body,
ol,
ul,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Microsoft Yahei';
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

ol,
ul,
dl,
li,
dt,
dd {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  padding: 0px;
  margin: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  max-width: 100%;
  padding-left: 9.375%;
  padding-right: 9.375%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, .5) 0 0 10px;
}

.header .logo {
  width: 40%;
}

.header .logo img {
  display: block;
  max-width: 100%;
}

.header .container {
  height: 100px;
  display: flex;
  align-items: center;
}

.header .navs {
  width: 50%;
  margin-left: auto;
}

.header .navs ul li {
  width: 16.66%;
}

.header .navs ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: #343434;
  font-size: 18px;
  border-bottom: 6px solid transparent;
}

.header .navs ul li a.active,
.header .navs ul li a:hover {
  background: #81c6ec;
  color: #fff;
  border-color: #F39800;
}

.header .language {
  margin-left: 18px;
}

.header .language a {
  color: #747474;
  font-size: 20px;
}

.index_banner {
  position: relative;
  overflow: hidden;
}

.index_banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 699px;
  height: 100%;
  background: url(../images/banner_bg.png) no-repeat;
}

/* .index_banner .swiper-slide {
  height: calc(100vh - 170px);
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
} */

.index_banner .swiper-slide {
  position: relative;
}

.index_banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
  user-select: none;
}

.index_banner .swiper-slide .text {
  position: absolute;
  top: 30%;
  left: 9.375%;
  z-index: 1;
  color: #fff;
}

.index_banner .swiper-slide .text p {
  font-size: 38px;
  font-weight: bold;
}

.index_banner .swiper-slide .text h3,
.index_banner .swiper-slide .text p {
  letter-spacing: 2px;
  transition: all 0.8s ease-in-out;
  transform: translate(150px, 0px);
  opacity: 0;
}

.index_banner .swiper-slide-active .text h3 {
  opacity: 1;
  transform: translate(0px, 0px);
  transition-delay: 0.3s;
}

.index_banner .swiper-slide-active .text p {
  opacity: 1;
  transform: translate(0px, 0px);
  transition-delay: 0.5s;
}

.index_banner .swiper-slide-active img,
.index_banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.index_banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10%;
}

.index_banner .swiper-pagination-bullet {
  width: 30px;
  border-radius: 20px;
  opacity: 1;
  background: #fff;
}

.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F39800;
}

.index_main1 {
  position: relative;
  height: 750px;
  background: url(../images/index_main1_bg.jpg) no-repeat center/cover;
}

.index_main1 .numCount {
  position: absolute;
  top: -70px;
  z-index: 1;
  width: 90.625%;
  padding-left: 9.375%;
  background: #0D6FB8;
}

.index_main1 .numCount ul {
  height: 140px;
}

.index_main1 .numCount ul li {
  width: 100%;
  display: flex;
  justify-content: center;
  border-left: solid 1px #86B7DC;
}

.index_main1 .numCount ul li:nth-child(1) {
  border-left: 0;
}

.index_main1 .numCount .numCX {
  color: #eeeeee;
  font-size: 48px;
  font-weight: bold;
  font-family: "arial";
}

.index_main1 .numCount .unitC {
  color: #eeeeee;
  font-size: 20px;
  margin-left: 15px;
}

.index_main1 .numCount .indc {
  color: #eeeeee;
  font-size: 20px;
}

.index_main1 .text {
  max-width: 1015px;
  margin: auto;
  text-align: center;
}

.index_main1 .text h3 {
  color: #0d70b8;
  font-size: 30px;
  font-weight: bold;
}

.index_main1 .text p {
  color: #353535;
  font-size: 16px;
  line-height: 36px;
  margin-top: 50px;
}

.index_main1 .text a {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background: #0D70B8;
  border-radius: 50px;
  font-size: 16px;
  margin: 30px auto 0;
}





.index_main1-1 {
  position: relative;
  background: url(../images/index_main1-1_bg.jpg) no-repeat center bottom/cover;
  padding: 200px 0 130px 0;
}

.index_main1-1 .numCount {
  position: absolute;
  top: -70px;
  z-index: 1;
  width: 90.625%;
  padding-left: 9.375%;
  background: #0D6FB8;
}

.index_main1-1 .numCount ul {
  height: 140px;
}

.index_main1-1 .numCount ul li {
  width: 100%;
  display: flex;
  justify-content: center;
  border-left: solid 1px #86B7DC;
}

.index_main1-1 .numCount ul li:nth-child(1) {
  border-left: 0;
}

.index_main1-1 .numCount .numCX {
  color: #eeeeee;
  font-size: 48px;
  font-weight: bold;
  font-family: "arial";
}

.index_main1-1 .numCount .unitC {
  color: #eeeeee;
  font-size: 20px;
  margin-left: 15px;
}

.index_main1-1 .numCount .indc {
  color: #eeeeee;
  font-size: 20px;
}

.index_main1-1 .pic {
  position: absolute;
  top: 70px;
  left: 0;
  max-width: 30%;
}

.index_main1-1 .pic img {
  max-width: 100%;
}

.index_main1-1 .text {
  max-width: 56%;
  margin-left: auto;
}

.index_main1-1 .text h3 {
  color: #0d70b8;
  font-size: 30px;
  font-weight: bold;
}

.index_main1-1 .text p {
  color: #353535;
  font-size: 18px;
  line-height: 36px;
  margin-top: 50px;
}

.index_main1-1 .text a {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background: #f08519;
  border-radius: 50px;
  font-size: 16px;
  margin: 30px 0 0;
}

.index_title {
  position: relative;
  color: #353535;
  font-size: 36px;
  background: url(../images/index_title.png) no-repeat left bottom;
  padding-bottom: 30px;
}

.index_title .more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #f39800;
  border-radius: 30px;
}

.index_main2 {
  position: relative;
}

.index_main2 .slideTxtBox {
  position: relative;
  width: 100%;
}

.index_main2 .slideTxtBox .hd {
  position: absolute;
  bottom: 130px;
  left: 0;
}

.index_main2 .slideTxtBox .hd ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  background: rgba(13, 112, 184, .87);
  border-left: solid 1px rgba(255, 255, 255, .48);
}

.index_main2 .slideTxtBox .hd ul li:first-child {
  border: none;
}

.index_main2 .slideTxtBox .hd ul li.on {
  background: rgba(240, 133, 25, .87);
}

.index_main2 .slideTxtBox .hd ul li .icon {
  width: 30%;
  flex-shrink: 0;
}

.index_main2 .slideTxtBox .hd ul li .icon img {
  width: 100%;
}

.index_main2 .slideTxtBox .hd ul li .text h4 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.index_main2 .slideTxtBox .hd ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_main2 .slideTxtBox .bd ul .bg {
  background-size: cover;
  min-height: 900px;
  padding: 130px 0;
  padding-left: 9.375%;
}

.index_main2 .slideTxtBox .bd ul .bg1 {
  background-image: url(../images/index_main2_bg3.jpg);
}

.index_main2 .slideTxtBox .bd ul .bg2 {
  background-image: url(../images/index_main2_bg4.jpg);
}

.index_main2 .slideTxtBox .desc {
  color: #333;
  font-size: 16px;
  line-height: 2;
  padding-top: 30px;
}

.index_main2 .slideTxtBox .prev,
.index_main2 .slideTxtBox .next {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  font-size: 62px;
  color: #fff;
  cursor: pointer;
}

.index_main2 .slideTxtBox .next {
  left: auto;
  right: 5%;
}

.index_main3 {
  position: relative;
  background: url(../images/index_main3_bg.jpg) no-repeat center/cover;
  padding: 130px 0;
}

.index_main3 .content {
  padding-top: 60px;
}

.index_main3 .content .rec {
  width: 40%;
}

.index_main3 .content .rec .pic {
  overflow: hidden;
}

.index_main3 .content .rec .pic img {
  width: 100%;
  height: 334px;
  transition: all .5s;
}

.index_main3 .content .rec:hover .pic img {
  transform: scale(1.1);
}

.index_main3 .content .rec .text {
  background: #fff;
  padding: 25px;
}

.index_main3 .content .rec .text h4 {
  color: #343434;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_main3 .content .rec:hover .text h4 {
  color: #0d70b8;
}

.index_main3 .content .rec .text span {
  color: #9b9b9b;
  font-size: 18px;
  display: block;
  padding: 12px 0;
}

.index_main3 .content .rec .text p {
  color: #989898;
  font-size: 18px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.index_main3 .content .list {
  width: 60%;
}

.index_main3 .content .list ul li {
  width: 48%;
  background: #fff;
  padding: 22px 3%;
  margin-top: 14px;
  margin-left: 2%;
}

.index_main3 .content .list ul li:nth-child(-n+2) {
  margin-top: 0;
}

.index_main3 .content .list ul li h4 {
  color: #333333;
  font-size: 20px;
  transition: all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_main3 .content .list ul li:hover h4 {
  color: #0d70b8;
}

.index_main3 .content .list ul li p {
  color: #989898;
  font-size: 18px;
  line-height: 24px;
  padding-top: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.index_main3 .content .list ul li .more {
  margin-top: 7px;
}

.index_main3 .content .list ul li span {
  display: block;
  color: #9b9b9b;
  font-size: 18px;
  font-family: arial;
}

.index_main3 .content .list ul li i {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: #999999;
  transition: all .5s;
}

.index_main3 .content .list ul li:hover i {
  background: #0d70b8;
}

.index_main3 .content .list ul li i::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 0;
  border-color: #999999;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}

.index_main3 .content .list ul li:hover i::after {
  border-color: #0d71b9;
}

.index_main4 {
  background: url(../images/index_main4_bg.jpg) no-repeat center/cover;
  padding: 130px 0;
}

.index_main4 .index_title {
  color: #0d6fb8;
}

.index_main4 .content {
  max-width: 1100px;
  padding-top: 60px;
}

.index_main4 .content .desc {
  color: #424242;
  font-size: 18px;
  line-height: 2;
}

.index_main4 .content .desc span {
  display: block;
  font-size: 36px;
}

.index_main4 .content .more {
  margin-top: 30px;
}

.index_main4 .content .more a {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background: #f08519;
  border-radius: 50px;
  font-size: 16px;
  margin: 30px 0 0;
}

.index_main4 .content .list {
  margin-top: 50px;
}

.index_main4 .content .list ul li {
  width: 100%;
  border: solid 2px #fff;
  background: #fff;
  margin-right: 15px;
  padding: 20px;
}

.index_main4 .content .list ul li:hover {
  border-color: #f08519;
}

.index_main4 .content .list ul li:nth-child(3) {
  margin-right: 0;
}

.index_main4 .content .list ul li h4 {
  color: #3c3c3c;
  font-size: 24px;
}

.index_main4 .content .list ul li:hover h4 {
  color: #f08519;
}

.index_main4 .content .list ul li p {
  padding-top: 10px;
  font-size: 16px;
  color: #8d8d8d;
}

.index_main4 .content .list ul li p span {
  margin-right: 38px;
}

.index_main4 .content .list ul li p span:nth-child(3) {
  margin-right: 0;
  /* border-bottom: solid 1px #78a2cf;
  padding-bottom: 5px;
  color: #78a2cf; */
}

.footer {
  background: url(../images/footer_bg.jpg) no-repeat center/cover;
  padding: 20px 0 100px;
}

.footer .title {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
}

.footer .nav {
  width: 85%;
  flex-shrink: 0;
}

.footer .nav ul {
  width: 100%;
}

.footer .nav ul li h4 {
  color: #fff;
  font-size: 18px;
  border-left: solid 5px #fff;
  padding-left: 15px;
  margin-bottom: 20px;
}

.footer .nav ul li a {
  display: block;
  padding-left: 20px;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
}

.footer .nav ul li p {
  color: #f0f0f0;
  font-size: 16px;
  line-height: 42px;
}

.footer .nav ul li p span {
  font-size: 24px;
}

.footer .erweima {
  margin-left: auto;
}

.footer .erweima h4 {
  color: #fff;
  font-size: 18px;
  border-left: solid 5px #fff;
  padding-left: 15px;
}

.footer .erweima img {
  width: 107px;
  margin-top: 25px;
}

.footer .erweima p {
  color: #ffffff;
  font-size: 14px;
  padding-top: 5px;
  text-align: center;
}

.bottom {
  background: #075A97;
  line-height: 80px;
}

.bottom p,
.bottom p a {
  color: #fff;
  font-size: 14px;
}

.nybanner {
  position: relative;
  margin-top: 100px;
}

.nybanner img {
  display: block;
  width: 100%;
}

.nybanner .subnav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.nybanner .subnav ul {
  background: rgba(255, 255, 255, .87);
  height: 50px;
}

.nybanner .subnav ul li {
  width: 100%;
  line-height: 46px;
  border-left: 1px solid #BFBFBF;
  text-align: center;
}

.nybanner .subnav ul li:nth-child(1) {
  border-left: 0;
}

.nybanner .subnav ul li a {
  display: block;
  color: #353535;
  font-size: 18px;
  border-top: solid 4px transparent;
}

.nybanner .subnav ul li a.cur,
.nybanner .subnav ul li a:hover {
  color: #0d6fb8;
  border-top: solid 4px #0D6FB8;
}

.page_about {
  padding: 100px 0;
}

.page_about .main1 .numCount {
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 30px;
}

.page_about .main1 .numCount ul .title {
  width: 100%;
}

.page_about .main1 .numCount ul .title h3 {
  color: #959595;
  font-size: 14px;
  line-height: 1;
}

.page_about .main1 .numCount ul .title h3 span {
  color: #0d6fb8;
  font-size: 60px;
  line-height: 1;
}

.page_about .main1 .numCount ul li {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.page_about .main1 .numCount ul li .numCX {
  color: #0d6fb8;
  font-size: 41px;
  line-height: 1;
}

.page_about .main1 .numCount ul li .unitC {
  color: #838383;
  font-size: 15px;
}

.page_about .main1 .numCount ul li .indc {
  color: #838383;
  font-size: 14px;
}

.page_about .main2 {
  margin-top: 40px;
  color: #353535;
  font-size: 18px;
  line-height: 42px;
}

.page_about .main2 img {
  max-width: 100%;
}

.page_contact {
  padding: 100px 0;
}

.page_contact .main1 ul li {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 2%;
}

.page_contact .main1 ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: #A0A0A0;
  width: 1px;
  height: 107px;
}

.page_contact .main1 ul li:nth-child(3):after {
  display: none;
}

.page_contact .main1 ul li img {
  margin: auto;
}

.page_contact .main1 ul li span {
  display: block;
  color: #393939;
  font-size: 18px;
  padding-top: 43px;
}

.page_contact .main1 ul li p {
  color: #393939;
  font-size: 30px;
  padding-top: 10px;
}

.page_contact #map {
  margin-top: 100px;
}

.page_contact #map img {
  width: 100%;
}

.list_gsdt {
  padding: 50px 0 100px;
}

.search form {
  display: flex;
  align-items: center;
  width: 300px;
  border: solid 1px #ccc;
  border-radius: 30px;
  padding: 0 15px;
  margin-left: auto;
  background: #ebe6dc;
}

.search form .boxCss {
  width: calc(100% - 15px);
  border: 0;
  font-size: 14px;
  color: #333;
  text-align: left;
  padding: 5px 0;
  background: #ebe6dc;
}

.search form .btnCss {
  border: 0;
  width: 15px;
  height: 15px;
  background: url(../images/search.png) no-repeat center/cover;
}

.list_gsdt .content {
  margin-top: 50px;
}

.list_gsdt .content ul li {
  border-bottom: 1px solid #BFBFBF;
  padding: 30px 15px;
}

.list_gsdt .content ul li:hover {
  box-shadow: rgba(0, 0, 0, .2) 0 0 10px 1px;
  border-bottom: 0;
}

.list_gsdt .content ul li a {
  display: flex;
}

.list_gsdt .content ul li .pic {
  width: 21%;
}

.list_gsdt .content ul li .pic img {
  width: 100%;
}

.list_gsdt .content ul li .text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 79%;
  padding-left: 30px;
}

.list_gsdt .content ul li .text h4 {
  color: #4c4c4c;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_gsdt .content ul li:hover .text h4 {
  color: #0d6fb8;
}

.list_gsdt .content ul li .text .date {
  color: #999999;
  font-size: 16px;
}

.list_gsdt .content ul li .text p {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.list_gsdt .content ul li .text .more {
  display: block;
  width: 95px;
  height: 23px;
  line-height: 21px;
  text-align: center;
  border: solid 1px #BFBFBF;
  border-radius: 30px;
  text-transform: uppercase;
  color: #676767;
  font-size: 12px;
}

.list_gsdt .content ul li:hover .text .more {
  background: #0d6fb8;
  border-color: #0d6fb8;
  color: #ffffff;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.pages .p_n2 a {
  color: #333;
  font-size: 18px;
  padding: 10px 20px;
}

.pages .p_n1 {
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px;
  background: #0D6FB8;
}

.list_zbgs {
  padding: 100px 0;
}

.list_zbgs .content ul li {
  border-bottom: 1px solid #BFBFBF;
  padding: 50px;
}

.list_zbgs .content ul li:hover {
  box-shadow: rgba(0, 0, 0, .2) 0 0 10px 1px;
  border-bottom: 0;
}

.list_zbgs .content ul li a {
  display: flex;
  align-items: center;
}

.list_zbgs .content ul li .text h4 {
  color: #4d4d4d;
  font-size: 24px;
}

.list_zbgs .content ul li:hover h4 {
  color: #0d6fb8;
}

.list_zbgs .content ul li .text .date {
  display: block;
  padding-top: 19px;
  color: #999999;
  font-size: 16px;
}

.list_zbgs .content ul li .more {
  display: block;
  width: 127px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: solid 1px #BFBFBF;
  border-radius: 30px;
  text-transform: uppercase;
  color: #676767;
  font-size: 16px;
  margin-left: auto;
}

.list_zbgs .content ul li:hover .more {
  background: #0d6fb8;
  border-color: #0d6fb8;
  color: #ffffff;
}

.nyshow {
  padding: 100px 0;
}

.nyshow .title {
  text-align: center;
}

.nyshow .title h4 {
  color: #0d6fb8;
  font-size: 24px;
}

.nyshow .title p {
  color: #BFBFBF;
  font-size: 16px;
  padding-top: 20px;
}

.nyshow .content {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding: 50px 0;
  margin-top: 35px;
}

.nyshow .content img {
  max-width: 100%;
}

.nyshow .pre_next {
  margin-top: 25px;
}

.nyshow .pre_next .pre a,
.nyshow .pre_next .next a {
  display: block;
  color: #676767;
  font-size: 18px;
  line-height: 36px;
}

.nyshow .pre_next .pre,
.nyshow .pre_next .next {
  width: 40%;
}

.nyshow .pre_next .next a {
  text-align: right;
}

.nyshow .pre_next .back {
  margin-top: auto;
}

.nyshow .pre_next .back a {
  display: block;
  width: 179px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #0D6FB8;
  color: #fff;
  font-size: 16px;
}

.category_product {
  padding: 100px 0;
}

.category_product .desc {
  color: #353535;
  font-size: 20px;
  line-height: 2;
  text-align: justify;
  margin-top: 50px;
}

.product_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  /* padding-left: 63px; */
  align-items: center;
}

/* .product_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  background: url(../images/category_product_icon1.png) no-repeat left center/cover;
} */

.product_title h4 {
  color: #0d6fb8;
  font-size: 30px;
}

.product_title .more {
  color: #0d6fb8;
  font-size: 18px;
}

.category_product .item {
  margin-top: 60px;
}

.category_product .item .con {
  width: 80%;
  margin: auto;
}

.category_product .item .con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -50px;
}

.category_product .item .con ul li {
  width: 48%;
  margin-top: 50px;
  border: solid 10px #f5f5f5;
}

.category_product .item .con ul li .pic {
  text-align: center;
}

.category_product .item .con ul li .pic img {
  max-width: 100%;
}

.category_product .item .con ul li .text {
  padding: 10px 0;
  text-align: center;
  background: #81c6ec;
}

.category_product .item .con ul li .text h4 {
  color: #3e3e3e;
  font-size: 18px;
}

.show_product {
  padding: 100px 0;
}

.show_product .main1 {
  display: flex;
}

.show_product .main1 .pic {
  position: relative;
  width: 50%;
  padding: 5%;
  border: solid 1px #BFBFBF;
}

.show_product .main1 .pic img {
  width: 100%;
}

.show_product .main1 .text {
  width: 50%;
  padding: 0 50px;
}

.show_product .main1 .text h3 {
  color: #3a3a3a;
  font-size: 24px;
  font-weight: bold;
}

.show_product .main1 .text .con {
  padding-top: 30px;
  color: #7e7e7e;
  font-size: 18px;
  line-height: 2;
}

.show_product .main2 {
  margin-top: 50px;
}

.show_product .main2 .tt {
  color: #0d6fb8;
  font-size: 24px;
  font-weight: bold;
}

.show_product .main2 .con {
  margin-top: 35px;
}

.show_product .main2 .con table {
  width: 100%;
}

.show_product .main2 .con img {
  max-width: 100%;
}

.show_product .main3 {
  margin-top: 50px;
}

.show_product .main3 .title {
  color: #3a3a3a;
  font-size: 24px;
  font-weight: bold;
}

.show_product .main3 .content {
  margin-top: 30px;
}

.show_product .main3 .content .swiper-slide .pic {
  border: solid 10px #f9f9f9;
}

.show_product .main3 .content .swiper-slide .pic img {
  width: 100%;
}

.show_product .main3 .content .swiper-slide .tt {
  text-align: center;
  color: #2b2b2b;
  font-size: 20px;
  margin-top: 15px;
}

.show_product .main3 .content .swiper-slide:hover .pic {
  border-color: #81c6ec;
}

.show_product .main3 .content .main3_btn {
  margin-top: 30px;
}

.show_product .main3 .content .main3_btn>div {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #f9f9f9;
  color: #333;
  font-size: 24px;
  margin: 0 10px;
}

.show_product .main3 .content .main3_btn>div:hover {
  background: #81c6ec;
  color: #fff;
}

.page_qywh {
  padding: 100px 0;
}

.page_qywh .item {
  display: flex;
  margin-top: 34px;
}

.page_qywh .item:first-child {
  margin-top: 0;
}

.page_qywh .item:nth-child(even) {
  flex-direction: row-reverse;
}

.page_qywh .item .pic {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.page_qywh .item .pic .img {
  height: 100%;
  background: center/100% 100% no-repeat;
  transition: all 1s;
}

.page_qywh .item:hover .pic .img {
  transform: scale(1.1);
}

.page_qywh .item .text {
  width: 390px;
  flex-shrink: 0;
  background: #EEEEEE;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.page_qywh .item .text .box {
  padding: 0 40px;
}

.page_qywh .item .text .box h4 {
  color: #353535;
  font-size: 24px;
  font-weight: bold;
}

.page_qywh .item .text .box p {
  color: #353535;
  font-size: 18px;
  line-height: 30px;
  padding-top: 25px;
}

.page_qywh .item .text .more {
  position: relative;
  width: 284px;
  height: 1px;
  background: #0D6FB8;
  transition: all .5s;
}

.page_qywh .item:hover .more {
  width: calc(100% - 30px);
}

.page_qywh .item .text .more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(30px, -50%);
  width: 30px;
  height: 15px;
  background: url(../images/page_qywh_icon1.png) no-repeat center/cover;
}

.list_rczp .main1 {
  padding: 100px 0;
}

.list_rczp .main1 .left {
  width: 42%;
}

.list_rczp .main1 .left p {
  color: #353535;
  font-size: 18px;
  line-height: 2;
}

.list_rczp .main1 .left ul {
  margin: 30px 0;
}

.list_rczp .main1 .left ul li {
  position: relative;
  color: #353535;
  font-size: 18px;
  line-height: 2;
  display: flex;
  padding-left: 20px;
}

.list_rczp .main1 .left ul li::before {
  content: "";
  position: relative;
  top: 10px;
  left: 0;
  display: block;
  width: 18px;
  height: 19px;
  background: url(../images/list_rczp_main1_icon1.png) no-repeat;
  margin-right: 15px;
}

.list_rczp .main1 .right {
  width: 50%;
}

.list_rczp .main1 .right img {
  width: 100%;
}

.list_rczp_title {
  font-size: 30px;
  color: #353535;
  font-weight: bold;
  background: url(../images/list_rczp_title_line1.png) no-repeat left bottom;
  padding-bottom: 30px;
}

.list_rczp .main2 {
  padding: 50px 0 0;
  background: url(../images/list_rczp_main2_bg.jpg) no-repeat top center;
}

.list_rczp .main2 .title {
  background: rgba(0, 126, 200, .8);
}

.list_rczp .main2 .title span,
.list_rczp .main2 .title2 span {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}

.list_rczp .main2 .title span:first-child,
.list_rczp .main2 .title2 span:first-child {
  flex-shrink: 0;
  width: 20%;
  padding-left: 65px;
  text-align: left;
}

.list_rczp .main2 .title span:last-child,
.list_rczp .main2 .title2 span:last-child {
  flex-shrink: 0;
  width: 85px;
}

.list_rczp .main2 .title2 {
  display: flex;
  justify-content: space-between;
}

.list_rczp .main2 .title2 span {
  color: #333333;
  font-size: 18px;
}

.list_rczp .main2 .content .item {
  border-bottom: 1px solid #dddddd;
}

.list_rczp .main2 .content .item .con {
  display: none;
  border-top: 1px solid #dddddd;
  padding: 20px 65px;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}

.list_rczp .main2 .content .item .con .tt {
  font-weight: bold;
}

.list_rczp .main2 .content {
  background: rgba(255, 255, 255, .9);
}

.list_rczp .main3 {
  margin: 100px 0;
}

.list_rczp .main3 .bg {
  background: url(../images/list_rczp_main3_bg.jpg) no-repeat center/cover;
  padding: 80px 50px;
}

.list_rczp .main3 .content {
  margin-top: 35px;
}

.list_rczp .main3 .content p {
  color: #353535;
  font-size: 18px;
  line-height: 2;
}

.list_rczp .main3 .content .con p {
  position: relative;
  padding-left: 18px;
}

.list_rczp .main3 .content .con p::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 12px;
  border-radius: 5px;
  background: #F39800;
}

.list_rczp .main4 {
  margin-top: 90px;
  padding-top: 70px;
  background: url(../images/list_rczp_main4_bg.jpg) no-repeat center/cover;
}

.list_rczp .main4 .box {
  background: rgba(255, 255, 255, .8);
  margin-left: auto;
  max-width: 860px;
  padding: 45px 80px;
}

.list_rczp .main4 .content b {
  position: relative;
  display: flex;
  align-items: center;
  color: #353535;
  font-size: 18px;
  line-height: 30px;
  padding-left: 20px;
  margin-top: 20px;
}

.list_rczp .main4 .content b::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 6px;
  height: 12px;
  background: #F39800;
  border-radius: 5px;
  margin-right: 15px;
}

.list_rczp .main4 .content p {
  color: #353535;
  font-size: 18px;
  line-height: 30px;
  padding-left: 20px;
}

.list_rczp .main4 .content table {
  width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  border-color: #7D7D7D;
  text-align: center;
}

.list_rczp .main4 .content table tr td {
  height: 40px;
  color: #7b7b7b;
  font-size: 18px;
}

.list_rczp .main5 {
  background: url(../images/list_rczp_main5_bg.jpg) no-repeat center/cover;
  padding: 80px 0;
}

.list_rczp .main5 .content ul li {
  display: flex;
  align-items: center;
  width: 50%;
  margin-top: 50px;
}

.list_rczp .main5 .content ul li .icon {
  max-width: 79px;
}

.list_rczp .main5 .content ul li .icon img {
  width: 100%;
}

.list_rczp .main5 .content ul li .text {
  margin-left: 25px;
  color: #353535;
}

.list_rczp .main5 .content ul li .text h4 {
  font-size: 24px;
}

.list_rczp .main5 .content ul li .text p {
  padding-top: 20px;
  font-size: 18px;
  line-height: 2;
}

.list_yftd1 {
  padding-top: 75px;
}

.list_yftd_subnav ul li {
  margin: 0 5px;
}

.list_yftd_subnav ul li a {
  display: block;
  background: #EEEEEE;
  width: 280px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #353535;
  font-size: 24px;
}

.list_yftd_subnav ul li a.cur {
  background: #0D6FB8;
  color: #fff;
}

.list_yftd1 .main1 {
  padding: 100px 0;
}

.list_yftd1 .main1 .item h4 {
  color: #0d6fb8;
  font-size: 18px;
  font-weight: bold;
}

.list_yftd1 .main1 .item p {
  color: #353535;
  font-size: 18px;
  line-height: 2;
  padding-top: 10px;
}

.list_yftd1 .main1 .left .item {
  text-align: right;
}

.list_yftd1 .main1 .left,
.list_yftd1 .main1 .right {
  width: 32%;
}

.list_yftd1 .main1 .mid {
  text-align: center;
  width: 30%;
}

.list_yftd1 .main1 .mid img {
  max-width: 80%;
}

.list_yftd1 .main2 {
  margin-top: 160px;
  padding-bottom: 100px;
  background: url(../images/list_yftd1_main2_bg.jpg) no-repeat bottom left/100%;
}

.list_yftd1 .main2 .swiper-slide {
  transform: scale(0.8);
}

.list_yftd1 .main2 .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

.list_yftd1 .main2 .swiper-slide .pic img {
  width: 100%;
}

.list_yftd1 .main2 .swiper-slide .tt {
  text-align: center;
  font-size: 18px;
  color: #3b3b3b;
  padding-top: 30px;
}

.list_yftd1 .main2 .swiper-slide .tt .bi {
  font-size: 18px;
  color: #E60012;
  margin-right: 10px;
}

.list_yftd2 {
  padding: 100px 0;
}

.list_yftd2 .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_yftd2 .title img {
  max-width: 100%;
}

.list_yftd2 .title span {
  color: #0d6fb8;
  font-size: 24px;
  font-weight: bold;
  padding: 0 15px;
}

.list_yftd2 .main1 {
  margin-top: 100px;
}

.list_yftd2 .main1 .content {
  margin-top: 65px;
  background: #F2F2F2;
}

.list_yftd2 .main1 .content .swiper-container {
  width: 60%;
}

.list_yftd2 .main1 .content .swiper-container .swiper-slide .pic {
  width: 100%;
}

.list_yftd2 .main1 .content .swiper-container .swiper-slide .pic img {
  width: 100%;
}

.list_yftd2 .main1 .content .text {
  width: 40%;
  padding: 3%;
}

.list_yftd2 .main1 .content .text .tt {
  color: #3b3b3b;
  font-size: 24px;
}

.list_yftd2 .main1 .content .text .tt2 {
  color: #3b3b3b;
  font-size: 20px;
  padding-top: 10px;
}

.list_yftd2 .main1 .content .text .con {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 2;
  padding-top: 40px;
}

.list_yftd2 .main1 .content .swiper-button-prev,
.list_yftd2 .main1 .content .swiper-button-next {
  top: auto;
  bottom: 30px;
  width: 75px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #F4A041;
  --swiper-theme-color: #fff;
  --swiper-navigation-size: 24px;
}

.list_yftd2 .main1 .content .swiper-button-prev:hover,
.list_yftd2 .main1 .content .swiper-button-next:hover {
  background: #0D6FB8;
}

.list_yftd2 .main1 .content .swiper-button-prev span,
.list_yftd2 .main1 .content .swiper-button-next span {
  color: #fff;
}

.list_yftd2 .main1 .content .swiper-button-prev {
  left: auto;
  right: 110px;
}

.list_yftd2 .main1 .content .swiper-button-next {
  right: 35px;
}

.list_yftd2 .main2 {
  margin-top: 100px;
}

.list_yftd2 .main2 .content {
  margin-top: 50px;
}

.list_yftd2 .main2 .content ul {
  display: flex;
  flex-wrap: wrap;
}

.list_yftd2 .main2 .content ul li {
  display: flex;
  width: 50%;
  margin-top: 15px;
}

.list_yftd2 .main2 .content ul li:nth-child(3),
.list_yftd2 .main2 .content ul li:nth-child(4) {
  flex-direction: row-reverse;
}

.list_yftd2 .main2 .content ul li .pic {
  width: 50%;
}

.list_yftd2 .main2 .content ul li .pic img {
  width: 100%;
}

.list_yftd2 .main2 .content ul li .text {
  width: 50%;
  padding: 30px 25px 0;
}

.list_yftd2 .main2 .content ul li .text .tt {
  color: #3b3b3b;
  font-size: 24px;
  padding-top: 10px;
}

.list_yftd2 .main2 .content ul li:hover .text .tt {
  color: #0d6fb8;
}

.list_yftd2 .main2 .content ul li .text .desc {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 30px;
  padding-top: 10px;
}

.list_yftd2 .main2 .content .bmcl {
  background: url(../images/list_yftd2_main2_icon1.png) no-repeat center/cover;
  width: 48px;
  height: 41px;
}

.list_yftd2 .main2 .content .rcl {
  background: url(../images/list_yftd2_main2_icon2.png) no-repeat center/cover;
  width: 43px;
  height: 48px;
}

.list_yftd2 .main2 .content .wsjc {
  background: url(../images/list_yftd2_main2_icon3.png) no-repeat center/cover;
  width: 51px;
  height: 53px;
}

.list_yftd2 .main2 .content .tzjg {
  background: url(../images/list_yftd2_main2_icon4.png) no-repeat center/cover;
  width: 53px;
  height: 53px;
}

.list_yftd2 .main2 .content .qhpwj {
  background: url(../images/list_yftd2_main2_icon5.png) no-repeat center/cover;
  width: 53px;
  height: 53px;
}

.list_yftd2 .main2 .content .zddzx {
  background: url(../images/list_yftd2_main2_icon6.png) no-repeat center/cover;
  width: 53px;
  height: 53px;
}

.list_yftd2 .main2 .content ul li:hover .bmcl {
  background: url(../images/list_yftd2_main2_icon1_h.png) no-repeat center/cover;
  width: 48px;
  height: 41px;
}

.list_yftd2 .main2 .content ul li:hover .rcl {
  background: url(../images/list_yftd2_main2_icon2_h.png) no-repeat center/cover;
  width: 43px;
  height: 48px;
}

.list_yftd2 .main2 .content ul li:hover .wsjc {
  background: url(../images/list_yftd2_main2_icon3_h.png) no-repeat center/cover;
  width: 51px;
  height: 53px;
}

.list_yftd2 .main2 .content ul li:hover .tzjg {
  background: url(../images/list_yftd2_main2_icon4_h.png) no-repeat center/cover;
  width: 53px;
  height: 53px;
}

.list_yftd2 .main2 .content ul li:hover .qhpwj {
  background: url(../images/list_yftd2_main2_icon5_h.png) no-repeat center/cover;
  width: 53px;
  height: 53px;
}

.list_yftd2 .main2 .content ul li:hover .zddzx {
  background: url(../images/list_yftd2_main2_icon6_h.png) no-repeat center/cover;
  width: 53px;
  height: 53px;
}

.list_yftd2 .main3 {
  margin-top: 100px;
}

.list_yftd2 .main3 .content {
  margin-top: 50px;
}

.list_yftd2 .main3 .content .desc {
  text-align: center;
  color: #3b3b3b;
  font-size: 18px;
}

.list_yftd2 .main3 .content ul {
  margin-top: 0px;
}

.list_yftd2 .main3 .content ul li {
  width: 32%;
}

.list_yftd2 .main3 .content ul li .pic {
  overflow: hidden;
}

.list_yftd2 .main3 .content ul li .pic img {
  width: 100%;
  transition: all .5s;
}

.list_yftd2 .main3 .content ul li:hover .pic img {
  transform: scale(1.1);
}

.list_yftd2 .main3 .content ul li .tt {
  text-align: center;
  color: #3b3b3b;
  font-size: 18px;
  padding-top: 20px;
}

.list_yftd2 .main3 .tips {
  border-top: 1px solid #cecece;
  margin-top: 30px;
  padding: 30px 0;
}

.list_yftd2 .main3 .tips .icon img {
  max-width: 60px;
}

.list_yftd2 .main3 .tips .text {
  padding-left: 30px;
}

.list_yftd2 .main3 .tips .text p {
  background: url(../images/list_yftd2_main4_icon1.png) no-repeat left center;
  padding-left: 30px;
  color: #3b3b3b;
  font-size: 18px;
  line-height: 2;
}

.list_yftd2 .main3 .content2 img {
  width: 100%;
}

.list_yftd2 .main3 .content2 .left {
  width: 38.5%;
}

.list_yftd2 .main3 .content2 .left1 {
  width: 59.5%;
}

.list_yftd2 .main3 .content2 .right {
  width: 59.5%;
}

.list_yftd2 .main3 .content2 .right1 {
  width: 38.5%;
}

.list_yftd2 .main3 .content2 .left .pic,
.list_yftd2 .main3 .content2 .left1 .pic,
.list_yftd2 .main3 .content2 .right .pic,
.list_yftd2 .main3 .content2 .right1 .pic {
  overflow: hidden;
}

.list_yftd2 .main3 .content2 .left .pic img,
.list_yftd2 .main3 .content2 .left1 .pic img,
.list_yftd2 .main3 .content2 .right .pic img,
.list_yftd2 .main3 .content2 .right1 .pic img {
  width: 100%;
  transition: all .5s;
}

.list_yftd2 .main3 .content2 .left:hover .pic img,
.list_yftd2 .main3 .content2 .left1:hover .pic img,
.list_yftd2 .main3 .content2 .right:hover .pic img,
.list_yftd2 .main3 .content2 .right1:hover .pic img {
  transform: scale(1.1);
}

.list_yftd2 .main3 .content2 .right ul {
  height: 100%;
}

.list_yftd2 .main3 .content2 .right ul li {
  width: 100%;
}

.list_yftd2 .main4 {
  margin-top: 100px;
}

.list_yftd2 .main4 .content {
  margin-top: 50px;
}

.list_yftd2 .main4 .content .pic ul li {
  width: 100%;
}

.list_yftd2 .main4 .content .pic ul li img {
  width: 100%;
}

.list_yftd2 .main4 .content .text {
  padding: 15px 0;
}

.list_yftd2 .main4 .content .text p {
  background: url(../images/list_yftd2_main4_icon1.png) no-repeat left 10px;
  padding-left: 34px;
  font-size: 18px;
  line-height: 2;
  color: #3b3b3b;
}

.list_yftd3 {
  padding: 75px 0 0;
}

.list_yftd3 .main1 {
  margin-top: 60px;
  padding-bottom: 80px;
}

.list_yftd3 .desc {
  text-align: center;
  color: #333333;
  font-size: 18px;
}

.list_yftd3 .main2 .desc {
  text-align: left;
}

.list_yftd3 .main1 .content {
  margin-top: 40px;
}

.list_yftd3 .main1 .content ul li {
  width: 24%;
  background: #EEEEEE;
  text-align: center;
  padding: 34px 0;
}

.list_yftd3 .main1 .content ul li .icon {
  height: 115px;
  transition: all .5s;
}

.list_yftd3 .main1 .content ul li:hover .icon {
  transform: rotate(360deg);
}

.list_yftd3 .main1 .content ul li .tt {
  color: #323232;
  font-size: 18px;
  line-height: 28px;
  padding-top: 15px;
}

.list_yftd3 .main2 {
  background: #EEEEEE;
  padding: 65px 0 95px;
}

.list_yftd3 .main2 .item {
  margin: 17px 0;
}

.list_yftd3 .main2 .item img {
  max-width: 100%;
}

.list_yftd3 .main2 .content ul li {
  width: 32%;
  text-align: center;
}

.list_yftd3 .main2 .content ul li img {
  width: 100%;
}

.list_yftd3 .main2 .content ul:nth-child(2) {
  margin-top: 20px;
}

.list_yftd3 .main2 .content ul:nth-child(2) li {
  width: 24%;
}

.list_yftd3 .main2 .content ul li h4 {
  color: #333;
  font-size: 16px;
  padding-top: 10px;
}

.page_gsry {
  background: url(../images/page_gsry_bg.jpg) no-repeat center/cover;
  padding: 155px 0;
  color: #303030;
  font-size: 18px;
  line-height: 48px;
}

.page_gsry img {
  max-width: 100%;
}

.er_rybg {
  width: 100%;
  background: url(../images/page_gsry_bg.jpg) no-repeat top right;
  overflow: hidden;
}

.er_ry {
  margin-top: 100px;
  overflow: hidden;
}

.er_ry ul {
  clear: both;
}

.er_ry ul li {
  width: 31%;
  height: auto;
  float: left;
  margin-right: 2.33%;
  margin-bottom: 25px;
}

.er_ry ul li img {
  width: 100%;
  height: auto;
}

.yf_pic img {
  width: 100%;
  height: auto;
}

.yf0 {
  display: block;
  margin: 0px 0px 66px 38px;
  position: relative;
}

.yf1 {
  display: block;
  overflow: hidden;
  background-color: #F4F4F4;
  padding: 49px 60px 53px 60px;
}

.yf1_l {
  float: left;
  width: 65%;
}

.yf1_l1 {
  display: block;
  overflow: hidden;
  border-bottom: #D5D5D5 solid 1px;
  padding-bottom: 20px;
  font-size: 24px;
}

.yf1_l1 img {
  margin-right: 13px;
  vertical-align: middle;
}

.yf1_l2 {
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 40px;
  margin-top: 24px;
}

.yf1_r {
  float: right;
  width: 30%;
}

.yf1_r img {
  width: 100%;
}

.yf1_0 {
  position: absolute;
  left: -27px;
  top: -17px;
  width: 76px;
  height: 80px;
}

.yf_sj {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin: 100px 0 80px;
}

.yf_sj ul li {
  display: flex;
  align-items: center;
  float: left;
  width: 33.3%;
  border-left: 1px #bfbfbf solid;
  background: url(../images/icon_yf4.png) no-repeat 12%;
  padding-left: 11%;
  color: #838383;
}

.yf_sj ul li.li1 {
  background: url(../images/icon_yf5.png) no-repeat 12%;
}

.yf_sj ul li.li2 {
  background: url(../images/icon_yf6.png) no-repeat 12%;
}

.yf_sj ul li:first-child {
  border-left: 0;
}

.yf_sj ul li span {
  font-size: 60px;
  color: #0d6fb8;
  display: block;
  float: left;
  margin-right: 15px;
}

.yf_con li {
  width: 31%;
  float: left;
  background: #59a8fd;
  margin-right: 2.3%;
  position: relative;
  padding: 30px 1% 0;
  height: 117px;
}

.yf_con li span {
  position: absolute;
  left: -28px;
  top: 30%;
}

.yf_con li span img {
  border: 10px #fff solid;
  border-radius: 50%;
}

.yf_con li h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  width: 37%;
  padding-left: 1.5%;
  height: 56px;
  line-height: 56px;
  border-right: 5px #fff solid;
  text-align: center;
  float: left;
}

.yf_con li p {
  color: #fff;
  font-weight: 600;
  line-height: 24px;
  width: 59%;
  float: right;
  margin-top: 15px;
}

.yf_con li:first-child p {
  margin-top: 0;
}

.yf_con li.li1 {
  background: #215fa2;
}

.companytop {
  margin: 100px 0 65px;
}

.companytop img {
  width: 100%;
  height: auto
}

.companycon {
  overflow: hidden;
}

.companycon ul {
  width: 100.5%;
}

.companycon li {
  padding: 3%;
  border: 10px #f5f5f5 solid;
  width: 27.5%;
  height: 425px;
  float: left;
  margin-right: 0.5%;
  margin-bottom: 30px;
}

.companycon li img {
  margin: 0 auto;
  display: block;
  height: 78px;
}

.companycon li h3 {
  font-size: 28px;
  color: #393939;
  text-align: center;
  margin: 10px 0 25px;
}

.companycon li p {
  font-size: 18px;
  line-height: 36px;
}

.companycon li:first-child {
  width: 43%;
}

.companycon li:hover {
  border: 10px #81c6ec solid;
}

@media (min-width: 1200px) {
  .mobile {
    display: none !important;
  }

  .header .menu {
    display: none;
  }
}

@media (max-width: 1199px) {
  .pc {
    display: none !important;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .m_header {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    width: 100%;
  }

  .m_header .index_logo {
    width: 80%;
  }

  .m_header .index_logo img {
    max-width: 100%;
  }

  .m_header .phone {
    position: relative;
    margin-left: auto;
    padding-right: 38px;
    color: #2E2E2E;
    font-size: 30px;
    padding-left: 47px;
  }

  .m_header .phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 32px;
    height: 32px;
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 100%;
  }

  .m_header .menu {
    display: flex;
    align-items: center;
    color: #fff;
    width: auto;
    background: none;
    margin: 0;
  }

  .m_header .menu i {
    font-size: 32px;
    color: #1a478b;
  }

  .side-box {
    position: fixed;
    top: 0px;
    width: 300px;
    right: -300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1200;
    color: rgba(0, 0, 0, 1);
    transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .side-cut {
    position: relative;
    width: 280px;
    float: right;
    height: 100%;
  }

  body.open .side-shadow {
    opacity: 1;
    visibility: visible;
  }

  body.open .side-box {
    width: 200%;
    right: 0;
  }

  .side-bin {
    width: 100%;
    background: rgba(255, 255, 255, .975);
    height: 100%;
    z-index: 2;
    position: relative;
    transition: .3s .1s;
    -moz-transition: .3s .1s;
    -ms-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
  }

  .side-nav>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-first {
    display: block;
    position: relative;
    margin: 0 0 1px 0;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
  }

  .nav-first:nth-child(1) {
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
  }

  .nav-first:nth-child(2) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
  }

  .nav-first:nth-child(3) {
    transition: .6s .59s;
    -moz-transition: .6s .59s;
    -ms-transition: .6s .59s;
    -o-transition: .6s .59s;
    -webkit-transition: .6s .59s;
  }

  .nav-first:nth-child(4) {
    transition: .6s .67s;
    -moz-transition: .6s .67s;
    -ms-transition: .6s .67s;
    -o-transition: .6s .67s;
    -webkit-transition: .6s .67s;
  }

  .nav-first:nth-child(5) {
    transition: .6s .74s;
    -moz-transition: .6s .74s;
    -ms-transition: .6s .74s;
    -o-transition: .6s .74s;
    -webkit-transition: .6s .74s;
  }

  .nav-first:nth-child(6) {
    transition: .6s .8s;
    -moz-transition: .6s .8s;
    -ms-transition: .6s .8s;
    -o-transition: .6s .8s;
    -webkit-transition: .6s .8s;
  }

  .nav-first:nth-child(7) {
    transition: .6s .85s;
    -moz-transition: .6s .85s;
    -ms-transition: .6s .85s;
    -o-transition: .6s .85s;
    -webkit-transition: .6s .85s;
  }

  .nav-first:nth-child(8) {
    transition: .6s .89s;
    -moz-transition: .6s .89s;
    -ms-transition: .6s .89s;
    -o-transition: .6s .89s;
    -webkit-transition: .6s .89s;
  }

  .nav-first:nth-child(9) {
    transition: .6s .92s;
    -moz-transition: .6s .92s;
    -ms-transition: .6s .92s;
    -o-transition: .6s .92s;
    -webkit-transition: .6s .92s;
  }

  .nav-first:nth-child(10) {
    transition: .6s .94s;
    -moz-transition: .6s .94s;
    -ms-transition: .6s .94s;
    -o-transition: .6s .94s;
    -webkit-transition: .6s .94s;
  }

  body.open .nav-first {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #1a478b;
    z-index: 2;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  body.open .nav-first.active>a:before {
    width: 100%;
    transition: width .3s 1s;
    -moz-transition: width .3s 1s;
    -ms-transition: width .3s 1s;
    -o-transition: width .3s 1s;
    -webkit-transition: width .3s 1s;
  }

  .nav-first:hover a:before {
    width: 100%;
  }

  .side-nav>ul:hover>.nav-first.active>a:before {
    width: 3px;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  .side-nav>ul:hover>.nav-first.active:hover>a:before {
    width: 100%;
  }

  .nav-first>a {
    position: relative;
    z-index: 3;
    display: block;
    padding: .5rem;
    color: rgba(0, 0, 0, .9);
  }

  .nav-first>a:after {
    display: table;
    clear: both;
    content: ''
  }

  .nav-first>a>i {
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 15px 0 1px;
    line-height: 70px;
    font-size: 22px;
  }

  .nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-size: .65rem;
  }

  body.open .nav-first:hover>a,
  body.open .nav-first.active>a,
  .side-nav>ul:hover>.nav-first.active:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  .side-nav>ul:hover>.nav-first.active>a {
    color: rgba(0, 0, 0, .9);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  body.open .nav-first.active>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s 1s;
    -moz-transition: color .3s 1s;
    -ms-transition: color .3s 1s;
    -o-transition: color .3s 1s;
    -webkit-transition: color .3s 1s;
  }

  .nav-first>a>p,
  .side-nav>ul:hover>.nav-first.active>a>p {
    position: absolute;
    top: 50%;
    right: 30px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .4);
    font-family: 'AddFont';
    padding: 6px;
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    font-size: 12px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  body.open .nav-first:hover>a>p,
  body.open .nav-first.active>a>p,
  .side-nav>ul:hover>.nav-first.active:hover>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
  }

  body.open .nav-first.active>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
    transition: .3s 1s;
    -moz-transition: .3s 1s;
    -ms-transition: .3s 1s;
    -o-transition: .3s 1s;
    -webkit-transition: .3s 1s;
  }

  .side-shadow {
    width: 3999px;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-first>i {
    display: block;
    position: absolute;
    width: 76px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first>i:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 4px;
    margin-left: -8px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    top: 50%;
    left: 50%;
  }

  .nav-first>i:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 20px;
    margin-top: -8px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    left: 50%;
    top: 50%;
  }

  .nav-first.active>i:before,
  .nav-first.active>i:after,
  .nav-first:hover>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first:hover>i:after {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a:before {
    width: 100%;
  }

  .nav-first.mobile-active>a>i,
  .nav-first.mobile-active>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a>p {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>ul {
    padding: 1px 0 0 0;
    height: auto;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>i:after {
    display: none;
  }

  .nav-second {
    margin: 0 0 1px 0;
    list-style: none;
    padding: 0;
    border-bottom: solid 1px #ccc;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>a {
    padding: 10px 30px;
    display: block;
    position: relative;
  }

  .nav-second>a>b {
    display: block;
    font-size: .55rem;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
    position: relative;
    z-index: 1;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second>a:after {
    background: #1a478b;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second:hover>a:after {
    width: 100%;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .nav-second:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-third {
    display: block;
    line-height: none;
    padding: 1px 0 0 0;
    margin: 0 30px;
  }

  .nav-third>a {
    padding: 0 30px;
    line-height: 50px;
    margin-bottom: 1px;
    background: rgba(0, 0, 0, .08);
    display: block;
    position: relative;
  }

  .nav-third>a>b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
  }

  .nav-third>a:after {
    background: #2E2E2E;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third>a>b {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third:hover>a:after {
    width: 100%;
  }

  .nav-third:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .side-foot {
    padding: 30px 30px 25px 30px;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  .side-phone:after {
    display: block;
    clear: both;
    content: '';
  }

  body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
  }

  .side-phone p b {
    display: block;
    font-family: 'AddFont';
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 5px;
  }

  .side-phone p a {
    display: block;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    letter-spacing: -1px;
  }

  .side-phone i {
    float: right;
    display: block;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: 4px 4px 0 4px;
    margin-top: 9px;
    cursor: pointer;
  }

  .side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  }

  .side-text {
    white-space: pre-wrap;
    padding-top: 10px;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    font-family: 'Addfont', Microsoft Yahei;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    height: 0;
    background: rgba(0, 0, 0, .03);
  }

  .index_banner::after {
    display: none;
  }

  .index_main1-1 {
    padding: 0 0 1.5rem;
  }

  .index_main1-1 .numCount {
    position: initial;
    width: 100%;
    padding: .25rem 0;
  }

  .index_main1-1 .numCount ul {
    height: auto;
  }

  .index_main1-1 .numCount ul li {
    width: 100%;
  }

  .index_main1-1 .numCount .numCX {
    font-size: 1rem;
  }

  .index_main1-1 .numCount .unitC,
  .index_main1-1 .numCount .indc {
    font-size: .55rem;
  }

  .index_main1-1 .pic {
    display: none;
  }

  .index_main1-1 .text {
    max-width: 100%;
    padding-top: 1.5rem;
  }

  .index_main1-1 .text h3 {
    font-size: .75rem;
  }

  .index_main1-1 .text p {
    font-size: .55rem;
    line-height: 2;
    margin-top: .5rem;
  }

  .index_main1-1 .text a {
    width: 5rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .5rem;
    margin: .5rem auto 0;
  }

  .index_main2 .slideTxtBox .bd ul .bg {
    min-height: 20rem;
    padding: 1.5rem 5%;
  }

  .index_main2 .slideTxtBox .bd ul .bg1 {
    background-image: url(../images/m_index_main2_bg3.jpg);
  }

  .index_main2 .slideTxtBox .bd ul .bg2 {
    background-image: url(../images/m_index_main2_bg4.jpg);
  }

  .index_title {
    font-size: .75rem;
    padding-bottom: .5rem;
  }

  .index_main2 .slideTxtBox .desc {
    font-size: .55rem;
    padding-top: .5rem;
  }

  .index_main2 .slideTxtBox .desc br {
    display: none;
  }

  .index_main2 .slideTxtBox .prev,
  .index_main2 .slideTxtBox .next {
    display: none;
  }

  .index_main2 .slideTxtBox .hd {
    bottom: 5%;
  }

  .index_main2 .slideTxtBox .hd ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .index_main2 .slideTxtBox .hd ul li {
    width: 80%;
    height: 2.5rem;
    border-left: 0;
  }

  .index_main2 .slideTxtBox .hd ul li .icon {
    width: 20%;
  }

  .index_main2 .slideTxtBox .hd ul li .text {
    width: 70%;
  }

  .index_main2 .slideTxtBox .hd ul li .text h4 {
    font-size: .65rem;
    line-height: .6rem;
  }

  .index_main3 {
    padding: 1.5rem 0;
  }

  .index_title .more {
    width: 3rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .55rem;
    border-radius: .75rem;
  }

  .index_main3 .content {
    flex-wrap: wrap;
    padding-top: 1rem;
  }

  .index_main3 .content .rec {
    width: 100%;
  }

  .index_main3 .content .rec .text {
    padding: .5rem;
  }

  .index_main3 .content .rec .text h4 {
    font-size: .65rem;
  }

  .index_main3 .content .rec .text span {
    font-size: .55rem;
    padding: .25rem 0;
  }

  .index_main3 .content .rec .text p {
    font-size: .55rem;
    line-height: 1.5;
  }

  .index_main3 .content .rec .pic img {
    height: 10.5rem;
  }

  .index_main3 .content .list {
    width: 100%;
  }

  .index_main3 .content .list ul li {
    width: 100%;
    margin-left: 0;
    padding: .5rem 3%;
  }

  .index_main3 .content .list ul li:nth-child(-n+2) {
    margin-top: .5rem;
  }

  .index_main3 .content .list ul li:nth-child(3),
  .index_main3 .content .list ul li:nth-child(4),
  .index_main3 .content .list ul li:nth-child(5) {
    display: none;
  }

  .index_main3 .content .list ul li h4 {
    font-size: .65rem;
  }

  .index_main3 .content .list ul li p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .25rem;
  }

  .index_main3 .content .list ul li .more {
    margin-top: .25rem;
  }

  .index_main3 .content .list ul li span {
    font-size: .55rem;
  }

  .index_main4 {
    padding: 1.5rem 0;
  }

  .index_main4 .content {
    max-width: 100%;
    padding-top: 1.5rem;
  }

  .index_main4 .content .desc {
    font-size: .55rem;
  }

  .index_main4 .content .desc span {
    font-size: 1rem;
  }

  .index_main4 .content .list {
    margin-top: 1rem;
  }

  .index_main4 .content .list ul {
    flex-wrap: wrap;
  }

  .index_main4 .content .list ul li {
    margin-bottom: .5rem;
    margin-right: 0;
    padding: .5rem;
  }

  .index_main4 .content .list ul li h4 {
    font-size: .65rem;
  }

  .index_main4 .content .list ul li p {
    padding-top: .25rem;
    font-size: .5rem;
  }

  .index_main4 .content .list ul li p span {
    margin-right: 1rem;
  }

  .index_main4 .content .more {
    margin-top: .5rem;
  }

  .index_main4 .content .more a {
    width: 5rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .5rem;
    margin: .5rem auto 0;
  }

  .footer {
    padding: 1.5rem 0;
  }

  .footer .title {
    font-size: .65rem;
    margin-bottom: 1rem;
  }

  .footer .nav {
    width: 100%;
  }

  .footer .nav ul li {
    display: none;
  }

  .footer .nav ul li:last-child {
    display: block;
  }

  .footer .nav ul li h4 {
    font-size: .55rem;
    border-left: solid .125rem #fff;
    padding-left: .25rem;
    margin-bottom: 0;
  }

  .footer .nav ul li p {
    font-size: .55rem;
    line-height: 1rem;
    padding-top: .25rem;
  }

  .footer .nav ul li p br {
    display: none;
  }

  .footer .nav ul li p span {
    font-size: .75rem;
  }

  .footer .erweima {
    width: 100%;
    margin-top: .5rem;
    margin-left: 0;
  }

  .footer .erweima h4 {
    font-size: .65rem;
    border-left: solid .125rem #fff;
    padding-left: .25rem;
  }

  .footer .erweima img {
    width: 3rem;
    margin-top: .55rem;
  }

  .footer .erweima p {
    font-size: .55rem;
    padding-top: .125rem;
    text-align: left;
  }

  .bottom {
    padding: .5rem 0;
    line-height: 2;
  }

  .bottom p,
  .bottom p a {
    font-size: .55rem;
  }

  .nybanner .subnav {
    position: initial;
    overflow-y: scroll;
  }

  .nybanner .subnav ul li {
    line-height: 1.2;
    flex-shrink: 0;
    width: auto;
    padding: 0 10px;
  }

  .nybanner .subnav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: .65rem;
  }

  .page_about {
    padding: 1.5rem 0;
  }

  .page_about .main1 .numCount>ul {
    flex-wrap: wrap;
  }

  .page_about .main1 .numCount ul .title {
    text-align: center;
  }

  .page_about .main1 .numCount ul li {
    margin-top: 15px;
  }

  .page_about .main2 {
    margin-top: 0;
    font-size: .55rem;
    line-height: 2;
  }

  .page_qywh {
    padding: 1.5rem 0;
  }

  .page_qywh .item {
    flex-wrap: wrap;
  }

  .page_qywh .item .pic {
    height: 8rem;
  }

  .page_qywh .item .text {
    width: 100%;
    padding: .5rem 0;
  }

  .page_qywh .item .text .box {
    padding: .5rem 1rem;
  }

  .page_qywh .item .text .box h4 {
    font-size: .65rem;
  }

  .page_qywh .item .text .box p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .25rem;
  }

  .page_qywh .item .text .box p br {
    display: none;
  }

  .page_qywh .item .text .more {
    margin-top: .5rem;
  }

  .page_qywh .item .text .more::after {
    width: 1.4rem;
    height: .75rem;
  }

  .er_ry {
    margin-top: 1.5rem;
  }

  .er_ry ul li {
    margin-bottom: .5rem;
  }

  .page_gsry {
    padding: 50px 0;
  }

  .list_yftd1 {
    padding-top: 1.5rem;
  }

  .list_yftd_subnav ul {
    flex-wrap: wrap;
    justify-content: space-between !important;
  }

  .list_yftd_subnav ul li {
    margin: 0;
    width: 32%;
  }

  .list_yftd_subnav ul li a {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .65rem;
  }

  .yf0 {
    margin: 0rem 0rem 1rem 0;
  }

  .yf1 {
    padding: .5rem;
  }

  .yf1_0 {
    left: 0;
    top: -0.425rem;
    width: 1.9rem;
    height: 2rem;
  }

  .yf1_0 img {
    width: 100%;
  }

  .yf1_l {
    width: 100%;
  }

  .yf1_l1 img {
    max-width: 1.85rem;
    margin-right: .5rem;
  }

  .yf1_l1 {
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: .65rem;
  }

  .yf1_l2 {
    font-size: .55rem;
    line-height: 2;
    margin-top: .5rem;
  }

  .yf1_r {
    display: none;
  }

  .list_yftd1 .main1 {
    padding: 1.5rem 0;
  }

  .list_yftd1 .main1>.container {
    flex-wrap: wrap;
  }

  .list_yftd1 .main1 .left,
  .list_yftd1 .main1 .right {
    width: 100%;
  }

  .list_yftd1 .main1 .item {
    text-align: left !important;
    margin-bottom: 30px;
  }

  .list_yftd1 .main1 .mid {
    display: none;
  }

  .list_yftd1 .main2 {
    margin-top: 50px;

  }

  .list_yftd2 {
    padding: 1.5rem 0;
  }

  .list_yftd2 .title img {
    max-width: 25%;
  }

  .list_yftd2 .main1 {
    margin-top: 1rem;
  }

  .list_yftd2 .main1 .content {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .list_yftd2 .main1 .content .swiper-container {
    width: 100%;
  }

  .list_yftd2 .main1 .content .text {
    width: 100%;
  }

  .list_yftd2 .main1 .content .text .tt {
    font-size: .65rem;
  }

  .list_yftd2 .main1 .content .text .tt2 {
    font-size: .55rem;
    padding-top: .25rem;
  }

  .list_yftd2 .main1 .content .text .con {
    font-size: .55rem;
    padding-top: .5rem;
  }

  .list_yftd2 .main1 .content .swiper-button-prev,
  .list_yftd2 .main1 .content .swiper-button-next {
    bottom: .75rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    --swiper-navigation-size: .55rem;
  }

  .list_yftd2 .main1 .content .swiper-button-prev {
    right: 2.5rem;
  }

  .list_yftd2 .main1 .content .swiper-button-next {
    right: 1rem;
  }

  .list_yftd2 .main2 {
    margin-top: 50px;
  }

  .list_yftd2 .main2 .content ul li {
    width: 100%;
  }

  .list_yftd2 .main4 {
    margin-top: 1rem;
  }

  .list_yftd2 .main4 .content {
    margin-top: 1rem;
  }

  .list_yftd2 .main4 .content .pic ul {
    flex-wrap: wrap;
    width: 100%;
  }

  .list_yftd2 .main4 .content .pic ul li {
    width: 100%;
  }

  .list_yftd2 .main4 .content .text {
    padding: .25rem 0;
  }

  .list_yftd2 .main4 .content .text p {
    background: url(../images/list_yftd2_main4_icon1.png) no-repeat left .3rem/.5rem;
    padding-left: 1rem;
    font-size: .55rem;
  }

  .list_yftd3 {
    padding-top: 1.5rem;
  }

  .list_yftd3 .main1 {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  .list_yftd3 .desc {
    font-size: .55rem;
    line-height: 2;
  }

  .list_yftd3 .main1 .content {
    margin-top: 1rem;
  }

  .list_yftd3 .main1 .content ul {
    flex-wrap: wrap;
  }

  .list_yftd3 .main1 .content ul li {
    width: 49%;
    margin-top: 10px;
    padding: 20px 10px;
  }

  .list_yftd3 .main1 .content ul li .icon {
    height: 2.5rem;
  }

  .list_yftd3 .main1 .content ul li .icon img {
    height: 100%;
  }

  .list_yftd3 .main1 .content ul li .tt {
    font-size: .65rem;
    line-height: 1.5;
    padding-top: .25rem;
  }

  .list_yftd3 .main2 {
    padding: 1rem 0;
  }

  .list_yftd3 .main2 .content ul li h4 {
    font-size: .65rem;
    padding-top: .25rem;
  }

  .category_product {
    padding: 1.5rem 0;
  }

  .category_product .item {
    margin-top: 0;
  }

  .category_product .item .con {
    width: 100%;
  }

  .category_product .item .con ul {
    margin-top: -.5rem;
  }

  .category_product .item .con ul li {
    margin-top: .5rem;
  }

  .category_product .item .con ul li .pic {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 5rem;
    padding-right: 0;
  }

  .category_product .item .con ul li .text {
    width: 100%;
    padding: .5rem 0;
  }

  .category_product .item .con ul li .text h4 {
    font-size: .65rem;
  }

  .category_product .item .con ul li .text .more {
    margin-top: 20px;
  }

  .category_product .desc {
    font-size: .55rem;
    margin-top: 1rem;
  }

  .show_product {
    padding: 50px 0;
  }

  .show_product .main1 {
    flex-wrap: wrap;
  }

  .show_product .main1 .pic {
    width: 100%;
  }

  .show_product .main1 .text {
    width: 100%;
    padding: 10% 5% 0;
  }

  .show_product .main2 .con table {
    width: 100% !important;
  }

  .list_gsdt {
    padding: 1.5rem 0;
  }

  .search form {
    width: 100%;
    border-radius: .75rem;
    padding: 0 .5rem;
  }

  .search form .btnCss {
    width: .75rem;
    height: .75rem;
  }

  .list_gsdt .content {
    margin-top: 1rem;
  }

  .list_gsdt .content ul li {
    padding: .5rem 0;
  }

  .list_gsdt .content ul li a {
    flex-wrap: wrap;
  }

  .list_gsdt .content ul li .pic {
    width: 100%;
  }

  .list_gsdt .content ul li .text {
    width: 100%;
    padding-top: 5%;
    padding-left: 0;
  }

  .list_gsdt .content ul li .text h4 {
    font-size: .65rem;
    white-space: initial;
  }

  .list_gsdt .content ul li .text .date {
    font-size: .55rem;
    margin-top: .25rem;
  }

  .list_gsdt .content ul li .text p,
  .list_gsdt .content ul li .text .more {
    display: none;
  }

  .pages {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .pages .p_n1,
  .pages .p_n2 a {
    font-size: .55rem;
    padding: .25rem .5rem;
  }

  .list_zbgs {
    padding: 1.5rem 0;
  }

  .list_zbgs .content ul li {
    padding: .5rem;
  }

  .list_zbgs .content ul li .more {
    display: none;
  }

  .list_zbgs .content ul li .text h4 {
    font-size: .65rem;
  }

  .list_zbgs .content ul li .text .date {
    padding-top: .25rem;
    font-size: .55rem;
  }

  .nyshow {
    padding: 1.5rem 0;
  }

  .nyshow .title h4 {
    font-size: .65rem;
  }

  .nyshow .title p {
    font-size: .55rem;
    padding-top: .5rem;
  }

  .nyshow .content {
    font-size: .55rem;
    line-height: 2;
    padding: 1rem 0;
    margin-top: .5rem;
  }

  .nyshow .pre_next {
    flex-wrap: wrap;
    margin-top: .5rem;
  }

  .nyshow .pre_next .pre,
  .nyshow .pre_next .next {
    width: 100%;
    margin: .25rem 0;
  }

  .nyshow .pre_next .pre a,
  .nyshow .pre_next .next a {
    font-size: .55rem;
    line-height: 1.5;
  }

  .nyshow .pre_next .next a {
    text-align: left;
  }

  .nyshow .pre_next .pre a br,
  .nyshow .pre_next .next a br {
    display: none;
  }

  .nyshow .pre_next .back {
    margin: .5rem auto 0;
  }

  .nyshow .pre_next .back a {
    width: 5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .55rem;
  }

  .list_rczp .main1 {
    padding: 50px 0;
  }

  .list_rczp .main1>.container {
    flex-wrap: wrap;
  }

  .list_rczp .main1 .left {
    width: 100%;
  }

  .list_rczp .main1 .right {
    width: 100%;
    margin-top: 15px;
  }

  .list_rczp .main2 {
    padding-top: 1.5rem;
  }

  .list_rczp .main2 .content ul li {
    width: 100%;
  }

  .list_rczp .main2 .content ul li .icon {
    width: 30%;
  }

  .list_rczp .main2 .content ul li .icon img {
    width: 100%;
  }

  .list_rczp .main2 .content ul li .tt {
    width: 70%;
  }

  .list_rczp .main3 {
    margin: 1rem 0;
  }

  .list_rczp .main3 .bg {
    padding: 1rem 5%;
  }

  .list_rczp .main3 .content {
    margin-top: 1rem;
  }

  .list_rczp .main3 .content p {
    font-size: .55rem;
  }

  .list_rczp .main3 .content .con p {
    padding-left: .5rem;
  }

  .list_rczp .main3 .content .con p::before {
    top: .3rem;
    width: .15rem;
    height: .3rem;
    border-radius: .125rem;
  }

  .list_rczp .main4 .box {
    padding: 10% 5%;
  }

  .list_rczp .main5 {
    padding: 1rem 0;
  }

  .list_rczp .main5 .content ul li {
    align-items: flex-start;
    width: 100%;
    margin-top: .5rem;
  }

  .list_rczp .main5 .content ul li .icon {
    max-width: 1.975rem;
    flex-shrink: 0;
  }

  .list_rczp .main5 .content ul li .text {
    margin-left: .5rem;
  }

  .list_rczp .main5 .content ul li .text h4 {
    font-size: .65rem;
  }

  .list_rczp .main5 .content ul li .text p {
    padding-top: .5rem;
    font-size: .55rem;
    line-height: 1.5;
  }

  .page_contact {
    padding: 1.5rem 0;
  }

  .page_contact .main1 ul {
    flex-wrap: wrap;
  }

  .page_contact .main1 ul li {
    margin-bottom: .5rem;
  }

  .page_contact .main1 ul li::after {
    display: none;
  }

  .page_contact .main1 ul li img {
    height: 1.325rem;
  }

  .page_contact .main1 ul li span {
    padding-top: .25rem;
    font-size: .55rem;
  }

  .page_contact .main1 ul li p {
    font-size: .65rem;
    padding-top: .25rem;
  }

  .page_contact #map {
    margin-top: 1rem;
  }

  .yf_sj {
    margin: 1rem 0 0;
  }

  .yf_sj ul li {
    background: url(../images/m_icon_yf4.png) no-repeat .5rem center/1.125rem #6095cd;
    width: 100%;
    margin-bottom: .5rem;
    padding: .5rem .5rem .5rem 15%;
    border: 0;
    color: #fff;
    font-size: .55rem;
  }

  .yf_sj ul li.li1 {
    background: url(../images/m_icon_yf5.png) no-repeat .5rem center/1.125rem #6095cd;
  }

  .yf_sj ul li.li2 {
    background: url(../images/m_icon_yf6.png) no-repeat .5rem center/1.125rem #6095cd;
  }

  .yf_sj ul li span {
    font-size: 30px;
    color: #fff;
  }

  .yf_sj ul li p br {
    display: none;
  }

  .list_yftd2 .title span {
    font-size: .75rem;
    padding: 0 .25rem;
  }

  .list_yftd2 .main2 .content ul li {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .list_yftd2 .main2 .content ul li .pic {
    width: 100%;
  }

  .list_yftd2 .main2 .content ul li .text {
    width: 100%;
  }

  .list_yftd2 .main3 {
    margin-top: 1rem;
  }

  .list_yftd2 .main3 .content {
    margin-top: 1rem;
  }

  .list_yftd2 .main3 .tips {
    margin-top: .5rem;
    padding: .5rem 0;
  }

  .list_yftd2 .main3 .tips .icon img {
    max-width: 1.5rem;
  }

  .list_yftd2 .main3 .tips .text {
    padding-left: .5rem;
  }

  .list_yftd2 .main3 .tips .text p {
    padding-left: 1rem;
    font-size: .65rem;
  }

  .list_yftd2 .main3 .content ul li .tt {
    font-size: .55rem;
    padding-top: .5rem;
  }

  .nybanner {
    margin-top: 0;
  }

  .list_rczp .main2 .title span,
  .list_rczp .main2 .title2 span {
    display: none;
  }

  .list_rczp .main2 .title span:first-child,
  .list_rczp .main2 .title2 span:first-child {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    padding-left: 1rem;
    flex-shrink: initial;
    display: block;
  }

  .list_rczp .main2 .title span:last-child,
  .list_rczp .main2 .title2 span:last-child {
    width: 10%;
    height: 2rem;
    line-height: 2rem;
    display: block;
  }

  .list_rczp .main2 .title span:last-child i,
  .list_rczp .main2 .title2 span:last-child i {
    font-size: .55rem;
  }

  .list_rczp .main2 .content .item .con {
    padding: .5rem;
    font-size: .55rem;
    line-height: 2;
  }

  .list_rczp .main2 .content .item .con .tt {
    font-size: .65rem;
    line-height: 1.5;
  }

  .list_rczp .main4 {
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .list_rczp .main4 .box {
    max-width: 100%;
  }

  .list_rczp_title {
    font-size: .75rem;
    padding-bottom: .5rem;
  }

  .list_rczp .main4 .content b {
    font-size: .65rem;
    line-height: 2;
    padding-left: .5rem;
    margin-top: .5rem;
  }

  .list_rczp .main4 .content p {
    font-size: .55rem;
    line-height: 2;
    padding-left: .5rem;
  }

  .companytop {
    margin: 1.5rem 0;
  }
}

@media (max-width: 1366px) {
  .list_yftd2 .container {
    padding-left: 3%;
    padding-right: 3%;
  }
}