/***************banner***********/
.banner01 {
	width: 100%;
	height: 568px;
}

.slide-main {
	height: 568px;
	position: relative;
}

.prev,
.next {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	z-index: 222;
	top: 250px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	_border: 1px solid none;
}

.prev {
	left: 70px;
}

.next {
	right: 70px;
}

.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.item {
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: 124;
	top: 520px;
	left: 0;
	text-align: center;
}

.item a {
	display: inline-block;
	width: 50px;
	height: 5px;
	margin-right: 11px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	overflow: hidden;
}

.item a.cur {
	background: #fff;
}

.slide-box,
.slide {
	display: block;
	width: 100%;
	height: 568px;
	overflow: hidden;
}

.slide-box {
	position: relative;
}

.slide {
	display: none;
	width: 100%;
	height: 568px;
	background: #fff;
	margin: 0 auto;
}

/* ****************************************************************************************** */
.products {
	background: url(../images/pd_bg.png) no-repeat center center;
	width: 100%;
	height: 690px;
}

.prt_menu {
	width: 100%;
	height: 80px;
	line-height: 80px;
	padding-top: 30px;
	margin-bottom: 35px;
}

.prt_menu h3 {
	font-size: 45px;
	/* color: #FFFFFF; */
}

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	color: #333333;
}

#certify .swiper-slide img {
	display: block;
}

#certify .swiper-slide p {
	/* line-height: 98px; */
	padding-top: 0;
	text-align: center;
	color: #1248b5;
	font-size: 20px;
	margin-top: 10px;
}

#certify .swiper-slide em {
	display: block;
	margin-top: 6px;
	padding: 0 20px;
	font-size: 16px;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 40px;
	height: 150px;
	background: url(../images/left.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-next {
	right: -30px;
	width: 40px;
	height: 150px;
	background: url(../images/right.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	top: 32%;
}

.gs_video {
	width: 100%;
	text-align: center;
}

.gs_video h3 {
	font-size: 45px;
	margin: 23px 0;
}

.gs_video img {
	width: 1200px;
	height: 420px;
}

.videoPath {
	position: fixed;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.videoPath video {
	width: 800px;
	height: 420px;
	position: absolute;
	z-index: 1000;
	top: calc(50% - 210px);
	left: calc(50% - 400px);
}

.videoPath span {
	font-size: 20px;
	color: #FFFFFF;
	position: absolute;
	z-index: 1001;
	top: calc(50% - 200px);
	left: calc(50% + 410px);
	cursor: pointer;
}

/* ******************************************************* */
.method {
	width: 100%;
	height: 406px;
	background: url(../images/m_bg.jpg) no-repeat center center;
	/* margin-top: 10px; */
}

.m_title {
	width: 100%;
	color: #FFFFFF;
}

.m_title h2 {
	font-size: 45px;
	padding-top: 45px;
}

.m_title p {
	font-size: 20px;
	margin-top: 10px;
}

.m_title h4 {
	font-size: 28px;
	margin-top: 30px;
}

.m_con {
	width: 1200px;
	margin: 0 auto;
}

.method ul li {
	margin-top: 40px;
	float: left;
	width: 291px;
	height: 236px;
	background-color: rgba(19, 19, 19, .26);
	margin-right: 12px;
	color: #FFFFFF;
	cursor: pointer;
}

.method ul li:last-child {
	margin-right: 0;
}

.m_con .icon_img img {
	width: 291px;
	height: 180px;
}

.m_con h3 {
	font-size: 20px;
	margin-top: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.m_con p {
	font-size: 16px;
	text-align: justify;
	padding: 0 25px;
	margin-top: 30px;
	line-height: 30px;
}

.gray {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
}
.showImg{
	position: relative;
}
.showImg img {
	position: fixed;
	z-index: 999999;
	top: calc(50% - 225px);
	left: calc(50% - 375px);
	width: 750px;
	height: 450px;
}

.showImg span {
	display: inline-block;
	background: url(../images/close.png)no-repeat scroll 0 0;
	background-size: cover;
	width: 44px;
	height: 44px;
	position: fixed;
	top: calc(50% - 225px);
	left: calc(50% + 390px);
	z-index: 1000000;
	cursor: pointer;
	display: none;
	opacity: 0.8;
}

.showImg p{
	position: fixed;
	z-index: 1000000;
	left: calc(50% - 375px);
	top: calc(50% + 180px);
	color: #ffffff;
	font-size: 16px;
	width: 750px;
	height: 45px;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	line-height: 45px;
	display: none;
}
/* ********************************************************** */

.news {
	width: 100%;
	height: 660px;
	background-color: #f4f4f4;
}

.news_title {
	width: 100%;
}

.news_title h2 {
	font-size: 45px;
	padding-top: 37px;
}

.news_title p {
	font-size: 20px;
	margin-top: 10px;
}

.news_con {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 33px;
}

.news_con .news_left {
	display: block;
	width: 500px;
	height: 460px;
	border: 1px solid #DDDDDD;
	margin-right: 50px;
}

.news_con .news_left img {
	width: 500px;
	height: 268px;
}

.news_con .news_left .news_main {
	text-align: left;
	padding: 0 20px;
	margin-top: 16px;
}

.news_con .news_left h3 {
	font-size: 24px;
	margin-bottom: 13px;
	color: #333333;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
}

.news_con .news_left p {
	font-size: 16px;
	text-align: justify;
	width: 455px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	color: #999999;
	line-height: 24px;
	height: 70px;
}

.news_con .news_left .time {
	margin-top: 4px;
}

.news_con .news_right {
	width: 648px;
	margin-top: 15px;
}

.news_con .news_right ul li {
	width: 648px;
	height: 100px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	/* line-height: 90px; */
}

.news_con .news_right .news_list {
	display: inline-block;
	width: 600px;
	padding-left: 10px;
	color: #333333;
}

/* .news_con .news_right ul li a:hover{
	background-color: #2e4ed7;
	color: #FFFFFF;
} */
.news_con .news_right ul li h3 {
	font-size: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_con .news_right ul li p {
	font-size: 16px;
	color: #999999;
	margin-top: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_con .news_right .more {
	text-align: right;
	font-size: 20px;
	margin-top: 10px;
}

.news_con .news_right .more a {
	color: #0c214a;
}

/* *************************************************************************** */
.server {
	width: 100%;
	height: 168px;
	color: #FFFFFF;
}

.server .s_left {
	width: 50%;
	height: 168px;
	background-color: #134dbd;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.server h2 {
	font-size: 28px;
}

.server p {
	font-size: 24px;
	margin-top: 24px;
}

.server .s_right {
	width: 50%;
	height: 168px;
	background-color: #3079e5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.s_left .l_num {
	padding-right: 130px;
}

.s_right .r_num {
	padding-left: 130px;
}

/* ******************************************************************************** */
.honor {
	background: url(../images/h_bg.jpg) no-repeat scroll bottom center;
	width: 100%;
	height: 460px;
	background-size: cover;
}

.honor h2 {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 45px;
	padding-top: 40px;
}

.honor .h_con {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 60px;
}

.h_con .h-icon {
	width: 40px;
	height: 150px;
}

.wrap {
	/* border: 3px solid #f00; */
	width: 1000px;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.wrap ul {
	overflow: hidden;
	position: absolute;
	width: 1600px;
	left: 0;
	top: 0;
	_height: 1px;
}

.wrap ul li {
	float: left;
	/* width: 200px; */
	list-style-type: none;
	margin-top: 40px;
}
.wrap ul li img{
	max-height: 126px;
	margin-right: 30px;
}
/* ******************************************************* */
.at_tl {    
    text-align: right;
    margin-top: -75px;
}

.at_tl img {
	width: 615px;
	height: 149px;
}

.about {
	width: 870px;
	margin: 0 auto;
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
}

.about p {
	width: 870px;
	line-height: 50px;
	font-size: 20px;
	/* text-indent: 2em; */
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
}

.about a {
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #5aa944;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 6px;
	margin: 30px 0 25px;
}

/* ************************************** */
.partner {
	width: 100%;
	height: 400px;
	background-color: #f7f7f7;
}

.partner .part_con {
	background: url(../images/cus.jpg) no-repeat scroll center center;
	background-size: cover;
	width: 1200px;
	height: 301px;
	margin: 0 auto;
}

.partner h2 {
	width: 100%;
	font-size: 45px;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 7px;
}
