* { font-family: Arial, Helvetica, sans-serif; padding: 0px; margin: 0px; box-sizing: border-box; }
body { padding: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; line-height: 1; font-size: 16px; overflow-x: hidden; transition: all 0.4s ease-in 0s; }
html, body { min-height: 100%; overflow-x: hidden; }
html { }
@font-face { font-family: SyhM; src: url(../fonts/syhM.OTF); }
.clear::after { content: ""; display: block; height: 0px; clear: both; visibility: hidden; }
input, button, textarea { background: none; outline: none; border: none; appearance: none; border-radius: 0px; }
input:focus { border: none; }
.img_zd { position: relative; width: 100%; }
.img_zd .img_hezi { padding-bottom: 67.8% !important; }
.img_zd > img { position: absolute; inset: 0px; object-fit: cover; height: 100%; width: 100%; }
a { text-decoration: none; outline: none; }
a, input, img, :focus { outline-style: none; }
ul { list-style: none; }
img { border: 0px; }
ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p { padding: 0px; margin: 0px; font-weight: normal; }
ul li { list-style: none; }
h3, h4, h5 { font-weight: normal; }
h4 a:hover, h5 a:hover { transition: all 0.36s ease-in-out 0s; }
hr { display: block; height: 1px; border: 0px; background: rgb(216, 216, 216); padding: 0px; margin-bottom: 0.5rem; margin-top: 2.5rem; }
abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video { display: block; }
video { object-fit: cover; }
.fl { float: left;}
.fr { float: right;}
.slow img:hover { transform: scale(1.05); }
.slow img { transition: all 0.2s ease-in-out 0s; }
h5 a, .more a { transition: all 0.36s ease-in-out 0s; }
.slow01 { transition: all 0.6s ease-in-out 0s; }
.slow02 { transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.shadow { box-shadow: rgb(153, 153, 153) 1px 1px 10px; }
.radius { border-radius: 3px; }
.opacity { opacity: 1; }
.gray { filter: grayscale(100%); opacity: 0.6; }
.ie_bg { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background-color: rgb(0, 0, 0); opacity: 0.9; z-index: 99998; }
.ie9tips { width: 600px; height: 300px; position: fixed; top: 50%; left: 50%; margin: -150px 0px 0px -300px; line-height: 1.8; color: rgb(255, 255, 255); z-index: 99999; text-align: center; }
.ie9tips a { color: red; }
.ie9tips img { display: block; margin: 0px auto; max-width: 100%; }
.ie9tips p { padding-top: 10px; color: rgb(255, 255, 255); width: 420px; margin: 10px auto; line-height: 1.8; }
input::-webkit-input-placeholder { color: rgb(153, 153, 153); }
textarea::-webkit-input-placeholder { color: rgb(153, 153, 153); }

.reveal1{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.reveal2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.reveal3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.reveal4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.reveal5{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;}
.w100 { width: 100%; }
.w12 { max-width: 12rem; margin: 0px auto; }
.w13 { max-width: 13rem; margin: 0px auto; }
.w14 { max-width: 14rem; margin: 0px auto; }
.w15 { max-width: 15rem; margin: 0px auto; }
.w16{ max-width: 16rem; margin: 0px auto; }
.w18{ max-width: 18rem; margin: 0px auto; }
@media (max-width: 1200px) {
  .w12 {width: 95%;}
}
@media (max-width: 1300px) {
  .w13 {width: 95%;}
}
@media (max-width: 1400px) {
  .w14 {width: 95%;}
}
@media (max-width: 1440px) {
  .w144 { width: 95%;}
}
@media (max-width: 1500px) {
  .w15 { width: 95%;}
}
@media (max-width: 1600px) {
  .w16 { width: 95%;}
}
@media (max-width: 1800px) {
  .w18 {width: 95%;}
}
.textline{background-position: 0 100%;background-repeat: no-repeat;background-size: 0 1px;transition: background-size .3s;}
a:hover .textline{background-size: 100% 1px;}
.fanhui { position: fixed; right: 30px; bottom: 75px; width: 48px; height: 48px; border-radius: 50%; }
img {vertical-align: middle;}
.flex { display: flex; justify-content: space-between; flex-wrap: wrap;}
.flex-center { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.flex-start { display: flex; justify-content: flex-start; flex-wrap: wrap;}
.flex-end { display: flex; justify-content: flex-end; flex-wrap: wrap; }
#gotop {position: fixed;display: block; z-index: 90;height: 0px; opacity: 0; /* visibility: hidden; */ bottom: 80px; right: 30px; box-sizing: border-box; text-align: center; cursor: pointer; transition: all 0.5s ease 0s;  }
#gotop.hide {width: 40px; height: 50px;opacity: 1;}
#gotop img{display: block;width: 40px;}
#gotop { cursor: pointer; }
#gotop svg { width: 100%; height: 100%; fill: rgb(13, 113, 230);}

@media (max-width: 1920px) {
  html { font-size: 16px; }
  table { width: 100% !important; }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  html { font-size: 15px; }
  table { width: 100% !important; }
}
@media (min-width: 640px) and (max-width: 1399px) {
  html { font-size: 14px; }
  table { width: 100% !important; }
}
@media (min-width: 471px) and (max-width: 639px) {
  html { font-size: 13px; }
  table { display: flex; overflow-x: auto; white-space: nowrap; width: 100% !important; }
}
@media (min-width: 329px) and (max-width: 470px) {
  html { font-size: 12px; }
  table { display: flex; overflow-x: auto; white-space: nowrap; width: 100% !important; }
}
@media (max-width: 328px) {
  html { font-size: 12px; }
  table { display: flex; overflow-x: auto; white-space: nowrap; width: 100% !important; }
}
.header_box { z-index: 100; left: 0px; right: 0px; top: 0px; position: fixed;}
#header {z-index: 999; width: 100%; transition: all 0.6s ease 0s;position: relative;}
#header .w168{align-items: center;}
.header{padding: 0.3rem 0;align-items: center;}
.headerNav {width: 58.33%; position: relative;z-index: 99;justify-content: flex-end;align-items: center;}
.header .search_btn{ cursor: pointer; text-align: center; transition: all 0.6s ease 0s;display: block;position: relative; }
#logo {width: 58.28%;position: relative;z-index: 99;}
#logo a{display: block;}
#logo img{display: block;width: 100%;}
.header_top{align-items: center;justify-content: flex-end;}
.header_top li a{font-size: 0.14rem;color: #fff;opacity: 0.7;transition: 0.6s all;}
.header_top li{margin-right: 0.1rem;position: relative;padding-right: 0.1rem;background: url(../images25/top01.png) no-repeat right center;background-size: 0.01rem 0.06rem;}
.header_top li:last-child{background: none;}
.header_top li:last-child::after{display: none;}
.header_top li a:hover{opacity: 1;transition: 0.6s all;}
.header_top .search{width: 2.4rem;line-height: 0.36rem;height: 0.36rem;border: 0.01rem solid rgba(255,255,255,0.6);border-radius: 0.18rem;}
.header_top .search .text{width: calc(100% - 0.45rem);line-height: 0.36rem;font-size: 0.14rem;color: #fff;text-indent: 0.15rem;}
.header_top .search .btn{width: 0.35rem;height: 0.36rem;background: url(../images25/search.png) no-repeat no-repeat left center;background-size: 0.15rem 0.15rem;}
#header.show #nav{display: none;}
#header.show .menu-pc{background: url(../images/top05.png) no-repeat center;background-size: cover;}
@media (max-width: 1500px) {
  #m_header #logo { width: 50%; }
  #logo img { width: 100%; }
}
@media (max-width: 850px) {
  .header_box { height: 0.5rem; }
  #m_header #logo{width: 85%;}
}
@media (max-width: 414px) {
  .header_box { height: 0.5rem; }
}
@media (max-width: 340px) {

}

#nav {position: relative;border-top: 0.01rem solid rgba(255,255,255,0.4);border-bottom: 0.01rem solid rgba(255,255,255,0.4);}
#nav ul { position: relative;}
#nav ul li { position: relative; z-index: 9; }
#nav ul li a { display: block; padding: 0px; }
#nav ul li h3 { font-size: 0.2rem;color: rgb(255, 255, 255); line-height: 0.6rem;position: relative; transition: all 0.6s ease 0s;}

#nav ul li:hover a { color: rgb(255, 255, 255); }
#nav ul li.on h3 { font-weight: bold; }
#nav ul li:hover a h3 span, #nav ul li.on h3 span { background: url("") left center no-repeat; }
#nav ul li a i { display: inline-block; background: url("") center center / contain no-repeat; width: 9px; height: 6px; vertical-align: middle; margin-left: 8px; }
#nav ul li .sub { position: absolute;top: 100%; width: 2rem; left: 50%; margin-left: -1rem; z-index: 10000; visibility: hidden; opacity: 0; transition: all 0.5s ease 0s;border-radius: 0.05rem;}
/*#nav ul li:last-child .sub { margin-left: 0px; left: auto; right: 0px; }*/
#nav ul li .sub .box { padding: 0.1rem 0.2rem; text-align: center;background: rgba(255, 255, 255, 0.95);border-top: 0.02rem solid #14447f;  }
#nav ul li .sub a { padding: 0px;border-bottom: 0.01rem solid #e7e7e7; line-height: 2.5; transition: all 0.3s ease 0s; font-size: 0.16rem; color: rgb(102, 102, 102); }
#nav ul li .sub a:hover { color: #00093f;font-weight: 600;}
#nav ul li:hover .sub { opacity: 1; visibility: visible; transform: translateY(0px); }
#nav ul > li.on h3, #nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3 {font-weight: bold; }
#nav .navBox > ul > li:last-child h3::after { left: auto; margin-left: 0px; right: 0px; }
#nav .navBox > ul > li:hover h3.ej::after, #nav ul li.on h3.ej::after { transform: scale(1); }
#nav .navBox > ul > li:hover h3.er::before, #nav > ul > li.on h3.ej::before { opacity: 1; visibility: visible; }
.header_box.xg {position: fixed;background: #14447f; height: auto; transition: all 0.4s ease 0s; margin-top: 0px;border-top: none;box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.18);}
.header_box.xg #header{transition: 0.6s all;margin-top: 0;}
.header_box.xg .header{padding: 0.15rem 0 0.2rem 0;}
#logo .logo_black { display: none; }
.top_search_black { display: none; }
.header_box.xg #logo{width: 28%;}

@media (max-width: 1200px) {
  .header_box { display: none; }
.list-banner{margin-top: 0.7rem;}
.bannerBox{ margin-top: 0.7rem;}
}
@media (max-width: 850px) {
  
  #header { display: none; }
  #gotop{right: 0.15rem;bottom: 0.3rem;}
  #gotop img,#gotop.hide{width: 0.3rem;}
  #gotop.hide{height: 0.3rem;}
}
.tc2 .tc-box form { border-radius: 4px; overflow: hidden; background: rgb(255, 255, 255); height: 60px; width: 100%; }
.tc2 .tc-box input[type="text"] { border: none; width: 94%; display: block; height: 60px; text-align: left; color: rgb(67, 67, 67); font-size: 14px; background: none; line-height: 60px; padding: 0px 20px; }
.tc2 .tc-box input[type="text"]:focus { text-align: left; }
.tc2 .tc-box input[type="submit"] { position: absolute; right: 0px; top: 50%; padding: 0px; z-index: 2;height: 60px; width: 70px; cursor: pointer; border: none; margin-top: -30px; }
.tc2 .tc { transition: all 300ms ease 0s; position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 9999; }
.tc2 .tc { pointer-events: none; opacity: 0; transform: scale(1.1); visibility: hidden; }
.tc2 .tc.act { opacity: 1; pointer-events: auto; transform: scale(1); visibility: visible; }
.tc2 .close:hover { transform: rotate(180deg); }
.tc2 .close, .tc { transition: all 400ms ease 0s; }
.tc2 .tc-box { position: absolute; border-radius: 4px; overflow: hidden; top: 50%; z-index: 9999; background: rgb(255, 255, 255); height: 60px; width: 50%; left: 50%; margin-left: -25%; margin-top: -40px; }
.tc2 .tc.act { display: block; }
.tc2 .close { position: absolute; cursor: pointer; font-size: 20px; right: 30px; top: 30px; }
.tc2 .tc-bg { height: 100%; background: rgba(206, 180, 114, 0.9); position: absolute; top: 0px; left: 0px; width: 100%; z-index: 0; opacity: 0.8; }
.search_btn { cursor: pointer; width: 0.16rem;height: 0.16rem;}
.search_btn img{display: block;width: 0.16rem;height: 0.16rem;}
.search_btn svg { display: inline-block; fill: rgb(255, 255, 255); width: 16px; height: 16px; vertical-align: middle; }
.nav-pc{position: absolute;top: 0;left: 0;right: 0;height: 100vh;z-index: -1;background-repeat: no-repeat;background-position: center;-o-background-size: cover;background-size: cover;display: none;}
.nav-pc .navBox{position: absolute;top: 162px;left: 5%;bottom: 0;overflow-y: auto;width: 90%;}
.nav-pc .navBox dt{font-size: 0.22rem;font-weight: bold;margin-bottom: 0.3rem;}
.nav-pc .navBox dt a{color: #fff;transition: 0.6s all;}
.nav-pc .navBox dt a:hover{opacity: 0.6;transition: 0.6s all;}
.nav-pc .navBox dd{margin-bottom: 0.34rem;}
.nav-pc .navBox dd a{color: #fff;font-size: 0.18rem;transition: 0.6s all;opacity: 0.8;}
.nav-pc .navBox dd a:hover{opacity: 1;transition: 0.6s all;}

.search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; }
.search-dialog-box::before { content: ""; position: absolute; top: 0px; height: 0px; background: none; transition: all 0.6s ease 0s; left: 0px; right: 0px; z-index: 1; }
.search-dialog-box.on::before { height: 100%; }
.search-dialog-box .bubbles-bg { opacity: 0; visibility: hidden; display: none; }
.search-dialog-box .search-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 0px; margin: 0px; background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7); transform-origin: center center; transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.search-dialog-box .wrap-inner { transform: translateY(100%); transition: all 0.6s ease 0s; }
.header-right .bubbles-bg { opacity: 0; visibility: hidden; transition: all 0.5s ease 0.8s; }
.search-dialog-box .bubbles-bg .bubble { position: absolute; }
.search-dialog-box .bubbles-bg .bubble .circle { border-radius: 100%; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
.search-dialog-box .bubbles-bg .bubble1 { width: 6%; padding-top: 6%; left: 26.875%; top: -6.67%; }
.search-dialog-box .bubbles-bg .bubble1 .circle { border: 1px solid rgb(255, 255, 255); }
.search-dialog-box .bubbles-bg .bubble2 { width: 12px; padding-top: 12px; left: 13.54%; top: 18%; }
.search-dialog-box .bubbles-bg .bubble2 .circle { background-color: rgb(41, 167, 65); }
.search-dialog-box .bubbles-bg .bubble3 { width: 36px; padding-top: 36px; left: 8.854%; top: 30.55%; }
.search-dialog-box .bubbles-bg .bubble3 .circle { background-color: rgb(255, 255, 255); }
.search-dialog-box .bubbles-bg .bubble4 { width: 56.875%; padding-top: 56.875%; left: -28.6458%; top: 51.85%; }
.search-dialog-box .bubbles-bg .bubble4 .circle { background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05) 100%); }
.search-dialog-box .bubbles-bg .bubble5 { width: 54px; padding-top: 54px; left: 26.3%; top: 70.83%; }
.search-dialog-box .bubbles-bg .bubble5 .circle { background-color: rgb(255, 255, 255); opacity: 0.1; }
.search-dialog-box .bubbles-bg .bubble6 { width: 56.875%; padding-top: 56.875%; left: 73.4375%; top: -52.77%; }
.search-dialog-box .bubbles-bg .bubble6 .circle { background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1) 100%); }
.search-dialog-box .bubbles-bg .bubble7 { width: 2rem; padding-top: 2rem; left: 60.9375%; top: 18.5%; }
.search-dialog-box .bubbles-bg .bubble7 .circle { background-color: rgb(41, 167, 65); }
.search-dialog-box .bubbles-bg .bubble8 { width: 1.35rem; padding-top: 1.35rem; left: 95.83%; top: 70.83%; }
.search-dialog-box .bubbles-bg .bubble8 .circle { border: 1px solid rgb(255, 255, 255); }
.search-dialog-box .bubbles-bg .bubble9 { width: 16px; padding-top: 16px; left: 76.5625%; top: 96.296%; }
.search-dialog-box .bubbles-bg .bubble9 .circle { background-color: rgb(255, 255, 255); }
.search-dialog-box .bubbles-bg .bubble10 { width: 56.875%; padding-top: 56.875%; left: 71.354%; top: 87%; }
.search-dialog-box .bubbles-bg .bubble10 .circle { background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3) 100%); }
.search-dialog-box .bubbles-bg .bubble { animation: 8s linear 0s infinite normal none running spin; transform-origin: 50% 45%; }
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) { animation: 8s linear 0s infinite normal none running spin2; }
.search-dialog-box .bubbles-bg .bubble .circle { animation: 8s linear 0s infinite normal none running spin-reverse; }
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle { animation: 8s linear 0s infinite normal none running spin-reverse2; }
.search-dialog-box .bubbles-bg .sm-bubble { transform-origin: 30% 30px; }
.search-dialog { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; }
.search-dialog .search-tit { font-size: 2.75rem; line-height: 3.5rem; color: rgb(255, 255, 255); text-align: center; overflow: hidden; display: none; }
.search-dialog .search-inner { overflow: hidden; margin-top: 0px; }
.search-dialog .search-input { width: 50%; margin: 0px auto; padding: 0px 0rem 0px 1.5rem; box-sizing: border-box; transition: all 0.3s ease 0s; max-width: 94%; }
.search-dialog .search-input input[type="text"] { float: left; height: 1rem; width: calc(100% - 1rem); background-color: transparent; font-size: 0.18rem; line-height: 1rem; color: rgb(145, 145, 145); transition: all 0.3s ease 0s; outline: none; border-width: 0px 0px 1px; border-top-style: initial; border-right-style: initial; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-left-color: initial; border-image: initial; border-bottom-style: solid; border-bottom-color: rgba(255, 255, 255, 0.6); }
.search-dialog .search-input input[type="text"]::-webkit-input-placeholder { color: rgb(145, 145, 145); }
.search-dialog .search-input input[type="image"], .search-dialog .search-input .clear-btn { float: right; height: 0.8rem; width: 0.8rem; }
.search-dialog .search-input input[type="image"] { background: url("../images25/search02.png") center center no-repeat #2d4198; height: 0.8rem; width: 0.8rem; border-radius: 100px; }
.search-dialog .search-input .clear-btn { background-color: rgba(0, 0, 0, 0.2); background-repeat: no-repeat; background-position: center center; background-image: url(); background-size: 3.5rem; border-radius: 100%; margin-right: 1rem; display: none; }
.search-dialog .search-input.on { background-color: rgb(255, 255, 255); }
.search-dialog .search-input.on input[type="image"] { background-image: url(""); }
.search-dialog .hot-search { font-size: 0px; width: 19.5rem; margin: 0.6rem auto 0px; box-sizing: border-box; padding: 0px 0.6rem; overflow: hidden; }
.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link { display: inline-block; zoom: 1; vertical-align: top; }
.search-dialog .hot-search .hot-tit { font-size: 0.375rem; line-height: 0.5rem; color: rgb(255, 255, 255); font-weight: bold; padding-left: 0.6rem; background-repeat: no-repeat; background-position: left center; background-size: 0.5rem; background-image: url(""); }
.search-dialog .hot-link { margin-left: 1rem; }
.search-dialog .hot-link a { display: inline-block; zoom: 1; font-size: 0.375rem; line-height: 0.5rem; margin-right: 0.75rem; color: rgb(255, 255, 255); padding-bottom: 5px; position: relative; }
.search-dialog .hot-link a::before { content: ""; position: absolute; left: 0%; bottom: 0px; width: 100%; height: 2px; background-color: rgb(255, 255, 255); transform: scaleX(0); transform-origin: left center; transition: transform 0.3s ease 0s; }
.search-dialog-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.search-dialog-box .bottom-box .share-box { overflow: hidden; }
.search-dialog-box .bottom-box .copy { font-size: 0.35rem; line-height: 0.5rem; color: rgb(255, 255, 255); font-family: gilroy-regular; margin-top: 0.5rem; overflow: hidden; }
.header-right.is-open .bubbles-bg { visibility: visible; opacity: 1; }
.header-right.is-open .search-btn .con-box { display: none; }
.header-right.is-open .close-btn { display: block; }
.header-right.is-open .item .search-bg { transform: scale(1); }
.search-dialog-box.on { opacity: 1; visibility: visible; }
.search-dialog-box.on .search-bg { height: 100vh; }
.search-dialog-box.on .bubbles-bg { opacity: 1; visibility: visible; }
.search-dialog-box.on .wrap-inner { transform: translateY(0px); }
.pub-close { position: absolute; width: 51px; height: 52px; z-index: 10; right: 0.8rem; top: 0.8rem; border-radius: 100%; }
.pub-close .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgb(28, 90, 183); transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-image: url("../images25/search_close.png"); transition: all 0.6s ease 0s; }
.pub-close i:hover { transform: rotate(180deg); }
@keyframes spin { 
  100% { transform: rotate(1turn); }
}
@keyframes spin2 { 
  100% { transform: rotate(-1turn); }
}
@keyframes spin-reverse { 
  0% { transform: rotate(1turn); }
}
@keyframes spin-reverse2 { 
  0% { transform: rotate(-1turn); }
}
.tc_search { margin: 0.3rem 0.2rem 0px; width: calc(100% - 0.4rem); position: relative; }
.tc_search form { height: 40px; border-radius: 0px;position: relative; width: 100%; margin-bottom: 1rem; }
.tc_search .keyword { font-size: 0.18rem; color: rgb(255, 255, 255); height: 40px; line-height: 40px; box-shadow: none; appearance: none; background: none; width: 100%; outline: none; border: 1px solid rgba(255, 255, 255, 0.5); padding: 0px 51px 0 16px; }
.tc_search .btn_blue { position: absolute; right: 0px; width: 40px; height: 40px; line-height: 38px; border: 0px; background: url("../images25/search_white.png") center center / 0.2rem no-repeat; }
.tc_search .btn_blue.fr { background: rgb(233, 237, 239); color: rgb(78, 79, 83); }
.tc_search input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.7); }
.tc_search input:focus::-webkit-input-placeholder { color: transparent; }
#nav_btn_box { height: 100%; z-index: 999999999; float: right;}
#nav_btn_box.on { background: none; }
#nav_btn { }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before { background: rgb(255, 255, 255); }
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; transition: all 0.5s ease 0s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 0.24rem; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 0.3rem; }
#nav_btn .navbtn { position: absolute; top: 12px; left: 0px; display: inline-block; width: 24px; height: 1px; transition: all 0.3s ease-out 0s; background: rgb(255, 255, 255); }
#nav_btn .navbtn::after, #nav_btn .navbtn::before { position: absolute; left: 0px; display: inline-block; width: 0.2rem; height: 1px; content: ""; transition: all 0.3s ease-out 0s; background: rgb(255, 255, 255); }
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn { background: transparent; }
#nav_btn .point.on .navbtn::after { transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { transform: rotate(-45deg); top: 0px; }
.m_nav_list { flex-direction: column; justify-content: flex-start; width: 100%; margin: 0.3rem 0px 0px; }
.m_nav_list::-webkit-scrollbar { display: none; }
#m_nav { z-index: 99999; position: fixed; width: 100%; height: 100vh; right: -105%; top: 0px; padding: 0.3rem 0px 0.2rem; overflow: hidden; pointer-events: none; transition: all 0.3s ease-out 0s; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;
background: #14447f;
}
#m_nav .close { position: absolute; top: 6px; right: 15px; font-size: 28px; color: rgb(255, 255, 255); z-index: 10000; }
#m_nav.act { pointer-events: auto; right: 0px; overflow: auto; }
#m_nav > ul > li { width: 100%; overflow: hidden; padding: 0px 0px 0px 0.3rem; position: relative; }
#m_nav > ul > li { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
#m_nav li .a { display: inline-block; width: calc(100% - 30px); }
#m_nav li .a { line-height: 0.6rem; height: 0.6rem; color: rgb(255, 255, 255); padding: 0px; font-size: 14px; float: left; }
#m_nav li .a span { display: block; position: absolute; top: 0px; right: 10px; width: 20px; height: 50px; text-align: center; }
#m_nav li .a span i { font-size: 0px; }
#m_nav li i { opacity: 1; width: 0.6rem; height: 0.6rem; background-image: url("../images25/arrow_down.png"); background-position: calc(100% - 30px) center; background-repeat: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; position: absolute; display: block; right: 0px; background-size: 13px 13px !important; }
#m_nav li.on i { background: url("../images/arrow_down_on.png") calc(100% - 30px) center no-repeat; }
#m_nav .on.title .a i { transform: rotate(-90deg); }
#m_nav li { display: block; width: 100%; }
.slide_nav { position: absolute; left: 0px; height: 70px; z-index: 998; padding: 15px; top: 0px; width: 100%; }
#m_nav .title .list { display: none; position: relative; width: 100%; z-index: 9; left: 0px; margin-left: 0px; background: none; border: 0px; clear: both; padding-bottom: 10px; }
#m_nav .title .list span { background: none; }
#m_nav .title .list span a:hover { color: #006179; }
#m_nav .title .list a { display: block; font-size: 0.18rem; color: rgba(255, 255, 255, 0.6); text-align: left; line-height: 40px; height: 40px; border: 0px; font-weight: 300; }
#m_nav .title .list .void > a { background-size: 10px; position: relative; }
#m_nav .title .list .void > a::before { content: "??????脙篓脜陆脗陆脙搂芒鈧∶⑩偓掳脙漏脣鈥犆偮�????脙搂脜鈥櫭偮兟偮访偮兟⑩偓拧芒鈧�??a脙篓脜鈥櫭⑩偓娄脙漏脣鈥犆偮ッ兟γ偮久吢该兟偮偮ッ兟⒚⑩偓聺脗戮?脙娄脗潞脜鈥櫭兟γ⑩偓隆脜聽脙庐芒鈧∶偮访兟γ吢该偮�????脙篓脜鈥櫭⑩偓娄脙漏脣鈥犆偮ッ兟γ偮久吢该兟偮偮ッ冣�樏⑩�毬�?脙茠脗路????脙楼脗驴芒鈥灺⒚兟γ偮裁偮っ兟┟偮裁偮�"; position: absolute; left: -1em; font-size: 12px; font-weight: bold; }
#m_nav .title .list span { position: relative; display: block; }
#m_nav .title .list span .sub { position: static; width: 100%; overflow: hidden; display: block !important;}
#m_nav .title .sub a { background: none; font-size: 0.875rem; opacity: 0.8; min-width: 50%; float: left; display: inline-block; color: rgb(153, 153, 153); }
#m_nav p{text-align: center;width: 100%;}
#m_nav>p{margin-bottom: 15px;}
#m_nav p a{color: #fff;padding: 0 10px;font-size: 14px;}



.nav_mask { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 888; background-color: rgba(0, 0, 0, 0.4); display: none; }
.m_header_box { transition: all 0.6s ease 0s; display: none;}
#m_header #logo .box_table { width: auto; float: left; display: table; height: 100%; }
#nav_btn_box .box_table { width: auto; float: left; display: table; height: 100%; }
#nav_btn_box .box_table .box_table_cell { vertical-align: middle; display: table-cell; }
#m_header #logo .box_table .box_table_cell { vertical-align: middle; display: table-cell; margin: 0px auto; }
#m_header #logo .box_table .box_table_cell a { display: block; }
.m_header_box header { padding: 0px 5%; height: 70px;position: fixed; top: 0px; left: 0px; right: 0px; z-index: 100; box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.18);background:#14447f;background-size: cover;}
#m_header #logo { float: left; height: 50px;margin-top: 10px; }
#m_header #logo img { max-height: 0.7rem; width: 100%; }
#m_header .yuyan { height: 4.5rem; float: right; margin-right: 4rem; }
#m_header .yuyan span { display: block; width: 24px; height: 24px; line-height: 24px; color: rgb(255, 255, 255); font-size: 0.9rem; text-align: center; margin-left: 17px; background: rgba(255, 255, 255, 0.3); }
.ej .toubu_div { position: initial; }
.ej #nav ul li h3 { color: rgb(51, 51, 51); font-family: "microsoft yahei"; }
.ej #nav ul li.on h3, .ej #nav ul li:hover h3 { color: rgb(255, 255, 255); }
.ej .list_box0 .li { line-height: 3rem; }
.ej .list_box0 .li > a { color: rgb(102, 102, 102); }
.ej .list_box0 .li input.txt { border-bottom: 1px solid rgb(102, 102, 102); }
.ej #header #logo .box_table { height: 132px;}
.ej #header { height: 8.18rem; }
.ej .header_box_li { height: 8.18rem; }
#fp-nav.fp-right { display: none; }
#m_nav .phone{padding: 0 0.3rem;}
#m_nav .phone p{font-size: 0.14rem;color: #fff;line-height: 0.24rem;text-align: left;margin-bottom: 0.05rem;}
.m_links{width: 100%;padding: 0 0.3rem;}
.m_links dd{width: 31%;margin-top: 0.12rem;border: 0.01rem solid rgba(255,255,255,0.3);border-radius: 0.05rem;}
.m_links dd a{display: block; font-size: 0.18rem;color: #fff;padding: 0.14rem 0.1rem;text-align: center;}
@media (max-width: 1820px) {
  #header .w163{margin: 0 100px;width: calc(100% - 200px);}
}
@media (max-width: 1200px) {
  .m_header_box { display: block; }
  .header_box { display: none; }
}
@media (max-width: 768px) {
 .m_links .language h3{font-size: 0.2rem;}
 .m_links .language dd{width: 25%;}
 .m_links .language dd a{font-size: 0.16rem;}
}
@media (max-width: 540px) {
 .m_links .language dd{width: 33.3%;}
}






/* banner */
.bannerBox{width:100%;position: relative;z-index: 1;}
.bannerBox .swiper-container{max-width: 100%;}
.bannerBox .swiper-slide a{display: block;position: relative;}
.bannerBox .swiper-slide a::after{content: "";width: 100%;height: 100%;background: url(../images25/topBG.png) repeat-x top;position: absolute;left: 0;top: 0;}
.bannerBox .swiper-slide img{display: block;width: 100vw; position: relative;object-fit: cover;}
.bannerBox .swiper-slide .text{position: absolute;z-index: 8;width: 55.9%;height: 1.5rem; bottom:-0.86rem;left: 0;background: #fff;box-shadow: 0px 0px 12.09px 0.91px rgba(0, 0, 0, 0.24);border-top-right-radius: 1.2rem;}
.bannerBox .swiper-slide .text p{width: 64%;margin-left: 22.34%;margin-top: 0.5rem; font-size: 0.18rem;color: #489ae3;line-height: 0.3rem;height: 0.6rem;}
.bannerBox .swiper-pagination{bottom: 0.7rem !important;}
.bannerBox .swiper-pagination-bullet{width: 0.15rem;height: 0.15rem;margin: 0 0.08rem !important;background: #fff;border-radius: 50%; opacity: 0.5;position: relative;}
.bannerBox .swiper-pagination-bullet-active{width: 0.43rem;height: 0.43rem;background: url(../images25/bannerD01.png) no-repeat center;background-size: 0.43rem 0.43rem; opacity: 1;position: relative;bottom: -0.14rem;}
/* .bannerBox .swiper-button-prev,.bannerBox .swiper-button-next{width: 0.6rem;height: 0.6rem;border: none;left: auto;margin-left: 0;margin-top: -0.3rem;opacity: 0.4;transition: 0.6s all;}
.bannerBox .swiper-button-prev{left: 5vw;background: url(../images25/bannerL.png) no-repeat center;background-size: 0.6rem 0.6rem;}
.bannerBox .swiper-button-next{right: 5vw;background: url(../images25/bannerR.png) no-repeat center;background-size: 0.6rem 0.6rem;}
.bannerBox .swiper-button-prev:hover,.bannerBox .swiper-button-next:hover{opacity: 1;transition: 0.6s all;} */
@media(max-width: 1720px){
}
@media(max-width: 1400px){

}
@media(max-width: 1200px){
	.bannerTit{display: none;}
	.bannerBox .swiper-container{padding-bottom: 0;}
	.bannerBox .swiper-slide .pic{position: relative;}
	.bannerBox .swiper-slide img{height:36vw;}
	.bannerBox .swiper-slide a::after{display: none;}
	
	
}
@media(max-width: 850px){
	.bannerBox .swiper-pagination{bottom: 0.2rem !important;}
	
}	
@media(max-width: 640px){
}
@media(max-width: 540px){
	.topLinks li .icon img{max-height: 0.5rem;}
	.topLinks li .icon{height: 0.5rem;}
	.bannerBox .swiper-slide .text p{font-size: 0.2rem;}
}

/* banner end */
.part1BG{position: relative; }
.part1BG::after{content: "";width: 100%;height: 100%;background: url(../images25/part1BG01.png) no-repeat right bottom;position: absolute;right: 0;bottom: 0;}
.Cotitle{margin-bottom: 0.5rem;position: relative;}
.Cotitle .text{display: table;margin: 0 auto;}
.Cotitle .more{position: absolute;right: 0;top: 0.08rem;}
.Cotitle .more a{display: block;line-height: 0.3rem;padding-right: 0.4rem;font-size: 0.14rem;color: #0060c8;background: url(../images25/more.png) no-repeat right center;background-size: 0.3rem 0.3rem;transition: 0.6s all;}
.Cotitle .text h5{font-size: 0.36rem;color: #323232;padding-bottom: 0.1rem;position: relative;padding-left: 0.26rem;margin-bottom: 0.1rem;}
.Cotitle .text h5 i{font-style: normal;margin-right: 0.34rem;font-size: 0.5rem;color: #14447f;bottom: -0.1rem;position: relative;}
.Cotitle .text h5::after{content: "";width: 1.48rem;height: 0.64rem;background: url(../images25/title01.png) no-repeat center;background-size: 1.48rem 0.64rem;position: absolute;left: 0;bottom: 0;}
.Cotitle .text h3{font-size: 0.16rem;color: #9fb5da;padding: 0 0.15rem;position: relative;display: table;}
.Cotitle .text h3::after{content: "";width: 0.08rem;height: 0.01rem;background: #0059b9;position: absolute;left: 0;top: 50%;}
.Cotitle .text h3::before{content: "";width: 0.08rem;height: 0.01rem;background: #0059b9;position: absolute;right: 0;top: 50%;}
.Cotitle .more a:hover{padding-right: 0.34rem;transition: 0.6s all;}
/* part1 */
.part1{padding: 0.7rem 0 0.9rem 0;background:#fafaf8 url(../images25/part1BG02.png) no-repeat bottom center;background-size: cover;}
.part1 .w14{position: relative;z-index: 3;}
.part1TL{width: 48.57%;}
.part1TL .swiper-slide a{display: block;position: relative;}
.part1TL .swiper-slide .pic{overflow: hidden;position: relative;}
.part1TL .swiper-slide .pic::after{content: "";width: 100%;height: 100%;background: url(../images25/part1-07.png) repeat-x bottom;position: absolute;left: 0;bottom: 0;}
.part1TL .swiper-slide .pic img{display: block;width: 100%;object-fit: cover;height: 4.1rem;transition: 0.6s all;}
.part1TL .swiper-slide .text{position: absolute;width: calc(100% - 1.3rem);left: 0.3rem;bottom: 0.2rem;}
.part1TL .swiper-slide .text i{display: table; font-style: normal;font-size: 0.14rem;color: #fff;padding-right: 0.42rem;line-height: 0.2rem;background: url(../images25/part1-03.png) no-repeat right center;background-size: 0.29rem 0.13rem;margin-bottom: 0.08rem;}
.part1TL .swiper-slide .text p{font-size: 0.18rem;color: #fff;line-height: 0.22rem;height: 0.22rem;}
.part1TL .swiper-slide .text p span{background-image: linear-gradient(#fff,#fff);}
.part1TL .swiper-pagination{width: auto !important;right: 0.3rem;bottom: 0.2rem !important;left: auto !important;}
.part1TL .swiper-pagination-bullet{width: 0.1rem;height: 0.1rem;background: rgba(255,255,255,0.6);border-radius: 50%;opacity: 1;}
.part1TL .swiper-pagination-bullet-active{background: #fff;}
.part1TL .swiper-slide:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.part1T ul{width: 49%;}
.part1T li{width: 47.23%;background: #14447f url(../images25/part1-04.png) no-repeat bottom center;transition: 0.6s all;}
.part1T li+li{background: #fff;}
.part1T li a{display: block;padding:0.6rem 0.2rem 0.2rem 0.2rem;height: 100%;}
.part1T li i{font-style: normal;font-size: 0.14rem;color: #a7b2c6;padding-left: 0.24rem;background: url(../images25/timeW.png) no-repeat left center;background-size: 0.13rem 0.13rem;}
.part1T li h5{margin-top: 0.2rem;font-size: 0.18rem;color: #fff;line-height: 0.28rem;height: 0.56rem;}
.part1T li h5 span{background-image: linear-gradient(#fff,#fff);}
.part1T li p{font-size: 0.15rem;color: #bac3d2;line-height: 0.28rem;max-height: 1.74rem;padding-top: 0.34rem;margin-top: 0.14rem;border-top: 0.01rem dashed #4f7099;}
.part1T li+li i{color: #b9b9b9;background: url(../images25/time.png) no-repeat left center;background-size: 0.13rem 0.13rem;} 
.part1T li+li h5{color: #323232;}
.part1T li+li h5 span{background-image: linear-gradient(#14447f,#14447f);}
.part1T li+li p{color: #a5a5a5;border-top: 0.01rem dashed #d6d6d6;}
.part1T li:hover{box-shadow: 0px 2px 46px 4px rgba(0, 0, 0, 0.18);transition: 0.6s all;}
.part1T li+li:hover h5{color: #14447f; transition: 0.6s all;}
.part1B{margin-top: 0.28rem;}
.part1B ul{width: 74.64%;}
.part1B li{width: 31.1%;background: #fff;ransition: 0.6s all;}
.part1B li a{display: block;padding: 0.6rem 0.2rem 0.82rem 0.2rem;}
.part1B li i{font-style: normal;font-size: 0.14rem;padding-left: 0.24rem;color: #b9b9b9;background: url(../images25/time.png) no-repeat left center;background-size: 0.13rem 0.13rem;}
.part1B li h5{margin-top: 0.2rem;font-size: 0.18rem;line-height: 0.28rem;height: 0.56rem;color: #323232;}
.part1B li h5 span{background-image: linear-gradient(#14447f,#14447f);}
.part1B li p{font-size: 0.15rem;color: #a5a5a5;line-height: 0.28rem;max-height: 1.74rem;padding-top: 0.34rem;margin-top: 0.14rem;border-top: 0.01rem dashed #d6d6d6;}
.part1B li:nth-child(2){background: #01b38b url(../images25/part1-04.png) no-repeat bottom center;}
.part1B li:nth-child(2) i{color: #a4dbca; background: url(../images25/timeW.png) no-repeat left center;background-size: 0.13rem 0.13rem;}
.part1B li:nth-child(2) h5{color: #fff;}
.part1B li:nth-child(2) h5 span{background-image: linear-gradient(#fff,#fff);}
.part1B li:nth-child(2) p{color: #b8e3d5;}
.part1B li:hover{box-shadow: 0px 2px 46px 4px rgba(0, 0, 0, 0.18);transition: 0.6s all;}
.part1BR{width: 23.13%;}
.part1BRT{margin-bottom: 0.2rem;}
.part1BRT+.part1BRT{margin-bottom: 0rem;}
.part1BRT a{display: block;position: relative;}
.part1BRT .pic{overflow: hidden;position: relative;}
.part1BRT .pic::after{content: "";width: 100%;height: 100%;background: url(../images25/part1-07.png) repeat-x bottom;position: absolute;left: 0;bottom: 0;}
.part1BRT .pic img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 2rem;}
.part1BRT .text{position: absolute;bottom: 0.1rem;width: 100%;padding: 0 0.2rem;left: 0;}
.part1BRT i{    position: absolute;top:0.1rem;font-style: normal;font-size: 0.14rem;padding-left: 0.24rem;color: #fff;/*background: url(../images25/timeW.png) no-repeat left center;*/background-size: 0.13rem 0.13rem;}

.part1BRT .text p{font-size: 0.18rem;color: #fff;line-height: 0.28rem;height: 0.56rem;}
.part1BRT .text p span{background-image: linear-gradient(#fff,#fff);}
.part1BRT:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.part1BRB a{padding: 0.35rem 0.2rem 0.35rem 0.2rem;display: block;background: url(../images25/part1-06.jpg) no-repeat center;background-size: cover;}
.part1BRB .icon img{display: table;margin: 0 auto;}
.part1BRB p{margin-top: 0.15rem;font-size: 0.18rem;color: #fff;text-align: center;line-height: 0.28rem;}
.part1BRB p span{background-image: linear-gradient(#fff,#fff);}
@media(max-width: 850px){
.part1{padding: 0.5rem 0;}
.Cotitle{margin-bottom: 0.2rem;}
.part1TL{width: 100%;}
.part1T ul{width: 100%;}
.part1T li{width: 100%;margin-top: 0.15rem;}
.part1T li p,.part1B li p{display: none;}
.part1TL .swiper-slide .pic img{height: 56vw;}
.part1TL .swiper-slide .text i{font-size: 0.18rem;}
.part1TL .swiper-slide .text p{font-size: 0.22rem;}
.part1T li a,.part1B li a{padding: 0.2rem;}
.part1T li i{font-size: 0.18rem;}
.part1T li h5,.part1B li h5{font-size: 0.22rem;line-height: 0.32rem;height: auto;max-height: 0.64rem;}
.part1B ul{width: 100%;}
.part1B li{width: 100%;margin-bottom: 0.15rem;}
.part1BR{width: 100%;}
.part1BRT .pic img{height: 56vw;}
.part1BRT .text p{font-size: 0.22rem;line-height: 0.32rem;height: auto;max-height: 0.64rem;}
.part1BRB p{font-size: 0.18rem;}
.part1BRB a{padding: 0.3rem;}
}
/* part2 */
.part2{background: url(../images25/part2BG01.png) no-repeat top center;background-size: cover;margin-top: -0.04rem;padding: 0.7rem 0 1.2rem 0;position: relative;}
.part2::after{content: "";width: 2.56rem;height: 0.85rem;background: url(../images25/part2BG02.png) no-repeat bottom center;background-size: 2.56rem 0.85rem;position: absolute;left: 50%;margin-left: -1.28rem;bottom: 0;}
.part2 .w14{position: relative;z-index: 3;}
.part2 ul{margin-bottom: -0.36rem;}
.part2 li{width: 31.78%;margin-bottom: 0.36rem;background: #fff;border: 0.01rem solid #d8d8d8;position: relative;}
.part2 li::after{content: "";width: 0;height: 100%;background: #14447f url(../images25/part2-02.png) no-repeat right bottom;position: absolute;left: 0;top: 0;transition: 0.6s all;}
.part2 li a{padding: 0.25rem 0.2rem;align-items: center;position: relative;z-index: 2;}
.part2 li .time{width: 0.65rem;height: 0.81rem;background: url(../images25/part2-01.png) no-repeat center;background-size: 0.65rem 0.81rem;transition: 0.6s all;}
.part2 li .time .day{font-size: 0.3rem;color: #0a55a6;font-weight: bold;text-align: center;padding: 0.2rem 0 0.04rem 0;transition: 0.6s all;}
.part2 li .time .year{color: #0a55a6;font-size: 0.14rem;text-align: center;transition: 0.6s all;}
.part2 li p{margin-left: 0.1rem;padding-left: 0.2rem;width: calc(100% - 0.75rem);font-size: 0.18rem;color: #323232;line-height: 0.28rem;height: 0.56rem; border-left: 0.01rem solid #d7d7d7;transition: 0.6s all;}
.part2 li:hover::after{width: 100%;transition: 0.6s all;}
.part2 li:hover .time{background: url(../images25/part2-01on.png) no-repeat center;background-size: 0.65rem 0.81rem;transition: 0.6s all;}
.part2 li:hover .time .day{color: #fff;transition: 0.6s all;}
.part2 li:hover .time .year{color: #fff;transition: 0.6s all;}
.part2 li:hover p{color: #fff;border-left: 0.01rem solid #5578a3;transition: 0.6s all;}
@media(max-width: 850px){
.part2{padding: 0.5rem 0;}
.part2 li{width: 100%;margin-bottom: 0.15rem;}
.part2 li p{font-size: 0.22rem;line-height: 0.32rem;height: 0.64rem;}
}
/* part3 */
.part3BG{position: relative;}
.part3BG::after{content: "";width: 100%;height: calc(100% - 5.2rem);background: url(../images25/part4BG01.png) no-repeat bottom center;background-size: cover;position: absolute;bottom: 0;left: 0;    z-index: -1;}
.part3{position: relative;padding-top: 0.8rem;z-index: 2;}
.part3::after{content: "";width: 100%;height: 5.2rem;background: url(../images25/part3BG01.jpg) no-repeat top center;background-size: cover;position: absolute;left: 0;top: 0;}
.part3 .w14{position: relative;z-index: 2;}
.part3 .Cotitle .text h5{color: #fff;}
.part3 .Cotitle .text h5 i{color: #fff;}
.part3 .Cotitle .text h5::after{background: url(../images25/title02.png) no-repeat center;background-size: 1.48rem 0.64rem;}
.part3 .Cotitle .text h3::before{background: #fff;}
.part3 .Cotitle .text h3::after{background: #fff;}
.part3Con{overflow: hidden;}
.part3Con .swiper-slide:nth-child(even){margin-top: 0.5rem;}
.part3Con .swiper-slide{filter: brightness(1);}
.part3Con .swiper-slide a{display: block;background-color: rgb(255, 255, 255);box-shadow: 5.657px 5.657px 47px 3px rgba(6, 0, 1, 0.08);}
.part3Con .swiper-slide .pic{overflow: hidden;}
.part3Con .swiper-slide .pic img{display: block;width: 100%;transition: 0.6s all;height: 2.2rem;object-fit: cover;}
.part3Con .swiper-slide .text{padding: 0.2rem 0.3rem;}
.part3Con .swiper-slide .text h5{font-size: 0.3rem;color: #14447f;padding-bottom: 0.15rem;position: relative;margin-bottom: 0.36rem;}
.part3Con .swiper-slide .text h5::after{content: "";width: 0.3rem;height: 0.03rem;background: #0076f5;position: absolute;left: 0;bottom: 0;transition: 0.6s all;}
.part3Con .swiper-slide .text p{font-size: 0.15rem;color: #999999;line-height: 0.24rem;height: 0.48rem;margin-bottom: 0.3rem;}
.part3Con .swiper-slide .text .more{font-size: 0.14rem;color: #0060c8;line-height: 0.3rem; padding-right: 0.4rem;background: url(../images25/more.png) no-repeat right center;background-size: 0.3rem 0.3rem;text-align: right;} 
.part3Con .swiper-pagination{margin-top: 0.4rem;width: 100%;position: relative;}
.part3Con .swiper-pagination-bullet{width: 0.16rem;height: 0.16rem;background: #9ec3ea;opacity: 1;margin: 0 0.15rem;}
.part3Con .swiper-pagination-bullet-active{background: #1662bb;}
.part3Con .swiper-slide:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.part3Con .swiper-slide:hover .text h5::after{width: 0.6rem;transition: 0.6s all;}
@media(max-width: 850px){
	.part3{padding-top: 0.5rem;}
.part3Con .swiper-slide .pic img{height: 28vw;}
.part3Con .swiper-slide .text p,.part3Con .swiper-slide .text .more{font-size: 0.18rem;}
.part3Con .swiper-slide:nth-child(even){margin-top: 0;}
}
@media(max-width: 540px){
.part3Con .swiper-slide .pic img{height: 46vw;}
}
/* part4 */
.part4{padding:0.5rem 0 0.8rem 0;}
.part4Con{padding: 0 0.6rem;position: relative;}
.part4Con .mySwiper{overflow: hidden;}
.part4Con .swiper-slide{filter: brightness(1) !important;background: url(../images25/part4-05.jpg) no-repeat center;background-size: cover;}
.part4Con .swiper-slide:nth-child(2){background: url(../images25/part4-06.jpg) no-repeat center;background-size: cover;}
.part4Con .swiper-slide:nth-child(3){background: url(../images25/part4-07.jpg) no-repeat center;background-size: cover;}
.part4Con .swiper-slide:nth-child(4){background: url(../images25/part4-08.jpg) no-repeat center;background-size: cover;}
.part4Con .swiper-slide:nth-child(5){background: url(../images25/part4-0080.jpg) no-repeat center;background-size: cover;}
.part4Con .swiper-slide:nth-child(6){background: url(../images25/part4-06.jpg) no-repeat center;background-size: cover;}
.part4Con .swiper-slide:nth-child(7){background: url(../images25/part4-07.jpg) no-repeat center;background-size: cover;}
.part4Con .swiper-slide:nth-child(8){background: url(../images25/part4-08.jpg) no-repeat center;background-size: cover;}
.part4Con .swiper-slide:nth-child(9){background: url(../images25/part4-05.jpg) no-repeat center;background-size: cover;}
.part4Con .swiper-slide:nth-child(10){background: url(../images25/part4-06.jpg) no-repeat center;background-size: cover;}
.part4Con .swiper-slide:nth-child(11){background: url(../images25/part4-07.jpg) no-repeat center;background-size: cover;}
.part4Con .swiper-slide:nth-child(12){background: url(../images25/part4-08.jpg) no-repeat center;background-size: cover;}
.part4Con .swiper-slide a{display: block;padding: 0.2rem;}
.part4Con .swiper-slide .icon{height: 0.48rem;}
.part4Con .swiper-slide .icon img{display: table;margin: 0 auto;max-height: 0.48rem;}
.part4Con .swiper-slide p{margin-top: 0.14rem;font-size: 0.24rem;line-height: 0.34rem;text-align: center;color: #fff;}
.part4Con .swiper-button-prev,.part4Con .swiper-button-next{width: 0.38rem;height: 0.38rem;border: none;margin-left: 0;margin-top: -0.19rem;}
.part4Con .swiper-button-prev{left: 0;background: #90c5ff url(../images25/part4L.png) no-repeat center;}
.part4Con .swiper-button-prev:hover{background: #0059b9  url(../images25/part4L.png) no-repeat center;}
.part4Con .swiper-button-next{left: auto !important;right: 0;background: #90c5ff url(../images25/part4R.png) no-repeat center;}
.part4Con .swiper-button-next:hover{background: #0059b9  url(../images25/part4R.png) no-repeat center;}

/* footer */
.INlinks{background: #0059c4;padding: 0.12rem 0;}
.INlinks .w14{justify-content: flex-start;align-items: flex-start;}
.INlinks h5{font-size: 0.26rem;line-height: 0.4rem; color: #fff;font-family: KaiTi;padding-left: 0.4rem;background: url(../images25/links01.png) no-repeat left center;background-size: 0.27rem 0.18rem;margin-right: 0.15rem;}
.INlinks ul{width: 70%;}
.INlinks li{width: 31%;position: relative;}
.INlinks li h3{height: 0.4rem;border: 0.01rem solid #5e9adc;border-radius: 0.1rem;line-height: 0.4rem;text-align: center;font-size: 0.16rem;color: #fff;padding: 0 0.3rem;position: relative;}
.INlinks li h3::after{content: "";width: 0.08rem;height: 0.04rem;background: url(../images25/links02.png) no-repeat center;background-size: 0.08rem 0.04rem;position: absolute;right: 0.2rem;top: 50%;margin-top: -0.02rem;}
.INlinks li dl{position: absolute;display: none; left: 0;width: 100%;top: 100%;background: #fff;max-height: 2rem;overflow-y: scroll;padding: 0.1rem 0.2rem;line-height: 0.26rem;border-radius: 0.08rem;}
.INlinks li dd{margin: 0.05rem 0;}
.INlinks li dd a{font-size: 0.15rem;color: #323232;line-height: 0.22rem;transition: 0.6s all;}
.INlinks li dd a:hover{color: #0059c4;transition: 0.6s all;}
.INlinks li:hover dl{display: block;}
.footer{background: #114491 url(../images25/footerBG.png) no-repeat left bottom;padding: 0.6rem 0;}
.footerL{width: 81.14%;align-items: center;}
.footerL .pic{width: 54.13%;}
.footerL .pic img{display: block;max-width: 100%;max-height: 0.46rem;}
.footerL dl{width: calc(45.82% - 0.5rem);padding-left: 0.4rem;background: url(../images25/footer01.png) no-repeat left center;box-sizing: border-box;}
.footerL dd{padding-left: 0.38rem;background: url(../images25/footer02.png) no-repeat left 0.05rem;background-size: 0.18rem 0.18rem; font-size: 0.16rem;line-height: 0.22rem;margin-bottom: 0.15rem;color: #fff;}
.footerL dd+dd{background: url(../images25/footer04.png) no-repeat left 0.01rem;background-size: 0.18rem 0.18rem;}
.footerL dd+dd+dd{background: url(../images25/footer055.png) no-repeat left 0rem;background-size: 0.19rem 0.21rem;}
.footerL dd+dd+dd+dd{background: url(../images25/footer03.png) no-repeat left 0rem;background-size: 0.2rem 0.2rem;}
.footerR{width: 14.28%;display: flex;justify-content: flex-end;}
.footerR li{position: relative;cursor: pointer;    display: flex;justify-content: center;flex-wrap: wrap;}
.footerR li p{color: #fff;    font-size: 0.16rem;}
.footerR li .icon img{display: block;max-width: 0.45rem;}
.footerR li .ewm{/*position: absolute;*/
    bottom: 10%;
    left: 50%;
    margin-left: 0;
    display: block;
    padding-bottom: 0;}
.footerR li .ewm img{display: block;width: 1rem;}
.footerR li:hover .ewm{display: block;}
.copyright{background: #114591;border-top: 0.01rem solid #4770ac;padding: 0.18rem 0;}
.copyright p{font-size: 0.16rem;color: #fff;line-height: 0.24rem;text-align: center;}
@media(max-width: 850px){
.INlinks h5{width: 100%;}
.INlinks ul{width: 100%;}
.INlinks li{width: 33%;}
.footerL{width: 100%;margin-bottom: 0.2rem;}
.footerR{width: 100%;justify-content: center;}
.footerR li{margin: 0 0.05rem;    display: block;}
.footerL .pic{width: 100%;margin-bottom: 0.2rem;}
.footerL .pic img{display: table;margin: 0 auto;}
.footerL dl{padding-left: 0;background: none;width: 100%;}
.footerL dd{display: table;margin: 0.1rem auto;}
.footerR li .ewm img { margin: 0 auto;}
.footerR li p{margin-top: 0.2rem;}
}
@media(max-width: 540px){
.INlinks li{width: 49%;margin: 0.05rem 0;}
}
/* list */
/* list */
.list-banner{position: relative;}
.list-banner .pic{overflow: hidden;position: relative;}
.list-banner .pic::after{content: "";width: 100%;height: 100%;background: url(../images25/topBG.png) repeat-x top;position: absolute;left: 0;top: 0;}
.list-banner .pic::before{content: "";width: 100%;height: 100%;background: url(../images25/list-bannerBG.png) repeat-x bottom;position: absolute;left: 0;bottom: 0;}
.list-banner .pic img{display: block;width: 100%;}
.list-nav{box-shadow: 0px 3px 9.8px 0.2px rgba(163, 42, 85, 0.14);line-height: 0.6rem;}
#nav_slide{line-height: 0.5rem;position: relative;z-index: 2;display:none;}
#nav_slide #bnt_back{ position:absolute; left: 0.15rem; top:-2px;  }
#nav_slide #bnt_back img{height: 0.2rem;vertical-align: middle;}
#nav_slide .n_title{ height: 0.5rem;background: #114491;}
#nav_slide h1{font-size: 0.16rem;color: #fff;text-align: center;}
#bnt_sub_nav{position: absolute;right: 0.15rem;top: 0.14rem;cursor: pointer;}
#bnt_sub_nav img{display: block;height: 0.2rem;}
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #f9f9f9; display: none; z-index: 9;width: 100%;}
#sub_nav_content ul{}
#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #dedede;padding: 0 0.15rem;}
#sub_nav_content ul li a{display: inline-block;font-size: 0.14rem;padding: 0;color: #333;width: 88%;}
#sub_nav_content ul li i{float:right;font-family: simsun;font-style: normal;font-weight: bold;}
#sub_nav_content ul li ul li{border:0;line-height: 0.28rem;padding-left: 0.1rem;}
#sub_nav_content ul li ul li a{font-size: 0.14rem; color: #666;}
#sub_nav_content ul li.on>a{color: #114491;}
#sub_nav_content ul li ul{ display:none}

.listBox{padding: 0 0 0.8rem;min-height:500px;background: url(../images25/listBG.png) no-repeat right bottom;}
.listBox .w14{position: relative;}
.listBox .n_left{width: 3rem;position: relative;z-index: 1;margin-top: -0.94rem;}
.listBox .n_left h1{    padding: 0 0.1rem;height: 0.94rem;width: 100%;background:#14447f url(../images25/listNav01.png) no-repeat left bottom;display: flex;justify-content: center;align-items: center;}
.listBox .n_left h1 span{text-align: center;line-height: 0.36rem;font-size: 0.3rem;color:#fff;position: relative;}
.listBox .n_left .sider_nav{position: relative;z-index: 1;background: #fff url(../images25/listNav02.png) no-repeat bottom center;padding-bottom: 0.8rem;border-left: 0.03rem solid #e6e6e6;}
.listBox .n_left .sider_nav::after{content: "";width: 100%;height: 0.11rem; background: url(../images25/listNavBG.png) no-repeat bottom center;background-size: 2.95rem 0.11rem;position: absolute;left: 0.03rem;bottom: -0.11rem;}
.listBox .n_left ul{position:relative;}
.listBox .n_left .con{position: relative;}
.listBox .n_left .con ul li{line-height: 0.3rem;font-size: 0.18rem;color: #303030;position:relative;}
.listBox .n_left .con ul li.on{position: relative;}
.listBox .n_left .con ul li.on::after{content: "";width: 0.03rem;height: 100%;background: #0c58b6;position: absolute;left: -0.03rem;top: 0;}
.listBox .n_left .con ul li:hover{color: #14447f;}
.listBox .n_left .con ul li::after{content: "";width: calc(100% - 60px);height: 1px;border-bottom: 1px dashed #f0f0f0;position: absolute;left: 0.3rem;bottom: 0;}
.listBox .n_left .con ul li:last-child::after{display: none;}
.listBox .n_left .con ul li.on:before,.listBox .n_left .con ul li:hover:before{height: calc(100% + 2px);}
.listBox .n_left .con ul li.on dl{display:block !important;}
.listBox .n_left .con ul li>a img{ margin:-3px 14px 0 0}

.listBox .n_left .con ul li>a{color: #323232;font-size: 0.2rem;display: block;padding: 0.25rem 0.3rem;transition: 0.36s;position: relative;}
.listBox .n_left .con ul li.on>a{color: #14447f;font-weight: 600; background: #f5f5f5;}
.listBox .n_left .con ul li:hover>a{color: #14447f;}
.listBox .n_left .con ul li.on:hover>a{color: #14447f;}
.listBox .n_left .con ul li dl{display:none;padding: 0.15rem 0.3rem;position:relative;}
.listBox .n_left .con ul li dl dd{height: auto;margin-bottom: 0.18rem;padding-left: 12px;position: relative;}
.listBox .n_left .con ul li dl dd::after{content: "";width: 4px;height: 4px;background: #14447f;position: absolute;left: 0;top: 0.12rem;}
.listBox .n_left .con ul li dl dd a{font-size: 0.18rem;color: #666666;position:relative;line-height: 24px;transition: 0.6s all;}
.listBox .n_left .con ul li dl dd.onn a{color: #14447f;}
.listBox .n_left .con ul li dl dd:hover a{color: #14447f;transition: 0.6s all;}
.listBox .n_left .con ul li dl dd:last-child{margin-bottom: 0;}
.listBox .n_left .con ul li dl dd a:before{content:"";position:absolute;left: 15px;top: 0;width: 10px;height: 100%;}
.listBox .n_left .con ul li.on i{background: url(../images25/jt.png) no-repeat center;}

.listBox .n_left .con ul li dl .sij{font-size: 0.16rem;color: #000;padding-left: 0.3rem;}
.listBox .n_left .con ul li dl .sij a{color: #666;}
.listBox .n_left .con ul li dl .sij.on a{color:#0042b3 !important;}
.listBox .n_left .con ul li dl .sij:hover a{color:#0042b3 !important;}

.listBox .n_left .con ul li i{background: url(../images25/jt.png) no-repeat center;}

.listBox .n_left .con ul li i{width: 0.08rem;height: 0.14rem;background-size: 100%; position:absolute;right: 0.3rem;top: 0.35rem;transition:0.36s;cursor: pointer;}
.listBox .n_left .con ul li dl dd a:hover, .listBox .n_left .con ul li dl dd.on a{color: #0042b3 !important;}
.listBox .listNr{width: calc(100% - 3.6rem);position: relative;margin-top: -0.8rem;}
.listBox .n_right .n_news{}
.mianbao{}
.mianbao h5{font-size: 0.3rem;color: #fff;line-height: 0.8rem;font-weight: 600;padding-left: 0.32rem;background: url(../images25/position.png) no-repeat left center;background-size: 0.14rem 0.19rem;}
.position{font-size:0.16rem;color: #fff;line-height: 0.8rem;}
.position a{color: #fff;transition:0.36s;}
.position span{font-size:14px;color:#fff;margin: 0 4px;}
.position a:hover{opacity: 0.6;}
.fanye{margin-top: 0.4rem;}
.fanye img{display: block;max-width: 100%;margin: 0 auto;}
@media(max-width: 1200px){
	
	#header{display: none;}
	#nav{display: none;}
	.banner_top{display: none;}
	.listBox .n_left{ display:none}
	.listBox .n_right{width:100%;padding: 0rem 0 0;}
	.mianbao{ display:none;}
	#nav_slide{ display:block;}
	.list-banner .pic::after,.list-banner .pic::before{background: none;}
	.listBox .listNr{width: 100%;margin-top: 0;}
	.listBox .w15{margin-top: 0;padding-top: 0.3rem;}
}
@media(max-width: 850px){
	#nav_slide h1{font-size: 0.22rem;}
	#sub_nav_content ul li ul li a{font-size: 0.18rem;}
	#sub_nav_content ul li a{font-size: 0.2rem;}
	.listBox{padding: 0 0 0.5rem 0;}
}
@media(max-width: 540px){
	.list-banner img{height: 100%;object-fit: cover;}
}
/* 氓鈥郝久р�扳�∶ニ嗏�斆÷� */
.n_tp{margin-top: 0.6rem;}
.n_tp ul{justify-content: flex-start;margin-right: -6.665%;margin-bottom: -0.4rem;}
.n_tp li{width: 28.89%;margin-right: 4.44%;margin-bottom: 0.4rem;}
.n_tp li a{display: block;}
.n_tp li .pic{overflow: hidden;}
.n_tp li .pic img{display: block;width: 100%;height: 2.2rem; object-fit: cover;transition: 0.6s all;}
.n_tp li .text{margin-top: 0.15rem;}
.n_tp li .text p{font-size: 0.16rem;color: #323232;line-height: 0.24rem;height: 0.48rem;transition: 0.6s all;}
.n_tp li .text p span{background-image: linear-gradient(#14447f,#14447f);}
.n_tp li .text i{display: block; font-style: normal;margin-top: 0.15rem;font-size: 0.14rem;line-height: 0.18rem; color: #14447f;padding-left: 0.22rem;background: url(../images25/timeB.png) no-repeat left center;background-size: 0.15rem 0.15rem;}
.n_tp li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_tp li:hover p{color: #14447f;transition: 0.6s all;}
@media(max-width: 1024px){
.n_tp li .pic img{height: 22vw;}
}
@media(max-width: 850px){
	.n_tp{margin-top: 0.2rem;}
	.n_tp ul{margin-right: 0;}
.n_tp li{width: 100%;margin-right: 0;margin-bottom: 0.3rem;}
.n_tp li .pic img{height: 56vw;}
.n_tp li .text p{font-size: 0.22rem;line-height: 0.32rem;height: 0.64rem;}
.n_tp li .text i{font-size: 0.18rem;}
}


/* 茅垄藴氓鈥郝久ニ嗏�斆÷� */
.n_tt{margin-top: 0.2rem;}
.n_tt li{border-bottom: 0.01rem solid #e7e8ec;position: relative;}
.n_tt li::after{content: "";width: 0;height: 100%;background: url(../images25/list01.jpg) no-repeat left center;background-size: cover;position: absolute;left: 0;top: 0;transition: 0.6s all;}
.n_tt li a{padding: 0.4rem 0.3rem;overflow: hidden;display: block;position: relative;transition: 0.6s all;z-index: 2;}
.n_tt li .time{width: 0.7rem;margin-right: 0.3rem;float: left;margin-top: 0.2rem;}
.n_tt li .time .day{font-size: 0.36rem;color: #14447f;text-align: center;margin-bottom: 0.12rem;}
.n_tt li .time .year{font-size: 0.14rem;color: #828282;text-align: center;}
.n_tt li .time .data{margin-top: 0.16rem;padding-top: 0.1rem;border-top: 0.01rem solid #d9dbe1;font-size: 0.14rem;color: #595959;text-align: center;}
.n_tt li .pic{float: left;overflow: hidden;width: 2.7rem;margin-right: 0.3rem;}
.n_tt li .pic img{display: block;width: 100%;height: 1.7rem;object-fit: cover;transition: 0.6s all;}
.n_tt li .text{}
.n_tt li .text h5{font-size: 0.18rem;color: #323232;line-height: 0.28rem;/*height: 0.56rem;*/margin-bottom: 0.3rem;transition: 0.6s all;}
.n_tt li .text i{font-style: normal;font-size: 0.14rem;color: #14447f;display: none;margin-bottom: 0.2rem;}
.n_tt li .text p{font-size: 0.14rem;color: #888888;line-height: 0.26rem;max-height: 0.78rem;transition: 0.6s all;}
.n_tt li:hover::after{width: 100%;transition: 0.6s all;}
.n_tt li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_tt li:hover .time .day{color: #fff;}
.n_tt li:hover .time .year{color: #fff;}
.n_tt li:hover .time .data{color: #fff;border-top: 0.01rem solid #8fa2c0;}
.n_tt li:hover .text h5{color: #fff;font-weight: bold;transition: 0.6s all;}
.n_tt li:hover .text p{color: #a3abbd;transition: 0.6s all;}

@media(max-width: 1200px){
	.position{display: none;}
}
@media(max-width: 1000px){
}
@media(max-width: 850px){
	#nav_slide{display: block;}
	.list-nav{display: none;}
}
@media(max-width: 768px){
	
	.n_tt li .pic{width: 100%;float: none;margin-right: 0;}
	.n_tt li .pic img{height: 52vw;}
	.n_tt li .time{display: none;}
	.n_tt li .text{padding-top: 0;margin-bottom: 0;width: 100%;margin-top: 0.2rem;}
	.n_tt li .text h5{font-size: 0.22rem;margin-bottom: 0.2rem;}
	.n_tt li .text i{display: block;}
	.n_tt li .text p{font-size: 0.18rem;}
	.n_tt li a{padding: 0;}
	.n_tt li{margin-bottom: 0.2rem;padding-bottom: 0.2rem;}
	
}
@media(max-width: 500px){
}
/* 忙鈥撀懊┾�斅幻ニ嗏�斆÷┞÷� */
.n_bt{margin-top: 0.6rem;}
.n_bt li{position: relative;}
.n_bt li::after{content: "";width: 0;height: 100%;background: #14447f;position: absolute;left: 0;top: 0;transition: 0.6s all;}
.n_bt li a{padding:0.2rem;border-bottom: 0.01rem solid #e4e4e4;transition: 0.6s all;align-items: center;position: relative;z-index: 2;}
.n_bt li p{width: calc(100% - 1.1rem); font-size: 0.18rem;line-height: 0.3rem;height: 0.3rem;color: #323232;transition: 0.6s all;padding-left: 0.2rem;position: relative;}
.n_bt li p::after{content: "";width: 0.06rem;height: 0.06rem;background: #005cc0;border-radius: 50%;position: absolute;left: 0;top: 0.12rem;}
.n_bt li:hover p::after{background:#fff;}


.n_bt li i{font-style: normal;width: 1rem;font-size: 0.14rem;color: #14447f;line-height: 0.3rem;text-align: right;transition: 0.6s all;}
.n_bt li:hover::after{width: 100%;transition: 0.6s all;}
.n_bt li:hover p{color: #fff;transition: 0.6s all;}
.n_bt li:hover i{color: #fff;transition: 0.6s all;}
@media(max-width: 850px){
	.n_bt{margin-top: 0.2rem;}
.n_bt li a{padding:0.2rem 0;}
	.n_bt li .text p{display: none;}
	.n_bt li .time{font-size: 0.22rem;}
	.n_bt li .text h5{font-size: 0.22rem;line-height: 0.34rem;height: 0.68rem;display: -webkit-box;white-space: normal;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
	.n_bt li .text{padding-right: 0;background: none;width: calc(100% - 1.4rem);}
	.n_bt li p{font-size: 0.22rem;height: 0.6rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;white-space: normal;}
}
/* 茅鈧∶嘎ッニ嗏�斆÷� */
.n_tz.part2{background: none;margin-top: 0;padding: 0;margin-top: 0.6rem;}
.n_tz.part2::after{display: none;}
.n_tz li{width: 48%;}
@media(max-width: 850px){
.n_tz.part2{margin-top: 0.2rem;}
.n_tz li{width: 100%;}

}
/* show */
.show{margin-top: 0.6rem;}
.show .fjys{padding: 0.1rem 0; margin-top: 0.5rem;}
.show .fjys li {line-height: 0.36rem;}
.show .fjys li p{text-indent: 0.36rem;font-size: 0.18rem;}




.show01 { margin-bottom: 0.3rem;position: relative; }
.show01 h5 { font-size: 0.26rem; color: rgb(0, 0, 0);  line-height: 0.36rem; margin-bottom: 0.2rem;text-align: center;font-weight: bold; }
.show01 p{padding: 0.12rem 0.12rem;text-align: center;background: #f1f8ff;}
.show01 p i{font-style: normal;margin: 0 0.15rem;font-size: 0.16rem;color: #999999;line-height: 0.26rem;}
.show02 p {line-height: 0.34rem !important;font-size: 0.18rem !important;color: #4c4c4c;margin:0rem 0rem 0.1rem 0rem !important;font-family: 氓戮庐猫陆炉茅鈥衡�γ┞烩�� !important;text-indent: 37px;word-break: break-all;}
.show02 p span{line-height: 0.34rem !important;font-size: 0.18rem !important;color: #4c4c4c;margin:0rem 0rem 0.1rem 0rem !important; font-family: 氓戮庐猫陆炉茅鈥衡�γ┞烩�� !important;text-indent: 37px;}
.show02 p video{    margin: 0 auto;}

.show02 div{line-height: 0.34rem !important;font-size: 0.18rem !important;color: #4c4c4c;margin:0rem 0rem 0.1rem 0rem !important;font-family: 氓戮庐猫陆炉茅鈥衡�γ┞烩�� !important;text-indent: 37px !important;}
.show02 div span{line-height: 0.34rem !important;font-size: 0.18rem !important;color: #4c4c4c;margin:0rem 0rem 0.1rem 0rem !important;font-family: 氓戮庐猫陆炉茅鈥衡�γ┞烩�� !important;text-indent: 37px !important;}


.show02 table p{    text-indent: 0 !important;}
#vsb_content_2 table{margin: 0 auto;width:100%;}
#vsb_content_2 table td p{text-indent:0 !important}

.show02 img {display: block;margin: 0px auto 0.2rem auto;max-width: 100%;/*margin-left: -2em;*/margin: 0 auto;max-width: 100%;height: auto !important;}
.show03 { padding-top: 0.3rem;border-top: 1px solid #e9eaee; position: relative;margin-top: 0.5rem; }
.show03 p { font-size:0.16rem;font-weight: bold; color: #4c4c4c; margin-bottom: 0.2rem;line-height: 0.26rem; }
.show03 p a { color: rgb(51, 51, 51); transition: all 0.2s ease 0s;font-weight: normal; }
.show03 p a:hover { color: #14447f; transition: all 0.2s ease 0s; }
@media(max-width: 850px){
.show01 p i{font-size: 0.18rem;}
.show02 p{font-size: 0.22rem !important;line-height: 0.42rem !important;text-indent: 0.44rem !important;}
.show03 p{font-size: 0.22rem;line-height: 0.32rem;}
.show .fjys{padding: 0.05rem;}
.show .fjys li p{font-size: 0.22rem;text-indent: 0.44rem !important;}


.show02 p video {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #14447f !important;
    color: #fff;
    background-color: #14447f !important;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    padding: 0px 11px !important;
    height: 30px !important;
    line-height: 30px !important;
}
/* 瀛﹂櫌绠�浠� */
.n_xyjj{margin-top: 0.6rem;margin-bottom: -0.6rem;}
.n_xyjj01{flex-wrap: nowrap;margin-bottom: 0.6rem;align-items: center;}
.n_xyjj01 .pic{margin-right: 0.6rem;}
.n_xyjj01 .pic img{display: block;max-width: 4.2rem;}
.n_xyjj01 p{font-size: 0.2rem;text-indent: 0.4rem;line-height: 0.36rem;color: #323232;text-align: justify;}
.n_xyjj01 p:last-child{margin-top: 0.3rem;}
.n_xyjj01:nth-child(even) .pic{margin-left: 0.6rem;margin-right: 0;}
.n_xyjj h3{font-size: 0.2rem;color: #323232;}
@media(max-width: 850px){
	.n_xyjj01 .pic{display: none;}
	.n_xyjj01{display: block;}
	.n_xyjj01+.n_xyjj01+.n_xyjj01+.n_xyjj01 .pic{display: block;margin-left: 0;}
	.n_xyjj01+.n_xyjj01+.n_xyjj01+.n_xyjj01+.n_xyjj01 .pic{margin-right: 0;}
	.n_xyjj01+.n_xyjj01+.n_xyjj01+.n_xyjj01+.n_xyjj01+.n_xyjj01 .pic{display: none;}
	.n_xyjj01 .pic img{max-width: 100%;}
	}
	
	
	/* map */
	.map{padding-top: 0.4rem;background: url(../images25/mapBG.jpg) no-repeat bottom center;background-size: cover;    z-index: 1;position: relative;}
	.map .w18{align-items: center;}
	.mapL{width: 24.44%;    margin-bottom: 1rem;    padding-left: 0.5rem;}
	.mapL dl{margin-bottom: 0.4rem;}
	.mapL dl:last-child{margin-bottom: 0;}
	.mapL dt{font-size: 0.3rem;color: #fff;font-weight: bold;line-height: 0.46rem;margin-bottom: 0.15rem;padding-left: 0.6rem;background: url(../images25/map02.png) no-repeat left top;background-size: 0.3rem 0.3rem;}
	.mapL dd{font-size: 0.18rem;color: #fff;opacity: 0.8;line-height: 0.28rem;}
	.mapR{position: relative;width: 75.56%;    z-index: 999;}
	
	.mapBG img{display: block;width: 100%;max-width: 14.07rem;}
	.mapCenter{position: absolute;top: 30.89%;left: 33.79%;} 
	.mapCenter img{display: block;}
	.mapCenter::after{content: "";width: 5.53rem;height: 5.52rem;background: url(../images25/map04.png) no-repeat center;background-size: 5.53rem 5.52rem;position: absolute;left: 50%;margin-left: -2.76rem;top: 50%;margin-top: -2.76rem;animation: rotateBg 20s linear infinite;}
	.mapR li{position: absolute;top: 48.72%;left: 13.11%;cursor: pointer;}
	
	.mapR li+li{top: 18.59%;left: 17.40%;}
	.mapR li+li+li{top: 22.97%;left: 34.56%;}
	.mapR li+li+li+li{top:62.51%;left: 45.21%;}
	.mapR li+li+li+li+li{top:38.74%;left: auto;right: 10.22%;}
	.mapR li+li+li+li+li+li{top:54.59%;left: auto;right: 4.4%;}
	.mapR li h5{font-size: 0.16rem;opacity: 0.7;padding-top: 0.4rem;background: url(../images25/map06.png) no-repeat top center;background-size: 0.3rem 0.3rem;color: #fff;position: relative;width: 0.8rem;text-align: center;}
	.mapR li h5::after{content: "";width: 0.81rem;height: 0.8rem;background: url(../images25/map05.png) no-repeat center;background-size: 0.81rem 0.8rem;position: absolute;left: 50%;margin-left: -0.4rem;top: 50%;margin-top: -0.4rem;animation: rotateBg 20s linear infinite;display: none;}
	.mapR li dl{position: absolute;display: none; width: 3.3rem;left: calc(100% + 0.2rem);top: -80%;background: rgba(255,255,255,0.8);padding: 0.3rem;}
	.mapR li dl::after{content: "";width: 0.2rem;height: 0.28rem; background: url(../images25/map07.png) no-repeat center;background-size: 0.2rem 0.28rem;position: absolute;left: -0.2rem;top: 20%;}
	.mapR li+li+li+li+li dl{left: auto;right: calc(100% + 0.2rem);}
	.mapR li+li+li+li+li dl::after{left: auto;right: -0.2rem;background: url(../images25/map08.png) no-repeat center;background-size: 0.2rem 0.28rem;}
	.mapR li dl dt{font-size: 0.24rem;color: #323232;font-weight: bold;padding-bottom: 0.12rem;margin-bottom: 0.18rem;position: relative;line-height: 0.3rem;}
	.mapR li dl dt::after{content: "";width: 0.3rem;height: 0.03rem;background: #e6b300;position: absolute;left: 0;bottom: 0;}
	.mapR li dl dd{font-size: 0.16rem;color: #414141;line-height: 0.24rem;margin-bottom: 0.1rem;}
	.mapR li dl dd:last-child{margin-bottom: 0;}
	.mapR li.active h5{opacity: 1;}
	.mapR li.active h5::after{display: block;}
	.mapR li.active dl{display: block;z-index: 9999;}
	.mapR li::after{content: "";position: absolute;width:0.65rem;height:0.6rem;border: 0.01rem solid rgba(255,255,255,0.2);border-radius: 50%; animation: icon1 4.2s linear infinite;transform-origin: center;left: 46%;top: 50%;margin-left: -0.3rem;margin-top: -0.3rem;}
	@keyframes icon1 {
	  0% { transform: scale(0.7,0.8); opacity: 0; }
	  20% { transform: scale(0.9,1); opacity: 1; }
	  80% { opacity: 1; }
	  100% { transform: scale(1.9,2); opacity: 0; }
	}
	
	/* 添加贝塞尔曲线 */
	.zoom-effect {
	  animation-delay: var(--delay);
	}
	@keyframes rotateBg {
	  0% { transform: rotate(0deg); }
	  100% { transform: rotate(360deg); }
	}
	.mapR li:hover{animation: none;transform:translateY(0) ;    z-index: 9999999;}
	  
	  
	
@media(max-width: 1024px){
.mapCenter img{width: 50%;}
}
	@media(max-width: 850px){
	.mapL{width: 100%;margin-bottom: 0.2rem;display: flex;flex-wrap: wrap;}	
	.mapL dl{width: 48%;}
	.mapR{width: 100%;}
	.mapL dt{font-size: 0.22rem;line-height: 0.32rem;}
		}

@media(max-width:650px){
        .mapR li{  top: 47.72%;left: 9.11%;}
	.mapR li+li+li+li{top: 57.51%;left: 40.21%;;}
	.mapR li+li+li+li+li{top:36.74%;left: auto;right: 9.22%;}
	.mapR li+li+li+li+li+li{top:54.59%;left: auto;right: 0.4%;}
.mapR li dl{background: rgba(255,255,255,0.9);
	}

@media (max-width: 520px){
.mapR li dl{width: 2.5rem;left: calc(100% - 0.1rem);}
.mapR li+li+li+li+li dl::after{right: -0.19rem;}
}
@media (max-width: 450px){	
.mapL dl{width:100%;}
.mapL dt{background-size: 0.3rem 0.3rem;}
.mapR li+li+li {top: 17.97%;}
}



.pb_sys_common {line-height: 0.5rem !important;}