/*
    * @time Thu Jul 09 2020 10:46:46 GMT+0800 (中国标准时间)
    */
@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;
    font-weight: 700;
    margin-right: 15px;
    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;
    font-weight: 700;
    cursor: pointer
}

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

.top .nav .lang:before {
    position: absolute;
    left: -5px;
    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 .tri {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent
}

.top .nav .lang .more {
    position: absolute;
    right: 0;
    top: 55px;
    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    transition: height .5s;
    height: 0;
    width: 70px;
    line-height: 40px;
    background: rgba(0, 0, 0, .49);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .19);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden
}

.top .nav .lang .more a {
    height: 40px;
    display: block;
    color: #fff
}

.top .nav .lang:hover .more {
    height: 40px
}

.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: 150px;
    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: 700;
    color: #fff;
    cursor: pointer
}

.banner .tab .tab-item.active {
    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
}

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

.title {
    margin: 0 auto;
    text-align: center
}

.title .en {
    display: block;
    font-size: 14px;
    color: #62c3d2;
    line-height: 20px
}

.title .cn {
    display: inline-block;
    position: relative;
    line-height: 42px;
    font-size: 30px;
    font-weight: 600;
    color: #2f2f2f
}

.title .cn:before {
    position: absolute;
    left: -160px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 143px;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(#000), to(rgba(233, 233, 233, 0)));
    background: -webkit-linear-gradient(right, #000 0, rgba(233, 233, 233, 0) 100%);
    background: -moz-linear-gradient(right, #000 0, rgba(233, 233, 233, 0) 100%);
    background: linear-gradient(270deg, #000 0, rgba(233, 233, 233, 0) 100%)
}

.title .cn:after {
    position: absolute;
    right: -160px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 143px;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(233, 233, 233, 0)));
    background: -webkit-linear-gradient(left, #000 0, rgba(233, 233, 233, 0) 100%);
    background: -moz-linear-gradient(left, #000 0, rgba(233, 233, 233, 0) 100%);
    background: linear-gradient(90deg, #000 0, rgba(233, 233, 233, 0) 100%)
}

.top {
    position: relative;
    height: 832px
}

.top:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 609px;
    background: #286ecd
}

.top:after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    width: 225px;
    height: 223px;
    background: #62c3d2
}

.top .focus {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 650px;
    max-width: 1832px
}

.top .focus img {
    position: absolute;
    z-index: 1;
    width: 95.4%;
    height: auto;
}

.mission .cont {
    position: relative;
    margin-top: 38px
}

.mission .cont:before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    width: 99.3%;
    height: 100%;
    background: #286ecd
}

.mission .cont:after {
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 2;
    content: '';
    width: 45%;
    height: 100%;
    background-image: url(/statics/images/mission-bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
}

.mission .cont .part {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.mission .cont .part .tit {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 43%;
    padding-right: 4%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 34px
}

.mission .cont .part .tit:before {
    content: '';
    width: 100px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 67px;
    -webkit-transform: translateX(-212%);
    -moz-transform: translateX(-212%);
    -ms-transform: translateX(-212%);
    transform: translateX(-212%)
}

.mission .cont .part .infor {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10% 6%;
    width: 57%;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 34px
}

.strategy {
    margin-top: 70px
}

.strategy .cont {
    margin-top: 35px
}

.strategy .cont .fundlist li {
    position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

.strategy .cont .fundlist .txt {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 44px;
    width: 70%;
    background: #f7f7f7
}

.strategy .cont .fundlist .txt h3 {
    font-size: 16px;
    font-weight: 400;
    color: #2f2f2f;
    line-height: 26px
}

.strategy .cont .fundlist .tit {
    position: relative;
    float: left;
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(/statics/images/invest-bg.png);
    background-color: #286ecd;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.strategy .cont .fundlist .tit:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 153px;
    height: 60px;
    display: block;
    background-image: url(/statics/images/invest-bg2.png);
    background-color: #286ecd;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right bottom
}

.strategy .cont .fundlist .tit h2 {
    position: relative;
    z-index: 5;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 30px
}

.strategy .cont .fundlist .tit h2:after {
    content: '';
    display: block;
    margin: 10px auto;
    width: 38px;
    height: 4px;
    background: #62c3d2
}

.strategy .cont .data {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .08)
}

.strategy .cont .data ul {
    margin: 0 auto;
    font-size: 0
}

.strategy .cont .data li {
    position: relative;
    display: inline-block;
    width: 25%;
    height: 100px;
    text-align: center
}

.strategy .cont .data li:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    content: '';
    width: 1px;
    height: 80%;
    background: #e6e6e6
}

.strategy .cont .data li:first-child:before {
    display: none
}

.strategy .cont .data .num {
    margin-top: 18px;
    font-size: 30px;
    font-weight: 700;
    color: #2f2f2f;
    line-height: 42px
}

.strategy .cont .data .num span {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #2f2f2f;
    line-height: 25px
}

.strategy .cont .data .name {
    font-size: 14px;
    font-weight: 600;
    color: grey;
    line-height: 22px
}

.direction {
    position: relative;
    margin-top: 50px;
    padding-top: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7
}

.direction .cont {
    margin-top: 24px
}

.direction .cont .intro {
    max-width: 500px;
    margin: 0 auto 25px;
    font-size: 16px;
    line-height: 32px;
    text-align: center
}

.direction .cont ul {
    font-size: 0;
    text-align: center
}

.direction .cont li {
    position: relative;
    display: inline-block;
    width: 25%;
    overflow: hidden
}

.direction .cont li .img {
    position: relative;
    z-index: 1;
    width: 300px;
    height: 229px
}

.direction .cont li .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    height: 140px;
    background: #f7f7f7
}

.direction .cont li .txt h2 {
    font-size: 18px;
    font-weight: 600;
    color: #2f2f2f;
    line-height: 30px;
    -webkit-transition: all 0s .8;
    -moz-transition: all 0s .8;
    transition: all 0s .8
}

.direction .cont li:hover .txt {
    background: #286ecd
}

.direction .cont li:hover .txt h2 {
    color: #fff
}

.direction .cont li:hover .txt h3 {
    color: #bcc8ec
}

.direction .cont li:hover .txt .more {
    opacity: 1
}

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

.enterprise {
    margin-top: 55px
}

.enterprise .cont {
    position: relative
}

.enterprise .cont .swiper-container {
    width: 100%;
    height: 100%
}

.enterprise .cont .swiper-slide .slide-cont .txt {
    float: left;
    margin-top: 70px;
    width: 80%
}

.enterprise .cont .swiper-slide .slide-cont .txt h3 {
    position: relative;
    font-size: 16px;
    font-weight: 100;
    color: #2f2f2f;
    line-height: 30px
}

.enterprise .cont .swiper-slide .slide-cont .txt h3:before {
    position: absolute;
    left: 0;
    top: -47px;
    content: '';
    width: 42px;
    height: 37px;
    background-image: url(/statics/images/icon-queto.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%
}

.enterprise .cont .swiper-slide .slide-cont .txt h2 {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #2f2f2f;
    line-height: 30px
}

.enterprise .cont .swiper-slide .slide-cont .logo {
    margin-top: 26px;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 15%;
    background: #f6f6f6
}

.enterprise .cont .swiper-slide .slide-cont .logo img {
    width: 100%;
    height: 100%
}

.enterprise .cont .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 10px
}

.enterprise .cont .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    opacity: 1;
    background-color: #cdcdcd
}

.enterprise .cont .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #62c3d2
}

.news {
    margin-top: 79px
}

.news .cont {
    position: relative;
    margin-top: 40px
}

.news .cont .slide-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 56px
}

.news .cont .slide-cont .img {
    margin-right: 42px;
    width: 232px;
    height: 125px
}

.news .cont .slide-cont .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.news .cont .slide-cont .txt h4 {
    font-size: 14px;
    font-weight: 600;
    color: #2f2f2f;
    line-height: 20px
}

.news .cont .slide-cont .txt h2 {
    font-size: 16px;
    font-weight: 600;
    color: #2f2f2f;
    line-height: 22px
}

.news .cont .slide-cont .txt h3 {
    display: none;
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    color: grey;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.news .cont .swiper-pagination {
    left: 50%;
    bottom: -44px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
    width: 1200px;
    font-size: 0;
    text-align: center
}

.news .cont .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    opacity: 1;
    background-color: #cdcdcd
}

.news .cont .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #62c3d2
}

.news .more {
    margin: 92px auto 0;
    text-align: center;
    width: 167px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #62c3d2;
    line-height: 40px;
    border: 1px solid #62c3d2;
    cursor: pointer
}

.news .more a {
    color: #62c3d2
}

.news .more i {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    margin-top: 15px;
    width: 16px;
    height: 10px;
    background-image: url(/statics/images/icon-arrow-r-b.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
}

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

    .title .cn {
        font-size: 26px
    }

    .top {
        height: 446px
    }

    .top:before {
        height: 340px
    }

    .top:after {
        height: 106px
    }

    .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
    }

    .top .focus {
        height: 350px
    }

    .direction .cont li {
        height: 277px
    }

    .direction .cont li .img {
        width: 100%;
        height: 65%
    }

    .direction .cont li .txt {
        width: 100%;
        height: 35%
    }

    .direction .cont li .txt h3 {
        line-height: 26px
    }

    .direction .cont li .txt .more {
        width: 26px;
        height: 26px
    }

    .news .cont .slide-cont .img {
        width: 180px;
        margin-right: 20px
    }
}

@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;
        line-height: 60px;
        height: 60px;
        font-size: 16px
    }

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

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

    .top .nav .lang .tri {
        margin-top: 26px
    }

    .banner {
        height: 450px
    }

    .banner .en {
        font-size: 60px;
        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
    }
}

.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
}

.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) {
    .top {
        height: auto
    }

    .top:before {
        display: none
    }

    .top:after {
        display: none
    }

    .top .focus {
        height: auto
    }

    .top .focus img {
        position: relative;
        width: 100%;
        height: auto
    }

    .mission {
        margin-top: 30px
    }

    .mission .cont {
        margin-top: 30px
    }

    .mission .cont .part .tit {
        font-size: 20px
    }

    .mission .cont .part .infor {
        padding-left: 7%
    }

    .mission .cont .part .tit {
        padding: 0 0 5% 2%
    }

    .mission .cont .part .tit:before {
        display: none
    }

    .direction {
        margin-top: 20px;
        padding-top: 15px;
        height: auto
    }

    .direction .cont li {
        height: auto
    }

    .direction .cont li .img {
        width: 100%;
        height: auto
    }

    .direction .cont li .img img {
        width: 100%;
        height: auto
    }

    .direction .cont li .txt {
        height: 90px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .direction .cont li .txt h2 {
        font-size: 18px
    }

    .direction .cont li .txt h3 {
        margin-top: 10px;
        font-size: 12px;
        line-height: 22px
    }

    .direction .cont li:hover .txt {
        background: #286ecd
    }

    .enterprise {
        margin-top: 35px
    }

    .enterprise .cont .swiper-slide .slide-cont {
        padding: 0 2%
    }

    .enterprise .cont .swiper-slide .slide-cont .txt {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 20px
    }

    .enterprise .cont .swiper-slide .slide-cont .txt h3:before {
        display: none
    }

    .enterprise .cont .swiper-slide .slide-cont .logo {
        margin-top: 0
    }

    .news {
        margin-top: 20px
    }

    .news .cont {
        margin-top: 15px
    }

    .news .cont .slide-cont {
        padding: 0 2%
    }
}

@media all and (max-width:680px) {
    .strategy .cont .fundlist .txt {
        padding: 5% 3%
    }

    .direction .cont li {
        width: 50%;
        height: auto
    }

    .direction .cont li .txt {
        min-height: 78px
    }

    .enterprise .cont .swiper-slide .slide-cont .txt {
        margin-top: 10px;
        width: 70%
    }

    .enterprise .cont .swiper-slide .slide-cont .txt h3 {
        font-size: 14px;
        font-weight: 300;
        line-height: 26px
    }

    .enterprise .cont .swiper-slide .slide-cont .txt h2 {
        margin-top: 10px
    }

    .enterprise .cont .swiper-slide .slide-cont .logo {
        width: 26%
    }
}

@media all and (max-width:559px) {
    .mission .cont .part .tit {
        padding-bottom: 3%;
        line-height: 28px
    }

    .mission .cont .part .infor {
        font-size: 14px;
        line-height: 24px
    }

    .enterprise .cont .swiper-slide .slide-cont .txt {
        width: 70%
    }

    .enterprise .cont .swiper-slide .slide-cont .logo {
        width: 25%
    }

    .news .cont .slide-cont .img {
        width: 40%;
        height: auto;
        margin-right: 2%
    }
}

@media all and (max-width:459px) {
    .min {
        display: block
    }

    .max {
        display: none
    }

    .mission .cont .part .tit {
        font-size: 14px
    }

    .strategy .cont .fundlist .tit h2 {
        font-size: 18px;
        line-height: 28px
    }

    .strategy .cont .fundlist .txt h3 {
        font-size: 14px;
        line-height: 24px
    }

    .direction {
        margin-top: 0;
        padding-top: 20px
    }

    .direction .data ul li {
        padding: 16px 0
    }

    .direction .data ul li:before {
        height: 50px
    }

    .direction .data .num {
        margin-top: 0;
        font-size: 18px;
        line-height: 40px
    }

    .direction .data .num span {
        margin-top: 0;
        font-size: 10px
    }

    .direction .data .name {
        font-size: 12px
    }
}

@media all and (max-width:399px) {
    .title {
        width: 100%;
        overflow: hidden
    }

    .swiper-pagination {
        font-size: 0 !important
    }

    .swiper-pagination .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
        margin-right: 10px !important
    }

    .top .focus .swiper-container .tit {
        top: 10px
    }

    .top .focus .swiper-container .tit h2 {
        font-size: 18px
    }

    .direction .cont li {
        width: 100%
    }

    .direction .data ul li {
        width: 23%
    }

    .direction .data ul li .num {
        font-size: 16px;
        line-height: 30px
    }

    .direction .data ul li .name {
        font-size: 10px
    }

    .enterprise .cont .swiper-slide .slide-cont .txt {
        width: 50%;
        margin-top: 0
    }

    .enterprise .cont .swiper-slide .slide-cont .txt h3 {
        font-size: 12px;
        line-height: 22px
    }

    .enterprise .cont .swiper-slide .slide-cont .txt h2 {
        font-size: 16px;
        line-height: 26px
    }

    .enterprise .cont .swiper-slide .slide-cont .logo {
        width: 48%
    }

    .news .cont .swiper-pagination {
        bottom: -20px
    }

    .news .cont .slide-cont {
        display: block
    }

    .news .cont .slide-cont .img {
        width: 100%;
        margin-right: 0
    }

    .news .cont .slide-cont .img img {
        width: 100%
    }

    .news .cont .slide-cont .txt {
        padding: 10px
    }

    .news .more {
        margin-top: 50px
    }
}

.img img {
    width: 100%
}

/*# sourceMappingURL=maps/index.css.map */<!--耗时1775290384.4615秒-->