* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}
 ul{list-style: none;}
img {
	display: block;
}
.body{
	font-size:14px;
	font-family: "microsoft yahei";
}
.wrapper{
	width: 100vw;
	background: url(../images/content_bg.png) no-repeat center top;
}
.w1182 {
	width: 1200px;
	margin: 0 auto;
}
.menu .menu_box .a1,
.menu .menu_box .a2,
.menu .menu_box .a3,
.menu .menu_box .a4,
.menu .menu_box .a5,
.menu .menu_box .a6,
.menu .menu_box .a7,
.menu .menu_box .a8,
.menu .menu_box .a9,
.menu .menu_box .a10{
	background: url(../images/menu.png) no-repeat;
	text-indent: -9999px;
}
.banner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height:820px;
}

.banner .img1 {
	position: absolute;
	top:57px;
	left: 0;
	
}
.banner .img2 {
	position: absolute;
	top:267px;
	left: 60px;
	
}

.menu {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.menu .menu_box {
	padding: 0 30px;
	width: 1200px;
	margin: 0 auto;
}

.menu a {
	float: left;
	margin: 0 17px 20px 0px;
	display: inline-block;
	width:226px;
	height:82px;
	font-size: 28px;
	color: #fff;
}
.menu a:nth-child(5n){
	margin-right: 0;
}
.menu .menu_box .a1{
	background-position: 0 -4px;
}
.menu .menu_box .a2{
	background-position: -244px -4px;
}
.menu .menu_box .a3{
	background-position: -487px -4px;
}
.menu .menu_box .a4{
	background-position: -730px -4px;
}
.menu .menu_box .a5{
	background-position: -975px -4px;
} 
.menu .menu_box .a1,.hover{
	background-position: 0 -110px;
}
/*
.menu .menu_box .a1:hover{
	background-position: 0 -110px;
}
.menu .menu_box .a2:hover{
	background-position: -244px -110px;
}
.menu .menu_box .a3:hover{
	background-position: -487px -110px;
}
.menu .menu_box .a4:hover{
	background-position: -730px -110px;
}
.menu .menu_box .a5:hover{
	background-position: -975px -110px;
}
*/

.menu .menu_box .current {
	color: #00ff90
}

.wrap {
	background-color: #e1ecf7;
}
.swiper-box{
	width:1200px;
	height:620px;
	padding:15px;
	margin: 0 auto 50px;
	overflow: hidden;
	box-sizing: border-box;
	background: url(../images/swiper_bg.png) no-repeat center top;
}.swiper-box .swiper{
	height: 590px;
}
.swiper .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, .9);
}
.swiper-pagination-bullet-active{
	background: rgba(255, 255, 255, 1);
}
.wrap .content {
	padding:50px 0 10px;
	background:#e1ecf7;
}

.content .box1 {
	background: url(../images/center_bg.png) repeat-y;
}

.content .box {
	position: relative;
	margin-bottom:200px;
}
.content .boxlast{
	margin-bottom: 150px;
}
.content .box .hd1 {
	position: absolute;
	top: -65px; 
	width:582px;
	left: 0;  
	right: 0;  
	margin-left: auto;  
	margin-right: auto; 
}
.content .box .hd2 {
	position: absolute;
	top: -65px; 
	width:836px;
	left: 0;  
	right: 0;  
	margin-left: auto;  
	margin-right: auto; 
}
.content .box .hd3 {
	position: absolute;
	top: -65px; 
	width:759px;
	left: 0;  
	right: 0;  
	margin-left: auto;  
	margin-right: auto; 
}
.content .box .hd4 {
	position: absolute;
	top: -65px; 
	width:759px;
	left: 0;  
	right: 0;  
	margin-left: auto;  
	margin-right: auto; 
}
.content .box .hd5 {
	position: absolute;
	top: -65px; 
	width:679px;
	left: 0;  
	right: 0;  
	margin-left: auto;  
	margin-right: auto; 
}

.content .box::before {
	content: '';
	width: 1200px;
	height: 110px;
	position: absolute;
	top: -75px;
	background: url(../images/top.png) no-repeat;
}

.content .box::after {
	content: '';
	width: 1200px;
	height: 202px;
	position: absolute;
	bottom: -61px;
	background: url(../images/bottom.png) no-repeat;
}

.content .box-info {
	padding: 5px 0 0 23px;
	overflow: hidden;
}
.content .box-info-top{
	padding: 45px 0 0 23px;
}
.content .box-info .left-info {
	float: left;
	width: 560px;
	height: 428px;
	margin-right: 10px;
	overflow: hidden;
}
.content .box-info .left-info a{
	width: 560px;
    height: 410px;
    display: block;
    overflow: hidden;
    position: relative;
}

.content .box-info .left-info .txt {
	display: inline-block;
	padding: 0 20px;
	width: 520px;
	height: 70px;
	line-height: 70px;
	background: rgba(0, 0, 0, .5);
	font-size: 18px;
	color: #fff;
	position:absolute;
	left:0;
	bottom:0;
}

.content .box-info .right-info {
	width: 560px;
	float: left;
}

.content .box-info .right-info .item {
	display: inline-block;
	position: relative;
	width: 275px;
	height: 196px;
	overflow: hidden;
	float: left;
	margin: 0 10px 18px 0px;

}
.content .box-info .right-info .item:nth-child(even) {
	margin-right: 0;
}


.content .box-info  img {
	transition: all .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .box-info  img:hover {
	transform: scale(1.1);
}

.content .box-info .right-info .item .txt {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	display: block;
	padding: 0 20px;
	width: 236px;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #fff;
}
.content .box-info .right-info2 {
	width: 1160px;
}
.content .box-info2  img {
	transition: all .3s;
}

.content .box-info2  img:hover {
	transform: scale(1.1);
}
.content .box-info .right-info2 .item {
	display: inline-block;
	position: relative;
	width: 275px;
	height: 196px;
	overflow: hidden;
	float: left;
	margin: 0 10px 18px 0px;

}
.content .box-info .right-info2 .item .txt {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	display: block;
	padding: 0 20px;
	width: 236px;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #fff;
}

.content .box .more {
	position: relative;
	z-index: 2;
	display: block;
	font-weight: normal;
	font-size: 22px;
	color: #39bdfd;
	line-height: 32px;
	padding-left: 50px;
	cursor:pointer;
}
.content .hezuo{
	padding-top: 50px;
	width:1100px;
	margin: 0 auto;
	overflow: hidden;
}
.content .hezuo ul{list-style: none;}
.content .hezuo ul li{
	width:200px;
	height: 100px;
	margin:10px;
	float: left;
	overflow: hidden;
}
.content .hezuo ul li  img {
	transition: all .3s;
	
}

.content .hezuo ul li  img:hover {
	transform: scale(1.1);
}
.content .changshang{
	width:1128px;
	margin: 0 auto 30px;
	overflow: hidden;
}
.content .changshang-top{
	padding:45px 0 0 10px;
}
.content .changshang ul li{
	float: left;
	width:360px;
	margin: 10px 8px;
	position: relative;
	overflow: hidden;
}
.content .changshang ul li p,
.content .changshang ul li .txt{
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:24px;
	color:#fff;
	background: #0c83eb;
}

.content .changshang ul li  img {
	transition: all .3s;
	overflow: hidden;
	object-fit: cover;
}

.content .changshang ul li  img:hover {
	transform: scale(1.1);
}

.content .changshang ul li a .icon{
	position: absolute;
	top:90px;
	left:50%;
	margin-left: -22px;
}
.fixed-menu{
	z-index: 1111;
	display: none;
	position: fixed;
	top:10%;
	right:8px;
	width:191px;
	height: 733px;
	padding: 46px 0 0;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	background: url(../images/menu_right_bg.png) no-repeat;
}
.fixed-menu a{
	display: block;
	margin: 0 auto 15px;
	width:146px;
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size:28px;
	color: #fff;
	background: url(../images/menu_right_default.png) no-repeat;
}
.fixed-menu a .txt{
	font-weight: bold;
	font-size: 24px;
	color: #0E1B2F;
	background: linear-gradient(0deg, #636363 0%, #636363 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}
.fixed-menu .active{

	background: url(../images/menu_right_current.png) no-repeat;
}
.fixed-menu .active .txt{
	font-weight: bold;
	font-size: 24px;
	color: #C4C6DE;
	background: linear-gradient(0deg, #F3FFFF 0%, #F3FFFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	

}
.fixed-menu .back-top{
	width:34px;
	margin: 0 auto;
}
.footer{
	text-align: center;
	font-size:24px;
	color:#37c2fe;
}
.footer .logo{
	width:112px;
	height:58px;
	margin:0 auto 20px;
}
.banner .logo{
	position: absolute;
	top:60px;
}