/*重置所有样式*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}
@font-face{
  font-family:'思源黑体';
	src:url('../fonts/NotoSansHans-DemiLight.otf') format('opentype');
	}

html, body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	/*background: transparent;*/
	font-family: '思源黑体', Arial;
}
body {
	background: #f9f9f9;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
image {
	border: 0;
}
input, textarea {
	outline: none;
}
input, select, textarea, button {
	vertical-align: middle
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
/************头部****************/
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 145px;
	border-bottom: 1px #ccc solid;
}
.header .left.logo {
	width: 160px;
	height: 70px;
}
.header .left.logo a {
	text-indent: -999em;
	display: block;
	width: 100%;
	height: 100%;
}
.right.top_nav_bar {
	width: 390px;
	height: 22px;
}
.right.top_nav_bar a {
	color: #3a9eff;
	font-size: 12px;
	background: url(../images/header_top_nav_bg.png) no-repeat -9px center;
	display: block;
	height: 22px;
	width: 88px;
	float: left;
	text-align: center;
	line-height: 22px;
}
.right.top_nav_bar select {
	background: url(../images/header_top_nav_bg.png) no-repeat -101px center;
	color: #3a9eff;
	float: left;
	height: 22px;
	line-height: 22px;
	width: 88px;
	border: 0;
	border-style: hidden;
}
#main_box {
	float: right;
	height: 22px;
	line-height: 22px;
	background: url(../images/header_top_nav_bg.png) no-repeat -101px center;
}
.select_box {
	width: 116px;
	background: url(../images/107.gif) no-repeat 90px center;
	position: relative;
	font-size: 12px;
	color: #2A90D4;
	text-align: left;
	text-indent: 2em;
}
.select_box span {
	cursor: pointer;
	display: block;
	line-height: 22px;
	width: 100%;
	height: 22px;
	overflow: hidden;
}
.select_box ul li {
	cursor: pointer;
	text-indent: 0;
	text-align: center;
}
.son_ul {
	width: 110px;
	position: absolute;
	left: 0;
	top: 22px;
	border: 1px dashed #ccc;
	background: rgba(249,249,249,0.6);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
}
.son_ul li {
	display: block;
	line-height: 22px;
	width: 110px
}
.hover {
	background: #ccc;
}
.hr_menu {
	float: left;
	width: 590px;
}
.nav_bar {
	background: url(../images/nav_bg.png);
	height: 75px;
}
.nav_bar ul li {
	float: left;
	height: 75px;
	line-height: 75px;
}
.nav_bar ul li a {
	padding: 0 20px 0 40px;
	font-size: 16px;
	color: #3a9eff;
	font-weight: bold;
}
.nav_bar ul li a:hover, .nav_bar ul li.current a {
	color: #FFF;
}
/*.top_share a {
	text-indent: -999em;
	color: #FFF;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}*/
/*.top_share a.a1 {
	background: url(../images/share_logo.png) no-repeat 0px center;
}
.top_share a.a2 {
	background: url(../images/share_logo.png) no-repeat -23px center;
}
.top_share a.a3 {
	background: url(../images/share_logo.png) no-repeat -46px center;
}
.top_share a.a4 {
	background: url(../images/share_logo.png) no-repeat -69px center;
}
.top_share a.a5 {
	background: url(../images/share_logo.png) no-repeat -93px center;
}*/
.top_erweima {
	width: 70px;
	float: left;
	margin-left:130px;
}
.top_erweima img {
	width: 100%;
	margin-top: 2px;
}
/*************首页banner********************/
.index_banner {
	background: url(../images/index_banner_bg.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
}
.left.banner_tips {
	position: relative;
	top: 260px;
}
.left.banner_tips h1 {
	font-size: 50px;
	line-height: 94px;
	border-bottom: 1px #fff solid;
	color: #FFF;
	letter-spacing: 9px;
}
.left.banner_tips p {
	color: #FFF;
	font-weight: lighter;
	font-size: 19px;
	line-height: 50px;
}
.right.quick_bar {
	margin-top: 200px;
	width: 315px;
	/*height: 140px;*/
}
.right.quick_bar .left.leftpic {
	width: 180px;
	/*height: 140px;*/
height:100px;
line-height:100px;
background:#fff;
text-align:center;
padding: 0 10px;
	box-sizing: border-box;
	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;
}
.right.quick_bar ul li {
	margin-bottom: 20px;
	background: url(../images/index_banner_logo_bg.png) no-repeat center center;
	/*height: 140px;
	line-height: 140px;*/
height: 100px;
	line-height: 100px;
}

.right.quick_bar .left.leftpic img {
	/*width: 180px;
	height: 140px;*/
width:auto;
max-width:100%;
height:auto;
max-height:100%;
vertical-align:middle;
}
.right.quick_bar .right.rightwenzi {
	width: 135px;
}
.right.quick_bar .right.rightwenzi p {
	color: #FFF;
	/*font-size: 25px;*/
font-size: 21px;
	/*line-height: 140px;
	height: 140px;*/
line-height:100px;
height:100px;
	text-align: center;
}
.right.quick_bar .right.rightwenzi p sup {
	font-size: 12px;
	position: relative;
	top: -12px;
}
/**********首页第二块***************/
.index_part_2 .left.xuanchuan {
	width: 510px;
	margin-top: 95px;
}
.index_part_2 .right.index_product {
	width: 470px;
	border: 1px #ccc solid;
	height: 600px;
}
.index_part_2 .xuanchuan h1 {
	color: #0c41a3;
	font-size: 50px;
	line-height: 84px;
}
.index_part_2 .xuanchuan p {
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.index_part_2 .xuanchuan p.p1 {
	padding: 15px 15px 0 15px;
	background: #0c41a3;
	border: 1px #0c41a3 solid;
	border-radius: 10px;
	-pie-border-radius: 10px;
	height: 130px;
	color: #FFF;
	font-size: 22px;
	line-height: 41px;
	font-weight: bold;
}
.index_part_2 .xuanchuan p.p2 {
	font-size: 17px;
	line-height: 32px;
	color: #0c41a3;
}
.index_part_2 .xuanchuan ul li {
	list-style: disc;
	font-size: 18px;
	line-height: 32px;
	color: #3e3a39;
	font-weight: bold;
	margin-left: 20px;
}
/************产品滚动*****************/
#featureContainer, #featureContainer_2, #featureContainer_3 {
	BORDER-BOTTOM: #999 0px dotted;
	BORDER-LEFT: #999 0px dotted;
	MARGIN: 0px auto;
	WIDTH: 470px;
	FONT-SIZE: 80%;
	BORDER-TOP: #999 0px dotted;
	BORDER-RIGHT: #999 0px dotted;
}
#wrap {
	OVERFLOW: hidden;
}
#load {
	BACKGROUND-IMAGE: url(images/loader32x32.gif);
	BORDER-BOTTOM: #999 0px dotted;
	BORDER-LEFT: #999 0px dotted;
	TEXT-INDENT: -9999px;
	MARGIN: 0px auto;
	WIDTH: 470px;
	DISPLAY: none;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: center 50%;
	HEIGHT: 600px;
	BORDER-TOP: #999 0px dotted;
	BORDER-RIGHT: #999 0px dotted;
}
#feature .prev {
	BORDER-BOTTOM: #999 0px dotted;
	BORDER-LEFT: #999 0px dotted;
	TEXT-INDENT: -9999px;
	WIDTH: 30px;
	DISPLAY: block;
	BACKGROUND: url(../images/index_pre_next.png) 3px 0 no-repeat;
	FLOAT: left;
	HEIGHT: 48px;
	BORDER-TOP: #999 0px dotted;
	TOP: -585px;
	BORDER-RIGHT: #999 0px dotted;
	position: relative;
	left: 370px;
}
#feature .next {
	BORDER-BOTTOM: #999 0px dotted;
	BORDER-LEFT: #999 0px dotted;
	TEXT-INDENT: -9999px;
	WIDTH: 30px;
	DISPLAY: block;
	BACKGROUND: url(../images/index_pre_next.png) -37px 0 no-repeat;
	FLOAT: right;
	HEIGHT: 48px;
	BORDER-TOP: #999 0px dotted;
	TOP: -585px;
	BORDER-RIGHT: #999 0px dotted;
	position: relative;
	right: 35px;
}
.featureUL {
	BORDER-BOTTOM: #000 0px dotted;
	POSITION: relative;
	BORDER-LEFT: #000 0px dotted;
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	WIDTH: 2800px;
	PADDING-RIGHT: 0px;
	FLOAT: left;
	BORDER-TOP: #000 0px dotted;
	BORDER-RIGHT: #000 0px dotted;
	PADDING-TOP: 0px;
	LEFT: 0px;
}
.featureBox {
	/*BACKGROUND-IMAGE: url(../images/bg-featurebox.jpg);*/
	BORDER-BOTTOM: #999 0px dotted;
	BORDER-LEFT: #999 0px dotted;
	WIDTH: 470px;
	BACKGROUND-REPEAT: no-repeat;
	FLOAT: left;
	HEIGHT: 600px;
	OVERFLOW: hidden;
	BORDER-TOP: #999 0px dotted;
	BORDER-RIGHT: #999 0px dotted;
	PADDING-TOP: 10px;
}
#botton-scroll {
	Z-INDEX: 0;
	BORDER-BOTTOM: #999 0px dotted;
	BORDER-LEFT: #999 0px dotted;
	MARGIN: 0px auto;
	WIDTH: 470px !important;
	FLOAT: left;
	HEIGHT: 600px;
	BORDER-TOP: #999 0px dotted;
	BORDER-RIGHT: #999 0px dotted;
}
#block {
	Z-INDEX: 0;
	BORDER-BOTTOM: #999 0px dotted;
	POSITION: relative;
	BORDER-LEFT: #999 0px dotted;
	MARGIN: 0px auto;
	PADDING-LEFT: 0px;
	WIDTH: 470px;
	PADDING-RIGHT: 0px;
	HEIGHT: 600px;
	FONT-SIZE: 70%;
	OVERFLOW: hidden;
	BORDER-TOP: #999 0px dotted;
	BORDER-RIGHT: #999 0px dotted;
	PADDING-TOP: 0px;
}
#block .box, #block_2 .box, #block_3 .box {
	/*PADDING-LEFT: 10px;*/
	WIDTH: 470px;
	/*PADDING-RIGHT: 10px;*/
	FLOAT: left;
	HEIGHT: 600px;
}
#block .box .feature-title {
	FONT-SIZE: 140%;
	FONT-WEIGHT: normal;
}
#block .box .feature-thumb {
	WIDTH: 470px;
	MARGIN-BOTTOM: 0px;
	FLOAT: left;
	HEIGHT: 600px;
}
li.featurebox {
	width: 470px !important;
	height: 600px !important;
}
/************首页第三块***************/
.index_part_3 {
	background: url(../images/index_part_3_bg.jpg) no-repeat center top;
	height: 540px;
}
.index_part_3 .left {
	width: 665px;
	margin-top: 80px;
}
.index_part_3 .right {
	width: 315px;
	margin-top: 110px;
}
.index_part_3 .left h1 {
	color: #0c41a3;
	font-size: 34px;
	line-height: 100px;
}
.index_part_3 .left p.p1 {
	font-size: 20px;
	line-height: 38px;
	color: #3e3a39;
	font-weight: bold;
	padding: 20px 30px;
	background: rgba(236,236,236,.6);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ececec, endColorstr=#99ececec);
	border-radius: 10px;
	-pie-border-radius: 10px;
	margin-bottom: 30px;
}
.index_part_3 .left a {
	background: #5f5c5b;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	display: block;
	width: 170px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.index_part_3 .right a {
	display: block;
	width: 315px;
	height: 170px;
	background: #FFF;
	margin-bottom: 40px;
	text-align: center;
}
.index_part_3 .right a img {
	width: 315px;
	height: 130px;
}
.index_part_3 .right a span {
	font-size: 15px;
	line-height: 30px;
}
.index_part_3 .right a span.span1 {
	color: #0c41a3;
	font-weight: bold;
}
.index_part_3 .right a span.smalltext {
	font-size: 9px;
	color: #ccc;
}
/*************网站底部******************/
.footer {
	padding: 50px 0 35px;
}
.left.footer-logo {
	width: 200px;
	height: 89px;
}
.left.footer-logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.left.footer-center {
	padding: 0 20px 0 30px;
	box-sizing: border-box;
	width: 548px;
}
.left.footer-center p, .right.footer-right p {
	font-size: 16px;
	color: #595757;
}
.right.footer-right p {
	margin-bottom: 10px;
}
.left.footer-center p.copyright, .right.footer-right a {
	font-size: 13px;
	margin-top: 15px;
line-height: 2;
	text-transform: capitalize;
}
.right.footer-right a {
	color: #595757;
}
.right.footer-right a.a2 {
	border-left: 1px #595757 solid;
	border-right: 1px #595757 solid;
	padding: 0 20px;
	margin: 15px 20px 0 20px;
}
.right.top_nav_bar .current {
	color: #FFF;
}
a.xunjia {
	color: #fddc69 !important;
}
/**********内页**********/
.inner_banner {
	background: url(../images/innerbanner.jpg) no-repeat center top;
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inner_part_2 {
	background: #efeff0;
	padding: 30px 0 90px;
}
.list_container {
	background: #00253c;
}
/*************询价及联系我们****************/
.inner_part_2 .contact_us {
	padding-bottom: 50px;
	border-bottom: 1px #c9cacb solid;
	margin-bottom: 40px;
}
.inner_part_2 .contact_us img {
	width: 1000px;
	height: 360px;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}
.inner_part_2 .contact_us h4 {
	float: left;
	width: 170px;
	font-size: 25px;
	color: #3e3a39;
	letter-spacing: 3px;
	margin-right: 30px;
	line-height: 30px;
}
.inner_part_2 .contact_us p {
	float: left;
	color: #595757;
	font-size: 17px;
	line-height: 29px;
	font-weight: bold;
}
.xunjia_form {
	width: 475px;
	margin-right:25px;
}
.xunjia_form p {
	color: #595757;
	font-size: 18px;
	line-height: 40px;
}
.xunjia_form input[type="text"], .xunjia_form select, .xunjia_form textarea {
	color: #595757;
	border: 1px #ccc solid;
	width: 460px;
	font-size: 18px;
	background: none;
	line-height: 40px;
	height: 40px;
	margin-bottom: 10px;
	padding: 0 5px
}
.xunjia_form textarea {
	height: 200px;
	margin-bottom: 50px;
	line-height: 150%;
}
.xunjia_form input[type="button"] {
	color: #FFF;
	background: #5f5c5b;
	display: block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
}
.xunjia_form input[type="button"]:hover {
	background: #484645;
}
.xunjia_other {
/*	width: 168px;*/
}

.xunjia_other_menu ul li {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	background: #ddddde;
	margin-bottom: 1px;
}
.xunjia_other_menu ul li a {
	color: #595757;
	display: block;
	width: 100%;
	height: 100%;
}
.xunjia_other_menu ul li:hover {
	background: #c7c7c7;
}
/************新闻列表************/
.news_list.left {
	width: 675px;
	padding-right:25px;
}
.news_list.left h2 {
	color: #1982cb;
	font-weight: bolder;
	font-size: 26px;
	line-height: 60px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.news_list.left ul li {
	margin-bottom: 20px;
}
.news_list.left ul li a {
	font-size: 15px;
	color: #1982cb;
	line-height: 32px;
	font-weight: bold;
}
.news_list.left ul li p {
	color: #727171;
	font-size: 12px;
	line-height: 24px;/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
.news_list.left ul li h3 a {
	font-size: 19px;
	color: #3e3a39;
	line-height: 44px;
}
.news_list.left ul li h3 span.date {
	float: right;
	padding-right: 10px;
	font-size: 14px;
	color: #999;
	height: 44px;
	line-height: 44px;
	font-weight: 100;
}
.wenben p.date {
	font-size: 14px;
	color: #999;
	font-weight: 100;
}
a.news_list_xunjia {
	width: 170px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	background: #5f5c5b;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;
	margin-left: 12px;
	margin-top: 30px;
}
a.news_list_xunjia:hover {
	background: #484645;
}
.dashiji h3 {
	font-size: 19px;
	color: #3e3a39;
	line-height: 50px;
	padding-bottom: 5px;
	border-bottom: 1px #ccc solid;
	font-weight: normal;
	letter-spacing: 1px;
}
.dashiji ul li {
	float: left;
	margin-right: 50px;
	width: 298px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.dashiji ul li.last {
	margin-right: 0;
}
.dashiji ul li img {
	border: 1px #ccc solid;
}
/************新闻详情*****************/
.wenben {
	float: left;
	width: 690px;
}
.wenben h3 {
	color: #1982cb;
	font-size: 26px;
	line-height: 50px;
}
.wenben p, .wenben ul li {
	color: #3e3a39;
	font-size: 19px;
	line-height: 38px;
	font-weight: bold;
	text-align: justify;
	letter-spacing: 1px;
}
.wenben ul li {
	list-style: disc;
	margin-left: 20px;
}
.wenben h4 {
	font-size: 22px;
	line-height: 44px;
	color: #595757
}
.wenben p a {
	color: #595757;
}
#box {
	float: right;
	position: relative;
	width: 228px;
}
.div1 {
	width: 228px;
	background: url(../images/news_xunjia_bg.jpg) no-repeat center top;
	height: 105px;
}
.div1 a {
	color: #FFF;
	font-size: 30px;
	line-height: 105px;
	display: block;
	width: 100%;
	text-indent: 2em;
}
.div1 a:hover {
	background: rgba(0,0,0,.2);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
}
.div2 {
	position: fixed;
	_position: absolute;
	top: 150px;
	z-index: 250;
}
/************产品列表页************/
.product_list ul li, .solution_list ul li {
	float: left;
	width: 480px;
	height: 200px;
	border-bottom: 2px #000 solid;
	position: relative;
	margin: 20px 10px;
	text-align: center;
}
.product_list ul li h4 a, .solution_list ul li h4 a {
	background: #fddc69;
	color: #00253c;
	font-size: 25px;
	line-height: 66px;
	height: 66px;
	display: block;
	width: 100% !important;
	position: static !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product_list ul li p, .solution_list ul li p {
	font-size: 16px;
	color: #9dd9fe;
	text-align: left;
	line-height: 32px;
	margin-top: 20px;
	height: 100px;
	overflow: hidden;
	padding: 0 5px;
	text-align: justify;
}
.product_list ul li a, .solution_list ul li a {
	background: #fddc69;
	color: #00253c;
	display: block;
	width: 100px;
	height: 22px;
	font-size: 14px;
	position: absolute;
	right: 5px;
	bottom: 21px;
}
.product_list ul li a:hover, .solution_list ul li a:hover {
	background: #ccc;
}
.solution_list_xunjia {
	display: block;
	text-align: center;
	width: 170px;
	height: 60px;
	font-size: 25px;
	font-weight: bold;
	color: #FFF !important;
	background: #5f5c5b;
	margin-bottom: 20px;
	line-height: 60px;
}
.solution_list_xunjia:hover {
	background: #484645;
}
/************产品详情页***************/
.pp_show {
	clear: both;
	padding-top: 55px;
}
.pp_left {
	float: left;
	background: #dcdcdc;
	width: 380px;
	height: auto;
	padding: 10px;
}
#ul_img1, #ul_img2, #ul_img3, #ul_img4 {
	width: 380px;
	height: 380px;
	background-size: cover;
}
.qiehuan {
	width: 380px;
	margin: 10px 0 0 0;
}
.qiehuan ul li {
	width: 64px;
	height: 64px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	text-align: center;
	border: 1px #fff inset;
}
.qiehuan ul li:hover {
	float: left;
	cursor: pointer;
	border: 1px #fff inset;
	width: 64px;
	height: 64px;
}
.qiehuan ul li:hover img {
	float: left;
	width: 64px;
	height: 64px;
}
.qiehuan ul li img {
	float: left;
	width: 65px;
	height: 65px;
}
.pp_right {
	float: right;
	width: 535px;
}
.pp_right h3 {
	font-size: 30px;
	line-height: 66px;
	color: #004774
}
.pp_right span.tag {
	background: #0069aa;
	color: #fff;
	line-height: 48px;
	height: 48px;
	display: block;
	width: 230px;
	text-align: CENTER;
	border: 3px #004d7c solid;
	font-size: 25px;
	margin-right: 30px;
	float: left;
	margin-top: 15px;
}
.pp_right a.product_detail_xunjia {
	display: block;
	float: left;
	width: 120px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #FFF;
	background: #0c40a3;
	font-size: 23px;
	margin-top: 15px;
}
.pp_right h4 {
	font-size: 25px;
	line-height: 64px;
	color: #3e3a39;
	clear: both;
}
.pp_right p, .pp_right ul li {
	font-size: 19px;
	color: #3e3a39;
	line-height: 36px;
}
.pp_right ul li {
	list-style: disc;
	margin-left: 20px;
}
.pp_download {
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
	float:left;
}
.pp_download span {
	float: left;
	line-height: 50px;
	color: #069;
	font-size: 25px;
	margin-right: 15px;
}
.xiangguanchanpin h4 {
	font-size: 20px;
	text-align: center;
	width: 200px;
	line-height: 60px;
	background: #0c40a3;
	color: #FFF;
}
.xiangguanchanpin ul {
	/*	height: 170px;*/
	height: auto;
	padding: 0 10px 25px
}
.xiangguanchanpin ul li {
	float: left;
	text-align: center;
	width: 190px;
}
.xiangguanchanpin ul li a {
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: 15px;
	color: #3e3a39;
	line-height: 30px;
}
.xiangguanchanpin ul li img {
	/*width: 110px;*/
	height: 110px;
	display: block;
	margin: 0 auto 15px;
}
/**********解决方案列表***********/
.jiejuefangan_xiangguan ul {
	height: 300px;
	background: #FFF;
	padding: 50px 10px 25px
}
.jiejuefangan_xiangguan ul li {
	float: left;
	text-align: center;
	width: 120px;
}
.jiejuefangan_xiangguan ul li a {
	display: block;
	width: 100px;
	margin: 0 auto;
	font-size: 12px;
	color: #3e3a39;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
}
.jiejuefangan_xiangguan ul li img {
	width: 78px;
	height: 78px;
	display: block;
	margin: 0 auto 25px;
}
/**********解决方案详情************/
.solution_container .left {
	width: 675px;
	padding-right:25px;
}
.solution_container .left h3 {
	color: #1982cb;
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 64px;
	margin-bottom: 15px;
}
.solution_container .left p {
	color: #595757;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 30px;
}
.solution_container .right {
	width: 300px;
}
.solution_container .right ul li {
	width:300px;
	background: #ddddde;
	margin-bottom: 1px;
	height: 44px;
	line-height: 44px;
	text-align: center;
}
.solution_container .right ul li:hover {
	background-color: #c7c7c7;
}
.solution_container .right ul li a {
	font-size:18px;

	line-height: 44px;
	height: 44px;
	color: #595757;
	letter-spacing: 1px;
	display: block;
	width: 100%;
}
.solution_container .right a.solution_xunjia {
	color: #FFF;
	display: block;
	width: 170px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	font-size: 25px;
	background: #5f5c5b;
	margin-top: 30px;
}
.solution_download {
	margin-bottom: 30px;
}
.solution_download ul li {
	float: left;
	width: 280px;
	margin: 0 20px;
}
.solution_download ul li img {
	display: block;
	float: left;
	width: 80px;
	height: 100px;
}
.solution_download ul li .text {
	float: right;
	width: 190px;
}
.solution_download ul li .text p {
	font-size: 13px;
	line-height: 23px;
	color: #007dc3;
	font-weight: bold;
}
.solution_download ul li .text a {
	color: #FFF;
	background: #007dc3;
	font-size: 12px;
	display: block;
	width: 100px;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
	text-align: center;
}
/**********服务与支持列表及详情************/
.support_list .left, .support_container .left {
	width: 475px;
}
.support_list .right, .support_container .right {
	width: 500px;
	}
.support_container .right {
	padding-top: 20px;
}
.support_list .right {
	padding-top: 0;
}
.support_list .left h3, .support_list .right h3, .support_container .left h3 {
	text-align: center;
	font-size: 26px;
	color: #1982cb;
	line-height: 64px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.support_list .right h3 {
	text-align: left;
}
.support_container .left h3 {
	text-align: left;
}
.support_list .left p, .support_list .right p, .support_container .left p, .support_container .left ul li {
	color: #595757;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 35px;
	text-align: justify;
}
.support_container .left ul {
	margin-top: -35px;
}
.support_container .left ul li {
	margin-left: 2em;
	margin-bottom: 0;
	list-style: disc;
}
.support_list .left a.xunjia, .support_container .right a.xunjia {
	display: block;
	text-align: center;
	width: 170px;
	height: 60px;
	font-size: 25px;
	font-weight: bold;
	color: #FFF !important;
	background: #5f5c5b;
	margin-top: 20px;
	line-height: 60px;
}
.support_list .left a.xunjia:hover, .support_container .right a.xunjia:hover {
	background: #484645;
}
.support_list .right ul li, .support_container .right ul li ,.support_container .right.w300 ul li{
	width: 450px;
	height: 44px;
	line-height: 44px;
	background: #ddddde;
	margin-bottom: 1px;
	text-align: center;
}
.support_container .right.w300 ul li {
	width: 300px;
}
.support_list .right ul li a, .support_container .right ul li a {
	font-size:18px;
	display: block;
	color: #595757;
	width: 100%;
	height: 44px;
	line-height: 44px;
}
.support_list .right ul li:hover, .support_container .right ul li:hover {
	background: #c7c7c7;
}
/*产品轮播*/
#preview {
	float: none;
	margin: 20px auto;
	text-align: center;
	width: 500px;
}
.jqzoom {
	width: 430px;
	height: 350px;
	position: relative;
	overflow: hidden;
}
.zoomdiv {
	left: 859px;
	height: 400px;
	width: 400px;
}
.list-h li {
	float: left;
}
#spec-n5 {
	width: 430px;
	height: 56px;
	padding-top: 6px;
	overflow: hidden;
}
#spec-left {
	background: url(images/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}
#spec-right {
	background: url(images/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}
#spec-list {
	width: 325px;
	float: left;
	overflow: hidden;
	margin-left: 2px;
	display: inline;
}
#spec-list ul li {
	float: left;
	margin-right: 0px;
	display: inline;
	width: 65px;
}
#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
}
/*jqzoom*/
.jqzoom {
	position: relative;
	padding: 0;
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: url(i/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}
.bigimg {
	width: 800px;
	height: 800px;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #FEDE4F 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}
#spec-list {
	position: relative;
	width: 373px;
	margin-right: 6px;
}
#spec-list div {
	margin-top: 0;
*margin-left:0;
}
.product_img {
	float: left;
	width: 373px;
}
/*头部二级菜单*/
#globallink {
	width: 1000px;
	
	font-size: 14px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: '思源黑体', Arial;
}
#globallink ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#globallink li {
	float: left;
	text-align: center;/*	width: 80px;*/
}
#nav a {
	display: block;
	padding: 3px 30px 0 30px;
	margin: 0px;
}
#globallink a:link, #globallink a:visited {
	text-decoration: none;
}
#globallink a:hover {
	color: #fff;
}
#globallink li.current_page {
	background-image: url(../images/nav_a.png);
	background-repeat: no-repeat;
	font-weight: bold;
}
#globallink li.current_page a {
	color: #4ba7b4;
}
#globallink li.current_page ul li a {
	color: #FFF;
	font-weight: 100;
}
#nav ul li a:hover {
	background-image: url(../images/nav_a.png);
}
#nav ul li ui li a:hover {
	background-image: none;
}
#nav {
	float: left;
	width: 60%;
	height: 35px;
	line-height: 32px;
	margin: 0px;
}
#nav a {
	font-size: 16px;
	display: block;
	height: 71px;
	text-align: center;
}
#nav ul li a {
	font-weight: bold;
}
#nav li {
	float: left;
position:relative;
}
#nav li a:hover {
}
/*#nav li ul {
	display: none;
	position: absolute;
	
}*/
#nav li ul {
	display: none;
position: absolute;
	left: 0;
	top: 75px;
width:100%;
}
#nav li ul li {
	width: 100%;
	clear: both;
	height: 50px;
	line-height: 50px;
}
#nav li ul a {
	/*width: 100%;*/
width:130%;
	height: 46px;
	padding: 0 10px 5px 10px;
	margin-top: 1px;
	text-align: center;
	color: #FFF;
	background: rgba(0,71,116,0.8);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8004774, endColorstr=#C8004774);
	white-space: nowrap;
}
#nav li ul li a {
	font-weight: 100;
	color: #3a9eff;
}
#nav li ul li a:hover {
	color: #FFF;
	background-color: #004774;
	font-weight: bold;
	background-image: none;
}
.top_share {
	float: right;
	width: 138px;
	margin-right: 0;
	margin-top: 26px;
}
/*下载手册样式*/
.pp_download ul {
	float: left;
	width: 840px;
}
.pp_download ul li {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 30px 0 10px;
	list-style: none;
}
.pp_download strong {
	font-size: 20px;
	margin-right: 8px;
}
.pp_download a {
	color: #3e3a39;
	font-size: 16px;
	line-height: 30px;
}
.pp_download ul li a:hover {
	color: #333;
	border-bottom: 1px solid #999;
}
.pics {
	width: 309px;/*	height: 120px;*/
}
.pics img {
	width: 309px;/*	height: 120px;*/
}
.title_news {
	width: 278px;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.title_news_p, .title_news_add {
	width: 278px;
	height: 40px;
	font-size: 12px;
	color: #666;
	margin: 0 10px 10px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #999;
}
.title_news_add {
	margin: 10px;
	border-bottom: none;
	height: 38px;
}
/*新闻轮播开始*/
.main_con {
	width: 1100px;
	margin: 0 auto;
	height: 267px;
	margin-bottom: 40px;
	margin-top: 20px;
}
.scroll_four {
	width: 100%;
	height: 160px
}
.scroll_four .picScroll_four {
	position: relative;
	height: auto;
	padding: 20px 15px 10px 15px;
	margin-bottom: 10px;
	overflow: hidden;
}
.scroll_four .picScroll_four ul {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
.scroll_four .picScroll_four ul li {
	float: left;
	margin-right: 15px;
	width: 309px;
	overflow: hidden;
	display: inline;
	line-height: 35px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.scroll_four .picScroll_four ul li a {
	font-size: 14px;
	color: #333;
	line-height: 20px
}
.scroll_four .picScroll_four ul li a span {
	font-size: 12px;
	color: #666;
	line-height: 18px;
	text-align: left;
}
.scroll_four .picScroll_four ul li a:hover {
	color: #043d6b
}
.scroll_four .picScroll_four .prev {
	position: absolute;
	left: 0px;
	top: 135px;
	display: block;
	width: 13px;
	height: 23px;
	overflow: hidden;
	background: url(../images/left.png) no-repeat left;
	cursor: pointer;
}
.scroll_four .picScroll_four .next {
	position: absolute;
	right: 0px;
	top: 135px;
	display: block;
	width: 13px;
	height: 23px;
	overflow: hidden;
	background: url(../images/right.png) no-repeat right;
	cursor: pointer;
}
/*轮播代码结束*/
.scroll_four .picScroll_four.xiangguanchanpin ul li {
	float: left;
	margin-right: 15px;
	width: 178px;
	/*	height: 170px;*/
	overflow: hidden;
	display: inline;
	line-height: 35px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.scroll_four .picScroll_four.xiangguanchanpin ul li a span {
	margin-bottom: 15px;
}
.scroll_four .picScroll_four.xiangguanchanpin .next {
	top: 108px;
}
.scroll_four .picScroll_four.xiangguanchanpin .prev {
	top: 108px;
}
.title_bot h4 {
	font-size: 20px;
	text-align: center;
	width: 200px;
	line-height: 60px;
	background: #0c40a3;
	color: #FFF;
}
/*网站地图*/
.map {
	padding: 20px 0 0 0;
}
.map ul {
	border-bottom: 1px dashed #999;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.map li {
	font-size: 16px;
	/*height: 40px;*/
	line-height: 40px;
	padding: 0 30px;
}
.map li a {
	color: #0069aa;
}
.map li a:hover {
	text-decoration: underline;
}
.map span a {
	font-size: 16px;
	color: #666;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
}
.map span a:hover, .map p a:hover {
	color: #0069aa;
	text-decoration: underline;
}
.map p a {
	color: #666;
	padding: 0 30px;
}
.map p {
	height: 40px;
	line-height: 40px;
}
.map h2 {
	color: #1982cb;
	font-weight: bolder;
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	padding-left: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #999;
}
span.tag span {
	font-size: 11px;
	vertical-align: top;
	height: 45px;
	line-height: 35px;
}
.fontstyle {
	font-size: 11px;
	vertical-align: top;
	line-height: 22px;
}
.adminfont {
	width: 530px;
	line-height: 30px;
}
.currentbg {
	background: #c7c7c7;
}
.fonttop {
	font-size: 11px;
	vertical-align: top;
	margin: 0 2px;
}
/*联系我们新样式*/
.top_map_text h4 {
 height: 50px;
 line-height: 50px;
}
.top_map_text p {
	height: 40px;
	line-height: 40px;
}
.xunjia_map {
	width: 500px;
}
.top_map {
	width: 100%;
	margin-bottom: 20px;
}
.xunjia_product img {
	width: 100%;
	margin-bottom: 20px;
}
.xunjia_other_menu {
	width: 450px;
	padding: 15px 0 0 0;
}
.top_map_text {
	margin-bottom: 15px;
}
.pp_right .fontstyle {
	line-height: 46px;
}
.product_list .fontstyle {
	line-height: 49px;
}
.adminfont .fontstyle {
	line-height: 22px;
}
.right.xunjia_other {
	width:300px;
	}
.copyright a {
	color:#595757;
	}
	.copyright a:hover {
		text-decoration:underline;
		
	}
	.w300 {
		width:300px;}
		.left.w675 {
			width:675px;
			}
				.right.w300 {
		width:300px;}
#cnzz_stat_icon_1259981008 {
	
	float:right;
	margin-top:-15px;
	}


/********** 解决方案新增 *************/
.custom-five-tab {
	padding-bottom: 20px;
	padding-left: 0px
}
.tabTitle h2 {
	margin-bottom: 0px;
	padding: 30px
}
.five-tab-section {
	background-color: transparent
}
.custom-tabs-group ul {
	margin: 0;
	margin-top: 17px !important;
	overflow: hidden;
	padding: 0px
}
.custom-tabs-group {
	background-color: transparent
}
.custom-tabs-group ul.tabs li {
	float: left;
	width: 25%;
	list-style: none
}
.custom-tabs-group ul.tabs li a {
	background-color: transparent;
	padding: 10px;
	font-size: 16px;
	letter-spacing: .25px;
	line-height: 1.3;
	width: 100%;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #454545;
	transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	border-bottom: solid 3px #3a9eff;
	font-weight: 600;
	height: 75px;
	text-align: left;
box-sizing:border-box;
cursor:pointer;
}
.custom-tabs-group ul.tabs li.active a {
	color: #3a9eff;
	background-color: transparent;
	border-bottom: solid 9px #3a9eff;
	margin-bottom: -6px;
position:relative;
}

.custom-tabs-group ul.tabs li:hover a {
	color: #3a9eff;
	border-bottom: solid 9px #3a9eff
}
.custom-tabs-group #first-tab-group ul {
	padding: 0;
	margin: 0;
	list-style: disc;
	overflow: visible
}
.custom-tabs-group #first-tab-group ul ~ p {
	margin: 0 0 0 1.655em !important
}
.tabgroup {
	padding: 30px 30px 10px 0px;
	border-top: solid 3px #fff;
	margin-top: -3px
}

.tabgroup > div{
display:none;
}

.tabgroup h4 {
	font-size: 16px;
	margin-bottom: 0px
}
.tabgroup p {
	margin-top: 0px
}
.tabgroup .Column {
	float: left;
	width: 48%;
	font-size: 13px
}
.tabgroup .fullWidthColumn {
	width: 100%;
	font-size:0;
}
.tabgroup .Column p {
	font-size: 14px;
	color: #454545;
	font-weight: 100
}
.tabgroup .l {
	margin-right: 2%;
	color: #454545
}
.tabgroup .r {
	margin-left: 2%;
	color: #454545
}
.tabgroup h2 {
	margin-top: 0px;
	line-height: 130%
}
.tabgroup ul {
	padding-left: 15px !important
}
.fullWidthIntro {
	margin-bottom: 30px;
	color: #454545
}
.rowOne {
	margin-bottom: 20px
}
.rowTwo ul {
	margin-top: 0px !important
}

.fullWidthColumn{
font-size:0;
}

.fullWidthColumn > a{
width:150px;
color:#454545;
font-size:14px;
line-height:2;
text-align:center;
display:inline-block;
vertical-align:top;
margin-left:15px;
}

.fullWidthColumn > a:first-child{
margin-left:0;
}

.fullWidthColumn > a .thumbNailImage{
width:150px;
height:150px;
}

.custom-tabs-group #first-tab-group ul {
	padding: 0;
	margin: 0;
	list-style: disc;
	overflow: visible;
}

.custom-tabs-group #first-tab-group ul li{
list-style: disc;
	font-size: 14px;
	line-height: 30px;
}


fullWidthColumn:after,.rowTwo:after{
content:"";
display:block;
width:0;
height:0;
clear:both;
visibility:hidden;
}

.row-fluid {
clear:both;
}

.row-fluid h4{
	font-size: 21px;
	font-weight: 100;
	line-height: 100%;
	margin-bottom: 15px;
margin-block-start: 1.33em;
	margin-block-end: 1.33em;
}

.row-fluid p,.row-fluid li{
	font-weight: 300;
	font-style: normal;
	margin-top: 0px;
	color: #575757;
}

.row-fluid ul{
list-style: disc;
overflow: visible;
padding-inline-start: 40px;
}

.row-fluid li{
list-style: disc;
line-height:30px;
}

.lt{
	line-height: 50px;
	color: #3e3a39;
	font-size: 25px;
	margin-right: 15px;
font-weight: normal;
}

/*********************************************

              20220124修改
						 
*********************************************/
/************* 公共 ************/
.header{
	position: relative;
	background: #fff;
}
	
.right.top_nav_bar{
	display: flex;
		justify-content: flex-end;
		align-items: center;
}	

.right.top_nav_bar > a{
	background:none;
	color: #666;
	display: inline-block;
	width: auto;
	margin-right: 30px;
}

#main_box{
	background: none;
}

.select_box{
	background-image: url(../images/top-arrow-new.png);
	background-position: 35px center;
	color:#666;
	width: 50px;
	text-indent: 0;
}

.right.top_nav_bar .toggle-lang,
.right.top_nav_bar .toggle-lang a{
	color:#666!important;
}

.right.top_nav_bar .toggle-lang a:hover,
.right.top_nav_bar .toggle-lang a.on{
	color: #0078be!important;
}

.nav_bar{
	background: none;
	position: relative;
}

.nav_bar .w1000{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
}

.nav_bar .menu-box{
	width: 670px;
	height: 100%;
}

.nav_bar .main-menu{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nav_bar .main-menu .menu-item{
	position: relative;
	height: 100%;
	margin-left: 50px;
}

.nav_bar .main-menu .menu-item:first-child{
	margin-left: 0;
}

.nav_bar .main-menu .menu-item .main-link{
	color: #333;
	position: relative;
	z-index: 1;
	color: #333;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	height: 100%;
}

.nav_bar .main-menu .menu-item:hover .main-link, 
.nav_bar .main-menu .menu-item.current .main-link{
	color: #0078be;
}

.nav_bar .main-menu .menu-item.current .main-link:after{
	content:"";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #0078be;
}


.nav_bar .main-menu .menu-pro{
	position: static;
}

.nav_bar .main-menu .submenu-big{
	position: absolute;
	z-index: 0;
	left: 0;
	top:74px;
	width: 100%;
	height: auto;
	background: #fff;
	border-top: 1px #dcdcdc solid;
	padding: 40px 0;
	background: #fff;
	display: none;
}

.nav_bar .main-menu .submenu-big .submenu-big-content{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	height: auto;
}

.nav_bar .main-menu .submenu-big .content-item{
	width: 315px;
}

.nav_bar .main-menu .submenu-big .content-item.fixit{
	height: 0;
	margin: 0;
	padding: 0;
	box-shadow: none;
	visibility: hidden;
}

.nav_bar .main-menu .submenu-big .img-box{
	width: 100%;
	height: 190px;
	font-size: 0;
}

.nav_bar .main-menu .submenu-big .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nav_bar .main-menu .submenu-big .subsmenu-box{
	border-top: 4px #007abe solid;
	padding: 30px 0 0 0;
	text-align: center;
}

.nav_bar .main-menu .submenu-big .subsmenu-box .bt{
	color: #666;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 25px;
}

.nav_bar .main-menu .submenu-big .subsmenu-box .bc-item{
	font-size: 0;
	margin-bottom: 20px;
}

.nav_bar .main-menu .submenu-big .subsmenu-box .bc-item:last-child{
	margin-bottom: 0;
}

.nav_bar .main-menu .submenu-big .subsmenu-box .bc-item .link{
	color: #666;
	font-size: 16px;
	line-height: 1;
}

.nav_bar .main-menu .submenu-big .subsmenu-box .bc-item .link:hover{
	 text-decoration: underline;
	 color: #0078be;
}


.nav_bar .main-menu .submenu-normal{
	position: absolute;
	left: 0;
	top: 75px;
	background: #fff;
	width: auto;
	display: none;
}

.nav_bar .main-menu .submenu-normal .submenu-item{
	border-bottom: 1px #dcdcdc solid;
}

.nav_bar .main-menu .submenu-normal .submenu-item:last-child{
	border-bottom: none;
}

.nav_bar .main-menu .submenu-normal .submenu-item .sub-link{
	color: #666;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 20px;
	white-space: nowrap;
	display: inline-block;
}

.nav_bar .main-menu .submenu-normal .submenu-item .sub-link:hover{
	text-decoration: underline;
	color: #0078be;
}

.nav_bar .main-menu .menu-item:hover .submenu-big,
.nav_bar .main-menu .menu-item:hover .submenu-normal{
	display: block;
}


.top_erweima span {
	color: #333!important;
}

/************ 产品列表 *************/
.inner-shaixuan{
	background: #0078be;
	padding: 20px 0;
}

.inner-shaixuan .select-box{
	margin-bottom: 5px;
}

.inner-shaixuan .select-box .fs-wrap{
	width: 365px;
	height: 40px;
	border-radius: 40px;
	box-shadow: 3px 3px 9px rgba(1,35,55,.65) inset;
	background: #fff;
}

.inner-shaixuan .select-box .fs-label-wrap{
	background: none;
	border: none;
	height: 100%;
}

.inner-shaixuan .select-box .fs-label-wrap .fs-label{
	display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 100%;
		padding: 0 50px 0 35px;
		color: #007abe;
		font-size: 14px;
}

.inner-shaixuan .select-box .fs-arrow{
	right: 16px;
	border-top-color: #007abe;
	border-top-width: 7px;
	border-left-width: 7px;
	border-right-width: 7px;
}

.inner-shaixuan .select-box .fs-dropdown{
	border: none;
	border-radius: 5px;
	width: 335px;
	margin-left: 15px;
	box-shadow: 12px 12px 16px rgba(1,1,1,.18);
}

.inner-shaixuan .select-box .fs-option, 
.inner-shaixuan .select-box .fs-search, 
.inner-shaixuan .select-box .fs-optgroup-label{
	border: none;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

.inner-shaixuan .select-box .fs-option:hover{
	background: #007abe;
	color: #fff;
}

.inner-shaixuan .select-box .fs-dropdown .fs-options{
	max-height: 250px;
}

.inner-shaixuan .tag-box{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	flex-wrap: wrap;
}

.inner-shaixuan .tag-box .tag-item{
	color: #333;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	padding: 0 20px;
	border-radius: 40px;
	background: #fff;
	margin-right: 18px;
	margin-top: 20px;
}

.inner-shaixuan .tag-box .tag-item.on,
.inner-shaixuan .tag-box .tag-item:hover{
	color: #0078be;
	font-weight: bold;
}

.list_container{
	background: #efeff0;
}

.product_list ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
}

.product_list ul li{
	height: auto;
	margin-bottom: 50px;
	border: none;
}

.product_list ul li h4 a{
	background: #0078be;
	color: #fff;
}

.product_list ul li h4 a:hover{
	background: #0874b1;
}

.product_list ul li .info{
	color: #666;
	font-size: 14px;
	line-height: 2;
	height: 94px;
	overflow: hidden;
	margin-bottom: 30px;
}

.product_list ul li .more{
	text-align: right;
}

.product_list ul li .more a{
	background: #0078be;
	color: #fff;
	position: static;
	display: inline-block;
	text-align: center;
	width:100px;
	height: auto;
	line-height: 34px;
	font-size: 14px;
}

.product_list ul li .more a:hover{
	background: #0874b1;
}

/*************** 解决方案列表 ***************/
.solution_list .solu-box{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.solution_list .solu-box .box-item{
	margin: 0 0 60px 0;
	width:calc(100%/3);
	height: auto;
		border: none;
		padding: 0 30px;
}

.solution_list .solu-box .box-item.fixit{
	height: 0;
	border:none;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

.solution_list .solu-box .box-item .img-box{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	font-size: 0;
	margin: 0 auto 30px auto;
	overflow: hidden;
}

.solution_list .solu-box .box-item .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solution_list .solu-box .box-item .title{
	color: #333;
	font-size: 24px;
	line-height: 1;
	text-align: center;
}

.solution_list .solu-box .box-item .info{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	height: 90px;
	overflow:hidden;
	margin:20px 0 30px 0;
}

.solution_list .solu-box .box-item .more{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 118px;
	height: 42px;
	border-radius: 5px;
	background:#007abe;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
}


.solution_list_xunjia{
	margin-bottom: 60px;
}

.solution_list .solu-box .box-item:hover .title{
	color: #007abe;
}

.solution_list .solu-box .box-item:hover .more{
	background: #0874b1;
}

/****************** 产品详情 *******************/
.product_container{
	padding-top: 60px;
}

.pp_show{
	padding-top: 0;
	margin-bottom: 40px;
}


.pp_show:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pp_left{
	width: 400px;
}

.pp-img-big{
	width: 380px;
	height: 380px;
	background-size: cover;
}

.pp-img-big .pro-video{
	width:100%;
	height: 100%;
	background-size: cover;
}

.pp-img-big .pro-video video{
	display: none;
}

.pp-img-big.isvideo .pro-video{
	background: none!important;
}

.pp-img-big .pro-video video{
	display: none;
}

.pp-img-big.isvideo .pro-video video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}




.qiehuan ul li,
.qiehuan ul li:hover{
	width:68px;
	height:68px;
	position: relative;
}


.qiehuan ul li:nth-child(5n){
	margin-right: 0;
}

.qiehuan ul li img,
.qiehuan ul li:hover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
}

.qiehuan ul li:first-child:before{
	content: "";
	position: absolute;
	left: 0;
	top:0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.17);
}

.qiehuan ul li:first-child:after{
	content: "";
	position: absolute;
	left: 50%;
	top:50%;
	z-index: 2;
	width: 26px;
	height: 26px;
	margin-left: -13px;
	margin-top: -13px;
	background: url(../images/product-detail-video-play-button.png) no-repeat center center;
	background-size: 100%  auto
}

.pp_download{
	float: none;
}

.pp_download ul{
	width: 100%;
}

.pp-news{
	padding: 50px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.pp-news .news-item{
	width: 494px;
	margin-bottom: 20px;
}

.pp-news .news-item .video-box{
	position: relative;
	width: 100%;
	height: 247px;
}

.pp-news .news-item .video-box .video-cover{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.pp-news .news-item .video-box .video-cover:before{
	content:"";
	position: absolute;
	left: 0;
	top:0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.34);
}

.pp-news .news-item .video-box .video-cover .icon{
	position: absolute;
	left:50%;
	top:50%;
	z-index: 1;
	width: 50px;
	height: 50px;
	font-size: 0;
	margin-left: -25px;
	margin-top: -25px;
}

.pp-news .news-item .video-box .video-cover .icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pp-news .news-item .video-box video{
	width: 100%;
	height:100%;
	object-fit: contain;
}

.pp-news .news-item .text-box{
	padding: 25px 0 0 0;
}

.pp-news .news-item .text-box .title{
	color: #333;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
}

.pp-news .news-item .text-box .info{
	color: #727171;
	font-size: 14px;
	line-height: 24px;
}


/************ 相关滚动 ****************/
.scroll_four{
	padding: 20px 15px 10px 15px;	
}

.scroll_four .picScroll_four{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 15px;
}

.scroll_four .picScroll_four.xiangguanchanpin ul li{
	margin-right: 11px;
}

/**************************************

               20220308
							
***************************************/
/********** 网络研讨会 *********/
.yantaohui{
	padding: 50px 0;
}

.yantaohui .yantaohui-list{
	
}

.yantaohui .yantaohui-list .content{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
}

.yantaohui .yantaohui-list .list-item{
	width: 328px;
	margin-bottom: 40px;
}

.yantaohui .yantaohui-list .list-item .video-box{
	position: relative;
	width: 100%;
	height: 247px;
}

.yantaohui .yantaohui-list .list-item .video-box .video-cover{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.yantaohui .yantaohui-list .list-item .video-box .video-cover:before{
	content:"";
	position: absolute;
	left: 0;
	top:0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.34);
}

.yantaohui .yantaohui-list .list-item .video-box .video-cover .icon{
	position: absolute;
	left:50%;
	top:50%;
	z-index: 1;
	width: 50px;
	height: 50px;
	font-size: 0;
	margin-left: -25px;
	margin-top: -25px;
}

.yantaohui .yantaohui-list .list-item .video-box .video-cover .icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.yantaohui .yantaohui-list .list-item .video-box video{
	width: 100%;
	height:100%;
	object-fit: contain;
}

.yantaohui .yantaohui-list .list-item .text-box{
	padding: 15px 0 0 0;
}

.yantaohui .yantaohui-list .list-item .text-box .title{
	color: #333;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 5px;
}

.yantaohui .yantaohui-list .list-item .text-box .info{
	color: #727171;
	font-size: 14px;
	line-height: 36px;
	max-height: 72px;
	overflow: hidden;
}

.yantaohui .yantaohui-list .list-item:hover .text-box .title{
	color: #0078be;
}

/***************** 20220525 *****************/
.header > .w1000{position:relative;z-index:1;}
.header .select_box .son_ul{background:#fff;}

/***************** 20230306 *****************/
.nav_bar .main-menu{justify-content: space-between;}
.nav_bar .main-menu .menu-item{margin-left:30px;}

/***************** 20231205 *****************/
.pr{
	padding-top: 20px;
	padding-bottom: 30px;
	background: #efeff0;
}
.pr-box{
	display: flex;
	justify-content: center;
	padding-top: 10px;
}
.pr-l{
	width: 204px;
}
.pr-l-h3{
	padding: 10px 20px;
	background: #0c40a3;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.pr-l-ul li{
	margin-bottom: 1px;
}
.pr-l-ul li:last-child{
	margin-bottom: 0px;
}
.pr-l-ul li a{
	display: block;
	padding: 10px 20px;
	background: #dddddf;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.pr-l-ul li.current a,
.pr-l-ul li a:hover{
	color: #007abe;
}
.pr-r{
	width: calc(100% - 204px);
}
.pr-r-box{
	padding-left: 40px;
}
.pr-r-h2{
 font-size: 24px;
 color: #004774;
 font-weight: bold;
 margin-bottom: 20px;
}
.pr-r-h4{
	font-size: 16px;
	color: #333333;
	margin-bottom: 15px;
}
.pr-r-p{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.pr-r-but{
	margin: 40px 0;
}
.pr-r-but a{
	font-size: 16px;
	color: #ffffff;
	padding: 10px 40px;
	background: #0c40a3;
}
.pr-r-span{
 font-size: 16px;
 color: #333333;
 line-height: 30px;
}
.pr-r-span span{
	display: block;
	color: #666666;
}
.pr_download{
 padding-top: 25px;
}
.pr_download h4{
font-size: 18px;
color: #333333;
font-weight: bold;
margin-bottom: 10px;
}
.pr_download ul{
	margin-bottom: 30px;
} 
.pr_download ul li a{
 font-size: 16px;
 color: #666666;
 line-height: 30px;
}
.pr-r-span strong,
.pr_download ul li a strong{
	 font-size: 20px;
}
.pr_download ul li a:hover
/*.pr_download ul li .filedown*/
{
	color: #007abe;
 }
.pr_download-box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pr_download-img{
	width: calc(33.33% - 10px);
	background: #ffffff;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
  padding-bottom: 70px;
	position: relative;
}
.pr_download-img:nth-child(3n){
	margin-right: 0px;
}
.pr_download-img img{
	width: 100%;
	height: auto;
}
.pr_download-img span{
	position: absolute;
	bottom: 15px;
	left: 10px;
	right: 10px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 20px;
	 display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.pr-list{
  padding-top: 60px;
	background: #e0e0e0;
}
.pr-list .main_con{
	width:100%;
	height:260px;
	margin-bottom:10px;
}
.pr-list .scroll_four{
	border: 10px solid #CCC;
	height: 230px; 
	background-color:#FFF;
}
.pr-list .tempWrap{
	overflow:hidden; 
	position:relative; 
	width:945px
}
.pr-list ul{
	height: 204px; 
	width: 945px; 
	left: 0px; 
	position: relative; 
	overflow: hidden; 
	padding: 0px; 
	margin: 0px;
}
.pr-list ul li{
	float: left; 
	width: 176px;
}
.pr_video{
	padding: 45px 0px;
}
.pr_video .news-item{
 width: 370px;
}
.picScroll_product ul{
  height: auto !important;
}
.picScroll_product ul li a  .pro_img{
	border: 10px solid #cccccc;
}
.picScroll_product ul li img{
  width: 100%;
  height: auto;
  margin: 0;
} 

.pls-nav-tag-text{
	box-sizing: border-box;
    padding: 0 7px;
    height: 12px;
    background: #fff;
    border: 1px solid #f64041;
    box-shadow: 2px 2px 4px 0 rgba(55, 99, 170, .31);
    background: #fff;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    position: relative;
    top: -1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f64041;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    right: -25px;
    top: 12px;
    margin-left: 0;
	animation: zoom 1s infinite  linear;
}
@keyframes zoom {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.2)
	}

	100% {
		transform: scale(1)
	}
}