﻿.Rotation{
    width: 100%; position: relative; z-index: 0;
}
.Banner {
    width: 100%;
    position: relative;
    height: 500px;
}
.Banner>ul { height: 500px; z-index: 0;  position: relative;}
.Banner .item {
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    display: none; /*隐藏元素*/
    position: absolute; /* 绝对定位*/
}
.Banner .item:nth-child(1) {
    display: block;
    background: url('../image/banner-bj1.png') no-repeat ;
    background-size: 100% 100%;background-size:cover
}
.Banner .item:nth-child(2) {
    background: url('../image/banner-bj2.png') no-repeat;
    background-size: 100% 100%;background-size:cover
}
.Banner .item:nth-child(3) {
    background: url('../image/banner-bj3.png') no-repeat;
    background-size: 100% 100%;background-size:cover
}
.Banner li {
    float: left;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 500px;
}
.Banner li.item .core { display: flex; justify-content: flex-start; align-items: center;}
.Banner>.core { position: absolute; z-index: 2; top: 0; right: 50%;
width: 100%; height: 100%; margin-right: -600px;}

@media only screen and (max-width:1232px) {
	.Banner>.core {top: 0; right: 0; margin-right:0;
width: 100%; height: 100%;}
}

@media only screen and (max-width:828px) {
	.Banner { height: auto;}
	.Banner>.core { position: relative; z-index: 0; top: initial; height: auto; margin: 0 auto;}
}

.form_box{
    position: absolute;
    right: 0;
    top: 62px;
    background: url('../image/form-bj.png') no-repeat;
    background-size: 100% 100%;
    width: 398px;
    height: 387px;
    z-index: 1000
}

@media only screen and (max-width:828px) {
	.form_box{ top: 0; position: static; margin: 0 auto; width: auto;}
}

.form_box .title{
    padding: 41px;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}
.form_input{
    margin-left: 69px;
    display: flex;
    align-items: center;
    width: 280px;
    height: 40px;
    background: #F9F9F9;
    border-radius: 4px;
    opacity: 0.75;
    margin-bottom: 10px;
}
.form_input span{
    display: inline-block;
    width: 76px;
    font-size: 13px;
    color: #000;
    border-right: 1px solid #666;
    margin-right: 29px;
}
.form_input input{
    border: none;
    outline:none;
}
.form_input span i{
    color: #F06F1E;
}
.form_box .button{
    text-align: center;
}
.form_box button{
    width: 130px;
    height: 31px;
    background: #E84411;
    border-radius: 19px;
    font-size: 14px;
    color: #fff;
    border: none;
    cursor: pointer;
}

@media only screen and (max-width:828px) {
	.form_input { width: 65.4%; margin: 0 17.3% 10px;}
}
@media only screen and (max-width:480px) {
	.form_input { width: 80%; margin: 0 10% 10px;}
	.form_input span { margin-right: 5px;}
}

.item_box_1 { width: 100%; padding-top:50px;}
.item_box_2 { width: 100%; padding-top:50px;}
.item_box_3 { width: 100%; padding-top:50px;}
.item_box_1 img{
    margin: 0 auto 0 0; max-width: 60%; 
}
.item_box_2 img{
    margin: 0 auto 0 0; max-width: 60%; 
}
.item_box_3 img{
     margin: 0 auto 0 0; max-width: 60%; 
}
@media only screen and (max-width:1020px) {
	.item_box_1 img{
	     max-width: 50%; 
	}
	.item_box_2 img{
	    max-width:50%; 
	}
	.item_box_3 img{
	    max-width: 50%; 
	}
}
@media only screen and (max-width:828px) {
	
	.Banner>ul { height: 70vw;}
	.Banner .item { height: 100%;}
	
	.item_box_1 img{
	     max-width: 100%; margin-top:30px;
	}
	.item_box_2 img{
	    max-width: 100%;  margin-top:30px;
	}
	.item_box_3 img{
	    max-width: 100%;  margin-top:30px;
	}
	
}
.tab-btn{
    position: absolute;
    left: 47%;
    top: 500px;
    z-index: 1001;margin-top: -1em;
}
@media only screen and (max-width:828px) {
	.tab-btn{ top: 70vw; }
}
.tab-btn .btn {
    display: block;
    width:40px;
    height: 3px;
    opacity: 0.3;
    float: left;
    cursor: pointer;
    z-index: 2;
    background: #fff;
    margin-left: 20px;
}

.tab-btn .btn:nth-child(2) {
    margin-left: 20px;
}

.tab-btn .btn:nth-child(3) {
    margin-left: 20px;
}

.tab-btn .btn:hover {
    opacity: 1;
}

.tab-btn .active {
    opacity: 1;
}