@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "微软雅黑";
}

body {
	background: #F7F7F7;
	font-family: "微软雅黑";
	height: 100%;
	width: 100%;
}.liebiao2 ul li

html {
	height: 100%;
	width: 100%;
	font-family: "微软雅黑";
}

ul,
ol {
	list-style: none;
}

a {
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;

	display: inline-block;
	cursor: pointer;

}

img {
	border: 0 none;

}

.clear {
	clear: both;
}



.w1400 {
	margin: 0 auto;
	width: 1400px;
}

.ding {
	float: left;
	min-width: 1400px;
	width: 100%;
	height: auto;
	background: url(../images/banner.png) top no-repeat;
}

.lo {
	padding-top: 20px;
	box-sizing: border-box;
	margin: 0 auto;
	height: 160px;
	width: 1400px;
}

.logo {
	float: left;
	width: 962px;

}

#time {
	width: 1000px;
	 float: left;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	font-weight: 400;
	color: #000C2E;

}
.top{
   margin: 0 auto;
    width: 1400px;
}

    
.denglu {
    float: right;
    margin-right: 30px;
    width: 320px;
    text-align: center;
    height: 70px;
    line-height: 70px;
}
.denglu a{
    color: #0965b5;
}
/* 搜索 */
.ss {
	float: left;
	margin-top: 8px;
}

.searchBox {
	width: 400px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0px 1px 6px 0px rgba(242, 242, 242, 100);
	border: 2px solid #0068FF;
	border-radius: 24px;
}

.searchBox img {
	float: left;
	margin-top: 9px;
	margin-left: 20px;
}

.searchBox input[type=text] {
	float: left;
	border: none;
	outline: none;
	height: 100%;
	width: 235px;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 16px;
}

.searchBox input[type=text]::placeholder {
	font-size: 16px;
	color: #999999;
}

.searchBox button {
	float: right;
	border: none;
	outline: none;
	width: 105px;
	color: #fff;
	font-size: 18px;
	background: #0068FF;
	height: 40px;
	line-height: 26px;
	border-radius: 24px;
	cursor: pointer;
}


/* 搜索结束 */





/* 导航 */
/* .nav {
	width: 1400px;
	height: 100px;
	background: #0064D2;
	border-radius: 4px;
	 margin: 0 auto;
}

.nav ul{
   width: 1400px;
   margin: 0 auto;
} */
.mainnav {
	width: 1400px;
	height: 100px;
	background: #0064D2;
	border-radius: 4px 4px 0px 0px;
	margin: 0 auto;
}

.mainnav ul li.navli {
	float: left;
	line-height: 94px;
	padding: 0 38px 0 38px;
	position: relative;
}

.mainnav ul li.navli h3 {
	font-size: 23px;
	font-weight: 500;
}

.mainnav ul li a {
	color: #fff;
}

.mainnav ul li a:hover {
	text-decoration: none;
}

.mainnav ul li.navli h3 a {
	display: block;
	padding: 0 7px;
}

/* .mainnav ul li h3 a:hover {
	background: #fff;
	color: #0064D2;
	 border-radius: 3px;
	 padding: 0 7px;
 
} */
.mainnav .navsub:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border: 8px solid transparent;
	border-bottom-color: #fff;
	top: -16px;
}

.mainnav li.on h3 a {
	color: #fff;
}

.mainnav .navsub {
	display: none;
	left: 50%;
	transform: translateX(-50%);
	min-width: 130px;
	z-index: 99;
	top: 76px;
	text-align: center;
	position: absolute;
	background: #fff;
	padding: 5px 0;
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.mainnav .navsub.last {
	right: 5px;
	left: auto;
}

.mainnav .navsub a {
	line-height: 44px;
	color: #000;
	padding-left: 0;
	font-size: 16px;
	display: block;
}

.mainnav .navsub a:hover {
	background: #0064D2;
	color: #fff;
	text-decoration: none;

}

/* 行业动态 */
.hydt {
	width: 1400px;
	height: 420px;
	background: #FFFFFF;
	border-radius: 0px 0px 4px 4px;
	margin: 0 auto;
	padding: 24px;
	box-sizing: border-box;

}

/* banner */
.TabImg {
	/*  padding-top: 40px; */
}

.TabImg .TabImgLeft {
	float: left;
	background: #ffffff;
	position: relative;
	width: 680px;
	height: 360px;
}

.TabImg .TabImgLeft img {
	width: 650px;
	height: 360px;
	margin: 0;
	padding: 0;
}

.TabImg .TabImgLeft .prev {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -30px;
	width: 45px;
	height: 45px;
	z-index: 9;
	cursor: pointer;
	display: none;
	background: url("../images/pre.png") no-repeat center;
}

.TabImg .TabImgLeft .next {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -30px;
	width: 45px;
	height: 45px;
	z-index: 9;
	cursor: pointer;
	display: none;
	background: url("../images/next.png") no-repeat center;
}

.TabImg .TabImgLeft:hover .prev {
	display: block;
}

.TabImg .TabImgLeft:hover .next {
	display: block;
}

.TabImg .TabImgLeft .bd ul li {
	float: left;
	width: 650px;
	height: 360px;
	position: relative;
	overflow: hidden;
}

.TabImg .TabImgLeft .bd ul li>a {
	display: block;
	width: 650px;
	height: 360px;
	overflow: hidden;
}

.TabImg .TabImgLeft .bd ul li>a img {
	width: 650px;
	height: 360px;
	overflow: hidden;
	transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}

.TabImg .TabImgLeft .bd ul li:hover>a img {
	width: 650px;
	height: 360px;
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
}

.TabImg .TabImgLeft .bd ul li h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	line-height: 90px;

	box-sizing: border-box;
	background: url("../images/touming.png") repeat;
	font-weight: normal;

	text-align: center;
}

.TabImg .TabImgLeft .bd ul li h3 a {
	font-size: 18px;
	color: #ffffff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.TabImg .TabImgLeft .hd {
	position: absolute;
	right: 50%;
	bottom: 60px;
	z-index: 9;
}

.TabImg .TabImgLeft .hd ul li {
	float: left;
	width: 40px;
	height: 50px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	overflow: visible;
	background: none;
	line-height: 50px;
	text-align: center;
}

.TabImg .TabImgLeft .hd ul li {
	background: url("../images/dian.png");
	float: left;
	width: 9px;
	height: 9px;
	cursor: pointer;
	margin-left: 6px;


}

.TabImg .TabImgLeft .hd ul li.on {
	width: 18px;
	background: url("../images/dian_1.png") no-repeat center;
}

/* 下面是数字的 */
/* .TabImg .TabImgLeft .hd ul li:nth-of-type(1):before {
     content: "1";
 }
 
 .TabImg .TabImgLeft .hd ul li:nth-of-type(2):before {
     content: "2";
 }
 
 .TabImg .TabImgLeft .hd ul li:nth-of-type(3):before {
     content: "3";
 }
 
 .TabImg .TabImgLeft .hd ul li:nth-of-type(4):before {
     content: "4";
 }
 
 .TabImg .TabImgLeft .hd ul li:nth-of-type(5):before {
     content: "5";
 } */

/* .TabImg .TabImgLeft .hd ul li.on {
     background: #2672a9;
 } */
/* 数字的 */

/* 新闻选项卡 */

.TabImgRight {
	float: right;
	width: 670px;
	height: 360px;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}

.TabImgRight .hd {
	height: 52px;
	border-bottom: 1px solid #e6e6e6;
}

.TabImgRight .hd ul {
	margin-left: -80px;
}

.TabImgRight .hd ul li {
	/* width: 22%; */
	float: left;
	text-align: center;
	margin-left: 80px;
}

.TabImgRight .hd ul li h2 a {
	display: block;
	height: 49px;
	font-size: 22px;
	color: #333333;
}

.TabImgRight .hd ul li.on h2 a {
	color: #0064D2;
	;
	border-bottom: 4px solid #0064D2;
	;
}

.TabImgRight .bd ul {
	padding-top: 10px;
}

.TabImgRight .bd ul li {
	height: 44px;
	line-height: 44px;
}

.TabImgRight .bd ul li h3 a {
	width: 508px;
	float: left;
	font-size: 16px;

	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	color: #101010;
}

.TabImgRight .bd ul li span {
	float: right;
	font-size: 16px;
	color: #999999;
}

.TabImgRight .bd ul li:hover span {
	color: #0064D2;
}

.TabImgRight .bd ul li h3 a:hover {

	color: #0b58b8;
}

.TabImgRight span a {
	color: #0b58b8;
	float: right;
	padding-top: 5px;
}

.TabImgRight span a:hover {
	color: #0b58b8;
}


.ggfw {
	width: 1400px;
	height: 380px;
	background: #FFFFFF;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 auto;
	 margin-bottom: 30px;
}

.ggfwnr {
	font-weight: 600;
	color: #000C2E;
	line-height: 42px;
	height: 42px;
	font-size: 22px;
	float: left;

	width: 1340px;
}

.ldzc {
	width: 1340px;
	height: 108px;
	 
	float: left;
}

.ldzc ul {
	margin-left: -24px;
}

.ldzc ul li {
	width: 240px;
	height: 108px;
	background: url(../images/b1.png) no-repeat center;
	margin-top: 20px;
	color: #000C2E;
	float: left;
	margin-left: 30px;
}

.ldzc ul li:hover {
	width: 240px;
	height: 108px;
	background: url(../images/b3.png) no-repeat center;

	color: #000C2E;
	float: left;
	margin-left: 30px;
}

.ldzc ul li:hover a {
	color: #fff;
}
/* 红色 */

/* .ldzc ul li:nth-of-type(5):hover a {
	color: #fff;
}

.ldzc ul li:nth-of-type(5) {
	width: 284px;
	height: 108px;
	background: url(../images/b2.png) no-repeat center;

	color: #000C2E;
	float: left;
	margin-left: 24px;
}

.ldzc ul li:nth-of-type(5):hover {
	width: 284px;
	height: 108px;
	background: url(../images/b4.png) no-repeat center;

	color: #000C2E;
	float: left;
	margin-left: 24px;
}
 */



.ldzc ul li a {
	display: block;
	width: 240px;
	height: 108px;
	line-height: 108px;
	font-size: 18px;
	font-weight: bold;
	text-indent: 115px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000C2E;
}

.ldzc ul li:nth-of-type(1) a {
	background: url(../images/a26.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(1) a:hover {
	background: url(../images/a25.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(2) a {
	background: url(../images/a16.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(2) a:hover {
	background: url(../images/a15.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(3) a {
	background: url(../images/a14.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(3) a:hover {
	background: url(../images/a13.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(4) a {
	background: url(../images/a12.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(4) a:hover {
	background: url(../images/a11.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(5) a {
	background: url(../images/a4.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(5) a:hover {
	background: url(../images/a3.png) no-repeat 30px center;
}
.ldzc ul li:nth-of-type(6) a {
	background: url(../images/a8.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(6) a:hover {
	background: url(../images/a7.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(7) a {
	background: url(../images/a22.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(7) a:hover {
	background: url(../images/a21.png) no-repeat 30px center;
}
.ldzc ul li:nth-of-type(8) a {
	background: url(../images/a6.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(8) a:hover {
	background: url(../images/a5.png) no-repeat 30px center;
}
.ldzc ul li:nth-of-type(9) a {
	background: url(../images/a28.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(9) a:hover {
	background: url(../images/a27.png) no-repeat 30px center;
}
.ldzc ul li:nth-of-type(10) a {
	background: url(../images/a32.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(10) a:hover {
	background: url(../images/a31.png) no-repeat 30px center;
}
.ldzc ul li:nth-of-type(11) a {
	background: url(../images/a32.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(11) a:hover {
	background: url(../images/a31.png) no-repeat 30px center;
}
.ldzc ul li:nth-of-type(12) a {
	background: url(../images/a28.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(12) a:hover {
	background: url(../images/a27.png) no-repeat 30px center;
}
.ldzc ul li:nth-of-type(13) a {
	background: url(../images/a32.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(13) a:hover {
	background: url(../images/a31.png) no-repeat 30px center;
}
.ldzc ul li:nth-of-type(14) a {
	background: url(../images/a28.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(14) a:hover {
	background: url(../images/a27.png) no-repeat 30px center;
}
.ldzc ul li:nth-of-type(15) a {
	background: url(../images/a32.png) no-repeat 30px center;
}

.ldzc ul li:nth-of-type(15) a:hover {
	background: url(../images/a31.png) no-repeat 30px center;
}




@keyframes hvr-buzz-out {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

.hvr-buzz-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


.more {
	float: right;
	font-size: 16px;

}

.more a {

	color: #0064D2;
	;
}

/* 三块内容	 */
.content1 {
	width: 100%;
	margin: 30px auto;
	min-width: 1400px;
	background: #fff;
	height: 490px;
 
}


.cailiao {
	width: 1400px;
	margin: 0 auto;
	padding-top: 30px;
	box-sizing: border-box;

}

.tz_title {
	float: left;
	font-size: 24px;
	line-height: 46px;
	color: #000C2E;
	height: 56px;
	border-bottom: 1px solid #E7E7E7;
	;
	width: 450px;
}

.tz_title>a {
	color: #0064D2;
	font-size: 14px;
	margin-left: 280px;
}

.ys {
	background-color: #0064D2;
	width: 6px;
	height: 24px;
	float: left;
	margin-right: 20px;
	margin-top: 12px;
}

.cl-left {
	float: left;
	width: 925px;

}

.cl-1 {
	float: left;
	width: 450px;
}

.cl-1 ul {
	margin-top: 20px;
	width: 450px;
	float: left;
	height: 351px;
	background: rgba(165, 216, 255, 0.06);
	border: 1px solid rgba(14, 110, 184, 0.16);
}

.cl-1 ul li {

	width: 400px;
	line-height: 56px;

	height: 56px;
	border-bottom: 1px solid rgb(111 180 233 / 16%);
	margin: 0 auto;
}

.cl-1 ul li a {
	color: #000C2E !important;
	font-size: 16px;
}

.cl-1 ul li a:hover {
	color: #0064D2 !important;
}

/* right */
.cl-right {
	float: left;
	width: 450px;
	margin-left: 25px;

}

.cl-right ul {
	margin-top: 20px;
	width: 450px;
	float: left;
	height: 351px;
	background: rgba(165, 216, 255, 0.06);
	border: 1px solid rgba(14, 110, 184, 0.16);
}

.cl-right ul li {

	width: 400px;
	line-height: 56px;

	height: 56px;
	border-bottom: 1px solid rgb(111 180 233 / 16%);
	margin: 0 auto;
}

.cl-right ul li a {
	color: #000C2E !important;
	font-size: 16px;
}

.cl-right ul li a:hover {
	color: #0064D2 !important;
}


/* 荣誉展示 */
.rongyu {
	width: 1400px;
	height: 480px;
	background: #FFFFFF;
	margin: 30px auto;
	padding: 22px;
	box-sizing: border-box;
	
}

.rongyu>P {
	font-size: 24px;
	font-weight: 600;
	color: #000C2E;
	height: 88px;
	line-height: 70px;
}
 
.ladyScroll-rongyu {
	width: 1340px;
	height: 340px;
	margin: 20px auto;
	/* border: #ddd 1px solid; */
	position: relative;
	#margin-top: 0px;

}

.

/* ladyScroll .prev,
.ladyScroll .next {
	width: 51px;
	height: 51px;
	position: absolute;
	top: 170px;
	left: -26px;
	z-index: 100;
	cursor: pointer;
	background: url(../images/btns.png) no-repeat;
}

.ladyScroll .next {
	left: auto;
	right: -14px;
	background-position: 0 -102px;
}

.ladyScroll .prev:hover {
	background-position: 0 -51px;
}

.ladyScroll .next:hover {
	background-position: 0 -153px;
}
 */
.ladyScroll-rongyu .scrollWrap {
	width: 1240px;
	margin-left: 58px;
	padding-top: 28px;
	overflow: hidden;
	position: absolute;
	background-color: aqua;

}

.ladyScroll-rongyu dl {
	float: left;
	width: 270px;
	text-align: center;
	position: relative;
	height: 310px;

}



.ladyScroll-rongyu dt {
	margin: 0 auto;
	width: 230px;
	overflow: hidden;
}

.ladyScroll-rongyu img {
	display: block;
	width: 220px;
	height: 260px;
	transition: all 0.6s;
}

.ladyScroll-rongyu img:hover {
	transform: scale(1.1);
}

.ladyScroll-rongyu dd {
	width: 230px;
	height: 44px;
	background: #F5F5F5;
	line-height: 44px;

	font-size: 20px;
	color: #131313;
	text-align: center;
	margin: 0 auto;
	font-weight: 600;
	color: #000C2E;
	display: block;

}

.ladyScroll-rongyu dd:hover {
	text-decoration: none;
	background:#0064D2;
    color: #fff;
}
.ladyScroll-rongyu dd a {
	color: #444;
}

.ladyScroll-rongyu dd a:hover {
	 
    color: #fff;
}

 

/* 荣誉展示 */





/* 设备展示 */
.shebei {
	width: 1400px;
	height: 370px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 22px;
	box-sizing: border-box;
}

.shebei>P {
	font-size: 24px;
	font-weight: 600;
	color: #000C2E;
	height: 60px;
	line-height: 70px;
}
 
.ladyScroll {
	width: 1340px;
	height: 240px;
	margin: 20px auto;
	/* border: #ddd 1px solid; */
	position: relative;
	#margin-top: 0px;

}

.

/* ladyScroll .prev,
.ladyScroll .next {
	width: 51px;
	height: 51px;
	position: absolute;
	top: 170px;
	left: -26px;
	z-index: 100;
	cursor: pointer;
	background: url(../images/btns.png) no-repeat;
}

.ladyScroll .next {
	left: auto;
	right: -14px;
	background-position: 0 -102px;
}

.ladyScroll .prev:hover {
	background-position: 0 -51px;
}

.ladyScroll .next:hover {
	background-position: 0 -153px;
}
 */
.ladyScroll .scrollWrap {
	width: 1240px;
	margin-left: 58px;
	padding-top: 28px;
	overflow: hidden;
	position: absolute;
	background-color: aqua;

}

.ladyScroll dl {
	float: left;
	width: 334px;
	text-align: center;
	position: relative;
	height: 230px;

}



.ladyScroll dt {
	margin: 0 auto;
	width: 250px;
	overflow: hidden;
}

.ladyScroll img {
	display: block;
	width: 180px;
	height: 180px;
	transition: all 0.6s;
}

.ladyScroll img:hover {
	transform: scale(1.1);
}

.ladyScroll dd {
	width: 270px;
	height: 42px;
	background: #F5F5F5;
	line-height: 42px;

	font-size: 18px;
	color: #131313;
	text-align: center;
	margin: 0 auto;
	font-weight: 600;
	color: #000C2E;
	display: block;

}

.ladyScroll dd:hover {
	text-decoration: none;
	background:#0064D2;
    color: #fff;
}
.ladyScroll dd a {
	color: #444;
}

.ladyScroll dd a:hover {
	text-decoration: none;
	background:#0064D2;
    color: #fff;
}

.ladyScroll dl:hover span {
	color: #B52153;
}

/* 设备展示 */
/* 联系我们 */
.lxwm {
	width: 1400px;
	height: 542px;
	background: #FFFFFF;
	margin: 30px auto;
	padding: 22px;
	box-sizing: border-box;
}

.lxwm>P {
	font-size: 24px;
	font-weight: 600;
	color: #000C2E;
	height: 88px;
	line-height: 70px;
}

#container {
	float: left;
	width: 710px;
	height: 390px;

}

.lxwm-nr {
	float: left;
	width: 420px;
	height: 390px;

}

.lxwm-nr>p {
	font-size: 18px;
	font-weight: 600;
	color: #000C2E;
	height: 66px;
	line-height: 66px;
}

.lxwm-nr div {
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	    display: flex;
	    align-items: center;
}
.lxwm-nr div img{
	
    margin-right: 16px;

}
.xian {
	height: 300px;
	background: #b0bebfab;
	width: 1px;
	margin: 46px 80px 0px;
	float: left;
}

.content2 {
	width: 100%;
	min-width: 1400px;
	height: 306px;
	background: #0F0A35;
	float: left;
	/*position: fixed;*/
	/*bottom: 0;*/
}

/* 底部 */
.foot {

	width: 1400px;
	color: #fff;
	margin: 0 auto;
}

.bq {
	width: 1400px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	height: 50px;
	 
}

.link {

	width: 1400px;
    height: 140px;
    line-height: 40px;
    padding-top: 32px;
    border-bottom: 1px solid #7e7e7e;
    box-sizing: border-box;
	;
}

.link a {
	color: #a3a3a3
}

.link span {
	color: #a3a3a3;
	margin-left: 5px;
	margin-right: 5px;

}
/* 侧栏列表 */
.ab_left {	
	width: 270px;
	 
	float: left;
	margin-right:40px;
	 
}

.ab_right {
	width: 1035px;
	background-color: #fff;
	float: left;	
 
}

.cl_tou {
	float: left;	 
	width: 270px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	background: #0064D2;

}
.weizhi1 {

	width: 100%;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #0064D2;
	margin: 0 auto;
	color: #3d3d3d;
	text-align: right;
	margin-bottom: 20px;
}

.weizhi1 a {
	color: #3d3d3d;
	font-size: 16px;

}
.weizhi {

	    width: 100%;
	    height: 44px;
	    line-height: 44px;
	    margin: 0 auto;
	    color: #3d3d3d;
	    text-align: left;
	    margin-bottom: 20px;
	    background: #f1f1f1;
	    padding-left: 20px;
	    box-sizing: border-box;
}

.weizhi a {
	color: #3d3d3d;
	font-size: 16px;

}
.cl_lie {
	float: left;
	background: #f5f5f5;
	width: 270px;
	min-height: 300px;
}

.cl_lie ul li {
	float: left;
	width: 100%;
	/* height: 66px; */
	line-height: 66px;
	text-align: center;
	font-size: 20px;
	color: #056b24;
	margin-bottom: 2px;
	border-bottom: 1px solid #ffffff;
	
}

.activ {
	background: #fff;
	/* height: 66px; */
	width: 264px;
	line-height: 66px;
	color: #0064D2 !important;
	/* border-left: 4px solid #F8AF47 !important; */
}

.cl_lie ul li a:hover {
	background: #fff;
	height: 66px;
	width: 264px;
	line-height: 66px;
	color: #0064D2 !important;
	border-left: 4px solid #0064D2;
	
}
.borderL-F8AF47{
	border-left: 4px solid #0064D2 !important;
}

.qiyeul{
	display:none;
}

.cl_lie ul li a {
	color: #333;
	/* height: 66px; */
	width: 264px;
	line-height: 66px;
	border-left: 4px solid #f5f5f5;

}

.no {
	display: none !important;
}

.dqlm {

	width: 500px;
	text-align: left;
	float: left;
	color: #0064D2;
	font-size: 18px;
	font-weight: bold;
}

.liebiao {
	margin: 0 auto;
width: 100%
	padding-bottom: 140px;
}

.liebiao ul li {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #ddd;
	width: 100%
}

.liebiao ul li a {
	color: #171717;
}

.liebiao ul li span {
	float: right;
	color: #999;
	font-size: 13px;
}

.liebiao ul li img {
	vertical-align: middle;
	margin-right: 10px;
}

.liebiao ul li i {
	font-style: normal;
	color: #3d3d3d;
	font-size: 16px;
}
.liebiao ul li a:hover {
	color: #0064D2;
}
 
/* 侧栏列表 */

 
/* 4修改频道列表 */

.liebiao-han {
	margin: 0 auto;
width: 100%
	padding-bottom: 140px;
}

.liebiao-han ul li {
      font-size: 22px;
      height: 180px;
      width: 22%;
      align-items: center;
      display: flex;
      justify-content: center;
      box-shadow: 3px 5px 7px 1px #e8edef;
      float: left;
      margin-left: 40px;
      margin-top: 30px;
      padding: 0 30px;
      box-sizing: border-box;
      background: linear-gradient(122deg,#ffffff 0%,#d9e8ff 99%);
      border: 1px solid #d2defd;
      /* border-bottom: 2px solid #0064D2; */
	
	
}
.btn{
	      width: 96px;
	      height: 40px;
	      border-radius: 4px;
	      background: #3578f6;
	      color: #fff;
	      font-size: 16px;
	      line-height: 40px;
	      text-align: center;
	      box-sizing: border-box;
	      margin-top: 20px;
}
.liebiao-han ul li a {
	color: #171717;
}
.liebiao-han ul li a span{
	    display: block;
	    height: 60px;
}
 .liebiao-han ul li:hover {
 	background: linear-gradient(122deg,#ffffff 0%,#a8c8f9  99%);
 }
.liebiao-han ul li a:hover {
	color: #0064D2;
}
 /* 2修改频道列表 */
 
 .liebiao2 {
 	margin: 0 auto;
 width: 100%;
 	padding-bottom: 140px;
 }
.liebiao2 ul li{
	 font-size: 22px;
	     height: 140px;
    width: 230px;
	 align-items: center;
	 display: flex;
	 justify-content: center;
	box-shadow: 4px 4px 4px 3px #e8edef;
	 float: left;
	 margin-left: 28px;
	 margin-top: 30px;
	 padding: 0 30px;
	 box-sizing: border-box;
	border-radius: 6px 0px 10px 0px;
  }
.liebiao2 ul li:nth-of-type(1) {     
      /* background: linear-gradient(114deg,#31cca4 1%,#0e7191 100%); */
	    background: url(../images/1.png);
 }
.liebiao2 ul li:nth-of-type(2) {         
       /* background: linear-gradient(116deg,#4ecbf4 0%,#316aeb 100%);     */
	   background: url(../images/2.png);
  }
 .liebiao2 ul li:nth-of-type(3) {
        /* background:linear-gradient(114deg,#5352eb 0%,#651bb8 100%);  */
		  background: url(../images/3.png);
   }
   .liebiao2 ul li:nth-of-type(4) {
        /* background:linear-gradient(114deg,#5352eb 0%,#651bb8 100%);  */
		  background: url(../images/5.png);
   }
   .liebiao2 ul li:nth-of-type(5) {
        /* background:linear-gradient(114deg,#5352eb 0%,#651bb8 100%);  */
		  background: url(../images/5.png);
   }
 .liebiao2 ul li a {
 	color: #fff;
 }
 .liebiao2 ul li a span{
 	    display: block;
 	    height: 60px;
 }
  .liebiao2 ul li:hover {
  	/* background: linear-gradient(122deg,#ffffff 0%,#a8c8f9  99%); */
	 box-shadow: 3px 5px 7px 1px #979797;
  }
/* .liebiao2 ul li a:hover {
 	color: #0064D2;
 }
  */
 






/* 列表 */
.liebiao_han {
	margin: 0 auto;
	width: 1140px;
	padding-bottom: 140px;
	margin-bottom: 56px;
}

.liebiao_han ul {}

.liebiao_han ul li {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #dadfe7;
	width: 1140px;
	margin: 0 auto;
}

.liebiao_han ul li span {
	float: right;
	color: #999;
	font-size: 13px;
}

.liebiao_han ul li img {
	vertical-align: middle;
	margin-right: 20px;
}

.liebiao_han ul li i {
	font-style: normal;
	color: #3d3d3d;
	font-size: 16px;
}

.liebiao_han ul li a {
	color: #3d3d3d;
}

.liebiao_han ul li a:hover {
	color: #CA1212;
}

.ab_title {
	box-shadow: 3px 0px 14px 6px #f3f3f3;
}

/* 内容 */
.ab_content {
    /*padding-bottom:239px;*/
	margin: 0 auto;
	width: 1400px;
	background-color: #fff;
	padding: 25px;
	box-sizing: border-box;
	height: auto;
	min-height: 952px;
	margin-bottom: 40px;
}
.ab_content::after {
content: "";
display: block;
clear: both;
}


.title {
	line-height: 40px;
	font-size: 26px;
	text-align: center;
	font-weight: 500;
	margin: 0 auto;

	width: 1340px;
	box-sizing: border-box;
	padding: 30px;

	background: #EFF0F4;
}

.date_x {

	width: 980px;
	height: 50px;
	line-height: 70px;

	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	display: block;
	color: #4A536B;

}

.nr_content {

margin-top: 30px;
	text-align: justify;
	line-height: 38px;
	box-sizing: border-box;
	margin-bottom: 52px;
	/*text-indent: 2rem;*/

}
.title-1{
	border-bottom: 1px dashed #bbbaba;
	    text-align: center;
	    height: 64px;
	    line-height: 46px;
	    font-size: 24px;
}
 .anniu{
	   background: #f5f5f5;
    box-shadow: 1px 2px 3px #ccc;
    border-radius: 4px;
    display: block;
    padding: 9px;
    box-sizing: border-box;
    width: 230px;
    text-align: center;
    margin: 0 auto;
    text-indent: 0;
    color: #0456eb;
    font-size: 18px;
    margin-top: 30px;
	    
 }
 /* 上下篇 */
  .ShangXia {
  	font-size: 16px;
  	padding-top: 20px;
 	border-top: 1px solid #eaeaea;
 	clear: both;
  }
  
  .ShangXia p {
  	line-height: 30px;
  	color: #333333;
  }
  
  .ShangXia span {
  	color: #1062C7;
  	display: inline-block;
  	vertical-align: top;
  }
  
  .ShangXia a {
  	color: #333333;
  	font-size: 16px;
  	display: inline-block;
  	max-width: 90%;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  }
  
  .ShangXia a:hover {
  	color: #1062C7;
  }
  
/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
	.list{
	width: 1330px;
	    margin: 0 auto;
	}
 /* 委托协议表单 */
.wtf{
	 width:92%;
	 margin:0 auto;
	 
	 display: flex;
	     align-items: center;
		 height: 50px;
		 margin-bottom:20px;
		 
 }
 .wtf>a{ 	  
 	 font-size:20px;
 	 margin-left: 8px;
 		 
  }
.wtf>span {
	  width: 6px;
	  height: 15px;
	  float: left;
	  background: #0064D2;
  }
.w100{width:100% !important;}  
.w50{width:50% !important;}  
.w150px{width:150px !important;}  
.w60{
	 width:60% !important;
	 float: left;
	 margin-left:0px !important;
	} 
 .layui-form-radio>i {
     /*margin-right: -18px !important;*/
     font-size: 15px !important;
 
 }
 .flex-big{
	 display: flex;  flex-wrap: wrap;  justify-content: space-between;width:92%;
 } 
 .flex-1{flex: 1;   
   
    display: flex;}
.flex{
	display: flex;}
  .xu{
	   border-bottom: 1px dashed #dfdfdf;
	       width: 1000px;
	       margin: 40px auto;
  }
.w30{
	     width: 30%;
	     margin: 40px auto;
	     text-align: center;
 }
.ck {
	 color: #0064D2;
	     text-align: center;
		     display: block;
			 text-decoration: underline;
 }
 
 /* 需求表单 */
 .w44px{width:44px !important;} 
  
  
  
 /* 设备*/
 .work{
 	width: 103%;
 	margin-bottom: 30px;
 	margin-left: -26px;
 	box-sizing: border-box;
 	float: left;
 	margin-top: 30px;
 }
 .words {
 	width: 250px !important;
 	float: left;
 	background: #f6f6f6;
 	margin-left: 80px;
 	margin-bottom: 20px;
 	box-sizing: border-box;
 
 }
 
 .words:hover {
 	background: #0064D2;
 	transition: all 0.8s;
 }
 
 .words a:hover {
 	color: #fff;
 }
 
 .words a img:hover {
 	transform: scale(0.9);
 }
 
 .words a {
 	width: 100%;
 	color: #6d6d6d;
 
 }
 
 .words>a>img {
 	height: 310px;
 	transition: all 0.8s;
 	width: 250px;
 }
 
 .words-img {
 
 	height: 42px;
 	width: 85%;
 	margin: 0 auto;
 	text-align: center;
 	
 display: flex;
    align-items: center;
 }
 
 
 .words-name {
 	width: 100%;
 	color: #00000b;
 	font-size: 16px;
 	font-weight: 600;
 	padding: 0px 0px 10px 0px;
 }
 
 .works-text {
 	width: 100%;
 	font-size: 14px;
 
 }
 