/* banenr开始 */
/* 轮播 */
.ban .list {
	width: 100%;
	height: 810px;
	list-style: none;
	position: relative;
}

.ban .list .item {
	position: absolute;
	width: 100%;
	height: 810px;
	color: white;
	font-size: 30px;
	opacity: 0;
	transition: all .8s;
	margin-top: 90px;
}

.ban .list .item img {
	width: 100%;
	height: 810px;
}

.ban .list .item:nth-child(1) {
	background: url(/assets/image/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.ban .list .item:nth-child(2) {
	background: url(/assets/image/banner2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.ban .list .item:nth-child(3) {
	background: url(/assets/image/banner3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.ban .list .btn {
	width: 33px;
	height: 38px;
	position: absolute;
	top: 60%;
	border: none;
	font-size: large;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border: none;
	z-index: 100;
	background: #ffffff00;
	outline: none;
	border-radius: 0;
}

.ban .list .btn:hover {
	background-color: grey;
	color: white;
}

.ban .list #goPre {
	right: 0px;
	outline: none;
	display: none;
}

.ban .list #goNext {
	right: 0px;
	outline: none;
	display: none;
}

.ban .list .item.active {
	opacity: 1;
	z-index: 10
}

.pointList {
    padding-left: 0;
    list-style: none;
    position: absolute;
    bottom: -33px;
    z-index: 100;
    WIDTH: 151px;
    MARGIN: AUTO 46%;
}

.point {
	width: 22px;
	height: 22px;
	background-color: #FFF;
	border-radius: 100%;
	float: left;
	MARGIN: 0px 14PX;
	cursor: pointer;
}

.point.active {
	background-color: #007890;
}

.ban_text {
	text-align: LEFT;
	padding-top: 15%;
	overflow: hidden;
	max-width: 1300px;
	margin: 0 auto;
}

.ban_text p {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

.ban_text_tw p {
	font-size: 57px;
	margin-bottom: 18px;
}

.ban_text a {
	color: #fff;
	border: 2px solid #fff;
	font-size: 20px;
	border-radius: 40px;
	width: 200px;
	height: 52px;
	display: block;
	margin: 30px auto;
	line-height: 52px;
	transition: all 0.8s;
}

.ban_text a:hover {
	background: #ba2644;
}

/* 搜索 */
.ban_sear_box {
	max-width: 1300px;
	overflow: hidden;
	margin: auto;
	margin-top: 10px;
}

.ban_sear_box_bj {
	width: 100%;
	background-image: url(/assets/image/ban_sear_box_bj.jpg);
	float: left;
	margin-top: 30px;
	height: 280px;
	padding: 0 54px;
}

.ban_sear_box_l {
	width: 30%;
	float: left;
	margin-top: 6%;
}

.ban_sear_box_l h3 {
	color: #fff;
	font-size: 28px;
	letter-spacing: 1px;
}

.ban_sear_box_l p {
	color: #fff;
	letter-spacing: 1px;
}


.ban_sear_box_r {
	float: right;
	width: 70%;
	margin-top: 7%;
}

.ban_sear_box h1 {
	font-size: 44px;
	line-height: 55px;
	text-align: center;
	color: #1c2933;
}

.ban_sear_box h2 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #7b7b7b;
}

.ban_sear_box .xh_box {
	float: left;
	padding: 12px;
	width: 400px;
	min-height: 120px;
	background-size: 100%;
	position: relative;
}

.ban_sear_box .fl_box {
	float: left;
	width: 400px;
	min-height: 120px;
	padding: 12px;
	background-size: 100%;
}

.ban_sear_box .xh_box form input {
	width: 95%;
	margin: auto;
	display: block;
	height: 45px;
	border-radius: 8px;
	padding-left: 10px;
	outline: none;
	border: 0;
	color: #999;
}

.ban_sear_box .xh_box form button {
	position: absolute;
	right: 9%;
	z-index: 999;
	margin-top: -38px;
	border: none;
	outline: none;
	background: none;
}

.ban_sear_box .xh_box form button img {
	width: 32px;
}

.ban_sear_box .xh_box a {
	width: 100%;
	line-height: 45px;
	height: 45px;
	display: block;
	margin-top: 17px;
	color: #fff;
	text-align: left;
	font-size: 18px;
	transition: all 0.8s;
	padding: 0 16px;
	letter-spacing: 1px;
}

.ban_sear_box .xh_box:hover {
	color: #fff;
}


.ban_sear_box .fl_box .cpfl_inp {
	width: 95%;
	margin: auto;
	display: block;
}

.ban_sear_box .fl_box .cpfl_inp select {
	width: 100%;
	height: 45px;
	border-radius: 8px;
	padding: 0 10px;
	outline: none;
	appearance: none;
	border: 0;
	color: #666;
}

.ban_sear_box .fl_box .cpfl_inp .icon-xiala {
	right: 13%;
	line-height: 45px;
	font-size: 16px;
	position: absolute;
}


/* banner结束 */
.contact_box {
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
}

.contact_box .container {
	text-align: center;
	margin: 70px auto 50px;
}

.contact_box .container h3 {
	font-size: 44px;
	line-height: 55px;
	color: #1c2933;
	margin: 0;
}

.contact_box .container .line {
	width: 30%;
	height: 2px;
	background-color: #CCCCCC;
	margin: 0 auto;
	margin-top: 22px;
}

.contact_box .container p {
	font-size: 18px;
	color: #1c2933;
	margin: 30px 0px;
	letter-spacing: 1px;
	line-height: 35px;
}

.contact_box .container a {
	display: block;
	margin: auto;
	background: #ffffff;
	color: #007890;
	transition: all 0.8s;
	border: 3px solid #007890;
	border-radius: 9px;
	font-size: 16px;
	width: 300px;
	height: 61px;
	line-height: 53px;
}

.contact_box .container a:hover {
	border: 3px solid #007890;
	background: #007890;
	color: #fff;
}

/* 介绍开始 */
.about_box {
	width: 100%;
	overflow: hidden;
}

.about_box .w .about_right {
	width: 100%;
	height: 280px;
	/* background: url(/assets/image/about_img.jpg); */
	float: right;
	background-size: 100%;
}

.about_box .w .about_right img {
	width: 100%;
}

/* 介绍结束 */

/* 产品开始 */
.product_box {
	width: 100%;
	height: 545px;
	margin: 70px 0;
	padding: 72px 0;
	background: #c1d7db;
}

.product_box .w .prdocut_text_box_l {
	width: 64%;
	height: 369px;
	float: left;
}

.product_box .w .prdocut_text_box_l img {
	width: 100%;
}

.product_box .w .prdocut_text_box_r {
	width: 36%;
	height: 369px;
	padding: 40px;
	float: left;
}

.product_box .w .prdocut_text_box_r h3 {
	font-size: 40px;
	color: #1c2933;
	margin: 0 0 30px;
	letter-spacing: 1px;
}

.product_box .w .prdocut_text_box_r p {
	font-size: 16px;
	line-height: 36px;
	color: #1c2933;
	letter-spacing: 1px;
}

.product_box .w .prdocut_text_box_r .prdcut_more_box {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;

}

.product_box .w .prdocut_text_box_r .prdcut_more_box a {
	width: 246px;
	line-height: 56px;
	display: block;
	text-align: center;
	transition: all 0.8s;
	font-size: 16px;
	color: #ffffff;
	background: #007890;
	float: left;
	border-radius: 8px;
	letter-spacing: 1px;
}

.product_box .w .prdocut_text_box_r .prdcut_more_box a:hover {
	color: #007890;
	background: #fff;
	letter-spacing: 1px;
}

/* 产品结束 */

/* 市场与伙伴 开始 */
.sc_box {
	width: 100%;
	overflow: hidden;
}

.sc_box .sc {
	width: 50%;
	float: left;
	background-image: url(/assets/image/sc.png);
	padding: 20px 35px 15px;
	background-size: 100%;
	height: 491px;
}

.sc_box .sc h2 {
	font-size: 26px;
	color: #fff;
	width: 50%;
	line-height: 46px;
	letter-spacing: 1px;
}

.sc_box .sc .bottom {
	background-color: #007890;
	padding: 20px 15px 25px 15px;
	width: 53%;
	margin-top: 173px;
	float: right;
	height: 152px;
}

.sc_box .sc .bottom h3 {
	font-size: 20px;
	color: #fff;
	line-height: 34px;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}

.sc_box .sc .bottom a {
	font-size: 15px;
	color: #fff;
	margin-top: 18px;
	float: left;
	letter-spacing: 1px;
}

.sc_box .hb {
	width: 50%;
	float: right;
	background-image: url(/assets/image/hb.png);
	padding: 20px 35px 15px;
	background-size: 100%;
	height: 491px;
}

.sc_box .hb h2 {
	font-size: 26px;
	color: #fff;
	width: 69%;
	line-height: 46px;
	letter-spacing: 1px;
}

.sc_box .hb .bottom {
	background-color: #007890;
	padding: 20px 15px 25px 15px;
	width: 53%;
	margin-top: 173px;
	float: right;
	height: 152px;
}

.sc_box .hb .bottom h3 {
	font-size: 20px;
	color: #fff;
	line-height: 34px;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}

.sc_box .hb .bottom a {
	font-size: 15px;
	color: #fff;
	margin-top: 54px;
	float: left;
	letter-spacing: 1px;
}

/* 市场与伙伴 结束 */

/* 新闻开始 */
.news_box {
	width: 100%;
	overflow: hidden;
}

.news_box_l {
	width: 50%;
	float: left;
}

.news_box .news_box_l .news {
	float: right;
	width: 650px;
}

.news_box .news_box_l .news h3 {
	font-size: 30px;
	font-weight: bold;
	color: #1c2933;
	margin-top: 46px;
	margin-bottom: 20px;
	width: 78%;
	float: left;
}

.news_box .news_box_l .news .new_img {
	width: 90%;
	float: left;
	height: 210px;
}

.news_box .news_box_l .news .new_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_box .news_box_l .news ul {
	background-size: 100%;
	padding: 20px 0px;
	width: 90%;
	float: left;
	position: relative;
}

.news_box .news_box_l .news ul li {
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}

.news_box .news_box_l .news ul li h4 {
	font-size: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #1c2933;
	margin-bottom: 23px;
}

.news_box .news_box_l .news ul li h4 a {
	color: #1c2933;
	letter-spacing: 1px;
}

.news_box .news_box_l .news ul li p {
	font-size: 15px;
	color: #666;
	line-height: 25px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
	letter-spacing: 1px;
}

.news_box .news_box_l .news ul li .new_tame {
    font-size: 16px;
    color: #999;
    margin-top: 8px;
    letter-spacing: 0;
    font-style: italic;
}

.news_box .news_box_l .news ul .new_more {
	width: 132px;
	line-height: 46px;
	display: block;
	color: #007890;
	border-radius: 30px;
	font-size: 16px;
	margin-top: 20px;
	transition: all 0.8s;
	letter-spacing: 1px;
}

.news_more_a {
	float: left;
	width: 22%;
	margin-top: 58px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}


.china_add_r {
	float: left;
	width: 50%;
	background-color: #f6f7f7;
}

.china_add_r .china_add {
	float: left;
	width: 650px;
}

.china_add_r .china_add .add_img {
	height: 450px;
}

.china_add_r .china_add .add_img img {
	width: 100%;
	height: 100%;
}

.china_add_r .china_add .add_text {
    padding: 62px 25px 5px;
    position: relative;
    text-align: left;
}

.china_add_r .china_add .add_text h3 {
	font-size: 22px;
	line-height: 36px;
	margin: 0;
	letter-spacing: 1px;
}

/* 新闻结束 */

/* 快速链接开始 */
.links_box {
	width: 100%;
	overflow: hidden;
	margin: 70px 0px;
	border-bottom: 1px solid #d4e6e9;
	padding-bottom: 25px;
}

.links_box .link {
	display: block;
	max-width: 1300px;
	margin: auto;
}

.links_box .link ul {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.links_box .link ul li {
	text-align: center;
	width: 25%;
}

.links_box .link ul li a {
	color: #1c2933;
}

.links_box .link ul li .link_icon {
	background: #d2e5e8;
	width: 130px;
	height: 130px;
	display: block;
	border-radius: 50%;
	line-height: 126px;
	transition: all 0.8s;
	margin: 0 auto;
}

.links_box .link ul li .link_icon img {
	width: 40px;
}

.links_box .link ul li h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 32px 0px 0px;
	line-height: 26px;
}

.links_box .link ul li a p {
	font-size: 15px;
	color: #666;
	line-height: 46px;
	margin: 0;
	letter-spacing: 1px;
}

.links_box .link ul li:hover a {
	color: #007890;
}

.links_box .link ul li:hover p {
	color: #007890;
}

.links_box .link ul li:hover h3 {
	color: #007890;
}


.link_icon_a {
	font-size: 54px;
}


/* 快速链接结束 */
@media(max-width:768px) {

	/* banner */
	.ban .list {
		width: 100%;
		height: 470px;
		list-style: none;
		position: relative;
	}

	.ban .list .item {
		position: absolute;
		width: 100%;
		height: 470px;
		color: white;
		font-size: 30px;
		opacity: 0;
		transition: all .8s;
		margin-top: 75px;
	}

	.ban_text {
		padding-top: 14% !important;
	}

	.ban_text p {
		font-size: 32px !important;
		padding: 0 15px;
	}

	.ban_text a {
		color: #fff;
		border: 2px solid #fff;
		font-size: 16px;
		border-radius: 40px;
		width: 160px;
		height: 50px;
		display: block;
		margin: 30px auto;
		line-height: 50px;
		transition: all 0.8s;
	}

	.ban_text_tw p {
		font-size: 16px !important;
		margin-bottom: 0 !important;
		line-height: 40px;
	}

	/* 搜索 */
	.ban_sear_box {
		width: 100% !important;
		overflow: hidden;
		margin: auto;
		z-index: 999;
	}



	.ban_sear_box .xh_box {
    width: 100%;
    min-height: 110px;
    padding: 9px 1px 0;
	}
.ban_sear_box .xh_box form input {
    width: 100%;
    margin: auto;
    display: block;
    height: 45px;
    border-radius: 8px;
    padding-left: 10px;
    outline: none;
    border: 0;
    color: #999;
}
.ban_sear_box .xh_box form button {
    position: absolute;
    right: 6%;
    z-index: 999;
    margin-top: -38px;
    border: none;
    outline: none;
    background: none;
}
	.ban_sear_box .fl_box {
    width: 100%;
    min-height: 87px;
    padding: 25px 1px 0;
    margin-top: 0px;
	}

	.ban_sear_box .fl_box .tit {
		font-size: 20px;
		margin-bottom: 55px;
	}
	.ban_sear_box .fl_box .cpfl_inp {
	    width: 100%;
	    margin: auto;
	    display: block;
	}
	.ban_sear_box .fl_box .cpfl_inp select {
	    width: 100%;
	    height: 45px;
	    border-radius: 8px;
	    padding: 0 10px;
	    outline: none;
	    appearance: none;
	    border: 0;
	    color: #666;
	}

	.ban_sear_box .fl_box .tit::before {
		content: '';
		position: absolute;
		width: 35px;
		height: 3px;
		background: #1c2933;
		left: 45%;
		top: 32px;
	}

	.ban_sear_box .fl_box .cpfl_inp .icon-xiala {
    right: 7%;
    line-height: 45px;
    font-size: 22px;
    position: absolute;
	}

	/* 咨询 */
	.contact_box .container {
    text-align: center;
    margin: 29px auto 20px;
	}

	.contact_box .container h3 {
		font-size: 32px;
		font-weight: bold;
		color: #1c2933;
		margin: 0;
	}

	.contact_box .container p {
		font-size: 16px;
		color: #1c2933;
		margin: 25px 0;
		line-height: 32px;
	}

	/* 介绍 */
	.about_box .w .about_right {
		display: none;
	}

	.about_box .w .about_left {
		max-width: 100%;
		height: 440px;
		padding: 45px 20px;
	}

	.product_box {
		width: 100%;
		height: auto;
		background: url(/assets/image/porducy_bj.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		margin: 30px 0;
		padding: 45px 0;
	}

	.product_box .w .prdocut_text_box {
		width: 100%;
		height: 370px;
		background: rgba(0, 0, 0, 0.5);
		padding: 35px 20px 0;
	}

	.product_box .w .prdocut_text_box h3 {
		font-size: 22px;
		color: #fff;
		font-weight: bold;
		margin: 0 0 15px;
	}

	.product_box .w .prdocut_text_box p {
		font-size: 16px;
		line-height: 34px;
		color: #fff;
	}

	.product_box .w .prdocut_text_box .prdcut_more_box {
		width: 100%;
		overflow: hidden;
		margin-top: 30px;
	}

	.product_box .w .prdocut_text_box .prdcut_more_box a:first-child {
		width: 140px;
		line-height: 48px;
		display: block;
		text-align: center;
		margin-right: 45px;
		border: 1px solid #fff;
		transition: all 0.8s;
		font-size: 16px;
		color: #fff;
		background: #ba2644;
		float: left;
		border-radius: 5px;
	}

	.product_box .w .prdocut_text_box .prdcut_more_box a:last-child {
		width: 140px;
		line-height: 48px;
		display: block;
		text-align: center;
		margin-right: 0;
		border: 1px solid #fff;
		transition: all 0.8s;
		font-size: 16px;
		color: #ba2644;
		background: #fff;
		float: left;
		border-radius: 5px;
	}

	/* 新闻 */
	.news_box .w .news {
		display: none;
	}

	.news_box .w .news ul {
		background-size: 100%;
		padding: 45px 20px;
		width: 100%;
		height: 490px;
		margin: 0;
	}

	/* 快速链接 */
	.links_box {
		width: 100%;
		overflow: hidden;
		margin: 0px 0 10px;
	}

	.links_box .link ul li a p {
		font-size: 15px;
		color: #666;
		line-height: 24px;
		margin: 13px;
		letter-spacing: 1px;
	}

	.links_box .link ul {
		width: 100%;
		overflow: hidden;
		margin-top: 25px;
		padding: 15px 8px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: block;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
	}

	.links_box .link ul li {
		text-align: center;
		width: 50%;
		float: left;
	}

	.links_box .link ul li .link_icon {
		width: 95px;
		height: 95px;
		display: block;
		border-radius: 50%;
		margin-bottom: 20px;
		line-height: 95px;
		transition: all 0.8s;
		margin: 0 auto 15px;
	}

	.links_box .link ul li p {
		margin-bottom: 20px;
	}

	.links_box .link ul li p a {
		font-size: 14px;
		color: #1c2933;
	}

	.pointList {
		padding-left: 0;
		list-style: none;
		position: absolute;
		bottom: -33px;
		z-index: 100;
		WIDTH: 52%;
		MARGIN: AUTO 32%;
	}

	.ban_sear_box h1 {
		font-size: 36px;
		line-height: 55px;
		text-align: center;
		color: #1c2933;
	}

	.ban_sear_box_bj {
		width: 100%;
		background-image: url(/assets/image/ban_sear_box_bj.jpg);
		float: left;
		margin-top: 30px;
		height: 405px;
		padding: 0 15px;
	}

	.ban_sear_box_l {
		width: 100%;
		float: left;
		margin-top: 6%;
	}

	.ban_sear_box_r {
		float: right;
		width: 100%;
		margin-top: 1%;
	}

	.ban_sear_box h2 {
		font-size: 22px;
		line-height: 33px;
		text-align: center;
		color: #7b7b7b;
		padding: 0 8px;
	}

	.product_box {
		width: 100%;
		height: 545px;
		margin: 35px 0;
		padding: 30px 0;
		background: #c1d7db;
	}

	.product_box .w .prdocut_text_box_l {
		width: 100%;
		height: 169px;
		float: left;
	}

	.product_box .w .prdocut_text_box_r {
		width: 100%;
		height: 369px;
		padding: 8px;
		float: left;
	}

	.product_box .w .prdocut_text_box_r h3 {
		font-size: 30px;
		color: #1c2933;
		margin: 0 0 22px;
		letter-spacing: 1px;
	}

	.product_box .w .prdocut_text_box_r p {
		font-size: 16px;
		line-height: 32px;
		color: #1c2933;
		letter-spacing: 1px;
	}

	.sc_box .sc {
		width: 100%;
		float: left;
		background-image: url(/assets/image/sc.png);
		padding: 20px 16px 15px;
		background-size: 100%;
		height: 294px;
	}

	.sc_box .sc h2 {
		font-size: 22px;
		color: #fff;
		width: 100%;
		line-height: 36px;
		letter-spacing: 1px;
	}

	.sc_box .sc .bottom {
		background-color: #007890;
		padding: 20px 15px 25px 15px;
		width: 73%;
		margin-top: 13px;
		float: right;
		height: 128px;
	}

	.sc_box .sc .bottom h3 {
		font-size: 15px;
		color: #fff;
		line-height: 27px;
		padding: 0;
		margin: 0;
		letter-spacing: 1px;
	}

	.sc_box .hb {
		width: 100%;
		float: right;
		background-image: url(/assets/image/hb.png);
		padding: 20px 16px 15px;
		background-size: 100%;
		height: 297px;
	}

	.sc_box .hb h2 {
		font-size: 22px;
		color: #fff;
		width: 100%;
		line-height: 39px;
		letter-spacing: 1px;
	}

	.sc_box .hb .bottom {
		background-color: #007890;
		padding: 20px 15px 25px 15px;
		width: 73%;
		margin-top: 17px;
		float: right;
		height: 117px;
	}

	.sc_box .hb .bottom a {
		font-size: 15px;
		color: #fff;
		margin-top: 16px;
		float: left;
		letter-spacing: 1px;
	}

	.sc_box .hb .bottom h3 {
		font-size: 16px;
		color: #fff;
		line-height: 34px;
		padding: 0;
		margin: 0;
		letter-spacing: 1px;
	}

	.news_box_l {
		width: 100%;
		float: left;
	}

	.news_box .news_box_l .news {
		float: left;
		width: 100%;
		padding: 8px;
	}

	.news_box .news_box_l .news .new_img {
		width: 100%;
		float: left;
		height: 210px;
	}

	.news_box .news_box_l .news ul {
		background-size: 100%;
		padding: 20px 0px;
		width: 100%;
		float: left;
		position: relative;
	}

	.china_add_r {
		float: left;
		width: 100%;
		background-color: #f6f7f7;
	}

	.china_add_r .china_add {
		float: left;
		width: 100%;
	}

	.china_add_r .china_add .add_text h3 {
		font-size: 22px;
		line-height: 36px;
		margin: 0;
		letter-spacing: 1px;
	}

	.china_add_r .china_add .add_text {
		padding: 33px 17px 5px;
		position: relative;
		text-align: left;
	}

	.china_add_r .china_add .add_img {
		height: auto;
	}

	.china_add_r .china_add .add_img img {
		width: 100%;
		height: auto;
	}

	.news_box .news_box_l .news .new_img {
		width: 100%;
		float: left;
		height: 137px
	}

	.news_box .news_box_l .news h3 {
		font-size: 30px;
		font-weight: bold;
		color: #1c2933;
		margin-top: 46px;
		margin-bottom: 20px;
		width: 70%;
		float: left;
	}

	.news_box .news_box_l .news ul li h4 {
		font-size: 20px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #1c2933;
		margin-bottom: 23px;
	}

	.news_more_a {
		float: left;
		width: 26%;
		margin-top: 58px;
		margin-bottom: 20px;
		letter-spacing: 1px;
	}
}
