﻿* {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  font-size: 14px;
}
a {
  outline: none;
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
ul {
  list-style: none;
}
input {
  border: none;
  outline: none;
}
.vw-1800 {
  max-width: 1800px;
  margin: 0 auto;
  width: 96%;
}
.navigation-bar-container2 .navigation-bar-block {
  width: 100%;
  height: 67px;
}
.navigation-bar-container2 .navigation-bar {
  max-width: 1920px;
  min-width: 320px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #2e3130;
  text-align: center;
  margin: 0 auto;
  z-index: 9999;
}
.navigation-bar-container2 .navigation-bar .navbar-content {
  display: flex;
  align-items: center;
}
.navigation-bar .more {
  width: 36px;
  cursor: pointer;
  display: none;
  z-index: 9999;
}
.navigation-bar .more img {
  width: 100%;
  display: block;
}
.navigation-bar .logo {
  width: 197px;
  z-index: 9999;
}
.navigation-bar .logo img {
  display: block;
  max-height: 67px;
  max-width: 100%;
}
.mobile-navigation-content {
  position: fixed;
  left: 0;
  right: 0;
  top: 56px;
  background: rgba(20, 82, 57, .8);
  display: none;
}
.mobile-navigation-content .navbar {
  display: flex;
  flex-direction: column;
}
.mobile-navigation-content .navbar > .item {
  height: auto;
  line-height: 44px;
  position: relative;
}
.mobile-navigation-content .navbar > .item.sub::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../images/748668ede43023b4a88678e7a93e8ec7.png);
  background-size: cover;
}
.mobile-navigation-content .navbar > .item.check::before {
  transform: rotate(90deg);
}
.mobile-navigation-content .navbar > .item > a {
  color: #ffffff;
}
.mobile-navigation-content .navbar .item .item-sub {
  width: 100%;
  display: none;
}
.mobile-navigation-content .navbar .item .item-sub .item-sub-container2 .items-sub a {
  color: #c4a487;
}
.navigation-content {
  height: 67px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
}
.navigation-content .navbar {
  display: flex;
  height: 100%;
}
.navigation-content .navbar .item:first-child {
  margin-left: 0;
}
.navigation-content .navbar > .item {
  margin-left: 100px;
  height: 100%;
  line-height: 67px;
  position: relative;
}
.navigation-content .navbar .item.active::before {
  display: block;
}
.navigation-content .navbar .item::before {
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: 0 auto;
  content: '';
  display: none;
}
.navigation-content .navbar > .item > a {
  color: #ffffff;
}
.navigation-content .navbar .item .item-sub {
  position: absolute;
  top: 100%;
  left: -100%;
  font-size: 0;
  background-color: #ffffff;
  box-shadow: 1px 2px 4px #ccc;
  z-index: 99999;
  display: none;
}
.navigation-content .navbar .item:hover > .item-sub {
  display: block;
}
.navigation-content .navbar .item .item-sub .item-sub-container2 {
  width: 180px;
  font-size: 14px;
}
.navigation-content .navbar .item .item-sub .item-sub-container2 .item-sub-content {
  display: flex;
  flex-direction: column;
}
.navigation-content .navbar .item .item-sub .item-sub-container2 .item-sub-content .items-sub {
  height: 44px;
  line-height: 44px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  text-align: left;
}
.navigation-content .navbar .item .item-sub .item-sub-container2 .item-sub-content .items-sub:hover {
  background: #dddddd;
}
.navigation-content .navbar .item .item-sub .item-sub-container2 .item-sub-content .items-sub:hover > a {
  color: #004531;
}
.seacher-container2 {
  position: relative;
}
.seacher-container2 .icon-container2 {
  font-size: 0;
}
.seacher-container2 .searcher-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.seacher-container2:hover .from-section {
  display: block !important;
}
.seacher-container2 .from-section-container2 {
  position: fixed;
  top: 0;
  right: 10px;
  padding-top: 65px;
  width: 5%;
}
.seacher-container2 .from-section {
  position: absolute;
  right: 0;
  display: none;
}
.seacher-container2 .from-section input {
  width: 160px;
  height: 24px;
  border: 1px solid #004531;
  padding: 3px 6px;
  box-sizing: border-box;
}
@media only screen and (max-width:1540px) {
  .navigation-content .navbar > .item {
    margin-left: 80px;
  }
  .navigation-content .navbar .item:first-child {
    margin-left: 0;
  }
  .navigation-content .navbar > .item > a {
    font-size: 14px;
  }
}
@media only screen and (max-width:1380px) {
  .navigation-content .navbar > .item {
    margin-left: 70px;
  }
  .navigation-content .navbar .item:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width:1280px) {
  .navigation-content .navbar > .item {
    margin-left: 60px;
  }
  .navigation-content .navbar .item:first-child {
    margin-left: 0;
  }
  .navigation-content .navbar > .item > a {
    font-size: 12px;
  }
  .seacher-container2 .searcher-icon {
    width: 14px;
    height: 14px;
  }
  .navigation-content {
    display: block;
  }
  .navbar-content .mobile-navigation-content {
    display: none;
  }
}
@media only screen and (max-width:1080px) {
  .navigation-content .navbar > .item {
    margin-left: 30px;
  }
  .navigation-content .navbar .item:first-child {
    margin-left: 0;
  }
  .navigation-content {
    display: none;
  }
  .navigation-bar .more {
    display: block;
  }
  .navigation-bar-container2 .navigation-bar .navbar-content {
    justify-content: space-between;
    height: 56px;
  }
  .navigation-bar-container2 .navigation-bar-block {
    height: 56px;
  }
  .navigation-bar .logo img {
    max-height: 56px;
    max-width: 100%;
  }
  .seacher-container2 .searcher-icon {
    width: 18px;
    height: 18px;
  }
  .seacher-container2 .from-section-container2 {
    width: 6%;
    padding-top: 56px;
  }
  .seacher-container2 .from-section {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 980px;
    min-width: 320px;
  }
  .seacher-container2 .from-section input {
    width: 100%;
    height: 44px;
    font-size: 16px;
  }
  .mobile-navigation-content .navbar > .item > a {
    font-size: 18px;
  }
}
@media only screen and (max-width:640px) {
  .mobile-navigation-content .navbar > .item.sub::before {
    width: 14px;
    height: 14px;
  }
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
img {
  outline: none;
  border: none;
}
li {
  list-style: none;
}
body {
  font-family: Helvetica LT Std, 'Noto Sans CJK SC', 'Noto Sans CJK', "Source Han Sans CN", source-han-sans-simplified-c, sans-serif;
}
html {
  overflow-y: scroll;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
body {
  width: 100vw;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .slider-carousel.owl-carousel .owl-nav {
  display: block;
}
.banner .slider-carousel.owl-carousel .owl-nav button.owl-next, .banner .slider-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  left: 90px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  background: url(../images/f354ec3638af13ab0cf707679813a614.png)center no-repeat;
  outline: none;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.banner .slider-carousel.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 90px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  text-align: center;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  width: 30px;
  height: 5px;
  background: #b0d0f3;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-carousel button.owl-dot.active {
  background: #fff;
}
.commontitle {
  padding: 6.68px 0;
}
.container2 {
  max-width: 1200px;
}
@media (min-width:992px) .container2 {
  width: 1170px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.commontitle_left {
  position: relative;
}
.commontitle_left {
  height: 0.65px;
  padding-left: 0.2px;
  text-align: center;
}
.asmfgm1.a {
  background-color: #fff;
}
.asmfgm1 {
  background-color: #f1f1f1;
  font-weight: normal;
  height: 0.65px;
  line-height: 0.65px;
  font-size: 0.36px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 5;
}
.commontitle_left p:nth-of-type(1) {
  font-size: 0.36px;
  font-weight: 400;
  height: 0.36px;
  line-height: 0.36px;
}
.commontitle_left p:nth-of-type(2) {
  color: #888;
  font-size: 15px;
}
.search_box {
  margin: 0 -3.5%;
  padding-bottom: 42.36px;
}
.search_item {
  width: 26.333%;
  height: auto;
  margin: 0 3.5%;
  float: left;
  margin-bottom: 0;
  border: 1px solid #eee;
  margin-bottom: 40.2px;
}
.search_item .search_itemImg {
  width: 100%;
  height: 0;
  padding-bottom: 59.17%;
  overflow: hidden;
}
.search_item .search_itemImg img {
  width: 100%;
  display: block;
}
.search_item .search_itembtm {
  text-align: center;
  padding: 0.2px 0 0.35px;
}
.search_item .search_itembtm .search_itemtitle {
  line-height: 30.4px;
  font-size: 20px;
  color: rgb(102, 102, 102);
  font-family: 微软雅黑, arial;
  font-weight: 400;
}
.search_itembtm p {
  line-height: 24px;
  font-size: 13px;
  margin-bottom: 0px;
  color: #888;
  padding: 0 10px;
}
.H_sixys {
  background: linear-gradient(45deg, rgba(199, 71, 222, 0.3), rgba(50, 173, 185, 0.7));
}
.commontitle {
  padding: 2.68px 0;
}
.container2 {
  max-width: 1200px;
}
@media (min-width:992px) .container2 {
  width: 1170px;
}
.container2 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.H_sixys .commontitle_left {
  color: #fff;
}
.commontitle_left {
  position: relative;
}
.commontitle_left {
  height: 0.65px;
  padding-left: 0.2px;
  text-align: center;
}
.commontitle_left p:nth-of-type(1) {
  font-size: 0.36px;
  font-weight: 400;
  height: -39.64px;
  line-height: 0.36px;
}
.commontitle_left p:nth-of-type(2) {
  color: #888;
  font-size: 15px;
}
p {
  margin: 0 0 10px;
}
.container2 {
  max-width: 1200px;
}
@media (min-width:992px) .container2 {
  width: 1170px;
}
@media (min-width:768px) .col-sm-6 {
  width: 50%;
}
@media (min-width:768px) .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}
@media (max-width:1368px) .Social_dzfw_Itembox {
  margin: 0 15px;
}
.Social_dzfw_Itembox {
  text-align: center;
  padding: 15px;
  background: #fff;
  position: relative;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.Social_dzfw_Itembox:hover {
  background: #02b2b5
}
.Social_dzfw_Itembox:hover .Social_dzfw_Itemtitle, .Social_dzfw_Itembox:hover .Social_dzfw_info {
  color: #fff;
}
.Social_dzfw_Itembox:hover .Social_dzfw_link {
  background: #fff;
  color: #02b2b5;
}
@media (max-width:1368px) .Social_dzfw_Itemtitle {
  font-size: 30px;
}
.Social_dzfw_Itemtitle {
  line-height: 80px;
  height: 80px;
  font-size: 36px;
  color: #000;
}
@media (max-width:1368px) .Social_dzfw_info {
  line-height: 30px;
  height: 90px;
  font-size: 16px;
}
.Social_dzfw_info {
  width: 90%;
  margin: 0 auto;
  color: #595959;
  font-size: 18px;
  line-height: 36px;
  height: 108px;
  margin-bottom: 8px;
}
.Social_dzfw_link {
  background-color: #ffffff !important;
  border-color: #636363 !important;
  color: #444 !important;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.Social_dzfw_Item {
  margin-bottom: 35px;
}
.index_advantage {
  width: 100%;
  background: url(../images/be4f14ce868fe667b06e6826cc26e8d7.jpg)center no-repeat;
  padding: 50px 0;
  background-size: cover;
}
.index_advantage .advantage_box {
  display: flex;
  flex-wrap: wrap;
}
.index_advantage .advantage_box li {
  margin-bottom: 20px;
}
.index_advantage .advantage_box li .advantage_list {
  text-align: center;
}
.index_advantage .advantage_box li .advantage_list .advantage_pic {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.index_advantage .advantage_box li .advantage_list .advantage_text h5 {
  font-size: 20px;
  color: #fff;
  margin: 10px 0;
  padding: 15px 0;
  position: relative;
}
.index_advantage .advantage_box li .advantage_list .advantage_text h5:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #fff;
}
.index_advantage .advantage_box li .advantage_list .advantage_text p {
  font-size: 16px;
  color: #fff;
}
.index_advantage .advantage_box li .advantage_list:hover .advantage_pic {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px)
}
.index_advantage .advantage_box li .advantage_list:hover .advantage_text h5 {
  color: #ffcc2f;
}
.H_mthz {
  background: rgb(241, 241, 241);
}
.commontitle {
  padding: 2.68px 0;
}

.total_title {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
.total_title h5 {
  font-size: 32px;
  color: #2f2f2f;
  font-weight: bold;
  position: relative;
}
.total_title h5:before {
  position: absolute;
  content: "";
  width: 100%;
  text-align: center;
  height: 100%;
  left: 0;
  right: 0;
  bottom: -2px;
}
.total_title span {
  font-size: 16px;
  color: #b9b9b9;
  display: block;
}
.total_title p {
  font-size: 14px;
  color: #797878;
}
@media (min-width:1368px) .container2 {
  width: 1200px;
}
.Social_qayxItemabox {
  border: 1px solid #dcdcdc;
  padding-top: 45px;
  background: #fff;
}
.Social_qayxItemabox:hover {
  background: #02b2b5;
  color: #fff;
}
@media (min-width:768px) .Social_qayxItemabox:hover {
  background: #02b2b5;
  color: #fff;
}
@media (min-width:768px) .Social_qayxItemtitle {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 5px;
}
.H_mthz .Social_qayxIteminfo {
  height: 80px;
}
.Social_qayxIteminfo {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  height: 130px;
  padding-bottom: 10px;
}
.Social_title {
  text-align: center;
}
.Social_qayxItemImg {
  width: 88px;
  height: 88px;
  background: #a7e4e5;
  padding: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -44px;
  margin: 0 auto;
}
.Social_qayxItemImg span {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 76px;
  background: #02b2b5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.Social_qayxItemImg span img {
  vertical-align: middle
}
.Social_qayx_Wrapper {
  padding-top: 50px
}
.Social_qayx_Wrapper .Social_qayxItem {
  text-align: center;
  position: relative;
}
.Social_qayxItemabox {
  border: 1px solid #dcdcdc;
  padding-top: 45px;
  background: #fff;
}
.Social_qayxIteminfo {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  height: 130px;
  padding-bottom: 10px
}
.Social_title {
  padding: 60px 0 50px;
  font-size: 36px;
  color: #2b2b2b;
}
.total_title {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
.total_title h5 {
  font-size: 32px;
  color: #2f2f2f;
  font-weight: bold;
  position: relative;
}
.total_title h5:before {
  position: absolute;
  content: "";
  width: 100%;
  text-align: center;
  height: 100%;
  left: 0;
  right: 0;
  bottom: -2px;
}
.total_title span {
  font-size: 16px;
  color: #b9b9b9;
  display: block;
}
.total_title p {
  font-size: 14px;
  color: #797878;
}
.index_more {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.index_more a {
  display: inline-block;
  color: #fff;
  background: #ff7c08;
  padding: 9px 50px;
  border-radius: 4px;
  position: relative;
}
.index_more a:before, .index_more a:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  left: 17px;
  top: 20px;
}
.index_more a:after {
  left: auto;
  right: 17px;
}
.index_honor_kuang {
  display: flex;
  width: 100%;
  justify-content: center
}
.index_honor {
  width: 100%;
  background: linear-gradient(45deg, rgba(199, 71, 222, 0.3), rgba(50, 173, 185, 0.7));
}
；padding:40px 0;
}
.index_honor .total_title h5 {
  color: #fff;
}
.index_honor .index_honor_box {
  width: 100%;
  padding: 0;
}
.index_honor .index_honor_box .owl-carousel .owl-item {
  padding: 15px;
}
.index_honor .index_honor_box .index_honorlist {
  text-align: center;
  width: 100%;
}
.index_honor .index_honor_box .index_honorlist .honor_text {
  margin-top: 10px;
}
.index_honor .index_honor_box .index_honorlist .honor_text a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 5px 0;
}
.index_product .index-productslide.owl-carousel .owl-nav, .index_honor .index_honor_box .owl-carousel .owl-nav {
  display: block;
}
.index_honor .index_honor_box .owl-carousel .owl-nav .owl-prev, .index_honor .index_honor_box .owl-carousel .owl-nav .owl-next, .index_product .index-productslide.owl-carousel .owl-nav .owl-prev, .index_product .index-productslide.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  left: -40px;
  width: 40px;
  height: 40px;
  background: #ff7c08;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  outline: none;
  font-size: 30px;
  line-height: 20px;
}
.index_honor .index_honor_box .owl-carousel .owl-nav .owl-next, .index_product .index-productslide.owl-carousel .owl-nav .owl-next {
  right: -40px;
  left: auto;
}
@media screen and (max-width:767px) {
  .total_title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .total_title h5 {
    font-size: 24px;
  }
  .total_title:before {
    bottom: 30px;
    background-size: 60%;
  }
  .index_honor .index_honor_box {
    width: 80%;
    margin: 0 auto
  }
  .index_honor .index_honor_box .owl-carousel .owl-nav .owl-prev, .index_honor .index_honor_box .owl-carousel .owl-nav .owl-next, .index_product .index-productslide.owl-carousel .owl-nav .owl-prev, .index_product .index-productslide.owl-carousel .owl-nav .owl-next {
    left: -28px;
  }
  .index_honor .index_honor_box .owl-carousel .owl-nav .owl-next, .index_product .index-productslide.owl-carousel .owl-nav .owl-next {
    right: -28px;
    left: auto;
  }
}
@charset "utf-8";
.container2-width {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.overflow {
  overflow: hidden;
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pd50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.goUp {
  -webkit-animation-name: goUp;
  animation-name: goUp;
}
@keyframes goUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
* {
  transition: all .3s;
}
.show-editor {
  line-height: 24px;
}
.show-editor h1 {
  font-size: 24px;
  margin-bottom: 10px;
}
.show-editor h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.show-editor h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.show-editor p {
  font-size: 14px;
  margin-bottom: 10px;
}
.show-editor img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}
blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}
.single-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px auto;
}
.single-content p {
  margin-bottom: 15px;
}
.index-title h3 {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  font-size: 30px;
}
.index-title h3:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  margin-left: -25px;
  width: 50px;
  height: 3px;
  background-color: #AE0834;
}
@media (max-width:768px) {
  .index-title h3 {
    font-size: 24px;
  }
}
.fdlink {
  padding: 60px 0 80px;
  background-color: #F5F5F5;
}
.fdlink > .container2-width {
  margin-top: 60px;
}
.fdlink ul li {
  float: left;
  width: 24.66%;
  border-bottom: 2px solid #F5F5F5;
  border-right: 2px solid #F5F5F5;
}
.fdlink ul li:nth-child(6n) {
  border-right: none;
}
.fdlink ul li:nth-child(n+13):not(:nth-child(n+20)) {
  border-bottom: none;
}
.fdlink ul li a {
  display: block;
  height: 120px;
  background-color: #fff;
  padding: 10px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fdlink ul li img {
  max-width: 100%;
  height: auto !important;
}
.fdlink ul li a:hover img {
  transform: translateY(-10px);
}
@media (max-width:960px) {
  .fdlink ul li {
    width: 25%;
  }
}
@media (max-width:768px) {
  .fdlink {
    padding: 30px 0;
  }
  .fdlink > .container2-width {
    margin-top: 30px;
  }
  .fdlink ul li {
    width: 33.33%;
  }
}
@media (max-width:480px) {
  .fdlink ul li {
    width: 50%;
  }
}
@charset "utf-8";
.container2-width {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.overflow {
  overflow: hidden;
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pd50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.goUp {
  -webkit-animation-name: goUp;
  animation-name: goUp;
}
@keyframes goUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
* {
  transition: all .3s;
}
.show-editor {
  line-height: 24px;
}
.show-editor h1 {
  font-size: 24px;
  margin-bottom: 10px;
}
.show-editor h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.show-editor h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.show-editor p {
  font-size: 14px;
  margin-bottom: 10px;
}
.show-editor img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}
blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}
.single-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px auto;
}
.single-content p {
  margin-bottom: 15px;
}
.index-title h3 {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  font-size: 30px;
}
.index-title h3:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  margin-left: -25px;
  width: 50px;
  height: 3px;
  background-color: #AE0834;
}
@media (max-width:768px) {
  .index-title h3 {
    font-size: 24px;
  }
}
.x-news {
  background-color: #F5F5F5;
}
.x-news-title {
  margin-bottom: 35px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}
.x-news-title span {
  position: relative;
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  color: #AE0834;
}
.x-news-title span:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #AE0834;
}
.x-news-title a {
  font-size: 12px;
  color: #777;
}
.x-news-list {
  margin-left: -40px;
  padding: 60px 0 0;
}
.x-news-box {
  float: left;
  width: 33.33%;
  padding-left: 40px;
}
.x-news-gsdt a {
  display: block;
  overflow: hidden;
}
.x-news-gsdt img {
  width: 100%;
}
.x-news-gsdt h3 {
  margin: 16px 0;
}
.x-news-gsdt p {
  margin-bottom: 15px;
  line-height: 24px;
  color: #777;
}
.x-news-gsdt span {
  color: #777;
}
.x-news-gsdt h3 a:hover {
  color: #AE0834;
}
.x-news-gsdt a:hover img {
  transform: scale(1.1);
}
.x-news-hyxw li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.x-news-hyxw li a {
  position: relative;
  display: block;
  padding-left: 15px;
  line-height: 50px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.x-news-hyxw li span {
  color: #999;
  display: flex;
  align-items: center;
}
.x-news-hyxw li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #AE0834;
  color: #666;
  font-size: 16px;
}
.x-news-hyxw li a:hover {
  color: #AE0834;
}
.x-news-cjwt li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.x-news-cjwt li h3, .x-news-cjwt li p {
  position: relative;
  padding-left: 35px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-news-cjwt li h3 span, .x-news-cjwt li p span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.x-news-cjwt li h3 span b, .x-news-cjwt li p span b {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
}
.x-news-cjwt li h3 span b {
  background-color: #AE0834;
  color: #fff;
}
.x-news-cjwt li h3 {
  margin-bottom: 8px;
}
.x-news-cjwt li p {
  color: #777;
}
.x-news-cjwt li a:hover h3 {
  color: #AE0834;
}
@media (max-width:960px) {
  .x-news-title {
    margin-bottom: 15px;
  }
  .x-news-box {
    width: 50%;
  }
  .x-news-hyxw li a {
    position: relative;
    display: block;
    padding-left: 15px;
    line-height: 55px;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width:768px) {
  .x-news-list {
    margin-left: -40px;
    padding: 30px 0 0;
  }
  .x-news-title {
    margin-bottom: 15px;
  }
  .x-news-box {
    margin-top: 15px;
    width: 100%;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  touch-action: pan-y;
}
*:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,