.banner {
	width: 100%;
	height: 300px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner .pos {
	position: absolute;

}

.banner .pos .table-cell {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	font-size: 40px;
	color: #fff;
}

.banner .pos .table-cell p {
	padding: 0;
}

.nymenulist {
    height: 59px;
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}

.menulist {
	max-width: 1300px !important;
	padding: 0;
	margin: 0 auto;
}

.menulist ul li {
float: left;
    position: relative;
    width: 14%;
}

.menulist ul li a {
	font-size: 14px;
	color: #282828;
	font-weight: 400;
	padding: 0px;
	display: block;
	height: 60px;
	text-decoration: none;
	position: relative;
	z-index: 99;
}

.menulist ul li a span {
	display: block;
	text-align: center;
}

.menulist ul li a .name {
	padding-top: 13px;
}

.menulist ul li a .english {
	font-size: 10px;
}

.menulist ul li:hover a {
	color: #fff;
	text-decoration: none;
}

.menulist ul li::before {
	height: 71px;
	background-color: #12267b;
	background-image: linear-gradient(141deg, #67afff 0%, #164eb0 51%, #133794 75%);
	width: 0%;
	content: " ";
	position: absolute;
	bottom: 0px;
	left: 0px;
	transition: all .8s;
}

.menulist ul li:hover::before {
	width: 100%;
}

.menulist .acitve::before {
	width: 100%;
}

.menulist .acitve a {
	color: #fff;
}

.ab1 {
    padding: 70px 0 90px;
    color: #d4d4d4;
    overflow: hidden;
    width: 100%;
}

.fbd {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Impact";
    color: #d4d4d4;
}

.ab1 .tt {
    color: #00349b;
    margin: 0px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.ab1 .tt_a {
    line-height: 42px;
    font-size: 15px;
    width: 160px;
    float: left;
    text-align: center;
    height: 42px;
    background: #00349b;
    margin: 8px;
    border-radius: 7px;
    color: #fff;
    margin-bottom: 41px;
}

.ab1 .tt_a a {
	line-height: 42px;
	font-size: 15px;
	width: 160px;
	float: left;
	text-align: center;
	color: #fff;
}

/* 应用领域  start*/

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

.qylb_pic_box ul .click {
	cursor: pointer;
	padding: 5px;
	WIDTH: 23%;
}


.qylb_pic_box ul li {
	overflow: hidden;
	width: 33%;
	margin: 0;
}

.qylb_pic_box ul li .qylb_tit {
	height: 20%;
	text-align: center;
	position: relative;
}

.qylb_pic_box ul li .qylb_tit .cp_pica {
	border: 4px solid #ccc;
	overflow: hidden;

}

.qylb_pic_box ul li a {
	display: block;
}

.qylb_pic_box ul li .qylb_tit .cp_pica img {
width: 100%;
    transition: all .5s;
    height: 280px;
}

.qylb_pic_box ul li .qylb_tit .cp_picb {
	/* border: 1px solid #ccc; */
	overflow: hidden;
	height: 122px;
}



.qylb_pic_box ul li .qylb_tit .cp_picc {
	border: 4px solid #ccc;
	overflow: hidden;
	height: 522px;
}

.qylb_pic_box ul li .qylb_tit .cp_picc img {
	width: 100%;
	transition: all .5s;
	height: 514px;
}


.qylb_pic_box ul li:hover img {
	transform: scale(1.2);
}

.qylb_pic_box ul li .qylb_tit p {
	width: 100%;
	margin: 15px 0;
	font-size: 15px;
	line-height: 30px;
}

.qylb_pic_box ul li a {
	display: block;
}

/* 应用领域  end*/

/* 新闻列表  开始 */


.news_two_ul li {
	position: relative;
	top: 0;
	border-bottom: 1px solid #eee;
	padding: 30px 10px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.news_two_ul li a {
	display: block;
}

.news_two_ul li .img {
	float: left;
}

.news_two_ul li .img,
.news_two_ul li .img img {
	display: block;
	width: 320px;
	overflow: hidden;
	position: relative;
}

.news_two_ul li .img img {
	height: 225px;
}

.news_two_ul li .img s {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0);
	background-size: 60px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.news_two_ul li .txt {
	width: calc(100% - 350px);
	float: right;
}

.news_two_ul li .txt .ltt {
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 20px 0;
}

.news_two_ul li .txt p {
	line-height: 28px;
	margin-bottom: 16px;
}


.news_two_ul li:hover {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, 0px, -2px);
	transform: translate3d(0, 1px, -2px);
}

.f_24 {
	font-size: 24px;
}

.news_two_ul li a:hover {
	color: #00349b;
}

.i_buttontext {
	float: left;
	line-height: 31px;
	border: 1px solid #00349b;
	margin-top: 2%;
	margin-right: 2%;
	width: 14%;
	text-align: center;
	color: #00349b;
}

.news_two_ul{
	margin-top: 20px;
}
/* 新闻列表  结束 */


.qylb-ul {
	/* display: flex; */
	justify-content: space-around;
}
.qylb_pic_box .qylb-ul .qylb-li {
  width: 31%;
      float: left;
      margin: 9px;
}

.product-box {
	border: 1px solid #ccc !important;
}
.pinpai-5{
     height: 262px !important;
}




@media (max-width:980px) {
	.fbd {
    font-size: 30px;
    text-transform: uppercase;
	}

	.ny_nav .an a {
		display: block;
		float: left;
		position: relative;
		width: 31.66%;
		color: #333;
		font-weight: bold;
	}

	.qylb_pic_box ul li {
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.qylb_pic_box ul .click {
	    cursor: pointer;
	    padding: 5px;
	    WIDTH: 100%;
	}

	.news_two_ul li .txt {
		width: calc(100%);
		float: right;
	}

	.news_two_ul li .img,
	.news_two_ul li .img img {
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.i_buttontext {
		float: left;
		line-height: 31px;
		border: 1px solid #ccc;
		margin-top: 4%;
		margin-right: 2%;
		width: 33%;
		text-align: center;
	}

	.f_24 {
		font-size: 20px;
	}

	.banner {
		width: 100%;
		height: 200px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.banner .pos .table-cell {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		font-size: 18px;
		color: #fff;
	}

	.ab1 {
    padding: 30px 10px;
    color: #d4d4d4;
    overflow: hidden;
    width: 100%;
	}

	.nymenulist {
height: 60px;
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 100%;
	}

	.menulist ul li {
    float: left;
    position: relative;
    width: 50%;
	}
	.menulist ul li a {
	    font-size: 14px;
	    color: #282828;
	    font-weight: 400;
	    padding: 0px ;
	    display: block;
	    height: 60px;
	    text-decoration: none;
	}
	.news_two_ul li {
	    position: relative;
	    top: 0;
	    border-bottom: 1px solid #eee;
	    padding: 31px 0px;
	    transition: all .4s cubic-bezier(.4, 0, .2, 1);
	}
	.news_two_ul li .txt p {
	    line-height: 24px;
	    margin-bottom: 16px;
	}
	.qylb-ul {
		flex-direction: column;
	}
	.qylb-li {
		width: 60% !important;
	}


}
