﻿@charset "utf-8";
@font-face {
    font-family: "FZLBJW";
    src: url("../fonts/fzlbjw.eot"); /* IE9 */
    src: url("../fonts/fzlbjw.eot") format("embedded-opentype"),
    
    url("../fonts/fzlbjw.woff") format("woff"),
    url("../fonts/fzlbjw.ttf") format("truetype"),
    
    url("../fonts/fzlbjw.svg#fzlbjw") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "FZWBJW";
    src: url("../fonts/fzwbjw.eot"); /* IE9 */
    src: url("../fonts/fzwbjw.eot") format("embedded-opentype"),
    
    url("../fonts/fzwbjw.woff") format("woff"),
    url("../fonts/fzwbjw.ttf") format("truetype"),
    
    url("../fonts/fzwbjw.svg#fzwbjw") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

/*波纹效果*/
[data-ripple="ripple"] {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-webkit-user-select:none;
    -ms-user-select:none;
}

[data-ripple="ripple"] .ripple {
    display: block;    
    width: 100%;
    height: 100%;
    border-radius:100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 888;    
    background: rgba(255, 255, 255, .5);
    transform: scale(0);
    animation: ripple .6s 0s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

/*去掉默认number的上下按钮样式*/
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre, 
form,fieldset,input,textarea,p,blockquote,th,td { 
    padding: 0; 
    margin: 0; 
    font-family: "Microsoft YaHei";
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}
hr{
    margin: 0;
    padding: 0;
} 
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
} 
fieldset,img { 
    border: 0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-weight: normal; 
    font-style: normal; 
} 
ol,ul { 
    list-style: none; 
} 
caption,th { 
    text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-weight: normal; 
    font-size: 100%; 
} 
q:before,q:after { 
    content:""; 
} 
abbr,acronym { 
    border: 0; 
} 
a{
    text-decoration: none;
}


/*全体样式*/
.wrap{
    width: 100%;
    min-width: 1100px;
    overflow: hidden;
}
section{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.container{
    width: 1100px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
/*tit*/
.tit{
    margin: 50px auto 30px;
    text-align: center;
}
.tit h3{
    font-size: 48px;
    color:#333;
    font-weight: 600;
}
.tit p{
    font-size: 18px;
    color: #999999;
    margin: 8px auto 20px;
}
.tit p span,.tit h3 span{
    color: #f85729;
}
.tit hr{
    width: 80px;
    border:none;
    border-top: 2px solid #1370ca;
    margin: 0 auto;
}
.btn{
    display: block;
    width: 180px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: white;
    font-size: 17.2px;
    background: #2971c3;
    border-radius: 15px;
    margin: 80px auto 60px;
}
.btn:hover{
    background: #0077ff;
}
.btn .icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/icon-btn.png) no-repeat center;
    background-size: contain;
    margin-left: 15px;
}

.botton{
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    font-size: 18px;
    color: #666666;
    display: block;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.orange{
    background: #f8572a;
}
.orange:hover{
    background: #ff6438;
}
.red{
    background: #cd000a;
}
.red:hover{
    background: #e90712;
}
.blue{
    background: #1370ca;
}
.blue:hover{
    background: #1a81e5;
}
/*top*/
#top{
    padding: 30px 0;
}
#top h1{
    float: left;
}
#top h1 img{
    width: 400px;
}
#top h4{
    float: right;
    color: #1f73bb;
    font-size: 18px;
    text-align: right;
}
#top h4 img{
    margin-bottom: 5px;
}
#top h4 .num{
    font-size: 20px;
}

/*nav*/
nav{
    background: #0198e7;
}
nav:after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
nav li{
    width: 12.5%;
    line-height: 58px;
    float: left;
    text-align: center;
}
nav li a{
    font-size: 18px;
    color: #feffff;
    display: inline-block;
    width: 100%;
    height: 58px;
}
nav li .icon{
    width: 8px;
    height: 4px;
    display: inline-block;
    background: url(../images/icon-down.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 15px;
}
nav .dropdown{
    position: relative;
}
nav .dropdown .menu{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99991;
    display: none;
}
nav .dropdown .menu li{
    width: 100%;
    height: auto;
    line-height: initial;
}
nav .dropdown .menu li a{
    height: 45px;
    font-size: 16px;
    line-height: 45px;
}

/*banner*/
#banner .banner-progres{
    display: none;
}
.banner-number > *{
    border:none;
}






/*hot*/
#hot{
    height: 80px;
    display: block;
    background: #eeeeee;

}
#hot .container{
    height: 80px;
    overflow: hidden;
}
#hot .cont{
    font-size: 20px;
    color: #e52431;
}
#hot .icon{
    width: 49px;
    height: 28px;
    line-height: 28px;
    background: url(../images/icon-hot.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    color: white;
    margin-right: 15px;
    float: left;
    margin-top: 26px;
    font-size: 14px;
    text-align: center;
}
#hot .cont p{
    float: left;
    line-height: 80px;
    width: 1030px;
    text-align: left;
}
#hot .cont p span{
    padding: 0 10px;
}



/*contact*/
#contact .left{
    width: 455px;
    float: left;
    text-align: left;
    overflow: hidden;
    height: 405px;
    border-bottom: 1px solid #e5e6ea;
}
#contact .left hr{
    border:none;
    border-top: 4px solid #1370ca;
    width: 38px;
    margin-left: 15px;
    margin-top: 25px;
    margin-bottom: 20px;
}
#contact .left .logo{
    width: 430px;
    margin-bottom: 40px;
}
#contact .left p{
    line-height: 43px;
    font-size: 19.46px;
    color: #272636;
}
#contact .left p .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/icon-phone.png) no-repeat center;
    vertical-align: middle;
}

#contact .right{
    width: 624px;
    height: 405px;
    float: right;
    background: #e5e6ea;
    box-shadow: 3px 3px 10px gray;
    text-align: center;
    border-radius: 10px;
}
#contact .right h3{
    font-size: 30px;
    color: #0a080e;
    margin: 25px auto 30px;
    letter-spacing: 2px;
}
#contact .right p{
    font-size: 20px;
    color: #322e45;
    margin-bottom: 20px;
    position: relative;
}
#contact .right p .require{
    position: absolute;
    right: 108px;
    font-size: 30px;
    color: red;
    line-height: 50px;
}
#contact .right input{
    width: 285px;
    height: 50px;
    padding: 10px 20px;
    font-size: 20px;
    color: #322e45;
    margin-left: 12px;
    background: transparent;
    border-radius: 50px;
    border:1px solid #b1b0b4;
    outline: 0;
}
#contact .right select{
    width: 285px;
    height: 50px;
    padding: 10px 20px;
    font-size: 20px;
    color: #322e45;
    margin-left: 12px;
    background: transparent;
    border-radius: 50px;
    border:1px solid #b1b0b4;
    outline: 0;
}
#contact .right select option{
    font-size: 16px;
}
#contact .right input[type=submit]{
    width: 245px;
    height: 50px;
    padding: 0;
    color: white;
    background: #fc773d;
    font-size: 24px;
    margin-left: 83px;
    border:none;
    cursor: pointer;
}
#contact .right input[type=submit]:hover{
    background: #e34500;
}
#contact .line {
    font-size: 24px;
    color: #1b1934;
    font-family: "FZWBJW","Microsoft YaHei";
    letter-spacing: 2px;
    margin: 45px auto 37px;
}
#contact .line span {
    font-size: 16px;
    color: #1b1934;
    font-family: "宋体","Microsoft YaHei";
    vertical-align: middle;
    line-height: 31px;
    margin: 0 12px;
}


/*bottom*/
#bottom{
    background: #e3e4e7;
}
#bottom .container{
    padding: 0 60px;
}
#bottom .cont{
    border:1px solid #aeaeae;
    border-top: none;
    width: 865px;
    float: right;
    padding-top: 30px;
    padding-bottom: 35px;
}
#bottom .left{
    float:left;
    width: 487px;
    margin-left: -106px;
}
#bottom .left video{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
#bottom .right{
    float: left;
    width: 440px;
    margin-left: 40px;
    text-align: left;
    padding-top: 12px;
    padding-right: 20px;
}
#bottom .right p{
    color: #312d44;
    font-size: 20px;
    line-height: 32px;
}
#bottom .right h3{
    font-size: 30px;
    color: #f55c30;
    margin: 15px 0 12px;
}
#bottom form{
    margin-top: 45px;
    margin-bottom: 35px;
        
}
#bottom form p{
    font-size: 20px;
    color: #322e45;
}
#bottom form input{
    height: 50px;
    width: 246px;
    padding: 10px 20px;
    font-size: 24px;
    color: #322e45;
    border-radius: 50px;
    margin-right: 23px;
    background: transparent;
    border:1px solid #312f45;
    outline: 0;
}
#bottom form input[type=submit]{
    color:white;
    background: #f8572a;
    border:none;
    cursor: pointer;
}
#bottom form input[type=submit]:hover{
    background: #ff6438;
}
#bottom .line{
    font-size: 24px;
    color: #1b1934;
    font-family: "FZWBJW","Microsoft YaHei";
    letter-spacing: 2px;
}
#bottom .line span{
    font-size: 16px;
    color: #1b1934;
    font-family: "宋体","Microsoft YaHei";
    vertical-align: middle;
    line-height: 31px;
    margin: 0 12px;
}
#bottom .address{
    margin: 20px auto 20px;
    font-size: 18px;
    color: #272636;
}
#bottom .address .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/icon-location.png) no-repeat center;
    vertical-align: middle;
    margin-right: 10px;
}



/*other*/
#other{
    background: #2c2c2d;
    vertical-align: bottom;
}
#other li{
    float: left;
    text-align: left;
    line-height: 65px;
    color: #a3a6a5;
    padding: 0 8px;
}
#other li:first-child{
    font-size: 24px;
    color: #ffffff;
    width: 200px;
}
#other li a{
    font-size: 16px;
    color: #a3a6a5;
}
#other li a:hover{
    color: #c1cbc7;
}
#other p.icp{
    clear: both;
    border-top: 1px solid #727176;
    color: #707071;
    font-size: 18px;
    line-height: 65px;
    padding-bottom: 75px;
}
#other p.icp a{
    color: #707071;
}
#other p.icp a:hover{
    color: #b2b2b7;
}
/*carsoul*/
#carsoul{
    background: url(../images/bg-2.jpg) no-repeat center;
    background-size: cover;
}
#carsoul .tit h3,#carsoul .tit p{
    color: white;
}
#carsoul .tit hr{
    border-color: white;
}
#carsoul .list{
    margin-bottom: 50px;
    overflow: hidden;
    -webkit-display: flex;
    display: flex;
    justify-content: center;
}
#carsoul .list li{
    float: left;
    width: 200px;
    height: 55px;
    line-height: 55px;
    border:1px solid white;
    border-radius: 10px;
    color: #fbfbfb;
    font-size: 20px;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
}
#carsoul .list li.on{
    background: #1370ca;
    border:none;
}

#carsoul .slide-3d{
    height: 550px;
    width: 1100px;
    padding: 0 30px;
    display: none;
}
#carsoul .slide-3d .item-list li{
    width: 495px;
    height: 429px;
    border-radius: 40px;
    box-shadow:6px 0 21px rgba(0,0,0,.32);
}
#carsoul .slide-carousel .controls a{
    width: 22px;
    height: 40px;
    background: url(../images/icon-prev.png) no-repeat center;
    background-size: contain;
}
#carsoul .slide-carousel .controls .item-next{
    background-image: url(../images/icon-next.png);
}
#carsoul .slide-carousel .indicator-list a{
    width: 25px;
    height: 4px;
    border-radius: 0;
    border:none;
    background: white;
    margin-left: 4px;
    margin-right: 4px;
}
#carsoul .slide-carousel .indicator-list a.selected{
    background: #df4719;
}
#carsoul .intr{
    font-size: 18px;
    color: #fbfbfb;
    text-align: center;
    padding: 0 50px;
    line-height: 28px;
}
#carsoul .btn{
    margin-top: 60px;
}


/*咨询工具*/
@charset "utf-8";
/* 商务通漂浮框 */
/* 左侧 */
.baom{width: 145px;height: 337px;background: #008aff;padding: 0 20px;position: fixed;left: 0;/* margin-left: -850px; */top: 250px;z-index: 9999;}
.icon_close{width: 12px; height: 12px; background: url(../images/icon2.png) no-repeat; position: absolute; right: 5px; top: 5px;}
.bm_tit{position: absolute;width: 120px; height: 25px; line-height: 29px;padding-bottom: 4px; padding-left: 25px;background: url(../images/icon1.png) left center no-repeat; color: #fff; font-size: 18px;top: 20px; border-bottom: 1px solid #fff;}
.form_bm{position: absolute;top:60px; }
.form_bm>div{height: 25px; ;line-height: 25px; width: 100%;background: #fff; margin-bottom: 10px;}
.form_bm>div span{float: left;width: 40px; font-size: 12px; color: #898989;padding-left: 5px; }
.form_bm>div input{line-height: 25px; width: 100px; float: left; }
.bm_tijiao,.bm_zx{width: 100%; height: 35px; line-height: 35px; background: #ffe745; color: #008aff; font-size: 18px; font-weight: bold;display: block; text-align: center;}
.bm_zx{width: 145px;}
.bm_tel2{position: absolute;top:220px;}
.bm_zx{position: absolute;top:280px;}
.bm_tel2 h2{font-size: 16px;color: #fff;}
.bm_tel2 p{font-size: 20px; font-weight: bold; color: #fff;}
/* 左侧end */
.fl{float: left;}
.fr{float: right;}
.f_l{float: left;}
.f_r{float: right;}
.c_b{clear: both;}
/* 右侧 */
.pf_zx{width: 80px;height: 480px;position: fixed;right: 0;top: 200px;/* margin-right:-770px; */z-index: 999;}
div.dakai{right: -80px; margin-right:0px;}
.zx_gb{position: absolute;left: -34px; top: 50%;margin-top: -70.5px; width: 24px; height: 111px; background: url(../images/close_bg.png) no-repeat; padding-top:30px ;padding-left: 10px; color: #fff; font-size: 16px; cursor: pointer;}
.pf_list{position: absolute;width: 80px; height: 480px; position: absolute; left: 0; top: 0;}
.pf_list li{width: 80px; height: 78px; border-bottom:1px solid #0c4a8b; border-top: 1px solid #2d85e2; background: #0073c3; color: #fff;position: relative;}
.pf_list li a{display: block;width: 100%; height: 100%; text-align: center;}
.pf_list li>a{color: #fff;}
.pf_list li a i,.pf_tel_1 i{font-size: 34px; line-height: 35px; display: block; padding-top: 15px;}
.pf_list li:hover{background: #1659a0;}
.pf_list li.fir{border-top: none; height: 79px;}
.pf_list li.last{border-bottom: none; height: 79px;}
.pf_erweima{width: 171px; height: 171px; border:4px solid #1659a0; background: url(../images/pf_erweima.jpg) no-repeat;position: absolute; left: -179px; top:-100px;}
.hide{display: none;}
.pf_tel{width:80px; right: 0;overflow: hidden;}


.zx_right{width: 64px;position: fixed;right:50%;top: 200px;z-index: 999;margin-right: -664px;}
.zx_list{font-size:14px;position: absolute;width: 64px;  position: absolute; left: 0; top: 0;}
.zx_list li{width: 64px; position:relative;height: 74px; background: rgba(85,85,85,.8); margin-top: 5px;text-align: center;padding-top: 10px; color: #fff;cursor:pointer;}
.zx_list li:hover{background: #1659a0;}
.zx_list li:first-child{background: #1659a0;}
.zx_list li>a{color: #fff;}
.zx_erweima{width: 171px; height: 171px; border:4px solid #1659a0; background: url(../images/erweima.jpg) no-repeat center;background-size:contain;position: absolute; left: -179px; top:-77px;}
.zx_tel{width:80px;right: 0;overflow: hidden;}
.pf_tel_1{width: 64px;height: 78px;text-align: center;/* float: right; */position: absolute;right: 0;z-index: 33;}
.pf_tel_2{width: 310px;height: 80px;background: #1659a0;/* float: left */position: absolute;right: 64px;top: 0;z-index: 2;}
.pf_tel_2 input{width: 200px;float: left;height: 45px;line-height: 45px;font-size: 16px;margin-top: 15px;margin-left: 15px;}
.pf_tel_2 span{float: left;width: 85px;height: 45px;line-height: 45px;background: #ff9102;color: #fff;text-align: center;font-size: 16px;margin-top: 15px;cursor: pointer;}
/* 右侧end */



/*底部bar*/
.bottombar{height: 75px;width:100%;position: fixed;bottom: 0;left: 0;background:rgba(84,84,84,.8);z-index: 99;display: none;}
.bottombar_1 ul li{float: left;line-height: 75px;height: 75px;/*margin-left: 10px;padding-left: 18px;*/position:relative;margin-left: 25px;}
.bottombar_1 ul li .zi_number{position:absolute;width: 53px;height: 24px;content:'26人';color: #fff;font-size: 14px;line-height:19px;text-align:center;top:5px;left:29px;background:url(../images/zi_ju.png) no-repeat center top;}
.bottombar_1 ul li a{font-size: 16px; color:#fff; font-family: Microsoft Yahei;}
.bottombar_1 ul li a i{padding-right: 5px;}
.bottombar_1 ul li:first-child+li+li a i,.bottombar_1 ul li:first-child+li+li+li a i,.bottombar_1 ul li:first-child+li a i{font-size: 0;}
.bottombar_1 ul li:first-child{margin-left: 0;padding-left: 20px;background: url(../images/p0.png) no-repeat left center;}
.bottombar_1 ul li:first-child+li{background:url(../images/bicon03.png) no-repeat left center;padding-left: 20px;}
.bottombar_1 ul li:first-child+li+li{background:url(../images/bicon01.png) no-repeat left center;padding-left: 20px;}
.bottombar_1 ul li:first-child+li+li+li{background:url(../images/bicon02.png) no-repeat left center;padding-left: 20px;}
.bottombar_2{width: 480px;/* height: 45px; */margin-top: 15px;margin-left: 15px;}
.nftex{float: left;width: 155px;height: 35px;border: none;padding: 0;margin-top: 3px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
.bottombar_2 input{text-indent:10px;}
.bottombar_2 :-moz-placeholder {color: #666; opacity:1;}
.bottombar_2 ::-moz-placeholder {color: #666;opacity:1;}
.bottombar_2 input:-ms-input-placeholder{color: #666;opacity:1;}
.bottombar_2 input::-webkit-input-placeholder{color: #666;opacity:1;}
.tqbt{border:none;float: left;width: 95px;height: 35px;background: #118cff;color: #fff;cursor: pointer;margin-top: 3px;font-size: 16px;font-weight: bold;font-family: Microsoft Yahei;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
.bottombar_2 span{font-size:14px;float: left;line-height: 19px;/* height: 40px; */color: #c4c4c4;margin-left: 15px;}
.bottombar_3{width: 157px;color: #fff;margin-top: 10px;/* height: 75px; *//* line-height: 75px; */}
.bottombar_3>i{font-size:0px;}
.bottombar_text{width: 140px;font-size: 18px;font-weight: bold;float:right; font-weight: bold;border-right:2px solid #fff;margin-top: 3px;padding-right: 10px;}
.bottombar_text span{font-size:20px; font-weight: bold;letter-spacing:1px;}
/*底部bar end*/

/*底部*/
.bot_1{width: 100%;height: 210px;background: #f7f7f7;padding-top: 30px;margin-top: 30px;}
.bottom_1{height: 50px;}
.bottom_1 div{width: 24%;float: left;padding-left: 5.3%;height: 50px;margin-left: 4%;}
.bottom_1 div h2,.zt_bottom_2 div h2{font-size: 18px; }
.bottom_1 div p,.zt_bottom_2 div p{line-height: 30px;}
.icon1{background: url(../images/icon1.png) left center no-repeat;}
.icon2{background: url(../images/icon2.png) left center no-repeat;}
.icon3{background: url(../images/icon3.png) left center no-repeat;}
.bottom_2{margin-top: 45px;height: 80px;padding: 0 50px;}
.bottom_2 div{height: 80px;width: 150px;border:1px solid #dcdcdc;float: left;margin-right: 4px;height: 50px;padding:15px 0 15px 120px;}
.bottom_2 div.icon7{margin-right:0;}
.bottom_2 div p b{background: #fa4b54; width: 95px; height: 30px; border-radius: 5px; display: block; color: #fff; text-align: center;line-height:30px;}
.bottom_2 div p i{color: #70a7e2; font-style: normal; font-size: 16px;}
.icon4{background: url(../images/icon4.png) 40px center no-repeat;}
.icon5{background: url(../images/icon5.png) 40px center no-repeat;}
.icon6{background: url(../images/icon6.png) 40px center no-repeat;}
.icon7{background: url(../images/icon7.png) 40px center no-repeat;}
.bot2{width: 100%; height: 250px; padding: 20px 0; background: #444;}
.bot2 dl{width: 104px; float: left; margin-right:115px;}
.bot2 dl dt{color: #fff; font-size: 16px; border-bottom: 1px solid #b2b2b2; line-height: 35px; margin-bottom: 10px; }
.bot2 dl dd ul li>a{line-height: 26px; color:#b2b2b2 }
.bot_te{float:left; width: 294px; height: 156px; padding: 10px; border: 1px solid #b2b2b2;}
.bot_te ul li{width: 130px; height: 40px; line-height: 40px; border: 1px solid #b2b2b2; margin-left: 10px;}
.bot_te ul li>a{color: #b2b2b2; padding-left: 50px;}
.bot_te ul li.bot_sy{background: url(../images/di1.jpg) 20px center no-repeat;}
.bot_te ul li.bot_dt{margin:13px 0; margin-left: 10px; background: url(../images/di2.jpg) 20px center no-repeat;}
.bot_te ul li.bot_zz{background: url(../images/di3.jpg) 20px center no-repeat;}
/*底部* end/



/* 视频当前页播放 */
.damowang{width: 100%; height: 100%;background: #000;opacity: .8;z-index: 99;position: fixed; display: none;}
.xiaomowang{ position: fixed;top: 50%; left: 50%; margin-left: -500px; margin-top: -300px; z-index: 100;display:none;background: #000; width: 1000px; height: 600px;}
.closesp{position: fixed;left: 50%;top: 50%;width: 30px;height: 30px;background:#fff url(../images/closesp.png) no-repeat;margin-top: -300px;margin-left: 500px;}



/*关闭动画*/
#close-dh{
    position: fixed;
    right: 50px;
    top: 18px;
    z-index: 9999999;
    cursor: pointer;
    background-color: #fff;
    font-size: 12px;
    padding: 3px 5px;
}


/*tan*/
#tan{
  position: fixed;
  z-index: 99;
  display: none;
  width: 524px;
  height: 332px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -o-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#tan .cont{
  position: relative;
  text-align: center;
  width: 524px;
}
#tan .cont .modul{
  width: 100%;
  height: auto;
}
#tan .cont .btn-wrap{
  position: absolute;
  bottom: 37px;
  width: 100%;
}
#tan .cont .btn-wrap>a{
    display: inline-block;
    width: 137px;
    height: 30px;
}
#tan .bottombar_2{
    margin: 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    float: inherit;
}
#tan .cont #telInput4{
    border:1px solid #118cff;
}
#tan .cont .btn-wrap .btn{
  display: inline-block;
  vertical-align: middle;
  width: 152px;
  height: 40px;
  border: :none;
  border-radius: 4px;
  line-height: 40px;
  font-size: 18px;
  margin: 0;
  margin-right: 15px;
}
#tan .cont .btn-wrap .btn.red{
  background-color: #c90000;
}
#tan .cont .btn-wrap .btn.yellow{
  background-color: #ff6f19;
}
#tan .cont .close{
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}