@charset "utf-8";
 
.main{
    max-width:1300px;
    width:100%;
}


@font-face
{
font-family: sourhan;
src: url('../fonts/SourceHanSansCN-Normal.otf')
    ,url('../fonts/SourceHanSansCN-Normal.eto'); /* IE9+ */
}


 
.header{
    background: #191919;
    width:100%;
    height:120px;
    display: block;
}
.header h1{
    float:left;
    width:195px;
    height:120px;
    background:url(../images/logo.png) no-repeat center;
}
.header h1 a{
    display:inline-block;
    width:195px;
    height:120px;
    text-indent:-9999px;
}

.header .nav{
    float:right;
}

.header .nav ul li a{
    display: block;
}
.header .nav ul li{
    float:left;
    display: block;
    height:120px;
    line-height:120px;
    text-align:center;
    margin:0 20px;
    color:#fff;
    font-size:15px;
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
}
.header .nav ul li:hover{
    transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);
}


/* .bannero */
.bannero{
    width:100%;
    position: relative;
}
.bannero img{
    width:100%;
} 
.bannero .banner_more{
    position: absolute;
    left:calc(50% - 520px);
    bottom:30%;
    z-index: 11;
    width:1040px;
}
.bannero .banner_more a{
    float:left;
    width:200px;
    height:58px;
	text-align:center;
    line-height:58px;
    color:#444;
    font-size:16px;
    border-radius: 5px;
	margin-right:10px;
    background: #fff;
}
.bannero .banner_more a:last-child{
	margin-right:0;
}
.bannero .banner_more a:hover{
	color:#fff;
	background:#e50000;
}


/* banner */
.banner{
    width:100%;
	text-align:center;
	position: relative;
}
.banner .sprev,
.banner .snext{
	position: absolute;
	top:calc(50% - 50px);
	z-index: 11;
	width:50px;
	height:100px;
	cursor: pointer;
	opacity: 0;
}
.banner:hover .sprev,
.banner:hover .snext{
	opacity: 0;
}
.banner .sprev{
	left:100px;
	background:rgba(0,0,0,.3) url(../images/l_bg.png) no-repeat center center;
}
.banner .snext{
	right:100px;
	background:rgba(0,0,0,.3) url(../images/r_bg.png) no-repeat center center;
}
.banner .bd ul li img{
    width:100%;
}
.banner .bd ul li a{
    display:block;
}
.banner .hd{
    position: absolute;
    left:0;
    bottom:20px;
    z-index: 11;
    width:100%;
	height:30px;
    text-align:center;
}
.banner .hd ul{
    display: inline-block;
}
.banner .hd ul li{
    float:left;
    width:30px;
    height:30px;
    margin:0 10px;
    border-radius: 5px;
    color:#fff;
    font-size:15px;
    text-align:center;
    text-indent:-9999px;
    overflow: hidden;
    display: block;
    cursor: pointer;
    position: relative;
}
.banner .hd ul li:after{
    content:"";
    position: absolute;
    left:0;
    top:calc(50% - 0.5px);
    z-index: 50;
    width:30px;
    height:1px;
    background: #fff;
}
.banner .hd ul li.on{
    width:20px;
    height:30px;
    line-height:30px;
    background:none;
    text-indent:0;
}
.banner .hd ul li.on:after{
    display: none;	
}







/*.pages*/
.pages{
    text-align:center;
}

.pages a{
    float:left;
    color:#888;
    font-size:16px;
    line-height:42px;
    display: inline-block;
    padding: 0 16px;
    border:1px solid #ddd;
    background: #fff;
    margin:0 5px;
    font-family: "宋体";
}

.pages a:hover,
.pages a.on{
    color:#fff;
    border:1px solid #535353;
    background: #535353;
}


.pages div{
    display: inline-block;
    *zoom: 1;
}
.pages div:before,.page div:after{
    content:'';
    display: block;
    height:0;
    clear: both;
    visibility:hidden;
}



/*.public_nav*/
.public_nav{
    background: #eee;
}

.search_nav{
    float:left;
}
.search_nav ul li{
    float:left;
    line-height:70px;
    color:#444;
    font-size:15px;
    letter-spacing: 1px;
}
.search_form{
    float:right;
    width:330px;
    margin-top:15px;
}
.search_form form input.text{
    float:left;
    width:270px; 
    height:40px; 
    font-size:15px; 
    text-indent:10px;
    color:#595959;
    background: #fff;
    display:inline-block; 
}
.search_form form input.submit{
    float:left;
    width:60px; 
    height:40px;
    display:inline-block; 
    background: #b4b4b4 url(../images/search_btn.png) no-repeat center center; 
    background-size:18px auto; 
    cursor:pointer;
}


.public_nav2{
    background: #fff;
}
.public_nav2 .search_form form input.text{
    background: #f3f3f3;
}



.public_nav3{
    background: #ececec;
}
.public_nav3 .nav{
    float:left;
}
.public_nav3 .nav ul li{
    float:left;
	width:155px;
    line-height:60px;
    color:#444;
    font-size:17px;
	text-align:center;
}
.public_nav3 .nav ul li:hover,
.public_nav3 .nav ul li.on{
    color:#fff;
    background: #535353;
}
.public_nav3 .nav ul li a{
    display: block;
}
.public_nav3 .text{
    float:right;
    line-height:60px;
    color:#666;
    font-size:14px;
}






/*.htit*/
.htit{
    text-align:center;
}
.htit h2{
    color:#444444;
    font-size:30px;
    line-height:40px;
    font-family: sourhan;
    padding-bottom:13px;
    margin-bottom:15px;
    background: url(../images/h_bg.png)no-repeat center bottom;
}
.htit h2 em{
    text-transform: uppercase;  
}


.htit p{
    color:#666;
    font-size:16px;
    line-height:26px;
}




.htit2{
    text-align:center;
}

.htit2 h2{
    color:#444444;
    font-size:36px;
    line-height:56px;
    font-family: "微软雅黑";
    padding-bottom:25px;
    background: url(../images/h_bg3.png)no-repeat center bottom;
}


.htit2 p{
    color:#e1e1e1;
    font-size:38px;
    line-height:48px;
    text-transform: uppercase;
}





.htit3{
    text-align:center;
}

.htit3 h2{
    color:#444444;
    font-size:30px;
    line-height:40px;
    font-family: sourhan;
}


.htit3 p{
    color:#b1b1b1;
    font-size:16px;
    line-height:20px;
    text-transform: uppercase;
}








/*.index_about*/
.index_about{
    padding:90px 0 70px 0;
    background: url(../images/iab_bg.jpg)no-repeat center center;
    background-size:1920px 100%; 
}
.index_about .htit{
    margin-bottom:40px;
}
.index_about .iab_box{
    width:837px;
    margin:0 auto;
	text-align:center;
}
.index_about .iab_box .text{
    color:#666;
    font-size:16px;
    line-height:34px;
}
.index_about .tag_box{
    margin-top:30px;
}
.index_about .tag_box .list{
    float:left;
    width:25%;
    text-align:center;
    position: relative;
}
.index_about .tag_box .list:after{
    content:"";
    position: absolute;
    right:0;
    top:calc(50% - 58px);
    z-index: 11;
    width:1px;
    height:116px;
    background: #e5e5e5;
    display:block;
}
.index_about .tag_box .list:last-child:after{
    display: none;
}
.index_about .tag_box .list .pic{
    width:100%;
    height:80px;
}
.index_about .tag_box .list .pic1{
    background: url(../images/iab_pic1.png)no-repeat center center;
}
.index_about .tag_box .list .pic2{
    background: url(../images/iab_pic2.png)no-repeat center center;
}
.index_about .tag_box .list .pic3{
    background: url(../images/iab_pic3.png)no-repeat center center;
}
.index_about .tag_box .list .pic4{
    background: url(../images/iab_pic4.png)no-repeat center center;
}

.index_about .tag_box .list p{
    color:#666;
    font-size:15px;
    line-height:30px;

}
.index_about .tag_box .list h4{
    color:#444;
    font-size:30px;
    line-height:40px;
}



/*index_pro*/
.index_pro{
    padding:60px 0 0 0;
    background: #f7f7f7;
}
.index_pro_slide .parhd{
    text-align:center;
    margin:40px 0;
}
.index_pro_slide .parhd ul{
    display: inline-block;
}
.index_pro_slide .parhd ul li{
    float:left;
    padding:0 52px;
    color:#444;
    font-size:17px;
    line-height:36px;
    position: relative;
    cursor: pointer;
}
.index_pro_slide .parhd ul li i{
    display: block;
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
}
.index_pro_slide .parhd ul li:hover i{
    transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);
}

.index_pro_slide .parhd ul li:after{
    content:"";
    position: absolute;
    right:0;
    top:calc(50% - 8px);
    z-index: 11;
    width:1px;
    height:16px;
    display: block;
    background: #ddd;
}
.index_pro_slide .parhd ul li:last-child:after{
    display: none;
}
.index_pro_slide .parbd .slide_box{
    width:100%;
    max-width:1920px;
    margin:0 auto;
    overflow: hidden;
}
.index_pro_slide .parbd .slide_box .bd{
    position: relative;
}
.index_pro_slide .parbd .slide_box .bd .sprev,
.index_pro_slide .parbd .slide_box .bd .snext{
    width:64px;
    height:136px;
    position: absolute;
    top:calc(50% - 68px);
    z-index: 11;
    cursor: pointer;
}
.index_pro_slide .parbd .slide_box .bd .sprev{
    left:0;
    background: rgba(0,0,0,.3) url(../images/l_bg.png) no-repeat center center;
}
.index_pro_slide .parbd .slide_box .bd .snext{
    right:0;
    background: rgba(0,0,0,.3) url(../images/r_bg.png) no-repeat center center;
}

.index_pro_slide .parbd .slide_box .bd{
    margin:0 auto;
    width:1300px;
    position: relative;
}

.index_pro_slide .parbd .slide_box .bd:after{
    content: "";
    position: absolute;
    left:-310px;
    top:0;
    z-index: 11;
    width:305px;
    height:100%;
    background: rgba(0,0,0,.6);
    display: block;
}
.index_pro_slide .parbd .slide_box .bd:before{
    content: "";
    position: absolute;
    right:-310px;
    top:0;
    z-index: 11;
    width:305px;
    height:100%;
    background: rgba(0,0,0,.6);
    display: block;
}
.index_pro_slide .parbd .slide_box .bd .tempWrap{
    overflow: visible !important;
}

.index_pro_slide .parbd .slide_box .bd ul li{
	float:left;
    width:1300px;
    height:850px;
    margin-right:5px;
}

.index_pro_slide .parbd .slide_box .bd ul li .img_box{
    width:1300px;
    height:850px;
    line-height:850px;
    text-align:center;
	display: block;
}
.index_pro_slide .parbd .slide_box .bd ul li .img_box img{
	width:100%;
	height:100%;
}








/*.index_join*/
.index_join{
    padding:75px 0;
}
.index_join .htit{
    margin-bottom:55px;
}
.index_join .list_box .list{
    float:left;
    width:25%;
    text-align:center;
}
.index_join .list_box .list a{
    display: block;
}
.index_join .list_box .list{
    text-align:center;
}
.index_join .list_box .list .text{
    display: inline-block;
    text-align:left;
    padding-left:80px;
}
.index_join .list_box .list .t1{
    background: url(../images/i_t1.png)no-repeat 10px 0;
}
.index_join .list_box .list .t2{
    background: url(../images/i_t2.png)no-repeat 10px 0;
}
.index_join .list_box .list .t3{
    background: url(../images/i_t3.png)no-repeat 10px 0;
}
.index_join .list_box .list .t4{
    background: url(../images/i_t4.png)no-repeat 10px 0;
}
.index_join .list_box .list .text h4{
    color:#444;
    font-size:17px;
    line-height:27px;
}
.index_join .list_box .list .text p{
    color:#888;
    font-size:15px;
    line-height:25px;
}
.index_join .img_box{
    padding:60px 0 30px 0;
	display: block;
}









/*.index_case*/
.index_case{
    padding:70px 0;
    background: url(../images/ica_bg.jpg)no-repeat center center;
    background-size: 100% 100%;
}
.index_case .htit h2{
    color:#fff;
    background: url(../images/h_bg2.png)no-repeat center bottom;
}
.index_case .htit p{
    color:#bcbcbc;
}

.index_case_slide .carhd{
    text-align:center;
    margin:40px 0;
}
.index_case_slide .carhd ul{
    display: inline-block;
}
.index_case_slide .carhd ul li{
    float:left;
    padding:0 52px;
    color:#cccccc;
    font-size:17px;
    line-height:36px;
    position: relative;
    cursor: pointer;
}
.index_case_slide .carhd ul li.on,
.index_case_slide .carhd ul li:hover{
    color:#fff;
}

.index_case_slide .carhd ul li:after{
    content:"";
    position: absolute;
    right:0;
    top:calc(50% - 8px);
    z-index: 11;
    width:1px;
    height:16px;
    display: block;
    background: #535353;
}
.index_case_slide .carhd ul li:last-child:after{
    display: none;
}
.index_case_slide .carbd .slide_box{
    width:1300px;
    height:850px;
    position: relative;
}
.index_case_slide .carbd .slide_box .bd ul li .img_box{
	display: block;
	width:1300px;
	height:850px;
	line-height:850px;
	text-align:center;
}
.index_case_slide .carbd .slide_box .sprev,
.index_case_slide .carbd .slide_box .snext{
    position: absolute;
    top:calc(50% - 68px);
    z-index: 11;
    width:65px;
    height:136px;
    cursor: pointer;
}
.index_case_slide .carbd .slide_box .sprev{
    left:1%;
    background: rgba(0,0,0,0) url(../images/l_bg.png)no-repeat center center;
}
.index_case_slide .carbd .slide_box .snext{
    right:1%;
    background: rgba(0,0,0,0) url(../images/r_bg.png)no-repeat center center;
}
.index_case .index_more{
    background: #000;
    color:#fff;
    font-size:16px;
    width:200px;
    text-align:center;
    border-radius: 28px;
    height:56px;
    line-height:56px;
    margin:60px auto 0 auto;
}










/*.index_net*/
.index_net{
    padding:75px 0 110px 0;
    background: url(../images/index_net_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.index_net .htit{
    margin-bottom:30px;
}
.index_net_swiper{
    width:100%;
	height:540px;
    margin:0 auto;
    overflow: hidden;
    position: relative;
}
.index_net_swiper .in_sprev,
.index_net_swiper .in_snext{
    width:54px;
    height:104px;
    position: absolute;
    top:32%;
    z-index: 11;
    cursor: pointer;
}
.index_net_swiper .in_sprev{
    left:0;
    background: rgba(0,0,0,.3) url(../images/l_bg2.png) no-repeat center center;
}
.index_net_swiper .in_snext{
    right:0;
    background: rgba(0,0,0,.3) url(../images/r_bg2.png) no-repeat center center;
}
.index_net_swiper .swiper-slide{
    width:644px;
}
.index_net_swiper .swiper-slide .img_box{
    width:644px;
    height:450px;
    text-align:center;
    line-height:450px;
	display: block;
}
.index_net_swiper .swiper-scrollbar{
    position: absolute;
    width:100%;
    margin-top:65px;
    height:6px;
    border-radius: 3px;
    background: #e0e0e0;
}
.index_net_swiper .swiper-scrollbar .swiper-scrollbar-drag{
    height:6px;
    border-radius: 3px;
    background: #a0a0a0;
}





.index_news{
    padding:70px 0 100px 0;
}
.index_news .htit{
    margin-bottom:40px;
}
.index_news_nav{
    text-align:center;
    margin-bottom:40px;
}
.index_news_nav ul{
    display: inline-block;
}
.index_news_nav ul li{
    float:left;
    width:136px;
    margin:0 20px;
    height:40px;
    color:#444;
    font-size:16px;
    line-height:40px;
    border-radius: 20px;
    text-align:center;
    background: #f4f4f4;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.index_news_nav ul li a{
    display: block;
}
.index_news_nav ul li:hover{
    color:#fff;
    background: #000;
}

.index_news .list_box .left{
    float:left;
    width:640px;
}
.index_news .list_box .left a{
    display: block;
}
.index_news .list_box .left .img_box{
    width:640px;
    height:368px;
    line-height:368px;
    text-align:center;
}
.index_news .list_box .left .text_box{
    padding:20px 0;
}
.index_news .list_box .left .text_box h3{
    color:#444;
    font-size:18px;
    line-height:24px;
}
.index_news .list_box .left:hover .text_box h3{
	font-weight:bold;
}
.index_news .list_box .left .text_box i{
    color:#888;
    font-size:15px;
    line-height:24px;
    display: block;
    margin-top:5px;
    margin-bottom:15px;
}
.index_news .list_box .left .text_box .text{
    color:#888;
    font-size:15px;
    line-height:24px;
    display: block;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.index_news .list_box .right{
    float:right;
    width:580px;
    border-top:1px dashed #e5e5e5;
}
.index_news .list_box .right .list a{
    display: block;
}
.index_news .list_box .right .list{
    padding-left:145px;
    padding-top:38px;
    padding-bottom:38px;
    position: relative;
    border-bottom:1px dashed #e5e5e5;
}
.index_news .list_box .right .list .day{
    position: absolute;
    left:0;
    top:32px;
    z-index: 11;
}
.index_news .list_box .right .list .day i{
    display: block;
    color:#888;
    font-size:24px;
    padding-bottom:5px;
    margin-bottom:8px;
    border-bottom:1px solid #ddd;
}

.index_news .list_box .right .list .day span{
    display: block;
    color:#888;
    font-size:15px;
}
.index_news .list_box .right .list h3{
    color:#444;
    font-size:16px;
    line-height:24px;
    margin-bottom:18px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
}
.index_news .list_box .right .list:hover h3{
	font-weight:bold;
}
.index_news .list_box .right .list .text{
    color:#888;
    font-size:15px;
    line-height:24px;
    display: block;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}







.footer .foot_box1{
    padding:60px 0 30px 0;
    background: #f6f6f6;
}
.footer .foot_box1 .foot_nav{
    float:left;
    display: inline-block;
}
.footer .foot_box1 .foot_link{
    color:#333;
    font-size:15px;
    line-height:30px;
    margin-top:30px;
}
.footer .foot_box1 .foot_link a{
    display: inline-block;
    color:#666;
    font-size:14px;
    line-height:26px;
}

.footer .foot_box1 .foot_nav dl{
    float:left;
    display: inline-block;
    margin-right:100px;
}
.footer .foot_box1 .foot_nav dl dt a,
.footer .foot_box1 .foot_nav dl dd a{
    display: block;
}
.footer .foot_box1 .foot_nav dl dt{
    color:#333;
    font-size:15px;
    line-height:30px;
    padding-bottom:5px;
    margin-bottom:6px;
    background: url(../images/foot_bg.jpg) no-repeat left bottom;
}
.footer .foot_box1 .foot_nav dl dd{
    color:#666;
    font-size:14px;
    line-height:26px;
}
.footer .foot_box1 .foot_text{
    float:right;
    display: inline-block;
    margin-right:65px;
}
.footer .foot_box1 .foot_text form input.t1{
    float:left;
    width:240px; 
    height:40px; 
    font-size:15px; 
    text-indent:10px;
    color:#595959;
    background: #fff;
    display:inline-block; 
}

    

.footer .foot_box1 .foot_text form input.submit{
    float:left;
    width:50px; 
    height:40px;
    display:inline-block; 
    background: #fff url(../images/search_btn2.png) no-repeat left center; 
    background-size:30px auto; 
    cursor:pointer;
}
.footer .foot_box1 .foot_text .text{
    color:#666;
    font-size:15px;
    line-height:25px;
    margin-top:20px;
}
.footer .foot_box1 .foot_text .text em{
    color:#444;
    font-size:26px;
    line-height:36px;
    font-weight: bold;
}
.footer .foot_box1 .foot_er{
    float:right;
    display: inline-block;
}
.footer .foot_box1 .foot_er p{
    text-align:center;
    color:#666;
    font-size:14px;
    line-height:20px;
    margin-top:10px;
}



.footer .foot_box2{
    padding:15px 0;
    background: #202020;
    position: relative;
}
.footer .foot_box2 .index_link{
    position: absolute;
    top:-50px;
    left:0;
    z-index: 11;
    width:100%;
    color:#666;
    font-size:15px;
    line-height:50px;
    background: #fff;
    display: none;
}
.footer .foot_box2 .index_link a{
    float:left;
    display: block;
    margin-right:15px;
}
.footer .foot_box2 .link_btn{
    float:left;
    width:107px;
    height:35px;
    margin-right:20px;
    cursor: pointer;
    line-height:35px;
    color:#dcdcdc;
    font-size:15px;
    text-indent:15px;
    border-radius: 5px;
    background: #353535 url(../images/link_btn.png) no-repeat 85px center;
}
.footer .foot_box2 .t1{
    color:#c1c1c1;
    font-size:15px;
    line-height:30px;
    float:left;
}
.footer .foot_box2 .t2{
    color:#c1c1c1;
    font-size:15px;
    line-height:30px;
    float:right;
}
.footer .foot_box2 .t2 a{
    float:left;
    position: relative;
    padding-right:5px;
    margin-right:5px;
}
.footer .foot_box2 .t2 a:after{
    content:"";
    position: absolute;
    right:0;
    top:7px;
    z-index: 11;
    width:1px;
    height:16px;
    display: block;
    background: #ddd;
}
.footer .foot_box2 .t2 a:last-child:after{
    display: none;
}











.join{
    padding: 86px 0;
    background: #f6f6f6;
}
.join .main{
    position: relative;
    background: #fff;
    padding-top:10px;
}


.join .main:after,
.join .main:before{
    content:"";
    position: absolute;
    bottom:12px;
    z-index: 1;
    width:625px;
    height:1px;
    box-shadow:0 6px 35px 5px rgba(0,0,0,.3);
}
.join .main:after{
    left:20px;
    transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
}
.join .main:before{
    right:20px;
    transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
}

.join .htit2{
    position: absolute;
    top:-190px;
    left:0;
    right:0;
    z-index: 11;
    padding:65px 0 10px 0;
    background: #fff;
}
.join .htit2 p{
    color:#e1e1e1;
    font-size:30px;
    line-height:40px;
    text-transform: uppercase;
}
.join .pic_box{
    width:1200px;
    margin:20px auto;
}
.join .pic_box .pic{
    float:left;
    display: table-cell;
    vertical-align: middle;
    width:386px;
    height:248px;
    border:1px solid #a7a5a2;
    margin-right:18px;
    text-align:center;
    overflow: hidden;
}
.join .pic_box .pic img{
    vertical-align: middle;
    max-width:100%;
    max-width:100%;
    display: inline-block;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.join .pic_box .pic:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.join .pic_box .pic:nth-child(3n){
    margin-right:0;
}


.join .text_box{
    width:820px;
    text-align:center;
    margin:0 auto;
    padding:30px 0 60px 0;
    position: relative;
}
.join .text_box:after{
    content:"";
    position: absolute;
    left:-240px;
    right:0;
    bottom:0;
    z-index: 11;
    width:1300px;
    height:50px;
    background: #fff;
}
.join .text_box h3{
    color:#444;
    font-size:26px;
    line-height:36px;
    margin-bottom:20px;
}
.join .text_box .text{
    color:#666;
    font-size:16px;
    line-height:32px;
    text-align:center;
}






.join2{
    padding:60px 0 40px 0;
}
.join2 .public_nav2{
    margin:0px 0 50px 0;
}
.join2 .htit2{
    margin-bottom:50px;
}
.join2 .list_box .list{
    float:left;
    width:374px;
    height:446px;
    padding:20px 18px;
    margin-right:30px;
    margin-top:30px;
    margin-bottom:60px;
    border-radius: 10px;
    border-top:4px solid #ea3333;
    box-shadow: 0px 2px 15px 2px #ddd;
    position: relative;
}
.join2 .list_box .list:nth-child(3n){
    margin-right:0;
}
.join2 .list_box .list h4{
    width:226px;
    height:60px;
    line-height:60px;
    border-radius: 30px;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    background: #e50000;
    position: absolute;
    left:calc(50% - 113px);
    top:-30px;
    z-index: 11;
}
.join2 .list_box .list .pic{
    position: absolute;
    left:18px;
    bottom:20px;
    z-index: 11;
    width:374px;
    height:271px;
    text-align:center;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.join2 .list_box .list .pic img{
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.join2 .list_box .list .pic:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.join2 .list_box .list .text{
    color:#444;
    font-size:16px;
    line-height:26px;
    margin:40px 0 0 0;
}




/*join3*/
.join3{
    padding:0px 0;
    background: ;
}
.join3 .htit2{
    margin-bottom:50px;
}
.join3 .join3_text{
    color:#fff;
    font-size:20px;
    line-height:40px;
    text-align:center;
    padding:20px 0;
    background: #444;
}
.join3_slide .hd ul{
    border-top:1px solid #444;
    border-left:1px solid #dcdcdc;
}
.join3_slide .hd ul li{
    float:left;
    width:258.8px;
    height:198px;
    border-right:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
    background: #fff;
    cursor: pointer;
}
.join3_slide .hd ul li:nth-child(2n){
    background: #f5f5f5;
}
.join3_slide .hd ul li p{
    color:#444;
    font-size:16px;
    line-height:26px;
    padding-top:130px;
    text-align:center;
}
.join3_slide .hd ul li p.p_pic1{
    background: url(../images/p_pic1.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic2{
    background: url(../images/p_pic2.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic3{
    background: url(../images/p_pic3.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic4{
    background: url(../images/p_pic4.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic5{
    background: url(../images/p_pic5.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic6{
    background: url(../images/p_pic6.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic7{
    background: url(../images/p_pic7.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic8{
    background: url(../images/p_pic8.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic9{
    background: url(../images/p_pic9.png)no-repeat center 50px;
}
.join3_slide .hd ul li p.p_pic10{
    background: url(../images/p_pic10.png)no-repeat center 50px;
}
.join3_slide .hd ul li.on{
    background: #e50000;
}
.join3_slide .hd ul li.on p{
    color:#fff;
}
.join3_slide .hd ul li.on p.p_pic1{
    background: url(../images/p_pic1s.png)no-repeat center 50px;
}
.join3_slide .hd ul li.on p.p_pic2{
    background: url(../images/p_pic2s.png)no-repeat center 50px;
}
.join3_slide .hd ul li.on p.p_pic3{
    background: url(../images/p_pic3s.png)no-repeat center 50px;
}
.join3_slide .hd ul li.on p.p_pic4{
    background: url(../images/p_pic4s.png)no-repeat center 50px;
}
.join3_slide .hd ul li.on p.p_pic5{
    background: url(../images/p_pic5s.png)no-repeat center 50px;
}
.join3_slide .hd ul li.on p.p_pic6{
    background: url(../images/p_pic6s.png)no-repeat center 50px;
}
.join3_slide .hd ul li.on p.p_pic7{
    background: url(../images/p_pic7s.png)no-repeat center 50px;
}
.join3_slide .hd ul li.on p.p_pic8{
    background: url(../images/p_pic8s.png)no-repeat center 50px;
}
.join3_slide .hd ul li.on p.p_pic9{
    background: url(../images/p_pic9s.png)no-repeat center 50px;
}
.join3_slide .hd ul li.on p.p_pic10{
    background: url(../images/p_pic10s.png)no-repeat center 50px;
}



.join3_slide .bd{
    width:1298px;
    height:380px;
    margin-top:40px;
    box-shadow: 0px 10px 17px -7px #aaa;
    border:1px solid #dcdcdc;
}

.join3_slide .bd ul li{
    padding:30px 35px;
}
.join3_slide .bd ul li .img_box{
    float:left;
    width:552px;
    height:319px;
    text-align:center;
    line-height:319px;
	display: block;
}
.join3_slide .bd ul li .text_box{
    float:right;
    width:615px;
}
.join3_slide .bd ul li .text_box h4{
    color:#444;
    font-size:19px;
    line-height:30px;
    margin:20px 0;
}
.join3_slide .bd ul li .text_box .text{
    color:#666;
    font-size:16px;
    line-height:30px;
    margin:20px 0;
}






/*join4*/
.join4{
    padding:70px 0;
}
.join4 .htit2{
    margin-bottom:40px;
}
.join4 .text{
    color:#666;
    font-size:16px;
    line-height:26px;
    text-align:center;
}
.join4 .text img{
    max-width:100%;
}







/*join5*/
.join5{
    padding:80px 0 70px 0;
    background: url(../images/join5_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.join5 .htit2 p{
    color:#8d8d8d;
}
.join5 .htit2 h2{
    color:#fff;
}
.join5 .list_box{
    margin:140px 0 95px 0;
}
.join5 .list_box .list{
    float:left;
    width: 298px;
    height: 300px;
    margin-right:35px;
    background: #fff;
    position: relative;
 }
.join5  .list_box .list:before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1;
    border-left: 149px solid transparent;
    border-right: 149px solid transparent;
    border-bottom: 70px solid #fff;
}
.join5  .list_box .list:after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1;
    border-left: 149px solid transparent;
    border-right: 149px solid transparent;
    border-top: 70px solid #fff;
}
.join5 .list_box .list:nth-child(4n){
    margin-right:0;
}
.join5 .list_box .list .pic{
    position:absolute;
    left:0;
    top:-70px;
    z-index: 11;
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.join5 .list_box .list:hover .pic{
    display: block;
    opacity: 1;
}
.join5 .list_box .list h4{
    width:116px;
    height:116px;
    line-height:116px;
    margin:20px auto;
    display: block;
    color:#444;
    font-size:20px;
    text-align:center;
    border-radius: 100%;
    background: #f6f6f6;
    box-shadow: 2px 6px 15px -2px #ddd;
}
.join5 .list_box .list .text{
    color:#666;
    font-size:15px;
    line-height:26px;
    width:256px;
    margin: 0 auto;
}






/*join6*/
.join6{
    padding:90px 0;
}
.join6 .htit2{
    margin-bottom:40px;
}
.join6_box .join6_pic{
    float:left;
    width:288px;
    height:287px;
    border-radius: 100%;
    margin:0 50px;
    border:20px solid #e6e6e6;
}
.join6_box .join6_pic img{
    border-radius: 100%;
}
.join6_box ul.join6_text{
    float:right;
    width:840px;
}
.join6_box ul.join6_text li{
    line-height:;
    padding: 20px 0 20px 50px;
    color:#444;
    font-size:16px;
    line-height:30px;
    border-bottom:1px dashed #d3d3d3;
    position: relative;
}
.join6_box ul.join6_text li em{
    position: absolute;
    left:0;
    top:20px;
    z-index: 11;
    display: block;
    width:35px;
    height:35px;
    line-height:35px;
    color:#444;
    font-size:16px;
    text-align:center;
    border-radius: 100%;
    background: #e6e6e6;
}




/*join7*/
.join7{
    padding:60px 0 90px 0;
    background: url(../images/join7_bg.jpg)no-repeat center center;
    background-size: 100% 100%;
}
.join7 .htit2{
    margin-bottom:40px;
}
.join7_box{
    height:620px;
    background: #fff;
    box-shadow: -2px 2px 14px 2px #aaa;
}
.join7_box .form_box{
    float:left;
    width:650px;
    margin-left:50px;
    margin-top:50px;
}
.join7_box .form_box form .f1_box .t1{
    float:left;
    width:310px;
    line-height:60px;
    text-indent:15px;
    margin-right:26px;
    margin-bottom:20px;
    border:1px solid #eaeaea;
    color:#666;
    font-size:16px;
}
.join7_box .form_box form .f1_box .t1:nth-child(2n){
    margin-right:0;
}

.join7_box .form_box form #distpicker select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline:none;
    background: url(../images/select_bg.png)no-repeat 280px 25px;
}
.join7_box .form_box form #distpicker select.t2::-ms-expand { display: none; }
.join7_box .form_box form #distpicker .t2{
    float:left;
    width:312px;
    height:60px;
    line-height:60px;
    text-indent:15px;
    margin-right:26px;
    margin-bottom:20px;
    border:1px solid #eaeaea;
    color:#666;
    font-size:16px;    
}
.join7_box .form_box form #distpicker .t2:nth-child(2n){
    margin-right:0;
}
.join7_box .form_box form textarea.message{
    width:648px;
    height:170px;
    line-height:60px;
    text-indent:15px;
    margin-bottom:20px;
    border:1px solid #eaeaea;
    color:#666;
    font-size:16px;    
}
.join7_box .form_box form .f2_box input.num{
    float:left;
    width:485px;
    height:60px;
    line-height:60px;
    text-indent:15px;
    margin-right:6px;
    margin-bottom:20px;
    border:1px solid #eaeaea;
    color:#666;
    font-size:16px;    
}
.join7_box .form_box form .f2_box .pic{
    float:right;
    width:150px;
    height:60px;
    background: #e5e5e5;
}
.join7_box .form_box form input.submit{
    width:650px;
    height:60px;
    line-height:60px;
    text-align:center;
    border:1px solid #eaeaea;
    color:#fff;
    font-size:16px;    
    background: #aaa;
}



.join7_box .join7_pic{
    float:right;
    width:546px;
    height:620px;
    text-align:center;
    display: table-cell;
    vertical-align: middle;
}
.join7_box .join7_pic img{
    vertical-align: middle;
}










/*about*/
.about{
    padding:90px 0;
}
.about .htit3{
    margin-bottom:30px;
}
.about .text{
    color:#666;
    font-size:16px;
    line-height:30px;
}





.about2 img{
    width:100%;
}
@media (max-width: 1300px){
.about2 img{
    width:100%;
    max-width:100%;
}

}




.about3{
    padding:60px 0;
    background: #f5f5f5;
}
.about3 .htit3{
    margin-bottom:30px;
}
.about3 .text{
    color:#666;
    font-size:15px;
    line-height:33px;
    text-align:center;
}

/* about4 */
.about4 .ab4_box{
	height:528px;
	background:#fff;
	position: relative;
}
.about4 .ab4_box .pic{
	width:50%;
	height:528px;
	position: absolute;
	right:0;
	top:0;
	z-index: 11;
}
.about4 .ab4_box .pic img{
	width:100%;
	height:100%
}
.about4 .ab4_box .text_box{
	width:565px;
}
.about4 .ab4_box .text_box h3{
	color:#444;
	font-size:26px;
	line-height:36px;
	padding:140px 0 25px 0;
}
.about4 .ab4_box .text_box .text{
	color:#666;
	font-size:16px;
	line-height:32px;
}








.about4 .ab4_box2{
	height:528px;
	background:#262020;
	position: relative;
}
.about4 .ab4_box2 .pic{
	width:50%;
	height:528px;
	position: absolute;
	left:0;
	top:0;
	z-index: 11;
}
.about4 .ab4_box2 .pic img{
	width:100%;
	height:100%
}



.about4 .ab4_box2 .text_box{
	float:right;
	width:565px;
}
.about4 .ab4_box2 .text_box h3{
	color:#fff;
	font-size:26px;
	line-height:36px;
	padding:140px 0 25px 0;
}
.about4 .ab4_box2 .text_box .text{
	color:#fff;
	font-size:16px;
	line-height:32px;
}





.contact{
	padding:80px 0 100px 0;
}
.contact .cont_box{
	float:left;
	width:480px;
}
.contact .cont_box .cont_htit{
	margin: 0 0 20px 0;
}
.contact .cont_box .cont_htit h2{
	color: #444;
	font-size: 20px;
	line-height: 40px;
}
.contact .cont_box .cont_htit p{
	color: #c5c5c5;
	font-size: 13px;
	line-height: 20px;
}
.contact .cont_box .text{
	color: #666;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 25px;
}
.contact .cont_box .cont_text{
	color: #666;
	font-size: 15px;
	line-height: 25px;
}
.contact .cont_box .cont_text p{
	padding:20px 0;
	border-bottom:1px dashed #e5e5e5;
}
.contact .cont_box .cont_text p em{
	float:left;
	width:110px;
	color:#333;
	display: block;
	text-indent: 25px;
}
.contact .cont_box .cont_text p em.c1{
	background: url(../images/c1.png) no-repeat left 4px;
}
.contact .cont_box .cont_text p em.c2{
	background: url(../images/c2.png) no-repeat left 4px;
}
.contact .cont_box .cont_text p em.c3{
	background: url(../images/c3.png) no-repeat left 5px;
}

.contact .map_box{
	float:right;
	width:750px;
	height: 420px;
}
.contact .map_box .map{
	width:750px;
	height:420px;
	overflow: hidden;
}




.ex_hall{
	padding:80px 0 60px 0;
}
.ex_hall .htit3{
	margin-bottom:50px;
}
.ex_hall .list_box .list{
	float:left;
	width:640px;
	height: 426px;
	margin-right:20px;
	margin-bottom:50px;
	cursor: pointer;
}
.ex_hall .list_box .list:nth-child(2n){
	margin-right: 0;
}
.ex_hall .list_box .list .img_box{
	width:640px;
	height: 426px;
	line-hieght: 426px;
	text-align: center;
	display: block;
}
.ex_hall .ex_more{
	border:1px solid #ddd;
	width:190px;
	height:50px;
	line-height:50px;
	border-radius: 25px;
	color:#888;
	font-size: 16px;
	text-align:center;
	display: block;
	margin:20px auto 0px auto;
}
.ex_hall .ex_more a{
	display:block;
}


/* case */
.case{
	padding:80px 0;
}
.case .htit3{
	margin-bottom:50px;
}
.case .list_box .list{
	float:left;
	width:640px;
	margin-right:20px;
	margin-bottom:30px;
	cursor: pointer;
	position: relative;
}
.case .list_box .list .mask{
	position: absolute;
	left:0;
	top:0;
	z-index: 11;
	width:640px;
	height: 418px;
	display: block;
	background: rgba(0,0,0,.5) url(../images/btn.png) no-repeat center center;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	opacity: 0;
}
.case .list_box .list:hover .mask{
	opacity: 1;
}
.case .list_box .list:nth-child(2n){
	margin-right: 0;
}
.case .list_box .list .img_box{
	width:640px;
	height: 418px;
	line-height: 418px;
	text-align: center;
	display: block;
	border:1px solid #eee;
}
.case .list_box .list p{
	color: #444;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	padding: 10px 0;
}
.case .pages{
	margin:30px 0 10px 0;
}








/* pro */
.pro{
	padding:80px 0;
}
.pro .htit3{
	margin-bottom:50px;
}
.pro .list_box .list{
	float:left;
	width:640px;
	margin-right:20px;
	margin-bottom:30px;
	cursor: pointer;
	position: relative;
}
.pro .list_box .list .mask{
	position: absolute;
	left:0;
	top:0;
	z-index: 11;
	width:640px;
	height: 418px;
	display: block;
	background: rgba(0,0,0,.5) url(../images/btn.png) no-repeat center center;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	opacity: 0;
}
.pro .list_box .list:hover .mask{
	opacity: 1;
}
.pro .list_box .list:nth-child(2n){
	margin-right: 0;
}
.pro .list_box .list .img_box{
	width:640px;
	height: 418px;
	line-height: 418px;
	text-align: center;
	display: block;
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.pro .list_box .list p{
	color: #444;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	padding: 10px 0;
}
.pro .pages{
	margin:30px 0 10px 0;
}










/* .news */
.news{
	padding:70px 0;
}
.news .list_box{
	margin-bottom:70px;
}
.news .list_box .list a{
	display: block;
}
.news .list_box .list{
	padding:30px 0;
	border-bottom:1px dashed #ddd;
}
.news .list_box .list .img_box{
	float:left;
	width:479px;
	height:277px;
	line-height:277px;
	text-align:center;
	display: block;
}
.news .list_box .list .text_box{
	float:right;
	width:700px;
	height:277px;
	padding:0 50px 0 70px;
	position: relative;
}
.news .list_box .list:hover .text_box{
	background:#f8f8f8;
}
.news .list_box .list .text_box i{
	position: absolute;
	left:70px;
	bottom:30px;
	z-index: 11;
	color:#888888;
	font-size: 15px;
	line-height:25px;
}
.news .list_box .list .text_box h3{
	color:#444;
	font-size:20px;
	line-height:24px;
	padding-left:10px;
	margin:40px 0;
	position: relative;
}
.news .list_box .list .text_box h3:after{
	content:"";
	position: absolute;
	left:0;
	top:2px;
	z-index: 11;
	background: #535353;
	width:1px;
	height:20px;
}
.news .list_box .list .text_box .text{
	color:#888;
	font-size:15px;
	line-height:25px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}





.prov{
	padding:80px 0;
}
.prov .prov_box .img_box{
	width:1300px;
	height:850px;
	line-height:850px;
	text-align:center;
	display: block;
}
.prov .prov_box .text_box{
	position: relative;
	margin:40px 0;
}
.prov .prov_box .text_box .prov_cont{
	position: absolute;
	right:0;
	bottom:0;
	z-index: 11;
	width:155px;
	height:60px;
	padding-left:60px;
	background:url(../images/prov_bg.png) no-repeat left 4px;
}
.prov .prov_box .text_box .prov_cont i{
	color:#666;
	font-size:16px;
	line-height:26px;
	display: block;
}
.prov .prov_box .text_box .prov_cont p{
	color:#666;
	font-size:22px;
	line-height:32px;
}
.prov .prov_box .text_box h3{
	color: #444;
	font-size: 30px;
	line-height: 40px;
	margin-bottom:20px;
}
.prov .prov_box .text_box .text{
	color: #666;
	font-size: 16px;
	line-height: 32px;
	width:1060px;
}
.prov .prov_box .text_box .text .t1{
	float:left;
	margin-right:60px;
	max-width:500px;
}
.prov .prov_box .text_box .text .t1:nth-child(2n){
	margin-right:0;
}



.prov_box2{
	width:100%;
	position: relative;
}

.prov_slide .hd ul li{
	float:left;
	display: inline-block;
	color:#444;
	font-size:16px;
	line-height:50px;
	width:153px;
	text-align:center;
	background: #eee;
	border-top:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	position: relative;
}
.prov_slide .hd ul li.on,
.prov_slide .hd ul li:hover{
	background: #fff;
	border-top:1px solid #535353;
}
.prov_slide .hd ul li i{
	position: absolute;
	left:0;
	bottom:-1;
	z-index: 11;
	width:100%;
	height:1px;
	background:#fff;
	display: none;
	visibility:visible;
}
.prov_slide .hd ul li.on i,
.prov_slide .hd ul li:hover i{
	display: block;
}
.prov_slide .bd{
	border:1px solid #dcdcdc;
}
.prov_slide .bd ul li .text{
	padding:50px 40px;
	color:#666;
	font-size:15px;
	line-height:35px;
}

.prov_box2 .prov_cont2{
	position: absolute;
	left:153px;
	top:0;
	z-index: 22;
}
.prov_box2 .prov_cont2 .cont_btn{
	cursor: pointer;
	color:#444;
	font-size:16px;
	line-height:50px;
	width:153px;
	text-align:center;
	background: #eee;
	border:1px solid #dcdcdc;
}
.prov_box2 .prov_cont2 .cont_btn:hover{
	background: #fff;
	border-top:1px solid #535353;
	border-bottom:1px solid #fff;
}




.prov_form{
	position: fixed;
	left:0;
	top:0;
	z-index: 111;
	width:100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,.3);
}

.prov_form form{
	width:646px;
	padding:0 45px;
	height:75%;
	overflow:auto;
	background:#fff;
	margin: 8% auto auto auto;
	position: relative;
}
.prov_form form .close{
	position: absolute;
	right:0;
	top:0;
	z-index: 112;
	width:47px;
	height:47px;
	display: block;
	cursor: pointer;
	background: #2c2c2c url(../images/close.png)no-repeat center center;
}

.prov_form form h2{
	margin:20px 0;
	padding:15px 0;
	color:#444;
	font-size:20px;
	line-height:40px; 
	text-align:center;
	border-bottom:1px solid #ddd;
}
.prov_form form h3{
	color:#444;
	font-size:16px;
	line-height:36px;
	 padding:5px 0 20px 0;
}




.prov_form form .f1_box input.t1{
	display: none;
}
.prov_form form .f1_box label{
	float:left;
	width:194px;
	height:40px;
	line-height:40px;
	color:#666;
	font-size: 15px;
	border:1px solid #ddd;
	margin-right:20px;
	margin-bottom:25px;
	text-align:center;
	display: block;
	cursor: pointer;
}
.prov_form form .f1_box label:last-child{
	margin-right:0;
}
.prov_form form .f1_box label:hover,
.prov_form form .f1_box label.on{
	background:#626262;
	color:#fff;
}
.prov_form form #distpicker select.t2{
	float:left;
	border:1px solid #ddd;
	width:302px;
	height:48px;
	line-height:48px;
	color:#666;
	font-size:15px;
	text-indent:15px;
	margin-right:25px;
	margin-bottom:15px;
	outline: none;
}

.prov_form form #distpicker input.t2{
	float:left;
	border:1px solid #ddd;
	width:300px;
	height:46px;
	line-height:46px;
	color:#666;
	font-size:15px;
	text-indent:15px;
	margin-right:25px;
	margin-bottom:15px;
}

.prov_form form #distpicker .t2:nth-child(2n){
	margin-right:0;
}
.prov_form form textarea.message{
	border:1px solid #ddd;
	width:627px;
	height:150px;
	line-height:46px;
	color:#666;
	font-size:15px;
	text-indent:15px;
	margin-bottom:15px;
}
.prov_form form .f2_box{
	margin-bottom:70px
}
.prov_form form .f2_box p{
	display: block;
	color:#888;
	font-size:15px;
	line-height:40px;
	margin-bottom:5px;
}
.prov_form form .f2_box input.num{
	float:left;
	display: inline-block;
	border:1px solid #ddd;
	width:160px;
	height:46px;
	line-height:46px;
	color:#666;
	font-size:15px;
	text-indent:15px;
	margin-right:15px;
}
.prov_form form .f2_box .pic{
	display: inline-block;
	float:left;
	width:85px;
	height:46px;
}
.prov_form form .f2_box .submit{
	float:right;
	border:1px solid #ddd;
	width:160px;
	height:46px;
	line-height: 46px;
	background:#626262;
	text-align:center;
	color:#fff;
	font-size:16px;
	margin-right:15px;
}






.prov2{
	padding:0 0 70px 0;
}
.prov2 h3{
	color: #444;
	font-size:18px;
	line-height: 50px;
	text-indent:25px;
	background:#eee;
	margin-bottom:30px;
}
.prov2_slide{
	position: relative;
}
.prov2_slide .sprev,
.prov2_slide .snext{
	position: absolute;
	top:-80px;
	z-index: 11;
	width:50px;
	height:50px;
	cursor: pointer;
}
.prov2_slide .sprev{
	right:0;
	background:url(../images/r_bg3.png) no-repeat center center;
}
.prov2_slide .snext{
	right:50px;
	background:url(../images/l_bg3.png) no-repeat center center;
}
.prov2_slide .bd ul li{
	float:left;
	width:420px;
	margin-right:20px;
}
.prov2_slide .bd ul li a{
	display: block;
}
.prov2_slide .bd ul li .img_box{
	width:420px;
	height:275px;
	line-height:275px;
	text-align:center;
	display: block;
}
.prov2_slide .bd ul li p{
	color:#666;
	font-size:16px;
	line-height:26px;
	text-align:center;
	padding:15px 0;
}









/*news_v*/
.news_htit{
    text-align:center;
}
.news_htit h2{
    color:#333;
    font-size:26px;
    line-height:46px;
}
.news_htit p{
    color:#666;
    font-size:16px;
    line-height:26px;
}

.news_v {
    padding:50px 0;
}
.news_v .list_box{
    display: block;
	margin-bottom:50px;
}
.news_v .list_box .text {
    color: #666;
    font-size: 15px;
    line-height: 25px;
    padding-top:20px;
}






.honor{
	padding:70px 0;
}
.honor .htit3{
	margin-bottom: 40px;
}
.honor .list_box{
	margin-bottom:30px;
}
.honor .list_box .list{
	float:left;
	width:418px;
	margin-right:23px;
	margin-bottom:20px;
	cursor: pointer;
}
.honor .list_box .list:nth-child(3n){
	margin-right: 0;
}
.honor .list_box .list .img_box{
	width:416px;
	height: 300px;
	line-height:300px;
	border:1px solid #eee;
	text-align:center;
	display: block;
}
.honor .list_box .list p{
	color:#444;
	font-size: 16px;
	line-height: 26px;
	text-align:center;
	padding:20px 0;
}








/*site*/
.site{
    padding:100px 0;
}
.site .site_nav{
    margin-bottom:10px;
}
.site .site_nav h3 a{
    display: block;
}
.site .site_nav h3{
    color:#444;
    font-size:16px;
    line-height:26px;
    font-weight: bold;
    background:#eee;
    padding:10px 30px;
    border-bottom:1px solid #d2d2d2;
}
.site .site_nav ul li a{
    display: block;
}
.site .site_nav ul li{
    float:left;
    color:#444;
    font-size:15px;
    line-height:30px;
    padding:10px 30px;
}









/* .case_v */
.case_v{
	padding:60px 0;
}
.case_v_slide .bd{
	border:1px solid #ddd;
	margin-bottom:30px;
}
.case_v_slide .bd ul li .img_box{
	display: block;
	width:1198px;
    height:680px;
    line-height:680px;
	margin:0 auto;
}
.case_v_slide .hd ul li{
	float:left;
	display: block;
	width:178px;
    height:133px;
	margin-right:20px;
	border:1px solid #ddd;
}
.case_v_slide .hd ul li.on{
	border:1px solid #000;
}
.case_v_slide .hd ul li .img_box{
	display: block;
	margin:0 auto;
	width:178px;
    height:133px;
    line-height:133px;
	text-align:center;
}

.case_v .t1{
	margin:50px 0 40px 0;
}
.case_v .t1 h3{
	color:#444;
	font-size:20px;
	line-height:40px;
	margin-bottom:30px;
	position: relative;
}
.case_v .t1 h3:after{
	content:"";
	position: absolute;
	left:100px;
	top:49%;
	z-index: 11;
	width:1200px;
	height:1px;
	background:#dcdcdc;
}
.case_v .t1 .text{
	color:#666;
	font-size:15px;
	line-height:32px;
	padding-bottom:50px;
	border-bottom: 1px solid #dcdcdc;
}
.case_v .t2 a{
	color:#666;
	font-size:15px;
	line-height:30px;
	float:left;
	margin-right:30px;
}
