/*
    * @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
}

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

.core {
    margin-top: 82px;
	background: #fff;
}

.core li {
    width: 31.25%;
    margin-right: 3%;
    margin-bottom: 80px;
    float: left
}

.core li:nth-child(3n-2) {
    clear: left
}

.core li:nth-child(3n) {
    margin-right: 0
}

.core li .tit {
    margin-bottom: 20px;
	text-align:center;
}

.core li .tit .name {
    font-size: 22px;
    font-weight: 600;
    color: #2f2f2f;
    line-height: 30px
}

.core li .tit .job {
    margin-top: 5px;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    color: grey;
    line-height: 22px
}

.core li .pic {
    position: relative;
    width: 100%
}

.core li .pic .img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto
}

.core li .pic .img img {
    width: 70%
}

.core li .txt {
    position: relative;
    margin-top: 50px;
    width: 100%;
    height: 0;
    font-size: 14px;
    font-weight: 400;
    color: grey;
    line-height: 28px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.core li .txt:before {
    display: block;
    content: '';
    margin-bottom: 16px;
    width: 50px;
    height: 4px;
    background: #39529d
}

.core li .txt span {
    display: block
}

.core li:hover .pic .img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media all and (max-width:1920px) {
    .core li {
         width: 30.25%;
        margin-right: 2%;
        margin-bottom: 40px
    }

    .core li:nth-child(3n) {
        margin-right: 4%
    }

    .core li:nth-child(3n-2) {
        clear: none
    }

    .core li:nth-child(4n) {
        margin-right: 0
    }

    

    .foot {
        margin-top: 0
    }
}

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

    .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) {
    .core {
        padding: 0 4%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media all and (max-width:640px) {
    .core {
        padding: 0 2%
    }

    .core li {
        width: 47%;
        margin-right: 6%;
        margin-bottom: 80px
    }

    .core li:nth-child(3n) {
        margin-right: 6%
    }

    .core li:nth-child(3n-2) {
        clear: none
    }

    .core li:nth-child(2n) {
        margin-right: 0
    }

    .core li:nth-child(odd) {
        clear: left
    }
}

@media all and (max-width:640px) {
    .core {
        margin-top: 25px
    }

    .core li {
        width: 44%;
        margin-right: 12%
    }

    .core li:nth-child(3n) {
        margin-right: 12%
    }

    .core li:nth-child(3n-2) {
        clear: none
    }

    .core li:nth-child(2n) {
        margin-right: 0
    }

    .core li:nth-child(odd) {
        clear: left
    }
}

@media all and (max-width:414px) {
    .core li {
        margin-bottom: 30px
    }

    .core li .tit .name {
        font-size: 18px
    }

    .core li .tit .job {
        font-size: 14px
    }

    .core li .txt {
        margin-top: 30px;
        font-size: 12px;
        line-height: 22px
    }
}

@media all and (max-width:350px) {
    .banner .en {
        font-size: 32px
    }
}

/*# sourceMappingURL=maps/core.css.map */