@charset "UTF-8";
/* 引入自定义设置 */
@keyframes bounce-up { 25% { transform: translateY(5px); }
  50%, 100% { transform: translateY(0); }
  75% { transform: translateY(-5px); } }
@keyframes bounce-right { 25% { transform: translateX(5px); }
  50%, 100% { transform: translateX(0); }
  75% { transform: translateX(-5px); } }
@font-face { font-family: Oswald-Regular; src: url("../fonts/Oswald-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; }
@font-face { font-family: sbsc; src: url("../fonts/SolanoGothicRetroMVB-SbCap.eot"); src: url("../fonts/SolanoGothicRetroMVB-SbCap.eot?#iefix") format("embedded-opentype"), url("../fonts/SolanoGothicRetroMVB-SbCap.woff") format("woff"), url("../fonts/SolanoGothicRetroMVB-SbCap.woff2") format("woff2"), url("../fonts/SolanoGothicRetroMVB-SbCap.ttf") format("truetype"), url("../fonts/SolanoGothicRetroMVB-SbCap.svg") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'poppins'; src: url(../fonts/poppins/poppins-regular.eot); src: url(../fonts/poppins/poppins-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/poppins/poppins-regular.woff) format("woff"), url(../fonts/poppins/poppins-regular.woff2) format("woff2"), url(../fonts/poppins/poppins-regular.ttf) format("truetype"); font-weight: normal; font-style: normal; }
@font-face { font-family: "Futura-Light"; src: url("../fonts/Futura-Light.woff2"); }
@font-face { font-family: "Futura-Medium"; src: url("../fonts/Futura-Medium.woff2"); }
@font-face { font-family: "Montserrat-Bold"; src: url("../fonts/Montserrat-Bold.otf"); }
@keyframes quan { 0% { transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); }
  100% { transform: rotate(360deg); -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); } }
@keyframes run { 0% { background-size: 100%; }
  50% { background-size: 120%; }
  100% { background-size: 100%; } }
@keyframes waveMove { 0% { background-position: 0 0; }
  100% { background-position: -1044px 0; } }
@keyframes rotate { from { transform: rotate(0deg); }
  to { transform: rotate(360deg); } }
@keyframes jump { 0% { transform: translateY(0); }
  50% { transform: translateY(-60px); }
  100% { transform: translateY(0); } }
@keyframes pulse { 0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); } }
@keyframes expand { 0% { opacity: 0; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
  100% { opacity: 0; transform: scale(1.4); } }
/* 滚动条美化 */
::-webkit-scrollbar { position: fixed; top: 0; right: 0; width: 4px; height: 4px; background-color: #000000; }

/* 滚动条美化 阴影~圆角*/
::-webkit-scrollbar-track { border-radius: 10px; background-color: #000000; }

/* 滚动条美化 滑块 阴影~圆角*/
::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #c80000; }

/* 网站公共设置 */
.fn-clear { clear: both; width: 0px; height: 0px; font-size: 0px; }

.fn-fl { float: left !important; }

.fn-fr { float: right !important; }

.fn-tac { text-align: center !important; }

.fn-db { display: table; }

.fn-dbc { display: table-cell; vertical-align: middle; }

.table-cell { display: table-cell; vertical-align: middle; }

html, body { overflow-x: hidden; }

#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: #f0590e; text-decoration: underline; }

#pg-headers, #pg-banners, #pg-banneri, #pg-middles, #pg-footers, #pg-wapnavs { position: relative; width: 100%; float: left; }

#pg-headers { z-index: 790; }

#pg-banners { z-index: 786; }

#pg-banneri { z-index: 780; }

#pg-middles { z-index: 770; }

#pg-footers { z-index: 770; }

#pg-wapnavs { z-index: 770; }

.ly-ct { width: 1360px; margin: 0 auto; }

.ly-mi { position: relative; display: inline-block; width: 100%; z-index: 400; }

.cc-red { color: #d00; }

.cc-blue { color: #f0590e; }

/* 覆盖 */
.swiper-pagination-bullet { width: 14px; background-color: #032953; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }

.swiper-pagination-bullet-active { background-color: #f0590e; }

/* 当前主体样式 */
#pg-headers .ui-h { position: relative; width: 100%; background-color: #032953; z-index: 100; }
#pg-headers .ui-h .tinfo { float: left; }
#pg-headers .ui-h .tinfo .txts { color: #fff; display: flex; height: 35px; font-size: 12px; align-items: center; justify-content: center; }
#pg-headers .ui-h .cinfo { float: right; }
#pg-headers .ui-h .cinfo ul { float: left; border-right: 1px solid rgba(255, 255, 255, 0.2); }
#pg-headers .ui-h .cinfo ul li { color: #fff; display: flex; height: 35px; float: left; padding: 0 15px; font-size: 12px; font-family: arial; border-left: 1px solid rgba(255, 255, 255, 0.2); align-items: center; justify-content: center; }
#pg-headers .ui-h .cinfo ul li .iconfont { color: #fff; position: relative; float: left; margin: 0 4px 0 0; }
#pg-headers .ui-c { position: relative; display: inline-block; width: 100%; background-color: #fff; -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); z-index: 100; }
#pg-headers .ui-c .menuwra { display: none; float: right; }
#pg-headers .ui-c .menuwra a { display: flex; width: 95px; height: 100px; background-color: #eee; align-items: center; justify-content: center; }
#pg-headers .ui-c .menuwra a .iconfont { color: #f0590e; font-size: 24px; }
#pg-headers .ui-c .menuwra a:hover { background-color: #f0590e; }
#pg-headers .ui-c .menuwra a:hover .iconfont { color: #fff; }
#pg-headers .ui-c .searwra { float: right; }
#pg-headers .ui-c .searwra a { display: flex; width: 95px; height: 100px; text-align: center; background-color: #ffffff; align-items: center; justify-content: center; }
#pg-headers .ui-c .searwra a .iconfont { color: #f0590e; font-size: 24px; }
#pg-headers .ui-c .searwra a:hover { background-color: #f0590e; }
#pg-headers .ui-c .searwra a:hover .iconfont { color: #fff; }
#pg-headers .ui-c .logos { display: flex; height: 100px; float: left; align-items: center; justify-content: center; }
#pg-headers .ui-c .logos a.logo { float: left; }
#pg-headers .ui-c .logos a.logo a { display: inline-block; }
#pg-headers .ui-c .navlist { float: right; }
#pg-headers .ui-c .navlist ul { float: left; }
#pg-headers .ui-c .navlist ul li { position: relative; width: 110px; float: left; z-index: 300; }
#pg-headers .ui-c .navlist ul li .tits { width: 100%; float: left; }
#pg-headers .ui-c .navlist ul li a.name { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 100px; font-size: 16px; z-index: 20; }
#pg-headers .ui-c .navlist ul li a.name .txt { display: block; text-align: center; }
#pg-headers .ui-c .navlist ul li a.name .lom { display: none; position: absolute; bottom: 20px; left: 0; width: 30%; height: 2px; margin: 0 35%; background-color: #f0590e; -moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px; -o-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px; }
#pg-headers .ui-c .navlist ul li a.name:hover { color: #f0590e; text-decoration: none; }
#pg-headers .ui-c .navlist ul li a.name:hover .lom { display: block; }
#pg-headers .ui-c .navlist ul li .items { display: none; clear: both; position: absolute; top: 100px; left: 0; width: 100%; margin: 0 0 0 0; background-color: #f4f4f4; z-index: 10; }
#pg-headers .ui-c .navlist ul li .item { display: inline-block; width: 100%; padding: 10px 0; }
#pg-headers .ui-c .navlist ul li .itm { width: 100%; float: left; }
#pg-headers .ui-c .navlist ul li .itm a { display: block; padding: 3px 0; font-size: 14px; text-align: center; }
#pg-headers .ui-c .navlist ul li.curr a.name .lom { display: block; }
#pg-headers .vi-c { display: none; }
#pg-headers.pg-hi .ui-c a.menubtn { color: #ffffff; }
#pg-headers.pg-hi .ui-c a.searchbtn { color: #ffffff; }
#pg-headers.pg-hi .ui-c a.searchbtn { display: none; }
#pg-headers.pg-hi .ui-c a.menubtn { display: none; }

#pg-banners { position: relative; width: 100%; float: left; background-color: #fff; background-repeat: no-repeat; background-position: center top; background-size: cover; overflow: hidden; }
#pg-banners .ui-c { width: 100%; }
#pg-banners .ui-c .swiper-wrapper { height: auto !important; }
#pg-banners .ui-c .swiper-slide { height: auto !important; }
#pg-banners .ui-c .webimg { position: relative; width: 100%; float: left; background-repeat: no-repeat; background-position: center center; background-size: cover; }
#pg-banners .ui-c .webimg img { width: 100%; }
#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-banners .ui-c .bheight { transition: all 0.6s; }
#pg-banners .ui-c .textinf { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#pg-banners .ui-c .textw { display: table; width: 100%; }
#pg-banners .ui-c .texti { display: table-cell; vertical-align: middle; }
#pg-banners .ui-c .texti p { color: #fff; padding: 10px 0; -moz-text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.5); -webkit-text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.5); -o-text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.5); text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.5); }
#pg-banners .ui-c .texti p.p0 { padding: 30px 0 0; font-size: 32px; }
#pg-banners .ui-c .texti p.p1 { font-size: 54px; font-weight: bold; }
#pg-banners .ui-c .texti p.p2 { padding: 20px 0 0; font-size: 16px; }
#pg-banners .ui-c .swiper-slide .webimg { background-position: center center; }
#pg-banners .ui-c .swiper-slide-active .webimg { background-position: center bottom; }
#pg-banners .ui-f { position: absolute; bottom: 40px; width: 100%; height: 12px; z-index: 700; }
#pg-banners .ui-f .swiper-pagination { position: relative; }
#pg-banners .ui-f .swiper-pagination-bullet { width: 12px; height: 5px; margin: 0 2px; background-color: rgba(255, 255, 255, 0.8); -moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px; -o-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px; }
#pg-banners .ui-f .swiper-pagination-bullet-active { width: 20px; background-color: #fff; }
#pg-banners .ui-b { display: none; position: absolute; bottom: 0; left: 0; width: 100%; height: 40px; overflow: hidden; z-index: 700; }
#pg-banners .ui-b .wave1, #pg-banners .ui-b .wave2 { position: absolute; top: 0; width: 500%; height: 40px; background-size: contain; animation: waveMove 3s linear infinite; }
#pg-banners .ui-b .wave1 { left: 0; background-image: url("../images/wave1.png"); animation-delay: -1s; }
#pg-banners .ui-b .wave2 { right: 0; background-image: url("../images/wave2.png"); }

#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 bottom; background-size: cover; }
#pg-banner .ui-c { display: table; width: 100%; height: 420px; background: url("../images/repeatbg1.png") repeat 0 0; overflow: hidden; transition: all 0.6s; }
#pg-banner .items { display: table-cell; width: 100%; text-align: center; vertical-align: middle; }
#pg-banner .cn { color: #ffffff; font-size: 46px; font-weight: bold; text-transform: uppercase; -moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -o-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }
#pg-banner .ln { display: block; padding: 20px 0 20px; text-align: center; }
#pg-banner .ln b { display: block; width: 70px; height: 1px; font-size: 0px; margin: 0 auto; background-color: #fff; }
#pg-banner .sm { color: #ffffff; display: block; width: 50%; margin: 0 auto; font-size: 16px; transition: all 1.2s; -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); -o-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }

#pg-footers { background-color: #032953; }
#pg-footers .ui-c { display: inline-block; width: 100%; padding: 50px 0; }
#pg-footers .ui-c .mtop { display: inline-block; width: 100%; text-align: center; }
#pg-footers .ui-c .mtop .list { display: block; margin: 0 auto 30px; }
#pg-footers .ui-c .mtop .list ul { display: inline-block; }
#pg-footers .ui-c .mtop .list ul li { float: left; margin: 0 45px; }
#pg-footers .ui-c .mtop .list ul li a { color: #fff; display: inline-block; font-size: 16px; text-align: center; }
#pg-footers .ui-c .mtop .list ul li a:hover { color: #ff7b30; text-decoration: underline; }
#pg-footers .ui-c .mtop .line { width: 100%; text-align: center; }
#pg-footers .ui-c .mtop .line b { display: inline-block; width: 50px; height: 2px; font-size: 0px; font-weight: normal; background-color: #fff; }
#pg-footers .ui-c .mcenter { width: 100%; margin: 40px 0; }
#pg-footers .ui-c .mcenter .info { display: block; width: 90%; margin: 0 auto 40px; }
#pg-footers .ui-c .mcenter .info p { color: #fff; font-size: 13px; text-align: center; text-transform: uppercase; }
#pg-footers .ui-c .mcenter .qcode { display: none; width: 90%; margin: 0 auto; text-align: center; }
#pg-footers .ui-c .mcenter .qcode img { width: 150px; }
#pg-footers .ui-c .mbottom { width: 100%; }
#pg-footers .ui-c .mbottom .sear { position: relative; display: inline-block; width: 100%; margin: 0 0 20px; text-align: center; }
#pg-footers .ui-c .mbottom .sear form { display: inline-block; }
#pg-footers .ui-c .mbottom .sear .stxt { float: left; }
#pg-footers .ui-c .mbottom .sear .stxt .text { height: 22px; line-height: 22px; padding: 10px; border: 0 none; font-size: 13px; background-color: #fff; -moz-border-radius: 2px 0px 0px 2px; -webkit-border-radius: 2px 0px 0px 2px; -o-border-radius: 2px 0px 0px 2px; border-radius: 2px 0px 0px 2px; }
#pg-footers .ui-c .mbottom .sear .swra { float: left; padding: 4px; background-color: #fff; -moz-border-radius: 0px 2px 2px 0px; -webkit-border-radius: 0px 2px 2px 0px; -o-border-radius: 0px 2px 2px 0px; border-radius: 0px 2px 2px 0px; }
#pg-footers .ui-c .mbottom .sear .swra .submit { color: #fff; width: 70px; height: 34px; line-height: 34px; border: 0 none; background-color: #f0590e; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
#pg-footers .ui-c .mbottom .list { width: 100%; text-align: center; }
#pg-footers .ui-c .mbottom .list ul { display: inline-block; }
#pg-footers .ui-c .mbottom .list ul li { float: left; margin: 0 5px; }
#pg-footers .ui-c .mbottom .list ul li a { color: #fff; display: inline-block; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #f0590e; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
#pg-footers .ui-c .mbottom .list ul li a .iconfont { font-size: 18px; }
#pg-footers .ui-c .mbottom .list ul li a:hover { color: #f0590e; text-decoration: none; background-color: #fff; }

#wp-navs { display: none; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 800; }
#wp-navs .ui-c { background-color: #032953; }
#wp-navs ul { display: inline-block; width: 100%; }
#wp-navs ul li { width: 20%; float: left; }
#wp-navs ul li .items { display: block; border-right: 1px solid rgba(255, 255, 255, 0.1); }
#wp-navs ul li .items a { display: block; padding: 0.5rem 0; text-align: center; }
#wp-navs ul li .items a span { display: block; }
#wp-navs ul li .items a span.iconfont { color: #fff; margin: 0 0 0.4rem 0; line-height: 2rem; font-size: 1.8rem; font-weight: 450; }
#wp-navs ul li .items a span.font { color: #fff; line-height: 1rem; font-size: 0.9rem; font-weight: 380; }
#wp-navs ul li .items a:hover { text-decoration: none; }
#wp-navs ul li.li2 { width: 34%; }

#wp-daos { display: none; position: fixed; top: 0; left: 0; width: 100%; overflow: hidden; z-index: 787; }
#wp-daos .ui-w { display: table; width: 100%; height: 100vh; background-color: #032953; }
#wp-daos .ui-m { display: table-cell; vertical-align: middle; }
#wp-daos .ui-h { color: #fff; padding: 0 0 1rem 0; font-size: 2.6rem; font-weight: 450; text-align: center; }
#wp-daos .ui-c { display: inline-block; width: 96%; padding: 0 2% 3rem; }
#wp-daos .lists ul li { display: inline-block; width: 50%; float: left; }
#wp-daos .lists ul li .tits { margin: 0.3rem; }
#wp-daos .lists ul li .tits a.name { color: #333; display: inline-block; width: 100%; padding: 0.8rem 0; font-size: 1.2rem; font-weight: 360; text-align: center; background-color: #fff; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
#wp-daos .lists ul li .tits a.name:hover { color: #fff; text-decoration: none; background-color: #c42531; }

#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; }

#wn-zomo { display: none; position: fixed; top: 0; left: 0; width: 100%; background-color: #fff; filter: alpha(opacity=1); -moz-opacity: 0.01; opacity: 0.01; z-index: 990; }

#wn-show { display: none; position: fixed; top: 0; left: 0; width: 100%; text-align: center; background-color: rgba(0, 0, 0, 0.5); z-index: 991; }
#wn-show .ui-h { color: #ffffff; width: 100%; line-height: 44px; float: left; text-align: right; }
#wn-show .ui-h a.close { color: #000; width: 45px; height: 44px; line-height: 44px; float: right; margin: 0 0 0 20px; text-align: center; font-size: 18px; font-family: arial; background-color: #ffffff; }
#wn-show .ui-h a.close:hover { text-decoration: none; filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; }
#wn-show .ui-c { display: table; width: 100%; float: left; }
#wn-show .ui-c .pics { display: table-cell; vertical-align: middle; }
#wn-show .ui-c .pics img { max-width: 90%; max-height: 90%; border: 8px solid #ffffff; }
#wn-show .ui-f { color: #ffffff; width: 100%; height: 44px; line-height: 44px; float: left; font-size: 18px; }
#wn-show table { margin: 0 auto; }
#wn-show table tr td { padding: 5px; background-color: #ffffff; }
#wn-show table tr td .pic img { max-width: 700px; max-height: 600px; }
#wn-show table tr td .info { color: #000; height: 30px; line-height: 30px; text-align: center; font-size: 14px; }

#wn-fix { position: fixed; top: 0; right: -220px; width: 160px; height: 100%; padding: 0 30px; background-color: #032953; transition: all 0.6s; z-index: 995; }
#wn-fix .arror { position: absolute; bottom: 45%; left: -35px; }
#wn-fix .arror .menu { color: #fff; width: 15px; height: 85px; padding: 15px 10px; text-align: center; background-color: #032953; -moz-border-radius: 4px 0px 0px 4px; -webkit-border-radius: 4px 0px 0px 4px; -o-border-radius: 4px 0px 0px 4px; border-radius: 4px 0px 0px 4px; cursor: pointer; }
#wn-fix .arror .ftop { width: 15px; height: 25px; line-height: 25px; margin: 5px 0 0; padding: 5px 10px; text-align: center; background-color: #d00; cursor: pointer; -moz-border-radius: 4px 0px 0px 4px; -webkit-border-radius: 4px 0px 0px 4px; -o-border-radius: 4px 0px 0px 4px; border-radius: 4px 0px 0px 4px; }
#wn-fix .arror .ftop .iconfont { color: #fff; font-size: 18px; }
#wn-fix .list { display: table; width: 100%; height: 100%; }
#wn-fix ul { display: table-cell; vertical-align: middle; }
#wn-fix li { display: inline-block; width: 100%; padding: 15px 0; }
#wn-fix .imgs { max-width: 100%; margin: 0 auto; background-color: #fff; -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; }
#wn-fix .imgs img { width: 100%; }
#wn-fix .infs p { color: #fff; }
#wn-fix .infs p a { color: #fff; }
#wn-fix .infs p a:hover { text-decoration: none; }
#wn-fix .infs p.p1 { font-size: 14px; }
#wn-fix .infs p.p1 .iconfont { font-size: 16px; }
#wn-fix .infs p.p2 { line-height: 24px; font-size: 14px; font-family: arial; }
#wn-fix .infs p.p3 { text-align: center; }
#wn-fix.wn-close { right: 0; }

#wn-top { position: fixed; bottom: 50px; right: 50px; text-align: center; background-color: #f0590e; -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; animation: pulse 2s infinite; cursor: pointer; z-index: 995; }
#wn-top .ftop { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; }
#wn-top .iconfont { color: #fff; }
#wn-top::before { content: ''; position: absolute; top: -5px; left: -5px; width: 48px; height: 48px; border: 1px dashed #f0590e; border-radius: 50%; opacity: 0; animation: expand 2s infinite; }

#wn-ser { position: fixed; top: 0; left: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background-color: rgba(22, 42, 83, 0.6); z-index: 990; }
#wn-ser .search { width: 80%; margin: 0 10%; }
#wn-ser .search p { color: #fff; font-size: 14px; }
#wn-ser .search form { position: relative; display: inline-block; width: 100%; }
#wn-ser .search .stxt { display: block; padding: 10px 95px 10px 15px; background-color: #fff; -moz-border-radius: 2px 0px 0px 2px; -webkit-border-radius: 2px 0px 0px 2px; -o-border-radius: 2px 0px 0px 2px; border-radius: 2px 0px 0px 2px; }
#wn-ser .search .stxt .text { width: 100%; height: 30px; line-height: 30px; border: 0 none; font-size: 16px; }
#wn-ser .search .swra { position: absolute; top: 0; right: 0; float: left; padding: 4px; background-color: #fff; -moz-border-radius: 0px 2px 2px 0px; -webkit-border-radius: 0px 2px 2px 0px; -o-border-radius: 0px 2px 2px 0px; border-radius: 0px 2px 2px 0px; }
#wn-ser .search .swra .submit { color: #fff; width: 100px; height: 42px; line-height: 42px; border: 0 none; background-color: #f0590e; -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; }

#tencentmap { display: block; height: 500px; background-color: #fff; }

.sections { position: relative; display: inline-block; width: 100%; }

.sections0 { background: url("../images/sectionbg0.jpg") no-repeat center center/cover; }

.sections1 { background: url("../images/sectionbg1.jpg") no-repeat center center; }

.sections2 { background-repeat: repeat; background-position: center center; }

.sections3 { padding: 80px 0; background-color: #f5f8fa; background-image: url("../images/sectionbg3.jpg"); background-repeat: no-repeat; background-position: left center; background-size: cover; }

.sections4 { background-color: #fff; background-image: url("../images/sectionbg4.png"); background-repeat: no-repeat; background-position: right bottom; }
.sections4 .lomo1 { position: absolute; left: 0; width: 48%; height: 750px; background-color: #f3f5f8; }
.sections4 .lomo2 { position: absolute; top: 50%; left: 0; width: 52%; height: 580px; margin: -290px 0 0; background-image: url("../images/joinus.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; }

.sections5 { background-color: #fff; background-image: url("../images/sectionbg5.jpg"); background-repeat: no-repeat; background-position: center 0; background-size: cover; }

.sections6 { background-color: #fff; background-image: url("../images/png18.png"); background-repeat: no-repeat; background-position: right bottom; }

.sections7 { margin: 20px 0 0; background-color: #f0590e; background-image: url("../images/png22.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; }

.sections01 { padding: 50px 0; }

.cw-about-2 { background-size: cover; box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.08); }

.cw-about-4 { box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.08); }

.cw-about-last { width: 100%; background-image: url("../images/cbg.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed; }

.cw-join-2 .cm-sh p { color: #fff; }
.cw-join-2 .cm-style7 .ui-c li { margin: 0 0 20px 0; }
.cw-join-2 .cm-style7 .ui-c .inf p.p1 { color: #fff; font-size: 16px; font-weight: normal; }

.cw-join-last { padding: 0 0 40px 0; }

.cm-page { display: inline-block; width: 100%; padding: 30px 0; }
.cm-page table { margin: 0 auto; }
.cm-page table tr { width: auto; background: none; }
.cm-page table tr td { padding: 0 2px; border: 0 none; }
.cm-page table tr td a, .cm-page table tr td .unlink { display: inline-block; padding: 5px 14px; border: 1px solid #ddd; background-color: #ffffff; }
.cm-page table tr td a:hover, .cm-page table tr td .unlink:hover { color: #ffffff; text-decoration: none; border: 1px solid #f0590e; background-color: #f0590e; }
.cm-page table tr td.normal .unlink { color: #ffffff; border: 1px solid #f0590e; background-color: #f0590e; }

.cm-search { padding: 30px 0; }

.cm-ht { display: inline-block; width: 100%; padding: 0 0 15px 0; }
.cm-ht .cl { float: left; }
.cm-ht .cl .cn { color: #f0590e; position: relative; line-height: 40px; font-size: 34px; font-weight: bold; text-transform: uppercase; z-index: 10; }
.cm-ht .cl .ln { height: 16px; margin: -10px 0 0; padding: 0 0 0 5px; font-size: 0px; }
.cm-ht .cl .ln b { display: block; width: 34%; height: 10px; background-color: #e64753; }
.cm-ht .cl .sm { color: #aaa; font-size: 13px; text-transform: uppercase; }
.cm-ht .cl .en { color: #aaa; margin: 6px 0 0; font-size: 13px; text-transform: uppercase; font-family: arial; }
.cm-ht .cr { float: right; margin: 10px 0 0; }
.cm-ht .cr a { display: inline-block; padding: 4px 0; font-size: 22px; font-family: arial; text-transform: uppercase; border-bottom: 1px solid #333; transition: all 0.6s; }
.cm-ht .cr a .mr { margin: 0 15px 0 0; font-size: 15px; }
.cm-ht .cr a:hover { color: #c42531; text-decoration: none; border-bottom: 1px solid #c42531; }

.csize1 { background-size: cover; }

.csize2 { background-size: contain; }

.cm-message { width: 100%; float: left; }
.cm-message form { width: 100%; float: left; }
.cm-message .sin { display: inline; width: 50%; float: left; margin: 0 0 15px 0; }
.cm-message .sin .sinwra { display: block; margin: 0 15px 0 0; }
.cm-message .sin .lab { display: none; }
.cm-message .sin .lab i { color: #d00; margin: 0 4px 0 0; }
.cm-message .sin .swra { display: block; border: 1px solid #eeeeee; background-color: #fff; }
.cm-message .sin .swras { display: block; border: 1px solid #eeeeee; background-color: #fff; }
.cm-message .sin input::-webkit-input-placeholder { color: #bbbbbb; }
.cm-message .sin input::-moz-placeholder { color: #bbbbbb; }
.cm-message .sin input:-moz-placeholder { color: #bbbbbb; }
.cm-message .sin input:-ms-input-placeholder { color: #bbbbbb; }
.cm-message .sin textarea::-webkit-input-placeholder { color: #bbbbbb; }
.cm-message .sin textarea::-moz-placeholder { color: #bbbbbb; }
.cm-message .sin textarea:-moz-placeholder { color: #bbbbbb; }
.cm-message .sin textarea:-ms-input-placeholder { color: #bbbbbb; }
.cm-message .sin .text { color: #333; width: 100%; height: 25px; line-height: 25px; padding: 10px 0; text-indent: 13px; border: 0 none; font-size: 12px; }
.cm-message .sin .textarea { color: #333; width: 100%; height: 80px; line-height: 36px; text-indent: 12px; border: 0 none; }
.cm-message .sin .checkcodes { display: inline-block; margin: 0 0 0 15px; padding: 5px 6px 6px; background-color: #ffffff; }
.cm-message .sin .submit { color: #ffffff; display: block; width: 100%; height: 45px; line-height: 45px; font-size: 14px; text-align: center; border: 0 none; background-color: #032953; -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; }
.cm-message .sin .submit:hover { background-color: #f0590e; }
.cm-message .sintitle { width: 100%; }
.cm-message .sincontent { width: 100%; }
.cm-message .sinrealname .swra { margin: 0 10px 0 0; }
.cm-message .sinsubmit { width: 100%; }
.cm-message .sincode { width: 100%; }
.cm-message .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 12px 0; background-color: #fff; -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); }
.cm-mesview ul li .c-hc { display: block; padding: 10px 12px; font-weight: 400; border-bottom: 1px solid #eeeeee; }
.cm-mesview ul li .c-hc p { font-size: 13px; }
.cm-mesview ul li .c-hc p span.dates { color: #999; float: right; font-size: 12px; }
.cm-mesview ul li .c-hf { display: block; padding: 10px 12px; }
.cm-mesview ul li .c-hf .stitle { font-size: 13px; }
.cm-mesview ul li .c-hf .stitle .dates { color: #999; float: right; font-size: 12px; }
.cm-mesview ul li .c-hf .reply { color: #f0590e; font-size: 12px; }
.cm-mesview ul li .c-hf span { color: #999; }

.cm-none { min-height: 400px; }

.cm-tclass { display: block; padding: 50px 0; }
.cm-tclass .list { display: inline-block; width: 100%; }
.cm-tclass ul { width: 100%; float: left; }
.cm-tclass li { display: inline-block; float: left; margin: 0 10px 0 0; }
.cm-tclass .items { display: inline-block; }
.cm-tclass a { color: #fff; display: inline-block; padding: 10px 20px; font-size: 14px; text-align: center; text-transform: uppercase; background-color: #032953; -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; overflow: hidden; }
.cm-tclass a:hover { text-decoration: none; background-color: #f0590e; }
.cm-tclass li.curr a { color: #ffffff; background-color: #f0590e; }

.cm-cons { display: block; padding: 20px; }
.cm-cons table { width: auto !important; max-width: 100%; min-width: 80%; }
.cm-cons td { padding: 6px 10px; border: 1px solid #e9e9e9; background-color: #f8f8f8; }

.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-list1 { display: inline-block; width: 100%; }
.cm-list1 ul { display: inline-block; width: 100%; }
.cm-list1 li { width: 33.3333%; float: left; }
.cm-list1 a.items { display: block; margin: 0 5px 10px; padding: 20px; cursor: pointer; transition: all 0.6s; }
.cm-list1 a.items:hover { text-decoration: none; }
.cm-list1 a.items:hover .pics { -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1); -o-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1); }
.cm-list1 a.items:hover .pics img { filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }
.cm-list1 a.items:hover .cmps img { top: -15px; }
.cm-list1 .item { position: relative; width: 100%; }
.cm-list1 .pics { z-index: 5; }
.cm-list1 .pic { background-repeat: no-repeat; background-position: center center; background-size: cover; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; -o-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; }
.cm-list1 .pic img { width: 100%; transition: all 0.6s; }
.cm-list1 .csize1 { background-size: cover; }
.cm-list1 .csize2 { background-size: contain; }
.cm-list1 .infs { display: block; padding: 20px 20px 0; font-size: 16px; font-weight: bold; text-align: center; }
.cm-list1 a.more { display: block; width: 220px; height: 55px; line-height: 55px; margin: 0 auto; text-align: center; font-size: 15px; background-color: #fff; -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; -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05); -o-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05); box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05); transition: all 0.6s; }
.cm-list1 a.more:hover { text-decoration: none; -moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1); -o-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1); box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1); }

.cm-list2 { display: block; }
.cm-list2 ul { display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between; }
.cm-list2 li { width: calc(33.3% - 10px); float: left; margin: 0 0 20px 0; }
.cm-list2 a.items { display: block; transition: all 0.6s; }
.cm-list2 .item { display: inline-block; width: 100%; }
.cm-list2 .pics { width: 100%; margin: 0 0 15px 0; overflow: hidden; }
.cm-list2 .pics .pic { background-repeat: no-repeat; background-position: center center; background-size: cover; transition: all 0.6s; -moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; -o-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; }
.cm-list2 .pics img { width: 100%; }
.cm-list2 .infs { width: 100%; }
.cm-list2 .infw { display: block; }
.cm-list2 .tit { width: 100%; height: 44px; line-height: 22px; font-size: 16px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.cm-list2 .smy { color: #999; margin: 13px 0; font-size: 13px; }
.cm-list2 .dat { color: #999; padding: 0 0 10px 0; font-family: arial; }
.cm-list2 a.items:hover .pics .pic { transform: scale(1.05); filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9; }

.cm-search li { width: 25%; }

.cm-ptop { display: inline-block; width: 100%; }
.cm-ptop .ui-c { width: 100%; float: left; }
.cm-ptop .picw { width: 50%; float: left; }
.cm-ptop .picw .items { display: block; padding: 30px; text-align: center; }
.cm-ptop .picw .item { display: inline-block; width: 100%; height: 500px; vertical-align: middle; text-align: center; }
.cm-ptop .picw img { max-width: 100%; max-height: 100%; cursor: pointer; }
.cm-ptop .infw { margin: 0 0 0 50%; }
.cm-ptop .infw .infs { display: block; padding: 30px; }
.cm-ptop .infw .pinfo { display: inline-block; width: 100%; padding: 0 0 15px 0; }
.cm-ptop .infw .pinfo p { padding: 5px 0; font-size: 16px; }
.cm-ptop .infw .pinfo p.once { margin: 0 0 20px 0; font-size: 32px; font-weight: bold; }
.cm-ptop .infw .pinfo .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-ptop .infw .smy { display: inline-block; width: 100%; padding: 15px 0; border-top: 1px dotted #ddd; }
.cm-ptop .infw .plist { display: inline-block; width: 100%; padding: 10px 0; border-top: 1px dotted #ddd; }
.cm-ptop .infw .plist ul { display: inline-block; width: 100%; }
.cm-ptop .infw .plist li { display: inline; float: left; margin: 3px; }
.cm-ptop .infw .plist li.on a { border: 1px solid #666; }
.cm-ptop .infw .plist a { display: inline-block; text-align: center; border: 1px solid #eeeeee; background-color: #ffffff; }
.cm-ptop .infw .plist a:hover { border: 1px solid #666; }
.cm-ptop .infw .plist .items { display: inline-block; padding: 5px; vertical-align: middle; }
.cm-ptop .infw .plist .item { display: inline-block; width: 50px; height: 50px; background-repeat: no-repeat; background-position: center center; background-size: contain; }
.cm-ptop .infw .pages { display: inline-block; width: 100%; padding: 12px 0 0; border-top: 1px dotted #ddd; }
.cm-ptop .infw .pages ul { width: 100%; float: left; }
.cm-ptop .infw .pages li { float: left; margin: 0 10px 0 0; }
.cm-ptop .infw .pages a { color: #ffffff; display: inline-block; padding: 7px 12px; font-size: 12px; background-color: #f0590e; -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-ptop .infw .pages a:hover { color: #ffffff; text-decoration: none; background-color: #d00; }

.cm-pcen { display: inline-block; width: 100%; margin: 0 0 30px 0; }
.cm-pcen .ui-h { padding: 15px 0; border-bottom: 1px solid #eeeeee; }
.cm-pcen .ui-h .tit { color: #032953; line-height: 20px; padding: 0 0 0 15px; font-size: 18px; border-left: 3px solid #f0590e; }
.cm-pcen .ui-c { display: block; overflow: hidden; }
.cm-pcen .ui-c .nlist { width: 100%; }
.cm-pcen .ui-c .nlist ul { display: inline-block; width: 100%; }
.cm-pcen .ui-c .nlist li { width: 25%; float: left; }
.cm-pcen .ui-c .nlist .items { padding: 25px; }
.cm-pcen .ui-c .nlist .pics { text-align: center; }
.cm-pcen .ui-c .nlist .pics img { max-width: 90%; }
.cm-pcen .ui-c .nlist .infs { text-align: center; font-size: 14px; }
.cm-pcen .ui-c .plist { width: 100%; padding: 25px 0; }
.cm-pcen .ui-c .plist ul { display: inline-block; width: 100%; }
.cm-pcen .ui-c .plist li { width: 25%; float: left; }
.cm-pcen .ui-c .plist .items { padding: 0 10px; }
.cm-pcen .ui-c .plist .pics { overflow: hidden; }
.cm-pcen .ui-c .plist .pic { background-repeat: no-repeat; background-position: center center; }
.cm-pcen .ui-c .plist .infs { padding: 10px 0 15px 0; text-align: center; }
.cm-pcen .ui-c .plist img { max-width: 100%; }

.cm-main { display: inline-block; width: 100%; }

.cm-messview { width: 50%; float: left; }
.cm-messview .ui-w { display: table; width: 100%; height: 310px; }
.cm-messview .ui-c { display: table-cell; vertical-align: middle; }
.cm-messview p { padding: 8px 0; font-size: 15px; }

.cm-con { display: block; }
.cm-con table { max-width: 100% !important; }
.cm-con table tr td { padding: 10px; }
.cm-con img { width: auto !important; height: auto !important; max-width: 90%; }

.cm-txt { display: block; padding: 40px 0 0; }

.cm-tags { display: block; padding: 20px; background-color: #fff; -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); }
.cm-tags .ui-c { display: inline-block; width: 100%; }
.cm-tags .ui-c a { color: #fff; display: inline-block; float: left; margin: 0 5px 5px 0; padding: 5px 10px; background-color: #fff; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
.cm-tags .ui-c a.c1, .cm-tags .ui-c a.c3, .cm-tags .ui-c a.c8, .cm-tags .ui-c a.c12 { background-color: #108f01; }
.cm-tags .ui-c a.c2, .cm-tags .ui-c a.c6, .cm-tags .ui-c a.c11, .cm-tags .ui-c a.c16 { background-color: #e8ba00; }
.cm-tags .ui-c a.c4, .cm-tags .ui-c a.c7, .cm-tags .ui-c a.c9, .cm-tags .ui-c a.c13 { background-color: #a60ceb; }
.cm-tags .ui-c a.c5, .cm-tags .ui-c a.c10, .cm-tags .ui-c a.c14, .cm-tags .ui-c a.c17 { background-color: #364cc6; }
.cm-tags .ui-c a.c0, .cm-tags .ui-c a.c11, .cm-tags .ui-c a.c15, .cm-tags .ui-c a.c18 { background-color: #ff4b19; }

.ly-article { display: block; margin: 0 340px 0 0; }

.ly-aside { width: 340px; float: right; }

.cm-show2 { display: block; margin: 0 30px 0 0; padding: 50px 0; }
.cm-show2 .ui-w { display: block; overflow: hidden; }
.cm-show2 .cds { display: inline-block; width: 100%; min-height: 400px; }
.cm-show2 .cd-h h1 { font-size: 26px; font-weight: 400; }
.cm-show2 .cd-o { padding: 14px 0; }
.cm-show2 .cd-o span { color: #999; margin: 0 10px 0 0; font-size: 12px; }
.cm-show2 .cd-s { color: #df760c; padding: 10px; font-size: 12px; border: 1px solid #ffd5a6; background-color: #fef7f0; }
.cm-show2 .cd-f { padding: 1.2rem 0 0; text-align: right; }
.cm-show2 .cd-c { margin: 2rem 0 0; }
.cm-show2 .cd-d { padding: 2rem 0; text-align: center; }
.cm-show2 .cd-d p { text-align: center; }
.cm-show2 .cd-d p a { font-size: 16px; }

.cm-plist { display: block; }
.cm-plist .ui-c li { display: block; margin: 0 0 -25px 0; padding: 25px; border-top: 0 none; background-color: #fff; }
.cm-plist .ui-c a { display: block; }
.cm-plist .ui-c .pics { overflow: hidden; }
.cm-plist .ui-c .pic { height: 150px; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: all 0.6s; }
.cm-plist .ui-c .infs { margin: 10px 0 0; font-size: 14px; text-align: left; }
.cm-plist .ui-c a:hover .pic { transform: scale(1.1); }

.cm-news-show { display: block; margin: 0 40px 0 0; padding: 50px; background-color: #fff; -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); }

.cm-t1 { display: block; padding: 0 0 40px 0; }
.cm-t1 p.en { color: #032953; margin: 0 0 -10px 0; font-size: 24px; font-family: arial; font-weight: bold; letter-spacing: -1px; text-transform: uppercase; }
.cm-t1 p.cn { color: #f0590e; font-size: 34px; font-weight: bold; }
.cm-t1 p.ln b { display: inline-block; width: 40px; height: 3px; margin: 15px 0 0; background-color: #f0590e; }

.cm-asides { width: 260px; float: left; }

.cm-pclass { display: block; margin: 0 0 15px 0; border: 1px solid #eee; }
.cm-pclass .ui-w .ch-3 { color: #fff; padding: 15px; font-size: 16px; background-color: #032953; -moz-border-radius: 4px 4px 0px 0px; -webkit-border-radius: 4px 4px 0px 0px; -o-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px; }
.cm-pclass .ui-h { display: block; margin: 0 0 20px 0; font-size: 22px; font-weight: bold; }
.cm-pclass .ui-h .iconfont { color: #f0590e; margin: 0 10px 0 0; font-size: 18px; }
.cm-pclass .ui-c { display: block; padding: 15px 0; }
.cm-pclass .ui-c .list1 ul { display: inline-block; width: 100%; }
.cm-pclass .ui-c .list1 li { display: block; margin: 0 0 15px 0; }
.cm-pclass .ui-c .list1 .ileft { padding: 0 15px; cursor: pointer; }
.cm-pclass .ui-c .list1 .ileft .iconfont { color: #333; margin: 0 10px 0 0; font-size: 20px; }
.cm-pclass .ui-c .list1 .ileft .tits { color: #333; font-size: 15px; }
.cm-pclass .ui-c .list1 .ileft .font { display: none; }
.cm-pclass .ui-c .list1 .ileft .items { padding: 0 0 5px 0; border-bottom: 1px solid #eee; }
.cm-pclass .ui-c .list1 .iright { padding: 10px 15px; border-top: 0 none; }
.cm-pclass .ui-c .list1 .iright .lists { display: inline-block; width: 100%; }
.cm-pclass .ui-c .list1 .iright .list { width: 100%; float: left; }
.cm-pclass .ui-c .list1 .iright a.sname { margin: 0 10px 0 0; }
.cm-pclass .ui-c .list1 .iright a.scolor { display: inline-block; width: 10%; float: left; }
.cm-pclass .ui-c .list1 .iright a.scolor .cpart { display: block; height: 15px; margin: 2px; }
.cm-pclass .ui-c .list2 { display: block; padding: 0 10px 10px; }
.cm-pclass .ui-c .list2 li { padding: 5px 0; }
.cm-pclass .ui-c .list2 li.curr .items a.sname { color: #fff; display: block; background-color: #032953; }
.cm-pclass .ui-c .list2 .items a.sname { color: #333; display: block; padding: 8px 10px; font-size: 15px; background-color: #f3f5f8; -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-pclass .ui-c .list2 .items a.curr { color: #f0590e; }
.cm-pclass .ui-c .list2 .item a.sname2 { color: #032953; display: block; padding: 7px 30px 0; font-size: 14px; }
.cm-pclass .ui-c .list2 .item a.curr { color: #f0590e; }

.cm-product { display: block; margin: 0 0 0 300px; padding: 0 0 0 30px; border-left: 1px solid #eee; }

.cm-zclass { display: none; }

.cm-sh { display: block; margin: 0 0 50px 0; text-align: center; }
.cm-sh p { color: #332c2b; }
.cm-sh p.en { text-transform: uppercase; font-family: "Futura-Medium"; font-size: 48px; }
.cm-sh p.cn { padding: 0 0 10px 0; font-size: 18px; }
.cm-sh p.sm { color: #aaa; font-size: 14px; }

.cm-style1 { margin: 80px 0; }
.cm-style1 .ui-w { display: block; }
.cm-style1 .ui-c { display: inline-block; width: 100%; }
.cm-style1 .infs { width: 50%; float: right; }
.cm-style1 .infx { display: block; }
.cm-style1 .pics { width: 45%; float: left; text-align: center; background-color: #f0590e; }
.cm-style1 .pic { height: 700px; background-repeat: no-repeat; background-position: center center; background-size: cover; }

.cm-style2 { margin: 60px 0; }
.cm-style2 .ui-w { display: block; }
.cm-style2 .ui-c { display: inline-block; width: 100%; }
.cm-style2 .infs { width: 50%; float: right; }
.cm-style2 .infx { display: flex; align-items: center; justify-content: center; height: 700px; }
.cm-style2 .pics { width: 45%; float: left; text-align: center; background-color: #f0590e; }
.cm-style2 .pic { height: 700px; background-repeat: no-repeat; background-position: center center; background-size: cover; }

.cm-style3 { margin: 50px 0; }
.cm-style3 .ui-w { display: block; }
.cm-style3 .ui-c { display: inline-block; width: 100%; }
.cm-style3 .infs { width: 50%; float: left; }
.cm-style3 .infx { display: flex; align-items: center; justify-content: center; height: 700px; }
.cm-style3 .pics { width: 45%; float: right; text-align: center; background-color: #f0590e; }
.cm-style3 .pic { height: 700px; background-repeat: no-repeat; background-position: right bottom; background-size: cover; }

.cm-style4 { width: 90%; margin: 0 auto; padding: 80px 0; }
.cm-style4 .ui-h { display: block; text-align: center; }
.cm-style4 .ui-h p { color: #333; }
.cm-style4 .ui-h p.en { text-transform: uppercase; font-size: 40px; font-weight: bold; }
.cm-style4 .ui-h p.cn { font-size: 18px; }
.cm-style4 .ui-s { display: block; margin: 25px 0 40px; }
.cm-style4 .ui-s .swiper-wrapper { width: auto !important; height: auto !important; margin: 0 auto; align-items: center; justify-content: center; }
.cm-style4 .ui-s .swiper-slide { width: auto !important; margin: 0 -1px 0 0 !important; padding: 5px 12px; text-align: center; border: 1px solid #e9e9e9; background-color: #fff; cursor: pointer; }
.cm-style4 .ui-s .swiper-slide-thumb-active { color: #fff; border: 1px solid #cc3c40; background-color: #cc3c40; }
.cm-style4 .ui-c { display: block; padding: 30px; background-color: #fff; }
.cm-style4 .ui-c .lists { display: block; overflow: hidden; }
.cm-style4 .ui-c a { display: inline-block; width: 100%; overflow: hidden; }
.cm-style4 .ui-c .items { display: inline-block; width: 100%; }
.cm-style4 .ui-c .pics { width: 60%; float: left; }
.cm-style4 .ui-c .pics .pic { display: block; margin: 0 30px 0 0; height: 490px; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.cm-style4 .ui-c .infs { width: 40%; float: right; }
.cm-style4 .ui-c .infw { display: flex; align-items: center; justify-content: center; height: 490px; background-color: #f0590e; }
.cm-style4 .ui-c .inf { display: block; width: 70%; margin: 0 auto; }
.cm-style4 .ui-c .inf p { color: #fff; margin: 10px 0; text-align: center; }
.cm-style4 .ui-c .inf p.p1 { font-size: 26px; font-weight: bold; }
.cm-style4 .ui-c .inf p.p2 b { display: inline-block; width: 30px; height: 4px; font-size: 0px; background-color: #fff; }
.cm-style4 .ui-c .inf p.p3 { line-height: 30px; margin: 20px 0 0; font-size: 15px; }

.cm-style6 { width: 100%; margin: 0 auto; padding: 80px 0; }
.cm-style6 .ui-h { display: block; text-align: center; }
.cm-style6 .ui-h p { color: #333; }
.cm-style6 .ui-h p.en { text-transform: uppercase; font-size: 40px; font-weight: bold; }
.cm-style6 .ui-h p.cn { font-size: 18px; }
.cm-style6 .ui-c { display: block; padding: 0 30px; }
.cm-style6 .ui-c .lists { display: block; overflow: hidden; }
.cm-style6 .ui-c a { display: inline-block; width: 100%; overflow: hidden; }
.cm-style6 .ui-c .items { display: block; padding: 15px; }
.cm-style6 .ui-c .pics { width: 100%; }
.cm-style6 .ui-c .pics .pic { display: block; height: 340px; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.cm-style6 .ui-c .infs { width: 100%; padding: 10px 0; }
.cm-style6 .ui-c .inf { display: block; width: 70%; margin: 0 auto; }
.cm-style6 .ui-c .inf p { color: #333; font-size: 16px; text-align: center; }
.cm-style6 .ui-f { margin: 25px 0 0; }

.cm-style7 { padding: 80px 0; }
.cm-style7 .ui-c { display: block; }
.cm-style7 .ui-c .lists { display: block; overflow: hidden; }
.cm-style7 .ui-c ul { display: inline-block; width: 100%; }
.cm-style7 .ui-c li { width: 25%; float: left; }
.cm-style7 .ui-c .items { display: inline-block; width: 100%; }
.cm-style7 .ui-c .pics { width: 100%; }
.cm-style7 .ui-c .pics .pic { display: block; text-align: center; }
.cm-style7 .ui-c .pics img { max-width: 80px; }
.cm-style7 .ui-c .infs { width: 100%; }
.cm-style7 .ui-c .infw { display: flex; align-items: center; justify-content: center; height: 490px; background-color: #f7f7f7; }
.cm-style7 .ui-c .inf { display: block; width: 80%; margin: 0 auto; }
.cm-style7 .ui-c .inf p { color: #333; margin: 10px 0; text-align: center; }
.cm-style7 .ui-c .inf p.p1 { font-size: 24px; font-weight: bold; }
.cm-style7 .ui-c .inf p.p2 b { display: inline-block; width: 30px; height: 4px; font-size: 0px; background-color: #000; }

.cm-style9 { padding: 80px 0; }
.cm-style9 .ui-w { display: block; }
.cm-style9 .ui-c { display: inline-block; width: 100%; }
.cm-style9 .inf { width: 60%; float: left; }
.cm-style9 .inf h1 { font-size: 32px; font-weight: bold; }
.cm-style9 .inf p { font-size: 16px; }
.cm-style9 .pic { width: 160px; float: right; }
.cm-style9 .pic img { width: 100%; }

.mapwras { display: block; }

.cm-h { position: relative; display: block; text-align: center; }
.cm-h .ui-w { display: inline-block; width: 100%; }
.cm-h .uleft { float: left; z-index: 5; }
.cm-h .uleft p { text-align: left; }
.cm-h .uleft p.p1 { color: #032953; font-size: 36px; font-weight: bold; }
.cm-h .uleft p.p1 b { color: #f0590e; }
.cm-h .uleft p.p2 { color: #aaaaaa; font-size: 15px; }
.cm-h .uright { float: right; padding: 25px 0; }
.cm-h .uright a.more { color: #555; font-size: 18px; }
.cm-h .uright a.more:hover { color: #f0590e; }

.cm-h1 { display: inline-block; width: 100%; text-align: center; }
.cm-h1 p.en { color: #032953; line-height: 1; font-size: 26px; font-family: 'Futura-Medium'; text-transform: uppercase; }
.cm-h1 p.cn { color: #f0590e; line-height: 42px; font-size: 36px; font-weight: 600; }
.cm-h1 p.co { color: #999; display: block; width: 90%; margin: 30px auto 0; font-size: 15px; text-align: center; }
.cm-h1.white p.en { color: #fff; }
.cm-h1.white p.co { color: #fff; }
.cm-h1.cleft { text-align: left; }
.cm-h1.cright { text-align: right; }

.tl-2 { position: absolute; top: 0; right: 0; width: 50%; height: 650px; float: right; background-image: url("../images/company.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; z-index: 500; }
.tl-2 .ui-c { display: inline-block; width: 100%; overflow: hidden; }
.tl-2 .ui-c ul { display: inline-block; width: 100%; }
.tl-2 .ui-c ul li { width: 50%; height: 650px; float: left; }
.tl-2 .ui-c ul a { position: relative; width: 100%; height: 650px; transition: all 0.6s; }
.tl-2 .ui-c ul a:hover { text-decoration: none; background-color: rgba(0, 0, 0, 0.3); }
.tl-2 .ui-c ul a:hover * { text-decoration: none; }
.tl-2 .ui-c ul a:hover .imges { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; }
.tl-2 .ui-c ul .imges { position: absolute; top: 0; left: 0; width: 100%; height: 650px; background-repeat: no-repeat; background-position: center center; background-size: cover; z-index: 10; transition: all 0.6s; filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
.tl-2 .ui-c ul .items { position: relative; display: flex; width: 100%; height: 650px; align-items: center; justify-content: center; z-index: 20; }
.tl-2 .ui-c ul .item { display: block; width: 86%; padding: 20px 7%; }
.tl-2 .ui-c ul .item .cn { color: #fff; margin: 0 0 15px 0; text-align: center; }
.tl-2 .ui-c ul .item .cn p { font-size: 20px; -moz-text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.5); -webkit-text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.5); -o-text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.5); text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.5); }
.tl-2 .ui-c ul .item .cn p span { font-size: 70px; }
.tl-2 .ui-c ul .item .sm { color: #fff; font-size: 15px; -moz-text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.5); -webkit-text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.5); -o-text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.5); text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.5); }
.tl-2 .ui-c ul li.i1 { background-color: rgba(6, 48, 95, 0.3); }

.pt-0 { position: relative; display: inline-block; width: 100%; padding: 80px 0; }
.pt-0 .ui-w { display: inline-block; width: 100%; }
.pt-0 .ui-c { display: flex; height: 550px; align-items: center; justify-content: center; }
.pt-0 .mi-left { width: 50%; float: left; }
.pt-0 .mi-left .mtop { width: 100%; }
.pt-0 .mi-left .mtop .cn { color: #032953; font-size: 38px; font-weight: bold; }
.pt-0 .mi-left .mtop .cn b { color: #f0590e; }
.pt-0 .mi-left .mtop .cn i { color: #032953; font-size: 26px; text-transform: uppercase; font-style: normal; font-weight: normal; font-family: 'Futura-Medium'; }
.pt-0 .mi-left .mtop .en { color: #aaa; font-family: 'arial'; text-transform: uppercase; }
.pt-0 .mi-left .msmy { width: 100%; margin: 30px 0; }
.pt-0 .mi-left .msmy .ccon { color: #333; font-size: 16px; }
.pt-0 .mi-left .mlis { width: 100%; }
.pt-0 .mi-left .mlis ul { display: inline-block; width: 100%; }
.pt-0 .mi-left .mlis li { width: 25%; float: left; }
.pt-0 .mi-left .mlis .itemw { padding: 0 10px; }
.pt-0 .mi-left .mlis .item { display: block; }
.pt-0 .mi-left .mlis .im { font-size: 14px; }
.pt-0 .mi-left .mlis .im span { color: #f0590e; font-size: 34px; font-family: arial; font-weight: bold; }
.pt-0 .mi-left .mlis .cn { color: #999; }
.pt-0 .mi-left .mbot { width: 100%; float: left; margin: 30px 0 0; }
.pt-0 .mi-left .mbot a { color: #fff; display: block; margin: 0 30% 0 0; border: 1px solid #032953; transition: all 0.6s; -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 .mi-left .mbot a .items { display: inline-block; width: 100%; }
.pt-0 .mi-left .mbot a .knowus { width: 120px; line-height: 50px; float: left; font-size: 18px; text-align: center; background-color: #032953; transition: all 0.6s; }
.pt-0 .mi-left .mbot a .phone { color: #f0590e; display: block; line-height: 50px; margin: 0 0 0 120px; font-size: 24px; text-align: center; font-family: 'Futura-Medium'; transition: all 0.6s; }
.pt-0 .mi-left .mbot a:hover { text-decoration: none; border: 1px solid #f0590e; }
.pt-0 .mi-left .mbot a:hover .knowus { background-color: #f0590e; }
.pt-0 .mi-left .mbot a:hover .phone { color: #032953; }
.pt-0 .mi-right { width: 50%; height: 520px; float: right; }
.pt-0 .mi-right .miwra { position: relative; display: block; margin: 0 0 0 50px; }
.pt-0 .mi-right .miimg { position: relative; width: 100%; height: 510px; background-repeat: no-repeat; background-position: right bottom; background-size: cover; -moz-border-radius: 10px 0px 0px 0px; -webkit-border-radius: 10px 0px 0px 0px; -o-border-radius: 10px 0px 0px 0px; border-radius: 10px 0px 0px 0px; z-index: 10; }
.pt-0 .mi-right .milom { position: absolute; bottom: -15px; right: -15px; width: 100%; height: 510px; background-color: #f0590e; -moz-border-radius: 0px 0px 10px 0px; -webkit-border-radius: 0px 0px 10px 0px; -o-border-radius: 0px 0px 10px 0px; border-radius: 0px 0px 10px 0px; z-index: 5; }
.pt-0 .mi-right .milom img { width: 100%; filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }

.pt-1 { display: inline-block; width: 100%; padding: 80px 0; }
.pt-1 .ui-c { position: relative; width: 100%; float: left; margin: 30px 0 0; }
.pt-1 ul { display: inline-block; width: 100%; height: 210px; background-color: #fff; -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); overflow: hidden; }
.pt-1 li { width: 33.3%; float: left; overflow: hidden; transition: all 0.6s; }
.pt-1 li .itemwra { display: block; padding: 20px; border-right: 1px solid #eee; }
.pt-1 li .itemw { display: inline-block; width: 100%; }
.pt-1 li .ileft { width: 100%; float: left; }
.pt-1 li .ileft .items { display: table; width: 100%; height: 170px; }
.pt-1 li .ileft .item { display: table-cell; text-align: center; vertical-align: middle; }
.pt-1 li .ileft .icon { display: block; text-align: center; }
.pt-1 li .ileft .iconfont { font-size: 40px; }
.pt-1 li .ileft .jiahao { display: none; }
.pt-1 li .ileft .tits { color: #666; display: block; font-size: 18px; }
.pt-1 li .ileft .font { color: #999; display: block; font-size: 13px; }
.pt-1 li .iright { display: none; width: 100%; height: 170px; overflow: hidden; }
.pt-1 li .iright .lists { display: table; width: 100%; height: 170px; }
.pt-1 li .iright .list { display: table-cell; padding: 20px; vertical-align: middle; }
.pt-1 li .iright a.sname { margin: 0 6px 0 0; }
.pt-1 li .iright 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-1 li.li3 .itemwra { border-right: 0 none; }
.pt-1 li.curr { width: 40%; }
.pt-1 li.curr .ileft { width: 40%; float: left; }
.pt-1 li.curr .ileft .item { background-color: #f0590e; }
.pt-1 li.curr .ileft * { color: #fff; }
.pt-1 li.curr .iright { display: inline-block; width: 60%; float: left; }
.pt-1 li.oth { width: 30%; }

.pt-2 { display: inline-block; width: 100%; padding: 80px 0; }
.pt-2 .ui-c { display: block; margin: 30px 0 0; }
.pt-2 .list { display: block; }
.pt-2 ul { display: inline-block; width: 100%; background-repeat: no-repeat; background-position: left center; background-size: cover; transition: all 0.6s; }
.pt-2 li { float: left; }
.pt-2 a.item { position: relative; display: block; height: 600px; border-right: 1px solid transparent; }
.pt-2 a.item:hover { text-decoration: none; }
.pt-2 a.item:hover * { text-decoration: none; }
.pt-2 .txt { color: #fff; position: relative; display: flex; width: 100%; height: 600px; text-align: center; align-items: center; justify-content: center; -moz-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3); -webkit-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3); -o-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3); text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3); z-index: 10; }
.pt-2 .txt .cn { display: inline-block; width: 100%; }
.pt-2 .txt .c1 { margin: 0 0 10px 0; font-size: 38px; font-weight: bold; letter-spacing: 2px; transition: all 0.6s; }
.pt-2 .txt .c2 { font-size: 13px; text-transform: uppercase; }
.pt-2 .lom { position: absolute; left: 0; top: 0; width: 100%; height: 600px; background-repeat: no-repeat; z-index: 5; transition: all 0.6s; }
.pt-2 li.curr a.item { border-right: 1px solid rgba(255, 255, 255, 0.3); }
.pt-2 li.curr a.item .txt .c1 { font-size: 40px; }
.pt-2 li.curr a.item .lom { filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
.pt-2 li.oth a.item { border-right: 1px solid rgba(255, 255, 255, 0.3); }
.pt-2 li.oth a.item .txt { filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }
.pt-2 li.oth a.item .lom { filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
.pt-2 li:last-child a.item { border-right: 0 none; }
.pt-2 ul.ul2 li { width: 50%; }
.pt-2 ul.ul2 li.li1 .lom { background-position: left  center; }
.pt-2 ul.ul2 li.li2 .lom { background-position: right center; }

.pt-3 { display: inline-block; width: 100%; overflow: hidden; }
.pt-3 .ui-c { width: 100%; float: left; padding: 40px 0 40px 0; overflow: hidden; }
.pt-3 .ui-c a.items { display: block; margin: 0 15px; padding: 10px; -moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px; -o-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px; }
.pt-3 .ui-c .pics { display: block; }
.pt-3 .ui-c .pics .pic { display: block; background-repeat: no-repeat; background-position: center center; background-size: contain; }
.pt-3 .ui-c .pics .pic img { width: 100%; }
.pt-3 .ui-c .infs { color: #fff; display: block; padding: 10px; text-align: center; font-size: 16px; }
.pt-3 .ui-c a:hover { text-decoration: none; }
.pt-3 .ui-f { width: 100%; height: 10px; float: left; }
.pt-3 .ui-f .swiper-pagination-bullet { background-color: #fff; }
.pt-3 .ui-f .swiper-pagination-bullet-active { width: 20px; }

.pt-4 { position: relative; display: inline-block; width: 100%; padding: 85px 0; overflow: hidden; z-index: 20; }
.pt-4 .ui-w { display: inline-block; width: 100%; }
.pt-4 .ui-h { width: 52%; height: 580px; float: left; overflow: hidden; }
.pt-4 .ui-h .slideimg { display: inline-block; width: 100%; height: 580px; background-size: cover; }
.pt-4 .ui-h .swipers { position: relative; }
.pt-4 .ui-h .swiper-pagination { position: absolute; bottom: 25px; left: 0; width: 100%; text-align: center; }
.pt-4 .ui-c { width: 48%; height: 580px; float: right; overflow: hidden; }
.pt-4 .ui-c .itemwras { display: flex; width: 100%; height: 580px; align-items: center; justify-content: center; }
.pt-4 .ui-c .items { display: block; margin: 0 10%; }
.pt-4 .ui-c .items p.p1 { color: #f0590e; line-height: 55px; font-size: 48px; font-family: "Oswald-Regular"; text-transform: uppercase; }
.pt-4 .ui-c .items p.p2 { color: #032953; font-size: 30px; }
.pt-4 .ui-c .items p.p3 { color: #032953; padding: 25px 0 0; font-size: 32px; }
.pt-4 .ui-c .items p.p4 { color: #032953; font-size: 30px; font-weight: bold; }
.pt-4 .ui-c .items p.p5 { padding: 25px 0; font-size: 15px; }
.pt-4 .ui-c .items p.p6 a { color: #333; display: inline-block; line-height: 20px; padding: 10px 25px; border: 1px solid #ddd; -moz-border-radius: 100px 100px 100px 100px; -webkit-border-radius: 100px 100px 100px 100px; -o-border-radius: 100px 100px 100px 100px; border-radius: 100px 100px 100px 100px; }
.pt-4 .ui-c .items p.p6 a:hover { color: #fff; border: 1px solid #032953; background-color: #032953; text-decoration: none; }

.pt-5 { display: inline-block; width: 100%; padding: 80px 0; }
.pt-5 .ui-h { position: relative; display: inline-block; width: 100%; margin: 0 0 30px 0; text-align: center; }
.pt-5 .ui-h .navs { display: inline-block; margin: 20px 0 0; }
.pt-5 .ui-h .navs ul li { float: left; }
.pt-5 .ui-h .navs ul a { color: #fff; display: inline-block; margin: 0 10px; padding: 6px 15px; font-size: 14px; background-color: #032953; -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-5 .ui-h .navs ul a:hover { text-decoration: none; background-color: #f0590e; }
.pt-5 .ui-c { display: inline-block; width: 100%; padding: 0 0 50px; }
.pt-5 .ui-c a.items { display: block; }
.pt-5 .ui-c a.items .item { display: inline-block; width: 100%; }
.pt-5 .ui-c a.items .pics { position: relative; display: block; }
.pt-5 .ui-c a.items .pics .pic { height: 220px; background-repeat: no-repeat; background-position: center center; background-size: cover; -moz-border-radius: 10px 10px 0px 0px; -webkit-border-radius: 10px 10px 0px 0px; -o-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px; }
.pt-5 .ui-c a.items .pics .daw { color: #fff; position: absolute; left: 50%; bottom: -40px; display: flex; width: 90px; height: 90px; margin: 0 0 0 -45px; text-align: center; background-color: #f0590e; align-items: center; justify-content: 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; transition: all 0.6s; }
.pt-5 .ui-c a.items .pics .daw .top { padding: 4px 0 0; font-size: 20px; font-family: 'poppins'; }
.pt-5 .ui-c a.items .pics .daw .bom { font-size: 12px; font-family: 'poppins'; }
.pt-5 .ui-c a.items .infs { display: block; padding: 50px 20px 20px; transition: all 0.6s; -moz-border-radius: 0px 0px 10px 10px; -webkit-border-radius: 0px 0px 10px 10px; -o-border-radius: 0px 0px 10px 10px; border-radius: 0px 0px 10px 10px; }
.pt-5 .ui-c a.items .infs .p1 { height: 51px; margin: 0 0 5px 0; font-size: 16px; font-weight: 500; overflow: hidden; }
.pt-5 .ui-c a.items .infs .p2 { color: #999; margin: 20px 0; font-size: 13px; }
.pt-5 .ui-c a.items .infs .p3 { color: #f0590e; margin: 20px 0; font-size: 13px; text-transform: uppercase; font-family: 'poppins'; }
.pt-5 .ui-c a.items:hover .pics .daw { bottom: -30px; }
.pt-5 .ui-c a.items:hover .infs { background-color: #032953; }
.pt-5 .ui-c a.items:hover .infs p { color: #fff; }
.pt-5 .ui-c a.items:hover .infs p.p1 { color: #fff; }

.pt-6 { display: inline-block; width: 100%; }
.pt-6 .ui-w { display: inline-block; width: 100%; }
.pt-6 .ui-c { display: inline-block; width: 100%; }
.pt-6 .ui-c .mleft { width: 50%; float: left; overflow: hidden; }
.pt-6 .ui-c .mleft .itemstop { display: inline-block; width: 100%; }
.pt-6 .ui-c .mleft .itemstop .items1 { display: flex; width: 50%; height: 380px; float: left; align-items: center; justify-content: center; background-color: #f0590e; background-size: cover; }
.pt-6 .ui-c .mleft .itemstop .items1 .item { display: block; padding: 60px; }
.pt-6 .ui-c .mleft .itemstop .items1 .item p { color: #fff; }
.pt-6 .ui-c .mleft .itemstop .items1 .item p.p1 { font-size: 32px; font-weight: bold; }
.pt-6 .ui-c .mleft .itemstop .items1 .item p.p2 { padding: 15px 0; font-size: 14px; }
.pt-6 .ui-c .mleft .itemstop .items1 .item p.p3 { font-size: 16px; }
.pt-6 .ui-c .mleft .itemstop .items2 { width: 50%; height: 380px; float: left; background-image: url("../images/zhaoshang.jpg"); background-size: cover; }
.pt-6 .ui-c .mleft .itemsbom { display: inline-block; width: 100%; height: 380px; }
.pt-6 .ui-c .mleft .itemsbom .items1 { width: 50%; height: 380px; float: left; background-color: #001842; background-image: url("../images/zsjm.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.pt-6 .ui-c .mleft .itemsbom .items2 { display: flex; width: 50%; height: 380px; float: left; align-items: center; justify-content: center; background-color: #032953; background-size: cover; }
.pt-6 .ui-c .mleft .itemsbom .items2 .item { display: block; padding: 60px; }
.pt-6 .ui-c .mleft .itemsbom .items2 .item p { color: #fff; }
.pt-6 .ui-c .mleft .itemsbom .items2 .item p.p1 { font-size: 32px; font-weight: bold; }
.pt-6 .ui-c .mleft .itemsbom .items2 .item p.p2 { padding: 15px 0; font-size: 14px; text-transform: uppercase; }
.pt-6 .ui-c .mleft .itemsbom .items2 .item p.p3 { font-size: 16px; }
.pt-6 .ui-c .mright { width: 50%; float: right; overflow: hidden; }
.pt-6 .ui-c .mright .itemcon { padding: 50px 80px; }
.pt-6 .ui-c .mright .itemcon .items1 p { color: #032953; }
.pt-6 .ui-c .mright .itemcon .items1 p.p1 { color: #f0590e; font-size: 32px; font-weight: bold; }
.pt-6 .ui-c .mright .itemcon .items1 p.p2 { padding: 15px 0; font-size: 14px; }
.pt-6 .ui-c .mright .itemcon .items1 p.p3 { font-size: 16px; }

.pt-7 { display: inline-block; width: 100%; }
.pt-7 .ui-w { padding: 50px 30px; }
.pt-7 .ui-c { display: inline-block; width: 100%; }
.pt-7 .ui-c .says { display: flex; width: 45%; height: 182px; float: left; align-items: center; }
.pt-7 .ui-c .says p { color: #ffffff; }
.pt-7 .ui-c .says p.p1 { font-size: 28px; font-weight: bold; letter-spacing: 2px; }
.pt-7 .ui-c .says p.p1 .iconfont { margin: 0 15px 0 0; font-size: 40px; font-weight: normal; }
.pt-7 .ui-c .says p.p2 { font-size: 16px; }
.pt-7 .ui-c .message { width: 50%; float: right; }
.pt-7 .ui-c .message .sin { display: inline-block; float: left; margin: 3px 0; }
.pt-7 .ui-c .message .sin .lab { display: none; }
.pt-7 .ui-c .message .sin .swra { padding: 10px 10px; background-color: #fff; overflow: hidden; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
.pt-7 .ui-c .message .sin .swra .text { width: 100%; height: 22px; line-height: 22px; border: 0 none; font-size: 13px; }
.pt-7 .ui-c .message .sin .swra .textarea { width: 100%; height: 60px; border: 0 none; font-size: 13px; }
.pt-7 .ui-c .message .sinrealname { width: 50%; float: left; }
.pt-7 .ui-c .message .sinrealname .swra { margin: 0 6px 0 0; }
.pt-7 .ui-c .message .sinphone { width: 50%; float: right; }
.pt-7 .ui-c .message .sincontent { clear: both; width: 100%; }
.pt-7 .ui-c .message .sincode { width: 248px; }
.pt-7 .ui-c .message .sincode .swra { width: 100px; float: left; }
.pt-7 .ui-c .message .sincode .checkcodes { width: 108px; float: right; padding: 6px 6px 7px; background-color: #fff; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
.pt-7 .ui-c .message .sinsubmit { float: right; }
.pt-7 .ui-c .message .sinsubmit .submit { color: #032953; height: 42px; line-height: 42px; padding: 0 15px; border: 0 none; background-color: #fff; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }

.pt-8 { position: relative; display: inline-block; width: 100%; background-image: url("../images/bg13.jpg"); background-repeat: no-repeat; background-position: right center; }
.pt-8 .ui-w { display: inline-block; width: 100%; }
.pt-8 .ui-h { position: relative; display: flex; align-items: center; justify-content: center; width: 28%; height: 750px; float: left; background-image: url("../images/products.jpg"); background-repeat: no-repeat; background-position: center top; background-size: cover; z-index: 100; }
.pt-8 .ui-h .pclasswra { position: relative; right: -200px; width: 50%; padding: 50px 40px; background-color: #f0590e; -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; }
.pt-8 .ui-h .pclasswra .classwra { width: 100%; }
.pt-8 .ui-h .pclasswra .classwra .items { display: inline-block; width: 100%; }
.pt-8 .ui-h .pclasswra .classwra p { color: #fff; }
.pt-8 .ui-h .pclasswra .classwra p.p1 { font-size: 16px; font-family: 'poppins'; text-transform: uppercase; }
.pt-8 .ui-h .pclasswra .classwra p.p2 { font-size: 40px; font-weight: bold; }
.pt-8 .ui-h .pclasswra .classwra p.p3 { padding: 15px 0; }
.pt-8 .ui-h .pclasswra .classwra p.p3 b { display: inline-block; width: 15%; height: 2px; background-color: #fff; }
.pt-8 .ui-h .pclasswra .classwra p.p4 { padding: 0 0 15px; font-size: 14px; font-family: 'poppins'; }
.pt-8 .ui-h .pclasswra .classwra p.p5 { padding: 0 0 25px; }
.pt-8 .ui-h .pclasswra .classwra p.p5 a { color: #f0590e; display: inline-block; padding: 10px 25px; font-size: 15px; background-color: #fff; -moz-border-radius: 100px 100px 100px 100px; -webkit-border-radius: 100px 100px 100px 100px; -o-border-radius: 100px 100px 100px 100px; border-radius: 100px 100px 100px 100px; transition: all 0.6s; }
.pt-8 .ui-h .pclasswra .classwra p.p5 a:hover { color: #f0590e; text-decoration: none; background-color: #efec08; }
.pt-8 .ui-h .pclasswra .classwra p.p6 img { width: 100%; -moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px; -o-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px; }
.pt-8 .ui-c { position: relative; width: 72%; float: right; z-index: 50; }
.pt-8 .ui-c .slidewras { display: flex; height: 750px; margin: 0 0 0 120px; align-items: center; justify-content: center; overflow: hidden; }
.pt-8 .ui-c .slidewra { display: inline-block; width: 100%; }
.pt-8 .ui-c ul { display: inline-block; width: 100%; }
.pt-8 .ui-c li { width: 33%; float: left; margin: 0 0 30px; }
.pt-8 .ui-c a.items { display: block; padding: 15px; overflow: hidden; cursor: pointer; }
.pt-8 .ui-c .item { position: relative; display: block; padding: 20px; border: 1px solid #fff; background-color: #fff; transition: all 0.6s; -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; }
.pt-8 .ui-c .pics { display: block; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; -o-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; overflow: hidden; }
.pt-8 .ui-c .pics .pic { width: 100%; height: 230px; transition: all 0.6s; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.pt-8 .ui-c .infs { display: block; padding: 20px 0 15px; font-size: 16px; font-weight: bold; text-align: center; }
.pt-8 .ui-c .infs p { text-align: left; }
.pt-8 .ui-c .infs p.p1 { font-size: 24px; font-weight: bold; }
.pt-8 .ui-c .infs p.p2 { padding: 20px 0; font-size: 14px; }
.pt-8 .ui-c .infs p.p3 b { color: #f0590e; font-size: 14px; font-weight: normal; }
.pt-8 .ui-c a.items:hover { text-decoration: none; }
.pt-8 .ui-c a.items:hover .item { box-shadow: 0 5px 15px 0 rgba(23, 44, 82, 0.1); }
.pt-8 .ui-f { position: absolute; bottom: 50px; left: 0; width: 100%; text-align: center; z-index: 120; }

.ut-1 { width: 100%; }
.ut-1 .ui-c { display: flex; align-items: center; justify-content: center; width: 100%; padding: 100px 0; }
.ut-1 .ui-c .items .dv2 { padding: 25px; background-color: rgba(206, 8, 5, 0.75); -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; }
.ut-1 .ui-c .items p { color: #fff; -moz-text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.4); -webkit-text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.4); -o-text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.4); text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.4); }
.ut-1 .ui-c .items p.p2 { color: #fff; margin: 0 0 15px 0; font-size: 43px; font-weight: bold; }
.ut-1 .ui-c .items p.p3 { margin: 5px 0; font-size: 15px; }

.wow { visibility: hidden; }

@media only screen and (min-width: 0px) and (max-width: 639px) { html { font-size: 13px; }
  .ly-ct { width: auto; }
  .ly-cc { margin: 0 0.8rem; }
  .ly-cw { margin: 0 0.8rem; }
  #pg-headers { background-color: #fff; }
  #pg-headers .logowra { display: none; }
  #pg-headers .ui-h { display: none; }
  #pg-headers .ui-c { display: none; }
  #pg-headers .vi-c { display: block; border-top: 2px solid #032953; }
  #pg-headers .vi-c .mwras { display: inline-block; width: 100%; padding: 1rem 0 1rem; }
  #pg-headers .vi-c .mwras a.logo { display: inline-block; }
  #pg-headers .vi-c .mwras a.logo img { height: 3rem; }
  #pg-headers .vi-c .mwras a.menubtn, #pg-headers .vi-c .mwras a.searchbtn { color: #032953; display: inline-block; float: right; text-align: center; -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-headers .vi-c .mwras a.menubtn span.iconfont, #pg-headers .vi-c .mwras a.searchbtn span.iconfont { display: inline-block; padding: 0.35rem 0 0; line-height: 2rem; font-size: 2rem; }
  #pg-headers .vi-c .mwras a.menubtn:hover, #pg-headers .vi-c .mwras a.searchbtn:hover { text-decoration: none; }
  #pg-headers .vi-c .mwras a.menubtn { margin: 0 0.8rem 0 0.8rem; }
  #pg-middles { padding: 0 0; }
  #pg-banners .ui-c .bheight { height: 32vh; }
  #pg-banners .ui-c .webimg { display: none; }
  #pg-banners .ui-c .wapimg { display: inline-block; width: 100%; }
  #pg-banners .ui-c .wapimg img { width: 100%; }
  #pg-banners .ui-c .texti { padding: 0 2rem; }
  #pg-banners .ui-c .texti p.p0 { padding: 0; font-size: 1.4rem; text-transform: uppercase; }
  #pg-banners .ui-c .texti p.p1 { font-size: 2.0rem; }
  #pg-banners .ui-c .texti p.p2 { font-size: 1.2rem; }
  #pg-banners .ui-f { bottom: 2rem; }
  #pg-banners .ui-b { display: none; }
  #pg-banner .ui-c { height: 30vh; }
  #pg-banner .cn { width: 80%; margin: 0 auto; font-size: 1.7rem; }
  #pg-banner .ln { padding: 1.4rem 0; }
  #pg-banner .ln b { width: 50px; }
  #pg-banner .sm { width: 80%; margin: 0 auto; font-size: 0.95rem; }
  #pg-footers { padding: 0 0 60px; background-size: cover; }
  #pg-footers .ui-c .mtop { display: none; }
  #pg-footers .ui-c .mcenter { margin: 0; }
  #wn-fix { display: none; }
  #wn-top { right: 20px; bottom: 6rem; }
  #pg-navs { display: block; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 779; }
  #pg-navs .ui-c { border-top: 1px solid #eeeeee; background-color: #ffffff; }
  #pg-navs ul { display: inline-block; width: 100%; }
  #pg-navs ul li { width: 25%; float: left; }
  #pg-navs ul li .items { display: block; border-right: 1px solid #eeeeee; }
  #pg-navs ul li .items a { display: block; padding: 0.5rem 0; text-align: center; }
  #pg-navs ul li .items a span { display: block; }
  #pg-navs ul li .items a span.iconfont { color: #000; margin: 0 0 0.4rem 0; line-height: 2rem; font-size: 1.8rem; font-weight: 450; }
  #pg-navs ul li .items a span.font { color: #666; line-height: 1rem; font-size: 0.9rem; font-weight: 380; }
  #pg-navs ul li .items a:hover { text-decoration: none; }
  #pg-navs ul li.li2 { width: 34%; }
  #wp-navs { display: block; }
  .ly-article { margin: 0; }
  .ly-aside { display: none; }
  .cm-none { margin: 0 0.4rem; }
  .cm-t1 { padding: 0 0 1.5rem 0; }
  .cm-t1 p.en { margin: 0; font-size: 1.4rem; font-weight: normal; }
  .cm-t1 p.cn { font-size: 2.2rem; }
  .cm-page table tr td a, .cm-page table tr td .unlink { padding: 4px 10px; font-size: 1rem; }
  .cm-ptop { margin: 0 0 2rem 0; }
  .cm-ptop .picw { width: 100%; margin: 0 0 1rem 0; }
  .cm-ptop .picw .items { width: 100%; padding: 0; }
  .cm-ptop .picw .item { display: inline-block; height: auto; }
  .cm-ptop .picw img { max-width: 100%; max-height: 45vh; }
  .cm-ptop .infw { margin: 0; }
  .cm-ptop .infw .infs { padding: 0; }
  .cm-ptop .infw .pinfo p.once { margin: 0 0 1rem 0; font-size: 2rem; }
  .cm-pcen { margin: 0 0 2rem 0; }
  .cm-pcen .ui-h { padding: 0.8rem 0; }
  .cm-pcen .ui-h .tit { padding: 0 0 0 1rem; font-size: 1.2rem; }
  .cm-pcen .ui-c .nlist li { width: 25%; }
  .cm-pcen .ui-c .nlist .items { padding: 1rem; }
  .cm-pcen .ui-c .plist { padding: 1rem 0; }
  .cm-pcen .ui-c .plist li { width: 50%; }
  .cm-pcen .ui-c .plist li .items { padding: 0 0.4rem; }
  .cm-pcen .ui-c .plist li .pic { background-size: cover; }
  .cm-show2 { margin: 0; padding: 0.8rem; }
  .cm-show2 .cd-h h1 { font-size: 1.6rem; }
  .cm-tclass { padding: 0.8rem 0.4rem; }
  .cm-tclass a { padding: 0.6rem 1rem; }
  .cm-product { margin: 0; padding: 0 0.4rem; border-left: 0 none; }
  .cm-search { padding: 1.5rem 0; }
  .cm-list1 li { width: 50%; }
  .cm-list1 a.items { padding: 0; }
  .cm-list1 .infs { padding: 1rem; font-size: 1.2rem; font-weight: normal; }
  .cm-list2 { padding: 0 0.4rem; }
  .cm-list2 li { width: 100%; margin: 0 0 0.8rem 0; }
  .cm-list2 .pics .pic { height: 20vh; -moz-border-radius: 2px 2px 0px 0px; -webkit-border-radius: 2px 2px 0px 0px; -o-border-radius: 2px 2px 0px 0px; border-radius: 2px 2px 0px 0px; }
  .cm-list2 .tit { height: auto; line-height: 1.4; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
  .cm-list2 .smy { margin: 1rem 0; font-size: 1rem; }
  .cm-list2 a.items { margin: 0; }
  .cm-style1 { margin: 2rem 0; }
  .cm-style1 .ui-w { padding: 1rem; }
  .cm-style1 table img { width: 60px; height: 60px; }
  .cm-style2 { margin: 1rem 0; }
  .cm-style2 .ui-w { padding: 1rem; }
  .cm-style2 .pics { width: 100%; margin: 0 0 1rem 0; overflow: hidden; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
  .cm-style2 .pic { height: 26vh; overflow: hidden; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
  .cm-style2 .infs { width: 100%; }
  .cm-style2 .infx { height: auto; }
  .cm-style3 { margin: 0.4rem 0 0.8rem; }
  .cm-style3 .ui-w { padding: 0.4rem; }
  .cm-style3 .pics { width: 100%; margin: 0 0 1rem 0; overflow: hidden; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
  .cm-style3 .pic { height: 25vh; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; overflow: hidden; }
  .cm-style3 .infs { width: 100%; }
  .cm-style3 .infx { height: auto; }
  .cm-style4 { width: 100%; padding: 2rem 0; }
  .cm-style4 .ui-s { margin: 2rem 0; }
  .cm-style4 .ui-s .swiper-slide { width: 100px; }
  .cm-style4 .ui-c { padding: 1rem; }
  .cm-style4 .ui-c .items .pics { width: 100%; }
  .cm-style4 .ui-c .items .pics .pic { height: 25vh; margin: 0; }
  .cm-style4 .ui-c .items .infs { width: 100%; }
  .cm-style4 .ui-c .items .infw { height: 30vh; }
  .cm-style4 .ui-c .items .inf { width: 90%; }
  .cm-style4 .ui-c .items .inf p.p1 { margin: 0 0 0.8rem 0; font-size: 1.4rem; }
  .cm-style4 .ui-c .items .inf p.p2 { font-size: 1rem; }
  .cm-style4 .ui-c .items .inf p.p3 { font-size: 1rem; }
  .cm-style6 { padding: 3rem 0; }
  .cm-style6 .ui-c { padding: 0; }
  .cm-style6 .ui-c a { background: none; }
  .cm-style6 .ui-c .items { padding: 0; }
  .cm-style6 .ui-c .pics .pic { height: 28vh; }
  .cm-style6 .ui-c .inf { width: 100%; }
  .cm-style6 .ui-c .inf p { font-size: 1rem; }
  .cm-style7 { padding: 3rem 0; }
  .cm-style7 .ui-c li { width: 50%; margin: 0 0 1rem 0; }
  .cm-style7 .ui-c .pics img { width: 50px; }
  .cm-style7 .ui-c .inf p { margin: 5px 0; }
  .cm-style7 .ui-c .inf p.p1 { font-size: 1.5rem; }
  .cm-style9 { padding: 2rem 0 0.8rem 0; }
  .cm-style9 .ui-w { margin: 0 0.4rem; }
  .cm-style9 .cm-t1 { display: none; }
  .cm-style9 .ui-c { text-align: center; }
  .cm-style9 .inf { width: 100%; margin: 0 0 2rem 0; }
  .cm-style9 .inf h1 { font-size: 2rem; }
  .cm-style9 .pic { width: 100%; text-align: center; }
  .cm-style9 .pic img { max-width: 160px; }
  .cm-txt { padding: 2rem 0; }
  .cm-con img { max-width: 100%; }
  .cm-message { width: auto; float: none; margin: 0 0.4rem; }
  .cw-join-2 .cm-style7 .ui-c li { width: 50%; }
  .cw-join-2 .cm-style7 .ui-c li .pics .pic img { width: 40px; }
  .cw-join-2 .cm-style7 .ui-c li .infs { margin: 10px 0 0; }
  .cw-join-2 .cm-style7 .ui-c li .infs .inf p.p1 { font-size: 1rem; }
  .cw-join-mess { padding: 3rem 0 1rem; }
  .cw-join-mess .pics { display: none; }
  .cw-join-mess .pics .picw { margin: 0 0 1rem 0; }
  .cw-join-mess .mess { width: 100%; }
  .cw-join-last .mapwras { margin: 0 0.4rem; padding: 0.8rem; border: 1px solid #eee; }
  .ut-1 .ui-c .items p.p2 { font-size: 2rem; }
  .ut-1 .ui-c .items p.p3 { font-size: 1rem; }
  .sections4 { background-repeat: right bottom; background-size: 40%; }
  .sections4 .lomo1 { display: none; }
  .sections01 { padding: 0.8rem 0; }
  .cm-asides { width: 100%; float: none; }
  .cm-cclass { border: 0 none; }
  .cm-cclass .ch-3 { display: none; }
  .cm-cclass .ui-c { padding: 0; }
  .cm-cclass .ui-c .list2 .item { display: none; }
  .cm-cclass .ui-c .list2 ul { display: inline-block; width: 100%; }
  .cm-cclass .ui-c .list2 ul li { float: left; margin: 0 5px 5px 0; padding: 0; }
  .cm-cclass .ui-c .list2 ul li .items { padding: 0; }
  .cm-cclass .ui-c .list2 ul li .items a.sname { color: #fff; display: inline-block; padding: 0.4rem 0.8rem; font-size: 1rem; background-color: #032953; -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-cclass .ui-c .list2 ul li .items a.sname:hover { color: #fff; }
  .cm-cclass .ui-c .list2 ul li.curr .items a.sname { color: #fff; background-color: #f0590e; }
  .cm-cclass .ui-c .list2 ul li.curr .items a.sname:hover { color: #fff; }
  .cm-oclass { display: none; }
  .cm-zclass { display: inline-block; width: 100%; margin: 0 0 15px 0; }
  .cm-zclass .list { margin: 0 0.4rem; }
  .cm-zclass ul { width: 100%; float: left; }
  .cm-zclass ul li { float: left; margin: 0 5px 5px 0; }
  .cm-zclass ul li a { display: inline-block; padding: 0.4rem 0.8rem; font-size: 0.9rem; border: 1px solid #eee; background-color: #fff; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
  .cm-zclass ul li.curr a { color: #f0590e; }
  .cm-pclass { margin: 0 0 0.5rem 0; }
  .cm-pclass .ui-c .list2 { padding: 0 0.4rem; }
  .cm-h .uleft p.p1 { font-size: 2rem; }
  .cm-h .uleft p.p2 { font-size: 1rem; }
  .cm-h .uright { display: none; }
  .cm-h1 p.en { line-height: 2rem; font-size: 2rem; }
  .cm-h1 p.cn { font-size: 2.0rem; }
  .cm-h1 p.co { color: #333; margin: 1.2rem auto 0; font-size: 1.1rem; }
  .cm-sh { margin: 0 0 2rem 0; }
  .cm-sh p.en { font-size: 1.8rem; }
  .pt-0 { padding: 1.5rem 0 3rem 0; }
  .pt-0 .ui-c { display: block; width: 100%; height: auto; }
  .pt-0 .mi-left { width: 100%; }
  .pt-0 .mi-left .mtop .cn { font-size: 2rem; }
  .pt-0 .mi-left .mtop .en { font-size: 1rem; }
  .pt-0 .mi-left .msmy { margin: 1rem 0 2rem 0; }
  .pt-0 .mi-left .msmy .ccon { font-size: 1rem; }
  .pt-0 .mi-left .mbot { margin: 0; }
  .pt-0 .mi-left .mbot a { margin: 0; }
  .pt-0 .mi-left .mbot a .knowus { display: block; line-height: 3rem; font-size: 1rem; }
  .pt-0 .mi-left .mbot a .phone { line-height: 3rem; font-size: 1.1rem; font-family: arial; }
  .pt-0 .mi-right { display: none; }
  .pt-1 { padding: 2rem 0; }
  .pt-1 .ui-c { margin: 1.5rem 0 0; }
  .pt-1 ul { height: auto; }
  .pt-1 li { width: 100%; border-bottom: 1px solid #eee; }
  .pt-1 li .itemwra { padding: 1rem; }
  .pt-1 li .font { font-size: 1rem; }
  .pt-1 li .ileft { width: 25%; }
  .pt-1 li .ileft .font { display: none; }
  .pt-1 li .ileft .jia { display: none; }
  .pt-1 li .ileft .tits { color: #fff; font-size: 1rem; }
  .pt-1 li .ileft .iconfont { font-size: 2rem; }
  .pt-1 li .ileft .items { height: 90px; background-color: #f0590e; -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; }
  .pt-1 li .ileft .item { color: #fff; }
  .pt-1 li .iright { display: inline-block; width: 75%; height: 90px; }
  .pt-1 li .iright .lists { height: 60px; }
  .pt-1 li .iright .list { padding: 15px; }
  .pt-1 li.curr { width: 100%; }
  .pt-1 li.curr .ileft { width: 25%; float: left; }
  .pt-1 li.curr .iright { display: inline-block; width: 75%; float: right; }
  .pt-1 li.curr .iright .list { padding: 15px; }
  .pt-1 li.oth { width: 100%; }
  .pt-2 { padding: 2rem 0; }
  .pt-2 .ui-c { margin: 1.5rem 0 0; }
  .pt-2 ul.ul2 { overflow: hidden; -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; }
  .pt-2 ul.ul2 li { width: 100%; }
  .pt-2 li.curr a.item .txt .c1 { font-size: 2.4rem; }
  .pt-2 a.item { height: 30vh; }
  .pt-2 .txt { height: 30vh; }
  .pt-2 .txt .c1 { margin: 0; font-size: 2rem; }
  .pt-2 .txt .c2 { font-size: 1rem; }
  .pt-2 .lom { height: 30vh; background-size: cover; }
  .pt-3 { padding: 4rem 0 3rem; }
  .pt-3 .ui-c { padding: 0; }
  .pt-4 { padding: 1rem 0 2rem 0; }
  .pt-4 .ui-h { width: 100%; height: auto; }
  .pt-4 .ui-h .slideimg { height: 30vh; background-repeat: no-repeat; background-position: center center; }
  .pt-4 .ui-c { width: 100%; height: auto; padding: 1.5rem 0 0; }
  .pt-4 .ui-c .itemwras { height: auto; }
  .pt-4 .ui-c .items { margin: 0; }
  .pt-4 .ui-c .items p.p1 { line-height: normal; font-size: 2rem; }
  .pt-4 .ui-c .items p.p2 { font-size: 1.2rem; }
  .pt-4 .ui-c .items p.p3 { display: none; padding: 0; font-size: 1.5rem; }
  .pt-4 .ui-c .items p.p4 { font-size: 1.8rem; }
  .pt-4 .ui-c .items p.p5 { padding: 1rem 0 1rem; font-size: 1rem; }
  .pt-4 .ui-c .items p.p6 a { font-size: 1rem; }
  .pt-5 { padding: 2rem 0; }
  .pt-5 .ui-c a.items .pics .pic { height: 25vh; }
  .pt-5 .ui-c a.items .infs p.p1 { font-size: 1.1rem; }
  .pt-5 .ui-c a.items .infs p.p2 { display: none; }
  .pt-6 .ui-c .mleft { width: 100%; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; -o-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; overflow: hidden; }
  .pt-6 .ui-c .mleft .itemstop .items1 { height: 28vh; }
  .pt-6 .ui-c .mleft .itemstop .items1 .item { padding: 1.2rem; }
  .pt-6 .ui-c .mleft .itemstop .items1 .item p.p1 { font-size: 1.3rem; }
  .pt-6 .ui-c .mleft .itemstop .items1 .item p.p2 { padding: 0.6rem 0; font-size: 1rem; }
  .pt-6 .ui-c .mleft .itemstop .items1 .item p.p3 { line-height: 1.3; font-size: 1rem; }
  .pt-6 .ui-c .mleft .itemstop .items2 { height: 28vh; }
  .pt-6 .ui-c .mleft .itemsbom { height: auto; }
  .pt-6 .ui-c .mleft .itemsbom .items1 { height: 28vh; }
  .pt-6 .ui-c .mleft .itemsbom .items2 { height: 28vh; background-color: #df4800; }
  .pt-6 .ui-c .mleft .itemsbom .items2 .item { padding: 1.2rem; }
  .pt-6 .ui-c .mleft .itemsbom .items2 .item p.p1 { font-size: 1.3rem; }
  .pt-6 .ui-c .mleft .itemsbom .items2 .item p.p2 { padding: 0.6rem 0; font-size: 1rem; }
  .pt-6 .ui-c .mleft .itemsbom .items2 .item p.p3 { line-height: 1.3; font-size: 1rem; }
  .pt-6 .ui-c .mright { display: none; }
  .pt-7 .ui-w { padding: 2rem 0; }
  .pt-7 .ui-c .says { width: 100%; margin: 0 0 2rem 0; height: auto; }
  .pt-7 .ui-c .says p.p1 { font-size: 1.6rem; }
  .pt-7 .ui-c .says p.p1 .iconfont { font-size: 1.6rem; }
  .pt-7 .ui-c .says p.p2 { font-size: 1rem; }
  .pt-7 .ui-c .message { width: 100%; } }
@media only screen and (min-width: 640px) and (max-width: 959px) { html { font-size: 14px; }
  .ly-ct { width: auto; }
  .ly-cc { margin: 0 0.8rem; }
  .ly-cw { margin: 0 0.8rem; }
  #pg-headers { background-color: #fff; }
  #pg-headers .logowra { display: none; }
  #pg-headers .ui-h { display: none; }
  #pg-headers .ui-c { display: none; }
  #pg-headers .vi-c { display: block; border-top: 2px solid #032953; }
  #pg-headers .vi-c .mwras { display: inline-block; width: 100%; padding: 1rem 0 1rem; }
  #pg-headers .vi-c .mwras a.logo { display: inline-block; }
  #pg-headers .vi-c .mwras a.logo img { height: 3rem; }
  #pg-headers .vi-c .mwras a.menubtn, #pg-headers .vi-c .mwras a.searchbtn { color: #032953; display: inline-block; float: right; text-align: center; -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-headers .vi-c .mwras a.menubtn span.iconfont, #pg-headers .vi-c .mwras a.searchbtn span.iconfont { display: inline-block; padding: 0.35rem 0 0; line-height: 2rem; font-size: 2rem; }
  #pg-headers .vi-c .mwras a.menubtn:hover, #pg-headers .vi-c .mwras a.searchbtn:hover { text-decoration: none; }
  #pg-headers .vi-c .mwras a.menubtn { margin: 0 0.8rem 0 0.8rem; }
  #pg-middles { padding: 0 0; }
  #pg-banners .ui-c .bheight { height: 32vh; }
  #pg-banners .ui-c .webimg { display: none; }
  #pg-banners .ui-c .wapimg { display: inline-block; width: 100%; }
  #pg-banners .ui-c .wapimg img { width: 100%; }
  #pg-banners .ui-c .texti { padding: 0 2rem; }
  #pg-banners .ui-c .texti p.p0 { padding: 0; font-size: 1.4rem; text-transform: uppercase; }
  #pg-banners .ui-c .texti p.p1 { font-size: 2.0rem; }
  #pg-banners .ui-c .texti p.p2 { font-size: 1.2rem; }
  #pg-banners .ui-f { bottom: 2rem; }
  #pg-banners .ui-b { display: none; }
  #pg-banner .ui-c { height: 30vh; }
  #pg-banner .cn { width: 80%; margin: 0 auto; font-size: 1.7rem; }
  #pg-banner .ln { padding: 1.4rem 0; }
  #pg-banner .ln b { width: 50px; }
  #pg-banner .sm { width: 80%; margin: 0 auto; font-size: 0.95rem; }
  #pg-footers { padding: 0 0 60px; background-size: cover; }
  #pg-footers .ui-c .mtop { display: none; }
  #pg-footers .ui-c .mcenter { margin: 0; }
  #wn-fix { display: none; }
  #wn-top { right: 20px; bottom: 6rem; }
  #pg-navs { display: block; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 779; }
  #pg-navs .ui-c { border-top: 1px solid #eeeeee; background-color: #ffffff; }
  #pg-navs ul { display: inline-block; width: 100%; }
  #pg-navs ul li { width: 25%; float: left; }
  #pg-navs ul li .items { display: block; border-right: 1px solid #eeeeee; }
  #pg-navs ul li .items a { display: block; padding: 0.5rem 0; text-align: center; }
  #pg-navs ul li .items a span { display: block; }
  #pg-navs ul li .items a span.iconfont { color: #000; margin: 0 0 0.4rem 0; line-height: 2rem; font-size: 1.8rem; font-weight: 450; }
  #pg-navs ul li .items a span.font { color: #666; line-height: 1rem; font-size: 0.9rem; font-weight: 380; }
  #pg-navs ul li .items a:hover { text-decoration: none; }
  #pg-navs ul li.li2 { width: 34%; }
  #wp-navs { display: block; }
  .ly-article { margin: 0; }
  .ly-aside { display: none; }
  .cm-none { margin: 0 0.4rem; }
  .cm-t1 { padding: 0 0 1.5rem 0; }
  .cm-t1 p.en { margin: 0; font-size: 1.4rem; font-weight: normal; }
  .cm-t1 p.cn { font-size: 2.2rem; }
  .cm-page table tr td a, .cm-page table tr td .unlink { padding: 4px 10px; font-size: 1rem; }
  .cm-ptop { margin: 0 0 2rem 0; }
  .cm-ptop .picw { width: 100%; margin: 0 0 1rem 0; }
  .cm-ptop .picw .items { width: 100%; padding: 0; }
  .cm-ptop .picw .item { display: inline-block; height: auto; }
  .cm-ptop .picw img { max-width: 100%; max-height: 45vh; }
  .cm-ptop .infw { margin: 0; }
  .cm-ptop .infw .infs { padding: 0; }
  .cm-ptop .infw .pinfo p.once { margin: 0 0 1rem 0; font-size: 2rem; }
  .cm-pcen { margin: 0 0 2rem 0; }
  .cm-pcen .ui-h { padding: 0.8rem 0; }
  .cm-pcen .ui-h .tit { padding: 0 0 0 1rem; font-size: 1.2rem; }
  .cm-pcen .ui-c .nlist li { width: 25%; }
  .cm-pcen .ui-c .nlist .items { padding: 1rem; }
  .cm-pcen .ui-c .plist { padding: 1rem 0; }
  .cm-pcen .ui-c .plist li { width: 50%; }
  .cm-pcen .ui-c .plist li .items { padding: 0 0.4rem; }
  .cm-pcen .ui-c .plist li .pic { background-size: cover; }
  .cm-show2 { margin: 0; padding: 0.8rem; }
  .cm-show2 .cd-h h1 { font-size: 1.6rem; }
  .cm-tclass { padding: 0.8rem 0.4rem; }
  .cm-tclass a { padding: 0.6rem 1rem; }
  .cm-product { margin: 0; padding: 0 0.4rem; border-left: 0 none; }
  .cm-search { padding: 1.5rem 0; }
  .cm-list1 li { width: 50%; }
  .cm-list1 a.items { padding: 0; }
  .cm-list1 .infs { padding: 1rem; font-size: 1.2rem; font-weight: normal; }
  .cm-list2 { padding: 0 0.4rem; }
  .cm-list2 li { width: 100%; margin: 0 0 0.8rem 0; }
  .cm-list2 .pics .pic { height: 20vh; -moz-border-radius: 2px 2px 0px 0px; -webkit-border-radius: 2px 2px 0px 0px; -o-border-radius: 2px 2px 0px 0px; border-radius: 2px 2px 0px 0px; }
  .cm-list2 .tit { height: auto; line-height: 1.4; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
  .cm-list2 .smy { margin: 1rem 0; font-size: 1rem; }
  .cm-list2 a.items { margin: 0; }
  .cm-style1 { margin: 2rem 0; }
  .cm-style1 .ui-w { padding: 1rem; }
  .cm-style1 table img { width: 60px; height: 60px; }
  .cm-style2 { margin: 1rem 0; }
  .cm-style2 .ui-w { padding: 1rem; }
  .cm-style2 .pics { width: 100%; margin: 0 0 1rem 0; overflow: hidden; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
  .cm-style2 .pic { height: 26vh; overflow: hidden; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
  .cm-style2 .infs { width: 100%; }
  .cm-style2 .infx { height: auto; }
  .cm-style3 { margin: 0.4rem 0 0.8rem; }
  .cm-style3 .ui-w { padding: 0.4rem; }
  .cm-style3 .pics { width: 100%; margin: 0 0 1rem 0; overflow: hidden; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
  .cm-style3 .pic { height: 25vh; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; overflow: hidden; }
  .cm-style3 .infs { width: 100%; }
  .cm-style3 .infx { height: auto; }
  .cm-style4 { width: 100%; padding: 2rem 0; }
  .cm-style4 .ui-s { margin: 2rem 0; }
  .cm-style4 .ui-s .swiper-slide { width: 100px; }
  .cm-style4 .ui-c { padding: 1rem; }
  .cm-style4 .ui-c .items .pics { width: 100%; }
  .cm-style4 .ui-c .items .pics .pic { height: 25vh; margin: 0; }
  .cm-style4 .ui-c .items .infs { width: 100%; }
  .cm-style4 .ui-c .items .infw { height: 30vh; }
  .cm-style4 .ui-c .items .inf { width: 90%; }
  .cm-style4 .ui-c .items .inf p.p1 { margin: 0 0 0.8rem 0; font-size: 1.4rem; }
  .cm-style4 .ui-c .items .inf p.p2 { font-size: 1rem; }
  .cm-style4 .ui-c .items .inf p.p3 { font-size: 1rem; }
  .cm-style6 { padding: 3rem 0; }
  .cm-style6 .ui-c { padding: 0; }
  .cm-style6 .ui-c a { background: none; }
  .cm-style6 .ui-c .items { padding: 0; }
  .cm-style6 .ui-c .pics .pic { height: 28vh; }
  .cm-style6 .ui-c .inf { width: 100%; }
  .cm-style6 .ui-c .inf p { font-size: 1rem; }
  .cm-style7 { padding: 3rem 0; }
  .cm-style7 .ui-c li { width: 50%; margin: 0 0 1rem 0; }
  .cm-style7 .ui-c .pics img { width: 50px; }
  .cm-style7 .ui-c .inf p { margin: 5px 0; }
  .cm-style7 .ui-c .inf p.p1 { font-size: 1.5rem; }
  .cm-style9 { padding: 2rem 0 0.8rem 0; }
  .cm-style9 .ui-w { margin: 0 0.4rem; }
  .cm-style9 .cm-t1 { display: none; }
  .cm-style9 .ui-c { text-align: center; }
  .cm-style9 .inf { width: 100%; margin: 0 0 2rem 0; }
  .cm-style9 .inf h1 { font-size: 2rem; }
  .cm-style9 .pic { width: 100%; text-align: center; }
  .cm-style9 .pic img { max-width: 160px; }
  .cm-txt { padding: 2rem 0; }
  .cm-con img { max-width: 100%; }
  .cm-message { width: auto; float: none; margin: 0 0.4rem; }
  .cw-join-2 .cm-style7 .ui-c li { width: 50%; }
  .cw-join-2 .cm-style7 .ui-c li .pics .pic img { width: 40px; }
  .cw-join-2 .cm-style7 .ui-c li .infs { margin: 10px 0 0; }
  .cw-join-2 .cm-style7 .ui-c li .infs .inf p.p1 { font-size: 1rem; }
  .cw-join-mess { padding: 3rem 0 1rem; }
  .cw-join-mess .pics { display: none; }
  .cw-join-mess .pics .picw { margin: 0 0 1rem 0; }
  .cw-join-mess .mess { width: 100%; }
  .cw-join-last .mapwras { margin: 0 0.4rem; padding: 0.8rem; border: 1px solid #eee; }
  .ut-1 .ui-c .items p.p2 { font-size: 2rem; }
  .ut-1 .ui-c .items p.p3 { font-size: 1rem; }
  .sections4 { background-repeat: right bottom; background-size: 40%; }
  .sections4 .lomo1 { display: none; }
  .sections01 { padding: 0.8rem 0; }
  .cm-asides { width: 100%; float: none; }
  .cm-cclass { border: 0 none; }
  .cm-cclass .ch-3 { display: none; }
  .cm-cclass .ui-c { padding: 0; }
  .cm-cclass .ui-c .list2 .item { display: none; }
  .cm-cclass .ui-c .list2 ul { display: inline-block; width: 100%; }
  .cm-cclass .ui-c .list2 ul li { float: left; margin: 0 5px 5px 0; padding: 0; }
  .cm-cclass .ui-c .list2 ul li .items { padding: 0; }
  .cm-cclass .ui-c .list2 ul li .items a.sname { color: #fff; display: inline-block; padding: 0.4rem 0.8rem; font-size: 1rem; background-color: #032953; -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-cclass .ui-c .list2 ul li .items a.sname:hover { color: #fff; }
  .cm-cclass .ui-c .list2 ul li.curr .items a.sname { color: #fff; background-color: #f0590e; }
  .cm-cclass .ui-c .list2 ul li.curr .items a.sname:hover { color: #fff; }
  .cm-oclass { display: none; }
  .cm-zclass { display: inline-block; width: 100%; margin: 0 0 15px 0; }
  .cm-zclass .list { margin: 0 0.4rem; }
  .cm-zclass ul { width: 100%; float: left; }
  .cm-zclass ul li { float: left; margin: 0 5px 5px 0; }
  .cm-zclass ul li a { display: inline-block; padding: 0.4rem 0.8rem; font-size: 0.9rem; border: 1px solid #eee; background-color: #fff; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
  .cm-zclass ul li.curr a { color: #f0590e; }
  .cm-pclass { margin: 0 0 0.5rem 0; }
  .cm-pclass .ui-c .list2 { padding: 0 0.4rem; }
  .cm-h .uleft p.p1 { font-size: 2rem; }
  .cm-h .uleft p.p2 { font-size: 1rem; }
  .cm-h .uright { display: none; }
  .cm-h1 p.en { line-height: 2rem; font-size: 2rem; }
  .cm-h1 p.cn { font-size: 2.0rem; }
  .cm-h1 p.co { color: #333; margin: 1.2rem auto 0; font-size: 1.1rem; }
  .cm-sh { margin: 0 0 2rem 0; }
  .cm-sh p.en { font-size: 1.8rem; }
  .pt-0 { padding: 1.5rem 0 3rem 0; }
  .pt-0 .ui-c { display: block; width: 100%; height: auto; }
  .pt-0 .mi-left { width: 100%; }
  .pt-0 .mi-left .mtop .cn { font-size: 2rem; }
  .pt-0 .mi-left .mtop .en { font-size: 1rem; }
  .pt-0 .mi-left .msmy { margin: 1rem 0 2rem 0; }
  .pt-0 .mi-left .msmy .ccon { font-size: 1rem; }
  .pt-0 .mi-left .mbot { margin: 0; }
  .pt-0 .mi-left .mbot a { margin: 0; }
  .pt-0 .mi-left .mbot a .knowus { display: block; line-height: 3rem; font-size: 1rem; }
  .pt-0 .mi-left .mbot a .phone { line-height: 3rem; font-size: 1.1rem; font-family: arial; }
  .pt-0 .mi-right { display: none; }
  .pt-1 { padding: 2rem 0; }
  .pt-1 .ui-c { margin: 1.5rem 0 0; }
  .pt-1 ul { height: auto; }
  .pt-1 li { width: 100%; border-bottom: 1px solid #eee; }
  .pt-1 li .itemwra { padding: 1rem; }
  .pt-1 li .font { font-size: 1rem; }
  .pt-1 li .ileft { width: 25%; }
  .pt-1 li .ileft .font { display: none; }
  .pt-1 li .ileft .jia { display: none; }
  .pt-1 li .ileft .tits { color: #fff; font-size: 1rem; }
  .pt-1 li .ileft .iconfont { font-size: 2rem; }
  .pt-1 li .ileft .items { height: 90px; background-color: #f0590e; -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; }
  .pt-1 li .ileft .item { color: #fff; }
  .pt-1 li .iright { display: inline-block; width: 75%; height: 90px; }
  .pt-1 li .iright .lists { height: 60px; }
  .pt-1 li .iright .list { padding: 15px; }
  .pt-1 li.curr { width: 100%; }
  .pt-1 li.curr .ileft { width: 25%; float: left; }
  .pt-1 li.curr .iright { display: inline-block; width: 75%; float: right; }
  .pt-1 li.curr .iright .list { padding: 15px; }
  .pt-1 li.oth { width: 100%; }
  .pt-2 { padding: 2rem 0; }
  .pt-2 .ui-c { margin: 1.5rem 0 0; }
  .pt-2 ul.ul2 { overflow: hidden; -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; }
  .pt-2 ul.ul2 li { width: 100%; }
  .pt-2 li.curr a.item .txt .c1 { font-size: 2.4rem; }
  .pt-2 a.item { height: 30vh; }
  .pt-2 .txt { height: 30vh; }
  .pt-2 .txt .c1 { margin: 0; font-size: 2rem; }
  .pt-2 .txt .c2 { font-size: 1rem; }
  .pt-2 .lom { height: 30vh; background-size: cover; }
  .pt-3 { padding: 4rem 0 3rem; }
  .pt-3 .ui-c { padding: 0; }
  .pt-4 { padding: 1rem 0 2rem 0; }
  .pt-4 .ui-h { width: 100%; height: auto; }
  .pt-4 .ui-h .slideimg { height: 30vh; background-repeat: no-repeat; background-position: center center; }
  .pt-4 .ui-c { width: 100%; height: auto; padding: 1.5rem 0 0; }
  .pt-4 .ui-c .itemwras { height: auto; }
  .pt-4 .ui-c .items { margin: 0; }
  .pt-4 .ui-c .items p.p1 { line-height: normal; font-size: 2rem; }
  .pt-4 .ui-c .items p.p2 { font-size: 1.2rem; }
  .pt-4 .ui-c .items p.p3 { display: none; padding: 0; font-size: 1.5rem; }
  .pt-4 .ui-c .items p.p4 { font-size: 1.8rem; }
  .pt-4 .ui-c .items p.p5 { padding: 1rem 0 1rem; font-size: 1rem; }
  .pt-4 .ui-c .items p.p6 a { font-size: 1rem; }
  .pt-5 { padding: 2rem 0; }
  .pt-5 .ui-c a.items .pics .pic { height: 25vh; }
  .pt-5 .ui-c a.items .infs p.p1 { font-size: 1.1rem; }
  .pt-5 .ui-c a.items .infs p.p2 { display: none; }
  .pt-6 .ui-c .mleft { width: 100%; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; -o-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; overflow: hidden; }
  .pt-6 .ui-c .mleft .itemstop .items1 { height: 28vh; }
  .pt-6 .ui-c .mleft .itemstop .items1 .item { padding: 1.2rem; }
  .pt-6 .ui-c .mleft .itemstop .items1 .item p.p1 { font-size: 1.3rem; }
  .pt-6 .ui-c .mleft .itemstop .items1 .item p.p2 { padding: 0.6rem 0; font-size: 1rem; }
  .pt-6 .ui-c .mleft .itemstop .items1 .item p.p3 { line-height: 1.3; font-size: 1rem; }
  .pt-6 .ui-c .mleft .itemstop .items2 { height: 28vh; }
  .pt-6 .ui-c .mleft .itemsbom { height: auto; }
  .pt-6 .ui-c .mleft .itemsbom .items1 { height: 28vh; }
  .pt-6 .ui-c .mleft .itemsbom .items2 { height: 28vh; background-color: #df4800; }
  .pt-6 .ui-c .mleft .itemsbom .items2 .item { padding: 1.2rem; }
  .pt-6 .ui-c .mleft .itemsbom .items2 .item p.p1 { font-size: 1.3rem; }
  .pt-6 .ui-c .mleft .itemsbom .items2 .item p.p2 { padding: 0.6rem 0; font-size: 1rem; }
  .pt-6 .ui-c .mleft .itemsbom .items2 .item p.p3 { line-height: 1.3; font-size: 1rem; }
  .pt-6 .ui-c .mright { display: none; }
  .pt-7 .ui-w { padding: 2rem 0; }
  .pt-7 .ui-c .says { width: 100%; margin: 0 0 2rem 0; height: auto; }
  .pt-7 .ui-c .says p.p1 { font-size: 1.6rem; }
  .pt-7 .ui-c .says p.p1 .iconfont { font-size: 1.6rem; }
  .pt-7 .ui-c .says p.p2 { font-size: 1rem; }
  .pt-7 .ui-c .message { width: 100%; } }
@media only screen and (min-width: 960px) and (max-width: 1199px) { html { font-size: 14px; }
  .ly-ct { width: auto; margin: 0 30px; } }
@media only screen and (min-width: 1200px) and (max-width: 1439px) { html { font-size: 14px; }
  .ly-ct { margin: 0 50px; } }
@media only screen and (min-width: 1440px) and (max-width: 1599px) { html { font-size: 14px; }
  .ly-ct { margin: 0 80px; } }
@media only screen and (min-width: 1600px) { html { font-size: 14px; }
  .ly-ct { width: 1500px; margin: 0 auto; } }

/*# sourceMappingURL=style.css.map */
