.home-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #ffffff;
}

.home-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
}

.main {
	width: 100%;
	overflow: hidden;
}
.box_tit {
	text-align: left;
}
.box_tit span {
	display: block;
	font-size: 60px;
	text-align: center;
	color: #DEE1ED;
	line-height: 100%;
	font-weight: bold;
}
.box_tit h1,.box_tit h3 {
	font-size: 26px;
	color: #34478F;
	display: block;
	text-align: center;
	position: relative;
	font-weight: normal;
	margin-top: -30px;
}
.box_tit i {
	width: 50px;
	height: 2px;
	background: #34478F;
	display: block;
	font-style: normal;
	margin: 0 auto;
	margin-top: 10px;
}
.box_tit p {
	font-size: 14px;
	color: #999;
	display: block;
	text-align: center;
	margin-top: 15px;
}
.i_box1 {
	width: 100%;
	padding: 40px 0 60px;
	background: #ECEEF6;
}
.i_box1 .box {
	background: #fff;
	margin-top: 50px;
}
.i_box1 .box li {
	width: 33.33%;
	background: #fff;
	float: left;
	border-bottom: 4px solid #34478F;
	transition: .5s;
}
.i_box1 .box li .text {
	padding: 36px 59px;
}
.i_box1 .box li img {
	display: block;
	max-width: 100%;
}
.i_box1 .box li span {
	font-size: 18px;
	display: block;
	font-weight: bold;
	color: #000;
	margin: 25px 0;
}
.i_box1 .box li p {
	font-size: 14px;
	color: #666;
	display: block;
	line-height: 24px;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.i_box1 .box li a {
	width: 42px;
	height: 42px;
	display: block;
	margin-top: 15px;
	background: url(/assets/images/huayin/ic5.png) no-repeat center;
}
.i_box1 .box li em {
	width: 100%;
	height: 40px;
	background: #fff;
	display: block;
}
.i_box1 .box li:hover {
	background: #34478F;
	transition: .5s;
}
.i_box1 .box li:hover span {
	color: #fff;
}
.i_box1 .box li:hover p {
	color: #fff;
}
.i_box1 .box li:first-child + li + li {
	border-bottom: 4px solid #019DDC;
}
.i_box1 .box li:first-child + li + li:hover {
	background: #019DDC;
	transition: .5s;
}
.i_box1 .box li:first-child + li + li + li {
	border-bottom: 4px solid #019DDC;
}
.i_box1 .box li:first-child + li + li + li:hover {
	background: #019DDC;
	transition: .5s;
}
.i_box1 .more {
	margin-top: 40px;
}

.i_box3 {
	padding: 80px 0;
}
.i_box3 .box li {
	width: 32%;
	float: left;
	margin-left: 2%;
	position: relative;
}
.i_box3 .box li img {
	position: relative;
	z-index: 8;
	display: block;
	width: 100%;
}
.i_box3 .box li .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 8%;
	z-index: 9;
}
.i_box3 .box li .text span {
	font-size: 22px;
	display: block;
	font-weight: bold;
	color: #fff;
	padding-top: 25%;
}
.i_box3 .box li .text p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	display: block;
	margin-top: 15px;
}
.i_box3 .box li:first-child {
	margin-left: 0;
}
.i_box3 .box li:hover .text {
	background: rgba(0, 0, 0, .5);
}
.i_box4 {
	padding: 60px 0;
	background: url(/assets/images/huayin/bg1.jpg) no-repeat top center;
}
.i_box4 .box_tit span {
	color: #626E9E;
}
.i_box4 .box_tit h3 {
	color: #fff;
}
.i_box4 .box_tit i {
	background: #fff;
}
.i_box4 .box_tit p {
	color: #fff;
}
.i_box4 .box {
	margin-top: 60px;
}
.i_box4 .more {
	margin-top: 40px;
}
.pro_list li {
	width: 23%;
	margin-right: 2.66%;
	float: left;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 0px 5px 0px #ccc;
}
.pro_list li .imgauto {
	width: 100%;
	height: 286px;
	opacity: 1;
	transition: .5s;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.pro_list li .imgauto img{
    opacity: 1;
    display: block;
    width: auto;
    height: 100%;
}
.pro_list li .text {
	padding: 10px 20px;
}
.pro_list li .text span {
	font-size: 18px;
	color: #333;
	display: block;
	margin-top: 10px;



}
.pro_list li .text p {
	font-size: 14px;
	color: #666;
	display: block;
	line-height: 24px;
	margin-top: 8px;

    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.pro_list li:nth-child(4n) {
	margin-right: 0;
}
.pro_list li:hover {
	box-shadow: 0px 10px 5px 0px #ccc;
}
.pro_list li:hover span {
	color: #34478F;
}
.i_box5 {
	padding-top: 60px;
}
.i_box5 .box_tit span {
	color: #7F7A98;
}
.i_box5 .box_tit h3 {
	color: #fff;
}
.i_box5 .box_tit i {
	background: #fff;
}
.i_box5 .box_tit p {
	color: #fff;
}
.i_box5 .box {
	margin-top: 60px;
}
.i_box5 .box .text {
	padding: 0 10%;
}
.i_box5 .box .text p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	text-align: center;
}
.i_box5 .more {
	margin-top: 60px;
}
.i_box5 .box5_lisst {
	background: url(/assets/images/huayin/bg3.jpg) no-repeat top center;
	padding: 40px 0;
	margin-top: 90px;
}
.i_box5 .box5_lisst .list li {
	width: 33.33%;
	position: relative;
	padding-left: 8%;
}
.i_box5 .box5_lisst .list li img {
	float: left;
	max-width: 100%;
	display: block;
	margin-top: 5px;
}
.i_box5 .box5_lisst .list li .text {
	width: 100%;
	padding-left: 45px;
}
.i_box5 .box5_lisst .list li .text span {
	font-size: 16px;
	color: #333;
	display: block;
}
.i_box5 .box5_lisst .list li .text p {
	font-size: 12px;
	color: #333;
	margin-top: 3px;
	display: block;
}

.i_box6 {
	margin-top: 60px;
	padding-bottom: 100px;
}

.i_box6 .box {
	width: 100%;
	margin-top: 40px;
}
.i_box6 .box .fl {
	width: 42%;
    padding: 30px 30px 0;
    height: 402px;
	float: left;
}
.i_box6 .box .fl img{
    width: 100%;
    max-width: 444px;
}
.i_box6 .box .fl p {
    font-size: 30px;
    color: #fff;
    display: block;
    font-weight: bold;
    margin-top: 10px;
}



.i_box6 .box .fl li {
	float: left;
	position: relative;
}
.i_box6 .box .fl li .pic img {
	width: 100%;
	display: block;
}
.i_box6 .box .fl li .text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 12% 0 0 17%;
}
.i_box6 .box .fl li .text img {
	display: block;
	max-width: 100%;
}
.i_box6 .box .fl li .text span {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin-top: 12px;
}
.i_box6 .box .fl li:first-child {
	width: 100%;
	margin-bottom: 4%;
}
.i_box6 .box .fl li:first-child .text {
	padding: 5% 0 0 8%;
}
.i_box6 .box .fl li:first-child .text span {
	font-size: 40px;
	color: #fff;
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
.i_box6 .box .fl li:first-child .text p {
	font-size: 30px;
	color: #fff;
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
.i_box6 .box .fl li:first-child + li {
	width: 48%;
	margin-right: 4%;
}
.i_box6 .box .fl li:first-child + li + li {
	width: 48%;
}
.i_box6 .box .fr {
	width: 56%;
	background: #34478F;
	padding: 50px;
}
.i_box6 .box .fr .fr_tit {
	width: 100%;
	position: relative;
}
.i_box6 .box .fr .fr_tit p span {
	font-size: 26px;
	color: #fff;
	display: block;
	font-weight: bold;
}
.i_box6 .box .fr .fr_tit p i {
	font-size: 20px;
	color: #fff;
	font-style: normal;
	display: block;
	margin-top: 5px;
}
.i_box6 .box .fr .fr_tit a {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 18px;
	color: #fff;
	display: block;
}
.i_box6 .box .fr .list {
	width: 100%;
	margin-top: 20px;
}

.i_box6 .box .fr .list li {
	background: url(../img/dian.png) no-repeat left center;
	padding-left: 15px;
	float: left;
	width: 100%;
	line-height: 41px;
}
.i_box6 .box .fr .list li a {
	width: 60%;
	font-size: 14px;
	color: #fff;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.i_box6 .box .fr .list li span {
	width: 40%;
	font-size: 14px;
	color: #ddd;
	float: right;
	text-align: right;
}