@charset "utf-8";
body {
    font-size: 32px;
}
@media screen and (max-width: 1000px) {
    body {
        font-size: 24px;
    }
}
.copyright table {
    width: 100%;
}
.copyright table td:first-child,
.copyright table td:last-child {
    width: 135px;
}
.copyright table td:nth-child(2) {
    width: auto;
}
.vertical-font,
.tile-group .font > span,
.col-slgf-left p,
.box-tab.switch > dt > ul > li a {
    font-family: "Microsoft Yahei";
}
.vertical-font {
    float: none;
    writing-mode: inherit;
    -webkit-writing-mode: inherit;
    -moz-writing-mode: inherit;
    height: auto;
    font-size: 1em;
    line-height: 1.875em;
    text-align: justify;
}
.vertical-font p {
    margin: 0;
}
/*导航*/
@media screen and (min-width:1001px){
    #menu > ul > li > a {
        width: auto;
        height: 2em;
        line-height: 2em;
        text-align: center;
        background: transparent !important;
    }
    #menu > ul > li > a > span {
        display: block;
    }
    #menu > ul > li.focus > a,
    #menu > ul > li:hover > a {
        background: url(../images/nav_old_hover.png) no-repeat center top !important;
        background-size: 100% !important;
        color: #fff;
    }
}
.box-tab > dt {
    padding-bottom: 10px;
    padding-top: 10px !important;
}
.box-tab > dt ul li > a {
    padding-top: 15px;
}
.box-tab > dt ul li span img {
    width: 100px;
}
.box-tab.switch {
    background: none;
    height: auto;
}
.box-tab.switch > dt {
    float: none;
    width: auto;
    border-bottom: none;
}
.box-tab.switch > dt > ul > li {
    background: url(../images/title_bg_m_transparent.png) no-repeat center top;
    width: 80px;
    height: auto;
    margin: 0 8px;
    padding: 0 20px 80px;
    background-size: 120% !important;
}
.box-tab.switch > dt > ul > li.focus {
    background: url(../images/title_bg_m.png) no-repeat center top;
    color: #fff;
}
.box-tab.switch > dt > ul > li > a {
    font-size: 1.125em;
}
.box-tab.switch > dd {
    margin-right: 0;
}
.box-tab.switch > dd > ul > li.focus {
    float: none;
}
.border {
    border: none;
}
.mt-65 {
    margin-top: 20px;
}
.more01,
.vertical-more {
    display: none;
}
.icon {
    display: none !important;
}
.d-table > * {
    display: block;
}
.col-space {
    display: none;
}
.zsyz {
    background: #232f81;
    height: auto;
    padding: 30px 0;
    box-sizing: border-box;
}
.zsyz-content {
    float: none;
    width: 100%;
    padding-top: 0;
}
.tzxm {
    background: #f1f1f1;
    height: auto;
}
.gycy {
    background: #2b99f2;
    height: auto;
}
.whyc > span,
.whyc > .second-title {
    width: 100px;
    padding-top: 20px;
}
/*tile-group*/
.tile-group.col-5 {
    display: block;
    width: auto;
    margin: 10px 0 0 -2%;
}
.tile-group.col-5 .tile-group-space,
.tile-group.col-5 .tile-group-bg {
    display: none;
}
.tile-group.col-5 > li {
    display: block;
    float: left;
    width: 48%;
    margin-left: 2%;
    margin-top: 10px;
    border-radius: 5px;
}
.tile-group.col-5 > li.last {
    width: 98%;
}
.tile-group.col-5 .font > em img {
    transform: scale(1.5);
    transform-origin: left top;
}
.tile-group.col-5.old-btn .font {
    position: relative;
}
.tile-group.col-5.old-btn .font > p {
    display: none;
}
.tile-group.col-5.old-btn .font > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
}
.title-img {
    display: none;
}
.slgf {
    margin-top: 20px;
}
.col-slgf-left p {
    font-size: 1em;
    line-height: 2em;
    text-align: justify;
    margin-left: 0;
}
.zsyz-content > p {
    font-size: 0.875em;
    text-align: justify;
}
.box-title .title-en {
    padding-top: 0;
}
.first-title .box-title > div img {
    width: 170px;
}
.first-title .box-title > span {
    margin-top: 0;
}
.black-font .box-title,
.white-font .box-title {
    background: none;
    padding-bottom: 10px;
}
.black-font .first-title,
.white-font .first-title {
    padding: 20px 0;
}
.whyc > .whyc-img {
    display: none;
}
.whyc-line {
    margin: 20px 0 20px;
}
.four-buttons a span:last-child img {
    transform: scale(1.25);
    transform-origin: top center;
    margin-bottom: 60px;
}
@media screen and (max-width: 1220px) {
    .box-tab.switch > dt > ul > li a {
        padding-top: 60px;
    }
}
@media screen and (max-width: 480px) {
    .box-tab.switch > dt > ul > li {
        width: 50px;
        padding-bottom: 50px;
    }
    .box-tab.switch > dt > ul > li > a {
        padding-top: 50px;
    }
    .tile-group.col-5 > li {
        width: 98%;
    }
    .four-buttons a {
        width: 48%;
    }
    .whyc > * {
        display: block;
        margin: 0 auto;
    }
}