
/*banner*/
.banner{
    width: 100%;
    height: 600px;
}
.banner .forms{
	height: 540px;
	padding-top:40px;
	font-size:14px;	
}
.banner .forms h2{
	font-size: 24px;
}
.banner .forms h2 span{
	font-size: 24px;
	color: #f79c33;
}
.banner .forms .form{
	width:300px;
	background: #fff;
	float:right;
	padding:20px;
	box-shadow: 1px 1px 10px #ccc;
	/*border-radius: 10px;*/
	box-shadow: 1px 1px 10px #999;
}
.banner .forms .form .tit{
	line-height: 30px;
	color:#666;	
	padding-bottom:10px;
	font-size:12px;	
}
.banner .forms .form .tit span{
	color:#f79c33;
}
.banner .forms .form .input{
	padding-bottom:12px;
	position: relative;
	font-size:14px;	
}
.banner .forms .form .input span{
	position: absolute;
	top:12px;
	right:10px;
	color:#666;
}
.banner .forms .form input,.banner .forms .form select{
	width:100%;
	height: 40px;
	outline: 0px;
	border:1px solid #ccc;
	border-radius: 3px;
	text-indent: 10px;
}
.banner .forms .form .btn{
	width:100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	background: #f79c33;
	cursor: pointer;
	border-radius: 5px;
}
.banner .forms .form .warn{
	font-size:12px;
	color:#999;
	padding-top:10px;
}
.banner .forms .form .warn span{
	color:#f25618;
	font-size:12px;
}
/*gz1*/
.gz1{
	padding:30px 0px;
}
.gzTit{
	text-align: center;
	padding-bottom:20px;
}
.gzTit h2{
	font-size:30px;
	color:#333;
}
.gzTit span{
	line-height: 65px;
	color:#666;
	font-size:20px;
}
/* .gz1 .lsit p{
	padding:20px 0px;
} */
.gz1 .lsit .items{
	padding: 20px 0px;
}
.gz1 .lsit .items .item{
	float: left;
	width: 340px;
	margin-right:45px;
	margin-bottom: 45px;
	transition: all 0.3s;
	padding: 15px;
}
.gz1 .lsit .items .item:hover{
	transform: translateY(-10px);
	box-shadow: 1px 1px 8px #e8e8e8;
}
.gz1 .lsit .items .item:nth-child(3n+3){
	margin-right: 0px;
}
.gz1 .lsit .items .item .icon{
	float: left;
	width: 42px;
	margin-right: 18px;
}
.gz1 .lsit .items .item .info{
	float: left;
	width: calc(100% - 60px);
}
.gz1 .lsit .items .item .info h3 span{
	font-size: 22px;
	color: #666;
	border-bottom: 2px solid #eee;
	display: inline-block;
	padding-bottom: 8px;
}
.gz1 .lsit .items .item .info p{
	font-size: 14px;
	color: #888;
	line-height: 25px;
	padding: 8px 0px;
}
/*gz2*/
.gz2{
	width:100%;
	padding:30px 0px;
	background: #f2f2f2;
}
.atlas img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.atlas .left{
	width: 422px;
	height: 422px;
	float: left;
	overflow: hidden
}
.atlas .right{
	width: 756px;
	float: left;
	margin-left: 22px;
}
.atlas .right .item{
	float: left;
	overflow: hidden;
}
.atlas .right .big{
	width: 534px;
	height: 200px;
	float: left;
}
.atlas .right .small{
	width: 200px;
	height: 200px;
	float: left;
}
.atlas img:hover{
	transform: scale(1.2);
}
.steps{
	padding: 12px 0px;
}
.steps .item{
	float: left;
	width: 288px;
	margin-left: 16px;
	transition: all 0.3s;
}
.steps .item:hover{
	transform: translateY(-16px);
}
.steps .item:first-child{
	margin-left: 0px;
}
.steps .item .info{
	background-color: #fff;
	padding:20px 12px;
}
.steps .item .info span{
	display: block;
	text-align:center;
	line-height: 30px;
	color: #888;
}
.steps .item .info span:first-child{
	color: #f79c33;
	font-size: 18px;
}
/*优势*/
.advantage{
    width:100%;
    background: #f79c33;
    padding:30px 0px;
}
.advantage .item{
    width:200px;
    float:left;
    vertical-align: middle;
}
.advantage .item i{
    width:50px;
    height: 50px;
    vertical-align: middle;
    display: inline-block;
    background: url(../images/icon1.png) no-repeat center center;
    background-size:auto 100%;
    margin-right:5px;
}
.advantage .item:hover div{
    color:#fff;
}
.advantage .item:nth-child(2) i{
    background: url(../images/icon2.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:nth-child(3) i{
    background: url(../images/icon3.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:nth-child(4) i{
    background: url(../images/icon4.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:nth-child(5) i{
    background: url(../images/icon5.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:nth-child(6) i{
    background: url(../images/icon6.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:hover:nth-child(1) i{
    background: url(../images/icon01.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:hover:nth-child(2) i{
    background: url(../images/icon02.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:hover:nth-child(3) i{
    background: url(../images/icon03.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:hover:nth-child(4) i{
    background: url(../images/icon04.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:hover:nth-child(5) i{
    background: url(../images/icon05.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item:hover:nth-child(6) i{
    background: url(../images/icon06.png) no-repeat center center;
    background-size:auto 100%;
}
.advantage .item div{
    display: inline-block;
    vertical-align: middle;
    font-size:12px;
    color:#333;
}
.advantage .item div span{
    font-size:14px;
}
.advantage .item div  h2{
    font-size:18px;
}
.foot{
    margin-top:0px;
}




.banner .workForm .input b{
    position: absolute;
    top:12px;
    left:12px;
    color:#666;
    font-weight: normal;
}
.banner .workForm form .input input{
    text-indent: 45px;
    
    width:243px;
}
.banner .workForm .input b{
    display: none;
}




.bannerInfo {
	padding: 10px 0px; line-height: 40px;
}
.bannerInfo .info {
	margin-left:30px;
	color: rgb(102, 102, 102); vertical-align: middle; float: left;
}
.bannerInfo .info i {
	padding-right: 4px; vertical-align: middle; display: inline-block;
}
.bannerInfo .info span {
	padding-right: 4px; vertical-align: middle; display: inline-block;
}
.bannerInfo .info span {
	padding-right: 30px; font-size: 14px;
}
.bannerInfo .scroll {
	/*width: 730px; */
	float: right;
}
.bannerInfo .scroll span {
	margin-left:30px;

	/*width: 120px; */
	color: rgb(247, 156, 51); float: left; display: inline-block;
}
.bannerInfo .scroll .list {
	width: 400px; height: 40px; color: rgb(136, 136, 136); line-height: 40px; overflow: hidden; float: left; position: relative;
}
.bannerInfo .scroll .list p {
	top: 40px; position: absolute;
}
.bannerInfo .scroll .list p:first-child {
	top: 0px;
}
