@charset "utf-8";

/*公共样式--开始*/

*{box-sizing: border-box;}



html, body {

    min-height: 100%;

    -webkit-text-size-adjust:100%;

    font-family: sans-serif;

}

body, h1, h2, h3, h4, h5, h6, ul, li, p, input, select, label, img, dl, dt, dd {

    margin: 0;

    padding: 0;

    font: 13px "Microsoft Yahei","微软雅黑","\5FAE\8F6F\96C5\9ED1",Arial Helvetica sans-serif;

    overflow: inherit !important;

}

body{

    font-family:"Microsoft Yahei","微软雅黑","\5FAE\8F6F\96C5\9ED1",Arial Helvetica sans-serif;

}

h1, h2, h3, h4, h5, h6{font-weight:normal;}

ul,ol {

    list-style: none;

}

img {

    border: none;

    vertical-align: middle;

}

a {

    text-decoration: none;

    color: #232323;

}

table {

    border-collapse: collapse;

    table-layout: fixed;

}

input, textarea {

    outline: none;

    border: none;

}

textarea {

    resize: none;

    overflow: auto;

}

/*flex兼容*/



/*清除number的默认样式,就是那个上下加减的箭头*/

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button{

    -webkit-appearance: none !important;

    margin: 0;

}

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {

    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;

    background-color:transparent;

    background-image: none;

    transition: background-color 50000s ease-in-out 0s;

}

input {

    background-color:transparent;

}

input[type="number"]{-moz-appearance:textfield;}

.clearfix {

    zoom: 1;

}

input:focus{

    /*border-color: #000 !important;*/

    /*outline: 0;*/

    /*letter-spacing: normal !important;*/

    /*-webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);*/

    /*-moz-box-shadow: inset 0 3px 3px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);*/

    /*box-shadow: inset 0 3px 3px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);*/

}

.clearfix:after {

    content: ".";

    width: 0;

    height: 0;

    visibility: hidden;

    display: block;

    clear: both;

    overflow:hidden;

}

*{

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

/***

**

*

***/

/*公共page*/

.tz-but{

    display: block;

    /*width: 100%;*/

    background-color: #2d6da5;

    color: #ffffff;

    letter-spacing: 2px;

    font-size: 14px;

    font-weight: bold;

    padding: 6px 10px;

    margin-top: 10px;

    margin-left: 21px;

    text-align: center;

}

.page{

    width: 100%;

    height: auto;

    margin: 0 auto;

}

/*公共头部*/

.com-top-div{

    width: 100%;

    height: 120px;

    margin: 0 auto;

    box-shadow: 0px 1px 3px 1px #d6d6d6;

    position: fixed;

    z-index: 2000;

    background-color: #ffffff;

}

/*logo*/

.com-top{

    width: 100%;

    max-width: 1200px;

    height: auto;

    margin: 0 auto;

    padding: 15px 0;

    position: relative;

}

.com-top>.com-top-left{

     float: left;

 }

.com-top>.com-top-cen{

    float: left;

}

.com-top>.com-top-right{

    float: right;

}

.com-top-left{

    width: 34%;

}

.com-top-cen{
    position: relative;
    padding-top: 6px;
}

.com-top-cen>form>input:nth-of-type(1){

    width: 467px;

    height: 38px;

    flex: 4;

    outline: none;

    color: #7e9db8;

    font-size: 16px;

    border: 1px solid #7e9db8;

    box-sizing: border-box;

    padding-left: 15px;

}

.com-top-cen .sub{

    display: inline-block;

    position: absolute;

    right: 2%;

    top: 30%;

    cursor: pointer;

}

.sub>span{

    display: inline-block;

    width: 7px;

    height: 26px;

    border-left: 1px solid #7e9db8;

    vertical-align: middle;

}

.sub>input{

    display: inline-block;

    margin-top:-8px;

    width: 22px;

    height: 21px;

    background-image: url("../images/com-ss.png");

    background-repeat: no-repeat;

    vertical-align: unset;

}



.com-top-cen>form>input::-webkit-input-placeholder {

    /* WebKit browsers */

    font-size:16px;

    color:#7e9db8;

}

.com-top-cen>form>input:-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */

    font-size:16px;

    color:#7e9db8;

}

.com-top-cen>form>input::-moz-placeholder {

    /* Mozilla Firefox 19+ */

    font-size:16px;

    color:#7e9db8;

}

.com-top-cen>form>input:-ms-input-placeholder {

    /* Internet Explorer 10+ */

    font-size:16px;

    color:#7e9db8;

}

.com-top-cen i{

    display: inline-block;

    position: absolute;

    right: 2%;

    top: 50%;

    margin-top:-8px;

    width: 22px;

    height: 21px;

    background: url("../images/com-ss.png") no-repeat center;

    padding-left: 40px;

    border-left: 1px solid #7e9db8;

    cursor: pointer;

}

.com-top-right{

    padding-top: 12px;

}

.com-top-right span{

    display: inline-block;

    width: 120px;

    height: 26px;

    line-height: 26px;

    font-size: 16px;

    text-align: center;

    font-weight: bold;

    cursor: pointer;

}

.com-top-right span:nth-of-type(1){

    background-color: red;

    margin-right: 9px;

    color: #ffffff;

}

.com-top-right span:nth-of-type(2){

    width: 90px;

    border-left: 1px solid #333333;

}

/*头部导航*/

.com-nav{

    width: 100%;

    max-width: 1200px;

    height: 40px;

    margin: 0 auto;

}

.com-nav ul{

    width: 100%;

    height: 100%;

}

.com-nav ul li{

    float: left;

    margin-right:30px;

    /*padding-top:15px;*/

    cursor: pointer;

    text-align: center;

    color: #333333;

}

.com-nav ul li p{

    font-size: 16px;

    font-weight: bold;

    padding-bottom: 4px;

}

.com-nav ul li p.bott{

    border-bottom: 1px solid #df2528;

    color: red;

    transition: none !important;

}

.com-nav ul li span.san{

    display: inline-block !important;

    width: 14px;

    height: 7px;

    padding-top:1px;

    background: url("../images/com-dh.png") no-repeat center;

    margin: 0 auto;

    vertical-align: top;

}

/*底部公共样式*/

.footer{

    width: 100%;

    height: auto;

    margin: 0 auto;

}

.footer-top{

    width: 100%;

    height: 160px;

    background-color: #1d2937;

}

.footer-top ul{

    width: 1200px;

    height: auto;

    margin: 0 auto;

    padding-bottom: 14px;

    border-bottom: 1px solid #35465b;

    padding-top: 37px;

}

.footer-top ul li{

    display: inline-block;

    font-size: 13px;

    color: #c1deff;

    padding-right: 99px;

    cursor: pointer;

}

.footer-top ul li a  p{

    font-size: 13px;

    color: #c1deff;

}

.footer-top ul li:nth-last-child(1){

    padding-right: 0px;

}

.footer-bot{

    width: 100%;

    height: 160px;

    background-color: #121d2b;

    padding-top: 41px;

    padding-bottom: 26px;

}

.bot-sm{

    width: 1200px;

    height: 100%;

    margin: 0 auto;

}

.bot-sm p{

    font-size: 13px;

    color: #ffffff;

}

.bot-sm span{

    display: block;

    width: 100%;

    height: 1px;

    background-color: #ffffff;

    margin: 20px 0;

}

/*浮窗*/

.ind-fc{

    position: fixed;

    right: 13%;

    bottom: auto;

    width: 68px;

    height: auto;

    transition: all .3s ease-in-out;

}

.ind-fc.off{

    bottom: 0 !important;

    transition: all .3s ease-in-out;

}

.off>ul{

    display: none !important;

}

.off>.btn-mini{

    display: block !important;

}

.ind-fc ul li{

    width: 100%;

    height: 61px;

    text-align: center;

    margin-bottom: 2px;

    background-color: #607589;

    cursor: pointer;

}

.ind-fc ul{

    transition: all .3s ease-in-out;

}

.ind-fc ul li img{

    margin-top: 10px;

}

.ind-fc ul li p{

    font-size: 12px;

    color: #ffffff;

    margin-top: 3px;

}

.ind-fc ul li:hover{

    background-color: #df2528 !important;

}

.ind-fc ul li:nth-of-type(4){

    height: 20px;

}

.ind-fc ul li:nth-of-type(4) img{

    margin-top: 0px;

}

/*#menu ul li:nth-last-child(1){*/

    /*display: none;*/

/*}*/

/*#menu ul li:nth-last-child(2){*/

    /*display: none;*/

/*}*/

/*#menu ul li:nth-last-child(3){*/

    /*display: none;*/

/*}*/

/*#menu ul li:nth-last-child(4){*/

    /*display: none;*/

/*}*/

/*#menu ul li:nth-last-child(5){*/

    /*display: none;*/

/*}*/



/*提交成功*/

.chengg{

    display: none;

    position: fixed;

    top: 23%;

    left: 39%;

    width: 400px;

    height: 368px;

    z-index: 8000;

    background: url("../images/chengg.jpg") no-repeat;

    border-radius: 34px;

    text-align: center;

}

.chengg h3{

    display: inline-block;

    font-size: 28px;

    color: #3cffd8;

    padding: 120px 0 45px 0;

    letter-spacing: 3px;

}

.chengg i{

    display: inline-block;

    width: 28px;

    height: 28px;

    vertical-align: text-bottom;

    margin-left: 8px;

    background: url("../images/chengg01.png") no-repeat center;

}

.cha{

    position: absolute;

    right: 3%;

    top: 3%;

    cursor: pointer;

}

.chengg p{

    display: block;

    width: 85%;

    margin: 0 auto;

    font-size: 18px;

    line-height: 28px;

    color: #ffffff;

}

/*底部表单*/

.L-back {

    width: 400px;

    height: 586px;

    position: fixed;

    top: 50%;

    left: 50%;

    z-index: 2800;

    margin-left: -200px;

    margin-top: -293px;

    text-align: center;

    border-radius: 22px;

    background: #fff;

    display: none;

}

.L-backs {

    width: 400px;

    height: 586px;

    position: fixed;

    top: 50%;

    left: 50%;

    z-index: 2800;

    margin-left: -200px;

    margin-top: -293px;

    text-align: center;

    border-radius: 15px;

    background: #fff;

    display: none;

}

.pos {

    font-size: 20px;

    line-height: 28px;

    border-radius: 50%;

    position: absolute;

    right: 2%;

    top: 0%;

    font-weight: bold;

    color: #ffffff;

    cursor: pointer;

}

.L-back h3 {
    font-size: 31px;
    line-height: 40px;
    height: 215px;
    letter-spacing: 2px;
    color: #ffffff;
    /*padding: 80px 0 45px 0;*/
    /*padding: 2em 0 1.4em 0;*/
    background: url(../images/zhez-back.jpg) no-repeat center;
}

.L-back h3>span {

    color: rgb(2,255,168);

}

.L-form>div {

    width: 320px;

    height: 44px;

    margin: 0 auto 35px;

    position: relative;

    border: 1px solid #a4a3a2;

    border-radius: 24px;

}

.L-form .name>i {

    position: absolute;

    left: 6%;

    top: 10%;

    z-index: 5;

    display: inline-block;

    width: 26px;

    height: 28px;

    background: url(../images/name01.png) no-repeat 100% 100%;

}

.L-form .names>i {

    position: absolute;

    left: 7%;

    top: 13%;

    z-index: 5;

    display: inline-block;

    width: 27px;

    height: 28px;

    background: url(https://mt4-mt5.com/images/name02.png) no-repeat 100% 100%;

}

.L-form{

    margin: 0 auto;

    padding: 60px 0;

    background-color: #fff;

}

.L-form>.name>input {

    text-indent: 0em !important;

    padding-left: 10px !important;

}

.L-form>.names>input {

    padding-left: 10px !important;

}

.L-form>.emls>input{

    padding-left: 10px !important;

}

.mods>input{

    padding-left: 10px !important;

}

.L-form input {

    width: 82%;

    height: 42px;

    opacity: .4;

    outline: #000;

    font-size: 18px;

    color: #000;

    float: right;

    border-radius: 24px;

    /*border-right: 1px solid #444444;*/

    /*text-indent: 3em;*/
    padding-left: 10px;

    background-color: #fff !important;

    transitiion: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}

.put,.bot {
    display: none;
    text-align: left;
    width: 100%;
    height: auto;
    color: #ff5a64;
    text-indent: 1em;
    font-size: 12px;
    /*font-weight: bold;*/
    position: absolute;
    top: 46px;
    letter-spacing: 6px;
}

.L-form .eml>i {
    position: absolute;

    left: 6%;

    top: 25%;

    z-index: 5;

    display: inline-block;

    width: 26px;

    height: 20px;

    background: url(../images/eml01.png) no-repeat 100% 100%;

}

.L-form .emls>i {

    position: absolute;

    left: 6%;

    top: 25%;

    z-index: 5;

    display: inline-block;

    width: 30px;

    height: 20px;

    background: url(https://mt4-mt5.com/images/eml02.png) no-repeat 100% 100%;

}

.L-form .mod>i {

    position: absolute;

    left: 8%;

    top: 17%;

    z-index: 5;

    display: inline-block;

    width: 20px;

    height: 28px;

    background: url(../images/mob01.png) no-repeat 100% 100%;

}

.L-form .mods>i {

    position: absolute;

    left: 9%;

    top: 17%;

    z-index: 5;

    display: inline-block;

    width: 18px;

    height: 28px;

    background: url(https://mt4-mt5.com/images/mob02.png) no-repeat 100% 100%;

}

.L-form>.eml>input {

    padding-left: 10px !important;

}
.mod>input {
    /*padding-left: 3.5em !important;*/
}
.L-form a {
    display: block;
    width: 320px;
    height: 44px;
    margin: 0 auto;
    line-height: 44px;
    font-size: 24px;
    letter-spacing: 2px;
    border-radius: 22px;
    color: #ffffff;
    background-color: #3687b4;
}
/*弹框*/
.backs{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 50;
    top: 0;
    background-color: #000;
    opacity: .6;
    display: none;
}
.tank{
    display: none;
    width: 382px;
    height: 562px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -191px;
    margin-top: -281px;
    z-index: 2500;
    border-radius: 20px;
}
.top{
    position: relative;
}
.x{

    position: absolute;

    top: 4%;

    right: 3%;

    cursor: pointer;

}

.tank .top img{

    width: 100%;
}

.more-pane.more-wechat {

    width: 100px;

    height: 100px;

    top: 75%;

    margin-top: -50px;

    display: flex;

    justify-content: center;

    align-items: center;

}

.more-pane {

    position: absolute;

    z-index: 0;

    height: auto;

    max-height: 200%;

    overflow: hidden;

    max-width: 0;

    width: 240px;

    left: 0;

    background-color: #3b4e65;

    color: #fff;

    transition: all .3s ease-in-out;

}

.ind-fc>ul>li.has-more:hover .more-wechat {

    max-width: 100px;

    left: -100px;

}

.more-pane a{

    color: #fff;

    cursor: pointer;

    font-weight: 600;

    transition: all .3s ease-in-out;

}

.more-pane .btn-wechat img{

    margin-top: 0px;

    vertical-align: middle;

    border-style: none;

    max-width: 100%;

}

.btn-mini{

    display: none;

    transition: all .3s ease-in-out;

    cursor: pointer;

}

.phone-nav{

    display: inline-block;

    width: 30px;

    height: 30px;

    cursor: pointer;

    margin-left: 10px;

    vertical-align: top;

}

.phone-nav>img{

    width: 100%;

}

.com-top-ph{

    display: none;

    float: right;

    padding-top: 8px;

}

.com-top-ph>span{

    display: inline-block;

    height: 32px;

    line-height: 32px;

    color: #ffffff;

    font-size: 16px;

    background-color: #2d689c;

    padding: 0 10px;

    cursor: pointer;

}

.com-top-ph>span:nth-of-type(1){
    margin-right: 5px;
}

.com-top-ph>span>a{

    color: #ffffff;

    font-size: 16px;

}

#menu ul li em{
    display: inline-block;

    width: 8px;

    height: 8px;

    margin-right: 8px;

}

#menu ul li em.yd{

    background: #00b5e9;

    -moz-border-radius: 50%!important;

    -webkit-border-radius: 50%!important;

    border-radius: 50%!important;

}

#menu ul li.bbc{

    background-color: #1c4a73 !important;

}

.ph-back{

    display: none;

    width: 100%;

    height: 100%;

    position: fixed;

    top: 0;

    background-color: #ffffff;

    opacity: 0.5;

    z-index: 10;

}

.mob-0{
    right: 0% !important;
}

#mob{
    display: block;
    position: fixed;
    z-index: 20;
    height: 100%;
    /*height: calc(100vh - 70px);*/
    width: 60%;
    right: -70%;
    /*background-color: #fff;*/
}

#menu{

    position: absolute;

    background-color: rgba(40,53,69,.95);

    min-width: 60%;

    width: auto;

    height: 100%;

    right: 0;

    overflow-y: auto;

    color: #fff;

    z-index: 50;

}

#menu ul li{

    height: 46px;

    border-bottom: 1px solid rgba(255,255,255,.2);

}

#menu ul li:nth-child(1){

    border-bottom: 0;

}

#menu ul li a{

    display: block;

    position: relative;

    font-size: 1rem;

    color: #ffffff;

    padding: 12px 0 12px 40px;

}

.ind-sun{

    /*padding-top: 140px !important;*/

}

.swiper-button-next, .swiper-button-prev{

    height: 30px !important;

}

/*PC端*/

@media (max-width: 1200px){

    .com-top{

        padding:15px 15px;

    }

    .xs{

        padding: 0 15px;

    }

    .footer-top ul{

        /*width: 100%;*/

    }

    .footer-top{

        padding: 0 15px;

    }

    .footer-top ul li{

        width: 24%;

        padding-right: 0px;

        padding-top: 10px;

    }

    .footer-bot{

        padding-left: 15px;

        padding-right: 15px;

    }

    .com-nav ul{

        padding: 0 15px;

    }

}

@media (max-width: 1150px) and (min-width: 950px){

    .com-top{

        padding:15px 15px;

    }

    .xs{

        padding: 0 15px;

    }

    .ind-bot{

        width: 100%;

        padding: 0 15px;

    }

    .footer-top ul{

        width: 100%;

    }

    .footer-top{

        padding: 0 15px;

    }

    .footer-top ul li{

        width: 24%;

        padding-right: 0px;

        padding-top: 10px;

    }

    .footer-bot{

        padding-left: 15px;

        padding-right: 15px;

    }

    .com-top-right{

        display: none;

    }

}

@media (min-width: 800px) and (max-width: 950px){

    .com-top{

        padding:15px 15px;

    }

    .xs{

        padding: 0 15px;

    }

    .ind-bot{

        width: 100%;

        padding: 0 15px;

    }

    .com-nav ul li{

        padding-right: 2%;

        margin-right: 0px;

    }

    .com-nav ul li:nth-last-child(1){

        padding-right: 0;

    }

    .footer-top ul{

        width: 100%;

    }

    .footer-top{

        padding: 0 15px;

    }

    .footer-top ul li{

        width: 24%;

        padding-right: 0px;

        padding-top: 10px;

    }

    .footer-bot{

        padding-left: 15px;

        padding-right: 15px;

    }

    .com-top-right{

        display: none;

    }

}

@media (min-width: 500px) and (max-width: 800px){

    .com-top{

        padding:10px 15px 0;

    }

    .ind-bot{

        width: 100%;

        padding: 0 15px;

    }

    .com-top-div{

        height: auto;

        background-color: #ffffff;

    }

    .com-top-left>a>img{

        width: 100%;

    }

    .com-nav{

        display: none;

    }

    .com-top-cen{

        width: 100%;

        padding-top: 6px;

    }

    .com-top-cen>form>input:nth-of-type(1){

        width: 100%;

        /*max-width: 467px;*/

    }

    .com-top{

        height: 120px;

    }

    .footer-top ul{

        width: 100%;

    }

    .footer-top{

        padding: 0 15px;

    }

    .footer-top ul li{

        width: 24%;

        padding-right: 0px;

        padding-top: 10px;

    }

    .footer-bot{

        padding-left: 15px;

        padding-right: 15px;

    }

    .bot-sm{

        width: 100%;

    }

    .com-top-ph{

        display: inline-block;

    }

    .com-top-right{

        display: none;

        position: absolute;

        top: 38px;

        right: 53px;

        padding-top: 0px;

    }

    .com-nav{

        width: 100%;

        max-width: 1200px;

        padding: 0 15px;

    }

    .com-nav ul li{

        width: 11%;

        margin-right: 0px;

        padding-top: 15px;

    }

    .com-nav ul li:nth-last-child(1){

        margin-right: 0px;

    }

    .ind-sun{

        padding-top: 140px !important;

    }

    .xs{

        padding: 0 15px;

    }

    .text-chi ul li{

        display: inline-block;

        width: 49% !important;

    }

    .text-chi .chi-3 li{

        vertical-align: top;

    }

}

/*移动端*/

@media screen and (min-width: 320px) and (max-width: 423px){

    .com-top-cen .sub{

        top: 34%;

    }

    .com-top-ph>span>a>img{
        display: inline-block;
        width: 16px;
        height: 17px;
        vertical-align: middle;
        margin-right: 3pt;
    }
    .com-top-ph>span:nth-of-type(1){
        margin-right: 5px;
        padding: 0px 0px;
    }

    .com-top{
        width: 100%;
    }

    .com-top-left{
        width: 42%;
    }
    .com-top-div{
        height: 110px;
    }
    .com-top-left>a>img{
        padding-top: 3px;
        width: 100%;
    }
    .com-top>.com-top-right{
        display: none;
    }
    .com-nav{
        display: none;
    }
    .com-top-ph{

        display: inline-block;

        max-width: 57%;

        padding-top: 0;

    }

    .phone-nav{

        width: 23pt;

        height: 21pt;

        vertical-align: top;

        margin-left: 0px;

    }

    .com-top-ph>span>a{

        font-size: .75rem;

        padding: 0 8px;

    }

    .com-top-ph>span{

        font-size: .75rem;

        padding:0 6px;

    }

    .com-top-ph>span:nth-of-type(2){

        background-color: #df2528;

    }

    .com-top-left>a>img{

        vertical-align: bottom;

    }

    .com-top-cen{

        width: 100%;

        padding-top: 10px;

    }

    .com-top-cen>form>input:nth-of-type(1){

        width: 100%;

    }

    .com-top-cen i{

        margin-top: -8px;

    }

    .ind-sun{

        max-width: inherit !important;

        min-width: inherit !important;

    }

    .ind-sun{

        padding-top: 130px !important;

    }

    .swiper-container{

        height: 120px !important;

    }

    .swiper-slide img{

        width: 100%;

        height: 100%;

    }

    .page .ind-fc{

        bottom: 30%;

        z-index:150;

    }

    #menu{

        width: 100%;

        overflow: hidden;

        background-color: #2e6493;

    }

    #menu:hover{

        background-color: #1c4a73;

    }

    #menu ul li:nth-last-child(1) a{

        border: 0;

    }

    .left-text-chi>p{

        font-size: .875rem;

    }

    .left-text-chi>p:nth-last-child(1)>a{

        padding-right: 5px !important;

    }

    .swiper-button-next, .swiper-button-prev{

        height: 22px !important;

    }

    .ind-right{

        width: 94% !important;

        min-width: inherit !important;

        max-width: inherit !important;

        margin: 0 auto;

        float: inherit !important;

        border-left: 0 !important;

    }

    .text-chi ul{

        padding-top: 5px !important;

    }

    .text-chi ul li{

        display: inline-block;

        width: 49% !important;

        padding-left: 0px !important;

        padding-top: 7px !important;

    }

    .text-chi ul li p{

        width: 88% !important;

    }

    .text-chi ul li span{
        margin-right: 4px !important;
    }

    .li-right{
        width: 93% !important;
        padding-left: 0px !important;
    }

    .li-right h3:nth-of-type(1){
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    .ind-left-text:nth-last-child(1){
        padding-bottom: 15px !important;
        border-bottom: 1px solid #dddddd;
    }

    .footer-top{

        height: auto;

    }

    .ind-bot{

        width: 94% !important;

        margin: 15px auto 25px !important;

    }

    .footer-top ul{

        width: 94%;

        padding-top: 17px;

        padding-bottom: 27px;

        border-bottom: 0;

    }

    .footer-top ul li{

        padding-right: 0px !important;

    }

    .footer-top ul li{

        width: 32%;

        padding-right: 0px !important;

        padding-top: 10px;

    }

    .bot-sm{

        width: 94%;

    }

    .xs>img{

        width: 100%;

    }

    .footer-bot{

        height: auto;

        padding-top: 20px;

        padding-bottom: 20px;

    }

    .bot-sm p{

        font-size: .75rem;

    }

    .text-chi ul.chi-3 li .li-right p:nth-of-type(1){

        display: none !important;

    }

    .text-chi ul.chi-3 li .li-right p:nth-of-type(2){

        display: none !important;

    }

    .footer-top ul li a p{

        font-size: .875rem;

    }

    .tz-but{

        margin-left: 0px;

    }

    /**/

    .L-back {

        width: 90%;

        height: 80%;

        position: fixed;

        top: 15%;

        left: 6%;

        margin-left: 0px;

        margin-top: 0px;

        z-index: 2800;

        text-align: center;

        border-radius: 20px;

        background: none;

    }
    .L-back h3 {
        font-size: 0px;
        line-height: 0px;
        height: 161px;
        letter-spacing: 3px;
        color: #ffffff;
        font-weight: normal;
        padding: 0;
        background: url(../images/zhez-back.jpg) no-repeat center;
        background-size: cover;
    }
    .pos {
        font-size: 20px;
        line-height: 27px;
        border-radius: 50%;
        position: absolute;
        right: 2%;
        top: 0%;
        font-weight: bold;
        color: #ffffff;
        cursor: pointer;
    }

    .L-back h3>span {
        color: rgb(2,255,168);
    }

    .L-form {
        margin: 0 auto;
        padding: 24px 0;
        background-color: #fff;
    }

    .L-form>div {
        width: 95%;
        height: 44px;
        margin: 0 auto 23px;
        position: relative;
    }

    .L-form a {
        display: block;
        width: 95%;
        height: 44px;
        margin: 0 auto;
        line-height: 44px;
        font-size: 24px;
        letter-spacing: 2px;
        border-radius: 22px;
        color: #ffffff;
        background-color: rgb(0,183,125);
    }

    .L-form .name>i {
        position: absolute;
        left: 6%;
        top: 10%;
        z-index: 5;
        display: inline-block;
        width: 26px;
        height: 28px;
        background: url(../images/name01.png) no-repeat 100% 100%;
    }

    .L-form>.name>input {
        text-indent: 3.5em !important;
        padding-left: 10px !important;
    }

    .L-form>.eml>input{

        text-indent: 3.5em !important;

        padding-left: 10px !important;

    }

    .L-form>.mod>input{

        text-indent: 3.5em !important;

        padding-left: 10px !important;

    }

    .L-form input {

        width: 100%;

        height: 44px;

        opacity: .4;

        /*border: 1px solid #444444;*/

        outline: #000;

        font-size: 16px;

        border-radius: 24px;

        color: #000;

        text-indent: 3em;

        background-color: #b9b2b2f4;

        transitiion: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    }

    .put, .bot {

        display: none;

        text-align: left;

        width: 100%;

        height: auto;

        color: red;

        text-indent: 1em;

        font-size: 12px;

    }

    .chengg {

        top: 35%;

        left: 6%;

        width: 90%;

        height: auto;

    }

    .chengg h3 {

        padding: 60px 0 45px 0;

    }

    .chengg p {

        font-size: 15px;

        padding-bottom: 35px;

    }

}

@media screen and (min-width: 393px) and (max-width: 400px){}

@media screen and (min-width: 401px) and (max-width: 423px){}

