﻿*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑" /*!important*/;
}

a{
    text-decoration: none;color: #000;
}

ul{
    list-style: none;
}

.clear{
    clear: both;
}

.wapper{
    width: 1200px;
    margin: 0 auto;
}

.fl{
    float: left !important;
}

.fr{
    float: right !important;
}

.tl{
    text-align: left !important;
}

.tr{
    text-align: right !important;
}



.headbg{
    /*height: 80px;*/
   /* box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);*/
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    /*background: #fff;*/
    z-index: 1000;
	
	   background:#ffffff  !important;
}

.logo{
    height: 66px;
    margin-top: 7px;
    float: left;
    /*margin-left: 60px;*/
}

.logo a{
    display: block;
    height: 66px;
}

.logo a img{
    display: block;
    height: 80px; padding-top:7px;
}

.menu{
    margin-right: 0px;
    height: 80px;
    float: right;margin-top: 20px;
}

.menu li{
    float: left;
    width: 110px;
    height: 80px;
    /*border-left: 1px solid rgb(239, 239, 239);*/
    position: relative;
}

.menu li:first-child{
    border-left: none;
}

.liCon{
    width: 160px;
    height: 80px;
    display: block;
}

.liCon label{
    display: block;
    height: 23px;
    padding-top: 20px;
    line-height: 23px;
    font-size: 15px;
    text-align: center;
    color:black;font-weight:bold;
}

.liCon span{
    display: block;
    height: 19px;
    padding-bottom: 18px;
    line-height: 19px;
    font-size: 13px;
    text-align: center;
    color: #fff; font-weight:bold;
} 

/*.menu li:hover .liCon>label{
    color: #78c4ec;
}

.menu li:hover .liCon>span{
    color: #78c4ec;
}
*/
.menu li:hover label{
    color: #ffdb01;
}

.menu li:hover span{
    color: #fff;
}



.menu li dl{
    position: absolute;
    top: 80px;
    left: 0;
    width: calc(100% - 6px);
    padding: 5px 3px;
    background: #ffffff59;
    box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);
    display: none;
}

.menu li dl dd{
    height: 30px;
    border-bottom: 1px dashed rgb(239, 239, 239);
}

.menu li dl dd>a{
    display: block;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 30px;
    height: 30px;
	background: #fefefe;
}

.menu li dl dd:hover{
    background: #ffffff73;
}


.menu li dl dd:hover>a{
    color: #fddb07;
}


.menu li:hover dl{
    display: block;
	    width: 154px;
}


.tmImg{
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-right: 110px;
    float: right;
    cursor: pointer;
}

.TCC{
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 999;
    left: 0;
}

.close{
    display: block;
    width: 91px;
    height: 40px;
    position: absolute;
    right: 100px;
    top: 20px;
    cursor: pointer;
}

.TCCM{
    width: 1200px;
    height: 580px;
    border: 10px solid #78c4ec;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.TCCMLogo{
    display: block;
    width: 138px;
    height: 66px;
    margin: -43px auto 0;
    background: #fff;
    padding: 0 10px;
}


.TCCM ul{
    width: 1140px;
    height: 250px;
    margin: 50px auto 0;
}

.TCCM ul li{
    width: 277px;
    height: 250px;
    margin-right: 10px;
    float: left;
}

.TCCM ul li:last-child{
    margin-right: 0;
}

.TCCM ul li dl{
    width: 100%;
    height: 100%;
}

.TCCM ul li dl dt{
    height: 30px;
    line-height: 30px;
    padding-bottom: 40px;
    position: relative;
}

.TCCM ul li dl dt a{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #78c4ec;
    font-weight: bolder;
    position: relative;
}

.TCCM ul li dl dt a:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 0;
    bottom: -20px;
    left: 0;
    background: #78c4ec;
    transition: 500ms;
}

.TCCM ul li dl dt a:hover:after{
    width: 80px;
}


.TCCM ul li dl dd{
    height: 30px;
}

.TCCM ul li dl dd>a{
    display: inline-block;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
}

.TCCM ul li dl dd:hover a{
    background: #78c4ec;
    color: #fff;
}

.TCCM ul li dl dd>a:before{
    width: 10px;
    height: 1px;
    background: #78c4ec;
    content: '';
    position: absolute;
    top: 14px;
    left: 5px;
}

.TCCM ul li dl dd:hover>a:before{
    background: #fff;
}


.TCCMB{
    height: 200px;
    width: 1140px;
    margin: 20px auto 0;

}


.TCCMBL{
    max-width: 640px;
    float: left;
    height: 200px;
}


.TCCMBL dt{
    font-size: 40px;
    color: #78c4ec;
    font-weight: bolder;
    line-height: 50px;
}

.TCCMBL dd{
    overflow: hidden;
    line-height: 50px;
}

.TCCMBL dd label{
    color: #666;
    float: left;
    display: block;
    font-size: 16px;
    margin-right: 10px;
}


.TCCMBL dd a{
    display: block;
    float: left;
    font-size: 40px;
    color: #78c4ec;
    font-weight: bolder;
    line-height: 50px;
}

.TCCMBL dd a i{
    font-size: 40px;
    color: #78c4ec;
    font-weight: bolder;
    line-height: 50px;
}


.TCCMBR{
    float: right;
    height: 200px;
    overflow: hidden;
}

.wxDiv{
    width: 170px;
    height: 200px;
    float: right;
}

.wxDiv img{
    display: block;
    width: 150px;
    height: 150px;
    box-shadow: 0 0 10px rgba(12,3,6,.4);
    margin: 10px;
}

.wxDiv span{
    display: block;
    width: 150px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin:0 auto;
}


/* 本例子css */
.slideBox{ width:100%; /*height:930px; */overflow:hidden; position:relative;top: 0;left: 0;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:0; bottom:5px; z-index:1;width: 100%; }
.slideBox .hd ul{ overflow:hidden; zoom:1;
    height: 15px;
    position: absolute;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.slideBox .hd ul li{ float:left; margin-right:5px;  width:10px; height:10px; line-height:14px; text-align:center; background:#fff; cursor:pointer;border-radius: 50%; }
.slideBox .hd ul li.on{ background:#78c4ec; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%;  display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:3%;
    top:50%;
    margin-top:-25px;
    display:block;
    width:50px;
    height:50px;
    font-size: 50px;
    
    text-align: center;
    line-height: 50px;
    font-weight: bolder;
    color: #fff;
}
.slideBox .next{ left:auto; right:3%;}

@media screen and (max-width: 3840px) {
/*    .slideBox{
        height:1860px;
    }
    .slideBox .bd img{
        height:1860px;
    }*/
}


@media screen and (max-width: 2560px) {
/*    .slideBox{
        height:1240px;
    }
    .slideBox .bd img{
        height:1240px;
    }*/
}


@media screen and (max-width: 1366px) {
 /*   .slideBox{
        height:662px;
    }
    .slideBox .bd img{
        height:662px;
    }*/
}

@media screen and (max-width: 1280px) {
/*    .slideBox{
        height:620px;
    }
    .slideBox .bd img{
        height:620px;
    }*/
}

@media screen and (max-width: 767px) {
    .slideBox{
        height:200px;
    }
    .slideBox .bd img{
        height:200px;
    }
}


.backTop{
    padding: 6px;
    width: 30px;
    height: 30px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 5px;
    background: #78c4ec;
    cursor: pointer;
    display: none;
}

.con1bg{
    padding: 90px 0;
}

.con1{
}

.con1 h1{
    font-size: 40px;
    color: #78c4ec;
    line-height: 60px;
}

.con1 span{
    display: block;
    font-size: 38px;
    color: #000;
    line-height: 60px;
}

.con1 label{
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #999999;
    line-height: 51px;
}

.con1 a{
    display: block;
    padding: 10px 25px;
    border: 1px solid #78c4ec;
    color:#78c4ec;
    font-size: 14px;
    border-radius: 40px;
    float: left;
    transition: 500ms;
}

.con1bg:nth-child(2n) .con1 a{ float:right !important;
}

.con1 a:hover{
    background: #78c4ec;
    color: #fff;
}


.con2bg{
    overflow: hidden;
}

.con2bg li{
    float: left;
    position: relative;
    overflow: hidden;
}

.con2bg li>img{
    display: block;
    width: 100%;
}


.img01{
    width: 25%;
}


.img02{
    width: 50%;
}


.ceng{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: -100%;
    top: 0;
    transition: 500ms;
}

.con2bg li:hover .ceng{
    left: 0;
}

.ceng span{
    display: block;
    height: 40px;
    line-height:20px;
    font-size: 20px;
    color: #fff;
    font-weight: bolder;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    transition: 1000ms;
}




.ceng span:after{
    width: 50px;
    height: 10px;
    border-radius: 10px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 300px;
    margin: auto;
    background: #78c4ec;
    transition: 500ms;
}

.ceng:hover span:after{
    right: 0;
}

.con3{
   
    padding: 90px 0;
}


.Title{
}

.Title h1{
    font-size: 40px;
    line-height: 60px;
    color: #000;
    font-weight: normal;
    text-align: center;
}

.Title h1 span{
    color: #78c4ec;
    font-weight: bolder;
}

.Title>span{
    display: block;
    text-align: center;
    color: rgb(153, 153, 153);
    font-size: 16px;
    padding: 10px 0;
    line-height: 24px;
}

.con3 ul{
    height: 300px;
    width: 1180px;
    margin: 30px auto;
}

.con3 ul li{
   float: left;
    width: 276px;
    height: 221px;
    margin-top: 0;
    transition: 500ms;
    margin: 0 5px;
}


.con3 ul li a{
    display: block;
    width: 100%;
    height:100%;
    position: relative;
    overflow: hidden;
}

.con3 ul li a img{
    display: block;
    width: 100%;
    height:100%;
}

.con3 ul li a span{
    display: block;
    height: 26px;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: -100%;
    transition: 500ms;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    background: rgba(0,0,0,.6);
}

.con3 ul li:hover span{
    left: 0;
}

.con3 ul li:hover{
    /*margin-top: -10px;*/
}

.con4bg{
    display: none;
    padding: 50px 0;
    background:url("../images/C4bg.jpg") no-repeat center center;
}

.con4{
}

.title2 h1{
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.title2>span{
    display: block;
    text-align: center;
    color:#fff;
    font-size: 16px;
    padding: 10px 0;
    line-height: 24px;
}

.con4M{
    margin-top: 40px;
    overflow: hidden;
}

.con4ML{
    width: 580px;
    float: left;
}

.con4ML li{
    height: 50px;
    margin-bottom: 20px;
}

.con4ML li select{
    display: block;
    background: rgba(255, 255, 255, 0.4);
    height: 50px;
    width: 100%;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 10px;
}

.con4ML li select option{
    color: #000;
}

.con4ML li input[type="text"]{
    display: block;
    background: rgba(255, 255, 255, 0.4);
    height: 50px;
    width: calc(100% - 20px);
    padding: 0 10px;
    caret-color:#fff;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
}

.con4ML li input[type="text"]::placeholder{
    font-size: 14px;
    color: #fff;
}



.yzm{
    display: block;
    background: rgba(255, 255, 255, 0.4);
    height: 50px;
    width: calc(100% - 126px) !important;
    padding: 0 10px;
    caret-color:#fff;
    font-size: 14px;
    color: #fff;
    border: none;
    float: left;
    outline: none;
}

.yzm::placeholder{
    font-size: 14px;
    color: #fff;
}


.yzmImg{
    display: block;
    width: 106px;
    height: 50px;
    float: left;
}

.con4ML li input[type="button"]{
    display: block;
    background: rgba(255, 255, 255, 0.4);
    height: 50px;
    width: 100%;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}



.con4MR{
    width: 580px;
    float: right;
}

.con4MR li{
    height: 60px;
    margin-bottom: 20px;
}

.con4MR li dl{
    width: 100%;
    height: 100%;
}

.con4MR li dl dt{
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.con4MR li dl dt img{
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.con4MR li dl dd{
    width: calc(100% - 80px);
    float: right;
    height: 60px;
}

.con4MR li dl dd label{
    display: block;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.con4MR li dl dd span{
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.ys1{
    background: #36bfb1;
}
.ys2{
    background: #f49c12;
}
.ys3{
    background: #39ae61;
}
.ys4{
    background: #eb2e4a;
}

.footbg{
    padding: 30px 0;
}

.footbg li{
    line-height: 24px;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.footbg li>a{
    line-height: 24px;
    font-size: 14px;
    font-weight: bolder;
    color: #78c4ec;
}

.toggleImg{
    display: none;
}

.toggleDiv{
    display: none;
}

.sjFtbg{
    display: none;
}



/*inside---------------------------------------*/
.nyBanner{
    display: block;
    width: 100%;
    
}

.nyCon1{
    padding: 15px 0;
}

.divA{
    height: 35px;
    position: relative;
    width: fit-content;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
}

.divA a{
    display: block;
    margin-right: 10px;
    font-size: 24px;
    color: #000;
    height: 35px;
    line-height: 35px;
    float: left;
	margin: 0 11px;
}

.divA a:last-child{
    margin-right: 0;
}


.divA a:hover{
    color: #78c4ec;
}


.ssDiv{
    width: 500px;
    height: 36px;
    border:1px solid #e4eaec;
    border-radius: 36px;
    margin: 10px auto;
}

.ssDiv input[type="text"]{
    display: block;
    width: 440px;
    padding-left: 20px;
    float: left;
    background: none;
    height: 36px;
    border: none;
    outline: none;
}

.ssDiv input[type="button"]{
    display: block;
    width: 40px;
    background: url("../images/ssBtn.png") no-repeat center center;
    background-size: 20px 20px;
    cursor: pointer;
    float: left;
    height: 36px;
    border: none;
    outline: none;
}

.nyCon2{
    margin-top: 30px;
    overflow: hidden;
}

.nyCon2 li{
    width: 290px;
   /* height: 460px;*/
    float: left;
    margin-right: 13px;
    margin-bottom: 10px;
}

.nyCon2 li a{
    width: 100%;
    height:100%;
    display: block;
    position: relative;
}


.tuDiv{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tuDiv img{
    display: block;
    width: 100%;
   /* height: 100%;*/
    transition: 500ms;
}

.nyCon2 li:hover .tuDiv img{
    transform: scale(1.3);
}

.nyC2Info{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}

.nyC2Info span{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.nyC2Info label{
    display: block;
    text-align: center;
    font-size: 14px;
    color:#f96868;
    height: 50px;
    line-height: 50px;
}


.inside{
    min-height: 400px;
    margin: 10px auto;
}

.weizhi{
    height: 40px;
    border-bottom: 2px solid #ebebeb;
    font-size: 14px;
    color: #78c4ec;
    line-height: 40px;
}

.weizhi a{
    color: #78c4ec;
    font-size: 14px;
    padding-left: 10px;
    /*position: relative;*/
    line-height: 40px;
    margin-left: 5px;
}

.weizhi a:before{
    content: '/';
    color: #78c4ec;
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: -10px;
}

.weizhi a:hover{
    text-decoration: underline;
}

.insCon{
    padding: 10px 0;
}

.cpL{
    width: 600px;
    height: 640px;
    float: left;
}

/* 本例子css */
.slideBox2{ width:100%; height:100%; position:relative;}
.slideBox2 .hd{ width: 112px;height: 600px;float: left; overflow:hidden;margin-top: 20px; }
.slideBox2 .hd ul{
    width: 100%;
    height: 100%;
}

.slideBox2 .hd ul li{
    width: 112px;
    height: 154px;
    cursor: pointer;
    margin-top: 35px;
    margin-bottom: 28px;
}



.slideBox2 .hd ul li:last-child{
    margin-bottom: 0;
}


.slideBox2 .hd ul li img{
    display: block;
    width: 112px;
    height: 154px;
    opacity: .6;
}

.slideBox2 .hd ul li.on img{
    opacity: 1;
}

.slideBox2 .prev{
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/ART.jpg") no-repeat center center;
    background-size: cover;
}

.slideBox2 .prev{
    width: 112px;
    height: 20px;
    display: block;
}


.slideBox2 .next{
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/ARB.jpg") no-repeat center center;
    background-size: cover;
}

.slideBox2 .next{
    width: 112px;
    height: 20px;
    display: block;
}

.tupianDiv{
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    border: 1px solid #666;
}



.slideBox2 .bd{width: 380px;height: 640px; position:relative; z-index:0;float: right;   }
.slideBox2 .bd ul{width: 100%;height: 100%; }
.slideBox2 .bd ul li{width: 100%;/*height: 100%; */cursor: crosshair;}
.slideBox2 .bd ul li a{display:block;width: 100%;height: 100%;}
.slideBox2 .bd ul li a img{display:block;width: 100%;/*height: 100%;*/}



.cpR{
    width: 585px;
    float: right;
}

.cpT{
    font-size: 30px;
    color: #000;
    font-weight: normal;
    line-height: 50px;
	margin-top: 57px;
}

.cptxt{
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.jiage{
    padding: 10px;
    margin: 10px 0;
    background: #fafafa;
}

.jiage span{
    color: #eb0707;
    font-size: 24px;
    display: block;
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.jiage s{
    color: #eb0707;
    font-size: 14px;
    display: block;
    float: left;
    line-height: 30px;
}

.xxinfo{
    margin-top: 30px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.xxinfo dt{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding-left:30px;
    color: #000;
    cursor: pointer;
}

.xxinfo dt:hover{
    color: #78c4ec;
}

.xxinfo dd{
    padding: 10px;
    display: none;
}

.rmtjbg{
    border-top: 1px solid #ebebeb;
    margin-top: 30px;
}

.rmtjbg h1{
    font-size: 30px;
    line-height: 60px;
    color: #999999;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
	.con1bg {    background: no-repeat !important;
	
	}
	.logo a img{
		    display: block;
    height: 49px;
    padding-top: 7px;}
	.insCon img { width:100%}
	}
@media screen and (max-width: 1200px){
	.con4ML{
		width:100%;
		}
	.con4MR{ width:100%;}
	.wapper {
        width: 95%;
    }

    .tmImg {
        display: none;
    }

    .TCC {
        display: none;
    }

    .menu {
        display: none;
    }
	.con3 ul{
		height:auto;
		
		}
	.con3 ul li{
		height:auto;
		width:39%;
		margin: 5px 5px;}
    .logo {
        position: absolute;
        float: none;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: fit-content;
    }

    .toggleImg{
        display: block;
        width: 30px;
        height: 30px;
        float: right;
        margin-top: 15px;
		margin-bottom:15px;
        margin-right: 10px;
        cursor: pointer;
    }


    .toggleDiv{
        width: 225px;
        background:#78c4ec;
        position: absolute;
        top: 80px;
        display: block;
        overflow-y: scroll;
    }

    .Right{
        right: -225px;
    }

    .toggleDiv li{
        line-height: 45px;
    }

    .liT{
        height: 45px;
        border-bottom: 1px solid #fff;
    }

    .toggleDiv li .liT>a{
        line-height: 45px;
        display: block;
        height: 45px;
        padding-left: 50px;
        font-size: 18px;
        color: #fff;
        position: relative;
        float: left;
        width: 120px;
    }

    .toggleDiv li .liT>a:before{
        position: absolute;
        content: '';
        width: 15px;
        height: 2px;
        background: #fff;
        left: 17px;
        top: 21px;
    }

    .liT span{
        height: 45px;
        display: block;
        color: #fff;
        font-size: 24px;
        font-family: 宋体;
        font-weight: bolder;
        float: right;
        margin-right: 10px;
    }

    .toggleDiv li dl{
        display: none;
    }

    .toggleDiv li dl dd{
        height: 30px;
        border-bottom: 1px solid #fff;
    }

    .toggleDiv li dl dd a{
        display: block;
        height: 30px;
        padding-left: 70px;
        color: #fff;
        font-size: 16px;
        line-height: 30px;
    }
	.logo a img{
		height:55px;}
	.con1bg{ background:none !important;}
	.tr{
		text-align:left !important;}
	}
@media screen and (max-width: 767px) {
    .wapper {
        width: 95%;
    }

    .tmImg {
        display: none;
    }

    .TCC {
        display: none;
    }

    .menu {
        display: none;
    }

    .logo {
        position: absolute;
        float: none;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: fit-content;
    }

    .toggleImg{
        display: block;
        width: 30px;
        height: 30px;
        float: right;
        margin-top: 25px;
        margin-right: 10px;
        cursor: pointer;
    }


    .toggleDiv{
        width: 225px;
        background:#78c4ec;
        position: absolute;
        top: 80px;
        display: block;
        overflow-y: scroll;
    }

    .Right{
        right: -225px;
    }

    .toggleDiv li{
        line-height: 45px;
    }

    .liT{
        height: 45px;
        border-bottom: 1px solid #fff;
    }

    .toggleDiv li .liT>a{
        line-height: 45px;
        display: block;
        height: 45px;
        padding-left: 50px;
        font-size: 18px;
        color: #fff;
        position: relative;
        float: left;
        width: 120px;
    }

    .toggleDiv li .liT>a:before{
        position: absolute;
        content: '';
        width: 15px;
        height: 2px;
        background: #fff;
        left: 17px;
        top: 21px;
    }

    .liT span{
        height: 45px;
        display: block;
        color: #fff;
        font-size: 24px;
        font-family: 宋体;
        font-weight: bolder;
        float: right;
        margin-right: 10px;
    }

    .toggleDiv li dl{
        display: none;
    }

    .toggleDiv li dl dd{
        height: 30px;
        border-bottom: 1px solid #fff;
    }

    .toggleDiv li dl dd a{
        display: block;
        height: 30px;
        padding-left: 70px;
        color: #fff;
        font-size: 16px;
        line-height: 30px;
    }

    .con2bg li {
        float: none;
        width: 100% !important;
    }

    .ceng {
        background: none;
        position: absolute;
        left: 0;
    }

    .ceng span:after {
        display: none;
    }

    .ceng span {
        width: 100%;
        height: 40px;
        line-height: 40px;
        top: auto;	
        background: rgba(0,0,0,.6);
    }

    .con3 ul {
        height: auto;
        width: 95%;
    }

    .con3 ul li {
		width:100%;
        float: none;
        margin: 10px auto;
    }
	.update_product2 ul li .pro_pic img{
		max-height:130px !important;}

    .con4ML {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .con4MR {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .sjFtbg{
        display: block;
        position: fixed;
        width: 100%;
        padding: 10px 0 0;
        left: 0;
        bottom: 0;
        background: #78c4ec;
    }

    .sjFtbg li{
        width: 25%;
        float: left;
    }

    .sjFtbg li>a{
        display: block;
        width: 100%;
        height: 100%;
    }

    .sjFtbg li img{
        display: block;
        width: 20px;
        height: 20px;
        margin: 0 auto;
    }

    .sjFtbg li span{
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #fff;
        text-align: center;
    }

    .backTop {
        right: 10px;
        bottom: 100px;
    }

    .footbg {
        padding-bottom: 90px;
    }

    .divA {
        height: auto;
        overflow: hidden;
    }

    .ssDiv {
        width: calc(100% - 2px);
    }

    .ssDiv input[type="text"] {
        width: calc(100% - 60px);
    }

    .nyCon2{
        width: 340px !important;
        margin: 0 auto !important;
    }

    .nyCon2 li {
        width: 160px;
        height: 213px;
        background: #36bfb1;
        float: left !important;
        margin-right: 5px !important;
        margin-left: 5px !important;
        margin-bottom: 10px !important;
    }


    .cpL {
        width: 100%;
        height:auto;
        float: none;
    }


    .slideBox2 {
        width: 350px;
        height:373px;
        position: relative;
        margin: 30px auto;
    }

    .slideBox2 .bd {
        width: 280px;
        height: 373px;
    }


    .slideBox2 .hd{ width: 64px;height: 333px;float: left; overflow:hidden;margin-top: 20px; }
    .slideBox2 .hd ul{
        width: 100%;
        height: 100%;
    }

    .slideBox2 .hd ul li{
        width: 64px;
        height: 88px;
        margin-top: 17px;
        margin-bottom: 17px;
    }



    .slideBox2 .hd ul li:last-child{
        margin-bottom: 0;
    }


    .slideBox2 .hd ul li img{
        width: 64px;
        height: 88px;
    }

    .slideBox2 .prev{
        width: 64px;
        height: 11px;
        display: block;
    }

    .slideBox2  .next {
        width: 64px;
        height: 11px;
        display: block;
    }

    .cpR {
        width: 100%;
        float: none;
    }

    .GDDIV {
        bottom: 25px !important;
    }

    .banTxt h1 {
        line-height: 45px !important;
        font-size: 40px !important;
    }

    .banTxt span {
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .banTxt {
        top: 50% !important;
    }
}