@import url(https://at.alicdn.com/t/c/font_4309255_lfbfqrc1pv8.css);

@font-face {
    font-family: AURORABC;
    font-weight: normal;
    font-style: normal;
    src: url(../font/AURORABC.TTF);
}

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: #000;
}


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: #030303;
    background-color: #fff;
}

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%;
}

.contai {
    width: 1200px;
    margin: 0px auto;
}

.header-menu {

    background-color: #002e5b;
}

.header-menu-list {

    display: flex;
}

.header-menu-list li {

    flex: auto;
}

.header-menu-list li a {
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 15px 0px;
    font-weight: 500;
}
.header-menu-list li a i.diqiu1{
    margin-right: 3px;
}
.header-menu-list li a i.right-triangle{font-size: 12px;display: inline-block;transform: rotate(90deg);}
.header-menu-list>li>a:hover {}

.header-menu-list li a:hover {
    color: #fff !important;
}

.header-menu-list li {
    position: relative;
}

.header-menu-list li .sub-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 56px;
    z-index: 99;
    background: #002e5b;
}

.header-menu-list li .sub-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-size: 14px;
    padding: 10px 20px;
}

.header-menu-list li .sub-menu li a:hover {
    background: #478dc2;
}

.header-menu-list li:hover .sub-menu {
    display: block;
}

.goTop2 {
    background-color: #002779;
    color: #82bcff;
    font-size: 20px;
    padding: 15px 0px;
    text-align: center;
    margin-top: 0px;
}

.footer-Copyright {
    font-size: 16px;
    text-align: center;
    color: #9a9a9a;
    margin-top: 15px;
}

.Editors-Picks {

height: auto;

background-color: #e5f1fc;

margin-bottom: 0px;

padding: 100px 0px;
}

.public-title-img {
    margin-bottom: 60px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.public-title-img > a.title-img {
    display: block;
    text-align: center;
}

.public-title-img img {

    height: 80px;

    width: auto;
}

.public-title-img .more-link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 600;
    color: #006eb6;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
}

.public-title-img .more-link::after {
    content: '>';
    margin-left: 6px;
    font-size: 20px;
    font-weight: normal;
}

.public-title-img .more-link:hover {
    color: #009cff;
}

.latest .public-title-img .more-link, .Multimedia .public-title-img .more-link {
    color: #fff;
}

.Venue-Guide .public-title-img .more-link:hover,
.latest .public-title-img .more-link:hover,
.Multimedia .public-title-img .more-link:hover {
    color: #82bcff;
}
.Editors-Picks   .public-title-img .more-link{
    color: #fff;
    top: 90%;
}
.Editors-Picks-right {
    padding-left: 0px;
    padding-right: 0px;
    overflow: visible;
    /* height: 500px; */
    position: relative;
    padding-top: 0px;
}

.Editors-Picks-right::before {
    content: '';
    width: 120%;
    height: 80%;
    background: url(../img/discover-bg.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -10%;
    top: -96px;
}

.Editors-Picks-right .swiper-slide.swiper-slide-active {
    width: calc(46% - 20px) !important;
}

.Editors-Picks-right .swiper-slide a {

background-color: #1ecad3;
}

.Editors-Picks-right .swiper-slide-next a {

background-color: #ffc75a;
}

.Editors-Picks-right .swiper-slide a span {
    padding: 8px 10px;
    float: right;
}

.Editors-Picks-right .swiper-button-next1 {
    right: -55px;
    top: 40%;
}

.Editors-Picks-right .swiper-button-prev1 {
    left: -55px;
    top: 40%;
}

.Editors-Picks-right .swiper-slide a:hover {
    background-color: #009cff;
}

.Editors-Picks-right .swiper-slide a:hover span {
    background-color: #fff;
}

.venue-cont {
    padding: 30px 0 80px;
}

.venue-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.venue-list li {
    flex: 0 0 calc(33.33% - 20px);
    border-radius: 10px;
}

.venue-list li a {
    display: flex;
    flex-direction: column;
    height: 250px;
    align-items: center;
    justify-content: center;
}

.venue-list li a .round {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.venue-list li a .round img {
    width: auto;
    height: 85px;
}

.venue-list li a p {
    font-size: 24px;
    margin-top: 20px;
    color: #fff;
}

.venue-list li:nth-child(1) {
    background-color: rgb(0 103 180 / 70%);
}

.venue-list li:nth-child(2) {
    background-color: rgb(255 199 90 / 70%);
}

.venue-list li:nth-child(3) {
    background-color: rgb(31 202 211 / 70%);
}

.Venue-Guide {
    background: url(../img/venue-bg.png) no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.latest{

padding: 100px 0px;

background-color: rgb(0 103 180 );
}
.latest-bg{

background-color: #a9e2ff;

padding: 20px;

position: relative;

z-index: 1;
}
.latest-bg > .row{
    position: relative;
    z-index: 2;
}
.latest-bg::before{
    content: '';
    width: 120px;
    height: 100%;
    background: url(../img/bg-left.png) no-repeat;
    position: absolute;
    left: -120px;
    top: 0px;
    background-size: 100% 100%;
    z-index: -1;
}
.latest-bg::after{
    content: '';
    width: 120px;
    height: 100%;
    background: url(../img/bg-right.png) no-repeat;
    position: absolute;
    right: -120px;
    top: 0px;
    background-size: 100% 100%;
    z-index: -1;
    transform: rotateY(180deg);
}
.latest-owl .item a h4{
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff!important;
    font-size: 22px!important;
}
.latest-owl .item a img{
    height: 380px;
}
.latest-right{
}
.list-border li{
    border-top: 1.5px solid #008ae4;
    padding: 30px 0px;
}
.list-border li:first-child{
    border-top: none;
}
.list-border li:last-child{
    border-bottom: none;
}



.system_list {
    width: 10%;
    float: left;
    position: relative;
    padding: 0px 0px;
    transition: all 0.3s;
    padding-top: 40px;
}
.system_list::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.click_con {
    width: 100%;
    /* float: left; */
    display: flex;
    background-color: #006eb6;
}

.system_list.active {
    width: 40%;
}
.system_list.active::before{
    display: none;
}
.system_list_tit {
    height: 300px;
    overflow: hidden;
    position: relative;
    opacity: 1;
    object-fit: cover;
    display: block;
}
.system_list.active .system_list_tit{
    height: 340px;
    margin-top: -40px;
}
.marketing {
    position: relative;
    margin-top: 10px;
}

.mark-main-list span {
    display: block;
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.system_list_tit img {
    height: 100%;
    object-fit: cover;
}

.system_list .system-title {
    position: absolute;
    color: #fff;
    width: 100%;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
    margin: 0px;
    padding: 20px  20px;
    font-size: 22px;
}

.system_list.active .system-title {
    display: block;
}

.system_list.active .system_list_tit img {
    width: 100%;
    height: 100%;
}



.consumer-entvts{padding: 100px 0px;}

.consumer-entvts-list{
    
margin-left: -2px;
    
margin-right: -2px;
}
.consumer-entvts-list li{

width: 33.33%;

float: left;

padding-left: 2px;

padding-right: 2px;
}
.consumer-entvts-list li a{
    
}
.consumer-entvts-list li a .div-img {

position: relative;
}
.consumer-entvts-list li a .div-img img{

}



.consumer-entvts-list li a .content{

background-color: #0064af;

padding: 20px 20px  20px;
}
.consumer-entvts-list li a .content h4{
    
margin: 0px;
    
font-size: 22px;
    
min-height: 100px;
    
line-height: 30px;
    
font-family: Arial;
    
color: #fff;
}
.consumer-entvts-list li a .content p{
    
margin-top: 20px;
    
font-size: 20px;
    
display: flex;
    
align-items: center;
    
font-weight: bold;
    
font-family: Arial;
}


.consumer-entvts-list li:nth-child(2) a .content{background-color: #ffc75a;}






.services-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 20px;
}

.services-list li {
    list-style: none;
    /* border-top: 1px rgba(0,0,0,0.1) solid; */
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.services-list li:nth-child(1),
.services-list li:nth-child(2),
.services-list li:nth-child(3){
border-top: 1px rgba(0,0,0,0.1) solid;
}

.services-list li.last-row {
    border-bottom: 1px rgba(0,0,0,0.1) solid;
}

.services-list li a {
    display: block;
    padding: 30px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    height: 100%;
    align-items: center;
}

.services-list li a:hover {
    transform: translateY(-3px);
}

.services-list li a h4 {
    font-size: 26px;
    font-weight: 600;
    color: #0e4b7d;
    margin: 0px;
    transition: color 0.3s ease;
}

.services-list li a:hover h4 {
    color: #0e4b7d;
}

.services-list li a p {
    font-size: 22px;
    color: #000;
    margin: 0;
    line-height: 1.5;
    margin-top: 10PX;
}
.Multimedia{padding: 100px 0px 0px;background: url(../img/multimedia-bg.png) no-repeat;background-size: cover;}
.Editors-Picks-right .swiper-slide a img{
    height: 200px;
}
.Services-Guides{
    padding-bottom: 100px;
}
.page-tit{
    text-align: center;
    font-size: 18px;
    color: #000;
    margin: 40px 0px;
}