/*必备样式*/
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0;}
ul,ol,dl{list-style-type:none;}
html,body{*position:static;}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
address,caption,cite,code,dfn,em,th,var,i{font-style:normal;font-weight:normal;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button{overflow: visible;vertical-align:middle;outline:none;}
h1,h2,h3,h4,h5,h6{font-size:14px; font-weight:normal;}
a,area{outline:none;blr:expression(this.onFocus=this.blur());}
a:focus,a:hover,a:active{outline:none;blr:expression(this.onFocus=this.blur());}
a{outline:none;text-decoration: none!important;color: #666;-o-transition: .2s ease;-moz-transition: .2s ease;-webkit-transition: .2s ease;transition: .2s ease;}
sub,sup{vertical-align:baseline}
table{border-collapse:collapse;border-spacing:0}
textarea { resize:none;} 
input[type="submit"],input[type="button"]{ cursor:pointer;}
/*img*/
img{border:0;vertical-align:middle;}
a img,img{-ms-interpolation-mode:bicubic;}
.img-responsive{max-width: 100%;height: auto;}
/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5;}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden;}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
a{text-decoration:none; color:#666}
a:hover{text-decoration:none;}
body,th,td,button,input,select,textarea{ font-family: arial "微软雅黑";-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;border: none;}
body{line-height:1.6;font-family: arial "微软雅黑";font-size: 14px;width: 100%;margin: 0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height: 0;font-size: 0;}
.clearfix{*zoom:1;}
.ib{display:inline-block;*display:inline;*zoom:1; vertical-align:middle;}

/*-------------header-----------------------*/
.header1{
	width: 100%;
	background: #333333;
	padding: 6px 0;
}
.header1 ul li{
	float: left;
	font-size: 14px;
	color: #bbbaba;
	line-height: 32px;
	margin: 0 15px;
}
.header1 ul li a i{
	color: #cccccc;
	font-size: 18px;
	display: inline-block;
	padding-right: 10px;
}
.header1 ul li a{
	color: #bbbaba;
}
.header1 ul li.hdli3{
	color: #00868b;
	font-size: 20px;
	font-weight: bold;
	float: right;
}
.header1 ul li.hdli3 i{
	color: #00868b;
}

/*------------导航部分样式---------------*/
.collapse{ 
	visibility:visible;
	background: rgba(255,255,255,1);
}
.dropdown-menu{
	padding: 0px; 
	border: none;
}
.dropdown-menu li a{
	padding: 0px 5px; 
	text-align: center;
}
.top-box {
	margin-bottom: 0;
	background: none;
	border: none;
}
.top-box .navbar-collapse {
	border: none;
}
.top-box .navbar-brand {
	padding: 5px;
	margin-top: 8px;
}
.top-box .navbar-brand img {
	height: 100%;
}
.top-box .navbar-toggle {
	margin-top: 8px;
}
.top-nav li{
	top: 0;
}
.top-nav li a {
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}
.top-box .navbar-nav>.open>a, .top-box .navbar-nav>.open>a:focus, .top-box .navbar-nav>.open>a:hover{
	color: #fff;
    background-color: #00868b;
}
.top-box .navbar-nav>.active>a, .top-box .navbar-nav>.active>a:focus, .top-box .navbar-nav>.active>a:hover{
	color: #fff;
    background-color: #00868b;
}
.top-box .dropdown-menu{
	background: rgba(0,0,0,0.8);
}
.top-box .dropdown-menu li a{
	color: #FFFFFF;
	padding: 10px;
}
.top-box .dropdown-menu li a:hover{
	color: #FFFFFF;
	background: #00868B;
}
@media only screen and (min-width:1200px) {
	/*顶部导航*/
	.top-box {
		border:none;
	}
	.top-box .navbar-brand img {
		height: 100%;
	}
	.top-nav li a {
		font-size: 16px;
		padding: 20px;
	}
}

@media only screen and (min-width:768px) {
	/*顶部导航*/
	.top-nav li a {
		padding: 20px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.header1{
		display: none;
	}
}
/*--------------------导航部分结束-------------------------*/

/*-------------banner部分-----------------*/
.banner .s-nav li{
	background: rgba(255,255,255,0.6);
	border: none;
	width: 14px;
	height: 14px;
	margin: 0 5px;
}
.banner .s-nav li.active{
	background: rgba(0,134,139,1);
}
.banner .btn1{
	width: 70px;
	height: 110px;
	top: 50%;
	margin-top: -55px;
}
.banner .btn-left{
	background: url(../img/btn1.png) no-repeat center;
	left: 11%;
}
.banner .btn-right{
	background: url(../img/btn2.png) no-repeat center;
	right: 11%;
}
.banner1{
	width: 100%;
}
.banner1 img{
	width: 100%;
}
/*----------主体内容------------*/
.about .about-content{
	margin-top: 40px;
	margin-bottom: 100px;
}
.common-title h1{
	font-size: 32px;
	color: #00868B;
	font-weight: bold;
	margin-bottom: 8px;
}
.common-title h2{
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 50px;
}
.common-title h2 span{
	color: #00868B;
}
.about-info{
	padding-top: 60px;
}
.about-info .txt1{
	color: #797979;
	text-align: justify;
	line-height: 28px;
	height: 252px;
	overflow: hidden;
}
.about {
    padding-top: 20px;
}
.more{
	padding: 0;
	margin-top: 45px;
}
.more a{
	display: block;
	text-align: center;
	padding: 8px 0;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background: #00868b;
	border: 1px solid #00868B;
}
.more a i{
	font-size: 15px;
	display: inline-block;
	padding-left: 5px;
}
.more a:hover{
	color: #00868b;
	background: #FFFFFF;
	border: 1px solid #00868b;
}
@media only screen and (max-width: 992px) and (min-width: 768px){
	.about-info{
		padding-top: 30px;
	}
	.more{
		margin-top: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.about .about-content{
		margin-bottom: 40px;
	}
	.about-info .txt1{
		line-height: 24px;
		height: auto;
	}
	.more{
		float: none;
		margin: 20px auto;
	}
	.more a{
		font-size: 14px;
	}
}

.business{
	background: #f7f7f7;
}
.business-info h3{
	font-size: 20px;
	color: #000000;
	margin-bottom: 10px;
}
.business-info h3 a{
	color: #000000;
}
.business-info p{
	color: #666666;
	line-height: 28px;
	margin-bottom: 20px;
	height: 84px;
	overflow:hidden;
}
.thumb .img2 img{
	transition: all 0.6s;
}
.thumb:hover .img2 img{
   transform: scale(1.1);
}
.thumb:hover .business-info h3 a{
	color: #00868B;
}
.business .row>div{
	padding: 0 5%;
}
@media only screen and (max-width: 992px) and (min-width: 768px){
	.business .row>div{
		padding: 0 3%;
	}
}
@media only screen and  (max-width: 992px) {
	.business-info p{
		line-height: 22px;
	}
}
@media only screen and (max-width: 767px) {
	.common-title h1{
		font-size: 24px;
	}
	.common-title h2{
		font-size: 22px;
	}
	.business-info h3{
		font-size: 17px;
	}
}

.list1{
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}
.list1 li{
	display: inline-block;
	border-radius: 20px;
	background: none;
	margin: 0 16px;
}
.list1 li a{
	display: block;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	padding: 7px 20px;
	border: none;
}
.list1 li.active{
	background: #00868b;
}
.list1 li.active a{
	color: #FFFFFF;	
}

.case-imgs{
	overflow: hidden
}
.case-img1{
	position: relative;
	height: 230px;
	margin: 10px 0;
}
.case-img2{
	height: 230px;
}
.shade1{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.shade1 .bg1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,134,139,0.9);
	z-index: 1;
}
.case-info{
	position: absolute;
	width: 100%;
	padding: 40px 25px;
	z-index: 2;
	text-align: center;
}
.case-info .txt2{
	color: #FFFFFF;
	height: 88px;
	overflow: hidden;
}
.case-info .more1{
	padding: 7px 20px;
	display: inline-block;
	color: #00868b;
	font-weight: bold;
	background: #FFFFFF;
	border-radius: 20px;
	margin-top: 15px;
}
.list3{
	display: none;
}
@media only screen and (max-width: 767px) {
	.list1{
		display: none;
	}
	.list3{
		display: block;
	}
	.list3 ul{
		overflow: initial;
	}
	.list3 ul li{
		border-radius: 20px;
		background: none;
	}
	.list3 ul li.active{
		background: #00868b;
	}
	.list3 ul li a{
		display: block;
		padding: 7px 0;
		text-align: center;
		font-size: 15px;
		font-weight: bold;
	}
	.list3 ul li.active a{
		color: #FFFFFF;
	}
}

.manage{
	background: url(../img/bg1.jpg) no-repeat center center;
	width: 100%;
	padding: 22px 0;
}
.title1 h1{
	font-size: 30px;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 10px;
}
.title1 h2{
	font-size: 14px;
	color: rgba(255,255,255,0.4);
}
.title1{
	margin-bottom: 15px;
}
.manage-info p{
	font-size: 16px;
	color: rgba(255,255,255,0.6);
}
.enter{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.enter a{
	display: inline-block;
	padding: 5px 20px;
	background: #00868b;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 20px;
}
@media only screen and (max-width: 767px) {
	.title1 h1{
		font-size: 24px;
	}
}

.title2{
	margin-bottom: 20px;
	border-bottom: 1px solid #d4d3d3;
}
.title2 h3{
	font-size: 12px;
	color: #999999;
}
.title2 h3 span{
	font-size: 16px;
	color: #00868B;
	font-weight: bold;
	display: inline-block;
	border-bottom: 4px solid #00868B;
	padding-bottom: 8px;
}
.title2 .more2{
	float: right;
	font-size: 12px;
	color: #999999;
	margin-top: -25px;
}
.news-list li{
	margin-top: 10px;
	overflow: hidden;
}
.news-list li .img4{
	float: left;
	width: 25%;
	height: 100px;
}
.news-info{
	width: 75%;
	float: left;
	padding: 18px;
	background: #EAE8E9;
	height: 100px;
}
.news-info h4{
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.news-info h4 a{
	color: #666666;
}
.news-info p{
	font-size: 12px;
	color: #999999;
	height: 38px;
	overflow: hidden;
}
.news-list li:hover .news-info a{
	color: #00868B;
}
.img5{
	width: 100%;
	overflow: hidden;
}
.img5 a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.bottom1{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 4px 8px;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
}
.news-1{
	padding: 0 30px;
}
.hydt-list li{
	margin-top: 14px;
	border-bottom: 1px dashed #dfdcdc;
}
.hydt-list li a{
	display: block;
	padding: 7px 0;
	color: #868585;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hydt-list li a:hover{
	color: #00868B;
}
.newsCenter{
	overflow: hidden;
}
.newsCenter>div{
	margin: 20px 0;
}
.news{
	background: #F7F7F7;
}

/*--------------------footer样式开始------------------------*/
.footer1{
	background: #211f1f;
	border-top: 8px solid #00868b;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
}
.footer1 .container>div{
	padding: 0 10px;
}
.footer-title h3{
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px solid #00868b;
	display: inline-block;
}
.ft1{
	margin-top: 20px;
}
.ft1 img{
	float: left;
	width: 124px;
	padding-right: 20px;
	border-right: 1px solid #414040;
}
.ft1 .tel1{
	padding-left: 145px;
}
.ft1 .tel1 h4{
	font-size: 20px;
	color: #00868B;
	font-weight: bold;
	padding: 8px 0;
}
.ft1 .tel1 h4 i{
	display: inline-block;
	color: #00868b;
	padding-right: 8px;
}
.ft1 .tel1 p{
	color: #cccccc;
	font-size: 12px;
	line-height: 24px;
}
.footer-menu{
	margin-top: 8px;
	overflow: hidden;
}
.footer-menu ul li{
	padding: 2px 0;
}
.footer-menu ul li a:hover{
	color: #FFFFFF;
}
.footer2{
	background: #0F0F0F;
	padding: 12px 0;
	text-align: center;
}
.footer2 p{
	font-size: 12px;
	color: #999999;
}
@media only screen and  (max-width: 992px) {
	.ft1 .tel1{
		display: none;
	}
}
@media only screen and  (max-width: 768px) {
	.footer1{
		display: none;
	}
}
/*--------------------footer样式结束------------------------*/

/*-------------公司简介-------------------*/
.list4 ul li{
	display: inline-block;
	float: left;
}
.list4 ul li a{
	display: block;
	font-size: 16px;
	color: #666666;
	padding: 20px 15px;	
	margin: 0 2px;
}
.list4 ul li a.active{
	color: #00868B;
	border-bottom: 4px solid #00868b;
}
.list4{
	border: 1px solid #edebeb;
	margin-bottom: 30px;
}
.list5{
	display: none;
}
@media only screen and (max-width: 767px) {
	.list4{
		display: none;
	}
	.list5{
		display: block;
		border: 1px solid #edebeb;
		margin-bottom: 30px;
	}
	.list5 .swiper-slide a{
		display: block;
		padding: 15px 0;
		color: #666666;
		font-size: 16px;
		text-align: center;
	}
	.list5 .swiper-slide a.active{
		color: #00868B;
		border-bottom: 4px solid #00868b;
	}
}
.title3{
	margin-bottom: 15px;
}
.title3 h1{
	font-size: 28px;
	color: #505050;
	padding: 15px 0 15px 50px;
	background: url(../img/icon8.png) no-repeat left center;
}
.title3 h1 span{
	font-size: 14px;
	color: #999999;
}

.t1 h1{
	background: url(../img/icon9.png) no-repeat left center;
}
.txt3{
	color: #797979;
	text-align: justify;
	margin-bottom: 100px;
	padding-bottom: 100px;
	line-height: 28px;
}
.txt3 img{
	display: inline-block;
	max-width: 100%;
	margin: 15px 0;
}
.txt3 h2{
	font-size: 24px;
	color: #505050;
	padding: 15px 0;
}
.gsry1{
	text-align: center;
	margin: 15px 0;
}
.gsry1 p{
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

/*----------页码----------------*/
.page{
	display: block;
	text-align: center;
}
.page a{
	display: inline-block;
	font-size: 16px;
	color: #999999;
	padding: 2px 10px;
	border: 1px solid #dfdfdf;
}
.page a.p-prev,.page a.p-next{
	font-size: 24px;
}
.page a.on{
	background: #00868b;
	border-color: #00868b;
	color: #FFFFFF;
}
.page a.total{
	border: none;
	color: #666666;
}

.gsry{
	margin-bottom: 100px;
}

.t2 h1{
	background: url(../img/icon10.png) no-repeat left center;
}
.t3 h1{
	background: url(../img/icon15.png) no-repeat left center;
}
.t4 h1{
	background: url(../img/icon14.png) no-repeat left center;
}
.map{
	margin-bottom: 60px;
}
.map img{
	display: inline-block;
	max-width: 100%;
}
.contactUs{
	overflow: hidden;
}
.contact1{
	text-align: center;
}
.contact1 h5{
	font-size: 16px;
	color: #454545;
	font-weight: bold;
	padding: 10px 0;
}

.qywh1{
	text-align: center;
	margin: 30px 0;
}
.qywh1 h5{
	font-size: 22px;
	color: #4eaf53;
	padding: 15px 0;
}
.qywh1 p{
	width: 70%;
	line-height:1.5em;height:10.5em;overflow:hidden;
	margin: 0 auto;
	text-align: justify;
	color: #666666;
}
.qywh{
	overflow: hidden;
	margin-bottom: 100px;
}

.zxns1{
	margin-top: 20px;
}
.q1{
	width: 100%;
	border: 1px solid #dfdfdf;
	padding: 18px 20px;
	height: 60px;
	cursor: pointer;
}
.q1 h4{
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 22px;
	border-left: 4px solid #00868b;
}
.q1 span{
	float: right;
	font-size: 14px;
	color: #505050;
	padding-left: 24px;
	background: url(../img/icon16.png) no-repeat left center;
}
.w1{
	padding: 35px;
	border-bottom: 1px dashed #e4e4e4;
	overflow: hidden;
}
.w1 li{
	/*float: left;
	width: 30%;*/
	text-align: left;
	font-size:14px;
	color: #505050;
	font-weight: bold;
	padding: 6px 0;
}
.w1 li span{
	font-weight: normal;
}
.info4{
	padding: 0 35px;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	padding-bottom: 70px;
}
.info4 h4{
	font-size: 16px;
	color: #505050;
	font-weight: bold;
	padding: 10px 0;
	margin-top: 20px;
}
.txt4{
	display: none;
}
.zxns{
	margin-bottom: 300px;
}
.zxns1 div.current{
	border-color: #00868b;
}
.zxns1 div.current h4{
	color: #00868b;
}
.zxns1 div.current span{
	background: url(../img/icon17.png) no-repeat left center;
}

/*--------面包屑-------------*/
.crumbs{
	background: #f5f2f5;
	padding: 15px 0;
}
.crumbs a{
	color: #7b7a7a;
}

.title4{
	padding: 18px 0;
	border-bottom: 1px dashed #e4e4e4;
	overflow: hidden;
}
.title4 h3{
	font-size: 24px;
	color: #505050;
	float: left;
}
.title4 .back{
	float: right;
	font-size: 14px;
	color: #999999;
	padding-top: 3px;
}
.title4 .back a{
	color: #999999;
}
.txt5 h4{
	font-size: 16px;
	color: #00868B;
	font-weight: bold;
	padding: 15px 0;
	border-bottom: 1px dashed #cccccc;
	margin: 10px 0;
}

.img6{
	height: 180px;
}
.news-info1{
	height: 180px;
	position: relative;
}
.news-info1 h3{
	font-size: 20px;
	color: #000000;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-info1 .txt6{
	color: #999999;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 41px;
	
}
.news-info1 .time1{
	color: #797979;
	position: absolute;
	bottom: 0;
	padding-top: 24px;
	border-top: 1px dashed #e4e4e4;
	display: block;
	width: 100%;
	padding-left: 24px;
	background: url(../img/icon18.png) no-repeat bottom left;
}
.news1{
	overflow: hidden;
	padding-bottom: 60px;
	border-bottom: 1px dotted #dfdfdf;
	margin-bottom: 60px;
}
.news1 a{
	display: block;
	width: 100%;
	height: 100%;
}
.news1:hover h3{
	color: #00868b;
}
.news-list1{
	margin-bottom: 100px;
}
.news-txt{
	margin-top: 50px;
}
.txt7 h3{
	text-align: center;
	font-size: 24px;
	color: #000000;
	padding: 20px 0;
	border-bottom: 1px dashed #d4d4d4;
	margin-bottom: 20px;
}
.pian a{
	display: block;
	padding: 12px 0;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pian a.prev-pian{
	border-bottom: 1px dotted #d8d8d8;
}
.pian a:hover{
	color: #00868b;
}
.pian a.back1{
	float: right;
	margin-top: -94px;
}
.news-txt{
	margin-bottom: 200px;
}

/*--------------典型案例----------------*/
.case1{	
   	padding: 25px 0 0 20px;
   	border-radius: 8px;
   	height: 200px;
}
.case1 h2{
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 0;
}
.case1 h3{
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 20px;
}
.cbx1{
	background: -webkit-linear-gradient(left,#2aaafa,#38beff); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(right,#2aaafa,#38beff); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient(right,#2aaafa,#38beff); /* Firefox 3.6 - 15*/
    background: linear-gradient(to right, #2aaafa,#38beff); /* 标准的语法 */
}
.cbx2{
	background: -webkit-linear-gradient(left,#ab6aff,#bf9aff); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(right,#ab6aff,#bf9aff); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient(right,#ab6aff,#bf9aff); /* Firefox 3.6 - 15*/
    background: linear-gradient(to right, #ab6aff,#bf9aff); /* 标准的语法 */
}
.cbx3{
	background: -webkit-linear-gradient(left,#fc9f12,#ffc419); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(right,#fc9f12,#ffc419); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient(right,#fc9f12,#ffc419); /* Firefox 3.6 - 15*/
    background: linear-gradient(to right, #fc9f12,#ffc419); /* 标准的语法 */
}
.cbx4{
	background: -webkit-linear-gradient(left,#f97861,#fc9976); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(right,#f97861,#fc9976); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient(right,#f97861,#fc9976); /* Firefox 3.6 - 15*/
    background: linear-gradient(to right, #f97861,#fc9976); /* 标准的语法 */
}
.cbx5{
	background: -webkit-linear-gradient(left,#10cdce,#0fd7c7); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(right,#10cdce,#0fd7c7); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient(right,#10cdce,#0fd7c7); /* Firefox 3.6 - 15*/
    background: linear-gradient(to right, #10cdce,#0fd7c7); /* 标准的语法 */
}
.cbx6{
	background: -webkit-linear-gradient(left,#f958a4,#fa6fb2); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(right,#f958a4,#fa6fb2); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient(right,#f958a4,#fa6fb2); /* Firefox 3.6 - 15*/
    background: linear-gradient(to right, #f958a4,#fa6fb2); /* 标准的语法 */
}
.cases>div{
	padding: 10px 4px;
}
.case1 a{
	display: block;
}
.case1 .jiantou{
	display: none;
}
.case1:hover ,
.cases .active{
	box-shadow: 0 4px 8px rgba(53,53,53,0.2);	
}
.case1:hover a ,
.cases .active a{
	transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.case1:hover .jiantou ,
.cases .active .jiantou{
	display: block;
	transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.cases{
	overflow: hidden;
	margin: 40px 0;
}

.case2 a{
	display: block;
}
.case2-t{
	position: relative;
}
.case2-t .shade2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,134,139,0.9);
	text-align: center;
	display: none;
}
.case2-t .shade2 i{
	font-size: 38px;
	position: absolute;
    top: 50%;
    margin-top: -18px;
    margin-left: -18px;
	color: #FFFFFF;
}

.case2-b{
	width: 100%;
	padding: 15px;
	background: #f3f3f3;
}
.case2-b h3{
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 4px;
}
.case2-b p{
	color: #999999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case2{
	margin: 35px 0;
}
.case-area{
	overflow: hidden;
	margin-bottom: 40px;
}
.box1{
	margin-bottom: 200px;
}
.zyyw-title{
	margin: 25px 0;
}
.zyyw-title h1{
	font-size: 28px;
	color: #505050;
	padding: 15px 0;
	border-bottom: 1px dashed #e4e4e4;
}
.zyyw-title h1 span{
	font-size: 14px;
	color: #999999;
}

.topic img{
	display: inline-block;
	max-width: 100%;
}
body{
	font-family: "微软雅黑";
}

