* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: "微软雅黑";
	color: #333
}

a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

ul,
li,
ol {
	list-style: none;
}

input,
textarea {
	font-family: "微软雅黑";
	font-size: 16px;
}

b,
em,
i {
	font-style: normal;
	font-weight: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

.tac {
	text-align: center;
}

input,
select,
textarea {
	outline: none;
	border: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #9c9c9c;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #9c9c9c;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #9c9c9c;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #9c9c9c;
	font-size: 14px;
}

textarea {
	resize: none;
	color: #9c9c9c;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #666
}

i,
em,
b,
h1,
h2,
h3,
h4,
h5 {
	font-style: normal;
	font-weight: normal;
}

img {
	border: none;
}

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
    margin:0 auto;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
    z-index:1;
}
.swiper-wrapper {
    position:relative;
    width:100%;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;
    
    -moz-transition-property:-moz-transform, left, top;
    -moz-transition-duration:0s;
    -moz-transform:translate3d(0px,0,0);
    -moz-transition-timing-function:ease;
    
    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);
    
    -ms-transition-property:-ms-transform, left, top;
    -ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);
    -ms-transition-timing-function:ease;
    
    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
    /* Specify Swiper's Size: */

    /*width:200px;
    height: 100px;*/
}
.swiper-slide {
    /* Specify Slides's Size: */
    
    /*width: 100%;
    height: 100%;*/
}
.swiper-slide-active {
    /* Specific active slide styling: */
    
}
.swiper-slide-visible {
    /* Specific visible slide styling: */    

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
    /* Stylize pagination button: */    

}
.swiper-active-switch {
    /* Specific active button style: */    
    
}
.swiper-visible-switch {
    /* Specific visible button style: */    
    
}






.main {
	width: 1560px;
	margin: 0px auto;
	margin: 0px  calc((100% - 1560px)/2);
/* 	clear: both;
	position: relative; */
}

/* .nav {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;


} */

.header {

	background: #bb0000;
	width: 100%;
	height: 113px;
	/* display: flex;
	
	justify-content: space-between;
	align-items: center;
	align-content: center; */
/* 	float: left; */
}
.nav{
	width: 100%;
	float: left;
}
.nav .logo {
	float: left;
}
.header .main{
	
margin: auto;
}
.nav ul {

/* 	display: flex;

	justify-content: space-between;
	align-items: center;
	align-content: center; */
	float: left;
}

.nav ul li {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	position: relative;
	flex: 1;
	height: 50px;
	line-height: 50px;
	justify-content: center;
	width: 222px;float: left;
}

.nav ul li a {
	height: 50px;
	line-height: 50px;display:block;width: 100%;
	/* display: inline-flex;
	flex: 1;
	justify-content: center;align-items: center;
	text-align: center; */
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	flex-shrink: 0;
	text-align: center;

}

.nav ul li:hover>a,
.nav ul li.active>a {
	background: #b3040b;

}

.nav ul li:hover dl {
	display: block;
}

.nav ul li dl {
	width: 100%;
	position: absolute;
	top: 50px;
	display: none;
	z-index: 9;
	left: 0px;
	background: #bb0000;
}

.nav ul li dl dd {
	height: 40px;
	line-height: 40px;
	width: 100%;
	float: left;
	background: #bb0000;
}

.nav ul li dl dd a {
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-weight: normal;
	display: inline-block;

	font-size: 14px;
	border: none;
	font-size: 18px;
}

.nav ul li dl dd a:hover {
	background: #fff;
	color: #bb0000;
	font-weight: bold;
}

.nav ul li img {
	width: 32px;height: 30px
	;
	vertical-align: middle;
	object-fit: contain;
	margin-right: 10px;
	/* height: 100%; */
}

.banner{width: 100%;
float: left;}

/* .swiper-container1 {
	position: relative;
	top: 0px;
	float: left;
	width: 100%;

}

.swiper-container1 img {
	width: 100%;
}

.swiper-container1.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-container1 .swiper-pagination-custom,
.swiper-container1 .swiper-pagination-fraction {
	bottom: -2px;
	width: 1560px;
	margin: 0px auto;
	
	text-align: right;
	left: calc((100% - 1560px)/2);
	
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 5px;
}

.swiper-pagination-bullet {
	background: transparent;
	opacity: 1;
	width: 44px;
	height: 44px;
	background: transparent;
	border-radius: 0px;
	margin-right: 0px;
	color: #fff;
	font-size: 22px;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	background: #cc1506;
	;
}

 */

.index1_1conbanner {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

 .pagination2 {

	text-align: right;
height:50px
	margin: 0px auto;
	position: absolute;
	z-index: 24;
	bottom: 20px;
/* 	width: 95%; */
	text-align: right;
	width: 97%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 5px;
}

.pagination2 .swiper-pagination-switch {
	background: #fff;
	opacity: 1;
	width: 14px;
	height: 14px;
	margin-right: 0px;   display: inline-block;  margin-right: 5px;
	border-radius: 14px;color: transparent;
	background: url(../image/option1.png) center no-repeat;background-size: 14px;;
		height: 14px;
}

 .pagination2 .swiper-visible-switch {
	opacity: 1;
	width: 14px;color: transparent;
/* 	background: #cc1506;option */
background: url(../image/option2.png) center no-repeat;background-size: 14px;;
	height: 14px;
	;
}

.swiper-container2 .swiper-wrapper .swiper-slide p {
	position: absolute;
	left: 0px;
	bottom: -390px;
	width: 100%;
	height: 65px;
	background: url(../image/index1_l_bot.png) center no-repeat;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;

}

.swiper-container2 .swiper-wrapper .swiper-slide img {
	float: left;
	border: none;
}

.swiper-container2 .swiper-wrapper .swiper-slide p b {
	width: 70%;
	margin: 0px 15px 0px 20px;
	float: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	white-space: nowrap;

}

.swiper-container2 .swiper-wrapper .swiper-slide p i {
	width: 100px;
	text-align: center;
	font-weight: bold;
	line-height: 80px;
	font-size: 24px;
	color: #ffffff;
	background: #c11601;
	display: inline-block;
	float: right;
}


.header .main {
/* 	display: flex;
	justify-content: space-between;
	align-items: center;margin: auto; */
}



.header .logo {
	width: 540px;
	float: left;
	margin-top: 15px;;
}

.header dl {
/* 	display: flex;
	justify-content: flex-start;
	align-items: center; */
	line-height: 30px;
	height: 30px;width:700px;
	float: right;vertical-align: middle;
margin-top: 40px;
	
}
.header dl dd{
	float: left;
}
.header dl a {
	color: #fff;
	font-size: 18px;
	margin-left: 10px;float: left;
}

.header dl p {
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 10px;float: left;
}

.header dl image {
	vertical-align: middle;float: left;
}

.header dl dd {
	width: 275px;
	border-bottom: 1px solid #fff;float: left;
}

.header dl dd input {
	width: 250px;color: #fff;font-size: 16px;;
	background: transparent;float:left
}

.nav {
	height: 50px;
	width: 100%;
	float: left;
	background-color: #a00e26;
}

.index1 {
	padding-top: 30px;
	width: 100%;

	float: left;
}

.index1_con {
	width: 100%;
float: left;

}

.index1_l {
	width:1120px;
	margin-right:30px;float: left;
}
.index1_r{
	width: 390px;
	float: right;
}
.index_tit {
float: left;
	width: 100%;
	margin-bottom: 20px;
}

.index_tit p {
	font-size: 26px;
	color: #bb0000;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 5px solid #bb0000;float: left;
}

.index_tit span {
	font-size: 14px;float: right;
	color: #333333;
	color: #bb0000;
	font-family: "宋体";
	text-align: center;
/* 	font-weight: bold; */
	line-height: 40px;
}

.index_tit span a {
	font-size: 16px;line-height: 40px;
	color: #333333;margin-right: 5px;
	font-family: "微软雅黑"
	;
}

.m-l {
	width: 1130px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;float: left;
}

.m-l .index1_1conbanner {
	width: 560px;
	height: 390px;float: left;
}

.index1_l_r {
	width: 530px;
float: left;
	margin-left: 40px;
	float: right;
}

.index1_l_r ul {
	width: 100%;float: left;
}

.index1_l_r ul li {
	width: 100%;
	line-height: 35px;
	margin-bottom: 10px;
float: left;
	font-size: 18px;
}

.index1_l_r ul li a {
	width: 86%;
	word-wrap: break-word;
	/* 内容存在英语或数字时强制换行 */
	overflow: hidden;
	/* 隐藏溢出部分 */
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	/* 显示省略符号来代表被隐藏的文本 */
	display: -webkit-box;
	/* 将对象作为弹性伸缩盒子模型显示 */
	-webkit-box-orient: vertical;
	/* 设置盒子内排列顺序为纵向 */
	-webkit-line-clamp: 1;
	font-size: 18px;
	color: #343434;float: left;height: 35px;;
}

.index1_l_r ul li a:hover {
	color: #bb0000;font-weight: bold;
	text-decoration: underline;
}

.index1_l_r ul li span {
	font-size: 16px;
	color: #aeaeae;text-align: center;
	float: right;
}

.index1_r ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.index1_r ul li {
	width: 100%;
	float: left;

}

.index1_r ul li a {
	width: 100%;
float: left;
	padding: 10px 0px;
	border-top: 1px dashed #cccccc;
	font-size: 18px;
	color: #343434;
	line-height: 22px;

}

.index1_r ul li:first-child a{
	border-top:1px dashed #fff;
	/* background: #f00; */
}

.index1_r ul li:first-child a {
	padding-top: 0px;
}

.index1_r ul li a span {
	width: 62px;
	height: 62px;
float: left;display: inline-block;
	margin-right: 20px;text-align: center;

}

.index1_r ul li a span i {
	width: 62px;
	height: 40px;line-height: 40px;
	background: #bb0000;
float: left;display: inline-block;
	font-size: 24px;
	color: #fff;
}

.index1_r ul li em {
	width: 62px;
	height: 24px;
float: left;
	background: #e4e4e4;
	font-size: 14px;
	color: #666666;
}

.index1_r ul li p {
	word-wrap: break-word;
	/* 内容存在英语或数字时强制换行 */
	overflow: hidden;
	/* 隐藏溢出部分 */
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
display: -webkit-box;  
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;height: 45px;margin-top: 5px;;


}

.index1_r ul li:hover p {
	color: #bb0000;font-weight: bold;
}

.index2 {
	width: 100%;
	background: url(../image/index2_bj.png) center center no-repeat;
	height: 820px;
float: left;
}

.index2 .main {
margin: auto;
}

.index2_l {
	width: 290px;float: left;margin-top: 180px;
}

.index2_r {
	width: 1240px;
	/* 	display: flex;align-items: center;justify-content:space-between;	 */
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	float: left;
	margin-top: 75px;;
	/* flex-direction: row; */
}

.index2_r .index2_r_con {
	width: 550px;
	margin-left: 70px;
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	float: left;
	margin-bottom: 45px;

}

.index2_r_con_tit {
	height: 54px;
	line-height: 30px;
	font-size: 32px;
	width: calc(100% - 90px);
	padding: 30px 30px 0px 60px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.index2_r_con_tit span {
	float: left;
	height: 54px;
	/* display: flex; */
	/* justify-content: flex-start; */
}
.index2_r_con_tit a{
	float: right;
}
.index2_r_con ul {
	width: calc(100% - 60px);
	padding: 30px;
	height: 170px;
}
.index2_r_con ul li{
	width: 100%;
	float: left;
	height: 30px;
	padding-bottom: 10px;	overflow: hidden;
}
.index2_r_con ul li a {
	width: 100%;
	position: relative;
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
	word-wrap: break-word;
	/* 内容存在英语或数字时强制换行 */
	overflow: hidden;
	/* 隐藏溢出部分 */
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	/* 显示省略符号来代表被隐藏的文本 */
	display: -webkit-box;
	/* 将对象作为弹性伸缩盒子模型显示 */
	-webkit-box-orient: vertical;
	/* 设置盒子内排列顺序为纵向 */
	-webkit-line-clamp: 1;
	text-indent: 20px;

}

.index2_r_con ul li a::before {
	position: absolute;
	content: "·";
	left: -20px;
	top: 0px;
	font-size: 20px;
}

.index2_r_con:nth-child(3),
.index2_r_con:nth-child(4) {
	margin-bottom: 0px;
}
.index2_r_con ul li a:hover{
font-weight: bold;
	text-decoration: underline;
}
.col_e76565 {
	color: #e76565;
}

.bac_e76565 {
	background: #e76565;
}

.col_f18200 {
	color: #f18200;
}

.bac_f18200 {
	background: #f18200;
}

.col_00a1e9 {
	color: #00a1e9;
}

.bac_00a1e9 {
	background: #00a1e9;
}

.col_46b475 {
	color: #46b475;
}

.bac_46b475 {
	background: #46b475;
}

.bottom {
	width: 100%;
	height: 1475px;
	background: url(../image/index5_bj.png) top center no-repeat;float: left;
}
.index3,.index4 {
	width: 100%;
	float: left;
}
.index3 .main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	padding-top: 50px;
	margin: auto;
}

.index3_con {
	width: 100%;
	height: 356px;
	padding: 15px 0px;
/* 	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15); */
	/* -moz-box-shadow:3px 5px 5px #969696;
	-webkit-box-shadow:3px 5px 5px #969696;
	box-shadow:3px 5px 5px #969696; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	float: left;
	background: url(../image/index3_con.png) center center no-repeat;
}

.index3_con_tit {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

.index3_con_tit .index_tit,
.index3_con ul {
	width: 490px;
/* 	margin-right: 50px; */
	font-size: 16px;
	padding: 25px 0px 0px 10px;
	float: left;
}

/* .index3_con_tit .index_tit:first-child,
.index3_con ul:first-child {
	margin-right: 0px;
} */

.index3_con ul li {
	width: 100%;
	display: flex;
	margin-bottom: 23px;height: 24px;overflow: hidden;line-height: 24px;
	;
}

.index3_con ul li a {
	width: 95%;
	position: relative;
	padding-left: 30px;
	font-size: 16px;line-height: 24px;;
	color: #343434;
	word-wrap: break-word;
	/* 内容存在英语或数字时强制换行 */
	overflow: hidden;
	/* 隐藏溢出部分 */
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	/* 显示省略符号来代表被隐藏的文本 */
	display: -webkit-box;
	/* 将对象作为弹性伸缩盒子模型显示 */
	-webkit-box-orient: vertical;
	/* 设置盒子内排列顺序为纵向 */
	-webkit-line-clamp: 1;
	background: url(../image/option.png) 10px center no-repeat;
	background-size: 6px;
	height: 24px;	overflow: hidden;
	;
}

/* .index3_con ul li a::before {
	position: absolute;
	content: "。";
	left: -20px;
	top: -20px;
	font-size: 30px;
	color: #bd0808;

} */

.index3_con ul li a:hover {
	text-decoration: underline;
	color: #bd0808;font-weight: bold;
}

.index4_con{
		height: 528px;
		box-shadow: 0px 0px 18px 0px 
			rgba(0, 0, 0, 0.15);
			margin-top: 60px;
			padding: 25px;
			background: #fff;float: left;position: relative;
			
}
.index4_con_tit span {
	float: right;	font-size: 16px;line-height: 40px;
	color: #333333;margin-right: 5px;
		font-family: "宋体";
	position: absolute;
	top: 20px;color: #f00;
	right: 20px;
}
.index4_con_tit span a{
	color: #333;	font-family: "微软雅黑"
}
.index4_con_l{

	height: 365px;
	margin-top:30px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.index4_con1_l{
	width: 650px;
	margin-top:20px;
	float: left;


}
.index4_con1_l p{
	width: 650px;
	height: 365px;position: relative;
	overflow: hidden;
}
.index4_con1_l  i {
	position:absolute;z-index: 35;
	bottom: 20px;
	left: 30px;
}
.index4_con1_l p img {
	position: relative;
	border-radius: 10px;
	/* transition: all 0.6s; */
}

/* .index4_con1_l p:hover img{
	z-index: 3;
	transform: scale(1.2);
} */
/* .index4_con1_l p::before{
	width: 50px;
	height: 36px;
	position: absolute;
	content: "";
	background: url(../image/play.png) top no-repeat;
	left:30px;
	bottom: 20px;z-index: 9;
} */
.index4_con1_l span {
	width: 95%;display: inline-block;
	word-wrap: break-word;	line-height:50px;
	/* 内容存在英语或数字时强制换行 */
	overflow: hidden;
	/* 隐藏溢出部分 */
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	/* 显示省略符号来代表被隐藏的文本 */
	display: -webkit-box;
	/* 将对象作为弹性伸缩盒子模型显示 */
	-webkit-box-orient: vertical;
	/* 设置盒子内排列顺序为纵向 */
	-webkit-line-clamp: 1;	font-size: 18px;	color: #373737;font-weight: bold;
	height: 40px;
}
.index4_con1_r{
	width: 830px;	display: flex;
	margin-top:25px;float: right;

}
.index4_con1_r ul {
	width: 830px;	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	float: left;
}
.index4_con1_r ul li {
		width: 256px;margin-right: 30px;
		height: 200px;margin-bottom: 15px;overflow: hidden;border-radius: 5px;
	font-size: 18px;	color: #5a5a5a;	line-height:20px;position: relative;float: left;

}
/* .index4_con1_r ul li:nth-child(3n){margin-right: 0px;background-color: #f00;}
//ie8情況下 */
.index4_con1_r ul>li:first-child + li +li,.index4_con1_r ul>li:first-child + li +li+ li +li+li{
		margin-right: 0px;float: right;
	}
.index4_con1_r ul li a{
	width: 100%;
	float: left;
	display: inline-block;position: relative;height: 200px;;overflow: hidden
}
.index4_con1_r ul li a i{
	position: absolute;	left:15px;
	bottom: 70px;	z-index: 35;
}
/* .index4_con1_r ul li::before{
	width: 50px;
	height: 36px;
	position: absolute;z-index: 9;
	content: "";
	background: url(../image/play.png) top no-repeat;
	left:15px;
	bottom: 50px;	
} */
.index4_con1_r ul li:nth-child(6),.index4_con1_r ul li:nth-child(4),.index4_con1_r ul li:nth-child(5){margin-bottom: 0px;
	
}
.index4_con1_r ul li span {
	display: inline-block;margin: 0px 0px 0px;
	height: 60px;width: 100%;float: left;line-height: 24px;;
	overflow: hidden;
	display: inline-block;
	word-wrap: break-word;
	/* 内容存在英语或数字时强制换行 */
	overflow: hidden;
	/* 隐藏溢出部分 */
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	/* 显示省略符号来代表被隐藏的文本 */
	display: -webkit-box;
	/* 将对象作为弹性伸缩盒子模型显示 */
	-webkit-box-orient: vertical;
	/* 设置盒子内排列顺序为纵向 */
	-webkit-line-clamp: 2;
}
.index4_con1_r ul li b img {
		position: relative;

		/* transition: all 0.6s; */
		border-radius: 5px;margin-bottom: 5px;
}
.index4_con1_r ul li p {
	display: inline-flex;
	height: 148px;overflow: hidden;
}
/* .index4_con1_r ul li:hover b img{

	transform: scale(1.2);
} */
.index4_con1_r ul li:hover a{
		color: #bb0000;
		text-decoration: underline;
}
.index4_con1_l:hover   span{
		color: #bb0000;
}
.footer {
	width: 100%;
	background: url(../image/foot.png) top center no-repeat;
	height: 325px;
	float: left;
}
.footer .main{
	display: flex;
	align-items: center;
	justify-content:flex-start;
	flex-direction: row;
	flex-wrap: wrap;color: #fff;padding-top: 120px;
}
.foot_l{
		width: 240px;margin-right: 220px;	font-size: 18px;display: flex;
	align-items: flex-start;
	justify-content:flex-start;
	flex-direction: column;margin-top:10px;
	float: left;
}
.foot_tit {
		font-size: 18px;	color: #ffffff;	line-height: 30px;margin-bottom: 20px;
} 
.foot_l ul>li{
	width: 249px;position: relative;
}
.foot_l ul>li>a{
		width: 249px;
		height: 44px;border: 1px solid #fff;
		line-height: 44px;
		text-align: center;
		display: inline-block;
		margin-bottom: 15px;	font-size: 16px;	color: #ffffff;
}
.foot_l ul>li:hover dl{
	display: block;
}
.foot_l ul>li dl {
	width: 100%;
	position: absolute;
	bottom: 60px;
	left: 2px;
	display: none;
	z-index: 9;
	left: 0px;min-height: 40px;
	max-height: 300px;background: #fff;
	overflow-y: scroll;

}

.foot_l ul>li dl dd {
	height: 40px;
	line-height: 40px;
	width: 100%;
	float: left;
	background: #fff;
}

.foot_l ul>li dl dd a {
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-weight: normal;
	display: inline-block;
	text-align: center;color: #bb0000;

	font-size: 14px;
	border: none;
	font-size: 18px;
}

.foot_l ul>li dl dd a:hover {

	font-weight: bold;
}



.foot_c{
		width: 620px;display: flex;
	align-items: flex-start;
	justify-content:flex-start;
	flex-direction: column;	font-size: 16px;	line-height: 26px;float: left;
}
.foot_c p,.foot_c i {
	width: 100%;
	display: inline-block;
	float: left;
}
.foot_r{
		width: 480px;float: left;margin-top: 20px;
}
.foot_r ul {
	display: flex;
	align-items: flex-start;
	justify-content:space-between;
	flex-direction: row;flex-wrap: wrap;float: left;width: 100%;
}
.foot_r ul li {width: 150px;
	float: left;text-align: center;
}
.foot_r ul li span {
	width: 100%;
	display: block;
	float: left;text-align: center;
}
.foot_r ul li a{
	width: 150px;display:block;
	text-align: center;
	display: flex;
	align-items: center;	font-size: 16px;	color: #ffffff;	line-height: 30px;
	justify-content: center;flex-direction: column;
	
}