 
        .floating_ck {
            position: fixed;
            right: 0px;
            top: 160px;
            z-index: 1000000;
        }
        
        .floating_ck dl dd {
            position: relative;
            width: 45px;
            height: 45px;
            background: rgba(13, 132, 127, 0.5);
            margin-bottom: 5px;
            text-align: center;
            background-repeat: no-repeat;
            background-position: center 20%;
            cursor: pointer;
            border-radius: 5px;
        }
        
        .floating_ck dl dd:hover {
            background: rgba(13, 120, 114, 0.8);
        }
        
        .floating_ck dl dd:hover .floating_left {
            display: block;
        }
        
        .consult,
        .words {
            background: url(images/icon0701/zxicon.png);
        }
        
        .quote {
            background-image: url(images/icon0701/kficon.png);
        }
        
        .qrcord {
            background-image: url(images/icon0701/erweima.png);
        }
        
        .return {
            background-image: url(images/icon0701/fanhui.png);
        }
        
        .floating_ck dd span {
            color: #fff;
            display: block;
            padding-top: 0px;
            font-size: 12px;
        }
        
        .floating_left {
            position: absolute;
            left: -160px;
            top: 0px;
            width: 160px;
            height: 45px;
            background: rgba(13, 120, 114, 0.8);
            display: none;
        }
        
        .floating_left a {
            color: #fff;
            line-height: 45px;
        }
        
        .floating_ewm {
            height: 210px;
            top: -160px;
        }
        
        .floating_ewm i {
            background-image: url(../images/erweima1.png);
            display: block;
            width: 145px;
            height: 145px;
            margin: auto;
            margin-top: 7px;
        }
		
		  .floating_nk i {
            background-image: url(../images/erweima.png);
            display: block;
            width: 145px;
            height: 145px;
            margin: auto;
            margin-top: 7px;
        }
		
        
        .floating_ewm p {
            color: #fff;
            margin-top: 5px;
        }
        
        .floating_ewm .qrcord_p01 {
            font-size: 12px;
            line-height: 20px;
        }
        
        .floating_ewm .qrcord_p02 {
            font-size: 18px;
        }






.flexslider {
    position: relative;
    height: calc(100vh);
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
    height: 100%
}

.slides li {
    background-size: 100% 100%;
}

.s_img {
    height: calc(100vh - 50px);
    background-size: 100% 130%;
}

.s_img img {
    width: 100%
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.s_img {
    height: calc(100vh - 50px);
}

.f_width {
    height: 1300px;
}

.f_width img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width:1800px) and (max-width:1920px) {
    .f_width {
        height: 1290px;
    }
    .f_width img {
        height: 100%;
    }
    .s_img img {
        width: 100%
    }
}

@media screen and (min-width:1550px) and (max-width:1660px) {
    .f_width {
        height: 1110px;
    }
    .f_width img {
        height: 100%;
    }
    .s_img img {
        width: 100%
    }
}

@media screen and (min-width:1390px) and (max-width:1440px) {
    .f_width {
        height: 960px;
    }
    .f_width img {
        height: 100%;
    }
    .s_img img {
        width: 100%
    }
}

@media screen and (min-width:1280px) and (max-width:1380px) {
    .f_width {
        height: 900px;
    }
    .f_width img {
        height: 100%;
    }
    .s_img img {
        width: 100%
    }
}

.f_footer {
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
    background: #333333;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: relative;
    z-index: 100000
}

.f_footer a {
    font-size: 16px;
    color: #fff;
}

.f_footer a:hover {
    font-size: 16px;
    color: #fff000;
}

.kg_top {
    width: 100%;
    height: 73px;
    position: absolute;
    top: 0;
    background: url(../images/nav.png) center top;
 
    z-index: 100000
}

.kg_jt {
    width: 60px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
    background: rgba(13, 132, 127, 0.6);
    position: absolute;
    z-index: 10000;
    bottom: 120px;
    text-align: center;
    padding-top: 10px;
    border-radius: 60px;
    left: 48%;
}

.kg_jt:hover {
    background: rgba(13, 132, 127, 1);
    cursor: pointer;
}

.kg_jt1 {
    width: 60px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
    background: rgba(13, 132, 127, 0.6);
    position: relative;
    z-index: 10000;
    margin-top: -455px;
    text-align: center;
    padding-top: 10px;
    border-radius: 60px;
    display: none;
}

.kg_jt1:hover {
    background: rgba(13, 132, 127, 1);
    cursor: pointer;
}

.kg_nav {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10000;
    margin-top: 35px;
    display: none;
}

.nav_t1 {
    display: none;
    width: 199px;
    height: 140px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 200000;
    margin-top: -205px;
    background: rgba(13, 132, 127, 0.6);
    border-radius: 200px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    padding-top: 60px;
}

.nav_t2 {
    display: none;
    width: 199px;
    height: 140px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 200000;
    margin-top: -205px;
    background: rgba(13, 132, 127, 0.6);
    border-radius: 200px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    padding-top: 60px;
}

.nav_t3 {
    display: none;
    width: 199px;
    height: 140px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 200000;
    margin-top: -205px;
    background: rgba(13, 132, 127, 0.6);
    border-radius: 200px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    padding-top: 60px;
}

.nav_t4 {
    display: none;
    width: 199px;
    height: 140px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 200000;
    margin-top: -205px;
    background: rgba(13, 132, 127, 0.6);
    border-radius: 200px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    padding-top: 60px;
}

.nav_t5 {
    display: none;
    width: 199px;
    height: 140px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 200000;
    margin-top: -205px;
    background: rgba(13, 132, 127, 0.6);
    border-radius: 200px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    padding-top: 60px;
}

.n_t {
    width: 212px;
    height: 212px;
    overflow: hidden;
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.img_list:hover {
    color: #0d847f;
    cursor: pointer;
}

.img_list:hover .nav_t1 {
    display: block;
}


.btm{ background:rgba(0,0,0,0.41); width:100%; padding:20px 0; position: fixed; bottom:0; left:0; z-index:10000000000;}
.btm ul{ width:80%; margin:0 auto;}
.btm li{ float:left; width:19%; padding:0 0.5%;  }
.btm img{ width:100%; transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
	
	 }
	.btm img:hover{transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	filter: drop-shadow(0 0 5px #000)
	}
	.btm ul{ width:80%; margin:0 auto;}
