/* 公用 */
html{}
html.dir{
  direction: rtl;
  unicode-bidi:bidi-override;
}
body { text-align: left; padding: 0; margin: 0;color: #333; font-family: Manrope, sans-serif; height: auto;
  background: #fff; overflow-x: hidden; -webkit-tap-highlight-color: transparent;  word-break: break-word; -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; box-sizing: border-box; -webkit-text-size-adjust:none;
  text-size-adjust: 100%;}
* { box-sizing: border-box;
  /*-webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms;*/
  /*-o-transition: all ease 300ms; transition: all ease 300ms;*/
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p { padding: 0; margin: 0;}
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th { padding: 0; margin: 0;}
fieldset { border-top-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-width: 0;}
a,img,iframe {border: 0; padding: 0; margin: 0;}
a, a:hover {text-decoration: none; color: #333;}
i { font-style: normal;}
address,caption,cite,cite,code,dfn,em,th,var { font-weight: normal; font-style: normal;}
ul,ol,li { list-style: none;}
caption { text-align: left;}
th { text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: inherit; font-size: 100%;}
button,input,select,textarea { font-size: 100%;}
table { border-collapse: collapse; border-spacing: 0;}
.por { position: relative;}
.poa { position: absolute;}
input,textarea,select { font-family: inherit; font-size: 100%;}
.ease,.ease * { -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms; transition: all ease 300ms;}
.noease,.noease * {-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;}
textarea::-moz-placeholder { color: #999; opacity: 1; font-size: 24px;}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { color: #999; font-size: 24px;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: inherit; font-size: inherit;}
.fl,.left { float: left;}
.fr,.right { float: right;}
.tac { text-align: center;}
.tar { text-align: right;}
.clear { clear: both; font-size: 0; margin: 0; padding: 0; display: block; _height: 0; overflow: hidden;}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.clearfix { *zoom: 1;}
.hidden { display: none;}
.dialog-layout {position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 999; background: #000; opacity: 0.5;}
.ab { width: 100%; height: 100%; display: block;}
.ov { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.font-0 { display: none;}

/* 头部 */
header.header { align-items:center;  box-sizing:border-box;
  display:flex;justify-content:space-between; left:0;  padding:0 3.5%; position:fixed;min-width: 1280px;
  top:0; transition:all .1s ease-out 0s; width:100%;z-index:999; background: url("../images/y6_02.png") center top;}
/*.body-fixed-other-panel header.header{*/
/*  background: rgba(0,0,0,.4);*/
/*}*/

.lagbox{
  display: none;
  padding:1%;
  margin-bottom: 20px;
}
.lagbox .lagboxContent{
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.lagbox div {
  margin-right:10px;
}
.lagbox div img{
  width:25px;
  height:19px;
  display: none;
}

@media (max-width:1100px) {
  header.header {padding:0 10px 0 10px;min-width: auto;}
}
.logo { margin:0; padding:15px 0; transition:all .1s ease-out 0s}
@media (max-width:1100px) {
  .logo { padding:12px 0}
}
.logo img { transition:all .1s ease-out 0s}
.logo a,.logo img { display:block;width: 100%;filter: grayscale(100%) brightness(500%)}


@media (min-width: 768px) and (max-width: 1200px) {
  .logo a {width:85%}
}

@media (max-width: 768px) {
  .logo a { width:75%}
  .footer_main .footer .bottomlogo img{
    width: 45%;
  }
}


.logo-wrap { flex-shrink:0;width:13%;}
@media (max-width:1100px) {
  .logo-wrap { align-items:center; display:flex; justify-content:space-between; width:100%}
}
.menu-wrap { align-items:center; display:flex; justify-content: flex-start; width:85%; }

@media (max-width:1100px) {
  .menu-wrap {bottom:0; display:block; height:100%; margin:0; overflow:auto; padding-bottom:30px;
    padding-top:100px; position:fixed; right:100%; top:0; transition: ease-in-out .2s; width:82%; z-index:998 }
}
.menu-toggle { cursor:pointer; display:none; padding:9px 10px}
.menu-toggle:active .icon-bar,.menu-toggle:focus .icon-bar,.menu-toggle:hover .icon-bar {  background:#333;}
@media (max-width:1100px) {
  .menu-toggle { display:block}
}
.menu-toggle .icon-bar { background:hsla(0,0%,100%,.95); display:block; height:2px; margin-bottom:10px; transition:all .3s ease-out 0s; width:30px}
.menu-toggle .icon-bar-3 { margin-bottom:0}
.menu-on-shadow { display:none}
.menu-on { transition:all .3s ease-out 0s}
@media (max-width:1100px) {
  .menu-on { bottom:0; left:0; overflow:hidden; position:fixed; right:0; top:0; transform:translateX(82%) }
  .menu-on .logo-wrap { box-shadow:0 0 3px rgba(0,0,0,.1); padding:0 12px 0 20px; position:fixed; right:100%;
    top:0; width:82%; z-index:999; background-color: #fff;}
  .menu-on .icon-bar { transition:all .3s ease-out .4s}
  .menu-on .icon-bar-1 { margin-bottom:0; transform: rotate(-45deg) translate(-6px, 8px); }
  .menu-on .icon-bar-2 { opacity:0 }
  .menu-on .icon-bar-3 { transform:rotate(45deg) translate(-2px,-3px) }
  .menu-on .menu-on-shadow { background:rgba(0,0,0,.3); content:""; cursor:pointer; display:block; height:100%; left:0; position:fixed;
    top:0; width:100%; z-index:19999}
}
.menu { margin:0; width:100%; display: flex; justify-content: right;text-align: right;}
.menu li {height:80px;list-style:none;transition:all .1s ease-out 0s; padding:0 2%;}

@media (max-width: 1660px) {
  .menu li{padding:0 1%;}
}
@media (max-width:1100px) {
  .menu li { float:none; height:auto }
  .menu li .fa-angle-down { display:none }
  .menu { margin:0; padding:0;width:100%; display: inline;}
}
.menu li.dropdown .fa-angle-down { opacity:.8; transition:transform .3s}
.menu li.dropdown:hover>.sub-menu { opacity:1; transform:rotateX(0); transition:transform .3s,opacity .1s; visibility:visible}
.menu li.dropdown:hover>.sub-menu:before { opacity:1;  transition:opacity .1s .2s}
.menu li.dropdown:hover .fa-angle-down { transform:rotate(-180deg); transition:transform .3s}

.menu li.active .sub-menu a,
.menu li.active .sub-menu a:hover { color:#121212}
@media (max-width:991px) {
  .menu li.active .sub-menu a:hover { color:#121212}
}
.menu li i.new { background:#2ac36c; border-radius:3px;color:#fff; display:block; font-size:12px; font-style:normal; font-weight:500; line-height:1;
  margin-top:-7px; opacity:.95; padding:2px;  position:absolute; right:13px; top:50%; transform:scale(.9)}
@media (max-width:991px) {
  .menu li i.new { display:none}
}
.menu li.has-flag a { padding-right:30px}
.menu a { color:hsla(0,0%,100%,.95); display:block; font-size: 16px; line-height:80px; outline:none;transition:all .1s ease-out 0s;
  /*text-shadow: 0px 0px 1px #000*/}
.menu li.active,
.menu a:focus,
.menu a:hover { color:#fff; text-decoration:none; text-decoration: underline}

@media (max-width:1760px) {
  .menu a { font-size:16px;}
}
@media (max-width: 1400px) {
  .menu a { font-size:14px;}
}
@media (max-width:1100px) {
  .menu a { line-height:50px; padding:0 20px; font-size: 18px; color: #000; text-align: left;}
  .menu li.active a{
    color: #000
  }
  .menu a:hover { color:#333;}
}
.menu .sub-menu { backface-visibility:hidden; background:#fff; border-radius:5px; box-shadow:1px 2px 5px 1px rgba(0,0,0,.15);
  display:block; list-style:none; opacity:0; padding:12px; position:absolute; top:100%; transform:rotateX(-90deg);transform-origin:0 0;
  transition:transform .3s,opacity .1s .2s,visibility .1s .3s; visibility:hidden;}
@media (max-width:1100px) {
  .menu .sub-menu { background:none; box-shadow:none; display:flex; flex-wrap:wrap; gap:10px; opacity:1; overflow:hidden; padding:5px 20px 10px;
    position:relative; top:0; transform:rotateX(0);  visibility:visible; width:100% }
}
.menu .sub-menu:before { border:10px solid transparent; border-bottom-color:#fff; content:"";  height:0; left:14px; line-height:0; opacity:0;
  position:absolute; top:-19px; transition:opacity .2s 0s; width:0}
.menu .sub-menu.rtl:before{
  right:14px;
}
@media (max-width:767px) {
  .menu .sub-menu:before { border:0; display:none }
  header.header{
  }
  .menu-toggle{
    padding: 4px 5px;
  }
  .menu-toggle .icon-bar{
    width: 35px;
    margin-bottom:5px;
  }
}
.menu .sub-menu li { float:none; height:auto; width:100%;}
.menu .sub-menu li a{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
}
@media (max-width:1100px) {
  .menu .sub-menu li { border:1px solid #000; border-radius:3px; min-width:calc(50% - 5px); text-align:center; width:auto; padding: 0;}
}
.menu .sub-menu li:last-child { border-bottom-width:0}
@media (max-width:1100px) {
  .menu .sub-menu li:last-child { border-bottom-width:1px }
}
.menu .sub-menu a { border-radius:5px; color:#121212;display:block; font-size:16px; line-height:22px; padding:12px 16px; white-space: nowrap}
@media (max-width:1100px) {
  .menu .sub-menu a { font-size:16px; line-height:20px; padding:10px ; color: #000;}
}
.menu .sub-menu a .menu-title { align-items:center; display:flex}
@media (max-width:1100px) {
  .menu .sub-menu a .menu-title { justify-content:center }
}
.menu .sub-menu a em { background:#197dff; border-radius:3px; color:#fff; display:inline-block; font-size:12px; font-style:normal;  font-weight:500!important;
  line-height:1; margin-left:10px; opacity:.88; padding:3px 8px; vertical-align:top}
@media (max-width:1100px) {
  .menu .sub-menu a em { display:none}
}
.menu .sub-menu a .menu-desc { color:#777; display:block; font-size:13px; font-weight:400; line-height:18px; margin-top:5px}
@media (max-width:1100px) {
  .menu .sub-menu a .menu-desc { display:none }
}
.menu .sub-menu a:hover { background:#f1f3f5; color:#b81c22; text-shadow:none}
.menu .sub-menu a:hover .menu-desc { color:#515151; font-weight:400}
.menu.theme-single-hide { opacity:0;transition:all .2s ease-out 0s; visibility:hidden}



.na_men{width: 100%; display: none; position: absolute; left: 0; top: 78px;background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-top: 1px solid #eaf1f8; padding: 0 15%;}
.menu li .na_men .na_mz{position: relative;width:25%;padding-right: 5%;color: #222;
  font-size: 14px;line-height: 1.6;text-align: justify;
  float: left;background: #f6f9fa; height: 300px; position: relative;}
.menu li .na_men .na_mz::before {
  position: absolute;
  width: 1000px;
  top: 0;
  content: '';
  height: 100%;background: #f6f9fa;
  left: -1000px;
}
.menu li .na_men .na_mz h3{font-size: 28px;color: #014099;padding-bottom: 20px;font-weight: bold;padding-top: 50px;}
.menu li .na_men .na_mzz {width:40%;padding-left:5%;padding-right:5%;
  float: left;height: 300px;padding-top: 50px;}
.menu li .na_men .na_mzz li {border-bottom: 1px solid #eaf1f8;overflow: hidden;position: relative;
  height: 50px;line-height:50px;transition: all 0.3s ease;}
.menu li .na_men .na_mzz li:last-child {border: none;}
.menu li .na_men .na_mzz li a{padding: 0 28px; position: relative; line-height: 50px;text-align: left;}
.menu li .na_men .na_mzz li a i{ display: block; width: 8px; height: 13px;position: absolute;right: 10px;top: 16px;}
.menu li .na_men .na_mzz li a i::before{ position: absolute; right: 0; top: 0 }

@media (max-width:1760px) {
  .menu li .na_men .na_mz h3 {
    font-size: 20px;
  }
}

.menu li .na_men .na_my{width:34%;padding-left:5%;line-height: 1.5;border-left: 1px solid #eaf1f8; float: right;height: 300px;
  padding-top: 50px;}
.menu li .na_men .na_my img{border-radius: 6px;width: 100%; display: block;}
.menu .sub-menu1 { backface-visibility:hidden;display:block; list-style:none;}

@media (max-width:1100px) {
  .menu .sub-menu1 { background:none; box-shadow:none; display:flex;
    flex-wrap:wrap; gap:10px; opacity:1; overflow:hidden; padding:5px 20px 10px;
    position:relative; top:0; transform:rotateX(0);  visibility:visible; width:100% }
}
.menu .sub-menu1:before { border:10px solid transparent; border-bottom-color:#fff; content:"";  height:0; left:37px; line-height:0; opacity:0;
  position:absolute; top:-19px; transition:opacity .2s 0s; width:0}
@media (max-width:767px) {
  .menu .sub-menu:before { border:0; display:none }
}
.menu .sub-menu1 li { float:none; height:auto; width:100%}
@media (max-width:1100px) {
  .menu .sub-menu1 li { border:1px solid #eaf1f8; border-radius:5px; min-width:calc(50% - 5px); text-align:center; width:auto; padding: 0;}
}
.menu .sub-menu1 li:last-child { border-bottom-width:0}
@media (max-width:1100px) {
  .menu .sub-menu1 li:last-child { border-bottom-width:1px }
}
.menu .sub-menu1 a { border-radius:5px; color:#121212;display:block; font-size:16px; line-height:22px; padding:12px 16px}
@media (max-width:1100px) {
  .menu .sub-menu1 a { color:#333; font-size:16px; line-height:0.5rem; padding:0.1rem }
}
.menu .sub-menu1 a .menu-title { align-items:center; display:flex}
@media (max-width:1100px) {
  .menu .sub-menu1 a .menu-title { justify-content:center }
}
.menu .sub-menu1 a em { background:#197dff; border-radius:3px; color:#333; display:inline-block; font-size:14px; font-style:normal;  font-weight:500!important;
  line-height:1; margin-left:10px; opacity:.88; padding:3px 8px; vertical-align:top}
@media (max-width:1080px) {
  .menu .sub-menu1 a em { display:none}
  .na_men{ display: block; background: none;        position: relative;
    padding: 0;
    box-shadow: none;
    border-top: none;
    top: auto;}
  .na_men .na_mz{ display: none;}
  .na_men .na_my{ display: none;}
  .menu li .na_men .na_mzz{  width: 100%; padding: 0; background: none; height: auto;}
  .menu li .na_men .na_mzz li a i{ display: none;}
  .menu li .na_men .na_mzz li:last-child {
    border-bottom: 1px solid #eaf1f8;}
  .menu li .na_men .na_mzz li:last-child {
    border:1px solid #eaf1f8;
  }

}
.menu .sub-menu1 a .menu-desc { color:#777; display:block; font-size:13px; font-weight:400; line-height:18px; margin-top:5px}
@media (max-width:1100px) {
  .menu .sub-menu1 a .menu-desc { display:none }
}
.menu .sub-menu1 a:hover { background:#f1f3f5; color:#121212; font-weight:600}
.menu .sub-menu1 a:hover .menu-desc { color:#515151; font-weight:400}
.menu.theme-single-hide { opacity:0;transition:all .2s ease-out 0s; visibility:hidden}


.header.on {background:#fff;}
.header.on .logo a, .header.on .logo img {filter: none;}
.header.on .menu a {color: #333;}
.header.on .head_jt .user-t i{filter: none;}
.header.on .head_jt .user-t p{ color: #333;}
.header.on .user-bar .user-t i{filter: none;}
.header.on .user-bar .user-t p{ color: #333;}


.header.on1 {background:#fff;}
.header.on1 .logo a, .header.on1 .logo img {filter: none;}
.header.on1 .menu a {color: #333;}
.header.on1 .head_jt .user-t i{filter: none;}
.header.on1 .head_jt .user-t p{ color: #333;}
.header.on1 .user-bar .user-t i{filter: none;}
.header.on1 .user-bar .user-t p{ color: #333;}





.head_jt{ background:none; display: block; margin:0; padding:0; position: relative}
.head_jt .user-t{align-items: center; display: flex; justify-content: space-between; margin-left: 2em; cursor: pointer;}
.head_jt .user-t i{ display: block; width: 24px; height: 24px; background: url("../images/w7_03.png") no-repeat center;
  background-size: 100%;filter: grayscale(100%) brightness(500%);}
.head_jt .user-t p{  color: #fff; margin: 0; padding-left: 10px; line-height: 24px; white-space: nowrap}
.head_jt .user-t p.rtl{
  padding-left:0;
  padding-right: 10px;
}
.head_jt .user-l{ position: absolute; top: 30px; padding: 1.25rem; transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);background-color: rgb(255,255,255,1); transition-duration: 150ms;border: 1px rgba(0, 0, 0,0.1) solid;
  border-radius: 0.375rem; right:0;opacity: 0;visibility: hidden;}
html.dir .head_jt .user-l ul{
  display: block;
}
.head_jt .user-l ul{display: block; margin: 0;white-space: nowrap;row-gap: 0.625rem; padding: 0;}
.head_jt .user-l ul li{ width: 100%;}
.head_jt .user-l ul li a{column-gap: 0.375rem;display: flex;align-items: center; color: #333;line-height: 2;}
.head_jt .user-l ul li a img{object-fit: contain;width: 1.375rem;height: 1rem;display: block;}
.head_jt .user-l ul li a:hover{ color: #b81c22; }

.head_jt:hover .user-l{ opacity: 1; transition-duration: 150ms;visibility: visible;}


.user-bar { background:none; display: block; margin:0; padding:0; position: relative}
.user-bar .user-t{align-items: center; display: flex; justify-content: space-between; margin-left: 2em; cursor: pointer;}
.user-bar .user-t i{ display: block; width: 24px; height: 24px; background: url("../images/w7_05.png") no-repeat center;
  background-size: 100%;filter: grayscale(100%) brightness(500%);}
.user-bar .user-t p{  color: #fff; margin: 0; padding-left: 10px; line-height: 24px; white-space: nowrap}
.user-bar .user-t p.rtl{
  padding-left:0;
  padding-right: 10px;
}
.user-bar .user-l{ position: absolute; top: 30px; padding: 1.25rem; transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);background-color: rgb(255,255,255,1); transition-duration: 150ms;border: 1px rgba(0, 0, 0,0.1) solid;
  border-radius: 0.375rem; right:0;opacity: 0;visibility: hidden;}
html.dir .user-bar .user-l ul{
  display: block;
}
.user-bar .user-l ul{display: flex; margin: 0;white-space: nowrap;row-gap: 0.625rem; padding: 0;}
.user-bar .user-l ul li{padding-inline-end: 0.625rem;}
.user-bar .user-l ul li a{column-gap: 0.375rem;display: flex;align-items: center; color: #333;line-height: 1.5;}
.user-bar .user-l ul li a img{object-fit: contain;width: 1.375rem;height: 1rem;display: none;}
.user-bar .user-l ul li a:hover{ color: #b81c22; }

.user-bar:hover .user-l{ opacity: 1; transition-duration: 150ms;visibility: visible;}

.menu-wrap .search-box { float: left; z-index: 101; height: 100%; position: relative; display:none;}
.menu-wrap .search-box .butn { display: flex; justify-content: center; align-items: center; margin: 0 auto; cursor: pointer; width: 40px; height: 40px; border-radius: 50%;}
.menu-wrap .search-box .butn i { font-size:24px; color: #fff}
.menu-wrap.xc .search-box .butn i,.menu-wrap.nt .search-box .butn i { background-position:-322px 0;}
.menu-wrap .search-box .butn.hov i { background-position: -110px 0; border-radius: 100%;}
.menu-wrap .share-sub { position: absolute; right: 50px; top: 0px; width: 0; height: 40px; overflow: hidden;
  background: #f5f5f5; border-radius: 20px; border: none; z-index: 10; }
.menu-wrap .share-sub .tex { width: 160px; font-size: 14px; line-height: 18px; padding: 11px 14px; color: #333;
  border: none; background: #f5f5f5; outline: none;}
.menu-wrap .share-sub p{  position: relative;width: 26px;height: 26px;margin-top: 7px; }
.menu-wrap .share-sub .sub-btn { border: none; background-color:transparent; width: 26px; height: 26px; cursor: pointer;  background-position: -204px -8px;
  transition: ease-in-out 0.2s; outline: none; position: absolute;   top: 50%;left: 50%;transform: translate(-50%, -50%);}
.menu-wrap .share-sub p.bi-search::before{ position: absolute;   top: 50%;left: 50%;transform: translate(-50%, -50%); }

header.header-fixed { box-shadow:0 1px 3px rgba(0,0,0,.1); transition:all .3s ease-out 0s}

.nybanner .ct{
  width: 100%;
  position: relative;
}
.nybanner .ct img{
    width: 100%;
}

.nybanner .ct img.pc {
  display: block;
}
.nybanner .ct img.m {
  display: none;
}
.nybanner .ct .title{
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 10%;
  top:40%;
  z-index: 9;
}
.nybanner .ct .title:after{
  content: '';
  width:70%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom:-2vw;
}
.nybanner .ct  .stxt{
  position: absolute;
  font-size:14px;
  bottom:3.9vw;
  right:8%;
  color: #fff;
  z-index: 99;
  display: flex;
  align-items: center;
}
.nybanner .ct  .stxt i{
  width: 15px;
  height:16px;
  background: url("../images/downIcon.png") no-repeat center;
  background-size:100%;
  margin-left:14px;
}

.content .menu0{padding:5vw 10%;}
.content .menu0 li {display: block;width: 100%;padding: 0;margin-bottom: 25px;}
.content .menu0 li .fnt_18{width: 100%;height: 35px;line-height: 35px;font-weight: bold;display: block;background: #f6f6f6;text-indent: 15px;}
.content .menu0 .sub-menu{display: block;width: 86%;}
.content .menu0 .sub-menu li {height: 32px;display: inline-block;*display: inline;margin: 15px 5px 15px 0;zoom: 1;line-height: 32px;
  border-bottom: 0;text-align: center;width: auto;padding: 0;}
.content .menu0 .sub-menu li a {text-indent: 0;font-weight: normal;display: block;line-height: 32px;height: 32px;display: inline-block;
  padding: 0 10px;width: auto;border: 1px solid #ccc;text-align: center;}
.content .menu0 .sub-menu li a:hover {background: #b81c22;color: #fff;border: 1px solid #b81c22;}

.footer_main{background: url("../images/w3.jpg") center center no-repeat; background-size: cover; position: relative;}
.footer_main .footer{padding:4.3vw 10%;padding-bottom: 0;}
.floor_5_main .footer_main .footer{ padding-top:8%;}
.floor_5_main .footer_main {height: 100vh;}
.footer_main .bottomerow{ position: relative; display: flex; justify-content: space-between; position: relative; flex-wrap: wrap;}
.footer_main .bottomerow .bottomerow_li{ margin: 0; padding: 0; margin-top: 3.75rem;}
.footer_main .bottomerow .nav_top{ display: block; font-size:20px; color: #fff;}
.footer_main .bottomerow ul li a{ display: block; font-size: 16px; color: #b4b4b4; margin-top: 1.625rem;}
.footer_main .bottomerow ul li a:hover{ color: #fff;}

.footer_main .footer .bottomlogo{display: block;}
.footer_main .footer .bottomlogo img{ display: block;}

.bottomewm{ width: 100%; position: relative; margin-top: 5%;display: flex; justify-content: space-between;
  position: relative; flex-wrap: wrap; border-top: #3b4862 solid 1px; border-bottom: #3b4862 solid 1px; padding: 1.375rem 0;}
.bottomewm .bottomewmz{ width: 80%;}
.bottomewm .bottomewmz h3{ font-size: 1.5rem; color: #fff;}
.bottomewm .bottomewmz ul{display: flex; position: relative; flex-wrap: wrap;}
.bottomewm .bottomewmz ul li{ margin-top: 1.85rem;display: flex; padding-right: 4%;}
.bottomewm .bottomewmz ul li .bir{ width: 3.125rem; height: 3.125rem; border: #b4b4b4 solid 1px;
  border-radius: 50%;align-items: center; justify-content: center;display: flex; position: relative;}
.bottomewm .bottomewmz ul li .bir i::before{ display: block; font-size: 1.6rem; color: #b4b4b4;}
.bottomewm .bottomewmz ul li .bn{ font-size: 1rem; color: #b4b4b4; padding-left: 1rem;}
.bottomewm .bottomewmz ul li .bn span{ display: block; padding-top: 0.75rem;}

.bottomewm .bottomewmy{ position: relative; text-align: center;}
.bottomewm .bottomewmy img{ display: block; width: 7.75rem;}
.bottomewm .bottomewmy span{ display: block; color: #fff; padding-top: 0.625rem; color: #b4b4b4;}

@media (max-width:1660px) {
  .footer_main .bottomerow .bottomerow_li {margin-top: 3rem;}
  .footer_main .bottomerow ul li a {margin-top: 1rem;}
  .footer_main .footer {padding: 4.3vw 6%;}
}
@media (max-width:1100px) {
  .footer_main .bottomerow .bottomerow_li{ width: 50%;}
  .header.on1 .menu-toggle .icon-bar{background: #333;}
  .floor_5_main .footer_main .footer {padding-top: 13vw;}
  .bottomewm .bottomewmz ul li .bn {width: 85%;font-size: 1.45rem;}
  header.header.on {
    background: #fff;
  }
  .content .menu0{padding:5vw 4%;}
}

.footer_main .footer .footlink .bottomcontact{
  display: flex;
  justify-content:left;
}
.footer_main .footer .footlink .bottomcontact.rtl{
  justify-content: right;
}
.footer_main .footer .footlink .bottomcontact img{
   height:40px;
   margin-right:1rem;
}
.footer_main .footer .bottomemail .w-full{
  width:80%;
  height: 3.125rem;
  line-height: 3.125rem;
  border: none;
  outline: none;
  text-indent: 1.25rem;
  background-color: #414141;
  color: #fff;
}
.footer_main .footer .bottomemail .text{
  width:20%;
  height: 3.125rem;
  background: url("../images/put.png") no-repeat center;
  background-size:15px 15px;
  display: block;
  position: absolute;
  right:0px;
  top:0px;
  border: none;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 0.7;
}
.footer_main .footer .bottomemail .text:hover{
  opacity: 1;
}
.footer_main .footer h4{ font-size: 1rem;color: #fff; margin-top: 2.25rem;}
.footer_main .footer .bottomnav .item{margin-bottom: 1.25rem;}
.footer_main .footer .bottomnav .nav_top{font-size:16px;color: #fff;}
.footer_main .footer .bottomnav .nav_top:hover{ color: #b81c22;}
.footer_main .footer .bottomnav p{
  margin-top:1.2rem;
}
.footer_main .footer .bottomnav p a{
  font-size: 14px;
  color: #adb4bd;
  line-height:2.5em;
  overflow: hidden;
  display: block;
  width:100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer_main .footer .bottomnav p a:hover{
  color: #fff;
  opacity: 0.8;
}
.footer_main .footer .bottomemail{
  width:100%;
  background-color: #414141; margin-top: 1.375rem;
  height: 3.125rem;
  position: relative;
}
.footer_main .footer .bottom_info{
    align-items: center;
  margin-top: 4.2vw;
  border-bottom: 2px solid #414141;
  padding-bottom: 2.5rem;
}
.footer_main .footer .bottom_tel p{
  font-size: 16px;
  color: #cccccc;
  margin-bottom:6px;
}
.footer_main .footer .bottom_tel h3{
  font-size: 22px;
  color: #cccccc;
}
.footer_main .footer .sybm{ margin: 0; margin-top: 3%;padding:1rem 0 1.125rem;overflow: hidden;font-size: 16px;color: #adb4bd;}
.footer_main .footer .sybm div{
  margin: 1rem 0;
  padding: 0;
}
.footer_main .footer .sybm div a{
  color: #adb4bd;
}
.footer_main .footer .sybm div a:hover{
  color: #fff;
}

/* 返回顶部 */

.rightFix { width: 46px;position: fixed; right: 8px; bottom:8%; z-index: 999; display: none;}
.rightFix.xc{ display: block; }
.rightFix a { width: 46px; height: auto; background: #f9faff; text-align: center; display: block; margin-bottom: 6px; position: relative;
  padding-top: 8px; border-radius: 5px; padding-bottom: 5px;}
.rightFix a h3 { color: #fff; font-weight: 400; font-size: 12px; display: none;}
.rightFix .ico {  width: 32px; height: 32px; font-size: 24px; color: #b81c22; display: block; position: relative;  overflow: hidden; transition: all ease 300ms;
  margin: 0 auto 1px; padding: 0; }
.rightFix .ico_hover {  width: 32px; height: 32px; font-size: 24px; color: #b81c22; display: none; position: relative;  overflow: hidden; transition: all ease 300ms;
  margin: 0 auto 1px; padding: 0; }
.rightFix .img { width: 110px; height: auto; position: absolute;
  left: -10px; top: 0; padding: 6px; background: #1265fd;  border: 1px solid #ddd;  background: #fff;display: none;
  text-align: center;  opacity: 0; filter: alpha(opacity=0);  transition: all ease-in-out 0.2s; border-radius: 5px;  color: #333;  padding-bottom: 10px;}
.rightFix .img p { padding-top: 5px;}
.rightFix a:hover .img {  opacity: 1; filter: alpha(opacity=100); left: -120px; display: block;}
.rightFix .img img { width: 110px; height: 110px;}
.rightFix a span { width:274px; text-align: center; height:46px; line-height: 46px; position: absolute;
  top: 0; background: #b81c22; color: #fff; display: block; font-weight: bold; font-size: 16px;
  opacity: 0; filter: alpha(opacity=0);border-radius: 7px 0 0 7px;}
.rightFix a img{ width:110px; text-align: center; position: absolute;
  top: 0; background: #b81c22; color: #fff; display: block; font-weight: bold; font-size: 16px;
  opacity: 0; filter: alpha(opacity=0);border-radius: 7px 0 0 7px;}
.rightFix a:hover { overflow: visible;}
.rightFix a:hover .ico{ color: #fff; display: none}
.rightFix a:hover .ico_hover{ color: #b81c22; display: block}
.rightFix a:hover h3 { color: #fff;}
.rightFix a:hover span { opacity: 1; filter: alpha(opacity=100); right:50px;}
.rightFix a:hover img { opacity: 1; filter: alpha(opacity=100); right:50px;}


.nyNav{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
  overflow: hidden;
  flex-wrap:wrap;
}
.nyNav div {
  margin:0 1rem;
}
.nyNav div a{
  background: url("../images/start.png") no-repeat center right;
  background-size:0.7rem;
  padding-right:1.5rem;
  font-size:1.2rem;
  color: #003363;
  white-space: nowrap;
}
.nyNav div:nth-last-child(1) a{
  background: none;
  padding: 0;
}
.nyNav div.on a{
  font-weight: bold;
  color:#b81c22;
}
.nyNav div:hover a{
  color:#b81c22;
}

.main{
  width: 100%;
  padding:0 10%;
}
.nopadding{
  padding: 0;
}
video{ display: block; width: 100%; }
.weui_mask { background: rgba(0,0,0,.6);}
.weui_mask, .weui_mask_transition, .weui_mask_transparent { position: fixed; z-index: 1000; width: 100%; height: 100%;  top: 0; left: 0;}
.weui_dialog { position: fixed; z-index: 5000; width:80%; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
  text-align: center; }
.weui_dialog_ft { position: absolute; right: -18px;top: -22px; display: -webkit-box; display: -webkit-flex; display: flex;    z-index: 66666;}
.weui_btn_dialog.primary { color: #2b2b2b;}
.weui_dialog_ft a { display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);
  width:50px; height:50px; background:url(../images/closeM.png) center center no-repeat;transition: All 0.4s ease-in-out;             -webkit-transition: All 0.4s ease-in-out;             -moz-transition: All 0.4s ease-in-out;             -o-transition: All 0.4s ease-in-out;}
.weui_dialog .in_title{ width:100%;z-index:99;}
.weui_dialog .in_title img{ margin:0 auto; width:200px; height:200px; display:block;}
.weui_dialog .in_title span{ line-height:60px;}
.weui_dialog_ft a:hover{transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);}
@media (max-width:991px) {
  .main{
    padding:0 4%;
  }
  .head_jt .user-t{ display: none;}
  .user-bar{ display: none}
  .nyNav{
    justify-content: left;
  }
  .nyNav div{
    width:50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    margin-bottom: 1.2rem;
  }
  .nyNav div a{
    background: none;
    padding: 0;
    width: 90%;
    background: none;
    padding: 0;
    border-bottom: #666 solid 1px;
    display: block;
    line-height: 4rem;font-size: 1.5rem;
  }
  .footer_main .footer {padding: 5vw 4%; padding-bottom: 0;}
  .index .banner .swiper-button-next,.index .banner .swiper-button-prev{ display: none;}
  .nybanner .ct .title{left: 4%; bottom: auto; top: 25%;}

  .nybanner .ct img.m {
  display: block;
}

.nybanner .ct img.pc {
  display: none;
}


}
@media only screen and (max-width: 767px) {
  .lagbox{
    display: block;
  }
  .bottomcontact{
    margin-bottom:2rem;
  }
  .footer_main .footer .bottomnav div{
    margin-bottom: 2rem;
  }
  .footer_main .footer .bottomemail{
    height: 5rem;
  }
  .footer_main .footer .bottomemail .w-full{
    height: 5rem;
    line-height:5rem;
  }
  .footer_main .footer .bottomemail .text{
    height: 5rem;
  }
  .footer_main .footer .bottom_info{
    margin-top: 0;
  }
  .footer_main .footer .bottom_info div{
    margin-bottom:1rem;
  }
  .footer_main .footer .sybm div{
    padding:0;
  }
}
@media (max-width:1920px) {
  html{
    font-size:16px;
  }
}

@media (max-width:1660px) {
  html{
    font-size:14px;
  }
  .menu li{padding:0 1%;}
}

@media (max-width:1280px) {
  html{
    font-size:12px;
  }
}


@media (max-width:751px) {
  html{
    font-size:2.13vw;
  }
}
