@charset "utf-8";
/*------------------通用样式-------------------*/

body {font-family: "微软雅黑"; background-color:#FFF;}
* {margin:0;padding:0;}
ul, ol, li {list-style:none}
a {text-decoration: none; font-size:12px; color:#333;}
a:hover {color: rgba(253, 187, 69, 1);}
img {margin:0;padding:0;border:none;}
.clear {clear:both;margin:0px;padding:0px;}
form {display: block;}
#all {width: 100%;margin:0px auto;height: auto;overflow:hidden;background-color:#fefefe;}
#alla{width: 100%;margin:0px auto;height: auto;overflow:hidden;background: #fefefe; min-width: 320px;}

/*--------------------通用样式结束----------------------*/

/*--------------------top 开始----------------------*/
.head{position: relative;}
.logo{float: left;height: 46px;margin-top: 14px;margin-bottom: 14px;}
.logo a{display: block;}
.logo img{max-height: 46px;}
.nav{float: right;}
.nav ul li{float: left;height: 5.1rem;    line-height: 5.1rem;font-weight: bold;}
.nav ul li a{display: block;color: rgba(253, 187, 69, 1);; font-size: 16px; padding: 0 2.0rem;height: 100%;    -webkit-box-align: center;-webkit-align-items: center;}
.nav ul li h2 a{color: #333333;}
.mobinav{float: right;position: absolute;top: 50%; transform: translateY(-50%);right: 2%;}

@media (max-width: 1170px) {
	.nav ul li a{padding: 0 1rem;}
}

.top{position: fixed;right: 2%;bottom: 8%;background: url(top.png) no-repeat;width: 42px;height: 42px;display: none;}
.mobinavbar{width: 100%;background: rgba(0,0,0,0.8);height: 100%;position: fixed;top: 0;left: 0;z-index: 99;display: none;}
.mobilf{width: 20%;float: left;height: 100%;}
.mobirt{width: 80%;float: right;color: #333333;background: #f9f6f6;padding: 5%;box-sizing: border-box;height: 100%;text-align: center;}
.mobirt a{color: #333333;}
.mobirtit{font-size: 1.25rem;font-weight: bold;padding-bottom: 10px;border-bottom: 1px solid #999999;}
.mobirt ul{margin-top: 15px;}
.mobirt ul li{width: 100%;border-bottom: 1px dashed #CCCCCC;width: 96%;margin: 0 auto;margin-top: 10px;}
.mobirt ul li h2{font-weight: normal;}
.mobirt ul li a{display: block;width: 96%;margin: 0 auto;height:2rem;line-height: 2rem;}
.mobilf-close{position: absolute;top: 2%;left: 2%;background: url(close.png) no-repeat;width: 32px;height: 32px;}

.sousuoli{background: rgba(28, 82, 161, 1);    width:105px;position: relative; cursor: pointer;}
.sousuoimg{width: 24px;height: 24px;background: url(sou1.png) no-repeat;position: absolute;left: 50%; top: 50%;transform: translate(-50%,-50%);}
.sousuoli:hover .sousuoimg{background: url(sou2.png) no-repeat;}
.headtop{background: #000000;color: #FFFFFF;font-size: 14px;height: 41px;line-height: 41px;}
.headtoplf{float: left;}
.headtoprt{float: right}

/*--------------------banner样式 开始----------------------*/
.banlist1 {
	background: url(banner1.jpg) no-repeat center;
	
}

.banlist2 {
	background: url(banner2.jpg) no-repeat center;
	
}

.banlist3 {
	background: url(banner3.jpg) no-repeat center;
	
}

.banner {
	width: 100%;
	height: 670px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}

.flexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	height: 670px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
		position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 30px !important;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	padding-left: 0;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 670px;
	display: block;
}

@media screen and (max-width:1200px) {
	.banlist1 {
	
	background-size: 100%;
	-webkit-background-size: 100%;
}

.banlist2 {

	background-size: 100%;
	-webkit-background-size: 100%;
}

.banlist3 {
	
	background-size: 100%;
	-webkit-background-size: 100%;
}
	
	
	
	.banner {
		height: 23rem;
	}

	.flexslider {
		height: 23rem;
	}

	.flexslider .slides a img {
		height: 23rem;
	}
}

@media screen and (max-width:1100px) {
	.banner {
		height: 23rem;
	}

	.flexslider {
		height: 23rem;
	}

	.flexslider .slides a img {
		height: 23rem;
	}
}

@media screen and (max-width:1000px) {
	.banner {
		height: 20rem;
	}

	.flexslider {
		height: 20rem;
	}

	.flexslider .slides a img {
		height: 20rem;
	}

	.mid-chicun {
		width: 45% !important;
	}

	.column_inner {
		border-right: 0 !important;
	}
}

@media screen and (max-width:800px) {
	.banner {
		height: 50rem;
	}

	.flexslider {
		height: 50rem;
	}


	
	.banlist1 a img{
		height: 50rem;
		background: url(mobibanner1.jpg);
		background-size: 100% 100%;
	}
	
	.banlist2 a img{
		height: 50rem;
		background: url(mobibanner2.jpg);
		background-size: 100% 100%;
	}
	.banlist3 a img{
		height: 50rem;
		background: url(mobibanner3.jpg);
		background-size: 100% 100%;
	}
	
}

@media screen and (max-width:800px) {
	.banner {
		height: 23rem;
	}

	.flexslider {
		height: 23rem;
	}

	.flexslider .slides a img {
		height: 23rem;
	}
}

.slide-text {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
    color: #ffffff;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.75);
    padding: 0 20px;
    box-sizing: border-box;
}
.slide-main {
    font-size: 38px;
    font-weight: 700;
    margin-bottom:10px;
}
.slide-sub {
    font-size:20px;
}
@media screen and (max-width:768px){
    .slide-main {font-size:22px;}
    .slide-sub {font-size:15px;}
}
@media screen and (max-width:700px) {
	.banner {
		height: 12rem;
	}

	.flexslider {
		height: 12rem;
	}

	.flexslider .slides a img {
		height: 12rem;
	}
}

@media screen and (max-width:600px) {
	.banner {
		height: 12rem;
	}

	.flexslider {
		height: 12rem;
	}

	.flexslider .slides a img {
		height: 12rem;
	}
}

@media screen and (max-width:500px) {
	.banner {
		height: 12rem;
	}

	.flexslider {
		height: 12rem;
	}

	.flexslider .slides a img {
		height: 12rem;
	}
}

@media screen and (max-width:450px) {
	.banner {
		height: 12rem;
	}

	.flexslider {
		height: 12rem;
	}

	.flexslider .slides a img {
		height: 12rem;
	}
}

@media screen and (max-width:400px) {
	.banner {
		height: 12rem;
	}

	.flexslider {
		height: 12rem;
	}

	.flexslider .slides a img {
		height: 12rem;
	}
}
/*--------------------banner样式 结束----------------------*/



/*内页banner样式开始*/
.bannernei{width: 100%;height: 400px;background: url(bannernei.jpg) no-repeat;background-position: center;}

@media (max-width: 1000px) {
	.bannernei{height: 12rem;}
}

@media (max-width: 800px) {
	.bannernei{height: 12rem;}
}
@media (max-width: 600px) {
	.bannernei{height: 10rem;}
}

@media (max-width: 400px) {
	.bannernei{height: 6rem;}
}

/*内页banner样式结束*/



/*分页样式开始*/
.ye_ma{text-align: center;margin: 0px;clear: none;float: left;height: 37px;width: 100%;padding-top:30px; font-size:14px; color:#666;margin-bottom: 20px;}
.ye_ma a{line-height: 35px;clear: none; height: 35px; font-size:14px; color:#333; padding:0 15px; border:1px solid #cccccc; border-radius:6px; display:inline-block; margin:0 3px;}
.ye_ma a:hover{background-color:rgba(28, 82, 161, 1); border:1px solid rgba(28, 82, 161, 1); color:#FFF;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}
/*分页样式结束*/


/*我们提供服务开始*/
.sytglf,.sytgrt{box-sizing: border-box;}
.sytgus{
	background: url(sytgbj.jpg) no-repeat;
	background-position: center center;
    background-size: cover;
	
	}
.sytjspace100{height: 50px;}
.sytglfp1{
	    text-align: left;
    color: rgba(128, 128, 128, 1);
    font-family: PingFang SC;
    font-weight: bold;
        font-size: 14px;
    line-height: 1.5;
}
.sytglfp2{
	    text-align: left;
    color: rgba(51, 51, 51, 1);
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.sytglfp3{
	text-align: left;
    color: rgba(128, 128, 128, 1);
    line-height: 1.8;
        font-size: 14px;
        margin-top: 40px;
}
.sytgmore{
	display: block;
	    color: #333;
    background: rgba(253, 187, 69, 1);
    padding: 18px 45px 18px 45px;
    font-size: 15px;
    color: rgba(34, 34, 34, 1);
        line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
	width: 20%;
	margin: 40px 0;
}
.sytgmore:hover{color: #FFFFFF;}

.sytgrtlist{
	box-sizing: border-box;
	margin-top: 12px;
	position: relative;
	top: 0;
	transition: all 0.6s ease;
	}
	
.sytgrtlist:hover{top: -10px;}
.sytgrtimgbox img{vertical-align: middle;width: 100%;}
.sytgrtlistwz{background: #FFFFFF; padding: 20px 10px 30px 10px;box-sizing: border-box;text-align: center;}
.sytgrtimg1{
	margin: 8px 0;
    word-wrap: break-word;color: #333;
    font-size: 18px;
    line-height: 2.1;
    text-align: center;
    font-weight: bold;
    }
.sytgrtimg2{
	    color: #999;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}
/*我们提供服务结束*/


/*产品推荐开始*/
.sytjcpbj{background: #fefefe;}
.sytitp1{
	      text-align: center;
    color: rgba(128, 128, 128, 1);
    font-family: PingFang SC;
    font-weight: bold;
        font-size: 14px;
    line-height: 1.5;
}
.sytitp2{
	text-align: center;
    color: rgba(51, 51, 51, 1);
    font-family: PingFang SC;
    font-size: 36px;
    font-weight: bold;
    margin-top: 5px;
}
.sytjcpbox{
	overflow: hidden;    
	padding: 0 56px;
	box-sizing: border-box;
	margin-top: 50px;
}




.ic-frame{position:relative;width:100%; height:auto; margin-left:auto; margin-right:auto; margin-top:40px;}
.ic_Ul { width: 100%; overflow:hidden; position:relative;}
.ic_Ul ul li{width:330px; height:auto; float:left; background-color:#FFFFFF;    padding: 12px;position: relative;top: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;}
.ic_Ul ul li:hover{top: -10px;}
.ic_Ul ul li a{display: block;}
.mbichp-pic img{width: 100%;height: auto;vertical-align: middle;}
.mbichp-frame{position: relative;padding-bottom: 120px;}
.c_frBtnLa {cursor: pointer; z-index:90;position: absolute;left:-50px; top:200px; width:42px; height:42px;background-image:url(sylf.png); background-repeat:no-repeat; background-position:center center;  }
.c_frBtnRa {cursor: pointer; z-index:90; position: absolute;right:-50px; top:200px; width:42px; height:42px; background-image:url(syrt.png); background-repeat:no-repeat; background-position:center center; }

.ic-frame:hover .c_frBtnLa, .ic-frame:hover .c_frBtnRa{display:block;}

.c_frBtnLa:hover{ z-index:90; background-image:url(sylf2.png);  -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}
.c_frBtnRa:hover{ z-index:90;  background-image:url(syrt2.png);  -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}


.tjcpbot{padding: 15px 20px 30px 20px;box-sizing: border-box;}
.mbichp-name{    
	color: rgba(0, 0, 0, 1);
    font-size: 18px;
    line-height: 1.9em;
    height: 1.9em;
    width: 100%;
    overflow: hidden;
    }
.mbichp-jian{
	color: rgba(128, 128, 128, 1);
    font-size: 14px;
    line-height: 1.8em;
    height: 3.6em;
    width: 100%;
    overflow: hidden;
}
.sycptjbox{border: 1px solid #CCCCCC;}
.tjcpmore{
	border-bottom: 1px solid #777;
   display: block;
    color: #777;
    margin-top: 18px;
width: 60px;
font-size: 14px;
text-align: center;
    

}

/*产品推荐结束*/

/*首页联系开始*/
.sylxus{padding: 120px 0;background: url(sylxusbj.jpg) no-repeat;    background-position: center center;background-size: cover;}
.sylxusp1{
	text-align: center;
    color: rgba(255, 255, 255, 1);
    font-family: PingFang SC;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 80px;
}
.sylxusp2{
	    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-family: PingFang SC;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
}
.sylxbtn{
	display: block;
	    font-size: 15px;
    color: rgba(34, 34, 34, 1);
    background: rgba(253, 187, 69, 1);
    margin: 0 auto;
    border: 0px solid #dcdfe6;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 45px 18px 45px;
    width: 90px;
    margin-top: 40px;
}
.sylxbtn:hover{color: #fff;}
/*首页联系结束*/

/*工程案例开始*/
.sycasebox{margin-top: 70px;}
.sycasenei{position: relative;}
.sycaselist{margin-bottom: 20px;box-sizing: border-box;position: relative;overflow: hidden;}
.sycaselist img{width: 100%;}
/*.sycaselist img:hover{cursor: pointer;}*/
.sycasewz{background: #fff;position: absolute;width: 100%;bottom: -100%;transition: all 0.6s ease;padding: 15px 10px 15px 10px;box-sizing: border-box;overflow: hidden;}
.sycaselist:hover .sycasewz{bottom: 0;}
.sycasewzp1{
	 font-size: 20px;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
    text-align: center;
    color: rgba(253, 187, 69, 1);
}
.sycasewzp2{
	    color: rgba(128, 128, 128, 1);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}
/*工程案例结束*/
/*优势开始*/
.syys{
	background: url(syysbj.jpg) no-repeat;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.syyslist1{box-sizing: border-box;position: relative;top: 0;transition: all 0.3s ease;}
.syyslist{box-sizing: border-box;position: relative;top: 0;transition: all 0.3s ease;}
.syyslist:hover{top: -10px;}
.syysp1{
	text-align: left;
    color: rgba(128, 128, 128, 1);
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.syysp2{
	text-align: left;
    color: rgba(51, 51, 51, 1);
    font-family: PingFang SC;
    font-size: 36px;
    font-weight: bold;line-height: 1.5;
}
.syysp3{
	    text-align: left;
    color: rgba(128, 128, 128, 1);
    line-height: 1.8;    font-family: Microsoft YaHei;
    font-size: 14px;
    margin-top: 30px;
}
.syysp4{
	display: block;
	    font-size: 15px;
    color: rgba(34, 34, 34, 1);
        line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    background: rgba(253, 187, 69, 1);
    padding: 18px 45px 18px 45px;
    width: 20%;
    margin-top: 30px;
}
.syysp4:hover{color: #FFFFFF;}
.syyslistnei{
	background: #FFFFFF;
	text-align: center;
}
.syysico{width: 58px;height: 58px;margin: 0 auto;margin-top: 30px;}
.syyslistp1{
	    color: rgba(51, 51, 51, 1);
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
     margin-top: 50px;
}
.syyslistp2{
	color: rgba(51, 51, 51, 1);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    
}
.syyslistnei{padding: 50px 0;}
.syyslistnei:hover .syyslistp1{color: rgba(253, 187, 69, 1);;}
/*优势结束*/



/*信息动态开始*/
.synewsul{margin-top: 70px;}
.synewslist1{box-sizing: border-box;}
.synewslist2{box-sizing: border-box;}
.synewlist1lfimg{display: block;box-sizing: border-box;padding-left: 0;}
.synewlist1lfimg img{width: 100%;}
.synewlist1lfnr{box-sizing: border-box;}
.synewlist1lf{background: #f6f6f6;margin-bottom: 20px;}
.synewlist1lfnrp1{
	padding: 8px 8px 8px 8px;
    background: rgba(251, 186, 81, 1);
        color: rgba(0, 0, 0, 1);
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 1.5;
        text-align: left;
        width: 60%;
        margin-top: 50px;
}

.synewlist1lfnrp1 img{width: 21px;vertical-align: text-bottom;}
.synewlistlftit{
	text-align: left;
    font-size: 1.0rem;
    font-weight: bold;
    display: block;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    margin-top: 20px;
}
.synewlistlfbtn{
	display: block;
	font-size: 15px;
    color: #606266;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
        border-bottom: 2px solid rgba(224, 224, 224, 1);
        padding: 6px 0px 6px 0px;
        width: 70px;
        margin-top: 20px;
}

.synewslist2nei{
	background: url(synewrtbj.png) no-repeat;
	background-position: center center;
    background-size: cover;
	padding: 50px 40px 0px 40px;
    box-sizing: border-box;
}
.synewslist2p1{
	    text-align: left;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
        font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 60px;
}
.synewslist2p2{
	    text-align: left;
    color: rgba(255, 255, 255, 1);
    font-family: PingFang SC;
    font-size: 36px;
    font-weight: bold;
        line-height: 1.5;
        margin-top: 10px;
}
.synewslist2p3{
	    text-align: left;
    color: rgba(255, 255, 255, 1);
     
    font-size: 14px;
    line-height: 1.5rem;
    margin-top: 60px;
}
.synewslist2btn{
	    font-size: 15px;
    color: rgba(34, 34, 34, 1);
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    background: rgba(253, 187, 69, 1);
    padding: 18px 45px 18px 45px;
    width: 150px;
    display: block;
    box-sizing: border-box;
    margin-top: 60px;
}
.synewslist2btn:hover{color: #FFFFFF;}
.synewslist2nei175{height: 175px;}
/*信息动态结束*/

/*foot开始*/
.footer{
	padding: 50px 0;
	background: #232527;
}
.footerlf{box-sizing: border-box;}
.footerrt{box-sizing: border-box;}
.erwei{
	
	font-size: 14px;    
    color: rgba(191, 191, 191, 1);
    line-height: 2.3em;
    }
.erwei p{margin-left: 15px;}
.erwei img{width: 50%;height: auto;}
.footrtlist{box-sizing: border-box;color: rgba(191, 191, 191, 1);text-align: left;}
.footrtrtit{
	 
    border: 0px solid #000;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    display: block;
}
.footrtlist ul{
	margin-top: 5px;
}
.footrtlist ul li{
	    font-size: 14px;
	    text-align: left;
    color: rgba(191, 191, 191, 1);
    line-height: 1.8em;
    height: 1.8em;
    overflow: hidden;
}
.footlx li{
	height: auto !important;
	
}
.footrtlist ul li a{color: rgba(191, 191, 191, 1);}
.footrtlist ul li h2,.footrtlist ul li h3{font-weight: normal;}
.footbot{
	color: rgba(191, 191, 191, 1);
	font-size: 12px;
	margin-top: 20px;
}
.footbot a{color: #FFFFFF;}
.footer a:hover{
	color: rgba(251, 186, 81, 1);;
}
/*foot结束*/

/*产品列表页开始*/
.ssbox{height: 68px;box-shadow: 1px 1px 3px #999999;}
.sslf{float: left;height: 68px;line-height: 68px;font-size: 14px;color: #999999;}
.sslf a{font-size: 14px;color: #999999;}
.sslf a:hover{color: rgba(234, 197, 115, 1);}

.ssrt{float: right;margin-top: 14px;}
.ssrt form{width: 300px;height: 38px;border: 1px solid #CCCCCC;line-height: 38px;border-radius: 20px;}
.sousuo{float: left; border: none;height:36px;line-height: 36px;margin-left: 17px;margin-top: 0;width: 230px;border-radius: 20px;padding-left: 3px;}
.search_btn{float: right; width: 20px;height: 20px;background: url(searcha.png) no-repeat;border: none;cursor: pointer;margin-top: 7px;margin-right: 10px;}
.search_btn:hover{background: url(search.png) no-repeat;}

.mainspace100{height: 100px;}

.cpytit{font-size: 24px;font-weight: bold;color: #333333;border-left: 6px solid rgba(253, 187, 69, 1);margin-top: 40px;padding-left: 15px;line-height: 2rem;height: 2rem;margin-bottom: 40px;}
.cpytit span{font-size: 14px;color: #999999;margin-left: 10px;}

.cplist{width: 100%;margin-top: 40px;}
ul.cplist > li{float: left;margin-right: 30px;margin-bottom: 15px;}
.cplist li h3{font-weight: normal;}
.cplist li h3 a{
	display: block;
    padding: 5px 15px;
    border: 1px solid #CCCCCC;
    color: #333333;
    font-size: 16px;
    border-radius: 5px;
    }
.cplist li h3 a:hover{background: rgba(253, 187, 69, 1);color: #FFFFFF;border: 1px solid  rgba(253, 187, 69, 1);}
.cpneilist{box-sizing: border-box;margin-top: 30px;position: relative;top: 0;transition: all 0.3s ease;}
.cpneilist:hover{top: -10px;}
.cpneiimg{display: block;}
.cpneiimg img{width: 100%;}
.cpneiwz{box-sizing: border-box;    padding: 15px 20px 30px 20px;}
.cpneilj{
	color: rgba(0, 0, 0, 1);
    font-size: 18px;
    line-height: 1.9em;
    height: 1.9em;
    text-align: left;
    overflow: hidden;
}
.cpneidec{
	color: rgba(128, 128, 128, 1);
    font-size: 14px;
    line-height: 1.8em;
    height: 3.6em;
    overflow: hidden;
}
.cpneimore{
	border-bottom: 1px solid #777;
    position: relative;
    color: #777;
    margin-top: 18px;
    display: inline-block;
    text-align: center;
    width: 60px;
    font-size: 14px;
}
/*产品列表页结束*/




/*产品内页开始*/
.cpneibox{padding-bottom: 0px;border: 1px solid #CCCCCC;}
.cpnei{box-sizing: border-box;padding-left: 0;}
.cpnei .cpneiimg{width: 100%;}
.cpneitit{font-size: 24px;color: #333333;line-height: 2em;margin-top: 25px;line-height: 2em;height: 2em;overflow: hidden;}
.cpneitag{font-size: 16px;color: #666666;margin-top: 25px;}
.cpneitag a{font-size: 16px;color: #666666;margin-left: 5px;}
.cpneitag a:hover{color: rgba(240, 197, 100, 1);}
.cpneitag span{font-weight: bold;margin-right: 5px;}
.cpneims{font-size: 16px;color: #666666;margin-top: 15px;line-height: 1.6em;height: 3.2em;overflow: hidden;}
.cpneims span{font-weight: bold;margin-right: 5px;}
.cpneitel{font-size: 30px;color: #666666;margin-top: 35px;font-weight: bold;color: rgba(240, 197, 100, 1);}

.cpneibot{padding:40px 10px;font-size: 0.87rem;line-height: 2rem;color: #333333;border-bottom: 1px solid #CCCCCC;box-sizing: border-box;}
.cpneibot p{text-indent: 2rem;}
.cpfy{margin-top: 20px;font-size: 14px;color: #999999;width: 100%;}
.cpfy a{font-size: 14px;color: #999999;}
.cpfy a:hover{color: rgba(240, 197, 100, 1);}
.cpprve{float: left;}
.cpnext{float: left;margin-left: 30px;}

/*产品内页结束*/

/*新闻列表页开始*/
.synewlist1lfnrp10{
	padding: 8px 8px 8px 8px;
    background: rgba(251, 186, 81, 1);
    color: rgba(0, 0, 0, 1);
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
   
    margin-top: 35px;
}
.synewlist1lfnrp10 img{
	width: 21px;vertical-align: text-bottom;
}
.synewlistlfwz{font-size: 12px;color: #666666;line-height: 1.5em;height: 3em;overflow: hidden;margin-top: 10px;}
.synewlistlftit2{
	text-align: left;
    font-size: 1.0rem;
    font-weight: bold;
    display: block;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin-top: 30px;
	
}
/*新闻列表页结束*/

/*新闻内页开始*/
.newstit{
	width: 100%;text-align: center;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 40px;
}
.newstit h1{
	font-weight: normal;
	text-align: center;
    color: #333;
    font-size: 28px;
    line-height: 1.5;
	}
.newstit p{
	    text-align: center;
    color: rgba(130, 130, 130, 1);
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}
/*新闻内页结束*/

/*单独页样式*/
.cplisttop{margin-top: 0;}
.sytitbk{padding-bottom: 40px;border-bottom: 1px solid #CCCCCC;}
.del-line{border: none;}








/*单独页样式结束*/








@media (max-width: 1200px) {
	.ic_Ul ul li{width: 50%;}
	.sycptjbox{border: none;}
	.tjcpbot{background: #f6f6f6;}
	.sycptjbox{border: none;}
	.ic_Ul ul li{padding: 0;margin-right: 12px;}
	.synewslist2nei175{display: none;}
	.synewslist2nei{padding: 50px 40px 50px 40px;}
	.erwei{text-align: center;}
	.erwei p{margin-left: 0;}
}

@media (max-width: 991px) {
	.synewlist1lfnrp1{margin-top: 20px;width: auto;}
	.synewlistlftit{font-size: 1rem;margin-top: 10px;}
	.synewslist2p1{margin-top: 0;}
	.synewslist2p2{font-size: 1.2rem;}
	.synewslist2p3{margin-top: 10px;}
	.synewslist2btn{margin-top: 45px;}
	.footrtlist{margin-bottom: 10px;}
	.cpneitel{margin-top: 0;}
	.cpneitag{margin-top: 15px;}
	.synewlist1lfnrp10{margin-top: 10px;}
	.synewlistlftit2{margin-top: 0;}
}

/*手机端尺寸*/
@media (max-width: 768px) {
	.slide-text{display: none;}
	.headtop{display: none;}
	.sytjcpbox{padding: 0;}
	.ic_Ul ul li{width: 100%;}
	.c_frBtnLa{left: 40%;top: 700px;}
	.c_frBtnRa{right: 40%;top: 700px;}
	.syyslist{margin-top: 20px;}
	.synewlist1lfimg{padding-left: 15px;}
	.synewlist1lfnr{padding-bottom: 20px;}
	.erwei{text-align: center;}
	.erwei p{margin-left: 0;}
	.erwei img{width: 20%;}
	.footer{padding: 20px 0;}
	.sylxusp1,.sylxusp2{font-size: 36px;}
	.ssrt{width: 100%;}
	.ssrt form{width: 90%;margin: 0 auto;}
	.sousuo{width: 80%;}
	.ssboxnei{position: relative;}
	.ssrt{position: absolute;left: 50%;transform: translateX(-50%);}
	.sslf{display: none;}
	.mainspace100{height: 30px;}
	.cplist li h3 a{font-size: 12px;padding: 5px 10px;}
	.cplist li{margin-right: 8px;}
	.cpneitel {margin-top: 20px;}
	.synewsul{margin-top: 30px;}
	
	.cpnei{padding-left: 15px;}
}

@media (max-width: 326px) {
	.sousuo{width: 70%;}
}


@media (max-width: 768px) {
/* .banner .swiper-container .swiper-wrapper .swiper-slide .text{opacity:0;} */
.banner .swiper-container .pagination-all{    bottom: 10%;}
.banner .slide-next{display:none;}
.headnav-rt{margin-bottom: 1rem;margin-left: 1rem;}
.headmobi-menu{margin-right: 2rem;}
.headerbox{padding-bottom: 0;}
}
.text p{width: 100%;}
.text h2{margin-bottom: 2rem;}
.banner-btnbox{margin-top: 4rem;}
.bannerbtn{	
	display: inline-block;
	    font-size: 0.75rem;
	    font-weight: 600;
	    color: #ffffff;	  

	    line-height: 2.5rem;
	    text-align: center;
	    padding:0 3rem;
	    text-transform: uppercase;
	    -webkit-border-radius: 8px;
	    -moz-border-radius: 8px;
	    border-radius: 8px;
	    position: relative;
	    z-index: 1;
	    overflow: hidden;
		
}
.bannerbtnlf{
	background: #ed1d33;transition:all 0.3s ease;color: #ffffff;
}
.bannerbtnrt{
	background: #ed1d33;transition:all 0.3s ease;color: #ffffff;
}
.bannerbtnlf:hover{
	background: #bd1022;color: #FFFFFF;
}
.bannerbtnrt:hover{
	background: #bd1022;color: #FFFFFF;
}
@media (max-width: 768px) {
	.text p{display:none!important;}
	.text h2{display:none!important;}
	.banner-btnbox{display:none!important;}
}
/*鍒嗛〉鏍峰紡寮€濮�*/
.ye_ma{text-align: center;margin: 0px;clear: none;width: 100%;padding-top:30px; font-size:14px; color:#666;}
.ye_ma a{line-height: 35px;clear: none; height: 35px; font-size:14px; color:#333; padding:0 15px; border:1px solid #cccccc; border-radius:6px; display:inline-block; margin:0 3px;}
.ye_ma a:hover{background-color:#ed1d33; border:1px solid #ed1d33; color:#FFF;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*杩囨浮鏁堟灉*/}
/*鍒嗛〉鏍峰紡缁撴潫*/
@media (max-width: 768px) {
	.ye_ma a{margin: 5px 0px;line-height: 25px;height: 25px;}
	.mainspace100{height: 2rem;}
	.new_des{padding: 2rem 4rem;}
}

