@charset "utf-8";
/* CSS Document */

/* 公共样式表css */
html,body {
    color: #fff;
    margin: 0;
	background:#999;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div{ cursor:default }

a {
    text-decoration: none;
    color: #000;
    cursor:pointer;
}
a:visited{
    text-decoration: none;
    /* color: #666; */
    cursor:pointer;
}

img {
    border: 0;
}

body {
    background: #F1F7FE;
    /* height: 5000px; */
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td, a {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor:pointer;
    color: #666;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}


a:hover {
}

input[type="submit"],
 input[type="reset"],
 input[type="button"],
 button {
 -webkit-appearance: none;
 }

.clearfix:before,.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.bx{
    width: 1200px;
}
/* 公共样式结束 */
/* 导航部分开始 */
nav{
    position: fixed;
    width: 100%;
    z-index: 999;
}
.navBox{
    width: 100%;
    height: 115px;
    background: rgba(0, 0, 0, 0);
    padding: 18px 0 2px 66px;
}
.navColor{
    /* background: #fff; */
}
/* logo */
nav .navBox .navLogo{
    width: 144px;
    height: 50px;
    box-sizing: border-box;
}
nav .navLogo img{
    margin-top: 8px;
}
/* 导航栏 */
nav .navBox .navList{
    /*width: 890px;*/
    height: 50px;
    /* background: #000; */
    box-sizing: border-box;
}
.navBox .navList li{
    float: left;
     width:115px;
     height: 100%;
     margin-right: 44px;
     text-align: center;
     line-height: 50px;
     /* overflow: hidden; */
     position: relative;
     cursor: pointer;
}
.navBox .navList li:hover{
    border-bottom: 2px solid #fff;
}
.navBox .navList li a{
    color: #fff;
}
.navBox .navList .hovered{
    border-bottom: 2px solid #fff;
}
.navBox .navList .xianshi-y,
.navBox .navList .xianshi-r{
    width: 140px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: -28px;
}
.navBox .navList .xianshi-y a,
.navBox .navList .xianshi-r a{
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.8);
}
.navBox .navList .xianshi-y a:hover,
.navBox .navList .xianshi-r a:hover{
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}
/* 导航部分结束 */

/* 底部 */
footer{
    height: 650px;
    /* background: #1F1F21; */
    background: url("../images/footer_bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.foot{
    height: 590px;
}
.foot .footT{
    height: 484px;
    margin: 0 auto;
    padding-top: 80px;
}
/* 左边 */
.footTL{
    width: 42%;
    height: 330px;
    border-right: 0.3px solid #55505F;
}
.footTL .foo-til{
    font-size: 28px;
    margin-bottom: 40px;
}
.footTL .foo-til div:last-child{
    font-size: 23px;
    color: #A2A6A9;
    margin-top: 10px;
}
.footTL .footel{
    font-size: 23px;
}
.footTL .footel img{
    width: 30px;
    height: 30px;
    margin-right: 6px;
    vertical-align:bottom;
}
.footTL .site{
    margin-top: 20px;
    font-size: 14px;
    color: #A2A6A9;
}
.footTL .code{
    margin-top: 28px;
}
.footTL .code div{
    padding: 12px;
    width: 210px;
    height: 120px;
    font-size: 14px;
    margin-right: 24px;
    color: #fff;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.08);
}
.footTL .code div:first-child{
    width: 220px;
}
.footTL .code div img{
    height: 100%;
}
.footTL .code div span{
    line-height: 90px;
    margin-left: 20px;
}
/* 右边 */
.footTR{
    width: 53%;
    height: 330px;
}
.footTR input{  
	background: rgba(255, 255, 255, 0.08); 
	outline:none;  
    border:0px;
    width: 48.5%;
    margin-right: 3%;
    height: 50px;
    border-radius: 8px;
    padding-left: 16px;
}
.footTR input:nth-child(2){
    margin-right: 0;
}
.footTR input::-webkit-input-placeholder {
    color: #A2A6A9;
    font-size: 14px;
}
.footTR textarea{  
    margin-top: 24px;
	background: rgba(255, 255, 255, 0.08); 
	outline:none;  
    border:0px;
    width: 100%;
    margin-right: 5%;
    height: 140px;
    border-radius: 8px;
    padding: 16px;
}
.footTR textarea::-webkit-input-placeholder {
    color: #A2A6A9;
    font-size: 14px;
}
.footTRB > div{
    width: 180px;
    height: 50px;
    margin-right: 40px;
    margin-top: 50px;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    border: 1px solid #fff;
}
.wx-b{
    width: 28px;
    height: 28px;
    margin: 10px 10px 0 36px;
    background: url("../images/footer_ico2.png") no-repeat;
    background-size: 100% 100%;
}
.tijiao:hover{
    background: #fff;
    color: #000;
    transition: 0.5s all
}
.tijiao input{
    background: rgba(255, 255, 255, 0); 
}
.zixun:hover{
    background: #fff;
    color: #000;
    transition: 0.5s all;
}
.zixun:hover .wx-b{
    background: url("../images/footer_ico3.png") no-repeat;
    background-size: 100% 100%;
    transition: 0.5s all;
}
.zixun a{
    color: #fff;
    font-size: 15px;
}
.zixun a:visited{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.zixun a:hover{
    color: #000;
    font-size: 15px;
}

/* 提交按钮 */
.footTB .formB{
    margin-top: 38px;
    height: 50px;
    width: 160px;
    background: #fff;
}
.footTB .formB input{
    width: 100%;
    height: 100%;
    background: #fff;
    border: none;
    font-size: 18px;
    color: #000;
    padding-left: 16px;
    letter-spacing:18px;
    text-align: center;
    font-weight: 600;
    box-sizing: border-box;
}
 

/* 友情链接 */
.foot .footB{
    border-top: 0.3px solid #55505F;
    height: 64px;
}
.foot .footB .footBBox{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px
}
.foot .footB .footBBox .footBL{
    font-size: 22px;
    color: rgb(241, 241, 241);
}
.foot .footB .footBBox .footBL>div{
    font-size: 20px;
    color: #AAAEB1;
    margin-top: 8px;
}
.foot .footB .footBBox .footBR{
    line-height: 28px;
    width: 88%;
    font-size: 14px;
}
.foot .footB .footBBox .footBR a{
    margin-right: 12px;
    color: #AAAEB1;
}
.foot .footB .footBBox .footBR a:hover{
    color: #fff;
    transition: all 0.8s;
}

/* 版权 */
.foob{
    height: 60px;
    text-align: center;
    color: rgba(248, 249, 255, 0.904);
    line-height: 60px;
    font-size: 15px;
}
.foob span{
    color: rgb(174, 176, 180);
}
.foob span span{
    font-size: 18px;
}

/*全部-返回顶部*/
.cebian{
    position: fixed;
    top: 200px;
    right: 0;
    width: 70px;
    z-index: 999;
    
}
.cebian li{
    width: 100%;
    height: 70px;
    margin-bottom: 5px;
    background: pink;
    position: relative;
}
.cebian li a{
    display: block;
    width: 100%;
    height: 100%;
}
.cebian li .WXjingguo{
    position: absolute;
    top: 0;
    right: -150px;
    width: 145px;
    height: 145px;
    border-radius: 10px;
    z-index: 10;
    background: url('../images/footer_er.jpg') no-repeat;
    background-size: 100%;
}
.cebian li .DHjingguo{
    position: absolute;
    top: 0;
    right: -250px;
    width: 168px;
    height: 70px;
    font-size: 16px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 70px;
}
.cebian li:nth-child(1){
    /*display: none;*/
    /*background: rgba(0, 0, 0, 0.2) url('../images/clan-slider.png') no-repeat -5px -244px;*/
}
.cebian li:nth-child(2){
    /*background: rgba(0, 0, 0, 0.2) url('../images/clan-slider.png') no-repeat -10px -404px;*/
    background: url("/static/newImages/e00gua_tu1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
} 
.cebian li:nth-child(3){
    /*background: rgba(0, 0, 0, 0.2) url('../images/clan-slider.png') no-repeat -5px -322px;*/
    background: url("/static/newImages/e00gua_tu2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.cebian li:nth-child(4){
    /*background: rgba(0, 0, 0, 0.2) url('../images/clan-slider.png') no-repeat -5px -2px;*/
     background: url("/static/newImages/e00gua_tu3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.cebian li:nth-child(5){
    /*background: rgba(0, 0, 0, 0.2) url('../images/clan-slider.png') no-repeat -5px -2px;*/
     background: url("/static/newImages/e00gua_tu4.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.cebian li:nth-child(1):hover{
    /*background: rgba(0, 0, 0, 0.2) url('../images/clan-slider.png') no-repeat -85px -244px;*/
    /*transition: all 0.8s;*/
}
.cebian li:nth-child(2):hover{
    /*background: rgba(0, 0, 0, 0.2) url('../images/clan-slider.png') no-repeat -83px -404px;*/
    background: url("/static/newImages/e00gua_tu1_hover.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* transition: all 0.8s; */
}
.cebian li:nth-child(2):hover .WXjingguo{
    transition: all 0.8s;
    transform: translateX(-220px);
}
.cebian li:nth-child(3):hover{
    /*background: rgba(0, 0, 0, 0.2) url('../images/clan-slider.png') no-repeat -80px -322px;*/
    background: url("/static/newImages/e00gua_tu2_hover.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* transition: all 0.8s; */
}
.cebian li:nth-child(3):hover .DHjingguo{
    transition: all 0.8s;
    transform: translateX(-320px);
}
.cebian li:nth-child(4):hover{
    /*background: rgba(0, 0, 0, 0.2) url('../images/clan-slider.png') no-repeat -83px -2px;*/
     background: url("/static/newImages/e00gua_tu3_hover.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.8s;
}
.cebian li:nth-child(5):hover{
    /*background: rgba(0, 0, 0, 0.2) url('../images/clan-slider.png') no-repeat -83px -2px;*/
     background: url("/static/newImages/e00gua_tu4_hover.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.8s;
}
/*全部-返回顶部*/

.connection{
    display: flex;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 50px;
    justify-content: end;
    align-items: center;
}
.connbtn {
    background: url(/static/newImages/e00_top_an.png) no-repeat;
    width: 113px;
    margin-right: 6px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    line-height: 36px;
}
/*申请试用*/
.modelbox{
    position: fixed;
    background: url(/static/newImages/shiyong_bg.png) no-repeat;
    background-size: 100% 100%;
    top: 16%;
    left: 30%;
    width: 655px;
    height: 531px;
    padding: 140px 87px 20px;
     z-index: 99;
    border-radius: 20px 20px 0px 0px;
}
.model_item{
    display: flex;
    padding-bottom: 15px;
    margin: 13px 0;
}
.model_btm{
    border-bottom: 1px solid #E8E9F1;
}
.model_item_til{
    width: 93px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: right;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.model_item_ipt input{
    width: 390px;
    height: 31px;
    border: none;
}
.model_item_check input{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #DD2E2D;
    line-height: 40px;
}
.check_lable{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 17px;
        display: inline-block;
        color: rgba(51, 51, 51, 1);
    width: 192px;
    line-height: 30px;
}
.model_item_check {width: 395px;}
.model_item_check input[type=checkbox] {
    cursor: pointer;
    position: relative;
}
.model_item_checked{
    padding-bottom: 0px!important;
}
.model_item_check input[type=checkbox]::after {
    position: absolute;
    top: 0;
    background-color: #fff;
    color: #fff;
    width: 17px;
    height: 17px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.model_item_check input[type=checkbox]:checked::after {
    content: "";
    border-color: #ff0000;
    background-color: #f30303;
}

.model_item_check input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 8px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
}
.smb_btm_model{
    background: url('/static/newImages/shiyong_tu3.png') no-repeat;
    background-size: 100% 100%;
    width: 221px;
    height: 83px;
    font-family: Microsoft YaHei;
       line-height: 65px;
           margin-left: 115px;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
}
.close_model{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
#sqsy_model{
    display: none;
}

.connection{
    display: flex;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 50px;
    justify-content: end;
    align-items: center;
}
.connbtn {
    background: url(/static/newImages/e00_top_an.png) no-repeat;
    width: 113px;
    margin-right: 6px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    line-height: 36px;
}
