@charset "UTF-8";
/* 引入自定义设置 */
@-webkit-keyframes bounce-up { 25% { -webkit-transform: translateY(5px); }
  50%, 100% { -webkit-transform: translateY(0); }
  75% { -webkit-transform: translateY(-5px); } }
@keyframes bounce-up { 25% { transform: translateY(5px); }
  50%, 100% { transform: translateY(0); }
  75% { transform: translateY(-5px); } }
@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; }
@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); } }
/* 网站公共设置 */
.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: #f6f6f6; }

#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: #001443; 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: #001443; -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 { border-top: 3px solid #c42531; }
#pg-header .ui-c { position: relative; display: inline-block; width: 100%; }
#pg-header .ui-c .logos { display: inline-block; float: left; padding: 22px 0 22px 0; }
#pg-header .ui-c .logos .logo1, #pg-header .ui-c .logos .logo2 { width: 100%; text-align: center; }
#pg-header .ui-c .logos a { display: inline-block; }
#pg-header .ui-c .logos a img { height: 56px; }
#pg-header .ui-c .logos .logo2 { display: none; }
#pg-header .ui-c .navs { float: left; margin: 0 0 0 50px; }
#pg-header .ui-c .navs ul { display: inline-block; width: 100%; }
#pg-header .ui-c .navs li { position: relative; float: left; z-index: 300; }
#pg-header .ui-c .navs .tits { float: left; padding: 0 20px; }
#pg-header .ui-c .navs .tits a.name { color: #ffffff; display: block; height: 97px; line-height: 97px; font-size: 16px; text-align: center; z-index: 20; }
#pg-header .ui-c .navs .tits a.name:hover { color: #333; border-bottom: 3px solid #001443; text-decoration: none; }
#pg-header .ui-c .navs .items { display: none; clear: both; position: absolute; top: 97px; left: 0; width: 100%; margin: 0 0 0 0; background-color: #f4f4f4; z-index: 10; }
#pg-header .ui-c .navs .item { display: inline-block; width: 100%; padding: 10px 0; }
#pg-header .ui-c .navs .itm { width: 100%; float: left; }
#pg-header .ui-c .navs .itm a { color: #ffffff; display: block; padding: 3px 0; font-size: 14px; text-align: center; }
#pg-header .ui-c .joins { width: 70px; float: right; margin: 20px 0 0; }
#pg-header .ui-c .joins .tits a { display: inline-block; text-align: center; }
#pg-header .ui-c .joins .tits a .iconfont { display: inline-block; width: 36px; height: 36px; line-height: 36px; margin: 0 0 3px 0; font-size: 20px; font-weight: bold; text-align: center; -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 .joins .tits a .txt { display: inline-block; width: 100%; font-size: 12px; text-align: center; }
#pg-header .ui-c .search { float: right; margin: 28px 15px 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; }
#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.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 .vi-c .mwras a.searchbtn span.iconfont { color: #fff; display: inline-block; height: 1.4rem; line-height: 1.4rem; font-size: 1.4rem; }
#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.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 .vi-c .mwras a.menubtn span.iconfont { color: #fff; display: inline-block; height: 1.4rem; line-height: 1.4rem; font-size: 1.4rem; }
#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-i .ui-c .joins .tits a.name .iconfont { color: #001443; background-color: #ffffff; }
#pg-header.pg-i .ui-c .joins .tits a.name .txt { color: #ffffff; }
#pg-header.pg-w .ui-c, #pg-header.pg-o .ui-c, #pg-header.pg-f .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, #pg-header.pg-f .ui-c a.menubtn { display: none; }
#pg-header.pg-w .ui-c a.searchbtn, #pg-header.pg-o .ui-c a.searchbtn, #pg-header.pg-f .ui-c a.searchbtn { display: none; }
#pg-header.pg-w .ui-c .joins .tits a.name .iconfont, #pg-header.pg-o .ui-c .joins .tits a.name .iconfont, #pg-header.pg-f .ui-c .joins .tits a.name .iconfont { color: #ffffff; background-color: #001443; }
#pg-header.pg-w .ui-c .joins .tits a.name .txt, #pg-header.pg-o .ui-c .joins .tits a.name .txt, #pg-header.pg-f .ui-c .joins .tits a.name .txt { color: #333; }
#pg-header.pg-w .ui-c .logos .logo1, #pg-header.pg-o .ui-c .logos .logo1, #pg-header.pg-f .ui-c .logos .logo1 { display: none; }
#pg-header.pg-w .ui-c .logos .logo2, #pg-header.pg-o .ui-c .logos .logo2, #pg-header.pg-f .ui-c .logos .logo2 { display: inline-block; }
#pg-header.pg-w .ui-c .navs .tits a.name, #pg-header.pg-o .ui-c .navs .tits a.name, #pg-header.pg-f .ui-c .navs .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, #pg-header.pg-f .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, #pg-header.pg-f .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, #pg-header.pg-f .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, #pg-header.pg-f .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, #pg-header.pg-f .ui-c .search form .text { border: 1px solid #e5e5e5; }
#pg-header.pg-f { position: fixed; top: 0; left: 0; }

#pg-banners { width: 100%; float: left; }
#pg-banners .ly-ct { width: 100%; }
#pg-banners .ui-c { width: 100%; float: left; }
#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: 360px; background: url("../images/repeatbg1.png") repeat 0 0; 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; -moz-text-shadow: 1px 2px 2px rgba(1, 1, 2, 0.4); -webkit-text-shadow: 1px 2px 2px rgba(1, 1, 2, 0.4); -o-text-shadow: 1px 2px 2px rgba(1, 1, 2, 0.4); text-shadow: 1px 2px 2px rgba(1, 1, 2, 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 2px 2px rgba(1, 1, 2, 0.4); -webkit-text-shadow: 1px 2px 2px rgba(1, 1, 2, 0.4); -o-text-shadow: 1px 2px 2px rgba(1, 1, 2, 0.4); text-shadow: 1px 2px 2px rgba(1, 1, 2, 0.4); }
#pg-banner .ui-c .items .sm { color: #ffffff; position: relative; bottom: -600px; padding: 15px 0 0 0; transition: all 1.2s; -moz-text-shadow: 1px 2px 1px rgba(1, 1, 2, 0.4); -webkit-text-shadow: 1px 2px 1px rgba(1, 1, 2, 0.4); -o-text-shadow: 1px 2px 1px rgba(1, 1, 2, 0.4); text-shadow: 1px 2px 1px rgba(1, 1, 2, 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: 2px solid #001443; background-color: #ffffff; }
#pg-footer .ui-h { width: 100%; text-align: center; border-bottom: 1px solid #eec800; }
#pg-footer .ui-c { width: 100%; float: left; padding: 50px 0; }
#pg-footer .ui-c .linfos { width: 50%; float: left; }
#pg-footer .ui-c .linfos .info { display: inline-block; width: 100%; margin: 0 0 40px 0; }
#pg-footer .ui-c .linfos .info .cn { display: inline-block; width: 100%; font-size: 30px; font-weight: bold; }
#pg-footer .ui-c .linfos .info .en { color: #999; 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 b { color: #c42531; 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 { display: inline-block; width: 100%; padding: 2px 0; }
#pg-footer .ui-c .linfos .list ul li p b { display: inline-block; width: 2px; height: 14px; float: left; margin: 4px 6px 0 0; }
#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: #001443; }
#pg-footer .ui-c .rinfos { width: 50%; float: right; }
#pg-footer .ui-c .rinfos .titss { display: inline-block; width: 100%; padding: 0 0 30px 0; font-size: 24px; }
#pg-footer .ui-c .rinfos .list { display: inline-block; width: 100%; padding: 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 { 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 { font-size: 13px; }
#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: #ffffff; display: inline-block; width: 26px; height: 26px; line-height: 26px; font-size: 15px; text-align: center; background-color: #001443; -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 #eee; }
#pg-footer .ui-f .copyright { color: #999; 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 #f2f2f2; background-color: #ffffff; }
#pg-navs ul { display: inline-block; width: 100%; }
#pg-navs ul li { width: 33%; float: left; }
#pg-navs ul li .items { display: block; border-right: 1px solid #f2f2f2; }
#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 { 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: #555; line-height: 1rem; font-size: 1rem; font-weight: 380; }
#pg-navs ul li .items a:hover { text-decoration: none; }
#pg-navs ul li.i2 { width: 34%; }

#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: #ffd900; }
#win_navs .ui-m { display: table-cell; vertical-align: middle; }
#win_navs .ui-h { color: #001443; 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: #ffffff; display: inline-block; width: 100%; padding: 0.8rem 0; font-size: 1.2rem; font-weight: 360; text-align: center; background-color: #d53642; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; -o-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; }
#win_navs .lists ul li .tits a.name:hover { text-decoration: none; background-color: #c42531; }

.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 #001443; background-color: #001443; }
.pc-page table tr td.normal .unlink { color: #ffffff; border: 1px solid #001443; background-color: #001443; }

.section.section0 { background-color: #ffffff; }
.section.section1 { background-color: #ffffff; }
.section.section3 { background-image: url("../images/lomo5.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.section.section5 { background-image: url("../images/lomo11.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.section.section6 { background-color: #ffffff; }
.section.section6 .ly-ct { width: auto; margin: 0 10px; }
.section.section7 { background-image: url("../images/lomo8.png"); background-repeat: no-repeat; background-position: 0 top; }

.cm-layout-list { padding: 40px 0; }

.cm-layout-1 { border-bottom: 1px solid #f2f2f2; background-color: #ffffff; }

.cm-layout-2 { padding: 40px 0; }

.cm-layout-3 { padding: 40px 0 0; }
.cm-layout-3 .ly-cw { background-color: #ffffff; }

.cm-layout-4 { padding: 40px 0 40px; }
.cm-layout-4 .ly-cw { background-color: #ffffff; }

.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: #001443; }
.cm-message form .sin .submit:hover { color: #001443; 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 #f2f2f2; 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 #f2f2f2; }
.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 #f2f2f2; 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 #f2f2f2; }
.cm-pshow .s-hd .title { line-height: 20px; padding: 0 0 0 10px; border-left: 3px solid #001443; 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 { text-align: center; font-size: 1rem; }
.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; padding: 10px; 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: #001443; 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: 0 0 1rem 0; border: 1px solid #f2f2f2; 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 #f2f2f2; }
.cm-pshow .infwras .plist ul li a .items { display: inline-block; padding: 5px; background-color: #f3f5f8; 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: 0.5rem 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: 0 10px 0 0; }
.cm-pshow .infwras .pages ul li a { color: #ffffff; display: inline-block; padding: 6px 15px; font-size: 12px; background-color: #001443; -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: #001443; 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; width: 150px; height: 50px; line-height: 50px; font-size: 15px; text-align: center; }
.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: #001443; }
.cm-tclass .cdwra .cds .list ul li.curr a { color: #ffffff; background-color: #001443; }
.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 #f2f2f2; 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; 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: #001443; 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; }
.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; }
.cm-list .downslist ul li .items a .infswra .smy { color: #999; display: block; }
.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 #001443; background-color: #001443; }

.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-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 #f2f2f2; }

.cm-show { display: block; padding: 50px; border: 1px solid #f2f2f2; 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; padding: 15px; border: 1px solid #f2f2f2; }
.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-th { width: 100%; float: left; }
.cm-th .en { position: relative; float: left; }
.cm-th .en span { position: relative; color: #001443; float: left; font-size: 42px; font-weight: bold; z-index: 2; }
.cm-th .en b { position: absolute; bottom: 5px; left: 10%; width: 80%; 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 0 0; text-align: center; font-size: 1.1rem; }

.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: 15px 0 0; text-align: center; }
.cm-md a.more { display: block; width: 450px; margin: 0 auto; padding: 6px; text-align: center; }
.cm-md a.more font { display: block; padding: 10px 0; font-size: 14px; }

.cm-m1 a.more { color: #333; border: 1px solid #eec800; }
.cm-m1 a.more font { background-color: #ffd900; }
.cm-m1 a.more:hover { color: #ffffff; text-decoration: none; border: 1px solid #000332; }
.cm-m1 a.more:hover font { background-color: #001443; }

.cm-m2 a.more { color: #333; border: 1px solid #ffffff; }
.cm-m2 a.more font { background-color: #ffffff; }
.cm-m2 a.more:hover { text-decoration: none; border: 1px solid #eec800; }
.cm-m2 a.more:hover font { background-color: #ffd900; }

.pt-0 { display: inline-block; width: 100%; padding: 80px 0; }
.pt-0 .ui-c { position: relative; width: 100%; float: left; }
.pt-0 .ui-c .wras { width: 100%; float: left; }
.pt-0 .ui-c .wras ul { width: 100%; float: left; -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); }
.pt-0 .ui-c .wras ul li { width: 25%; float: left; overflow: hidden; transition: all 0.6s; }
.pt-0 .ui-c .wras ul li .ce-class { display: inline-block; width: 100%; padding: 0; border: 0 none; }
.pt-0 .ui-c .wras ul li .ce-class .c-wras { display: inline-block; width: 100%; height: 170px; }
.pt-0 .ui-c .wras ul li .ce-class .c-wras .c-tit { display: table; width: 100%; height: 170px; }
.pt-0 .ui-c .wras ul li .ce-class .c-wras .c-tit a { display: table-cell; padding: 22px 22px 25px; text-align: center; vertical-align: middle; }
.pt-0 .ui-c .wras ul li .ce-class .c-wras .c-tit a .jiahao { display: none; }
.pt-0 .ui-c .wras ul li .ce-class .c-wras .c-tit a .iconfont { font-size: 40px; }
.pt-0 .ui-c .wras ul li .ce-class .c-wras .c-tit a .tits { color: #666; display: block; margin: 0 0 6px 0; font-size: 18px; }
.pt-0 .ui-c .wras ul li .ce-class .c-wras .c-tit a .font { color: #999; display: block; font-size: 14px; }
.pt-0 .ui-c .wras ul li .ce-class .c-wras .c-tit a:hover { text-decoration: none; background-color: #001443; }
.pt-0 .ui-c .wras ul li .ce-class .c-wras .c-tit a:hover .iconfont { color: #ffffff; }
.pt-0 .ui-c .wras ul li .ce-class .c-wras .c-tit a:hover .tits { color: #ffffff; }
.pt-0 .ui-c .wras ul li .ce-class .c-wras .c-tit a:hover .font { color: #ffffff; }
.pt-0 .ui-c .wras ul li .ce-class .c-wras .c-list { display: none; width: 100%; }
.pt-0 .ui-c .wras ul li .ce-class .c-wras .c-list .lists { display: table; width: 100%; height: 170px; border-right: 1px solid #eee; background-color: #ffffff; }
.pt-0 .ui-c .wras ul li .ce-class .c-wras .c-list .lists .list { display: table-cell; padding: 20px; vertical-align: middle; background-color: #ffffff; }
.pt-0 .ui-c .wras ul li .ce-class .c-wras .c-list .lists .list a.sname { margin: 0 6px 0 0; }
.pt-0 .ui-c .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; }
.pt-0 .ui-c .wras ul li.curr { width: 52%; }
.pt-0 .ui-c .wras ul li.curr .ce-class .c-wras .c-tit { width: 40%; float: left; }
.pt-0 .ui-c .wras ul li.curr .ce-class .c-wras .c-tit a { text-decoration: none; background-color: #001443; }
.pt-0 .ui-c .wras ul li.curr .ce-class .c-wras .c-tit a .iconfont { color: #ffffff; }
.pt-0 .ui-c .wras ul li.curr .ce-class .c-wras .c-tit a .tits { color: #ffffff; }
.pt-0 .ui-c .wras ul li.curr .ce-class .c-wras .c-tit a .font { color: #ffffff; }
.pt-0 .ui-c .wras ul li.curr .ce-class .c-wras .c-list { display: inline-block; width: 60%; float: left; }
.pt-0 .ui-c .wras ul li.oth { width: 16%; }

.pt-1 { display: inline-block; width: 100%; padding: 20px 0 60px 0; }
.pt-1 .ui-w { display: inline-block; width: 100%; }
.pt-1 .ui-h { display: inline-block; width: 100%; margin: 0 0 60px 0; }
.pt-1 .ui-h .titles { width: 40%; float: left; }
.pt-1 .ui-h .titles .en { position: relative; display: block; font-weight: 450; }
.pt-1 .ui-h .titles .en .font { position: relative; display: inline-block; font-weight: 450; }
.pt-1 .ui-h .titles .en .font font { color: #001443; position: relative; padding: 0; line-height: 65px; font-size: 60px; font-weight: bold; text-transform: uppercase; z-index: 10; }
.pt-1 .ui-h .titles .en .font b { display: inline-block; position: absolute; bottom: 8px; left: 0; width: 100%; height: 16px; font-size: 0px; background-color: #ffd900; z-index: 0; }
.pt-1 .ui-h .titles .sm { color: #001443; display: block; font-size: 24px; font-weight: bold; text-transform: uppercase; }
.pt-1 .ui-h .conts { width: 60%; float: right; }
.pt-1 .ui-h .conts .cons { color: #333; font-size: 16px; }
.pt-1 .ui-c { display: inline-block; width: 100%; height: 650px; background-image: url("../images/partbg2.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.pt-1 .ui-c .list { width: 100%; float: left; }
.pt-1 .ui-c .list ul { width: 100%; float: left; }
.pt-1 .ui-c .list ul li { width: 33%; float: left; }
.pt-1 .ui-c .list ul li a { position: relative; display: block; height: 650px; }
.pt-1 .ui-c .list ul li a .lomow { position: absolute; bottom: 0; left: 0; width: 100%; background: url("../images/blue10.png") repeat 0 0; }
.pt-1 .ui-c .list ul li a .lomow .items { display: table; width: 100%; height: 650px; }
.pt-1 .ui-c .list 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; }
.pt-1 .ui-c .list 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; }
.pt-1 .ui-c .list ul li a .itemw { display: none; width: 100%; height: 650px; background-repeat: no-repeat; background-position: center bottom; background-size: cover; }
.pt-1 .ui-c .list ul li a .itemw .items { position: absolute; bottom: 0; left: 0; display: inline-block; width: 100%; }
.pt-1 .ui-c .list ul li a .itemw .items .item { display: block; padding: 30px 30px 60px; }
.pt-1 .ui-c .list ul li a .itemw .items .item .tis1 { color: #ffffff; display: block; font-size: 36px; font-weight: bold; }
.pt-1 .ui-c .list ul li a .itemw .items .item .tis2 { color: #ffffff; display: block; margin: 0 0 20px 0; font-size: 15px; }
.pt-1 .ui-c .list ul li a .itemw .items .item .smy { color: #ffffff; display: block; font-size: 15px; }
.pt-1 .ui-c .list ul li a:hover .lomow { display: none; }
.pt-1 .ui-c .list ul li a:hover .itemw { display: block; }
.pt-1 .ui-c .list ul li.li3 { width: 34%; }
.pt-1 .ui-f { display: block; padding: 1rem 0 1rem; }
.pt-1 .ui-f .list { width: 100%; }
.pt-1 .ui-f .list ul { display: inline-block; width: 100%; }
.pt-1 .ui-f .list ul li { width: 50%; float: left; }
.pt-1 .ui-f .list 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; }
.pt-1 .ui-f .list 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); }
.pt-1 .ui-f .list ul li .items p b { color: #ffffff; margin: 0 0.5rem 0 0; font-size: 1rem; font-weight: 400; }
.pt-1 .ui-f .list ul li:nth-child(odd) .items { margin: 0 0.2rem 0.4rem 0; }
.pt-1 .ui-f .list ul li:nth-child(even) .items { margin: 0 0 0.4rem 0.2rem; }
.pt-1 .ui-f .more { width: 100%; margin: 1rem 0 0; }
.pt-1 .ui-f .more a { color: #ffffff; display: block; padding: 0.8rem 0; font-size: 1rem; text-align: center; background-color: #c42531; }
.pt-1 .ui-f .more a:hover { background-color: #ffd900; }

.pt-2 { display: inline-block; width: 100%; padding: 80px 0 40px; }
.pt-2 .ui-c { position: relative; width: 100%; margin: 0 0 20px 0; overflow: hidden; }
.pt-2 .ui-c .swiper-slide .swiper-imgs { display: block; padding: 0 0 80px; }
.pt-2 .ui-c .swiper-slide .swiper-imgs a { display: inline-block; width: 100%; overflow: hidden; }
.pt-2 .ui-c .swiper-slide .swiper-imgs a .img { display: table; width: 100%; height: 550px; text-align: center; background-color: #001443; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.pt-2 .ui-c .swiper-slide .swiper-imgs a .img .txts { display: table-cell; padding: 10px; vertical-align: middle; background: url("../images/blue60.png") repeat 0 0; transition: all 0.6s; }
.pt-2 .ui-c .swiper-slide .swiper-imgs a .img .txts .txt { display: inline-block; padding: 15px 0; transition: all 0.6s; background: url("../images/transparent.png") repeat 0 0; }
.pt-2 .ui-c .swiper-slide .swiper-imgs a .img .txts .txt img { max-width: 90%; }
.pt-2 .ui-c .swiper-slide .swiper-imgs a .inf { color: #ffffff; display: block; padding: 25px 0; text-align: center; background-color: #001443; font-size: 20px; font-weight: bold; }
.pt-2 .ui-c .swiper-slide .swiper-imgs a:hover { text-decoration: none; }
.pt-2 .ui-c .swiper-slide .swiper-imgs a:hover .img .txts { background: url("../images/black10.png") repeat 0 0; }
.pt-2 .ui-c .swiper-slide .swiper-imgs a:hover .img .txts .txt { background: url("../images/blue60.png") repeat 0 0; }
.pt-2 .ui-c .swiper-slide .swiper-imgs a:hover .inf { background-color: #c42531; }
.pt-2 .cm-md { display: none; margin: 0 20px; }

.pt-3 { display: inline-block; width: 100%; padding: 80px 0; }
.pt-3 .ui-c { display: inline-block; width: 100%; }
.pt-3 .ui-c .swiper-container { padding: 0 0 4rem 0; }
.pt-3 .ui-c .swiper-slide .swiper-imgs { display: block; padding: 0 0.1rem; }
.pt-3 .ui-c .swiper-slide .swiper-imgs a.img { display: block; padding: 0.4rem; background: url("../images/black40.png") repeat 0 0; }
.pt-3 .ui-c .swiper-slide .swiper-imgs a.img .imc { display: block; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.pt-3 .ui-c .swiper-slide .swiper-imgs a.img .imc img { width: 100%; }
.pt-3 .ui-c .swiper-slide .swiper-imgs a.img:hover { text-decoration: none; }
.pt-3 .ui-c .swiper-slide .swiper-imgs .inf { color: #ffffff; display: block; padding: 0.8rem 0 1rem 0; font-size: 1rem; text-align: center; }
.pt-3 .comm-f { width: 98.3%; margin: 2rem 0.3rem 0; }

.pt-4 { display: inline-block; width: 100%; padding: 80px 0; }
.pt-4 .ui-c { display: block; overflow: hidden; }
.pt-4 .ui-c .swiper-slide .swiper-imgs { display: block; padding: 0 10px 80px; }
.pt-4 .ui-c .swiper-slide .swiper-imgs a { display: inline-block; width: 100%; overflow: hidden; background-color: #ffffff; -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }
.pt-4 .ui-c .swiper-slide .swiper-imgs a .pics { display: block; width: 100%; }
.pt-4 .ui-c .swiper-slide .swiper-imgs a .pics .pic { display: block; height: 240px; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.pt-4 .ui-c .swiper-slide .swiper-imgs a .infs { display: block; padding: 15px; font-size: 16px; }
.pt-4 .ui-c .swiper-slide .swiper-imgs a .smys { color: #888; display: block; padding: 0 15px 15px; font-size: 13px; }
.pt-4 .ui-c .swiper-slide .swiper-imgs a .lins { display: block; padding: 0 15px; }
.pt-4 .ui-c .swiper-slide .swiper-imgs a .lins b { display: inline-block; width: 60px; height: 2px; background-color: #001443; }
.pt-4 .ui-c .swiper-slide .swiper-imgs a .date { color: #999; display: block; padding: 15px; font-size: 12px; }
.pt-4 .ui-c .swiper-slide .swiper-imgs a:hover { text-decoration: none; }

.pt-5 { display: inline-block; width: 100%; padding: 80px 0; }
.pt-5 .ui-c { position: relative; width: 100%; overflow: hidden; }
.pt-5 .ui-c .join { width: 50%; float: left; }
.pt-5 .ui-c .join .img { display: block; height: 540px; -moz-border-radius: 5px 0px 0px 5px; -webkit-border-radius: 5px 0px 0px 5px; -o-border-radius: 5px 0px 0px 5px; border-radius: 5px 0px 0px 5px; overflow: hidden; }
.pt-5 .ui-c .list { width: 50%; float: right; background: url("../images/blue40.png") repeat 0 0; -moz-border-radius: 0px 5px 5px 0px; -webkit-border-radius: 0px 5px 5px 0px; -o-border-radius: 0px 5px 5px 0px; border-radius: 0px 5px 5px 0px; }
.pt-5 .ui-c .list ul li { width: 50%; float: left; }
.pt-5 .ui-c .list ul li .items { display: table; width: 100%; height: 180px; }
.pt-5 .ui-c .list ul li .items .item { display: table-cell; vertical-align: middle; }
.pt-5 .ui-c .list ul li .items .item .pics { display: block; text-align: center; }
.pt-5 .ui-c .list ul li .items .item .pics .pic { display: block; }
.pt-5 .ui-c .list ul li .items .item .pics .pic img { max-height: 50px; }
.pt-5 .ui-c .list ul li .items .item .infos { color: #ffffff; display: block; margin: 10px 0 0; text-align: center; }
.pt-5 .ui-c .list ul li .items .item .infos .info { display: block; }
.pt-5 .ui-c .list ul li .items .item .infos .info .tit1 { display: block; font-size: 16px; font-weight: 360; text-align: center; }
.pt-5 .ui-c .list ul li .items .item .infos .info .tit2 { display: block; font-size: 12px; text-align: center; }
.pt-5 .ui-c .list ul li .items .item .infos .info .tit3 { display: block; text-align: center; }
.pt-5 .ui-c .list ul li.i1 .items, .pt-5 .ui-c .list ul li.i3 .items { background: url("../images/white20.png") repeat-y right 0; }
.pt-5 .ui-c .list ul li.i1 .items .item, .pt-5 .ui-c .list ul li.i3 .items .item { background: url("../images/white20.png") repeat-x right bottom; }
.pt-5 .ui-c .list ul li.i2 .items .item, .pt-5 .ui-c .list ul li.i4 .items .item { background: url("../images/white20.png") repeat-x right bottom; }
.pt-5 .ui-c .list ul li.i5 .items { background: url("../images/white20.png") repeat-y right 0; }

.pt-6 { display: inline-block; width: 100%; padding: 80px 0; }
.pt-6 .ui-c { position: relative; width: 100%; overflow: hidden; }
.pt-6 .ui-c .swiper-slide { margin: 0; padding: 0 0 80px; }
.pt-6 .ui-c .swiper-slide .swiper-imgs { display: block; }
.pt-6 .ui-c .swiper-slide .swiper-imgs a { display: inline-block; width: 100%; overflow: hidden; background-color: #001443; }
.pt-6 .ui-c .swiper-slide .swiper-imgs a .pics { display: block; overflow: hidden; }
.pt-6 .ui-c .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; }
.pt-6 .ui-c .swiper-slide .swiper-imgs a .infs { color: #ffffff; display: block; padding: 15px; font-size: 16px; }
.pt-6 .ui-c .swiper-slide .swiper-imgs a:hover { text-decoration: none; }
.pt-6 .ui-c .swiper-slide .swiper-imgs a:hover .pics .pic { transform: scale(1.1); filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; }

.pt-7 { display: inline-block; width: 100%; padding: 80px 0; }
.pt-7 .ui-m { display: inline-block; width: 100%; }
.pt-7 .ui-c { position: relative; width: 100%; float: left; z-index: 20; }
.pt-7 .ui-c .tentmap { width: 50%; float: left; }
.pt-7 .ui-c .tentmap .maps { display: block; margin: 0 15px 0 0; padding: 13px; border: 1px solid #eee; background-color: #ffffff; }
.pt-7 .ui-c .tentmap #tentmap { width: 100%; height: 420px; }
.pt-7 .ui-c .message { width: 50%; float: right; }
.pt-7 .ui-c .cm-message form .sin .lab { display: block; }
.pt-7 .ui-c .cm-message form .sin .lab i { font-style: normal; }

.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; }
  #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 { 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.5); }
  #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.5); }
  #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-banner .ui-c { height: 25vh; }
  #pg-banner .ui-c .items .cn { font-size: 2rem; }
  #pg-footer { padding: 0 0 5rem 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 .copyright { text-align: left; }
  #pg-navs { display: block; }
  #win_fix { display: none; }
  .ly-cw { margin: 0 0.8rem; }
  .ly-cc { margin: 0 0.8rem; }
  .section.section0 { background: none; }
  .section.section7 { background-size: 60% auto; }
  .pc-page table tr td a, .pc-page table tr td .unlink { width: auto; padding: 0.3rem 0.6rem; font-size: 0.85rem; }
  .cm-layout-1 { border: 0 none; background: none; }
  .cm-layout-2 { padding: 0 0 1rem; }
  .cm-layout-3 { margin: 1rem 0 0.6rem 0; padding: 0 0 0; }
  .cm-layout-4 { margin: 1rem 0 0.6rem 0; padding: 0 0 0; }
  .cm-layout-list { margin: 0 0 0; padding: 0 0 0; }
  .cm-layout-list .ly-cw { margin: 0 0.5rem 0; }
  .cm-search { padding: 2rem 0; }
  .cm-show { padding: 1rem; }
  .cm-hd { padding: 0 0 1.5rem 0; }
  .cm-md { margin: 1.5rem 0 0; }
  .cm-md a.more { width: auto !important; padding: 0.3rem; }
  .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.5rem 1rem; }
  .cm-con { display: block; }
  .cm-con * { font-size: 1.2rem; }
  .cm-con table tr td { padding: 1rem; }
  .cm-tclass .cdwra .cds .list { padding: 1rem 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.6rem 1.2rem; font-size: 1.1rem; border: 1px solid #eee; border: 1px solid #f2f2f2; background-color: #fff; }
  .cm-pshow .picwras { width: 100%; }
  .cm-pshow .picwras .items .item { height: 40vh; padding: 2rem; }
  .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-swra { padding: 1rem; }
  .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; }
  .pt-0 { padding: 3rem 0; }
  .pt-0 .ui-c .wras ul li { width: 50%; background-color: #fff; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras { height: auto; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-tit { width: 100%; height: 20vh; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-tit a { padding: 1rem; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-tit a .tits { font-size: 1.1rem; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-tit a .font { font-size: 1rem; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-tit a .iconfont { font-size: 2.6rem; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-list { display: none; width: 100%; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-list .lists { height: 20vh; }
  .pt-0 .ui-c .wras ul li.li1 .items { border-right: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; }
  .pt-0 .ui-c .wras ul li.li2 .items { border-bottom: 1px solid #eeeeee; }
  .pt-0 .ui-c .wras ul li.li3 .items { border-right: 1px solid #eeeeee; }
  .pt-0 .ui-c .wras ul li.curr { width: 50%; }
  .pt-0 .ui-c .wras ul li.curr .ce-class .c-wras .c-tit { display: none; }
  .pt-0 .ui-c .wras ul li.curr .ce-class .c-wras .c-list { display: block; }
  .pt-0 .ui-c .wras ul li.oth { width: 50%; }
  .pt-0 .ui-c .wras ul li.oth { width: 50%; }
  .pt-1 { padding: 3rem 0; }
  .pt-1 .ui-h { margin: 0 0 1rem 0; }
  .pt-1 .ui-h .titles { width: 100%; margin: 0 0 1rem 0; }
  .pt-1 .ui-h .titles .en .font font { font-size: 3rem; }
  .pt-1 .ui-h .titles .sm { font-size: 1rem; }
  .pt-1 .ui-h .conts { width: 100%; }
  .pt-1 .ui-c { height: auto; background: none; }
  .pt-1 .ui-c .list ul li { width: 50%; }
  .pt-1 .ui-c .list ul li.li2 { width: 100%; margin: 0 0 0.6rem 0; }
  .pt-1 .ui-c .list ul li.li3 { width: 100%; margin: 0 0 0.6rem 0; }
  .pt-1 .ui-c .list ul li.li4 { width: 100%; }
  .pt-1 .ui-c .list ul li a { height: 25vh; }
  .pt-1 .ui-c .list ul li a .lomow { display: none; }
  .pt-1 .ui-c .list ul li a .lomow .items { height: 25vh; }
  .pt-1 .ui-c .list ul li a .itemw { display: block; height: 25vh; }
  .pt-1 .ui-c .list ul li a .itemw .items .item { padding: 1.5rem; }
  .pt-1 .ui-c .list ul li a .itemw .items .item .tis1 { font-size: 2rem; }
  .pt-1 .ui-c .list ul li a .itemw .items .item .tis2 { font-size: 1rem; }
  .pt-1 .ui-c .list ul li a .itemw .items .item .smy { font-size: 1rem; }
  .pt-2 { padding: 3rem 0 0; }
  .pt-2 .ui-c .swiper-slide .swiper-imgs a .img { height: 40vh; }
  .pt-2 .ui-c .swiper-slide .swiper-imgs a .inf { padding: 1rem 0; font-size: 1.2rem; }
  .pt-3 { padding: 3rem 0; }
  .pt-3 .ui-c .swiper-slide .swiper-imgs a.img { padding: 0; background: none; }
  .pt-4 { padding: 3rem 0; }
  .pt-4 .ui-c .swiper-slide .swiper-imgs a .pics .pic { height: 25vh; }
  .pt-4 .ui-c .swiper-slide .swiper-imgs a .infs { font-size: 1.2rem; }
  .pt-4 .ui-c .swiper-slide .swiper-imgs a .smys { display: none; }
  .pt-4 .ui-c .swiper-slide .swiper-imgs a .lins { display: none; }
  .pt-5 { padding: 3rem 0; }
  .pt-5 .ui-c .join { display: none; }
  .pt-5 .ui-c .list { width: 100%; }
  .pt-5 .ui-c .list ul li .items { height: 25vh; }
  .pt-5 .ui-c .list ul li .items .item { padding: 0 2rem; }
  .pt-5 .ui-c .list ul li .items .item .pics .pic img { max-width: 2rem; }
  .pt-5 .ui-c .list ul li .items .item .infos .info .tit1 { margin: 0 0 0.6rem 0; }
  .pt-5 .ui-c .list ul li .items .item .infos .info .tit2 { margin: 0 0 0.6rem 0; }
  .pt-6 { padding: 3rem 0; }
  .pt-6 .ui-c .swiper-slide .swiper-imgs a .pics .pic { height: 25vh; }
  .pt-7 { padding: 3rem 0; }
  .pt-7 .ui-c .tentmap { width: 100%; }
  .pt-7 .ui-c .tentmap #tentmap { height: 40vh; }
  .pt-7 .ui-c .tentmap .maps { margin: 0; padding: 1rem; }
  .pt-7 .ui-c .message { width: 100%; margin: 1rem 0 0; } }
@media only screen and (min-width: 640px) and (max-width: 959px) { html { font-size: 14px; }
  #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 { 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.5); }
  #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.5); }
  #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-banner .ui-c { height: 25vh; }
  #pg-banner .ui-c .items .cn { font-size: 2rem; }
  #pg-footer { padding: 0 0 5rem 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 .copyright { text-align: left; }
  #pg-navs { display: block; }
  #win_fix { display: none; }
  .ly-cw { margin: 0 0.8rem; }
  .ly-cc { margin: 0 0.8rem; }
  .section.section0 { background: none; }
  .section.section7 { background-size: 60% auto; }
  .pc-page table tr td a, .pc-page table tr td .unlink { width: auto; padding: 0.3rem 0.6rem; font-size: 0.85rem; }
  .cm-layout-1 { border: 0 none; background: none; }
  .cm-layout-2 { padding: 0 0 1rem; }
  .cm-layout-3 { margin: 1rem 0 0.6rem 0; padding: 0 0 0; }
  .cm-layout-4 { margin: 1rem 0 0.6rem 0; padding: 0 0 0; }
  .cm-layout-list { margin: 0 0 0; padding: 0 0 0; }
  .cm-layout-list .ly-cw { margin: 0 0.5rem 0; }
  .cm-search { padding: 2rem 0; }
  .cm-show { padding: 1rem; }
  .cm-hd { padding: 0 0 1.5rem 0; }
  .cm-md { margin: 1.5rem 0 0; }
  .cm-md a.more { width: auto !important; padding: 0.3rem; }
  .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.5rem 1rem; }
  .cm-con { display: block; }
  .cm-con * { font-size: 1.2rem; }
  .cm-con table tr td { padding: 1rem; }
  .cm-tclass .cdwra .cds .list { padding: 1rem 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.6rem 1.2rem; font-size: 1.1rem; border: 1px solid #eee; border: 1px solid #f2f2f2; background-color: #fff; }
  .cm-pshow .picwras { width: 100%; }
  .cm-pshow .picwras .items .item { height: 40vh; padding: 2rem; }
  .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-swra { padding: 1rem; }
  .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; }
  .pt-0 { padding: 3rem 0; }
  .pt-0 .ui-c .wras ul li { width: 50%; background-color: #fff; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras { height: auto; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-tit { width: 100%; height: 20vh; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-tit a { padding: 1rem; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-tit a .tits { font-size: 1.1rem; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-tit a .font { font-size: 1rem; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-tit a .iconfont { font-size: 2.6rem; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-list { display: none; width: 100%; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-list .lists { height: 20vh; }
  .pt-0 .ui-c .wras ul li.li1 .items { border-right: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; }
  .pt-0 .ui-c .wras ul li.li2 .items { border-bottom: 1px solid #eeeeee; }
  .pt-0 .ui-c .wras ul li.li3 .items { border-right: 1px solid #eeeeee; }
  .pt-0 .ui-c .wras ul li.curr { width: 50%; }
  .pt-0 .ui-c .wras ul li.curr .ce-class .c-wras .c-tit { display: none; }
  .pt-0 .ui-c .wras ul li.curr .ce-class .c-wras .c-list { display: block; }
  .pt-0 .ui-c .wras ul li.oth { width: 50%; }
  .pt-0 .ui-c .wras ul li.oth { width: 50%; }
  .pt-1 { padding: 3rem 0; }
  .pt-1 .ui-h { margin: 0 0 1rem 0; }
  .pt-1 .ui-h .titles { width: 100%; margin: 0 0 1rem 0; }
  .pt-1 .ui-h .titles .en .font font { font-size: 3rem; }
  .pt-1 .ui-h .titles .sm { font-size: 1rem; }
  .pt-1 .ui-h .conts { width: 100%; }
  .pt-1 .ui-c { height: auto; background: none; }
  .pt-1 .ui-c .list ul li { width: 50%; }
  .pt-1 .ui-c .list ul li.li2 { width: 100%; margin: 0 0 0.6rem 0; }
  .pt-1 .ui-c .list ul li.li3 { width: 100%; margin: 0 0 0.6rem 0; }
  .pt-1 .ui-c .list ul li.li4 { width: 100%; }
  .pt-1 .ui-c .list ul li a { height: 25vh; }
  .pt-1 .ui-c .list ul li a .lomow { display: none; }
  .pt-1 .ui-c .list ul li a .lomow .items { height: 25vh; }
  .pt-1 .ui-c .list ul li a .itemw { display: block; height: 25vh; }
  .pt-1 .ui-c .list ul li a .itemw .items .item { padding: 1.5rem; }
  .pt-1 .ui-c .list ul li a .itemw .items .item .tis1 { font-size: 2rem; }
  .pt-1 .ui-c .list ul li a .itemw .items .item .tis2 { font-size: 1rem; }
  .pt-1 .ui-c .list ul li a .itemw .items .item .smy { font-size: 1rem; }
  .pt-2 { padding: 3rem 0 0; }
  .pt-2 .ui-c .swiper-slide .swiper-imgs a .img { height: 40vh; }
  .pt-2 .ui-c .swiper-slide .swiper-imgs a .inf { padding: 1rem 0; font-size: 1.2rem; }
  .pt-3 { padding: 3rem 0; }
  .pt-3 .ui-c .swiper-slide .swiper-imgs a.img { padding: 0; background: none; }
  .pt-4 { padding: 3rem 0; }
  .pt-4 .ui-c .swiper-slide .swiper-imgs a .pics .pic { height: 25vh; }
  .pt-4 .ui-c .swiper-slide .swiper-imgs a .infs { font-size: 1.2rem; }
  .pt-4 .ui-c .swiper-slide .swiper-imgs a .smys { display: none; }
  .pt-4 .ui-c .swiper-slide .swiper-imgs a .lins { display: none; }
  .pt-5 { padding: 3rem 0; }
  .pt-5 .ui-c .join { display: none; }
  .pt-5 .ui-c .list { width: 100%; }
  .pt-5 .ui-c .list ul li .items { height: 25vh; }
  .pt-5 .ui-c .list ul li .items .item { padding: 0 2rem; }
  .pt-5 .ui-c .list ul li .items .item .pics .pic img { max-width: 2rem; }
  .pt-5 .ui-c .list ul li .items .item .infos .info .tit1 { margin: 0 0 0.6rem 0; }
  .pt-5 .ui-c .list ul li .items .item .infos .info .tit2 { margin: 0 0 0.6rem 0; }
  .pt-6 { padding: 3rem 0; }
  .pt-6 .ui-c .swiper-slide .swiper-imgs a .pics .pic { height: 25vh; }
  .pt-7 { padding: 3rem 0; }
  .pt-7 .ui-c .tentmap { width: 100%; }
  .pt-7 .ui-c .tentmap #tentmap { height: 40vh; }
  .pt-7 .ui-c .tentmap .maps { margin: 0; padding: 1rem; }
  .pt-7 .ui-c .message { width: 100%; margin: 1rem 0 0; } }
@media only screen and (min-width: 960px) and (max-width: 1079px) { html { font-size: 14px; }
  #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 { 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.5); }
  #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.5); }
  #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-banner .ui-c { height: 25vh; }
  #pg-banner .ui-c .items .cn { font-size: 2rem; }
  #pg-footer { padding: 0 0 5rem 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 .copyright { text-align: left; }
  #pg-navs { display: block; }
  #win_fix { display: none; }
  .ly-cw { margin: 0 0.8rem; }
  .ly-cc { margin: 0 0.8rem; }
  .section.section0 { background: none; }
  .section.section7 { background-size: 60% auto; }
  .pc-page table tr td a, .pc-page table tr td .unlink { width: auto; padding: 0.3rem 0.6rem; font-size: 0.85rem; }
  .cm-layout-1 { border: 0 none; background: none; }
  .cm-layout-2 { padding: 0 0 1rem; }
  .cm-layout-3 { margin: 1rem 0 0.6rem 0; padding: 0 0 0; }
  .cm-layout-4 { margin: 1rem 0 0.6rem 0; padding: 0 0 0; }
  .cm-layout-list { margin: 0 0 0; padding: 0 0 0; }
  .cm-layout-list .ly-cw { margin: 0 0.5rem 0; }
  .cm-search { padding: 2rem 0; }
  .cm-show { padding: 1rem; }
  .cm-hd { padding: 0 0 1.5rem 0; }
  .cm-md { margin: 1.5rem 0 0; }
  .cm-md a.more { width: auto !important; padding: 0.3rem; }
  .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.5rem 1rem; }
  .cm-con { display: block; }
  .cm-con * { font-size: 1.2rem; }
  .cm-con table tr td { padding: 1rem; }
  .cm-tclass .cdwra .cds .list { padding: 1rem 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.6rem 1.2rem; font-size: 1.1rem; border: 1px solid #eee; border: 1px solid #f2f2f2; background-color: #fff; }
  .cm-pshow .picwras { width: 100%; }
  .cm-pshow .picwras .items .item { height: 40vh; padding: 2rem; }
  .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-swra { padding: 1rem; }
  .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; }
  .pt-0 { padding: 3rem 0; }
  .pt-0 .ui-c .wras ul li { width: 50%; background-color: #fff; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras { height: auto; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-tit { width: 100%; height: 20vh; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-tit a { padding: 1rem; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-tit a .tits { font-size: 1.1rem; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-tit a .font { font-size: 1rem; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-tit a .iconfont { font-size: 2.6rem; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-list { display: none; width: 100%; }
  .pt-0 .ui-c .wras ul li.li .ce-class .c-wras .c-list .lists { height: 20vh; }
  .pt-0 .ui-c .wras ul li.li1 .items { border-right: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; }
  .pt-0 .ui-c .wras ul li.li2 .items { border-bottom: 1px solid #eeeeee; }
  .pt-0 .ui-c .wras ul li.li3 .items { border-right: 1px solid #eeeeee; }
  .pt-0 .ui-c .wras ul li.curr { width: 50%; }
  .pt-0 .ui-c .wras ul li.curr .ce-class .c-wras .c-tit { display: none; }
  .pt-0 .ui-c .wras ul li.curr .ce-class .c-wras .c-list { display: block; }
  .pt-0 .ui-c .wras ul li.oth { width: 50%; }
  .pt-0 .ui-c .wras ul li.oth { width: 50%; }
  .pt-1 { padding: 3rem 0; }
  .pt-1 .ui-h { margin: 0 0 1rem 0; }
  .pt-1 .ui-h .titles { width: 100%; margin: 0 0 1rem 0; }
  .pt-1 .ui-h .titles .en .font font { font-size: 3rem; }
  .pt-1 .ui-h .titles .sm { font-size: 1rem; }
  .pt-1 .ui-h .conts { width: 100%; }
  .pt-1 .ui-c { height: auto; background: none; }
  .pt-1 .ui-c .list ul li { width: 50%; }
  .pt-1 .ui-c .list ul li.li2 { width: 100%; margin: 0 0 0.6rem 0; }
  .pt-1 .ui-c .list ul li.li3 { width: 100%; margin: 0 0 0.6rem 0; }
  .pt-1 .ui-c .list ul li.li4 { width: 100%; }
  .pt-1 .ui-c .list ul li a { height: 25vh; }
  .pt-1 .ui-c .list ul li a .lomow { display: none; }
  .pt-1 .ui-c .list ul li a .lomow .items { height: 25vh; }
  .pt-1 .ui-c .list ul li a .itemw { display: block; height: 25vh; }
  .pt-1 .ui-c .list ul li a .itemw .items .item { padding: 1.5rem; }
  .pt-1 .ui-c .list ul li a .itemw .items .item .tis1 { font-size: 2rem; }
  .pt-1 .ui-c .list ul li a .itemw .items .item .tis2 { font-size: 1rem; }
  .pt-1 .ui-c .list ul li a .itemw .items .item .smy { font-size: 1rem; }
  .pt-2 { padding: 3rem 0 0; }
  .pt-2 .ui-c .swiper-slide .swiper-imgs a .img { height: 40vh; }
  .pt-2 .ui-c .swiper-slide .swiper-imgs a .inf { padding: 1rem 0; font-size: 1.2rem; }
  .pt-3 { padding: 3rem 0; }
  .pt-3 .ui-c .swiper-slide .swiper-imgs a.img { padding: 0; background: none; }
  .pt-4 { padding: 3rem 0; }
  .pt-4 .ui-c .swiper-slide .swiper-imgs a .pics .pic { height: 25vh; }
  .pt-4 .ui-c .swiper-slide .swiper-imgs a .infs { font-size: 1.2rem; }
  .pt-4 .ui-c .swiper-slide .swiper-imgs a .smys { display: none; }
  .pt-4 .ui-c .swiper-slide .swiper-imgs a .lins { display: none; }
  .pt-5 { padding: 3rem 0; }
  .pt-5 .ui-c .join { display: none; }
  .pt-5 .ui-c .list { width: 100%; }
  .pt-5 .ui-c .list ul li .items { height: 25vh; }
  .pt-5 .ui-c .list ul li .items .item { padding: 0 2rem; }
  .pt-5 .ui-c .list ul li .items .item .pics .pic img { max-width: 2rem; }
  .pt-5 .ui-c .list ul li .items .item .infos .info .tit1 { margin: 0 0 0.6rem 0; }
  .pt-5 .ui-c .list ul li .items .item .infos .info .tit2 { margin: 0 0 0.6rem 0; }
  .pt-6 { padding: 3rem 0; }
  .pt-6 .ui-c .swiper-slide .swiper-imgs a .pics .pic { height: 25vh; }
  .pt-7 { padding: 3rem 0; }
  .pt-7 .ui-c .tentmap { width: 100%; }
  .pt-7 .ui-c .tentmap #tentmap { height: 40vh; }
  .pt-7 .ui-c .tentmap .maps { margin: 0; padding: 1rem; }
  .pt-7 .ui-c .message { width: 100%; margin: 1rem 0 0; } }
@media only screen and (min-width: 1080px) and (max-width: 1279px) { html { font-size: 14px; }
  .ly-ct { width: 960px; }
  #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 { width: 1080px; }
  #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-header .ui-c .search { display: none; }
  #pg-banner .ui-c { height: 320px; } }
@media only screen and (min-width: 1440px) and (max-width: 1599px) { html { font-size: 14px; }
  .ly-ct { width: 1280px; }
  #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 { width: 1440px; } }

/*# sourceMappingURL=style.css.map */
