.clear {
  clear: both;
}
body {
  line-height: 1;
}
.block {
  display: block !important;
}
/*头部*/
#header .header_top {
  background-color: #00a946;
}
#header .header_top .inner_header_top {
  width: 1180px;
  margin: 0 auto;
  height: 40px;
  position: relative;
}
#header .header_top .inner_header_top .top_text1 {
  float: left;
  font-size: 14px;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  margin-left: 181px;
}
#header .header_top .inner_header_top .top_text2 {
  float: left;
  margin-left: 139px;
  font-size: 14px;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}
#header .header_top .inner_header_top .top_text2 span {
  font-weight: bold;
}
#header .header_top .inner_header_top .search {
  float: right;
  width: 130px;
  height: 23px;
  border-radius: 11px;
  border: solid 1px #ffffff;
  margin-top: 9px;
  overflow: hidden;
}
#header .header_top .inner_header_top .search input {
  color: #fff;
  float: left;
  height: 23px;
  width: 100px;
  text-indent: 10px;
  background: transparent;
}
#header .header_top .inner_header_top .search .search_btn {
  float: right;
  width: 23px;
  height: 23px;
  background: url("../images/search_btn.png") center center no-repeat;
}
#header .header_top .inner_header_top .logo {
  width: 120px;
  height: 131px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#header .header_top .inner_header_top .logo a {
  display: block;
}
#header .nav_xiala_xx {
  width: 100%;
  height: 90px;
  background: #fff;
}
#header .nav_xiala {
  width: 1180px;
  height: 90px;
  margin: 0 auto;
}
#header .nav_xiala > ul {
  position: relative;
  height: 90px;
  padding-left: 150px;
}
#header .nav_xiala ul li {
  float: left;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header .nav_xiala ul li a {
  display: block;
  color: #333333;
  height: 90px;
  line-height: 90px;
  overflow: hidden;
}
#header .nav_xiala ul li:hover {
  color: #00a946;
}
#header .nav_xiala ul li:hover a {
  color: #00a946;
}
#header .nav_xiala ul li:nth-child(1) {
  background: none;
}
#header .nav_xiala .erji_xiala {
  z-index: 20;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  background: #00a946;
}
#header .nav_xiala ul li:hover .erji_xiala {
  height: auto;
  visibility: visible;
  opacity: 1;
}
#header .nav_xiala .erji_xiala .daohang_xiala {
  float: left;
  width: 156px;
  padding: 0 20px 5px 20px;
  opacity: 0;
}
#header .nav_xiala .erji_xiala .daohang_xiala i {
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  display: block;
}
#header .nav_xiala .erji_xiala .daohang_xiala span {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
  display: block;
  text-align: left;
}
#header .nav_xiala .erji_xiala .daohang_xiala a {
  height: 40px;
  line-height: 40px;
  display: block;
  color: #FFF;
  font-size: 14px;
  overflow: hidden;
}
#header .nav_xiala .erji_xiala .daohang_xiala i a {
  font-size: 15px;
  text-align: left;
  background: url(../images/liqsub_ss.png) 0px no-repeat;
  padding-left: 13px;
  overflow: hidden;
}
#header .nav_xiala .erji_xiala .daohang_xiala i a:hover {
  background: url(../images/liqsub_ss.png) 10px no-repeat;
  padding-left: 23px;
}
#header .nav_xiala .erji_xiala a:hover {
  color: #FFF;
  padding-left: 15px;
}
#header .nav_xiala ul li:hover .erji_xiala .daohang_xiala:nth-child(1) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
}
#header .nav_xiala ul li:hover .erji_xiala .daohang_xiala:nth-child(2) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.6s;
}
#header .nav_xiala ul li:hover .erji_xiala .daohang_xiala:nth-child(3) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.9s;
}
#header .nav_xiala ul li:hover .erji_xiala .daohang_xiala:nth-child(4) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 1.2s;
}
#header .nav_xiala ul li:hover .erji_xiala .daohang_xiala:nth-child(5) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 1.4s;
}
#header .nav_xiala ul li:hover .erji_xiala .daohang_xiala:nth-child(6) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 1.6s;
}
#header .nav_xiala .erji_xiala1 {
  position: absolute;
  top: 90px;
  z-index: 20;
  width: 90px;
  /*鍜屼竴绾ф爮鐩竴鏍峰搴�*/
  height: 0px;
  visibility: hidden;
}
#header .nav_xiala ul li:hover .erji_xiala1 {
  height: auto;
  visibility: visible;
}
#header .nav_xiala .erji_xiala1 .daohang_xiala i {
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  display: block;
  background: #00a946;
  opacity: 0;
}
#header .nav_xiala .erji_xiala1 .daohang_xiala a {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  display: block;
  color: #FFF;
  overflow: hidden;
}
#header .nav_xiala .erji_xiala1 a:hover {
  color: #FFF;
  padding-left: 15px;
}
#header .nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(1) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.2s;
}
#header .nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(2) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}
#header .nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(3) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.6s;
}
#header .nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(4) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.8s;
}
#header .nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(5) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 1s;
}
#header .nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(6) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 1.2s;
}
#header .nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(7) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 1.4s;
}
#header .nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(8) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 1.6s;
}
#header .nav_xiala > ul > li.another > a {
  color: #00a946;
}
@keyframes menu1 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*轮播图*/
#swiper {
  height: 600px;
}
#swiper .swiper-slide {
  display: block;
  height: 600px;
}
/*产品中心*/
#product .inner_product {
  width: 1180px;
  margin: 0 auto;
  padding-top: 32px;
  overflow: hidden;
}
#product .inner_product .product_lf {
  float: left;
  width: 258px;
  height: 786px;
  background-color: #00a946;
}
#product .inner_product .product_lf .product_title {
  height: 89px;
  border-bottom: 1px solid #e4e4ee;
  overflow: hidden;
}
#product .inner_product .product_lf .product_title .pro_title_lf {
  float: left;
  margin: 32px 0 0 45px;
  width: 29px;
  height: 36px;
  background: url("../images/p.png") center center no-repeat;
}
#product .inner_product .product_lf .product_title .pro_title_rg {
  margin: 33px 0 0 5px;
  float: left;
}
#product .inner_product .product_lf .product_title .pro_title_rg .p1 {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
#product .inner_product .product_lf .product_title .pro_title_rg .p2 {
  font-size: 12px;
  padding-top: 6px;
  color: #b7dec2;
}
#product .inner_product .product_lf .pro_nav1 .pro_nav1_title {
  height: 53px;
  line-height: 53px;
  font-size: 16px;
  color: #ffffff;
  text-indent: 46px;
}
#product .inner_product .product_lf .pro_nav1 .pro_nav1_list {
  width: 250px;
  height: 431px;
  background-color: #ffffff;
  margin: 0 4px;
}
#product .inner_product .product_lf .pro_nav1 .pro_nav1_list li {
  height: 47px;
}
#product .inner_product .product_lf .pro_nav1 .pro_nav1_list li a {
  display: block;
  text-indent: 43px;
  height: 43px;
  line-height: 62px;
}
#product .inner_product .product_lf .pro_nav1 .pro_nav1_list li a:hover {
  color: #00a946;
}
#product .inner_product .product_lf .pro_nav2 .pro_nav2_title {
  height: 53px;
  line-height: 53px;
  font-size: 16px;
  color: #ffffff;
  text-indent: 46px;
}
#product .inner_product .product_lf .pro_nav2 .pro_nav2_list {
  width: 250px;
  height: 147px;
  background-color: #ffffff;
  margin: 0 4px;
}
#product .inner_product .product_lf .pro_nav2 .pro_nav2_list li {
  height: 47px;
}
#product .inner_product .product_lf .pro_nav2 .pro_nav2_list li a {
  display: block;
  text-indent: 43px;
  height: 43px;
  line-height: 62px;
}
#product .inner_product .product_lf .pro_nav2 .pro_nav2_list li a:hover {
  color: #00a946;
}
#product .inner_product .product_list {
  float: left;
  overflow: hidden;
  margin-left: 40px;
  width: 875px;
}
#product .inner_product .product_list li {
  width: 278px;
  height: 249px;
  border: solid 1px #dcdcdc;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  transition: all 0.3s;
}
#product .inner_product .product_list li:hover {
  transform: translate(0, -5px);
}
#product .inner_product .product_list li:hover .item_name {
  color: #00a946;
}
#product .inner_product .product_list li:nth-child(3n) {
  margin-right: 0;
}
#product .inner_product .product_list li .img {
  display: block;
  width: 237px;
  height: 178px;
  background-color: #e5e5e5;
  border: solid 1px #dcdcdc;
  margin: 0 auto;
  margin-top: 19px;
}
#product .inner_product .product_list li .img img {
  display: block;
  width: 237px;
  height: 178px;
}
#product .inner_product .product_list li .item_name {
  display: block;
  width: 258px;
  padding: 0 10px;
  padding-top: 18px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
/*banner*/
#banner {
  height: 280px;
  background: url("../images/banner_bg.png") center center no-repeat;
}
#banner .inner_banner {
  width: 1180px;
  margin: 0 auto;
}
#banner .inner_banner .p1 {
  font-size: 36px;
  font-weight: bold;
  padding-top: 65px;
}
#banner .inner_banner .p2 {
  height: 20px;
  padding-top: 33px;
}
#banner .inner_banner .p2 .item {
  float: left;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  margin-right: 22px;
}
#banner .inner_banner .p2 .item span {
  display: inline-block;
  width: 22px;
  height: 18px;
  margin-right: 8px;
  background: url("../images/banner_icon.png") center center no-repeat;
}
#banner .inner_banner .banner_tel {
  padding-top: 42px;
  height: 36px;
}
#banner .inner_banner .banner_tel .t1,
#banner .inner_banner .banner_tel .t2 {
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-right: 34px;
}
#banner .inner_banner .banner_tel .t1 span,
#banner .inner_banner .banner_tel .t2 span {
  display: inline-block;
  margin-right: 14px;
  width: 34px;
  height: 34px;
  background: url("../images/banner_tel1.png") center center no-repeat;
  position: relative;
  top: 10px;
}
#banner .inner_banner .banner_tel .t2 span {
  background: url("../images/banner_tel2.png") center center no-repeat;
}
#banner .inner_banner .banner_tel .banner_btn {
  float: left;
  display: inline-block;
  width: 138px;
  height: 35px;
  border-radius: 17px;
  border: solid 1px #686869;
  text-align: center;
  line-height: 35px;
  position: relative;
  top: 5px;
}
/*优势*/
#ys .inner_ys {
  width: 1180px;
  margin: 0 auto;
}
#ys .inner_ys .ys_title {
  padding-top: 65px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
#ys .inner_ys .ys_small_title {
  padding-top: 14px;
  font-size: 18px;
  color: #666666;
  text-align: center;
}
#ys .inner_ys .ys_list {
  padding-top: 62px;
  overflow: hidden;
}
#ys .inner_ys .ys_list li {
  width: 576px;
  height: 153px;
  background-color: #eeeeee;
  border-radius: 76px;
  float: left;
  margin-right: 25px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
#ys .inner_ys .ys_list li:nth-child(2n) {
  margin-right: 0;
}
#ys .inner_ys .ys_list li:hover {
  background-color: #00a946;
}
#ys .inner_ys .ys_list li:hover .ys_rg .ys_item_title {
  color: #fff;
}
#ys .inner_ys .ys_list li:hover .ys_rg .ys_item_text {
  color: #fff;
}
#ys .inner_ys .ys_list li.ys_item2 .img {
  float: right;
  margin: 7px 7px 7px 10px;
}
#ys .inner_ys .ys_list li.ys_item2 .ys_rg {
  float: right;
}
#ys .inner_ys .ys_list li .img {
  float: left;
  width: 139px;
  height: 139px;
  border-radius: 50%;
  margin: 7px 20px 7px 7px;
  overflow: hidden;
}
#ys .inner_ys .ys_list li .ys_rg {
  float: left;
  padding-top: 22px;
}
#ys .inner_ys .ys_list li .ys_rg .ys_item_title {
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s;
}
#ys .inner_ys .ys_list li .ys_rg .ys_item_text {
  font-size: 14px;
  color: #666;
  width: 377px;
  height: 84px;
  overflow: hidden;
  line-height: 20px;
  padding-top: 15px;
  transition: all 0.3s;
}
/*客户案例*/
#case {
  height: 643px;
  background-color: #eeeeee;
}
#case .inner_case {
  width: 1180px;
  margin: 0 auto;
  padding-top: 50px;
}
#case .inner_case .case_title {
  font-size: 30px;
  color: #666666;
  text-align: center;
}
#case .inner_case .case_line {
  width: 35px;
  height: 1px;
  background-color: #666666;
  margin: 0 auto;
  margin-top: 16px;
}
#case .inner_case .case_btns {
  height: 144px;
  padding-top: 47px;
}
#case .inner_case .case_btns .case_btn {
  width: 280px;
  height: 144px;
  float: left;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
}
#case .inner_case .case_btns .case_btn:hover .case_btn_sd {
  height: 144px;
}
#case .inner_case .case_btns .case_btn:hover .case_btn_sd .span {
  display: inline;
}
#case .inner_case .case_btns .case_btn img {
  display: block;
  width: 280px;
  height: 144px;
}
#case .inner_case .case_btns .case_btn .case_btn_sd {
  position: absolute;
  width: 280px;
  height: 0px;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 144px;
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s;
}
#case .inner_case .case_list {
  padding-top: 73px;
  overflow: hidden;
  height: 370px;
  display: none;
}
#case .inner_case .case_list li {
  float: left;
  width: 331px;
  height: 370px;
  background-color: #ffffff;
  margin-left: 80px;
  transition: all 0.3s;
}
#case .inner_case .case_list li:hover {
  transform: translate(0, -5px);
  background-color: #00a946;
}
#case .inner_case .case_list li:hover .item_name {
  color: #fff;
}
#case .inner_case .case_list li:first-child {
  margin-left: 15px;
}
#case .inner_case .case_list li .img {
  width: 331px;
  height: 261px;
  display: block;
}
#case .inner_case .case_list li .img img {
  width: 331px;
  height: 261px;
  display: block;
}
#case .inner_case .case_list li .item_name {
  display: block;
  height: 78px;
  width: 311px;
  padding: 0 10px;
  padding-top: 31px;
  transition: all 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #666666;
  text-align: center;
  background: url("../images/jiantou.png") 130px 68px no-repeat;
}
/*banner2*/
#banner2 {
  background: url("../images/banner2_bg.png") center center no-repeat;
}
#banner2 .inner_banner2 {
  width: 1180px;
  margin: 0 auto;
  height: 280px;
}
#banner2 .inner_banner2 h3 {
  padding-top: 52px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
#banner2 .inner_banner2 .banner2_list {
  overflow: hidden;
  padding: 37px 104px 0 120px;
}
#banner2 .inner_banner2 .banner2_list li {
  float: left;
  width: 195px;
  height: 42px;
  border: solid 1px #636364;
  box-sizing: border-box;
  text-align: center;
  line-height: 42px;
  margin-right: 49px;
  margin-bottom: 18px;
}
#banner2 .inner_banner2 .banner2_list li:nth-child(4n) {
  margin-right: 0;
}
/*公司简介*/
#about .inner_about {
  width: 1180px;
  margin: 0 auto;
  padding-top: 57px;
}
#about .inner_about .about_title {
  font-size: 30px;
  color: #666666;
  text-align: center;
}
#about .inner_about .about_line {
  width: 35px;
  height: 1px;
  background-color: #666666;
  margin: 0 auto;
  margin-top: 16px;
}
#about .inner_about .about_main {
  padding-top: 54px;
  overflow: hidden;
}
#about .inner_about .about_main .about_main_lf {
  float: left;
  width: 518px;
  height: 454px;
}
#about .inner_about .about_main .about_main_lf img {
  display: block;
  width: 518px;
  height: 454px;
}
#about .inner_about .about_main .about_main_rg {
  float: left;
  width: 660px;
  background-color: #eeeeee;
}
#about .inner_about .about_main .about_main_rg h4 {
  padding: 80px 0 0 57px;
  font-size: 22px;
  color: #666666;
}
#about .inner_about .about_main .about_main_rg .about_text {
  width: 560px;
  height: 74px;
  font-size: 14px;
  color: #808080;
  overflow: hidden;
  line-height: 26px;
  padding: 30px 0 0 57px;
}
#about .inner_about .about_main .about_main_rg .about_btns {
  height: 173px;
  margin-top: 76px;
}
#about .inner_about .about_main .about_main_rg .about_btns .about_btn {
  float: left;
  width: 220px;
  height: 173px;
  background-color: #00a946;
}
#about .inner_about .about_main .about_main_rg .about_btns .about_btn.active {
  background-color: #85c226;
}
#about .inner_about .about_main .about_main_rg .about_btns .about_btn .about_icon {
  width: 44px;
  height: 42px;
  margin: 0 auto;
  margin-top: 29px;
}
#about .inner_about .about_main .about_main_rg .about_btns .about_btn .p1 {
  padding-top: 23px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#about .inner_about .about_main .about_main_rg .about_btns .about_btn .p2 {
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding-top: 11px;
}
#about .inner_about .about_list {
  padding-top: 37px;
  padding-bottom: 64px;
  overflow: hidden;
  display: none;
  height: 252px;
}
#about .inner_about .about_list li {
  float: left;
  margin-left: 42px;
  transition: all 0.3s;
}
#about .inner_about .about_list li:first-child {
  margin-left: 0;
}
#about .inner_about .about_list li:hover {
  transform: translate(0, -5px);
}
#about .inner_about .about_list li:hover .item_name {
  color: #00a946;
}
#about .inner_about .about_list li .img {
  display: block;
  width: 263px;
  height: 206px;
}
#about .inner_about .about_list li .img img {
  display: block;
  width: 263px;
  height: 206px;
  object-fit: contain;
}
#about .inner_about .about_list li .item_name {
  display: block;
  padding: 0 10px;
  padding-top: 30px;
  font-size: 16px;
  color: #666666;
  width: 243px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  transition: all 0.3s;
}
/*新闻中心*/
#news {
  height: 689px;
  background-color: #eeeeee;
}
#news .inner_news {
  width: 1180px;
  margin: 0 auto;
  padding: 59px;
}
#news .inner_news .news_title {
  font-size: 30px;
  color: #666666;
  text-align: center;
}
#news .inner_news .news_line {
  width: 35px;
  height: 1px;
  background-color: #666666;
  margin: 0 auto;
  margin-top: 16px;
}
#news .inner_news .news_main {
  padding-top: 49px;
  overflow: hidden;
}
#news .inner_news .news_main .news_con {
  float: left;
  width: 512px;
  margin-left: 90px;
}
#news .inner_news .news_main .news_con:first-child {
  margin-left: 0;
}
#news .inner_news .news_main .news_con .news_con_title {
  height: 35px;
  border-bottom: 1px solid #999;
}
#news .inner_news .news_main .news_con .news_con_title span {
  font-size: 18px;
  color: #666666;
  float: left;
}
#news .inner_news .news_main .news_con .news_con_title .news_con_title_more {
  float: right;
  font-size: 14px;
  color: #999999;
  margin-top: 5px;
}
#news .inner_news .news_main .news_con .news_con_top {
  overflow: hidden;
  padding-top: 29px;
}
#news .inner_news .news_main .news_con .news_con_top .img {
  display: block;
  width: 212px;
  height: 159px;
  float: left;
}
#news .inner_news .news_main .news_con .news_con_top .img img {
  display: block;
  width: 212px;
  height: 159px;
}
#news .inner_news .news_main .news_con .news_con_top .news_con_top_rg {
  padding-left: 30px;
  float: left;
}
#news .inner_news .news_main .news_con .news_con_top .news_con_top_rg .news_con_top_rg_item {
  display: block;
  padding-top: 14px;
  font-size: 18px;
  width: 266px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news .inner_news .news_main .news_con .news_con_top .news_con_top_rg .news_con_top_rg_item:hover {
  color: #00a946;
}
#news .inner_news .news_main .news_con .news_con_top .news_con_top_rg .news_con_top_rg_text {
  width: 266px;
  height: 84px;
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  padding-top: 23px;
  overflow: hidden;
}
#news .inner_news .news_main .news_con .news_list {
  padding-top: 37px;
}
#news .inner_news .news_main .news_con .news_list li {
  height: 28px;
  border-bottom: 1px dashed #999;
  margin-bottom: 20px;
}
#news .inner_news .news_main .news_con .news_list li .dd {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #999999;
  border-radius: 50%;
  margin-right: 13px;
  float: left;
  position: relative;
  top: 3px;
}
#news .inner_news .news_main .news_con .news_list li .news_item {
  width: 400px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
#news .inner_news .news_main .news_con .news_list li .news_item:hover {
  color: #00a946;
}
#news .inner_news .news_main .news_con .news_list li .date {
  float: right;
  display: inline-block;
}
#news .inner_news .links {
  height: 46px;
  margin-top: 10px;
}
#news .inner_news .links .links_lf {
  float: left;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  width: 81px;
  border-right: 1px solid #a0a0a0;
}
#news .inner_news .links .links_list {
  float: left;
  width: 1098px;
}
#news .inner_news .links .links_list li {
  margin: 0 20px;
  height: 46px;
  line-height: 16px;
  float: left;
}
#news .inner_news .links .links_list li a {
  color: #666666;
}
#news .inner_news .links .links_list li a:hover {
  color: #00a946;
}
/*底部*/
#footer .footer_title {
  height: 163px;
  border-bottom: 1px solid #fefefe;
  background-color: #00a946;
}
#footer .footer_title .inner_footer_title {
  width: 1180px;
  margin: 0 auto;
}
#footer .footer_title .inner_footer_title h3 {
  text-align: center;
  padding-top: 55px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
#footer .footer_title .inner_footer_title h4 {
  padding-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
#footer .footer_top {
  height: 353px;
  background: #00a946;
}
#footer .footer_top .inner_footer_top {
  width: 1180px;
  margin: 0 auto;
  padding: 60px 0;
  overflow: hidden;
}
#footer .footer_top .inner_footer_top .form {
  width: 400px;
  float: left;
}
#footer .footer_top .inner_footer_top .form .p1 {
  color: #fff;
}
#footer .footer_top .inner_footer_top .form .p1 .s1 {
  font-size: 18px;
}
#footer .footer_top .inner_footer_top .form .p1 .s2 {
  font-size: 14px;
}
#footer .footer_top .inner_footer_top .form .inputs {
  padding-top: 23px;
  overflow: hidden;
}
#footer .footer_top .inner_footer_top .form .inputs input {
  float: left;
  width: 191px;
  height: 42px;
  border: solid 1px #fff;
  background-color: transparent;
  text-indent: 15px;
  margin-left: 14px;
  color: #fff;
}
#footer .footer_top .inner_footer_top .form .inputs input::-webkit-input-placeholder {
  color: #fff;
}
#footer .footer_top .inner_footer_top .form .inputs input:first-child {
  margin-left: 0;
}
#footer .footer_top .inner_footer_top .form textarea {
  width: 360px;
  height: 30px;
  border: solid 1px #fff;
  padding: 15px 20px;
  margin-top: 18px;
  background-color: transparent;
  color: #fff;
}
#footer .footer_top .inner_footer_top .form textarea::-webkit-input-placeholder {
  color: #fff;
}
#footer .footer_top .inner_footer_top .form #form_btn {
  width: 325px;
  height: 52px;
  background-color: #fff;
  display: block;
  text-align: center;
  line-height: 52px;
  color: #666;
  margin-top: 24px;
  font-size: 16px;
}
#footer .footer_top .inner_footer_top .form #form_btn img {
  position: relative;
  top: 5px;
  left: 10px;
}
#footer .footer_top .inner_footer_top .footer_line1 {
  width: 1px;
  height: 202px;
  background-color: #b5b5b5;
  opacity: 0.3;
  margin-top: 19px;
  margin-left: 65px;
  float: left;
}
#footer .footer_top .inner_footer_top .footer_top_center {
  float: left;
  margin-left: 80px;
  color: #fff;
}
#footer .footer_top .inner_footer_top .footer_top_center .p1 .s1 {
  font-size: 18px;
}
#footer .footer_top .inner_footer_top .footer_top_center .p1 .s2 {
  font-size: 14px;
}
#footer .footer_top .inner_footer_top .footer_top_center .p2 {
  margin-bottom: 20px;
  font-size: 14px;
}
#footer .footer_top .inner_footer_top .footer_top_center .p2 img {
  margin-right: 15px;
}
#footer .footer_top .inner_footer_top .footer_top_center .footer_tel span {
  margin-left: -21px;
}
#footer .footer_top .inner_footer_top .footer_top_center .footer_tel img {
  position: relative;
  left: -10px;
  top: 15px;
}
#footer .footer_top .inner_footer_top .ewm {
  float: right;
}
#footer .footer_top .inner_footer_top .ewm .p1 {
  color: #fff;
}
#footer .footer_top .inner_footer_top .ewm .p1 .s1 {
  font-size: 18px;
}
#footer .footer_top .inner_footer_top .ewm .p1 .s2 {
  font-size: 14px;
}
#footer .footer_top .inner_footer_top .ewm .ewm_box {
  width: 155px;
  height: 155px;
  background: url('../images/ewm_bg.png') center center no-repeat;
  margin-top: 57px;
}
#footer .footer_top .inner_footer_top .ewm .ewm_box img {
  width: 106px;
  height: 106px;
  margin-top: 22px;
  margin-left: 25px;
}
#footer .footer_bottom {
  background-color: #000;
}
#footer .footer_bottom .inner_footer_bottom {
  height: 50px;
  width: 1180px;
  margin: 0 auto;
  line-height: 50px;
  color: #a8a5a3;
}
#footer .footer_bottom .inner_footer_bottom a {
  color: #a8a5a3;
}
/*# sourceMappingURL=in.css.map */