﻿html {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	line-height:1.15;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	margin:0;
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 320px;
	background: #fff;
	color: #333;
	padding-top: 105px;
}
h1 {
	font-size:2em;
	margin:.67em 0;
}
figure {
	margin:1em 40px;
}
hr {
	box-sizing:content-box;
	height:0;
	overflow:visible;
}
a {
	-webkit-text-decoration-skip:objects;
	background-color:transparent;
}
abbr[title] {
	border-bottom:none;
	-webkit-text-decoration:underline dotted;
	text-decoration:underline dotted;
}
b, strong {
	font-weight:bolder;
}
dfn {
	font-style:italic;
}
mark {
	background-color:#ff0;
	color:#000;
}
small {
	font-size:80%;
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sub {
	bottom:-.25em;
}
sup {
	top:-.5em;
}
audio:not([controls]) {
display:none;
height:0;
}
img {
	border-style:none;
	max-width:100%
}
svg:not(:root) {
overflow:hidden;
}
button, input, optgroup, select, textarea {
	line-height:1.42857143;
	margin:0;
	outline: none;
}
body, button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}
table tr:hover {
	background-color: #ff0000; 
	color:#fff
}
table {
	caption-side: bottom;
	border-collapse: collapse;
	margin: 0 auto;
	width:100%;
	border: 1px solid;
	text-align:center
}
tr, td {
	border: 1px solid;
	text-align:center;
	width:auto
}
button, input {
	overflow:visible;
}
button, select {
	text-transform:none;
}
button, html [type=button], [type=reset], [type=submit] {
-webkit-appearance:button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText;
}
fieldset {
	padding:.35em .75em .625em;
}
legend {
	box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal;
}
progress {
	display:inline-block;
	vertical-align:baseline;
}
textarea {
	overflow:auto;
}
[type=checkbox], [type=radio] {
box-sizing:border-box;
padding:0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto;
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit;
}
summary {
	display:list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details, menu {
	display:block;
}
pre, code, kbd, samp {
	font-family:monospace, monospace;
	font-size:1em;
}
audio, video, canvas {
	display:inline-block;
}
template, [hidden] {
display:none;
}
.clearfix {
	zoom:1;
}
.clearfix:before, .clearfix:after {
	display:table;
	line-height:0;
	content:"";
}
.clearfix:after {
	clear:both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #d10017;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.f24{ font-size:24px}
.img-center {
	text-align: center;
	font-size: 0;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.img-cover {
	overflow: hidden;
	position: relative;
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.more-big {
	display: block;
	margin: 40px auto 0;
	text-align: center;
	width: 120px;
	line-height: 50px;
	font-size: 18px;
	color: #d10017;
	text-transform: uppercase;
	border-radius: 6px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.more-big:hover {
	box-shadow: 0 0 8px #00a4f0;
}
.container {
	padding: 0 15px;
	width: 1500px;
	margin: 0 auto;
}
.kf {
	width:208px;
	position:fixed;
	right:-208px;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:999;
}
.kt-top {
	height:40px;
	line-height:40px;
	background:url(../image/kefu.png) 12px center no-repeat #d10017;
	-ms-background-size:auto 20px;
	background-size:auto 20px;
	padding-left:46px;
	font-size:14px;
	color:#fff;
}
.kt-top span:hover {
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.kt-top span {
	width:18px;
	height:16px;
	float:right;
	position:relative;
	margin:10px 10px 0 0;
	cursor:pointer;
transition:.5s;
-webkit-transition:.5s;
-moz-transition:.5s;
-ms-transition:.5s;
-o-transition:.5s;
}
.kt-top span b {
	width:100%;
	height:2px;
	background:#fff;
	display:block;
	position:absolute;
	top:50%;
	left:0;
}
.kt-top span b:first-child {
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.kt-top span b:last-child {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.kf .con {
	overflow:hidden;
	background:#fff;
}
.kf .qq li {
	height:36px;
	line-height:36px;
	border-bottom:#f5f5f5 solid 1px;
	padding-left:16px;
}
.kf .qq li a {
	height:36px!important;
	color:#666;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-decoration:initial;
	display:block;
}
.kf .qq li a img {
	padding-right:6px;
}
.kf .con h5 {
	height:26px;
	line-height:26px;
	margin-top:12px;
	background:url(../image/lianxi.png) 16px center no-repeat;
	padding-left:45px;
	color:#666;
	font-size:14px;
	margin-bottom: 0;
}
.kf .contact {
	margin-top:1px;
	height: auto;
}
.kf .contact p {
	height:26px;
	line-height:26px;
	color:#666;
	font-size:14px;
	padding-left:22px;
	margin: 0;
}
.kf .contact p:nth-child(2n) {
padding-left:32px;
}
.kf .con h5.qr-icon {
	background:url(../image/erweima.png) 16px center no-repeat;
}
.kf .con .qr {
	margin-top:10px;
	padding-left:40px;
}
.kf .con .qr img {
	width:110px;
	height:110px;
}
.kf .backTop {
	width:100%;
	height:40px;
	margin-top:10px;
	background:url(../image/huidaodingbu.png) center center no-repeat #d10017;
	background-size:18px auto;
	cursor:pointer;
}
.kf-side {
	padding:18px 10px 10px;
	background:#d10017;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	left:-34px;
	cursor:pointer;
}
.kf-side b {
	display:block;
	color:#fff;
	line-height:18px;
	font-size:14px;
	font-weight:400;
}
.kf-side span.arrow {
	width:12px;
	height:12px;
	background:url(../image/jt-1.png) no-repeat;
	-ms-background-size:auto 12px;
	background-size:auto 12px;
	display:block;
	margin-top:10px;
}
.kf-side span.on {
	background:url(../image/jt-2.png) no-repeat;
	-ms-background-size:auto 12px;
	background-size:auto 12px;
}
.header {
	background-color: #d10017;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.header-active {
	position: fixed;
	top: -150px;
}
.header-active.active {
	top: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.header .logo {
	float: left;
	height: 105px;
	line-height: 105px;
	text-align: left;
}
.header .tel {
	float: right;
	line-height: 105px;
	text-transform: uppercase;
	margin-left: 20px;
	font-size:20px;
	color:#ffffff
}
.header .sc-box {
	float: right;
	position: relative;
}
.header .sc-btn {
	display: block;
	width: 42px;
	height: 105px;
	background: url(../image/top1.png) no-repeat center;
}
.header .sc-form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #fff;
	width: 270px;
	padding: 10px;
	display: none;
	z-index: 10;
}
.header .sc-form input {
	float: left;
	padding: 6px 12px;
	background-color: #f0f0f0;
	border: 1px #ccc solid;
	font-size: 14px;
	line-height: 24px;
	border-right: 0;
	width: 180px;
}
.header .sc-form button {
	float: right;
	width: 65px;
	height: 38px;
	line-height: 38px;
	border: 0;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	padding: 0;
	background-color: #d10017;
	color: #fff;
}
.header .nav {
	text-align: center;
	margin: 0 200px 0 260px;
	font-size: 0;
}
.header .nav li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.header .nav li a {
	display: block;
	font-size: 16px;
	padding: 23px 11px 41px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-bottom: 2px solid transparent;
	color:#ffffff
}
.header .nav li a span {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.header .nav li .arr {
	float: right;
	height: 57px;
	width: 40px;
	position: relative;
	display: none;
}
.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.header .nav li.dropdown {
	position: relative;
}
.header .nav .dropdown-box {
	position: absolute;
	left: 50%;
	width: 160px;
	top: 100%;
	background-color: #d10017;
	display: none;
	z-index: 10;
	margin-left: -80px;
}
.header .nav .dropdown-box p {
	margin: 0;
}
.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff !important;
	line-height: 50px;
	font-size: 14px;
	background-color: transparent !important;
	padding: 0 10px;
	border-bottom: 0;
}
.header .nav .dropdown-box a:hover {
	background-color: #313131 !important;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	color: #d10017;
	background-color: #fcebed;
	border-color: #d10017;
}
.header .nav li.active a span, .header .nav li.open a span, .header .nav li a:hover span {
	opacity: 1;
	color: #d10017;
}
.header .nav li.open .dropdown-box {
	display: block;
}
.menu-btn {
	display: none;
	padding: 16px 0;
	float: right;
	margin-left: 15px;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
	display: block;
	height: 2px;
	background-color: #fff;
	content: '';
}
.menu-btn:before {
	width: 24px;
}
.menu-btn:after {
	width: 18px;
	margin-left: 6px;
}
.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px;
}
.service_list1:after {
	content: '';
	display: block;
	clear: both;
}
.service_list1 ul li {
	width: 12.5%;
	float: left;
	height: 120px;
}
.service_list1 a {
	display: block;
	margin: 7px;
	position: relative;
}
.service_list1 img {
	display: block;
	width:80%;
	margin: 0 auto
}
.service_list1 .img:hover {
	background: #fff
}
.service_list1 .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: #fff;
}
.service_list1 .text h3 {
	font-size: 16px;
	font-weight: normal;
}
.service_list1 .text p {
	margin: 10px 0;
	background: bottom center no-repeat
}
.service_list1 .text .more {
	display: inline-block;
	padding-right: 10px;
	background: url(404.png) no-repeat right center;
}
.contact2-area {
	padding: 100px 0 100px;
}
.contact2-info {
	background: #f2fcf4;
	padding: 20px 30px 20px;
}
.address-info {
	padding: 13px 0 0;
}
.address-info a i {
	background: #0e7930;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
}
.address-info h4 {
	font-size: 18px;
	line-height: 27px;
	margin: 0;
	padding: 21px 0 0;
}
.contact2-area .form-box input {
	background-color: #fff;
}
.contact2-area .form-box textarea {
	background: #fff;
}
.booking-section {
	padding: 100px 0 100px;
}
.single-form-box {
	background: #e8f1fa;
	border-radius: 8px;
	padding: 55px 0 72px;
}
.form-title h3 {
	text-align: center;
	margin-bottom: 30px;
}
.form-box input {
	display: inline-block;
	width: 100%;
	height: 60px;
	border: 1px solid #b2b2b2;
	margin-bottom: 24px;
	padding: 0 28px 0;
	background-color: #f2fcf4;
	border-radius: 5px;
}
.form-box input::placeholder {
 opacity: 0.702;
 font-size: 16px;
 color:  #2d2a2a;
 font-weight: 500;
}
.form-box input:focus, button:focus {
	outline: 0;
	border: 1px solid #b2b2b2 !important;
}
.form-box textarea {
	border: 1px solid #b2b2b2;
	width: 100%;
	height: 142px;
	padding: 17px 28px 0;
	background: #f2fcf4;
}
.form-box textarea::placeholder {
 opacity: 0.702;
 font-size: 16px;
 color: #555555;
 font-weight: 400;
}
.form-box textarea:focus {
	outline: 0;
	border: 1px solid #b2b2b2 !important;
}
.submit-button button {
	display: inline-block;
	background: #05441a;
	border:0;
	color: #fff;
	border-radius: 5px;
	padding: 8px 33px;
 transition: .5s;
	position: relative;
	z-index: 1;
	margin-top: 20px;
}
 .submit-button button:focus:not(:focus-visible) {
 outline: 0;
 border: 0 !important;
}
.booking-section .form-box {
	padding: 0 40px 0;
}
.booking-section .submit-button button {
	margin-left: 40px;
}
 @media only screen and (max-width: 750px) {
 .service_list1 ul li {
 width: 33.3333%;
 float: left;
 height: auto;
}
}
.banner .swiper-slide {
	background: no-repeat center / cover;
}
.banner .ctrl {
	position: absolute;
	z-index: 2;
	right: 50%;
	font-size: 0;
	bottom: 40px;
	margin-right: -750px;
	color: #fff;
	line-height: 1;
}
.banner .ctrl .swiper-button-prev, .banner .ctrl .swiper-button-next {
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px;
	width: 10px;
	height: 18px;
	background-size: contain;
}
.banner .ctrl .line {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	opacity: 0.4;
}
.banner .ctrl .swiper-pagination {
	position: static;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.banner .ctrl .swiper-pagination-bullet {
	width: auto;
	height: auto;
	background-color: transparent;
	opacity: 0.4;
}
.banner .ctrl .swiper-pagination-bullet:before, .banner .ctrl .swiper-pagination-bullet:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 25px;
	height: 1px;
	background-color: #fff;
}
.banner .ctrl .swiper-pagination-bullet span {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}
.banner .ctrl .swiper-pagination-bullet:first-child:before {
	display: none;
}
.banner .ctrl .swiper-pagination-bullet:first-child span {
	padding-left: 0;
}
.banner .ctrl .swiper-pagination-bullet:last-child:after {
	display: none;
}
.banner .ctrl .swiper-pagination-bullet:last-child span {
	padding-right: 0;
}
.banner .ctrl .swiper-pagination-bullet-active {
	opacity: 1;
}
.section {
	padding: 30px 0;
}
.section-title {
	margin-bottom: 40px;
	font-size: 24px;
	padding-left: 35px;
}
.section-title strong {
	display: block;
	font-size: 50px;
	line-height: 1.1;
	margin-bottom: 5px;
	position: relative;
	text-transform: uppercase;
}
.section-title strong:before {
	position: absolute;
	top: 50%;
	right: 100%;
	content: '';
	width: 25px;
	height: 5px;
	background-color: #333;
	margin-top: -2px;
	margin-right: 10px;
}
.section-title p {
	margin: 0;
	float: right;
	font-size: 18px;
	color: #8f8f8f;
}
.section-title-2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
	margin-top: 30px;
}
.section-title-2 strong {
	font-family: "Arial Black";
	font-size: 40px;
	display: block;
	text-transform: uppercase;
}
.section-title-3 {
	text-align: center;
	margin-bottom: 40px;
}
.section-title-3 strong {
	display: inline-block;
	font-size: 36px;
	position: relative;
	padding: 0 25px;
}
.section-title-3 strong:after, .section-title-3 strong:before {
	position: absolute;
	content: '';
	top: 50%;
	width: 90px;
	height: 1px;
	background-color: #000;
	opacity: 0.2;
}
.section-title-3 strong:after {
	left: 100%;
}
.section-title-3 strong:before {
	right: 100%;
}
.section-title-3 p {
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
}
.section-title-3 small {
	display: inline-block;
	background-color: #d10017;
	color: #fff;
	font-family: Arial;
	padding: 0 38px;
	line-height: 24px;
	font-size: 14px;
	border-radius: 20px;
	margin-top: 5px;
	letter-spacing: 1px;
}
.in-about-left {
	float: left;
	width:900px;
}
.in-about-right {
	margin-left: 970px;
	padding: 00px 60px 0 0;
	background: url(../image/index5.png) no-repeat right bottom;
}
.in-about-left1 {
	float: left;
	width:750px;
}
.in-about-left2 {
	float: left;
	width:550px;
}
.contact {
	width:100%
}
.contact .main {
	display:flex;
	align-items:stretch
}
.contact .main .texts {
	width:40%;
	background-color:#fff;
	padding:60px 5%;
	overflow:hidden
}
.contact .main .texts .big {
	font-size:48px;
	line-height:48px;
	font-family:'DIN'
}
.contact .main .texts .name {
	font-size:28px;
	margin-top:25px;
	font-weight:bolder
}
.contact .main .texts .icon-line {
	display:flex;
	align-items:center;
	margin-top:20px
}
.contact .main .texts .icon-line i {
	font-size:20px;
	flex-shrink:0
}
.contact .main .texts .icon-line span {
	font-size:14px;
	margin-left:15px
}
.contact .main .texts .way {
	margin-top:30px
}
.contact .main .texts .way .title {
	font-size:18px
}
.contact .main .texts .way .items p, .contact .main .texts .way .items a {
	font-size:16px;
	display:inline-block;
	margin-right:15px
}
.contact .main .texts .way .items p span, .contact .main .texts .way .items a span {
	font-family:'DIN'
}
.contact .main .texts .wechat {
	width:100%;
	margin-top:70px;
	display:flex;
	align-items:stretch
}
.contact .main .texts .wechat .img {
	width:120px;
	height:120px
}
.contact .main .texts .wechat .img img {
	width:100%;
	height:100%
}
.contact .main .texts .wechat .rights {
	width:calc(100% - 120px);
	margin-left:16px;
	position:relative
}
.contact .main .texts .wechat .rights .big {
	font-size:18px;
	font-weight:bold;
	line-height:24px
}
.contact .main .texts .wechat .rights .desc {
	font-size:16px;
	margin-top:10px
}
.contact .main .texts .wechat .rights .small {
	margin-top:10px;
	width:100%
}
.contact .main #map {
	width:60%
}

.history-wrap {
	width: 100%;
	overflow: hidden;
	background: url(404.png) no-repeat center;
	background-size: cover;
	padding-top: 18px;
	padding-bottom: 52px;
}
.history-title {
	text-align: center;
	margin-bottom: 48px;
}
.history-title .about-title {
	color: #fff;
	padding-right: 28px;
	margin-bottom: 0px;
}
.history-title .about-title::after {
 background-image: url(404.png);
}
.history-main {
	width: 100%;
	position: relative;
}
.history-main .inside-width {
	position: relative;
}
.history-main::after {
 position: absolute;
 content: "";
 width: 100%;
 height: 1px;
 background-color: #000;
 left: 0px;
 top: 50%;
 transform: translateY(-50%);
}
.history-next, .history-prev {
	width: 54px!important;
	height: 54px!important;
	margin-top: -27px!important;
	background-color: #d10017!important;
	background-size: 9px 15px!important;
}
.history-next {
	right: 124px!important;
	background-image: url(../image/history-next.png)!important;
}
.history-prev {
	left: 124px!important;
	background-image: url(../image/history-prev.png)!important;
}
.history-next:hover, .history-prev:hover {
	background-color: #d10017;
}
.history-next:hover {
	background-image: url(../image/history-next-on.png);
}
.history-prev:hover {
	background-image: url(../image/history-prev-on.png);
}
.history-swiper .swiper-slide:nth-child(even) {
 margin-top: 217px;
 position: relative;
}
.history-item {
	height: 216px;
	color: #000;
	padding-top: 56px;
	position: relative;
}
.history-item h3 {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.history-info p {
	text-align: center;
	font-size: 28px;
	line-height: 24px;
}
.history-note {
	position: absolute;
	width: 18px;
	height: 18px;
	background-color: #d10017;
	border: 2px solid #fff;
	left: 50%;
	border-radius: 50%;
	transform: translateX(-50%);
	z-index: 23;
}
.history-note::after {
 width: 2px;
 height: 16px;
 position: absolute;
 content: "";
 left: 50%;
 background-color: #000;
 transform: translateX(-50%);
 z-index: 21;
}
.history-swiper .swiper-slide:nth-child(odd) .history-note {
 bottom: 19px;
}
.history-swiper .swiper-slide:nth-child(odd) .history-note::after {
 bottom: 16px;
}
.history-swiper .swiper-slide:nth-child(even) .history-note {
 top: 16px;
}
.history-swiper .swiper-slide:nth-child(even) .history-note::after {
 top: 16px;
}
@media (min-width: 1599px) {
 .inside-width {
 width: 1500px;
 margin:0 auto
}
}
@media(max-width: 1700px) {
 .history-next {
 right: -60px;
}
 .history-prev {
 left: -60px;
}
}
@media(max-width: 1400px) {
 .history-info p {
 font-size: 16px;
}
 .history-next {
 right: -20px;
}
 .history-prev {
 left: -20px;
}
}
@media(max-width: 1200px) {
 .history-wrap {
 padding-bottom: 100px;
}
}
@media(max-width: 991px) {
 .history-wrap {
 padding-top: 5px;
 padding-bottom: 30px;
}
 .history-title {
 margin-bottom: 0px;
}
}
@media(max-width: 768px) {
 .history-next, .history-prev {
 width: 38px!important;
 height: 38px!important;
 margin-top: -19px!important;
}
 .history-next {
 right: 5px!important;
}
 .history-prev {
 left: 5px!important;
}
 .history-swiper .swiper-slide:nth-child(even) {
 margin-top: 0px;
}
 .history-item {
 width: auto;
 padding-top: 0px;
 height: auto;
 padding-bottom: 0px;
 padding-top: 30px;
}
 .history-info p {
 font-size: 16px;
 min-height: 72px;
}
 .history-note {
 display: none;
}
 .history-main::after {
 display: none;
}
}
@media(max-width: 449px) {
 .history-info p {
 min-height: 24px;
}
 .history-main .inside-width {
 padding-left: 45px;
 padding-right: 45px;
}
}
.feed {
	width:100%;
	background-color:#f2f4f5;
	padding-top:10px;
	padding-bottom:100px
}
.feed .main {
	background-color:#fff;
	padding:60px 55px
}
.feed .main .title {
	width:100%;
	text-align:center;
	font-size:24px;
	line-height:24px
}
.feed .main .form {
	width:100%;
	margin-top:40px
}
.feed .main .form .input-line {
	width:100%;
	display:flex;
	justify-content:space-between
}
.feed .main .form .input-line input {
	width:24.5%;
	height:50px;
	padding:0 20px;
	border:1px solid #ddd
}
.feed .main .form .textarea {
	width:100%;
	height:200px;
	margin-top:20px
}
.feed .main .form .textarea textarea {
	width:100%;
	height:100%;
	padding:10px 20px;
	border:1px solid #ddd;
	resize:none
}
.feed .main .form .bot-line {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:20px
}
.feed .main .form .bot-line .yzm {
	display:inline-flex
}
.feed .main .form .bot-line .yzm input {
	width:200px;
	height:50px;
	padding:0 20px;
	border:1px solid #ddd
}
.feed .main .form .bot-line .yzm img {
	width:150px;
	height:50px;
	margin-left:10px
}
.feed .main .form .bot-line .sub-btn {
	width:240px;
	height:40px
}
.feed .main .form .bot-line .sub-btn .btn {
	width:240px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px solid #333;
	border-radius:20px;
	background-color:transparent;
	color:#333
}
.in-about-right2 {
	margin-left: 590px;
	padding: 00px 0px 0 0;
}
.in-about-right1 {
	margin-left: 790px;
	padding: 00px 0px 0 0;
}
.in-about-right h4 {
	font-weight: normal;
	background: url(../image/index4.jpg) no-repeat left bottom;
	font-size: 50px;
	padding-bottom: 30px;
	margin: 0 0 20px;
	line-height: 1.2;
}
.in-about-right p {
	margin: 0;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}
.in-about-right .more {
	display: block;
	line-height: 40px;
	background-color: #d10017;
	color: #fff;
	position: relative;
	width: 156px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 40px;
}
.in-about-right .more span {
	background: url(../image/index6.png) no-repeat right center;
	width: 21px;
	height: 10px;
	position: absolute;
	right: -21px;
	top: 50%;
	margin-top: -5px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.in-about-right .more span:before {
	content: '';
	width: 10px;
	height: 1px;
	background: white;
	position: absolute;
	left: -10px;
	top: 50%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.in-about-right .more:hover span {
	width: 41px;
	right: -41px;
}
.in-about-right .more:hover span:before {
	width: 20px;
	left: -20px;
}
.in-about .gallery-thumbs {
	float: left;
	width: 200px;
	height: 510px;
}
.in-about .gallery-thumbs .swiper-slide {
	background: no-repeat center / cover;
	cursor: pointer;
}
.in-about .gallery-top {
	margin-left: 220px;
}
.in-about .gallery-top .swiper-slide {
	height: 510px;
	background: no-repeat center / cover;
}
.in-about .gallery-top .swiper-button-prev, .in-about .gallery-top .swiper-button-next {
	width: 80px;
	height: 80px;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.8);
	top: auto;
}
.in-about .gallery-top .swiper-button-prev {
	left: auto;
	right: 0;
	bottom: 82px;
}
.in-about .gallery-top .swiper-button-next {
	right: 0;
	bottom: 0;
}
.bg1 {
	background: url(../image/index7.jpg) no-repeat center / cover;
	color: #fff;
}
.bg1 .section-title strong:before {
	background-color: #fff;
}
.bg2 {
	background: url(../image/index25.jpg) repeat center;
	color: #fff;
	padding-bottom: 0;
	position: relative;
}
.bg2 .section-title strong:before {
	background-color: #fff;
}
.bg3 {
	background: url(../image/guide1.jpg) no-repeat center / cover;
}
.in-service {
	margin: -35px 0 0 -35px;
}
.in-service li {
	float: left;
	width: 33.33333333333%;
}
.in-service li a {
	display: block;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background: url(../image/index8.png) repeat center;
	border: solid 1px rgba(255, 255, 255, 0.3);
	padding: 30px 0;
	position: relative;
	margin: 35px 0 0 35px;
	overflow: hidden;
}
.in-service li .num {
	text-align: center;
	font-size: 0;
}
.in-service li .num span {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	position: relative;
	padding: 0 18px;
	opacity: 0.6;
}
.in-service li .num span:after, .in-service li .num span:before {
	position: absolute;
	content: '';
	top: 50%;
	height: 1px;
	width: 8px;
	background-color: #fff;
}
.in-service li .num span:before {
	left: 0;
}
.in-service li .num span:after {
	right: 0;
}
.in-service li .img-center {
	height: 75px;
	line-height: 75px;
}
.in-service li h4 {
	margin: 10px 0 0;
	font-size: 18px;
	text-align: center;
}
.in-service li .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../image/index9.png) repeat center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
.in-service li .text p {
	margin: 0;
	text-align: justify;
	padding: 35px 35px 0;
	font-size: 16px;
	line-height: 1.8;
}
.in-service li .n {
	position: absolute;
	right: 10px;
	bottom: -10px;
	font-style: oblique;
	font-size: 36px;
	line-height: 1;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.in-service li a:hover {
	border-color: #fff;
}
.in-service li a:hover .text {
	opacity: 1;
}
.in-service li a:hover .n {
	opacity: 0.3;
}
.in-service1 {
	margin: -35px 0 0 -35px;
}
.in-service1 li {
	float: left;
	width: 33.33333333333%;
}
.in-service1 li a {
	display: block;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background: url(../image/index8.png) repeat center;
	border: solid 1px rgba(255, 255, 255, 0.3);
	padding: 30px 0;
	position: relative;
	margin: 0px 0 0 35px;
	overflow: hidden;
}
.in-service1 li .num {
	text-align: center;
	font-size: 0;
}
.in-service1 li .num span {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	position: relative;
	padding: 0 18px;
	opacity: 0.6;
}
.in-service1 li .num span:after, .in-service1 li .num span:before {
	position: absolute;
	content: '';
	top: 50%;
	height: 1px;
	width: 8px;
	background-color: #fff;
}
.in-service1 li .num span:before {
	left: 0;
}
.in-service1 li .num span:after {
	right: 0;
}
.in-service1 li .img-center {
	height: 75px;
	line-height: 75px;
}
.in-service1 li h4 {
	margin: 10px 0 0;
	font-size: 18px;
	text-align: center;
}
.in-service1 li .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../image/index9.png) repeat center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
.in-service1 li .text p {
	margin: 0;
	text-align: justify;
	padding: 35px 35px 0;
	font-size: 16px;
	line-height: 1.8;
}
.in-service1 li .n {
	position: absolute;
	right: 10px;
	bottom: -10px;
	font-style: oblique;
	font-size: 36px;
	line-height: 1;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.in-service1 li a:hover {
	border-color: #fff;
}
.in-service1 li a:hover .text {
	opacity: 1;
}
.in-service1 li a:hover .n {
	opacity: 0.3;
}
.tabs-menu {
	text-align: right;
	font-size: 0;
	margin-bottom: 40px;
	margin-top: -80px;
}
.tabs-menu li {
	display: inline-block;
	vertical-align: middle;
}
.tabs-menu li a {
	display: block;
	line-height: 36px;
	padding: 0 25px;
	margin-left: -1px;
	background: url(../image/index24.jpg) no-repeat left center;
	border-radius: 36px;
	font-size: 16px;
}
.tabs-menu li:first-child a {
	background-image: none;
}
.tabs-menu li.active a {
	background: #d10017;
	color: #fff;
	position: relative;
	z-index: 1;
}
.in-academies-con, .in-news-con {
	padding: 0 3px 6px;
}
.list-1 {
	margin: -30px 0 0 -30px;
}
.list-1 li {
	float: left;
	width: 25%;
}
.list-1 li a {
	display: block;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
	padding: 15px;
	margin: 30px 0 0 30px;
}
.list-1 li .img-cover {
	padding-top: 67%;
}
.list-1 li .text {
	margin-top: 15px;
}
.list-1 li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-1 li .text h4 small {
	display: block;
	color: #666;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-1 li .text p {
	color: #666;
	line-height: 1.8;
	margin: 15px 0 0;
	height: 50px;
	overflow: hidden;
}
.list-1 li .text em {
	color: #666;
	font-style: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 15px;
	display: block;
	background: url(../image/index23.png) no-repeat 0 center;
	padding-left: 20px;
}
.list-1 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.in-school-text {
	width: 50%;
	background-color: #d10017;
	position: relative;
	z-index: 10;
}
.in-school-text .wrap {
	padding: 20px 25px 0;
	height: 520px;
}
.in-school-text h4 {
	margin: 0;
	font-size: 24px;
	line-height: 44px;
	font-weight: normal;
	padding-left: 55px;
	background: url(../image/index28.png) no-repeat 0 center;
}
.in-school-text h4 small {
	margin-left: 10px;
	font-size: 18px;
	opacity: 0.5;
}
.in-school-text p {
	margin:15px 0 0;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}
.in-school-text .more {
	position: absolute;
	width: 115px;
	left: 100%;
	top: 0;
	height: 100%;
	background: url(../image/index27.jpg) no-repeat top center;
}
.in-school-text .more a {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
.in-school-text .more a:hover {
	color: #d10017;
}
.in-school-text .more a:before {
	content: '';
	width: 56px;
	height: 2px;
	background: white;
	position: absolute;
	left: -75px;
	top: 50%;
	margin-top: -1px;
	opacity: 0.4;
}
.in-school-pic {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 100%;
}
.in-school-pic .swiper-slide {
	background: no-repeat center / cover;
}
.in-school-pic .ctrl {
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	font-size: 0;
	z-index: 11;
}
.in-school-pic .ctrl a {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 10px;
	background: url(../image/index31.png) no-repeat center;
}
.in-school-pic .ctrl a:hover {
	background-image: url(../image/index31_h.png);
}
.in-school-pic .ctrl a.prev {
	background-position: 0 center;
}
.in-school-pic .ctrl a.more {
	background-position: center;
}
.in-school-pic .ctrl a.next {
	background-position: 100% center;
}
.list-2 {
	margin: -10px 0 0 -10px;
}
.list-2 li {
	float: left;
	width: 25%;
}
.list-2 li a {
	display: block;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin: 10px 0 0 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-2 li .tag {
	margin-bottom: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-2 li h4 {
	margin: 0;
	font-size: 18px;
	height: 50px;
	overflow: hidden;
}
.list-2 li p {
	line-height: 1.8;
	margin: -5px 0 0;
	height: 75px;
	overflow: hidden;
}
.list-2 li .more {
	font-size: 12px;
	opacity: 0.6;
	margin-top: 20px;
}
.list-2 li .date {
	margin-top: 30px
}
.list-2 li a:hover {
	color: #fff;
	background-color: #d10017;
}
.list-3 {
	margin: -30px 0 0 -30px;
}
.list-3 li {
	float: left;
	width: 50%;
}
.list-3 li a {
	margin: 30px 0 0 30px;
	display: block;
	background-color: #fff;
	padding: 22px 35px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-3 li h4 {
	position: relative;
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 35px;
}
.list-3 li h4:before, .list-3 li p:before {
	position: absolute;
	content: 'Q';
	background-color: #d10017;
	color: #fff;
	text-transform: uppercase;
	left: 0;
	top: 50%;
	width: 20px;
	line-height: 20px;
	margin-top: -10px;
	text-align: center;
	border-radius: 2px;
	font-size: 12px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-3 li p {
	position: relative;
	margin: 15px 0 0;
	padding-left: 35px;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
	color: #8e8e8e;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-3 li p:before {
	content: 'A';
	top: 2px;
	margin: 0;
	background-color: #d10017;
}
.list-3 li a:hover {
	background-color: #d10017;
	color: #fff;
}
.list-3 li a:hover h4:before, .list-3 li a:hover p:before {
	background-color: #fff;
	color: #d10017;
}
.list-3 li a:hover p {
	color: #fff;
}
.list-3 li a:hover p:before {
	color: #d10017;
}
.unun-link {
	padding: 20px 0;
}
.unun-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #d10017;
	padding-bottom: 15px;
}
.unun-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.unun-link ul {
	margin-left: -20px;
}
.unun-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.six-brand {
	padding: 30px 0;
}
.six-list {
	margin-left: -50px;
}
.six-list li {
	float: left;
	width: 16.666666%;
}
.six-list li .wrap {
	background: url(../image/index39.png) no-repeat left center;
	padding: 0 0 0 25px;
	overflow: hidden;
	margin-left: 25px;
}
.six-list li:first-child .wrap {
	background: none;
}
.six-list li .img-center {
	float: left;
	border: 1px solid #eee;
	border-radius: 50%;
	overflow: hidden;
	width: 64px;
	height: 64px;
	line-height: 64px;
}
.six-list li .text {
	margin-left: 76px;
	font-size: 16px;
	line-height: 2.9;
	padding: 5px 0;
	text-align: justify;
}
.footer {
	background-color: #d10017;
	color: #bbb;
	padding: 50px 0 0;
}
.footer a {
	color: #bbb;
}
.footer a:hover {
	color: #fff;
}
.footer-copy {
	margin-top: 50px;
	font-size: 12px;
	padding: 20px 0;
	background-color: #b40417;
}
.footer-info {
	float: left;
	width: 570px;
	padding-right: 80px;
}
.footer-info .logo {
	text-align: left;
}
.footer-info p {
	line-height: 1.8;
	margin: 30px 0 0;
	text-align: justify;
}
.footer-info .sns {
	font-size: 0;
	margin-top: 25px;
}
.footer-info .sns a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: no-repeat center / contain;
	position: relative;
}
.footer-info .sns .img-center {
	position: absolute;
	bottom: 100%;
	left: 50%;
	background: url(../image/ewm_bg.png) no-repeat center;
	width: 92px;
	height: 92px;
	line-height: 92px;
	padding: 10px 10px 19px 10px;
	margin-left: -56px;
	display: none;
}
.footer-info .sns a:hover .img-center {
	display: block;
}
.footer-info .sns a.wx {
	background-image: url(../image/footer3.png);
}
.footer-info .sns a.qq {
	background-image: url(../image/footer5.png);
}
.footer-info .sns a.sn {
	background-image: url(../image/footer4.png);
}
.footer-contact {
	float: left;
	border-left: solid 1px rgba(255, 255, 255, 0.05);
	border-right: solid 1px rgba(255, 255, 255, 0.05);
	width: 320px;
	padding-left: 80px;
	padding-right: 40px;
}
.footer-contact h4 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	background: url(../image/footer6.png) no-repeat left bottom;
	padding-bottom: 15px;
}
.footer-contact p {
	background: no-repeat 0 center / auto 30px;
	margin: 23px 0 0;
	padding-left: 44px;
	line-height: 24px;
}
.footer-contact p.i1 {
	background-image: url(../image/footer7.png);
}
.footer-contact p.i2 {
	background-image: url(../image/footer8.png);
}
.footer-contact p.i3 {
	background-image: url(../image/footer9.png);
}
.footer-ewm {
	float: right;
	width: 330px;
}
.footer-ewm .img-center {
	float: left;
	width: 150px;
	height: 150px;
	line-height: 150px;
	padding: 8px;
	background-color: #fff;
}
.footer-ewm .text {
	margin-left: 186px;
	padding-top: 20px;
}
.footer-fix {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #d10017;
	z-index: 10;
	display: none;
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.footer-fix li i.i1 {
	background-image: url(../image/footer14.png);
}
.footer-fix li i.i2 {
	background-image: url(../image/footer15.png);
}
.footer-fix li i.i3 {
	background-image: url(../image/footer16.png);
}
.footer-fix li i.i4 {
	background-image: url(../image/footer17.png);
}
.in-six-brand .six-list {
	margin-bottom: 20px;
}
.banner-sub {
	height: 510px;
	background: no-repeat center / cover;
	color: #fff;
}
.banner-sub .container {
	display: table;
	height: 100%;
}
.banner-sub .wrap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 30px 0;
	color:#d10017
}
.banner-sub h3 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
}
.banner-sub h4 {
	margin: 0;
	font-size: 76px;
	font-weight: bolder;
}
.banner-sub h5 {
	margin: 0;
	font-size: 30px;
	text-transform: uppercase;
}
.banner-sub .sc-form {
	margin: 30px auto 0;
	max-width: 700px;
}
.banner-sub .sc-form button {
	float: right;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	cursor: pointer;
	border: 0;
	background: #00a2e9 url(../image/product1.png) no-repeat center / contain;
}
.banner-sub .sc-form .input {
	background-color: #fff;
	margin-right: 83px;
	padding: 15px 32px;
	border-radius: 60px;
}
.banner-sub .sc-form .input input {
	display: block;
	width: 100%;
	border: 0;
	font-size: 16px;
	line-height: 32px;
	padding: 0;
}
.sort {
	margin-bottom: 40px;
}
.sort dl {
	margin: 0 0 1px;
	background-color: #fbfbfb;
	overflow: hidden;
}
.sort dt {
	float: left;
	text-align: center;
	width: 128px;
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0;
}
.sort dt strong {
	display: block;
	border-right: 1px solid #c5c5c5;
}
.sort dd {
	margin-left: 168px;
	overflow: hidden;
	height: 60px;
}
.sort dd p {
	margin: 0;
	overflow: hidden;
	padding: 0 0 20px;
}
.sort dd p a {
	display: block;
	float: left;
	margin: 20px 65px 0 0;
}
.sort dd p a:hover, .sort dd p a.active {
	color: #e62129;
}
.sort dd .more {
	float: right;
	background: url(../image/footer11.png) no-repeat right center;
	padding-right: 20px;
	margin: 20px;
}
.ct2 {
	position: relative;
	background-color: #f7f7f7;
}
.ct2-mn {
	margin-right: 300px;
	background-color: #fff;
	padding-right: 40px;
	min-height:700px;
}
.ct2-sd {
	position: absolute;
	right: 0;
	width: 300px;
	top: 0;
}
.filter {
	background-color: #e1e1e1;
	margin-bottom: 40px;
}
.filter form {
	float: right;
	position: relative;
	margin-top: 12px;
	margin-right: 12px;
}
.filter form input {
	display: block;
	padding: 5px 55px 5px 15px;
	border: 0;
	background-color: #fff;
	border-radius: 20px;
	line-height: 20px;
	width: 150px;
}
.filter form button {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 30px;
	border: 0;
	background: url(../image/product5.png) no-repeat center;
}
.filter a {
	float: left;
	line-height: 54px;
	font-size: 0;
	padding: 0 30px;
}
.filter a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.filter a i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 8px;
	height: 15px;
	background: url(../image/product4.png) no-repeat 0 0;
}
.filter a.active {
	background-color: #d10017;
	color: #fff;
}
.list-4 li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #f1f1f1;
}
.list-4 li a {
	display: block;
	overflow: hidden;
}
.list-4 li .img-center {
	float: left;
	width: 270px;
	background: #006693;
	position:relative;
}
.list-4 li .img-center .imgbg {
	opacity:0.7;
}
.list-4 li .img-center .yxlogo {
	width:87px;
	height:87px;
	position:absolute;
	left:50%;
	top:50%;
	margin: -43.5px 0 0 -43.5px;
}
.list-4 li .img-center .yxlogo img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.list-4 li .text {
	margin-left: 300px;
	position: relative;
	padding-right: 170px;
}
.list-4 li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-4 li .text h4 small {
	display: block;
	color: #666;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-4 li .text .add {
	color: #666;
	font-style: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
	display: block;
	background: url(../image/index23.png) no-repeat 0 center;
	padding-left: 20px;
}
.list-4 li .text .tag {
	font-size: 0;
	margin-top: 10px;
}
.list-4 li .text .tag span {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 5px 0 0;
	color: #727272;
	background-color: #f3f3f3;
	padding: 3px 10px;
	font-size: 14px;
}
.list-4 li .text .price {
	font-size: 0;
}
.list-4 li .text .price p {
	margin: 10px 60px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #8f8f8f;
}
.list-4 li .text .price span {
	display: block;
	color: #333;
}
.list-4 li .text .more {
	position: absolute;
	right: 0;
	top: 50%;
	line-height: 35px;
	margin-top: -17px;
	background-color: #d10017;
	color: #fff;
	width: 140px;
	text-align: center;
	border-radius: 20px;
	font-size: 16px;
}
.pages {
	margin: 40px 0 0;
	text-align: center;
	font-size: 0;
}
.pages a {
	display: inline-block;
	font-size: 14px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.pages a:hover, .pages a.active {
	background-color: #d10017;
	color: #fff;
}
.list-5 {
}
.list-5 li a {
	display: block;
	padding: 30px 20px;
	border-top: solid 1px #e8e8e8;
	overflow: hidden;
}
.list-5 li:first-child a {
	border-top: 0;
}
.list-5 li .img-center {
	float: left;
	width: 85px;
	height: 85px;
	line-height: 85px;
	border-radius: 50%;
	overflow: hidden;
}
.list-5 li .text {
	margin-left: 105px;
}
.list-5 li .text h4 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-5 li .text .tag {
	font-size: 0;
	margin-top: 5px;
}
.list-5 li .text .tag span {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 5px 0 0;
	color: #727272;
	background-color: #fff;
	padding: 3px 10px;
	font-size: 14px;
}
.list-5 li .text p {
	margin: 10px 0 0;
	font-size: 12px;
	color: #797979;
}
.list-5 li .text p span {
	color: #c00000;
}
.nav-sub {
	text-align: center;
	font-size: 0;
	margin-top: -75px;
	margin-bottom: 90px;
}
.nav-sub li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px;
}
.nav-sub li a {
	display: block;
	font-size: 16px;
}
.nav-sub li i {
	display: block;
	border: solid 1px #dfdfdf;
	background: no-repeat center / 90px #fff;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	margin:0 auto
}
.nav-sub li span {
	display: block;
	margin-top: 15px;
}
.nav-sub li.active a {
	color: #d10017;
}
.nav-sub li.active i {
	background-color: #d10017;
	border-color: #d10017;
}
.subnews li:first-child i {
	background-image: url(../image/index4369293641.png);
}
.subnews li:nth-child(2) i {
background-image: url(../image/index4160448041.png);
}
.subnews li:nth-child(3) i {
background-image: url(../image/index436929364.png);
}
.subnews li:nth-child(4) i {
background-image: url(../image/index436929364.png);
}
.subnews li:first-child.active i {
	background-image: url(../image/index4369293642.png);
}
.subnews li:nth-child(2).active i {
background-image: url(../image/index4160448042.png);
}
.subnews li:nth-child(3).active i {
background-image: url(../image/index43_h3763781.png);
}
.subnews li:nth-child(4).active i {
background-image: url(../image/index43_h3763781.png);
}
.about li:first-child i {
	background-image: url(../image/index485106590.png);
}
.about li:nth-child(2) i {
background-image: url(../image/index502662806.png);
}
.about li:nth-child(3) i {
background-image: url(../image/index529034338.png);
}
.about li:nth-child(4) i {
background-image: url(../image/index436929364.png);
}
.about li:first-child.active i {
	background-image: url(../image/index48_h4923849.png);
}
.about li:nth-child(2).active i {
background-image: url(../image/index49_h3427970.png);
}
.about li:nth-child(3).active i {
background-image: url(../image/index52_h4739689.png);
}
.about li:nth-child(4).active i {
background-image: url(../image/index43_h3763781.png);
}
.xiangmu1 li:first-child i {
	background-image: url(../image/xiangmu01.png);
}
.xiangmu1 li:nth-child(2) i {
background-image: url(../image/xiangmu02.png);
}
.xiangmu1 li:nth-child(3) i {
background-image: url(../image/xiangmu03.png);
}
.xiangmu1 li:nth-child(4) i {
background-image: url(../image/xiangmu04.png);
}
.xiangmu1 li:nth-child(5) i {
background-image: url(../image/xiangmu05.png);
}
.xiangmu1 li:nth-child(6) i {
background-image: url(../image/xiangmu06.png);
}
.xiangmu1 li:first-child.active i {
	background-image: url(../image/xiangmu01a.png);
}
.xiangmu1 li:nth-child(2).active i {
background-image: url(../image/xiangmu02a.png);
}
.xiangmu1 li:nth-child(3).active i {
background-image: url(../image/xiangmu03a.png);
}
.xiangmu1 li:nth-child(4).active i {
background-image: url(../image/xiangmu04a.png);
}
.xiangmu1 li:nth-child(5).active i {
background-image: url(../image/xiangmu05a.png);
}
.xiangmu1 li:nth-child(6).active i {
background-image: url(../image/xiangmu06a.png);
}
.nav-sub li i.i5 {
	background-image: url(../image/index485106590.png);
}
.nav-sub li i.i6 {
	background-image: url(../image/index491353283.png);
}
.nav-sub li i.i7 {
	background-image: url(../image/index502662806.png);
}
.nav-sub li i.i8 {
	background-image: url(../image/index529034338.png);
}
.nav-sub li i.i9 {
	background-image: url(../image/index512541442.png);
}
.nav-sub li.active i.i5 {
	background-image: url(../image/index48_h4923849.png);
}
.nav-sub li.active i.i6 {
	background-image: url(../image/index49_h3427970.png);
}
.nav-sub li.active i.i7 {
	background-image: url(../image/index43_h3763781.png);
}
.nav-sub li.active i.i8 {
	background-image: url(../image/index52_h4739689.png);
}
.nav-sub li.active i.i9 {
	background-image: url(../image/index51_h5931461.png);
}
.list-6 li {
	margin-bottom: 20px;
}
.list-6 li a {
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #f7f7f7;
	padding: 25px;
	overflow: hidden;
}
.list-6 li .date {
	float: left;
	text-align: center;
	width: 95px;
	font-size: 20px;
	padding: 30px 0;
	margin-right: 25px;
}
.list-6 li .date strong {
	display: block;
	font-size: 72px;
	line-height: 1;
	color: #c2c2c2;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-family: Arial;
}
.list-6 li .img-cover {
	float: left;
	width: 200px;
	height: 140px;
}
.list-6 li .text {
	margin-left: 215px;
	padding-top: 8px;
}
.list-6 li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-6 li .text p {
	font-size: 16px;
	color: #666;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 1.8;
	height: 84px;
	margin: 15px 0 0;
	text-align: justify;
	overflow: hidden;
}
.list-6 li a:hover {
	color: #fff;
	background-color: #d10017;
}
.list-6 li a:hover .data strong {
	color: #fff;
}
.list-6 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-6 li a:hover .text p {
	color: #fff;
}
.list-7 li {
	border-top: solid 1px #e7e7e7;
}
.list-7 li:first-child {
	border-top: none;
}
.list-7 li a {
	display: block;
	overflow: hidden;
	padding: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-7 li .img-center {
	float: right;
	width: 88px;
}
.list-7 li .text {
	margin-right: 98px;
}
.list-7 li .text h4 {
	font-weight: normal;
	height: 40px;
	overflow: hidden;
	margin: 0;
}
.list-7 li .text span {
	display: block;
	opacity: 0.7;
	font-size: 12px;
	margin-top: 10px;
}
.list-7 li a:hover {
	background-color: #d10017;
	color: #fff;
}
.about-1 {
	margin: 0 auto;
	font-size: 18px;
	text-align: justify;
	line-height: 2.6;
}
.about-1 p {
	margin: 0;
}
.about-2 {
	margin: 0;
	position: relative;
}
.about-2:before {
	position: absolute;
	content: '';
	background-color: #f6f5f1;
	width: 10000px;
	left: 47%;
	top: 0;
	height: 100%;
	z-index: 1;
}
.about-2 dt {
	width: 56%;
	height: 640px;
	background: no-repeat center / cover;
	float: left;
}
.about-2 dt:after {
	content: '';
	width: 60px;
	height: 4px;
	background: #00a2e9;
	position: absolute;
	left: 0;
	bottom: 20%;
}
.about-2 dd {
	margin-left: 56%;
	padding-left: 40px;
	padding-top: 60px;
	position: relative;
	z-index: 2;
	left: -130px;
}
.about-2 dd h4 {
	margin: 0 0 10px -130px;
	color: #d10017;
	font-family: "Arial Black";
	font-size: 45px;
	text-transform: uppercase;
	position: relative;
	left: -130px;
	width: 800px;
}
.about-2 dd h5 {
	margin: 0;
	font-size: 24px;
}
.about-2 dd p {
	margin: 25px 0 0;
	font-size: 16px;
	color: #666;
	line-height: 2;
	text-align: justify;
}
.about-2 dd .more {
	display: block;
	margin-top: 60px;
	width: 180px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	background-color: #d10017;
	color: #fff;
	border-radius: 40px;
}
.about-3 .swiper-slide a {
	display: block;
	border-left: dashed 1px #d9d9d9;
	padding: 0 30px;
}
.about-3 .swiper-slide:first-child a {
	border-left: 0;
}
.about-3 .swiper-slide .img-center {
	line-height: 116px;
	height: 116px;
}
.about-3 .swiper-slide h4 {
	font-size: 24px;
	margin: 0;
	line-height: 1.8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-weight: normal;
}
.about-3 .swiper-slide h5 {
	font-size: 14px;
	color: #888;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 2;
	text-align: center;
	margin: 0;
}
.about-3 .swiper-slide i {
	width: 30px;
	height: 2px;
	margin: 15px auto;
	background-color: #d10017;
	display: block;
}
.about-3 .swiper-slide p {
	margin: 0;
	font-size: 16px;
	color: #666;
	height: 88px;
	overflow: hidden;
}
.about-3 .swiper-pagination {
	position: static;
	font-size: 0;
	margin-top: 20px;
	display: none;
}
.apage {
	line-height: 25px;
	background: #ffffff;
	padding: 0 5px;
	text-align: center;
	padding:20px
}
.page-num-current {
	background-color: #d10017;
	color:#ffffff
}
.apage a {
	border: 1px solid #cccccc;
	padding: 5px 14px;
	margin-right: 5px;
	margin: 0 3px;
}
.apage .num_btns {
	float: right;
	font-family: Tahoma;
}
.apage a:hover, .apage .cur {
	border: 1px solid #d10017;
	background-color: #d10017;
	color: #fff;
	text-decoration: none;
}
.apage .cust_txt {
	float: left;
}
.apage .oran_pg_fp {
	background: url(404.png) 4px 4px no-repeat;
	padding-right: 9px;
}
.apage .oran_pg_pp {
	background: url(404.png) 4px 4px no-repeat;
	padding-right: 5px;
}
.apage .oran_pg_np {
	background: url(404.png) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage .oran_pg_lp {
	background: url(404.png) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage select {
	font-size: 8px;
	margin-top: 5px;
}
.apage .oran_pg_txt {
	height: 15px;
	border: solid 1px #d4e3e9;
	width: 20px;
	margin-left: 5px;
}
.apage .oran_pg_btn {
	height: 15px;
	border: solid 1px #d4e3e9;
	margin-left: 5px;
	font-size: 9px;
	background: #5984ac;
	color: #fff;
}
.about-love {
	text-align: center;
	padding: 65px 0;
	background: url(../image/about6.jpg) no-repeat center / cover;
	color: #fff;
	font-size: 24px;
}
.about-4 {
	margin-left: -26px;
}
.about-4 li {
	float: left;
	width: 33.333333%;
}
.about-4 li .wrap {
	background-color: #fff;
	margin: 0 0 26px 26px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 27px 30px 37px 34px;
}
.about-4 li h4 {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
}
.about-4 li h4:after {
	content: '';
	display: block;
	width: 29px;
	height: 1px;
	background: #666;
	opacity: 0.5;
	margin: 15px 0;
}
.about-4 li .swiper-container {
	height: 224px;
}
.about-4 li .swiper-slide {
	height: auto;
	font-size: 16px;
	line-height: 1.8;
}
.about-4 li .wrap:hover {
	background-color: #d10017;
	color: #fff;
}
.about-4 li .wrap:hover h4:after {
	background-color: #fff;
}
.about-4-1 {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}
.about-4-1 strong {
	color: #c9151e;
	text-decoration: underline;
}
.about-4-1 span {
	display: block;
	color: #666;
	font-size: 16px;
	margin-top: 5px;
}
.contact {
	position: relative;
}
.contact .map {
	height: 100%;
}
.contact .text {
	background-color: #fff;
	box-shadow: 0 5px 38px rgba(210, 210, 210, 0.57);
	padding: 14px 34px;
	width: 800px;
	margin:20px auto 50px
}
.contact .text dl {
	margin: 0;
	padding: 20px 0;
	border-top: solid 1px #e1e1e1;
}
.contact .text dl:first-child {
	border: 0;
}
.contact .text dt {
	color: #d10017;
	font-size: 18px;
}
.contact .text dd {
	margin: 10px 0 0;
}
.message {
	background-color: #f2f2f2;
	padding: 50px;
	max-width: 1000px;
	margin: 0 auto;
}
.message {
	background-color: #f2f2f2;
	padding: 50px;
	max-width: 1000px;
	margin: 0 auto;
}
.message form {
	overflow: hidden;
	display: block;
	margin: -30px 0 0 -60px;
}
.message .form-group {
	float: left;
	margin: 30px 0 0 60px;
	width: 470px;
}
.message .form-label {
	display: block;
	margin-bottom: 10px;
}
.message .form-label span {
	color: red;
}
.message .form-content {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px 15px;
}
.message .form-control {
	border: 0;
	background-color: transparent;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.message .form-submit {
	display: block;
	background: #d10017;
	color: #fff;
	border: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
	height: 54px;
	font-size: 16px;
	width: 280px;
	margin: 0 auto;
}
.message .form-group.full {
	float: none;
	width: auto;
}
.message .form-tips {
	text-align: center;
	color: #666;
	margin-top: 10px;
}
.message .form-tips span {
	color: red;
}
.yzm-box {
	position: relative;
}
.yzm-box .yzm-pic {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 30px;
	line-height: 30px;
}
.message .form-tips {
	text-align: center;
	color: #666;
	margin-top: 10px;
}
.message .form-tips span {
	color: red;
}
.xiangmu {
	background-color: #f7f7f7;
}
.xiangmu .item {
	position: relative;
	min-height: 540px;
}
.xiangmu .img-cover {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: no-repeat center / cover;
}
.xiangmu .img-cover:after {
	content: '';
	width: 61px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../image/guide17.png) no-repeat center center;
	background-size: 100% 100%;
}
.xiangmu .text {
	width: 45%;
	padding: 80px 0;
}
.xiangmu .text h4 {
	margin: 0 0 50px;
	border-bottom: 1px solid #ddd;
	color: #d10017;
	font-size: 0;
}
.xiangmu .text h4 span {
	border-bottom: 2px solid #d10017;
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: -1px;
	padding-bottom: 25px;
}
.xiangmu .text p {
	margin: 15px 0 0;
	color: #666;
	line-height: 1.8;
	background: url(../image/guide16.png) no-repeat 0 8px;
	padding-left: 32px;
}
.xiangmu .item:nth-of-type(even) .img-cover {
right: auto;
left: 0;
}
.xiangmu .item:nth-of-type(even) .img-cover:after {
left: auto;
right: 0;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.xiangmu .item:nth-of-type(even) .text {
margin-left: 55%;
}
.saom li {
	float: left;
	width: 20%;
}
.saom li:first-child {
	width: 40%;
}
.saom li a {
	display: block;
	position: relative;
	background-color: #f5f5f5;
	height: 584px;
}
.saom li .img-cover {
	height: 292px;
	background: no-repeat center / cover;
}
.saom li .text {
	padding: 25px;
	height: 242px;
	position: relative;
}
.saom li .text:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 10px 12px;
	border-color: transparent transparent #f5f5f5 transparent;
}
.saom li .text .date {
	border-bottom: solid 1px #d9d9d9;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.saom li .text .date strong {
	display: block;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 5px;
}
.saom li .text h4 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	height: 50px;
	overflow: hidden;
}
.saom li .text p {
	margin: 15px 0 0;
	color: #888;
	line-height: 1.8;
	height: 75px;
	overflow: hidden;
	text-align: justify;
}
.saom li:nth-of-type(even) .img-cover {
left: 0;
bottom: 0;
position: absolute;
width: 100%;
}
.saom li:nth-of-type(even) .text:before {
border-width: 10px 12px 0 12px;
border-color: #f5f5f5 transparent transparent transparent;
top: 100%;
bottom: auto;
}
.saom li:first-child .img-cover {
	height: 386px;
}
.saom li:first-child .text {
	height: 148px;
}
.saom li:first-child .text .date {
	position: absolute;
	border-bottom: 0;
	padding: 0;
	margin: 0;
}
.saom li:first-child .text h4 {
	margin-left: 75px;
	font-size: 20px;
	height: 56px;
	padding-top: 2px;
}
.aq {
	max-width: 1200px;
	margin: 0 auto;
}
.aq-msg {
	float: left;
	width: 530px;
}
.aq-msg .form-group {
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 4px;
	padding: 15px;
}
.aq-msg .form-label {
	display: block;
	float: left;
	width: 80px;
	text-align: right;
}
.aq-msg .form-label span {
	color: red;
}
.aq-msg .form-content {
	margin-left: 95px;
}
.aq-msg .form-control {
	line-height: 20px;
	font-size: 14px;
	border: 0;
	padding: 0;
	width: 100%;
	display: block;
}
.message #vdcode, .aq-msg #vdcode {
	text-transform : uppercase;
}
.aq-msg .form-submit {
	padding: 0;
	color: #fff;
	background-color: #d10017;
	border: 0;
	cursor: pointer;
	font-size: 18px;
	border-radius: 4px;
	height: 50px;
	width: 100%;
}
.aq-msg .yzm .form-group {
	float: left;
	width: 210px;
	margin-bottom: 0;
}
.aq-msg .yzm .form-submit {
	float: right;
	width: 150px;
}
.aq-msg .yzm-pic {
	height: 50px;
	margin: 0 10px;
	width: 120px;
}
.aq-ewm {
	float: right;
	width: 500px;
}
.aq-ewm .img-center {
	float: left;
	width: 150px;
	height: 150px;
	line-height: 150px;
	padding: 8px;
	background-color: #fff;
}
.aq-ewm .text {
	margin-left: 186px;
	padding-top: 20px;
}
.aq-ewm p {
	margin: 10px 0 0;
	padding: 5px 0 5px 40px;
	background: no-repeat 0 center;
	font-size: 16px;
}
.aq-ewm p.i1 {
	background-image: url(../image/guide23.png)
}
.aq-ewm p.i2 {
	background-image: url(../image/guide24.png)
}
.prd-info {
	margin: 0 auto;
	max-width: 1200px;
}
.prd-info dt {
	float: left;
	background-color: #fff;
	width: 246px;
}
.prd-info dd {
	text-align: left;
	margin-left: 296px;
}
.prd-info dd .tit {
	font-size: 36px;
	font-weight: normal;
}
.prd-info dd .tit small {
	display: block;
	font-size: 18px;
}
.prd-info dd p {
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	padding-top: 15px;
	margin: 15px 0 0;
	font-size: 0;
}
.prd-info dd p span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin: 5px 35px 5px 0;
}
.prd-info dd .btn {
	display: block;
	font-size: 16px;
	width: 216px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 30px;
}
.prd-body {
	position: relative;
}
.prd-slider {
	float: right;
	width: 220px;
}
.prd-slider li {
	border-bottom: 1px solid #fff;
}
.prd-slider li a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	letter-spacing: 2px;
	background: no-repeat 90% center #f7f7f8;
	padding: 0 52px 0 42px;
}
.prd-slider li a.active {
	background-color: #d10017;
	color: #fff;
	background-image: url(../image/product12.png);
}
.prd-main {
	margin-right: 250px;
}
.prd-tit {
	border-bottom: 1px solid #ddd;
	position: relative;
	padding-left: 70px;
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.prd-tit:after {
	position: absolute;
	content: '';
	left: 70px;
	bottom: -1px;
	height: 2px;
	background-color: #d10017;
	width: 100px;
}
.prd-tit strong {
	display: block;
	line-height: 1;
	font-size: 24px;
	color: #999;
	text-transform: uppercase;
	font-family: Arial;
}
.prd-tit strong span {
	color: #d10017;
}
.prd-tit i {
	width: 54px;
	height: 54px;
	border: 1px solid #d10017;
	border-radius: 50%;
	background: no-repeat center / contain;
	position: absolute;
	left: 0;
	top: 0;
}
.prd-tit i.i1 {
	background-image: url(../image/product13.png);
}
.prd-tit i.i2 {
	background-image: url(../image/product14.png);
}
.prd-tit i.i3 {
	background-image: url(../image/product15.png);
}
.prd-tit i.i4 {
	background-image: url(../image/product16.png);
}
.prd-tit i.i5 {
	background-image: url(../image/product17.png);
}
.prd-tit i.i6 {
	background-image: url(../image/product18.png);
}
.prd-tit i.i7 {
	background-image: url(../image/product19.png);
}
.prd-tit i.i8 {
	background-image: url(../image/product20.png);
}
.prd-tit i.i9 {
	background-image: url(../image/product21.png);
}
.prd-sec {
	margin-bottom: 40px;
}
.prd-content {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
}
.prd-content img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}
.prd-gallery .swiper-slide {
	height: 520px;
	background: no-repeat center / cover;
}
.prd-gallery .text {
	height: 100%;
	display: table;
	width: 420px;
	background: url(../image/product24.png) repeat center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.prd-gallery .wrap {
	display: table-cell;
	vertical-align: middle;
	padding: 10%;
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
}
.prd-gallery .swiper-button-prev, .prd-gallery .swiper-button-next {
	width: 80px;
	height: 80px;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.8);
	top: auto;
}
.prd-gallery .swiper-button-prev {
	left: auto;
	right: 0;
	bottom: 82px;
}
.prd-gallery .swiper-button-next {
	right: 0;
	bottom: 0;
}
.xgyxHead {
	margin-bottom: 30px;
	color: #d10017;
	font-size: 22px;
}
.news-title {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news-title h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
}
.news-title p {
	margin: 10px 0 0;
	font-size: 0;
}
.news-title p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 14px;
	color: #999;
}
.news-content {
	line-height: 1.8;
	margin-bottom: 30px;
}
.news-content img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}
.news-exp {
	padding-top: 40px;
	overflow: hidden;
	background: url(../image/bian_11.png) repeat-x center 0;
	padding-right: 25%;
}
.news-exp a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	line-height: 2;
}
.news-fh {
	float: right;
	line-height: 40px;
	text-align: center;
	background-color: #d10017;
	color: #fff;
	width: 170px;
	margin-top: -40px;
}
.news-fh:hover {
	background-color: #b40417;
	color: #fff !important;
}
.dates li {
	font-size: 14px;
	margin:20px 0
}
.dates li span {
	float:right
}
 @media screen and (max-width: 1550px) {
 .container {
width: 1280px;
}
 .header .nav li {
margin: 0;
}
 .banner .ctrl {
margin-right: -600px;
}
.in-about-right .more {
display:none
}
 .in-about-left {
width:800px;
}
 .in-about-right {
margin-left: 840px;
padding-top: 0;
}
 .in-about-left1 {
width:600px;
}
 .in-about-right1 {
margin-left: 620px;
padding-top: 0;
}
 .list-6 li a {
 display: block;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
 background-color: #f7f7f7;
 padding: 18px;
 overflow: hidden;
}
 .in-about-right h4 {
font-size: 40px;
padding-bottom: 20px;
margin-bottom: 30px;
}
 .in-about .gallery-thumbs {
width: 180px;
height: 460px;
}
 .in-about .gallery-top {
margin-left: 200px;
}
 .in-about .gallery-top .swiper-slide {
height: 460px;
}
 .six-list li .img-center {
float: none;
margin: 0 auto;
}
 .six-list li .text {
margin: 10px 0 0;
text-align: center;
font-size: 14px;
}
 .footer-info {
width: 400px;
padding-right: 50px;
}
 .footer-contact {
width: 300px;
padding-left: 50px;
}
 .footer-ewm {
width: 310px;
}
 .footer-ewm .img-center {
width: 130px;
height: 130px;
line-height: 130px;
}
 .footer-ewm .text {
margin-left: 160px;
}
 .list-4 li .img-center {
width: 250px;
}
 .list-4 li .text {
margin-left: 270px;
padding-right: 140px;
}
 .list-4 li .text .more {
width: 120px;
}
 .about-2 dd {
left: -100px;
}
}
 @media screen and (max-width: 767px) {
 body {
padding: 50px 0;
}
 .container {
width: auto;
}
 .kf {
display: none;
}
 .header {
position: fixed !important;
top: 0 !important;
}
 .header .tel {
display: none;
}
 .header .logo {
height: 30px;
padding: 10px 0;
line-height: 30px;
float: none;
}
 .header .nav {
display: none;
margin: 10px -15px 0;
text-align: left;
}
 .header .nav li {
display: block;
border-top: 1px solid #eee;
}
 .header .nav li .arr {
display: block;
}
 .header .nav li a {
border-bottom: 0;
padding: 10px 15px;
font-size: 14px;
}
 .header .nav li a span {
opacity: 1;
}
 .header .nav li.open .arr:after {
border-color: #d10017;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
 .header .nav .dropdown-box {
position: static;
width: auto;
margin: 0;
}
 .header .nav .dropdown-box a {
padding: 0 15px;
line-height: 40px;
}
 .header .sc-btn {
height: 50px;
width: 20px;
background-size: contain;
}
 .header .sc-form {
width: 200px;
padding: 10px;
}
 .header .sc-form input {
line-height: 20px;
width: 115px;
font-size: 14px;
}
 .header .sc-form button {
width: 60px;
font-size: 14px;
height: 34px;
line-height: 34px;
}
 .menu-btn {
display: block;
}
 .footer-fix {
display: block;
}
 .banner .ctrl {
right: 0;
width: 100%;
margin: 0;
bottom: 10px;
text-align: center;
}
 .banner .ctrl .swiper-button-prev, .banner .ctrl .swiper-button-next, .banner .ctrl .line {
display: none;
}
 .banner .ctrl .swiper-pagination-bullet:before, .banner .ctrl .swiper-pagination-bullet:after {
width: 10px;
}
 .banner .ctrl .swiper-pagination-bullet span {
font-size: 12px;
padding: 0 5px;
}
 .section {
padding: 0px 0;
}
 .section-title {
margin-bottom: 20px;
text-align: center;
padding-left: 0;
font-size: 16px;
}
 .in-service1 li a {
 margin: 5px 0 0 5px;
 padding:0px;
}
 .in-service1 {
 margin: -5px 0 0 -5px;
}
 .section-title strong {
font-size: 24px;
}
 .section-title strong:before {
display: none;
}
 .section-title p {
float: none;
font-size: 12px;
margin-top: 5px;
}
 .section-title-2 {
margin-bottom: 20px;
font-size: 16px;
 margin-top: 0px;
}
 .section-title-2 strong {
font-size: 20px;
}
 .section-title-3 {
margin-bottom: 20px;
}
 .section-title-3 strong {
font-size: 18px;
padding: 0;
}
 .section-title-3 strong:after, .section-title-3 strong:before {
display: none;
}
 .section-title-3 p {
font-size: 14px;
}
 .section-title-3 small {
font-size: 12px;
letter-spacing: 0;
padding: 0 10px;
}
 .in-about-left {
float: none;
width: auto;
}
 .in-about-right {
margin: 15px 0 0;
padding-right: 30px;
}
 .in-about-left1 {
float: none;
width: auto;
}
 .in-about-right1 {
margin: 15px 0 0;
padding-right: 0px;
}
 .in-about-right1 {
background:none
}
 .in-about-right h4 {
font-size: 20px;
padding-bottom: 10px;
margin-bottom: 10px;
}
 .in-about-right p {
font-size: 14px;
}
 .in-about-right .more {
margin-top: 20px;
}
 .in-about .gallery-thumbs {
display: none;
}
 .in-about .gallery-top {
margin: 0;
}
 .in-about .gallery-top .swiper-slide {
height: 0;
padding-top: 80%;
}
 .in-about .gallery-top .swiper-button-prev, .in-about .gallery-top .swiper-button-next {
width: 40px;
height: 40px;
background-size: 10px auto;
}
 .in-about .gallery-top .swiper-button-prev {
bottom: 42px;
}
 .in-service {
margin: -5px 0 0 -5px;
}
 .in-service li {
width: 50%;
}
 .in-service li a {
margin: 5px 0 0 5px;
padding: 15px;
}
 .in-service li .num span {
font-size: 18px;
}
 .in-service li .img-center {
height: 50px;
line-height: 50px;
}
 .in-service li h4 {
font-size: 16px;
margin-top: 0;
}
 .in-service li .text {
position: static;
opacity: 1;
background: none;
margin-top: 10px;
}
 .in-service li .text p {
padding: 0;
font-size: 12px;
height: 105px;
overflow: hidden;
}
 .in-service li .n {
display: none;
}
 .tabs-menu {
margin: 0 0 20px;
text-align: center;
}
 .tabs-menu li a {
font-size: 12px;
line-height: 30px;
padding: 0 15px;
margin-bottom: 2px;
}
 .list-1, .list-2 {
margin: -4px 0 0 -4px;
}
 .list-1 li, .list-2 li {
width: 50%;
}
 .list-1 li a, .list-2 li a {
margin: 4px 0 0 4px;
padding: 10px;
}
 .list-1 li .text {
margin-top: 10px;
}
 .list-1 li .text h4 {
font-size: 14px;
}
 .list-1 li .text h4 small {
font-size: 12px;
}
 .list-1 li .text p {
display: none;
}
 .list-1 li .text em {
margin-top: 10px;
font-size: 12px;
}
 .list-2 li .tag {
display: none;
}
 .list-2 li h4 {
font-size: 14px;
height: 40px;
}
 .list-2 li p {
margin-top: 10px;
font-size: 12px;
height: 63px;
}
 .list-2 li .more {
display: none;
}
 .list-2 li .date {
font-size: 12px;
margin-top: 15px;
}
 .more-big {
margin-top: 20px;
font-size: 16px;
line-height: 40px;
}
 .bg2 {
padding-bottom: 0;
}
 .in-school-pic {
position: static;
width: auto;
height: 320px;
}
 .in-school-text {
width: auto;
margin: 0 -15px;
padding-right: 100px;
}
 .in-school-text .wrap {
padding: 15px;
height: auto;
}
 .in-school-text h4 {
font-size: 16px;
line-height: 26px;
background-size: contain;
padding-left: 40px;
}
 .in-school-text h4 small {
font-size: 14px;
}
 .in-school-text p {
margin: 15px 0 0;
font-size: 12px;
}
 .in-school-text .more {
left: auto;
width: 100px;
right: 0;
}
 .in-school-text .more a {
bottom: 15px;
}
 .in-school-text .more a:before {
display: none;
}
 .in-school-pic .ctrl {
bottom: 20px;
}
 .list-3 {
margin-top: -10px;
}
 .list-3 li {
width: 100%;
}
 .list-3 li a {
padding: 15px;
margin-top: 10px;
}
 .list-3 li h4 {
font-size: 14px;
line-height: 22px;
padding-left: 30px;
}
 .list-3 li p {
font-size: 12px;
padding-left: 30px;
line-height: 20px;
height: 40px;
}
 .six-brand {
display: none;
}
 .in-six-brand {
display: block;
}
 .in-six-brand .six-list {
display: none;
}
 .footer {
padding-top: 30px;
margin-top:30px
}
 .footer-info {
width: auto;
padding: 0;
}
 .footer-info .logo {
height: 40px;
text-align: center;
line-height: 40px;
}
 .footer-info p {
margin-top: 20px;
font-size: 12px;
}
 .footer-info .sns {
display: none;
}
 .footer-contact {
display: none;
}
 .footer-ewm {
display: none;
}
 .footer-copy {
margin-top: 30px;
padding: 15px 0;
}
 .pages {
margin-top: 15px;
}
 .pages a {
font-size: 12px;
line-height: 30px;
padding: 0 12px;
}
 .banner-sub {
height: 200px;
}
 .banner-sub .container {
width: 100%;
box-sizing: border-box;
}
 .banner-sub h3 {
font-size: 18px;
}
 .banner-sub h4 {
font-size: 28px;
}
 .banner-sub h5 {
font-size: 16px;
}
 .banner-sub .sc-form {
margin-top: 20px;
}
 .banner-sub .sc-form .input {
padding: 8px 15px;
margin-right: 50px;
}
 .banner-sub .sc-form .input input {
line-height: 22px;
font-size: 14px;
}
 .banner-sub .sc-form button {
width: 38px;
height: 38px;
}
 .sort {
margin: -30px -15px 20px;
}
 .sort dt {
width: 90px;
font-size: 12px;
line-height: 18px;
padding: 15px 0;
}
 .sort dd {
margin-left: 110px;
}
 .sort dd {
height: 48px;
}
 .sort dd .more {
font-size: 12px;
line-height: 18px;
margin: 15px;
}
 .sort dd p {
padding-bottom: 15px;
}
 .sort dd p a {
margin: 15px 15px 0 0;
font-size: 12px;
line-height: 18px;
}
 .ct2 {
background-color: transparent;
margin-bottom: -30px;
}
 .ct2-mn {
margin: 0;
padding: 0;
min-height: auto;
}
 .ct2-sd {
position: static;
width: auto;
margin: 30px -15px 0;
background-color: #f7f7f7;
}
 .ct2-sd>.img-center:first-child {
display: none;
}
 .filter {
margin: 0 -15px 20px;
}
 .filter form {
display: none;
}
 .filter a {
padding: 0 15px;
line-height: 40px;
}
 .filter a span {
font-size: 14px;
}
 .filter a i {
height: 12px;
background-size: contain;
}
 .list-4 li {
margin-bottom: 15px;
padding-bottom: 15px;
}
 .list-4 li .img-center {
float: none;
width: auto;
}
 .list-4 li .text {
margin: 15px 0 0;
padding: 0;
}
 .list-4 li .text h4 {
font-size: 20px;
}
 .list-4 li .text h4 small {
font-size: 12px;
}
 .list-4 li .text .price p {
margin-top: 10px;
margin-right: 20px;
font-size: 12px;
}
 .list-4 li .text .tag span {
font-size: 12px;
}
 .list-4 li .text .more {
width: 80px;
font-size: 12px;
line-height: 30px;
top: auto;
bottom: 0;
margin: 0;
}
 .list-5 li a {
padding: 15px;
}
 .nav-sub {
margin-top: -30px;
margin-bottom: 10px!important;
}
 .nav-sub li {
margin: 0 4px;
width:30%;
padding-bottom:20px
}
 .in-service1 li {
width:100%
}
 .nav-sub li i {
width: 48px;
height: 48px;
background-size: 48px;
}
 .nav-sub li span {
font-size: 12px;
margin-top: 5px;
}
 .list-6 li {
margin-bottom: 15px;
}
 .list-6 li a {
padding: 15px;
}
 .list-6 li .date {
display: none;
}
 .list-6 li .img-cover {
width: 120px;
height: 80px;
}
 .list-6 li .text {
margin-left: 130px;
padding-top: 0;
}
 .list-6 li .text h4 {
font-size: 14px;
}
 .list-6 li .text p {
font-size: 12px;
margin-top: 0px;
height: 63px;
}
 .about-1 {
font-size: 14px;
}
.f24{ font-size:18px}
 .about-2:before {
display: none;
}
 .about-2 dt {
float: none;
width: auto;
height: 360px;
}
 .about-2 dd {
margin: 0;
padding: 15px;
position: static;
background-color: #000;
color: #fff;
}
 .about-2 dd h4 {
margin: 0;
position: static;
font-size: 18px;
}
 .about-2 dd h5 {
font-size: 16px;
margin-top: 5px;
}
 .about-2 dd p {
font-size: 14px;
margin-top: 10px;
color: #999;
}
 .about-2 dd .more {
margin-top: 20px;
line-height: 30px;
font-size: 14px;
width: 100px;
}
 .about-3 {
margin: 0 -15px;
}
 .about-3 .swiper-slide a {
padding: 0 15px;
}
 .about-3 .swiper-slide .img-center {
height: 70px;
line-height: 70px;
}
 .about-3 .swiper-slide h4 {
font-size: 16px;
}
 .about-3 .swiper-slide h5 {
font-size: 12px;
}
 .about-3 .swiper-slide i {
margin: 10px auto;
}
 .about-3 .swiper-slide p {
font-size: 12px;
height: 86px;
}
 .about-3 .swiper-pagination {
display: block;
}
 .about-4 {
margin: 0;
}
 .about-4 li {
float: none;
width: auto;
}
 .about-4 li .wrap {
margin: 0 0 20px;
padding: 15px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
 .about-4 li h4 {
font-size: 18px;
}
 .about-4 li h4:after {
width: 20px;
margin: 10px 0;
}
 .about-4 li .swiper-slide {
font-size: 14px;
}
 .about-4-1 {
margin-top: 0;
font-size: 16px;
}
 .about-4-1 span {
font-size: 14px;
}
 .contact {
height: auto;
}
 .contact .map {
height: 300px;
}
 .contact .text {
position: static;
width: auto;
margin: 0;
padding: 0 15px;
height: auto;
}
 .message {
margin: -30px -15px;
padding: 15px;
}
 .message form {
margin-left: 0;
margin-top: -15px;
}
 .message .form-group {
float: none;
width: auto;
margin: 15px 0 0;
}
 .message .form-groupyz {
float: none;
width: auto;
margin: 15px 0 0;
}
 .message .yzm-pic {

    
    
    
    
}

	

	


    .message .form-content {
padding: 5px 15px;
}
 .xiangmu .item {
min-height: auto;
}
 .xiangmu .img-cover {
position: relative;
height: 200px;
width: auto;
}
 .xiangmu .img-cover:after {
display: none;
}
 .xiangmu .text {
width: auto;
margin: auto !important;
padding: 20px 0;
}
 .xiangmu .text h4 {
margin-bottom: 10px;
}
 .xiangmu .text h4 span {
font-size: 18px;
padding-bottom: 10px;
}
 .xiangmu .text p {
padding-left: 20px;
margin-top: 5px;
}
 .saom li {
float: none;
width: auto !important;
}
 .saom li a {
height: 150px;
overflow: hidden;
}
 .saom li .img-cover {
height: 100%;
width: 50% !important;
float: left;
}
 .saom li .text {
padding: 10px;
margin-left: 50%;
}
 .saom li .text:before {
display: none;
}
 .saom li .text .date {
display: none;
}
 .saom li .text h4 {
font-size: 14px;
height: 40px;
}
 .saom li .text p {
margin-top: 10px;
font-size: 12px;
line-height: 20px;
height: 80px;
}
 .saom li:nth-of-type(even) .img-cover {
position: relative;
float: right;
}
 .saom li:nth-of-type(even) .text {
margin: 0 50% 0 0;
}
 .saom li:first-child {
margin-bottom: 10px;
}
 .saom li:first-child a {
height: auto;
}
 .saom li:first-child .img-cover {
height: 200px;
float: none;
width: 100% !important;
}
 .saom li:first-child .text {
height: auto;
margin: 0;
}
 .saom li:first-child .text h4 {
margin: 0;
font-size: 16px;
height: auto;
}
 .saom li:first-child .text p {
height: auto;
}
 .aq-msg {
width: auto;
float: none;
margin-bottom: 20px;
}
 .aq-msg .form-group {
padding: 10px;
}
 .aq-msg .yzm .form-group {
width: 170px;
}
 .aq-msg .yzm .form-label {
width: 60px;
}
 .aq-msg .yzm .form-content {
margin-left: 75px;
}
 .aq-msg .yzm-pic {
height: 40px;
float: right;
width: 100px;
margin: 0;
}
 .aq-msg .yzm .form-submit {
height: 40px;
font-size: 16px;
width: 100%;
margin-top: 10px;
}
 .aq-ewm {
width: auto;
float: none;
}
 .aq-ewm .img-center {
width: 120px;
height: 120px;
line-height: 120px;
}
 .aq-ewm .text {
margin-left: 150px;
}
 .banner-prd {
height: auto;
}
 .prd-info dt {
width: 50px;
}
 .prd-info dd {
margin-left: 60px;
}
 .prd-info dd .tit {
font-size: 18px;
}
 .prd-info dd .tit small {
font-size: 12px;
}
 .prd-info dd p {
padding-top: 10px;
margin-top: 10px;
}
 .prd-info dd p span {
font-size: 12px;
margin: 2px 15px 2px 0;
}
 .prd-info dd .btn {
margin-top: 15px;
font-size: 14px;
line-height: 30px;
width: 100px;
}
 .prd-main {
margin: 0;
}
 .prd-tit {
font-size: 16px;
padding-bottom: 10px;
margin-bottom: 20px;
padding-left: 55px;
}
 .prd-tit:after {
left: 55px;
width: 60px;
}
 .prd-tit strong {
font-size: 18px;
}
 .prd-tit i {
width: 38px;
height: 38px;
}
 .prd-slider {
display: none;
}
 .prd-gallery .swiper-slide {
height: 350px;
}
 .prd-gallery .text {
display: block;
width: auto;
position: static;
}
 .prd-gallery .wrap {
display: block;
padding: 15px;
font-size: 12px;
}
 .prd-gallery .swiper-button-prev, .prd-gallery .swiper-button-next {
width: 40px;
height: 40px;
background-size: 10px auto;
bottom: auto;
}
 .prd-gallery .swiper-button-prev {
top: 268px;
}
 .prd-gallery .swiper-button-next {
top: 310px;
}
 .prd-sec {
margin-bottom: 30px;
}
 .prd-content {
font-size: 14px;
}
 .xgyxHead {
font-size: 18px;
margin-bottom: 20px;
}
 .news-title {
padding-bottom: 10px;
margin-bottom: 10px;
text-align: center;
}
 .news-title h1 {
font-size: 18px;
}
 .news-title p span {
font-size: 12px;
margin-right: 10px;
}
 .news-content {
margin-bottom: 20px;
}
 .news-exp {
padding-top: 20px;
font-size: 12px;
padding-right: 0;
}
 .news-fh {
float: none;
display: block;
margin: 20px auto 0;
font-size: 12px;
line-height: 34px;
width: 120px;
}
}
.pagebar {
	padding:20px;
	overflow:hidden;
	clear:both
}
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height:100%
}
.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #d10017;
	border: 1px solid #d10017;
}
.pagination a.page-num-current {
	color: #fff;
	background: #d10017;
	border: 1px solid #d10017;
}
.pagination .st {
	font-family:宋体
}
.text-secondary {
	text-align:center;
	padding:20px 0
}
 @media screen and (max-width: 480px) {
 .contact .main {
display:block
}
 .contact .main .texts {
width:100%;
padding:20px 20px
}
 .contact .main .texts .big {
font-size:24px;
line-height:24px
}
 .contact .main .texts .name {
font-size:18px;
margin-top:10px
}
 .contact .main .texts .icon-line {
margin-top:10px
}
 .contact .main .texts .icon-line i {
font-size:20px
}
 .contact .main .texts .icon-line span {
font-size:14px;
margin-left:15px
}
 .contact .main .texts .way {
margin-top:10px
}
 .contact .main .texts .way .title {
font-size:16px
}
 .contact .main .texts .way .items p {
font-size:16px;
margin-right:15px
}
 .contact .main .texts .wechat {
width:100%;
margin-top:20px
}
 .contact .main .texts .wechat .img {
width:120px;
height:120px
}
 .contact .main .texts .wechat .rights {
width:calc(100% - 120px);
margin-left:16px
}
 .contact .main .texts .wechat .rights .big {
font-size:14px;
line-height:24px
}
 .contact .main .texts .wechat .rights .desc {
font-size:14px;
margin-top:10px
}
 .contact .main .texts .wechat .rights .small {
margin-top:10px;
width:100%
}
 .contact .main #map {
width:100%;
}
 .feed {
width:100%;
padding-top:10px;
padding-bottom:30px
}
 .feed .main {
padding:20px 20px
}
 .feed .main .title {
width:100%;
font-size:16px;
line-height:24px
}
 .feed .main .form {
width:100%;
margin-top:40px
}
 .feed .main .form .input-line {
width:100%;
flex-wrap:wrap
}
 .feed .main .form .input-line input {
width:49%;
height:40px;
padding:0 10px;
margin-bottom:10px
}
 .feed .main .form .textarea {
width:100%;
height:200px;
margin-top:0
}
 .feed .main .form .textarea textarea {
padding:10px 10px
}
 .feed .main .form .bot-line {
flex-wrap:wrap
}
 .feed .main .form .bot-line .yzm {
display:flex;
width:100%
}
 .feed .main .form .bot-line .yzm input {
width:100%;
padding:0 10px
}
 .feed .main .form .bot-line .yzm img {
width:100px;
flex-shrink:0
}
 .feed .main .form .bot-line .sub-btn {
width:100%;
margin-top:20px
}
 .feed .main .form .bot-line .sub-btn .btn {
width:100%
}
}