* {
    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: #333;
    background: #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;
}

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;
}

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: #333;
    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;
    opacity: 0.8;
    transform: translate(5px);
}

video {
    border: none;
    object-fit: fill;
}

.w12 {
    width: 1200px;
    margin: 0 auto;
}
.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(/public/2022/images/header-main-xq-tel.png) no-repeat;
}
.header-main-tel p{
    font-size: 30px;
}
.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(/public/2022/images/global_organization_sponsor_bottom_info_beiang.png) left center no-repeat;
}
.banner img{
    width: 100%;
}

.n{
    margin: 30px 0;
    padding: 30px 0;
}

.title{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.title em{
    display: inline-block;
    width: 57px;
    height: 53px;
    line-height: 53px;
    padding-left: 14px;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    background: url(../images/tit-bg.png) no-repeat left;
    margin-right: 20px;
}
.title h3{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.title h3 span{
    color: #4659ea;
}
.rongyu{
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}
.rongyus{
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ccc;
}
.rongyus:last-child{
    border: 0;
}
.rongyus img{
    width: 59px;
    height: 50px;
    margin-right: 20px;
}
.rongyus p{
    font-size: 18px;
}
.rongyus p span{
    font-size: 26px;
    display: block;
}
.n1-n2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n1-n2-l{
    width: 528px;
    margin-right: 20px;
}
.n1-n2-l h3{
    font-size: 24px;
    font-weight: bold;
}
.n1-n2-l p{
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}
.n1-n2 img{
    width: 600px;
    height: 287px;
    border-radius: 10px;
}
.n1-scour p{
    font-size: 18px;
    text-align: right;
    color: #ccc;
    margin-top: 10px;
}
.form{
    height: 271px;
    background: url('../images/n2-ban.jpg') no-repeat center / cover;
    padding: 50px 0;
}
.form h3{
    font-size: 40px;
    line-height: 50px;    font-weight: bold;
    color: #fff;
    text-align: center;
}
.form form{
    display: flex;
    justify-content: space-between;
    height: 62px;
    margin-top: 40px;
    padding: 0 40px;
}
.form form label{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 316px;
    height: 62px;
    border-radius: 62px;
    padding: 0 30px;
    background-color: #fff;
}
.form form label:before{
    width: 52px;
    font-size: 28px;
    display: block;
}
.form form label input::-webkit-input-placeholder{
    font-size: 30px;
}
.form form label input{
    width: 100%;
    font-size: 30px;
    height: 100%;
    display: inline-block;
}
.form form label.form-btn{
    background: linear-gradient(90deg, #ff3200, #ff613d);
}
.form form label.form-btn input{
    display: block;
    width: 100%;
    font-size: 30px;
    background: none;
    color: #fff;
    cursor: pointer;
}
.n2-n{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.n2s{
    width: 580px;
    padding: 30px 3%;
    box-shadow: 0 4px 10px rgba(117, 139, 252, .24);
}
.n2s-tit{
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}
.n2s-tit h4{
    font-size: 36px;
    width: 243px;
    line-height: 76px;
    padding-left: 24px;
    margin-left: -36px;
    font-weight: bold;
    color: #fff;
    background: url(../images/banx-tit.png) no-repeat left / contain;
}
.n2s-tit span{
    font-size: 80px;
    color: #d5d5d5;
    font-weight: bold;
}
.n2s-n p{
    font-size: 24px;
}
.n2s-n img{
    width: 100%;
    margin: 10px 0 30px;
}
.n2s-n ul{
    padding: 0 0 0 20px;
}
.n2s-n li{
    font-size: 24px;
    line-height: 52px;
}
.n2s-n li:before {
    color: #ff3200;
    margin-right: 6px;
}
.n2s-n li strong{
    font-size: 24px;
}
.n3{
    background-color: #f0f1f6;
    padding: 60px 0;
}
.n3-n{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.n3-ns{
    width: 553px;
    background: #fff;
    border-radius: 10px;
}
.n3-n-t {
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #758bfc;
    border-radius: 10px 10px 0 0;
}
.n3-n-t p{
    width: 33.33%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.zhuanye-n{
    padding: 0 3%;
}
.zhuanye-n li{
    height: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #ccc;
}
.zhuanye-n li:last-child{
    border-bottom: 0;
}
.zhuanye-n li.hot{
    color: #ff3200;
}
.zhuanye-n li span{
    width: 33.33%;
    font-size: 20px;
    text-align: center;
    position: relative;
}
.zhuanye-n li.hot span:before{
    position: absolute;
    right: 4px;
    top: -17px;
    font-size: 40px;
    animation: btns 1s infinite;
}
.n4-n{
    margin-top: 60px;
}
.n4-n-t{
    display: flex;
    justify-content: space-between;
    background-color: #fafafa;
    height: 72px;
    align-items: center;
}
.n4-n-t p{
    width: 33.33%;
    height: 100%;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.n4-n-t p.on{
    background-color: #ff3200;
    color: #fff;
}
.n4-n-t p.on:before{
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%);
    color: #ff3200;
}
.n4-n-n{
    display: none;
}
.n4-n-box .on{
    display: block;
}
.n4-n-box 
.n4-n-nn{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.n4-n-np{
    font-size: 30px;
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}
.n4-n-np:before{
    display: inline-block;
    content: '';
    width: 5px;
    height: 30px;
    background-color: #ff3200;
    border-radius: 5px;
    margin: 0px 10px 0 0;
}
.n4-n-nns{
    width: 32%;
    height: 210px;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
}
.n4-n-nns img{
    border-radius: 10px;
}
.n4-n-nns p{
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    text-align: center;
    background: rgba(29, 28, 28, .7);
    border-radius: 0 0 10px 10px;
}

.n5-n{

}
.n5-np p{
    margin-top: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.n5-hj{
    margin-top: 60px;
}
.huanjings{
    position: relative;
}
.huanjings img{
    border-radius: 10px;
}
.huanjings p{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 24px;
    width: 156px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background-color: #ff3200;
    transform: translate(-50%,-50%);
    animation: anm3 2s infinite;
}
.huanjings p:before {
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translate(-50%);
    color: #ff3200;
}
.n5-hj .swiper-pagination{
    height: 50px;
    bottom: -12px;
    left: 50%;
    border-radius: 23px;
    transform: translate(-50%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.n5-hj .swiper-pagination .swiper-pagination-bullet,
.n5-hj .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 8px;
    margin: 0 -10px;
    border-radius: 8px;
    background-color: #eaeaea;
    opacity: 1;
    display: inline-block;
}
.n5-hj .swiper-pagination .swiper-pagination-bullet-active{
    outline: none;
    width: 50px;
    height: 8px;
    margin: 0;
    position: relative;
    z-index: 10;
    background-color: #ff681b;
}
@keyframes btns {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes anm1 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }

    14% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
    }

    42% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }

    66% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}
@keyframes anm2 {
    0% {
        transform: translate(-3.6rem);
        -webkit-transform: translate(-3.6rem);
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    67% {
        transform: translate(-3.6rem);
        -webkit-transform: translate(-3.6rem);
        opacity: 1;
    }

    100% {
        transform: translate(13.333333rem);
        -webkit-transform: translate(13.333333rem);
    }
}
@keyframes anm3 {
    0%{
        transform: translate(-50%,-70%);
        opacity: .8;
    }
    50%{
        transform: translate(-50%,-50%);
        opacity: 1;
    }
    100%{
        transform: translate(-50%,-70%);
        opacity: .8;
    }
}