@charset "UTF-8";

/* @font-face {
    font-family: 'SourceHanSerifSC';
    src: url('../fonts/SourceHanSerifSC-Heavy.otf') format('opentype');
    font-weight: normal;
    font-style: normal
}

body {
    font-family: 'MyCustomFont', sans-serif
}

body {
    font-family: 'MyCustomFont', sans-serif
} */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-size: .24rem;
    line-height: 1.6;
    font-family: -apple-system-font, Helvetica Neue, sans-serif,'Microsoft YaHei';
    /*font-family: serif,'Microsoft YaHei';*/
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a img {
    border: 0
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
a{
    color: #2c2c2c;
}
a:visited{
    color: #2c2c2c;
}
a:active{
    color: #2c2c2c;
}
a:hover{
    color: #ff6000;
}

img {
    width: 100%;
    vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

.page {
    width: 100%;
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
    background: #f6f6f6
}

.page.index{
    background: #fff url("/img/bg_heard.png") no-repeat left center / auto 100%
}

.page .content {
    max-width: 1200px;
    margin: 0 auto
}

header {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    /*background: #fff url("/img/bg_heard.png") no-repeat left center / auto 100%*/
}

header .header-content {
    min-height: 90px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

header .header-content .logo {
    width: 333px;
    height: 70px;
    margin: 10px 40px 10px 0
}

header .header-content .menu {
    flex-wrap: wrap;
    display: flex
}

header .header-content .menu .item {
    position: relative;
    height: 90px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #474747;
    line-height: 70px;
    padding: 10px;
    word-break: keep-all;
    margin: 0 1px;
    cursor: pointer;
    min-width:78px;
    text-align: center;
}

header .header-content .menu .item .cMenu-list {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 90px;
    display: none;
    width: auto;
    min-width: 145px;
    box-shadow: 0 0 6px 0 rgba(81, 81, 81, 0.44);
    background: #fff;
    /* width: max-content; */
}

header .header-content .menu .item .cMenu-list .cMenu-item {
    display: block;
    height: 34px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
    line-height: 34px;
    padding: 0 34px;
    white-space: nowrap;
    word-break:keep-all;
    text-align: left;
}

header .header-content .menu .item .cMenu-list .cMenu-item:hover,
header .header-content .menu .item .cMenu-list .cMenu-item.cMenu-active {
    color: #fff;
    background: #1267b2
}

header .header-content .menu .item:hover,
header .header-content .menu .item.active {
    color: #fff;
    background: #1267b2
}

header .header-content .menu .item:hover .cMenu-list {
    display: block
}

header .header-content .lang {
    height: 90px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 25px;
    margin-left: 25px;
    font-size: 15px;
}

header .header-content .lang:before {
    position: absolute;
    top: calc(42%);
    left: 0;
    content: "";
    width: 2px;
    height: 16px;
    background: #b8b8b8
}

header .header-content .lang .earch {
    width: 18px;
    height: 18px;
    margin-right: 10px
}

header .header-content .lang p {
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 16px;
    color: #1d507b;
    line-height: 30px
}

header .header-content .lang:hover .earch {
    opacity: .9
}

header .header-content .lang:hover p {
    color: #276ba4
}

header .header-content .lang .list {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    padding: 15px 20px 15px 20px;
    background: rgba(27, 27, 27, 0.7);
    z-index: 9;
}

header .header-content .lang .list .item {
    display: flex;
    align-items: center;
    height: 30px;
    cursor: pointer
}

header .header-content .lang .list .item img {
    width: 22px;
    height: 12px;
    margin-right: 10px
}

header .header-content .lang .list .item span {
    /*font-family: Microsoft YaHei;*/
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    word-break: keep-all
}

header .header-content .lang .list .item:hover {
    opacity: .9
}

header .header-content .lang:hover .list {
    display: block
}

footer {
    width: 100%;
    background: #1267b2
}

footer .content {
    min-height: 702px;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    padding-top: 150px
}

footer .content .info {
    width: 265px
}

footer .content .info h4 {
    /*font-family: Microsoft YaHei;*/
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 50px
}

footer .content .info p {
    /*font-family: Microsoft YaHei;*/
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 28px
}

footer .content .menu {
    display: flex;
    justify-content: space-around;
    flex-grow: 2
}

footer .content .menu a {
    display: block;
    /*font-family: Microsoft YaHei;*/
    font-weight: 400;
    font-size: 16px;
    color: #d2eaff;
    line-height: 28px;
    cursor: pointer
}

footer .content .menu a:not(.second) {
    margin-bottom: 14px
}

footer .content .menu a.second {
    /*font-family: Microsoft YaHei;*/
    font-weight: 400;
    font-size: 12px;
    color: #9dcef9;
    line-height: 18px;
    margin-top: 16px;
}

footer .content .menu a.second:hover {
    color: #cde6fc
}

footer .content .menu a:hover {
    color: #fff
}

footer .content .copyright {
    width: 100%;
    position: absolute;
    bottom: 40px;
    /*font-family: Microsoft YaHei;*/
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: center
}

.section-title {
    padding: 36px 40px 20px
}

.section-title h4 {
    /*font-family: Microsoft YaHei;*/
    font-weight: 400;
    font-size: 24px;
    color: #282828;
    line-height: 32px
}

.section-title p {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #bebebe;
    line-height: 22px
}

.section-menu {
    width: 198px;
    min-height: 580px;
    background: #fff;
    border: 1px solid #e9e9e9;
    flex-shrink: 0
}

.section-menu .item {
    display: block;
    width: 100%;
    /*font-family: Microsoft YaHei;*/
    font-weight: 400;
    font-size: 18px;
    color: #666;
    border-left: 4px solid transparent;
    cursor: pointer;
    margin-bottom: 20px;
    padding-left: 19px;
    padding-top: 10px;
    padding-right: 19px;
    padding-bottom: 10px;
}

.section-menu .item:hover,
.section-menu .item.active {
    color: #1267b2;
    border-left-color: #1267b2;
    background: #e0f1ff
}

.index .header-content {
    border-bottom: 1px solid #dae8f5
}
.swiper-container.banner.swiper-container-horizontal{
    /*background: #fff;*/
}
.index .banner .content {
    min-height: 600px;
    background: url("/img/bg_banner.png") no-repeat center right
}

.index .banner .content .info {
    padding-top: 180px
}

.index .banner .content .info .eng {
    /*/*font-family: MicrosoftYaHei;*/*/
    font-weight: bold;
    font-size: 24px;
    color: #1267b2;
    margin-bottom: 20px
}

.index .banner .content .info h2 {
    /*/*font-family: MicrosoftYaHei;*/*/
    font-weight: bold;
    font-size: 68px;
    color: #1267b2;
    margin-bottom: 20px
}

.index .banner .content .info .gray {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 32px;
    color: #7c7b7b;
    margin-bottom: 40px
}

.index .banner .content .info .more {
    display: block;
    width: 175px;
    height: 60px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 22px;
    color: #1867b2;
    text-align: center;
    line-height: 56px;
    background: #fff;
    border-radius: 30px;
    border: 2px solid #156ebd
}

.index .banner .content .info .more:hover {
    color: #1e81df;
    border-color: #1f88e6
}

.index .news {
    width: 100%;
    min-height: 702px;
    background: #f6f6f6
}

.index .news .content {
    padding: 90px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.index .news .content .left {
    width: 582px;
    padding-bottom: 40px
}

.index .news .content .left h4 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #000
}

.index .news .content .left .eng {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #bebebe
}

.index .news .content .left .carousel {
    height: 406px;
    margin-top: 30px;
    background: rgba(215, 215, 215, 0.36)
}

.index .news .content .left .carousel .carousel-container {
    left: 0 !important
}

.index .news .content .left .carousel .carousel-item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 2s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 2s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 2s;
    -o-transition-property: opacity;
    -o-transition-duration: 2s;
}

.index .news .content .left .carousel .carousel-item.active {
    opacity: 1;
    z-index: 2;
}

.index .news .content .left .carousel .item {
    display: block;
    width: 582px;
    height: 406px
}

.index .news .content .left .carousel .item img {
    width: 100%;
    height: 328px
}

.index .news .content .left .carousel .item .tip {
    width: calc(100% - 100px);
    height: 78px;
    display: flex;
    align-items: center;
    background: rgba(215, 215, 215, 0.36)
}

.index .news .content .left .carousel .item .tip .time {
    width: 120px;
    height: 78px;
    background: #1267b2;
    flex-shrink: 0
}

.index .news .content .left .carousel .item .tip .time p {
    font-family: Arial;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding-top: 15px
}

.index .news .content .left .carousel .item .tip .time p.sm {
    font-size: 16px;
    padding-top: 5px
}

.index .news .content .left .carousel .item .tip .ttl {
    flex-grow: 2;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 22px;
    color: #4c4c4c;
    word-break: keep-all;
    white-space: nowrap;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.index .news .content .left .carousel .carousel-progress {
    left: auto;
    bottom: 26px;
    z-index: 3;
}

.index .news .content .left .carousel .carousel-progress .carousel-progress-item {
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.index .news .content .right {
    width: 568px
}

.index .news .content .right h4 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 22px;
    color: #1267b2
}

.index .news .content .right .eng {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #bebebe;
    margin-top: 10px
}

.index .news .content .right .list {
    margin-top: 18px;
    border-bottom: 1px solid #dbdbdb
}

.index .news .content .right .list .item {
    display: flex;
    padding: 24px 0;
    border-top: 1px solid #dbdbdb
}

.index .news .content .right .list .item .time {
    width: 94px;
    flex-shrink: 0
}

.index .news .content .right .list .item .time span {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #bebebe;
    margin-top: 20px
}

.index .news .content .right .list .item .time span.year {
    font-family: Arial;
    font-weight: 400;
    font-size: 30px;
    color: #3e3e3e
}

.index .news .content .right .list .item .cct {
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 28px
}

.index .news .content .right .list .item .cct .ttl {
    font-size: 22px;
    color: #4c4c4c;
    margin-bottom: 10px
}

.index .news .content .right .list .item .cct .ttl a{
    color: #2c2c2c;
}
.index .news .content .right .list .item .cct .ttl a:visited{
    color: #2c2c2c;
}
.index .news .content .right .list .item .cct .ttl a:active{
    color: #2c2c2c;
}
.index .news .content .right .list .item .cct .ttl a:hover{
    color: #ff6000;
}

.index .news .content .right .list .item .cct .c {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #7a7a7a
}

.index .news .content .right .more {
    text-align: right;
    margin-top: 18px
}

.index .news .content .right .more a {
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 18px;
    color: #1867b2
}

.index .news .content .right .more a:hover {
    color: #1e81df
}

.index .team {
    width: 100%;
    min-height: 702px;
    background: url("/img/team_bg.png") no-repeat center center / cover
}

.index .team .content {
    padding-top: 90px
}

.index .team .content .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 22px;
    margin-bottom: 90px
}

.index .team .content .title .ttl {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #282828;
    line-height: 1
}

.index .team .content .title .ttl .lng {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #bebebe;
    padding-top: 5px
}

.index .team .content .title .more {
    display: block;
    width: 160px;
    height: 48px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 18px;
    color: #1867b2;
    text-align: center;
    line-height: 44px;
    background: #fff;
    border-radius: 23px;
    border: 2px solid #156ebd
}

.index .team .content .title .more:hover {
    color: #1e81df;
    border-color: #1f88e6
}

.index .team .content .carousel {
    height: 360px
}

.index .team .content .carousel .carousel-item .item {
    width: 100%;
    height: 275px;
    display: flex;
    justify-content: space-between;
    padding: 0 58px
}

.index .team .content .carousel .carousel-item .item .pic {
    width: 490px;
    height: 275px
}

.index .team .content .carousel .carousel-item .item .ctt {
    width: 512px;
    height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 25px
}

.index .team .content .carousel .carousel-item .item .ctt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #7a7a7a;
    line-height: 28px
}

.index .team .content .carousel .carousel-item .item .ctt p.job {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #1267b2;
    line-height: 28px
}

.index .team .content .carousel .carousel-item .item .ctt h4 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #2c2c2c;
    line-height: 28px
}

.index .country {
    width: 100%;
    height: 702px;
    background: url("/img/gbxx_bg.png") no-repeat center center;
    background-size: cover;
}

.news .banner {
    background: url("/img/news_banner.png") no-repeat center center
}

.news .banner .content {
    min-height: 460px
}

.news .banner .content .info {
    padding: 122px 144px 0
}

.news .banner .content .info h2 {
    font-family: 'SourceHanSerifSC';
    font-weight: 400;
    font-size: 62px;
    color: #1d7fee;
    line-height: 60px
}

.news .banner .content .info p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #6da2b4;
    line-height: 28px;
    padding-top: 22px
}

.news .section {
    width: 100%;
    margin: -110px auto 70px
}

.news .section .content {
    min-height: 800px;
    background: #fff
}

.news .section .content .section-ctt {
    display: flex;
    justify-content: space-between;
    padding: 0 40px 40px
}

.news .section .content .section-ctt .right {
    max-width: 870px
}

.news .section .content .section-ctt .right .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.news .section .content .section-ctt .right .list .item {
    width: 412px;
    margin: 0 42px 60px 0
}

.news .section .content .section-ctt .right .list .item img {
    width: 100%;
    height: 230px
}

.news .section .content .section-ctt .right .list .item .info {
    display: flex;
    justify-content: space-between;
    padding-top: 10px
}

.news .section .content .section-ctt .right .list .item .info .time {
    position: relative;
    width: 74px;
    flex-shrink: 0
}

.news .section .content .section-ctt .right .list .item .info .time .year {
    font-family: Arial;
    font-weight: 400;
    font-size: 30px;
    color: #3e3e3e;
    line-height: 40px
}

.news .section .content .section-ctt .right .list .item .info .time .date {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #bebebe
}

.news .section .content .section-ctt .right .list .item .info .time:before {
    position: absolute;
    content: '';
    top: 8px;
    right: 0;
    width: 2px;
    height: 45px;
    background: #1067b4
}

.news .section .content .section-ctt .right .list .item .info .text {
    width: 328px
}

.news .section .content .section-ctt .right .list .item .info .text h4,
.news .section .content .section-ctt .right .list .item .info .text p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 28px;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.news .section .content .section-ctt .right .list .item .info .text h4 {
    font-size: 22px;
    color: #4c4c4c;
    line-height: 24px;
    margin-top: 8px
}
.news .section .content .section-ctt .right .list .item .info .text h4 a{
    color: #4c4c4c;
}
.news .section .content .section-ctt .right .list .item .info .text h4 a:active{
    color: #4c4c4c;
}
.news .section .content .section-ctt .right .list .item .info .text h4 a:hover{
    color: #216bbb;
}
.news .section .content .section-ctt .right .list .item .info .text h4 a:visited{
    color: #4c4c4c;
}

.news .section .content .section-ctt .right .list .item .info .text p {
    font-size: 16px;
    color: #7a7a7a;
    line-height: 18px;
    margin-top: 10px
}

.news .section .content .section-ctt .right .list .item:nth-child(2n) {
    margin-right: 0
}

.news .section .content .section-ctt .right .page-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.news .section .content .section-ctt .right .page-list .item {
    width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 38px;
    color: #242424;
    border: 1px solid #242424;
    cursor: pointer
}

.news .section .content .section-ctt .right .page-list .item:not(:last-child) {
    margin-right: 4px
}

.news .section .content .section-ctt .right .page-list .item.disabled {
    color: #cdcdcd;
    border-color: #cdcdcd
}

.news .section .content .section-ctt .right .page-list .item:hover,
.news .section .content .section-ctt .right .page-list .item.active {
    color: #fff;
    background: #136dc5
}

.cooperate .banner {
    background: url("/img/cooperate_banner.png") no-repeat center center
}

.cooperate .banner .content {
    min-height: 460px
}

.cooperate .banner .content .info {
    padding: 122px 144px 0
}

.cooperate .banner .content .info h2 {
    font-family: 'SourceHanSerifSC';
    font-weight: 400;
    font-size: 52px;
    color: #fff;
    line-height: 60px
}

.cooperate .banner .content .info p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    padding-top: 22px
}

.cooperate .section {
    width: 100%;
    margin: -110px auto 70px
}

.cooperate .section .content {
    min-height: 600px;
    background: #fff
}

.cooperate .section .content .section-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px
}

.cooperate .section .content .section-content .item {
    width: 343px;
    margin: 0 42px 60px 0
}

.cooperate .section .content .section-content .item img {
    width: 100%;
    height: 193px
}

.cooperate .section .content .section-content .item h4,
.cooperate .section .content .section-content .item p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.cooperate .section .content .section-content .item h4 {
    font-size: 22px;
    color: #4c4c4c;
    line-height: 24px;
    margin: 14px 0 10px
}

.cooperate .section .content .section-content .item p {
    font-size: 16px;
    color: #7a7a7a;
    line-height: 18px
}

.cooperate .section .content .section-content .item:nth-child(3n) {
    margin-right: 0
}

.policy .banner {
    background: url("/img/policy_banner.png") no-repeat center center
}

.policy .banner .content {
    min-height: 460px
}

.policy .banner .content .info {
    padding: 122px 47px 0
}

.policy .banner .content .info h2 {
    font-family: 'SourceHanSerifSC';
    font-weight: 400;
    font-size: 52px;
    color: #1267b2;
    line-height: 60px
}

.policy .banner .content .info p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #1267b2;
    line-height: 28px;
    letter-spacing: 3px;
    padding-top: 22px
}

.policy .section {
    width: 100%;
    margin: -110px auto 70px
}

.policy .section .content {
    background: #fff;
    min-height: 800px
}

.policy .section .content .section-ctt {
    display: flex;
    justify-content: space-between;
    padding: 0 40px 40px
}

.policy .section .content .section-ctt .right {
    margin-left: 40px;
    flex-grow: 2
}

.policy .section .content .section-ctt .right .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: -20px
}

.policy .section .content .section-ctt .right .list .item {
    width: 100%;
    cursor: pointer
}

.policy .section .content .section-ctt .right .list .item h4,
.policy .section .content .section-ctt .right .list .item p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #4c4c4c;
    line-height: 30px;
    padding: 20px 16px;
}

.policy .section .content .section-ctt .right .list .item p {
    background: #f8f8f8;
    font-size: 16px;
}

.policy .section .content .section-ctt .right .page-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px
}

.policy .section .content .section-ctt .right .page-list .item {
    width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 38px;
    color: #242424;
    border: 1px solid #242424;
    cursor: pointer
}

.policy .section .content .section-ctt .right .page-list .item:not(:last-child) {
    margin-right: 4px
}

.policy .section .content .section-ctt .right .page-list .item.disabled {
    color: #cdcdcd;
    border-color: #cdcdcd
}

.policy .section .content .section-ctt .right .page-list .item:hover,
.policy .section .content .section-ctt .right .page-list .item.active {
    color: #fff;
    background: #136dc5
}

.policy .section .content .tip {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    padding: 22px 16px
}

.policy .section .content .detail-title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 26px;
    color: #282828;
    text-align: center;
    padding-bottom: 26px;
    border-bottom: 1px solid #dbdbdb
}

.policy .section .content .detail-ctt {
    padding: 30px
}

.policy .section .content .detail-ctt h6,
.policy .section .content .detail-ctt p {
    /*font-family: MicrosoftYaHei;*/
    font-size: 18px;
    color: #666;
    line-height: 30px;
    margin-bottom: 10px
}

.policy .section .content .detail-ctt h6 {
    font-weight: bold
}

.policy-detail {
    background: #fff
}

.policy-detail .section {
    margin: 0 auto
}

.international .banner {
    background: url("/img/international_banner.png") no-repeat center center
}

.international .banner .content {
    min-height: 460px
}

.international .banner .content .info {
    padding: 132px 144px 0
}

.international .banner .content .info h2 {
    font-family: 'SourceHanSerifSC';
    font-weight: 400;
    font-size: 68px;
    color: #1267b2;
    line-height: 60px
}

.international .banner .content .info p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #1267b2;
    line-height: 28px;
    padding-top: 10px
}

.international .section {
    width: 100%;
    margin: -110px auto 70px
}

.international .section .content {
    min-height: 600px;
    background: #fff
}

.international .section .content .section-content {
    padding: 40px
}

.international .section .content .section-content .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.international .section .content .section-content .list .item {
    width: 343px;
    margin: 0 42px 60px 0
}

.international .section .content .section-content .list .item img {
    width: 100%;
    height: 193px
}

.international .section .content .section-content .list .item h4,
.international .section .content .section-content .list .item p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.international .section .content .section-content .list .item h4 {
    font-size: 22px;
    color: #4c4c4c;
    line-height: 24px;
    margin: 14px 0 10px
}

.international .section .content .section-content .list .item p {
    font-size: 16px;
    color: #7a7a7a;
    line-height: 18px
}

.international .section .content .section-content .list .item:nth-child(3n) {
    margin-right: 0
}

.international .section .content .section-content .page-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.international .section .content .section-content .page-list .item {
    width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 38px;
    color: #242424;
    border: 1px solid #242424;
    cursor: pointer
}

.international .section .content .section-content .page-list .item:not(:last-child) {
    margin-right: 4px
}

.international .section .content .section-content .page-list .item.disabled {
    color: #cdcdcd;
    border-color: #cdcdcd
}

.international .section .content .section-content .page-list .item:hover,
.international .section .content .section-content .page-list .item.active {
    color: #fff;
    background: #136dc5
}

.study .banner {
    background: url("/img/study_banner.png") no-repeat center center
}

.study .banner .content {
    min-height: 460px
}

.study .banner .content .info {
    padding: 122px 144px 0
}

.study .banner .content .info h2 {
    font-family: 'SourceHanSerifSC';
    font-weight: 400;
    font-size: 52px;
    color: #fff;
    line-height: 60px
}

.study .banner .content .info p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    padding-top: 22px
}

.study .section {
    width: 100%;
    margin: -110px auto 70px
}

.study .section .content {
    min-height: 800px;
    background: #fff
}

.study .section .content .section-ctt {
    display: flex;
    justify-content: space-between;
    padding: 0 40px 40px
}

.study .section .content .section-ctt .right {
    margin-left: 40px;
    flex-grow: 2
}

.study .section .content .section-ctt .right .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: -20px
}

.study .section .content .section-ctt .right .list .item {
    width: 100%;
    cursor: pointer
}

.study .section .content .section-ctt .right .list .item h4,
.study .section .content .section-ctt .right .list .item p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #4c4c4c;
    line-height: 30px;
    padding: 20px 16px
}

.study .section .content .section-ctt .right .list .item p {
    background: #f8f8f8
}

.study .section .content .section-ctt .right .page-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px
}

.study .section .content .section-ctt .right .page-list .item {
    width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 38px;
    color: #242424;
    border: 1px solid #242424;
    cursor: pointer
}

.study .section .content .section-ctt .right .page-list .item:not(:last-child) {
    margin-right: 4px
}

.study .section .content .section-ctt .right .page-list .item.disabled {
    color: #cdcdcd;
    border-color: #cdcdcd
}

.study .section .content .section-ctt .right .page-list .item:hover,
.study .section .content .section-ctt .right .page-list .item.active {
    color: #fff;
    background: #136dc5
}

.study .section .content .tip {
    /*font-family: Microsoft YaHei;*/
    font-weight: 400;
    font-size: 18px;
    color: #666;
    padding: 22px 16px
}

.study .section .content .detail-title {
    /*font-family: Microsoft YaHei;*/
    font-weight: 400;
    font-size: 26px;
    color: #282828;
    text-align: center;
    padding-bottom: 26px;
    border-bottom: 1px solid #dbdbdb
}

.study .section .content .detail-ctt {
    padding: 30px
}

.study .section .content .detail-ctt h6,
.study .section .content .detail-ctt p {
    /*font-family: MicrosoftYaHei;*/
    font-size: 18px;
    color: #666;
    line-height: 30px;
    margin-bottom: 10px
}

.study .section .content .detail-ctt h6 {
    font-weight: bold
}

.study-detail {
    background: #fff
}

.study-detail .section {
    margin: 0 auto
}

.video .banner {
    background: url("/img/video_banner.png") no-repeat center center
}

.video .banner .content {
    min-height: 460px
}

.video .banner .content .info {
    padding: 122px 144px 0
}

.video .banner .content .info h2 {
    font-family: 'SourceHanSerifSC';
    font-weight: 400;
    font-size: 52px;
    color: #fff;
    line-height: 60px
}

.video .banner .content .info p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    padding-top: 22px
}

.video .section {
    width: 100%;
    margin: -110px auto 70px
}

.video .section .content {
    min-height: 800px;
    background: #fff
}

.video .section .content .section-ctt {
    display: flex;
    justify-content: space-between;
    padding: 0 30px 40px 40px
}

.video .section .content .section-ctt .right {
    width: 900px
}

.video .section .content .section-ctt .right .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.video .section .content .section-ctt .right .list .item {
    width: 284px;
    margin: 0 20px 60px 0;
    cursor: pointer
}

.video .section .content .section-ctt .right .list .item img {
    width: 100%;
    height: 160px
}

.video .section .content .section-ctt .right .list .item .info h4,
.video .section .content .section-ctt .right .list .item .info p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.video .section .content .section-ctt .right .list .item .info h4 {
    font-size: 20px;
    color: #4c4c4c;
    line-height: 24px;
    margin-top: 10px
}

.video .section .content .section-ctt .right .list .item .info p {
    font-size: 14px;
    color: #7a7a7a;
    line-height: 18px;
    margin-top: 10px
}

.video .section .content .section-ctt .right .list .item:nth-child(3n) {
    margin-right: 0
}

.video .section .content .section-ctt .right .page-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.video .section .content .section-ctt .right .page-list .item {
    width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 38px;
    color: #242424;
    border: 1px solid #242424;
    cursor: pointer
}

.video .section .content .section-ctt .right .page-list .item:not(:last-child) {
    margin-right: 4px
}

.video .section .content .section-ctt .right .page-list .item.disabled {
    color: #cdcdcd;
    border-color: #cdcdcd
}

.video .section .content .section-ctt .right .page-list .item:hover,
.video .section .content .section-ctt .right .page-list .item.active {
    color: #fff;
    background: #136dc5
}

.dialog {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    /* display: flex; */
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(48, 48, 48, 0.32)
}

.dialog .dialog-content {
    position: relative;
    width: 480px;
    height: 368px;
    background: #fff;
    border-radius: 8px
}

.dialog .dialog-content .close {
    position: absolute;
    top: 16px;
    right: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #828282;
    cursor: pointer
}

.dialog .dialog-content .close:hover {
    color: #9b9b9b
}

.dialog .dialog-content h4 {
    width: 100%;
    height: 68px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #1267b2;
    padding: 16px 36px 0;
    border-bottom: 1px solid #1267b2
}

.dialog .dialog-content form {
    padding: 36px
}

.dialog .dialog-content form .inline {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    height: 36px
}

.dialog .dialog-content form .inline p {
    width: 200px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 26px
}

.dialog .dialog-content form .inline input {
    width: 500px;
    height: 36px;
    border: 1px solid #c5c5c5;
    padding: 2px 10px
}

.dialog .dialog-content form .inline input#verify {
    width: 168px
}

.dialog .dialog-content form .inline .code {
    width: 116px;
    height: 36px;
    margin-left: 10px
}

.dialog .dialog-content form .inline #passwordAction {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url("/img/eye.png") no-repeat center center / cover
}

.dialog .dialog-content form .inline #passwordAction.isPsd {
    background: url("/img/eye_close.png") no-repeat center center / cover
}

.dialog .dialog-content form button {
    display: block;
    width: 239px;
    height: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #1267b2;
    border-radius: 21px;
    border-width: 0;
    margin: 40px auto 0;
    cursor: pointer
}

.dialog .dialog-content form button:hover {
    background: #1782e0
}

div.jogger ul li {
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin: 3px;
}

div.jogger {
    clear: both;
    height: 40px;
    padding: 0;
    /* overflow: hidden; */
    margin: 20px 0;
    font-family: lucida sans unicode,lucida grande,lucidagrande,lucida sans,geneva,verdana,sans-serif;
    font-size: 18px;
}

div.jogger a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    display: inline-block;
    color: #999;
    background-color: #f0f0f0;
    text-decoration: none;
    text-align: center
}

div.jogger a:hover {
    color: #fff;
    background-color: #1b6cc0
}

div.jogger .active,div.jogger .disabled {
    height: 40px;
    line-height: 40px;
    width: 40px;
    display: inline-block;
    color: #fff;
    background-color: #5d5d5d;
    text-align: center
}

div.jogger li.active {
    font-family: Microsoft YaHei,å¾®è½¯é›…é»‘,MicrosoftJhengHei,åŽæ–‡ç»†é»‘,STHeiti,MingLiu,sans-serif;
    color: #fff;
    background-color: #5d5d5d;
    text-align: center
}

div.jogger li.disabled {
    display: none
}
.section-title{
    position: relative;
}
.login-info {
    text-align: end;
    position: absolute;
    right: 40px;
}
.login-info span{
    font-size: 18px;
}

.dialog .dialog-content form .inline .code {
    width: 116px;
    height: 36px;
    margin-left: 10px;
}


.section-right {
    margin-left: 40px;
    flex-grow: 2;
    width: 600px
}

.section-right .news-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.section-right .news-list .item {
    width: 412px;
    margin: 0 42px 60px 0
}

.section-right .news-list .item .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 230px;
    overflow: hidden
}

.section-right .news-list .item .img img {
    width: 100%;
    height: 230px;
    transition-property: all;
    transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-duration: 1s;
}

.section-right .news-list .item .info {
    display: flex;
    justify-content: space-between;
    padding-top: 10px
}

.section-right .news-list .item .info .time {
    position: relative;
    width: 74px;
    flex-shrink: 0
}

.section-right .news-list .item .info .time .year {
    font-family: Arial;
    font-weight: 400;
    font-size: 30px;
    color: #3e3e3e;
    line-height: 40px
}

.section-right .news-list .item .info .time .date {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #bebebe
}

.section-right .news-list .item .info .time:before {
    position: absolute;
    content: '';
    top: 8px;
    right: 0;
    width: 2px;
    height: 45px;
    background: #1067b4
}

.section-right .news-list .item .info .text {
    width: 328px
}

.section-right .news-list .item .info .text h4,
.section-right .news-list .item .info .text p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 28px;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.section-right .news-list .item .info .text h4 {
    font-size: 22px;
    color: #4c4c4c;
    line-height: 24px;
    margin-top: 8px
}

.section-right .news-list .item .info .text p {
    font-size: 16px;
    color: #7a7a7a;
    line-height: 18px;
    margin-top: 10px
}

.section-right .news-list .item:nth-child(2n) {
    margin-right: 0
}

.section-right .news-list .item:hover .img img {
    transform: scale(1.2)
}

.section-right .section-a-list a {
    display: inline-block;
    width: 100%;
    height: 70px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #4c4c4c;
    line-height: 30px;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 20px 16px
}

.section-right .section-a-list a:nth-child(2n + 1) {
    background: #f8f8f8
}

.section-right .section-a-list a:hover {
    color: #1267b2;
    background: #e0f1ff
}

.section-right .page-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px
}

.section-right .page-list .item {
    width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 38px;
    color: #242424;
    border: 1px solid #242424;
    cursor: pointer
}

.section-right .page-list .item:not(:last-child) {
    margin-right: 4px
}

.section-right .page-list .item.disabled {
    color: #cdcdcd;
    border-color: #cdcdcd
}

.section-right .page-list .item:hover,
.section-right .page-list .item.active {
    color: #fff;
    background: #136dc5
}


.country{
    clear: both;
}
.country .content{
    min-width: 1200px;
    padding-top: 90px;
    padding-bottom: 90px;
    min-height: 704px;
    background: url("/img/map.png") center bottom no-repeat;
    position: relative;
}
.country .content .marker{
    font-size: 18px;
}
.country .content .marker .shadow{
    position: relative;
}
.country .content .marker .shadow img{
    position: absolute;
    left: 22px;
    top: 0px;
    width: 41px;
    height: 107px;
    background: url("/img/shadow.png") no-repeat;
    animation: shadowUpDown .5s infinite alternate;
    -webkit-animation: shadowUpDown .5s infinite alternate;

}
.country .content .marker img{
    width: 48px;
    height: 62px;
}
.country .content .markers #marker_1{
    position: absolute;
    left: 600px;
    top: 150px;
}
.country .content .markers #marker_2{
    position: absolute;
    left: 640px;
    top: 350px;
    z-index: 9;
}
.country .content .markers #marker_3{
    position: absolute;
    left: 880px;
    top: 180px;
}
.country .content .markers #marker_4{
    position: absolute;
    left: 650px;
    top: 300px;
    z-index: 8;
}
.country .content .markers #marker_5{
    position: absolute;
    left: 750px;
    top: 60px;
    z-index: 8;
}
.markers {
    position: relative;
    animation: ghostUpdown .5s infinite alternate;
    -webkit-animation: ghostUpdown .5s infinite alternate;
}    
@keyframes ghostUpdown {
    from {
        margin-top: 5px;
    }
    to {
        margin-top: 0px;
    }
}     
@-webkit-keyframes ghostUpdown {
    from {
        margin-top: 5px;
    }
    to {
        margin-top: 0px;
    }
}
@keyframes shadowUpDown {
    from {
        margin-top: 0px;
    }
    to {
        margin-top: 10px;
    }
}     
@-webkit-keyframes shadowUpDown {
    from {
        margin-top: 0px;
    }
    to {
        margin-top: 10px;
    }
}

.country .content .title{
    text-align: center;
}
.country .content .title .ttl{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #282828;
    line-height: 1;
}
.country .content .title .ttl .lng{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #bebebe;
    padding-top: 5px;
}

footer .content .menu .item {
    max-width: 100px;
}


.swiper-container.banner h2 {
    font-weight: bold;
}

.section-right .news-list .item:hover .info{background:#1267b2}.section-right .news-list .item:hover .info *{color:#fff !important}
.section-right .news-list .item:hover .info .time:before{background:#fff}