﻿a:hover {
	text-decoration: none;
}
@media  (min-width:1200px ) {
	body{
		min-width: 1200px;
		overflow: scroll;
	}
	.container {
		width: 1200px;
		margin: 0 auto;
	}
}
a {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}




/*头部样式*/

#header {
	position: absolute;
	width: 400px;
	height: 124px;
	top: 38px;
	left: 50%;
	margin-left: -200px;
	z-index: 10;
}




/*大图样式*/

#banner {
	position: relative;
	overflow: hidden;
}

#banner .owl-theme .owl-controls .owl-dots {
	position: absolute;
	bottom: 2%;
	width: 100%;
}


/*大图下方点点的位置*/

#banner #owl-demo a.item {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: auto 100%
}

#owl-demo,
#owl-demo .owl-wrapper-outer,
#owl-demo .owl-wrapper,
#owl-demo .owl-item,
#banner {
	height: 782px;
}
/*大图记得修改高度*/

/*大图记得修改高度*/


/*内容区样式开始*/
.content-head {
	background: #00b9e7;
}
.content-head ul{
	display: table;
	width: 100%;
	height: 100px;
}
.content-head ul li{
	display: table-cell;
	width: 25%;
	text-align: center;
	vertical-align: middle;
}
.content-head ul li span{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-top: 5px;
}

.index-item1{
	height: 1046px;
	background: url(../images/con1-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 43px;
}

.index-item1 form{
	width: 714px;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	text-align: center;
	border-radius: 18px;
}

.index-item1 form h3{
	position: relative;
	display: inline-block;
	margin-top: 45px;
}
.index-item1 form h3:before,.index-item1 form h3:after{
	content:"";
	position: absolute;
	width: 120px;
	height: 0;
	border-top: 2px dotted #b9babb;
	top: 22px;
}
.index-item1 form h3:before{
	left: -120px;
}
.index-item1 form h3:after{
	right: -120px;
}
.index-item1  .form-item{
	text-align: center;
	margin-top: 42px;
}
.index-item1  .form-item input{
	width: 648px;
	height: 82px;
	border-radius: 20px;
	border: none;
	outline: none;
	background: #b6b6b6;
	color: #e2e2e2;
	padding-left: 32px;
	line-height: 82px;
	font-size: 32px;
}

.index-item1  .form-item .submit{
	width: 542px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background: #00a9d4;
	font-size: 35px;
	color: #fff;
	border-radius: 0;
	margin-top: 26px;
	margin-bottom: 56px;
}

.index-item2{
	background: #fefbee;
	padding-top: 48px;
	padding-bottom: 175px;
	position: relative;
}
.index-item2 .picture{
	position: absolute;
	width: 100%;
	height: 291px;
	background: url(../images/con3-pic1.png) no-repeat center center;
	background-size: cover;
	top: -291px;
}
.index-title h3{
	font-size: 38px;
	line-height: 1;
	text-align: center;
	color: #00b9e7;
	font-weight: normal;
}
.index-title p{
	font-size: 24px;
	color: #797979;
	line-height: 34px;
	text-align: center;
	margin-top: 20px;
}

.index-item2 ul{
	margin-top: 98px;
}
.index-item2 ul li{
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
}
.index-item2 ul li:after{
	content: "";
	position: absolute;
	background:url(../images/arrow.png) no-repeat center center ;
	width: 61px;
	height: 69px;
	right: -30px;
	top: 83px;
}
.index-item2 ul li:last-of-type:after{
	display: none;
}
.index-item2 ul li span{
	display: block;
	text-align: center;
	font-size: 24px;
	color: #717171;
	line-height: 1;
	margin-top: 20px;
}

.index-item3{
	background: url(../images/con4-bg.jpg) no-repeat center center;
}

.index-about{
	background: rgba(0,0,0,0.45);
	height: 806px;
	padding-top: 73px;
	max-height: 806px;
	overflow: hidden;
}

.index-about .text{
	padding: 0 96px;
	text-indent: 43px;
	font-size: 24px;
	line-height: 42px;
	color: #fff;
	font-weight: normal;
	margin-top: 68px;

}

.index-about .text p{
	text-align: center;
}

.index-item4{
	margin-top: 70px;
}
.index-item4 ul{
	display: table;
	width: 100%;
	margin-top: 75px;
}
.index-item4 ul li{
	display: table-cell;
	width: 16.666666667%;
	text-align: center;
	vertical-align: middle;
}

.index-item5{
	margin-top: 130px;
	padding-bottom: 47px;
	border-bottom: 11px solid #00b9e7;
}
.index-item5 img{
	margin-top: 75px;
}

.index-item6{
	background: url(../images/con6-bg.jpg) no-repeat center center;
	background-size: cover;
}
.index-item6 .index-car{
	background: rgba(0,0,0,0.65);
	padding-top: 34px;
}
.index-item6 .index-car img{
	margin-top: 56px;
}
.index-item6 .index-car .index-title p{
	color: #fff;
}
img{
	max-width: 100%;
}
.index-item7{
	background: url(../images/con7-bg.jpg) repeat;
	padding-top: 80px;
}

.index-item7 h3{
	color: #5e5e5e;
	font-size: 38px;
	line-height: 1;
	text-align: center;
	margin-bottom: 88px;
}
.index-item7 ul{
	padding: 0 60px;
}
.index-item7 ul li{
	float: left;
	width: 22%;
	background: #fff;
	margin-right: 4%;
	margin-bottom: 90px;
}
.index-item7 ul li:last-child{
	margin-right: 0;
}
.index-item7 ul li .picture{
	position: relative;
	height: 205px;
}
.index-item7 ul li .picture img{
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.index-item7 ul li span{
	display: block;
	text-align: center;
	font-size: 26px;
	color: #5e5e5e;
	line-height: 60px;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}





.index-item8{
	background: url(../images/con7-bg.jpg) repeat;
	padding-top: 80px;
	margin-bottom: 132px;
}

.index-item8 h3{
	color: #5e5e5e;
	font-size: 38px;
	line-height: 1;
	text-align: center;
	margin-bottom: 88px;
}
.index-item8 ul{
	padding: 0 60px;
}
.index-item8 ul li{
	float: left;
	width: 22%;
	background: #fff;
	margin-right: 4%;
	margin-bottom: 90px;
}
.index-item8 ul li:last-child{
	margin-right: 0;
}
.index-item8 ul li .picture{
	position: relative;
	height: 205px;
}
.index-item8 ul li .picture img{
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.index-item8 ul li span{
	display: block;
	text-align: center;
	font-size: 26px;
	color: #5e5e5e;
	line-height: 60px;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}




/*底部样式*/


#footer{
	background: #00b9e7;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
#footer ul{
	display: table;
	width: 100%;
	height: 125px;
}
#footer ul li{
	display: table-cell;
	width: 33.3333333%;
	text-align: center;
	vertical-align: middle;
	background: url(../images/line.jpg) no-repeat right center;
}
#footer ul li:last-of-type{
	background: none;
}
#footer ul li a{
	display: inline-block;
}
#footer ul li a img{
	max-height: 63px;
	width: auto;
}
#footer ul li span{
	display: block;
	text-align: center;
	margin-top: 5px;
	color: #fff;
	font-size: 26px;
}

@media  (min-width:768px ) {
	#footer ul li a.wap-phone{
		display: none !important;
	}
}
@media  (max-width:768px ) {
	#footer ul li a.phone{
		display: none !important;
	}
}



.price-block{
	display: none;
	width: 860px;
	height: 700px;
	position: fixed;
	left: 50%;
	margin-left:-430px ;
	top:50px;
	z-index: 20;
	background: rgba(0,0,0,0.7);
	border-radius: 30px;
}
.price-block .picture{
	width: 700px;
	height: 600px;
	overflow-y: scroll;
	margin: 50px auto 0;
}
.price-block .picture img{
	width: 100%;
}
.price-block .close{
	position: absolute;
	top: 0px;
	right: 45px;
}


.phone-block{
	position: fixed;
	left: 50%;
	margin-left: -319px;
	top: 50%;
	margin-top: -39px;
	display: none;
	z-index: 30;
}




@media  (max-width:992px ) {
	.index-item7 ul li,.index-item8 ul li{
		width: 48%;
		margin-right: 4%;
	}
	.index-item7 ul li:nth-child(2n+2),.index-item8 ul li:nth-child(2n+2){
		margin-right: 0;
	}
}
@media  (max-width:768px ) {
	#owl-demo, #owl-demo .owl-wrapper-outer, #owl-demo .owl-wrapper, #owl-demo .owl-item, #banner {
	    height: 260px;
	}
	#header {
	    width: 200px;
	    top: 20px;
	    left: 50%;
	    margin-left: -100px;
	}
	.content-head ul {
	    display: table;
	    width: 100%;
	    height: 50px;
	}
	.content-head ul li img{
		height: 18px;
	}
	.content-head ul li span {
	    display: block;
	    text-align: center;
	    color: #fff;
	    font-size: 12px;
	   	margin-top: 0;
	}
	.index-item1 form {
	    width: 85%;
	}
	.index-item1 form h3 {
	    margin-top: 15px;
	}
	.index-item1 form h3{
		width: 80px;
	}
	.index-item1 form h3:before, .index-item1 form h3:after {
	    width: 50px;
	    top: 10px;
	}
	.index-item1 form h3:before{
		left: -60px;
	}
	 .index-item1 form h3:after{
	 	right: -60px;
	 }
	 .index-item1 .form-item {
	    margin-top: 20px;
	}
	.index-item1 .form-item input {
	    width: 85%;
	    height: 28px;
	    border-radius: 8px;
	    border: none;
	    outline: none;
	    background: #b6b6b6;
	    color: #e2e2e2;
	    padding-left: 15px;
	    line-height: 28px;
	    font-size: 14px;
	}
	.index-item1 .form-item .submit {
	    width: 60%;
	    height: 30px;
	    line-height: 30px;
	    font-size: 16px;
	    margin-top: 13px;
	    margin-bottom: 56px;
	}
	.index-item1 {
	    height: 550px;
	    padding-top: 43px;
	}
	.index-item2 .picture {
	    width: 100%;
	    height: 200px;
	    top: -200px;
	}
	.index-title p {
	    font-size: 14px;
	    line-height: 24px;
	    margin-top: 10px;
	}
	.index-title h3 {
	    font-size: 24px;
	}
	.index-item2 ul {
    margin-top: 48px;
}
.index-item2 ul li img {
	width: 70%;
}
.index-item2 ul li span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #717171;
    line-height: 1;
    margin-top: 10px;
}
.index-item2 ul li:after {
    content: "";
    position: absolute;
    background: url(../images/arrow.png) no-repeat center center;
    width: 20px;
    height: 23px;
    right: -10px;
    top: 16px;
    background-size: 20px 23px;
}
.index-item2 {
    padding-top: 24px;
    padding-bottom: 90px;
}
.index-about .text {
    padding: 0 15px;
    text-indent: 28px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 34px;
}
.index-about {
    height: auto;
    padding-top: 35px;
    padding-bottom: 20px;
}
.index-item4 {
    margin-top: 35px;
}
.index-item4 ul {
    display: flex;
    width: 100%;
    margin-top: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.index-item4 ul li {
    display: block;
    width: 33.33333333%;
    margin-bottom: 15px;
}
.index-item4 ul li img{
	width: 80%;
	
}
.index-item5 {
    margin-top: 65px;
    padding-bottom: 47px;
    border-bottom: 11px solid #00b9e7;
}
.index-item5 img {
    margin-top: 30px;
}
.index-item7 h3 {
    color: #5e5e5e;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    margin-bottom: 44px;
}
.index-item7 ul {
    padding: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.index-item7 ul li{
	margin-bottom: 45px;
}
.index-item7 ul li .picture {
    position: relative;
    height: 42.1875vw;
    width: 90%;
    margin: 0 auto;
}
.index-item7 ul li .picture img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-item7 ul li span {
    font-size: 16px;
    line-height: 30px;
}
.index-item7 {
    background: url(../images/con7-bg.jpg) repeat;
    padding-top: 40px;
}



.index-item8 h3 {
    color: #5e5e5e;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    margin-bottom: 44px;
}
.index-item8 ul {
    padding: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.index-item8 ul li{
	margin-bottom: 45px;
}
.index-item8 ul li .picture {
    position: relative;
    height: 42.1875vw;
    width: 90%;
    margin: 0 auto;
}
.index-item8 ul li .picture img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-item8 ul li span {
    font-size: 16px;
    line-height: 30px;
}
.index-item8 {
    background: url(../images/con7-bg.jpg) repeat;
    padding-top: 40px;
    margin-bottom: 70px;
}






#footer ul li a img{
    width: auto;
    max-height: 32px;
}
#footer ul li span {
    font-size: 16px;
}
#footer ul {
    height:70px;
}
.phone-block {
    position: fixed;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -39px;
    display: none;
    z-index: 30;
}
.phone-block img{
	width: 300px;
}
.price-block {
    display: none;
    width: 100%;
    height: 600px;
    position: fixed;
    top: 50%;
    margin-top: -300px;
    z-index: 20;
    background: rgba(0,0,0,0.7);
    border-radius: 30px;
    left: 0;
    margin-left: 0;
}
.price-block .picture {
    width: 94%;
    height: 80%;
    overflow-y: scroll;
    margin: 50px auto 0;
}
.price-block .close {
    position: absolute;
    top: 25px;
    right: 15px;
    width: 45px;
}
}
