@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
li{
    list-style:none;
}
a{
    text-decoration:none;
}
.box{
    width:100%;
    height:100%;
    background: #F6F6F6; 
}
.box .logo{
    width:100%;
    height:852px;
    background:url('../img/boxlogo.png')no-repeat center;
}
.box_coment{
    width:100%;
    height:100%; 
    position:relative;
}
.coment{
    width:1000px;
    height:100%;
    background-color:#fff;
    /* border:1px solid red; */
    margin:-365px auto;
    overflow: hidden;
}
.title{
    width:946px;
    height:40px;
    font-size:16px;
    font-family:PingHei-Text;
    color: #222222;
    line-height:40px;
    margin:0 auto;
}
.title span{
    display:inline-block;
    height:16px;
    font-size:16px;
    font-family:PingHei-Text;
    color:rgba(155,155,155,1);
    line-height:18px;
}
 .text_2{
  margin:0 auto;
}
.text_2, .text_1 h3 a{
  color:#000;
}

.text_2, .text_1 p a{
  color:rgba(135,135,135,1)
}
.title a{
color:#222222;
}
.coment_text{
    width:936px;
    height:100%;
    margin:0 auto;
    /* border:1px solid red; */
}
.text_1{
    width:936px;
    /* height:140px; */
    overflow:hidden;
    padding:20px 0;
}
.text_left{
   float:left;
    
}
.text_left img{
    width:187px;
    height:140px;
	margin-right:20px;
}
.text_right{
    width:728px;
    height:30px;
    float:left;  
    font-family:PingHei-Semibold;   
}
.text_right h3{
    font-size:24px;
    color:rgba(3,3,3,1);
    line-height:30px;
}
.text_right,.text_left h3 a{
    display: inline-block;
    overflow: hidden;
    width: 728px;
    height: 30px;
   color:rgba(3,3,3,1);
}
.text_right span{
    display:block;
    font-size:15px;
    font-family:PingHei-Text;
    color:rgba(195,195,195,1);
    line-height:24px;
    margin:8px 0;
}
.text_right p{
    width:728px;
    height:76px;
    font-size:16px;
    font-family:PingHei-Text;
    color:rgba(135,135,135,1);
    line-height:24px;
}
.text_right,text_left p a{
    
	    text-align: left;
   font-size:16px;
    font-family:PingHei-Text;
    color:rgba(135,135,135,1);
}
.coment_text .line{
    margin:15px 0;
    width:931px;
    height:1px;
    background-color: rgba(238,238,238,1);
}

.text_2{
    width:936px;
    height:140px;
    padding:20px 0;
}
.text_2 h3{
    width:745px;
    height:30px;
    font-size:24px;
    font-family:PingHei-Semibold;
    color:rgba(3,3,3,1);
    line-height:30px;
}
.text_2 span{
    display:block;
    font-size:15px;
    font-family:PingHei-Text;
    color:rgba(195,195,195,1);
    line-height:24px;
    margin:8px 0;
}
.text_2 p{
    width:931px;
height:76px;
font-size:16px;
font-family:PingHei-Text;
color:rgba(135,135,135,1);
line-height:24px;
}
 

.p_page{
    width:100%;
    height:50px;
    margin:30px auto;
    /* border:1px solid red; */
    text-align: center;
   line-height: 70px;
}
.p_page .page {
    display:inline-block;
    text-align:left;
}
.page a{
    display:inline-block;
    padding:5px 13px;
	margin:0 5px;
    /* border:1px solid rgba(236,236,236,1); */
    float:left; 
    line-height:30px;
    text-align: center;
    font-size:16px;
    font-family:PingHei-Text;
    color: #9B9B9B;
	  
}
.page a:hover{
     background-color:#EA1A22;
     color:#fff;
}
 

















.footer{
    width:100%;
    height:100%;
}
.footer .foot_img{
    width:100%;
    height:529px;
    /* margin-top:-370px; */
    background:url('../img/footer.png') no-repeat center;
   
}
 .footer .foot_img p{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
	color:#00195F;
	margin-top:450px;

}
.footer .foot_img p span:last-of-type {
    display: inline-block;
    text-indent: 40px;
}

/*20181011*/
.text_right {height: auto;}
.text_right h3{font-size: 20px;}
.text_right p{font-size: 15px;}
.text_1{display:flex}
.text_right{flex:1}
.text_right p{font-size: 15px ;width:100%}
.text_left img{ border: none;}

