.pt30 {
  padding-top: 30px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt15 {
  padding-top: 15px;
}

.pt40 {
  padding-top: 30px;
}

.pt80 {
  padding-top: 80px;
}

.head {
  height: 130px;
  width: 100%;
  line-height: 130px;
  background-color: #fff;
  overflow: hidden;
}

.top-tel {
  padding-top: 40px;
}

.top-tel .s1 {
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  font-weight: bold;
}

.top-tel .s2 {
  font-size: 24px;
  color: #023894;
  line-height: 1.2;
  font-weight: bold;
}

.top-nav {
  font-size: 14px;
  text-align: left;
  color:#fff;
  background-color: #023894;
}

.top-nav .lan a {
  margin: 12px 5px 0px;
}

.top-nav .a1 {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.top-nav li {
  margin-right: 80px;
  float: left;
  position: relative;
  z-index:3;
  text-transform: uppercase;
}

.top-nav li.on .a1, .top-nav li:hover .a1 {
  color: #6eb92b;
}

.top-nav li:hover .menu {
  display: block;
}

.top-nav li .menu {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 40px;
  width: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.top-nav li .menu .a2 {
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-top: none;
  line-height: 200%;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

.top-nav li .menu .a2:hover {
  color: #fff;
  background-color: #6eb92b;
}

.banner .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  cursor: pointer;
  outline: none;
}

.banner .swiper-pagination-bullet-active {
  background: #6eb92b;
}

.title1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.title1 .s1 {
  border-top: 2px solid #fff;
  width: 60px;
  height: 0px;
}

.title1 .s2 {
  padding-top: 20px;
}

.title2 {
  line-height: 1;
  color: #fff;
}

.title2 .s1 {
  font-size: 26px;
  color: #000;
}

.title2 .s2 {
  border-top: 2px solid #023894;
  width: 16px;
  height: 0px;
  display: inline-block;
  margin: 10px 0px;
}

.title2 .s3 {
  font-size: 16px;
  color: #000;
}

.l-r-txt1 {
  font-size: 16px;
  line-height: 2.2;
  display: table-cell;
  width: 100%;
  color: #fff;
}

.l-r-txt1 .txt {
  display: table-cell;
}

.l-r-txt1 .nr {
  display: table-cell;
}

.footer {
  background-color: #023894;
  padding-top: 50px;
}

.foot-li {
  padding: 20px 0px;
}

.foot-li .item {
  padding-right: 100px;
}

@media (max-width: 991px) {
  .foot-li .item {
    padding-right: 0px;
  }
}

.beian {
  background-color: #023894;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  border-top: 1px solid #fff;
}

.form1 .ipt1, .form1 .ipt2 {
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  outline: none;
  background-color: transparent;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.form1 .ipt1::-webkit-input-placeholder, .form1 .ipt2::-webkit-input-placeholder {
  color: #fff;
}

.form1 .ipt1::-moz-placeholder, .form1 .ipt2::-moz-placeholder {
  color: #fff;
}

.form1 .ipt1:-ms-input-placeholder, .form1 .ipt2:-ms-input-placeholder {
  color: #fff;
}

.form1 .ipt1:focus, .form1 .ipt2:focus {
  border: 1px solid #000;
  background-color: #fff;
  color: #333;
}

.form1 .ipt1:focus::-webkit-input-placeholder, .form1 .ipt2:focus::-webkit-input-placeholder {
  color: #333;
}

.form1 .ipt1:focus::-moz-placeholder, .form1 .ipt2:focus::-moz-placeholder {
  color: #333;
}

.form1 .ipt1:focus:-ms-input-placeholder, .form1 .ipt2:focus:-ms-input-placeholder {
  color: #333;
}

.form1 .ipt1 {
  height: 40px;
  line-height: 38px;
  padding: 0px 15px;
}

.form1 .ipt2 {
  max-height: 90px;
  line-height: 1.6;
  padding: 15px;
}

.form1 .item-li {
  margin-top: 10px;
}

.form1 .item-li:first-child {
  margin-top: 0px;
}

.form1 .bui-btn {
  max-width: 120px;
  height: 40px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-size: 14px;
  color: #023894;
  border: none;
  outline: none;
}

.m1-img1 {
  left: 50%;
  margin-top: 100px;
}

@media (max-width: 1199px) {
  .m1-img1 {
    position: relative;
    z-index: 1;
    left: 0px;
    width: 100%;
    margin-top: 40px;
  }
}

.m1-nr {
  overflow: hidden;
  padding: 50px 0px;
  background-color: #fff;
}

.m1-nr .bt {
  font-size: 26px;
  color: #333;
  line-height: 1;
  margin-bottom: 50px;
}

.m1-nr .jj {
  font-size: 14px;
  line-height: 2.2;
  color: #666;
  text-indent: 2em;
}

.m1-nr .more {
  font-size: 16px;
  color: #023894;
  margin-top: 50px;
}

.m1-nr .more:hover {
  color: #6eb92b;
}

@media (min-width: 1200px) {
  .m1-nr {
    width: 50%;
    padding-right: 15px;
  }
}

.m2-nr li {
  padding: 15px 30px;
}

.m2-nr li .img {
  width: 126px;
  height: 126px;
  border-radius: 50%;
}

.m2-nr li .nr h3 {
  font-size: 24px;
  line-height: 1;
  color: #000;
  font-weight: normal;
}

.m2-nr li .nr .s1 {
  width: 40px;
  height: 0px;
  display: inline-block;
  border-top: 1px solid #023894;
  margin: 15px 0px;
}

.m2-nr li .nr .jj {
  font-size: 14px;
  line-height: 2;
  color: #888;
}

.main3 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.m3-nr li {
  padding: 15px;
}

.m3-nr li:nth-child(3n+1) {
  clear: both;
}

.m3-nr .jj {
  font-size: 14px;
  color: #666;
  line-height: 180%;
}

.m3-nr .bq {
  margin-top: 15px;
  padding-top: 15px;
  line-height: 160%;
}

.m3-nr .bq .s1 {
  border-top: 1px solid #ddd;
  width: 100px;
  height: 0px;
  top: 0px;
  left: 0px;
  transition: 0.32s asll;
  -webkit-transition: 0.2s all;
}

.m3-nr .bq .time {
  font-size: 30px;
  color: #666;
}

.m3-nr .bq .a1 {
  color: #000;
  font-size: 14px;
  display: none;
}

.m3-nr .bq .a1:hover {
  color: #023894;
}

.m3-nr .item h3 {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 15px;
}

.m3-nr .item h3 a {
  color: #000;
}

.m3-nr .item h3 a:hover {
  text-decoration: underline;
}

.m3-nr .item:hover .bq .s1 {
  width: 100%;
}

.m3-nr .item:hover .bq .time {
  color: #023894;
}

.m3-nr .item:hover .bq .a1 {
  display: inline;
}

.m3-nr .more {
  width: 172px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #023894;
}

.m3-nr .more:hover {
  color: #fff;
  opacity: 0.5;
}
.m4-nr .swiper-slide {
  padding: 10px;
}

.m4-nr .swiper-pagination {
  height: 0px;
  bottom: 0px;
}

.m4-nr .swiper-pagination-bullet {
  margin: 0px 5px;
  cursor: pointer;
  outline: none;
}

.m4-nr .prev, .m4-nr .next {
  cursor: pointer;
  outline: none;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.m4-nr .prev:hover, .m4-nr .next:hover {
  opacity: 0.5;
}

.m4-nr .next {
  right: 0px;
  left: auto;
}

.m4-nr .item {
  width: 100%;
}
.m4-nr .item:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
/*.m4-nr .img {
  border: 1px solid #ddd;
  width: 200px;
  margin-right: 15px;
}*/

.m4-nr .nr {
  padding: 15px;
  background-color: #f8f8f8;
}

.m4-nr .nr h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}

.m4-nr .nr h3 a {
  color: #000;
}

.m4-nr .nr h3 a:hover {
  color: #023894;
}

.m4-nr .nr .jj {
  font-size: 12px;
  color: #666;
  line-height: 1.8;
}

/*@media (max-width: 520px) {
  .m4-nr .swiper-slide {
    padding: 0px 50px;
  }
  .m4-nr .img {
    border: 1px solid #ddd;
    width: 200px;
    margin-right: 0px;
    float: none;
    margin: 0px auto 20px;
  }
}*/

.bui-more1 {
  width: 172px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #023894;
}

.bui-more1:hover {
  color: #fff;
  opacity: 0.5;
}

.lxwm {
  padding: 40px 0px;
}

.lxwm li {
  padding: 15px 0px;
  display: table;
}

.lxwm li .item {
  width: 100%;
  margin: 0px auto;
  display: table-cell;
}

.lxwm li .img {
  margin-right: 20px;
  display: table-cell;
  vertical-align: top;
}

.lxwm li .nr {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

.lxwm li .nr h3 {
  font-size: 18px;
  color: #333;
  line-height: 140%;
  margin-bottom: 5px;
}

.lxwm li .nr .jj {
  font-size: 12px;
  line-height: 220%;
  color: #999999;
}

@media (min-width: 1200px) {
  .lxwm {
    padding: 40px 0px;
  }
  .lxwm li {
    padding: 15px;
  }
}

.ditu {
  padding: 0px;
}

.weizhi {
  font-size: 14px;
  color: #888;
  line-height: 140%;
  padding: 20px 0px;
  border-bottom: 1px dashed #e7e7e7;
}

.weizhi img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.weizhi span {
  padding: 0px 5px;
  display: inline-block;
  vertical-align: middle;
}

.weizhi a {
  color: #888;
  display: inline-block;
  vertical-align: middle;
}

.weizhi a:hover {
  color: #6eb92b;
}

body.on {
  overflow: hidden;
}

.body-cen {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.body-cen.on1 {
  height: 100%;
  overflow: hidden;
  transform: translate(-250px, 0px);
  -webkit-transform: translate(-250px, 0px);
}

.article {
  font-size: 14px;
  line-height: 160%;
}

.article img {
  max-width: 100%;
}

.article h1 {
  line-height: 200%;
  font-size: 20px;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.article .hdwz {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}

.article .hdwz span {
  display: inline-block;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 5px;
}

.article .zuoyou li {
  padding: 0px;
}

.article .zuoyou .nr {
  padding: 15px;
  color: #5b5b5b;
}

.article .zuoyou .nr h3 {
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.article .zuoyou .jj {
  line-height: 200%;
}

.article .wznr {
  padding: 15px;
}

.m-menu {
  position: fixed;
  top: 0px;
  right: -100%;
  z-index: 9;
  width: 250px;
  height: 100%;
  padding: 30px 15px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.2s all;
  border-left: 1px solid #ddd;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.m-menu.on2 {
  overflow: hidden;
}

.m-menu.on1 {
  right: 0px;
}

.m-menu .a1 {
  color: #666;
  display: block;
}

.m-menu li {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
}

.m-menu li .menu {
  display: none;
  position: fixed;
  z-index: 1;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 250px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.m-menu li .menu.on {
  display: block;
}

.m-menu li .menu .menu-cen {
  width: 177px;
  height: 100%;
  background-color: #fff;
}

.m-menu li .menu .a2 {
  display: block;
  text-align: center;
  border-top: none;
  height: 50px;
  line-height: 49px;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

.m-menu li .menu .a2:hover {
  background-color: #6eb92b;
}

.m-menu .menu-btn {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #6eb92b;
  font-size: 25px;
  margin-top: 10px;
}

.m-menu .search {
  position: relative;
  z-index: 999;
  height: 60px;
  line-height: 60px;
  margin-right: 10px;
}

.m-menu .search .ico1 {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  background-color: #6eb92b;
  font-weight: normal;
}

.m-menu .search-form {
  display: none;
  position: absolute;
  right: 0px;
  top: 60px;
  width: 100%;
  padding: 10px;
  background-color: #6eb92b;
}

.m-menu .search-form.on {
  display: block;
}

.m-menu .search-form .form {
  position: relative;
  z-index: 1;
}

.m-menu .txt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.m-menu .ipt {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  line-height: 38px;
  padding: 0px 10px;
  outline: none;
}

.m-menu .tj {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #6eb92b;
  color: #fff;
  font-size: 14px;
  padding: 0px;
  outline: none;
  border-radius: 0px;
  outline: none;
}

.top-navcen {
  width: 100%;
  left: 0px;
  z-index: 99;
}

.m-head-cen {
  height: 60px;
  width: 100%;
}

.m-head {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 60px;
  background-color: #FFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.m-head .top-lan2 {
  margin-top: 12px;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  color: #6eb92b;
}

.m-head .top-lan2 a {
  color: #6eb92b;
}

.m-head .top-lan2 a:hover {
  text-decoration: underline;
}

.m-head .top-lan2 span {
  padding: 0px 5px;
}

.ab-m1 {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.ab-m1 li {
  padding: 15px;
}

.product-list1 li {
  padding: 5px;
}

.product-list1 li:nth-child(4n+1) {
  clear: none;
}

.product-list1 li:nth-child(2n+1) {
  clear: both;
}

.product-list1 .item {
  background-color: #f8f8f8;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.product-list1 .item:hover {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.product-list1 .item .nr {
  padding: 15px;
}

.product-list1 .item .nr h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
}

.product-list1 .item .nr h3 a {
  color: #000;
}

.product-list1 .item .nr h3 a:hover {
  color: #023894;
}

.product-list1 .item .nr .jj {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

@media (min-width: 1200px) {
  .product-list1 li:nth-child(2n+1) {
    clear: none;
  }
  .product-list1 li:nth-child(4n+1) {
    clear: both;
  }
}

.page2 {
  /*overflow: hidden;*/
  text-align: center;
  padding: 10px;
  clear: both;
}

.page2 .ul {
  border: 1px solid #e4eaec;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
}

.page2 .rows {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .num {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .current {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #023894;
  border-left: 1px solid #e4eaec;
}

.page2 .prev {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .first {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .end {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .next {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.news-list1 li {
  padding: 15px 0px;
  border-bottom: 1px solid #ddd;
}

.news-list1 li:hover .nr .jj {
  padding-left: 20px;
  border-left: 1px solid #023894;
}

.news-list1 li .img {
  float: none;
  margin-bottom: 20px;
}

.news-list1 li .nr {
  max-width: 900px;
}

.news-list1 li .nr h3 {
  font-size: 16px;
  line-height: 160%;
}

.news-list1 li .nr h3 a {
  color: #333;
}

.news-list1 li .nr h3 a:hover {
  color: #023894;
}

.news-list1 li .nr .time {
  font-size: 12px;
  color: #9d9d9d;
  line-height: 140%;
  margin-bottom: 15px;
}

.news-list1 li .nr .jj {
  font-size: 14px;
  color: #333;
  line-height: 200%;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.news-list1 li .nr .a1 {
  width: 78px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #1fa5db;
  text-transform: uppercase;
  border-radius: 16px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .news-list1 li .img {
    float: right;
    width: 300px;
    margin-left: 30px;
  }
}

.yfcx-list1 .yfcx-left {
  width: 100%;
  padding: 30px;
  min-height: 248px;
  border-bottom: 10px solid #eaeaea;
  overflow: hidden;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.yfcx-list1 .yfcx-left .ico {
  width: 43px;
  height: 43px;
  display: table-cell;
}

.yfcx-list1 .yfcx-left .ico img {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.yfcx-list1 .yfcx-left .ico .img1 {
  opacity: 1;
}

.yfcx-list1 .yfcx-left .ico .img2 {
  opacity: 0;
}

.yfcx-list1 .yfcx-left:hover {
  border-bottom: 10px solid #023894;
}

.yfcx-list1 .yfcx-left:hover .ico .img1 {
  opacity: 0;
}

.yfcx-list1 .yfcx-left:hover .ico .img2 {
  opacity: 1;
}

.yfcx-list1 .yfcx-left:hover .nr h3 {
  color: #023894;
}

.yfcx-list1 .yfcx-left .nr {
  display: table-cell;
  padding-left: 10px;
  padding-top: 15px;
}

.yfcx-list1 .yfcx-left .nr h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  color: #666;
  margin-bottom: 10px;
}

.yfcx-list1 .yfcx-left .nr .jj {
  font-size: 12px;
  line-height: 2.5;
  color: #666;
}

.yfcx-list1 .yfcx-right:hover .img-cen {
  opacity: 1;
}

.yfcx-list1 .yfcx-right .img-cen {
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  opacity: 0;
}

.yfcx-list1 .yfcx-right .img-cen a {
  position: relative;
  display: block;
  z-index: 1;
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
}

.yfcx-list1 .yfcx-right .img-cen a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 12px;
  width: 0px;
  border-left: 2px solid #fff;
  margin-left: -1px;
  margin-top: -6px;
}

.yfcx-list1 .yfcx-right .img-cen a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 0px;
  border-top: 2px solid #fff;
  margin-top: -1px;
  margin-left: -6px;
}

@media (min-width: 1200px) {
  .yfcx-list1 .yfcx-left {
    width: 555px;
    float: left;
  }
  .yfcx-list1 .yfcx-right {
    width: 645px;
    float: right;
  }
}
