
/* 公用 */
html{}
html.dir{
  direction: rtl;
  unicode-bidi:bidi-override;
}
body { text-align: left; padding: 0; margin: 0;color: #333; font-family:Microsoft Yahei, 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%; color: #333;}
.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: #ccc;font-size:1.25rem;}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { color: #ccc; font-size:1.25rem;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color: #ccc; font-size:1.25rem;}
select::-moz-placeholder { color: #ccc;font-size:1.25rem;}
select::-ms-input-placeholder,textarea::-ms-input-placeholder { color: #ccc; font-size:1.25rem;}
select::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color: #ccc; font-size:1.25rem;}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size:1.25rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {  /* Mozilla Firefox 19+ */
  color: #ccc;
  font-size:1.25rem;
}
input:-moz-placeholder,
textarea:-moz-placeholder {  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-size:1.25rem;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {  /* Internet Explorer 10-11 */
  color: #ccc;
  font-size:1.25rem;
}
.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 4%; position:fixed;
  top:0; transition:all .1s ease-out 0s; width:100%;z-index:999;}
.body-fixed-other-panel header.header{
  background:#fff;
}
header.header.on{  background:rgba(255,255,255,1);box-shadow:0 0 10px rgba(0,0,0,0.15)}


.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;
}

@media (max-width:1100px) {
  header.header {min-width: auto;}
}
.logo { margin:0; padding:15px 0; transition:all .1s ease-out 0s}
@media (max-width:1100px) {
  .logo { padding:12px 0}
  .lagbox{display: block;}
}
.logo img { transition:all .1s ease-out 0s}
.logo a,.logo img { display:block; height: 2.75rem; }
.logo .img2{ display: none}
.body-fixed-other-panel header.header .logo .img1{ display: none;}
.body-fixed-other-panel header.header .logo .img2{ display: block;}
header.header.on .logo .img1{ display: none;}
header.header.on .logo .img2{ display: block;}



@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;}
@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:79%; }

@media (max-width:1100px) {
  .menu-wrap {bottom:0; display:block; height:100%; margin:0; overflow:auto; padding-bottom:30px;
    padding-top: 7rem; 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:#fff;}
@media (max-width:1100px) {
  .menu-toggle { display:block;}
}
.menu-toggle .icon-bar { background:#fff; display:block; height:2px; margin-bottom:10px; transition:all .3s ease-out 0s; width:30px}
.body-fixed-other-panel header.header .menu-toggle .icon-bar{ background: #333;}
.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-2 { opacity:0 }

  .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-toggle:active .icon-bar, .menu-toggle:focus .icon-bar, .menu-toggle:hover .icon-bar{
    background: #333;
  }
}
.menu { margin:0; padding:0 0 0 50px;width:100%; display: flex; justify-content: flex-start;}
.menu li {height:90px;list-style:none;transition:all .1s ease-out 0s; padding:0 2.5%; white-space: nowrap; position: relative;}
@media (max-width: 1300px) {
  .menu li{padding:0 1.2%;}
}
@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}
.menu li.active a{font-weight: bold;}
.menu li.active .fnt_18{}
@media (max-width:1100px) {
  .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:1100px) {
  .menu li i.new { display:none}
}
.menu li.has-flag a { padding-right:30px}
.menu a.fnt_18 { color:#fff; display:block; font-size: 20px;
  height: 90px; line-height:90px; outline:none;transition: all .5s ease; position: relative;overflow: hidden;}
.menu a.fnt_18 span{display: block;transition: all .5s ease; position: relative;}
.body-fixed-other-panel header.header .menu a.fnt_18 { color: #333;}
.menu a p{position:absolute;top:0;left:0;width:100%;height:100%;transform:translateY(100%);transition: all .5s ease; color: #184b8a;}
.menu a:hover p{transform:translateY(0%)}
.menu a.fnt_18:hover span{transform:translateY(-100%)}
.body-fixed-other-panel header.header .menu .active .fnt_18 span{ color: #184b8a;}
header.header.on .menu a span{ color: #333;}
header.header.on .menu .active a span {color: #184b8a;}
.menu a s{ background-color: #fff; height: 2px;border-radius: 0px;width: 0;position: absolute;left: 0;right: 0;bottom: 0;
  transition: width 0.5s ease;margin: 0 auto;}
header.header.on .menu a s{ background-color: #184b8a;}
.body-fixed-other-panel .menu a s{background-color: #184b8a;}
.menu li.active a s{ width: 100%;}
.menu li:hover a s{ width: 100%;}
.menu li.active,
.menu a:focus,
.menu a:hover { color:#184b8a; text-decoration:none;}
@media (max-width:1660px) {
  .menu a.fnt_18{ font-size:16px;}
}

@media (max-width:1100px) {
  .menu a.fnt_18{ line-height:50px; padding:0 20px; font-size: 18px; color: #000; height:auto;}
  .menu li.active a{
    color: #000
  }
}
.menu .sub-menu { backface-visibility:hidden; box-shadow:1px 2px 5px 1px rgba(0,0,0,.15);white-space: initial;
  display:block; list-style:none; opacity:0; position:absolute; top:100%; visibility:hidden;background: #fff;
  width: 15rem; text-align: center; left:50%; margin-left: -7.25rem;}
.menu li:hover .sub-menu{ opacity: 1; visibility: inherit;}
.menu .sub-menu ul{ }

@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%;
    left: auto;
    margin-left: 0rem;}
}
.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; display: none;}
.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 { width: 100%; height:auto; padding: 0;}
.menu .sub-menu li a{
  width: 100%;
  white-space: nowrap; line-height: 3.125rem;
  overflow: hidden; font-weight: normal; border-radius: 0;border-bottom:1px solid #f1f3f5;
  /*text-overflow: ellipsis;*/
}
.menu .sub-menu li a:hover{color: #184b8a;}
@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; white-space: nowrap}
@media (max-width:1660px) {
  .menu .sub-menu a { font-size:14px;}

}

@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:#184b8a; 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}
.user-bar { background:none; display: block; margin:0; padding:0; position: relative; display: none;}
.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; font-size: 24px; color: #fff;}
header.header.on .user-bar .user-t i{ color: #333;}
.body-fixed-other-panel header.header .user-bar .user-t i{ color: #333;}
.user-bar .user-t p{  color: #fff; margin: 0; padding-left: 10px; line-height: 24px; white-space: nowrap; font-size: 1.375rem;}
.body-fixed-other-panel header.header .user-bar .user-t p{ color: #333;}
header.header.on .user-bar .user-t p{ color: #333;}
.user-bar .user-t p.rtl{
  padding-left:0;
  padding-right: 10px;
}
.user-bar .user-l{ position: absolute; top: 38px; 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: block;}
.user-bar .user-l ul li a:hover{ color: #184b8a; }

.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:block;margin-left: 3vw;}
.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;}
.body-fixed-other-panel header.header .menu-wrap .search-box .butn i{ color: #333;}
header.header.on .menu-wrap .search-box .butn i{ color: #333;}
.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 .sub-btn { border: none; background-color: #f5f5f5; width: 26px; height: 26px; cursor: pointer; margin-top: 4px; background-position: -204px -8px;
  transition: ease-in-out 0.2s; outline: none; font-size:22px}

header.header-fixed { box-shadow:0 1px 3px rgba(0,0,0,.1); transition:all .3s ease-out 0s}
.nybanner{ width: 100%; position: relative;}
.nybanner .ct{width: 100%;position: relative;}
.nybanner .ct img{width: 100%;}
.nybanner .ct .title{font-size: 3.75rem;color: #fff;font-weight: bold;text-align:left;position: absolute;
  text-shadow: rgba(12, 21, 35, 0.1) 3px 1px 2px;top:55%; transform: translate(0, -50%); left: 8.2%;}
.nybanner .ct::after{content: ""; position: absolute; left: 0; top: 0; background: url("../images/f7_01.png") top center; width: 100%;
  height: 10.5rem;z-index: 2; background-size:100% 100%;}

.footer_main{background: #1a2133; width: 100%; position: relative; background-size: cover;}
.footer_main .footer{padding:4.375vw 3.5% 2.375rem;padding-bottom: 0;}
.footer_main .footer .bottomlogo{display: block;width:40%;}
.footer_main .footer .bottomlogo img{width: 100%;}
.footer_main .footer .foot_tel{ font-size: 1.5rem; color: #fff; padding-top: 1.75rem;}
.footer_main .footer .foot_tel p{ font-size: 1.125rem; color: #fff;}
.footer_main .footer .foot_tel i{font-size: 16px;color: #fff;margin-right: 1rem;}
.footer_main .footer .foot_tel span{ display: block; padding-left: 1.75rem; padding-top: 0.625rem;}
.footer_main .footer .foot_tel span b{ font-weight: normal;}
.footer_main .footer .footlink{margin:1.5vw 0;}
.footer_main .footer .footlink .bottom_tel{display: flex;justify-content: flex;margin: 0.8rem 0;}
.footer_main .footer .footlink .bottom_add{display: flex;justify-content: left;}
.footer_main .footer .footlink .bottom_add i{font-size: 16px;color: #fff;margin-right: 1rem;}
.footer_main .footer .footlink .bottom_tel i{font-size:16px;color: #fff;margin-right: 1rem;}
.footer_main .footer .footlink .bottomcontact{display: flex;justify-content:left;}
.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: #323a4c;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 .bottomnav .nav_top{font-size:1.5rem;color: #fff;}
.footer_main .footer .bottomnav .nav_top:hover{}
.footer_main .footer .bottomnav .sub-menu{ width: 100%; padding-top: 1rem;}
.footer_main .footer .bottomnav .sub-menu a{ display: block; font-size: 1rem; color: #d5d5d5;}
.footer_main .footer .bottomnav .sub-menu a:hover{ color: #fff;}
.footer_main .footer .bottomnav h3{color: #fff;font-size: 30px;font-weight: bold;line-height: 3.75rem;
  text-transform: uppercase;padding-bottom: 2rem;}
.footer_main .footer .r_contact{padding-top: 5%;}
.footer_main .footer .bottomcontact{display: flex;justify-content: space-between;width:85%;}
.footer_main .footer .bottomcontact a{ display: block; width: 2.875rem; height: 2.875rem; border: #fff solid 1px; border-radius: 50%;}
.footer_main .footer .bottomcontact img{width:100%; display: block;}
.footer_main .footer .bottomcontact a:hover{ background-color: #184b8a;border: #184b8a solid 1px;}
.footer_main .footer .email_box a{font-size: 16px;color: #fff;display: block;padding-bottom: 1rem;}
.footer_main .footer .bottomnav{display: flex; justify-content: space-between;flex-wrap: wrap;}
.footer_main .footer .bottomnav a{margin: 0.5rem 0rem 0.5rem 0;font-size: 16px;display: block;}
.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 .contact{}
.footer_main .footer .contact a{color: #fff;font-size: 30px;font-weight: bold;line-height: 3.75rem;
 padding-bottom: 1.8rem;display: block;}
.footer_main .footer .bottomnav p a:hover{color: #fff;opacity: 0.8;}
.footer_main .footer .bottomemail{width:100%;background-color: #323a4c;height: 3.125rem;position: relative;}
.footer_main .footer .bottom_info{align-items: center;margin-top: 4.2vw;border-bottom: 2px solid #5f656d;
 padding-bottom: 2.5rem;}
.footer_main .footer .bottom_tel p{font-size: 28px;color: #d9d9d9;margin-bottom:6px;}
.footer_main .footer .bottom_tel p:hover{color: #fff;}
.footer_main .footer .bottom_tel h3{font-size: 16px;color: #fff;}
.footer_main .footer .bottom_tel h3:hover{font-size: 16px;color: #fff;}
.footer_main .footer .bottom_add H3{font-size: 16px;color: #fff; width: 80%;}
.footer_main .footer .bottom_add H3:hover{font-size: 16px;color: #fff;}
.footer_main .sybm{padding: 1.5rem 3.5%;overflow: hidden;font-size: 16px;color: #fff; border-top: #b1b3b6 dashed 1px;
margin-top: 2.375rem;}
.footer_main .sybm a{color: #fff;}
.footer_main .sybm 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; font-size: 24px; color: #184b8a; display: block; position: relative;  overflow: hidden; transition: all ease 300ms;
  margin: 0 auto 1px; padding: 0; }
.rightFix .ico_hover {  width: 32px; font-size: 24px; color: #184b8a; 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:190px; text-align: center; height:46px; line-height: 46px; position: absolute;
  top: 0; background: #184b8a; color: #fff; display: block; font-weight: bold; font-size: 16px;
  opacity: 0; filter: alpha(opacity=0);border-radius: 7px 0 0 7px;}
.rightFix a.fix-email span{width: 210px;}
.rightFix a.fix-ewm img{display: block; width: 100%; padding: 8%;}
.rightFix a.fix-ewm span{ height: 150px;}

.rightFix a:hover { overflow: visible;}
.rightFix a:hover .ico{ color: #fff; display: none}
.rightFix a:hover .ico_hover{ color: #184b8a; display: block}
.rightFix a:hover h3 { color: #fff;}
.rightFix a:hover span { opacity: 1; filter: alpha(opacity=100); right:50px;}


.nyNav{
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 3.5rem;
  overflow: hidden;
  flex-wrap:wrap;
}
.nyNav.news{
  justify-content: center;
}
.nyNav div {
  border: 2px solid #999999;
  border-radius: 50px;
  padding:0.7rem 1rem;
  width: 24.3%;
  margin-right:0.65%;
  text-align: center;
  margin-bottom: 1rem;
}
.nyNav div a{
  display: block;
  font-size:1.25rem;
  color: #333333;
  overflow: hidden; line-height: 2.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nyNav div.on {
  border: 2px solid #184b8a;
  background: #184b8a;
}
.nyNav div.on a{
  font-weight: bold;
  color:#fff;
}
.nyNav div.on a{
  font-weight: bold;
  color:#fff;
}
.nyNav div:hover{
  border: 2px solid #184b8a;
  background: #184b8a;
}
.nyNav div:hover a{
  color:#fff;
}

.nyNav h2{width: 100%;height: 3.125rem;line-height: 3.125rem;text-align: center;background: #66a616;color: #fff;font-size: 1.125rem;}

.cont_y{ width:100%;}

.zjz{ text-align: center;}
.main{width: 100%;padding:0 4%;}
.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;height: 80%; }
.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; height: 100%;}
.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);}

.weui_dialog .in_title #video{ width: 100%; display: block; height:100%;}

.titleName{margin-bottom: 2.125rem;display: flex; justify-content: space-between; position: relative; }
.titleName .h3{font-size: 4.5rem;color: #000; line-height: 4.5rem;font-weight: bold; margin-bottom: 0;}
.titleName .h3 span{ display: block;font-size: 16px;color: #bbb;line-height: 18px;font-family: Arial; font-weight: normal; padding-top:0.7rem; }
.titleName .x{ width: 100%; text-align: center;}
.titleName .x p{ display:inline-block; border-radius: 0.2rem; overflow: hidden;}
.titleName .x p i{ display: block; float: left; width: 2.875rem;height: 6px; background-color: #23293f;}
.titleName .x p span{ display: block; float: left; width: 2.875rem;height: 6px; background-color: #e00024;}

.ax{ display: block; width: 12.75rem;height:3.75rem;border-radius: 50px;font-size: 1.25rem;color: #fff;z-index: 99;
  margin-top: 10%;background: linear-gradient(to right, #0261c4, #71a6de); position: relative; line-height: 3.75rem; padding-left: 1.6rem;}
.ax p{ width: 2.75rem; height: 2.75rem; border-radius: 50%;align-items: center; justify-content: center;display: flex;
  background-color: #fff; position: absolute; right: 0.625rem; top: 0.525rem;}
.ax i {font-size: 1.75rem;color: #184b8a;}
.ax:hover{background: linear-gradient(to right, #0261c4, #0261c4); color: #fff;}
.ax:hover p{ background-color: #fff;}
.ax:hover i{ color: #0261c4;}
.titleName .ax{ margin-top: 0;}

.a0{ margin: 0 auto; width: 10.625rem;height:3.75rem;border-radius: 50px;font-size:1.125rem;
  color: #fff;z-index: 99;display: flex;justify-content: left;align-items: center; margin-top:3.5rem;
  background: linear-gradient(to right, #ffaa04, #fadca1); position: relative; padding-left: 2.125rem;}
.a0 p{ width: 2.625rem;height: 2.625rem; background-color: #fff; border-radius: 50%; position: absolute; right: 0.875rem;
  align-items: center; justify-content: center;display: flex;}
.a0 i {display: block; color: #fba601; font-size: 2rem;}
.a0:hover{ opacity: 0.8; color: #fff;}

.lj{ display: block; width:9.125rem; height:3.125rem; border: #999 solid 1px; position: relative; text-align: center;
  border-radius:6rem; margin-top:8%;}
.lj p{ align-items: center; justify-content: center;display: flex;}
.lj p span{ display: block; font-size: 16px; color: #666; line-height:3.125rem; float: left;}
.lj p b{ float: left; margin-left:0.8rem; width:2rem; height:2rem; background: linear-gradient(to bottom, #66a616, #117429);
  border-radius: 50%; align-items: center; justify-content: center;display: flex;}
.lj p b i { display: block; width: 16px; height: 6px;
   background-size: cover;  transition: ease-in-out .2s;}
.lj:hover{background: linear-gradient(to right, #117429, #66a616);}
.lj:hover p span{ color: #fff;}
.lj:hover p b{background:#fff;}
.lj:hover p b i {
  background-size: cover;}

@media (max-width:1660px) {
  .footer_main .footer {padding: 5.3vw 5%;}
  .footer_main .footer .foot_tel{ font-size: 1.25rem;}
  .footer_main .footer .bottomnav .nav_top {font-size: 1.25rem;}
  .footer_main .footer .bottomnav .sub-menu a {font-size: 0.875rem;}
  .footer_main .footer .foot_tel span b{ display: block;}
  .nybanner .ct .title{ left: 4%;}
}
@media (max-width:1360px) {
  .footer_main .footer .foot_tel span b{ display: block;}
}
@media (max-width:1100px) {
  .nybanner .ct .title{ left: 4%;}
  .ax{  width: 14.625rem; font-size: 1.5rem;}
  .footer_main .footer {padding: 9vw 4% 0;}
  .footer_main .footer .bottomlogo {width: 45%;}
  .footer_main .footer .foot_tel {font-size: 2.375rem;}
  .lj{ width:13.125rem; height:3.75rem;}
  .lj p span{ line-height:3.75rem;}
  .user-bar{display: none;}
  .menu-wrap .search-box{display: none;}
  .nybanner .ct .title{bottom: 42%;margin-bottom: -1rem;}
  .nyNav div{width:48%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 1rem;}
  .nyNav div:nth-child(2n){ margin-right: 0;}
  .nyNav div a{background: none;}
  .bottomnav{margin-top: 2rem;}

  .nyNav {width: 100%;display: flex; justify-content: space-between; position: relative; flex-wrap: wrap;}
  .product .content {display: block;}
  .cont_y {width: 100%;min-height: 34rem;}
  .nyNav h2{ display: none;}
  .nyNav div a{height: 3.75rem; line-height: 3.75rem; font-size: 1.5rem;}

  .lagbox{display: none;}
  .bottomcontact{margin-bottom:2rem;}
  .footer_main .footer .bottomnav div{margin-bottom: 1rem;}
  .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;}
  .footer_main .footer .r_contact{padding-left: 15px;padding-right: 15px;}
  .footer_main .footer .sybm .rr{text-align: left;}
  .footer_main .footer .sybm{font-size: 1.625rem;padding: 2rem 15px;}
  .footer_main .footer .footlink .bottom_tel i{font-size: 2rem;}
  .footer_main .footer .bottom_tel h3{font-size: 1.625rem;line-height: 3rem;}
  .footer_main .footer .bottom_add H3{font-size: 1.625rem; width: 100%; line-height: 3rem;}
  .footer_main .footer .foot_tel p {font-size: 1.625rem;}
  .footer_main .footer .bottomnav .nav_top{font-size: 2rem;}
  .footer_main .footer .bottomnav h3{padding-top: 3rem;}
  .footer_main .footer .email_box a{font-size: 2rem;}
  .footer_main .footer .r_contact h3{font-size: 2rem;}
  .footer_main .footer .r_contact h3{padding: 2rem 0;}
  .footer_main .footer .footlink .bottom_tel{margin: 1rem 0 1.2rem;}
  .footer_main .footer .footlink .bottom_add i{font-size: 2rem;}
  .footer_main .footer .foot_tel i{font-size: 2rem;}
  .footer_main .footer .bottomnav h3{font-size:3rem;}
  .footer_main .footer .bottomcontact a{ width: 3.75rem; height: 3.75rem;}
  .footer_main .footer .bottomnav div{ width: 50%;}
  .footer_main .footer .bottomnav .sub-menu { display: none;}
  .footer_main .sybm{ font-size: 1.5rem;line-height: 2.4rem;}
  .footer_main .footer .bottomcontact{ padding-top: 1rem; width: 100%;}

}
@media (max-width:1920px) {
  html{
    font-size:16px;
  }
}

@media (max-width:1660px) {
  html{
    font-size:14px;
  }
}

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


@media (max-width:751px) {
  html{
    font-size:2.13vw;
  }
  .footer_main .footer .footlink .bottomcontact {
    justify-content:left;
  }
  .titleName .h3 span {font-size: 18px;}
}
