#head{
	width: 100%;
	min-width: 1300px;
	height: 120px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#head a{
	color: #333;
}
.head{
	width: auto;
	max-width: 1300px;
	height: 120px;
	margin: 0 auto;
	line-height: 100px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.head_00{
	width: auto;
	height: 62px;
	float: left;
}
.head_01{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}
.head_01 li{
	width: 108px;
	height: 120px;
	float: left;
	text-align: center;
	position: relative;
}
.head_01 li div{
	width: 0px;
	height: 2px;
	background: #333;
	position: absolute;
	top: 80px;
	left: 10px;
	transition: all 0.5s;
}
.head_01 .active div{
	left: 1px !important;
	width: 10px !important;
}
.head_01 a{
	width: 108px;
	height: 120px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	transition: all 0.5s;
	font-weight: bold;
	font-size: 16px;
}
.head_01 li:hover .active{
	transform: rotateX(180deg);
}
.head_01 li:hover .head_01_01{
	transform: rotateX(180deg);
}
.head_01 li:hover .head_01_02{
	transform: rotateX(0deg);
}
.head_01 li:hover div{
	left: 20px;
	width: 80px;
}
.head_01_02{
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);	/* Safari 和 Chrome */
	-moz-transform: rotateX(180deg);
}
.head_02,.head1 button{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.head_02{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: right;
}
.head_02 span,.head1 span{
	display: block;
	width: 100px;
	height: 100px;
	text-align: left;
	color: #fff;
}
.head_02 img,.head1 button img{
	width: 17px;
	height: 17px;
	display: block;
}
.head1,.head1 form{
	width: 840px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
	line-height: 100px;
}
.head1{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	display: none;
}
.head1 button{
	width: 60px;
	height: 120px;
	outline: none;
	background: none;
	border: none;
	cursor: pointer;
}
.head1 input{
	width: 720px;
	height: 120px;
	background: none;
	outline: none;
	color: #fff;
}
.head1 option{
	background: rgba(255,255,255,0.6);
}
.head1_01{
	width: 16px;
	height: 16px;
	display: block;
}
.head1_02{
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 80px;
	transition: all 0.5s;
}
.head1_03{
	width: 100px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-right: 16px;
	margin-left: 16px;
}
.head1_03 .actives{
	transition: 0.5s;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* Internet Explorer */
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); /* Opera */
}
.head1_03_01{
	width: 100px;
	height: 16px;
	line-height: 16px;
	border-left: 1px #707988 solid;
	border-right: 1px #707988 solid;
}
.head1_03 span{
	width: 58px;
	height: auto;
	float: left;
	text-align: center;
}
.head1_03 img{
	width: 5px;
	height: 10px;
	transition: 0.5s;
}
.head1_04{
	width: 100px;
	height: 0px;
	border-radius: 5px;
	background: rgba(255,255,255,0.5);
	overflow: hidden;
	position: absolute;
	top: 90px;
	left: 32px;
	cursor: pointer;
}
.head1_04 li{
	width: 100px;
	height: 40px;
	font-size: 14px;
	color: #102242;
	text-align: center;
	line-height: 40px !important;
}
.head1_04 li:hover{
	background: #fff;
}
.head1 input::-webkit-input-placeholder{
    color:#fff;
}
.head1 input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
}
.head1 input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
.head1 input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #6f798a !important; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #6f798a !important;opacity:1;
}

input:-ms-input-placeholder{
    color: #6f798a !important;opacity:1;
}

input::-webkit-input-placeholder{
    color: #6f798a !important;opacity:1;
}



/*----------banner----------*/




#banner{
	width: 100%;
	height: 340px;
}
.banner_00{
	display: none;
}
.banner{
	width: 100%;
	height: 340px !important;
	overflow: hidden;
	position: relative;
}
#banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
#banner .swiper-button-next,#banner .swiper-button-prev{
	width: 140px;
	height: 100%;
	top: 0px !important;
	background: none !important;
	background: none;
	margin-top: 0px !important;
}
#banner .swiper-button-next{
	right: 0px !important;
}
#banner .swiper-button-prev{
	left: 0px !important;
}
#banner .swiper-button-prev span,#banner .swiper-button-next span{
	display: block;
	width: 27px;
	height: 44px;
	position: absolute;
	margin-top: -22px;
	top: 50%;
}
#banner .swiper-button-prev span{
	left: 60px !important;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	opacity:0.5
}
#banner .swiper-button-next span{
	right: 60px !important;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	opacity:0.5
}
#banner .swiper-button-prev:hover span{
	opacity:1
}
#banner .swiper-button-next:hover span{
	opacity:1
}
#banner .swiper-pagination{
	bottom: 40px !important;
}
.banner{
	text-align: center;
	color: #333;
}
.banner_03{
	width: 1200px;
	height: 340px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.banner_03 div{
	margin-top: 150px;
	font-size: 46px;
}
.banner_03 span{
	width: 25px;
	height: 4px;
	background: #FFAF6E;
	display: block;
	font-size: 34px;
	margin: 0 auto;
	margin-top: 30px;
}
.banner_03 p{
	font-size: 18px;
	margin-top: 40px;
}
.banner_01{
	width: 200px;
	height: 225px;
	display: block;
	margin: 0 auto;
	margin-top: 200px;
}
.banner_02{
	width: 214px;
	height: 200px;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}