button{
	border: none;
	outline: none;
	padding: 0;
}
.banner1row{
	height: 750px;
	/*background: linear-gradient(180deg, #111A3D 0%, #363E5B 100%);*/
	margin-bottom: 100px;
}
/** 产品展示 */
.home-product-parent {
	width: 75%;
	margin: 0 auto;
	margin-top: -315px;
}

.home-product {
	display: flex;
	justify-content: space-between;
	border-bottom: 180px;
	opacity: 1;
	transition: all 1.5s 1.5s;
}
.home-product .product-detail {
	background-color: #ffffff;
	width: 18%;
	/*box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);*/
	opacity: 1;
	transition: all 0.2s;
}
.wait .home-product{
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
}
.con_body {
	opacity: 1;
	transition: all 1s 1s;
}
.wait .con_body {
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
}

.product-detail:hover {
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.16);
	transform: scale(1.02);
}
.home-product .product-image {

}
.home-product .product-image img{
	width: 100%;
}
.home-product .product-title {
	text-align: center;
	font-size: 17px;
	color: #404E54;
}
.home-product .product-description {
	width: 90%;
	margin: 10px auto;
	color: #8D9599;
}

.banner1row p {
    width: 560px;
    top: 35%;
}
.banner1row .banner1_content button{
	width: 252px;
	height: 53px;
	line-height: 53px;
	background: #F8D076;
	opacity: 1;
	border-radius: 27px;
	color: #050F33;
	font-size:20px;
	border:none;
	outline:none;
	position: absolute;
	top: 233px;
	transition: transform,opacity 1s 2.5s;
	cursor: pointer;
}

.wait .banner1row .banner1_content button {
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
}
.banner1row .banner1_content button:hover{
	background: #E6B74D;
}
.banner1_content{
	width: 100%;
	padding: 30px 292px;
	display: flex;
	justify-content: space-between;
}
.banner1_content img {
	height: 80%;
}
.banner1_content>div{
	width: 100%;
	
}
.banner1_content>div img{
	width: 100%;

}

.wait .banner1_content>div img {
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
}
.banner1-part2 {
    position: static;
}

/* 2 */
.banner_title{
	opacity: 1;
	transition: all 1s 1s;
}
.wait .banner_title{
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
}
.banner4_content{
	opacity: 1;
	transition: all 1s 1s;
}
.wait .banner4_content{
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
}
.banner4_p2{
	font-size: 18px;
	color: #404E54;
	margin-top:35px;
	margin-bottom: 0;
	padding:0 20px;
	text-align: left;
}
.banner4_p3{
	font-size: 16px;
	color: #8D9599;
	margin-top: 12px;
	padding:0 20px;
	text-align: left;
}
.banner4_module{
	width: 24%;
	padding: 0;
	align-items: flex-start;
	padding-bottom: 60px;
	background-color: #fff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
	transition: all 0.2s ;
}
.banner4_module img{
	width: 100%;
}
.banner4_module:hover{
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.16);
	transform:scale(1.02);
}
.banner4_module a{
	padding-left: 7%;
	font-size: 21px;
	color: #379EE3;
	text-decoration: underline;
	margin-top: 20px;
}
/* 5 */
.banner6{
	height: auto;
	background-color: #fff;
	margin: 0 250px;
	padding: 0;
}
.banner6_content{
	height: auto;
	margin-top: 160px;
	flex-direction: column;
}
.banner6_content_module{
	width: 100%;
	text-align: center;
	margin-bottom: 165px;
	padding: 0 47px;
	opacity: 1;
	transition: all 1s 1s;
}

.banner6_content_module:last-child{
	padding: 0;
	transition: all 1s 2s;
}
.wait .banner6_content_module{
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
}
.banner6_content_module .banner6_p1{
	font-size: 30px;
	color: #707070;
	margin-bottom: 22px;
}
.banner6_content_module .banner6_p2{
	font-size: 20px;
	color: #CCCCCC;
	margin-bottom: 80px;
	line-height: 35px;
}
.banner6_content_module_img{
	width:100%;
	display: flex;
	
}
.banner6_content_module_img .img{
	width:100%;
	position: relative;
	margin-left: -5%;
	background-size: 100% 100%;
}
.img img{
	height: 100%;
	width: 100%;
}
.banner6_content_module_img .img:first-child{
	background-image: url(../images/index_banner6_bg1.png);
}
.banner6_content_module_img .img:nth-child(2){
	background-image: url(../images/index_banner6_bg2.png);
}
.banner6_content_module_img .img:nth-child(3){
	background-image: url(../images/index_banner6_bg3.png);
}
.banner6_content_module_img .img:nth-child(4){
	background-image: url(../images/index_banner6_bg4.png);
}
.banner6_content_module_img:first-child{
	margin-left: 0;
	
}

.banner6_content_module_img p{
	position: absolute;
	top: 50%;
	left: 35%;
	font-size: 30px;
	color: #fff;
}
.banner6_content_module_img .img:first-child p{
	left: 20%;
}
.banner6_box{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.banner6_box_module{
	width: 30%;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	opacity: 1;
	border-radius: 4px;
	margin: 0 20px 20px 0;
	text-align: left;
	padding: 0 30px;
}
.banner6_box_module:hover{
	background-color: #9CC102;
}

.banner6_box_module img{
	vertical-align: middle;
	margin-right: 11px;
}
.banner6_p3{
	font-size: 100px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #F9F9F9;
	opacity: 1;
	margin-bottom: 11px;
}
.banner6_p4{
	font-size: 24px;
	color: #707070;
	padding-bottom: 20px;
}
.banner6_p5{
	font-size: 18px;
	color: #8D9599;
	margin-bottom: 20px;
}
.banner6_box_module:hover .banner6_p3{
	color: #A5C834;
}
.banner6_box_module:hover .banner6_p4{
	color: #fff;
}
.banner6_box_module:hover .banner6_p5{
	color: #fff;
}
.hover{
	display: none;
}
.img:hover .hover{
	display: inline-block;
}
.img:hover .nohover{
	display: none;
}
.banner6_box_module:hover .hover{
	display: inline-block;
}
.banner6_box_module:hover .nohover{
	display: none;
}
/*  */
.banner7{
	width: 100%;
}

.banner7_content{
	width: 100%;
	padding: 0;
	display: flex;
	opacity: 1;
	transition: all 1s 1s;
}
.banner7_content_left{
	width: 35%;
	padding-top: 5%;
	padding-left: 267px;
}

.wait .banner7_content{
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
}
.banner7 .banner7_content:nth-child(3){transition: all 1s 1.8s;}
.banner7 .banner7_content:nth-child(4){transition: all 1s 2.6s;}
.banner7 .banner7_content:nth-child(5){transition: all 1s 3.2s;}
.banner7 .banner7_content:nth-child(6){transition: all 1s 4s;}
.banner7_p1{
	font-size: 40px;
	color: #404F54;
	margin-bottom: 30px;
	text-align: left;
}
.banner7_p2{
	font-size: 20px;
	color: #707070;
}
.banner7_btn{
	width: 254px;
	height: 58px;
	background: #92C002;
	opacity: 1;
	border-radius: 29px;
	font-size: 24px;
	color: #fff;
}
.banner7_btn a{
	color: #fff;
}
.banner7_btn:hover{
	background:#80A803;
}
.banner7_content_right{
	width: 65%;
	padding-left: 70px;
}

.banner7_content_right_img{
	width: 60%;
	display: flex;
	justify-content: center;
}
.banner7_content_right_img img{
	height: 80%;
}
.banner7 .arrow{
	padding-left: 70px;
}
.banner7 .arrow img{
	width: 40px;
	height: 40px;
	margin-right: 20px;
	cursor: pointer;
}
.arrow:hover .hover{
	display: inline-block;
}
.arrow:hover .nohover{
	display: none;
}

/* 媒介查询 */
@media (max-width: 1900px) and (min-width: 1600px){

}
@media screen and (max-width: 1600px){
	.banner1_content {
		padding: 30px 100px;
	}
	.banner6 {
	    margin:0 100px;
	}
	.banner6_box_module {
	    width: 340px;
	}
	.banner6_box {
	    justify-content: space-around;
	}
}

@media screen and (max-width: 1300px){
	.banner1_content {
		padding: 40px;
	}
	.banner1row h1 {
	    font-size: 36px;
	}
	.banner1row p {
	    bottom: 0%;
	    width: 100%;
	}
	/*  */
	.banner6 {
	    margin:0 100px;
	}
	.banner6_content_module_img .img:first-child {
	    margin-left: 5%;
	}
	.banner6_content_module_img .img:first-child p {
	    left: 12%;
	}
	.banner6_content_module_img p {
	    left: 30%;
	    font-size: 22px;
	}
	/*  */
	.banner7_content_left {
	    padding-left: 40px;
	}
	.banner7_content_right{
		width: 65%;
		padding-left: 40px;
	}
}

@media screen and (max-width:868px) {
	.banner1_content {
		padding: 20px;
	}
	.banner6 {
	    margin: 0 20px;
	}
}
