@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:14px; color:#555; font-family:"Microsoft YaHei",Arial,Tahoma,sans-serif;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td{margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6{list-style:none;}
input,select,button,textarea{ border:0; background:none; outline:none; vertical-align:middle; font-family:"Microsoft YaHei",Arial,Tahoma,sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#555; text-decoration:none;
}
a:hover{color:#90c31f; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
.middle{vertical-align:middle; margin-top:-3px; margin-right:5px;}
.ds_il{max-width:100%; height:auto; display:inline-block;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.an_tm{align-items:center;}
::placeholder{color:#999;}
@media only screen and (max-width:640px){
body{font-size:1.3rem;}
input,select,button,textarea{font-size:1.3rem;}
div{max-height:999999999999999999999px;}
.container, .container-fluid{padding:0 20px;}
}

@media only screen and (max-width:640px){
html.on{width:100%; height:100vh; overflow:hidden;}
}

nav {
  width: 100%;
  height: auto; 
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  padding: 0 0.7rem;
  background:rgba(0,0,0,.15);
  z-index: 999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
nav .nav-main .main-box .box-logo {
  position: relative;
  width: 1.9rem;
  height: auto;
}
nav .nav-main .main-box .box-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-box .box-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 47%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
nav .nav-main .main-box .box-nav .nav-item {
  position: relative;
  width: auto;
  height: 100%;
 padding: 0.25rem;
}
nav .nav-main .main-box .box-nav .nav-item .item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1rem;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-nav .nav-item .item-title span {
  display: block;
  position: relative;
  width: 11px;
  height: 7px;
  margin-left: 2px;
}
nav .nav-main .main-box .box-nav .nav-item .item-title span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-nav .nav-item .item-title span .img2 {
  opacity: 0;
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
nav .nav-main .main-box .box-nav .nav-item .item-title-active {
  color: #0b57a7;
}
nav .nav-main .main-box .box-nav .nav-item .item-title-active span .img1 {
  opacity: 0;
}
nav .nav-main .main-box .box-nav .nav-item .item-title-active span .img2 {
  opacity: 1;
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 200px;
  height: auto;
  padding: 20px;
  border: solid 1px #d8dfe6;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.11);
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transform: translate(0, 0.2rem);
  -o-transform: translate(0, 0.2rem);
  -moz-transform: translate(0, 0.2rem);
  -webkit-transform: translate(0, 0.2rem);
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav::after {
  content: '';
  position: absolute;
  top: -13px;
  left: 36px;
  width: 22px;
  height: 13px;
  background: url(../images/icon-subnav-arrow.png) no-repeat center;
  background-size: 100%;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav .subnav-link {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.1rem 0.2rem;
  font-size: 16px;
  color: #666666;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav .subnav-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.05rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #90c31f;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-0.1rem, -50%);
  -o-transform: translate(-0.1rem, -50%);
  -moz-transform: translate(-0.1rem, -50%);
  -webkit-transform: translate(-0.1rem, -50%);
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav .subnav-link:hover {
  color: #90c31f;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav .subnav-link:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 1rem;
  left: -150px;
  width: 650px;
  height: auto;
  border: solid 1px #d8dfe6;
  background: #fff;
  background-size: 100%;
  border-radius: 8px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.11);
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transform: translate(0, 0.2rem);
  -o-transform: translate(0, 0.2rem);
  -moz-transform: translate(0, 0.2rem);
  -webkit-transform: translate(0, 0.2rem);
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2::after {
  content: '';
  position: absolute;
  top: -13px;
  left: 190px;
  width: 22px;
  height: 13px;
  background: url(../images/icon-subnav-arrow.png) no-repeat center;
  background-size: 100%;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-list {
  position: relative;
  width: 220px;
  height: auto;
  background: #fef7f3;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-list .list-lump {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 0.2rem;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-list .list-lump-active {
  color: #ea5504;
  background: #fff;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-list:hover::-webkit-scrollbar-thumb {
  background-color: #ea5504;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent {
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 220px);
  height: auto;
  padding: 0.3rem;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent .cent-item {
  width: 100%;
  height: auto;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent .cent-item .item-sort {
  display: block;
  padding-bottom: 13px;
  margin: 0 0 12px 12px;
  font-size: 18px;
  font-weight: bold;
  color: #1c1d21;
  border-bottom: solid 1px #ccc;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent .cent-item .item-link {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.1rem 0.2rem;
  font-size: 14px;
  color: #666666;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent .cent-item .item-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.05rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ea5504;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-0.1rem, -50%);
  -o-transform: translate(-0.1rem, -50%);
  -moz-transform: translate(-0.1rem, -50%);
  -webkit-transform: translate(-0.1rem, -50%);
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent .cent-item .item-link:hover {
  color: #ea5504;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent .cent-item .item-link:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent:hover::-webkit-scrollbar-thumb {
  background-color: #0b57a7;
}
nav .nav-main .main-box .box-nav .nav-item .item-subnav2 .subnav-cent-active {
  display: flex;
}
nav .nav-main .main-box .box-nav .nav-item:hover .item-title {
  color: #90c31f !important;
}
nav .nav-main .main-box .box-nav .nav-item:hover .item-title span .img1 {
  opacity: 0;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-box .box-nav .nav-item:hover .item-title span .img2 {
  opacity: 1;
  transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
}
nav .nav-main .main-box .box-nav .nav-item:hover .item-subnav,
nav .nav-main .main-box .box-nav .nav-item:hover .item-subnav2,
nav .nav-main .main-box .box-nav .nav-item:hover .item-subnav3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-nav .box-web {
  display: none;
}
nav .nav-main .main-box .box-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-box .box-cont .cont-nav {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list {
  width: auto;
  height: 100%;
  padding: 0 0.3rem;
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list .list-title {
  display: inline-block;
  position: relative;
  width: auto;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1rem;
  color: #fff;
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list .list-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0b57a7;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list .list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 0;
  background: #e9edf7;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list .list-item .item-link {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  padding: 0.25rem;
  font-size: 14px;
  color: #666666;
  opacity: 0;
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list .list-item .item-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.1rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0b57a7;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-0.1rem, -50%);
  -o-transform: translate(-0.1rem, -50%);
  -moz-transform: translate(-0.1rem, -50%);
  -webkit-transform: translate(-0.1rem, -50%);
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list .list-item .item-link:hover {
  color: #023994;
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list .list-item .item-link:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list:hover .list-title::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list:hover .list-item {
  height: 0.8rem;
}
nav .nav-main .main-box .box-cont .cont-nav .nav-list:hover .list-item .item-link {
  opacity: 1;
}
nav .nav-main .main-box .box-cont .cont-lang {
  width: 175px;
  height: 40px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1rem;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-cont .cont-lang a {
  display: inline-block;
  width: auto;
  color: #fff;
}
nav .nav-main .main-box .box-cont .cont-lang a:hover {
  text-decoration: underline;
}
nav .nav-main .main-box .box-cont .cont-suosou {
  position: relative;
  width: 0.5rem;
  height: 100%;
  margin-left: 0.5rem;
  cursor: pointer;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-icon {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-icon .img2 {
  opacity: 0;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-cent {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 1rem;
  right: 0;
  width: 4.5rem;
  height: 0.64rem;
  padding: 0 0.3rem;
  background: #fff;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-cent .cent-icon {
  width: 20px;
  height: auto;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-cent .cent-icon img {
  width: 100%;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-cent input {
  flex: 1;
  padding: 0 0.1rem;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #000;
  background: none;
  opacity: 0.8;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-cent input::placeholder {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #000;
  opacity: 0.5;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-cent .cent-hide {
  width: 20px;
  height: auto;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-cent .cent-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-box .box-cont .cont-suosou .suosou-cent .cent-hide:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main:hover {
  background: #fff;
}
nav .nav-main:hover .box-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .box-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .box-nav .nav-item .item-title {
  color: #080404 !important;
}
nav .nav-main:hover .box-cont .cont-lang {
  color: #080404;
}
nav .nav-main:hover .box-cont .cont-lang a {
  color: #080404;
}
nav .nav-main:hover .box-cont .cont-suosou .suosou-icon .img2 {
  opacity: 1;
}
nav .nav-main:hover .box-cont .cont-suosou .suosou-icon .img1 {
  opacity: 0;
}
nav .nav-main-active {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  background: #fff;
}
nav .nav-main-active .box-logo .img2 {
  opacity: 1 !important;
}
nav .nav-main-active .box-logo .img1 {
  opacity: 0 !important;
}
nav .nav-main-active .box-nav .nav-item .item-title {
  color: #080404 !important;
}
nav .nav-main-active .box-cont .cont-lang {
  color: #080404 !important;
}
nav .nav-main-active .box-cont .cont-lang a {
  color: #080404 !important;
}
nav .nav-main-active .box-cont .cont-suosou .suosou-icon .img2 {
  opacity: 1 !important;
}
nav .nav-main-active .box-cont .cont-suosou .suosou-icon .img1 {
  opacity: 0 !important;
}
nav .Whead-search,
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}

@media only screen and (max-width:1820px){
nav .nav-main .main-box .box-nav .nav-item {
  position: relative;
  width: auto;
  height: 100%;
  padding: 0.22rem;

}
}
@media only screen and (max-width:1680px){
nav .nav-main .main-box .box-nav .nav-item {
  position: relative;
  width: auto;
  height: 100%;
   padding: 0.2rem  0.16rem;

}
}
@media only screen and (max-width:1570px){
nav .nav-main .main-box .box-nav .nav-item {
  position: relative;
  width: auto;
  height: 100%;
   padding: 0.12rem;

}
}
@media only screen and (max-width:1500px){
nav .nav-main .main-box .box-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 820px;
  height: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
}

@media only screen and (max-width:1530px){
nav .nav-main .main-box .box-nav .nav-item {
  position: relative;
  width: auto;
  height: 100%;
   padding: 0.2rem 0.06rem;

}
nav .nav-main .main-box .box-nav{ }
}


@media only screen and (max-width:1400px){
nav .nav-main .main-box .box-nav .nav-item {
  position: relative;
  width: auto;
  height: 100%;
   padding: 0.25rem 0.18rem;

}
nav .nav-main .main-box .box-nav{ }
}
@media only screen and (max-width:1280px){
nav .nav-main .main-box .box-nav .nav-item {
  position: relative;
  width: auto;
  height: 100%;
   padding: 0.2rem;

}
nav .nav-main .main-box .box-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 820px;
  height: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}	
}

@media screen and (max-width: 1124px) {
  section {
    overflow: hidden;
  }
  nav {
    width: 100%;
    height: auto; 
  }
  nav .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  nav .nav-main .main-box .box-logo {
    position: relative;
    width: 2.6rem;
    height: auto;
  }
  nav .nav-main .main-box .box-logo img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-box .box-logo .img2 {
    opacity: 0;
  }
  nav .nav-main .main-box .box-nav {
    display: none;
  }
  nav .nav-main .main-box .box-cont {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-box .box-cont .cont-nav {
    display: none;
  }
  nav .nav-main .main-box .box-cont .cont-lang {
    width: 1.3rem;
    height: 100%;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1rem;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-box .box-cont .cont-lang a {
    display: inline-block;
    width: auto;
    color: #fff;
  }
  nav .nav-main .main-box .box-cont .cont-lang a:hover {
    text-decoration: underline;
  }
  nav .nav-main .main-box .box-cont .cont-suosou {
    display: none;
  }
  nav .nav-main .main-box .box-cont .cont-web-suosou {
    display: block;
    position: relative;
    width: 0.4rem;
    height: 100%;
    margin-left: 0.35rem;
    cursor: pointer;
  }
  nav .nav-main .main-box .box-cont .cont-web-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-box .box-cont .cont-web-suosou .img2 {
    opacity: 0;
  }
  nav .nav-main .main-box .box-cont .cont-web-caidan {
    display: block;
    position: relative;
    width: 0.4rem;
    height: 100%;
    margin-left: 0.35rem;
    cursor: pointer;
  }
  nav .nav-main .main-box .box-cont .cont-web-caidan img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-box .box-cont .cont-web-caidan .img2 {
    opacity: 0;
  }
  nav .nav-main:hover {
    background: #fff;
  }
  nav .nav-main:hover .box-logo .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .box-logo .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .box-cont .cont-nav .nav-list .list-title {
    color: #080404;
  }
  nav .nav-main:hover .box-cont .cont-lang {
    color: #080404;
  }
  nav .nav-main:hover .box-cont .cont-lang a {
    color: #080404;
  }
  nav .nav-main:hover .box-cont .cont-suosou .suosou-icon .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .box-cont .cont-suosou .suosou-icon .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .box-cont .cont-web-suosou .img2,
  nav .nav-main:hover .box-cont .cont-web-caidan .img2 {
    opacity: 1 !important;
  }
  nav .nav-main:hover .box-cont .cont-web-suosou .img1,
  nav .nav-main:hover .box-cont .cont-web-caidan .img1 {
    opacity: 0 !important;
  }
  nav .nav-main-active {
    background: #fff;
  }
  nav .nav-main-active .box-logo .img2 {
    opacity: 1 !important;
  }
  nav .nav-main-active .box-logo .img1 {
    opacity: 0 !important;
  }
  nav .nav-main-active .box-cont .cont-nav .nav-list .list-title {
    color: #080404 !important;
  }
  nav .nav-main-active .box-cont .cont-lang {
    color: #080404 !important;
  }
  nav .nav-main-active .box-cont .cont-lang a {
    color: #080404 !important;
  }
  nav .nav-main-active .box-cont .cont-web-suosou .img2,
  nav .nav-main-active .box-cont .cont-web-caidan .img2 {
    opacity: 1 !important;
  }
  nav .nav-main-active .box-cont .cont-web-suosou .img1,
  nav .nav-main-active .box-cont .cont-web-caidan .img1 {
    opacity: 0 !important;
  }
  nav .Whead-search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #114470;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  nav .Whead-search .hide-pic img {
    width: 100%;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.4rem;
    margin-left: 0.2rem;
  }
  nav .Whead-search .search-input .input-icon img {
    width: 100%;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1.3rem;
    padding: 0 0.3rem;
    line-height: 1.3rem;
    text-align: right;
  }
  nav .Whead-sidebar .sidebar-top .top-icon {
    width: 2.63rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
    margin-left: 0.2rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-list {
    width: 100%;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-list .list-ul {
    width: 100%;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-list .list-ul .list-li {
    width: 100%;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-list .list-ul .list-li .li-title {
    width: 100%;
    height: 1.2rem;
    padding: 0 0.6rem;
    font-family: 'Arial';
    font-size: 0.32rem;
    font-weight: bold;
    color: #4c4c4c;
    line-height: 1.2rem;
    background: #fff url(../images/icon-web-jiahao.png) no-repeat 90% center;
    background-size: 0.25rem;
    border-bottom: solid 1px #eee;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-list .list-ul .list-li .no-bg {
    display: block;
    background-image: none !important;
  }
  nav .Whead-sidebar .sidebar-list .list-ul .list-li .nav-ul {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0 0.6rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-list .list-ul .list-li .nav-ul .nav-li {
    width: 100%;
    height: 0.8rem;
    font-family: 'Arial';
    font-size: 0.28rem;
    line-height: 0.8rem;
    color: #666666;
    background: #fff;
  }
  nav .Whead-sidebar .sidebar-list .list-ul .list-li .nav-block {
    height: auto;
    border-bottom: solid 1px #eeeeee;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-list .list-ul .list-li .title-active {
    color: #fff !important;
    background: #00763c url(../images/icon-web-jianhao.png) no-repeat 90% center !important;
    background-size: 0.25rem !important;
    border-bottom: none;
  }
 
}

.banner{width:100%; height:85vh; background-color:#000; position:relative; z-index:9;}
.banner video{width:100%; height:100%; position:absolute; top:0; left:0; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;}
.banner .ban_hx{width:100%; position:absolute; bottom:-120px; left:0; z-index:99;}
.banner .ban_hx img{width:100%; height:auto; display:block;}
.pc_ban{width:100%; height:85vh; background-color:rgba(0,0,0,.1); position:relative; overflow:hidden;}
.pc_ban .tp_bj{width:100%; height:100%; background-position:center; background-repeat:no-repeat; background-size:cover; position:absolute; top:0; left:0; }
.pc_ban .swiper-button-prev{width:46px; height:46px; border-radius:5px; background:url(../images/ban_l.png) no-repeat center / 46px 46px; left:0; top:50%; margin-top:-23px; opacity:0;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-prev{left:5%; opacity:1;}
.pc_ban .swiper-button-next{width:46px; height:46px; border-radius:5px; background:url(../images/ban_r.png) no-repeat center / 46px 46px; right:0; top:50%; margin-top:-23px; opacity:0;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-next{right:5%; opacity:1;}
.pc_ban .container{position:absolute; top:50%; left:50%; z-index:99; text-align:center; color:#fff;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.pc_ban .bn_wz { text-align: left}
.pc_ban .bn_wz h1{font-size:50px; font-weight:400; line-height:80px; margin-bottom:15px; font-weight:bold}
.pc_ban .bn_wz h3{font-size:22px; line-height:50px; text-transform:capitalize}
.pc_ban .bn_wz .n_r{width:140px; height:40px; border:2px solid #fff; background-color:rgba(255,255,255,.3);  position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; text-align:center; line-height:36px; float:left; margin-right:16px; font-size:16px ; font-weight:bold; margin-top:15px; display:block}
.pc_ban .bn_wz .n_r:hover{background-color:rgba(255,255,255,.2);}
.pc_ban .bn_wz .n_r a{color:#fff; font-size:16px; text-align:center; line-height:46px; display:block;}
.pc_ban .bn_wz .n_r i{font-size:14px; font-weight:bold; padding-left:10px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .bn_wz .n_r a:hover i{padding-left:15px;} 

@media only screen and (max-width:810px){
.banner{height:30vh;}
.banner video{display:none;}
.banner .ban_hx{bottom:-50px;}
.banner .ban_hx img{width:100%; height:auto; display:block;}
.pc_ban{height:30vh;}
.pc_ban .tp_bj{display:block;}
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
.pc_ban .bn_wz h1{font-size:18px; font-weight:bold; line-height:36px; margin-bottom:0px;}
.pc_ban .bn_wz h3{font-size:14px; line-height:24px; font-weight:bold;}
}

.gy_tp{overflow:hidden;}
.gy_tp img{width:100%; height:auto; display:block;}

.sy_bt{margin-bottom:50px; position:relative;}
.sy_bt h1{font-size:48px; font-weight:bold; color:#00763c; line-height:38px; margin-bottom:15px;}
.sy_bt h4{font-size:16px; color:#333;}
.sy_bt em{ text-transform:uppercase; margin-bottom:25px; display:block;font-size:16px}
.sy_bt i{width:40px; height:4px; background-color:#90c31f;display:inline-block; margin-right:10px; margin-bottom:4px }
.sy_bt a{width:130px; height:46px; border-radius:5px; background-color:#00763c; font-size:15px; color:#fff; line-height:46px; text-align:center; position:absolute; top:50%; margin-top:0; right:0;}
.sy_bt a:hover{background-color:#90c31f; color:#fff;}
@media only screen and (max-width:640px){
.sy_bt{margin-bottom:10px;}
.sy_bt h1{font-size:20px; line-height:40px; margin-bottom:30px; margin-top:20px}
.sy_bt h4{font-size:1.4rem;}
.sy_bt em{ height:4px; margin-bottom:4px;}
.sy_bt a{width:120px; height:35px; font-size:12px; line-height:36px; margin-top:-20px;}
.sy_bt i{width:30px; height:4px; background-color:#90c31f;display:inline-block; margin-right:10px; margin-bottom:4px }

}

.guanyu{ background:#f6f9fb url(../images/bg1.png) center right no-repeat; background-size:auto 100%; overflow:hidden; padding:100px 0 ;}
.guanyu .container{ display: flex;   justify-content: space-between;   align-items: center;  flex-direction:row-reverse}
.sy_gypic{  width:45%;  overflow:hidden}
.sy_gypic img{ width:100%; height:auto;transition:all 0.6s}

.sy_gyzi{ width:50%; margin-right:5%}
.sy_gyzi em{ text-transform:uppercase; margin-bottom:15px; display:block;font-size:16px}
.sy_gyzi i{width:40px; height:4px; background-color:#90c31f;display:inline-block; margin-right:10px; margin-bottom:4px }

.sy_gyzi h2{ display:block; color:#00763c; font-size:48px;font-weight: bold;}
.sy_gyzi p{ display:block; margin:30px auto; font-size:16px; line-height:38px; color:#464646;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow:hidden}
.sy_gyzi span a{ display:block; background:#00763c; width:130px; color:#fff; line-height:45px; border-radius:5px; text-align:center; font-size:14px; transition:all 0.6s}
.sy_gyzi span a:hover{ background:#90c31f; transition:all 0.6s}
@media only screen and (max-width:1200px){
.guanyu{  padding:50px 0;}
.sy_gyzi h1{ display:block; color:#094aab; font-size:30px}
.sy_gyzi h2{ display:block; color:#333; font-size:20px}
.sy_gyzi p{ display:block; margin:20px auto; font-size:14px; line-height:28px; }
.sy_gyzi span a{  width:120px; line-height:35px; font-size:12px}

}

@media only screen and (max-width:992px){
.guanyu{  padding:30px 0;}

.guanyu{ background:#f4f4f8 }
.guanyu .container{ display:block}
.sy_gypic{  width:100%;  overflow:hidden}
.sy_gyzi{ width:100%; margin-top:20px}
.sy_gyzi p{ display:block; margin:20px auto; font-size:14px; line-height:28px; }
.sy_gyzi i{width:30px; height:4px; background-color:#90c31f;display:inline-block; margin-right:10px; margin-bottom:4px }

}

.sy_gy{width:100%; padding:60px 0; background:#f6f9fb ; overflow:hidden; position:relative;}
.sy_gy .h_x{width:100%; position:absolute; bottom:0; left:0; z-index:9;}
.sy_gy .h_x img{width:100%; height:auto; display:block;}
.sy_gy .row{margin:0;}
.sy_gy .gy_nr{width:100%; position:relative;}
.sy_gy .gy_nr .wz_nr{margin-bottom:35px; color:#333; line-height:40px; text-align:justify; overflow:hidden; display:-webkit-box;
line-clamp:7;
-webkit-line-clamp:7;
-moz-line-clamp:7;
-ms-line-clamp:7;
-o-line-clamp:7;
-webkit-box-orient:vertical; font-size:16px; text-align:center}
.sy_gy .gy_nr a.m_r{display:inline-block; padding-bottom:6px; position:relative;}
.sy_gy .gy_nr a.m_r:after{width:100%; height:1px; background-color:#999; position:absolute; bottom:0; left:0; content:"";}
.sy_gy .wrap{width:100%; }
.sy_gy .wrap ul li{width:25%; text-align:center}
.sy_gy .wrap .s_z{font-size:16px; color:#2b2b2b;}
.sy_gy .wrap .s_z b{font-size:60px; font-weight:bold; color:#ea5504; letter-spacing:-3px; padding-right:10px; position:relative; display:inline-block;}
.sy_gy .wrap .s_z strong{font-size:20px;}
.sy_gy .wrap p{color:#555; font-size:15px}
.sy_gy .gy_tp{width:49%;}
.sy_gy .gy_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:640px){
.sy_gy{padding:80px 0 100px;}
.sy_gy .gy_nr{width:100%;}
.sy_gy .gy_nr .wz_nr{margin-bottom:2rem; line-height:2.2rem;}
.sy_gy .gy_nr a.m_r{padding-bottom:.5rem;}
.sy_gy .wrap{margin-top:2rem;}
.sy_gy .wrap ul li{width:32%;}
.sy_gy .wrap .s_z{font-size:1.4rem;}
.sy_gy .wrap .s_z b{font-size:3rem; letter-spacing:-2px; padding-right:.8rem;}
.sy_gy .wrap .s_z strong{font-size:1.8rem;}
}

.sy_yw {
	width: 100%;
	overflow: hidden; margin-top:80px
}
.sy_yw .y_w {
	width: 100%;
}
.sy_yw .y_w li {
	float: left;
	width: 49%;
	position: relative;
	overflow: hidden; margin-right:2%;border-radius:10px; 
}
.sy_yw .y_w li:nth-child(2n){margin-right:0; }
.sy_yw .y_w li .t_p {
	width: 100%;
	overflow: hidden;
}
.sy_yw .y_w li .t_p img {
	width: 100%;
	height: auto;
	display: block;
	transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
}
.sy_yw .y_w li .w_z {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	left: 0;
	;
	transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
}
.sy_yw .y_w li .w_z .sy_nr {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	box-sizing: border-box;
}
.sy_yw .y_w li .w_z .icon {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.sy_yw .y_w li .w_z .icon img {
	max-width: 100%;
	height: auto;
}
.sy_yw .y_w li .w_z .t_t {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	margin-bottom: 25px; font-weight:550; letter-spacing:2px
}
.sy_yw .y_w li .w_z .d_e {
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	padding: 0px 50px;
	height: 0px;
	transition: all .7s ease;
	overflow: hidden;
}
.sy_yw .y_w li .w_z .y_a {
	text-align: center;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	transition: all .2s;
	display: block;
	width: 130px;
	height: 36px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	margin: 0 auto;
	color: #FFF;
	border: 2px solid rgba(255,255,255,.5);
}
.sy_yw .y_w li .w_z .y_a i {
	margin-left: 10px;
	transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
}
.sy_yw .y_w li:hover .w_z .d_e {
	height: 270px;
}
.sy_yw .y_w li:hover .w_z {
	background-color: rgba(11,87,167,.7);
}
.sy_yw .y_w li:hover .t_p img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.sy_yw .y_w li:hover .w_z .y_a i {
	margin-left: 15px
}
@media only screen and (max-width:992px) {
.sy_yw {
	padding: 20px 0 0;
}
.sy_yw .y_w li {
	width: 100%;
}
.sy_yw .y_w li .w_z .t_t {
	font-size: 16px;
	margin-bottom: 15px;
}
.sy_yw .y_w li .w_z .d_e {
	font-size: 12px;
	line-height: 28px;
	padding: 0px 30px;
	height: inherit;
	max-height: 170px;
}
.sy_yw .y_w li .w_z .y_a {
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 20px;
}
}


.sy_xw{width:100%; padding:100px 0;   overflow:hidden; position:relative;}
.sy_xw .xw_tj .row{margin:0 -30px;}
.sy_xw .xw_tj .tj_xw{width:33.33333333333%; padding:0 30px; position:relative;}
.sy_xw .xw_tj .tj_xw:after{width:1px; height:100%; position:absolute; right:0; top:0; background-color:#dadada; content:"";}
.sy_xw .xw_tj .tj_xw:last-child:after{display:none;}
.sy_xw .xw_tj .b_q{padding-left:15px; color:#666; position:relative;}
.sy_xw .xw_tj .b_q:after{width:6px; height:6px; border-radius:50%; background-color:#0b57a7; position:absolute; left:0; top:50%; margin-top:-3px; content:"";}
.sy_xw .xw_tj .b_t{font-size:18px; font-weight:bold; line-height:26px; margin:15px 0; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .xw_tj .w_z{line-height:24px; color:#555; height:48px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.sy_xw .xw_tj .t_p{overflow:hidden; margin-bottom:20px}
.sy_xw .xw_tj .t_p img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.sy_xw .xw_tj .tj_xw:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);
-moz-transform:scale(1.05);
-ms-transform:scale(1.05);
-o-transform:scale(1.05);}
@media only screen and (max-width:640px){
.sy_xw{padding:30px 0;}
.sy_xw .xw_tj .row{margin:0 -30px; display:block}
.sy_xw .xw_tj .tj_xw{width:100%; padding:0 30px; position:relative; margin-bottom:20px}
.sy_xw .xw_tj .b_t{font-size:16px; font-weight:bold; line-height:26px; margin:10px 0 5px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .xw_tj .w_z{line-height:24px; color:#555; height: auto; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical; font-size:14px}
}



.sy_xw3{width:100%; padding:80px 0 50px; overflow:hidden;  }
.sy_xw3 .xw_tj{position:relative;}
.sy_xw3 .xw_tj .swiper-xw{padding-bottom:40px;}
.sy_xw3 .xw_tj .swiper-button-prev{width:35px; height:35px; background:url(../images/zj1.png) no-repeat center; left:-60px; margin-top:-17px;
background-size:35px 35px;
-webkit-background-size:35px 35px;
-moz-background-size:35px 35px;
-ms-background-size:35px 35px;
-o-background-size:35px 35px;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.sy_xw3 .xw_tj .swiper-button-next{width:35px; height:35px; background:url(../images/yj1.png) no-repeat center; right:-60px; margin-top:-17px;
background-size:35px 35px;
-webkit-background-size:35px 35px;
-moz-background-size:35px 35px;
-ms-background-size:35px 35px;
-o-background-size:35px 35px;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.sy_xw3 .xw_tj .swiper-pagination{bottom:0; display:none}
.sy_xw3 .xw_tj .swiper-pagination-bullet{width:8px; height:8px; border-radius:50%; background-color:#aaa;}
.sy_xw3 .xw_tj .swiper-pagination-bullet-active{background-color:#00b7ee;}
.sy_xw3 .n_r{ overflow:hidden;}
.sy_xw3 .t_p{overflow:hidden; position:relative; border:#eee 1px solid}
.sy_xw3 .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}
.sy_xw3 .n_r:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.sy_xw3 .t_p span{width:130px; height:36px; background-color:rgba(0,0,0,.5); font-size:15px; font-weight:bold; line-height:36px; color:#fff; text-align:center; position:absolute; bottom:0; left:0;}
.sy_xw3 .w_z{margin-top:20px;}
.sy_xw3 .w_z h3{font-size:28px; font-weight:500; line-height:50px; color:#0b57a7; margin-bottom:15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw3 .n_r:hover .w_z h3{color:#666;}
.sy_xw3 .w_z p{line-height:22px; color:#666; height: auto; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical; font-size:24px}
.sy_xw3 .more{width:47px;height:33px;margin-top:58px;background-image:url(../images/bramore.png);background-repeat:no-repeat;background-position:center center;background-size:100% 100%}
.sy_xw3 .n_r:hover .more{background-image:url(../images/bramore_cur.png)}

@media only screen and (max-width:1360px){
.sy_xw3 .w_z h3{font-size:22px;}
.sy_xw3 .w_z p{line-height:22px; color:#666; height: auto; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical; font-size:18px}
}
@media only screen and (max-width:992px){
.sy_xw3{padding:40px 0 20px;}
.sy_xw3 .xw_tj .swiper-xw{padding-bottom:30px;}
.sy_xw3 .xw_tj .swiper-button-prev{display:none;}
.sy_xw3 .xw_tj .swiper-button-next{display:none;}
.sy_xw3 .w_z{margin-top:15px;}
}





.sy_fb{width:100%; padding:80px 0; background:url(../images/fb_bj.jpg) no-repeat bottom center / 100% auto; position:relative;}
.sy_fb .sy_bt{text-align:center; margin-bottom:35px;}
.sy_fb .hd{text-align:center; margin-bottom:40px; text-align:center;}
.sy_fb .hd ul li{width:140px; height:46px; border-radius:5px; border:1px solid #0b57a7; font-size:16px; color:#0b57a7; line-height:46px; text-align:center; display:inline-block; margin:0 10px; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_fb .hd ul li:hover{background-color:#0b57a7; color:#fff;}
.sy_fb .hd ul li.on{background-color:#0b57a7; color:#fff;}
.sy_fb .h_x{width:100%; position:absolute; top:0; left:0; z-index:9;}
.sy_fb .h_x img{width:100%; height:auto; display:block;}
.sy_fb .h_x1{width:100%; position:absolute; bottom:0; left:0; z-index:9;}
.sy_fb .h_x1 img{width:100%; height:auto; display:block;}
.sy_fb .fb_dt{width:54%; margin-left:18%; position:relative;}
.sy_fb .fb_dt iframe{width:100%; height:600px; margin:0 auto; display:block;}
.sy_fb .fb_dt .nh_zd{width:9%; position:absolute; bottom:0; right:0;}
.sy_fb .fb_dt img{width:100%; height:auto; display:block;}
.sy_fb .wd_dt{width:100%; position:relative;}
.sy_fb .wd_dt img{width:auto; height:600px; display:block;}
.sy_fb .wd_dt .q_y{font-size:13px; color:#000; position:absolute;}
.sy_fb .wd_dt .q_y.qy_1{top:28.5%; left:25.6%;}
.sy_fb .wd_dt .q_y.qy_2{top:36.4%; right:30.5%;}
.sy_fb .wd_dt .q_y.qy_3{top:43.5%; left:18.7%;}
.sy_fb .wd_dt .q_y.qy_4{top:75.5%; left:38.7%;}
.sy_fb .wd_dt .q_y.qy_5{top:49%; left:34.4%;}
.sy_fb .dd_yq{width:2px; height:2px; position:absolute;}
.sy_fb .fb_dt .dd_yq.yq_1{top:34%; right:15%;}
.sy_fb .fb_dt .dd_yq.yq_2{bottom:25%; right:41%;}
.sy_fb .fb_dt .dd_yq.yq_3{bottom:16%; right:27%;}
.sy_fb .wd_dt .dd_yq.yq_1{top:33%; left:26.6%;}
.sy_fb .wd_dt .dd_yq.yq_2{top:41%; right:31.5%;}
.sy_fb .wd_dt .dd_yq.yq_3{top:48%; left:22%;}
.sy_fb .wd_dt .dd_yq.yq_4{top:74.2%; left:40.6%;}
.sy_fb .wd_dt .dd_yq.yq_5{top:48%; left:36.4%;}
.sy_fb .dd_yq span{width:2px; height:2px; border-radius:50%; position:absolute; top:50%; left:50%; margin:-1px 0 0 -1px;}
.sy_fb .dd_yq span.x{-webkit-animation:beacon 1s infinite linear;
-o-animation:beacon 1s infinite linear;
animation:beacon 1s infinite linear;
-webkit-animation-delay:.5s;
-moz-animation-delay:.5s;
-o-animation-delay:.5s;
animation-delay:.5s;}
.sy_fb .dd_yq span.z{-webkit-animation:beacon1 1s infinite linear;
-o-animation:beacon1 1s infinite linear;
animation:beacon1 1s infinite linear;
-webkit-animation-delay:.5s;
-moz-animation-delay:.5s;
-o-animation-delay:.5s;
animation-delay:.5s;}
.sy_fb .dd_yq span.d{-webkit-animation:beacon2 1s infinite linear;
-o-animation:beacon2 1s infinite linear;
animation:beacon2 1s infinite linear;
-webkit-animation-delay:.5s;
-moz-animation-delay:.5s;
-o-animation-delay:.5s;
animation-delay:.5s;}
@media only screen and (max-width:640px){
.sy_fb{padding:60px 0;}
.sy_fb .sy_bt{margin-bottom:2,5rem;}
.sy_fb .hd{margin-bottom:2.5rem;}
.sy_fb .hd ul li{width:11rem; height:4rem; font-size:1.5rem; line-height:4rem; margin:0 .8rem;}
.sy_fb .fb_dt{width:100%; margin-left:0;}
.sy_fb .fb_dt iframe{height:507px;}
.sy_fb .wd_dt img{width:100%; height:auto;}
.sy_fb .wd_dt .q_y{font-size:1rem;}
.sy_fb .wd_dt .q_y.qy_1{top:24.5%; left:28.6%;}
.sy_fb .wd_dt .q_y.qy_2{top:32.4%; right:18.5%;}
.sy_fb .wd_dt .q_y.qy_3{top:39.5%; left:17.7%;}
.sy_fb .wd_dt .q_y.qy_4{left:42.7%;}
.sy_fb .wd_dt .q_y.qy_5{top:40.5%; left:39.4%;}
.sy_fb .wd_dt .dd_yq.yq_1{top:32%; left:30.6%;}
.sy_fb .wd_dt .dd_yq.yq_2{top:40%; right:21%;}
.sy_fb .wd_dt .dd_yq.yq_3{left:25.5%;}
.sy_fb .wd_dt .dd_yq.yq_4{left:46.6%;}
.sy_fb .wd_dt .dd_yq.yq_5{left:41.4%;}
}

@-webkit-keyframes beacon {
0%{-webkit-box-shadow:0 0 0 0 rgba(233,30,28,.6);
-moz-box-shadow:0 0 0 0 rgba(233,30,28,.6);
box-shadow:0 0 0 0 rgba(233,30,28,.6);}
100%{-webkit-box-shadow: 0 0 0 4rem transparent;
-moz-box-shadow: 0 0 0 4rem transparent;
box-shadow: 0 0 0 4rem transparent;}
}
@-webkit-keyframes beacon1 {
0%{-webkit-box-shadow:0 0 0 0 rgba(233,30,28,.3);
-moz-box-shadow:0 0 0 0 rgba(233,30,28,.3);
box-shadow:0 0 0 0 rgba(233,30,28,.3);}
100%{-webkit-box-shadow:0 0 0 6rem transparent;
-moz-box-shadow:0 0 0 6rem transparent;
box-shadow:0 0 0 6rem transparent;}
}
@-webkit-keyframes beacon2 {
0%{-webkit-box-shadow:0 0 0 0 rgba(254,94,14,.1);
-moz-box-shadow:0 0 0 0 rgba(254,94,14,.1);
box-shadow:0 0 0 0 rgba(254,94,14,.1);}
100%{-webkit-box-shadow:0 0 0 8rem transparent;
-moz-box-shadow:0 0 0 8rem transparent;
box-shadow:0 0 0 8rem transparent;}
}

.sy_bj{width:100%; overflow:hidden; position:relative;}
.sy_bj .bs_mb{width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; background-color:rgba(255,255,255,.5);}
.sy_bj .h_x{width:100%; position:absolute; bottom:0; left:0; z-index:9999;}
.sy_bj .h_x img{width:100%; height:auto; display:block;}
.sy_bj video{width:100%; height:auto; display:block;}
.sy_bj .container{position:absolute; top:53%; left:50%; z-index:999; text-align:center; margin-top:-200px;
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);}
.sy_bj .row{margin:0;}
.sy_bj .lm_nr{width:40%; margin:0 5%;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_bj .lm_nr.op{opacity:0;}
.sy_bj .lm_nr h3{font-size:28px; font-weight:bold; color:#0b57a7; line-height:38px; margin-bottom:20px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_bj .lm_nr.on h3{color:#fff;}
.sy_bj .lm_nr p{font-size:16px; line-height:28px; color:#555;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_bj .lm_nr.on p{color:#fff;}
.sy_bj .lm_nr a{width:120px; height:40px; border-radius:5px;background-color:#0b57a7; color:#fff; line-height:40px; text-align:center; margin:20px auto 0; display:block;}
.sy_bj .lm_nr a:hover{background-color:#041e85;}
.sy_bj .zc_yq{width:55%; height:100%; background:url(../images/zc_bj.png) no-repeat center / 100% 100%; position:absolute; top:0; left:0; z-index:99; display:none;}
.sy_bj .yc_yq{width:55%; height:100%; background:url(../images/yc_bj.png) no-repeat center / 100% 100%; position:absolute; top:0; right:0; z-index:99; display:none;}
@media only screen and (max-width:640px){
.sy_bj{padding:80px 0; background:url(../images/bj_sp.jpg) no-repeat center / cover;}
.sy_bj video{display:none;}
.sy_bj .container{position:relative; top:auto; left:auto; margin-top:0;
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none);}
.sy_bj .lm_nr{width:46%; margin:0;}
.sy_bj .lm_nr h3{font-size:1.8rem; line-height:2.6rem; margin-bottom:1.5rem;}
.sy_bj .lm_nr p{font-size:1.2rem; line-height:2rem;}
.sy_bj .lm_nr a{width:11rem; height:4rem; line-height:4rem; margin:1.5rem auto 0;}
}

.sy_hb{width:100%; padding:100px 0 ; background-color:#f6f9fb; overflow:hidden;}
.sy_hb .hb_bt{margin-bottom:50px; text-align:center;}
.sy_hb .hb_bt h1{font-size:32px; font-weight:bold; color:#000; line-height:40px; margin-bottom:10px;}
.sy_hb .hb_bt h4{font-size:16px; line-height:26px; color:#777;}
.sy_hb .hb_lb ul{margin:0 -5px;border: 1px solid #f0f0f0;}
.sy_hb .hb_lb ul li{width:20%; padding:0 5px; border-right: 1px solid #f0f0f0;
border-top: 1px solid #f0f0f0; background:#fff}
.sy_hb .hb_lb ul li:nth-child(5n){width:20%;border-right: 0 solid #f0f0f0; }
.sy_hb .hb_lb img{width:80%; height:auto; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; margin:10px auto}
.sy_hb .hb_lb ul li:hover img{transform:scale(1.15);-webkit-transform:scale(1.15);-moz-transform:scale(1.15)}
@media only screen and (max-width:640px){
.sy_hb{padding:30px 0 30px;}
.sy_hb .hb_lb ul li{width:50%; padding:0 5px; border-right: 1px solid #f0f0f0;
border-top: 1px solid #f0f0f0; background:#fff}
.sy_hb .hb_lb ul li:nth-child(even) {width:50%;border-right: 0 solid #f0f0f0; }
.sy_hb .hb_lb ul li:nth-child(odd) {width:50%;border-right: 1px solid #f0f0f0;}

}


.sy_yq{width:100%; padding:100px 0 180px;  overflow:hidden;}
.yqlj{ text-align: justify;}
.yqlj a{ margin-right:15px;  line-height:40px;display: inline-block;}

@media only screen and (max-width:810px){
.sy_yq{padding:30px 0 120px;}
.yqlj a{ margin-right:10px;  line-height:30px; font-size:14px}

}


.ny_bt{text-align:center; margin-bottom:50px;}
.ny_bt h3{font-size: 0.48rem;
font-weight: bold;
text-align: center;
color: #00763c;}
.ny_bt em{width:45px; height:3px; background-color:#0b57a7; margin:20px auto 0; display:none;}
@media only screen and (max-width:640px){
.ny_bt{margin-bottom:20px;}
.ny_bt h3{font-size:20px;}
.ny_bt em{width:5rem; height:.4rem; margin:1.5rem auto 0;}
}

.ny_ban{width:100%; height:55vh; background-color:#000; background-position:top center; background-repeat:no-repeat; background-size:cover; position:relative; overflow:hidden; }
.ny_ban:after{width:100%; height:100%; background-color:rgba(0,0,0,.1); position:absolute; top:0; left:0; content:"";}
.ny_ban .container{position:absolute; top:50%; left:50%; z-index:99;
transform:translate(-50%,-50%); 
-webkit-transform:translate(-50%,-50%); 
-moz-transform:translate(-50%,-50%); 
-ms-transform:translate(-50%,-50%); 
-o-transform:translate(-50%,-50%); width:70%}
.ny_ban .w_z{position:relative; text-align:left; color:#fff; text-shadow:0 0 15px rgba(0,0,0,.1);}
.ny_ban .w_z h3{font-size:60px; font-weight:400; line-height:60px; margin-bottom:10px;font-style: italic; margin-bottom:30px; letter-spacing:2px}
.ny_ban .w_z h3 span{ font-weight:bold;font-style: italic;}
.ny_ban .w_z h4{font-size:60px; font-weight:bold; line-height:60px;font-style: italic; padding-left:120px; letter-spacing:2px}
.ny_ban .h_x{width:100%; position:absolute; bottom:0; left:0; z-index:9;}
.ny_ban .h_x img{width:100%; height:auto; display:block;}
@media only screen and (max-width:640px){
.ny_ban{height:30vh;}
.ny_ban .container{ width:80%}
.ny_ban .w_z h3{font-size:22px; font-weight:400; line-height:30px; font-style: italic; margin-bottom:10px; letter-spacing:2px}
.ny_ban .w_z h3 span{ font-weight:bold;font-style: italic;}
.ny_ban .w_z h4{font-size:22px; font-weight:bold; line-height:30px;font-style: italic; padding-left:20px; letter-spacing:2px}
}

.ny_lm{width:100%;  text-align:center; position:relative; z-index:99;}
.ny_lm .lm_nr {border-bottom:3px solid #d4dfe5; width:100%}
.ny_lm .lm_nr li{margin:0 32px; font-size:18px; display:inline-block; line-height:70px; position:relative; font-weight:bold;}
.ny_lm .lm_nr li:after{width:0; height:3px; background-color:#00763c; content:""; position:absolute; bottom:-3px; left:0;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;}
.ny_lm .lm_nr li:hover:after{width:100%;}
.ny_lm .lm_nr li.on:after{width:100%;}
.ny_lm .lm_nr li a{display:block;}
.ny_lm .lm_nr li:hover a{color:#00763c;}
.ny_lm .lm_nr li.on a{color:#00763c;}
@media only screen and (max-width:640px){
.ny_lm .lm_nr li{margin:0 1px; font-size:14px; display:inline-block; line-height:50px; position:relative; font-weight:bold;}
nav .nav-main .main-box .box-cont .cont-lang{ display:none;}
}

.gs_js{width:100%; padding:60px 0 150px; background:url(../images/gy_bj.jpg) no-repeat center bottom / auto 100%; overflow:hidden; position:relative;}
.gs_js .h_x{width:100%; position:absolute; bottom:0; left:0;}
.gs_js .h_x img{width:100%; height:auto; display:block;}
.gs_js .gs_wz{line-height:36px; color:#333; text-align:justify}
.gs_js .gs_wz h1{ color:#094aab; font-weight:bold; font-size:24px; margin-bottom:20px}
.gs_js .gs_sp{max-width:860px; margin:30px auto 0;}
.gs_js .gs_sp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:640px){
.gs_js{padding:60px 0 80px; margin-top:-1px; z-index:100;}
.gs_js .gs_wz{line-height:2.2rem;}
.gs_js .gs_sp{max-width:100%; width:100%; margin:2.5rem auto 0;}
}

.gs_jj{width:100%; padding:100px 0 180px; background-color:#f6f9fb; overflow:hidden;}
.gs_jj .row{margin:0;}
.gs_jj .jj_nr{width:31.5%; padding:40px 30px 30px; border-radius:5px; background-color:#fff; box-shadow:0 0 20px rgba(0,0,0,.05); line-height:24px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_jj .jj_nr:hover{transform:translateY(-20px);
-webkit-transform:translateY(-20px);
-moz-transform:translateY(-20px);
-ms-transform:translateY(-20px);
-o-transform:translateY(-20px);}
.gs_jj .jj_nr img{width:80px; height:auto; display:block; margin:0 auto;}
.gs_jj .jj_nr h3{font-size:20px; color:#333; font-weight:bold; line-height:30px; text-align:center; margin:20px 0 15px;}
@media only screen and (max-width:640px){
.gs_jj{padding:60px 0 120px;}
.gs_jj .jj_nr{width:100%; padding:2rem 2rem 2rem 10rem; line-height:2.2rem; margin-bottom:30px; position:relative;}
.gs_jj .jj_nr:hover{transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;}
.gs_jj .jj_nr img{width:6rem; margin:0; position:absolute; top:2rem; left:2rem;}
.gs_jj .jj_nr h3{font-size:1.6rem; line-height:2.4rem; text-align:left; margin:0 0 1.5rem;}
}

.gs_ln{width:100%; padding:80px 0 160px; background-color:#fff; overflow:hidden; position:relative;}
.gs_ln .row{margin:0;}
.gs_ln .ln_tp{width:48%;}
.gs_ln .ln_tp img{width:100%; height:auto; display:block;}
.gs_ln .ln_wz{width:48%;}
.gs_ln .ln_wz ul li{padding:30px 0; border-bottom:1px solid #eee; line-height:24px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.gs_ln .ln_wz span.l_m{width:140px; display:inline-block;}
.gs_ln .ln_wz span.l_m em{width:100%; border:1px solid #0b57a7; border-radius:23px; font-size:18px; font-weight:bold; line-height:38px; color:#0b57a7; text-align:center; display:block;}
.gs_ln .ln_wz span.n_r{width:calc(100% - 180px); display:inline-block; padding:8px 0;}
@media only screen and (max-width:640px){
.gs_ln{padding:60px 0 120px; margin-top:-1px; z-index:100;}
.gs_ln .ln_tp{width:100%; margin-bottom:1rem; border-radius:5px; overflow:hidden;}
.gs_ln .ln_wz{width:100%;}
.gs_ln .ln_wz ul li{padding:2rem 0; line-height:2.2rem;}
.gs_ln .ln_wz span.l_m{width:10rem;}
.gs_ln .ln_wz span.l_m em{border-radius:1.5rem; font-size:1.5rem; line-height:3rem;}
.gs_ln .ln_wz span.n_r{width:calc(100% - 11rem); padding:.4rem 0;}
}

.gs_gh{width:100%; padding:60px 0 180px; background-color:#fff; overflow:hidden; position:relative;}
.gs_gh .row{margin: 0 0;}
.gs_gh .gh_js{max-width:1000px; margin:0 auto; font-size:16px; line-height:28px; text-align:center; margin:0 auto;}
.gs_gh .gh_tp{width:47%; border-radius:5px; overflow:hidden; position:relative;}
.gs_gh .gh_tp:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.2);}
.gs_gh .gh_tp img{width:100%; height:auto; display:block;}
.gs_gh .gh_tp span{width:80%; position:absolute; top:50%; left:10%; margin-top:-23px; font-size:36px; font-weight:bold; text-align:center; line-height:46px; color:#fff; text-shadow:0 0 15px rgba(0,0,0,.3); z-index:99;}
.gs_gh .gh_wz{width:47%;}
.gs_gh .gh_wz h3{font-size:22px; color:#0b57a7; font-weight:bold; line-height:32px; margin-bottom:15px;}
.gs_gh .gh_wz p{ font-size:15px; line-height:30px}

@media only screen and (max-width:640px){
.gs_gh{padding:60px 0 130px; margin-top:-1px; z-index:100;}
.gs_gh .row{margin:3rem 0 0;}
.gs_gh .row:nth-child(even){flex-direction:column-reverse;}
.gs_gh .gh_js{max-width:100%; font-size:1.3rem; line-height:2.2rem;}
.gs_gh .gh_tp{width:100%; margin-bottom:2rem;}
.gs_gh .gh_tp span{margin-top:-1.8rem; font-size:2.2rem; line-height:3.6rem;}
.gs_gh .gh_wz{width:100%;}
.gs_gh .gh_wz h3{font-size:1.8rem; line-height:2.6rem; margin-bottom:.6rem;}
.gs_gh .gh_wz ul{padding-left:1rem;}
.gs_gh .gh_wz ul li{font-size:1.3rem; line-height:2.2rem; padding:.5rem 0;}
}

.gs_td{width:100%; padding:80px 0 160px; background-color:#fff; overflow:hidden; position:relative;}
.gs_td .td_zs{position:relative;}
.gs_td .swiper-td{padding-bottom:40px;}
.gs_td .swiper-slide{border-radius:5px; overflow:hidden; background-color:#f6f9fb; height:auto; position:relative;}
.gs_td .swiper-button-prev{width:44px; height:44px; border:1px solid #ddd; border-radius:50%; background:url(../images/z_j.png) no-repeat center / 26px 26px; left:-69px; margin-top:-32px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_td .swiper-button-prev:hover{border:1px solid #0b57a7; background:#0b57a7 url(../images/ban_l.png) no-repeat center / 26px 26px;}
.gs_td .swiper-button-next{width:44px; height:44px; border:1px solid #ddd; border-radius:50%; background:url(../images/y_j.png) no-repeat center / 26px 26px; right:-69px; margin-top:-32px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_td .swiper-button-next:hover{border:1px solid #0b57a7; background:#0b57a7 url(../images/ban_r.png) no-repeat center / 26px 26px;}
.gs_td .swiper-pagination{bottom:0;}
.gs_td .swiper-pagination-bullet{width:8px; height:8px; background-color:#000;}
.gs_td .swiper-pagination-bullet-active{background-color:#0b57a7;}
.gs_td .swiper-slide img{width:100%; height:auto; display:block;}
.gs_td .x_m{width:100%; padding:10px 20px; background-color:rgba(0,0,0,.2); position:absolute; bottom:0; left:0; font-size:18px; line-height:26px; color:#fff;
 display:flex; flex-wrap:wrap; justify-content:space-between;}
.gs_td .x_m span{font-size:14px;}
.gs_td .x_x{width:100%; padding-top:10px; margin-top:8px; border-top:1px solid rgba(255,255,255,.3); font-size:14px; line-height:22px; display:none;}
.gs_td .swiper-slide:hover .x_x{display:block;}
@media only screen and (max-width:640px){
.gs_td{padding:60px 0 130px; margin-top:-1px; z-index:100;}
.gs_td .swiper-td{padding-bottom:3rem;}
.gs_td .swiper-slide{width:70%;}
.gs_td .swiper-button-prev{display:none;}
.gs_td .swiper-button-next{display:none;}
.gs_td .swiper-pagination-bullet{width:12px; height:12px;}
.gs_td .x_m{padding:.8rem 1.2rem; font-size:1.6rem; line-height:2.6rem;}
.gs_td .x_m span{font-size:1.3rem;}
.gs_td .x_x{padding-top:.8rem; margin-top:.8rem; font-size:1.3rem; line-height:2.2rem;}
}

.gs_zr{width:100%; padding:80px 0 120px; background-color:#fff; overflow:hidden; position:relative;}
.gs_zr .h_x{width:100%; position:absolute; bottom:0; left:0;}
.gs_zr .h_x img{width:100%; height:auto; display:block;}
.gs_zr .gy_wz{font-size:22px; line-height:38px; font-weight:bold; color:#0b57a7; text-align:center; margin-bottom:35px;}
@media only screen and (max-width:640px){
.gs_zr{padding:60px 0 100px; margin-top:-1px; z-index:100;}
.gs_zr .gy_wz{font-size:1.8rem; line-height:3rem; margin-bottom:2rem;}
}

.zr_hd{width:100%; padding:80px 0 160px; background-color:#f6f9fb; overflow:hidden;}
.zr_hd .zr_zs{position:relative;}
.zr_hd .swiper-zr{padding-bottom:40px;}
.zr_hd .swiper-slide{border-radius:5px; overflow:hidden; background-color:#f6f9fb; height:auto; position:relative;}
.zr_hd .swiper-button-prev{width:44px; height:44px; border:1px solid #ddd; border-radius:50%; background:url(../images/z_j.png) no-repeat center / 26px 26px; left:-69px; margin-top:-32px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.zr_hd .swiper-button-prev:hover{border:1px solid #0b57a7; background:#0b57a7 url(../images/ban_l.png) no-repeat center / 26px 26px;}
.zr_hd .swiper-button-next{width:44px; height:44px; border:1px solid #ddd; border-radius:50%; background:url(../images/y_j.png) no-repeat center / 26px 26px; right:-69px; margin-top:-32px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.zr_hd .swiper-button-next:hover{border:1px solid #0b57a7; background:#0b57a7 url(../images/ban_r.png) no-repeat center / 26px 26px;}
.zr_hd .swiper-pagination{bottom:0;}
.zr_hd .swiper-pagination-bullet{width:8px; height:8px; background-color:#000;}
.zr_hd .swiper-pagination-bullet-active{background-color:#0b57a7;}
.zr_hd .swiper-slide img{width:100%; height:auto; display:block;}
.zr_hd .w_z{width:100%; padding:10px 20px; background-color:rgba(0,0,0,.6); position:absolute; bottom:0; left:0; font-size:16px; text-align:center; line-height:26px; color:#fff;}
@media only screen and (max-width:640px){
.zr_hd{padding:60px 0 120px;}
.zr_hd .swiper-zr{padding-bottom:3rem;}
.zr_hd .swiper-slide{width:70%;}
.zr_hd .swiper-button-prev{display:none;}
.zr_hd .swiper-button-next{display:none;}
.zr_hd .swiper-pagination-bullet{width:12px; height:12px;}
.zr_hd .w_z{padding:.8rem 1.2rem; font-size:1.4rem; line-height:2.4rem;}
}

.cy_js{width:100%; padding:120px 0; background:url(../images/bj_bj.jpg) no-repeat center top / cover; overflow:hidden; position:relative;}
.cy_js .container{max-width:1100px;}
.cy_js .row{margin:0;}
.cy_js .js_nr{width:48%; padding:50px; background-color:rgba(255,255,255,.8);}
.cy_js .js_nr h3{font-size:22px; font-weight:bold; color:#0b57a7; margin-bottom:20px;}
.cy_js .js_nr .j_s{line-height:26px;}
.cy_js .h_x{width:100%; position:absolute; bottom:0; left:0; z-index:9;}
.cy_js .h_x img{width:100%; height:auto; display:block;}
@media only screen and (max-width:640px){
.cy_js{padding:60px 0;}
.cy_js .container{max-width:100%;}
.cy_js .js_nr{width:49%; padding:2rem;}
.cy_js .js_nr h3{font-size:1.8rem; margin-bottom:1rem;}
.cy_js .js_nr .j_s{line-height:2.2rem;}
}

.cy_ts{width:100%; padding:120px 0 200px; background:#f6f9fb url(../images/bz_bj.jpg) no-repeat bottom center / cover; overflow:hidden; position:relative;}
.cy_ts .row{margin:0; position:relative;}
.cy_ts .row:after{width:100%; height:1px; background-color:#ddd; position:absolute; top:77px; left:0; content:"";}
.cy_ts .ts_nr{width:19%; text-align:center; position:relative; z-index:9;}
.cy_ts .ts_nr strong{width:60px; height:60px; border-radius:50%; margin:0 auto; display:inline-block; font-size:22px; color:#fff; line-height:60px;}
.cy_ts .ts_nr em{width:15px; height:15px; border-radius:50%; background-color:#ddd; display:block; margin:10px auto;}
.cy_ts .ts_nr h3{font-size:20px; color:#000; font-weight:bold;}
.cy_ts .ts_nr .w_z{width:100%; padding:30px 20px 20px; background-color:rgba(255,255,255,.95);}
.cy_ts .ts_nr .j_s{margin-top:10px; line-height:26px; color:#777; min-height:52px;}
@media only screen and (max-width:640px){
.cy_ts{padding:60px 0 130px;}
.cy_ts .row{margin:0; position:relative;}
.cy_ts .row:after{display:none;}
.cy_ts .ts_nr{width:49%; text-align:center; position:relative; z-index:9; margin-bottom:20px;}
.cy_ts .ts_nr:last-child{width:100%;}
.cy_ts .ts_nr strong{width:4rem; height:4rem; font-size:2rem; line-height:4rem;}
.cy_ts .ts_nr em{display:none;}
.cy_ts .ts_nr h3{font-size:1.6rem;}
.cy_ts .ts_nr .w_z{width:100%; padding:3rem 1rem 1.5rem; margin-top:-1.5rem;}
.cy_ts .ts_nr .j_s{margin-top:.5rem; font-size:1.1rem; line-height:1.6rem; min-height:3.2rem;}
}

.cy_ys{width:100%; padding:80px 0 180px;overflow:hidden; position:relative;}
.cy_ys .ys_bt{font-size:26px; text-align:center; color:#fff; font-weight:bold; text-shadow:0 0 20px rgba(0,0,0,.5); margin-bottom:50px;}
.cy_ys .h_x{width:100%; position:absolute; top:0; left:0; z-index:9;}
.cy_ys .h_x img{width:100%; height:auto; display:block;}
.cy_ys .row{margin:0;}
.cy_ys .ys_nr{width:31%; padding:50px; background-color:#f6f9fb; color:#555;}
.cy_ys .ys_nr .t_b{width:60px; margin:0 auto 15px;}
.cy_ys .ys_nr .t_b img{width:100%; height:auto; display:block;}
.cy_ys .ys_nr h3{font-size:22px; font-weight:bold; text-align:center; margin-bottom:10px;}
.cy_ys .ys_nr .w_z{line-height:28px; font-size:15px}
.cy_ys .ys_mb{margin-top:35px;}
.cy_ys .ys_mb ul li{font-size:20px; line-height:28px; font-weight:bold; color:#fff; text-shadow:0 0 15px rgba(0,0,0,.5); margin:0 25px;}
@media only screen and (max-width:640px){
.cy_ys{padding:100px 0 60px; background:url(../images/ys_bj.jpg) no-repeat center / cover;}
.cy_ys .ys_bt{font-size:1.8rem; margin-bottom:3rem;}
.cy_ys .ys_nr{width:100%; padding:2rem; margin-bottom:30px;}
.cy_ys .ys_nr h3{font-size:1.6rem; margin-bottom:1rem;}
.cy_ys .ys_nr .w_z{line-height:2.4rem;}
.cy_ys .ys_mb{margin-top:2rem;}
.cy_ys .ys_mb ul li{font-size:1.6rem; line-height:2.6rem; margin:0 1rem;}
}

.cy_al{width:100%; padding:80px 0 160px; overflow:hidden;}
.cy_al .al_zs{position:relative;}
.cy_al .swiper-al{padding-bottom:40px;}
.cy_al .swiper-slide{border-radius:5px; overflow:hidden; background-color:#f6f9fb; height:auto; position:relative;}
.cy_al .swiper-button-prev{width:44px; height:44px; border:1px solid #ddd; border-radius:50%; background:url(../images/z_j.png) no-repeat center / 26px 26px; left:-69px; margin-top:-32px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.cy_al .swiper-button-prev:hover{border:1px solid #0b57a7; background:#0b57a7 url(../images/ban_l.png) no-repeat center / 26px 26px;}
.cy_al .swiper-button-next{width:44px; height:44px; border:1px solid #ddd; border-radius:50%; background:url(../images/y_j.png) no-repeat center / 26px 26px; right:-69px; margin-top:-32px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.cy_al .swiper-button-next:hover{border:1px solid #0b57a7; background:#0b57a7 url(../images/ban_r.png) no-repeat center / 26px 26px;}
.cy_al .swiper-pagination{bottom:0;}
.cy_al .swiper-pagination-bullet{width:8px; height:8px; background-color:#000;}
.cy_al .swiper-pagination-bullet-active{background-color:#0b57a7;}
.cy_al .gy_nr{background-color:#f6f9fb; display:flex; flex-wrap:wrap; justify-content:space-between;}
.cy_al .gy_tp{width:50%; position:relative;}
.cy_al .gy_tp img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;}
.cy_al .gy_tp .b_t{width:100%; padding:15px; background-color:rgba(0,0,0,.5); position:absolute; bottom:0; left:0; font-size:18px; font-weight:bold; text-align:center; color:#fff; line-height:30px;}
.cy_al .gy_wz{width:50%; padding:30px; line-height:24px; color:#777;}
.cy_al .gy_wz ul li{position:relative; border-bottom:1px solid #eee; padding:15px 0 15px 130px;}
.cy_al .gy_wz ul li:last-child{border-bottom:0;}
.cy_al .gy_wz span{width:110px; position:absolute; top:15px; left:0; text-align:right; color:#333;}
@media only screen and (max-width:640px){
.cy_al{padding:60px 0 120px;}
.cy_al .swiper-al{padding-bottom:3rem;}
.cy_al .swiper-button-prev{display:none;}
.cy_al .swiper-button-next{display:none;}
.cy_al .swiper-pagination-bullet{width:12px; height:12px;}
.cy_al .gy_tp{width:100%;}
.cy_al .gy_tp .b_t{padding:1rem; font-size:1.8rem; line-height:2.6rem;}
.cy_al .gy_wz{width:100%; padding:2rem; line-height:2.4rem;}
.cy_al .gy_wz ul li{padding:1rem 0 1rem 9rem;}
.cy_al .gy_wz span{width:8rem; top:1rem;}
}

.cy_hd{width:100%; padding:80px 0 140px; background-color:#f6f9fb; overflow:hidden;}
.cy_hd .swiper-hd{padding-bottom:40px;}
.cy_hd .swiper-pagination{bottom:0; display:block;}
.cy_hd .swiper-pagination-bullet{width:8px; height:8px; background-color:#000;}
.cy_hd .swiper-pagination-bullet-active{background-color:#0b57a7;}
.cy_hd img{width:100%; height:auto; display:block;}
@media only screen and (max-width:640px){
.cy_hd{padding:60px 0 120px;}
.cy_hd .swiper-hd{padding-bottom:3rem;}
.cy_hd .swiper-pagination-bullet{width:12px; height:12px;}
}

.cy_st{width:100%; padding:45px 0 170px; background-color:#fff; position:relative; overflow:hidden;}
.cy_st .st_wz{line-height:26px;}
.cy_st .st_wz img{max-width:100%; height:auto; display:block;}
.cy_st .st_wz strong{font-size:17px; font-weight:bold; color:#333; line-height:30px;}
.cy_st .st_sj{ padding:35px 0 0 36px; position:relative;}
.cy_st .st_sj:after{width:1px; height:100%; background-color:#ddd; position:absolute; top:0; left:8px; content:""; z-index:-1;}
.cy_st .st_sj ul li{margin-bottom:35px; position:relative;}
.cy_st .st_sj strong{width:120px; border:1px solid #0b57a7; border-radius:5px; font-size:17px; font-weight:bold; line-height:36px; text-align:center; color:#0b57a7; display:block; position:relative; margin-bottom:10px;}
.cy_st .st_sj strong:before{width:0; height:0; border-top:6px solid transparent; border-bottom:6px solid transparent; border-right:6px solid #0b57a7; content:""; position:absolute; top:12px; left:-6px;}
.cy_st .st_sj strong:after{width:0; height:0; border-top:6px solid transparent; border-bottom:6px solid transparent; border-right:6px solid #fff; content:""; position:absolute; top:12px; left:-5px;}
.cy_st .st_sj .w_z{line-height:28px;}
.cy_st .st_sj .g_q{width:16px; height:16px; border:4px solid #0b57a7; background-color:#fff; border-radius:50%; position:absolute; top:11px; left:-36px; cursor:pointer;}
.cy_st .st_sj .g_q:before{width:16px; height:16px; border-radius:50%; background-color:#5281c7; position:absolute; top:50%; left:50%; margin:-8px 0 0 -8px; content:""; z-index:-1;
animation:da 1.5s infinite;
-webkit-animation:da 1.5s infinite;
-moz-animation:da 1.5s infinite;
-ms-animation:da 1.5s infinite;
-o-animation:da 1.5s infinite;}
@media only screen and (max-width:640px){
.cy_st{padding:60px 0 100px; margin-top:-1px; z-index:100;}
.cy_st .st_wz{line-height:2.4rem;}
.cy_st .st_wz strong{font-size:1.5rem; line-height:2.4rem;}
.cy_st .st_sj{margin:2.5rem 0; padding:2rem 0 0 3rem;}
.cy_st .st_sj:after{left:1.3rem;}
.cy_st .st_sj ul li{margin-bottom:2.5rem;}
.cy_st .st_sj strong{width:10rem; font-size:1.5rem; line-height:3rem; margin-bottom:1rem;}
.cy_st .st_sj .w_z{line-height:2.4rem;}
}

@keyframes da{
0%{transform:scale(1); opacity:1;}
100%{transform:scale(2); opacity:0;}
}

@-webkit-keyframes da{
0%{-webkit-transform:scale(1); opacity:1;}
100%{-webkit-transform:scale(2); opacity:0;}
}

@-moz-keyframes da{
0%{-moz-transform:scale(1); opacity:1;}
100%{-moz-transform:scale(2); opacity:0;}
}

@-ms-keyframes da{
0%{-ms-transform:scale(1); opacity:1;}
100%{-ms-transform:scale(2); opacity:0;}
}

@-o-keyframes da{
0%{-o-transform:scale(1); opacity:1;}
100%{-o-transform:scale(2); opacity:0;}
}

.cy_st .row{margin:0; background-color:#f6f9fb;}
.cy_st .gy_wz{width:50%; padding:50px;}
.cy_st .gy_wz h3{font-size:20px; font-weight:bold; line-height:30px; color:#0b57a7; margin-bottom:35px;}
.cy_st .gy_wz .w_z{font-size:16px; line-height:30px;}
.cy_st .gy_tp{width:50%;}
.cy_st .h_x{width:100%; position:absolute; bottom:0; left:0;}
.cy_st .h_x img{width:100%; height:auto; display:block;}
@media only screen and (max-width:640px){
.cy_st .gy_wz{width:100%; padding:2rem;}
.cy_st .gy_wz h3{font-size:1.8rem; line-height:2.8rem; margin-bottom:1.5rem;}
.cy_st .gy_wz .w_z{font-size:1.3rem; line-height:2.4rem;}
.cy_st .gy_tp{width:100%;}
}

.cy_jt{width:100%; padding:80px 0 0; background-color:#fff; overflow:hidden; position:relative;}
.cy_jt .row{margin:0; background-color:#f6f9fb;}
.cy_jt .gy_wz{width:50%; padding:50px;}
.cy_jt .gy_wz h3{font-size:20px; font-weight:bold; line-height:30px; color:#0b57a7; margin-bottom:35px;}
.cy_jt .gy_wz .w_z{line-height:32px;}
.cy_jt .gy_tp{width:50%;}
.cy_jt .jt_ys ul{background-color:#fff;}
.cy_jt .jt_ys ul li{width:24%; padding:35px 20px; background-color:#f6f9fb; line-height:26px;}
.cy_jt .jt_ys h3{font-size:18px; font-weight:bold; line-height:28px; color:#0b57a7; margin-bottom:15px;}
.cy_jt .h_x{width:100%; position:absolute; bottom:0; left:0; z-index:9;}
.cy_jt .h_x img{width:100%; height:auto; display:block;}
@media only screen and (max-width:640px){
.cy_jt{padding:30px 0 40px; margin-top:0px; z-index:100;}
.cy_jt .gy_wz{width:100%; padding:15px; text-align:left}
.cy_jt .gy_wz h3{font-size:18px; line-height:26px; text-align:left; margin-bottom:10px;}
.cy_jt .gy_wz .w_z{line-height:24px; font-size:14px;}
.cy_jt .gy_tp{width:100%;}
.cy_jt .jt_ys ul li{width:100%; padding:2rem 1rem; line-height:2.2rem; margin-bottom:30px;}
.cy_jt .jt_ys h3{font-size:1.6rem; line-height:2.6rem; margin-bottom:1rem;}
}

.cy_jj{width:100%; padding:80px 0 ;   overflow:hidden;}
.cy_jj .jj_wz{font-size:15px; line-height:26px; margin-bottom:35px;}
.cy_jj .jj_wz img{width:100%; height:auto; display:block;}
.cy_jj .jj_ys .row{margin:0;}
.cy_jj .jj_ys ul li{width:32%; padding:40px; background-color:#f8fafb; color:#555; margin-bottom:30px}
.cy_jj .jj_ys h3{font-size:22px; font-weight:bold; line-height:28px; margin-bottom:10px; color:#094aab; text-align: center;}
.cy_jj .jj_ys p{line-height:32px; font-size:15px}
@media only screen and (max-width:640px){
.cy_jj{padding:30px 0 10px;}
.cy_jj .jj_wz{font-size:1.3rem; line-height:2.4rem; margin-bottom:2.5rem;}
.cy_jj .jj_ys ul li{width:100%; padding:15px; margin-bottom:20px;}
.cy_jj .jj_ys h3{font-size:18px; line-height:26px; margin-bottom:10px;}
.cy_jj .jj_ys p{line-height:24px; font-size:14px;}
}

.cy_cx{width:100%; padding:80px 0 ;   overflow:hidden;background-color:#f8fafb}
.tupu{ width:100%; text-align:center; padding-top:30px}
.tupu1{ width:100%; text-align:center; padding-top:80px}
@media only screen and (max-width:1270px){
.tupu img{ width:100%;  }
.tupu1 img{ width:100%; }
}
@media only screen and (max-width:992px){
.cy_cx{width:100%; padding:30px 0 ;   overflow:hidden;background-color:#f8fafb}
}

.cy_ty{width:100%; padding:80px 0 80px;   overflow:hidden;background-color:#fff}

.cy_gy{width:100%; padding:60px 0 150px; overflow:hidden; position:relative;}
.cy_gy .row{margin:0;}
.cy_gy .row .gy_wz{width:48%;}
.cy_gy .row .gy_wz ul li{margin-top:15px; padding-left:15px; line-height:24px; position:relative;}
.cy_gy .row .gy_wz ul li:after{width:6px; height:6px; border-radius:50%; background-color:#aaa; position:absolute; top:9px; left:0; content:"";}
.cy_gy .row .gy_wz h3{font-size:22px; font-weight:bold; color:#0b57a7; line-height:32px; margin-bottom:20px}
.cy_gy .row .gy_wz p{ font-size:16px; line-height:30px}
.cy_gy .row .gy_tp{width:48%;}
.cy_gy .h_x{width:100%; position:absolute; top:0; left:0; z-index:9;}
.cy_gy .h_x img{width:100%; height:auto; display:block;}
.cy_gy .h_x1{width:100%; position:absolute; bottom:0; left:0; z-index:9;}
.cy_gy .h_x1 img{width:100%; height:auto; display:block;}
@media only screen and (max-width:640px){
.cy_ty{width:100%; padding:30px 0 30px;   overflow:hidden;background-color:#fff}
.cy_gy{padding:30px 0 ;}
.cy_gy .ny_bt{margin-bottom:1rem;}
.cy_gy .row .gy_wz{width:100%; margin-top:2rem;}
.cy_gy .row .gy_wz ul li{margin-top:1rem; padding-left:1rem; line-height:2.4rem;}
.cy_gy .row .gy_wz ul li:after{width:.4rem; height:.4rem; top:1rem;}
.cy_gy .row .gy_wz h3{font-size:1.8rem; line-height:2.8rem;}
.cy_gy .row .gy_tp{width:100%; margin-top:2rem;}
}

.cy_lc{width:100%; padding:80px 0; background-color:#f6f9fb; overflow:hidden;}
.cy_lc.lc_zh{padding:80px 0 160px;}
.cy_lc .lc_wz{font-size:15px; line-height:26px; margin-top:35px;}
.cy_lc .lc_wz strong{font-size:20px; line-height:30px; color:#0b57a7; text-align:center; display:block;}
.cy_lc .row{margin:35px 0 0; background-color:#fff;}
.cy_lc .row .gy_wz{width:50%; padding:50px;}
.cy_lc .row .gy_wz ul li{margin-top:15px; padding-left:15px; line-height:24px; position:relative;}
.cy_lc .row .gy_wz ul li:after{width:6px; height:6px; border-radius:50%; background-color:#aaa; position:absolute; top:9px; left:0; content:"";}
.cy_lc .row .gy_wz h3{font-size:22px; font-weight:bold; color:#0b57a7; line-height:32px;}
.cy_lc .row .gy_tp{width:50%;}
@media only screen and (max-width:640px){
.cy_lc{padding:50px 0;}
.cy_lc.lc_zh{padding:60px 0 120px;}
.cy_lc .lc_wz{font-size:1.3rem; line-height:2.4rem; margin-top:2.5rem;}
.cy_lc .lc_wz strong{font-size:1.6rem; line-height:2.6rem;}
.cy_lc .row{margin:2.5rem 0 0;}
.cy_lc .row .gy_wz{width:100%; padding:2rem;}
.cy_lc .row .gy_wz ul li{margin-top:1rem; padding-left:1rem; line-height:2.4rem;}
.cy_lc .row .gy_wz ul li:after{width:.4rem; height:.4rem; top:1rem;}
.cy_lc .row .gy_wz h3{font-size:1.8rem; line-height:2.8rem;}
.cy_lc .row .gy_tp{width:100%;}
}

.cy_sc{width:100%; padding:80px 0; overflow:hidden;}
.cy_sc.sc_zh{padding:80px 0 160px;}
.cy_sc .sc_zs{position:relative;}
.cy_sc .swiper-xt{padding-bottom:40px;}
.cy_sc .swiper-slide img{width:100%; height:auto; display:block;}
.cy_sc .swiper-button-prev{width:44px; height:44px; border:1px solid #ddd; border-radius:50%; background:url(../images/z_j.png) no-repeat center / 26px 26px; left:-69px; margin-top:-32px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.cy_sc .swiper-button-prev:hover{border:1px solid #0b57a7; background:#0b57a7 url(../images/ban_l.png) no-repeat center / 26px 26px;}
.cy_sc .swiper-button-next{width:44px; height:44px; border:1px solid #ddd; border-radius:50%; background:url(../images/y_j.png) no-repeat center / 26px 26px; right:-69px; margin-top:-32px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.cy_sc .swiper-button-next:hover{border:1px solid #0b57a7; background:#0b57a7 url(../images/ban_r.png) no-repeat center / 26px 26px;}
.cy_sc .swiper-pagination{bottom:0;}
.cy_sc .swiper-pagination-bullet{width:8px; height:8px; background-color:#000;}
.cy_sc .swiper-pagination-bullet-active{background-color:#0b57a7;}
@media only screen and (max-width:640px){
.cy_sc{padding:60px 0;}
.cy_sc.sc_zh{padding:60px 0 120px;}
.cy_sc .swiper-xt{padding-bottom:3rem;}
.cy_sc .swiper-button-prev{display:none;}
.cy_sc .swiper-button-next{display:none;}
.cy_sc .swiper-pagination-bullet{width:12px; height:12px;}
}

.cy_xt{width:100%; padding:80px 0; background-color:#f6f9fb; overflow:hidden;}
.cy_xt .row{margin:0;}
.cy_xt .row.bs_bj{background-color:#fff;}
.cy_xt .gy_wz{width:48%;}
.cy_xt .row.bs_bj .gy_wz{width:50%; padding:50px;}
.cy_xt .gy_wz h3{font-size:20px; font-weight:bold; color:#0b57a7; line-height:30px; margin-bottom:20px;}
.cy_xt .gy_wz .w_z{font-size:15px; line-height:28px;}
.cy_xt .gy_wz ul li{margin:10px 0; line-height:26px;}
.cy_xt .gy_tp{width:48%;}
.cy_xt .row.bs_bj .gy_tp{width:50%;}
@media only screen and (max-width:640px){
.cy_xt{padding:60px 0;}
.cy_xt .gy_wz{width:100%;}
.cy_xt .row.bs_bj .gy_wz{width:100%; padding:2rem;}
.cy_xt .gy_wz h3{font-size:1.8rem; line-height:2.6rem; margin-bottom:1rem;}
.cy_xt .gy_wz .w_z{font-size:1.3rem; line-height:2.4rem;}
.cy_xt .gy_wz ul li{margin:.8rem 0; line-height:2.4rem;}
.cy_xt .gy_tp{width:100%; margin-top:1.5rem;}
.cy_xt .row.bs_bj .gy_tp{width:100%; margin:0;}
}

.cy_tj{width:100%; padding:80px 0 180px; overflow:hidden;}
.cy_tj .row{margin:0; display:inline-block}
.cy_tj .gy_nr{width:23.5%; background-color:#f6f9fb; margin-bottom:30px; float:left; margin-right:2%}
.cy_tj .gy_nr:nth-child(4n){margin-right:0; }
.cy_tj .gy_wz{padding:20px;}
.cy_tj .gy_wz h3{font-size:18px; color:#000; font-weight:bold; line-height:28px;  text-align:center}
.cy_tj .gy_wz .w_z{line-height:24px; color:#777;}
@media only screen and (max-width:640px){
.cy_tj{padding:60px 0 30px;}
.cy_tj .gy_nr{width:100%; margin-bottom:30px;}
.cy_tj .gy_wz{padding:2rem;}
.cy_tj .gy_wz h3{font-size:1.6rem; line-height:2.6rem; margin-bottom:.8rem;}
.cy_tj .gy_wz .w_z{line-height:2.4rem;}
}

.cy_qy{width:100%; padding:80px 0; background-color:#fff; overflow:hidden; position:relative;}
.cy_qy .qy_wz{padding:35px; background-color:#f6f9fb; font-size:15px; line-height:28px; margin-bottom:35px;}
.cy_qy .qy_js ul{margin:0;}
.cy_qy .qy_js ul li{width:30%; position:relative; margin-top:60px;}
.cy_qy .qy_js ul li:nth-child(2n){width:4%; display:flex; align-items:center; justify-content:center;}
.cy_qy .qy_js ul li:nth-child(2n) img{max-width:100%; height:auto; display:block;}
.cy_qy .qy_js ul li:last-child{display:flex; align-items:center; justify-content:center;}
.cy_qy .qy_js .b_t{width:100%; height:46px; border-radius:5px; font-size:18px; font-weight:bold; color:#fff; line-height:46px; text-align:center; position:absolute; top:-60px; left:0;}
.cy_qy .qy_js .n_r{display:flex; padding:30px 10px;}
.cy_qy .qy_js .f_l{width:23%;}
.cy_qy .qy_js ul li:nth-child(3) .f_l{width:31%;}
.cy_qy .qy_js .t_b{width:60px; margin:0 auto 8px;}
.cy_qy .qy_js .t_b img{width:100%; height:auto; display:block;}
.cy_qy .qy_js .w_z{text-align:center; color:#009a44;}
.cy_qy .qy_js ul li:first-child .w_z{color:#fff;}
.cy_qy .qy_js ul li:last-child .w_z{font-size:18px; color:#9cc813; text-align:center; line-height:28px;}
@media only screen and (max-width:640px){
.cy_qy{padding:60px 0; margin-top:-1px; z-index:100;}
.cy_qy .qy_wz{padding:2rem; font-size:1.3rem; line-height:2.4rem; margin-bottom:2.5rem;}
.cy_qy .qy_js ul li{margin-top:4rem;}
.cy_qy .qy_js ul li:nth-child(2n){width:5%;}
.cy_qy .qy_js .b_t{height:3rem; font-size:1.4rem; line-height:3rem; top:-4rem;}
.cy_qy .qy_js .n_r{flex-wrap:wrap; padding:2rem .8rem;}
.cy_qy .qy_js .f_l{width:48%; margin-bottom:.5rem;}
.cy_qy .qy_js ul li:nth-child(3) .f_l{width:48%;}
.cy_qy .qy_js .t_b{width:50px;}
.cy_qy .qy_js .w_z{font-size:1rem;}
.cy_qy .qy_js ul li:last-child .w_z{font-size:1.4rem; line-height:2.4rem;}
}

.cy_zl{width:100%; padding:180px 0 150px; background:url(../images/zl_bj.jpg) no-repeat center / cover fixed; overflow:hidden; position:relative;}
.cy_zl .zl_bt{font-size:26px; text-align:center; color:#fff; font-weight:bold; text-shadow:0 0 20px rgba(0,0,0,.5); margin-bottom:50px;}
.cy_zl .h_x{width:100%; position:absolute; top:0; left:0; z-index:9;}
.cy_zl .h_x img{width:100%; height:auto; display:block;}
.cy_zl .row{margin:0;}
.cy_zl .zl_nr{width:23%; padding:40px 30px; background-color:rgba(0,0,0,.4); color:#fff;}
.cy_zl .zl_nr h3{font-size:22px; font-weight:bold; text-align:center; margin-bottom:10px;}
.cy_zl .zl_nr .w_z{line-height:26px;}
.cy_zl .zl_wz{margin-bottom:35px; font-size:16px; text-align:center; color:#fff;}
@media only screen and (max-width:640px){
.cy_zl{padding:100px 0 30px; background:url(../images/zl_bj.jpg) no-repeat center / cover;}
.cy_zl .zl_bt{font-size:1.8rem; margin-bottom:3rem;}
.cy_zl .zl_nr{width:100%; padding:2rem; margin-bottom:30px;}
.cy_zl .zl_nr h3{font-size:1.8rem; margin-bottom:1rem;}
.cy_zl .zl_nr .w_z{line-height:2.4rem;}
.cy_zl .zl_wz{margin-bottom:2rem; font-size:1.3rem;}
}

.cy_yq{width:100%; padding:80px 0; background-color:#fff; position:relative; overflow:hidden;}
.cy_yq .yq_wz{line-height:26px;}
@media only screen and (max-width:640px){
.cy_yq{padding:60px 0; margin-top:-1px; z-index:100;}
.cy_yq .yq_wz{line-height:2.4rem;}
}

.rc_ln{width:100%; padding:80px 0; background-color:#fff; overflow:hidden; position:relative;}
.rc_ln .rc_wz{line-height:26px; text-align:center;}
@media only screen and (max-width:640px){
.rc_ln{padding:10px 0 30px; margin-top:0px; z-index:100;}
.rc_ln .rc_wz{line-height:26px; font-size:14px;}
}

.rc_dw{width:100%; padding:80px 0 80px; background-color:#f6f9fb; overflow:hidden; position:relative;}
.rc_dw .h_x{width:100%; position:absolute; top:0; left:0; z-index:9;}
.rc_dw .h_x img{width:100%; height:auto; display:block;}
.rc_dw .row{margin:0;}
.rc_dw .rc_nr{width:31%; background-color:#fff; color:#777;}
.rc_dw .rc_nr .t_p img{width:100%; height:auto; display:block;}
.rc_dw .rc_nr .w_z{line-height:26px; padding:30px; }
.rc_dw .rc_nr .w_z h3{font-size:22px; font-weight:bold; color:#0b57a7; text-align:center; margin-bottom:10px;}
.rc_dw .rc_nr .w_z p{font-size:15px;}

@media only screen and (max-width:640px){
.rc_dw{padding:30px 0 10px;}
.rc_dw .row{margin:0;}
.rc_dw .rc_nr{width:100%; margin-bottom:20px;}
.rc_dw .rc_nr .w_z{line-height:26px; padding:15px;}
.rc_dw .rc_nr .w_z h3{font-size:16px; margin-bottom:10px;}
}

.rc_gn{width:100%; padding:80px 0 220px; overflow:hidden; position:relative;}
.rc_gn .about-plate21 {
  width: 100%;
  height: auto;
   background:#f8fafb
}
.rc_gn .about-plate21 .plate2-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.rc_gn .about-plate21 .plate2-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #094aab;
}

.rc_gn .about-plate21 .plate2-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.rc_gn .about-plate21 .plate2-main .main-cont .cont-item {
  width: calc(100% / 3);
  height: auto;
  padding: 0.6rem 0.7rem 0.3rem;
  border-right:#094aab 1px dashed
}
.rc_gn .about-plate21 .plate2-main .main-cont .cont-item .item-icon {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.rc_gn .about-plate21 .plate2-main .main-cont .cont-item .item-icon img {
  width: 100%;
}
.rc_gn .about-plate21 .plate2-main .main-cont .cont-item .item-title {
  margin: 0.3rem 0 0.1rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  text-align: center;
  color: #051323;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.rc_gn .about-plate21 .plate2-main .main-cont .cont-item .item-text {
  font-size: 16px;
  line-height: 0.3rem;
  text-align: center;
  color: #666;
}
.rc_gn .about-plate21 .plate2-main .main-cont .cont-item:hover .item-icon {
  height: 0;
  opacity: 0;
}
.rc_gn .about-plate21 .plate2-main .main-cont .cont-item:hover .item-title {
  color: #0b57a7;
}
@media only screen and (max-width:1440px){
.rc_gn{padding:80px 0 180px;}
.rc_gn .about-plate21 .plate2-main .main-cont .cont-item .item-text {
  font-size: 15px;
  line-height: 0.33rem;
  text-align: center;
  color: #666;
}
}
@media only screen and (max-width:640px){
.rc_gn{padding:30px 0 100px;}
.rc_gn .about-plate21 .plate2-main {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.rc_gn .about-plate21 .plate2-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #094aab;
}
.rc_gn .about-plate21 .plate2-main .main-cont {
  display: block  ;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.rc_gn .about-plate21 .plate2-main .main-cont .cont-item {
  width:100% ;
  height: auto;
  padding: 0.6rem 0.3rem 0.6rem;
  border-right:#094aab 0 dashed; border-bottom:#094aab 1px dashed
}
.rc_gn .about-plate21 .plate2-main .main-cont .cont-item .item-icon {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.rc_gn .about-plate21 .plate2-main .main-cont .cont-item .item-text {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #666;
}
}

.hyyy{ height:auto; overflow:hidden; padding:80px 0 150px}
.hyyy ul{ position:relative; margin:0 -20px; overflow:hidden}
.hyyy ul li{ width:33.33%; padding:0 20px; box-sizing:border-box; margin-bottom:40px; float:left; }
.hyyy ul li .yypic{ display:block; width:100%; padding-bottom:70%; position:relative; overflow:hidden;background:#0b57a7}
.hyyy ul li .yypic:after{ content:""; position:absolute; width:calc(100% - 20px); height:calc(100% - 20px); box-sizing:border-box; border:#fff 1px solid; opacity:0; top:10px; left:10px; }
.hyyy ul li:hover .yypic:after{ opacity:1}
.hyyy ul li .yypic img{ position:absolute; width:100%; height:100%;object-fit: cover; transition:all 0.6s;}
.hyyy ul li:hover .yypic img{ transform:scale(1.1,1.1); transition:all 0.6s}
.hyyy ul li .yypic p{ display:block; position:absolute; z-index:1; width:100%; bottom:0; text-align:center; background-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.8)); font-size:16px; color:#fff; padding:15px; box-sizing:border-box;transition:all 0.6s}


.hyyy ul li:hover  .yypic img{ opacity:0.2}

.hyyy ul li:hover  .yypic p{ font-size:18px; position:absolute; top:50%; bottom:auto;  transform:translateY(-50%); background:none; transition:all 0.6s}



@media only screen and (max-width:1400px){
	
.hyyy ul{  margin:0 -10px; }
.hyyy ul li{  padding:0 10px;  margin-bottom:20px;  }
	
}

@media only screen and (max-width:992px){
	.hyyy{ height:auto; overflow:hidden; padding:30px 0 100px}

	.hyyy ul li{ width:50%}
	
	.hyyy ul li:hover  .yypic img{ opacity:1}

.hyyy ul li:hover  .yypic p{ transform:none; bottom:0; font-size:12px}
.hyyy ul li .yypic p{font-size:12px }
	.hyyy ul li:hover .yypic:after{ opacity:0}
	
	.hyyy ul{  margin:0 -5px; }
.hyyy ul li{  padding:0 5px;  margin-bottom:10px;  }
}


.zl_zs{width:100%; padding:80px 0 160px; background-color:#fff; overflow:hidden; position:relative;}
.zl_zs .hd{text-align:center; margin-bottom:40px; text-align:center;}
.zl_zs .hd ul li{height:46px; border-radius:5px; padding:0 15px; border:1px solid #ddd; font-size:15px; color:#555; line-height:44px; text-align:center; display:inline-block; margin:0 10px; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.zl_zs .hd ul li:hover{background-color:#0b57a7; border:1px solid #0b57a7; color:#fff;}
.zl_zs .hd ul li.on{background-color:#0b57a7; border:1px solid #0b57a7; color:#fff;}
.zl_zs .zl_nr .t_s{font-size:18px; font-weight:bold; color:#333; line-height:28px; margin-bottom:30px;}
.zl_zs .zl_nr .m_c ul{margin:0;}
.zl_zs .zl_nr .m_c ul li{width:32%; padding-bottom:15px; margin-bottom:15px; border-bottom:1px dotted #eee; color:#333; line-height:24px; padding-left:15px; position:relative;}
.zl_zs .zl_nr .m_c ul li:after{width:6px; height:6px; background-color:#aaa; border-radius:50%; position:absolute; top:9px; left:0; content:"";}
.zl_zs .zs_zs{position:relative; margin-top:35px;}
.zl_zs .swiper-zs{padding-bottom:40px;}
.zr_hd .swiper-slide{overflow:hidden;}
.zl_zs .swiper-pagination{bottom:0; display:block;}
.zl_zs .swiper-pagination-bullet{width:8px; height:8px; background-color:#000;}
.zl_zs .swiper-pagination-bullet-active{background-color:#0b57a7;}
.zl_zs .swiper-slide img{width:100%; height:auto; display:block;}
@media only screen and (max-width:640px){
.zl_zs{padding:60px 0 120px; margin-top:-1px; z-index:100;}
.zl_zs .hd{margin-bottom:1rem;}
.zl_zs .hd ul li{width:48%; height:3.6rem; padding:0; font-size:1.2rem; line-height:3.6rem; margin:0 .5% 1rem;}
.zl_zs .zl_nr .t_s{font-size:1.3rem; font-weight:normal; line-height:2.4rem; margin-bottom:1.5rem;}
.zl_zs .zl_nr .m_c ul li{width:100%; padding-bottom:1rem; margin-bottom:1rem; line-height:2.2rem; padding-left:.8rem;}
.zl_zs .zl_nr .m_c ul li:after{width:.4rem; height:.4rem; top:1rem;}
.zl_zs .zs_zs{margin-top:2rem;}
.zl_zs .swiper-zs{padding-bottom:3rem;}
.zl_zs .swiper-pagination-bullet{width:12px; height:12px;}
}

.ny_lx{width:100%; padding:80px 0 220px; height:auto; overflow:hidden;}
.ny_lx .row{margin:0; justify-content:space-between;}
.ny_lx .lx_nr{width:45%;}
.ny_lx .lx_nr h1{ font-size: 36px;font-weight: bold;color: #00763c;}
.ny_lx .lx_nr p{
  margin-top: 0.1rem;
  margin-bottom: 20px;
  font-family: 'Gilroy-Light';
  font-size: 0.22rem;
  color: #00763c; text-transform:uppercase
}
.ny_lx .lx_nr .x_x ul{display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:30px}
.ny_lx .lx_nr .x_x ul li{width:100%; margin-bottom:10px; font-size:16px; line-height:32px; color:#555; padding-left:40px; position:relative;}
.ny_lx .lx_nr .x_x font{font-size:16px; color:#000; line-height:30px;}
.ny_lx .lx_nr .x_x strong{font-size:22px; color:#000; font-weight:bold; line-height:30px;}
.ny_lx .lx_nr .x_x i{width:30px; position:absolute; top:0; left:0; font-size:20px; color:#999; text-align:center; display:inline-block; }
.ny_lx .lx_nr .e_m ul{display:flex; flex-wrap:wrap; margin:0 -20px;}
.ny_lx .lx_nr .e_m ul li{width:calc(25% - 40px); margin:0 20px; text-align:center;}
.ny_lx .lx_nr .e_m img{width:100%; height:auto; padding:5px; display:block; border:1px solid #ddd;}
.ny_lx .lx_nr .e_m p{margin-top:10px; font-size:13px; line-height:22px; color:#333}
.ny_lx .lx_dt{width:54%; box-shadow:0 0 20px rgba(0,0,0,.1);}
@media only screen and (max-width:1440px){
.ny_lx{padding:70px 0 180px;}
.ny_lx .lx_nr{width:48%;}
.ny_lx .lx_nr .b_t{margin-bottom:30px;}
.ny_lx .lx_nr .b_t h3{font-size:26px; line-height:34px;}
.ny_lx .lx_nr .b_t h4{font-size:18px; line-height:26px;}
.ny_lx .lx_nr .x_x ul li{width:48%; margin-bottom:25px; font-size:13px; line-height:26px;}
.ny_lx .lx_nr .x_x font{font-size:15px; line-height:26px;}
.ny_lx .lx_nr .x_x strong{font-size:18px; line-height:28px;}
.ny_lx .lx_nr .e_m ul{margin:0 -15px;}
.ny_lx .lx_nr .e_m ul li{width:calc(25% - 30px); margin:0 15px;}
.ny_lx .lx_dt{width:48%;}
}
@media only screen and (max-width:992px){
.ny_lx .lx_nr{width:100%;}
.ny_lx .lx_dt{width:100%; height:380px; margin-top:40px; box-shadow:none;}
}
@media only screen and (max-width:640px){
.ny_lx{padding:50px 0 130px;}
.ny_lx .lx_nr .x_x ul li{width:100%;}
.ny_lx .lx_nr .e_m{padding:0 30px;}
.ny_lx .lx_nr .e_m ul li{width:calc(50% - 30px); margin-bottom:10px}
.ny_lx .lx_dt{height:250px; margin-top:30px;}
.ny_lx .lx_nr h1{ font-size: 24px;font-weight: bold;color: #013894;}
.ny_lx .lx_nr .x_x ul li{ margin-bottom:10px}
}


.rc_zp{width:100%; padding:80px 0 160px; background-color:#fff; position:relative; overflow:hidden;}
.rc_zp .rc_ss{padding:20px; background-color:#fff; margin-bottom:20px;}
.rc_zp .rc_ss input.j_g{width:100%; height:50px; line-height:50px; display:block;}
.rc_zp .rc_ss input.s_s{width:26%; height:52px; border:1px solid #ddd; padding:0 15px; line-height:50px; display:block; float:left; margin-right:2%;}
.rc_zp .rc_ss .x_z{width:26%; height:52px; border:1px solid #ddd; padding:0 15px; font-size:14px; line-height:50px; float:left; margin-right:2%; position:relative;}
.rc_zp .rc_ss .x_z i{position:absolute; right:20px; top:50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);}
.rc_zp .rc_ss .x_z .e_j{position:absolute; top:50px; left:0; width:100%; padding:10px 15px; box-shadow:0 5px 10px #eee; background-color:#fff; position:absolute; display:none; overflow:auto;}
.rc_zp .rc_ss .x_z .e_j span{font-size:14px; line-height:32px; display:block; cursor:pointer;}
.rc_zp .rc_ss .x_z .e_j span:hover{color:#d0111b;}
.rc_zp .rc_ss .a_n{width:16%; height:52px; background-color:#ea5504; font-size:18px; line-height:52px; color:#fff; float:right; outline:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.rc_zp .rc_ss .a_n:hover{background-color:#b50e11;}
.rc_zp .rc_ss .a_n i{vertical-align:middle; display:inline-block;}
.rc_zp .zp_lb{background-color:#fff; margin-bottom:20px;}
.rc_zp .zp_lb .l_1{float:left; width:20%; text-align:left;}
.rc_zp .zp_lb .l_2{float:left; width:20%;}
.rc_zp .zp_lb .l_3{float:left; width:20%;}
.rc_zp .zp_lb .l_4{float:left; width:20%;}
.rc_zp .zp_lm{font-size:17px; line-height:60px; color:#00763c; font-weight: bold; text-align:center; border-bottom:2px solid #ddd; padding:0 50px;}
.rc_zp .zp_zw ul li{font-size:14px; line-height:50px; color:#666; text-align:center; border-bottom:1px solid #ddd; padding:0 50px;}
.rc_zp .zp_zw .x_x{cursor:pointer;}
@media only screen and (max-width:640px){
.rc_zp{padding:30px 0 130px; margin-top:0px; z-index:100;}
.rc_zp .rc_ss{padding:0; margin-bottom:2rem;}
.rc_zp .rc_ss input.j_g{height:60px; line-height:60px;}
.rc_zp .rc_ss input.s_s{width:46%; height:62px; padding:0 10px; font-size:20px; line-height:60px; margin:0 2%;}
.rc_zp .rc_ss .x_z{width:46%; height:62px; padding:0 10px; font-size:20px; line-height:60px; margin:0 2% 20px;}
.rc_zp .rc_ss .x_z .e_j{top:62px;}
.rc_zp .rc_ss .x_z .e_j span{font-size:18px; line-height:44px;}
.rc_zp .rc_ss .a_n{width:46%; height:62px; font-size:22px; line-height:62px; margin:0 2%;}
.rc_zp .zp_lb .l_1{width:25%; font-size:14px}
.rc_zp .zp_lb .l_2{display:none;}
.rc_zp .zp_lb .l_3{width:25%; font-size:14px}
.rc_zp .zp_lb .l_4{width:25%; font-size:14px}
.rc_zp .zp_lm div:nth-child(5){display:none;}
.rc_zp .zp_lm{font-size:22px; line-height:66px; padding:0 20px;}
.rc_zp .zp_zw ul li{font-size:20px; line-height:66px; padding:0 20px;}
.rc_zp .zp_zw .x_x{cursor:pointer;}
.rc_zp .zp_zw .x_x div:nth-child(5){display:none;}
}

.zp_tc{width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.8); z-index:99999; display:none;}
.zp_tc .zp_js{width:800px; background-color:#fff; padding:40px 20px 40px 60px; text-align:left; overflow:hidden; position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.zp_tc .b_t{color:#333; font-size:24px; border-bottom:1px solid #e4e4e4; padding-bottom:20px; position:relative; margin-bottom:20px;}
.zp_tc .b_t:before{content:""; position:absolute; left:0; bottom:0; width:52px; height:2px; background-color:#d0111b;}
.zp_tc .g_b{position:absolute; right:26px; top:26px; width:22px; height:22px; cursor:pointer; z-index:1000;}
.zp_tc .j_s{height:320px; overflow-y:scroll; padding-right:20px; color:#666; font-size:15px; line-height:30px;}
@media only screen and (max-width:640px){
.zp_tc .zp_js{width:90%; padding:15px;}
.zp_tc .b_t{font-size:18px;}
.zp_tc .j_s{height:400px; font-size:14px; line-height:32px;}
}


.fa_hx{width:100%; padding-top:100px; overflow:hidden;}
.fa_hx .gn_js{width:100%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.fa_hx .gn_js .row{margin:0;}
.fa_hx .gn_js .hd{width:200px; padding:95px 0 0; background-color:rgba(255,255,255,.1);}
.fa_hx .gn_js .hd ul li{font-size:18px; line-height:50px; padding:0 0; color:#fff; margin:10px 0; cursor:pointer; position:relative; text-align:center}
.fa_hx .gn_js .hd ul li span{display:inline-block; position:relative; z-index:9;}
.fa_hx .gn_js .hd ul li.on:after{width:100%; height:100%; position:absolute; top:0; left:0; background-color:#90c31f; content:"";}
.fa_hx .gn_js .bd{width:calc(100% - 200px); padding:0 0 0 60px;}
.fa_hx .gn_js .n_r{width:100%; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;}
.fa_hx .gn_js .w_z{width:50%; color:#fff;}
.fa_hx .gn_js .w_z h3{font-size:26px; font-weight:bold; line-height:36px;}
.fa_hx .gn_js .w_z em{width:36px; height:4px; border-radius:2px; background-color:#fff; display:block; margin:15px 0 30px;}
.fa_hx .gn_js .w_z p{line-height:28px; margin-bottom:45px; font-size:15px; padding-right:20px}
.fa_hx .gn_js .w_z a{display:inline-block; margin-right:20px; width:120px; height:38px; border:1px solid #fff; border-radius:19px; font-size:15px; line-height:36px; color:#fff; text-align:center;}
.fa_hx .gn_js .w_z a:hover{background-color:#fff; color:#00763c;}
.fa_hx .gn_js .w_z a.lx_hq{background-color:#fff; color:#00763c;}
.fa_hx .gn_js .w_z a.lx_hq:hover{background-color:#00763c; border:1px solid #00763c; color:#fff;}
.fa_hx .gn_js .t_p{width:40%; padding:11% 0;}
.fa_hx .gn_js .t_p img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1440px){
.fa_hx{padding-top:70px;}
.fa_hx .gn_js .hd{width:150px;}
.fa_hx .gn_js .hd ul li{font-size:15px; line-height:46px;}
.fa_hx .gn_js .hd ul li.on:after{}
.fa_hx .gn_js .bd{width:calc(100% - 150px); padding:70px 0 70px 50px;}
.fa_hx .gn_js .w_z{width:46%;}
.fa_hx .gn_js .w_z h3{font-size:22px; line-height:32px;}
.fa_hx .gn_js .w_z em{margin:15px 0 25px;}
.fa_hx .gn_js .w_z p{line-height:24px; margin-bottom:20px;}
.fa_hx .gn_js .w_z a{margin-right:15px; width:110px; height:34px; border-radius:17px; font-size:14px; line-height:32px;}
.fa_hx .gn_js .t_p{width:50%;}
}
@media only screen and (max-width:1024px){
.fa_hx .gn_js .w_z a{margin-right:10px; width:100px;}
}
@media only screen and (max-width:640px){
.fa_hx{padding-top:30px;}
.fa_hx .gn_js .hd{width:100%; padding:25px 0; background:none; overflow:auto;}
.fa_hx .gn_js .hd::-webkit-scrollbar{display:none}
.fa_hx .gn_js .hd ul{display:flex; white-space:nowrap;}
.fa_hx .gn_js .hd ul li{font-size:15px; text-align:center; line-height:38px; color:#fff; display:inline-block;}
.fa_hx .gn_js .hd ul li span{min-width:76px; padding:0 10px; display:block;}
.fa_hx .gn_js .hd ul li.on:after{width:100%; height:100%;  }
.fa_hx .gn_js .bd{width:100%; padding:0 0 50px;}
.fa_hx .gn_js .n_r{flex-direction:column-reverse;}
.fa_hx .gn_js .w_z{width:100%;}
.fa_hx .gn_js .w_z h3{font-size:20px; line-height:30px;}
.fa_hx .gn_js .t_p{width:100%; margin-bottom:35px;}
}

.ny_nr1{width:100%; padding:60px 0 0; position:relative; background-color:#fff; overflow:hidden;}

.ny_nr{width:100%; padding:60px 0 160px; position:relative; background-color:#fff; overflow:hidden;}
.ny_nr .xw_lb ul li{margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid #eee;}
.ny_nr .xw_nr{width:100%; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_nr .xw_nr .t_p{width:26%; overflow:hidden;}
.ny_nr .xw_nr .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.ny_nr .xw_nr:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);
-moz-transform:scale(1.05);
-ms-transform:scale(1.05);
-o-transform:scale(1.05);}
.ny_nr .xw_nr .w_z{width:70%; display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_nr .xw_nr .w_z h3{font-size:18px; line-height:30px; font-weight:bold; margin-bottom:10px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.ny_nr .xw_nr .w_z p{line-height:26px; color:#999; height: auto; margin-bottom:25px; overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-moz-line-clamp:3;
-ms-line-clamp:3;
-o-line-clamp:3;
-webkit-box-orient:vertical; font-size:14px}
.ny_nr .xw_nr .w_z a.m_r{display:inline-block; border-radius:3px; border:1px solid #ddd; padding:0 25px; line-height:38px; font-size:14px}
.ny_nr .xw_nr:hover .w_z a.m_r{background-color:#90c31f; border:1px solid #90c31f; color:#fff;}
.ny_nr .xw_nr .w_z .l_m{width:calc(100% - 170px);}
.ny_nr .xw_nr .w_z .r_q{width:120px;}
.ny_nr .xw_nr .w_z .r_l{width:100%; background-color:#f6f9fb; border-radius:5px; padding:20px 0; font-size:15px; text-align:center; font-weight:bold;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .xw_nr:hover .w_z .r_l{color:#90c31f;}
.ny_nr .xw_nr .w_z .r_q strong{font-size:32px; line-height:40px; display:block;}
@media only screen and (max-width:640px){
.ny_nr1{width:100%; padding:30px 0 0; position:relative; background-color:#fff; overflow:hidden;}

.ny_nr{padding:30px 0 100px; margin-top:0px; z-index:100;}
.ny_nr .xw_lb ul li{margin-bottom:15px; padding-bottom:15px;}
.ny_nr .xw_nr .t_p{width:40%;}
.ny_nr .xw_nr .t_p img{width:100%;
height:100%;
display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;}
.ny_nr .xw_nr .w_z{width:56%;}
.ny_nr .xw_nr .w_z h3{font-size:16px; font-weight:normal; line-height:26px; margin-bottom:10px;}
.ny_nr .xw_nr .w_z p{font-size:14px; line-height:24px; height: auto; margin-bottom:10px;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;}
.ny_nr .xw_nr .w_z .l_m{width:100%;}
.ny_nr .xw_nr .w_z .r_q{display:none;}
.ny_nr .xw_nr .w_z a.m_r{border-radius:0; border:0; padding:0; font-size:12px; line-height:30px;}
.ny_nr .xw_nr:hover .w_z a.m_r{background-color:#fff; border:0; color:#0b57a7;}
}

.xw_xq{width:100%; padding:80px 0 160px; background-color:#fff; overflow:hidden; position:relative;}
.xw_xq .container{max-width:1200px;}
.xw_xq .xq_nr{background-color:#f6f9fb; padding:50px;}
.xw_xq .xq_nr .b_t{font-size:26px; line-height:36px; font-weight:bold; color:#000; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{display:flex; flex-wrap:wrap; justify-content:space-between; padding-bottom:20px; border-bottom:1px solid #eee; margin-bottom:35px;}
.xw_xq .xq_nr .x_x .z_c span{margin-right:20px; display:inline-block;}
.xw_xq .xq_nr .x_x .y_c a{display:inline-block; margin-left:15px; color:#0b57a7;}
.xw_xq .xq_nr .n_r{line-height:28px;}
.xw_xq .xq_nr .n_r strong{font-size:17px; color:#000; text-align:center; line-height:26px; display:block;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; line-height:32px;}
@media only screen and (max-width:640px){
.xw_xq{padding:60px 0 120px; margin-top:-1px; z-index:100;}
.xw_xq .container{max-width:100%;}
.xw_xq .xq_nr{background-color:#fff; padding:0;}
.xw_xq .xq_nr .b_t{font-size:1.8rem; line-height:2.8rem; margin-bottom:1rem;}
.xw_xq .xq_nr .x_x{padding-bottom:1.5rem; margin-bottom:3rem; line-height:2.2rem;}
.xw_xq .xq_nr .x_x .z_c{width:100%;}
.xw_xq .xq_nr .x_x .z_c span{margin-right:1.5rem;}
.xw_xq .xq_nr .x_x .y_c{width:100%;}
.xw_xq .xq_nr .x_x .y_c a{margin-left:.8rem;}
.xw_xq .xq_nr .n_r{line-height:2.4rem;}
.xw_xq .xq_nr .n_r strong{font-size:1.6rem; line-height:2.4rem;}
.xw_xq .xq_nr .f_y{margin-top:3rem; padding-top:2rem; line-height:2.6rem;}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:15px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#0b57a7; border:1px solid #0b57a7; color:#fff;}
.yema ul li a.on{background-color:#0b57a7; border:1px solid #0b57a7; color:#fff;}
@media only screen and (max-width:640px){
.yema{margin-top:20px;}
.yema ul li a{min-width:30px; padding:0 10px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:12px; line-height:28px; text-align:center; color:#999; display:block;}

}

.footer{width:100%; font-size:12px; line-height:26px; color:rgba(255,255,255,1); position:relative; z-index:101;}
.footer a{color:rgba(255,255,255,1);}
.footer a:hover{color:#90c31f;}
.footer p{margin-bottom:6px;}
.footer .lan{background-color:#00763c; width:100%;position:relative; z-index:999;}
.footer .container{ }
.footer .ft_dh{border-bottom:1px solid rgba(255,255,255,.2); padding:0 0 30px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_dh h3{font-size:18px; line-height:28px; margin-bottom:15px; color:#fff; position:relative; font-weight:600}
.footer .ft_dh h3 img{ width:200px}
.footer .ft_dh h3 em{width:100%; height:100%; position:absolute; top:0; left:0; display:none;}
.footer .ft_dh h3 em:after{width:12px; height:2px; background-color:#fff; position:absolute; top:50%; margin-top:-1px; right:5px; content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_dh h3 em.on:after{transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);}
.footer .ft_dh h3 em:before{width:2px; height:12px; background-color:#fff; position:absolute; top:50%; margin-top:-6px; right:10px; content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_dh h3 em.on:before{transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.footer .ft_dh h3 a.d_l{font-size:18px; color:#fff; line-height:28px; font-weight:bold;}
.footer .ft_lx{width:25%;}
.footer .ft_lx .f_s { font-size:14px;}
.footer .ft_lx .f_s p{padding-left:40px; position:relative;}
.footer .ft_lx .f_s p span{position:absolute; top:0; left:0;}
.footer .ft_lm{width:calc(60% - 130px); display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_lm .cp_fl{width:14.2%;}
.footer .ft_em{20%}
.footer .l_b{ width:110px; float:left; margin-right:10px; font-size:14px;}

.footer .l_b img{max-width:110px; height:auto; display:block; margin-top:6px;}
.footer .l_b span{ text-align:center; display:block}
.footer .banquan{padding:20px 15px; text-transform:uppercase; line-height:22px;}
.footer .banquan span{display:inline-block; margin-right:12px;}
.footer .wave{position:absolute; left:0; top:-110px; z-index:1;}
.footer .wave + .wave{z-index:2;}

.footer svg{ fill:#ccc !important;}

@media only screen and (max-width:640px){
.footer{font-size:14px; line-height:24px;}
.footer .ft_dh{padding:10px 0;}
.footer .ft_dh h3{font-size:14px; line-height:26px; padding:5px 0; margin-top:5px; margin-bottom:5px;}
.footer .ft_dh h3 em{display:block;}
.footer .ft_dh h3 a.d_l{font-size:1.6rem; line-height:2.6rem; padding:0; margin-bottom:0;}
.footer .ft_lx{width:100%; border-bottom:1px solid #90c31f;}
.footer .ft_lx .f_s{padding-bottom:20px;}
.footer .ft_lm{width:100%;}
.footer .ft_lm .cp_fl{width:100%; border-bottom:1px solid #90c31f;}
.footer .ft_em{width:100%;}
.footer .ft_dh .l_b{display:none; padding-bottom:10px;}
.footer .banquan{padding:10px 0; text-align:center; line-height:24px;}
.footer .banquan .z_c{width:100%;}
.footer .banquan .y_c{width:100%;}
.footer .banquan span{display:inline-block; margin-right:0;}

.footer .wave{top:-80px;}
}

.pc_kf{width:55px; position:fixed; right:0; bottom:50%; z-index:99999;}
.pc_kf .nr{width:56px; padding:10px 0; height:60px; background:#fff; border-radius:5px 0 0 5px;  box-shadow:0 0 10px 0 rgba(0,0,0,.1); text-align:center; margin-bottom:6px; cursor:pointer; position:relative;}
.pc_kf .nr:last-child{margin-bottom:0;}
.pc_kf .nr img{width:28px; height:auto; display:inline-block;}
.pc_kf .nr p{font-size:12px; line-height:20px; color:#90c31f; margin-top:0px;}
.pc_kf .ewm{width:120px; padding:5px; border-radius:5px; box-shadow:0 2px 20px 0 rgba(0,2,33,.1); background-color:#fff; position:absolute; top:-2px; right:60px; opacity:0; visibility:hidden;
transform:translateX(-10px);
-webkit-transform:translateX(-10px);
-moz-transform:translateX(-10px);
-ms-transform:translateX(-10px);
-o-transform:translateX(-10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .ewm.tel{width:220px; padding:10px ;}
.pc_kf .nr:hover .ewm{opacity:1; visibility:inherit;
transform:translateX(0);
-webkit-transform:translateX(0);
-moz-transform:translateX(0);
-ms-transform:translateX(0);
-o-transform:translateX(0);}
.pc_kf .ewm img{width:100%;}
.pc_kf .ewm p{font-size:16px; line-height:26px; color:#333; text-align:left; padding-left:36px; background:url(../images/dh.png) no-repeat left top;}
.pc_kf .ewm strong{color:#eb5504; font-size:18px;}
@media only screen and (max-width:640px){
.pc_kf{display:none;}
}

.fh_top{width:44px; height:44px; border-radius:50%; background-image:linear-gradient(0deg,#fff,#f3f5f8); border:2px solid #fff; box-shadow:8px 8px 20px 0 rgba(55,99,170,.1); border-radius:50%; position:fixed; bottom:18px; right:6px; cursor:pointer; overflow:hidden; z-index:99999; display:none;}
.fh_top img{width:100%; height:auto; display:block;}
@media only screen and (max-width:640px){
.fh_top{width:40px; height:40px; bottom:20px; right:20px;}
}



.ngy2{  padding:60px 0 180px; height:auto; overflow:hidden;}


#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#444; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { height:557px; position:absolute; z-index:9999; left:50%; background:#fff; box-sizing:border-box }
#mbCenter.mbLoading {  -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0;  line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat;padding:15px;  }
#mbImage img{ width:100%}

#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px;  line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px 10px; }
#mbTitle { display:block;color:#666; font-weight:bold; line-height:20px; font-size:14px; text-align:center; text-align:center; width:100% }
#mbNumber { display:none; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink { display:block; position:absolute; left:0px; top:50%; }
#mbPrevLink:before{font-family: 'iconfont'; content: "\e644";font-size:20px; background:rgba(51,51,51,0.3); color:#fff; padding:15px; padding-left:5px;   border-radius:0 50px 50px 0}
#mbNextLink { isplay:block; position:absolute; right:0px; top:50%; }
#mbNextLink:before{font-family: 'iconfont'; content: "\e646";font-size:20px; background:rgba(51,51,51,0.3); color:#fff;  padding:15px; padding-right:5px; border-radius:50px 0 0 50px}

#mbCloseLink { position:absolute; right:-5px; top:-5px; }
#mbCloseLink:before{ display:block; font-family: 'iconfont'; content: "\e505"; font-size:12px; background:#000; color:#fff; width:30px; line-height:30px; border:#fff 2px solid;box-shadow: 0px 0px 10px rgba(0,0,0,0.65); text-align:center; border-radius:30px;}



#mbError { position:relative;  line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }


.mod_gallerylist{width:100%; margin:0 auto;  overflow:hidden}
.mod_gallerylist ul{margin:0 ; position:relative;}

.mod_gallerylist ul li{float:left; width:23.5%;  box-sizing:border-box; margin-bottom:25px; border: #eee 1px solid; margin-right:2%}
.mod_gallerylist ul li:nth-child(4n){margin-right:0; }
.mod_gallerylist ul li .image_container{ width:100%;  background:#fff; padding-bottom:70%; position:relative; box-sizing:border-box; overflow:hidden}
.mod_gallerylist ul li .image_container img{ position:absolute; max-width:90%; max-height:90%; top:50%; left:50%;  transform:translate(-50%,-50%);transition:all 0.6s}
.mod_gallerylist ul li .meta a{ display:block; text-align:center;color:#333; text-decoration:none; line-height:50px; font-size:14px; background:#fafafa}

.mod_gallerylist ul li:hover .image_container img{transform:translate(-50%,-50%) scale(1.1,1.1); transition:all 0.6s}

.mod_gallerylist ul li:hover .meta a{ background:#0b57a7; color:#fff}


.about {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-plate1 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1rem ;
  background: url(../images/plate1-bg.jpg) no-repeat right 0.6rem;
  background-size: 12.06rem;
}
.about .about-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate1 .plate1-main .main-cent {
  position: relative;
  width: 50%;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cent::after {
  content: '';
  position: absolute;
  left: -0.86rem;
  top: -0.3rem;
  width: 1.05rem;
  height: 1rem;
  background: url(../images/plate1-yinghao.png) no-repeat center;
  background-size: 100%;
  z-index: -1;
}
.about .about-plate1 .plate1-main .main-cent .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #00763c;
}
.about .about-plate1 .plate1-main .main-cent .main-text {
  margin-top: 0.22rem;
  padding-right: 0.3rem;
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.about .about-plate1 .plate1-main .main-cent .main-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.56rem;
}
.about .about-plate1 .plate1-main .main-cent .main-data .data-item {
  width: 33.33%;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-title {
  font-size: 16px;
  line-height: 30px;
  color: #0b57a7;
}
.about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-title2 {
  margin-top: 0.1rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-text {
  font-size: 14px;
  color: #666;
}
.about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-text .num1 {
  font-family: 'DIN-BOLD';
  font-size: 0.4rem;
  color: #0b57a7;
}
.about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-text em {
  position: relative;
  margin-left: 0.18rem;
}
.about .about-plate1 .plate1-main .main-cent .main-data .data-item .item-text em::after {
  content: '+';
  position: absolute;
  top: -0.38rem;
  left: 0;
  font-family: 'DIN-BOLD';
  font-size: 0.28rem;
  font-weight: bold;
  color: #0b57a7;
}
.about .about-plate1 .plate1-main .main-cont {
  width: 50%;
  height: auto;
  padding-left: 0.9rem; margin-top:120px
}
.about .about-plate1 .plate1-main .main-cont .cont-pic-swiper {
  position: relative;
  width: 6rem;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic-swiper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6.1rem;
  height: 3.73rem;
  margin: -1.36rem 0 0 0.3rem;
  border-radius: 5px;
  border: solid 2px #90c31f;
  opacity: 0.3;
  animation: turn 4s linear infinite;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic-swiper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6.1rem;
  height: 3.73rem;
  margin: -1.5rem 0 0 0.1rem;
  border-radius: 5px;
  border: solid 2px #90c31f;
  opacity: 0.3;
  animation: turn 6s linear infinite;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic-swiper .swiper-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic-swiper .swiper-box .pic-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic-swiper .swiper-box .pic-img img {
  width: 100%;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic {
  position: relative;
  width: 6rem;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic .pic-img {
  width: 100%;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic .pic-img img {
  width: 100%;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic .pic-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  opacity: 0.5;
  z-index: 9;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic .pic-play img {
  width: 100%;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic .pic-play:hover {
  opacity: 1;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6.68rem;
  height: 6.73rem;
  margin: -3.36rem 0 0 -0.06rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  animation: turn 4s linear infinite;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6.8rem;
  height: 6.73rem;
  margin: -3.5rem 0 0 -0.06rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  animation: turn 6s linear infinite;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic span {
  position: absolute;
  top: 60%;
  left: 0;
  display: none;
  width: 1.34rem;
  height: 1.34rem;
  padding-top: 0.34rem;
  font-size: 0.3rem;
  font-style: italic;
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
  border-radius: 50%;
  background: #53a7dd;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic span em {
  font-size: 18px;
  font-style: italic;
}
.about .about-plate2 {
  width: 100%;
  height: auto;
  padding: 1rem 0  ; background:#f8fafb
}
.about .about-plate2 .plate2-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate2 .plate2-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #00763c;
}

.about .about-plate2 .plate2-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%; line-height:2;
  height: auto;
  margin-top: 0.6rem;
}
.about .about-plate2 .plate2-main .main-cont .cont-item {
  width: calc(100% / 4);
  height: auto;
  padding: 0.6rem 0.7rem 0.3rem;
  border-right:#00763c 1px dashed
}
.about .about-plate2 .plate2-main .main-cont .cont-item .item-icon {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .cont-item .item-icon img {
  width: 100%;
}
.about .about-plate2 .plate2-main .main-cont .cont-item .item-title {
  margin: 0.3rem 0 0.1rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  text-align: center;
  color: #051323;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .cont-item .item-text {
  font-size: 16px;
  line-height: 0.3rem;
  text-align: center;
  color: #666;
}
.about .about-plate2 .plate2-main .main-cont .cont-item:hover .item-icon {
  height: 0;
  opacity: 0;
}
.about .about-plate2 .plate2-main .main-cont .cont-item:hover .item-title {
  color: #00763c;
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.7rem 0 0.5rem;
  background: url(../images/plate3-bg.png) no-repeat left top;
  background-size: 100%;
}
.about .about-plate3 .plate3-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate3 .plate3-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.about .about-plate3 .plate3-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.about .about-plate3 .plate3-main .main-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  width: calc(50% - 0.4rem);
  height: auto;
  padding: 1rem 1rem 0.8rem;
  background: #fff;
  box-shadow: 0.05rem 0 0.3rem rgba(1, 56, 148, 0.06);
  border-radius: 0.2rem;
}
.about .about-plate3 .plate3-main .main-cont .cont-item .item-icon {
  width: 1rem;
  height: auto;
}
.about .about-plate3 .plate3-main .main-cont .cont-item .item-icon img {
  width: 100%;
}
.about .about-plate3 .plate3-main .main-cont .cont-item .item-cent {
  width: calc(100% - 1rem);
  height: auto;
  padding-left: 0.8rem;
}
.about .about-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-title {
  margin-bottom: 0.12rem;
  font-size: 0.3rem;
  color: #000;
}
.about .about-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-text {
  font-size: 18px;
  line-height: 36px;
  color: #666;
}
.about .about-plate4 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.6rem;
  background: url(../images/plate4-bg.jpg) no-repeat left 0.4rem;
  background-size: 12.06rem;
}
.about .about-plate4 .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #094aab;
}

.about .about-plate4 .palte4-box {
  display: none;
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate4 .palte4-box .box-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.about .about-plate4 .palte4-box .box-main .main-cent {
  position: relative;
  width: 50%;
  height: auto;
  padding: 1.2rem 0 0 1.1rem;
}
.about .about-plate4 .palte4-box .box-main .main-cent .cent-year {
  margin-bottom: 0.16rem;
  font-family: 'gilroy-bold';
  font-size: 1rem;
  color: #0b57a7; font-weight:bold
}
.about .about-plate4 .palte4-box .box-main .main-cent .cent-text {
  font-size: 18px;
  line-height: 34px;
  color: #666; padding-right:100px
}
.about .about-plate4 .palte4-box .box-main .main-cont {
  width: 50%;
  height: auto;
  padding: 0 0.9rem 0 2rem;
}
.about .about-plate4 .palte4-box .box-main .main-cont .cont-pic {
  position: relative;
  width: 6rem;
  height: auto;
}
.about .about-plate4 .palte4-box .box-main .main-cont .cont-pic img {
  width: 100%;
}
.about .about-plate4 .palte4-box .box-main .main-cont .cont-pic::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 6.68rem;
  height: 6.73rem;
  margin: -3.36rem 0 0 -0.06rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  animation: turn 4s linear infinite;
}
.about .about-plate4 .palte4-box .box-main .main-cont .cont-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 6.8rem;
  height: 6.73rem;
  margin: -3.5rem 0 0 0.06rem;
  border-radius: 50%;
  border: solid 2px #6abbe8;
  opacity: 0.3;
  animation: turn 6s linear infinite;
}
.about .about-plate4 .palte4-box .box-main .main-cont .cont-pic span {
  position: absolute;
  top: 60%;
  right: 0;
  display: none;
  width: 1.34rem;
  height: 1.34rem;
  padding-top: 0.34rem;
  font-size: 0.3rem;
  font-style: italic;
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
  border-radius: 50%;
  background: #53a7dd;
  transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  z-index: 9;
}
.about .about-plate4 .palte4-box .box-main .main-cont .cont-pic span em {
  font-size: 18px;
  font-style: italic;
}
.about .about-plate4 .plate4-bottom {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
  --swiper-theme-color: #0b57a7;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #0b57a7;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 0.22rem;
  /* 设置按钮大小 */
}
.about .about-plate4 .plate4-bottom .bottom-top {
  width: 100%;
  height: auto;
}
.about .about-plate4 .plate4-bottom .bottom-top img {
  width: 100%;
}
.about .about-plate4 .plate4-bottom .bottom-swiper {
  width: 16rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide {
  width: calc(100% / 5);
  height: auto;
  margin: 0.3rem 0;
  cursor: pointer;
}
.about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide .slide-num {
  position: relative;
  font-family: 'gilroy-regular';
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #666;
}
.about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide .slide-num::before {
  content: '';
  position: absolute;
  top: -0.16rem;
  left: 50%;
  width: 10px;
  height: 6px;
  background: url(../images/icon-about-plate4-sanjiao1.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide .slide-num::after {
  content: '';
  position: absolute;
  bottom: -0.16rem;
  left: 50%;
  width: 10px;
  height: 6px;
  background: url(../images/icon-about-plate4-sanjiao2.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide:hover .slide-num::before {
  opacity: 1;
}
.about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide:hover .slide-num::after {
  opacity: 1;
}
.about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide-on .slide-num::before {
  opacity: 1;
}
.about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide-on .slide-num::after {
  opacity: 1;
}

.about .about-plate4 .plate4-bottom .swiper-button-next{
  top: -3.5rem;
  width: 0.6rem;
  height: 0.6rem;
  border: solid 1px #0b57a7;
  border-radius: 50%;
  z-index: 9; background:url(../images/icon-about-plate5-next.png) no-repeat center; color: rgba(0,0,0,0)
}
.about .about-plate4 .plate4-bottom .swiper-button-prev {
  top: -3.5rem;
  width: 0.6rem;
  height: 0.6rem;
  border: solid 1px #0b57a7;
  border-radius: 50%;
  z-index: 9; background:url(../images/icon-about-plate5-prev.png) no-repeat center;color: rgba(0,0,0,0)
}
.about .about-plate4 .plate4-bottom .swiper-button-next:hover {
  
background:#0b57a7 url(../images/icon-about-plate5-next-active.png) no-repeat center
}
.about .about-plate4 .plate4-bottom .swiper-button-prev:hover {

 background:#0b57a7 url(../images/icon-about-plate5-prev-active.png) no-repeat center

}
.about .about-plate4 .plate4-bottom .swiper-button-next {
  right: 6%;
}
.about .about-plate4 .plate4-bottom .swiper-button-prev {
  left: 6%;
}





.about .about-plate5 {
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
}
.about .about-plate5 .plate5-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate5 .plate5-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #00763c;
}
.about .about-plate5 .plate5-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  overflow: hidden;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: auto;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-pic {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-pic img {
  width: 100%;
  border: solid 0.1rem #fff;
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-pic::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  width: 100%;
  height: 0.59rem;
  background: url(../images/plate5-yinying.png) no-repeat center;
  background-size: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide-active {
  z-index: 59 !important;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #00763c;
  z-index: 9;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev img,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev .img2,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover {
  background: #00763c;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img2,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img1,
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev {
  left: -0.85rem;
}
.about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
  right: -0.85rem;
}
.about .about-plate6 {
  width: 100%;
  height: auto;
  padding: 1.7rem 0 1.3rem;
  background: url(../images/plate6-bg.png) no-repeat left top;
  background-size: 100%;
}
.about .about-plate6 .plate6-top {

  width: 16rem;
  height: auto;
  margin: 0 auto; text-align:center
}
.about .about-plate6 .plate6-top .top-title {
  width: auto;
  height: auto;
  font-size: 0.48rem;
  font-weight: bold;
  color: #00763c; text-align:center
}
.about .about-plate6 .plate6-top .top-cont {
  display: none;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
.about .about-plate6 .plate6-top .top-cont .cont-title {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin-left: 0.6rem;
  font-size: 14px;
  font-weight: bold;
  color: #3d3d3d;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-top .top-cont .cont-title::after {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0b57a7;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-top .top-cont .cont-title:hover {
  color: #0b57a7;
}
.about .about-plate6 .plate6-top .top-cont .cont-title:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.about .about-plate6 .plate6-top .top-cont .cont-title-active {
  color: #0b57a7 !important;
}
.about .about-plate6 .plate6-top .top-cont .cont-title-active::after {
  transform: scale(1, 1) translateZ(0) !important;
  -o-transform: scale(1, 1) translateZ(0) !important;
  -moz-transform: scale(1, 1) translateZ(0) !important;
  -webkit-transform: scale(1, 1 translateZ(0)) !important;
}
.about .about-plate6 .plate6-main {
  width: 100%;
  height: auto;
}
.tupian{ width:100%; height:auto; overflow:hidden; margin-bottom:20px}
.tupian img{ width:100%; border-radius:8px;  }

.about .about-plate6 .plate6-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 16rem;
  height: auto;
  padding-top: 0.6rem;
  padding-bottom: 1.4rem;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide {
  width: calc(100% / 5 - 20px);
  height: auto;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 0.1rem;
  background: #fff;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top .box-icon {
  position: relative;
  width: 27px;
  height: 27px;
  margin-right: 0.12rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top .box-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top .box-icon .img2 {
  opacity: 0;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top span {
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top span em {
  margin-right: 0.04rem;
  font-size: 20px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-text {
  margin: 0.2rem 0 ;
  font-size: 18px;
  line-height: 0.3rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:2;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-time {
  font-family: 'MontserratBold';
  font-size: 18px;
  color: #d4dfe5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover {
  background: #90c31f;
  transform: translatey(-0.2rem);
  -o-transform: translatey(-0.2rem);
  -moz-transform: translatey(-0.2rem);
  -webkit-transform: translatey(-0.2rem);
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon {
  width: 0;
  overflow: hidden;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon .img2 {
  opacity: 1;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover span {
  color: #fff;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover span em {
  color: #fff;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-text {
  color: #fff;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-time {
  opacity: 0;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-pagination {
  display: none;
  bottom: 0.5rem;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #0b57a7;
  opacity: 0.5;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 0.45rem;
  opacity: 1;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev,
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #00763c;
  cursor: pointer;
  z-index: 9;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev img,
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev .img2,
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev:hover,
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next:hover {
  background: #00763c;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev:hover .img2,
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev:hover .img1,
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev {
  left:47%; 
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next {
  right: 47%;
}
.about .about-plate6 .plate6-main .main-cont .cont-swiper-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.about .about-plate7 {
  width: 100%;
  height: auto;
  padding: 0 0 0.7rem;
  background: url(../images/plate7-bg.png) no-repeat left top;
  background-size: 100%;
}
.about .about-plate7 .plate7-web-title {
  display: none;
}
.about .about-plate7 .plate7-main {
  position: relative;
  width: 16rem;
  height: auto;
  margin: 0 auto 1.2rem;
}
.about .about-plate7 .plate7-main::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.05rem;
  height: 1rem;
  background: url(../images/plate1-yinghao.png) no-repeat center;
  background-size: 100%;
}
.about .about-plate7 .plate7-main .main-swipwe-cent {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide {
  width: 100%;
  height: auto;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-pic {
  width: 50%;
  padding-left: 1rem;
  text-align: center;
  overflow: hidden;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: auto;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.8rem 1.6rem 1.5rem 1rem;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-cent .cent-year {
  margin-top: 0.7rem;
  font-family: 'Gilroy-Light';
  font-size: 0.48rem;
  color: #0b57a7;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #000;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button {
  position: absolute;
  bottom: 0;
  left: 0.82rem;
  width: 1rem;
  height: 0.5rem;
  z-index: 9;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-pagination {
  bottom: auto;
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  color: #999999;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-pagination .swiper-pagination-current {
  font-size: 18px;
  color: #0b57a7;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev,
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next {
  position: absolute;
  top: 0;
  width: 14px;
  z-index: 19;
  cursor: pointer;
  outline: none;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev img,
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translatey(-10%);
  -o-transform: translatey(-10%);
  -moz-transform: translatey(-10%);
  -webkit-transform: translatey(-10%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev .img2,
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next .img2 {
  opacity: 0;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev:hover .img2,
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next:hover .img2 {
  opacity: 1 !important;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev:hover .img1,
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev {
  right: 0;
}
.about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next {
  left: 0;
}
.about .about-plate7 .plate8-main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate7 .plate8-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.about .about-plate7 .plate8-main .main-map {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding: 0 1.2rem;
}
.about .about-plate7 .plate8-main .main-map .map-pic {
  width: 100%;
  height: auto;
}
.about .about-plate7 .plate8-main .main-map .map-pic img {
  width: 100%;
}
.about .about-plate7 .plate8-main .main-map .pic-item {
  position: absolute;
  width: 0.23rem;
  height: auto;
  z-index: 9;
}
.about .about-plate7 .plate8-main .main-map .pic-item img {
  width: 100%;
  animation: DW 0.8s linear infinite;
}
.about .about-plate7 .plate8-main .main-map .pic-item::before {
  content: '';
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  width: 0.9rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #e2e2e2;
  opacity: 0.6;
  z-index: -1;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about .about-plate7 .plate8-main .main-map .pic-item::after {
  content: '';
  position: absolute;
  bottom: -0.08rem;
  left: 50%;
  width: 0.3rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #2e5aa4;
  opacity: 0.5;
  animation: isScale 0.8s linear infinite;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about .about-plate7 .plate8-main .main-map .item-SZ {
  top: 2.74rem;
  right: 3.8rem;
}
.about .about-plate7 .plate8-main .main-map .item-DW2 {
  top: 3.94rem;
  right: 3.4rem;
}
.about .about-plate7 .plate8-main .main-map .item-DW3 {
  top: 3.05rem;
  right: 5.3rem;
}
.about .about-plate7 .plate8-main .main-map .item-DW4 {
  top: 3.3rem;
  right: 8.1rem;
}
.about .about-plate7 .plate8-main .main-map .item-DW5 {
  top: 4.4rem;
  left: 5.35rem;
}
.about .about-plate7 .plate8-main .main-map .item-DW6 {
  top: 1.8rem;
  right: 7.75rem;
}
.about .about-plate7 .plate8-main .main-map .item-DW7 {
  top: 1.16rem;
  right: 7.14rem;
}
.about .about-plate7 .plate8-main .main-map .item-DW8 {
  top: 2.24rem;
  left: 3.52rem;
}
.about .about-plate7 .plate8-main .main-map .item-DW9 {
  top: 0.9rem;
  left: 1.58rem;
}
.about .about-plate7 .plate8-main .main-web-map {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding: 0 1.2rem;
}
.about .about-plate7 .plate8-main .main-web-map img {
  width: 100%;
}
.about .about-plate7 .plate8-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding: 0 1.2rem;
}
.about .about-plate7 .plate8-main .main-pic img {
  width: 100%;
}


.ny_bd{width:100%; padding:80px 0 180px;  overflow:hidden;}
.ny_bd .lx_bd .row{margin:0; background-color:#fff; justify-content:space-between;}
.ny_bd .lx_bd .b_t{text-align:center; margin-bottom:50px;}
.ny_bd .lx_bd .b_t h3{font-size:34px; color:#000; font-weight:bold; line-height:40px; margin-bottom:6px;}
.ny_bd .lx_bd .b_t h4{font-size:16px; color:#777; line-height:26px;}
.ny_bd .lx_bd .t_p{width:40%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.ny_bd .lx_bd .b_d{width:60%; padding:30px 50px 70px; background:#f6f9fb}
.ny_bd .lx_bd .b_d ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_bd .lx_bd .b_d ul li{width:45%; margin-top:20px; position:relative;}
.ny_bd .lx_bd .b_d ul li.q_b{width:100%;}
.ny_bd .lx_bd .b_d input{width:100%; height:61px; border-bottom:1px solid #eee; font-size:15px; line-height:60px; color:#333; display:block;}
.ny_bd .lx_bd .b_d input::placeholder{color:#999;}
.ny_bd .lx_bd .b_d textarea{width:100%; height:122px; padding-top:17px; border-bottom:1px solid #eee; font-size:15px; line-height:26px; color:#333; resize:none; display:block;}
.ny_bd .lx_bd .b_d textarea::placeholder{color:#999;}
.ny_bd .lx_bd .b_d button{width:160px; height:50px; background-color:#0b57a7; font-size:16px; line-height:50px; color:#fff; margin-top:20px; margin-right:20px; outline:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_bd .lx_bd .b_d button.c_z{background-color:#888;}
.ny_bd .lx_bd .b_d button:hover{background-color:#05439a;}
.ny_bd .lx_bd .b_d button.c_z:hover{background-color:#2b2b2b;}
@media only screen and (max-width:1440px){
.ny_bd{padding:70px 0;}
.ny_bd .lx_bd .b_t{margin-bottom:40px;}
.ny_bd .lx_bd .b_t h3{font-size:26px; line-height:32px;}
.ny_bd .lx_bd .b_d{padding:20px 30px 40px;}
.ny_bd .lx_bd .b_d ul li{width:47%; margin-top:10px;}
.ny_bd .lx_bd .b_d input{height:51px; font-size:14px; line-height:50px;}
.ny_bd .lx_bd .b_d textarea{height:99px; padding-top:10px; font-size:14px; line-height:22px;}
.ny_bd .lx_bd .b_d button{width:140px; height:46px; font-size:15px; line-height:46px; margin-top:15px; margin-right:15px;}


.about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-text {
  margin: 0.2rem 0 ;
  font-size: 16px;
  line-height: 0.32rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:2;
}

.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev,
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #0b57a7;
  cursor: pointer;
  z-index: 9;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
}

@media only screen and (max-width:1360px){
	
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev,
.about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px #0b57a7;
  cursor: pointer;
  z-index: 9;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
	}
	
@media screen and (max-width: 1004px) {

  .about {
    width: 100%;
    height: auto;
  }
  
  .about .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1.7rem 0.3rem 0.5rem;
    background: url(../images/plate3-bg.png) no-repeat left top;
    background-size: 100%;
  }
  .about .about-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate3 .plate3-main .main-title {
    font-size: 0.58rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .about .about-plate3 .plate3-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
    padding: 0.6rem 0.3rem;
    background: #fff;
    box-shadow: 0.05rem 0 0.3rem rgba(1, 56, 148, 0.06);
    border-radius: 0.2rem;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-icon {
    width: 1rem;
    height: auto;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-icon img {
    width: 100%;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-cent {
    width: calc(100% - 1rem);
    height: auto;
    padding-left: 0.3rem;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-title {
    margin-bottom: 0.12rem;
    font-size: 0.4rem;
    color: #000;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #666;
  }
  .about .about-plate4 {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.6rem;
    background: url(../images/plate4-bg.jpg) no-repeat left 0.4rem;
    background-size: 100%;
  }
  .about .about-plate4 .palte4-box {
    display: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate4 .palte4-box .box-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .about .about-plate4 .palte4-box .box-main .main-cent {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.55rem 0;
  }
  .about .about-plate4 .palte4-box .box-main .main-cent .cent-year {
    margin-bottom: 0.16rem;
    font-family: 'gilroy-bold';
    font-size: 1rem;
    color: #114470;
  }
  .about .about-plate4 .palte4-box .box-main .main-cent .cent-text {
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate4 .palte4-box .box-main .main-cont {
    display: none;
    width: 50%;
    height: auto;
    padding: 0 0.9rem 0 2rem;
  }
  .about .about-plate4 .palte4-box .box-main .main-cont .cont-pic {
    position: relative;
    width: 5rem;
    height: auto;
  }
  .about .about-plate4 .palte4-box .box-main .main-cont .cont-pic img {
    width: 100%;
  }
  .about .about-plate4 .palte4-box .box-main .main-cont .cont-pic::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 6.68rem;
    height: 6.73rem;
    margin: -3.36rem 0 0 -0.06rem;
    border-radius: 50%;
    border: solid 2px #6abbe8;
    opacity: 0.3;
    animation: turn 4s linear infinite;
  }
  .about .about-plate4 .palte4-box .box-main .main-cont .cont-pic::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 6.8rem;
    height: 6.73rem;
    margin: -3.5rem 0 0 0.06rem;
    border-radius: 50%;
    border: solid 2px #6abbe8;
    opacity: 0.3;
    animation: turn 6s linear infinite;
  }
  .about .about-plate4 .palte4-box .box-main .main-cont .cont-pic span {
    position: absolute;
    top: 60%;
    right: 0;
    display: block;
    width: 1.34rem;
    height: 1.34rem;
    padding-top: 0.34rem;
    font-size: 0.3rem;
    font-style: italic;
    text-align: center;
    line-height: 0.3rem;
    color: #fff;
    border-radius: 50%;
    background: #53a7dd;
    transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    z-index: 9;
  }
  .about .about-plate4 .palte4-box .box-main .main-cont .cont-pic span em {
    font-size: 18px;
    font-style: italic;
  }
  .about .about-plate4 .plate4-bottom {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    --swiper-theme-color: #114470;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #114470;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 0.3rem;
    /* 设置按钮大小 */
  }
  .about .about-plate4 .plate4-bottom .bottom-top {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-bottom .bottom-top img {
    width: auto;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide {
    width: calc(100% / 4);
    height: auto;
    margin: 0.3rem 0;
    cursor: pointer;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide .slide-num {
    position: relative;
    font-size: 0.3rem;
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide .slide-num::before {
    content: '';
    position: absolute;
    top: -0.16rem;
    left: 50%;
    width: 10px;
    height: 6px;
    background: url(../images/icon-about-plate4-sanjiao1.png) no-repeat center;
    background-size: 100%;
    opacity: 0;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide .slide-num::after {
    content: '';
    position: absolute;
    bottom: -0.16rem;
    left: 50%;
    width: 10px;
    height: 6px;
    background: url(../images/icon-about-plate4-sanjiao2.png) no-repeat center;
    background-size: 100%;
    opacity: 0;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide:hover .slide-num::before {
    opacity: 1;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide:hover .slide-num::after {
    opacity: 1;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide-on .slide-num::before {
    opacity: 1;
  }
  .about .about-plate4 .plate4-bottom .bottom-swiper .swiper-slide-on .slide-num::after {
    opacity: 1;
  }
  .about .about-plate4 .plate4-bottom .swiper-button-next,
  .about .about-plate4 .plate4-bottom .swiper-button-prev {
    top: -2.5rem;
    z-index: 9;
  }
  .about .about-plate4 .plate4-bottom .swiper-button-next {
    right: -0.2rem;
  }
  .about .about-plate4 .plate4-bottom .swiper-button-prev {
    left: -0.2rem;
  }
  .about .about-plate5 {
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
  }
  .about .about-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }

  .about .about-plate5 .plate5-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about .about-plate5 .plate5-main .main-cont .cont-swiper {
    width: 100%;
    height: auto;
    padding: 0.8rem 0 1.5rem;
    overflow: hidden;
  }
  .about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-pic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-pic img {
    width: 100%;
    border: solid 0.1rem #fff;
  }
  .about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-pic::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    width: 100%;
    height: 0.59rem;
    background: url(../images/plate5-yinying.png) no-repeat center;
    background-size: 100%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .about .about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide-active {
    z-index: 59 !important;
  }
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev,
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
    position: absolute;
    top: auto;
    bottom: -0.4rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    border: solid 1px #114470;
    z-index: 9;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev img,
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: auto;
    transform: translate(-50%, -55%);
    -o-transform: translate(-50%, -55%);
    -moz-transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev .img2,
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover,
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover {
    background: #114470;
  }
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img2,
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img1,
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev {
    left: 30%;
  }
  .about .about-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
    right: 30%;
  }
  .about .about-plate6 {
    width: 100%;
    height: auto;
    padding: 1.7rem 0.3rem 1.4rem;
    background: url(../images/plate6-bg.png) no-repeat left top;
    background-size: 100% 100%;
  }
  .about .about-plate6 .plate6-top {
    display: block  ;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .about .about-plate6 .plate6-top .top-cont {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  .about .about-plate6 .plate6-top .top-cont .cont-title {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    margin-left: 0.6rem;
    font-size: 0.26rem;
    font-weight: bold;
    color: #3d3d3d;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate6 .plate6-top .top-cont .cont-title::after {
    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    width: 100%;
    height: 3px;
    background: #114470;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate6 .plate6-top .top-cont .cont-title:hover {
    color: #114470;
  }
  .about .about-plate6 .plate6-top .top-cont .cont-title:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .about .about-plate6 .plate6-top .top-cont .cont-title-active {
    color: #114470 !important;
  }
  .about .about-plate6 .plate6-top .top-cont .cont-title-active::after {
    transform: scale(1, 1) translateZ(0) !important;
    -o-transform: scale(1, 1) translateZ(0) !important;
    -moz-transform: scale(1, 1) translateZ(0) !important;
    -webkit-transform: scale(1, 1 translateZ(0)) !important;
  }
  .about .about-plate6 .plate6-main {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .about .about-plate6 .plate6-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 1.4rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.5rem 0.5rem;
    border-radius: 0.1rem;
    background: #fff;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-icon {
    position: relative;
    width: 27px;
    height: 27px;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-icon .img2 {
    opacity: 0;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-text {
    margin: 0.2rem 0 0.36rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-time {
    font-family: 'MontserratBold';
    font-size: 0.3rem;
    color: #d4dfe5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover {
    background: #114470;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon .img2 {
    opacity: 1;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-text,
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-time {
    color: #fff;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-pagination {
    bottom: 0;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: #114470;
    opacity: 0.5;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 0.45rem;
    opacity: 1;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev,
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next {
    position: absolute;
    bottom: 0;
    width: 0.9rem;
    height: 0.9rem;
    border: solid 1px #114470;
    cursor: pointer;
    z-index: 9;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev img,
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev .img2,
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev:hover,
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next:hover {
    background: #114470;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev:hover .img2,
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev:hover .img1,
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-prev {
    left: 30%;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper .plate6-swiper-button-next {
    right: 30%;
  }
  .about .about-plate6 .plate6-main .main-cont .cont-swiper-active {
    position: static;
    opacity: 1;
    visibility: visible;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
  }
  .about .about-plate7 {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 0.7rem;
    margin-top: 0.5rem;
    background: url(../images/plate7-bg.png) no-repeat left top;
    background-size: 100%;
  }
  .about .about-plate7 .plate7-web-title {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.58rem;
    font-weight: bold;
    color: #000;
    z-index: 9;
  }
  .about .about-plate7 .plate7-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 1.2rem;
  }
  .about .about-plate7 .plate7-main::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.05rem;
    height: 1rem;
    background: url(../images/plate1-yinghao.png) no-repeat center;
    background-size: 100%;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-pic {
    width: 100%;
    padding-left: 0;
    text-align: center;
    overflow: hidden;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: auto;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 1rem;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-cent .cent-title {
    display: none;
    font-size: 0.58rem;
    font-weight: bold;
    color: #000;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-cent .cent-year {
    margin-top: 0.1rem;
    font-family: 'Gilroy-Light';
    font-size: 0.58rem;
    color: #114470;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.34rem;
    line-height: 0.52rem;
    color: #000;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button {
    position: absolute;
    bottom: 0;
    left: 0.82rem;
    width: 2rem;
    height: 0.5rem;
    z-index: 9;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-pagination {
    bottom: auto;
    font-family: 'Gilroy-Medium';
    font-size: 0.3rem;
    color: #999999;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-pagination .swiper-pagination-current {
    font-size: 0.38rem;
    color: #114470;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev,
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next {
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    z-index: 19;
    cursor: pointer;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev img,
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev .img2,
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev:hover .img2,
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next:hover .img2 {
    opacity: 1 !important;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev:hover .img1,
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-prev {
    right: 0;
  }
  .about .about-plate7 .plate7-main .main-swipwe-cent .swiper-button .swiper-plate7-button-next {
    left: 0;
  }
  .about .about-plate7 .plate8-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate7 .plate8-main .main-title {
    font-size: 0.58rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .about .about-plate7 .plate8-main .main-map {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding: 0 ;
  }
  .about .about-plate7 .plate8-main .main-map .map-pic {
    width: 100%;
    height: auto;
  }
  .about .about-plate7 .plate8-main .main-map .map-pic img {
    width: 100%;
  }
  .about .about-plate7 .plate8-main .main-map .pic-item {
    position: absolute;
    top: 2.74rem;
    right: 2.6rem;
    width: 0.23rem;
    height: auto;
  }
  .about .about-plate7 .plate8-main .main-map .pic-item img {
    width: 100%;
  }
  .about .about-plate7 .plate8-main .main-web-map {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .about .about-plate7 .plate8-main .main-web-map img {
    width: 100%;
  }
  .about .about-plate7 .plate8-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding: 0;
  }
  .about .about-plate7 .plate8-main .main-pic img {
    width: 100%;
  }
  
}	
@media only screen and (max-width:810px){
.about .about-plate1{ width:96%;padding: 30px 0 ;}
}
	
@media only screen and (max-width:640px){
.ny_bd{padding:50px 0;}
.ny_bd .lx_bd .b_t{margin-bottom:30px;}
.ny_bd .lx_bd .b_t h3{font-size:22px; line-height:30px; padding:0 30px;}
.ny_bd .lx_bd .b_t h4{font-size:14px; line-height:22px;}
.ny_bd .lx_bd .t_p{display:none;}
.ny_bd .lx_bd .b_d{width:100%;}
.ny_bd .lx_bd .b_d ul li{width:100%;}

.about .about-plate2 .plate2-main {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.about .about-plate2 .plate2-main .main-cont {
  display: block  ;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.about .about-plate2 .plate2-main .main-cont .cont-item {
  width: 50%;
  height: auto;
  padding: 0.3rem 0.2rem 0.3rem;
  border-right:#094aab 1px dashed;box-sizing:border-box ; float:left
}
.about .about-plate2 .plate2-main .main-cont .cont-item .item-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .cont-item .item-text{ font-size:14px; line-height:26px; min-height:60px}
.about .about-plate1 .plate1-main {
  display: block  ;
  justify-content: space-between; line-height:2;
  width: 96%;
  height: auto;
  margin: 0 auto;
}
.about .about-plate1 .plate1-main .main-cent {
  position: relative;
  width: 100%;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cent .main-text {
  margin-top: 15px;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.about .about-plate1 .plate1-main .main-cent .main-title {
  font-size: 20px;
  font-weight: bold;
  color: #00763c;
}
.about .about-plate1 .plate1-main .main-cont {
  width: 100%;
  height: auto;
  padding-left: 0;
  margin-top: 20px;
}
.about .about-plate1 .plate1-main .main-cont .cont-pic-swiper {
  position: relative;
  width: 100%;
  height: auto;
}
.about .about-plate2 {
  width: 100%;
  height: auto;
  padding: 30px 0;
  background: #f8fafb; overflow:hidden
}
.about .about-plate4 .palte4-box{ width:100%}
.about .about-plate4 .palte4-box .box-main {
  display: block  ;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.about .about-plate4 .palte4-box .box-main .main-cont {
  width: 100%;
  height: auto;
  padding: 0 10px;
}
.about .about-plate4 .palte4-box .box-main .main-cont .cont-pic {
  position: relative;
  width: 100%;
  height: auto;
}
.about .about-plate4 .palte4-box .box-main .main-cent {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px; text-align:center;
}
.about .about-plate4 .palte4-box .box-main .main-cent .cent-text {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-right: 0;
}
.about .about-plate4 .palte4-box .box-main .main-cent .cent-year {
  margin-bottom: 10px;
  font-family: 'gilroy-bold';
  font-size: 24px;
  color: #0b57a7;
  font-weight: bold;
}
.about .about-plate4 .plate4-bottom{ margin-top:20px}
.about .about-plate5 .plate5-main{ width:100%}
}


.DownloadCon{ height:auto; overflow:hidden; padding:60px 0 180px}
.DownloadCon ul li{ padding:20px; background:#fff; padding-right:0; box-sizing:border-box;  display: flex;   justify-content: space-between; align-items: center; margin-bottom:15px; border:#eee 1px solid;  }

.DownloadCon ul li span{color: #333;font-size: 15px;display: block;float: left;border-left: 1px #ddd solid;}
.DownloadCon ul li span:first-child{border-left: none;}
.DownloadCon ul li span.span01{width: calc(100% - 295px); box-sizing:border-box}
.DownloadCon ul li span.span02{width: 135px;text-align: center;color: #999;font-size: 12px;}
.DownloadCon ul li span.span03{width: 160px;text-align: center;font-size: 14px;color: #666;}


.DownloadCon ul li span a{display: block; color:#666}
.DownloadCon ul li:hover{background-color: #0b57a7;}
.DownloadCon ul li:hover span{border-left: 1px #fff solid;color: #fff;}
.DownloadCon ul li:hover span:first-child{border-left: none;}
.DownloadCon ul li:hover span a{color: #fff;}


@media only screen and (max-width:992px){
.DownloadCon{ height:auto; overflow:hidden; padding:30px 0 100px}

.DownloadCon ul li{ padding:10px; padding-right:0;}
.DownloadCon ul li span.span01{width: calc(100% - 110px); box-sizing:border-box}
.DownloadCon ul li span.span02{width: 80px;text-align: center;color: #999;font-size: 12px; display:none;}
.DownloadCon ul li span.span03{width: 100px;text-align: center;font-size: 12px;color: #666;}
.DownloadCon ul li span{color: #333;font-size: 12px;}
}
.product { height:auto; overflow:hidden; padding:0 0 220px}
.product .list{ overflow: hidden; }
.product .list ul{ margin-right: -4px; }
.product .list li{ float: left; width: 25%; margin-bottom: 4px; }
.product .list li .box{ margin-right: 4px; height: 6.32rem; overflow: hidden; position: relative; background: url(../images/bg3.jpg) left repeat-x; }
.product .list li a{ display: block; width: 100%; height: 100%; }
.product .list li .imgDiv{ padding-top: 0.4rem; text-align: center; }
.product .list li .imgDiv img{ width: 3.5rem; transition:2s;-moz-transition:2s;-webkit-transition:2s;-o-transition:2s; }
.product .list li .layer{ position: absolute; left: 0; bottom: 0; text-align: center; width: 100%; height: 2.0rem; }
.product .list li .name{ padding-top: 0.86rem; font-size: 0.3rem; color: #000; }
.product .list li .msg{ font-size: 12px; height: 0.3rem; line-height: 0.3rem; color: #999; overflow: hidden; padding-bottom: 0.25rem; }
.product .list li .ico{ display: none; width: 47px; height: 33px; margin: 20px auto 0;}
.product .list li:hover .layer{ background: #0b57a7; }
.product .list li:hover .name{ padding-top: 0.45rem; color: #fff;}
.product .list li:hover .msg{ color: #fff; }
.product .list li:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.product .list li:hover .ico{ display:block}
@media only screen and (max-width:992px){
.product { height:auto; overflow:hidden; padding:0 0 120px}
.product .list li{ float: left; width: 50%; margin-bottom: 4px; }
.product .list li .box{ margin-right: 4px; height: 5.32rem; overflow: hidden; position: relative; background: url(../images/bg3.jpg) left repeat-x; }

}

.hui2{ background:#f6f9fb; overflow:hidden; padding-bottom:180px}


.cpxq1{ width:100%; margin:0 auto;   background:#fff; margin-top:60px; padding:30px; box-sizing:border-box}

.cpxq2{width:100%; margin:40px auto;   }


.wrapper {
	position:relative;
	width:56%;
	height:300px;
	float:left;
	position:relative
}
.gotop {
	cursor:pointer;
	display:block;
	width:100%;
	margin:0 auto 10px;
	text-align:center;
}
.gobottom {
	cursor:pointer;
	display:block;
	width:100%;
	margin:10px auto 0;
	text-align:center;
}
.wrapper .smallBox {
	height:450px;
	width:80px;
	float:left;
}
.wrapper .smallBox li {
	width:80px;
	height:80px;
	border:1px solid #eeeeee;
	box-sizing:border-box;
	margin-bottom:10px;
	cursor:pointer;
	text-align:center;
	position:relative;
	overflow:hidden
	
}

.wrapper .smallBox li img {
	cursor:pointer;
	display:block;
	width:auto;	
	height:100%;
	box-sizing:border-box;
	 margin:0 auto;
	 position:absolute;
	 left:50%; top:50%;
	 transform:translate(-50%,-50%);

}
.wrapper .smallBox li.hover {
	border:1px solid #0b57a7;
}
.wrapper #Box {
	height:340px;
	width:640px;
	position:relative;
	border:0px solid #ccc;
	float:right;
	cursor:crosshair;
}
.wrapper #bigBox {
	height:450px !important;
	width:300px !important;
	position:absolute;
	top:0px;
	left:550px;
	overflow:hidden;
	display:none;
	border:1px solid gray;
	background:#fff
}
.wrapper #bigBox img {
	max-width:inherit;
}
#Box img {
	position:absolute;
	left:50%; top:50%;
	 transform:translate(-50%,-50%);
	 max-width:100%; max-height:100%

		
}
#Box #lay {
	background:#fff;
	border:1px solid gray;
	position:absolute;
	top:0;
	left:0;
	opacity:0.5;
	display:none;
	filter:alpha(opacity=50);
}
.box_wrapper {
	height:270px;
	overflow:hidden;
	position:relative
}
.box_wrapper ul {
	margin:0;
	position:relative;
	transition:all 0.8s ease-in-out;
}

.smallBox i{ display:block; width:100%; background:#eee}



.cpxx{ width:40%; float:right }
.cpxx h3{ font-size:24px; color:#333333; font-weight:normal; display:block;  line-height:30px; margin:30px 0}
.cpxx p{ display:block; margin-bottom:20px; font-size:16px; padding:15px 0; line-height:40px; color:#666; border-top:1px solid #d2d2d2; border-bottom:1px solid #d2d2d2;}
.cpxx span{ width:160px; background:#90c31f; color:#fff; height:48px; line-height:48px; float:left; border-radius:4px; text-align:center;}
.cpxx span a{ display:block;    font-size:18px; color:#fff; }
.cpxx span a :hover{ background:#00763c; }





.bai{ background:#fff;}




#container {margin: 0 auto;	width: 100%;}
#container .section { background:#ffffff; margin-top:20px;padding: 0px; padding-bottom:20px;}


.section-wrapper {margin-top: -160px;padding-top: 160px;}

.maodian.on{ position:fixed; top:100px; width:100%; left:50%; transform:translateX(-50%)}
.maodian.on #nav{  width:83%; border-bottom:#eee 1px solid; box-sizing:border-box ; margin:0 auto; }

#nav {background: #fff;  list-style: none;overflow: hidden; display: flex;   justify-content: space-between; padding:0 50px 0 30px; box-sizing:border-box;}
#nav li {display: inline-block;	margin-bottom: 0;}
#nav a {display: block;padding: 0; line-height:60px; font-size:18px; color:#666; position:relative}
#nav a:hover {background: none;	color: #00763c; }

#nav .current a {background: #fff;color: #00763c; font-weight:bold;position:relative}
#nav .current a:after{ content:""; position:absolute; width:100%; height:3px; background:#00763c; left:0; bottom:0}


.xqbt{ border-bottom:#f4f4f4 1px solid; padding:15px 20px; box-sizing:border-box}
.xqbt h3{ display:block; color:#333333; font-size:20px; border-left:#0b57a7 6px solid; padding-left:10px;}

.wzjs{ font-size:14px; line-height:2; color:#666; margin:30px; padding:15px;}
.wzjs img{ max-width:100%; height:auto}


.contain{ width:96%; margin:90px auto; max-width:1400px; overflow:hidden; position:relative;}

.nlf{ float:none; width:100%  }
.nrt{ float:right; width:380px}

.canshu{ font-size:14px; line-height:25px; color:#222; padding:30px; box-sizing:border-box }
.canshu td{ background:#f9f9f9; padding:10px; border:#fff 2px solid; box-sizing:border-box; font-weight:bold}

.canshu td:nth-child(2n){ background:#e9ebe1; font-weight:normal;}






.xqbt2{ text-align:center; padding:35px 0; font-size:20px; color:#333; font-weight:bold; }
.xqbt2 em{ display:inline-block;}
.tscp{ width:96%; margin:0 auto; overflow:hidden}
.tscp ul li{ border:#f0f0f0 1px solid; margin:0 auto; max-width:300px; width:100%; position:relative; margin-bottom:20px; overflow:hidden; padding-bottom:20px; box-sizing:border-box}
.tscp ul li i{ display:block; width:100%; padding-bottom:100%; position:relative; overflow:hidden}
.tscp ul li img{ position:absolute;   left:50%; top:50%; transform:translate(-50%,-50%); max-width:80%; max-height:80%}
.tscp ul li p{ display:block;  color:#222;    font-size:14px; text-align:center;  transition:all 0.6s}
.tscp ul li:hover { border:#0b57a7 1px solid;}
@media only screen and (max-width:1440px){
.maodian.on{ position:fixed; top:70px; width:100%; left:50%; transform:translateX(-50%)}
.maodian.on #nav{ width:88%}
}
@media only screen and (max-width:1360px){
.maodian.on{ position:fixed; top:70px; width:100%; left:50%; transform:translateX(-50%)}
.maodian.on #nav{ width:88%}
}

@media only screen and (max-width:1270px){
.cpxx h3{ font-size:20px;  margin:20px 0}
.cpxx p{  font-size:14px; line-height:25px; }
	
.nlf{ float:none; width:100%  }
.nrt{ float:right; width:300px}

.maodian.on{ position:fixed; top:70px; width:100%; left:50%; transform:translateX(-50%)}
.maodian.on #nav{  width:94.2%;  }
}




@media only screen and (max-width:992px){
	.cpxq1{  margin-top:20px; padding:15px; box-sizing:border-box}

.wrapper { float:none; width:100%}
.wrapper #Box {
	
	width:calc(100% - 100px);

}


.cpxx {
    width: 100%;
    float: none;
	margin-top:15px
}



.nlf{ float:none; width:100%;}
.nrt{ float:none; width:100%; margin-top:20px}
	
.maodian.on #nav{  width:100%;  }
	.maodian.on{ top:50px; width:100%}
	
	
	#nav{ padding:0 15px}
	.wzjs {
  
    margin: 15px; font-size:12px; line-height:23px
}

.canshu {
    font-size: 12px;
    line-height: 20px;
   
    padding: 15px;
    box-sizing: border-box;
}
.tscp ul{ overflow:hidden; padding-bottom:20px}
.tscp ul li{ float:left; width:48%; margin:1%; max-width:inherit; padding-bottom:5px}
.tscp ul li p{ font-size:12px; padding:0 10px;}
.xqbt2{ padding:20px 0}
}


@media only screen and (max-width:600px){
	
	.wrapper .smallBox {
	height:60px;
	width:100%;
	float:none;margin-top:10px
}
.wrapper{ height:300px;}

.wrapper #Box {
	height:230px;
	width:100%;

	float:none;
	cursor:crosshair;
}	

.wrapper .smallBox li {
	 display:inline-block; width:60px; height:60px
	
	
}

.cpxx h3{ font-size:18px;  margin:10px 0}
.cpxx p{  font-size:12px; line-height:23px; }

.cpxx span a{ display:block;    font-size:14px; margin-top:20px}

}


.ny_title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #00763c; margin-bottom:50px
}

.prodettop{ padding-bottom:90px }

.prodettop .bot{padding:60px; background:#f8fafb; height:auto; overflow:hidden;border-radius:15px;}
.prodettop .bot .leftbox{width:424px}
.prodettop .bot .leftbox .cntitle{color:#0b57a7;font-size:30px; font-weight:bold; line-height:1}
.prodettop .bot .leftbox .entitle{color:#0b57a7;font-size:24px;line-height:32px;margin-top:12px; text-transform:uppercase/*font-family:'gothbold'*/}
.prodettop .bot .desc{width:calc(100% - 424px);padding-bottom:130px;border-left:1px solid #e5e5e5;padding-left:60px;color:#666;line-height:1.857}
.lf{ float:left}
.prodet1{ height:auto; overflow:hidden; }
.prodet1list{width:32%;margin-right:2%;padding:38px 30px 16px;background-color:#fff;border:1px solid #eee;border-radius:10px; float:left;box-sizing:border-box}
.prodet1list:nth-of-type(3n){margin-right:0}
.prodet1list .icon{margin-right:30px;margin-top:2px}
.prodet1list .textbox{width:calc(100% - 86px)}
.prodet1list .name{color:#0b57a7;font-weight:bold}
.prodet1list .text{color:#999;margin-top:12px;line-height:24px; font-size:14px; min-height:90px}


.prodet3{padding:80px 0 180px;background-image:url(../images/prodet3bg.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover}
.prodet3box{margin-top:52px;background-color:#fff;border:1px solid #eaf5fb; height:auto; overflow:hidden;}
.prodet3list{width:20%;display:block;padding:22px 0;border-right:1px solid #eaf5fb;color:#666;border-bottom:1px solid #eaf5fb;transition:0.5s ease-in-out 0s;-webkit-transition:0.5s ease-in-out 0s;-moz-transition:0.5s ease-in-out 0s; float:left; text-align:center}
.prodet3list:hover{color:#0b57a7}
.prodet3list:nth-of-type(5n){border-right:none}
.prodet3list.last{border-bottom: 0 solid #eaf5fb;}

@media only screen and (max-width:992px){
.prodettop{ padding-bottom:30px }
.prodettop .bot{padding:20px; background:#f8fafb; height:auto; overflow:hidden;border-radius:15px;}
.prodettop .bot .leftbox{width:100%}
.prodettop .bot .leftbox .cntitle{color:#0b57a7;font-size:20px; font-weight:bold; line-height:1}
.prodettop .bot .leftbox .entitle{color:#0b57a7;font-size:14px;line-height:26px;margin-top:10px; text-transform:uppercase/*font-family:'gothbold'*/}
.prodettop .bot .desc{width:100%;padding-bottom:0px;border-top:1px solid #e5e5e5;border-left:0 solid #e5e5e5;padding-left:0px;color:#666;line-height:1.857; font-size:14px; margin-top:20px; padding-top:20px}
.prodet1{ height:auto; overflow:hidden; padding-bottom:20px;}
.prodet1list{width:100%;margin-right:0;padding:16px;background-color:#fff;border:1px solid #eee;border-radius:10px; float:none;box-sizing:border-box; margin-bottom:20px; height:auto; overflow:hidden}
.prodet3{padding:30px 0 100px;background-image:url(../images/prodet3bg.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover}
.prodet3box{margin-top:0px;background-color:#fff;border:1px solid #eaf5fb; height:auto; overflow:hidden;}
.prodet3list{width:50%;display:block;padding:22px 1.562vw;border-right:1px solid #eaf5fb;color:#666;border-bottom:1px solid #eaf5fb;transition:0.5s ease-in-out 0s;-webkit-transition:0.5s ease-in-out 0s;-moz-transition:0.5s ease-in-out 0s; float:left; text-align:center}
.prodet3list:nth-of-type(5n){border-right:1px solid #eaf5fb;}

}


.ny_wl{ height:auto; overflow:hidden; padding:80px 0;background:#f8fafb; }

  .network-item { float:right; width:30%; background: #454444; overflow: hidden; padding:15px; box-sizing:border-box ; height:560px}
  .netsolution-twotop { padding: 0 40px; }
  .netsolution-twotop .swiper-slide { width: 25%; }
  .netsolution-itemtit { float: left; width: 45.41667%; }
  .netsolution-itemtit h3 { margin-bottom: 10px; line-height: 27px; font-size: 22px; }
  .netsolution-itemtit h4 { line-height: 26px; font-size: 20px; }
  .netsolution-itemtxt { float: right; width: 51.66667%; }
  .more-active:hover span { display: inline-block; position: relative; -webkit-animation: moreactive linear .8s infinite; -moz-animation: moreactive linear .8s infinite; -o-animation: moreactive linear .8s infinite; animation: moreactive linear .8s infinite; }
  .network-itemh3 { line-height: 24px; font-size: 18px; color: #eb5504; padding-top: 20px; }

.network-itemimg { width: 100%; margin-top: 5%; }

.network-itemul { width: 100%; padding-top: 7.5%; }

.network-itemul li { width: 100%; padding-bottom: 6.25%; }

.network-itemul li h4 { width: 100%; line-height: 22px; font-size: 16px; color: #eb5504; }

.network-itemul li .network-itemdes { width: 100%; line-height: 18px; font-size: 13px; color: #afafaf; }

.nyn{ background:#fff; height:auto; overflow:hidden; width:85%; margin:0 auto; max-width:1400px}
.wldt{ float:left; width:65%; padding:20px;box-sizing:border-box}
.wldt img{ width:100%; margin:0 auto}

@media only screen and (max-width:1270px){

.nyn{ background:#fff; height:auto; overflow:hidden; width:100%; margin:0 auto; max-width:1400px}
}
@media only screen and (max-width:992px){

.ny_wl{ height:auto; overflow:hidden; padding:30px 0;background:#f8fafb; }
.wldt{ float:left; width:100%; padding:20px;box-sizing:border-box}
  .network-item { float:none; width:100%; background: #454444; overflow: hidden; padding:15px; box-sizing:border-box ; height: auto  }

}

.netsolution { width: 100%; padding:80px 0 80px }

.netsolution-onetxt { width: 100%; padding: 20px 0 20px; line-height: 20px; text-align: center; font-size: 14px; color: #b0b0b0; }

.netsolution-twotop { width: 100%; padding: 0 15px; line-height: 52px; border-bottom: 1px solid #e3e3e3; }

.netsolution-twotop .swiper-container { overflow-y: visible; margin-bottom: -1px; max-width: 1400px; }

.netsolution-twotop .swiper-slide { position: relative; text-align: center; overflow: hidden; height: 52px; padding: 0 13px; line-height: 52px; font-size: 20px; color: #363636; background: #fff; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; border-bottom: 1px solid #e3e3e3; cursor: pointer; font-weight:bold }

.netsolution-twotop .swiper-slide:after { position: absolute; top: 50%; right: 0; z-index: 5; width: 2px; height: 20px; background: #eeeeee; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); content: ''; }

.netsolution-twotop .swiper-slide:last-child::after { display: none; }

.netsolution-twotop .swiper-slide.swiper-slide-next:after { display: none; }

.netsolution-twotop .swiper-slide.afternone:after { display: none; }

.netsolution-twotop .swiper-slide.active-nav { border: 1px solid #e3e3e3; border-top: 2px solid #094aab; border-bottom: 1px solid #fff; }

.netsolution-twotop .swiper-slide.active-nav:after { display: none; }

.netsolution-twotop .swiper-slide.active-nav:before { position: absolute; bottom: -1px; left: 0; z-index: 5; width: 100%; height: 2px; background: #fff; content: ''; }

.netsolution-item { display: none; width: 100%; margin: 35px 0 0; }

.netsolution-vimg { width: 100%; }

.netsolution-itemv { width: 100%; padding: 30px 0 ; border-bottom: 1px solid #e3e3e3; }


.netsolution-itemtit h3 { width: 100%; margin-bottom: 15px; line-height: 35px; font-size: 30px; color: #363636; }

.netsolution-itemtit h4 { width: 100%; line-height: 30px; font-size: 24px; color: #094aab;  }


.netsolution-itemp1 { position: relative; padding-left: 15px; margin-bottom: 10px; }

.netsolution-itemp1:after { position: absolute; top: 12px; left: 0; width: 5px; height: 5px; background: #094aab; -webkit-border-radius: 50%; border-radius: 50%; content: ''; }

.netsolution-a { display: block; width: 120px; height: 30px; margin-top: 25px; line-height: 28px; text-align: center; font-size: 13px; color: #898989; border: 1px solid #b2b2b2; -webkit-border-radius: 20px; border-radius: 20px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.netsolution-a span { display: inline-block; vertical-align: middle; margin-top: -2px; margin-left: 5px; width: 16px; height: 8px; background-repeat: no-repeat; background-position: center center; background-image: url(../images/service-icon1.png); -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.netsolution-a:hover { background: #80b622; border-color: #80b622; color: #fff; }

.netsolution-a:hover span { background-image: url(../images/service-icon2.png); }

.netsolution-cenbtn { width: 100%; position: relative; display: block; height: 50px; line-height: 48px; text-align: center; border: 1px solid #eb5504; font-size: 16px; color: #fff; background: #eb5504; }

.netsolution-cenbtn:after { position: absolute; top: 50%; right: 4.16667%; width: 15px; height: 15px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: translateY(-50%) rotate(45deg); -moz-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); -o-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); content: ''; }

.netsolution-cenbtn.active { border-color: #efefef; background: none; color: #363636; }

.netsolution-cenbtn.active:after { border-color: #c6c6c6; -webkit-transform: translateY(-50%) rotate(-135deg); -moz-transform: translateY(-50%) rotate(-135deg); -ms-transform: translateY(-50%) rotate(-135deg); -o-transform: translateY(-50%) rotate(-135deg); transform: translateY(-50%) rotate(-135deg); }

.netsolution-cenul { display: none; width: 100%; }

.netsolution-cenul a { position: relative; display: table; table-layout: fixed; width: 100%; height: 50px; padding: 0 3.33333%; margin-top: 5px; line-height: 50px; font-size: 0; overflow: hidden; -webkit-animation: flipInX .6s; -moz-animation: flipInX .6s; -o-animation: flipInX .6s; animation: flipInX .6s; }

.netsolution-acell { position: relative; display: table-cell; vertical-align: middle; }

.netsolution-acell:before { position: absolute; top: 50%; right: 0; width: 15px; height: 15px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: translateY(-50%) rotate(-45deg); -moz-transform: translateY(-50%) rotate(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); -o-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); content: ''; }

.commonweb{ width:85%; margin:0 auto; max-width:1400px}


.contact-con { width: 100%;  padding:80px 0 220px;background: #f8fafb; font-size:16px}

.contact-form { width: 100%; padding-top: 5px; }

.contact-item1, .contacdt-item2 { position: relative;  margin-top: 20px; }

 .contact-item1 { float: left; width: 48.33333%; margin-right: 3.33333%; }
  .contact-item1:nth-child(2n) { margin-right: 0; }
  .contacdt-item2 { margin-top: 0; float: left; width: 48.27586%; margin-right: 3.44828%; }
  .contacdt-item2:nth-child(2n) { margin-right: 0; }
  .contact-item3, .contact-item4 { float: left; width: 100%; }

.contact-item1 input, .contacdt-item2 input { position: relative; z-index: 5; width: 100%; height: 50px; line-height: 50px; font-size: 16px; color: #666; border-bottom: 1px solid #e6e6e6; background: transparent; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.contact-item1 input:focus, .contacdt-item2 input:focus { color: #eb5504; border-color: #eb5504; }

.contact-inplace { position: absolute; bottom: 50%; left: 0; z-index: 1; line-height: 1; font-size: 16px; color: #333333; -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%); -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.contact-inplace i { color: #e81616; font-style: normal; }

.contact-inplace.active { color: #b2b2b2; bottom: 100%; -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); transform: translateY(0%); }

.contact-inplace.active i { color: #b2b2b2; }

.contact-item3 { width: 100%; margin-top: 24px; }

.contact-item3 textarea { width: 100%; height: 120px; font-size: 16px; color: #666; border: 1px solid #e6e6e6; background: #fbfcfa; }

.contact-item3 textarea:focus { color: #eb5504; border-color: #eb5504; }

.contact-h6 { margin-bottom: 7px; line-height: 20px; font-size: 16px; color: #333333; }

.contact-h6 i { color: #e81616; font-style: normal; }

.contact-item4 { width: 100%; padding-top: 15px; }

.contact-item4 input { width: 140px; height: 48px; margin-right: 10px; font-size: 16px; color: #ffffff; background: #eb5504; }

.contact-item4 .contact-fret { background: #fff; color: #696969; }

.sba{ width:100%; height:auto;  margin:0 auto; overflow:hidden; text-align:center}
.sba video{ width:100%; height:auto; margin:0 auto}

.ny_xqlb ul{display: flex; flex-wrap:wrap;}
.ny_xqlb ul li { width:23%; margin:0 1%;  margin-bottom:25px; text-align:center }
.ny_xqlb ul li h3{ font-size:16px; color:#333; margin-top:15px}
.ny_xqlb ul li .sppic{ display:block; width:100%; padding-bottom:67%; position:relative; overflow:hidden; background:#000;}
.ny_xqlb ul li .sppic img{ position:absolute; width:100%; height:100%; left:0; top:0; transition:all 0.6s; opacity:0.8}
.ny_xqlb ul li:hover .sppic img{ transform:scale(1.05,1.05); transition:all 0.6s}
.ny_xqlb ul li .sppic:before{content: "\e63f";font-family: "iconfont"; position:absolute; color:#fff; text-align:center;  z-index:9;  left:50%; top:50%; transform:translate(-50%,-50%); font-size:50px}
.tanchu {width:100%; height:100%; background:rgba(0,0,0,0.5); display:none; position: fixed; top:50%; left:50%; z-index:99; transform:translate(-50%,-50%)}
.tanchu .gb {top:20px; right:20px; cursor:pointer; position:absolute; z-index:999;}
.tanchu .wz { width:90%; height:auto; background:#fff; text-align:center; left:50%; top:50%; max-width:800px; position:absolute; padding:40px 50px; transform:translate(-50%,-50%);-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box; z-index:999 }
.tanchu .wz h1{ display:block; font-size:20px; margin-bottom:20px}
.tanchu .kong{ position:absolute; width:100%; height:100%; z-index:100}

@media only screen and (max-width:1440px){

.netsolution-twotop .swiper-container { overflow-y: visible; margin-bottom: -1px; max-width: 1240px; }
}

@media only screen and (max-width:1360px){

.netsolution-twotop .swiper-container { overflow-y: visible; margin-bottom: -1px; max-width: 1155px; }
}

@media only screen and (max-width:1270px){

.netsolution-twotop .swiper-container { overflow-y: visible; margin-bottom: -1px; max-width: 1080px; }
}

@media only screen and (max-width:992px){

.ny_xqlb ul li { width:48%; margin:0 1%;  margin-bottom:15px; text-align:center }
.ny_xqlb ul li h3{ font-size:14px; color:#333; margin-top:15px}
.ny_xqlb ul li .sppic:before{  font-size:30px}
.tanchu .wz h1{ display:block; font-size:16px; margin-bottom:20px}
.netsolution { width: 100%; padding:30px 0 30px }
.netsolution-twotop .swiper-slide { position: relative; text-align: center; overflow: hidden; height: 42px; padding: 0 5px; line-height: 32px; font-size: 14px; color: #363636; background: #fff; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; border-bottom: 1px solid #e3e3e3; cursor: pointer; font-weight:bold }
  .netsolution-itemtit h3 { margin-bottom: 5px; line-height: 27px; font-size: 18px; }
  .netsolution-itemtit h4 { line-height: 26px; font-size: 16px; }
.netsolution-itemp1{ font-size:14px; margin-bottom:5px}
.contact-con { width: 100%;  padding:30px 0 120px;background: #f8fafb; font-size:14px}
.contact-item1 input, .contacdt-item2 input{ font-size:14px}


.ny_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #00763c; margin-bottom:30px
}
}

.xswx{ height:auto; overflow:hidden; padding:80px 0 200px;background-color: #f8fafb;}
.xswx li{ float:left; width:17.6%; margin-right:3%; margin-bottom:20px}
.xswx ul li:nth-child(5n){margin-right:0; }
.xswx li img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.xswx li:hover img{transform:scale(1.05);
-webkit-transform:scale(1.05);
-moz-transform:scale(1.05);
-ms-transform:scale(1.05);
-o-transform:scale(1.05);}

.xswx li a p{ text-align:center; line-height:30px; height:48px; font-size:16px; margin-top:10px; color:#555}

@media only screen and (max-width:992px){
.xswx{ height:auto; overflow:hidden; padding:30px 0 150px;background-color: #f8fafb;}
.xswx li{ float:left; width:49%; margin-right:2%; margin-bottom:10px}
.xswx ul li:nth-child(even){margin-right:0; }
.xswx ul li:nth-child(odd){margin-right:2%; }
.xswx li a p{ text-align:center; line-height:24px; font-size:14px; margin-top:10px; color:#555}
}
.contact-conput{ text-indent:80px;}
.zzz1 { height:60px; margin-top: -50px;}


@media only screen and (max-width:992px){
	
.contact-conput{ text-indent:40px;}	
	
}


.zw{ line-height:30px; padding:15px 0; min-height:350px;color:#555555; font-size:14px;max-width: 1100px; margin: 20px auto;}
.zw a:link{ color:#555555; }
.zw a:visited{ color:#555;}
.zw a:hover{ color:#FF6205;}
.zw a:active{color:#555555;}
.zw img{
 max-width:100%;

 width:expression(document.body.clientWidth>100%?"100%":"auto");

}

.xiaocms-page span{ margin:0 3px;  border:1px solid #00763c;line-height:35px; padding:0 15px; background:#00763c; color:#FFFFFF; display:inline-block; }
.xiaocms-page  a{margin:0 3px;   border:1px solid #eee;line-height:35px;background:#fff; display:block; color:#333; padding:0 15px;display:inline-block; }
.xiaocms-page  a:hover {margin:0 3px;   border:1px solid #00763c;line-height:35px; background:#00763c; color:#fff; padding:0 15px;display:inline-block;}


.prodet1list .text{color:#999;margin-top:12px;line-height:24px; font-size:14px; min-height:120px}
@media only screen and (max-width:1440px){
.prodet1list .text{color:#999;margin-top:12px;line-height:24px; font-size:14px; min-height:160px}
}

/**chanpin*/

.chanpin_title{    border-bottom: 1px solid #dcdcdc;
    background: #90c31f;
    color: #fff;
    font-weight: 700;
    height: 46px;}
	
.chanpin_title span{    float: left;
    height: 46px;
    text-align: left; padding-left:10px;
    line-height: 46px;}
	
.chanpin_title span:nth-child(1){ width:10%; padding-left:2%;}
.chanpin_title span:nth-child(2){ width:22% }
.chanpin_title span:nth-child(3){ width:28%}
.chanpin_title span:nth-child(4){ width:12% }
.chanpin_title span:nth-child(5){ width:10% }
.chanpin_title span:nth-child(6){ width:8% }
.chanpin_title span:nth-child(7){ width:8% }




.chanpin_list a{ border-bottom: 1px solid #e7e7e7; height: 46px; float: left; width:100%;}
.chanpin_list a span{   float: left; text-align: left; padding-left:10px; height:46px; line-height:46px;  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}

.chanpin_list  span:nth-child(1){ width:10%; padding-left:2%;}
.chanpin_list  span:nth-child(2){ width:22% }
.chanpin_list  span:nth-child(3){ width:28%}
.chanpin_list  span:nth-child(4){ width:12% }
.chanpin_list  span:nth-child(5){ width:10% }
.chanpin_list  span:nth-child(6){ width:8% }
.chanpin_list span:nth-child(7){ width:8% }

@media (max-width: 1199px) {
  
 .chanpin_title span:nth-child(1){ width:13%; padding-left:1%;}
.chanpin_title span:nth-child(2){ width:40% }
.chanpin_title span:nth-child(3){ width:2%; display:none;}
.chanpin_title span:nth-child(4){ width:28% }
.chanpin_title span:nth-child(5){ width:18% }
.chanpin_title span:nth-child(6){ width:8%;  display:none;}
.chanpin_title span:nth-child(7){ width:8% ;  display:none;} 
 
 .chanpin_list a span{ font-size:13px;}
 .chanpin_list  span:nth-child(1){ width:13%; padding-left:1%;}
.chanpin_list  span:nth-child(2){ width:40% }
.chanpin_list  span:nth-child(3){ width:2%;display:none;}
.chanpin_list  span:nth-child(4){ width:28% }
.chanpin_list  span:nth-child(5){ width:18% }
.chanpin_list  span:nth-child(6){ width:8% ;  display:none;}
.chanpin_list span:nth-child(7){ width:8% ;  display:none;}
  
}
