@charset "UTF-8";
/* 引入自定义设置 */
@keyframes bounce-up { 25% { transform: translateY(5px); }
  50%, 100% { transform: translateY(0); }
  75% { transform: translateY(-5px); } }
@keyframes bounce-right { 25% { transform: translateX(5px); }
  50%, 100% { transform: translateX(0); }
  75% { transform: translateX(-5px); } }
@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; }
@font-face { font-family: 'poppins'; src: url(../fonts/poppins/poppins-regular.eot); src: url(../fonts/poppins/poppins-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/poppins/poppins-regular.woff) format("woff"), url(../fonts/poppins/poppins-regular.woff2) format("woff2"), url(../fonts/poppins/poppins-regular.ttf) format("truetype"); font-weight: normal; font-style: normal; }
@keyframes quan { 0% { transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); }
  100% { transform: rotate(360deg); -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); } }
@keyframes run { 0% { background-size: 100%; }
  50% { background-size: 120%; }
  100% { background-size: 100%; } }
/* 网站公共设置 */
.fn-clear { clear: both; width: 0px; height: 0px; font-size: 0px; }

.fn-fl { float: left !important; }

.fn-fr { float: right !important; }

.fn-tac { text-align: center !important; }

html, body { background-color: #f3f5f8; }

#gray, #gray body { 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: #333; text-decoration: none; }
a:hover { color: #212654; text-decoration: underline; }

select { height: 34px; line-height: 34px; padding: 0 6px; border: 1px solid #e5e5e5; }

.submit, .reset { color: #ffffff; display: inline; height: 26px; line-height: 22px; border: 1px solid #000; background-color: #212654; -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; }

#pg-mains, #pg-header, #pg-banners, #pg-banner, #pg-content, #pg-footer, #pg-navs { position: relative; display: inline-block; width: 100%; }

#pg-mains { z-index: 800; }

#pg-header { z-index: 790; }

#pg-banners { z-index: 780; }

#pg-banner { z-index: 780; }

#pg-content { z-index: 770; }

#pg-footer { z-index: 770; }

#pg-navs { z-index: 770; }

.ly-ct { margin: 0 auto; }

.ly-mi { position: relative; display: inline-block; width: 100%; z-index: 400; }

/* 当前主体样式 */
#pg-header .ui-h { display: inline-block; width: 100%; background: url("../images/white10.png") repeat-x 0 bottom; }
#pg-header .ui-h .kh { color: #fff; line-height: 34px; float: left; font-size: 12px; }
#pg-header .ui-h .list { float: right; }
#pg-header .ui-h .list ul { float: left; background: url("../images/white10.png") repeat-y right 0; }
#pg-header .ui-h .list ul li { float: left; background: url("../images/white10.png") repeat-y 0 0; }
#pg-header .ui-h .list ul li a { color: #fff; display: inline-block; height: 34px; line-height: 34px; padding: 0 15px; font-size: 12px; text-align: center; }
#pg-header .ui-h .list ul li a:hover { color: #333; text-decoration: none; background-color: #ffd900; }
#pg-header .ui-h .lans { color: #fff; float: right; padding: 6px 0 6px 10px; }
#pg-header .ui-h .lans ul { float: left; }
#pg-header .ui-h .lans ul li { float: left; margin: 0 10px 0 0; padding: 3px; }
#pg-header .ui-h .lans ul li a { color: #fff; display: inline-block; height: 16px; line-height: 16px; float: left; padding: 0 6px 0 28px; font-size: 12px; overflow: hidden; }
#pg-header .ui-h .lans ul li a.cn { background: url("../images/china.png") no-repeat 0 0; }
#pg-header .ui-h .lans ul li a.en { background: url("../images/english.png") no-repeat 0 0; }
#pg-header .ui-c { position: relative; display: inline-block; width: 100%; }
#pg-header .ui-c .logos { display: inline-block; float: left; padding: 21px 0 0; }
#pg-header .ui-c .logos .logo1, #pg-header .ui-c .logos .logo2 { width: 100%; text-align: center; }
#pg-header .ui-c .logos .logo1 a, #pg-header .ui-c .logos .logo2 a { display: inline-block; }
#pg-header .ui-c .logos .logo1 a img, #pg-header .ui-c .logos .logo2 a img { height: 56px; }
#pg-header .ui-c .logos .logo2 { display: none; }
#pg-header .ui-c .navlist { display: block; margin: 0 210px 0 270px; }
#pg-header .ui-c .navlist .list { display: block; width: 660px; margin: auto; }
#pg-header .ui-c .navlist ul { display: inline-block; width: 100%; }
#pg-header .ui-c .navlist li { position: relative; float: left; z-index: 300; }
#pg-header .ui-c .navlist .tits { float: left; }
#pg-header .ui-c .navlist .tits a.name { color: #ffffff; display: block; width: 110px; height: 95px; line-height: 95px; font-size: 16px; text-align: center; z-index: 20; }
#pg-header .ui-c .navlist .tits a.name:hover { color: #fff; text-decoration: none; background-color: #212654; }
#pg-header .ui-c .navlist .tits a.name:hover span { color: #fff; }
#pg-header .ui-c .navlist .items { display: none; clear: both; position: absolute; top: 95px; left: 0; width: 100%; margin: 0 0 0 0; background-color: #f4f4f4; z-index: 10; }
#pg-header .ui-c .navlist .item { display: inline-block; width: 100%; padding: 10px 0; }
#pg-header .ui-c .navlist .itm { width: 100%; float: left; }
#pg-header .ui-c .navlist .itm a { color: #ffffff; display: block; padding: 3px 0; font-size: 14px; text-align: center; }
#pg-header .ui-c .search { float: right; margin: 28px 0 0 0; }
#pg-header .ui-c .search form { position: relative; display: inline-block; overflow: hidden; }
#pg-header .ui-c .search form input::-webkit-input-placeholder { color: #ffffff; }
#pg-header .ui-c .search form input::-moz-placeholder { color: #ffffff; }
#pg-header .ui-c .search form input:-moz-placeholder { color: #ffffff; }
#pg-header .ui-c .search form input:-ms-input-placeholder { color: #ffffff; }
#pg-header .ui-c .search form .text { width: 180px; height: 18px; line-height: 18px; padding: 10px; text-indent: 10px; border: 1px solid #ffffff; background-color: transparent; background: none; -moz-border-radius: 100px 100px 100px 100px; -webkit-border-radius: 100px 100px 100px 100px; -o-border-radius: 100px 100px 100px 100px; border-radius: 100px 100px 100px 100px; }
#pg-header .ui-c .search form .submit { position: absolute; right: 20px; top: 11px; width: 18px; height: 18px; border: 0 none; background: url("../images/icons.png") no-repeat -50px -200px; }
#pg-header .ui-c a.searchbtn { color: #333; display: inline-block; float: right; padding: 0.8rem 0.8rem 0.7rem; text-align: center; border: 0.02rem solid rgba(255, 255, 255, 0.5); -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-header .ui-c a.searchbtn span.iconfont { color: #fff; display: inline-block; height: 1.4rem; line-height: 1.4rem; font-size: 1.4rem; }
#pg-header .ui-c a.searchbtn:hover { text-decoration: none; }
#pg-header .vi-c { display: none; background: url("../images/black10.png") repeat 0 0; }
#pg-header .vi-c .mwras { display: inline-block; width: 100%; padding: 1.2rem 0; }
#pg-header .vi-c .mwras .logos { display: inline-block; float: left; }
#pg-header .vi-c .mwras .logos .logo1, #pg-header .vi-c .mwras .logos .logo2 { width: 100%; text-align: center; }
#pg-header .vi-c .mwras .logos a { display: inline-block; float: left; padding: 0 0; }
#pg-header .vi-c .mwras .logos a img { height: 3rem; }
#pg-header .vi-c .mwras .logos .logo2 { display: none; }
#pg-header .vi-c .mwras a.searchbtn { color: #333; display: inline-block; float: right; padding: 0.98rem 0.8rem 0.98rem; text-align: center; border: 0.02rem solid rgba(255, 255, 255, 0.5); -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-header .vi-c .mwras a.searchbtn span.iconfont { color: #fff; display: inline-block; height: 1.0rem; line-height: 1.0rem; font-size: 1.0rem; }
#pg-header .vi-c .mwras a.searchbtn:hover { text-decoration: none; }
#pg-header .vi-c .mwras a.menubtn { color: #333; display: inline-block; float: right; margin: 0 0 0 0.5rem; padding: 0.98rem 0.8rem 0.98rem; text-align: center; border: 0.02rem solid rgba(255, 255, 255, 0.5); -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-header .vi-c .mwras a.menubtn span.iconfont { color: #fff; display: inline-block; height: 1.0rem; line-height: 1.0rem; font-size: 1.0rem; }
#pg-header .vi-c .mwras a.menubtn:hover { text-decoration: none; }
#pg-header .vi-c .msearchs { display: none; padding: 0 0 1rem 0; }
#pg-header .vi-c .msearchs .search { display: block; -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; }
#pg-header .vi-c .msearchs .search form { position: relative; display: inline-block; width: 100%; overflow: hidden; }
#pg-header .vi-c .msearchs .search form .text { width: 100%; height: 3.2rem; line-height: 3.2rem; text-indent: 10px; font-size: 1rem; border: 0 none; }
#pg-header .vi-c .msearchs .search form .submit { position: absolute; right: 10px; top: 12px; width: 18px; height: 18px; border: 0 none; background: url("../images/icons.png") no-repeat -50px -200px; }
#pg-header.pg-i { position: fixed; top: 0; left: 0; }
#pg-header.pg-i .ui-c a.menubtn { color: #ffffff; }
#pg-header.pg-i .ui-c a.searchbtn { color: #ffffff; }
#pg-header.pg-i .ui-c a.searchbtn { display: none; }
#pg-header.pg-i .ui-c a.menubtn { display: none; }
#pg-header.pg-w .ui-h, #pg-header.pg-o .ui-h { background-color: #212654; transition: all 0.6s; }
#pg-header.pg-w .ui-c, #pg-header.pg-o .ui-c { background-color: #ffffff; transition: all 0.6s; -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); }
#pg-header.pg-w .ui-c a.menubtn, #pg-header.pg-o .ui-c a.menubtn { display: none; }
#pg-header.pg-w .ui-c a.searchbtn, #pg-header.pg-o .ui-c a.searchbtn { display: none; }
#pg-header.pg-w .ui-c .logos .logo1, #pg-header.pg-o .ui-c .logos .logo1 { display: none; }
#pg-header.pg-w .ui-c .logos .logo2, #pg-header.pg-o .ui-c .logos .logo2 { display: inline-block; }
#pg-header.pg-w .ui-c .navlist .list .tits a.name, #pg-header.pg-o .ui-c .navlist .list .tits a.name { color: #333; }
#pg-header.pg-w .ui-c .search form input::-webkit-input-placeholder, #pg-header.pg-o .ui-c .search form input::-webkit-input-placeholder { color: #cccccc; }
#pg-header.pg-w .ui-c .search form input::-moz-placeholder, #pg-header.pg-o .ui-c .search form input::-moz-placeholder { color: #cccccc; }
#pg-header.pg-w .ui-c .search form input:-moz-placeholder, #pg-header.pg-o .ui-c .search form input:-moz-placeholder { color: #cccccc; }
#pg-header.pg-w .ui-c .search form input:-ms-input-placeholder, #pg-header.pg-o .ui-c .search form input:-ms-input-placeholder { color: #cccccc; }
#pg-header.pg-w .ui-c .search form .text, #pg-header.pg-o .ui-c .search form .text { border: 1px solid #e5e5e5; }
#pg-header.pg-f { position: fixed; top: 0; left: 0; }
#pg-header.pg-f .ui-h { display: none; }
#pg-header.pg-f .ui-c { background-color: #212654; transition: all 0.6s; }
#pg-header.pg-f .ui-c .logos { padding: 16px 0 0; }
#pg-header.pg-f .ui-c .search { margin: 20px 0 0; }
#pg-header.pg-f .ui-c .navlist .tits a.name { height: 80px; line-height: 80px; }
#pg-header.pg-x .ui-c .navlist .tits a.name:hover { background-color: #fff; }
#pg-header.pg-x .ui-c .navlist .tits a.name:hover span { color: #212654; }

#pg-banners { width: 100%; float: left; }
#pg-banners .ly-ct { width: 100%; }
#pg-banners .ui-c { width: 100%; float: left; }
#pg-banners .ui-c .swiper-wrapper { height: auto !important; }
#pg-banners .ui-c .swiper-slide { height: auto !important; }
#pg-banners .ui-c .webimg { width: 100%; float: left; background-repeat: no-repeat; background-position: center center; background-size: cover; }
#pg-banners .ui-c .webimg img { width: 100%; float: left; }
#pg-banners .ui-c .wapimg { display: none; width: 100%; float: left; background-repeat: no-repeat; background-position: center center; background-size: cover; }
#pg-banners .ui-c .wapimg img { width: 100%; float: left; }

#pg-banner { width: 100%; float: left; }
#pg-banner .ly-ct { width: 100%; }
#pg-banner .ui-m { display: block; background-repeat: no-repeat; background-position: center center; background-size: cover; }
#pg-banner .ui-c { display: table; width: 100%; height: 450px; overflow: hidden; }
#pg-banner .ui-c .items { display: table-cell; width: 100%; text-align: center; vertical-align: middle; }
#pg-banner .ui-c .items .cn { color: #ffffff; position: relative; top: -600px; font-size: 34px; font-weight: bold; transition: all 1.2s; text-transform: uppercase; -moz-text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.4); -webkit-text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.4); -o-text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.4); text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.4); }
#pg-banner .ui-c .items .en { color: #ffffff; position: relative; top: -600px; transition: all 0.8s; text-transform: uppercase; -moz-text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.4); -webkit-text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.4); -o-text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.4); text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.4); }
#pg-banner .ui-c .items .sm { color: #ffffff; position: relative; bottom: -600px; padding: 15px 10% 0 10%; transition: all 1.2s; -moz-text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.4); -webkit-text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.4); -o-text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.4); text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.4); }
#pg-banner .ui-active .items .cn { top: 0; }
#pg-banner .ui-active .items .en { top: 0; }
#pg-banner .ui-active .items .sm { bottom: 0; }

#pg-footer { border-top: 4px solid #c42531; background-color: #212654; }
#pg-footer .ui-c { width: 100%; float: left; padding: 40px 0 30px 0; }
#pg-footer .ui-c .linfos { width: 50%; float: left; }
#pg-footer .ui-c .linfos .info { display: inline-block; width: 100%; margin: 0 0 30px 0; }
#pg-footer .ui-c .linfos .info .cn { color: #fff; display: inline-block; width: 100%; font-size: 30px; text-transform: uppercase; }
#pg-footer .ui-c .linfos .info .en { color: #fff; display: inline-block; width: 100%; font-size: 14px; font-family: georgia; }
#pg-footer .ui-c .linfos .hotline { display: inline-block; width: 100%; }
#pg-footer .ui-c .linfos .hotline p { color: #fff; }
#pg-footer .ui-c .linfos .hotline p b { color: #fff; font-size: 32px; font-family: arial; }
#pg-footer .ui-c .linfos .list { display: inline-block; width: 100%; padding: 30px 0 0; }
#pg-footer .ui-c .linfos .list ul li { width: 100%; padding: 8px 0; }
#pg-footer .ui-c .linfos .list ul li p { color: #fff; display: inline-block; width: 100%; padding: 2px 0; }
#pg-footer .ui-c .linfos .list ul li p b { display: inline-block; width: 3px; height: 14px; float: left; margin: 4px 6px 0 0; font-size: 0px; }
#pg-footer .ui-c .linfos .list ul li p.tit { font-size: 14px; }
#pg-footer .ui-c .linfos .list ul li p.tit b { font-size: 12px; background-color: #ffd900; }
#pg-footer .ui-c .rinfos { width: 50%; float: right; }
#pg-footer .ui-c .rinfos .titss { color: #fff; display: inline-block; width: 100%; padding: 0 0 30px 0; font-size: 20px; text-transform: uppercase; }
#pg-footer .ui-c .rinfos .list { display: inline-block; width: 100%; padding: 20px 0 40px 0; }
#pg-footer .ui-c .rinfos .list ul { width: 100%; float: left; }
#pg-footer .ui-c .rinfos .list ul li { width: 25%; float: left; }
#pg-footer .ui-c .rinfos .list ul li .tits a { color: #fff; font-size: 16px; }
#pg-footer .ui-c .rinfos .list ul li .items { margin: 15px 0 0; }
#pg-footer .ui-c .rinfos .list ul li .items .itm { padding: 2px 0; }
#pg-footer .ui-c .rinfos .list ul li .items .itm a { color: #fff; font-size: 13px; filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; }
#pg-footer .ui-c .rinfos .share { display: inline-block; width: 100%; }
#pg-footer .ui-c .rinfos .share ul { width: 100%; float: left; }
#pg-footer .ui-c .rinfos .share ul li { display: inline; float: left; margin: 0 10px 0 0; text-align: right; }
#pg-footer .ui-c .rinfos .share ul li a { color: #fff; display: inline-block; width: 26px; height: 26px; line-height: 26px; font-size: 15px; text-align: center; background-color: #ffd900; -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-footer .ui-c .rinfos .share ul li a:hover { text-decoration: none; background-color: #c42531; }
#pg-footer .ui-f { width: 100%; float: left; padding: 10px 0; text-align: left; border-top: 1px solid #323765; }
#pg-footer .ui-f .copyright { color: #fff; font-size: 12px; text-align: center; }
#pg-footer .ui-f .copyright a { font-size: 12px; }

#pg-navs { display: none; position: fixed; bottom: 0; left: 0; }
#pg-navs .ui-c { border-top: 1px solid #eeeeee; background-color: #ffffff; }
#pg-navs ul { display: inline-block; width: 100%; }
#pg-navs ul li { width: 25%; float: left; }
#pg-navs ul li .items { display: block; border-right: 1px solid #eeeeee; }
#pg-navs ul li .items a { display: block; padding: 0.5rem 0; text-align: center; }
#pg-navs ul li .items a span { display: block; }
#pg-navs ul li .items a span.iconfont { color: #000; margin: 0 0 0.4rem 0; line-height: 2rem; font-size: 1.8rem; font-weight: 450; }
#pg-navs ul li .items a span.font { color: #bbb; line-height: 1rem; font-size: 0.9rem; font-weight: 380; }
#pg-navs ul li .items a:hover { text-decoration: none; }
#pg-navs ul li.cn .items a span.iconfont { color: #e00; }
#pg-navs ul li.cn .items a span.font { color: #e00; }
#pg-navs ul li.en .items a span.iconfont { color: #00247c; }
#pg-navs ul li.en .items a span.font { color: #00247c; }

#win_fix { position: fixed; right: 5px; bottom: 5%; width: 50px; float: left; z-index: 920; }
#win_fix .ui-c { width: 100%; float: left; z-index: 30; }
#win_fix .ui-c .list { width: 100%; float: left; }
#win_fix .ui-c .list ul { width: 100%; float: left; }
#win_fix .ui-c .list ul li { width: 100%; float: left; background: url("../images/icons.png") no-repeat right bottom; }
#win_fix .ui-c .list ul li .items { width: 100%; float: left; }
#win_fix .ui-c .list ul li .items a.icon { display: inline-block; width: 100%; height: 50px; }
#win_fix .ui-c .list ul li .items a.tl { background: url("../images/icons.png") no-repeat right 0; }
#win_fix .ui-c .list ul li .items a.qq { background: url("../images/icons.png") no-repeat right -50px; }
#win_fix .ui-c .list ul li .items a.wb { background: url("../images/icons.png") no-repeat right -100px; }
#win_fix .ui-c .list ul li .items a.wx { background: url("../images/icons.png") no-repeat right -200px; }
#win_fix .ui-c .list ul li .items a.webc { background: url("../images/icons.png") no-repeat right -250px; }
#win_fix .ui-c .list ul li .items a.top { background: url("../images/icons.png") no-repeat right -250px; }
#win_fix .ui-c .list ul li .items a.ms { background: url("../images/icons.png") no-repeat right -300px; }
#win_fix .ui-c .list ul li .items a.wsapp { background: url("../images/icons.png") no-repeat right -350px; }
#win_fix .ui-c .list ul li .items .layout { display: none; position: absolute; bottom: 0; left: -210px; width: 200px; float: left; text-align: center; border: 1px solid #e8e8e8; }
#win_fix .ui-c .list ul li .items .layout img { display: inline-block; width: 100%; float: left; }

#win_nav { position: fixed; top: 50%; right: 15px; padding: 5px 0 10px 0; background-color: rgba(16, 16, 16, 0.2); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2F101010,endColorstr=#2F101010); -moz-border-radius: 100px 100px 100px 100px; -webkit-border-radius: 100px 100px 100px 100px; -o-border-radius: 100px 100px 100px 100px; border-radius: 100px 100px 100px 100px; z-index: 990; }
#win_nav .ui-c { display: inline; float: left; margin: 0 0 5px 0; }
#win_nav .ui-c ul { width: 12px; float: left; padding: 6px 5px; }
#win_nav .ui-c ul li { clear: both; display: inline; float: left; margin: 2px 0; }
#win_nav .ui-c ul li a { display: inline-block; width: 8px; height: 8px; margin: 2px; background-color: #ffffff; -moz-border-radius: 20px 20px 20px 20px; -webkit-border-radius: 20px 20px 20px 20px; -o-border-radius: 20px 20px 20px 20px; border-radius: 20px 20px 20px 20px; cursor: pointer; }
#win_nav .ui-c ul li a.active { margin: 0; border: 2px solid #ffffff; background-color: rgba(254, 254, 254, 0.1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1Ffefefe,endColorstr=#1Ffefefe); }
#win_nav .ui-i { clear: both; width: 16px; height: 41px; float: left; margin: 0 0 0 3px; background: url("../images/icons.png") no-repeat -100px 0; }

#win_lomo { display: none; position: fixed; top: 0; left: 0; width: 100%; background-color: #000; filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; z-index: 990; }

#win_show { display: none; position: fixed; top: 0; left: 0; width: 100%; text-align: center; z-index: 991; }
#win_show .ui-h { color: #ffffff; width: 100%; line-height: 44px; float: left; text-align: right; }
#win_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; }
#win_show .ui-h a.close:hover { text-decoration: none; filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; }
#win_show .ui-c { display: table; width: 100%; float: left; }
#win_show .ui-c .pics { display: table-cell; vertical-align: middle; }
#win_show .ui-c .pics img { max-width: 90%; max-height: 90%; border: 8px solid #ffffff; }
#win_show .ui-f { color: #ffffff; width: 100%; height: 44px; line-height: 44px; float: left; font-size: 18px; }
#win_show table { margin: 0 auto; }
#win_show table tr td { padding: 5px; background-color: #ffffff; }
#win_show table tr td .pic img { max-width: 700px; max-height: 600px; }
#win_show table tr td .info { color: #000; height: 30px; line-height: 30px; text-align: center; font-size: 14px; }

#win_navs { display: none; position: fixed; top: 0; left: 0; width: 100%; overflow: hidden; z-index: 785; }
#win_navs .ui-w { display: table; width: 100%; background-color: #212654; background-image: url("../images/winbg.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
#win_navs .ui-m { display: table-cell; vertical-align: middle; }
#win_navs .ui-h { color: #fff; padding: 0 0 1rem 0; font-size: 2.6rem; font-weight: 450; text-align: center; }
#win_navs .ui-c { display: inline-block; width: 96%; padding: 0 2% 3rem; }
#win_navs .lists ul li { display: inline-block; width: 50%; float: left; }
#win_navs .lists ul li .tits { margin: 0.3rem; }
#win_navs .lists ul li .tits a.name { color: #212654; display: inline-block; width: 100%; padding: 0.8rem 0; font-size: 1.2rem; font-weight: 360; text-align: center; 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; }
#win_navs .lists ul li .tits a.name:hover { color: #fff; text-decoration: none; background-color: #ffd900; }

#win_select { position: fixed; top: 0; left: 0; width: 100%; overflow: hidden; z-index: 785; }
#win_select .ui-w { display: table; width: 100%; background-color: #212654; background-image: url("../images/winbg.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
#win_select .ui-m { display: table-cell; vertical-align: middle; }
#win_select .ui-c { display: block; width: 200px; margin: 0 auto; }
#win_select .ui-c p { display: block; padding: 0.5rem 0; }
#win_select .ui-c p a { color: #212654; display: block; padding: 0.5rem 0.5rem 0.7rem; 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; }
#win_select .ui-c p a .icon { display: block; height: 90px; margin: 0 0 0.5rem 0; }
#win_select .ui-c p a .txt { display: block; font-size: 1.2rem; text-align: center; }
#win_select .ui-c p a.cn .icon { background-image: url("../images/chinaflag.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
#win_select .ui-c p a.en .icon { background-image: url("../images/Englandflag.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; }

.pc-page { display: inline-block; width: 100%; padding: 30px 0; }
.pc-page table { margin: 0 auto; }
.pc-page table tr { width: auto; background: none; }
.pc-page table tr td { padding: 0 2px; border: 0 none; }
.pc-page table tr td a, .pc-page table tr td .unlink { display: inline-block; padding: 5px 14px; border: 1px solid #ddd; background-color: #ffffff; }
.pc-page table tr td a:hover, .pc-page table tr td .unlink:hover { color: #ffffff; text-decoration: none; border: 1px solid #212654; background-color: #212654; }
.pc-page table tr td.normal .unlink { color: #ffffff; border: 1px solid #212654; background-color: #212654; }

.sections { position: relative; display: inline-block; width: 100%; }

.sections0 { background-color: #ffffff; background-image: url("../images/sectionbgs1.jpg"); background-repeat: no-repeat; background-position: center 0; }

.sections1 { background-color: #ffffff; background-image: url("../images/txt.png"); background-repeat: no-repeat; background-position: 170px 30px; }
.sections1 .lomo { position: absolute; top: 0; right: 0; width: 50%; height: 600px; background-image: url("../images/companys.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.sections1 .lomo font { color: #fff; position: absolute; left: 30px; bottom: 30px; font-size: 42px; font-family: sbsc; }

.sections2 { background-color: #f3f5f8; }

.sections3 { background-image: url("../images/sectionsbg3.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; }

.sections4 { background-color: #f3f5f8; }

.sections5 { background-image: url("../images/sectionbgs5.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; }

.sections6 { background-color: #f3f5f8; }

.sections7 { background-image: url("../images/partbg6.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.sections7 .ly-wi { background-image: url("../images/jing.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; animation: run 15s infinite linear; }

.sections8 { background-color: #f3f5f8; background-image: url("../images/tree.png"); background-repeat: no-repeat; background-position: left 0; }

.cm-layout-1 { border-bottom: 1px solid #eeeeee; background-color: #ffffff; }

.cm-layout-2 { padding: 40px 0; }

.cm-layout-3 { padding: 20px 0 0; border-bottom: 1px solid #eeeeee; background-color: #fff; }
.cm-layout-3 .ly-cw { background-color: #ffffff; }

.cm-layout-4 { padding: 20px 0 0; }
.cm-layout-4 .ly-cw { background-color: #ffffff; }

.cm-layout-11 { padding: 40px 0; background-color: #fff; }

.cm-layout-12 { padding: 40px 0; }

.cm-layout-13 { background-color: #fff; }

.cm-layout-14 { background-color: #fff; }

.cm-layout-15 { background-color: #fff; }

.cm-layout-21 { padding: 20px 0; }

.cm-layout-22 { padding: 20px 0 0; }

.cm-search { padding: 30px 0; }

.cm-banner .img { background-repeat: no-repeat; background-position: center center; background-size: cover; }
.cm-banner .img img { width: 100%; }

.cm-message { display: inline-block; width: 100%; }
.cm-message form { width: 100%; float: left; }
.cm-message form .sin { display: inline; width: 50%; float: left; margin: 0 0 10px 0; }
.cm-message form .sin .sinwra { display: block; margin: 0 10px 0 0; }
.cm-message form .sin .lab { display: none; }
.cm-message form .sin .lab i { color: #e00; margin: 0 4px 0 0; }
.cm-message form .sin .swra { display: block; border: 1px solid #e1e6eb; }
.cm-message form .sin .swras { display: block; border: 1px solid #e1e6eb; }
.cm-message form .sin .text { color: #333; width: 100%; height: 20px; line-height: 20px; padding: 10px 0; text-indent: 12px; border: 0 none; font-size: 12px; }
.cm-message form .sin .textarea { color: #333; width: 100%; height: 80px; line-height: 36px; text-indent: 12px; border: 0 none; }
.cm-message form .sin .checkcodes { display: inline-block; margin: 0 0 0 15px; padding: 5px 6px 6px; border: 1px solid #e1e6eb; background-color: #ffffff; }
.cm-message form .sin .submit { color: #ffffff; display: block; width: 100%; height: 3.4rem; line-height: 3.4rem; font-size: 1rem; text-align: center; border: 0 none; background-color: #212654; }
.cm-message form .sin .submit:hover { color: #212654; border: 1px solid #eec800; background-color: #ffd900; }
.cm-message form .sintitle { width: 100%; }
.cm-message form .sincontent { width: 100%; }
.cm-message form .sinrealname .swra { margin: 0 10px 0 0; }
.cm-message form .sinsubmit { width: 100%; margin: 1rem 0 0; }
.cm-message form .sincode { width: 100%; }
.cm-message form .sincode .swra { display: inline-block; width: 100px; float: left; }

.cm-mesview { display: inline-block; width: 100%; min-height: 400px; border-top: 0 none; }
.cm-mesview ul { width: 100%; float: left; }
.cm-mesview ul li { display: block; margin: 0 0 1rem 0; border: 1px solid #eeeeee; background-color: #ffffff; }
.cm-mesview ul li .c-ht { display: block; padding: 0.8rem 1rem; font-size: 1rem; font-weight: 400; border-bottom: 1px solid #eeeeee; }
.cm-mesview ul li .c-ht .yesreply { color: #11b609; float: right; font-size: 1rem; }
.cm-mesview ul li .c-ht .noreply { color: #e00; float: right; font-size: 1rem; }
.cm-mesview ul li .c-hc { display: block; padding: 0.8rem 1rem; font-size: 1rem; }
.cm-mesview ul li .c-hr { display: block; padding: 1rem; }
.cm-mesview ul li .c-hr .reply { padding: 1rem; border: 1px solid #eeeeee; background-color: #f8f8f8; }
.cm-mesview ul li .c-hr .reply .boks { color: #e00; font-size: 1rem; }
.cm-mesview ul li .c-hr .reply .boks * { font-size: 1rem; }
.cm-mesview ul li .c-hf { display: block; padding: 0.8rem 1rem; text-align: right; }
.cm-mesview ul li .c-hf span { color: #888; margin: 0 0 0 0.6rem; font-size: 0.9rem; }

.cm-pshow { display: block; }
.cm-pshow .s-hd { display: block; padding: 15px; border-bottom: 1px solid #eeeeee; }
.cm-pshow .s-hd .title { line-height: 20px; padding: 0 0 0 10px; border-left: 3px solid #212654; font-size: 16px; font-weight: 400; }
.cm-pshow .s-cl { display: block; padding: 1rem; }
.cm-pshow .s-cl .ilist { display: inline-block; width: 100%; }
.cm-pshow .s-cl .ilist ul { display: inline-block; width: 100%; }
.cm-pshow .s-cl .ilist ul li { width: 25%; float: left; text-align: center; }
.cm-pshow .s-cl .ilist ul li .items { display: block; padding: 1rem; }
.cm-pshow .s-cl .ilist ul li .items .pic { text-align: center; }
.cm-pshow .s-cl .ilist ul li .items .pic img { max-width: 90%; }
.cm-pshow .s-cl .ilist ul li .items .inf { height: 36px; line-height: 18px; text-align: center; font-size: 14px; }
.cm-pshow .s-cd { display: block; padding: 1rem; }
.cm-pshow .s-cd .nlist { display: inline-block; width: 100%; }
.cm-pshow .s-cd .nlist ul { width: 100%; float: left; }
.cm-pshow .s-cd .nlist ul li { display: inline; width: 25%; float: left; cursor: pointer; }
.cm-pshow .s-cd .nlist ul li .item { display: block; margin: 5px; }
.cm-pshow .s-cd .nlist ul li .item a { display: inline-block; position: relative; width: 100%; overflow: hidden; }
.cm-pshow .s-cd .nlist ul li .item a .pics { display: block; margin: 0 0 6px 0; text-align: center; }
.cm-pshow .s-cd .nlist ul li .item a .pics .pic { display: block; background-repeat: no-repeat; background-position: center center; background-size: contain; }
.cm-pshow .s-cd .nlist ul li .item a .pics .pic img { width: 100%; }
.cm-pshow .s-cd .nlist ul li .item a .pics .s1 { background-size: contain; }
.cm-pshow .s-cd .nlist ul li .item a .pics .s2 { background-size: 100% 100%; }
.cm-pshow .s-cd .nlist ul li .item a .pics .s3 { background-size: cover; }
.cm-pshow .s-cd .nlist ul li .item a .infs { display: block; line-height: 50px; font-size: 14px; text-align: center; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.cm-pshow .s-cd .nlist ul li .item a:hover { text-decoration: none; }
.cm-pshow .s-cd .nlist ul li .item a:hover .infs { color: #212654; text-decoration: none; }
.cm-pshow .s-cx { display: block; padding: 10px; }
.cm-pshow .s-cx .xlist { display: inline-block; width: 100%; }
.cm-pshow .s-cx .xlist ul { width: 100%; float: left; }
.cm-pshow .s-cx .xlist ul li { width: 50%; float: left; }
.cm-pshow .s-cx .xlist ul li .items { display: block; padding: 10px; }
.cm-pshow .s-cx .xlist ul li .items a { position: relative; display: inline-block; width: 100%; }
.cm-pshow .s-cx .xlist ul li .items a .webimg { display: block; width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.cm-pshow .s-cx .xlist ul li .items a .webimg img { width: 100%; }
.cm-pshow .s-cx .xlist ul li .items a .wapimg { display: none; width: 100%; }
.cm-pshow .s-cx .xlist ul li .items a .wapimg img { max-width: 100%; }
.cm-pshow .s-cx .xlist ul li.end { margin: 0 0 10px 0; }
.cm-pshow .s-cx .ifra { width: 100%; float: left; }
.cm-pshow .s-cx .ifra iframe { width: 100%; height: 610px; }
.cm-pshow .gdwras { display: block; margin: 20px 0 0; border: 1px solid #eeeeee; background-color: #ffffff; }
.cm-pshow .gdwra { display: inline-block; width: 100%; }
.cm-pshow .picwras { width: 480px; float: left; }
.cm-pshow .picwras .items { display: table; width: 100%; }
.cm-pshow .picwras .items .item { display: table-cell; width: 100%; height: 420px; padding: 30px; vertical-align: middle; text-align: center; }
.cm-pshow .picwras .items .item img { max-width: 100%; max-height: 100%; cursor: pointer; }
.cm-pshow .infwras { margin: 0 0 0 480px; }
.cm-pshow .infwras .infwra { display: block; padding: 30px; }
.cm-pshow .infwras .pinfo { display: inline-block; width: 100%; padding: 0 0 15px 0; }
.cm-pshow .infwras .pinfo p { padding: 5px 0; font-size: 16px; }
.cm-pshow .infwras .pinfo p .cb { position: relative; top: 2px; display: inline-block; width: 16px; height: 16px; -moz-border-radius: 100px 100px 100px 100px; -webkit-border-radius: 100px 100px 100px 100px; -o-border-radius: 100px 100px 100px 100px; border-radius: 100px 100px 100px 100px; }
.cm-pshow .infwras .pinfo p.once { margin: 0 0 20px 0; font-size: 32px; font-weight: bold; }
.cm-pshow .infwras .smy { display: inline-block; width: 100%; padding: 15px 0; border-top: 1px dotted #ddd; }
.cm-pshow .infwras .plist { display: inline-block; width: 100%; padding: 10px 0; border-top: 1px dotted #ddd; }
.cm-pshow .infwras .plist ul { display: inline-block; width: 100%; }
.cm-pshow .infwras .plist ul li { display: inline; float: left; margin: 3px; }
.cm-pshow .infwras .plist ul li a { display: inline-block; text-align: center; border: 1px solid #eeeeee; }
.cm-pshow .infwras .plist ul li a .items { display: inline-block; padding: 5px; vertical-align: middle; }
.cm-pshow .infwras .plist ul li a .items .item { display: inline-block; width: 50px; height: 50px; background-repeat: no-repeat; background-position: center center; background-size: contain; }
.cm-pshow .infwras .plist ul li a:hover { border: 1px solid #666; }
.cm-pshow .infwras .plist ul li.on a { border: 1px solid #666; }
.cm-pshow .infwras .pages { display: inline-block; width: 100%; padding: 12px 0 0; border-top: 1px dotted #ddd; }
.cm-pshow .infwras .pages ul { width: 100%; float: left; }
.cm-pshow .infwras .pages ul li { float: left; margin: 2px 4px 2px 0; }
.cm-pshow .infwras .pages ul li a { color: #ffffff; display: inline-block; padding: 6px 15px; font-size: 12px; background-color: #212654; -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; }
.cm-pshow .infwras .pages ul li a:hover { color: #ffffff; text-decoration: none; background-color: #d00; }

.cm-tclass .hdwra { display: none; text-align: center; }
.cm-tclass .hdwra .hds { width: 100%; padding: 0 0 15px 0; }
.cm-tclass .hdwra .hds .ltw { display: none; color: #ffd900; width: 75px; height: 75px; line-height: 75px; float: left; text-align: center; font-size: 75px; font-weight: bold; }
.cm-tclass .hdwra .hds .rtw .cn { color: #212654; display: block; font-size: 34px; font-weight: bold; text-transform: uppercase; }
.cm-tclass .hdwra .hds .rtw .en { color: #333; display: block; font-size: 14px; font-family: arial; text-transform: uppercase; }
.cm-tclass .cdwra { display: block; }
.cm-tclass .cdwra .cds { display: inline-block; width: 100%; }
.cm-tclass .cdwra .cds .list { width: 100%; float: left; padding: 20px 0; }
.cm-tclass .cdwra .cds .list ul { width: 100%; float: left; }
.cm-tclass .cdwra .cds .list ul li { display: inline-block; float: left; margin: 5px 10px 5px 0; }
.cm-tclass .cdwra .cds .list ul li .items { display: inline-block; }
.cm-tclass .cdwra .cds .list ul li a { display: inline-block; height: 50px; line-height: 50px; padding: 0 15px; font-size: 15px; text-align: center; text-transform: uppercase; }
.cm-tclass .cdwra .cds .list ul li a .icon { display: none; }
.cm-tclass .cdwra .cds .list ul li a .ico1 { margin: 8px 9px 0 0; }
.cm-tclass .cdwra .cds .list ul li a .ico2 { margin: 8px 9px 0 18px; }
.cm-tclass .cdwra .cds .list ul li a:hover { color: #ffffff; text-decoration: none; background-color: #212654; }
.cm-tclass .cdwra .cds .list ul li.curr a { color: #ffffff; background-color: #212654; }
.cm-tclass .fdwra { color: #ffffff; display: block; margin: 5px 0 0; padding: 25px 15px; text-align: center; background-color: #ffd900; }
.cm-tclass .fdwra .tel { height: 30px; line-height: 30px; padding: 5px 0 8px 0; font-size: 24px; font-weight: bold; font-family: arial; }
.cm-tclass .fdwra .mes a { display: block; width: 66%; height: 34px; line-height: 34px; margin: 0 auto; background-color: #ffffff; -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; }

.cm-search { display: inline-block; width: 100%; }
.cm-search .classname { color: #333; height: 40px; line-height: 40px; font-size: 18px; font-weight: bold; -moz-text-shadow: 2px 2px 1px white; -webkit-text-shadow: 2px 2px 1px white; -o-text-shadow: 2px 2px 1px white; text-shadow: 2px 2px 1px white; }
.cm-search .ope { color: #333; line-height: 40px; float: right; }

.cm-list { display: block; min-height: 500px; }
.cm-list .list { display: inline-block; width: 100%; }
.cm-list .productslist ul, .cm-list .imgslist ul { display: inline-block; width: 100%; }
.cm-list .productslist ul li, .cm-list .imgslist ul li { width: 33.3%; float: left; }
.cm-list .productslist ul li .items, .cm-list .imgslist ul li .items { display: block; margin: 0 5px 10px; }
.cm-list .productslist ul li .items .item, .cm-list .imgslist ul li .items .item { display: inline-block; width: 100%; }
.cm-list .productslist ul li .items .item a, .cm-list .imgslist ul li .items .item a { display: block; padding: 10px; border: 1px solid #eeeeee; background-color: #ffffff; }
.cm-list .productslist ul li .items .item a .picswra, .cm-list .imgslist ul li .items .item a .picswra { display: block; }
.cm-list .productslist ul li .items .item a .picswra .pics, .cm-list .imgslist ul li .items .item a .picswra .pics { display: block; overflow: hidden; }
.cm-list .productslist ul li .items .item a .picswra .pics .img, .cm-list .imgslist ul li .items .item a .picswra .pics .img { display: block; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: all 0.6s; }
.cm-list .productslist ul li .items .item a .picswra .pics .s1, .cm-list .imgslist ul li .items .item a .picswra .pics .s1 { background-size: contain; }
.cm-list .productslist ul li .items .item a .picswra .pics .s2, .cm-list .imgslist ul li .items .item a .picswra .pics .s2 { background-size: 100% 100%; }
.cm-list .productslist ul li .items .item a .picswra .pics .s3, .cm-list .imgslist ul li .items .item a .picswra .pics .s3 { background-size: cover; }
.cm-list .productslist ul li .items .item a .picswra .pics img, .cm-list .imgslist ul li .items .item a .picswra .pics img { width: 100%; }
.cm-list .productslist ul li .items .item a .infswra, .cm-list .imgslist ul li .items .item a .infswra { display: block; margin: 10px 0 0; }
.cm-list .productslist ul li .items .item a .infswra .infs, .cm-list .imgslist ul li .items .item a .infswra .infs { display: block; height: 2.8rem; line-height: 1.4rem; padding: 0 5px; font-size: 1.1rem; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.cm-list .productslist ul li .items .item a .infswra .tim, .cm-list .imgslist ul li .items .item a .infswra .tim { color: #999; font-size: 12px; }
.cm-list .productslist ul li .items .item a .infswra .ins, .cm-list .imgslist ul li .items .item a .infswra .ins { display: block; padding: 5px 5px 5px; font-size: 16px; }
.cm-list .productslist ul li .items .item a .infswra .smy, .cm-list .imgslist ul li .items .item a .infswra .smy { color: #aaa; display: block; height: 40px; line-height: 20px; padding: 0 5px 5px; font-size: 14px; }
.cm-list .productslist ul li .items .item a:hover, .cm-list .imgslist ul li .items .item a:hover { text-decoration: none; }
.cm-list .productslist ul li .items .item a:hover .img, .cm-list .imgslist ul li .items .item a:hover .img { transform: scale(1.1); }
.cm-list .newslist ul { display: inline-block; width: 100%; }
.cm-list .newslist ul li { width: 33.3%; float: left; margin: 0 0 14px 0; }
.cm-list .newslist ul li .items { display: block; margin: 0 5px 10px; }
.cm-list .newslist ul li .items a { display: block; border: 1px solid #eeeeee; background-color: #ffffff; }
.cm-list .newslist ul li .items a .itemwras { display: block; }
.cm-list .newslist ul li .items a .itemwras .picswra { display: block; margin: 0 0 10px 0; }
.cm-list .newslist ul li .items a .itemwras .picswra .pics { display: block; overflow: hidden; }
.cm-list .newslist ul li .items a .itemwras .picswra .pics .img { display: block; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: all 0.6s; }
.cm-list .newslist ul li .items a .itemwras .picswra .pics .s1 { background-size: cover; }
.cm-list .newslist ul li .items a .itemwras .picswra .pics .s2 { background-size: 100% 100%; }
.cm-list .newslist ul li .items a .itemwras .picswra .pics .s3 { background-size: contain; }
.cm-list .newslist ul li .items a .itemwras .picswra .pics img { width: 100%; }
.cm-list .newslist ul li .items a .itemwras .infswra { display: block; padding: 18px; }
.cm-list .newslist ul li .items a .itemwras .infswra .infw { display: table; width: 100%; }
.cm-list .newslist ul li .items a .itemwras .infswra .infw .infs { display: table-cell; vertical-align: middle; }
.cm-list .newslist ul li .items a .itemwras .infswra .infw span { display: block; }
.cm-list .newslist ul li .items a .itemwras .infswra .infw span.tit { font-size: 18px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.cm-list .newslist ul li .items a .itemwras .infswra .infw span.smy { color: #aaa; margin: 12px 0; font-size: 14px; }
.cm-list .newslist ul li .items a .itemwras .infswra .infw span.mor .font { width: 112px; height: 36px; line-height: 36px; font-size: 12px; text-align: center; border: 1px solid #eee; }
.cm-list .newslist ul li .items a .itemwras .linswra { display: block; height: 3px; font-size: 0px; }
.cm-list .newslist ul li .items a .itemwras .linswra b { display: inline-block; width: 0px; height: 3px; font-size: 0px; background-color: #212654; transition: all 0.6s; }
.cm-list .newslist ul li .items a:hover { text-decoration: none; }
.cm-list .newslist ul li .items a:hover .itemwras .picswra .pics .img { transform: scale(1.1); }
.cm-list .newslist ul li .items a:hover .itemwras .linswra b { width: 100%; }
.cm-list .downslist ul { display: inline-block; width: 100%; }
.cm-list .downslist ul li { width: 33.3%; float: left; }
.cm-list .downslist ul li .items { display: block; margin: 0 5px 10px; }
.cm-list .downslist ul li .items a { display: block; padding: 10px; border: 1px solid #eeeeee; background-color: #fff; }
.cm-list .downslist ul li .items a .picswra { display: block; margin: 0 0 10px 0; overflow: hidden; }
.cm-list .downslist ul li .items a .picswra .img { display: block; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: all 0.6s; }
.cm-list .downslist ul li .items a .picswra .s1 { background-size: cover; }
.cm-list .downslist ul li .items a .picswra .s2 { background-size: 100% 100%; }
.cm-list .downslist ul li .items a .picswra .s3 { background-size: contain; }
.cm-list .downslist ul li .items a .picswra img { width: 100%; }
.cm-list .downslist ul li .items a .infswra { display: block; }
.cm-list .downslist ul li .items a .infswra .infs { display: block; margin: 0 0 10px 0; font-size: 16px; }
.cm-list .downslist ul li .items a .infswra .smy { color: #999; display: block; font-size: 14px; }
.cm-list .downslist ul li .items a:hover { text-decoration: none; }
.cm-list .downslist ul li .items a:hover .img { transform: scale(1.1); }

.cm-downs .cd-h { display: block; padding: 1rem 0; border-bottom: 1px solid #e9e9e9; }
.cm-downs .cd-h h1 { font-size: 2rem; font-weight: 400; text-align: center; }
.cm-downs .cd-s { color: #df760c; display: block; margin: 1rem 0 0; padding: 1rem; font-size: 1rem; border: 1px solid #ffd5a6; background-color: #fef7f0; }
.cm-downs .cd-f { display: block; margin: 1rem 0 0; text-align: center; }
.cm-downs .cd-f img { max-width: 100% !important; }
.cm-downs .cd-l { display: block; margin: 1rem 0 0; }
.cm-downs .cd-l p { width: 50%; margin: 0 auto; padding: 2px 0; }
.cm-downs .cd-l p a { color: #333; display: block; width: 100%; padding: 10px 0; text-align: center; border: 1px solid #eec800; background-color: #ffd900; }
.cm-downs .cd-l p a:hover { color: #ffffff; text-decoration: none; border: 1px solid #212654; background-color: #212654; }

.cm-main { display: inline-block; width: 100%; }

.cm-messview { width: 50%; float: left; }
.cm-messview .ui-c { width: 100%; float: left; padding: 20px 0; }
.cm-messview .ui-c p { color: #999; padding: 8px 0; font-size: 15px; }

.cm-sats .cns { display: inline-block; width: 100%; }
.cm-sats .cns .stype1 { width: 100%; float: left; }
.cm-sats .cns .stype1 .picwras { width: 46%; float: left; }
.cm-sats .cns .stype1 .picwras .picwra { display: block; height: 500px; margin: 0 30px 0 0; background-repeat: no-repeat; background-position: center center; background-size: cover; -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; }
.cm-sats .cns .stype1 .infwras { width: 54%; float: right; }
.cm-sats .cns .stype1 .infwras .infwra { display: block; height: 500px; margin: 0 0 0 20px; overflow-y: auto; }
.cm-sats .cns .stype2 { width: 100%; float: left; }
.cm-sats .cns .stype2 .swiper-wrapper { padding: 0 0 80px 0; }
.cm-sats .cns .stype2 a.showimg { display: block; margin: 0 5px; }
.cm-sats .cns .stype2 a.showimg .pics { display: block; }
.cm-sats .cns .stype2 a.showimg .pics .pic { display: block; width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.cm-sats .cns .stype2 a.showimg .pics .pic img { width: 100%; }
.cm-sats .cns .stype2 a.showimg .infs { display: block; padding: 10px; text-align: center; }
.cm-sats .cns .stype3 { width: 100%; float: left; }
.cm-sats .cns .stype3 .picwras { width: 50%; float: right; }
.cm-sats .cns .stype3 .picwras .picwra { display: block; height: 500px; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.cm-sats .cns .stype3 .infwras { width: 50%; float: left; }
.cm-sats .cns .stype3 .infwra { display: block; margin: 0 10%; overflow-y: auto; }
.cm-sats .cns .stype3 .distable { display: table; width: 100%; height: 500px; }
.cm-sats .cns .stype3 .discell { display: table-cell; width: 100%; vertical-align: middle; }
.cm-sats .cns .stype3 .con p { padding: 5px 0; font-size: 18px; }
.cm-sats .cns .stype3 .con p.p2 { font-size: 16px; }
.cm-sats .cns .stype4 { width: 100%; float: left; }
.cm-sats .cns .stype4 .picwras { width: 50%; float: left; }
.cm-sats .cns .stype4 .picwras .picwra { display: block; height: 500px; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.cm-sats .cns .stype4 .infwras { width: 50%; float: right; }
.cm-sats .cns .stype4 .infwra { display: block; margin: 0 10%; overflow-y: auto; }
.cm-sats .cns .stype4 .distable { display: table; width: 100%; height: 500px; }
.cm-sats .cns .stype4 .discell { display: table-cell; width: 100%; vertical-align: middle; }
.cm-sats .cns .stype4 .con p { padding: 5px 0; font-size: 18px; }
.cm-sats .cns .stype4 .con p.p2 { font-size: 16px; }

.cm-contact { width: 50%; float: left; }
.cm-contact .ui-c { width: 100%; float: left; padding: 20px 0; }
.cm-contact .ui-c .cp-1 { color: #222222; margin: 0 0 10px 0; font-size: 26px; font-weight: bold; }

.cm-messtable { width: 50%; float: right; }
.cm-messtable form .sin .swra { border: 1px solid #eaeef2; }
.cm-messtable form .sin .swra input::-webkit-input-placeholder { color: #cccccc; }
.cm-messtable form .sin .swra input::-moz-placeholder { color: #cccccc; }
.cm-messtable form .sin .swra input:-moz-placeholder { color: #cccccc; }
.cm-messtable form .sin .swra input:-ms-input-placeholder { color: #cccccc; }
.cm-messtable form .sin .swra .text { background-color: #f4f6f8; }
.cm-messtable form .sin .swras { border: 1px solid #eaeef2; }
.cm-messtable form .sin .swras textarea::-webkit-input-placeholder { color: #cccccc; }
.cm-messtable form .sin .swras textarea::-moz-placeholder { color: #cccccc; }
.cm-messtable form .sin .swras textarea:-moz-placeholder { color: #cccccc; }
.cm-messtable form .sin .swras textarea:-ms-input-placeholder { color: #cccccc; }
.cm-messtable form .sin .swras .textarea { background-color: #f4f6f8; }

.cm-code { width: 50%; float: right; text-align: right; }
.cm-code img { max-width: 100%; }

.cm-swra { display: block; padding: 40px; border: 1px solid #eeeeee; background-color: #fff; }

.cm-show { display: block; padding: 50px; border: 1px solid #eeeeee; background-color: #ffffff; }
.cm-show .cds { display: inline-block; width: 100%; min-height: 400px; }
.cm-show .cd-h { padding: 15px 0 0; }
.cm-show .cd-h h1 { font-size: 28px; font-weight: 400; }
.cm-show .cd-o { padding: 14px 0; }
.cm-show .cd-o span { color: #999; margin: 0 10px 0 0; }
.cm-show .cd-s { color: #df760c; padding: 1rem; font-size: 1rem; border: 1px solid #ffd5a6; background-color: #fef7f0; }
.cm-show .cd-f { padding: 1.2rem 0 0; text-align: right; }
.cm-show .cd-c { margin: 2rem 0 0; }
.cm-show .cd-d { padding: 2rem 0; text-align: center; }
.cm-show .cd-d p { text-align: center; }
.cm-show .cd-d p a { font-size: 16px; }

.cm-con { display: block; }
.cm-con * { font-size: 16px; }
.cm-con table { max-width: 100% !important; }
.cm-con table tr td { padding: 10px; }
.cm-con img { max-width: 90% !important; }

.cm-pclass { display: block; }
.cm-pclass .ce-class { display: inline-block; width: 100%; padding: 10px 0; border-bottom: 1px dotted #e9e9e9; }
.cm-pclass .ce-class .c-tit { float: left; margin: 0 15px 0 0; }
.cm-pclass .ce-class .c-tit a { float: left; font-weight: 400; }
.cm-pclass .ce-class .c-tit a .icon { display: none; }
.cm-pclass .ce-class .c-tit a .jiahao { margin: 0 2px 0 0; }
.cm-pclass .ce-class .c-tit a .font { color: #999; }
.cm-pclass .ce-class .c-tit a:hover { text-decoration: none; }
.cm-pclass .ce-class .c-list .lists .list a.sname { margin: 0 10px 0 0; font-weight: 390; }
.cm-pclass .ce-class .c-list .lists .list a.sname .icon { display: none; width: 14px; height: 14px; float: left; margin: 2px 4px 0 0; background-image: url("../images/icons.png"); background-repeat: no-repeat; background-position: 0 -200px; }
.cm-pclass .ce-class .c-list .lists .list a.sname:hover .icon { background-position: 0 -250px; }
.cm-pclass .ce-class .c-list .lists .list a.sname.curr { color: #e00; }
.cm-pclass .ce-class .c-list .lists .list a.sname.curr .icon { background-position: 0 -250px; }
.cm-pclass .ce-class .c-list .lists .list a.scolor { display: inline-block; }
.cm-pclass .ce-class .c-list .lists .list a.scolor .cpart { display: inline-block; width: 16px; height: 16px; border: 2px solid #ffffff; -moz-border-radius: 100px 100px 100px 100px; -webkit-border-radius: 100px 100px 100px 100px; -o-border-radius: 100px 100px 100px 100px; border-radius: 100px 100px 100px 100px; }
.cm-pclass .ce-class .c-list .lists .list a.scolor.curr .cpart { border: 2px solid #fdd736; }
.cm-pclass .ce-class.off .c-tit a .icon { background-position: 0 -300px; }
.cm-pclass .ce-class.off .c-list { display: none; }
.cm-pclass .ce-class:last-child { border-bottom: 0 none; }

.cm-th { width: 100%; float: left; }
.cm-th .en { position: relative; float: left; }
.cm-th .en span { position: relative; color: #212654; float: left; font-size: 42px; font-weight: bold; z-index: 2; }
.cm-th .en b { position: absolute; bottom: 7px; left: 0; width: 100%; height: 15px; background-color: #ffd900; z-index: 0; }
.cm-th .cn { clear: both; float: left; }
.cm-th .cn span { float: left; font-size: 28px; }
.cm-th .cn b { width: 50px; height: 2px; float: left; margin: 22px 0 0 10px; font-size: 0px; background-color: #eee; }

.cm-hd { display: block; padding: 0 0 45px 0; }
.cm-hd .ui-h { width: 100%; text-align: left; }
.cm-hd .ui-h .cn { display: block; font-size: 14px; font-weight: 350; text-align: center; text-transform: uppercase; }
.cm-hd .ui-h .en { position: relative; display: block; text-align: center; font-weight: 450; }
.cm-hd .ui-h .en .font { position: relative; display: inline-block; font-weight: 450; }
.cm-hd .ui-h .en .font font { position: relative; padding: 0; font-weight: bold; text-transform: uppercase; z-index: 10; }
.cm-hd .ui-h .en .font b { display: inline-block; position: absolute; bottom: 0; left: 0; width: 100%; height: 16px; font-size: 0px; z-index: 0; }
.cm-hd .ui-h .sm { display: block; padding: 10px 10% 0; text-align: center; font-size: 14px; }

.cm-h1 .ui-h .cn { color: #999; }
.cm-h1 .ui-h .en .font { color: #333; }
.cm-h1 .ui-h .en .font b { background-color: #ffd900; }
.cm-h1 .ui-h .sm { color: #999; }

.cm-h2 .ui-h .cn { color: #ffffff; }
.cm-h2 .ui-h .en .font { color: #ffffff; }
.cm-h2 .ui-h .en .font b { background-color: #ffd900; }
.cm-h2 .ui-h .sm { color: #ffffff; }

.cm-s1 { text-align: left; }
.cm-s1 .ui-h .cn { text-align: left; }
.cm-s1 .ui-h .en { text-align: left; }
.cm-s1 .ui-h .sm { text-align: left; }

.cm-md { display: block; margin: 45px 0 0; text-align: center; }
.cm-md a { position: relative; display: inline-block; }
.cm-md a .font { display: inline-block; line-height: 20px; float: left; font-size: 18px; font-style: italic; text-transform: uppercase; transition: all 0.6s; }
.cm-md a .line { position: relative; display: inline-block; width: 65px; height: 20px; line-height: 20px; float: left; margin: 0 0 0 12px; transition: all 0.6s; z-index: 2; }
.cm-md a .line b { position: absolute; top: 9px; left: 0; display: inline-block; width: 65px; height: 1px; font-size: 0px; background-color: #333; }
.cm-md a .iconfont { position: relative; height: 20px; line-height: 20px; float: left; font-size: 16px; transition: all 0.6s; }
.cm-md a .circle { position: absolute; top: -18px; right: -22px; display: inline-block; width: 54px; height: 54px; border: 1px solid #ddd; -moz-border-radius: 100px 100px 100px 100px; -webkit-border-radius: 100px 100px 100px 100px; -o-border-radius: 100px 100px 100px 100px; border-radius: 100px 100px 100px 100px; transition: all 0.6s; z-index: 1; }
.cm-md a:hover { color: #c42531; text-decoration: none; }
.cm-md a:hover .line { animation: bounce-right 1.4s linear infinite; }
.cm-md a:hover .line b { background-color: #c42531; }
.cm-md a:hover .iconfont { animation: bounce-right 1.4s linear infinite; }
.cm-md a:hover .circle { border: 1px solid #e64753; }

.cm-m2 a.more { color: #fff; }
.cm-m2 a.more:hover { color: #ffd900; }
.cm-m2 a.more:hover .arror { color: #ffd900; }
.cm-m2 a.more:hover .circle { border: 1px solid #ffd900; }

.c-hd1 { display: inline-block; width: 100%; padding: 0 0 30px 0; }
.c-hd1 .en { color: #dcdddd; width: 100%; float: left; line-height: 50px; }
.c-hd1 .en .tt { font-size: 46px; font-family: arial; }
.c-hd1 .cn { width: 100%; float: left; }
.c-hd1 .cn .tt { color: #000; float: left; margin: 0 10px 0 0; font-size: 36px; font-weight: bold; }
.c-hd1 .cn b { display: inline-block; width: 50px; height: 2px; float: left; margin: 28px 0 0; background-color: #c42531; }

.ps-0 { display: inline-block; width: 100%; padding: 80px 0; }
.ps-0 .ui-c { position: relative; width: 100%; float: left; }
.ps-0 .wras { width: 100%; float: left; }
.ps-0 .wras ul { width: 100%; float: left; background-color: #fff; -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.14); -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.14); -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.14); box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.14); }
.ps-0 .wras ul li { width: 50%; float: left; overflow: hidden; transition: all 0.6s; }
.ps-0 .wras ul li .items { display: block; border-right: 1px solid #eee; }
.ps-0 .wras ul li .ce-class { display: inline-block; width: 100%; padding: 0; border: 0 none; }
.ps-0 .wras ul li .ce-class .c-wras { display: inline-block; width: 100%; height: 170px; }
.ps-0 .wras ul li .ce-class .c-wras .c-tit { display: table; width: 100%; height: 170px; }
.ps-0 .wras ul li .ce-class .c-wras .c-tit a { display: table-cell; padding: 22px 22px 25px; text-align: center; vertical-align: middle; }
.ps-0 .wras ul li .ce-class .c-wras .c-tit a .jiahao { display: none; }
.ps-0 .wras ul li .ce-class .c-wras .c-tit a .iconfont { font-size: 40px; }
.ps-0 .wras ul li .ce-class .c-wras .c-tit a .tits { color: #666; display: block; margin: 0 0 6px 0; font-size: 18px; }
.ps-0 .wras ul li .ce-class .c-wras .c-tit a .font { color: #999; display: block; font-size: 14px; }
.ps-0 .wras ul li .ce-class .c-wras .c-tit a:hover { text-decoration: none; background-color: #212654; }
.ps-0 .wras ul li .ce-class .c-wras .c-tit a:hover .iconfont { color: #ffffff; }
.ps-0 .wras ul li .ce-class .c-wras .c-tit a:hover .tits { color: #ffffff; }
.ps-0 .wras ul li .ce-class .c-wras .c-tit a:hover .font { color: #ffffff; }
.ps-0 .wras ul li .ce-class .c-wras .c-list { display: none; width: 100%; }
.ps-0 .wras ul li .ce-class .c-wras .c-list .lists { display: table; width: 100%; height: 170px; }
.ps-0 .wras ul li .ce-class .c-wras .c-list .lists .list { display: table-cell; padding: 20px; vertical-align: middle; }
.ps-0 .wras ul li .ce-class .c-wras .c-list .lists .list a.sname { margin: 0 6px 0 0; }
.ps-0 .wras ul li .ce-class .c-wras .c-list .lists .list a.scolor .cpart { display: inline-block; width: 15px; height: 15px; -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; }
.ps-0 .wras ul li.curr { width: 50%; }
.ps-0 .wras ul li.curr .ce-class .c-wras .c-tit { width: 40%; float: left; }
.ps-0 .wras ul li.curr .ce-class .c-wras .c-tit a { text-decoration: none; background-color: #212654; }
.ps-0 .wras ul li.curr .ce-class .c-wras .c-tit a .iconfont { color: #ffffff; }
.ps-0 .wras ul li.curr .ce-class .c-wras .c-tit a .tits { color: #ffffff; }
.ps-0 .wras ul li.curr .ce-class .c-wras .c-tit a .font { color: #ffffff; }
.ps-0 .wras ul li.curr .ce-class .c-wras .c-list { display: inline-block; width: 60%; float: left; }
.ps-0 .wras ul li.oth { width: 50%; }

.ps-1 { display: inline-block; width: 100%; }
.ps-1 .ui-c { display: inline-block; width: 100%; }
.ps-1 .infowras { width: 50%; float: left; }
.ps-1 .infowras .infowra { display: table; height: 600px; }
.ps-1 .infowras .infowr { display: table-cell; padding: 0 80px 0 0; vertical-align: middle; }
.ps-1 .infowras .heds { display: block; }
.ps-1 .infowras .heds .cn { position: relative; margin: 0 0 5px 0; }
.ps-1 .infowras .heds .cn font { position: relative; line-height: 42px; font-size: 42px; font-weight: bold; text-transform: uppercase; z-index: 1; }
.ps-1 .infowras .heds .cn b { display: inline-block; position: absolute; bottom: 0; left: 0; width: 160px; height: 16px; font-size: 0px; background-color: #ffd900; z-index: 0; }
.ps-1 .infowras .heds .en { color: #999; text-transform: uppercase; }
.ps-1 .infowras .cons { display: block; padding: 40px 0 40px; }
.ps-1 .infowras .cons .con { font-size: 15px; }
.ps-1 .infowras .mors { display: block; }
.ps-1 .infowras .mors a { position: relative; display: inline-block; }
.ps-1 .infowras .mors a .font { display: inline-block; line-height: 20px; float: left; font-size: 18px; font-style: italic; text-transform: uppercase; transition: all 0.6s; }
.ps-1 .infowras .mors a .line { position: relative; display: inline-block; width: 65px; height: 20px; line-height: 20px; float: left; margin: 0 0 0 12px; transition: all 0.6s; z-index: 2; }
.ps-1 .infowras .mors a .line b { position: absolute; top: 9px; left: 0; display: inline-block; width: 65px; height: 1px; font-size: 0px; background-color: #333; }
.ps-1 .infowras .mors a .iconfont { position: relative; height: 20px; line-height: 20px; float: left; font-size: 16px; transition: all 0.6s; }
.ps-1 .infowras .mors a .circle { position: absolute; top: -18px; right: -22px; display: inline-block; width: 54px; height: 54px; border: 1px solid #ddd; -moz-border-radius: 100px 100px 100px 100px; -webkit-border-radius: 100px 100px 100px 100px; -o-border-radius: 100px 100px 100px 100px; border-radius: 100px 100px 100px 100px; transition: all 0.6s; z-index: 1; }
.ps-1 .infowras .mors a:hover { color: #c42531; text-decoration: none; }
.ps-1 .infowras .mors a:hover .line { animation: bounce-right 1.4s linear infinite; }
.ps-1 .infowras .mors a:hover .line b { background-color: #c42531; }
.ps-1 .infowras .mors a:hover .iconfont { animation: bounce-right 1.4s linear infinite; }
.ps-1 .infowras .mors a:hover .circle { border: 1px solid #e64753; }
.ps-1 .picswras { width: 50%; float: right; }
.ps-1 .picswras .picswra { position: relative; display: block; height: 600px; }
.ps-1 .picswras .picswr { display: block; position: absolute; bottom: 80px; left: 80px; }
.ps-1 .picswras .brand { color: #fff; display: block; margin: 0 0 15px 0; font-size: 50px; font-weight: bold; font-family: sbsc; -moz-text-shadow: 1px 1px 1px rgba(1, 1, 2, 0.2); -webkit-text-shadow: 1px 1px 1px rgba(1, 1, 2, 0.2); -o-text-shadow: 1px 1px 1px rgba(1, 1, 2, 0.2); text-shadow: 1px 1px 1px rgba(1, 1, 2, 0.2); }
.ps-1 .picswras .list { float: left; }
.ps-1 .picswras .list ul { display: inline-block; width: 100%; }
.ps-1 .picswras .list ul li { width: 280px; float: left; margin: 3px 0; }
.ps-1 .picswras .list ul li .items { display: block; margin: 0 10px 0 0; }
.ps-1 .picswras .list ul li .items a { display: block; padding: 20px; background: url("../images/blue50.png") repeat 0 0; -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; }
.ps-1 .picswras .list ul li .items a .ctit { color: #fff; display: block; margin: 0 0 6px 0; font-size: 16px; }
.ps-1 .picswras .list ul li .items a .csmy { color: #fff; display: block; font-size: 13px; }
.ps-1 .picswras .list ul li .items a:hover { background: none; background-color: #ffd900; text-decoration: none; }
.ps-1 .picswras .list ul li .items a:hover .ctit { color: #333; }
.ps-1 .picswras .list ul li .items a:hover .csmy { color: #333; }

.ps-2 { display: inline-block; width: 100%; padding: 80px 0; }
.ps-2 .ui-c { display: inline-block; width: 100%; }
.ps-2 .swiper-container { padding: 0 0 50px 0; }
.ps-2 .swiper-slide .swiper-imgs { display: block; padding: 5px; }
.ps-2 .swiper-slide .swiper-imgs a.img { display: block; }
.ps-2 .swiper-slide .swiper-imgs a.img .imcs { display: block; overflow: hidden; }
.ps-2 .swiper-slide .swiper-imgs a.img .imcs .imc { display: block; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: all 0.6s; }
.ps-2 .swiper-slide .swiper-imgs a.img .imcs .imc img { width: 100%; }
.ps-2 .swiper-slide .swiper-imgs a.img:hover { text-decoration: none; }
.ps-2 .swiper-slide .swiper-imgs a.img:hover .imc { transform: scale(1.1); }
.ps-2 .swiper-slide .swiper-imgs .inf { display: block; padding: 15px; font-size: 18px; font-weight: bold; }

.ps-3 { display: inline-block; width: 100%; padding: 200px 0; }
.ps-3 .ui-c { text-align: center; }
.ps-3 .en { color: #fff; font-size: 40px; font-family: sbsc; }
.ps-3 .cn { color: #fff; font-size: 26px; }
.ps-3 .sm { display: block; padding: 40px 0 60px; }
.ps-3 .sm p { color: #fff; filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; }
.ps-3 .mo { display: block; text-align: center; }
.ps-3 .mo a { color: #fff; display: inline-block; width: 185px; padding: 15px 0; text-align: center; font-size: 16px; border: 1px solid #fff; transition: all 0.6s; }
.ps-3 .mo a:hover { color: #333; text-decoration: none; background-color: #ffd900; }

.ps-4 { display: inline-block; width: 100%; padding: 80px 0; }
.ps-4 .ui-c { display: block; overflow: hidden; }
.ps-4 .swiper-slide .swiper-imgs { display: block; padding: 0 0 80px; }
.ps-4 .swiper-slide .swiper-imgs a { display: block; border: 1px solid #eee; background-color: #fff; overflow: hidden; }
.ps-4 .swiper-slide .swiper-imgs a .pics { display: block; padding: 15px; }
.ps-4 .swiper-slide .swiper-imgs a .pics .pic { display: block; height: 300px; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.ps-4 .swiper-slide .swiper-imgs a .infs { display: block; padding: 15px; }
.ps-4 .swiper-slide .swiper-imgs a .infs .inf { display: block; height: 48px; line-height: 24px; font-size: 18px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ps-4 .swiper-slide .swiper-imgs a .smys { color: #888; display: block; padding: 10px 15px 25px; }
.ps-4 .swiper-slide .swiper-imgs a .lins { display: block; padding: 0 15px; }
.ps-4 .swiper-slide .swiper-imgs a .lins b { display: inline-block; width: 100%; height: 1px; border-bottom: 1px dotted #eeeeee; }
.ps-4 .swiper-slide .swiper-imgs a .date { color: #999; display: block; padding: 25px 15px; }
.ps-4 .swiper-slide .swiper-imgs a:hover { text-decoration: none; }

.ps-5 { display: inline-block; width: 100%; padding: 80px 0px; }
.ps-5 .ui-c { position: relative; width: 100%; margin: 0 0 20px 0; overflow: hidden; }
.ps-5 .swiper-slide .swiper-imgs { display: block; margin: 0 5px; padding: 0 0 80px; }
.ps-5 .swiper-slide .swiper-imgs a { display: block; overflow: hidden; }
.ps-5 .swiper-slide .swiper-imgs a .img { display: table; width: 100%; height: 400px; text-align: center; background-repeat: no-repeat; background-position: center center; background-size: contain; }
.ps-5 .swiper-slide .swiper-imgs a .inf { color: #ffffff; display: block; padding: 25px 0; text-align: center; font-size: 16px; }
.ps-5 .swiper-slide .swiper-imgs a:hover { text-decoration: none; }

.ps-6 { display: inline-block; width: 100%; padding: 80px 0; }
.ps-6 .ui-c { position: relative; width: 100%; overflow: hidden; }
.ps-6 .swiper-slide { margin: 0; padding: 0 0 80px; }
.ps-6 .swiper-slide .swiper-imgs { display: block; }
.ps-6 .swiper-slide .swiper-imgs a { display: inline-block; width: 100%; overflow: hidden; background-color: #212654; }
.ps-6 .swiper-slide .swiper-imgs a .pics { display: block; overflow: hidden; }
.ps-6 .swiper-slide .swiper-imgs a .pics .pic { display: block; height: 480px; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: all 0.6s; }
.ps-6 .swiper-slide .swiper-imgs a .infs { color: #ffffff; display: block; padding: 15px; font-size: 16px; }
.ps-6 .swiper-slide .swiper-imgs a:hover { text-decoration: none; }
.ps-6 .swiper-slide .swiper-imgs a:hover .pics .pic { transform: scale(1.1); filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; }

.ps-7 { display: inline-block; width: 100%; }
.ps-7 .ui-w { display: inline-block; width: 100%; }
.ps-7 .ui-c { display: inline-block; width: 100%; }
.ps-7 .ui-c .list { width: 100%; float: left; }
.ps-7 .ui-c ul { width: 100%; float: left; }
.ps-7 .ui-c ul li { width: 33.3%; float: left; }
.ps-7 .ui-c ul li a { position: relative; display: block; height: 640px; border-left: 5px solid #f3f5f8; border-right: 5px solid #f3f5f8; }
.ps-7 .ui-c ul li a .lomow { position: absolute; bottom: 0; left: 0; width: 100%; background: url("../images/blue10.png") repeat 0 0; }
.ps-7 .ui-c ul li a .lomow .items { display: table; width: 100%; height: 640px; }
.ps-7 .ui-c ul li a .lomow .items .ctit { color: #ffffff; position: relative; display: table-cell; vertical-align: middle; width: 100%; font-size: 40px; font-weight: bold; text-align: center; z-index: 20; }
.ps-7 .ui-c ul li a .lomow .items .lomos { clear: both; position: absolute; top: 50%; left: 50%; width: 205px; height: 203px; margin: -102px 0 0 -102px; background-image: url("../images/ptlo2.png"); background-repeat: no-repeat; background-position: center center; animation: quan 15s infinite linear; z-index: 10; }
.ps-7 .ui-c ul li a .itemw { display: none; width: 100%; height: 640px; background-repeat: no-repeat; background-position: center bottom; background-size: cover; }
.ps-7 .ui-c ul li a .itemw .items { position: absolute; bottom: 0; left: 0; display: table; width: 100%; height: 640px; }
.ps-7 .ui-c ul li a .itemw .items .item { display: table-cell; padding: 30px 30px 60px; vertical-align: middle; }
.ps-7 .ui-c ul li a .itemw .items .item .tis1 { color: #ffffff; display: block; font-size: 36px; font-weight: bold; }
.ps-7 .ui-c ul li a .itemw .items .item .tis2 { color: #ffffff; display: block; margin: 0 0 20px 0; font-size: 15px; }
.ps-7 .ui-c ul li a .itemw .items .item .smy { color: #ffffff; display: block; font-size: 15px; }
.ps-7 .ui-c ul li a:hover .lomow { display: none; }
.ps-7 .ui-c ul li a:hover .itemw { display: block; }
.ps-7 .ui-c ul li.li1 a { border-left: 10px solid #f3f5f8; border-right: 5px solid #f3f5f8; }
.ps-7 .ui-c ul li.li3 a { border-left: 5px solid #f3f5f8; border-right: 10px solid #f3f5f8; }
.ps-7 .ui-f { display: block; padding: 1rem 0 1rem; }
.ps-7 .ui-f .list { width: 100%; }
.ps-7 .ui-f ul { display: inline-block; width: 100%; }
.ps-7 .ui-f ul li { width: 50%; float: left; }
.ps-7 .ui-f ul li .items { padding: 0.8rem 1rem; background-size: cover; -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; }
.ps-7 .ui-f ul li .items p { color: #ffffff; font-size: 0.8rem; text-transform: uppercase; -moz-text-shadow: 1px 1px 1px rgba(1, 1, 2, 0.2); -webkit-text-shadow: 1px 1px 1px rgba(1, 1, 2, 0.2); -o-text-shadow: 1px 1px 1px rgba(1, 1, 2, 0.2); text-shadow: 1px 1px 1px rgba(1, 1, 2, 0.2); }
.ps-7 .ui-f ul li .items p b { color: #ffffff; margin: 0 0.5rem 0 0; font-size: 1rem; font-weight: 400; }
.ps-7 .ui-f ul li:nth-child(odd) .items { margin: 0 0.2rem 0.4rem 0; }
.ps-7 .ui-f ul li:nth-child(even) .items { margin: 0 0 0.4rem 0.2rem; }
.ps-7 .ui-f .more { width: 100%; margin: 1rem 0 0; }
.ps-7 .ui-f .more a { color: #ffffff; display: block; padding: 0.8rem 0; font-size: 1rem; text-align: center; background-color: #c42531; }
.ps-7 .ui-f .more a:hover { background-color: #ffd900; }

.ps-8 { display: inline-block; width: 100%; padding: 80px 0; }
.ps-8 .ui-m { display: inline-block; width: 100%; }
.ps-8 .ui-c { position: relative; width: 100%; float: left; z-index: 20; }
.ps-8 .tentmap { width: 50%; float: left; }
.ps-8 .tentmap .maps { display: block; margin: 0 15px 0 0; padding: 13px; border: 1px solid #eee; background-color: #ffffff; }
.ps-8 .tentmap #tentmap { width: 100%; height: 420px; }
.ps-8 .message { width: 50%; float: right; }
.ps-8 .cm-message form .sin .lab { display: block; }
.ps-8 .cm-message form .sin .lab i { font-style: normal; }

.lanen .cm-th .cn { display: none; }
.lanen .cm-hd .ui-h .cn { display: none; }
.lanen .cm-hd .ui-h .en .font b { bottom: 6px; }
.lanen .ps-7 .ui-c ul li a .lomow .items .ctit { font-size: 32px; }

.fs-12 { font-size: 12px; }

.fs-14 { font-size: 14px; }

.fs-16 { font-size: 16px; }

.fs-24 { font-size: 24px; }

.fs-34 { font-size: 34px; }

.fs-60 { font-size: 60px; }

.wd-1 { width: 100%; }

.ht-380 { height: 380px; }

@media only screen and (min-width: 0px) and (max-width: 639px) { html { font-size: 13px; }
  html, body { background-color: #f6f6f6; }
  #pg-header .ui-h { display: none; }
  #pg-header .ui-c { display: none; }
  #pg-header .vi-c { display: block; }
  #pg-header.pg-o, #pg-header.pg-f { background-color: #fff; }
  #pg-header.pg-o .vi-c, #pg-header.pg-f .vi-c { border-top: 3px solid #212654; background: none; background-color: #fff; }
  #pg-header.pg-o .vi-c .mwras .logos .logo1, #pg-header.pg-f .vi-c .mwras .logos .logo1 { display: none; }
  #pg-header.pg-o .vi-c .mwras .logos .logo2, #pg-header.pg-f .vi-c .mwras .logos .logo2 { display: block; }
  #pg-header.pg-o .vi-c .mwras a.menubtn, #pg-header.pg-f .vi-c .mwras a.menubtn { border: 0.02rem solid rgba(0, 0, 0, 0.2); }
  #pg-header.pg-o .vi-c .mwras a.menubtn .iconfont, #pg-header.pg-f .vi-c .mwras a.menubtn .iconfont { color: #333; }
  #pg-header.pg-o .vi-c .mwras a.searchbtn, #pg-header.pg-f .vi-c .mwras a.searchbtn { border: 0.02rem solid rgba(0, 0, 0, 0.2); }
  #pg-header.pg-o .vi-c .mwras a.searchbtn .iconfont, #pg-header.pg-f .vi-c .mwras a.searchbtn .iconfont { color: #333; }
  #pg-header.pg-o .vi-c .msearchs .search, #pg-header.pg-f .vi-c .msearchs .search { border: 0.04rem solid #eee; background-color: #f3f5f8; }
  #pg-banners .ui-c .webimg { display: none; }
  #pg-banners .ui-c .wapimg { display: block; height: 100vh; }
  #pg-footer { padding: 0 0 4rem 0; }
  #pg-footer .ui-c { padding: 2rem 0; }
  #pg-footer .ui-c .linfos { width: 100%; }
  #pg-footer .ui-c .linfos .info { margin: 0 0 1rem 0; }
  #pg-footer .ui-c .linfos .info .cn { font-size: 1.6rem; }
  #pg-footer .ui-c .linfos .info .en { font-size: 1rem; }
  #pg-footer .ui-c .linfos .hotline p b { font-size: 1.6rem; }
  #pg-footer .ui-c .linfos .list { padding: 1rem 0 0; }
  #pg-footer .ui-c .linfos .list ul li { padding: 0.5rem 0; }
  #pg-footer .ui-c .rinfos { width: 100%; }
  #pg-footer .ui-c .rinfos .titss { display: none; }
  #pg-footer .ui-c .rinfos .share { padding: 15px 0 0; background: url("../images/white10.png") repeat-x 0 0; }
  #pg-footer .ui-c .rinfos .list { display: none; }
  #pg-footer .ui-c .rinfos .info { font-size: 0.9rem; }
  #pg-footer .ui-f { padding: 1rem 0 1.6rem 0; }
  #pg-footer .ui-f .copyright { text-align: left; }
  #pg-navs { display: block; }
  #win_fix { display: none; }
  .ly-cw { margin: 0 0.8rem; }
  .ly-cc { margin: 0 0.8rem; }
  .sections1 .lomo { width: 100%; height: 100%; }
  .sections7 { background: none; }
  .sections7 .ly-wi { background: none; }
  .sections8 { background-size: 30% auto; }
  .pc-page table tr td a, .pc-page table tr td .unlink { width: auto; padding: 0.3rem 0.8rem; font-size: 0.9rem; }
  .cm-layout-1 { border: 0 none; background: none; }
  .cm-layout-2 { padding: 0 0 1rem; }
  .cm-layout-3 { margin: 0 0 0.8rem 0; padding: 0 0 0; border-bottom: 0 none; background-color: #f3f5f8; }
  .cm-layout-3 .ly-cw { padding: 0.4rem 1rem; border: 1px solid #eee; }
  .cm-layout-4 { margin: 1rem 0 0.6rem 0; padding: 0 0 0; }
  .cm-layout-11 { padding: 3rem 0 0; }
  .cm-layout-12 { padding: 3rem 0 0; }
  .cm-layout-13 { padding: 0.8rem 0 0; background-color: #fff; }
  .cm-layout-14 { background-color: #fff; }
  .cm-layout-15 { background-color: #fff; }
  .cm-layout-21 { padding: 0 0 0.8rem 0; }
  .cm-layout-22 { padding: 0 0 0.8rem 0; }
  .cm-search { padding: 2rem 0; }
  .cm-show { padding: 1.4rem; }
  .cm-hd { padding: 0 0 1.4rem 0; }
  .cm-hd .ui-h .cn { display: none; }
  .cm-hd .ui-h .en .font b { height: 0.9rem; bottom: 0.4rem; }
  .cm-hd .ui-h .sm { padding: 0.8rem 5% 0; font-size: 1.1rem; }
  .cm-md { margin: 1.5rem 0 0; }
  .cm-md a { height: auto; line-height: normal; font-size: 1.4rem; font-family: georgia; }
  .cm-md a .font { font-size: 1.2rem; }
  .cm-md a .line { font-size: 1.2rem; }
  .cm-md a .line b { height: 0.03rem; background-color: #fff; }
  .cm-md a .arror { font-size: 2rem; }
  .cm-md a .circle { top: -1rem; right: -1rem; width: 3rem; height: 3rem; }
  .cm-m1 a .font { color: #333; }
  .cm-m1 a .line b { background-color: #333; }
  .cm-list .list ul li { width: 50%; margin: 0 0 0.6rem; }
  .cm-list .list ul li .items { margin: 0 0.3rem 0.6rem; }
  .cm-list .list ul li .items .item a { padding: 0; border: 0 none; background: none; }
  .cm-list .newslist ul li { width: 100%; }
  .cm-list .newslist ul li .items { margin: 0 0 0.6rem; }
  .cm-list .newslist ul li .items a .itemwras .picswra { margin: 0 0 0.6rem; padding: 1rem; }
  .cm-list .newslist ul li .items a .itemwras .picswra .pics img { height: 20vh; }
  .cm-list .newslist ul li .items a .itemwras .infswra { padding: 0 1rem 1rem; }
  .cm-list .newslist ul li .items a .itemwras .infswra .infw span.tit { font-size: 1.2rem; }
  .cm-list .newslist ul li .items a .itemwras .infswra .infw span.smy { font-size: 1rem; }
  .cm-list .newslist ul li .items a .itemwras .infswra .infw span.mor .font { width: auto; height: auto; line-height: normal; padding: 0.6rem 1rem; font-size: 1rem; text-transform: uppercase; border: 1px solid #eec800; background-color: #ffd900; }
  .cm-list .downslist ul li { width: 100%; }
  .cm-list .downslist ul li .items { margin: 0; }
  .cm-list .downslist ul li .items a { padding: 0.8rem; background-color: #fff; }
  .cm-list .downslist ul li .items a .infswra .infs { font-size: 1.4rem; text-transform: uppercase; }
  .cm-list .downslist ul li .items a .infswra .smy { font-size: 1rem; }
  .cm-con { display: block; }
  .cm-con * { font-size: 1.2rem; }
  .cm-con table tr td { padding: 1rem; }
  .cm-tclass .cdwra .cds .list { padding: 0.8rem 0; }
  .cm-tclass .cdwra .cds .list ul li { margin: 2px 4px 2px 0; }
  .cm-tclass .cdwra .cds .list ul li a { width: auto; height: auto; line-height: normal; padding: 0.8rem 1.4rem; font-size: 1.1rem; border: 1px solid #eeeeee; background-color: #fff; text-transform: uppercase; }
  .cm-pshow .picwras { width: 100%; }
  .cm-pshow .picwras .items .item { height: 40vh; padding: 2rem; }
  .cm-pshow .picwras .items .item img { max-height: 40vh; }
  .cm-pshow .infwras { margin: 0; }
  .cm-pshow .infwras .infwra { padding: 1.5rem; }
  .cm-pshow .infwras .pinfo p.once { margin: 0 0 1rem 0; font-size: 2.2rem; }
  .cm-pshow .s-cx .xlist ul li { width: 100%; text-align: center; }
  .cm-pshow .s-cx .xlist ul li .items a .webimg { display: none; }
  .cm-pshow .s-cx .xlist ul li .items a .wapimg { display: block; }
  .cm-contact .ui-c .cp-1 { font-size: 1.6rem; font-weight: bold; text-transform: uppercase; }
  .cm-swra { padding: 1.2rem; }
  .cm-contact { width: 100%; }
  .cm-code { width: 100%; text-align: center; }
  .cm-messview { width: 100%; }
  .cm-messtable { width: 100%; }
  .cm-th .en span { font-size: 2.5rem; }
  .cm-sats .cns .stype1 .picwras { display: none; }
  .cm-sats .cns .stype1 .infwras { width: 100%; }
  .cm-sats .cns .stype1 .infwras .infwra { height: auto; margin: 0; padding: 0.8rem; }
  .cm-sats .cns .stype1 .infwras .infwra p { font-size: 1.2rem !important; }
  .cm-sats .cns .stype1 .infwras .infwra p * { font-size: 1.2rem !important; }
  .cm-sats .cns .stype2 .swiper-wrapper { padding: 0 0 3rem 0; }
  .cm-sats .cns .stype3, .cm-sats .cns .stype4, .cm-sats .cns .stype5 { margin: 0 0 0.8rem; background-color: #fff; -moz-border-radius: 6px 6px 6px 6px; -webkit-border-radius: 6px 6px 6px 6px; -o-border-radius: 6px 6px 6px 6px; border-radius: 6px 6px 6px 6px; }
  .cm-sats .cns .stype3 .picwras, .cm-sats .cns .stype4 .picwras, .cm-sats .cns .stype5 .picwras { width: 100%; }
  .cm-sats .cns .stype3 .picwras .picwra, .cm-sats .cns .stype4 .picwras .picwra, .cm-sats .cns .stype5 .picwras .picwra { height: 25vh; }
  .cm-sats .cns .stype3 .infwras, .cm-sats .cns .stype4 .infwras, .cm-sats .cns .stype5 .infwras { width: 100%; }
  .cm-sats .cns .stype3 .infwras .infwra, .cm-sats .cns .stype4 .infwras .infwra, .cm-sats .cns .stype5 .infwras .infwra { display: block; margin: 0; padding: 1.2rem 0; background: none; }
  .cm-sats .cns .stype3 .distable, .cm-sats .cns .stype4 .distable, .cm-sats .cns .stype5 .distable { height: auto; }
  .cm-sats .cns .stype3 .con p, .cm-sats .cns .stype4 .con p, .cm-sats .cns .stype5 .con p { font-size: 1.2rem; }
  .cm-sats .cns .stype3 .con p span, .cm-sats .cns .stype4 .con p span, .cm-sats .cns .stype5 .con p span { font-size: 1.2rem; }
  .c-hd1 { padding: 0 0 1.6rem 0; }
  .c-hd1 .en { line-height: normal; }
  .c-hd1 .en .tt { font-size: 1.8rem; text-transform: uppercase; }
  .c-hd1 .cn { line-height: normal; }
  .c-hd1 .cn .tt { font-size: 2rem; text-transform: uppercase; }
  .c-hd1 .cn b { height: 1px; margin: 1.4rem 0 0; }
  .ps-0 { padding: 2rem 0; }
  .ps-0 .wras ul li { width: 50%; background-color: #fff; }
  .ps-0 .wras ul li .ce-class .c-wras { height: auto; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit { width: 100%; height: 20vh; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit a { padding: 1rem; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit a .icon { display: inline-block; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit a .icon .iconfont { color: #212654; font-size: 3rem; font-weight: 200; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit a .tits { font-size: 1.2rem; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit a .font { color: #bbb; height: 2.2rem; line-height: 1.1rem; padding: 0 1rem; font-size: 0.9rem; text-transform: uppercase; }
  .ps-0 .wras ul li .ce-class .c-wras .c-list { display: none; width: 100%; height: 20vh; overflow-y: auto; }
  .ps-0 .wras ul li .ce-class .c-wras .c-list .lists { height: 20vh; }
  .ps-0 .wras ul li.oth { width: 50%; }
  .ps-0 .wras ul li.li1 .items { border-right: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; }
  .ps-0 .wras ul li.li2 .items { border-bottom: 1px solid #eeeeee; }
  .ps-0 .wras ul li.li3 { width: 100%; }
  .ps-0 .wras ul li.li3 .items { border-right: 1px solid #eeeeee; }
  .ps-0 .wras ul li.curr { width: 50%; }
  .ps-0 .wras ul li.curr .ce-class .c-wras .c-tit { display: none; }
  .ps-0 .wras ul li.curr .ce-class .c-wras .c-list { display: block; width: 100%; }
  .ps-0 .wras ul li.curr.li3 { width: 100%; }
  .ps-1 .infowras { width: 100%; }
  .ps-1 .infowras .infowra { height: auto; padding: 4rem 0; }
  .ps-1 .infowras .infowra .infowr { padding: 0; }
  .ps-1 .infowras .infowra .heds { margin: 0 0 1.5rem 0; }
  .ps-1 .infowras .infowra .heds .cn { color: #fff; }
  .ps-1 .infowras .infowra .heds .en { color: #fff; }
  .ps-1 .infowras .infowra .cons { padding: 1.8rem; background: url("../images/white80.png") repeat 0 0; -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; }
  .ps-1 .infowras .infowra .cons .con { font-size: 1.1rem; }
  .ps-1 .infowras .infowra .mors { padding: 3.5rem 0 0; text-align: center; }
  .ps-1 .infowras .infowra .mors a { color: #fff; height: auto; line-height: normal; font-size: 1.4rem; font-family: georgia; }
  .ps-1 .infowras .infowra .mors a .font { font-size: 1.2rem; }
  .ps-1 .infowras .infowra .mors a .line { font-size: 1.2rem; }
  .ps-1 .infowras .infowra .mors a .line b { height: 0.03rem; background-color: #fff; }
  .ps-1 .infowras .infowra .mors a .arror { font-size: 2rem; }
  .ps-1 .infowras .infowra .mors a .circle { display: none; }
  .ps-1 .picswras { display: none; }
  .ps-2 { padding: 4rem 0; }
  .ps-3 { padding: 5rem 0; }
  .ps-3 .en { line-height: 3rem; font-size: 2.5rem; }
  .ps-3 .cn { margin: 2rem 0 0; font-size: 1.4rem; }
  .ps-3 .sm { padding: 2rem 2rem; }
  .ps-3 .sm p { font-size: 1rem; }
  .ps-3 .mo a { width: 35%; padding: 0.6rem 0; border: 1px solid rgba(255, 255, 255, 0.4); }
  .ps-4 { padding: 4rem 0; }
  .ps-4 .swiper-slide .swiper-imgs { padding: 0 0 4rem 0; }
  .ps-4 .swiper-slide .swiper-imgs a .pics { padding: 0.8rem; }
  .ps-4 .swiper-slide .swiper-imgs a .pics .pic { height: 28vh; }
  .ps-4 .swiper-slide .swiper-imgs a .infs { padding: 0.8rem; }
  .ps-4 .swiper-slide .swiper-imgs a .infs .inf { height: 4.8rem; line-height: 1.6rem; font-size: 1.2rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .ps-4 .swiper-slide .swiper-imgs a .smys { display: none; }
  .ps-5 { padding: 4rem 0; }
  .ps-5 .swiper-slide .swiper-imgs a .img { height: 28vh; }
  .ps-5 .swiper-slide .swiper-imgs a .inf { padding: 1rem 0; }
  .ps-6 { padding: 4rem 0; }
  .ps-6 .swiper-slide .swiper-imgs a .pics .pic { height: 40vh; }
  .ps-6 .swiper-slide .swiper-imgs a .infs { padding: 1rem; font-size: 1.2rem; }
  .ps-7 { padding: 0 0; }
  .ps-7 .ui-c ul li { width: 100%; margin: 0 0 0.8rem 0; }
  .ps-7 .ui-c ul li a { height: auto; border-left: 0 none; border-right: 0 none; }
  .ps-7 .ui-c ul li a .lomow { display: none; }
  .ps-7 .ui-c ul li a .itemw { display: block; height: auto; }
  .ps-7 .ui-c ul li a .itemw .items { position: relative; height: auto; }
  .ps-7 .ui-c ul li a .itemw .items .item { padding: 2.5rem; }
  .ps-7 .ui-c ul li a .itemw .items .item .tis1 { font-size: 2rem; }
  .ps-7 .ui-c ul li a .itemw .items .item .tis2 { font-size: 1.1rem; }
  .ps-7 .ui-c ul li a .itemw .items .item .smy { font-size: 1.1rem; }
  .ps-7 .ui-c ul li.li1 a { border-left: 0 none; border-right: 0 none; }
  .ps-7 .ui-c ul li.li3 a { border-left: 0 none; border-right: 0 none; }
  .ps-8 { padding: 3rem 0; }
  .ps-8 .ui-c .tentmap { width: 100%; }
  .ps-8 .ui-c .tentmap #tentmap { height: 40vh; }
  .ps-8 .ui-c .tentmap .maps { margin: 0; padding: 0.8rem; }
  .ps-8 .ui-c .message { width: 100%; margin: 1rem 0 0; }
  .swiper-pagination-bullet { width: 0.6rem; height: 0.6rem; }
  .fs-34 { font-size: 2.3rem; }
  .lancn * { font-weight: 320; }
  .lancn #pg-banner .ui-c { height: 30vh; }
  .lancn #pg-banner .ui-c .items .cn { font-size: 2.4rem; text-transform: uppercase; }
  .lancn #pg-banner .ui-c .items .en { font-size: 1.2rem; }
  .lancn #pg-banner .ui-c .items .sm { font-size: 1rem; }
  .lanen * { font-weight: 340 !important; }
  .lanen .cm-show .cd-h h1 { line-height: 2.3rem; font-size: 1.7rem; text-transform: uppercase; }
  .lanen .cm-messview .ui-c p { padding: 0.2rem 0; }
  .lanen #pg-banner .ui-c { height: 30vh; }
  .lanen #pg-banner .ui-c .items .cn { font-size: 2.4rem; text-transform: uppercase; }
  .lanen #pg-banner .ui-c .items .en { display: none; }
  .lanen #pg-banner .ui-c .items .sm { font-size: 1rem; }
  .lanen .ps-3 .cn { display: none; } }
@media only screen and (min-width: 640px) and (max-width: 959px) { html { font-size: 14px; }
  #pg-header .ui-h { display: none; }
  #pg-header .ui-c { display: none; }
  #pg-header .vi-c { display: block; }
  #pg-header.pg-o, #pg-header.pg-f { background-color: #fff; }
  #pg-header.pg-o .vi-c, #pg-header.pg-f .vi-c { border-top: 3px solid #212654; background: none; background-color: #fff; }
  #pg-header.pg-o .vi-c .mwras .logos .logo1, #pg-header.pg-f .vi-c .mwras .logos .logo1 { display: none; }
  #pg-header.pg-o .vi-c .mwras .logos .logo2, #pg-header.pg-f .vi-c .mwras .logos .logo2 { display: block; }
  #pg-header.pg-o .vi-c .mwras a.menubtn, #pg-header.pg-f .vi-c .mwras a.menubtn { border: 0.02rem solid rgba(0, 0, 0, 0.2); }
  #pg-header.pg-o .vi-c .mwras a.menubtn .iconfont, #pg-header.pg-f .vi-c .mwras a.menubtn .iconfont { color: #333; }
  #pg-header.pg-o .vi-c .mwras a.searchbtn, #pg-header.pg-f .vi-c .mwras a.searchbtn { border: 0.02rem solid rgba(0, 0, 0, 0.2); }
  #pg-header.pg-o .vi-c .mwras a.searchbtn .iconfont, #pg-header.pg-f .vi-c .mwras a.searchbtn .iconfont { color: #333; }
  #pg-header.pg-o .vi-c .msearchs .search, #pg-header.pg-f .vi-c .msearchs .search { border: 0.04rem solid #eee; background-color: #f3f5f8; }
  #pg-banners .ui-c .webimg { display: none; }
  #pg-banners .ui-c .wapimg { display: block; height: 100vh; }
  #pg-footer { padding: 0 0 4rem 0; }
  #pg-footer .ui-c { padding: 2rem 0; }
  #pg-footer .ui-c .linfos { width: 100%; }
  #pg-footer .ui-c .linfos .info { margin: 0 0 1rem 0; }
  #pg-footer .ui-c .linfos .info .cn { font-size: 1.6rem; }
  #pg-footer .ui-c .linfos .info .en { font-size: 1rem; }
  #pg-footer .ui-c .linfos .hotline p b { font-size: 1.6rem; }
  #pg-footer .ui-c .linfos .list { padding: 1rem 0 0; }
  #pg-footer .ui-c .linfos .list ul li { padding: 0.5rem 0; }
  #pg-footer .ui-c .rinfos { width: 100%; }
  #pg-footer .ui-c .rinfos .titss { display: none; }
  #pg-footer .ui-c .rinfos .share { padding: 15px 0 0; background: url("../images/white10.png") repeat-x 0 0; }
  #pg-footer .ui-c .rinfos .list { display: none; }
  #pg-footer .ui-c .rinfos .info { font-size: 0.9rem; }
  #pg-footer .ui-f { padding: 1rem 0 1.6rem 0; }
  #pg-footer .ui-f .copyright { text-align: left; }
  #pg-navs { display: block; }
  #win_fix { display: none; }
  .ly-cw { margin: 0 0.8rem; }
  .ly-cc { margin: 0 0.8rem; }
  .sections1 .lomo { width: 100%; height: 100%; }
  .sections7 { background: none; }
  .sections7 .ly-wi { background: none; }
  .sections8 { background-size: 30% auto; }
  .pc-page table tr td a, .pc-page table tr td .unlink { width: auto; padding: 0.3rem 0.8rem; font-size: 0.9rem; }
  .cm-layout-1 { border: 0 none; background: none; }
  .cm-layout-2 { padding: 0 0 1rem; }
  .cm-layout-3 { margin: 0 0 0.8rem 0; padding: 0 0 0; border-bottom: 0 none; background-color: #f3f5f8; }
  .cm-layout-3 .ly-cw { padding: 0.4rem 1rem; border: 1px solid #eee; }
  .cm-layout-4 { margin: 1rem 0 0.6rem 0; padding: 0 0 0; }
  .cm-layout-11 { padding: 3rem 0 0; }
  .cm-layout-12 { padding: 3rem 0 0; }
  .cm-layout-13 { padding: 0.8rem 0 0; background-color: #fff; }
  .cm-layout-14 { background-color: #fff; }
  .cm-layout-15 { background-color: #fff; }
  .cm-layout-21 { padding: 0 0 0.8rem 0; }
  .cm-layout-22 { padding: 0 0 0.8rem 0; }
  .cm-search { padding: 2rem 0; }
  .cm-show { padding: 1.4rem; }
  .cm-hd { padding: 0 0 1.4rem 0; }
  .cm-hd .ui-h .cn { display: none; }
  .cm-hd .ui-h .en .font b { height: 0.9rem; bottom: 0.4rem; }
  .cm-hd .ui-h .sm { padding: 0.8rem 5% 0; font-size: 1.1rem; }
  .cm-md { margin: 1.5rem 0 0; }
  .cm-md a { height: auto; line-height: normal; font-size: 1.4rem; font-family: georgia; }
  .cm-md a .font { font-size: 1.2rem; }
  .cm-md a .line { font-size: 1.2rem; }
  .cm-md a .line b { height: 0.03rem; background-color: #fff; }
  .cm-md a .arror { font-size: 2rem; }
  .cm-md a .circle { top: -1rem; right: -1rem; width: 3rem; height: 3rem; }
  .cm-m1 a .font { color: #333; }
  .cm-m1 a .line b { background-color: #333; }
  .cm-list .list ul li { width: 50%; margin: 0 0 0.6rem; }
  .cm-list .list ul li .items { margin: 0 0.3rem 0.6rem; }
  .cm-list .list ul li .items .item a { padding: 0; border: 0 none; background: none; }
  .cm-list .newslist ul li { width: 100%; }
  .cm-list .newslist ul li .items { margin: 0 0 0.6rem; }
  .cm-list .newslist ul li .items a .itemwras .picswra { margin: 0 0 0.6rem; padding: 1rem; }
  .cm-list .newslist ul li .items a .itemwras .picswra .pics img { height: 20vh; }
  .cm-list .newslist ul li .items a .itemwras .infswra { padding: 0 1rem 1rem; }
  .cm-list .newslist ul li .items a .itemwras .infswra .infw span.tit { font-size: 1.2rem; }
  .cm-list .newslist ul li .items a .itemwras .infswra .infw span.smy { font-size: 1rem; }
  .cm-list .newslist ul li .items a .itemwras .infswra .infw span.mor .font { width: auto; height: auto; line-height: normal; padding: 0.6rem 1rem; font-size: 1rem; text-transform: uppercase; border: 1px solid #eec800; background-color: #ffd900; }
  .cm-list .downslist ul li { width: 100%; }
  .cm-list .downslist ul li .items { margin: 0; }
  .cm-list .downslist ul li .items a { padding: 0.8rem; background-color: #fff; }
  .cm-list .downslist ul li .items a .infswra .infs { font-size: 1.4rem; text-transform: uppercase; }
  .cm-list .downslist ul li .items a .infswra .smy { font-size: 1rem; }
  .cm-con { display: block; }
  .cm-con * { font-size: 1.2rem; }
  .cm-con table tr td { padding: 1rem; }
  .cm-tclass .cdwra .cds .list { padding: 0.8rem 0; }
  .cm-tclass .cdwra .cds .list ul li { margin: 2px 4px 2px 0; }
  .cm-tclass .cdwra .cds .list ul li a { width: auto; height: auto; line-height: normal; padding: 0.8rem 1.4rem; font-size: 1.1rem; border: 1px solid #eeeeee; background-color: #fff; text-transform: uppercase; }
  .cm-pshow .picwras { width: 100%; }
  .cm-pshow .picwras .items .item { height: 40vh; padding: 2rem; }
  .cm-pshow .picwras .items .item img { max-height: 40vh; }
  .cm-pshow .infwras { margin: 0; }
  .cm-pshow .infwras .infwra { padding: 1.5rem; }
  .cm-pshow .infwras .pinfo p.once { margin: 0 0 1rem 0; font-size: 2.2rem; }
  .cm-pshow .s-cx .xlist ul li { width: 100%; text-align: center; }
  .cm-pshow .s-cx .xlist ul li .items a .webimg { display: none; }
  .cm-pshow .s-cx .xlist ul li .items a .wapimg { display: block; }
  .cm-contact .ui-c .cp-1 { font-size: 1.6rem; font-weight: bold; text-transform: uppercase; }
  .cm-swra { padding: 1.2rem; }
  .cm-contact { width: 100%; }
  .cm-code { width: 100%; text-align: center; }
  .cm-messview { width: 100%; }
  .cm-messtable { width: 100%; }
  .cm-th .en span { font-size: 2.5rem; }
  .cm-sats .cns .stype1 .picwras { display: none; }
  .cm-sats .cns .stype1 .infwras { width: 100%; }
  .cm-sats .cns .stype1 .infwras .infwra { height: auto; margin: 0; padding: 0.8rem; }
  .cm-sats .cns .stype1 .infwras .infwra p { font-size: 1.2rem !important; }
  .cm-sats .cns .stype1 .infwras .infwra p * { font-size: 1.2rem !important; }
  .cm-sats .cns .stype2 .swiper-wrapper { padding: 0 0 3rem 0; }
  .cm-sats .cns .stype3, .cm-sats .cns .stype4, .cm-sats .cns .stype5 { margin: 0 0 0.8rem; background-color: #fff; -moz-border-radius: 6px 6px 6px 6px; -webkit-border-radius: 6px 6px 6px 6px; -o-border-radius: 6px 6px 6px 6px; border-radius: 6px 6px 6px 6px; }
  .cm-sats .cns .stype3 .picwras, .cm-sats .cns .stype4 .picwras, .cm-sats .cns .stype5 .picwras { width: 100%; }
  .cm-sats .cns .stype3 .picwras .picwra, .cm-sats .cns .stype4 .picwras .picwra, .cm-sats .cns .stype5 .picwras .picwra { height: 25vh; }
  .cm-sats .cns .stype3 .infwras, .cm-sats .cns .stype4 .infwras, .cm-sats .cns .stype5 .infwras { width: 100%; }
  .cm-sats .cns .stype3 .infwras .infwra, .cm-sats .cns .stype4 .infwras .infwra, .cm-sats .cns .stype5 .infwras .infwra { display: block; margin: 0; padding: 1.2rem 0; background: none; }
  .cm-sats .cns .stype3 .distable, .cm-sats .cns .stype4 .distable, .cm-sats .cns .stype5 .distable { height: auto; }
  .cm-sats .cns .stype3 .con p, .cm-sats .cns .stype4 .con p, .cm-sats .cns .stype5 .con p { font-size: 1.2rem; }
  .cm-sats .cns .stype3 .con p span, .cm-sats .cns .stype4 .con p span, .cm-sats .cns .stype5 .con p span { font-size: 1.2rem; }
  .c-hd1 { padding: 0 0 1.6rem 0; }
  .c-hd1 .en { line-height: normal; }
  .c-hd1 .en .tt { font-size: 1.8rem; text-transform: uppercase; }
  .c-hd1 .cn { line-height: normal; }
  .c-hd1 .cn .tt { font-size: 2rem; text-transform: uppercase; }
  .c-hd1 .cn b { height: 1px; margin: 1.4rem 0 0; }
  .ps-0 { padding: 2rem 0; }
  .ps-0 .wras ul li { width: 50%; background-color: #fff; }
  .ps-0 .wras ul li .ce-class .c-wras { height: auto; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit { width: 100%; height: 20vh; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit a { padding: 1rem; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit a .icon { display: inline-block; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit a .icon .iconfont { color: #212654; font-size: 3rem; font-weight: 200; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit a .tits { font-size: 1.2rem; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit a .font { color: #bbb; height: 2.2rem; line-height: 1.1rem; padding: 0 1rem; font-size: 0.9rem; text-transform: uppercase; }
  .ps-0 .wras ul li .ce-class .c-wras .c-list { display: none; width: 100%; height: 20vh; overflow-y: auto; }
  .ps-0 .wras ul li .ce-class .c-wras .c-list .lists { height: 20vh; }
  .ps-0 .wras ul li.oth { width: 50%; }
  .ps-0 .wras ul li.li1 .items { border-right: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; }
  .ps-0 .wras ul li.li2 .items { border-bottom: 1px solid #eeeeee; }
  .ps-0 .wras ul li.li3 { width: 100%; }
  .ps-0 .wras ul li.li3 .items { border-right: 1px solid #eeeeee; }
  .ps-0 .wras ul li.curr { width: 50%; }
  .ps-0 .wras ul li.curr .ce-class .c-wras .c-tit { display: none; }
  .ps-0 .wras ul li.curr .ce-class .c-wras .c-list { display: block; width: 100%; }
  .ps-0 .wras ul li.curr.li3 { width: 100%; }
  .ps-1 .infowras { width: 100%; }
  .ps-1 .infowras .infowra { height: auto; padding: 4rem 0; }
  .ps-1 .infowras .infowra .infowr { padding: 0; }
  .ps-1 .infowras .infowra .heds { margin: 0 0 1.5rem 0; }
  .ps-1 .infowras .infowra .heds .cn { color: #fff; }
  .ps-1 .infowras .infowra .heds .en { color: #fff; }
  .ps-1 .infowras .infowra .cons { padding: 1.8rem; background: url("../images/white80.png") repeat 0 0; -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; }
  .ps-1 .infowras .infowra .cons .con { font-size: 1.1rem; }
  .ps-1 .infowras .infowra .mors { padding: 3.5rem 0 0; text-align: center; }
  .ps-1 .infowras .infowra .mors a { color: #fff; height: auto; line-height: normal; font-size: 1.4rem; font-family: georgia; }
  .ps-1 .infowras .infowra .mors a .font { font-size: 1.2rem; }
  .ps-1 .infowras .infowra .mors a .line { font-size: 1.2rem; }
  .ps-1 .infowras .infowra .mors a .line b { height: 0.03rem; background-color: #fff; }
  .ps-1 .infowras .infowra .mors a .arror { font-size: 2rem; }
  .ps-1 .infowras .infowra .mors a .circle { display: none; }
  .ps-1 .picswras { display: none; }
  .ps-2 { padding: 4rem 0; }
  .ps-3 { padding: 5rem 0; }
  .ps-3 .en { line-height: 3rem; font-size: 2.5rem; }
  .ps-3 .cn { margin: 2rem 0 0; font-size: 1.4rem; }
  .ps-3 .sm { padding: 2rem 2rem; }
  .ps-3 .sm p { font-size: 1rem; }
  .ps-3 .mo a { width: 35%; padding: 0.6rem 0; border: 1px solid rgba(255, 255, 255, 0.4); }
  .ps-4 { padding: 4rem 0; }
  .ps-4 .swiper-slide .swiper-imgs { padding: 0 0 4rem 0; }
  .ps-4 .swiper-slide .swiper-imgs a .pics { padding: 0.8rem; }
  .ps-4 .swiper-slide .swiper-imgs a .pics .pic { height: 28vh; }
  .ps-4 .swiper-slide .swiper-imgs a .infs { padding: 0.8rem; }
  .ps-4 .swiper-slide .swiper-imgs a .infs .inf { height: 4.8rem; line-height: 1.6rem; font-size: 1.2rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .ps-4 .swiper-slide .swiper-imgs a .smys { display: none; }
  .ps-5 { padding: 4rem 0; }
  .ps-5 .swiper-slide .swiper-imgs a .img { height: 28vh; }
  .ps-5 .swiper-slide .swiper-imgs a .inf { padding: 1rem 0; }
  .ps-6 { padding: 4rem 0; }
  .ps-6 .swiper-slide .swiper-imgs a .pics .pic { height: 40vh; }
  .ps-6 .swiper-slide .swiper-imgs a .infs { padding: 1rem; font-size: 1.2rem; }
  .ps-7 { padding: 0 0; }
  .ps-7 .ui-c ul li { width: 100%; margin: 0 0 0.8rem 0; }
  .ps-7 .ui-c ul li a { height: auto; border-left: 0 none; border-right: 0 none; }
  .ps-7 .ui-c ul li a .lomow { display: none; }
  .ps-7 .ui-c ul li a .itemw { display: block; height: auto; }
  .ps-7 .ui-c ul li a .itemw .items { position: relative; height: auto; }
  .ps-7 .ui-c ul li a .itemw .items .item { padding: 2.5rem; }
  .ps-7 .ui-c ul li a .itemw .items .item .tis1 { font-size: 2rem; }
  .ps-7 .ui-c ul li a .itemw .items .item .tis2 { font-size: 1.1rem; }
  .ps-7 .ui-c ul li a .itemw .items .item .smy { font-size: 1.1rem; }
  .ps-7 .ui-c ul li.li1 a { border-left: 0 none; border-right: 0 none; }
  .ps-7 .ui-c ul li.li3 a { border-left: 0 none; border-right: 0 none; }
  .ps-8 { padding: 3rem 0; }
  .ps-8 .ui-c .tentmap { width: 100%; }
  .ps-8 .ui-c .tentmap #tentmap { height: 40vh; }
  .ps-8 .ui-c .tentmap .maps { margin: 0; padding: 0.8rem; }
  .ps-8 .ui-c .message { width: 100%; margin: 1rem 0 0; }
  .swiper-pagination-bullet { width: 0.6rem; height: 0.6rem; }
  .fs-34 { font-size: 2.3rem; }
  .lancn * { font-weight: 320; }
  .lancn #pg-banner .ui-c { height: 30vh; }
  .lancn #pg-banner .ui-c .items .cn { font-size: 2.4rem; text-transform: uppercase; }
  .lancn #pg-banner .ui-c .items .en { font-size: 1.2rem; }
  .lancn #pg-banner .ui-c .items .sm { font-size: 1rem; }
  .lanen * { font-weight: 340 !important; }
  .lanen .cm-show .cd-h h1 { line-height: 2.3rem; font-size: 1.7rem; text-transform: uppercase; }
  .lanen .cm-messview .ui-c p { padding: 0.2rem 0; }
  .lanen #pg-banner .ui-c { height: 30vh; }
  .lanen #pg-banner .ui-c .items .cn { font-size: 2.4rem; text-transform: uppercase; }
  .lanen #pg-banner .ui-c .items .en { display: none; }
  .lanen #pg-banner .ui-c .items .sm { font-size: 1rem; }
  .lanen .ps-3 .cn { display: none; } }
@media only screen and (min-width: 960px) and (max-width: 1079px) { html { font-size: 14px; }
  #pg-header .ui-h { display: none; }
  #pg-header .ui-c { display: none; }
  #pg-header .vi-c { display: block; }
  #pg-header.pg-o, #pg-header.pg-f { background-color: #fff; }
  #pg-header.pg-o .vi-c, #pg-header.pg-f .vi-c { border-top: 3px solid #212654; background: none; background-color: #fff; }
  #pg-header.pg-o .vi-c .mwras .logos .logo1, #pg-header.pg-f .vi-c .mwras .logos .logo1 { display: none; }
  #pg-header.pg-o .vi-c .mwras .logos .logo2, #pg-header.pg-f .vi-c .mwras .logos .logo2 { display: block; }
  #pg-header.pg-o .vi-c .mwras a.menubtn, #pg-header.pg-f .vi-c .mwras a.menubtn { border: 0.02rem solid rgba(0, 0, 0, 0.2); }
  #pg-header.pg-o .vi-c .mwras a.menubtn .iconfont, #pg-header.pg-f .vi-c .mwras a.menubtn .iconfont { color: #333; }
  #pg-header.pg-o .vi-c .mwras a.searchbtn, #pg-header.pg-f .vi-c .mwras a.searchbtn { border: 0.02rem solid rgba(0, 0, 0, 0.2); }
  #pg-header.pg-o .vi-c .mwras a.searchbtn .iconfont, #pg-header.pg-f .vi-c .mwras a.searchbtn .iconfont { color: #333; }
  #pg-header.pg-o .vi-c .msearchs .search, #pg-header.pg-f .vi-c .msearchs .search { border: 0.04rem solid #eee; background-color: #f3f5f8; }
  #pg-banners .ui-c .webimg { display: none; }
  #pg-banners .ui-c .wapimg { display: block; height: 100vh; }
  #pg-footer { padding: 0 0 4rem 0; }
  #pg-footer .ui-c { padding: 2rem 0; }
  #pg-footer .ui-c .linfos { width: 100%; }
  #pg-footer .ui-c .linfos .info { margin: 0 0 1rem 0; }
  #pg-footer .ui-c .linfos .info .cn { font-size: 1.6rem; }
  #pg-footer .ui-c .linfos .info .en { font-size: 1rem; }
  #pg-footer .ui-c .linfos .hotline p b { font-size: 1.6rem; }
  #pg-footer .ui-c .linfos .list { padding: 1rem 0 0; }
  #pg-footer .ui-c .linfos .list ul li { padding: 0.5rem 0; }
  #pg-footer .ui-c .rinfos { width: 100%; }
  #pg-footer .ui-c .rinfos .titss { display: none; }
  #pg-footer .ui-c .rinfos .share { padding: 15px 0 0; background: url("../images/white10.png") repeat-x 0 0; }
  #pg-footer .ui-c .rinfos .list { display: none; }
  #pg-footer .ui-c .rinfos .info { font-size: 0.9rem; }
  #pg-footer .ui-f { padding: 1rem 0 1.6rem 0; }
  #pg-footer .ui-f .copyright { text-align: left; }
  #pg-navs { display: block; }
  #win_fix { display: none; }
  .ly-cw { margin: 0 0.8rem; }
  .ly-cc { margin: 0 0.8rem; }
  .sections1 .lomo { width: 100%; height: 100%; }
  .sections7 { background: none; }
  .sections7 .ly-wi { background: none; }
  .sections8 { background-size: 30% auto; }
  .pc-page table tr td a, .pc-page table tr td .unlink { width: auto; padding: 0.3rem 0.8rem; font-size: 0.9rem; }
  .cm-layout-1 { border: 0 none; background: none; }
  .cm-layout-2 { padding: 0 0 1rem; }
  .cm-layout-3 { margin: 0 0 0.8rem 0; padding: 0 0 0; border-bottom: 0 none; background-color: #f3f5f8; }
  .cm-layout-3 .ly-cw { padding: 0.4rem 1rem; border: 1px solid #eee; }
  .cm-layout-4 { margin: 1rem 0 0.6rem 0; padding: 0 0 0; }
  .cm-layout-11 { padding: 3rem 0 0; }
  .cm-layout-12 { padding: 3rem 0 0; }
  .cm-layout-13 { padding: 0.8rem 0 0; background-color: #fff; }
  .cm-layout-14 { background-color: #fff; }
  .cm-layout-15 { background-color: #fff; }
  .cm-layout-21 { padding: 0 0 0.8rem 0; }
  .cm-layout-22 { padding: 0 0 0.8rem 0; }
  .cm-search { padding: 2rem 0; }
  .cm-show { padding: 1.4rem; }
  .cm-hd { padding: 0 0 1.4rem 0; }
  .cm-hd .ui-h .cn { display: none; }
  .cm-hd .ui-h .en .font b { height: 0.9rem; bottom: 0.4rem; }
  .cm-hd .ui-h .sm { padding: 0.8rem 5% 0; font-size: 1.1rem; }
  .cm-md { margin: 1.5rem 0 0; }
  .cm-md a { height: auto; line-height: normal; font-size: 1.4rem; font-family: georgia; }
  .cm-md a .font { font-size: 1.2rem; }
  .cm-md a .line { font-size: 1.2rem; }
  .cm-md a .line b { height: 0.03rem; background-color: #fff; }
  .cm-md a .arror { font-size: 2rem; }
  .cm-md a .circle { top: -1rem; right: -1rem; width: 3rem; height: 3rem; }
  .cm-m1 a .font { color: #333; }
  .cm-m1 a .line b { background-color: #333; }
  .cm-list .list ul li { width: 50%; margin: 0 0 0.6rem; }
  .cm-list .list ul li .items { margin: 0 0.3rem 0.6rem; }
  .cm-list .list ul li .items .item a { padding: 0; border: 0 none; background: none; }
  .cm-list .newslist ul li { width: 100%; }
  .cm-list .newslist ul li .items { margin: 0 0 0.6rem; }
  .cm-list .newslist ul li .items a .itemwras .picswra { margin: 0 0 0.6rem; padding: 1rem; }
  .cm-list .newslist ul li .items a .itemwras .picswra .pics img { height: 20vh; }
  .cm-list .newslist ul li .items a .itemwras .infswra { padding: 0 1rem 1rem; }
  .cm-list .newslist ul li .items a .itemwras .infswra .infw span.tit { font-size: 1.2rem; }
  .cm-list .newslist ul li .items a .itemwras .infswra .infw span.smy { font-size: 1rem; }
  .cm-list .newslist ul li .items a .itemwras .infswra .infw span.mor .font { width: auto; height: auto; line-height: normal; padding: 0.6rem 1rem; font-size: 1rem; text-transform: uppercase; border: 1px solid #eec800; background-color: #ffd900; }
  .cm-list .downslist ul li { width: 100%; }
  .cm-list .downslist ul li .items { margin: 0; }
  .cm-list .downslist ul li .items a { padding: 0.8rem; background-color: #fff; }
  .cm-list .downslist ul li .items a .infswra .infs { font-size: 1.4rem; text-transform: uppercase; }
  .cm-list .downslist ul li .items a .infswra .smy { font-size: 1rem; }
  .cm-con { display: block; }
  .cm-con * { font-size: 1.2rem; }
  .cm-con table tr td { padding: 1rem; }
  .cm-tclass .cdwra .cds .list { padding: 0.8rem 0; }
  .cm-tclass .cdwra .cds .list ul li { margin: 2px 4px 2px 0; }
  .cm-tclass .cdwra .cds .list ul li a { width: auto; height: auto; line-height: normal; padding: 0.8rem 1.4rem; font-size: 1.1rem; border: 1px solid #eeeeee; background-color: #fff; text-transform: uppercase; }
  .cm-pshow .picwras { width: 100%; }
  .cm-pshow .picwras .items .item { height: 40vh; padding: 2rem; }
  .cm-pshow .picwras .items .item img { max-height: 40vh; }
  .cm-pshow .infwras { margin: 0; }
  .cm-pshow .infwras .infwra { padding: 1.5rem; }
  .cm-pshow .infwras .pinfo p.once { margin: 0 0 1rem 0; font-size: 2.2rem; }
  .cm-pshow .s-cx .xlist ul li { width: 100%; text-align: center; }
  .cm-pshow .s-cx .xlist ul li .items a .webimg { display: none; }
  .cm-pshow .s-cx .xlist ul li .items a .wapimg { display: block; }
  .cm-contact .ui-c .cp-1 { font-size: 1.6rem; font-weight: bold; text-transform: uppercase; }
  .cm-swra { padding: 1.2rem; }
  .cm-contact { width: 100%; }
  .cm-code { width: 100%; text-align: center; }
  .cm-messview { width: 100%; }
  .cm-messtable { width: 100%; }
  .cm-th .en span { font-size: 2.5rem; }
  .cm-sats .cns .stype1 .picwras { display: none; }
  .cm-sats .cns .stype1 .infwras { width: 100%; }
  .cm-sats .cns .stype1 .infwras .infwra { height: auto; margin: 0; padding: 0.8rem; }
  .cm-sats .cns .stype1 .infwras .infwra p { font-size: 1.2rem !important; }
  .cm-sats .cns .stype1 .infwras .infwra p * { font-size: 1.2rem !important; }
  .cm-sats .cns .stype2 .swiper-wrapper { padding: 0 0 3rem 0; }
  .cm-sats .cns .stype3, .cm-sats .cns .stype4, .cm-sats .cns .stype5 { margin: 0 0 0.8rem; background-color: #fff; -moz-border-radius: 6px 6px 6px 6px; -webkit-border-radius: 6px 6px 6px 6px; -o-border-radius: 6px 6px 6px 6px; border-radius: 6px 6px 6px 6px; }
  .cm-sats .cns .stype3 .picwras, .cm-sats .cns .stype4 .picwras, .cm-sats .cns .stype5 .picwras { width: 100%; }
  .cm-sats .cns .stype3 .picwras .picwra, .cm-sats .cns .stype4 .picwras .picwra, .cm-sats .cns .stype5 .picwras .picwra { height: 25vh; }
  .cm-sats .cns .stype3 .infwras, .cm-sats .cns .stype4 .infwras, .cm-sats .cns .stype5 .infwras { width: 100%; }
  .cm-sats .cns .stype3 .infwras .infwra, .cm-sats .cns .stype4 .infwras .infwra, .cm-sats .cns .stype5 .infwras .infwra { display: block; margin: 0; padding: 1.2rem 0; background: none; }
  .cm-sats .cns .stype3 .distable, .cm-sats .cns .stype4 .distable, .cm-sats .cns .stype5 .distable { height: auto; }
  .cm-sats .cns .stype3 .con p, .cm-sats .cns .stype4 .con p, .cm-sats .cns .stype5 .con p { font-size: 1.2rem; }
  .cm-sats .cns .stype3 .con p span, .cm-sats .cns .stype4 .con p span, .cm-sats .cns .stype5 .con p span { font-size: 1.2rem; }
  .c-hd1 { padding: 0 0 1.6rem 0; }
  .c-hd1 .en { line-height: normal; }
  .c-hd1 .en .tt { font-size: 1.8rem; text-transform: uppercase; }
  .c-hd1 .cn { line-height: normal; }
  .c-hd1 .cn .tt { font-size: 2rem; text-transform: uppercase; }
  .c-hd1 .cn b { height: 1px; margin: 1.4rem 0 0; }
  .ps-0 { padding: 2rem 0; }
  .ps-0 .wras ul li { width: 50%; background-color: #fff; }
  .ps-0 .wras ul li .ce-class .c-wras { height: auto; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit { width: 100%; height: 20vh; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit a { padding: 1rem; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit a .icon { display: inline-block; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit a .icon .iconfont { color: #212654; font-size: 3rem; font-weight: 200; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit a .tits { font-size: 1.2rem; }
  .ps-0 .wras ul li .ce-class .c-wras .c-tit a .font { color: #bbb; height: 2.2rem; line-height: 1.1rem; padding: 0 1rem; font-size: 0.9rem; text-transform: uppercase; }
  .ps-0 .wras ul li .ce-class .c-wras .c-list { display: none; width: 100%; height: 20vh; overflow-y: auto; }
  .ps-0 .wras ul li .ce-class .c-wras .c-list .lists { height: 20vh; }
  .ps-0 .wras ul li.oth { width: 50%; }
  .ps-0 .wras ul li.li1 .items { border-right: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; }
  .ps-0 .wras ul li.li2 .items { border-bottom: 1px solid #eeeeee; }
  .ps-0 .wras ul li.li3 { width: 100%; }
  .ps-0 .wras ul li.li3 .items { border-right: 1px solid #eeeeee; }
  .ps-0 .wras ul li.curr { width: 50%; }
  .ps-0 .wras ul li.curr .ce-class .c-wras .c-tit { display: none; }
  .ps-0 .wras ul li.curr .ce-class .c-wras .c-list { display: block; width: 100%; }
  .ps-0 .wras ul li.curr.li3 { width: 100%; }
  .ps-1 .infowras { width: 100%; }
  .ps-1 .infowras .infowra { height: auto; padding: 4rem 0; }
  .ps-1 .infowras .infowra .infowr { padding: 0; }
  .ps-1 .infowras .infowra .heds { margin: 0 0 1.5rem 0; }
  .ps-1 .infowras .infowra .heds .cn { color: #fff; }
  .ps-1 .infowras .infowra .heds .en { color: #fff; }
  .ps-1 .infowras .infowra .cons { padding: 1.8rem; background: url("../images/white80.png") repeat 0 0; -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; }
  .ps-1 .infowras .infowra .cons .con { font-size: 1.1rem; }
  .ps-1 .infowras .infowra .mors { padding: 3.5rem 0 0; text-align: center; }
  .ps-1 .infowras .infowra .mors a { color: #fff; height: auto; line-height: normal; font-size: 1.4rem; font-family: georgia; }
  .ps-1 .infowras .infowra .mors a .font { font-size: 1.2rem; }
  .ps-1 .infowras .infowra .mors a .line { font-size: 1.2rem; }
  .ps-1 .infowras .infowra .mors a .line b { height: 0.03rem; background-color: #fff; }
  .ps-1 .infowras .infowra .mors a .arror { font-size: 2rem; }
  .ps-1 .infowras .infowra .mors a .circle { display: none; }
  .ps-1 .picswras { display: none; }
  .ps-2 { padding: 4rem 0; }
  .ps-3 { padding: 5rem 0; }
  .ps-3 .en { line-height: 3rem; font-size: 2.5rem; }
  .ps-3 .cn { margin: 2rem 0 0; font-size: 1.4rem; }
  .ps-3 .sm { padding: 2rem 2rem; }
  .ps-3 .sm p { font-size: 1rem; }
  .ps-3 .mo a { width: 35%; padding: 0.6rem 0; border: 1px solid rgba(255, 255, 255, 0.4); }
  .ps-4 { padding: 4rem 0; }
  .ps-4 .swiper-slide .swiper-imgs { padding: 0 0 4rem 0; }
  .ps-4 .swiper-slide .swiper-imgs a .pics { padding: 0.8rem; }
  .ps-4 .swiper-slide .swiper-imgs a .pics .pic { height: 28vh; }
  .ps-4 .swiper-slide .swiper-imgs a .infs { padding: 0.8rem; }
  .ps-4 .swiper-slide .swiper-imgs a .infs .inf { height: 4.8rem; line-height: 1.6rem; font-size: 1.2rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .ps-4 .swiper-slide .swiper-imgs a .smys { display: none; }
  .ps-5 { padding: 4rem 0; }
  .ps-5 .swiper-slide .swiper-imgs a .img { height: 28vh; }
  .ps-5 .swiper-slide .swiper-imgs a .inf { padding: 1rem 0; }
  .ps-6 { padding: 4rem 0; }
  .ps-6 .swiper-slide .swiper-imgs a .pics .pic { height: 40vh; }
  .ps-6 .swiper-slide .swiper-imgs a .infs { padding: 1rem; font-size: 1.2rem; }
  .ps-7 { padding: 0 0; }
  .ps-7 .ui-c ul li { width: 100%; margin: 0 0 0.8rem 0; }
  .ps-7 .ui-c ul li a { height: auto; border-left: 0 none; border-right: 0 none; }
  .ps-7 .ui-c ul li a .lomow { display: none; }
  .ps-7 .ui-c ul li a .itemw { display: block; height: auto; }
  .ps-7 .ui-c ul li a .itemw .items { position: relative; height: auto; }
  .ps-7 .ui-c ul li a .itemw .items .item { padding: 2.5rem; }
  .ps-7 .ui-c ul li a .itemw .items .item .tis1 { font-size: 2rem; }
  .ps-7 .ui-c ul li a .itemw .items .item .tis2 { font-size: 1.1rem; }
  .ps-7 .ui-c ul li a .itemw .items .item .smy { font-size: 1.1rem; }
  .ps-7 .ui-c ul li.li1 a { border-left: 0 none; border-right: 0 none; }
  .ps-7 .ui-c ul li.li3 a { border-left: 0 none; border-right: 0 none; }
  .ps-8 { padding: 3rem 0; }
  .ps-8 .ui-c .tentmap { width: 100%; }
  .ps-8 .ui-c .tentmap #tentmap { height: 40vh; }
  .ps-8 .ui-c .tentmap .maps { margin: 0; padding: 0.8rem; }
  .ps-8 .ui-c .message { width: 100%; margin: 1rem 0 0; }
  .swiper-pagination-bullet { width: 0.6rem; height: 0.6rem; }
  .fs-34 { font-size: 2.3rem; }
  .lancn * { font-weight: 320; }
  .lancn #pg-banner .ui-c { height: 30vh; }
  .lancn #pg-banner .ui-c .items .cn { font-size: 2.4rem; text-transform: uppercase; }
  .lancn #pg-banner .ui-c .items .en { font-size: 1.2rem; }
  .lancn #pg-banner .ui-c .items .sm { font-size: 1rem; }
  .lanen * { font-weight: 340 !important; }
  .lanen .cm-show .cd-h h1 { line-height: 2.3rem; font-size: 1.7rem; text-transform: uppercase; }
  .lanen .cm-messview .ui-c p { padding: 0.2rem 0; }
  .lanen #pg-banner .ui-c { height: 30vh; }
  .lanen #pg-banner .ui-c .items .cn { font-size: 2.4rem; text-transform: uppercase; }
  .lanen #pg-banner .ui-c .items .en { display: none; }
  .lanen #pg-banner .ui-c .items .sm { font-size: 1rem; }
  .lanen .ps-3 .cn { display: none; } }
@media only screen and (min-width: 1080px) and (max-width: 1279px) { html { font-size: 14px; }
  .ly-ct { margin: 0 50px; }
  #pg-header .ui-c .navs { margin: 0 0 0 30px; }
  #pg-header .ui-c .navs .tits { padding: 0 12px; }
  #pg-header .ui-c .navs .tits a.name { font-size: 15px; }
  #pg-header .ui-c .search { display: none; }
  #pg-banner .ui-c { height: 300px; } }
@media only screen and (min-width: 1280px) and (max-width: 1439px) { html { font-size: 14px; }
  .ly-ct { margin: 0 50px; }
  #pg-header .ui-c .navs { margin: 0 0 0 30px; }
  #pg-header .ui-c .navs .tits { padding: 0 18px; }
  #pg-header .ui-c .navs .tits a.name { font-size: 15px; }
  #pg-banner .ui-c { height: 320px; } }
@media only screen and (min-width: 1440px) and (max-width: 1599px) { html { font-size: 14px; }
  .ly-ct { margin: 0 80px; }
  #pg-header .ui-c .navs { margin: 0 0 0 30px; }
  #pg-header .ui-c .navs .tits { padding: 0 15px; }
  #pg-header .ui-c .navs .tits a.name { font-size: 15px; }
  #pg-banner .ui-c { height: 340px; } }
@media only screen and (min-width: 1600px) { html { font-size: 14px; }
  .ly-ct { margin: 0 160px; } }

/*# sourceMappingURL=style.css.map */
