﻿@charset "UTF-8";

/* ==== */
* { margin: 0; padding: 0; list-style: none; outline: none 0; font-family: -apple-system-font, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', Arial, Helvitica, verdana, Tohoma, san-serif; }
/* ---- */
body { font-size: 16px; color: #000000; background: #f5f5f5; }

/* ==== */
div { overflow: hidden; }
img { border: 0; vertical-align: middle; }
input, select, textarea, button { line-height: normal; font-size: 16px; border: 0; border-color: transparent; background: transparent; }
button { cursor: pointer; }
em, i, dfn { font-style: normal; }
a { color: #000000; text-decoration: none; }
a:hover { color: #c81233; text-decoration: none; }

/* ==== */
.xw-anim { transition: all 0.3s ease-in-out; }
.xw-act:active { -webkit-opacity: 0.7; opacity: 0.7; }
.xw-block { display: block; }
.xw-visible { overflow: visible; }
.xw-page { position: relative; margin: 0 auto; width: 1200px; }
.xw-clr:after { content: ''; display: block; height: 0; clear: both; }
.xw-fg { margin-top: 40px; }
.xw-bgimg { background-position: center; background-repeat: no-repeat; background-size: cover; }
.xw-wow { visibility: hidden; }
/* ---- */
.xw-ellipsis { word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.xw-ellipsis-2 { display: -webkit-box; -webkit-line-clamp: 2; /*! autoprefixer: off */ -webkit-box-orient: vertical; /* autoprefixer: on */ word-wrap: break-word; white-space: normal !important; text-overflow: ellipsis; overflow: hidden; }
.xw-ellipsis-3 { display: -webkit-box; -webkit-line-clamp: 3; /*! autoprefixer: off */ -webkit-box-orient: vertical; /* autoprefixer: on */ word-wrap: break-word; white-space: normal !important; text-overflow: ellipsis; overflow: hidden; }
.xw-ellipsis-4 { display: -webkit-box; -webkit-line-clamp: 3; /*! autoprefixer: off */ -webkit-box-orient: vertical; /* autoprefixer: on */ word-wrap: break-word; white-space: normal !important; text-overflow: ellipsis; overflow: hidden; }
/* ---- */
.xw-bg-white { background: #ffffff; }
/* --兼容IE6的position: fixed-- */
.xw-go-top { position: fixed; right: 0; bottom: 0; width: 40px; height: 40px; display: none; _position: absolute; _top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - this.offsetHeight - (parseInt(this.currentStyle.marginTop, 10) || 0) - (parseInt(this.currentStyle.marginBottom, 10) || 0)) + 'px'); _bottom: auto; z-index: 99999; }
.xw-go-top p { position: static; background: #000000; -webkit-opacity: 0.7; opacity: 0.7; }
.xw-go-top p span { display: block; position: relative; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #ffffff; font-size: 21px; cursor: pointer; }
/* ---- */
.xw-flex { display: flex; -webkit-display: flex; }
.xw-flex-W1 { flex: 1; -webkit-flex: 1; }
.xw-flex-align { align-items: center; -webkit-align-items: center; }
.xw-flex-center { align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center; }
.xw-flex-justify { justify-content: space-between; -webkit-justify-content: space-between; }

/* --表单样式-- */
.text { width: 100%; }
.select { width: 100%; }

/* --forSwiper-- */
.swiper-wrapper, .swiper-zoom-container { overflow: visible; }

/* ==== */
.rq-top { height: 74px; background: #1e1e1e; border-bottom: 1px solid #f9c27b; }
.RQP-logo { float: left; }
.RQP-logo img { height: 74px; }
.RQP-nav { float: right; margin: 34px 0 0; }
.RQP-nav ul { height: 40px; }
.RQP-nav li { float: left; position: relative; margin: 0 0 0 40px; }
.RQP-nav li h1 { position: relative; height: 40px; font-weight: 400; z-index: 100000; }
.RQP-nav li h1 a { display: block; height: 40px; color: #ffffff; font-size: 18px; }
.RQP-nav li h1 a:hover { height: 39px; color: #c81233; border-bottom: 3px solid #c81233; }
.RQP-nav li.active h1 a { color: #c81233; }
.RQP-nav li dl { position: absolute; top: 40px; left: 0; z-index: 9999; background: #ffffff; overflow: hidden; }
.RQP-nav li dl dd { float: left; margin: 0 0 0 -1px; background: url('../pics/topnavfg.png') left center no-repeat; }
.RQP-nav li dl dd a { display: block; padding: 40px 21px 30px; }
.RQP-nav li dl dd a:hover { color: #ffffff; background: #c81233; }
.RQP-nav li dl dd div { width: 140px; height: 150px; }
.RQP-nav li dl dd p { padding: 15px 0 0; text-align: center; }

/* ==== */
.rq-foot { background: #1e1e1e; color: #c8c1bf; }
.RQO-top { position: relative; height: 390px; }
.RQO-img { height: 390px; animation: myfirst 20s infinite; -moz-animation: myfirst 20s infinite; -webkit-animation: myfirst 20s infinite; -o-animation: myfirst 20s infinite; }
@keyframes myfirst {
	0% { transform:scale(1); -ms-transform:scale(1); -moz-transform:scale(1); -webkit-transform:scale(1); -o-transform:scale(1); }
	50% { transform:scale(1.1); -ms-transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); }
	100% { transform:scale(1); -ms-transform:scale(1); -moz-transform:scale(1); -webkit-transform:scale(1); -o-transform:scale(1); }
}
.RQO-mask { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, .8); }
.RQO-info { position: absolute; top: 50%; left: 50%; width: 1200px; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.RQO-title { line-height: 40px; text-align: center; color: #ffffff; }
.RQO-title h1 { font-size: 26px; }
.RQO-title p { font-size: 18px; text-transform: uppercase; }
.RQO-list { margin: 40px 0 0; }
.RQO-list li { width: 188px; height: 188px; border: 1px solid #727476; color: #ffffff; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-direction: column; transition: all 0.5s; -webkit-transition: all 0.5s; }
.RQO-list li p:first-of-type { margin-bottom: 15px; }
.RQO-list li p span { font-size: 40px; line-height: 42px; }
.RQO-list li:hover { color: #c81233; background: #1e1e1e; }
.RQO-cent { border-top: 1px solid #ffffff; }
.RQO-nav { margin: 15px 0 0; }
.RQO-nav a { padding: 10px 30px; color: #727476; }
.RQO-nav a:hover, .RQO-nav a.active { color: #c81233; }
.RQO-con { padding: 40px 0 15px; }
.RQO-form > div { padding: 0 25px 0 0; font-size: 12px; }
.RQO-form > div p { line-height: 26px; font-size: 18px; word-break: keep-all; }
.RQO-form li { float: left; margin: 0 0 10px; width: 50%; height: 40px; line-height: 40px; color: #ffffff; }
.RQO-form li span { padding: 0 10px 0 20px; }
.RQO-form li p { padding: 0 20px; line-height: 40px; background: rgba(255, 255, 255, .4); border-radius: 20px; -webkit-border-radius: 20px; }
.RQO-form-sub { padding: 0 0 0 60px; }
.RQO-form-sub button { width: 100%; height: 40px; color: #ffffff; text-align: center; background: #c81233; border: 0; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.RQO-form-sub button:active { -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; }
.RQO-lx { margin: 0 0 0 50px; }
.RQO-lx div { padding: 0 40px 0 0; font-size: 12px; }
.RQO-lx div p { line-height: 26px; font-size: 18px; word-break: keep-all; }
.RQO-lx ul li { margin: 0 0 10px; }
.RQO-lx ul li span { width: 40px; height: 30px; line-height: 30px; text-align: center; }
.RQO-lx ul li p { line-height: 30px; font-size: 14px; }
.RQO-lx ul li p.tel { font-size: 24px; }
.RQO-bot { padding: 0 0 20px; border-top: 1px solid #727476; }
.RQO-logo { padding: 20px 0 0; }
.RQO-desc { padding: 20px 0 0; line-height: 30px; text-align: right; font-size: 14px; }
.RQO-desc a { color: #c8c1bf; }
.RQO-desc a:hover { color: #c81233; }
.RQO-ewm { padding: 0 0 0 30px; }
.RQO-ewm img { width: 95px; height: 95px; }
.RQO-ewm p { padding: 10px 0 0; font-size: 12px; text-align: center; }

/* ==== */
.rq-bg { padding: 0 0 70px; background: url(../pics/bg-foot.png) no-repeat center bottom; background-size: 100% auto; }
.rq-nybg { padding: 0 0 70px; }
.rq-adv { -webkit-border-radius: 10px; border-radius: 10px; }
.rq-adv img { width: 100%; }

/* ==== */
.rq-lm { text-align: center; }
.RQM-con { padding: 10px 0 0; }
.RQM-con h1 { margin: 0 0 5px; font-size: 30px; color: #c81233; }
.RQM-con h1 span { color: #1e1e1e; }
.RQM-con h2 { margin: 0 75px 5px; font-size: 14px; text-transform: uppercase; }
.RQM-con p { margin: 0 25px; height: 1px; border-top: 1px solid #949494; border-bottom: 1px solid #949494; }
.RQM-desc { padding: 10px 0; font-size: 18px; }
.RQM-desc span { display: block; font-size: 14px; text-transform: uppercase; }
.RQM-title { padding: 10px 0; font-size: 24px; color: #c81233; font-weight: 700; }

/* ==== */
.rq-banner, .rq-banner .swiper-slide { height: 1000px; }
.rq-banner .swiper-slide { background-repeat: no-repeat; background-position: center; background-size: cover; }

/* ==== */
.rq-first { position: relative; margin: -45px 0 0; z-index: 999; }
.RQF-pdt, .RQF-pdt .swiper-container, .RQF-pdt .swiper-container .swiper-slide { height: 270px; }
.RQF-pdt { position: relative; margin: 30px 0 0; padding: 0 50px; }
.RQF-pdt .swiper-button-next, .RQF-pdt .swiper-button-prev { color: #1e1e1e; }
.RQF-pdt .swiper-container .swiper-slide a { display: block; height: 100%; text-align: center; background: #e5e5e5; }
.RQF-pdt .swiper-container .swiper-slide a div { padding: 40px 0 20px; }
.RQF-pdt .swiper-container .swiper-slide a div img:nth-of-type(1) { display: block; }
.RQF-pdt .swiper-container .swiper-slide a div img:nth-of-type(2) { display: none; }
.RQF-pdt .swiper-container .swiper-slide a p { font-size: 18px; line-height: 30px; }
.RQF-pdt .swiper-container .swiper-slide a:hover { background: #1e1e1e; color: #ffffff; }
.RQF-pdt .swiper-container .swiper-slide a:hover div img:nth-of-type(1) { display: none; }
.RQF-pdt .swiper-container .swiper-slide a:hover div img:nth-of-type(2) { display: block; }

/* ==== */
.rq-second { position: relative; margin: 60px 0 0; }
.RQS-list { margin: 30px 0 0; }
.RQS-list li { float: left; position: relative; width: 50%; overflow: hidden; }
.ROS-mask { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, .7); }
.RQS-list li a { display: block; height: 500px; overflow: hidden; }
.RQS-list li .ROS-img { height: 500px; transition: all 1.5s; -webkit-transition: all 1.5s; }
.ROS-con { position: absolute; top: 110px; width: 500px; }
.ROS-con.left { right: 50px; }
.ROS-con.right { left: 50px; }
.ROS-icon { position: relative; text-align: center; }
.ROS-plus { margin: -20px auto 0; padding: 10px; width: 160px; height: 140px; background: url(../pics/add.png) center no-repeat; }
.ROS-text { height: 100%; background: rgba(255, 255, 255, .1); color: #ffffff; font-size: 30px; }
.ROS-desc { padding: 40px 0 0; line-height: 24px; font-size: 14px; color: #ffffff; display: none; }
.RQS-list li a:hover .ROS-img { transform: scale(1.1); -webkit-transform: scale(1.1); }
.RQS-list li a:hover .ROS-text { background: #c81233; }
.RQS-list li a:hover .ROS-desc { display: block; }

/* ==== */
.rq-third { position: relative; margin: 60px 0 0; }
.RQT-list { position: relative; margin: 30px 0 0; }
.RQT-line { width: 60%; height: 16px; background: #1e1e1e; }
.RQT-pdt, .RQT-pdt .swiper-container, .RQT-pdt .swiper-container .swiper-slide { height: 800px; }
.RQT-pdt { padding: 0 30% 0 0; }
.RQT-img { position: relative; height: 100%; }
.RQT-con, .RQT-con .swiper-container, .RQT-con .swiper-container .swiper-slide { height: 420px; }
.RQT-con { position: absolute; top: 50%; right: 0; padding: 30px; width: 840px; background: rgba(0, 0, 0, .8); -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 999; }
.RQT-con .swiper-container .swiper-button-next:after, .RQT-con .swiper-container .swiper-button-prev:after { display: none; }
.RQT-con .swiper-container .swiper-button-next, .RQT-con .swiper-container .swiper-button-prev { top: auto; width: auto; height: auto; margin-top: 0; color: #ffffff; overflow: visible; }
.RQT-con .swiper-container .swiper-button-next { bottom: 0; right: 25%; }
.RQT-con .swiper-container .swiper-button-next img { margin: -20px 0 0 10px; }
.RQT-con .swiper-container .swiper-button-prev { top: 0; left: 70%; }
.RQT-icon { padding: 12px 20px 0 0; }
.RQT-title { font-size: 30px; color: #c81233; }
.RQT-title p { font-size: 40px; font-weight: 700; text-transform: uppercase; }
.RQT-fg { margin: 40px 0 30px; border-top: 1px solid #ffffff; width: 100px; }
.RQT-text { width: 470px; line-height: 30px; color: #ffffff; }

/* ==== */
.rq-fourth { margin: 10px 0 0; padding: 40px 0; background: #e5e5e5; }
.RQH-list { margin: 20px 0 0; }
.RQH-list ul { width: 1235px; }
.RQH-list li { float: left; width: 33.3333%; }
.RQH-list li a { display: block; margin-right: 35px; border: 1px solid #848484; background: #cfcfcf; transition: all 0.5s; -webkit-transition: all 0.5s; }
.RQH-img { position: relative; height: 200px; }
.RQH-con { padding: 20px 35px; }
.RQH-title { height: 24px; line-height: 24px; font-weight: 700; }
.RQH-desc { margin: 5px 0 0; height: 66px; line-height: 22px; font-size: 14px; }
.RQH-data { margin: 10px 0 0; height: 22px; line-height: 22px; font-size: 14px; text-align: right; }
.RQH-list li a:hover { background: #1e1e1e; }
.RQH-list li a:hover .RQH-desc, .RQH-list li a:hover .RQH-data { color: #bfbfbf; }
.RQH-more { margin: 30px 0 0; }
.RQH-more a { padding: 15px 75px; background: #1e1e1e; color: #ffffff; }
.RQH-more a:hover { background: #c81233; }

/* ==== */
.isForPc { display: block; }
.isForMob { display: none; }

/* ==== */
.rq-nybanner { height: 510px; background-repeat: no-repeat; background-position: center; background-size: cover; }

/* ==== */
.rq-nynav { padding: 10px 0 0; border-bottom: 1px solid #1e1e1e; }
.rq-nynav a { float: left; padding: 13px 20px; margin-right: 5px; font-size: 18px; }
.rq-nynav a.active, .rq-nynav a:hover { background: #c81233; color: #ffffff; }

/* ==== */
.rq-nymain { margin: 20px 0 0; }

/* ==== */
.pagelist { padding: 60px 0; text-align: center; }
.pagelist li { display: inline-block; margin: 0 5px; }
.pagelist li a { display: block; padding: 0 15px; height: 40px; line-height: 40px; border: 1px solid #ccc; background: #ffffff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.pagelist li.active a, .pagelist li a:hover { background: #c81233; color: #ffffff; border: 1px solid #c81233; }
/* ==== */
.pswp__container, .pswp__container div { overflow: visible; }

/* ==== */
.rq-page { padding: 50px 0 80px; line-height: 38px; font-size: 18px; text-align: justify; }
.rq-page img { max-width: 100%; }
.rq-page table { width: 100%; border-color: #d7d7d7; border-style: solid; border-width: 1px 0 0 1px; border-collapse: collapse; }
.rq-page table td { border-color: #d7d7d7; border-style: solid; border-width: 0 1px 1px 0; padding: 10px; font-size: 18px; }
.rq-page video { min-width: 800px; }

/* ==== */
.rq-nyjp ul { width: 1240px; }
.rq-nyjp li { float: left; margin: 40px 0 0; width: 50%; }
.rq-nyjp li a { display: block; margin-right: 40px; padding: 15px; background: #ffffff; cursor: pointer; box-shadow: 0 0 10px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2); }
.RQJ-img { position: relative; height: 350px; }
.RQJ-img img { display: none; }
.RQJ-title { padding: 20px 0 10px; text-align: center; }

/* ==== */
.rq-case-big, .rq-case-big .swiper-container, .rq-case-big .swiper-container .swiper-slide { height: 560px; }
.rq-case-big { padding: 0 0 15px; background: #1e1e1e; }
.rq-case-big .swiper-button-next, .rq-case-big .swiper-button-prev { color: #1e1e1e; }
.RQCB-img { position: relative; height: 100%; }
.rq-case-small, .rq-case-small .swiper-container, .rq-case-small .swiper-container .swiper-slide { height: 200px; }
.rq-case-small { padding: 0 15px 15px; margin: 0 0 60px; background: #1e1e1e; }
.rq-case-small .swiper-container .swiper-slide { opacity: 0.4; }
.rq-case-small .swiper-container .swiper-slide-thumb-active { opacity: 1; }
.RQCS-img { position: relative; height: 100%; }

/* ==== */
.rq-news { padding: 30px 0 0; }
.rq-news li { padding: 30px 0 0; }
.rq-news li a { padding: 20px 30px; box-shadow: 0 0 10px rgba(0, 0, 0, .2); border: 1px solid #ffffff; background: #ffffff; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2); }
.RQW-con h1 { height: 40px; line-height: 40px; font-size: 24px; }
.RQW-con p { height: 120px; line-height: 30px; color: #1e1e1e; }
.RQW-con div { margin: 10px 0 0; height: 30px; line-height: 30px; }
.RQW-con div span { float: left; padding: 0 20px; margin-right: 20px; height: 30px; color: #ffffff; background: #1e1e1e; -webkit-border-radius: 20px; border-radius: 20px; }
.RQW-con div em { color: #888888; }
.RQW-img { position: relative; margin: 0 0 0 40px; width: 300px; height: 200px; }
.rq-news li a:hover { border: 1px solid #1e1e1e; }
.rq-news li a:hover .RQW-con div span { background: #c81233; }

/* ==== */
.rq-view-title { padding: 70px 0 0; line-height: 40px; font-size: 28px; text-align: center; }
.rq-view-info { padding: 15px 0 0; text-align: center; }
.rq-view { padding: 50px 0 80px; line-height: 38px; font-size: 18px; text-align: justify; }
.rq-view img { max-width: 100%; }
.rq-view table { width: 100%; border-color: #d7d7d7; border-style: solid; border-width: 1px 0 0 1px; border-collapse: collapse; }
.rq-view table td { border-color: #d7d7d7; border-style: solid; border-width: 0 1px 1px 0; padding: 10px; font-size: 18px; }
.rq-view video { min-width: 800px; }

/* ==== */
.rq-lxwm { padding: 60px 0 80px; }
.RQLM-con { padding: 0 0 30px; }
.RQLM-logo { float: left; margin: 30px 40px 0 0; }
.RQLM-title { float: left; margin: 60px 40px 0 0; }
.RQLM-title h1 { margin: 0 0 10px; font-size: 20px; }
.RQLM-info { float: left; margin: 60px 0 0 0; line-height: 32px; }
.RQLM-ewm { float: right; }
.RQLM-ewm img { height: 180px; }