@charset "utf-8";

.header{}
.header .main{
	position:relative;
}
.header h1{
	width:255px;
	height:100px;
	display:inline-block;
	float:left;
	background:url(../images/logo.png) no-repeat center;
}
.header h1 a{
	text-indent:-9999px;
	display:block;
	width:100%;
	height:100%;
}
.header .nav{
	display:inline-block;
	float:right;
}
.header .nav li{
	display:inline-block;
	float:left;
	width:90px;
	height:100px;
	line-height:132px;
	font-size:15px;
	color:#666;
	margin-right:25px;
	overflow:hidden;
	position:relative;
	text-align: center;
}
.header .nav li a{
	display:block;
}
.header .nav li:after{
	display:inline-block;
	content:'';
	width:100%;
	height:3px;
	background:#666;
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
}
.header .nav li:hover,
.header .nav li.on{
	color:#444;
	font-weight: bold;
}
.header .nav li:hover:after,
.header .nav li.on:after{
	opacity: 1;
}



.header .header_btn{
	display:inline-block;
	float:right;
	margin-top:56px;
}
.header .header_btn a,
.header .header_btn span{
	width:20px;
	line-height:20px;
	height:20px;
	display: inline-block;
	float:left;
}
.header .header_btn a{
	font-size:15px;
	color:#666;
}
.header .header_btn a:hover{
	color:#000;
}
.header .header_btn span{
	background:url(../images/search_btn.png) no-repeat center;
	cursor:pointer;
}
.header .header_btn i{
	display:inline-block;
	float:left;
	height:20px;
	width:1px;
	background:#999;
	margin:0 15px;
}


.header .header_form{
	display:inline-block;
	position: absolute;
	right:0;
	bottom:-50px;
	padding:10px 15px;
	background:rgba(0,0,0,.7);
	display:none;
	z-index: 9999;
}
.header .header_form input.text{
	width:250px;
	height:30px;
	font-size:14px;
	color:#333;
	border:none;
	backgorund:#fff;
	text-indent:10px;
}
.header .header_form input.submit{
	display:inline-block;
	width:35px;
	height:30px;
	border:none;
	position:absolute;
	right:10px;top:10px;
	background:url(../images/search_btn.png) no-repeat center;
	cursor:pointer;
}


.banner{position:relative;}
.banner img{width:100%;}
.banner .hd{width:100%;padding:20px 0;position:absolute;left:0;bottom:0;text-align:center;}
.banner .hd ul li{width:45px;height:5px;display:inline-block;background:#fff;margin:0 6px;cursor:pointer;text-indent:-9999px;opacity: .4;}
.banner .hd ul li.on{opacity:.8}
.banner .banner_prev,
.banner .banner_next{opacity:.4;width:50px;height:90px;line-height:90px;display:inline-block;position:absolute;top:42%;cursor:pointer;background:rgba(255, 255, 255, .4);font-size:38px;font-family: '宋体';text-align:center;}
.banner .banner_prev{left:120px;}
.banner .banner_next{right:120px;}
.banner .banner_prev:hover,
.banner .banner_next:hover{opacity:1;}


.bannero{width:100%;max-width:1920px;margin:0 auto;}
.bannero img{width:100%;}


.footer{
	background:#efefef;
	padding:60px 0;
}
.footer dl{
	float:left;
	width:160px;
	margin-left:60px;
	display:inline-block;
}
.footer dl dt{
	height:25px;
	line-height:25px;
	font-size:15px;
	color:#666;
	margin-bottom:10px;
}
.footer dl dt:hover{
	color:#000;
}
.footer dl dd{
	/* height:25px; */
	line-height:25px;
	font-size:14px;
	color:#888;
}
.footer dl dd:hover{
	color:#333;
}
.footer dl a{
	display:block;
}
.footer dl:nth-child(1){
	margin:0;
}
.footer dl:nth-child(4){
	width:310px;
}
.footer dl:nth-child(5){
	float:right;
}


.compy{
	padding:20px 0;
}
.compy p{
	font-size:14px;
	color:#9d9d9d;
	padding:15px 0;
}
.compy .link a{
	display:inline-block;
	font-size:14px;
	color:#9d9d9d;
	display:inline-block;
	height:25px;
	line-height:25px;
	margin-right:15px;
}
.compy .link a:hover{
	text-decoration: underline;
}



.ipro{
	padding:80px 0;
	background:#f3f3f3;
}
.ipro_slide{
	width:1200px;
	margin:0 auto;
	position: relative;
}
.ipro_slide .bd{
	width:955px;
	margin:0 auto;
	overflow:hidden;
}
.ipro_slide .bd ul li{
	display:inline-block;
	float:left;
	margin-right:100px;
	text-align:center;
	width:250px;
}
.ipro_slide .bd ul li .pic_box{
	font-size:0;
	display:inline-block;
	padding:10px;
	background:#dfdfdf;
	border-radius: 100%;
}
.ipro_slide .bd ul li .pic_box i{
	display:inline-block;
	width:230px;
	height:230px;
	border-radius: 100%;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
.ipro_slide .bd ul li .text{
	padding:20px 0 15px 0;
}
.ipro_slide .bd ul li h4{
	font-size:24px;
	color:#444;
	height:30px;
	line-height:30px;
	margin-bottom:5px;
	font-family:'alia';
}
.ipro_slide .bd ul li:hover h4{
	color:#000;
}
.ipro_slide .bd ul li p{
	font-size:15px;
	color:#888;
	height:25px;
	line-height:25px;
}
.ipro_slide .ipro_prev,
.ipro_slide .ipro_next{
	width:45px;
	height:90px;
	display:inline-block;
	background-repeat: no-repeat;
	background-position:center;
	position:absolute;
	top:30%;
	cursor: pointer;
}
.ipro_slide .ipro_prev{
	background-image:url(../images/ipro_prev.png);
	left:0;
}
.ipro_slide .ipro_next{
	background-image:url(../images/ipro_next.png);
	right:0;
}


.tit1{
	text-align:center;
	padding:70px 0;
}
.tit1 h2{
	font-size:40px;
	color:#333;
	
	padding-bottom:10px;
	font-family:'alia';
}
.tit1 p{
	font-size:18px;
	color:#888;
	padding-bottom:5px;
}



.icase{
	padding-bottom:70px;
}
.icase .main{
	max-width:1300px;
}
.icase .icase_box{
	
}
.icase .icase_box .list_box{
	width:410px;
	height:275px;
	display:inline-block;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	position: relative;
}
.icase .icase_box .list_box:nth-child(3n){
	margin-right:0;
}
.icase .icase_box .list_box::before{
	content:'';
	display:inline-block;
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	background-color:rgba(0,0,0,.4);
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(../images/icase_bg.png);
	opacity:0;
	z-index: 300;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.icase .icase_box .list_box:hover::before{
	opacity: 1;
}
.icase .icase_box .list_box a{
	display:inline-block;
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	z-index: 400;
}


.iabout{
	background:#f3f3f3;
}
.iabout .main{
	min-height:556px;
	max-width:1300px;
}
.iabout .col{
	width:50%;
	float:left;
	position:relative;
	display:inline-block;
	min-height:556px;
}
.iabout .pic_box{
	width:960px;
	height:556px;
	position: absolute;
	right:0;
	top:0;
	background-repeat: no-repeat;
	background-position: left top;
}
.iabout .text_box{
	padding-left:70px;
}
.iabout .text_box .text{
	font-size:15px;
	color:#666;
	line-height:30px;
	padding-bottom:40px;
	max-width:530px;
}
.iabout .text_box .more{
	height:45px;
	line-height:45px;
	width:150px;
	text-align:center;
	border:1px solid #c9c9c9;
	display:inline-block;
	border-radius:4px;
	font-size:15px;
	color:L#666;
}
.iabout .text_box .more:hover{
	color:#fff;
	background:#919191;
	border:1px solid #919191;
}



.tit2{
	padding:80px 0 40px 0;
}
.tit2 h2{
	font-size:26px;
	color:#333;
	padding-bottom:10px;
	font-family:"alia";
}
.tit2 p{
	font-size:15px;
	color:#888;
}


.inews{
	padding-bottom:120px;
}
.inews_box .col{
	width:50%;
	display:inline-block;
	float:left;
}
.inews_box .box1{
	padding:50px 40px;
	width:435px;
	background:#f4f4f4;
}
.inews_box .box1 .list_box{
	width:430px;
}
.inews_box .box1 .list_box i{
	display:inline-block;
	font-size:20px;
	color:#444;
	padding-bottom:20px;
}
.inews_box .box1 .list_box h3{
	font-size:20px;
	color:#444;
	padding-bottom:15px;
	font-family:'alia';
}
.inews_box .box1 .list_box:hover h3{
	color:#000;
}
.inews_box .box1 .list_box p{
	font-size:15px;
	color:#888;
	line-height:24px;
	padding-bottom:25px;
}
.inews_box .box1 .list_box .img_box{
	width:430px;
	height:230px;
	overflow:hidden;
}
.inews_box .box1 .list_box .img_box img{
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.inews_box .box1 .list_box:hover .img_box img{
	transform:scale(1.2);
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
}


.inews_box .box2{
	border-top:1px solid #d2d2d2;
}
.inews_box .box2 .list_box{
	border-bottom:1px solid #d2d2d2;
	padding:40px 0;
}
.inews_box .box2 .list_box h3{
	font-size:18px;
	color:#444;
	padding-bottom:10px;
	padding-left:15px;
	background:url(../images/inews_tag1.png) no-repeat left 8px;
	font-family: 'alia';
}
.inews_box .box2 .list_box h3 i{
	display:inline-block;
	float:right;
}
.inews_box .box2 .list_box p{
	font-size:15px;
	line-height:24px;
	color:#888;
	position: relative;
	padding-left:15px;
	padding-right:150px;
}
.inews_box .box2 .list_box p:after{
	content:'';
	display:inline-block;
	width:22px;
	height:10px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/inews_tag2.png);
	position: absolute;
	right:0;
	top:25px;
}
.inews_box .box2 .list_box:hover h3{
	color:#000;
}
.inews_box .box2 .list_box:hover p:after{
	background-image: url(../images/inews_tag3.png);
}


.public_nav{
	padding:25px 0;
	background:#efefef;
}
.public_nav ul li{
	height:30px;
	line-height:30px;
	display:inline-block;
	font-size:15px;
	color:#666;
}
.public_nav ul li.on,
.public_nav ul li:hover{
	color:#444;
	font-weight:bold;
}
.public_nav ul.nav1 li{
	float:left;
	margin-right:25px;
}
.public_nav ul.nav2{
	display:inline-block;
	float:right;
}
.public_nav ul.nav2 li:nth-child(1){
	padding-left:25px;
	background:url(../images/home.png) no-repeat left center;
}





.case{
	padding:60px 0;
}
.case_box{}
.case_box .list_box{
	width:365px;
	height:245px;
	display:inline-block;
	float:left;
	margin-right:50px;
	margin-bottom:50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	position: relative;
}
.case_box .list_box:nth-child(3n){
	margin-right:0;
}
.case_box .list_box::before{
	content:'';
	display:inline-block;
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	background-color:rgba(0,0,0,.4);
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(../images/icase_bg.png);
	opacity:0;
	z-index: 300;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.case_box .list_box:hover::before{
	opacity: 1;
}
.case_box .list_box a{
	display:inline-block;
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	z-index: 400;
}



.pages{
	text-align:center;
	padding:30px 0;
}
.pages div{
	display:inline-block;
}
.pages a{
	height:40px;
	line-height:40px;
	text-align:center;
	display:inline-block;
	font-size:16px;
	color:#666;
	float:left;
	padding:0 16px;
	margin:0 5px;
	background:#efefef;
}
.pages a.on,
.pages a:hover{
	background:#919191;
	color:#fff;
}



.news{
	padding:60px 0;
}
.news_box{
	
}
.news_box .list_box{
	margin-bottom:70px;
}
.news_box .list_box .img_box{
	width:430px;
	height:230px;
	overflow: hidden;
}
.news_box .list_box .img_box img{
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.news_box .list_box .img_box:hover img{
	transform:scale(1.2);
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.news_box .list_box .text_box{
	display:inline-block;
	float:right;
	width:720px;
}
.news_box .list_box .text_box h3{
	font-size:22px;
	color:#444;
	padding-bottom:10px;
	font-family: 'alia';
}
.news_box .list_box:hover .text_box h3{
	color:#322841;
}
.news_box .list_box .text_box i{
	display:inline-block;
	font-size:16px;
	color:#444;
	padding-bottom:10px;
}
.news_box .list_box .text_box p{
	font-size:15px;
	line-height:28px;
	color:#888;
	padding-bottom:20px;
}
.news_box .list_box .text_box span{
	width:120px;
	height:40px;
	line-height:40px;
	background:#fff;
	color:#666;
	font-size:15px;
	display:inline-block;
	text-align:center;
	border:2px solid #d2d2d2;
}
.news_box .list_box .text_box span:hover{
	background:#919191;
	color:#fff;
}


.newsv{
    padding-top:30px;
    padding-bottom:80px;
}
.newsv_box .info_box{
    width:1100px;
    margin:0 auto;
}
.newsv_box .htit{
    padding:30px 0;
    text-align:center;
}
.newsv_box .htit h2{
    font-size:24px;
    color:#333;
    font-family: 'alia';
    padding:5px 0;
}
.newsv_box .htit p{
    font-size:16px;
    color:#6f6f6f;
}
.newsv_box .text_box{
    font-size:16px;
    color:#333;
    line-height:28px;
    border-bottom:1px solid #bfbfbf;
    padding-bottom:30px;
}
.newsv_box p.next{
    height:50px;
    line-height:50px;
}
.newsv_box p.next a{
    display:inline-block;
    height:50px;
    margin-right:60px;
    font-size:15px;
    color:#444;
}
.newsv_box p.next a:hover{
    text-decoration: underline;
}


.pro{
	padding:60px 0;
}
.pro_box{}
.pro_box .list_box{
	width:385px;
	display:inline-block;
	float:left;
	margin-right:21px;
	margin-bottom:30px;
}
.pro_box .list_box:nth-child(3n){
	margin-right:0;
}
.pro_box .list_box .img_box{
	width:385px;
	height:385px;
}
.pro_box .list_box .img_box:after{
	content:'';
	display:inline-block;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.4);
	background-image:url(../images/icase_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pro_box .list_box:hover .img_box:after{
	opacity: 1;
}
.pro_box .list_box .text_box{
	padding:10px 0;
}
.pro_box .list_box .text_box i{
	height:25px;
	line-height:25px;
	font-size:16px;
	color:#444;
}
.pro_box .list_box .text_box h3{
	height:25px;
	line-height:25px;
	font-size:15px;
	color:#888;
}


.prov{
	padding:80px 0;
}
.prov .lbox{
	display:inline-block;
	float:left;
	width:680px;
	height:430px;
}
.prov .lbox .img_box{
	width:680px;
	height:430px;
}
.prov .lbox .pagination{
	position: absolute;
	left:0;
	bottom:0;
	padding-bottom:15px;
	text-align: center;
	z-index: 600;
}
.prov .lbox .pagination .swiper-pagination-bullet{
	width:10px;
	height:10px;
	display:inline-block;
	background-color: #000;
	margin:0 6px;
}
.prov .text_box{
	display:inline-block;
	float:right;
	width:460px;
}
.prov .text_box h2{
	font-size:24px;
	color:#444;
	padding:20px 0;
	border-bottom:1px solid #dcdcdc;
	font-family: 'alib';
}
.prov .text_box .text{
	font-size:15px;
	color:#444;
	line-height:30px;
	padding:20px 0 30px 0;
}
.prov .text_box .agroup a{
	width:140px;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:15px;
	color:#888;
	background:#eee;
	display:inline-block;
	margin-right:15px;
	border-radius:5px;
}
.prov .text_box .agroup a:hover{
	background:#999;
	color:#fff;
}


.prov_app{
	width:1200px;
	margin:0 auto;
	margin-bottom:80px;
	position:relative;
}
.prov_app .bd ul li{
	width:1200px;
	height:550px;
}
.prov_app .bd ul li .img_box{
	width:1200px;
	height:550px;
}
.prov_app .hd{
	display:inline-block;
	width:100%;
	position:absolute;
	left:0;bottom:15px;
	z-index: 300;
	text-align: center;
}
.prov_app .hd ul li{
	width:10px;
	height:10px;
	display:inline-block;
	text-indent:-9999px;
	border-radius: 100%;
	margin:0 5px;
	cursor:pointer;
	background:#fff;
	opacity:.5;
}
.prov_app .hd ul li.on{
	opacity:1;
}

.prosnav{
	padding-top:25px;
}
.prosnav ul li{
	display:inline-block;
	float:left;
	background:#eee;
	color:#333;
	font-size:14px;
	height:30px;
	line-height:30px;
	margin-right:10px;
	margin-bottom:6px;
	border-radius: 4px;
}
.prosnav ul li:hover,
.prosnav ul li.on{
	background:#333;
	color:#fff;
}
.prosnav ul li a{
	display:block;
	padding:0 15px;
}




.tit3{
	padding:35px 0;
	text-align:center;
	background:#efefef;
}
.tit3 h2{
	font-size:24px;
	color:#444;
	display:inline-block;
	position:relative;
	font-family: 'alib';
}
.tit3 h2:after,
.tit3 h2::before{
	display:inline-block;
	content:'';
	width:50px;
	height:1px;
	background:#b5b5b5;
	position:absolute;
	top:18px;
}
.tit3 h2:after{
	left:-70px;
}
.tit3 h2::before{
	right:-70px;
}

.prov_detail .text_box{
	font-size:14px;
	color:#333;
	line-height:24px;
	padding:20px 0 60px 0;
}


.contact{
	padding:70px 0;
}
.contact .text_box{
	display:inline-block;
	float:left;
	width:100%;
	max-width:450px;
}
.contact .text_box h2{
	font-size:18px;
	color:#444;
	font-family: 'alia';
}
.contact .text_box .text{
	font-size:15px;
	color:#666;
	line-height:30px;
	padding-top:20px;
}

.msg{
	width:660px;
	display:inline-block;
	float:right;
}
.msg p{
	padding-bottom:15px;
	position:relative;
}
.msg input.text{
	width:100%;
	height:40px;
	text-indent:10px;
	border:1px solid #dcdcdc;
	background:#fff;
	color:#a7a7a7;
	border-radius:5px;
}
.msg textarea{
	padding:2%;
	width:96%;
	border:1px solid #dcdcdc;
	height:100px;
	font-size:13px;
	font-family: '微软雅黑';
	color:#a7a7a7;
	border-radius:5px;
}
.msg .verify{
	width:120px;
	height:40px;
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	z-index: 6;
	cursor: pointer;
}
.msg .submit{
	width:300px;
	height:45px;
	line-height:45px;
	border:1px solid #ccc;
	font-size:15px;
	color:#888;
	cursor:pointer;
	border-radius:5px;
	background:#999;
	background-image: linear-gradient(to bottom, #fff , #f2f2f2);
}
.msg .submit:hover{
	background-image: linear-gradient(to top, #fff , #f2f2f2);
}


.map{
	width:100%;
	max-width:1200px;
	height:450px;
	margin:0 auto;
	overflow: hidden;
	margin-bottom:80px;
}


.about{
	padding:60px 0;
}
.about .text_box{
	font-size:15px;
	color:#666;
	line-height:30px;
}



.about_slide{
	width:1200px;
	margin:0 auto;
	margin-bottom:80px;
	position:relative;
}
.about_slide .bd{
	overflow: hidden;
}
.about_slide .bd ul{

}
.about_slide .bd ul li{
	width:285px;
	height:190px;
	margin-bottom:30px;
	margin-right:20px;
}
.about_slide .bd ul li .img_box{
	width:285px;
	height:190px;
	overflow:hidden;
}
.about_slide .bd ul li .img_box img{
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.about_slide .bd ul li:hover .img_box img{
	transform:scale(1.2);
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
}

.about_slide .hd{
	text-align: center;
	padding:6px 0;
}
.about_slide .hd ul li{
	width:10px;
	height:10px;
	display:inline-block;
	text-indent:-9999px;
	border-radius: 100%;
	margin:0 5px;
	cursor:pointer;
	background:#999;
	opacity:.6;
}
.about_slide .hd ul li.on{
	opacity:1;
}



.ga{
	padding-left:20px;
	background:url(../images/gongan.png) no-repeat left center;
}




























