@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}
@keyframes fade-in {  
    0% {opacity: 0;}/*初始状态 透明度为0*/  
    40% {opacity: 0;}/*过渡状态 透明度为0*/  
    100% {opacity: 1;}/*结束状态 透明度为1*/  
}  
@-webkit-keyframes fade-in {/*针对webkit内核*/  
    0% {opacity: 0;}  
    40% {opacity: 0;}  
    100% {opacity: 1;}  
}
@keyframes show-in {  
    0% {opacity: 1;}/*初始状态 透明度为0*/  
    40% {opacity: 0;}/*过渡状态 透明度为0*/  
    100% {opacity: 0;}/*结束状态 透明度为1*/  
}  
@-webkit-keyframes show-in {/*针对webkit内核*/  
    0% {opacity: 1;}  
    40% {opacity: 0;}  
    100% {opacity: 0;}  
}     

.hxhj-de, .hxhj-en, .hxhj-es, .hxhjJ-fr, .hxhj-ru, .hxhj-zh-CN, .hxhj-zh-TW {
    font-family: "Open Sans","Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",Arial,sans-serif;
    word-spacing: -1px;
}
a, abbr, acronym, address, applet, big, blockquote, body, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tbody, tfoot, thead, tr, tt, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
div {
    display: block;
}
*, :after, :before, input[type=search] {
    box-sizing: border-box;
}
section.spark-banner .banner-bg {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}
body{
	font: 14px/1.25 "微软雅黑 Light", Arial;
	background-color:#fff;
	margin:0;
	padding:0;
}
dd,dl,li,ul {
	list-style:none
}
a,dd,dl,h1,h2,h3,h4,h5,h6,li,p,ul {
	margin: 0;
	padding: 0;
	color: inherit;
	font-weight: inherit;
	line-height: 23px;
	text-decoration: none;
	font-size: 16px;
}

img{
	display: block;
}

.cf:after,.cf:before {
	content:" ";
	display:table;
	line-height:0;
}
.cf:after {
	clear:both
}
.cf {
	*zoom:1
}
.fl{float: left;}
.fr{float: right;}
.main{
	max-width: 75%;
	max-height: 200px;
	margin: 0 auto;
}
.main2{
	max-width: auto;
	max-height: 310px;
	margin: 0 auto;
}
.main3{
	max-width: 100%;
	max-height: 500px;
	margin: 0 auto;
}

.main4{
	width: 100%;
	max-width: 1080px;
	max-height: 800px;
	margin: 0 auto;
	margin-bottom: 35px;
	font-style: inherit;
	font-weight: inherit;
	background: url("../images/公众号.png") no-repeat center;
	background-position: -50px 0px;
}
.main5{
	max-width: 100%;
	margin: 0 auto;
}
.btn{
	display: block;
	text-align: center;
}
.header{
	min-width: 1080px;
	position: fixed;
	width: 100%;
	height: 70px;
	top: 0px;
	z-index: 2;
	background-color: #FBFBFB;
}
.separator{
	float: right;
	margin-left: 30px;
	color: #595959;
	line-height: 65px;
}
.scroll{
	background-color: #FDFDFD;
	box-shadow: 0 0 20px #333;
}
.nav{margin-left: 20%;
	margin-top: 14px;
	}
.nav li{
	font: 20px/1.5"微软雅黑 Light", Arial;
	float: left;
	margin: 5px 20px 0;
	padding: 0 5px;
	color: #4C4948;
	line-height: 30px;
	cursor: pointer;
}
.nav li a{
	display:block;width:100px;height:30px;border-right:1px solid #000;
}
.register, .login{
	font: 20px/1.5 "微软雅黑 Light", Arial;
	float: right;
	margin-left: 30px;
	margin-top: 20px;
	color: #848484;
	cursor:pointer;
}
.register:hover , .login:hover{
	color: #51A135;
	padding-bottom:2px; 
	border-bottom:2px solid #52A135;
}

.nav li.active , .nav li:hover{
	border-bottom: 2px solid #51A135;
}
.wrapper banner{width: 100%;
	}
.search input{
	float: left;
	margin-top: 10px;
	width: 215px;
	height: 30px;
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 4px 0 0 4px;
	background: rgba(255,255,255,0.5) ;
	outline: none;	
}
.search .icon{
	float: left;
	margin-top: 10px;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	border-left: none;
	border-radius: 0 4px 4px 0;
	background: rgba(255,255,255,0.5) url("../images/search.png") no-repeat center;
	cursor: pointer;
}
.body{
	width: 100%;
	padding-top: 49px;
	
	}
.banner{
	position: relative;
}
.banner-list li{
	height: 935px;
	padding-top: 95px;
	color: #fff;
	display: none;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.banner-list li.active{
	display: block;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	line-height: 1000px;
	color: #000000;
}
.banner-01{background: url("../images/二代中国罐.png") no-repeat center;}
.banner-02{background: url("../images/FREETANK.png") no-repeat center;}
.banner-03{background: url("../images/贝斯-15T.png") no-repeat center;}
.banner-list li .caption{
	font: 14px/1.25 "微软雅黑 Light", Arial;
	text-align: center;
	outline-width: 50%;
	font-size: 44px;
	line-height: 1;
	margin-bottom: 35px;
	color: #5A5959;
}
.banner-list li .summary{
	font: 14px/1.25 "微软雅黑 Light", Arial;
	font-size: 20px;
	text-align: center;
	line-height: 0;
	margin-bottom: 25px;
	color: #5A5959;
}
.banner-list li .summary2{
	font: 14px/1.25 "微软雅黑 Light", Arial;
	font-size: 20px;
	text-align: center;
	line-height: 0;
	margin-bottom: 18px;
	color: #5A5959;
}
.btn-banner{
	width: 150px;
	height: 40px;
	line-height: 36px;
	border: 2px solid #000;
}
.btn-banner:hover{
	background-color: #87e3e9;
	border-color: #87e3e9;
	color: #fff;
}
.tab{
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
}
.tab li{
	display: inline-block;
	width: 40px;
	height: 4px;
	background-color: #000;
	cursor: pointer;
}
.tab li.active , .tab li:hover{
	background-color: #35E04D;
	color: #262626;
}
.section{
	padding-top: 0px;
	background-color: #f1f1f1;
}
.section .caption{
	line-height: 1;
	font-size: 36px;
	color: #666;
	text-align: center;
	margin-bottom: 15px;
}
.section .summary{
	line-height: 1;
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-bottom: 15px;
}

.section .summary2{
	line-height: 1;
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-bottom: 15px;
}

.section .line{
	width: 40px;
	height: 3px;
	margin: 0 auto;
	background-color: #849ee6;
	margin-bottom: 30px;
}
.content{
	margin: -10px;
	padding-bottom: 140px;
}

.col{
	float: left;
	padding: 10px;
	color : #000000;
}
ction-01 .col{
	width: 33.33%;
}
.section-01 .col .box{
	position: relative;
	background-color: #fff;
	padding: 22px;
	text-align: center;
}
.section-01 .box:before{
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	bottom: -15px;
	left: -15px;
	background: url("../images/sup.png") no-repeat 0 -15px;
	transition: all .4s cubic-bezier(.4,0,.2,1);
	opacity: 0;
}
.section-01 .box:after{
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	bottom: -15px;
	right: -15px;
	background: url("../images/sup.png") no-repeat -15px -15px;
	transition: all .4s cubic-bezier(.4,0,.2,1);
	opacity: 0;
}
.section-01 .icons{
	display: block;
	width: 75px;
	height: 75px;
	margin: 20px auto;
	background: url("../images/icons.png") no-repeat;
}
.section-01 .icons:before{
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: -15px;
	left: -15px;
	background: url("../images/sup.png") no-repeat 0 0;
	transition: all .4s cubic-bezier(.4,0,.2,1);
	opacity: 0;
}
.section-01 .icons:after{
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: -15px;
	right: -15px;
	background: url("../images/sup.png") no-repeat -15px 0;
	transition: all .4s cubic-bezier(.4,0,.2,1);
	opacity: 0;
}
.section-01 .icon-01{background-position: 0 0;}
.section-01 .icon-02{background-position: -75px 0;}
.section-01 .icon-03{background-position: -150px 0;}
.section-01 .icon-04{background-position: -225px 0;}
.section-01 .icon-05{background-position: -300px 0;}
.section-01 .icon-06{background-position: -375px 0;}
.section-01 .box .title{
	font: 20 "微软雅黑 Light", Arial;
	font-size: 30px;
	text-align: center;
	line-height: 0;
	color: #5A5959;
}
.section-01 .box .summary{
	font-size: 12px;
	line-height: 1.5;
	color: #333
}

.section-01 .box .summary2{
	font-size: 12px;
	line-height: 1.5;
	color: #333
}
.section-01 .box:hover{
	box-shadow: 0 0 20px #ccc;
}
.section-01 .box:hover:before{
	content: "";
	bottom: 0;
	left: 0;
	opacity: 1;
}
.section-01 .box:hover:after{
	content: "";
	bottom: 0;
	right: 0;
	opacity: 1;
}
.section-01 .box:hover .icons:before{
	content: "";
	top: 0;
	left: 0;
	opacity: 1;
}
.section-01 .box:hover .icons:after{
	content: "";
	top: 0;
	right: 0;
	opacity: 1;
}
.section-01 .box:hover .icon-01{background-position: 0 -75px;}
.section-01 .box:hover .icon-02{background-position: -75px -75px;}
.section-01 .box:hover .icon-03{background-position: -150px -75px;}
.section-01 .box:hover .icon-04{background-position: -225px -75px;}
.section-01 .box:hover .icon-05{background-position: -300px -75px;}
.section-01 .box:hover .icon-06{background-position: -375px -75px;}
/*.section-02{background: url("../images/section-02-bg.jpg") no-repeat center;}*/
.section-02 .caption , .section-02 .summary{color: #fff;}
.section-02 .caption , .section-02 .summary2{color: #fff;}
.section-02 .content{margin: 0;}
.section-02 .col{
	float: left;
	width: 25%;
	height: 311px;
	padding: 0;
	background: url("../images/xinpin-zhongjianlan.png") no-repeat;
	cursor: pointer;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	overflow: hidden;
}
.section-02 .solution-01{
	background-position: 0 0;
	border-bottom-color: #F7C32D;
}
.section-02 .solution-02{
	background-position: -480px 0;
	border-bottom-color: #DADADA;
}
.section-02 .solution-03{
	background-position: -960px 0;
	border-bottom-color: #C2C2C2;
}
.section-02 .solution-04{
	background-position: -1440px 0;
	border-bottom-color: #5BD45D;
}
.section-02 .col .box{
	width: 100%;
	height: 100%;
	padding: 0 20px;
	padding-top: 120px;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.section-02 .icons{
	display: block;
	width: 46px;
	height: 46px;
	margin: 0 auto 40px;
	background: url("../images/icons.png") no-repeat;
}
.section-02 .icon-01{background-position: 0 -150px;}
.section-02 .icon-02{background-position: -46px -150px;}
.section-02 .icon-03{background-position: -92px -150px;}
.section-02 .icon-04{background-position: -138px -150px;}
.section-02 .col .title{
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.section-02 .col .title2{
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.section-02 .col .summary{
	line-height: 1.5;
	opacity: 0;
	margin: 40px 0 80px;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}

.section-02 .col .summary2{
	line-height: 1.5;
	opacity: 0;
	margin: 5px 0 80px;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.btn-link{
	width: 120px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	margin: 0 auto;
	background: rgba(0,0,0,.2);
	opacity: 0;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.section-02 .solution-01:hover .box{
	background-color: rgba(228,203,166,0.70);
	padding-top: 90px;
}
.section-02 .solution-02:hover .box{
	background-color: rgba(150,150,150,0.70);
	padding-top: 90px;
}
.section-02 .solution-03:hover .box{
	background-color: rgba(195,195,195,0.7);
	padding-top: 90px;
}
.section-02 .solution-04:hover .box{
	background-color: rgba(99,184,99,0.7);
	padding-top: 90px;
}
.section-02 .col:hover .summary {
	opacity: 1;
}
.section-02 .col:hover .summary2 {
	opacity: 1;
}
.section-02 .col:hover .btn-link{
	opacity: 1;
}
.section-03{
	padding-bottom: 40px;
	background: url("../images/../images/二代中国罐-图1.png") no-repeat center top;
}
.section-03 .content{
	height: 700px;
	padding-bottom: 60px;
}
.section-03 .col{
	width: 33.33%;
}
.section-03 .col img{
	width: 100%;
}
.section-03 .col .title{
	width: 100%;
	line-height: 50px;
	color: #999;
	background-color: #fff;
	text-align: center;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.section-03 .box:hover{
	box-shadow: 0 0 20px #ccc;
}
.section-03 .box:hover .title{
	background-color: #849ee6;
	color: #fff;
}

.section-freetank-03{
	padding-bottom: 40px;
	background: url("../images/FREETANK-图1.png") no-repeat center top;
}
.section-freetank-03 .content{
	height: 1097px;
	padding-bottom: 60px;
}
.section-freetank-03 .col{
	width: 33.33%;
}
.section-freetank-03 .col img{
	width: 100%;
}
.section-freetank-03 .col .title{
	width: 100%;
	line-height: 50px;
	color: #999;
	background-color: #fff;
	text-align: center;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.section-freetank-03 .box:hover{
	box-shadow: 0 0 20px #ccc;
}
.section-freetank-03 .box:hover .title{
	background-color: #849ee6;
	color: #fff;
}
.section-beste15T-03{
	padding-bottom: 40px;
	background: url("../images/beste15T.png") no-repeat center top;
}
.section-beste15T-03 .content{
	height: 699px;
	padding-bottom: 60px;
}
.section-beste15T-03 .col{
	width: 33.33%;
}
.section-beste15T-03 .col img{
	width: 100%;
}
.section-beste15T-03 .col .title{
	width: 100%;
	line-height: 50px;
	color: #999;
	background-color: #fff;
	text-align: center;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.section-beste15T-03 .box:hover{
	box-shadow: 0 0 20px #ccc;
}
.section-beste15T-03 .box:hover .title{
	background-color: #849ee6;
	color: #fff;
}
.section-04{
	padding-bottom: 22px;
	background: url("../images/../images/../images/自然村落分户处理方案.png") no-repeat center top;
	
}
.section-04 .content{
	height: 400px;
	padding-bottom: 60px;
}
.section-04 .col{
	width: 33.33%;
}
.section-04 .col img{
	width: 100%;
}
.section-04 .col .title{
	width: 100%;
	line-height: 50px;
	color: #999;
	background-color: #fff;
	text-align: center;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.section-04 .box:hover{
	box-shadow: 0 0 20px #ccc;
}
.section-04 .box:hover .title{
	background-color: #849ee6;
	color: #fff;
}

.section-05{
	padding-bottom: 13px;
	background: url("../images/../images/../images/设计概述.png") no-repeat center top;
	
}
.section-05 .content{
	height: 740px;
	padding-bottom: 60px;
}
.section-05 .col{
	width: 33.33%;
}
.section-05 .col img{
	width: 100%;
}
.section-05 .col .title{
	width: 100%;
	line-height: 50px;
	color: #999;
	background-color: #fff;
	text-align: center;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.section-05 .box:hover{
	box-shadow: 0 0 20px #ccc;
}
.section-05 .box:hover .title{
	background-color: #849ee6;
	color: #fff;
}

.section-05-more .main5{;
	background: url("../images/CHTank2-shejigaishu-zhankaitu.png") no-repeat center top;
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 0px;
	overflow: hidden;
	transition: all 2s cubic-bezier(.4,0,.2,1);
}
.section-05-more.show .main5{
	height: 1410px;
}

.section-freetank-05{
	padding-bottom: 10px;
	background: url("../images/../images/../images/freetank-设计概述.png") no-repeat center top;
	
}

.section-freetank-05 .content{
	height: 745px;
	padding-bottom: 60px;
}
.section-freetank-05 .col{
	width: 33.33%;
}
.section-freetank-05 .col img{
	width: 100%;
}
.section-freetank-05 .col .title{
	width: 100%;
	line-height: 50px;
	color: #999;
	background-color: #fff;
	text-align: center;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.section-freetank-05 .box:hover{
	box-shadow: 0 0 20px #ccc;
}
.section-freetank-05 .box:hover .title{
	background-color: #849ee6;
	color: #fff;
}

.section-freetank-05-more .main5{;
	background: url("../images/../images/../images/freetank-设计概述-展开图.png") no-repeat center top;
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 0px;
	overflow: hidden;
	transition: all 2s cubic-bezier(.4,0,.2,1);
}
.section-freetank-05-more.show .main5{
	height: 4615px;
}

.section-beste15T-05{
	padding-bottom: 10px;
	background: url("../images/../images/../images/beste15T-gongyijieshao.png") no-repeat center top;
	
}

.section-beste15T-05 .content{
	height: 5150px;
	padding-bottom: 60px;
}
.section-beste15T-05 .col{
	width: 33.33%;
}
.section-beste15T-05 .col img{
	width: 100%;
}
.section-beste15T-05 .col .title{
	width: 100%;
	line-height: 50px;
	color: #999;
	background-color: #fff;
	text-align: center;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.section-beste15T-05 .box:hover{
	box-shadow: 0 0 20px #ccc;
}
.section-beste15T-05 .box:hover .title{
	background-color: #849ee6;
	color: #fff;
}

.section-beste15T-05-more .main5{;
	background: url("../images/../images/../images/beste15T-gongyijieshao-zhankaitu.png") no-repeat center top;
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 0px;
	overflow: hidden;
	transition: all 2s cubic-bezier(.4,0,.2,1);
}
.section-beste15T-05-more.show .main5{
	height: 4050px;
}

.section-06{
	padding-bottom: 13px;
	background: url("../images/CHTank2-gongyijieshao.png") no-repeat center top;
	
}
.section-06 .content{
	height: 740px;
	padding-bottom: 60px;
}
.section-06 .col{
	width: 33.33%;
}
.section-06 .col img{
	width: 100%;
}
.section-06 .col .title{
	width: 100%;
	line-height: 50px;
	color: #999;
	background-color: #fff;
	text-align: center;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.section-06 .box:hover{
	box-shadow: 0 0 20px #ccc;
}
.section-06 .box:hover .title{
	background-color: #849ee6;
	color: #fff;
}

.section-06-more .main5{;
	background: url("../images/../images/../images/工艺介绍-展开图.png") no-repeat center top;
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 0px;
	overflow: hidden;
	transition: all 2s cubic-bezier(.4,0,.2,1);
}
.section-06-more.show .main5{
	height: 3253px;
}

.section-freetank-06{
	padding-bottom: 10px;
	background: url("../images/../images/../images/freetank-组合应用.png") no-repeat center top;
	
}
.section-freetank-06 .content{
	height: 743px;
	padding-bottom: 60px;
}
.section-freetank-06 .col{
	width: 33.33%;
}
.section-freetank-06 .col img{
	width: 100%;
}
.section-freetank-06 .col .title{
	width: 100%;
	line-height: 50px;
	color: #999;
	background-color: #fff;
	text-align: center;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.section-freetank-06 .box:hover{
	box-shadow: 0 0 20px #ccc;
}
.section-freetank-06 .box:hover .title{
	background-color: #849ee6;
	color: #fff;
}

.section-freetank-06-more .main5{;
	background: url("../images/../images/../images/freetank-组合应用-展开图.png") no-repeat center top;
	background-size:100% auto; 
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 0px;
	overflow: hidden;
	transition: all 2s cubic-bezier(.4,0,.2,1);
}
.section-freetank-06-more.show .main5{
	height: 2820px;
}

.section-freetank-07{
	padding-bottom: 10px;
	background: url("../images/../images/../images/freetank-shengjiyingyong.png") no-repeat center top;
	
}
.section-freetank-07 .content{
	height: 743px;
	padding-bottom: 60px;
}
.section-freetank-07 .col{
	width: 33.33%;
}
.section-freetank-07 .col img{
	width: 100%;
}
.section-freetank-07 .col .title{
	width: 100%;
	line-height: 50px;
	color: #999;
	background-color: #fff;
	text-align: center;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.section-freetank-07 .box:hover{
	box-shadow: 0 0 20px #ccc;
}
.section-freetank-07 .box:hover .title{
	background-color: #849ee6;
	color: #fff;
}

.section-freetank-07-more .main5{;
	background: url("../images/../images/../images/freetank-shengjiyingyong-zhankaitu.png") no-repeat center top;
	background-size:100% auto; 
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 0px;
	overflow: hidden;
	transition: all 2s cubic-bezier(.4,0,.2,1);
}
.section-freetank-07-more.show .main5{
	height: 5300px;
}

.section-freetank-08{
	padding-bottom: 10px;
	background: url("../images/../images/../images/freetank-anzhuangfangshi.png") no-repeat center top;
	
}
.section-freetank-08 .content{
	height: 744px;
	padding-bottom: 60px;
}
.section-freetank-08 .col{
	width: 33.33%;
}
.section-freetank-08 .col img{
	width: 100%;
}
.section-freetank-08 .col .title{
	width: 100%;
	line-height: 50px;
	color: #999;
	background-color: #fff;
	text-align: center;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.section-freetank-08 .box:hover{
	box-shadow: 0 0 20px #ccc;
}
.section-freetank-08 .box:hover .title{
	background-color: #849ee6;
	color: #fff;
}

.section-freetank-08-more .main5{;
	background: url("../images/../images/../images/freetank-anzhuangfangshi-zhankaitu.png") no-repeat center top;
	background-size:100% auto; 
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 0px;
	overflow: hidden;
	transition: all 2s cubic-bezier(.4,0,.2,1);
}
.section-freetank-08-more.show .main5{
	height: 3210px;
}

.section-freetank-09{
	padding-bottom: 40px;
	background: url("../images/../images/../images/freetank-jieweitu.png") no-repeat center top;
	
}
.section-freetank-09 .content{
	height: 470px;
	padding-bottom: 60px;
}
.section-freetank-09 .col{
	width: 33.33%;
}
.section-freetank-09 .col img{
	width: 100%;
}
.section-freetank-09 .col .title{
	width: 100%;
	line-height: 50px;
	color: #999;
	background-color: #fff;
	text-align: center;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.section-freetank-09 .box:hover{
	box-shadow: 0 0 20px #ccc;
}
.section-freetank-09 .box:hover .title{
	background-color: #849ee6;
	color: #fff;
}
.section-beste15T-09{
	padding-bottom: 40px;
	background: url("../images/../images/../images/beste15T-gengduoxijie.png") no-repeat center top;
	
}
.section-beste15T-09 .content{
	height: 3760px;
	padding-bottom: 60px;
}
.section-beste15T-09 .col{
	width: 33.33%;
}
.section-beste15T-09 .col img{
	width: 100%;
}
.section-beste15T-09 .col .title{
	width: 100%;
	line-height: 50px;
	color: #999;
	background-color: #fff;
	text-align: center;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.section-beste15T-09 .box:hover{
	box-shadow: 0 0 20px #ccc;
}
.section-beste15T-09 .box:hover .title{
	background-color: #849ee6;
	color: #fff;
}
.section-07{
	padding-bottom: 40px;
	background: url("../images/../images/../images/更多颜色.png") no-repeat center top;
	
}
.section-07 .content{
	height: 1680px;
	padding-bottom: 60px;
}
.section-07 .col{
	width: 33.33%;
}
.section-07 .col img{
	width: 100%;
}
.section-07 .col .title{
	width: 100%;
	line-height: 50px;
	color: #999;
	background-color: #fff;
	text-align: center;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.section-07 .box:hover{
	box-shadow: 0 0 20px #ccc;
}
.section-07 .box:hover .title{
	background-color: #849ee6;
	color: #fff;
}
.btn-more,.btn-more2,.btn-more3,.btn-more4{
	display: block;
	text-align: center;
	margin: 0 48%;
	width: 90px;
	height: 30px;
	line-height: 26px;
	border: 2px solid #999;
	color: #999;
	border-radius: 18px;
}
.btn-more:hover,.btn-more2:hover,.btn-more3:hover,.btn-more4:hover,.freetank-btn-more:hover,.freetank-btn-more2:hover,.freetank-btn-more3:hover,.freetank-btn-more4:hover,.beste15T-btn-more:hover{
	/*background-color: #999;*/
	background: url("../images/dianjizhankailiaojiexiangqing-green.png") no-repeat center top;
	color: #fff;
}

.section-04{
	background-color: #fff;
}
.section-04 .col{
	width: 50%;
}
.box-l{
	position: relative;
	float: left;
	width: 110px;
	height: 110px;
	padding: 20px 20px;
	border: 1px solid #c4c4c4;
}
.date{
	font-size: 30px;
    font-weight: bold;
    color: #8eb3ea;
    text-indent: 5px;
}
.month{
	font-size: 18px;
	color: #666;
	line-height: 2;
	text-align: right;
}
.box-l:after{
	content: "";
	position: absolute;
	width: 58px;
	height: 58px;
	top: 26px;
	left: 26px;
	background: url("../images/line.png") no-repeat center;
}
.box-r{
	float: left;
	display: block;
	width: calc(100% - 110px );
	height: 110px;
	padding: 20px 30px;
	border: 1px solid #c4c4c4;
	border-left: none;
	color: #666;
}
.box-r .title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.box-r .inf{
	/*line-height: 1.5;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; */
}
.footer{
	height: 240px;
	padding-top: 60px;
	color: #5F5F5F;
	background: url("../images/footer2-bg.jpg") no-repeat center;
}
.footer .inf{
	border-bottom: 2px solid #c4c4c4;
}
.footer .col{
	padding: 0;
	width: 140px;
}
dt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 18px;
	color: #000000;
}
dd{
	margin-bottom: 18px;
}
dd a{
	position: relative;
	color: #000000;
}
dd a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	left: 50%;
	bottom: -5px;
	background-color: #e03535;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
dd a:hover:after{
	width: 110%;
	left: -5%;
}
.QR{
	text-align: center;
	width: auto !important;
	float: right;
}
.copyright{
	height: 46px;
	line-height: 46px;
	font-size: 12px;
}
.copyright .icons{
	display: block;
	width: 32px;
	height: 32px;
	margin-top: 7px;
	background: url("../images/icons.png") no-repeat;
}
.copyright .icons.qq{background-position: 0 -196px;}
.copyright .icons.wx{
	background-position: -32px -196px;
	margin-left: 10px;
}
.btn-more{
	background: url("../images/dianjizhankailiaojiexiangqing-1.png") no-repeat center top;
	margin: 0 auto;
	width: 262px;
	height: 66px;
	line-height: 30px;
	border: 0px solid #999;
	color: #999;
	border-radius: 18px;
	cursor: pointer;
	transition: all 1s cubic-bezier(.4,0,.2,1);
    animation: fade-in;/*动画名称*/  
    animation-duration: 1s;/*动画持续时间*/ 
	display: block;
}
.btn-more2,.freetank-btn-more,.freetank-btn-more2,.freetank-btn-more3,.freetank-btn-more4,.beste15T-btn-more{
	background: url("../images/dianjizhankailiaojiexiangqing.png") no-repeat center top;
	margin: 0 auto;
	width: 262px;
	height: 66px;
	line-height: 30px;
	border: 0px solid #999;
	color: #999;
	border-radius: 18px;
	cursor: pointer;
	transition: all 1s cubic-bezier(.4,0,.2,1);
    animation: fade-in;/*动画名称*/  
    animation-duration: 1s;/*动画持续时间*/ 
	display: block;
}

.btn-more.hide,.btn-more2.hide,.freetank-btn-more.hide,.freetank-btn-more2.hide,.freetank-btn-more3.hide,.freetank-btn-more4.hide,.beste15T-btn-more.hide{
	display: none;  
}
.close,.close2,.freetank-close,.freetank-close2,.freetank-close3,.freetank-close4,.beste15T-close{
	background: url("../images/close-ico.png") no-repeat center top;
	margin: 0 auto;
	margin-top: 20px;
	width: 262px;
	height: 36px;
	line-height: 30px;
	border: 0px solid #999;
	color: #999;
	border-radius: 18px;
	cursor: pointer;
	transition: all 2s cubic-bezier(.4,0,.2,1);
    animation: show-in;/*动画名称*/  
    animation-duration: 1s;/*动画持续时间*/  
	/*
	position: absolute;
	margin-left: 49%;
    font-size: 25px;
    font-weight: bold;
	margin-top: 20px;
	cursor: pointer;
	top: 0;*/
}
.close.fixed,.close2.fixed,.freetank-close.fixed,.freetank-close2.fixed,.freetank-close3.fixed,.freetank-close4.fixed,.beste15T-close.fixed{;
	margin-top: 70px;
	position: fixed;
}


/*-- //bootstrap-pop-up --*/
/*------------------
.w3_agile_timer {
    background: url(../images/banner-CHTank2.png)no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 482px;
    padding: 3em 3em;
}
.main-title{
    float: right;
    margin-top: 4em;
    width: 44%;
}
.main-title h4{
     font-style: italic;
    font-size: 2em;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 1em;
}
.main-title h4 p{
    display: block;
    font-style: italic;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #47cf73;
}
------------------*/
/*-- courses --*/
/*------------------
.wthree_banner1_info {
    padding: 8em 0 0;
    text-align: center;
}
.wthree_banner1_info h3{
	font-size: 2.5em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
}
.wthree_banner1_info h3 span{
	color:#000;
}
.agileinfo_courses_flipster{
	width:70%;
	margin:0 auto;
}
.w3ls_courses_left{
	padding:0 !important;
}
.w3ls_courses_left_grid h3{
    font-size: 1.2em;
    color: #000;
    text-transform: capitalize;
    font-weight: 600
}
.w3ls_courses_left_grid h3 i{
	color:#212121;
	padding-right:1em;
}
.w3ls_courses_left_grid p{
	margin:2em 0 0;
	color:#999;
	line-height:2em;
}
.w3ls_courses_left_grid{
	padding-top:2em;
}
.w3ls_courses_right p{
	margin-bottom:2em !important;
}
.agileits_courses_right img{
	margin:0 auto;
}
------------------*/
/*-- //courses --*/
/*-- stats --*/
/*------------------
.w3layouts_stats_left{
	padding:5em 0;
	text-align:center;
}
.w3layouts_stats_left p{
	font-size: 2em;
    font-weight: 600;
    letter-spacing: 5px;
    color: #fff;
}
.w3layouts_stats_left h3{
	font-size:1.2em;
	color:#fff;
}
.w3_counter_grid{
	    background: #3be8b0;
}
.w3_counter_grid1{
	background:#fc636b;
}
.w3_counter_grid2{
	background:#6a67ce;
}
.w3_counter_grid3{
	background:#ffb900;
}
.w3l_stats_bottom_grid_left img{
	margin:0 auto;
}
------------------*/
/*-- //stats --*/
/*-- stats-bottom --*/
body .bar_group__bar.thin::before, body .bar_group__bar.thick::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
}

body .bar_group__bar.thin::before {
  width: 100%;
  height: 30px;
  background: #efefef;
}

body .bar_group__bar.thin {
  width: 0%;
  height: 30px;
      background: #09347a;
  margin-bottom: 20px;
  -webkit-transition: width 1s;
          transition: width 1s;
}
.w3ls_bar_group__bar_pos p {
    font-size: 1em;
    color: #fff;
    text-align: right;
    padding: .25em 1em 0 0;
}
.bar_group{
    position: relative;
    z-index: 1;
}
body .bar_group__bar.thin:last-child {
    margin-bottom: 0;
}
p.b_label {
   font-size: 1em;
    color: #5d5a5a;
    margin-bottom: .8em;
    font-weight: 600;
}
.w3l_stats_bottom_grid_right {
    margin: 3em 0 0;
}
------------------*/
/*-- //stats-bottom --*/
/*-- stats-bottom-banner --*/
/*------------------
.stats-bottom-banner{
	background: url(../images/banner-beste15T.png) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding: 3em 0;
}
.stats-bottom-banner h3{
    text-align: center;
    font-size: 2.5em;
    color: #000;
    line-height: 1.5em;
    text-transform: uppercase;
    padding-bottom: 0.5em;
    position: relative;
    font-weight: 700;
    margin-top: 1em;
    letter-spacing: 1px;
}
.stats-bottom-banner h3 span{
	 color:#000;
}
.stats-bottom-banner h3:after{
	content: '';
    background: #47CF73;
    width: 15%;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 42%;
}
.stats-bottom-banner p{
	margin: 2em auto 3em;
    color: #fff;
    line-height: 2em;
    width: 70%;
}
------------------*/
/*------------------
.agileits_button{
	margin:0 auto;
	color:#fff;
	border-color:#fff;
}
------------------*/
/*-- to-top --*/
/*------------------
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 55px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
body {
    margin:0px;
    overflow-x:hidden;
	font-family: 'Roboto Condensed', sans-serif;
}
------------------*/

/*------------------
#titleArea h1, #titleArea h2 {
    text-align: center;
    font-size: 72px;
    letter-spacing: -3px;
    transition:font-size 0.2s;
}
#titleArea h2 {
    font-size: 36px;
}
------------------*/
/*------------------
.sectBtn{
    padding:12px;
    width:100vw;
    background:#222;
    border-bottom:2px solid #333;
    border-top:2px solid #333;
}
------------------*/

/*------------------
#copyLink::selection{
    background:#1a1a1a;
    color:#FD2138;
}
#copyLink{
    min-width:50vw;
    border:none;
    background:inherit;
    height:70px;
}

.codeBlock{
    border:2px solid #333;
    color:#ccc;
    background:#1a1a1a;
    padding:8px;
}

------------------*/
/*Demo start*/
#exampleSlider{
    margin-bottom:9px;
    padding:70px;
}
.sliderBox{
    text-align:center;
    background-size:cover;
    color:rgba(255,255,255,0.9);
    font-weight:500;
    padding:0;
	}
	#exampleSlider, .sliderBox {
		width: 100%!important;
		height: 900px!important;
	}
.sliderBox h3 {
    padding-top: 3em;
    font-weight: 900;
    letter-spacing: 2px;
	text-align:center;
	font: 14px/1.25 "微软雅黑 Light", Arial;
    font-size: 35px;
    display: block;
    color: #4C4948;
	line-height: 90px;
	padding:2%;
}
.sliderBox h3 span {
	font: 14px/1.25 "微软雅黑 Light", Arial;
    font-size: 20px;
    display: block;
    color: #4C4948;
	line-height: 40px;
	padding:0px;
	
}
#sl1{
    background:url(../images/banner-CHTank2.png) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
#sl2{
    background:url(../images/banner-FREETANK.png) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
#sl3{
    background:url(../images/banner-beste15T.png) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
/*Demo end*/

.sliderArr {
    transition: background 0.2s;
    z-index: 100;
    position: absolute;
    top:42%;
    bottom: 50%;
    width: 50px;
    height: 50px;
    padding: 8px;
    background: rgba(0,0,0,0.05);
    cursor: pointer;
	border-radius:0!important 
}
/*------------------
img#sliderRight {
    right: 15px!important;
}
img#sliderLeft {
	left:0px!important;
}
#exSect{
    padding-left:16px;
    padding-right:16px;
    padding-bottom:48px;
}
#exSect .codeBlock{
    height:200px;
    overflow-y:auto;
    overflow-x:hidden;
}
------------------*/
/*-- //to-top --*/