@media screen and (min-width: 1024px) {
	#cd-primary-nav .has-children:first-child a {
		color: #006cb5;
		position: relative;
	}

	#cd-primary-nav .has-children:first-child a::before {
		position: absolute;
		content: "";
		width: 50px;
		height: 3px;
		background: #fff;
		bottom: 0;
		left: 50%;
		transform: translate(-50%);
	}
}

/* banner--start */
.ban_text {
	position: absolute;
	text-align: left;
	left: 4%;
	/* transform: translateX(-50%); */
	top: 30%;
	color: #fff;
	z-index: 2;
}

.ban_text h2 {
	color: #000;
	font-size: 56px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	font-weight: bold;
	text-shadow: #fff 3px 0px 0px;
	float: left;
}

.ban_text h2 span {
	font-size: 56px;
	color: #006cb5;
	position: relative;
	top: -10px;
}


.ban_text h3 {
	font-size: 36px;
	margin: 0 0 30px;
	width: 100%;
	color: #000;
	font-weight: bold;
	text-shadow: #fff 3px 0px 0px;
	font-weight: bold;
	float: left;
}

.ban_text h4 {
	font-size: 56px;
	margin: 0 0 30px;
	font-weight: bold;
	color: #fff;
	text-shadow: #000 3px 0px 0px;
}

.ban_text p {
	margin: 2px 0 10px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-shadow: #000 3px 0px 0px;
}

.ban_text h5 {
	font-size: 56px;
	margin: 0 0 30px;
	font-weight: bold;
	color: #000;
}

.ban_text h6 {
	margin: 2px 0 10px;
	font-size: 36px;
	color: #000;
	font-weight: bold;
}

/* banner--end */

/* about--start */
.about {
	width: 100%;
	background-position: center bottom;
	background-repeat: repeat-x;
	background: url(/assets/image/aboutbj.jpg) repeat-x left top;
	background-position-x: center;
	overflow: hidden;
}

.about .w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 101px 0px 10px;
}

.about .w .about_right {
	width: 100%;
	float: left;
}

.about .w .about_right .about_right_list {
	width: 100%;
	float: left;
}

.about .w .about_right .about_right_list:nth-of-type(2) {
	margin: 20px 0;
}

.about .w .about_right .about_right_list .list_img img {
	width: 100%;
}

.about .w .about_right .about_right_list .list_text {
	width: 100%;
	border-left: 10px solid #006cb5;
	padding-left: 40px;
}

.about .w .about_right .about_right_list .more {
	text-align: center;
	width: 200px;
	line-height: 47px;
	background: #006cb5;
	color: #fff;
	transition: all 0.5s;
	height: 50px;
	float: left;
	margin-top: 30px;
	margin-left: 50px;
}

.about .w .about_right .about_right_list .more:hover {
	text-align: center;
	width: 220px;
	line-height: 47px;
	background: #006cb5;
	color: #fff;
	transition: all 0.5s;
	height: 50px;
	float: left;
	margin-top: 30px;
	margin-left: 50px;
}

.about .w .about_right .about_right_list .list_text h3 {
	font-size: 44px;
	margin: 0;
	color: #fff;
	margin-bottom: 28px;
	font-weight: bold;
}

.about .w .about_right .about_right_list .list_text h4 {
	font-size: 30px;
	margin: 0;
	color: #fff;
	margin-bottom: 28px;
	font-weight: bold;
}

.about .w .about_right .about_right_list .list_text p {
	line-height: 28px;
	color: #fff;
	overflow: hidden;
	margin-top: 0px;
	font-size: 15px;
}

.about .w ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 70px;
	margin-bottom: 40px;
	width: 100%;
}

.about .w ul li {
	width: 24.5%;
	float: left;
	TEXT-ALIGN: CENTER;
	background: #f7f7f7;
	padding: 50px 20px;
	transition: all 0.5s;
}

.about .w ul li:hover {
	margin-top: -5px;
	transition: all 0.5s;
}

.about .w ul li h3 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	line-height: 50px;
}

.about .w ul li p {
	text-align: center;
	line-height: 22px;
	text-indent: 0;
	width: 100%;
	float: left;
	color: #333;
}

.about .w ul li .linea {
	width: 40px;
	height: 5px;
	background-color: #006cb5;
	margin: 0 auto;
}

/* about--end */
/* product--start */


/* pc产品 */
.wrap {
	width: 100%;
	height: 637px;
	float: left;
	margin-bottom: 25px;
}

.list {
	position: absolute;
	left: 0;
	top: 40px;
	margin: 0;
	padding: 0;
	-webkit-animation: 15s move infinite linear;
	width: 300%;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.list li {
    list-style: none;
    width: 11.5%;
    border-right: 1px solid #e6e6e6;
    color: #fff;
    text-align: center;
    float: left;
    padding: 25px 25px 36px;
}

.list li img {
	width: 87%;
}

.list li h3 {
	text-align: left;
	line-height: 45px;
	color: #000000;
	font-size: 26px;
	text-decoration: none;
	font-weight: bold;
}

.pbox {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 58px;
}

.pbox p {
	text-align: left;
	line-height: 26px;
	color: #666;
	font-size: 16px;
	text-decoration: none;
}

.list li .more {
	color: #006cb5;
	width: 100%;
	line-height: 31px;
	text-align: left;
	font-size: 16px;
	float: left;
}

.list li .more a {
	color: #006cb5;
	transition: all 0.5s;
}

.list li .more a:hover {
	color: #006cb5;
	font-weight: bold;
	transition: all 0.5s;
}

.p_moer {
	width: 100%;
	text-align: center;
	float: left;
	padding: 0px;
}

.p_moer a {
	line-height: 50px;
	background-color: #006cb5;
	color: #fff;
	padding: 16px 55px;
	transition: all 0.5s;
	font-weight: bold;
}

.p_moer a:hover {
	color: #fff;
	background-color: #006cb5;
	transition: all 0.5s;
	padding: 16px 65px;
}

@media(max-width:1280px) {
	.list li {
		list-style: none;
		width: 16.3%;
		border-right: 1px solid #e6e6e6;
		color: #fff;
		text-align: center;
		float: left;
		padding: 25px 25px 36px;
	}
}

@-webkit-keyframes move {
	0% {
		left: 0;
	}

	100% {
		left: -500px;
	}
}

@keyframes move {
	0% {
		left: 0;
	}

	100% {
		left: -500px;
	}
}

.wrap:hover .list {
	-webkit-animation-play-state: paused;
	/*动画暂停播放*/
}

.product {
	width: 100%;
	overflow: hidden;
	margin-top: 5%;
	float: left;
}

.product .product_tit {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	float: left;
}

.product .product_tit .product_tit_right {
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	float: left;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.product .product_tit .product_tit_right .search_tit .linea {
	width: 90px;
	height: 5px;
	background-color: #006cb5;
	margin: 0 auto;
}

.product .product_tit .product_tit_right .search_tit h3 {
	font-size: 44px;
	margin: 20px 0px;
	color: #000;
	font-weight: bold;
}

.product .product_tit .product_tit_right .search_tit p {
	margin: 10px 0 0;
	color: #666;
	width: 100%;
	line-height: 28px;
	font-size: 17px;
}


/* 移动端产品 */
.product .product_list_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 30px;
	float: left;
	display: none;
}

.product .product_list_box li {
	border: 1px solid #e6e6e6;
	width: 33.333%;
	overflow: hidden;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product .product_list_box li .more {
	display: inline-block;
	color: #006cb5;
	float: left;
	width: 100%;
	margin-top: 10px;
	line-height: 31px;
}

/* .product .product_list_box li:nth-child(2) {
	margin-left: -1px;
	border-left: 0;
}

.product .product_list_box li:nth-child(3) {
	border-left: 0;
	border-right: 0px;
} */

.product .product_list_box li .product_img {
	width: 100%;
	margin-left: 0;
	text-align: center;
}

.product .product_list_box li .product_img img {
	width: 100%;
}

.product .product_list_box li .product_text {
	width: 100%;
}

.product .product_list_box li .product_text h3 {
	position: relative;
	margin: 0px 0 22px;
}

.product .product_list_box li .product_text h3 a {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	transition: all 0.5s;
}

.product .product_list_box li .product_text h3 a:hover {
	color: #006cb5;
}

.product .product_list_box li .product_text p {
	line-height: 26px;
	margin: 0;
	overflow: hidden;
	color: #666;
	width: 100%;
	float: left;
}

.product .product_list_box li .product_text p a {
	transition: all 0.5s;
	color: #000;
}

.product .product_list_box li .product_text p a:hover {
	color: #006cb5;
	transition: all 0.5s;
}

/* porduct--end */



/* application--start */
.application {
	width: 100%;
	margin: 60px 0px 0px;
	background: #f7f7f7;
	padding: 90px 0px;
}

.application .w .application_tit .linea {
	width: 90px;
	height: 5px;
	background-color: #006cb5;
	margin-bottom: 30px;
}

.application .w .application_tit h3 {
	font-size: 44px;
	margin: 15px 0 20px;
	color: #000;
	font-weight: bold;
}


.application .w .application_tit h3 .more {
	text-align: center;
	width: 170px;
	line-height: 47px;
	background: #006cb5;
	color: #fff;
	transition: all 0.5s;
	height: 50px;
	float: right;
	margin-top: 0px;
	margin-left: 50px;
	font-size: 15px;
}

.application .w .application_tit h3 .more:hover {
	text-align: center;
	width: 180px;
	line-height: 47px;
	background: #006cb5;
	color: #fff;
	transition: all 0.5s;
	height: 50px;
	float: right;
	margin-top: 0px;
	margin-left: 50px;
}

.application .w .application_tit p {
	margin: 0;
	width: 100%;
	line-height: 36px;
	color: #666;
	font-size: 17px;
}

.industry_application {
	padding: 45px 0 0;
	border-top: 1px solid #ccc;
	margin-top: 34px;
}

.industry_application ul {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}

.industry_application ul li {
	transition: all ease .5s;
	width: 30%;
	background: #fff;
}

.industry_application ul li:hover {
	margin-top: -5px;
	transition: all ease .5s;
}

.industry_application ul li img {
	width: 100%;
	transition: all 0.5s;
}

.industry_application ul li span {
	font-size: 24px;
	color: #333;
	width: 60%;
	line-height: 96px;
	padding-left: 15px;
	font-weight: bold;
	float: left;
}

.industry_application ul li .more {
	text-align: center;
	width: 135px;
	line-height: 47px;
	color: #006cb5;
	transition: all 0.5s;
	height: 50px;
	float: right;
	margin-top: 27px;
}

/* application--end */


/* news--start*/
.news {
	padding: 80px 0px;
	width: 100%;
	float: left;
}

.news_l {
	width: 100%;
	float: left;
}

.news_tit {
	margin-top: 0px;
	float: left;
	width: 100%;
}

.news_tit .line {
	width: 90px;
	height: 5px;
	background-color: #006cb5;
	margin-bottom: 10px;
}

.news_tit h2 {
	font-size: 44px;
	color: #000;
	width: 100%;
	float: left;
	font-weight: bold;
}

.news_tit h2 .more {
	text-align: center;
	width: 170px;
	line-height: 47px;
	background: #006cb5;
	color: #fff;
	transition: all 0.5s;
	height: 50px;
	float: right;
	margin-top: 0px;
	margin-left: 50px;
	font-size: 15px;
}

.news_tit h2 .more:hover {
	text-align: center;
	width: 180px;
	line-height: 47px;
	background: #006cb5;
	color: #fff;
	transition: all 0.5s;
	height: 50px;
	float: right;
	margin-top: 0px;
	margin-left: 50px;
}

.news h3 {
	display: block;
	font-size: 20px;
	line-height: 29px;
	text-align: left;
	width: 100%;
	float: left;
	font-weight: bold;
	margin-top: 13px;
	color: #333;
}

.news_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 3%;
	float: left;
}

.news_list .lef_box {
	width: 66%;
}

.news_list .lef_box ul {
	margin: 0;
}

.news_list .lef_box li {
	display: flex;
	justify-content: space-between;
	margin: 29px 40px 20px 0;
	border-bottom: 1px solid #d1d1d1;
	transition: all .5s ease;
	padding-bottom: 30px;
}

.news_list .lef_box li:nth-child(1) {
	margin: 0px;
}

.news_list .lef_box li:hover .rig .news_tit {
	color: #e70012;
}


.news_list .lef_box li .lef img {
	width: 310px;
}

.news_list .lef_box li .rig {
	margin-left: 20px;
	flex: 1;
}

.deta {
	line-height: 21px;
	float: left;
	width: 100%;
	color: #666;
	margin-top: 10px;
}

.news_list .lef_box li .rig p {
	line-height: 25px;
	float: left;
	width: 100%;
	color: #666;
}

.news_list .lef_box li .rig a {
	display: inline-block;
	color: #006cb5;
	float: left;
	width: 100%;
	margin: 5px 0;
	line-height: 31px;
}

.news_list .rig_box {
	width: 32%;
	transition: all .5s ease;
}

.news_list .rig_box img {
	width: 100%;
	height: 270px;
}

.news_list .rig_box .rig p {
	margin: 10px 0;
}


.news_list .rig_box .rig {
	float: left;
	width: 100%;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 3%;
}

.news_list .rig_box .rig p:not(:nth-child(2)) {
	line-height: 25px;
	float: left;
	width: 100%;
	color: #666;
}


.news_list .rig_box .rig a {
	display: inline-block;
	color: #006cb5;
	float: left;
	width: 100%;
	margin-top: 10px;
	line-height: 31px;
}

.news_list .more {
	width: 120px !important;
}

/* news--end*/


.contact_us_wrapper {
	background-position: center bottom;
	background-repeat: repeat-x;
	background: url(/assets/image/footbj.jpg) repeat-x left top;
	padding: 60px 0px;
	width: 100%;
	text-align: center;
	margin: 0px 0px 80px;
	float: left;
	height: 500px;
}

.contact_us_wrapper .box {
	width: 47%;
	display: flex;
	float: right;
	height: 350px;
	flex-wrap: wrap;
	align-content: center;
}

.contact_us_wrapper .box h2 {
	line-height: 36px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 0;
	width: 100%;
	text-align: left;
}

.contact_us_wrapper .box a .box_li {
	width: 300px;
	background-color: #006cb5;
	line-height: 55px;
	color: #fff;
}

@media(max-width:768px) {

	/* banner */

	.carousel-indicators {
		position: absolute;
		bottom: -10px;
		left: 38%;
		z-index: 15;
		width: 82%;
		padding-left: 0;
		margin-left: -31%;
		text-align: center;
		list-style: none;
	}

	.carousel-inner>.item>a>img,
	.carousel-inner>.item>img,
	.img-responsive,
	.thumbnail a>img,
	.thumbnail>img {
		display: block;
		max-width: initial;
		height: 220px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.ban_text {
		width: 90%;
		top: 24%;
	}

	.ban_text h2 {
		color: #000;
		font-size: 26px;
		margin-bottom: 20px;
		float: left;
		width: 100%;
		font-weight: bold;
		text-shadow: #fff 3px 0px 0px;
		float: left;
	}

	.ban_text h2 span {
		font-size: 26px;
		color: #006cb5;
		position: relative;
		top: -5px;
	}

	.ban_text h4 {
		font-size: 26px;
		margin: 0 0 10px;
		font-weight: bold;
		color: #ffffff;
		text-shadow: #000 3px 0px 0px;
	}

	.ban_text a {
		background-color: #006cb5;
		color: #fff;
		padding: 8px 26px;
		margin-top: 9px;
		float: left;
	}

	.carousel-inner .item:last-of-type .ban_text {
		top: 20%;
	}

	.carousel-inner .item:last-of-type .ban_text p {
		font-size: 18px;
	}

	.ban_text h3 {
		font-size: 18px;
		margin: 0 0 10px;
	}

	.ban_text p {
		margin: 0 0 10px;
		font-size: 18px;
	}

	.ban_text h5 {
		font-size: 26px;
		margin: 0 0 10px;
		font-weight: bold;
		color: #000;
	}

	.ban_text h6 {
		margin: 2px 0 10px;
		font-size: 18px;
		color: #000;
		font-weight: bold;
	}

	/* about */
	.about {
		width: 100%;
		overflow: hidden;
		margin: 0;
	}

	.about .w {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 60px 0px 0px;
	}

	.about .w .about_center {
		display: none;
	}

	.about .w .about_right {
		width: 100%;
	}

	.about .w .about_right .about_right_list:nth-of-type(2) {
		margin: 10px 0;
	}

	.about .w .about_right .about_right_list .list_img {
		width: 32%;
		height: 100px;
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}

	.about .w .about_right .about_right_list .list_text h3 {
		font-size: 38px;
		margin: 0;
		color: #fff;
		margin-bottom: 28px;
		font-weight: bold;
	}

	.about .w .about_right .about_right_list .list_text {
		width: 100%;
		border-left: 10px solid #006cb5;
		padding-left: 15px;
	}

	.about .w .about_right .about_right_list .list_text h4 {
		font-size: 20px;
		margin: 0;
		color: #fff;
		margin-bottom: 28px;
		font-weight: bold;
	}

	.about .w .about_right .about_right_list .list_text p {
		line-height: 25px;
		color: #fff;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		margin: 10px 0px;
		font-size: 15px;
	}

	.about .w .about_right .about_right_list .more {
		text-align: center;
		width: 200px;
		line-height: 47px;
		background: #006cb5;
		color: #fff;
		transition: all 0.5s;
		height: 50px;
		float: left;
		margin-top: 30px;
		margin-left: 3px;
	}

	.about .w .about_right .about_right_list .more:hover {
		text-align: center;
		width: 220px;
		line-height: 47px;
		background: #006cb5;
		color: #fff;
		transition: all 0.5s;
		height: 50px;
		float: left;
		margin-top: 30px;
		margin-left: 3px;
	}

	.about .w ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 66px;
		margin-bottom: 20px;
		width: 100%;
	}

	.about .w ul li {
		width: 49.5%;
		float: left;
		TEXT-ALIGN: CENTER;
		background: #f7f7f7;
		padding: 20px 10px;
		transition: all 0.5s;
		margin-bottom: 20px;
	}

	.about .w ul li h3 {
		font-size: 18px;
		color: #000;
		font-weight: bold;
		line-height: 26px;
	}

	/* product */
	.product {
		width: 100%;
		overflow: hidden;
		margin-top: 11%;
	}

	.product .product_tit .product_tit_right .search_tit h3 {
		font-size: 38px;
		margin: 20px 0px;
		color: #000;
		font-weight: bold;
	}

	.wrap {
		width: 100%;
		margin: 0 auto;
		height: 722px;
		overflow: hidden;
		display: none;
	}

	/* 移动端产品 */
	.product .product_list_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
		margin-top: 0px;
		float: left;
		display: block;
		padding: 0 10px;
	}

	.product .product_list_box li {
		border: 1px solid #e6e6e6;
		width: 100%;
		overflow: hidden;
		padding: 15px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.product .product_list_box li .more {
		display: inline-block;
		color: #006cb5;
		float: left;
		width: 100%;
		margin-top: 10px;
		line-height: 31px;
	}

	.product .product_list_box li .product_img {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	.product .product_list_box li .product_img img {
		width: 96%;
	}

	.product .product_list_box li .product_text {
		width: 100%;
	}

	.product .product_list_box li .product_text h3 {
		position: relative;
		margin: 0px 0 22px;
	}

	.product .product_list_box li .product_text h3 a {
		color: #333;
		font-size: 20px;
		font-weight: bold;
		transition: all 0.5s;
	}

	.product .product_list_box li .product_text h3 a:hover {
		color: #006cb5;
	}

	.product .product_list_box li .product_text p {
		line-height: 26px;
		margin: 0;
		overflow: hidden;
		color: #666;
		width: 100%;
		float: left;
	}

	.product .product_list_box li .product_text p a {
		transition: all 0.5s;
		color: #000;
	}

	.product .product_list_box li .product_text p a:hover {
		color: #006cb5;
		transition: all 0.5s;
	}

	.sjmoer {
		display: none;
	}

	/* application--start */
	.application {
		width: 100%;
		margin: 25px 0px 0px;
		background: #f7f7f7;
		padding: 60px 0px;
	}

	.industry_application {
		padding: 19px 0 0;
		border-top: 1px solid #ccc;
		margin-top: 35px;
		float: left;
	}

	.application .w .application_tit h3 {
		font-size: 38px;
		margin: 15px 0 20px;
		color: #000;
		font-weight: bold;
		float: left;
		width: 100%;
	}

	.application .w .application_tit p {
		margin: 0;
		width: 100%;
		line-height: 29px;
		color: #666;
		font-size: 16px;
		float: left;
	}

	.industry_application ul {
		display: flex;
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: space-between;
		float: left;
		margin-top: 20px;
	}

	.industry_application ul li {
		transition: all ease .5s;
		width: 100%;
		background: #fff;
		margin-bottom: 20px;
	}

	.industry_application ul li span {
		font-size: 22px;
		color: #333;
		width: 60%;
		line-height: 76px;
		padding-left: 15px;
		font-weight: bold;
		float: left;
	}

	.industry_application ul li .more {
		text-align: center;
		width: 135px;
		line-height: 47px;
		color: #006cb5;
		transition: all 0.5s;
		height: 50px;
		float: right;
		margin-top: 15px;
	}

	.application .w .application_tit h3 .more {
		text-align: center;
		width: 140px;
		line-height: 47px;
		background: #006cb5;
		color: #fff;
		transition: all 0.5s;
		height: 47px;
		float: right;
		margin-top: 0px;
		margin-left: 0px;
	}

	.application .w .application_tit h3 .more:hover {
		text-align: center;
		width: 140px;
		line-height: 47px;
		background: #006cb5;
		color: #fff;
		transition: all 0.5s;
		height: 47px;
		float: right;
		margin-top: 0px;
		margin-left: 0px;
	}

	/* news */
	.news {
		padding: 60px 0px;
		width: 100%;
		float: left;
	}

	.news_list {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 3%;
		float: left;
		flex-wrap: wrap;
	}

	.news_list .lef_box {
		width: 100%;
		float: left;
	}

	.news_tit h1 {
		font-size: 38px;
		color: #000;
		width: 100%;
		float: left;
		font-weight: bold;
	}

	.news_list .lef_box li {
		display: flex;
		margin: 0;
		border-bottom: 1px solid #d1d1d1;
		transition: all .5s ease;
		padding-bottom: 30px;
		flex-wrap: wrap;
	}

	.news_list .lef_box li .lef img {
		/* height: 220px; */
		width: 100%;
	}

	.news_list .lef_box li .rig {
		margin-left: 0px;
		flex: 1;
	}

	.news_list .rig_box {
		width: 100%;
		transition: all .5s ease;
		float: left;
	}

	.news_tit h2 .more {
		text-align: center;
		width: 140px;
		line-height: 47px;
		background: #006cb5;
		color: #fff;
		transition: all 0.5s;
		height: 47px;
		float: right;
		margin-top: 0px;
		margin-left: 0;
		font-size: 15px;
	}

	.news_tit h2 .more:hover {
		text-align: center;
		width: 140px;
		line-height: 47px;
		background: #006cb5;
		color: #fff;
		transition: all 0.5s;
		height: 47px;
		float: right;
		margin-top: 0px;
		margin-left: 0px;
	}

	.contact_us_wrapper {
		background-position: center bottom;
		background-repeat: repeat-x;
		background: url(/assets/image/footbj.jpg) repeat-x left top;
		padding: 60px 0px;
		width: 100%;
		text-align: center;
		margin: 0px 0px 80px;
		float: left;
		height: 360px;
	}

	.contact_us_wrapper .box {
		width: 98%;
		display: flex;
		float: right;
		height: 250px;
		flex-wrap: wrap;
		align-content: center;
	}

	.contact_us_wrapper .box h2 {
		line-height: 36px;
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 30px;
		margin-top: 0;
		width: 100%;
		text-align: left;
	}

	.contact_us_wrapper .box a .box_li {
		width: 200px;
		background-color: #006cb5;
		line-height: 55px;
		color: #fff;
	}
}