@charset "utf-8";
  
.banner{
    width:100%;
    max-width:1920px;
    overflow: hidden;
    position: relative;
	margin:0 auto;
}
.banner .hd {
    width:100%;
    height:40px;
    text-align:center;
    position: absolute;
    bottom:0;
    left:0;
    z-index: 80;
}
.banner .hd ul{
    display: inline-block;
    margin:0 auto;
}
.banner .hd ul li{
    float:left;
    width:40px;
    height:6px;
    margin:0 10px;
    border-radius: 3px;
    text-indent:999px;
    overflow: hidden;
    cursor: pointer;
    background:#000;
}
.banner .hd ul li.on{
    background:#ba0006;
}




.banner2{
    width:100%;
    max-width:1920px;
}




.pro_nav {
    
    overflow: hidden;
    text-align:center;
    background:#fff;
}
.pro_nav .list{
    display: inline-block;
}
.pro_nav .list li{
    float:left;
    height:80px;
    line-height:80px;
    padding:0 20px;
    color:#888;
    font-size:16px;
}
.pro_nav .list li a{
    display: block;
}
.pro_nav .list li:hover,
.pro_nav .list li.on{
    color:#444;
}







.pages{
    text-align:center;
}
.pages a{
    display: inline-block;
    padding:10px 15px;
    color:#666;
    font-size:15px;
    border:1px solid #ddd;
    margin:0 5px;
    font-family: "微软雅黑";
}
.pages a:hover,
.pages a.on{
    color:#fff;
    background: #c91823;
}


.pages2 a{
    float:left;
    display: inline-block;
    padding:6px 0;
    color:#2f2f2f;
    font-size:15px;
    margin:0 15px 0 0;
    font-family: "微软雅黑";
}
.pages2 a:hover,
.pages2 a.on{
    color:#f89725;
}









.htit h2{
    color:#000000;
    font-size:28px;
    line-height:50px;
    background: url(../images/hbg2.jpg)no-repeat left bottom;
}
.htit p{
    color:#737373;
    font-size:32px;
    line-height:50px;
    text-transform: uppercase;
}


.htit2{
    text-align:center;
}
.htit2 h2{
    color:#000000;
    font-size:28px;
    line-height:50px;
    background: url(../images/hbg2.jpg)no-repeat center bottom;
}
.htit2 p{
    color:#737373;
    font-size:32px;
    line-height:50px;
    text-transform: uppercase;
}



.more a{
    display: block;
}
.more{
    width:250px;
    height:40px;
    line-height:40px;
    border:1px solid #aaa;
    text-indent:30px;
    color:#000;
    font-size:15px;
    background: url(../images/mbg.png)no-repeat 210px center;
    text-transform: uppercase;
}


/*.more{
    color:#666;
    font-size:16px;
    width:160px;
    height:45px;
    line-height:45px;
    border:1px solid #ccc;
    border-left-color:#61a344;
    border-left-width:3px;
    text-align:center;
    display:block;
    position: relative;
}
.more i{
    width:1%;
    height:45px;
    background: #61a344;
    display: block;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    z-index: -1;
    transition: all 0.6s ease-out;
    -ms-transform: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}
.more:hover i{
    width:100%;
    display: block;
}
.more:hover{
    color:#fff;
}
.more a{
    display: block;
}
*/













.index_about{
    width:100%;
    max-width:1920px;
    padding:70px 0;
    background: url(../images/ibg.jpg)no-repeat center top;
    background-size:1920px 100%; 
	margin:0 auto;
}
.index_about .left{
    float:left;
    width:390px;
    padding:100px 0 0 90px;
    background: url(../images/ibg2.png)no-repeat left top;
}
.index_about .left .text_box{
    padding-top:5px;
}
.index_about .left .text_box .text{
    color:#000;
    font-size:15px;
    line-height:26px;
}
.index_about .left .more{
    margin-top:38px;
}
.index_about .right{
    float:right;
    width:695px;
    height:470px;
}
.index_about .right .img_box{
    width:695px;
    height:470px;
    line-height:470px;
    box-shadow: #888 1px 1px 15px 1px ;
}




.index_pro{
    padding:70px 0;
}
.index_pro .main{
    max-width:1208px;
}
.index_pro .list_box{
    padding-top:50px;
}
.index_pro .list_box .list{
    float:left;
    width:300px;
    height:480px;
    margin:0 1px;
    position: relative;
}
.index_pro .list_box .list .text{
    width:300px;
    height:60px;
    line-height:60px;
    color:#fff;
    font-size:20px;
    text-align:center;
    background: rgba(0,0,0,.5);
    position: absolute;
    left:0;
    bottom:0;
    z-index: 88;
    transition: all 0.6s ease-out;
    -ms-transform: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}
.index_pro .list_box .list:hover .text{
    width:300px;
    height:480px;
    line-height:480px;
}
.index_pro .list_box .list .t2{
    width:280px;
    height:60px;
    position: absolute;
    left:10px;
    bottom:10px;
    z-index: 99;
    transition: all 0.6s ease-out;
    -ms-transform: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}
.index_pro .list_box .list:hover .t2{
    width:280px;
    height:460px;
    border:1px solid #ddd;
}

.index_pro2 .htit{
    margin:70px 0 20px 0;
}

.index_pro2_slide{  
    overflow: hidden;
}
.index_pro2_slide .hd {
    text-align:center;
    height:46px;
    margin-bottom:40px;
}
.index_pro2_slide .hd ul{
    display: inline-block;
}
.index_pro2_slide .hd ul li{
    float:left;
    height:45px;
    line-height:45px;
    color:#969696;
    font-size:16px;
    padding:0 20px;
    text-align:center;
    cursor: pointer;
    background: url(../images/ibg3.png)no-repeat right center;
}
.index_pro2_slide .hd ul li:last-child{
    background:none;
}
.index_pro2_slide .hd ul li.on,
.index_pro2_slide .hd ul li:hover{
    color:#000;
}






.index_pro2_slide .bd .slide{
    width:1200px;
    overflow: hidden;
}
.index_pro2_slide .bd .slide ul.list{
    padding:20px 0;
}
.index_pro2_slide .bd .slide ul.list li{
    float:left;
    width:278px;
    height:328px;
    margin:0 22px 0 0;
}
.index_pro2_slide .bd .slide ul.list li:nth-child(4n){
    margin-right:0;
}
.index_pro2_slide .bd .slide ul.list li a{
    display: block;
}
.index_pro2_slide .bd .slide ul.list li .img_box{
    width:278px;
    height:278px;
    line-height:278px;
}
.index_pro2_slide .bd .slide ul.list li p{
    color:#666;
    font-size:14px;
    text-align:center;
    height:50px;
    line-height:50px;
}
.index_pro2_slide .bd .slide ul.list li:hover{
    box-shadow: #ddd 3px 3px 10px 3px;
}




.index_case{
    padding-top:60px;
}
.index_case_slide{
    overflow:hidden;
    width:100%;
    max-width:1920px;
    margin:auto;
    position: relative;
}

.index_case_slide .mask_l,
.index_case_slide .mask_r{
    background:rgba(0,0,0,.6);
    display: block;
    position:absolute;
    bottom:0;
}
.index_case_slide .mask_l{
    width:515px;
    height:615px;
    left:-524px;
    z-index:8;
}
.index_case_slide .mask_r{
    width:515px;
    height:615px;
    right:-524px;
    z-index:8;
}

.index_case_slide .sprev,
.index_case_slide .snext{
    color:#fff;
    font-size:80px;
    font-family: "宋体";
    width:90px;
    height:90px;
    line-height:90px;
    text-align:center;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top:calc(50% - 45px);
    z-index: 20;
}
.index_case_slide .sprev{
    right:-20%;
}
.index_case_slide .snext{
    left:-20%;
}
.index_case_slide .hd{
    text-align:center;
}
.index_case_slide .hd ul{
    display: inline-block;
}
.index_case_slide .hd ul li{
    float:left;
    color:#959595;
    font-size:16px;
    line-height:30px;
    padding:30px;
    cursor: pointer;
    background: url(../images/ibg3.png)no-repeat right center;
}
.index_case_slide .hd ul li:last-child{
    background:none;
}
.index_case_slide .hd ul li.on,
.index_case_slide .hd ul li:hover{
    color:#000;
}

.index_case_slide .bd .slide{
    width:870px;
    height:615px;
    position: relative;
    margin:0 auto;
}
.index_case_slide .bd .tempWrap{
    overflow: visible!important;
}
.index_case_slide .bd ul li{
    float:left;
    width:880px;
    height:615px;
    position: relative;
}
.index_case_slide .bd ul li .img_box{
    width:870px;
    height:615px;
    margin:0 auto;
}
.index_case_slide .bd ul li p{
    width:870px;
    height:50px;
    line-height:50px;
    text-align:center;
    color:#fff;
    font-size:16px;
    background:rgba(0,0,0,.3); 
    position: absolute;
    left:0;
    bottom:0;
    display: none;
}
.index_case_slide .bd ul li.on p, 
.index_case_slide .bd ul li:hover p{
    display: block;
}



/*index_join*/
.index_join{
    padding:50px 0 70px 0;
}
.index_join{
    padding:40px 0;
}
.index_join .htit2{
    padding-bottom:20px;
}
.index_join_slide{
    position: relative;
}

.index_join_slide .hd{
    text-align:center;
}
.index_join_slide .hd ul{
   display: inline-block;
}
.index_join_slide .hd ul li{
   float:left;
   display: inline-block;
   color:#fff;
   font-size:20px;
   line-height:40px; 
   padding:0 30px;
   margin:20px 10px;
   border-radius: 20px;
   background: #333;
}
.index_join_slide .hd ul li.on,
.index_join_slide .hd ul li:hover{
    color:#fff;
    background: #881b20;
}
.index_join_slide .bd .sprev,
.index_join_slide .bd .snext{
    width:40px;
    height:80px;
    cursor: pointer;
    position: absolute;
    top:calc(50% - 40px);
    z-index: 99;
}
.index_join_slide .bd .sprev{
    background: url(../images/l_bg2.png) no-repeat center center;
    left:-60px;
}
.index_join_slide .bd .snext{
    background: url(../images/r_bg2.png) no-repeat center center;
    right:-60px;
}

.index_join_slide .bd ul li{
    width:385px;
    margin-right:22px;
}
.index_join_slide .bd ul li a{
    display: block;
}
.index_join_slide .bd ul li .img_box{
    width:385px;
    height:284px;
}
.index_join_slide .bd ul li .text{
    color:#4b4b4b;
    font-size:16px;
    line-height:50px;
    text-align:center;
}






.index_news .htit2{
    margin:60px 0 40px 0;
}
.index_news .more3:hover{
    color:#fff;
    background: #e81f32;
}
.index_news .list_box .list{
    float:left;
    width:380px;
    margin:0 30px 30px 0;
}
.index_news .list_box .list a{
    display: block;
}
.index_news .list_box .list:nth-child(3n){
    margin-right:0;
}
.index_news .list_box .list .img_box{
    width:380px;
    height:280px;
    line-height:280px;
    overflow: hidden;
}
.index_news .list_box .list .img_box img{
    transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}
.index_news .list_box .list:hover .img_box img{
    transform: scale(1.3);
    -ms-transition: scale(1.3);
    -moz-transition: scale(1.3);
    -webkit-transition: scale(1.3);
    -o-transition: scale(1.3);
}
.index_news .list_box .list .text_box{
    width:380px;
    height:260px;
}
.index_news .list_box .list .text_box h3{
    color:#444;
    font-size:16px;
    line-height:25px;
    font-weight: bold;
    padding-top:30px;
}
.index_news .list_box .list .text_box .day{
    width:356px;
    line-height:25px;
    color:#666;
    font-size:15px;
}
.index_news .list_box .list .text_box .text{
    color:#666;
    font-size:15px;
    height:90px;
    line-height:30px;
    overflow: hidden;
    margin:10px 0 20px 0;
}
.index_news .list_box .list .text_box .more{
    font-weight: bold;
    text-transform: uppercase;
    width:120px;
    font-weight: normal;
    background: url(../images/mbg2.png)no-repeat 80px center;
}




.index_link{
    padding-bottom:50px;
}
.index_link .list a{
    display: inline-block;
    color:#777;
    font-size:16px;
    line-height:30px;
    padding-right:20px;
}


.footer{
    padding:28px 0 2px 0;
    background: #f1f1f1;
    border-top:3px solid #c91823;
}
.footer .main{
    position: relative;
}
.footer .mao_ss{
    display: block;
    width:45px;
    height:50px;
    background: #c91823;
    position: absolute;
    top:-80px;
    right:0;
    z-index: 50;
    width:45px;
    height:50px;
    line-height:50px;
    text-align:center;
}
.footer .mao_ss a{
    display: block;
}
.footer .left{
    float:left;
    width:625px;
}
.footer .center{
    float:left;
    width:390px;
    padding-left:35px;
    border-left:1px solid #ddd;
}
.footer .er_box{
    float:right;
    width:120px;
    height:180px;
}
.footer .center h3{
    color:#888;
    font-size:15px;
    line-height:20px;
    font-weight:bold;
    padding-bottom:10px;
}
.footer .center .t1{
    color:#8d8d8d;
    font-size:14px;
    line-height:28px;
}
.footer .center .t1 i{
    display: inline-block;
    float:left;
    max-width:20%;
}
.footer .center .t1 span{
    display: inline-block;
    float:left;
    max-width:90%;
}
.footer .foot_nav{
    float:left;
    width:125px;
    text-align:center;
    display: inline-block;
}
.footer .foot_nav li{
    color:#8d8d8d;
    font-size:14px;
    line-height:28px;
    display: block;
}
.footer .foot_nav li:first-child{
    color:#888;
    font-size:15px;
    line-height:20px;
    font-weight:bold;
    padding-bottom:10px;
}
.footer .foot_nav li a{
    display: block;
}

.footer .er_box .img_box{
    width:120px;
    height:120px;
    line-height:120px;
    text-align:center;
}
.footer .er_box p{
    color:#8d8d8d;
    font-size:14px;
    line-height:60px;
    text-align:center;
}

.footer2{
    background: #f1f1f1;
    border-top:1px solid #ddd;
}
.footer2 .text{
    padding:10px 0;
}
.footer2 .text p{
    color:#8d8d8d;
    font-size:14px;
    line-height:30px;
    text-align:center;
}
/* 2020.7.14 */
.footer2 .ga{
	padding-left:20px;
	background:url(../images/gongan.png) no-repeat left center;
}



.public_nav{
    
    text-align:center;
}

.public_nav ul{
    display: inline-block;
}
.public_nav ul li a{
    display: block;
    padding:0 20px;
}
.public_nav ul li{
    float:left;
    height:80px;
    line-height:80px;
    text-align:center;
    color:#777;
    font-size:16px;
}
.public_nav ul li.on,
.public_nav ul li:hover{
    color:#000;
}


.net {
    padding:40px 0 80px 0;
}
.net .form_box{
    margin-bottom: 50px;
}
.net .form_box select,
.net .form_box input.text{
  width:21%;
  height:50px;
  line-height:50px;
  float:left;
  text-indent:15px;
  color:#666;
  font-size:15px;
  border:1px solid #e5e5e5;
  margin-right:1.15%;
  border-radius:5px;
  background:#fff;
  outline: none;
}
.net .form_box input.submit{
  width:11%;
  height:50px;
  line-height:50px;
  float:left;
  color:#fff;
  font-size:18px;
  text-align:center;
  border:1px solid #292929;
  border-radius:5px;
  background:#292929;
  outline: none;
}
.net .net_box{
  padding:20px 0 70px 0;
  -webkit-box-shadow: 1px 1px 10px #ccc;
  -moz-box-shadow: 1px 1px 10px #ccc;
  box-shadow: 1px 1px 10px #ccc;
}
.net .net_box .net_right{
  float:left;
  width:860px;
}

#ChinaMap{
    margin:0 auto;
}
.stateTip, #StateTip { display: none; position: absolute; padding: 8px; background: #fff; border: 2px solid #2385B1; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font-size: 12px; font-family: Tahoma; color: #333; }
.mapInfo i { display: inline-block; width: 15px; height: 15px; margin-top: 5px; line-height: 15px; font-style: normal; background: #aeaeae; color: #fff; font-size: 11px; font-family: Tahoma; -webkit-border-radius: 15px; border-radius: 15px; text-align: center }
.mapInfo i.active { background: #E27F21; }
.mapInfo span { padding: 0 5px 0 3px; }
.mapInfo b { font-weight: normal; color: #2770B5 }


.net .net_box .net_left{
  float:left;
  width:340px;
}
.net .net_box .net_left h3{
  width:340px;
  line-height:40px;
  text-indent:30px;
  color:#666;
  font-size:18px;
  text-align:left;
  box-shadow: 1px 1px 10px #eee;
}
.net .net_box .net_left h3 i{
    color:#ff0808;
}
.net .net_box .net_left .net_slide{
  position: relative;
}
.net .net_box .net_left .net_slide .snext,
.net .net_box .net_left .net_slide .sprev{
  width:50%;
  height:70px;
  position: absolute;
  bottom:-170px;
  cursor: pointer;
}
.net .net_box .net_left .net_slide .snext{
    left:0;
    background:#eee url(../images/u2.png)no-repeat center center;
}
.net .net_box .net_left .net_slide .sprev{
    right:0;
    background:#888 url(../images/u.png)no-repeat center center;
}
.net .net_box .net_left .net_slide ul li{
  width:340px;
}
.net .net_box .net_left .net_slide ul li .text_box{
  width:280px;
  padding:20px 10px 20px 60px;
  box-shadow: 1px 1px 10px #eee;
  position: relative;
}
.net .net_box .net_left .net_slide ul li .text_box i{
  color:#fff;
  font-size:14px; 
  width:30px;
  height:30px;
  line-height:30px;
  border-radius: 100%;
  text-align:center;
  position: absolute;
  left:20px;
  top:20px;
  background:#c5c5c5;
}

.net .net_box .net_left .net_slide ul li.on,
.net .net_box .net_left .net_slide ul li:hover{
  background: rgba(255,255,255,.3);
}
.net .net_box .net_left .net_slide ul li.on .text_box i,
.net .net_box .net_left .net_slide ul li:hover .text_box i{
  background: #ff0808;
}


.net .net_box .net_left .net_slide ul li .text_box h4{
  color:#666;
  font-size:18px; 
  height:35px;
  line-height:35px;
  text-align:left;
  letter-spacing: 2px;
}
.net .net_box .net_left .net_slide ul li .text_box .text{
  color:#777;
  font-size:12px; 
  line-height:30px;
  text-align:left;
  letter-spacing:1px;
}






.join{
    padding:20px 0 80px 0;
} 
.join .list_box{
    width:1080px;
    display: block;
    margin:0 auto;
}
.join .list_box .list{
    width:195px;
    height:340px;
    padding:10px 12px;
    border-radius:10px;
    background: #f3f3f3;
    display: block;
    margin:15px auto;
}
.join .list_box .list .img_box{
    width:195px;
    height:135px;
    line-height:135px;
}
.join .list_box .list .text_box h3{
    color:#444;
    font-size:17px;
    line-height:50px;
    text-align:center;
}
.join .list_box .list .text_box .text{
    color:#666;
    font-size:14px;
    line-height:25px;
}
.join .list_box .list:hover{
    background: #333;
} 
.join .list_box .list:hover .text_box h3{
    color:#fff;
}
.join .list_box .list:hover .text_box .text{
    color:#fff;
}











.about {
    padding:40px 0 70px 0;
}
.about .list{
    display: block;
    width:1200px;
}
.about .list .left{
    float:left;
    width:390px;
    padding:100px 0 0 90px;
    background: url(../images/ibg2.png)no-repeat left top;
}
.about .list .left .htit{
    padding-bottom:20px;
}
.about .list .left .text_box{
    padding-top:5px;
    width:370px;
}
.about .list .left .text_box .text{
    color:#000;
    font-size:15px;
    line-height:30px;
} 
.about .list .right{
    float:right;
    width:695px;
    height:470px;
}
.about .list .right .img_box{
    width:695px;
    height:470px;
    line-height:470px;
    box-shadow: #888 1px 1px 15px 1px ;
}
.about .list_box{
    padding-top:30px;
    display: block;
    width:1200px;
}
.about .list_box .text{
    color:#000;
    font-size:15px;
    line-height:30px;
}


.about2{
    background: url(../images/abg.jpg)no-repeat center center;
    background-size:1920px 100%; 
    padding:30px 0;
}
.about2 .htit2 h2{
    color:#fff;
}
.about2 .htit2 p{
    color:#fff;
    font-size:18px;
}
.about2 .list_box .list{
    float:left;
    width:530px;
    height:180px;
    padding:20px 30px;
    margin:20px 20px 20px 0;
    background: url(../images/abg2.png)no-repeat center center;
} 
.about2 .list_box .list:nth-child(2n){
    margin-right:0;
}
.about2 .list_box .list h3{
    color:#000;
    font-size:18px;
    line-height:40px;
}
.about2 .list_box .list .text{
    color:#000;
    font-size:15px;
    line-height:30px;
}




.about3{
    padding:50px 0;
}
.about3 .htit2 p{
    color:#999;
    font-size:18px;
}
.about3 .htit2{
    padding-bottom:20px;
}



.about4{
    padding: 0 0 60px 0;
}
.about4 .htit2{
    padding-bottom:10px;
}
.about4 .htit2 p{
    color:#999;
    font-size:18px;
}
.about4 .text_box{
    width:1080px;
    height:75px;
    padding:0 80px 0 40px;
    background: #333;
    margin-bottom:15px;
}
.about4 .text_box .text{
    color:#fff;
    font-size:18px;
    line-height:75px;
    text-align:center;
}
.about4 .text_box .text:first-child{
    text-align:left;
}
.about4 .text_box .text:last-child{
    text-align:right;
}
.about4 .list {
    margin-bottom:15px;
    border:1px solid #ddd;
}
.about4 .list .hd{
    padding:0 80px 0 40px;
    background: url(../images/abg3.png)no-repeat 1150px center;
    border-bottom:none;
    cursor: pointer;
}
.about4 .list .hd .text:first-child{
    text-align:left;
}
.about4 .list .hd .text:last-child{
    text-align:right;
}
.about4 .list .hd .text{
    color:#666;
    font-size:18px;
    line-height:60px;
    text-align:center;
}
.about4 .list:first-child .bd{
    display: block;
}
.about4 .list .bd{
    display: block;
    padding:10px 40px 20px 40px;
} 

.about4 .list .bd h3{
    color:#454545;
    font-size:16px;
    line-height:40px;
    margin:10px 0 20px 0;
    display: block;
    background: url(../images/hbg2.jpg)no-repeat left bottom;
}
.about4 .list .bd .text{
    color:#7d7d7d;
    font-size:16px;
    line-height:32px;
}




.about5{
    padding: 90px 0 90px 0;
}
.about5 .htit2{
    padding-bottom:20px;
}
.about5_slide{
    position: relative;
}
.about5_slide .sprev,
.about5_slide .snext{
    width:40px;
    height:80px;
    cursor: pointer;
    position: absolute;
    top:calc(50% - 40px);
    z-index: 99;
}
.about5_slide .sprev{
    background: url(../images/l_bg2.png) no-repeat center center;
    left:-60px;
}
.about5_slide .snext{
    background: url(../images/r_bg2.png) no-repeat center center;
    right:-60px;
}
.about5_slide .bd ul li a{
    display: block;
}
.about5_slide .bd ul li{
    width:385px;
    margin-right:22px;
}
.about5_slide .bd ul li .img_box{
    width:385px;
    height:284px;
}
.about5_slide .bd ul li .text{
    color:#4b4b4b;
    font-size:16px;
    line-height:50px;
    text-align:center;
}






.news_box{
    padding:40px 0 0 0;
}
.news_box .htit2 p{
    font-size:18px;
}



.news .list{
    width:1200px;
    padding:30px 0;
    border-bottom:1px solid #ddd;
}
.news .list .img_box{
    float:left;
    width:360px;
    height:265px;
    line-height:265px;
    overflow: hidden;
}
.news .list .img_box img{
    transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}
.news .list:hover .img_box img{
    transform: scale(1.3);
    -ms-transition: scale(1.3);
    -moz-transition: scale(1.3);
    -webkit-transition: scale(1.3);
    -o-transition: scale(1.3);
}
.news .list .text_box{
    float:right;
    width:785px;
    height:265px;
    position: relative;
}
.news .list .text_box .more2{
    color:#fff;
    font-size:12px;
    line-height:30px;
    text-align:center;
    width:100px;
    background: #747474;
    display: inline-block;
    position: absolute;
    left:0;
    bottom:20px;
}
.news .list .text_box .day{
    color:#333;
    font-size:15px;
    line-height:30px;
    display: inline-block;
    position: absolute;
    left:160px;
    bottom:20px;
}
.news .list .text_box h3{
    color:#333;
    font-size:18px;
    line-height:25px;
    padding-bottom:20px;
}
.news .list .text_box .text{
    color:#666;
    font-size:15px;
    line-height:30px;
}

.news .pages{
    margin:50px 0;
}







.news_v h2{
    color:#333;
    font-size:24px;
    line-height:30px;
    text-align:center;
    padding-top:40px;
}
.news_v .day{
    color:#666;
    font-size:15px;
    line-height:30px;
    text-align:center;
    padding-bottom:30px;
}
.news_v .text{
    color:#666;
    font-size:18px;
    line-height:30px;
}
.news_v .text img{
    display: block;
    margin:0 auto;
}
.news_v .pages{
    margin:40px 0 80px 0;
}







.case_box{
    padding-top:50px;
}
.case_box .public_nav ul li a{
    padding:0 40px;
}
.case_box .public_nav ul li{
    background: url(../images/ibg3.png)no-repeat right center;
}
.case_box .public_nav ul li:last-child{
    background: none;
}





.case{
    padding-top:20px;
}
.case .list{
    width:400px;
    text-align:center;
    margin:0 auto 20px auto;
}
.case .list a{
    display: block;
}
.case .list:hover{
    box-shadow: #ddd 1px 1px 10px 1px;
}
.case .list .pic_box{
    width:380px;
    height:267px;
    margin:10px 10px 0 10px;
    display: block;
    position: relative;
}
.case .list .pic_box .pic{
    width:380px;
    height:267px;
    line-height:267px;
    text-align:center;
    display: block;
}

.case .list .pic_box .pic img{
    width: 100%;
    height: 100%;
}

.case .list:hover .pic_box .pic2{
    display: block;
    width:380px;
    height:267px;
    background:rgba(0,0,0,.3) url(../images/casebg.png)no-repeat center center;
    position: absolute;
    top:0;
    left:0;
    z-index: 50;
}
.case .list .text{
    color:#242424;
    font-size:15px;
    line-height:45px;
}
.case .pages{
    margin:50px 0 80px 0;
}





.cont{
    padding:50px 0;
}    
.cont .main{
    position: relative;
}
.cont .htit2{
    margin-bottom:20px;
}
.cont .htit2 p{
    font-size:18px;
}
.cont .text_box{
    float:left;
    width:420px;
}
.cont .text_box h3{
    color:#353535;
    font-size:25px;
    line-height:30px;
    padding-bottom:30px;
}
.cont .text_box .text{
    color:#111;
    font-size:18px;
    line-height:40px;
}
.cont .form_box{
    float:right;
    width:630px;
    padding-left:70px;
    border-left:1px solid #ddd;
}
.cont .form_box form p{
    display: block;
}
.cont .form_box form p input{
    float:left;
    width:298px;
    height:50px;
    line-height:50px;
    text-indent:10px;
    color:#6e6e6e;
    font-size:15px;
    border:1px solid #ddd;
    margin:0 30px 30px 0;
}
.cont .form_box form p input:nth-child(2n){
    margin-right:0;
}
.cont .form_box form textarea{
    width:628px;
    height:175px;
    color:#6e6e6e;
    font-size:15px;
    line-height:40px;
    text-indent:10px;
    border:1px solid #ddd;
}
.cont .form_box form .f1{
    margin-top:20px;
}
.cont .form_box form .f1 .pic{
    width:20%;
    height:50px;
    line-height:50px;
    text-align:center;
    float:left;
    margin-right:20px;
}
.cont .form_box form .f1 .num{
    width:20%;
    height:50px;
    line-height:50px;
    color:#6e6e6e;
    font-size:15px;
    text-indent:10px;
    border:1px solid #ddd;
    float:left;
}
.cont .form_box .reset{
    width:20%;
    height:50px;
    line-height:50px;
    text-align:center;
    background:#999;
    color:#fff;
    font-size:17px;
    display: block;
    margin-right:20px;
    float:left;
    cursor: pointer;
}
.cont .form_box .submit{
    width:20%;
    height:50px;
    line-height:50px;
    text-align:center;
    background:#999;
    color:#fff;
    font-size:17px;
    display: block;
    float:left;
}
.cont .form_box form .f1 .reset:hover,
.cont .form_box form .f1 .submit:hover{
    background: #c91823;
}

.cont2 .map{
    width:100%;
    max-width:1920px;
    padding-top:50px;
}
.cont2 .map .img_box{
    width:100%;
    max-width:1920px;
    overflow: hidden;
}
.cont2 .map  img{
	max-width:none;
	max-height:none;
}


.pro_box .public_nav{
    padding-bottom:10px;
}
.pro_box .public_nav ul li{
    height:65px;
    line-height:65px;
}
.pro_box .public_nav ul li a{
    padding:0 40px;
}
.pro_box .public_nav ul li.on,
.pro_box .public_nav ul li:hover{
    color:#fff;
    background: #c91823;
}


.pro{
    padding:40px 0;
    background: url(../images/probg.jpg)no-repeat center center;
}
.pro .list .left{
    float:left;
    width:555px;
    height:390px;
    line-height:390px;
}
.pro .list .right{
    float:right;
    width:560px;
}
.pro .list .right .htit3{
    padding:70px 0 40px 0;
}
.pro .list .right .htit3 h2{
    color:#888;
    font-size:25px;
    line-height:30px;
    text-transform: uppercase;
}
.pro .list .right .htit3 p{
    color:#333;
    font-size:26px;
    line-height:50px;
}
.pro .list .right{
    color:#666;
    font-size:16px;
    line-height:30px;
}



.pro2{
    padding-top:50px;
}
.pro2 .list_box .list{
    display: inline-block;
    width:370px;
    margin-right:41px;
    margin-bottom:30px;
    overflow: hidden;
}
.pro2 .list_box .list:hover{
    box-shadow:#888 1px 1px 10px 1px;
}
.pro2 .list_box .list:nth-child(3n){
    margin-right:0;
}
.pro2 .list_box .list a{
    display: block;
}
.pro2 .list_box .list .img_box{
    width:368px;
    height:368px;
    line-height:368px;
    border:1px solid #ddd;
}
.pro2 .list_box .list .text{
    color:#666;
    font-size:16px;
    line-height:65px;
    text-align:center;
}

.pro2 .pages{
    margin:20px 0 70px 0;
}


.prov{
    margin:70px 0;
}
.prov .main{
    width:1200px;
    height:560px;
    position: relative;
}
.prov .list{
    width:590px;
    height:430px;
    margin:0 auto;
    position: absolute;
    top:0;
    right:0;
    z-index: 99;
}
.prov .list h2{
    color:#222;
    font-size:28px;
    line-height:50px;
    border-bottom:1px solid #ddd;
}
.prov .list .text{
    padding:10px 0 0 0;
}
.prov .list .text p{
    padding:10px 0 0 0;
}
.prov .list .text p i{
    float:left;
    display: inline-block;
    color:#ef1919;
    font-size:15px;
    line-height:25px;
    padding-right:15px;
    background: url(../images/provbg3.jpg)no-repeat right center;
    max-width:25%;
}
.prov .list .text p span{
    float:left;
    max-width:75%;
    color:#666;
    font-size:15px;
    padding-left:15px;
    line-height:25px;
    display: inline-block;
}
.prov .list .more_box{
    margin-top:20px;
}
.prov .list .more_box a{
    float:left;
    color:#666;
    font-size:15px;
    padding: 0 30px;
    line-height:45px;
    text-align:center;
    display: block;
    background: url(../images/provbg3.jpg)no-repeat left center;
    background-size: 1px 15px;
}
.prov .list .more_box a:first-child{
    padding-left:0;
    background:none;
}
.prov .list .more_box a:hover,
.prov .list .more_box a.on{
    color:#e81f32;
}

.prov .list .more_box .vr_box{
    position: relative;
    float:right;
    height:45px;
    width:160px;
}
.prov .list .more_box .vr_box .vr_btn{
    color:#fff;
    font-size:15px;
    height:45px;
    width:160px;
    line-height:45px;
    border-radius: 22px;
    text-align:center;
    background:#e81f32 url(../images/provbg.png)no-repeat center center;
    cursor: pointer;
}
.prov .list  .more_box .vr_box .vr_btn a{
    display: block;
}
.prov .list  .more_box .vr_box .vr_btn .er_box{
    display: block;
    width:120px;
    height:120px;
    line-height:120px;
    text-align:center;
    position: absolute;
    top:-120px;
    left:18px;
    background: #eee;
}
.prov .list  .more_box .vr_box .vr_btn:hover .er_box{
    display: block;
}
.prov .prov_slide{
    width:1200px;
    height:540px;
    display: block;
    position: relative;
}
.prov .prov_slide .prov_sprev,
.prov .prov_slide .prov_snext{
    width:35px;
    height:112px;
    line-height:112px;
    text-align:center;
    color:#fff;
    font-size:18px;
    font-family: "宋体";
    display: block;
    background: #bfbfbf;
    position: absolute;
    bottom: 10px;
    z-index: 80;
    cursor: pointer;
    outline: none;
}
.prov .prov_slide .prov_sprev{
    left:600px;
}
.prov .prov_slide .prov_snext{
    right:125px;
}
.prov .prov_slide .prov_sprev:hover,
.prov .prov_slide .prov_snext:hover{
    background: #444;
}
.prov .prov_slide #thumbs{
    width:375px;
    height:112px;
    margin:0 auto;
    overflow: hidden;
    position: absolute;
    right:170px;
    bottom:10px;
    z-index: 70;
} 
.prov .prov_slide #thumbs .swiper-slide.on .img_box,
.prov .prov_slide #thumbs .swiper-slide:hover .img_box{
    border:1px solid #e81f32;
}
.prov .prov_slide #thumbs .swiper-slide .img_box{
    width:110px;
    height:108px;
    line-height:108px;
    border:1px solid #ddd;
    text-align:center;
}

.prov .prov_slide #gallery{
    width:522px;
    height:522px;
    margin:0 auto;
    position: absolute;
    left:0;
    bottom:10px;
    z-index: 60;
} 
.prov .prov_slide #gallery .swiper-slide .img_box{
    width:520px;
    height:520px;
    line-height:520px;
    border:1px solid #ddd;
    text-align:center;
}







.prov2{
    background:url(../images/provbg2.jpg)no-repeat top center;
    background-size:1920px 100%;
    padding:70px 0 60px 0;
}
.prov2 .htit2{
    padding-bottom:50px;
}
.prov2 .htit2 h2{
    color:#dcdcdc;
    font-size:34px;
    line-height:40px;
    text-align:center;
}
.prov2 .htit2 p{
    color:#e81f32;
    font-size:28px;
    line-height:30px;
    text-align:center;
}
.prov2 .vr_box{
    width:875px;
    height:620px;
    margin:0 auto;
    position: relative;
}
.prov2 .vr_box a{
    display: block;
}
.prov2 .vr_box .img_box{
    width:875px;
    height:620px;
    line-height:620px;
}
.prov2 .vr_box p{
    color:#fff;
    font-size:15px;
    line-height:50px;
    width:875px;
    height:50px;
    text-align:center;
    background: rgba(0,0,0,.4);
    position: absolute;
    left:0;
    bottom:0;
}


.prov3{
    padding:70px 0 50px 0;
}

.prov3 .htit2{
    padding-bottom:30px;
}
.prov3 .htit2 h3{
    color:#666;
    font-size:28px;
    line-height:30px;
    text-align:left;
    padding-left:15px;
    border-left:3px solid #c91823;
}
.prov3 .list_box .list a{
    display: block;
}
.prov3 .list_box .list{
    float:left;
    width:275px;
    height:340px;
    margin-right:33px;
}
.prov3 .list_box .list:hover{
    box-shadow: #ddd 3px 3px 10px 3px;
}
.prov3 .list_box .list:nth-child(4n){
    margin-right:0;
}
.prov3 .list_box .list .img_box{
    width:275px;
    height:275px;
    line-height:275px;
    text-align:center;
}
.prov3 .list_box .list .text{
    width:275px;
    height:65px;
    line-height:65px;
    color:#666;
    font-size:16px;
    text-align:center;
}


.pages{
    text-align:center;
	padding:.2rem 0 .6rem 0;
}
