/*公共样式*/
body {
    margin: 0;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    line-height: 24px;
    color: rgba(179,179,179,1);
    overflow-x: hidden;
}
ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,button {
    margin: 0;
    padding: 0;
}
ul,li,ol {
    list-style: none;
}
a {
    color:#555;
    text-decoration: none;
}
a:hover {
    color:#3388FF;
    text-decoration: none;
}
.cfloat:after,
.cfloat:before {
    content: "";
    display: table;
    clear: both;
}
.none-padding{
    padding: 0 !important;
}
.none-margin{
    margin: 0 !important;
}
.set-relative{
    position: relative;
}
.set-absolute{
    position: absolute;
    /* left:50%;
    transform:translateX(-50%); */
}
#menu>ul>li a{
    /*margin-left: 66%;*/
}
@font-face {
    font-family: 'logoFont';
    src: url('../font/SingleMalta.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.font {
    font-family: 'logoFont' !important;
}
/*自定义样式*/
.icon {
    /* 通过设置 font-size 来改变图标大小 */
    width: 1em; height: 1em;
    /* 图标和文字相邻时，垂直对齐 */
    vertical-align: -0.15em;
    /* 通过设置 color 来改变 SVG 的颜色/fill */
    fill: currentColor;
    /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
       normalize.css 中也包含这行 */
    overflow: hidden;
}
.clearfix:after {                 
    content: "" ;                    
    display: block ;   
    height: 0 ;  
    line-height:0; 
    visibility: hidden ;   
    clear: both;   
} 
.clearfix{
    zoom:1;
}
.fl{
    float:left;
}
.fr{
    float:right;
}

#menu a{
    font-size: 16px;
    color: #333333;
}
.header-active{
    color:#3355FF;
    border-bottom: 2px solid #FFF;
}
.header-active-openapi{
    color:#3355FF;
    border-bottom: 2px solid #fff/*3355FF*/;
}
#header{
    position: relative;
    border: 0;
    margin-bottom: 0;
}
#header a{
    color: #FFFFFF;
    
    /*180719 9527 Star*/
    font-size: 14px;
    /*180719 9527 End*/
    font-weight: 540;
    font-family:"PingFang SC";
}
#navbar li.current{
    border-bottom: 2px solid #FFF;
}
.navbar{
    border:none;
}
.navbar-default{
    background-color:rgba(255,255,255,0.1) !important;
    border-bottom:1px solid rgba(255,255,255,0.5);
    /* position:relative; */
}
#menu ul li a{
    color:#FFF;
}
.banner_text{
    position:absolute;
    top:2%;
    width: 68%;
    margin: 0 16%;
}
.register{
    position: absolute;
    top: 69%;
    margin-left: 16.5%;
    padding: 5px 15px;
    border: 1px solid white;
    border-radius: 24px;
}
#header_box #regist{
    border:1px solid #fff;
    width:80px;
    border-radius:30px;
    height:35px;
    line-height:35px;
    text-align:center;
    margin-top:6.5%;
}
#header_box #regist>a{
    display:block;
    height:35px;
    line-height:2px;
}
.big_font{
/*    position: relative;
    bottom: 70px;*/
    /* margin-top: -5%; */
    position: absolute;
    /*top: 170%; */
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    width: 1268px;
    z-index: 5;
    width:70%;
}

.big_font ul li{
    float: left;
    width: calc(100% / 5);
    text-align: center;
    padding-top: 2%;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.big_font ul li dt{
    font-size: 55px;
    color: #1269F9;
    font-weight:540 !important;
}
.big_font ul li dd{
    font-size: 14px;
    font-weight: bold;
    color:rgba(51,51,51,1);
    /*180719 9527 Star*/
    height: 20px;
    line-height: 30px;
    letter-spacing: 6px;
    font-family:"PingFangSC-Semibold";
    /*180719 9527 End*/
}
.advantage{
    margin:0 auto;
    margin-top:100px;
}
.advantage,.hanye ul li{
    text-align: center;
}
.advantage ul li:first-child{
    /*font-weight: bold;*/
    font-size: 24px;
    color: #2E3548;
    margin-bottom: 1%;
}
.advantage ul li:last-child{
    color:#B0B3BE;
    font-size: 14px;
}
.advantage_eight ul>li{
    text-align: center;
    text-align: center;
    /*text-align: -moz-center;*/
    margin-top: 5%;
}
.advantage_eight ul:last-child{
    margin-bottom: 5%;
}
.advantage_eight ul>li>img{
    width: 30%;
        margin: auto;
}
.advantageList>div>ul>li>p {
    color:#444;
    line-height:30px;
}
.aotou{
    position: relative;
}
.aotou p
{
    position: absolute;
    border: 1px solid white;
    border-radius: 5px;
    font-size: 16px;
    padding: .5% 2%;
    top: 69%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%);	/* Safari and Chrome */
    -o-transform: translate(-50%,-50%); /* Opera */
    -moz-transform: translate(-50%,-50%);	/* Firefox */
    
    /*180719 9527 Star*/
    color:white;
    /*180719 9527 End*/
}
.hanye{
    margin: 2% auto 1%;
}
.hanye>ul:first-child{
    margin: 0 auto 1%;
}
.hanye>ul li:first-child{
    /*font-weight: bold;*/
    font-size: 24px;
    color: #2E3548;
    margin-bottom: 1%;
}
.hanye>ul li:last-child{
    color:#B0B3BE;
    font-size: 14px;
}
.hanye>div>ul{
    background-color:rgba(36, 37, 38, 0.7);
    width: 200px;
}
.hanye>div>ul>li a{
    color: #fff;
    
    /*180719 9527 Star*/
        /*padding: 6.5% 0;
    height: 80px;*/
    /*180719 9527 End*/

}
.hanye>div>ul>li svg{
    font-size: 25px;
}
.hanye>div>ul>li span{
    font-size: 25px;
}
.hanye>div>ul>li p{
    font-size: 13px;
}
#huakuai{
    background-color:rgba(0,0,0,0.3);
}
#huakuai>ul>li{
    width: 100%;
}
#huakuai>ul>li a{
    padding: 0;
}
/*#huakuai>ul>li a:hover{
    background-color: #1268F9;
    color: transparent;
}*/
.support>ul{
    top: 14%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.support>ul li:first-child {
   /* font-weight: bold;*/
    font-size: 24px;
    color: #2E3548;
    margin-bottom: 1%;
}
.support>ul li:last-child {
    color: #B0B3BE;
    font-size: 14px;
    margin-top: 3%;
}
.support>div{
    top: 23%;
}

.support>div>ul{
    /*border-bottom:0;*/
    margin: 0 auto;
    width: 89%;
}
.support>div>ul li{
    width: 12.5%;
    text-align: center;
    float: left;
}


.support>div>ul.font_icon li>span{
    /*padding: 16% 14%;*/
    font-size:28px;
    width:60px;
    height:60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    display: inline-block;
   box-shadow: 19px 10px 57px rgba(0,0,0,0.2);
}
.support>div>ul li a{
    border: 0;
}
.support>div>div{
    margin: 0 auto;
}
.up>div>img{
    width: 960px;
    display: block;
    margin: 0 auto;
}
/*Tab选项start*/

li.nav_bar>span{
    background-color: #1268F9 !important;
    color: #fff !important;
}
#main{
    width:100%;    
}
#main>div{
    display: none;
    width:100%;
}
#main>div.main_bar{
    display:block;
    margin: 40px 0 0;
    background-color: white;
    width: 100%;
    height: 100%;
    box-shadow: 0 10px 57px rgba(0,0,0,0.08);
    /* padding: 1% 5% 1% 1%; */
    padding:2%;
}
#main>div.main_bar img{
    width:36%;
 }
 #main>div.main_bar dl
 {
 margin-left: 5%;
 width:58%;
 }


/*Tab选项end*/
.plug>div{
    top: 8%;
    background-color: white;
    border-radius: 8px;
    padding: 18% 0;
}
.plug>div>ul{
    position: absolute;
    top: 14%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.plug>div>ul li:first-child {
    /*font-weight: bold;*/
    font-size: 24px;
    color: #2E3548;
    /*margin-bottom: -3%;*/
}

.plug>div>ul li:last-child {
    color: #B0B3BE;
    font-size: 14px;
    /*margin-top: %;*/
}
.plug>div>div{
    position: absolute;
    top: 26%;
}
.plugRight>div.main_bar_plug li{
    cursor: pointer;
    margin-bottom: 5%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;

}
.plugRight>div.main_bar_plug li img{
    width: 35%;
}
.navs_plug>li{
    text-align: left;
    /* width: 107%; */
    padding: 9% 0 9% 20%;
    color: #82A8C3;
}
li.nav_bar_plug{
    background-color: #FF7F00;
    color: white;
}
#myTab_plug div{
    display: none;
}
#myTab_plug div.main_bar_plug{
    display: block;
}
.nav_bar_plug,.main_bar_plug{
    background-color: #ccc
}
.show{
    padding: 0 0;
    background-color: #F6F7F9;
    height: 1010px;
}
.show>ul {
    top: 10%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.show>ul li:first-child {
    /*font-weight: bold;*/
    font-size: 24px;
    color: #2E3548;
    margin-bottom: 1%;
}
.show>ul>li:last-child {
    color: #B0B3BE;
     font-size: 14px;
    margin-top: 4%;
}
.show>div{
    top: 20%;
}
.show>div ul>li{
    width: 210px;
    height: 210px;
    display: block;
    float: left;
    margin: 10px 5px 0 5px;
    background:#fff;
}

.show .footer{
    top: 92.5%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.footer{
    border: 1px solid #D2D2D2;
    background-color: #fff;
    border-radius: 20px;
    padding: .3% 3%;
    font-size: 18px;
    color: #666;
}

.messenger{
    /*padding: 55% 0 2% 0;*/
   /* height:960px;*/
}
.messenger>ul {
    top: 9%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.messenger>ul li:first-child {
   /* font-weight: bold;*/
    font-size: 24px;
    color: #2E3548;
    margin-bottom: 1%;
}
.messenger>div{
    top: 16%;
}
.messenger>div>div{
    text-align: center;
    background-color: white;
    margin: 0 2%;
    width: 29.2%;
    box-shadow: 0 4px 20px 0 #EEF1F4;
    padding: 0 20px;
}
.messenger>div>div>img{
    padding: 10% 0;
}
.messenger>div>div>dl{
    height: 210px;
}
.messenger>div>div>dl>dt:first-child{
    font-size: 24px;
    color: black;
    font-family: "STXingkai";
}
.messenger>div>div>dl>dt:nth-child(2){
    font-size: 16px;
    color: black;
}
.messenger>div>div>dl>dd{
    font-size: 12px;
    color: #A7A7A7;
    text-align: justify;
    margin: 25px 0;
    line-height: 22px;
}
.messenger>div>div header{
    font-size: 16px;
    /* font-weight: bolder; */

    color: #3C3C3C;
    overflow: hidden;
    margin-bottom: 3%;
}
.messenger>div>div header span{
    float: left;
}
.messenger>div>div header a{
    float: right;
}
.messenger>div>div ul li{
    display:flex;
}
.messenger>div>div ul li a{
    /*float: left;*/
    flex: 7;
    line-height: 28px;
}
.messenger>div>div ul li span{
    /*float: right;*/
    flex: 2;
    line-height: 28px;
}
.about_f>ul>li{
    /*padding-top: 5%;*/
    padding: 4% 0 2%;
}
.about_f>ul>li dd{
    margin-top: 5%;
    /*font-size: 16px;*/
}
.about{
    background-color: #363D43;
    color: white;
    font-size: 1vw;
    /* font-weight: bolder; */
    padding: 3% 0;
    position:relative;
}

.about>div>div>div{
    text-align: left;
}
.about>div>div>div>header{
    margin-bottom: 15px;
    font-size: 18px;
    padding-top: 0;
}
.about>div>div>div>ul li{
    margin-bottom: 15px;
}
.about>div>div>div>ul li a,
.about>div>div>div>ul li span{
    color: white;
    font-size: 14px;
}
.about>div>div>div>ul li a:hover{
    color: #007aff;
}
.about>.footer_filing{
    border-top:1px solid rgba(192,192,192,0.3);
    margin-top:20px;
    padding:15px 0;
    height:50px;
    font-size:12px;
}

/*about页面*/
.about_bg{
    margin-top: 0;
}
.maodian li dl dt{
    text-align: -webkit-center;
}
.intro{
    height: 520px;
}
.intro ul{
    /*top: 23%;*/
    top:154px;
    left: 50%;
    text-align: center;
    transform: translate(-63%,-50%);
}
.initial,.slideshow{
    background-color: #F8FBFE;
}
.initial{
    height: 618px;
}

.slideshow>div{
    height: 320px;
}
.slideshow>div>div{
     margin: 0;
     padding: 0;
}
.map{
    height: 510px;
    margin-bottom:110px;
    width:100%;
}
.map>ul 
{
    top:85px;
    /*top: 15%;*/
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.map>ul>li:first-child{
    /*font-weight: bold;*/
    font-size: 24px;
    color: #2E3548;
    margin-bottom: 1%;
}
.map>div {
    top: 27%;
    /* border:1px solid #FEFEFE; */
    /* box-shadow:1px 1px 2px 30px #F8FBFE; */
    padding:20px !important;
    background:rgba(255,255,255,1);
    border-radius:20px;
    box-shadow:19px 0px 57px rgba(32,138,244,0.09);
}
.map>div>div {
    margin: 0;
    text-align: -webkit-center;
    padding: 0 4%;
}
.map>div>div ul li {
    margin: 5%;
    color:#20273C;
    font-size:16px;
    font-family:"PingFang-SC-Medium";
}
.map>div>div ul li:nth-child(4)>a,
.map>div>div ul li:nth-child(2)>a,
.map>div>div ul li:nth-child(6)
{
    color:#EB5707;
    font-size:18px;
}
.debut{
    bottom: 70px;
}
.debut ul li {
    float: left;
   /* width: calc(100% / 3);*/
    text-align: center;
    padding-top: 5%;
    width:33%
}
.debut li dl dt {
    text-align: center;
}
.debut ul li dd {
    font-size: 14px;
    font-family:PingFangSC-Regular;
    color:rgba(69,90,100,1);
    margin-top: 3%;
}
.agency ul
{
    width:120%;
    margin-left:-10%;
}
.agency ul li{
    text-align: center;
    padding: 0 5%;
}
.agency ul li img{
    box-shadow: 0 3px 3px #F6F6F6;
    margin: 0 0 15%;
    background:rgba(255,255,255,1);
    border-radius:10px;
    box-shadow:19px 0px 57px rgba(0,0,0,0.08);
}
.join{
    padding: 8% 8%;
    background-color: #F8FBFE;
}
.join>ul{
    top: 15%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.join>ul>li:first-child{
    /*font-weight: bold;*/
    font-size: 24px;
    color: #2E3548;
    margin-bottom: 3%;
}
.join>ul>li:last-child{
    color: #B0B3BE;
    font-size: 14px;
    margin-top:15px;
}

.join-lb{
    padding:11% 0;
    background-color: white;
}
.submit{
    padding: 10% 0 5%;
    background-color: #F8FBFE;
}
.submit>ul{
    top: 15%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.submit>ul>li:first-child{
   /* font-weight: bold;*/
    font-size: 24px;
    color: #2E3548;
    margin-bottom: 1%;
}
.submit>ul>li:last-child{
    color: #B0B3BE;
    margin-top: 3%;
    font-size: 14px;
}
.helpInput{
    top: 52%;
}
.helpInput>div,.helpInput>div a{
    color: #fff;
}
.helpInput>div:first-child{
    font-size: 1.6vw;
    font-family:PingFang-SC-Bold;
    color:rgba(255,254,254,1);
}
.helpInput input
{
    border-radius:5px 0 0 5px;
    }
.helpInput button{
    border-radius: 0;
}

.helpInput button{
    border: 0;
    color: #fff;
    /*padding: 7.5% 25%;*/
    height: 34px;
    line-height: 34px;
    width: 80px;
    text-align: center;
    background-color: #3355FF;
    overflow:hidden;
}
.helpInput button:hover{
    border: 1px solid #fff;
    color: #3355FF;
    background-color: #fff;
    border-radius:0 5px 5px 0;
    overflow:hidden;
}
.hotWord>li{
    float: left;
    margin-left: 1.5rem;
}

.helpTab{
    /*padding-bottom: 10%;*/
    padding-left: 0;
}
.helpTab>div:first-child{
    background-color: #EEF0F4;
}
.helpTab>div>ul{
    width: 100%;
    padding: 0 17%;
}
.helpTab>div>ul>li{
    float: left;
    padding: 1.2% 2%;
    font-size: 14px;
}
.help_content>div ul:first-child li:first-child{
    border-top: 2px solid #F5F5F5;
}
.help_content>div ul:first-child li{
    font-size: 16px;
    border-left: 2px solid #F5F5F5;
    border-right: 2px solid #F5F5F5;
    border-bottom: 2px solid #F5F5F5;
}
.help_content>div ul:first-child li a{
    padding: 6% 0 7% 15%;
}
.help_content>div>ul:last-child{
    margin-top: 2%;
    padding-left: 2%;
}
.help_content>div>ul:last-child>li>p:first-child{
    font-size: 18px;
    color: black;
    font-family:"Microsoft Yahei";
}
.huoqu{
    border-radius: 3px;
    padding: 1% 3%;
    background-color: #F8F8F8;
}
.help_content>div>ul:last-child>li>p:nth-child(2){
    margin-top: 2%;
}
.help_content>div>ul:last-child>li>p:nth-child(2) a{
    margin: 0 5%;
    font-size: 13px;
}
.help_content>div>ul:last-child>li>ul{
    margin-top: 3%;
    border-bottom: 1px solid #F0F0F0;

}
.help_content>div>ul:last-child>li>ul p{
    margin: 1% 0;
}
.help_content>div>ul:last-child>li>ul a{
    /*color: #7B7B7B;*/
    font-size: 16px;
    color:#454545;
   
}
.help_content>div>ul:last-child>li>ul span{
    color: #999999;
    font-size:13px;
    font-family:"PingFang-SC-Medium";
}
.help_content>div>ul:last-child>li>ul b{
    float: right;
    background: url("../image/eye.png") left center no-repeat;
    padding: 1% 4%;
    color: #C1C1C1;
}
.case{
    /*padding: 1% 0 5%;*/
    margin-top: -7.7%;
}
.case>ul{
    border-bottom: 1px solid #EFEFEF;
    /*height: 44px;*/
    overflow: hidden;
}
@media screen and (min-width: 1360px) 
{
.case>ul>li{
    float: left;
    padding: 4% 0 1% 0;
    margin: 0 2%;
    font-size: 13px;
}
}
@media screen and (max-width: 1360px) 
{
    .case>ul>li{
    float: left;
    padding: 4% 0 1% 0;
    margin: 0 1.5%;
    font-size: 13px;
}
}
.history{
    text-align: center;
    width: 600px;
    position: absolute;
    left: 50%;
    transform: translateX(-52%);
    
}
.history>li:before,
.history>li:after{
    content: '';
    display: block;
    clear: both;
}
.history>li:nth-of-type(odd) dl{
    float: left;
    border-right: 1px solid #EAEAEA;
    padding-right: 75px;
    text-align: right;
}
.history>li:nth-of-type(odd) dl span{
    padding: 2px;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #EB5707;
    border-radius: 50%;
    background-color: #fff;
    float:right;
    margin-right: -85px;
}
.history>li:nth-of-type(even) dl span{
    padding: 2px;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #EB5707;
    border-radius: 50%;
    background-color: #fff;
    float: left;
    margin-left: -85px;
}
.history>li dl span:before{
    content: '';
    display: block;
    background: #EB5707;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.history>li:nth-of-type(even) dl{
    float: right;
    border-left: 1px solid #EAEAEA;
    padding-left: 75px;
    text-align: left;
}
.history>li>dl{
    width: 300.5px;
}
.history>li>dl dt{
    color: black;
    font-size: 24px;
}
.user-arrow{
    width: 50%;
    margin-top: 155%;
}
.history>li>dl dd{
    margin-top: 10px;
    line-height: 25px;
    color: #A1A5B2;
    font-size: 16px;
    text-align:left;
}
.rotate{
    transform-origin:center center; 
    /* 旋转中心要是正中间 才行 */

    transform: rotate(180deg);

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transition: transform 0.2s;
     /* 过度时间 可调 */

    -moz-transition: -moz-transform 0.2s;

    -moz-transition: -moz-transform 0.2s;

    -o-transition: -o-transform 0.2s;

    -ms-transition: -ms-transform 0.2s;

}
.rotate1{
    transform-origin:center center;

    transform: rotate(0deg); 
    /* 返回原点 */

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transition: transform 0.2s;

    -moz-transition: -moz-transform 0.2s;

    -moz-transition: -moz-transform 0.2s;

    -o-transition: -o-transform 0.2s;

    -ms-transition: -ms-transform 0.2s;

}
.zhedie{
    position: absolute;
    z-index: 10;
    background-color: #F7F8FA;
    width: 97%;
}
.zhedie>ul{
    overflow: hidden;
}
.zhedie>ul>li{
    float: left;
    /* padding: 4% 0 1% 0;
    margin: 0 4%; */
    width: 14%;
    margin: 10px 3%;
    text-align: center;
    height:30px;
}
.view>div>ul{
    background-color: #f1f3f2;
    overflow: hidden;
    margin: 3% 0 0;
}
.view>div>ul>li{
    background-color: #FFF;
    padding: .5% 1% 1% 1%;
    width: 23%;
    margin: 1%;
    height:295px;
    overflow:hidden;
}
.view>div>ul>li dl{
    margin-top: 10%;
}
.view>div>ul>li dl dt{
    margin: 3% 0;
    color: #353744;
}
.view>div>ul>li dl dd{
    margin: 1% 0;
    color: #A5A5A5;
}
.view>div>ul>li span{
    margin-top: 10%;
}
.pages{
    background-color: #f1f3f2;
    padding: 2% 0;
    margin-bottom: 3%;
}
.pages>ul:before,
.pages>ul:after,
.pages:before,
.pages:after{
    content: '';
    display: block;
    clear: both;
}

.pages>ul,.pages>span{
    float: left;
    text-align: center;
    font-size: 13px;
    width: 77%;
    margin: 0 auto;
    margin-left:25px;
    overflow: hidden;
    height: 40px;
}
.pages>span{
    width: 70px;
    line-height: 40px;
    background-color: white;
    color:  #999;
}
.pages>span:first-child{
    margin-left: 1%;
    margin-right: 1%;
}
.pages>span:last-child{
    margin-left: 1%;
    margin-right: 1%;
}
.pages>ul>li{
    float: left;
    margin: 0 0.7%;
}
.pages>ul>li>a{
    display: block;
    width: 40px;
    line-height: 40px;
    font-size: 13px;
    background-color: white;
    text-align: center;
}
.pages>ul>li>a.active{
    background-color: #3355FF;
    color: #F8F9FF;
    text-decoration: none;
}
#navs_help_tab>li{
    cursor:pointer;
}
ul#help li.active{
    background-color: #E0F1FF;
    border-left: 2px solid #3355FF;
}
.active{
    background-color: transparent;
    color: white;
}
.xuanzhong{
    color: #3355FF;
}

.form-horizontal>div>span{
    color: #3B4254;
    font-size: 16px;
    line-height: 40px;
}
.form-horizontal>div>p{
    border-bottom: 1px solid #EEE;
    height: 45px;
}
.form-horizontal>div>p>span{
    cursor: pointer;
    line-height: 45px;
    position: absolute;
    width: 100%;
    left: 82%;
}
.form-horizontal>div>p>span:last-child{
    margin-left: 12%;
}
.form-horizontal>div>p>input{
    width: 100%;
    height: 43px;
    border: 0;
}

.form-horizontal>div>p>input:focus{
    content: "";
    padding: 0;
    width: 0;
    height: 45px;
    border-bottom: 1px solid #3355FF;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    animation: ad_width .3s linear forwards;
}
@keyframes ad_width {
    from {
        width: 0;
    }

    to {
        width: 95%;
    }
}
.submit-span{
    float: left;
}
.sub{
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    background:rgba(18,105,249,1);
    border-radius:10px;
    box-shadow:4px 0 16px rgba(0,93,246,0.26);
}


/* 底部固定导航栏 */
.yhinfocon
{
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: -1px;
    width: 100%;
    color: #fff;
    z-index: 9999999999999;
    /*display:none; */
}

.yhinfo
{
    height: 157px;
    width: 1200px;
    margin: 0 auto;
}

.yhinfolist
{
    height: 90px;
    width: 870px;
    border-right: 1px solid #333333;
    margin: 19px 0;
    float: left;
}

.yhinfolisttitle
{
    font-size: 18px;
    margin-bottom: 23px;
}

.marginleft100
{
    margin-left: 100px;
}

p
{
    word-wrap: break-word;
}

.inputtxtname
{
    width: 130px;
}

.inputtxt
{
    height: 40px;
    border: none;
    padding-left: 10px;
    margin-right: 20px;
    border-radius: 3px;
    float: left;
}

.inputtxtcity
{
    width: 130px;
}

.inputtxttel
{
    width: 235px;
}

.inputtxt
{
    height: 40px;
    border: none;
    padding-left: 10px;
    margin-right: 20px;
    border-radius: 3px;
    float: left;
    color: #444;
}

.bto
{
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background: #0099ff;
    cursor: pointer;
}

.yhinfolist
{
    height: 90px;
    width: 870px;
    border-right: 1px solid #333333;
    margin: 19px 0;
    float: left;
}

.successimg
{
    width: 60px;
    height: 60px;
    float: left;
    margin: 15px 0 15px 100px;
}

.successimg img
{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.succinfo
{
    float: left;
    color: #fff;
}

.succtitle
{
    margin: 13px 0 0 20px;
    font-size: 18px;
}

.succtitletwo
{
    font-size: 14px;
    margin: 15px 0 0 20px;
}

.gstel
{
    float: left;
    height: 90px;
    margin: 19px 0;
}

.padingleft
{
    padding-left: 40px;
}

.gsteltitle
{
    padding-top: 8px;
    font-size: 16px;
    padding-bottom: 24px;
    float: left;
    width: 166px;
}

.close
{
    float: left;
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-top: 8px;
}

img
{
    border: 0;
    vertical-align: top;
}

.padingleft
{
    padding-left: 40px;
}

.gsteltitletel
{
    font-size: 30px;
    float: left;
}

.zxbq
{
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: fixed;
    right: -180px;
    top: 92%;
    background: rgba(0, 0, 0, 0.4);
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    cursor: pointer;
    padding-left: 20px;
    z-index:100;
}
.yhinfocon .close{
    opacity:0.9;
}
/*头部导航栏产品分类*/
.classifyBox{
    position:absolute;
    top:49px;
    left:-110px;
    width:311px;
    background: rgba(255,255,255,0.1);
    border:1px solid rgba(255,255,255,0.2);
    display:none;
}
.classifyBox li{
    height:40px;
    float:left;
    overflow:hidden;
}
.classifyBox li a{
    display:block;
    height:20px;
    width:103px;
    text-align:center;
    line-height:20px;
    color:rgba(255,255,255,0.8) !important;
    font-weight:500;
    margin-top:10px;
    border-right:1px solid rgba(255,255,255,0.2);
    text-decoration: none !important;
}
.classifyBox li:last-child a{
    border-right:none;
}
.classifyBox li a:ink,
.classifyBox li a:visited,
.classifyBox li a:hover,
.classifyBox li a:active{
    text-decoration: none !important;
}
.classifyBox li.active{
    background:rgba(255,255,255,0.3);
}
.classifyBox li.active>a{
  /* background:#4b5eff;*/
   color:#fff !important;
   text-decoration: none !important;
}

#nav_classify>a{
    display:inline-block;
    height:100%;
}
#nav_classify.current{
/*border-bottom:1px solid #fff;*/
}
#nav_classify.current>a{
   /*border-bottom:2px solid #fff !important;*/
   color:#fff !important;
   height:50px;
}
#nav_classify .directionIcon{
    width:10px;
    height:10px;
    margin-left:2px;
    vertical-align:middle;
    display:inline-block;
}
