@charset "utf-8";

body {
	font-size: 14px;
	font-family: "Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
	color: #374051;
	overflow-x: hidden;
	line-height: 1;
	word-wrap: break-word
}
.header{
	padding: 0;
    margin: 0;
    width: 100%;
    z-index: 301;
    min-width: 1200px;
    background:rgba(153,153,153,0.2);
    position:absolute;
	top:0;
	left:0;
	box-shadow:0 0 16px #336699 inset;
}
.header a{
	color:#ffffff;
}
.header-wrap {
	width: 1200px;
	margin: 0 auto;
}
.header-left {
	float: left;
}
.header-left img{
	padding:15px 0;
}
.header-right {
	float: right;
}
.header-right .tel{
	height:40px;
	line-height:50px;
	font-size: 26px;
	text-align: right;
	color: #ffffff;
}
.header-right .tel i {
    background: url(../images/tel.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
}
.header-right .tel span{
	position: relative;
    top: 3px;
}

.header-right .nav{
	height:50px;
	line-height:50px;
}
.header-right .nav>ul>li{
	float: left;
	width:140px;
	text-align: center;
}
.header-right .nav>ul>li>a{
	font-size: 18px;
	display: block;
	/*position: relative;
	top:-4px;
	border-bottom: 4px solid #FFFFFF;*/
}
.header-right .nav>ul>li>a:hover,.header-right .nav .current{
	color: #33ccff;
	/*bordercoupon-bottom: 4px solid #23ac36;*/
}
.coupon{
	padding: 0;
    margin: 0;
    width: 100%;
    height:185px;
    z-index: 301;
    min-width: 1200px;
    background:rgba(0,0,51,0.5);
    position:fixed;
	bottom:0;
	left:0;
	/*box-shadow:0 0 16px #336699 inset;*/
	color: #FFFFFF;
}
.coupon-wrap {
	width: 1200px;
	margin: 0 auto;
}
.coupon-top {
	font-size:26px;
	text-align: center;
	line-height: 100px;
}
.coupon-top span{
	font-size:40px;
	color: #ffff33;
	margin: 0 10px;
}
.coupon-bottom{
	width:600px;
	margin: 0 auto;
}
.coupon-bottom .box input{
	padding-left: 10px;
	width:400px;
	height:36px;
	font-size: 22px;
}
.coupon-bottom .txt input{
	margin-left:20px;
	width:80px;
	height:36px;
	font-size: 22px;
}
.coupon-bottom .btn input{
	width:140px;
	height:40px;
	margin-left:40px;
	border-radius:30px;
	background:#ffff33;
	border:1px solid #ffff33;
	color: #333399;
	font-size: 16px;
	cursor: pointer;
}
.coupon-bottom .link a{
	margin-left:35px;
	color: #FFFFFF;
	line-height: 40px;
}

.section {
	min-width: 1200px;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
	height: 1080px;
}
.fl{float: left;}
.fr{float: right;}
.section .slide{ /* CSS for each slide */
	width: 100%;
	height:1080px;
	display: block;
	font-family: 'Lato', sans-serif; /* Use google font */
	font-size: 1.2em;
	line-height: 2em;
	color: white;
	overflow: hidden;
	-webkit-box-sizing: border-box; /* include padding/ border as part of declared menu width */
	-moz-box-sizing: border-box;
	z-index: 1000;
	background: #E56464;
	-webkit-transform: translate3d(0, 0, 0); /* to prevent flickering in iOS */
}
.section .slide .p1{
	position: relative; top: 1%; font: 700 46px 'Microsoft Yahei'; text-align: center;margin-top:150px;padding-bottom:10px;
}
.section .slide .p2{
	position: relative; top: 1%; font: 100 24px 'SimHei'; text-align: center;line-height:30px;width:1000px;margin:0 auto;padding-bottom:30px;
}
.section .slide .p3{
	position: relative; top: 1%; font: 100 18px 'Microsoft Yahei'; text-indent:2em;width:1000px;color:#33ccff;margin:0 auto;line-height:30px;padding-bottom:25px;
}
.section .slide .p4{
	position: relative; top: 1%; font: 100 22px 'SimHei'; text-align: center;width:800px;margin:0 auto;line-height:30px;padding-bottom:80px;
}
.section .slide .p5{
	text-align:center;width:1000px;margin:0 auto;
}
.section .slide .p5 .pic{
	float:left;
}
.section .slide .p5 .service{
	float:left;
	width:400px;
	margin:0 20px;
	font: 100 16px 'Microsoft Yahei';
}
.section .slide .p5 .service li{
	float:left;
	margin: 25px 10px;
	width:160px;
	text-align:center;
	line-height:30px;
}
.section .slide .p6{
	text-align:center;
	margin-top:50px;
}
.section .slide .p6 a{
	display:inline-block;
	background: url(../images/btn.png) center center no-repeat;
	width:200px;
	height:60px;
	line-height:46px;
	font-family:'SimHei';
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
}

.section .slide:nth-of-type(1){ /* 1nd demo slide bgcolor */
	background: url(../images/lk_bg.jpg) center center no-repeat;
}

.section .slide:nth-of-type(2){ /* 2nd demo slide bgcolor */
	background: url(../images/zs_bg.jpg) center center no-repeat;
}

.section .slide:nth-of-type(3){ /* 2nd demo slide bgcolor */
	background: url(../images/yx_bg.jpg) center center no-repeat;
}

.section .slide:nth-of-type(4){ /* 2nd demo slide bgcolor */
	background: url(../images/shop_bg.jpg) center center no-repeat;
}

.section .slide:nth-of-type(5){ /* 2nd demo slide bgcolor */
	background: url(../images/visa_bg.jpg) center center no-repeat;
}

.section .slide:nth-of-type(6){ /* 2nd demo slide bgcolor */
	background: url(../images/xcx_bg.jpg) center center no-repeat;
}

.section .slide:nth-of-type(7){ /* 2nd demo slide bgcolor */
	background: url(../images/dz_bg.jpg) center center no-repeat;
}
