* {
   padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul, ol, li, dl, dd, dt {
    list-style-type: none;
    line-height: normal;
}
/* body{
	min-width: 1250px;
} */
.swiper-box {
    width: 100%;
	
    height: 100vh;
    overflow: hidden;
	margin: 0 auto;
	position: relative;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
	display: flex;
}
.swiper-slide {
	flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide img{
	width: 100%;
	height: 100vh;
}

.mouse{
    width: 28px;
    height: 40px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 990;
    animation: mouseShaking 3s linear infinite;
}
@keyframes mouseShaking{
	0%{
		bottom: 40px;
	}
	50%{
		bottom: 30px;
	}
	100%{
		bottom: 40px;
	}
}


.business-box{
	width: 100%;
}
.business-title{
	text-align: center;
	margin: 76px 0 60px 0;
}
.business-title h3{
	font-size: 36px;
}
.business-title p{
	margin: 20px 0;
}
.business-list{
	display: flex;
	width:70%;
	margin: 0 auto;
}
.business-list .list-li{
	width: 300px;
	background-color: #F4F8FB;
	margin: 0 20px;
	cursor: pointer;
	position: relative;
}
.business-list .list-li .img{
	width: 110px;
	height: 110px;
	margin: 30px auto;
	cursor: pointer;
	/* background-color: aqua; */
}
.business-list .list-li .content{
	text-align: center;
	font-size: 20px;
	color: #000;
}
.business-list .list-li .content .title{
	text-align: center;
	font-size: 20px;
	color: #000;
}
.business-list .list-li .content .title1{
	text-align: center;
	font-size: 17px;
	color: #000;
	margin-top: 10px;
}
.business-list .list-li .content .content{
/* margin-top: 20px; */
	width: 80%;
	font-size: 13px;
	color: #000;
	text-align: center;
	line-height: 1.8;
	margin: 20px auto;
}
.business-list .list-li:hover{
	background-color: #006BF0;
	color: #fff;
}
.img.img1{
	background: url(../img/fwxm_img11.png) no-repeat;
}
.img.img2{
	background: url(../img/fwxm_img22.png) no-repeat;
}
.img.img3{
	background: url(../img/fwxm_img33.png) no-repeat;
}
.img.img4{
	background: url(../img/fwxm_img44.png) no-repeat;
}
.list-li:hover .img.img1{
	background: url(../img/fwxm_img1.png) no-repeat;
}
.list-li:hover .img.img2{
	background: url(../img/fwxm_img2.png) no-repeat;
}
.list-li:hover .img.img3{
	background: url(../img/fwxm_img3.png) no-repeat;
}
.list-li:hover .img.img4{
	background: url(../img/fwxm_img4.png) no-repeat;
}
.list-li:hover .content .title{
	color: #fff;
}
.list-li:hover .content .title1{
	color: #fff;
}
.list-li:hover .content .content{
	color: #fff;
}

.hro-box{
	min-width: 1250px;
	background: #F4F8FB;
	/* height: 750px; */
	/* overflow: hidden; */
	margin-top: 80px;
	padding:20px 0;
}
.hro-title{
	text-align: center;
	margin: 76px 0 60px 0;
}
.hro-title h3{
	font-size: 36px;
}
.hro-title p{
	margin: 20px 0;
}
.hro-content{ 
	width: 1200px; 
	height: 545px; 
	position: relative; 
	margin: 0 auto; 
	background: url(../img/ebcra-hro.png) no-repeat 300px 60px; 
	/* overflow: hidden; */
}
.hro-content img{
	width:60px ;
	height: 60px;}
.hro-content .li{
	width: 310px;
}
.hro-content .li img{ 
	display: block; 
	float: left; 
	margin-right: 15px;
}
.hro-content .li h3{ 
	float: left; 
	color: #000; 
	font-size: 20px;
}
.hro-content .li p{ 
	display: block; 
	width: 200px; 
	float: left; 
	color: #888888; 
	font-size: 14px;
	line-height: 22px;
    margin-top: 8px;
}
.hro-content .li:nth-of-type(5){
	width: 780px; 
}
.hro-content .li:nth-of-type(5) p{ 
	width: 700px;
}
.hro-img1{ position: absolute; top:30px;}
.hro-img2{ position: absolute; top:30px; left:925px;}
.hro-img3{ position: absolute; top:230px;}
.hro-img4{ position: absolute; top:230px; left:925px;}
.hro-img5 {position: absolute; top:420px; }
.hro-img6{ position: absolute; top:420px; left:925px;}
.hro-box  a{ 
	display: block; 
	margin: 30px auto; 
	/* margin-top: 40px; */
	width: 160px; 
	font-size: 16px; 
	text-align: center; 
	height: 45px; 
	line-height: 43px; 
	color: #fff; 
	background: #0479F5;
}
.hro-box :hover a{ 
	text-decoration: underline;
}


.case-title{
	text-align: center;
	margin: 76px 0 60px 0;
}
.case-title h3{
	font-size: 36px;
}
.case-title p{
	margin: 20px 0;
}
.case-content{
	width: 100%;
	min-width: 1250px;
	overflow: hidden;
}
.case-content-li{
	width: 1200px;
	
	height: 400px;
	margin: 0 auto;
	display: flex;
	box-shadow: 0px 12px 12px 0px rgb(214 214 214 / 50%);
	margin-bottom: 40px;
}
.case-content-li .img{
	width: 649px;
	height: 400px;
	overflow: hidden;
}
.case-content-li .img img{
	width: 100%;
	height: 100%;
}
.case-content-li .content{
	width: 660px;
	height: 390px;
	padding: 0 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.case-content-li .content h3{
	margin-bottom: 20px;
	font-size: 24px;
	color: #333;
	position: relative;
	z-index: 9;
}
.case-content-li .content p{
	height: 150px;
	margin-bottom: 56px;
	/* display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden; */
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
.case-content-li .content .button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 40px;
	border-radius: 2px;
	border: 1px #0774F4 solid;
	font-size: 16px;
	color: #0774F4;
}
.case-content-li .content .button:hover{
	background-color: #006BF0;
	color: #fff;
}


.mechanism-box{
	width: 1200px;
	height: 200px;
	margin: 0px auto;
	margin-bottom: 40px;
	margin-top: 40px;
}
.mechanism-list ul{
	list-style-type: none;
}
.mechanism-list li {
	width: 190px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
    height: 88px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgb(214 214 214 / 50%);
    border-radius: 2px;
    cursor: pointer;
}
.mechanism-list  li.on {
    border-bottom: 2px #0774F4 solid;
}
.mechanism-list li img {
    width: 100%;
    height: 100%;
}





.dynamic-box{
	min-width: 1250px;
	background: #F4F8FB;
	margin: 20px 0;
}
.dynamic-title{
	text-align: center;
	padding: 76px 0 0 0;
}
.dynamic-title h3{
	font-size: 36px;
}
.dynamic-title p{
	margin: 20px 0;
}
.dynamic-box .content-box{
	width: 70%;
	margin: 0 auto;
	display: flex;
	height: 580px;
	
}
.dynamic-box .content-box .left{
	background: #fff;
	position: relative;
	z-index: 10;
	width: 50%; 
	height: 100%;
	margin-right: 20px;
	/* margin: 40px 20px 20px 20px; */
	box-sizing: border-box;
	/* transition: all 0.4s ease; */
}

.dynamic-box .content-box .left a{
	padding: 20px;
}

.dynamic-box .content-box .left a img{
	width: 100%;
	height: 380px;
	/* height: auto !important; */
	display: block;
	padding: 20px;
}
.dynamic-box .content-box .left a .content{
	display: flex;
	width: 100%;
	/* margin-left: 20px; */
	padding: 23px 20px;
}
.dynamic-box .content-box .left a .content .text{
	display: inline-block;
	vertical-align: top;
	width: 75%; 
	/* padding-right: 20px; */
	height: 90px;
	text-align: left;
	box-sizing: border-box;
}


.dynamic-box .content-box .left a .content .text h3{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 19px;
	color: #060606;
	/* transition: all .3s ease; */
}
.dynamic-box .content-box .left a .content .text p{
	height: 50px;
	margin-top: 12px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 13px;
	line-height: 25px;
	color: #888;
}
.dynamic-box .content-box .left a .content .date{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	border-radius: 4px;
	background: #1d74e1;
	text-align: center;
	margin-left: 30px;
	padding: 20px 0;
}
.dynamic-box .content-box .left a .content .date .day{
	font-size: 58px;
	color: #fff;
	font-family: "CG";
	line-height: 58px;
	margin-top: 6px;
}
.dynamic-box .content-box .left a .content .date .year{
	margin-top: 2px;
	line-height: 16.4px;
	font-size: 16.4px;
	font-family: "Arial";
	color: #fff;
}

.dynamic-box .content-box .right{
	width: 50%;
	/* margin-bottom: 40px;
	margin-top: 40px; */
	display: flex;
	flex-direction: column; 	
	justify-content: space-between;
}
.dynamic-box .content-box .right ul{
	display: flex;
	flex-direction: column; 	
	justify-content: space-between;
	height: 700px;
}
.dynamic-box .content-box .right ul li{
	width: 100%;
	/* margin-bottom: 22px; */
	border-radius: 8px;
	background-color: #fff;
	float: left;
	box-shadow: 0 0 20px rgb(0 0 0 / 5%);
	padding: 20px 30px 20px 20px;
	position: relative;
}
.dynamic-box .content-box .right ul li .img{
	width: 200px;
	float: left;
	overflow: hidden;
	margin-top: 15px;
}
.dynamic-box .content-box .right ul li .text{
	margin-left: 235px;
}
.dynamic-box .content-box .right ul li .text h4{
	font-size: 18px;
	color: #333333;
	padding: 18px 0 13px 0;
	font-weight: 400;
}
.dynamic-box .content-box .right ul li .text p{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	height: 48px;
	opacity: 0.66;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.dynamic-box .content-box .right ul li .text h6{
	font-size: 14px;
	color: #333333;
	opacity: 0.6;
	text-align: right;
	margin-top: 8px;
}
.dynamic-box .content-box .right ul li .text .ico {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 15px;
    right: 30px;
    opacity: 0;
    line-height: 0;
}
.dynamic-box .content-box .right ul li:hover{
	background-color: #0C7DF5;
}
.dynamic-box .content-box .right ul li:hover .img img{
	scale: 1.1;
	transition: all 0.5s ease; 
}
.dynamic-box .content-box .right ul li:hover .text h4{
	color: #fff;
}
.dynamic-box .content-box .right ul li:hover .text p{
	color: #fff;
}
.dynamic-box .content-box .right ul li:hover .text h6{
	color: #fff;
	text-align: left;
}
.dynamic-box .content-box .right ul li:hover .text .ico{
	 opacity: 1;
}