body{
    max-width: 1920px;
    margin: 0 auto;
    font-family: xht;
}
@font-face {
    font-family: 'xht';
    src: url('../fonts/AlibabaPuHuiTi-3-55-Regular.woff');
}
img{
    max-width: 100%;
}
.w12{
    margin: 0 auto;;
    width: 1200px;
}
.top{
    padding: 50px 0 20px 0;
    box-sizing: border-box;
}
.top .logo{
    width: 30%;
}
.top  .topright{
}
.top  .topright .p1{
    font-size: 22px;
    color: #323232;
    font-weight: bold;
    font-family: xht;
    letter-spacing: 1px;
}
.top  .topright .p2{
    margin-top: 10px;
    color: #545454;
    font-size: 16px;
    font-family: xht;
    font-weight: bold;
    /*letter-spacing: 1px;*/
    line-height: 20px;
}
.daohang{
    background: #d6d6d6;
    height: 50px;
    line-height: 50px;
}
.daohang .left a{
    display: flex;
    color: #4f4f4f;
    align-items: center;
    margin-right: 22px;
    font-size: 18px;
    float: left;
}

.daohang .left a.active{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.daohang .left a img{
    margin-right: 8px;
}
.daohang .left a .ico11{
    display: none;
}
.daohang .left a.active .ico1{
    display: none;
}

.daohang .left a.active .ico11{
    display: inline-block;
}


.daohang .right a{
    display: flex;
    color: #000;
    align-items: center;
    font-size: 18px;
    float: left;
}
.daohang .right a img{
    margin-right: 8px;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    width: 24px;
    background: #333;
    border-radius: 24px;
}
.lunbo{
  position: relative;
}
.lunbo .swiper-slide img{
    object-fit: cover;
   min-height: 500px;
}
.lunbo .lunboce{
    position: absolute;
    width: 1200px;
    left: 50%;
    z-index: 99;
    top: 20px;
    transform: translateX(-50%);
}
.lunbo .lunboce .con{
    width: 228px;   
    color: #b4b2b3;
    background: rgba(0,0,0,.8);
}
.lunbo .lunboce .con .list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 1px;
    padding: 15px 25px;
    box-sizing: border-box;
}
.lunbo .lunboce .con .list span:nth-child(2){
    width: 25px;
    text-align: center;
}
.lunbo .lunboce .con .list img{
    max-width: 25px;
    max-height: 25px;
}
.lunbo .lunboce .con .list img.bico2{
   display: none;
}
.lunbo .lunboce .con .list.active .bico1{
    display: none
}
.lunbo .lunboce .con .list.active{
    background: rgba(255,255,255,.5);
    color: #fff;
}
.lunbo .lunboce .con .list.active .bico2{
    display: inline-block;
}
.sy_con {
    margin-top: 10px;
}
.sy_con .contit{
    font-size: 19px;
}
.sy_con .contit a{
    cursor: pointer;
     color: #333;
     opacity:.3;
    margin-right: 20px;
    padding-bottom: 6px;
}
.sy_con .contit a.active{
    color: #333;
    opacity: 1;
    font-weight: bold;
    border-bottom: 4px solid #a0a0a0;
}
.sy_con .con-c{
    background: #d9d9d9;
    padding: 40px 80px 20px 80px;
    box-sizing: border-box;
    margin-top: 10px;
}

.sy_con .con-c .clist h1{
    text-align: center;
    color: #333;
    font-size: 36px;
    /*letter-spacing: 3px;*/
    font-weight: bold;
}
.sy_con .con-c .clist h2{
    text-align: center;
    color: #555;
    font-size: 26px;
    font-weight: normal;
    /*letter-spacing: 1px;*/
    margin: 10px 0;
}

.sy_con .con-c .clist .cc{
    color: #333333;
    font-size: 20px;
    text-align: justify;
    margin-top: 30px;
    line-height: 36px;
    margin-bottom: 40px;
}
.sy_con .con-c .clist .tit2{
    margin: 15px 0;
}
.sy_con .con-c .clist .tit2 span:nth-child(1){
    font-size: 42px;
    color: #333;
    margin-right: 20px;
}
.sy_con .con-c .clist .tit2 span:nth-child(2){
    font-size: 28px;
    color: #333;
}
.sy_con .con-c .clist{
    margin-bottom: 40px;
}
.lxtan{
    position: fixed;
    top: 0;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    z-index: 999;

}
.lxtan .ck{
    position: fixed;
    top: 35%;
    left: 50%;
    width: 60%;
    max-width: 500px;
    z-index: 9999;
    transform: translate(-50%,-50%);
}
.lxtan .ck .tit{
    background-color: #ededed;
    text-align: center;
    height: 55px;
    position: relative;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 55px;
}
.lxtan .ck .tit .close{
    position: absolute;
    right: 15px;
    top: -5px;
    cursor: pointer;
}
.lxtan .ck  .con{
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    font-family: xht;
    font-size: 17px;
    color: #555555;
}
.lxtan .ck  .con .c-list{
    margin: 10px 0;
    line-height: 24px;
}
.lxtan .ck  .con .c-list span:nth-child(1){
    float: left;
    width: 20%;
}
.lxtan .ck  .con .c-list span:nth-child(2){
    float: left;
    width: 80%;
}

.lxtan .ck  .con .c-list span:nth-child(2) b{
    font-weight: normal;
}
.lxtan .ck  .con .c-list.yxcopy span:nth-child(2) b{
    cursor: pointer;
}
.lxtan .ck  .con .c-list.yxcopy span:nth-child(2) b:hover{
    color: #426abf;
}
.goTop >img{
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.goTop{
    position: fixed;
    right : 20px;
    bottom : 40px;
}
/*底部的ICP备案*/
.member_adv_bottom{width:100%;background-color:#313945;font-size:18px;text-align:center;color:#959aa0;line-height:73px;}
		.member_adv_bottom{line-height: 34px;}
        .member_adv_bottomtop span{font-size:14px;color:#959aa0;padding-top:5px;}
        .member_adv_bottomtop a{font-size:14px;color:#959aa0;padding-top:5px;cursor:pointer;}
        .member_adv_bottomtop a:hover{color:#fff;}
        .member_adv_bottomfoot{padding-bottom:5px;}