html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  overflow-x: hidden;
}
.phone .lanug {
  line-height: 57px;
  font-size: 20px;
  padding: 0 10px 0 0;
}
.phone .lanug a {
  padding: 0 10px 0 0;
}
.phone .lanug a.active {
  color: #1390C7;
}
.menuBox {
  position: fixed;
  z-index: 900;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  visibility: hidden
}
.caroufredsel_wrapper {
  display: none;
}
.menuBoxs:after, .menuBox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/skin/img/navbg.jpg);
  -webkit-transition: .8s cubic-bezier(.77, 0, .175, 1);
  -moz-transition: .8s cubic-bezier(.77, 0, .175, 1);
  transition: .8s cubic-bezier(.77, 0, .175, 1)
}
.menuBox:before {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}
.menuBoxs:after {
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}
.menuBox .navMobile {
  padding-top: 18%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .45s;
  -moz-transition: .45s;
  transition: .45s
}
.menuBox.show {
  visibility: visible
}
.menuBox.show:after, .menuBox.show:before {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none
}
.menuBox.show .navMobile {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .76s .6s;
  -moz-transition: .76s .6s;
  transition: .76s .6s
}
.menuBox .lang {
  display: none
}
.navMobile {
  text-align: center;
  letter-spacing: -6px;
  position: relative;
  z-index: 1
}
.navMobile dd {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  text-align: left;
  margin: 0 40px
}
.navMobile dd a {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  color: #8d8d8d
}
.navMobile dd a:before {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s
}
.navMobile dd p {
  line-height: 1;
  text-align: center;
}
.navMobile dd > p {
  margin-bottom: 40px
}
.navMobile dd > p > a {
  font-size: 24px;
  padding-bottom: 10px;
  color: #fff
}
.navMobile dd > p > a:before {
  height: 2px;
  background: #d5d5d5
}
.navMobile dd .mtv p + p {
  margin-top: 12px
}
.navMobile dd .mtv a {
  padding-bottom: 5px;
  color: #fff;
}
.navMobile dd .mtv a:before {
  height: 1px;
  background: #8d8d8d
}
.navMobile dd .mtv a:hover {
  color: #1390C7 !important;
}
.menuBoxs:after, .menuBox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/skin/img/100.jpg) !important;
  -webkit-transition: .8s cubic-bezier(.77, 0, .175, 1);
  -moz-transition: .8s cubic-bezier(.77, 0, .175, 1);
  transition: .8s cubic-bezier(.77, 0, .175, 1);
}
.pc_header .dao {
  background: #fff;
}
.pc_header .dao_div {
  margin: 0 auto;
  width: 50%;
}
.pc_header .dao .dao_div ul {
  display: flex;
  justify-content: center;
}
.pc_header .dao .dao_div ul a {
  display: block;
  padding: 0 2.5625rem;
}
.pc_header .dao .dao_div ul li {
  width: 25%;
  text-align: center;
}
.pc_header .dao:hover a {
  color: #000 !important;
}
.tanxwrs .right {
  padding-left: 40px;
}
.tanxwrs .right .font28 {
  color: #333;
  padding: 20px 0 15px;
}
.tanxwrs .right .font16 {
  color: #4d4d4d;
}
.tanxwrs {
  padding-bottom: 80px;
}
/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.trans {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.procs .modal-dialog {
  width: 72%;
  top: 50%;
  transform: translateY(-50%) !important;
  margin: 0 auto;
}
.procs.modal {
  background: rgba(0, 0, 0, 0.7);
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.pc_header .center > ul > li:hover .er-ul {
  transform: scale(1);
  opacity: 1;
}
.country {
  top: 145%;
}
.pc_header .center > ul > li .er-ul {
  /* transition: 200ms all; */
  transform: scale(0);
  opacity: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.er-ul li {
  line-height: 40px;
  display: block;
  margin: 0 20px;
}
.er-ul li a {
  color: #fff;
  font-size: 16px;
  display: block;
  text-align: left;
  color: #fff;
  text-align: center;
}
.er-ul li:hover a {
  color: #e60012;
}
.er-ul li:hover {
  /* background: #1390C7; */
}
.er-ul li:hover a {
  color: #1390C7 !important;
}
.all_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5rem 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
  display: none;
}
.all_nav .container {
  height: 100%;
}
.all_nav ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.all_nav ul li .name {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 36px;
  padding-bottom: 10px;
}
.all_nav ul li .name_a {
  font-size: 1.125rem;
  line-height: 30px;
}
.all_nav .guanbi {
  position: absolute;
  right: 0;
  top: 10%;
}
.all_nav .guanbi i {
  font-size: 1.5rem;
}
html {
  font-size: calc(0.83333333vw);
}
.container {
  padding: 0 15rem;
  width: 100%;
}
.container-l {
  padding-left: 15rem;
}
.container-r {
  padding-right: 15rem;
}
.pc_header {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  z-index: 999;
  line-height: 90px;
  background-color: #fff;
}
.pc_header .caidan i {
  display: block;
}
.pc_header .language ul {
  position: absolute;
  top: 100%;
  left: -16px;
  width: 50px;
  text-align: center;
  display: none;
  background-color: #fff;
  font-size: 1rem;
}
.pc_header .language ul li {
  line-height: 30px;
}
.pc_header .language ul li:hover a {
  color: #1390C7;
}
.pc_header .language ul li a {
  color: #fff;
  font-size: 0.875rem;
}
.pc_header .language:hover ul {
  display: block;
}
.pc_header .language {
  /* padding: 0 .9375rem 0 16.875rem; */
  padding: 0;
  font-size: 18px;
  position: relative;
}
.pc_header .language a {
  padding: 0 8px;
  position: relative;
  display: inline-block;
}
.pc_header .language a:nth-child(2)::before, .pc_header .language a:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2px;
  width: 2px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
}
.pc_header .language a:hover {
  color: #1390C7;
}
.pc_header .sousuo {
  padding: 0 25px;
  /* padding: 0; */
}
.pc_header .center > ul > li {
  float: left;
  font-size: 18px;
  color: #FFFFFF;
  /* position: relative; */
}
.pc_header .center > ul > li:nth-child(1) .er-ul ul, .pc_header .center > ul > li:nth-child(2) .er-ul ul {
  position: relative;
  left: -4%;
  width: 50%;
  display: flex;
  justify-content: center;
}
.pc_header .center > ul > li:nth-child(3) .er-ul ul {
  position: relative;
  left: 4%;
  width: 50%;
  display: flex;
  justify-content: center;
}
.pc_header .center > ul > li:nth-child(4) .er-ul ul {
  position: relative;
  left: 9.5%;
  width: 50%;
  display: flex;
  justify-content: center;
}
.pc_header .center > ul > li .er-ul ul li {
  float: left;
}
.pc_header .center > ul > li > a {
  position: relative;
  padding: 0 10px;
}
.pc_header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #1390C7;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.pc_header .center > ul > li:hover > a::before, .pc_header .center > ul > li.active > a::before {
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.pc_header .center > ul > li > a {
  color: #000;
  position: relative;
}
.pc_header .center > ul > li > a:hover {
  color: #1390C7;
}
.pc_header .center > ul > li > a {
  position: relative;
}
.pc_header .center > ul > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
}
.pc_header:hover .center > ul > li > a::after, .pc_header.active .center > ul > li > a::after, .fp-viewing-1 .pc_header .center > ul > li > a::after, .fp-viewing-2 .pc_header .center > ul > li > a::after, .fp-viewing-3 .pc_header .center > ul > li > a::after, .fp-viewing-4 .pc_header .center > ul > li > a::after, .fp-viewing-5 .pc_header .center > ul > li > a::after, .fp-viewing-6 .pc_header .center > ul > li > a::after {
  background: rgb(42 42 42 / 8%);
}
.pc_header .center > ul > li:last-child::before {
  display: none;
}
.pc_header .right i, .pc_header .right a {
  color: #fff;
}
.pc_header .center > ul > li:last-child > a::after {
  display: none;
}
.pc_header .right a {
  color: #fff;
}
.pc_header .caidan {
  width: 100px;
  height: 91px;
  position: relative;
}
.pc_header .caidan i {
  font-size: 1.25rem;
}
.pc_header .caidan.active {
  background-color: #1390C7;
}
.pc_header:hover .caidan i {
  color: #fff;
}
.pc_header .caidan > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pc_header .caidan span {
  height: 2px;
  background: #1390C7;
  margin: 4.5px 0;
  display: block;
  text-align: right;
}
.pc_header .caidan span:nth-child(1), .pc_header .caidan span:nth-child(3) {
  width: 28px;
}
.pc_header .caidan span:nth-child(2) {
  width: 21px;
}
.pc_header .left {
  padding: 0 0 0 15px;
}
.pc_header .left, .pc_header .right {}
.pc_header .center {
  float: none;
  margin: 0 auto;
  width: 70%;
}
.pc_header .center > ul {
  display: flex;
  justify-content: center;
}
.pc_header.active .center > ul > li > a, .pc_header:hover .center > ul > li > a, .pc_header:hover .right a, .pc_header:hover .right i, .pc_header.active .right a, .pc_header.active .right i {
  color: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.fp-viewing-1 .pc_header .center > ul > li > a, .fp-viewing-2 .pc_header .center > ul > li > a, .fp-viewing-3 .pc_header .center > ul > li > a, .fp-viewing-4 .pc_header .center > ul > li > a, .fp-viewing-5 .pc_header .center > ul > li > a, .fp-viewing-6 .pc_header .center > ul > li > a, .fp-viewing-1 .pc_header .right a, .fp-viewing-2 .pc_header .right a, .fp-viewing-3 .pc_header .right a, .fp-viewing-4 .pc_header .right a, .fp-viewing-5 .pc_header .right a, .fp-viewing-6 .pc_header .right a, .fp-viewing-1 .pc_header .right i, .fp-viewing-2 .pc_header .right i, .fp-viewing-3 .pc_header .right i, .fp-viewing-4 .pc_header .right i, .fp-viewing-5 .pc_header .right i, .fp-viewing-6 .pc_header .right i {
  color: #2A2A2A;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.fp-viewing-1 .pc_header .caidan i, .fp-viewing-2 .pc_header .caidan i, .fp-viewing-3 .pc_header .caidan i, .fp-viewing-4 .pc_header .caidan i, .fp-viewing-5 .pc_header .caidan i, .fp-viewing-6 .pc_header .caidan i, .pc_header:hover .caidan i, .pc_header.active1 .caidan i, .pc_header.active2 .caidan i {
  color: #fff !important;
}
.pc_header.active1 .center > ul > li > a, .pc_header.active2 .center > ul > li > a, .pc_header:hover .center > ul > li > a, .pc_header:hover .right a, .pc_header:hover .right i, .pc_header.active1 .right a, .pc_header.active1 .right i, .pc_header.active2 .right a, .pc_header.active2 .right i {
  color: #2A2A2A;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.pro_content {
  background-image: linear-gradient(to right bottom, #2096ca, #ffffff);
}
.pc_header.active .language a:nth-child(2)::before, .pc_header.active .center > ul > li::before, .pc_header:hover .language a:nth-child(2)::before, .pc_header:hover .center > ul > li::before, .fp-viewing-1 .pc_header .center > ul > li > a, .fp-viewing-2 .pc_header .center > ul > li > a, .fp-viewing-3 .pc_header .center > ul > li > a, .fp-viewing-4 .pc_header .center > ul > li > a, .fp-viewing-5 .pc_header .center > ul > li > a, .fp-viewing-6 .pc_header .center > ul > li > a {
  background: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.pc_header.active1 .language a:nth-child(2)::before, .pc_header.active2 .language a:nth-child(2)::before {
  background-color: #cccccc;
}
.pc_header.active .center > ul > li::before, .pc_header:hover .center > ul > li::before, .pc_header.active .language a:nth-child(2)::before, .pc_header:hover .language a:nth-child(2)::before, .pc_header.active .language a:nth-child(3)::before, .pc_header:hover .language a:nth-child(3)::before, .fp-viewing-1 .pc_header .center > ul > li::before, .fp-viewing-2 .pc_header .center > ul > li::before, .fp-viewing-3 .pc_header .center > ul > li::before, .fp-viewing-4 .pc_header .center > ul > li::before, .fp-viewing-5 .pc_header .center > ul > li::before, .fp-viewing-6 .pc_header .center > ul > li::before, .fp-viewing-1 .pc_header .language a:nth-child(2)::before, .fp-viewing-2 .pc_header .language a:nth-child(2)::before, .fp-viewing-3 .pc_header .language a:nth-child(2)::before, .fp-viewing-4 .pc_header .language a:nth-child(2)::before, .fp-viewing-5 .pc_header .language a:nth-child(2)::before, .fp-viewing-6 .pc_header .language a:nth-child(2)::before, .fp-viewing-1 .pc_header .language a:nth-child(3)::before, .fp-viewing-2 .pc_header .language a:nth-child(3)::before, .fp-viewing-3 .pc_header .language a:nth-child(3)::before, .fp-viewing-4 .pc_header .language a:nth-child(3)::before, .fp-viewing-5 .pc_header .language a:nth-child(3)::before, .fp-viewing-6 .pc_header .language a:nth-child(3)::before {
  background: #cccccc;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.pc_header.active, .fp-viewing-1 .pc_header {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #C1C1C1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.pc_header.active1, .pc_header.active2, .pc_header:hover, .fp-viewing-1 .pc_header, .fp-viewing-2 .pc_header, .fp-viewing-3 .pc_header, .fp-viewing-4 .pc_header, .fp-viewing-5 .pc_header, .fp-viewing-6 .pc_header {
  background: rgba(255, 255, 255, 1);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.pc_header.active .caidan, .pc_header:hover .caidan, .fp-viewing-1 .pc_header .caidan, .fp-viewing-2 .pc_header .caidan, .fp-viewing-3 .pc_header .caidan, .fp-viewing-4 .pc_header .caidan, .fp-viewing-5 .pc_header .caidan, .fp-viewing-6 .pc_header .caidan {
  background: #1390C7;
}
.pc_header.active .caidan span, .pc_header:hover .caidan span, .fp-viewing-1 .pc_header .caidan span, .fp-viewing-2 .pc_header .caidan span, .fp-viewing-3 .pc_header .caidan span, .fp-viewing-4 .pc_header .caidan span, .fp-viewing-5 .pc_header .caidan span, .fp-viewing-6 .pc_header .caidan span {
  background: #fff;
}
.pc_header.active a, .pc_header:hover a, .pc_header.active i, .pc_header:hover i, .fp-viewing-1 .pc_header a, .fp-viewing-1 .pc_header i, .fp-viewing-2 .pc_header a, .fp-viewing-3 .pc_header a, .fp-viewing-4 .pc_header a, .fp-viewing-5 .pc_header a, .fp-viewing-6 .pc_header a, .fp-viewing-2 .pc_header i, .fp-viewing-3 .pc_header i, .fp-viewing-4 .pc_header i, .fp-viewing-5 .pc_header i, .fp-viewing-6 .pc_header i {
  color: #fff;
}
.font14 {
  font-size: .875rem;
  line-height: 1.75rem;
  color: #000;
}
.font16 {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000;
}
.font18 {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #000;
}
.font20 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #000;
}
.font22 {
  font-size: 1.375rem;
  line-height: 2.375rem;
  color: #000;
}
.font24 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #000;
}
.font26 {
  font-size: 1.625rem;
  line-height: 42px;
  color: #000;
}
.video-js .vjs-tech {
  height: 100vh;
}
.font28 {
  font-size: 1.75rem;
  line-height: 2.75rem;
  color: #000;
}
.font30 {
  font-size: 1.875rem;
  line-height: 3.125rem;
  color: #000;
}
.title {
  font-weight: bold;
  font-size: 38px;
  ;
  line-height: 1.5;
  color: #FF0004;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
  bottom: 15%;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.banner .content1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.banner .content1 .swiper-button-next {
  right: 4rem;
}
.banner .content1 .swiper-button-prev {
  left: 4rem;
}
/* .banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active{
  background-color: #1390C7;
  position: relative;
  border: 4px solid #1390C7;
}  */
.banner .hover .banner_p2 {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 1.25rem;
}
.banner .swiper_1 {
  position: relative;
}
.banner .swiper_1 > .pr_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.banner .hover .banner_p1 {
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 5rem;
  color: #FFFFFF;
}
.more {
  padding: 0 2.1875rem;
  line-height: 3.375rem;
  background: #E21A22;
  display: inline-block;
  border: 1px solid #E21A22;
}
button.more {
  color: #fff;
  margin-top: 20px;
}
button.more:hover {
  color: #E21A22;
}
.more a {
  color: #fff;
}
.more a i {
  margin-left: 5px;
}
.section01 .banner_swiper img, .section01 .banner_swiper video {
  height: 100vh;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
}
.pc_header.active1 .caidan {
  background: #2096ca;
}
.section02 {
  background: url(/skin/img/case.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
}
.section02 .padding_left {
  padding-left: 15rem;
}
.section02 .left {
  width: 25.937%;
  border-top: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
}
.section02 .left .font16 {
  margin-top: 2rem;
  line-height: 2.5rem;
}
.section02 .left > div {
  padding: 4rem 0 4.5rem 0;
}
.section02 .left .more {
  margin: 3.625rem 0 8.75rem 0;
}
.section02 .right {
  width: 70%;
}
.section02 .section01_swiper .swiper-slide > div {
  background-color: #fff;
}
.section02 .section01_swiper .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  padding: 65px 50px 40px;
}
.section02 .section01_swiper .hover > div {
  width: 100%;
  height: 100%;
}
.section02 .section01_swiper .number {
  font-weight: bold;
  font-size: 38px;
  line-height: 2;
  color: #f00;
}
.section02 .section01_swiper .name {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #ff0000;
  width: 104px;
  background-color: #ff0000;
}
.section02 .section01_swiper .clearfix {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section02 .swiper-slide:hover img {
  transform: scale(1.1);
}
.section02 .swiper-slide:hover .number {
  color: #1390C7;
}
.section02 .swiper-button-next, .section02 .swiper-button-prev {
  left: 0;
  right: auto;
  bottom: 32px;
  top: auto;
  width: 26px;
  height: 18px;
  background-size: 100% 100%;
}
.section02 .swiper-button-next {
  left: 23.5%;
  background: url(/skin/img/2.png) no-repeat;
}
.section02 .swiper-button-prev {
  background: url(/skin/img/3.png) no-repeat;
}
.section02 .swiper-scrollbar {
  position: absolute;
  left: 2%;
  height: 2px;
  bottom: 39px;
  width: 20.8%;
}
.section03 .futitle, .section03 .title {
  color: #fff;
}
.section03 .futitle {
  margin: 1.5625rem 0 3.4375rem 0;
}
.section03 .bg {
  background-size: cover;
  height: 100vh;
}
.section03 .bg.active0 {
  background: url(/skin/img/4.jpg) no-repeat;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.section03 .bg.active1 {
  background: url(/skin/img/sec3_bg2.jpg) no-repeat;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.section03 .bg.active2 {
  background: url(/skin/img/sec3_bg3.jpg) no-repeat;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.section03 .bg > div {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.section03 ul {
  padding: 0 15.5rem;
}
.section03 ul li {
  border: 2px solid #fff;
  padding: 5.125rem 1.875rem 2.5rem;
  float: left;
  width: 33.3%;
  position: relative;
  bottom: -120%;
}
.section03 ul li:nth-child(2) {
  border-left: none;
  border-right: none;
}
.section03 ul li .icon {
  margin: 0 auto;
  font-size: 68px;
  color: #fff;
}
.section03 ul li:hover .icon {
  color: #F00;
}
.section03 ul li .icon img:nth-child(1) {
  display: block;
}
.section03 ul li .icon img:nth-child(2) {
  display: none;
}
.section03 ul li .font16 div:nth-child(1) {
  margin: 1rem 0 0rem 0;
}
.section03 ul li .font16 div {
  color: #fff;
  line-height: 2.5rem;
}
.section03 ul li:hover {
  background: #fff;
}
.section03 ul li:hover .font16 div:nth-child(2) {
  color: #000;
}
.section03 ul li:hover .font16 div:nth-child(1) {
  color: #000000;
}
.section03 ul li:hover .icon img:nth-child(2) {
  display: block;
}
.section03 ul li:hover .icon img:nth-child(1) {
  display: none;
}
.section04 ul li > div, .about_two ul li > div {
  padding: 25px 0;
}
.section04 ul li .icon, .about_two ul li .icon {
  height: 65px;
  line-height: 65px;
  margin: 0 auto;
}
.section04 ul li .font16, .about_two ul li .font16 {
  color: #fff;
  position: relative;
  padding: .9375rem 0;
  font-weight: bold;
}
.section04 ul li .font20, .about_two ul li .font20 {
  margin-top: 0.9375rem;
}
.section04 ul li .font16::before, .about_two ul li .font16::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 26px;
  height: 2px;
}
.section04 ul li .number, .about_two ul li .number {
  margin-top: 0.9375rem;
  line-height: 3.75rem;
}
.section04 ul li .number span, .about_two ul li .number span {
  font-size: 3.125rem;
  font-weight: 600;
}
.section04 .bg {
  background: url(/skin/img/5.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
}
.section07 .bg {
  background: url(/skin/img/bg7.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 250px 0;
}
.section06 {
  background: url(/skin/img/bg6.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
}
.section04 .bg > div {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.section04 .title, .section04 .futitle {
  width: 30%;
  color: #fff;
}
.section04 .futitle {
  margin: 1.5625rem 0 4.6875rem;
  line-height: 2.1875rem;
}
.section04 ul li {
  width: 25%;
  float: left;
}
.section04 ul li:nth-child(1), .section04 ul li:nth-child(3) {
  background-color: #fff;
}
.section04 ul li:nth-child(1) .font20, .section04 ul li:nth-child(3) .font20 {
  color: #1390C7;
}
.section04 ul li:nth-child(1) .font16, .section04 ul li:nth-child(3) .font16 {
  color: #000;
  font-weight: bold;
}
.section04 ul li:nth-child(1) .font16::before, .section04 ul li:nth-child(3) .font16::before {
  background-color: #000;
}
.section04 ul li:nth-child(2) {
  background-color: #1390c7;
}
.section04 ul li:nth-child(2) .number {
  color: #fff;
}
.section04 ul li:nth-child(4) {
  background-color: #1390C7;
}
.section04 ul li:nth-child(4) .number {
  color: #fff;
}
.section04 ul {
  position: relative;
}
.section04 ul li:nth-child(3) {
  position: absolute;
  left: 50%;
}
.section04 ul li:nth-child(4) {
  position: absolute;
  left: 75%;
}
.section05 {
  background: url(/skin/img/news.jpg) no-repeat;
}
.section05 .left {
  width: 57%;
}
.section05 .left ul {
  border-top: 2px solid #fb0000;
  margin-top: 30px;
}
.section05 .left ul li {
  padding: 15px 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  background-color: rgb(255 255 255 / 50%);
}
.section05 .left ul li:hover .name, .section05 .left ul li:hover .fr i {
  color: #1390C7;
}
.section05 .left .fl, .section05 .left .fr {
  width: 20%;
  line-height: 5rem;
}
.section05 .left .fr {
  text-align: right;
}
.section05 .left .fr i {
  font-size: 1.25rem;
}
.section05 .left .center {
  margin: 0 auto;
  width: 100%;
}
.section05 .left .data {
  color: #e21a22;
  font-size: 18px;
  padding-left: 10px;
}
.section05 .font18 {
  color: #2c2c2c;
  line-height: 2.5rem;
  font-weight: bold;
}
.section05 .font16.line1 {
  color: #000;
  line-height: 2.5rem;
}
.section05 .right {
  padding-left: 4.1875rem;
  width: 43%;
}
.section05 .least_new .content {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 60px 35px;
}
.section05 .least_new .data {
  color: #A5A5A5;
  margin: 4px 0;
}
.section05 .least_new .data i {
  margin-right: 8px;
  font-size: 1.125rem;
}
.section05 .least_new .font16 {
  line-height: 2.0625rem;
}
.section05 .least_new .baioqian {
  width: 108px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: .875rem;
  color: #fff;
  background-color: #1390C7;
  position: absolute;
  top: -0.9375rem;
}
.section05 .more_a {
  line-height: 5rem;
  margin-bottom: 1.875rem;
  text-align: right;
}
.section05 .more_a:hover {
  color: #1390C7;
}
footer {
  font-size: .875rem;
  line-height: 36px;
  color: #9C9C9C;
  background-color: #444444;
  padding: 3.75rem 0 4.375rem;
}
.article_pro_model .swiper-button-next, .article_pro_model .swiper-button-prev {
  background-size: 24px 24px;
}
footer .fl1 {
  width: 20%;
}
footer .fl1 ul {
  margin-top: 0.9375rem;
}
footer .fl1 ul li {
  margin-bottom: 20px;
}
footer .fl1 ul li span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: solid 1px #A6A6A6;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
}
footer .fl2 {
  width: 35%;
  padding-left: 6.25rem;
}
footer .fl2 .fenxiang {
  margin-top: 0.9375rem;
}
footer .fl2 .enter_emaile {
  width: 100%;
  background: transparent;
  line-height: 3.75rem;
  height: 3.75rem;
  margin-top: 30px;
}
footer .fl2 .enter_emaile input {
  background: transparent;
  width: 100%;
  border: none;
  font-size: .875rem;
  color: #9c9c9c;
  border-bottom: 1px solid #bebebe;
}
footer .fl2 .enter_emaile button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: transparent;
  border: none;
}
footer .fl2 .enter_emaile button i {
  font-size: 1.25rem;
}
footer .fl2 .enter_emaile button:hover i {
  color: #1390C7;
}
footer .name {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: bold;
}
footer .fenxiang a {
  background: transparent !important;
  font-size: 1.125rem !important;
  color: #444444 !important;
  margin: 0 !important;
  margin-right: 10px !important;
  padding-left: 0 !important;
  float: none !important;
  display: inline-block;
  text-align: center;
  width: 2.625rem !important;
  height: 2.625rem !important;
  border: solid 1px #EC1B23;
  border-radius: 50%;
  line-height: 2.625rem !important;
  background: #EC1B23 !important;
  border-color: transparent !important;
}
.fp-viewing-3 .section04 ul li:nth-child(3) {
  top: -100%;
  animation: xiangshang 1.5s 1;
}
@keyframes xiangshang {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
footer .fenxiang a:hover {
  text-decoration: none;
  background: #fff !important;
  color: #EC1B23 !important;
  border: 1px solid #fff !important;
  opacity: 1 !important;
}
footer .fl3 {
  width: 27%;
  padding-left: 9.375rem;
}
footer .fl3 li a {
  color: #9c9c9c;
}
footer .fr {
  margin-left: 2.5rem;
  text-align: center;
}
.beian {
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: .875rem;
  color: #9c9c9c;
  background-color: #202020;
  text-align: center;
}
.beian a {
  color: #9c9c9c;
}
.ny_ban .hover {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 99;
}
.ny_ban .name {
  font-size: 3.125rem;
  margin-bottom: 30px;
  line-height: 3.75rem;
  color: #FFFFFF;
  font-weight: 600;
}
.ny_ban .bread {
  color: #fff;
}
.ny_ban .bread a {
  color: #fff;
}
.ny_ban .bread a:hover {
  color: #1390C7;
}
.ny_erji {
  line-height: 4.1875rem;
  background-color: #1390C7;
  position: relative;
  margin-top: -2px;
}
.ny_erji ul {
  display: flex;
  justify-content: center;
}
.ny_erji ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 4.1875rem;
}
.ny_erji ul li a {
  padding: 0 4.375rem;
  color: #fff;
  display: block;
}
.ny_erji ul li:nth-child(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.ny_erji ul li:hover, .ny_erji ul li.active {
  background-color: #fff;
}
.ny_erji ul li:hover a, .ny_erji ul li.active a {
  color: #000;
}
.padding_t_b {
  padding: 7.5rem 0;
}
.pro_content .content {
  padding: 1.875rem .9375rem;
  background-color: #F5F5F5;
}
.pro_content .content .name {
  line-height: 1.875rem;
  color: #2A2A2A;
  margin-bottom: 10px;
}
.pro_content .content .text {
  line-height: 1.75rem;
  color: #000;
  font-size: .875rem;
}
.list_pro .col-md-4:hover .content, .tlcp_swiper .swiper-slide:hover .content {
  background-color: #E21A22;
}
.list_pro .col-md-4:hover .content .name, .tlcp_swiper .swiper-slide:hover .content .name, .list_pro .col-md-4:hover .content .text, .tlcp_swiper .swiper-slide:hover .content .text {
  color: #fff;
}
.list_pro .col-md-4:hover img, .tlcp_swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.list_pro .col-md-4 {
  margin-bottom: 2.5rem;
  padding: 0 1.375rem;
}
.bread_height {
  height: 3.9375rem;
  line-height: 3.9375rem;
}
.bread_height .font16 {
  line-height: 3.9375rem;
}
.bread a:hover {
  color: #1390C7;
}
.article_pro {
  padding: 3rem 0;
  position: relative;
}
.article_pro .left {
  padding-right: 6.25rem;
}
.article_pro .right {
  background-image: linear-gradient(to right bottom, #2096ca, #ffffff);
  box-shadow: 0 0 10px #ddd;
  padding: 30px;
}
.article_pro .font28 {
  margin: 1.5rem 0 1.25rem;
  color: #2A2A2A;
}
.article_pro .more {
  margin-top: 2.1875rem;
}
.article_pro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 58%;
  height: 100%;
  background-color: #F3F3F3;
  z-index: -1;
}
.pro_two {
  padding: 3.3125rem 0 3.75rem;
}
.pro_two ul {
  border-bottom: 1px solid #E6EAEF;
}
.pro_two ul li {
  float: left;
  padding: 0 2.25rem;
  margin-right: 0.9375rem;
  line-height: 70px;
  color: #231815;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}
.pro_two ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #E21A22;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.pro_two ul li.active::before, .pro_two ul li:hover::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.pro_two #miao1 {
  margin-top: 3.75rem;
}
.pro_title {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 60px;
  color: #000000;
  margin-bottom: 2.1875rem;
}
.tlcp {
  padding: 4.375rem 0;
  background-color: #F3F3F3;
}
.tlcp .swiper-button-prev, .about_four_swiper .swiper-button-prev {
  left: -50px;
}
.tlcp .swiper-button-next, .about_four_swiper .swiper-button-next {
  right: -50px;
}
.tlcp .swiper-button-prev, .about_four_swiper .swiper-button-prev, .tlcp .swiper-button-next, .about_four_swiper .swiper-button-next {
  background-size: 30px 30px;
  opacity: 0.3;
}
.about_one::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(/skin/img/21-80.jpg) no-repeat;
  width: 50%;
  height: 43.75rem;
  background-size: cover;
  z-index: 1;
}
.about_one {
  margin-top: 7.5rem;
  position: relative;
  padding-bottom: 76px;
}
.about_one .left {
  width: 50%;
  padding-right: 45px;
}
.about_one .text {
  margin-top: 35px;
}
.about_one .en_title {
  margin-top: 1.125rem;
}
.ny_title {
  font-size: 28px;
  line-height: 2;
  font-weight: bold;
  color: #f00;
}
.en_title {
  font-size: .875rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #FF0707;
}
.about_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
}
.about_two {
  padding: 5.875rem 0;
  position: relative;
}
.about_two ul {
  position: relative;
  z-index: 4;
}
.about_two ul li > div {
  background: #fff;
}
.about_two ul li > div .font16 {
  color: #000;
}
.about_two ul li > div .font16::before {
  background: #000;
}
.about_two ul li > div .font20 {
  color: #1390C7;
}
.about_three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #F5F5F5;
}
.about_three {
  position: relative;
}
.about_three .right {
  padding: 1.875rem 0 0 4.375rem;
}
.about_three ul {
  margin-top: 1.875rem;
}
.about_three ul li {
  font-size: 1rem;
  line-height: 4.375rem;
  text-transform: uppercase;
  color: #000;
  position: relative;
  padding-left: 1.75rem;
}
.about_three ul li span {
  color: #000;
  font-size: 1.125rem;
}
.about_three ul li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #1390C7;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.about_four {
  padding: 5rem 0;
}
.about_four .about_four_swiper {
  margin-top: 2.375rem;
}
.about_four .about_four_swiper .swiper-slide > div:nth-child(1), .list_honor .col-md-3 > div > div:nth-child(1) {
  border: 1px solid #fff;
}
.list_honor .col-md-3 {
  margin-bottom: 30px;
}
.about_four .about_four_swiper .font16, .list_honor .col-md-3 .font16 {
  color: #000;
  padding: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  background-color: rgb(255 255 255 / 80%);
}
.about_four .about_four_swiper .swiper-slide:hover .font16, .list_honor .col-md-3 > div:hover .font16 {
  color: #1390C7;
}
.about_four .about_four_swiper .swiper-slide:hover img, .list_honor .col-md-3 > div:hover img {
  transform: scale(1.1);
}
.gongyi {}
.gongyi {
  padding: 6.5625rem 0 5rem;
}
.gongyi_one .row {
  margin-top: 0rem;
}
.gongyi_one .col-md-6 {
  margin-bottom: 2.25rem;
}
.gongyi_one .number {
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 3.75rem;
  color: #1390C7;
  padding: 2.1875rem 0 .9375rem;
}
.gongyi_one .left:nth-child(1) {
  padding-right: 2.5rem;
}
.gongyi_one .right:nth-child(4) {
  padding-left: 2.5rem;
}
.gongyi_one .bor {
  border: 1px solid #aaaaaa;
}
.gongyi_two {
  background-color: #f5f5f5;
  padding: 6.875rem 0;
}
.procs .col-md-9 {
  border-left: 1px solid #ddd;
}
.procs .col-md-3 {
  text-align: center;
  padding-top: 6rem;
}
.procs .col-md-3 .more {
  margin-top: 15px;
  line-height: 3rem;
}
.procs .col-md-3 .name {
  font-weight: 600;
  color: #202020;
}
.gongyi_two .font28 {
  padding-bottom: .9375rem;
  color: #2A2A2A;
}
.procs .modal-header {
  padding: 0;
  border-bottom: none;
}
.procs .modal-header .close {
  margin-top: 11px;
  right: 20px;
  position: relative;
}
.gongyi_three {
  background: url(/skin/img/27.jpg) no-repeat;
  padding: 7.5rem 0;
  width: 100%;
  background-size: cover;
}
.gongyi_three .right {
  width: 50%;
  padding: 3.125rem 4rem;
  background: transparent;
}
.gongyi_three .right .font16, .gongyi_three .right .font28 {
  color: #fff;
}
.gongyi_three .right .font28 {
  margin-bottom: 0.9375rem;
}
.gongyi_four {
  padding: 6.5rem 0;
}
.gongyi_four .font28, .gongyi_six .font28 {
  margin-bottom: 2.5rem;
  color: #2A2A2A;
}
.gongyi_four .font16 {
  color: #000;
  margin-top: 1.125rem;
}
.gongyi_four ul li {
  float: left;
  padding: 0 .9375rem;
  width: 20%;
  margin: 0 0 1.875rem 0;
}
.gongyi_four_one ul li {
  width: 25%;
}
.gongyi_four ul li > div {
  padding: 0 0.9375rem;
  padding: 2.8125rem .9375rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.gongyi_five {
  padding: 7.5rem 0;
  background: #f5f5f5;
}
.gongyi_five .gongyi_five_swiper {
  padding: 30px;
  position: relative;
}
.gongyi_five .gongyi_five_swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #fff;
}
.gongyi_five .font28 {
  color: #2A2A2A;
  margin: .9375rem 0 25px;
}
.gongyi_five .font16 span {
  color: #e60012;
}
.gongyi_five .right {
  padding-left: 1.875rem;
}
.gongyi_five .swiper-pagination {
  bottom: 3.25rem;
  left: 52%;
}
.gongyi_five .swiper-pagination-bullet {
  background: #b7b7b7;
  width: .75rem;
  height: .75rem;
  margin: 0 .375rem;
}
.gongyi_five .swiper-pagination-bullet-active {
  background-color: #e60012;
}
.gongyi_five .swiper-button-next, .gongyi_five .swiper-button-prev {
  right: 0;
  left: auto;
  bottom: 2.5rem;
  top: auto;
  transform: translateY(0);
  background-size: 20px 20px;
  margin-top: 0;
}
.gongyi_five .swiper-button-prev {
  right: 2.1875rem;
}
.gongyi_six {
  padding: 7.4375rem 0;
}
.gongyi_six .gongyi_six_swipewr {
  padding-bottom: 50px;
}
.gongyi_six .swiper-slide > div:nth-child(1) {
  border: 1px solid #aaaaaa;
  padding: 2.1875rem 0;
  text-align: center;
}
.gongyi_six .font16 {
  margin: 1.25rem 0;
  color: #000;
}
.gongyi_six .swiper-pagination-bullet {
  background: #b7b7b7;
  width: .75rem;
  height: .75rem;
}
.gongyi_six .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .5625rem;
}
.gongyi_six .swiper-pagination-bullet-active {
  background-color: #e60012;
}
.list_article {
  padding: 7.5rem 0 9.375rem;
}
.list_article ul li {
  padding: 1.875rem .9375rem;
  border-top: 1px solid #e0e0e0;
}
.list_article ul li .right {
  padding-left: 1.875rem;
}
.list_article ul li .more {
  margin-top: .9375rem;
}
.list_article ul li .data {
  color: #A5A5A5;
}
.list_article ul li .data i {
  margin-right: 10px;
  font-size: 1.125rem;
}
.list_article ul li .font20 {
  color: #2A2A2A;
  font-size: 20px;
}
.article_article {
  padding: 60px 0;
}
.article_article .font28 {
  color: #000;
  margin-bottom: .625rem;
}
.article_article .top {
  padding: 15px 0;
  border-bottom: 2px solid #ddd;
  margin-bottom: 1.5625rem;
  text-align: center;
}
.article_article .data {
  color: #A5A5A5;
}
.article_article .data i {
  margin-right: 10px;
  font-size: 1.125rem;
}
.article_article .shangxia {
  height: 5.875rem;
  line-height: 5.875rem;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 5.3125rem;
}
.article_article .shangxia > div {
  width: 50%;
  float: left;
  font-size: 1rem;
}
.article_article .shangxia > div a {
  color: #000;
}
.article_article .shangxia .shang i {
  margin-right: 10px;
}
.article_article .shangxia .xia {
  text-align: right;
}
.article_article .shangxia .xia i {
  margin-left: 10px;
}
.article_article .shangxia > div:hover a {
  color: #1390C7;
}
.article_article .more {
  margin-top: 3.125rem;
}
.article_article .bshare-custom {
  padding: 1.875rem 0;
  float: right;
  font-size: 1rem;
}
.article_article .bshare-custom a {
  background: none;
  font-size: 1.2rem;
}
.article_article .bshare-custom a:hover {
  text-decoration: none;
  color: #E21A22;
}
.more:hover {
  background: #fff;
}
.more:hover a {
  color: #E21A22;
}
.recruit_one {
  padding: 7.8125rem 0;
}
.recruit_one .font16 {
  padding: 1.25rem 0 5.9375rem;
}
.recruit_two {
  padding: 4.6875rem 0 3.125rem;
  background: #f5f5f5;
}
.recruit_two .row {
  margin-top: 1.5625rem;
}
.recruit_two .row .col-md-3 {
  margin-bottom: 2.125rem;
}
.recruit_two .row .col-md-3 .line2 {
  height: 3.75rem;
}
.recruit_two .row .col-md-3 img {
  display: inline-block;
  height: 50px;
}
.recruit_two .row .col-md-3 > div {
  padding: 3.125rem 1.5rem 2.5rem;
  background: #fff;
}
.recruit_two .row .col-md-3 > div .font20 {
  color: #E21A22;
  font-weight: 600;
  padding: .9375rem 0 .625rem;
}
.recruit_two .row .col-md-3:hover img {
  transform: rotateY(360deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.recruit_three {
  padding: 4.25rem 0 8.125rem;
}
.recruit_three ul {
  margin-top: 1.375rem;
}
.recruit_three ul li {
  margin-bottom: 1.25rem;
}
.recruit_three ul li .clearfix {
  line-height: 4.0625rem;
  height: 4.0625rem;
  background: #e5e5e5;
  font-size: 1.25rem;
  color: #000000;
  padding: 0 4.375rem;
}
.recruit_three ul li .clearfix > div {
  float: left;
  width: 15%;
}
.recruit_three ul li .clearfix > div:nth-child(1) {
  width: 25%;
}
.recruit_three ul li .content {
  padding: 2.25rem 4.375rem;
  border: 1px solid #e5e5e5;
  display: none;
}
.recruit_three ul li .text {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e5e5e5;
}
.recruit_three ul li.active .clearfix {
  background-color: #1390C7;
  color: #fff;
}
.recruit_three ul li.active .content {
  display: block;
}
.recruit_three ul .more {
  margin-top: 2.5rem;
}
.recruit_three .font18 {
  color: #000;
  font-weight: 600;
}
.contact_one {
  padding: 6.875rem 0 3.75rem;
}
.contact_one .icon {
  border: 2px solid #e21a22;
  width: 6.25rem;
  height: 6.25rem;
  line-height: 6.25rem;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.contact_one .icon i {
  color: #e21a22;
  font-size: 1.875rem;
}
.contact_one .contact_one_swiper {
  margin-top: 1.875rem;
}
.contact_one .font16 {
  margin-top: .9375rem;
}
.contact_three {
  padding: 4.0625rem 0 5.3125rem;
}
.contact_three .row {
  margin-top: 5rem;
}
.contact_three .right {
  padding-left: 2.5rem;
}
.contact_three .right ul {
  margin-top: 1.25rem;
}
.contact_three .right ul li {
  float: left;
  width: 50%;
  margin-bottom: 1.25rem;
}
.contact_three .right ul li .font18 {
  color: #e21a22;
  font-weight: 600;
}
.contact_three .font28 {
  color: #2a2a2a;
  margin-top: 1.25rem;
}
.contact_four {
  padding: 2rem 0 5.5625rem;
}
.contact_four ul {
  margin-top: 1.875rem;
}
.contact_four ul li.w20 {
  width: 50%;
  padding: 0 0.9375rem;
  float: left;
  margin-bottom: 1.4375rem;
}
.contact_four ul li.w20 input {
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  border: 1px solid #ddd;
  font-size: 1rem;
  width: 100%;
}
.contact_four ul li.w100 {
  padding: 0 0.9375rem;
  width: 100%;
}
.contact_four ul li.w100 textarea {
  height: 164px;
  line-height: 30px;
  padding: 0.9375rem 20px;
  border: 1px solid #ddd;
  font-size: 1rem;
  width: 100%;
}
#fp-nav {
  right: auto;
  left: 20px;
  width: 30px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span, #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 0;
  margin: 0;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  background: url(/skin/img/40.svg) no-repeat;
  width: 10px;
  height: 90px;
  position: absolute;
  top: 2px;
  left: 13px;
  background-size: 10px 90px;
}
#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 20px;
}
.fp-viewing-1 #fp-nav ul li:nth-child(2), .fp-viewing-1 .fp-slidesNav ul li:nth-child(2), .fp-viewing-0 #fp-nav ul li:nth-child(1), .fp-viewing-0 .fp-slidesNav ul li:nth-child(1), .fp-viewing-2 #fp-nav ul li:nth-child(3), .fp-viewing-2 .fp-slidesNav ul li:nth-child(3), .fp-viewing-3 #fp-nav ul li:nth-child(4), .fp-viewing-3 .fp-slidesNav ul li:nth-child(4), .fp-viewing-4 #fp-nav ul li:nth-child(5), .fp-viewing-4 .fp-slidesNav ul li:nth-child(5), .fp-viewing-5 #fp-nav ul li:nth-child(6), .fp-viewing-5 .fp-slidesNav ul li:nth-child(6), .fp-viewing-6 #fp-nav ul li:nth-child(7), .fp-viewing-6 .fp-slidesNav ul li:nth-child(7) {
  height: 6rem;
}
.body_pad1 {
  padding-top: 91px;
}
.gongyi_five .table {
  border-color: #ddd;
  text-align: center;
}
.gongyi_five .table tr td {
  vertical-align: middle;
}
.gongyi_five .table tr:nth-child(1), .gongyi_five .table tr:nth-child(2) {
  background: #1390C7;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.gongyi_five .table > tbody > tr > td, .gongyi_five .table > tbody > tr > th, .gongyi_five .table > tfoot > tr > td, .gongyi_five .table > tfoot > tr > th, .gongyi_five .table > thead > tr > td, .gongyi_five .table > thead > tr > th {
  padding: 20px 10px;
  font-size: 1rem;
}
.picture.active {
  /* transform: scale(0.945); */
  transition: all .5s;
  border-radius: 30px;
  margin-top: 70px;
}
.picture {
  height: 100vh;
  background: #fff;
  background-attachment: fixed;
  position: relative;
  /* transform: scale(1);
  transition: all .5s;
  border-radius: 0px; */
  /* clip-path:inset(52px 0px 0px); */
}
.picture > .ta {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.picture .title {
  position: relative;
  background-image: -webkit-linear-gradient(left, red, #fd8403, yellow);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.picture_two_sj:nth-child(1) {
  margin-top: 0;
  padding-top: 52px;
}
.picture_two {
  position: relative;
  height: 100%;
  margin: 52px;
  /* min-height: var(--tile-min-height);
  margin-top: calc(var(--r-localnav-height)*-1); */
}
.picture_two > div {
  border-radius: 30px;
  background-color: #fff;
  padding: 17vh 0;
}
.fontbig {
  position: relative;
  background-image: -webkit-linear-gradient(left, red, #fd8403, yellow);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: 600;
  margin-bottom: 1.5625rem;
  margin-top: 3.125rem;
}
.fontsmall {
  font-size: 1.25rem;
  line-height: 36px;
  color: #383838;
  display: none;
}
.picture_two > div .row {
  position: relative;
}
.picture_two:nth-child(odd) > div .row > .col-md-6:nth-child(1) {
  width: 40%;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
}
.picture_two:nth-child(odd) > div .row > .col-md-6:nth-child(2) {
  float: right;
  width: 60%;
}
.picture_two:nth-child(even) > div .row > .col-md-6:nth-child(1) {
  width: 40%;
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
}
.picture_two:nth-child(even) > div .row > .col-md-6:nth-child(2) {
  float: left;
  width: 60%;
}
.picture .title {
  font-size: 5rem;
  font-weight: 600;
  line-height: 7.5rem;
  margin-bottom: 20px;
}
.picture_three {
  display: none;
}
.picture_three #ticker-1 li {
  display: inline-block;
  margin: 0 40px;
  vertical-align: bottom;
}
.picture_two:last-child {
  margin-bottom: 0;
  padding-bottom: 52px;
}
.picture_three #ticker-2 li {
  display: inline-block;
  margin: 0 40px;
  vertical-align: top;
}
.picture_three ul li img {
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.466);
}
.picture_three ul {
  margin-bottom: 40px;
}
.picture_three #ticker-1 .name {
  font-size: 14px;
  margin-bottom: 15px;
}
.picture_three #ticker-2 .name {
  font-size: 14px;
  margin-top: 15px;
}
.picture_three {
  margin: 60px 20px;
}
.list_about_miaso#miao1, .list_about_miaso#miao2, .list_about_miaso#miao3 {
  position: relative;
  top: -100px;
}
.phone_swiper {
  display: none;
}
@media (max-width: 1920px) {
  .section02 .left .more {
    margin: 15px 0;
  }
  .section02 .left > div {
    padding: 3rem 0 6.2rem 0;
  }
  .section03 ul {
    padding: 0px 10rem;
  }
  .section04 ul li:nth-child(3) {
    /* top: -320px; */
  }
  .section04 .title, .section04 .futitle {
    width: 37%;
  }
  .section04 .futitle {
    margin: 1.5625rem 0 2.6875rem;
    font-size: 1rem;
    color: #000;
  }
}
@media (max-width: 1820px) {
  .pc_header .caidan {
    width: 6.25rem;
  }
}
@media (max-width: 1600px) {
  .ny_ban .name {
    font-size: 2.8rem;
    margin-bottom: 5px;
  }
  .article_article {
    padding: 6rem 0 8rem;
  }
  footer .fl3 {
    width: 20%;
    padding-left: 7.375rem;
  }
  .section02 .left > div {
    padding: 3.8rem 0 6.2rem 0;
  }
  .title {
    font-weight: bold;
    font-size: 3rem;
    line-height: 4rem;
  }
  .section02 .section01_swiper .hover {
    padding: 35px 30px;
  }
  .section04 ul li > div, .about_two ul li > div {
    padding: 2rem 0;
  }
  .section05 .more_a {
    line-height: 4rem;
  }
}
@media (max-width: 1440px) {
  .section02 .left > div {
    padding: 3.8rem 0 5.6rem 0;
  }
  .list_article ul li .data {
    line-height: 30px;
    font-size: 14px;
  }
  .font16 {
    font-size: 14px;
    line-height: 28px;
  }
  .recruit_two .row .col-md-3 .line2 {
    height: 56px;
  }
  .list_article ul li .font20 {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .banner .hover .banner_p1 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 4rem;
  }
  .section05 .left ul li {
    padding: 1.56rem 0;
  }
  footer .fl1 {
    width: 20%;
  }
  .pro_title {
    margin-bottom: 1rem;
  }
  .pro_two #miao1 {
    margin-top: 2.75rem;
  }
  .ny_erji ul li a {
    padding: 0 3rem;
  }
  footer .fl3 {
    width: 19%;
    padding-left: 6.375rem;
  }
  .list_article ul li .right .font16 {
    -webkit-line-clamp: 2;
    padding: .35rem 0;
  }
  .recruit_one .font16 {
    padding: 1.25rem 0 3rem;
  }
  .picture_two .container {
    padding: 0 10rem;
  }
  .tanxwrs {
    padding-bottom: 45px;
  }
  .recruit_two .row .col-md-3 .line2 {
    line-height: 22px;
    height: 66px;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 1280px) {
  .gongyi_four .font16 {
    font-size: 12px;
  }
  .pc_header .language {
    padding: 0 .9375rem 0 3rem;
  }
  .section03 ul li {
    padding: 3.125rem 1.875rem 2.5rem;
  }
  .section02 .left > div {
    padding: 4.4rem ​0 5rem;
  }
  .section03 ul li .icon, .section04 ul li .icon, .about_two ul li .icon {
    width: 45px;
    height: 45px;
  }
  .zhusr-about-zz i {
    font-size: 28px;
  }
  .section05 .least_new .content {
    padding: 25px;
  }
  .section05 .left ul li {
    padding: 1.1rem 0;
  }
  footer .fl1 {
    width: 29%;
  }
  footer .fl3 {
    width: 16%;
    padding-left: 5rem;
  }
  footer .fl2 {
    padding-left: 4.25rem;
  }
  .article_pro .left {
    padding-right: 4.25rem;
  }
  footer .container {
    padding: 0 6rem;
  }
  .font28 {
    font-size: 2.5rem;
  }
  .pro_two ul li {
    line-height: 44px;
  }
  .gongyi_five .gongyi_five_swiper {
    padding: 15px;
  }
  .gongyi_five .font28 {
    font-size: 1.8rem;
    margin-top: 0;
  }
  .gongyi_five .gongyi_five_swiper::before {
    height: 87%;
  }
  .gongyi_five .swiper-pagination {
    bottom: 1.25rem;
  }
  .gongyi_five .swiper-button-next, .gongyi_five .swiper-button-prev {
    bottom: 0.5rem;
  }
  .gongyi_five {
    padding: 5.5rem 0;
  }
  .gongyi_two {
    padding: 4.5rem 0;
  }
  .gongyi_four ul li {
    padding: 0 .75rem;
  }
  .gongyi_four {
    padding: 5rem 0;
  }
  .gongyi_four ul li > div {
    padding: 1.8rem .75rem;
  }
  .gongyi_one {
    padding: 4.5rem 0 4.5rem;
  }
  .gongyi_one .right:nth-child(4) {
    padding-left: 30px;
  }
  .gongyi_one .left:nth-child(1) {
    padding-right: 35px;
    padding-left: 0;
  }
  .gongyi_one .number {
    padding: 0.1875rem 0 .9375rem;
  }
  .gongyi_one .col-md-6 {
    margin-bottom: 3rem;
  }
  .about_three ul li {
    line-height: 3.375rem;
  }
  .about_one .text {
    margin-top: 20px;
  }
  .list_article ul li .right .font16 {
    padding: .15rem 0;
  }
  #fp-nav.right {
    display: none;
  }
  .picture_two:nth-child(odd) > div .row > .col-md-6:nth-child(1), .picture_two:nth-child(odd) > div .row > .col-md-6:nth-child(2), .picture_two:nth-child(even) > div .row > .col-md-6:nth-child(1), .picture_two:nth-child(even) > div .row > .col-md-6:nth-child(2) {
    width: 100%;
    position: static;
    transform: translateY(0);
  }
  .picture_two img {
    width: 100%;
  }
  .picture_two .fontsmall {
    margin-bottom: 20px;
  }
  .picture_two > div {
    border-radius: 20px;
    padding: 10vh 0;
  }
  .fontbig {
    margin-top: 0;
    text-align: center;
  }
}
@media (max-width: 1100px) {
  .pc_header .left {
    width: 10%;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
  }
  .gongyi_four ul li > div {
    padding: 1.8rem .2rem;
  }
  .pc_header .left img {
    width: 57px;
    height: 57px;
    max-width: 57px;
  }
  .pc_header .right {
    width: 30%;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
  }
  .pc_header .center {
    width: 70%;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
  }
}
@media (max-width: 1024px) {
  .pc_header {
    display: none;
  }
  .sidebar-menu.is-active {
    display: block;
    transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .section01 .banner_swiper img {
    object-position: center center;
  }
  .phone .container {
    padding: 0 6.25rem;
  }
  .phone {
    display: block;
  }
  #fp-nav.right {
    display: none;
  }
  #fullpage .section, #fullpage .section > div {
    height: auto !important;
  }
  .container {
    padding: 0 8rem;
  }
  .section02 .padding_left {
    padding-left: 8rem;
  }
  .section02 .left .font16 {
    margin-top: 1rem;
  }
  .section02 .section01_swiper .hover {
    padding: 20px 15px;
  }
  .section02 .left > div {
    padding: 1.5rem 0 2rem 0;
  }
  .section02 .swiper-scrollbar {
    left: 4%;
    width: 18.8%;
  }
  .section02 .left .more {
    margin: 20px 0;
  }
  .section02 {
    padding: 3.75rem 0;
  }
  .section03 ul {
    padding: 0px 4rem;
  }
  .section03 .bg, .section04 .bg {
    height: auto;
  }
  .section03 .bg > div, .section04 .bg > div {
    position: static;
    transform: translateY(0);
    padding: 7rem 0;
  }
  .section03 .futitle {
    margin: 1rem 0 2rem 0;
  }
  .section04 .title, .section04 .futitle {
    width: 100%;
  }
  .section05 .least_new .baioqian {
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
  }
  .section05 .left ul li {
    padding: 0.4rem 0;
  }
  .section05 {
    padding: 7rem 0;
  }
  .section05 .left ul {
    margin-top: 15px;
  }
  .section05 .more_a {
    margin-bottom: 15px;
  }
  .section02 .section01_swiper .name {
    line-height: 22px;
  }
  .pc_header .center > ul > li {
    padding: 0 1.6rem;
  }
  .section02 .padding_left {
    padding-left: 15px;
  }
  .section02 .left .font16 {
    margin-top: 10px;
  }
  .banner .hover .banner_p1 {
    font-size: 2rem;
    line-height: 3.75rem;
  }
  .banner .hover .banner_p2 {
    margin-top: 0;
  }
  footer, .beian {
    display: none;
  }
  .pc_header .container {
    padding: 0 0 0 3rem;
  }
  .gongyi_three .right {
    width: 66%;
  }
  .gongyi_five .gongyi_five_swiper::before {
    height: 96%;
  }
  .gongyi_five .swiper-pagination {
    bottom: 0rem;
  }
  .gongyi_five .swiper-button-next, .gongyi_five .swiper-button-prev {
    display: none;
  }
  .gongyi_five .gongyi_five_swiper {
    padding-bottom: 5rem;
  }
  .gongyi_five .font28 {
    font-size: 2.5rem;
    margin-top: 15px;
  }
  .gongyi_six {
    padding: 5.5rem 0;
  }
  .about_three .right {
    padding: 1.5rem 15px 0 15px;
  }
  .about_one .left {
    width: 100%;
    padding-right: 0;
  }
  .list_article {
    padding: 5.5rem 0 5.5rem;
  }
  .list_article ul li .right .font20 {
    font-size: 2rem;
  }
  .recruit_one {
    padding: 5.5rem 0;
  }
  body {
    padding: 93px 0 0px;
  }
  .phone .iconfont {
    font-size: 22px;
    line-height: 57px;
  }
  .banner .hover .banner_p1 {
    font-size: 24px;
    line-height: 40px;
  }
  .banner .hover .banner_p2 {
    font-size: 16px;
    line-height: 30px;
  }
  .section02 .left {
    width: 100%;
  }
  .section02 .padding_left {
    padding: 0 15px;
  }
  .section02 .right {
    width: 100%;
  }
  .section02 .swiper-scrollbar {
    width: 80%;
    left: 10%;
    bottom: 22px;
  }
  .section02 .swiper-button-next {
    left: auto;
    right: 0;
  }
  .section02 .swiper-button-next, .section02 .swiper-button-prev {
    bottom: 15px;
  }
  .section01_swiper {
    padding-bottom: 60px;
  }
  .section03 ul li .icon, .section04 ul li .icon, .about_two ul li .icon {
    /* width: 45px; */
    height: auto;
  }
  .section05 .left ul li {
    padding: 15px;
  }
  .section05 .font16.line1, .section05 .least_new .font16 {
    line-height: 24px;
    font-size: 14px;
  }
  .section05 .font18 {
    font-size: 16px;
  }
  .phone_footer {
    display: block;
    position: static;
    background: #444444;
    padding: 10px 0 15px;
  }
  .phone_footer a {
    font-size: 14px;
    line-height: 1.625rem;
    color: #cecece;
    margin-right: 10px;
  }
  .phone_footer .footer_erji_ph {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 2px;
  }
  .phone_footer .footer_erji_ph i {
    margin-right: 5px;
  }
  .phone_footer li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.164);
    padding: 13px 0;
  }
  .phone_footer li:last-child {
    border-bottom: none;
  }
  .banner .swiper-button-next, .banner .swiper-button-prev {
    transform: translateY(-50%);
    margin-top: 0;
    background-size: 30px 30px;
  }
  .banner .container {
    padding: 0 15rem;
  }
  .banner .content1 {
    top: 61%;
  }
  html {
    font-size: calc(100vw / 96);
  }
  .banner .container {
    padding: 0 10rem;
  }
  .phone_swiper {
    display: block;
  }
  .banner_swiper {
    display: none;
  }
  .phone_swiper .p_hover {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    padding: 0 15px;
    transform: translateY(-50%);
  }
  .banner .content1 {
    display: none;
  }
  .phone_swiper .p_hover .banner_p1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
  }
  .phone_swiper .p_hover .banner_p2 {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
  }
  .phone_swiper .swiper-pagination {
    bottom: 15px !important;
  }
  .phone_swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }
  .phone_swiper .swiper-pagination-bullet-active {
    background: #2096ca;
  }
  .phone_swiper .p_hover .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
  }
  .phone_swiper .p_hover .icon i {
    color: #fff;
  }
  .video .modal-dialog {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .more {
    line-height: 4.5rem;
  }
  .section02 .left {
    border-bottom: none;
  }
  .section03 ul li {
    padding: 5.125rem 1.875rem;
  }
  .section05 .least_new .content {
    margin-top: 0px;
  }
}
@media (max-width: 990px) {
  .list_article ul li .right {
    margin-top: 1.5625rem;
  }
  .list_about_miaso#miao1, .list_about_miaso#miao2, .list_about_miaso#miao3 {
    position: relative;
    top: -70px;
  }
  .pc_header {
    display: none;
  }
  .list_article ul li .right .font20 {
    font-size: 2rem;
  }
  .list_article ul li .right .font16 {
    padding: 5px 0;
  }
  .recruit_one .col-md-6:nth-child(1) {
    margin-bottom: 1.5625rem;
  }
  .recruit_one .font16 {
    padding: 1.25rem 0;
  }
  .contact_one {
    padding: 5.5rem 0;
  }
  .contact_one .icon {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }
  .procs .modal-dialog {
    width: 94%;
  }
  .gongyi_one .right:nth-child(4) {
    padding-left: 0;
  }
  .section04 ul li:nth-child(3) {
    top: 0;
  }
  .section04 ul li:nth-child(3), .section04 ul li:nth-child(4) {
    position: static;
  }
  .tanxwrs .right {
    padding-left: 15px;
  }
  .tanxwrs .right .font28 {
    padding: 15px 0 10px;
  }
  .banner .shi .video-js.vjs-16-9 {
    height: 60vh !important;
  }
  .section01 .banner_swiper img, .section01 .banner_swiper video {
    height: 60vh;
  }
  .banner .content1 {
    top: 42%;
  }
}
@media (max-width: 767px) {
  .section02 .section01_swiper .name {
    display: none;
  }
  .phone .lanug {
    line-height: 57px;
    font-size: 16px;
    padding: 0 10px 0 0;
  }
  .section02 .section01_swiper .number {
    line-height: 20px;
  }
  .section02 .font28 {
    line-height: 20px;
  }
  .section03 ul li:nth-child(2) {
    border: 2px solid #fff;
    border-top: none;
    border-bottom: none;
  }
  .about_four .about_four_swiper {
    margin-top: 15px;
  }
  .section04 .title {
    color: #000;
  }
  .about_four .rihgt {
    line-height: 43px;
  }
  .section04 .futitle {
    color: #353535;
  }
  .phone .container {
    padding: 0 3rem;
  }
  html, body {
    font-size: 14px;
  }
  .container {
    padding: 0 15px;
  }
  .pc_header.active, .pc_header:hover {
    display: none;
  }
  .title {
    font-size: 1.6rem;
    line-height: 40px;
  }
  .section02 .right {
    width: 100%;
  }
  .section02 .left .font16 {
    margin-top: 0;
    line-height: 2rem;
  }
  .banner .hover .banner_p1 {
    font-size: 1.6rem;
  }
  .section02 {
    padding: 1.5625rem 0;
  }
  .section02 .left > div {
    padding: 15px 0;
  }
  .section02 .left .more {
    margin: 1.25rem 0 0;
  }
  .section02 .left {
    margin-bottom: 1.25rem;
  }
  .more {
    line-height: 2.5rem;
  }
  .section01_swiper {
    padding-bottom: 45px;
  }
  .font28 {
    font-size: 1.5rem;
  }
  .section02 .section01_swiper .number {
    font-size: 2.5rem;
  }
  .section03 .bg > div, .section04 .bg > div {
    padding: 1.5625rem 0;
  }
  .section03 .futitle {
    margin: .625rem 0 .9375rem;
  }
  .section03 ul {
    padding: 0;
  }
  .section03 ul li {
    width: 100%;
  }
  .section03 ul li {
    padding: 2rem 2rem 1.5rem;
  }
  .section04 .title, .section04 .futitle {
    width: 100%;
  }
  .section04 .futitle {
    margin: .25rem 0 .9375rem;
  }
  .section04 ul li {
    width: 50%;
  }
  .section04 ul li > div {
    padding: 10px 0;
  }
  .section04 ul li:nth-child(3) {
    top: 0;
    border-top: 1px solid #ddd;
  }
  .section04 ul li .number span, .about_two ul li .number span {
    font-size: 2.5rem;
  }
  .section04 ul li .number, .about_two ul li .number {
    margin-top: 5px;
  }
  .section05 {
    padding: 1.5625rem 0;
  }
  .section05 .more_a {
    line-height: 2rem;
    margin-bottom: .625rem;
  }
  .section05 .left, .section05 .right {
    width: 100%;
  }
  .section05 .right {
    padding-left: 0;
    margin-top: 15px;
  }
  .section05 .left .data {
    display: none;
  }
  .section05 .left .center {
    width: 100%;
  }
  .section05 .least_new .content {
    width: 100%;
  }
  .article_article .top .right {
    display: none;
  }
  .ny_ban .name {
    font-size: 1.8rem;
    margin-bottom: 0px;
  }
  .ny_erji {
    display: none;
  }
  .article_article {
    padding: 1.8rem 0;
  }
  .article_article .top {
    padding: .9375rem;
  }
  .article_article .top .left .font28 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .article_article .shangxia {
    margin-top: 2.3125rem;
  }
  .article_article .shangxia > div {
    width: 100%;
    float: none;
  }
  .article_article .shangxia {
    height: auto;
    line-height: 26px;
    padding: 10px 0;
  }
  .article_article .shangxia .iconfont {
    display: none;
  }
  .article_article .shangxia .xia {
    text-align: left;
  }
  .article_article .more {
    margin-top: 2rem;
  }
  .article_pro {
    padding: 1.5625rem 0;
  }
  .article_pro .left {
    padding-right: 15px;
    margin-bottom: 1.25rem;
  }
  .article_pro .font28 {
    font-size: 1.6rem;
    margin: 0 0 .625rem 0;
  }
  .article_pro .more {
    margin-top: 1.2rem;
  }
  .pro_title {
    font-size: 1.5rem;
  }
  .pro_two {
    padding: 2rem 0 2rem;
  }
  .pro_two #miao1 {
    margin-top: 1rem;
  }
  .pro_title {
    line-height: 2.5rem;
  }
  .tlcp .swiper-button-next, .about_four_swiper .swiper-button-next {
    right: 0;
  }
  .tlcp .swiper-button-prev, .about_four_swiper .swiper-button-prev {
    left: 0;
  }
  .about_four_swiper .swiper-button-next, .about_four_swiper .swiper-button-prev {
    display: none;
  }
  .about_four_swiper .swiper-pagination-bullet-active {
    background: #1390C7;
  }
  .about_four_swiper .swiper-container {
    padding-bottom: 45px;
  }
  .tlcp {
    padding: 2rem 0;
  }
  .gongyi_one {
    padding: 4.5rem 15px 4.5rem;
  }
  .ny_ban img {
    height: 200px;
    object-fit: cover;
  }
  .ny_title {
    font-size: 1.8rem;
  }
  .gongyi_one {
    padding: 1.5625rem 15px;
  }
  .gongyi_one .number {
    font-size: 2.5rem;
    padding-bottom: 5px;
    line-height: 36px;
  }
  .gongyi_two .font28 {
    font-size: 1.5rem;
  }
  .gongyi_two {
    padding: 1.5625rem 0;
  }
  .gongyi_three .right {
    width: 100%;
    padding: 0;
  }
  .gongyi_three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
  }
  .gongyi_three {
    padding: 3rem 0;
    position: relative;
    z-index: 9;
  }
  .gongyi_four, .gongyi_five, .gongyi_six, .about_four, .list_article, .padding_t_b, .recruit_one, .recruit_two, .recruit_three, .contact_one, .contact_three, .contact_four {
    padding: 2.1875rem 0;
  }
  .contact_four ul li.w20 input {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
  }
  .contact_three .right ul li:nth-child(odd) {
    padding-right: 15px;
  }
  .contact_four ul li.w20 {
    margin-bottom: 15px;
  }
  .contact_three .right ul li:nth-child(even) {
    padding-left: 15px;
  }
  .contact_four ul li.w20 {
    width: 50%;
  }
  .contact_three .row {
    margin-top: 1rem;
  }
  .contact_three .right {
    padding-left: 15px;
  }
  .recruit_three ul li .clearfix {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .recruit_three ul li .clearfix > div:last-child, .recruit_three ul li .clearfix > div:nth-last-child(3) {
    display: none;
  }
  .recruit_three ul li .clearfix > div {
    text-align: center;
    width: 25%;
  }
  .recruit_three ul li .content {
    padding: 1.5625rem .9375rem;
  }
  .recruit_three ul li .text {
    padding-bottom: 1.5rem;
  }
  .recruit_three ul .more {
    margin-top: 1.5rem;
  }
  .gongyi_four ul li {
    padding: 0 .5rem;
    width: 50%;
    margin: 0 0 15px 0;
  }
  .gongyi_five .font28 {
    font-size: 1.6rem;
  }
  .gongyi_five .right {
    padding-left: 15px;
  }
  .gongyi_five .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
  .about_one::before {
    position: static;
  }
  .about_one {
    margin-top: 1.5625rem;
    padding-bottom: 25px;
  }
  .about_one .en_title {
    margin-top: 0;
  }
  .about_one .text {
    margin-top: 10px;
  }
  .about_two {
    padding: 1.5625rem 0;
  }
  .about_two ul li:nth-child(odd) {
    padding-right: 5px;
    margin-bottom: 15px;
  }
  .about_two ul li:nth-child(even) {
    padding-left: 5px;
    margin-bottom: 15px;
  }
  .about_three::before {
    height: 64%;
  }
  .about_four .about_four_swiper .swiper-slide > div:nth-child(1) {
    padding: 0px;
  }
  .about_four .about_four_swiper .font16 {
    padding-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list_article ul li .right .font20 {
    font-size: 1.25rem;
  }
  .list_article ul li .right .font16 {
    padding: 0;
  }
  .list_article ul li {
    padding: 25px 0;
  }
  .list_article ul li .right {
    padding-left: 15px;
  }
  .list_pro .col-md-4 {
    margin-bottom: 1.5rem;
  }
  .recruit_one .font16 {
    padding: 0.75rem 0;
  }
  .recruit_two .row .col-md-3 > div {
    padding: 2rem 1rem 2rem;
  }
  .recruit_two .row .col-md-3 img {
    width: 50px;
  }
  .recruit_two .row .col-md-3 {
    margin-bottom: 15px;
  }
  .recruit_two .row .col-md-3:nth-child(odd) {
    padding: 0 7.5px 0 15px;
  }
  .recruit_two .row .col-md-3:nth-child(even) {
    padding: 0 15px 0 7.5px;
  }
  .contact_one_swiper {
    padding-bottom: 45px;
  }
  .contact_one_swiper .swiper-pagination-bullet-active {
    background-color: #e21a22;
  }
  .gongyi {
    padding: 25px 15px;
  }
  .gongyi_one .left:nth-child(1) {
    padding-right: 0;
  }
  .gongyi_one .col-md-6 {
    margin-bottom: 10px;
  }
  .gongyi {
    padding: 25px 15px 0;
  }
  body {
    padding-top: 62px;
  }
  /* .video-js .vjs-tech {
    height: auto !important;
  } */
  .video-js.vjs-16-9 {
    padding-top: 46.25%;
  }
  .banner .content1 .swiper-button-next, .banner .content1 .swiper-button-prev {
    display: none;
  }
  .section04 ul li .font16, .about_two ul li .font16 {
    padding: .15rem 0 0.5rem;
  }
  .picture_two .container {
    padding: 0 15px;
  }
  .picture_two {
    margin: 20px 15px;
  }
  .picture_two_sj {
    margin-top: 0;
    padding-top: 20px;
  }
  .fontbig {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.25rem;
  }
  .picture_two > div {
    padding: 30px 0;
    border-radius: 10px;
  }
  .picture .title {
    font-size: 3rem;
    line-height: 4.5rem;
    margin-bottom: 20px;
  }
  .picture, .picture > .ta {
    padding: 0 15px;
  }
  .picture_three #ticker-2 li, .picture_three #ticker-1 li {
    margin: 0 10px;
  }
  .picture {
    height: auto;
  }
  .picture > .ta {
    position: static;
    transform: translateY(0%);
    padding: 30px 0;
  }
  .picture .title {
    font-size: 2.2rem;
    line-height: 4rem;
  }
  .fontbig {
    font-size: 1.6rem;
  }
  .tanxwrs {
    padding-bottom: 25px;
  }
  .recruit_one .col-md-6:nth-child(1) {
    margin-bottom: 10px;
  }
  button.more {
    margin-top: 0;
  }
  .banner .container {
    padding: 0 15px;
  }
  .section01 .banner_swiper img, .section01 .banner_swiper video, .banner .shi .video-js.vjs-16-9 {
    height: 50vh !important;
  }
  .section01 .banner_swiper img {
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  .section01 .banner_swiper img, .section01 .banner_swiper video, .banner .shi .video-js.vjs-16-9 {
    height: 40vh !important;
  }
}
@media (max-width: 480px) {
  .phone_logo img {
    width: 250px;
  }
  .phone {
    padding: 8px 0px;
  }
  .phone .container {
    padding: 0 15px;
  }
  .phone .iconfont {
    font-size: 22px;
    line-height: 45px;
  }
  .body_pad {
    padding-top: 62px;
  }
  .article_pro::before {
    width: 100%;
  }
  .procs .col-md-3 {
    padding-top: 0;
  }
  .phone .lanug {
    line-height: 45px;
  }
  .phone_swiper .p_hover .banner_p1 {
    font-size: 1.8rem;
  }
}
#bsWXBox {
  height: 257px !important;
  width: 232px !important;
}
.zhusr_list {
  margin: 30px 0;
  text-align: center;
  font-size: 0;
}
.zhusr_list a {
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
  padding: 0 14px;
  margin: 5px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.zhusr_list a:hover, .zhusr_list a.active {
  background-color: #dd0000;
  color: #fff;
}
.zhusr_list a {
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
}
.zhusr_list_nav {
  text-align: center;
}
.zhusr_list_nav a {
  display: inline-block;
  margin-right: 5px;
  border: 1px #cccccc solid;
  background: #fff;
  text-decoration: none;
  color: #808080;
  font-size: 14px;
  line-height: 30px;
}
.zhusr_list_nav a:hover {
  color: #1e94e8;
  background: white;
  border: 1px #1e94e8 solid;
}
.zhusr_list_nav a.page-num-current {
  border: none;
  background: #1e94e8;
  color: #fff;
}
.zhusr_none {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .zhusr_list_nav a {
    line-height: 30px;
  }
  .zhusr_list a {
    padding: 0 10px;
  }
}
.zhusr-m-l-15 {
  margin-left: 15px;
}
.zhusr-list-img h2 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.zhusr-list-img:hover h2 {
  box-shadow: 0 0 18px rgba(0, 0, 0, .5);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zhusr-list-img:hover h2 a {
  color: #FF0004;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zhusr-head-tel {
  position: relative;
  padding: 0 15px;
  border-radius: 30px;
  background: #e71f19;
  transition: all .5s ease;
  height: 50px;
  margin: 15px 15px;
  color: #fff;
}
.zhusr-head-tel i {
  margin-right: 15px;
}
.zhusr-tel-nr {
  line-height: 50px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zhusr-active a {
  color: #FF0004 !important;
  font-weight: bold;
}
.zhusr-ft-lxfs {
  color: #fff !important;
}
.container-zhusr-1000 {
  width: 1000px;
  margin: 0 auto;
}
.zhusr-ft-nav ul a {
  color: #fff !important;
}
.zhusr-about-bt1 {
  color: #FF0004 !important;
  margin-bottom: 10px;
}
.zhusr-about-bt2 {
  font-size: 20px;
  font-weight: bold;
}
.zhusr-about-nr {
  margin-top: 15px;
}
.zhusr-about-nr p {
  font-size: 16px;
  line-height: 2;
}
.zhusr-mt-60 {
  margin-top: 60px;
}
.zhusr-about-zz i {
  font-size: 38px;
}
.zhusr-about-zz .fa-people-line, .fa-award {
  color: #fff;
}
.zhusr-about-zz .fa-map-location-dot, .fa-building-flag {
  color: #FF0004;
}
.zhusr-fw {
  font-size: 22px;
  font-weight: bold;
}
.zhusr-lxfs-bx {
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  padding: 60px 15px;
  background-color: rgb(255 255 255 / 50%);
  margin-bottom: 15px;
  height: 280px;
}
.zhusr-lxfs-bx:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, .8);
  background-color: #fff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zhusr-side {
  position: fixed;
  width: 78px;
  right: 0;
  top: 50%;
  margin-top: -200px;
  z-index: 100;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-bottom: 0
}
.zhusr-side ul {
  padding: 0px;
  margin: 0px;
}
.zhusr-side ul li {
  width: 78px;
  height: 78px;
  float: left;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
  list-style: none;
}
.zhusr-side ul li:hover {
  background: #f67524;
  color: #fff
}
.zhusr-side ul li:hover a {
  color: #fff
}
.zhusr-side ul li i {
  height: 30px;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 1px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 25px;
  margin-top: 10px;
  transition: all .3s;
  color: #f00;
}
.zhusr-side ul li:hover i {
  transition: all .3s;
  color: #fff;
}
.zhusr-side ul li i.zhusr-bgs1 {
  background-image: url(../img/right_pic5.png)
}
.zhusr-side ul li i.zhusr-bgs2 {
  background-image: url(../img/right_pic7.png)
}
.zhusr-side ul li i.zhusr-bgs3 {
  background-image: url(../img/right_pic2.png)
}
.zhusr-side ul li i.zhusr-bgs4 {
  background-image: url(../img/right_pic1.png)
}
.zhusr-side ul li i.zhusr-bgs5 {
  background-image: url(../img/right_pic3.png)
}
.zhusr-side ul li i.zhusr-bgs6 {
  background-image: url(../img/right_pic6_on.png)
}
.zhusr-side ul li:hover i.zhusr-bgs1 {
  background-image: url(../img/right_pic5_on.png)
}
.zhusr-side ul li:hover i.zhusr-bgs2 {
  background-image: url(../img/right_pic7_on.png)
}
.zhusr-side ul li:hover i.zhusr-bgs3 {
  background-image: url(../img/right_pic2_on.png)
}
.zhusr-side ul li:hover i.zhusr-bgs4 {
  background-image: url(../img/right_pic1_on.png)
}
.zhusr-side ul li:hover i.zhusr-bgs5 {
  background-image: url(../img/right_pic3_on.png)
}
.zhusr-side ul li .zhusr-sidebox {
  position: absolute;
  width: 78px;
  height: 78px;
  top: 0;
  right: 0;
  transition: all .3s;
  overflow: hidden
}
.zhusr-side ul li.zhusr-sidetop {
  background: #f67524;
  color: #fff
}
.zhusr-side ul li.zhusr-sidetop:hover {
  opacity: .8;
  filter: Alpha(opacity=80)
}
.zhusr-side ul li.zhusr-sideewm .ewBox.son {
  width: 238px;
  display: none;
  color: #363636;
  text-align: center;
  padding-top: 235px;
  position: absolute;
  left: -240px;
  top: 0;
  background-image: url(../img/leftewm.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #e0e0e0
}
.zhusr-side ul li.zhusr-sideetel .zhusr-telBox.son {
  width: 240px;
  height: 237px;
  display: none;
  color: #fff;
  text-align: left;
  position: absolute;
  left: -240px;
  top: 0px;
}
.zhusr-side ul li.zhusr-sideetel .zhusr-telBox dd {
  display: block;
  height: 120px;
  overflow: hidden;
  padding-left: 30px;
  line-height: 24px;
  font-size: 18px
}
.zhusr-side ul li.zhusr-sideetel .zhusr-telBox dd span {
  display: block;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  margin-top: 32px;
  font-size: 18px
}
.zhusr-side ul li.zhusr-sideetel .zhusr-telBox dd.zhusr-bgs1 {
  background: url(../img/right_pic8.png) 28px center no-repeat;
  background-color: #e96410
}
.zhusr-side ul li.zhusr-sideetel .zhusr-telBox dd.zhusr-bgs2 {
  background: url(../img/right_pic9.png) 28px center no-repeat
}
.zhusr-side ul li:hover .son {
  display: block !important;
  animation: fadein 1s
}
@keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@media only screen and (max-width: 768px) {
  .mbxs {
    display: none;
  }
  .zhusr-about-bt2 {
    font-size: 18px;
  }
  .zhusr-about-zz i {
    font-size: 28px;
  }
  .section04 ul li:nth-child(4) {
    top: 0;
    border-top: 1px solid #ddd;
  }
  .section07 .bg {
    padding: 60px 0;
  }
  .zhusr-img-list ul li {
    padding: 25px 15px;
  }
}