@charset "utf-8";

/* CSS Document */
@font-face { font-family: Rajdhani-Bold; src: url("../fonts/Rajdhani-Bold-4.ttf"); }
@font-face { font-family: Rajdhani-Medium; src: url("../fonts/Rajdhani-Medium-3.ttf"); }
@font-face { font-family: Rajdhani-Regular; src: url("../fonts/Rajdhani-Regular-2.ttf"); }

/* Slider */
.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}
.slick-track:before,.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}

.slick-arrow {box-shadow: 0 0px 27px rgba(0, 0, 0, 0.2);position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 0.5rem;height: 0.5rem;z-index: 99;border: 1px solid rgba(255,255,255,.7);border-radius: 100px;font-size: 0;}
.slick-arrow:before {content: '';display: block;width: .12rem;height: .12rem;border: 2px solid #ffffff;border-right: 0;border-top: 0;box-sizing: border-box;transform: rotate(45deg);-ms-transform: rotate(45deg);position: absolute;top: 0;bottom: 0;right: 0.14rem;margin: auto;}
.slick-next.slick-arrow { right: 0; left: auto; }
.slick-next.slick-arrow:before {content: '';border: 2px solid #ffffff;border-bottom: 0;border-left: 0;right: 0.2rem;}
.slick-arrow:hover { background: #D7000E; border-color: #D7000E; }

#browser-modal { width: 100%; height: 100%; top: 0; left: 0; text-align: center; color: rgb(48, 50, 51); position: fixed; z-index: 9999999999999999999999; }
#browser-modal .browser-modal-cover { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgb(17, 17, 17); opacity: 0.9; z-index: -1; }
#browser-modal .browser-content { width: 700px; margin-top: 120px; margin-left: auto; margin-right: auto; padding-bottom: 80px; padding-top: 50px; background-color: rgb(255, 255, 255); border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { text-transform: uppercase; font-size: 24px; }
#browser-modal .browser-content .browser-text-desc { margin-top: 30px; margin-bottom: 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; margin: 20px auto; height: 130px; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; padding-top: 20px; padding-bottom: 20px; margin-left: auto; margin-right: auto; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0px auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url("../images/bro.png") 0px 0px no-repeat; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url("../images/bro.png") 0px -100px no-repeat; }
#browser-modal .browser-content .browser-item .iconopera { background: url("../images/bro.png") 0px -200px no-repeat; }
#browser-modal .browser-content .browser-item .iconEdge { background: url("../images/bro.png") 0px -300px no-repeat; }
#browser-modal .browser-content .browser-item a { cursor: pointer; display: block; }
#browser-modal .browser-content .browser-item a img { display: block; margin: 0px auto; max-width: 100px; width: 100px; height: 100px; }
#browser-modal .browser-content .browser-item a h4 { text-align: center; margin-top: 20px; font-size: 18px; font-weight: 700; }

section, nav, header, footer { display: block; }
.toTop { display: block; position: fixed; right: 30px; bottom: 320px;width: 55px; height: 55px; border-radius: 50%; opacity: 0; transition: opacity .2s ease-in-out; z-index: 1111; }
.toTop.show { opacity: 1; }
.toTop button { background: #1f1a17; position: absolute; top: 0; left: 0; width: calc(100% - 1px); height: calc(100% - 1px); border-radius: 50%; z-index: 1; display: flex; justify-content: space-around; align-items: center; }
.toTop button i { content: ""; display: inline-block; font-size: 24px; color: #fff; }
.toTop button:hover i { -webkit-animation: vibes 1.5s ease infinite; animation: vibes 1.5s ease infinite; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; }
html, body, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, blockquote, pre, button, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, iframe, article, aside, canvas, details, embed, figure, figcaption, header, footer, menu, nav, section, summary, audio, video { margin: 0px; padding: 0px; border: 0px none transparent; outline: none; font-size: inherit; font-family: inherit; line-height: 1.1; }
article, aside, dialog, footer, header, section, nav, figure, menu, audio, canvas, progress, video { display: block; }
html.freeze, html.freeze body { overflow: hidden; }
html { scroll-behavior: smooth;font-size:100px}
body { word-break: break-all; }
.aftercr:after { clear: both; content: ""; display: block; }
.clearfix:after { display: block; visibility: hidden; clear: both; content: '.'; overflow: hidden; width: 0; height: 0; font-size: 0; line-height: 0; }
.clearfix { *zoom:1; display: block; }
img, li, h2, p, h3 { transition: all 0.5s ease 0s; }
.hide { display: none; }
.tran { transition: all 0.5s ease 0s; }
#bsWXBox { box-sizing: content-box; }
.center { position: absolute; inset: 0; margin: auto; }
.triangle { border-color: transparent transparent rgb(255, 255, 255) rgb(255, 255, 255); border-style: solid; border-width: 8px; bottom: -8px; box-sizing: border-box; content: ""; display: block; height: 0px; position: relative; transform: rotate(135deg); transform-origin: center center; width: 0px; margin-left: 48px; }
.gray { opacity: 0.5; filter: grayscale(1); }
a, button {transition: all 0.5s ease;text-decoration: none; outline: 0; }
.ellipsis { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.clamp2 { overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.clamp3 { overflow: hidden; display: -webkit-box; text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.l2 { overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.l1 { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.l3 { overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.gbwowdh { visibility: visible !important; animation: none !important; }
.header .top {visibility: visible !important;animation: fadeInFromDown 0.5s ease-out !important;transition: .5s;}
.web { width: 1200px; margin: 0 auto; }
.w1060 { width: 1060px; margin: auto; }
.w1200 { max-width: 1200px; margin: 0 auto; }
.w1300 { max-width: 1300px; margin: 0 auto; }
.w1400 { width: 1400px; margin: 0 auto; }
.w1600 { width: 1500px; margin: 0 auto; position: relative; }
.w1700 { width: 1700px; margin: 0 auto; }
.w1440 { width: 1440px; margin: 0 auto; }
.w1545 { max-width: 1545px; margin: 0 auto; position: relative; z-index: 1; height: 100%; }
.fl { float: left; }
.fr { float: right; }
.inlineB { font-size: 0; }
html.firefox fieldset { display: table-cell !important; }
button, input[type="button"], input[type="reset"], input[type="submit"] { overflow: visible; background-color: transparent; cursor: pointer; }
.search-box input::-webkit-input-placeholder {color: #848484; font-size: 18px;}
.search-box input::-moz-placeholder {color: #848484; font-size: 18px;}
.search-box input:-ms-input-placeholder { color: #848484; font-size: 18px;}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { text-decoration: none; }
button:hover span { text-decoration: underline; }
input { padding: 0; border: 0 none transparent; outline: 0; }
input[type="submit"] {}
input[type="radio"], input[type="checkbox"] { width: 14px; height: 14px; }
input[type="image"] { height: auto; margin: 0; padding: 0; border: 0; }
input[disabled="disabled"] { background-color: rgb(235, 235, 235); color: rgb(149, 149, 149); }
select { height: 28px; line-height: 24px; padding: 1px 0 1px 3px; border: 1px solid rgb(222, 222, 222); background-color: rgb(255, 255, 255); }
select[disabled="disabled"] { background-color: rgb(235, 235, 235); color: rgb(149, 149, 149); }
textarea { min-height: 80px; padding: 1px 3px; border: 1px solid rgb(222, 222, 222); line-height: 25px; }
iframe.pdf { width: 100%; height: 600px; margin-top: 30px; margin-bottom: 30px; }
mark { background-color: transparent; }
[data-style="list"] .target { display: none; color: rgb(0, 0, 0); }
hr { margin-top: 20px; margin-bottom: 20px; border-width: 1px 0 0; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(238, 238, 238); display: none; }
img { border: 0 none transparent; vertical-align: middle; max-width: 100%; }
b, strong { font-weight: 600; }
i, em, dfn, cite, address { font-style: normal; }
small { font-size: 90%; }
sup, sub { position: relative; font-size: 0.9em; line-height: 0; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
del { text-decoration: line-through; }
label { cursor: pointer; }
ol, ul, li { list-style: none; }
legend { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 1px; font-size: 0; line-height: 0; }
caption { height: 1px; font-size: 0; line-height: 0; }
body { font-size: 16px; color: #333333; font-family: "Microsoft YaHei"; background-color: #ffffff; }
input { }
a { display: block; color: #333333; }
img {}
a:hover { color: #D7000E; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.minimenu { display: none; }
.search_btn { height: 20px; display: none; }
.nav { display: none; }
.search_an { display: none; }
.search {}
.flipInX { animation-name: flipInX; visibility: visible !important; }
.animated { animation-duration: 0.5s; animation-fill-mode: both; }
.fadeInUp2 { animation-name: fadeInUp; }

.gay { color: #b6b6b6; }
.line-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.line-3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.line-6 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
.header .yc {float: right;height: 100%;}
.header .mldh { position: absolute;  height: .9rem; width: .9rem;cursor: pointer; background-color: #D7000E; right: 0; top: 0; z-index: 99; }
.header .mldh img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 28px; }
.header .ljss { float: left; box-sizing: border-box; display: flex; justify-content: center; align-items: center; height: 100%; }
.header .ljss .item { padding: 0; font-size: 13px; color: #fff; }
.header .ljss .item img {width: 17px;cursor: pointer;display: inline-block;margin-right: 5px;}
.header .ljss .item.search_btn1 img{width: 25px;margin: 0;}
.header .ljss .op_1 {border: 1px solid rgba(255,255,255,0.5);border-radius: 100px;display: flex;align-items: center;padding: 9px 20px;}
.header .ljss .xian { height: .14rem; width: .01rem;margin: 0px .15rem; background-color: rgba(255, 255, 255, 0.6); }
.header .ljss p.xian { width: 1px; height: 25px; background: rgba(255,255,255,0.2); margin: 5px 15px; }
.menuOutside { max-width: 1600px;position: relative; box-sizing: border-box;margin: auto; }
.soucuoicon { position: absolute; top: 50%; right: 0; transform: translateY(-50%); cursor: pointer; }
.menu { width: 100%; margin: auto;box-sizing: border-box; position: relative;}
.menu .item { float: left; width: calc((100%) / 10);text-align: center; position: relative; }
.menu .item:nth-child(6) {}
.menu .menu3 { position: absolute; top: 60px; left: 50%; z-index: 99; display: none !important; transform: translateX(-50%); padding-top: 19px; }
.menu .menu3 .menu33 { position: relative; background-color: #ffffff; box-sizing: border-box; padding: 30px; padding-left: 270px; min-height: 200px; }
.menu .menu3 .menu33::before { content: ''; width: 30px; height: 30px; background-color: #ffffff; top: -7px; position: absolute; left: 50%; transform: translateX(-50%) rotate(45deg); }
.menu .menu3 .menu33left {position: absolute; left: 30px; overflow: hidden; }
.aimg:hover img { transition: all 0.4s; transform: scale(1.1); }
.menu .menu3 .menu33left img { float: left; width: 210px; height: 140px; max-width: 1000px; }
.menu .menu3 .menu33right {display: flex; flex-wrap: wrap; width: 300px; padding-top: 10px; }
.menu .menu3 .menu33rightitem { width: 33.333%; white-space: nowrap; box-sizing: border-box; padding: 0 3px; text-align: left; line-height: 40px; transition: all 0s; }
.menu .menu3 .menu33rightitem:hover { color: #D7000E; font-weight: 600; }
.header.fixed-nav .top { background-color: rgba(215, 0, 14, 0.8); }
.header.fixed-nav .top .back1 { display: none; }
.menu .item .menu2 { position: absolute; top: 60px; left: 50%; width: 100%; z-index: 99; display: none; transform: translateX(-50%); /* padding-top: 20px; */min-width: 1.4rem; }
.menu .item .menu22 { background-color: #f4f5f6;}
.menu .item .menu2item { display: block; text-align: center; padding: 10px; box-sizing: border-box;color: #333333;  font-size: .16rem; line-height: .24rem;position: relative; transition: all 0.6s; }
.menu .item .menu2item:hover { background-color: #D7000E; color: #ffffff; transition: all 0.6s; }
.menu .item::before { position: absolute; bottom: 0; left: 0; right: 0; width: 0;  height: .04rem;background: #D7000E; content: ""; transition: all 0.5s ease 0s; opacity: 0; margin: auto; }
.menu .item:hover::before { width: calc(.5rem); opacity: 1; }
.menu .item:hover .menu2 {}
.menu .block { width: 75px; margin: auto; }
.menu .icon { width: 25px; float: left; margin-right: 10px; margin-top: 17px; }
.menu .text { color: #ffffff;  font-size: .2rem;line-height: 60px; padding: 0px 0; height: 100%; display: block;position: relative;white-space: nowrap; }
.menu .text.jzg {height: .9rem; display: flex; justify-content: center; align-items: center; }
.menu .text .jzg1 {border-radius: .5rem; border: 1px solid #ffffff;padding: .04rem .09rem; padding-right: .17rem; font-size: .13rem;background-size: .07rem;cursor: pointer; }
.menu .text.nopic { padding-right: 0; background-image: none !important; }
.menu .text::before { position: absolute; width: 1px; height: 15px; transform: translateY(-50%); left: -0; content: ''; top: 50%; background-color: #D7000E; display: none; }
.menu .item:nth-child(1) .text::before { display: none; }
.menuStyle .text { font-weight: 600; }
.menu .ssan { height: 100%; width: 80px; position: absolute; right: 0; top: 0; cursor: pointer; background: no-repeat center center; }
/* search */
.search { opacity: 0; position: fixed; left: 0; display: block; top: 0; z-index: 99999999; width: 100%; float: none;height: 100%; background: rgba(0, 0, 0, .7); border-radius: inherit; margin-top: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; line-height: initial; }
.search_box { width: 80%; margin: auto; position: relative; top: 50%; margin-top: -55px; background: #FFF; text-align: center; -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; box-sizing: border-box; }
.search .search_box .text {width: calc(100% - 100px);height: 100%;padding: 0;font-size: 0.18rem;color: #444;background: none;border: none;background: #fff;text-indent: 15px;display: block;}
.search .search_box .submit {display: block;cursor: pointer;position: absolute;right: 0;top: 0;height: 51px;width: 100px;border: none;font-size: .18rem;color: #fff;background:#D7000E;background-size: 20px 20px;left: auto;}
.search .search_box .search_wrap { position: relative; width: 100%; line-height: 51px; height: 51px; box-sizing: border-box; text-align: left; }
.search .close_btn {position: absolute;right: 2.2%;top: 3.7%;transform: translateY(-50%);width: 30px;height: 35px;-webkit-transition: 0.5s;transition: 0.5s;background: url(../images/closebtn.png) no-repeat center;background-size: contain;}
.search .close_btn:hover { color: #530794; }
.search.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.is-visible .search_box { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.op:hover { transition: all 0.4s; }
/* header */
.header .mv_scroll1 { position: absolute; transform: translateX(-50%); left: 50%; bottom: 50px; z-index: 9; text-align: center; background: none; background-size: 100% 100%; width: 153px; height: 122px; }
.header .mv_scroll { position: absolute; transform: translateX(-50%); left: 50%; bottom: 30px; z-index: 9; text-align: center; width: 30px; }
.header .mv_scroll span { width: 24px; height: 42px; margin: 0 auto; display: block; position: relative; border: 2px solid #fff; border-radius: 50px; box-sizing: border-box; }
.header .mv_scroll span::before { position: absolute; top: 3px; left: 50%; content: ''; width: 3px; height: 12px; margin-left: -1px; background-color: #fff; border-radius: 50px; -webkit-animation: scrollAnia 2s infinite; animation: scrollAnia 2s infinite; box-sizing: border-box; }
.header .mv_scroll div { padding-top: 12px; color: #ffffff; background: no-repeat top center; margin-top: 5px;}
.header .mv_scroll div:nth-child(3) { margin-top: 0; }
.header .qh { width: 388px; height: 127px; background-color: #D7000E; position: absolute; bottom: 0; left: 0; z-index: 100; display: none; }
.header { position: fixed; z-index: 9999; width: 100%; left: 0; top: 0; height: 157px; box-sizing: border-box; }
.header .top { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; }
.header .top1 { background: no-repeat left center; background-size: auto 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.2); position: relative; box-sizing: border-box; }
.header .top .block {position: relative;z-index: 2;margin: auto;height: 0.9rem;}
.header .top .block .topleft { float: left; }
.header .top .block .topleft .item { float: left; line-height: 36px; padding: 0px 13px; color: rgba(255, 255, 255, 0.8); position: relative; display: block; }
.header .top .block .topleft .item:hover { color: rgba(255, 255, 255, 0.5); }
.header .top .block .topleft .item::before { position: absolute; content: ''; width: 1px; height: 12px; background-color: #5c949c; left: 0px; top: 50%; transform: translateY(-50%); }
.header .top .block .topleft .item:nth-child(1):before { display: none; }
.header .top .block .topright { float: right; }
.header .top .block .topright .item { float: left; line-height: 36px; padding: 0 12px; color: rgba(255, 255, 255, 0.8); position: relative; cursor: pointer; display: block; }
.header .top .block .topright .item:hover .toprightwz { opacity: 0.7; }
.header .top .block .topright .item .toprightwz { display: inline-block; padding-left: 22px;}
.header .top .block .topright .item::before { position: absolute; content: ''; width: 1px; height: 12px; background-color: #5c949c; left: 0; top: 50%; transform: translateY(-50%); }
.header .top .block .topright .item:nth-child(1):before { display: none; }
.header .top .back1 { width: 100%; height: 120%; position: absolute; left: 0; background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)); }
.header .slick-arrow {}
.header .top .logo img { width: 100%; }
.header .top .logo {position: absolute;width: 3rem;top: 50%;transform: translateY(-50%);z-index: 1;left: 0;}
.header .top .right {height: 100%;position: relative;transform: translateX(0.9rem);}
.header .top .toplinks {top: 50%; right: 0;float: right; margin-top: 20px; }
.header .top .toplinks .item { color: #ffffff;float: left; font-size: 18px; padding: 0px 8px;position: relative; line-height: 20px; cursor: pointer; }
.header .top .toplinks .item1 { margin-left: 23px; padding-left: 28px; background-repeat: no-repeat; background-size: 20px 100%; background-position: left center; }
.header .top .toplinks .item1::before { content: ''; position: absolute; left: -15px; top: 0; background: rgba(255, 255, 255, 0.6); height: 20px; width: 1px; }
.header .top .jtrq { float: left; color: #edc6f7; font-size: 14px; line-height: 18px; }
.header .top .icons { float: right; }
.header .top .icons .icon { float: left; margin-left: 15px; cursor: pointer; }
.header .top .r_top { }
.header .top .r_top1 .toplink { float: right; margin-bottom: 18px; }
.header .top .r_top1 .toplink .item { float: left; margin-left: 20px; font-size: 16px; color: #ffffff; line-height: 24px; }
.header .top .r_top1 {box-sizing: border-box; float: right; padding-top: 30px; color: #ffffff; }
.header .top .r_top1 .item1 { float: left; text-align: center; border-left: 1px solid #ffffff; }
.header .top .r_top1 .item1:nth-child(1) { border-left: 0px; }
.header .top .r_top1 .item1 a { line-height: 16px; padding: 0px 13px; margin: 0px 6px; float: left; }
.header .top .r_top1 .item1:last-child a { padding-right: 0; margin-right: 0 }
.header .top .r_top1 .item2 { float: left; text-align: center; }
.header .top .r_top1 .item2 a { line-height: 24px; padding: 0px 12px; font-size: 13px; color: #ffffff; float: left; }
.header .top .r_top .text { font-size: 14px; float: left; line-height: 30px; }
.header .top .r_top .input { margin-left: 18px; float: left; height: 36px; border-radius: 50px; width: 245px; box-sizing: border-box; position: relative; }
.header .top .r_top .text span { font-weight: 600; }
.header .top .input .input1 { height: 100%; width: 100%; line-height: 36px; box-sizing: border-box; padding-left: 13px; padding-right: 40px; border-radius: 7px;border: 1px solid #D7000E;font-size: 14px; }
.header .top .input .icon {background-repeat: no-repeat; background-position: center center;height: 100%;width: 44px; position: absolute;right: 0; background-color: rgba(255, 255, 255, 0);}
input::placeholder {color: #999;font-size:.17rem;}
.header .slick-prev, .header .slick-next { width: 40px; height: 40px; box-sizing: border-box; position: absolute; top: 50%; transform: translateY(-50%); left: 40px; background-color: rgba(255, 255, 255, 0.2); z-index: 9; border-radius: 50%; cursor: pointer; display: none; }
.header .slick-next { left: auto; right: 40px;}
.header .slick-prev:hover, .header .slick-next:hover { transition: all 0.4s; background-color: rgba(255, 255, 255, 0.5); }
.header .fade-1 .slick-dots { display: none !important; }
.header .menulj { float: left; margin-left: 20px; position: relative; }
.header .menulj::before { position: absolute; content: ''; height: 18px; width: 1px; background-color: rgba(255, 255, 255, 0.3);left: 0; top: 50%; transform: translateY(-50%); }
.header .menulj1 { float: left; color: #ffffff; line-height: 80px; margin-left: 20px; font-size: 15px; }
.header .menulj2 { background: no-repeat center center; float: left; width: 33px; height: 33px; border-radius: 50%; background-color: #14224c; margin-top: 23px; margin-left: 20px; cursor: pointer; }
.footer-wrap { width: 100%; background: #F9F9F9; overflow: hidden; padding: 1rem 0 0; }
.footer-top {width: 100%;/* overflow: hidden; */display: flex;}
.footer-left, .footer-right { width: 50%; float: left; position: relative; }
.footer-left { position: relative; }
.foot-logo { overflow: hidden; margin-bottom: 40px; width: 50%; }
.footer-right:before { content: ''; display: inline-block; width: 1px; height: 90%; position: absolute; left: -25px; top: 0; background: #e3e3e3; }
.foot-logo img { }
.footer-wrap .logo-text { float: left; padding-left: 16px; }
.footer-wrap .logo-text h2 { font-size: 36px; color: #111; line-height: 1.2; }
.footer-wrap .logo-text p { font-size: 16px; color: #444; margin-top: 6px; }
.footer-wrap .search-box {width: 90%;position: relative;margin-bottom: 0.3rem;}
.footer-wrap .search-box h3 {font-size: .24rem;color: #D7000E;margin-bottom: 0.2rem;font-weight: normal;}
.footer-wrap .search-input {width: 100%;height: 55px;border: none;border-bottom: 1px solid #e3e3e3;background: transparent;font-size: 0.2rem;outline: none;}
.footer-wrap .search-btn { position: absolute; right: 0; bottom: 12px; width: 32px; height: 32px; background: url(../images/icon31.png) no-repeat; text-align: center; line-height: 32px; cursor: pointer; border: none; }
.footer-wrap .contact-list {width: 100%;overflow: hidden;}
.footer-wrap .contact-list li {width: 100%;margin-bottom: 0.2rem;font-size: .16rem;color: #333;line-height: 1.6;position: relative;padding-left: 0.3rem;}
.contact-list li:before{content:'';display:inline-block;width: .2rem;height: .2rem;background-size: contain;background-repeat: no-repeat;background-position: center;display: inline-block;vertical-align: middle;position: absolute;top: 2px;left: 0;}
.contact-list li:first-child:before {background-image: url(../images/icon27.png)}
.contact-list li:nth-child(2):before { background-image: url(../images/icon28.png) }
.contact-list li:nth-child(3):before { background-image: url(../images/icon29.png)}
.contact-list li:nth-child(4):before { background-image: url(../images/icon30.png)}
.footer-wrap .select-row { width: 100%; padding-bottom: 0.4rem; border-bottom: 1px solid #e3e3e3; display: flex; justify-content: space-around; }
.footer-wrap .new-media {padding: 0.5rem 0;}
.footer-wrap .select-item { width: 31%; float: left; margin-right: 3.5%; }
.footer-wrap .select-item:nth-child(3) { margin-right: 0; }
.footer-wrap .select-box { width: 100%; height: 44px; border: 1px solid #ccc; background: #fff; padding: 0 12px; font-size: 16px; color: #333; appearance: none; position: relative; background: url('../images/icon32.png') 90% center no-repeat; background-repeat: no-repeat; background-position: right 10px center; }
.footer-wrap .new-media h3 { font-size: 24px; color: #222; text-align: center; margin-bottom: 35px; }
.footer-wrap .media-wrap {width: 100%;display: flex;flex-wrap: wrap;}
.footer-wrap .media-item {width: 20%;text-align: center;margin-bottom: 30px;position: relative;}
.footer-wrap .media-item .hide-box{width: 70%;visibility: hidden;left: 50%;transform: translateX(-50%);transition: .5s;opacity: 0;height: 0;position: absolute;z-index: 999;background: #FFF;padding: 5px;}
.footer-wrap .media-item .hide-box img{width: 100%;height: 100%;display: block;}
.footer-wrap .media-item:hover .hide-box{visibility: visible;transform: translate(-50% , 0.2rem);opacity: 1;height: auto;}
.footer-wrap .media-icon { width: 56px; height: 56px; border-radius: 50%; background: #fff; margin: 0 auto 10px; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #D7000E; line-height: 56px; }
.footer-wrap .media-item p {font-size: .15rem;color: #333;}
.footer-copyright { background: #D7000E; color: #e8dcdd; text-align: center; padding: 0.3rem 0;  font-size: .16rem;}
.dhdb { position: fixed;transform: translateY(50%);  right: .6rem;width: 0.6rem; height: 0.6rem; background-size: 0.21rem auto; background-color: #e6c390; border-radius: 50%; transition: all 0.4s; z-index: 222; bottom: 3.38rem; }
.dhdb:hover { background-color: #d29118;}
/* ******* */
.nav_box .menu { float: left;  width: .9rem; height: .9rem;cursor: pointer; background: #284ca7}
.menu_box { position: fixed; left: 0; top: 0; width: 0%; height: 100vh; overflow: hidden; z-index: 9999; background-color: #fff; -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: skewX(-10deg); transform: skewX(-10deg); -webkit-transition: width ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s; transition: width ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s; transition: width ease-in-out 0.8s, transform ease-in-out 0.8s; transition: width ease-in-out 0.8s, transform ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s; }
.openMenu .menu_box { width: 100%; -webkit-transform: skewX(0deg); transform: skewX(0deg); }
.openMenu .nav-con { opacity: 1; transition: all 0.6s ease 0.5s; }
.nav_box .search:hover .h_search, .nav_box .search:hover button { opacity: 1; visibility: visible }
.nav-con { opacity: 0; }
.nav-con .nav_logo { position: absolute; top: 0; left: 0; bottom: 0; width: 25%;text-align: center; padding-top: 60px; user-select: none; display: none; }
.nav-con .menulogo { display: inline-block; }
.nav-con .nav_logo img { max-width: 90%; margin: auto; }
.qbdhlogo { position: absolute; top: 20px; left: 50%; transform: translate(-50%); }

.nav-con .nav_close {position: absolute;right: 8%;top: 0.5rem;font-size: 30px;color: #ffffff;font-weight: lighter;cursor: pointer;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;z-index: 1;}
.common-close {width: 30px;display: block;text-align: center;cursor: pointer;position: relative;}
.common-close img{width: 100%;}
.common-close i { opacity: 0; -moz-transition: all .3s ease 0s; -ms-transition: all .3s ease 0s; -o-transition: all .3s ease 0s; -webkit-transition: all .3s ease 0s; transition: all .3s ease 0s; visibility: hidden; color: #D7000E; }
.common-close:hover:after { top: 24%; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg) }
.common-close:hover:before { bottom: 24%; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg) }
.common-close:hover i { opacity: 1; visibility: visible; }
.nav-con .nav_lan { position: absolute; bottom: 5%; left: 0; width: 100%; overflow: hidden; }
.nav-con .nav_lan .lan_wrap { text-align: center; font-size: 20px; color: #fff; }
.nav-con .nav_lan a { display: inline-block; margin-right: 10px; }
.nav-con .nav_lan a:hover { color: #fff; color: rgba(255, 255, 255, .8); }
.nav-con .nav_company { position: absolute; bottom: 5%; left: 0; width: 60%; overflow: hidden; }
.nav-con .nav_company .company_wrap { color: #555; padding-left: 14%; font-size: 14px; }
.nav-con .nav_company a { display: inline-block;}
.nav-con .nav_company em { display: inline-block; margin: 0 8px; }
.nav-con .nav_search { position: absolute; bottom: 5%; right: 0; border-bottom: 1px solid #D7000E; }
.nav-con .nav_search button { border: none; font-size: 20px; color: #D7000E; font-weight: bold; cursor: pointer; -moz-transition: all .5s ease 0s; -ms-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; opacity: .8; }
.nav-con .nav_search button:hover { opacity: 1; }
.nav-con .nav_search input { height: 40px; line-height: 40px; border: none; width: 250px; font-size: 18px; color: #656565; }
.nav-con .inav_imga { display: inline; }
.nav-con .inav_img { width: 3.9rem; object-fit: cover;margin-bottom: .8rem;}
.nav-con .inav_con {top: 0;position: absolute;padding: 0 5%;padding-top: .4rem;left: 0;height: 100vh;width: 100%;box-sizing: border-box;background: url(../images/ywfw1.png) no-repeat;background-size: cover;}
.nav-con .inav { position: relative; }
.nav-con .inav:after { display: none; content: ""; position: absolute; top: 35px; left: 0; background: #D7000E;height: 2px; -moz-transition: all .5s ease 0s; -ms-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }
.nav-con .inav[hov=no]:after { width: 0; }
.nav-con .inav[hov=li1]:after { width: calc(100%/10); }
.nav-con .inav[hov=li2]:after {  width: calc(100%/10*2);}
.nav-con .inav[hov=li3]:after {  width: calc(100%/10*3);}
.nav-con .inav[hov=li4]:after {  width: calc(100%/10*4);}
.nav-con .inav[hov=li5]:after {  width: calc(100%/10*5);}
.nav-con .inav[hov=li6]:after {  width: calc(100%/10*6);}
.nav-con .inav[hov=li7]:after {  width: calc(100%/10*7);}
.nav-con .inav[hov=li8]:after {  width: calc(100%/10*8);}
.nav-con .inav[hov=li9]:after {  width: calc(100%/10*9);}
.nav-con .inav[hov=li10]:after {  width: calc(100%/10*10);}
.nav-con .inav[hov=li11]:after {  width: calc(100%/10*11);}
.nav-con .inav[hov=li12]:after {  width: calc(100%/10*12);}
.nav-con .inav>ul { margin-right: 4%;flex-wrap: wrap; overflow: auto;width: 21%; float: left; }
.nav-con .inav>ul {scrollbar-width: none !important;-ms-overflow-style: none !important; }

/* WebKit (Chrome, Safari) */
.nav-con .inav>ul::-webkit-scrollbar {width: 0 !important;height: 0 !important;}

.nav-con .inav>ul::-webkit-scrollbar-thumb { background: transparent !important;}
.nav-con .inav>ul::-webkit-scrollbar-track { background: transparent !important;}
.nav-con .inav .li {margin-bottom: .7rem; box-sizing: border-box; }
.nav-con .inav .li4 {}
.nav-con .inav .li .num { font-size: 18px; color: #dce2ea; display: inline-block;*zoom: 1; margin-right: 5px; }
.nav-con .inav .li>a {color: #333;display: block;zoom: 1;font-family: 'bell';font-size: .22rem;font-weight: bold;padding-bottom: .15rem;margin-bottom: .2rem;position: relative;}
.nav-con .inav .li>a:after { content: ''; height: 1px; width: 0%; position: absolute; left: 0; bottom: 0; background: #D7000E; }
.openMenu .nav-con .inav .li>a:after { width: 100%; transition: width .6s 1s linear; }
.nav-con .inav .li>a:hover { color: #333; }
.nav-con .inav .li ul { width: 100%;}
.nav-con .inav .li ul li { color: #3f3f3f;  font-size: .18rem;line-height: 1.4; padding: .08rem .05rem;}
.nav-con .inav .li ul li a { color: #666; }
.nav-con .inav .li ul li a:hover { color: #D7000E; }
.nav-con .inav .li>a { }

.footer-wrap .family-site { display: inline-block; background: transparent; width: 30%;position: relative; box-sizing: border-box; margin: 0 1.5%; }
.footer-wrap .family-site dt button { outline: 0; position: relative; border: 1px solid rgb(229 229 229); width: 100%; display: block; padding: 0.15rem; text-align: left; vertical-align: middle; font-size: 0.15rem; line-height: 1; transition: all 0.3s ease 0s; }
.footer-wrap .family-site dt button:hover, .footer-wrap .family-site dt button:focus { color:#D7000E}
.footer-wrap .family-site dt button i { font-size: 0; transition: all 0.5s ease 0s; position: absolute; top: calc(50% - 2.5px); right: 5%; }
.footer-wrap .family-site dt button.is-open i { transform: rotate(-180deg); right: 5%; }
.footer-wrap .family-site .isSelSub { display: none; position: absolute; top: 100%; left: 0; background: #fff; width: 100%; box-shadow: 0 0 5px 0 rgba(0,0,0,0.1); z-index: 99; }
.footer-wrap .family-site .isSelSub ul {height: 1.8rem; overflow-y: scroll; text-align: left; }
.footer-wrap .family-site .isSelSub li a {display: inline-block;font-size: max(14px , .14rem);padding: 5px 10px;line-height: 1.8;}
.footer-wrap .family-site .isSelSub li a:focus, .footer-wrap .family-site .isSelSub li a:hover { }
.footer-wrap .family-site .isSelSub .btn-fclose { display: block; position: absolute;bottom: -34px; right: 0; border: 0; cursor: pointer; background: rgb(51, 51, 51); width: 34px; height: 34px; outline: 0; }
.footer-wrap .family-site .isSelSub .btn-fclose::before, .footer-wrap .family-site .isSelSub .btn-fclose::after { content: ""; display: block; position: absolute; width: 50%; height: 2px; background: rgb(255, 255, 255); left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.footer-wrap .family-site .isSelSub .btn-fclose::before { transform: rotate(45deg); }
.footer-wrap .family-site .isSelSub .btn-fclose::after { transform: rotate(-45deg); }
.footer-wrap .family-site .isSelSub ::-webkit-scrollbar {width: 6px;}
.footer-wrap .family-site .isSelSub ::-webkit-scrollbar-track { background: rgb(223 223 223);}
.footer-wrap .family-site .isSelSub ::-webkit-scrollbar-thumb { background: rgb(177 177 177);}
.footer-wrap .family-site .isSelSub ::-webkit-scrollbar-thumb:hover { background: rgb(85, 85, 85);}
.footer-wrap .xi-angle-down-min:before { background: url(../images/icon32.png) no-repeat; content: ''; display: inline-block; width: 8px; height: 5px; }
.footer-wrap .family-site .isSelSub ul li { line-height: 36px; }
.footer-wrap .family-site .isSelSub ul li a { display: block; }
.footer-wrap .family-site .isSelSub ul li:hover a {background: #D7000E;color: #fff;}

@-webkit-keyframes vibes {
    0%, 40%, 100% {-webkit-transform: translateY(0)}
    20%, 60% {-webkit-transform: translateY(6px)}
    }
@-webkit-keyframes vibesmore {
    0%, 100% {padding-right: 0;}
    50% {padding-right: 6px;}
    }
@keyframes updown {
    0% {margin-bottom: 0;}
    100% {margin-bottom: 10px;}
    }

@-webkit-keyframes fadeInDown {
    0% {opacity: 0;transform: translate3d(0px, -30px, 0px);
        }
    100% {opacity: 1;transform: none;}
    }
@keyframes fadeInDown {
    0% {opacity: 0;transform: translate3d(0px, -30px, 0px);}
    100% {opacity: 1;transform: none;}
    }
@-webkit-keyframes fadeInUp {
    0% {opacity: 0;transform: translate3d(0px, 30px, 0px);
        }
    100% {opacity: 1;transform: none;}
    }
@keyframes fadeInUp {
    0% {opacity: 0;transform: translate3d(0px, 30px, 0px);
        }
    100% {opacity: 1;transform: none;}
    }
@-webkit-keyframes fadeInRight {
    0% {opacity: 0;transform: translate3d(8%, 0px, 0px);
        }
    100% {opacity: 1;transform: none;}
    }
@keyframes fadeInRight {
    0% {opacity: 0;transform: translate3d(8%, 0px, 0px);
        }
    100% {opacity: 1;transform: none;}
    }
@-webkit-keyframes fadeInLeft {
    0% {opacity: 0;transform: translate3d(-8%, 0px, 0px);}
    100% {opacity: 1;transform: none;}
    }
@keyframes fadeInLeft {
    0% {opacity: 0;transform: translate3d(-8%, 0px, 0px);}
    100% {opacity: 1;transform: none;}
    }
@-webkit-keyframes flipInX {
    0% {transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transition-timing-function: ease-in; opacity: 0;}
    40% {transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transition-timing-function: ease-in;}
    60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg);opacity: 1;}
    80% {transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}
    100% {transform: perspective(400px);}
    }
@keyframes flipInX {
    0% {transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transition-timing-function: ease-in; opacity: 0;}
    40% {transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transition-timing-function: ease-in;}
    60% {transform: perspective(400px) rotate3d(1, 0, 0, 10deg);opacity: 1;}
    80% {transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}
    100% {transform: perspective(400px);}
    }
@-webkit-keyframes z {
    0% {transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);}
    100% {transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);}
    }
@keyframes z {
    0% {transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);}
    100% {transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);}
    }

@keyframes fadeInUp2 {
    0% {opacity: 0; transform: translate3d(0px, 120px, 0px);}
    100% {opacity: 1;transform: translate3d(0px, 0px, 0px);}
    }
@keyframes fadeInFromDown {
    from {opacity: 0; transform: translateY(-90px)}
    to { opacity: 1; transform: translateY(0); }
    }

@media screen\0 {
    .header .top { z-index: 999999999; }
    }


@media screen and (max-width: 1700px) {
    .w1600{width: 85%;margin: auto;}
    .header .top1 {}
    .header .top .logo {}
    .header .top .right {margin-right:5%;}
    .menuOutside {width: 90%;margin: auto;}
    }
@media screen and (max-width: 1580px) {
    html { font-size: 90px !important; }
    .footer .block { padding-left: 3%; padding-right: 3%; }
    .footer .block::before { left: calc(3% + 4.65rem); }
    }
@media screen and (max-width: 1440px) {
    html { font-size: 85px !important; }
    .w1400{width: 85%;margin: auto;}
    .header .top .right {margin-right: 7%;}
    .box0 .slick-slide img{height:auto}
    .footer .block .right .dh .dh1 {font-size: .18rem;}
    .footer .block .right .dh .dh2item {font-size: .14rem;}
    }
@media screen and (max-width: 1280px) {
    html { font-size: 78px !important; }
    .header .top .right {margin-right: 8%;}
    }
@media screen and (max-width: 1150px) {
    .header .top .right {
        margin-right: 10%;
        }
    .header .ljss .item img {width: 18px;}
    .footer .block .right .dh .dh1 {font-size: .17rem;}
    }
@media screen and (max-width: 1000px) {
    .w1600 {width:90%;margin: auto;}
    .w1400 {width: 90%;}
    html { font-size:80px !important; }
    .header{height: .9rem;position: relative;}
    .header .ljss { width: auto; position: absolute; right: 0; top: 0; height: 32px; display: none; }
    .header .ljss .item img { width: 12px; }
    .header .top1 {background-color: #D7000E;padding: 0 0.3rem;border: none;}
    .header .top .right { width: auto; }
    .header .mldh { display: none; }
    .menu .item::before { display: none; }
    .menu .item .menu2 { top: 0.405rem; }
    .menuOutside { width: auto; position: absolute; right: 40px;  bottom: .16rem;height: auto; }
    .menu .text.jzg { height: auto; }
    .dhdb { display: none !important; }
    .header .top1 {}
    .header .top .back1, .header .top .r_top, .menuOutside .menu .item { display: none; }
    .menuOutside .menu .item.end { display: block; width: auto; }
    .header .top .block, .topheight {width: 100%;height: .9rem;display: flex;}
    .header .top { position: fixed;background-size: cover; }
    .search_an {display: block;position: absolute;width: 0.3rem;height: auto;top: 48%;right: 0.5rem;transform: translateY(-50%);cursor: pointer;z-index: 99;}
    .search_an img { vertical-align: baseline; width: 100%; }
    .minimenu { width: 24px; height: 22px; display: block; right: 0; margin: auto; top: 50%; transform: translateY(-50%); overflow: hidden; z-index: 99; cursor: pointer; position: absolute; }
    .minimenu span {float: left;width: 100%;background: #ffffff;transition: all 0.4s ease;margin-top: 6px;height: 2px;border-radius: 100px;}
    .minimenu span:first-child { margin-top: 0; }
    .minimenu.open span:nth-child(1) { transform: rotate(45deg); margin-top: 10px; }
    .minimenu.open span:nth-child(2) { transform: rotate(-45deg); margin-top: -2px; }
    .minimenu.open span:nth-child(3) { opacity: 0; }
    .nav { position: fixed; transition: right 0.3s ease; right: -100vw; display: block;  top: .9rem;left: auto; width: 420px;  height: calc(100vh - .9rem);z-index: -99; margin: 0; background-color: #D7000E; }
    .nav.active { right: 0; z-index: 99999; }
    .nav .ul2 { width: 100%; overflow: auto; height: 100%; ; border-top: 1px solid rgba(255, 255, 255, 0.3); margin-top: 0; padding-left: 0; }
    .header.active::before { display: none; }
    .nav ul>li { float: none; width: 100%; height: auto; line-height: 60px; position: relative; border-bottom: 1px solid rgba(255, 255, 255, 0.3); text-align: left; padding: 0; list-style-type: none }
    .nav ul>li::before { display: none; }
    .nav ul>li>a {font-size: .2rem;font-weight: bold;width: 80%;text-indent: 20px;position: relative;display: block;color: #fff;}
    .nav ul li ol { width: 100%; left: 0; position: relative; top: 0; background: none; text-align: left; padding: 0; opacity: 1; display: none; z-index: 99999; }
    .nav ul>li a::after { display: none; }
    .nav ul li ol>li { text-align: left; border: 0; line-height: 50px; position: relative; text-indent: 20px; border-top: 1px solid rgba(255, 255, 255, 0.2); height: auto; }
    .nav li ol li:hover a { color: #fff; }
    .nav ul ol li a {font-size: .18rem;color: #fff;display: block;}
    .nav ul li i { position: absolute; right: 0; width: 15%; height: 60px; top: 0; background: url(../images/jia.png) no-repeat center center; margin: auto; z-index: 10; cursor: pointer; transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -webkit-transition: all .2s ease; }
    .nav ul li ol li i { height: 50px; }
    .nav ul li i.on { background: url(../images/jian.png) no-repeat center center; }
    .footer .block .left { width: 100%; float: none; text-align: center; }
    .footer .block .right { width: 100%; float: none; display: block; text-align: center; }
    .footer .block .right .dh .item { margin-bottom: 20px; }
    .footer .info .hm { text-align: center; }
    .footer .block .left { padding-bottom: 0; }
    .footer .block::before { display: none; }
    .footer-top{display: block}
    .footer-left, .footer-right{float:none;width: 100%;margin-bottom: 0.1rem;}
    .footer-wrap {padding: .7rem 0 0;}
    .footer-wrap .search-box,.footer-wrap .contact-list{width: 100%;}
    .footer-wrap .contact-list li{font-size: 13px;}
    .footer-wrap .search-box{margin-bottom: 25px;}
    .footer-right:before{display: none}
    .footer-wrap .select-row{column-gap: 20px;}
    .footer-wrap .family-site{width: 100%;margin: 0;}
    .footer-wrap .family-site dt button{padding: 0.18rem;}
    }

@media screen and (max-width: 800px) {
    .footer-wrap {padding: 0.4rem 0 0;}
    .footer-wrap .foot-logo {width: 80%;margin: 0 auto 0.4rem;}
    .footer-wrap .select-row{display: block;}
    .footer-wrap .family-site{width: 100%;margin: 0;}
    .footer-wrap .family-site+.family-site{margin-top: 0.2rem;}
    .footer-wrap .family-site dt button i{right: 3%;}
    .footer-wrap .new-media h3{font-size: 18px;margin-bottom: 25px;}
    .footer-wrap .media-wrap{display: flex;flex-wrap: wrap;}
    .footer-wrap .media-item{width: 25%;}
    .footer-wrap .media-item .hide-box{width: 100px;}
    .footer-wrap .new-media {margin: 0.4rem 0 0;}
    .footer-copyright{padding: 0.2rem 10px;line-height: 1.8;}
    }
@media screen and (max-width: 550px) {
    .footer .block .left { padding-top: 30px; }
    .footer .block .left .mz1 { font-size: 18px; }
    .footer .block .left .mz2 { font-size: 20px; margin-top: 15px; margin-bottom: 20px; }
    .footer .block .right { padding-bottom: 25px; padding-top: 25px; }
    .footer .block .right .dh { padding: 0; }
    .footer .block .right .dhlb { display: block; overflow: hidden; }
    .footer .block .right .dh .item { float: left; width: 25%; }
    .footer .block .right .dh .item:nth-child(5) { clear: both; }
    .header .slick-prev, .header .slick-next { display: none !important; }
    .search_box{width:90%}
    .search .close_btn{ top: 5%;}
    .search .search_box .text{width: calc(100% - 80px);}
    .search .search_box .submit{ width: 80px; height: 100%;}
    .search .search_box .close_btn { right: 12px; }
    .search .search_box .search_wrap { line-height: 45px; height: 45px;}
    .minimenu {}
    .menuOutside {  bottom: .13rem; }
    .menu .item .menu2 { top: 0.375rem; }
    .fade-1 .slick-dots { display: none !important; }
    }
@media screen and (max-width: 450px) {
    .header .top .logo { max-width: calc(100% - 82px); }
    .nav { width: 100%; }
    }