*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Microsoft Yahei';
    font-size: 14px;
}
.lf{
    float: left;
}
.rt{
    float: right;
}
ul{
    list-style: none;
}
header{
    margin-top: -4px;
}
header img{
    width: 100%;
}
div.htit{
    width: 100%;
    height: 122px;
    background: url("/images/2021/ui/titbg.jpg")no-repeat center;
    text-align: center;
    font-size: 1.5em;
    color: #333333;
    line-height: 122px;
}
div.htit h1,.title_h1{
    padding-top: 40px;
    font-weight: bold;
}
.htit b {
    color: #9765d5;
}
div.htit span,.title_span {
    width: 120px;
    height: 5px;
    border-radius: 5px;
    background: #9765d5;
    display: block;
    margin: 0 auto 1em auto;
}
div.ptit{
    width: 1200px;
    background: url(/images/2021/ui/title_bj.png)no-repeat center;
    background-size: 100% 100%;
    margin: 20px auto;
    overflow: hidden;
    padding: 30px;
}
div.ptit img{
    width: 100%;
}
div.ptit p{
    font-size: 1.3em;
    line-height: 2em;
    text-align: left;
    padding: 1.5em 0 0 0;
    text-indent: 35px;
}
div.ptit p span{
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}
.xz,.xx{
    width: 1200px!important;
    margin: 10px auto;
    overflow:hidden ;
}
.xz h2{
    display: block;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
}
.xz h2 span{
    font-size: 1.2em!important;
}
.xz img{
    margin: 0.5em auto;
    display: block;
}
.xz p{
    font-size: 16px;
    padding: 10px 50px;
}
.xz .col-xs-4:nth-child(1) h2{
    background: linear-gradient(to right,#d44da3,#f07256);
}
.xz .col-xs-4:nth-child(2) h2{
    background: linear-gradient(to right,#b06ef8,#f257ed);
}
.xz .col-xs-4:nth-child(3) h2{
    background: linear-gradient(to right,#695ffc,#aa58ef);
}
div.swt{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 1em 0 2em 0;
}
@keyframes changes {
    0%{
        background: linear-gradient(to right,#8545cc,#fd1654);
    }
    50%{
        background: linear-gradient(to right,#EE4474,#8545cc);
    }
    100%{
        background: linear-gradient(to right,#8545cc,#EE4474);
    }
}

@-moz-keyframes changes {
    0%{
        background: linear-gradient(to right,#8545cc,#EE4474);
    }
    50%{
        background: linear-gradient(to right,#EE4474,#8545cc);
    }
    100%{
        background: linear-gradient(to right,#8545cc,#EE4474);
    }
}

@-webkit-keyframes changes {
    0%{
        background: linear-gradient(to right,#8545cc,#EE4474);
    }
    50%{
        background: linear-gradient(to right,#EE4474,#8545cc);
    }
    100%{
        background: linear-gradient(to right,#8545cc,#EE4474);
    }
}

@-o-keyframes changes {
    0%{
        background: linear-gradient(to right,#8545cc,#EE4474);
    }
    50%{
        background: linear-gradient(to right,#EE4474,#8545cc);
    }
    100%{
        background: linear-gradient(to right,#8545cc,#EE4474);
    }
}


div.swt a{
    display: inline-block;
    width: 400px;
    height: 65px;
    line-height: 65px;
    background: linear-gradient(to right,#8545cc,#fd1654);
    border-radius: 33px;
    color: #fff;
    font-size: 1.5em;
    text-decoration: none;
    animation: changes 2s ease infinite;
    -moz-animation:  changes 2s ease infinite;
    -o-animation:  changes 2s ease infinite;
    -webkit-animation:  changes 2s ease infinite;
}
.Btn1{
    width: 80%;
    border-radius: 1em;
    padding: 0.3em 0;
    background: #9765d5;
    font-size: 18px;
    display: inline-block;
    margin: 1em 0;
    color: white;
    transition: all 1s;
}
.Btn1:hover{
    color: #FFB588;
    text-decoration: none;
}
.xx .col-xs-3{
    width: 23%;
    margin: 1%;
    padding: 0;
    border: 2px solid #cdcdcd;
    box-shadow: 1px 1px 1px #e4e4e4;
    border-radius: 1em;
}
.xx img{
    width: 60%;
    padding:0.5em 0 ;
}
.xx p{
    color: #878787;
    font-size: 18px;
}
div.h2tit{
    width: 100%;
    text-align: center;
}
div.s3{
    width: 1200px;
    height: auto;
    margin:30px auto;
    overflow: hidden;
}
div.s3 ul{
    list-style: none;
}
div.s3 img{
    width: 98%;
}
div.s3 ul li{
    width: 19%;
    margin-top: 1em;
    float: left;
    height: auto;
    margin-right: 1%;
}
.lf_span {
    position: absolute;
    margin-top: -36px;
    margin-left: -45px;
}
div.s3 ul li div.lf{
    height: 0;
    border-top:40px solid #9765d5;
    border-left:25px solid transparent;
    border-right:25px solid transparent;
    width: 145px;
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    position: absolute;
    margin-top: -20px;
    margin-left: 52px;
}

div.s3 ul li div.rt{
    background: #eceefc;
    width: 92%;
    padding: 30px 10px 10px;
    height: 470px;
}
div.itemlist{
    width: 1200px;
    margin: auto;
    padding-bottom: 1.5em;
}
.sx{
    width: 100%!important;
    background: url("/images/2021/ui/msbg.jpg")no-repeat center;
    overflow: hidden;
    background-size: 100% 100%;
    padding: 50px 0;
}
.sx .title_h1{
    color: white;
}
.sx .title_span{
    background: white;
}
.sx .col-xs-4{
    width: 32%;
    margin: 0.5%;
    padding: 0;
}
.sx_p{
    background: url("/images/2021/ui/sx_img.png")no-repeat center;
    color: white;
    background-size: 100% 100%;
    font-size: 18px;
    padding: 0.5em 0;
    text-align: center;
}
.mq{
    overflow: hidden;
    margin: 20px 0;
}
.mq .col-xs-4{
    overflow: hidden;
    border-radius: 0.5em;
    border: 1px dashed #983cd8;
    padding: 0;
    width: 31.3%;
    margin: 1%;
}
.mq img{
    width: 100%;
}
.mq h2{
    color: #983cd8;
    font-weight: bold;
    font-size: 24px;
    padding: 0.5em 0;
}
.mq p{
    text-align: center;
    padding: 0.5em;
    font-size: 16px;
}

div.logs{
    width: 100%;
    height: 376px;
    background: url("/images/2021/ui/logos.jpg")no-repeat center;
}

div.join2{
    width: 100%;height: 1088px;
    background: url("/images/2021/ui/msbg.jpg")no-repeat -192px 0;
    position: relative;
}

.s2_main {
    width: 1200px;
    margin: auto;

}
div.lsbox{
    width: 100%;
    position: absolute;
    top: 300px;
    left: 0;
}
.s2_main li:nth-child(1) {
    margin-left: 0;
}

.s2_main li {
    float: left;
    margin-left: 24px;
    width: 180px;
    position: relative;
}

.mubu{
    position: absolute;
    width: 100%;
    height: 165px;
    bottom: 4px;
    background: rgba(0,0,0,.5);
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.6s linear;

}
.s2_main li:hover .mubu{
    height: 220px;
    background: rgba(0,0,0,.8);
    padding-top:2em;
}

.mubu h4{
    font-size: 1.2em;
    padding: 1em 0 0.4em 0;
}
.mubu p{
    padding: 0.5em;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.8em;
}
div.bbag{
    width: 100%;
    height: 212px;
    background: url("/images/2021/ui/bbg.jpg")no-repeat center;
    margin: 1.5em 0;
}

div.bmain{
    width: 1200px;
    position: relative;
    margin: auto;
}


div.bmain a{
    display: inline-block;
    text-decoration: none;
    font-size: 1.2em;
    color: #fff;
    margin-left: 35px;
    border-radius: 50%;
    transition: all 0.3s linear;
}
div.bmain a:hover{
    transform: scale(1.1)

}
div.bmain a:nth-child(1){

    background: #FFC800;
    width: 160px;
    height: 160px;
    text-align: center;
    margin-top: 26px;
    box-sizing: border-box;
    padding: 50px 0;
    line-height: 30px;
}

div.bmain a:nth-child(2){
    background: #DF8300;
    width: 128px;
    height: 128px;
    text-align: center;
    margin-top: 42px;
    box-sizing: border-box;
    padding: 40px 0;
    line-height: 24px;
}


div.bmain a:nth-child(3){
    background: #1F8CEB;
    width: 206px;
    height: 206px;
    text-align: center;
    margin-top: 8px;
    box-sizing: border-box;
    padding: 60px 0;
    line-height: 43px;
}


div.bmain a:nth-child(4){
    background: #686868;
    width: 150px;
    height: 150px;
    text-align: center;
    margin-top: 31px;
    box-sizing: border-box;
    padding: 50px 0;
    line-height: 25px;
}


div.bmain a:nth-child(5){
    background: #DF8300;
    width: 180px;
    height: 180px;
    text-align: center;
    margin-top: 16px;
    box-sizing: border-box;
    padding: 60px 0;
    line-height: 30px;
}


div.bmain a:nth-child(6){
    background: #4CC339;
    width: 128px;
    height: 128px;
    text-align: center;
    margin-top: 42px;
    box-sizing: border-box;
    padding: 40px 0;
    line-height: 24px;
}
.zg_cn .bd {
    height: 530px;
    margin: 90px auto 0;
    width: 970px;
    display: none;
}
.zg_cn .show {
    display: block;
}
.zg_cn {
    height: 730px;
    margin: 60px auto;
    width: 1000px;
    position: relative;
}
.zg_cn img{
    width: 100%;
}
.zg_cn ul {
    height: 58px;
    padding: 0;
}
.zg_cn ul li {
    width: 242px;
    float: left;
    color: white;
    background: #dfc6ff;
    height: 56px;
    text-align: center;
    font: bold 20px/58px "Microsoft YaHei";
    cursor: pointer;
    border-radius: 5px;
    margin-left: 10px;
    letter-spacing: 4px;
}
.zg_cn ul li.cn1 {
    background: #9765d5;
}