/*floot 左侧浮动*/
.floot{
  position: fixed;
  z-index: 9999;
  right: 2px;
  top: 50%; 
}
.floot *{
	font-weight: normal;
	box-sizing:content-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.floot li{
	position: relative;
  margin-bottom: 1px;
}
.floot li a{
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #00a9ae;
  border-radius: 5px;
}
.floot li a img{
  display: inline-block;
  vertical-align: middle;
  max-width: 30px;
  max-height: 30px;
}
.floot li a h3{
  display: none;
  text-align: center;
  line-height: 20px;
  padding-top: 10px;
  color: #fff;
  /*opacity: 0px;*/
}

.floot li .floot_tc{
	display: none;
	position: absolute;
	right: 60px;
	top: 50%;
	height: 80px;
	margin-top: -40px;
	padding-right: 20px;
}
.floot li .floot_tc .text{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-top: 3px solid #00a9ae;
	box-shadow: 1px 0 1px 1px rgba(0,0,0,0.1);
}
.floot li .floot_tc .text:after{
	position: absolute;
	content: "";
	right: -16px;
	top: 50%;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left-color: #fff;
}
.floot li .floot_tc .text:before{
	position: absolute;
	content: "";
	right: -17px;
	top: 50%;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left-color: rgba(0,0,0,0.2);
}
.floot li.tel .floot_tc{
	width: 180px;
}
.floot li.tel .text{
	padding: 10px 10px;
}
.floot li.tel .text h3{
	font-size: 20px;
	line-height: 28px;
	color: #00a9ae;
}
.floot li.tel .text h4{
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #888;
}
.floot li.wx .text dl:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}
.floot li.wx .floot_tc{
	width: 160px;
	height: 160px;
	margin-top: -80px;
}
.floot li.wx .text{
	padding: 20px;
}
.floot li.wx .text dl dd{
	float: left;
}
.floot li.wx .text dl dd img{
	display: block;
	width: 100px;
}
.floot li.wx .text dl dd h5{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}


.floot li:hover a img{
  /*opacity: 0px;*/
  display: none;
}
.floot li:hover a h3{
  display: block;
}
.floot li.gotop:hover a img{
  display: inline-block;
}
.floot li:hover .floot_tc{
	display: block;
}



/*pageban*/
.page_ban{
	position: relative;
	height: 300px;
}
.page_ban .page_ban_tl{
	position: absolute;
	text-align: left;
	top: 50%;
	left: 50%;
	margin-left: -570px;
	margin-top: -20px;
}
.page_ban .page_ban_tl h3{
	line-height: 40px;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}
.page_ban .page_ban_tl h3:after{
	content: "";
	position: absolute;
	top: 50px;
	left: 0px;
	width: 50px;
	height: 2px;
	background-color: #fff;
}
.page_nav{
	background-color: #f5f5f5;
	width: 100%;
	padding: 20px 20px;
	border-bottom: 1px solid #eee;
	/*margin-bottom: 10px;*/
	/*overflow-x: auto;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page_nav::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}
.page_nav::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 1px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #999;
}
.page_nav::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 1px;
    background: #EDEDED;
}
.page_nav ul{
	text-align: center;
	font-size: 0px;
	white-space:nowrap; 
}
.page_nav ul li{
	display: inline-block;
	margin: 0 20px;
}
.page_nav ul li a{
	display: block;
	font-size: 16px;
	color: #444;
	transition: all 0.3s;
}
.page_nav ul li a:hover,.page_nav ul li a.on{
	color: #00a9ae;
}
/*pageban end*/
.inpage * {
	/*box-sizing:content-box;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.inpage{
	padding: 20px 0;
}
.w1200{ width: 1140px;margin: 0 auto;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.pages{text-align:center !important;padding: 20px 0 30px;}
.pages span.page-num{ display: none; }
.pages a{transition: all 0.3s;font-size: 14px; }
.pages a:hover{color:#fff;border-color:#00a9ae;background-color: #00a9ae;}
.pages a,.pages label{display:inline-block;min-width:6px;height:26px;line-height:25px;padding:0 8px; text-align:center;margin-right:8px;border:1px solid #ccc; }
.pages a.absolutepage{color:#fff;background:#00a9ae;border-color:#00a9ae;}
.pages .topage{border:1px solid #ccc;border-radius:1px; min-width:6px;height:26px;line-height:25px;margin-left:5px;}

.clear:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}

/*about*/
.about{
	
}
.about p{
	font-size: 14px;
	line-height: 24px;
	color: #444;
	text-align: left;
}
.about img{
	max-width: 100%;
	display: block;
}
/*about end*/
/*newslist*/
.newsli{
	margin: 20px auto 60px;
}
.newsli *{
	text-align: left;
}
.newsli li{
	margin-bottom: 30px;
}
.newsli li a{
	display: block;
	position: relative;
	padding-left: 170px;
	transition: all 0.4s;
	padding-right: 10px;
}
.newsli li a:after{
	display: block;
	content: "";
	clear: both;
}
.newsli li a:before{
	position: absolute;
	left: 145px;
	top: 10px;
	display: block;
	content: "";
	width: 1px;
	height: 100px;
	background-color: #ddd;
	transition: all 0.4s;
}
.newsli li .date{
	position: absolute;
	left: 0px;
	top: 0px;
	/*float: left;*/
	width: 120px;
	height: 120px;
	background-color: #eee;
	margin-right: 50px;
	padding: 25px 0;
	border-radius: 0 10px 0 0;
	transition: all 0.4s;
}
.newsli li .date span{
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 40px;
	font-weight: bold;
	color: #00a9ae;
	transition: all 0.4s;
}
.newsli li .date font{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #00a9ae;
	transition: all 0.4s;
}
.newsli li h3{
	font-size: 18px;
	margin-bottom: 6px;
	padding-top: 10px;
	color: #555;
	transition: all 0.4;
}
.newsli li p{
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/*.newsli li a:hover{
	padding-left: 180px;
	padding-right: 0px;
}*/
.newsli li a:hover .date{
	transform: rotatey(180deg);
	background-color: #00a9ae;
}
.newsli li a:hover .date span{
	transform: rotatey(180deg);
	color: #fff;
}
.newsli li a:hover .date font{
	transform: rotatey(180deg);
	color: #fff;
}
/*.newsli li a:hover h3{
	color: #00a496;
}*/
/*newslist end*/

/*news*/
.news{
	min-height: 300px;
	position: relative;
	padding-bottom: 80px;
}
.news .newstl{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
.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*/

/*pro_nav*/
/*.pro_nav{
	margin-bottom: 30px;
	margin-top: 20px;
}
.pro_nav li{
	float: left;
	width: 23%;
	margin-right: 2.66%;
	margin-top: 20px;
}
.pro_nav li:nth-child(4n){
	margin-right: 0px;
}
.pro_nav li:nth-child(-n+4){
	margin-top: 0px;
}
.pro_nav li a{
	display: block;
	background-color: #ccc;
	line-height: 36px;
	font-size: 16px;
	transition: all 0.3s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pro_nav li a:hover{
	background-color: #00a9ae;
	color: #fff;
}*/
.pro_nav_box{

}
.pro_nav * {
	/*box-sizing:content-box;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pro_nav{
  position: relative;
}
.clear1:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.pro_nav .left{
	float: left;
}
.pro_nav .left a{
	display: block;
	font-size: 16px;
	line-height: 32px;
}
.pro_nav .right{
	float: right;
}
.pro_nav .pro_btn{
  position: relative;
  width: 200px;
  max-width: 100%;
  /*height: 32px;*/
  line-height: 30px;
  border: 1px solid #ccc;
  /*padding: 14px 0;*/
  display: block;
  text-align: center;
}
.pro_nav .pro_btn:after{
  position: absolute;
  right: 10px;
  top: 6px;
  line-height: 20px;
  content: ">";
  font-family: "宋体";
  transition: all 0.3s;
}
.pro_nav .pro_btn.on:after{
  transform: rotate(90deg);
}
.pro_nav .pro_btn a{
  display: block;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #333;
  width: 100%;
  padding-left: 10px;
  text-align: left;
}
.pro_nav dl{
  display: none;
  position: absolute;
  z-index: 99;
  top: 32px;
  width: 200px;
  max-width: 100%;
  background-color: #eee;
  /*display: block;*/
  border: 1px solid #ccc;
  border-top: 0px;
}
.pro_nav dl dd{
  height: 32px;
  float: none;
  width: 100% !important;
  /*margin: 0 15px;*/
}
.pro_nav dl dd a{
  display: block;
  text-align: center;
  padding: 0 10px;
  line-height: 32px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.pro_nav dl dd a:hover{
  background-color: #e02619;
  color: #fff;
}
/*pro_nav end*/

/*prolist*/
.prolist li{
	float: left;
	width: 23%;
	margin-right: 2.66%;
	margin-bottom: 30px;
}
.prolist li:nth-child(4n){
	margin-right: 0px;
}
.prolist li a{
	position: relative;
	display: block;
	background-color: #000;
	border-bottom: 1px solid #ddd;
	transition: all 0.3s;
}
.prolist li a img{
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	opacity: 1;
	transition: all 0.3s;
}
.prolist li a h3{
	line-height: 24px;
	font-size: 16px;
	padding: 10px 0 20px;
	color: #555;
	font-weight: normal;
	background-color: #fff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.prolist li a:before{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -47px;
	width: 40px;
	height: 40px;
	display: block;
	content: "";
	opacity: 0;
	background: url(../images/proli_more.png) no-repeat center center;
	transition: all 0.3s;
}
.prolist li a:hover img{
	opacity: 0.4;
	border:1px solid #fff;
}
.prolist li a:hover{
	border-bottom: 1px solid #999;
}
.prolist li a:hover:before{
	opacity: 1;
}
/*prolist end*/
/*prolist1*/
.prolist1 li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.prolist1 li:nth-child(4n){
	margin-right: 2%;
}
.prolist1 li:nth-child(3n){
	margin-right: 0;
}
/*prolist1 end*/
/*pro*/
.pro{
	margin-bottom: 30px;
}
.pro img{
	max-width: 100%;
}
.pro .protl{
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 20px 0 20px;
}
.pro .protl h3{
	float: left;
	text-align: left;
	font-size: 28px;
	line-height: 36px;
	color: #00a9ae;
	font-weight: normal;
}
.pro .protl a{
	display: block;
	float: right;
	border-radius: 15px;
	font-size: 14px;
	line-height: 26px;
	background-color: #fff;
	color: #00a9ae;
	border: 1px solid #00a9ae;
	margin-top: 10px;
	padding: 0 20px;
}
.pro .pro_detl{
	background-color: #ececec;
	width: 100%;
	margin: 20px 0;
}
.pro .pro_detl h3{
	position: relative;
	font-size: 16px;
	line-height: 42px;
	color: #00a9ae;
	font-weight: normal;
	text-align: left;
	padding: 0 20px 0 25px;
}
.pro .pro_detl h3:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 4px;
	height: 16px;
	margin-top: -7px;
	background-color: #00a9ae;
}
.pro p{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #666;
}
.pro .news_infos{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #666;
}
/*pro end*/

/*caseli*/

.caseli{
  margin-bottom: 120px;
}
.caseli h3{
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.caseli li{
  float: left;
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 30px;
}
.caseli li:nth-child(4n){
  margin-right: 0px;
}
.caseli li a{
  display: block;
  position: relative;
  background-color: #000;
  transition: all 0.3s;
}
.caseli li img{
  display:block;
  width: 100%;
  transition: all 0.3s;
}
.caseli li span{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s;
}
.caseli li h5{
  font-weight: normal;
  line-height: 42px;
  font-size: 18px;
  color: #222;
  text-align: center;
  background-color: #f6f6f6;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.caseli li a:hover{
  
}
.caseli li a:hover img{
	opacity: 0.5;
}
.caseli li a:hover span{
  opacity: 1;
}
.caseli li a:hover h5{
  color: #fff;
  background-color: #00a9ae;
}

/*.caseli li:nth-child(2n){
	background-color: #f1f1f1;
}*/
/*caseli end*/

.photoli{
  margin-bottom: 120px;
}
.photoli h3{
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli li{
  float: left;
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 30px;
}
.photoli li:nth-child(4n){
  margin-right: 0px;
}
.photoli li a{
  display: block;
  position: relative;
  background-color: #000;
  transition: all 0.3s;
}
.photoli li .img{
	position: relative;
	height: 120px;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	transition: all 0.3s;
}
.photoli li img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s;
}
.photoli li span{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s;
}
.photoli li h5{
  font-weight: normal;
  line-height: 42px;
  font-size: 18px;
  color: #222;
  text-align: center;
  background-color: #f6f6f6;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.photoli li a:hover{
  
}
.photoli li a:hover .img{
  background-color: rgba(255,255,255,0);
}
.photoli li a:hover .img img{
	opacity: 0.5;
}
.photoli li a:hover span{
  opacity: 1;
}
.photoli li a:hover h5{
  color: #fff;
  background-color: #00a9ae;
}

/*.case_list{
	background-color: #f3f3f3;
}
.case_list li{
	float: left;
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 20px;
}
.case_list li:nth-child(5n){
	margin-right: 0px;
}
.case_list li a{
	display: block;
	padding: 14px 14px 0;
	transition: all 0.3s;
}
.case_list li img.ico{
	display: block;
	width: 100%;
}
.case_list li h3{
	font-size: 18px;
	line-height: 48px;
	font-weight: normal;
	color: #666;
}
.case_list li a:hover{
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    background-color: #fff;
}
.case_list li a:hover h3{
	color: #666;
}
.case_list .case_list_con{
    display: none;
}


.case_content{
	display: none;
}
.case_content .case_content_con{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -295px;
    width: 800px;
    height: 590px;
    z-index: 99999;
    background-color: #fff;
}
.case_content .case_content_bg{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
}
.case_content img{
    display: block;
    max-width: 100%;
}
.case_content .left{
    float: left;
    width: 330px;
    height: 550px;
    margin-top: 20px;
    margin-left: 20px;
    background: url(../images/caseli_bg.png) no-repeat;
}
.case_content .left .small_box{
    width: 58px;
    height: 128px;
    padding-top: 5px;
    border-radius: .3rem;
    background: url(../images/caseli_bg_bk.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 111px;
    margin-left: 24px;
    -webkit-box-shadow: 0.2rem 0.2rem 0.5rem rgba(0,0,0,.6);
    box-shadow: 0.2rem 0.2rem 0.5rem rgba(0,0,0,.6);
}
.case_content .left .small_box .video_box{
    width: 48px;
    height: 82px;
    margin: auto;
    background-color: #ddd;
    border: 1px solid #ccc;
}
.case_content .left .small_box .small_pic_box{
    width: 48px;
    height: 32px;
    margin: 5px auto 0;
    background-color: #ddd;
    border: 1px solid #ccc;
    overflow: hidden;
}
.case_content .right{
    float: right;
    width: 192px;
    height: 412px;
    margin: 80px 122px 0 0;
    padding-top: 15px;
    border-radius: .3rem;
    background: url(../images/caseli_bg1.png) no-repeat;
    background-size: 100% 100%;
    -webkit-box-shadow: 0.2rem 0.2rem 0.5rem rgba(0,0,0,.6);
    box-shadow: 0.2rem 0.2rem 0.5rem rgba(0,0,0,.6);
}
.case_content .right .video_box{
    width: 162px;
    height: 288px;
    margin: auto;
    background-color: #ddd;
    border: 1px solid #ccc;
}
.case_content .right .small_pic_box{
    width: 162px;
    height: 90px;
    margin: 10px auto 0;
    background-color: #ddd;
    border: 1px solid #ccc;
    overflow: hidden;
}*/

/*caselist*/
.caselist{
}
.caselist li{
	background-color: #fff;
	padding: 30px;
}
.caselist li a{
	display: block;
	padding-left: 260px;
	position: relative;
	height: 160px !important;
	transition: all 0.3s;
}
.caselist li img{
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 240px;
	height: 160px;
	transition: all 0.3s;
}
/*.caselist li .caselist_content{
	float: left;
}*/

.caselist li h3{
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	transition: all 0.3s;
}
.caselist li p{
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #888;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.caselist li span{
	display: block;
	float: left;
	background-color: #fff;
	text-align: center;
	width: 100px;
	line-height: 32px;
	font-size: 14px;
	color: #00a9ae;
	border: 1px solid #00a9ae;
	transition: all 0.3s;
}
.caselist li:nth-child(2n){
	background-color: #f1f1f1;
}
.caselist li:nth-child(2n) h3{
	
}
.caselist li:nth-child(2n) a{
	padding-right: 260px;
	padding-left: 0px;
}
.caselist li:nth-child(2n) img{
	left: auto;
	right: 0px;
}
.caselist li a:hover span{
	background-color: #00a9ae;
	color: #fff;
}

/*.caselist li:nth-child(2n){
	background-color: #f1f1f1;
}*/
/*caselist end*/

/*contact*/
.contact .left{
	float: left;
	width: 48%;
}
.contact .right{
	float: right;
	width: 48%;
}
.contact .left p{
	line-height: 30px;
}
.contact .mapbox{
	height: 320px;
	border: 1px solid #ccc;
}
.contact .gbook{
	margin-top: 35px;
}
.contact .gbook li{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 15px;
}
.contact .gbook li:nth-child(2n){
	margin-right: 0px;
}
.contact .gbook li:nth-child(5){
	width: 100%;
}
.contact .gbook li h3{
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.contact .gbook li h3 span{
	display: inline-block;
	color: #ff2200;
}
.contact .gbook li input{
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.contact .gbook li textarea{
	display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.contact .gbook li.code{
	width: 100%;
}
.contact .gbook li.code h5{
	float: left;
	font-size: 14px;
	line-height: 32px;
	font-weight: normal;
}
.contact .gbook li.code input{
	float: left;
	width: 100px;
	margin-right: 10px;
}
.contact .gbook li.code img{
	float: left;
	display: block;
	height: 32px;
}
.contact .gbook li.submit{
	width: 100%;
}
.contact .gbook li.submit button{
    float: left;
    font-size: 14px;
    line-height: 32px;
    width: 200px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #ccc;
    border: none;
    transition: all 0.3s;
    border-radius: 3px;
}
.contact .gbook li.submit button:hover{
	background-color: #00a9ae;
}

/*防伪查询*/
.fwcx{
	min-height: 240px;
	padding-top: 30px;
}
.fwcx lable{
	font-size: 14px;
	line-height: 32px;

}
.fwcx input{
	line-height: 30px;
	padding: 0 5px;
	outline: none;
}
.fwcx input#bnt_sumbit{
	line-height: 30px;
	padding: 0 5px;
	outline: none;
	text-align: center;
	background-color: #00a9ae;
	color: #fff;
	border: 1px solid #00a9ae;
	cursor: pointer;
}


@media only screen and (max-width: 1280px){
.w1200{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.news .pagefy{
    padding: 0px 20px;
}

.prolist li{
	width: 32%;
	margin-right: 2%;
}
.prolist li:nth-child(4n){
	margin-right: 2%;
}
.prolist li:nth-child(3n){
	margin-right: 0px;
}

.case_list li{
	width: 23%;
	margin-right: 2.66%;
	margin-bottom: 20px;
}
.case_list li:nth-child(5n){
	margin-right: 2.66%;
}
.case_list li:nth-child(4n){
	margin-right: 0px;
}

.pro_nav.w1200{
	padding: 0px;
}

.page_ban{
	margin-top: 60px;
}

.page_ban .page_ban_tl{
	left: 0px;
	margin-left: 0px;
}
.page_ban .page_ban_tl h3:after{
	left: 20px;
}


}

@media only screen and (max-width: 980px){

.case_content .case_content_con{
	margin-left: -96px;
	margin-top: -213.5px;
	width: 192px;
    height: 427px;
}
.case_content .left{
	display: none;
}
.case_content .right{
	margin:0px;
}
/*.case_content .right{
    float: right;
    width: 192px;
    height: 412px;
    margin: 0;
    padding-top: 15px;
    border-radius: .3rem;
    background: url(../images/caseli_bg1.png) no-repeat;
    background-size: 100% 100%;
    -webkit-box-shadow: 0.2rem 0.2rem 0.5rem rgba(0,0,0,.6);
    box-shadow: 0.2rem 0.2rem 0.5rem rgba(0,0,0,.6);
}*/

.page_ban{
	height: 240px;
	object-fit: cover;
}

}
@media only screen and (max-width: 780px){
.newsli li a{
	padding-left: 150px;
}
.newsli li a:before{
	top: 0px;
	left: 130px;
}
.newsli li .date{
	width: 100px;
	height: 100px;
	padding: 15px 0;
}
.newsli li a h3{
	padding-top: 0px;
}

.prolist li{
	width: 48%;
	margin-right: 4%;
}
.prolist li:nth-child(4n){
	margin-right: 0%;
}
.prolist li:nth-child(3n){
	margin-right: 4%;
}
.prolist li:nth-child(2n){
	margin-right: 0%;
}

.caseli li{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.caseli li:nth-child(4n){
  margin-right: 2%;
}
.caseli li:nth-child(3n){
  margin-right: 0px;
}
.caseli li h5{
    line-height: 32px;
    font-size: 14px;
}

.caselist li a{
	padding-left: 35%;
}
.caselist li a img{
	width: 30%;
	height: auto;
}
.caselist li:nth-child(2n) a{
	padding-left: 0px;
	padding-right: 35%;
}

.photoli li{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.photoli li:nth-child(4n){
  margin-right: 2%;
}
.photoli li:nth-child(3n){
  margin-right: 0px;
}
.photoli li h5{
    line-height: 32px;
    font-size: 14px;
}


}

@media only screen and (max-width: 640px){

.case_list li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.case_list li:nth-child(5n){
	margin-right: 2%;
}
.case_list li:nth-child(4n){
	margin-right: 2%;
}
.case_list li:nth-child(3n){
	margin-right: 0px;
}
.case_list li h3{
	font-size: 14px;
	line-height: 32px;
	font-weight: normal;
	color: #666;
}

.page_ban .page_ban_tl h3{
	font-size: 20px;
}
.page_ban .page_ban_tl h3:after{
	top: 40px;
}

}
@media only screen and (max-width: 420px){


.caseli li{
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
}
.caseli li:nth-child(4n){
  margin-right: 4%;
}
.caseli li:nth-child(3n){
  margin-right: 4%;
}
.caseli li:nth-child(2n){
  margin-right: 0px;
}
.caseli li h5{
    line-height: 32px;
    font-size: 14px;
}

.photoli li{
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
}
.photoli li:nth-child(4n){
  margin-right: 4%;
}
.photoli li:nth-child(3n){
  margin-right: 4%;
}
.photoli li:nth-child(2n){
  margin-right: 0px;
}
.photoli li h5{
    line-height: 32px;
    font-size: 14px;
}

/*.case_list li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 10px;
}
.case_list li:nth-child(5n){
	margin-right: 4%;
}
.case_list li:nth-child(4n){
	margin-right: 4%;
}
.case_list li:nth-child(3n){
	margin-right: 4%;
}
.case_list li:nth-child(2n){
	margin-right: 0px;
}*/
#main .newpro .img>img{
	width: 100%;
}


}
@media only screen and (max-width: 380px){
.prolist li{
	width: 100%;
	margin-right: 0%;
}
.prolist li:nth-child(4n){
	margin-right: 0%;
}
.prolist li:nth-child(3n){
	margin-right: 0%;
}
.prolist li:nth-child(2n){
	margin-right: 0%;
}

.caselist li a{
	padding: 0px;
	height: auto !important;
}
.caselist li a img{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 10px;
}
.caselist li:nth-child(2n) a{
	padding: 0px;
}




}



/*1115*/
.jobli li{
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.jobli li h3{
	position: relative;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-align: center;
}
.jobli li h3 a.btn{
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background-color: #00a9ae;
}
.jobli li h3 a.btn:after{
	content: "+";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	transition: all 0.3s;
}
.jobli li.on h3 a.btn:after{
	content: "-";
}
.jobli li .jobli_box{
	display: none;
	background-color: #fff;
	padding: 0px 20px;
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.jobli li:nth-child(1) .jobli_box{
	display: block;
}
.jobli li .jobli_box p{
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.jobli li .jobli_box span{
	display: inline-block;
	width: 25%;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	/*margin-right: 45px;*/
}
.jobli li .jobli_box .jobli_text{
	padding-top: 10px;
}
.jobli li .jobli_box .jobli_text2{
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dashed #ccc;
	padding-bottom: 10px;
}

@media only screen and (max-width: 800px){

.jobli li .jobli_box span{
	width: 33.33%;
}

}

@media only screen and (max-width: 640px){

.jobli li .jobli_box span{
	width: 50%;
}

}

@media only screen and (max-width: 480px){

.jobli li .jobli_box span{
	width: 100%;
}

}


.pro td{
	border: 1px solid #ccc;
	padding: 5px 0;
	color: #666;
}
/*.ke-zeroborder td{
	border: 1px solid #ccc;
	padding: 5px 0;
}*/



/*pro_left*/
.prolist{
	position: relative;
	padding-left: 320px;
	transition: all 0.1s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.prolist .pro_left{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 280px;
	text-align: left;
}
.prolist .pro_left .pro_left_tl{
	background-color: #00a9ae;
	line-height: 80px;
}
.prolist .pro_left .pro_left_tl h3{
	padding-left: 40px;
	color: #fff;
	font-size: 24px;
	line-height: 80px;
	text-align: left;
}
.prolist .pro_left dl dd{
	position: relative;
}
.prolist .pro_left dl dd a{
	display: block;
	position: relative;
	line-height: 48px;
	color: #444;
	padding: 0 20px 0 15px;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}
.prolist .pro_left dl dd a:hover{
	color: #00a9ae;
}
.prolist .pro_left>dl>dd>a:after{
	content: ">";
	position: absolute;
	right: 15px;
	top: 50%;
	line-height: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	font-family: "宋体";
	transition: all 0.3s;
}
.prolist .pro_left>dl>dd.on>a:after{
	transform: rotate(90deg);
}
.prolist .pro_left dl dd span{
	display: block;
	position: absolute;
	right: 5px;
	top: 0px;
	line-height: 10px;
	width: 30px;
	height: 48px;
}
.prolist .pro_left dl dd .pro_xl{
	/*display: none;*/
}
.prolist .pro_left dl dd .pro_xl.n1{
	display: block;
}
.prolist .pro_left dl dd dl dd a{
	line-height: 36px;
	padding-left: 30px;
	color: #666;
}

.pro_nav .right{
	display: none;
}

@media only screen and (max-width: 800px){

.prolist{
	padding-left: 20px;
}
.prolist .pro_left{
	display: none;
}
.pro_nav .right{
	display: block;
}

}