
input { outline: none; }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus { transition: background-color 5000s ease-in-out 0s; }
.no-animate { opacity: 0; }
::-webkit-scrollbar { width: 6px; /* 竖向滚动条宽度 */ height: 6px; /* 横向滚动条宽度 */ background-color: rgba(0, 0, 0, 0.1); border-radius: 3px; }
::-webkit-scrollbar-thumb { border-radius: 3px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
::-webkit-scrollbar-thumb:hover { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.w16 {max-width: 1600px;width: 100%;margin: 0 auto;}
.w14 {max-width: 1400px;width: 100%;margin: 0 auto;}




/*banner*/
.obanner{
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.obanner:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(/static/default/assets/img/img112.png) top center no-repeat;
	background-size: 100% auto;
}
.obanner>img{
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
}
.obanner .m_banner{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*banner*/

/*nav*/
.w14 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.navBox {
	position: relative;
	font-size: 0;
	text-align: center;
	margin-top: -35px;
	z-index: 2;
	transition: all 0.5s ease;
}
.navBox.fixed{
	position: fixed;
	left: 0;
	top: 90px;
	z-index: 15;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 10px;
	
}

.navBox a {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	height: 70px;
	font-size: 16px;
	color: #222222;
	line-height: 70px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	margin: 0 5px;
	box-sizing: border-box;
}

.navBox a.active {
	color: #fff;
	background-image: linear-gradient(to bottom right, #028f4a, #0fbf65);
}
/*nav*/




/*about*/
.introBox {
	padding: 85px 0 80px;
	background-position: center center;
	background-size: cover;overflow:hidden;
}

.introBox .textBox {
	float: left;
	width: calc(100% - 620px);
	padding-right: 130px;
	box-sizing: border-box;padding-left:10%;
}

.introBox .h1 {
	font-family: "syr";
	font-size: 30px;
	color: #000000;
	line-height: 78px;
	margin-bottom: 13px;
}

.introBox .text {
	font-size: 16px;
	color: #666666;
	line-height: 34px;
}

.introBox .swiperBox {
	position: relative;
	float: left;
	max-width: 620px;
	width: 100%;
	padding-left: 40px;
	box-sizing: border-box;
}



.introBox .swiper-pagination {
	top: 50%;
	left: 0;
	width: 9px;
	font-size: 0;
}

.introBox .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background-color: #eeeeee;
	opacity: 1;
	margin: 5px 0 !important;
}

.introBox .swiper-pagination-bullet-active {
	background-color: #19aeae;
}





.abonumber{overflow:hidden;height:auto;padding:20px 0}
.abonumber li{float:left;width:calc(25% - 40px);margin:0 20px;box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);background:#fff;padding:40px 0;text-align:center}
.abonumber li .top{font-size:16px;line-height: 30px;color:#666}
.abonumber li .number{font-size: 40px;color: #19aeae;margin-right: 10px; font-style:normal; font-family:Arial, Helvetica, sans-serif}
.abonumber li .title{font-size: 16px;color: #666;line-height: 30px;}


/*about*/



/*wenhua*/

.wenhua_txt{overflow:hidden;padding-bottom:80px;}
.wenhua_txt .txt1{float:left;overflow:hidden;}
.wenhua_txt .txt1 h1{font-size:36px;color:#333; font-family:Arial, Helvetica, sans-serif; font-weight:600;}
.wenhua_txt .txt1 p{font-size:20px;color:#333;}
.wenhua_txt .txt2{float:left;overflow:hidden;padding-top:30px;}
.wenhua_txt .txt2 p{font-size:16px;color:#666;line-height:28px;}


.n_wenhua {
	width: 100%;
	overflow: hidden;
	background: url(/static/default/assets/img//wenhua_bg.jpg) center no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.n_wenhua ul {
}
.n_wenhua ul li {
	padding: 5px;
}
.n_wenhua ul li .box {
	background: rgba(217, 219, 230, 0.4);
	height: 100%;
	padding: 55px 50px;
	position: relative;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_wenhua ul li .box:before {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #028f4a;
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_wenhua .ul_1 {
	width: calc(100% - 840px);
	float: left;
}
.n_wenhua .ul_1 li .box {
	height: 520px;
}
.n_wenhua .ul_2 {
	width: 830px;
	float: left;
}
.n_wenhua .ul_2 li {
	width:calc(50% - 10px);
	float: left;
}
.n_wenhua .ul_2 li .box {
	height: 200px;
}

.n_wenhua ul li .tt {
	margin-bottom: 23px;
}
.n_wenhua ul li .tt span {
	font-size: 36px;
	display: block;
	margin-bottom: 30px;
	font-weight: 700;
	text-align: left;
	color: #028f4a;
	line-height: 30px;
}
.n_wenhua ul li .tt h4 {
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	color: #333333;
	line-height: 30px;
}
.n_wenhua ul li .tt h4 img {
	margin-right: 16px;
	vertical-align: middle;
}
.n_wenhua .con {
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	color: #333333;
	line-height: 24px;
}
.n_wenhua ul li:hover .box {
	background: #fff;
	box-shadow: 16.41px 38.66px 45.9px 6.3px rgba(125,130,136,0.19);
}
.n_wenhua ul li:hover .box:before {
	width: 100%;
}


/*wenhua*/


/*honor*/

.annew_txt{overflow:hidden;padding-bottom:80px;}
.annew_txt .txt1{float:left;overflow:hidden;font-size:20px;margin-right:50px;}
.annew_txt .txt1 h1{font-size:36px;color:#fff; font-family:Arial, Helvetica, sans-serif; font-weight:600;}
.annew_txt .txt1 p{font-size:20px;color:#fff;}
.annew_txt .txt2{float:left;overflow:hidden;padding-top:30px;}
.annew_txt .txt2 p{font-size:16px;color:#fff;line-height:28px;}

.annew{
	position:relative;
	z-index: 3;
	padding: 100px 0px 80px 0;
	background: #009b4c;
}
.annew .wrap{
	position: relative;
	max-width: 1580px;
	width: 94%;
	margin: auto;
}
.annew .wrap .swiper-container{
	width: 100%;
}
.annew .wrap .swiper-container .swiper-slide a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.annew .wrap .img{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.annew .wrap .img img{
	width: 100%;
	transition: all 0.5s ease;
}
.annew .wrap .swiper-slide:hover .img img{
	transform: scale(1.10);
}
.annew .wrap .txt{
	margin-top: 15px;color:#fff;font-size:16px;
}

.annew .swiper-button-next, .annew .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    margin-top: -23px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 11px 20px;
    -webkit-background-size: 11px 20px;
    background-size: 11px 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.annew .swiper-button-next, 
.annew .swiper-container-rtl .swiper-button-prev{
    background-image: url(/static/default/assets/img/ximg15.png);
    right: 0;
    left: auto;
}
.annew .swiper-button-prev, 
.annew .swiper-container-rtl .swiper-button-next {
    background-image: url(/static/default/assets/img/ximg14.png);
    left: 0;
    right: auto;
}
.annew .swiper-button-next.swiper-button-disabled{
	opacity: 1;
	background-image: url(/static/default/assets/img/ximg15a.png);
}
.annew .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background-image: url(/static/default/assets/img/ximg14a.png);
}

/*honor*/


/*-----------------------------about------------------------------*/




/*---------------------------------------anli-----------------------------*/

.anlibox{overflow:hidden;padding:80px 0 60px 0;}
.anli_txt{float:left;width:calc(100% - 930px);height:auto;overflow:hidden;}
.anli_txt h1{font-size:36px;color:#000;background:url(/static/default/assets/img/hon5.png) no-repeat left bottom;padding-bottom:10px;}
.anli_txt p{font-size:17px;line-height:165%;color:#666;padding-top:12px;}

.main_new{float:right;width:900px;overflow:hidden;}
.main_new .conwidth{
	position: relative;
}
.main_new .box{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.main_new .m_new{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.main_new .m_new a{
	display: block;
	width: 100%;
}
.main_new .m_new .img{
	width: 100%;
	overflow: hidden;height:auto;
}
.txt_swiper{
	position: absolute;
	top: 88%;
	left: 4%;
	z-index: 12;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(255,255,255,0);
	width: 280px;
	padding: 2.9% 2.9% 3.5%;
	box-sizing: border-box;
	overflow: hidden;
}

.main_new .txt{
	margin-bottom: 40px;

}
.main_new .txt .t1{
	font-family: "itc"; 
	color: #19aeae;
	font-size:24px;
}
.main_new .txt .t2{
	color: #666;
	font-size: 15px;
	line-height:1.7;
	margin-top: 20px;
}
.main_new .txt .t3{
	color: #666666;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 20px;
}
.main_new .switch_box{
	/*position: absolute;
	left: 0;
	bottom: 15%;
	z-index: 10;*/
	overflow: hidden;
	width: 100%;
	/*padding: 0 10% 0 10%;*/
	box-sizing: border-box;
}
.main_new .arrow_box{
	float: left;
}
.main_new .swiper-button-next, 
.main_new .swiper-button-prev{
	position: static;
	margin-top: 0;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	-moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.main_new .swiper-container-horizontal>.swiper-pagination-bullets, 
.main_new .swiper-pagination-custom, .main_new .swiper-pagination-fraction{
	position: static;
	float: right;
	width: auto;
	font-family: "itc"; 
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}
.main_new .swiper-button-next, 
.main_new .swiper-container-rtl .swiper-button-prev {
    background-image: url(/static/default/assets/img/img51.png);
}
.main_new .swiper-button-prev{
	margin-right: 15px;
}
.main_new .swiper-button-next, .main_new .swiper-button-prev {
    position: static;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
.main_new .swiper-button-next.swiper-button-disabled{
	opacity: 1;
    background-image: url(/static/default/assets/img/img51a.png);
}
.main_new .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	background-image: url(/static/default/assets/img/img50a.png);
}
.main_new .swiper-button-prev, 
.main_new .swiper-container-rtl .swiper-button-next {
    background-image: url(/static/default/assets/img/img50.png);
}
.main_new .swiper-pagination-total{
	
}
.main_new .swiper-pagination-current{
	color: #fff;
	font-size: 14px;
}


.mapbox{overflow:hidden;background:url(/static/default/assets/img/map.jpg) center no-repeat;height:895px;}

.map_title{width:auto;height:auto;overflow:hidden;padding:50px 0 0 0;}
.map_title h1{font-size:42px;color: #333;margin:0 0 0 0;background:url(/static/default/assets/img/hon5.png) no-repeat center bottom;padding-top:10px;padding-bottom:10px;text-align:center; letter-spacing:1px;font-weight:500;}
.map_con{font-size:16px;color:#666;line-height:200%;overflow:hidden;padding:20px 15% 50px 15%;text-align:center;}

/*---------------------------------------anli-----------------------------*/

/*---------------------------------------xiangxiang-----------------------------*/
.steady_title{font-size:16px;color:#666;line-height:160%;padding-right:18%;padding-bottom:30px;}


.steady_image{padding:100px 0 80px 0;
	position: relative;

}

.steady_image .swiper-container{
	position: relative;
	max-width: 1150px;
	width: 100%;
	overflow: hidden;
	margin-left: 0;
}
.steady_image .imgbox{
}
.steady_image .imgbox .img{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.steady_image .imgbox .img img{
	width: 100%;
}

.steady_image .arrowbox{
	position: absolute;
	right: 7.2%;
	bottom: 180px;
	z-index: 10;
}
.steady_image .swiper-button-next, 
.steady_image .swiper-button-prev{
	position: static;
	display: block;
	width: 50px;
	height: 50px;
	margin-top: 0;
	-moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.steady_image .swiper-button-prev{
	margin-bottom: 20px;
}
.steady_image .swiper-button-next, 
.steady_image .swiper-container-rtl .swiper-button-prev {
    background-image: url(/static/default/assets/img/img46.png);
}

.steady_image .swiper-button-next.swiper-button-disabled{
	opacity: 1;
    background-image: url(/static/default/assets/img/img46a.png);
}
.steady_image .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	background-image: url(/static/default/assets/img/img45a.png);
}
.steady_image .swiper-button-prev, 
.steady_image .swiper-container-rtl .swiper-button-next {
    background-image: url(/static/default/assets/img/img45.png);
}
.steady_image .swiper-container-horizontal>.swiper-pagination-bullets, .steady_image .swiper-pagination-custom, .steady_image .swiper-pagination-fraction{
	width: auto;
	bottom: auto;
	left: auto;
	top: 10%;
	right: 6%;
	font-size: 18px;
	font-family: arial;
	color: #000000;
	letter-spacing: 2px;
}
.steady_image .swiper-pagination-current{
	font-size: 24px;
	color: #19aeae;
	margin-right: 5px;
}



.qyhj{width:auto;height:auto;overflow:hidden;background:#009b4c;padding:70px 0;}
.qyhj li{float:left;width:calc(25% - 20px);height:auto;overflow:hidden;margin:0 10px 20px 10px;}
.qyhj li .pic{width:auto;height:auto;overflow:hidden;border:2px solid #fff;}
.qyhj li .pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
.qyhj li:hover .pic img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.qyhj_title{margin-bottom:40px;}
.qyhj_title h1{font-size:42px; font-weight:600;color: #FFF;background:url(/static/default/assets/img/hon4.png) no-repeat center bottom;padding-top:0;padding-bottom:10px;text-align:center; letter-spacing:1px;font-weight:500;}
.qyhj_title p{font-size:14px;color:#FFF; font-family:Arial, Helvetica, sans-serif;padding-top:10px; text-align:center;}



.liucheng{overflow:hidden;background:#fff; padding:80px 0;}
.liuch_title{margin-bottom:60px;}
.liuch_title h1{font-size:42px; font-weight:600;color: #333;background:url(/static/default/assets/img/hon5.png) no-repeat center bottom;padding-top:10px;padding-bottom:10px;text-align:center; letter-spacing:1px;font-weight:500;}
.liuch_title p{font-size:14px;color:#666; font-family:Arial, Helvetica, sans-serif;padding-top:10px; text-align:center;}
.imgbox{text-align:center;overflow:hidden;}
/*xingxiang*/





/*--------------------------------------------------products--------------------------------------------------*/


.ProList{ width:auto; height:auto;margin-top:50px;overflow:hidden;padding:0 0;}
.ProList li{ width:calc(20% - 30px); float:left;  margin:0px 15px 30px 15px; overflow:hidden;height:auto; position: relative;background:#fff;}
.ProList li .pro_pic{width:100%; height:auto; overflow:hidden;}
.ProList li .pro_pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
.ProList li .title{width:auto;height:auto;padding:10px 0 15px 0;text-align:center;overflow:hidden;}
.ProList li a:hover .title{color:#009b4c;}
.ProList li:hover .pro_pic img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.ProList li:after {width: 0px;height: 3px;overflow: hidden;content: "";position: absolute;z-index: 30;bottom: 0px;left: 0px;background-color:#009b4c ;transition: all .3s linear;}
.ProList li:hover:after{width: 100%;}





/*products details*/

.pro_deta_box{overflow:hidden;background:#f4f4f4;margin-bottom:40px;}
.deta_pic{float:left;width:40%;overflow:hidden;height:auto;text-align:center;padding:90px 0 60px 0;}
.deta_con{float:right;width:60%;overflow:hidden;height:auto;background:#fff; min-height:680px;}
.deta_con .box{overflow:hidden;padding:50px 10% 30px 50px;}



.deta_pic .swiperBox {position: relative;max-width: 500px;width: 100%;box-sizing: border-box;margin:0 auto;}
.deta_pic .swiper-pagination {bottom: 10px;left: 0;width: 100%;font-size: 0;}
.deta_pic .swiper-pagination-bullet {width: 12px;height: 12px;background-color: #eeeeee;opacity: 1;margin: 5px 5px !important;}
.deta_pic .swiper-pagination-bullet-active {background-color: #009b4c;}



/*products details*/

/*products nextup*/
.shop-nextup{width:300px;height:auto;overflow:hidden;background:#fff; margin:5px 0 0 133px;}
.shop-nextup li{float:left;width:146px;line-height:40px;overflow:hidden;text-align:center;border-right:4px solid #f4f4f4;}
.shop-nextup li a{display:block;font-size:15px;color:#666;}
.shop-nextup li:last-child{border-right:none;}
/*products nextup*/

/*pro_info*/
.pro_position{padding:15px 0 15px 30px;background:#009b4c;}
.pro_position a{font-size:16px;color:#FFF; display:inline-block;padding:0 20px;line-height:36px;}
.pro_position .active{background:#fff;color:#333; border-radius:20px;}
.pro_info_title{font-size:30px;color:#333;font-weight:600;border-bottom:1px solid #e3e3e3;padding-bottom:12px;}

.pro_info_box{padding:0 190px 30px 190px;height:auto;overflow:hidden;}
.pro_info{width:auto;margin:0 auto;line-height:170%;padding:40px 0 25px 0;font-size:16px;color:#555; min-height:300px;overflow:hidden;height:auto;}
.pro_info img{ max-width:900px;clear:both;}
.pro_info strong{font-size:18px;font-weight:600;color:#222;background:url(/static/default/assets/img/zh_p_19.png) no-repeat 0px 15px;padding-left:18px;line-height:40px;overflow:hidden;margin-top:10px;display:block;}

.pro_info_txt{width:auto;font-size:20px;color:#444;margin:0 auto 0 auto;background:#fafafa;line-height:45px;font-weight:500;}
.pro_info_txt i{float:left;width:6px;height:20px;background:#009b4c;margin:13px 10px 0 10px;}
/*pro_info*/

/*related_product*/
.related_product{ width:auto; height:auto;margin-top:20px;overflow:hidden;padding:0 0 0 0; }
.related_product li{ width:calc(16% - 20px); float:left;  margin:0px 10px 20px 10px; overflow:hidden;border:1px solid #ededed;position: relative;height:auto;}
.related_product li .pro_pic{ width:100%; height:auto; overflow:hidden;}
.related_product li .pro_pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
.related_product li .pro_txt{color:#666;font-size:14px;padding:10px 10px 15px 10px;line-height:130%;text-align:center;height:30px;}
.related_product li:hover .pro_pic img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.related_product li a:hover .pro_txt{color:#009b4c;}
.related_product li:after {width: 0px;height: 3px;overflow: hidden;content: "";position: absolute;z-index: 30;bottom: 0px;left: 0px;background-color:#009b4c ;transition: all .3s linear;}
.related_product li:hover:after{width: 100%;}
/*related_product*/

/*related_news*/
.related_news{ width:auto; height:auto;margin-top:20px;overflow:hidden;padding:0 0 50px 0; }
.related_news li{ width:calc(33.33% - 12px); float:left;  margin:0px 6px 0 6px; overflow:hidden;height:auto;}
.related_news li a{display:block;font-size:15px;color:#777;line-height:30px; background:url(/static/default/assets/img/zh_p_17.jpg) no-repeat 0 11px;padding-left:12px;}
.related_news li a:hover{color:#C00;}
/*related_news*/






/*prdoucts*/








.list_box_02{ display: flex; margin: 0 -3px;padding:0 20px;}
.list_box_02 li{width: calc((100% - 51.28%) / 2);padding: 0 3px;transition: .5s;}
.list_box_02 li *{ transition: .5s;}
.list_box_02 li a{display: block;position: relative;border-radius:8px;overflow: hidden;}
.list_box_02 li a .img .img_hezi{ padding-bottom:550px !important;}
.list_box_02 li a .top{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: flex;align-items: flex-end;padding:0 30px 30px;}
.list_box_02 li a .top .h3{font-size: 22px;color: #fff;line-height: 1.25;margin: 10px 0 5px 0;}
.list_box_02 li a .top .h4{ font-size: 15px; color: #fff; line-height: 1.25; opacity: .7; font-family: Dosis; text-transform: uppercase;}
.list_box_02 li a .top .dot1{width:10px;height:10px;border: #00b4ff 1px solid;border-radius: 50%;background: #00b4ff;margin: 15px 0 0;}
.list_box_02 li a .top .con{ height:0; overflow:hidden}
.list_box_02 li a .top p{font-size:14px;color: #fff;line-height:24px;margin:10px 0 0 0;max-width: 32em;opacity: .8;font-weight: 300;}

.list_box_02 li.on{ width: 51.28%;}
.list_box_02 li.on a .top .con{height: 100px;}
.list_box_02 li.on a .top .title003 .dot1{ opacity: 0;}
.list_box_02 li.on a .top .con .dot1{ background: transparent; border: #fff 1px solid;}




.wh1550{width: 100%;margin-right: auto;margin-left: auto;}
.wh1400{width: 100%;margin-right: auto;margin-left: auto;}
@media (min-width: 1400px) {
.container {max-width: 1400px;}
.container_nav{max-width: 1550px;}
.wh1550{max-width: 1550px;}
.wh1400{max-width: 1400px;}
}



.about_title{width:auto;height:auto;overflow:hidden;padding:50px 0 0 0;}
.about_title h1{font-size:40px;color: #333;margin:0 0 0 0;background:url(../images/hon3.png) no-repeat center bottom;padding-top:10px;padding-bottom:15px;text-align:center; letter-spacing:1px;}
.about_con{font-size:16px;color:#777;line-height:200%;overflow:hidden;padding:8px 15% 30px 15%;text-align:center;}


.service_title{width:auto;height:auto;overflow:hidden;padding:0 0 0 0;}
.service_title h1{font-size:40px;color: #333;margin:0 0 0 0;background:url(../images/hon3.png) no-repeat center bottom;padding-top:10px;padding-bottom:25px;text-align:center; letter-spacing:1px;}
.service_con{font-size:16px;color:#777;line-height:200%;overflow:hidden;padding:8px 15% 50px 15%;text-align:center;}

.service{
	width: 100%;
	overflow: hidden;height:auto;margin-bottom:5px;
	padding: 70px 40px 70px 40px;
	text-align: center;
	color: #888888;
	line-height: 22px;background:#f0f0f0;
}
.service li{float:left;width:25%;
	height: auto;
	overflow: hidden;
	cursor: pointer;
}
.service h4{
	color: #333333;
	font-size: 20px;
	margin: 25px 0 18px;
}
.service p{font-size:14px;color:#777;padding:0 10%;}
.service_img{
	width:123px;
	height:123px;
	margin: 0 auto;
	padding-top:32px;
	background: url(../images/yuan_gray.png) no-repeat center center;
}
.service_img img:nth-of-type(2){
	display: none;
}
.service li:hover h4{
	color: #2e91ef;
}
.service li:hover .service_img{
	background: url(../images/yuan_red.png) no-repeat center center;
}
.service li:hover .service_img img:nth-of-type(2){
	display: inline-block;
}
.service li:hover .service_img img:nth-of-type(1){
	display: none;
}




/*-----------------------------------------------------------------news----------------------------------------------------*/

.xwbox{background:#f5f6f7;}
.xwmain{background:#fff; border-radius:12px;padding:50px 50px 30px 50px;margin:50px 0 20px 0;}

.news_box{overflow:hidden;height:auto;padding:80px 0 0 0;}
.news_box ul{padding-bottom: 35px;}
.news_box ul li{float: left;width: 31.4%;margin-right: 2.9%;margin-bottom: 2.2%;}
.news_box ul li:nth-child(3n){margin-right: 0;}

/*notice_box*/
.xwen_li{
	background: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.xwen_li:hover{
	background: #009b4c;
	box-shadow: 0px 1px 38px rgba(25,174,174,0.19);
}
.xwen_li a{
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:8% 6.8% 8% 9%;
}
.xwen_li a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -50%;
	width: 100%;
	height: 100%;
	background: url(/static/default/assets/img/img73.png) bottom center no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.xwen_li:hover a:before{
	bottom: 0;
}
.xwen_li .t1{
	color: #999999;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.xwen_li .t3{
	color: #777;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;height: 36px;
}
.xwen_li .t2{
	color: #000000;
	font-size: 18px;
	line-height: 1.7;
	margin-top: 15px;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.xwen_li:hover .t1,
.xwen_li:hover .t2,
.xwen_li:hover .t3,.xwen_li:hover .more{color: #FFFFFF;}

.xwen_li .more{margin-top:40px;
	display: inline-block;
	color: #009b4c;
	font-size: 16px;
	padding-right: 28px;
	background: url(/static/default/assets/img/img74.png) center right no-repeat;
	background-size: 17px 13px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.xwen_li.on  .more,
.xwen_li:hover .more{
	background: url(/static/default/assets/img/img75.png) center right no-repeat;
	background-size: 17px 13px;
}


.xinw_txt{font-size:26px;text-align:center;padding:0 0 25px 0;width:auto;overflow:hidden;width:auto;}
.xinw_dtm{width:auto; text-align:center; padding:0 0 0px 0; font-size:13px; color:#555;line-height:40px;background:#f7f7f7;margin:0 auto;}

.xinw_info{ line-height:160%;padding:30px 0;font-size:15px;color:#777;min-height:400px;width:auto;}
.xinw_info a{color:#009d85;}
.xinw_info b{font-size:18px;color:#eb3e00;}
.xinw_info img{ width:600px;height:auto;text-align:center;}

/*nextup*/
.new_pre{color:#fff;width:calc(49% - 15px);float:left;background:#009b4c;padding-left:15px;overflow:hidden;line-height:50px;}
.new_pre a{color:#fff;font-size:14px;}
.new_pre a:hover{color:#fff}
.new_next{color:#fff;float:right;width:calc(49% - 15px);background:#009b4c;padding-left:15px;overflow:hidden;line-height:50px;}
.new_next a{color:#fff;font-size:14px;}
.new_next a:hover{color:#fff}
.new_pn{padding:0px 0 10px 0; line-height:32px;font-size:14px;overflow:hidden;margin-top:4px;}
/*nextup*/


/*-----------------------------------------------------------------news----------------------------------------------------*/


/*contact us*/
.lxwm{width:auto;padding:0px 0 0 0;height:auto;overflow:hidden;}
.lxwm_lt{float:left;width:45%;height:auto;overflow:hidden;background:#f6f6f6;}
.lxwm_rt{float:right;width:55%;height:auto;overflow:hidden;margin-top:-20px;}

.ltbox{padding:8% 0 0 14% ;border-right:3px solid #C00;height:600px;}
.lxwm_lt_conn{font-size:20px;color:#555;line-height:180%;padding-bottom:50px;}
.lxwm_lt_ewm li{float:left;width:150px;height:auto;overflow:hidden;margin-right:15px;}
.lxwm_lt_ewm li .pic img{width:140px;height:auto;}
.lxwm_lt_ewm li p{font-size:13px;color:#666;text-align:center;padding-top:5px;}

@media screen and (max-width: 640px) {
.ltbox{height:auto;}	
.lxwm_lt{width:100%;height:auto;}
.lxwm_rt{display:none;}

.ltbox{padding:8% 8px 0 8px ;border-right:3px solid #C00;height:auto;}
.lxwm_lt_conn{font-size:15px;color:#555;line-height:180%;padding-bottom:50px;}
.lxwm_lt_ewm {display:none}
}
/*contact us*/

/*searchall*/
.searchall_title{font-size:24px;color:#333;padding:20px 0;}
.searchall{overflow:hidden;padding:20px 0 0 0; }
.searchall li{float:left;width:calc(50% - 20px);margin:0 10px 20px 10px;overflow:hidden;height:auto;background:#fff;border-radius:8px;}
.searchall li .pic{float:left;width:200px;height:auto;overflow:hidden;border-radius:8px;}
.searchall li .pic img{width:100%;height:160px;}
.searchall li .conn{float:right;width:calc(100% - 220px);overflow:auto;height:auto;}
.searchall li a{padding:15px;}
.searchall li h1{font-size:20px;color:#333;padding-top:12px;}
.searchall li p{font-size:15px;color:#666;line-height:160%;padding-top:10px;}/*overflow:hidden; text-overflow:ellipsis; white-space:nowrap;*/
.searchall li .date{font-size:14px;color:#666;padding-top:12px;}
.searchall li:hover{background:#009b4c;}
.searchall li:hover h1,.searchall li:hover p,searchall li:hover .date{color:#fff;}
/*searchall*/