﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
em,
i {
  font-weight: normal;
  font-style: normal;
}
#header {
  height: 150px;
  width: 100%;
  background: url("../img/header_bg.jpg") repeat-x bottom center;
  background-size: auto 100%;
}
#header .container {
  position: relative;
  padding: 0;
}
#header .logo {
  background: #53a128;
  height: 150px;
}
#header .tel {
  position: absolute;
  right: 0;
  top: 24px;
  padding-left: 50px;
  width: 240px;
  background: url("../img/tel_bg.png") no-repeat left center;
}
#header .tel span {
  display: block;
  color: #383636;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#header .tel em {
  display: block;
  color: #da0917;
  font-size: 24px;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#header .menu_icon {
  background: #53a128;
  text-align: center;
  top: 50%;
  margin-top: -30px;
  padding: 6px 10px;
  right: -6px;
  width: 60px;
  border-radius: 8px;
}
#nav {
  position: absolute;
  bottom: 0;
  right: 0;
}
#nav .pc_menu .menu .nLi h3 {
  padding: 15px 0;
  text-align: center;
}
#nav .pc_menu .menu .nLi h3 a {
  color: #fff;
  line-height: 20px;
}
#nav .pc_menu .menu .nLi .menu_2 {
  padding: 0;
  top: 50px;
  background: #eae9e1;
  opacity: 0.8;
}
#nav .pc_menu .menu .nLi .menu_2 li a {
  color: #53a128;
  font-size: 12px;
  line-height: 40px;
}
#nav .pc_menu .menu .nLi .menu_2 li a:hover {
  background: #53a128;
  color: #fff;
}
#banner {
  /*大图记得修改高度*/
}
#banner #owl-demo,
#banner #owl-demo .owl-wrapper-outer,
#banner #owl-demo .owl-wrapper,
#banner #owl-demo .owl-item,
#banner {
  height: 600px;
}
#Home {
  background: #4ca222;
  padding: 35px 0;
}
#Home ul li {
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
}
#Home ul li a {
  display: block;
}
#Home ul li a img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
#Home ul li a .text {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#Home ul li a:hover img {
  -webkit-transform: scale(1) rotate(10deg);
  -moz-transform: scale(1) rotate(10deg);
  -o-transform: scale(1) rotate(10deg);
}
.content {
  background: url("../img/content_bg.jpg") no-repeat top -65px center;
}
#about {
  margin-top: 48px;
}
#about .pics {
  text-align: center;
}
#about .pics .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#about .pics .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#about .about_text .about_tile {
  position: relative;
}
#about .about_text .about_tile .china {
  text-align: right;
  color: #4ca222;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#about .about_text .about_tile .English {
  text-align: right;
  font-size: 18px;
  color: #0e1016;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#about .about_text .about_tile:after {
  content: "";
  width: 42px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  right: 0;
  background-color: #4ca222;
}
#about .about_text .inner {
  margin-top: 60px;
}
#about .about_text .inner .text {
  color: #0e1016;
  font-size: 14px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
#about .about_text .inner .more {
  margin-top: 40px;
  width: 140px;
  float: right;
  text-align: center;
  background: #4ca222;
  color: #ffffff;
  border-radius: 10px;
  font-size: 14px;
  line-height: 36px;
}
#about .about_text .inner .more a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 36px;
  width: 100%;
}
#about .pic {
  padding: 0;
}
.box_title {
  position: relative;
}
.box_title .china {
  color: #4ca222;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.box_title .english {
  font-size: 18px;
  color: #0e1016;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.box_title:after {
  content: "";
  width: 42px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #4ca222;
}
#news .inner {
  margin-top: 60px;
}
#news .inner .news_list {
  width: 55%;
  float: left;
}
#news .inner .news_list ul li {
  background: url("../img/icon.jpg") no-repeat left center;
  line-height: 20px;
  margin-bottom: 30px;
  padding-left: 15px;
}
#news .inner .news_list ul li a {
  display: block;
  color: #333333;
  font-size: 14px;
}
#news .inner .news_list ul li a span {
  display: block;
  width: 85%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .inner .news_list ul li a i {
  display: block;
  width: 15%;
  float: right;
  color: #7d7d7d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .inner .news_list ul li a:hover span {
  text-decoration: underline;
}
#news .inner .news_list ul li a:hover i {
  text-decoration: underline;
}
#news .inner .news_list .more {
  margin-top: 40px;
  width: 138px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  background: #4ca222;
  text-align: center;
}
#news .inner .news_list .more a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#news .inner .news_pic {
  width: 42%;
  float: right;
  padding: 0;
  text-align: center;
  position: relative;
}
#news .inner .news_pic .news_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-size: 18px;
  background: url("../img/news_text_bg.png") repeat left center;
}
#product {
  margin-top: 50px;
  position: relative;
  z-index: 4;
  padding-top: 206px;
}
#product .product_fink {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 450px;
  overflow: hidden;
  width: 100%;
  background-image: url("../img/product.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#product .title {
  position: relative;
  z-index: 2;
}
#product .title .china {
  text-align: center;
  color: #4ca222;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#product .title .english {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#product .title:after {
  content: "";
  width: 42px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -21px;
  z-index: 11;
  background-color: #4ca222;
}
#product .inner {
  margin-top: 70px;
  margin-left: -15px;
  margin-right: -15px;
}
#product .inner ul li {
  position: relative;
  z-index: 2;
  padding: 0 15px;
  margin-bottom: 40px;
}
#product .inner ul li a {
  display: block;
}
#product .inner ul li a .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
#product .inner ul li a .pic .pic_bg {
  opacity: 0;
  top: -100%;
  background: url("../img/product_pic_bg.png");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
#product .inner ul li a .pic .search {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: -100%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 11;
}
#product .inner ul li a .text {
  line-height: 60px;
  color: #000000;
  font-size: 18px;
  background: #dfdfdf;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#product .inner ul li a:hover .text {
  background: #4ca222;
  color: #fff;
}
#footer {
  margin-top: 35px;
}
#footer .friendship .container {
  padding: 0;
}
#footer .friendship h4 {
  color: #565656;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
}
#footer .friendship h4 .links {
  margin-right: 6px;
}
#footer .friendship a {
  padding: 0 10px;
  display: inline-block;
  line-height: 32px;
  font-size: 14px;
  color: #565656;
  background: url("../img/icon_2.jpg") no-repeat right center;
}
#footer .copyright {
  position: relative;
  background: #333333;
  padding-bottom: 0;
}
#footer .copyright .copyright_con {
  padding: 50px 0;
  text-align: left;
  line-height: 26px;
  color: #f5f5f5;
  font-size: 12px;
}
#footer .copyright .container {
  position: relative;
}
#footer .copyright .footer_about {
  position: absolute;
  right: 0;
  top: -16px;
  width: 220px;
  height: 190px;
  padding: 20px 50px;
  background: url("../img/footer_about.png") no-repeat top center;
}
#footer .copyright .footer_about .text {
  color: #f5f5f5;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wap_footer {
  background: #333333;
}
.wap_search_input {
  background: #333333;
}
.wap_menu {
  background: #333333;
}
#content ._aside {
  margin-top: -55px;
  padding: 0 30px 0 0;
}
#content ._aside h2 {
  position: relative;
  z-index: 11;
  padding: 28px 0;
  background: #53a128;
  text-align: center;
}
#content ._aside h2 .china {
  display: block;
  font-size: 30px;
  color: #ffffff;
  line-height: 46px;
}
#content ._aside h2 .english {
  display: block;
  line-height: 28px;
  color: #ffffff;
  font-size: 14px;
}
#content ._aside .sidemenu {
  background: #f4f4f4;
  padding: 25px 15px 3px;
}
#content ._aside .sidemenu .sub1 .sub1_a {
  background: #e0dede;
  border-radius: 10px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
  color: #111111;
}
#content ._aside .sidemenu .sub1 .sub1_a:hover {
  color: #ffffff;
  background: #53a128;
}
#content ._aside .sidemenu .sub1 ul {
  margin-top: -20px;
  margin-bottom: 6px;
}
#content ._aside .sidemenu .sub2 .sub2_a {
  background: url("../img/_aside_icon_1.png") no-repeat left 18% center;
  padding: 0 25%;
  color: #686868;
  font-size: 14px;
  line-height: 36px;
}
#content ._aside .sidemenu .sub2 ul {
  margin-top: 10px;
}
#content ._aside .sidemenu .sub3 .sub3_a {
  margin-bottom: 15px;
  color: #666666;
  background: url("../img/_aside_icon_2.png") no-repeat left 25% center;
  padding: 0 33%;
}
#content ._aside .sidemenu .current {
  text-decoration: none;
}
#content ._aside .sidemenu .current .sub1_a {
  color: #ffffff;
  background: #53a128;
  text-decoration: none;
}
#content ._aside .sidemenu .current .sub1_a span {
  text-decoration: none;
}
#content ._aside .sidemenu .current .sub2_a {
  text-decoration: none;
}
#content ._aside .sub_contact {
  margin-top: 36px;
}
#content ._aside .sub_contact .title {
  padding-left: 18px;
  background: #4ca222;
  line-height: 66px;
  text-align: left;
  color: #ffffff;
}
#content ._aside .sub_contact .title .sub_contact_china {
  display: block;
  float: left;
  max-width: 50%;
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content ._aside .sub_contact .title .sub_contact_english {
  display: block;
  float: left;
  text-transform: uppercase;
  margin-left: 8px;
  padding-right: 4px;
  max-width: 50%;
  color: #f4f4f4;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  white-space: nowrap;
  font-family: "Microsoft Yahei";
  text-overflow: ellipsis;
  overflow: hidden;
}
#content ._aside .sub_contact .inner {
  border: 3px solid #f4f4f4;
  border-top: none;
  padding: 4px 15px 26px;
}
#content ._aside .sub_contact .inner .server {
  font-style: italic;
  font-size: 14px;
  line-height: 38px;
}
#content ._aside .sub_contact .inner .text {
  font-size: 14px;
  color: #545454;
  line-height: 30px;
  text-align: left;
}
#content .main {
  margin-top: 40px;
}
#content .main .crumb {
  line-height: 30px;
  padding-bottom: 3px;
  background: url("../img/crumb_bg.jpg") repeat-x left bottom;
}
#content .main .crumb .crumb_title {
  padding-left: 20px;
  color: #676767;
  font-size: 14px;
  background: url("../img/icon_crumb.jpg") no-repeat left center;
}
#content .main .article {
  padding-top: 40px
  /*当前页的样式*/
  /*分页块默认样式*/
}
#content .main .article .page_box {
  text-align: center;
  display: block;
}
#content .main .article .pagination > .active > a,
#content .main .article .pagination > .active > span,
#content .main .article .pagination > .active > a:hover,
#content .main .article .pagination > .active > span:hover,
#content .main .article .pagination > .active > a:focus,
#content .main .article .pagination > .active > span:focus {
  background: #aaa;
  border-color: #aaaaaa;
}
#content .main .article .pagination > li > a,
#content .main .article .pagination > li > span {
  color: #666666;
}
#content .main .article .pagination > li > a:hover,
#content .main .article .pagination > li > span:hover {
  color: #666666;
}
#content .main .article .feedback-form .title {
  padding: 15px;
  color: #000;
  background-color: #F2F2F2;
  margin-bottom: 15px;
  box-sizing: border-box;
}
#content .main .article .feedback-form .form-group .sure,
#content .main .article .feedback-form .form-group .more {
  padding: 5px 15px;
  border: none;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
}
#content .main .article .feedback-form .form-group .sure {
  background: #df0024;
}
#content .main .article .feedback-form .form-group .more {
  background: #dfa800;
}
#content .main .article .list_images {
  margin-left: -15px;
  margin-right: -15px;
}
#content .main .article .list_images ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
#content .main .article .list_images ul li a {
  display: block;
}
#content .main .article .list_images ul li a .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
#content .main .article .list_images ul li a .pic img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
#content .main .article .list_images ul li a .pic .pic_bg {
  opacity: 0;
  top: -100%;
  background: url("../img/product_pic_bg.png");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
#content .main .article .list_images ul li a .pic .search {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: -100%;
  background: url("../img/search.png") no-repeat center;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 11;
}
#content .main .article .list_images ul li a .text {
  line-height: 45px;
  color: #000000;
  font-size: 14px;
  background: #dfdfdf;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content .main .article .list_images ul li a:hover .text {
  background: #4ca222;
  color: #fff;
}
#content .main .article .list_images_text ul li {
  padding-bottom: 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 15px;
}
#content .main .article .list_images_text ul li .img_area {
  padding: 0 15px 0 0;
}
#content .main .article .list_images_text ul li .text_area {
  padding-right: 0;
}
#content .main .article .list_images_text ul li .text_area .title {
  line-height: 24px;
  color: #4e4e4e;
  font-size: 18px;
  margin-bottom: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .main .article .list_images_text ul li .text_area .title a {
  color: #4e4e4e;
  font-size: 18px;
}
#content .main .article .list_images_text ul li .text_area .title a:hover {
  text-decoration: underline;
}
#content .main .article .list_images_text ul li .text_area .date {
  background: url("../img/icon_4.jpg") no-repeat left center;
  padding-left: 15px;
  font-size: 12px;
  line-height: 18px;
}
#content .main .article .list_images_text ul li .text_area .date a {
  font-size: 12px;
  color: #5c5c5c;
}
#content .main .article .list_images_text ul li .text_area .tip {
  margin-top: 15px;
  line-height: 26px;
  height: 48px;
  color: #787878;
  font-size: 14px;
  overflow: hidden;
}
#content .main .article .list_images_text ul li .text_area .tip a {
  color: #787878;
  font-size: 14px;
}
#content .main .article .list_news ul li {
  background: url("../img/icon.jpg") no-repeat left center;
  line-height: 60px;
  padding-left: 15px;
  border-bottom: 1px dashed #ececec;
}
#content .main .article .list_news ul li a {
  display: block;
  color: #333333;
  font-size: 14px;
}
#content .main .article .list_news ul li a span {
  display: block;
  width: 85%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content .main .article .list_news ul li a i {
  display: block;
  width: 15%;
  float: right;
  color: #7d7d7d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content .main .article .list_news ul li a:hover span {
  text-decoration: underline;
}
#content .main .article .list_news ul li a:hover i {
  text-decoration: underline;
}
@media all and (max-width: 992px) {
  #banner {
    /*大图记得修改高度*/
  }
  #banner #owl-demo,
  #banner #owl-demo .owl-wrapper-outer,
  #banner #owl-demo .owl-wrapper,
  #banner #owl-demo .owl-item,
  #banner {
    height: 400px;
  }
}
@media all and (max-width: 640px) {
  #header {
    width: 100%;
    overflow: hidden;
    height: 86px;
  }
  #header .logo {
    height: 86px;
  }
  #banner {
    /*大图记得修改高度*/
  }
  #banner #owl-demo,
  #banner #owl-demo .owl-wrapper-outer,
  #banner #owl-demo .owl-wrapper,
  #banner #owl-demo .owl-item,
  #banner {
    height: 200px;
  }
  #Home {
    padding: 22px 15px 0 15px;
  }
  #Home ul li {
    width: 33%;
    padding: 0 7.5px;
    margin-bottom: 22px;
  }
  #Home ul li a img {
    height: 78px;
  }
  #Home ul li a .text {
    bottom: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
  #Home ul li a .more {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    height: 20px;
    width: 100%;
    top: 50%;
    left: 0;
    color: #fff;
    margin-top: -10px;
  }
  .content {
    background: none;
  }
  #about {
    margin-top: 0;
    background: url("../img/wap_content_bg.jpg") no-repeat bottom center;
    background-size: 100% auto;
  }
  #about .pic {
    margin-top: 0px;
    text-align: center;
  }
  #about .about_text {
    margin-top: 15px;
    padding: 0 15px;
  }
  #about .about_text .about_tile .china {
    font-size: 18px;
    line-height: 24px;
  }
  #about .about_text .about_tile .English {
    line-height: 16px;
    font-size: 12px;
  }
  #about .about_text .inner {
    margin-top: 20px;
  }
  #about .about_text .inner .more {
    border-radius: 6px;
    width: 100px;
    margin-top: 30px;
    line-height: 22px;
    font-size: 12px;
  }
  #about .about_text .inner .more a {
    line-height: 22px;
    font-size: 12px;
  }
  .box_title .china {
    font-size: 18px;
    line-height: 24px;
  }
  .box_title .english {
    line-height: 16px;
    font-size: 12px;
  }
  #news {
    margin-top: 15px;
    padding: 0 15px;
  }
  #news .inner {
    margin-top: 20px;
  }
  #news .inner .news_list {
    width: 100%;
  }
  #news .inner .news_list ul li {
    line-height: 36px;
    margin-bottom: 0;
  }
  #news .inner .news_list ul li a {
    font-size: 12px;
  }
  #news .inner .news_list ul li a span {
    width: 100%;
  }
  #news .inner .news_list ul li a i {
    display: none;
    width: 20%;
  }
  #news .inner .news_list .more {
    margin-top: 15px;
    height: 22px;
    width: 100px;
    border-radius: 4px;
    line-height: 22px;
  }
  #news .inner .news_list .more a {
    font-size: 12px;
    line-height: 22px;
    border-radius: 10px;
  }
  #news .inner .news_pic {
    margin-top: 15px;
    width: 100%;
  }
  #news .inner .news_pic .news_text {
    line-height: 34px;
    height: 34px;
    font-size: 12px;
  }
  #product {
    margin-top: 15px;
    padding-top: 72px;
    background-image: url("../img/wap_product.jpg");
    background-size: auto 25%;
    background-repeat: no-repeat;
    background-position: top center;
  }
  #product .product_fink {
    height: 180px;
    background-image: url("../img/wap_product.jpg");
  }
  #product .title .china {
    font-size: 18px;
    line-height: 24px;
  }
  #product .title .english {
    line-height: 16px;
    font-size: 12px;
  }
  #product .inner {
    margin-top: 25px;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  #product .inner ul li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
  #product .inner ul li a .text {
    line-height: 28px;
    font-size: 12px;
  }
  #footer {
    margin-top: 15px;
    border-top: 5px solid #4ca222;
  }
  #footer .copyright {
    background: #ffffff;
  }
  #footer .copyright .copyright_con {
    padding: 15px 0;
    text-align: left;
    line-height: 16px;
    color: #1c1711;
    font-size: 12px;
  }
  #footer .copyright .copyright_con a {
    color: #1c1711;
  }
  #footer .copyright .footer_about {
    position: absolute;
    right: 0;
    top: -16px;
    width: 220px;
    height: 190px;
    padding: 20px;
    background: url("../img/footer_about.png") no-repeat top center;
  }
  #footer .copyright .footer_about .text {
    color: #f5f5f5;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #content ._aside {
    padding: 0;
    margin-top: 15px;
  }
  #content ._aside h2 {
    padding: 0 15px;
    font-size: 18px;
    position: relative;
    height: 42px;
    width: 100%;
  }
  #content ._aside h2 .china {
    text-align: left;
    font-size: 18px;
    line-height: 42px;
    width: 100%;
  }
  #content ._aside h2 .phone-menuicon {
    background: #ffffff;
    border-radius: 4px;
    color: #383636;
    font-size: 12px;
    display: block;
    height: 16px;
    padding: 0 6px;
    line-height: 16px;
    width: 16%;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
  }
  #content ._aside .sidemenu {
    background: #f4f4f4;
    padding: 15px 15px 1px;
  }
  #content ._aside .sidemenu .sub1 .sub1_a {
    background: #e0dede;
    padding: 0 20px;
    border-radius: 10px;
    line-height: 22px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
    color: #111111;
  }
  #content ._aside .sidemenu .sub1 .sub1_a:hover {
    color: #ffffff;
    background: #53a128;
  }
  #content ._aside .sidemenu .sub1 ul {
    margin-top: -5px;
    margin-bottom: 10px;
  }
  #content ._aside .sidemenu .sub2 .sub2_a {
    background: url("../img/_aside_icon_1.png") no-repeat left 6% center;
    background-size: auto 40%;
    padding: 0 10%;
    color: #686868;
    font-size: 14px;
    line-height: 24px;
  }
  #content ._aside .sidemenu .sub2 ul {
    margin-top: 10px;
  }
  #content ._aside .sidemenu .sub3 .sub3_a {
    margin-bottom: 8px;
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    background: url("../img/_aside_icon_2.png") no-repeat left 10% center;
    background-size: auto 40%;
    padding: 0 15%;
  }
  #content ._aside .sidemenu .current {
    text-decoration: none;
  }
  #content ._aside .sidemenu .current .sub1_a {
    color: #ffffff;
    background: #53a128;
    text-decoration: none;
  }
  #content ._aside .sidemenu .current .sub1_a span {
    text-decoration: none;
  }
  #content ._aside .sidemenu .current .sub2_a {
    text-decoration: none;
  }
  #content .main {
    margin-top: 0px;
  }
  #content .main .article {
    padding-top: 15px;
  }
  #content .main .article .list_images {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  #content .main .article .list_images ul li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
  #content .main .article .list_images ul li a .text {
    line-height: 28px;
    font-size: 12px;
  }
  #content .main .article .list_images_text ul li {
    padding-bottom: 9px;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 8px;
  }
  #content .main .article .list_images_text ul li .img_area {
    padding: 0 7.5px 0 0;
  }
  #content .main .article .list_images_text ul li .text_area {
    padding-left: 7.5px;
  }
  #content .main .article .list_images_text ul li .text_area .title {
    line-height: 18px;
    color: #4e4e4e;
    font-size: 12px;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #content .main .article .list_images_text ul li .text_area .title a {
    color: #4e4e4e;
    font-size: 12px;
  }
  #content .main .article .list_images_text ul li .text_area .title a:hover {
    text-decoration: underline;
  }
  #content .main .article .list_images_text ul li .text_area .date {
    font-size: 12px;
    color: #5c5c5c;
    background: url("../img/icon_4.jpg") no-repeat left center;
    background-size: auto 40%;
    padding-left: 10px;
    line-height: 18px;
  }
  #content .main .article .list_images_text ul li .text_area .tip {
    margin-top: 7px;
    line-height: 14px;
    height: 28px;
    color: #787878;
    font-size: 12px;
    overflow: hidden;
  }
  #content .main .article .list_images_text ul li .text_area .tip a {
    color: #787878;
    font-size: 12px;
  }
  #content .main .article .list_news ul li {
    background: url("../img/icon.jpg") no-repeat left center;
    background-size: auto 18%;
    line-height: 36px;
    padding-left: 4%;
    border: none;
    font-size: 12px;
  }
  #content .main .article .list_news ul li a {
    font-size: 12px;
  }
  #content .main .article .list_news ul li a span {
    width: 100%;
  }
  #content .main .article .feedback-form .title {
    margin-left: -15px;
    margin-right: -15px;
  }
  #content .main .article .feedback-form label {
    padding: 0;
  }
  #content .main .article .feedback-form div {
    padding: 0;
  }
}
