/**
 * style.less
 * 层叠样式表
 */


/*网站小图标*/
@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot') format('embedded-opentype'),
		url('../font/iconfont.woff2') format('woff2'),
		url('../font/iconfont.woff') format('woff'),
		url('../font/iconfont.ttf') format('truetype'),
		url('../font/iconfont.svg') format('svg');
}

 @font-face {
	font-family: 'Tungsten-Semibold';
	src: url('../font/Tungsten-Semibold.otf');
	
}
@font-face {
	font-family: 'AvantGardeITCbyBT-Book';
	src: url('../font/AvantGardeITCbyBT-Book.eot');
	src: url('../font/AvantGardeITCbyBT-Book.eot') format('embedded-opentype'),
		url('../font/AvantGardeITCbyBT-Book.woff2') format('woff2'),
		url('../font/AvantGardeITCbyBT-Book.woff') format('woff'),
		url('../font/AvantGardeITCbyBT-Book.ttf') format('truetype'),
		url('../font/AvantGardeITCbyBT-Book.svg') format('svg');
}


/*
	//放大
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	 
	
	//居中
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
	//旋转
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	
	//一行显示点
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	//几行显示点
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	
	//圆点
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	
	//去除select默认样式
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
*/
* {
	margin: 0;
	padding: 0;
}
html{
	overflow-x: hidden;
}
html, body {
    position: relative;
}
body {
	font-family: 'Microsoft YaHei', 'Arial', 'SimSun', 'Source Han Sans CN', 'SourceHanSerifCN', 'WenQuanYi Micro Hei', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', 'Helvetica', 'sans-serif','PingFang Regular';
	font-size: 14px;
	/* font-weight: 300; */
	color: #333;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	overflow-y: hidden;
}
	body.body-01{
		height: 100%;
	}
@media (max-width: 1199px) {
	body.body-01{
		height: auto;
	}
}
body.fixed {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

body.searchactive {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

li,
ol,
ul {
	list-style: none;
}

a {
	color: inherit;
}

a:hover,
a:link,
a:visited {
	text-decoration: none;

	color: inherit;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

ul {
	margin: 0;
	padding: 0;
}

button,
input,
textarea {
	resize: none;
	border: none;
	outline: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

a:visited,
a:link {
	text-decoration: none;
	color: inherit;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

.main {
	float: left;
	width: 100%;
}

.w-100 {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}

.w-1366 {
	width: 1366px;
	margin: 0 auto;
}

@media (max-width: 1366px) {
	.w-1366 {
		padding: 0 2%;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.w-1366 {
		padding: 0 3%;
	}
}

.img-box {
	position: relative;

	display: block;
	overflow: hidden;

	height: 0;
	padding-bottom: 100%;
	outline: none;
}

.img-box img {
	position: absolute;
	top: 0;
	left: 0;

	display: block;
	outline: none;
	width: 100%;
	height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}

/* .img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
}
.img-box img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
} */
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}

.w-0100-1{
	float: left;
	width: 100%;
	padding: 0 63px;
}

.header {
	position: fixed;
	z-index: 9993;
	top: 0;
	width: 100%;
	height: 74px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background:#fff;
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
}

@media (max-width: 1199px) {
	.header {
		/* height: 66px; */
		padding: 0 3%;
	}
	.w-0100-1{
		padding: 0;
	}
}

@media (max-width: 767px) {
	.header {
	}
}

.header .logo {
	float: left;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .logo img {
	float: left;

	margin-top: 15px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.header .logo a {
	display: block;

	height: 100%;
}

.header .logo img {
	display: block;
}

@media (max-width: 1280px) {
	.header .logo {
		left: 25px;
	}
}

@media (max-width: 1199px) {
	.header .logo {
		top: 15px;
	}
}

@media (max-width: 767px) {
	.header {
		height: 60px;
	}

	.header .logo img {
		height: 30px;
		margin-top: 15px;
	}
}


.header .nav-collapse {
	position: relative;
	z-index: 10;
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	padding: 0;
	cursor: pointer;
	background: none;
}

@media (max-width: 1199px) {
	.header .nav-collapse {
		display: block;
		margin-top: 16px;
	}

	.header .nav-collapse.nav-collapse-1 {
		position: absolute;
		z-index: 9999;
		top: 15px;
		right: 20px;
		display: block;
		margin-top: 10px;
		border: none;
	}

	.header .nav-collapse.nav-collapse-1 .btn-line {
		background-color: #fff !important;
	}
}

@media (max-width: 767px) {
	.header .nav-collapse {
		position: absolute;
		top: 10px;
		right: 0;
		margin-top: 0;
		border: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .nav-collapse.nav-collapse-xs:hover .btn-line {
		background-color: #000;
	}
}

.header .nav-collapse .btn-line {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #666;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	content: '';
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #666;
}

.header .nav-collapse .btn-line:nth-child(1) {
	top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
	top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
	top: 65%;
}

.header .nav-collapse.active {
	border-color: transparent;
}

.header .nav-collapse.active .btn-line {
	background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
}

.header .navbg {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;

	background-color: rgba(0, 0, 0, .6);
}

@media (min-width: 1200px) {
	.header .nav {
		float: right;
	}
}

@media (max-width: 1199px) {
	.header .nav {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0 50px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background: #fafafa;
		background-color: rgba(211, 18, 21, 0.9);

	}

	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}

	.header .nav .tbl-cell {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
}

@media (max-width: 767px) {
	.header .nav {
		width: 100%;
		padding: 30px;
	}
}

.header .nav.left-100 {
	left: -100%;
}

.header .nav.left-200 {
	left: -200%;
}

@media (min-width: 1200px) {
	.header .nav .nav-list1>li {
		float: left;
	}
	.header .nav .nav-list1>li>a {
		margin-top: 6px;
		line-height: 68px;
		position: relative;
		z-index: 2;
		display: inline-block;
		padding: 0 34px;
		-webkit-transition: all .4s;
		transition: all .4s;
		font-size: 14px;
		color: #d31215;
		font-weight: bold;
	}

	.header .nav .nav-list1>li>a:before {
		
	}

	.header .nav .nav-list1>li:last-child>a:before {
		display: none;
	}

	.header .nav .nav-list1>li>a,
	.header .nav .nav-list1>li>a {
		
	}

	.header .nav .nav-list1>li>a span,
	.header .nav .nav-list1>li>a span {

		
	}

	.header .nav .nav-list1>li:hover>a,
	.header .nav .nav-list1>li.active>a {

		color: #d31215;
		font-size: 16px;
	}

	.header .nav .nav-list1>li:hover>a:before,
	.header .nav .nav-list1>li.active>a:before {
		display: none;
	}



	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100%;
		display: none;
		width: 130px;
		padding: 0;
		text-align: center;
		text-align: left;
		background: rgba(0,0,0,0.5);
		padding: 10px 10px 10px 10px;
		border-radius: 2px;
		box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
	}

	.header .nav .nav-list1 .nav-list2 .nav-div-1 {
	/* 	border: 3px dashed #80ccc5;
		padding: 14px 17px 23px 17px; */
	}

	.header .nav .nav-list1 .nav-list2 li {
		width: 100%;
		display: inline-block;

		list-style: none;
	}

	.header .nav .nav-list1 .nav-list2 li:last-child {
		border-bottom: none;
	}

	.header .nav .nav-list1 .nav-list2 li>a {
		width: 100%;
		font-size: 16px;
		line-height: 45px;
		position: relative;
		z-index: 1;
		display: block;
		padding: 0 0px;
		-webkit-transition: all .2s;
		transition: all .2s;
		text-align: center;
		color: #fff;
		padding: 0 0px;
		/* border-bottom: 1px solid #fff; */
		text-align: center;
		/* background: rgba(211,18,21,1); */
	}

	.header .nav .nav-list1 .nav-list2 li:last-child>a {
		border-bottom: 0;
	}

	.header .nav .nav-list1 .nav-list2 li>a:hover {
		color: #fff;
		background: #d31215;
		/* border-bottom: 1px solid #d31215; */
	}
}

@media (max-width: 1600px) {
	.header .nav .nav-list1>li>a {
		padding: 0 24px;
	}
}
@media (max-width: 1440px) {
	.header .nav .nav-list1>li>a {
		padding: 0 18px;
	}
}
@media (max-width: 1366px) {
	.header .nav .nav-list1>li>a {
		padding: 0 12px;
	}
}
@media (max-width: 1199px) {
	.header .nav .nav-list1 {
		margin: 20px 0;
		opacity: 0;
	}

	.header .nav .nav-list1>li {
		-webkit-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		transform: translateY(-25px);
		opacity: 0;
	}

	.header .nav .nav-list1>a {
		font-size: 20px;
		color: #fff;
	}
}

@media (max-width: 1199px) {

	.header .nav .nav-list2,
	.header .nav .nav-list3 {
		display: none !important;
	}

	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		font-size: 16px;
		line-height: 2;
		margin-top: 5px;
		color: #fff;
	}

	.header .nav .nav-list1 .nav-list2 li>a:before {
		font-family: 'iconfont' !important;
		margin-right: 6px;
		content: '\e72f';
	}
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
	display: block;
}

@media (max-height: 580px) {

	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		margin-top: 0;
	}
}

.header .nav-2,
.header .nav-3 {
	display: none;
}

@media (max-width: 1199px) {

	.header .nav-2,
	.header .nav-3 {
		position: absolute;
		z-index: 9999;
		top: 0;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		padding: 20px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;

		color: #fff;
		background: #fafafa;
		background-color: rgba(211, 18, 21, 0.9);
	}
}

.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
	font-family: 'iconfont';
	font-size: 26px;
	content: '\e9b5';
}

.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2 {
	font-size: 30px;

	margin: 0;

	text-transform: uppercase;
}

@media (max-width: 767px) {
	.header .nav .nav-list1>li.pc-none{
		display: none;
	}
	.header .nav .nav-list1>li.pc-block{
		display: block;
	}
	.header .nav-2 .nav-top h2,
	.header .nav-3 .nav-top h2 {
		font-size: 20px;
		width: 100%;
	}
}

.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
	margin: 0;
}

.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
	background-color: #fff;
}

.header .nav-2 .content,
.header .nav-3 .content {
	/* overflow: auto; */

	height: 80%;
	margin-top: 24%;
}

@media (max-width: 767px) {

	.header .nav-2 .content ul,
	.header .nav-3 .content ul {
		padding: 0 15px;
	}
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	font-size: 20px;
	line-height: 50px;

	margin: 25px 0;

	text-align: left;
}

@media (max-width: 767px) {

	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		margin: 0;
	}
}

.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
	position: relative;
}

.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;

	position: absolute;
	top: 50%;
	right: 0;

	content: '\e72f';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	color: #fff;
}

.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
	display: block;
}

.header .nav-2 {
	left: 100%;
}

.header .nav-3 {
	left: 200%;
}

.header .nav-3 .content ul li {
	font-size: 19px;
}

.header .fade-out ul {
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header .fade-out ul {
		padding: 0 5%;
	}
}

@media (max-width: 1199px) {
	.header .fade-out ul .pic {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.header .fade-out ul.nav-list1 {
		opacity: 1;
	}

	.header .fade-out ul.nav-list1 a {
		color: #fff;
	}

	.header .fade-out ul.nav-list1>li {
		position: relative;

		margin: 20px 0;
	}

	.header .fade-out ul.nav-list1>li.act {
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);

		opacity: 1;
	}

	.header .fade-out ul.nav-list1>li.more:after {
		font-family: 'iconfont';
		font-size: 18px;

		position: absolute;
		top: 50%;
		right: 0;

		margin-top: -14px;

		content: '\e72f';

		color: #fff;
	}

	.header .fade-out ul.nav-list1>li>a {
		font-size: 22px;
		line-height: 2.5;

		display: block;

		text-transform: uppercase;
	}

	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

@media (max-width: 1199px) and (max-width: 767px) {
	.header .fade-out ul.nav-list1>li {
		margin: 0;
	}
}

@media (max-width: 1199px) and (max-height: 768px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 18px;
	}
}

@media (max-width: 1199px) and (max-width: 480px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 14px;
	}
}

.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}






@media (min-width: 1200px) {
	.header.fixed-header {
		/* height: 66px; */
		box-shadow: 0 0 5px #bbb;
	}

	.header.fixed-header .logo img {
		/* width: auto;
		height: 50px;
		margin-top: 8px; */
	}

	.header.fixed-header .nav .nav-list1 .nav-list2 {
		/* top: 70px; */
	}

	.header.fixed-header .nav .nav-list1>li>a {
		/* line-height: 66px; */
	}


}
.header.fixed-header {
	/* height: 66px; */
	box-shadow: 0 0 5px #bbb;
}

/*搜索*/
.header .find {
	float: right;
	line-height: 68px;
	cursor: pointer;
	padding-top: 6px;
	margin-left: 22px;
	text-align: center;
	font-size: 14px;
	color: #b2b2b2;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header .find img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 6px;
}
.header.fixed-header.course .find {
	color: #6c6c6c;
	padding-top: 38px;
}

@media (max-width: 1440px) {
	.header .seach-phone {
		width: auto;
	}

	.header .seach-phone .phone {
		font-size: 30px;
		padding-right: 30px;
	}

	.header .find {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0;
		line-height: 74px;
	}
}

@media (max-width: 1280px) {
	.header .seach-phone .phone {
		font-size: 20px;
		padding-right: 30px;
	}
}

@media (max-width: 1199px) {
	.header .seach-phone {
		background: none;
		height: 66px;
		line-height: 66px;
		margin-right: 7%;
	}

	.header .find {
		
	}
	.header .find img{
		width: 20px;
	}
}
@media (max-width: 767px) {
	.header .find {
		padding: 0;
		line-height: 60px;
		margin-right: 14%;
	}
	.header .find img{
		width: 16px;
	}
}

/*搜索弹窗*/
.header .search-box {
	position: fixed;
	z-index: 888;
	top: 100%;
	left: 0;

	display: none;
	overflow: hidden;

	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0 3%;

	background-color: rgba(211, 18, 21, .9);
}

.header .search-box .search {
	line-height: 40px;

	overflow: hidden;
	zoom: 1;

	width: 240px;

	border: 1px solid #dbdbdb;
	border-radius: 40px;
}

.header .search-box .search:after {
	display: block;
	visibility: hidden;
	clear: both;

	height: 0;

	content: '';
}

.header .search-box .input-text {
	float: left;

	height: 38px;
	padding-left: 10%;

	background: none;
}

@media (min-width: 768px) {
	.header .search-box .input-text {
		width: 100%;
		padding: 0 50px 0 3%;
	}
}

.header .search-box .input-submit {
	line-height: 36px;

	float: right;

	width: 50px;

	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	font-size: 24px;
	background: none;
	color: #fff;
}

/* .header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    

	font-size: 22px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    content: '&#xe60b';

    color: #fff;
} */
@media (min-width: 768px) {
	.header .search-box .input-submit {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
}

.header .search-box.search-xs {
	width: 100%;
	margin: 0;

	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	background: none;
}

@media (min-width: 1200px) {
	.header .search-box.search-xs {
		display: none;
	}
}

@media (max-width: 1199px) {
	.header .search-box.search-xs {
		position: absolute;
		z-index: 0;
		top: auto;
		right: 0;
		bottom: 0;
		bottom: 30px;

		display: inline-block;

		height: 34px;
	}
}

.header .search-box.search-xs.show {
	z-index: 66;
}

.header .search-box.search-xs.show .search {
	left: 0;
}

.header .search-box.search-xs .search {
	position: absolute;
	z-index: 888;
	top: 0;
	left: 120%;

	width: 100%;

	-webkit-transition: left .3s;
	transition: left .3s;

	border-color: #fff;
	background: #fff;
}

@media (max-width: 360px) {
	.header .search-box.search-xs form .input-text {
		width: 74%;
	}
}

@media (max-width: 767px) {
	.header .search-box.search-xs form .input-text {
		padding-left: 5%;
	}
}

.header .search-box.search-xs .input-submit {
	line-height: 34px;

	background: #fff;
}

.header .search-box.search-xs .input-submit:before {
	color: #104384;
}

.header .search-icon {
	position: absolute;
	z-index: 10;
	top: 18px;
	left: 15px;

	display: inline-block;
	display: none;

	cursor: pointer;
}

.header .search-icon:before {
	font-family: 'iconfont' !important;
	font-size: 18px;

	content: '\e660';

	color: #8cc63f;
}

.header .search-lg {
	top: 0;
}

.header .search-lg .logo {
	margin-top: 20px;
	margin-left: 0;
}

.header .search-lg .search {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;

	width: 90%;
	max-width: 800px;
	margin: auto;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
}

.header .search-lg .search p {
	margin-bottom: 50px;

	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	letter-spacing: 2px;

	color: #fff;
}

.header .search-lg .input-text {
	font-size: 16px;
	line-height: 30px;

	width: 80%;
	height: 60px;
	padding: 0 10px;
	padding-bottom: 20px;

	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;

	color: #fff;
}

.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder {
	color: #fff;
}

.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder {
	color: #fff;
}

.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder {
	color: #fff;
}

.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-webkit-input-placeholder,
.header .search-lg textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-o-placeholder,
.header .search-lg textarea:focus::-o-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-moz-placeholder,
.header .search-lg textarea:focus::-moz-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-ms-input-placeholder,
.header .search-lg textarea:focus::-ms-input-placeholder {
	color: #fff;
}

.header .search-lg .close-btn {
	position: fixed;
	top: 34px;
	right: 18%;

	cursor: pointer;
}

@media (max-width: 1440px) {
	.header .search-lg .close-btn {
		right: 8%;
	}
}

.header .search-lg .close-btn:before {
	font-size: 20px;

	content: '\2716';

	color: #fff;
}

/*搜索弹窗end*/

.language{
	float: right;
	line-height: 68px;
	margin-top: 6px;
	font-size: 14px;
	color: #666;
}
.language a{
	display: inline-block;
	height: 14px;
	line-height: 14px;
}
.language a:hover,
.language a.hover{
	border-bottom: 1px solid #d31215;
	color: #d31215;
	font-weight: bold;
}
.language span{
	
	color: #808080;
	margin: 0 6px;
	position: relative;
}
.language span:after{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 3px;
	height: 3px;
	margin-top: -1px;
	margin-left: -4px;
	background: #808080;
	content: "";
	border-radius: 100%;
}
 
.language.ph-language{
	display: none;
}
@media (max-width: 1199px) {
	.language{
		display: none;
	}
	.language.ph-language{
		display: block;
		width: 100%;
		float: left;
		padding: 0 5%;
		font-size: 22px;
	}
	.language.ph-language a{
		color: #fff;
		height: 22px;
		line-height: 22px;
	}
	.language a:hover, .language a.hover {
	    border-bottom: 1px solid #d31215;
	    color: #fff;
	    font-weight: bold;
	}
	.language span:after{
		background: #fff;
	}
}
/*heart end*/

/*foot*/


.footer {
	float: left;
	width: 100%;
	padding: 0 0%;
	position: relative;
	z-index: 999;
	overflow: hidden;
}
.footer.footer-in{
	background: #fcfbfb;
}
.footer-title{
	float: left;
	width: 100%;
	padding: 170px 0 30px 0;
	text-align: center;
}
.footer.footer-in .footer-title{
	padding-top: 54px;
}
.footer-title .foot-h1{
	float: left;
	width: 100%;
	line-height: 50px;
	font-size: 32px;
	color: #333;
	font-weight: bold;
}
.footer-title .foot-p{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}


.footer-top {
	float: left;
	width: 100%;
	padding: 82px 3.3% 90px 3.3%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


@media (max-width: 1366px) {
	.footer-top {
		padding: 32px 3.3% 40px 3.3%;
	}
}




.footer-top.footer-top-in {
	padding: 50px 0 60px 0;
	border-top: 1px solid #eee;
}

.footer-top .foot-leftLogo {
	float: left;
	width: 23.4%;
	padding-top: 39px;
	position: relative;
}

.footer-top .foot-leftLogo a img {
	float: left;
	margin-right: 12px;
}

.footer-top .foot-right {
	float: left;
	width: 68.9%;
	line-height: 36px;
	color: #7d7c7c;
}

.footer-top .foot-right .foot-ri-left {
	float: left;
	width: 14.5%;
	position: relative;
}
.footer-top .foot-right .foot-ri-left:last-child{
	width: 27.5%;
}



.footer-top .foot-ri-le-title {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 12px;
	color: #333;
	font-size: 14px;
	position: relative;
	padding-bottom: 39px;
}

.footer-top .foot-ri-le-title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 19px;
	height: 1px;
	background: #333;
	content: "";
}

.footer-top .foot-right .foot-ri-left .foot-ri-le-link {
	float: left;
	width: 100%;
	margin-top: 7px;
	font-size: 14px;
}

.footer-top .foot-right .foot-ri-left .foot-ri-le-link a {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #7d7c7c;
}

.footer-top .foot-right .foot-ri-left .foot-ri-le-link a:hover {
	color: #d31215;
}

.footer-top  .foot-left{
	float: left;
	width: 31.1%;
}
.footer-top  .foot-left .foot-le-ewm{
	float: left;
	width: 34%;
	line-height: 58px;
	font-size: 14px;
	color: #666;
	text-align: left;
	padding-top: 67px;
}
.footer-top  .foot-left .foot-le-ewm img{
	border: 3px solid #e1e0e0;
	border-radius: 3px;
}
.footer-top  .foot-left .foot-le-form{
	float: left;
	width: 66%;
}
.footer-top  .foot-left .foot-bottom-form{
	float: left;
	width: 100%;
	padding-top: 13px;
	font-size: 14px;
}
.footer-top  .foot-left .foot-bottom-form .foot-input-1{
	float: left;
	width: 47.8%;
	line-height: 40px;
	border: 1px solid #e5e5e5;
	margin-top: 8px;
	padding: 0 10px;
}
.footer-top  .foot-left .foot-bottom-form .foot-input-1.foot-input-2{
	float: right;
}
.footer-top  .foot-left .foot-bottom-form .foot-input-3{
	float: left;
	width: 100%;
	height: 103px;
	line-height: 30px;
	margin-top: 8px;
	padding: 5px 10px 6px 10px;
	border: 1px solid #e5e5e5;
}
.footer-top  .foot-left .foot-bottom-form .foot-input-4{
	float: left;
	width: 88px;
	height: 42px;
	line-height: 42px;
	margin-top: 9px;
	font-size: 14px;
	color: #fff;
	background: #d31215;
	text-align: center;
}
.footer-top  .foot-left .foot-bottom-form .foot-input-4:hover{
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}

.foot-copy {
	float: left;
	width: 100%;
	padding: 87px 3.3% 92px 3.3%;
	font-size: 14px;
	color: #fff;
	position: relative;
	background: url(../image/foot-bg.jpg) no-repeat;
	background-size: cover;
}

.foot-copy .foot-copyLeft {
	float: left;
	
}

.foot-copy .foot-copyLeft  .foot-copyLe-link{
	float: left;
	line-height: 30px;
	font-size: 14px;
	margin-right: 22px;
}

.contact-con-fx{
	float: right;
	margin-top: 11px;
	
}
.contact-con-fx a{
	display: inline-block;
	
	width: 43px !important;
	height: 43px !important;
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
	margin-right: 17px !important;
	background-size: 100% 100% !important;
}

.contact-con-fx a.bds_tqq{
	background: url(../image/qq1.png) no-repeat;
}
.contact-con-fx a.bds_tsina{
	background: url(../image/wb1.png) no-repeat;
}
.contact-con-fx a.bds_weixin{
	background: url(../image/wx1.png) no-repeat;
}





.foot-copy .foot-copyRight {
	float: right;
	cursor: pointer;
	font-size: 14px;
	
	line-height: 56px;
	
}


.foot-copy .foot-copyRight a {
	color: #fff;
	margin-left: 40px;
}

.foot-copy .foot-copyRight a:hover {
	color: #d31215;
}
@media (max-width: 1680px) {
	.footer-title {
	   
	    padding: 240px 0 44px 0;
	}
	.footer{
		height: 100%;
	}
}

@media (max-width: 1600px) {
	.footer-top .foot-right .foot-ri-left .foot-ri-le-link{
		font-size: 13px;
	}
	.footer-title {
	    padding: 100px 0 30px 0;
	}
}

@media (max-width: 1440px) {
	.footer-top .foot-right .foot-ri-left .foot-ri-le-link{
		font-size: 12px;
	}
}
@media (max-width: 1199px) {
	.footer-top .foot-right{
		width: 100%;
	}
	.footer-top .foot-left{
		width: 100%;
	}
	.footer-top .foot-left .foot-le-ewm{
		text-align: center;
	}
}


@media (max-width: 991px) {
	.footer-title {
	    padding: 20px 0 20px 0;
	}
	.footer-title .foot-h1 {
	    line-height: 38px;
	    font-size: 22px;
	}
	.footer-title .foot-p {
	   
	    line-height: 24px;
	}
	.footer-top {
		padding: 50px 3% 50px 3%;
	}

	.footer-top .foot-leftLogo {
		width: 100%;
		text-align: center;
		padding-top: 0;
	}

	.footer-top .foot-leftLogo a img {
		float: none;
	}

	.footer-top .foot-right {
		width: 100%;
		margin-top: 20px;
	}

	.footer-top .foot-right-1 {
		width: 100%;
	}

	.foot-copy {
	    padding: 30px 3% 30px 3%;
	}

	.foot-copyRight {
		position: inherit;
		width: 100%;
		text-align: center;
	}
	
	.foot-copy .foot-copyLeft{
		width: 100%;
		text-align: center;
	}
	.contact-con-fx{
		width: 100%;
		text-align: center;
		margin-top: 0;
	}
	.contact-con-fx a{
		float: none !important;
	}
	.foot-copy .foot-copyLeft .foot-copyLe-link {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-top: 10px;
	}

	.foot-copy .foot-copyLeft .foot-copy-bq {
		text-align: center;
	}
	.foot-copy .foot-copyRight a{
		margin: 0 20px;
	}
	.contact-con-fx a{
		margin: 0 10px !important;
	}
	
}

@media (max-width: 767px) {
	.footer-top {
		padding: 10px 0 20px 0;
	}
	.footer.footer-in .footer-title {
	    padding-top: 20px;
	}
	.footer-top .foot-right{
		margin-top: 0;
		padding-bottom: 20px;
		line-height: 28px;
	}
	.footer-title .foot-h1 {
		line-height: 28px;
		font-size: 18px;
	}
	.footer-title {
	    padding: 10px 0 10px 0;
	}
	.footer-top .foot-left .foot-le-ewm{
		width: 100%;
		text-align: center;
		padding-top: 0px;
		line-height: 36px;
	}
	.footer-top .foot-ri-le-title {
	    line-height: 12px;
	    padding-top: 20px;
	    padding-bottom: 10px;
	}
	.footer-top .foot-ri-le-title:after{
		left: 50%;
		width: 20px;
		margin-left: -10px;
	}
	.footer-top .foot-left .foot-bottom-form{
		padding: 15px 3% 0 3%;
	}
	.footer-top .foot-left .foot-bottom-form .foot-input-4{
		
	}
	.footer-top.footer-top-in {
		padding: 30px 0 20px 0;
	}
	.footer-top .foot-left .foot-le-form{
		width: 100%;
	}
	.footer-top .foot-ri-le-title{
		text-align: center;
		font-size: 18px;
	}
	.footer-top .foot-right .foot-ri-left {
		display: none;
	}
	.footer-top .foot-right .foot-ri-left:last-child{
		display: block;
		width: 100%;
		padding-left: 10%;
	}
	.footer-top .foot-ri-le-title{
		display: none;
	}
	.footer-top .foot-right-1 {
		margin-top: 20px;
	}

	.footer-top .foot-right-1 .foot-right-1-ce {
		text-align: center;
	}

	.footer-top .foot-right-1 .foot-right-1-add .foot-right-1-add-p {
		font-size: 14px;
		line-height: 24px;
		padding-left: 25px;
	}

	.footer-top .foot-right-1 .foot-right-1-add .foot-right-1-add-p img {
		width: 20px;
	}

	.foot-copy .foot-copyLeft .foot-copyLe-link {
		padding-top: 0;
		font-size: 14px;
		line-height: 24px;
	}

	.foot-copy .foot-copyLeft .foot-copyLe-link a {
		margin: 0 3px;
	}

	.foot-copy .foot-copyLeft .foot-copyLe-link span {
		padding: 0 12px;
	}

	.foot-copy .foot-copyLeft .foot-copy-bq {
		line-height: 24px;
		margin-top: 5px;
		font-size: 14px;
	}
	.foot-copy .foot-copyRight{
		line-height: 36px;
	}
	.foot-copy .foot-copyRight a{
		margin: 0 10px;
	}
	.foot-copy .foot-copyLeft{
		margin-top: 15px;
	}
	.contact-con-fx a{
		width: 32px !important;
		height: 32px !important;
	}
	.foot-copy {
	    padding: 20px 3% 20px 3%;
	}
}



/**
    * page
    */
.pagination
{
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
	text-align: center;
	display: flex;
	justify-content: center;
}
@media (max-width: 991px)
{
	.pagination
	{
		margin-top: 50px;
	}
}
.pagination a,.pagination span
{
	font-size: 18px;

	display: inline-block;
	overflow: hidden;

	width: 48px;
	height: 48px;
	margin: 0 6px;

	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;

	color: #fff!important;
	border-radius: 50%;
	background-color: #ddd!important;
	padding:0!important;
	display:flex;
	line-height:1!important;
	justify-content: center;
	align-items: center;
}
.pagination li.active span {
	background-color: #ed1b23!important;
	border-color: #ed1b23!important;
}
.pagination a:hover,.pagination span:hover {
	background-color: #ed1b23!important;
	border-color: #ed1b23!important;
}
.pagination a.omit
{
	background-color: #ddd;
}
.pagination a.omit:hover
{
	color: #fff;
	background-color: #ed1b23;
}
.pagination a.first-child,
.pagination a.last-child
{
	font-size: 24px;

	margin-right: 30px;
}
.pagination a.first-child::after,
.pagination a.last-child::after
{
	font-family: 'iconfont';

	content: '\e9b5';

	color: #bebebe;
}
.pagination a.last-child
{
	margin-right: 0;
	margin-left: 30px;
}
.pagination a.last-child::after
{
	font-family: 'iconfont';

	content: '\e72f';
}
.pagination a.active,
.pagination a:hover
{
	color: #fff;
	background-color: #ed1b23;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
@media (max-width: 767px)
{
	.pagination{
		margin-top: 30px;
	}
	.pagination a,.pagination span
	{
		width: 34px;
		height: 34px;
	}
}

/*滚屏*/
.swiper-container {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
	position: relative;
}
.swiper-slide {
    position: relative;
	float: left;
    width: 100%;
    height: 100%;
	
}
.swiper-container .box-footer{
	height: auto;
}


/*首页banner*/
.banner {
	font-size: 0;

	position: relative;

	overflow: hidden;

	width: 100%;

	z-index: 99;
}
.banner .pc{
	display: block;
}
.banner .phone{
	display: none;
}

.banner .slick-list {
	z-index: 1;
}

.banner .slick-track {
	z-index: 1;
}

.banner .slick-slide {
	z-index: 1;
}

.banner .slick-slide .banner-video{
	width: 100%;
	height: 100%;
}
.banner .slick-slide .banner-video video{
	width: 100%;
	height: 100%;
}

@media (max-width: 1199px) {
	.banner {
		margin-top: 60px;
	}
	.banner .slick-slide .banner-video{
		height: 575px;
	}
}

@media (max-width: 1199px) {
	.banner .slickbanner {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
}
@media (max-width: 991px) {
	.banner .slick-slide .banner-video{
		height: 431px;
	}
}
@media (max-width: 767px) {
	.banner .slick-slide .banner-video{
		display: none;
	}
}


.banner .to-num {
	font-family: 'ITC Avant Garde Gothic';
	font-size: 22px;
	line-height: 50px;

	position: absolute;
	right: 240px;
	bottom: 20px;

	color: #fff;
}

.banner .to-num:before {
	content: '0';
}

@media (max-width: 991px) {
	.banner .to-num {
		right: 20px;
		bottom: 0;
	}
}

.banner .slick-arrow {
	width: 72px;
	height: 72px;
	position: absolute;
	z-index: 99999999;
	top: 50%;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner .slick-arrow.slick-prev {
	left: 4%;
	background: url(http://demo344.qdbocweb.com/web/bocweb/assets/images/banner-prev.png) no-repeat;
	background-size: 100% 100%;
}

/* .banner .slick-arrow.slick-prev:hover{
	top: 50%;
	background: url(../images/banner-prev-hover.png) no-repeat;
} */
.banner .slick-arrow.slick-next {
	right: 4%;
	background: url(http://demo344.qdbocweb.com/web/bocweb/assets/images/banner-next.png) no-repeat;
	background-size: 100% 100%;
}

/* .banner .slick-arrow.slick-next:hover{
	right: 47%;
	background: url(../images/banner-next-hover.png) no-repeat;
} */
@media (max-width: 1366px) {
	.banner .slick-arrow.slick-prev {
		/* left: 46%; */
	}

	.banner .slick-arrow.slick-prev:hover {
		/* left: 46%; */
	}

	.banner .slick-arrow.slick-next {
		/* right: 46%; */
	}

	.banner .slick-arrow.slick-next:hover {
		/* right: 46%; */
	}
}

@media (max-width: 1199px) {
	.banner .slick-arrow.slick-prev {
		left: 3%;
		width: 30px;
		height: 30px;
	}

	.banner .slick-arrow.slick-prev:hover {
		/* left: 45%; */
	}

	.banner .slick-arrow.slick-next {
		right: 3%;
		width: 30px;
		height: 30px;
	}

	.banner .slick-arrow.slick-next:hover {
		/* right: 45%; */
	}
}


@media (max-width: 991px) {
	.banner .slick-arrow.slick-next {
		right: 15%;
	}

	.banner .slick-arrow.slick-prev {
		left: 15%;
	}
}


@media (max-width: 767px) {
	.banner .slick-arrow {
		width: 20px;
		height: 20px;
	}

	.banner .slick-arrow.slick-prev {
		left: 16%;
	}

	.banner .slick-arrow.slick-prev:hover {}

	.banner .slick-arrow.slick-next {
		right: 16%;
	}

	.banner .slick-arrow.slick-next:hover {}
}



.banner .slick-arrow:hover:before {
	color: rgba(255, 255, 255, .8);
}

.banner .slick-dots {
	position: absolute;
	left: 60px;
	bottom: 50px;
	

	text-align: center;
	color: #fff;
	z-index: 99999;
}

@media (max-width: 991px) {
	.banner .slick-dots {
	}
}

@media (max-width: 1199px) {
	.banner .slick-dots {
		text-align: left;
	}
}

@media (max-width: 991px) {
	.banner .slick-dots {
		bottom: 20px;
	}
	
}

/*首页视频*/
.swiper-container-fade .swiper-slide .banner-video{
	
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-container-fade .swiper-slide .banner-video .video-js{
	width: 100%;
	height: 100%;
}

.swiper-container-fade .swiper-slide .banner-video .video-js .vjs-tech {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swiper-container-v{
	width: 100%;
	   height: 100%;
	   margin-right: auto;
	   margin-left: auto;
		position: relative;
}



.swiper-container-v .swiper-pagination-v .swiper-pagination-bullet{
	background: none;
	margin: 0;
	width: auto;
	height: auto;
	margin-right: 30px;
	cursor: pointer;
}
 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	 text-align: left;
	 padding-left: 60px;
	 bottom: 50px;
 }
 .swiper-container-v .swiper-pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active{
 	background: none;
 	background: none;
 	margin: 0;
 	margin-right: 30px;
 	width: auto;
 	height: auto;
 }
.swiper-container-v .swiper-pagination-v .swiper-pagination-bullet .spanSame{
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
	opacity: 1;
	color: #fff;
	background: none;
	font-family: 'Tungsten-Semibold';
}

.swiper-container-v .swiper-pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active .spanSame{
	opacity: 0.7;
	font-size: 48px;
	line-height: 0;
}
@media (max-width: 1199px){
	.swiper-container-v .swiper-pagination-v .swiper-pagination-bullet .spanSame{
		font-size: 24px;
	}
	.swiper-container-v .swiper-pagination-v .swiper-pagination-bullet{
		margin-right: 15px;
	}
	.swiper-container-v .swiper-pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active{
		margin-right: 15px;
	}
	.swiper-container-v .swiper-pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active .spanSame{
		font-size: 36px;
	}
	
	.swiper-container-fade .swiper-slide .banner-video{
		height: 576px;
		display: none;
	}
}
@media (max-width: 991px){
	.swiper-container-fade .swiper-slide .banner-video{
		height: 432px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		padding-left: 30px;
		bottom: 20px;
	}
	.swiper-container-v .swiper-pagination-v .swiper-pagination-bullet{
		margin-right: 15px;
	}
	.swiper-container-v .swiper-pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active{
		margin-right: 15px;
	}
	
	.swiper-container-v .swiper-pagination-v .swiper-pagination-bullet .spanSame{
		font-size: 30px;
	}
	.swiper-container-v .swiper-pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active .spanSame{
		font-size: 38px;
	}	
}


.banner .slick-dots li {
	display: inline-block;
	vertical-align: bottom;
	line-height: 34px;
	margin-right: 30px;
	opacity: 0.4;
}
.banner .slick-dots li.slick-active{
	opacity: 0.7;
}
.banner .slick-dots li.slick-active button {
	opacity: 1;
	font-size: 48px;
	line-height: 0;
}

.banner .slick-dots li button {
	font-size: 36px;
	font-weight: bold;

	display: inline-block;

	opacity: 1;
	color: #fff;
	background: none;
	font-family: 'Tungsten-Semibold';
}

.banner .slick-dots li button:before {
	content: '0';
}

.banner .slick-slider{
	height: 100%;
}
.banner .slick-slider .slick-list{
	height: 100%;
}
.banner .slick-slider .slick-list .slick-track{
	height: 100%;
} 
.banner img {
	display: block;

	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.banner .img-box {
	padding-bottom: 50.44666316342617%;
	/* padding-bottom: 50%; */
}

.banner .text {
	position: absolute;
	top: 30.2%;
	left: 0%;
	width: 100%;
	/* -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); */
	color: #d31215;
}
.banner .text-1{
	width: 680px;
	padding-left: 60px;
}
.banner .text-1 h1 {
	line-height: 83px;
	font-size: 48px;
	font-weight: bold;
}

.banner .text-1 h2 {
	line-height: 36px;
	font-size: 20px;
}

.banner .text-1 h3 {
	line-height: 30px;
	margin-top: 27px;
	font-size: 14px;
	margin-top: 5px;
	color: #d28486;
}

.banner .text-1 h3 div {
	padding-left: 54px;
}

.banner .text-1 h3 div.div1 {
	background: url(http://demo344.qdbocweb.com/web/bocweb/assets/images/ban1-ico-1.png) left center no-repeat;
}

.banner .text-1 h3 div.div2 {
	background: url(http://demo344.qdbocweb.com/web/bocweb/assets/images/ban1-ico-2.png) left center no-repeat;
}

.banner .text-1 h3 div.div3 {
	background: url(http://demo344.qdbocweb.com/web/bocweb/assets/images/ban1-ico-3.png) left center no-repeat;
}

.banner .text-1 p {
	line-height: 48px;
	margin-top: 25px;
}

.banner .text-1 p a {
	display: inline-block;
	font-size: 20px;
	color: #c58058;
	font-weight: normal;
	background: #fff;
	width: 140px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	text-align: center;
}

.banner .text-1 p a:hover {
	opacity: 0.8;
}

.banner .text-2 {
	max-width: 620px;
	top:50%;
	left: auto;
	right: 0%;
	text-align: right;
	color: #fff;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
	
	background: rgba(211,18,21,0.5);
	padding: 20px 2%;
	border-radius: 10px;
}

.banner .text-2 h1 {
	display: inline-block;
	float: right;
	line-height: 60px;
	font-size: 48px;
	padding: 15px 0 12px 0;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.banner .text-2 h2 {
	float: left;
	width: 100%;
	clear: both;
	line-height: 40px;
	line-height: 36px;
	margin-top: 29px;
	font-size: 22px;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}



.banner .text-3{
	/* max-width: 430px; */
	max-width: 560px;
	top:50%;
	left: auto;
	right: 0%;
	text-align: right;
	color: #fff;
	
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
	background: rgba(211,18,21,0.7);
	padding: 40px 2%;
	border-radius: 10px;
}

.banner .text-3 h1 {
	display: inline-block;
	float: right;
	line-height: 60px;
	font-size: 48px;
	padding: 15px 0 12px 0;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.banner .text-3 h2 {
	float: left;
	width: 100%;
	clear: both;
	line-height: 36px;
	margin-top: 29px;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}


.banner .text-4{
	max-width: 650px;
	top:50%;
	left: auto;
	/* right: 14%; */
	right: 0%;
	text-align: right;
	color: #fff;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
	
	background: rgba(211,18,21,0.7);
	padding: 40px 2%;
	border-radius: 10px;
}


.banner .text-4 h3 {
	float: left;
	width: 100%;
	clear: both;
	line-height: 60px;
	margin-bottom: 22px;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
}
.banner .text-4 h1 {
	display: inline-block;
	line-height: 40px;
	font-size: 30px;
	padding: 15px 22px 12px 22px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	font-weight: 300;
}

.banner .text-4 h2 {
	float: left;
	width: 100%;
	clear: both;
	line-height: 36px;
	margin-top: 19px;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}







.banner .slick-current .text-1 h1,
.banner .slick-current .text-1 h2,
.banner .slick-current .text-1 h3,
.banner .slick-current .text-1 h4,
.banner .slick-current .text-1 p {
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
}

.banner .slick-current .text-2 h1,
.banner .slick-current .text-2 h2,
.banner .slick-current .text-2 h3,
.banner .slick-current .text-2 h4,
.banner .slick-current .text-2 p {
	-webkit-animation: fadeIn 1s 0s ease both;
	animation: fadeIn 1s 0s ease both;
}

.banner .slick-current .text-3 h1,
.banner .slick-current .text-3 h2,
.banner .slick-current .text-3 h3,
.banner .slick-current .text-3 h4,
.banner .slick-current .text-3 p {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 0.6s 0s ease both;
}

.banner .slick-current .text-4 h1,
.banner .slick-current .text-4 h2,
.banner .slick-current .text-4 h3,
.banner .slick-current .text-4 h4,
.banner .slick-current .text-4 p {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}

.banner .slick-current .text-5 h1,
.banner .slick-current .text-5 h2,
.banner .slick-current .text-5 h3,
.banner .slick-current .text-5 h4,
.banner .slick-current .text-5 p {
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
}
@media (max-width: 1680px) {
	.banner .img-box{
		padding-bottom: 62.5%;
	}
}
@media (max-width: 1366px) {
	.banner .img-box{
		padding-bottom: 56.22254758418741%;
	}
}

@media (max-width: 1440px) {
	.banner .text-1 h1 {
	    line-height: 48px;
	    font-size: 30px;
	}
	.banner .text-1 h2 {
	    line-height: 30px;
	    font-size: 16px;
	}
	.banner .text-1 h3 {
	    line-height: 26px;
	    margin-top: 15px;
	    font-size: 13px;
	    margin-top: 2px;
	}
	
	.banner .text-2 {
		max-width: 500px;
		right: 5%;
	}
	.banner .text-2 h1 {
		line-height: 48px;
		font-size: 36px;
		padding: 15px 0 12px 0;
	}
	.banner .text-2 h2 {
		line-height: 32px;
		margin-top: 15px;
		font-size: 16px;
	}
	
	
	.banner .text-3{
		max-width: 420px;
		/* top:31.25%; */
		left: auto;
		/* right: 5%; */
		text-align: right;
		color: #fff;
		
	}
	
	.banner .text-3 h1 {
		line-height: 48px;
		font-size: 36px;
		padding: 15px 0 12px 0;
	}
	
	.banner .text-3 h2 {
		line-height: 32px;
		margin-top: 15px;
		font-size: 16px;
	}
	
	
	
	.banner .text-4{
		max-width: 600px;
		/* right: 5%; */
	}
	.banner .text-4 h3 {
		line-height: 48px;
		margin-bottom: 15px;
		font-size: 36px;
	}
	.banner .text-4 h1 {
		line-height: 32px;
		font-size: 24px;
		padding: 15px 15px 12px 15px;
	}
	
	.banner .text-4 h2 {
		line-height: 32px;
		margin-top: 15px;
		font-size: 16px;
	}
	
	
	
}

@media (max-width: 1199px) {
	
	.banner .text{
		top: 28%;
	}
	.banner .text-1{
		width: 600px;
	}
	.banner .text-1 h1 {
		line-height: 30px;
		font-size: 20px;
	}
	.banner .text-1 h2 {
	    line-height: 26px;
	    font-size: 15px;
	}
	.banner .text-1 h3 {
	    line-height: 24px;
	    margin-top: 10px;
	    font-size: 12px;
	    margin-top: 0px;
		color: #d31215;
	}
	
	.banner .text-2{
		top: 50%;
	}
	
	.banner .text-2 h1 {
		line-height: 36px;
		font-size: 24px;
		padding: 5px 0 2px 0;
	}
	.banner .text-2 h2 {
		line-height: 26px;
		margin-top: 5px;
		font-size: 16px;
	}
	
	.banner .text-3{
		/* right: 5%; */
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.banner .text-3 h1 {
		line-height: 36px;
		font-size: 24px;
		padding: 5px 0 2px 0;
	}
	
	.banner .text-3 h2 {
		line-height: 26px;
		margin-top: 5px;
		font-size: 16px;
	}
	
	
	.banner .text-4{
		top: 50%;
	}
	
	.banner .text-4 h3 {
		line-height: 36px;
		margin-bottom: 10px;
		font-size: 32px;
	}
	.banner .text-4 h1 {
		line-height: 36px;
		font-size: 24px;
		padding: 5px 10px 2px 10px;
	}
	
	.banner .text-4 h2 {
		line-height: 26px;
		margin-top: 5px;
		font-size: 16px;
	}
	
	
	.banner .slick-dots li{
		margin-right: 15px;
	}
	.banner .slick-dots li button{
		font-size: 30px;
	}
	.banner .slick-dots li.slick-active button{
		font-size: 38px;
	}
	.banner .pc{
		display: none;
	}
	.banner .phone{
		display: block;
	}
}

@media (max-width: 991px) {
	.banner .text-1{
		padding-left: 30px;
		width: 580px;
		top:20%;
	}
	.banner .slick-dots{
		left: 30px;
	}
	.banner .text-4{
		max-width: 420px;
	}
	.banner .text-4 h3{
		line-height: 36px;
		font-size: 24px;
	}
	.banner .text-4 h1 {
	    line-height: 32px;
	    font-size: 20px;
	    padding: 0px 0px 0px 0px;
	}
}
@media (max-width: 767px) {
	.banner .text-1{
		width: 100%;
		padding: 0 3%;
	}
	.banner .slick-dots li{
		margin-right: 10px;
	}
	
	.banner .img-box {
		padding-bottom: 80%;
	}
	
}

/*首页*/

/*内页banner + 内页导航*/
.banner-in {
	width: 100%;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.banner.banner-in .text {
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	padding: 0px 0px 0px 60px;
}

@media (max-width: 1024px) {
	.banner-in {
		margin-top: 74px;
	}
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	
	.banner-in{
		margin-top: 60px;
	}
	.banner-in .slickbanner {
		width: 200%;
		max-width: 200%;
		margin-left: -50%;
	}
}

.banner-in .slick-current img {
	-webkit-animation: fadeIn 0s 0s ease both;
	animation: fadeIn 0s 0s ease both;
}

.banner-in .img-box {
	padding-bottom: 31.52916447714136%;
	
}

/* .banner-in.banner-in-1 .img-box {
	padding-bottom: 36.45833333333333%;
} */
/* .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
} */
.banner-in .text-in {
	position: absolute;
	/* top: 50%; */
	top: 39.16666666666667%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;

}
.banner-in.banner-in-1{
	margin-top: 74px;
}
.banner-in.banner-in-1 .img-box {
    padding-bottom: 27.58801891749869%;
}
.banner-in.banner-in-1 .text-in{
	 top: 32.38095238095238%;
}

.banner-in .text-in h1 {
	font-size: 48px;
	line-height: 82px;
	font-weight: bold;
}

.banner-in .text-in h2 {
	display: none;
	font-size: 24px;
	line-height: 36px;
}


@media (max-width: 1440px) {
	.banner-in .text-in h1 {
		font-size: 28px;
		line-height: 48px;
	}
	.banner-in .text-in h2 {
	    font-size: 20px;
	    line-height: 28px;
	}
}

@media (max-width: 1199px) {
	.banner-in .text-in{
		width: 100%;
		text-align: center;
	}
	
	
	.banner-in .text-in .banner-txt-1 h1 {
	    font-size: 26px;
	    line-height: 42px;
	}
	.banner-in .text-in .banner-txt-1 h2 {
	    font-size: 16px;
	    line-height: 28px;
	}
	.banner-in .text .relative-1 {
		padding-left: 0%;
	}
	
}

@media (max-width: 991px) {
	.banner-in .text-in h1 {
	    font-size: 22px;
	    line-height: 36px;
	}
	.banner-in .text-in h2 {
	    font-size: 18px;
	    line-height: 24px;
	}
	
	.banner.banner-in .text {
	    padding: 0px 3% 0px 3%;
	}
	

	/* .banner-in .text-in p
    {
        font-size: 22px;
    } */
	.banner .text-1 p a {
		width: 120px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}

	.banner .text-2 h1 {
		line-height: 36px;
		font-size: 24px;
	}

	.banner .text-2 h2 {
		line-height: 28px;
		font-size: 14px;
	}

	.banner .text-2 h3 div {
		text-shadow: 0px 1px 0px #000;
		font-size: 18px;
	}

	.banner .text-2 p a {
		width: 120px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}

	.banner .text-3 h1 {
		line-height: 36px;
		font-size: 24px;
	}

	.banner .text-3 h1 span {
		font-size: 106px;
	}

	.banner .text-3 h2 {
		line-height: 28px;
		font-size: 14px;
	}
	
	.banner-in .text .relative-1 {
		padding-left: 0%;
	}
}

@media (max-width: 767px) {
	.banner-in .text .relative-1 {
		padding-left: 0%;
	}
	.banner-in .text-in{
		width: 50%;
		left: 25%;
		
	}
	.banner-in.banner-in-1{
		margin-top: 60px;
	}
	
	.banner-in .text-in .banner-txt-1 h1 {
		font-size: 18px;
		line-height: 28px;
	}
	.banner-in .text-in p {
		font-size: 16px;
	}
	.banner .text{
		display: none;
	}
	.banner .text-1{
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.banner .text-1 h1 {
		line-height: 20px;
		font-size: 16px;
	}

	.banner .text-1 h2 {
		line-height: 18px;
		font-size: 12px;
		margin-top: 5px;
	}

	.banner .text-1 h3 {
		display: none;
		line-height: 18px;
		margin-top: 5px;
		font-size: 12px;
	}

	.banner .text-1 h3 div {
		font-size: 14px;
		padding-left: 28px;
	}

	.banner .text-1 p {
		line-height: 30px;
		margin-top: 10px;
	}

	.banner .text-1 p a {
		width: 100px;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
	}

	.banner .text-1 h3 div.div1 {
		background-size: 20px 20px;
	}

	.banner .text-1 h3 div.div2 {
		background-size: 20px 20px;
	}

	.banner .text-1 h3 div.div3 {
		background-size: 20px 20px;
	}

	.banner .text-2 h1 {
		line-height: 24px;
		font-size: 18px;
	}

	.banner .text-2 h2 {
		line-height: 20px;
		font-size: 16px;
	}

	.banner .text-2 h3 {
		margin-top: 10px;
		height: 36px;
	}

	.banner .text-2 h3 div {
		font-size: 14px;
		padding: 0 15px;
		line-height: 36px;
	}

	.banner .text-2 p {
		line-height: 36px;
		margin-top: 20px;
	}

	.banner .text-2 p a {
		width: 100px;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
	}

	.banner .text-3 h1 {
		font-size: 16px;
	}

	.banner .text-3 h1 span {
		font-size: 56px;
	}

	.banner .text-3 h2 {
		font-size: 18px;
		line-height: 36px;
	}
	.banner .slick-dots{
		left: 3%;
		bottom: 0px;
	}
	.banner .slick-dots li{
		line-height: 20px;
	}
	.banner .slick-dots li button {
	    font-size: 16px;
	}
	.banner .slick-dots li.slick-active button {
	    font-size: 20px;
	}
	
	
	.banner-in .text-in h1 {
	    font-size: 18px;
	    line-height: 28px;
	}
	.banner-in .text-in h2 {
	    font-size: 14px;
	    line-height: 20px;
	}
	
}

/*内页banner end*/


/*标题*/
.title{
	float: left;
	width: 100%;
	line-height: 36px;
	text-align: center;
	color: #fff;
}
.title .title-h2{
	float: left;
	width: 100%;
	font-size: 32px;
	font-weight: bold;
}
.title .title-p{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #fdb4b5;
	margin-top: 10px;
}
@media (max-width: 1199px){
	.title .title-h2{
		font-size: 24px;
	}
}
@media (max-width: 767px){
	
	.title{
		line-height: 20px;
	} 
	.title .title-h2 {
	    font-size: 18px;
	}
	.title .title-p {
	    font-size: 14px;
	    margin-top: 15px;
	}
}

/*首页关于k&#35910;&#38065;&#21253;*/
.bg-b93336{
	background: #b93336 url(../image/bg-11.png) top center no-repeat;
	
}
.i-about{
	float: left;
	width: 100%;
	padding: 132px 13% 72px 13%;
}
.i-about .i-about-textVideo{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 35px;
	border: 3px solid #cb4245;
}

.i-about .i-about-textVideo .i-about-text{
	float: left;
	width: 51.5%;
	padding: 35px 20px 38px 20px;
	line-height: 36px;
	color: #fff;
}
.i-about .i-about-textVideo .i-about-text .i-about-text-h1{
	float: left;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
}
.i-about .i-about-textVideo .i-about-text .i-about-text-p{
	float: left;
	width: 100%;
	margin-top: 12px;
	height: 144px;
	overflow: hidden;
}
.i-about .i-about-textVideo .i-about-text .i-about-text-link{
	float: left;
	width: 100%;
	margin-top: 19px;
}
.i-about .i-about-textVideo .i-about-text .i-about-text-link a{
	float: left;
	width: 173px;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	color: #666;
	background: #fff;
	text-align: center;
}
.i-about .i-about-textVideo .i-about-text .i-about-text-link a:hover{
	opacity: 0.9;
}
/*视频*/
.i-about-textVideo .video
{
	float: right;
    position: relative;
    overflow: hidden;
    width: 48.5%;
    height: 342px;
}

.i-about-textVideo .video .img-box
{
	width: 100%;
	height: 100%;
    z-index: 0;
	position: relative;
	padding-bottom: 49.56521739130435%;
    background-color: rgba(0,0,0,0);
	
}
.i-about-textVideo .video .img-box .black{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 99;
	-webkit-transition: all 1s ease;
	        transition: all 1s ease;
}
.i-about-textVideo .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;

}
.i-about-textVideo .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}



.i-about-textVideo .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
	position: relative;
	z-index: 1;
}
.i-about-textVideo .video .play
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 54px;
    margin-bottom: 100%;

    -webkit-transition: all .0s;
            transition: all .0s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
    background: url(../image/video-play1.png) center no-repeat;
}


.i-about-textVideo .video .play:before
{
    font-family: 'iconfont';
    font-size: 60px;
    font-weight: normal;
    line-height: 1;

    display: block;

    /*content: '\e67f';*/
   width: 63px;
   height: 63px;
    
}
.i-about-textVideo .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    /* opacity: .95; */
}
.i-about-textVideo .video:hover .img-box .black{
	background-color: rgba(0,0,0,0);
}

.i-about-1{
	float: left;
	width: 100%;
}
.i-about-1 ul{
	float: left;
	width: 100%;
}
.i-about-1 ul li{
	float: left;
	width: 25%;
	text-align: center;
	padding: 73px 0 76px 0;
	border-right: 1px solid #e7e5e5;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-about-1 ul li .i-about-1-pic{
	float: left;
	width: 100%;
	height: 83px;
}
.i-about-1 ul li .i-about-1-c{
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin-top: 8px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.i-about-1 ul li .i-about-1-e{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #adadad;
}
.i-about-1 ul li:hover .i-about-1-pic{
	animation: flipInX 1s 0s ease both;
}
.i-about-1 ul li:hover .i-about-1-c{
	color: #fff;
}
.i-about-1 ul li:hover .i-about-1-e{
	color: #fff;
}
.i-about-1 ul li:hover{
	background: #d31215;
}

@media (max-width: 1680px){
	.i-about{
		padding: 181px 10% 104px 10%;
	}
}
@media (max-width: 1600px){
	.i-about{
		padding: 131px 8% 71px 8%;
	}
	.i-about-1 ul li{
		padding: 43px 0 46px 0;
	}
}
@media (max-width: 1440px){
	.i-about{
		padding: 131px 4% 71px 4%;
	}
}
@media (max-width: 1366px){
	.i-about {
		padding: 101px 4% 21px 4%;
	}
	.i-about .i-about-textVideo{
		margin-top: 15px;
	}
	.i-about-1 ul li {
		padding: 23px 0 26px 0;
	}
}


@media (max-width: 1199px){
	.i-about .i-about-textVideo .i-about-text{
		width: 100%;
	}
	.i-about-textVideo .video{
		width: 100%;
	}
	.i-about {
	    padding: 80px 4% 60px 4%;
	}
	.i-about .i-about-textVideo .i-about-text .i-about-text-p{
		height: auto;
	}
	.i-about .i-about-textVideo .i-about-text .i-about-text-h1{
		font-size: 20px;
	}
}
@media (max-width: 991px){
	.bg-b93336{
		background: #b93336 url(../image/bg-11.png) top center no-repeat;
	}
	.i-about {
	    padding: 40px 4% 40px 4%;
	}
	.i-about-1 ul li{
		padding: 40px 0 40px 0;
	}
	.i-about-1 ul li .i-about-1-pic img{
		width: 80px;
		height: 80px;
	}
	.i-about-1 ul li .i-about-1-c{
		font-size: 14px;
		height: 28px;
		line-height: 28px;
		margin-top: 6px;
	}
	.i-about-1 ul li .i-about-1-e{
		font-size: 14px;
		height: 24px;
		line-height: 24px;
	}
}
@media (max-width: 767px){
	.i-about-textVideo .video{
		height: 180px;
	}
	.i-about-textVideo video .play{
		height: 40px;
		background-size: auto 40px;
	}
	.i-about {
	    padding: 20px 3% 20px 3%;
	}
	.i-about-1 ul li{
		width: 50%;
		padding: 20px 0 20px 0;
		border-bottom: 1px solid #e7e5e5;
	}
	.i-about-1 ul li:nth-child(2n){
		border-right: 0;
	}
	.i-about .i-about-textVideo{
		margin-top: 15px;
		border: 2px solid #cb4245;
	}
	.i-about .i-about-textVideo .i-about-text {
	    
	    padding: 10px 10px 10px 10px;
	    line-height: 28px;
	}
	.i-about .i-about-textVideo .i-about-text .i-about-text-h1{
		font-size: 18px;
	}
	.i-about .i-about-textVideo .i-about-text .i-about-text-p{
		margin-top: 6px;
	}
	.i-about .i-about-textVideo .i-about-text .i-about-text-link{
		margin-top: 10px;
	}
	.i-about .i-about-textVideo .i-about-text .i-about-text-link a {
	    width: 120px;
	    height: 40px;
	    line-height: 40px;
	}
	.i-about-1 ul li:hover .i-about-1-pic{
		animation: none;
	}
	.i-about-1 ul li:hover .i-about-1-c{
		color: #333;
	}
	.i-about-1 ul li:hover .i-about-1-e{
		color: #adadad;
	}
	.i-about-1 ul li:hover{
		background: none;
	}
}

/*首页产品*/
.i-product-1{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
.i-product-1-title{
	position: absolute;
	top: 124px;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	z-index: 9999;
}
.i-product-top_hd {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	color: #fff;
	z-index: 999;
}
.i-product-top_hd ul {
	float: left;
	width: 100%;
	height: 100%;
}
.i-product-top_hd ul li {
	float: left;
	width: 50%;
	height: 100%;
	
	text-align: center;
	color: #333;
	font-size: 20px;
	cursor: pointer;
	position: relative;
	/* border: 1px dashed #898989; */
	/* border-radius: 30px; */
}

.i-product-top_hd ul li a{
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-product-top_hd ul li:nth-child(2n){
	float: right;
}
.i-product-top_hd ul li:hover,
.i-product-top_hd ul li.on{
	background: rgba(211, 18, 21, 0.6);
}

.i-product-top_hd ul li .i-product-1-pic{
	float: left;
	width: 100%;
}
.i-product-top_hd ul li .i-product-1-c{
	float: left;
	width: 100%;
	margin-top: 9px;
	line-height: 36px;
	font-size: 24px;
	color: #fff;
}
.i-product-top_hd ul li .i-product-1-e{
	float: left;
	width: 100%;
	line-height: 29px;
	font-size: 24px;
	padding-bottom: 20px;
	color: #fff;
	position: relative;
}
.i-product-top_hd ul li .i-product-1-text{
	display: none;
	float: left;
	width: 100%;
	margin-top: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	padding: 0 12%;
}
.i-product-top_hd ul li.on .i-product-1-text{
	display: block;
}
.i-product-top_hd ul li .i-product-1-e span{
	opacity: 0.5;
}
.i-product-top_hd ul li .i-product-1-e:after{
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -17px;
	width: 34px;
	height: 4px;
	background: #fff;
	content: "";
	opacity: 1;
}

.i-product-parBd {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.i-product-slideBox {
	float: left;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
}

.i-product-slideBox.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}


.i-product-slideBox ul {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}
.i-product-slideBox ul img{
	width: 100%;
	height: 100%;
}
@media (max-width: 767px){
	.i-product-1-title{
		top:10px;
		font-size: 18px;
		line-height: 36px;
	}
	.i-product-top_hd ul li{
		
	}
	.i-product-slideBox ul img{
	
		width: 100%;
	}
	.i-product-top_hd ul li.on .i-product-1-text{
		display: none;
	}
	.i-product-top_hd ul li .i-product-1-pic img{
		width: 36px;
	}
	.i-product-top_hd ul li .i-product-1-c {
	  
	    margin-top: 4px;
	    line-height: 20px;
	    font-size: 16px;
	}
	.i-product-top_hd ul li .i-product-1-e {
	    line-height: 24px;
	    font-size: 14px;
	    padding-bottom: 5px;
	}
	.i-product-top_hd ul li .i-product-1-e:after {
	    margin-left: -5px;
	    width: 20px;
	    height: 2px;
	}
}

/* 
.i-product-1 > img{
	width: 100%;
}
//之前的首页产品
.i-product-1 .i-product-1-content{
	position: absolute;
	left: 0%;
	top: 0%;
	z-pay: 1;
	width: 100%;
	height: 100%;
	text-align: center;
}
.i-product-1 .i-product-1-content .i-product-1-title{
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-top: 124px;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
}
.i-product-1 .i-product-1-content .i-product-1-list{
	float: left;
	width: 100%;
	margin-top: 230px;
}
.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li{
	float: left;
	width: 50%;
}

.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li .i-product-1-pic{
	float: left;
	width: 100%;
}
.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li .i-product-1-c{
	float: left;
	width: 100%;
	margin-top: 9px;
	line-height: 36px;
	font-size: 24px;
	color: #fff;
}
.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li .i-product-1-e{
	float: left;
	width: 100%;
	line-height: 29px;
	font-size: 24px;
	padding-bottom: 20px;
	color: #fff;
	position: relative;
}
.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li .i-product-1-e span{
	opacity: 0.5;
}
.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li .i-product-1-e:after{
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -17px;
	width: 34px;
	height: 4px;
	background: #fff;
	content: "";
	opacity: 1;
}

.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li:hover .i-product-1-pic{
	animation: flipInX 1s 0s ease both;
}

@media (max-width: 1440px){
	.i-product-1 .i-product-1-content .i-product-1-list{
		margin-top: 150px;
	}
}
@media (max-width: 1199px){
	.i-product-1 .i-product-1-content .i-product-1-title{
		margin-top: 80px;
	}
	.i-product-1 .i-product-1-content .i-product-1-list {
	    margin-top: 100px;
	}
	.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li .i-product-1-pic img{
		width: 60px;
	}
	.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li .i-product-1-c{
		line-height: 30px;
		font-size: 20px;
	}
	.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li .i-product-1-e{
		line-height: 26px;
		font-size: 18px;
	}
	.i-product-1 .i-product-1-content .i-product-1-title{
		font-size: 24px;
	}
}
@media (max-width: 991px){
	.i-product-1 .i-product-1-content .i-product-1-title {
	    margin-top: 60px;
	}
	.i-product-1 .i-product-1-content .i-product-1-list {
	    margin-top: 40px;
	}
	.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li .i-product-1-pic img {
	    width: 40px;
	}
	.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li .i-product-1-c {
	    line-height: 28px;
	    font-size: 18px;
	}
	.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li .i-product-1-e {
	    line-height: 26px;
	    font-size: 14px;
		padding-bottom: 10px;
	}
	.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li .i-product-1-e:after{
		width: 24px;
		height: 2px;
	}
}
@media (max-width: 767px){
	.i-product-1 .i-product-1-content .i-product-1-title {
	    margin-top: 30px;
		height: 20px;
		line-height: 20px;
		font-size: 18px;
	}
	.i-product-1 .i-product-1-content .i-product-1-list{
		margin-top: 20px;
	}
	.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li .i-product-1-pic img{
		width: 30px;
	}
	.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li .i-product-1-c {
	    line-height: 20px;
	    font-size: 16px;
	}
	.i-product-1 .i-product-1-content .i-product-1-list .i-product-1-list-li .i-product-1-e {
	    line-height: 24px;
	    padding-bottom: 5px;
	}
}
之前的首页产品end
 */

/*首页新闻*/
.bg-1{
	background: url(../image/bg-31.jpg) bottom center no-repeat;
}
.i-news-1{
	float: left;
	width: 100%;
	padding: 224px 3.2% 266px 3.2%;
}
.i-news-1 .title .title-h2 {
	color: #333;
}
.i-news-1 .title .title-p {
	color: #848383;
}
.i-news-1 ul{
	float: left;
	width: 100%;
	margin-top: 28px;
}
.i-news-1 ul li{
	float: left;
	width: 24.1%;
	margin-right: 1.2%;
	background: #fff;
}
.i-news-1 ul li:nth-child(4n){
	margin-right: 0%;
}
.i-news-1 ul li .i-news-1-pic{
	float: left;
	width: 100%;
	overflow: hidden;
}
.i-news-1 ul li .i-news-1-pic img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-news-1 ul li .i-news-1-p{
	float: left;
	width: 100%;
	height: 108px;
	padding: 40px 15px 40px 15px;
	line-height: 28px;
}
.i-news-1 ul li .i-news-1-p span{
	display: inline-block;
	width: 80%;
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i-news-1 ul li .i-news-1-p .i-news-1-p-img-1{
	float: right;
}
.i-news-1 ul li:hover .i-news-1-pic img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	
}


@media (max-width: 1680px){
	.bg-1{
		background-size: auto 100%;
	}
	.i-news-1{
		height: 100%;
		padding: 264px 3.2% 266px 3.2%;
	}
}
@media (max-width: 1680px){
	.i-news-1 {
		padding: 204px 3.2% 266px 3.2%;
	}
}
@media (max-width: 1199px){
	
	.i-news-1 {
	    float: left;
	    width: 100%;
	    padding: 80px 3.2% 30px 3.2%;
	}
	.i-news-1 ul li{
		width: 48%;
		margin: 15px 0;
		margin-right: 4%;
	}
	.i-news-1 ul li:nth-child(2n){
		margin-right: 0%;
	}
	.i-news-1 ul li .i-news-1-p {
	   
	    height: 68px;
	    padding: 20px 3% 20px 3%;
	    line-height: 28px;
	}
}	
@media (max-width: 991px){
	.bg-1{
		background: url(../image/bg-31.jpg) top center no-repeat;
		background-size: cover;
	}
	.i-news-1 {
	    padding: 40px 3.2% 20px 3.2%;
	}
}
@media (max-width: 767px){
	.i-news-1 {
	    padding: 20px 3% 20px 3%;
	}
	.i-news-1 ul{
		margin-top: 10px;
	}
	.i-news-1 ul li{
		width: 100%;
		margin-top: 15px;
		margin-right: 0;
		margin-bottom: 0;
	}
}


/*首页产品*/
.bg-2{	
	background: url(../image/bg-4.jpg) top center no-repeat;
}
.i-case-1{
	float: left;
	width: 100%;
	height: 100%;
	padding: 246px 3.2% 236px 3.2%;
}
.i-case-1 .title .title-p{
	color: #fff;
}



.i-case-top_hd {
	float: left;
	width: 100%;
	height: 51px;
	margin-top: 14px;
	text-align: center;

}

.i-case-top_hd ul {
	float: left;
	width: 100%;
	background: #fff;
}

.i-case-top_hd ul li {
	float: left;
	width: 50%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #333;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}



.i-case-parBd {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}

.i-case-slideBox {
	float: left;
	width: 100%;

	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
}

.i-case-slideBox.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}




.i-case-top_hd ul li.on {
	background: #efeded;
}

.i-case-slideBox ul {
	float: left;
	width: 100%;
	min-height: 324px;
}
.i-case-slideBox ul li{
	float: left;
	width: 23.2%;
	margin-right: 2.4%;
}
.i-case-slideBox ul li:nth-child(4n){
	margin-right: 0%;
}

.i-case-slideBox .i-case-pic {
	float: left;
	width: 100%;
	overflow: hidden;
}
.i-case-slideBox .i-case-pic img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-case-slideBox .i-case-p{
	float: left;
	width: 100%;
	line-height: 50px;
	font-size: 14px;
	color:#fff;
	text-align: center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.i-case-slideBox ul li:hover .i-case-pic img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	
}


@media (max-width: 1680px){
	.bg-2{
		background-size: auto 100%;
	}
}

@media (max-width: 1366px){
	.i-case-1 {
		padding: 206px 3.2% 236px 3.2%;
	}
}


@media (max-width: 1199px){
	.i-case-1 {
	    padding: 80px 3.2% 20px 3.2%;
	}
	.i-case-slideBox ul li{
		width: 48%;
		margin-right: 4%;
	}
	.i-case-slideBox ul li:nth-child(2n){
		margin-right: 0%;
	}
}
@media (max-width: 991px){
	.bg-2{
		background: url(../image/bg-4.jpg) top center no-repeat;
		background-size: cover;
	}
	.i-case-1 {
	    padding: 40px 3.2% 20px 3.2%;
	}
}

@media (max-width: 767px){
	.i-case-top_hd ul li {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.i-case-parBd{
		margin-top: 0;
	}
	.i-case-slideBox ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
	}
	.i-case-slideBox .i-case-p{
		height: 36px;
		line-height: 36px;
	}
}

/*内页导航*/
.nav-top{
	float: left;
	width: 100%;
	height: 70px;
	padding: 0 60px;
	border-bottom: 1px solid #e6e6e6;
}
.nav-top .address{
	float: right;
	line-height: 70px;
	color: #a8a7a7;
	font-size: 14px;
}
.nav-top .address a{
	color: #a8a7a7;
}
.nav-top .address span{
	padding: 0 6px;
}
.nav-top .address img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 8px;
}
.nav-top .address a:hover,
.nav-top .address a.hover{
	color: #ed1c24;
}



.wrap-sidenav{
	float: left;
	width: 100%;
}
.wrap-sidenav .sidenav
{
    position: relative;
	float: left;
	width: 80%;
	height: 70px;
	overflow: hidden;
}
.wrap-sidenav .sidenav ul
{
    font-size: 0;
    position: relative;
    position: absolute;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.wrap-sidenav .sidenav ul li
{
	display: inline-block;
	border-left: 1px solid #e6e6e6;
}
.wrap-sidenav .sidenav ul li:last-child{
	border-right: 1px solid #e6e6e6;
}
.wrap-sidenav .sidenav ul li a
{
    position: relative;
    display: block;
    height: 70px;
	line-height: 70px;
    padding: 0 38px;
	
	
	font-size: 20px;
	color: #333;
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a{
	color: #fff;
	background: #ed1b24;
}



@media (max-width: 1366px) {
	.wrap-sidenav .sidenav ul li a{
		padding: 0 20px;
		font-size: 16px;
	}
	.wrap-sidenav .sidenav{
		width: 78%;
	}
}	
@media (max-width: 1199px) {
	
	.nav-top{
		height: 48px;
	}
	.wrap-sidenav .sidenav{
		width: 72%;
		height: 48px;
	}
	.wrap-sidenav .sidenav ul{
		text-align: left;
	}
	.wrap-sidenav .sidenav ul li a {
	    height: 48px;
	    line-height: 48px;
	    padding: 0 20px;
	    font-size: 16px;
	}
	.nav-top .address{
		height: 48px;
		line-height: 48px;
	}
}
@media (max-width: 991px) {
	.nav-top{
		padding: 0 3%;
	}
	.wrap-sidenav .sidenav{
		width: 100%;
	}
	.nav-top .address{
		display: none;
	}
}
@media (max-width: 767px) {	
	.wrap-sidenav .sidenav ul li a{
		 padding: 0 20px;
		 font-size: 16px;
	}
}


.case{
	float: left;
	width: 100%;
	padding: 17px 60px 55px 60px;
}
.case h1{
	float: left;
	width: 100%;
	line-height: 42px;
	font-size: 26px;
	color: #333;
}
.case p{
	float: left;
	width: 100%;
	line-height: 32px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #666;
}

.case .slider-for{
	float: left;
	width: 75.1%;
}

.case .img-box
{
    padding-bottom: 75%;
}
.case .slider-nav
{
	float: right;
	width: 21.4%;
	
    padding: 50px 0px 50px 0px;
}

.case .slider-nav button{
	width: 57px;
	height: 31px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,-0%);
	-moz-transform: translate(-50%,-0%);
	-ms-transform: translate(-50%,-0%);
	transform: translate(-50%,-0%);
}
.case .slider-nav button.slick-prev{
	background: url("../image/up.png") no-repeat;
	background-size: 100% 100%;
	top: 8px;
}
.case .slider-nav button.slick-prev:hover{
	background: url("../image/up-hover.png") no-repeat;
	background-size: 100% 100%;
}
.case .slider-nav button.slick-next{
	background: url("../image/down.png") no-repeat;
	background-size: 100% 100%;
	bottom: 8px;
}
.case .slider-nav button.slick-next:hover{
	background: url("../image/down-hover.png") no-repeat;
	background-size: 100% 100%;
}
.case .slider-nav .slick-slide
{
    padding: 6px 0px;
}
.case .slider-nav .slick-slide.slick-current img{
	border: 2px solid #d31215;
}

.case .slider-nav .item .img-box
{
    opacity: .9;
}
.case .slider-nav .item .img-box img
{
    /*-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;*/
           /*灰色*/
}
.case .slider-nav .slick-current .item .img-box
{
    opacity: 1;
}
.case .slider-nav .slick-current .item .img-box img
{
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
         -o-filter: grayscale(0%);
            filter: grayscale(0%);
}
.case .case-link{
	float: left;
	width: 75.1%;
	margin-top: 45px;
}
.case .case-link a{
	float: left;
	width: 48%;
	padding: 0 12px;
	font-size: 14px;
	line-height: 60px;
	color: #333;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	background: #fff;
}
.case .case-link a span{
	display: inline-block;
	max-width: 80%;
	height: 58px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: top;
}
.case .case-link a:hover{
	background: #d31215;
	color: #fff;
}
.case .case-link a:last-child{
	float: right;
}

@media (max-width: 1366px){
	.case .slider-nav button {
	    width: 36px;
	    height: 20px;
	}
	.case .slider-nav {
	    padding: 30px 0px 30px 0px;
	}
	.case .slider-nav button.slick-prev{
		top: 0;
	}
	.case .slider-nav button.slick-next{
		bottom: 0;
	}
}
@media (max-width: 1199px) {
	.case h1{
		font-size: 20px;
	}
}
@media (max-width: 991px)
{
	.case{
		margin-top: 10px;
		    padding: 17px 3% 55px 3%;
	}
    .case .slider-nav .slick-slide
    {
        padding: 0 3px;
    }
	.case .case-link{
		margin-top: 10px;
	}
	.case .case-link a {
	  
	    width: 49%;
	    padding: 0 10px;
	    line-height: 42px;
	}
	.case .case-link a span{
		height: 42px;
	}
	.case .slider-nav button {
	    width: 28px;
	    height: 16px;
	}
	.case .slider-nav {
	    padding: 24px 0px 24px 0px;
	}
}
@media (max-width: 767px){
	.case {
	    padding: 10px 3% 20px 3%;
	}
	.case h1{
		font-size: 18px;
	}
	.case .slider-nav button
	{
		top: 50%;
		-webkit-transform: translate(-0%,-50%) rotate(-90deg);
		-moz-transform: translate(-0%,-50%) rotate(-90deg);
		-ms-transform: translate(-0%,-50%) rotate(-90deg);
		transform: translate(-0%,-50%) rotate(-90deg);
		width: 20px;    
		height: 12px;
	}
	.case .slider-nav button.slick-prev{
		left: -10px;
		top: 50%;
		
	}
	.case .slider-nav button.slick-next{
		left: auto;
		right: -10px;
	}
	.case p {
	   
	    line-height: 26px;
	  
	}
	.case .slider-for{
		width: 100%;
	}
	.case .slider-nav{
		width: 100%;
		padding: 10px 3%;
	}
	.case .case-link{
		width: 100%;
		margin-top: 0;
	}
	.case .case-link a{
		width: 100%;
		margin: 5px 0;
	}
}

/*案例介绍end*/

/*报修服务*/
.repair{
	float: left;
	width: 100%;
	margin: 43px 0 21px 0px;
	padding: 0 60px 0 60px;
}
.repair .repair-1{
	float: left;
	width: 100%;
	padding-left: 17px;
	border: 1px solid #e5e5e5;
	position: relative;
}
.i-repair-top_hd {
	
	position: absolute;
	left: 36px;
	top: 30px;
	z-index: 999;
}
.i-repair-top_hd p{
	float: left;
	width: 100%;
	line-height: 36px;
	margin-bottom: 14px;
	font-size: 20px;
	color: #333;
}
.i-repair-top_hd ul {
	float: left;
	width: 100%;

}
.i-repair-top_hd ul li {
	float: left;
	width: 100%;
	color: #333;
	font-size: 16px;
	line-height: 36px;
	cursor: pointer;
	position: relative;
}
.i-repair-top_hd ul li.on {
	color: #ed1b24;
}


.i-repair-parBd {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}

.i-repair-slideBox {
	float: left;
	width: 100%;

	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
}

.i-repair-slideBox.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}


.i-re-sl-left{
	float: left;
	width: 21.3%;
	margin-top: 23.6%;
	border-top: 1px solid #e5e5e5;
	padding-top: 55px;
}
.i-re-sl-left .i-re-sl-le-p{
	float: left;
	width: 100%;
	line-height: 28px;
	font-size: 20px;
	font-weight: bold;
}
.i-re-sl-left .i-re-sl-le-n{
	font-family: "Arial Black";
	float: left;
	width: 100%;
	line-height: 40px;
	margin-top: 18px;
	font-size: 36px;
	font-weight: bold;
}
.i-re-sl-right{
	float: left;
	width: 78.7%;
	padding: 22px;
	border-left: 1px solid #e5e5e5;
}
.i-re-sl-right img{
	width: 100%;
}

.i-repair-slideBox ul {
	float: left;
	width: 100%;
}
@media (max-width: 1440px){
	.i-re-sl-left {
	    padding-top: 40px;
	}
	.i-re-sl-left .i-re-sl-le-p{
		
		line-height: 24px;
		font-size: 18px;
		
	}
	.i-re-sl-left .i-re-sl-le-n{
		
		line-height: 32px;
		margin-top: 10px;
		font-size: 28px;
		
	}
}
@media (max-width: 1199px){
	.i-repair-top_hd{
		float: left;
		width: 100%;
		position: inherit;
		left: auto;
		top: auto;
	}
	.repair .repair-1{
		padding: 20px;
	}
	.i-repair-top_hd ul li{
		width: 20%;
		text-align: center;
	}
	.i-repair-top_hd p{
		text-align: center;
	}
	.i-re-sl-left{
		width: 100%;
		padding-top: 20px;
		margin-top: 20px;
		text-align: center;
	}
	.i-re-sl-right{
		width: 100%;
		border: 0;
		padding: 0;
		margin-top: 20px;
	}
	
}

@media (max-width: 991px){
	.repair {
	   
	    margin: 20px 0 20px 0px;
	    padding: 0 3% 0 3%;
	}
}

@media (max-width: 767px){
	.repair .repair-1 {
	    padding: 10px;
	}
	.i-repair-top_hd ul{
		width: 100%;
		text-align: center;
	}
	.i-repair-top_hd ul li{
		display: inline-block;
		float: none;
		width: 32%;
		line-height: 28px;
		font-size: 14px;
	}
}

/*报修服务end*/

/*产品特色*/
.especially{
	float: left;
	width: 100%;
	height: 234px;
	background: #d4f3f8;
	padding: 0 60px;
}
.especially .esp-list{
	float: left;
	width: 100%;
	margin-top: -384px;
}
.especially .esp-list .esp-li{
	float: left;
	width: 25%;
	height: 282px;
}
.especially .esp-list .esp-li.div-1{
	background: rgba(255,188,0,0.9);
}
.especially .esp-list .esp-li.div-2{
	background: #fff;
}
.especially .esp-list .esp-li.div-3{
	background: rgba(77,194,163,0.9);
}
.especially .esp-list .esp-li.div-4{
	background: #fff;
}
.especially .esp-list .esp-li.div-5 img{
	width: 100%;
	height: 100%;
}
.especially .esp-list .esp-li.div-6{
	background: rgba(214,147,0,1);
}

.especially .esp-list .esp-li .esp-li-h1{
	float: left;
	width: 100%;
	line-height: 110px;
	margin-top: 31px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.especially .esp-list .esp-li .esp-li-link{
	float: left;
	width: 100%;
	text-align: center;
}
.especially .esp-list .esp-li .esp-li-link a{
	display: inline-block;
	width: 224px;
	height: 71px;
	padding: 5px;
	background: rgba(255,255,255,0.6);
}
.especially .esp-list .esp-li .esp-li-link a:hover{
	opacity: 0.8;
}
.especially .esp-list .esp-li .esp-li-link a span{
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 61px;
	font-size: 16px;
	color: #ffbc00;
	border:1px solid #fccb40;
}
.especially .esp-list .esp-li.div-3 .esp-li-link a span{
	border:1px solid #77cfb9;
	color: #4dc2a3;
}
.especially .esp-list .esp-li.div-4 .esp-li-h1{
	color: #333;
}
.especially .esp-list .esp-li.div-4 .esp-li-link a{
	background: rgba(234,233,233,0.6);
}
.especially .esp-list .esp-li.div-4 .esp-li-link a span {
    color: #bfbfbf;
    border: 1px solid #d9d9d9;
}

.especially .esp-list .esp-li.div-6 .esp-li-link a span {
    color: #da9e19;
    border: 1px solid #d7ac43;
}

.especially .esp-list .esp-li.div-2{
	
	line-height: 36px;
	padding: 66px 24px 72px 34px;
}
.especially .esp-list .esp-li.div-2 p{
	width: 100%;
	height: 144px;
	overflow: hidden;
}

.especially .esp-list .esp-li.div-7 .esp-li-txt{
	background: #e6e6e6;
	height: 141px;
	padding: 23px 34px 22px 34px;
	color: #333;
}
.especially .esp-list .esp-li.div-7 .esp-li-txt .esp-li-txt-p1{
	line-height: 32px;
	font-size: 14px;
}
.especially .esp-list .esp-li.div-7 .esp-li-txt .esp-li-txt-p2{
	line-height: 38px;
	font-size: 24px;
	font-weight: bold;
}
.especially .esp-list .esp-li.div-7 .esp-li-txt .esp-li-txt-p3{
	line-height: 26px;
	font-size: 14px;
}
.especially .esp-list .esp-li.div-7 .esp-li-ico{
	background: #ed1b24;
	height: 141px;
	line-height: 45px;
	padding-top: 48px;
	padding-left: 36px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.especially .esp-list .esp-li.div-7 .esp-li-ico img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 12px;
	
}

@media (max-width: 1440px) {
	.especially .esp-list{
		margin-top: -240px;
	}
	.especially .esp-list .esp-li{
		height: 200px;
	}
	.especially .esp-list .esp-li .esp-li-h1 {
	    line-height: 80px;
	    margin-top: 20px;
	    font-size: 24px;
	}
	.especially .esp-list .esp-li .esp-li-link a {
	    width: 180px;
	    height: 60px;
	}
	.especially .esp-list .esp-li .esp-li-link a span{
		line-height: 50px;
	}
	.especially .esp-list .esp-li.div-2 {
	    line-height: 30px;
	    padding: 24px 2% 20px 2%;
	}
	.especially .esp-list .esp-li.div-7 .esp-li-txt{
		height: 100px;
	}
	.especially .esp-list .esp-li.div-7 .esp-li-ico{
		height: 100px;
		line-height: 28px;
		padding-top: 36px;
		padding-left: 24px;
		font-size: 24px;
	}
	.especially .esp-list .esp-li.div-7 .esp-li-ico img{
		width: 32px;
	}
	.especially .esp-list .esp-li.div-7 .esp-li-txt {
	    height: 100px;
	    padding: 10px 20px 10px 20px;
	}
	.especially .esp-list .esp-li.div-7 .esp-li-txt .esp-li-txt-p1 {
	    line-height: 24px;
	}
	.especially .esp-list .esp-li.div-7 .esp-li-txt .esp-li-txt-p2 {
	    line-height: 28px;
	    font-size: 18px;
	}
	.especially .esp-list .esp-li.div-7 .esp-li-txt .esp-li-txt-p3 {
	    line-height: 28px;
	}
}
@media (max-width: 1199px) {
	.especially{
		height: auto;
		padding: 0 3%;
		padding-bottom: 50px;
	}
	.especially .esp-list .esp-li{
		width: 50%;
	}
}
@media (max-width: 991px) {
	.especially .esp-list {
		margin-top: -150px;
	}
	.especially .esp-list .esp-li.div-2:nth-child(2){
		background: #e6e6e6;
	}
}
@media (max-width: 767px) {
	.especially .esp-list .esp-li{
		width: 100%;
	}
	.especially .esp-list{
		margin-top: 15px;
	}
	.especially .esp-list .esp-li.div-2:nth-child(2){
		background: #e6e6e6;
	}
	.especially .esp-list .esp-li.div-2:nth-child(4){
		background: #e6e6e6;
	}
	.especially{
		padding-bottom: 15px;
	}
	.especially .esp-list .esp-li.div-2 {
	    line-height: 30px;
	    padding: 24px 4% 20px 4%;
	}
	.especially .esp-list .esp-li.div-2 p{
		height: auto;
	}
	.especially .esp-list .esp-li{
		height: auto;
		padding-bottom: 30px;
	}
	.especially .esp-list .esp-li .esp-li-h1 {
	    line-height: 60px;
	    margin-top: 10px;
	    font-size: 18px;
	}
	.especially .esp-list .esp-li .esp-li-link a {
	    width: 160px;
	    height: 48px;
	}
	.especially .esp-list .esp-li .esp-li-link a span {
	    line-height: 38px;
		font-size: 14px;
	}
	.especially .esp-list .esp-li.div-5{
		padding-bottom: 0;
	}
	.especially .esp-list .esp-li.div-7 .esp-li-txt {
	    height: auto;
	    padding: 20px 4% 20px 4%;
	}
	.especially .esp-list .esp-li.div-7 .esp-li-ico{
		height: auto;
		padding-top: 20px;
		padding-bottom: 14px;
		padding-left: 4%;
		font-size: 16px;
	}
	.especially .esp-list .esp-li.div-7 .esp-li-ico img {
	    width: 26px;
	}
	.especially .esp-list .esp-li.div-7{
		padding-bottom: 0;
	}
}
/*产品特色end*/
/*关于我们*/
.about-1{
	float: left;
	width: 100%;
	padding: 0 60px;
}
.i-about-top_hd {
	float: left;
	width: 100%;
	height: 60px;
	margin-top: 40px;
	text-align: center;

}

.i-about-top_hd ul {
	float: left;
	width: 100%;
	background: #fff;
}

.i-about-top_hd ul li {
	float: left;
	width: 48.7%;
	height: 60px;
	line-height: 58px;
	text-align: center;
	color: #333;
	font-size: 20px;
	cursor: pointer;
	position: relative;
	border: 1px dashed #898989;
	border-radius: 30px;
}
.i-about-top_hd ul li a{
	display: block;
	width: 100%;
}
.i-about-top_hd ul li:nth-child(2n){
	float: right;
}
.i-about-top_hd ul li:hover,
.i-about-top_hd ul li.on{
	background: #ed1c24;
	border: 1px dashed #ed1c24;
	color: #fff;
}



.i-about-parBd {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 22px;
}

.i-about-slideBox {
	float: left;
	width: 100%;

	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
}

.i-about-slideBox.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}






.i-about-slideBox ul {
	float: left;
	width: 100%;
	min-height: 504px;
	padding-right: 567px;
	position: relative;
}
.i-about-slideBox ul .about-text-1{
	float: left;
	width: 100%;
	line-height: 36px;
	padding-right: 20px;
	font-size: 16px;
	color: #666;
	padding-bottom: 50px;
}
.i-about-slideBox ul .about-pic-1{
	float: left;
	width: 567px;
	position: absolute;
	right: 0;
	top: 10px;
}
.i-about-slideBox ul .about-pic-1 img{
	max-width: 100%;
}



.about-2{
	float: left;
	width: 100%;
	padding-left: 67.1%;
	position: relative;
} 

/*视频*/
.about-2 .video
{
	position: absolute;
	left: 0;
	top: 0;
	width: 67.1%;
    height: 490px;
	overflow: hidden;
}

.about-2 .video .img-box
{
	width: 100%;
	height: 100%;
    z-index: 0;
	position: relative;
	padding-bottom: 38.06201550387597%;
    background-color: rgba(0,0,0,0);
	
}
.about-2 .video .img-box .black{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	z-index: 99;
	-webkit-transition: all 1s ease;
	        transition: all 1s ease;
}
.about-2 .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
		width: auto;
}
.about-2 .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}



.about-2 .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.about-2 .video .play
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 168px;
    margin-bottom: 100%;

    -webkit-transition: all .0s;
            transition: all .0s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
    background: url(../image/video-play2.png) center no-repeat;
}
.about-2-video.about-2 .video .play{
	background: url(../image/video-play-1.png) center no-repeat;
}

.about-2 .video .play:before
{
    font-size: 60px;
    font-weight: normal;
    line-height: 1;

    display: block;

   width: 63px;
   height: 63px;
    
}
.about-2 .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    /* opacity: .95; */
}
.about-2 .video:hover .img-box .black{
	background-color: rgba(0,0,0,0);
}

.about-2 .about-2-text{
	float: left;
	width: 100%;
	height: 490px;
	background: #ed1c24 url(../image/bg-12.png) center no-repeat;
	background-size: 100% auto;
	color: #fff;
	padding-left: 65px;
	padding-top: 47px;
	line-height: 36px;
	font-weight: bold;
	font-size: 24px;
}
.about-2 .about-2-text .about-2-title{
	float: left;
	width: 100%;
	font-size: 32px;
	margin-bottom: 41px;
}
.about-2-p{
	float: left;
	width: 100%;
	margin-bottom: 54px;
}

.about-3{
	position: relative;
	float: left;
	width: 100%;
	padding-right: 67.1%;
}
.about-3 .about-3-text{
	float: left;
	width: 100%;
	height: 491px;
	background: #333;
	color: #fff;
	padding: 54px 9.5% 0 9.5%;
}
.about-3 .about-3-text .about-3-p1{
	float: left;
	width: 100%;
	line-height: 55px;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.about-3 .about-3-text .about-3-p1:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background: #fff;
	content: "";
}
.about-3 .about-3-text .about-3-list{
	float: left;
	width: 100%;
	margin-top: 42px;
}
.about-3 .about-3-text .about-3-list ul{
	float: left;
	width: 100%;
}
.about-3 .about-3-text .about-3-list ul li{
	float: left;
	width: 21.7%;
	height: 110px;
	line-height: 108px;
	font-size: 28px;
	margin-right: 4.4%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #717070;
	border-radius: 100%;
}
.about-3 .about-3-text .about-3-list ul li:nth-child(4n){
	margin-right: 0;
}
.about-3 .about-3-text .about-3-p2{
	float: left;
	width: 100%;
	line-height: 36px;
	margin-top: 47px;
	font-size: 36px;
	max-height: 108px;
	overflow: hidden;
	font-weight: bold;
}
.about-3 .about-3-text .about-3-p3{
	float: left;
	width: 100%;
	line-height: 36px;
	margin-top: 47px;
	font-size: 26px;
	max-height: 108px;
	overflow: hidden;
	
}
.about-3 .about-3-pic{
	position: absolute;
	right: 0;
	top: 0;
	width: 67.1%;
	overflow: hidden;
	
}
.about-3 .about-3-pic img{
	-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s; 
		-o-transition: all 0.3s ease-out 0s; 
		transition: all 0.3s ease-out 0s;
}
.about-3:hover .about-3-pic img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}




	

.about-4{
	float: left;
	width: 100%;
	padding: 40px 60px 85px 60px;
}
.about-4 .about-4-title{
	float: left;
	width: 100%;
	line-height: 71px;
	font-size: 36px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.about-4 ul{
	float: left;
	width: 100%;
	overflow: hidden;
}
.about-4 ul li{
	float: left;
	width: 24.1%;
	margin-right: 1.2%;
	margin-top: 20px;
	padding: 10px;
	background: #f2f2f2;
	overflow: hidden;
}
.about-4 ul li span{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.about-4 ul li img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s; 
		-o-transition: all 0.3s ease-out 0s; 
		transition: all 0.3s ease-out 0s;
}
.about-4 ul li:hover img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	
}
.about-4 ul li:nth-child(4n){
	margin-right: 0%;
}

@media (max-width: 1680px) {
	.about-2{
		padding-left: 63%;
	}
	.about-2 .video{
		width: 63%;
	}
	.about-3{
		padding-right: 63%;
	}
	.about-3 .about-3-pic{
		width: 63%;
	}
	
}
@media (max-width: 1600px) {
	.about-2{
		padding-left: 61%;
	}
	.about-2 .video{
		width: 61%;
	}
	.about-3{
		padding-right: 61%;
	}
	.about-3 .about-3-pic{
		width: 61%;
	}
}
@media (max-width: 1440px) {
	.about-2{
		padding-left: 56%;
	}
	.about-2 .video{
		width: 56%;
	}
	.about-3{
		padding-right: 56%;
	}
	.about-3 .about-3-pic{
		width: 56%;
	}
}
@media (max-width: 1366px) {
	.about-3 .about-3-text .about-3-list ul li{
		height: 105px;
		line-height: 103px;
	}
}
@media (max-width: 1199px) {
	.i-about-slideBox ul{
		padding-right: 0;
	}
	.i-about-slideBox ul .about-text-1{
		padding-right: 0;
	}
	.i-about-slideBox ul .about-pic-1{
		position: inherit;
		right: auto;
		top: auto;
		width: 100%;
		text-align: center;
		padding-bottom: 25px;
	}
	.about-2{
		padding-left: 0%;
	}
	.about-2 .video{
		width: 0%;
	}
	.about-3{
		padding-right: 0%;
	}
	.about-3 .about-3-pic{
		width: 0%;
	}
	.about-4 ul li{
		width: 48%;
		margin-right: 4%;
	}
	.about-4 ul li:nth-child(2n){
		margin-right: 0%;
	}
	.about-3 .about-3-text .about-3-list ul li {
	    height: 179px;
	    line-height: 177px;
	}
}
@media (max-width: 991px) {
	.i-about-slideBox ul .about-text-1{
		padding-bottom: 20px;
	}
	.about-1 {
	   
	    padding: 0 3%;
	}
	.about-2 .about-2-text {
	    height: auto;
		padding: 40px 3% 0px 3%;
	}
	.about-3 .about-3-text {
	   
	    height: auto;
	    padding: 40px 3% 40px 3%;
	}
	.about-3 .about-3-text .about-3-list ul li {
	    height: 156px;
	    line-height: 154px;
	}
	.about-4 {
	   
	    padding: 20px 3% 20px 3%;
	}
}
@media (max-width: 767px) {
	.i-about-top_hd{
		height: 38px;
		margin-top: 10px;
	}
	.i-about-top_hd ul li {
	    height: 38px;
	    line-height: 36px;
	    font-size: 16px;
	}
	.i-about-parBd {
	    margin-top: 10px;
	}
	.i-about-slideBox ul .about-text-1 {
	    line-height: 24px;
	    font-size: 14px;
	}
	.about-2 .about-2-text {
	    padding: 40px 3% 20px 3%;
	}
	.about-2 .about-2-text {
	    line-height: 24px;
	    font-size: 14px;
	}
	.about-2-p{
		margin-bottom: 20px;
	}
	.about-2 .about-2-text .about-2-title {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.about-3 .about-3-text .about-3-p1 {
	   
	    line-height: 40px;
	    font-size: 18px;
	   
	}
	.about-3 .about-3-text .about-3-p1:after{
		width: 50px;
	}
	.about-3 .about-3-text {
	    padding: 20px 3% 20px 3%;
	}
	.about-3 .about-3-text .about-3-list{
		margin-top: 20px;
	}
	.about-3 .about-3-text .about-3-list ul li {
	    height: 76px;
	    line-height: 74px;
	    font-size: 16px;
	}
	.about-3 .about-3-text .about-3-p2 {
	  
	    line-height: 32px;
	    margin-top: 20px;
	    font-size: 18px;
	    max-height: none;
	    
	}
	.about-4{
		padding: 20px 3% 0 3%;
	}
	.about-4 .about-4-title {
	    
	    line-height: 38px;
	    font-size: 18px;
	   
	}
	.about-4 > ul > li{
		width: 100%;
		margin-right: 0%;
		margin-top: 20px;
		padding: 10px;
		overflow: hidden;
	}
	
	.about-4 .slick-dots{
		
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.about-4 .slick-dots li {
		display: inline-block;
		float: none;
		width: 8px;
		height: 8px;
		margin: 0 2px;
		padding: 0;
		background: #ccc;
		border-radius: 100%;
	}
	.about-4 .slick-dots li.slick-active{
		background: #e60012;
	}
	.about-4 li button{
		display: none;
	}
}

/*关于我们end*/

/*人才招聘*/
.job{
	float: left;
	width: 100%;
	padding: 15px 60px 20px 60px;
}
.job .job-content{
	float: left;
	width: 100%;
	background: #fff;
}
.job .job-content .job-left{
	float: left;
	width: 78.7%;
	background: #f8f7f7;
	padding: 16px 16px 30px 16px;
}
.job .job-content .job-left .job-left-1{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 691px;
}
.job .job-content .job-left .job-left-1-pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 691px;
}
.job .job-content .job-left .job-left-1-pic img{
	width: 100%;
}
.job .job-content .job-left .job-left-1-text{
	float: left;
	width: 100%;
	background: #fff;
	padding: 36px 33px 30px 33px;
	line-height: 36px;
	font-size: 14px;
	color: #666;
}
.job .job-content .job-left .job-left-1-text h1{
	float: left;
	width: 100%;
	font-size: 24px;
	color: #333;
	margin-bottom: 31px;
	font-weight: bold;
}
.job .job-content .job-left .job-left-1-text .job-left-1-text-p{
	float: left;
	width: 100%;
	max-height: 144px;
	overflow: hidden;
}



.job .job-content .job-left .job-left-2{
	float: left;
	width: 100%;
	margin-top: 11px;
	padding: 13px 13px 15px 20px;
	background: #ed1b24;
	border-top: 5px solid #535252;
	/* display: none; */
}
.job .job-content .job-left .job-left-2 span{
	float: left;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.job .job-content .job-left .job-left-2 .job-seach{
	float: right;
	width: 302px;
	height: 48px;
	background: #fff;
	padding: 11px 10px 11px 10px;
}
.job .job-content .job-left .job-left-2 .job-seach .job-seach-input-1{
	float: left;
	width: 247px;
	height: 26px;
	font-size: 14px;
	padding-right: 10px;
}
.job .job-content .job-left .job-left-2 .job-seach .job-seach-input-2{
	float: left;
	width: 35px;
	height: 26px;
	border-left: 1px solid #d5d5d5;
	background: url(../image/ico-12.png) right center no-repeat;
}
.job .job-content .job-left .job-left-3{
	float: left;
	width: 100%;
	/* display: none; */
}
.job .job-content .job-left .job-left-3 .job-div{
	float: left;
}
.job .job-content .job-left .job-left-3 .job-div-1{
	width: 23.8%;
}
.job .job-content .job-left .job-left-3 .job-div-2{
	width: 23.8%;
}
.job .job-content .job-left .job-left-3 .job-div-3{
	width: 23.8%;
}
.job .job-content .job-left .job-left-3 .job-div-4{
	width: 21.5%;
}
.job .job-content .job-left .job-left-3 .job-div-5{
	width: 7.1%;
}




.job .job-content .job-left .job-left-3 .job-title{
	float: left;
	width: 100%;
	line-height: 32px;
	padding: 18px 18px 0 18px;
	font-size: 16px;
	font-weight: bold;
}
/*手风琴效果*/
.job .job-content .job-left .job-left-3 .job-sideMenu{  
	float: left; 
	width: 100%; 
}
.job .job-content .job-left .job-left-3 .job-sideMenu h3{ 
	float: left;
	width: 100%; 
	line-height:30px;
	font-size: 14px;
	color: #333;
	padding: 19px 18px 0 18px;
	border-top:1px solid #e3e3e3; 
	cursor:pointer;
}
.job .job-content .job-left .job-left-3 .job-sideMenu h3 em{ 
	/*右边指示箭头*/
}
.job .job-content .job-left .job-left-3 .job-sideMenu h3.on{ 
	background: #fec3c6;
}
.job .job-content .job-left .job-left-3 .job-sideMenu h3.on em{ 
	/*右边on*/
}
.job .job-content .job-left .job-left-3 .job-sideMenu ul{ 
	display:none; /* 默认都隐藏 */
	float: left;
	width: 100%; 
	background: #fff;
	padding: 7px 20px 23px 20px;
	line-height: 36px;
	font-size: 14px;
	color: #666;
}


.job .job-content .job-right{
	float: right;
	width: 20.6%;
	background: #f8f7f7;
	padding: 10px 16px 27px 19px;
}
.job-news-list{
	float: left;
	width: 100%; 
}
.job-news-list .job-news-list-title{
	float: left;
	width: 100%; 
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.job-news-list ul{
	float: left;
	width: 100%;
	margin-top: -14px;
}
.job-news-list ul li{
	float: left;
	width: 100%; 
	padding: 26px 0 9px 122px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.job-news-list ul li .job-news-li-pic{
	float: left;
	position: absolute;
	left: 0;
	top: 26px;
	width: 122px;
	overflow: hidden;
}
.job-news-list ul li .job-news-li-pic img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	width: 100%;
}
.job-news-list ul li:hover .job-news-li-pic img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.job-news-list ul li .job-news-li-text{
	float: left;
	width: 100%; 
	padding-left: 13px;
	padding-bottom: 3px;
}
.job-news-list ul li .job-news-li-text .job-news-li-t{
	float: left;
	width: 100%; 
	line-height: 33px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.job-news-list ul li .job-news-li-text .job-news-li-p{
	float: left;
	width: 100%; 
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.job-right .job-phone-offer{
	float: left;
	width: 100%;
	margin-top: 36px;
	position: relative;
}
.job-right .job-phone-offer img{
	width: 100%;
}
.job-right .job-phone-offer .job-phone-offer-con{
	position: absolute;
	top: 3%;
	left: 3%;
	width: 94%;
	height: 94%;
	padding: 10px;
	background: rgba(237, 27, 36, 0.6);
}
.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor{
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #eec1c6;
	padding: 50px 7px 0 7px;
	line-height: 36px;
	color: #fff;
	
}
.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-p1{
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
}
.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-p2{
	font-family: "arial black";
	float: left;
	width: 100%;
	font-size: 29px;
	margin-top: 2px;
	height: 72px;
}
.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-link{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 66px;
}
.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-link a{
	display: inline-block;
	width: 183px;
	height: 55px;
	line-height: 55px;
	background: #fff;
	font-size: 20px;
	color: #333;
}
.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-link a:hover{
	opacity: 0.9;
}
@media (max-width: 1680px) {
	.job .job-content .job-left .job-left-1{
		padding-left: 50%;
	}
	.job .job-content .job-left .job-left-1-pic{
		width: 50%;
	}
	.job .job-content .job-left .job-left-1-text {
	    padding: 18px 3% 17px 35px;
	    line-height: 28px;
	}
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-p2{
		font-size: 24px;
	}
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-link{
		margin-top: 40px;
	}
	.job-news-list ul li{
		    padding: 26px 0 12px 122px;
			
	}
	/* .job-news-list ul li .job-news-li-pic{
		top: 20px;
	} */
}
@media (max-width: 1600px) {
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-p1{
		font-size: 16px;
	}
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-p2{
		font-size: 23px;
	}
	.job-news-list ul li {
	    padding: 26px 0 15px 122px;
	}
	.job .job-content .job-left .job-left-1-text h1{
		margin-bottom: 18px;
	}
	.job-right .job-phone-offer{
		margin-top: 25px;
	}
}
@media (max-width: 1440px) {
	.job .job-content .job-left .job-left-1-text {
	    padding: 15px 3% 13px 5%;
	    line-height: 28px;
	}
	.job .job-content .job-left .job-left-1-text h1{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.job .job-content .job-left .job-left-2 {
	    margin-top: 5px;
	    padding: 10px 2% 10px 3%;
	    background: #ed1b24;
	    border-top: 5px solid #535252;
	}
	.job .job-content .job-left .job-left-2 span {
	    height: 36px;
	    line-height: 36px;
	    font-size: 20px;
	}
	.job .job-content .job-left .job-left-2 .job-seach {
	    height: 36px;
	    padding: 5px 10px 5px 10px;
	}
	.job .job-content .job-left .job-left-3 .job-div-1{
		width: 22.8%;
	}
	.job .job-content .job-left .job-left-3 .job-div-2{
		width: 22.8%;
	}
	.job .job-content .job-left .job-left-3 .job-div-3{
		width: 22.8%;
	}
	.job .job-content .job-left .job-left-3 .job-div-4{
		width: 21.5%;
	}
	.job .job-content .job-left .job-left-3 .job-div-5{
		width: 10.1%;
	}
	.job .job-content .job-left .job-left-3 .job-sideMenu h3 {
	    padding: 10px 18px 0 18px;
	}
	.job .job-content .job-left .job-left-3 .job-sideMenu ul {
	    padding: 5px 20px 15px 20px;
	    line-height: 30px;
	}
	.job .job-content .job-right {
	    padding: 10px 15px 10px 15px;
	}
	.job-news-list ul {
	    margin-top: -13px;
	}
	.job-news-list ul li .job-news-li-pic{
		top: 16px;
	}
	.job-news-list ul li {
	    padding: 16px 0 10px 122px;
	}
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-p2 {
	    font-size: 20px;
	}
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-link{
		margin-top: 0px;
	}
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-link a {
	    width: 150px;
	    height: 48px;
	    line-height: 48px;
	    font-size: 18px;
	}
}
@media (max-width: 1366px) {
	.job .job-content .job-right {
	    padding: 10px 15px 13px 15px;
	}
	.job-news-list ul {
	    margin-top: -0px;
	}
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-p2 {
	    font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.job .job-content .job-left{
		width: 100%;
	}
	.job .job-content .job-right{
		width: 100%;
		margin-top: 10px;
	}
	.job-news-list{
		width: 70%;
		padding-right: 20px;
	}
	.job-news-list ul li{
		width: 50%;
	}
	.job-right .job-phone-offer{
		width: 30%;
		margin-top: 72px;
	}
	.job .job-content .job-left .job-left-1-pic{
		
	}
	.job .job-content .job-left .job-left-1-text{
		line-height: 24px;
		padding: 10px 3% 11px 5%;
	}
	.job .job-content .job-left .job-left-1-text .job-left-1-text-p{
		min-height: 120px;
	}
}
@media (max-width: 991px) {
	.job {
		padding: 15px 3% 20px 3%;
		
	}
	.job .job-content .job-left .job-left-3 .job-div{
		padding: 0 5px;
	}
	.job .job-content .job-left .job-left-3 .job-div-1{
		width: 21.8%;
	}
	.job .job-content .job-left .job-left-3 .job-div-2{
		width: 21.8%;
	}
	.job .job-content .job-left .job-left-3 .job-div-3{
		width: 21.8%;
	}
	.job .job-content .job-left .job-left-3 .job-div-4{
		width: 20.5%;
	}
	.job .job-content .job-left .job-left-3 .job-div-5{
		width: 14.1%;
	}
	.job .job-content .job-left .job-left-3 .job-sideMenu h3{
		line-height: 20px;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-p2{
		font-size: 16px;
	}
	.job-news-list{
		width: 75%;
	}
	.job-right .job-phone-offer{
		width: 25%;
	}
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor {
	    padding: 30px 7px 0 7px;
	    line-height: 28px;
	}
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-p2 {
	    font-size: 13px;
		height: 48px;
		line-height: 24px;
	}
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-link a {
	    width: 110px;
	    height: 36px;
	    line-height: 36px;
	    font-size: 14px;
	}
	.job .job-content .job-left .job-left-1-text{
		padding: 20px 3% 15px 3%;
	}
	
	.job .job-content .job-left .job-left-1-text .job-left-1-text-p{
		min-height: auto;
	}
	.job .job-content .job-left .job-left-1-pic{
		position: initial;
		width: 100%;
	}
	.job .job-content .job-left .job-left-1{
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.job .job-content .job-left .job-left-2 span {
	    height: 30px;
	    line-height: 30px;
	    font-size: 18px;
	}
	.job .job-content .job-left .job-left-2 .job-seach{
		float: left;
	}
	.job .job-content .job-left {
	    
	    padding: 15px 3% 15px 3%;
	}
	.job .job-content .job-left .job-left-3 .job-div-1{
		width: 42%;
	}
	.job .job-content .job-left .job-left-3 .job-div-2{
		width: 28%;
	}
	.job .job-content .job-left .job-left-3 .job-div-5{
		width: 30%;
	}
	.job .job-content .job-left .job-left-3 .job-div-3{
		display: none;
	}
	.job .job-content .job-left .job-left-3 .job-div-4{
		display: none;
	}
	.job .job-content .job-left .job-left-3 .job-sideMenu ul{
		line-height: 26px;
	}
	.job .job-content .job-left .job-left-3 .job-sideMenu h3 {
	    padding: 8px 3% 0 3%;
		line-height: 24px;
	}
	.job .job-content .job-left .job-left-3 .job-title {
	    
	    line-height: 28px;
	    padding: 10px 3% 0 3%;
	    font-size: 14px;
	}
	.job .job-content .job-left .job-left-3 .job-sideMenu ul {
	    padding: 5px 3% 10px 3%;
	}
	.job .job-content .job-right {
	    padding: 10px 3% 10px 3%;
	}
	.job-news-list {
	    width: 100%;
		padding-right: 0;
	}
	.job-news-list ul li{
		width: 100%;
	}
	.job-right .job-phone-offer{
		width: 100%;
		margin-top: 20px;
	}
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor {
	    padding: 60px 7px 0 7px;
	    line-height: 28px;
	}
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-p1 {
	    font-size: 20px;
	}
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-p2 {
	    font-size: 28px;
	    height: 100px;
	    line-height: 50px;
		
	}
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-link {
	    margin-top: 30px;
	}
	.job-right .job-phone-offer .job-phone-offer-con .job-phone-offer-bor .job-phone-offer-link a {
	    width: 160px;
	    height: 48px;
	    line-height: 48px;
	    font-size: 18px;
	}
	.job .job-content .job-left .job-left-2 .job-seach .job-seach-input-2{
		background-size: 18px 18px;
	}
	.job-news-list .job-news-list-title{
		font-size: 18px;
	}
}
/*人才招聘end*/

/*联系我们*/
.contact-map{
	float: left;
	width: 100%;
	height: 503px;
	position: relative;
}
.contact-map .mc{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 407px;
	height: 402px;
	padding: 0 60px;
	z-index: 0;
}
.contact-map .mc .contact-add{
	position: absolute;
	left: 60px;
	bottom: 0;
	z-index: 99;
	width: 407px;
	height: 402px;
	padding: 43px 43px 0 43px;
	background: rgba(237,27,36,0.9);
	color: #fff;
	line-height: 48px;
}
.contact-add-title{
	line-height: 42px;
	font-size: 24px;
	font-weight: bold;
}
.contact-add-txt{
	font-size: 14px;
}
.map1 {
    float: left;
    width: 100%;
    height: 100%;
	/* background: rgba(0,0,0,0.4); */
	
	
}



.contact-message{
	float: left;
	width: 100%;
	padding: 0px 60px 83px 60px;
}
.contact-message .contact-m-title{
	float: left;
	width: 100%;
	line-height: 109px;
	padding-top: 21px;
	font-size: 32px;
	font-weight: bold;
	color: #333;
	text-align: center;
	position: relative;
}

.contact-message .contact-me-1{
	float: left;
	width: 100%;
	margin-top: 0px;
}
.contact-message .contact-me-1 .contact-me-input{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.contact-message .contact-me-1 .contact-me-input input{
	float: left;
	width: 31.8%;
	height: 60px;
	border: 1px solid #dcdcdc;
	margin-right: 2.3%;
	padding: 0 30px 0 30px;
	font-size: 14px;
}


.contact-message .contact-me-1 .contact-me-input input::input-placeholder { color: #c8c8c8;}
.contact-message .contact-me-1 .contact-me-input input::-webkit-input-placeholder{ color: #c8c8c8;}
.contact-message .contact-me-1 .contact-me-input input:-moz-placeholder { color: #c8c8c8;}
.contact-message .contact-me-1 .contact-me-input input::-moz-placeholder { color: #c8c8c8;}
.contact-message .contact-me-1 .contact-me-input input::-ms-input-placeholder { color: #c8c8c8;}


.contact-message .contact-me-1 .contact-me-input input.w-100{
	width: 100%;
}
.contact-message .contact-me-1 .contact-me-input input.last{
	margin-right: 0;
}
.contact-message .contact-me-1 .contact-me-textarea{
	float: left;
	width: 100%;
	margin-top: 20px;
	
	border: 1px solid #dcdcdc;
	overflow: hidden;
}
.contact-message .contact-me-1 .contact-me-textarea textarea{
	float: left;
	width: 100%;
	height: 180px;
	line-height: 36px;
	padding: 5px 30px 5px 30px;
}
.contact-message .contact-me-1 .contact-me-textarea textarea::input-placeholder { color: #c8c8c8;}
.contact-message .contact-me-1 .contact-me-textarea textarea::-webkit-input-placeholder{ color: #c8c8c8;}
.contact-message .contact-me-1 .contact-me-textarea textarea:-moz-placeholder { color: #c8c8c8;}
.contact-message .contact-me-1 .contact-me-textarea textarea::-moz-placeholder { color: #c8c8c8;}
.contact-message .contact-me-1 .contact-me-textarea textarea::-ms-input-placeholder { color: #c8c8c8;}

.contact-message .contact-me-1 .contact-me-sub{
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: left;
}
.contact-message .contact-me-1 .contact-me-sub input{
	font-family: "microsoft yahei";
	display: inline-block;
	width: 207px;
	height: 68px;
	font-size: 14px;
	color: #fff;
	background: #ed1b24;
	color: #fff;
	margin-right: 10px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.contact-message .contact-me-1 .contact-me-sub input.bg-67{
	background: #676767;
}
.contact-message .contact-me-1 .contact-me-sub input:hover{
	opacity: 0.8;
}
@media (max-width: 1366px){
	
}
@media (max-width: 991px){
	.contact-map .mc{
		position: relative;
		float: left;
		width: 100%;
		padding: 0 0%;
		height: auto;
		left: auto;
		top: auto;
		bottom: auto;
		height: auto;
	}
	.contact-map .mc .contact-add{
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		width: 100%;
		height: auto;
		 padding: 20px 3% 20px 3%;
		 line-height: 36px;
	}
	.map1{
		height: 380px;
	}
	.contact-map{
		height: auto;
		width: 100%;
	}
	.contact-add-title{
		font-size: 20px;
	}
	.contact-message {
	    padding: 0px 3% 20px 3%;
	}
	.contact-message .contact-m-title {
	   
	    line-height: 60px;
	    padding-top: 10px;
	    font-size: 24px;
	   
	}
	.contact-message .contact-me-1 .contact-me-sub{
		margin-top: 20px;
	}
	.contact-message .contact-me-1 .contact-me-sub input {
	    width: 180px;
	    height: 54px;
	}
	
}
@media (max-width: 767px){
	.map1{
		height: 240px;
	}
	.contact-map .mc .contact-add {
	  
	    padding: 15px 6% 15px 6%;
	    line-height: 28px;
	}
	
	.contact-message .contact-m-title {
	    line-height: 38px;
	    padding-top: 10px;
	    font-size: 18px;
	}
	
	.contact-message {
	    padding: 0px 0 20px 0;
	}
	.contact-message .contact-me-1{
		margin-top: 0;
		padding: 0 3%;
	}
	.contact-message .contact-me-1 .contact-me-input{
		margin-top: 0px;
	}
	.contact-message .contact-me-1 .contact-me-input input{
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
		height: 48px;
		line-height: 48px;
	}
	.contact-message .contact-me-1 .contact-me-textarea{
		margin-top: 15px;
	}
	.contact-message .contact-me-1 .contact-me-textarea textarea{
		height: 156px;
		line-height: 28px;
	}
	.contact-message .contact-me-1 .contact-me-sub{
		margin-top: 15px;
	}   
	.contact-message .contact-me-1 .contact-me-sub input {
		float: left;
	    width: 46%;
	    height: 46px;
	    font-size: 18px;
		font-size: 15px;
	}
	.contact-message .contact-me-1 .contact-me-sub input:last-child{
		float: right;
		margin-right: 0;
	}
}
/*联系我们end*/
/*楼盘*/
.floor-1{
	float: left;
	width: 100%;
	padding: 30px 60px 50px 60px;
}
.floor-1 .floor-1-list{
	float: left;
	width: 100%;
}
.floor-1 .floor-1-list ul{
	float: left;
	width: 100%;
}
.floor-1 .floor-1-list ul li{
	float: left;
	width: 24.1%;
	margin-right: 1.2%;
	background: #ebebeb;
}
.floor-1 .floor-1-list ul li:last-child{
	margin-right: 0;
}
.floor-1 .floor-1-list ul li .floor-1-li-pic{
	float: left;
	width: 100%;
	overflow: hidden;
}
.floor-1 .floor-1-list ul li .floor-1-li-pic img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.floor-1 .floor-1-list ul li:hover .floor-1-li-pic img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	
}
.floor-1 .floor-1-list ul li .floor-1-li-txt{
	float: left;
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding: 0 10px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.floor-1 .floor-1-list ul li .floor-1-li-txt .floor-1-li-left{
	float: left;
	width: 70%;
	height: 70px;
	overflow: hidden;
}
.floor-1 .floor-1-list ul li .floor-1-li-txt .floor-1-li-right{
	float: right;
	width: 30%;
	color: #04a2e4;
	text-align: right;
	overflow: hidden;
}
.floor-1 .floor-1-list ul li .floor-1-li-txt .floor-1-li-right span{
	color: #04a2e4;
}
.floor-1 .floor-1-list ul li .floor-1-li-txt .floor-1-li-right span.flool-sq{
	color: #ff0202;
}

.floor-2{
	float: left;
	width: 100%;
	height: 191px;
	background: url(../image/lp-img-5.jpg) center no-repeat;
	color: #fff;
	padding-top: 37px;
	text-align: center;
}
.floor-2 span{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 32px;
	position: relative;
}
.floor-2 span:after{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 1px;
	background: #fff;
	content: "";
}

.floor-3{
	float: left;
	width: 100%;
	margin-top: -87px;
}
.floor-3 .i-floor-top_hd {
	float: left;
	width: 100%;
	height: 46px;
	text-align: center;

}

.floor-3 .i-floor-top_hd ul {
	float: left;
	width: 100%;
	text-align: center;
}

.floor-3 .i-floor-top_hd ul li {
	display: inline-block;
	width: 120px;
	height: 46px;
	line-height: 46px;
	margin: 0 13px;
	text-align: center;
	color: #333;
	font-size: 16px;
	background: #fff;
	cursor: pointer;
	position: relative;
}
.floor-3 .i-floor-top_hd ul li.on {
	background: #d31215;
	color: #fff;
}
.floor-3 .i-floor-parBd {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}

.floor-3 .i-floor-slideBox {
	float: left;
	width: 100%;

	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
	padding: 83px 60px 50px 60px;
}

.floor-3 .i-floor-slideBox.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}


.floor-3 .i-floor-slideBox ul {
	float: left;
	width: 100%;
	
}
.floor-3 .i-floor-slideBox ul li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
.floor-3 .i-floor-slideBox ul li:nth-child(4n){
	margin-right: 0;
}
.floor-3 .i-floor-slideBox ul li .floor-3-li-pic{
	float: left;
	width: 100%;
	overflow: hidden;
}
.floor-3 .i-floor-slideBox ul li .floor-3-li-pic img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.floor-3 .i-floor-slideBox ul li:hover .floor-3-li-pic img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	
}
.floor-3 .i-floor-slideBox ul li .floor-3-li-txt{
	float: left;
	width: 100%;
	height: 72px;
	line-height: 52px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.floor-3 .i-floor-slideBox ul li .floor-3-li-txt .floor-3-li-left{
	float: left;
	width: 70%;
	height: 52px;
	overflow: hidden;
}
.floor-3 .i-floor-slideBox ul li .floor-3-li-txt .floor-3-li-right{
	float: right;
	width: 30%;
	color: #04a2e4;
	text-align: right;
	overflow: hidden;
	font-size: 14px;
	color: #a1a0a0;
}
.floor-3 .i-floor-slideBox ul li:hover .floor-3-li-txt{
	color: #d31215;
}

.floor-3 .i-floor-slideBox ul li:hover .floor-3-li-right{
	color: #d31215;
}
@media (max-width: 1680px){
	.floor-1 .floor-1-list ul li .floor-1-li-txt{
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.floor-1 .floor-1-list ul li .floor-1-li-txt .floor-1-li-left{
		height: 50px;
	}
}
@media (max-width: 1440px){
	.floor-1 .floor-1-list ul li .floor-1-li-txt .floor-1-li-left{
		width: 60%;
	}
	.floor-1 .floor-1-list ul li .floor-1-li-txt .floor-1-li-right{
		width: 40%;
	}
}
@media (max-width: 1199px){
	.floor-1 .floor-1-list ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 35px;
	}
	.floor-1 .floor-1-list ul li:nth-child(2n){
		margin-right: 0%;
	}
	.floor-3 .i-floor-slideBox ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 0px;
	}
	.floor-3 .i-floor-slideBox ul li:nth-child(2n){
		margin-right: 0%;
	}
}
@media (max-width: 991px){
	.floor-1 {
	    padding: 0px 3% 20px 3%;
	}
	.floor-1 .floor-1-list ul li{
		margin-top: 25px;
	}
	.floor-3 .i-floor-slideBox {
	    padding: 70px 3% 30px 3%;
	}
}
@media (max-width: 767px){
	.floor-1 .floor-1-list ul li{
		width: 100%;
		margin: 0;
		margin-top: 15px;
	}
	.floor-3 .i-floor-slideBox ul li{
		width: 100%;
		margin: 0;
	}
	.floor-2{
		height: 150px;
		padding-top: 20px;
	}
	.floor-2 span{
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.floor-3{
		margin-top: -70px;
	}
	.floor-3 .i-floor-slideBox {
	    padding: 40px 3% 20px 3%;
	}
	.floor-3 .i-floor-top_hd ul li {
	    width: 100px;
	    height: 36px;
	    line-height: 36px;
	    margin: 0 10px;
	    font-size: 14px;
	}
	.floor-3 .i-floor-slideBox ul li .floor-3-li-txt {
	    
	    height: 42px;
	    line-height: 36px;
	    font-size: 14px;
	   
	}
	.floor-3 .i-floor-slideBox ul li .floor-3-li-txt .floor-3-li-left{
		height: 36px;
	}
}


/*弹窗*/
.g_tc{ 
	background:rgba(0,0,0,0.8); 
	position:fixed; 
	left:0px; 
	top:0; 
	width:100%; 
	height:100%; 
	z-index:10000; 
	padding: 0 60px;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.x1{ 
	position:absolute; 
	right:16px; 
	top:12px;
	z-index: 999;
}
.x1 img{
	width: 100%;
}
.c_100{  
	width:100%; 
	height: 100%;
	position:relative;
	
}
.pic-Text{
	float: left;
	width: 100%;
	background:#fff;
	position: absolute;
	top: 5%;
	z-index:99;
}
.tc-contact{
	float: left;
	width: 100%;
	padding: 53px 37px 50px 52px;
	font-size: 16px;
	color: #666;
}
.tc-contact .tc-con-top{
	float: left;
	width: 100%;
}
.tc-contact .tc-con-top .floor-pic{
	float: left;
	width: 64.5%;
	position: relative;
}
.tc-contact .tc-con-top .floor-pic img{
	width: 100%;
}
.tc-contact .tc-con-top .floor-pic .slick-arrow{
	position: absolute;
	bottom: 15px;
	width: 50px;
	height: 50px;
	z-index: 999;
}
.tc-contact .tc-con-top .floor-pic .slick-arrow.slick-next {
	right: 13px;
	background: #636262 url(../image/de-right.png) center no-repeat;
}
.tc-contact .tc-con-top .floor-pic .slick-arrow.slick-next:hover{
	background: #d31215 url(../image/de-right.png) center no-repeat;
}
.tc-contact .tc-con-top .floor-pic .slick-arrow.slick-prev {
	right: 73px;
	background: #636262 url(../image/de-left.png) center no-repeat;
}
.tc-contact .tc-con-top .floor-pic .slick-arrow.slick-prev:hover{
	background: #d31215 url(../image/de-left.png) center no-repeat;
}
.tc-contact .tc-con-top .floor-text{
	float: left;
	width: 35.5%;
	padding-left: 28px;
}
.tc-contact .tc-con-top .floor-text .floor-text-phone{
	float: left;
	width: 100%;
}
.tc-contact .tc-con-top .floor-text .floor-text-p{
	float: left;
	width: 100%;
	padding: 3px 0 2px 0;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #e7e7e7;
	max-height: none!important;
	overflow: hidden;
}
.tc-contact .tc-con-top .floor-text .floor-text-p strong{
	line-height: 30px;
	font-size: 20px;
}
.tc-contact .tc-con-top .floor-text .floor-text-phone{
	float: left;
	width: 100%;
	line-height: 50px;
	color: #d31215;
	font-size: 36px;
}
.tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-txt{
	float: left;
	width: 100%;
	margin-top: 38px;
}
.tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-num{
	font-family: "arial black";
	float: left;
	width: 100%;
	margin-top: 9px;
}
.tc-contact .tc-con-bot{
	float: left;
	width: 100%;
	line-height: 77px;
	color: #333;
}
.tc-contact .tc-con-bot .tc-con-bot-h1{
	float: left;
	font-size: 36px;
	margin-right: 18px;
}
.tc-contact .tc-con-bot .tc-con-bot-p{
	float: left;
	line-height: 57px;
	font-size: 16px;
	margin-top: 20px;
}
.tc-contact .tc-con-bot .tc-con-bot-p span{
	margin-right: 130px;
}
@media (max-width: 1680px){
	.pic-Text{
		top: 14%;
	}
	.tc-contact {
	    padding: 30px 2% 30px 2%;
	    font-size: 15px;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-p{
		line-height: 30px;
		max-height: 486px;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-phone {
	    line-height: 36px;
	    font-size: 26px;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-txt{
		margin-top: 18px;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-num{
		margin-top: 5px;
	}
	.tc-contact .tc-con-bot .tc-con-bot-h1{
		font-size: 28px;
	}
	.tc-contact .tc-con-bot .tc-con-bot-p {
	    
	    line-height: 36px;
	    font-size: 16px;
	    margin-top: 28px;
	}
	
}
@media (max-width: 1600px){
	.pic-Text{
		top: 11%;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-p{
		line-height: 28px;
		max-height: 454px;
	}
	
}

@media (max-width: 1440px){
	.pic-Text{
		top: 17%;
	}
	.tc-contact .tc-con-top .floor-pic{
		width: 60%;
	}
	.tc-contact .tc-con-top .floor-text{
		width: 40%;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-p{
		line-height: 24px;
		max-height: 384px;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-phone {
	    line-height: 30px;
	    font-size: 22px;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-txt{
		margin-top: 10px;
	}
	.tc-contact .tc-con-bot .tc-con-bot-p span{
		margin-right: 100px;
	}
	.tc-contact .tc-con-top .floor-pic .slick-arrow{
		width: 36px;
		height: 36px;
		background-size: 10px auto !important;
	}
	.tc-contact .tc-con-bot {
	    line-height: 48px;
	}
	.tc-contact .tc-con-bot .tc-con-bot-h1{
		font-size: 24px;
	}
	.tc-contact .tc-con-bot .tc-con-bot-p {
	    line-height: 30px;
	    font-size: 14px;
	    margin-top: 14px;
	}
	.tc-contact .tc-con-top .floor-pic .slick-arrow.slick-prev{
		right: 60px;
	}
}
@media (max-width: 1400px){
	.pic-Text{
		top: 23%;
	}
}
@media (max-width: 1366px){
	.pic-Text{
		top: 13%;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-p {
	    line-height: 22px;
	    max-height: 358px;
	}
	.tc-contact .tc-con-bot .tc-con-bot-p span{
		margin-right: 60px;
	}
}
@media (max-width: 1280px){
	.pic-Text{
		top: 21%;
	}
}
@media (max-width: 1199px){
	.tc-contact .tc-con-top .floor-pic{
		width: 50%;
	}
	.tc-contact .tc-con-top .floor-text{
		width: 50%;
		padding-left: 18px;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-p {
	    line-height: 20px;
	    max-height: 326px;
		font-size: 12px;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-phone {
	    line-height: 26px;
	    font-size: 18px;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-txt {
	    margin-top: 5px;
	}
	.tc-contact .tc-con-bot .tc-con-bot-p span{
		margin-right: 30px;
	}
	.pic-Text{
		top: 17%;
	}
}
@media (max-width: 991px){
	.g_tc{
		padding: 0 3%;
	}
	.tc-contact {
	    padding: 20px 3% 20px 3%;
	    font-size: 14px;
	}
	.tc-contact .tc-con-top .floor-pic{
		width: 100%;
	}
	.tc-contact .tc-con-top .floor-text{
		width: 100%;
		padding-left: 0;
		
	}
	.pic-Text{
		top: 8%;
	}
	.x1{
		right: 5px;
		top: 5px;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-p{
		font-size: 14px;
	}
}
@media (max-width: 767px){
	.pic-Text{
		top: 2%;
	}
	.tc-contact {
	    padding: 15px 3% 15px 3%;
	    font-size: 14px;
	}
	.x1{
		width: 20px;
		height: 20px;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-p{
		overflow: auto;
		max-height: 280px;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-p strong{
		font-size: 16px;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-txt{
		width: auto;
		margin: 0;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-num{
		width: auto;
		margin: 0;
	}
	.tc-contact .tc-con-top .floor-text .floor-text-phone{
		margin-top: 10px;
		font-size: 16px;
	}
	
	.tc-contact .tc-con-bot {
	    line-height: 36px;
	}
	.tc-contact .tc-con-bot .tc-con-bot-h1{
		font-size: 18px;
	}
	.tc-contact .tc-con-bot .tc-con-bot-p {
	    line-height: 24px;
	    font-size: 13px;
	    margin-top: 0px;
		/* max-height: 48px; */
		overflow: hidden;
	}
	.tc-contact .tc-con-bot .tc-con-bot-p span{
		margin-right: 18px;
	}
}
/*楼盘end*/
/*新闻*/
.news-top{
	float: left;
	width: 100%;
	padding: 44px 60px;
	background: #f6f6f6;
}
.news-top .news-left{
	float: left;
	width: 71.6%;
	background: #eaeaea;
}
.news-top .news-left .news-ul{
	float: left;
	width: 100%;
}
.news-top .news-left .news-ul .news-li{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 58.7%;
}
.news-top .news-left .news-1-li-left{
	position: absolute;
	left: 0;
	top: 0;
	width: 58.7%;
}
.news-top .news-left .news-1-li-left img{
	width: 100%;
}
.news-top .news-left .news-1-li-right{
	float: left;
	width: 100%;
	padding: 58px 35px 73px 37px;
	line-height: 36px;
}
.news-top .news-left .news-1-li-right .news-1-li-ri-h1{
	float: left;
	width: 100%;
	height: 36px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-top .news-left .news-1-li-right .news-1-li-ri-p{
	float: left;
	width: 100%;
	height: 180px;
	margin-top: 5px;
	overflow: hidden;
}
.news-top .news-left .news-1-li-right .news-1-li-ri-link{
	float: left;
	width: 100%;
	margin-top: 26px;
}
.news-top .news-left .news-1-li-right .news-1-li-ri-link a{
	display: inline-block;
	width: 140px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	border: 2px solid #d2d2d2;
}
.news-top .news-left .news-1-li-right .news-1-li-ri-link a:hover{
	background: #ed1b24;
	border: 2px solid #ed1b24;
	color: #fff;
}
.news-1
{
   

    position: relative;

    overflow: hidden;

    width: 100%;
   float: left;
}
.news-1 img
{
    display: block;

    width: 100%;
}

.news-1 .to-num
{
    font-size: 24px;
    line-height: 20px;

    position: absolute;
    right: 24px;
    top: 24px;
	color: #585858;
}
.news-1 .to-num:before
{
    /* content: '0'; */
}

.news-1 .slick-arrow
{
    line-height: 50px;

    position: absolute;
    z-index: 9;
    left: 0px;
    top: 50%;
	margin-top: -29px;
	width: 57px;
	height: 57px;
    padding: 0;

   cursor: pointer;

    opacity: 1;
    background: rgba(0,0,0,0.3) url(../image/de-left.png) center no-repeat;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}

.news-1 .slick-arrow:before
{
    
}
.news-1 .slick-arrow.slick-next
{
    left: 58.7%;
	margin-left: -57px;
	transform: rotate(180deg);
}
.news-1 .slick-arrow:hover{
	background: rgba(237,27,36,0.6) url(../image/de-left.png) center no-repeat;
}

.news-1 .slick-arrow.slick-next:before
{
}
.news-1 .slick-arrow.slick-next:after
{
 
}
.news-1 .slick-arrow:hover:before
{
    color: rgba(255, 255, 255, .8);
}
.news-1 .slick-dots
{
    position: absolute;
    right: 58px;
    top:24px;

    line-height: 20px;

    text-align: center;
}

.news-1 .slick-dots li
{
    position: absolute;
    right: 0;
}
.news-1 .slick-dots li.slick-active button
{
    opacity: 1;
}
.news-1 .slick-dots li button
{
    font-size: 24px;
    line-height: 20px;

    display: inline-block;

    opacity: 0;
    background: none;
	color: #585858;
}
.news-1 .slick-dots li button:before
{
    /* content: '0'; */
}
.news-1 .slick-dots li button:after
{
    position: absolute;
    top: 0px;
    right: -20px;

    display: inline-block;

    width: 20px;
    height: 20px;
	line-height: 20px;
	font-size: 24px;
	color: #585858;
    content: '/';

}

.news-top .news-right{
	float: left;
	width: 28.4%;
	background: #fff;
	padding: 20px 36px 15px 42px;
}
.news-top .news-right .ne-ri-h1{
	float: left;
	width: 100%;
	height: 53px;
	line-height: 53px;
	font-size: 24px;
	color: #333;
	overflow: hidden;
}
.news-top .news-right .ne-ri-form{
	float: left;
	width: 100%;
}
.news-top .news-right select{
	float: left;
	width: 100%;
	padding: 10px 62px 10px 13px;
	height: 52px;
	line-height: 30px;
	margin-bottom: 18px;
	font-size: 14px;
	color: #444;
	border: 1px solid #eaeaea;
	background: #eaeaea;
	outline: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	position: relative;
	background: #eaeaea url(../image/ico-down.png) right no-repeat;
}
.news-top .news-right select option{
	height: 38px;
}


.news-top .news-right .input-1{
	float: left;
	width: 100%;
	height: 52px;
	line-height: 50px;
	margin-bottom: 18px;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 0 13px;
	font-size: 14px;
	color: #444;
}
.news-top .news-right .input-2{
	float: left;
	width: 100%;
	height: 52px;
	line-height: 50px;
	margin-bottom: 18px;
	border: 1px solid #ed1b24;
	background: #ed1b24;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.news-top .news-right .input-2:hover{
	opacity: 0.8;
}


.news-list{
	float: left;
	width: 100%;
	padding: 21px 60px 38px 60px;
	position: relative;
}
.news-list:after{
	position: absolute;
	left: 50%;
	top: 0;
	width: 123px;
	height: 41px;
	margin-left: -61px;
	background: url(../image/bg-13.png) no-repeat;
	content: "";
	z-index: -1;
}
.xgxw{
	float: left;
	width: 100%;
}
.xgxw .news-list{
	padding-left: 0;
	padding-right: 0;
	margin-top: 20px;
}
.xgxw .news-list:after{
	display: none;
}


.news-list ul{
	float: left;
	width: 100%;
}
.news-list ul li{
	float: left;
	width: 24.1%;
	margin-right: 1.2%;
}
.news-list ul li:nth-child(4n){
	margin-right: 0;
}
.news-list ul li .news-li-pic{
	float: left;
	width: 100%;
	position: relative;
}
.news-list ul li .news-li-pic .news-li-img{
	float: left;
	width: 100%;
	overflow: hidden;
}
.news-list ul li .news-li-pic .news-li-img img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	width: 100%;
}
.news-list ul li:hover .news-li-pic .news-li-img img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	
}
.news-list ul li .news-li-pic .news-li-time{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 78px;
	padding: 8px 0 7px 0;
	background: rgba(0,0,0,0.6);
	color: rgba(246,246,246,0.8);
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.news-list ul li .news-li-pic .news-li-time .news-li-year{
	float: left;
	width: 100%;
	line-height: 34px;
	font-size: 24px;
}
.news-list ul li .news-li-pic .news-li-time .news-li-day{
	float: left;
	width: 100%;
	line-height: 29px;
	font-size: 20px;
}

.news-list ul li .news-li-text{
	float: left;
	width: 100%;
	padding: 40px 12px 43px 12px;
}
.news-list ul li .news-li-title{
	float: left;
	width: 100%;
	height: 27px;
	line-height: 27px;
	padding-right: 27px;
	font-size: 16px;
	color: #333;
	background: url(../image/ico-13.png) right center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.news-list ul li .news-li-p{
	float: left;
	width: 100%;
	height: 72px;
	line-height: 36px;
	margin-top: 72px;
	margin-top: 3px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.news-list ul li:hover .news-li-pic .news-li-time{
	background: rgba(237,27,36,0.6);
}
.news-list ul li:hover .news-li-title{
	color: rgba(237,27,36,1);
	background: url(../image/ico-1-1.png) right center no-repeat;
}

@media (max-width: 1680px){
	.news-top .news-left .news-1-li-right .news-1-li-ri-p{
		height: 150px;
	}
	.news-top .news-left .news-1-li-right {
	    padding: 46px 35px 60px 37px;
	    line-height: 30px;
	}
	.news-top .news-right {
	    padding: 10px 36px 5px 42px;
	}
	.news-top .news-right select {
	    padding: 5px 62px 5px 13px;
	    height: 48px;
	    line-height: 36px;
	    margin-bottom: 10px;
	}
}
@media (max-width: 1600px){
	.news-top .news-left .news-1-li-right {
	    padding: 36px 35px 50px 37px;
	}
	.news-top .news-right select {
	    padding: 5px 62px 5px 13px;
	    height: 44px;
	    line-height: 32px;
	    margin-bottom: 8px;
	}
	.news-top .news-right .input-1{
		margin-bottom: 17px;
	}
	.news-1 .slick-dots{
		top: 10px;
		right: 48px;
	}
	.news-1 .to-num{
		top: 10px;
		right: 14px;
	}
}
@media (max-width: 1440px){
	.news-top .news-left .news-ul .news-li{
		padding-left: 50%;
	}
	.news-1 .slick-arrow.slick-next {
	    left: 50%;
	}
	.news-top .news-left .news-1-li-left{
		width: 50%;
	}
	.news-top .news-left .news-1-li-right {
	    padding: 14px 35px 18px 37px;
	}
	.news-top .news-left .news-1-li-right .news-1-li-ri-link{
		margin-top: 5px;
	}
	.news-top .news-left .news-1-li-right .news-1-li-ri-link a {
	    width: 120px;
	    height: 48px;
	    line-height: 44px;
	}
	.news-top .news-right .ne-ri-h1 {
	    height: 33px;
	    line-height: 33px;
	    font-size: 18px;
	}
	.news-top .news-right select {
	    padding: 5px 62px 5px 13px;
	    height: 34px;
	    line-height: 22px;
	    margin-bottom: 8px;
		background-size: 32px 32px;
	}
	.news-top .news-right .input-1 {
	    height: 42px;
	    line-height: 40px;
	    margin-bottom: 8px;
	}
	.news-top .news-right .input-2 {
	    height: 42px;
	    line-height: 40px;
	    margin-bottom: 10px;
	   
	}
}
@media (max-width: 1366px){
	.news-top .news-left .news-1-li-right {
	    padding: 14px 5% 18px 5%;
	}
	.news-top .news-left .news-1-li-right .news-1-li-ri-h1 {
	    height: 28px;
		line-height: 28px;
	}
	.news-top .news-right .input-2{
		margin-bottom: 2px;
	}
}
@media (max-width: 1199px){
	.news-top .news-left{
		width: 100%;
	}
	.news-top .news-right{
		width: 100%;
	}
	.news-top .news-left .news-1-li-right {
	    padding: 14px 5% 14px 5%;
	}
	.news-list ul li{
		width: 48%;
		margin-right: 4%;
	}
	.news-list ul li:nth-child(2n){
		margin-right: 0%;
	}
}
@media (max-width: 991px){
	.news-top {
		padding: 24px 3%;
	}
	.news-1 .slick-dots {
	    top: 5px;
	    right: 28px;
	}
	.news-1 .slick-dots li button{
		font-size: 14px;
	}
	.news-1 .slick-dots li button:after{
		font-size: 12px;
		right: -12px;
		top: -1px;
	}
	.news-1 .to-num {
	    top: 5px;
	    right: 14px;
		font-size: 14px;
	}
	.news-1 .slick-arrow{
		width: 40px;
		height: 40px;
		background-size: 12px auto;
	}
	.news-1 .slick-arrow:hover{
		background-size: 12px auto;
	}
	.news-1 .slick-arrow.slick-next{
		margin-left: -40px;
	}
	.news-top .news-left .news-1-li-right {
	    padding: 10px 3% 9px 3%;
		line-height: 26px;
	}
	.news-top .news-right {
	    padding: 10px 3% 5px 3%;
	}
	.news-top .news-left .news-1-li-right .news-1-li-ri-p{
		height: 130px;
	}
	.news-top .news-left .news-1-li-right .news-1-li-ri-h1 {
	    height: 24px;
	    line-height: 24px;
		font-size: 16px;
	}
	.news-top .news-left .news-1-li-right .news-1-li-ri-link a {
	    width: 100px;
	    height: 28px;
	    line-height: 24px;
		font-size: 12px;
	}
}
@media (max-width: 767px){
	.xgxw .news-list{
		margin-top: 0;
	}
	.news-top .news-left .news-ul .news-li{
		padding-left: 0;
	}
	.news-top .news-left .news-1-li-left{
		position: initial;
		float: left;
		width: 100%;
	}
	.news-1 .slick-arrow{
		top: 28%;
	}
	.news-1 .slick-arrow.slick-next{
		left: auto;
		right: 0;
	}
	.news-top .news-left .news-1-li-right .news-1-li-ri-link a {
	    width: 120px;
	    height: 40px;
	    line-height: 36px;
	    font-size: 14px;
	}
	.news-top .news-left .news-1-li-right {
	    padding: 10px 3% 15px 3%;
	    line-height: 26px;
	}
	.news-top .news-right {
	    padding: 10px 3% 15px 3%;
	}
	.news-top .news-right .ne-ri-h1{
		font-size: 16px;
	}
	.news-top .news-right select {
	    padding: 5px 62px 5px 13px;
	    height: 32px;
	    line-height: 20px;
	    margin-bottom: 10px;
	    background-size: 32px 32px;
	}
	.news-top .news-right .input-1{
		margin-bottom: 10px;
	}
	.news-list {
	   
	    padding: 20px 3% 30px 3%;
	    position: relative;
	}
	.news-list:after{
		width: 60px;
		height: 20px;
		margin-left: -30px;
		background-size: 60px auto;
	}
	.news-list ul li{
		width: 100%;
		margin-right: 0;
	}
	.news-list ul li .news-li-text {
	    padding: 20px 3% 23px 3%;
	}
	.news-list ul li .news-li-p {
	    height: 48px;
	    line-height: 24px;
	}
	.news-list ul li .news-li-pic .news-li-time{
		padding: 4px 0 6px 0;
	}
	.news-list ul li .news-li-pic .news-li-time .news-li-year{
		font-size: 18px;
		line-height: 28px;
	}
	.news-list ul li .news-li-pic .news-li-time .news-li-day{
		font-size: 16px;
		line-height: 20px;
	}
}
/*新闻end*/

/*新闻详情*/
.news-datails{
	float: left;
	width: 100%;
	padding: 56px 60px 40px 60px;
}
.news-de-1{
	float: left;
	width: 100%;
}
.news-de-1 .news-de-1-h1{
	float: left;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 28px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
}

.news-de-1 .news-de-1-fun{
	float: left;
	max-width: 100%;
	height: 25px;
	line-height: 25px;
	margin-top: 19px;
	font-size: 14px;
	color: #949393;
	overflow: hidden;
}
.news-de-1 .news-de-1-fun p{
	float: left;
}
.news-de-1 .news-de-1-fun p.p1{
	margin-right: 36px;
}
.news-de-1 .news-de-1-fun p.p2{
	margin-right: 56px;
}
.news-de-1 .news-de-1-fun a{
	display: inline-block;
	font-size: 20px;
	color: #949393;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
	
}
.news-de-1 .news-de-1-fun .span1{
	float: left;
}


.news-de-1 .news-de-1-fun a:hover{
	opacity: 0.8;
}

.news-de-1 .news-de-1-fun .switcher-bigger{
	float: left;
	margin-left: 10px;
}
.news-de-1 .news-de-1-fun .switcher-small{
	float: left;
	margin-right: 18px;
}

.news-de-2{
	float: left;
	width: 100%;
}
.news-de-2 .text-fun-fx a{
	display: inline-block;
	width: 47px;
	height: 47px;
	font-size: 20px;
	color: #949393;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
	margin-right: 13px;
	margin-top: 5px;
}
.news-de-2 .text-fun-fx a:last-child{
	margin-right: 0;
}
.news-de-2 .text-fun-fx .bdsharebuttonbox{
	float: left;
}
.news-de-2 .text-fun-fx .bdsharebuttonbox a:first-child:after{
	display: block;
}
.news-de-2 .bdshare-button-style0-16 .bds_sqq{
	background-position: 0 0 !important;
	background: url(../image/qq2.png) center no-repeat !important;
}
.news-de-2 .bdshare-button-style0-16 .bds_sqq:hover{
	background: url(../image/qq-1.png) center no-repeat !important;
}
.news-de-2 .bdshare-button-style0-16 .bds_tsina{
	background-position: 0 0 !important;
	background: url(../image/wb2.png) center no-repeat !important;
}
.news-de-2 .bdshare-button-style0-16 .bds_tsina:hover{
	background: url(../image/wb-1.png) center no-repeat !important;
}
.news-de-2 .bdshare-button-style0-16 .bds_weixin{
	background-position: 0 0 !important;
	background: url(../image/wx2.png) center no-repeat !important;
}
.news-de-2 .bdshare-button-style0-16 .bds_weixin:hover{
	background: url(../image/wx-1.png) center no-repeat !important;
}
.news-de-2 .bdshare-button-style0-16 .bds_twi{
	background-position: 0 0 !important;
	background: url(../image/tw.png) center no-repeat !important;
}
.news-de-2 .bdshare-button-style0-16 .bds_twi:hover{
	background: url(../image/tw-1.png) center no-repeat !important;
}
.news-de-2 .bdshare-button-style0-16 .bds_fbook{
	background-position: 0 0 !important;
	background: url(../image/fb.png) center no-repeat !important;
}
.news-de-2 .bdshare-button-style0-16 .bds_fbook:hover{
	background: url(../image/fb-1.png) center no-repeat !important;
}



.news-de-2 .text {
    float: left;
    width: 75.4%;
    font-size: 16px;
    line-height: 2;
    color: #666;
    padding: 24px 0 0px 0;
    text-indent: 2em;
	border-top: 1px solid #dcdedd;
	text-align: left;
}

.news-de-2 .text .news-img{
	float: left;
	width: 49.6%;
}
.news-de-2 .text .news-img.news-img-1{
	float: right;
}
.news-de-2 .text-fun{
	float: right;
    width: 23.6%;
	background: #f6f6f6;
	padding: 0 20px 45px 20px;
}
.news-de-2 .text-fun .text-fun-page{
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 20px;
}
.news-de-2 .text-fun .text-fun-page a{
	display: block;
	float: left;
	width: 100%;
	height: 156px;
	padding: 35px 14px 0 14px;
	color: #333;
}
.news-de-2 .text-fun .text-fun-page a .text-fun-p1{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-de-2 .text-fun .text-fun-page a .text-fun-p2{
	float: left;
	width: 100%;
	height: 64px;
	line-height: 32px;
	font-size: 14px;
	overflow: hidden;
	
}
.news-de-2 .text-fun .text-fun-page:hover a{
	color: #ed1b24;
}
.news-de-2 .text-fun .text-fun-fx{
	float: left;
	width: 100%;
	height: 156px;
	background: #fff;
	margin-top: 20px;
	padding: 30px 14px 0 14px;
}
.news-de-2 .text-fun .text-fun-fx .text-fun-fx-p1{
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

@media (max-width: 1600px){
	.news-de-2 .text-fun-fx a{
		margin-right: 2px;
	}
}

@media (max-width: 1440px){
	.news-de-2 .text-fun-fx a{
		margin-right: 4px;
	}
}
@media (max-width: 1366px){
	.news-de-2 .text-fun .text-fun-fx {
	   
	    padding: 10px 14px 0 14px;
	}
}
@media (max-width: 1199px){
	.news-de-2{
		margin-top: 0;
	}
	.news-de-2 .text{
		width: 100%;
	}
	.news-de-2 .text img{
		width: 100%;
	}
	.news-de-2 .text-fun{
		width: 100%;
		margin-top: 15px;
	}
	
}
@media (max-width: 991px){
	.news-datails {
		padding: 20px 3% 20px 3%;
	}
}
@media (max-width: 767px){
	.news-datails {
	    padding: 15px 3% 15px 3%;
	}
	.news-de-1 .news-de-1-h1 {
	    height: 34px;
	    line-height: 34px;
	    font-size: 18px;
	}
	.news-de-1 .news-de-1-fun {
	    height: 22px;
	    line-height: 22px;
	    margin-top: 10px;
	}
	.news-de-2 .text {
	    font-size: 14px;
	    padding: 15px 0 0px 0;
	}
	.news-de-2 .text-fun {
	    padding: 0 3% 15px 3%;
	}
	.news-de-2 .text-fun .text-fun-page a {
	    height: auto;
	    padding: 10px 3% 20px 3%;
	}
	.news-de-2 .text-fun .text-fun-page a .text-fun-p1 {
	    height: 32px;
	    line-height: 32px;
	    font-size: 14px;
	}
	.news-de-2 .text-fun .text-fun-page a .text-fun-p2 {
	    height: 48px;
	    line-height: 24px;
	}
	.news-de-2 .text-fun .text-fun-fx .text-fun-fx-p1 {
	    height: 24px;
	    line-height: 24px;
	    font-size: 14px;
	}
	.news-de-2 .text-fun .text-fun-fx{
		padding: 10px 4% 15px 4%;
		height: auto;
	}
	
}

/*新闻详情end*/

/*业主说*/
.say{
	float: left;
	width: 100%;
	padding: 30px 60px 140px 60px;
}
.say-left{
	float: left;
	width: 67.9%;
	border: 1px solid #eee;
	border-top: 0;
}
.say-left ul{
	float: left;
	width: 100%;
}
.say-left ul li{
	float: left;
	width: 100%;
	padding: 7px;
	border-top: 1px solid #eee;
}
.say-left ul li .say-left-li{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 180px;
}
.say-left ul li .say-left-li-pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
}
.say-left ul li .say-left-li-pic a{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.say-left ul li .say-left-li-pic a img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.say-left ul li:hover .say-left-li-pic a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.say-left ul li .say-left-li-text{
	float: left;
	width: 100%;
	padding: 0 30px 0 20px;
	font-size: 14px;
	color: #666;
}
.say-left ul li .say-left-li-text .say-left-li-title{
	float: left;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.say-left ul li .say-left-li-text .say-left-li-p{
	float: left;
	width: 100%;
	height: 72px;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.say-left ul li .say-left-li-text .say-left-li-timeNumLink{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	overflow: hidden;
}
.say-left ul li .say-left-li-text .say-left-li-timeNumLink .say-left-li-time{
	float: left;
	margin-right: 48px;
}
.say-left ul li .say-left-li-text .say-left-li-timeNumLink .say-left-li-num{
	float: left;
	margin-right: 68px;
}
.say-left ul li .say-left-li-text .say-left-li-timeNumLink .say-left-li-link{
	float: left;
}
.say-left ul li .say-left-li-text .say-left-li-timeNumLink .say-left-li-link{
	font-size: 14px;
	color: #666;
}
.say-left ul li:hover .say-left-li-text .say-left-li-timeNumLink .say-left-li-link{
	color: #2662a1;
}

.say-right{
	float: right;
	width: 31%;
	padding: 12px 14px;
	border: 1px solid #eee;
	min-height: 1366px;
}
.say-right .say-ri-top{
	float: left;
	width: 100%;
	border-bottom: 1px solid #f1f0f0;
}
.say-right .say-ri-top .say-ri-top-title{
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	padding: 0 20px;
	color: #fff;
	font-weight: bold;
	background: #ed1b24;
	overflow: hidden;
}
.say-right .say-ri-top .say-ri-top-p{
	float: left;
	width: 100%;
	line-height: 36px;
	padding: 13px 10px 24px 20px;
	font-size: 14px;
	color: #666;
}


.say-right .say-ri-middle{
	float: left;
	width: 100%;
	padding: 34px 0 30px 34px;
	border-bottom: 1px solid #f1f0f0;
}
.say-right .say-ri-middle .say-ri-p{
	float: left;
	width: 100%;
	line-height: 30px;
	padding: 10px 0;
	font-size: 16px;
	color: #ed1c24;
	font-weight: bold;
}
.say-right .say-ri-middle .say-ri-ewm{
	float: left;
	width: 256px;
}
.say-right .say-ri-middle .say-ri-ewm .say-ri-ewm-img{
	float: left;
	width: 100%;
	border: 5px solid #e5e5e5;
}
.say-right .say-ri-middle .say-ri-ewm .say-ri-ewm-img img{
	width: 100%;
}
.say-right .say-ri-middle .say-ri-ewm .say-ri-ewm-p{
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 0;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.say-right .say-ri-bottom{
	float: left;
	width: 100%;
	padding: 36px 20px 36px 20px;
	font-weight: bold;
}
.say-right .say-ri-bottom .say-ri-bo-p1{
	float: left;
	width: 100%;
	line-height: 42px;
	font-size: 16px;
	color: #ed1c24;
}
.say-right .say-ri-bottom .say-ri-bo-p2{
	float: left;
	width: 100%;
	line-height: 34px;
	font-size: 14px;
	color: #333;
}
.say-right .say-ri-bottom .say-ri-bo-p3{
	font-family: "arial black";
	float: left;
	width: 100%;
	line-height: 60px;
	font-size: 36px;
	color: #ed1c24;
}
@media (max-width: 1680px){
	.say-right .say-ri-bottom .say-ri-bo-p3{
		font-size: 30px;
	}
}
@media (max-width: 1199px){
	.say-right .say-ri-middle .say-ri-ewm {
		width: 200px;
	}
	.say-right .say-ri-middle {
	    padding: 20px 10px 20px 10px;
	}
	.say-right .say-ri-middle .say-ri-p{
		font-size: 13px;
	}
	.say-right .say-ri-bottom .say-ri-bo-p1{
		font-size: 14px;
	}
	.say-right .say-ri-bottom {
	    padding: 20px 3% 20px 3%;
	}
	.say-right .say-ri-bottom .say-ri-bo-p3 {
	    font-size: 24px;
	}
}
@media (max-width: 991px){
	.say {
	   
	    padding: 20px 3% 20px 3%;
	}
	.say-left{
		width: 100%;
	}
	.say-right{
		width: 100%;
		margin-top: 20px;
		min-height: auto;
	}
}
@media (max-width: 767px){
	.say-left ul li .say-left-li{
		padding-left: 100px;
	}
	.say-left ul li .say-left-li-pic{
		width: 100px;
		/* position: initial;
		top: auto;
		left: auto;
		float: left;
		width: 100%; */
	}
	
	.say-left ul li .say-left-li-text {
	    padding: 0 3% 0 3%;
		font-size: 12px;
	}
	.say-left ul li .say-left-li-text .say-left-li-title {
	    height: 28px;
	    line-height: 28px;
		font-size: 16px;
	}
	.say-left ul li .say-left-li-text .say-left-li-p {
	    height: 40px;
	    line-height: 20px;
	}
	.say-left ul li .say-left-li-text .say-left-li-timeNumLink {
	    height: 24px;
	    line-height: 24px;
	    margin-top: 10px;
	}
	.say-left ul li .say-left-li-text .say-left-li-timeNumLink .say-left-li-time{
		margin-right: 0px;
	}
	.say-left ul li .say-left-li-text .say-left-li-timeNumLink .say-left-li-num{
		margin-right: 0px;
		float: right;
	}
	.say-left ul li .say-left-li-text .say-left-li-timeNumLink .say-left-li-link{
		display: none;
	}
	.say-right {
	    padding: 12px 3%;
	}
	.say-right .say-ri-top .say-ri-top-title {
	    height: 48px;
	    line-height: 48px;
	    font-size: 14px;
	    padding: 0 3%;
	}
	.say-right .say-ri-top .say-ri-top-p {
	    line-height: 28px;
	    padding: 10px 3% 10px 3%;
	}
	.say-right .say-ri-middle{
		text-align: center;
		padding: 0px 10px 0px 10px;
	}
	
	.say-right .say-ri-middle .say-ri-ewm{
		width: 100%;
		text-align: center;
	}
	.say-right .say-ri-middle .say-ri-ewm .say-ri-ewm-p{
		padding: 5px 0;
	}
	.say-right .say-ri-middle .say-ri-ewm .say-ri-ewm-img{
		display: inline-block;
		float: none;
		width: 180px;
	}
	.say-right .say-ri-bottom {
	    padding: 0px 3% 0px 3%;
	}
	.say-right .say-ri-bottom .say-ri-bo-p1{
		line-height: 32px;
	}
	.say-right .say-ri-bottom .say-ri-bo-p2{
		line-height: 28px;
	}
	.say-right .say-ri-bottom .say-ri-bo-p3{
		font-size: 18px;
		line-height: 36px;
	}
}

/*业主说详情*/
.say-left.say-left-details{
	border: 1px solid #eee;
	
	padding: 7px 0 20px 7px;
}
.say-left.say-left-details .say-le-de-top{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 180px;
	padding-bottom: 30px;
}
.say-left.say-left-details .say-le-de-top .say-le-de-top-pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
}
.say-left.say-left-details .say-le-de-top .say-le-de-top-text{
	float: left;
	width: 100%;
	padding: 0 30px 0 18px;
	line-height: 36px;
}
.say-left.say-left-details .say-le-de-top .say-le-de-top-text .say-le-de-top-text-h1{
	float: left;
	width: 100%;
	height: 48px;
	line-height: 48px;
}
.say-left.say-left-details .say-le-de-top .say-le-de-top-text .say-le-de-top-text-h1 p{
	float: left;
	max-width: 70%;
	height: auto;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.say-left.say-left-details .say-le-de-top .say-le-de-top-text .say-le-de-top-text-h1 span{
	float: left;
	font-size: 14px;
	color: #666;
	margin-left: 26px;
}
.say-left.say-left-details .say-le-de-top .say-le-de-top-text .say-le-de-top-text-p{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666;
}

.say-left.say-left-details .say-le-de-list{
	float: left;
	width: 100%;
	padding-left: 14px;
}
.say-left.say-left-details .say-le-de-list .say-le-de-list-li{
	float: left;
	width: 100%;
	position: relative;
	padding: 22px 40px 22px 102px;
	border-top: 1px solid #e5e7e8;
}
.say-left.say-left-details .say-le-de-list .say-le-de-list-li .say-le-de-list-li-pic{
	position: absolute;
	left: 0;
	top: 23px;
	width: 102px;
}
.say-left.say-left-details .say-le-de-list .say-le-de-list-li .say-le-de-list-li-pic .say-le-de-list-li-pic-img{
	float: left;
	width: 102px;
	height: 102px;
	border-radius: 100%;
	overflow: hidden;
}
.say-left.say-left-details .say-le-de-list .say-le-de-list-li .say-le-de-list-li-pic .say-le-de-list-li-pic-p{
	float: left;
	width: 100%;
	line-height: 28px;
	margin-top: 13px;
	text-align: center;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.say-left.say-left-details .say-le-de-list .say-le-de-list-li .say-le-de-list-li-p{
	float: left;
	width: 100%;
	padding: 9px 0 26px 22px;
	line-height: 36px;
	min-height: 143px;
	
}
.say-left.say-left-details .say-le-de-form{
	float: left;
	width: 100%;
	padding: 10px 25px 0px 14px;
}
.say-left.say-left-details .say-le-de-form .say-le-de-form-1{
	float: left;
	width: 100%;
	background: #f9f7f7;
	padding: 7px 26px 25px 26px;
}
.say-le-de-fo-p{
	float: left;
	width: 100%;
	line-height: 52px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.say-le-de-fo-inp{
	float: left;
	width: 100%;
	height: 172px;
	line-height: 28px;
	padding: 12px 14px 20px 14px;
	font-size: 14px;
}
.say-le-de-fo-sub{
	float: left;
	width: 150px;
	height: 48px;
	line-height: 48px;
	margin-top: 21px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #ed1c24;
}

@media (max-width: 1600px){
	.say-left.say-left-details .say-le-de-top .say-le-de-top-text .say-le-de-top-text-h1 p{
		width: 60%;
	}
}
@media (max-width: 1440px){
	.say-left.say-left-details .say-le-de-top .say-le-de-top-text .say-le-de-top-text-h1{
		height: auto;
		line-height: 28px;
		padding: 10px 0;
	}
	.say-left.say-left-details .say-le-de-top .say-le-de-top-text .say-le-de-top-text-h1 span{
		margin-left: 0;
	}
	.say-left.say-left-details .say-le-de-top .say-le-de-top-text .say-le-de-top-text-h1 p{
		width: 100%;
		max-width: 100%;
	}
	.say-left.say-left-details .say-le-de-top .say-le-de-top-text{
		line-height: 30px;
	}
}

@media (max-width: 767px){
	.say-left.say-left-details {
	    border: 1px solid #eee;
	    padding: 15px 3% 15px 3%;
	}
	.say-left.say-left-details .say-le-de-top .say-le-de-top-pic{
		position: inherit;
		left: auto;
		top: auto;
		float: left;
		width: 100%;
		text-align: center;
	}
	.say-left.say-left-details .say-le-de-top .say-le-de-top-pic img{
		max-width: 100%;
	}
	.say-left.say-left-details .say-le-de-top {
	    
	    padding-left: 0px;
	    padding-bottom: 30px;
	}
	
	.say-left.say-left-details .say-le-de-top .say-le-de-top-text {
	  
	    padding: 0 0px 0 0px;
	    line-height: 28px;
	}
	.say-left.say-left-details .say-le-de-list{
		padding-left: 0;
	}
	.say-left.say-left-details .say-le-de-list .say-le-de-list-li {
	    
	    padding: 15px 0px 15px 80px;
	}
	.say-left.say-left-details .say-le-de-list .say-le-de-list-li .say-le-de-list-li-pic{
		top: 15px;
		width: 80px;
	}
	.say-left.say-left-details .say-le-de-list .say-le-de-list-li .say-le-de-list-li-pic .say-le-de-list-li-pic-img {
	    width: 80px;
	    height: 80px;
	}
	.say-left.say-left-details .say-le-de-list .say-le-de-list-li .say-le-de-list-li-pic .say-le-de-list-li-pic-p {
	   
	    line-height: 24px;
	    margin-top: 5px;
	    font-size: 14px;
	}
	.say-left.say-left-details .say-le-de-list .say-le-de-list-li .say-le-de-list-li-p {
	    padding: 5px 0 5px 10px;
	    line-height: 24px;
	    min-height: 72px;
		font-size: 14px;
	}
	.say-left.say-left-details .say-le-de-form {
	    padding: 0px 0px 0px 0px;
	}
	.say-left.say-left-details .say-le-de-form .say-le-de-form-1 {
	    padding: 5px 5% 15px 5%;
	}
	.say-le-de-fo-p{
		line-height: 42px;
	}
	.say-le-de-fo-sub {
	  
	    width: 120px;
	    height: 36px;
	    line-height: 36px;
	    margin-top: 10px;
	   
	}
}


/*楼盘详情*/
.floor-new{
	float: left;
	width: 100%;
}
.floor-new .pic-Text{
	position: inherit;
    top: auto;
}
.floor-new .tc-contact {
    float: left;
    width: 100%;
    padding: 66px 60px 75px 60px;
    font-size: 16px;
    color: #666;
}
.floor-new .tc-contact .tc-con-top .floor-pic{
	width: 61.7%;
}
.floor-new .tc-contact .tc-con-top .floor-text{
	width: 38.3%;
	padding-left: 56px;
}
.floor-new .tc-contact .tc-con-bot .tc-con-bot-h1{
	width: 100%;
	color: #d31215;
	margin-right: 0;
	line-height: 81px;
	border-bottom: 1px solid #e5e5e5;
}
.floor-new .tc-contact .tc-con-bot .tc-con-bot-p{
	width: 100%;
	padding: 8px 0 11px 0;
	line-height: 40px;
	margin-top: 0;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
}
.floor-new .tc-contact .tc-con-bot .tc-con-bot-p span{
	display: block;
	float: left;
	width: 50%;
	margin-right: 0;
	padding-left: 10px;
}
.floor-new .tc-contact .tc-con-bot .tc-con-bot-p span:nth-child(3){
	width: 100%;
}
.floor-new .tc-contact .tc-con-top .floor-text .floor-text-p{
	line-height: 34px;
	padding: 50px 0 55px 0;
	font-size: 16px;
	color: #666;
}
.floor-new .tc-contact .tc-con-top .floor-text .floor-text-p strong{
	float: left;
	width: 100%;
	line-height: 34px;
	margin-bottom: 12px;
}
.floor-new .floor-text-txt img{
	vertical-align: middle;
	padding-bottom: 6px;
	margin-right: 16px;
}
.floor-new .tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-txt{
	margin-top: 35px;
	line-height: 50px;
	font-size: 30px;
}
.floor-new .tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-num{
	line-height: 66px;
	margin-top: 0;
	font-size: 60px;
	
}

.pd-60{
	padding: 0 60px;
}
.floor-new-1{
	float: left;
	width: 100%;
	background: #f9f9f9;
	padding: 26px 40px 45px 30px;
}
.floor-new-1 .fl-new-1-title{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.floor-new-1 .fl-new-1-title span{
	display: inline-block;
	height: 48px;
	line-height: 48px;
	font-size: 26px;
	color: #000101;
	border-bottom: 3px solid #d31215;
	position: relative;
	bottom: -2px;
}
.floor-new-1 .fl-new-1-p{
	float: left;
	width: 100%;
	line-height: 38px;
	margin-top: 33px;
	font-size: 16px;
	color: #333;
}
/*户型介绍*/
/* .hxjs.floor-new-2{
	padding-top: 0;
}
.hxjs.floor-new-2 ul li{
	padding: 0 10px;
}
.hxjs.floor-new-2 ul li .fl-new-2-p1{
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hxjs.floor-new-2 ul li .fl-new-2-p2{
	white-space: nowrap;
	text-overflow: ellipsis;
} */
/*户型介绍start*/
.hxjs{
	float: left;
	width: 100%;
	padding: 0px 0 90px 0;
}
.hxjs .fl-new-2-span{
	float: left;
	width: 100%;
}
.hxjs .fl-new-2-span span{
	display: inline-block;
	padding: 0 56px;
	line-height: 56px;
	background: #d31215;
	font-size: 26px;
	color: #fefefe;
	border-radius: 28px;
}
.hxjs ul{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.hxjs ul li{
	float: left;
	width: 100%;
	padding: 0 10px;
}
.hxjs ul a{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.hxjs ul li a img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.hxjs ul li:hover a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.hxjs ul .slick-arrow{
	position: absolute;
	top: -40px;
	right: 30px;
	width: 28px;
	height: 4px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	
}
.hxjs ul .slick-arrow.slick-prev{
	right: 80px;
	background: url(../image/lpxq-left.png) no-repeat;
}
.hxjs ul .slick-arrow.slick-prev:hover{
	background: url(../image/lpxq-left-on.png) no-repeat;
}
.hxjs ul .slick-arrow.slick-next{
	background: url(../image/lpxq-right.png) no-repeat;
}
.hxjs ul .slick-arrow.slick-next:hover{
	background: url(../image/lpxq-right-on.png) no-repeat;
}
.hxjs ul .fl-new-2-txt{
	float: left;
	width: 100%;
	margin-top: 12px;
	text-align: center;
}
.hxjs ul .fl-new-2-txt .fl-new-2-p1{
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hxjs ul .fl-new-2-txt .fl-new-2-p1:hover a{
	color: #d31215;
}

.hxjs ul .fl-new-2-txt .fl-new-2-p2{
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*户型介绍end*/




.floor-new-2{
	float: left;
	width: 100%;
	padding: 56px 0 90px 0;
}
.floor-new-2 .fl-new-2-span{
	float: left;
	width: 100%;
}
.floor-new-2 .fl-new-2-span span{
	display: inline-block;
	padding: 0 56px;
	line-height: 56px;
	background: #d31215;
	font-size: 26px;
	color: #fefefe;
	border-radius: 28px;
}
.floor-new-2 ul{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.floor-new-2 ul li{
	float: left;
	width: 100%;
	padding: 0 30px;
}
.floor-new-2 ul a{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.floor-new-2 ul li a img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.floor-new-2 ul li:hover a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.floor-new-2 ul .slick-arrow{
	position: absolute;
	top: -40px;
	right: 30px;
	width: 28px;
	height: 4px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	
}
.floor-new-2 ul .slick-arrow.slick-prev{
	right: 80px;
	background: url(../image/lpxq-left.png) no-repeat;
}
.floor-new-2 ul .slick-arrow.slick-prev:hover{
	background: url(../image/lpxq-left-on.png) no-repeat;
}
.floor-new-2 ul .slick-arrow.slick-next{
	background: url(../image/lpxq-right.png) no-repeat;
}
.floor-new-2 ul .slick-arrow.slick-next:hover{
	background: url(../image/lpxq-right-on.png) no-repeat;
}
.floor-new-2 ul .fl-new-2-txt{
	float: left;
	width: 100%;
	margin-top: 12px;
	text-align: center;
}
.floor-new-2 ul .fl-new-2-txt .fl-new-2-p1{
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	color: #333;
	overflow: hidden;
}
.floor-new-2 ul .fl-new-2-txt .fl-new-2-p2{
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}
.floor-new-3{
	float: left;
	width: 100%;
	padding-bottom: 76px;
}
.fl-new-3-title{
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-align: center;
	background: #f9f9f9;
}
.floor-new-3 .floor-1 {
    float: left;
    width: 100%;
    padding: 40px 0px 0px 0px;
}
.floor-new-3 .floor-1 .floor-1-list ul li{
	background: none;
	border-bottom: 1px solid #ebebeb;
}

@media (max-width: 1680px){
	.floor-new .tc-contact .tc-con-bot .tc-con-bot-h1{
		line-height: 60px;
		font-size: 28px;
	}
	.floor-new .tc-contact .tc-con-bot .tc-con-bot-p{
		line-height: 36px;
		font-size: 16px;
	}
	.floor-new .tc-contact .tc-con-top .floor-text .floor-text-p{
		line-height: 30px;
		padding: 30px 0 35px 0;
	}
	.floor-new .tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-txt{
		font-size: 24px;
	}
	.floor-new .tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-num{
		font-size: 48px;
	}
	.floor-new-1 .fl-new-1-title span{
		font-size: 22px;
	}
	.floor-new-2 .fl-new-2-span span{
		font-size: 22px;
	}
	.hxjs .fl-new-2-span span{
		font-size: 22px;
	}
}
@media (max-width: 1440px){
	.floor-new .tc-contact .tc-con-top .floor-text{
		padding-left: 38px;
	}
	.floor-new .tc-contact .tc-con-bot .tc-con-bot-h1 {
	    line-height: 48px;
	    font-size: 24px;
	}
	.floor-new .tc-contact .tc-con-bot .tc-con-bot-p {
	    line-height: 30px;
	    font-size: 14px;
	}
	.floor-new .tc-contact .tc-con-top .floor-text .floor-text-p {
	    line-height: 24px;
	    padding: 15px 0 20px 0;
	}
	.floor-new .tc-contact .tc-con-top .floor-text .floor-text-p strong {
	    line-height: 30px;
	    margin-bottom: 6px;
	}
	.floor-new .tc-contact .tc-con-top .floor-text .floor-text-p{
		font-size: 14px;
	}
	.floor-new .tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-txt{
		font-size: 22px;
	}
	.floor-new .tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-num{
		font-size: 36px;
	}
	.floor-new-2 ul li{
		padding: 0 15px;
	}
	.hxjs ul li{
		padding: 0 10px;
	}
}
@media (max-width: 1199px){
	.pd-60 {
	    padding: 0 3%;
	}
	.floor-new .tc-contact .tc-con-top .floor-pic{
		width: 100%;
	}
	.floor-new .tc-contact .tc-con-top .floor-text{
		width: 100%;
	}
	.floor-new .tc-contact {
	    padding: 36px 3% 45px 3%;
	}
	.floor-new .tc-contact .tc-con-top .floor-text{
		padding-left: 0;
	}
	.floor-new .tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-num{
		line-height: 48px;
	}
	.floor-new .tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-txt{
		margin-top: 20px;
		line-height: 38px;
	}
}

@media (max-width: 767px){
	.floor-new .tc-contact {
	    padding: 16px 3% 15px 3%;
	}
	.floor-new .tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-txt {
	    margin-top: 5px;
	    line-height: 28px;
		font-size: 18px;
	}
	.floor-new .floor-text-txt img {
		width: 24px;
	    padding-bottom: 5px;
	    margin-right: 10px;
	}
	.floor-new .tc-contact .tc-con-top .floor-text .floor-text-phone .floor-text-num {
	    line-height: 36px;
		font-size: 24px;
	}
	.floor-new-1 {
	    padding: 16px 3% 25px 3%;
	}
	.floor-new-1 .fl-new-1-title span {
	    height: 40px;
	    line-height: 40px;
	    font-size: 18px;
	    border-bottom: 2px solid #d31215;
	    bottom: -1px;
	}
	.floor-new-1 .fl-new-1-p {
	    line-height: 28px;
	    margin-top: 13px;
	    font-size: 14px;
	}
	
	.hxjs {
	    padding: 20px 0 20px 0;
	}
	.hxjs ul{
		margin-top: 15px;
	}
	.hxjs .fl-new-2-span span {
		display: inline-block;
	    padding: 0 26px;
	    line-height: 36px;
	    font-size: 18px;
	    border-radius: 18px;
	}
	.hxjs .fl-new-2-span{
		text-align: center;
	}
	.hxjs ul .fl-new-2-txt{
		margin-top: 0;
	}
	.hxjs ul .fl-new-2-txt .fl-new-2-p1 {
	    height: 30px;
	    line-height: 30px;
	    font-size: 18px;
	}
	.hxjs ul .fl-new-2-txt .fl-new-2-p2 {
	    height: 20px;
	    line-height: 20px;
	    font-size: 14px;
	}
	
	
	
	
	.floor-new-2 {
	    padding: 20px 0 20px 0;
	}
	.floor-new-2 ul{
		margin-top: 15px;
	}
	.floor-new-2 .fl-new-2-span span {
		display: inline-block;
	    padding: 0 26px;
	    line-height: 36px;
	    font-size: 18px;
	    border-radius: 18px;
	}
	.floor-new-2 .fl-new-2-span{
		text-align: center;
	}
	.hxjs .slick-dots{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.hxjs .slick-dots li {
		display: inline-block;
		float: none;
		width: 8px;
		height: 8px;
		margin: 0 2px;
		padding: 0;
		background: #ccc;
		border-radius: 100%;
	}
	.hxjs .slick-dots li.slick-active{
		background: #e60012;
	}
	.hxjs li button{
		display: none;
	}
	
	
	
	.floor-new-2 ul .fl-new-2-txt{
		margin-top: 0;
	}
	.floor-new-2 ul .fl-new-2-txt .fl-new-2-p1 {
	    height: 30px;
	    line-height: 30px;
	    font-size: 18px;
	}
	.floor-new-2 ul .fl-new-2-txt .fl-new-2-p2 {
	    height: 20px;
	    line-height: 20px;
	    font-size: 14px;
	}
	.fl-new-3-title {
	    height: 48px;
	    line-height: 48px;
	    font-size: 20px;
	}
	.floor-new-3 .floor-1 {
	    padding: 0px 0px 0px 0px;
	}
	.floor-new-3{
		padding-bottom: 30px;
	}
	
	
	.floor-new-2 ul .slick-dots{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.floor-new-2 ul .slick-dots li {
		display: inline-block;
		float: none;
		width: 8px;
		height: 8px;
		margin: 0 2px;
		padding: 0;
		background: #ccc;
		border-radius: 100%;
	}
	.floor-new-2 ul .slick-dots li.slick-active{
		background: #e60012;
	}
	.floor-new-2 ul li button{
		display: none;
	}
	
}
/*法律条款*/
.law{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	padding: 40px 0 80px 0;
	margin-top: 74px;
}
.law h2{
	font-weight: bold;
	font-size: 36px;
	text-align: center;
}
@media (max-width: 1440px){
	.law{
		font-size: 14px;
		padding: 20px 0 40px 0;
		margin-top: 74px;
	}
	.law h2{
		font-size: 30px;
	}
}
@media (max-width: 767px){
	.law{
		padding: 15px 0 30px 0;
		margin-top: 74px;
	}
	.law h2{
		font-size: 24px;
	}
}

/*缴费页面*/
.pay-img{
	float: left;
	width: 100%;
	padding-bottom: 80px;
	text-align: center;
}
.pay-img ul{
	float: left;
	width: 100%;
	margin-top: 50px;
}
.pay-img ul li{
	float: left;
	width: 24.1%;
	margin-right: 1.2%;
	margin-top: 10px;
}
.pay-img ul li:nth-child(4n){
	margin-right: 0%;
}
.pay-img img{
	
	max-width: 100%;
}
@media (max-width: 1440px){
	.pay-img{
		padding-bottom: 40px;
	}
	.pay-img ul{
		margin-top: 20px;
	}
}
@media (max-width: 767px){
	.mat-0{
		margin-top: 20px;
	}
	.pay-img ul li{
		width: 49%;
		width: 100%;
		margin-top: 5px;
	}
	.pay-img ul li:nth-child(2n){
		margin-right: 0%;
	}
	.pay-img {
	    padding-bottom: 0px;
	}
	.law h3{
		font-size: 18px;
	}
}