/*
* @Author: Administrator
* @Date:   2018-09-06 08:43:13
* @Last Modified by:   Administrator
* @Last Modified time: 2018-09-28 14:29:11
*/
*{
	font-family: 'SimHei';
}
#nav{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(255,255,255,0.4);
}
#nav ul li{
	float: left;
}
#nav ul li a{
	line-height: 50px;
	font-size: 15px;
	color: #000;
	padding: 0 30px;
}
#nav ul li a:hover{
	color: #00a5b8;
}
.flexslider{
    margin: 0 auto;
    position:relative;
    width:100%;
    /*height:700px;*/
    overflow:hidden;
}
.flex-viewport{
    max-height:2000px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
}
.flexslider .slides{
    zoom:1;
}
.flex-direction-nav a{
    width:60px;
    height:90px;
    line-height:99em;
    overflow:hidden;
    margin:-60px 0 0;
    display:block;
    background:url(../images/icon/ad_ctr.png) no-repeat;
    position:absolute;
    top:50%;
    z-index:10;
    cursor:pointer;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .3s ease;
}
.flex-direction-nav .flex-next{
    background-position:0 -90px;
    right:0;
}
.flex-direction-nav .flex-prev{
    left:0;
}
.flexslider:hover .flex-next{
    opacity:0.8;
    filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev{
    opacity:0.8;
    filter:alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{
    opacity:1;
    filter:alpha(opacity=50);
}
.flex-control-nav{
    width:100%;
    position:absolute;
    bottom:30px;
    text-align:center;
}
.flex-control-nav li{
    margin:0 5px;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.flex-control-paging li a{
    background:url(../images/icon/dot.png)
    no-repeat 0 -16px;
    display:block;
    height:16px;
    overflow:hidden;
    text-indent:-99em;
    width:16px;
    cursor:pointer;
}
.flex-control-paging li a.flex-active{
    background-position:0 0;
}
.flexslider .slides li {
    width: 100%;
    text-align: center;
}
.flexslider .slides li img{
    width: 100%;
    height: 100%;
    text-align: center;
}



#about{
	padding-top: 100px;
	padding-bottom: 50px;
}
/* .box{
	position: relative;
	width: 200px;
	height: 200px;
	transform-style: preserve-3d;
	transform: rotateY(-30deg) rotateX(57deg)
}
.box > div{
	position: absolute;
	width: 200px;
	height: 200px;
	opacity: 0.7;
}
.up{
	background:red;
	transform: rotateY(90deg) translateZ(100px);
}
.down{
	background:orange;
	transform:rotateX(-90deg) translateZ(100px);

}
.left{
	background:yellow;
	transform:rotateY(-90deg) translateZ(100px);
}
.right{
	background:blue;
	transform:rotateX(90deg) translateZ(100px);
}
.back{
	background:cyan;
	transform:translateZ(100px);
}
.front{
	background:purple;
	transform:translateZ(-100px);
} */
.about_main{
	position: relative;
	width: 1050px;
	margin-top: 20px;
	padding: 15px;
	background-color:rgba(79,194,199,0.05);
}
.about_main p{
	width: 800px;
}
.about_tit{
	font-size: 18px;
	font-weight: 700;
	color: #4fc2c7;
}
.about_tite{
	font-size: 16px;
	color: #666;
}
.about_txt{
	font-size: 15px;
	line-height: 30px;
	color: #333;
}
.about_img{
	position: absolute;
	right: -150px;
	bottom:30px;
	width: 400px;
	height: 250px;
	box-shadow: 2px 2px 10px #999;
}

#pro{
	/* background: url(../images/bg/probg.jpg) center; */
}

.pro_main{
	width: 1300px;
	
}
.home-pro-pic {
	width: 1300px;
	margin: 0 auto;
	position:relative;
	padding-left: 100px;
	margin-top: 30px;
}

.home-pro-pic ul {

	list-style: none;

	display: block;

	margin: 0;

	padding: 0;

	padding-top: 10px;

}

.home-pro-pic li,.pro-con li {

	position: relative;
	width: 285px;
	height: 350px;
	float: left;
	margin-left: 13px;
	box-shadow: 2px 2px 10px #ccc;
	background-color: #fff;

}



.home-pro-pic li img,.pro-con li img  {

	width: 285px;

	height: 285px;

}	

.home-pro-pic .pro-prev, .home-pro-pic .pro-next {

	/* background: transparent url(../images/lefts.png) no-repeat 0 0; */

	text-indent: 999px;

	display: block;

	overflow: hidden;

	width: 50px;

	height: 50px;

	/* margin-left: 10px; */

	position: absolute;

	top: 200px;				

}

.home-pro-pic .pro-prev {
	background: transparent url(../images/icon/lefts.png) no-repeat 0 0;

	background-position: 0 0;

	left: 40px;

}

.home-pro-pic .pro-prev:hover {
	background: transparent url(../images/icon/left.png) no-repeat 0 0;

	left: 40px;

}			

.home-pro-pic .pro-next {
	background: transparent url(../images/icon/rights.png) no-repeat 0 0;
	background-position: 0 0;

	right: 40px;

}

.home-pro-pic .pro-next:hover {
	background: transparent url(../images/icon/right.png) no-repeat 0 0;
	right: 40px;

}				

.home-pro-pic .pro-pager {

	text-align: center;

	margin: 0 auto;

}
.home-pro-pic .pro-pager{
	transform:translateX(-40px);
}

.home-pro-pic .pro-pager a {

	background: transparent url(../images/icon/carousel_control.png) no-repeat -2px -32px;

	text-decoration: none;

	text-indent: -999px;

	display: inline-block;

	overflow: hidden;

	width: 8px;

	height: 8px;

	margin: 0 5px 0 0;

}
.h-pro-zz{
	position: absolute;
	left: 0;
	top: 0;
	width: 285px;
	height: 0;
	color:#fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 285px;
	text-align: center;
	background-color:rgba(79,194,199,0.7);
	overflow: hidden;
	transition:all .2s linear 0s;
	opacity: 0.9;
}
.home-pro-pic li:hover .h-pro-zz{
	height: 285px;
}

.home-pro-pic .pro-pager a.selected {

	background: transparent url(../images/icon/carousel_control.png) no-repeat -12px -32px;

	text-decoration: underline;				

}
.caroufredsel_wrapper{
	width: 1200px !important;
	height: 370px !important;
	/* overflow: visible !important; */
}
.caroufredsel_wrapper ul{
	height: 370px !important;
}

.h-pro-con ul{
width: 1200px;
margin: 0 auto;
}
.h-pro-con li{
position: relative;
width: 285px;
height: 350px;
float: left;
margin-left: 12px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
background-color: #fff;
}
.h-pro-con-t{
width: 100%;
height: 30px;
color: #4fc2c7;
font: 400 16px/30px SimHei;
text-align:center;
border-top: 1px solid rgba(0,0,0,0.1)
}
.h-pro-con-b{
width: 100%;
height: 30px;
color: #666;
font: 400 16px/30px SimHei;
text-align:center;
}





.news_main{
	/* display: flex; */
}
.news_main li{
	/* flex: 1; */
	padding: 30px;
	box-sizing: border-box;
	float: left;
	width: 33.333333333333%;
}
.news_main li a{
	display: block;
	/* background-color: #eee; */
	height: 400px;
	box-shadow: 2px 2px 5px #999;
}
.n_tit{
	color: #000;
	height: 42px;
	overflow: hidden;
}
.n_txt{
	color:#666;
	line-height: 30px;
	font-size: 15px;
	height: 60px;
	overflow: hidden;
}
.n_more{
	position: relative;
	height: 30px;
}
.n_more span{
	position: absolute;
	left: 125px;
	top: -45px;
	width: 70px;
	height: 70px;
	color: #666;
	background-color: #fff;
	font-size: 40px;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
/* .news_main li a:hover .n_tit{
	color:#4fc2c7;
} */
.n-img{
	width: 340px;
	height: 230px;
	overflow: hidden;
}
.n-img img{
	width: 100%;
	height: 100%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.news_main li a:hover .n_more span{
	color:#fff;
	background-color: #4fc2c7;
}
.news_main li a:hover img{
	transform: scale(1.1,1.1);
}
.footer_main{
	/* display: flex; */
}
.footer_main div{
	/* flex: 1;*/ 
	box-sizing: border-box;
	padding: 30px; 
	float: left;
	width: 25%;
}

#footer{
	background-color: #333;
}
.f_line{
	width: 40px;
	height: 3px;
	background-color: #4fc2c7;
	border-radius: 1.5px;
}
.f_link_wrap{
	padding-left: 80px !important;
}
.f_link li a{
	color:#999;
	line-height: 30px;
	font-size: 14px;
}
.f_link li a:hover{
	color:#4fc2c7;
}
.f_ewm{
	margin-top: 10px;
	width: 130px;
	height: 130px;
}



/* =========================================== */
