@font-face {
  font-family: "iconfont";
  src: url('../font/feccb03a-d3e9-4e15-9fe4-5a794f69c27d.woff2') format('woff2'),
    url('../font/3d52745a-ab05-4b8b-904a-f8086b7573e5.woff') format('woff'),
    url('../font/b2ac59f5-1444-4ebb-a0e7-fa2b5ef89018.ttf') format('truetype');
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  margin-bottom: 0;
}
.reset_style, body {
    word-break: normal;
}
body {
  font-family: "PingFangSC", "Microsoft Yahei", "微软雅黑", "Arial";
}
.swiper-button-prev:after{
	display:none;
}
.swiper-button-next:after{
	display:none;
}
.w1440 {
  width: 1440px;
  margin: 0 auto;
}
.mCSB_scrollTools:before{
	content:'';
     width: 2px;
    height: 100%;
  background:rgba(0,0,0,0.4);
  position:absolute;
  left:7px;
  top:0;
}
.mCSB_scrollTools .mCSB_draggerRail{
	opacity:0;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  color: #333;
}
.social-share .social-share-icon {
  width: 36px;
  height: 36px;
  border-radius: 0;
  margin: 0;
  border: none;
  background: #151616;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.social-share .social-share-icon:hover {
  background: #0b419a;
}
.social-share .social-share-icon:hover:before {
  opacity: 1;
}
.social-share .icon-wechat {
  margin-right: 10px;
}
.social-share .icon-wechat:before {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  opacity: 0.8;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.social-share .icon-weibo:before {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  opacity: 0.8;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #0b419a !important;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  padding-top: 18px;
  z-index: 1000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
.header .con .logo {
  position: relative;
  width: 15%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .logo img {
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .logo img.color {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header .con .logo:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.header .con .nav {
  flex: 1;
  display: block;
}

.language {
    float: left;
    display: flex;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 195px;
}
.language .tel-ico svg {
    fill: #fff;
}
.lang3 {
    color: #fff;
    font-size: 20px;
    padding-left: 6px;
    padding-right: 6px;
}
.header .con .nav > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 90px;
}
.header .con .nav > ul > li {
  position: relative;
  margin-right: 5%;
}
.header .con .nav > ul > li h2 {
  position: relative;
}
.header .con .nav > ul > li h2 a {
  display: block;
  color: #fff;
  line-height: 52px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li .nav-list {
  position: fixed;
  width: 1440px;
  background: #fff;
  box-shadow: 2px 4px 36px 0px rgba(0, 0, 0, 0.2);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 2vw 4vw 5vw;
  background: url(../image/f72a70b6-9f8e-4627-9463-103efbf287b2.jpg) no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li .nav-list .top h2 {
  font-weight: bold;
  color: #0b419a;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.header .con .nav > ul > li .nav-list .top h2:after {
  content: '';
  width: 2.4vw;
  height: 2px;
  background: #0b419a;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header .con .nav > ul > li .nav-list .bottom {
  padding-top: 1.5vw;
}
.header .con .nav > ul > li .nav-list .bottom .left {
  float: left;
  padding-right: 1.8vw;
  position: relative;
}
.header .con .nav > ul > li .nav-list .bottom .left:before {
  content: '';
  width: 2px;
  height: 16vw;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 4px;
}
.header .con .nav > ul > li .nav-list .bottom .left ul li a {
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li .nav-list .bottom .left ul li:not(:first-child) {
  margin-top: 0.6vw;
}
.header .con .nav > ul > li .nav-list .bottom .left ul li:hover a {
  color: #0b419a;
}
.header .con .nav > ul > li .nav-list .bottom .left ul li.active a {
  color: #0b419a;
}
.header .con .nav > ul > li .nav-list .bottom .middle {
  float: left;
  padding-left: 1.8vw;
}
.header .con .nav > ul > li .nav-list .bottom .middle .m-box {
  display: none;
}
.header .con .nav > ul > li .nav-list .bottom .middle .m-box.active {
  display: block;
}
.header .con .nav > ul > li .nav-list .bottom .middle .m-box ul {
  height: 280px;
}
.header .con .nav > ul > li .nav-list .bottom .middle .m-box ul li a {
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li .nav-list .bottom .middle .m-box ul li:not(:first-child) {
  margin-top: 0.6vw;
}
.header .con .nav > ul > li .nav-list .bottom .middle .m-box ul li:hover a {
  color: #0b419a;
}
.header .con .nav > ul > li .nav-list .bottom .middle .m-box ul li.active a {
  color: #0b419a;
}
.header .con .nav > ul > li .nav-list .bottom .right {
  float: right;
  width: 64%;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box {
  display: none;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box.active {
  display: block;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li {
  display: none;
  padding-top: 1vw;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li.active {
  display: block;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .tus {
  float: left;
  width: 26%;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .tus img {
  width: 100%;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .text {
  float: right;
  width: 62%;
  padding-top: 1.5vw;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .text h3 {
  font-size: 1.8vw;
  font-weight: bold;
  line-height: 1;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .text .p-btn {
  margin-top: 2vw;
  display: flex;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .text .p-btn .btns {
  width: 9.8vw;
  background: #f4f5f6;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .text .p-btn .btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.125vw;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .text .p-btn .btns a .tu {
  position: relative;
  top: 4px;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .text .p-btn .btns a .tu img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .text .p-btn .btns a .tu img.regular {
  opacity: 1;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .text .p-btn .btns a .tu img.white {
  position: absolute;
  left: 0;
  opacity: 0;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .text .p-btn .btns a span {
  margin-left: 8px;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .text .p-btn .btns:first-child {
  margin-right: 1.5vw;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .text .p-btn .btns:hover {
  background: #0b419a;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .text .p-btn .btns:hover a .tu img.regular {
  opacity: 0;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .text .p-btn .btns:hover a .tu img.white {
  opacity: 1;
}
.header .con .nav > ul > li .nav-list .bottom .right .r-box ul li .text .p-btn .btns:hover a span {
  color: #fff;
}
.header .con .nav > ul > li .nav-list.active {
  visibility: visible;
  opacity: 1;
}
.header .con .nav > ul > li .nav-box {
  position: absolute;
  left: -70px;
  display: flex;
   width: 420px;
  background: #fff;
  box-shadow: 2px 4px 36px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 30px 30px 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li .nav-box:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -20px;
  left: 94px;
}
.header .con .nav > ul > li .nav-box .left {
  margin-right: 50px;
}
.header .con .nav > ul > li .nav-box .left ul li a {
  white-space: nowrap;
  color: #888;
  display: block;
  line-height: 36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li .nav-box .left ul li a:before {
  content: '\e600';
  font-family: iconfont;
  color: #0b419a;
  position: absolute;
  left: -30px;
  font-size: 10px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.header .con .nav > ul > li .nav-box .left ul li:last-child a {
  border-bottom: none;
}
.header .con .nav > ul > li .nav-box .left ul li:hover a {
  color: #0b419a;
}
.header .con .nav > ul > li .nav-box .left ul li:hover a:before {
  left: -20px;
  opacity: 1;
}
.header .con .nav > ul > li .nav-box .right {
  margin-top: 10px;
}
.header .con .nav > ul > li .nav-box .right .tu {
  width: 224px;
  overflow: hidden;
}
.header .con .nav > ul > li .nav-box .right .tu img {
  width: 100%;
}
.header .con .nav > ul > li .nav-box .right .tu:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.header .con .nav > ul > li .nav-box .right h2 {
  text-align: center;
  color: #b9b9b9;
  font-style: italic;
  margin-top: 10px;
}
.header .con .nav > ul > li .nav-box.active {
  visibility: visible;
  opacity: 1;
}
.header .con .nav > ul > li:nth-child(2) h2:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: 0;
  left: 44%;
  opacity: 0;
  z-index: 4;
}
.header .con .nav > ul > li:nth-child(2) h2.active:before {
  opacity: 1;
}
.header .con .nav > ul > li:nth-child(3) .nav-box{
    width: 594px;
 }
.header .con .h-right {
  display: flex;
}
.header .con .h-right .lang {
  width: 140px;
  height: 48px;
  border-radius: 26px;
  border: 1px solid #fff;
  margin-right: 30px;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  position: relative;
}
.header .con .h-right .lang h2 {
  color: #fff;
  line-height: 48px;
  padding-left: 40px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .h-right .lang h2:after {
  content: '\e603';
  font-family: iconfont;
  color: #fff;
  position: absolute;
  right: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .h-right .lang ul {
  padding-top: 20px;
  position: absolute;
  width: 100%;
  top: 44px;
  visibility: hidden;
  opacity: 0;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .h-right .lang ul:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
}
.header .con .h-right .lang ul li a {
  display: block;
  color: #333;
  line-height: 50px;
  text-align: center;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .h-right .lang ul li a:hover {
  color: #0b419a;
}
.header .con .h-right .lang:hover h2:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.header .con .h-right .lang:hover ul {
  visibility: visible;
  opacity: 1;
}
.header .con .h-right .tmao {
  margin-right: 24px;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .h-right .tmao .yuan {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  background: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .h-right .tmao .yuan span {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .h-right .tmao h2 {
  color: #fff;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .h-right .tmao:hover .yuan {
  background: #0b419a;
}
.header .con .h-right .search {
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .h-right .search .yuan {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  background: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .h-right .search .yuan span {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .h-right .search h2 {
  color: #fff;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .h-right .search:hover .yuan {
  background: #0b419a;
}
.header .con .h-right .mobile-btn {
  display: none;
}
.header.active .con .logo img.white {
  opacity: 0;
}
.header.active .con .logo img.color {
  opacity: 1;
}
.header.active .con .nav > ul > li h2 a {
  color: #333;
}
.header.active .language .tel-ico svg {
    fill: #333;
}
.header.active .lang3 {
    color: #333;
}
.header.active .con .h-right .lang {
  border: 1px solid #333;
}
.header.active .con .h-right .lang h2 {
  color: #333;
}
.header.active .con .h-right .lang h2:after {
  color: #333;
}
.header.active .con .h-right .tmao .yuan {
  border: 1px solid #333;
}
.header.active .con .h-right .tmao .yuan span {
  color: #333;
}
.header.active .con .h-right .tmao h2 {
  color: #333;
}
.header.active .con .h-right .tmao:hover .yuan {
  background: #fff;
}
.header.active .con .h-right .search .yuan {
  border: 1px solid #333;
}
.header.active .con .h-right .search .yuan span {
  color: #333;
}
.header.active .con .h-right .search h2 {
  color: #333;
}
.header.active .con .h-right .search:hover .yuan {
  background: #fff;
}
.header.on {
  padding-top: 0;
  background: #fff;
  box-shadow: 2px 4px 36px 0px rgba(0, 0, 0, 0.2);
}
.header.on .con .logo img {
  width: 160px;
  top: 10px;
}
.header.on .con .logo img.white {
  opacity: 0;
}
.header.on .con .logo img.color {
  opacity: 1;
}
.header.on .con .nav > ul > li h2 a {
  color: #333;
  line-height: 68px;
}
.header.on .con .nav > ul > li:hover h2 a {
  color: #0b419a;
}
.header.on .con .h-right .lang {
  border: 1px solid #333;
  top: 10px;
}
.header.on .con .h-right .lang h2 {
  color: #333;
}
.header.on .con .h-right .lang h2:after {
  color: #333;
}
.header.on .con .h-right .tmao {
  top: 6px;
}
.header.on .con .h-right .tmao .yuan {
  border: 1px solid #333;
}
.header.on .con .h-right .tmao .yuan span {
  color: #333;
}
.header.on .con .h-right .tmao h2 {
  color: #333;
}
.header.on .con .h-right .tmao:hover .yuan {
  background: #0b419a;
  border: 1px solid #0b419a;
}
.header.on .con .h-right .tmao:hover .yuan span {
  color: #fff;
}
.header.on .con .h-right .search {
  top: 6px;
}
.header.on .con .h-right .search .yuan {
  border: 1px solid #333;
}
.header.on .con .h-right .search .yuan span {
  color: #333;
}
.header.on .con .h-right .search h2 {
  color: #333;
}
.header.on .con .h-right .search:hover .yuan {
  background: #0b419a;
  border: 1px solid #0b419a;
}
.header.on .con .h-right .search:hover .yuan span {
  color: #fff;
}
.header .search-list {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.header .search-list .search-box {
  background: #fff;
  padding: 40px 0;
}
.header .search-list .search-box .search-center {
  width: 400px;
  margin: 0 auto;
  position: relative;
}
.header .search-list .search-box .search-center input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  padding-right: 40px;
}
.header .search-list .search-box .search-center span {
  position: absolute;
  color: #666;
  font-size: 20px;
  line-height: 40px;
  right: 0;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .search-list .search-box .search-center span:hover {
  color: #000;
}
.footer {
  background: url(../image/fafe947a-d0ba-46c7-942b-5e59a9b0c993.jpg) no-repeat top right;
  background-size: cover;
  padding-top: 5.2vw;
}
.footer .footer-top {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-top .con {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.footer .footer-top .con .big-box {
  display: flex;
  justify-content: space-between;
}
.footer .footer-top .con .big-box .logo {
  width: 25%;
}
.footer .footer-top .con .big-box .logo > a {
  display: block;
  margin-bottom: 20px;
}
.footer .footer-top .con .big-box .logo > a img {
  width: 260px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .big-box .logo > a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.footer .footer-top .con .big-box .logo p {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}
.footer .footer-top .con .big-box .logo p span {
  white-space: nowrap;
}
.footer .footer-top .con .big-box .logo p a {
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .big-box .logo p a:hover {
  color: #fff;
}
.footer .footer-top .con .big-box .nav {
  flex: 1;
  display: block;
}
.footer .footer-top .con .big-box .nav > ul {
  padding: 0 12% 0 0;
  display: flex;
  justify-content: space-between;
}
.footer .footer-top .con .big-box .nav > ul > li h2 a {
  color: #fff;
  white-space: nowrap;
}
.footer .footer-top .con .big-box .nav > ul > li ul {
  margin-top: 14px;
}
.footer .footer-top .con .big-box .nav > ul > li ul li a {
  color: #fff;
  opacity: 0.5;
  line-height: 36px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .big-box .nav > ul > li ul li a:hover {
  opacity: 1;
}
.footer .footer-top .con .big-box .erweima .tu {
  width: 130px;
  height: 130px;
  background: #fff;
  padding: 10px;
}
.footer .footer-top .con .big-box .erweima .tu img {
  width: 100%;
}
.footer .footer-top .con .big-box .erweima h2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  white-space: nowrap;
}
.footer .footer-top .con .security {
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}
.footer .footer-top .con .security input {
  flex: 1;
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
}
.footer .footer-top .con .security .btns {
  width: 130px;
  height: 60px;
  background: #0b419a;
  border-radius: 28px 0 0 28px;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .security .btns img {
  width: 20px;
  margin-right: 8px;
}
.footer .footer-top .con .security .btns:hover {
  opacity: 1;
}
.footer .footer-bottom {
  padding: 30px 0 40px;
}
.footer .footer-bottom .con {
  width: 90%;
  margin: 0 auto;
}
.footer .footer-bottom .con .left {
  float: right;
}
.footer .footer-bottom .con .right {
  float: left;
  display: flex;
}
.footer .footer-bottom .con .right p {
  color: #696969;
  line-height: 36px;
}
.footer .footer-bottom .con .right ul {
  display: flex;
}
.footer .footer-bottom .con .right ul li {
  padding: 0 20px;
  position: relative;
}
.footer .footer-bottom .con .right ul li a {
  color: #696969;
  line-height: 36px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-bottom .con .right ul li a:hover {
  color: #fff;
}
.footer .footer-bottom .con .right ul li .l-list {
  position: absolute;
  background: #fff;
  bottom: 60px;
  left: 0;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-bottom .con .right ul li .l-list a {
  display: block;
  white-space: nowrap;
  padding: 6px 20px;
  line-height: 1.5;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-bottom .con .right ul li .l-list a:hover {
  color: #0b419a;
}
.footer .footer-bottom .con .right ul li:last-child:hover .l-list {
  visibility: visible;
  opacity: 1;
  bottom: 40px;
}
.l-list.mobile{
    display: none;
}
.i-banner {
  position: relative;
}
.i-banner img {
  width: 100%;
}
.i-banner .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.i-banner .text .con h2 {
  color: #fff;
  font-weight: bold;
}
.i-banner .text .con h3 {
  color: #fff;
  letter-spacing: 2px;
}
.sub-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.sub-nav .con {
  display: flex;
  justify-content: space-between;
}
.sub-nav .con .left ul {
  display: flex;
}
.sub-nav .con .left ul li {
  margin-right: 1.0vw;
  position: relative;
}
.sub-nav .con .left ul li:before {
  content: '';
  width: 0;
  height: 2px;
  background: #0b419a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.sub-nav .con .left ul li a {
  display: block;
  line-height: 74px;
  color: #414b5b;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.sub-nav .con .left ul li:hover a {
  color: #0b419a;
}
.sub-nav .con .left ul li.active:before {
  width: 100%;
  left: 0;
}
.sub-nav .con .left ul li.active a {
  color: #0b419a;
}
.sub-nav .con .right {
  display: flex;
  justify-content: flex-end;
}
.sub-nav .con .right a {
  color: #999;
  line-height: 74px;
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.sub-nav .con .right a img {
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.sub-nav .con .right a:hover {
  color: #0b419a;
}
.sub-nav .con .right span {
  color: #999;
  line-height: 74px;
  display: block;
  margin: 0 6px;
  font-size: 14px;
}
.sub-nav .con .right h3 {
  color: #999;
  line-height: 74px;
  display: block;
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup .video-box {
  width: 66%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#videoPopup .video-box video {
  width: 100%;
}
#videoPopup .video-box .closes {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#videoPopup .video-box .closes span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
#videoPopup .video-box .closes:hover {
  background: rgba(0, 0, 0, 0.5);
}
.p_page {
  text-align: center;
  margin-top: 4vw;
}
.page_con {
  display: inline-block;
}
.page_a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #c9c8c8;
  margin: 0 4px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.page_a:hover {
  background: #0b419a;
  color: #fff;
  border: 1px solid #0b419a;
}
.page_a.disabled {
  border-radius: 50%;
  background: #fff;
}
.page_a.current {
  background: #0b419a;
  border: 1px solid #0b419a;
  border-radius: 50%;
  color: #fff;
}
.page_input:hover {
  border-color: #ebebeb;
}
@media screen and (max-width: 1600px) {
  .w1440 {
    width: 80%;
  }
  .header .con .nav > ul > li h2 a {
    font-size: 18px;
  }
  .header .con .nav > ul > li .nav-list {
    width: 80%;
  }
  .header .con .nav > ul > li .nav-box {
    padding: 20px 20px 20px 40px;
  }
  .header .con .nav > ul > li .nav-box.active {
    left: -66px;
  }
  .footer .footer-top .con .big-box .nav > ul > li h2 a {
    font-size: 18px;
  }
  .footer .footer-bottom {
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 1440px) {
  .header .con .nav > ul > li {
    margin-right: 4%;
  }
  .header .con .nav > ul > li h2 a {
    line-height: 50px;
  }
   .header .con .nav > ul > li .nav-box{
        width: 400px;
    }
    .header .con .nav > ul > li:nth-child(3) .nav-box{
        width: 560px;
    }
  .header .con .h-right .lang {
    width: 146px;
    height: 48px;
  }
  .header .con .h-right .lang h2 {
    font-size: 16px;
    line-height: 48px;
    padding-left: 36px;
  }
  .footer .footer-top {
    padding-bottom: 40px;
  }
  .footer .footer-top .con .big-box .erweima .tu {
    width: 110px;
    height: 110px;
  }
  .footer .footer-top .con .big-box .erweima h2 {
    font-size: 14px;
  }
  .footer .footer-top .con .security {
    height: 50px;
  }
  .footer .footer-top .con .security input {
    font-size: 14px;
  }
  .footer .footer-top .con .security .btns {
    width: 120px;
    height: 50px;
    font-size: 14px;
  }
  .sub-nav .con .left ul li a {
    line-height: 70px;
  }
  .sub-nav .con .right a {
    line-height: 70px;
  }
  .sub-nav .con .right span {
    line-height: 70px;
  }
  .sub-nav .con .right h3 {
    line-height: 70px;
  }
  .page_a {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }
  .header .con .nav > ul > li h2 a {
    font-size: 16px;
    line-height: 42px;
  }
  .header .con .nav > ul > li .nav-list {
    width: 90%;
  }
  .header .con .nav > ul > li .nav-list .bottom .middle .m-box ul {
    height: 260px;
  }
  .header .con .nav > ul > li .nav-box .left ul li a {
    font-size: 14px;
    line-height: 32px;
  }
  .header .con .h-right .lang {
    width: 126px;
    height: 44px;
    margin-right: 20px;
  }
  .header .con .h-right .lang h2 {
    font-size: 14px;
    line-height: 44px;
    padding-left: 32px;
  }
  .header .con .h-right .lang h2:after {
    right: 26px;
  }
  .header .con .h-right .tmao {
    margin-right: 20px;
  }
  .footer .footer-top .con .big-box .nav > ul {
    padding: 0 8% 0 6%;
  }
  .footer .footer-top .con .big-box .nav > ul > li h2 a {
    font-size: 16px;
  }
  .footer .footer-top .con .big-box .nav > ul > li ul li a {
    font-size: 14px;
    line-height: 30px;
  }
  .footer .footer-top .con .security {
    height: 44px;
  }
  .footer .footer-top .con .security .btns {
    height: 44px;
  }
  .footer .footer-top .con .security .btns img {
    width: 16px;
  }
  .sub-nav .con .left ul li a {
    line-height: 60px;
  }
  .sub-nav .con .right a {
    line-height: 60px;
  }
  .sub-nav .con .right span {
    line-height: 60px;
  }
  .sub-nav .con .right h3 {
    line-height: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .header .con .nav > ul > li {
    margin-right: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    background: #fff;
    top: 0;
    padding: 10px 0;
  }
  .header .con {
    justify-content: space-between;
  }
  .header .con .logo {
    width: 80px;
  }
   .header .con .language {
    height: 30px;
    line-height:30px;
}
  .header .con .nav {
    position: fixed;
    top: 64px;
    width: 100%;
    background: #fff;
    display: none;
    padding: 0 5% 20px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 1px solid #f2f2f2;
  }
  .header .con .nav > ul {
    display: block;
  }
  .header .con .nav > ul > li {
    width: 100%;
  }
  .header .con .nav > ul > li h2 {
    border-bottom: 1px solid #f2f2f2;
  }
  .header .con .nav > ul > li h2:after {
    content: '\e603';
    font-family: iconfont;
    font-size: 20px;
    color: #333;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .con .nav > ul > li h2 a {
    width: 50%;
    line-height: 50px;
  }
  .header .con .nav > ul > li .nav-list {
    position: relative;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    padding: 0;
    width: 100%;
    background: none;
  }
  .header .con .nav > ul > li .nav-list .top {
    display: none;
  }
  .header .con .nav > ul > li .nav-list .bottom {
    padding-top: 0;
  }
  .header .con .nav > ul > li .nav-list .bottom .left {
    width: 100%;
    padding-right: 0;
  }
  .header .con .nav > ul > li .nav-list .bottom .left:before {
    display: none;
  }
  .header .con .nav > ul > li .nav-list .bottom .left ul {
    padding: 0 20px;
    display: none;
  }
  .header .con .nav > ul > li .nav-list .bottom .left ul li a {
    display: block;
    color: #888;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .con .nav > ul > li .nav-list .bottom .left ul li a:before {
    display: none;
  }
  .header .con .nav > ul > li .nav-list .bottom .left ul li:hover a {
    color: #333;
  }
  .header .con .nav > ul > li .nav-list .bottom .left ul li:last-child a {
    border-bottom: none;
  }
  .header .con .nav > ul > li .nav-list .bottom .middle {
    display: none;
  }
  .header .con .nav > ul > li .nav-list .bottom .right {
    display: none;
  }
  .header .con .nav > ul > li .nav-box {
    position: relative;
    box-shadow: none;
     width: 100%!important;
    opacity: 1;
    visibility: visible;
    padding: 0;
    left: 0;
  }
  .header .con .nav > ul > li .nav-box .left {
    margin-right: 0;
    width: 100%;
  }
  .header .con .nav > ul > li .nav-box .left ul {
    padding: 0 20px;
    display: none;
  }
  .header .con .nav > ul > li .nav-box .left ul li a {
    line-height: 40px;
  }
  .header .con .nav > ul > li .nav-box .left ul li a:before {
    display: none;
  }
  .header .con .nav > ul > li .nav-box .left ul li:hover a {
    color: #333;
  }
  .header .con .nav > ul > li .nav-box .right {
    display: none;
  }
  .header .con .nav > ul > li .nav-box:before {
    display: none;
  }
  .header .con .nav > ul > li.active h2:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .header .con .h-right .lang {
    width: 100px;
  }
  .header .con .h-right .lang h2 {
    line-height: 44px;
    padding-left: 22px;
  }
  .header .con .h-right .lang h2:after {
    right: 18px;
  }
  .header .con .h-right .lang ul {
    top: 44px;
  }
  .header .con .h-right .lang ul:before {
    margin-left: -6px;
  }
  .header .con .h-right .lang ul li a {
    font-size: 14px;
    line-height: 40px;
  }
  .header .con .h-right .tmao h2 {
    display: none;
  }
  .header .con .h-right .search {
    margin-right: 20px;
  }
  .header .con .h-right .search h2 {
    display: none;
  }
  .header .con .h-right .mobile-btn {
    width: 20px;
    display: block;
    position: relative;
  }
  .header .con .h-right .mobile-btn .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 40px;
    text-align: center;
    z-index: 11;
    font-size: 0;
    margin: 0 auto;
  }
  .header .con .h-right .mobile-btn .nav-button div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 20px;
    height: 16px;
  }
  .header .con .h-right .mobile-btn .nav-button div span {
    width: 100%;
    height: 2px;
    background-color: #333;
    display: block;
    margin: 0 auto;
    line-height: 2px;
    position: static;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .header .con .h-right .mobile-btn .nav-button div span.center-hr {
    margin: 5px auto;
  }
  .header .con .h-right .mobile-btn .nav-button div span.top-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .con .h-right .mobile-btn .nav-button div span.bottom-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .con .h-right .mobile-btn .nav-button.active div span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
  }
  .header .con .h-right .mobile-btn .nav-button.active div span.center-hr {
    display: none;
  }
  .header .con .h-right .mobile-btn .nav-button.active div span.top-hr {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .header .con .h-right .mobile-btn .nav-button.active div span.bottom-hr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .header .search-list .search-box {
    padding: 30px 0;
  }
  .header .search-list .search-box .search-center {
    max-width: 90%;
  }
  .header .search-list .search-box .search-center input {
    font-size: 14px;
  }
  .header.active {
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
  }
  .footer {
    padding-top: 30px;
  }
  .footer .footer-top {
    padding-bottom: 30px;
  }
  .footer .footer-top .con .big-box {
    display: block;
  }
  .footer .footer-top .con .big-box .logo {
    text-align: center;
    width:100%;
  }
  .footer .footer-top .con .big-box .logo img {
    width: 110px;
  }
  .footer .footer-top .con .big-box .nav {
    display: none;
  }
  .footer .footer-top .con .big-box .erweima {
    margin-top: 20px;
  }
  .footer .footer-top .con .big-box .erweima .tu {
    margin: 0 auto;
    width: 110px;
    height: 110px;
  }
  .footer .footer-top .con .security {
    position: relative;
    width: 120px;
    margin: 20px auto 0;
  }
  .footer .footer-bottom {
    padding: 30px 0;
  }
  .footer .footer-bottom .con .left {
    width: 100%;
  }
  .footer .footer-bottom .con .left .social-share {
    display: flex;
    justify-content: center;
  }
  .footer .footer-bottom .con .right {
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .footer .footer-bottom .con .right p {
    width: 100%;
    text-align: center;
    line-height: 1.5;
  }
  .footer .footer-bottom .con .right ul {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .footer .footer-bottom .con .right ul li a {
    line-height: 1.5;
  }
    .footer .footer-bottom .con .right ul li .l-list {
    display: none;
  }
  .l-list.mobile {
    display: block;
    float: left;
    width: 100%;
  }
  .l-list.mobile a {
    display: block;
    text-align: center;
    color: #696969;
    margin-top: 10px;
  }
  .i-banner {
    margin-top: 64px;
  }
  #videoPopup .video-box {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .header .con .logo {
    width: 68px;
  }
  .header .con .nav {
    top: 56px;
  }
  .header .con .language{
      display: none;
  }
  .header .con .h-right .lang {
    height: 36px;
    margin-right: 10px;
  }
  .header .con .h-right .lang h2 {
    line-height: 36px;
  }
  .header .con .h-right .lang ul {
    top: 36px;
  }
  .header .con .h-right .tmao {
    margin-right: 10px;
  }
  .header .con .h-right .tmao .yuan {
    width: 36px;
    height: 36px;
  }
  .header .con .h-right .tmao .yuan span {
    line-height: 36px;
    font-size: 22px;
  }
  .header .con .h-right .search {
    margin-right: 10px;
  }
  .header .con .h-right .search .yuan {
    width: 36px;
    height: 36px;
  }
  .header .con .h-right .search .yuan span {
    line-height: 35px;
    font-size: 18px;
  }
  .i-banner {
    margin-top: 56px;
  }
  .i-banner .text .con h2 {
    font-size: 18px;
  }
  .i-banner .text .con h3 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .sub-nav .con .left {
    display: none;
  }
  .sub-nav .con .right a {
    line-height: 44px;
  }
  .sub-nav .con .right span {
    line-height: 44px;
  }
  .sub-nav .con .right h3 {
    line-height: 44px;
  }
  .p_page {
    margin-top: 30px;
  }
  .page_a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 2px;
  }
}