@charset "utf-8";
/* CSS Document */

a:hover{
	text-decoration: none;
}




.banner{
	width:100%;
	overflow:hidden;
	margin-top: 100px;
	position: relative;

}








.pro{
	padding: 5% 0;
}

.prow{
	width: 90%;
	margin: 0 auto;
	
}

.prozi{
	margin-bottom: 2.2rem;
}

.prozi h2{
	font-size: 1.5rem;
	color: #111;
	float: left
}

.profl{
	float: right;
}

.profl ul li{
	float: left;
	line-height: 2rem;
}

.profl a{
	font-size: 0.9rem;
	color: #666;
	margin-left: 2rem;
}

.profl a:hover{
	color: #111;
	text-decoration:underline;
}

.proflone{
	text-decoration:underline!important;
	color: #ec2037!important;
}

.procon ul li{
	float: left;
	width: 33.333%;
}

.proimg{
	background: #000;
	overflow: hidden;
	position: relative;
}

.proimg img{
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.pro ul li:hover .proimg img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
	opacity: 0.3;
}

.pronr{
	position: absolute;
	top: 60%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
	text-align: center;
	opacity: 0;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.pro ul li:hover .pronr{
	opacity: 1;
	top: 50%;
}

.pronr h3{
	font-size: 1.2rem;
	color: #fff;
	margin-bottom: 1rem;
}

.pronr p{
	font-size: 0.9rem;
	color: #fff;
}








.cp{
	position: relative;
	padding: 0 5% 5%;
	/*margin-top: 100px;*/
}

.cpcon{
	width: 100%;
	padding: 7rem 0 2rem;
}

.cpl{
	/*float: left;
	width: 36%;*/
	text-align: left;
	margin-left: 21%;
}

.cpl h2{
	font-size: 1rem;
	line-height: 1.8rem;
}

.cpl h3{
	font-size: 1rem;
	line-height: 1.8rem;
}

.cpr{
	width: 40%;
    margin-right: 9%;
    position: relative;
    height: 100%;
	float: right;
}

.cprcon p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
}

.cprcon{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
}

.cptp{
	margin-top: 1rem;
}

.cptp img{
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto 1rem;
	width: 65%;
}

.cptpcon{
	margin-top: 3rem;
}

.cptpcon p{
	font-size: 0.9rem;
	text-align: center;
	color: #666;
}

.sx{
	margin-top: 5%;
}

.sx ul li{
	float: left;
	font-size: 0;
}

.sx ul li:nth-child(2){
	float: right;
}

.sx ul li:nth-child(1) a{
	background: url(../images/zuo.png) no-repeat;
    display: block;
    width: 200px;
    height: 50px;
}

.sx ul li:nth-child(2) a{
	background: url(../images/zuo.png) no-repeat;
    display: block;
    width: 200px;
    height: 50px;
	transform: rotateY(180deg);
}

.proa{
	margin-top: -4.5rem!important;
}









.about{
	position: relative;
	padding: 0 5%;
	/*margin-top: 100px;*/
}

.aboutcon{
	width: 100%;
	padding: 5rem 0 7rem; 
}

.aboutl{
	float: left;
	width: 36%;
	text-align: right;
}

.aboutl h2{
	font-size: 1rem;
	line-height: 1.8rem;
}

.aboutr{
	width: 40%;
    margin-right: 9%;
    position: relative;
    height: 100%;
	float: right;
}

.aboutr p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
}


.aboutone{
	width: 100%;
	padding: 5rem 0;
	height: 800px;
	background: url(../images/aboutr.jpg) no-repeat center;
	background-attachment: fixed;
}

.aboutone img,.abouttwo img,.aboutthree img{
	display: none;
}

.aboutonecon{
	width: 100%;
	padding: 7rem 0;
}

.abouttwo{
	width: 100%;
	padding: 5rem 0;
	height: 800px;
	background: url(../images/abouttwo.jpg) no-repeat center;
	background-attachment: fixed;
}

.abouttwocon{
	width: 100%;
	padding: 7rem 0;
}

.aboutthree{
	width: 100%;
	padding: 5rem 0;
	height: 800px;
	background: url(../images/aboutthree.jpg) no-repeat center;
	background-attachment: fixed;
}


.hz{
	padding: 7rem 0;
}


.hzl{
	float: left;
	width: 36%;
	text-align: right;
}

.hzl h2{
	font-size: 1rem;
	line-height: 1.8rem;
}

.hzr{
	width: 40%;
    margin-right: 9%;
    position: relative;
    height: 100%;
	float: right;
}

.hz .swiper-container{
	padding-bottom: 5rem;
}

.hz .swiper-pagination-bullet{
	background: #000;
	opacity: 0.3;
}

.hz .swiper-pagination-bullet-active{
	background: #ec2037;
	opacity: 1
}

.hz img{
	-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
	opacity: 0.4;
	margin-bottom: 1rem;
}















.news{
	padding: 5% 0 5% 0;
	position: relative;
	/*margin-top: 100px;*/
}

.newsw{
	width: 1200px;
	margin: 0 auto;
	
}

.newszi{
	margin-bottom: 2rem;
}

.newszi ul li{
	float: left;
	line-height: 2rem;
}

.newszi a{
	font-size: 0.9rem;
	color: #666;
	margin-right: 2rem;
}

.newszi a:hover{
	color: #111;
	text-decoration:underline;
}

.newszi li.active a{
	text-decoration:underline!important;
	color: #ec2037!important;
}

.newscon ul li{
	padding: 3rem 0;
	border-bottom: 1px solid #eee;
}

.newscon .newsl{
	float: left;
	width: 35%;
}

.newscon .newsimg{
	overflow: hidden;
}

.newscon .newsimg img{
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.newscon ul li:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
}

.newscon .newsr{
	float: right;
	width: 50%;
	padding-top: 3rem;
}

.newscon .newsr h3{
	font-size: 1rem;
	color: #0f0b09;
    margin-bottom: 30px;
	font-family: 'ProximaSansMedium',Arial !important;
}

.newscon .newsr h4{
	font-size: 1.3rem;
	margin-bottom: 30px;
	color: #0f0b09;
	font-weight: 200;
}

.newscon .newsr p{
	color: #5f6061;
	font-size: 0.9rem;
	line-height: 1.8rem;
	margin-bottom: 50px;
}

.newscon .newsr span{
	font-size: 1rem;
	text-decoration: underline;
	color: #5f6061;
}



.newszi h2{
	font-size: 1.3rem;
}

.newsscon{
	color: #666;
	font-size: 0.9rem;
	line-height: 2rem;
}


.case_more_box{
	margin-top: 5%;
	text-align: center;
}

.case_more_box a {
    position:relative;
    display:inline-block;
    vertical-align:top;
    color:#666;
    font-size:0.9rem;
    line-height:3rem;
    padding:0 3rem;
    border:1px solid #959595;
	border-radius: 50px;
overflow: hidden;
}
.case_more_box a:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:100%;
    background:#ec2037;
    overflow:hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.case_more_box a.disable{
    border:1px solid transparent;
    color:transparent;
    font-size:0;
}
.case_more_box a.disable:before{
    background:transparent;
}
.case_more_box a span{
    position:relative;
    color:#595757;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.case_more_box a.disable span{
    color:transparent;
}
.case_more_box a:hover{
        border-color:#ec2037;
    }
    .case_more_box a:hover:before{
        width:100%;
    }
    .case_more_box a:hover span{
        color:#fff;
    }
    .case_more_box a.disable:hover span{
        color:transparent;
    }





.fenye{
	margin: 5% 0;
	font-size: 0rem!important;
}

.fenye a{text-decoration:none;color:#999;background:#fff;/*border:1px solid #cccccc;padding:3px 8px;*/padding-bottom:2px;margin-right:3px;cursor:pointer;font-size: 0.9rem!important;margin: 0 10px;}
.fenye .red{border-bottom: 1px solid #d4d4d4;padding-bottom: 8px; color:#333;margin: 0 10px;font-size: 0.9rem!important;}
.fenye a.active{background:#ec2037;border:1px solid #cccccc;color:#fff}
.fenye a:hover{color: #333}







.contact{
	position: relative;
	padding: 0 5%;
	/*margin-top: 100px;*/
}

.contactw{
	width: 100%;
	padding: 5rem 0 7rem; 
}

.contactl{
	float: left;
	width: 36%;
	text-align: right;
}

.contactl h2{
	font-size: 1rem;
	line-height: 1.8rem;
}

.contactr{
	width: 40%;
    margin-right: 9%;
    position: relative;
    height: 100%;
	float: right;
}

.contactr h3{
	color: #333;
	margin-bottom: .5rem;
	font-size: 1rem;
	line-height: 1.8rem;
}

.contactr h4{
	color: #333;
	margin-bottom: 2rem;
	font-size: 1rem;
	font-family: ProximaSansMedium,Arial !important;
	font-weight: bold;
}

.contactr p{
	color: #555;
	margin-bottom: 0.5rem;
	font-size: 0.9rem;
}

.contactr img{
	margin-top: 2rem;
	width: 30%;
	height: auto;
	position: relative;
	left: -14px;
}







@media (min-width:1200px) and (max-width:1300px){
	.newsw{
		width: 90%;
	}
}

@media (min-width:992px) and (max-width:1199px){
	.newsw{
		width: 90%;
	}
}




@media (min-width:768px) and (max-width:991px){
	.banner{
		margin-top: 88px;
	}
	.pro{
		padding: 5rem 0;
	}
	.prozi h2{
		width: 100%;
		text-align: center;
		margin-bottom: 2rem;
	}
	.profl{
		width: 100%;
	}
	.profl a{
		margin-left: 0;
		margin: 0 .8rem;
	}
	.procon ul li{
		width: 50%;
	}
	.cp{
		/*margin-top: 88px;*/
	}
	.cpcon{
		padding: 3rem 0 1rem;
	}
	.cpl{
		float: none;
		width: 100%;
		text-align: left;
		/*margin-bottom: 2rem;*/
		margin-left: 0;
	}
	.cpr{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.cptp img{
		width: 100%;
	}
	.sx{
		margin-top: 5rem;
	}
	.about{
		/*margin-top: 88px;*/
	}
	.aboutcon{
		padding:  3rem 0;
	}
	.aboutl{
		float: none;
		width: 100%;
		text-align: left;
		margin-bottom: 2rem;
	}
	.aboutr{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.aboutone img,.abouttwo img,.aboutthree img{
		display: block;
	}
	.aboutone,.abouttwo,.aboutthree{
		background: none;
		padding: 0;
		height: auto;
	}
	.aboutonecon,.abouttwocon,.hz{
		padding: 3rem 0;
	}
	.hzl{
		float: none;
		width: 100%;
		text-align: left;
		margin-bottom: 2rem;
	}
	.hzr{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.news{
		/*margin-top: 88px;*/
		padding: 3rem 0;
	}
	.newsw{
		width: 90%;
	}
	.newszi{
		margin-bottom: 0;
	}
	.newscon .newsl{
		display: none;
	}
	.newscon .newsr{
		float: none;
		width: 100%;
		padding-top: 0;
	}
	.newsscon{
		margin-top: 2rem;
	}
	.contact{
		/*margin-top: 88px;*/
		padding: 3rem 0;
	}
	.contactw{
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.contactl{
		float: none;
		width: 100%;
		text-align: left;
		margin-bottom: 2rem;
	}
	.contactr{
		float: none;	
		width: 100%;
		margin-right: 0;
	}
}














@media (max-width:767px){
	.banner{
		margin-top: 68px;
	}
	.pro{
		padding: 3rem 0;
	}
	.prow{
		width: 94%;
	}
	.prozi h2{
		width: 100%;
		text-align: center;
		margin-bottom: 2rem;
		font-size: 1.2rem;
		font-weight: lighter !important;
	}
	.profl{
		width: 100%;
	}
	.profl a{
		margin-left: 0;
		margin: 0 .8rem;
	}
	.procon ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.pronr h3{
		font-size: 1rem;
	}
	.cp{
		/*margin-top: 68px;*/
		padding: 0 3%;
	}
	.cpcon{
		padding: 3rem 0 1rem;
		
	}
	.cpl{
		float: none;
		width: 100%;
		text-align: left;
		/*margin-bottom: 2rem;*/
		margin-left: 0;
	}
	.cpr{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.cptp img{
		width: 100%;
	}
	.sx{
		margin-top: 3rem;
	}
	.sx ul li{
		width: 50%;
	}
	.sx a{
		width: 50%!important;
	}
	.sx ul li:nth-child(2) a{
		width: 50%;
		float: right;
	}
	.cp .case_more_box{
		margin: 1rem auto 3rem!important;
	}
	.case_more_box a{
		line-height: 2.5rem;
		padding: 0 2rem;
	}
	.about{
		/*margin-top: 68px;*/
		padding: 0 3%;
	}
	.aboutcon{
		padding:  3rem 0;
	}
	.aboutl{
		float: none;
		width: 100%;
		text-align: left;
		margin-bottom: 2rem;
	}
	.aboutr{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.aboutone img,.abouttwo img,.aboutthree img{
		display: block;
	}
	.aboutone,.abouttwo,.aboutthree{
		background: none;
		padding: 0;
		height: auto;
	}
	.aboutonecon,.abouttwocon,.hz{
		padding: 3rem 0;
	}
	.hzl{
		float: none;
		width: 100%;
		text-align: left;
		margin-bottom: 2rem;
	}
	.hzr{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.hz .swiper-container{
		padding-bottom: 3rem;
	}
	.swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.news{
		/*margin-top: 68px;*/
		padding: 3rem 0;
	}
	.newsw{
		width: 94%;
	}
	.newszi{
		margin-bottom: 0;
	}
	.newszi a{
		margin-right: 1rem;
	}
	.newscon ul li{
		padding: 2rem 0;
	}
	.newscon .newsl{
		display: none;
	}
	.newscon .newsr{
		float: none;
		width: 100%;
		padding-top: 0;
	}
	.newsscon{
		margin-top: 2rem;
	}
	.newscon .newsr h3,.newscon .newsr span{
		font-size: 0.9rem;
		margin-bottom: 1rem;
	}
	.newscon .newsr p{
		margin-bottom: 2rem;
	}
	.newscon .newsr h4{
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.newszi h2{
		font-size: 1rem;
	}
	.fenye{
		margin-top: 3rem;
	}
	.contact{
		/*margin-top: 68px;*/
		padding: 3rem 0;
	}
	.contactw{
		width: 94%;
		margin: 0 auto;
		padding: 0;
	}
	.contactl{
		float: none;
		width: 100%;
		text-align: left;
		margin-bottom: 2rem;
	}
	.contactr{
		float: none;	
		width: 100%;
		margin-right: 0;
	}
}





