@charset "UTF-8";
html { -webkit-font-smoothing: antialiased; height: 100%; }

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul { margin: 0; padding: 0; }

header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer { display: block; margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }

table, th, td { border: 1px solid black; }

fieldset, img { border: 0; }

address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: 400; }

dl, ol, ul { list-style-type: none; margin: 0; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

a { text-decoration: none; color: inherit; }

a:hover { text-decoration: none; -webkit-tap-highlight-color: rgba(255, 0, 0, 0); outline: 0; outline: none; blr: expression(this.onFocus=this.blur()); }

sup { vertical-align: text-top; }

sub { vertical-align: text-bottom; }

textarea { resize: none; outline: none; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; }

img { vertical-align: middle; max-width: 100%; height: auto; }

button, input[type=submit], input[type=text], input[type=button] { -webkit-tap-highlight-color: rgba(255, 0, 0, 0); outline: 0; blr: expression(this.onFocus=this.blur()); }

button { -webkit-appearance: none; border: none; }

input { border: none; }

#web-ietip { width: 526px; height: 90px; padding: 83px 0 0 84px; overflow: hidden; background: url(../css/ietip/browser.png) no-repeat center center; margin: 200px auto 0; }

#web-ietip a { display: block; width: 65px; height: 80px; float: left; }

.fl { float: left; }

.fr { float: right; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; font-size: 0; }

/*theme*/
/* color */
.iconfont { vertical-align: middle; font-size: 14px; }

.c-pink { color: #ff4880; }

.c-yellow { color: #ffae00; }

.c-white { color: white; }

/*字体*/
/*rem*/
@media (min-width: 1171px) { html { font-size: 100px; } }
@media (max-width: 1170px) and (min-width: 901px) { html { font-size: calc(100vw / 1170 * 100); } }
@media (max-width: 900px) { html { font-size: calc(900px / 1170 * 100); } }
/* normal */
.ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.eli2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.eli3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

body { font-size: 14px; color: #000; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; overflow-x: hidden; background: #fff; }

body * { box-sizing: border-box; line-height: 1; }

.layout { max-width: 12rem; margin: auto; width: 100%; padding: 0 .15rem; }

.layout1520 { max-width: 15.5rem; margin: auto; width: 100%; padding: 0 .15rem; }

.ani-img { overflow: hidden; }
.ani-img img { transition: all .3s; width: 100%; }
.ani-img:hover img { transform: scale(1.1); }

.hover { transition: all .3s; }
.hover:hover { box-shadow: 0 0 10px #858688; }

.btn { font-family: Calibri, '思源黑体', 'Microsoft YaHei'; border: none; cursor: pointer; }

.btn-yellow { background: #ffae00; color: #fff; }

.swiper-pagination-bullet-active { background: #393d72; }

.home-section { overflow: hidden; }

.bg-brown { background: #f9f5f0; }

/*头部*/
.header { height: 1.75rem; background: #fff; position: relative; }
.header > .mask { position: fixed; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background: rgba(0, 0, 0, 0.5); z-index: 8; visibility: hidden; opacity: 0; transition: all .3s; }
.header:before { content: ''; position: absolute; left: 0; right: 0; bottom: -.67rem; z-index: 9; width: 3.16rem; height: .68rem; margin: auto; background: url(../images/base.png) no-repeat center; background-size: contain; }
.header img.header-icon { width: .57rem; cursor: pointer; border-radius: 50%; transition: all .3s; }
.header img.header-icon:hover { box-shadow: 0 0 .1rem #999; }
.header-top { border-bottom: 2px solid #f9f5f0; height: 1.06rem; color: #858688; font-size: .16rem; }
.header-top .cnt { text-align: center; position: relative; }
.header-top .phone, .header-top .mail, .header-top .lang { padding-top: 0.42rem; }
.header-top .lang { font-size: 0; color: #858688; margin-left: .3rem; }
.header-top .lang a { text-decoration: underline; font-size: 16px; font-weight: bold; }
.header-top .lang a + a { margin-left: 10px; }
.header-top .lang a:hover { color: #141414; }
.header-bottom { text-align: center; position: absolute; bottom: -.3rem; left: 0; right: 0; margin: auto; z-index: 9; font-size: 0; }
.header-bottom .lf { float: left; }
.header-bottom .lf img { margin-right: 0.1rem; }
.header-bottom .logo { width: 1.84rem; display: block; margin: -.1rem auto 0; }
.header-bottom .logo img { max-width: 100%; max-height: 100%; }
.header-bottom .nav-btn { float: left; display: none; width: .3rem; position: relative; z-index: 10; }
.header-bottom .nav-btn span { display: block; height: 2px; background: #393d72; margin-bottom: 6px; border-radius: 2px; transform-origin: left center; transition: all .3s; width: 100%; }
.header-bottom .nav-btn span:last-child { margin-bottom: 0; }
.header.open .mask { opacity: 1; visibility: visible; }
.header.open .nav-btn span:nth-of-type(1) { transform: rotate(45deg); }
.header.open .nav-btn span:nth-of-type(3) { transform: rotate(-45deg); }
.header.open .nav-btn span:nth-of-type(2) { width: 0; }

/*导航*/
.header-nav { padding-top: .28rem; display: inline-block; }
.header-nav li { float: left; color: #858688; margin-right: 0.45rem; position: relative; padding-bottom: .15rem; }
.header-nav li > a { color: inherit; padding: .15rem .07rem; display: block; }
.header-nav li .nav-sub a { color: #fff; }
.header-nav li .nav-sub dd { padding-bottom: 0.2rem; }
.header-nav li .nav-sub dd:last-child { padding-bottom: 0; }
.header-nav li:last-child { margin-right: 0; }
.header-nav li.on, .header-nav li:hover { color: #393d72; /*font-family: 'rubik-B';*/ font-weight: bold; }
.header-nav li.on > a, .header-nav li:hover > a { background: url(../images/line.png) repeat-x center bottom; }
.header-nav li.hasSub:after { content: '+'; position: absolute; right: 0; top: .1rem; width: 38px; height: 38px; line-height: 38px; font-size: 20px; display: none; }
.header-nav li.open:after { content: '-'; }

@media screen and (min-width: 901px) { .header-nav li .nav-sub { position: absolute; left: 50%; top: .6rem; z-index: 10; visibility: hidden; opacity: 0; transform: translate(-50%, 10%); background: #393d72; color: #fff; border-radius: .18rem; padding: .4rem .1rem; width: 1.53rem; transition: all .2s; }
  .header-nav li .nav-sub a { font-size: .15rem; }
  .header-nav li .nav-sub a:hover { text-decoration: underline; }
  .header-nav li:hover .nav-sub { display: block; opacity: 1; visibility: visible; transform: translate(-50%, 0); } }
@media screen and (max-width: 900px) { .header-nav { padding: 0 .15rem; font-size: 14px; }
  .header-nav li { display: block; width: 100%; margin-right: 0; padding: .1rem 0; border-bottom: 1px solid #ddd; }
  .header-nav li > a { display: inline-block; }
  .header-nav li.on > a, .header-nav li:hover > a { background: none; }
  .header-nav li .nav-sub { padding: 0; width: 100%; display: none; position: relative; left: 0; top: 0; visibility: visible; opacity: 1; transform: none; background: #fff; border-radius: 0; font-size: 12px; overflow: hidden; }
  .header-nav li .nav-sub a { color: #858688; padding: .15rem 0; display: block; }
  .header-nav li .nav-sub dd { padding: 0; }
  .header-nav li .nav-sub dd:last-child { padding-bottom: .15rem; }
  .header-nav li.hasSub:after { display: block; } }
/*搜索*/
.search-box { display: none; position: fixed; left: 0; top: 0; z-index: 10; height: 100vh; width: 100vw; }
.search-box .mask { position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; z-index: 10; background: rgba(0, 0, 0, 0.5); }
.search-box .search-ipt { position: fixed; left: 50%; top: 15.5%; z-index: 11; width: 80%; max-width: 5rem; border-radius: .5rem; overflow: hidden; transform: translateX(-50%); display: flex; }
.search-box .search-ipt input { line-height: .5rem; height: .5rem; font-size: .16rem; background: #fff; width: 85%; padding: 0 .15rem; border: none; }
.search-box .search-ipt button { background: #393d72; width: 15%; border: none; cursor: pointer; }

@media screen and (min-width: 901px) { .header-top .contact-icons { position: absolute; bottom: -1.1rem; right: .15rem; z-index: 10; }
  .header-top .contact-icons img { margin-left: 0.1rem; } }
@media screen and (max-width: 900px) { .header { position: fixed; top: 0; left: 0; width: 100%; z-index: 9; height: auto; padding: .1rem 0; box-shadow: 0 1px 3px #ddd; }
  .header:before { display: none; }
  .header-top { position: fixed; left: 0; top: 0; bottom: 0; z-index: 10; margin: auto; padding: .5rem 0 .2rem; width: 50%; height: auto; transform: translateX(-100%); background: #fff; overflow-y: auto; transition: all .3s; font-size: 14px; }
  .header-top .cnt { display: flex; flex-direction: column; }
  .header-top .cnt .phone { order: 2; padding: .3rem 0 0; display: flex; justify-content: center; flex-direction: row-reverse; }
  .header-top .cnt .phone img { margin: 0 3px; }
  .header-top .cnt .mail { order: 3; padding: .3rem 0 0; }
  .header-top .cnt .mail img { margin: 0 3px; }
  .header-top .cnt .lang { order: 4; margin-left: 0; padding-top: .3rem; }
  .header-top .contact-icons { order: 3; margin-top: .3rem; }
  .header-top .contact-icons img { margin: 0 .1rem; }
  .header-bottom { position: static; bottom: auto; display: flex; align-items: center; justify-content: space-between; }
  .header-bottom .rg { display: none; }
  .header-bottom .nav-btn { display: block; }
  .header-bottom .lf { order: 3; }
  .header-bottom .logo { width: auto; height: .3rem; margin: auto; }
  .header-bottom img.header-icon { width: .4rem; }
  .header.open .header-top { transform: translateX(0); } }
@media screen and (max-width: 500px) { .header-top { width: 100%; } }
/*英文头部*/
.header-en > .mask { position: fixed; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background: rgba(0, 0, 0, 0.5); z-index: 8; visibility: hidden; opacity: 0; transition: all .3s; }
.header-en-top { background: #393d72; line-height: .58rem; height: .58rem; }
.header-en-top .cnt .lf { position: relative; }
.header-en-top .cnt .lf * { line-height: .58rem; }
.header-en-top .cnt .lf .phone { margin-right: 5px; line-height: .58rem; }
.header-en-top .cnt .lang { font-size: 0; margin-left: .25rem; position: absolute; left: 100%; top: 0; width: 50px; }
.header-en-top .cnt .lang a { color: #abaed2; font-size: 14px; line-height: .58rem; text-decoration: underline; font-weight: bold; vertical-align: top; }
.header-en-top .cnt .lang a + a { margin-left: 10px; }
.header-en-top .cnt .lang a:hover { color: #fff; }
.header-en-bottom { background: #fff; }
.header-en-bottom .cnt { position: relative; }
.header-en-bottom .cnt .nav-btn { float: left; display: none; width: .3rem; position: relative; z-index: 10; }
.header-en-bottom .cnt .nav-btn span { display: block; height: 2px; background: #393d72; margin-bottom: 6px; border-radius: 2px; transform-origin: left center; transition: all .3s; width: 100%; }
.header-en-bottom .cnt .nav-btn span:last-child { margin-bottom: 0; }
.header-en-bottom .cnt .btn-login-wrap .btn-login:after { content: '.'; margin: 0 5px; }
.header-en-bottom .cnt .btn-login-wrap .btn-srh { cursor: pointer; line-height: .58rem; }
.header-en-bottom .cnt .logo { width: 1.84rem; display: block; margin: -.1rem auto 0; }
.header-en-bottom .cnt .logo img { max-width: 100%; max-height: 100%; }
.header-en.open .mask { opacity: 1; visibility: visible; }
.header-en.open .nav-btn span:nth-of-type(1) { transform: rotate(45deg); }
.header-en.open .nav-btn span:nth-of-type(3) { transform: rotate(-45deg); }
.header-en.open .nav-btn span:nth-of-type(2) { width: 0; }

@media (min-width: 901px) { .header-en-top { color: #fff; }
  .header-en-top .header-en-nav { float: right; margin-top: .58rem; }
  .header-en-bottom .cnt .logo { float: left; line-height: 1.347rem; }
  .header-en-bottom .cnt .logo img { max-height: 100%; }
  .header-en-bottom .cnt .btn-login-wrap { position: absolute; right: .15rem; top: -.58rem; color: #fff; }
  .header-en-bottom .cnt .btn-login-wrap .login-img { display: none; } }
@media (max-width: 900px) { .header-en { position: fixed; top: 0; left: 0; width: 100%; z-index: 9; box-shadow: 0 1px 3px #ddd; }
  .header-en-top { position: fixed; left: 0; top: 0; bottom: 0; z-index: 10; margin: auto; padding: .5rem 0 .2rem; width: 50%; height: auto; transform: translateX(-100%); background: #fff; overflow-y: auto; transition: all .3s; font-size: 14px; }
  .header-en-top .cnt .lf { float: none; padding: .15rem; }
  .header-en-top .cnt .lf .phone, .header-en-top .cnt .lf .mail { display: block; line-height: 2; margin-right: 0; }
  .header-en-top .cnt .lang { margin-left: 0; position: static; left: 0; }
  .header-en-top .cnt .lang a:hover { color: #666; }
  .header-en-bottom .cnt { display: flex; align-items: center; justify-content: space-between; }
  .header-en-bottom .cnt .nav-btn { display: block; }
  .header-en-bottom .cnt .logo { width: auto; height: .3rem; margin: auto; }
  .header-en-bottom .cnt .btn-srh { font-size: 0; }
  .header-en-bottom .cnt .btn-login-wrap .btn-login { font-size: 0; }
  .header-en-bottom .cnt .btn-login-wrap .login-img { display: inline-block; }
  .header-en.open .header-en-top { transform: translateX(0); } }
@media screen and (max-width: 500px) { .header-en-top { width: 100%; } }
/*英文导航*/
.header-en-nav li { float: left; position: relative; text-align: center; width: 1.2rem; }
.header-en-nav li > a { display: block; padding-top: .25rem; color: #858687; height: 100%; }
.header-en-nav li > a .nav-icon { height: .64rem; background: no-repeat center top; background-size: auto 1.28rem; }
.header-en-nav li > a > p { line-height: 1.34; }
.header-en-nav li .nav-sub a { color: #fff; }
.header-en-nav li .nav-sub dd { padding-bottom: 0.3rem; }
.header-en-nav li .nav-sub dd:last-child { padding-bottom: 0; }
.header-en-nav li.on > a, .header-en-nav li:hover > a { color: #393d72; }
.header-en-nav li.on > a .nav-icon, .header-en-nav li:hover > a .nav-icon { background-position: center bottom; }
.header-en-nav li.hasSub:after { content: '+'; position: absolute; right: 0; top: .1rem; width: 38px; height: 38px; line-height: 38px; font-size: 20px; display: none; color: #858688; }
.header-en-nav li.open:after { content: '-'; }

@media (min-width: 901px) { .header-en-nav { position: relative; z-index: 9; }
  .header-en-nav ul { border-left: 1px solid #efefef; }
  .header-en-nav li { border-right: 1px solid #efefef; height: 1.347rem; }
  .header-en-nav li > a { font-size: .16rem; }
  .header-en-nav li > a .nav-icon { margin-bottom: 6px; }
  .header-en-nav li > a > p { padding-top: .04rem; }
  .header-en-nav li .nav-sub { position: absolute; left: 50%; top: 1.347rem; z-index: 10; visibility: hidden; opacity: 0; transform: translate(-50%, 10%); background: #393d72; color: #fff; border-radius: .18rem; padding: .4rem .1rem; transition: all .2s; width: 100%; }
  .header-en-nav li .nav-sub a:hover { text-decoration: underline; }
  .header-en-nav li:hover .nav-sub { display: block; opacity: 1; visibility: visible; transform: translate(-50%, 0); } }
@media screen and (max-width: 900px) { .header-en-nav { padding: 0 .15rem; font-size: 14px; }
  .header-en-nav li { display: block; width: 100%; padding: .1rem 0; border-bottom: 1px solid #ddd; text-align: left; }
  .header-en-nav li > a { display: inline-flex; align-items: center; padding-top: 0; font-size: 16px; margin-right: .4rem; }
  .header-en-nav li > a .nav-icon { margin-right: .2rem; height: .5rem; width: .5rem; background: center bottom / auto 1rem; }
  .header-en-nav li.on > a, .header-en-nav li:hover > a { background: none; }
  .header-en-nav li .nav-sub { padding: 0; width: 100%; display: none; padding-left: .7rem; position: relative; left: 0; top: 0; visibility: visible; opacity: 1; transform: none; background: #fff; border-radius: 0; font-size: 16px; overflow: hidden; }
  .header-en-nav li .nav-sub a { color: #858688; padding: .15rem 0; display: block; }
  .header-en-nav li .nav-sub dd { padding: 0; }
  .header-en-nav li.hasSub:after { display: block; } }
/* 底部 */
.footer { background: url(../images/bg6.jpg) no-repeat center/cover; position: relative; padding-top: .77rem; font-size: .15rem; }
.footer .up { position: absolute; left: 50%; top: 0; width: 2.23rem; transform: translateX(-50%); z-index: 2; cursor: pointer; display: none; }
.footer .footer-col { color: #c7cae9; }
.footer .footer-col .footer-logo { width: 1.29rem; }
.footer .footer-col .des { font-size: 0.14rem; text-align: justify; }
.footer .footer-col .contact-msg a { display: block; }
.footer .footer-col .contact-msg img { margin-right: .05rem; }
.footer .footer-col .footer-nav a { transition: all .3s; }
.footer .footer-col .footer-nav a:hover { color: #ffae00; }
.footer .footer-col .qrcode-wrap { padding-top: .1rem; width: 1.343rem; height: 1.343rem; }
.footer .footer-col .qrcode-wrap img { width: 100%; }
.footer .footer-col .footer-form { padding-top: .09rem; }
.footer .footer-col .footer-form input { width: 100%; line-height: .7rem; height: .7rem; background: #fff; padding: 0 .4rem; color: #858688; border-radius: .2rem; border: none; font-family: inherit; font-size: .18rem; }
.footer .footer-col .footer-form .btn { padding: 0 .4rem; line-height: 0.7rem; font-size: .18rem; border-radius: .2rem; margin-top: .1rem; }
.footer .footer-col .wa { margin-top: .11rem; line-height: 2; font-size: .14rem; }
.footer .footer-col .wa * { line-height: 2; vertical-align: middle; }
.footer .footer-tit { font-size: 0.22rem; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; color: #fff; margin-top: .15rem; }
.footer .footer-1 { padding-bottom: .68rem; }
.footer .footer-2 { border-top: 2px solid rgba(255, 255, 255, 0.05); font-size: 0; text-align: center; padding: 0.34rem 0; }
.footer .footer-2 .footer-icon { display: inline-block; vertical-align: top; margin: 0 .075rem; border-radius: 50%; }
.footer .footer-2 .footer-icon img { width: .57rem; height: .57rem; }

@media screen and (min-width: 901px) { .footer .footer-col { float: left; }
  .footer .footer-col:nth-of-type(1) { width: 18.034%; margin-right: 12.393%; }
  .footer .footer-col:nth-of-type(2) { width: 17.094%; margin-right: 8.547%; }
  .footer .footer-col:nth-of-type(3) { width: 16.324%; margin-right: 16.324%; }
  .footer .footer-col:nth-of-type(4) { width: 11.282%; }
  .footer .footer-col .footer-nav { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; -moz-column-gap: 0; -webkit-column-gap: 0; column-gap: 0; column-rule-width: 0; }
  .footer .footer-col .footer-nav li { width: 1rem; }
  .footer .footer-col .contact-msg li { overflow: hidden; }
  .footer .footer-col .contact-msg li i { float: left; margin-right: 5px; }
  .footer .footer-col .contact-msg li span { overflow: hidden; display: block; } }
@media screen and (max-width: 900px) { .footer { padding-top: .5rem; }
  .footer .footer-col { max-width: 500px; width: 100%; text-align: center; margin: 0 auto .3rem; }
  .footer .footer-col .des { text-align: center; }
  .footer .footer-col .wa { margin-top: .2rem; }
  .footer .footer-col .qrcode-wrap { margin: .2rem auto 0; padding: 0; }
  .footer .footer-col .footer-nav li { width: 30%; display: inline-block; }
  .footer .footer-col .footer-form input { line-height: .5rem; height: .5rem; }
  .footer .footer-col .footer-form .btn { line-height: .5rem; }
  .footer .footer-1 { padding-bottom: 0; }
  .footer .footer-2 { padding: .2rem 0; } }
@media screen and (max-width: 500px) { .footer { padding-top: .5rem; }
  .footer .up { width: 1.5rem; }
  .footer .footer-col .footer-form input { width: 80%; }
  .footer .footer-col .footer-form .btn { width: 80%; } }
/*首页banner*/
.banner { position: relative; }
.banner .swiper-container { height: 9.08rem; }
.banner .swiper-slide { height: 9.08rem; background-size: cover; background-position: center; background-repeat: no-repeat; }
.banner .swiper-btns { position: absolute; right: 8%; top: 50%; z-index: 5; transform: translateY(-50%); }
.banner .swiper-btns .swiper-btn { width: .59rem; height: .59rem; cursor: pointer; margin: .05rem 0; }
.banner .swiper-btns .swiper-prev { background: url(../images/arr-top.png) no-repeat center/contain; }
.banner .swiper-btns .swiper-next { background: url(../images/arr-down.png) no-repeat center/contain; }
.banner .swiper-btns .swiper-button-disabled { opacity: 0.2; }
.banner-more { position: absolute; bottom: 0; left: 50%; z-index: 8; transform: translateX(-50%); width: 2.22rem; cursor: pointer; }

@media screen and (max-width: 1200px) { .banner .swiper-container { height: 6.5rem; }
  .banner .swiper-slide { height: 6.5rem; } }
@media screen and (max-width: 900px) { .banner { padding-top: .6rem; }
  .banner .swiper-container { height: 5rem; }
  .banner .swiper-slide { height: 5rem; } }
@media screen and (max-width: 500px) { .banner .swiper-container { height: 3rem; }
  .banner .swiper-slide { height: 3rem; }
  .banner-more { width: 1.34rem; }
  .banner .swiper-btns { position: absolute; right: 8%; top: 50%; z-index: 5; transform: translateY(-50%); }
  .banner .swiper-btns .swiper-btn { width: .4rem; height: .4rem; cursor: pointer; margin: .05rem 0; } }
/*一般页面banner */
.ban { background: no-repeat center / auto 100%; padding-top: calc(321 / 1894 * 100%); }

@media screen and (max-width: 900px) { .ban { margin-top: .6rem; padding-top: calc(500 / 1894 * 100%); } }
/* 联系我们页面banner */
.ban2 { background: no-repeat center / auto 100%; padding-top: calc(650 / 1894 * 100%); position: relative; overflow: hidden; }
.ban2 video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; background: #fff; cursor: pointer; }

@media screen and (max-width: 900px) { .ban2 { margin-top: 0.6rem; padding-top: calc(800 / 1894 * 100%); } }
/* 标题 */
.c-title { text-align: center; padding-top: 1.04rem; }
.c-title p { margin-top: 0.15rem; font-size: 0.2rem; color: #ff4880; }
.c-title h1 { font-size: .45rem; line-height: 1.1; color: #393d72; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; margin-top: 0.21rem; }
.c-title h2 { font-size: 0.18rem; line-height: 1.1; color: #393d72; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; margin-top: 0.15rem; }

@media screen and (max-width: 900px) { .c-title { padding-top: .8rem; }
  .c-title h1 { font-size: .4rem; } }
@media screen and (max-width: 500px) { .c-title { padding-top: .4rem; }
  .c-title h1 { font-size: .3rem; } }
/* 首页 */
.home-1 { background: #f9f5f0; }
.home-1 li { width: 25%; float: left; position: relative; padding: .55rem 0; }
.home-1 li .img { width: .64rem; height: 0.63rem; margin: 0 auto; padding: .1rem; }
.home-1 li .img img { width: 100%; height: 100%; }
.home-1 li h1 { color: #393d72; font-size: .2rem; line-height: 1.25; padding-top: .1rem; text-transform: uppercase; text-align: center; }
.home-1 li .txt { clear: both; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: translateY(100%); opacity: 0; transition: all .3s; background: #f9f5f0; overflow: auto; }
.home-1 li .txt .p_wrap { display: table; height: 100%; }
.home-1 li .txt .p_ct { color: #393d72; font-size: 15px; line-height: 1.343; overflow: hidden; padding: .18rem; display: table-cell; vertical-align: middle; }
.home-1 li:hover { box-shadow: 0 0 5px #cbc6c2; }
.home-1 li:hover .txt { opacity: 1; transform: translate(0); }

@media screen and (max-width: 1200px) { .home-1 li { padding: .6rem 0; }
  .home-1 li .txt .p_ct { font-size: 14px; } }
@media screen and (max-width: 900px) { .home-1 li { width: 50%; }
  .home-1 li:nth-of-type(2n) { padding-right: 0; } }
@media screen and (max-width: 500px) { .home-1 ul { padding-top: .2rem; padding-bottom: .2rem; }
  .home-1 li { width: 100%; padding: .1rem; }
  .home-1 li .tp { display: flex; align-items: center; }
  .home-1 li .tp .img { margin: 0; margin-right: .1rem; }
  .home-1 li .tp h1 { padding-top: 0; }
  .home-1 li .txt { position: static; transform: translate(0); opacity: 1; }
  .home-1 li .txt .p_ct { padding: .1rem 0; font-size: 13px; } }
/*  */
.home-2 .cnt { max-width: 11.70rem; width: 100%; padding: 0 .18rem; margin: .7rem auto 0; }
.home-2 .cnt .swiper-container { padding: 1.52rem 0 .63rem; }
.home-2 .cnt .swiper-container-3d .swiper-slide-shadow-left, .home-2 .cnt .swiper-container-3d .swiper-slide-shadow-right { background: rgba(173, 173, 173, 0.43); }
.home-2 .cnt .swiper-item { display: block; background: #f9f5f0; border-top-left-radius: 20px 15px; border-top-right-radius: 20px 15px; border-bottom-left-radius: 10px 3px; border-bottom-right-radius: 10px 3px; overflow: hidden; position: relative; }
.home-2 .cnt .swiper-item:after { content: ''; background: #393d72; opacity: 0.26; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.home-2 .cnt .swiper-item .img{ padding-top: calc(329 / 710 * 100%); background-size: cover; background-position: center; }
.home-2 .cnt .swiper-item .img img{ display: none; }
                                                                  
.home-2 .cnt .swiper-slide-active { z-index: 6; position: relative; top: -135px; }
.home-2 .cnt .swiper-slide-active .swiper-item:after { display: none; }
.home-2 .cnt .swiper-pagination { visibility: hidden; }
.home-2 .cnt .swiper-big { position: relative; z-index: 9; box-shadow: 0 0 6px #999; transform-origin: bottom center; transform: translateY(-0.62rem) scale(1.55); transition: all .3s; }
.home-2 .cnt .swiper-big:after { display: none; }
.home-2 .cnt .swiper-btn { width: .59rem; height: .59rem; cursor: pointer; position: absolute; bottom: 2.8rem; z-index: 10; }
.home-2 .cnt .swiper-prev { background: url(../images/arr-left.png) no-repeat center/contain; left: .68rem; }
.home-2 .cnt .swiper-next { background: url(../images/arr-right.png) no-repeat center/contain; right: .68rem; }
.home-2 .cnt .swiper-button-disabled { opacity: 0.2; }
.home-2 .cnt .img img { width: 100%; transition: all .3s; }
.home-2 .cnt .img:hover img { transform: scale(1.1); }
.home-2 .cnt .txt { padding: 0.18rem .3rem; }
.home-2 .cnt .txt .tit { font-size: 0.16rem; color: #393d72; margin-top: 0.1rem; width: 80%; }
.home-2 .cnt .txt .lf { float: left; }
.home-2 .cnt .txt .btn { float: right; color: #fff; background: #ffae00; height: .37rem; line-height: .37rem; border-radius: .37rem; padding: 0 .3rem; text-align: center; font-size: 0.12rem; }
.home-2 .cnt .txt .btn:hover { box-shadow: 0px 0px 5px #999; }
.home-2 .cnt ul.msg { display: inline-block; }
.home-2 .cnt ul.msg li { float: left; font-size: 12px; color: #858688; }
.home-2 .cnt ul.msg li i { color: #ff4880; font-style: normal; margin: 0 .06rem; }

@media screen and (max-width: 1650px) { .home-2 .cnt .txt { padding: 0.18rem; }
  .home-2 .cnt .txt .btn { height: .25rem; line-height: .25rem; } }
@media screen and (max-width: 1450px) { .home-2 .cnt .txt { text-align: center; }
  .home-2 .cnt .txt .lf { float: none; text-align: left; }
  .home-2 .cnt .txt .btn { float: none; display: inline-block; margin-top: 0.1rem; } }
@media (max-width: 900px) { .home-2 .cnt { padding-bottom: .6rem; }
  .home-2 .cnt .swiper-container { padding: .1rem 0; }
  .home-2 .cnt .swiper-big { transform: scale(1); }
  .home-2 .cnt .swiper-slide-active { top: 0; }
  .home-2 .cnt .swiper-item { display: block; background: #f9f5f0; border-top-left-radius: .4rem .28rem; border-top-right-radius: .4rem .28rem; border-bottom-left-radius: .4rem .13rem; border-bottom-right-radius: .4rem .13rem; }
  .home-2 .cnt .txt .tit { width: 100%; }
  .home-2 .cnt .txt .btn { height: auto; line-height: 2; font-size: .26rem; }
  .home-2 .cnt .swiper-btn { bottom: 50%; } }
@media screen and (max-width: 500px) { .home-2 .cnt { margin-top: 0.4rem; }
  .home-2 .cnt .swiper-container { padding: .1rem 0 .3rem; }
  .home-2 .cnt .swiper-pagination { visibility: visible; bottom: 0; }
  .home-2 .cnt .swiper-pagination-bullet-active { background: #393d72; }
  .home-2 .cnt .txt .btn { font-size: .2rem; }
  .home-2 .cnt .swiper-btn { bottom: 60%; width: .4rem; height: .4rem; }
  .home-2 .cnt .swiper-prev { left: 0; }
  .home-2 .cnt .swiper-next { right: 0; } }
/*  */
.home-3 { background: url(../images/bg.jpg) no-repeat center/cover; text-align: center; padding-bottom: 1.2rem; }
.home-3 .cnt { padding-top: 0.6rem; }
.home-3 ul { text-align: left; }
.home-3 li { float: left; width: 31.62%; margin-right: 2.56%; border-radius: .18rem; overflow: hidden; box-shadow: 0 0 0 .1rem #fff; }
.home-3 li:last-child { margin-right: 0; }
.home-3 li a { display: block; }
.home-3 li a .pic { padding-top: 84.59%; position: relative; }
.home-3 li a .pic img { position: absolute; top: 0; left: 0; width: 100%; }
.home-3 li a .txt { padding: .4rem .55rem .25rem; color: #fff; }
.home-3 li a .txt h1.tit { font-size: 0.24rem; margin-bottom: 0.26rem; }
.home-3 li a .txt p.des { font-size: 0.16rem; line-height: 2; height: 4em; overflow: hidden; }
.home-3 li a .txt .msg { margin-top: 0.28rem; border-top: 2px solid; font-size: 0.14rem; padding-top: 0.29rem; }
.home-3 li:nth-of-type(1) { background: #393d72; }
.home-3 li:nth-of-type(2) { background: #ffae00; }
.home-3 li:nth-of-type(3) { background: #acce22; }
.home-3 .btn { background: #ffae00; color: #fff; font-size: .18rem; line-height: 4.44; display: inline-block; border-radius: .8rem; padding: 0 .6rem; margin: .6rem auto 0; }

@media screen and (max-width: 900px) { .home-3 li a .txt { padding: .2rem; }
  .home-3 li a .txt h1.tit { font-size: .18rem; } }
@media screen and (max-width: 768px) { .home-3 { padding-bottom: .6rem; }
  .home-3 .cnt { padding-top: .3rem; }
  .home-3 li { width: 95%; margin: .3rem auto 0; float: none; max-width: 450px; }
  .home-3 li:last-child { margin-right: auto; }
  .home-3 .btn { line-height: 3; } }
/*  */
.home-4 { padding: .93rem 0; }
.home-4 .cnt .lf { padding-top: 0.16rem; }
.home-4 .cnt .lf .p1 { color: #ff4880; font-size: .2rem; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; }
.home-4 .cnt .lf .p2 { color: #393d72; font-size: .3rem; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; margin-top: 0.05rem; }
.home-4 .cnt .rg .ipt { background: #f9f5f0; color: #858688; font-size: 0.16rem; line-height: .9rem; height: .9rem; border-radius: .17rem; padding: 0 .4rem; width: 4.97rem; border: none; }
.home-4 .cnt .rg .btn { border: none; border-radius: .17rem; background: #ffae00; width: 1.83rem; line-height: .9rem; margin-left: 0.1rem; color: #fff; font-size: 0.18rem; }

@media screen and (max-width: 1170px) { .home-4 .cnt .lf .p1 { font-size: .2rem; }
  .home-4 .cnt .lf .p2 { font-size: .25rem; } }
@media screen and (max-width: 900px) { .home-4 .cnt .lf { float: none; text-align: center; padding-top: 0; }
  .home-4 .cnt .rg { float: none; display: flex; max-width: 600px; margin: .3rem auto 0; }
  .home-4 .cnt .rg .ipt { flex: 1; } }
@media screen and (max-width: 500px) { .home-4 .cnt .rg .ipt { line-height: .5rem; height: .5rem; padding: 0 .2rem; }
  .home-4 .cnt .rg .btn { line-height: .5rem; width: 1.4rem; } }
/*// */
.home-5 .lf, .home-5 .rg { height: 7.75rem; position: relative; }
.home-5 .lf { width: 49.26%; float: left; background: no-repeat center / 100% 100%; }
.home-5 .lf .txt { background: #ff4880; height: 1.6rem; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; font-size: .4rem; text-align: center; color: #fff; padding: .62rem 0; position: absolute; bottom: 0; left: 0; width: 100%; }
.home-5 .rg { width: 50.74%; float: right; background: no-repeat center / cover; }
.home-5 .rg .cnt { padding-left: .96rem; max-width: 90%; }
.home-5 .rg .cnt .c-title { text-align: left; background-position: left bottom; }
.home-5 .rg .cnt .c-title p { color: #fff; }
.home-5 .rg .cnt .c-title h1 { color: #fff; }
.home-5 .rg .cnt .des { font-size: 0.16rem; color: #fff; line-height: 2; margin-top: 0.5rem; }
.home-5 .rg .cnt ul { margin-top: 0.45rem; }
.home-5 .rg .cnt ul li h4 { font-size: 0.16rem; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; color: #fff; margin-top: 0.22rem; }
.home-5 .rg .cnt ul li h4:before { content: '\e758'; font-family: 'iconfont'; color: #ffae00; margin-right: .3rem; font-size: .16rem; }
.home-5 .rg .cnt ul li p { color: #fff; font-size: .14rem; line-height: 1.34; padding-left: .47rem; margin-top: .15rem; }

@media screen and (max-width: 1500px) { .home-5 .lf .txt { font-size: .3rem; }
  .home-5 .rg .cnt { padding-left: .5rem; }
  .home-5 .rg .cnt .c-title { padding-top: .5rem; } }
@media screen and (max-width: 1400px) { .home-5 .lf, .home-5 .rg { height: 6.5rem; } }
@media screen and (max-width: 900px) { .home-5 .lf { float: none; width: 100%; height: 0; padding-top: 83.04%; }
  .home-5 .lf .txt { font-size: .2rem; }
  .home-5 .rg { float: none; width: 100%; height: auto; padding-bottom: 1rem; }
  .home-5 .rg .cnt { padding: 0 .3rem; max-width: 100%; } }
@media screen and (max-width: 768px) { .home-5 .lf .txt { height: auto; padding: .4rem .2rem; } }
/*// */
.home-6 { padding-bottom: 1rem; }
.home-6 .cnt { max-width: 11.347rem; padding: 0 .15rem; margin: auto; }
.home-6 .lf { width: 50%; float: left; padding-right: .2rem; }
.home-6 .lf .c-title { text-align: left; background-position: left bottom; }
.home-6 .lf .des { font-size: 0.16rem; line-height: 2; color: #858688; margin-top: 0.5rem; height: 8em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.home-6 .lf .btn { background: #ffae00; color: #fff; line-height: .8rem; border-radius: .8rem; padding: 0 .55rem; font-size: 0.18rem; display: inline-block; margin-top: 0.5rem; }
.home-6 .rg { width: 50%; float: right; margin-top: 1.02rem; }
.home-6 .rg .cnt { position: relative; }
.home-6 .rg .cnt .pic { border-radius: 1rem; }
.home-6 .rg .cnt .label { position: absolute; left: 0.23rem; bottom: 0; width: 1.76rem; transform: translateY(50%); }

@media screen and (max-width: 768px) { .home-6 .lf { float: none; width: 100%; padding-right: 0; text-align: justify; }
  .home-6 .lf .btn { line-height: .6rem; }
  .home-6 .rg { float: none; width: 100%; margin-top: 0.5rem; }
  .home-6 .rg .cnt .label { width: 1rem; } }
/**/
.home-7 { background: no-repeat center / cover; }
.home-7 .cnt { width: 100%; margin: auto; padding: 0 .15rem; }
.home-7 .cnt .title { text-align: center; line-height: 1.2; }
.home-7 .cnt .title p { font-size: .3rem; color: #ff4880; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; }
.home-7 .cnt .title h1 { font-size: .5rem; color: #fff; max-width: 3.7rem; margin: auto; margin-top: .06rem; }
.home-7 .cnt .list { margin-top: .35rem; padding: 0 .04rem .28rem; }
.home-7 .cnt .list .li { float: left; border: .08rem solid #fafafa; border-radius: .08rem; box-shadow: 0.04rem 0.04rem 0 0 rgba(0, 0, 0, 0.1); }
.home-7 .cnt .list .li .pic { position: relative; padding-top: 140%; overflow: hidden; }
.home-7 .cnt .list .li .pic img { position: absolute; left: 0; top: 0; width: 100%; }

@media screen and (min-width: 901px) { .home-7 .cnt .list .swiper-pagination { visibility: hidden; } }
@media screen and (max-width: 900px) { .home-7 .cnt .list { padding-bottom: .5rem; } }
@media screen and (max-width: 500px) { .home-7 .cnt .title p { font-size: .2rem; }
  .home-7 .cnt .title h1 { font-size: .35rem; } }
/**/
.home-8 { background: no-repeat center / cover; padding-bottom: 1.26rem; }
.home-8 .cnt { max-width: 1154px; margin: auto; width: 100%; padding: 0 .15rem; }
.home-8 .cnt ul { margin-top: .6rem; }
.home-8 .cnt ul li { float: left; border-radius: 17px 23px; overflow: hidden; position: relative; }
.home-8 .cnt ul li .pic { position: relative; padding-top: 81.74%; }
.home-8 .cnt ul li .pic img { position: absolute; left: 0; top: 0; width: 100%; }
.home-8 .cnt ul li .mask { background: rgba(57, 61, 114, 0.48); position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all .3s; opacity: 0; }
.home-8 .cnt ul li .mask .icon-add { background: #ffae00; border-radius: 50%; width: .57rem; height: .57rem; line-height: .57rem; text-align: center; color: #fff; font-size: .5rem; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; margin: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.home-8 .cnt ul li:hover .pic img { transform: scale(1.1); }
.home-8 .cnt ul li:hover .mask { opacity: 1; }

@media screen and (min-width: 901px) { .home-8 .cnt ul li { width: 24.46%; margin-right: 0.7%; }
  .home-8 .cnt ul li:nth-of-type(4n) { margin-right: 0; } }
@media screen and (max-width: 900px) { .home-8 { padding-bottom: 1rem; }
  .home-8 .cnt ul li { width: 49%; margin-right: 2%; margin-bottom: 2%; }
  .home-8 .cnt ul li:nth-of-type(2n) { margin-right: 0; } }
/*联系我们*/
.page-contact-1 { padding-bottom: 1.43rem; }
.page-contact-1 .cnt { max-width: 7.98rem; width: 100%; margin: auto; padding: 0 .15rem; text-align: center; }
.page-contact-1 .cnt .form-contact { margin-top: .6rem; text-align: justify; }
.page-contact-1 .cnt .ipt { line-height: .8rem; height: .8rem; background: #f9f5f0; color: #858688; font-size: .16rem; border-radius: .17rem; width: 3.75rem; border: none; margin-bottom: .2rem; padding: 0 .4rem; text-align: left; }
.page-contact-1 .cnt .txa { background: #f9f5f0; color: #858688; font-size: .16rem; border-radius: .17rem; width: 100%; border: none; padding: .4rem; height: 1.8rem; text-align: left; line-height: 1.34; }
.page-contact-1 .cnt .btn { border: none; font-size: .18rem; line-height: .8rem; border-radius: .8rem; padding: 0 .6rem; margin: .1rem auto 0; display: inherit; }

@media screen and (max-width: 620px) { .page-contact-1 { padding-bottom: 1rem; }
  .page-contact-1 .cnt .ipt { width: 100%; line-height: 3.5; height: 3.5em; }
  .page-contact-1 .cnt .txa { padding: .2rem .4rem; }
  .page-contact-1 .cnt .btn { line-height: .6rem; height: .6rem; } }
.page-contact-2 .box { float: left; width: 33.33%; height: 1.4rem; color: #fff; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; text-align: center; font-size: .36rem; line-height: 1.2; display: flex; align-items: center; justify-content: center; padding: 0 10px; }
.page-contact-2 .box:nth-child(1) { background: #ffae00; }
.page-contact-2 .box:nth-child(2) { background: #ff4880; }
.page-contact-2 .box:nth-child(3) { background: #5798fe; }

@media screen and (max-width: 1500px) { .page-contact-2 .box { font-size: .3rem; } }
@media screen and (max-width: 900px) { .page-contact-2 .box { width: 100%; line-height: .7rem; height: .7rem; font-size: .2rem; } }
/* 面包屑 */
.bread-wrap { padding: 0.93rem 0 .21rem 0; }
.bread-wrap .cnt { padding-left: 2.6rem; }
.bread-wrap .cnt .bread { font-size: 0.14rem; color: #676767; float: left; line-height: .27rem; }
.bread-wrap .cnt .bread a:after { content: '>>'; margin: 0 5px; }
.bread-wrap .cnt .bread a.cur { color: #ff4880; }
.bread-wrap .cnt .bread a.cur:after { display: none; }
.bread-wrap .cnt .bread a:not(.cur):hover { color: #393d72; }
.bread-wrap .cnt .c-search { float: right; }

@media screen and (max-width: 900px) { .bread-wrap { padding: .4rem 0 .3rem; }
  .bread-wrap .cnt { padding-left: 0; } }
@media screen and (max-width: 500px) { .bread-wrap .cnt .bread { width: 100%; }
  .bread-wrap .cnt .c-search { width: 100%; margin-top: .1rem; }
  .bread-wrap .cnt .c-search input { line-height: 2; }
  .bread-wrap .cnt .c-search button { width: .5rem; padding: 0; } }
/* 搜索输入框 */
.c-search { position: relative; width: 2rem; }
.c-search input { width: 100%; line-height: .25rem; height: .29rem; padding-right: .26rem; padding-left: .1rem; border: 2px solid #858688; transition: all .3s; }
.c-search input:focus { border-color: #393d72; }
.c-search button { position: absolute; right: 0; top: 0; background: none; width: .25rem; height: 100%; cursor: pointer; }

/* 两列布局 */
.main { padding-bottom: 1.45rem; }
.main .sider { float: left; width: 2.28rem; margin-right: 0.34rem; }
.main .main-cnt { overflow: hidden; }

@media screen and (max-width: 900px) { .main .sider { width: 100%; float: none; }
  .main .main-cnt { margin-top: .1rem; } }
@media screen and (max-width: 500px) { .main { padding-bottom: 1rem; } }
/* 卡片 */
.card { padding: .13rem .22rem .1rem; margin-bottom: .09rem; }
.card .hd { color: #393d72; font-size: .2rem; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; line-height: 1.25; padding-left: .1rem; }
.card .bd { padding: .1rem 0 .3rem; }
.card:last-of-type { margin-bottom: 0; }
.card-cate li { margin-bottom: .09rem; }
.card-cate li a { display: block; color: #4e4e4e; font-size: .15rem; line-height: 2; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; }
.card-cate li a:before { content: '\e658'; font-family: 'iconfont'; color: #858688; font-size: 12px; margin: 0 .15rem; transition: all .3s; }
.card-cate li.on a, .card-cate li:hover a { color: #fff; border-radius: .07rem; transition: all .3s; background-color: #393d72; }
.card-cate li.on a:before, .card-cate li:hover a:before { color: #fff; }
.card-cate li:last-of-type { margin-bottom: 0; }
.card-pro .pro-list li { margin-bottom: .3rem; }
.card-pro .pro-list li a { display: block; }
.card-pro .pro-list li .pic { padding-top: calc(173 / 184 * 100%); position: relative; }
.card-pro .pro-list li .pic img { position: absolute; left: 0; top: 0; max-width: 100%; max-height: 100%; }
.card-pro .pro-list li .tit { font-size: .15rem; color: #858688; line-height: 1.5; margin-top: .05rem; padding: 0 .1rem; }
.card-pro .pro-list li:last-of-type { margin-bottom: 0; }

@media screen and (max-width: 900px) { .card .bd { padding: 0.1rem; }
  .card-cate ul { font-size: 0; }
  .card-cate li { display: inline-block; }
  .card-cate li a { padding-right: .2rem; }
  .card-pro { display: none; } }
@media screen and (max-width: 500px) { .card-cate li { min-width: 50%; } }
/* 案例、新闻详情 */
.article-detail { padding: .35rem .5rem; }
.article-detail .tit { font-size: .3rem; color: #393d72; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; text-align: center; line-height: 1.2; }
.article-detail .msg { color: #ff4880; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; font-size: .12rem; text-align: center; margin-top: .18rem; padding-bottom: .07rem; }
.article-detail .msg-item { display: inline-block; margin: 0 .3rem; line-height: 1.2; vertical-align: middle; }
.article-detail .content { border-top: 1px solid #858688; padding: .3rem; font-size: .16rem; color: #858688; line-height: 1.34; text-align: justify; }
.article-detail .content p { font-size: .16rem; color: #858688; line-height: 1.34; }
.article-detail .content img { max-width: 100%; }
.article-detail .content video { width: 100%!important; height: auto; }

@media screen and (max-width: 500px) { .article-detail { padding: .2rem; }
  .article-detail .tit { font-size: .2rem; }
  .article-detail .msg { margin-top: .1rem; }
  .article-detail .content { padding: .2rem; } }
/* 翻页 */
.page-icons { text-align: right; margin-top: 1rem; padding-right: .38rem; }
.page-icons .page-btn { width: .4rem; height: .4rem; transition: all .3s; line-height: .38rem; display: inline-block; margin-left: .29rem; font-size: .3rem; color: #4e4e4e; border: 2px solid #b5b5b5; cursor: pointer; text-align: center; }
.page-icons .page-btn:hover { color: #fff; border-color: #ffae00; background: #ffae00; }
.page-icons .page-btn.swiper-button-disabled { color: #4e4e4e; background: transparent; border-color: #b5b5b5; opacity: .5; }

@media screen and (max-width: 500px) { .page-icons { margin-top: .6rem; } }
/* 产品列表样式 */
.product-list .item { display: block; width: 47.36%; margin-right: 5.26%; margin-bottom: 5.26%; }
.product-list .item .pic { position: relative; padding-top: calc(293 / 432 * 100%); overflow: hidden; }
.product-list .item .pic > img { position: absolute; left: 0; top: 0; width: 100%; transition: all .3s; }
.product-list .item .pic .mask { background: rgba(47, 47, 59, 0.84); position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all .3s; opacity: 0; }
.product-list .item .pic .mask:before { content: ''; display: block; height: 100%; border: 2px solid #ffae00; }
.product-list .item .pic .mask .ct { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; }
.product-list .item .pic .mask .ct i { font-size: .6rem; color: #ffae00; font-style: normal; font-family: '宋体'; }
.product-list .item .pic .mask .ct p { color: #fff; font-size: 0.14rem; }
.product-list .item .txt { font-family: Calibri, '思源黑体', 'Microsoft YaHei'; padding: .17rem .25rem .1rem .3rem; display: flex; }
.product-list .item .txt .tit { font-size: .24rem; color: #393d72; flex: 1; }
.product-list .item .txt .time { font-size: .14rem; color: #ffae00; margin-left: .1rem; }
.product-list .item:hover .pic > img { transform: scale(1.1); }
.product-list .item:hover .pic .mask { opacity: 1; padding: .18rem; }
.product-list .item:nth-of-type(2n) { margin-right: 0; }
.product-list-1 .item .txt { margin-top: .06rem; }

@media screen and (max-width: 900px) { .product-list .item { width: 49%; margin-right: 2%; }
  .product-list .item .txt { display: block; text-align: center; }
  .product-list .item .txt .tit { font-size: .2rem; }
  .product-list .item .txt .time { margin-top: .1rem; }
  .product-list-1 .item .txt { margin-top: .03rem; } }
.product-list-2 .item { background: #f9f5f0; margin-bottom: .1rem; }
.product-list-2 .item .pic { position: relative; padding-top: 94%; overflow: hidden; }
.product-list-2 .item .pic img { position: absolute; left: 0; top: 0; width: 100%; }
.product-list-2 .item .txt { padding: .1rem; }
.product-list-2 .item .txt .tit { font-size: .15rem; color: #393d72; height: 2em; overflow: hidden; }
.product-list-2 .item .txt .desc { font-size: .14rem; color: #acacb0; margin-top: .2rem; }
.product-list-2 .item .txt .time { font-size: .14rem; color: #ffae00; margin-top: .07rem; }

@media (min-width: 901px) { .product-list-2 .item { width: 24.229%; margin-right: 1%; }
  .product-list-2 .item:nth-of-type(4n) { margin-right: 0; } }
@media (max-width: 900px) and (min-width: 501px) { .product-list-2 .item { width: 32%; margin-right: 2%; }
  .product-list-2 .item:nth-of-type(3n) { margin-right: 0; } }
@media (max-width: 500px) { .product-list-2 .item { width: 49%; margin-right: 2%; }
  .product-list-2 .item:nth-of-type(2n) { margin-right: 0; } }
/* 页面-案例详情 */
.case-list .product-list { margin-top: .38rem; }

/* 分页 */
.c-page { padding-right: .38rem; margin-top: .3rem; text-align: right; }
.c-page-cnt { display: inline-block; text-align: center; }
.c-page-cnt li { float: left; margin-right: .06rem; }
.c-page-cnt li a, .c-page-cnt li span { float: left; width: .4rem; height: .4rem; text-align: center; line-height: .38rem; font-size: .17rem; color: #4e4e4e; border: 2px solid #b5b5b5; transition: all .3s; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; }
.c-page-cnt li a { border: 2px solid #b5b5b5; }
.c-page-cnt li a:hover { color: #fff; border-color: #ffae00; background: #ffae00; }
.c-page-cnt li a.iconfont { font-size: .3rem; }
.c-page-cnt li.elli { margin-right: 0; font-weight: bold; margin-left: -.06rem; }
.c-page-cnt li.elli a, .c-page-cnt li.elli span { border: none; }
.c-page-cnt li:last-of-type { margin-right: 0; }

@media screen and (max-width: 500px) { .c-page { padding-right: 0; text-align: center; } }
/* 新闻列表 */
.news-list { padding: .25rem .33rem .5rem; min-height: 4rem; }
.news-list .item { display: block; line-height: 1.5; padding: .05rem 0; font-size: .14rem; color: #676767; border-bottom: 1px solid #aaa8d3; transition: all .3s; margin-bottom: .08rem; }
.news-list .item .title { line-height: 1.5; max-width: 80%; }
.news-list .item .time { line-height: 1.5; }
.news-list .item:before { content: ''; float: left; width: .13rem; height: .04rem; background: #505050; margin: .08rem .1rem 0 0.02rem; transition: all .3s; }
.news-list .item:hover { color: #ffae00; }
.news-list .item:hover:before { background: #ffae00; width: .2rem; }

@media screen and (max-width: 500px) { .news-list { padding: .2rem; }
  .news-list .item { display: flex; }
  .news-list .item .title { flex: 1; margin-right: .2rem; } }
/* 产品详情 */
.product-detail { padding: .1rem .33rem .44rem; }
.product-detail .pics { float: left; margin-right: .6rem; }
.product-detail .msg { overflow: hidden; }
.product-detail .msg .title { color: #393d72; font-size: .22rem; line-height: .3rem; margin-top: .3rem; }
.product-detail .msg .param { margin-top: .3rem; }
.product-detail .msg .param li { font-size: 0.14rem; color: #676767; line-height: 1.34; margin-bottom: .1rem; overflow: hidden; }
.product-detail .msg .param li .d1 { float: left; line-height: .44rem; border-radius: .05rem; text-align: left; width: 1.4rem; margin-right: .08rem; font-size: .16rem; color: #393d72; }
.product-detail .msg .param li .d2 { float: left; line-height: .44rem; border-radius: .05rem; text-align: left; width: 2.47rem; font-size: .16rem; color: #ff4880; }
.product-detail .msg .contact_msg { margin-top: .2rem; }
.product-detail .msg .contact_msg p { color: #858687; font-size: .14rem; line-height: 2; }
.product-detail .msg .btn { color: #fff; font-size: .16rem; background: #f7830c; width: 1.54rem; text-align: center; line-height: .44rem; border-radius: .05rem; margin-top: .15rem; }
.product-detail .swiper-big, .product-detail .swiper-thumb { width: 3.7rem; }
.product-detail .swiper-big .swiper-slide .pic, .product-detail .swiper-thumb .swiper-slide .pic { padding-top: 100%; background: #fff no-repeat center / contain; }
.product-detail .swiper-big .swiper-slide .pic video, .product-detail .swiper-thumb .swiper-slide .pic video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; }
.product-detail .swiper-big .swiper-slide .pic .mask, .product-detail .swiper-thumb .swiper-slide .pic .mask { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.product-detail .swiper-big .swiper-slide .pic .mask img, .product-detail .swiper-thumb .swiper-slide .pic .mask img { position: absolute; width: .59rem; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.product-detail .swiper-thumb { margin-top: .11rem; }
.product-detail .swiper-thumb .swiper-slide { position: relative; }
.product-detail .swiper-thumb .swiper-slide:before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; }
.product-detail .swiper-thumb .swiper-slide.on:before { border: 2px solid #ffae00; }
.product-detail .content2 img { max-width: 100%; }
.product-detail .content2 p { font-size: 0.14rem; color: #858688; }
.product-detail .section .hd { font-size: .19rem; color: #393d72; border-bottom: 1px solid #9596ae; position: relative; line-height: .33rem; margin-top: .35rem; }
.product-detail .section .hd:after { content: ''; position: absolute; bottom: -1px; left: 0; height: 0.03rem; width: .66rem; background: #f7830c; }
.product-detail .section .bd { padding: .26rem .1rem .1rem; }
.product-detail .section .bd img { max-width: 100%; }

@media screen and (max-width: 1200px) { .product-detail .pics { margin-right: .2rem; } }
@media screen and (max-width: 900px) { .product-detail .pics { margin-right: 0.6rem; }
  .product-detail .content2 { margin-top: 1rem; } }
@media screen and (max-width: 768px) { .product-detail { padding: .2rem; }
  .product-detail .pics { float: none; margin-right: 0; }
  .product-detail .msg { margin-top: .3rem; }
  .product-detail .swiper-big, .product-detail .swiper-thumb { width: 100%; max-width: 4.42rem; } }
@media screen and (max-width: 500px) { .product-detail .msg .title { font-size: .25rem; }
  .product-detail .msg .param { padding-left: 0; margin-top: .2rem; }
  .product-detail .msg .param li { margin-bottom: .1rem; }
  .product-detail .content2 { margin-top: .3rem; } }
.case-list-2 li { float: left; }
.case-list-2 li .pic { position: relative; padding-top: calc(185 / 264 * 100%); overflow: hidden; display: block; background: #fff; }
.case-list-2 li .pic img { position: absolute; left: 0; top: 0; width: 100%; }

@media (min-width: 901px) { .case-list-2 li { width: 32%; margin-right: 1.9%; margin-bottom: 1.9%; }
  .case-list-2 li:nth-of-type(3n) { margin-right: 0; } }
@media (max-width: 900px) { .case-list-2 li { width: 48%; margin-right: 2%; margin-bottom: 2%; }
  .case-list-2 li:nth-of-type(2n) { margin-right: 0; } }
/*  */
.c-title-2 { font-size: .4rem; line-height: 1.25; color: #393d72; font-family: Calibri, '思源黑体', 'Microsoft YaHei'; padding: 1em 0; }
.c-title-2-mini { font-size: .37rem; }

@media (max-width: 900px) { .c-title-2 { font-size: .35rem; }
  .c-title-2-mini { font-size: .3rem; } }
@media (max-width: 500px) { .c-title-2 { font-size: .25rem; }
  .c-title-2-mini { font-size: .2rem; } }
/* 联系我们 */
.page-about p { font-size: .18rem; color: #717171; text-align: justify; line-height: 1.344; }
.page-about .cnt { padding-bottom: .6rem; }
.page-about-1 .cnt .lf ul.bx { margin-bottom: .67rem; }
.page-about-1 .cnt .lf ul.bx li { float: left; text-align: center; max-width: 50%; cursor: pointer; }
.page-about-1 .cnt .lf ul.bx li img { height: .65rem; filter: grayscale(1); }
.page-about-1 .cnt .lf ul.bx li p { color: #848484; margin-top: .2rem; }
.page-about-1 .cnt .lf ul.bx li.on img, .page-about-1 .cnt .lf ul.bx li:hover img { filter: grayscale(0); }
.page-about-1 .cnt .lf ul.bx li.on p, .page-about-1 .cnt .lf ul.bx li:hover p { color: #7d7f9d; }
.page-about-1 .cnt .lf .p-wrap .p1 { display: none; color: #333; font-size: .17rem; }
.page-about-1 .cnt .lf .p-wrap .p1.on { display: block; }
.page-about-1 .cnt .rg { padding: 0 .58rem; }
.page-about-1 .cnt .rg .pic { box-shadow: 0 0 .58rem #ddd; width: 4.8rem; display: none; }
.page-about-1 .cnt .rg .pic.on { display: block; }
.page-about-2 .cnt ul.bx { text-align: center; margin-bottom: .7rem; margin-left: -8%; }
.page-about-2 .cnt ul.bx li { float: left; width: 20%; }
.page-about-2 .cnt ul.bx li img { height: .75rem; }
.page-about-2 .cnt ul.bx li p { color: #848484; margin-top: .2rem; text-align: center; }
.page-about-2 .cnt ul.bx li:last-of-type { margin-right: 0; }
.page-about-3 .cnt ul.bx { margin-bottom: -.3rem; }
.page-about-3 .cnt ul.bx li { float: left; width: 33.33%; display: flex; align-items: center; margin-bottom: .3rem; }
.page-about-3 .cnt ul.bx li img { width: .8rem; height: .8rem; margin-right: 0.2rem; display: inline-block; }
.page-about-3 .cnt ul.bx li p { display: inline-block; padding-right: .6rem; font-size: .18rem; flex: 1; vertical-align: middle; line-height: 1.34; text-align: left; }
.page-about-4 .cnt ul.img-list { margin-top: .8rem; }
.page-about-4 .cnt ul.img-list li { float: left; width: 30.769%; margin-right: 3.76%; }
.page-about-4 .cnt ul.img-list li:nth-of-type(3n) { margin-right: 0; }
.page-about-5 .cnt .swiper-rules { padding-top: 22px; padding-bottom: 1rem; }

@media (min-width: 901px) { .page-about-1 .cnt .lf { float: left; width: 4.9rem; }
  .page-about-1 .cnt .lf ul.bx li:nth-of-type(2) { float: right; }
  .page-about-1 .cnt .rg { float: right; } }
@media (max-width: 900px) { .page-about-1 .cnt .lf ul.bx li { margin-right: .5rem; }
  .page-about-1 .cnt .lf ul.bx li:last-child { margin-right: 0; }
  .page-about-1 .cnt .rg { margin-top: .4rem; }
  .page-about-1 .cnt .rg .pic { margin: auto; width: 100%; max-width: 4.8rem; }
  .page-about-2 .cnt ul.bx li { margin-right: 0; width: 33%; }
  .page-about-2 .cnt ul.bx li p { text-align: center; margin: .1rem 0; }
  .page-about-3 .cnt ul.bx { display: flex; flex-wrap: wrap; }
  .page-about-3 .cnt ul.bx li { width: 50%; }
  .page-about-3 .cnt ul.bx li p { padding-right: .1rem; } }
@media (max-width: 500px) { .page-about .cnt { padding-bottom: .4rem; }
  .page-about-1 .cnt .lf ul.bx { margin-bottom: .4rem; }
  .page-about-1 .cnt .lf ul.bx li img { height: .5rem; }
  .page-about-1 .cnt .rg { padding: .2rem; margin-top: .2rem; }
  .page-about-2 .cnt ul.bx { margin-bottom: .4rem; }
  .page-about-2 .cnt ul.bx li { width: 50%; }
  .page-about-2 .cnt ul.bx li img { height: .6rem; }
  .page-about-3 .cnt ul.bx li { width: 100%; margin-bottom: .1rem; }
  .page-about-3 .cnt ul.bx li img { width: .6rem; height: .6rem; margin-right: .1rem; }
  .page-about-4 .cnt ul.img-list { margin-top: .4rem; }
  .page-about-4 .cnt ul.img-list li { width: 100%; margin-right: 0; margin-bottom: .1rem; } }
/* sidebar */
.sidebar { position: fixed; top: 45%; right: 5px; z-index: 99; text-align: center; color: #fff; }
.sidebar .qq { border-radius: 50%; background: #5798fe; display: block; width: 100px; height: 100px; border: 1px solid rgba(87, 152, 254, 0.8); }
.sidebar .qq img { width: 40px; margin-top: 20px; }
.sidebar .qq:hover { box-shadow: 0 0 0.1rem #999; }
.sidebar .qq .tx { margin-top: 5px; font-size: 14px; }

@media (max-width: 900px) { .sidebar .qq { width: 50px; height: 50px; }
  .sidebar .qq img { width: 25px; margin-top: 5px; }
  .sidebar .qq .tx { font-size: 12px; } }