@font-face {
	font-family: 'AkzidenzGrotesk-BoldCondAlt';
	src: url('../fonts/AkzidenzGrotesk-BoldCondAlt.otf') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Bold';
	src: url('../fonts/gotham-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('../fonts/gotham-book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham-medium';
	src: url('../fonts/gotham-medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'sheepsansbold';
	src: url('../fonts/sheepsansbold.ttf') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'en';
  src: url("../fonts/MONTSERRAT-BOLD.OTF");
}
@font-face {
  font-family: 'num';
  src: url("../fonts/Swiss721BT-Heavy.otf");
}
@font-face {
  font-family: 'num2';
  src: url("../fonts/BAHNSCHRIFT.TTF");
}
@font-face {
  font-family: 'num3';
  src: url("../fonts/Knockout-HTF69-FullLiteweight.otf");
}
.fl,.fl_warp{float:left;}
.fr,.fr_warp{float:right;}
/*浏览器滚动条*/
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}
::-webkit-scrollbar-track-piece{background:#eeeeee}
::-webkit-scrollbar-thumb:vertical{background-color:#00592f;}

.mobile {width: 100%;}
.mobile-inner {margin-right: auto;margin-left: auto;background-color: ;position: relative;}
.mobile-inner img {}
.mobile-inner p {color: #676767;line-height: 25px;font-size: 16px;padding-bottom: 30px;padding-right: 30px;padding-left: 30px;margin: 0px;}
.mobile-inner-header {background-color: rgb(255, 255, 255);width: 100%;height: calc(90/750 * 100vw);position: relative;top: 0px;z-index: 33;left: 0px;}
.mobile-inner-header-icon {color: #ffffff;height: calc(90/750 * 100vw);font-size: 25px;text-align: center;float: right;width: 50px;position: absolute;-webkit-transition: background 0.5s;-moz-transition: background 0.5s;-o-transition: background 0.5s;transition: background 0.5s;right: 0;top: 0px;background: url(../images/menu.png) no-repeat center center;background-size: 48%;}
.mobile-inner-header-icon:hover {background-color: rgba(255, 255, 255, 0.2);cursor: pointer;}
.mobile-inner-header-icon span {position: absolute;left: calc((100% - 25px) / 2);top: calc((100% - 1px) / 2);width: 25px;height: 1px;background-color: rgb(199, 34, 27);display: none;}
.mobile-inner-header-icon span:nth-child(1) {transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2) {transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: clicksecond;}
@keyframes clickfirst {
0% {transform: translateY(4px) rotate(0deg);}
100% {transform: translateY(0) rotate(45deg);}
}
@keyframes clicksecond {
0% {transform: translateY(-4px) rotate(0deg);}
100% {transform: translateY(0) rotate(-45deg);}
}
.mobile-inner-header-icon-out span:nth-child(1) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;
}
@keyframes outfirst {
0% {transform: translateY(0) rotate(-45deg);}
100% {transform: translateY(-4px) rotate(0deg);}
}
@keyframes outsecond {
0% {transform: translateY(0) rotate(45deg);}
100% {transform: translateY(4px) rotate(0deg);}
}
.mobile-inner-nav {overflow: auto;height: 100vh;}
.mobile-inner-nav {background-color:#04917d;width: 100%;position: absolute;padding-top: calc(90/750 * 100vw);padding-bottom: 0%;display: none;z-index: 444;top: 0;}
.mobile-inner-nav a {border-bottom: solid 1px rgba(255, 255, 255, 0.3);-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;color: #fff;transition: all 0.5s;}
.mobile-inner-nav dl {display: none;}
.mobile-inner-nav dl dd {line-height: 33px;text-decoration: none;text-indent: 3em;font-size: 16px;color: #FFFFFF;border-bottom: solid 1px rgba(255, 255, 255, 0.3);-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;font-weight: 300;font-size: 14px;}
.mobile-inner-nav li { -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;line-height: ;}
.mobile-inner-nav h2.h2tit {text-decoration: none;color: #FFFFFF;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;font-weight: 300;}
.mobile-inner-nav h2.h2tit a {color: #FFFFFF;text-transform: uppercase;line-height: calc(100/750 * 100vw);font-size: calc(36/750 * 100vw);padding-left: calc(68/750 * 100vw);display: block;position: relative;}
.mobile-inner-nav .sub h2.h2tit a:before {content: "+";color: #fff;position: absolute;left: 3%;top: 0px;}
.mobile-inner-nav .sub.current h2.h2tit a:before {content: "-";}
.mobile-inner-nav .slide {display: none;}
.mobile-inner-nav .item {}
.mobile-inner-nav .h3tit {}
.mobile-inner-nav .sli .h3tit a:after {content: "+";position: absolute;left: 3%;}
.mobile-inner-nav .h3tit a {
display: block;
font-size: calc(30/750 * 100vw);
line-height: calc(72/750 * 100vw);
padding-left: calc(68/750 * 100vw);
font-weight: normal;
position: relative;
}
.mobile-inner-nav .slide2 {
display: none;
}
.mobile-inner-nav .slide2 a {
display: block;
line-height: calc(60/750 * 100vw);
font-size: calc(24/750 * 100vw);
padding-left: calc(107/750 * 100vw);
opacity: .5;
}
.mobile-inner-nav a {
border-bottom: none;
}
.mobile-inner-nav li {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: returnToNormal;
animation-name: returnToNormal;
}
@-webkit-keyframes resize {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale(5, 5);
transform: scale(5, 5);
}
100% {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes resize {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale(5, 5);
transform: scale(5, 5);
}
100% {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@-webkit-keyframes returnToNormal {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes returnToNormal {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.mobile-inner-nav li:last-child h2.h2tit {
border-bottom: none;
}
.mobile-inner-nav li .h3tit {position: relative; }
.mobile-inner-nav li .words {
display: block;
width: 100%;
height: 100%;
border: none;
background: none;
text-indent: 60px;
font-size: 15px;
color: #fff;
background: url(../images/search2.png) no-repeat 30px center;
background-size: 20px;
}
.mobile-inner-nav li:last-child {
border-bottom: none;
}
.mobile-inner-nav li form {
display: block;
width: 100%;
height: 100%;
}
@charset "utf-8";
@charset "UTF-8";
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.fadeInUp {
animation-duration: 1.76s;
animation-name: fadeInUp;
}
@keyframes fadeInUp {
from {opacity: 0;transform: translate3d(0, 40px, 0);}
to {opacity: 1;transform: none;}
}
.pc {display: block;}
.wap {display: none;}
.clearflex:after {content: "";display: table;clear: both;}
.head {width: 100%;position: fixed;left: 0px;top: 0px;z-index: 44;}
.wrap {width: 100%;padding:0em 10rem; margin: auto;max-width: 100%;}
.wrap:after {content: "";display: table;clear: both;}
.head .logo {float: left;margin-top:16px;position: relative;z-index: 4;background: url(../images/logo2.png) no-repeat center center;background-size: 100%;}
.head .logo img {}
.head .right {float: right;}
.head .right .nav {float: left;margin-right:160px;position: relative;z-index: 4;}
.header-phone-number {position: absolute;right: 40px;top: 22px;font-size: 22px;line-height: 36px;color:#ff0000;background: url(../images/icon1.png) left center no-repeat;padding-left:25px;font-family: num2;}
.head .right li {position: relative;float: left;margin-left: 24px;}
.head .right li .h2tit {}
.head .right li .h2tit a {display: block;font-size: 16px;color: #fff;line-height: 80px;padding: 0px 20px;text-transform: uppercase;}
.head .right li:hover .slide {top: 80px;visibility: visible;opacity: 1;z-index: 5;}
.head .right li .slide {position: absolute;width: 180px;left: 0px;top: 80px;background:#efefef;padding-top: 20px;padding-bottom: 10px;visibility: hidden;opacity: 0;z-index: -1;top: 110px;}
.head .right li .item {position: relative;}
.head .right li .item .h3tit {font-family: num2;}
.head .right li .item .h3tit a {font-size: 14px;color: #000000;line-height: 40px;padding-left: 22px;display: block;}
.head .right li .item:hover .slide2 {top: 0px;visibility: visible;opacity: 1;z-index: 5;}
.head .right li .item .slide2 {position: absolute;width:auto;background:#e9e9e9;top: 0px;left: 100%;visibility: hidden;opacity: 0;z-index: -1;top: 20px;}
.head .right li .item .slide2 a {font-size: 14px;font-weight: 300;color: #000000;line-height: 48px;padding: 2px 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.head, .head * {-webkit-transition: all 0.4s;-o-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;transition: all 0.4s;}
.head .search.current .slide {width: 62%;padding-right: calc((100% - 1430px)/2);}
.head:hover {background: #fff}
.head:hover .logo img {opacity: 0;}
.head:hover .right li .h2tit a {color: #333;}
.head.current {background: #fff; box-shadow:0px 3px 4px 0px rgba(0, 0, 0, 0.1);}
.head.current .logo img {opacity: 0;}
.head.current .right li .h2tit a {color: #333;}
.sideMenu {position: fixed;top: 50%;right: 14px;z-index: 5555;-o-transform: translate(0%, -50%);-webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);-ms-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.sideMenu a {display: block;margin-bottom: 5px;position: relative;}
.sideMenu a > img {}
.mobile-inner-nav .sli.current .h3tit a:after, .mobile-inner-nav .sub.current h2.h2tit a:before {content: "-"}
.mobile-inner-nav .close {top: calc(35/750 * 100vw);right: calc(35/750 * 100vw);position: absolute;width: calc(40/750 * 100vw);height: calc(40/750 * 100vw);background: url(../images/close2.png) no-repeat center center;background-size: 100%;}
.bottomFixed {z-index: 5555;background: #fff;text-align: center;position: fixed;left: 0px;bottom: 0px;width: 100%;}
.bottomFixed a {font-size: calc(18/750 * 100vw);font-family: Microsoft YaHei;font-weight: 400;color: #333333;display: block;padding-top: calc(61/750 * 100vw);line-height: 1;background-position: center calc(14/750 * 100vw) !important;background-repeat: no-repeat !important;background-size: auto calc(35/750 * 100vw) !important;float: left;width: 20%;height: calc(90/750 * 100vw);position: relative;}
.bottomFixed a:nth-child(1) {background: url(../images/g1.png);}
.bottomFixed a:nth-child(2) {background: url(../images/g2.png);}
.bottomFixed a:nth-child(3):after {position: absolute;width: 100%;height: calc(106/750 * 100vw);background: url(../images/g3.png) no-repeat center center;background-size: auto 100%;content: "";top: calc(-21/750 * 100vw);left: 0;}
.bottomFixed a:nth-child(4) {background: url(../images/g4.png);}
.bottomFixed a:nth-child(5) {background: url(../images/g5.png);}
.wapbtn {position: fixed;width: calc(65/750 * 100vw);height: calc(65/750 * 100vw);background: #FEB100;border-radius: 50%;background: url(../images/upbtn.png) no-repeat center center;background-size: 100%;z-index: 555;right: calc(10/750 * 100vw);bottom: calc(121/750 * 100vw);}
.bottomFixed a span {display: block;position: relative;z-index: 4;}
.head .right li .item:hover .h3tit a, .head .right li .item .slide2 a:hover {color:#007642}
.secMenu {-webkit-box-shadow: 0px 12px 24px rgba(68, 68, 68, 0.05);-moz-box-shadow: 0px 12px 24px rgba(68, 68, 68, 0.05);-o-box-shadow: 0px 12px 24px rgba(68, 68, 68, 0.05);-ms-box-shadow: 0px 12px 24px rgba(68, 68, 68, 0.05);box-shadow: 0px 12px 24px rgba(68, 68, 68, 0.05);position: relative;z-index: 4;}
.secMenu .scroll {}
.secMenu .scroll ul {display: flex;align-items: center;justify-content: space-between;}
.secMenu .scroll li {display: inline-block;position: relative;}
.secMenu .scroll .h2tit {}
.secMenu .scroll .h2tit a {display: block;line-height: 80px;font-size: 14px;font-weight: 400;word-break: keep-all;cursor: pointer;color: #000;}
.secMenu .scroll li:hover dl {visibility: visible;opacity: 1;z-index: 5;top: 80px;}
.secMenu .scroll dl {position: absolute;z-index: 444;background: #fff;width: 360px;left: -26px;padding-top: 10px;top: 80px;padding-bottom: 20px;visibility: hidden;opacity: 0;z-index: -1;top: 90px;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.19);}
.secMenu *, .secMenu {-webkit-transition: all 0.4s;-o-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;transition: all 0.4s;}
.secMenu .scroll dl dd a {color: #000;display: block;padding-left: 26px;line-height: 48px;}
.secMenu .scroll dl dd a:hover, .index .section1 .list .title:hover {color: #feb100}

/*移动端*/
@media screen and (max-width: 1430px) {
.wrap {width: 1200px;}
.head .right li .h2tit a {padding: 0px 10px;font-size: 14px;}
}
@media screen and (max-width: 1200px) {
.wrap {width: 992px;}
}
@media screen and (max-width: 992px) {
.wrap {width: 992px;}
}
@media screen and (max-width: 992px) {
.wap_nav {position: fixed;left: 0px;top: 0px;width: 100%;z-index: 7777;}
.wap_nav .logo {float: left;position: absolute;left: 0px;top: 0px;}
.wap_nav .logo img {height: calc(57/750*100vw);margin-top: calc(20/750*100vw);margin-left: calc(10/750*100vw);}
body {padding-top: calc(90/750*100vw);padding-bottom: calc(90/750*100vw);font-family: num2;}
.pc {display: none;}
.wap {display: block;box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);}
}
.z_footer{background:url(../images/bottom_bj.png) no-repeat; padding:0 8.3vw;}
.z_footer_retop{width: 3.125vw;height: 3.125vw;background: #1348C7;border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; outline: none;}
.z_footer_center{ border-bottom: 2px solid rgba(255,255,255,.2);border-top: 2px solid rgba(255,255,255,.2); padding: 3.5vw 0;}
.z_footer_addre{font-size: 14px;font-weight: 400;color: #FFFFFF;line-height: 32px; margin-bottom: 2vw;}
.z_footer_addre .tel{font-family: num2; font-size: 1.5vw; display: block; color: #fff;line-height: normal;}
.z_footer_addre em{text-decoration: underline;font-family: Gilroy;  font-size: 17px;}
.z_footer_code li{ float: left; text-align: center; margin-right: 1vw; color: #fff;}
.z_footer_code li .imgbox{  width: 5.2vw;height: 5.2vw;padding: 5px; margin-bottom: 10px; box-sizing: border-box; background: #fff;}
.z_footer_code li img{ display: block; width: 100%; height: 100%;}
.z_footer_nav{ float: right;}
.z_footer_nav li{ display: inline-block; margin-left: 3vw; vertical-align: top;}
.z_footer_nav a{ display: block;font-size: 14px;font-weight: 400;color: #888C96;line-height: 38px;font-family: num2;}
.z_footer_nav a:first-child{font-size: 18px; color: #fff; font-weight: bold; margin-bottom: 1vw;}
.z_footer_nav li:first-child{ margin-left: 0;}
.z_footer_nav a:hover,.z_footer_btm a:hover{ color: #fff;}
.z_footer_btm{ padding: 2vw 0;color: #9099A7;}
.z_footer_btm a{ color:#9099A7;margin-left: 10px;}
.z_footer_btm .fr a{ display: inline-block;padding: 0 10px;}
@media screen and (max-width:980px){
.z_footer_nav{ display: none;}
.z_footer{ padding: 0 12px;}
.z_footer_retop{ width: 40px; height: 40px;}
.z_footer_retop img{ height: 20px;}
.z_footer_code li{ margin-right: 10px;}
.z_footer_code li .imgbox{ width: 80px; height: 80px;}
.z_footer_center{ padding: 20px 0;}
.z_footer_addre .tel{ font-size: 20px;}
.z_footer_btm{ text-align: center; padding: 15px 0;}
.z_footer_btm .fr{ width: 100%;}
}
/*内页banner*/
.ny-banner {width:100%;height:540px;position:relative;transition:all ease .5s;}
.ny-banner .img {width:100%;height:100%;position:absolute;overflow:hidden;left:0;top:0;}
.ny-banner .img img {max-width:initial;width:auto;height:100%;position:absolute;top:0;left:50%;transform:translateX(-50%);}
.ny-banner .boxs {position:relative;max-width:1600px;height:100%;z-index:2;margin:auto;color:#fff;}
.ny-banner .boxs.n1 {padding-top:275px;transition:all ease .5s;}
.ny-banner .boxs.n1 .t1 {font-size:36px;font-weight:bold;line-height:1;}
.ny-banner .boxs.n1 .t2 {font-size:15px;line-height:30px;margin-top:12px;}
.ny-banner .boxs.n2 .box {width:100%;padding-bottom:76px;position:absolute;left:0;bottom:0px;}
.ny-banner .boxs.n2 .box .t1 {font-size:30px;line-height:30px;font-weight:bold;color:#fff;}
.ny-banner .boxs.n2 .box .t2 {font-size:14px;line-height:24px;color:#fff;margin-top:14px;font-family: num2;}
.ny-banner .boxs.n2 .box .t2 a{color:#fff;}
.ny-banner .boxs .breadcrumbs {position:absolute;right:0;bottom:0;line-height:60px;font-size:14px;color:#c9c9c9;padding-left:25px;background:url(../images/icon23.png) left center no-repeat;}
.ny-banner .boxs .breadcrumbs a {color:#c9c9c9;transition:all ease .3s;}
.ny-banner .boxs .breadcrumbs a:hover {color:#fff;}
.ny-banner .boxs .breadcrumbs span {color:#fff;}
.ny-banner .nb-menu {position:absolute;left:0;bottom:0;width:100%;height:60px;background:rgba(0,0,0,.25);}
.ny-banner .nb-menu ul {max-width:1600px;margin:auto;padding-top:10px;position:relative;z-index:5;}
.ny-banner .nb-menu ul li {float:left;margin-right:3px;}
.ny-banner .nb-menu ul li a {font-size:14px;color:#fff;line-height:35px;padding:0 20px;display:block;transition:all ease .3s;border-radius:15px;}
.ny-banner .nb-menu ul li:hover a {color:#222;background:#fff;}
.ny-banner .nb-menu ul li.on a {color:#222;background:#fff;}
/*产品*/
.case {width:100%;background:#f7f7f7;}
.case .box {max-width:1600px;margin:auto;display:table;}
.case .box .case-list {width:100%;display:table;padding:40px 0;font-family: num2;}
.case .box .case-list li {width:32.5%;height:550px;float:left;background:#fff;margin-right:1.25%;margin-bottom:20px;transition:all ease .5s;}
.case .box .case-list li:nth-child(3n) {margin-right:0;}
.case .box .case-list li a {width:100%;display:block;}
.case .box .case-list li .img {width:100%;overflow:hidden;position:relative;}
.case .box .case-list li .img:before {width:100%;height:100%;position:absolute;left:0;top:0;background:url(../images/icon37.png) center center no-repeat;content:"";z-index:3;opacity:0;transition:all ease .5s;}
.case .box .case-list li .img:after {width:100%;height:100%;position:absolute;left:0;top:0;background:url(../images/icon40.png) center center no-repeat;content:"";z-index:2;opacity:0;transition:all ease .5s;}
.case .box .case-list li .img img {width:100%;transition:all ease .5s;}
.case .box .case-list li .tbox {width:100%;padding:30px;}
.case .box .case-list li .tbox .t1 {font-size:22px;line-height:24px;color:#222;margin-bottom:24px;transition:all ease .5s;font-family: num2;}
.case .box .case-list li .tbox .t2 {font-size:14px;line-height:24px;color:#666;margin-bottom:30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.case .box .case-list li .tbox .t3 {font-size:14px;line-height:24px;color:#999;background:url(../images/icon38.png) 68px center no-repeat;transition:all ease .5s;}
.case .box .case-list li:hover {box-shadow:0 0 25px 0 rgba(0,0,0,.15);}
.case .box .case-list li:hover .img:before {opacity:1;}
.case .box .case-list li:hover .img:after {opacity:1;}
.case .box .case-list li:hover .img img {transform:scale(1.1);}
.case .box .case-list li:hover .tbox .t1 {color:#007642;}
.case .box .case-list li:hover .tbox .t3 {color:#222;background:url(../images/icon39.png) 68px center no-repeat;}
.case-info {max-width:1680px;margin:60px auto 80px;background:#fff;position:relative;z-index:2;padding:44px 30px 42px;display:table;}
.case-info .leftbox {width:67%;float:left;}
.case-info .leftbox .txt {font-size:16px;line-height:30px;color:#222;}
.case-info .leftbox .clickbox{width: 100%;border-top: 1px solid #eee;color: #999;line-height: 30px;font-size: 14px;position: relative;margin-top: 34px;padding-top: 20px;}
.case-info .leftbox .other-solution {width:100%;border-top:1px solid #f1f1f1;margin-top:54px;padding-top:37px;}
.case-info .leftbox .other-solution .t1 {font-size:18px;line-height:24px;color:#8f8f8f;}
.case-info .leftbox .other-solution .list {width:100%;display:table;margin-top:12px;}
.case-info .leftbox .other-solution .list li {width:20%;float:left;padding-left:15px;position:relative;}
.case-info .leftbox .other-solution .list li:after {content:"";width:4px;height:4px;background:#999;position:absolute;left:0;top:14px;}
.case-info .leftbox .other-solution .list li a {width:100%;display:block;font-size:14px;line-height:30px;transition:all ease .5s;font-family: num2;}
.case-info .leftbox .other-solution .list li:hover a {color:#00592f;}
.case-info .leftbox .other-case {margin-top:20px;border-top:1px solid #f1f1f1;}
.case-info .leftbox .other-case .t1 {font-size:18px;line-height:30px;color:#111;margin-top:33px;font-weight: bold;}
.case-info .leftbox .other-case .list {width:100%;display:table;margin-top:24px;}
.case-info .leftbox .other-case .list li {float:left;width:31.7%;margin-right:2.45%;margin-bottom: 20px;}
.case-info .leftbox .other-case .list li:nth-child(3n) {margin-right:0;}
.case-info .leftbox .other-case .list li a {width:100%;display:block;}
.case-info .leftbox .other-case .list li .img {width:100%;overflow:hidden;}
.case-info .leftbox .other-case .list li .img img {width:100%;transition:all ease .5s;}
.case-info .leftbox .other-case .list li:hover .img img {transform:scale(1.1);}
.case-info .leftbox .other-case .list li .t2 {font-size:14px;line-height:30px;color:#222;padding-left:10px;margin-top:12px;transition:all ease .5s;text-align: center;font-family: num2;}
.case-info .leftbox .other-case .list li:hover .t2 {color:#00592f;}
.case-info .rightbox {width:29%;float:right;}
.case-info .rightbox .img {width:100%;}
.case-info .rightbox .about-news {width:100%;padding-left:30px;margin-top:0;border-left: 1px solid #f1f1f1;}
.case-info .rightbox .about-news .t1 {font-size:20px;line-height:24px;color:#111; font-weight: 500;}
.case-info .rightbox .about-news .list {width:100%;margin-top:7px;}
.case-info .rightbox .about-news .list li {border-bottom:1px dashed #ccc;padding-bottom:25px;margin-bottom:14px;}
.case-info .rightbox .about-news .list li:last-child {border-bottom:none;}
.case-info .rightbox .about-news .list li a {width:100%;display:block;}
.case-info .rightbox .about-news .list li .t2 {font-size:16px;line-height:50px;color:#222;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition:all ease .5s;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.case-info .rightbox .about-news .list li:hover .t2 {color:#00592f;}
.case-info .rightbox .about-news .list li .t3 {font-size:14px;line-height:24px;color:#666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-family: num2;}
.case-info .rightbox .about-news .list li .t4 {font-size:14px;line-height:24px;color:#999;font-family: num2;}
@media(max-width:1660px) {
.ny-banner .boxs {margin:0 30px;}
.ny-banner .nb-menu {padding-left:30px;}
.case .box .case-list li {height:488px;}
}
@media(max-width:1400px) {
.case .box {padding:0 30px;}
}
@media(max-width:1370px) {
.ny-banner {height:260px;}
.ny-banner .boxs.n1 {padding-top:100px;}
}
@media(max-width:1200px) {
.ny-banner .boxs.n2 .box .t2 {padding:10px;line-height:30px;}
.case .box .case-list li{height: 400px;}
.case .box .case-list li .tbox{padding: 30px 20px;}
.case-info .leftbox{width: 70%;}
.case-info .leftbox .other-solution .list li a{font-size: 14px;}
}
@media(max-width:900px) {.ny-banner .boxs.n1 .t1{font-size: 24px;}
.ny-banner .nb-menu{height: 50px;}
.ny-banner .boxs .breadcrumbs{line-height: 50px;left: 0;}
.case .box .case-list{padding: 30px 0;}
.case .box .case-list li{width: 48%;margin-right: 4%;}
.case .box .case-list li:nth-child(3n) {margin-right:4%;}
.case .box .case-list li:nth-child(2n){margin-right: 0;}
.case .box .case-list li .tbox .t1{margin-bottom: 10px;}
.case .box .case-list li .tbox .t2{margin-bottom: 15px;}
.ny-banner .boxs.n2 .box{padding-bottom:20px;}
.ny-banner .boxs.n2 .box .t1{font-size: 24px;}
.ny-banner .boxs.n2 .box .t2{padding: 10px 0;}
.case-info .leftbox{width: 100%;}
.case-info .rightbox{display: none;}
}
@media(max-width:767px) {
.ny-banner .boxs.n1 .t1{font-size: 20px;}
.ny-banner .boxs.n1 .t2{font-size: 14px;line-height: 20px;}
.ny-banner .boxs .breadcrumbs{font-size: 12px;left: 0;display: none;}
.case .box .case-list li{width: 100%;height: auto;margin-right: 0;}
.case .box .case-list li:nth-child(3n){margin-right: 0;}
.ny-banner .boxs.n2 .box .t2{margin-top: 0;line-height: 20px;}
.case-info{padding: 24px 10px 24px;margin:20px auto 40px;}
.case-info .leftbox .other-solution{margin-top: 25px;padding-top: 25px;}
.case-info .leftbox .other-solution .t1{font-size: 16px;}
.case-info .leftbox .other-solution .list li{width: 50%;}
.case-info .leftbox .other-solution .list li:after{top: 15px;}
.case-info .leftbox .other-solution .list li a{font-size: 12px;line-height: 30px;}
.case-info .leftbox .other-case{margin-top: 25px;}
.case-info .leftbox .other-case .t1{font-size: 16px;margin-top: 20px;}
.case-info .leftbox .other-case .list{margin-top: 15px;}
.case-info .leftbox .other-case .list li{width: 100%;margin-right: 0;}
.case .box{padding: 0 10px;}
.case .box .case-list{padding: 30px 0;}
.case .box .case-list li .tbox{padding: 20px 15px;}
.case .box .case-list li .tbox .t1{font-size: 20px;}
}
/*联系我们*/
.content {width:100%;background:#f7f7f7;padding:40px 0 80px;}
.content .box {max-width:1600px;margin:auto;}
.content .box .address {width:100%;background:#fff;display:table;}
.content .box .address .box1 {width:33.3333%;height:260px;float:left;border-right:1px solid #e8e8e8;padding-left:2.5%;padding-top:53px;}
.content .box .address .box1:last-child {border-right:none;}
.content .box .address .box1 .t1 {font-size:16px;font-weight:bold;line-height:30px;color:#222;}
.content .box .address .box1 .t2 {font-size:14px;color:#222;line-height:24px;padding-left:33px;background:url(../images/icon30.png) left 3px no-repeat;margin-top:32px;}
.content .box .address .box1 .t3 {font-size:20px;color:#222;line-height:26px;padding-left:33px;background:url(../images/icon31.png) left center no-repeat;margin-top:34px;font-family: num2;}
.content .box .address .box1 .t4 {width:100%;margin-top:5px;}
.content .box .address .box1 .t4 img{width:150px;margin-top:5px;}
.content .box .address .box1 .t4 a {display:inline-block;width:145px;height:45px;border:1px solid #222;border-radius:22px;line-height:43px;font-size:16px;background:url(../images/icon33.png) 21px center no-repeat;padding-left:47px;margin-right:10px;transition:all ease .5s;}
.content .box .address .box1 .t4 a:hover {background:#222 url(../images/icon32.png) 21px center no-repeat;color:#fff;}
.content .box .map {width:100%;}
.content .box .other {width:100%;display:inline-block;margin-top:10px;}
.content .box .other .way {width:37.5%;height:698px;float:left;margin-right:0.625%;background:#fff;padding:60px 40px;}
.content .box .other .way .t1 {font-size:36px;font-weight:bold;color:#222;line-height:1;margin-bottom:23px;}
.content .box .other .way .t2 {font-size:14px;line-height:24px;color:#666;margin-bottom:37px;}
.content .box .other .way .b1 {color:#222;margin-bottom:50px;}
.content .box .other .way .b1 .ts1 {font-size:16px;line-height:30px;font-weight:bold;padding-left:45px;margin-bottom:10px;}
.content .box .other .way .b1 .ts1.w1 {background:url(../images/icon34.png) left center no-repeat;padding:7px 0 7px 45px;}
.content .box .other .way .b1 .ts1.w2 {background:url(../images/icon35.png) left center no-repeat;padding:3px 0 3px 45px;}
.content .box .other .way .b1 .ts1.w3 {background:url(../images/icon36.png) left center no-repeat;}
.content .box .other .way .b1 .ts2 {font-size:14px;line-height:26px;}
.content .box .other .advisory {width:61.875%;float:left;background:#fff;padding:60px 50px;}
.content .box .other .advisory .t1 {font-size:36px;color:#222;line-height:1;font-weight:bold;margin-bottom:23px;}
.content .box .other .advisory .t2{font-size:14px;line-height:24px;color:#666;margin-bottom:24px;}
.content .box .other .advisory .b1 {width:100%;display:table;border-bottom:1px solid #ccc;padding:22px 0;}
.content .box .other .advisory .b1 .name {font-size:14px;color:#222;line-height:28px;float:left;margin-right:8px;}
.content .box .other .advisory .b1 .lists {float:left;}
.content .box .other .advisory .b1 .lists li {float:left;margin-right:10px;padding:0 19px;border:1px solid #222;border-radius:14px;height:28px;line-height:26px;cursor:pointer;transition:all ease .5s;font-size:14px;color:#222;}
.content .box .other .advisory .b1 .lists li:hover {background:#222;color:#fff;}
.content .box .other .advisory .b1 .lists li.on {background:#222;color:#fff;}
.content .box .other .advisory .b2 {width:100%;display:table;}
.content .box .other .advisory .b2 .txt1 {width:47%;height:52px;float:left;margin-right:6%;font-size:14px;color:#222;border-bottom:1px solid #ccc;margin-top:20px;}
.content .box .other .advisory .b2 .txt2 {width:100%;height:66px;font-size:14px;line-height:26px;color:#222;border-bottom:1px solid #ccc;resize:none;margin-top:35px;}
.content .box .other .advisory .b2 .txt1::-webkit-input-placeholder, .content .box .other .advisory .b2 .txt2::-webkit-input-placeholder { color: #999; }
.content .box .other .advisory .b2 .txt1:-moz-placeholder, .content .box .other .advisory .b2 .txt2:-moz-placeholder { color: #999; }
.content .box .other .advisory .b2 .txt1::-moz-placeholder, .content .box .other .advisory .b2 .txt2::-moz-placeholder { color: #999; }
.content .box .other .advisory .b2 .txt1:-ms-input-placeholder, .content .box .other .advisory .b2 .txt2:-ms-input-placeholder { color: #999; }
.content .box .other .advisory .b2 .txt1:nth-child(2n) {margin-right:0;}
.content .box .other .advisory .b2 .txt1:focus,.content .box .other .advisory .b2 .txt2:focus {border-bottom:1px solid #222;}
.content .box .other .advisory .b2 .btn {width:140px;height:50px;background:#222;border-radius:25px;font-size:16px;color:#fff;font-weight:bold;margin-top:30px;}
@media(max-width:1400px) {.content .box .address .box1 .t4 a {margin-bottom:20px;}
}
@media(max-width:1200px) {.ny-banner .boxs.n2 .box .t2 {padding:10px;line-height:30px;}
.content .box .other .way{height: auto;}
.content .box .other .way .b1:last-child{margin-bottom: 0;}
.content .box .other .way .t2{margin-bottom: 22px;}
.content .box .other .advisory .b1 .lists li{padding: 0 15px;}
}
@media(max-width:980px) {.content .box .other .way .b1 .ts1{font-size: 15px;}
}
@media(max-width:900px) {.ny-banner .boxs.n1 .t1{font-size: 24px;}
.content .box .address .box1{padding: 20px 1%;height: 220px;}
.content .box .address .box1 .t2{font-size: 14px;line-height: 24px;padding-left: 20px;}
.content .box .address .box1 .t3{font-size: 18px;line-height: 20px;padding-left: 20px;margin-top: 10px;}
.content .box .address .box1 .t4{margin-top: 15px;}
.content .box .address .box1 .t4 a{height: 35px;line-height: 35px;}
.content .box .other .way .b1 .ts1{line-height: 20px;}
.content .box .other .advisory .b1 .lists li{height: 24px;line-height: 22px;font-size: 14px;margin-bottom: 5px;padding: 0 10px;}
.content .box .other .advisory .b2 .txt1{height: 50px;margin-top: 15px;}
.content .box .other .way .t1,.content .box .other .advisory .t1{font-size: 24px;}
}
@media(max-width:767px) {
.content{padding:0;}
.content .box .address .box1{width:100%;height:auto;padding-left: 10%;padding-top: 20px;border-bottom: 1px solid #ccc;}
.content .box .other .way{width: 100%;padding: 40px 20px;margin-right: 0;}
.content .box .other .way .t1{font-size: 24px;margin-bottom: 10px;}
.content .box .other .way .t2{line-height: 20px;margin-bottom: 15px;}
.content .box .other .way .b1 .ts1{margin-bottom: 0;}
.content .box .other .way .b1 .ts1.w1,.content .box .other .way .b1 .ts1.w2,.content .box .other .way .b1 .ts1.w3 {padding: 7px 0 7px 30px;background-size: 20px;}
.content .box .other .way .b1{margin-bottom: 20px;}
.content .box .other .advisory{width: 100%;padding: 40px 20px;}
.content .box .other .advisory .t1{font-size: 24px;margin-bottom: 10px;}
.content .box .other .advisory .t2{line-height: 20px;margin-bottom: 15px;}
.content .box .other .advisory .b1{padding: 10px 0;}
.content .box .other .advisory .b1 .lists li{padding: 0 10px;}
.content .box .other .advisory .b2 .txt1{height: 30px;margin-top: 15px;}
.content .box .other .advisory .b2 .txt2{margin-top: 15px;}
.content .box .other .advisory .b2 .btn{height: 40px;font-size: 14px;margin-top: 20px;}
}
/*关于我们*/
.ny-banner.about1 {width:100%;height:600px;position:relative;transition:all ease .5s;}
@media(min-width:1921px) {
.ny-banner .img img {max-width:none;width:100%;}
}
.ny-banner .boxs {position:relative;max-width:1600px;height:100%;z-index:2;margin:auto;color:#fff;}
.ny-banner.about1 .boxs.n1 {padding-top:340px;transition:all ease .5s;}
.ny-banner.about1 .boxs.n1 .t1 {font-size:48px;font-weight:bold;line-height:72px;}
.ny-banner.about1 .boxs.n1 .t2 {font-size:22px;line-height:44px;}
.index-data {position: relative;overflow: hidden;width:100%;}
.index-data .index-data-list1 {width: 100%;padding:130px 0 0;}
.data-background {position: absolute;top: 0;left: 0;display: block;width: 100%;}
.index-data .item {float: left;width: 33.33%;height: 280px;}
.index-data .item-inner {position: relative;height: 280px;text-align: center;border-right: 1px solid rgba(255,255,255,.2);}
.index-data .item:nth-child(3n) .item-inner {border-right: 0;}
.index-data .item:first-child .item-inner,.index-data .item:nth-child(2) .item-inner,.index-data .item:nth-child(3) .item-inner {border-bottom: 1px solid rgba(255,255,255,0);}
.index-data .text-wrap {position: absolute;top: 50%;width: 100%;font-size: 16px;color: #fff;transform: translateY(-50%);}
.index-data .text-wrap .number-wrap {display: block;font: normal 60px/1 'AkzidenzGrotesk-BoldCondAlt';color: #fff;}
.index-data .text-wrap .number-wrap strong.icon {display: inline-block;font-size:30px;vertical-align: 13px;}
.about {width:100%;}
.about1 {width:100%;height:auto;padding:4rem 10rem;}
.about1 .title {font-size:32px;line-height:66px;color:#222;}
.about1 .txt {margin:auto;font-size:16px;line-height:30px;color:#222;margin-top:22px;font-family: num2;}
.about1 .icon {margin-top:40px;}
.course {width:100%;min-height:1040px;background:url(../images/abg2.jpg) center center no-repeat;background-size:auto 100%;padding-left:15%;}
.course ul {width:100%;height:100%;min-height:1040px;background:url(../images/abg3.png) 25.15% 80px no-repeat;padding-top:150px;}
.course li {width:100%;display:table;}
.course li.l1 {padding-left:53.3%;margin-bottom:67px;}
.course li.l2 {padding-left:50.4%;margin-bottom:17px;}
.course li.l3 {padding-left:39.2%;margin-bottom:64px;}
.course li.l4 {padding-left:36.3%;margin-bottom:11px;}
.course li.l5 {padding-left:24.1%;margin-bottom:47px;}
.course li.l6 {padding-left:18.75%;margin-bottom:50px;}
.course li.l7 {padding-left:17%;margin-bottom:17px;}
.course li.l8 {padding-left:8%;}
.course li .year {font-size:18px;line-height:24px;font-weight:bold;color:#222;float:left;}
.course li .dian {width:17px;height:17px;border:1px solid #30b1da;border-radius:50%;float:left;position:relative;margin:5px 20px 0;}
.course li .dian:after {width:9px;height:9px;border-radius:50%;background:#00592f;content:"";position:absolute;left:3px;top:3px;}
.course li .tbox {float:left;font-size:16px;line-height:24px;color:#222;}
.course li .tbox .t1 {font-weight:bold;}
.course li .tbox .t2 {margin-top:5px;}
@media(max-width:1660px) {
.ny-banner .boxs,.news-info,.news .box1,.news .list1,.page-list {margin:0 30px;}
.case-tj {margin:60px 30px 0;}
.ny-banner .nb-menu {padding-left:30px;}
}
@media(max-width:1370px) {.ny-banner.about1 {height:580px;}
.ny-banner.about1 .img img {width:100%;}
.ny-banner .boxs.n1 {padding-top:250px;}
.ny-banner {height:380px;}
.ny-banner .boxs.n1 {padding-top:193px;}
.index-data .index-data-list1 {padding:60px 0 0 ;}
.index-data .item,.index-data .item-inner {height:200px;}
.design .list li .tbox .t2 {padding:0 12%;}
.relevant-information .list li {padding: 20px 20px 0;}
.microsite .box1 .tbox {padding-top:130px;}
.microsite .box2,.microsite .box3,.microsite .box4 {height:580px;}
.microsite .box2 .tbox {padding-top:160px;}
.microsite .box3 .img {width:60%;}
.microsite .box3.active .img {top:-255px;}
.microsite .box3 .tbox {padding-top:230px;}
.microsite .box4 .tbox {padding-top:230px;}
.microsite .box1 .tbox .t2,.microsite .box2 .tbox .t2,.microsite .box3 .tbox .t2,.microsite .box4 .tbox .t2 {font-size:18px;}
.course {padding-left: 10%;}
.course li.l1 {padding-left: 62.6%;}
.course li.l1 .tbox {width:62%;}
.course li.l2 {padding-left: 53.7%;}
.course li.l3 {padding-left: 42.9%;}
.course li.l4 {padding-left: 37.5%;}
.course li.l5 {padding-left: 22.8%;}
.course li.l6 {padding-left: 15.6%;}
.course li.l7 {padding-left: 11.7%;}
.course li.l8 {padding-left: 0.3%;}
.about3 .tbox {padding-top:107px;}
.about4 .tbox {padding:107px 0 0 7.8%;}
.job li .tbox {padding-top:69px;}
}
@media(max-width:1330px) {
.ny-banner .boxs.n1 .breadcrumbs {display:none;}
.course{padding: 0 3%;min-height: auto;background: none;}
.course ul{background: none;min-height: auto;padding: 50px 0;}
.course li.l1,.course li.l2,.course li.l3,.course li.l4,.course li.l5,.course li.l6,.course li.l7,.course li.l8{padding-left: 0;margin-bottom: 15px;}
.foot-top{padding: 60px 3.8% 18px;}
.foot-top li{margin-right: 2%;}
.foot-top li{width: 23%;}
.job-info{padding: 30px 3% 60px;}
}
@media(max-width:1200px) {
.ny-banner .boxs.n2 .box .t2 {padding:10px;line-height:30px;}
.about1 {width:100%;height:auto;padding:1rem 1rem;}
}
@media (max-width: 960px){
.index-data .text-wrap .number-wrap{font: normal 90px/1 'AkzidenzGrotesk-BoldCondAlt'}
}
@media (max-width: 900px){
.about1 .txt{width: 100%;}
.ny-banner .boxs.n1 .t1{font-size: 24px;}
.index-data .index-data-list1{padding:40px 0 0;}
.course li{display: flex;}
.course li .tbox{width: 65%;}
}
@media (max-width: 767px){
.about-address{display: none;}
.ny-banner.about1{height: 260px;}
.index-data .text-wrap .number-wrap {font: normal 24px/1 'AkzidenzGrotesk-BoldCondAlt';}
.index-data .text-wrap .number-wrap strong.icon {width:28px;font: normal 24px/1 'AkzidenzGrotesk-BoldCondAlt';vertical-align:bottom;}
.index-data .text-wrap .number-wrap .icons {font-size: 42px;vertical-align: 2px;}
.index-data .item, .index-data .item-inner{height: 160px;}
.about1{height: auto;}
.about1 .title{font-size: 20px;line-height: 42px;}
.about1 .txt{line-height: 30px;}
.about1 .icon{width: 60%;margin: 40px auto 0;}
.ny-banner .boxs.n1 .t1{font-size: 20px;}
.ny-banner .boxs.n1 .t2 {font-size: 14px;line-height: 26px;}
.ny-banner .nb-menu{height: 50px;}
.ny-banner .nb-menu ul{padding-top: 10px;}
.ny-banner .nb-menu ul li a{line-height: 30px;}
.course li .year{width: 70px;}
.course li .tbox{width: 62%;}
}
/*新闻列表*/
.editor{line-height:2;text-align:left;font-size:15px;font-family: num2;}
.editor ol li{list-style-type:circle;margin-left:25px;}
.editor ul li{list-style-type:square;margin-left:25px;}
.editor table {width: 100%;margin: 0 auto;height: 190px;border-collapse: collapse;border: 1px solid #eeefef;margin-top:40px;}
.editor th {height: 48px;border-bottom: 1px solid rgba(0, 0, 0, .1);border-right: 1px solid rgba(0, 0, 0, .1);padding:0 10px;}
.editor td{padding: 5px;}
.editor p{margin:5px 10px;}
.news {width:100%;background:#f7f7f7;padding:50px 0 80px;}
.news .box1 {max-width:1600px;margin:auto;}
.news .box1 .b1:hover {box-shadow:0 0 10px 0 rgba(0,0,0,.1);}
.news .box1 .b1 {width:32.5%;float:left;background:#fff;transition:all ease .3s;margin-right:1.25%;}
.news .box1 .b1 a {display:inline-block;width:100%;}
.news .box1 .b1 .img {width:100%;height:280px;}
.news .box1 .b1 .tbox {width:100%;height:280px;box-sizing:border-box;padding:0 30px;}
.news .box1 .b1 .tbox .time {color:#999;font-family: 'num2';font-weight:bold;font-size:48px;line-height:50px;border-bottom:1px solid #dbdbdb;padding:22px 0 16px;background:url(../images/icon20.png) right 54px no-repeat;transition:all ease .3s;}
.news .box1 .b1 .tbox:hover .time {color:#222;}
.news .box1 .b1 .tbox .time span {font-size:16px;line-height:20px;font-weight:initial;display:block;}
.news .box1 .b1 .tbox .titles {font-size:16px;line-height:36px;color:#000;margin-top:30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news .box1 .b1 .tbox .txts {font-size:14px;line-height:24px;color:#666;margin-top:14px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news .box1 .b2 {width:66.25%;float:left;}
.news .box1 .b2 li {background:#fff;float:left;width:49%;margin-right:2%;margin-bottom:20px;}
.news .box1 .b2 li:nth-child(2n) {margin-right:0;}
.news .box1 .b2 li .tbox {width:100%;height:270px;box-sizing:border-box;padding:0 30px;transition:all ease .3s;}
.news .box1 .b2 li .tbox:hover {box-shadow:0 0 10px 0 rgba(0,0,0,.1);}
.news .box1 .b2 li .tbox a {display:inline-block;width:100%;}
.news .box1 .b2 li .tbox .time {font-size:48px;font-weight:bold;line-height:50px;font-family: 'num2';color:#999;padding:22px 0 15px;background:url(../images/icon20.png) right 54px no-repeat;border-bottom:1px solid #dbdbdb;transition:all ease .3s;}
.news .box1 .b2 li .tbox .time span {font-size:16px;line-height:20px;display:block;}
.news .box1 .b2 li .tbox:hover .time {color:#222;}
.news .box1 .b2 li .tbox .titles {font-size:16px;line-height:36px;color:#000;margin-top:30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news .box1 .b2 li .tbox .txts {font-size:14px;line-height:24px;color:#666;margin-top:10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news .list1 {max-width:1600px;margin:auto;}
.news .list1 li {background:#fff;float:left;width:32.5%;margin-right:1.25%;margin-bottom:20px;}
.news .list1 li:nth-child(3n) {margin-right:0;}
.news .list1 li a{display: block;}
.news .list1 li .tbox {width:100%;height:270px;box-sizing:border-box;padding:0 30px;transition:all ease .3s;}
.news .list1 li .tbox:hover {box-shadow:0 0 10px 0 rgba(0,0,0,.1);}
.news .list1 li .tbox a {display:inline-block;width:100%;}
.news .list1 li .tbox .time {font-size:30px;font-weight:bold;line-height:50px;font-family: 'num2';color:#999;padding:22px 0 15px;background:url(../images/icon20.png) right 54px no-repeat;border-bottom:1px solid #dbdbdb;transition:all ease .3s;}
.news .list1 li .tbox .time span {font-size:14px;line-height:20px;display:block;font-weight: normal;}
.news .list1 li .tbox:hover .time {color:#222;}
.news .list1 li .tbox .titles {font-size:16px;line-height:36px;color:#000;margin-top:30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news .list1 li .tbox .txts {font-size:14px;line-height:24px;color:#666;margin-top:10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.case-tj {max-width:1600px;background:#fff;margin:60px auto 0;padding:34px 30px 27px;}
.case-tj .title {font-size:18px;line-height:30px;color:#111; font-weight: bold;}
.case-tj .list {width:100%;padding-top:24px;}
.case-tj .list li {width:32.5%;float:left;margin-right:1.25%;}
.case-tj li:hover {box-shadow:0 0 15px 1px rgba(0,0,0,.1);}
.case-tj .list li:nth-child(3n) {margin-right:0;}
.case-tj .list li a {width:100%;display:block;}
.case-tj .list li .img {width:100%;overflow:hidden;}
.case-tj .list li .img img {width:100%;-moz-transition: all 0.5s linear;-o-transition:  all 0.5s linear;transition: all 0.5s linear;}
.case-tj .list li:hover .img img {-webkit-transform:  scale(1.05) ; -moz-transform: scale(1.05) ; -ms-transform: scale(1.05);     -o-transform:  scale(1.05) ; transform:  scale(1.05);}
.case-tj .list li .tbox {width:100%;padding:20px 20px 0;line-height:36px;position:relative;}
.case-tj .list li .tbox .t1 {font-size:16px;font-weight:bold;color:#222;}
.case-tj .list li .tbox .t2 {font-size:14px;color:#888;line-height: 24px;margin-bottom: 20px;}
.case-tj .list li .tbox .icon {position:absolute;right:10px;top:30px;}
.case-tj .list li .tbox .icon span {width: 18px;height: 16px;margin-left: 10px;display:block;float:left;}
.news-info {max-width:1600px;margin:auto;}
.news-info .leftbox {width:68.75%;float:left;margin-right:1.25%;}
.news-info .leftbox .b1 {background:#fff;padding:34px 30px 40px;}
.news-info .leftbox .txt {font-size:14px;line-height:26px;color:#222;}
.news-info .leftbox .clickbox {width:100%;border-top:1px solid #eee;color:#999;line-height:30px;font-size:14px;position:relative;margin-top:34px;padding-top:20px;}
.news-info .leftbox .clickbox a {color:#666;}
.news-info .leftbox .clickbox a:hover {color:#222;}
.news-info .leftbox .clickbox .goback {width:96px;height:40px;line-height:38px;display:block;border:1px solid #ececec;color:#999;font-size:14px;position:absolute;right:0;top:30px;padding-left:20px;background:url(../images/icon26.png) 58px center no-repeat;transition:all ease .3s;}
.news-info .leftbox .clickbox .goback:hover {color:#222;background:url(../images/icon26-1.png) 58px center no-repeat;border:1px solid #666;}
.news-info .leftbox .case-sj {width:100%;padding:24px 30px;background:#fff;margin-top:10px;}
.news-info .leftbox .case-sj .title {font-size:18px;color:#999;line-height:30px;}
.news-info .leftbox .case-sj .list {width:100%;margin-top:23px;}
.news-info .leftbox .case-sj .list li {float:left;width:31.7%;margin-right:2.45%;transition: all 0.5s linear;}
.news-info .leftbox .case-sj .list li:hover {box-shadow:0 0 10px 0 rgba(0,0,0,.15);}
.news-info .leftbox .case-sj .list li:nth-child(3n) {margin-right:0;}
.news-info .leftbox .case-sj .list li a {width:100%;display:block;}
.news-info .leftbox .case-sj .list li .img {width:100%;overflow:hidden;}
.news-info .leftbox .case-sj .list li .img img {width:100%;transition: all 0.5s linear;}
.news-info .leftbox .case-sj .list li:hover .img img {transform:scale(1.05);}
.news-info .leftbox .case-sj .list li .title {font-size:14px;line-height:30px;color:#222;padding:12px 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news-info .rightbox {width:30%;float:right;}
.news-info .rightbox .news-tj {width:100%;background:#fff;padding:37px 30px 10px;}
.news-info .rightbox .news-tj .title {font-size:18px;line-height:24px;color:#c3c3c3;}
.news-info .rightbox .news-tj .list {margin-top:10px;}
.news-info .rightbox .news-tj .list li {border-bottom:1px dashed #ccc;padding-bottom:25px;margin-bottom:13px;}
.news-info .rightbox .news-tj .list li:last-child {margin-bottom:0;border-bottom:none;}
.news-info .rightbox .news-tj .list li a {width:100%;display:block;}
.news-info .rightbox .news-tj .list li .t1 {font-size:16px;line-height:50px;color:#222;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news-info .rightbox .news-tj .list li:hover .t1 {color:#000;}
.news-info .rightbox .news-tj .list li .t2 {font-size:14px;line-height:24px;color:#666;margin-top:8px;}
.news-info .rightbox .news-tj .list li .t3 {font-size:14px;line-height:24px;color:#999;margin-top:7px;}
.news-info .rightbox .label {width:100%;background:#fff;margin-top:10px;padding:26px 30px 32px;}
.news-info .rightbox .label .title {font-size:18px;line-height:24px;color:#c3c3c3;}
.news-info .rightbox .label .box {margin-top:18px;}
.news-info .rightbox .label .box a {color:#222;font-size:14px;line-height:30px;background:url(../images/icon27.png) right center no-repeat;padding-right:16px;margin-right:10px;}
.news-info .rightbox .label .box a:last-child {background:none;margin-right:0;}
.news-info .rightbox .label-case {width:100%;margin-top:10px;background:#fff;padding:26px 30px 32px;}
.news-info .rightbox .label-case .title {font-size:18px;line-height:24px;color:#c3c3c3;}
.news-info .rightbox .label-case .box {margin-top:18px;}
.news-info .rightbox .label-case .box a {color:#222;font-size:14px;line-height:30px;background:url(../images/icon27.png) right center no-repeat;padding-right:16px;margin-right:10px;}
.news-info .rightbox .label-case .box a:last-child {background:none;margin-right:0;}
.news-info .leftbox.l2 {background:#fff;padding:30px 30px 40px;}
.news-info .leftbox .list2 {width:100%;}
.news-info .leftbox .list2 li {width:100%;border-bottom:1px solid #dbdbdb;display:inline-block;padding-bottom:24px;margin-bottom:30px;}
.news-info .leftbox .list2 li a {width:100%;display:block;}
.news-info .leftbox .list2 li .time {width:110px;float:left;color:#999;font-size:16px;transition: all 0.5s linear;}
.news-info .leftbox .list2 li:hover .time {color:#00592f;}
.news-info .leftbox .list2 li .time span {font-weight:bold;font-size:48px;line-height:56px;display:block;}
.news-info .leftbox .list2 li .tbox {width:calc(100% - 110px);float:left;}
.news-info .leftbox .list2 li .tbox .t1 {font-size:16px;line-height:36px;color:#000;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news-info .leftbox .list2 li .tbox .t2 {font-size:14px;line-height:24px;color:#666;margin-top:9px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-info .leftbox .list2 li .tbox .t3 {font-size:14px;line-height:24px;color:#999;margin-top:18px;padding-right:28px;background:url(../images/icon28.png) right center no-repeat;display:inline-block;transition: all 0.5s linear;}
.news-info .leftbox .list2 li:hover .tbox .t3 {color:#222;background:url(../images/icon29.png) right center no-repeat;}
.news-info .leftbox.l2 .page-list {margin:10px auto 0;}
.label-case2 {width:100%;background:#fff;padding:37px 30px 10px;}
.label-case2 .title {font-size:18px;line-height:24px;color:#222;}
.label-case2 .list {width:100%;margin-top:27px;}
.label-case2 .list li {border-bottom:1px dashed #ccc;margin-bottom:29px;}
.label-case2 .list li:last-child {margin-bottom:0;border-bottom:none;}
.label-case2 .list li:nth-child(3n) {margin-right:0;}
.label-case2 .list li a {width:100%;display:block;}
.label-case2 .list li .img {width:100%;overflow:hidden;}
.label-case2 .list li .img img {width:100%;-moz-transition: all 0.5s linear;-o-transition:  all 0.5s linear;transition: all 0.5s linear;}
.label-case2 .list li:hover .img img {-webkit-transform:  scale(1.05) ; -moz-transform: scale(1.05) ; -ms-transform: scale(1.05);     -o-transform:  scale(1.05) ; transform:  scale(1.05);}
.label-case2 .list li .tbox {width:100%;padding:10px 20px 7px;line-height:36px;position:relative;}
.label-case2 .list li .tbox .t1 {font-size:16px;font-weight:bold;color:#222;}
.label-case2 .list li .tbox .t2 {font-size:14px;color:#666;}
.label-case2 .list li .tbox .icon {position:absolute;right:10px;top:30px;}
.label-case2 .list li .tbox .icon span {width: 18px;height: 16px;margin-left: 10px;display:block;float:left;}
.label-case2 .list li .tbox .icon .icon1 {background:url(../images/icon17.png) center center no-repeat;}
.label-case2 .list li .tbox .icon .icon2 {background:url(../images/icon18.png) center center no-repeat;}
.label-case2 .list li .tbox .icon .icon3 {background:url(../images/icon19.png) center center no-repeat;}
.news .list1 .tbox_img{position:relative;width:100%;height:270px;box-sizing:border-box;transition:all ease .3s;}
.news .list1 .titles_bg{position:absolute;bottom:0;left:0;width:100%;background-color:#000;opacity:0.6;height:40px;line-height:40px;}
.news .list1 .tbox_img .titles{color:#fff;text-align:center;font-size:14px;}
.news .list1 .tbox_img img{width:100%;height:100%;}
@media(max-width:1660px) {
.ny-banner .boxs,.news-info,.news .box1,.news .list1,.page-list {margin:0 30px;}
.ny-banner .boxs.n1 .breadcrumbs {display:none;}
.case-tj {margin:60px 30px 0;}
.ny-banner .nb-menu {padding-left:30px;}
}
@media(max-width:1370px) {
.ny-banner {height:400px;}
.ny-banner .boxs.n1 .breadcrumbs {display:none;}
.ny-banner .boxs.n1 {padding-top:100px;}
}
@media(max-width:1330px) {
.ny-banner .boxs.n1 .breadcrumbs {display:none;}
}
@media(max-width:1280px) {
.ny-banner .nb-menu ul li a{padding: 0 10px;}
}
@media(max-width:1200px) {
.ny-banner .boxs.n2 .box .t2 {padding:0px;line-height:30px;}
}
@media(max-width:900px) {
.ny-banner .boxs.n1 .t1 {font-size: 24px;}
.news {width:100%;background:#f7f7f7;padding:20px 0 20px;}
.news .list1 li {background:#fff;float:none;width:100%;padding-right:20px;padding-left:20px;margin-bottom:20px;}
.news .list1 li:nth-child(3n) {margin-right:20px;}
.news-info .leftbox{width:100%;margin-right:0;}
.news-info .rightbox{display:none;}
.ny-banner .nb-menu{height: 50px;}
.ny-banner .nb-menu ul li a{line-height: 30px;}
.ny-banner .boxs.n2 .box{bottom: 50px;}
.ny-banner .boxs .breadcrumbs{line-height: 50px;left: 0;}
}
@media(max-width:767px) {
.ny-banner{height:260px;}
.ny-banner .boxs.n1 .t1 {font-size: 20px;line-height: 40px;}
.ny-banner .boxs.n1 .t2{font-size: 14px;line-height: 20px;}
.ny-banner .nb-menu ul{padding-top: 10px;}
.ny-banner .nb-menu ul li a{line-height: 30px;}
.ny-banner .boxs.n2 .box .t1{font-size: 18px;line-height: 32px;}
.ny-banner .boxs.n2 .box .t2{line-height: 20px;}
.ny-banner .boxs, .news-info, .news .box1, .news .list1, .page-list{margin:0 12px;}
.news-info .leftbox .list2 li .time {width: 80px;}
.news-info .leftbox .list2 li .tbox {width:calc(100% - 80px);}
.news-info .leftbox .b1 {background:#fff;padding:10px;}
.page-list a {width: 30px;height: 30px;line-height: 28px;}
.case-tj{display:none;}
.news .list1 li .tbox {padding:0 0;}
.news-info .leftbox .case-sj{display:none;}
}
/*内容*/

.gnlist{width:100%}
.listt{font-size:22px;font-weight:bold;lcolor:#000;text-align:left; margin-bottom: 10px;}
.gnlist .gnxqlistrow{ border-top:solid 1px #d5d5d5; width:100%;margin:0 auto;}
.gnlist .gnxqlistrow .gnxqlistl{width:50%;float:left;}
.gnlist .gnxqlistrow .gnrow2{border-right:none;}
.gnlist .gnxqlistrow .gnxqlistl ul li{line-height:24px;margin-left:35px;list-style:disc;margin-bottom: 10px;}
.gnlist .gnxqlistrow .gnxqlistl ul li span{font-weight:bold;}
.gnlist .gnxqlistrow .gnxqlistl .gnxqlistlt{margin-top: 20px;font-weight:bold;background:none;line-height:35px;list-style:none;}
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px;}
.pro_detail01 {padding:0 0 60px;display: table;clear: both;content: '';}
.pro_detail01 .left{float: left; width:50%;}
.pro_detail01 .left .tit {font-size: 26px;line-height:26px;font-weight: bold;}
.pro_detail01 .left .con {width: 96%; font-size: 15px;color: #666;line-height: 26px;margin:30px 0 10px;position: relative;border-bottom: 1px dashed #ccc;padding-bottom: 15px;}
.pro_detail01 .left ul {padding: 30px 0;}
.pro_detail01 .left ul li{font-size:15px; font-weight:normal; color:#333e46; line-height:36px;}
.pro_detail01 .left ul li span{font-weight:normal;}
.pro_detail01 .left .btn-yellow {font-weight: bold;}
.btn-yellow span {position: relative;z-index: 2;display: inline-block;height: 50px;line-height: 50px;}
.btn-yellow .icon {position: relative;top: 2px;z-index: 2;display: inline-block;width: 17px;height: 14px;margin-left: 8px;background: url(../images/btn_white_jt.png) no-repeat center;}
.btn-yellow:after {content: '';width: 0;height: 100%;background: #a6d1ff;position: absolute;left: 0;bottom: 0;z-index: 1;transition: all 0.5s ease;}
.btn-yellow{display:inline-block; padding:0 30px; background:#00592f;  text-align:center; font-size:17px; color:#fff;  position:relative;}
.btn-yellow span{position:relative; z-index:2; display:inline-block; height:50px; line-height:50px;}
.btn-yellow:after{content:''; width:0; height:100%; background:#a6d1ff; position:absolute; left:0; bottom:0; z-index:1; transition:all 0.5s ease;}
.btn-yellow:hover:after{width:100%;}
.btn-yellow .icon{position:relative; top:2px; z-index:2; display:inline-block; width:17px; height:14px; margin-left:8px; background:url(../images/btn_white_jt.png) no-repeat center;;}
.btn-yellow:hover{color:#333f46;}
.pro_detail01 .right {float: right;width: 50%;}
@media only screen and (max-width: 992px){
.pro_detail01 .left {width: 100%;}
.pro_detail01 .left .con{width:100%;margin: 10px 0 10px;}
.pro_detail01 .left ul {padding: 10px 0 30px;}
.btn-yellow {padding: 0 20px;font-size: 14px;}
.pro_detail01 .right {width: 100%;margin-top: 20px;}
}