﻿* {
	box-sizing:content-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul,li{ list-style-type:none;}
a{text-decoration:none;color:#000;}
*{margin: 0px;padding: 0px;font-size:14px; font-family: "微软雅黑", arial, Helvetica, sans-serif;}
li{list-style-type:none;}
h1,h2,h3,h4,h5{font-weight: 500;}
img{border:0px;max-width: 100%;display:inline-block;}

.w1200{ width: 1200px;margin: 0 auto; }
.w1150{ width: 1150px;margin: 0 auto; }
.w1100{ width: 1100px;margin: 0 auto; }
.w1050{ width: 1050px;margin: 0 auto; }
.w1000{ width: 1000px;margin: 0 auto; }
.w900{ width: 900px;margin: 0 auto; }
.w333{width: 33.3333%;float: left; }
.w50{ width: 50%;float: left; }
.w666{ width: 66.6666%;float: left; }
.w25{ width: 25%;float: left; }

.left{ float: left; }
.right{ float: right; }

.clear:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}

/*head*/
.top{
	padding: 30px 0 0;
	height: 110px;
}
.top .logo{
	display: block;
	float: left;
}
.top .left p{
	float: left;
	margin:13.5px 0;
	font-size: 15px;
	line-height: 22px;
	margin-left: 20px;
	color: #111;
}
.top .left p span{
	display: inline-block;
	color: #a90000;
	font-size: 15px;
}
.top .right{
	/*width: 185px;*/
	margin-top: 15px;
}
.top .right p{
	font-size: 13px;
	line-height: 16px;
	color: #01a396;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 30px;
}
.top .right p:nth-child(1){
	background: url(../images/top_tel.png) no-repeat left center;
}
.top .right p:nth-child(2){
	background: url(../images/top_fax.png) no-repeat left center;
}

.nav{
	background-color: #01a396;
}
.nav ul{
	float: left;
}
.nav li{
	float: left;
	width: 115px;
	position: relative;
}
.nav li a{
	display: block;
	line-height: 50px;
	color: #fff;
	text-align: center;
	transition: all 0.3s;
}
/*.nav li>a:before{
	display: inline-block;
	content:"-";
	width: 10px;
	text-align: center;
}
.nav li:hover>a:before,.nav li.on>a:before{
	content:"+";
}*/
.nav li:hover>a,.nav li.on>a{
	color: #01a396;
	background-color: #f1f1f1;
}
.nav li .xl{
	display: none;
	position: absolute;
	width: 100%;
	z-index: 999;
	background-color: #f1f1f1;
}
.nav li .xl dd a{
	display: block;
	line-height: 36px;
	transition: all 0.3s;
	color: #01a396;
}
.nav li .xl dd a:hover{
	background-color: #01a396;
	color: #fff;
}
.nav .search{
	float: right;
	background-color: #fff;
	border-radius: 20px;
	width: 205px;
	line-height: 26px;
	height: 26px;
	margin-top: 12px;
}
.nav .search input:nth-child(1){
	border: 0px;
	line-height: 26px;
	float: left;
	width: 135px;
	margin-left: 12px;
	outline: none;
}
.nav .search input:nth-child(2){
	border: 0px;
	float: left;
	/*margin-right: 10px;*/
	width: 55px;
	height: 22px;
	margin-top: 2px;
	border-radius: 15px;
	background: url(../images/search_ico.png) no-repeat center;
	background-color: #01a396;
	cursor: pointer;
	outline:none;
}
/*head end*/

/*index*/
.index_tl{
	position: relative;
}
.index_tl h3{
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #007779;
}
.index_tl h4{
	font-size: 19px;
	color: #adadad;
	font-weight: bold;
	text-transform: uppercase;
}

.index_main1{
	padding: 40px 0 55px;
}
.index_main1 .index_tl{
	text-align: left;
	margin-bottom: 15px;
}
.index_main1 .index_tl a.more{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	display: block;
	background-color: #01A396;
	color: #fff;
	line-height: 28px;
	width: 94px;
	text-align: center;
}
.index_main1 ul li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
}
.index_main1 ul li:nth-child(3n){
	margin-right: 0px;
}
.index_main1 ul li:nth-child(-n+3){
	margin-bottom: 25px;
}
.index_main1 ul li a{
	position: relative;
	display: block;
	background-color: #f1f1f1;
	padding: 20px 0;
}
.index_main1 ul li img{
	display: block;
	margin: 0 auto;
	max-height: 205px;
}
.index_main1 ul li h3{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #5a5a5a;
	transition: all 0.3s;
}
.index_main1 ul li a:hover .param{
	opacity: 1;
}
.index_main1 ul li a:hover h3{
	opacity: 0;
}
.index_main1 ul li .param{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 55px 80px;
	font-size: 0px;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: all 0.3s;
}
.index_main1 ul li .param p{
	display: inline-block;
	padding-top: 52px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	width: 50%;
	background-position: top center!important;
	background-repeat: no-repeat!important;
}
.index_main1 ul li .param p:nth-child(1){
	background:url(../images/inmain1_ico1.png);
}
.index_main1 ul li .param p:nth-child(2){
	background:url(../images/inmain1_ico2.png);
}
.index_main1 ul li .param p:nth-child(3){
	background:url(../images/inmain1_ico3.png);
}
.index_main1 ul li .param p:nth-child(4){
	background:url(../images/inmain1_ico4.png);
}
.index_main1 ul li .param p:nth-child(-n+2){
	margin-bottom: 10px;
}

.index_main2{
	background-color: #ebebeb;
	padding: 60px 0 65px;
}
.index_main2 img{
	display: block;
	float: left;
	margin-right: 45px;
}
.index_main2 .index_tl{
	margin-bottom: 30px;
	padding-top: 20px;
}
.index_main2 p{
	line-height: 24px;
	color: #494949;
	text-align: justify;
	margin-bottom: 35px;
}
.index_main2 a.more{
	display: inline-block;
	background-color: #01A396;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	width: 94px;
	text-align: center;
}
.index_main3{
	padding: 30px 0;
}
.index_main3 .index_tl{
	text-align: center;
	margin-bottom: 30px;
}
.index_main3 ul li{
	background-color: #f3f3f3;
}
.index_main3 ul li .img{
	float: left;
	width: 50%;
}
.index_main3 ul li .img img{
	display: block;
	width: 100%;
}
.index_main3 ul li .text{
	float: right;
	width: 50%;
	padding: 40px;
}
.index_main3 ul li:last-child .img{
	float: right;
}
.index_main3 ul li:last-child .text{
	float: left;
}
.index_main3 ul li .text h3{
	color: #1b1b1b;
	font-size: 18px;
	margin-bottom: 25px;
}
.index_main3 ul li .text p{
	font-size: 14px;
	line-height: 22px;
	color: #7d7d7d;
	margin-bottom: 20px;
}
.index_main3 ul li .text a{
	display: block;
	width: 130px;
	line-height: 34px;
	height: 36px;
	color: #7d7d7d;
	border: 1px solid #7d7d7d;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	transition: all 0.3s;
}
.index_main3 ul li .text a:hover{
	border-color: #01a396;
	background-color: #01a396;
	color: #fff;
}

.index_main4{
	margin-bottom: 55px;
}
.index_main4 .index_tl{
	margin-bottom: 20px;
}
.index_main4 .left{
	float: left;
	width: 640px;
}
.index_main4 .left ul li{
	margin-bottom: 15px;
}
.index_main4 .left ul li .innews_date{
	padding: 20px 15px;
	float: left;
	background-color: #01a396;
	margin-right: 20px;
	transition: all 0.3s;
}
.index_main4 .left ul li .innews_date span{
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: center;
}
.index_main4 .left ul li .innews_date font{
	display: block;
	padding-top: 10px;
	color: #fff;
	font-size: 14px;
	border-top: 1px solid #fff;
	text-align: center;
	width: 78px;
}
.index_main4 .left ul li h3{
	padding-top: 15px;
	font-size: 16px;
	margin-bottom: 15px;
}
.index_main4 .left ul li p{
	color: #666;
	line-height: 20px;
}
.index_main4 .left ul li a:hover .innews_date{
	background-color: #515151;
}

.index_main4 .right{
	position: relative;
	width: 450px;
	height: 355px;
}
.index_main4 .right img{
	display: block;
	width: 100%;
	height: 100%;
}
.index_main4 .right h3{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
}

/*index end*/

/*foot*/
.foot1{
	background-color: #01a396;
	height: 250px;
	padding-top: 45px;
}
.foot1 .w1200{
	position: relative;
}
.foot1 ul li{
	float: left;
	width: 120px;
	margin-right: 40px;
}
.foot1 ul li dt a{
	display: block;
	color: #fff;
	font-size: 17px;
	margin-bottom: 10px;
}
.foot1 ul li dd a{
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.foot1 ul li:last-child{
	width: 330px;
	margin-right: 0px;
}
.foot1 ul li:last-child dd p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.foot1 .code{
	position: absolute;
	right: 0px;
	top: 0px;
}
.foot1 .code img{
	display: block;
	margin-bottom: 10px;
}
.foot1 .code h3{
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.foot2{
	background-color: #3e3e3e;
}
.foot2 p{
	color: #fff;
	text-align: center;
	line-height: 50px;
}
/*foot end*/

/*main*/
.main{
	padding: 40px 0;
}
.main .location{
	padding-bottom: 10px;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 20px;
}
.main .location h3{
	float: left;
	font-size: 24px;
	line-height: 24px;
	border-left: 1px solid #01a396;
	color: #01a396;
	padding-left: 10px;
}
.main .location p{
	float: right;
	line-height: 24px;
	color: #666;
}
.main .location p a{
	display: inline-block;
	color: #666;
	transition: all 0.3s;
}
.main .location p a:hover{
	color: #01a396;
}
.content p{
	color: #555;
	line-height: 24px;
}
/*main end*/

/*productlist*/
.pronav li{
	float: left;
	width: 23%;
	margin-right: 2.66%;
	margin-bottom: 15px;
}
.pronav li:nth-child(4n){
	margin-right: 0px;
}
.pronav li a{
	display: block;
	color: #fff;
	background-color: #01a396;
	text-align: center;
	line-height: 40px;
	transition: all 0.3s;
}
.pronav li.on a,.pronav li a:hover{
	background-color: #525252;
}

.pro_list ul li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 25px;
}
.pro_list ul li:nth-child(3n){
	margin-right: 0px;
}

.pro_list ul li a{
	position: relative;
	display: block;
	background-color: #f1f1f1;
	padding: 20px 0;
}
.pro_list ul li img{
	display: block;
	margin: 0 auto;
	max-height: 205px;
}
.pro_list ul li h3{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #5a5a5a;
	transition: all 0.3s;
}
.pro_list ul li a:hover .param{
	opacity: 1;
}
.pro_list ul li a:hover h3{
	opacity: 0;
}
.pro_list ul li .param{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 55px 80px;
	font-size: 0px;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: all 0.3s;
}
.pro_list ul li .param p{
	display: inline-block;
	padding-top: 52px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	width: 50%;
	background-position: top center!important;
	background-repeat: no-repeat!important;
}
.pro_list ul li .param p:nth-child(1){
	background:url(../images/inmain1_ico1.png);
}
.pro_list ul li .param p:nth-child(2){
	background:url(../images/inmain1_ico2.png);
}
.pro_list ul li .param p:nth-child(3){
	background:url(../images/inmain1_ico3.png);
}
.pro_list ul li .param p:nth-child(4){
	background:url(../images/inmain1_ico4.png);
}
.pro_list ul li .param p:nth-child(-n+2){
	margin-bottom: 10px;
}
/*productlist end*/

/*news_list*/
.news_list ul li{
	margin-bottom: 15px;
}
.news_list ul li .innews_date{
	padding: 20px 15px;
	float: left;
	background-color: #01a396;
	margin-right: 20px;
	transition: all 0.3s;
}
.news_list ul li .innews_date span{
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: center;
}
.news_list ul li .innews_date font{
	display: block;
	padding-top: 10px;
	color: #fff;
	font-size: 14px;
	border-top: 1px solid #fff;
	text-align: center;
	width: 78px;
}
.news_list ul li h3{
	padding-top: 15px;
	font-size: 16px;
	margin-bottom: 15px;
	transition: all 0.3s;
}
.news_list ul li p{
	color: #666;
	line-height: 20px;
}
.news_list ul li a:hover .innews_date{
	background-color: #515151;
}
.news_list ul li a:hover h3{
	color: #01a396;
}
/*news_list end*/

/*news*/
.news{
	margin-top: 30px;
	min-height: 300px;
	position: relative;
	padding-bottom: 80px;
}
.news .newstl{
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}
.news .newstl h3{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 8px;
}
.news .newstl span{
	text-align: center;
	font-size: 14px;
	color: #666;
}
.news p{
	color: #444;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}
.news .pagefy{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 0px;
	transition: all 0.3s;
}
.news .pagefy .pagebk{
	border-top: 1px solid #dcdcdc;
	padding-top: 10px;
}
.news .pagefy a{
	display: inline-block;
	transition: all 0.3s;
	color: #555;
}
.news .pagefy p{
	color: #555;
}
.news .pagefy a:hover{
	color: #00a496;
}
/*news end*/

/*product*/
.product{
	margin-bottom: 30px;
}
.product .protl{
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 20px 0 20px;
}
.product .protl h3{
	float: left;
	text-align: left;
	font-size: 28px;
	line-height: 36px;
	color: #00c4b3;
	font-weight: normal;
}
.product .protl a{
	display: block;
	float: right;
	border-radius: 15px;
	font-size: 14px;
	line-height: 26px;
	background-color: #fff;
	color: #00c4b3;
	border: 1px solid #00c4b3;
	margin-top: 10px;
	padding: 0 20px;
}
.product p{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #666;
}
/*product end*/

/*photo_listst*/
.photo_list li{
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 10px;
}
.photo_list li:nth-child(4n){
	margin-right: 0px;
}
.photo_list li a{
	display: block;
}
.photo_list li a .photoimg{
	display: block;
	width: 100%;
	height: 200px;
	line-height: 198px;
	font-size: 0px;
	text-align: center;
	border: 1px solid #E8E8E8;
	transition: all 0.3s;
}
.photo_list li a .photoimg img{
	display: inline-block;
	vertical-align:middle;
	max-width: 100%;
	max-height: 100%;
}
.photo_list li h3{
	/*margin-top: 5px;*/
	line-height: 30px;
	height: 30px;
	text-align: center;
	color: #333;
	/*background-color: #E8E8E8;*/
	transition: all 0.3s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.photo_list li a:hover .photoimg{
	border: 1px solid #0559b6;
}
.photo_list li a:hover h3{
	/*background-color: #0559b6;*/
	color: #0559b6;
}

/*photo_list end*/

/*case_list*/
.case_list li{
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 10px;
}
.case_list li:nth-child(4n){
	margin-right: 0px;
}
.case_list li a{
	display: block;
}
.case_list li a .caseimg{
	display: block;
	width: 100%;
	height: 200px;
	line-height: 198px;
	font-size: 0px;
	text-align: center;
	border: 1px solid #E8E8E8;
	transition: all 0.3s;
}
.case_list li a .caseimg img{
	display: inline-block;
	vertical-align:middle;
	max-width: 100%;
	max-height: 100%;
}
.case_list li h3{
	/*margin-top: 5px;*/
	line-height: 30px;
	height: 30px;
	text-align: center;
	color: #333;
	/*background-color: #E8E8E8;*/
	transition: all 0.3s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.case_list li a:hover .caseimg{
	border: 1px solid #0559b6;
}
.case_list li a:hover h3{
	/*background-color: #0559b6;*/
	color: #0559b6;
}

/*case_list end*/

/*job_list*/
.job_list{

}
.job_list ul{
	border: 1px solid #ddd;
	border-bottom: 0px;
}
.job_list ul li{
	border-bottom: 1px solid #ddd;
	line-height: 36px;
}
.job_list ul li dd{
	float: left;
	width: 25%;
	color: #444;
	text-align: center;
	border-right: 1px solid #ddd;
	transition: all 0.3s;
}
.job_list ul li dd:last-child{
	border-right: 0px;
}
.job_list ul li:first-child{
	background-color: #eee;
}
.job_list ul li a{
	display: block;
}
.job_list ul li a:hover dd{
	color: #01a396;
}
/*job_list end*/