@import url(https://at.alicdn.com/t/c/font_4309255_4qgmepw8z6n.css);

body {
    /* font-family: auto; */
    font-family: arial;
}

.iconfont {
    font-size: inherit;
    line-height: 1;
    -webkit-text-stroke-width: 0;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
    color: #21252b;
}

a:hover {
    text-decoration: none;
    color: #003366;
}


button,
input {
    outline: none !important;
}

::-moz-placeholder {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc !important;
}

.clearfix:before,
.clearfix:after,
.wrapper:after,
.wrapper:before {
    content: "";
    display: table;
}

.clearfix:after,
.wrapper:after {
    clear: both;
    overflow: hidden;
}

.clearfix,
.wrapper {
    zoom: 1;
}

.btn-primary {
    background: #165a95;
}

ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px !important;
    color: #21252b;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.uli14 li,
.nowrapli li {
    list-style: inside;
}

ul.nowrapli.uli16 li a {
    padding-left: 8px;
}

img {
    max-width: 100%;
}

#skip {
    display: none;
}

#main {}

.contai {
    width: 1100px;
    margin: 0px auto;
}

.newyear-banner {
    position: relative;
}

.newyear-banner>img {
    display: block;
}

.banner-text {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    color: #fff;

    text-transform: uppercase;

    font-size: 38px;

    font-weight: bold;

    background-color: rgba(2, 51, 163, 55%);

    padding: 14px 25px;

    margin-left: 0px;

    line-height: 46px;
}

.Overview-right {

    float: right;
}

.Overview-title a {
    font-size: 46px;

    color: #fff;

    font-weight: bold;
}

.Overview-title {

    font-size: 46px;

    color: #fff;

    font-weight: bold;

    margin-top: 0px;

    margin-bottom: 30px;
}

.Overview-title span {
    position: relative;
    padding-left: 40px;
}

.Overview-title span::before {
    content: '';
    border-top: 10px transparent solid;
    border-bottom: 10px transparent solid;
    border-left: 10px #fff solid;
    position: absolute;
    top: 19px;
}

.Overview-right p {

    font-size: 22px;

    color: #fff;

    font-weight: 500;

    margin-top: 30px;
}

.Overview-right a.text-more {

    font-size: 20px;

    color: #092b96;

    background-color: #fff;

    padding: 1px 3px 3px 10px;

    font-weight: bold;

    border-radius: 20px;

    margin-top: 70px;

    display: inline-block;
}

.Overview-right a.text-more img {

    width: 30px;

    margin-left: 10px;
}

.Overview-left {

    float: right;
}

.Overview {
    background: url(../img/Overview-bg.png) no-repeat;
    background-size: cover;
    padding: 60px 0px;
}

.div-tab {
    background: url(../img/tab-bg.png) no-repeat;
    background-size: 100% auto;
    background-position-y: top;
    padding: 80px 0px;
    background-color: #f8fbff;
}

.div-tab ul.nav-pills {
    background: url(../img/tabli-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 448px;
    padding: 120px 70px 80px 58px;
    float: left;
}

.div-tab ul.nav-pills>li {

    display: block;

    float: none;

    margin-left: 0px !important;
}

.div-tab ul.nav-pills>li>a {

    background-color: #fff;

    color: #017b74;

    font-size: 24px;

    font-weight: bold;

    margin-bottom: 30px;

    border: 1px #017b74 solid;
}

.div-tab ul.nav-pills>li>a i {

    margin-left: 10px;
}

.div-tab ul.nav-pills>li>a:hover,
.div-tab ul.nav-pills>li.active>a {

    background-color: #4fb6bc;

    color: #fff !important;
}

.div-tab .tab-content {

    width: calc(100% - 448px);

    float: left;

    padding-left: 70px;
}

.tabs-tabpane {}

.tabs-tabpane li {

    margin-top: 60px;
}

.tabs-tabpane li a {}

.tabs-tabpane li h4 {

    font-size: 24px;

    font-weight: bold;

    color: #000a17;
}

.tabs-tabpane li p {

    font-size: 22px;

    color: #000a17;
}

.cooperation {
    background: url(../img/cooperation-bg.png) no-repeat;
    padding: 0px 0px 80px;
    background-position-y: 230px;
    background-size: 100% auto;
    margin-bottom: 20px;
    position: relative;
}
.cooperation::before{
    content: '';
    width: 100%;
    height: 50%;
    background-color: #2647a7;
    background-position-y: bottom;
    position: absolute;
    bottom: 0px;
    z-index: -1;
}
.cooperation .cooperation-title {

    margin-top: -30px;
}

.cooperation .cooperation-title img {

    height: 250px;

    width: auto;

    margin: 0px auto;

    display: block;
}

.cooperation-list {

padding-top: 80px;
}

.cooperation-list li {}

.cooperation-list li a {
    background: url(../img/cooperation-list-bg.png) no-repeat;
    display: block;
    background-size: 100% 100%;
    background-position-y: bottom;
    padding: 0px 20px 60px 20px;
    min-height: 568px;
    position: relative;
}

.cooperation-list li a::after {
    content: '';
    width: 100%;
    height: 50%;
    /* background-color: #02359e;
    position: absolute; */
    top: 0px;
    left: 0px;
}

.cooperation-list li a:hover {
    background: url(../img/cooperation-listhover-bg.png) no-repeat;
    background-size: 100% 100%;
    background-position-y: bottom;
}

.cooperation-list li a img {

    margin-top: -30px;
}

.cooperation-list li a h4 {

    font-size: 24px;

    color: #fff;

    font-weight: bold;

    padding: 20px 10px;
}

.cooperation-list li a p {

    font-size: 20px;

    color: #fff;

    padding: 0px 10px;
}