@charset "utf-8";
/*初始化样式*/
/*@font-face{
     font-family: 'My_font';
     src: url('font/My_font.eot');
     src:url('font/My_font.woff') format('woff'),
         url('font/My_font.ttf') format('truetype'),
         url('font/My_font.svg') format('svg');
}*/
@font-face {
  font-family: 'GT-America-Extended-Bold';
  src: url('font/GT-America-Extended-Bold.woff2') format('woff');
}
@font-face {
  font-family: 'GT-America-Extended-Regular';
  src: url('font/GT-America-Extended-Regular.woff2') format('woff');
}
@font-face {
  font-family: 'GT-America-Standard-Medium';
  src: url('font/GT-America-Standard-Medium.woff2') format('woff');
}
@font-face {
  font-family: 'GT-America-Standard-Regular';
  src: url('font/GT-America-Standard-Regular.woff2') format('woff');
}
@font-face {
  font-family: 'NotoSans-SemiCondensed';
  src: url('font/NotoSans-SemiCondensed.ttf') format('truetype');
}
@font-face {
  font-family: 'NotoSans-SemiCondensedBold';
  src: url('font/NotoSans-SemiCondensedBold.ttf') format('truetype');
}
@font-face {
  font-family: 'NotoSans-SemiCondensedMedium';
  src: url('font/NotoSans-SemiCondensedMedium.ttf') format('truetype');
}
html {
  width: 100%;
  /*height: 100%;*/
  font-size: 14px;
  overflow-x: hidden;
}
body {
  padding: 0;
  /*height: 100%!important;*/
  margin: 0 auto;
  zoom: 1;
  font-size: 14px;
  line-height: 24px;
  font-family: "Arial", "微软雅黑", "sans-serif", "宋体";
  color: #333;
  /*设置宽度*/
  width: 100%;
  background-color: #fff;
}
ul,
li,
form,
dl,
dt,
dd,
div {
  padding: 0;
  margin: 0;
}
.ul,
.ul li {
  list-style: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
b,
strong {
  font-weight: bold;
}
select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #414446;
  font-family: "Arial", "微软雅黑", "sans-serif", "宋体";
  -webkit-appearance: none;
}
input:focus {
  outline: none;
}
body.hide {
  overflow: hidden;
}
/*强制去除表单自带的样式*/
input,
button,
select,
textarea {
  outline: none;
  /*-webkit-appearance:none;*/
}
/*强制去除textarea自带的样式*/
textarea {
  resize: none;
  /*-webkit-appearance:none;*/
}
textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
/*html5设置*/
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
figure,
figcaption {
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*百度分享弹框*/
.bd_weixin_popup {
  box-sizing: content-box;
}
img {
  border: none;
  border: 0;
  vertical-align: top;
  max-width: 100%;
}
span {
  outline: none;
}
a {
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
a:link,
a:visited,
a:focus {
  outline: none;
  text-decoration: none;
  -moz-outline: none;
}
a:hover {
  text-decoration: none;
  color: #8fc41f;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
}
.animate5s {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.animate3s {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.animate6_1s {
  transition: transform 0.6s cubic-bezier(0.25, 0, 0.5, 2), opacity 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}
.animate6_2s {
  transition: transform 0.6s 0.2s cubic-bezier(0.25, 0, 0.5, 2), opacity 0.6s 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.animate6_3s {
  transition: transform 0.6s 0.4s cubic-bezier(0.25, 0, 0.5, 2), opacity 0.6s 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.textover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textovers {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.x-half {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.y-half {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.xy-half {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.o-hide {
  overflow: hidden;
}
.imgBox {
  overflow: hidden;
}
.imgBox img {
  display: block;
  transform: scale(1);
  transition: all 0.3s;
}
.imgh:hover .imgBox img,
.imgBox .imgh:hover img,
.imgBox.imgh:hover img {
  transform: scale(1.08);
}
.vmd {
  display: inline-block;
  vertical-align: middle;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.i-flex {
  display: inline-flex;
  flex-wrap: wrap;
}
.jb-flex {
  justify-content: space-between;
}
.jc-flex {
  justify-content: center;
}
.ac-flex {
  align-items: center;
}
.ftGt {
  font-family: "GT-America-Standard-Medium";
}
/*清楚浮动*/
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
/*初始化样式*/
.f_l {
  float: left;
  display: inline-block;
}
.f_r {
  float: right;
  display: inline-block;
}
.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding-left: 25px;
  padding-right: 25px;
}
a:hover {
  color: #f2af16;
}
.bg0 {
  background-color: #ffffff;
}
.bg1 {
  background-color: #f8f8f8;
}
.bg2 {
  background-color: #f6f6f6;
}
.bg3 {
  background-color: #f9f9f9;
}
.bg4 {
  background-color: #1e2b38;
}
.colr_main {
  color: #f2af16;
}
.colr_main2 {
  color: #0d4597;
}
.colrf {
  color: #fff;
}
.colr0 {
  color: #000;
}
.colr3 {
  color: #333;
}
.colr6 {
  color: #666;
}
.colr9 {
  color: #999;
}
.fill_colorA {
  fill: #f2af16;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a1a1a1;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a1a1a1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a1a1a1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a1a1a1;
}
.input_color1::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
.input_color1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.input_color1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.input_color1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
.input_color2::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #7f7f7f;
}
.input_color2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7f7f7f;
}
.input_color2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7f7f7f;
}
.input_color2:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7f7f7f;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.imgBox {
  position: relative;
}
.imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: all 0.3s;
}
.imgh:hover img {
  transform: scale(1.02);
}
/**动画**/
*[data-animation] {
  opacity: 0;
}
.animated {
  opacity: 1;
}
.MoreBox .a {
  display: inline-block;
  min-width: 150px;
  vertical-align: middle;
  border-radius: 5px;
  border: 2px solid #f2af16;
  background-color: transparent;
  padding: 18px 30px;
  cursor: pointer;
  letter-spacing: 1px;
  text-align: center;
  font-family: "NotoSans-SemiCondensedMedium";
  line-height: 18px;
  font-size: 14px;
  color: #f2af16;
}
.MoreBox .a:hover {
  border: 2px solid #035293;
  color: #035293;
}
.MoreBoxA .a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  letter-spacing: 1px;
  line-height: 18px;
  font-size: 14px;
  color: #f2af16;
}
.MoreBoxA .a::after {
  content: '';
  position: absolute;
  right: 0px;
  left: auto;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background-color: #f2af16;
  transition: width 0.2s ease-in-out;
}
.MoreBoxA .a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.MoreBoxB .a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  letter-spacing: 1px;
  line-height: 18px;
  font-size: 16px;
  color: #f2af16;
}
.MoreBoxB .a::after {
  content: '';
  position: absolute;
  right: 0px;
  left: auto;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background-color: #f2af16;
  transition: width 0.2s ease-in-out;
}
.MoreBoxB .a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.MoreBoxC .a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  letter-spacing: 1px;
  line-height: 24px;
  font-size: 16px;
  color: #f2af16;
}
.MoreBoxC .a::after {
  content: '';
  position: absolute;
  right: 0px;
  left: auto;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background-color: #f2af16;
  transition: width 0.2s ease-in-out;
}
.MoreBoxC .a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.MoreBoxC:hover .a::after {
  right: auto;
  left: 0;
  width: 100%;
}
.MoreBoxD .a {
  display: inline-block;
  width: auto;
  min-width: 150px;
  vertical-align: middle;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  border: none;
  outline: none;
  color: #FFF;
  background-color: #f2af16;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease, transform 300ms ease;
  -moz-transition: box-shadow 300ms ease, background-color 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -ms-transform 300ms ease, -webkit-transform 300ms ease, transform 300ms ease;
  padding: 18px 30px;
  font-family: "NotoSans-SemiCondensedMedium";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}
.MoreBoxD .a:hover {
  background: #035293;
}
.MoreBoxD .a:active {
  transform: translateY(5px);
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.3);
}
.MoreBoxE .a {
  line-height: 20px;
  font-size: 14px;
  color: #f2af16;
}
.MoreBoxE .a .svg_icon {
  margin-left: 10px;
  transform: translateX(0);
  width: 9px;
  height: 9px;
  fill: #f2af16;
  transition: transform 0.3s;
}
.MoreBoxE .a:hover .svg_icon {
  transform: translateX(3px);
}
.MoreBoxF .a {
  display: inline-block;
  padding: 0 20px;
  border-radius: 5px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  background: #f2af16;
}
.MoreBoxF .a:hover {
  background: #455971;
}
@media (max-width: 1023px) {
  .MoreBox .a {
    min-width: 120px;
    padding: 12px 20px;
    font-size: 12px;
  }
  .MoreBoxA .a {
    font-size: 12px;
  }
  .MoreBoxB .a {
    font-size: 14px;
  }
  .MoreBoxC .a {
    padding: ;
    font-size: 14px;
  }
  .MoreBoxD .a {
    padding: 13px 21px;
    font-size: 12px;
  }
  .MoreBoxF .a {
    line-height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .MoreBoxB .a {
    font-size: 12px;
  }
  .MoreBoxC .a {
    font-size: 12px;
  }
  .MoreBoxE .a {
    font-size: 12px;
  }
  .MoreBoxF .a {
    line-height: 40px;
    font-size: 12px;
  }
}
.lw-w-1 {
  width: 8.33333333%;
}
.lw-w-2 {
  width: 16.66666667%;
}
.lw-w-3 {
  width: 25%;
}
.lw-w-4 {
  width: 33.33333333%;
}
.lw-w-5 {
  width: 41.66666667%;
}
.lw-w-6 {
  width: 50%;
}
.lw-w-7 {
  width: 58.33333333%;
}
.lw-w-8 {
  width: 66.66666667%;
}
.lw-w-9 {
  width: 75%;
}
.lw-w-10 {
  width: 83.33333333%;
}
.lw-w-11 {
  width: 91.66666667%;
}
.lw-w-12 {
  width: 100%;
}
.lw-5w {
  width: 20%;
}
@media (min-width: 1024px) {
  .wrap {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 1200px) {
  .lw-xw-1 {
    width: 8.33333333%;
  }
  .lw-xw-2 {
    width: 16.66666667%;
  }
  .lw-xw-3 {
    width: 25%;
  }
  .lw-xw-4 {
    width: 33.33333333%;
  }
  .lw-xw-5 {
    width: 41.66666667%;
  }
  .lw-xw-6 {
    width: 50%;
  }
  .lw-xw-7 {
    width: 58.33333333%;
  }
  .lw-xw-8 {
    width: 66.66666667%;
  }
  .lw-xw-9 {
    width: 75%;
  }
  .lw-xw-10 {
    width: 83.33333333%;
  }
  .lw-xw-11 {
    width: 91.66666667%;
  }
  .lw-xw-12 {
    width: 100%;
  }
  .lw-5xw {
    width: 20%;
  }
}
@media (max-width: 1023px) {
  .lw-mw-1 {
    width: 8.33333333%;
  }
  .lw-mw-2 {
    width: 16.66666667%;
  }
  .lw-mw-3 {
    width: 25%;
  }
  .lw-mw-4 {
    width: 33.33333333%;
  }
  .lw-mw-5 {
    width: 41.66666667%;
  }
  .lw-mw-6 {
    width: 50%;
  }
  .lw-mw-7 {
    width: 58.33333333%;
  }
  .lw-mw-8 {
    width: 66.66666667%;
  }
  .lw-mw-9 {
    width: 75%;
  }
  .lw-mw-10 {
    width: 83.33333333%;
  }
  .lw-mw-11 {
    width: 91.66666667%;
  }
  .lw-mw-12 {
    width: 100%;
  }
  .lw-5mw {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .lw-sw-1 {
    width: 8.33333333%;
  }
  .lw-sw-2 {
    width: 16.66666667%;
  }
  .lw-sw-3 {
    width: 25%;
  }
  .lw-sw-4 {
    width: 33.33333333%;
  }
  .lw-sw-5 {
    width: 41.66666667%;
  }
  .lw-sw-6 {
    width: 50%;
  }
  .lw-sw-7 {
    width: 58.33333333%;
  }
  .lw-sw-8 {
    width: 66.66666667%;
  }
  .lw-sw-9 {
    width: 75%;
  }
  .lw-sw-10 {
    width: 83.33333333%;
  }
  .lw-sw-11 {
    width: 91.66666667%;
  }
  .lw-sw-12 {
    width: 100%;
  }
  .lw-5sw {
    width: 20%;
  }
}
/**视频弹框**/
.TankVideoBox {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  cursor: pointer;
}
.TankVideoBox .VideoBox .exit {
  position: absolute;
  right: -15px;
  top: -15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff url(../images/exit.png) no-repeat center / 40%;
  z-index: 5;
}
.TankVideoBox .VideoBox {
  position: absolute;
  left: 50%;
  top: 50%;
}
.TankVideoBox .VideoBox video {
  border: 7px solid #fff;
  display: block;
  width: auto;
  max-width: 94vw;
  max-height: 96vh;
  border-radius: 4px;
}
/**国家国旗**/
.flag-container {
  font-size: 16px;
  color: #333333;
}
.flag-container .selected-flag {
  outline: none;
}
/**头部导航**/
#header {
  position: sticky;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  background-color: #24303e;
  border-bottom: 1px solid black;
  transition: all 0.3s ease-in;
}
#header .wrap_pad {
  display: flex;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
}
#header .logo {
  display: flex;
  align-items: center;
  height: 60px;
}
#header .logo img {
  width: auto;
  height: 36px;
}
#header .menu {
  display: inline-flex;
  height: inherit;
}
#header .menu .menu_son {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
#header .menu .menu_son .menu_title {
  display: flex;
  height: 100%;
}
#header .menu .menu_son .menu_title .menu_title_span {
  display: flex;
  align-items: center;
  padding: 0 15px;
  line-height: 20px;
  font-size: 14px;
  color: #9DA7B6;
}
#header .menu .menu_son .menu_lib .menu_lib_h1 {
  font-size: 12px;
  color: #9DA7B6;
}
#header .menu .menu_son .menu_lib .menu_lib_pad {
  padding-left: 40px;
}
#header .menu .menu_son .menu_lib .hr {
  border: 0 none;
  height: 2px;
  background: #F6F6F6;
  margin: 25px 0;
}
#header .menu .menu_son .menu_lib .menu_lib_item {
  display: flex;
  padding: 10px 0;
  line-height: 20px;
  font-size: 14px;
  color: #000;
}
#header .menu .menu_son .menu_lib .menu_lib_item .menu_lib_item_icon {
  width: 26px;
}
#header .menu .menu_son .menu_lib .menu_lib_item .menu_lib_item_title {
  padding-top: 1.5px;
  padding-left: 20px;
}
#header .menu .menu_son .menu_lib .menu_lib_item:hover {
  color: #f2af16;
}
#header .menu_son_server .menu_lib_son:nth-child(even) {
  background: #f6f6f6;
}
#header .other {
  display: inline-flex;
  align-items: center;
}
#header .other .search {
  position: relative;
  background: transparent;
  border: 0 none;
  color: #fff;
  height: 100%;
  padding: 0;
  cursor: pointer;
}
#header .other .search .search_icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  margin-right: 0;
  transition: all 0.2s linear 0s;
}
#header .other .search .search_icon svg {
  font-size: 26px;
  color: #f2af16;
}
#header .other .search .search_title {
  transition: all 0.2s linear 0s;
  opacity: 0;
  font-size: 14px;
  color: #f2af16;
}
#header .other .search:hover .search_icon {
  right: 100%;
}
#header .other .search:hover .search_title {
  opacity: 1;
}
#header .other .member {
  margin: 0 15px 0 30px;
}
#header .other .sign .sign_word {
  display: block;
  padding: 0 12px;
  background: #f2af16;
  border-radius: 5px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
#header .other .language {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 100%;
}
#header .other .language .language_word {
  padding: 0 15px;
}
#header .other .language .language_lib {
  position: absolute;
  top: 100%;
  padding: 30px 40px;
}
#header .other .language .language_lib .language_lib_item {
  display: block;
  padding: 10px 0;
  color: #000;
}
#header .other .language .language_lib .language_lib_item:hover {
  color: #f2af16;
}
#header .head_form {
  display: flex;
  background-color: #24303e;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -11px;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
#header .head_form .form {
  display: block;
  width: 100%;
  position: relative;
  padding: 50px 45px 50px 0;
  font-size: 0;
}
#header .head_form .form .key {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: calc(100% - 165px);
  height: 52px;
  padding: 0 30px;
  border-radius: 4px;
  border: 1px solid #C4CBD4;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}
#header .head_form .form .key:focus {
  border-color: #fff;
}
#header .head_form .form .key:placholder-show {
  color: #C4CBD4;
}
#header .head_form .form .submit {
  display: inline-block;
  vertical-align: top;
  height: 52px;
  width: 150px;
  margin-left: 15px;
  background: #f2af16;
  border-radius: 5px;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.3) !important;
  padding: 0;
  cursor: pointer;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
}
#header .head_form .form .exit {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  border: 0 none;
  cursor: pointer;
}
#header .head_form .form .exit svg {
  font-size: 26px;
  color: #f2af16;
}
#header .head_form .con_tip {
  padding-bottom: 50px;
}
#header .head_form .con_tip .con_tip_title {
  margin-bottom: 4px;
  line-height: 1.2em;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
}
#header .head_form .con_tip .con_tip_links .con_tip_link {
  line-height: 1.2em;
  font-size: 22px;
  color: #ffffff;
}
.SearchShow #header .other .search .search_icon {
  right: 100%;
}
.SearchShow #header .other .search .search_title {
  opacity: 1;
}
.SearchShow #header .head_form {
  pointer-events: auto;
  opacity: 1;
  margin-top: 1px;
  z-index: 99;
}
@media only screen and (min-width: 1024px) {
  #header .menu .menu_lib {
    display: flex!important;
  }
  #header .menu .menu_lib_btn {
    display: none;
  }
  #header .menu .pc_hide {
    display: none!important;
  }
  #header .menu .menu_son:hover .menu_title .menu_title_span {
    color: #f2af16;
  }
  #header .lib_box_hover {
    position: relative;
    white-space: nowrap;
  }
  #header .lib_box_hover::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-bottom: 10px;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0px 6px 6px;
    border-color: transparent transparent #ffffff;
    opacity: 0;
    transition: margin 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  #header .lib_box_hover:hover .lib_box {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
  }
  #header .lib_box_hover:hover::after {
    opacity: 1;
    margin-bottom: 0;
  }
  #header .lib_box {
    display: flex;
    position: absolute;
    overflow: hidden;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    background: #ffffff;
    margin-top: -10px;
    pointer-events: none;
    opacity: 0;
    box-shadow: 0px 12px 14px 0px rgba(0, 0, 0, 0.3);
    transition: margin 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  #header .lib_box .menu_lib_son {
    padding: 30px 40px;
  }
  #header .menu_son_server .menu_lib_son {
    width: 280px;
  }
  #header .PhoneMenu {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  #header .logo {
    height: 78px;
  }
  #header .other .language .language_lib {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  #header .menu_son_server .lib_box {
    transform: translateX(-20%);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #header .logo img {
    height: 48px;
  }
  #header .lib_box .menu_lib_son {
    padding: 25px 35px;
  }
  #header .menu_son_server .menu_lib_son {
    width: 250px;
  }
  #header .menu .menu_son .menu_lib .menu_lib_h1 {
    margin-bottom: 10px;
  }
  #header .menu .menu_son .menu_lib .hr {
    margin: 20px 0;
  }
  #header .menu .menu_son .menu_lib .menu_lib_item {
    padding: 5px 0;
  }
  #header .menu .menu_son .menu_title .menu_title_span {
    padding: 0 10px;
  }
  #header .other .language .language_lib {
    padding: 25px 35px;
  }
  #header .other .language .language_lib .language_lib_item {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 768px) {
  #header .logo {
    height: 88px;
  }
  #header .logo img {
    height: 50px;
  }
}
@media (max-width: 1023px) {
  #header .wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  #header .lib_box {
    display: none;
  }
  #header .menu {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    flex-flow: column;
    top: 61px;
    left: 0;
    height: calc(100% - 61px);
    width: 100%;
    background: #24303e;
    overflow-y: auto;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    transform: scale(0.99) translateY(-5%);
    transition: transform 0.2s ease-in-out, opacity 0.3s;
  }
  #header .menu .menu_son {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #header .menu .menu_son .menu_title {
    display: flex;
    align-items: center;
    position: relative;
    height: auto;
    width: 100%;
    padding: 0 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  #header .menu .menu_son .menu_title .menu_title_span {
    width: 100%;
    padding: 20px 0;
    color: #ffffff;
  }
  #header .menu .menu_son .menu_title .menu_lib_btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 25px;
    min-width: 25px;
    padding: 0 10px;
    height: 100%;
    font-size: 14px;
    color: #f2af16;
  }
  #header .menu .menu_son .menu_title .menu_lib_btn svg {
    transform: rotate(90deg);
    height: 10px;
    width: 10px;
  }
  #header .menu .menu_son .menu_lib {
    background: #ffffff;
    width: 100%;
  }
  #header .menu .menu_son .menu_lib .menu_lib_h1 {
    font-size: 14px;
    margin: 10px 0 5px;
  }
  #header .menu .menu_son .menu_lib .menu_lib_son {
    padding: 15px 25px;
  }
  #header .menu .menu_son .menu_lib .menu_lib_item {
    font-size: 15px;
  }
  #header .menu .menu_son .menu_lib .menu_lib_item .menu_lib_item_title {
    padding-left: 15px;
  }
  #header .menu .menu_son .menu_lib .hr {
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
  }
  #header .menu .menu_son.click .menu_title .menu_lib_btn svg {
    transform: rotate(-90deg);
  }
  #header .menu .menu_son.click .menu_title .menu_lib_btn svg * {
    fill: #f2af16 !important;
  }
  #header .other .member {
    display: none;
  }
  #header .other .search .search_icon {
    margin-top: -13px;
  }
  #header .other .search .search_title {
    display: none;
  }
  #header .other .language {
    display: none;
  }
  #header .other .sign {
    margin: 0 20px;
  }
  #header .other .sign .sign_word {
    line-height: 36px;
  }
  #header .other .PhoneMenu {
    display: inline-flex;
    flex-wrap: wrap;
    width: 20px;
  }
  #header .other .PhoneMenu i {
    position: relative;
    margin-top: 5px;
    width: 100%;
    height: 2px;
    background: #f2af16;
    opacity: 1;
    transform: rotate(0);
    transition: all 0.3s;
  }
  #header .other .PhoneMenu i.i1 {
    margin-top: 0;
  }
  #header .head_form .form {
    padding: 30px 0;
  }
  #header .head_form .form .exit {
    display: none;
  }
  #header .head_form .con_tip {
    padding-bottom: 35px;
  }
  .MenuShow #header .menu {
    pointer-events: auto;
    z-index: 999;
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  .MenuShow #header .other .PhoneMenu .i1 {
    top: 7px;
    transform: rotate(45deg);
  }
  .MenuShow #header .other .PhoneMenu .i2 {
    opacity: 0;
  }
  .MenuShow #header .other .PhoneMenu .i3 {
    top: -7px;
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  #header .head_form .form {
    padding: 20px 0;
  }
  #header .head_form .form .key {
    width: calc(100% - 130px);
  }
  #header .head_form .form .submit {
    width: 115px;
  }
  #header .head_form .con_tip {
    padding-bottom: 25px;
  }
}
@media (max-width: 500px) {
  #header .other .sign {
    display: none;
  }
  #header .other .PhoneMenu {
    margin-left: 20px;
  }
}
/***底部***/
.foot_meat {
  padding: 60px 0;
  background: #24303E;
}
.foot_meat .wrap {
  display: flex;
  justify-content: space-between;
}
.foot_meat .word {
  padding-top: 50px;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}
.foot_meat .word .p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
}
.foot_meat .codeBox {
  width: 250px;
}
.foot_main {
  padding: 60px 0;
  background: #24303E;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.foot_main .logo {
  display: inline-block;
  vertical-align: top;
}
.foot_main .ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}
.foot_main .ul li {
  margin: 0 30px;
}
.foot_main .ul li:first-child {
  margin-left: 0;
}
.foot_main .ul li:last-child {
  margin-right: 0;
}
.foot_main .li_title {
  margin-bottom: 40px;
  font-family: "GT-America-Extended-Bold";
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 18px;
  font-size: 18px;
  color: #9DA7B6;
}
.foot_main .li_title .li_icon {
  display: none;
}
.foot_main .aBox .a {
  display: block;
  margin-bottom: 20px;
  font-family: "GT-America-Standard-Regular";
  line-height: 18px;
  font-size: 16px;
  color: #FFF;
}
.foot_main .aBox .a:hover {
  color: #f2af16;
}
.foot_main .shareBox a + a {
  margin-left: 20px;
}
.foot_main .shareBox a svg {
  width: 26px;
  height: 26px;
  fill: #9DA7B6 !important;
}
.foot_bot {
  padding: 60px 0;
  background: #F6F6F6;
}
.foot_bot .h5 {
  margin-bottom: 10px;
  font-family: "GT-America-Extended-Bold";
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 12px;
  color: #C4CBD4;
}
.foot_bot .des {
  margin-bottom: 20px;
  font-family: "GT-America-Standard-Regular";
  line-height: 1.5;
  font-size: 12px;
  color: #000;
}
.foot_bot .copy {
  font-family: "GT-America-Standard-Medium";
  line-height: 20px;
  font-size: 14px;
  color: #000;
}
.foot_bot .copy .line {
  margin: 0 10px;
  line-height: 1.5;
  font-size: 14px;
  color: #C4CBD4;
}
.foot_bot .copy a {
  color: #000;
}
.foot_bot .copy a:hover {
  color: #f2af16;
}
@media (min-width: 1023px) {
  .foot_main .aBox {
    display: block!important;
  }
}
@media (max-width: 1023px) {
  .foot_meat .wrap {
    flex-wrap: wrap;
  }
  .foot_meat .word {
    width: 100%;
    margin-bottom: 40px;
  }
  .foot_meat .codeBox {
    width: 100%;
    text-align: center;
  }
  .foot_meat .codeBox img {
    width: 250px;
  }
  .foot_main .ul {
    margin: 30px -25px 0;
    flex-wrap: wrap;
  }
  .foot_main .ul li {
    width: 100%;
    margin: 0;
  }
  .foot_main .li_title {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    line-height: 20px;
    cursor: pointer;
  }
  .foot_main .li_title .li_icon {
    display: inline-flex;
  }
  .foot_main .li_title .li_icon svg {
    transform: rotate(90deg);
    width: 9px;
    height: 9px;
  }
  .foot_main li.on {
    background: #1e2b38;
  }
  .foot_main li.on .li_icon svg {
    transform: rotate(-90deg);
  }
  .foot_main .aBox {
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 25px;
  }
  .foot_main .aBox .a {
    margin: 0;
    padding: 15px 0;
  }
  .foot_main .shareBox {
    padding-top: 50px;
  }
  .foot_bot .copy .f_l,
  .foot_bot .copy .f_r {
    display: block;
    float: none;
    width: 100%;
  }
  .foot_bot .copy .line {
    display: none;
  }
  .foot_bot .copy .f_r {
    padding-top: 10px;
  }
  .foot_bot .copy .f_r a {
    display: block;
  }
}
/***左右文字图片***/
.AutoTextImg .AutoTextBox {
  display: flex;
  padding: 70px 0;
  align-items: center;
  justify-content: space-between;
}
.AutoTextImg .ati_text {
  width: 46%;
}
.AutoTextImg .ati_p {
  margin-bottom: 15px;
  line-height: 40px;
  font-size: 30px;
  color: #FFF;
}
.AutoTextImg .ati_word {
  line-height: 24px;
  font-size: 16px;
}
.AutoTextImg .ati_word.color1 {
  color: #B8C1CB;
}
.AutoTextImg .ati_word.color2 {
  color: #B8C1CB;
}
.AutoTextImg .ati_img {
  width: 51%;
}
@media (max-width: 1200px) {
  .AutoTextImg .AutoTextBox {
    flex-wrap: wrap;
    padding: 60px 0;
  }
  .AutoTextImg .ati_text {
    order: 2;
    width: 100%;
    padding-bottom: 20px;
  }
  .AutoTextImg .ati_p {
    line-height: 32px;
    font-size: 26px;
  }
  .AutoTextImg .ati_img {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .AutoTextImg .AutoTextBox {
    padding: 50px 0;
  }
  .AutoTextImg .ati_text {
    padding-bottom: 20px;
  }
  .AutoTextImg .ati_img {
    margin-bottom: 30px;
  }
}
.AutoTextImgA .AutoTextBoxA {
  display: flex;
  padding: 70px 0;
  align-items: center;
  justify-content: space-between;
}
.AutoTextImgA .icon-img {
  margin-bottom: 15px;
}
.AutoTextImgA .ati_textA {
  width: 46%;
}
.AutoTextImgA .ati_pA {
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 14px;
}
.AutoTextImgA .ati_pA.color1 {
  color: #005294;
}
.AutoTextImgA .ati_titleA {
  margin-bottom: 15px;
  letter-spacing: 1px;
  line-height: 40px;
  font-size: 30px;
}
.AutoTextImgA .ati_desA {
  margin-bottom: 40px;
  line-height: 24px;
  font-size: 16px;
  color: #4D5563;
}
.AutoTextImgA .ati_desA.color1 {
  color: #B8C1CB;
}
.AutoTextImgA .ati_imgA {
  width: 51%;
  position: relative;
}
.AutoTextImgA .ati_imgA .list {
  display: flex;
  flex-wrap: wrap;
}
.AutoTextImgA .ati_imgA .list .img-box {
  width: 33.33%;
  padding: 35px;
}
@media (max-width: 1300px) {
  .AutoTextImgA .AutoTextBoxA {
    flex-wrap: wrap;
  }
  .AutoTextImgA .AutoTextBoxA .ati_textA {
    order: 2;
    width: 100%;
    margin-right: 0;
  }
  .AutoTextImgA .AutoTextBoxA .ati_imgA {
    margin-bottom: 40px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .AutoTextImgA .AutoTextBoxA .ati_textA .ati_pA {
    font-size: 12px;
  }
  .AutoTextImgA .AutoTextBoxA .ati_textA .ati_titleA {
    line-height: 32px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .AutoTextImgA .AutoTextBoxA {
    padding: 50px 0;
  }
  .AutoTextImgA .AutoTextBoxA .ati_textA .ati_desA {
    margin: 10px 0 30px;
  }
  .AutoTextImgA .AutoTextBoxA .ati_imgA {
    margin-bottom: 30px;
    height: 270px;
    overflow: hidden;
  }
  .AutoTextImgA .AutoTextBoxA .ati_imgA .list .img-box {
    width: 33.33%;
    padding: 15px;
  }
}
.AutoTextImgB .wrap {
  padding-left: 25px;
  padding-right: 25px;
}
.AutoTextImgB .AutoTextBoxB {
  display: flex;
  padding: 70px 0;
  align-items: center;
  justify-content: space-between;
}
.AutoTextImgB .icon-img {
  margin-bottom: 15px;
}
.AutoTextImgB .ati_textB {
  width: 460px;
  margin-left: 60px;
}
.AutoTextImgB .ati_textB.color2 {
  color: #000a12;
}
.AutoTextImgB .ati_pB {
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 14px;
}
.AutoTextImgB .ati_pB.color1 {
  color: #005294;
}
.AutoTextImgB .ati_pB.color2 {
  color: #000a12;
}
.AutoTextImgB .ati_titleB {
  margin-bottom: 15px;
  letter-spacing: 1px;
  line-height: 40px;
  font-size: 30px;
}
.AutoTextImgB .ati_desB {
  margin-bottom: 40px;
  line-height: 24px;
  font-size: 16px;
  color: #4D5563;
}
.AutoTextImgB .ati_desB.color1 {
  color: #B8C1CB;
}
.AutoTextImgB .ati_desB.color2 {
  color: #000a12;
}
.AutoTextImgB .ati_imgB {
  width: 50%;
  position: relative;
}
.AutoTextImgB .ati_imgB img {
  width: 79.1667%;
  margin-left: 20.8333%;
}
.AutoTextImgB .ati-img-cont {
  position: absolute;
  left: -60px;
  bottom: -60px;
  width: 60%;
  color: #1e2b38;
  background: #45dabe;
}
.AutoTextImgB .ati-img-cont .pad {
  padding: 4vw;
}
.AutoTextImgB .ati-img-cont .num-a {
  font-size: 11vw;
  line-height: 11.2vw;
}
.AutoTextImgB .ati-img-cont .num-a .num-a-i {
  font-size: 56px;
  line-height: 60px;
}
.AutoTextImgB .ati-img-cont .num-b {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .AutoTextImgB .ati-img-cont .pad {
    padding: 60px;
  }
  .AutoTextImgB .ati-img-cont .num-a {
    font-size: 158px;
    line-height: 158px;
  }
}
@media (max-width: 1300px) {
  .AutoTextImgB .AutoTextBoxB {
    flex-wrap: wrap;
  }
  .AutoTextImgB .AutoTextBoxB .ati_textB {
    margin-left: 0;
    width: 50%;
    padding-left: 60px;
    padding-right: 5%;
  }
  .AutoTextImgB .AutoTextBoxB .ati_imgB img {
    width: 90%;
    margin-left: 10%;
  }
  .AutoTextImgB .ati-img-cont {
    left: 20%;
  }
  .AutoTextImgB .ati-img-cont .pad {
    padding: 4vw;
  }
}
@media (max-width: 1023px) {
  .AutoTextImgB .AutoTextBoxB {
    padding-top: 40px;
  }
  .AutoTextImgB .AutoTextBoxB .ati_textB {
    margin: 0;
    width: 100%;
    padding: 25px 0;
  }
  .AutoTextImgB .AutoTextBoxB .ati_textB .ati_pB {
    font-size: 12px;
  }
  .AutoTextImgB .AutoTextBoxB .ati_textB .ati_titleB {
    line-height: 32px;
    font-size: 26px;
  }
  .AutoTextImgB .AutoTextBoxB .ati_imgB {
    width: 100%;
    order: 2;
  }
  .AutoTextImgB .AutoTextBoxB .ati_imgB img {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .AutoTextImgB .AutoTextBoxB {
    padding-bottom: 70px;
  }
  .AutoTextImgB .AutoTextBoxB .ati_textB .ati_desB {
    margin: 10px 0 30px;
  }
  .AutoTextImgB .AutoTextBoxB .ati_imgB {
    margin-bottom: 30px;
  }
  .AutoTextImgB .ati-img-cont {
    left: 50%;
    max-width: 375px;
    width: calc(100% - 50px);
    transform: translateX(-50%);
  }
  .AutoTextImgB .ati-img-cont .pad {
    padding: 60px;
  }
  .AutoTextImgB .ati-img-cont .num-a {
    font-size: 100px;
    line-height: 110px;
  }
}
/***公用选项卡***/
.AutoTabBoxs .ATBox {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}
.AutoTabBoxs .ATcont {
  flex-shrink: 0;
  width: 350px;
  box-shadow: 20px 0px 20px -25px rgba(0, 0, 0, 0.25);
}
.AutoTabBoxs .ATcont .MoreBox,
.AutoTabBoxs .ATcont .MoreBoxA {
  display: none;
}
.AutoTabBoxs .ATPright {
  padding-right: 25px;
}
.AutoTabBoxs .ATp {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 18px;
  font-size: 14px;
  color: #6B747E;
}
.AutoTabBoxs .ATtitle {
  padding: 0;
  margin: 5px 0;
  letter-spacing: 1px;
  line-height: 40px;
  font-size: 30px;
  color: #24303E;
}
.AutoTabBoxs .ATdes {
  letter-spacing: 1px;
  line-height: 24px;
  font-size: 16px;
  color: #4D5563;
}
.AutoTabBoxs .ATtitBox {
  padding: 25px 0;
}
.AutoTabBoxs .ATtit {
  display: block;
  border-right: 5px solid transparent;
  padding: 6px 0 6px 10px;
  cursor: pointer;
  line-height: 24px;
  font-size: 18px;
  color: #6B747E;
}
.AutoTabBoxs .ATtit.on {
  border-right-color: #005294;
  background: #E9EEF4;
}
.AutoTabBoxs .ATtit:hover {
  color: #24303E;
}
.AutoTabBoxs .ATtabCon {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #6b747e;
}
.AutoTabBoxs .ATconBox {
  margin-left: 10%;
}
.AutoTabBoxs .ATimg {
  margin-bottom: 20px;
}
.AutoTabBoxs .Mores {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0 50px;
}
.AutoTabBoxs .Mores .MoreBox {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .AutoTabBoxs .ATPright {
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .AutoTabBoxs .ATtabTitWord {
    display: none;
  }
  .AutoTabBoxs .ATcont .MoreBox,
  .AutoTabBoxs .ATcont .MoreBoxA {
    display: inline-block;
  }
  .AutoTabBoxs .Mores {
    display: none;
  }
}
@media (max-width: 1300px) {
  .AutoTabBoxs .ATcont {
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .AutoTabBoxs .ATtitle {
    line-height: 32px;
    font-size: 26px;
  }
  .AutoTabBoxs .ATtit {
    line-height: 22px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .AutoTabBoxs .ATBox {
    flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .AutoTabBoxs .ATcont {
    width: 100%;
    box-shadow: none;
  }
  .AutoTabBoxs .ATPright {
    padding-right: 0;
  }
  .AutoTabBoxs .ATtit {
    line-height: 22px;
    font-size: 16px;
  }
  .AutoTabBoxs .ATtabTit {
    position: relative;
    margin: 25px 0;
    z-index: 2;
  }
  .AutoTabBoxs .ATtabTit.on .ATtitBox {
    display: block;
  }
  .AutoTabBoxs .ATtabTit.on .ATtabTitWord::before {
    transform: rotate(180deg);
  }
  .AutoTabBoxs .ATtabTit .ATtitBox {
    display: none;
    position: absolute;
    margin-top: -4px;
    top: 100%;
    left: 0;
    border-width: 0px 2px 2px;
    border-style: solid;
    border-color: transparent #6a768b #6a768b;
    border-radius: 0px 0px 5px 5px;
    max-height: 225px;
    padding: 0;
    width: 100%;
    overflow-y: scroll;
    background-color: #ffffff;
  }
  .AutoTabBoxs .ATtabTit .ATtitBox .ATtit {
    padding: 12px 40px 10px 18px;
  }
  .AutoTabBoxs .ATtabTitWord {
    margin-bottom: 30px;
    position: relative;
    border: 2px solid #6A768B;
    border-radius: 5px;
    padding: 12px 40px 10px 18px;
    cursor: pointer;
  }
  .AutoTabBoxs .ATtabTitWord::after {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -5px;
    width: 16px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='%23FA5959' stroke-width='2'/%3E%3C/svg%3E%0A");
  }
  .AutoTabBoxs .ATtabTitWord::after .ATword {
    letter-spacing: 0.5px;
    line-height: 24px;
    font-size: 16px;
    color: #f2af16;
  }
  .AutoTabBoxs .ATconBox {
    margin-left: 0;
  }
}
/***列表类型***/
.AutoListA {
  padding: 120px 0;
}
.AutoListA .wrap {
  width: 80%;
  max-width: 1220px;
  padding-left: 25px;
  padding-right: 25px;
}
.AutoListA .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -15px;
  font-size: 0;
}
.AutoListA .li {
  display: flex;
  width: 50%;
  padding: 15px;
}
.AutoListA .li .pad {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.AutoListA .li .cont {
  vertical-align: top;
  width: 70%;
  padding: 25px;
}
.AutoListA .li svg {
  width: 20px;
  height: 20px;
}
.AutoListA .li .p {
  margin-top: 25px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 18px;
  font-size: 10px;
  color: #9DA7B6;
}
.AutoListA .li .word {
  margin-bottom: 25px;
  line-height: 22px;
  font-size: 16px;
  color: #FFF;
}
.AutoListA .li .img {
  display: flex;
  align-items: center;
  width: 33%;
  padding: 12px 12px 12px 0;
}
@media (min-width: 1024px) {
  .AutoListA .li .word {
    line-height: 24px;
    font-size: 18px;
  }
  .AutoListA .li .img {
    width: 40%;
  }
}
@media (min-width: 1250px) {
  .AutoListA .li .cont {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .AutoListA {
    padding: 25px 0;
  }
  .AutoListA .wrap {
    width: 100%;
  }
  .AutoListA .list {
    margin: -12.5px 0;
  }
  .AutoListA .list .li {
    padding: 12.5px 0;
    width: 100%;
  }
  .AutoListA .list .li .cont > svg {
    display: block;
  }
  .AutoListA .list .li .img {
    width: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.AutoListBot {
  background: #005294;
  font-size: 0;
}
.AutoListBot .alb_pad {
  padding: 25px 0;
}
.AutoListBot .img {
  display: inline-block;
  vertical-align: middle;
  width: 345px;
}
.AutoListBot .cont {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 345px);
  padding: 0 25px 0 75px;
}
.AutoListBot .cont .diblock {
  display: inline-block;
  vertical-align: middle;
}
.AutoListBot .cont .title {
  margin-bottom: 5px;
  line-height: 32px;
  font-size: 24px;
  color: #000A12;
}
.AutoListBot .cont .des {
  line-height: 24px;
  font-size: 16px;
  color: #000A12;
}
.AutoListBot .cont .MoreBoxF {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .AutoListBot .cont .diblock {
    max-width: 405px;
    margin-right: 60px;
  }
  .AutoListBot .cont .title {
    line-height: 38px;
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .AutoListBot .cont .diblock {
    display: block;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .AutoListBot .img {
    width: 80%;
  }
  .AutoListBot .cont {
    display: block;
    width: 100%;
    padding: 25px 0 0 0;
  }
}
/**二级菜单**/
.a-sec-menu {
  background: #1E2B38;
}
.a-sec-menu .wrap {
  padding-left: 12px;
  padding-right: 12px;
}
.a-sec-menu .a-sec-h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 60px;
  font-size: 12px;
  color: #FFF;
}
.a-sec-menu .a-sec-h1 .a-sec-icon {
  margin-right: 10px;
  margin-bottom: 3px;
  vertical-align: middle;
  width: 16px;
  height: auto;
}
.a-sec-menu .a-sec-a {
  display: inline-block;
  position: relative;
  padding: 0 13px;
  vertical-align: top;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
}
.a-sec-menu .a-sec-a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #005294;
  transform: width 0.3s;
}
.a-sec-menu .a-sec-a:hover,
.a-sec-menu .a-sec-a.on {
  color: #005294;
}
.a-sec-menu .a-sec-a.on::after {
  width: 100%;
}
@media (max-width: 1023px) {
  .a-sec-menu .a-sec-h1 {
    line-height: 44px;
  }
  .a-sec-menu .a-sec-a {
    display: none;
  }
  .a-sec-menu .a-sec-a.on {
    display: block;
    line-height: 44px;
  }
}
/***iframe 弹框***/
.iframe-iframe {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  border: 0 none;
  height: 100%;
  width: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.32) url(../images/loading.gif) no-repeat center;
}
.iframe-html {
  border: 0 none;
  height: 100%;
  padding: 0;
  background: transparent;
}
.iframe-body {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 none;
  height: 100%;
  padding: 0;
  background: transparent;
}
.dynamic-query-tank {
  width: 1200px;
  max-width: 96%;
  background: #fff;
}
.dynamic-query-tank .table-box {
  max-height: 70vh;
  overflow-x: auto;
  overflow-y: auto;
  margin-bottom: 20px;
}
.dynamic-query-tank .table-box table {
  border: 1px solid #a9a9a9;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
}
.dynamic-query-tank .table-box table .bg2 {
  background: #f0f0f0;
}
.dynamic-query-tank .table-box table th,
.dynamic-query-tank .table-box table td {
  border: 1px solid #a9a9a9;
  padding-left: 15px;
  padding-right: 15px;
}
.dynamic-query-tank .table-box table th {
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: left;
  font-size: 16px;
  color: #222222;
  background-color: #d1d1d1;
}
.dynamic-query-tank .table-box table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dynamic-query-tank .table-box table td:nth-child(2) {
  text-align: left;
}
.dynamic-query-tank .table-box table .top-tit td:nth-child(2) {
  text-align: center;
}
.dynamic-query-tank .table-box table a {
  text-decoration: underline;
  color: #035295;
}
.dynamic-query-tank .exit-box {
  padding-top: 7px;
}
.dynamic-query-tank .exit-box .exit {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 28px;
  width: 28px;
  transform: rotate(0);
  transition: all 0.3s;
}
.dynamic-query-tank .exit-box .exit::before,
.dynamic-query-tank .exit-box .exit::after {
  content: "";
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 90%;
  background: #555555;
  transition: all 0.3s;
}
.dynamic-query-tank .exit-box .exit::before {
  transform: rotate(45deg);
}
.dynamic-query-tank .exit-box .exit::after {
  transform: rotate(-45deg);
}
.dynamic-query-tank .exit-box .exit:hover {
  transform: rotate(15deg);
}
.dynamic-query-tank .exit-box .exit:hover::before,
.dynamic-query-tank .exit-box .exit:hover::after {
  background: #0c59b3;
}
.dynamic-query-tank-pad {
  padding: 32px 32px 27px;
}
@media (max-width: 768px) {
  .dynamic-query-tank .table-box {
    margin-bottom: 15px;
  }
  .dynamic-query-tank .table-box table {
    width: 760px;
  }
  .dynamic-query-tank .table-box table th,
  .dynamic-query-tank .table-box table td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .dynamic-query-tank .table-box table td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .dynamic-query-tank-pad {
    padding: 15px;
  }
}
