@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	/*height: calc(100% - 50px);*/
	position: relative;
	z-index: 999;
	overflow: hidden;
}
.in-banner .swiper-container,
.in-banner .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
}
.in-banner .swiper-slide{
	width: 100%;
	height: 100%;
}
.in-banner .swiper-slide > a{
	position: relative;
}
.in-banner .swiper-slide > a > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.in-banner .swiper-button-prev{
	left:3%;
}
.in-banner .swiper-button-next{
	right:3%;
}
.in-banner .swiper-button-prev,
.in-banner .swiper-button-next{
	width: 20px;
	height: 40px;
}
.in-banner .swiper-button-prev:after,
.in-banner .swiper-button-next:after{
	font-size: 40px;
}
.in-banner .swiper-pagination{
	bottom: 30px;
}
.in-banner .swiper-pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	margin:0 6px;
	background: none;
	border-radius: 50%;
	position: relative;
	background: #fff;
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active{
}

.in-title{
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	font-weight: bolder;
	position: relative;
}
.in-title:after{
	content: "";
	width: 100%;
	height: 2px;
	background: #37a4a6;
	position: absolute;
	left: 0;
	bottom: -14px;
}
.in-title.white{
	color: #fff;
}
.in-title.white:after{
	background: #fff;
}

.in-more{
	width: 172px;
	height: 48px;
	border:1px #eee solid;
	background: #fff;
	text-align: center;
	display: block;
	margin:40px auto 0;
	line-height: 46px;
}
.in-more:hover{
	background: #37a4a6;
	color: #fff;
}

.in-box1{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	overflow: hidden;
}
.in-box1 .left-box{
    width: 634px;
    background: #000;
}
.in-box1 .left-box video{
    width: 100%;
    height: 100%;
    display: block;
    border:none;
    outline: none;
}
.in-box1 .right-box{
	width: 566px;
	background: #37a4a6;
	color: #fff;
	padding:50px;
}
.in-box1 .right-box .textbox h1{
	font-size: 28px;
}
.in-box1 .right-box .textbox h2{
	margin-top: 40px;
}
.in-box1 .right-box .morebox{
	margin-top: 40px;
}
.in-box1 .right-box .morebox a{
	width: 138px;
	height: 46px;
	border:1px #fff solid;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.in-box1 .right-box .morebox a span{
	font-family: '宋体';
	margin-left: 10px;
}
.in-box1 .right-box .morebox a:hover{
	background: #fff;
	color: #37a4a6;
}

.in-box2{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.in-box2 .left-box{
	width: 634px;
}
.in-box2 .right-box{
	width: 516px;
}
.in-box2 .title{
	width: 100%;
	border-bottom: 1px #000 solid;
	padding-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.in-box2 .title .left{
	font-size: 24px;
	font-weight: bolder;
	display: flex;
	align-items: center;
}
.in-box2 .title .left img{
	display: block;
	margin-right: 10px;
}
.in-box2 .title .right a span{
	font-family: '宋体';
}
.in-box2 .left-box .list{
	height: 287px;
	margin-top: 14px;
	overflow: hidden;
}
.in-box2 .left-box .list li{
	margin-top: 10px;
}
.in-box2 .left-box .list li:first-child{
	margin-top: 0;
}
.in-box2 .left-box .list li .q{
}
.in-box2 .left-box .list li .q span{
	width: 24px;
	height: 24px;
	background: #37a4a6;
	display: block;
	float: left;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	line-height: 24px;
	margin-right: 10px;
}
.in-box2 .left-box .list li .a{
	margin-left: 34px;
}
.in-box2 .right-box .list{
	margin-top: 10px;
}
.in-box2 .right-box .list li{
	line-height: 30px;
}
.in-box2 .right-box .list li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.in-box3{
	width: 100%;
	background: url(../images/in-bg1.jpg) no-repeat center top;
	background-size: cover;
	padding:70px 0;
	overflow: hidden;
}
.in-box3 .wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.in-box3 .list{
    width: 100%;
    position: relative;
}
.in-box3 .list img{
	width: 100%;
	display: block;
}
.in-box3 .list .swiper-button-prev,
.in-box3 .list .swiper-button-next{
}
.in-box3 .list .swiper-button-prev{
	left: -40px;
}
.in-box3 .list .swiper-button-next{
	right: -40px;
}
.in-box3 .list .swiper-button-prev:after,
.in-box3 .list .swiper-button-next:after{
    color: #000;
    font-size: 28px;
}

.in-box4{
	width: 100%;
	background: url(../images/in-bg2.jpg) no-repeat center top;
	background-size: cover;
	padding:70px 0;
	overflow: hidden;
}
.in-box4 .wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.in-box4 .list{
	width: 100%;
}
.in-box4 .list ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.in-box4 .list li{
	width: 270px;
}
.in-box4 .list .image{
	width: 100%;
	height: 232px;
	overflow: hidden;
}
.in-box4 .list .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.in-box4 .list .text{
	text-align: center;
	background-image: linear-gradient(to right, #fcd101, #a9cc25);
	color: #fff;
	padding:10px;
}
.in-box4 .list .text h1{
	font-size: 18px;
}

.in-box5{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.in-box5 .left-box{
	width: 634px;
}
.in-box5 .right-box{
	width: 516px;
}
.in-box5 .title{
	width: 100%;
	border-bottom: 1px #000 solid;
	padding-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.in-box5 .title .left{
	font-size: 24px;
	font-weight: bolder;
	display: flex;
	align-items: center;
}
.in-box5 .title .left img{
	display: block;
	margin-right: 10px;
}
.in-box5 .title .right a span{
	font-family: '宋体';
}
.in-box5 .left-box .list{
	margin-top: 10px;
}
.in-box5 .left-box .list li{
	line-height: 30px;
}
.in-box5 .left-box .list li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.in-box5 .right-box .list{
	width: 100%;
	overflow: hidden;
}
.in-box5 .right-box li{
	margin-top: 16px;
	float: left;
	width: 49%;
}
.in-box5 .right-box li:nth-child(2n){
	float: right;
}
.in-box5 .right-box li.quan{
	width: 100%;
}
.in-box5 .right-box li.anniu{
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-box5 .right-box input,
.in-box5 .right-box select{
	width: 100%;
	height: 44px;
	border:1px #eee solid;
	padding:0 10px;
}
.in-box5 .right-box button{
	width: 114px;
	height: 44px;
	display: block;
	cursor: pointer;
	float: left;
	border:none;
	margin:0 10px;
	background: #37a4a6;
	color: #fff;
}
.in-box5 .right-box button.red{
    background: #e61f27;
}

.in-box6{
	border:4px #eee solid;
	padding:25px 50px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	overflow: hidden;
}
.in-box6 .left-box{
	font-size: 24px;
	line-height: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.in-box6 .center-box{
	width: 1px;
	background: #eee;
}
.in-box6 .right-box ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.in-box6 .right-box li{
	margin-left: 30px;
}
.in-box6 .right-box li:first-child{
	margin-left: 0;
}
.in-box6 .right-box img{
	width:120px;
	display: block;
}