@charset "utf-8";
.content{ max-width: 1400px; height: auto; margin: 0 auto; box-sizing: border-box;}
img {max-width: 100%;}
.table{ display:table; width:100%; height:100%;}
.table .cell{ display:table-cell; text-align:center; vertical-align:middle;}
.smallest-screen {position: fixed;z-index: 999999;width: 100%;height: 100%;background: url(../images/displaynone.png) no-repeat center #666;display: none;}
@media only screen and (max-width : 319px) {
.smallest-screen {display: block;} /*判断屏幕小于319px隐藏显示网站*/
}
.white{ color:#fff !important;}
.webmain{ overflow:hidden; min-width: 1400px; }
.tishi{ text-align: center; color: #666; font-size: 16px; padding: 20px 0; width: 100%; min-height: 200px; }
.oneh{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.webshow{ display: block !important; }
.wapshow{ display: none !important; }

.textline1{ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.textline2{ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.textline3{ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.textline4{ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.textline5{ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }

.middle_holder {display: inline-block;font-size: 0;width: 0;height: 50px;vertical-align: middle;}
.middle {display: inline-block;vertical-align: middle; width: 100%;}
.nav_handle { display: none; position: relative; width: 27px; padding: 0 0 0 20px; cursor: pointer; float: right; }
.nav_handle b { width: 27px; height: 10px; position: relative; }
.nav_handle b i { display: block; position: absolute; left: 0; right: 0; height: 2px; background-color: #fff; top: 0; -webkit-transform-origin: 29% 50%; transform-origin: 29% 50%;  transition: all .3s ease; -webkit-transition: all .3s ease; }
.nav_handle b .l_2 { top: auto; bottom: 0; }
.nav_handle.on b i{transform: rotate(45deg); background: #fff;}
.nav_handle.on b .l_2 { transform: rotate(-45deg); }

body, button, input, select, textarea { font-weight: 400 !important; }

.banner{ position: relative; overflow: hidden; text-align: center; }
.banner img{ width: 1920px; height: auto; max-width: initial; }
.banner .pagination{ z-index: 9; text-align: center; line-height: 30px; height: 30px; width: 100%; position: absolute; left: 0; bottom: 20px; }
.banner .pagination .swiper-pagination-switch{ cursor: pointer; width: 12px; height: 12px; display: inline-block; margin: 0 4px; border-radius: 8px; box-sizing: border-box; background: rgba(255,255,255,.8); }
.banner .pagination .swiper-active-switch{ background: #2984e1; width: 20px; }
.banner .banner-left{ position: absolute; font-size: 25px; color: #333; left: 35px; top: 50%; width: 45px; height: 45px; line-height: 45px; margin-top: -23px; border-radius: 50%; background: rgba(255,255,255,.5); box-shadow: 0 0 10px rgba(0,0,0,.1); }
.banner .banner-left i{ position: relative; top: -1px; left: -1px; }
.banner .banner-right{ position: absolute; font-size: 25px; color: #333; right: 35px; top: 50%; width: 45px; height: 45px; line-height: 45px; margin-top: -23px; border-radius: 50%; background: rgba(255,255,255,.5); box-shadow: 0 0 10px rgba(0,0,0,.1); }
.banner .banner-right i{ position: relative; top: -1px; right: -1px; }
.banner .banner-left:hover,.banner .banner-right:hover{ background: rgba(41,132,225,.9); color: #fff; }

.intop{ line-height: 35px; background: #0c0e0c; font-size: 14px; color: #fff; position: relative; z-index: 99; padding: 10px 0; }
.intop .fl li { display: inline-block; margin-right: 20px; float: left; }
.intop .fl a { color: #fff; padding: 0 2px; }
.intop .fl a i { vertical-align: middle; transition: transform .1s ease; transform: scale(1.2); }
.intop .fl a:hover i { transform: scale(1.4); }
.intop .fr li { color: #fff; display: inline-block; margin-left: 32px; height: 35px; float: left; font-size: 16px; }
.intop .fr li i { margin-right: 10px; color: #2984e1; }
.intop .fr a { color: #fff; }
.intop .fr a:hover { text-decoration: underline; }

.header { position: relative; z-index: 9; background: #040402; }
.header .logo { padding: 27.5px 0; float: left; }
.header .logo img{ height: 50px; }
.header .lang { position: relative; float: right; margin-top: 26.5px; margin-left: 25px; }
.header .lang .wz { font-size: 16px; color: #fff; line-height: 40px; border: 2px solid #fff; padding: 4px 30px; transition: all .3s ease; }
.header .lang .wz i { margin-right: 10px; }
.header .lang:hover .wz { color: #040402; background-color: #fff; }
.header .lang .xf { display: none; background: #0c0e0c; top: 100%; right: 0; padding: 20px 0; position: absolute; text-align: left; min-width: 100%; z-index: 99; margin-top: -2px; }
.header .lang .xf a { display: block; padding: 0 20px; height: 30px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; color: #fff; }
.header .lang .xf a:hover { background: #2984e1; color: #fff; }
.header .lang:hover .xf { display: block; }
.header .inmuen { float: right; }
.header .inmuen ul li { display: block; float: left; }
.header .inmuen ul li > a { display: block; font-size: 16px; color: #fff; margin: 30px 18px; line-height: 45px; position: relative; }
.header .inmuen ul li > a::after { content: ''; display: block; position: absolute; height: 2px; width: 0%; left: 0; right: 0; margin: 0 auto; transition: 0.3s width ease-in; background-color: #2984e1; }
.header .inmuen ul li > a:hover::after, .header .inmuen ul li.on > a::after { width: 100%; }
.headerkg { height: 105px; display: none; }
.header.header_on { position: fixed; width: 100%; left: 0; top: 0; transition: all .5s; z-index: 99; }
.header.header_on .logo{ padding: 15px 0; transition: all .5s; }
.header.header_on .inmuen ul li > a{ line-height: 38px; margin: 20px 18px; transition: all .5s; }
.header.header_on .lang { margin-top: 19px; }
.header.header_on .lang .wz { transition: all .5s; line-height: 30px; }

.inlmtit { position: relative; z-index: 0; }
.inlmtit .cn { font-size: 36px; color: #333; text-align: center; font-weight: bold; }
.inlmtit .en { font-size: 36px; color: #efefef; text-align: center; font-weight: bold; margin-top: -42px; position: relative; z-index: -1; text-transform: uppercase; }

.inpro{ padding: 96px 0; }
.inpro .list{ margin-top: 50px; }
.inpro .list ul{ display: block; position: relative; width: 101%; left: -.5%; }
.inpro .list ul li{ display: block; width: 19%; margin: 0 .5%; float: left; box-sizing: border-box; border: 1px solid #ddd; transition: all .5s ease; }
.inpro .list ul li .tit{ font-size: 16px; text-align: center; height: 22px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 500; padding: 16px; }
.inpro .list ul li:hover{ transform: translateY(-10px); box-shadow: 0 0 15px rgba(0,0,0,.1); }
.inpro .more{ display: block; max-width: 150px; width: 100%; height: 46px; line-height: 44px; font-size: 16px; color: #fff; background: #2984e1; text-align: center; margin: 70px auto 0; border: 1px solid #2984e1; box-sizing: border-box; }

.company-profile { padding: 96px 0; background-color: #f9f9f9; }

.inabout{ padding: 60px 0 0; }
.inabout .nr{ position: relative; padding-left: 52%; min-height: 394px; }
.inabout .nr .pic{ position: absolute; width: 50%; left: 0; top: 0; }
.inabout .nr .cnlmtit{ font-size: 22px; font-weight: bold; color: #333; }
.inabout .nr .wz{ font-size: 16px; line-height: 30px; margin: 20px 0; }
.inabout .nr .ann{ display: block; width: 138px; line-height: 46px; background: #2984e1; font-size: 16px; text-align: center; color: #fff; font-weight: 500; }
.inabout .nr .ann:hover{ opacity: .9; }

.inshuj{ text-align: center; margin-top: 60px; }
.inshuj ul { display: block; padding: 50px 0; box-shadow: 0px 0px 15px rgb(0 0 0 / 10%); }
.inshuj ul li{ display: inline-block; vertical-align: top; padding: 0 70px; width: 25%; float: left; box-sizing: border-box; }
.inshuj ul li .sz{ font-size: 18px; color: #2984e1; font-weight: bold; }
.inshuj ul li .sz span{ font-size: 50px; margin-right: 5px; }
.inshuj ul li .tit{ font-size: 16px; color: #595959; font-weight: bold; margin-top: 4px; }

.incase{ padding: 60px 0 0; }
.incase .lmtit{ text-align: center; font-size: 30px; font-weight: bold; color: #333; margin-bottom: 20px; line-height: 40px; }
.incase .lmjj{ font-size: 14px; color: #595959; text-align: center; margin-bottom: 40px; }
.incase .list{ width: 102%; position: relative; left: -1%; }
.incase .caseone{ width: 48%; margin: 1%; float: left; position: relative; }
.incase .caseone .bd ul li{ position: relative; overflow: hidden; }
.incase .caseone .bd ul li .tupian { transition: all 0.7s ease-in-out; }
.incase .caseone .bd ul li .tit{ position: absolute; width: 100%; height: 60px; line-height: 60px; padding: 0 34px; font-size: 16px; color: #fff; left: 0; bottom: 0; background: rgba(0,0,0,.5); box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.incase .caseone .bd ul li:hover .tupian { transform: scale(1.1, 1.1); }
.incase .right{ width: 50%; float: left; }
.incase .right ul li{ display: block; width: 48%; margin: 1%; float: left; position: relative; overflow: hidden; }
.incase .right ul li .pic{ overflow: hidden; transition: all 0.7s ease-in-out; }
.incase .right ul li .tit{ position: absolute; width: 100%; height: 40px; line-height: 40px; font-size: 16px; color: #fff; padding: 0 16px; box-sizing: border-box; background: rgba(0,0,0,.5); left: 0; bottom: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.incase .right ul li:hover .pic { transform: scale(1.1, 1.1); }

.inadv{ padding: 80px 0; }
.inadv .hd { margin-top: 28px; }
.inadv .hd{ padding: 30px 0; text-align: center; }
.inadv .hd ul li{ display: inline-block; margin: 0 10px; line-height: 50px; border: 1px solid #dddddd; background: #fff; padding: 0 25px; font-size: 16px; color: #666; }
.inadv .hd ul li.on { background: #2984e1; color: #fff; border-color: #2984e1; }
.inadv .bd ul img { width: 100%; height: auto; }

.innews { padding: 0 0 80px; }
.innews .hd { margin-top: 20px; }
.innews .hd{ padding: 20px 0; text-align: center; }
.innews .hd ul li{ display: inline-block; margin: 0 5px; line-height: 36px; border: 1px solid transparent; padding: 0 30px; font-size: 16px; color: #707070; border-radius: 18px; transition: .1s; }
.innews .hd ul li.on { color: #3c3c3c; border-color: #535353; }
.innews .hd ul li:hover a { color: #707070; }

.innews .bd > ul{ display: flex; flex-wrap: wrap; width: 100%; position: relative; margin-top: 26px;}
.innews .bd .list{ width: 32%; box-sizing: border-box; }
.innews .bd .list+.list { margin-left: 2%; }
.innews .bd .list.one li { background-color: #f8f8f8; border-radius: 5px; overflow: hidden; transition: .2s; border-bottom: 2px solid transparent; }
.innews .bd .list.one li .pic { transition: transform .5s; position: relative; z-index: 0; }
.innews .bd .list.one li .text { padding: 25px 30px; position: relative; z-index: 1; background-color: #f8f8f8; }
.innews .bd .list.one li .tit { font-size: 18px; color: #454545; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 26px; height: 26px; }
.innews .bd .list.one li .jj { margin-top: 15px; color: #888; line-height: 26px; height: 52px; font-size: 16px; }
.innews .bd .list.one li .date { color: #555; margin-top: 30px; font-size: 16px; }
.innews .bd .list.one li:hover .pic { transform: scale(1.05); }
.innews .bd .list.one li:hover { border-color: #283282; }
.innews .bd .list .slist a { padding: 27.5px 0; display: inline-block; width: 100%; }
.innews .bd .list .slist a+a { border-top: 1px solid #eeeeee; }
.innews .bd .list .slist li { position: relative; padding-left: 180px; }
.innews .bd .list .slist .pic { position: absolute; width: 161px; top: 0; left: 0; overflow: hidden; }
.innews .bd .list .slist .tupian { padding-top: 65.4708%; transition: transform .5s; }
.innews .bd .list .slist .tit { font-size: 18px; color: #454545; line-height: 26px; height: 78px; overflow: hidden; }
.innews .bd .list .slist .date { color: #888; font-size: 16px; margin-top: 10px; }
.innews .bd .list .slist a:hover .tupian { transform: scale(1.05); }
 
footer { padding: 85px 0 45px !important; background-color: #000000; }
footer h5 { font-size: 20px; margin-bottom: 25px; color: #fff; line-height: 1.3; text-transform: uppercase; }
footer .nav { width: 33.3333%; float: left; margin-bottom: 30px; box-sizing: border-box; padding-right: 30px; }
footer .nav li { margin-bottom: 15px; display: block; }
footer .nav a { color: #888888; line-height: 22px; font-size: 14px; margin-bottom: 15px; }
footer .nav a:hover { text-decoration: underline; }
footer .contact { width: 33.3333%; float: left; margin-bottom: 30px; box-sizing: border-box; padding-right: 30px; }
footer .contact li { display: block; padding-left: 55px; margin-bottom: 12px; position: relative; font-size: 14px; color: #888888; line-height: 24px; }
footer .contact li i { font-size: 18px; color: #fff; position: absolute; width: 24px; height: 24px; line-height: 24px; text-align: center; left: 10px; top: 0; }
footer .search { width: 33.3333%; float: left; margin-bottom: 30px; box-sizing: border-box; padding-right: 30px; }
footer .search .jj { line-height: 24px; margin-bottom: 35px; font-size: 14px; color: #888888; }
footer .search .kk { max-width: 384px; position: relative; margin-bottom: 15px; }
footer .search .text { width: 100%; padding: 10px 50px 10px 14px; font-size: 14px; color: #333; height: 44px; box-sizing: border-box; background-color: #fff; -webkit-transition: all .8s cubic-bezier(.19,1,.22,1); transition: all .8s cubic-bezier(.19,1,.22,1); border-radius: 22px; }
footer .search .sub { width: 40px; height: 28px; color: #000; font-size: 22px; font-weight: bold; outline: none; position: absolute; right: 14px; top: 8px; -webkit-transition: all .8s cubic-bezier(.19,1,.22,1); transition: all .8s cubic-bezier(.19,1,.22,1); }
footer .search .sub:hover { opacity: .9; }
footer .follow { width: 33.3333%; float: left; margin-bottom: 30px; box-sizing: border-box; padding-right: 30px; }
footer .follow li { display: inline-block; margin-right: 24px; float: left; }
footer .follow a { color: #fff; padding: 0 2px; font-size: 18px; }
footer .follow a i { vertical-align: middle; transition: transform .1s ease; transform: scale(1.2); }
footer .follow a:hover i { transform: scale(1.4); }
.banq { padding: 23px 0; background-color: #000000; color: #888888; font-size: 14px; text-align: left; line-height: 24px; text-align: center; }
.banq a { color: #888888; }

.nybanner { padding-bottom: 23.4375%; position: relative; }
.nybanner .table { position: absolute; height: 100%; box-sizing: border-box; padding-bottom: 55px; }
.nybanner .lmtit { color: #fff; font-size: 36px; font-weight: 400; text-align: left; }
.nybanner .lmxian { width: 45px; height: 1px; background: #fff; margin: 20px 0; }

.nynav { background: rgba(255, 255, 255, .87); margin-top: -55px; position: relative; z-index: 9; text-align: center; }
.nynav ul { white-space: nowrap; overflow-x: auto; font-size: 0; }
.nynav ul li { display: inline-block; position: relative; }
.nynav ul li a { display: block; min-width: 130px; line-height: 55px; font-size: 16px; color: #333; padding: 0 20px; box-sizing: border-box; transition: all 0.6s ease; }
.nynav ul li::before { width: 0; transition: all 0.6s ease; content: ''; display: block; position: absolute; top: 0; left: 0; background-color: #2984e1; z-index: -1; height: 100%; }
.nynav ul li:hover a, .nynav ul li.on a { color: #fff; }
.nynav ul li:hover::before, .nynav ul li.on::before { width: 100%; }

.nyleft{ width: 300px; float: left; }
.nyright{ padding-left: 342px; }

.nypronav{ background: #fff; margin-bottom: 20px; box-shadow: 0px 5px 20px 0px rgb(192 192 192 / 40%); }
.nypronav .lmtit{ background: #2984e1; font-size: 24px; color: #fff; line-height: 30px;  margin-bottom: 3px; font-weight: bold; padding: 24px 15px; }
.nypronav .lmtit span { display: block; font-size: 14px; line-height: 22px; margin-top: 10px; font-weight: normal; }
.nypronav .list ul li{ display: block; border-bottom: solid 1px #eee; }
.nypronav .list ul li:nth-last-child(1){ border-bottom: 0; }
.nypronav .list ul li > a{ display: block; padding: 10px 15px; height: 30px; line-height: 30px; font-size: 15px; color: #333; transition: all 0.2s; border-left: 2px solid transparent; }
.nypronav .list ul li > a i{ margin-right: 5px; }
.nypronav .list ul li.on > a,.nypronav .list ul li:hover > a{ color: #2984e1; background-color: #f9f9f9; border-left-color: #2984e1; }

.nycon{margin-bottom: 0; }
.nycon .lmtit{ background: #2984e1;  font-size: 24px; color: #fff; line-height: 30px;  margin-bottom: 3px; font-weight: bold; padding: 24px 15px; }
.nycon .lmtit span { display: block; font-size: 14px; line-height: 22px; margin-top: 10px; font-weight: normal; }
.nycon .wz { width: 100%; box-sizing: border-box; padding: 0 12px; }
.nycon .wz li { padding: 16px 0; border-bottom: 1px solid #f8f8f8; position: relative; padding-left: 62px; }
.nycon .wz .ico { border: 1px solid #dcdcdc; width: 42px; height: 42px; position: absolute; top: 16px; left: 0; font-size: 24px; box-sizing: border-box; line-height: 40px; text-align: center; border-radius: 50%; color: #2984e1; }
.nycon .wz .tit { font-size: 16px; color: #2a2a2a; padding-bottom: 5px; line-height: 24px; font-weight: bold; }
.nycon .wz .jj { font-size: 14px; color: #707070; line-height: 22px; }

.nyweizhi { padding: 18px 0; line-height: 30px; font-size: 14px; color: #595959; }

.nylmtit { font-size: 32px; color: #333; text-align: center; line-height: 1.5; font-weight: 700; padding-bottom: 10px; }
.nylmxian { width: 30px; height: 2px; background-color: #2984e1; margin: 15px auto; }

.feny{text-align: center;padding: 42px 0 40px; font-size: 0; }
.feny a{ display: inline-block; font-size: 14px; line-height: 24px; border: 1px solid #cccccc; background-color: #fff; color: #666666; min-width: 26px; text-align: center; padding: 0 5px; box-sizing: border-box; margin: 0 3.5px; }
.feny a:hover, .feny a.on{ color: #fff; background-color: #2984e1; }

.nypage { padding: 48px 0 80px; }
.nypage .nr { font-size: 16px; line-height: 30px; margin-top: 30px; }

.nymess{ padding: 80px 0; }
.nymess .lmtit{ font-size: 32px; font-weight: bold; color: #333; margin-bottom: 10px; text-align: center; line-height: 48px; }
.nymess .list{ position: relative; width: 102%; left: -1%; }
.nymess .list .text{ width: 100%; height: 42px; background: #f5f5f5; padding: 0 12px; font-size: 14px; color: #7b7b7b; box-sizing: border-box; border-radius: 5px; }
.nymess .list textarea{ padding: 21px 12px; background: #f5f5f5; color: #7b7b7b; line-height: 1.42857143; font-size: 14px; box-sizing: border-box; width: 100%; height: 150px; border: 0; border-radius: 5px; }
.nymess .list .li1{ width: 31.3333%; margin: 0 1% 15px; float: left; }
.nymess .list .li2{ width: 98%; margin: 0 1% 15px; }
.nymess .list .li3{ width: 31.3333%; margin: 0 1% 15px; float: left; padding-right: 100px; box-sizing: border-box; position: relative; }
.nymess .list .li3 img{ width: 90px; height: 50px; position: absolute; right: 0; top: 0; }
.nymess .list .sub{ float: right; width: 98%; height: 45px; background: #2984e1; font-size: 15px; color: #fff; margin-right: 1%; outline: none; line-height: 45px; border-radius: 5px; transition: all 0.5s; margin-top: 15px; }
.nymess .list .sub:hover{ background: #333; }

.nyrecruit { padding: 48px 0; }
.nyrecruit .list { padding-top: 30px; }
.nyrecruit .list .lmtit { line-height: 30px; color: #666; background: #F2F2F2; font-size: 16px; display: flex; flex-wrap: wrap; font-weight: bold; text-align: center; border: 1px solid #E3E3E3; }
.nyrecruit .list .lmtit span { display: block; float: left; box-sizing: border-box; padding: 15px; }
.nyrecruit .list .lmtit span.span1 { width: 23%; }
.nyrecruit .list .lmtit span.span2 {width: 8%;}
.nyrecruit ul li { display: block; line-height: 24px; font-size: 16px; color: #333; cursor: pointer; display: flex; flex-wrap: wrap; border: 1px solid #E3E3E3; border-top: 0; }
.nyrecruit ul li span { display: block; float: left; padding: 18px 15px; box-sizing: border-box; text-align: center; }
.nyrecruit ul li span.span1 { width: 23%; }
.nyrecruit ul li span.span2 { width: 8%; padding: 10px; }
.nyrecruit ul li em { display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 24px; color: #333; float: right; }
.nyrecruit ul li.on { background: #fff; border-bottom: 1px solid #eee; }
.nyrecruit ul .erji { display: none; padding: 20px; margin-top: -1px; background-color: #fff; border: 1px solid #E3E3E3; border-top: 0; }
.nyrecruit ul .erji .wz { box-sizing: border-box; font-size: 14px; color: #666; line-height: 25px; }
.nyrecruit ul .erji .wz .tit { font-size: 16px; font-weight: bold; color: #4a4a4a; margin-bottom: 10px; }
.nyrecruit ul .erji .ann { display: block; width: 150px; height: 40px; line-height: 40px; background: #026cb6; font-size: 14px; color: #fff; text-align: center; margin-top: 15px; transition: all .5s; }
.nyrecruit ul .erji .ann:hover { background: #025692; }

.nycontact { padding: 48px 0 100px; }
.nycontact .nr { min-height: 500px; position: relative; padding-left: 50%; margin-top: 40px; }
.nycontact .map { position: absolute; top: 0; left: 0; width: 50%; }
.nycontact .wz { width: 100%; box-sizing: border-box; padding: 0 44px; }
.nycontact .wz li { padding: 16px 0; border-bottom: 1px solid #f8f8f8; position: relative; padding-left: 62px; }
.nycontact .wz .ico { border: 1px solid #dcdcdc; width: 42px; height: 42px; position: absolute; top: 16px; left: 0; font-size: 24px; box-sizing: border-box; line-height: 40px; text-align: center; border-radius: 50%; color: #2984e1; }
.nycontact .wz .tit { font-size: 16px; color: #2a2a2a; padding-bottom: 5px; line-height: 24px; font-weight: bold; }
.nycontact .wz .jj { font-size: 14px; color: #707070; line-height: 22px; }

.nynews { padding: 20px 0 48px; }
.nynews ul li{ padding:30px 300px 30px 140px; position:relative; min-height:150px; border-bottom: 1px #ddd solid; }
.nynews ul li .date{ width:80px; position:absolute; left:10px; top:20px; text-align:center;}
.nynews ul li .date em{display: block;color: #666666;font-size: 40px; line-height: 55px;}
.nynews ul li .date span{color: #666666;font-size: 16px;display: block;}
.nynews ul li .tit{ font-size:18px; line-height:30px; margin-bottom:5px; height:30px; overflow:hidden; white-space: nowrap;text-overflow: ellipsis;}
.nynews ul li .jj{ line-height:24px; font-size: 14px; overflow:hidden; height:48px; color:#999;}
.nynews ul li .pic{ position:absolute; width:229px; height:150px; overflow:hidden; right:15px; top:30px;}
.nynews ul li:hover .date em{ color:#2984e1;}
.nynews ul li:hover .date span{ color:#2984e1;}

.shownews{ padding: 32px 0; }
.shownews .tit{ font-size: 28px; color: #262626; text-align: center; border-bottom: 1px solid #d9d9d9; padding-bottom: 20px;}
.shownews .nr{ padding: 20px 0; font-size: 16px; line-height: 32px; color: #595959; margin-top: 30px;}
.recase { padding-bottom: 50px; }
.recase .lmtit { font-size: 24px; font-weight: bold; color: #595959; margin-bottom: 10px; text-align: center; line-height: 48px; }
.recase ul li{ padding:30px 300px 30px 140px; position:relative; min-height:150px; border-bottom: 1px #ddd solid; }
.recase ul li .date{ width:80px; position:absolute; left:10px; top:20px; text-align:center;}
.recase ul li .date em{display: block;color: #666666;font-size: 40px; line-height: 55px;}
.recase ul li .date span{color: #666666;font-size: 16px;display: block;}
.recase ul li .tit{ font-size:18px; line-height:30px; margin-bottom:5px; height:30px; overflow:hidden; white-space: nowrap;text-overflow: ellipsis;}
.recase ul li .jj{ line-height:24px; font-size: 14px; overflow:hidden; height:48px; color:#999;}
.recase ul li .pic{ position:absolute; width:229px; height:150px; overflow:hidden; right:15px; top:30px;}
.recase ul li:hover .date em{ color:#2984e1;}
.recase ul li:hover .date span{ color:#2984e1;}

.nypro { padding-bottom: 32px; }
.nypro .nyright ul{ display: block; position: relative; width: 102%; left: -1%; }
.nypro .nyright ul li{ display: block; width: 31.3333%; float: left; margin: 0 1% 2%; border: solid 1px #e9e9e9; box-sizing: border-box; padding: 30px; transition: all .5s ease; }
.nypro .nyright ul li .pic{ overflow: hidden; position: relative; }
.nypro .nyright ul li .pic img{ transition: all .5s ease; position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.nypro .nyright ul li .tit{ font-size: 16px; height: 50px; line-height: 25px; margin-top: 20px; overflow: hidden; margin-bottom: 5px; margin-bottom: 10px; text-align: center; }
.nypro .nyright ul li:hover .tit{ color: #2984e1; }
.nypro .nyright ul li:hover .pic img{ transform: scale(1.1,1.1); }
.nypro .nyright ul li:hover { box-shadow: 0px 0px 1rem #ccc; }

.product-details .nyweizhi { background-color: #f9f9f9; }

.box{ width: 500px; position: absolute; left: 0; top: 0; box-sizing: border-box; }
.tb-pic a{display:table-cell; text-align:center; vertical-align:middle; cursor:pointer; border: solid 1px #d9d9d9;}
.tb-pic a img {vertical-align:middle;}
.tb-s310, .tb-s310 a {height:425px; width:500px;}
.tb-s310, .tb-s310 img {max-height:425px; max-width:500px;}
div.zoomDiv {z-index:999; position:absolute; width:500px; height:425px; display:none;text-align:center; overflow:hidden; margin-left:-9px; background:#fff;}
div.zoomDiv img{ max-width:inherit; max-height:inherit;}
div.zoomMask {position:absolute; background:url("../images/mask.png") repeat scroll 0 0 transparent; cursor:move; z-index:1;}
.picScroll-left { margin-top: 15px; padding: 0 25px; position: relative; }
.picScroll-left .hd .prev { width:20px; height:105px; font-size:36px; text-align:center; line-height:105px; color:rgba(0, 0, 0, 0.15); overflow:hidden; cursor:pointer; position:absolute; top: 0;  z-index:9; left: 0; }
.picScroll-left .hd .next { width:20px; height:105px; font-size:36px; text-align:center; line-height:105px; color:rgba(0, 0, 0, 0.15); overflow:hidden; cursor:pointer; position:absolute; top: 0; z-index:9; right: 0; }
.picScroll-left .hd .prev:hover { color:#595959; }
.picScroll-left .hd .next:hover { color:#595959; }
.picScroll-left .bd{ display: block; position: relative; width: calc(100% + 10px); left: -5px; }
.picScroll-left .bd ul li { display: block; width: 25%; float: left; cursor: pointer; }
.picScroll-left .bd ul li a{ display: block; padding: 0 5px; }
.picScroll-left .bd ul li a img{ border: 1px solid transparent; box-sizing: border-box; }
.picScroll-left .bd ul li.tb-selected a img{ border: 1px solid #2984e1; }

.showinfo{ padding: 40px 0; }
.showinfo .nr{ position: relative; padding: 0 20px 0 560px; min-height: 545px; }
.showinfo .nr .lmtit{ font-size: 20px; color: #262626; font-weight: bold; }
.showinfo .nr .jj{ font-size: 14px; line-height: 28px; color: #595959; margin-top: 20px; }
.showinfo .nr .jj strong{ color: #000; }

.showprodetail { margin: 32px 0; }
.showprodetail .detail .hd{ border-bottom: 1px solid #ddd; text-align: center; }
.showprodetail .detail .hd ul li{ display: inline-block; padding: 0 20px; position: relative; cursor: pointer; }
.showprodetail .detail .hd ul li:before{ content: ""; display: block; width: 100%; height: 1px; background: transparent; position: absolute; left: 0; bottom: 0; }
.showprodetail .detail .hd ul li span{ display: block; padding: 0 50px; line-height: 80px; font-size: 16px; color: #333; font-weight: bold; }
.showprodetail .detail .hd ul li.on span{ color: #2984e1; }
.showprodetail .detail .hd ul li:hover:before { background-color: #000; }
.showprodetail .detail .hd ul li.on:before { background-color: #2984e1; }
.showprodetail .detail .bd ul .wz{ font-size: 16px; line-height: 30px; color: #333; padding: 40px 0; }

.repro{ padding: 48px 0; background-color: #f9f9f9; }
.repro .lmtit{ font-size: 32px; color: #333; font-weight: bold; text-align: center; }
.repro .list ul{ display: flex; flex-wrap: wrap; position: relative; width: 101%; left: -.5%; margin-top: 30px; }
.repro .list ul li{ width: 24%; margin: .5%;  }
.repro .list ul li a { padding: 25px 20px; display: block; border: solid 1px #ddd; background-color: #fff; }
.repro .list ul li .pic{ overflow: hidden; }
.repro .list ul li .pic img { transition: all 0.5s; }
.repro .list ul li .tit{ font-size: 16px; height: 50px; line-height: 25px; margin-top: 20px; overflow: hidden; margin-bottom: 5px; margin-bottom: 10px; text-align: center; transition: all 0.3s; }
.repro .list ul li:hover .pic img{ transform: scale(1.1,1.1); }
.repro .list ul li:hover .tit{ color: #2984e1; }

.nyabout { padding-bottom: 70px; }
.nyabout .shuj{ text-align: center; margin-top: 60px; }
.nyabout .shuj ul { display: block; padding: 50px 0; box-shadow: 0px 0px 15px rgb(0 0 0 / 10%); }
.nyabout .shuj ul li{ display: inline-block; vertical-align: top; padding: 0 70px; width: 25%; float: left; box-sizing: border-box; }
.nyabout .shuj ul li .sz{ font-size: 18px; color: #2984e1; font-weight: bold; }
.nyabout .shuj ul li .sz span{ font-size: 50px; margin-right: 5px; }
.nyabout .shuj ul li .tit{ font-size: 16px; color: #595959; font-weight: bold; margin-top: 4px; }
.nyabout .about{ padding: 60px 0 0; }
.nyabout .about .nr{ position: relative; padding-left: 52%; min-height: 394px; }
.nyabout .about .nr .pic{ position: absolute; width: 50%; left: 0; top: 0; }
.nyabout .about .nr .cnlmtit{ font-size: 22px; font-weight: bold; color: #333; }
.nyabout .about .nr .wz{ font-size: 16px; line-height: 30px; margin: 20px 0; }
.nyabout .about .nr .ann{ display: block; width: 138px; line-height: 46px; background: #2984e1; font-size: 16px; text-align: center; color: #fff; font-weight: 500; }
.nyabout .about .nr .ann:hover{ opacity: .9; }

.nyproduce{ padding-bottom: 60px; }
.nyproduce .list{ margin-top: 50px; }
.nyproduce .list ul{ display: block; position: relative; width: 101%; left: -.5%; }
.nyproduce .list ul li{ display: block; width: 19%; margin: 0 .5%; float: left; box-sizing: border-box; border: 1px solid #ddd; transition: all .5s ease; background-color: #fff; }
.nyproduce .list ul li .tit{ font-size: 16px; text-align: center; height: 22px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 500; padding: 16px; }
.nyproduce .list ul li:hover{ transform: translateY(-10px); box-shadow: 0 0 15px rgba(0,0,0,.1); }

.nyhonor{ padding: 60px 0; background-color: #f6f6f6; }
.nyhonor .list{ margin-top: 50px; }
.nyhonor .list ul{ display: block; position: relative; width: 101%; left: -.5%; }
.nyhonor .list ul li{ display: block; width: 24%; margin: 0 .5%; float: left; box-sizing: border-box; border: 1px solid #ddd; transition: all .5s ease; background-color: #fff; }
.nyhonor .list ul li .tit{ font-size: 16px; text-align: center; height: 22px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 500; padding: 16px; }
.nyhonor .list ul li:hover{ transform: translateY(-10px); box-shadow: 0 0 15px rgba(0,0,0,.1); }