@charset "utf-8";
html,body{
	height:100%;
	padding:0px;
	margin:0px;
	min-width: 1200px;
	font:14px 微软雅黑;
	color:#444;
}
a{
	text-decoration: none;
	outline: none;
	color: #000;
	transition: 0.2s;
}
p{
	text-align: justify;
	text-justify:inter-ideograph;
	margin: 0;
}
li{list-style-type: none;
	vertical-align: top;
	margin: 0;
	padding:0;
}
ul{margin: 0;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.clear{
	clear:both;
}
.w0{
	width: 100%;
	overflow：hidden;
}
.w1{
	width: 100%;
	clear：both;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.w1140{
	width: 1140px;
	margin:0 auto;
}

/*header start*/
.head{
	width:100%;
	position: relative;
	background: #fff;
	z-index: 99999999;
	box-shadow: 0px 0px 40px;
}

.head .head_top{
	height: 35px;
	background: #E6E6E6;
	line-height: 35px;
	color: #666;
}
.head .head_top a{
	padding: 0 4px;
}

.head .head_body{
	height: 100px;
}
.head .tel{
	padding: 17px 0 15px 80px;
	background: url(../images/tel.png) no-repeat center left;
}
.head .tel p{
	font-size: 17px;
	line-height: 32px;
	margin-left: 10px;
}
.head .tel b{
	font-size: 28px;
	font-family: Arial;
	color: #00a0bc;
	position: relative;
	top: 2px;
	margin-left: 10px;
}

.head .head_nav{
	height: 50px;
	background: url(../images/navbg.png);
}
.head .head_nav li{
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    float: left;
    position: relative;
}
.head .head_nav li a{
	color: #444;
	padding-top: 10px;
}
.head .head_nav li a:hover {
	border-top: 5px solid #00a0bc;
}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:550px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/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;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	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: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: rgba(0,0,0,0.3);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -99em;
	width: 10px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	border-radius: 10px;
}

.flex-control-paging li a.flex-active,.flex-control-paging li.active a {
	background: #00a0bc;
}

.flexslider .slides a img {
	width: 100%;
	height: 550px;
	display: block;
}
/*banner end*/

/*product start*/
.product{
	margin: 50px 0 25px 0;
}
.product .title{
	background: url(../images/protit.png) no-repeat center;
	height: 70px;
	margin-bottom: 20px;
	border-radius: 10px
}
.product .title b{
	font-size: 28px;
	color: #fff;
	line-height: 70px;
	margin: 0 25px 0 50px;
	    font-weight: normal;
}
.product .title span{
	font-size: 16px;
	color: #fff;
	line-height: 70px;
}

.product .pro_body{
	height: auto;
}
.product .pro_body .list ul li{
	float: left;
	width: 220px;
	text-align: center;
	height: 40px;
	border: 1px dashed #ddd;
	margin: 5px 4px;
	padding: 0px 5px;
	border-radius: 5px;
}
.product .pro_body .list ul li a{
	color: #666;
	line-height: 40px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .pro_body .list ul li:hover{
	border: 1px solid #00a0bc;
	background: #00a0bc;
}
.product .pro_body .list ul li:hover a{
	color: #fff;
}
.product .pro_body .list ul .more{
	color: #fff;
	border: 1px solid #00a0bc;
	background: #00a0bc;
}
.product .pro_body .list ul .more a{
	color: #fff;
}

.product .pro_body .body{
	height: auto;
	margin-top: 20px;
	background: #fff;
}
.product .pro_body .body ul li{
	float: left;
	margin-left:45px;
	margin-bottom: 30px;
}
.product .pro_body .body ul li:nth-child(1) {
	margin-left: 0;
}
.product .pro_body .body ul li:nth-child(5) {
	margin-left: 0;
}
.product .pro_body .body ul li a .img{
	padding: 2px;
	border:1px solid #dfdfdf;
	width: 260px;
	height: 195px;
	overflow: hidden;
}

.product .pro_body .body ul li a .img img{
	cursor: pointer;
	transition: all 1s;
}
.product .pro_body .body ul li a .img img:hover{
	transform: scale(1.2);
}

.product .pro_body .body ul li p{
	width: 266px;
	height: 35px;
	background: #dfdfdf;
	line-height: 34px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.product .pro_body .body ul li:hover .img{
	border:1px solid #00a0bc;
}
.product .pro_body .body ul li:hover p{
	background: #00a0bc;
	color:#fff;
}

/*product end*/

/*company start*/
.company{
	margin: 25px 0;
}

.company .title{
	height: 100px;
	background: url(../images/newtit1.png) no-repeat center;
	text-align: center;
}
.company .title b{
	font-size: 28px;
	color: #00a0bc;
	display: block;
	padding: 10px 0 0 10px;
	font-weight: normal;
}
.company .title p{
	font-size: 16px;
	color: #fff;
	background: #00a0bc;
	width: 305px;
	margin: 5px auto 0;
	padding: 5px 0;
	/*letter-spacing: 4px;*/
	text-align: center;
}

.company .com_body .com_tp{
	height: 300px;
	width: 450px;
	background: url(../images/combg.png) no-repeat center;
	text-align: center;
}
.company .com_body .com_tp img{
	width: 350px;
	height: 250px;
	margin-top: 20px;
}

.company .com_body .com_wz{
	height: 280px;
	width: 700px;
	padding: 10px 0;
}
.company .com_body .com_wz p{
	color: #555;
	text-indent: 2em;
	font-size: 15px;
	line-height: 26px;
}

.company .com_body .com_wz a.more{
	display: block;
	width: 130px;
	height: 33px;
	background: #0AA4BF;
	color: #fff;
	text-align: center;
	line-height: 33px;
	float: right;
	margin-top: 20px
}
/*company end*/

/*enterprise start*/
.enterprise{
	margin: 0 0 50px 0;
	height: 250px;
}
.enterprise ul li{
	float: left;
	width: 260px;
	height: 230px;
	padding: 10px 20px;
	text-align: center;
}
.enterprise ul li .con{
	width: 220px;
	height: 210px;
	padding: 10px 20px;
	text-align: center;
	box-shadow: 0 10px 10px 0 #ccc;
}
.enterprise ul li .con img{
	width: 100px;
	height: 100px;
	margin: 0 55px 20px 55px;
}
.enterprise ul li .con b{
	font-size: 20px;
	color: #444;
	border-top: 5px solid #00a0bc;
	padding-top: 10px;
	line-height: 40px;
	font-weight: normal;
}
.enterprise ul li .con p{
	font-size: 15px;
	color: #999;
	text-align: center;
}
.enterprise ul li a:hover .con p{
	color: #00a0bc;
}
/*enterprise end*/

/*new start*/
.new{
	padding: 25px 0 25px 0;
	height: 490px;
	background: #ddd;
}
.new .title{
	height: 100px;
	background: url(../images/newtit.png) no-repeat center;
	text-align: center;
}
.new .title b{
	font-size: 28px;
	color: #00a0bc;
	display: block;
	padding: 10px 0 0 10px;
	font-weight: normal;
}
.new .title p{
	font-size: 16px;
	color: #fff;
	background: #00a0bc;
	width: 295px;
	margin: 5px auto 0;
	padding: 5px 0;
	letter-spacing: 4px;
	text-align: center;
}

.new .new_body{
	margin-top: 10px;
}
.new .new_body ul li{
	float: left;
	width: 580px;
	height: 100px;
	margin: 10px;
	background: #fff;
}
.new .new_body ul li .time{
	width: 80px;
	height: 80px;
	margin: 10px;
	text-align: center;
	background: #00a0bc;
	color: #fff;
}
.new .new_body ul li .time b{
	font-size: 30px;
	display: block;
	margin-top: 10px;
}
.new .new_body ul li .con{
	width: 450px;
	height: 70px;
	margin: 15px;
}
.new .new_body ul li .con b{
	font-size: 18px;
	color: #444;
	width: 340px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.new .new_body ul li .con p{
	width: 450px;
	margin: 5px 0;
	color: #999;
}

.new .new_body ul li:hover{
	background: #00a0bc;
}
.new .new_body ul li:hover .con b{
	color: #fff;
}
.new .new_body ul li:hover .con p{
	color: #fff;
}
/*new end*/

/*footer start*/
.foot{
	background: #00a0bc;
}
.foot .foot_body{
	height: 170px;
}

.foot .foot_body .logo{
	width: 205px;
	height: 170px;
	text-align: center;
	background: #fff;
	margin-left: 50px;
}
.foot .foot_body .logo img{
	margin-top: 35px;
}

.foot .foot_body ul{
	padding: 5px 0 0 50px;
	width: 550px;
}
.foot .foot_body ul li{
	color: #fff;
	line-height: 180%;
	font-size: 15px;
	width: 860px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.foot .foot_body .ewm{
	padding-top: 15px;
	margin-right: 50px;
}
.foot .foot_body .ewm img{
	margin-right: 20px;
}
.foot .foot_body .ewm p{
	writing-mode:tb-rl;
	letter-spacing: 2px;
	color: #fff;
	font-size: 16px;
}

.foot .foot_bot{
	height: 35px;
	background: #373737;
	line-height: 35px;
}
.foot .foot_bot span{
	padding:0 15px;
	font-size: 15px;
	color: #fff;
}
.foot .foot_bot a{
	font-size: 15px;
	color: #fff;
}
/*footer end*/