* {
	margin: 0;
	padding: 0;
}

html,
body {
	position: relative;
	height: 100%;
}

.width {
	width: 1200px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

body {
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	-moz-transition: .5s ease;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

img {
	border: 0;
	max-width: 100%;
}

.imgs {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

li {
	list-style-type: none;
}

.desc {
	color: #666;
	font-size: 14px;
	line-height: 2em;
}

.desc a {
	color: #666;
}

.desc a:hover {
	text-decoration: underline;
	color: #2572ba;
}

/* table {
	width: 100%;
	border-collapse: collapse;
}

table td {
	/* border: 1px solid #ddd !important; 
} */

.justify {
	text-align: justify;
	font-size: 0;
}

.justify:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	content: '';
	vertical-align: top;
}

::selection {
	background: #2572ba;
	color: #fff;
}

::-moz-selection {
	background: #2572ba;
	color: #fff;
}

::-webkit-selection {
	background: #2572ba;
	color: #fff;
}



.top {
	background: #f5f5f5;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #999;
}

.top a {
	color: #999;
}

.top a:hover {
	color: #2572ba;
}

.top1 {
	float: left;
	background: url(../img/tel.png) left center no-repeat;
	padding-left: 25px;
}

.top2 {
	float: right;
}

.logo_bg {
	height: 120px;
}

.logo {
	float: left;
	font-size: 0;
	margin-top: 20px;
}

.nav {
	float: right;
	line-height: 120px;
	font-weight: bold;
	/*margin-left: 200px;*/
	position: relative;
}

.nav ul{
	display: flex;
}

.nav_a1 {
	position: relative;
	font-size: 16px;
	color: #333;
	padding: 15px 0;
	margin-left: 70px;
}

.nav_a1:hover {
	color: #2572ba;
}

.nav_a1::after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #fff;
	-moz-transition: .5s ease;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.nav_a1:hover::after {
	left: 0;
	width: 100%;
	background: #2572ba;
}

.nav li:hover .nav_3{
	transform: scaleX(1);
}
.nav_3{
	width: 165px;
	background-color: #FFFFFF;
	position: absolute;
	top: 120px;
	display: flex;
	flex-direction: column;
	margin-left: 50px;
	/* 沿Y轴缩放到0，隐藏 */
	transform:  scaleY(0);
	transform-origin: top;
	transition: .3s ;
	z-index: 99;
}
.nav_3 li{
	height: 40px;
}
.nav_3 a{
	display: block;
	font-size: 14px;
	color: #000000;
	line-height: 40px;
	text-align: center;
}
.nav_3 a:hover{
	color: #FFFFFF;
	background-color: #2572ba;
}


.cur {
	color: #0628f9 !important;
}

.cur::after {
	left: 0 !important;
	width: 100% !important;
	background: #0628f9 !important;
}

.flexslider {
	position: relative;
	width: 100%;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
}

.flexslider .slides {
	position: relative;
	z-index: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 600px;
}

.flex-control-nav {
	position: absolute;
	bottom: 4%;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	cursor: pointer;
	font-size: 0;
	background: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: .5s ease;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.flex-control-nav a:hover {
	background: #2572ba;
}

.flex-control-nav .flex-active {
	background: #2572ba;
}

.flexslider .flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 0;
}

.flexslider .flex-direction-nav li a {
	display: block;
	width: 15%;
	height: 600px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-transition: .5s ease;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.flexslider .flex-direction-nav li a.flex-prev {
	left: 0;
	background: url(../img/prev.png) 40% 50% no-repeat;
	background-size: 50px;
}

.flexslider .flex-direction-nav li a.flex-next {
	right: 0;
	background: url(../img/next.png) 60% 50% no-repeat;
	background-size: 50px;
}

.flexslider .flex-direction-nav li a:hover {
	filter: alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.flexslider .flex-direction-nav li a.flex-prev:hover {
	background-position: 30% 50%;
}

.flexslider .flex-direction-nav li a.flex-next:hover {
	background-position: 70% 50%;
}

.search_bg {
	height: 40px;
	padding: 20px;
	box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
	margin-top: 40px;
}

.keys {
	float: left;
	line-height: 40px;
	font-size: 14px;
	color: #0628f9;
}

.keys a {
	color: #666;
	margin-right: 15px;
}

.keys a:hover {
	color: #2572ba;
	text-decoration: underline;
}

.search {
	float: right;
}

.search1 {
	float: left;
	width: 220px;
	height: 36px;
	border: 2px solid #0628f9;
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	outline: none;
}

.search2 {
	float: left;
	width: 50px;
	height: 40px;
	border: none;
	outline: none;
	background: url(../img/search.png) center no-repeat #0628f9;
	cursor: pointer;
}

/* 首页about */
.about_bg {
	height: 1050px;
	position: relative;
}

.title {
	position: relative;
	font-size: 45px;
	color: #333;
	/* font-weight: 500; */
	margin: 20px 0;
	/* left: 50%; */
	text-align: center;
}

.title::after {
	content: '';
	position: absolute;
	left: 47.2%;
	bottom: -10px;
	width: 100px;
	height: 2px;
	background: #0628f9;
}

.title_f {
	color: #0628f9;
	font-weight: bold;
}

.title_2 {
	font-size: 16px;
	text-align: center;
	color: #787676;
}

.about_center {
	height: 730px;
	background: url(../img/about-bg.jpg) center no-repeat;
	margin-top: 30px;
	position: relative;
}

.about_con {
	width: 1400px;
	height: 500px;
	margin: 0px auto;
}

.about_con .left {
	width: 700px;
	height: 470px;
	margin-top: 50px;
	float: left;
}

.about_p1 {
	font-size: 45px;
	font-weight: bold;
	color: #4a4a4a;
	margin-bottom: 15px;
}

.about_p2 {
	font-size: 20px;
	color: #5d5c5c;
	font-weight: bold;
	margin-bottom: 35px;
}

.about_p3 {
	font-size: 18px;
	line-height: 30px;
	color: #5d5c5c;
}

.about_p4 {
	display: block;
	width: 140px;
	text-align: center;
	font-size: 18px;
	padding: 5px 0px;
	border: 1px solid #8a8a8a;
	margin-top: 40px;
	color: #4A4A4A;
	transition: all .5s;
}

.about_p4:hover {
	background-color: #5d87cb;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
}

.about_con .right {
	width: 500px;
	height: 400px;
	margin-top: 85px;
	float: right;
}

.about_con_right li {
	position: relative;
	width: 150px;
	height: 150px;
	background-color: #FFFFFF;
	color: #000000;
	float: left;
	margin: 5px 5px;
	transition: all .5s;
}

.about_con_right li:hover {
	background-color: #ebe491;
	/* color: #FFFFFF; */
}

.about_con_right .first {
	margin-left: 165px;
}

.about_con_right img {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 45%;
	left: 48%;
	transform: translate(-50%, -50%);
}

.about_con_right li p {
	text-align: center;
	margin-top: 100px;
}

.about_ban {
	position: absolute;
	width: 1400px;
	height: 360px;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	left: 250px;
	top: 65%;
}

.swiper {
	width: 1380px;
	height: 300px;
	/* border: 1px solid black; */
	margin: 30px 0 0 10px;
	overflow: hidden;
	position: relative;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 450px;
	height: 300px;
	object-fit: cover;
	/* margin: 0 10px; */
}

/* 应用领域 */
.app_bg {
	height: 780px;
}

.app_con {
	height: 610px;
	position: relative;
	margin-top: 25px;
}

.app_con_box li {
	list-style: none;
	height: 101.6px;
	width: 290px;
	line-height: 101px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}
.app_con_box li p{
	padding-top: 10px;
	line-height: 40px;
}

.app_con_box li:hover {
	background-color: #1D7DB1;
}

.app_con_box ul {
	width: 190px;
	height: 610px;

}

.app_con_box .content {
	width: 910px;
	height: 610px;
	position: absolute;
	top: 0px;
	left: 290px;
	overflow: hidden;
}

.content .a1 {
	width: 910px;
	height: 610px;
}

/* 产品定制中心 */
.product_bg {
	height: 780px;
	background-color: #f5f5f5;
}

.product_top {
	padding-top: 20px;
}

.product_con {
	height: 555px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.product_con_box {
	width: 585px;
	height: 250px;
	background-color: #FFFFFF;
}

.product_con_box_left {
	width: 40%;
	height: 100%;
	text-align: center;
	float: left;
}

.product_con_box_left p {
	font-size: 20px;
	font-weight: bold;
	line-height: 150px;
	transition: all .3s;
}

.product_con_box_left a {
	padding: 4px 6px;
	border: 1px solid #4A4A4A;
	border-radius: 10px;
	font-size: 14px;
	color: #333333;
	transition: all .3s;
}

.product_con_box_left a:hover {
	border: 1px solid #0628f9;
	color: #0628f9;
}

.product_con_box_right {
	width: 55%;
	height: 99%;
	float: left;
	line-height: 250px;
	text-align: center;
}

.product_con_box_right img {
	vertical-align: middle;
	transition: all .5s;
	max-width: 103%;
}
.product_con_box:hover img{
	transform: scale(1.05);
}
/*.product_con_box:hover p{*/
/*	color: #0628f9;*/
/*}*/

.new_bg {
	height: 570px;
}

.new_top {
	margin-top: 30px;
}

.new_con_box {
	height: 390px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.new_con {
	width: 380px;
	height: 100%;
	overflow: hidden;
	transition: all .5s;
}

.new_con:hover img{
	transform: scale(1.1);
}

.new_con:hover{
	box-shadow: 10px 10px 5px #8a8a8a;
}

.new_con img {
	border: 1px solid #b6b6b6;
	transition: all .5s;
}

.new_con_title {
	font-size: 18px;
	line-height: 40px;
	padding-top: 10px;
	color: #676767;
	transition: all .5s;
}
.new_con:hover .new_con_title{
	color: #0628f9;
	font-weight: bold;
}

.new_con_title2 {
	font-size: 16px;
	color: #676767;
}
























.product {
	padding: 50px 0;
}

.title a {
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #666;
	line-height: 38px;
	font-weight: normal;
}

.title a:hover {
	color: #2572ba;
}

.pro1_bg {
	width: 1226px;
	margin-bottom: -26px;
}

.pro1 {
	float: left;
	display: block;
	width: 278px;
	height: 278px;
	border: 1px solid #ddd;
	margin-right: 26px;
	margin-bottom: 26px;
	box-shadow: 0 0 10px rgba(204, 204, 204, 0);
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.pro1:hover {
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.8);
}

.pro1_pic {
	position: relative;
	width: 173px;
	height: 130px;
	margin: 0 auto;
	margin-top: 26px;
}

.pro1_t {
	font-size: 16px;
	text-align: center;
	color: #333;
	margin: 20px 0;
}

.pro1_more {
	display: block;
	width: 113px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #2572ba;
	background: #2572ba;
	color: #fff;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
}

.pro1_more:hover {
	background: none;
	color: #2572ba;
}

.about {
	background: url(../img/about_bg.jpg) center no-repeat;
	padding: 50px 0;
}

.about_p {
	display: inline-block;
	vertical-align: middle;
	width: 550px;
}

.about_p .title {
	color: #fff;
}

.about_p .desc {
	color: #fff;
}

.about_pic {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 550px;
	height: 350px;
}

.about_more {
	display: block;
	width: 118px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 30px;
}

.about_more:hover {
	background: #fff;
	color: #2572ba;
}

.news {
	padding: 50px 0 35px;
}

.news1 {
	padding: 15px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	-moz-transition: .5s ease;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.news1:hover {
	background: #fafafa;
	border: 1px solid #0628f9;
}

.news1:hover .news1_pic {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.news_right {
	width: 1200px;
	margin-top: 30px;
}

.news1_picbg {
	float: left;
	display: block;
	width: 190px;
	height: 120px;
	overflow: hidden;
}

.news1_pic {
	position: relative;
	width: 100%;
	height: 100%;
	-moz-transition: .5s ease;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.news1_p {
	float: right;
	width: 960px;
}

.news1_t {
	font-size: 16px;
	padding: 8px 0;
}

.news1_t a {
	color: #333;
}

.news1_t a:hover {
	color: #2572ba;
}

.news1 .desc {
	color: #999;
	line-height: 1.75em;
	max-height: 50px;
	overflow: hidden;
}

.news1_d {
	position: relative;
	font-size: 14px;
	color: #999;
	margin-top: 8px;
}

.news1_d a {
	position: absolute;
	right: 40px;
	color: #999;
}

.news1_d a:hover {
	color: #2572ba;
}

.right .news1_p {
	width: 700px;
}

/* 列表 */
.pro_menu {
	height: 180px;
	padding-top: 20px;
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 30px;
}

.menu_title {
	position: relative;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
}

.menu_title::after {
	content: '';
	position: absolute;
	left: 47%;
	bottom: -10px;
	width: 70px;
	height: 2px;
	background: #2572ba;
}

.menu_con {
	position: relative;
	padding-top: 20px;
	width: 1200px;
	display: flex;
	justify-content: center;
}

.menu_con li {
	width: 158px;
	height: 52px;
	background-color: #dddddd;
	text-align: center;
	line-height: 52px;
	font-size: 18px;
	color: black;
	margin: 0 25px;
	transition: .3s;
}

.menu_con li:hover {
	background: #2572ba;
	color: #FFFFFF;
}

.menu_con2 {
	position: absolute;
	top: 50px;
	padding-top: 20px;
	display: flex;
	justify-content: center;
}

.menu_con2 li {
	width: 158px;
	height: 52px;
	background-color: #dddddd;
	text-align: center;
	line-height: 52px;
	font-size: 18px;
	color: black;
	margin: 0 25px;
	transition: .3s;
}

.menu_con2 li:hover {
	background: #2572ba;
	color: #FFFFFF;
}

.nav2{ display: flex;justify-content: center;padding-top:18px;}
.nav2 > li{ display:inline-block; vertical-align:top;}
.nav2 > li > a{ 
	display:block; 
	width:165px; 
	height:52px; 
	line-height:50px; 
	text-align:center; 
	background:#FFFFFF; 
	color:#333; 
	/*font-weight:bold; */
	margin:0 20px;
}
.nav2 > li > a:hover{ background:#2572ba; color:#fff;}
.cur5 > a{ background:#0628f9 !important; color:#fff !important;}
.cur5 .nav3{ z-index:2;}
.nav3{ 
	position:absolute; 
	width:100%; 
	width:1200px; 
	left:50%; 
	margin-left:-600px; 
	text-align:center; 
	background:#fff; 
	border-top:1px solid #ddd; 
	border-bottom:1px solid #ddd; 
	margin-top:30px;
}
.nav3 li{ display:inline-block; vertical-align:top; font-size:0;}
.nav3 a{ display:block; width:180px; height:50px; line-height:50px; text-align:center; font-size:15px; color:#333;}
.nav3 a:hover{ background:#2572ba; color:#fff;}
.cur6{ background:#0628f9; color:#fff !important;}


















.foot {
	padding: 30px 0;
	background: #363636;
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot a:hover {
	color: #fff;
	text-decoration: underline;
}

.link {
	font-size: 14px;
	border-bottom: 1px solid #474747;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.link a {
	margin-right: 15px;
}

.foot1 {
	position: relative;
}

.foot1_t {
	font-size: 18px;
	margin-bottom: 10px;
}

.foot1 .desc {
	color: #fff;
	line-height: 1.75em;
}

.foot2 {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	font-size: 14px;
	line-height: 1.75em;
}

.code {
	position: absolute;
	right: 0;
	bottom: 26px;
	width: 112px;
	height: 112px;
	margin-bottom: 8px;
	padding-right: 70px;
}

.code p {
	position: absolute;
	right: 0;
	bottom: 8px;
	font-size: 12px;
	color: #aaa;
	text-align: left;
	line-height: 18px;
}

.ban {
	height: 350px;
}

.content {
	/* padding: 50px 0; */
}

.left {
	float: left;
	width: 230px;
}

.right {
	float: right;
	width: 944px;
}

.left_t {
	line-height: 80px;
	font-size: 24px;
	font-weight: bold;
	background: #2572ba;
	color: #fff;
	text-align: center;
}

.left_nav {
	padding: 15px 0 25px;
	border: 1px solid #ddd;
	border-top: none;
}

.left_nav>li {
	margin-bottom: 1px;
}

.left_nav>li>a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	background: url(../img/left.png) 18px 16px no-repeat;
	cursor: pointer;
	padding: 10px 0;
	padding-left: 33px;
	padding-right: 18px;
}

.left_nav>li>a:hover {
	background-color: #ddd;
}

.left_nav ul {
	display: none;
	border-top: 1px solid #fff;
	padding-bottom: 10px;
}

.left_nav ul li {
	margin-bottom: 1px;
}

.left_nav ul li a {
	display: block;
	font-size: 14px;
	color: #666;
	padding: 5px 0;
	padding-left: 33px;
	padding-right: 18px;
}

.left_nav ul li a:hover {
	background: #eee;
	color: #2572ba;
}



.cur1>a {
	background-color: #ddd !important;
}

.cur2 a {
	background: #eee;
	color: #2572ba !important;
}

.cur3 {
	color: #FFFFFF !important;
	background-color: #2572ba !important;
}
.cur4{
	background-color: #FFFFFF;
}

.right_t {
	line-height: 50px;
	font-size: 14px;
	color: #666;
}

.right_t a {
	color: #666;
}

.right_t a:hover {
	color: #2572ba;
}

.right_t2 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.right table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	color: #666;
	font-size: 14px;
	font-family: Arial;
}

.right table td,
.right table th {
	border: 1px solid #ddd !important;
	padding: 5px 0;
}

.right table th {
	background: #f4f4f4;
	padding: 10px 0;
}

.right table img {
	max-height: 50px;
}

.right table tr {
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.right table tr:hover {
	background: #fafafa;
}

.eq_content {
	/* width: 1200px; */
}

.eq_right {
	float: right;
	width: 840px;
}

.equ1_bg {
	width: 840px;
	/* margin-bottom: -15px; */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.equ1 {
	/* float: left;
	display: block; */
	width: 375px;
	color: #666;
	/* margin-right: 22px;
	margin-bottom: 15px; */
	margin: 0 12px;
}

.equ1:hover {
	color: #2572ba;
}

.equ1:hover .equ1_pic {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.equ1_picbg {
	width: 375px;
	height: 250px;
	overflow: hidden;
	border: 2px solid #eee;

}

.equ1_pic {
	position: relative;
	width: 100%;
	height: 100%;
	-moz-transition: .5s ease;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.equ1 p {
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}

.page {
	text-align: center;
	margin: 30px 0;
}

.page,
.page span,
.page p,
.page a {
	padding: 4px;
	font-size: 14px;
	color: #aaa;
}

.page a {
	color: #666;
}

.page a:hover {
	color: #2572ba;
}

.page1 {
	text-align: center;
	margin: 50px 0;
}

.news_t1 {
	text-align: center;
	font-size: 18px;
	color: #000000;
	padding-top: 35px;
}

.news_t2 {
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 50px;
	border-bottom: 1px solid #DDDDDD;
}

.news2_right .desc {
	margin: 30px 0;
}

.news_pic {
	font-size: 0;
	margin-bottom: 15px;
}



/* 联系我们 */
.fangshi {
	margin-top: 40px;
	width: 600px;
	height: 360px;
	float: left;
}

.fangshi .desc {
	margin-top: 30px;

}

.fangshi .p1 {
	font-size: 25px;
	font-weight: bold;
	padding-left: 10px;
	border-left: 10px solid #2572ba;
}

/* 留言 */
.message {
	margin-top: 40px;
	width: 600px;
	height: 430px;
	float: right;
}

.message .p1 {
	font-size: 25px;
	font-weight: bold;
	padding-left: 10px;
	border-left: 10px solid #2572ba;
}

table {
	margin-top: 10px;
	/* margin-left: -15px; */
	color: #666;
}

tbody {
	border-style: none;
}

tr {
	height: 40px;
}
td img{
	height: 40px;
}

table p {
	width: 80px;
	/* text-align: right; */
	margin-right: 12px;
	font-family: "微软雅黑" !important;
}

.in1 {
	font-family: "微软雅黑";
	border: 1px solid #ddd;
	width: 332px;
	height: 28px;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 3px;
	outline: none;
}

.in2 {
	font-family: "微软雅黑";
	border: 1px solid #ddd;
	width: 208px;
	height: 28px;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 3px;
	outline: none;
	margin-bottom: 20px;
}

textarea {
	font-family: "微软雅黑";
	border: 1px solid #ddd;
	width: 480px;
	height: 92px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 3px;
	outline: none;
}

.btn1 {
	font-family: "微软雅黑";
	width: 100px;
	height: 35px;
	background: #003f8c;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	border: none;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 12px;
	cursor: pointer;
}

.btn1:hover {
	background: #0e4e9d;
	border-radius: 4px;
}

.btn2 {
	font-family: "微软雅黑";
	width: 100px;
	height: 35px;
	background: #3c3c3c;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	border: none;
	font-size: 14px;
	margin-top: 10px;
	cursor: pointer;
}

.btn2:hover {
	background: #4e4d4d;
	border-radius: 4px;
}


/* 地图 */
.map {
	margin-top: 5px;
	margin-bottom: 30px;
}
.map_p1{
	position: absolute;
	top: 1050px;
	height: 34px;
	font-size: 25px;
	font-weight: bold;
	padding-left: 10px;
	border-left: 10px solid #2572ba;
}

/* blue #2572ba */

/* blue #2572ba */

.left_menu{
		float: left;
		width: 300px;
		height: auto;
		/*margin-left: 25px;*/
		border: 1px solid #999999;
		
	}
	.left_menu_title{
		height: 60px;
		line-height: 60px;
		/*padding-left: 38px;*/
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		border-bottom: 1px solid #c6c6c6;
		background-color: #2572ba;
		color: #FFFFFF;
	}
	.eq_nav2 li{
		border-bottom: 1px solid #f1f1f1;
	}
	.eq_nav2 li a{
		/*height: 40px;*/
		line-height: 40px;
		padding-left: 25px;
		margin: 10px 0;
		color: #000000;
	}
	.eq_nav2 li:hover{
		background-color: #f1f1f1;
		/*color: #000000 !important;*/
	}
	/*.eq_nav2 li:hover a{*/
	/*	color: #FFFFFF !important;*/
	/*}*/
	.eq_nav{
		display: block;
		width: 100%;
	}
	.eq_nav li{
		/*background-color: #f7f7f7;*/
		border-bottom: ;: 1px solid #f1f1f1;
	}
	.eq_nav a{
		padding-left: 50px !important;
	}
	
	.cur_eq1{
		background-color: #2572ba !important;
		color: #FFFFFF !important;
	}
	.cur_eq2{
		color: #FFFFFF !important;
	}
	.right_con{
		float: right;
		width: 800px;
		min-height: 400px;
		padding: 20px;
		background-color: #f7f7f7;
		/* border: 1px solid #000000; */
	}
	.eq_more{
		float: right;
		font-size: 14px;
		padding: 8px 15px;
		background-color: #2572ba;
		color: #FFFFFF;
		cursor: pointer;
	}
	.desc{
		/*margin-top: 30px;*/
	}
	.desc img{
		display: block;
		margin: 10px auto;
		
	}
	.desc .p1{
		line-height: 30px;
		font-size: 16px;
		padding: 10px 0 30px 0;
	}
	
	
	/*设备about页图片*/
	.eq_about_img{
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.eq_about_img img{
		width: 250px;
	}


