@charset "utf-8";

@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes o-upfade-bottom {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-ani5-1 {
  0%,100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes o-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes o-scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes o-scale-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes o-scroll {
  0% {
    opacity: 1;
    transform: translateY(-3px);
  }
  90%,100% {
    opacity: .7;
    transform: translateY(3px);
  }
}
@keyframes run {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 90px;
    height: 90px;
  }
  100% {
    width: 30px;
    height: 100px;
  }
}

.wrapper {width:96%; max-width:1400px; margin:0 auto;z-index: 2;}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 1025px) {
  .dom-loaded .head-bot li .dropnav {
    transition: all .3s ease;
  }
}
.head-top {
  background-color: #ececec;
}
.head-top .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.head-top span {
  font-size: 14px;
  line-height: 34px;
  color: #e2e8f2;
  margin: 0 10px;
  color: #333;
}
.head-top a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  line-height: 34px;
}


.head-bot {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #ddd;
  z-index: 9;
  transition: all .3s ease;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .head-bot:hover, .head-bot.down {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .head-bot:hover a.logo img, .head-bot.down a.logo img {
    filter: grayscale(0) brightness(1);
  }
 
  .head-bot:hover li a.single, .head-bot.down li a.single {
    color: #333;
  }
  .head-bot:hover a.btn, .head-bot.down a.btn {
    color: #333;
  }
  .head-bot:hover a.btn:after, .head-bot.down a.btn:after {
    background-image: url("../images/icon-3-1.png");
  }
  .head-bot:hover a.search, .head-bot.down a.search {
    background-image: url("../images/icon-4-1.png");
  }
  .head-bot.down li a.single {
    line-height: 80px;
  }
  .head-bot.down li.active a.single {
    color: #255dbc;
  }
}
.head-bot .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.head-bot .left-box,
.head-bot .right-box {
  display: flex;
  align-items: center;
}
.head-bot a.logo {
  position: relative;
}
.head-bot a.logo img {
  display: block;
  height: 65px;
  transition: opacity .3s ease;
  filter: grayscale(0) brightness(1);
}
.head-bot a.logo span{ font-size:18px; color:#043fc4; margin-left:5px; font-weight:bold;}
.head-bot a.logo img.hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.head-bot li {
  margin-left: 1.5vw;
  display: inline-block;
  vertical-align: top;
}
.head-bot li a.single {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 90px;
  transition: all .3s ease;
}
.head-bot li .dropnav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: left;
  display: flex;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  align-items: center;
}
.head-bot li .dropnav .left-b {
  width: 30vw;
  padding: 3vw 2vw 3vw 8vw;
}
.head-bot li .dropnav .left-b h3 {
  font-size: 22px;
  color: #030000;
  /* text-align: center; */
}
.head-bot li .dropnav .left-b p {
  font-size: 14px;
  line-height: 2;
  color: #808080;
  margin-top: 20px;
  text-align: justify;
}
.head-bot li .dropnav .left-b a {
  display: inline-block;
  font-size: 14px;
  margin-top: 20px;
  color: #255dbc;
}
.head-bot li .dropnav .center-b {
  width: 70vw;
  position:relative;
  padding: 3vw 4vw;
  display:flex;
}

.head-bot li .dropnav .center-b:after {content: "";height: 55%;background: #cccccc;width: 1px;transition: all 0.5s ease-in-out;position: absolute;left: 0%;top: 4vw;}


.head-bot li .dropnav .center-b a {
  display:inline-block; width:32.6%; margin-right:1.1%;
  position: relative;
}
.head-bot li .dropnav .center-b a .center-img{ text-align:center;}
.head-bot li .dropnav .center-b a .center-img img{ max-width:100%;}

.head-bot li .dropnav .center-b a span {
  display: block;
  font-size: 18px; margin-top:15px;
  line-height:32px;
  position: relative;
  z-index: 2; text-align:center;
  transition: color .3s ease;
}



.head-bot li:hover a.single {
  color: #255dbc;
}
.head-bot li:hover .dropnav {
  opacity: 1;
  visibility: visible;
}
.head-bot a.btn {
  font-size: 18px;
  color: #ecf0f7;
  transition: color .3s ease;
}
.head-bot a.btn:after {
  content: '';
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  transition: all .3s ease;
}
.head-bot a.search {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-4-1.png");
  margin-left: 30px;
  transition: all .3s ease;
}
.head-bot a.menu {
  width: 32px;
  height: 32px;
  background-color: #255dbc;
  border-radius: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-5.png");
  margin-left: 20px;
  display:none;
}

.fixed-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #255dbc;
  display: none;
}
.fixed-search .close {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close.png");
  position: absolute;
  top: 3.125vw;
  right: 3.125vw;
  cursor: pointer;
  z-index: 3;
}
.fixed-search .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.fixed-search .box {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.fixed-search h3 {
  text-align: center;
  font-size: 60px;
  color: #fff;
  margin-bottom: 4.5vw;
}
.fixed-search input {
  display: block;
  width: 100%;
  height: 100px;
  border-bottom: 4px solid #fff;
  background-color: transparent;
  padding: 0 30px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.fixed-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fixed-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fixed-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #fff;
  display: none;
}
.fixed-menu .close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 4vw;
  top: 6.25vw;
  margin-top: -25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-1.png");
  cursor: pointer;
  z-index: 2;
}
.fixed-menu .flex {
  display: flex;
}
.fixed-menu .img-block {
  width: 30%;
  height: 100vh;
}
.fixed-menu .img-block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fixed-menu .txt-block {
  position: relative;
  width: 70%;
  height: 100vh;
  padding: 6.25vw calc(7.125vw + 50px) 0 5vw;
}
.fixed-menu .top-box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e0e8f6;
  padding-top: 3.125vw;
}

.fixed-menu .box h3 {
  font-size: 18px;
  color: #255dbc;
}
.fixed-menu .box h3:after {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #255dbc;
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 1024px){
body {
    padding-top: 70px;
}
}
/*****************/

.footer {
  background-color: #fff;
}

.footer .footer-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 100px; */
    border-bottom: 1px #ddd solid;
    flex-wrap: wrap;
    padding: 20px 0px;
}

.footer .footer-item .footer-item-top .footer-item-pic {display: flex;align-items: center;flex-wrap: wrap;margin: 10px 0px;}

.footer .footer-item .footer-item-top .footer-item-pic img {
    max-width: 100%;
    height: 55px;
    object-fit: contain;
    margin-right:10px;
}

.footer .footer-item .footer-item-top .footer-item-pic p{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}


.footer .footer-item .footer-item-desc a {
    padding: 15px 30px 15px 30px;
    background-color: #043dbe;
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
    display: inline-block;
}

.footer .top-block {
  padding: 30px 0;
  border-top: 1px #ddd solid;
}
.footer .top-block .flex {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .box h3 {
  font-size: 18px;
  color: #333;
}
.footer .box h3:after {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #255dbc;
  display: block;
  margin-top: 20px;
}
.footer .box .link {
  margin-top: 20px;
}
.footer .box .link a, .footer .box .link p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 18px;
  color: #7d8593;
}
.footer .box .link a:nth-of-type(1), .footer .box .link p:nth-of-type(1) {
  margin-top: 0;
}
.footer .box .link a {
  display: block;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .footer .box .link a:hover {
    color: #175aa8;
  }
}
.footer .box .link p {
  padding-left: 26px;
  background-position: left top;
  background-repeat: no-repeat;
}
.footer .box .link p.addr {
  background-image: url("../images/lxicon-1.png");background-size: contain;
}
.footer .box .link p.tel {
  background-image: url("../images/lxicon-2.png");background-size: contain;
}
.footer .box .link p.dian {
  background-image: url("../images/lxicon-4.png");background-size: contain;
}
.footer .box .link p.fax {
  background-image: url("../images/lxicon-5.png");background-size: contain;
}
.footer .box .link p.url {
  background-image: url("../images/lxicon-3.png");background-size: contain;
}



.footer .ewm {
  width: 135px;
}
.footer .ewm img {
  display: block;
  width: 100%;
}
.footer .ewm p {
  text-align: center;
  font-size: 16px;
  color: #7d8593;
  margin-top: 10px;
}
.footer .share {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.footer .share a {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0;
  margin: 0 0 0 10px;
  width: 34px;
  height: 34px;
  background-color: #242e41;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s ease;
}
.footer .share a.weixin {
  background-image: url("../images/share-1.png");
}
.footer .share a.tsina {
  background-image: url("../images/share-2.png");
}
.footer .share a.fbook {
  background-image: url("../images/share-3.png");
}
.footer .share a.twi {
  background-image: url("../images/share-4.png");
}
.footer .share a.linkedin {
  background-image: url("../images/share-5.png");
}
.footer .bot-block {
  padding: 25px 0;
  border-top: 1px #ddd solid;
  font-size: 0;
}
.footer .bot-block p {
  text-align: center;
}
.footer .bot-block p span, .footer .bot-block p a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #7d8593;
}
.footer .bot-block p a {
  margin-left: 10px;
}
.footer .bot-block .link {
  text-align: center;
}
.footer .bot-block .link a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #7d8593;
  transition: color .3s ease;
}
.footer .bot-block .link a:after {
  content: '';
  width: 2px;
  height: 10px;
  background-color: #4e525a;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.footer .bot-block .link a:last-of-type:after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .footer .bot-block .link a:hover {
    color: #fff;
  }
}

.fixed-content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: none;
}
.fixed-content .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fixed-content .tab-wrap {
  background-color: #fff;
  position: relative;
}
.fixed-content .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 24px;
  right: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-1.png");
  cursor: pointer;
}
.fixed-content .tab-tit {
  margin-right: 160px;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
  display: flex;
}
.fixed-content .tab-tit span {
  width: 50%;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #666666;
  padding: 30px;
  cursor: pointer;
}
.fixed-content .tab-tit span:after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #255dbc;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left bottom;
  transition: transform .6s ease;
}
.fixed-content .tab-tit span.active:after {
  transform: scaleX(1);
}
.fixed-content .tab-cont {
  padding: 6.25vw 160px 6.25vw 6.25vw;
}
.fixed-content .child {
  display: none;
}
.fixed-content .child.active {
  display: block;
}
.fixed-content .flex {
  display: flex;
  align-items: flex-start;
}
.fixed-content .flex span {
  width: 31.25%;
  text-align: right;
  font-size: 32px;
  color: #255dbc;
}
.fixed-content .flex .info {
  width: 68.75%;
  padding-left: 7.5vw;
}
.fixed-content p {
  font-size: 18px;
  line-height: 1.5;
  color: #666666;
  max-height: 60vh;
  padding-right: 20px;
  overflow: auto;
}


@media screen and (max-width: 1280px) {
  .footer .box {
    max-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .head-top {
    display: none;
  }

  .head-bot {
    position: fixed;
    width: 100%;
    height: 71px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .head-bot .flex {
    /* padding: 0 20px; */
  }

  .head-bot .nav {
    display: none;
  }

  .head-bot a.logo {
    padding: 19px 0px;
  }

  .head-bot a.logo img {
    height: 32px;
    filter: grayscale(0) brightness(1);
  }

 
  .head-bot a.menu { 
    display:inline-block;
  }

  .head-bot a.btn {
    display: none;
  }

  .head-bot a.search {
    background-image: url("../images/icon-4-1.png");
  }

  .fixed-search .close {
    top: 5%;
    right: 5%;
  }

  .fixed-search h3 {
    font-size: 30px;
  }

  .fixed-search input {
    height: 60px;
    border-bottom-width: 2px;
  }

  .fixed-menu .img-block,
  .fixed-menu .bot-box {
    display: none;
  }

  .fixed-menu .txt-block {
    width: 100%;
    padding: 40px 30px;
  }

  .fixed-menu .close {
    top: 15px;
    right: 30px;
    margin-top: 0;
    background-color: #fff;
  }

  .fixed-menu .top-box {
    display: block;
    padding-top: 20px;
  }

  .fixed-menu .box {
    margin-top: 10px;
  }
  .fixed-menu .box:nth-of-type(1) {
    margin-top: 0;
  }

  .fixed-menu .box h3:after {
    margin-top: 10px;
  }


  .fixed-menu .box .link {
    margin-top: 10px;
    font-size: 15px;
  }

  .fixed-menu .box .link a {
    display: inline-block;
    margin: 0 15px 10px 0;
  }

  .footer .share,
  .footer .box {
    display: none;
  }

  .footer .box:nth-of-type(6) {
    display: block;
  }

  .footer .top-block {
    padding: 30px 5vw;
    text-align: center;
  }

  .footer .top-block .flex {
    display: inline-block;
    text-align: left;
  }

  .footer .box {
    max-width: none;
  }

  .footer .bot-block {
    padding: 20px 5vw;
    display: block;
  }

  .footer .bot-block .link {
    margin-top: 10px;
  }

  .footer .box h3 {
    display: none;
  }

  .footer .box .link {
    margin-top: 0;
  }
}




.subnav {
  background-color: #000000;
  position: relative;
  margin-top: -84px;
}
.subnav .items {
  margin-right: 180px;
}
.subnav .item a {
  display: block;
  height: 84px;
  position: relative;
  padding-left: 60px;
}
.subnav .item i {
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
}
.subnav .item span {
  font-size: 16px;
  font-family: 'EuclidCircularA-Regular';
  color: #d1dae8;
}
.subnav .item h3 {
  font-size: 16px;
  color: #d1dae8;
}
.subnav .btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font-size: 0;
  display: none;
}
.subnav .btn:after {
  content: '';
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
}
.subnav .button {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.subnav .button-prev {
  background-image: url("../images/prev-1.png");
}
.subnav .button-next {
  background-image: url("../images/next-1.png");
  margin-left: 28px;
}

/*in_bottom*/
.in_bottom{height: auto;overflow:hidden;background: #f6f6f6; position:relative; padding:30px 0px;}
.in_bottom .flex {display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.in_bottom li.in_bottom_item { width:25%;transition:.4s;}
.in_bottom li.in_bottom_item .d-flex {display: -ms-flexbox!important;display: flex!important;align-items: center!important;}
.in_bottom li i{font-size: 40px;color: #ccd3e6;margin-right: .5rem;transition:.8s;}
.in_bottom li:hover {color: #d0121b;}
.in_bottom li:hover i{color: #d0121b;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);}
.in_bottom li strong{display: block;}
.in_bottom li p{line-height: 25px;color: #777;font-size: 14px;font-weight: normal;}


@media screen and (max-width: 768px){
.in_bottom li.in_bottom_item { width:100%;transition:.4s; margin:10px 0px;}
}