/*header begin*/

.box {
    clear: both;
    width: 100%;
    height: auto;
    padding: 2.18vw 8.3vw 0 8.3vw;
    cursor: pointer;
    min-height: 110px !important;
    position: fixed;
    z-index: 9999999;
    background: #fff;
    left: 0;
    top: 0;
}

.logo {
    float: left;
    margin-right: 4.2vw;
}

.logo img {
    display: block;
    max-width: 100%;
}

.nave {
    float: left;
}

.nave li {
    float: left;
    margin-right: 3vw;
    position: relative;
    min-height: 68px !important;
    transition: all 0.5s ease;
}

.nave li a {
    color: #333333;
    font-size: 20px;
	    font-family: "PINGFANG BOLD";
}

.nave li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: #ee7700;
    transition: all 0.5s ease;
}

.nave li.qcbj {
    margin-right: 0;
}

.nave li:hover::after {
    width: 100%;
}

.nave li:hover a {
    color: #ee7700;
}

.cpxp {
    position: absolute;
    left: 0;
    top: 68px;
    width: 200px;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.nave li:hover .cpxp {
    height: auto;
    overflow: initial;
}

.nave .cpxp li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    min-height: 48px !important;
    background: rgba(0, 0, 0, 0.4);
    padding: 0 20px;
    margin-bottom: 10px;
}

.nave .cpxp li a {
    color: #fff;
    font-size: 18px;
}

.nave .cpxp li:hover {
    background: #ee7700;
}

.nave .cpxp li:hover a {
    color: #fff;
}

.tjcp {
    position: absolute;
    left: 200px;
    top: 0;
    width: 0px;
    overflow: hidden;
    transition: all 0s ease;
    overflow: hidden;
    height: 0px;
    padding-left: 20px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
}

.nave .tjcp li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    min-height: 48px !important;
    background: rgba(0, 0, 0, 0.4);
    padding: 0 20px;
    margin-bottom: 10px;
}

.nave .tjcp li:hover {
    background: #ee7700;
}

.nave .cpxp li:hover .tjcp {
    height: auto;
    width: 220px;
}

.aoe {
    float: right;
}

.aoe_l {
    float: left;
    width: 10vw;
    height: 34px;
    border-bottom: 1px solid #ccc;
    margin-right: 1.51vw;
}

.wbk {
    float: left;
    width: 8.59vw;
    height: 34px;
    border: none;
    background: none;
    line-height: 34px;
    color: #333333;
    font-size: 14px;
}

.aoe_l img {
    display: block;
    max-width: 100%;
    float: right;
}

.aoe_c {
    float: left;
    width: 4.68vw;
    height: 34px;
    border: 1px solid #666666;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    line-height: 34px;
    font-family: "SOURCEHANSANSCN-NORMAL";
    font-size: 16px;
    color: #333333;
    margin-right: 1.04vw;
}

.aoe_c a {
    color: #333333;
    font-size: 16px;
    font-family: "SOURCEHANSANSCN-NORMAL";
    text-transform: uppercase;
}

.aoe_c a.qcboe {
    color: #ee7700;
    font-size: 16px;
}

.aoe_r {
    float: right;
    color: #ee7700;
    font-size: 22px;
    line-height: 34px;
    font-family: "SOURCEHANSANSCN-HEAVY";
}

@media(max-width:1680px) {
    .box {
        padding: 40px 5.2vw 0 5.2vw;
    }
    .wbk {
        width: 7vw;
    }
    .logo {
        margin-right: 3.5vw;
    }
}

@media(max-width:1600px) {
    .nave li {
        margin-right: 2vw;
    }
}

@media(max-width:1440px) {
    .box {
        padding: 40px 4.3vw 0 4.3vw;
    }
    .logo {
        margin-right: 2.5vw;
    }
}

@media(max-width:1366px) {
    .nave li a {
        font-size: 1.46vw;
    }
    .nave li {
        margin-right: 1vw;
    }
    .aoe_c a {
        font-size: 14px;
    }
    .aoe_c a.qcboe {
        font-size: 14px;
    }
}

@media(max-width:1240px) {
    .nave {
        display: none;
    }
    .aoe {
        display: none;
    }
    .box {
        padding: 30px 30px 0 30px;
        min-height: 90px !important;
    }
}

@media(max-width:540px) {
    .box {
        padding: 30px 15px 0 15px;
        min-height: 80px !important;
    }
    .logo img {
        max-width: 80%;
    }
}

.menuTitle2 {
    display: block;
    width: 100%;
    padding: 15px 20px;
    cursor: pointer;
    border-bottom: 1px solid #dbdcd2;
    position: relative;
    font-size: 14px;
    color: #151515;
}

.activeTitle2 {
    display: block;
    width: 100%;
    padding: 15px 20px;
    cursor: pointer;
    border-bottom: 1px solid #dbdcd2;
    position: relative;
    font-size: 14px;
    color: #151515
}

.menuContent2 {
    width: 100%;
    display: none;
}

.menuContent2 p {
    padding: 15px 30px;
    color: #595959;
    border-bottom: 1px solid #dbdcd2
}

.menuContent2 p a {
    color: #1f1f1f;
    font-size: 12px;
}


/*header end*/


/*fotter begin*/

.box8 {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #606771;
    padding: 60px 0 0 0;
}

.fotter {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 8.3vw 30px 8.3vw;
}

.fotter_l {
    float: left;
    width: 66%;
    padding-left: 63px;
}

.fotter_l ul {
    float: left;
    width: 20%;
    height: auto;
    overflow: hidden;
}

.fotter_l li h2 {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.fotter_l li h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px;
    height: 2px;
    background: #ee7700;
}

.fotter_l li h2 a {
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
}

.fotter_l li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
}

.fotter_c {
    float: left;
    width: 22%;
    height: auto;
}

.fotter_c h2 {
    color: #fff;
    line-height: 25px;
    margin-bottom: 35px;
    font-size: 20px;
}

.fotter_c p {
    clear: both;
    line-height: 28px;
    overflow: hidden;
}

.fotter_c p span {
    display: block;
    float: left;
    width: 16px;
    vertical-align: middle;
    margin-top: 3px;
}

.fotter_c p font {
    display: block;
    float: right;
    width: 92%;
    color: #fff;
    font-size: 16px;
}

.fottre_r {
    float: left;
    width: 122px;
    height: auto;
    overflow: hidden;
}

.fottre_r dt {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #ee7700;
    margin-bottom: 8px;
}

.fottre_r dt img {
    display: block;
    width: 100%;
}

.fottre_r dd {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.foeor {
    clear: both;
    width: 100%;
    height: auto;
    border-top: 1px solid #7d8085;
    line-height: 66px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.foeor p {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

@media(max-width:1680px) {
    .fotter {
        padding: 0 5.2vw 30px 5.2vw
    }
    .fotter_l {
        padding-left: 43px;
    }
}

@media(max-width:1440px) {
    .fotter {
        padding: 0 4.3vw 30px 4.3vw
    }
    .fotter_l {
        padding-left: 0px;
    }
    .fotter_c {
        width: 24%;
    }
}

@media(max-width:1280px) {
    .fotter_l {
        width: 65%;
    }
}

@media(max-width:1024px) {
    .box8 {
        padding-top: 40px
    }
    .fotter {
        padding: 0 30px
    }
    .fotter_l {
        width: 100%;
        margin-bottom: 30px;
    }
    .fottre_r {
        float: right;
    }
    .fotter_c {
        width: 45%;
    }
    .fotter_c h2 {
        margin-bottom: 20px;
    }
}

@media(max-width:540px) {
    .fotter {
        padding: 0 15px
    }
    .fotter_l ul {
        width: 50%;
        margin-bottom: 20px;
    }
    .fotter_l li h2 {
        margin-bottom: 10px;
    }
    .fotter_c {
        width: 65%;
        width: 100%;
    }
    .foeor {
        line-height: 45px;
    }
    .fottre_r {
        float: none;
        margin: 0 auto;
        margin-top: 20px;
    }
}


/*fotter end*/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
    opacity: 1;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

.bpwn {
    position: fixed;
    right: 0;
    top: 40%;
    width: 56px;
    z-index: 999999999;
}

.bpwn li {
    width: 100%;
    height: 56px;
    background:rgba(102,102,102,0.5);
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    transition: all 0.5s ease;
}
.bpwn li.egon{ width:100%; height:56px; background:url(../tu/tu19.png) no-repeat center center rgba(102,102,102,0.5); transition: all 0s ease; cursor:pointer}
.bpwn li.egon:hover{ background:url(../tu/tu120.jpg) no-repeat center center}
.oorp {
    position: absolute;
    right: -176px;
    width: 120px;
    height: 28px;
    top: 0;
    background: #ee7700;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s ease;
    z-index: -1;
}
.bpwn li:hover{
	background:#ee7700}
.bpwn li:hover .oorp {
    right: 56px
}

.wbpe {
    width: 80px;
    height: 80px;
    border: 1px solid #ee7700;
    position: absolute;
    right: -176px;
    top: 0;
    transition: all 0.5s ease;
    z-index: -1;
}

.bpwn li:hover .wbpe {
    right: 56px
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    position: relative;
    width: 1400px;
    margin: 250px auto;
    height: auto;
    background: url(../tu/tu39.jpg) no-repeat center center;
    background-size: cover;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 80px 100px;
}

.cd-popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
    background: url(../images/bg7.png) no-repeat center center;
    font-size: 0;
}

.is-visible .cd-popup-container {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@media(max-width:1440px) {
    .cd-popup-container {
        width: 90%;
        margin: 250px auto;
    }
}

@media(max-width:1366px) {
    .cd-popup-container {
        width: 90%;
        margin: 150px auto;
    }
}

@media(max-width:1024px) {
    .cd-popup-container {
        width: 95%;
        margin: 150px auto;
        padding: 30px 30px;
    }
}
