@charset "UTF-8";
header {
    height: 100px;
    width: 100%;
    background-color: #000000;
}

.main-md {
    width: 1200px;
    margin: auto;
}

.head-img {
    height: 100px;
    line-height: 100px;
    float: left;
}

.head-nav {
    float: right;
    width: 68%;
}

.head-nav li {
    height: 100px;
    width: 12%;
    text-align: center;
    float: left;
}

.head-nav li a {
    display: block;
    padding: 38px 0;
    font-size: 16px;
    color: #fff;
}

.head-nav li a:hover {
    color: #E79B00;
}

.head-nav li.active a {
    color: #E79B00;
}

.head_ico {
    float: right;
    padding-top: 28px;
    position: relative;
}

.head_ico i {
    font-size: 26px;
    color: #fff;
    margin-right: 10px;
}

.head_ico a {
    font-size: 22px;
    color: #fff;
}

.head_ico_hide {
    position: absolute;
    bottom: -30px;
    left: -117px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: none;
    padding-left: 10px;
}

.head_ico_hide input {
    border: none;
    width: 110px;
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}

.head_ico_hide i {
    color: #E79B00;
    font-size: 16px;
}

.head-phone {
    display: none;
    background-color: #353535;
    overflow: hidden;
    height: 75px;
}

.head-logo {
    margin-left: 6px;
}

.head-logo a {
    display: block;
    overflow: hidden;
}

.head-logo a span {
    width: 52px;
    height: 52px;
    margin-right: 4px;
}

.head-phone .head-logo img {
    height: 50px;
}

.l-txt {
    width: auto;
}

.l-txt .l-p1 {

}

.l-txt .l-p3 {
    display: none;
}

.head-phone:after {
    content: '';
    display: table;
    clear: both;
}

.top_cen {
    display: block;
    margin-right: 6px;
    margin-top: 6px;
}

.top_cen a {
    font-size: 58px;
    font-weight: 500;
    color: #E79B00;
    line-height: 28px;
    height: 38px;
    width: 38px;
    display: block;
    text-align: center;
}

.top_cen a.active {
    display: none;
}

.top_cen span {
    display: block;
    width: 34px;
    height: 4px;
    background-color: #E79B00;
    margin: 6px 0;
}

.navlist_mo {
    display: block;
    position: fixed;
    top: 0;
    right: -50%;
    bottom: 0;
    width: 50%;
    background-color: #212020;
    transition: all linear .5s;
}

.navlist_mo > li {
    background-color: #212020;
}

.navlist_mo > li.active a {
    color: #E79B00;
}

.navlist_mo > li > a {
    color: #ffffff;
    display: block;
    font-size:17px;
    line-height: 22px;
    width: 100%;
    padding: 14px 0;
    padding-left: 20px;
    transition: all .5s;
    position: relative;
}

.navlist_mo > li.active > a {
    background-color: #303030;
}

.navlist_mo > li a:after {
    top: 1.4rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navlist_mo > li a:not([href]):after {
    content: "";
    display: block;
    position: absolute;
    left: 128px;
    top: 24px;
    width: 9px;
    height: 9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all .3s ease 0s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navlist_mo > li.active a:not([href]):after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navlist_mo > li .abm_nav {
    display: none;
    height: 0;
    transition: all .5s;
}

.navlist_mo > li.active .abm_nav {
    display: block;
    height: auto;
}

.navlist_mo > li .abm_nav li {
    background-color: #080808;
}

.navlist_mo > li .abm_nav li.active a {
    color: #DAB866;
}

.navlist_mo > li .abm_nav li a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0;
    padding-left: 20px;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.navlist_mo > li .abm_nav > li h3 {
    color: #ffffff;
    display: block;
    position: relative;
}

.navlist_mo > li .abm_nav > li h3 > a {
    font-size: 16px;
    line-height: 20px;
    color: #ddd;
}

.navlist_mo > li .abm_nav > li h3:after {
    content: '';
    background: url(../images/index/jia.png) no-repeat;
    font-size: 16px;
    font-weight: 600;
    display: block;
    position: absolute;
    right: 0.8rem;
    top: 12px;
    height: 20px;
    width: 20px;
}

.navlist_mo > li .abm_nav > li.active h3 a {
    color: #E79B00;
}

.navlist_mo > li .abm_nav > li.active h3:after {
    background: url(../images/index/jian.png) no-repeat;
}

.navlist_mo > li .abm_nav ul {
    display: none;
}

.navlist_mo > li .abm_nav > li.active ul {
    display: block;
}

.navlist_mo > li .abm_nav ul li {
    padding: 5px 0;
    border-bottom: 1px dashed #403b45;
    padding-left: 20px;
}

.navlist_mo > li .abm_nav ul li a {
    font-size: 14px;
    color: #969696;
}

body {
    position: relative;
    right: 0;
    transition: all linear .5s;
  }

.ding-ph {
    display: none;
}

.ding-ph {
    background-color: #000;
    padding: 5px 10px;
    overflow: hidden;
    display: block;
}

.ding-ph span {
    font-size: 12px;
    color: #ffffff;
}

.ding-ph a {
    font-size: 12px;
    color: #ffffff;
}

.footer {
    background: url("../images/index/footbg.jpg") no-repeat center;
    padding: 100px 0 60px 0;
    color: #C8C8C8;
    background-size: cover;
}

.foot_lf {
    /*float: left;*/
    /*width: 50%;*/
}

.foot_rt {
    /*float: left;*/
    /*width: 50%;*/
    padding-left: 50px;
}

.foot_form ul li {
    float: left;
    width: 50%;
    height: 40px;
    margin-bottom: 25px;
}

.foot_form ul li label {
    float: left;
    width: 100px;
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
}

.foot_form ul li label em {
    color: #D50A0A;
}

.foot_form ul li input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ECF1F6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #222;
    padding: 0 15px;
}

.foot_form ul li select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ECF1F6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #222;
    padding: 0 15px;
}

.foot_form ul li textarea {
    width: 100%;
    height: 100px;
    line-height: 25px;
    background-color: #ECF1F6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #222;
    padding: 0 15px;
}

.foot_form ul li.all {
    width: 100%;
    height: 100px;
}

.foot_form ul li a {
    display: inline-block;
    width: 125px;
    height: 45px;
    line-height: 45px;
    background-color: #E79B00;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
}

.form_in {
    margin-left: 110px;
}

.foot_text h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.foot_text h2 em {
    color: #E79B00;
}

.foot_text p {
    font-size: 14px;
    margin-bottom: 25px;
}

.foot_img {
    margin-top: 20px;
}

.f_img_it {
    float: left;
    width: 125px;
    margin-right: 60px;
    text-align: center;
}

.f_img_it img {
    width: 100%;
}

.f_img_it span {
    display: inline-block;
    margin-top: 20px;
}

.foot-bottom {
    padding-top: 80px;
    text-align: center;
}
.dls{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(65,59,68,0.7);
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}
.wj{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(65,59,68,0.7);
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}
.wj .close1 {
    position:absolute;
    top:10px;
    right:10px;
    font-size: 40px;
    line-height: 27px;
    cursor: pointer;
    color: #fff;
}
.dls .close1 {
    position:absolute;
    top:10px;
    right:10px;
    font-size: 40px;
    line-height: 27px;
    cursor: pointer;
    color: #fff;
}
#back{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(65,59,68,0.7);
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}
#back .close1 {
    position:absolute;
    top:10px;
    right:10px;
    font-size: 40px;
    line-height: 27px;
    cursor: pointer;
    color: #fff;
}
.logintc{
    width: 430px;
    height: 510px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    z-index: 100000;
    left: 0;
    bottom: 0;
    right: 0;
    margin:  auto;
    display: none;
}
.logintc>h2{
    font-size: 22px;
    line-height: 55px;
    background: #ccc;
    text-align: center;
    color:  #fff;
    margin-bottom: 25px;
}
.logintc>div>form{
    text-align: center
}
.logintc>div>form>ul>li{
    margin-bottom: 20px
}
.logintc input{
    font-size: 16px;
    line-height: 50px;
    border: 1px solid #B4B4B4;
    vertical-align: sub;
    border-radius: 5px
}
.logintc>div>form{
    width: 75%;
    margin: 0 auto
}
.logintc>div>form>ul>li.yanzheng>input{
    width: 180px;
    margin-right: 5px
}
.logintc>div>form>ul>li.dl>input{
    width:100%;
    height: 50px;
    padding-left: 0;
    border: none;
    background:  #E79B00;
    color: #FFFFFF;
    font-size: 18px
}
.logintc>div>form>ul>li>img{
    vertical-align: middle
}
.logintc>div>form>ul>li.to-register{
    text-align: left
}
.logintc>div>form>ul>li.to-register>span{
    cursor: pointer;
    color:  #d90000;
}
.phone-input{
    width: 100%;
    height: 50px;
    background: url("../images/index/phone-tb.png") left center no-repeat;
    padding-left:50px;
}
.pwd{
    width: 100%;
    height: 50px;
    background: url("../images/index/pwd.png") left center no-repeat;
    padding-left:50px;
}
.yzm{
    width:48% !important;
    padding-left: 5px;
}
.fsyzm{
    line-height: 40px;
    margin-top:3px;
    font-size: 14px;
    color: #fff;
    background: #E79B00;
    border-radius:5px;
    width:48% !important;
    border: none;
}
.fwtk{
    width: 15px;
    height: 15px;
    margin-right: 5px !important;
}
.h_top{background-color:#e3e4e5; padding: 5px 0;}
.h_top a{color: #E79B00;}
.h_top>a{display: block;margin-right: 5px;}
.h_top .lf{display: block;font-size:12px;color: #999;margin-left: 15px; }
.head_all{display: none;}
/*æ‰‹æœº*/
.header_ph{display: none;}
.to_top{
    position: fixed;
    bottom: 10%;
    right: 20px;
    display: none;
}
.to_top a{
    font-size: 40px;
    color: #E79B00;
}
.login ul li .tips{
    color: #BF0000;
}
.tux{
    position: relative;

}
.tux img{
    position: absolute;
    top:0;
    right: 0;
}
.login .login-content .tit li:nth-child(3) i{
    background-position: -200px -15px;
}
.login .login-content .tit li:nth-child(4) i{
    background-position: -91px -17px;
}
.login .login-content .tit li:nth-child(5) i{
    background-position: -200px -15px;
}
.login .login-content .tit li:nth-child(6) i{
    background-position: -200px -15px;
}
@media screen and (max-width: 1466px) {

}

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

}

@media screen and (max-width: 1200px) {
    .main-md {
        width: 1024px;
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
    .main-md {
        width: 100%;
        padding: 0 10px;
    }

    header {
        display: none;
    }

    .head-phone {
        display: block;
    }

    .ding-ph {
        display: block;
    }

    .foot_lf {
    padding: 0 10px;
        float: left;
        width: 100%;
    }

    .foot_rt {
        float: left;
        width: 100%;
        padding-left: 0;
    }

    .foot_text {
        width: 420px;
        margin: auto;
    }

}

@media screen and (max-width: 768px) {
.foot_img {
    display: inline-block;
    margin-top: 20px;
}
    .head-phone .head-logo img {
        height: 34px;
    }

    .head-logo a span {
        width: auto;
        height: auto;
        display: inline-block;
        padding-top: 8px;
        margin-right: 0;
    }

    .foot_form ul li {
        width: 100%;
        height: 30px;
        margin-bottom: 15px;
    }
    .foot_text{
        width: 100%;
        margin: auto;
    }
    .footer {
        background: url(../images/index/footbg.jpg) no-repeat center;
        padding: 30px 0 30px 0;
        color: #C8C8C8;
        background-size: cover;
    }
    .foot_form ul li label {
        width: 80px;
        font-size: 14px;
        line-height: 40px;
    }
    .form_in {
        margin-left: 90px;
    }
    .foot_form ul li input {
        height: 30px;
        line-height: 30px;
    }
    .foot_form ul li select{
        height: 30px;
        line-height: 30px;
    }
    .foot_form ul li a {
        width: 125px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .f_img_it {
        float: left;
        width: 50%;
        margin-right: 0;
        padding: 0 20px;
        text-align: center;
    }
    .foot_text h2 {
        margin-top: 15px;
    }
    .foot-bottom {
        padding-top: 30px;
    }
    .logintc{
        width: 100%;
    }
    .clogin5{
        width: 40%;
    }
    .to_top{
        right: 0;
    }
    .to_top a{
        font-size: 30px;
    }
    .login-content {
        background-color: #fff;
        right:10%;
        width: 80%;
    }
    .tux img {
        width: 105px;
    }
}