@font-face {
  font-family: "opensans";
  src:url("../fonts/opensans.eot"); /* IE9 */
  src:url("../fonts/opensans.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("../fonts/opensans.woff") format("woff"), /* chrome、firefox */
      url("../fonts/opensans.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
      url("../fonts/opensans.svg#titfont") format("svg"); /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}

/*初始化*/
body, ul, li, p, h1, h2, h3, h4, h5, h6, a, dl, dt, dd { margin: 0; padding: 0; }
body { margin: 0 auto; min-width: 1300px; font-family: "opensans", Helvetica, Tahoma, Arial, sans-serif; font-size: 14px; color: #333; }
ul, li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
input, textarea { font-family: "opensans", Helvetica, Tahoma, Arial, sans-serif; font-size: 14px; color: #333; border: none; }
img { border: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
i { font-style: normal; }
a { color:#333;text-decoration:none;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; }
a:hover { color: #1ea838; }

/*通用*/
.comwrap { position: relative; margin: 0 auto; width: 94%; max-width: 1200px; }
.fl-l { float: left; }
.fl-r { float: right; }
.d-ib { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
.cl-baf { *zoom: 1; }
.cl-baf:after { content: ""; display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }
.clear { display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }
.txtoe { -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.trs2s { -webkit-transition: all 2s; -o-transition: all 2s; transition: all 2s; }
.trs1s { -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.trs06s { -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.trs03s { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.trsnone { -webkit-transition: none; -o-transition: none; transition: none; }
.icon-nav { width: 27px; height: 6px; background: url(../img/icon_nav.png) 0 0 no-repeat; }
.icon-play { width: 58px; height: 58px; background: url(../img/icon_play.png) 0 0 no-repeat; }
.icon-close { width: 27px; height: 27px; background: url(../img/icon_close.png) 0 0 no-repeat; }
.icon-btn-l-w { width: 14px; height: 24px; background: url(../img/icon_btn_l_w.png) 0 0 no-repeat; }
.icon-btn-r-w { width: 14px; height: 24px; background: url(../img/icon_btn_r_w.png) 0 0 no-repeat; }
.icon-btn-t-w { width: 24px; height: 14px; background: url(../img/icon_btn_t_w.png) 0 0 no-repeat; }
.icon-btn-b-w { width: 24px; height: 14px; background: url(../img/icon_btn_b_w.png) 0 0 no-repeat; }
.icon-arrow-pro { width: 9px; height: 16px; background: url(../img/icon_arrow_pro.png) 0 0 no-repeat; }
.icon-magnifier { width: 39px; height: 39px; background: url(../img/icon_magnifier.png) 0 0 no-repeat; }
.imgha img { max-width: 100%; }

/*头部*/
.header { position: relative; z-index: 2; border-bottom: 2px solid #1ea838; }
.header .logo { padding: 14px 0; }
.nav { position: relative; }
.nav .list { margin-right: -25px; font-size: 0; }
.nav .col { padding: 0 25px; }
.nav .col .link { display: block; font-weight: bold; font-size: 14px; line-height: 78px; text-transform: uppercase; color: #797979; }
.nav .ico { display: none; position: absolute; bottom: -2px; left: 0; z-index: 2; background-color: #fff; }
.header .btn { display: none; margin-top: 5px; margin-right: 3%; cursor: pointer; }
.header .btn .line { display: block; margin-bottom: 5px; width: 24px; height: 3px; background-color: #1ea838; }
.header .btn.on { -webkit-transform: rotateZ(180deg) translate3d(0, 5px, 0); -moz-transform: rotateZ(180deg) translate3d(0, 5px, 0); -ms-transform: rotateZ(180deg) translate3d(0, 5px, 0); -o-transform: rotateZ(180deg) translate3d(0, 5px, 0); transform: rotateZ(180deg) translate3d(0, 5px, 0); }
.header .btn.on .line-t { -webkit-transform: translate3d(0, 8px, 0) rotateZ(-45deg); -moz-transform: translate3d(0, 8px, 0) rotateZ(-45deg); -ms-transform: translate3d(0, 8px, 0) rotateZ(-45deg); -o-transform: translate3d(0, 8px, 0) rotateZ(-45deg); transform: translate3d(0, 8px, 0) rotateZ(-45deg); }
.header .btn.on .line-m { opacity: 0; filter: alpha(opacity=0); }
.header .btn.on .line-b { -webkit-transform: translate3d(0, -8px, 0) rotateZ(45deg); -moz-transform: translate3d(0, -8px, 0) rotateZ(45deg); -ms-transform: translate3d(0, -8px, 0) rotateZ(45deg); -o-transform: translate3d(0, -8px, 0) rotateZ(45deg); transform: translate3d(0, -8px, 0) rotateZ(45deg); }

/*底部*/
.footer { padding: 75px 0 55px; border-top: 1px solid #e4e4e4; }
.footer .ewm .img { display: block; width: 120px; }
.footer .ewm .txt { margin-top: 6px; font-size: 14px; color: #6f6f6f; text-align: center; }
.footer .info { margin: -8px 0 0 35px; max-width: 525px; font-size: 14px; line-height: 28px; color: #3b3b3b; }
.footer .menu { font-size: 0; }
.footer .menu .col { margin-left: 40px; max-width: 90px; vertical-align: top; }
.footer .menu .col-1, .footer .menu .col-6, .footer .menu .col-60 { display: none; }
.footer .menu .link { display: block; font-weight: 500; font-size: 16px; color: #3b3b3b; }
.footer .menu .son { margin-top: 8px; }
.footer .menu .slink { display: block; font-size: 14px; line-height: 28px; color: #6f6f6f; }
.footer .menu .slink:hover { color: #1ea838; }
.copyright { padding: 11px 0; font-size: 12px; line-height: 18px; text-align: center; color: #fff; background-color: #1ea838; }
.copyright .comwrap { opacity: 0.5; filter: alpha(opacity=50); }
.copyright a { color: #fff; }
.copyright a:hover { text-decoration: underline; }
/* 右侧工具条 */
.floatright { position: fixed; right: 0; bottom: 41px; z-index: 99; width: 40px; height: 163px; font-size: 14px; color: #fff; }
.floatright:hover, .floatright.fr-is-visible { visibility: visible; opacity: 1; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }
.floatright .fr-box { position: relative; z-index: 99; width: 100%; height: 40px; background-color: #1ea838; cursor: pointer; }
.floatright .fr-box .txt { position: absolute; left: 40px; top: 0; line-height: 40px; }
.floatright .fr-box:hover { background-color: #555; }
.floatright .fr-box .icon { display: block; position: relative; top: 8px; left: 10px; width: 20px; height: 24px; background: url(../img/icon_ft.png) 0 0 no-repeat; }
.floatright .fr-box .icon-call { left: 8px; width: 24px; background-position: -58px 0; }
.floatright .fr-box .icon-qq { left: 9px; width: 21px; background-position: -30px 0; }
.floatright .fr-box .icon-code { left: 8px; width: 24px; background-position: -89px 0; }
.floatright .fr-top { z-index: 100; cursor: pointer; }
.floatright .fr-call { position: absolute; top: 41px; right: 0; z-index: 100; overflow: hidden; }
.floatright .fr-call:hover { width: 160px; }
.floatright .fr-qq { position: absolute; top: 82px; right: 0; }
.floatright .fr-qq .link { position: absolute; top: 0; height: 0; width: 100%; height: 100%; }
.floatright .fr-code { position: absolute; top: 123px; right: 0; z-index: 100; }
.floatright .fr-code .box { position: absolute; bottom: 0; right: 50px; padding-right: 5px; font-size: 0; opacity: 0; filter: alpha(opacity=0); visibility: hidden; }
.floatright .fr-code .imgwr { padding: 8px; background-color: #fff; border: 1px solid #ccc; vertical-align: top; }
.floatright .fr-code .imgwr-2 { border-left: none; border-right: 1px solid #ccc; }
.floatright .fr-code .img { display: block; width: 120px; }
.floatright .fr-code .txt { display: block; position: static; margin-top: 4px; font-size: 12px; line-height: normal; text-align: center; color: #666; }
.floatright .fr-code:hover .box { right: 40px; opacity: 1; filter: alpha(opacity=100); visibility: visible; }
/*移动端工具条*/
.mFoot-nav { display: none; position: fixed; left: 0; bottom: 0; right: 0; z-index: 998; margin: 0 auto; width: 100%; background-color: #333; }
.mFoot-nav .col { float: left; display: block; width: 25%; height: 50px; font-size: 12px; color: #eee; text-align: center; border-right: 1px solid #404040; box-sizing: border-box; }
.mFoot-nav .col-1:hover, .mFoot-nav .col-3:hover, .mFoot-nav .col:hover.on { background-color: #1ea838; }
.mFoot-nav .col .icon { display: block; margin: 8px auto 4px; width: 17px; height: 18px; background: url(../img/icon_mtool.png) 0 0 no-repeat; }
.mFoot-nav .col .icon-2 { background-position: -23px 0; }
.mFoot-nav .col .icon-3 { background-position: -46px 0; }
.mFoot-nav .col .icon-4 { background-position: -69px 0; }
  /* 地图 */
.mMap-box { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); -webkit-transform: translate3d(0, 150%, 0); transform: translate3d(0, 150%, 0); visibility: hidden; }
.mMap-show { z-index: 1000; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); visibility: visible; }
.mMap-box p { position: relative; width: 100%; height: 50px; line-height: 50px; font-size: 18px; color: #fff; text-align: center; background-color: #1ea838; }
.mMap-box p i { position: absolute; left: 2%; line-height: 50px; }

/*内容*/
.banner { position: relative; overflow: hidden; }
.banner .img { display: block; width: 100%; }
.position { padding: 10px 0; font-size: 14px; line-height: 20px; color: #a5a5a5; background-color: #f8f8f8; }
.position a { color: #a5a5a5; }
.position a:hover { color: #1ea838; }
.position .back { display: none; position: absolute; top: 0; right: 0; }
.position-2 .txt { padding-right: 70px; }
.position-2 .back { display: block; }
.container { padding: 0.1px 0; background-color: #f9f9f9; }
.menut { margin-top: 40px; max-width: 1198px; color: #525252; border: 1px solid #f2f2f2\9; box-shadow: 0 0 3px 0 rgba(132, 132, 132, 0.3); }
.menut .posi { padding: 14px 25px; line-height: 20px; }
.menut .posi a { color: #525252; }
.menut .posi a:hover, .menut .list .link:hover { color: #1ea838; }
.menut .list { margin: 0 1px; padding: 18px 0 24px 25px; font-size: 0; border-top: 1px solid #dbdbdb; }
.menut .list .link { margin: 14px 30px 0 0; padding: 0 5px; font-size: 14px; line-height: 25px; color: #333945; border-radius: 5px; }
.menut .list .cur, .menut .list .cur:hover { color: #fff; background-color: #1ea838; }
.pagelist { margin: 30px auto 40px; font-size: 0; text-align: center; }
.pagelist a, .pagelist b { display: inline-block; *display: inline; *zoom: 1; margin: 0 5px 5px; padding: 0 4px 8px; font-size: 14px; color: #5b5b5b; border-bottom: 1px solid #eee; }
.pagelist a:hover { color: #1ea838; }
.pagelist b, .pagelist .this { color: #1ea838; border-color: #1ea838; }
.pagelist a b { display: inline; color: #5b5b5b; border: none; }
.pagelist a[title="Total record"], .pagelist a[title="Total"], .pagelist a[title="record"] { display: none; }
.pagelist .plbtn { display: none; }
.pagelist .plbtn.show { display: inline-block; *display: inline; *zoom: 1; }
.pagelist .d-ib { vertical-align: top; }

/*弹出灯箱*/
.commask { display: none; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; background-color: #000; opacity: 0.8; filter: alpha(opacity=80); }
.swiperpf { display: none; position: fixed; top: 0; left: 0; z-index: 1000; margin: 0 auto; width: 100%; height: 100%; text-align: center; overflow: hidden; }
.swiperpf-db { display: block; }
.swiperpf-hide { opacity: 0; filter: alpha(opacity=0); visibility: hidden; }
.swiperpf .swiper-container { position: absolute; top: 10%; left: 0; right: 0; margin: 0 auto; width: 90%; height: 80%; }
.swiperpf .swiper-slide { position: relative; }
.swiperpf .img { position: absolute; top: 0; left: 0; right: 0; z-index: 1001; margin: 0 auto; max-width: 100%; max-height: 100%; }
.swiperpf .swiper-lazy-preloader { z-index: 1000; }
.swiperpf .tit { display: none; position: absolute; bottom: 4%; left: 0; width: 100%; font-weight: normal; font-size: 22px; text-align: center; color: #222; }
.swiperpf .close { position: absolute; top: 0; right: 0; z-index: 1000; width: 50px; height: 50px; background-color: #1ea838; }
.swiperpf .close .icon { position: absolute; top: 50%; left: 50%; margin: -14px 0 0 -14px; }
.swiperpf .close:hover .icon { -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); transform: rotateZ(180deg); }
.swiperpf .btn { position: absolute; top: 50%; z-index: 1001; margin-top: -25px; width: 50px; height: 50px; background-color: rgba(30, 168, 56, 0.6); background-color: #1ea838\9; }
.swiperpf .btn .icon { position: absolute; top: 50%; left: 50%; margin: -12px 0 0 -7px; }
.swiperpf .btn:hover { background-color: rgba(30, 168, 56, 0.8); }
.swiperpf .prev { left: 5%; }
.swiperpf .prev:hover .icon { -webkit-transform: translate3d(-3px, 0, 0); -moz-transform: translate3d(-3px, 0, 0); -ms-transform: translate3d(-3px, 0, 0); -o-transform: translate3d(-3px, 0, 0); transform: translate3d(-3px, 0, 0); }
.swiperpf .next { right: 5%; }
.swiperpf .next:hover .icon { -webkit-transform: translate3d(3px, 0, 0); -moz-transform: translate3d(3px, 0, 0); -ms-transform: translate3d(3px, 0, 0); -o-transform: translate3d(3px, 0, 0); transform: translate3d(3px, 0, 0); }

/*简介*/
.about-tit { font-size: 36px; color: #000; text-align: center; }
.about { padding: 70px 0 95px; color: #424242; }
.about .con, .about-factory .con, .about-culture .conwr .con { margin-top: 20px; font-size: 15px; line-height: 2; }
.about .list { padding-top: 45px; font-size: 0; }
.about .list .col { float: left; margin: 50px 2% 0 0; width: 23.5%; vertical-align: top; }
.about .list .col-4, .about .list .col-8 { float: right; margin-right: 0; width: auto; max-width: 23.5%; }
.about .col .img { margin-right: 18px; width: 32px; }
.about .col .tit { position: relative; font-family: arial; font-weight: bold; font-size: 65px; }
.about .col .stit { position: absolute; top: -10px; left: 100%; font-size: 34px; }
.about .col .lcon { margin: 8px 0 0 50px; font-size: 14px; }

.about-mov { position: relative; background-color: #000; overflow: hidden; }
.about-mov .bg { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; opacity: 0.5; filter: alpha(opacity=50); }
.about-mov .conwr { z-index: 2; padding: 210px 0 300px; color: #fff; text-align: center; }
.about-mov .conwr .tit { font-size: 38px; }
.about-mov .conwr .con { margin-top: 32px; font-size: 20px; }
.about-mov .conwr .icon-play { display: block; margin: 70px auto 24px; cursor: pointer; }
.about-mov .conwr .more { font-size: 18px; text-decoration: underline; cursor: pointer; }
.about-mov .conwr .open:hover .icon-play { -webkit-transform: translate3d(6px, 0, 0); -moz-transform: translate3d(6px, 0, 0); -ms-transform: translate3d(6px, 0, 0); -o-transform: translate3d(6px, 0, 0); transform: translate3d(6px, 0, 0); }
.about-mov .wrap, .about-mov .box { position: absolute; top: 0; left: 0; right: 0; z-index: 3; margin: 0 auto; }
.about-mov .wrap { display: none; z-index: 4; width: 100%; height: 100%; background-color: #000; }
.about-mov .wrap .close { position: absolute; top: 0; right: 0; z-index: 4; padding: 10px; background-color: #000; }
.about-mov .wrap .icon-close { display: block; }
.about-mov .wrap .close:hover .icon-close { -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); transform: rotateZ(180deg); }

.about-factory { padding: 125px 0; overflow: hidden; }
.about-factory .con { text-align: center; }
.about-factory .imgbox { margin-top: 70px; }
.about-factory .imgbox .swiper-container { margin: 0 auto; max-width: 940px; overflow: visible; }
.about-factory .imgbox .imgwr { position: relative; padding-bottom: 59.57%; height: 0; background-color: #000; overflow: hidden; }
.about-factory .imgbox .img { position: absolute; top: 0; left: 0; width: 100%; opacity: 0.5; filter: alpha(opacity=50); }
.about-factory .imgbox .swiper-slide-active .img { opacity: 1; filter: alpha(opacity=100); }
.about-factory .imgbox .btn { position: absolute; top: 50%; z-index: 2; margin-top: -32px; padding: 20px; background-color: #1ea838; }
.about-factory .imgbox .prev { right: 100%; margin-right: 5%; }
.about-factory .imgbox .prev:hover { padding: 20px 40px 20px 20px; }
.about-factory .imgbox .next { left: 100%; margin-left: 5%; }
.about-factory .imgbox .next:hover { padding: 20px 20px 20px 40px; }
.about-factory .imgbox .icon { display: block; }

.about-culture { position: relative; overflow: hidden; }
.about-culture .img { display: block; width: 100%; }
.about-culture .comwrap { position: absolute; top: 0; left: 0; right: 0; z-index: 3; margin-top: 19.5%; max-width: 920px; }
.about-culture .conwr { padding: 60px 3% 26px; background-color: #fff; }
.about-culture .conwr .con { min-height: 128px; }
.about-culture .conwr .con-m { display: none; }
.about-culture .list { position: relative; z-index: 2; padding: 155px 0 90px; font-size: 0; text-align: center; background-color: #1ea838; }
.about-culture .list .comwrap { position: static; margin-top: 0; max-width: 1200px; }
.about-culture .list .col { margin: 50px 2% 0; width: 21%; text-align: center; color: #fff; vertical-align: top; }
.about-culture .col .icowr { width: 100px; height: 100px; border: 2px solid #fff; border-radius: 100%; }
.about-culture .col .ico { margin-top: 25px; max-width: 80%; height: 49px; }
.about-culture .col .tit { margin-top: 30px; font-weight: bold; font-size: 20px; }
.about-culture .col .con { margin-top: 10px; font-size: 14px; line-height: 2.285; }
.about-culture .col:hover .icowr { -webkit-transform: translate3d(0, -6px, 0) rotatey(180deg); -moz-transform: translate3d(0, -6px, 0) rotatey(180deg); -ms-transform: translate3d(0, -6px, 0) rotatey(180deg); -o-transform: translate3d(0, -6px, 0) rotatey(180deg); transform: translate3d(0, -6px, 0) rotatey(180deg); }
.about-culture .col:hover .ico { -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); transform: rotateY(-180deg); }

/*产品*/
.promenu { margin-top: 60px; max-width: 1198px; color: #525252; border: 1px solid #f2f2f2\9; box-shadow: 0 0 3px 0 rgba(132, 132, 132, 0.3); }
.promenu .posi { padding: 14px 25px; line-height: 20px; }
.promenu .posi a { color: #525252; }
.promenu .posi a:hover, .promenu .list .link:hover { color: #1ea838; }
.promenu .list { margin: 0 1px; padding: 18px 0 24px 25px; border-top: 1px solid #dbdbdb; }
.promenu .list .wrap { position: relative; margin-top: 16px; padding-left: 70px; font-size: 0; }
.promenu .list .link { margin: 14px 30px 0 0; padding: 0 5px; font-size: 14px; line-height: 25px; color: #333945; border-radius: 5px; }
.promenu .list .all { position: absolute; top: 0; left: 0; }
.promenu .list .cur, .promenu .list .cur:hover { color: #fff; background-color: #1ea838; }

.prolist { margin: 36px auto; }
.prolist .list { font-size: 0; }
.prolist .list .col { position: relative; margin: 0 2% 36px 0; width: 31.66%; vertical-align: top; overflow: hidden; }
.prolist .list .col-0 { margin-right: 0; }
.prolist .col .imgwr { position: relative; padding-bottom: 100%; height: 0; overflow: hidden; }
.prolist .col .img { position: absolute; top: 0; left: 0; width: 100%; }
.prolist .col .conwr { position: relative; padding: 10px 60px 0 0; }
.prolist .col .tit { font-weight: bold; font-size: 16px; line-height: 24px; color: #3b3b3b; }
.prolist .col .stit { margin-top: 4px; font-size: 12px; color: #6f6f6f; }
.prolist .col .icowr { position: absolute; bottom: 0; right: 18px; padding: 0 8px 7px; border-bottom: 1px solid #e2e2e2; }
.prolist .col .icon { display: block; }
.prolist .col:hover .img { -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); }
.prolist .col:hover .tit, .prolist .col:hover .stit { color: #1ea838; }
.prolist .col:hover .icowr { border-bottom-color: #fff; }
.prolist .col:hover .icon { -webkit-transform: translate3d(6px, 0, 0); -moz-transform: translate3d(6px, 0, 0); -ms-transform: translate3d(6px, 0, 0); -o-transform: translate3d(6px, 0, 0); transform: translate3d(6px, 0, 0); }

.procon { margin: 50px auto 35px; }
.procon .posi { position: relative; padding-bottom: 16px; color: #a5a5a5; border-bottom: 1px solid #dfdfdf; }
.procon .posi a { color: #a5a5a5; }
.procon .posi a:hover { color: #1ea838; }
.procon .posi .wrap { margin-right: 80px; }
.procon .posi .back { position: absolute; right: 0; top: 0; }
.procon .top { margin-top: 85px; padding-bottom: 35px; border-bottom: 1px solid #dfdfdf; }
.procon .imgbox { position: relative; z-index: 2; width: 54.16%; }
.procon .imgbox .zoom { display: none; position: absolute; left: 100%; top: 0; z-index: 2; width: 100%; height: 100%; background-color: #fff; border: 1px solid #ddd; overflow: hidden; }
.procon .imgbox .zoom .img { position: absolute; }
.procon .imgbox .bigimg { float: right; position: relative; padding-bottom: 74.61%; width: 74.61%; height: 0; background-color: #f9f9f9; overflow: hidden; }
.procon .bigimg .img { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; max-width: 100%; max-height: 100%; }
.procon .imgbox .imgslide { position: absolute; top: 0; left: 0; width: 19%; height: 100%; overflow: hidden; }
.procon .imgslide .swiper-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.procon .imgslide .swiper-slide { position: relative; overflow: hidden; }
.procon .imgslide .imgwr { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #dedede; overflow: hidden; cursor: pointer; box-sizing: border-box; }
.procon .imgslide .img { position: absolute; top: 0; left: 0; width: 100%; }
.procon .imgslide .imgwr:hover, .procon .imgslide .cur .imgwr { border-color: #1ea838; }
.procon .imgslide .btn { position: absolute; left: 0; z-index: 2; width: 100%; height: 34px; }
.procon .imgslide .icon { position: absolute; top: 50%; left: 0; right: 0; margin: -7px auto 0; }
.procon .imgslide .prev { top: 0; }
.procon .imgslide .prev:hover { top: -6px; }
.procon .imgslide .next { bottom: 0; }
.procon .imgslide .next:hover { bottom: -6px; }
.procon .conbox { width: 40.83%; }
.procon .conbox .tit { font-weight: bold; font-size: 26px; color: #1ea838; }
.procon .conbox .stit { margin-top: 26px; font-weight: bold; font-size: 18px; color: #3b3b3b; text-transform: uppercase; }
.procon .conbox .con { margin-top: 10px; font-size: 14px; line-height: 1.857; color: #6f6f6f; }
.procon .conbox .btnwr { margin-top: 40px; font-size: 0; text-transform: uppercase; }
.procon .conbox .btn { margin-right: 20px; width: 168px; font-size: 16px; line-height: 43px; text-align: center; color: #1f1f1f; border: 1px solid #dedede; }
.procon .conbox .btn:hover { color: #fff; background-color: #1ea838; border-color: #1ea838; }
.procon .body { margin-top: 45px; font-size: 16px; line-height: 2; }

.prorcmd { margin: 40px auto; }
.prorcmd .title { position: relative; padding-bottom: 16px; color: #a5a5a5; border-bottom: 1px solid #dfdfdf; }
.prorcmd .title .tit { margin-right: 80px; }
.prorcmd .title .more { position: absolute; right: 0; top: 0; color: #a5a5a5; }
.prorcmd .title .more:hover { color: #1ea838; }
.prorcmd .list { font-size: 0; }
.prorcmd .list .col { margin: 40px 2% 0 0; width: 23.5%; vertical-align: top; }
.prorcmd .list .col-4 { margin-right: 0; }
.prorcmd .col .imgwr { position: relative; padding-bottom: 100%; height: 0; overflow: hidden; }
.prorcmd .col .img { position: absolute; top: 0; left: 0; width: 100%; }
.prorcmd .col:hover .imgwr { -webkit-transform: translate3d(0, -6px, 0); -moz-transform: translate3d(0, -6px, 0); -ms-transform: translate3d(0, -6px, 0); -o-transform: translate3d(0, -6px, 0); transform: translate3d(0, -6px, 0); }
.prorcmd .col:hover .img { -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); }

/*新闻*/
.artlist { margin: 10px auto 50px; }
.artlist .list { font-size: 0; }
.artlist .list .col { margin: 2.5% 2.5% 0 0; width: 31.66%; vertical-align: top; }
.artlist .list .col-0 { margin-right: 0; }
.artlist .col .imgwr { position: relative; padding-bottom: 61.98%; height: 0; overflow: hidden; }
.artlist .col .img { position: absolute; top: 0; left: 0; width: 100%; }
.artlist .col .time { position: absolute; bottom: 0; left: 0; padding: 0 12px; font-size: 13px; line-height: 34px; color: #919191; background-color: #f8f8f8; }
.artlist .col .conwr { padding: 40px 30px 35px; background-color: #f8f8f8; }
.artlist .col .tit { font-size: 16px; color: #232323; }
.artlist .col .line { position: relative; margin: 18px 0 20px; height: 1px; background-color: #ababab; }
.artlist .col .line-h { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; width: 0; height: 100%; background-color: #1ea838; }
.artlist .col .desc { height: 48px; font-size: 14px; line-height: 24px; color: #939393; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.artlist .list .col:hover { box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
.artlist .col:hover .img { -webkit-transform: scale(1.06); -moz-transform: scale(1.06); -ms-transform: scale(1.06); -o-transform: scale(1.06); transform: scale(1.06); }
.artlist .col:hover .line-h { width: 100%; }

.artcon { margin: 35px 400px 75px 0; }
.artcon .title { font-size: 24px; color: #313131; text-align: center; }
.artcon .info { font-size: 0; color: #a5a5a5; text-align: center; }
.artcon .info .txt { font-size: 12px; }
.artcon .body { margin-top: 35px; font-size: 14px; line-height: 1.9; color: #666; }
.artcon .body img { margin-top: 1em; }
.artcon .pagelink { position: relative; margin-top: 30px; padding: 22px 160px 0 0; font-size: 14px; line-height: 2; color: #898989; border-top: 1px solid #eee; }
.artcon .pagelink a { color: #898989; }
#bdshareNC { position: absolute; right: 0; bottom: 8px; }
#bdshareNC .icon { margin: 0 10px 0 0; padding: 0; width: 20px; height: 20px; background: url(../img/icon_share_nc.png) 0 0 no-repeat; }
#bdshareNC .bds_weixin { background-position: -26px 0; }
#bdshareNC .bds_qzone { background-position: -52px 0; }
#bdshareNC .bds_sqq { background-position: -78px 0; }
#bdshareNC .bds_more { margin: 2px 0; }

.sidebar { margin: 40px 0 75px -350px; width: 350px; }
.sidebar .title { font-size: 16px; color: #666; }
.sidebar .taglist, .sidebar .list .tags { font-size: 0; }
.sidebar .taglist .link, .sidebar .list .link { margin: 10px 10px 0 0; font-size: 12px; line-height: 26px; text-align: center; color: #8c8c8c; border: 1px solid #eee; vertical-align: top; }
.sidebar .taglist .txt { display: block; padding: 0 5px; }
.sidebar .taglist .link:hover, .sidebar .list .link:hover { color: #1ea838; border-color: #1ea838; }
.sidebar .list { margin-top: 20px; }
.sidebar .list .row { padding: 35px 0 20px; border-top: 1px solid #eee; }
.sidebar .list .tit { font-size: 16px; color: #333; }
.sidebar .list .time { margin-top: 8px; font-size: 12px; color: #a5a5a5; }
.sidebar .list .desc { margin-top: 16px; font-size: 14px; line-height: 22px; color: #a1a1a1; }
.sidebar .list .row:hover .tit { color: #1ea838; }
.sidebar .list .link { padding: 0 5px; }

.morenews { margin: 0 auto 30px; }
.morenews .title { padding-bottom: 24px; border-bottom: 1px solid #eee; }
.morenews .title .txt { font-weight: bold; font-size: 16px; color: #666; }
.morenews .list .col-3 { margin-right: 0; }
.morenews .list .col-4 { display: none; }

/*加盟*/
.join-tit { text-align: center; }
.join-tit .txt { font-weight: bold; font-size: 24px; text-transform: uppercase; color: #585656; }
.join-tit .img { max-width: 100%; vertical-align: top; }
.join-support { padding: 75px 0 130px; }
.join-support .list { margin-top: 25px; font-size: 0; }
.join-support .list .col { margin-top: 30px; width: 33.33%; min-height: 70px; vertical-align: top; }
.join-support .col .conwr { position: relative; margin: 0 auto; width: 90%; max-width: 265px; text-align: center; }
.join-support .col .ico { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
.join-support .col .imgwr { position: relative; z-index: 2; margin: 0 auto; padding: 5px; width: 35px; background-color: #fff; border-radius: 100%; overflow: hidden; }
.join-support .col .img { display: block; width: 35px; }
.join-support .col .tit { margin-top: -30px; padding: 35px 5px 5px; width: 100px; font-size: 14px; text-align: center; color: #fff; background-color: #63b274; }
.join-support .col .con { padding-top: 20px; font-size: 16px; line-height: 1.5; color: #585656; }
.join-strength { padding: 40px 0 100px; background: #f8f8f8 url(../img/bg_joinbs.jpg) center no-repeat; }
.join-strength .join-tit { margin-bottom: 60px; }
.join-strength .left { margin-left: 70px; }
.join-strength .left .titwr { margin: 30px 0; width: 366px; height: 366px; border: 2px dashed #e7e7e7; border-radius: 180px; }
.join-strength .titwr .round { margin: 20px 0 20px -12px; width: 326px; height: 326px; border: 2px dashed #e7e7e7; border-radius: 170px; }
.join-strength .titwr .incon { margin: 20px 0 20px -20px; padding: 35px; width: 220px; height: 220px; text-align: center; color: #fff; background-color: #1ea838; border-radius: 155px; }
.join-strength .titwr .tit { margin-bottom: 10px; padding: 30px 0 5px; font-size: 20px; border-bottom: 1px solid #fff; }
.join-strength .titwr .con { font-size: 14px; line-height: 1.4; }
.join-strength .left .btnwr { margin-left: -150px; width: 190px; height: 430px; }
.join-strength .btnwr .btn { display: block; padding: 25px 5px; width: 80px; height: 40px; font-size: 12px; line-height: 20px; text-align: center; color: #333; background-color: #fff; border-radius: 50%; box-shadow: 0 0 3px #d9d9d9; overflow: hidden; cursor: pointer; }
.join-strength .btnwr .btn-1 { margin-left: 15px; }
.join-strength .btnwr .btn-2 { margin: -10px 0 0 90px; }
.join-strength .btnwr .btn-3 { margin: 10px 0 0 110px; }
.join-strength .btnwr .btn-4 { margin: 10px 0 0 80px; }
.join-strength .btnwr .btn-5 { margin: -10px -10px 0 0; }
.join-strength .btnwr .btn:hover, .join-strength .btnwr .cur { color: #fff; background-color: #1ea838; box-shadow: 0 0 3px #1ea838; }
.join-strength .right { margin-left: 130px; width: 520px; background-color: #fff; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
.join-strength .right .conwr { padding: 20px; font-size: 16px; line-height: 2; }
.join-process { position: relative; overflow: hidden; }
.join-process .join-tit { position: absolute; top: 80px; left: 0; right: 0; z-index: 2; }
.join-process .join-tit .txt { color: #fff; }
.join-process .pc { position: relative; z-index: 1; left: 50%; margin-left: -960px; }
.join-process .mb { display: none; margin-top: 20px; font-size: 16px; line-height: 1.8; }
.join-demand { padding: 60px 0 50px; background-color: #f0f0f2; }
.join-demand .list { font-size: 0; }
.join-demand .list .col { margin: 35px 2.5% 0 0; width: 31.66%; vertical-align: top; }
.join-demand .list .col-3, .join-demand .list .col-6 { margin-right: 0; }
.join-demand .col .imgwr { position: relative; padding-bottom: 75%; height: 0; overflow: hidden; }
.join-demand .col .img { position: absolute; top: 0; left: 0; width: 100%; }
.join-demand .col .conwr { padding: 30px 28px; color: #585656; background-color: #fff; }
.join-demand .col .tit { font-weight: bold; font-size: 20px; }
.join-demand .col .con { margin-top: 10px; min-height: 220px; font-size: 14px; line-height: 1.6; }
.join-demand .list .col:hover { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

/*案例*/
.imglist { margin: 40px auto 60px; }
.imglist .list { font-size: 0; }
.imglist .list .col { position: relative; margin: 0 2.5% 40px 0; width: 31.66%; overflow: hidden; vertical-align: top; cursor: pointer; }
.imglist .list .col-0 { margin-right: 0; }
.imglist .col .imgwr { position: relative; padding-bottom: 100%; height: 0; border: 1px solid #eee; overflow: hidden; }
.imglist .col .img, .imglist .col .mask { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; }
.imglist .col .tit { position: absolute; top: 60%; left: 5%; z-index: 4; margin-top: -9px; width: 90%; font-size: 16px; text-align: center; color: #fff; }
.imglist .col .mask { z-index: 2; height: 100%; background-color: #1ea838; -webkit-transform: translate3d(0, -100%, 0); -moz-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); -o-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
.imglist .col .icon { position: absolute; top: 50%; left: 50%; z-index: 3; margin: -19.5px 0 0 -19.5px; -webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
.imglist .col .tit, .imglist .col .mask, .imglist .col .icon { opacity: 0; filter: alpha(opacity=0); }
.imglist .col:hover .tit { top: 50%; opacity: 1; filter: alpha(opacity=100); }
.imglist .col:hover .mask, .imglist .col:hover .icon { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.imglist .col:hover .mask { opacity: 0.8; filter: alpha(opacity=80); }
.imglist .col:hover .icon { opacity: 1; filter: alpha(opacity=100); }

.imglist .col .img-vm { top: 5%; right: 0; margin: 0 auto; width: auto; max-width: 90%; max-height: 90%; }

/*联系*/
.contact { margin: 35px auto 40px; color: #626262; }
.contact .tit { font-size: 18px; }
.contact .con { margin-top: 24px; font-size: 14px; }
.contact .con td { padding-right: 80px; }
#bdshareCt { margin-top: 35px; }
#bdshareCt a { margin: 0 5px; padding: 0; width: 38px; height: 38px; background: url(../img/icon_share_cont.png) 0 0 no-repeat; }
#bdshareCt .bds_sqq { background-position: -44px 0; }
#bdshareCt .bds_tsina { background-position: -88px 0; }
.contact .map { margin-top: 35px; height: 440px; }

@media screen and (max-width: 640px) {
  body { min-width: 0; padding: 50px 0; }
  .icon-play { -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6); }
  .header { position: fixed; top: 0; left: 0; z-index: 9; padding: 0; width: 100%; height: auto; background-color: #fff; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); }
  .header .comwrap { padding: 10px 0; width: 100%; }
  .header .logo { margin-left: 3%; padding: 0; }
  .header .logo .img { height: 30px; }
  .nav { display: none; position: fixed; top: 50px; left: 0; z-index: 9; width: 100%; height: calc(100% - 100px); background-color: #fff; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); overflow-y: scroll; }
  .nav .list { margin-right: 0; padding: 10px 3% 0; border-top: 1px solid #eee; }
  .nav .col { margin-left: 0; padding: 0; border-bottom: 1px solid #eee; }
  .nav .col .link { padding: 0 5px; line-height: 50px; color: #333; }
  .nav .ico { display: none!important; }
  .header .btn, .nav .col, .mFoot-nav { display: block; }
  .footer, .floatright { display: none; }
  .copyright { padding: 12px 0; text-align: center; }
  .banner .img { margin-left: -25%; width: 150%; }
  .position { padding: 6px 0; font-size: 12px; line-height: 18px; }
  .menut { margin-top: 20px; }
  .menut .posi { padding: 8px 10px; }
  .menut .list { padding: 8px 0; }
  .menut .list .link { margin: 5px 0 0; padding: 0 5px; width: 25%; text-align: center; box-sizing: border-box; }
  .pagelist { margin: 20px auto 10px; }
  .pagelist a, .pagelist b { margin: 0 4px 5px; padding: 0 4px; min-width: auto; font-size: 14px; line-height: 24px; }
  .pagelink { margin-top: 20px; padding-right: 0; line-height: 24px; }
  .swiperpf .swiper-container { top: 5%; width: 94%; height: 90%; }
  .swiperpf .close { top: auto; bottom: 0; width: 40px; height: 40px; }
  .swiperpf .btn { width: 30px; opacity: 0.8; filter: alpha(opacity=80); }
  .swiperpf .prev { left: 3%; }
  .swiperpf .next { right: 3%; }
  .about { padding: 30px 0; }
  .about-tit { font-size: 18px; }
  .about .con, .about-factory .con, .about-culture .conwr .con { margin-top: 15px; font-size: 13px; line-height: 1.6; }
  .about .list { padding-top: 0; font-size: 0; }
  .about .list .col { float: none; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin: 20px 0 0; width: 46%; max-width: 46%; }
  .about .list .col:nth-child(2n) { margin-left: 8%; }
  .about .col .img { margin-right: 10px; width: 30px; }
  .about .col .tit { font-size: 26px; }
  .about .col .lcon { margin: 2px 0 0 40px; font-size: 13px; }
  .about-mov .conwr, .about-factory { padding: 30px 0; }
  .about-mov .conwr .tit { font-size: 18px; }
  .about-mov .conwr .con { margin-top: 10px; font-size: 13px; }
  .about-mov .conwr .icon-play { margin: 10px auto 5px; }
  .about-mov .conwr .more { font-size: 15px; }
  .about-factory .imgbox { margin-top: 20px; }
  .about-factory .imgbox .swiper-container { width: 80%; }
  .about-factory .imgbox .btn { margin-top: -22px; padding: 10px; background-color: rgba(30, 168, 56, 0.6); }
  .about-factory .imgbox .btn:hover { padding: 10px; background-color: rgba(30, 168, 56, 1); }
  .about-factory .imgbox .prev { left: 0; right: auto; margin-right: 0; }
  .about-factory .imgbox .next { left: auto; right: 0; margin-left: 0; }
  .about-culture .img { margin-left: -25%; width: 150%; }
  .about-culture .comwrap { margin-top: 25%; }
  .about-culture .conwr { padding: 20px 10px; }
  .about-culture .conwr .con { display: none; }
  .about-culture .conwr .con-m { display: block; }
  .about-culture .list { margin-bottom: 10px; padding-bottom: 30px; }
  .about-culture .list .col { margin: 20px 2% 0; width: 46%; }
  .about-culture .col .icowr { width: 50px; height: 50px; border-width: 1px; }
  .about-culture .col .ico { margin-top: 10px; height: 30px; }
  .about-culture .col .tit { margin-top: 10px; font-size: 16px; }
  .about-culture .col .con { margin-top: 5px; font-size: 13px; line-height: 1.7; word-wrap: break-word; word-break: break-all; }
  .promenu { margin-top: 20px; }
  .promenu .posi { padding: 8px 10px; }
  .promenu .list { padding: 8px 0 8px 10px; }
  .promenu .list .wrap { margin-top: 10px; padding-left: 0; }
  .promenu .list .link { margin: 5px 0 0; padding: 0 5px; width: 33.33%; text-align: center; box-sizing: border-box; }
  .promenu .list .all { display: none; }
  .imglist, .prolist, .procon, .prorcmd { margin: 30px auto; }
  .imglist .list .col, .prolist .list .col, .prorcmd .list .col { margin: 0 0 20px; width: 48%; }
  .imglist .list .col:nth-child(2n), .prolist .list .col:nth-child(2n), .prorcmd .list .col:nth-child(2n) { margin-left: 4%; }
  .prolist .col .conwr { padding-right: 0; }
  .prolist .col .tit { font-size: 15px; }
  .prolist .col .icowr, .procon .imgslide .btn { display: none; }
  .procon .posi { padding-bottom: 10px; font-size: 12px; }
  .procon .top { margin-top: 20px; padding-bottom: 30px; }
  .procon .imgbox, .procon .conbox, .procon .imgbox .bigimg { float: none; width: 100%; }
  .procon .imgbox .bigimg { padding-bottom: 100%; }
  .procon .imgbox .imgslide { position: relative; margin-top: 10px; width: 100%; }
  .procon .imgslide .swiper-container { position: relative; }
  .procon .imgslide .imgwr { position: relative; padding-bottom: 100%; height: 0; }
  .procon .conbox .tit { margin-top: 20px; font-size: 20px; text-align: center; }
  .procon .conbox .stit { margin-top: 15px; font-size: 16px; }
  .procon .conbox .btnwr { margin-top: 20px; font-size: 0; text-align: center; }
  .procon .conbox .btn { margin: 0 2%; width: 46%; font-size: 14px; line-height: 32px; }
  .procon .body { margin-top: 25px; line-height: 1.8; }
  .prorcmd .title { padding-bottom: 10px; }
  .prorcmd .list .col { margin: 10px 0 0; }
  .artlist { margin-bottom: 30px; }
  .artlist .list .col { margin: 20px 0 0; width: 48%; }
  .artlist .list .col:nth-child(2n) { margin-left: 4%; }
  .artlist .col .time { padding: 0 6px; font-size: 12px; line-height: 28px; }
  .artlist .col .conwr { padding: 14px 10px; }
  .artlist .col .tit { height: 42px; font-size: 15px; white-space: normal; }
  .artlist .col .line, .artlist .col .desc { display: none; }
  .artcon { float: none; margin: 30px 0; }
  .artcon .title { font-size: 18px; text-align: center; }
  .artcon .info { text-align: center; }
  .artcon .body { margin-top: 15px; line-height: 1.7; }
  .artcon .pagelink { margin-top: 20px; padding: 14px 0 0; line-height: 1.5; }
  #bdshareNC { display: none; }
  .sidebar { float: none; margin: 0 0 30px; width: auto; }
  .sidebar .list .row { padding: 10px 0; }
  .sidebar .list .tit { padding-right: 80px; font-size: 14px; }
  .sidebar .list .time { position: absolute; top: 10px; right: 0; margin-top: 0; line-height: 19px; }
  .sidebar .list .desc, .sidebar .list .tags { display: none; }
  .morenews .title { padding-bottom: 10px; }
  .artlist .list .col-4 { display: inline-block; }
  .join-tit .txt { margin-bottom: 4px; font-size: 18px; }
  .join-support, .join-strength, .join-process, .join-demand { padding: 30px 0; }
  .join-support .list { margin-top: 0; }
  .join-support .list .col { margin: 20px 3% 0 0; width: 31.33%; }
  .join-support .list .col:nth-child(3n) { margin-right: 0; }
  .join-support .col .conwr { width: 100%; }
  .join-support .col .ico { display: block; margin: 0 auto; }
  .join-support .col .tit { width: auto; }
  .join-support .col .con { margin-left: 0; padding-top: 6px; font-size: 12px; text-align: center; }
  .join-strength .join-tit { margin-bottom: 0; }
  .join-strength .left { display: block; margin-left: 0; }
  .join-strength .left .titwr, .join-strength .titwr .round, .join-strength .titwr .incon, .join-strength .left .btnwr { float: none; margin: 0; width: auto; height: auto; border: none; border-radius: 0; }
  .join-strength .titwr .incon { margin: 20px 0 0; padding: 15px; }
  .join-strength .titwr .tit { padding-top: 0; font-size: 16px; }
  .join-strength .titwr .con { font-size: 14px; }
  .join-strength .left .btnwr { margin-top: 20px; font-size: 0; }
  .join-strength .btnwr .btn { position: relative; display: inline-block; margin: 0 2% 5px 0; padding: 4px 0; width: 32%; line-height: 16px; border-radius: 0; box-sizing: border-box; }
  /*.join-strength .btnwr .btn:before { content: attr(data-btntxt); position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px; width: 40px; height: 40px; font-size: 14px; line-height: 20px; overflow: hidden; }*/
  .join-strength .btnwr .btn:nth-child(3n) { margin-right: 0; }
  .join-strength .right { float: none; margin-top: 20px; margin-left: 0; width: 100%; }
  .join-process .join-tit { position: static; }
  .join-process .join-tit .txt { color: #585656; }
  .join-process .join-tit .line, .join-process .pc { display: none; }
  .join-process .mb { display: block; }
  .join-demand .list .col { display: block; margin: 20px 0 0; width: 100%; }
  .join-demand .col .conwr { padding: 14px; }
  .join-demand .col .tit { font-size: 18px; text-align: center; }
  .join-demand .col .con { min-height: auto; }
  .contact { margin: 30px auto; }
  .contact .tit { font-size: 18px; }
  .contact .con { margin-top: 15px; font-size: 14px; line-height: 1.7; }
  .contact .con td { display: block!important; padding-right: 0; width: 100%!important; }
  #bdshareCt { display: none; }
  .contact .map { margin-top: 20px; height: 200px; }
}

/*动画*/
.yt, .yb, .xl, .xr, .anime-t { opacity: 0; }
.anime-r .yt, .anime-r.yt { -webkit-animation: yt 1s forwards; -moz-animation: yt 1s forwards; -o-animation: yt 1s forwards; animation: yt 1s forwards; }
.anime-r .yb, .anime-r.yb { -webkit-animation: yb 1s forwards; -moz-animation: yb 1s forwards; -o-animation: yb 1s forwards; animation: yb 1s forwards; }
.anime-r .xl, .anime-r.xl { -webkit-animation: xl 1s forwards; -moz-animation: xl 1s forwards; -o-animation: xl 1s forwards; animation: xl 1s forwards; }
.anime-r .xr, .anime-r.xr { -webkit-animation: xr 1s forwards; -moz-animation: xr 1s forwards; -o-animation: xr 1s forwards; animation: xr 1s forwards; }
.anime-r .yt:nth-child(1), .anime-r .yb:nth-child(1), .anime-r .xl:nth-child(1), .anime-r .xr:nth-child(1) {
  -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -o-animation-delay: 0.1s; animation-delay: 0.1s;
}
.anime-r .yt:nth-child(2), .anime-r .yb:nth-child(2), .anime-r .xl:nth-child(2), .anime-r .xr:nth-child(2) {
  -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -o-animation-delay: 0.2s; animation-delay: 0.2s;
}
.anime-r .yt:nth-child(3), .anime-r .yb:nth-child(3), .anime-r .xl:nth-child(3), .anime-r .xr:nth-child(3) {
  -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -o-animation-delay: 0.3s; animation-delay: 0.3s;
}
.anime-r .yt:nth-child(4), .anime-r .yb:nth-child(4), .anime-r .xl:nth-child(4), .anime-r .xr:nth-child(4) {
  -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; -o-animation-delay: 0.4s; animation-delay: 0.4s;
}
.anime-r .yt:nth-child(5), .anime-r .yb:nth-child(5), .anime-r .xl:nth-child(5), .anime-r .xr:nth-child(5) {
  -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; -o-animation-delay: 0.5s; animation-delay: 0.5s;
}
.anime-r .yt:nth-child(6), .anime-r .yb:nth-child(6), .anime-r .xl:nth-child(6), .anime-r .xr:nth-child(6) {
  -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; -o-animation-delay: 0.6s; animation-delay: 0.6s;
}
.anime-r .yt:nth-child(7), .anime-r .yb:nth-child(7), .anime-r .xl:nth-child(7), .anime-r .xr:nth-child(7) {
  -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; -o-animation-delay: 0.7s; animation-delay: 0.7s;
}
.anime-r .yt:nth-child(8), .anime-r .yb:nth-child(8), .anime-r .xl:nth-child(8), .anime-r .xr:nth-child(8) {
  -webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; -o-animation-delay: 0.8s; animation-delay: 0.8s;
}
.anime-r .yt:nth-child(9), .anime-r .yb:nth-child(9), .anime-r .xl:nth-child(9), .anime-r .xr:nth-child(9) {
  -webkit-animation-delay: 0.9s; -moz-animation-delay: 0.9s; -o-animation-delay: 0.9s; animation-delay: 0.9s;
}
/*.anime-r .yt:nth-child(10), .anime-r .yb:nth-child(10), .anime-r .xl:nth-child(10), .anime-r .xr:nth-child(10) {
  -webkit-animation-delay: 1.0s; -moz-animation-delay: 1.0s; -o-animation-delay: 1.0s; animation-delay: 1.0s;
}
.anime-r .yt:nth-child(11), .anime-r .yb:nth-child(11), .anime-r .xl:nth-child(11), .anime-r .xr:nth-child(11) {
  -webkit-animation-delay: 1.1s; -moz-animation-delay: 1.1s; -o-animation-delay: 1.1s; animation-delay: 1.1s;
}
.anime-r .yt:nth-child(12), .anime-r .yb:nth-child(12), .anime-r .xl:nth-child(12), .anime-r .xr:nth-child(12) {
  -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; -o-animation-delay: 1.2s; animation-delay: 1.2s;
}*/
@keyframes yt {
  0% { -webkit-transform: translate3d(0, -30px, 0); -ms-transform: translate3d(0, -30px, 0); -o-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); opacity: 0; }
  100% { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@-webkit-keyframes yt { 0% { -webkit-transform: translate3d(0, -30px, 0); opacity: 0; } 100% { -webkit-transform: translate3d(0, 0, 0); opacity: 1; } }
@-moz-keyframes yt { 0% { -moz-transform: translate3d(0, -30px, 0); opacity: 0; } 100% { -moz-transform: translate3d(0, 0, 0); opacity: 1; } }
@-o-keyframes yt { 0% { -o-transform: translate3d(0, -30px, 0); opacity: 0; } 100% { -o-transform: translate3d(0, 0, 0); opacity: 1; } }
@keyframes yb {
  0% { -webkit-transform: translate3d(0, 30px, 0); -ms-transform: translate3d(0, 30px, 0); -o-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); opacity: 0; }
  100% { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@-webkit-keyframes yb { 0% { -webkit-transform: translate3d(0, 30px, 0); opacity: 0; } 100% { -webkit-transform: translate3d(0, 0, 0); opacity: 1; } }
@-moz-keyframes yb { 0% { -moz-transform: translate3d(0, 30px, 0); opacity: 0; } 100% { -moz-transform: translate3d(0, 0, 0); opacity: 1; } }
@-o-keyframes yb { 0% { -o-transform: translate3d(0, 30px, 0); opacity: 0; } 100% { -o-transform: translate3d(0, 0, 0); opacity: 1; } }
@keyframes xl {
  0% { -webkit-transform: translate3d(-30px, 0, 0); -ms-transform: translate3d(-30px, 0, 0); -o-transform: translate3d(-30px, 0, 0); transform: translate3d(-30px, 0, 0); opacity: 0; }
  100% { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@-webkit-keyframes xl { 0% { -webkit-transform: translate3d(-30px, 0, 0); opacity: 0; } 100% { -webkit-transform: translate3d(0, 0, 0); opacity: 1; } }
@-moz-keyframes xl { 0% { -moz-transform: translate3d(-30px, 0, 0); opacity: 0; } 100% { -moz-transform: translate3d(0, 0, 0); opacity: 1; } }
@-o-keyframes xl { 0% { -o-transform: translate3d(-30px, 0, 0); opacity: 0; } 100% { -o-transform: translate3d(0, 0, 0); opacity: 1; } }
@keyframes xr {
  0% { -webkit-transform: translate3d(30px, 0, 0); -ms-transform: translate3d(30px, 0, 0); -o-transform: translate3d(30px, 0, 0); transform: translate3d(30px, 0, 0); opacity: 0; }
  100% { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@-webkit-keyframes xr { 0% { -webkit-transform: translate3d(30px, 0, 0); opacity: 0; } 100% { -webkit-transform: translate3d(0, 0, 0); opacity: 1; } }
@-moz-keyframes xr { 0% { -moz-transform: translate3d(30px, 0, 0); opacity: 0; } 100% { -moz-transform: translate3d(0, 0, 0); opacity: 1; } }
@-o-keyframes xr { 0% { -o-transform: translate3d(30px, 0, 0); opacity: 0; } 100% { -o-transform: translate3d(0, 0, 0); opacity: 1; } }