@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

@font-face {
  src: url(../font/SCHADOW\ BT\ BOLD.TTF);
  font-family: "SCHADOW";
}
.language  a {
  color: #fff;
}

/* 禁止缩放表单 */
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 {
  white-space: nowrap;
  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;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.trans {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .nav_ul>li:nth-child(4) .er-ul {
  width: 160%;
  left: -30%;
}

.erji_xiala {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #f6f6f6;
  border-top: 1px solid #ddd;
}

header .center>ul>li:hover .er-ul {
  transform: none;
  opacity: 1;
}

header .erji_xiala {
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
}

header .erji_xiala .left {
  padding-right: 6.875rem;
}

header .erji_xiala .left>div {
  display: none;
}

header .erji_xiala .left>div.active {
  display: block;
}

header .erji_xiala .left .name {
  padding-top: 4.375rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #303030;
  font-weight: 600;
}

header .erji_xiala .left .text {
  color: #969696;
}

header .erji_xiala .center {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.25rem 2.5rem 2.5rem;
  background: #fff;
}

header .erji_xiala .center a {
  font-size: 1rem;
  line-height: 3.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #676767;
  position: relative;
}

header .erji_xiala .center a:hover::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .center>ul>li:nth-child(3) .erji_xiala .center a {
  width: 46%;
  float: left;
}

header .center>ul>li:nth-child(3) .erji_xiala .center a:nth-child(odd) {
  margin-right: 4%;
}

header .center>ul>li:nth-child(3) .erji_xiala .center a:nth-child(even) {
  margin-left: 4%;
}

header .erji_xiala .center a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0%;
  width: 0;
  height: 1px;
  background: #1D3483;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .erji_xiala .right {
  padding: 2.875rem 2.8125rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}

header .erji_xiala .right .img .over {
  display: none;
}

header .erji_xiala .right .img .over.active {
  display: block;
}

.erji_xiala::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  background: #fff;
  height: 100%;
  z-index: -1;
}

.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;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  box-shadow: 0 0 10px #ddd;
}

.er-ul>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: .875rem;
}

.er-ul>li:hover a {
  color: #1D3483;
}

.er-ul>li:nth-child(1) {
  padding-top: .625rem;
}

.er-ul>li:last-child {
  padding-bottom: .625rem;
}

header .nav_ul>li:hover .er-ul {
  transform: scale(1);
  opacity: 1;
  display: block;
}

.bg {
  background: #1D3483;
}

.logo_phone img {
  width: 7.5rem;
}

.c {
  color: #1D3483;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 12px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

.container {
  padding: 0 15rem;
  width: 100%;
  max-width: 100%;
}

.banner .swiper-slide {
  width: 100% !important;
}
.banner .swiper-slide::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
/* 手机端样式 */
.sp_logo img {
  margin: auto;
  max-height: 30px;
}

.sjj_nav a {
  letter-spacing: -0.2px;
}

.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
  width: 0;
}

.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}

.nav_show {
  top: 0;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0;
}

.sjj_nav>ul>li:first-child>a {
  width: 60%;
}

.sjj_nav>ul>li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 50%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sjj_nav>ul>li:first-child .language a.active {
  background: #1D3483;
  color: #fff !important;
}

.sjj_nav>ul>li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}

.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav .bot>li {
  margin-left: 15px;
}

.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 10px;
  position: relative;
  line-height: 40px;
  font-size: 14px;
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li a {
  color: #666;
  width: 80%;
}

.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 12px;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #1D3483;
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px;
}

.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}

.sjj_nav ul li i svg {
  position: relative;
  top: -5px;
}

.sjj_nav .top .fl img {
  height: 22px;
}

.sjj_nav .bot {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .phone_weibu {
    display: block;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9990;
  line-height: 5.9375rem;
}

header .container {
  padding: 0 6.25rem;
}

header .container .menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5rem;
  cursor: pointer;
  height: 1rem;
  padding-top: .4375rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .container .menu span {
  margin: auto;
  display: block;
  width: 1rem;
  height: 2px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  transition: 0.45s;
}

header .container .menu span::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  height: 2px;
  width: 1.375rem;
  background: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .container .menu span::after {
  content: "";
  position: absolute;
  bottom: -0.4375rem;
  height: 2px;
  width: 1.375rem;
  background: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .container .menu.active span:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .container .menu.active span:after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .container .menu.active span {
  background: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

header .logo img {
  width: 13.5rem;
}

header .language>div {
  width: 4.4375rem;
  height: 2.25rem;
  line-height: 2.125rem;
  border: 1px solid #fff;
  border-radius: 1.25rem;
  text-align: center;
  display: inline-block;
  margin: 0 2.25rem 0 1.4375rem;
  color: #fff;
  cursor: pointer;
  font-size: .875rem;
  position: relative;
}

header .language>div .iconfont {
  font-size: 0.75rem;
  display: inline-block;
}

header .language>div ul {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.733);
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
}

header .language>div ul li:hover a {
  color: #1D3483;
}

header .language:hover ul {
  transform: none;
  opacity: 1;
}

header .search {
  font-size: .875rem;
  color: #FFFFFF;
}

header .search .iconfont {
  color: #FFFFFF;
  font-size: .875rem;
}

header .center {
  width: 60%;
  margin: 0 auto;
}

header .center>ul>li {
  float: left;
  position: relative;
}

header .center>ul>li>a {
  padding: 0 1.875rem;
  font-size: 1rem;
  color: #FFFFFF;
}

header .center>ul>li>a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: .6875rem;
  background: #fff;
}

header .center>ul>li:last-child::before {
  display: none;
}

header .center>ul>li>a {
  position: relative;
}

header .center>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #1D3483;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .center>ul>li:hover>a::before,
header .center>ul>li.active>a::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .center>ul>li:hover>a,
header .center>ul>li.active>a {
  color: #1D3483;
}

header .center>ul>li:last-child>a::after {
  display: none;
}
header.active .language  a{
  color: #565656;
}
header.active {
  background: #fff;
  box-shadow: 0 0 10px #DDD;
}

header.active .center>ul>li>a::after {
  background: #ddd;
}

header.active .center>ul>li>a::before {
  background: #A5A5A5;
}

header.active .center>ul>li>a {
  color: #565656;
}

header.active .search span {
  color: #9B9B9B;
}

header.active .search .iconfont {
  color: #6F6F6F;
}

header.active .language>div {
  border-color: #B3B3B3;
  color: #6F6F6F;
}

header.active .container .menu span,
header.active .menu span::before,
header.active .menu span::after {
  background: #000;
}

header.active .center>ul>li:hover>a,
header.active .center>ul>li.active>a {
  color: #1D3483;
}

header.active .center>ul>li>a::before {
  background: #1D3483;
}

.banner {
  overflow: hidden;
}

.banner .img img {
  height: 100vh;
  object-fit: cover;
}

.banner .swiper-button-white {
  background-size: 2rem 2rem;
  margin-top: 0;
}

.banner .swiper-button-next {
  right: 6.25rem;
}

.banner .swiper-button-prev {
  left: 6.25rem;
}

.banner .banner_p1 {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.125rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.banner .banner_p2 {
  font-size: 1.125rem;
  line-height: 2.1875rem;
  color: #FFFFFF;
  width: 48%;
  margin: 0 auto;
}

.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}

.banner .scroll {
  width: 1px;
  height: 8.125rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  cursor: pointer;
}

.banner .scroll::before {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 2.75rem;
  background: #fff;
  left: -1px;
  animation: huadong 2s infinite;
}

@keyframes huadong {
  0% {
    top: 0;
  }

  100% {
    top: 100%;
  }
}

.en_title {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000;
  position: relative;
  padding: .5rem 0;
}

.en_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 1px;
  background: #000000;
}

.title {
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 2.5rem;
  color: #000000;
}

.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5B5B5B;
}

.more {
  display: inline-block;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.more a,
.more button {
  padding: 0 2.5rem;
  line-height: 3.2rem;
  border: 1px solid #5B5B5B;
  font-size: .875rem;
  color: #5B5B5B;
}

.more:hover {
  background: -moz-linear-gradient(0% 50% 0deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #a6ce39), color-stop(1, #00a54f));
  background: -o-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  background: -ms-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CE39', endColorstr='#00A54F' ,GradientType=0)";
  background: linear-gradient(90deg, #a6ce39 0%, #00a54f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CE39', endColorstr='#00A54F', GradientType=1);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.more:hover a {
  color: #fff;
  border-color: #00a54f;
}

.mt20 {
  margin-top: 1.25rem;
}

.list_about_one .hover {
  position: absolute;
  bottom: 0;
  left: 0%;
}
.index_one .center .hover img{
     height: 7.5rem;
    opacity: 0.8;
}
.list_about_one .hover img {
 height: 6.5rem;
    opacity: 0.8;
}
.index_one .top .fl {
  width: 24%;
}

.index_one .top .fr {
  width: 76%;
}

.index_one .top .fr .more {
  margin-top: 1rem;
}

.index_one .center .container {
  padding-right: 0;
}

.index_one .center .hover {
  position: absolute;
  bottom: -3px;
  left: 0;
}

.index_one .bot .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
  margin: .875rem 0 0.25rem;
  font-weight: 600;
}

.index_one .bot .icon img {
  height: 2.1875rem;
}

.index_one .bot .col-md-4 {
  padding: 0 3.125rem;
}

.index_one .bot .col-md-4::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.index_one .bot .col-md-4:first-child {
  padding-left: 15px;
}

.index_one .bot .col-md-4:last-child::before {
  display: none;
}

.index_one .center .img {
  background-size: cover !important;
}

.index_one,
.index_two,
.index_three,
.index_four,
.index_five {
  padding: 6.875rem 0;
}

.index_two {
  background: #F0F0F0;
  position: relative;
  z-index: 1;
}

.index_two::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/8.png) no-repeat;
  width: 35.25rem;
  height: 32.75rem;
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
}
.squera_pro1 >div {
    background: #f5f5f5;
    padding: 2rem;
    height: 100%;
}
.squera_pro1 {
    margin-bottom: 1.875rem;
}
.squera_pro1:hover>div {
    background: rgba(13,101,189,0.1);
    transition: all .5s;
}
.squera_pro1 .name {
  font-size: 1.125rem;
  line-height: 1.875rem; 
  color: #000000;
  font-weight: 600; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.875rem;
}

.squera_pro .line {
  width: 100%;
  height: 3px;
  background: #DDDDDD;
  position: relative;
}

.squera_pro .line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  height: 100%;
}

.border_bottom_none {
  border-bottom: none !important;
}

.squera_pro:hover img {
  transform: scale(1.1);
}

.squera_pro:hover .line::before {
  background: -moz-linear-gradient(0% 50% 0deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #a6ce39), color-stop(1, #00a54f));
  background: -o-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  background: -ms-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CE39', endColorstr='#00A54F' ,GradientType=0)";
  background: linear-gradient(90deg, #a6ce39 0%, #00a54f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CE39', endColorstr='#00A54F', GradientType=1);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  width: 100%;
}

.list_pro .squera_pro {
  margin-bottom: 3rem;
}

.list_pro .squera_pro .pr {
  overflow: hidden;
  border: 1px solid #c6c6c6;
}

.list_pro .squera_pro:hover .hover {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  bottom: 0;
}

.list_pro a,
.list_pro img {
  cursor: default;
}

.list_pro .hover {
  position: absolute;
  bottom: -100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(0% 50% 0deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #a6ce39), color-stop(1, #00a54f));
  background: -o-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  background: -ms-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CE39', endColorstr='#00A54F' ,GradientType=0)";
  background: linear-gradient(90deg, #a6ce39 0%, #00a54f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CE39', endColorstr='#00A54F', GradientType=1);
  padding: .9375rem;
  text-align: center;
}

.list_pro .hover .text {
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.more_a {
  width: 3.375rem;
  height: 3.375rem;
  line-height: 3.25rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
}

.more_a img {
  height: .625rem;
}

.more_a:hover {
  background: -moz-linear-gradient(0% 50% 0deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #a6ce39), color-stop(1, #00a54f));
  background: -o-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  background: -ms-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CE39', endColorstr='#00A54F' ,GradientType=0)";
  background: linear-gradient(90deg, #a6ce39 0%, #00a54f 100%);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_three .hover {
  position: absolute;
  bottom: 5.3125rem;
  left: 0;
  padding: 0 5rem;
  width: 100%;
}

.index_three .img img {
  height: 5.25rem;
}

.index_three .name {
  font-size: 2rem;
  line-height: 2.625rem;
  letter-spacing: 0.99px;
  color: #FFFFFF;
  margin: 1.25rem 0 0.875rem;
}

.index_three .more_a {
  margin-top: .9375rem;
}

.index_three .right {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_three .left,
.index_three .right {
  width: 50%;
}

.index_three .left .text a,
.index_three .right .text a {
  color: #fff;
}

.index_three .left .text span,
.index_three .right .text span {
  margin: 0 1.5625rem;
}

.index_three .left .text a:hover,
.index_three .right .text a:hover {
  font-weight: 600;
}

.index_three .left:hover .over img,
.index_three .right:hover .over img {
  transform: scale(1.1);
}

.index_three .clearfix.mt40 {
  transform: translateY(0);
  transition: 0.9s 0.8s;
}

.index_three.in-view .right {
  transition: all 1s;
}

.index_four {
  background: url(../img/9.jpg) no-repeat;
  background-size: cover;
}

.en_title.cf::before {
  background: #fff;
}

.index_four .container {
  padding-right: 0;
}

.index_four .swiper-slide>div {
  background: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  padding: 1.5625rem 1.5625rem 3.125rem;
}

.index_four .lanmu {
  padding: 0 .9375rem;
  line-height: 2rem;
  font-size: .875rem;
  color: #FFFFFF;
  background: -moz-linear-gradient(-6.39% 105.68% 21.8deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-linear-gradient(21.8deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-gradient(linear, -6.39% 105.68%, 79.66% 20.71%, color-stop(0, #a6ce39), color-stop(1, #00a54f));
  background: -o-linear-gradient(21.8deg, #a6ce39 0%, #00a54f 100%);
  background: -ms-linear-gradient(21.8deg, #a6ce39 0%, #00a54f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CE39', endColorstr='#00A54F' ,GradientType=0)";
  background: linear-gradient(68.2deg, #a6ce39 0%, #00a54f 100%);
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CE39', endColorstr='#00A54F', GradientType=1);
}

.index_four .name {
  margin: 1.5625rem 0 .625rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
  font-weight: 600;
}

.index_four .data {
  margin: 1.5625rem 0 2.1875rem;
  font-size: .875rem;
  line-height: 1.5rem;
  color: #6D6D6D;
}

.index_four .more_a {
  position: relative;
  padding: 2px;
  z-index: 2;
  background: -moz-linear-gradient(-6.39% 105.68% 21.8deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-linear-gradient(21.8deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-gradient(linear, -6.39% 105.68%, 79.66% 20.71%, color-stop(0, #a6ce39), color-stop(1, #00a54f));
  background: -o-linear-gradient(21.8deg, #a6ce39 0%, #00a54f 100%);
  background: -ms-linear-gradient(21.8deg, #a6ce39 0%, #00a54f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CE39', endColorstr='#00A54F' ,GradientType=0)";
  background: linear-gradient(68.2deg, #a6ce39 0%, #00a54f 100%);
}

.index_four .more_a a {
  height: 3.125rem;
  line-height: 2.9rem;
}

.list_pro a {
  padding: 1.25rem 0 3.75rem;
}

.index_four .more_a:hover::before {
  display: none;
}

.index_four .more_a img:nth-child(2) {
  display: none;
}

.index_four .more_a:hover img:nth-child(2) {
  display: inline-block;
}

.index_four .more_a:hover img:nth-child(1) {
  display: none;
}

.index_four .more_a::before {
  content: "";
  background: #fff;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}

.index_four .swiper-slide {
  z-index: 1;
}

.index_four .swiper-slide>div:last-child {
  position: relative;
  z-index: 3;
}

.index_four .swiper-slide .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.index_four .swiper-slide:hover .img {
  z-index: 1;
}

.index_four .swiper-slide:hover>div:last-child {
  z-index: 4;
  background: transparent;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_four .swiper-pagination {
  bottom: 0;
  top: auto;
  width: calc(100% - 15rem);
  height: 4px;
  margin-right: 15rem;
}

.index_four .swiper-container {
  padding-bottom: 3.125rem;
}

.index_four .swiper-pagination-progressbar {
  background: transparent;
}

.index_four .swiper-pagination::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}

.index_four .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}

.index_five {
  background: url(../img/11.jpg) no-repeat;
  background-size: cover;
}

.index_five .text {
  width: 50%;
  margin: .9375rem 0;
}

.more a {
  text-transform: uppercase;
}

.more.cf a {
  border-color: #fff;
  color: #fff;
}

footer {
  background: #F7F7F7;
}

footer .top {
  padding: 2.8125rem 0;
}
footer .container >.clearfix {
    display: flex;
    justify-content: space-between;
}
 footer .container >.clearfix>div {
     flex: 1;
 }
footer .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
  margin-bottom: .9375rem;
  font-weight: 600;
}

.pagination {
  justify-content: center;
}

.pagination li {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 2px;
}

.pagination li span {
  display: block;
  color: #fff;
}

.pagination li.active span,
.pagination li.active:hover span {
  color: #fff !important;
}

.pagination li a {
  display: block;
  padding: 0;
}

footer a.text:hover {
  color: #1D3483;
}

footer .text {
  font-size: .875rem;
  line-height: 1.75rem;
  color: #949494;
}

footer .left.contact {
  width: 32.6%;
}

footer .right {
  width: 15.4%;
}

footer .right .fr {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: .875rem;
  line-height: 1.75rem;
  color: #949494;
}

footer .bot {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem 0;
}

footer .bot .fl {
  line-height: 2.6875rem;
}

footer .social-share a {
  margin: 0 !important;
  width: 2.6875rem !important;
  height: 2.6875rem !important;
  line-height: 2.6875rem !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: #949494 !important;
  margin-right: .875rem !important;
}

footer .social-share a:hover {
  background: #fff !important;
  color: #1D3483 !important;
}

footer .social-share a:last-child {
  margin-right: 0 !important;
}

.navigators.active {
  height: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.navigators {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 998;
  overflow: hidden;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  background: -moz-linear-gradient(0% 50% 0deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #a6ce39), color-stop(1, #00a54f));
  background: -o-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  background: -ms-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CE39', endColorstr='#00A54F' ,GradientType=0)";
  background: linear-gradient(90deg, #a6ce39 0%, #00a54f 100%);
}

.navigators ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}

.navigators ul li .name {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: .625rem;
  color: #fff;
  font-weight: 600;
}

.navigators ul li .text {
  font-size: .875rem;
  line-height: 1.75rem;
  color: #fff;
}

.navigators ul li a.text:hover {
  font-weight: 600;
}

.navigators .top {
  line-height: 5rem;
  padding: 0 .625rem;
}

.navigators .top .logo img {
  width: .75rem;
}

header.active_menu {
  background: transparent;
  box-shadow: none;
}

header.active_menu .center,
header.active_menu .search,
header.active_menu .language {
  display: none;
}

header.active_menu .menu span {
  background-color: transparent !important;
}

header.active_menu .menu span::before,
header.active_menu .menu span::after {
  background: #fff !important;
}

.list_pro .squera_pro {
  margin-bottom: 1.875rem;
}

header .search input {
  background: transparent;
  color: #fff;
  padding-left: .625rem;
  width: 8.125rem;
}

header .search input::-webkit-input-placeholder {
  /*Webkit browsers*/
  color: #FFFFFF;
}

header .search input:-moz-placeholder {
  /*Mozilla Firefox 4 to 8*/
  color: #FFFFFF;
}

header .search input::moz-placeholder {
  /*Mozilla Firefox 19+*/
  color: #FFFFFF;
}

header .search input:-ms-input-placeholder {
  /*Internet Explorer 10+*/
  color: #FFFFFF;
}

header .search button {
  background: transparent;
  border: none;
}

header.active input {
  color: #9B9B9B;
}

header.active input::-webkit-input-placeholder {
  /*Webkit browsers*/
  color: #9B9B9B;
}

header.active input:-moz-placeholder {
  /*Mozilla Firefox 4 to 8*/
  color: #9B9B9B;
}

header.active input::moz-placeholder {
  /*Mozilla Firefox 19+*/
  color: #9B9B9B;
}

header.active input:-ms-input-placeholder {
  /*Internet Explorer 10+*/
  color: #9B9B9B;
}

.index_one .center .pr,
.list_about_one .center .pr {
  height: 25rem;
}

.index_one .center .img,
.list_about_one .center .img {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "CENTURYGOTHIC";
  src: url("../font/CENTURYGOTHIC.TTF");
}

body {
  height: auto !important;
  font-family: 'CENTURYGOTHIC','sourcehansans';
}

html {
  overflow-y: scroll !important;
}

.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.nyban .hover .name {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
}

.nyban .hover .en_name {
  font-size: 10rem;
  line-height: 11.25rem;
  text-outline: #DDDDDD;
  text-outline: #dddddd;
  opacity: 0.2;
  color: transparent;
  -webkit-text-stroke: 1px #d4d4d4;
  text-stroke: 1px #d4d4d4;
  transition-property: color, -webkit-text-stroke-color, text-stroke-color, transform;
  font-family: "SCHADOW";
  transition-timing-function: cubic-bezier(0.1, 0.1, 0.1, 1);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  border-color: #1D3483;
  background: #1D3483;
}

.pagination>li>a,
.pagination>li>span {
  color: #a7a7a7;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #1D3483;
}

a:hover,
a:link,
a:visited {
  text-decoration: none;
}

.erji_bread {
  padding-top: 2.1875rem;
}

.ny_erji {
  float: left;
}

.bread {
  float: right;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #828282;
}

.bread span:last-child {
  display: none;
}

.bread .text {
  padding-bottom: 1.25rem;
}

.bread span {
  padding: 0 .5rem;
}

.bread a {
  color: #828282;
}

.case_four .all .icon>img {
  display: inline-block;
  height: 3.875rem;
  line-height: 3.875rem;
}

.case_four .w25 {
  padding: 0 3.125rem;
  text-align: center;
}

.case_four .w25 a img {
  width: 1.0625rem;
}

.case_four .w25 .text {
  color: #434343;
}

.case_four .w25 .icon>img {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  display: inline-block;
}

.case_four .w25 .text.pt15 {
  font-weight: 600;
}

.case_four .w25 .text.pt15 a {
  color: #1D3483;
}

.case_four .w25 .text.pt15 a img {
  position: relative;
  top: -2px;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  display: inline-block;
}

.case_four .w25 .text.pt15 a:hover img {
  transform: translateX(10px);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.case_four .w25:hover .icon>img {
  transform: rotateY(180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.case_four .w25::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(196, 196, 196, 0.15);
}

.case_four .w25:last-child:before {
  display: none;
}

.case_four .w25 .text i {
  padding-left: 8px;
}

.ny_erji>ul {
  position: relative;
}

.ny_erji>ul>li {
  float: left;
  margin-right: 2rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #383838;
  font-weight: 600;
}

.ny_erji>ul>li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.ny_erji>ul>li ul li {
  float: left;
  margin-right: 3.125rem;
  line-height: 3.625rem;
  font-weight: normal;
}

.ny_erji>ul>li ul li a {
  padding: 0 1.5625rem;
}

.ny_erji>ul>li ul li.active a {
  color: #1D3483;
}

.ny_erji>ul>li>a {
  padding: 0 .625rem;
  position: relative;
  padding-bottom: 1.25rem;
}

.ny_erji>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0%;
  width: 0;
  height: 4px;
  background: #1D3483;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.ny_erji>ul>li:hover>a::before,
.ny_erji>ul>li.active>a::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.ny_erji>ul>li:hover>a,
.ny_erji>ul>li.active>a {
  color: #1D3483;
}

.ny_erji .sanji_ul {
  border-bottom: none;
  padding-top: 1.25rem;
}

.ny_erji .sanji_ul li {
  margin-right: 2.5rem;
}

.ny_erji .sanji_ul li a {
  padding: 0 1.25rem;
}

.ny_erji .sanji_ul li a::before {
  display: none;
}

.ptb85 {
  padding: 5.3125rem 0;
}

.list_about_one .num {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #262626;
}

.list_about_one .num .counter {
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-family: "SCHADOW";
}

.list_about_one .left {
  padding-right: 1.875rem;
}

.list_about_one .left .text {
  text-align: justify;
  margin-top: 1.875rem;
}

.list_about_one .right {
  padding-left: 1.875rem;
}

.list_about_one .swiper-pagination {
  width: auto;
  left: 1.5625rem;
  bottom: 1.5625rem;
}

.list_about_one .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: transparent;
  opacity: 1;
  border: 1px solid #fff;
}

.list_about_one .swiper-pagination-bullet-active {
  background: #fff;
}

#about1,
#about2,
#about3,
#rczp1,
#rczp2,
#rczp3,
#contact1,
#contact2 {
  position: absolute;
  top: -7rem;
}

.list_about_five {
  background: url(../img/61.jpg) no-repeat;
  background-size: cover;
}

.list_about_five .icon img {
  height: 2.5rem;
  display: inline-block;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_about_five .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
  margin: .75rem 0;
  font-weight: 600;
}

.list_about_five .col-md-4:hover img {
  transform: rotateY(180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_about_five .col-md-4>div {
  background: rgba(255, 255, 255, 0.9);
  padding: 3.125rem 1.875rem;
}

.list_pro_zc ul li {
  background: #F4F4F4;
  border-radius: .625rem;
  padding: 0 2.5rem;
  line-height: 4.6875rem;
  font-size: 1.125rem;
  color: #000000;
  margin-bottom: 1.4375rem;
}

.list_pro_zc ul li .col-md-9 a {
  color: #000;
}

.list_search.list_pro a {
  padding: 0;
}

.list_search.list_pro .over img {
  height: 16.875rem;
  object-fit: cover;
}

.index_four .swiper-slide .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.index_three .left .text span:last-child {
  display: none;
}

.list_pro_zc ul li i {
  font-size: 1.25rem;
  display: inline-block;
  margin-right: .625rem;
}

.index_one .bot .col-md-4 .icon img {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  display: inline-block;
}

.index_one .bot .col-md-4:hover .icon img {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transform: rotateY(180deg);
}

.list_pro_zc ul .col-md-3 {
  text-align: right;
  font-size: 1rem;
}

.list_pro_zc ul .col-md-3 a {
  color: #7C7C7C;
}

.list_pro_zc ul .col-md-3 a i {
  display: inline-block;
  font-size: 1rem;
}

.list_pro_zc ul li:hover {
  background: #1D3483;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  color: #fff;
}

.list_pro_zc ul li:hover a {
  color: #fff;
}

.show_news .title_top .fr img {
  position: relative;
  top: -1px;
}

.show_news .more {
  background: #1D3483;
}

.show_news .more a {
  color: #fff !important;
}

.show_news .more:hover {
  background: -moz-linear-gradient(0% 50% 0deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #a6ce39), color-stop(1, #00a54f));
  background: -o-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  background: -ms-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CE39', endColorstr='#00A54F' ,GradientType=0)";
  background: linear-gradient(90deg, #a6ce39 0%, #00a54f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CE39', endColorstr='#00A54F', GradientType=1);
}

.list_news .more_new {
  font-size: 1rem;
  color: #616161;
}

.list_news .more_new img {
  margin-left: .625rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  display: inline-block;
}

.list_news .more_new:hover a {
  color: #1D3483;
}

.list_news .more_new:hover img {
  transform: translateX(10px);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_news ul li {
  padding: 2.375rem 0;
  border-bottom: 1px solid #E5E5E5;
  margin: 0 -15px;
  position: relative;
}

.list_news ul li .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #000000;
  font-weight: 600;
  padding-top: .9375rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_news ul li .data {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #AAAAAA;
  font-family: "SCHADOW";
  margin: .625rem 0;
}

.list_news ul li .data img {
  position: relative;
  top: -2px;
}

.list_news ul li .text {
  margin-bottom: 1.875rem;
  text-align: justify;
}

.list_news ul li:hover::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_news ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  height: 1px;
  background: #1D3483;
}

.list_news ul li:hover .left img {
  transform: scale(1.1);
}

.list_news ul li:hover .name {
  transform: translateX(10px);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  color: #1D3483;
}

.show_news .title_top {
  border-bottom: 2px solid #000;
  padding-bottom: .9375rem;
}

.show_news .title_top .fl {
  font-size: 2.125rem;
  line-height: 2.5rem;
  color: #000000;
  width: 80%;
}

.show_news .title_top .fr {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #AAAAAA;
  font-family: "SCHADOW";
  margin: .625rem 0;
  width: 20%;
  text-align: right;
}

.show_news .shangxia {
  margin-top: 2.5rem;
}

.show_news .shangxia .left a,
.show_news .text {
  color: #616161;
}

.show_news .content {
  padding: 3.75rem 0 5rem;
  border-bottom: 1px solid #E5E5E5;
}

.show_news .shangxia .left a:hover {
  color: #1D3483;
}

.list_job_one .left {
  padding-right: 1.5625rem;
}

.list_job_one .left .text {
  margin-top: 2.1875rem;
  text-align: justify;
}

.list_job_one .right {
  padding-left: 1.5625rem;
}

.list_news ul li:first-child {
  padding-top: 0;
}

.list_job_two {
  position: relative;
  margin-top: -3.5rem;
  padding-bottom: 7.5rem;
}

.list_job_two .swiper-slide:hover .icon img {
  transform: rotateY(180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_job_two .swiper-slide .icon img {
  height: 7.125rem;
  line-height: 7.125rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  display: inline-block;
}

.list_job_two .swiper-slide .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 1.875rem 0 0.25rem;
  color: #000000;
  font-weight: 600;
}

.list_job_two .swiper-slide .text {
  color: #5B5B5B;
}

.recruit_three ul li .clearfix {
  line-height: 4.375rem;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1rem;
  color: #000000;
  padding: 0 4.375rem;
  cursor: pointer;
}

.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;
  background: #F5F5F5;
}

.recruit_three .more_2:hover {
  background: #fff;
  transition: all .6s;
}

.recruit_three .more_2 {
  border: 1px solid #1D3483;
  transition: all .6s;
}

.recruit_three .more_2:hover a {
  color: #1D3483;
}

.recruit_three ul li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #494949;
}

.recruit_three ul li .text strong {
  color: #1D3483;
}

.recruit_three ul li.active .clearfix {
  background-color: #1D3483;
  color: #fff;
}

.recruit_three ul li.active .content {
  display: block;
}

.recruit_three ul .more {
  position: absolute;
  bottom: 0;
  right: 0;
}

.recruit_three .font18 {
  color: #1D3483;
  font-weight: 600;
}

.recruit_three .more {
  color: #494949;
}

.recruit_three .more a {
  font-size: 1rem;
}

.recruit_three .more .iconfont {
  margin-left: 1.875rem;
  font-size: 0.875rem;
  position: relative;
  top: 1px;
}

button.more {
  display: inline-block;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  padding: 0 2.5rem;
  line-height: 3.2rem;
  border: none;
  font-size: 1rem;
  color: #5B5B5B;
}

button.more:nth-child(1) {
  background: -moz-linear-gradient(0% 50% 0deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #a6ce39), color-stop(1, #00a54f));
  background: -o-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  background: -ms-linear-gradient(0deg, #a6ce39 0%, #00a54f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CE39', endColorstr='#00A54F' ,GradientType=0)";
  background: linear-gradient(90deg, #a6ce39 0%, #00a54f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CE39', endColorstr='#00A54F', GradientType=1);
  color: #fff;
}

button.more:hover {
  background: #000 !important;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_contact_two button:last-child {
  color: #fff;
}

.ny_ptop {
  position: relative;
  margin-top: -5.3125rem;
  z-index: 1;
}

.list_job_two {
  background: #f8f8f8;
}

.ny_ptop::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  background: #fff;
  height: 17rem;
  z-index: -1;
}

.list_contact_one {
  background: #fff;
}

.list_contact_one .ditu {
  margin-top: 4.0625rem;
}

.list_contact_two ul li>div.fr {
  border: none;
}

.list_contact_two ul li {
  width: 20%;
  padding: 0 .75rem;
  margin-bottom: 1.25rem;
  float: left;
}

.list_contact_two ul li>div {
  border: 1px solid #E8E8E8;
}

.list_contact_two ul li input {
  width: 100%;
  background: #fff;
  font-size: 1rem;
  color: #686868;
  line-height: 3.125rem;
  padding: 0 1.5625rem;
}

.list_contact_two ul li img {
  height: 3.125rem !important;
  margin-left: 1.125rem;
}

.list_contact_two ul li textarea {
  width: 100%;
  background: #fff;
  font-size: 1rem;
  color: #686868;
  line-height: 1.875rem;
  height: 9.375rem;
  padding: 0.5rem 1.5625rem;
  border: none;
  display: block;
}

.list_contact_two button:last-child {
  margin-left: 1.25rem;
  background-color: #083250;
}

.list_contact_two .more-msl {
  border: none;
}

.list_contact_two ul li:nth-last-child(1),
.list_contact_two ul li:nth-last-child(2) {
  width: 100%;
}

.list_about_six .swiper-container {
  padding-bottom: 3.75rem;
}

.list_about_six .swiper-pagination-bullet-active {
  background: #1D3483;
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 8rem;
  }

  header .center>ul>li>a {
    padding: 0 1.25rem;
  }

  header .center {
    width: 54%;
  }

  footer .right .fl {
    width: 57%;
  }

  .ny_ptop::before {
    width: 95%;
  }

  .list_about_five .text {
    height: 5.625rem;
  }
}

@media (max-width: 1366px) {

  .index_one .center .hover,
  .list_about_one .hover {
    width: 80%;
  }

  .show_news .title_top .fl {
    font-size: 1.875rem;
  }

  body,
  html {
    font-size: calc(100vw / 94);
  }

  header .container {
    padding: 0 3rem;
  }

  .banner .scroll::before {
    width: 3px;
  }

  header .container .menu {
    right: 3rem;
  }

  .list_news .more_new img {
    height: 40px;
  }
}

@media (max-width: 990px) {
  header {
    display: none;
  }

  .show_news .title_top .fl {
    font-size: 24px;
  }

  .banner .img img {
    height: calc(100vh - 60px);
  }

  body,
  html {
    font-size: 14px;
  }

  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    margin-top: 0;
    transform: translateY(-50%);
  }

  .banner .banner_p1 {
    font-size: 28px;
  }

  .banner .banner_p2 {
    font-size: 16px;
    line-height: 30px;
    width: 80%;
  }

  .container {
    padding: 0 5rem;
  }

  .banner .swiper-button-next {
    right: 4.25rem;
  }

  .banner .swiper-button-prev {
    left: 4.25rem;
  }

  .index_one .top .fr .text {
    text-align: justify;
  }

  .index_one,
  .index_two,
  .index_three,
  .index_four,
  .index_five {
    padding: 60px 0;
  }

  .index_three .hover {
    bottom: 25px;
    padding: 0 25px;
  }

  .index_three .left .text span,
  .index_three .right .text span {
    margin: 0 1rem;
  }

  .index_three .name {
    font-size: 20px;
    line-height: 30px;
  }

  .index_three .img img {
    height: 3.25rem;
  }

  .index_five .text {
    width: 75%;
  }

  footer .top {
    display: none;
  }

  footer .bot .fr {
    display: none;
  }

  body {
    padding-bottom: 0;
  }

  footer .bot {
    padding: 10px 0;
    background: #000;
  }

  footer .bot .text {
    line-height: 24px;
    color: #fff;
  }

  .index_four .swiper-pagination {
    width: calc(95%);
  }

  .phone_weibu {
    display: block;
  }

  .index_one .bot .col-md-4 {
    padding: 0 2rem;
  }

  .title {
    font-size: 28px;
  }

  .list_about_five .text {
    height: 7.5rem;
  }

  .phone_logo img {
    height: 40px;
  }

  .ny_erji>ul>li {
    margin-right: 1rem;
  }

  .erji_bread {
    display: none;
  }

  .nyban .hover .name {
    font-size: 30px;
    line-height: 36px;
  }

  .list_about_five .name {
    height: 3.75rem;
  }

  .ptb85 {
    padding: 60px 0;
  }

  .list_news ul li .name {
    padding-top: 0;
  }

  .list_news ul li .text {
    margin-bottom: 15px;
  }

  .list_news .more_new img {
    height: 30px;
  }

  .list_news ul li .data {
    margin: 0.25rem 0;
  }

  .list_pro_zc ul li {
    padding: 0 20px;
  }

  .recruit_three ul li .clearfix {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .banner .swiper-button-next {
    right: 15px;
    display: none;
  }

  .squera_pro .name {
    height: auto;
  }

  #dituContent {
    height: 300px !important;
  }

  .list_pro .squera_pro .hover {
    bottom: 0 !important;
  }

  .container {
    padding: 0 15px;
  }

  .banner .swiper-button-prev {
    left: 15px;
    display: none;
  }

  .index_one .top .fl {
    width: 100%;
  }

  .index_one .top .fr {
    width: 100%;
    margin-top: 15px;
  }

  .index_one,
  .index_two,
  .index_three,
  .index_four,
  .index_five {
    padding: 25px 0;
  }

  .banner .banner_p1 {
    font-size: 24px;
  }

  .banner .banner_p2 {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }

  .banner .scroll {
    display: none;
  }

  .banner .swiper-pagination-bullet {
    width: 40px;
    border-radius: 0;
    height: 4px;
    background: #fff;
  }

  .title {
    font-size: 24px;
  }

  .mt55 {
    margin-top: 20px;
  }

  .index_one .center .container {
    padding-right: 15px;
  }

  .index_one .center .hover,
  .list_about_one .hover {
    width: 94%;
  }

  .index_one .center .pr,
  .list_about_one .center .pr {
    height: 13rem;
  }

  .index_one .bot .col-md-4 {
    padding: 15px;
    border-bottom: 1px solid #ddd;
  }

  .index_one .bot .col-md-4:first-child {
    padding-top: 0;
  }

  .index_four .swiper-container {
    padding-bottom: 35px;
  }

  .index_two .swiper-container {
    padding-bottom: 35px;
  }

  .index_two .swiper-container .swiper-pagination {
    bottom: 0;
  }

  .index_two .swiper-container .swiper-pagination-bullet-active {
    background: #1D3483;
  }

  .mt30,
  .mt40 {
    margin-top: 15px;
  }

  .index_three .left,
  .index_three .right {
    width: 100%;
    float: none;
  }

  .index_five .text {
    width: 100%;
    margin: 15px 0;
  }

  .bread {
    display: none;
  }

  .ny_erji>ul>li {
    margin-right: 15px;
  }

  .erji_bread {
    padding-top: 15px;
  }

  .ny_ptop {
    margin-top: 0;
  }

  .ny_erji>ul>li>a {
    padding: 0 0.5rem;
    padding-bottom: 0.875rem;
  }

  .ptb85 {
    padding: 25px 0;
  }

  .list_about_one .num .counter {
    font-size: 2.75rem;
  }

  .list_about_one .col-md-3:nth-child(1),
  .list_about_one .col-md-3:nth-child(2) {
    margin-bottom: 15px;
  }

  .list_about_five .col-md-4>div {
    padding: 25px 25px;
  }

  .list_about_five .col-md-4 {
    margin-bottom: 15px;
  }

  .list_about_five .col-md-4:last-child,
  .squera_pro:last-child {
    margin-bottom: 0;
  }

  .list_about_five .name,
  .list_about_five .text {
    height: auto;
  }

  .squera_pro {
    margin-bottom: 15px;
  }

  .nyban .hover .name {
    font-size: 26px;
  }

  .list_pro .squera_pro {
    margin-bottom: 15px;
  }

  .list_news ul li .right {
    margin-top: 15px;
  }

  .list_news ul li {
    padding: 20px 0;
  }

  .show_news .title_top .fl {
    width: 100%;
    font-size: 20px;
  }

  .show_news .title_top .fr {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }

  .show_news .content {
    padding: 15px 0;
  }

  .shangxia .tr {
    margin-top: 15px;
  }

  .ny_ptop::before {
    display: none;
  }

  .list_pro_zc ul li {
    line-height: 30px;
    padding: 15px;
  }

  .list_pro_zc ul li .col-md-3 {
    text-align: left;
  }

  .list_job_one .right {
    padding-left: 15px;
    margin-top: 15px;
  }

  .list_job_two .swiper-slide .icon img {
    height: 5.5rem;
    line-height: 5.5rem;
  }

  .list_job_two .swiper-container {
    padding-bottom: 35px;
  }

  .list_job_two .swiper-container .swiper-pagination-bullet-active {
    background: #1D3483;
  }

  .list_job_two .swiper-container .swiper-pagination {
    bottom: 0;
  }

  .recruit_three ul li .clearfix>div:last-child,
  .recruit_three ul li .clearfix>div:nth-last-child(2) {
    display: none;
  }

  .recruit_three ul li .clearfix>div:nth-child(1) {
    width: 45%;
    text-align: left;
  }

  .recruit_three ul li .clearfix>div {
    width: 18%;
    text-align: center;
  }

  .recruit_three ul li .content {
    padding: 15px;
  }

  .recruit_three ul .more {
    position: relative;
  }

  .recruit_three .tr {
    text-align: left;
    margin-top: 15px;
  }

  .list_contact_two ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .list_contact_two ul li input {
    padding: 0 15px;
    font-size: 14px;
  }

  .list_contact_two ul li textarea {
    padding: 8px 15px;
    font-size: 14px;
  }

  .list_contact_two ul li:nth-last-child(1) div.fl {
    width: 55%;
  }

  .list_contact_two ul li img {
    width: 45%;
    margin-left: 0;
    padding-left: 15px;
  }

  .list_contact_two ul li:nth-last-child(1) div.fr {
    margin-top: 15px;
  }

  .list_contact_one .ditu {
    margin-top: 0;
  }

  .case_four .w25 {
    width: 50%;
    padding: 0 0 15px 0;
  }

  .case_four .w25::before {
    display: none;
  }

  .case_four .w25 .text {
    line-height: 22px;
    height: 66px;
  }

  .case_four .w25 .text.pt15 {
    height: auto;
    margin-bottom: 10px;
  }

  .case_four .w25:last-child .text,
  .case_four .w25:nth-last-child(2) .text {
    height: auto;
  }
}

a:focus {
  outline: none;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 12px;
}
.index_three .name1 {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 1rem;
}
.index_three .row>div:hover img {
    transform: scale(1.1);
    transition: all .5s;
}.index_three .row>div:hover .name1 {
    color: #1D3483;
}.list_about_five .icon img{
     /*filter: brightness(0) invert(1);*/
}.list_about_five .name,
.list_about_five .text {
    /*color: #fff;*/
}.list_about_five {
    padding: 10rem 0;
}.list_about_five .mt30 {
    margin-top: 3rem;
}.list_about_five .mt30 .row>div >div {
    padding: 4rem 2rem;
    background: rgba(255,255,255,0.7);
}