html,body{
	font-family: "microsoft yahei";
	height: 100%;
	overflow-x: hidden;
	color: #666;
}
.header{
	background-color: white;
	height: 60px;
	line-height: 60px;
	/*-webkit-box-shadow: 2px 2px 2px 2px rgb(224, 224, 224);
	box-shadow: 2px 2px 2px 2px rgb(224, 224, 224);*/
	-webkit-transform: translate3d(0,-2px,0);
  	transform: translate3d(0,-2px,0);
}
.header .icon{
	height: 60px;
  	line-height: 60px;
  	padding-right: 10px;
  	display: inline-block;
  	margin-right: 20px;
  	font-size: 0;
}
.header .icon>img{
	height: 60px;
	width: auto;
	vertical-align: middle;
}
.header .index-tabs{
	padding: 0;
	margin: 0;
	overflow: hidden;
  	padding-right: 10px;
  	display: inline-block;
  	margin-right: 20px;
  	margin-top: 15px;
  	float: right;
  	list-style: none;
}
.header .index-tabs>li{
	float: left;
}
.header .index-tabs>li>a{
	color: black;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	display: block;
	padding: 0 20px;
	line-height: 30px;
	height: 30px;
}
.header .index-tabs>li>a:hover{
	color: rgb(210,8,33);
}
.header .index-tabs>li.active>a{
	color: rgb(210,8,33);
}
.index-body{
	height: 100%;
	height: calc(100% - 210px);
	height: -webkit-calc(100% - 210px);
	height: -moz-calc(100% - 210px);
}
.index-carsoul{
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.super-img {
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
    overflow: hidden;
    padding-top: 56.25%;
    opacity: 0;
}
.index-carsoul .super-img{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    padding-top: 0;
    opacity: 0 !important;
    -webkit-transition: opacity 0.5s !important;
    -o-transition: opacity 0.5s !important;
    transition: opacity 0.5s !important;
}
.index-carsoul .super-img.active {
    opacity: 1 !important;
}
.index-carsoul .super-img img{
	max-width: none;
	width: 100%;
    width: calc(100% + 260px);
    width: -webkit-calc(100% + 260px);
    width: -moz-calc(100% + 260px);
    height: auto;
    min-height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.index-carsoul .super-img.active img{
    -webkit-animation: move_left_right_mobile 10s both linear infinite;
    -o-animation: move_left_right_mobile 10s both linear infinite;
    animation: move_left_right_mobile 10s both linear infinite;
}
.top-banner{
	min-height: 300px;
	overflow: hidden;
	position: relative;
}
.top-banner .img img{
	max-width: none;
	width: 100%;
    width: calc(100% + 260px);
    width: -webkit-calc(100% + 260px);
    width: -moz-calc(100% + 260px);
    height: auto;
    min-height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    left: -130px;
    height: 100%;
}
@-webkit-keyframes move_left_right_mobile{
	from{
		-webkit-transform:translateX(0);
		-moz-transform:translateX(0);
		-ms-transform:translateX(0);
		-o-transform:translateX(0);
		transform:translateX(0)
	}to{
		-webkit-transform:translateX(-130px);
		-moz-transform:translateX(-130px);
		-ms-transform:translateX(-130px);
		-o-transform:translateX(-130px);
		transform:translateX(-130px)
	}
}
@-o-keyframes move_left_right_mobile{
	from{
		-webkit-transform:translateX(0);
		-moz-transform:translateX(0);
		-ms-transform:translateX(0);
		-o-transform:translateX(0);
		transform:translateX(0)
	}to{
		-webkit-transform:translateX(-130px);
		-moz-transform:translateX(-130px);
		-ms-transform:translateX(-130px);
		-o-transform:translateX(-130px);
		transform:translateX(-130px)
	}
}
@-moz-keyframes move_left_right_mobile{
	from{
		-webkit-transform:translateX(0);
		-moz-transform:translateX(0);
		-ms-transform:translateX(0);
		-o-transform:translateX(0);
		transform:translateX(0)
	}to{
		-webkit-transform:translateX(-130px);
		-moz-transform:translateX(-130px);
		-ms-transform:translateX(-130px);
		-o-transform:translateX(-130px);
		transform:translateX(-130px)
	}
}
@keyframes move_left_right_mobile{
	from{
		-webkit-transform:translateX(0);
		-moz-transform:translateX(0);
		-ms-transform:translateX(0);
		-o-transform:translateX(0);
		transform:translateX(0)
	}to{
		-webkit-transform:translateX(-130px);
		-moz-transform:translateX(-130px);
		-ms-transform:translateX(-130px);
		-o-transform:translateX(-130px);
		transform:translateX(-130px)
	}
}
.index-carsoul{
	color: white;
	text-align: center;
}
.index-carsoul h1{
	font-size: 30px;
}
.index-carsoul .title{
	z-index: 1;
	position: absolute;
    margin: 0;
    text-transform: uppercase;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.index-carsoul .info{
	z-index: 1;
	position: absolute;
    margin: 0;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.index-carsoul .info>img{
	max-width: 380px;
}
.index-carsoul .info>p{
	overflow: hidden;
	margin-top: 20px;
	padding: 0 10px;
}
.fl-left{
	float: left;
}
.fl-right{
	float: right;
}
.footer{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	color: white;
}
.footer p{
	margin: 0;
}
.footer>.fri{
	width: 30%;
	background-color: rgb(87,164,159);
	padding: 20px 40px 40px;
	line-height: 30px;
}
.footer>.com{
	flex: 1;
	-webkit-flex: 1;
	background-color: rgb(126,197,181);
	padding: 55px 40px;
	height:210px;
}
.footer>.com>.lf{
	float:left;
	height:100px;
	padding-top:60px;
}
.footer>.com .ewm{
	width:100px;
    text-align:center;
    float:right;
    margin-left:20px;
}
.footer>.com .ewm>img{
    vertical-align: baseline;
    width:100px;
}
.main-body{
	padding-top: 60px;
	padding-bottom: 80px;
	background: white;
	position: relative;
}
.detai-div{
	background: url(../img/zxian@1x.png) center no-repeat;
	background-size: 100% 100%; 
	position: relative;
	overflow: hidden;	
	padding: 10px;
}
.detai-div>.pic{
	position: absolute;
	left: 5px;
	top: 5px;
	bottom: 2.5%;
	width: 260px;
	overflow: hidden;
}
.detai-div>.pic>img{
	height: 100%;
	width: 100%;
}
.detai-div>.info{
	color: #666;
	padding: 30px 20px;
	padding-left: 300px;
}
.top-banner .top-ul{
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	height: 100px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.top-banner .top-ul>li{
	display: inline-block;
	padding: 0 10px;
}
.top-banner .top-ul>li>a{
	display: block;
	cursor: pointer;
	width: 100px;
	height: 100px;
	text-decoration: none;
}
.top-banner .top-ul>li>a>p{
	color: white;
	margin-top: 10px;
}
.top-banner .top-ul>li>a.active>p{
	color: rgb(248,231,28);
}
.top-banner .top-ul>li>a>img{
	width: 100%;
	height: 100%;
}
.top-p{
	color: white;
	margin-top: 10px;
	text-align: center;
	position: absolute;
	top: 160px;
	top:0;
	left: 0;
	width: 100%;
}
.top-p label{
	height:100%;
}
.top-p span{
	display: inline-block;
	padding: 0 10px;
	width: 120px;
	padding-top: 160px;
    z-index: 99;
    cursor: pointer;
}
.top-p .active{
	color: rgb(248,231,28);
}
.detai-div{
	display: none;
}
.detai-div.active{
	display: block;
	-webkit-animation: fade .5s both linear ;
    -o-animation: fade .5s both linear ;
    animation: fade .5s both linear ;
}
.top-info{
	position: absolute;
    top: 50px;
    left: 100px;
    color: white;
    -webkit-animation: moveFromLeft .5s both linear ;
    -o-animation: moveFromLeft .5s both linear ;
    animation: moveFromLeft .5s both linear ;
    animation-delay: .5s;
}
@-webkit-keyframes moveFromLeft {
	from { -webkit-transform: translateX(-150%); }
}
@keyframes moveFromLeft {
	from { -webkit-transform: translateX(-150%); transform: translateX(-150%); }
}
@-webkit-keyframes fade {
	from { 
		opacity: 0;
		transform: translateY(10%);
		-webkit-transform: translateY(10%);
		-moz-transform: translateY(10%);
		-ms-transform: translateY(10%);
    	-o-transform: translateY(10%);
	}
	to { 
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
    	-o-transform: translateY(0);
	}
}
@keyframes fade {
	from { 
		opacity: 0;
		transform: translateY(10%);
		-webkit-transform: translateY(10%);
		-moz-transform: translateY(10%);
		-ms-transform: translateY(10%);
    	-o-transform: translateY(10%);
	}
	to { 
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
    	-o-transform: translateY(0);
	}
}
.round-div{
	position: absolute;
    background: white;
    top: -60px;
    height: 120px;
    left: -10px;
    width: 120%;
    z-index: 999;
    border-radius: 50%;
}
.detai-div1{
	background: url(../img/zxian@1x.png) center no-repeat;
	background-size: 100% 100%;
	padding: 70px 60px;
	margin-top: 20px;
    overflow: visible;
}
.detai-div1 .title{
	position: absolute;
    top: -30px;
    height: 60px;
    line-height: 60px;
    width: 280px;
    left: 50%;
    margin-left: -140px;
    background: white;
    text-align: center;
    font-size: 24px;
}
.detai-div2{
	background: url(../img/xqiye.png) center no-repeat;
	background-size: 100% 100%;
	padding: 40px;
}
.detai-div3{
	background: none;
	padding: 0;
	margin-top: -120px;
}
.detai-div4{
	background: url(../img/zizhiz.png) center no-repeat;
	background-size: 100% 100%;
	padding: 60px;
}
.detai-div5{
	padding: 60px;
	min-height: 320px;
}
.auto-img{
	width: 100%;
	height: auto;
}
.detai-div>.pic2{
	position: absolute;
	left: 60px;
	top: 60px;
	bottom: 60px;
	width: 320px;
	overflow: hidden;
}
.detai-div>.pic2>img{
	height: auto;
	width: 100%;
}
.detai-div>.info2{
	color: #666;
	padding: 0 20px;
	padding-left: 380px;
}
.lab{
	background: url(../img/an1x.png) center no-repeat;
	background-size: 100% 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	margin-top: 20px;
}
.hover_lab{
	position: absolute;
    width: 110px;
    top: -20px;
    left: 30px;
}
.lab-input{
	background: url(../img/ax@1x.png) center no-repeat;
	background-size: 100% 100%;
	height: 40px;
	line-height: 40px;
	box-shadow: none;
    border: none;
    outline: none;
    padding: 0 20px;
    width: 100%;
    margin-top: 20px;
}
.lab-textarea{
	background: url(../img/dx@1x.png) center no-repeat;
	background-size: 100% 100%;
	height: 280px;
	box-shadow: none;
    border: none;
    outline: none;
    padding:20px;
    width: 100%;
    margin-top: 20px;
    resize: none;
}
.detai-div6{
	padding: 60px;
	padding-top: 40px;
	min-height: 320px;
	overflow: visible;
}
.btn{
	border-radius: 5px;
	width: 110px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	padding: 0;
}
.btn1{
	background: white;
	border: 1px solid rgb(243,149,0);
	color: rgb(243,149,0);
	position: absolute;
	left: 30%;
	bottom: -10px;
}
.btn1:hover{
	color: rgb(243,149,0);
}
.btn2{
	background: rgb(243,149,0);
	border: 1px solid rgb(243,149,0);
	color: white;
	position: absolute;
	right: 30%;
	bottom: -10px;
}
.btn2:hover{
	color: white;
}
.lx-lf{
	border-radius: 5px;
	background: rgb(245,166,35);
	padding: 10px;
	box-shadow: 5px 5px 5px #b2b2b2;
	-webkit-box-shadow: 5px 5px 5px #b2b2b2;
	color: #f8f8f8;
}
.lx-lf p{
	margin: 0;
}
.lx-lf .sub{
	border-bottom: 1px solid #f8f8f8;
	padding-bottom: 10px;
	margin-top: 10px;
}
.lx-lf .sub:first-child{
	margin-top: 0;
}
.lx-lf .sub:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.lx-rt{
	box-shadow: 5px 5px 5px #b2b2b2;
	-webkit-box-shadow: 5px 5px 5px #b2b2b2;
}
.check-i {
    background: url(../img/ck2.png) left top no-repeat;
    width: 163px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    background-size: 100% 100%;
    -webkit-transition: background .5s;
    transition: background .5s;
}
.check-i.check{
	background: url(../img/ck1.png) left top no-repeat;
	background-size: 100% 100%;
	color: white;
}
.check2 {
    background: url(../img/ck4.png) left top no-repeat;
    background-size: 100% 100%;
    height: 36px;
    margin-left: -20px;
    margin-top: -5px;
    line-height: 36px;
}
.check2.check{
	background: url(../img/ck3.png) left top no-repeat;
	background-size: 100% 100%;
}
.my-check{
	position: absolute;
  	left: -999em;
}
.check-ul{
	margin: 0;
	padding: 0;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	list-style: none;
}
.check-ul>li{
	width: 50%;
	float: left;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: rgb(245,166,35);
}
.detai-div1 img,.detai-div2 img,.detai-div3 img,.detai-div4 img,.detai-div5 img{
	max-width: 100%;
}