
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
/* body{margin:0;max-width:1920px;margin:0 auto;} */
body{margin:0;margin:0 auto;overflow-x:hidden;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}
audio:not([controls]){display:none;height:0}
progress{vertical-align:baseline}
[hidden],template{display:none}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:inherit}
b,strong{font-weight:bolder}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background-color:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
svg:not(:root){overflow:hidden}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea{font:inherit;margin:0}
optgroup{font-weight:700}
button,input{overflow:visible}
button,select{text-transform:none}
[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
textarea{overflow:auto}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

html{font-family:"微软雅黑","Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;-webkit-text-size-adjust:none;}
html,body{-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%;}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}
a{text-decoration: none;color:#333;}
ul,ol{list-style: none;}
table{border-collapse: separate;border-spacing: 0;}
a,img{-webkit-touch-callout: none;}
a,input,button{outline:0;border:none;}
*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box;}
body{background:#f3f3f3;margin:0 auto;background-attachment:fixed;font-size:14px;}
html{margin: 0 auto;color:#333;}
img{display:block;max-width:100%; height:auto;}

a{-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s;}

@font-face {
    font-family:'fz';
    src: url('../fonts/fz.eot');
    src: url('../fonts/fz.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fz.woff2') format('woff2'),
    url('../fonts/fz.woff') format('woff'),
    url('../fonts/fz.ttf') format('truetype'),
    url('../fonts/fz.svg#en') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'fz2';
    src: url('../fonts/fz2.eot');
    src: url('../fonts/fz2.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fz2.woff2') format('woff2'),
    url('../fonts/fz2.woff') format('woff'),
    url('../fonts/fz2.ttf') format('truetype'),
    url('../fonts/fz2.svg#en') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{font-family:'fz';background:#151413;}

.clearfix{*zoom:1;}
.clearfix::before{display:table;content:"";}
.clearfix::after{clear:both;display:block;content:"";height:0;overflow:hidden;visibility:hidden;}

.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}

.w1200{max-width:1200px;margin:0 auto;}
.w1400{max-width:1400px;margin:0 auto;}
.w1440{max-width:1440px;margin:0 auto;}

@media screen and (max-width:1400px){.w1400{padding:0 15px;}}
@media screen and (max-width:1440px){.w1440{padding:0 15px;}}
@media screen and (max-width:1200px){.w1200{padding:0 15px;}}

.overh{overflow:hidden;}
.fixed{position:fixed;}

.height10{height:10px;clear:both;}
.height20{height:20px;clear:both;}
.height30{height:30px;clear:both;}

.textHidden{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

.tran300{transition:300ms ease-out;-webkit-transition:300ms ease-out;-ms-transition:300ms ease-out;-moz-transition:300ms ease-out;-o-transition:300ms ease-out;}
.tran500{transition:500ms ease-out;-webkit-transition:500ms ease-out;-ms-transition:500ms ease-out;-moz-transition:500ms ease-out;-o-transition:500ms ease-out;}
.tran800{transition:800ms ease-out;-webkit-transition:800ms ease-out;-ms-transition:800ms ease-out;-moz-transition:800ms ease-out;-o-transition:800ms ease-out;}
.tran1000{transition:1000ms ease-out;-webkit-transition:1000ms ease-out;-ms-transition:1000ms ease-out;-moz-transition:1000ms ease-out;-o-transition:1000ms ease-out;}

.bg{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:11;display:none;}

body.header-normal{padding-top:105px;}

.header{position:fixed;left:0;top:0;width:100%;z-index:11;height:105px;}
.header .logo{margin-left:85px;margin-top:35px;position:relative;z-index:2;max-width:175px;}
.header .menu{-webkit-transition:background .2s ease;transition:background .2s ease;background:rgba(37,34,32,.8);cursor:pointer;float:right;width:40px;height:40px;padding: 11px 13px 0;display:none;margin-right:15px;margin-top:8px;position:relative;z-index:2;}
.header .menu:before,.header .menu:after,.header .menu b{-webkit-transition:-webkit-transform .2s ease,width .2s ease,background .2s ease;transition:transform .2s ease,width .2s ease,background .2s ease;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);background:#bbb0ac;content:'';display:block;margin:3px 0;height:2px;width:100%}
.header .menu b{margin-right:1px}
.header .menu:after{width:12px}
.header .menu:hover{background:#23201d}
.header .menu:hover:before,.header .menu:hover:after,.header .menu:hover b{background:#e7e0dd}
.header .menu:hover b{-webkit-transform:translate3d(-3px,0,0);-ms-transform:translate3d(-3px,0,0);transform:translate3d(-3px,0,0)}
.header .menu:hover:after{-webkit-transform:translate3d(3px,0,0);-ms-transform:translate3d(3px,0,0);transform:translate3d(3px,0,0);width:100%;}
.header .menu-close{width:40px;height:40px;cursor:pointer;position:relative;z-index:3;position:absolute;right:15px;top:8px;background:#1f1d1b;display:none;}
.header .menu-close b{position:absolute;top:50%;left:50%;right:auto;bottom:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:25px;height:25px;}
.header .menu-close b:after,.header .menu-close b:before{position:absolute;top:12px;left:0;right:auto;bottom:auto;background:#ac8f62;content:'';height:2px;width:100%;}
.header .menu-close b:after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.header .menu-close b:before{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.header .nav{margin-top:40px;}
.header .nav ul{}
.header .nav ul li{width:165px;text-align:center;float:left;font-size:18px;border-right:1px solid rgba(255,255,255,.24);}
.header .nav ul li a{display:inline-block;text-align:center;line-height:20px;position:relative;color:#fff;}
.header .nav ul li a:before{position:absolute;bottom:-5px;left:50%;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform: translateX(-50%);-webkit-transition:width .2s ease;transition:width .2s ease;background:#80674c;content:'';height:1px;width:0;}
.header .nav ul li a.is-login{width:20px;height:18px;background:url(../images/is-login.png) no-repeat center center;margin:0 auto;display:block;}
.header .nav ul li a.is-login:hover{background:url(../images/is-login-h.png) no-repeat center center;}
.header .nav ul li:last-child{width:85px;}
.header .nav ul li.active a{color:#e1b980;}
.header .nav ul li.active a:before{width:100%;}

.header.fixed{background:#12100e;}

@media screen and (min-width:1025px) {
    .header .nav ul li:hover a{color:#e1b980;}
    .header .nav ul li:hover a:before{width:100%;}
}
@media screen and (max-width:1367px) {
    .header{}
    .header .logo{margin-left:20px;}
    .header .nav ul li{width:130px;}
}
@media screen and (max-width:1025px) {
    body.header-normal{padding-top:55px;}
    .header{height:55px;}
    .header .logo{max-width:110px;margin-top:16px;}
    .header .menu{display:block;}
    .header .nav{background:#171210;position:fixed;left:0;top:-100%;width:100%;height:100%;margin-top:0;padding-top:40%;text-align:center;}
    .header .nav ul{max-width:98%;display:inline-block;}
    .header .nav ul li{border:none;width:100% !important;float:none;transition:transform .2s ease .3s,opacity .2s ease .3s;-webkit-transition:-webkit-transform .2s ease .3s,opacity .2s ease .3s;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px);opacity:0;}
    .header .nav ul li:nth-child(1){-webkit-transition-delay:.3s;transition-delay:.3s;}
    .header .nav ul li:nth-child(2){-webkit-transition-delay:.4s;transition-delay:.4s;}
    .header .nav ul li:nth-child(3){-webkit-transition-delay:.5s;transition-delay:.5s;}
    .header .nav ul li:nth-child(4){-webkit-transition-delay:.6s;transition-delay:.6s;}
    .header .nav ul li:nth-child(5){-webkit-transition-delay:.7s;transition-delay:.7s;}
    .header .nav ul li:nth-child(6){-webkit-transition-delay:.8s;transition-delay:.8s;}
    .header .nav ul li:nth-child(7){-webkit-transition-delay:.9s;transition-delay:.9s;}
    .header .nav ul li a{color:#cba181;display:block;line-height:35px;text-align:left;padding:5px 0;}
    .header .nav ul li a.is-login{width:100%;height:35px;background:url(../images/is-login-h.png) no-repeat left 10px;display:block;}
    .header .nav ul li a.is-login:hover{background:url(../images/is-login-h.png) no-repeat left 10px;}
    .header .nav ul li.active a:before{width:100%;bottom:0;}

    .header .nav.open{top:0;}
    .header .nav.open ul li{-webkit-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);opacity:1;}
}

.footer{background:#12100e;}
.footer .item01{padding:80px 0px 45px 0;}
.footer .item01 .logo{margin-right:12%;}
.footer .item01 ul{float:left;padding-right:5%;background:url(../images/foot-line.png) no-repeat right center/1px 100%;line-height:30px;margin-right:5%;}
.footer .item01 ul.last-child{margin-right:0;}
.footer .item01 ul li a{color:#8d8270;}
.footer .item01 ul li.tit{margin-bottom:5px;}
.footer .item01 ul li.tit a{font-size:16px;color:#ead7ba;}
.footer .item01 ul li a:hover{color:#cca181;}
.footer .item01 .contact{margin-left:5%;}
.footer .item01 .contact,.footer .item01 .contact a{color:#ead7ba;}
.footer .item01 .contact .title{font-size:16px;}
.footer .item01 .contact a.wechat{width:28px;height:28px;display:block;background:url(../images/foot-wechat-icon.png) no-repeat center center;margin:10px 0px 20px 0;position:relative;}
.footer .item01 .contact a.wechat span{position:absolute;background:#fff;width:120px;height:120px;top:-55px;right:-170px;z-index:2;display:block;padding:4px;display:none;}
.footer .item01 .contact a.wechat:hover span{display:block;}
.footer .item01 .contact a.tel{font-weight:bold;font-family:Arial;color:#ac8f78;font-size:20px;margin:10px 0px 25px 0;display:inline-block;}
.footer .item01 .contact .link-box{position:relative;font-family:"微软雅黑","Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;font-size:12px;color:#c5a285;}
.footer .item01 .contact .link-box span{display:block;border-radius:3px;border:1px solid #c5a285;height:20px;line-height:18px;width:135px;padding-right:20px;text-align:center;cursor:pointer;}
.footer .item01 .contact .link-box span i{width:20px;height:20px;background:#c5a285 url(../images/foot-select-icon.png) no-repeat center center;position:absolute;right:0;top:0;}
.footer .item01 .contact .link-box ul{position:absolute;width:100%;bottom:19px;border:1px solid #c5a285;border-radius:3px;background:#12100e;margin:0;padding:0;display:none;}
.footer .item01 .contact .link-box ul li a{line-height:28px;text-align:center;display:block;border-bottom:1px solid #c5a285;}
.footer .item01 .contact .link-box ul li:last-child a{border-bottom:none;}
.footer .item02{text-align:center;background:#080706;padding:12px 10px;color:#494340;text-transform:uppercase;}

@media screen and (max-width:1200px) {
    .footer .item01 .logo{margin-right:5%;}
}
@media screen and (max-width:1025px) {
    .footer .item01{padding:30px 0;}
    .footer .item01 .logo{float:none;width:170px;margin:0 auto;margin-bottom:15px;}
    .footer .item01 ul{background:url(../images/foot-line02.png) no-repeat center bottom;width:100%;float:none;text-align:center;padding:0;margin-top:10px;}
    .footer .item01 ul li{display:none;}
    .footer .item01 ul li.tit{display:block;}
    .footer .item01 ul li.tit a{display:block;}
    .footer .item01 .contact{float:none;text-align:center;margin:0;margin-top:25px;}
    .footer .item01 .contact a.wechat{margin:10px auto 25px;}
    .footer .item01 .contact a.tel{margin-bottom:0;}
    .footer .item01 .contact .link-box{display:none;}
}

.login-model{width:494px;height:517px;background:url(../images/login-bg.png) no-repeat center center;position:fixed;left:50%;top:50%;margin:-258.5px 0px 0px -247px;z-index:12;padding:0px 20px;padding-top:30px;font-family:"微软雅黑","Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;display:none;}
.login-model .close{width:19px;height:19px;position:absolute;background:url(../images/login-close.png) no-repeat center center;right:-40px;top:0;cursor:pointer;transition:300ms ease-out;-webkit-transition:300ms ease-out;-ms-transition:300ms ease-out;-moz-transition:300ms ease-out;-o-transition:300ms ease-out;}
.login-model .close:hover{transform:rotate(180deg);}
.login-model .login-logo{width:100px;height:100px;border-radius:100%;margin:0 auto;background:#fff;line-height:110px;}
.login-model .login-logo img{display:inline-block;}
.login-model .content{max-width:360px;margin:0 auto;margin-top:30px;}
.login-model .content input{width:100%;height:50px;border-radius:3px;background:none;font-size:20px;color:#333;}
.login-model .content .list{margin-bottom:15px;}
.login-model .content .list input{border:1px solid #d6d6d6;padding-left:55px;}
.login-model .content .list input:focus{border:1px solid #ccbda5;}
.login-model .content .list input[type=text]{background:url(../images/locin-icon01.png) no-repeat 12px center;}
.login-model .content .list input[type=password]{background:url(../images/locin-icon02.png) no-repeat 12px center;}
.login-model .content .list input[type=checkbox]{display:none;}
.login-model .content .list input[type=checkbox] + label{padding-left:28px;background:url(../images/login-check.png) no-repeat left center;font-size:16px;line-height:20px;display:inline-block;}
.login-model .content .list input[type=checkbox]:checked + label{background:url(../images/login-checked.png) no-repeat left center;}
.login-model .content .list a{font-size:16px;}
.login-model .content .tips{font-size:16px;color:#ac8f63;}
.login-model .content .btn{margin-top:50px;}
.login-model .content .btn input{background:#ac8f63;color:#fff;line-height:50px;cursor:pointer;}
.login-model .content .btn:last-child{margin-top:10px;}

@media screen and (max-width:769px) {
    .login-model{width:320px;margin-left:-160px;border-radius:5px;padding-top:20px;height:330px;margin-top:-165px;}
    .login-model .close{right:-20px;}
    .login-model .login-logo{width:80px;height:80px;line-height:85px;}

    .login-model .content{margin-top:15px;}
    .login-model .content input{height:35px;font-size:14px;}
    .login-model .content .list{margin-bottom:8px;}
    .login-model .content .list input{padding-left:35px;}
    .login-model .content .list input[type=text]{background:url(../images/locin-icon01.png) no-repeat 12px center/16px auto;}
    .login-model .content .list input[type=password]{background:url(../images/locin-icon02.png) no-repeat 12px center/15px auto;}
    .login-model .content .list input[type=checkbox] + label{padding-left:20px;background:url(../images/login-check.png) no-repeat left center/16px auto;font-size:14px;line-height:20px;display:inline-block;}
    .login-model .content .list input[type=checkbox]:checked + label{background:url(../images/login-checked.png) no-repeat left center/16px auto;}
    .login-model .content .list a{font-size:14px;}
    .login-model .content .tips{font-size:14px;}
    .login-model .content .btn{margin-top:15px;}
    .login-model .content .btn input{line-height:35px;}
}

.page-banner{height:500px;position:relative;}
.page-banner .content{position:absolute;width:100%;left:0;text-align:center;color:#fff;top:50%;transform:translateY(-50%);}
.page-banner .content .en{text-transform:uppercase;font-size:16px;letter-spacing:10px;}
.page-banner .content .cn{font-size:30px;margin-top:15px;}

@media screen and (max-width:1025px) {
    .page-banner{height:auto;padding-top:50%;}
    .page-banner .content .en{font-size:12px;letter-spacing:2px;}
    .page-banner .content .cn{font-size:16px;margin-top:5px;text-indent:0 !important;}
}

.page-tab{max-width:855px;left:0;right:0;margin:0 auto;position:absolute;bottom:-25px;z-index:2;}
.page-tab li{float:left;border-right:1px solid #ebebeb;}
.page-tab li:last-child{border-right:none;}
.page-tab li a{display:block;height:50px;line-height:50px;text-align:center;background:#e3e3e2;}
.page-tab li a i{display:inline-block;vertical-align:middle;width:20px;height:20px;margin-top:-4px;margin-right:5px;}
.page-tab li a.active{background:#c5a285;color:#fff;}

.about-tab li{width:20%;}
.about-tab li a i.icon01{background:url(../images/about-icon01.png) no-repeat center center;}
.about-tab li a i.icon02{background:url(../images/about-icon02.png) no-repeat center center;}
.about-tab li a i.icon03{background:url(../images/about-icon03.png) no-repeat center center;}
.about-tab li a i.icon04{background:url(../images/about-icon04.png) no-repeat center center;}
.about-tab li a i.icon05{background:url(../images/about-icon05.png) no-repeat center center;}
.about-tab li a.active i.icon01{background:url(../images/about-icon01-h.png) no-repeat center center;}
.about-tab li a.active i.icon02{background:url(../images/about-icon02-h.png) no-repeat center center;}
.about-tab li a.active i.icon03{background:url(../images/about-icon03-h.png) no-repeat center center;}
.about-tab li a.active i.icon04{background:url(../images/about-icon04-h.png) no-repeat center center;}
.about-tab li a.active i.icon05{background:url(../images/about-icon05-h.png) no-repeat center center;}

.reseller-tab{max-width:1025px;}
.reseller-tab li{width:16.66%;}
.reseller-tab li a i.icon01{background:url(../images/reseller-icon01.png) no-repeat center center;}
.reseller-tab li a i.icon02{background:url(../images/reseller-icon02.png) no-repeat center center;}
.reseller-tab li a i.icon03{background:url(../images/reseller-icon03.png) no-repeat center center;}
.reseller-tab li a i.icon04{background:url(../images/reseller-icon04.png) no-repeat center center;}
.reseller-tab li a i.icon05{background:url(../images/reseller-icon05.png) no-repeat center center;}
.reseller-tab li a i.icon06{background:url(../images/reseller-icon06.png) no-repeat center center;}
.reseller-tab li a.active i.icon01{background:url(../images/reseller-icon01-h.png) no-repeat center center;}
.reseller-tab li a.active i.icon02{background:url(../images/reseller-icon02-h.png) no-repeat center center;}
.reseller-tab li a.active i.icon03{background:url(../images/reseller-icon03-h.png) no-repeat center center;}
.reseller-tab li a.active i.icon04{background:url(../images/reseller-icon04-h.png) no-repeat center center;}
.reseller-tab li a.active i.icon05{background:url(../images/reseller-icon05-h.png) no-repeat center center;}
.reseller-tab li a.active i.icon06{background:url(../images/reseller-icon06-h.png) no-repeat center center;}

.contact-tab{max-width:340px;}
.contact-tab li{width:50%;}
.contact-tab li a i.icon01{background:url(../images/contact-icon01.png) no-repeat center center;}
.contact-tab li a i.icon02{background:url(../images/contact-icon02.png) no-repeat center center;}
.contact-tab li a.active i.icon01{background:url(../images/contact-icon01-h.png) no-repeat center center;}
.contact-tab li a.active i.icon02{background:url(../images/contact-icon02-h.png) no-repeat center center;}

.news-tab{max-width:340px;}
.news-tab li{width:50%;}
.news-tab li a i.icon01{background:url(../images/news-icon01.png) no-repeat center center;}
.news-tab li a i.icon02{background:url(../images/news-icon02.png) no-repeat center center;}
.news-tab li a i.icon03{background:url(../images/news-icon03.png) no-repeat center center;}
.news-tab li a.active i.icon01{background:url(../images/news-icon01-h.png) no-repeat center center;}
.news-tab li a.active i.icon02{background:url(../images/news-icon02-h.png) no-repeat center center;}
.news-tab li a.active i.icon03{background:url(../images/news-icon03-h.png) no-repeat center center;}

.join-tab{max-width:510px;}
.join-tab li{width:33.33%;}
.join-tab li a i.icon01{background:url(../images/join-icon01.png) no-repeat center center;}
.join-tab li a i.icon02{background:url(../images/join-icon02.png) no-repeat center center;}
.join-tab li a i.icon03{background:url(../images/join-icon03.png) no-repeat center center;}
.join-tab li a.active i.icon01{background:url(../images/join-icon01-h.png) no-repeat center center;}
.join-tab li a.active i.icon02{background:url(../images/join-icon02-h.png) no-repeat center center;}
.join-tab li a.active i.icon03{background:url(../images/join-icon03-h.png) no-repeat center center;}

@media screen and (max-width:855px) {
    .page-tab{margin:0px 15px;bottom:-55px;}
    .page-tab li{width:33.33%;border-bottom:1px solid #ebebeb;}
    .page-tab li:nth-child(3n){border-right:none;}
    .page-tab li a{height:40px;line-height:39px;}

    .news-tab{bottom:-20px;max-width:inherit;}
    .news-tab li{width:50%;}

    .contact-tab{bottom:-20px;max-width:inherit;}
    .contact-tab li{width:50%;}
    .contact-tab li a{line-height:40px;}

    .join-tab{bottom:-20px;max-width:inherit;}
    .join-tab li{width:33.33%;}
    .join-tab li a{line-height:40px;}
}

.page{margin:100px 0;text-align:center;}
.page *{display:inline-block;line-height:32px;height:30px;font-size:16px;padding:0px 12px;margin:0px 4px;}
.page .active{background:#c5a285;color:#fff;}
.page span{}

@media screen and (max-width:1025px) {
    .page{margin:30px 0;}
    .page *{display:none;font-size:14px;padding:0px 4px;margin:0px;}
    .page .page-index,.page .prev,.page .next,.page .end,.page .total{display:inline-block;}
}

.position{font-family:"微软雅黑","Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;}
.position *{color:#666;}
.position span{margin:0px 8px;font-family:'宋体';}

@media screen and (max-width:1025px) {
    .position{display:none;}
}
