.header {
    width: 100%;
    height: 520px;
    background: url("../images/rmtjzTitle.jpg")no-repeat center center;
    background-size: 100% 100%;
}

/* logo */
.logozgcd {
    width: auto;
    height: 72px;
    float: left;
    margin: 43px 0 0 16px;
    background: url('../images/logo_bg.png') no-repeat center center;
    background-size: 100% 100%;
    box-sizing: content-box;
    padding-top: 10px;
    padding-right: 6px;
}

.logozgcd img {
    height: 80%;
}

.logozgcd>a>span.logo_logo {
    background: url(../images/logo_shadow.png) no-repeat center top;
    background-size: 100%;
    float: left;
    text-align: center;
    padding-left: 9px;
    padding-top: 0px;
    height: 100%;
    margin-right: 20px;
}

.logozgcd>a>.logo_logo>img {
    /* -webkit-animation: change 6s linear infinite; */
    animation: change 6s linear infinite;
    -webkit-animation: change 6s linear infinite;
}

@-webkit-keyframes change {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }

}

.logozgcd .logowz {
    float: right;
}

@media (max-width: 1100px) {
    .logozgcd {
        height: 33px;
        top: 3px;
        left: 9px;
    }
}

.return {
    margin-top: 20px;
}

/* header */
.header .xmt_tit {
    margin: 65px auto 0;
    width: 1024px;
}

.header .xmt_tit img.xmt_logo {
    margin-bottom: 47px;
    width: 100%;
}

.header .top_box {
    width: 100%;
    padding: 0 16.6%;
}

.header .top_box li {
    float: left;
    width: 33%;
    text-align: center;
}

.header .top_box li img {
    width: 124px;
    height: 124px;
}

.header .top_box li p {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    margin-top: 22px;
    line-height: 30px;
    color: #ffffff;
}

.header .top_box li p a {
    color: #fff;
}

/* xmt_content */
.xmt_content {
    margin: -80px auto 50px;
}

.xmt_content .tab_btn {
    text-align: center;
    border-bottom: 8px solid #FF9936;
}

.xmt_content .tab_btn .btn {
    display: inline-block;
    width: 320px;
    height: 72px;
    /* background: url('../images/btn_off.png')no-repeat center center; */
    background-size: 100% 100%;
    color: #ffffff;
    border-radius: 20px 20px 0px 0px;
    font-size: 34px;
    line-height: 72px;
    cursor: pointer;
    background: rgba(255, 255, 255, .5);

}

.xmt_content .tab_btn .btn:first-child {
    margin-right: 18px;
}

.xmt_content .tab_btn .btn.active {
    background: #FF9936;
}

.xmt_top {
    position: absolute;
    left: 0;
    right: 0;
    top: 300px;
    width: 1000px;
    margin: auto;
}

.tab_box {
    width: 1000px;
    /* box-shadow: 0px 0px 10px 0px #bfc3c5; */
    padding: 0 54px 20px;
    margin: 0 auto;
}

.tab_box .tit {
    text-align: center;
    padding: 54px 0 50px;
}

.tab_box ul li,
.xmt_top ul li {
    float: left;
    margin: 0 11px 70px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #bbb;
    width: 156px;
    height: 156px;
}

.tab_box ul li img,
.xmt_top ul li img {
    width: 154px;
    height: 154px;
}

.tab_box ul li p,
.xmt_top ul li p {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #333333;
    height: 50px;

}

.tab_box ul li p a .xmt_top ul li p a {
    color: #333333;
}

.wx_box {
    display: none;
}

.wx_box .mark {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    width: 100%;
    height: 100%;
    display: none;
    cursor: default;
    text-align: center;
}

.wx_box .mark_bg {
    width: 320px;
    height: 380px;
    background-color: white;
    margin: 0 auto;
    margin-top: 100px
}

.wx_box .mark_tit {
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(239, 239, 239);
    font-size: 24px !important;
    height: 70px;
    line-height: 70px;
}

.wx_box .mark_bg img {
    width: 210px;
    height: 210px;
    margin-top: 10px;
}

.wx_box .mark_bg p {
    margin-top: 15px;
}

.wx_box .close img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin-top: 10px;
}

.scale img {
    transition: all 0.4s ease-out;
}

.scale img:hover {
    transform: scale(1.5);
}