/* 通用 */
*{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;
}
.ierj li{width: 20% !important;}
.jincustomers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  .jincustomers td, .jincustomers th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 18px;
  }
  
  .jincustomers tr:nth-child(even){background-color: #f2f2f2;}
  
  .jincustomers tr:hover {background-color: #ddd;}
  
  .jincustomers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0091FF;
    color: white;
    font-weight: 400;
    font-size: 18px;
  }
.ooemp li{font-size: 18px;}
.cbl{position: fixed;top:30%;right: 20px;z-index: 5000;color: #666;}
.cbl ul{width: 80px;border-radius: 5px;background-color: #fff;position: relative;box-shadow: 0px 0px 10px #999}
.cbl ul li{padding-bottom: 20px;padding-top: 20px;}
.cbl ul li form input{display: inline-block;height: 50px;vertical-align: top;margin: 0;}
.cbl ul li form {position: absolute;right: 80px;top: 0;width: 306px;box-shadow: 0px 0px 10px #999;margin-top: 20px;}
.cbl ul li img{width: 35%;}
.cbl ul li a{color: #666;}
.cbl ul li div{cursor:pointer}
.experience{
    display:inline-block;
    width:120px;
    height:46px;
    background: #0091ff;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 46px;
    letter-spacing:2px;
    float: right;
    margin: 5px 6px 0 0;
    border-radius: 4px;
}
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: 10000;
    text-align:center;
}
.top3{
    box-shadow: 0 4px 6px rgba(130,155,227,.09);
}

@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: 380px;
    float: left;
    padding-left:300px;
    padding-top:25px;
    text-align: left;
}
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:#333333;
    font-size:16px;
}
header li>div{
    width: 1300px;
    height:0;
    overflow: hidden;
    position: absolute;
    top:80px;
    left:50%;
    transform:translate(-50%,0);
    z-index: 1001;
}
header .second-nav{
    width: 1000px;
    height: 410px;
    margin: 8px auto 0;
    text-align: left;
    border-radius: 8px;
    background: white;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.08);
}
header .second-nav>.left_box{
    display: inline-block;
    width: 280px;
    height:100%;
    background:#f2f9ff;
    padding:30px;
    vertical-align: top;
}
header .second-nav>.left_box>p:nth-child(1){
    font-size: 14px;
    font-weight: 600;
    color: #444444;
    line-height: 5px;
}
header .second-nav>.left_box>p:nth-child(2){
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 5px;
    margin:9px 0 18px 0;
}
header .second-nav>.left_box>p:nth-child(3){
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
}
header .second-nav>.left_box>p:nth-child(4){
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 5px;
    margin:46px 0 10px 0;
}
header .second-nav>.left_box>p:nth-child(4) span{
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 5px;
    display: inline-block;
    margin-right: 6px;
}
header .second-nav>.left_box>p:nth-child(5){
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 5px;
}
header .second-nav>.left_box>p:nth-child(5)::before{
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background:url('../img/index_img_44.png') no-repeat;
    background-position-x: -176px;
    position: relative;
    top:3px;
    margin-right: 10px;
}
header .second-nav>.left_box>p:nth-child(6) span{
    margin:30px 0 10px 0;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 5px;
    display: inline-block;
    margin-right: 6px;
}


header .second-nav>.left_box>p:nth-child(8) {
    margin:30px 0 10px 0;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 5px;
    display: inline-block;
    margin-right: 6px;
}
header .second-nav>.left_box>p:nth-child(7){
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}



header .second-nav>.left_box>.last{
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #333333;
    margin-top:30px;
    cursor: pointer;
}
header .second-nav>.left_box>.last span:hover{
    text-decoration:underline;
    color:#0091ff;
}
header .second-nav>.left_box>.last::before{
    content: '';
    display:inline-block;
    width:22px;
    height:22px;
    background: url('../img/index_img_44.png')no-repeat;
    background-position-x: -154px;
    overflow: hidden;
    position: relative;
    top:5px;
    margin-right: 10px;
}
header .second-nav>.left_box>div{
    margin:18px 0 34px 0;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
}
header .second-nav>.right_box{
    display: inline-block;
}
header .second-nav>.right_box>div{
    display: inline-block;
    width: 160px;
    margin-left:40px;
    vertical-align: top;
}
header .second-nav>.right_box>div>a{
    width: 160px;
    height: 118px;
    vertical-align: top;
    display: inline-block;
}
header .second-nav>.right_box>div>a:hover p{
    color:#0091ff;
}
header .second-nav>.right_box>div>a:hover div{
    color:#333333;
}
header .second-nav>.right_box>div>a>p{
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
header .second-nav>.right_box>div>a>p::before{
    content: '';
    width: 22px;
    height:22px;
    display: inline-block;
    background:url('../img/index_img_44.png') no-repeat;
    position: absolute;
    top:1px;left:0;
}
header .second-nav>.right_box>div>.hotline>p::before{
    content: '';
    width: 22px;
    height:22px;
    display: inline-block;
    background:url('../img/hotline/hotline400.png') no-repeat ;
    position: absolute;
    top:1px;left:0;
    background-position-x: 0 !important;
}

header .second-nav>.right_box>div>a:nth-child(2)>p::before{
    background-position-x: -66px;
}
header .second-nav>.right_box>div>a:nth-child(3)>p::before{
    background-position-x: -22px;
}


header .second-nav>.right_box>div:nth-child(2)>a:nth-child(1)>p::before{
    background-position-x: -110px;
}
header .second-nav>.right_box>div:nth-child(2)>a:nth-child(2)>p::before{
    background-position-x: -88px;
}
header .second-nav>.right_box>div:nth-child(2)>a:nth-child(3)>p::before{
    /* background-position-x: -132px; */
}

header .second-nav>.right_box>div:nth-child(3)>a:nth-child(1)>p::before{
    background-position-x: -44px;
}


header .second-nav>.right_box>div>a:nth-child(1){
    margin-top: 30px;
}
header .second-nav>.right_box>div>a>div{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin-top: 20px;
}
header .menu_r_icon{
    display: inline-block;
    position: relative;
}
header .rotate180{
    transition: all 0.5s;
    transform: rotate(180deg);
}
header .rotate0{
    transition: all 0.5s;
    transform: rotate(0deg);
}
header .navbtnBox{
    width: auto;
    height:80px;
    vertical-align: top;
    position: relative;
    z-index: 10;
}
header .navbtnBox a{
   
    display:inline-block;
 
}
header .navbtnBox a img{
    position: absolute;
    top:32px;
    left:-15px;
}
.navbtnBox a{
    background: #0091ff;
    color:white;
    text-align: center;
    line-height: 34px;
    margin-right:300px;
    margin-top:23px;
}

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;
}
@media screen and (max-width: 1300px) {
    header li {
        width: 125px;
    }
}




/* 分页 */
#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;
}




@media screen and (max-width: 1400px) {
    header .navbtnBox a:nth-child(3) {
        margin-right: 30px;
    }
    header .left {
        padding-left: 30px;
        text-align:left;
        width: 190px;
    }
    html body header .right{
        left: 46%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    html body header .right{
        left: 42%;
    }
}


/* 按钮 */
.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: 30px;
    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: 160px;
    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;
}
header .navbtnBox a{
    width: 100px;
    border-radius: 20px;
}
.longese{
    margin-top: 23px !important;
    line-height: 33px !important;
}


.hot4 {
    width: 45px;
    height: 45px !important;
    display: inline-block;
    background: url('../cximg/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)
    }
}





