
/* CSS Document */ 
*{
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	min-width: 1300px;
}
hr{
	color:#B3B3B3;
}
li{
	list-style-type:none;
}
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:"";
	clear:both;
	height:0;
}
.clearfix{
	zoom:1;
}
@font-face {
font-family: 'fontNameRegular';
src: url('SourceHanSansCN-Light_1.eot');
src: local('fontName Regular'),
local('fontName'),
url('fontName.woff') format('woff'),
url('fontName.ttf') format('truetype'),
url('fontName.svg#fontName') format('svg');
}
/*首页*/
/*页头*/
.top1{
	width: 90%;
	padding-top: 10px;
	padding-left: 5%;
	padding-right: 5%;
	border-bottom: 1px solid #CCCCCC;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.top1-l{
	width: 10%;
	min-width: 160px;
	height: 80px;
	margin-right: 20%;
}
.top1-c{
	width: 60%;
	height: 80px;
}
.top1-r{
	width: 10%;
	height: 80px;
	text-align: right;
}
.top1-rn{
	font-size:18px;
	height:80px; 
	color: #999999; 
	line-height:80px; 
	margin-left:10px ;
	margin-right: 10px;
}
/* 导航开始 */

/* 导航 */
.menu {
	height: 50px;
	margin: auto;
}

.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}

.menu ul li {
	float:left; 
	position:relative;
}
.menu>ul{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(7, 1fr); /* 创建7列 */
	grid-gap: 0px; /* 列之间的间隔 */
}
	.menu > ul > li > a {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		width: 100%;
		height: 80px;
		line-height: 80px;
		color: #000000;
		font-size: 18px;
	}
		.menu > ul > li > a:visited {
			display: inline-block;
			text-align: center;
			text-decoration: none;
			width: 100%;
			/*	height:60px; */ /*  20251104去掉*/
			/*	line-height: 60px;*/ /*  20251104去掉*/
			color: #000000;
			font-size: 18px;
		}
	.menu > ul > li > ul > li > a {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		width: 100%;
		color: #333333;
		/*line-height:60px; */ /*  20251104去掉*/
		font-size: 13px;
		box-sizing: border-box; /*  20251104新加*/
		padding-top: 15px; /*  20251104新加*/
		padding-bottom: 15px; /*  20251104新加*/
		padding-left: 3px; /*  20251104新加*/
		padding-right: 3px /*  20251104新加*/
	}

.menu ul li ul {
	display: none;
}

/*.menu ul li:hover a {
	color: #FFFFFF;
	background-color: #0269A4;
}*/

.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:80px; 
	left:0; 
	right: 0;
	width:100%;
	background-color: rgba(255,255,255,.7);
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	z-index:9999999999999;
}
.menu ul li ul li {
	display: block;
	width: 100%;
	color: #007EC5;
	text-align: center;
}
/*.menu ul li:hover ul li a {
	display:block; 
	width: 100%;
	background-color: rgba(255,255,255,.7);
	color: #7768AF;
}*/

.menu ul li ul li a:hover {
	background: #007EC5; 
	width: 100%;
	color: #FFF;
}

/* 导航结束 */

/*/页头*/
/*内容*/
.bj1{
	width: 90%;
	margin:50px auto;
}
.biaoti1{
	width: 100%;
}
.biaoti1-t{
	width: 100%;
	font-size: 36px;
	color: #000000;
	line-height: 40px;
	text-align: center;
}
.biaoti1-b{
	width: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	text-align: center;
}
.shou1{
	width: 100%;
	position: relative;
}
.shou1-t{
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	margin-top:50px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.shou1-tl{
	width: 56%;
	margin-right: 4%;
}
.shou1-tlt{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
	text-align: left;
	margin-top: 150px;
}
.shou1-tlc{
	width: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	text-align: justify;
	margin-top: 0px;
}
.shou1-tlb{
	width: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	text-align: justify;
	margin-top: 40px;
}
.anniu1-n{
	width: 200px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-top: 40px;
	background-color: #666666;
	border-radius: 500px;
	transition-duration: .5s;
}
.anniu1-n:hover{
	background-color: #007EC5;
	transition-duration: .5s;
}
.shou1-tr{
	width: 40%;
	overflow: hidden;
}
.shou1-tr img{
	transition:all 500ms linear;
}
.shou1-tr:hover img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.shou1-b{
	width: 100%;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 40vh;
}
.shou1-bl{
	float: left;
	width: 26px;
	height: 26px;
}
.shou1-bln{
	width: 26px;
	height: 26px;
	padding: 10px;
	border-radius: 500px;
	background-color: #CCCCCC;
	transition-duration: .5s;
}
.shou1-bln:hover{
	background-color: #007EC5;
	transition-duration: .5s;
}
.shou1-br{
	float: right;
	width: 26px;
	height: 26px;
}
.shou1-brn{
	width: 26px;
	height: 26px;
	padding: 10px;
	border-radius: 500px;
	background-color: #CCCCCC;
	transition-duration: .5s;
}
.shou1-brn:hover{
	background-color: #007EC5;
	transition-duration: .5s;
}
.shou2{
	width: 90%;
	margin: 50px auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 创建4列 */
	grid-gap: 0px; /* 列之间的间隔 */
}
.shou2-nn{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.shou2-nnt{
	width: 100%;
}
.shou2-nnt img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
.shou2-nnb{
	width: 100%;
	height: 30vh;
	padding-top: 20vh;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 1),transparent);
	transition-duration: .5s;
}
.shou2-nnb-t{
	width: 100px;
	height: 0px;
	overflow: hidden;
	margin: auto;
	
}
.shou2-nnb-b{
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20vh;
	height: 20vh;
	text-align: center;
	padding-top: 100px;
}
.shou2 .shou2-nn:hover .shou2-nnb{
	padding-top: 55vh;
	height: 45vh;
	transition-duration: .5s;
}
.shou2 .shou2-nn:hover .shou2-nnb-t{
	height: 100px;
	transition-duration: .5s;
}
.shou2 .shou2-nn:hover .shou2-nnb-b{
	line-height: 10vh;
	height: 10vh;
	padding-top: 10px;
	transition-duration: .5s;
}
.anniu2-n{
	width: 200px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin: 40px auto;
	background-color: #666666;
	border-radius: 500px;
	transition-duration: .5s;
}
.anniu2-n:hover{
	background-color: #007EC5;
	transition-duration: .5s;
}
.jt2{
	width: 95%;
	position: absolute;
	top: 10vw;
	left: 2.5%;
	right: 2.5%;
}
.jt2-l{
	float: left;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0);
	transition-duration: .5s;
}
.jt2-l:hover{
	background-color: rgba(0,0,0,0.5);
	transition-duration: .5s;
}
.jt2-r{
	float: right;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0);
	transition-duration: .5s;
}
.jt2-r:hover{
	background-color: rgba(0,0,0,0.5);
	transition-duration: .5s;
}
.fy2{
	width: 200px;
	height: 10px;
	margin:2vw auto 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy2-n{
	width: 10px;
	height: 10px;
	margin-left:10px ;
}
.fy2 .fy2-n:nth-child(1){
	margin-left:0px;
}
.fy2-nn{
	width: 10px;
	height: 10px;
	margin-left:4px ;
	border-radius: 50px;
	background-color: #7F8084;
}
.fy2-nx{
	width: 30px;
	height: 10px;
	margin-left:4px ;
}
.fy2-nx .fy2-nn{
	width: 30px;
	height: 10px;
	border-radius: 50px;
	background-color: #EEE542;
}
.bj2{
	width: 100%;
	padding: 3vw 0;
	background-color: #FFFFFF;
}
.shou3{
	position: relative;
}
.shou3-t{
	width: 100%;
	height: 34vw;
	position: relative;
	margin-top: 2vw;
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
}
.shou3-t li{
	width: 60%;
	position: absolute;
	left: 20%;
	margin: auto;
}
.shou3-t li:nth-child(1){
	position: absolute;
	width: 60%;
	left: -42%;
	margin-left:0% ;
}
.shou3-t li:nth-child(3){
	position: absolute;
	width: 60%;
	left: 82%;
	margin-left:0% ;
}
.shou3-tn{
	position: relative;
}
.shou3-tnb{
	width: 100%;
	position: absolute;
	top: 25vw;
}
.shou3-tnb-t{
	width: 100%;
	font-size: 1.5vw;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2vw;
	text-align: center;
}
.shou3-tnb-b{
	width: 200px;
	margin:0.3vw auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.shou3-tnb-bl{
	max-width: 150px;
	font-size: 1vw;
	color: #FFFFFF;
	line-height: 2vw;
	text-align: right;
	margin-right: 5px;
}
.shou3-tnb-br{
	width: 16px;
	height: 16px;
	margin-top: 0.6vw;
}
.jt3{
	width: 56%;
	position: absolute;
	top: 16vw;
	left: 22%;
	right: 22%;
}
.jt3-l{
	float: left;
	width: 40px;
	height: 40px;
	padding: 10px;
	background-color: rgba(0,0,0,0);
	border-radius: 50px;
	transition-duration: .5s;
}
.jt3-l:hover{
	background-color: rgba(0,0,0,0.5);
	border-radius: 50px;
	transition-duration: .5s;
}
.jt3-r{
	float: right;
	width: 40px;
	height: 40px;
	padding: 10px;
	background-color: rgba(0,0,0,0);
	border-radius: 50px;
	transition-duration: .5s;
}
.jt3-r:hover{
	background-color: rgba(0,0,0,0.5);
	border-radius: 50px;
	transition-duration: .5s;
}
.fy3{
	width: 200px;
	height: 10px;
	margin:2vw auto 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: absolute;
	top: 29vw;
	left: 45%;
}
.fy3-n{
	width: 10px;
	height: 10px;
	margin-left:10px ;
}
.fy3 .fy3-n:nth-child(1){
	margin-left:0px;
}
.fy3-nn{
	width: 10px;
	height: 10px;
	margin-left:4px ;
	border-radius: 50px;
	background-color: #7F8084;
}
.fy3-nx{
	width: 30px;
	height: 10px;
	margin-left:4px ;
}
.fy3-nx .fy3-nn{
	width: 30px;
	height: 10px;
	border-radius: 50px;
	background-color: #007EC5;
}
.shou4{
	width: 90%;
	margin:auto;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.shou4-l{
	width: 20%;
	margin-right: 5%;
}
.shou4-ltt{
	width: 100%;
	font-size: 42px;
	font-weight: bold;
	color: #007EC5;
	line-height: 50px;
	text-align: left;
}
.shou4-ltb{
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	line-height: 50px;
	text-align: left;
}
.shou4-lb{
	margin-top: 30px;
}
.anniu3-n{
	width: 200px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
	height: 50px;
	text-align: center;
	background-color: #666666;
	border-radius: 500px;
	transition-duration: .5s;
}
.anniu3-n:hover{
	background-color: #007EC5;
	transition-duration: .5s;
}
.shou4-r{
	width: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	text-align: justify;
}

/*/内容*/
/*页脚*/
.yejiao1-bj{
	width: 90%;
	background-color: #F7F7F7;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 50px;
	padding-bottom: 20px;
}
.yejiao1{
	width: 100%;
}
.yejiao1-t{
	width: 100%;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.yejiao1-tl{
	width: 15%;
	margin-right: 10%;
}
.yejiao1-tc{
	width: 60%;
}
.yejiao1-tct{
	width: 100%;
}
.yejiao1-tct a{
	margin-right: 25px;
}
.yejiao1-tcb{
	width: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	text-align: justify;
	margin-top: 20px;
}
.yejiao1-tr{
	width: 9%;
	margin-left: 0%;
}
.yejiao1-tr img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
.yejiao1-trb{
	width: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	text-align: center;
}
.yejiao1-b{
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #CCCCCC;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	text-align: center;
	padding-top: 20px;
}
/*/页脚*/
/*产品*/ 
/*头部2*/
.top2{
	width: 90%;
	padding-top: 10px;
	padding-left: 5%;
	padding-right: 5%;
	border-bottom: none;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.top2-l{
	width: 10%;
	min-width: 160px;
	height: 80px;
	margin-right: 20%;
}
.top2-c{
	width: 60%;
	height: 80px;
}
.top2-r{
	width: 10%;
	height: 80px;
	text-align: right;
}
.top2-rn{
	font-size:18px;
	height:80px; 
	color: #999999; 
	line-height:80px; 
	margin-left:10px ;
	margin-right: 10px;
}
/* 导航开始 */

/* 导航 */
.menu1 {
	height: 50px;
	margin: auto;
}

.menu1 ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}

.menu1 ul li {
	float:left; 
	position:relative;
}
.menu1>ul{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(7, 1fr); /* 创建7列 */
	grid-gap: 0px; /* 列之间的间隔 */
}
.menu1>ul>li>a {
	display:inline-block; 
	text-align:center; 
	text-decoration:none; 
	width:100%; 
	height:80px; 
	color: #000000; 
	line-height:80px; 
	font-size:18px;
}
.menu1>ul>li>a:visited {
	display:inline-block; 
	text-align:center; 
	text-decoration:none; 
	width:100%; 
	height:60px; 
	color: #333333; 
	line-height:60px; 
	font-size:18px;
}
.menu1>ul>li>ul>li>a {
	display:inline-block; 
	text-align:center; 
	text-decoration:none; 
	width:100%; 
	height:60px; 
	color: #333333; 
	line-height:60px; 
	font-size:16px;
}
.menu1 ul li ul {
	display: none;
}

.menu1 ul li:hover ul {
	display:block; 
	position:absolute; 
	top:80px; 
	left:0; 
	right: 0;
	width:100%;
	background-color: rgba(255,255,255,.7);
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
.menu1 ul li ul li {
	display: block;
	width: 100%;
	color: #007EC5;
	text-align: center;
}
.menu1 ul li ul li a:hover {
	background: #007EC5; 
	width: 100%;
	color: #FFF;
}

/* 导航结束 */

/*banner1*/
.banner1{
	width: 100%;
}
.banner1 img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
/*/banner1*/
/*/头部2*/
/*/产品*/
/*二级导航*/
.ejdh1-bj{
	width: 90%;
	padding: 20px 5%;
	border-bottom: 1px solid #CCCCCC;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.ejdh1{
	width: 70%;
	height: 40px;
	display:flex;   
	flex-direction: row;/*子元素会按照水平方向从左到右排列，
/*	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 10px;*/
}
.ejdh1-n {

	margin-right:15px;
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	text-align: left;
	transition-duration: .5s;
}
.ejdh1 li:hover .ejdh1-n{
	color: #007EC5;
	transition-duration: .5s;
	font-weight:bold
}
.ejdh1-nx {

	font-size: 16px;
	font-weight: bold;
	color: #007EC5;
	line-height: 40px;
	text-align: left;
	border-bottom: 2px solid #007EC5
}
.ejdh1 li:nth-child(1){
	margin-left: 0px;
}
.lj1{
	width: 30%;
	text-align: right;
}
.lj1-n{
	font-size: 18px;
	color: #000000;
	line-height: 40px;
	text-align:left;
	margin-left: 10px;
	margin-right: 10px;
}
/*/二级导航*/
.cp1{
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}

/*左右布局开始 默认文字杠在左，图片框在右，*/
.cp_n {
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-direction: row; /*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	align-items: center; /* 添加垂直居中 */
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.cp_txt {
	width:60%;
text-align:left;
padding-left:20px;
}
.cp_img {
	width: 40%;
	text-align:left;
	overflow:hidden;  /*防止图片溢出*/
}
	.cp_img img {
	width:100%;
	border:0px;
	}


	.cp_title {
		font-size: 24px;
		font-weight: bold;
		color: #000000;
		line-height: 40px;
	}
.cp_title_2 {
	font-size: 20px;
	color: #666666;
	line-height: 40px;
}

.cp_more {
	width: 200px;
	cursor:pointer;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-top: 40px;
	background-color: #666666;
	border-radius: 500px;
	transition-duration: .5s;
}

	.cp_more:hover {
		background-color: #007EC5;
		transition-duration: .5s;
	}
.cp_img:hover img {
	transition: all 500ms linear;
	-webkit-transition: scale(1.2,1.2);
	-moz-transition: scale(1.2,1.2);
	-ms-transition: scale(1.2,1.2);
	-o-transition: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
/*下面是偶数项的操作*/
/* 偶数项 - 图片部分在右 文字部分在左 */
/*.cp_n:nth-child(even) {
	flex-direction: row-reverse;
}*/
	/* 偶数项时文字框里的文字内容靠右对齐 */
/*	.cp_n:nth-child(even) .cp_txt {
		text-align: right;
	}*/

/* 偶数项 按钮靠右*/
/*.cp_n:nth-child(even) .cp_more {
	margin-left: auto;
	margin-right: 0;
}*/
/* 左右布局结束*/




/*页码*/
.page{
	text-align:center;
	font-size:14px;
	font-family:arial;
}
.page_list {
    height: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 12px;
    margin-top: 20px;
    font-size: 14px;
}
.page_list a {
    display: inline-block;
    color: #4D4D4D;
    border: 1px solid #4D4D4D;
    background: #FFF;
    text-align: center;
    padding: 2px 10px;
    margin: 0 3px;
    font-size: 14px;
}
.page_list a.on {
    color: #FFF;
    border: 1px solid #007EC5;
    background: #007EC5;
    font-size: 14px;
}
a.a16ym:link {font-family:"arial"; background-color: #FFF; color:#4D4D4D; TEXT-DECORATION: none}
a.a16ym:visited { font-family:"arial"; background-color: #FFF; color:#4D4D4D; TEXT-DECORATION: none}
a.a16ym:hover {background-color: #007EC5;border: 1px solid #007EC5; color: #FFF; TEXT-DECORATION: none}
/*/页码*/
/*/产品*/

/*产品详情*/
.cpxq1{
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.cpxq1-n{
	width: 100%;
	margin-top:50px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	border-top: 1px solid #CCCCCC;
}
.cpxq1 .cpxq1-n:nth-child(1){
	border-top: none;
}
.cpxq1-nl{
	width: 50%;
	margin-right: 10%;
}
.cpxq1-nlt{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
	text-align: left;
	margin-top: 150px
}
.cpxq1-nlc{
	width: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	text-align: justify;
	margin-top: 0px;
}
.cpxq1-nlb{
	width: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	text-align: justify;
	margin-top: 40px;
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
}
.cpxq1-nlb-nl{
	font-size: 16px;
	color: #007EC5;
	line-height: 40px;
	text-align: left;
}
.cpxq1-nlb-nr{
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	text-align: left;
}
.cpxq1-nr{
	width: 40%;
	overflow: hidden;
}
.cpxq2{
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.cpxq2-t{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
}
.cpxq2-bn{
	margin-top: 20px;
}
.cpxq2-bnt{
	font-size: 20px;
	color: #007EC5;
	line-height: 40px;
	text-align: left;
}
.cpxq2-bnb{
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	text-align: justify;
}
.cpxq3{
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 50px;
}
.cpxq3-t{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
}
.cpxq3-b{
	margin-top: 20px;
	width: 100%;
}
.cpxq3-b img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
/*/产品详情*/

/*解决方案*/

.jj1{
	width: 90%;
	margin: 50px auto;
	display: grid;
	grid-template-columns: repeat(4, 2fr); /* 创建4列 */
	grid-gap: 15px; /* 列之间的间隔 */
}
.jj1-nn{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.jj1-nnt{
	width: 100%;
}
.jj1-nnt img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
.jj1-nnb{
	width: 100%;
	height: 30vh;
	padding-top: 20vh;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 1),transparent);
	transition-duration: .5s;
}
.jj1-nnb-t{
	width: 100px;
	height: 0px;
	overflow: hidden;
	margin: auto;
	
}
.jj1-nnb-b{
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20vh;
	height: 20vh;
	text-align: center;
	padding-top: 100px;
}
.jj1 .jj1-nn:hover .jj1-nnb{
	padding-top: 55vh;
	height: 45vh;
	transition-duration: .5s;
}
.jj1 .jj1-nn:hover .jj1-nnb-t{
	height: 100px;
	transition-duration: .5s;
}
.jj1 .jj1-nn:hover .jj1-nnb-b{
	line-height: 10vh;
	height: 10vh;
	padding-top: 10px;
	transition-duration: .5s;
}


/*/解决方案*/
/*应用案例*/
.al1{
	width: 90%;
	margin: 50px auto;
	display: grid;
	grid-template-columns: repeat(2, 6fr); /* 创建4列 */
	grid-gap: 30px; /* 列之间的间隔 */
}
.al1-nnt{
	width: 100%;
	overflow: hidden;
}
.al1-nnt img{
	transition:all 500ms linear;
}
.al1 .al1-n:hover .al1-nnt img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.al1-nnb{
	width: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 60px;
	height: 60px;
	text-align: center;
}
/*/应用案例*/
/*合作共赢*/
.hz1{
	width: 90%;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(5, 6fr); /* 创建5列 */
	grid-gap: 20px; /* 列之间的间隔 */
}
.hz1-n{
	border: none;
}
/*/合作共赢*/
/*关于我们*/
.gy1{
	width: 90%;
	margin:30px auto;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.gy1-l{
	width: 20%;
	margin-right: 5%;
}
.gy1-lt{
	width: 100%;
}
.gy1-ltl{
	font-size: 42px;
	font-weight: bold;
	color: #007EC5;
	line-height: 50px;
	text-align: left;
}
.gy1-ltr{
	font-size: 42px;
	font-weight: bold;
	color: #49BCF6;
	line-height: 50px;
	text-align: left;
}
.gy1-lb{
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	line-height: 50px;
	text-align: left;
}
.gy1-r{
	width: 75%;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	text-align: justify;
}
/*/关于我们*/

/*联系我们*/
.bj3{
	width: 90%;
	margin:50px auto;
}
.lx1{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 2fr); /* 创建2列 */
	grid-gap: 20px; /* 列之间的间隔 */
}
.lx1-n{
	width: 90%;
	padding: 20px 5%;
	background-color: #F7F7F7;
}
.lx1-nt{
	width: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	text-align: left;
}
.lx1-nb{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
	text-align: left;
}
.lx2{
	width: 96%;
	padding: 20px 2%;
	background-color: #F7F7F7;
	margin: auto;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.lx2-l{
	width: 92%;
	padding-top: 30px;
}
.lx2-lt{
	width: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	text-align: left;
}
.lx2-lb{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
	text-align: left;
}
.lx2-r{
	width: 8%;
}
.lx2-r img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
.lx3{
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
	margin-top: 30px;
}
.lx3-l{
	font-size: 24px;
	font-weight: bold;
	color: #007EC5;
	line-height: 40px;
	text-align: left;
}
.lx3-r{
	font-size: 16px;
	color: #999999;
	line-height: 40px;
	text-align: left;
}
.lx4{
	margin-top: 30px;
}
.lx4-t{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 3fr); /* 创建2列 */
	grid-gap: 20px; /* 列之间的间隔 */
}
.lx4-tnt-l{
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	text-align: left;
}
.lx4-tnt-r{
	font-size: 16px;
	color: #F76719;
	line-height: 40px;
	text-align: left;
}
.lx4-tnb{
	width: 96%;
	padding:10px 2%;
	background-color: #F7F7F7;
}
.inp1{
	width: 100%;
	height: 40px;
	outline: none;
	border: none;
	font-size: 18px;
    line-height: 40px;
    color: #000000;
    background-color: #f7f7f7;
}
.lx4-c{
	margin-top: 30px;
}
.lx4-cnt{
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	text-align: left;
}
.lx4-cnb{
	width: 98%;
	padding:10px 1%;
	background-color: #F7F7F7;
}
.ys-textarea{
	display: block;
	width: 100%;
	border: none;
    padding: 5px 10px;
    outline: 0;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    letter-spacing: .02em;
    background-color: rgba(0,0,0,0);
	resize:none;
}
.lx4-b{
	margin-top: 30px;
}
.lx4-bt{
	width: 100%;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.lx4-btl{
	width: 2%;
	margin-right: 1%;
}
.lx4-btl img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
.lx4-btr{
	width: 92%;
}
.lx4-btr-l{
	font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.lx4-btr-r{
	font-size: 18px;
    line-height: 30px;
    color: #007EC5;
}
.lx4-bb{
	width: 250px;
	margin-top: 30px;
	font-size: 18px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    background-color: #999999;
    transition-duration: .5s;
}
.lx4-bb:hover{
    color: #FFFFFF;
    background-color: #007EC5;
    transition-duration: .5s;
}
/*/联系我们*/

.ny_k {
	width: 90%;
	padding-top: 30px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 30px;
}
.ny_title {
	color:#000000;
	font-weight:bold;
	font-size:1.2rem;
	text-align:center
}
.ny_content {
line-height:22px;
}
	.ny_content img {
	width:100%;
	}