﻿html {
	text-align: center;
}
*{
    margin:0;
    padding:0;
}
body {
	text-align: left;
	margin: 0 auto;
	background: #fff;
}

input { font: 10pt Verdana, Arial, Helvetica, sans-serif, "宋体"; }
img {
	border: none;
}
p,ul,ol,li,form {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 系统文件表格样式 */
.header	{ 
	background: #E9F2FB url(../images/title_bg.gif) repeat-x left top;
	color: #07519A;
	border: 1px solid #AACCEE;
	border-bottom: none;
}
.header a				{ color: #000000 }
.tableborder			{ background: #E1EFFB; border: 1px solid #AACCEE } 

/* 分页样式*/
.list_page {
	margin: 15px 5px;
}
.pageLink a,
.list_page a,
.list_page b {
	padding: 4px 4px 2px;
	border: 1px solid #D2EFFF;
	background: #F0F8FF;
	text-align: center;
	display: inline;
	font-size: 14px;
	}
.pageLink a:hover,
.list_page a:hover{
	border: 1px solid #D2EFFF;
	background: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	}

/*分页样式2*/
.showpage .epages {
	text-align: center;
	}
.epages{margin:3px 0;font:11px/12px Tahoma}
.epages *{vertical-align:middle;}
.epages a{padding:1px 4px 1px;border:1px solid #A6CBE7;margin:0 1px 0 0;text-align:center;text-decoration:none;font:normal 12px/14px verdana;}
.epages a:hover{border:#659B28 1px solid;background:#f3f8ef;text-decoration:none;color:#004c7d}
.epages input{margin-bottom:0px;border:1px solid #659B28;height:15px;font:bold 12px/15px Verdana;padding-bottom:1px;padding-left:1px;margin-right:1px;color:#659B28;}

/*图片自动缩图*/
.photoresize {
	max-width:560px;
	myimg:expression(onload=function(){
	this.style.width=(this.offsetWidth > 560)?"560px":"auto"}
		   );
	}

.ecomment {margin:0;padding:0;}
.ecomment {margin-bottom:12px;overflow-x:hidden;overflow-y:hidden;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px;background:#FFFFEE;padding:3px;border:solid 1px #999;}
.ecommentauthor {float:left; color:#F96; font-weight:bold;}
.ecommenttext {clear:left;margin:0;padding:0;}


.z{
    margin-bottom: 10px;
}


.y{
    margin-top:20px;
}
/*.xy{
    margin-top:10px;
}*/

.nav{
    background: #000000;
    height: 70px;
    position: fixed;
    z-index: 999;
}
.nav_list{
    background: #000000;
    height: 70px;
   /* position: fixed;
    z-index: 999;*/
}
.nav_t{
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    line-height: 35px;
    font-weight: bold;
}
.nav_t a{
    color: #ffffff;
    text-decoration: none;
}
.nav_t a:hover{
    color: #1c7059;
    text-decoration: none;
}
/*.banner{
    background: url(../images/jiadian.jpg) center top / cover no-repeat;
    height: 100vh;
    visibility: visible;
    animation-delay: 0.3s;
    animation-name: fadeInUp;
}*/
.solution_y{
    height: 350px;
    background: #ffffff;
    -moz-box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0; 
box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0;
}
.solution_y:hover{
     height: 350px;
    background: #ffffff;
}
.solution_td{
    background: #ffffff;
    	transition:transform 1s;
}
.solution_td:hover{
    background: #ffffff;
	cursor:pointer;
	transform:translate(0,-10px);
}
.solution_class{
    background: #ffffff;
    -moz-box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0; 
box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0;
}
.solution_class:hover{
    background: #ffffff;
}


.hh1{
    background: url(../images/solution.png) no-repeat center center;
    height: 200px;
}
.hh1_t{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height:56px;
    color: #333333;
    letter-spacing: 4pt;
    padding-top: 40px;
}
.solution{
    font-size: 60px;
    text-align: left;
    line-height: 40px;
    color: #1c7059;
}
.solution_t{
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    line-height: 80px;
    color: #1c7059;
}
.solution_t a{
    color: #1c7059;
    text-decoration: none;
}
.solution_t a:hover{
    color: #1c7059;
    text-decoration:underline;
}
.solution_s{
    font-size: 16px;
    text-align: left;
    color: #1c7059;
    padding-right: 10px;
}
.solution_s span{
    font-size: 16px;
    text-align: left;
    color: #1c7059;
    padding-right: 10px;
}
.solution_s a{
    padding-right: 10px;
    text-decoration: none;
    color: #1c7059;
}
.solution_s a:hover{
    text-decoration: underline;
    color: #1c7059;
}
.b_button {
    margin-top:10px;
  display: inline-block;
  border-radius: 10px;
  background-color: #1c7059;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
 /* margin-top: 80px;*/
 margin-left:10px;
  /*margin-right: 200px;*/
  /*font-weight: bold;*/
 /* -moz-box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0; *//* 鑰佺殑 Firefox */
/*box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0;*/
 /* border:1px solid #174c3e;*/
  /*border-image: linear-gradient(to bottom, #ff0000,#000000);*/
  letter-spacing: 1pt;
}
.b_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1s;
}
.b_button span a{
    color: #ffffff;
    text-decoration: none;
}
.b_button span a:hover{
    color: #ffffff;
    text-decoration: none;
}
.b_button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 2px;
  right: -20px;
  transition: 0.5s;
}

.b_button:hover span {
  padding-right: 25px;
}

.b_button:hover span:after {
  opacity: 1;
  right: 0;
}
.index_product{
    background: url(../images/product.png) no-repeat center center;
    height: 200px;
}
.index_product_t{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height:56px;
    color: #333333;
    letter-spacing: 4pt;
    padding-top: 40px;
}
.anli_title{
    font-size: 20px;
    color: #1c7059;
    text-align: left;
    /*line-height: 40px;*/
    font-weight: bold;
}
.anli_title a{
    text-decoration: none;
    color: #1c7059;
}
.anli_title a:hover{
    text-decoration: none;
    color: #1c7059;
}
.class_title{
    font-size: 24px;
    color: #1c7059;
    text-align: left;
    /*line-height: 40px;*/
    font-weight: bold;
}
.class_title a{
    text-decoration: none;
    color: #1c7059;
}
.class_title a:hover{
    text-decoration: none;
    color: #1c7059;
}
.class_small{
    font-size: 16px;
    color: #1c7059;
    text-align: left;
    line-height: 35px;
}
.class_small a{
    padding-right: 10px;
    text-decoration: none;
    color: #1c7059;
}
.class_small a:hover{
    text-decoration: underline;
    color: #1c7059;
}
.list_small{
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 35px;
}
.list_small a{
    padding-right: 10px;
    text-decoration: none;
    color: #333333;
}
.list_small a:hover{
    text-decoration: underline;
    color: #333333;
}
.jd_button {
  display: inline-block;
  border-radius: 10px;
  background-color: #1c7059;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 8px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
 /* margin-top: 80px;*/
 /* margin-right: 200px;
  font-weight: bold;*/
 /* -moz-box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0; *//* 鑰佺殑 Firefox */
/*box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0;*/
  /*border:1px solid #174c3e;*/
  /*border-image: linear-gradient(to bottom, #ff0000,#000000);*/
  letter-spacing: 1pt;
}

.jd_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1s;
}
.jd_button span a{
    color: #ffffff;
    text-decoration: none;
}
.jd_button span a:hover{
    color: #ffffff;
    text-decoration: none;
}
.jd_button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 2px;
  right: -20px;
  transition: 0.5s;
}

.jd_button:hover span {
  padding-right: 25px;
}

.jd_button:hover span:after {
  opacity: 1;
  right: 0;
}
.strength{
    background: url(../images/index04.jpg) no-repeat center center;
    height: 850px;
}
.index_strength{
    background: url(../images/strength.png) no-repeat center center;
    height: 200px;
}
.index_strength_t{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height:56px;
    color: #333333;
    letter-spacing: 4pt;
    padding-top: 40px;
}
.strength_title{
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    color: #333333;
    font-weight: bold;
}
.strength_title a{
    text-decoration: none;
    color: #333333;
}
.strength_title a:hover{
    text-decoration: none;
    color: #1c7059;
}
.strength_td{
    	transition:transform 1s;
}
.strength_td:hover{
	cursor:pointer;
	transform:translate(0,-10px);
}
.index_news{
    background: url(../images/news.png) no-repeat center center;
    height: 200px;
}
.index_news_t{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height:56px;
    color: #333333;
    letter-spacing: 4pt;
    padding-top: 40px;
}
.news_td{
    	transition:transform 1s;
}
.news_td:hover{
	cursor:pointer;
	transform:translate(0,-10px);
}
.index_tn{
    height: 180px;
    background: #ffffff;
    -moz-box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0; 
box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0;
}
.index_tn:hover{
    height: 180px;
    background: #ffffff;
}
.index_news_tt h2{
    font-size: 18px;
    color: #333333;
    text-align: left;
    font-weight:bold;
    line-height:33px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}
.index_news_tt h2 a{
    color: #333333;
    text-decoration: none;
}
.index_news_tt h2 a:hover{
    color: #1c7059;
    text-decoration: none;
}
.news_td{
    	transition:transform 1s;
}
.news_td:hover{
	cursor:pointer;
	transform:translate(0,-10px);
}
.index_news_ss{
    font-size: 16px;
    color: #999999;
    text-align: left;
    line-height:33px;
    text-indent: 2em;
    padding-left: 20px;
    padding-right: 20px;
     padding-bottom: 10px;
}
.index_news_times{
    font-size: 16px;
    color: #1c7059;
    text-align: left;
    line-height:33px;
    font-weight: bold;
 padding-left: 20px;
    padding-right: 20px;
}
.footer_phone{
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    line-height: 40px;
    color: #333333;
}
.weibo{
    color: #333333;
    text-align: center;
    /*line-height: 35px;*/
    font-size: 15px;
}
.weibo a{
    color: #333333;
    text-decoration: none;
}
.weibo a:hover{
    color: #333333;
    text-decoration: none;
}
.footer_b{
    background: url(../images/footer_bg.jpg) no-repeat center center;
   /* height: 300px;*/
}
.footer_t{
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    line-height: 40px;
    padding-top:20px;
    /*padding-bottom:20px;*/
}
.footer_st{
    font-size: 17px;
    text-align: left;
    color: #ffffff;
    line-height: 35px;
}
.footer_st a{
    text-decoration: none;
    color: #ffffff;
}
.footer_st a:hover{
    text-decoration:underline;
    color: #ffffff;
}
.footer_l{
    font-size: 16px;
    text-align: left;
    color: #ffffff;
    line-height: 40px;
}
.footer_l a{
    padding-left: 10px;
    text-decoration: none;
    color: #ffffff;
}
.footer_l a:hover{
    text-decoration:underline;
    color: #ffffff;
}
.list_banner{
    background: url(../images/text_banner.jpg) no-repeat center center;
    height: 450px;
}
.newsnav{
    height: 50px;
    -moz-box-shadow: 0px 5px 10px -5px #999999;
box-shadow: 0px 5px 10px -5px #999999;
}
.newsnav_t{
    font-size: 15px;
    text-align: left;
    color: #333333;
    line-height: 35px;
}
.newsnav_t a{
    color: #333333;
    text-decoration: none;
}
.newsnav_t a:hover{
    color: #1c7059;
    text-decoration: none;
}
.list_button {
    margin-right:10px;
  display: inline-block;
  border-radius: 10px;
  background-color: #1c7059;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 8px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
 /* margin-top: 80px;*/
 /* margin-right: 200px;
  font-weight: bold;*/
 /* -moz-box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0; *//* 鑰佺殑 Firefox */
/*box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0;*/
  /*border:1px solid #174c3e;*/
  /*border-image: linear-gradient(to bottom, #ff0000,#000000);*/
  letter-spacing: 1pt;
}

.list_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1s;
}
.list_button span a{
    color: #ffffff;
    text-decoration: none;
}
.list_button span a:hover{
    color: #ffffff;
    text-decoration: none;
}
.list_button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 2px;
  right: -20px;
  transition: 0.5s;
}

.list_button:hover span {
  padding-right: 25px;
}

.list_button:hover span:after {
  opacity: 1;
  right: 0;
}
.newsimg img{
    width:800px;
    height: auto;
}
.news_title{
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    color: #333333;
}
.newstime{
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #999999;
    padding-top:20px;
    padding-bottom:20px;
}
.anlititle{
    padding-top:30px;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    color: #333333;
}
.newstitle{
    font-size: 30px;
    text-align: left;
    line-height: 40px;
    color: #333333;
}
.newssmall{
    font-size: 16px;
    text-align: left;
    line-height: 35px;
    color: #333333;
}
.newstext p{
    font-size: 16px;
    text-align: left;
    line-height: 40px;
    color: #333333;
    text-indent: 2em;
}
.newstext{
    padding-top:30px;
    font-size: 16px;
    text-align: left;
    line-height: 40px;
    color: #333333;
    text-indent: 2em;
}
.newstext a{
   text-decoration: none;
    color: #333333;
}
.newstext a:hover{
    text-decoration: none;
    color: #333333;
}
.newstext p a{
   text-decoration: none;
    color: #333333;
}
.newstext p a:hover{
    text-decoration: none;
    color: #333333;
}
.newstext img{
    width: 50%;
    height: auto;
    text-align: center;
}
.newsinfo{
    font-size: 16px;
    line-height: 40px;
    color: #333333;
}
.newsinfo a{
   text-decoration: none;
    color: #333333;
}
.newsinfo a:hover{
    text-decoration:none;
    color: #1c7059;
}
.content_t{
    font-size: 19px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.content_t a{
    text-decoration: none;
    color: #333333;
}
.content_t a:hover{
    text-decoration: none;
    color: #333333;
}
.content_td{
    	transition:transform 1s;
}
.content_td:hover{
	cursor:pointer;
	transform:translate(0,-10px);
}
.content_h{
    font-size: 32px;
    line-height: 55px;
    text-align: center;
    color: #1c7059;
    font-weight: bold;
}
.content_s{
    font-size: 20px;
    line-height: 55px;
    text-align: center;
    color: #333333;
}