﻿/*通用类*/
* {
	margin: 0;
	padding: 0;
}
body {
	min-width: 1000px;
	margin: 0 auto;
	font-size: 14px;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	text-align: justify;
	color: #333;
}
h1, h2, h3 {
	font-weight: 500;
}
img {
	border: none;
}
a {
	cursor: pointer;
	color: #333;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #3dc9ff;
}
ul {
	list-style-type: none;
}
em {
	font-style: normal;
}
.lt {
	float: left;
}
.rt {
	float: right;
}
input.sub, label {
	border: none;
	cursor: pointer;
}
input, textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}
table {
	border-collapse: collapse;
}
table td, table th {
	padding: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color:#ccc;
}
input::-moz-placeholder, textarea::-moz-placeholder {   /* Mozilla Firefox 19+ */
 color:#ccc;
}
input:-moz-placeholder, textarea:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#ccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {  /* Internet Explorer 10-11 */
 color:#ccc;
}
div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.line5 {
	font-size: 1px;
	height: 5px;
	width: 100%;
	clear: both;
}
.line10 {
	font-size: 1px;
	height: 10px;
	width: 100%;
	clear: both;
}
.line20 {
	font-size: 1px;
	height: 20px;
	width: 100%;
	clear: both;
}
/*wrapin 主体容器宽度*/
.wrapin {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/*公用CSS 开始*/

/*header 开始*/

header .Nav {
	background: #749cbf;
	font-size: 16px;
	color: #fff;
	height: 70px;
	line-height: 70px;
}
header .Nav .logo {
	float: left;
	padding-top: 5px;
}
header .Nav .link {
	float: left;
}
header .Nav .link a {
	color: #fff;
	margin-left: 50px;
}
header .Nav .link a:hover {
	color: #a4e6ff;
}
header .Nav .Telep {
	float: right;
}
header .Nav .Telep i {
	position: relative;
	left: -10px;
	top: 2px;
}
.poster {
	background: url(../images/bg.jpg) no-repeat center;
	height: 622px;
}
.poster .typeface {
	padding-top: 100px;
	padding-right:100px;
	width: 758px;
	height: 253px;
	margin: 0 auto;
}
.poster .typeface img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	animation: my 1s ease-in-out;
	-webkit-animation: my ease-in-out 1s;
}
@keyframes my {
 0% {
transform:scale(0);
-webkit-transform:scale(0);  /*兼容-webkit-引擎浏览器*/
-moz-transform:scale(0);
opacity:0;
}
 100% {
transform:scale(1);
-webkit-transform:scale(1);  /*兼容-webkit-引擎浏览器*/
-moz-transform:scale(1);
opacity:1;
}
}
 @-webkit-keyframes my {
 0% {
transform:scale(0);
-webkit-transform:scale(0);  /*兼容-webkit-引擎浏览器*/
-moz-transform:scale(0);
opacity:0;
}
 100% {
transform:scale(1);
-webkit-transform:scale(1);  /*兼容-webkit-引擎浏览器*/
-moz-transform:scale(1);
opacity:1;
}
}
.poster .Cons {
	display: block;
	background: rgba(225,255,255,0.2);
	width: 270px;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 40px;
	position:relative;
	right:50px;
}
.poster .Cons:hover {
	color: #a4e6ff;
	background: rgba(225,255,255,0.3);
}
.Discount {
	background: url(../images/bg2.jpg) no-repeat center;
	height: 419px;
}
.Discount .Title {
	text-align: center;
	padding-top: 70px;
}
.Discount .Title P {
	font-size: 28px;
	color: #4c5057
}
.receive_lt {
	float: left;
	background: url(../images/Coupon1.png) no-repeat center;
	height: 165px;
	width: 407px;
	margin-left: 65px;
}
.receive {
	margin-top: 50px;
}
.receive_rt {
	float: right;
	background: url(../images/Coupon2.png) no-repeat center;
	height: 165px;
	width: 407px;
	margin-right: 65px;
}
.receive .rece_a {
	display: inline-block;
	width: 120px;
	background: #fff;
	color: #3dc9ff;
	font-size: 30px;
	padding: 20px 0;
	border-radius: 100px;
	text-align: center;
	margin-left: 260px;
	margin-top: 25px;
	box-shadow: 4px 4px 10px #000
}
.receive .rece_a:hover {
	color: #2ea0cc;
}
.receive>div:hover {
	margin-top: -20px;
}
.receive>div {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 0;
}
.ensure {
	background: url(../images/ensure-bg.jpg) no-repeat center;
	height: 891px;
}
.Title1 {
	text-align: center;
	padding: 50px 0;
}
.Title1 h2 {
	font-size: 40px;
}
.Title1 i {
	background: #3dc9ff;
	height: 2px;
	width: 100px;
	display: inline-block;
}
.ensure ul li {
	text-align: center;
	width: 333px;
	float: left;
}
.ensure ul li .img {
	width: 103px;
	height: 103px;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
}
.ensure ul li .img img {
	width: 100%
}
.ensure ul li h2 {
	font-size: 25px;
	font-weight: 800;
}
.ensure ul li p {
	font-size: 17px;
	width: 170px;
	padding: 10px;
	text-align: center;
	margin: 0 auto
}
.white_bg {
	background: #fff;
	height: 278px;
}
.white_bg p {
	color: #999;
}
.black_bg {
	background: #4c5057;
	color: #fff;
	height: 278px;
}
.black_bg p {
	color: #fff;
}
.ensure .pers {
	width: 460px;
	height: 60px;
	line-height: 60px;
	margin: 50px auto;
	font-size: 26px;
	border-radius: 10px;
	border: 2px solid #4c5057;
	overflow: hidden;
}
.ensure .pers span {
	color: #3dc9ff;
	background: #4c5057;
	width: 168px;
	height: 60px;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
}
.ind_details .switch1 {
	display: table;
	width: 900px;
	margin: 0 auto 25px;
}
.ind_details .switch1 .column {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	text-align: center;
}
.ind_details .switch1 .column:hover, .ind_details .switch1 .hover {
	color: #3dc9ff
}
.table1 {
	display: none
}
.table1.show {
	display: block;
}
.table1 .col {
	text-align: center;
	background: #4c5057;
	color: #fff;
	font-size: 20px;
}
.table1 tr td:nth-child(1), .table1 tr td:nth-child(3) {
	text-align: center;
}
.table1 tr td p {
	padding: 0 15px;
}
.butta {
	width: 267px;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	color: #fff;
	background: #4c5057;
	text-align: center;
	border-radius: 5px;
	margin: 50px auto;
	display: block;
}
.butta.a1 {
	width: 350px;
}
.index_data {
	margin-bottom: 80px;
}
.data_text{ height:400px;}
.index_data .data_text li {
	width: 250px;
	height: 370px;
	color: #fff;
	float: left;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.index_data .data_text li .pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}
.index_data .data_text li .pic img {
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.index_data .data_text li:hover .pic img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.3);
	height: auto;
}
.index_data .data_text li:hover::after {
	opacity: 0.2;
}
.index_data .data_text li:hover {
	height: 430px;
	margin-top: -30px;
}
.index_data .data_text li::after {
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	display: inline-block;
	opacity: 0.6;
	position: absolute;
	top: 0;
}
.index_data .data_text li .ash {
	padding: 200px 20px 0;
	position: relative;
	z-index: 100
}
.index_data .data_text li:hover .ash {
	padding-top: 235px;
}
.index_data .data_text li .ash h2 {
	font-size: 24px;
}
.index_data .data_text li .ash p {
	margin: 10px 0;
}
.index_data .data_text li .ash a {
	width: 156px;
	height: 45px;
	border: 1px solid #fff;
	border-radius: 10px;
	display: inline-block;
	line-height: 45px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.index_data .data_text li:hover .ash a {
	background: #fff;
	color: #4c5057;
}
.choose {
	background: url(../images/choose-bg.jpg) no-repeat center;
	height: 663px;
}
.choose .Title {
	text-align: center;
	padding: 80px 0 50px;
}
.choose .Title p {
	font-size: 28px;
	color: #fff;
	margin-top: 5px;
}
.choose ul li {
	height: 90px;
	text-align: center;
	margin-left: 50px;
	color: #fff;
	margin-bottom: 40px;
}
.choose ul li h2, .choose ul li .img {
	display: inline-block;
	width:225px;
	vertical-align: middle;
}
.choose ul li p{
	display: inline-block;
	width:225px;
	vertical-align: middle;
	
}

.choose ul li h2 {
	font-size: 35px;
}
.choose ul li .img {
	width: 90px;
	height: 90px;
	margin: 0 30px;
}
.choose ul li p {
	text-align: left;
	line-height: 26px;
}
.famous {
	padding-bottom: 20px;
}
.famous .lxl_swi {
	padding:0 140px;
	position:relative;
	
}

.lxl-next{ background:url(../images/zuo.png); position:absolute; left:0 ; top:50%; width:75px ; height:75px; margin-top:-37px;}
.lxl-prev{ background:url(../images/you.png); position:absolute; right:0 ; top:50%;width:75px ; height:75px;margin-top:-37px;}
	

.famous ul li {
	height: 211px;
	background: #4c5057;
}
.famous ul li img {
	float: left
}
.famous ul li .text {
	float: left;
	color: #fff;
	margin: 50px 0 0 20px;
}
.famous ul li .text h3 {
	font-size: 22px;
}
.famous .jisa {
	text-align: center;
	margin: 30px;
	font-size: 16px;
}
.famous .jisa span {
	font-size: 30px;
	color: #3dc8ff;
}
.case ul {
	margin-left: 192px;
}
.case ul li {
	float: left;
	width: 81px;
	height: 81px;
	border-radius: 100px;
	overflow: hidden;
	margin-right: 30px;
}
.case ul li img {
	width: 100%;
}
.case .ash .tx {
	width: 160px;
	height: 160px;
	position: relative;
	border: 2px solid #3dc8ff;
	border-radius: 100px;
	float: left;
}
.case .ash {
	margin-top: 50px;
}
.case .ash .tx i {
	position: absolute;
	top: -30px;
	right: -10px;
	display: inline-block;
}
.case .ash .tx img {
	width: 100%;
}
.case .ash .pers {
	float: left;
	margin-left: 40px;
}
.case .ash .pers h2 {
	font-size: 22px;
	color: #3dc8ff;
	margin: 5px 0;
}
.case .ash .pers .text {
	margin-top: 20px;
}
.case .ash .pers .text p {
	width: 777px;
	color: #727171;
}
.case .ash {
	display: none;
}
.case .ash.show {
	display: block;
}
.learn {
	background: url(../images/learnbg.jpg) no-repeat center;
	height: 1165px;
}
.learn .Title {
	text-align: center;
	padding-top: 180px;
}
.learn .Title P {
	font-size: 28px;
	color: #fff;
}
.learn ul {
	text-align: center;
	margin: 40px auto;
}
.learn ul li {
	padding: 15px 40px;
	text-align: center;
	font-size: 20px;
	color: #3dc8ff;
	display: inline-block;
	vertical-align: middle;
}
.learn ul li:hover, .learn ul li.hover {
	border-bottom: 5px solid #3dc8ff;
	padding-bottom: 10px;
}
.learn_pic .pic {
	float: left;
	width: 232px;
	margin-bottom: 19px;
	margin-left: 19px;
	overflow: hidden;
}
.learn_pic .lt {
	width: 50%;
}
.learn_pic img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.learn_pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.learn_pic {
	display: none;
}
.learn_pic.show {
	display: block;
}
.addre {
	color: #fff;
	margin: 10px 0;
}
.addre .lt {
	margin-left: 190px;
}
.coordi i {
	display: inline-block;
	width: 20px;
	height: 24px;
	vertical-align: middle;
	position: relative;
	top: -5px;
}
.coordi .tex {
	display: inline-block;
	vertical-align: middle;
}
.coordi.a1 {
	float: left;
	margin-left: 132px;
}
.addre .Telep {
	font-size: 28px;
}
.addre .Telep i {
	position: relative;
	left: -10px;
	top: 2px;
}
.Copyr{ text-align:center; color:#fff; font-size:15px; margin-top:30px;}
.lxl-next.swiper-button-disabled,.lxl-prev.swiper-button-disabled{ opacity:0.2;}