/**********
 *页面样式
 **********/


/* ==========
   基本默认值
   ========== */

@charset "utf-8";
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

:before,
:after {
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #f7f7f7;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #666;
    -webkit-text-size-adjust：100%;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:active {
    color: #ff6600;
    text-decoration: none;
}

input,
textarea,
select,
button {
    outline: none;
    vertical-align: middle;
    font-size: inherit;
    font-family: inherit;
}

textarea {
    resize: none;
    overflow-y: auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="radio"],
input[type="checkbox"] {
    height: 14px;
    margin: 0 5px 0 0;
    padding: 0;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: none;
}

hr {
    height: 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    margin: 15px 0;
    color: #ddd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0 0 0.5em 0;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

::selection {
    background-color: #b3d4fc;
    text-shadow: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/* ==========
   引入特殊字体样式
   ========== */
// @font-face {
//     font-family: 'pingfang_sclight';
//     src: url("../fonts/pingfang_light/PINGFANG_LIGHT.TTF") format('truetype'),
//          url('../fonts/pingfang_light/pingfang_light-webfont.woff2') format('woff2'),
//          url('../fonts/pingfang_light/pingfang_light-webfont.woff') format('woff');
//     font-weight: normal;
//     font-style: normal;
// }

/* ==========
   工具样式
   ========== */

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/* ================
   浏览器更新提示
   ================ */

.browserupgrade {
    display: fixed;
    top: 0;
    left:0;
    right:0;
    font-size:20px;
    color:#000;
    z-index: 999;
    text-align: center;
    margin: 0;
    padding: 10px;
    background-color: #fff;
}
.browserupgrade a{
    color:#ff6600;
}

/* ================
   自定义页面样式
   ================ */

.container {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
#gototop {
    position: fixed;
    right: 3%;
    bottom: 54px;
}
#gototop img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
}
@media screen and (max-width: 1199px) {
    .container {
        width: 1000px;
    }
}

@media screen and (max-width: 990px) {
    .container {
        width: 760px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .captcha-input {
        width: 80px !important;
    }
    #gototop {
        right: 2%;
    }
    #gototop img {
        width: 40px;
        height: 40px;
    }
}


/* 网站公共头部 */

header {
    margin: auto;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    z-index: 3;
}

header .top {
    position: relative;
    text-align: right;
    margin-bottom: 11px;
    margin-right: 60px;
}

header .top .tel {
    float: right;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
    margin-right: 25px;
}

header .top .wechat {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url('../img/wechat_icon.png') no-repeat;
}

header .top .wechat:hover {
    background: url("../img/wechat_hover.png") no-repeat;
}

header .top .qr-code {
    position: absolute;
    top: 46px;
    right: -60px;
    z-index: 4;
}

header .main {
    line-height: 69px;
    font-size: 18px;
    color: #4d453d;
    background-color: #fff;
}

header .main .logo {
    float: left;
    padding: 0 55px;
}

header .main .logo a {
    display: inline-block;
    width: 56px;
    height: 41px;
    vertical-align: middle;
}

.menu-toggle {
    display: none;
    cursor:pointer;
    font-size: 36px;
    color: #999;
    line-height: 70px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.menu-col{
    color:#ff6600;
}
.main-menu.menu-open {
    visibility: visible;
    opacity: 1;
    // -webkit-transform: scale(1);
    // transform: scale(1);
}

.main-menu {
    float: left;
    -webkit-overflow-scrolling: touch;
}

.main-menu li {
    display: inline-block;
    padding: 0 40px;
    margin-left: -3px;
    text-align: center;
}

.main-menu li a {
    display: inline-block;
    border-top: 1px solid transparent;
    color: #4d453d;
}

.main-menu li a:hover,
.main-menu li a:active {
    border-top: 1px solid #ff6600;
    color: #ff6600;
}

.main-menu li a.active {
    border-top: 1px solid #ff6600;
    color: #ff6600
}

header .main .join {
    float: right;
    position: relative;
    background-color: #fec106;
    border-top: 1px solid transparent;
}

.join .peoples {
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 39px;
    width: 34px;
    height: 30px;
    background: url("../img/result.png");
    background-position: -0px -127px;
}

.join .left {
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 20px;
    width: 13px;
    height: 22px;
    background: url("../img/result.png");
    background-position: -0px -63px;
    -webkit-animation: bounce-left 1.5s linear infinite;
    animation: bounce-left 1.5s linear infinite;
}

@-webkit-keyframes bounce-left {
 25% {-webkit-transform: translateX(-4px);}
 50%, 100% {-webkit-transform: translateX(0);}
 75% {-webkit-transform: translateX(4px);}
}

@keyframes bounce-left {
 25% {transform: translateX(-4px);}
 50%, 100% {transform: translateX(0);}
 75% {transform: translateX(4px);}
}

header .main .join a {
    display: inline-block;
    padding-left: 103px;
    padding-right: 84px;
    color: #fff;
}

@media screen and (max-width: 1199px) {
    header .main ul li {
        padding: 0 20px;
    }
}

@media screen and (max-width: 990px) {
    header .main .logo {
        padding: 0 20px;
    }
    header .main ul li {
        padding: 0 13px;
    }
    .join .peoples {
        left: 23px;
    }
    header .main .join a {
        padding-left: 75px;
        padding-right: 52px;
    }
}

@media screen and (max-width: 767px) {
    header {
        top: 0;
    }
    header .top {
        display: none;
    }
    .main-menu {
        visibility: hidden;
        opacity:0;
        position: fixed;
        width: 100%;
        overflow: auto;
        background-color: #fff;
        left: 0;
        top: 70px;
        bottom: 0;
        float: none;
        margin: 0;
        text-align:center;
        // -webkit-transition: all .3s;
        // transition: all .3s;
        // -webkit-transform: scale(1.4);
        // transform: scale(1.4);
    }
    .main-menu > li{
        width: 100%;
        border-top: 1px solid #eee;
    }
    .main-menu > li >a {
        width: 100%;
    }
    .main-menu li a.active {
        border-top: 1px solid transparent;
    }
    .main-menu li a:hover,
    .main-menu li a:active {
        border-top: 1px solid transparent;
    }
    .menu-toggle {
        display: block;
        z-index:999;
        cursor:pointer;
        float: right;
        margin-right: 10px;
    }
}

@media screen and (max-width: 479px) {
    .join .peoples {
        display: none;
    }
    header .main .join a {
        padding: 0 40px;
    }
}

/* 网站公共底部 */

footer {
    width: 100%;
    background-color: #4d4d4d;
}

.footer {
    font-size: 14px;
    padding: 32px 0;
    color: #dcdcdc;
}

.footer-qrcode {
    float: left;
    width: 178px;
    height: 256px;
    color: #fff;
    text-align: center;
    background-color: #fec106;
}

.footer-qrcode img {
    width: 141px;
    height: 141px;
}

.footer-qrcode .qrcode-msg {
    font-size: 16px;
    padding-top: 31px;
    padding-bottom: 14px;
}

.footer-main {
    float: left;
    margin-left: 60px;
    padding-top: 68px;
}

.footer-menu {
    float: left;
    border-bottom: 1px #34cc99 solid;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    display: inline-block;
    padding: 0 20px 13px 20px;
}

.footer-menu li:first-child a {
    padding-left: 0;
}

.footer-menu li:last-child a {
    padding-right: 0;
}

.footer-contact {
    margin-top: 55px;
}

.footer-contact .contact {
    position: relative;
    float: left;
    width: 200px;
    height: 133px;
    font-size: 30px;
    border: 4px #959595 solid;
    text-align: center;
}

.footer-contact .contact .contact-msg {
    position: absolute;
    top: 20px;
    left: -5px;
    width: 208px;
    background-color: #4d4d4d;
    z-index: 2;
}

.footer-contact .address {
    float: left;
    margin-top: 38px;
    margin-left: 18px;
}

.copy-right {
    text-align: center;
    padding: 21px 0;
    font-size: 12px;
    color: #5d5d5d;
    background-color: #212121;
}

.footer-tel {
    float: left;
    margin-top: 87px;
    margin-left: 60px;
}

.footer-tel .tel-img,
.footer-tel .tel-msg {
    float: left;
}

.footer-tel .tel-msg {
    margin-left: 14px;
}

.footer-tel .tel-msg span {
    display: block;
    font-size: 30px;
}

@media screen and (max-width: 1199px) {
    .footer-qrcode {
        width: 142.4px;
        height: 204.8px;
    }
    .footer-qrcode img {
        width: 112.8px;
        height: 112.8px;
    }
    .footer-main {
        margin-left: 30px;
        padding-top: 44px;
    }
    .footer-contact .address {
        margin-top: 24px;
    }
    .footer-tel {
        margin-left: 30px;
    }
    .footer-contact .contact {
        width: 160px;
        height: 106.4px;
        font-size: 20px;
    }
    .footer-contact .contact .contact-msg {
        top: 20px;
        width: 166.4px;
    }
    .footer-tel .tel-img img {
        width: 44.8px;
        height: 44.8px;
    }
    .footer-tel .tel-msg span {
        font-size: 20px;
    }
}

@media screen and (max-width: 990px) {
    .footer-main {
        margin-left: 15px;
    }
    .footer-contact .contact {
        display: none;
    }
    .footer-contact .address {
        margin-left: 0;
    }
    .footer-tel {
        margin-left: 10px;
        font-size: 12px;
    }
    .footer-tel .tel-img img {
        width: 35px;
        height: 35px;
    }
    .footer-tel .tel-msg span {
        font-size: 16px;
    }
}

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

@media screen and (max-width: 479px) {}
