/*
    * @time Mon Jul 06 2020 07:46:39 GMT+0800 (GMT+08:00)
    */
@charset "utf-8";

.clearfix:after,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
li,
ol,
p,
pre,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0
}

body,
html {
    height: 100%
}

body {
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "Î¢ÈíÑÅºÚ", STHeitiSC-Light, simsun, "ËÎÌå", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif
}

li {
    list-style-type: none
}

a {
    text-decoration: none;
    outline: 0;
    color: #000
}

a:hover {
    text-decoration: none;
    color: #ff9724
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

iframe,
img {
    border: 0
}

img {
    vertical-align: top
}

.clearfix {
    display: block
}

.clearfix:after {
    content: "";
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 0;
    display: block;
    clear: both
}

.part {
    width: 1200px;
    margin: 0 auto
}

.left {
    float: left
}

.right {
    float: right
}

.hide {
    display: none
}

.mob {
    display: none
}

.min {
    display: none
}

.img {
    overflow: hidden
}

.img img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}

.img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.top {
    position: relative
}

.top .nav {
    position: relative;
    z-index: 10;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.top .nav .logo {
    float: left;
    width: 187px;
    height: 40px;
    margin-top: 15px;
    background-image: url(/statics/images/logo.png);
    background-position: center center;
    background-repeat: no-repeat
}

.top .nav .list {
    float: right;
    line-height: 70px;
    width: 790px;
    height: 70px;
    font-size: 18px;
    color: #fff
}

.top .nav .list a {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    height: 70px;
    color: #fff
}

.top .nav .list a:first-child {
    margin-left: 0
}

.top .nav .list a.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #fff
}

.top .nav .lang {
    position: relative;
    float: right;
    text-align: center;
    width: 67px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #fff;
    cursor: pointer
}

.top .nav .lang:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '|';
    color: #fff;
    font-size: 24px;
    font-weight: 100
}

.top .nav .lang a {
    color: #fff
}

.head {
    position: relative;
    z-index: 99;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #286ecd
}

.head .logo {
    float: left;
    margin-left: 10px;
    width: 140px;
    height: 30px;
    background-image: url(/statics/images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%
}

.head .menu {
    float: right;
    height: 30px;
    width: 30px;
    position: relative;
    margin-right: 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.head .menu .bar {
    height: 3px;
    width: 100%;
    display: block;
    position: relative;
    background-color: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    position: absolute
}

.head .menu .bar:nth-of-type(1) {
    top: 0;
    -webkit-transition: top .3s ease .3s, -webkit-transform .3s ease-out .1s;
    transition: top .3s ease .3s, -webkit-transform .3s ease-out .1s;
    -moz-transition: top .3s ease .3s, transform .3s ease-out .1s, -moz-transform .3s ease-out .1s;
    transition: top .3s ease .3s, transform .3s ease-out .1s;
    transition: top .3s ease .3s, transform .3s ease-out .1s, -webkit-transform .3s ease-out .1s, -moz-transform .3s ease-out .1s;
    -webkit-animation: mrotr 2s cubic-bezier(.5, .2, .2, 1.01);
    -moz-animation: mrotr 2s cubic-bezier(.5, .2, .2, 1.01);
    animation: mrotr 2s cubic-bezier(.5, .2, .2, 1.01)
}

.head .menu .bar:nth-of-type(2) {
    top: 13.5px;
    -webkit-transition: ease .3s .3s;
    -moz-transition: ease .3s .3s;
    transition: ease .3s .3s;
    -webkit-animation: fade 2s cubic-bezier(.5, .2, .2, 1.01);
    -moz-animation: fade 2s cubic-bezier(.5, .2, .2, 1.01);
    animation: fade 2s cubic-bezier(.5, .2, .2, 1.01)
}

.head .menu .bar:nth-of-type(3) {
    top: 27px;
    -webkit-transition: top .3s ease .3s, -webkit-transform .3s ease-out .1s;
    transition: top .3s ease .3s, -webkit-transform .3s ease-out .1s;
    -moz-transition: top .3s ease .3s, transform .3s ease-out .1s, -moz-transform .3s ease-out .1s;
    transition: top .3s ease .3s, transform .3s ease-out .1s;
    transition: top .3s ease .3s, transform .3s ease-out .1s, -webkit-transform .3s ease-out .1s, -moz-transform .3s ease-out .1s;
    -webkit-animation: mrotl 2s cubic-bezier(.5, .2, .2, 1.01);
    -moz-animation: mrotl 2s cubic-bezier(.5, .2, .2, 1.01);
    animation: mrotl 2s cubic-bezier(.5, .2, .2, 1.01)
}

.head .menu.show .bar:nth-of-type(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .3s ease .1s, -webkit-transform .3s ease-out .5s;
    transition: top .3s ease .1s, -webkit-transform .3s ease-out .5s;
    -moz-transition: top .3s ease .1s, transform .3s ease-out .5s, -moz-transform .3s ease-out .5s;
    transition: top .3s ease .1s, transform .3s ease-out .5s;
    transition: top .3s ease .1s, transform .3s ease-out .5s, -webkit-transform .3s ease-out .5s, -moz-transform .3s ease-out .5s
}

.head .menu.show .bar:nth-of-type(2) {
    opacity: 0
}

.head .menu.show .bar:nth-of-type(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top .3s ease .1s, -webkit-transform .3s ease-out .5s;
    transition: top .3s ease .1s, -webkit-transform .3s ease-out .5s;
    -moz-transition: top .3s ease .1s, transform .3s ease-out .5s, -moz-transform .3s ease-out .5s;
    transition: top .3s ease .1s, transform .3s ease-out .5s;
    transition: top .3s ease .1s, transform .3s ease-out .5s, -webkit-transform .3s ease-out .5s, -moz-transform .3s ease-out .5s
}

.layout {
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 98;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 0;
    background: #286ecd;
    overflow: hidden;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    transition: height 1s
}

.layout .list {
    padding: 100px 40px
}

.layout .list a,
.layout .list span {
    position: relative;
    display: block;
    color: #fff;
    line-height: 32px;
    font-size: 14px
}

.layout .list a .sub,
.layout .list span .sub {
    position: absolute;
    left: 85px;
    top: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.layout .list .mobLang.show .sub {
    height: 64px
}

.layout.show {
    height: 100%
}

.banner {
    position: relative;
    z-index: 1;
    margin: -70px auto 0;
    padding-top: 186px;
    width: 100%;
    height: 609px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center 0
}

.banner .en {
    font-size: 72px;
    font-weight: 600;
    color: rgba(255, 255, 255, .5);
    line-height: 100px
}

.banner .cn {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    line-height: 84px
}

.banner .tab {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 60px;
    background: #286ecd;
    color: #fff;
    text-align: center
}

.banner .tab .tab-item {
    display: inline-block;
    line-height: 60px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer
}

.banner .tab .tab-item.active {
    font-weight: 600;
    background: #62c3d2
}

.banner .tab .tab-item a {
    color: #fff
}

.foot {
    margin-top: 88px;
    width: 100%;
    height: 224px;
    background: #fafafa
}

.foot .foot-top {
    padding-top: 25px;
    height: 40px
}

.foot .foot-top .logo {
    float: left;
    width: 186px;
    height: 40px;
    background-image: url(/statics/images/logo-foot.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
}

.foot .foot-top .list {
    float: right;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #2f2f2f
}

.foot .foot-top .list a {
    display: inline-block;
    margin-left: 50px;
    color: #2f2f2f
}

.foot .foot-top .list a:first-child {
    margin-left: 0
}

.foot .foot-middle {
    margin-top: 32px;
    height: 40px;
    text-align: right
}

.foot .foot-middle a {
    display: inline-block;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
}

.foot .foot-middle a.wb {
    background-image: url(/statics/images/icon-wb.png)
}

.foot .foot-middle a.wx {
    background-image: url(/statics/images/icon-wx.png)
}

.foot .foot-bottom {
    margin-top: 25px
}

.foot .foot-bottom .lang {
    position: relative;
    float: left;
    width: 167px;
    height: 30px;
    font-size: 14px;
    font-weight: 300;
    color: #2f2f2f;
    line-height: 20px;
    border-bottom: 2px solid #cbcbcb;
    cursor: pointer
}

.foot .foot-bottom .lang .tri {
    float: right;
    display: block;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #cdcdcd transparent transparent transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.foot .foot-bottom .lang .more {
    position: absolute;
    left: 0;
    top: -65px;
    opacity: 0;
    height: 60px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.foot .foot-bottom .lang .more a {
    display: block;
    height: 30px;
    width: 100%
}

.foot .foot-bottom .lang .more a:hover {
    color: #62c3d2
}

.foot .foot-bottom .lang:hover .tri {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.foot .foot-bottom .lang:hover .more {
    opacity: 1
}

.foot .foot-bottom .cpr {
    float: right;
    font-size: 14px;
    font-weight: 300;
    color: grey;
    line-height: 20px;
    margin-top: 12px
}

.xwdt:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #fff
}

.top {
    background: #286ecd
}

.detail {
    margin-top: 86px
}

.detail .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 73.3%;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.detail .content:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 1px;
    height: 100%;
    background: #d9d9d9
}

.detail .content .date.max {
    width: auto;
    margin-right: 50px
}

.detail .content .date.max .month {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #286ecd;
    line-height: 43px
}

.detail .content .date.max .month:before {
    display: block;
    margin-bottom: 6px;
    width: 100%;
    height: 2px;
    background: #286ecd;
    content: ""
}

.detail .content .date.max .year {
    font-size: 16px;
    font-weight: 300;
    color: grey;
    line-height: 19px
}

.detail .content .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 28px;
}

.detail .content .txt h2 {
    margin-bottom: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #2f2f2f;
    line-height: 42px
}

.detail .content .txt p {
    margin-bottom: 36px;
    font-size: 16px;
    font-weight: 400;
    color: #2f2f2f;
    line-height: 30px;
    text-indent: 2em
}

.detail .content .txt p img {
    width: 65%;
    height: auto;
    display: block;
    text-indent: -2em;
    margin: 0 auto
}

.detail .recommand {
    position: relative;
    width: 26.7%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right
}

.detail .recommand ul {
    border-top: 1px solid #d9d9d9
}

.detail .recommand li {
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9
}

.detail .recommand li .tit {
    font-size: 16px;
    font-weight: 400;
    color: #2f2f2f;
    line-height: 22px
}

.detail .recommand li .date {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: grey;
    line-height: 20px
}

.detail.noside .content {
    width: 100%;
    padding-right: 0;
    float: none
}

.detail.noside .content:after {
    display: none
}

@media all and (max-width:1920px) {
    .part {
        width: 1000px
    }

    .top .nav {
        height: 60px
    }

    .top .nav .logo {
        width: 180px;
        height: 60px;
        margin-top: 0;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%
    }

    .top .nav .list {
        width: auto;
        text-align: right;
        padding-right: 10px;
        line-height: 60px;
        height: 60px;
        font-size: 16px
    }

    .top .nav .list a {
        height: 60px
    }

    .top .nav .lang {
        height: 60px;
        line-height: 60px
    }

    .banner {
        height: 450px;
        padding-top: 120px
    }

    .banner .en {
        font-size: 45px;
        line-height: 70px
    }

    .banner .cn {
        font-size: 35px;
        line-height: 50px
    }

    .foot .foot-top .logo {
        width: 140px;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        background-size: 100% auto
    }

    .foot .foot-top .list a {
        margin-left: 25px
    }

    .foot .foot-bottom .lang .more {
        height: 30px;
        top: -35px
    }
}

@media all and (max-width:1199px) {
    html {
        overflow: hidden
    }

    body {
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0 auto
    }

    .mob {
        display: block
    }

    .pc {
        display: none
    }

    .part {
        width: 100%
    }

    .top {
        height: auto
    }

    .foot {
        margin-top: 20px;
        height: auto;
        padding: 10px 0 20px
    }

    .foot .foot-bottom .cpr {
        float: none;
        text-align: center
    }

    .banner {
        height: auto;
        margin: 0 auto 0;
        padding: 46px 0 120px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover
    }

    .banner .en {
        font-size: 36px;
        line-height: 50px
    }

    .banner .cn {
        font-size: 26px;
        line-height: 40px
    }

    .banner .tab {
        height: auto
    }

    .banner .tab .tab-item {
        line-height: 45px
    }
}

@media all and (max-width:609px) {
    .banner .tab {
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        height: 45px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

    .banner .tab .tab-item {
        padding: 0 10px;
        font-size: 14px
    }
}

@media all and (max-width:414px) {
    .banner {
        padding: 46px 0 80px 30px
    }

    .head .menu {
        height: 20px;
        margin-top: 5px
    }

    .head .menu .bar {
        height: 2px
    }

    .head .menu .bar:nth-of-type(3) {
        top: 18px
    }

    .head .menu .bar:nth-of-type(2) {
        top: 9px
    }

    .head .menu.show .bar:nth-of-type(1) {
        top: 10px
    }

    .head .menu.show .bar:nth-of-type(3) {
        top: 10px
    }
}

@media all and (max-width:1199px) {
    .detail {
        margin-top: 30px
    }

    .detail .content {
        padding: 0 4%;
        width: 100%
    }

    .detail .content:after {
        display: none
    }

    .detail .content .date.max {
        width: auto
    }

    .detail .content .date.max .month {
        font-size: 30px
    }

    .detail .content .txt h2 {
        margin-bottom: 20px;
        font-size: 28px
    }

    .detail .content .txt p {
        margin-bottom: 15px
    }

    .detail .recommand {
        display: none
    }

    .detail.noside .content {
        padding: 0 4%
    }
}

@media all and (max-width:640px) {
    .detail .content .date.max {
        display: none
    }

    .detail .content .date.min {
        display: block;
        font-size: 14px;
        margin-bottom: 20px;
        color: grey
    }

    .detail .content .txt h2 {
        text-align: left;
        margin-bottom: 10px
    }
}

/*# sourceMappingURL=maps/detail.css.map */<!--ºÄÊ±1775291048.1176Ãë-->