.clear {
  clear: both;
}
body {
  line-height: 1 !important;
}
.block {
  display: block !important;
}
/*头部*/
.header {
  /*导航开始*/
}
.header .header_top {
  overflow: hidden;
  height: 39px;
  border-bottom: 1px solid #ececec;
}
.header .header_top .inner_header_top {
  width: 1180px;
  margin: 0 auto;
  height: 39px;
  line-height: 39px;
}
.header .header_top .inner_header_top span {
  display: inline-block;
  color: #888888;
  float: left;
}
.header .header_top .inner_header_top .header_btns {
  float: right;
  overflow: hidden;
}
.header .header_top .inner_header_top .header_btns .item {
  float: left;
  margin-right: 20px;
}
.header .header_top .inner_header_top .header_btns .item img {
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.header .header_top .inner_header_top .header_btns .item a {
  color: #888888;
  transition: all 0.3s;
}
.header .header_top .inner_header_top .header_btns .item a:hover {
  color: #61ab1c;
}
.header .header_center {
  height: 130px;
}
.header .header_center .inner_center {
  width: 1180px;
  margin: 0 auto;
}
.header .header_center .inner_center .logo {
  float: left;
  margin-top: 31px;
}
.header .header_center .inner_center .text {
  float: left;
  width: 352px;
  height: 100px;
  margin: 10px 0 0 51px;
  background: url(../images/header_text_bg.png) center center no-repeat;
}
.header .header_center .inner_center .text .p1 {
  text-align: center;
  padding-top: 26px;
  font-size: 20px;
  color: #444444;
}
.header .header_center .inner_center .text .p2 {
  text-align: center;
  color: #888888;
  padding-top: 16px;
}
.header .header_center .inner_center .tel {
  width: 188px;
  height: 50px;
  padding-right: 50px;
  margin-top: 35px;
  float: right;
  background: url(../images/header_tel_bg.png) center center no-repeat;
}
.header .header_center .inner_center .tel > p {
  text-align: right;
  padding-right: 30px;
}
.header .header_center .inner_center .tel > p.p1 {
  color: #888888;
}
.header .header_center .inner_center .tel > p.p2 {
  font-size: 24px;
  padding-top: 9px;
  color: #61ab1c;
}
.header .nav_xiala_xx {
  width: 100%;
  height: 52px;
  background: #fff;
}
.header .nav_xiala {
  width: 1180px;
  height: 52px;
  margin: 0 auto;
}
.header .nav_xiala ul li {
  float: left;
  width: 147px;
  height: 52px;
  text-align: center;
  border-radius: 26px;
  font-size: 16px;
  position: relative;
  background: -webkit-linear-gradient(left, #fff, #fff) no-repeat;
  background: linear-gradient(to right, #fff, #fff) no-repeat;
  background-size: 100% 0%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav_xiala ul li:last-child a:after {
  display: none;
}
.header .nav_xiala > ul > li > a {
  display: block;
  color: #444444;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  background: -webkit-linear-gradient(left, #61ab1c, #61ab1c) no-repeat;
  background: linear-gradient(to right, #61ab1c, #61ab1c) no-repeat;
  background-size: 100% 0%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 26px;
  position: relative;
}
.header .nav_xiala > ul > li > a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #4c920b;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .nav_xiala ul li:hover {
  color: #fff;
  background: -webkit-linear-gradient(left, #61ab1c, #61ab1c) no-repeat;
  background: linear-gradient(to right, #61ab1c, #61ab1c) no-repeat;
  background-size: 100% 100%;
}
.header .nav_xiala ul li:hover > a {
  color: #fff;
}
.header .nav_xiala > ul > li > a:hover {
  background: -webkit-linear-gradient(left, #61ab1c, #61ab1c) no-repeat;
  background: linear-gradient(to right, #61ab1c, #61ab1c) no-repeat;
  background-size: 100% 100%;
}
.header .nav_xiala .erji_xiala {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 20;
  height: 0px;
  visibility: hidden;
  width: 147px;
  /*和一级栏目一样宽度*/
}
.header .nav_xiala .erji_xiala i {
  display: block;
  opacity: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  background: #61ab1c;
  position: relative;
  border-radius: 26px;
}
.header .nav_xiala .erji_xiala i a {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  display: block;
  color: #FFF;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 26px;
}
.header .nav_xiala .erji_xiala i a:hover {
  color: #FFF;
}
.header .nav_xiala .erji_xiala i:hover {
  background: #61ab1c;
}
.header .nav_xiala .erji_xiala i a {
  background: -webkit-linear-gradient(left, #ffc323, #ffc323) no-repeat;
  background: linear-gradient(to right, #ffc323, #ffc323) no-repeat;
  background-size: 0% 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav_xiala .erji_xiala i a:hover {
  background: -webkit-linear-gradient(left, #ffc323, #ffc323) no-repeat;
  background: linear-gradient(to right, #ffc323, #ffc323) no-repeat;
  background-size: 100% 100%;
}
.header .nav_xiala ul li:hover .erji_xiala {
  height: auto;
  visibility: visible;
}
.header .nav_xiala .erji_xiala i {
  opacity: 0;
  transform: rotateY(90deg);
  transition: 0.5s;
}
.header .nav_xiala ul li:hover .erji_xiala i {
  opacity: 1;
  transform: rotateY(0);
}
.header .nav_xiala ul li:hover .erji_xiala i:nth-child(1) {
  transition-delay: 50ms;
}
.header .nav_xiala ul li:hover .erji_xiala i:nth-child(2) {
  transition-delay: 100ms;
}
.header .nav_xiala ul li:hover .erji_xiala i:nth-child(3) {
  transition-delay: 150ms;
}
.header .nav_xiala ul li:hover .erji_xiala i:nth-child(4) {
  transition-delay: 200ms;
}
.header .nav_xiala ul li:hover .erji_xiala i:nth-child(5) {
  transition-delay: 250ms;
}
.header .nav_xiala ul li:hover .erji_xiala i:nth-child(6) {
  transition-delay: 300ms;
}
.header .nav_xiala ul li:hover .erji_xiala i:nth-child(7) {
  transition-delay: 350ms;
}
.header .nav_xiala ul li:hover .erji_xiala i:nth-child(8) {
  transition-delay: 400ms;
}
.header .nav_xiala ul li:hover .erji_xiala i:nth-child(9) {
  transition-delay: 450ms;
}
.header .nav_xiala ul li:hover .erji_xiala i:nth-child(10) {
  transition-delay: 500ms;
}
.header .nav_xiala .erji_xiala i:nth-child(1) {
  transition-delay: 500ms;
}
.header .nav_xiala .erji_xiala i:nth-child(2) {
  transition-delay: 450ms;
}
.header .nav_xiala .erji_xiala i:nth-child(3) {
  transition-delay: 400ms;
}
.header .nav_xiala .erji_xiala i:nth-child(4) {
  transition-delay: 350ms;
}
.header .nav_xiala .erji_xiala i:nth-child(5) {
  transition-delay: 300ms;
}
.header .nav_xiala .erji_xiala i:nth-child(6) {
  transition-delay: 250ms;
}
.header .nav_xiala .erji_xiala i:nth-child(7) {
  transition-delay: 200ms;
}
.header .nav_xiala .erji_xiala i:nth-child(8) {
  transition-delay: 150ms;
}
.header .nav_xiala .erji_xiala i:nth-child(9) {
  transition-delay: 100ms;
}
.header .nav_xiala .erji_xiala i:nth-child(10) {
  transition-delay: 50ms;
}
.header .nav_xiala .sanji_xiala {
  width: 165px;
  height: 0px;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 147px;
  /*和一级栏目一样left*/
}
.header .nav_xiala .sanji_xiala span {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
  display: block;
  background: #61ab1c;
  text-align: left;
  opacity: 0;
}
.header .nav_xiala .sanji_xiala span a {
  height: 40px;
  line-height: 40px;
  display: block;
  color: #FFF;
  font-size: 14px;
  padding-left: 10px;
  padding: 0 8px 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header .nav_xiala .sanji_xiala span a:hover {
  color: #FFF;
  padding-left: 25px;
}
.header .nav_xiala .sanji_xiala span a {
  background: -webkit-linear-gradient(left, #ffc323, #ffc323) no-repeat;
  background: linear-gradient(to right, #ffc323, #ffc323) no-repeat;
  background-size: 100% 0%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav_xiala .sanji_xiala span a:hover {
  background: -webkit-linear-gradient(left, #ffc323, #ffc323) no-repeat;
  background: linear-gradient(to right, #ffc323, #ffc323) no-repeat;
  background-size: 100% 100%;
}
.header .nav_xiala .sanji_xiala_di {
  width: 7px;
  height: 11px;
  position: absolute;
  top: 14px;
  right: 5px;
}
.header .nav_xiala .erji_xiala i:hover .sanji_xiala {
  height: auto;
  visibility: visible;
}
.header .nav_xiala .sanji_xiala span {
  opacity: 0;
  transform: rotateY(90deg);
  transition: 0.5s;
}
.header .nav_xiala .erji_xiala i:hover .sanji_xiala span {
  opacity: 1;
  transform: rotateY(0);
  border-radius: 26px;
}
.header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(1) {
  transition-delay: 50ms;
}
.header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(2) {
  transition-delay: 100ms;
}
.header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(3) {
  transition-delay: 150ms;
}
.header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(4) {
  transition-delay: 200ms;
}
.header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(5) {
  transition-delay: 250ms;
}
.header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(6) {
  transition-delay: 300ms;
}
.header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(7) {
  transition-delay: 350ms;
}
.header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(8) {
  transition-delay: 400ms;
}
.header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(9) {
  transition-delay: 450ms;
}
.header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(10) {
  transition-delay: 500ms;
}
.header .nav_xiala > ul > li.another {
  background: #61ab1c;
  color: #fff;
}
.header .nav_xiala > ul > li.another > a {
  color: #fff;
}
/*轮播图*/
#swiper {
  margin-top: 11px;
  height: 615px;
}
#swiper a {
  display: block;
  height: 615px;
}
#swiper .bowen {
  width: 100%;
  height: 14px;
  background: url(../images/bowen.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
/*产品*/
#product {
  height: 947px;
  background: url(../images/product_bg.png) center center no-repeat;
}
#product .inner_product {
  width: 1180px;
  margin: 0 auto;
  padding-top: 80px;
}
#product .inner_product .product_title h3 {
  text-align: center;
  font-size: 16px;
  color: #cccccc;
  letter-spacing: 1px;
}
#product .inner_product .product_title h3 span {
  font-size: 24px;
  color: #444444;
}
#product .inner_product .product_btns {
  padding-top: 53px;
  text-align: center;
}
#product .inner_product .product_btns a {
  width: 180px;
  height: 40px;
  background-color: #ffc323;
  border-radius: 20px;
  display: inline-block;
  margin: 0 35px;
  text-align: center;
  text-indent: 10px;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  transition: all 0.3s;
}
#product .inner_product .product_btns a::before {
  content: '';
  width: 65px;
  height: 59px;
  background: url(../images/product_btn_bg.png) center center no-repeat;
  position: absolute;
  left: -42px;
  bottom: -5px;
}
#product .inner_product .product_btns a.active {
  background-color: #61ab1c;
}
#product .inner_product .product_btns a:hover {
  background-color: #61ab1c;
}
#product .inner_product ul {
  overflow: hidden;
  padding-top: 49px;
}
#product .inner_product ul li {
  width: 280px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#product .inner_product ul li:nth-child(4n) {
  margin-right: 0;
}
#product .inner_product ul li:hover .name {
  height: 0;
}
#product .inner_product ul li:hover .li_link {
  height: 300px;
}
#product .inner_product ul li .img {
  display: block;
  width: 280px;
  height: 300px;
  overflow: hidden;
}
#product .inner_product ul li .img img {
  display: block;
  width: 280px;
  height: 300px;
}
#product .inner_product ul li .name {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 260px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  line-height: 50px;
  color: #444444;
  padding: 0 10px;
  transition: all 0.3s;
  overflow: hidden;
}
#product .inner_product ul li .li_link {
  width: 280px;
  height: 0px;
  border-radius: 10px;
  background-color: rgba(91, 165, 23, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.5s;
  overflow: hidden;
}
#product .inner_product ul li .li_link p {
  text-align: center;
  width: 260px;
  padding: 0 10px;
  padding-top: 113px;
  font-size: 16px;
  color: #ffffff;
}
#product .inner_product ul li .li_link i {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  margin-top: 37px;
  background: url(../images/add_circle.png) center center no-repeat;
  transition: all 0.3s;
}
#product .inner_product ul li .li_link i:hover {
  transform: translateY(-5px);
}
#product .inner_product .more {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #999999;
  box-sizing: border-box;
  text-align: center;
  line-height: 38px;
  color: #666666;
  transition: all 0.3s;
}
#product .inner_product .more:hover {
  transform: translateY(-5px);
}
/*优势*/
#ys {
  height: 1414px;
  background: url(../images/ys_bg.jpg) center top no-repeat;
}
#ys .inner_ys {
  width: 1180px;
  margin: 0 auto;
  height: 1414px;
  position: relative;
}
#ys .inner_ys h3 {
  width: 350px;
  height: 30px;
  position: absolute;
  top: 102px;
  left: 62px;
  font-size: 30px;
  color: #444444;
  font-weight: bold;
  line-height: 30px;
}
#ys .inner_ys h3 .s1 {
  color: #ffc323;
}
#ys .inner_ys h3 .s2 {
  font-weight: normal;
  color: #999999;
  font-size: 14px;
}
#ys .inner_ys h4 {
  width: 500px;
  height: 21px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #61ab1c;
  position: absolute;
  top: 146px;
  right: 0;
}
#ys .inner_ys .ys_item {
  position: absolute;
}
#ys .inner_ys .ys_item .item_title {
  width: 300px;
  height: 60px;
  border-radius: 30px;
  border: dashed 1px #5ba517;
  text-align: center;
  line-height: 58px;
  box-sizing: border-box;
  font-size: 24px;
  color: #61ab1c;
}
#ys .inner_ys .ys_item .item_title img {
  width: 84px;
  height: 84px;
  display: block;
  position: absolute;
  left: -40px;
  top: -14px;
}
#ys .inner_ys .ys_item p {
  padding-left: 44px;
  width: 434px;
  line-height: 30px;
  color: #666666;
  margin-top: 50px;
}
#ys .inner_ys .ys_item.ys1 {
  top: 300px;
  left: 0px;
}
#ys .inner_ys .ys_item.ys2 {
  top: 551px;
  left: 0px;
}
#ys .inner_ys .ys_item.ys3 {
  top: 914px;
  left: 650px;
}
#ys .inner_ys .ys_item.ys4 {
  top: 1166px;
  left: 650px;
}
/*关于我们*/
#about {
  height: 546px;
  background: url(../images/about_bg.jpg) center center no-repeat;
  margin-top: 87px;
}
#about .inner_about {
  padding-top: 118px;
  width: 1180px;
  margin: 0 auto;
}
#about .inner_about .about_title .s1 {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}
#about .inner_about .about_title .s2 {
  font-size: 18px;
  color: #ffffff;
  opacity: 0.5;
  margin-left: 10px;
}
#about .inner_about .about_title .s3 {
  width: 48px;
  height: 1px;
  background-color: #ffc323;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -7px;
}
#about .inner_about p {
  width: 502px;
  height: 162px;
  line-height: 26px;
  color: #ffffff;
  overflow: hidden;
  padding-top: 61px;
}
#about .inner_about .more {
  display: block;
  width: 40px;
  height: 40px;
  margin: 62px 0 0 236px;
  background: url(../images/about_more.png) center center no-repeat;
  transition: all 0.3s;
}
#about .inner_about .more:hover {
  transform: translateY(-5px);
}
#box {
  height: 1884px;
  background: url(../images/13534534532.jpg) center center no-repeat;
}
/*公司信息*/
#info .inner_info {
  width: 1180px;
  margin: 0 auto;
  padding-top: 60px;
}
#info .inner_info .info_btns {
  text-align: center;
}
#info .inner_info .info_btns .info_btn {
  display: inline-block;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #444444;
  margin: 0 25px;
}
#info .inner_info .info_btns .info_btn.active {
  background-color: #61ab1c;
  color: #fff;
  border-color: #61ab1c;
}
#info .inner_info .swiper_box {
  padding-top: 40px;
  position: relative;
  display: none;
}
#info .inner_info .swiper_box li {
  width: 280px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
#info .inner_info .swiper_box li .img {
  display: block;
  width: 280px;
  height: 250px;
}
#info .inner_info .swiper_box li .img img {
  display: block;
  width: 280px;
  height: 250px;
}
#info .inner_info .swiper_box li .name {
  width: 260px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 0px 0px 10px 10px;
  padding: 0 10px;
  text-align: center;
  line-height: 50px;
  color: #444444;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#info .inner_info .swiper_box .lf_btn,
#info .inner_info .swiper_box .rg_btn {
  width: 32px;
  height: 32px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  position: absolute;
  top: 175px;
  z-index: 10;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
}
#info .inner_info .swiper_box .lf_btn {
  background: url(../images/lf.png) center center no-repeat;
  left: -50px;
}
#info .inner_info .swiper_box .lf_btn:hover {
  background: #61ab1c url(../images/lf2.png) center center no-repeat;
}
#info .inner_info .swiper_box .rg_btn {
  background: url(../images/rg.png) center center no-repeat;
  right: -50px;
}
#info .inner_info .swiper_box .rg_btn:hover {
  background: #61ab1c url(../images/rg2.png) center center no-repeat;
}
/*客户见证*/
#client {
  margin-top: 79px;
}
#client .inner_client {
  width: 1180px;
  margin: 0 auto;
}
#client .inner_client h3 h3 {
  text-align: center;
  font-size: 16px;
  color: #cccccc;
  letter-spacing: 1px;
}
#client .inner_client h3 h3 span {
  font-size: 24px;
  color: #444444;
}
#client .inner_client .list {
  padding-top: 40px;
  overflow: hidden;
}
#client .inner_client .list li {
  float: left;
  position: relative;
  margin-right: 400px;
  margin-bottom: 60px;
}
#client .inner_client .list li:nth-child(2n) {
  margin-right: 0;
}
#client .inner_client .list li .img {
  width: 200px;
  height: 160px;
  display: block;
}
#client .inner_client .list li .img img {
  width: 200px;
  height: 160px;
  display: block;
}
#client .inner_client .list li .detail {
  width: 400px;
  height: 160px;
  background-color: #ffffff;
  box-shadow: 2px 4px 8px 0px rgba(58, 122, 0, 0.1);
  position: absolute;
  left: 170px;
  top: 30px;
}
#client .inner_client .list li .detail .name {
  display: block;
  width: 337px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #444444;
}
#client .inner_client .list li .detail .line {
  width: 24px;
  height: 1px;
  background-color: #5ba517;
  margin: 0 auto;
  margin-top: 10px;
}
#client .inner_client .list li .detail p {
      width: 337px;
    height: 37px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #999999;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
 
}
#client .inner_client .list li .detail .more {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  background: url(../images/more.png) center center no-repeat;
  transition: all 0.3s;
}
#client .inner_client .list li .detail .more:hover {
  transform: translateY(-5px);
}
/*合作伙伴*/
#friend {
  padding-top: 20px;
}
#friend .inner_friend {
  width: 1180px;
  margin: 0 auto;
  height: 780px;
  position: relative;
}
#friend .inner_friend h5 {
  position: absolute;
  width: 301px;
  height: 25px;
  font-size: 24px;
  color: #70bb2a;
  letter-spacing: 1px;
  right: 67px;
  top: 0;
  font-weight: bold;
}
#friend .inner_friend h6 {
  width: 460px;
  height: 50px;
  background-color: #ffc323;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 44px;
  right: 0;
}
#friend .inner_friend .tel {
  width: 200px;
  height: 39px;
  position: absolute;
  right: 138px;
  top: 116px;
}
#friend .inner_friend .tel .lf {
  width: 32px;
  height: 31px;
  background: url(../images/tel.png) center center no-repeat;
  margin-top: 4px;
  float: left;
}
#friend .inner_friend .tel .rg {
  padding-left: 13px;
  float: left;
}
#friend .inner_friend .tel .rg .p1 {
  color: #888888;
}
#friend .inner_friend .tel .rg .p2 {
  padding-top: 9px;
  font-size: 24px;
  color: #61ab1c;
}
#friend .inner_friend .img {
  position: absolute;
  left: 0;
  top: 130px;
}
#friend .inner_friend .img img {
  display: block;
}
#friend .inner_friend .friend_title {
  position: absolute;
  right: 35px;
  top: 384px;
}
#friend .inner_friend .friend_title .s1 {
  width: 48px;
  height: 1px;
  background-color: #ffc323;
  display: inline-block;
  margin-right: 10px;
}
#friend .inner_friend .friend_title .s2 {
  font-size: 18px;
  color: #ffffff;
  opacity: 0.5;
  margin-right: 10px;
}
#friend .inner_friend .friend_title .s3 {
  font-size: 24px;
  color: #ffffff;
}
#friend .inner_friend #friend_list {
  position: absolute;
  width: 1180px;
  left: 0;
  bottom: 15px;
  padding-bottom: 50px;
}
#friend .inner_friend #friend_list .swiper-slide li {
  float: left;
  width: 236px;
  height: 130px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}
#friend .inner_friend #friend_list .swiper-slide li a {
  display: block;
}
#friend .inner_friend #friend_list .swiper-slide li a img {
  display: block;
  width: 234px;
  height: 128px;
}
#friend .inner_friend #friend_list .swiper-pagination {
  bottom: 0px;
}
#friend .inner_friend #friend_list .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 1px #ffc323;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: transparent;
}
#friend .inner_friend #friend_list .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #ffc323;
  box-sizing: border-box;
}
/*新闻资讯*/
#news {
  height: 667px;
}
#news .inner_news {
  width: 1180px;
  margin: 0 auto;
  padding-top: 59px;
}
#news .inner_news .news_title h3 {
  text-align: center;
  font-size: 16px;
  color: #cccccc;
  letter-spacing: 1px;
}
#news .inner_news .news_title h3 span {
  font-size: 24px;
  color: #444444;
}
#news .inner_news .news_main {
  overflow: hidden;
  padding-top: 38px;
}
#news .inner_news .news_main .lf {
  float: left;
}
#news .inner_news .news_main .lf .btns {
  width: 194px;
  height: 30px;
}
#news .inner_news .news_main .lf .btns a {
  display: inline-block;
  width: 81px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  color: #999999;
  margin-left: 20px;
}
#news .inner_news .news_main .lf .btns a:first-child {
  margin-left: 0;
}
#news .inner_news .news_main .lf .btns a.active {
  border-bottom: 1px solid #ffc323;
  color: #61ab1c;
}
#news .inner_news .news_main .lf .container {
  overflow: hidden;
  padding-top: 30px;
}
#news .inner_news .news_main .lf .container .con_lf {
  float: left;
  width: 360px;
}
#news .inner_news .news_main .lf .container .con_lf .img {
  display: block;
  width: 360px;
  height: 240px;
}
#news .inner_news .news_main .lf .container .con_lf .img img {
  display: block;
  width: 360px;
  height: 240px;
}
#news .inner_news .news_main .lf .container .con_lf .name {
  padding-top: 30px;
  display: block;
  width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #444444;
  transition: all 0.3s;
}
#news .inner_news .news_main .lf .container .con_lf .name:hover {
  color: #61ab1c;
}
#news .inner_news .news_main .lf .container .con_lf p {
  width: 353px;
  height: 37px;
  line-height: 20px;
  color: #888888;
  padding-top: 21px;
  overflow: hidden;
}
#news .inner_news .news_main .lf .container .con_lf .more {
  width: 140px;
  height: 34px;
  background: #5ba517 url(../images/more_rg.png) 97px center no-repeat;
  border-radius: 17px;
  display: block;
  margin-top: 40px;
  color: #ffffff;
  text-indent: 31px;
  line-height: 34px;
  transition: all 0.3s;
}
#news .inner_news .news_main .lf .container .con_lf .more:hover {
  transform: translateY(-5px);
}
#news .inner_news .news_main .lf .container .news_list {
  float: left;
  padding-left: 39px;
  width: 400px;
}
#news .inner_news .news_main .lf .container .news_list li {
  width: 400px;
  height: 94px;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 20px;
}
#news .inner_news .news_main .lf .container .news_list li .date {
  float: left;
  width: 83px;
}
#news .inner_news .news_main .lf .container .news_list li .date .p1 {
  text-align: center;
  padding-top: 11px;
  font-size: 36px;
}
#news .inner_news .news_main .lf .container .news_list li .date .p2 {
  padding-top: 10px;
  text-align: center;
  color: #999999;
}
#news .inner_news .news_main .lf .container .news_list li .detail {
  float: left;
}
#news .inner_news .news_main .lf .container .news_list li .detail a {
  font-size: 16px;
  display: block;
  width: 308px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
#news .inner_news .news_main .lf .container .news_list li .detail a:hover {
  color: #61ab1c;
}
#news .inner_news .news_main .lf .container .news_list li .detail p {
  padding-top: 18px;
  color: #888888;
  line-height: 20px;
  width: 308px;
  height: 36px;
  overflow: hidden;
}
#news .inner_news .news_main .rg {
  float: right;
  width: 333px;
}
#news .inner_news .news_main .rg .rg_title .p1 {
  font-size: 20px;
  color: #666666;
}
#news .inner_news .news_main .rg .rg_title .p2 {
  padding-top: 10px;
  font-size: 12px;
  color: #cccccc;
}
#news .inner_news .news_main .rg .qa_list {
  width: 333px;
  height: 420px;
  border-radius: 10px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  margin-top: 21px;
}
#news .inner_news .news_main .rg .qa_list li {
  height: 100px;
  border-bottom: 1px dashed #cdcdcd;
  margin-top: 27px;
  padding-left: 20px;
  box-sizing: border-box;
}
#news .inner_news .news_main .rg .qa_list li .q {
  overflow: hidden;
}
#news .inner_news .news_main .rg .qa_list li .q .q_lf {
  width: 24px;
  height: 24px;
  background-color: #61ab1c;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  float: left;
}
#news .inner_news .news_main .rg .qa_list li .q .q_con {
  float: left;
  padding-left: 7px;
  display: block;
  height: 25px;
  line-height: 25px;
  width: 255px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
#news .inner_news .news_main .rg .qa_list li .q .q_con:hover {
  color: #61ab1c;
}
#news .inner_news .news_main .rg .qa_list li .a {
  margin-top: 12px;
  overflow: hidden;
}
#news .inner_news .news_main .rg .qa_list li .a .a_lf {
  width: 24px;
  height: 24px;
  background-color: #666666;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  float: left;
}
#news .inner_news .news_main .rg .qa_list li .a .a_con {
  padding-left: 7px;
  float: left;
  width: 255px;
  height: 37px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 18px;
}
/*底部*/
#footer {
  height: 476px;
  background: url(../images/footer_bg.png) center center no-repeat;
}
#footer .inner_footer {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 70px;
}
#footer .inner_footer .links {
  overflow: hidden;
}
#footer .inner_footer .links .lf {
  float: left;
  width: 181px;
  height: 60px;
  background: url(../images/links_bg.png) center center no-repeat;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #5ba517;
}
#footer .inner_footer .links ul {
  overflow: hidden;
  float: left;
  padding-left: 20px;
}
#footer .inner_footer .links ul li {
  height: 60px;
  margin: 0 25px;
  line-height: 60px;
  float: left;
}
#footer .inner_footer .links ul li a {
  color: #fff;
  transition: all 0.3s;
}
#footer .inner_footer .links ul li a:hover {
  opacity: 0.8;
}
#footer .inner_footer .m_contact {
  margin-top: 57px;
}
#footer .inner_footer .m_contact .lf {
  float: left;
}
#footer .inner_footer .m_contact .lf h3 {
  width: 284px;
  height: 36px;
  background: url(../images/footer-h3.png) center center no-repeat;
  margin-bottom: 30px;
}
#footer .inner_footer .m_contact .lf p {
  color: #eeeeee;
  padding-bottom: 20px;
}
#footer .inner_footer .m_contact .lf p a {
  color: #eee;
  margin-right: 10px;
}
#footer .inner_footer .m_contact .rg {
  float: right;
}
#footer .inner_footer .m_contact .rg .ewm {
  float: left;
  margin-right: 30px;
}
#footer .inner_footer .m_contact .rg .ewm img {
  width: 126px;
  height: 126px;
  display: block;
}
#footer .inner_footer .m_contact .rg .ewm p {
  padding-top: 20px;
  text-align: center;
  color: #fff;
}
/*# sourceMappingURL=in.css.map */