@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; }
img { border:0; vertical-align:top; }
html, body {width: 100%;max-width: 100%;min-width: 320px;min-height: 100%;height: auto;overflow-x: hidden;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover { text-decoration:none; color:#609e49; }
a:focus { outline:none; text-decoration:none; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex { 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; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { 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; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.transition300em{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.mar0a{margin: 0 auto;}
input { border-radius:0; /*-webkit-appearance:none; appearance:none;*/ background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; resize: none; }

@media (min-width: 1250px){
	.container {width: 1220px;}
}
@media (min-width: 1300px){
	.container {width: 1270px;}
}
@media (min-width: 1350px){
	.container {width: 1320px;}
}
@media (min-width: 1400px){
	.container {width: 1370px;}
}
@media (min-width: 1500px){
	.container {width: 1470px;}
}
@media (max-width:767px) {
	.container{padding-left: 10px;padding-right: 10px;width: 100%;}
	.row{margin-left: -10px;margin-right: -10px;}
	/* body{padding-bottom: 50px;} */
}

/*头部*/
.head{ min-width: 320px; width:100%; height:88px; position:fixed; top:0; left:0; z-index:9999; background:#fff;box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);}
.header_space{ width:100%; height:88px;}
/*头部logo*/
.logo{ float:left; margin-top:16px;}
@media only screen and (max-width: 1200px) {
.logo{ margin-left:3%}
}
@media only screen and (min-width: 415px) {
.logo img{ height:56px!important}
}
@media only screen and (max-width: 414px) {
.head,.header_space{ height:65px!important;}
.logo{ margin-top:12.5px;margin-left:0;}
.logo img{ height:40px!important}
}
.nav{ float:right;height:88px; position:relative}
#shop { float:right; height:100%; margin-left: 20px; position:relative; }	
#shop i{ display:block; float:left; font-style:normal}
#shop #head-search{width:45px; height:100%; background:url(../images/icon-search.png) no-repeat center;cursor:pointer;}
#shop #head-nav{height: 100%;border:none;margin-top: 0;font-size: 16px;text-align: center;padding: 0 10px;}
#shop #head-nav>a{padding: 0 5px;color: #666;line-height:88px;}
#shop #head-nav>a:hover{color: #609E49;}
#shop #head-nav .head-lang{float: right;position: relative;margin-top:20px;}
#shop #head-nav .head-lang a{display: block;padding: 14px 24px 14px 14px;font-size: 14px;font-weight: bold;color: #333;position: relative;text-align:left;}
#shop #head-nav .head-lang>a::before{content: '';position: absolute;right: 6px;top: 19px;width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 7px solid #333;transition: all .3s;-webkit-transition: all .3s;}
#shop #head-nav .head-lang a img{margin-right: 8px;vertical-align: sub;}
#shop #head-nav .head-lame{display: none;position: absolute;top: 48px;width: 100%;background-color: #fff;z-index: 10;transition: all .3s;-webkit-transition: all .3s;}
#shop #head-nav .head-lang:hover>a{background-color: #ddd;}
#shop #head-nav .head-lang:hover .head-lame{display: block;}
#shop #head-nav .head-lame>a:hover{background-color: #ddd;}
#shop #m-head-nav{height: 16px;position: relative;float: left;display:none;margin-left: 20px;margin-top: 37px;width: 24px;cursor:pointer;}	
#shop #m-head-nav .line{width: 24px;height: 2px;background-color: #609e49;position: absolute;left: 0px;top: 7px;}
#shop #m-head-nav .line1{margin-top: -7px;}
#shop #m-head-nav .line3{margin-top: 7px;}
#shop #m-head-nav[data-active="on"] .line1{margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
#shop #m-head-nav[data-active="on"] .line2{display: none;}
#shop #m-head-nav[data-active="on"] .line3{margin-top: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
#shop .btn-search{position:absolute; top:30px; right:0px; width:28px; height:28px; background:url(../top_search.png) no-repeat center}
#shop .btn-lang {position:absolute;top:30px; right:48px; width:28px; height:28px; background:url(../top_tel.png) no-repeat center}
#nav{ float:right;}
#nav>li{float:left;position: relative;}
#nav>li>a{position:relative; z-index:2; display:block; width:100%; height:100%; font-size:16px; padding: 0 30px; border-left: 1px solid transparent; border-right: 1px solid transparent; line-height:84px; text-align:center; color:#444; -webkit-transition:color 200ms; transition:color 200ms;}
#nav>li>a>p{border-bottom: 4px solid transparent;padding: 0 4px;}
.nav2{position: absolute;top: 88px;left: 0;margin-left:0;background: #fff;width: 100%;z-index: 999999;border-top: 2px solid #609e49;box-shadow: 0 3px 5px 1px rgba(0,0,0,.2);display: none;}
.nav2li{height: 46px;font-size: 14px;line-height: 46px;border-top: 1px solid #e5e5e5;text-align: center;position: relative;}
.nav2li:first-child{border:0}
.nav2name{display: block;color: #444444;padding: 0 8px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .3s;-webkit-transition: all .3s;}
.nav2li:hover{background-color: #e5e5e5;}
.nav2li:hover>a{color:#609E49;}
.nav2li>p{position: absolute;left: 100%;top: -2px;width: 100%;margin: 0;background: #fff;border-top: 2px solid #609E49;border-left: 1px solid #e5e5e5;display: none;box-shadow: 0 3px 5px 1px rgba(0,0,0,.2);}
.nav2li>p>a{display: block;color: #444444;padding: 0 8px;border-top: 1px solid #e5e5e5;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .3s;-webkit-transition: all .3s;}
.nav2li>p>a:first-child{border:0}

#nav>li.on>a, #nav>li:hover>a{color:#609e49;}
#nav>li.on>a>p, #nav>li:hover>a>p{border-bottom: 4px solid #609e49;}
#nav>li:hover>.nav2{display: block;}
.nav2li:hover>p{display: block;}
.nav2li>p>a:hover{background-color: #e5e5e5;color: #609E49;}
@media only screen and (max-width: 1399px) {
    #nav>li>a{padding: 0 25px;}
}
@media only screen and (max-width: 1350px) {
    #nav>li>a{padding: 0 23px;}
}
@media only screen and (max-width: 1300px) {
    #nav>li>a{padding: 0 18px;}
}
@media only screen and (max-width: 1250px) {
#shop{margin-left: 0;}
#nav>li>a{padding: 0 15px;}
}
@media only screen and (max-width: 1200px) {
    #nav{ display:none}
    .nav{ margin-right:3%}
    #shop #m-head-nav{ display:block}
}
@media only screen and (max-width: 500px) {
    #shop { margin-left:0px; }
    #shop #head-nav .head-lang{display:none;}
}
@media only screen and (max-width: 414px) {
    .nav{ height:65px;margin-right:0; }
    #shop #head-search{ display:none; }
    #shop #head-nav{ padding-right:0; }
    #shop #head-nav>a{ line-height: 65px;padding:0;font-size:14px; }
    #shop #head-nav .head-lang{ margin-top: 8px;display:block; }
    #shop #head-nav .head-lang a{ padding:14px 20px 14px 8px; }
    #shop #m-head-nav{ margin-top:24.5px; margin-left:10px; }
    .mm-nav-box{ top:65px!important; }
}

.q_search{position:absolute;right:0;top:88px;width:280px;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);box-shadow: 0 6px 12px rgba(0,0,0,.175);border: 1px solid rgba(0,0,0,.15);z-index:99999;display:none;}
.q_search .q_search1{padding:25px 20px;}
.q_search .form-group{position:relative;margin:0;}
.q_search input[type="search"]{display: block;width: 100%;color: #000;line-height: 24px;padding: 7px 40px 7px 15px;height: 40px;border: 1px solid #e0e0e0;background: #fff;}
.q_search .search-btn{position: absolute;right: 0;top: 0;width: 40px;height: 40px;text-align: center;color: #555;font-size: 12px;background: 0;cursor: pointer;border:0;}
@media only screen and (max-width: 414px) {
	.q_search{top: 65px;}
	.q_search .q_search1{ padding: 20px; }
}

/*小屏幕导航*/
.mm-nav-box{overflow:hidden;position: fixed;top: 88px;right: 0;width: 100%;height: 100%;z-index: 998;display: none;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
.mm-nav-box[data-on="active"]{-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);}
.mm-nav-box .mm-wrap{position: fixed;top: 0;right: 0;width: 40%;padding-bottom: 15px;z-index: 100;}
.mm-nav-box .mm-wrap:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: #fff;z-index: -1;}
.mm-nav-box .mm-nav .li1{margin: 0 20px;line-height: 60px;border-bottom: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1 .a1{display: block;color: #222222;font-size: 16px;}
.mm-nav-box .mm-nav .li1.on .a1{color: #e00000;}
.mm-nav-box .mm-nav .li1.on .mm-title{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-title{position: relative;height: 60px;line-height: 60px;}
.mm-nav-box .mm-nav .li1 .mm-title .am{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{position: absolute;top: 0;left: 0;height: 100%;z-index: 10;}
.mm-nav-box .mm-nav .li1 .mm-title .click{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{content: "";position: absolute;top: 50%;right: 20px;width: 6px;height: 6px;border-top: 1px solid #222222;border-right: 1px solid #222222;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);margin-top: -3px;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick{ position: absolute;top: 0;left: 0;width: 100%;height: 100%; }
.mm-nav-box .mm-nav .li1 .mm-title .mclick a{ display:block;width:100%;height:100%; }
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{ border-color: #e00000; }
.mm-nav-box .mm-nav .li1 .mm-innav{display: none;padding: 6px 0;}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{display: block;border-top: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.mm-nav-box .mm-nav .li1[data-on="click"] .a1{color:#609e49}
.mm-nav-box .mm-nav .li1 .mm-innav li{margin: 0 10px;border-bottom: 1px solid rgba(255,255,255,.4);line-height: 1;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{color: #222222;font-size: 14px;line-height: 1.4;display: block;padding: 6px 0;}
.mm-nav-box .mm-nav .li1 .mm-innav li a:hover{color:#609e49}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{margin: 0 15px;}
.mm-nav-box .mm-wrap .mmlang{padding: 0 10px;font-size: 0;display: none;}
.mm-nav-box .mm-wrap .mmlang .mmitem{height: 55px;line-height: 55px;width: 50%;font-size: 14px;color: #222222;display: inline-block;*display: inline;*zoom: 1;text-align: center;}
.mm-nav-box .mm-wrap .mmlang .mmitem.on{color:  #e00000;}
@media only screen and (max-width: 1200px){
    .mm-nav-box {display: block;}
}
@media only screen  and (max-width: 800px){
    .mm-nav-box .mm-nav .li1 .mm-title{height: 45px;line-height: 45px;}
}
@media only screen  and (max-width: 600px){
    .mm-nav-box .mm-wrap{width: 100%;padding-bottom: 0;}
    .mm-nav-box .mm-nav .li1 .mm-title .a1{font-size: 14px;}
    .mm-nav-box .mm-nav .li1 .mm-innav li a{font-size: 13px;}
    .mm-nav-box .mm-nav .li1{margin: 0 10px;}
    .mm-nav-box .mm-wrap .mmlang{display: block;}
}

.banner-swiper-container .swiper-slide img{max-width: 100%;display: block;}
.banner-swiper-container .swiper-slide .video-js{position: absolute;top: 0;left: 0;width: 100%;}
.banner-swiper-container .swiper-slide video{height: auto;}
.banner-swiper-container .swiper-button-prev{left:20px;}
.banner-swiper-container .swiper-button-next{right:20px;}
body #fullpage .pc-ban{display:block;/* margin-top: 88px; */}
body #fullpage .wap-ban{ display:none; }


@media only screen  and (max-width: 767px){
	body #fullpage .pc-ban{ display:none; }
	body #fullpage .wap-ban{ display:block; }
	.banner-swiper-container .swiper-slide .video-js{ display: none; }
}

.title{float: left;}
.title h2{color: #252525;font-size: 36px;margin-bottom: 5px;}
.title span{font-family: arial;font-size: 12px;color: #666;text-transform: uppercase;display: block;}

.indextag{float: right;padding: 18px 0;}
.indextag a{float: left;display: block;color: #666;font-size: 16px;line-height: 28px;padding: 0 16px;border-radius: 14px;transition: all .3s;-webkit-transition: all .3s;}
.indextag a.on, .indextag a:hover{background: #609E49;color: #fff;}
@media only screen  and (max-width: 425px){
	.title{ width: 100%;text-align: center;margin-top: 6px;margin-bottom: 6px; }
	.title h2{ font-size: 26px; }
	.indextag{ width: 100%;text-align: center;padding: 0px 0; }
	.indextag a{ float: none;display: inline-block;font-size: 14px; }
}

.sss1{ background: url(../images/bj5.jpg) center bottom no-repeat; }
.sss2{ background: url(../images/bg1.png) center no-repeat; }
.sss3{ background: url(../images/bg3.png) center no-repeat; }

/*产品与技术*/
/* #proapp{padding: 60px 0 80px;background-color: #f3f3f3;} */
.proapp-box{ height: 75%; }
.proapp-o{ display: none;height:100%; }
.proapp-o:first-child{ display: block; }
.proapp-flex{ display: flex; }
.proapp-l{ flex: 2;position: relative; }
.proapp-l a{ position: absolute;width: 100%;height: 100%;display: block;padding: 50px 40px;color: #fff;font-size: 30px;font-weight: bold;text-shadow: 1px 1px 2px #000; }
.proapp-r{ flex: 1;background: #609e49;border-radius: 0 0 25px 0; }
.proapp-r-box{ padding: 40px;overflow: hidden; }
.proapp-r-box>h3{ color: #fff;font-size: 30px; }
.proapp-r-box hr{ margin: 30px 0; }
.proapp-a{ margin-top: 15px; }
.proapp-a a{ display: block;color: #fff;line-height: 25px; }
.proapp-more{ display: block;color: #fff;line-height: 25px;float: left;padding-right: 35px;position: relative;margin-bottom: 20px;}
.proapp-more::after{ content: '';width: 0;height: 0;border: 8px solid #fff;border-top-color: transparent;border-right-color: transparent;border-bottom-color: transparent;position: absolute;right: 0;top: 5px; }
.proapp-a a:hover, .proapp-more:hover{ text-decoration: underline;color: #fff; }

@media only screen  and (min-width: 768px){
	.proapp-l{min-height: 507px;}
}
@media only screen  and (max-width: 767px){
	/* #proapp{padding: 30px 0;} */
	.proapp-box{margin: 0;height: 68%;}
	.proapp-flex{display: block;}
	.proapp-l, .proapp-r{flex: auto;border-radius: 0;}
	.proapp-l{min-height: 340px;}
	.proapp-l a{text-indent: -999999999px;}
	.proapp-r-box{padding: 20px;}
}
@media only screen  and (max-width: 550px){
	.proapp-l{min-height: 260px;}
}
@media only screen  and (max-width: 425px){ 
	/* #proapp{padding: 20px 0;} */
	.proapp-r-box>h3{font-size: 25px;}
	.proapp-more{margin-bottom: 0;} 
	.proapp-r-box hr{margin: 20px 0;}
}

/* News */
/* #news{padding: 70px 0;} */
/* .news-box{margin-top: 25px;} */
/* .news-o{overflow: hidden;display: none;EroMeiDo} */
.news-o{display: none;height: 100%;}
.news-o:first-child{display: block;}
.news-o li{}
.news-o li a{display: block;}
.news-o li .news-img img{max-width: 100%;display: block;}
.news-o li .news-txt{background-color: #eee;position: relative;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.news-o li:nth-child(odd) .news-txt::before{content: '';position: absolute;left: 50%;top: -30px; transform: translateX(-50%); border-top: 15px solid transparent;border-left: 18px solid transparent;border-right: 18px solid transparent;border-bottom: 15px solid #eee;}
.news-o li:nth-child(even) .news-txt::before{content: '';position: absolute;left: 50%;bottom: -30px; transform: translateX(-50%); border-top: 15px solid #eee;border-left: 18px solid transparent;border-right: 18px solid transparent;border-bottom: 15px solid transparent;}
.news-o li .news-txt .news-on{padding: 50px 30px;}
.news-o li .news-txt p{color:#333;font-size: 18px;font-weight: bold;line-height: 30px;height: 60px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-bottom: 20px;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.news-o li .news-txt em{color: #666;display: block;margin-bottom: 14px;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.news-o li .news-txt span{color: #666;line-height: 28px;height: 56px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; -moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.news-o li a:hover .news-txt{ background-color: #609e49; }
.news-o li:nth-child(odd) a:hover .news-txt::before{ border-bottom-color: #609e49; }
.news-o li:nth-child(even) a:hover .news-txt::before{ border-top-color: #609e49; }
.news-o li a:hover .news-txt p,.news-o li a:hover .news-txt em,.news-o li a:hover .news-txt span{color: #fff;}

@media only screen  and (max-width: 1499px){
	.news-o li .news-txt .news-on{padding: 40px 30px;}
}
@media only screen  and (max-width: 1399px){
	.news-o li .news-txt .news-on{padding: 36px 30px;}
}
@media only screen  and (max-width: 1349px){
	.news-o li .news-txt .news-on{padding: 31px 30px;}
}
@media only screen  and (max-width: 1299px){
	.news-o li .news-txt .news-on{padding: 30px;}
	.news-o li .news-txt p{margin-bottom: 15px;}
	.news-o li .news-txt em{margin-bottom: 12px;}
}
@media only screen  and (max-width: 1249px){
	.news-o li .news-txt p{font-size: 16px;line-height: 28px;height: 56px;margin-bottom: 12px;}
	.news-o li .news-txt em{margin-bottom: 9px;}
}
@media only screen  and (max-width: 1199px){
	.news-o li .news-txt .news-on{padding: 20px;}
	.news-o li .news-txt p{font-size: 16px;line-height: 25px;height: 50px;margin-bottom: 12px;}
	.news-o li .news-txt span{line-height: 22px;height: 44px;}
}
@media only screen  and (max-width: 991px){
	.news-o li .news-txt .news-on{padding: 50px 30px;}
	.news-o li .news-txt p{font-size: 16px;line-height: 30px;height: 60px;margin-bottom: 22px;}
	.news-o li .news-txt em{margin-bottom: 18px;}
	.news-o li .news-txt span{line-height: 25px;height: 50px;}
}
@media only screen  and (max-width: 767px){
	/* #news{padding: 30px 0;} */
	.news-box{margin-top: 5px;}
	.news-o li .news-txt .news-on{padding: 30px 30px 0;}
}
@media only screen  and (max-width: 640px){
	.news-o li .news-txt .news-on{padding: 20px 20px 0;}
}
@media only screen  and (max-width: 580px){
	.news-o li .news-txt p{line-height: 25px;height: 50px;margin-bottom: 16px;}
	.news-o li .news-txt em{margin-bottom: 10px;}
}
@media only screen  and (max-width: 500px){
	.news-o li .news-txt span{line-height: 20px;height: 40px;}
}
@media only screen  and (max-width: 470px){
	.news-o li .news-txt .news-on{padding: 15px 15px 0;}
	.news-o li .news-txt p{margin-bottom: 10px;}
	.news-o li .news-txt em{margin-bottom: 6px;font-size: 12px;}
}
@media only screen  and (max-width: 410px){
	.news-o li .news-txt .news-on{padding: 10px 10px 0;}
	.news-o li .news-txt p{font-size: 15px;line-height: 22px;height: 44px;}
}
@media only screen  and (max-width: 369px){
	.news-o li .news-txt p{font-size: 14px;line-height: 18px;height: 36px;margin-bottom: 0;}
	.news-o li .news-txt em{margin-bottom: 0;}
	.news-o li .news-txt span{font-size: 13px;}
}

/*快速链接*/
/* #quick{padding-bottom: 85px;} */
.quick-box{overflow: hidden;}
.quick-box>div{margin-top: 30px;}
.quick-box a{display: block;position: relative;}
.quick-box a img{display: block;width: 100%;}
.quick-box a .quick-txt{position: absolute;left: 0;top: 0;width:100%;height:100%;color: #fff;transition: all .5s;-webkit-transition: all .5s;}
.quick-box a .quick-txt .quick-con{position: absolute;left: 30px;bottom: 30px;transition: all .5s;-webkit-transition: all .5s;}
.quick-box a .quick-txt .quick-con h2{font-size: 24px;font-weight: bold;margin-bottom: 10px;transition: all .5s;-webkit-transition: all .5s;}
.quick-box a .quick-txt .quick-con p{font-size: 18px;text-transform: uppercase;}
.quick-box a .quick-txt .quick-con .quick-ico{width: 30px;height: 18px;background: url(../images/quick-ico.png) no-repeat;margin-top: 12px;display: none;transition: all .5s;-webkit-transition: all .5s;}
.quick-box a:hover .quick-txt{background: rgba(0,0,0,0.5);}
.quick-box a:hover .quick-txt .quick-con{bottom: 50%;transform: translateY(50%);}
.quick-box a:hover .quick-txt .quick-con h2{color: #609e49;}
.quick-box a:hover .quick-txt .quick-con .quick-ico{display: block;}
@media only screen  and (max-width: 767px){
	/* #quick{padding-bottom: 30px;} */
	.quick-box{height: 90%;display: flex;flex-direction: column;justify-content: space-around;align-items: center;}
	.quick-box>div{margin-top: 10px;}
}
@media only screen  and (max-width: 425px){
	.quick-box a .quick-txt .quick-con{bottom: 20px;}
	.quick-box a .quick-txt .quick-con h2{font-size: 22px;margin-bottom: 5px;}
	.quick-box a .quick-txt .quick-con p{font-size: 16px;}
	.quick-box a .quick-txt .quick-con .quick-ico{margin-top: 6px;}
}

/* footer */
footer{}
#footer-info{background-color: #F5F5F5;padding-top: 50px;}
.footer-nav{font-size: 0;float: left;width: 54%;}
.footer-nav a{display: inline-block;color: #444;font-size: 16px;margin: 0 20px 10px;}
.footer-nav a:hover{color: #609E49;}
.footer-con{width: 46%;float: right;margin-bottom: 40px;padding-right: 20px;}
.footer-ewm{float: right;padding: 10px;background: #fff;margin-left: 22px;}
.footer-txt{float: right;text-align: right;}
.footer-txt span{color: #252525;font-size: 16px;padding-left: 24px;background: url(../images/ftel.png) no-repeat left center;}
.footer-txt h3{color: #252525;font-size: 18px;font-weight: bold;margin-top: 10px;margin-bottom: 22px;}
.footer-txt p{color: #666;font-size: 14px;line-height: 22px;}
.footer-copy{float: left;width: 100%;padding: 12px 20px;}
.footer-copyl{float: left;color: #666;font-size: 12px;}
.footer-copyr{float: right;color: #666;font-size: 12px;}
.footer-copyr a{color: #666;font-size: 12px;}
.footer-copyr a:hover{color: #609E49;}
@media only screen  and (max-width: 1349px){
	.footer-con{padding: 0;}
}
@media only screen  and (max-width: 1299px){
	.footer-nav, .footer-con{width: 50%;}
}
@media only screen  and (max-width: 1199px){
	.footer-nav{width: 38%;}
	.footer-con{width: 62%;}
}
@media only screen  and (max-width: 991px){
	.footer-nav, .footer-con{width: 100%;}
	.footer-nav{margin-bottom: 20px;}
}
@media only screen  and (max-width: 767px){
	#footer-info{padding-top: 30px;}
	.footer-nav{display: none;}
	.footer-con{margin-bottom: 30px;}
	.footer-copy{padding: 10px 0; line-height: 20px;}
}
@media only screen  and (max-width: 600px){
	.footer-ewm{margin-left: 12px;}
	.footer-con{margin-bottom: 10px;}
	.footer-txt{width: calc(100% - 150px);}
}
@media only screen  and (max-width: 500px){
	.footer-ewm img{width: 80px;}
}

/*links*/
/* #links{background-color: #ededed;padding: 15px 0;} */
#links span{color: #666;font-size: 12px;}
#links a{color: #666;font-size: 12px;margin-right: 8px;}
#links a:last-child{margin-right: 0;}
#links a:hover{color:#609e49;}
@media only screen  and (max-width: 600px){
	#links{padding: 10px 0;}
}

#roll {width: 40px;height: 40px;display: none;background: #000;position: fixed;right: 20px;bottom: 60px;z-index: 150;overflow: hidden;transition: all .2s ease-in-out 0s;cursor: pointer;border-radius: 50%;}
#roll:hover {background: #609e49;}
#roll_top {width: 40px;height: 40px;display: block;background: url(../images/gotop.png) no-repeat;transition: all .2s ease-in-out 0s;}
#roll_top:hover {background: url(../images/gotop.png) no-repeat;}
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #609e49;text-align: center;}
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}

/* 内页样式 */
#ZoomBox{ background: #fff; }
.nybg{ background: #F5F5F5; }
.bsbg{ background: #FFFFFF; }

#nynav{ padding: 10px 0;border-bottom: 1px solid #ddd; }
.nyjc-crcrumbs{ border-bottom: 1px solid #ddd;background: url(../images/nav_tb.png) left 6px no-repeat;padding-left: 20px;color: #808080;margin-bottom: 15px;line-height: 25px;padding-bottom: 10px; }
.nyjc-crcrumbs a{ color: #808080; }
.nyjc-crcrumbs a:hover{ color: #609e49; }
.crumbs{ padding-left:20px;background: url(../images/nav_tb.png) left no-repeat;line-height: 25px;padding-top:10px;padding-bottom:10px;float: left;color: #444; }
.crumbs a{ color: #444; }
.crumbs a:hover{ color: #609e49; }

#sidebar{float: right;} 
#sidebar li{display: inline-block; padding: 0 10px;}
#sidebar li a{display:block;height: 45px;line-height: 44px;text-align: center;color: #444;font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#sidebar li:hover a, #sidebar li.cur a{color: #609e49;border-bottom: 3px solid #609e49;}

.ny_sea{ padding: 0; }
.cptit{ margin-top: 20px; background: #609e49; padding: 10px 10px; color: #fff; text-align: center; border: 1px solid #eee; }
.cptit h2{ letter-spacing: 3px; font-weight: bold; }
.bgbt{ /* margin-top: 20px; */ }
.bgbt dl{ width: 100%; display: flex; margin-bottom: 0; }
.bgbt dl dt{ flex: 1;border: 1px solid #ccc;text-align: center;font-size: 18px;line-height: 42px;background: #609e49;color: #fff; }
.biagecp{}
.biagecp dl{ display: flex; margin-bottom: 5px; }
.biagecp dl dt{ width: 25%; text-align: center; border: 1px solid #ccc; position: relative; background: #f5f5f5; }
.biagecp dl dt a{ position: absolute; top: 50%; transform: translate(-50%, -50%); font-size: 20px; color: #609e49; width: 100%; }
.san-nav2{ width: 50%; background: #f5f5f5; border: 1px solid #ccc; }
.san-nav3{ width: 25%; border: 1px solid #ccc; padding: 20px; font-size: 16px; }
.biagecp .san-nav-tit{display: flex;white-space: normal;width: 100%; }
.biagecp>dd{}
.biagecp .san-nav-tit dd{ text-align: center; width: 100%; /* border: 1px solid #ccc; */ line-height: 42px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.biagecp .san-nav-tit dd p{}
.biagecp .san-nav-tit dd:nth-child(2n){ border-right: inherit; }
.biagecp .san-nav-tit dd p a{ font-size: 16px; }

.introduction123 {padding: 1rem 0;}
.introduction123 .box {display: flex;}
.w1400 {padding: 0 5%;}
.introduction123 .box .about-left {width: 42%;margin-left: 20px;}
.introduction123 .box .about-left .contont1 {font-size: 36px;font-weight: bold;padding-bottom: 24px;}
.introduction123 .box .about-left .contont1 p{    font-family: arial;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    display: block;
    font-weight: lighter;}
.introduction123 .box .about-left .contont2 { margin-top: 0.5rem; }
.introduction123 .box .about-left .contont2 .item {display: flex;margin: 8px 0;}
.introduction123 .box .about-left .contont2 .item:nth-child(2){
    width: 50%;
    float: left;
}
.introduction123 .box .about-left .contont2 .item:nth-child(3){
    width: 50%;
    float: left;
}
.introduction123 .box .about-left .contont2 .item img{ padding-top: 9px; margin-right: 12px;}
.introduction123 .box .about-left .contont2 .item .item_title {flex: 1;margin: 0 0 0rem 0.35rem;}
.introduction123 .box .about-left .contont2 .item .item_title .t1 { display: flex; align-items: flex-end; }
.introduction123 .box .about-left .contont2 .item .item_title .t1 p {font-size: 32px;line-height: 36px;color: #000;font-weight: 700;}
.introduction123 .box .about-left .contont2 .item .item_title .t1 span { font-size: 16px; font-weight: 700; }
.introduction123 .box .about-left .contont2 .item .item_title .t2 { font-size: 16px; color: #666; line-height: 24px; }
.introduction123 .box .about-left .contont3 {position: relative;width: 57rem;}
.introduction123 .box .about-left .contont3 img {width: 100%;border: 1px solid #eee;}
.introduction123 .box .about-left .contont3 p {cursor: pointer;position: absolute;top: 61%;left: 50%;transform: translate(-50%, -50%);}
.introduction123 .box .about-right {width: 66%;padding-left: 20px;}
.introduction123 .box .about-right .contont {font-size: 30px;color: #000;font-weight: 700;margin-bottom: 30px;margin-top: 86px;}
.introduction123 .box .about-right .jieshao {padding: 0 0.35rem 0 0;height: 40rem;overflow-y: auto;}
.introduction123 .box .about-right .jieshao p {font-size: 16px;color: #666;line-height: 32px;text-indent: 2em;margin-bottom: 28px;}
.introduction123 .box .about-right .jieshao p span{color: #609e49;}

@media (max-width: 767px) {
	.w100{width: 100%;float: left;}
	.w50{width: 50%;float: left;}
	.w33{width: 33.33%;float: left;}
	.w25{width: 25%;float: left;}
	#nynav{padding: 0;background: #f3f3f3;}
	#sidebar{float: none;}
	#sidebar li{padding: 0;}
	.introduction123 .box .about-right .contont{
    font-size: 20px;
    margin: 20px 0;
}
	.introduction123 .box .about-left .contont3{ width:100%; }
	.introduction123 .box .about-left .contont1{ width:100% }
	.introduction123 .box .about-left{width:100%;margin-left: 0;}
	.introduction123 .box{ display:block; }
	.introduction123 .box .about-left .contont2 .item{ width:100%; }
	.introduction123 .box .about-right{ width:100% }
	.introduction123 .box .about-right .jieshao p{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}
	.video_hidden123 i{}
}

.tablesaw td, .tablesaw th {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: .5em .7em;}

.nyjc{}
.nyjc-til{padding:15px;border-radius: 10px 10px 0 0;color:#fff;background: #609e49}
.nyjc-til p{font-size: 24px;}
.nyjc-til i{display: block;height: 1px;width: 90px;background: #fff;margin:10px 0;}
.nyrepro ul{border: 1px solid #609e49;background: #fff;padding: 0 10px;}
.nyrepro ul li{padding: 10px 0;border-bottom: 1px dashed #ccc;}
.nyrepro ul li:last-child{border-bottom: 0;}
.nyrepro ul li p{margin-top: 8px;color:#333;font-weight:bold;}
.nyrepro ul li p+p{color:#666;font-weight:normal;}
.nyrepro ul li span{display: block;margin-top: 10px;}
.nyrepro ul li span i{display: inline-block;margin-left: 5px;}
.nyrepro ul li a:hover p{color:#609e49;}

#sidebar1{padding:10px;background: #fff;border: 1px solid #609e49;}
#sidebar1 li{margin-top: 10px;}
#sidebar1 li:first-child{margin-top: 0px;}
#sidebar1 li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;}
#sidebar1 li.cur a, #sidebar1 li:hover a{background: #609e49;color: #fff;}
#sidebar1 dt{margin-top: 10px;font-weight: normal;font-size: 16px;line-height: 40px;height: 40px;padding-left: 20px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: left;color: #666;background: #eee;cursor: pointer;}
#sidebar1 dt:first-child{margin-top: 0px;}
#sidebar1 dt>a{color: #666;display: block;font-size: 16px;}
#sidebar1 dt.cur, #sidebar1 dt:hover{background: #609e49;color: #fff;}
#sidebar1 dt.cur a,#sidebar1 dt:hover a{color:#fff;}
#sidebar1 dd{display: none;}
#sidebar1 dd a{display: block;line-height: 35px;border-bottom: 1px dashed #ddd;background: url(../images/iyuan.png) 5px center no-repeat;padding-left: 25px;margin-bottom: 5px;position: relative;color: #333;}
#sidebar1 dd a.cur, #sidebar1 dd a:hover{background: url(../images/iyuan_on.png) 5px center no-repeat;color:#609e49;}

.jdbox{display:flex;flex-wrap:wrap;}
.jdbox .jdotn{width:33.33%;padding: 10px;}
/*.jdbox .jdotn:nth-child(-n+2){width:50%;}*/
.jdbox .jdotn .jdimg img{width:100%;}
.jdbox .jdotn .jdtxt{padding:10px;border:1px solid #ccc;}
.jdbox .jdotn .jdtxt h4{font-size:18px;font-weight:bold;line-height:30px;}
.jdbox .jdotn .jdtxt p{font-size:15px;margin-bottom:0;}
@media (max-width: 767px) {
    .jdbox .jdotn{width:50%;}
}
@media (max-width: 500px) {
    .jdbox .jdotn{width:100%;}
    .jdbox .jdotn:nth-child(-n+2){width:100%;}
}

.nyprolist{padding: 30px 0;}
.nypro{padding:15px;}
.nypro-img{border:1px solid #e6e6e6;overflow: hidden;}
.nypro-img img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nypro-ul li{margin-bottom: 15px}
.nypro-ul li p{background: #e6e6e6;text-align: center;height: 35px;line-height: 35px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin:0;padding:0 10px;}
.nypro-ul li:hover .nypro-img{border-color:#609e49;}
.nypro-ul li:hover .nypro-img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nypro-ul li:hover p{background: #609e49;color:#fff;}
@media (max-width: 991px) {
	.nyprolist{padding: 2px 0 15px;}
}
@media (max-width: 500px) {
	.nypro{padding:10px;}
}

.pro-ico{display: flex;margin: 15px 0;}
.pro-ico a{flex: 1;padding: 0 10px;}
.pro-icoimg{width: 60%;margin: 0 auto;background: #ccc;border-radius: 50%;padding: 20px;}
.pro-ico p{text-align: center;margin-top: 5px;}
.pro-mlist{background: #fff;overflow: hidden;}
.pro-mp{padding-left: 15px;border-bottom: 1px dashed #eee;}
.pro-mp p{line-height: 50px;font-size:16px;padding-left: 15px;position: relative;}
.pro-mp p::before{content:'';position: absolute;left: 0;top: 50%;margin-top: -7px;width: 2px;height: 16px;background: #609e49;}
.pro-mlist li{padding: 10px;border-bottom: 1px dashed #eee;}
.pro-m-img{padding: 0;border: 1px solid #ddd;}
.pro-m-txt{padding-left: 10px;padding-right: 0;}
.pro-m-txt>a{font-size: 16px;display: block;color: #333;margin-bottom: 10px;}
.pro-m-txt>p{font-size: 14px;color: #999;line-height: 20px;height: 40px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-break: break-all;}
.pro-m-al{overflow: hidden;margin-top: 10px;margin-right: 20px;}
.pro-m-al a{width: 40px;height: 30px;display: block;float: right;border: 1px solid #f3f3f3;}
.pro-m-al a.pro-mico1{background: url(../images/pro-mico1.png) no-repeat center;background-size: 20px;}
.pro-m-al a.pro-mico2{background: url(../images/pro-mico2.png) no-repeat center;background-size: 20px;border-left: none;}
@media (max-width: 800px) {
	.pro-icoimg{padding: 15px;}
}
@media (max-width: 700px) {
	.pro-icoimg{width: 80%;}
}
@media (max-width: 600px) {
	.pro-icoimg{width: 80%;}
	.pro-ico p{font-size: 12px;}
}
@media (max-width: 500px) {
	.pro-ico{margin: 10px 0;}
	.pro-ico a{padding: 0 5px;}
	.pro-icoimg{width: 100%;}
}

#nyapplication{padding: 50px 0;}
#nyapplication ul li{margin-bottom: 30px;}
#nyapplication ul li .nyapplication-img{overflow: hidden;}
#nyapplication ul li .nyapplication-img img{width: 450px;height: 193px;object-fit: contain;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
#nyapplication ul li .nyapplication-txt{padding: 15px 20px;background: #f5f5f5;font-size: 22px;line-height: 30px;color: #333333;font-weight: normal;-webkit-transition: .3s;-moz-transition: .3s;transition: .3s;}
#nyapplication ul li .nyapplication-txt p{height: 60px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
#nyapplication ul li a:hover .nyapplication-img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
#nyapplication ul li a:hover .nyapplication-txt{background: #609E49;color: #fff;}
@media (max-width: 767px) {
	#nyapplication{padding: 30px 0;}
	#nyapplication ul li{padding: 0 10px;margin-bottom: 20px;}
}
@media (max-width: 500px) {
	#nyapplication ul li .nyapplication-txt{font-size: 16px;padding: 10px;line-height: 25px;}
	#nyapplication ul li .nyapplication-txt p{height: 50px;}
}
.showapplication{margin-top:50px;}
.showapplication table{width:1000px !important;margin:0 auto;max-width:100%;}
@media (max-width: 1199px) {
	.showapplication table{width:100% !important;}
}
@media (max-width: 767px) {
	.showapplication{margin-top:20px;}
}

#nyappdesc{}
.nyapp-pad{padding: 50px 0;}
.nyapp-box>div:nth-child(2n-1){background: #f6f6f6;}
.nyapp-flex{display: flex;}
.nyapp-box>div:nth-child(2n-1) .nyapp-flex{flex-direction: row-reverse;}
.nyapp-flex>div{flex: 1;}
.nyapp-txt h3{font-size: 36px;color: #000000;text-align: center;}
.nyapp-txt p{font-size: 18px;color: #000000;text-align: center;margin-top: 10px;}
.nyapp-txt a{overflow: hidden;display: block;margin: 25px auto;border: 1px solid #cecece;color: #333333;width: 150px;height: 50px;line-height: 50px;font-size:16px;text-align: center;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;text-align: center;background: #ffffff;transition: all .3s;-webkit-transition: all .3s;}
.nyapp-txt a:hover{background:#609E49;color: #fff;}
@media (max-width: 991px) {
	.nyapp-txt h3{font-size: 26px;}
	.nyapp-txt a{width: 140px;height: 40px;line-height: 38px;}
}
@media (max-width: 767px) {
	.nyapp-flex{display: block;}
	.nyapp-pad{padding: 30px 10px;}
}
@media (max-width: 500px) {
	.nyapp-txt h3{font-size: 22px;}
	.nyapp-txt p{font-size: 16px;}
	.nyapp-txt a{width: 120px;height: 30px;line-height: 28px;font-size: 14px;}
}

.showpro-list-img{border:1px solid #eee;}
.showpro-list-img img{width: 100%}
.showpro-p{min-height: 95px;}
.showpro-p>p{color: #666;line-height: 25px;margin-bottom: 10px;font-size: 16px;}

.showpro-rem>p{color:#609e49;font-weight: bold;line-height: 25px;margin-bottom: 10px;font-size: 18px;}
.showpro-rem ul{padding:10px;border:2px solid #ccc;}
.showpro-rem ul li a{border:1px solid #eee;display: block;}
.showpro-rem ul li:hover a{border-color: #609e49}

.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #609e49;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details img{max-width: 100%;height: auto!important;}
.showpro-details table td,
.showpro-details table th{padding: 5px;word-break: break-word;}
@media (max-width: 767px) {
	.showpro-right{margin-top: 10px;}
}
@media (max-width: 450px) {
	.showpro-con ul{display: flex}
	.showpro-con ul li{flex:1;padding:0;font-size: 14px;}
	.showpro-details{font-size: 14px;}
	.showpro-details td{padding:5px;}
}

#nyimg{padding-top: 35px;padding-bottom: 35px;}
.nyimg-ul{overflow: hidden;}
.nyimg-ul li{margin-bottom: 30px;padding: 0 10px;}
.nyimg-ul li .nyimg-div{background: #fff;padding:7px;border:1px solid #D9D9D9;}
.nyimg-ul li .nyimg-div a{display: block;overflow: hidden;}
.nyimg-ul li .nyimg-div img{margin:0 auto;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nyimg-ul li .nyimg-a{padding:0 5px;margin-top: 9px;overflow: hidden;line-height: 40px;display: block;background: #EFEFEF;font-size: 14px;color: #333;text-align: center;text-overflow:ellipsis;white-space: nowrap;}
.nyimg-ul li:hover .nyimg-div img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyimg-ul li:hover .nyimg-a{background: #609e49;color: #fff;}
.nyvideo-ul{overflow: hidden;}
.nyvideo-ul li{margin-bottom: 30px;padding: 0 10px;}
.nyvideo-div{background: #fff;padding:7px;border:1px solid #D9D9D9;}
.nyvideo-div a{display: block;overflow: hidden;}
.nyvideo-div img{margin:0 auto;}
.nyvideo-img{position: relative;overflow: hidden;}
.nyvideo-pbg{position: absolute;width: 100%;height: 100%;left: 0;top: 0;cursor: pointer;}
.control{width: 70px;height: 70px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background-size: 100%;}
.video_hidden{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 200000;text-align: center;display: none;background: rgba(255,255,255,.72);}
.video_hidden i{position: absolute;top: 1rem;right: 1rem;}
.video_hidden i img{cursor: pointer;}
.ivideo{margin:0 auto;position: absolute;top: 50%;left: 50%;width: 65%;max-height:90%;transform: translate(-50%,-50%);}
@media (max-width:767px){
	.control{width: 40px;height: 40px;}
	.ivideo{width: 95%;}
}
.nyvideo-ul li .nyvideo-a{padding:0 5px;margin-top: 9px;overflow: hidden;line-height: 40px;display: block;background: #EFEFEF;font-size: 14px;color: #333;text-align: center;text-overflow:ellipsis;white-space: nowrap;}
.nyvideo-ul li:hover .nyvideo-a{background: #609e49;color: #fff;}
.nyvideo-ul li:hover .nyvideo-pbg{background: rgba(0,0,0,0.6);}
.nyvideo-ul li:hover .control{background: url(../images/play.png) no-repeat center;background-size: 100%;}

.nymenu{width: 0;height: calc(100% - 50px);position: fixed;z-index: 90;top: 0;background: rgba(0,0,0,0.3);}
.nymenu>a{position: fixed;right: 0;top: 50%;width: 30px;text-align: center;padding: 5px;background: #609e49;color: #fff;z-index: 95;}
.nymenu-con{position: fixed;overflow-y: auto;top: 0;right: -280px;width: 280px;padding: 15px 25px 25px;height: calc(100% - 50px);background-color: #609e49;color:#fff;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;z-index: 100; }
.nymenu-con h3{font-size: 18px;font-weight: bold;line-height: 40px;border-bottom: 1px dashed #fff;margin-bottom: 10px;}
.nymenu-con dl{margin-bottom: 0;}
.nymenu-con dl a{color: #fff;}
.nymenu-con dl dt, .nymenu-con dl dt a{display: block;font-size: 16px;line-height: 30px;}
.nymenu-con dl dd{padding-left: 10px;}
.nymenu-con dl dd a{display: inline-block;margin: 7px 10px;}
.nymenu-con>a{float: right;color: #fff;position: relative;top:8px;z-index: 102;font-size: 18px;}
.nymenu-con.on{right: 0;}

#objimg{}
.obj-img{position: relative;}
.obj-img::before{content: '';position: absolute;top: 0;left: 0;width:100%;height:100%;background: rgba(0,0,0,.5);}
.obj-img h1, .obj-img p{text-shadow: 0 0 2px #000;-webkit-animation-duration: 1s;animation-duration: 1s;-o-animation-duration: 1s;-ms-animation-duration: 1s;-moz-animation-duration: 1s;-webkit-animation-fill-mode: both;-o-animation-fill-mode: both;-ms-animation-fill-mode: both;-moz-animation-fill-mode: both;-webkit-animation-name: bannerH2;animation-name: bannerH2;-o-animation-name: bannerH2;-ms-animation-name: bannerH2;-moz-animation-name: bannerH2;opacity: 0;}
.obj-img h1{color: #fff;position: relative;margin-bottom: 20px;font-size: 36px; -webkit-animation-delay: 0.3s;animation-delay: 0.3s;-o-animation-delay: 0.3s;-ms-animation-delay: 0.3s;-moz-animation-delay: 0.3s;}
.obj-img p{color: #fff;position: relative;font-size: 18px;line-height:30px;letter-spacing:2px;-webkit-animation-delay: 0.8s;animation-delay: 0.8s;-o-animation-delay: 0.8s;-ms-animation-delay: 0.8s;-moz-animation-delay: 0.8s;}
.obj-con{padding-top: 15%;padding-bottom: 15%;}
@media (max-width:500px) {
	.obj-img h1{font-size: 20px;}
	.obj-img p{font-size: 14px;line-height:23px;letter-spacing:1px;}
}
@-webkit-keyframes bannerH2 {
0% { opacity:0; -webkit-transform:translateY(50px); transform:translateY(50px); -moz-transform:translateY(50px); -o-transform:translateY(50px); -ms-transform:translateY(50px); }
100% { opacity:1; -webkit-transform:translateY(0); transform:translateY(0); -moz-transform:translateY(0); -o-transform:translateY(0); -ms-transform:translateY(0); }
}
@keyframes bannerH2 {
0% { opacity:0; -webkit-transform:translateY(50px); transform:translateY(50px); -moz-transform:translateY(50px); -o-transform:translateY(50px); -ms-transform:translateY(50px);  }
100% { opacity:1; -webkit-transform:translateY(0); transform:translateY(0); -moz-transform:translateY(0); -o-transform:translateY(0); -ms-transform:translateY(0); }
}

.nav-height{ position:relative;}
.click-me {width: 150px;height: 30px; background: #609e49;color: white; text-align: center;line-height: 30px;}
.click-me a {display: block;color: white;}

.objbg{background: url(../images/dyna_bj.png) no-repeat;}
.nyobj-ul li{margin-bottom: 20px;padding: 0 10px;}
.nyobj-bor{border: 1px solid #ddd;overflow: hidden;}
.nyobj-img img{width: 100%;}
.nyobj-a{font-size: 26px;color: #353535;font-weight: bold;}
.nyobj-txt{margin-top: 30px;padding: 0 40px;}
.nyobj-txt p{font-size: 15px;color: #666;border-top: 1px solid #ddd;padding-top: 20px;margin-top: 10px;line-height: 25px;height: 120px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.nyobj-a:hover{color: #609e49;}
.nyobj-more{margin-top: 30px;}
.nyobj-more a{display: inline-block;background: #ad8149;padding: 8px 20px;color: #fff;border-radius: 5px;-o-transition: all .35s;-moz-transition: all .35s;-webkit-transition: all .35s;-ms-transition: all .35s;transition: all .35s;}
.nyobj-more a+a{margin-left: 20px;}
.nyobj-more a.on{background: #609e49;}
@media (max-width:767px){
	.objbg{background-image:none;}
	.nyobj-ul li{    border-bottom: 1px solid #ddd;margin-bottom: 20px;padding-bottom: 15px;}
	.nyobj-bor{border:none;}
	.nyobj-txt{margin-top:0px;}
	.nyobj-a{font-size:20px;}
	.nyobj-txt p{border:0;-webkit-line-clamp: 3;height: 75px;padding-top:0;font-size:14px;}
	.nyobj-more{margin-top:15px;}
	.nyobj-more a{padding:5px 10px}
}
#showimg{padding: 15px 10px;}
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;}
.showimg-top span{margin-right: 10px;}
.showimg-top span{font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 25px;margin-bottom: 15px;text-align:center;}
.showimg-img img{max-width: 100%;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 300;padding: 0 10px 20px;border-bottom: 1px solid #F0F2F5;}
.showimg-con img{max-width: 100%;height: auto!important;}
.showimg-page{padding-top: 30px;overflow: hidden;}
.showimg-page>div[class^="col-"]{padding: 0 10px;}
.showimg-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showimg-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	#nyimg{padding-top: 15px;padding-bottom: 15px;}
	.nyimg-ul li{margin-bottom: 20px;}
	.showimg-top h2{ font-size:16px;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{padding:0;font-size:14px !important;}
	.page-header h3{font-size:20px;margin:0;}
	.xgred li{padding: 0}
}

#nynew{padding-top: 35px;padding-bottom: 35px;}
#nynew .container>div[class^="col-"]{padding: 0 10px;}
#nynew .container>div:first-child{border-right: 1px solid #eee;}
.nynews-ul{overflow: hidden;}
.nynews-ul li.nynews-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #ddd;}
.nynews-ul li.nynews-li:nth-of-type(even) .nynews-img{/*float: right;*/}
.nynews-img{}
.nynews-img a{display: block;border: 1px solid #ccc;}
.nynews-img img{width:100%;}
.nynews-img a:hover{border: 1px solid #609e49;}
.nynews-date {color: #333;line-height: 20px;font-size: 12px;}
.nynews-date span{float: left;margin-right:20px;color: #999;}
.nynews-date p{float: left;margin: 0;}
.nynews-date i{margin-right: 5px;}
.nynews-con h3{font-size: 18px;font-weight: 400;text-transform: uppercase;line-height: 32px;letter-spacing: 1px;margin-top: 0px;margin-bottom: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
@media (max-width:991px) {
	#nynew .container>div:first-child{border: 0;}
	.nynews-con{margin: 10px 0;}
}
@media (max-width:767px) {
	#nynew{padding-top: 15px;padding-bottom: 15px;}
	.nynews-con h3{ font-size:16px; font-weight:bold}
	.nynews-img{padding: 0;}
	.nynews-con{padding: 0;}
}
.nynews-con p.nynews-desp{color: #666;font-size: 14px;line-height: 23px;margin: 10px 0;height: 69px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nynews-con a.nynews-more{text-decoration: none;color: #ffffff;font-size: 15px;padding: 7px;background: #609e49;width: 120px;display: block;float:right;text-align: center;letter-spacing: 1px;font-weight: 600;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nynews-con a.nynews-more:hover{background: #000;color: #fff;}
@media (max-width:767px) {
	.nynews-con p.nynews-desp{margin: 5px 0;}
}

.hotpros{padding:0 10px;margin-bottom: 20px;}
.hotpros>p{font-size: 16px;color: #609e49;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-objs.png) no-repeat left;}
.hotpros>ul>li{position: relative;}
.hotpros>ul>li>a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotpros>ul>li:hover>a{background: url(../images/iyuan_on.png) no-repeat left;color: #609e49;}
.hotpros>ul>li>p{position: absolute;left: -200px;top: 0;width: 200px;padding-right: 10px;box-shadow: -2px 0 2px 0px rgba(0,0,0,0.5);display: none;}
.hotpros>ul>li>p>a{display: block;font-size: 14px;line-height: 30px;padding: 0 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;background-color: #fff;}
.hotpros>ul>li>p>a:hover{background-color: #609E49;color: #fff;}
.hotpros>ul>li:hover>p{display: block;}


.hotapps{padding:0 10px;margin-bottom: 20px;}
.hotapps>p{font-size: 16px;color: #609e49;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-apps.png) no-repeat left;}
.hotapps>ul>li{position: relative;}
.hotapps>ul>li>a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotapps>ul>li:hover>a{background: url(../images/iyuan_on.png) no-repeat left;color: #609e49;}
.hotapps>ul>li>p{position: absolute;left: -200px;top: 0;width: 200px;padding-right: 10px;box-shadow: -2px 0 2px 0px rgba(0,0,0,0.5);display: none;}
.hotapps>ul>li>p>a{display: block;font-size: 14px;line-height: 30px;padding: 0 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;background-color: #fff;}
.hotapps>ul>li>p>a:hover{background-color: #609E49;color: #fff;}
.hotapps>ul>li:hover>p{display: block;}

.hotnews{padding:0 10px;}
.hotnews p{font-size: 16px;color: #609e49;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-news.png) no-repeat left;}
.hotnews a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotnews a:hover{background: url(../images/iyuan_on.png) no-repeat left;color: #609e49;}

#shownews{padding:0px 10px;}
#shownews .container>div[class^="col-"]{padding: 0 10px;}
#shownews .container>div:first-child{border-right: 1px solid #eee;}
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 28px;}
.shownews-top span{margin-right: 10px;}
.shownews-top span{font-size: 14px;color: #a3afb7;}
.shownews-img{margin-top: 25px; text-align:center}
.shownews-img img{max-width: 100%;}
.shownews-con{line-height: 2;color: #333;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px;border-bottom: 1px solid #F0F2F5;}
.shownews-con p{margin-bottom:10px;}
.shownews-con img{max-width: 100%;height: auto!important;}
.shownews-con a:hover{text-decoration:underline;}
.shownews-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.shownews-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.shownews-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:991px) {
	#shownews .container>div:first-child{border:0;}
	.sdsd{padding: 0px;}
}
@media (max-width:767px){
	.shownews-top h1{ font-size:20px;}
	.shownews-top h2{ font-size:16px;}
	.shownews-con{padding:0;font-size:14px !important}
}

#pageshow {padding: 20px 10px;}
.show-dateil{font-size: 16px;line-height: 2;padding: 10px;}
.show-dateil p{margin-bottom: 10px;}
.show-dateil img{max-width: 100%;}
.show-dateil video{max-width:100%;}
.showmap img{max-width: none;}
@media (max-width:767px){
	.show-dateil{padding: 0;}
	.show-dateil,.show-dateil *{font-size:14px !important}
	.show-dateil h2 span{font-size: 24px !important;}
	#dituContent{height: 400px !important}
}

/*联系我们*/
.product-inlist{background-color:#f6f6f6;}
.contact_meg {float:right;width:50%;height:510px;z-index:3;background:#f6f6f6;}
.meg_con .title2 {font-size:28px;color:#333333;max-width:510px;margin-bottom:24px;margin-top:35px;font-weight:bold;}
.meg_con .tel {padding:18px 0;border-top:solid 1px #333;border-bottom:solid 1px #333;color:#333;max-width:510px;font-size:30px;}
.meg_con .tel img {display:inline-block;}
.meg_con .megs {margin-top:28px;font-size:15px;line-height:36px;}
.meg_con {width:100%;z-index:3;padding-left:8%;padding-right:4%;box-sizing:border-box;}
.my-map {margin:0 auto;width:50%;height:510px;float:left;}
.amap-container {height:100%;}
@media only screen and (max-width:1199px) {
    .meg_con {width:100%;position:unset;padding-left:5%;box-sizing:border-box;}
    .meg_con .title2,
    .meg_con .tel{max-width: initial;width: 100%;}
    .contact_meg {width:100%;float:none;height:auto;padding-bottom:40px}
    .my-map {margin:0 auto;width:100%;height:400px;float:none;}
}
@media only screen and (max-width:991px) {
	.product-inlist>div{margin-bottom: 0 !important;}
	.product-inlist{margin-bottom: 0;}
}
@media only screen and (max-width:768px) {
    .meg_con .title2 {margin-bottom:16px;margin-top:20px;font-size:24px;}
    .meg_con .megs {font-size:14px;line-height:30px;}
    .meg_con .tel {padding:10px 0;font-size:20px;}
    .meg_con .tel img {width:26px;}
    .meg_con .megs {margin-top:10px;}
    .meg_con .tel img {width:20px;margin-bottom:0;}
    .meg_con .title2 {font-size:22px;}
    .product-inlist {margin-top:10px;}
}

/* 下载中心 */
#downloadlist{}
#downloadlist .metlist{ margin-bottom:20px;}
#downloadlist dl.top dt a{ color:#f00;}
#downloadlist .metlist dt{ border-bottom:1px solid #ddd; font-size:14px; font-weight:bold; padding:3px 5px 3px 20px; background:url(../images/dt-9.gif) no-repeat 5px 9px;}
#downloadlist .metlist dd{ color:#999; padding:5px 8px; background:#f8f8f8;}
#downloadlist .metlist dd b{ font-weight:normal;}
#downloadlist .metlist dd div{ float:right;}
#downloadlist .metlist dd span{ padding-right:20px;}
#downloadlist .metlist dd a{ color:#1C57C4; text-decoration:underline;}
#downloadlist .metlist dd a.down{ color:#fa1a1a; text-decoration:underline;}
#showdownload{}
#showdownload h1.title{ font-size:18px; padding:5px 0px; margin-bottom:5px;}
#showdownload .paralist{ background:#f6f6f6; padding:5px 10px;}
#showdownload .paralist li{ padding:3px 5px 3px 0px; margin:5px 0px; border-bottom:1px solid #eee;}
#showdownload .paralist li a{ color:#f00; text-decoration:underline;}
#showdownload .paralist li span{ float:left; padding:0px 10px; margin-right:5px; text-align:left; }
#showdownload .editor{ line-height:2; padding:0px 10px; font-size:14px;}
#showdownload .ctitle{ margin:15px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }

/* 标签 */
.pro_key{line-height: 35px;border-top: dashed 1px #d7d7d7;margin-top: 5px;font-size: 14px;}

/*推荐新闻*/
.xgred{ overflow: hidden; }
.xgred .xgred-con{ line-height: 40px;border-bottom:1px #ccc dashed;overflow: hidden; }
.xgred .xgred-con a{ font-size: 14px;color: #4b4b4b;display: block;float: left;width: calc(100% - 90px);overflow: hidden;text-overflow:ellipsis;white-space: nowrap; }
.xgred .xgred-con em{ float: right;font-size: 13px;color: #ccc;line-height: 40px;margin-right: 10px; }
.xgred .xgred-con a:hover{ color: #609e49; }

/*全站搜索*/
#searchlist{}
#searchlist li{ padding-left:10px; margin-bottom:6px; line-height:1.5; }
#searchlist ul{ list-style:none; padding:0px; margin:0px; }
#searchlist ul li{ padding:3px 5px; margin-bottom:5px; }
#searchlist ul li img{ display:none; }
#searchlist .search_title{ display:block; padding:2px 0px; }
#searchlist .search_title a{ font-size:14px; color:#12C; text-decoration:underline; }
#searchlist .search_title em{ color:#c00; text-decoration:underline; font-style:normal; }
#searchlist .search_detail{ display:block; }
#searchlist .search_detail a{ text-decoration:underline; color:#12C; }
#searchlist .search_content em{ color:#c00; font-style:normal; }
#searchlist .search_updatetime{ display:block; margin-top:5px; color:green; }
#searchlist a:hover{ text-decoration:underline; }

/* 内页banner */
.nybanner{ color: #fff;text-shadow: 4px 1px 8px #000;}
.nybanner>div{ background-position: top center;background-repeat: no-repeat;background-size: cover;}
.nybanner p{ font-size: 50px;overflow: hidden;font-weight: bold;line-height: 70px;margin-bottom:10px;}
.nybanner span{ font-size: 20px;letter-spacing: 2px;}
.pc-ban{ display:block;}
.wap-ban{ display:none;}
@media (max-width: 991px){
	.nybanner>div{ height: 400px !important; }
}
@media (max-width: 767px){
	.nybanner>div{ height: 300px !important; }
	.pc-ban{ display:none; }
	.wap-ban{ display:block; }
}
@media (max-width: 560px){
	.nybanner>div{height: 250px !important;}
}
@media (max-width: 420px){
	.nybanner>div{height: 200px !important;}
}
@media (max-width: 374px){
	.nybanner>div{height: 175px !important;}
}

.block-shadow {height: 290px;-webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.radius-md{border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.icon-sm{width: 30px;display: inline-block;font-size:0;text-align: center;}
.show-dateil .icon-sm i{font-size: 30px !important;line-height: 30px;}
.icon-content{overflow: hidden;}
.show-dateil .icon-content h5{font-family: 'Roboto',sans-serif;font-weight: 600;font-size: 16px !important;line-height: 22px;color: #1a1a1a;margin-top: 10px;margin-bottom: 10px;}
.icon-content p{margin-bottom: 10px;}
@media (max-width: 767px){
	.block-shadow {height: 210px;}
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{vertical-align: middle;}

/*翻页样式*/
.metpager_1{ text-align:center; }
.metpager_2{ text-align:center; }
.metpager_3{ text-align:center; }

#flip{margin: 10px 0;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none; }
.digg4 .disabledfy{ font-family: Tahoma, Verdana; }

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#609e49; display: inline-block; }
.metpager_5 a:hover { border:1px solid #609e49; color:#fff; background-color:#609e49;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#609e49; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc; }

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current { border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none; } 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc; }


.ny_about_1_box { display: flex; }
.ny_about_1_box .box_l { flex: 1; }
.ny_about_1_box .box_l dl{margin-bottom:0;}
.ny_about_1_box .box_l dt { display: block; overflow: hidden; }
.ny_about_1_box .box_l dt img { display:block; max-width: 100%;  }
.ny_about_1_box .box_r { flex: 1; }
.ny_about_1_box .box_r .flex { width: 100%; height: 100%; }
.ny_about_1_box .box_r .flex .box_r_nr { display: block;  padding:0 10%;}
.ny_about_1_box .box_r .flex .box_r_nr .box_t { text-align: left; display: block;  margin-bottom: 40px;}
.ny_about_1_box .box_r .flex .box_r_nr .box_t p { font-size: 44px;font-weight: bold;color: #007300;display: block;margin-bottom: 5px;line-height: 1; letter-spacing: -2px; }
.ny_about_1_box .box_r .flex .box_r_nr .box_t span { font-size: 32px;color: #333;opacity: 1;display: block; }
.ny_about_1_box .box_r .flex .box_r_nr .box_t em {  font-size: 24px;color: #333;margin-top: 20px; display: block; }
.ny_about_1_box .box_r .flex .box_r_nr .desc { margin-bottom: 35px; }
.ny_about_1_box .box_r .flex .box_r_nr .desc:last-child { margin-bottom:0px; }
.ny_about_1_box .box_r .flex .box_r_nr .desc span { font-size: 20px;color: #007300;margin: 0 0 6px; display: block;}
.ny_about_1_box .box_r .flex .box_r_nr .desc .list { font-size: 14px; line-height: 1.6; color: #5f5f5f; margin-top: 5px; display: block; }
.ny_about_1_1_box  { display: flex; flex-direction: row-reverse; }
.ny_about_1_1_box .box_l { flex: 1; }
.ny_about_1_1_box .box_l dl{ margin-bottom:0; }
.ny_about_1_1_box .box_l dt { display: block; overflow: hidden; }
.ny_about_1_1_box .box_l dt img { display:block; max-width: 100%; }
.ny_about_1_1_box .box_r { flex: 1; }
.ny_about_1_1_box .box_r .flex { width: 100%; height: 100%; }
.ny_about_1_1_box .box_r .flex .box_r_nr { display: block;  padding:0 10% 0 0;}
.ny_about_1_1_box .box_r .flex .box_r_nr .box_t { text-align: left; display: block;  margin-bottom: 40px;}
.ny_about_1_1_box .box_r .flex .box_r_nr .box_t p { font-size: 44px;font-weight: bold;color: #007300;display: block;margin-bottom: 5px;line-height: 1; letter-spacing: -2px; }
.ny_about_1_1_box .box_r .flex .box_r_nr .box_t span { font-size: 32px;color: #333;opacity: 1;display: block; }
.ny_about_1_1_box .box_r .flex .box_r_nr .box_t em {  font-size: 24px;color: #333;margin-top: 20px; display: block; }
.ny_about_1_1_box .box_r .flex .box_r_nr .desc { margin-bottom: 35px; }
.ny_about_1_1_box .box_r .flex .box_r_nr .desc .list { font-size: 14px; line-height: 1.6; color: #5f5f5f; margin-top: 5px; display: block; }
.ny_about_1_1_box .box_r .flex .box_r_nr .number{  display:block;}
.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items { text-align: center; display: block; }
.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t { font-size: 40px; color: #007300; font-weight: bold; line-height: 1;}
.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-unit { font-size: 14px; color: #007300;line-height: normal; }
.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items p { line-height: normal; display: block; font-size: 14px; color: #888888; line-height: 2; text-align: left; }
.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t-box { text-align: left; }
.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t{ position: relative; }
@media(max-width: 1409px) {
	.ny_about_1_box .box_r .flex .box_r_nr .box_t p { font-size: 36px; }
	.ny_about_1_1_box .box_r .flex .box_r_nr .box_t p{ font-size: 36px; }
	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t { font-size: 30px; }
	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items { padding-right: 0px; }
	.ny_about_1_box .box_r .flex .box_r_nr .box_t { margin-bottom: 30px; }
	.ny_about_1_box .box_r .flex .box_r_nr .desc { margin-bottom: 25px; }
}
@media(max-width: 1309px) {
	.ny_about_1_box .box_r .flex .box_r_nr { padding:0 5%; }
	.ny_about_1_1_box .box_r .flex .box_r_nr { padding: 0 5% 0 0; }
	.ny_about_1_box .box_r .flex .box_r_nr .box_t { margin-bottom: 20px; }
	.ny_about_1_box .box_r .flex .box_r_nr .desc { margin-bottom: 15px; }
}
@media(max-width: 1199px) {
	.ny_about_1_box { margin-bottom:25px; }
	.ny_about_1_box .box_r .flex .box_r_nr .box_t p { font-size: 30px; }
	.ny_about_1_box .box_r .flex .box_r_nr .box_t span { font-size: 24px; }
	.ny_about_1_box .box_r .flex .box_r_nr .desc span { font-size: 16px; }
	.ny_about_1_box .box_l dt { display: flex;vertical-align: middle;height: 100%; align-items: center; }
	.ny_about_1_1_box .box_r .flex .box_r_nr .box_t p { font-size: 30px;   }
	.ny_about_1_1_box .box_r .flex .box_r_nr .box_t span { font-size: 24px; }
	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t { font-size: 24px; }
	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items p { font-size: 12px; }
}
@media(max-width: 991px) {
	.ny_about_1_box { display: block; width: 100%; }
	.ny_about_1_box .box_l { display: block; width: 100%; }
	.ny_about_1_box .box_r  { display: block; width: 100%; }
	.ny_about_1_box .box_r .flex .box_r_nr { padding: 5% 0; }
	.ny_about_1_1_box { display: block; width: 100%; }
	.ny_about_1_1_box .box_l{ display: block; width: 100%; }
	.ny_about_1_1_box .box_r{ display: block; width: 100%; }
	.ny_about_1_1_box .box_r .flex .box_r_nr { padding: 5% 0; }
}
@media(max-width: 767px) {
	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items { margin-bottom: 15px; }
	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items p { font-size: 14px; }
}

.video_hidden{ position: inherit;width: 100%;height: 100%;left: 0;top: 6%;z-index: 999999;text-align: center;display: none;background: rgba(255,255,255,.72);}
.video_hidden i{ position: absolute;top: 12rem;right: 12rem; }
.video_hidden i img{ cursor: pointer; }
.ivideo{ margin:0 auto;position: absolute;top: 50%;left: 50%;width: 65%;max-height:90%;transform: translate(-50%,-50%);}

.left-shang {position: relative;width: 100%;left: 0px;}
.video_hidden123{position: absolute;width: 100%;height: 100%;left: 0;top: 0%;z-index: 999999;text-align: center;display: none;/* background: rgba(255,255,255,.72); */}
.video_hidden123 i{position: absolute;top: 6rem;right: -3rem;}
.video_hidden123 i img{ cursor: pointer; }
.ivideo123{margin:0 auto;position: absolute;top: 66%;left: 50%;width: 100%;max-height: 100%;transform: translate(-50%,-50%);}



