/*初始化*/
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-size: 14px; color: #2a2a2a; background-color: #f6f6f6; }
ul, li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
input, textarea { padding: 0; font-size: 14px; color: #2a2a2a; 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:#2a2a2a;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: #d8000f; }

/*通用*/
.comwrap { position: relative; margin: 0 auto; width: 94%; max-width: 1210px; }
.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; }
.imgha img { max-width: 100%; vertical-align: top; }
.imgwr-il, .imgwr-ilm { position: relative; padding-bottom: 100%; height: 0; overflow: hidden; }
.imgwr-il .img { display: block; width: 100%; }
.imgwr-ilm .img { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; max-width: 100%; max-height: 100%; }
strong { font-weight: 900; }
.ffpf { font-family:'苹方','PingFang SC','PingFang','microsoft yahei','helvetica',arial,sans-serif; }
.ffyh, body, input, textarea { font-family:'microsoft yahei','helvetica','simsun',arial,sans-serif; }
//.ffkt { font-family:'KaiTi','microsoft yahei','helvetica','simsun',arial,sans-serif; }
.ffkt { font-family:'microsoft yahei','helvetica','simsun',arial,sans-serif; }
.ffst { font-family:'SimSun','microsoft yahei','helvetica','simsun',arial,sans-serif; }

/*弹出灯箱*/
.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: 0; left: 0; z-index: 1001; width: 100%; font-size: 18px; line-height: 1.8; text-align: center; color: #fff; text-shadow: 0 0 3px #000; }
.swiperpf .close { position: absolute; top: 0; right: 0; z-index: 1000; width: 50px; height: 50px; background-color: #d8000f; }
.swiperpf .close .icon { position: absolute; top: 50%; left: 50%; margin: -14px 0 0 -14px; width: 27px; height: 27px; background: url(../img/icon_close.png) 0 0 no-repeat; }
.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(216, 0, 15, 0.6); background-color: #d8000f\9; }
.swiperpf .btn .icon { position: absolute; top: 50%; left: 50%; margin: -12px 0 0 -7px; width: 14px; height: 24px; }
.swiperpf .btn:hover { background-color: rgba(216, 0, 15, 0.8); }
.swiperpf .prev { left: 5%; }
.swiperpf .prev .icon { background: url(../img/icon_btn_l_w.png) 0 0 no-repeat; }
.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 .icon { background: url(../img/icon_btn_r_w.png) 0 0 no-repeat; }
.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); }

body { margin: 2.08% 0; padding: 36px 0 60px; }

/*头部*/
.header { position: fixed; top: 0; left: 0; z-index: 9; padding: 1.04% 0; width: 100%; background: #a91018 url("v2019/bg-hf.jpg") 0 0 repeat; }
.header .comwrap { max-width: 1680px; }
.header .logo .img { display: block; height: 36px; }
.header .btn { margin: -4.5px 0; width: 30px; cursor: pointer; }
.header .btn .line { display: block; margin: 9px 0; height: 3px; background-color: #fff; }
.header .btn:hover { transform: scale(0.9); }
.header .btn.on, .header .btn.on:hover { transform: rotateZ(180deg); }
.header .btn.on::before { opacity: 1; filter: alpha(opacity=100); visibility: visible; }
.header .btn.on .line-t { transform: translate3d(0, 12px, 0) rotateZ(45deg); }
.header .btn.on .line-m { opacity: 0; filter: alpha(opacity=0); }
.header .btn.on .line-b { transform: translate3d(0, -12px, 0) rotateZ(-45deg); }
.header .tools { margin: 10px 2.98% 0 0; font-size: 0; }
.header .tools .col { position: relative; margin: 0 8px; padding: 0; width: 16px; height: 14px; background: url("v2019/icon-hf.png") 0 0 no-repeat; }
.header .tools .link-wx .img { position: absolute; top: 100%; left: 50%; margin: 10px 0 0 -60px; width: 120px; border: 3px solid #fff; opacity: 0; filter: alpha(opacity=0); visibility: hidden; }
.header .tools .link-wx:hover .img { opacity: 1; filter: alpha(opacity=100); visibility: visible; }
.header .tools .link-qq, .header .tools .bshare-custom .bshare-qqim { background-position: -22px 0; }
.header .tools .link-wb, .header .tools .bshare-custom .bshare-sinaminiblog { background-position: -44px 0; }
.header .tools .bshare-linkedin { background-position: -66px 0; }
.header .tools .bshare-twitter { background-position: -88px 0; }
.header .tools .bshare-facebook { background-position: -110px 0; }
.header .tools .link-tm { width: 92px; background-image: url("v2019/icon-tm.png"); }
.header .tools .link-jd { width: 94px; background-image: url("v2019/icon-jd.png"); }
.header .tools .link-al { width: 128px; background-image: url("v2019/icon-al.png"); }
.header .tools .col:hover { transform: translate3d(0, -3px, 0); opacity: 1; filter: alpha(opacity=100); }
.header .tools .bshare-custom { font-size: 0; }
.header .tools .bshare-custom .bshare-weixin, .header .tools .bshare-custom .bshare-qqim, .header .tools .bshare-custom .bshare-sinaminiblog { display: none; }
.header .tel { margin: 8px 2.38% 0 0; font-size: 0; }
.header .tel .icon { margin-right: 4px; width: 11px; height: 11px; background: url("v2019/icon-hf.png") -132px 0 no-repeat; }
.header .tel .tellink { font-weight: bold; font-size: 14px; line-height: 20px; color: #fff; }

.nav { display: none; position: fixed; top: 62px; left: 0; right: 0; z-index: 8; margin: 2.08% auto 0; width: 94%; max-width: 1760px; }
.nav::before { content: ''; position: absolute; bottom: 100%; right: 2.27%; width: 0; height: 0; border-style: solid; border-width: 0 20px 21px; border-color: #a91018 transparent; }
.nav .main { padding: 2.56% 0; font-size: 0; background-color: #eee; border: 5px solid #a91018; border-radius: 14px; overflow: hidden; }
.nav .main .listbox { position: relative; margin-left: 4.26%; width: 50.23%; }
.nav .main .listbox::before { content: ''; position: absolute; right: 0; left: 0; z-index: 2; width: 100%; height: 100%; background-color: #eee; transition: all 2s; }
.nav .listbox .bg { display: block; width: 100%; }
.nav .listbox .col { position: absolute; z-index: 3; width: 11.199%; }
.nav .listbox .col-1 { top: 59.42%; left: 0; }
.nav .listbox .col-2 { top: 18.32%; left: 19.57%; }
.nav .listbox .col-3 { top: 0; left: 33.71%; }
.nav .listbox .col-4 { top: 14.55%; left: 54.3%; }
.nav .listbox .col-5 { top: 41.95%; left: 48.98%; }
.nav .listbox .col-6 { top: 58.22%; left: 60.97%; }
.nav .listbox .col-7 { top: 76.37%; left: 71.6%; }
.nav .listbox .col-8 { bottom: 0; right: 0; }
.nav .listbox .imgwr { padding-bottom: 100%; background-color: #a91018; border-radius: 100%; }
.nav .listbox .img { top: 50%; max-width: 50%; max-height: 50%; transform: translate3d(0, -50%, 0); }
.nav .listbox .tit { position: absolute; top: 100%; left: 0; width: 100%; font-family: "Adobe 黑体 Std"; font-size: 30px; text-align: center; color: #000; }
.nav .listbox .col-1 .tit, .nav .listbox .col-7 .tit { margin-top: 10px; }
.nav .listbox .col-3 .tit, .nav .listbox .col-4 .tit, .nav .listbox .col-6 .tit, .nav .listbox .col-8 .tit { top: 50%; left: 100%; transform: translate3d(0, -50%, 0); }
.nav .listbox .col-2 .tit, .nav .listbox .col-5 .tit { top: 50%; left: auto; right: 100%; transform: translate3d(0, -50%, 0); }
.nav .listbox .col:hover .imgwr { transform: scale(0.94); }
.nav .listbox .col:hover .tit { color: #a91018; }
.nav .main .imgbox { position: relative; z-index: 3; margin-left: 7.38%; width: 31.25%; }
.nav .imgbox .list { position: relative; z-index: 2; padding-bottom: 65.45%; }
.nav .imgbox .item, .nav .imgbox .imgwr { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.nav .imgbox .item { display: none;; }
.nav .imgbox .item::before { content: ''; position: absolute; top: 0; left: 0; z-index: 1; margin: 1.81% 0 0 1.81%; width: 100%; height: 100%; background-color: #a91018; border-radius: 10px; }
.nav .imgbox .item-1 { display: block; }
.nav .imgbox .imgwr { position: relative; z-index: 2; padding-bottom: 0; border-radius: 10px }
.nav .imgbox .tit { position: absolute; bottom: 4.16%; right: 5.09%; z-index: 2; font-family: "Adobe 黑体 Std"; font-size: 30px; text-transform: uppercase; color: #fff; }

.nav .listbox .bg, .nav .listbox .imgwr, .nav .listbox .tit, .nav .main .imgbox { opacity: 0; filter: alpha(opacity=0); transition-duration: 1s; }
.nav .listbox .imgwr { transform: scale(0.5); }
.nav .main .imgbox { transform: translate3d(0, 10%, 0); transition-delay: 0.3s; }

.nav.on .main .listbox::before { left: 100%; }
.nav.on .listbox .bg, .nav.on .listbox .imgwr, .nav.on .listbox .tit, .nav.on .main .imgbox { opacity: 1; filter: alpha(opacity=100); }
.nav.on .listbox .imgwr { transform: scale(1); }
.nav.on .listbox .col-1 .imgwr, .nav.on .listbox .col-1 .tit { transition-delay: 0.3s; }
.nav.on .listbox .col-2 .imgwr, .nav.on .listbox .col-2 .tit { transition-delay: 0.4s; }
.nav.on .listbox .col-3 .imgwr, .nav.on .listbox .col-3 .tit { transition-delay: 0.5s; }
.nav.on .listbox .col-4 .imgwr, .nav.on .listbox .col-4 .tit { transition-delay: 0.6s; }
.nav.on .listbox .col-5 .imgwr, .nav.on .listbox .col-5 .tit { transition-delay: 0.7s; }
.nav.on .listbox .col-6 .imgwr, .nav.on .listbox .col-6 .tit { transition-delay: 0.8s; }
.nav.on .listbox .col-7 .imgwr, .nav.on .listbox .col-7 .tit { transition-delay: 0.9s; }
.nav.on .listbox .col-8 .imgwr, .nav.on .listbox .col-8 .tit { transition-delay: 1.0s; }
.nav.on .listbox .col:hover .imgwr { transform: scale(0.94); transition-delay: 0s; }
.nav.on .listbox .col:hover .tit { transition-delay: 0s; }
.nav.on .main .imgbox { transform: translate3d(0, 0, 0); }

/*底部*/
.footer { position: fixed; bottom: 0; left: 0; z-index: 9; padding: 1.04% 0; width: 100%; background: #a91018 url("v2019/bg-hf.jpg") 0 0 repeat; }
.footer .menu { max-width: 1365px; font-size: 0; text-align: center; }
.footer .menu .col { position: relative; width: 12.5%; vertical-align: top; }
.footer .menu .col::before { content: ''; position: absolute; top: 12px; left: 0; margin-left: -4px; width: 8px; height: 1px; background-color: #fff; opacity: 0.3; filter: alpha(opacity=30); }
.footer .menu .col-1::before { display: none; }
.footer .menu .link { display: inline-block; *display: inline; *zoom: 1; max-width: 80%; height: 60px; overflow: hidden; }
.footer .menu .icon { display: none; margin: 0 auto 6px; width: 14px; height: 14px; background: url("v2019/icon-hf.png") -149px 0 no-repeat; }
.footer .menu .tit { font-size: 14px; letter-spacing: 0.2em; color: #fff; }
.footer .menu .stit { font-size: 14px; color: #fff; opacity: 0.4; filter: alpha(opacity=40); }
.footer .menu .tit, .footer .menu .stit { vertical-align: top; -webkit-writing-mode: vertical-rl; -ms-writing-mode: bt-rl; writing-mode: vertical-rl; }
.footer .menu .link:hover  { transform: translate3d(0, 6px, 0); }
.footer .menu .cur .icon { display: block; }
.copyright { display: none; position: fixed; bottom: 0; right: 0; z-index: 10; font-size: 0; opacity: 0.6; filter: alpha(opacity=60); }
.copyright .comwrap { width: auto; }
.copyright .a { font-size: 12px; color: #fff; }

.nav-foot { display: none; position: fixed; bottom: 0; left: 0; z-index: 7; width: 100%; background: #a91018 url("v2019/bg-hf.jpg") 0 0 repeat; }
.nav-foot .wrap { padding: 0 3%; }
.nav-foot .col { position: relative; padding: 5px 0; width: 25%; }
.nav-foot .col .icon { display: block; width: 100%; height: 20px; background: url("v2019/icon-navf.png") center 0/auto 400% no-repeat; }
.nav-foot .col .icon-2 { background-position: center -20px; }
.nav-foot .col .icon-3 { background-position: center -40px; }
.nav-foot .col .icon-4 { background-position: center -60px; }
.nav-foot .col .txt { margin-top: 3px; font-size: 91.66%; color: #fff; text-align: center; }
.nav-foot .col .link { position: absolute; top: 0; left: 0; z-index: 7; width: 100%; height: 100%; }

.cnzztj { display: none; position: fixed; bottom: 0; left: 0; z-index: 10; }

/*内容*/
.banner { overflow: hidden; }
.banner .img { display: block; width: 100%; }

/*弹出灯箱*/
.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: 0; left: 0; z-index: 1001; width: 100%; font-size: 18px; line-height: 1.8; text-align: center; color: #fff; text-shadow: 0 0 3px #000; }
.swiperpf .close { position: absolute; top: 0; right: 0; z-index: 1000; width: 50px; height: 50px; background-color: #d8000f; }
.swiperpf .close .icon { position: absolute; top: 50%; left: 50%; margin: -14px 0 0 -14px; width: 27px; height: 27px; background: url("v2019/icon_close.png") 0 0 no-repeat; }
.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(216, 0, 15, 0.6); background-color: #3399cc\9; }
.swiperpf .btn .icon { position: absolute; top: 50%; left: 50%; margin: -12px 0 0 -7px; width: 14px; height: 24px; }
.swiperpf .btn:hover { background-color: rgba(216, 0, 15, 0.8); }
.swiperpf .prev { left: 5%; }
.swiperpf .prev .icon { background: url("v2019/icon_btn_l_w.png") 0 0 no-repeat; }
.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 .icon { background: url("v2019/icon_btn_r_w.png") 0 0 no-repeat; }
.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); }

/*内容通用*/
.join { font-family:'Source Han Sans','思源黑体','思源黑体 CN','microsoft yahei','helvetica','simsun',arial,sans-serif; background-color: #fff; }
.join .comwrap { max-width: 1570px; }
.join-tit { text-align: center; text-transform: uppercase; color: #2e2e2e; }
.join-tit .tit { letter-spacing: 0.075em; font-size: 53px; }
.join-tit .tit .icon { margin: 0.3em; width: 20px; height: 19px; background: url("v2019/icon-tit-join.png") 0 0 no-repeat; }
.join-tit .stit { font-weight: 300; font-size: 24px; letter-spacing: 0.075em; }

/*Banner*/
.join-ban { position: relative; padding-bottom: 41.9863%; overflow: hidden; }
.join-ban .img { position: absolute; bottom: 0; left: 0; width: 100%; }

/*介绍*/
.join-js { margin: 5.47% auto 4.95%; }
.join-js .comwrap { max-width: 1540px; font-size: 0; }
.join-js .join-tit { text-align: left; }
.join-js .conbox { width: 60.84%;/*937*/ color: #2e2e2e; vertical-align: bottom; }
.join-js .conbox .con { margin: 5.34% 0 0 10px; font-size: 21px; line-height: 35px; letter-spacing: 0.025em; text-align: justify; }
.join-js .conbox .list { margin-top: 2.8%; }
.join-js .conbox .list-w { overflow: hidden; }
.join-js .conbox .col { margin: 2% 0 0 2.456%; margin-bottom: -999px; padding-bottom: 999px; width: 14.62%; background-color: #f5f5f5; vertical-align: top; }
.join-js .conbox .col-c1, .join-js .conbox .col-c7 { margin-left: 0; }
.join-js .conbox .col .box { padding: 23% 5%; text-align: center; }
.join-js .conbox .col .imgwr { padding-bottom: 40px; }
.join-js .conbox .col .tit { margin-top: 8px; font-size: 12px; letter-spacing: 0.025em; }
.join-js .conbox .col:hover .imgwr { transform: rotateY(360deg); }
.join-js .imgbox { position: relative; margin-left: 4.75%; width: 34.41%;/*530*/ vertical-align: bottom; }
.join-js .imgbox::before { content: ''; position: absolute; bottom: 0; left: 0; z-index: 1; width: 100%; height: 75.51%; background-color: #f5f5f5; }
.join-js .imgbox .img { position: relative; z-index: 2; margin: 0 5.28% 5.28%; width: 89.44%; }

/*内涵*/
.join-nh { padding: 5.72% 0; background-color: #ebebeb; }
.join-nh .main { font-size: 0; text-align: center; }
.join-nh .imgbox { width: 37.46%; }
.join-nh .imgbox .img { max-width: 100%; }
.join-nh .conbox { margin-left: 6.68%; width: 48.4%; text-align: left; }
.join-nh .conbox .join-tit { text-align: left; }
.join-nh .conbox .con { margin-top: 6.57%; font-size: 20px; line-height: 40px; letter-spacing: 0.075em; color: #222; }

/*定制*/
.join-dz { position: relative; padding: 4.6875% 0 9.11%; overflow: hidden; }
.join-dz .main { z-index: 2; }
.join-dz .main .con { margin-top: 7.64%; }
.join-dz .bg, .join-dz .bg .img { position: absolute; top: 0; left: 0; z-index: 1; padding-bottom: 0; width: 100%; height: 100%; }
.join-dz .bg .img { left: 50%; width: auto; height: 100%; transform: translate3d(-50%, 0, 0); }

/*要求*/
.join-yq { position: relative; padding: 6.51% 0 11.45%; background-color: #393939; }
.join-yq .join-tit { color: #fff; }
.join-yq .main { z-index: 2; }
.join-yq .main .list { margin-top: 7.21%; font-size: 0; }
.join-yq .main .list-w { overflow: hidden; }
.join-yq .main .col { margin: 3.6133% 0 0 3.6133%; margin-bottom: -999px; padding-bottom: 999px; width: 22.29%; background-color: #fff; vertical-align: top; }
.join-yq .main .col-c1, .join-yq .conbox .col-c5 { margin-left: 0; }
.join-yq .main .col .box { padding: 29.1% 5%; text-align: center; }
.join-yq .main .col .imgwr { padding-bottom: 30.16%; }
.join-yq .main .col .tit { margin-top: 6.35%; font-size: 21px; letter-spacing: 0.075em; color: #2e2e2e; }
.join-yq .main .col:hover .imgwr { transform: rotateY(360deg); }
.join-yq .bg { position: absolute; top: 0; left: 0; z-index: 1; padding-bottom: 0; width: 100%; height: 100%; }

/*优势*/
.join-ys { position: relative; padding: 6.77% 0 10.15%; }
.join-ys .main .list { margin-top: 2.23%; font-size: 0; }
.join-ys .main .list-w { overflow: hidden; }
.join-ys .main .col { margin: 3.1866% 0 0 3.1866%; margin-bottom: -999px; padding-bottom: 999px; width: 22.61%; background-color: #eee; vertical-align: top; }
.join-ys .main .col-c1, .join-yq .conbox .col-c5 { margin-left: 0; }
.join-ys .main .col .box { padding: 26.76% 5%; text-align: center; }
.join-ys .main .col .imgwr { padding-bottom: 21.98%; }
.join-ys .main .col .tit { margin-top: 4.69%; font-size: 21px; letter-spacing: 0.025em; color: #2e2e2e; }
.join-ys .main .col:hover .imgwr { transform: rotateY(360deg); }

/*帮扶*/
.join-bf { position: relative; padding-top: 4.95%; overflow: hidden; }
.join-bf .main { z-index: 2; }
.join-bf .main::before { content: ''; position: absolute; bottom: 0; left: 0; margin-left: -500%; padding-bottom: 5.54%; width: 1100%; background-color: #fff; }
.join-bf .main .conbox { margin-top: 8.28%; padding: 4.45% 8.91% 5.54%; background-color: #fff; }
.join-bf .main .list { position: relative; margin-top: -26px; font-size: 0; overflow: hidden; }
.join-bf .list .row { position: relative; margin: 26px 0 0 6.09%; width: 29.2733%; vertical-align: top; }
.join-bf .list .row:nth-child(3n+1) { margin-left: 0; }
.join-bf .list .row .num { position: absolute; top: 0; left: 0; width: 36px; height: 36px; font-size: 24px; line-height: 34px; text-align: center; color: #fff; background-color: #9f1f24; border-radius: 100%; }
.join-bf .list .row .txt { display: block; padding-left: 55px; font-size: 21px; line-height: 36px; letter-spacing: 0.075em; color: #2e2e2e; }
.join-bf .list .line { position: absolute; top: 0; left: 32.3183%; width: 0; height: 100%; border-left: 1px dashed #d7d7d7; }
.join-bf .list .line::before { content: ''; position: absolute; top: 0; left: -1px; width: 1px; height: 26px; background-color: #fff; }
.join-bf .list .line-2 { left: 67.6816%; }
.join-bf .list .col-js { margin-left: 6.09%; width: 29.2733%; text-align: center; vertical-align: top; }
.join-bf .list .col-c0 { margin-left: 0; }
.join-bf .list .col-l { text-align: left; }
.join-bf .list .col-js .row { display: block; margin-left: 0; width: auto; }
.join-bf .main .con { margin: 5.1% auto 3.5%; }
.join-bf .bg { position: absolute; top: 0; left: 0; z-index: 1; padding-bottom: 0; width: 100%; height: 100%; }

/*留言*/
.join-ly { position: relative; padding: 4.16% 0 5.72%; background-color: #000; }
.join-ly .main { z-index: 2; }
.join-ly .join-tit { color: #fff; }
.join-ly .box { margin-top: 6%; padding: 3.82%; background-color: #fff; }
.join-ly .list { margin: 0 auto; font-size: 0; }
.join-ly .list .row { position: relative; margin-bottom: 2%; width: 30%; background-color: #f6f6f6; border-radius: 1px; overflow: hidden; }
.join-ly .list .row-2 { width: 17%; }
.join-ly .list .row-full { width: 100%; }
.join-ly .list .row-btn { margin-bottom: 0; width: 100%; text-align: center; background: none; }
.join-ly .list .marl { margin-left: 2%; }
.join-ly .list .txt { position: absolute; top: 0; left: 22px; font-size: 16px; line-height: 70px; color: #747474; }
.join-ly .list .star { position: absolute; top: 0; right: 100%; margin-right: 3px; font-style: normal; color: #ff0000; }
.join-ly .list .inbox { margin-left: 90px; }
.join-ly .list .inbox-2 { margin-left: 0; }
.join-ly .list .intxt { display: block; padding-right: 5%; width: 95%; height: 70px; font-size: 16px; line-height: 70px; background: #f6f6f6; }
.join-ly .list .inlab { position: relative; margin-right: 20%; padding-left: 25px; font-size: 16px; line-height: 70px; color: #747474; }
.join-ly .list .icon { position: absolute; top: 50%; left: 0; z-index: 2; margin-top: -7.5px; width: 13px; height: 13px; border: 1px solid #b5b5b5; border-radius: 100%; }
.join-ly .list .icon::before { content: ''; position: absolute; top: 50%; left: 50%; margin: -2.5px 0 0 -2.5px; width: 5px; height: 5px; background-color: #fff; border-radius: 100%; transition: all .3s; }
.join-ly .list .inlab-cur .icon::before { background-color: #b5b5b5; }
.join-ly .list .np { position: absolute; top: 0; left: 0; z-index: 1; opacity: 0; filter: alpha(opacity=0); }
.join-ly .list .insel { display: block; padding: 0 18px; width: 100%; height: 70px; font-size: 16px; color: #747474; background: #f6f6f6; border: none; -webkit-appearance: none; }
.join-ly .list .intxt-ta { padding: 22px 5% 22px 0; min-width: 95%; max-width: 95%; height: 130px; min-height: 130px; line-height: 26px; }
.join-ly .list .btn { margin: 0 1%; width: 48%; max-width: 150px; height: 50px; font-size: 16px; line-height: 50px; text-align: center; color: #fff; background-color: #c3b08f; border: 1px solid #b0925a; border-radius: 1px; -webkit-appearance: none; }
.join-ly .list .btn:hover { background-color: #a01d23; cursor: pointer; }
.join-ly .bg { position: absolute; top: 0; left: 0; z-index: 1; padding-bottom: 0; width: 100%; height: 100%; }

@media screen and (max-width: 1600px) {
  .nav .listbox .tit { font-size: 22px; }
}

@media screen and (max-width: 1366px) {
  .nav .listbox .tit { font-size: 18px; }
}

@media screen and (max-width: 1240px) {
  .nav .listbox .tit { font-size: 14px; }
}

@media screen and (max-width: 640px) {
  body { margin: 0; padding: 50px 0; min-width: 320px; }
  .comwrap { width: 90%; }

  .header { padding: 10px 0; }
  .header .logo .img { height: 30px; }
  .header .btn { margin: 0; width: 25px; }
  .header .btn .line { margin: 6px 0; height: 2px; }
  .header .btn.on .line-t { transform: translate3d(0, 8px, 0) rotateZ(45deg); }
  .header .btn.on .line-b { transform: translate3d(0, -8px, 0) rotateZ(-45deg); }
  .header .tel, .header .tools { display: none; }

  .nav { top: 50px; margin-top: 20px; }
  .nav::before { right: 10px; border-width: 0 10px 10px; }
  .nav .main { padding: 5% 0; border-width: 3px; border-radius: 10px; }
  .nav .main .listbox { display: block; margin: 0 5%; width: auto; }
  .nav .listbox .list { margin-top: -5%; font-size: 0; }
  .nav .listbox .col { position: static; display: inline-block; vertical-align: top; margin: 5% 3% 0 0; width: 22.75%; }
  .nav .listbox .col:nth-child(4n) { margin-right: 0; }
  .nav .listbox .imgwr { margin: 0 auto; padding-bottom: 60%; width: 60%; }
  .nav .listbox .col .tit { position: static; margin: 6px 0 0; font-size: 14px; line-height: normal; text-align: center; transform: none; }
  .nav .main .listbox::before, .nav .listbox .bg, .nav .main .imgbox { display: none; }

  .footer, .cnzztj { display: none; }
  .nav-foot { display: block; }

  .banner .img { margin-left: -25%; width: 150%; }

  .swiperpf .swiper-container { top: 5%; width: 94%; height: 90%; }
  .swiperpf .tit { top: 0; bottom: auto; font-size: 14px; }
  .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%; }
}

/*动画*/
.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;
}
.anime-r .yt:nth-child(13), .anime-r .yb:nth-child(13), .anime-r .xl:nth-child(13), .anime-r .xr:nth-child(13) {
  -webkit-animation-delay: 1.1s; -moz-animation-delay: 1.1s; -o-animation-delay: 1.1s; animation-delay: 1.1s;
}
.anime-r .yt:nth-child(14), .anime-r .yb:nth-child(14), .anime-r .xl:nth-child(14), .anime-r .xr:nth-child(14) {
  -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; } }