html,body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,div,ul,ol,li,video,section,header,form,button,input,textarea,table,th,td {margin:0;padding:0; box-sizing: border-box;}
html {background:#fff;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
body {color: #313131; background-color: #fff;font:normal 14px/24px "\5FAE\8F6F\96C5\9ED1","Microsoft YaHei",Arial,sans-serif;width:100%;min-width:1200px;overflow-x:hidden;overflow-y:scroll;}
address, caption, cite, code, dfn, em, th, var {font-style:normal;font-weight:normal;}
button,input, select, textarea {font-size:100%;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
ul,ol,li {list-style:none;}
iframe {display:block;}
table{border-collapse:collapse;border-spacing:0;}
img{vertical-align:middle; border:0;}
input,textarea,select{ font-family:inherit; font-size:inherit; font-weight:inherit; border: none;}
input:focus{border: none; outline: none;}
a{ color: #313131;outline:none;text-decoration:none;transition:all .4s;-moz-transition:all .4s;-webkit-transition:all .4s;-o-transition:all .4s;}
a:hover{text-decoration:none;}
video{ border: none; object-fit: fill;}
body.stop-scrolling{ overflow: initial;}
.fl{float: left;}
.fr{float: right;}
.mt40{ margin-top: 40px;}
.w12{ width: 1200px; margin: 0 auto; overflow: hidden;}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden;line-height: 0;font-size: 0;}
.clearfix{display:inline-block;} 


.ft_bignew_bg{
    background-color: #fff;
    margin-top: 0 !important;
    padding: 50px 0 0 0 !important;
}
#global_organization_sponsor_bottom_wrap{
    margin-top: 0 !important;
    padding-top: 30px;
}
.header{
    padding: 20px 0;
    background-color: #fff;
}
.header-main{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header-main-logo a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-main-logo a img{
    flex-shrink: 0;
    border-right: 1px solid #efefef;
    margin-right: 10px;
}
.header-main-logo a p{
    font-size: 24px;
    font-weight: bold;
    color: #6b7d87;  
}
.header-main-xq{
    display: none;
    width: 256px;
    height: 42px;
    line-height: 42px;
    padding-left: 34px;
    margin: 20px 0 0 50px;
    border: 1px solid #e6e6e6;
    background: url(../images/icon.png) no-repeat -3px -62px;
    position: relative;
    cursor: pointer;
}
.header-main-xq.on ul {
    height: 337px;
}
.header-main-xq.on:after {
    transform: rotate(180deg);
}
.header-main-xq p {
    font-size: 14px;
}
.header-main-xq ul {
    background: #fff;
    border: 1px solid #eee;
    border-top: 0;
    z-index: 1001;
    position: absolute;
    width: 256px;
    height: 0;
    left: -1px;
    top: 40px;
    overflow: hidden;
    transition: all .3s linear;
}
.header-main-xq:after {
    position: absolute;
    top: 14px;
    right: 10px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #3bbcce;
    transition: all .3s linear;
}
.header-main-xq li {
    font-size: 14px;
}
.header-main-xq li:hover{
    background-color: #3bbcce;
}
.header-main-xq li a{
    padding-left: 36px;
}
.header-main-xq li:hover a{
    color: #fff;
}
.header-main-tel{
    line-height: 32px;
    padding-left: 43px;
    margin-top: 24px;
    position: relative;
}
.header-main-tel::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/header-main-xq-tel.png) no-repeat;
}
.header-main-tel p{
    font-size: 30px;
}
.pic img{
    display: block;
    width: fit-content;
    margin: auto;
}
.c11{
    background: url(../images/hmos-12.jpg) no-repeat top center;
    background-size: contain;
    height: 504px;
    overflow: hidden;
}
.c11 .w12{
    overflow: initial !important;
}
.c11 .w12-n{
    position: relative;
}
.c11-swiper{
    margin-top: 200px;
    
}
.c11 .swiper-button-prev,
.c11 .swiper-button-next{
    background-color: #ccc;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    background-size: 20px;
    z-index: 999 !important;
}

.c11 .swiper-button-prev{
    left: -20px;
}
.c11 .swiper-button-next{
    right: -27px;
}

.footer{
    background: #edeff0;
    height: 45px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer p{
    color: #666;
    font-size: 14px;
}
.footer ul{
    display: flex;
}
.footer li{
    margin-left: 20px;
}
.footer li a{
    color: #666;
    font-size: 14px;
}
.footer li.gongan{
    padding-left: 24px;
    background: url(../images/global_organization_sponsor_bottom_info_beiang.png) left center no-repeat;
}