﻿/* 通用 */
*{padding:0;margin:0;border:0;vertical-align:baseline;-webkit-box-sizing:border-box;box-sizing:border-box;}
input,select,button{outline:0;}button{border:0;background-clip:padding-box;}
table{border-collapse:collapse;border-spacing:0;}img{border:none;vertical-align:baseline;}
textarea,input{word-wrap:break-word;word-break:break-all;}span,p,div{word-wrap:break-word;}
.lf{float:left;}.rt{float:right;}html,body,div,p,ul,ol,li{list-style:none;}
a{text-decoration:none;cursor:pointer;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.cu_layer{
    display: none;
}
input::-ms-clear{display:none;}/*删除文本框中的叉号*/
input::-ms-reveal{display:none;} /*删除密码框中的小眼睛*/
/* 页面部分 */
html{
    width:100%;
    height:100%;
    position: relative;
    margin: 0 auto;
    font-family:"PingFang SC",Arial,"Microsoft YaHei",sans-serif;
}
body{
    max-width:2560px;
    min-width:1200px;
    width:100%;
    position: relative;
    margin: 0 auto;
}
.wrap{
    display: block;
    /* height:1200px; */
    /* background:  url('./img/back.png')top center no-repeat; */
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}
.longese{
    color: #333333;
}
/* header */
header{
    width:100%;
    height:80px;
    min-width: 1200px;
    font-size:16px;
    box-sizing: border-box;
    position: fixed;
    top:0;
    z-index: 999999;
    text-align:center;
}
.top3{
    box-shadow: 0 4px 6px rgba(130,155,227,.09);
}
.fadeInDown1{
    animation: t1 0.2s forwards linear alternate;
}
.fadeOutUp1{
    animation: t2 0.2s forwards linear alternate;
}
@keyframes t1 {
    0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes t2 {
    0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    }
    100% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    }
}


/* .top1{
    animation: t1 0.2s forwards linear alternate;
}
.top2{
    animation: t2 0.2s forwards linear alternate;
}


@keyframes t1 {
0% {
   top:0;
   }
100% { 
    top:-80px;
   }
}
@keyframes t2 {
0% {
    top:-80px;
    }
100% { 
    top:0x;
    }
} */
.navAct{
    font-size: 16px!important;
    /* color: #0091FF!important; */
}
.whites{
    background:white!important;
}
header .left {
    width: 220px;
    float: left;
    margin-left:9%;
    padding-top:19px;
    text-align: left;
    height:80px;
    vertical-align: top;
}
header .left a{
    height: 37px;
    vertical-align: middle;
    display: inline-block;
}
html body header .right {
    width: auto;
    margin:0 auto;
    height:80px;
    display: inline-block;
    position: absolute;
    left:50%;
    transform:translate(-50%,0);
    top:0;
    z-index: 10000;
}
header .right>div{
    display: inline-block;
    
}
header li{
    float: left;
    width:145px;
    text-align:center;
    /* background: url(../images/1_02.jpg) right center no-repeat; */
}
header li>a{
    display: inline-block;
    line-height:80px;
    text-align: center;
    color:#325192;
    font-weight: 600;
    font-size:14px;
}
header li>div{
    width: 1300px;
    height:0;
    overflow: hidden;
    position: absolute;
    top:80px;
    border-radius: 8px;
    left:50%;
    transform:translate(-50%,0);
    z-index: 1001;
}
header .second-nav{
    margin: 8px auto 0;
    text-align: left;
    width: 1200px;
    height: 528px;
    background: #FFFFFF;
    box-shadow: 0px 8px 15px 0px rgba(25, 86, 133, 0.15);
    border-radius: 8px;
    overflow: hidden;
}
header .second-nav2{
    height:265px;
}
header .second-nav>.right_box{
    width: 198px;
    height:100%;
    background: rgba(0, 145, 255, 0.05);
    padding:18px 29px 0 29px;
    float: right;
    overflow: hidden;
}
header .second-nav>.right_box>p:nth-child(1){
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
}
header .second-nav>.right_box>p:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 23px;
}
header .second-nav>.right_box>p.bgs span{
    position: relative;
    z-index: 99;
}
header .second-nav>.right_box>p.bgs::before{
    content: '';
    width: 114px;
    height: 10px;
    background: #B5DDFF;
    border-radius: 5px;
    position: absolute;
    top:0px;
    z-index: 1;
}
header .second-nav>.right_box>p:nth-child(3){
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
    margin-bottom: 34px;
}
header .second-nav>.right_box>p:nth-child(4){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 4px;
}
header .second-nav>.right_box>p:nth-child(4) span{
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    margin-left: 10px;
}
header .second-nav>.right_box>p:nth-child(5){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 35px;
}
header .second-nav>.right_box>p:nth-child(5)::before{
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background:url('../img/new/dianhua.png') no-repeat 100%/100%;
    position: relative;
    top:0px;
    margin-right: 6px;
}
header .second-nav>.right_box>p:nth-child(6){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 4px;
}
header .second-nav>.right_box>p:nth-child(7){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 35px;
}
header .second-nav>.right_box>p:nth-child(7)::before{
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background:url('../img/new/dianhua.png') no-repeat 100%/100%;
    position: relative;
    top:0px;
    margin-right: 6px;
}
header .second-nav>.right_box>p:nth-child(8) {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 4px;
}
header .second-nav>.right_box>p:nth-child(9){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 105px;
}



header .second-nav>.right_box>.last{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
    cursor: pointer;
}
header .second-nav>.right_box>.last span:hover{
    text-decoration:underline;
    color:#0091ff;
}
header .second-nav>.right_box>.last::before{
    content: '';
    display:inline-block;
    width:27px;
    height:27px;
    background: url('../img/new/jiantou.png') no-repeat 100%/100%;
    overflow: hidden;
    position: relative;
    top:8px;
    margin-right: 10px;
}
header .second-nav>.right_box>div{
    margin:18px 0 34px 0;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
}
header .second-nav>.left_box{
    display: inline-block;
    padding-left: 38px;
    float: left;
}
header .second-nav>.left_box>div{
    display: inline-block;
    width: 188px;
    vertical-align: top;
}
header .second-nav>.left_box>div>a{
    width: 100%;
    height: 122px;
    overflow: hidden;
    display: block;
    
}   

header .second-nav>.left_box>div>a>p{
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
header .second-nav>.left_box>div>a>img{
    float: left;
    width: 38px;
    height: 38px;
    display: block;

}
header .second-nav>.left_box>div>a .imgr{
    float: left;
    margin-left: 8px;
    padding-top: 3px;
}
header .second-nav>.left_box>div>a .imgr p{
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    position: relative;
}
header .second-nav>.left_box>div>a .imgr div{
    width: 88px;
    height: 32px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 16px;
}
header .second-nav>.left_box>div>a:hover p{
    color:#0091ff;
}
header .second-nav>.left_box>div>a:hover div{
    color:#333333;
}
header .second-nav>.left_box>div>.hotline p::before{
    content: '';
    width: 16px;
    height:12px;
    display: inline-block;
    background:url('../img/new/hot-f.png') no-repeat 100%/100%;
    position: absolute;
    top:1px;right:12px;
    background-position-x: 0 !important;
}
header .second-nav>.left_box>div>.dmt p::before{
    right: 0px;
}

header .second-nav>.left_box>div>.identity>p::before{
    content: '';
    width: 22px;
    height:22px;
    display: inline-block;
    background:url('../img/identity/identity400.png') no-repeat ;
    background-size: 100% 100%;
    position: absolute;
    top:1px;
    left:0;
    background-position-x: 0px!important;
}
header .second-nav>.left_box>div>.videomessage>p::before{
    content: '';
    width: 22px;
    height:22px;
    display: inline-block;
    background:url('../img/spdx.png') no-repeat ;
    background-size: 100% 100%;
    position: absolute;
    top:1px;
    left:0;
    background-position-x: 0px!important;
}



header .second-nav>.left_box>div>a:nth-child(2)>p::before{
    background-position-x: -66px;
}
header .second-nav>.left_box>div>a:nth-child(3)>p::before{
    background-position-x: -22px;
}


header .second-nav>.left_box>div:nth-child(2)>a:nth-child(1)>p::before{
    background-position-x: -110px;
}
header .second-nav>.left_box>div:nth-child(2)>a:nth-child(2)>p::before{
    background-position-x: -88px;
}

header .second-nav>.left_box>div:nth-child(3)>a:nth-child(1)>p::before{
    background-position-x: -44px;
}

header .menu_r_icon{
    display: inline-block;
    position: relative;
    color: rgba(0, 145, 255, 0.4);
}
header .icon-youjiantou-{
    width: 19px;
    height: 19px;
    color: #000;
    float: right;
    margin-right: 10px;
}
header .rotate180{
    transition: all 0.5s;
    transform: rotate(180deg);
}
header .rotate0{
    transition: all 0.5s;
    transform: rotate(0deg);
}
header .triangle{
    display: inline-block;
    width: 11px;
    height: 6px;
    background: url(../img/newimg/triangle.png) no-repeat;
    background-size: 100% 100%;
}
header .navbtnBox{
    width: auto;
    height:80px;
    vertical-align: middle;
    position: relative;
    padding-left: 26px;
    right: 8%;
    z-index: 10;
}
header .navbtnBox span{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #4284FF;
    line-height: 80px;
    vertical-align: middle;
}
header .navbtnBox a{
    width: 75px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    display:inline-block;
    position: relative;
    vertical-align: middle;
}
header .navbtnBox a:nth-of-type(3){
    width: 62px;
    height: 36px;
    background: rgba(255, 255, 255, 0.3)!important;
    font-size: 14px;
    color: #A6B4FF;
    line-height: 36px;
    border-radius: 18px;
}
header .navbtnBox a:nth-of-type(3) .icon-youjiantou-{
    color: #A6B4FF;
}
header .navbtnBox a img{
    width: 20px;
    height: 20px;
    margin-top: -23px;
    display: block;
    float: left;
    margin-left: 12px;
}
header .navbtnBox a:nth-child(2):hover{
    color:#0091ff;
    border: 1px solid #1372FF;
}
header .navbtnBox a:nth-child(2){
    background: linear-gradient(133deg, #80C8FF 0%, #0091FF 100%);
    color:white;
    text-align: center;
    line-height: 36px;
    margin-right:22px;
}
header .navbtnBox a.zhuce{
    line-height: 36px;
}


footer{
    width:100%;
    height:458px;
    padding-top:12px;
    background: #f5f7f9;
    position: relative;
    z-index: 2;
    border-top:1px solid #d9d9d9;
}
footer>.top{
    width:1200px;
    margin:0 auto;
}
footer>.top .block1{
    width:640px;
    float: left;
}
footer>.top .p_title{
    font-size:17px;
    font-weight: bold;
    text-align:left;
    margin:30px 0 16px 0;
}
footer>.top .block1>div>div{
    text-align: left;
}
footer>.top .block1>div>div a{
    width: 100px;
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    color:rgb(75, 75, 75)
}
footer>.top .block1>div>div a:hover{
    color:#0091ff;
}
footer>.top .block2{
    width:200px;
    float: left;
    margin-left:100px;
}
footer>.top .block2 div{
    text-align: left;
}
footer>.top .block2 a{
    display: block;
    line-height:43px;
    color:rgb(75, 75, 75)
}
footer>.top .block2 a:hover{
    color:#0091ff;
}
footer>.top .block2 div{
    text-align: left;
}
footer>.top .block3{
    width:200px;
    float: left;
    margin-left:60px;
}
footer>.top .block3>div{
    text-align: left;
}
footer>.top .block3>div p{
    font-size: 14px;
    color:rgb(75, 75, 75);
    margin:20px 0;
}
footer>.top .block3>div p span{
    font-size: 18px;
    line-height: 25px;
}
footer>.top .block3  img{
    float: left;
}
footer>.bottom{
    margin-top:28px;
    border-top:1px solid #d9d9d9;
    font-size: 16px;
    color:#999999;
    text-align:center;
    overflow: hidden;
}
footer>.bottom p{
    position: relative;
    margin-top:16px;
}
footer>.bottom img{
    position: relative;
    top:3px;
}
footer>.bottom a{
    display: inline-block;
    color:#999999;
}
footer>.bottom span{
    display: inline-block;
    margin:0 10px;
}
footer>.bottom a{

}
footer>.bottom a:hover{
    color:black;
    text-decoration: underline;
}




/* 分页 */
#prePage i{
    display: inline-block;
    transform: rotate(180deg);
}

/* 外面盒子样式---自己定义 */
.page_div {
    margin:32px 0 82px 0;
}            
/* 页数按钮样式 */
.page_div button {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    line-height: 33px;
    background: #EBF6FF;
    color: #0091FF;
    font-size: 13px;
    text-align: center;
    margin: 0 8px;
}
.page_div button:hover{
    background: rgb(120, 195, 253);
    opacity: .9;
}
.page_div .current {
	background-color: #0091FF;
	border-color: #0091FF;
	color: #FFF;
}        /* 页面数量 */.totalPages {
	margin: 0 10px;
}
#nextPage{
    margin-left: 30px;
    background:url(../img/newsListnext.png) no-repeat;
    width: 33px;
    height: 33px;
    display: inline-block;
    background-size: 100%;
}
#prePage{
    margin-right: 30px;
    background:url(../img/newsListprev.png) no-repeat;
    width: 33px;
    height: 33px;
    display: inline-block;
    background-size: 100%;
}
.totalPages span, .totalSize span {
	color: #0073A9;
	margin: 0 5px;
}        /*button禁用*/.page_div button:disabled {
	opacity: .5;
	cursor: no-drop;
}






/* 按钮 */
.Btn:hover{
    opacity: .9;
}
.Btn{
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Btn dd{
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    transform: translate(-50%,-50%);
    animation: tran .6s linear alternate;
}

@keyframes  tran{
    0%{
        width:0;
        height:0;
        opacity: .6;
    }
    100%{
        width:500px;
        height:500px;
        opacity: 0;
    }

}
.redx{
    color: #c7254e;
}

/* api文档 */
.content .search-box{
    position: fixed;
    display: inline-block;
    width: 300px;
    top: 0;
    background: #FAFAFA;
    padding-top: 80px;
}
.content .search-box>h2{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    margin:30px 0 20px 30px;
}
.content .search-box .input_box{
    width: 240px;
    height: 34px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 26px;
    margin-left: 30px;
    border-radius: 20px;
}
.content .search-box .input_box input{
    margin-top: 9px;
    margin-left:6px;
    width: 170px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #666666;
}
.content .search-box .input_box>i{
    margin-left: 10px;
    cursor: pointer;

}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: auto!important;
}


.tabs_box .tab_top{
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    line-height: 21px;
    padding-left: 50px;
    text-align:left;
}
.tabs_box .tab_top .is_act{
    color: #0091FF;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
    border-radius: 6px 6px 0px 0px;
}
.tabs_box .tab_top li{
    width: 250px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    padding-left: 20px;
    text-align:left;
}
.tabs_box .tab_top li:hover{
    cursor: pointer;
}
.tabs_box .tab_bottom{
    position: relative;
    z-index: 100;
}
.tabs_box .tab_bottom li{
    display:inline-block;
    width:1200px;
    height:600px;
    overflow: hidden;
}
.tabs_box .tab_bottom li>div{
    margin-left: 90px;
    text-align:left;
    width: 440px;
}

.tabs_box .tab_bottom li>img{
   
    overflow: hidden;
    position: absolute;
    top:75px;right:70px;
}
.tabs_box .tab_bottom li>div>div:nth-child(1){
    margin-top: 95px;
    
}
.tabs_box .tab_bottom li>div>div:nth-child(1) p:nth-child(1){
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    line-height: 46px;
}
.tabs_box .tab_bottom li>div>div:nth-child(1) p:nth-child(2){
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin:20px 0 50px 0;
}
.tabs_box .text_box{
    width: 440px;
    height: 78px;
    overflow: hidden;
    border-bottom:2px solid #afdcff;
    cursor: pointer;
}
.tabs_box .text_box i{
    color:#0091FF;
    
}
.tabs_box .one{
    position: relative;
    border-bottom:2px solid #afdcff;
    border-top:2px solid #afdcff;
}
.tabs_box .text_box p:nth-child(1){
    line-height: 78px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333333;
    
}
.tabs_box .text_box p:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.tabs_box .tab_bottom>.ani{
    animation: ars 0.5s forwards;
    opacity: 0;
}
.tabs_box .tab_bottom>li{
    position: relative;
    display:none;
}
.tabs_box .tab_bottom>li:nth-child(1){
    display:block;
}
@keyframes ars {
    0% {
        top: 20px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
.section_4>div>i{
    width: 1200px;
    height: 600px;
    overflow: hidden;
    position: absolute;
    top: 229px;
    background: white;
}
.tabs_box .text_box{
    position: relative;
}
.tabs_box i{
    position: absolute;
    right:0;
    top:0;
    font-weight: bold;
    animation: all 0.4s;
}
.tabs_box img{
    position: absolute;
    top:31px;
    right:0;
    font-weight: bold;
    animation: all 0.4s;
}
body .tabs_box .ro0{
    transform: rotate(0);
}
body .tabs_box .ro180{
    transform: rotate(180deg);
}


header .nav ul>li:nth-child(3) .right_box > div > a > p{
    padding-left: 12px;
}
header .nav ul>li:nth-child(3) .right_box > div > a > p::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0px;
    background: rgb(0, 145, 255);
}
header .nav ul>li:nth-child(4) .right_box > div > a > p{
    padding-left: 12px;
}
header .nav ul>li:nth-child(4) .right_box > div > a > p::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0px;
    background: rgb(0, 145, 255);
}
header .nav ul>li:nth-child(3) .right_box > div:nth-child(1)>a> p::before{
    background:#f69E2e;
}

.r_layer{
    width: 76px;
    position: fixed;
    top: 244px;
    right: 10px;
    z-index: 100000;
}
.r_layer>a:nth-child(1){
    width: 76px;
    height: 75px;
    display: inline-block;
    background: url('../img/sn_3.png');
    background-size: 100%;
    position: absolute;
    top:19px;
    left:0;
}
.r_layer>a:nth-child(1) div{
    width: 154px;
    height: 110px;
    display: inline-block;
    background: url(../img/sn_1.png);
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: -146px;
    display: none;
}
.r_layer>a:nth-child(1):hover div{
    display: block;
}
.r_layer>a:nth-child(2){
    width: 76px;
    height: 75px;
    display: inline-block;
    background: url('../img/sn_4.png');
    background-size: 100%;
    position: absolute;
    top:81px;
    left:0;
}
.r_layer>a:nth-child(2) div{
    width: 128px;
    height: 119px;
    display: inline-block;
    background: url('../img/sn_2.png');
    background-size: 100%;
    position: absolute;
    top: 11px;
    left: -119px;
    display:none;
}
.r_layer>a:nth-child(2):hover div{
    display: block;
}



.bt_menu{
    position: absolute;
    top: 191px;
    left: 31px;
    width: 238px;
    min-height: 55px;
    display: inline-block;
    background:white;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(17, 17, 17, 0.1);
}
.bt_menu a{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-left: 30px;
    margin-bottom:16px;
}
.bt_menu a:nth-child(1){
    margin-top: 16px;
}


.newv{
    width: 120px;
    display: inline-block;
    vertical-align: top;
    background: #0091ff;
    color: white;
    font-size: 15px;
    text-align: center;
    line-height:44px;
    border-radius: 3px;
}
.oldv{
    width: 120px;
    display: inline-block;
    vertical-align: top;
    background: #0091ff;
    color: white;
    font-size: 15px;
    text-align: center;
    line-height:44px;
    margin-left: 40px;
    border-radius: 3px;
}

.cuclass1 {
    background: white!important
}
.cuclass1 .lay_title{
    background: white!important;
    color:black;
    text-align: left;
    padding-top: 3px;
    padding-left: 16px;
    font-size: 17px;
}
.cuclass1 .lay_close{
    color:black;
    font-size: 14px;
    top: 18px;
    right: 16px;
}

.longese{
    /* margin-top: 24px !important; */
}



header .right ul li {
    position: relative;
}

.hot4 {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: url('../img/Hot4.png') top no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50px;
    left: 65px;
    animation: myhot 3s infinite linear;
    transform-origin: top center;
}

@keyframes myhot {
    0% {
        transform: rotate(-30deg);
        transition-timing-function: cubic-bezier(0.1, 0.12, 0.32, 1.275)
    }

    50% {
        transform: rotate(30deg);
        transition-timing-function: cubic-bezier(0.1, 0.12, 0.32, 1.275)
    }

    100% {
        transform: rotate(-30deg);
        transition-timing-function: cubic-bezier(0.1, 0.12, 0.32, 1.275)
    }
}

header .right ul li {
    position: inherit;
}

.hot4 {
    left: 493px;
}

@media screen and (max-width: 1000px) {

    header .second-nav {
        width: 752px;
    }

        header .second-nav > .right_box {
            width: 406px;
        }

    header .right ul li:nth-child(3) .right_box > div:nth-child(1) {
        display: none;
    }
}
@media screen and (min-width: 1550px) and (max-width: 1670px) {
    header .navbtnBox{
        right: 4%;
    }
    header li{
        width: 130px;
    }
    .hot4 {
        left: 440px;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1550px) {
    header li {
        width: 124px;
    }
    .hot4 {
        left: 420px;
    }
    html body header .right{
        left: 45%;
    }
}


@media screen and (max-width: 1400px) {
    header .navbtnBox a:nth-child(3) {
        margin-right: 30px;
    }
    header .left {
        margin-left: 30px;
        text-align:left;
        width: 190px;
    }
    html body header .right{
        left: 46%;
    }
}
@media screen and (min-width: 1367px) and (max-width: 1400px) {
    html body header .right{
        left: 40%;
    }
    header li {
        width: 120px;
    }
    .hot4 {
        left: 408px;
    }
}
@media screen and (max-width: 1366px) {
    header li {
        width: 98px;
    }
    html body header .right{
        left: 38%;
    }
    .hot4 {
        left: 330px;
    }
}

.smallIcon3 {
    opacity: 0;
}


header .second-nav .left_box h1{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 22px;
    margin-top: 24px;
    margin-left: 4px;
    margin-bottom: 22px;
}
header .second-nav .left_box2{
    float: left;
    width: 812px;
    height: 265px;
    background: #FFFFFF;
    padding-top: 30px;
    padding-left: 42px;
}
header .second-nav .left_box2>div{
    display: inline-block;
    width: 184px;
    height: auto;
    vertical-align: top;
}
header .second-nav .left_box2 a{
    width: 184px;
    height: 116px;
    display: block;
}
header .second-nav .left_box2 a .dot{
    margin-right: 12px;
}
header .second-nav .left_box2 a .dot span{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 6px;
    background: linear-gradient(133deg, #80C8FF 0%, #0091FF 100%);
}
header .second-nav .left_box2 a .dot span.act{
    background: linear-gradient(64deg, #FE4201 0%, #FF875D 100%);
    opacity: 0.8;
}


header .second-nav .left_box2 a>div{
    float: left;
    height: 116px;
}
header .second-nav .left_box2 a>div:nth-of-type(2) p{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    margin-bottom: 8px;
}
header .second-nav .left_box2 a>div:nth-of-type(2) div{
    width: 88px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
    line-height: 16px;
}
header .second-nav .right_box2{
    float: right;
    width: 388px;
    height: 265px;
    background: rgba(0, 145, 255, 0.05);
    padding-top: 18px;
    padding-left: 40px;
}

header .second-nav>.right_box2>p:nth-child(1){
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
}
header .second-nav>.right_box2>p:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}
header .second-nav>.right_box2>p.bgs span{
    position: relative;
    z-index: 99;
}
header .second-nav>.right_box2>p.bgs::before{
    content: '';
    width: 71px;
    height: 10px;
    background: #B5DDFF;
    border-radius: 5px;
    position: absolute;
    top:0px;
    z-index: 1;
}
header .second-nav>.right_box2>p:nth-child(3){
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
    margin-bottom: 34px;
}
header .second-nav>.right_box2 div{
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
header .second-nav>.right_box2>div>p:nth-child(1){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 4px;
}
header .second-nav>.right_box2>div>p:nth-child(1) span{
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    margin-left: 10px;
}
header .second-nav>.right_box2>div>p:nth-child(2){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 19px;
}
header .second-nav>.right_box2>div:nth-of-type(1)>p:nth-child(2)::before{
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background:url('../img/new/dianhua.png') no-repeat 100%/100%;
    position: relative;
    top:0px;
    margin-right: 6px;
}
header .second-nav>.right_box2>div:nth-of-type(1)>p:nth-child(3){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 4px;
}
header .second-nav>.right_box2>div:nth-of-type(1)>p:nth-child(4){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 35px;
}
header .second-nav>.right_box2>div:nth-of-type(1)>p:nth-child(4)::before{
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background:url('../img/new/dianhua.png') no-repeat 100%/100%;
    position: relative;
    top:0px;
    margin-right: 6px;
}
header .second-nav>.right_box2 .last{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
    cursor: pointer;
}
header .second-nav>.right_box2 .last span:hover{
    text-decoration:underline;
    color:#0091ff;
}
header .second-nav>.right_box2 .last::before{
    content: '';
    display:inline-block;
    width:27px;
    height:27px;
    background: url('../img/new/jiantou.png') no-repeat 100%/100%;
    overflow: hidden;
    position: relative;
    top:8px;
    margin-right: 10px;
}

header .second-nav2 .left_box{
    padding-top: 21px;
    padding-left: 38px;
}
header .hots{
    position: absolute;
    width: 22px;
    height: 22px;
    top: 10px;
    left: 80px;
}
header .left>a>img{
    width: 51px;
    height: 37px;
    vertical-align: middle;
}
header .left>a>img:nth-of-type(2){
    width: 83px;
    height: 18px;
    margin-left: 6px;
    vertical-align: middle;
}
header .navbtnBox a.longese{
    color: #325192 !important;
    background: none;
    font-size: 14px;
    font-weight: 500;
}
header .navbtnBox a.Btn{
    width: 75px;
    height: 36px;
    font-size: 14px;
    font-weight:500;
    color: #fff !important;
    background: linear-gradient(90deg, #79B5FF 0%, #6286FF 100%) !important;
    box-shadow: 0px 2px 8px 0px rgba(116,142,255,0.72)!important;
    border-radius: 18px;
}
header .navbtnBox img{
    display: inline-block;
    width: 14px;
    height: 15px;
    position: absolute;
    top: 32px;
    left: 0px;
}