*,html,body{padding: 0;margin: 0;}
blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,pre,td,textarea,th,ul{margin: 0;padding: 0;}
header,hgroup,nav,menu,main,section,article,summary,details,aside,figure,figcaption,footer{display: block;margin: 0;padding: 0;}
select,option,input,button,textarea{border: none;background: none;box-shadow: none;outline: none;resize: none;}
a,a:hover,a:focus{outline: none;text-decoration: none;}
img{vertical-align: middle;height: auto;}
dt,ul,ol{list-style-type: none;}
em,i{font-style: normal;}
p:last-child{margin-bottom: 0;}
.w-100{width: 100%;}
.h-100{height: 100%;}
.obj-cover{object-fit: cover;font-family: 'object-fit: cover;';}
.pos-r{position: relative;}
.pos-a{position: absolute;}
@font-face{font-family: 'Regular';src: url('../images/Alibaba-PuHuiTi-Regular.otf');}
@font-face{font-family: 'Bold';src: url('../images/Alibaba-PuHuiTi-Bold.otf');}
body{box-sizing: border-box;font-family: 'Regular',Arial,sans-serif;background: #f9f9f9;}
html{font-size: calc(100vw / 1920 * 100);}
.animate-5{transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
.animate-5:hover{transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
.space{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.clamp{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
h1,h2,h3,h4,h5,h6{color: #333 !important;}
.content-width{word-wrap: break-word !important;word-wrap: break-word !important;}
.content-width img{max-width: 100% !important;height: auto !important;}
.content-width table,.content-width video{width: 100% !important;height: auto !important;margin-bottom: 10px !important;}
.content-width table tbody tr td{padding: 10px !important;border-top: 1px dashed rgb(181,181,181);}
.content-width table tbody tr.firstRow td{background: #f8f8f8;font-weight: bold;}
.content-width table tbody tr:hover td{background: #f9f9f9;}
.content-width table tbody tr td p{margin-bottom: 0 !important;}
.font-bold{font-weight: bold;}
.Bold{font-family: 'Bold';}



.pc-top-nav{width: 100%;height: 160px;background: #f9f9f9;box-shadow: 0 2px 12px rgba(0,0,0,0.08);position: fixed;top: 0;left: 0;z-index: 999;}
.top-show-info{width: 100%;height: 40px;line-height: 40px;font-size: 16px;background: #1a4279;color: #fff;}
.top-show-info .flex{display: flex;align-items: center;justify-content: space-between;}
.top-show-info .time{padding-left: 30px;background: url('../images/time.png') no-repeat left center/21px;}
.top-show-info .emial{margin-left: 0.8rem;padding-left: 30px;background: url('../images/emial.png') no-repeat left center/21px;}

.pc-header{width: 100%;height: 120px;line-height: 120px;}
.pc-header .logo-box img{max-height: 75px;}
.pc-header .pc-nav-box{width: calc(100% - 350px);margin-top: 50px;height: 70px;line-height: 70px;}
.pc-header .pc-nav-box ul{display: flex;justify-content: space-between;}
.pc-header .pc-nav-box ul li{position: relative;}
.pc-header .pc-nav-box ul li>a{display: block;font-size: 16px;color: #333;text-transform: uppercase;}
.pc-header .pc-nav-box ul li .hide-box{min-width: 100%;background: #fff;position: absolute;top: 100%;left: -20px;z-index: 10;opacity: 0;overflow: hidden;visibility: hidden;transform: translateY(10px);transition: transform 0.3s ease;}
.pc-header .pc-nav-box .hide-box a{white-space: nowrap;display: block;font-size: 16px;line-height: 36px;color: #333;padding: 0 20px;}
.pc-header .pc-nav-box ul li:hover .hide-box{opacity: 1;visibility: visible;transform: translateY(0);}
.pc-header .pc-nav-box ul li.active>a,.pc-header .pc-nav-box ul li:hover>a{color: #1a4279;}
.pc-header .pc-nav-box .hide-box a:hover{background: #f7f8f9;color: #1a4279;}
.pc-header .other-box{display: flex;align-items: center;position: absolute;top: 18px;right: 0;}
.pc-header .other-box .search-btn{width: 280px;height: 32px;line-height: 32px;background: #fff;border-radius: 50px;position: relative;}
.pc-header .other-box .search-btn .keywords{padding: 0 60px 0 30px;}
.pc-header .other-box .search-btn .boxbtn{width: 50px;height: 24px;background: url('../images/search.png') #1a4279 no-repeat center center/15px;border-radius: 50px;position: absolute;top: 50%;transform: translateY(-50%);right: 10px;}
.pc-header .other-box .search-btn .boxbtn:hover{background-color: #e4000d;}
.pc-header .language{margin-left: 40px;position: relative;cursor: pointer;}
.pc-header .language .icon{width: 100px;padding: 0 15px;background: #fff;border-radius: 50px;height: 32px;line-height: 32px;color: #333;cursor: pointer;}
.pc-header .language .icon span{display: block;background: url('../images/select.png') no-repeat right center/9px;}
.pc-header .language .list{min-width: 100%;background: #fff;box-shadow: 0 1px 6px rgba(0,0,0,0.08);border-radius: 6px;position: absolute;top: 100%;left: 0;z-index: 10;opacity: 0;overflow: hidden;visibility: hidden;transform: translateY(10px);transition: transform 0.3s ease;}
.pc-header .language .list a{white-space: nowrap;display: block;text-align: center;line-height: 30px;color: #333;}
.pc-header .language:hover .list{opacity: 1;visibility: visible;transform: translateY(0);}
.pc-header .language .list a:hover{background: #f7f8f9;color: #1a4279;}
.phone-nav{display: none;}

.slideBox{margin-top: 160px;}
.bannerswiper .swiper-pagination-bullet{width: 48px;height: 6px;border-radius: 0;background: #fff;opacity: 0.5;}
.bannerswiper .swiper-pagination-bullet-active{background: #d8272c;opacity: 1;}

.item-footer{width: 100%;padding-top: 60px;background: #1a4279;}
.item-footer .lang-flex{display: flex;align-items: flex-start;justify-content: center;}
.item-footer .lang-flex a.link{display: block;margin: 0 40px;text-align: center;}
.item-footer .lang-flex a.link .title{margin-top: 15px;font-size: 16px;color: #e2e9f1;}
.item-footer .tags-con{padding: 40px 0;font-size: 16px;line-height: 2;color: #e2e9f1;}
.item-footer .tags-con a{color: #e2e9f1;margin-right: 20px;}
.item-footer .tags-con a:hover{color: #fff;text-decoration: underline;}
.item-footer .weblink a.webname{display: block;border-radius: 50%;overflow: hidden;margin: 0 10px;}
.contact_us_end{margin-top: 30px;padding: 20px 0;border-top: 1px solid rgba(255,255,255,0.2);display: flex;align-items: center;justify-content: space-between;}
.contact_us_end .infozuo{max-width: 300px;}
.contact_us_end .wpitem{padding: 10px 0;display: flex;align-items: center;}
.contact_us_end .wpitem .picimg{width: 40px;}
.contact_us_end .wpitem .contxt{width: calc(100% - 40px);padding-left: 20px;font-size: 16px;color: #e2e9f1;}
.contact_us_end .infoyou{max-width: 560px;}

.copyright{width: 100%;padding: 7px 0;font-size: 16px;text-align: center;background: #15335c;color: #e2e9f1;}
.copyright a{margin-left: 10px;color: #e2e9f1;}
.return{display: none;width: 36px;height: 36px;background: url('../images/top.png') #999 no-repeat center center/20px;border-radius: 50%;cursor: pointer;position: fixed;right: 40px;bottom: 60px;z-index: 99;}
.return:hover{background-color: #e4000d;}
.page_info{display: none;}
.page_list{margin-top: 60px;text-align: center;overflow: hidden;}
.page_list a{display: inline-block;text-align: center;width: 28px;height: 28px;line-height: 28px;margin: 4px 2px 0;background: #efefef;color: #333;}
.page_list a.on,.page_list a:hover{background: #15335c;color: #fff;}

@media (max-width: 991px) {
    .pc-top-nav,.pc-header{height: 60px;line-height: 60px;}
    .top-show-info,.pc-header .pc-nav-box,.pc-header .other-box .search-btn,.pc-header .language{display: none;}
    .pc-header .logo-box img{max-height: 42px;}
    .nav-icon{display: block;width: 25px;height: 25px;position: relative;margin-top: 12px;}
    .nav-icon span{display: block;width: 25px;position: relative;border: 1.5px solid #333;border-radius: 80px;}
    .nav-icon span:after,.nav-icon span:before{content: '';position: absolute;display: block;width: 25px;background: #333;border: 1.5px solid #333;transition: all 0.3s ease;box-sizing: border-box;border-radius: 30px;left: -1px;}
    .nav-icon span:before{transform: rotate(0deg) translateY(-10px);}
    .nav-icon span:after{transform: rotate(0deg) translateY(7px);}
    .nav-icon.on span{background-color: transparent;border-color: transparent;}
    .nav-icon.on span:before{transform: rotate(-45deg) translateY(0);}
    .nav-icon.on span:after{transform: rotate(45deg) translateY(0);}
    .phone-nav{display: block;position: fixed;right: -100%;width: 100%;height: 100vh;top: 60px;transition: all 0.2s ease;background: #fff;z-index: 998;}
    .phone-nav ul{padding: 20px 0 0;max-height: 75vh;overflow-y: auto;}
    .phone-nav ul::-webkit-scrollbar-track{width: 4px;background-color: #f9f9f9;}
    .phone-nav ul::-webkit-scrollbar-thumb{background-color: #f3f3f3;}
    .phone-nav ul li{border-bottom: 1px solid #eaeaea;}
    .phone-nav ul li .cat{padding-right: 60px;position: relative;}
    .phone-nav ul li a{display: block;padding: 0 15px;font-size: 16px;line-height: 42px;color: #333;}
    .phone-nav ul li .cat:before,.phone-nav ul li .cat:after{content: "";position: absolute;top: 50%;transform: translateY(-50%);background: #999;position: absolute;z-index: 10;}
    .phone-nav ul li .cat:before{width: 2px;height: 14px;right: 19px;transition: transform 0.3s ease;}
    .phone-nav ul li .cat:after{width: 14px;height: 2px;right: 13px;}
    .phone-nav ul li.on .cat:before{transform: translateY(-50%) rotate(90deg);}
    .phone-nav ul li .navs{display: none;padding-bottom: 10px;}
    .phone-nav ul li .navs a{font-size: 16px;padding: 0 30px;line-height: 36px;color: #888;}
    .phone-nav ul li.active>a,.phone-nav ul li.active .cat a,.phone-nav ul li .cat a:hover,.phone-nav ul li .navs a:hover{color: #15335c;}
    .phone-nav .language{text-align: center;margin-top: 20px;font-size: 0;}
    .phone-nav .language a{position: relative;font-size: 14px;color: #666;line-height: 30px;padding-right: 15px;margin-right: 15px;}
    .phone-nav .language a:last-child{padding-right: 0;margin-right: 0;}
    .phone-nav .language a:last-child:after{display: none;}
    .phone-nav .language a:after{content: "";display: inline-block;position: absolute;right: 0;top: 50%;z-index: 10;width: 1px;height: 12px;background: #ccc;margin-top: -6px;}
    .phone-nav ul li .navs a:hover,.phone-nav .language a:hover{color: #15335c;}

    .slideBox{margin-top: 60px;}
    .bannerswiper .swiper-pagination-bullets{bottom: 4px !important;}
    .bannerswiper .swiper-pagination-bullet{width: 12px;height: 3px;}
    .item-footer{padding-top: 30px;}
    .item-footer .lang-flex a.link{margin: 0 10px;}
    .item-footer .lang-flex a.link .title{margin-top: 5px;font-size: 14px;}
    .item-footer .tags-con{display: none;}
    .item-footer .weblink{margin-top: 20px;}
    .contact_us_end{margin-top: 20px;padding: 10px 0;}
    .contact_us_end .infozuo{width: 100%;max-width: 100%;}
    .contact_us_end .infoyou{width: 100%;max-width: 100%;}
    .contact_us_end .wpitem .contxt{font-size: 14px;}
    .copyright{font-size: 14px;}
    .return{width: 30px;height: 30px;background-size: 18px;right: 15px;bottom: 40px;}
    .page_list{margin-top: 36px;}
    .page_list a{width: 22px;height: 22px;line-height: 22px;}
}