
/* 公用 */
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;  -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: #cccccc;}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { color: #cccccc;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color: #cccccc;}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {  /* Mozilla Firefox 19+ */
  color: #cccccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {  /* Internet Explorer 10-11 */
  color: #cccccc;
}
.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%; position:fixed;
  top:0; transition:all .1s ease-out 0s; width:100%;z-index:999; background: url("../images/j12_01.jpg") no-repeat center center;
  background-size: cover;}
/*.body-fixed-other-panel header.header{*/
/*  background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.15);*/
/*}*/
/*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:1660px) {
  header.header {  padding:0 6%;}
}
@media (max-width:1100px) {
  header.header {min-width: auto;}
  header.header {  padding:0 4%;}
}
.logo { margin:0; padding:15px 0; transition:all .1s ease-out 0s}
@media (max-width:991px) {
  .logo { padding:12px 0}
  .lagbox{display: block;}
}
.logo img { transition:all .1s ease-out 0s}
.logo a,.logo img { display:block; height: 3.125rem; }
.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%}
}


.logo-wrap { flex-shrink:0;}
@media (max-width:1200px) {
  .logo-wrap { align-items:center; display:flex; justify-content:space-between; width:100%}
}
.menu-wrap { width:70%; position: relative;display: flex; justify-content: space-between;}

@media (max-width:1200px) {
  .menu-wrap {bottom:0; display:block; height:100%; margin:0; overflow:auto; padding-bottom:30px;
    padding-top:8rem; 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:#333333;}
@media (max-width:1200px) {
  .menu-toggle { display:block;}
}
.menu-toggle .icon-bar { background:#333; 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:1200px) {
  .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); background: #fff; }
  .menu-on .icon-bar-2 { opacity:0 }
  .menu-on .icon-bar-3 { transform:rotate(45deg) translate(-2px,-3px); background: #fff}
  .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; display: flex; justify-content: space-between;width: 92%; margin-right: 3%; }
.menu li {height:90px;list-style:none;transition:all .1s ease-out 0s; padding:0 3%; white-space: nowrap; position: relative;}
@media (max-width: 1300px) {
  .menu li{padding:0 1.2%;}
}
@media (max-width:1200px) {
  .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 .fnt_18{font-weight: bold;}
@media (max-width:1200px) {
  .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:1200px) {
  .menu li i.new { display:none}
}
.menu li.has-flag a { padding-right:30px}
.menu a.fnt_18 { color:#fff; display:block; font-size:1.125rem; cursor: pointer;
  height: 90px; line-height:90px; outline:none;transition: all .5s ease; position: relative;overflow: hidden; z-index: 5;}
.menu a.fnt_18.a01{ display: block;}
.menu a.fnt_18.a02{ display: none;}
.menu a.fnt_18 span{display: block;transition: all .5s ease; position: relative;}
.menu a p{position:absolute;top:0;left:0;width:100%;height:100%;transform:translateY(100%);transition: all .5s ease; color: #fff;
  z-index: 5;}
.menu a:hover p{transform:translateY(0%)}
.menu a.fnt_18:hover span{transform:translateY(-100%)}
/*.body-fixed-other-panel header.header .menu a span{ color: #222;}*/
/*.body-fixed-other-panel header.header .menu .active .fnt_18 span{ color: #c11920;}*/
/*header.header.on .menu a span{ color: #333;}*/
header.header.on .menu a:hover span{ font-weight: bold;}
/*header.header.on .menu .active a span{color: #c11920;}*/
.menu a s{ background-color: #fff; height: 2px;border-radius: 0px;width: 0;position: absolute;left: 0;right: 0;bottom: 1rem;
  transition: width 0.5s ease;margin: 0 auto;}
/*.body-fixed-other-panel header.header .menu li.active a s{ background-color: #c11920;}*/
/*header.header.on .menu .active a s{background-color: #c11920;}*/
.menu li.active a s{ width: 100%;}
.menu li:hover a s{ width: 100%;}
.menu li.active,
.menu a:focus,
.menu a:hover { color:#c11920; text-decoration:none;}
@media (max-width:1660px) {
  .menu a.fnt_18{ font-size:16px;}
}

@media (max-width:1200px) {
  .menu a.fnt_18{ line-height:50px; padding:0 20px; font-size: 18px; color: #000; height:auto;}
  .menu a.fnt_18.a01{ display: none;}
  .menu a.fnt_18.a02{ display: block;}
  .menu li.active a{
    color: #000
  }
  .menu a s{ display: none;}
  .menu a p {left: 4%;}
}
.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: #f5f5f5;width:10rem;
  text-align: center; left:50%; transform: translate(-50%, 0%); display: none;}
.menu li:hover .sub-menu{ opacity: 1; visibility: inherit;}
.menu .sub-menu ul{ }

@media (max-width:1200px) {
  .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: 0;}
  .menu .sub-menu ul {
    text-align: left; 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; display: none;}
.menu .sub-menu.rtl:before{
  right:14px;
}
@media (max-width:767px) {
  .menu .sub-menu:before { border:0; display:none }
  header.header{padding: 0 4%;}
  .menu-toggle{
    padding: 4px 5px;margin-top: 6px;
  }
  .menu-toggle .icon-bar{
    width: 35px; background-color: #333;
    margin-bottom:5px;
  }
}
.menu .sub-menu li { float:none; height:auto; display: block;padding: 0 1%;}
.menu .sub-menu li a{
  width: 100%;
  white-space: nowrap;
  overflow: hidden; line-height: 2.875rem;
  /*text-overflow: ellipsis;*/
}
.menu .sub-menu li a:hover{color:#c11920;}
@media (max-width:991px) {
  .menu .sub-menu li { border:1px solid #000; border-radius:3px; min-width:calc(50% - 5px); text-align:center;
    float: left;margin: 1% 0;  width:auto; padding: 0;margin-right: 1%;}
}
.menu .sub-menu li:last-child { border-bottom-width:0}
@media (max-width:991px) {
  .menu .sub-menu li:last-child { border-bottom-width:1px }
}
.menu .sub-menu a { border-radius:5px; color:#121212;display:block; font-size:0.875rem; line-height:22px; white-space: nowrap}
@media (max-width:1660px) {
  .menu .sub-menu a { font-size:14px;}
}
@media (max-width:1660px) {
  .menu li { padding: 0 2.6%; }
}

@media (max-width:991px) {
  .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:991px) {
  .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:991px) {
  .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:991px) {
  .menu .sub-menu a .menu-desc { display:none }
}
.menu .sub-menu a:hover { background:#f1f3f5; color:#c11920; 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 { margin:0; padding:0; position: relative; z-index: 102;}
.user-bar .user-t{align-items: center; display: flex; justify-content: space-between; margin:2.1rem 0.75rem; cursor: pointer;}
.user-bar .user-t i{ display: block; font-size: 1.125rem; 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: 4.375rem; 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: #c11920; }

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


.weui_di{display: none;position: fixed;z-index: 666;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgba(0, 0, 0, 0.4); }
.share-sx {display: flex;flex-direction: column;position: relative;background-color: #fefefe;
  margin: 15% auto;padding:1.25rem;padding-top:1.25rem;border: 1px solid #888;width: 45%;animation: topDown 0.4s;
}
.share-sx .modal-der{display: block;flex-direction: row;align-items: center;justify-content: space-between;text-align: right;}
.share-sx .modal-der i {float: right;color: #aaa;font-size: 1.75rem;font-weight: bold;transition: all ease 0.36s;display: block; color: #333;
 cursor: pointer;}
.share-sx .sharex {padding-top:1.25rem;padding-bottom: 1.875rem;margin-top:0.625rem;}
.share-sx .sharex .tex{width:85%;height: 3rem;border: #CCC solid 1px;padding-left: 4%;}
.share-sx .sharex .sub-btn{width: 15%;height:3rem;background:#477de2;border: none;cursor: pointer; color: #fff; font-size: 1.2rem;
  align-items: center; justify-content: center;display: flex;}

.menu-wrap .search-box { z-index: 101; height: 100%; position: relative; display:block;margin-top: 2.2rem; margin-right: 1rem;}
.menu-wrap .search-box .butn {   display: flex; cursor: pointer; }
.menu-wrap .search-box .butn span{ display: block;display: flex; justify-content: center; align-items: center; float: left;}
.menu-wrap .search-box .butn p{ display: block; float: left; color: #fff; font-size: 1.125rem; line-height: 1.625rem; padding-left: 0.25rem;}
.menu-wrap .search-box .butn i { font-size:1.125rem; 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: -70px;top: 26px; width: 0; height: 40px; overflow: hidden;
  background: #e8e8e8; 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: #e8e8e8; outline: none;}
.menu-wrap .share-sub .sub-btn { border: none; background-color:#e8e8e8; width: 26px; height: 26px; cursor: pointer; margin-top: 4px; background-position: -204px -8px;
  transition: ease-in-out 0.2s; outline: none; font-size:22px}

.main_tel{ display: flex;  margin-top: 2rem; }
.main_tel span{display: block;width: 1.625rem; height: 1.625rem; border-radius: 50%; border: #666 solid 1px;
  display: flex; justify-content: center; align-items: center; float: left;}
.main_tel p{ display: block; float: left; color: #666; font-size: 0.875rem; line-height: 1.625rem; padding-left: 0.25rem;}
.main_tel b{font-size: 1rem; color: #c11920; display: block; float: left; line-height: 1.625rem; padding-left: 0.2rem;}
header.header-fixed { box-shadow:0 1px 3px rgba(0,0,0,.1); transition:all .3s ease-out 0s}
.nybanner{ margin-top: 5.625rem; position: relative;}
.nybanner .ct{width: 100%;position: relative;}
.nybanner .ct img{width: 100%;}
.nybanner .ct .title{font-size: 3.75rem;color: #fff; text-align: center; font-weight: bold; position: absolute; text-transform: uppercase;
 text-shadow: rgba(12, 21, 35, 0.1) 3px 1px 2px;top:50%; width: 100%; transform: translate(0, -50%); left: 0%; display: none;}
.nybanner .ct .title span{ display: block;font-size: 3rem; padding-bottom: 0.5rem;}
.nybanner .ct .title .tit{ font-size: 1.375rem; padding-top: 1.5rem; line-height: 2.625rem; font-weight: normal;}
.nybanner .ct .title .tit span{ display: inline-block; border: #fff solid 1px; border-radius: 5px; padding: 0 0.875rem; margin: 0 1rem;}
.nybanner .ct .title b{ color: #c11920;}

.content{ width: 100%; position: relative; overflow: hidden;}

@media (max-width:1366px) {
  .user-bar .user-t {
    margin: 2.4rem 0.75rem;
  }
}
@media (max-width:1266px) {
  .user-bar .user-t {
    margin: 2.8rem 0.75rem;
  }
}
@media (max-width:1200px) {
  .nybanner {
    margin-top: 6.4rem;
  }
}

.footer_main{ width: 100%; position: relative; background-color: #c11920; background-size: cover;}
.footer_main .footer{padding:4vw 13.3% 0; position: relative;}
.footer_main .footer .footer_bottom{display: flex; justify-content: space-between; position: relative; flex-wrap: wrap;}
.footer_main .footer .foot1{ width: 16%; position: relative;}
.footer_main .footer .foot1 .ewm{ width: 70%; margin: 0 auto; text-align: center;}
.footer_main .footer .foot1 .ewm p{ color: #fff; font-size: 0.875rem; padding-top: 1rem; padding-bottom: 0.5rem;}
.footer_main .footer .foot1 .ewm img{ display: block; width: 100%; border-radius: 0.625rem;}
.footer_main .footer .bottomlogo{display: block; width: 100%;}
.footer_main .footer .bottomlogo img{ display: block; width: 100%;}
.footer_main .footer .footer_b1{ width: 70%; position: relative;}
.footer_main .footer .footer_b1 .footer_tb{ width:100%; position: relative;}

.footer_main .footer .footer_b1 .footer_nav{ width:100%; display: flex; justify-content: space-between; position: relative; flex-wrap: wrap;}
.footer_main .footer .footer_b1 .footer_nav .item{ display: block; margin-bottom:1.5rem; width: 17%;}
.footer_main .footer .footer_b1 .footer_nav .item.l4{ display: none;}
.footer_main .footer .footer_b1 .footer_nav .item.l6{ display: none;}
.footer_main .footer .footer_b1 .footer_nav .item .fnt_18{ display: block; font-size: 1.125rem; color: #fff; height: 2.875rem;border-bottom: #ffffff solid 1px;}
.footer_main .footer .footer_b1 .footer_nav .item .fnt_18:hover{ font-weight: bold;}
.footer_main .footer .footer_b1 .footer_nav .item ul{ width: 100%; padding-top: 0.625rem;}
.footer_main .footer .footer_b1 .footer_nav .item ul li{ width: 100%;}
.footer_main .footer .footer_b1 .footer_nav .item ul li a{ display: block; font-size: 0.875rem; color: #fff; line-height: 2.875rem;}
.footer_main .footer .footer_b1 .footer_nav .item ul li a:hover{ font-weight: bold;}
.footer_main .footer .footer_b1 .footer_ewm{ width:100%;display: flex; justify-content: space-between; position: relative;
  padding-top: 2.875rem;}


.footer_main .footer .bott_i3{ display: block; width:28.2%; text-align: left;}
.footer_main .footer .bott_i3 p{ font-size: 1rem; color: #ccc; padding-top: 0.625rem;}

.footer_main .footer .footer_ewm .item{ display: inline-block; position: relative;}
.footer_main .footer .footer_ewm .item p{ display: block; width: 4.375rem; height: 4.375rem; border: #fff solid 1px;
  border-radius: 50%; float: left;}
.footer_main .footer .footer_ewm .item p i{ display: block;width: 4.375rem; height: 4.375rem;
  background: url("../images/l6_03.png") center center no-repeat; background-size: cover;}
.footer_main .footer .footer_ewm .item.bottom_address p i{background: url("../images/l6_05.png") center center no-repeat; background-size: cover;}

.footer_main .footer .footer_ewm .item h3 span{font-size:2.25rem;color: #fff; display: block;}
.footer_main .footer .footer_ewm .item h3 {font-size:1.125rem;color: #fff; float: left; padding-left: 1.125rem; padding-top: 0.25rem;}

.footer_main .footer .footer_ewm .item.bottom_address h3 span{ font-size: 1.125rem; padding-top: 0.875rem;}

.footer_main .footer .footlink{ padding-top: 3.625rem;}
.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.375rem;line-height: 3.375rem;border: none;outline: none;
  text-indent: 1.25rem;background-color: #c11920;color: #fff;border-radius: 25px;}
.footer_main .footer .bottomemail .w-full::placeholder{color: #fff;opacity:1;}
.footer_main .footer .bottomemail .text{width:2.125rem;height: 2.125rem;background:#fff; border-radius: 50%;
  display: block;position: absolute;right:0.625rem;top:0.625rem;border: none;cursor: pointer;transition: ease-in-out 0.2s;opacity: 1;}
.footer_main .footer .bottomemail .text i{ color: #c11920; font-size: 1.25rem;}
.footer_main .footer .bottomemail .text:hover{opacity: 0.8;}
.footer_main .footer .bottomnav .nav_top{font-size:20px;color: #fff;font-weight: bold;}
.footer_main .footer .bottomnav .sub-menu{ padding-top: 1rem;}
.footer_main .footer .bottomnav .sub-menu a{ display: block; font-size: 16px; color: #e1e1e1; padding-top: 0.9rem;}
.footer_main .footer .bottomnav .sub-menu a:hover{ color: #fff;}
.footer_main .footer .bottomemail{width:80%;background-color: #c11920;height: 3.375rem;position: relative;border-radius:5rem; margin-top: 5rem;}
.footer_main .footer .bottom_info{align-items: end;border-top: 1px solid #ffffff; height: 4.375rem;}

.footer_main .footer .sybm{padding: 1.8rem 0;overflow: hidden;font-size: 16px;color: #e1e1e1;display: flex;justify-content: space-between;}
.footer_main .footer .sybm div span{margin-right:1.5rem;}
.footer_main .footer .sybm div a{color: #e1e1e1;}
.footer_main .footer .sybm div a:hover{color: #fff;}
.footer_main .footer .bottomnav{display: flex; justify-content: space-between; position: relative;}
.footer_main .footer .bottomnav h3{ font-size: 1.5rem; color: #fff; font-weight: bold; padding-bottom: 1.5rem;}
.footer_main .footer .bott_i3 h3{ display: block; font-size: 1.25rem; color: #fff;}
.footer_main .footer .bott_i3 h3 span{ display: block; color: #fff; font-size: 2rem; font-family: Arial; padding-top: 0.875rem;}
.footer_main .footer .bott_i3 .item{ padding-bottom: 3.125rem;}

.footer_main .footer .corl{ font-size:0.875rem; line-height:4.375rem; color: #fff; }
.footer_main .footer .corl a{ display: inline-block;color: #fff;}
.footer_main .footer .corl a:hover{ font-weight: bold;}
.footer_main .footer .corl p{ float: right;}

/* 返回顶部 */
.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: #c11920; 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: #c11920; 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: #c11920; 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:hover span{ height: 190px;top: -106px;}

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


.nyNav{ padding: 0 13.3%; overflow: hidden; text-align: left;box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);background: #fff;}
.nyNav div { width: 12%;height: 4.125rem;text-align: left;border-right: 1px solid #ddd;background-color: #f9f9f9;position: relative; }
.nyNav div a{display: flex; justify-content: space-between; position: relative;font-size:1.125rem;color: #333333; line-height: 3.75rem;}
.nyNav div a p{ padding-left: 1.25rem;width: 82%; white-space: nowrap;
  text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
.nyNav div a span{color: #333; display: block; font-size: 1.125rem; padding-right: 1.5rem;}
.nyNav div.on {color: #fff; background: linear-gradient(to bottom, #3135af, #c11920);}
.nyNav div.on a{font-weight: bold;color: #fff;}
.nyNav div.on a{font-weight: bold;color: #fff; }
.nyNav div:hover{color: #fff;background: linear-gradient(to bottom, #3135af, #c11920);}
.nyNav div:hover a{color: #fff;}
.nyNav div:hover a span,.nyNav div.on a span{ color: #fff;}
.nyNav div:last-child {border-right: none;}


.menuer {width: 100%;padding: 0 13.3%;box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);background: #fff;}
.menuer .common_nav {position: relative; }
.menuer .common_nav li {float: left;width: 17%;height:4.125rem;text-align: left;border-right: 1px solid #ddd;
  background-color: #f9f9f9;position: relative; border-top: #f5f5f5 solid 1px;}
.menuer .common_nav li .mt {display: block;height: 4.125rem;font-size: 1.25rem;line-height: 4.125rem;text-align: center;
  color: #333;white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;}
.menuer .common_nav li.hover .mt {font-weight: bold;color: #c11920;border-bottom: 2px solid #c11920;}
.menuer .common_nav li:hover .mt {font-weight: bold;color: #c11920;background-color: #fff;}
.menuer .common_nav .nav_sub {display: none;}
.menuer .common_nav li:hover,
.menuer .common_nav li.hover {background-color: #fff;}
.menuer .common_nav li:last-child {border-right: none;}
.menuer .common_nav li .subMenu {display: none;width: 800px;height: 40px;position: relative;margin-top: 13px;z-index: 20;}
.menuer .common_nav li.hover .subMenu {display: block;}
.menuer .common_nav li .subMenu a {display: block;height: 40px;font-size: 16px;line-height: 40px;text-align: center;
  color: #333;float: left;width: 21%;background-color: #fff;}
.menuer .common_nav li .subMenu a.hover {font-weight: bold;color: #fff;background-color: rgb(193, 25, 32, 1);}
.menuer .common_nav li .subMenu a:hover {font-weight: bold;color: #fff;background-color: rgb(193, 25, 32, 1);}
.menuer .common_nav li .subMenu i {display: block;position: absolute;left: 80px;top: -8px;width: 0;
  height: 0;border-style: solid;border-width: 0 6px 8px 6px;border-color: transparent transparent #c11920 transparent;}
.menuer .common_nav li.li4 .subMenu i {left: 330px;}
.menuer .common_nav li.li4 .subMenu {margin-left: -240px;}
.menuer .common_nav li.li5 .subMenu {margin-left: -300px;}
.menuer .common_nav li.li6 .subMenu {margin-left: -360px;}

.menuer1{width: 100%;padding: 0 13.3%;box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);background: #fff;  align-items: center; justify-content:left;display: flex;}
.common_dao{ line-height: 4.125rem;}
.common_dao a:hover{color: #c11920;}

.menuer2{width: 100%;background: #f5f5f5;padding: 0 13.3%;}
.menuer2 .nav_list2{ width: 100%; position: relative;}
.menuer2 .nav_list2 li{ display: none;}
.menuer2 .nav_list2 li.hover{ display: block;}
.menuer2 .nav_list2 li ul li{ display: block;height: 2.5rem;font-size: 1rem;line-height: 2.5rem;
  text-align: center;color: #333;float: left;width: 18%;background-color: #fff; margin-top: 1rem; margin-left: 1px;}
.menuer2 .nav_list2 li ul li a{ display: block; width: 100%; height: 100%; white-space: nowrap;
  text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
.menuer2 .nav_list2 li ul li.hover,.menuer2 .nav_list2 li ul li:hover{font-weight: bold;color: #fff;background-color: rgb(193, 25, 32, 1);}
.menuer2 .nav_list2 li ul li.hover a,.menuer2 .nav_list2 li ul li:hover a{ color: #fff;}

@media (max-width:1660px) {
  .menuer2{padding: 0 6%;}
  .menuer {padding: 0 6%;}
  .menuer1{padding: 0 6%;}
  .nybanner {margin-top: 6.3rem;}
}
@media (max-width:1280px) {
  .nybanner {margin-top: 7.625rem;}
}
@media (max-width:1160px) {
  .menuer2 .nav_list2 li ul li{ display: block;height: 3.5rem;font-size: 1.5rem;line-height: 3.5rem;width: 49%;}
  .menuer2{padding: 0 4%;}
  .nybanner {margin-top: 6.4rem;}
  .menuer {padding: 0;}
  .menuer1{padding: 0 4%;}
  .common_dao{ padding: 1.1rem 0; line-height: 2.2rem; font-size: 1.25rem;}
  .menuer .common_nav { }
  .menuer .common_nav li {height:4.5rem; width: 50%;}
  .menuer .common_nav li .mt {display: block;height: 4.5rem;font-size: 1.5rem;line-height: 4.5rem;}
}

.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 #video{ display: block; width: 100%; 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);}

.titleName{display: flex; justify-content: space-between; position: relative;}
.titleName .h3{font-size: 1.125rem;color: #666; margin-bottom: 0;}
.titleName .h3 span{ color: #c11920; font-size: 3.125rem; font-weight: bold; display: block;}
.titleName .h3 b{ color: #c11920;}
.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;}

.a0{ width: 12.75rem;height:3.75rem;border-radius: 5rem;font-size:1.125rem;
  color: #fff;z-index: 99;display: flex;justify-content: left; align-items: center;
  background:#8fc320; position: relative;}
.a0 span{ display: block; padding-left: 2rem;}
.a0 p{ width: 2.625rem;height: 2.625rem; background-color: #fff; border-radius: 50%; position: absolute; right: 0.625rem;
  align-items: center; justify-content: center;display: flex;}
.a0 i {display: block; color: #8fc320; font-size: 2rem;}
.a0:hover{ background-color: #c11920; color: #fff;}
.a0:hover i{color: #c11920;}

.a1{ display: block; padding: 0 2.5rem; background: #c11920; border-radius:5px; position: relative; text-align: center;
  font-size: 1.125rem; color: #fff;align-items: center; justify-content: center;display: flex;}
.a1:hover{ opacity: 0.8; color: #fff;}

.a2{ width: 12.75rem;height:3.75rem;border-radius: 5rem;font-size:1.125rem;
  color: #333;z-index: 99;display: flex;justify-content: left; align-items: center;
  background:#fff; position: relative;}
.a2 span{ display: block; padding-left: 2rem;}
.a2 p{ width: 2.625rem;height: 2.625rem; background-color: #8fc320; border-radius: 50%; position: absolute; right: 0.625rem;
  align-items: center; justify-content: center;display: flex;}
.a2 i {display: block; color: #fff; font-size: 2rem;}
.a2:hover{ background-color: #c11920; color: #fff;}
.a2:hover p{ background-color: #fff;}
.a2:hover i{color: #c11920;}

.zjz{ text-align: center;}

.dig,.dig1{width:100%; height: 100%; z-index: 1000;background: rgba(0,0,0,0.5);position: fixed;top: 50%;
  left: 50%; transform: translate(-50%, -50%);}
.dig .dig_list,.dig1 .dig_list{width: 23.75rem;background-color: #fff;color: #222;position: fixed;top: 50%;
  left: 50%; transform: translate(-50%, -50%);-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.dig .size_form,.dig1 .size_form{padding: 2.5rem;display: block;}
.dig .d_tit,.dig1 .d_tit{text-align: center;font-size:1.375rem;margin-bottom:1.375rem;display: block;}
.dig .icon_close,.dig1 .icon_close{position: absolute;background: url(../images/dig-close.png) top right no-repeat;width: 2.5rem;
  height: 2.5rem;top:-1.25rem;left: 50%;cursor: pointer;margin-left: -1.25rem;-webkit-transition: all ease 300ms; background-size: cover;
  -moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;}
.dig .icon_close:hover,.dig1 .icon_close:hover{transform: rotate(180deg);}
.dig .item,.dig1 .item{overflow: hidden;margin-bottom:0.625rem;}
.dig .item input,.dig1 .item input{outline: none;height:2.75rem;line-height:2.75rem;border: 1px solid #e0e0e0;border-radius: 5px;background: none;
  color: #333;box-sizing: border-box;text-indent:1rem;width: 100%;}
.dig .size_form .botton,.dig1 .size_form .botton{height:2.75rem;line-height:2.75rem;display: block;background: #c11920;color: #fff;text-align: center;
 width: 100%;border-radius:5px;cursor: pointer;outline: none;border: none;}
.dig .size_form .botton:hover,.dig1 .size_form .botton:hover{ opacity: 0.8;}
.hide {display: none !important;}
@media (max-width:1660px) {
  .nybanner .ct .title {left: 0%;}
  .menu-wrap .search-box { margin-top: 2.4rem;}
  .main_tel{ margin-top: 2.4rem; }
  .footer_main .footer{padding:4vw 6% 0;}
}
@media (max-width:1560px) {
  .main_tel p{ display: none;}
  .menu-wrap .search-box .butn p{ display: none;}
  .menu-wrap .share-sub {right: 32px;}


  header.header {
    padding: 0 4%;
  }
  .menu-wrap {
    width: 80%;
  }

}
@media (max-width:1366px) {

  header.header {
    padding: 0 2%;
  }


}

@media (max-width:1300px) {
  .menu-wrap .search-box { margin-top: 3rem;}
  .main_tel{ margin-top: 3rem; }
}

@media (max-width:1200px) {
  header.header {
    padding: 0 4%; background: #fff;
  }
  .footer_main .footer .foot1 {width: 100%; display: none;}
  .dig .dig_list,.dig1 .dig_list{width: 80%;}
  .dig .icon_close,.dig1 .icon_close{width: 3.5rem;height: 3.5rem; top: -1.75rem;margin-left: -1.75rem;}
  .dig .d_tit,.dig1 .d_tit {font-size: 2.1rem;}
  .dig .item input,.dig1 .item input {height: 3.75rem;line-height: 3.75rem;font-size: 1.5rem;}
  .dig .size_form .botton,.dig1 .size_form .botton{height: 3.75rem;line-height: 3.75rem; font-size: 1.5rem;}
  .dig .item,.dig1 .item {margin-bottom: 1rem;}
  .nybanner .ct .title{ left: 0%;}
  .main_tel{ display: none;}
  .titleName .h3 {font-size: 1.5rem;}
  .a0{ font-size:1.5rem;}
  .a2{ font-size:1.5rem;}
  .a1{ font-size: 1.5rem; }
  .rightFix a.fix-ewm{ display: none;}
  .user-bar{display: none;}
  .menu-wrap .search-box{display: none;}
  .nybanner .ct .title{padding-left: 0%;}
  .nybanner .ct .title .tit { font-size: 1.5rem; padding-top: 0;}
  .nybanner .ct .title .tit span{ margin-top: 1.5rem;}
  .nyNav.news{justify-content: space-between;}
  .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; font-size: 1.625rem;}
  .bottomnav{margin-top: 2rem;}
  .footer_main .footer{padding:9vw 4% 0;}
  .footer_main .footer .footer_b1 .footer_tb {width: 100%;}
  .footer_main .footer .bottomlogo{width:60%; float: none;}
  .footer_main .footer .sybm {padding: 1.8rem 4%;}
  .footer_main .footer .bottomnav .sub-menu{ display: none;}
  .footer_main .footer .bott_i3{ width: 100%; padding-top: 2rem;}
  .footer_main .footer .bott_i3 h3 {font-size:2rem;}
  .footer_main .footer .bott_i3 h3 span{font-size:2.75rem;}
  .footer_main .footer .bottom_tel p {font-size: 1.75rem;}
  .footer_main .footer .bottom_tel h4 {font-size: 1.75rem;}
  .footer_main .footer .bottomnav{ display: block;}
  .footer_main .footer .bottomnav .bott_i3{ display: none;}
  .footer_main .footer .bottomnav h3 {font-size: 2rem;}
  .footer_main .footer .fnt_18 {font-size: 1.75rem;line-height: 2.5rem; display: block;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;}
  .footer_main .footer .corl {font-size: 1.5rem;line-height: 2.5rem;}
  .footer_main .footer .bottomnav .bot_nav{ width: 100%;display: flex; justify-content: space-between; position: relative; flex-wrap: wrap;}
  .footer_main .footer .bottomnav .bot_nav .item{ width: 48%;  white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
  .footer_main .footer .footer_b1{ position: relative; width: 100%;}
  .footer_main .footer .footer_b1 .footer_nav{ width: 100%;display: flex; justify-content: space-between; position: relative; flex-wrap: wrap;}
  .footer_main .footer .footer_b1 .footer_ewm{ width: 100%;flex-wrap: wrap; padding-top: 0rem;}
  .footer_main .footer .footer_ewm .item{ width: 100%;    padding-bottom: 2.875rem;}
  .footer_main .footer .footer_ewm .item h3 {font-size: 1.5rem; width: 86%;}
  .footer_main .footer .footer_ewm .item.bottom_address h3 span {font-size: 1.625rem;padding-top: 0.3rem;}
  .footer_main .footer .footer_b1 .bott_i3{ display: none;}
  .footer_main .footer .footer_b1 .footer_nav .item{ width: 33.3%;}
  .footer_main .footer .footer_b1 .footer_nav .item .fnt_18{ font-size: 1.625rem; line-height: 3.125rem; border-bottom: none;}
  .footer_main .footer .corl p {float:none; display: inline-block;}
  .footer_main .footer .bottomemail .text{ width: 3.75rem;height: 3.75rem;}
  .footer_main .footer .bottomemail .text i {font-size: 1.625rem;}
  .footer_main .footer .footer_b1 .footer_nav .item ul{ display: none;}
  .footer_main .footer .footer_b1 .footer_nav .item.l4 { display: block;}
}
@media only screen and (max-width: 767px) {
  .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 .bottom_info{margin-top: 0; height: auto;}
  .footer_main .footer .bottom_info div{ padding: 1rem 0;}
  .footer_main .footer .sybm div{padding:0;}
}
@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;
  }
  .menu a p{ color:#c11920;}
  .footer_main .footer .footlink .bottomcontact {
    justify-content:left;
  }
}

.head3_logo {
  width: 90%;
  padding: 0 5%;
  background-color: #fff;
  height: 100px;
  position: relative;
  z-index: 16;
}

.head3_logo .webLogo {
  float: left;
}

.head3_logo .webLogo .img {
  display: block;
  height: 70px;
  padding-top: 15px;
}

.head3_logo .serchbox {
  float: right;
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.head3_logo .serchbox .clear {
  float: left;
  width: 60%;
  padding-bottom: 8px;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.head3_logo .serchbox .clear i {
  flex-shrink: 0;
  float: left; display: block; font-size: 1.2rem; color: #333;
}

.head3_logo .serchbox .clear .f_form_search {
  width: 95%;
  padding: 0 20px;
  font-size: 16px;
  color: #999;
  float: left;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
}

.head3_logo .serchbox .clear .f_form_search .f_jut {
  position: relative;
  width: 100%;
  height: 100%;
}

.head3_logo .serchbox .clear .f_form_search .f_jut .stxt {
  position: relative;
  z-index: 2;
  border: none;
  outline: none;
  padding-left: 5%;
  width: 85%;
}

.head3_logo .serchbox .clear .f_form_search .f_jut .sbtn {
  width: 10%;
  border: none;
  outline: none;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
}

.head3_logo .serchbox .clox1 {
  float: right; display: block;
  display: block; font-size: 1.5rem;color: #333;
}
.head3 {
  position: fixed;
  top: 99px;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 200;
  display: none;
  background-color: #fff;
  height: 100%;
  min-width: 1280px;
}

.head3 .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.head3 .bag2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.17%;
  height: 100%;
  background-color: #f5f9fa;
}

.head3 .basecont {
  display: flex;
  height: 100%;
  position: relative;
  z-index: 11;
  width: 85.652%;
  max-width: 1430.016px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.head3 .basecont .lt {
  position: relative;
  background-color: #f5f9fa;
  width: 18.5%;
  padding-bottom: 8vh;
  padding-top: 40px;
}

.head3 .basecont .item .jut {
  height: 100%;
}

.head3 .basecont .item li {
  display: block;
  width: 100%;
  padding: 12px 20px;
  position: relative;
}

.head3 .basecont .item li a {
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  width: 86%;
}

.head3 .basecont .item li a i {
  display: block;
  margin-right: 10px;
  width: 8px;
  height: 15px;
  background-position: 0px -385px;
}

.head3 .basecont .item .on::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 16px solid transparent;
  border-right: 16px solid transparent;
  border-left: 16px solid #c11920;
  position: absolute;
  top: 0;
  left: 0;
}

.head3 .basecont .item .on {
  background-color: #edeeef;
  color: #fff;
}

.head3 .basecont .cent .active {
  display: block;
}

.head3 .basecont .cent {
  background-color: #edeeef;
  width: 18.5%;
  padding-bottom: 8vh;
  padding-top: 40px;
}

.head3 .basecont .cent .jut .on {
  background-color: #ffffff;
}

.head3 .basecont .gt {
  width: 63%;
  padding-left: 40px;
  padding-bottom: 8vh;
  padding-top: 40px;
}

.head3 .basecont .gt .jut {
  display: none;
  height: 100%;
}

.head3 .basecont .gt .jut .f_item {
  width: 100%;
  display: none;
}

.head3 .basecont .gt .jut .on {
  display: block;
}

.head3 .basecont .gt .active {
  display: block;
}

.head3 .basecont .cent .jut {
  height: 100%;
  display: none;
}

.head3 .basecont .cent .jut.active {
  display: block;
}

.head3 .basecont .gt .jut .f_item .f_tit1 {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.head3 .basecont .gt .jut .f_item .f_tit1 .span {
  display: block;
  margin-right: 2em;
  line-height: 1;
  font-size: 24px;
}

.head3 .basecont .gt .jut .f_item .f_tit1 .span:hover {
  color: #c11920;
}

.head3 .basecont .gt .jut .f_item .f_list {
  padding: 30px 0 0;
}

.head3 .basecont .gt .jut .f_item .f_list .zhong {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.head3 .basecont .gt .jut .f_item .f_list .zhong a {
  display: block;
  width: 33.333%;
  overflow: hidden;
  font-size: 1.125rem;
  color: #666666;
  line-height: 26px;
  margin-bottom: 2px;
}



.head3 .basecont .gt .jut .f_item .f_list .zhong a:hover {
  color: #c11920;
}



@media (max-width: 1660px) {
  .head3_logo .serchbox .clear .f_form_search {
    width: 93%;
  }

}

@media (max-width: 1366px) {
  .head3_logo .serchbox {
    width: 65%;
  }
}

