html,body,dl,dt,dd,ol,ul,li,p,span,em,cite,del,a,img,h1,h2,h3,h4,h5,h6,object,pre,code,form,fieldset,legend,pre,input,select,textarea,option,blockquote,q,table,caption,thead,tbody,tfoot,th,td,button {margin:0;padding:0; background:none; -webkit-tap-highlight-color:transparent}
ul,ol{
    list-style: none;
}
body
{
    background: #fff;
    color: #333333;
    font-family: 'microsoft yahei', arial;
    overflow-x: hidden;
    font-size: 14px;
}
a{
    text-decoration: none;
    color:#333;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition: all .5s ease 0s;
}
input
{
    -webkit-appearance:none;
    border-radius: 0;
    font-family: 'microsoft yahei', arial;
    letter-spacing: 2px;
    outline: none;
}
textarea
{
    letter-spacing: 2px;
}
.none
{
    display: none!important;
}
.block
{
    display: block!important;
}

.w1200
{
    width: 1200px;
    margin: 0 auto;
}
.w1100
{
    width: 1100px;
    margin: 0 auto;
}
.pc_none{
    display: none;
}
.app_none{
    display: block;
}
.app_none1{
    display: flex;
}

.relative
{
    position: relative;
}

/*电脑端的头部 开始*/
/*这是电脑端的头部*/
.header {
    /* width:-webkit-calc(100% - 160px);
    width:-moz-calc(100% - 160px);
    width:calc(100% - 160px); */
    padding: 0 80px;
    min-width: 1360px;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100px;
    webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    transition: all .8s ease-in;
		box-sizing:border-box
}

.header .header_logo {
    /* width: 407px; */
    float: left;
    height: 100%;
}

.header .header_logo img {
    display: block;
    margin-top: 22px;
    webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    transition: all .8s ease-in;
    /* max-width: 200%; */
}

.header_center{
    width:-webkit-calc(100% - 607px);
    width:-moz-calc(100% - 607px);
    width:calc(100% - 682px);
    float: left;
}

.header_nav {
    width: 86%;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
}

.header_nav li {
    padding: 0 20px;
    float: left;
    line-height: 100px;
    webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    transition: all .8s ease-in;
}

.header_nav li a {
    color: #ffffff;
    font-size: 16px;
    padding: 0 0px 38px 0px;
    border-bottom: 2px solid transparent;
    webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    transition: all .8s ease-in;
    position: relative;

}
.header_nav li a:hover{
    color: #fe0000;
}
.icon-hot {
    position: absolute;
    top: -12px;
    right: -10px;
    animation: hotScale 2s linear infinite;
}

@keyframes hotScale{
    0%, 100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes hotScale{
    0%, 100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}



.header_nav li:hover a {
    border-bottom: 2px solid transparent !important;
/*    font-weight: bold;*/
}

.header_nav_bj a {
    /* font-weight: bold; */
    color: #fe0000!important;
    /*border-bottom: 2px solid #0093dd !important;*/
}

.header_tel {
    /*width: 15%;*/
    width: 233px;
    float: right;
    margin-top: 29px;
    webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    transition: all .8s ease-in;
}

.header_tel div {
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
}
.header_tel div b
{
    display: block;
    float: left;
    font-weight: normal;
    width: 80px;
    text-align: right;
}
.header_tel div p
{
    display: inline-block;
    width:153px;
    float: left;
    text-align: left;
}
.header_tel div span
{
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
    font-weight: bold;
    color: #fe0000;
}
.header_bj {
    background: #2e2e2e;
    height: 80px;
    webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    transition: all .8s ease-in;
}

.header_bj .header_logo img {
    margin-top: 15px;
    webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    transition: all .8s ease-in;
    max-width: 200%;
}

.header_bj .header_nav li {
    line-height: 80px;
    webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.header_bj .header_nav li a {
    padding: 0 0px 28px 0px;
    webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.header_bj .header_tel {
    margin-top: 19px;
    webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    transition: all .8s ease-in;
}
/*电脑端的头部 结束*/



/*首页的区块的标题*/
.index_title
{
    text-align: center;
}
.index_title .index_title1
{
    font-size: 36px;
    line-height: 50px;
}
.index_title .index_title2
{
    color: #999999;
    margin-top: 5px;
    line-height: 28px;
}
.index_title .index_title2 span
{ display:block;
    padding: 0 7px;
		box-sizing: border-box;
}




/*电脑端的底部 开始*/
.PC_bottom
{
    width: 100%;
    clear: both;
}
.PC_bottom1
{
    background: #131326;
    padding: 35px 0 35px;
}
.PC_bottom2
{
    background: #0d0d1a;
    color: #FFFFFF;
    text-align: center;
}
/* .PC_bottom2 span
{
    margin: 0 8px;
    font-size: 12px;
    opacity: 0.5;
} */

.index-bottom-header{
    text-align: left;
    padding-top: 20px;
}
.index-bottom-header h3{
    display: flex;
    align-items: center;
}
.index-bottom-header h3 p{
    font-size: 16px;
    color: #999;
    opacity: 1;
}
.index-bottom-header h3 p span{
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 2;
    cursor: pointer;
    position: relative;
}
/* .index-bottom-header h3 p span::after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 0;
} */
.index-bottom-header h3 p span.active::after{
    background: #ededed;
}
span.bottom-link-tip{
    font-size: 14px;
    /* margin-left: auto; */
    font-weight: normal;
    color: #f1f1f1;
}

.index-bottom-change{
    /* max-height: 56px; */
    font-size: 14px;
    color: #fff;
    line-height: 2;
    display: none;
    overflow: hidden;
}
.index-bottom-change a{ color:#888; display:inline-block; margin-right:15px;}
.index-bottom-change a:hover{ color:#fe0000;}
.index-bottom-change.active{
    display: block;
}
.index-bottom-footer{
    line-height: 55px;
/*    padding-bottom: 10px;*/
}
.index-bottom-footer span{
    margin: 0 8px;
    font-size: 12px;
    opacity: 0.5;
}
.index-bottom-footer span a{
    font-size: 12px;
    color: #fff;
}
@media screen and (max-width: 750px){
    .PC_bottom2
    {
        background: #131326;
        line-height: 20px;
        color: #FFFFFF;
        text-align: center;
        padding: 0 0 20px 0;
    }
    .PC_bottom2 span
    {
        display: inline-block;
    }

    .index_title .index_title1{
        font-size: 18px;

        padding-bottom: 10px;
        font-weight: normal;
        line-height: 1;
    }
    .index_title .index_title2{
        margin-top: 0;
    }
}
.bottomA
{
    width: 407px;
    float: left;
}
.bottomA img
{
    margin-top: 10px;
    /*width: 407px;
    height: 51px;*/
}
.bottomB
{
    margin-top: 8px;
    /* width: 470px; */
    float: left;
    line-height: 28px;
    color: #fff;
    margin-left: 40px;
}
.bottomB p{
    line-height: 1.8;
}
.bottomB a
{
    color: #FFFFFF;
    font-size: 11px;
}
.bottomB a:hover
{
    /* color: #0093dd; */
    color: #ff5959;
}
.bottom-contact{
    float: right;

}
.bottomC
{
    width:70px;
    height: 70px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.bottomC img
{
    display: block;
    width: 100%;
    height: 100%;
}
.bottomD
{
    margin-top: 8px;
    width: 140px;
    float: right;
    color: #FFFFFF;
    line-height: 28px;
}
/*电脑端的底部 结束*/








/*清除浮动代码*/
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}



/*手机端头尾——开始*/
@media screen and (max-width: 750px){
    html
    {
        width: 100%;
        overflow-x: hidden;
    }
    body
    {
        width: 100%;
        font-size: 12px!important;
        overflow-x: hidden;
    }
    .pc_none{
        display: block;
    }
    .app_none{
        display: none;
    }
    .app_none1{
        display: none;
    }


    /*手机端的头部*/
    .index_top{
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        /*padding: 0.09rem 0 0.12rem 0;*/
        z-index: 666;
        height: 44px;
        background: #ffffff;
        border-bottom: 1px solid #e9eaed;
    }
    .index_topH
    {
        height: 45px;
    }
    .top_logo
    {
        width: 100%;
        height: 44px;
    }

    .top_logo img
    {
        display: block;
        height: 26px;
        margin:9px 0 9px 15px ;
    }
    .top_type
    {
        width: 80%;
        margin: 0 auto;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        text-align: center;
    }
    .shouse
    {
        position: absolute;
        top: 0;
        width: 100px;
        height: 44px;
        background: url("../images/shouse.png") center right 15px no-repeat;
        background-size:21px 18px;
        right: 0px;
    }
    .app_href
    {
        position: absolute;
        top: 0;
        left: 15px;
        width: 90px;
        height: 44px;
        background: url("../images/app_href.png") center left no-repeat;
        background-size:auto 20px;
    }
    .app_href a
    {
        display: block;
        width: 100%;
        height: 100%;
    }

    /*蒙版*/
    .meng
    {
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left:  0;
        z-index: 222;
        background: rgba(0,0,0,.3);
    }
    .close_meng
    {
        width:45%;
        top: 0;
        left: 0;
        height: 100vh;
    }
    .menu
    {
        width:55%;
        right: 0;
        position: fixed;
        top: 0;
        right:  0;
        z-index: 222;
        background: rgba(0,0,0,.6);
        background: #363636;
        padding: 44px  0 0 0;
        height: auto;
        height: 100vh;
        /*height:-webkit-calc(100vh - 1.86rem);*/
        /*height:-moz-calc(100vh - 1.86rem);*/
        /*height:calc(100vh - 1.86rem);*/
        -webkit-animation:menuXian 0.5s ease 0.2s 1 both;
        -moz-animation:menuXian 0.5s ease 0.2s 1 both;
        -ms-animation:menuXian 0.5s ease 0.2s 1 both;
        -o-animation:menuXian 0.5s ease 0.2s 1 both;
        animation: menuXian 0.5s ease 0.2s 1 both;
    }
    @keyframes menuXian
    {
        from {right: -66%}
        to {right: 0}
    }

    .Nmenu
    {
        padding: 0.8rem 0 0 0;
    }
    .menu li
    {
        padding:0   0 0 10%;
        line-height: 46px;
        border-top: 1px solid #414141;
        background: url("../images/nav_Tright.png") right center no-repeat;
        background-size:auto  14px ;
    }
    .menu li:last-child
    {
        border-bottom: 1px solid #414141;
    }
    .menu li a
    {
        display: block;
        font-size: 14px;
        color: #d5d5d5;
        width: 100%;
        text-align: left;

    }
    .menu_erji
    {
        display: block;
        font-size: 14px;
        padding-left: 10%;
        width: 110%;
        margin-left: -10%;
        color: #d5d5d5;
        text-align: left;
        background: url("../images/menu_jia.png") 85% center  no-repeat;
        background-size: 16px 16px;
    }
    .menu_erji_Select
    {
        background: url("../images/menu_jian.png") 85% center  no-repeat #1d1d1d;
        background-size: 16px 16px;
    }

    .menu_erji_box
    {
        display: none;
    }
    .menu_erji_box  a
    {
        width: 110%;
        padding-left: 10%;
        margin-left: -10%;
        line-height: 40px;
        border-top: 1px solid #414141;
        color: #999!important;
    }






    .To-left
    {
        animation:To-left 1s;
        -moz-animation:To-left 1s; /* Firefox */
        -webkit-animation:To-left 1s; /* Safari and Chrome */
        -o-animation:To-left 1s; /* Opera */
    }
    .To-right
    {
        animation:To-right 1s;
        -moz-animation:To-right 1s; /* Firefox */
        -webkit-animation:To-right 1s; /* Safari and Chrome */
        -o-animation:To-right 1s; /* Opera */
    }
    @keyframes To-left
    {
        from {right: -2rem}
        to {right: 0}
    }
    @keyframes To-right
    {
        from {right: 0}
        to {right: -2rem}
    }




    /*底部*/
    .APPbtnH
    {
        height: 56px;
        width: 100%;
        margin-top: 20px;
        display: none;
    }
    .APPbtn
    {
        position: fixed;
        width: 100%;
        height:auto;
        bottom: 0;
        left: 0;
        /*display: block;*/
        background: #FFFFFF;
        z-index: 999;
        border-top: 1px solid #d6d7dc;
        display: none;
    }

    .APPbtn  .APPbtn1
    {
        width:25%;
        height: 100%;
        float: left;
    }
    .APPbtn  .APPbtn1 .APPbtn1_img
    {
        position: relative;
        width: 100%;
        height:18px;
        overflow: hidden;
        margin-top: 5px;
    }
    .APPbtn  .APPbtn1 .APPbtn1_img img
    {
        display: block;
        position: relative;
        max-width: 100%;
        height: 100%;
        margin: 0 auto;
        top: 0;
        /*left:28%;*/
    }
    .APPbtn  .APPbtn1 .APPbtn1_img img:first-child
    {
        display: none;
    }

    .APPbtnbj  .APPbtn1_img img:first-child
    {
        display: block!important;
    }
    .APPbtnbj .APPbtn1_img   img:last-child
    {
        display: none!important;
    }
    .APPbtnbj  a
    {
        color: #333333!important;
    }
    .APPbtn  .APPbtn1 a
    {
        color: #666666;
        display: block;
        text-align: center;
        position: relative;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
    }

    .w1200{
        width: 100%;
    }
    .bottomA{
        width: 100%;
    }
    .bottomA img{
        width: 260px;
/*        height: 36px;*/
    }
    .PC_bottom1{
        padding: 20px 15px;
    }
    .PC_bottom1 .w1200{
        padding: 0;
    }
    .bottomB{
        width: 100%;
        margin-left: 0;
        margin-bottom: 8px;
    }
    .bottomD{
        float: none;
        display: inline-block;
    }
    .bottom-contact{
        float: left;
    }
    .index-bottom-header{
        padding: 15px 15px 0 15px;
    }
    .index-bottom-header h3{

    }
    .index-bottom-header h3 p span{
        font-size: 13px;
    }
    span.bottom-link-tip{
        display: block;
        font-size: 11px; color:#f1f1f1;
    }
    .index-bottom-change{
        height: auto;
        font-size: 12px;
        padding-bottom: 10px;
        margin-bottom: 0px;
        border-bottom: 1px solid #4b4b4f;
    }
    .index-bottom-footer{
        padding: 5px 0px 0 0px;
        line-height: 1.8;
    }
    .index-bottom-footer span{
        display: block;
        text-align: left;
        margin: 0;
    }
    /*底部*/
}
/*手机端头尾——结束*/




/*菜单*/
.caidan
{
    text-align: center;
}
.caidan a
{
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 26px;
    line-height: 100px;
    /* -webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    transition: all .8s ease-in; */
    display: inline-block;
}
.caidan a:hover
{
    color: #0092db;
    /* font-weight: bold; */
}

.header_bj .caidan a
{
   line-height: 80px;
}

.caidanSelect
{
    color: #0092db!important;
}


@media (min-width: 1600px) and (max-width: 1700px){
    .header_nav li{
        padding: 0 13px;
    }
    .caidan a{
        padding: 0  18px;
        font-size: 15px;
    }
    .header{
        width: -webkit-calc(100% - 120px);
        width: 100%;
    }
    .header .header_logo{width: 340px;}
    .header .header_logo img{width: 100%;margin-top: 19px;}
    .header_center{
        width:-webkit-calc(100% - 550px);
        width:-moz-calc(100% - 550px);
        width:calc(100% - 610px);
    }
    .header_tel div{font-size: 15px;}
    .header_nav{
        width: 92%;
    }
}

@media (min-width: 1500px) and (max-width: 1600px){
    .header {

        width:100%;
        padding: 0 40px;
        min-width: auto;
    }
    .header .header_logo img{
        width: 325px;
    }
    .header_center{
        width: calc(100% - 600px);
    }
    .caidan a{
        padding: 0  14px;
        font-size: 15px;
    }
    .header_nav li{
        padding: 0 16px;
        line-height: 90px;
    }
    .header_nav{
        width: 100%;
    }
    .header_bj .header_logo img{
        margin-top: 20px;
    }
}
@media (min-width: 1400px) and (max-width: 1500px){
    .header{
        padding: 0 30px;
        box-sizing: border-box;
        width: 100%;
    }
    .header_center{
        width: calc(100% - 600px);
    }
    .header_nav li{
        padding: 0 8px;
        line-height: 90px;
    }
    .header .header_logo img{
        width: 325px;
        margin-top: 20px;
    }
    .header_nav{
        width: 94%;
    }
}

@media (min-width:1366px) and (max-width: 1400px){
    .header {
        width: 100%;
        padding: 0 30px;
        min-width: auto;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .header .header_logo{
        width: auto;
    }
    .header .header_logo img{
        width: 325px;
    }
    .header_center{
        width: calc(100% - 600px);
    }
    .caidan a{
        padding: 0 14px;
        font-size: 15px;
    }
    .header_nav li{
        padding: 0 8px;
        line-height: 90px;
    }
    .header_nav{
        width: 96%;
    }
    .header_bj .header_logo img{
        margin-top: 20px;
    }
   
}
@media (min-width:1200px) and (max-width: 1366px){
    .header {
        width: 100%;
        padding: 0 10px;
        min-width: auto;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .header .header_logo{
        width: auto;
    }
    .header .header_logo img{
        width: 240px;
        margin-top: 24px;
    }
    .header_center{
        width: calc(100% - 500px);
    }
    .caidan a{
        padding: 0 12px;
        font-size: 15px;
    }
    .header_nav li{
        padding: 0 8px;
        line-height: 90px;
    }
    .header_nav{
        width: 96%;
    }
    .header_nav li a{
        font-size: 15px;
    }
    .header_tel div span{
        font-size: 15px;
    }
}




@media screen and (max-width: 750px){
.bottom-contact{ padding-top: 15px;}
   .app-none{ display:none !important;}
}

/*.index-bottom-footeraa{ padding-bottom:0}*/



/*客服开始*/
.kefu-box{ width:70px; height:auto; position:fixed; right:0; z-index:99999; top:320px;}
.kefu-fd1{ width:70px; height:70px; position:relative;  margin-bottom:8px; cursor:pointer;}
.kefu-fd11{ width:70px; height:70px; overflow:hidden;  transform: translate(0px,0px); 
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out; background:rgba(0, 0, 0, .6); border:2px solid #0093dd; box-sizing: border-box; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.kefu-fd111{ width:100%; height:auto; overflow:hidden; }
.kefu-fd111 img{ width:27px; height:27px; display:block; margin:0 auto;}
.kefu-fd112{ width:100%; height:auto; line-height:19px; margin-top:5px; font-size:14px; text-align:center; color:#fff;}

.kefu-fd12{ width:170px; height:70px; 
overflow:hidden; position:absolute; right:0px; top:0; z-index:99999;   box-sizing: border-box; border:1px solid #fff; transform: translate(170px,0px); 
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out; background:rgba(0, 147, 221, 0.8); border:1px solid #0093dd; box-sizing: border-box;}
.kefu-fd12 p{ width:100%; height:100%; line-height:24px;  box-sizing: no; overflow:hidden;  font-size:14px; color:#fff; 
 display:flex; 
flex-wrap: nowrap;align-items: center; text-align: center;justify-content: center;

}

.kefu-box .kefu-fd1:nth-child(1) .kefu-fd12 p{ text-align: left; justify-content: center;

 padding-left:10px;}

.kefu-fd1:hover .kefu-fd01{
 transform: translate(70px,0px);  transition: all 1s;
-webkit-transition: all 1s;}

.kefu-fd1:hover .kefu-fd12{
 transform: translate(0px,0px);  transition: all 1s;
-webkit-transition: all 1s;}



.kefu-fd02:hover{ background:#0093dd}
.kefu-fd13{ width:200px; height:auto; overflow:hidden; position:absolute; top:0; right:70px; background:#fff; z-index:999999;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;transform: scale(0.01); transform-origin: 100% 0 0; opacity: 0;  }
.kefu-fd131{ width:100%; height:200px; overflow:hidden; background:#fff;}
.kefu-fd131 img{ width:100%; height:100%;} 
.kefu-fd132{ width:100%; height:auto; line-height:17px; font-size:14px; padding:0px 0 20px; color:#333; text-align:center;}

.kefu-fd1:hover .kefu-fd13{transform: scale(1); transform-origin: 100% 0 0;  opacity: 1; }


.kefu-fd1:hover .kefu-fd03{ background:#1091fe}

.kefu-top{ width:46px; height:46px; overflow:hidden;  background:rgba(0, 0, 0, .6); border:2px solid #0093dd; box-sizing: border-box; float:right; cursor:pointer; display:none;}
.kefu-top1{ width:100%; height:100%; overflow:hidden; ; box-sizing: border-box; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; color:#fff; font-size:14px;}
.kefu-topon{ display:block;}	
.kefu-fd12 .phone-box{ display:none;}
/*客服结束*/

@media screen and (max-width: 750px){
.kefu-fd12 .phone-box{ display:block;}
.kefu-fd12 .pc-box{ display:none;}
	/*客服开始*/
.kefu-box{ width:40px; height:auto; position:fixed; right:0; z-index:99999; top:240px;}
.kefu-fd1{ width:40px; height:40px; position:relative;  margin-bottom:2px; cursor:pointer;}
.kefu-fd11{ width:40px; height:40px; overflow:hidden;  transform: translate(0px,0px); 
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out; background:rgba(0, 0, 0, .6); border:1px solid #0093dd; box-sizing: border-box; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.kefu-fd111{ width:100%; height:auto; overflow:hidden; }
.kefu-fd111 img{ width:15px; height:15px; display:block; margin:0 auto;}
.kefu-fd112{ width:100%; height:auto; line-height:11px; margin-top:3px; font-size:9px; text-align:center; color:#fff;}

.kefu-fd12{ width:110px; height:40px; 
overflow:hidden; position:absolute; right:0px; top:0; z-index:99999;   box-sizing: border-box; border:1px solid #fff; transform: translate(158px,0px); 
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out; background:rgba(0, 147, 221, 0.8); border:1px solid #0093dd; box-sizing: border-box;}
.kefu-fd12 p{ width:100%; height:40px; line-height:13px;  overflow:hidden;  font-size:9px; color:#fff; 
 display:flex; 
flex-wrap: nowrap;align-items: center; text-align: center;justify-content: center;
}


.kefu-fd12 p.phone-box{ width:100%; height:40px; line-height:13px;  overflow:hidden;  font-size:9px; color:#fff; 
 display:flex; 
flex-wrap: nowrap;align-items: center; text-align: center;justify-content: center;

}

.kefu-fd1:hover .kefu-fd01{
 transform: translate(40px,0px);  transition: all 1s;
-webkit-transition: all 1s;}

.kefu-fd1:hover .kefu-fd12{
 transform: translate(0px,0px);  transition: all 1s;
-webkit-transition: all 1s;}



.kefu-fd02:hover{ background:#0093dd}
.kefu-fd13{ width:120px; height:auto; overflow:hidden; position:absolute; top:0; right:40px; background:#fff; z-index:999999;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;transform: scale(0.01); transform-origin: 100% 0 0; opacity: 0;  }
.kefu-fd131{ width:100%; height:120px; overflow:hidden; background:#fff;}
.kefu-fd131 img{ width:100%; height:100%;} 
.kefu-fd132{ width:100%; height:auto; line-height:14px; font-size:9px; padding:0px 0 12px; color:#333; text-align:center;}

.kefu-fd1:hover .kefu-fd13{transform: scale(1); transform-origin: 100% 0 0;  opacity: 1; }


.kefu-fd1:hover .kefu-fd03{ background:#1091fe}

.kefu-top{ width:30px; height:30px; overflow:hidden;  background:rgba(0, 0, 0, .6); border:1px solid #0093dd; box-sizing: border-box; float:right; cursor:pointer; display:none;}
.kefu-top1{ width:100%; height:100%; overflow:hidden; ; box-sizing: border-box; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; color:#fff; font-size:9px;}
.kefu-top1 img{ width:15px}
.kefu-topon{ display:block;}	
.kefu-fd12 a{  width:100%; height:100%; overflow:hidden; ; box-sizing: border-box; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; color:#fff; font-size:9px; }
/*客服结束*/
}
.zhishi{ display:none;}
.app-botjg{ display:none;}
.app-botzz{ display:none;}
.app-botbox{ display:none;}
@media screen and (max-width: 750px){
.app-botjg{ width:100%; height:50px; overflow:hidden; display:block; background:#131326;}
.app-botzz{ position:fixed; left:0; top:0; z-index:999; width:100%; height:100vh; display:none; background:rgba(0,0,0,0.5)}
.app-botbox{ width:100%; height:50px; background:rgba(255,255,255,0.9); position:fixed; left:0; bottom:0; z-index:999999; box-shadow:1px 1px 10px rgba(0,0,0,0.1),1px -1px 10px rgba(0,0,0,0.1),-1px 1px 10px rgba(0,0,0,0.1),-1px -1px 10px rgba(0,0,0,0.1); display:block;}	
.app-bot1{ width:20%; height:50px; position:relative; float:left;}
.app-bot11{ width:100%; height:50px; overflow:hidden; line-height:50px; font-size:12px; text-align:center; color:#333;}
.app-bot11 a{ display:block; width:100%; height:50%; line-height:50px; font-size:12px; text-align:center; color:#333; }
.app-bot111{ width:19px; height:19px; overflow:hidden; margin:9px auto 0;}
.app-bot111 img{ width:100%; height:100%;}
.app-botxz .app-bot111 img:nth-child(1){ display:none;}
.app-bot112{ width:100%; height:20px; line-height:20px; text-align:center; font-size:12px; color:#666;}
.app-botxz .app-bot112{ color:#009ef9}
.app-bot12{ width:126%; height:auto;  position:absolute; bottom:55px; left:-13%; z-index:9999; display:none;}
.app-bot122{ width:0; height:0; border-top:5px solid #fff; border-left:5px solid rgba(0,0,0,0); border-right:5px solid rgba(0,0,0,0); margin:0 auto;}
.app-bot121{ width:100%; height:auto; overflow:hidden; background:#fff; border-radius:5px; box-shadow:1px 1px 10px rgba(0,0,0,0.1),1px -1px 10px rgba(0,0,0,0.1),-1px 1px 10px rgba(0,0,0,0.1),-1px -1px 10px rgba(0,0,0,0.1)}
.app-bot121 p{ width:100%; height:40px; overflow:hidden; border-bottom:1px solid #f2f3f5;}
.app-bot121 p:last-child{ border-bottom:none;}
.app-bot121 p a{ display:block; width:100%; height:40px; line-height:40px; text-align:center;font-size:12px; color:#333;}

.app-bot1on .app-bot12{ display:block}

.zhishi{ width:100%; height:40px; overflow:hidden; line-height:40px; font-size:13px; text-align:center; color:#ccc; position:relative; margin:-45px auto 10px; z-index:1; display:block;}
.zhishi img{ width:40px; height:40px; margin-left:10px; vertical-align:top; }
}

.phone-box{ display:none;}
	.kefu-tczz{ width:100%; height:100vh; background:rgba(0,0,0,0.8); position:fixed; top:0; left:0; z-index:1000000; display:none}
	.kefu-tcbox1{ width:234px; height:auto; position:fixed; top:200px; left:calc(50% - 117px); overflow:hidden; z-index:1000001; background:#fff; border-radius:4px; display:none}
	.kefu-tcbox1 img{ width:100%;  height:auto; overflow:hidden; margin:0px auto 0;}
	
	.kefu-tcbox2{ width:30px; height:30px; position:fixed; top:464px; left:calc(50% - 15px); overflow:hidden; z-index:1000001; border-radius:50%; display:none}
	.kefu-tcbox2 img{ width:100%; height:auto; overflow:hidden; margin:0px auto 0;}
@media screen and (max-width: 750px){
	.pc-box{ display:none}
	.phone-box{ display:block;}
/*	.kefu-tczz{ width:100%; height:100vh; background:rgba(0,0,0,0.8); position:fixed; top:0; left:0; z-index:1000000; display:none}
	.kefu-tcbox1{ width:200px; height:auto; position:fixed; top:200px; left:calc(50% - 100px); overflow:hidden; z-index:1000001; background:#fff; border-radius:4px; display:none}
	.kefu-tcbox1 img{ width:100%; height:auto; overflow:hidden; margin:0px auto 0;}
	
	.kefu-tcbox2{ width:30px; height:30px; position:fixed; top:430px; left:calc(50% - 15px); overflow:hidden; z-index:1000001; border-radius:50%; display:none}
	.kefu-tcbox2 img{ width:100%; height:auto; overflow:hidden; margin:0px auto 0;}*/
}



.index-tcmax{
	width:100%; height:100vh; position:fixed; left:0; top:0; z-index:99999999;  background:rgba(0,0,0,0.6);
	display:flex; flex-wrap: nowrap;align-items: center; justify-content: center;
	}
.index-tc{ width:337px; height:600px; position:relative; }
.index-tc1{ width:100%; height:100%; overflow:hidden;}
.index-tc1 img{ width:100%; height:100%;}
.index-tc2{ width:32px; height:32px; position:absolute; right:0; top:-50px; z-index:111; cursor:pointer;}
.index-tc2 img{ width:100%; height:100%;}

@media screen and (max-width: 750px){
.index-tcmax{
	width:100%; height:100vh; position:fixed; left:0; top:0; z-index:99999999;
	display:flex; flex-wrap: nowrap;align-items: center; justify-content: center;
	}
.index-tc{ width:300px; height:533px; position:relative; }
.index-tc1{ width:100%; height:100%; overflow:hidden;}
.index-tc1 img{ width:100%; height:100%;}
.index-tc2{ width:32px; height:32px; position:absolute; right:0; top:-50px; z-index:111; cursor:pointer;}
.index-tc2 img{ width:100%; height:100%;}
}
