@charset "utf-8";
@import url("../css/bootstrap-icons.css");
html,body{MARGIN: 0px;font-size:16px;text-align:left; padding:0px; color:#404040;font-family: "Microsoft YaHei","SimSun","SimHei";min-height: 100%;scroll-behavior: smooth}
body{ background:#fff;word-wrap: break-word; }
div,ul,li,p,form,dd,dt,dl,h3,h4{ margin:0px; padding:0px; }
img{ border:0px;vertical-align:middle}
li{ list-style:none}
a{ font-size:16px; color:#404040; text-decoration:none;}
a:hover{ font-size:16px; color:#36B263; text-decoration:none;}
p{ font-size:16px;}
.clearboth{ clear:both;}
.container{clear:both; width:1480px;text-align:left;word-break:break-all; margin-left:auto; margin-right:auto;}
.fl{float: left}
.fr{float: right}



/*top*/
.top{     height: 35px;background: #E8EDF3;}
.top_l{ float:left; height:35px; line-height:35px; color:#333; letter-spacing:1px; font-size: 14px}
.top_r{ float:right; height:35px; line-height:35px; }
.top_r ul li{ float:left;  padding:0 10px; text-align:center; color:#333; }
.top_r ul li a{ font-size:14px; color:#333;}
.top_r ul li.line01{ float:left; width:2px;}

/*heade*/
.header{padding: 20px 0px 30px 0px;}
.logo{}
.hdtxt {margin-left: 18px; line-height: 26px; border-left: 1px solid #ddd; padding-left: 20px;margin-top:16px;}
.hdtxt p{color: #444;}
.hdtxt .p1{font-size:22px; font-weight: bold; letter-spacing: 0.5px;}
.hdtxt .p2{font-size:17px; letter-spacing: 3.5px;}
.hdtxt{}
.header .tel{text-align: left; background: url("../images/tel.png") no-repeat left center;  padding-left:60px; margin-top: 18px;}
.telp1 {
    font-size: 18px;
    color: #666;
    height: 18px;
    line-height: 18px;
}
.telp2 {
    font-size:28px;
    color: #006acb;
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
    font-weight: bold
}

@media only screen and (max-width: 1400px) {
	.header .container{display: flex;justify-content:space-between;align-items: center;max-width: 1400px;}
	.hdtxt {margin-left:-250px; line-height: 24px; border-left: 1px solid #ddd; padding-left: 20px;}
	.tel{text-align: right; background: url("../images/tel.png") no-repeat right center; padding-right: 60px; margin-right:-200px; margin-top: -10px;}
}


/*menu*/
.menu{
    height: 55px;
	background-image: -webkit-gradient(linear, right top, left top, from(rgb(51, 132, 195)), color-stop(52%, rgb(49, 177, 92)), to(rgb(41, 127, 228)));
    position: relative; 
}
.menu ul li{ float:left; width:164px; height:55px; line-height:55px; text-align:center; position: relative;/*transition: all 2s;*/}
.menu ul li:after{float:left; content: "";
        display: block;
        width: 2px;
        height:55px;
        /* background-image: url(../images/line.png); */
        background-size: cover;
        opacity: 0.6;
        
    }
.menu ul li:first-child:after{background:none;}
.menu ul li a{ font-size:17px; color:#FFF; }
.menu ul li:hover{background:#FCBC17;} 


.secmenu{ position: absolute; top: 65px;z-index: 999; opacity: 0;transition: all 0.3s;text-align: center; width: 100%; background: #fff; border-radius: 15px;padding: 13px 0px; -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;visibility: hidden;}
.secmenu:before{
    content: '';
    display: block;
    border:10px solid;
    border-color: transparent transparent #fff transparent ;
    position: absolute;
    left: 50%;
    bottom: 130px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
   
}
.secmenu dd{text-align: center; height: 35px; line-height: 35px;overflow: hidden; padding: 0px 10px }
.secmenu dd a{font-size: 14px!important; color: #333!important}
.menu ul li:hover .secmenu{opacity: 1; -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;filter: alpha(opacity=100);
    visibility: visible}
.secmenu dd:hover {background: #eee}
.secmenu dd:hover a{color: #fff}



/*banner 开始*/

.bannerswiper {}
.bannerswiper .swiper-container {
      width: 100%;
      height: 100%;
    }
 .bannerswiper .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		transform:scale(1.1,1.1);
		}
.bannerswiper	.swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1,1);
		}	
.bannerswiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 40px;}
.bannerswiper .swiper-pagination-bullet{background: #fff;    opacity: 0.6; width:20px; height: 6px; border-radius:5px; }
.bannerswiper .swiper-pagination-bullet-active{background: #36B263;opacity:1;} 
/*banner结束*/

.index_title{ width:100%; text-align:center; position: relative; margin:20px 0px 50px 0px; }
.index_title h3{ font-size:38px; font-weight:bold; color:#000; margin: 0px;}
.index_title i{font-size: 18px;}
.index_txt{position: absolute; margin: 0px auto; padding: 0px; text-transform: uppercase; font-size:32px; color: rgba(0,0,0,0.08); font-weight: bold; left:39%; top: -15px;}

/*floor*/
.first{ width:100%; background: #fff; padding: 50px 0px;}



/*产品分类*/
.pro_l{ float:left; width:330px;}
.pro_l h4 {
    height: auto;
    background: #e61f4d;
    background:#2162A6;
    padding: 40px 40px;
    position: relative;
}
.pro_l h4 p {
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.pro_l h4 span {
	display: block;
	color: rgba(255,255,255,.25);
	font-size: 16px;
	text-transform: uppercase;  
}
.pro_l h4 .bi{position: absolute; right: 20px; top: 20px; font-size: 120px; color:rgba(255,255,255,0.15);}

.pro_l ul {background: #f7f7f7;}
.pro_l li{padding:18px 20px 18px 45px;background: url(../images/cp_ico01.png) no-repeat 18px center; border-bottom: #EEEEEE solid 1px;}
.pro_l li:last-child{border-bottom: none;}
.pro_l li a{color: #222;  font-size: 18px; letter-spacing: 1px}
.pro_l li:hover a{color: #36B263;}
.pro_l li:last-child{padding-bottom: 19px;}

/*产品展示*/
.pro_r{width: 1120px;}
.pro_list dl{     
    float: left;
    width: 346px;
    margin-bottom: 33px;
    margin-right:30px;
	border-radius: 10px;
	position: relative;
	background: #fff;
	box-shadow: 0px 2px 8px rgba(57,57,57,0.1);
}
.pro_list dl:nth-child(3n+3){margin-right: 0px;}

.pro_list dl dt{width: 346px;height: 260px; justify-content: center; align-items: center; overflow: hidden ; border-radius: 10px 10px 0px 0px; position: relative; display: flex;
    align-items: center;
    justify-content: center; }
.pro_list dl dt img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    /* transform:scale(1.1) */
}
.pro_list dl dt img.back {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.pro_list dl dt img.front {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
}

.pro_list dl dd{ 
    background:#fff;

    height: 60px;
	line-height:28px;
    z-index: 2;
    display: block;
    text-align: center;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    padding:15px 20px;
    
}
.pro_list dl dd h3 {
	color: #333;
	margin: 0px;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 1px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.pro_list dl:hover dd{
    opacity: 1; background: #36B263;
}
/* .pro_list dl dd::before{ content: ""; display: block; width: 0%; height: 2px; background: #36B263; transition: ease 1s; position: absolute; left: 0; bottom: 0; z-index: 1;} */
.pro_list dl:hover dd::before{ width: 100%;}

.pro_list dl:hover dt img{transform:scale(1.1)}
.pro_list dl:hover dd h3{  color: #fff;}
.pro_list dl:hover dd span{ color:#FFF;}


/*服务*/
.adv{ height: 160px; background: #000;margin-top: 20px; background: url("adv.jpg") no-repeat center center;paddding-top: 20px; position: relative}
.adv p{color: #fff; font-size: 20px;padding-top: 42px; line-height:32px}
.adv p span{font-size: 17px;}
.zxzx{position: absolute;display: inline-block; text-align: center; right:20%; top:55px; color: #fff; border: #fff solid 1px; padding: 10px 70px; border-radius: 50px; font-size: 18px;-webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;}
.zxzx:hover{padding: 10px 70px; border-radius: 50px; font-size: 18px; color: #333; background: #fff}


.second{ width:100%; }

/*third*/
.third{ width:100%;  background:url(../images/abbg.jpg) no-repeat center top #f5f5f5; padding: 60px 0px 70px 0px;}

/*关于我们*/
.about{position: relative; margin-top: 30px; }
.about ul{display: flex; justify-content: center; align-items: center; margin-bottom: 40px;}
.about ul li:first-child{ width: 61%;text-align:left ;}
.about ul li{ width: 13%; text-align:right ;}
.about ul li:first-child h2{ font-size:32px;color: #fff; letter-spacing: 1px; margin: 0px; margin-bottom:8px;}
.about ul li:first-child p{ font-size:16px;color:rgba(255,255,255,0.5); letter-spacing: 1px;}
.about ul li h3{color: #fff; font-size:23px;}
.about ul li span{color: #fff; font-size:20px;}



.title{ height:30px; line-height:30px; }
.abpic{width:675px; float: left; background:rgba(255,255,255,0.7);box-shadow: 0px 0px 10px rgba(103,100,100,0.2);  overflow: hidden;}
.abpic img{width: 100%;}

.hjswiper {
        width: 100%;
        height:506px;
        margin: 0px auto;
    }
.hjswiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        line-height: 500px;
		width: 100%;	
		overflow: hidden;
    }
.hjswiper .swiper-slide a{
	width: 100%;
		height: 506px;
		display: flex;
		justify-content: center;
		align-items: center;}
.hjswiper .slide-inner {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  background-size: cover;
	  background-position: center;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  -webkit-justify-content: center;
	  justify-content: center;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  align-items: center;
	  color:#fff;
	}
.hjswiper .swiper-slide a img.back {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.hjswiper .swiper-slide a img.front {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
	transform: scale(1.1);
	transition: all 0.3s;
}
.hjswiper .swiper-slide:hover a img{transform: scale(1.2);} 

.about_con{ float: right; width:695px; height: 396px;  padding: 50px 50px 60px 60px;  color: #404040; background: #fff; overflow: hidden; box-shadow: 0px 0px 10px rgba(103,100,100,0.2);  }
.about_con h3{font-size:22px; margin-bottom: 20px; text-indent: 34px;}
.aboutP{ -webkit-line-clamp:8;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; overflow: hidden;}
.aboutP p{font-size:17px; line-height: 2.0; }

.abmore{position: relative;max-width: 160px;text-align: center;border: 1px solid rgba(255, 255, 255, 0);transition: all .5s ease;z-index: 1;box-sizing: border-box;overflow: hidden;margin-top: 20px;border-radius: 30px; }
.abmore a{color: #fff;position: relative;z-index: 3;font-size: 14px;line-height:40px;text-align: center;display: block;transition: all .5s ease;  }
.abmore:hover{border-color: #1b242b;}
.abmore:hover a{color: #1b242b;}
.abmore:after{content:'';position:absolute;bottom:0px;left:0px;width:100%;height:100%;background:#36B263;border:1px solid #36B263;z-index:2;transition:all .5s ease;}
.abmore:hover:after{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);}




#case_con {
	position: relative;
	width: 1480px;
	margin: 0 auto
}

#case_con .swiper-container {
	padding-bottom: 60px;
}

#case_con .swiper-slide {
	width: 580px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#case_con .swiper-slide .casepic{width: 580px;height: 436px; display:flex; justify-content: center; align-items: center;}
#case_con .swiper-slide img{
	display:block;
    width: 100%;
}
#case_con .swiper-slide p {
	line-height: 80px;
	padding-top: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin: 0;
	background: #2162A6;
	transition: all 0.5s;
}
#case_con .swiper-slide:hover p{background: #36B263;}
#case_con.swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#case_con.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#case_con.swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#case_con.swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#case_con.swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#case_con.swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#case_con.swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}



/*新闻中心*/
.fourth{padding: 50px 0px; background: #f5f5f5;}
.news{ margin-top: 40px;}

.content_top{ width: 310px; padding-bottom:10px; border-bottom:#999 dashed 1px;}
.content_top img{ margin-right:10px; }
.content_top h4{ margin:0px; padding:0px; height:30px; overflow:hidden; line-height:30px; letter-spacing:1px;}
.content_top p{ height:45px;line-height:20px; text-indent:24px; overflow:hidden;}

.news_lf{
	width: 660px;
	float: left;
	background: #fff;
	/* padding: 30px; */
}
.news_rg{
	float: right;
	margin-left:15px;
	width:800px;
}
.newspic{
	width: 660px;
	height:398px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.newspic img.back {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.newspic img.front {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
	transform: scale(1.1);
	transition: all 0.3s;
}
.news_list01 li{padding-bottom: 20px;}
.news_list01 li >a{ display: flex; justify-content: space-between; align-items:center; padding: 0px 20px}
.news_list01 li> a >.news_date{width: 20%; font-size: 40px; line-height: 75px; color: #2162A6; font-weight: bold; padding: 0px; margin: 0px; padding-top:60px; text-align: right;}
.news_list01 li> a >.news_txt{width: 79%; background: none; line-height: 1.8;}
.news_list01 li> a >.news_txt h2{
	font-size:20px;
	font-weight:bold;
	color: #2162A6;
}
.news_list01 li> a >.news_txt p{
	font-size: 16px;
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news_rg .news_list li{margin-bottom:20px; background: #fff; padding:5% 5%; width: 90%; }
.news_rg .news_list li .news_date{
	font-size:18px;
	color: #333;
}
.news_rg .news_list li .news_txt h2{
	font-size:20px;
	font-weight:bold;
	color: #2162A6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px;
	transition: all 0.2s;
} 
.news_rg .news_list li .news_txt h2 span{ font-weight: normal; font-size: 18px; color: #999;}
.news_rg .news_list li .news_txt p{
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 0.2s;
}
.news_rg .news_list .news_txt p{
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_rg .news_list li i{display: block; width: 100px; text-align: center; font-style: normal; border: #ddd solid 1px; padding:10px 10px; border-radius: 50px; margin-top: 20px;}
.news_rg .news_list li:hover h2{color: #36B263;}
.news_rg .news_list li:hover p{color: #36B263;}
.news_lf .news_list01 li:hover h2{color: #36B263;}
.news_lf .news_list01 li:hover p{color: #36B263;}
.news_lf:hover .newspic img.front{transform: scale(1.2);} 





/*友情链接*/
.links {
	padding: 20px 0;
	font-size: 16px;
}
.links span {
	color: #333;
	font-weight: bold;
	display: inline-block;
}
.links a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	padding-right: 10px;
}
.links a:hover {
	color: #ed8e06;
}



.footer {
	   background:#1A4D83 ;
		background-size: cover;
	}
	
	
	.ftmiddle {
		padding: 40px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}
	
	.ftmiddle .left {
		padding-right:53px;
		width:520px;
		float: left;
		box-sizing: content-box;
		border-right: rgba(255,255,255,0.2) solid 1px
	}
	
	.ftmiddle .left h3 {
	/*    margin-bottom: 15px;*/
		font-size:36px;
		font-weight: bold;
		color: #fff;
		line-height: 1.5;
	}
	
	.ftmiddle .left .desc {
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		line-height: 30px;
	}
	
	.ftmiddle .right {
		padding-left: 100px;
		position: relative;
		overflow: hidden;
	}
	
	.ftmiddle .right:before {
		content: "";
		display: block;
		width: 1px;
		height: 367px;
		background: rgba(255,255,255,0.2);
		opacity: 0.12;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.ftmiddle .right .top {
		margin-bottom: 30px;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		overflow: hidden;
	}
	
	.ftmenu { }
	
	.ftmenu .item {
		float: left;
		width: 32%;
	}
	
	.ftmenu dt {
		margin-bottom: 17px;
		line-height: 1.2;
		font-size: 16px;
		color:rgba(255,255,255,0.7);
		font-weight: normal; 
		border: rgba(255,255,255,0.7) solid 1px;
		text-align: center;
		margin-left: 20px;
		border-radius: 30px;
		padding: 10px 0px;
		}
	.ftmenu dt a{}
	.ftmenu dd a {
		font-size: 16px;
		font-weight: 400;
		line-height:30px;
	}
	
	.ftmenu dd:hover {
		color: #EE0526;
	/*    text-decoration: underline;*/
	}
	
	.ftqr {
		float: left;
		margin-left: 0px;
		text-align: center;
	}
	
	.ftqr .pic {
		width: 138px;
		height: 138px;
		margin: 0 auto 8px;
		background: #fff;
		overflow: hidden;
	}
	
	.ftqr .pic img {
		width: 100%;
		height: auto;
		display: block;
	}
	
	.ftqr h3 {
		font-size: 16px!important;
		font-weight: 400;
		color:rgba(255,255,255,0.7);
		line-height: 42px;
	}
	
	.ftmiddle .right .bottom {
		overflow: hidden;
	}
	
	.ft-top {
		width: 73%;
		float: right;
	/*    padding:50px 0 50px;*/
		/*display: -webkit-flex;
	
		display: flex;
		justify-content: space-between;
	*/
		height: auto;
	/*    align-items: center;*/
		/* border-bottom: 1px solid rgba(255, 255, 255, 0.12); */
		overflow: hidden;
	}
	
	.ft-top li {
		width: 100%;
	}
	
	.ft-top .inner {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: top;
		margin-left: 20px;
	}
	
	.ft-top .icon {
		margin-right:10px;
		width:26px;
		height: 26px;line-height: 26px;
		text-align: center;
		border-radius: 50px
	}
	
	.ft-top .icon i.bi {
		width: 100%;
		height: auto;
		display: block;
		font-size:22px;
		color: #fff
	}
	
	.ft-top .txt {
		overflow: hidden;
		flex: 1;
		display: flex;
		justify-content: flex-start
	}
	
	.ft-top .txt h3 {
		font-size: 16px;
		font-weight: 400;
		color:rgba(255,255,255,0.7);
		line-height: 30px;
	}
	
	.ft-top .txt .desc {
		display: inline-block;
		font-size:16px;
		/* font-weight: bold; */
		color:rgba(255,255,255,0.7);
	/*    line-height: 36px;*/
	/*
		background: linear-gradient(180deg, #17DFFD 0%, #17DFFD 30%, #0078FF 98.7060546875%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	*/
	}
	
	
	
	.copyright {
		padding: 20px 0 20px;
		overflow: hidden;
		font-size: 16px;
		font-weight: 400;
		color:rgba(255,255,255,0.5);
		line-height: 30px;
		text-align: center;
		background: #0D3967
	}
	
	.copyright p {
	  text-align: center;
	}
	
	.copyright .site {
		float: right;
	}
	
	.copyright a {
		color:rgba(255,255,255,0.5);
	}
	
	.copyright a:hover {
		color: #EE0526;
		text-decoration: underline;
	}


	.nybanner{height: 360px;}
.nysub{ height: 50px; line-height: 50px; background: rgba(232,237,243,1);}
.nysite_tit{display: flex; justify-content: space-between; align-items: center;}
.nysite_tit b{font-size:20px; position: relative; padding-left:20px; color: #333;}
.nysite_tit b::before{content: ""; width: 12px; height: 12px; background: #31AF5E; border-radius: 3px; position: absolute; left:0px; top:21px;transform: rotate(45deg)}
.nysite_tit span{ color:#333 ; font-size: 14px;}
.nysite_tit span a{ color:#333 ; font-size: 14px;}
.nysite_tit span a:hover{ color:#31AF5E ; font-size: 14px;}


.nybox{background: #F6F6F6;padding-bottom: 40px;padding-top: 40px;}
.nyhezuo{padding: 40px 0px; background: url(../images/nyabbg.jpg) no-repeat center center; background-attachment: fixed  }
.nyhezuo .case_title{margin-bottom:50px; margin-top: 0px }
.hezuoa{display:block; float: left; margin-right: 20px; margin-bottom: 20px; height: 82px; width: 353px; border: #eee solid 1px}
.hezuoa:nth-child(4n+4){margin-right: 0px}


#pic_column_1 > ul > li > a{background: #fff}
#pic_column_1 > ul > li > a > .img{background: #f7f7f7}

.lxwm-top dl dd {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
}

.nybox_r{background: #fff; padding:0px 20px 20px 20px; width:1085px}
#productinfo_column_1{margin-top: 20px }
#news_column_1{margin-top: 20px}
#newsinfo_column_1{padding-top:10px }
.ny_con img{max-width:80%; margin: 0 auto;}

.nybox .pro_l li{background: url(../images/cp_ico01.png) no-repeat 15px 22px #fff;}
.nybox .pro_l li:last-child{border-bottom: #EEEEEE solid 1px;}
.nyprosecond{margin-left: -30px; margin-top: 15px;}
.nyprosecond a{ background: none; padding: 0px 20px 0px 0px; border-bottom: #EEEEEE solid 1px; font-size: 16px!important; border: none; line-height: 26px; margin-top: 5px; }
.pro_l li:hover .nyprosecond a{color: #666;}
.nyprosecond a:hover{color: #31AF5E!important;}
.nyprosecond .bi{float:left; margin-right: 6px; margin-top: 2px;}

.nybox .pro_r p{font-size: 16px;}
#newsinfo_column_1 > .ny_con p{font-size: 16px;}
#newsinfo_column_1 > .ny_con a{font-size: 16px;}


#common_kefu2.right_nav li .iconBox{background: #0085CD;}
#common_kefu2.right_nav li:hover{background: #0085CD!important;}
.lxwm-top dl dd{font-size: 20px;}

