@charset "utf-8";
/* CSS Document */
body {
  font-size: 14px;
  line-height: 24px;
  font-family: "微软雅黑";
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.wrap_box {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
/*header*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.top {
  background: #f3f3f3;
  color: #3f3f3f;
  line-height: 33px;
}
.tel {
  width: 378px;
  height: 55px;
  background: url(../images/index_06.jpg) no-repeat;
  line-height: 55px;
  padding-left: 68px;
  color: #fff;
  font-size: 18px;
  margin: 40px 0 0;
}
.tel span {
  font-size: 30px;
}
.nav_bg {
  height: 60px;
  background: #00a757;
  line-height: 60px;
}
.nav li {
  width: 170px;
  float: left;
  background: url(../images/index_07.jpg) no-repeat right center;
  margin-right: 1px;
}
.nav li:last-child {
  background: none;
}
.nav li:first-child {
  background: none;
  margin-right: 0;
}
.nav li a {
  width: 150px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav li img {
  vertical-align: middle;
  margin-right: 10px;
}
.nav li:hover a {
  background: #00b860;
}
.nav li.active {
  background: #00b860;
}
/*banner*/
.flexslider {
  position: relative;
  overflow: hidden;
  background: url(../images/loading.gif) 50% no-repeat;
  height: 559px;
}
.slides {
  position: relative;
  z-index: 1;
}
.slides img {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  *display: inline;
  zoom: 1;
}
.flex-control-nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
}
.flex-control-nav .flex-active {
  background: #00a757;
}
.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}
.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.flex-direction-nav li a.flex-prev {
  left: 40px;
  background: url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(../images/next.png) center center no-repeat;
}
/*index*/
.index_bg {
  background: url(../images/index_bg.jpg) no-repeat;
  padding: 50px 0 0;
}
.tit {
  line-height: 46px;
}
.tit h3 {
  color: #e9e9e9;
  font-size: 36px;
  text-transform: uppercase;
}
.tit h2 {
  color: #00a757;
  font-size: 36px;
  font-weight: normal;
}
.tit h2 span {
  color: #222;
}
.type {
  background: url(../images/index_08.jpg) repeat-x left top;
  line-height: 88px;
  margin: 25px 0 0;
}
.type a {
  margin: 0 63px;
  color: #000000;
  font-size: 18px;
  display: inline-block;
}
.type a:hover {
  background: url(../images/index_09.jpg) no-repeat center top;
  color: #00a757;
}
.type a.active {
  background: url(../images/index_09.jpg) no-repeat center top;
  color: #00a757;
}
.pro_list_box {
  padding: 12px 0 42px;
}
.pro_list_box ul {
  margin-right: -17px;
  padding-bottom: 24px;
}
.pro_list_box ul li {
  width: 287px;
  float: left;
  margin-right: 17px;
  background: url(../images/index_10.jpg) no-repeat center bottom;
  text-align: center;
}
.pro_list_box ul li .pro_list_pic {
  width: 287px;
  height: 309px;
  border: solid 1px #dcdcdc;
  display: block;
}
.pro_list_box ul li h3 {
  line-height: 66px;
  color: #404040;
  font-size: 20px;
}
.more {
  width: 177px;
  height: 60px;
  border: solid 1px #00792a;
  font-size: 16px;
  color: #00792a;
  display: block;
  margin: 0 auto;
  line-height: 58px;
}
.youshi_list {
  padding: 54px 0 63px;
}
.youshi_list .youshi_list_pic {
  width: 600px;
  height: 421px;
}
.youshi_list .youshi_list_con {
  width: 600px;
  padding: 46px 36px 0 26px;
}
.youshi_list .youshi_list_con .num {
  width: 76px;
  height: 122px;
  border: solid 1px #00a757;
  color: #00a757;
  font-size: 60px;
  line-height: 98px;
  margin-right: 30px;
  position: relative;
}
.youshi_list .youshi_list_con .num::after {
  width: 22px;
  height: 1px;
  background: #00a757;
  position: absolute;
  top: 99px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
}
.youshi_list .youshi_list_con .youshi_list_tit_con {
  width: 405px;
  padding: 20px 0 0;
}
.youshi_list .youshi_list_con .youshi_list_tit_con h3 {
  color: #1f1f1f;
  font-size: 26px;
  line-height: 50px;
}
.youshi_list .youshi_list_con .youshi_list_tit_con h3 span {
  color: #42b475;
  margin-right: 15px;
}
.youshi_list .youshi_list_con .youshi_list_tit_con p {
  color: #c7c7c7;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.youshi_list .youshi_list_con .youshi_list_text {
  padding: 35px 0 0 65px;
}
.youshi_list .youshi_list_con .youshi_list_text p {
  margin: 5px 0;
  color: #686868;
  font-size: 16px;
  background: url(../images/index_12.jpg) no-repeat left 6px;
  padding-left: 40px;
  line-height: 30px;
  float: left;
}
.youshi_list li:nth-child(even) .youshi_list_pic {
  float: right;
}
.youshi_list li:nth-child(even) .youshi_list_con {
  float: left;
  padding: 46px 30px 0 0;
}
.youshi_list li:nth-child(even) .youshi_list_tit_con {
  width: 460px;
}
.adv {
  background: #00a757;
  height: 238px;
}
.tel1 {
  padding: 60px 40px 0 0;
}
.tel1 h3 {
  color: #fff;
  font-size: 24px;
  background: url(../images/index_20.jpg) no-repeat left center;
  padding-left: 68px;
  line-height: 44px;
}
.tel1 h2 {
  color: #ffea00;
  font-size: 48px;
  line-height: 74px;
}
.case_box {
  padding: 60px 0 75px;
}
.case_list {
  padding: 45px 0 0;
}
.case_list ul {
  margin-right: -12px;
  padding-bottom: 30px;
}
.case_list li {
  width: 291px;
  float: left;
  margin-right: 12px;
  text-align: center;
  background: url(../images/index_26.jpg) no-repeat center bottom;
}
.case_list li img {
  width: 291px;
  height: 248px;
}
.case_list li h3 {
  color: #2d2d2d;
  font-size: 18px;
  line-height: 62px;
}
.about_tit {
  width: 171px;
  height: 157px;
  border: solid 1px #a0a0a0;
  margin-left: 64px;
}
.about_tit h3 {
  color: #555555;
  font-size: 18px;
  line-height: 36px;
  padding-left: 16px;
}
.about {
  width: 910px;
}
.about .about_tit_list {
  overflow: hidden;
}
.about .about_tit_list li {
  width: 80px;
  height: 27px;
  border: solid 1px #d2d2d2;
  float: left;
  margin-left: 15px;
  line-height: 25px;
  text-align: center;
  color: #999;
  cursor: pointer;
}
.about .about_tit_list li.current {
  color: #555555;
  border: solid 1px #a0a0a0;
}
.about .about_con_box {
  color: #555555;
  font-size: 16px;
  padding: 25px 50px 0 0;
  line-height: 30px;
}
.about .about_con_box .about_con {
  height: 90px;
  overflow: hidden;
  display: none;
}
.about .about_con_box .about_con:first-child {
  display: block;
}
.sub_about_tit {
  width: 170px;
  height: 100%;
  top: 0;
  left: 64px;
  background: rgba(0, 167, 87, 0.8);
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  padding: 160px 0 0 35px;
}
.about_list {
  padding: 14px 0 50px;
}
.about_list ul {
  margin-right: -12px;
}
.about_list li {
  width: 291px;
  height: 206px;
  float: left;
  margin-right: 12px;
  position: relative;
}
.about_list li h3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fefefe;
  font-size: 16px;
  background: url(../images/index_21.png) no-repeat center 66px rgba(0, 167, 87, 0.8);
  text-align: center;
  padding: 145px 0 0;
  transition: all 0.6s;
  opacity: 0;
}
.about_list li:hover h3 {
  opacity: 1;
}
.news_box {
  width: 660px;
  border-right: solid 1px #e5e5e5;
  padding-right: 58px;
}
.tit2 {
  border-bottom: solid 1px #e5e5e5;
  line-height: 56px;
}
.tit2 h3 {
  font-size: 24px;
  color: #121212;
}
.tit2 h3 img {
  vertical-align: middle;
  margin-right: 6px;
}
.tit2 .more2 {
  margin: 24px 0 0;
}
.news_list {
  padding: 5px 0 0;
}
.news_list li {
  margin: 15px 0;
  float: left;
}
.news_list li .news_date {
  width: 55px;
  color: #303030;
  font-size: 24px;
  line-height: 22px;
  margin-right: 18px;
}
.news_list li .news_date h3 {
  font-size: 48px;
  line-height: 56px;
}
.news_list li .news_pic {
  border: solid 1px #e5e5e5;
  width: 144px;
  height: 93px;
  padding: 6px 4px;
}
.news_list li .news_pic img {
  border: solid 1px #e5e5e5;
  width: 134px;
  height: 77px;
}
.news_list li .news_con {
  width: 350px;
  margin-left: 10px;
}
.news_list li .news_con h3 {
  color: #555555;
  font-size: 16px;
  line-height: 40px;
}
.news_list li .news_con p {
  color: #b4b4b4;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
.problem_box {
  width: 485px;
}
.problem_box .problem_list li {
  padding: 20px 0;
  border-bottom: dashed 1px #e5e5e5;
  color: #555555;
}
.problem_box .problem_list li b {
  width: 25px;
  height: 21px;
  font-size: 16px;
  display: block;
  float: left;
  line-height: 21px;
  text-align: center;
  color: #fff;
}
.problem_box .problem_list li h3 {
  line-height: 21px;
  margin-bottom: 7px;
  font-size: 16px;
}
.problem_box .problem_list li h3 b {
  background: #1f82c0;
}
.problem_box .problem_list li p b {
  background: #009374;
}
.problem_box .problem_list li p span {
  width: 400px;
  display: block;
  float: left;
  color: #b4b4b4!important;
  line-height: 27px;
  height: 54px;
  overflow: hidden;
}
.problem_box .problem_list li::last-child {
  border-bottom: none;
}
.footer_bg {
  background: #00a757;
  height: 327px;
  padding: 40px 0 0;
  color: #fff;
  font-size: 16px;
}
.footer_bg .footer_nav {
  margin-left: -40px;
}
.footer_bg .footer_nav a {
  font-size: 18px;
  padding: 0 40px;
}
.footer_bg .copyright {
  padding: 50px 0;
}
.footer_bg .contact li {
  margin-right: 90px;
  float: left;
}
.footer_bg .contact li img {
  margin-bottom: 8px;
}
.footer_bg .contact li p {
  line-height: 28px;
}
.code {
  width: 156px;
  height: 156px;
  right: 78px;
  top: 70px;
}
.code p {
  line-height: 44px;
}
.main_bg {
  background: url(../images/main_bg.jpg) no-repeat center top;
  padding-bottom: 70px;
}
.path {
  color: #555555;
  font-size: 15px;
  line-height: 60px;
}
.page a {
  padding: 0 10px;
  margin: 0 5px;
  line-height: 29px;
  display: inline-block;
  background: #dcdcdc;
  color: #2a2b2b;
}
.page .on {
  color: #fff;
}
.m_news UL {
  padding-bottom: 50px;
}
.m_news li {
  border-bottom: solid 1px #e5e5e5;
  padding: 35px 0;
}
.m_news li .m_news_pic {
  width: 255px;
  height: 198px;
  border: solid 1px #e5e5e5;
}
.m_news li .m_news_con {
  width: 890px;
  margin-right: 15px;
  color: #a5a5a5;
  font-size: 16px;
}
.m_news li .m_news_con h3 {
  color: #6a6a6a;
  font-size: 18px;
  border-bottom: solid 1px #d2d2d2;
  line-height: 44px;
}
.m_news li .m_news_con .m_news_txt {
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 17px 0 52px;
}
.m_about {
  padding: 30px 0 0;
  color: #666666;
  font-size: 16px;
  line-height: 42px;
}
#news_con { width: auto;  min-height: 360px;  padding: 15px;  /*padding-right: 0px;*/ color:#000; text-align:justify;}
#news_con .h1 { text-align: center; font-size: 16px;  height: 35px; line-height: 35px;}
#news_con .h2 { text-align: center; font-weight: normal;  width: auto;  height: 25px; line-height: 25px;  border-top: solid 1px #ccc; border-bottom: solid 1px #ccc;  color: #666;  margin-bottom: 5px; font-size:14px}
#news_con #pic { position:relative;text-align: center;  margin-bottom: 5px;}
#news_con #pic #prev{ position:absolute; top:50%; left:0px; font-size:50px;font-weight:bold}
#news_con #pic #next{ position:absolute; top:50%; right:0px; font-size:50px;font-weight:bold}
#news_con #pic #prev_none{ position:absolute; top:50%; left:0px; color:#999; font-size:50px;font-weight:bold}
#news_con #pic #next_none{ position:absolute; top:50%; right:0px; color:#999; font-size:50px;font-weight:bold}
#news_cons_title{border-bottom:solid 1px #ccc; font-weight:bold ; font-size:15px; margin-bottom:10px;}
#news_cons{ margin-bottom:15px;}