@charset "UTF-8";
/* 引入自定义设置 */
@keyframes growShrink { 0% { transform: scale(1); }
  50% { transform: scale(1.03);
    /* 变大3% */ }
  100% { transform: scale(1); } }
@-webkit-keyframes bounce-up { 25% { -webkit-transform: translateY(5px); }
  50%, 100% { -webkit-transform: translateY(0); }
  75% { -webkit-transform: translateY(-5px); } }
@keyframes bounce-up { 25% { transform: translateY(5px); }
  50%, 100% { transform: translateY(0); }
  75% { transform: translateY(-5px); } }
@keyframes jump { 0% { transform: translateY(0); }
  50% { transform: translateY(-1.6rem); }
  100% { transform: translateY(0); } }
@keyframes slide { 0% { background-position: 0; }
  50% { background-position: -50px; }
  100% { background-position: 0; } }
@keyframes rotate { from { transform: rotate(0deg); }
  to { transform: rotate(360deg); } }
@keyframes circleFlashAnimation { 0% { opacity: 0.3; }
  25% { opacity: 0.1; }
  50% { opacity: 0.3; }
  75% { opacity: 0.1; }
  100% { opacity: 0.3; } }
@keyframes circleRotateAnimation { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }
@keyframes pulse { 0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); } }
@keyframes expand { 0% { opacity: 0; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
  100% { opacity: 0; transform: scale(1.4); } }
@font-face { font-family: sbsc; src: url("../fonts/SolanoGothicRetroMVB-SbCap.eot"); src: url("../fonts/SolanoGothicRetroMVB-SbCap.eot?#iefix") format("embedded-opentype"), url("../fonts/SolanoGothicRetroMVB-SbCap.woff") format("woff"), url("../fonts/SolanoGothicRetroMVB-SbCap.woff2") format("woff2"), url("../fonts/SolanoGothicRetroMVB-SbCap.ttf") format("truetype"), url("../fonts/SolanoGothicRetroMVB-SbCap.svg") format("svg"); font-weight: normal; font-style: normal; }
/* 滚动条美化 */
::-webkit-scrollbar { position: fixed; top: 0; right: 0; width: 4px; height: 4px; background-color: #000000; }

/* 滚动条美化 阴影~圆角*/
::-webkit-scrollbar-track { border-radius: 10px; background-color: #000000; }

/* 滚动条美化 滑块 阴影~圆角*/
::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #c80000; }

/* 网站公共设置 */
.fn-clear { clear: both; width: 0px; height: 0px; font-size: 0px; }

* { color: #000000; }

h1 { font-size: 2.24572rem; font-weight: 500; }

h2 { font-size: 1.42857rem; font-weight: 500; }

h3 { font-size: 1.28572rem; font-weight: 500; }

h4 { font-size: 1.14286rem; font-weight: 50	0; }

html { font-size: 14px; background-color: #f3f5f8; }

.htmlgray { filter: gray; filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); background: none; }

a { color: #000000; text-decoration: none; }
a:hover { color: #de2021; text-decoration: none; }
a:hover * { text-decoration: none; }

input { background-color: transparent; }
input::-webkit-input-placeholder { color: #ccc; }
input::-moz-placeholder { color: #ccc; }
input:-moz-placeholder { color: #ccc; }
input:-ms-input-placeholder { color: #ccc; }

#pg-headers, #pg-banners, #pg-banner, #pg-middles, #pg-footers { position: relative; display: inline-block; width: 100%; }

#pg-headers { z-index: 800; }

#pg-banners { z-index: 700; }

#pg-bannero { z-index: 700; }

#pg-middles { z-index: 700; }

#pg-footers { z-index: 710; }

.ly-ct { position: relative; display: block; margin: 0 auto; }

.ly-cm { position: relative; display: block; margin: 0 4rem; padding: 4rem 0; }

.ly-cv { position: relative; display: block; margin: 0; }

.ly-cu { position: relative; display: block; width: 1200px; margin: 0 auto; }

.ly-cw { position: relative; display: block; padding: 2rem 4rem 0; }

.ly-mi { position: relative; display: inline-block; width: 100%; z-index: 400; }

.ly-article { width: 75%; float: left; }

.ly-aside { width: 25%; float: right; }

.ly-cticl { margin: 0 0 0 0; }

.wr-1 { padding: 3rem 0; }

/* 当前主体样式 */
#pg-headers { position: fixed; border-top: 3px solid transparent; }
#pg-headers .ui-h { display: flex; height: 30px; align-items: center; justify-content: center; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
#pg-headers .ui-h .welcome { color: #fff; float: left; font-size: 13px; }
#pg-headers .ui-h .phone { color: #fff; float: right; font-size: 13px; }
#pg-headers .ui-h .phone * { color: #fff; font-size: 13px; }
#pg-headers .ui-c { display: inline-block; width: 100%; }
#pg-headers .iteml { display: flex; height: 95px; float: left; align-items: center; justify-content: center; transition: all 1s; }
#pg-headers .iteml img { height: 66px; }
#pg-headers .iteml a.logowhite { display: inline-block; }
#pg-headers .iteml a.logoblue { display: none; }
#pg-headers .itemr { float: right; transition: all 1s; }
#pg-headers .itemr .navs { float: left; padding: 0 0 0 1rem; }
#pg-headers .itemr .navs ul { float: left; }
#pg-headers .itemr .navs li { position: relative; float: left; margin: 0 1.2rem; z-index: 300; }
#pg-headers .itemr .navs .cname { float: left; }
#pg-headers .itemr .navs a { color: #fff; position: relative; display: flex; align-items: center; justify-content: center; height: 95px; font-size: 1.14286rem; text-align: center; -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); -o-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); z-index: 20; }
#pg-headers .itemr .navs a:hover i { display: inline-block; width: 80%; }
#pg-headers .itemr .navs li.curr a { font-weight: 700; }
#pg-headers .itemr .navs li.curr a i { display: block; width: 80%; }
#pg-headers .itemr .email { display: flex; height: 95px; float: left; padding: 0 1rem; align-items: center; justify-content: center; border-left: 1px solid rgba(255, 255, 255, 0.2); border-right: 1px solid rgba(255, 255, 255, 0.2); cursor: pointer; }
#pg-headers .itemr .email span { color: #fff; text-transform: uppercase; -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); -o-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
#pg-headers .itemr .email .iconfont { margin: 0 10px 0 0; font-size: 24px; }
#pg-headers .itemr .lan { position: relative; float: left; }
#pg-headers .itemr .lan .xiala { float: left; }
#pg-headers .itemr .lan .xiala a { color: #fff; display: flex; height: 95px; font-size: 1.14286rem; align-items: center; justify-content: center; text-transform: uppercase; -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); -o-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
#pg-headers .itemr .lan .xiala .iconfont { color: #fff; margin: 0 10px; -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); -o-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
#pg-headers .itemr .lan .xiala .xingqiu { font-size: 18px; }
#pg-headers .itemr .lan .xiala .jiantou { margin: 3px 10px 0; font-size: 12px; }
#pg-headers .itemr .lan .list { position: absolute; top: 95px; left: 0; display: none; width: 100%; padding: 1rem 0; background-color: rgba(5, 57, 132, 0.3); border-radius: 3px; }
#pg-headers .itemr .lan .list ul { width: 100%; float: left; }
#pg-headers .itemr .lan .list li { width: 100%; float: left; }
#pg-headers .itemr .lan .list a { color: #fff; display: flex; width: 100%; height: 30px; align-items: center; justify-content: center; }
#pg-headers .itemr .lan .list img { margin: 0 4px 0 0; border-radius: 2px; }
#pg-headers.pg-fixed { border-top: 3px solid #053984; background-color: #fff; -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
#pg-headers.pg-fixed .ui-h { background-color: #053984; }
#pg-headers.pg-fixed .iteml a.logowhite { display: none; }
#pg-headers.pg-fixed .iteml a.logoblue { display: inline-block; }
#pg-headers.pg-fixed .itemr .navs a { color: #333; -moz-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -webkit-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -o-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
#pg-headers.pg-fixed .itemr .navs li.curr a { color: #053984; }
#pg-headers.pg-fixed .itemr .email { border-left: 1px solid rgba(5, 57, 132, 0.1); border-right: 1px solid rgba(5, 57, 132, 0.1); }
#pg-headers.pg-fixed .itemr .email .iconfont { color: #333; -moz-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -webkit-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -o-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
#pg-headers.pg-fixed .itemr .email span { color: #333; -moz-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -webkit-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -o-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
#pg-headers.pg-fixed .itemr .lan .xiala .iconfont { color: #333; -moz-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -webkit-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -o-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
#pg-headers.pg-fixed .itemr .lan .xiala a { color: #333; -moz-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -webkit-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -o-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

#pg-banners { width: 100%; background-color: #2c318d; overflow: hidden; }
#pg-banners .ui-c { position: relative; width: 100%; float: left; z-index: 30; }
#pg-banners .ui-c .swiper-slide { position: relative; overflow: hidden; }
#pg-banners .ui-c .webimg { position: relative; width: 100%; height: 100vh; float: left; background-repeat: no-repeat; background-position: center center; background-size: cover; z-index: 10; filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; }
#pg-banners .ui-c .webimg img { width: 100%; filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
#pg-banners .ui-c .wapimg { display: none; background-color: #fff; background-repeat: no-repeat; background-position: center bottom; background-size: cover; z-index: 10; }
#pg-banners .ui-c .cheight { width: 100%; height: 100vh; transition: all 1s; }
#pg-banners .ui-c .vheight { width: 100%; transition: all 1s; }
#pg-banners .ui-c .wratxt { position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
#pg-banners .ui-c .wratxt .imgtxt { width: 50%; z-index: 11; }
#pg-banners .ui-c .wratxt .imgtxt .ly-ct { display: flex; align-items: center; height: 100%; }
#pg-banners .ui-c .wratxt .imgtxt .ctxt { color: #fff; display: inline-block; width: 100%; padding: 0.2rem 0; font-size: 1.3rem; }
#pg-banners .ui-c .wratxt .imgtxt .txt0 { line-height: 1.3; margin: 0 0 0.2rem 0; font-size: 3.2rem; font-weight: 550; -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); -o-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); }
#pg-banners .ui-c .wratxt .imgtxt .txt1 { font-weight: 350; -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); -o-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }
#pg-banners .ui-c .wratxt .imgtxt .txt2 { font-weight: 350; -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); -o-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }
#pg-banners .ui-c .swiper-slide-active .webimg { animation: growShrink 12s infinite; /* 持续时间3秒，反复动画 */ }
#pg-banners .ui-f { position: absolute; bottom: 3rem; width: 100%; float: left; z-index: 700; }
#pg-banners .ui-f .lines { position: relative; top: 50%; width: 50%; height: 60px; float: left; }
#pg-banners .ui-f .lines .swiper-pagination { position: relative; top: 50%; text-align: left; }
#pg-banners .ui-f .lines .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 5px; background-color: #fff; transition: all 0.6s; border-radius: 10px; filter: alpha(opacity=35); -moz-opacity: 0.35; opacity: 0.35; }
#pg-banners .ui-f .lines .swiper-pagination-bullet-active { width: 30px; height: 10px; background-color: #fff; filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; }
#pg-banners .ui-f .btns { float: right; height: 60px; }
#pg-banners .ui-f .btns .swiper-button-prev, #pg-banners .ui-f .btns .swiper-button-next { left: auto; top: auto; right: 0; bottom: 0; width: 60px; height: 60px; float: right; padding: 0; border-radius: 4px; }
#pg-banners .ui-f .btns .swiper-button-prev { right: 70px; }

#pg-bannero { width: 100%; background-color: #0a1616; }
#pg-bannero .imgw { background-color: #000000; }
#pg-bannero .imgs { height: 40vh; background-repeat: no-repeat; background-position: center bottom; background-size: cover; opacity: 0.9; }
#pg-bannero .txts { position: absolute; top: 0; left: 0; width: 100%; height: 40vh; display: flex; align-items: center; justify-content: center; z-index: 20; }
#pg-bannero .txt { text-align: center; }
#pg-bannero p { color: #fff; }
#pg-bannero p.p1 { color: #fff; font-size: 1.28572rem; text-transform: uppercase; }
#pg-bannero p.p2 { font-size: 3.57143rem; font-weight: 550; text-transform: uppercase; }
#pg-bannero p.p3 { margin: 1rem 0 0; font-size: 1.14286rem; }

#pg-middles { padding: 0 0 0; }

#pg-footers { width: 100%; }
#pg-footers .ui-t { display: inline-block; width: 100%; }
#pg-footers .ui-t img { width: 100%; }
#pg-footers .ui-h { display: inline-block; width: 100%; padding: 2rem 0; background-color: #053984; }
#pg-footers .ui-h .navs { float: left; }
#pg-footers .ui-h .navs ul { display: inline-block; width: 100%; }
#pg-footers .ui-h .navs li { float: left; margin: 0 1.5rem 0 0; }
#pg-footers .ui-h .navs a { color: rgba(255, 255, 255, 0.6); display: flex; height: 2.4rem; align-items: center; justify-content: center; font-size: 1.07143rem; }
#pg-footers .ui-h .navs a:hover { color: rgba(255, 255, 255, 0.9); text-decoration: underline; }
#pg-footers .ui-h .share { float: right; }
#pg-footers .ui-h .share ul { float: left; }
#pg-footers .ui-h .share li { float: left; margin: 0 0 0 0.5rem; }
#pg-footers .ui-h .share a { color: #fff; display: inline-block; width: 2.4rem; height: 2.4rem; line-height: 2.4rem; text-align: center; background-color: #053984; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
#pg-footers .ui-h .share a .iconfont { color: #fff; font-size: 1.28572rem; }
#pg-footers .ui-h .share a:hover { text-decoration: none; background-color: #002873; }
#pg-footers .ui-c { display: inline-block; width: 100%; padding: 2rem 0; border-bottom: 1px solid #002873; background-color: #053984; }
#pg-footers .ui-c .cwras { display: block; width: 100%; }
#pg-footers .ui-c .tips { color: #fff; margin: 0 0 1rem 0; font-size: 1.71429rem; font-weight: 550; }
#pg-footers .ui-c .cleft { width: 33%; float: left; }
#pg-footers .ui-c .cleft .iconfont { color: rgba(255, 255, 255, 0.5); margin: 0 0.3rem 0 0; font-size: 1.14286rem; }
#pg-footers .ui-c .cleft p { color: rgba(255, 255, 255, 0.5); padding: 0.2rem 0; font-size: 1rem; }
#pg-footers .ui-c .ccenter { width: 34%; float: left; }
#pg-footers .ui-c .ccenter ul { float: left; }
#pg-footers .ui-c .ccenter li { float: left; margin: 0.2rem; }
#pg-footers .ui-c .ccenter a { color: rgba(255, 255, 255, 0.6); display: block; padding: 0.6rem 1rem; font-size: 0.92857rem; background-color: rgba(0, 0, 0, 0.3); -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; transition: all 0.6s; }
#pg-footers .ui-c .ccenter a:hover { background-color: rgba(238, 0, 0, 0.5); }
#pg-footers .ui-c .cright { width: 250px; float: right; text-align: right; }
#pg-footers .ui-c .cright .qrcode { width: 140px; }
#pg-footers .ui-f { display: inline-block; width: 100%; padding: 1rem 0; border-top: 1px solid #164a95; background-color: #053984; }
#pg-footers .ui-f .copyright { color: rgba(255, 255, 255, 0.6); float: left; font-size: 1rem; }
#pg-footers .ui-f .beian { float: right; }
#pg-footers .ui-f .beian a { color: rgba(255, 255, 255, 0.6); font-size: 1rem; text-decoration: underline; }
#pg-footers .ui-f .beian a:hover { color: #053984; }
#pg-footers .tops { display: inline-block; width: 100%; padding: 2rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
#pg-footers .cens { display: inline-block; width: 100%; padding: 2rem 0 0; }
#pg-footers .cleft { float: left; }
#pg-footers .cleft .infs { width: 100%; }
#pg-footers .cleft .infs p { color: rgba(255, 255, 255, 0.6); }
#pg-footers .cleft .infs a { color: rgba(255, 255, 255, 0.6); text-decoration: underline; }
#pg-footers .cleft .infs a:hover { color: #053984; }
#pg-footers .cright { float: right; }
#pg-footers .cright .qrcode { float: right; }
#pg-footers .cright .qrcode p { color: #fff; font-size: 1rem; text-align: center; }
#pg-footers .cright .qrcode img { width: 130px; padding: 5px; background-color: #fff; }

#pg-fotnavs { display: none; position: fixed; bottom: 0; left: 0; width: 100%; background-color: #ffffff; z-index: 790; }
#pg-fotnavs ul { display: inline-block; width: 100%; }
#pg-fotnavs li { width: 20%; float: left; text-align: center; }
#pg-fotnavs li a { display: block; padding: 0.5rem 0; }
#pg-fotnavs li .iconfont { color: #ccc; font-size: 1.71429rem; }
#pg-fotnavs li .cname { color: #555; font-size: 0.9rem; }
#pg-fotnavs li.curr .iconfont { color: #053984; }
#pg-fotnavs li:nth-child(0) { width: 17.5%; }

#wn-show { position: fixed; top: 0; left: 0; width: 100%; height: 100%; text-align: center; background-color: rgba(0, 0, 0, 0.5); z-index: 991; }
#wn-show .ui-h { color: #ffffff; width: 100%; line-height: 44px; float: left; text-align: right; }
#wn-show .ui-h a.close { color: #000; width: 45px; height: 44px; line-height: 44px; float: right; margin: 0 0 0 20px; text-align: center; font-size: 18px; font-family: arial; background-color: #ffffff; }
#wn-show .ui-h a.close:hover { text-decoration: none; filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; }
#wn-show .ui-c { display: table; width: 100%; float: left; }
#wn-show .ui-c .pics { display: table-cell; vertical-align: middle; }
#wn-show .ui-c .pics img { max-width: 90%; max-height: 90%; border: 8px solid #ffffff; }
#wn-show .ui-f { color: #ffffff; width: 100%; height: 44px; line-height: 44px; float: left; font-size: 18px; }
#wn-show table { margin: 0 auto; }
#wn-show table tr td { padding: 5px; background-color: #ffffff; }
#wn-show table tr td .pic img { max-width: 700px; max-height: 600px; }
#wn-show table tr td .info { color: #000; height: 30px; line-height: 30px; text-align: center; font-size: 14px; }

.sections { position: relative; display: inline-block; width: 100%; }

.sectioncen { padding: 0 4rem; }

.sectiontpe1 { padding: 0 0 4rem; }

.sectiontpe2 { padding: 4rem; background-color: #fff; }

.sectiontpe3 { padding: 4rem 0 4rem; }

.sectionmain { margin: 2rem 0; }

.sectioncons { padding: 4rem; background-color: #fff; }

.section_left { width: 250px; float: left; }

.section_right { margin: 0 0 0 275px; }

.sectionswras { display: block; overflow: hidden; }

/*  */
.hi-1 { display: inline-block; width: 100%; }
.hi-1 .wras { position: relative; display: inline-block; width: 100%; }
.hi-1 .tips { position: relative; display: block; margin: 0 0 0.6rem 0; }
.hi-1 .tip { position: relative; display: flex; height: 5rem; align-items: center; }
.hi-1 .fip { position: absolute; top: 0; display: flex; width: 100%; height: 5rem; align-items: center; justify-content: center; }
.hi-1 font { position: relative; font-size: 2.8rem; font-weight: 550; font-family: 'Microsoft Yahei'; z-index: 2; }
.hi-1 b { font-size: 6rem; text-transform: uppercase; font-weight: 400; font-family: 'sbsc'; z-index: 0; }
.hi-1 .cons { color: #444; font-size: 1.14286rem; }
.hi-1 .left .lins { left: 0; }
.hi-1 .left .tip { display: flex; justify-content: left; }
.hi-1 .left .fip { left: 0; justify-content: left; }
.hi-1 .center .lins { display: none; }
.hi-1 .center .tip { display: flex; align-items: center; justify-content: center; }
.hi-1 .center .fip { justify-content: center; }
.hi-1 .center font { margin: 0 0 0 2rem; }
.hi-1 .center .cons { text-align: center; }
.hi-1 .right .lins { right: 0; }
.hi-1 .right .tip { justify-content: right; }
.hi-1 .right .fip { right: 0; justify-content: right; }
.hi-1 .right font { margin: 0 2rem 0 0; }
.hi-1 .right b { margin: 0 1.5rem 0 0; }
.hi-1 .right .cons { text-align: right; }
.hi-1 .white .lins { background-color: #fff; }
.hi-1 .white .itc1 { background-color: #fff; }
.hi-1 .white .itc2 { background-color: #de2021; }
.hi-1 .white font { color: #fff; }
.hi-1 .white b { color: rgba(255, 255, 255, 0.1); }
.hi-1 .white .cons { color: rgba(255, 255, 255, 0.6); }
.hi-1 .black .lins { background-color: #0a1616; }
.hi-1 .black font { color: #000; }
.hi-1 .black b { color: rgba(0, 0, 0, 0.06); }
.hi-1 .black .cons { color: #333; }

.hi-2 { display: block; padding: 0 0 1.5rem 0; }
.hi-2 p.en { color: #053984; font-size: 1rem; font-family: arial; text-transform: uppercase; }
.hi-2 p.cn { color: #0a1616; font-size: 2.28572rem; font-weight: bold; }
.hi-2 p.ln { font-size: 0px; }
.hi-2 p.ln b { display: inline-block; width: 2.5rem; height: 3px; margin: 0.5rem 0 0; background-color: #0a1616; }
.hi-2 .center p { text-align: center; }
.hi-2 .white p { color: #fff; }
.hi-2 .white p.ln b { background-color: #fff; }

/* 分页 */
.ui-page { display: inline-block; width: 100%; margin: 2rem 0; text-align: center; }
.ui-page table { margin: 0 auto; }
.ui-page td { padding: 0 3px; }
.ui-page a { color: #0a1616; display: inline-block; padding: 0.5rem 1.0rem; font-size: 1rem; border: 1px solid #0a1616; background-color: #fff; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
.ui-page a:hover { color: #fff; border: 1px solid #0a1616; background-color: #0a1616; }
.ui-page .unlink { color: #fff; display: inline-block; padding: 0.5rem 1.0rem; font-size: 1rem; border: 1px solid #0a1616; background-color: #0a1616; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }

.swiper-pagination-bullet { width: 1.2rem; height: 0.4rem; background-color: #053984; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; -o-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; }

.swiper-button-next, .swiper-button-prev { color: #fff; padding: 0.6rem 0.2rem; background-color: #053984; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; -o-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; }
.swiper-button-next:after, .swiper-button-prev:after { font-size: 1.42857rem; font-weight: bold; }

a.cmmore { color: #fff; padding: 1rem 2.5rem; font-size: 1rem; background-color: #053984; transition: all 0.6s; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; -o-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; }
a.cmmore:hover { background-color: #de2021; }

.sectiona { padding: 2rem 0; border-bottom: 1px solid #eee; background-color: #ffffff; }
.sectiona .pt-0 { display: block; }
.sectiona .pt-0 ul { display: flex; width: 100%; align-items: center; justify-content: center; }
.sectiona .pt-0 li { width: 30%; }
.sectiona .pt-0 .items { padding: 0 2rem; }
.sectiona .pt-0 .said1 { margin: 0 0 0.5rem 0; font-size: 1.28572rem; }
.sectiona .pt-0 .said2 { color: #fff; display: inline-block; padding: 0.3rem 0.8rem; font-size: 1rem; background-color: #053984; border-radius: 2px; }
.sectiona .pt-0 .said3 { display: inline-block; width: 100%; margin: 0 0 5px 0; }
.sectiona .pt-0 .said3 form { display: flex; width: 100%; align-items: center; justify-content: center; }
.sectiona .pt-0 .said3 .textw { display: block; width: 100%; margin: 0 10px 0 0; padding: 10px; border: 1px solid #eee; }
.sectiona .pt-0 .said3 .text { width: 100%; height: 18px; border: 0 none; }
.sectiona .pt-0 .said3 .submit { color: #fff; width: 60px; height: 40px; border: 0 none; font-size: 1rem; background-color: #053984; border-radius: 2px; }
.sectiona .pt-0 .said5 { font-size: 1.14286rem; }
.sectiona .pt-0 .said6 { color: #de2021; font-size: 1.85714rem; font-family: arial; font-weight: bold; }
.sectiona .pt-0 li:nth-child(2) { width: 40%; }
.sectiona .pt-0 li:nth-child(2) .items { border-left: 1px solid #eee; border-right: 1px solid #eee; }

.sectionb { padding: 5rem 0 1rem; background-image: url("../images/pattern-1.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; overflow: hidden; }
.sectionb .pt-1 { display: block; }
.sectionb .pt-1 .ui-c { display: flex; width: 100%; }
.sectionb .pt-1 .ui-c .imlefts { position: relative; width: 50%; float: left; }
.sectionb .pt-1 .ui-c .imleft { position: relative; top: 0; display: block; height: 100%; margin: 0 3rem 0 0; background-repeat: no-repeat; background-position: center bottom; background-size: cover; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px; -o-border-radius: 30px 30px 30px 30px; border-radius: 30px 30px 30px 30px; }
.sectionb .pt-1 .ui-c .imleft .imwras { margin: 0 3rem 0 0; }
.sectionb .pt-1 .ui-c .floatimg { position: absolute; right: 5rem; bottom: 0; height: 15vh; float: right; border-top: 10px solid #fff; border-left: 10px solid #fff; -moz-border-radius: 30px 0px 40px 0px; -webkit-border-radius: 30px 0px 40px 0px; -o-border-radius: 30px 0px 40px 0px; border-radius: 30px 0px 40px 0px; overflow: hidden; }
.sectionb .pt-1 .ui-c .floatimg img { height: 100%; }
.sectionb .pt-1 .ui-c .imrights { display: flex; align-items: center; justify-content: center; width: 50%; float: right; padding: 2rem 0; }
.sectionb .pt-1 .ui-c .imrights .imwras { margin: 0 0 0 3rem; }
.sectionb .pt-1 .ui-c .imtops { display: block; }
.sectionb .pt-1 .ui-c .imtops p { margin: 1rem 0 0; }
.sectionb .pt-1 .ui-c .imcens { display: block; margin: 1.5rem 0 0; }
.sectionb .pt-1 .ui-c .imcens a { display: inline-block; }
.sectionb .pt-1 .ui-f { margin: 2rem 0 0; padding: 1.5rem; border-left: 0.5rem solid #053984; background-color: #fff; border-radius: 15px; -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06); -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06); -o-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06); box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06); overflow: hidden; }
.sectionb .pt-1 .ui-f ul { display: inline-block; width: 100%; }
.sectionb .pt-1 .ui-f li { width: 25%; float: left; }
.sectionb .pt-1 .ui-f .item { padding: 0 2rem; border-right: 1px solid #eee; }
.sectionb .pt-1 .ui-f p { text-align: center; }
.sectionb .pt-1 .ui-f p.p1 { color: rgba(0, 0, 0, 0.4); font-size: 1.14286rem; }
.sectionb .pt-1 .ui-f p.p1 b { color: #de2021; margin: 0 0.5rem 0 0; font-size: 30px; font-family: 'arial'; }
.sectionb .pt-1 .ui-f p.p2 { color: rgba(0, 0, 0, 0.4); font-size: 1.14286rem; }
.sectionb .pt-1 .ui-f li:first-child .item { border-left: 1px solid #eee; }

.section1 { padding: 1rem 0 3rem 0; }
.section1 .vt-1 { position: relative; display: inline-block; width: 100%; padding: 1rem 0 0; }
.section1 .ui-c { display: block; margin: 1rem 0.5rem 1rem; }
.section1 .ui-c a { display: block; }
.section1 .ui-c .items { overflow: hidden; }
.section1 .ui-c .item { position: relative; display: inline-block; width: 100%; height: 100%; }
.section1 .ui-c .pics { margin: 0 0 1rem 0; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: all 0.6s; border-radius: 10px; overflow: hidden; }
.section1 .ui-c img { width: 100%; }
.section1 .ui-c .infs { color: #444; width: 100%; font-size: 1rem; text-align: center; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; transition: all 0.6s; }
.section1 .ui-c .swiper-button-prev { background-color: #de2021; left: -50px; }
.section1 .ui-c .swiper-button-next { background-color: #de2021; right: -50px; }
.section1 .ui-f { text-align: center; }

.sectionc { padding: 5rem 0; background-color: #ffffff; background-image: url("../images/secbg3.jpg"); background-repeat: no-repeat; background-position: center bottom; background-size: cover; overflow: hidden; }
.sectionc .bglomo { position: absolute; top: 0; left: 0; width: 100%; height: 46vh; background-color: #053984; background-image: url("../images/secbg2.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed; }
.sectionc .bglomo2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url("../images/secbg3.png"); background-repeat: no-repeat; background-position: right bottom; }
.sectionc .pt-2 { display: block; }
.sectionc .pt-2 .ui-h { display: inline-block; width: 100%; }
.sectionc .pt-2 .ui-h .tips { display: block; }
.sectionc .pt-2 .ui-h .tip { position: relative; display: flex; height: 5rem; border-left: 3px solid #0a1616; align-items: center; }
.sectionc .pt-2 .ui-h .tip font { position: relative; line-height: 3rem; margin: 0 0 0 2rem; font-size: 2.8rem; font-weight: 550; z-index: 2; }
.sectionc .pt-2 .ui-h .tip b { color: #eee; position: absolute; top: 0; left: 1.2rem; height: 5rem; line-height: 5rem; font-size: 6rem; text-transform: uppercase; font-weight: 400; font-family: 'sbsc'; z-index: 0; }
.sectionc .pt-2 .ui-h .cons { color: #444; font-size: 1.14286rem; }
.sectionc .pt-2 .ui-c { position: relative; display: inline-block; width: 100%; padding: 2rem 0 0; }
.sectionc .pt-2 .ui-c a { display: block; }
.sectionc .pt-2 .ui-c .items { overflow: hidden; }
.sectionc .pt-2 .ui-c .item { position: relative; display: inline-block; width: 100%; height: 100%; }
.sectionc .pt-2 .ui-c .pics { height: 42vh; margin: 0 0 1rem 0; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: all 0.6s; border-radius: 10px; overflow: hidden; }
.sectionc .pt-2 .ui-c .infs { color: #444; width: 100%; font-size: 1.28572rem; text-align: center; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; transition: all 0.6s; }
.sectionc .pt-2 .ui-c .swiper-button-prev { background-color: #de2021; left: -50px; }
.sectionc .pt-2 .ui-c .swiper-button-next { background-color: #de2021; right: -50px; }
.sectionc .pt-2 .ui-f { width: 100%; margin: 2rem 0 0; text-align: center; }
.sectionc .pt-3 { display: block; padding: 4rem 0 0; }
.sectionc .pt-3 .linex { position: absolute; top: 50%; left: 0; width: 100%; height: 1px; border-bottom: 1px dotted #ddd; z-index: 0; }
.sectionc .pt-3 .liney { position: absolute; left: 50%; top: 0; width: 1px; height: 100%; border-bottom: 1px dotted #ddd; z-index: 0; }
.sectionc .pt-3 .ui-c { position: relative; display: flex; width: 100%; align-items: center; justify-content: center; }
.sectionc .pt-3 .list { position: relative; display: flex; width: 36%; float: left; align-items: center; justify-content: center; z-index: 1; }
.sectionc .pt-3 .cirs { position: relative; width: 28%; float: left; z-index: 1; }
.sectionc .pt-3 .cirs img { width: 100%; }
.sectionc .pt-3 ul { display: flex; align-items: center; justify-content: center; width: 100%; }
.sectionc .pt-3 li { display: flex; width: 200px; height: 250px; float: left; margin: 0 1rem; background-image: url("../images/arrbg.png"); background-repeat: no-repeat; background-position: center center; align-items: center; justify-content: center; }
.sectionc .pt-3 .items { display: block; padding: 0 2rem; }
.sectionc .pt-3 .icon { text-align: center; }
.sectionc .pt-3 .iconfont { color: #053984; font-size: 3.57143rem; }
.sectionc .pt-3 .info { display: flex; align-items: center; justify-content: center; height: 50px; line-height: 1.3; text-align: center; font-size: 1.28572rem; }

.sectiond { background-color: #f5f4f7; background-image: url("../images/pattern.png"); background-repeat: repeat; background-position: center center; overflow: hidden; }
.sectiond .pt-4 { display: block; }
.sectiond .pt-4 .ui-c { display: block; padding: 3rem; }
.sectiond .pt-4 ul { display: inline-block; width: 100%; border-radius: 30px; overflow: hidden; }
.sectiond .pt-4 li { width: 33%; float: left; overflow: hidden; }
.sectiond .pt-4 a { position: relative; display: inline-block; width: 100%; background-color: #000; }
.sectiond .pt-4 .pics { width: 100%; height: 35vh; box-shadow: inset 0 0 15px 15px rgba(0, 0, 0, 0.35); }
.sectiond .pt-4 .pics img { width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; }
.sectiond .pt-4 .infs { color: #fff; position: absolute; bottom: 1.5rem; left: 1.5rem; display: flex; padding: 1.5rem 2rem; font-size: 1.85714rem; font-weight: bold; border-radius: 10px; transition: all 0.6s; border: 1px solid transparent; background-color: rgba(222, 32, 33, 0.5); -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); -o-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; }
.sectiond .pt-4 li:first-child .pics { height: 70vh; }
.sectiond .pt-4 li:nth-child(1) { width: 34%; }
.sectiond .pt-4 li:nth-child(12) .pics img { filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; transform: scale(1.1); }
.sectiond .pt-4 li:nth-child(12) .infs { color: #fff; font-size: 2.28572rem; border: 1px solid rgba(255, 255, 255, 0.4); background-color: rgba(222, 32, 33, 0.5); filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; align-items: center; justify-content: center; }
.sectiond .pt-4 a:hover .pics img { filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; transform: scale(1.1); }
.sectiond .pt-4 a:hover .infs { color: #fff; font-size: 2.28572rem; border: 1px solid rgba(255, 255, 255, 0.4); background-color: rgba(222, 32, 33, 0.5); filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; align-items: center; justify-content: center; }

.sectione { padding: 5rem 0; background-color: #ffffff; background-image: url("../images/secbg9.jpg"); background-repeat: no-repeat; background-position: center bottom; overflow: hidden; }
.sectione .pt-5 { display: block; }
.sectione .pt-5 .ui-c { display: inline-block; width: 100%; margin: 1rem 0 0; }
.sectione .pt-5 .ui-c .firditem { width: 260px; float: left; }
.sectione .pt-5 .ui-c .firditem .itemwra { padding: 1.5rem; background-color: #053984; border-radius: 10px; }
.sectione .pt-5 .ui-c .firditem .top { color: #fff; padding: 0.5rem 0 1.5rem 0; font-size: 1.85714rem; font-weight: 550; }
.sectione .pt-5 .ui-c .firditem .lit { padding: 1.3rem; background-color: #fff; border-radius: 5px; }
.sectione .pt-5 .ui-c .firditem .lit li { margin: 0 0 5px 0; }
.sectione .pt-5 .ui-c .firditem .lit a { display: flex; align-items: center; padding: 0.8rem; font-size: 1.14286rem; border-left: 3px solid #053984; background-color: #f3f5f8; border-radius: 0 4px 4px 0; }
.sectione .pt-5 .ui-c .firditem .lit a:hover { color: #fff; background-color: #de2021; }
.sectione .pt-5 .ui-c .firditem .lit a:hover .iconfont { color: #fff; }
.sectione .pt-5 .ui-c .firditem .lit .iconfont { margin-left: auto; font-weight: 550; }
.sectione .pt-5 .ui-c .firditem .bottom { margin: 2rem 0; text-align: center; }
.sectione .pt-5 .ui-c .firditem .bottom a { color: #fff; font-size: 1.14286rem; }
.sectione .pt-5 .ui-c .firditem .bottom a:hover { text-decoration: underline; }
.sectione .pt-5 .ui-c .secditem { display: block; margin: 0 0 0 260px; }
.sectione .pt-5 .ui-c .secditem .itemwra { display: block; margin: 0 0 0 2rem; }
.sectione .pt-5 .ui-c .secditem ul { display: inline-block; width: 100%; }
.sectione .pt-5 .ui-c .secditem li { width: 25%; float: left; }
.sectione .pt-5 .ui-c .secditem a { display: block; }
.sectione .pt-5 .ui-c .secditem .itemw { margin: 0 0.8rem 1.6rem; }
.sectione .pt-5 .ui-c .secditem .pics { display: block; border: 1px solid #eee; margin: 0 0 1rem 0; aspect-ratio: 1/1; transition: all 0.6s; border-radius: 5px; overflow: hidden; }
.sectione .pt-5 .ui-c .secditem img { width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; }
.sectione .pt-5 .ui-c .secditem .infs { display: block; font-size: 1.14286rem; }
.sectione .pt-5 .ui-c .secditem a:hover .pic { background-color: #053984; overflow: hidden; }
.sectione .pt-5 .ui-c .secditem a:hover img { transform: scale(1.1); }

.sectionf { padding: 2rem 0; background-image: url("../images/sectionbg6.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed; }
.sectionf .pt-6 .ui-c { margin: 0 5px; }
.sectionf .pt-6 .items { margin: 0 5px; }
.sectionf .pt-6 .pic { border-radius: 10px; overflow: hidden; }
.sectionf .pt-6 .pic img { width: 100%; height: 30vh; object-fit: cover; }

.sectiong { padding: 5rem 0; background-image: url("../images/secbg10.jpg"); background-repeat: no-repeat; background-position: center 0; background-size: cover; }
.sectiong .pt-7 { display: block; }
.sectiong .pt-7 .ui-c { display: inline-block; width: 100%; }
.sectiong .pt-7 .ui-c .swiper-slide { padding: 1rem 0; }
.sectiong .pt-7 .ui-c a.items { display: block; transition: all 0.6s; }
.sectiong .pt-7 .ui-c .item { display: inline-block; width: 100%; }
.sectiong .pt-7 .ui-c .pics { display: block; border-radius: 10px 10px 10px 10px; overflow: hidden; }
.sectiong .pt-7 .ui-c .pic { height: 28vh; overflow: hidden; transition: all 0.6s; }
.sectiong .pt-7 .ui-c .infs { display: block; padding: 1.2rem 0; border-radius: 0 0 10px 10px; overflow: hidden; }
.sectiong .pt-7 .ui-c img { width: 100%; height: 100%; object-fit: cover; }
.sectiong .pt-7 .ui-c .p1 { font-size: 1.14286rem; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.sectiong .pt-7 .ui-c .p2 { color: #999; margin: 1rem 0; font-size: 1rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sectiong .pt-7 .ui-c .p3 { color: #999; font-size: 1rem; }
.sectiong .pt-7 .ui-c a:hover .pics { background-color: #053984; overflow: hidden; }
.sectiong .pt-7 .ui-c a:hover .pic { transform: scale(1.1); }
.sectiong .pt-7 .ui-f { margin: 2rem 0 0; text-align: center; }

.sectionh { display: flex; padding: 5rem 0; background-image: url("../images/sectionhbg.png"); background-repeat: repeat-y; background-position: center center; align-items: center; justify-content: center; }
.sectionh .pt-8 { width: 50%; float: left; }
.sectionh .pt-8 .ui-c { display: block; padding: 2rem 2rem 0 0; }
.sectionh .pt-8 .plist { width: 100%; }
.sectionh .pt-8 .plist ul { display: inline-block; width: 100%; }
.sectionh .pt-8 .plist li { position: relative; width: 25%; float: left; }
.sectionh .pt-8 .plist .items { margin: 0 5px; padding: 1rem 1rem; text-align: center; background-color: #f3f5f8; border-radius: 4px; }
.sectionh .pt-8 .plist .pics { display: block; margin: 0 0 1rem 0; }
.sectionh .pt-8 .plist img { max-width: 100%; filter: grayscale(100%); }
.sectionh .pt-8 .plist img:hover { filter: grayscale(1%); }
.sectionh .pt-8 .plist .infs { font-size: 1rem; }
.sectionh .pt-8 .plist li:nth-child(odd) img { filter: grayscale(1%); }
.sectionh .vt-2 { width: 50%; float: right; }
.sectionh .vt-2 .cmtipun { text-align: right; }
.sectionh .vt-2 .cmtipcn { text-align: right; }
.sectionh .vt-2 .cmtipbn { text-align: right; }
.sectionh .vt-2 .ui-c { display: block; padding: 2rem 0 0 2rem; }
.sectionh .vt-2 .clist ul { display: inline-block; width: 100%; }
.sectionh .vt-2 .clist li { width: 33.333%; float: left; }
.sectionh .vt-2 .clist .items { width: 100%; }
.sectionh .vt-2 .clist .pics { display: block; height: 180px; margin: 0.2rem; border-radius: 5px; overflow: hidden; }
.sectionh .vt-2 .clist img { width: 100%; height: 100%; object-fit: cover; }
.sectionh .vt-2 .ui-f { display: block; margin: 1rem 0 0; text-align: right; }
.sectionh .vt-2 .ui-f a { display: inline-block; }

#wrapper-product { padding: 3rem 0; }

#wrapper-news { padding: 3rem 0; }

.pclist { display: inline-block; width: 100%; }
.pclist .itemswra { display: flex; padding: 1rem 0; align-items: center; justify-content: center; }
.pclist .itemleft { width: 50%; padding: 0 1rem; }
.pclist .itemleft .img { width: 100%; }
.pclist .itemleft a { display: block; border-radius: 10px; overflow: hidden; }
.pclist .itemleft a:hover img { transform: scale(1.1); }
.pclist .itemleft img { width: 100%; height: 100%; object-fit: cover; object-position: bottom; transition: all 0.6s; }
.pclist .itemright { width: 50%; padding: 0 2rem; }
.pclist .itemright .cmshow { margin: 1rem 0; }
.pclist .itemright .list { display: inline-block; width: 100%; }
.pclist .itemright .list ul { display: inline-block; width: 100%; }
.pclist .itemright .list li { float: left; margin: 0 10px 0 0; }
.pclist .itemright .list a { display: inline-block; width: 100px; height: 100px; border-radius: 3px; overflow: hidden; }
.pclist .itemright .list a:hover img { transform: scale(1.1); }
.pclist .itemright .list img { width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; }
.pclist .itemright .more { display: inline-block; width: 100%; }
.pclist .itemright .more a { display: inline-block; }
.pclist .itemswra:nth-child(even) { flex-direction: row-reverse; }

.cmsatspage { overflow: hidden; }
.cmsatspage .ui-wra { padding: 3rem 0; background-repeat: no-repeat; background-position: center center; background-attachment: fixed; background-size: cover; }

.cmsatstpe1 { padding: 3rem 0; }
.cmsatstpe1 .ui-wra { padding: 0; }
.cmsatstpe1 .ui-c { margin: 2rem 0 0; }

.cmsatstpe2, .cmsatstpe3 { display: inline-block; width: 100%; }
.cmsatstpe2 .ui-c, .cmsatstpe3 .ui-c { display: flex; align-items: center; justify-content: center; }
.cmsatstpe2 .picswra, .cmsatstpe3 .picswra { width: 50%; flex: 1; }
.cmsatstpe2 .picw, .cmsatstpe3 .picw { display: block; margin: 0 0 0 2rem; }
.cmsatstpe2 .infswra, .cmsatstpe3 .infswra { flex: 1; }
.cmsatstpe2 .infw, .cmsatstpe3 .infw { flex: 1; }
.cmsatstpe2 .tp1, .cmsatstpe3 .tp1 { background-size: cover; }
.cmsatstpe2 .tp2, .cmsatstpe3 .tp2 { background-size: contain; }
.cmsatstpe2 .tp3, .cmsatstpe3 .tp3 { background-size: auto; }
.cmsatstpe2 .inf p, .cmsatstpe3 .inf p { color: #333; font-size: 1.14286rem; }

.cmsatstpe2 .picw, .cmsatstpe3 .picw { border-radius: 10px; overflow: hidden; }
.cmsatstpe2 .picw img, .cmsatstpe3 .picw img { width: 100%; height: 100%; object-fit: cover; }
.cmsatstpe2 .infw, .cmsatstpe3 .infw { margin: 0 0 0 2rem; }
.cmsatstpe2 .cons, .cmsatstpe3 .cons { margin: 2rem 0 0; }

.cmsatstpe2 .picw { margin: 0 2rem 0 0; }
.cmsatstpe2 .infw { margin: 0 0 0 2rem; }

.cmsatstpe3 .ui-c { flex-direction: row-reverse; }
.cmsatstpe3 .picw { margin: 0 0 0 2rem; }
.cmsatstpe3 .infw { margin: 0 2rem 0 0; }

.cmsatstpe4 { display: inline-block; width: 100%; }
.cmsatstpe4 .ui-c { display: block; margin: 2rem 0; }
.cmsatstpe4 .ui-c .items { display: block; }
.cmsatstpe4 .ui-c .pic { display: block; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.cmsatstpe4 .ui-c img { width: 100%; }
.cmsatstpe4 .ui-c .infs { display: block; padding: 1rem; }
.cmsatstpe4 .ui-c .inf { display: block; text-align: center; font-size: 1.14286rem; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.cmsatstpe4 .ui-f { text-align: center; }

.cmsatstpe5 { display: inline-block; width: 100%; }
.cmsatstpe5 .ui-c { margin: 2rem 0 0; }
.cmsatstpe5 .ui-c .list { width: 100%; margin: 0 auto; }
.cmsatstpe5 .ui-c ul { display: inline-block; width: 100%; }
.cmsatstpe5 .ui-c li { width: 20%; float: left; }
.cmsatstpe5 .ui-c .items { display: block; margin: 0.3rem; padding: 1rem; border: 1px solid #eee; background-color: rgba(255, 255, 255, 0.8); border-radius: 5px; transition: all 0.6s; }
.cmsatstpe5 .ui-c .items:hover { background-color: #053984; }
.cmsatstpe5 .ui-c .items:hover .infos { color: #fff; }
.cmsatstpe5 .ui-c .icons { height: 22vh; border-radius: 3px; overflow: hidden; text-align: center; }
.cmsatstpe5 .ui-c .iconfont { color: #fff; }
.cmsatstpe5 .ui-c img { width: 100%; height: 100%; object-fit: cover; }
.cmsatstpe5 .ui-c .infos { margin: 1rem 0 0; }

.cmspace { display: inline-block; width: 100%; font-size: 0px; margin: 0 0 2rem 0; }

.cmlist1 ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.cmlist1 ul:after { content: ""; width: calc(50% - 0.6rem); }
.cmlist1 li { width: calc(25% - 0.6rem); float: left; margin: 0 0 1rem 0; }
.cmlist1 a { display: inline-block; width: 100%; }
.cmlist1 .pics { background-color: #053984; border-radius: 4px; overflow: hidden; }
.cmlist1 .pic { width: 100%; aspect-ratio: 1/1; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: all 0.6s; }
.cmlist1 .pic2 { background-size: contain; }
.cmlist1 img { width: 100%; height: 100%; }
.cmlist1 .infs { padding: 1rem 0 0; }
.cmlist1 .inf { width: 100%; font-size: 1.14286rem; text-align: center; }
.cmlist1 a:hover .pic { transform: scale(1.1); }

.hi-3 { margin: 0 0 2rem; }

.newslist ul { display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between; }
.newslist li { width: calc(25% - 1rem); float: left; margin: 0 0 2rem 0; }
.newslist a { display: block; }
.newslist .items { display: inline-block; width: 100%; }
.newslist .pics { display: block; }
.newslist .pic { height: 25vh; margin: 0 0 1rem 0; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; -o-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; overflow: hidden; }
.newslist img { width: 100%; height: 100%; transition: all 0.6s; object-fit: cover; }
.newslist .infs { display: block; }
.newslist .tits { font-size: 1.28572rem; }
.newslist .smys { color: #666; margin: 1rem 0; font-size: 1.07143rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.newslist .dats { color: #999; font-size: 1rem; }
.newslist a:hover img { transform: scale(1.1); }
.newslist a:hover .tits { color: #053984; }

.cm-show { display: inline-block; width: 100%; }
.cm-show .ui-h { margin: 0 0 2rem; }
.cm-show .ui-h .tips { margin: 0 0 0.5rem; }
.cm-show .ui-h .opes span { color: #999; margin: 0 1rem 0 0; font-size: 1rem; }
.cm-show .ui-t { display: inline-block; width: 100%; margin: 0 0 1rem; border-bottom: 2px solid #053984; }
.cm-show .ui-t b { color: #fff; display: inline-block; float: left; padding: 0.8rem 2rem; font-size: 1.42857rem; font-weight: 500; background-color: #053984; -moz-border-radius: 10px 10px 0px 0px; -webkit-border-radius: 10px 10px 0px 0px; -o-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px; }
.cm-show .ui-p { display: inline-block; width: 100%; }
.cm-show .ui-p ul { display: inline-block; width: 100%; }
.cm-show .ui-p li { width: 25%; float: left; }
.cm-show .ui-p .items { padding: 25px; }
.cm-show .ui-p .pics { text-align: center; }
.cm-show .ui-p .pics img { max-width: 90%; }
.cm-show .ui-p .infs { text-align: center; font-size: 14px; }
.cm-show .ui-s { color: #fff; display: block; padding: 1rem; background-color: #275ba6; border-radius: 4px; }
.cm-show .ui-c { margin: 2rem 0 0; }

.cm-slist { display: inline-block; width: 100%; }
.cm-slist li { width: 100%; margin: 0 0 2rem 0; }
.cm-slist a { display: inline-block; width: 100%; }
.cm-slist .pics { height: 180px; border-radius: 4px; overflow: hidden; margin: 0 0 1rem 0; }
.cm-slist img { width: 100%; height: 100%; object-fit: cover; }
.cm-slist .infs { font-size: 1rem; }

.cm-ptop { margin: 0 0 3rem 0; padding: 3rem; background-color: #ffffff; }
.cm-ptop .ui-c { display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between; }
.cm-ptop .picswra { width: 45%; float: left; }
.cm-ptop .topimgs { display: block; text-align: center; }
.cm-ptop .topimg { display: inline-block; width: 100%; height: 50vh; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.cm-ptop .topimg img { width: 100%; }
.cm-ptop .btmimgs { display: block; }
.cm-ptop .btmimgs ul { display: inline-block; width: 100%; }
.cm-ptop .btmimgs li { position: relative; float: left; margin: 0 -1px -1px 0; z-index: 10; }
.cm-ptop .btmimgs .pics { display: flex; align-items: center; justify-content: center; width: 5rem; height: 5rem; padding: 0.4rem; border: 1px solid #eeeeee; background-color: #ffffff; }
.cm-ptop .btmimgs img { max-width: 5rem; max-height: 5rem; }
.cm-ptop .btmimgs li.on { z-index: 20; }
.cm-ptop .btmimgs li.on .pics { border: 1px solid #053984; }
.cm-ptop .infswra { width: 55%; float: right; }
.cm-ptop .infsw { margin: 0 0 0 3rem; }
.cm-ptop .tip { display: block; padding: 0 0 1rem 0; }
.cm-ptop .tip h1 { font-size: 2.57143rem; font-weight: 550; }
.cm-ptop .smy { display: block; padding: 1rem 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.cm-ptop .smy p { margin: 2px 0; }
.cm-ptop .inf { display: flex; padding: 0.2rem 0; font-size: 1.14286rem; align-items: center; }
.cm-ptop .cor { display: inline-block; width: 36px; height: 16px; }
.cm-ptop .btmimgs { padding: 1rem 0; border-bottom: 1px solid #eee; }
.cm-ptop .page { padding: 1rem 0; }
.cm-ptop .page .info { margin: 0.2rem 0; }
.cm-ptop .page a { text-transform: uppercase; }
.cm-ptop .page a:hover { color: #053984; text-transform: uppercase; }

.cm-pcon { display: flex; justify-content: center; }

.cm-sleft { width: 80%; margin: 0 2rem 0 0; padding: 3rem; background-color: #ffffff; }

.cm-sright { width: 20%; padding: 3rem; background-color: #ffffff; }
.cm-sright .cmlist1 li { width: 100%; }

.cm-lianxi { display: block; border: 1px solid #cfe3fd; }
.cm-lianxi .top img { width: 100%; }
.cm-lianxi .con { padding: 1rem; }
.cm-lianxi .con p { margin: 0.3rem 0; font-size: 1rem; }
.cm-lianxi .con p.p1 { font-size: 1.14286rem; }

.cmtips { color: #053984; font-size: 2rem; font-weight: 550; }

.cmshow { font-size: 1.14286rem; }
.cmshow h1, .cmshow h2, .cmshow h3, .cmshow h4, .cmshow h5 { margin: 0 0 0.3rem; font-weight: 500; }
.cmshow h1 *, .cmshow h2 *, .cmshow h3 *, .cmshow h4 *, .cmshow h5 * { font-weight: 500; }
.cmshow p { font-size: 1.14286rem; }
.cmshow img { width: auto !important; height: auto !important; max-width: 100% !important; }
.cmshow table { width: 100%; }
.cmshow td { padding: 0.8rem 0.6rem !important; border: 1px solid #999 !important; }
.cmshow video { max-width: 100%; }

.cm-mesview { display: inline-block; width: 100%; margin: 1rem 0 0; }
.cm-mesview ul { width: 100%; }
.cm-mesview li { display: block; margin: 0 0 1rem 0; background-color: #fff; border-radius: 3px; overflow: hidden; }
.cm-mesview .topwra { padding: 0.8rem 1rem; background-color: #eee; border-radius: 4px 4px 0 0; }
.cm-mesview .topw { display: inline-block; width: 100%; }
.cm-mesview .messer { float: left; }
.cm-mesview .dates { color: #999; float: right; margin: 0.15rem 0 0; font-size: 0.85714rem; font-family: arial; }
.cm-mesview .cons { display: block; padding: 0.8rem 1rem; border: 1px solid #eee; border-top: 0 none; }
.cm-mesview .answer { margin: 0 0 1rem 0; }
.cm-mesview .reply { padding: 0.6rem 0.8rem; font-size: 0.85714rem; background-color: #f5f5f5; }
.cm-mesview .reply span { color: #999; font-family: arial; }

.cm-none { padding: 2rem 0; }

.cmcount { display: block; padding: 1rem 0; }

.cmmessage { display: block; }
.cmmessage form { display: inline-block; width: 100%; }
.cmmessage .rail { display: inline-block; width: 100%; float: left; margin: 0 0 0.8rem 0; }
.cmmessage .railvcode { width: 250px; }
.cmmessage .railsubmit { display: inline-block; width: 100%; }
.cmmessage .lab { display: none; }
.cmmessage .lab i { color: #d00; margin: 0 4px 0 0; }
.cmmessage .swra { position: relative; display: block; border: 1px solid #eeeeee; background-color: #ffffff; border-radius: 3px; }
.cmmessage input { background-color: transparent; }
.cmmessage input::-webkit-input-placeholder { color: #999; }
.cmmessage input::-moz-placeholder { color: #999; }
.cmmessage input:-moz-placeholder { color: #999; }
.cmmessage input:-ms-input-placeholder { color: #999; }
.cmmessage textarea { background-color: transparent; }
.cmmessage textarea::-webkit-input-placeholder { color: #999; }
.cmmessage textarea::-moz-placeholder { color: #999; }
.cmmessage textarea:-moz-placeholder { color: #999; }
.cmmessage textarea:-ms-input-placeholder { color: #999; }
.cmmessage .text { color: #333; width: 100%; height: 20px; line-height: 20px; padding: 8px 0; text-indent: 13px; border: 0 none; font-size: 1rem; }
.cmmessage .textarea { color: #333; width: 100%; height: 60px; line-height: 36px; text-indent: 1rem; border: 0 none; }
.cmmessage .vcodes { position: absolute; right: 0; top: 0; display: inline-block; margin: 0 0 0 15px; padding: 5px 6px 6px; }
.cmmessage .submit { color: #ffffff; display: block; width: 100%; height: 40px; line-height: 40px; font-size: 14px; text-align: center; border: 0 none; background-color: #002873; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
.cmmessage .submit:hover { background-color: #0a1616; }

.cmproclass { display: flex; width: 100%; padding: 0.5rem 0; border-bottom: 1px solid #eee; }
.cmproclass .tips { color: #fff; display: flex; width: 90px; float: left; padding: 0.5rem 0; font-weight: 550; font-size: 1.14286rem; background-color: #053984; flex-shrink: 0; align-items: center; justify-content: center; }
.cmproclass .listw { display: flex; padding: 0 0 0 2rem; align-items: center; justify-content: center; }
.cmproclass li { float: left; }
.cmproclass li.txts { margin: 0.2rem 1.2rem 0.2rem 0; }
.cmproclass li.txts a { display: inline-block; font-size: 1rem; border: 1px solid transparent; }
.cmproclass li.txts a:hover { text-decoration: underline; }
.cmproclass li.txts a.curr { color: #053984; text-decoration: underline; }
.cmproclass li.color { display: flex; align-items: center; justify-content: center; height: 2rem; margin: 0.15rem 0.4rem 0.15rem 0; }
.cmproclass li.color a { display: inline-block; width: 1.5rem; height: 1.5rem; font-size: 0px; overflow: hidden; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }

.cmsearch { display: inline-block; width: 100%; margin: 0 0 1rem 0; }
.cmsearch form { position: relative; display: inline-block; width: 100%; }
.cmsearch .textw { display: block; border-bottom: 1px solid #eee; }
.cmsearch .text { width: 100%; height: 2rem; padding: 0.5rem 0; border: 0 none; }
.cmsearch .submit { position: absolute; top: 0.3rem; right: 0; color: #fff; height: 2.4rem; float: right; padding: 0 1rem; border: 1px solid #053984; background-color: #053984; border-radius: 4px; }

.cmclassnav { display: flex; width: 100%; margin: 0 0 2rem 0; }
.cmclassnav .ui-wra { padding: 0 0 1rem; }
.cmclassnav ul { display: inline-block; width: 100%; }
.cmclassnav li { float: left; margin: 0.2rem 0.4rem 0.2rem 0; }
.cmclassnav a { color: #333; display: inline-block; padding: 0.8rem 2rem; font-weight: 500; font-size: 1.14286rem; border: 1px solid #e5e5e5; background-color: #ffffff; border-radius: 30px; flex-shrink: 0; }
.cmclassnav li.curr a { color: #fff; background-color: #053984; }

.cmtentmap { margin: 2rem 0 0; padding: 1rem; background-color: #fff; border-radius: 10px; }

.page-index #pg-headers { position: fixed; }

.cmtipun { color: rgba(0, 0, 0, 0.2); margin: 0 0 0.3rem; font-size: 1.5rem; text-transform: uppercase; font-weight: 400; font-family: 'sbsc'; z-index: 0; }

.cmtipcn { color: #053984; line-height: 1; font-size: 2.2rem; font-weight: 550; text-transform: uppercase; z-index: 2; }

.cmtipbn { color: rgba(0, 0, 0, 0.5); line-height: 1.3; margin: 0.9rem 0 0; font-size: 1.1rem; z-index: 2; }

.center { text-align: center; }

.white { color: #fff; }

.cmtitle { position: relative; display: block; }
.cmtitle .tips { position: relative; display: block; margin: 0 0 1rem 0; }
.cmtitle.white .lins { background-color: #fff; }
.cmtitle.white .itc1 { background-color: #fff; }
.cmtitle.white .itc2 { background-color: #de2021; }
.cmtitle.white font { color: #fff; }
.cmtitle.white b { color: rgba(255, 255, 255, 0.1); }
.cmtitle.white .cons { color: rgba(255, 255, 255, 0.6); }
.cmtitle.black .lins { background-color: #0a1616; }
.cmtitle.black font { color: #053984; }
.cmtitle.black b { color: rgba(5, 57, 132, 0.2); }
.cmtitle.black .cons { color: #333; }
.cmtitle.center { text-align: center; }
.cmtitle.center .tip { text-align: center; align-items: center; justify-content: center; }
.cmtitle.center .fip { text-align: center; align-items: center; justify-content: center; }

.googlemap { width: 100%; margin: 2rem 0 0; }
.googlemap img { width: 100%; }

.page-o #pg-headers { position: relative; border-top: 3px solid #053984; background-color: #fff; -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
.page-o #pg-headers .ui-h { background-color: #053984; }
.page-o #pg-headers .iteml a.logowhite { display: none; }
.page-o #pg-headers .iteml a.logoblue { display: inline-block; }
.page-o #pg-headers .itemr .navs a { color: #333; -moz-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -webkit-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -o-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
.page-o #pg-headers .itemr .navs li.curr a { color: #053984; }
.page-o #pg-headers .itemr .email { border-left: 1px solid rgba(5, 57, 132, 0.1); border-right: 1px solid rgba(5, 57, 132, 0.1); }
.page-o #pg-headers .itemr .email .iconfont { color: #333; -moz-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -webkit-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -o-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
.page-o #pg-headers .itemr .email span { color: #333; -moz-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -webkit-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -o-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
.page-o #pg-headers .itemr .lan .xiala .iconfont { color: #333; -moz-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -webkit-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -o-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
.page-o #pg-headers .itemr .lan .xiala a { color: #333; -moz-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -webkit-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -o-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

.pg-en .cmtitle .tip font { font-size: 3.2rem; font-weight: 550; }
.pg-en .cmtipun { display: none; }

/* 引入多尺寸设置 */
@media only screen and (min-width: 0px) and (max-width: 639px) { html { font-size: 13px; }
  * { font-weight: 390; }
  html, body { background-color: #fff; }
  .ly-ct { margin: 0 1rem; }
  .ly-cm { margin: 0 1rem; padding: 1rem 0; }
  .ly-cw { padding: 1rem 1rem 0; }
  #pg-headers .ui-h { display: none; }
  #pg-headers .iteml { height: auto; padding: 1rem 0; }
  #pg-headers .iteml img { height: 3rem; }
  #pg-headers .itemr { padding: 1rem 0; }
  #pg-headers .itemr .navs { display: none; }
  #pg-headers .itemr .email { display: none; }
  #pg-headers .itemr .lan .xiala a { height: 3rem; }
  #pg-headers .itemr .lan .list { top: 4rem; background-color: #fff; }
  #pg-headers .itemr .lan .list a { color: #053984; }
  #pg-headers.pg-fixed .itemr .lan .xiala .xingqiu { color: #053984; }
  #pg-banners .ui-c { border-radius: 0 0 0 0; }
  #pg-banners .ui-c .webimg { display: none; }
  #pg-banners .ui-c .wapimg { display: inline-block; width: 100%; height: calc(100vh - 5rem); }
  #pg-banners .ui-c .cheight { height: 100vh; }
  #pg-banners .ui-c .wratxt { width: 100%; }
  #pg-banners .ui-c .wratxt .imgtxt { display: block; width: auto; margin: 0 1.1rem; }
  #pg-banners .ui-c .wratxt .imgtxt .ctxt { line-height: 1.5; font-size: 1.3rem; font-weight: 400; }
  #pg-banners .ui-c .wratxt .imgtxt .txt0 { line-height: 1.5; font-size: 1.7rem; font-weight: 550; }
  #pg-banners .ui-f { display: none; bottom: 6rem; }
  #pg-bannero .txts { height: 28vh; }
  #pg-bannero .txt { padding: 0 1rem; }
  #pg-bannero .imgs { height: 28vh; background-attachment: scroll; background-size: cover; }
  #pg-bannero p.p2 { font-size: 1.8rem; }
  #pg-bannero p.p3 { font-size: 1rem; }
  #pg-footers { padding: 0 0 60px 0; }
  #pg-footers .ui-h { display: none; }
  #pg-footers .ui-c .cwras { display: inline-block; }
  #pg-footers .ui-c .cleft { width: 100%; }
  #pg-footers .ui-c .ccenter { width: 100%; float: left; margin: 1rem 0; }
  #pg-footers .ui-c .cright { display: none; }
  #pg-footers .ui-f .copyright { width: 100%; text-align: center; }
  #pg-footers .ui-f .beian { width: 100%; text-align: center; }
  #pg-fotnavs { display: block; }
  .page-wap .cmlist1 .inf { font-size: 1rem; }
  .pg-en #pg-fotnavs li .cname { color: #555; font-size: 0.75rem; font-weight: 400; }
  .pg-en .cmlist1 .inf { font-size: 1rem; font-weight: 400; }
  .cmsatspage .ui-wra { padding: 2rem 0; }
  .cmlist1 li { width: calc(50% - 0.6rem); }
  .cmlist1 .pics { border: 1px solid #eee; }
  .cm-ptop { margin: 0 0 0; padding: 0; }
  .cm-ptop .ui-c { display: inline-block; width: 100%; }
  .cm-ptop .picswra { width: 100%; }
  .cm-ptop .topimgs { padding: 0; border: 0 none; }
  .cm-ptop .topimg { height: 40vh; border-radius: 5px; }
  .cm-ptop .infswra { width: 100%; }
  .cm-ptop .infsw { margin: 0; }
  .cm-ptop .tip { padding: 1rem 0; }
  .cm-ptop .tip h1 { font-size: 1.6rem; }
  .cm-pcon { display: inline-block; width: 100%; }
  .cm-sleft { width: 100%; margin: 0; padding: 0; }
  .cm-sright { display: none; }
  .cmclassnav { margin: 0 0 1rem 0; }
  .cmclassnav a { padding: 0.4rem 0.8rem; border-radius: 4px; text-transform: lowercase; }
  .cmproclass .tips { width: 60px; }
  .cmproclass .listw { padding: 0 0 0 1rem; }
  .cmsatstpe1 { padding: 1rem 0; }
  .cmsatstpe1 .ui-c { margin: 1rem 0 0; }
  .cmsatstpe2 .ui-c, .cmsatstpe3 .ui-c { display: inline-block; width: 100%; }
  .cmsatstpe2 .picswra, .cmsatstpe3 .picswra { display: inline-block; width: 100%; margin: 0 0 1rem; }
  .cmsatstpe2 .picw, .cmsatstpe3 .picw { height: 25vh; margin: 0; }
  .cmsatstpe2 .infw, .cmsatstpe3 .infw { margin: 0; }
  .cmsatstpe2 .infw .cons, .cmsatstpe3 .infw .cons { margin: 1rem 0 0; }
  .cmsatstpe4 .ui-c { margin: 1rem 0; }
  .cmsatstpe5 .ui-wra { padding: 1rem 0; }
  .cmsatstpe5 .ui-c .list { width: 100%; }
  .cmsatstpe5 .ui-c ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
  .cmsatstpe5 .ui-c li { width: 50%; }
  .cmsatstpe5 .ui-c .infos { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
  .cm-show { width: 100%; }
  .cm-show .ui-w { margin: 0; }
  .cm-show .ui-t b { padding: 0.6rem 1.4rem 0.5rem; font-size: 1.2rem; text-transform: uppercase; }
  .cm-show .ui-h { margin: 0 0 1rem 0; text-align: left; }
  .cm-show .ui-h .opes span { margin: 0 1rem 0 0; }
  .cm-show .ui-h h1 { font-size: 1.71429rem; }
  .cm-show .ui-s { display: block; margin: 0 0 2rem; }
  .cm-show .ui-c { margin: 0; }
  .cm-show .ui-c h2 * { font-size: 1.4rem; font-weight: 550; }
  .cm-slist { display: none; }
  .newslist li { width: 100%; }
  .newslist .pic { height: 24vh; border-radius: 10px; }
  .googlemap img { transform: scale(1.8); }
  .sectiona { display: none; }
  .sectionb { padding: 2rem 0; background-color: #fff; }
  .sectionb .pt-1 .ui-c { display: inline-block; }
  .sectionb .pt-1 .ui-c .imlefts { width: 100%; height: 28vh; margin: 0 0 2rem 0; }
  .sectionb .pt-1 .ui-c .floatimg { display: none; }
  .sectionb .pt-1 .ui-c .imleft { margin: 0; border-radius: 15px; }
  .sectionb .pt-1 .ui-c .imrights { width: 100%; }
  .sectionb .pt-1 .ui-c .imrights .imwras { margin: 0; }
  .sectionb .pt-1 .ui-f { display: none; }
  .sectionc { padding: 2rem 0; }
  .sectionc .bglomo2 { background-size: 30%; }
  .sectionc .pt-3 { padding: 2rem 0 0; }
  .sectionc .pt-3 .ui-c { display: inline-block; }
  .sectionc .pt-3 .linex { border: 0 none; }
  .sectionc .pt-3 .cirs { display: none; }
  .sectionc .pt-3 .list { display: inline-block; width: 100%; float: left; }
  .sectionc .pt-3 ul { display: inline-block; width: 100%; }
  .sectionc .pt-3 li { display: inline-block; width: 50%; height: auto; float: left; margin: 0; background: none; }
  .sectionc .pt-3 .items { margin: 0.5rem; background-color: rgba(255, 255, 255, 0.5); -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; -o-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; }
  .sectionc .pt-3 .iconfont { font-size: 3.5rem; }
  .sectionc .pt-3 .info { font-size: 1rem; }
  .sectiond { padding: 2rem 0; }
  .sectiond .pt-4 .ui-c { padding: 1rem; }
  .sectiond .pt-4 .pics { height: 25vh; }
  .sectiond .pt-4 ul { border-radius: 15px; }
  .sectiond .pt-4 li { width: 100%; margin: 0 0 2px 0; }
  .sectiond .pt-4 li:nth-child(1) { width: 100%; }
  .sectiond .pt-4 li:nth-child(1) .pics { height: 25vh; }
  .sectiond .pt-4 .infs { left: 1rem; bottom: 1rem; padding: 0.6rem; font-size: 1.2rem; border-radius: 5px; }
  .sectiond .pt-4 a:hover .infs { font-size: 1.42857rem; }
  .sectione { padding: 2rem 0; }
  .sectione .pt-5 .ui-c .firditem { display: none; }
  .sectione .pt-5 .ui-c .secditem { margin: 0; }
  .sectione .pt-5 .ui-c .secditem .itemwra { margin: 0; }
  .sectione .pt-5 .ui-c .secditem .itemwra ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
  .sectione .pt-5 .ui-c .secditem .itemwra li { width: calc(50% - 0.5rem); margin: 0 0 1rem 0; }
  .sectione .pt-5 .ui-c .secditem .itemwra .itemw { margin: 0 0; }
  .sectionf .pt-6 .pic img { height: 20vh; }
  .sectiong { padding: 2rem 0; }
  .sectionh { padding: 2rem 0; }
  .sectionh .pt-8 { width: 100%; }
  .sectionh .pt-8 .ui-c { padding: 2rem 0 0; }
  .sectionh .pt-8 li { width: 50%; float: left; margin: 0 0 1rem; }
  .sectionh .pt-8 .items { padding: 0.8rem; }
  .sectionh .pt-8 .pics { margin: 0; }
  .sectionh .pt-8 .infs { font-size: 1rem; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
  .sectionh .vt-2 { width: 100%; margin: 1rem 0 0; }
  .sectionh .vt-2 .cmtipun { text-align: left; }
  .sectionh .vt-2 .cmtipcn { text-align: left; }
  .sectionh .vt-2 .cmtipbn { text-align: left; }
  .sectionh .vt-2 .clist .pics { height: 16vh; }
  .sectionh .vt-2 .ui-c { padding: 2rem 0 0; }
  .sectionh .vt-2 .ui-f { text-align: left; }
  .pclist .itemswra { display: inline-block; padding: 0 0 1rem 0; }
  .pclist .itemleft { width: 100%; margin: 0 0 1rem 0; padding: 0; }
  .pclist .itemleft a { height: 24vh; }
  .pclist .itemright { width: 100%; padding: 0; }
  .pclist .itemright .tips { line-height: 1.1; font-size: 1.5rem; text-transform: uppercase; }
  .pclist .itemright .list { display: none; }
  .pclist .itemright .list li { width: 20%; height: auto; }
  .cmshow { font-size: 1.2rem; }
  .cmshow h1, .cmshow h2, .cmshow h3, .cmshow h4, .cmshow h5 { margin: 0 0 0.3rem; }
  .cmshow p { font-size: 1.2rem; }
  .cmtentmap { padding: 0; }
  .pg-en .cmtipun { display: none; }
  .pg-en .cmtipcn { font-size: 2.6rem; font-family: 'sbsc'; }
  .hi-3 { margin: 0 0 1rem; }
  #wrapper-product { padding: 2rem 0; }
  #wrapper-news { padding: 2rem 0; } }
@media only screen and (min-width: 640px) and (max-width: 1079px) { html { font-size: 13px; }
  html, body { background-color: #fff; }
  .ly-ct { margin: 0 1rem; }
  .ly-cm { margin: 0 1rem; padding: 1rem 0; }
  .ly-cw { padding: 1rem 1rem 0; }
  #pg-headers .ui-h { display: none; }
  #pg-headers .iteml { height: auto; padding: 1rem 0; }
  #pg-headers .iteml img { height: 3rem; }
  #pg-headers .itemr { padding: 1rem 0; }
  #pg-headers .itemr .navs { display: none; }
  #pg-headers .itemr .email { display: none; }
  #pg-headers .itemr .lan .xiala a { height: 3rem; }
  #pg-headers .itemr .lan .list { top: 4rem; background-color: #fff; }
  #pg-headers .itemr .lan .list a { color: #053984; }
  #pg-headers.pg-fixed .itemr .lan .xiala .xingqiu { color: #053984; }
  #pg-banners .ui-c { border-radius: 0 0 0 0; }
  #pg-banners .ui-c .webimg { display: none; }
  #pg-banners .ui-c .wapimg { display: inline-block; width: 100%; height: calc(100vh - 5rem); }
  #pg-banners .ui-c .cheight { height: 100vh; }
  #pg-banners .ui-c .wratxt { width: 100%; }
  #pg-banners .ui-c .wratxt .imgtxt { display: block; width: auto; margin: 0 1.1rem; }
  #pg-banners .ui-c .wratxt .imgtxt .ctxt { line-height: 1.5; font-size: 1.3rem; font-weight: 400; }
  #pg-banners .ui-c .wratxt .imgtxt .txt0 { line-height: 1.5; font-size: 1.7rem; font-weight: 550; }
  #pg-banners .ui-f { display: none; bottom: 6rem; }
  #pg-bannero .txts { height: 28vh; }
  #pg-bannero .txt { padding: 0 1rem; }
  #pg-bannero .imgs { height: 28vh; background-attachment: scroll; background-size: cover; }
  #pg-bannero p.p2 { font-size: 1.8rem; }
  #pg-bannero p.p3 { font-size: 1rem; }
  #pg-footers { padding: 0 0 60px 0; }
  #pg-footers .ui-h { display: none; }
  #pg-footers .ui-c .cwras { display: inline-block; }
  #pg-footers .ui-c .cleft { width: 100%; }
  #pg-footers .ui-c .ccenter { width: 100%; float: left; margin: 1rem 0; }
  #pg-footers .ui-c .cright { display: none; }
  #pg-footers .ui-f .copyright { width: 100%; text-align: center; }
  #pg-footers .ui-f .beian { width: 100%; text-align: center; }
  #pg-fotnavs { display: block; }
  .page-wap .cmlist1 .inf { font-size: 1rem; }
  .pg-en #pg-fotnavs li .cname { color: #555; font-size: 0.75rem; font-weight: 400; }
  .pg-en .cmlist1 .inf { font-size: 1rem; font-weight: 400; }
  .cmsatspage .ui-wra { padding: 2rem 0; }
  .cmlist1 li { width: calc(50% - 0.6rem); }
  .cmlist1 .pics { border: 1px solid #eee; }
  .cm-ptop { margin: 0 0 0; padding: 0; }
  .cm-ptop .ui-c { display: inline-block; width: 100%; }
  .cm-ptop .picswra { width: 100%; }
  .cm-ptop .topimgs { padding: 0; border: 0 none; }
  .cm-ptop .topimg { height: 40vh; border-radius: 5px; }
  .cm-ptop .infswra { width: 100%; }
  .cm-ptop .infsw { margin: 0; }
  .cm-ptop .tip { padding: 1rem 0; }
  .cm-ptop .tip h1 { font-size: 1.6rem; }
  .cm-pcon { display: inline-block; width: 100%; }
  .cm-sleft { width: 100%; margin: 0; padding: 0; }
  .cm-sright { display: none; }
  .cmclassnav { margin: 0 0 1rem 0; }
  .cmclassnav a { padding: 0.4rem 0.8rem; border-radius: 4px; text-transform: lowercase; }
  .cmproclass .tips { width: 60px; }
  .cmproclass .listw { padding: 0 0 0 1rem; }
  .cmsatstpe1 { padding: 1rem 0; }
  .cmsatstpe1 .ui-c { margin: 1rem 0 0; }
  .cmsatstpe2 .ui-c, .cmsatstpe3 .ui-c { display: inline-block; width: 100%; }
  .cmsatstpe2 .picswra, .cmsatstpe3 .picswra { display: inline-block; width: 100%; margin: 0 0 1rem; }
  .cmsatstpe2 .picw, .cmsatstpe3 .picw { height: 25vh; margin: 0; }
  .cmsatstpe2 .infw, .cmsatstpe3 .infw { margin: 0; }
  .cmsatstpe2 .infw .cons, .cmsatstpe3 .infw .cons { margin: 1rem 0 0; }
  .cmsatstpe4 .ui-c { margin: 1rem 0; }
  .cmsatstpe5 .ui-wra { padding: 1rem 0; }
  .cmsatstpe5 .ui-c .list { width: 100%; }
  .cmsatstpe5 .ui-c ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
  .cmsatstpe5 .ui-c li { width: 50%; }
  .cmsatstpe5 .ui-c .infos { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
  .cm-show { width: 100%; }
  .cm-show .ui-w { margin: 0; }
  .cm-show .ui-t b { padding: 0.6rem 1.4rem 0.5rem; font-size: 1.2rem; text-transform: uppercase; }
  .cm-show .ui-h { margin: 0 0 1rem 0; text-align: left; }
  .cm-show .ui-h .opes span { margin: 0 1rem 0 0; }
  .cm-show .ui-h h1 { font-size: 1.71429rem; }
  .cm-show .ui-s { display: block; margin: 0 0 2rem; }
  .cm-show .ui-c { margin: 0; }
  .cm-show .ui-c h2 * { font-size: 1.4rem; font-weight: 550; }
  .cm-slist { display: none; }
  .newslist li { width: 100%; }
  .newslist .pic { height: 24vh; border-radius: 10px; }
  .googlemap img { transform: scale(1.8); }
  .sectiona { display: none; }
  .sectionb { padding: 2rem 0; background-color: #fff; }
  .sectionb .pt-1 .ui-c { display: inline-block; }
  .sectionb .pt-1 .ui-c .imlefts { width: 100%; height: 28vh; margin: 0 0 2rem 0; }
  .sectionb .pt-1 .ui-c .floatimg { display: none; }
  .sectionb .pt-1 .ui-c .imleft { margin: 0; border-radius: 15px; }
  .sectionb .pt-1 .ui-c .imrights { width: 100%; }
  .sectionb .pt-1 .ui-c .imrights .imwras { margin: 0; }
  .sectionb .pt-1 .ui-f { display: none; }
  .sectionc { padding: 2rem 0; }
  .sectionc .bglomo2 { background-size: 30%; }
  .sectionc .pt-3 { padding: 2rem 0 0; }
  .sectionc .pt-3 .ui-c { display: inline-block; }
  .sectionc .pt-3 .linex { border: 0 none; }
  .sectionc .pt-3 .cirs { display: none; }
  .sectionc .pt-3 .list { display: inline-block; width: 100%; float: left; }
  .sectionc .pt-3 ul { display: inline-block; width: 100%; }
  .sectionc .pt-3 li { display: inline-block; width: 50%; height: auto; float: left; margin: 0; background: none; }
  .sectionc .pt-3 .items { margin: 0.5rem; background-color: rgba(255, 255, 255, 0.5); -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; -o-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; }
  .sectionc .pt-3 .iconfont { font-size: 3.5rem; }
  .sectionc .pt-3 .info { font-size: 1rem; }
  .sectiond { padding: 2rem 0; }
  .sectiond .pt-4 .ui-c { padding: 1rem; }
  .sectiond .pt-4 .pics { height: 25vh; }
  .sectiond .pt-4 ul { border-radius: 15px; }
  .sectiond .pt-4 li { width: 100%; margin: 0 0 2px 0; }
  .sectiond .pt-4 li:nth-child(1) { width: 100%; }
  .sectiond .pt-4 li:nth-child(1) .pics { height: 25vh; }
  .sectiond .pt-4 .infs { left: 1rem; bottom: 1rem; padding: 0.6rem; font-size: 1.2rem; border-radius: 5px; }
  .sectiond .pt-4 a:hover .infs { font-size: 1.42857rem; }
  .sectione { padding: 2rem 0; }
  .sectione .pt-5 .ui-c .firditem { display: none; }
  .sectione .pt-5 .ui-c .secditem { margin: 0; }
  .sectione .pt-5 .ui-c .secditem .itemwra { margin: 0; }
  .sectione .pt-5 .ui-c .secditem .itemwra ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
  .sectione .pt-5 .ui-c .secditem .itemwra li { width: calc(50% - 0.5rem); margin: 0 0 1rem 0; }
  .sectione .pt-5 .ui-c .secditem .itemwra .itemw { margin: 0 0; }
  .sectionf .pt-6 .pic img { height: 20vh; }
  .sectiong { padding: 2rem 0; }
  .sectionh { padding: 2rem 0; }
  .sectionh .pt-8 { width: 100%; }
  .sectionh .pt-8 .ui-c { padding: 2rem 0 0; }
  .sectionh .pt-8 li { width: 50%; float: left; margin: 0 0 1rem; }
  .sectionh .pt-8 .items { padding: 0.8rem; }
  .sectionh .pt-8 .pics { margin: 0; }
  .sectionh .pt-8 .infs { font-size: 1rem; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
  .sectionh .vt-2 { width: 100%; margin: 1rem 0 0; }
  .sectionh .vt-2 .cmtipun { text-align: left; }
  .sectionh .vt-2 .cmtipcn { text-align: left; }
  .sectionh .vt-2 .cmtipbn { text-align: left; }
  .sectionh .vt-2 .clist .pics { height: 16vh; }
  .sectionh .vt-2 .ui-c { padding: 2rem 0 0; }
  .sectionh .vt-2 .ui-f { text-align: left; }
  .pclist .itemswra { display: inline-block; padding: 0 0 1rem 0; }
  .pclist .itemleft { width: 100%; margin: 0 0 1rem 0; padding: 0; }
  .pclist .itemleft a { height: 24vh; }
  .pclist .itemright { width: 100%; padding: 0; }
  .pclist .itemright .tips { line-height: 1.1; font-size: 1.5rem; text-transform: uppercase; }
  .pclist .itemright .list { display: none; }
  .pclist .itemright .list li { width: 20%; height: auto; }
  .cmshow { font-size: 1.2rem; }
  .cmshow h1, .cmshow h2, .cmshow h3, .cmshow h4, .cmshow h5 { margin: 0 0 0.3rem; }
  .cmshow p { font-size: 1.2rem; }
  .cmtentmap { padding: 0; }
  .pg-en .cmtipun { display: none; }
  .pg-en .cmtipcn { font-size: 2.6rem; font-family: 'sbsc'; }
  .hi-3 { margin: 0 0 1rem; }
  #wrapper-product { padding: 2rem 0; }
  #wrapper-news { padding: 2rem 0; } }
@media only screen and (min-width: 1080px) and (max-width: 1279px) { html { font-size: 13px; }
  .ly-ct { width: 960px; }
  #pg-headers .itemr .navs li { margin: 0 1rem; }
  #pg-headers .itemr .navs a { font-size: 1rem; }
  #pg-headers .itemr .email .iconfont { font-size: 1.2rem; }
  #pg-headers .itemr .lan .xiala .xingqiu { font-size: 1rem; }
  #pg-headers .itemr .lan .xiala .jiantou { font-size: 1rem; }
  .sectionh .vt-2 .clist .pics { height: 15vh; } }
@media only screen and (min-width: 1280px) and (max-width: 1439px) { html { font-size: 13px; }
  .ly-ct { width: 1150px; } }
@media only screen and (min-width: 1440px) and (max-width: 1599px) { html { font-size: 14px; }
  .ly-ct { width: 1280px; } }
@media only screen and (min-width: 1600px) and (max-width: 2000px) { html { font-size: 14px; }
  .ly-ct { width: 1560px; } }
@media only screen and (min-width: 2001px) { html { font-size: 14px; }
  .ly-ct { width: 1900px; } }

/*# sourceMappingURL=style.css.map */
