@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: 1.71429rem; font-weight: 550; }

h2 { font-size: 1.42857rem; font-weight: 550; }

h3 { font-size: 1.28572rem; font-weight: 550; }

h4 { font-size: 1.14286rem; font-weight: 550; }

html { font-size: 14px; }
html#pagei { background-color: #fff; }
html#pageo { 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: #7abd31; 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; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
#pg-headers .iteml { display: flex; height: 90px; float: left; margin: 0 0 0 2rem; align-items: center; justify-content: center; transition: all 1s; }
#pg-headers .iteml img { height: 55px; }
#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 1rem 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: 90px; 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 i { position: absolute; bottom: 0; left: 10%; width: 0px; height: 3px; font-size: 0px; background-color: #fff; transition: all 0.6s; }
#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: 90px; 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: 90px; padding: 0 1rem; font-size: 14px; align-items: center; justify-content: 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); }
#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: 24px; }
#pg-headers .itemr .lan .xiala .jiantou { font-size: 12px; }
#pg-headers .itemr .lan .list { position: absolute; top: 90px; left: 0; display: none; width: 100%; background-color: rgba(5, 57, 132, 0.3); }
#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: 40px; align-items: center; justify-content: 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); }
#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 .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 i { background-color: #7abd31; }
#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: #fff; overflow: hidden; }
#pg-banners .ui-c { position: relative; width: 100%; float: left; border-radius: 0 0 200px 0; overflow: hidden; 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; font-weight: 400; -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); -o-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
#pg-banners .ui-c .wratxt .imgtxt .txt0 { line-height: 1.3; margin: 0 0 0.2rem 0; font-size: 3.2rem; font-weight: 550; }
#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: 60px; height: 2px; margin: 0; background-color: #fff; filter: alpha(opacity=35); -moz-opacity: 0.35; opacity: 0.35; }
#pg-banners .ui-f .lines .swiper-pagination-bullet-active { height: 3px; 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: 55vh; background-repeat: no-repeat; background-position: center bottom; background-attachment: fixed; background-size: cover; opacity: 0.9; }
#pg-bannero .txts { position: absolute; top: 0; left: 0; width: 100%; height: 55vh; 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; font-weight: 550; }
#pg-bannero p.p2 { font-size: 3.57143rem; font-weight: 550; text-transform: uppercase; }

#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: 33%; float: right; text-align: right; }
#pg-footers .ui-c .cright .qrcode { width: 140px; }
#pg-footers .ui-c .cright img { width: 100%; }
#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: #053984; font-size: 1.71429rem; }
#pg-fotnavs li .cname { color: #555; font-size: 0.9rem; }
#pg-fotnavs li.curr .iconfont { color: #7abd31; }
#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%; }

.section0 { padding: 5rem 0 3rem; background-image: url("../images/sectionbg0.jpg"); background-repeat: no-repeat; background-position: center bottom; background-size: cover; }

.section1 { padding: 3rem 0; background-color: #f7f7f7; }

.section2 { padding: 6rem 0 4rem; border-top: 1px solid #eeeeee; background-color: #f3f5f8; background-image: url("../images/bgs01.png"); background-repeat: no-repeat; background-position: center -130px; overflow: hidden; }

.section3 { padding: 0 0 5rem 0; background-color: #f3f5f8; overflow: hidden; }

.section4 { padding: 5rem 0; background-color: #f3f5f8; background-image: url("../images/sectionbg4.jpg"); background-repeat: no-repeat; background-position: center center; background-attachment: fixed; background-size: cover; overflow: hidden; }

.section7 { padding: 5rem 0; background-image: url("../images/bg7.jpg"); background-repeat: no-repeat; background-position: center 0; background-size: cover; }

.section8 { background-color: #053984; }

.section9 { padding: 5rem 0 0; }

.sectioncen { padding: 0 4rem; }

.sectiontpe1 { padding: 0 0 4rem; }

.sectiontpe2 { padding: 4rem; background-color: #fff; }

.sectiontpe3 { padding: 4rem 0 4rem; }

.sectionmain { margin: 4rem 0; }

.sectioncons { padding: 4rem; background-color: #fff; }

.section_left { width: 250px; float: left; }

.section_right { margin: 0 0 0 275px; }

.sectionswras { display: block; margin: -8rem 0 0; border-radius: 10px; -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05); -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05); overflow: hidden; }

.sectioncomm { padding: 4rem; background-color: #fff; }

/*  */
.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: #7abd31; }
.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: 1rem; height: 0.4rem; background-color: #0a1616; -moz-border-radius: 0px 0px 0px 0px; -webkit-border-radius: 0px 0px 0px 0px; -o-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; }

.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: 0.85714rem; 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; }
a.cmmore:hover { background-color: #053984; }

.vt-0 { display: block; }
.vt-0 .ui-w { background-image: url("../images/sectionbgs1.png"); background-repeat: no-repeat; background-position: 15% center; background-size: 35%; }
.vt-0 .ui-c { display: flex; width: 100%; flex-direction: row-reverse; }
.vt-0 .imlefts { position: relative; width: 50%; height: 500px; float: left; }
.vt-0 .imleft { position: relative; top: 0; display: block; height: 100%; margin: 0 0 0 5rem; background-repeat: no-repeat; background-position: center bottom; background-size: cover; -moz-border-radius: 40px 0px 40px 0px; -webkit-border-radius: 40px 0px 40px 0px; -o-border-radius: 40px 0px 40px 0px; border-radius: 40px 0px 40px 0px; }
.vt-0 .points { position: absolute; bottom: 0; left: -4rem; width: 50%; height: 50%; float: left; background: url("../images/icon_point.png") repeat 0 0; }
.vt-0 .imrights { display: flex; align-items: center; justify-content: center; width: 50%; float: right; }
.vt-0 .imwras { margin: 0 5rem 0 0; }
.vt-0 .imwras .imtops { display: block; }
.vt-0 .imwras .imtops .ti h1 { color: #053984; font-size: 3rem; }
.vt-0 .imwras .imtops .cs h2 { font-size: 1.6rem; }
.vt-0 .imwras .imtops .sm { display: block; }
.vt-0 .imwras .imtops .sm p { color: #727272; padding: 0 0 1rem 0; font-size: 1.14286rem; }
.vt-0 .imwras .imcens { display: block; margin: 2rem 0 0; }
.vt-0 .imwras .imcens a { display: inline-block; }

.vt-1 { display: block; }
.vt-1 .ui-c .imboms { display: block; overflow: hidden; }
.vt-1 .ui-c .imboms ul { display: flex; align-items: center; justify-content: center; }
.vt-1 .ui-c .imboms li { width: 12.5%; float: left; margin: 0.5rem 0; }
.vt-1 .ui-c .imboms .icons { margin: 0 0.5rem 1rem; padding: 2rem 0; text-align: center; background-color: #fff; border-radius: 5px; }
.vt-1 .ui-c .imboms img { max-width: 50%; }
.vt-1 .ui-c .imboms .infos { color: #727272; margin: 0 1rem; font-size: 1rem; text-align: center; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }

.vt-2 { display: block; }
.vt-2 .ui-h { display: inline-block; width: 100%; }
.vt-2 .ui-h .tips { display: block; }
.vt-2 .ui-h .tip { position: relative; display: flex; height: 5rem; border-left: 3px solid #0a1616; align-items: center; }
.vt-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; }
.vt-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; }
.vt-2 .ui-h .cons { color: #444; font-size: 1.14286rem; }
.vt-2 .ui-c { position: relative; display: inline-block; width: 100%; padding: 2rem 0 0; }
.vt-2 .ui-c a { display: block; }
.vt-2 .ui-c .items { border-radius: 10px; overflow: hidden; }
.vt-2 .ui-c .pics { overflow: hidden; }
.vt-2 .ui-c .pic { background-repeat: no-repeat; background-position: center center; background-size: cover; transition: all 0.6s; }
.vt-2 .ui-c img { width: 100%; }
.vt-2 .ui-c .item { position: relative; display: inline-block; width: 100%; height: 100%; }
.vt-2 .ui-c .infs { position: absolute; bottom: 0; left: 0; display: flex; height: 170px; align-items: center; justify-content: center; width: 100%; background-color: rgba(255, 255, 255, 0.8); transition: all 0.6s; }
.vt-2 .ui-c .infw { padding: 0 2rem; }
.vt-2 .ui-c .tip { color: #053984; margin: 0 0 1rem 0; font-size: 1.71429rem; font-weight: 550; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.vt-2 .ui-c .con { font-size: 1.14286rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vt-2 .ui-c a:hover .infs { height: 100%; background-color: rgba(122, 189, 49, 0.7); }
.vt-2 .ui-c a:hover .tip { color: #fff; }
.vt-2 .ui-c a:hover .con { color: #fff; }
.vt-2 .ui-c .swiper-button-prev { left: -50px; }
.vt-2 .ui-c .swiper-button-next { right: -50px; }
.vt-2 .ui-f { width: 100%; margin: 2rem 0 0; text-align: center; }

.vt-3 { display: block; }
.vt-3 .ui-c { margin: 2rem 0 0; background-color: #fff; background-image: url("../images/bg4.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05); -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05); border-radius: 10px; overflow: hidden; }
.vt-3 .layout-l { position: relative; width: 50%; float: left; }
.vt-3 .layout-l .img { position: absolute; top: 0; left: 0; width: 100%; height: 452px; background-repeat: no-repeat; background-position: center center; background-size: cover; z-index: 5; }
.vt-3 .layout-l .curr { z-index: 10; }
.vt-3 .layout-r { position: relative; width: 50%; float: right; }
.vt-3 .layout-r li { display: flex; align-items: center; height: 150px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); background-color: #fff; transition: all 0.6s; }
.vt-3 .layout-r li:last-child { border-bottom: 0 none; }
.vt-3 .layout-r .tips { display: block; width: calc(100% - 150px); padding: 0 3rem; }
.vt-3 .layout-r .icons { display: flex; align-items: center; justify-content: center; width: 150px; height: 150px; float: right; text-align: center; }
.vt-3 .layout-r .icons .iconfont { color: #053984; font-size: 3.2rem; }
.vt-3 .layout-r .p1 { margin: 0 0 0.5rem 0; font-size: 1.4rem; text-transform: uppercase; }
.vt-3 .layout-r .p2 { font-size: 1rem; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.vt-3 .layout-r li.curr { background-color: #053984; }
.vt-3 .layout-r li.curr .p1, .vt-3 .layout-r li.curr .p2 { color: #fff; }
.vt-3 .layout-r li.curr .iconfont { color: #7abd31; }

.vt-4 { display: block; }
.vt-4 .ui-w { padding: 2rem; background-color: #fff; }
.vt-4 .ui-h { display: inline-block; width: 100%; margin: 1rem 0 0; }
.vt-4 .ui-h li { float: left; margin: 0 0.4rem 0.4rem 0; }
.vt-4 .ui-h a { color: #fff; display: block; padding: 0.6rem 1rem; text-align: center; overflow: hidden; background-color: #000; -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; cursor: pointer; }
.vt-4 .ui-h a:hover { background-color: #053984; }
.vt-4 .ui-c { display: inline-block; width: 100%; margin: 1rem 0 0; }
.vt-4 .ui-c .mainitem { width: 34%; float: left; }
.vt-4 .ui-c .secditem { width: 66%; float: right; }
.vt-4 .ui-c .items { display: block; border-radius: 10px; overflow: hidden; }
.vt-4 .ui-c .itemw { position: relative; width: 100%; }
.vt-4 .ui-c a { display: block; }
.vt-4 .ui-c .pics { background-color: #0a1616; overflow: hidden; }
.vt-4 .ui-c .pic { background-repeat: no-repeat; background-position: center center; background-size: cover; transition: all 0.6s; }
.vt-4 .ui-c img { width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; }
.vt-4 .ui-c .infs { clear: both; position: absolute; bottom: 0; display: block; width: 100%; }
.vt-4 .ui-c .inf { color: #fff; display: block; padding: 2rem; font-size: 1.2rem; background-color: rgba(5, 57, 132, 0.6); }
.vt-4 .ui-c a:hover .pic { background-color: #053984; overflow: hidden; }
.vt-4 .ui-c a:hover img { transform: scale(1.1); }
.vt-4 .ui-c .mainitem .pic { height: 600px; }
.vt-4 .ui-c .secditem .items { width: calc(50% - 20px); float: left; margin: 0 0 0 20px; }
.vt-4 .ui-c .secditem .items2, .vt-4 .ui-c .secditem .items3 { margin: 0 0 20px 20px; }
.vt-4 .ui-c .secditem .pic { height: 290px; }

.vt-7 { display: block; }
.vt-7 .ui-c { display: inline-block; width: 100%; margin: 2rem 0 0; }
.vt-7 .ui-c .swiper-slide { padding: 1rem 0; }
.vt-7 .ui-c a.items { display: block; transition: all 0.6s; }
.vt-7 .ui-c .item { display: inline-block; width: 100%; }
.vt-7 .ui-c .pics { display: block; border-radius: 10px 10px 0 0; overflow: hidden; }
.vt-7 .ui-c .pic { background-repeat: no-repeat; background-position: center center; background-size: cover; transition: all 0.6s; }
.vt-7 .ui-c .infs { display: block; padding: 1.2rem 1rem; background-color: #fff; border-radius: 0 0 10px 10px; overflow: hidden; }
.vt-7 .ui-c img { width: 100%; }
.vt-7 .ui-c .p1 { font-size: 1.14286rem; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.vt-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; }
.vt-7 .ui-c .p3 { color: #999; font-size: 1rem; }
.vt-7 .ui-c a:hover .pics { background-color: #053984; overflow: hidden; }
.vt-7 .ui-c a:hover .pic { transform: scale(1.1); }
.vt-7 .ui-f { margin: 2rem 0 0; text-align: center; }

.vt-8 { display: block; }
.vt-8 .ui-c { position: relative; display: inline-block; width: 100%; }
.vt-8 .ui-c a { display: block; }
.vt-8 .ui-c .pics { background-color: #000000; -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; overflow: hidden; }
.vt-8 .ui-c .pic { opacity: 0.8; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: all 0.6s; }
.vt-8 .ui-c img { width: 100%; }
.vt-8 .ui-c .item { position: relative; }
.vt-8 .ui-c .infs { position: absolute; bottom: 0; left: 0; width: 100%; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
.vt-8 .ui-c .inf { color: #fff; padding: 2rem; font-size: 1.28572rem; font-weight: normal; text-align: center; font-family: 'sbsc'; transition: all 0.6s; }
.vt-8 .ui-c a:hover .pic { opacity: 0.5; transform: scale(1.1); }
.vt-8 .ui-c a:hover .inf { font-size: 1.42857rem; }

.vt-9 { display: block; }
.vt-9 .ui-c { display: inline-block; width: 100%; margin: 2rem 0 0; }
.vt-9 .ui-c .ilefts { width: 60%; height: 100%; float: left; }
.vt-9 .ui-c .ileft { display: block; height: 440px; margin: 0 3rem 0 0; background-image: url("../images/googlemaps.jpg"); background-repeat: no-repeat; background-position: center center; border-radius: 5px; -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08); }
.vt-9 .ui-c .irights { width: 40%; float: right; }
.vt-9 .ui-c .irwras { display: block; }
.vt-9 .ui-c .mtips { display: block; }
.vt-9 .ui-c .mtips p { margin: 0.5rem 0; }
.vt-9 .ui-c .mtips .p1 { color: #555; font-size: 1.28572rem; }
.vt-9 .ui-c .mtips .p2 { color: #053984; font-size: 1.71429rem; font-weight: bold; }

.cmsatspage { overflow: hidden; }
.cmsatspage .ui-wra { padding: 3rem; background-repeat: no-repeat; background-position: center center; background-attachment: fixed; }

.cmsatstpe1 { padding: 0; }
.cmsatstpe1 .ui-wra { padding: 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 .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: 0 0 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: 80%; margin: 0 auto; }
.cmsatstpe5 .ui-c ul { display: inline-block; width: 100%; }
.cmsatstpe5 .ui-c li { width: 25%; float: left; }
.cmsatstpe5 .ui-c .items { display: block; margin: 0.2rem; padding: 2rem; border: 1px solid rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.05); transition: all 0.6s; }
.cmsatstpe5 .ui-c .items:hover { background-color: rgba(182, 0, 5, 0.5); }
.cmsatstpe5 .ui-c .icons { margin: 0 0 1rem 0; text-align: center; }
.cmsatstpe5 .ui-c .iconfont { color: #fff; font-size: 2.85715rem; }
.cmsatstpe5 .ui-c img { width: 3rem; }
.cmsatstpe5 .ui-c p { color: #fff; text-align: center; }
.cmsatstpe5 .ui-c p.p1 { font-weight: 550; font-size: 1.42857rem; }
.cmsatstpe5 .ui-c p.p2 { font-size: 0.85714rem; }

.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 { background-repeat: no-repeat; background-position: center center; background-size: cover; transition: all 0.6s; }
.cmlist1 .pic2 { background-size: contain; }
.cmlist1 img { width: 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); }

.newslist ul { display: inline-block; width: 100%; }
.newslist li { display: inline-block; width: 100%; border-bottom: 1px solid #eee; }
.newslist a { display: block; padding: 1rem 0; }
.newslist .items { display: inline-block; width: 100%; }
.newslist .pics { float: left; }
.newslist .pic { background-repeat: no-repeat; background-position: center center; background-size: cover; -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; }
.newslist img { width: 20rem; }
.newslist .infs { height: 100%; margin: 0 0 0 22rem; }
.newslist .tits { font-size: 1.42857rem; font-weight: 550; }
.newslist .smys { color: #666; margin: 1rem 0; font-size: 1.07143rem; }
.newslist .dats { color: #999; font-size: 1rem; }
.newslist a:hover .tits { color: #053984; }
.newslist li:first-child a { padding: 0 0 1rem 0; }

.cm-show .ui-h { margin: 0 0 2rem; text-align: center; }
.cm-show .ui-h .tips { margin: 0 0 0.5rem; }
.cm-show .ui-h .opes span { color: #999; margin: 0 1rem; font-size: 1rem; }
.cm-show .ui-t { display: inline-block; width: 100%; margin: 2rem 0 1rem; border-bottom: 2px solid #053984; }
.cm-show .ui-t b { color: #fff; display: inline-block; float: left; padding: 0.6rem 1.6rem; 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: #053984; display: block; padding: 1rem; border: 1px solid #bae2ff; background-color: #effaff; border-radius: 4px; }
.cm-show .ui-c { margin: 2rem 0 0; }

.cm-ptop { display: inline-block; width: 100%; }
.cm-ptop .ui-c { display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between; }
.cm-ptop .picswra { width: 40%; float: left; }
.cm-ptop .topimgs { display: block; margin: 0 0 0.5rem; padding: 1rem; text-align: center; border: 1px solid #eee; }
.cm-ptop .topimg { display: inline-block; width: 100%; height: 440px; 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: 60%; 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-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; }

.cmshow h1, .cmshow h2, .cmshow h3, .cmshow h4, .cmshow h5 { margin: 0 0 0.3rem; }
.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; }
.cm-mesview .topwra { padding: 0.8rem 1rem; border: 1px solid #eee; 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; height: 303px; margin: 2rem 0 0; }
.cmmessage form { display: inline-block; width: 100%; }
.cmmessage .rail { display: block; margin: 0 0 0.8rem 0; }
.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: #f5f5f5; }
.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: 9px 0; text-indent: 13px; border: 0 none; font-size: 1rem; }
.cmmessage .textarea { color: #333; width: 100%; height: 80px; 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: 45px; line-height: 45px; font-size: 14px; text-align: center; border: 0 none; 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; }
.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%; }
.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: #fff; display: inline-block; padding: 0.8rem 1.6rem; font-weight: 500; font-size: 1.14286rem; background-color: #053984; flex-shrink: 0; }
.cmclassnav li.curr a { background-color: #7abd31; }

.cmtentmap { padding: 4rem 0 0; }

.page-index #pg-headers { position: fixed; }

.cmtitle { position: relative; display: block; margin: 0 0 2rem 0; }
.cmtitle .tips { position: relative; display: block; margin: 0 0 0.6rem 0; }
.cmtitle .tip { position: relative; height: 5rem; display: flex; align-items: center; }
.cmtitle .tip .itc1, .cmtitle .tip .itc2 { content: ''; display: inline-block; width: 4px; height: 40px; float: left; transform: skewX(-16deg); }
.cmtitle .tip .itc1 { margin: 0px 5px 0 7px; background-color: #053984; }
.cmtitle .tip .itc2 { margin: 0px 20px 0 0; background-color: #7abd31; }
.cmtitle .tip font { position: relative; font-size: 2.6rem; font-weight: 550; font-family: 'Microsoft Yahei'; text-transform: uppercase; z-index: 2; }
.cmtitle .fip { position: absolute; top: 0; display: flex; width: 100%; height: 5rem; align-items: center; }
.cmtitle .fip b { color: rgba(0, 0, 0, 0.06); font-size: 5rem; text-transform: uppercase; font-weight: 400; font-family: 'sbsc'; z-index: 0; }
.cmtitle .cons { color: #444; font-size: 1.14286rem; }
.cmtitle.white .lins { background-color: #fff; }
.cmtitle.white .itc1 { background-color: #fff; }
.cmtitle.white .itc2 { background-color: #7abd31; }
.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: #000; }
.cmtitle.black b { color: rgba(0, 0, 0, 0.06); }
.cmtitle.black .cons { color: #333; }

.googlemap { width: 100%; margin: 2rem 0 0; }
.googlemap img { width: 100%; }

/* 引入多尺寸设置 */
@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 .iteml { height: auto; margin: 0 0 0 1rem; padding: 1rem 0; }
  #pg-headers .iteml img { height: 3rem; }
  #pg-headers .itemr { margin: 0 1rem 0 0; 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 { height: 100vh; }
  #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.2; font-size: 1.2rem; font-weight: 400; }
  #pg-banners .ui-c .wratxt .imgtxt .txt0 { line-height: 1.2; font-size: 1.7rem; font-weight: 550; }
  #pg-banners .ui-f { display: none; bottom: 6rem; }
  #pg-bannero .txts { height: 35vh; }
  #pg-bannero .txt { margin: 3rem 0 0; padding: 0 1rem; }
  #pg-bannero .imgs { height: 35vh; background-attachment: scroll; background-size: cover; }
  #pg-bannero p.p2 { font-size: 2.4rem; }
  #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-cn .cmlist1 .inf { font-size: 1.15rem; font-weight: 400; }
  .pg-cn .newslist .tits { font-size: 1.15rem; }
  .pg-cn .newslist .smys { margin: 0.6rem 0; font-size: 0.9rem; }
  .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; }
  .pg-en .newslist .tits { font-size: 1rem; text-transform: uppercase; }
  .pg-en .newslist .smys { margin: 0.6rem 0; font-size: 0.9rem; }
  .sectionswras { margin: 0; padding: 0; -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
  .sectioncomm { padding: 0; }
  .section0, .section1, .section2, .section3, .section4, .section7, .section8, .section9 { padding: 2rem 0; }
  .section8 { padding: 0; }
  .cmsatspage { margin: 0 0 2rem; }
  .cmsatspage .ui-wra { padding: 1rem; }
  .hi-1 font { font-size: 2.5rem; }
  .hi-1 b { font-size: 5rem; }
  .vt-0 { padding: 0 0 0; }
  .vt-0 .ui-c { display: inline-block; }
  .vt-0 .imlefts { width: 100%; margin: 0 0 1rem 0; height: 20vh; }
  .vt-0 .imrights { width: 100%; }
  .vt-0 .points { display: none; }
  .vt-0 .imleft { margin: 0; }
  .vt-0 .imwras { margin: 0; }
  .vt-0 .imwras .imcens { margin: 0; }
  .vt-1 .ui-c .imboms ul { display: inline-block; }
  .vt-1 .ui-c .imboms li { width: 25%; }
  .vt-2 .ui-c { padding: 0; }
  .vt-2 .ui-c .infs { height: auto; padding: 1rem 0; }
  .vt-2 .ui-c .infw { padding: 0 1rem; }
  .vt-2 .ui-c .tip { margin: 0 0 0.6rem 0; font-size: 1.5rem; }
  .vt-2 .ui-c .con { font-size: 1rem; }
  .vt-2 .ui-f { margin: 1.5rem 0 0; }
  .vt-3 { padding: 0 0; }
  .vt-3 .ui-c { display: inline-block; width: 100%; margin: 0; }
  .vt-3 .ui-c .layout-l { width: 100%; }
  .vt-3 .ui-c .layout-l .img { height: 30vh; }
  .vt-3 .ui-c .layout-r { width: 100%; padding: 30vh 0 0; }
  .vt-3 .ui-c .layout-r ul { display: inline-block; width: 100%; }
  .vt-3 .ui-c .layout-r li { display: inline-block; width: 100%; height: auto; float: left; }
  .vt-3 .ui-c .layout-r .tips { display: block; width: auto; padding: 1rem; }
  .vt-3 .ui-c .layout-r .tips .p1 { margin: 0; font-size: 1.2rem; }
  .vt-3 .ui-c .layout-r .tips .p2 { font-size: 1rem; }
  .vt-3 .ui-c .layout-r .icons { display: none; }
  .vt-4 { padding: 2rem 0; }
  .vt-4 .ui-c { margin: 0; }
  .vt-4 .ui-c .mainitem { width: 100%; margin: 0 0 1.2rem 0; }
  .vt-4 .ui-c .mainitem .pic { height: 30vh; }
  .vt-4 .ui-c .mainitem a { padding: 0; }
  .vt-4 .ui-c .secditem { display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between; }
  .vt-4 .ui-c .secditem .items, .vt-4 .ui-c .secditem .items2, .vt-4 .ui-c .secditem .items3 { width: calc(50% - 0.6rem); margin: 0 0 1.2rem 0; }
  .vt-4 .ui-c .secditem .pic { height: 30vh; }
  .vt-4 .ui-c .inf { padding: 1rem; font-size: 1rem; }
  .vt-7 { padding: 0 0; }
  .vt-7 .ui-c { margin: 0; }
  .vt-7 .ui-c .p1 { font-size: 1.2rem; font-weight: 400; }
  .vt-7 .ui-c .p2 { margin: 0.5rem 0; font-size: 1rem; }
  .vt-8 { padding: 0 0; }
  .vt-9 { padding: 0 0; }
  .vt-9 .ui-c .ilefts { width: 100%; }
  .vt-9 .ui-c .ileft { height: 30vh; margin: 0; padding: 0; background-size: 150%; }
  .vt-9 .ui-c .irights { width: 100%; }
  .vt-9 .ui-c .mtips { padding: 2rem 0 0; }
  .vt-9 .ui-c .cmmessage { padding: 0 0; }
  .cmlist1 li { width: calc(50% - 0.6rem); }
  .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; }
  .cmclassnav a { padding: 0.4rem 0.8rem; border-radius: 4px; text-transform: lowercase; }
  .cmclassnav .ui-wra { padding: 1rem; }
  .cmproclass .tips { width: 60px; }
  .cmproclass .listw { padding: 0 0 0 1rem; }
  .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; }
  .cmsatstpe5 .ui-wra { padding: 1rem 0; }
  .cmsatstpe5 .ui-c .list { width: 100%; }
  .cmsatstpe5 .ui-c li { width: 50%; }
  .newslist .pics { width: 100%; margin: 0 0 1rem; }
  .newslist .infs { display: inline-block; width: 100%; margin: 0; }
  .newslist .inf { display: inline-block; width: 100%; }
  .newslist .smys { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .newslist img { width: 100%; height: 20vh; }
  .newslist .tits { font-weight: 400; }
  .cm-show .ui-h { margin: 2rem 0; text-align: left; }
  .cm-show .ui-h .opes span { margin: 0 1rem 0 0; }
  .cm-show .ui-c h2 * { font-size: 1.4rem; font-weight: 550; }
  .cmtitle { margin: 0 0 0 0; }
  .cmtitle .tips { margin: 0; }
  .cmtitle .tip .itc1 { height: 2rem; margin: 0 5px 0 7px; }
  .cmtitle .tip .itc2 { height: 2rem; margin: 0 15px 0 0; }
  .cmtitle .tip font { font-size: 1.6rem; }
  .cmtitle .cons { margin: 0 0 1rem 0; font-size: 1.2rem; }
  .cmtitle .fip b { margin: 1rem 0 0; height: 3rem; line-height: 3rem; font-size: 3rem; }
  .wra-sats .ly-ct { margin: 0; }
  #wrapper-product .sectioncomm { padding: 1rem; }
  #wrapper-news .sectioncomm { padding: 1rem; }
  .googlemap img { transform: scale(1.8); } }
@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 .iteml { height: auto; margin: 0 0 0 1rem; padding: 1rem 0; }
  #pg-headers .iteml img { height: 3rem; }
  #pg-headers .itemr { margin: 0 1rem 0 0; 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 { height: 100vh; }
  #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.2; font-size: 1.2rem; font-weight: 400; }
  #pg-banners .ui-c .wratxt .imgtxt .txt0 { line-height: 1.2; font-size: 1.7rem; font-weight: 550; }
  #pg-banners .ui-f { display: none; bottom: 6rem; }
  #pg-bannero .txts { height: 35vh; }
  #pg-bannero .txt { margin: 3rem 0 0; padding: 0 1rem; }
  #pg-bannero .imgs { height: 35vh; background-attachment: scroll; background-size: cover; }
  #pg-bannero p.p2 { font-size: 2.4rem; }
  #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-cn .cmlist1 .inf { font-size: 1.15rem; font-weight: 400; }
  .pg-cn .newslist .tits { font-size: 1.15rem; }
  .pg-cn .newslist .smys { margin: 0.6rem 0; font-size: 0.9rem; }
  .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; }
  .pg-en .newslist .tits { font-size: 1rem; text-transform: uppercase; }
  .pg-en .newslist .smys { margin: 0.6rem 0; font-size: 0.9rem; }
  .sectionswras { margin: 0; padding: 0; -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
  .sectioncomm { padding: 0; }
  .section0, .section1, .section2, .section3, .section4, .section7, .section8, .section9 { padding: 2rem 0; }
  .section8 { padding: 0; }
  .cmsatspage { margin: 0 0 2rem; }
  .cmsatspage .ui-wra { padding: 1rem; }
  .hi-1 font { font-size: 2.5rem; }
  .hi-1 b { font-size: 5rem; }
  .vt-0 { padding: 0 0 0; }
  .vt-0 .ui-c { display: inline-block; }
  .vt-0 .imlefts { width: 100%; margin: 0 0 1rem 0; height: 20vh; }
  .vt-0 .imrights { width: 100%; }
  .vt-0 .points { display: none; }
  .vt-0 .imleft { margin: 0; }
  .vt-0 .imwras { margin: 0; }
  .vt-0 .imwras .imcens { margin: 0; }
  .vt-1 .ui-c .imboms ul { display: inline-block; }
  .vt-1 .ui-c .imboms li { width: 25%; }
  .vt-2 .ui-c { padding: 0; }
  .vt-2 .ui-c .infs { height: auto; padding: 1rem 0; }
  .vt-2 .ui-c .infw { padding: 0 1rem; }
  .vt-2 .ui-c .tip { margin: 0 0 0.6rem 0; font-size: 1.5rem; }
  .vt-2 .ui-c .con { font-size: 1rem; }
  .vt-2 .ui-f { margin: 1.5rem 0 0; }
  .vt-3 { padding: 0 0; }
  .vt-3 .ui-c { display: inline-block; width: 100%; margin: 0; }
  .vt-3 .ui-c .layout-l { width: 100%; }
  .vt-3 .ui-c .layout-l .img { height: 30vh; }
  .vt-3 .ui-c .layout-r { width: 100%; padding: 30vh 0 0; }
  .vt-3 .ui-c .layout-r ul { display: inline-block; width: 100%; }
  .vt-3 .ui-c .layout-r li { display: inline-block; width: 100%; height: auto; float: left; }
  .vt-3 .ui-c .layout-r .tips { display: block; width: auto; padding: 1rem; }
  .vt-3 .ui-c .layout-r .tips .p1 { margin: 0; font-size: 1.2rem; }
  .vt-3 .ui-c .layout-r .tips .p2 { font-size: 1rem; }
  .vt-3 .ui-c .layout-r .icons { display: none; }
  .vt-4 { padding: 2rem 0; }
  .vt-4 .ui-c { margin: 0; }
  .vt-4 .ui-c .mainitem { width: 100%; margin: 0 0 1.2rem 0; }
  .vt-4 .ui-c .mainitem .pic { height: 30vh; }
  .vt-4 .ui-c .mainitem a { padding: 0; }
  .vt-4 .ui-c .secditem { display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between; }
  .vt-4 .ui-c .secditem .items, .vt-4 .ui-c .secditem .items2, .vt-4 .ui-c .secditem .items3 { width: calc(50% - 0.6rem); margin: 0 0 1.2rem 0; }
  .vt-4 .ui-c .secditem .pic { height: 30vh; }
  .vt-4 .ui-c .inf { padding: 1rem; font-size: 1rem; }
  .vt-7 { padding: 0 0; }
  .vt-7 .ui-c { margin: 0; }
  .vt-7 .ui-c .p1 { font-size: 1.2rem; font-weight: 400; }
  .vt-7 .ui-c .p2 { margin: 0.5rem 0; font-size: 1rem; }
  .vt-8 { padding: 0 0; }
  .vt-9 { padding: 0 0; }
  .vt-9 .ui-c .ilefts { width: 100%; }
  .vt-9 .ui-c .ileft { height: 30vh; margin: 0; padding: 0; background-size: 150%; }
  .vt-9 .ui-c .irights { width: 100%; }
  .vt-9 .ui-c .mtips { padding: 2rem 0 0; }
  .vt-9 .ui-c .cmmessage { padding: 0 0; }
  .cmlist1 li { width: calc(50% - 0.6rem); }
  .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; }
  .cmclassnav a { padding: 0.4rem 0.8rem; border-radius: 4px; text-transform: lowercase; }
  .cmclassnav .ui-wra { padding: 1rem; }
  .cmproclass .tips { width: 60px; }
  .cmproclass .listw { padding: 0 0 0 1rem; }
  .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; }
  .cmsatstpe5 .ui-wra { padding: 1rem 0; }
  .cmsatstpe5 .ui-c .list { width: 100%; }
  .cmsatstpe5 .ui-c li { width: 50%; }
  .newslist .pics { width: 100%; margin: 0 0 1rem; }
  .newslist .infs { display: inline-block; width: 100%; margin: 0; }
  .newslist .inf { display: inline-block; width: 100%; }
  .newslist .smys { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .newslist img { width: 100%; height: 20vh; }
  .newslist .tits { font-weight: 400; }
  .cm-show .ui-h { margin: 2rem 0; text-align: left; }
  .cm-show .ui-h .opes span { margin: 0 1rem 0 0; }
  .cm-show .ui-c h2 * { font-size: 1.4rem; font-weight: 550; }
  .cmtitle { margin: 0 0 0 0; }
  .cmtitle .tips { margin: 0; }
  .cmtitle .tip .itc1 { height: 2rem; margin: 0 5px 0 7px; }
  .cmtitle .tip .itc2 { height: 2rem; margin: 0 15px 0 0; }
  .cmtitle .tip font { font-size: 1.6rem; }
  .cmtitle .cons { margin: 0 0 1rem 0; font-size: 1.2rem; }
  .cmtitle .fip b { margin: 1rem 0 0; height: 3rem; line-height: 3rem; font-size: 3rem; }
  .wra-sats .ly-ct { margin: 0; }
  #wrapper-product .sectioncomm { padding: 1rem; }
  #wrapper-news .sectioncomm { padding: 1rem; }
  .googlemap img { transform: scale(1.8); } }
@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; } }
@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) { html { font-size: 14px; }
  .ly-ct { width: 1560px; } }

/*# sourceMappingURL=style.css.map */
