@charset "utf-8";
/*
Theme Name: 晶诺威
Author: 拇指联盟
Author URI: http://www.muzhilianmeng.com   
Description: 拇指联盟WordPress企业网站建设，官方网站：www.muzhilianmeng.com
Version: 2019.10.23.14.29
Text Domain: xs
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, figure {
	border: 0;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
body {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
	background-color: #ffffff;
	overflow-x: hidden;
	width: 100%;
}
ul, li, ol {
	list-style: none;
	background: transparent;
	margin-bottom: 0;
}
b, strong {
	font-weight: bold;
}
a{
	text-decoration: none;
	color: #0a0a0a;
}
a:focus {
	text-decoration: none;
	color: #4696f5;
}
a:hover {
	color: #4696f5;
	text-decoration: none;
}
a, button, input {
	outline: none;
}
select.search-select, option {
	border: none;
	outline: none;
}
img {
	max-width: 100%;
	/* width: 100%; */
	height: auto;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
	border: 0;
}
textarea {
	resize: vertical;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: relative;
}
#header .top-header {
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-bottom: solid 1px #e5e5e5;
}
.top-header .pull-left {
	color: #999999;
	font-size: 13px;
}
.top-header .pull-right a {
	padding: 0 10px;
	margin-left: 10px;
	color: #999999;
}
.top-header .pull-right a i {
	margin-right: 5px;
}
.btm-header {
	height: 95px;/* height: 141px;
  width: 100%;
  height: 120px;
  background: url(images/logo_bg.jpg) no-repeat center top; */
}
.header-logo {
/* display: table; */
  /* float: left; */
  /* margin-top: 12px; */
}
.header-left {
	float: left;
}
.header-logo h1 {
	text-indent: -999999px;
	height: 0;
	width: 0;
}
.logo-url {
	line-height: 95px;
	display: block;
	margin-right: 10px;
}
.logo-url img {
	vertical-align: middle;
	width: auto;
	display: inline-block;
	max-height: 50px;/* max-height: 141px; */
}
/*
.header-menu{
	background: #1d2d97;	
}
.header-menu>ul>li{
	float:left;
	position:relative;
	height: 60px;
    line-height: 60px;
	width:10%;
	text-align:center;
}
.header-menu>ul>li.current-menu-item>a{
    color: #fff;
    background: #1d2d97;
    -moz-box-shadow: 0px 2px 5px #333333;
    -webkit-box-shadow: 0px 2px 5px #333333;
    box-shadow: 0px 2px 5px #333333;
	z-index:99;
}
.header-menu>ul>li>a{
    display:block;
    font-size: 16px;
    position: relative;
    color: #fff;
}
.header-menu>ul>li:hover>a{
	background-color:#2c76cc;
	color:#fff;
}*/

.header-menu {
	float: right;
	margin-top: 50px;
}
.header-menu > ul > li {
	float: left;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.header-menu > ul > li.current-menu-item > a {
	color: #000;
	z-index: 99;
}
.header-menu > ul > li > a {
	display: block;
	font-size: 20px;
	position: relative;
	color: #000;
	padding: 0px 25px;
	line-height: 40px;
}
@media (max-width:1600px){
	.header-menu > ul > li > a {
		padding: 0px 10px;
	}
}
.header-menu > ul > li > a span {
	padding-left: 5px;
}
.header-menu > ul > li:hover > a span {
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	/*兼容IE*/
	filter: FlipV;
}
.header-menu > ul > li:hover  {
	background: none;
}
.header-menu > ul > li:hover > a {
	color: #1d2d97;
}
#slider {
	clear: both;
	position: relative;
}
#slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 0px;
}
.top-images {
	transition: transform 0.6s ease 0s;
	/* position: absolute; */
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	background-size: cover;
	z-index: -1;
}
.bannerfont {
	width: 100%;
	height: 100px;
	background-color: #595959;
	text-align: center;
	color: #FFF;
}
.bannerfontleft {
	float: left;
	padding-top: 25px;
	padding-left: 25%;
	text-align: left;
	font-size: 24px;
	width: 60%;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bannerfontright {
	float: left;
	width: 20%;
	padding-top: 40px;
}
#slider:hover .top-images {
	transform: scale(1.01, 1.01);
}
.section-head {
	text-align: center;
}
.section-head h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 27px;
	font-weight: bold;
	position: relative;
	/* padding-bottom: 15px; */
}
.section-head .bar {
	width: 50px;
	height: 4px;
	background: #4696f5;
	margin: auto;
	border-radius: 2px;
}

.section-more .more {
	color: #666;
	border: solid 1px #dedede;
	display: block;
	padding: 5px 10px;
	width: 80px;
	margin: auto;
}
.section-more .more1 {
	color: #666;
	border: solid 1px #dedede;
	display: flex;
	padding: 5px 10px;
	width: 80px;
	margin: auto;
}
.section-more a.more:hover {
	background: #1d2d97;
	color: #fff;
	border: solid 1px #1d2d97;
}
.section-more a.more1:hover {
	background: #1d2d97;
	color: #fff;
	border: solid 1px #1d2d97;
}
.section-more .gongsi-more {
	color: #666;
	border: solid 1px #333;
	display: block;
	padding: 5px 10px;
	width: 80px;
	/* margin: auto; */
}
.section-more a.gongsi-more:hover {
	background: #1d2d97;
	color: #fff;
	border: solid 1px #1d2d97;
}
.pro-cat .proli {
	width: 100%;
	border: solid 1px #e5e5e5;
	padding: 20px;
}
.pro-cat .proli h3 {
	background: #fff;
	position: relative;
	font-size: 18px;
	border-top: none;
}
.pro-cat .proli ul {
	overflow: hidden;
}
.proli ul li {
	margin-right: 15px;
	float: left;
	margin-top: 20px;
}
.proli ul li a:hover {
	color: #1d2d97;
}
.pro-con div a {
	display: block;
	position: relative;
}
.pro-con p {
	padding: 10px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-con li .pro-content a img {
	width: 100%;
	/* height: 400px; */
}
.pro-con li a .pro-title {
	text-align: center;
	overflow: hidden;
	text-align: center;
	transition: all 0.5s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: #fff;
	line-height: 200px;
	font-size: 30px;
}
.pro-con li a:hover .pro-title {
	background: #1284da;
	opacity:0.5;
}
/*
.pro-con li {
  margin-bottom: 20px;
}

.pro-con li a {
  padding: 10px;
  display: block;
  text-align: center;
}

*/

.pro_l {
	overflow: hidden;
}
.pro_ltit {
	background: #fff;
	position: relative;
	word-break: break-word;
	font-size: 16px;
	display: flex;
	align-items: center;
	align-content: space-around;
	border: 1px #ddd solid;
	border-top: none;
	padding: 8px 0;
}
.pro_ltit.top {
	background: #1d2d97;
	color: #fff;
	padding: 6px 0;
	border: 1px #1d2d97 solid;
}
.pro_ltit span {
	float: left;
	width: 16%;
	text-align: center;
	word-break: break-word;
}
.pro_ltit .p7 {
	float: left;
	width: 16%;
	text-align: center;
}
.pro_ltit span.p2 img {
	height: 60px;
}
.pro_ltit span.p2 {
	width: 13%;
}
.pltable, .pltable * {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-family: Arial, 宋体, Helvetica, sans-serif;
}
.pltable {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.pltable-tr.top {
	background: #4795f7;
	color: #fff;
	/*  padding: 6px 0;
	border: 1px #1d2d97 solid;*/
	height: 50px;
}
.pltable-tr {
	display: table-row;
	height: 30px;
	border-bottom: 1px solid #999999;
}
/*.pltable-tr:nth-child(2n){
	background:#F9F9F9;
}*/
.pltable-tr:hover{
	background:#ededed;
}

.pltable-tr .pltable-td:nth-child(){
	background:#FFFFFF;
}
.pltable-th {
	display: table-cell;
	font-weight: bold;
	height: 100%;
	width: 12%;
	border: 1px solid #ffffff;
	text-align: center;
	vertical-align: middle;
	word-break: break-word;
}
.pltable-td {
	display: table-cell;
	height: 100%;
	width: 12%;

	text-align: center;
	vertical-align: middle;
	word-break: break-word;
}
.sms a .pdf{
	content: '';
	background-size: 100% 100%;
	background: url(images/pdf.png) no-repeat center center;
	position: relative;
	width: 78px;
	height: 43px;
	z-index: 0;
}

@media (max-width: 768px) {
.pltable-td {
	width: 25%;
	height: auto;
	text-align: center;
}
.yc {
	display: none;
	overflow: hidden;
}
.pro_ltit .p4, .pro_ltit .p7 {
	display: none;
}
.pltable-td img {
/*	height: 48px; */
}
}
.pro_ldes {
	width: 100%;
	padding: 50px 80px;
	line-height: 2;
	overflow: hidden;
	background: #f5f5f5;
	color: #454545;
	text-align: center;
}
.pro_ldes .box1 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}
.pro_ldes .box2 {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.pro_ltit .more {
	font-size: 18px;
	border: 1px solid;
	border-radius: 50%;
	background: #1d2d97;
	width: 27px;
	height: 27px;
	line-height: 27px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-family: serif;
	cursor: pointer;
}
.pro_ltit .more:before {
	content: "+";
}
.pro_ltit.active .more:before {
	content: "-";
}
.youshi-bg {
	/* background: url(images/bg.jpg) center center no-repeat; */
	/* padding-bottom: 80px; */
	overflow: hidden;
}
.youshi-main {
background: #F5F5F5;
}
.youshi-main h3 a {
	color: #1d2d97;
	font-size: 22px;
	display: block;
	font-weight: bold;
}
.youshi-main p {
	/* border-top: solid 1px #dedede; */
	color: #666666;
	line-height: 30px;
	padding-top: 6px;
}
.youshi-con {
	line-height: 2;
	font-size: 15px;
	color: #5a5a5a;
	margin-bottom: 30px;
	padding-top: 30px;
	word-wrap: break-word;
}
.news-img {
	border: 1px #ddd solid;
	padding: 10px;
	text-align: center;
	margin: 30px;
}
.news-img a {
	display: inline-block;
	max-width: 100%;
}
.news-img p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}
.news-con ul {
	overflow: hidden;
}
.news-con ul li a {
	display: block;
	/* border-bottom: solid 1px #dedede; */
	overflow: hidden;
	padding-right: 0px;
}
 @media(min-width: 767px) {
.news-con ul li .dash {
	height: 90px;
	padding-bottom: 10px;
}
}
.news-con ul li .time {
	width: 200px;
	height: 85px;
	text-align: center;
	float: left;
	margin-right: 12px;
	padding: 0 10px;

}
.news-con ul li .time .day {
	color: #888;
	margin-top: 15px;
	font-size: 40px;
}
.news-con ul li .time .yearmonth {
	color: #888;
	margin-top: 2px;
	font-size: 12px;
}
.news-con ul li .time img {
	width: 100%;
}
.news-con ul li {
	width:90%;
	float:left;
	list-style:none;
/* 	white-space:nowrap; */
	margin:10px;
}

.news-con ul li a .hi3 {
	float: left;
/* 	max-width: 95%; */
	overflow: hidden;
/* 	white-space: nowrap; */
/* 	text-overflow: ellipsis; */
	color: #888;
	font-size: 14px;
}
.news-con ul li a .title {
	float: left;
	max-width: 95%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: black;
	font-weight: bold;
}
.news-con ul li:hover a .title {
	color: #4696f5;
}


.news-con ul li p {
	line-height: 30px;
	overflow: hidden;
	color: black;
	font-size: 14px;
}
.news-con ul li a span {
	float: right;
	color: #888;
	font-size: 12px;
}
#gallery-1 img {
	padding: 10px;
	border: none !important;
}
.entry-des p {
	margin-bottom: 10px;
}
.case {
	background: #f5f5f5;
}
.case-con {
	position: relative;
}
.case-con1 {
	/* position: relative; */
}
.case-con div a {
	display: block;
	position: relative;
}
.case-con1 div a {
	display: block;
	position: relative;
}
.case-con p {
	padding: 10px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case-con1 p {
	padding: 10px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case-con li .case-content a img {
	width: 100%;
}
.case-con1 li .case-content1 a img {
	width: 100%;
}
.case-con1 li .case-content1 {
	width: 100%;
	float: left;
}
.case-con li a .case-title {
	margin-top: 5px;
	text-align: center;
	/* height: 20px; */
	line-height: 20px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	transition: all 0.5s;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	line-height: 40px;
}
.case-con1 li a .case-title1 {
	margin-top: 5px;
	text-align: center;
	/* height: 20px; */
	line-height: 20px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	transition: all 0.5s;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	line-height: 40px;
}
.case-con li a:hover .case-title {
	background: #1d2d97;
}
.case-con1 li a:hover .case-title1 {
	background: #1d2d97;
}
/* 底部样式 */

#footer {
	border-top: 1px solid #131313;
	color: #666;
	background: #393939;
	float: left;
	width: 100%;
}
#footer {
	color: #666;
	background: #393939;
}
#footer h3 {
	font-size: 18px;
	color: #fff;
	margin: 0 0 15px;
}
#footer ul li a {
	color: #a19fa0;
	display: block;
	line-height: 2;
}
#footer ul li a:hover {
	color: #fff;
}
#footer .copyr {
	border-top: 10px solid #2e2e2e;
	background: #222222;
}
#footer p a {
	color: #ffffff;
}
.friend-link span {
	margin-right: 16px;
}
.friend-link a {
	font-size: 12px;
	line-height: 18px;
	margin-right: 16px;
	margin-bottom: 10px;
	display: inline-block;
}
.friend-link a:hover {
	color: #fff;
}
.link {
	overflow: hidden;
}
.link h2 {
	font-size: 20px;
	color: #1d2d97;
	margin-bottom: 15px;
	font-weight: bold;
}
.link ul li {
	float: left;
	margin: 0 10px 10px 0;
}
#footer .copyr p {
	text-align: center;
}
#footer .tel {
	color: #a19fa0;
	line-height: 2;
}
#footer .tel p strong {
	font-size: 22px;
	color: #fff;
}
@media(max-width:768px){
	.hidden-xs0{
		display: none;
	}
}
.sidebar {
	padding: 0 15px 0 0;
}
.sidebar aside {
	margin-bottom: 30px;
}
.sidebar aside:last-child {
	margin-bottom: 0;
}
.sidebar h3.widget-title {
	/* background: #1d2d97; */
	color: black;
	font-size: 16px;
	/* text-align: center; */
	padding: 10px 0 10px 0px;
	font-family:"宋体";
	font-weight: bold;
}
.sidebar h3.widget-title1{
	background: #1284DA;
	color: #F0F0F0;
	font-size: 16px;
	text-align: center;
	padding: 10px 0 10px 0px;
	font-family:"宋体";
	font-weight: bold;
}
.sidebar h3.widget-title2{
	background: #4795f7;
	color: #ffffff;
	font-size: 20px;
	/* text-align: center; */
	padding: 20px 0px 20px 15px;
	font-family:"宋体";
	font-weight: bold;

}
.sidebar ul.menu li {
	display: block;
	background: #f0f0f0;
	padding: 15px 0 15px 20px;
	color: #666;
	margin-bottom: 5px;
}
.sidebar ul.menu li.current-menu-item a {
	font-weight: 700;
}
.widget_recent_entries ul {
}
.widget_recent_entries ul li {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;

	border-bottom: 2px solid #d3d3d3;
	padding-left: 15px;
}
.widget_recent_entries ul li a {
	height: 20px;
	line-height: 20px;
	display: block;
	overflow: hidden;
	font-weight: bold;
	color: black;
}
.widget_recent_entries ul li a:hover{
	color:#4795f7;
}

.widget_recent_entries ul li a:after{
	display: inline-block;
	vertical-align: 0px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	margin-right: 10px;
	content: ">";
	float: right;
	/* padding-top: 20px; */
	background-size: 100% 100%;
}
.widget_recent_entries1 ul {
}
.widget_recent_entries1 ul li {
	/* text-align: center; */
	border-bottom: 1px solid #DDDDDD;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	/* background-color: #f0f0f0; */
	margin-bottom: 2px;
}
.widget_recent_entries1 ul li a {
	height: 20px;
	line-height: 20px;
	display: block;
	overflow: hidden;
	color: black;
	font-family: "宋体";
/*	text-overflow:ellipsis; */
}
.widget_recent_entries1 ul li a:hover {
	color: #1D2D97;
}
.widget_recent_entries1 ul li a:before {
	display: inline-block;
	vertical-align: 0px;
	/*  width: 10px;
  height: 10px;
  background: url(images/list.png); 
  border-radius: 50%;
  -webkit-border-radius: 50%;*/
/*  margin-right: 10px;*/
	content: "";
}
.widget_recent_entries1 ul li a:after{
	display: inline-block;
	vertical-align: 0px;
	width: 10px;
	height: 10px;
	/* background: url(images/list.png); */
	border-radius: 50%;
	-webkit-border-radius: 50%;*/
	margin-right: 10px;
	content: ">";
	float: right;
}
.widget_recent_entries2 ul {
	background-color: #f8fafd;
}
.widget_recent_entries2 ul li {
	text-align: left;
	padding-top: 10px;
/*	padding-bottom: 5px;*/
	position: relative;
	/*	background-color:#f0f0f0; */
	margin-bottom: 2px;
	padding-left: 5px;
	text-overflow:ellipsis;
	overflow: hidden;
}
.widget_recent_entries2 ul li a {
/*	height: 20px; */
	line-height: 20px;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	font-family: "宋体";
	color:black;
}
.widget_recent_entries2 ul li a:hover{
	color: #1D2D97;
}
.widget_recent_entries2 ul li nobr{
	overflow: hidden;
	text-overflow:ellipsis;
}
.widget_recent_entries2 ul li a:before {
	display: inline-block;
	vertical-align: 0px;
	width: 5px;
	height: 5px;
	background: #1D2D97;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-right: 10px;
	content: "";
*/
}
.entry-meta {
	overflow: hidden;
	padding: 20px;
	text-align:center;
  /*background: #f1eff0;*/
}
.entry-meta .zuozhe{
	width:100%;
	text-align:center;
	padding-left:23%;
	padding-bottom:10px;
}
.entry-meta .zuozhe div{
	width:23%;
	float:left;
}
@media (max-width: 1200px) {
	.entry-meta .zuozhe{
		text-align:center;
		padding-left:0;
		padding-bottom:10px;
	}
	.entry-meta .zuozhe div{
		width:100%;
		padding-bottom:10px;
	}
}
.entry-meta h1 {
	font-size: 24px;
	color: #4696f5;
}
.entry-meta p {
	clear: both;
	color: #999999;
	margin-top: 15px;
}
.crumbs {
	float: right;
}
.crumbs a, .crumbs {
	color: #999999;
}
.cp-child {
	overflow: hidden;
}
.cp-child li {
	float: left;
	margin: 0 10px 10px 0;
}
.cp-child li a {
	padding: 8px 15px;
	border: 1px solid #dcdcdc;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	display: inline-block;
}
.cp-child li a:hover {
	background: #1d2d97;
	color: #fff;
	border: 1px solid #1d2d97;
}
.product-list h2 {
	font-size: 21px;
	margin: 20px 0;
	font-weight: bold;
}
.content-list li {
	/* padding: 20px; */
	margin-bottom: 30px;
	/* border: 1px dotted #ddd; */
	background: #fff;
}
.content-list li:last-child {
	margin-bottom: 0;
}
.content-list li .news_box {
	overflow: hidden;
	background: #ffff;
	margin-bottom: 22px;
	border-bottom: 1px #ddd solid;
	padding-bottom: 30px;
	height: 100%;
}
.content-list li .news_box .img_box {
	width: 40%;
	float: left;
}
.content-list li .news_box .con_box {
	color: #828282;
	display: inline-block;
	width: 60%;
	vertical-align: middle;
	padding-left: 20px;
}
.content-list li .news_box .con_box h2 a {
	display: inline-block;
	font-size: 18px;
	float: left;
	color: #111;
}
.content-list li:hover .news_box .con_box h2 a {
	color: #1d2d97;
}
.content-list li .news_box .con_box h2 {
	margin-bottom: 15px;
	overflow: hidden;
	line-height: 1.42;
}
.content-list li .news_box .con_box span {
	float: right;
}
.content-list li .news_box .con_box p {
	color: #999999;
}
.tech-list li {
	/* padding: 20px; */
  /* border: 1px dotted #ddd; */
	background: #fff;
	padding: 0px 0px;
	margin-bottom: 20px;
}
.tech-list .blue {
	/* padding: 20px; */
  /* border: 1px dotted #ddd; */
	background: #ffffff;
	/* padding: 20px 36px; */
	 border-bottom: 1px #ddd solid; 
	padding-top:20px;
	padding-left:10px;
	height: 200px;
}
.tech-list li i {
	display: inline-block;
	color: #1d2d97;
	margin-right: 12px;
	background: url(images/book.png);
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.tech-list li img{
	float: left;
    width: 220px;
	height: 150px;
}

.tech-list li a img{
	width: 110px;
	height: 35px;
}

.tech-list li .h2div .title_a {
	color: #1d377d;
/*	display: inline-block;*/
	vertical-align: middle;
	margin: 0 30px;
    width: 70%;
    float: left;
	font-size: 18px;
	font-weight: bold;
}
.hidden-xs1 {
	text-align: left;
	float: left;
	margin: 10px 30px;
	width: 50%;
	margin-bottom: 15px;
}

.tech-list li .h2div a:hover{
	color: #1284DA;
}
.tech-list li .h2div span {
	/* float: right; */
	color: #999999;
}
@media (max-width: 1200px) {
	 .tech-list li .h2div span{
		 display:none;
	 }
}

.hidden-xs2 {
	width: 12%;
	text-align: right;
}
.hidden-xs3{
	width: 78%;
	text-align: left;
	float: left;
	margin: 0px 30px;
	width: 70%;
	/* margin-bottom: 5px; */
	margin-top: 0px;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: "宋体";
	line-height: 23px;
}
.hidden-xs4 {
	float: left;
	width: 72%;
	text-align: left;
	margin-left: 30px;
}
.hidden-xs4 a{
	text-align: right;
	color: #ffffff;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	font-family: "宋体";
	padding: 10px 25px;
}

.entry-content p {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.75;
}
.entry-content p strong {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.75;
}
.entry-content h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px 15px;
}
.entry-content h2:first-child {
	margin: 0px 0px 15px;
}
.entry-content h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 15px;
}
.entry-content h3:first-child {
	margin: 0px 0px 15px;
}
.content .entry-content a {
	color: #ed5565;
	text-decoration: none;
	font-size: 16px;
}
.entry-content ul {
	list-style: disc;
	margin-bottom: 1rem;
	margin: 0 0 15px 40px;
}
.entry-content ul li {
	list-style: disc;
	color: #31424e;
	font-size: 16px;
	line-height: 1.6;
}
.entry-content ol {
	list-style: disc;
	margin-bottom: 1rem;
	margin: 0 0 15px 40px;
}
.entry-content ol li {
	list-style: disc;
	color: #31424e;
	font-size: 16px;
	line-height: 1.6;
}
.entry-content blockquote {
	border-left: 5px solid #eee;
	margin: 20px;
	padding: 5px 10px;
	clear: both;
}
p.wp-caption-text {
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}
.single-header {
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}
.single-header h1 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
}
.single-header .single-meta {
	overflow: hidden;
	padding: 10px;
	color: #999999;
}
.single-header .single-meta .author, .single-header .single-meta .time {
	float: left;
	margin-right: 10px;
	line-height: 36px;
}
/* 产品中心样式开始 */
.cp-con {
	border-bottom: solid 1px #dedede;
	padding-bottom: 20px;
}
.cp-con h1 {
	font-size: 26px;
	font-weight: bold;
	color: #111;
	line-height: 1.42;
}
.cp-cat, .cp-cat a, .cp-des h3 {
	font-size: 16px;
	font-weight: bold;
	color: #323232;
}
.cp-des p {
	line-height: 2;
	color: #999999;
}
.cp-xg h3 {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
}
.page-nav {
	text-align: center;
	line-height: 28px;
}
.page-nav a, .page-nav span {
	display: inline-block;
	height: 28px;
	border: 1px solid #9d9d9d;
	padding: 0 10px;
	font-size: 14px;
	color: #595959;
	margin: 0 1px;
	vertical-align: top;
}
.page-nav .current {
	background: #308aeb;
	color: #fff;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	border: 1px solid #308aeb;
}
/* 产品中心样式结束 */

.con1 {
	overflow: hidden;
}
.main-im {
	position: fixed;
	right: 5px;
	top: 220px;
	z-index: 1000;
	width: auto;
	height: auto;
}
.main-im .qq-a {
	display: block;
	width: 106px;
	height: 116px;
	font-size: 14px;
	color: #0484cd;
	text-align: center;
	position: relative;
}
.main-im .qq-a span {
	bottom: 5px;
	position: absolute;
	width: 90px;
	left: 10px;
}
.main-im .qq-hover-c {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	position: absolute;
	left: 18px;
	top: 10px;
	overflow: hidden;
	z-index: 9;
}
.main-im .qq-container {
	z-index: 99;
	position: absolute;
	width: 109px;
	height: 118px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #dddddd;
	background: url(images/kf/qq-icon-bg.png) no-repeat center 8px;
}
.main-im .img-qq {
	max-width: 60px;
	display: block;
	position: absolute;
	left: 6px;
	top: 3px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.main-im .im-qq:hover .img-qq {
	max-width: 70px;
	left: 1px;
	top: 8px;
	position: absolute;
}
.main-im .im_main {
	background: #f9fafb;
	border: 1px solid #dddddd;
	border-radius: 10px;
	background: #f9fafb;
	display: block;
}
.main-im .im_main .im-wechat {
	color: #000000;
	text-align: center;
	width: 109px;
	height: 130px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #dddddd;
}
.main-im .im_main .im-wechat div {
	font-size: 12px;
	margin-top: 6px;
}
.main-im .im_main .im-wechat .weixing-ma {
	width: 104px;
	height: 103px;
	padding-top: 1px;
}
.main-im .im_main .im-tel {
	color: #000000;
	text-align: center;
	width: 109px;
	height: 60px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.main-im .im_main .im-tel div {
	font-size: 12px;
	margin-top: 6px;
}
.main-im .im_main .im-tel .tel-num {
	font-family: Arial;
	font-weight: bold;
	color: #e66d15;
}
.main-im .im_main .im-tel:hover {
	background: #fafafa;
}
.main-im .im_main .weixing-container {
	width: 55px;
	height: 47px;
	border-right: 1px solid #dddddd;
	background: #f5f5f5;
	border-bottom-left-radius: 10px;
	background: url(images/kf/weixing-icon.png) no-repeat center center;
	float: left;
}
.main-im .im_main .weixing-show {
	width: 112px;
	height: 152px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #dddddd;
	position: absolute;
	left: -125px;
	top: -106px;
}
.main-im .im_main .weixing-show .weixing-sanjiao {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	border-width: 6px;
	left: 112px;
	top: 124px;
	position: absolute;
	z-index: 2;
}
.main-im .im_main .weixing-show .weixing-sanjiao-big {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #dddddd;
	border-width: 8px;
	left: 112px;
	top: 122px;
	position: absolute;
}
.main-im .im_main .weixing-show .weixing-ma {
	width: 104px;
	height: 103px;
	padding-left: 5px;
	padding-top: 5px;
}
.main-im .im_main .weixing-show .weixing-txt {
	position: absolute;
	top: 110px;
	left: 7px;
	width: 100px;
	margin: 0 auto;
	text-align: center;
}
.main-im .im_main .go-top {
	width: 50px;
	height: 47px;
	background: #f5f5f5;
	border-bottom-right-radius: 10px;
	background: url(images/kf/totop-icon.png) no-repeat center center;
	float: right;
}
.main-im .im_main .go-top a {
	display: block;
	width: 52px;
	height: 47px;
}
.main-im .close-im {
	position: absolute;
	right: 10px;
	top: -12px;
	z-index: 100;
	width: 24px;
	height: 24px;
}
.main-im .close-im a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(images/kf/close_im.png) no-repeat left top;
}
.main-im .close-im a:hover {
	text-decoration: none;
}
.main-im .open-im {
	display: none;
	cursor: pointer;
	margin-left: 0px;
	width: 40px;
	height: 133px;
	background: url(images/kf/open_im.png) no-repeat left top;
}
.wpcf7 label, .wpcf7 input, .wpcf7 textarea {
	width: 100%;
}
.wpcf7-submit {
	background: #1d2d97;
	border: none;
	padding: 10px 30px;
	color: #fff;
	font-size: 16px;
}
.single-info {
	color: #999999;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
	margin: 20px 0;
	overflow: hidden;
}
.rtbar {
	display: none;
	position: fixed;
	top: 200px;
	right: 0;
	width: 50px;
	height: 203px;
	z-index: 10;
}
.rtbar li {
	width: 62px;
	height: 50px;
	z-index: 20;
}
.rtbar li.rtbar1, .rtbar li.rtbar4 {
	position: absolute;
	left: 0;
}
.rtbar li.rtbar1 {
	top: 0;
	width: 172px;
}
.rtbar li.rtbar2 {
	position: absolute;
	top: 51px;
	left: 0;
	width: 126px;
}
.rtbar li.rtbar3 {
	position: absolute;
	top: 102px;
	left: 0;
	width: 62px;
}
.rtbar li.rtbar4 {
	top: 102px;
}
.rtbar4 {
	position: absolute;
	top: 102px;
	left: 0;
}
.rtbar li a {
	display: block;
	color: #fff;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #000;
	opacity: 0.8;
	border-radius: 6px;
}
.rtbar li a .fa {
	display: block;
	float: left;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px 12px 14px 14px;
	font-size: 24px;
}
.rtbar li a:hover {
	background-color: red;
	opacity: 1;
}
.wbox {
	position: absolute;
	right: 62px;
	width: 150px;
	height: 150px;
	top: -100px;
	z-index: 99;
	display: none;
}
.apply {
	display: none;
}
.apply a {
	font-size: 20px;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	float: left;
	color: #fff;
}
.apply a.bm-phone {
	background-color: #f5643f;
}
.apply a.bm-form {
	background-color: #ed740b;
}
.apply a i {
	margin-right: 10px;
}
#header .button {
	position: absolute;
	padding: 10px;
	right: 15px;
	top: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.button .menu-toggle {
	width: 18px;
	height: 14px;
	display: block;
	position: relative;
}
.button .menu-toggle span {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background-color: #4c5462;
	transition: -webkit-transform 0.14s ease;
	transition: transform 0.14s ease;
	transition: transform 0.14s ease, -webkit-transform 0.14s ease;
}
.button .menu-toggle span:after, .button .menu-toggle span:before {
	content: "";
	width: 18px;
	height: 2px;
	background-color: #4c5462;
	border-radius: 0px;
	position: absolute;
}
.button .menu-toggle span:before {
	top: -6px;
}
.button .menu-toggle span:after {
	bottom: -6px;
}
.button .menu-toggle span:before {
	transition: top 0.14s ease 0.14s;
}
.button .menu-toggle span:after {
	transition: bottom 0.14s ease 0.14s, -webkit-transform 0.14s ease;
	transition: transform 0.14s ease, bottom 0.14s ease 0.14s;
	transition: transform 0.14s ease, bottom 0.14s ease 0.14s, -webkit-transform 0.14s ease;
}
.button.active .menu-toggle span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: -webkit-transform 0.14s ease 0.14s;
	transition: transform 0.14s ease 0.14s;
	transition: transform 0.14s ease 0.14s, -webkit-transform 0.14s ease 0.14s;
}
.button.active .menu-toggle span:after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.14s ease, -webkit-transform 0.14s ease 0.14s;
	transition: bottom 0.14s ease, transform 0.14s ease 0.14s;
	transition: bottom 0.14s ease, transform 0.14s ease 0.14s, -webkit-transform 0.14s ease 0.14s;
}
.button.active .menu-toggle span:before {
	top: 0;
	transition: top 0.14s ease;
}
.content table {
	margin: auto;
	min-width: 800px;
	text-align: center;
	margin-bottom: 20px;
}
.content table tr {
	line-height: 2;
}

.content table tr p {
	line-height: 2;
	margin-bottom: 0;
}
 @media (max-width: 768px) {
.apply {
	display: block !important;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
}
}
 @media (max-width: 1200px) {
.youshi-bg {
	background: #fff;
	padding-bottom: 40px;
	overflow: hidden;
}
}
label {
	max-width: none;
}
.clear_both {
	zoom: 1;
}
.apply {
	width: 100%;
	background: #fff;
	position: fixed;
	bottom: 0;
	z-index: 99;
}
.apply .left .lang2 {
	width: 185px;
	margin-left: 30px;
}
.apply .right .lang2 {
	padding-left: 20px;
	margin-left: 20px;
}
.apply .left .fz12 .lang2 {
	display: none;
}
.apply .left {
	margin-left: 45px;
}
.fl {
	float: left;
}
.apply .left .fz30 {
	color: #555;
}
.fz30 {
	font-size: 30px;
	color: #333;
}
.apply .left .xian {
	width: 20px;
	height: 2px;
	background: #555;
	margin: 10px 0 15px;
}
.apply .left .fz12 {
	color: #888;
	font-family: "Arial";
}
.apply .right {
	border-left: 1px solid #f0f0f0;
	padding-left: 40px;
	margin-left: 40px;
}
.apply .right .fz14 {
	width: 100%;
	color: #888;
}
.apply .right .form {
	width: 100%;
	margin-top: 15px;
}
.apply .right .form .input {
	height: 44px;
	line-height: 44px;
	text-indent: 15px;
	cursor: text;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
	color: #888;
	margin-right: 15px;
}
.apply .right .form .input.n1 {
	width: 158px;
}
.apply .right .form .input.n2 {
	width: 218px;
}
.apply .right .form .input.n3 {
	width: 352px;
}
.apply .right .form .sub {
	width: 120px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	background: #0293d2;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
}
/* cat-product-list tab css*/
.pro_desc {
	font-size:14px;
	padding-left:1%;
	padding-right:1%;
	padding-bottom:20px;
	padding-top:5px; 
	text-indent:2em;
	text-align:justify;
	text-justify:inter-ideograph;
}
.pro_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pro_list a, img {
	border: 0;
}
.pro_list {
	height: 100%;
	width: 100%;
	font: normal normal 12px/24px "Microsoft yahei", Arial;
	padding-bottom: 30px;
	float: left;
}
.pro_list a {
	color: #333;
	text-decoration: none;
}
.pro_list a:hover {
	color: #093;
	text-decoration: none;
}
#title {
	width: 300px;
	margin: 3% auto 0;
}
#title h2 {
	font-size: 18px;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #f8f8f8;
	border: 1px solid #a3a3a3;
	padding: 20px 20px 50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
/* box */

.box {
	float: left;
	width: 100%;
	margin: 0px auto 0;
	background: #fff;
	border: 0px solid #d3d3d3;
}
.tab_menu {
	border-top: 3px #1284DA solid;
	overflow: hidden;
}
.tab_menu li {
	width: auto;
	padding: 0px 10px;
	float: left;
	height: 30px;
	line-height: 30px;
	background: #F0F0F0;
	text-align: center;
	cursor: pointer;
}
.tab_menu li.current {
	color: #ffffff;
	background: #1284DA;
}
.tab_menu li a {
	color: #fff;
	text-decoration: none;
}
.tab_menu li.current a {
	color: #333;
}
.tab_box {
	padding-top: 20px;
	padding-left: 0px;
	width: 100%;
	float: left;
}
.tab_box li {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.tab_box li span {
	margin: 0 5px 0 0;
	font-family: "宋体";
	font-size: 12px;
	font-weight: 400;
	color: #ddd;
}
.tab_box .hide {
	display: none;
}
.tab_box .product_image {
	float: left;
	width: 300px;
	height:300px;
	margin:10px;
	padding: 0px;
}
.tab_box .product_image img{
	width: 300px; 
	height: 300px;
}
.tab_box .product_text {
	float: left;
	width: 55%;
	padding-left: 10px;
	padding: 5px;
}
@media (max-width: 1200px) {
 .tab_box .product_text {
		width: auto;
	}
}
.tab_box .product_text h5 {
	font-size: 24px;
	color: #1D2D97;
	font-weight: bold;
}
.tab_box .product_text ul {
	width: 100%;
}
.tab_box .product_text ul li {
	word-wrap: break-word;
	word-break: normal;
	line-height: 30px;
	height: auto;
	text-align: justify;
}
.tab_box .product_book {
	float: left;
	width: 100%;
}
.tab_box .product_book .xq {
	background: #1284DA;
	padding-top: 15px;
	color: #FFF;
}
.tab_box .product_book ul {
	height: 50px;
	background: #f0f0f0;
}
.tab_box .product_book ul li {
	font-size: 18px;
	font-family: "宋体";
	float: left;
	width: 120px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.tab_box .product_book ul li img {
	padding-top: 8px;
	width: 35%;
}
.tab_box .product_book ul li a {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tab_box .product_xqpage {
	width: 100%;
	float: left;
	height: auto;
	padding-top:10px;
	padding-left:10px;
}
.tab_box .product_xqpage div {
	width: 100%;
    word-break:break-all;
	white-space:inherit;
	line-height:30px;
}
.box .tab_box .nrtabbox {
	display: none;
}
.box .tab_box .on {
	display: block;
}
.product_xqpage ul {
	padding-top: 10px;
	height: auto;
}
.product_xqpage ul li {
	font-size: 14px;
	font-family: "宋体";
	width: 120px;
	height: 25px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}
.xqimg {
	height: auto;
}
.apply1 {
	width: 100%;
	padding: 40px 17%;
	background: #fff;
	position: relative;
	z-index: 2;
	background-color: #fff;
	height: 180px;
	position: relative;
}
.apply1 .padd {
	position: relative;
	/* padding-right: 20%; */
	width: 100%;
	margin: auto;
	/* margin-right: 10%; */
}
.apply1 .left {
	width: 18%;
	text-align: center;
}
.apply1 .left.lang2 {
	width: 185px;
	margin-left: 30px;
}
.apply1 .left .fz30 {
	color: #555;
}
.apply1 .left .xian {
	width: 20px;
	height: 2px;
	background: #555;
	margin: 10px 0 15px;
}
.apply1 .left .fz12 {
	color: #888;
	font-family: "Arial";
	margin-top: 10px;
}
.apply1 .left .fz12.lang2 {
	display: none;
}
.apply1 .right {
	width: 80%;
    border-left: 1px solid #f0f0f0;
    padding-left: 40px;
    margin-left: 20px;
}
.apply1 .right.lang2 {
	padding-left: 20px;
	margin-left: 20;
}
.apply1 .right .fz14 {
	width: 100%;
	color: #888;
}
.apply1 .right .form {
	width: 100%;
	margin-top: 15px;
}
.apply1 .right .form .input {
	height: 44px;
	line-height: 44px;
	text-indent: 15px;
	cursor: text;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
	color: #888;
	margin-right: 15px;
}
.apply1 .right .form .input.n1 {
	width: 15%;
}
.apply1 .right .form .input.n2 {
	width: 15%;
}
.apply1 .right .form .input.n3 {
	width: 40%;
}
.apply1 .right .form .sub {
	width: 15%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	background: #0293d2;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
}
/* 弹窗样式*/
.headsam{ width:63%; display:none; background:#fff; position:fixed; top:10%; left:20%;right:17%; z-index:10; padding:50px 80px; }

.headsam .top{ width:100%;}

.headsam .top .le{ width:18%; border-right:1px solid #f0f0f0; text-align:center}

.headsam .top .le.lang2{ width:220px;}

.headsam .top .le .fz30{ color:#555;}

.headsam .top .le .xian{ width:20px; height:2px; background:#555; margin:10px 0 15px;}

.headsam .top .le .fz12{ color:#888; font-family:"Arial";}

.headsam .top .le .fz12.lang2{ display:none;}

.headsam .top .ce{ width:64%; margin-left:5%;}

.headsam .top .ce.lang2{ margin-left:40px;}

.headsam .top .ce .fz16{ width:100%; color:#0293d2;}

.headsam .top .ce .fz12{ width:100%; color:#888; margin-top:5px;}

.headsam .top .re{ width:30px; height:30px; cursor:pointer; background:url(images/img62.jpg) no-repeat center;float:right;}

.headsam .cent{ width:100%; text-align:left; margin-top:50px; float:left;}

.headsam .cent .input{ width: 20%; height:44px; line-height:44px; text-indent:15px; font-size:14px; color:#888; border:1px solid #ddd; border-radius:6px; margin-right:20px;}

.headsam .cent .input.form_focus{ border-color:red;}

.headsam .cent .text{ width:85.8%; height:200px; border:1px solid #ddd; border-radius:6px; padding:15px; margin-top:16px;}

.headsam .cent .text.form_focus{ border-color:red;}

.headsam .cent .sub{ width:12%; height:46px; cursor:pointer; background:#0293d2; color:#fff; font-size:14px;border:none; border-radius:6px; margin-top:40px;}

.heabg{ width:100%; height:100%; display:none; background:#000; opacity:0.5; position:fixed; left:0; top:0; z-index:9;}

 @media (max-width: 1200px) {
	 .apply1{
		 display:none;
	 }
	 .apply1 .padd {
	 	padding-left: 0;
	 	/* padding-right:20%; */
	 }
 }
/*.headsam .cent table tr td label{
	text-align:center;
	font-size:18px;
	
}
.headsam .cent table{
	margin-left:20px;
}
.headsam .cent input {
	width: 380px;
	font-size:20px;
	height: 44px;
    line-height: 44px;
    text-indent: 15px;
    cursor: text;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;

    margin-right: 15px;
}*/
.searchinput{
	position:absolute;
	left:70%;
	top:12%;	
}
@media (max-width: 1200px) {
	.searchinput{
		display:none;	
	}
}
.searchinput input {
	width: 346px;
    height: 33px;
    line-height: 33px;
    text-indent: 10px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 6px 0 0 6px;
    border-right: none;
}
#searchsubmit{
	width: 34px;
    height: 32px;
    cursor: pointer;
    background: #003498 url(images/img1.png) no-repeat center;
    border: none;
    border-radius: 6px;
    margin-left: -30px;	
}
.news-list {
	float:left;
	width:100%;
}
@media (max-width: 768px) {
	.news-list{
		float:none;
		width:100%;
	}
	
}

/* PC悬浮客服插件样式 */
#echaticon201902.left_kefu {
		position: fixed;
		right: 20px;
		bottom: 100px;
		z-index: 99999;
	}
@media(max-width:768px){
	.left_kefu{
		display: none;
	}
}
#echaticon201902 .fixed_ul {
		list-style: none;
		margin: 0;
		background: #1c92d2;
		padding: 0 7px;
		border-radius: 5px;
		position: relative;
		z-index: 500;
	}
	#echaticon201902 .fixed_ul li {
		width: 52px;
		height: 75px;
		box-sizing: border-box;
		border-bottom: 1px solid #fff;
		text-align: center;
		padding: 16px 0;
		z-index: 200;
		cursor: pointer;
	}

	#echaticon201902 .zixun-hide {
		position: absolute;
		top: 15px;
		left: 0;
		z-index: 100;
		width: 0;
		height: 50px;
		box-sizing: border-box;
		line-height: 50px;
		font-size: 12px;
		padding-left: 20px;
		box-sizing: border-box;
		transition: all 0.3s;
		overflow: hidden;
		background: #fff;
	}

	#echaticon201902 .echat-app {
		position: absolute;
		top: 125px;
		left: -125px;
		box-shadow: 0 0 3px 3px #eee;
		padding: 5px;
		text-align: center;
		font-size: 12px;
		display: none;
		background: #fff;
	}

	#echaticon201902 .white_span {
		color: #fff;
		font-size: 12px;
	}

	#echaticon201902 .echat-app img {
		width: 100px;
	}

	#echaticon201902 .zixun-div {
		left: -230px;
		width: 250px;
		transition: all 0.3s;
		box-shadow: 0px 0px 4px 4px #eeee;
	}

	#echaticon201902 .fixed_ul li:last-child {
		height: 40px;
		border-bottom: 0;
		padding: 5px 0;
	}

	#echaticon201902 .echat_num {
		position: absolute;
		top: -10px;
		right: -15px;
		width: 24px;
		height: 24px;
		background: red;
		border-radius: 12px;
		color: #fff;
		text-align: center;
		display: none;
		font-size: 12px;
		line-height: 22px;
	}
/* 移动端悬浮客服插件样式 */
.left_kefu1 {
		display: none;
	}

.fixed_ul1 {
	list-style: none;
	margin: 0;
	background: #1c92d2;
	padding: 0 7px;
	position: relative;
	z-index: 500;
	width: 100%;
	
}

.fixed_ul1 li {
	width: 33%;
	height: 75px;
	box-sizing: border-box;
	text-align: center;
	padding: 16px 0;
	z-index: 200;
	cursor: pointer;
	float: left;
}
.zixun-hide1 {
		position: absolute;
		top: 15px;
		left: 0;
		z-index: 100;
		width: 0;
		height: 50px;
		box-sizing: border-box;
		line-height: 50px;
		font-size: 12px;
		padding-left: 20px;
		box-sizing: border-box;
		transition: all 0.3s;
		overflow: hidden;
		background: #fff;
	}

.echat-app1 {
		position: absolute;
		top: 125px;
		left: -125px;
		box-shadow: 0 0 3px 3px #eee;
		padding: 5px;
		text-align: center;
		font-size: 12px;
		display: none;
		background: #fff;
	}

.white_span1 {
		color: #fff;
		font-size: 12px;
	}

.echat-app1 img {
		width: 100px;
	}

.zixun-div1 {
		left: -230px;
		width: 250px;
		transition: all 0.3s;
		box-shadow: 0px 0px 4px 4px #eeee;
	}

.echat_num1 {
		position: absolute;
		top: -10px;
		right: -15px;
		width: 24px;
		height: 24px;
		background: red;
		border-radius: 12px;
		color: #fff;
		text-align: center;
		display: none;
		font-size: 12px;
		line-height: 22px;
	}
	.productList {
		width: 80%;
		margin: 5px auto;
	}
	.productList .owl-carousel {
		position: relative;
		padding: 0 50px; /* 为两侧按钮预留空间 */
		background-color: #F4F4F4;
	}
/* 通用导航按钮样式 */
.productList .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10; /* 确保按钮在轮播内容上方 */
}

/* 左侧按钮定位 */
.productList .owl-prev {
    left: 0;
}

/* 右侧按钮定位 */
.productList .owl-next {
    right: 0;
}

/* 按钮图片样式 */
.productList .owl-nav [class*="owl-"] img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* 悬停效果 */
.productList .owl-nav [class*="owl-"]:hover {
    background-color: #fff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* 移除默认焦点样式（如果需要） */
.productList .owl-nav [class*="owl-"]:focus {
    outline: none;
}



.productList .owl-theme .owl-nav [class*='owl-']{
	padding: 10px 7px;
	background: none;
}

.productList .owl-theme .owl-nav [class*='owl-']:hover {
	background: none;
	color: #FFF;
	text-decoration: none; 
}


.main{
	background-color: #f4f4f4;
}
.imgswenz{
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}
.imgswenz1{
	padding: 10px;
}

.stitle{font-size: 18px;font-weight: bold;color: #767676;}

.advantage .cards {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 0.94vw;
	margin-top: 2.17vw;
	margin-bottom: 3.65vw;
  }
  
  .advantage .cards .card-wrap {
	width: 19.9vw;
	height: 19.53vw;
	background-color: #fff;
	box-shadow: 0 0 0.78vw 0 rgba(0, 0, 0, 0.1);
	border-radius: 0.52vw;
	transition: all ease 0.15s;
  }
  
  .advantage .cards .card .img-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 1.04vw;
	height: 8.85vw;
  }
  
  .advantage .cards .card .img-wrap img {
	max-width: none;
	width: 6.88vw;
  }
  
  .advantage .cards .card__title {
	font-size: 1.25vw;
	color: #333;
	margin: 0 0 1.04vw;
	text-align: center;
	line-height: 1.3;
  }
  
  .advantage .cards .card__text {
	margin: 0;
	padding: 0 1.56vw;
	font-size: 1.04vw;
	color: #333;
	line-height: 1.3;
  }
  
  .advantage .cards .card:hover .card-wrap {
	transform: translateY(-1.04vw);
	box-shadow: 0.47vw 0.52vw 1.56vw 0 rgba(0, 0, 0, 0.13);
  }
  
  .advantage .btn-img {
	cursor: pointer;
	transition: all ease 0.1s;
	max-width: none;
	width: 40.16vw;
  }
  
  .advantage .btn-img:hover {
	transform: translateY(-0.52vw);
	filter: drop-shadow(0 1px 0.47vw rgba(0, 0, 0, 0.4));
  }
  .advantage .more-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-list .news-con{
	margin-left: 20px;
	float: left;
}
.news-list  .img{
	padding-top: 15px;
}
#slider .owl-item img {height: 778px;}

.banner-title{
	position: absolute;
    top: 40%;
    font-size: 50px;
    color: #ffffff;
    left: 10%;
}
.banner-desc{
	position: absolute;
    top: 60%;
    font-size: 30px;
    color: #ffffff;
    left: 10%;
}
.entry-meta2{
	text-align: center;
    background: #f1eff0;
	height: 50px;
}
.entry-meta2 ul li {
	float:left;
	padding: 10px 20px;
}

.entry-meta2 ul li a{
	font-size: 20px;

}

.entry-meta2 ul li:hover {
	border-bottom: 3px solid #4696f5;
}

.entry-meta2 ul .current_page_item {
	border-bottom: 3px solid #4696f5;
}
.entry-meta2 ul .current_page_item  a{
	color: #4696f5;
}

.entry-meta2 ul .current {
	border-bottom: 1px solid #4696f5;
}
.entry-meta2 ul .current-cat  {
	border-bottom: 3px solid #4696f5;

}
.entry-meta2 ul .current-cat  a{
	color: #4696f5;

}

.entry-meta2 .crumbs{
	padding: 20px 20px;
}

.dash .title{
	font-weight: bold;
	font-size: 16px;
}
.content h1{
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	color: #1d377d;
}
.content .entry-meta h1{
	font-size: 24px;
}


	.productList  .item{
		background-color: #fff;
		margin-left: 20px;
		height: 470px;
		max-width: 300px;
	}
	.productList .item .bgt1{
		display: block;
		width: 100%;
		
		height: 60%;
	}
	.techList .owl-theme .owl-dots .owl-dot span {
		background: none; /* 移除背景 */
		color: #fff; /* 设置文字颜色 */
		font-size: 14px; /* 设置字体大小 */
		line-height: 20px; /* 设置行高 */
	}
	.techList .owl-theme .owl-dots .owl-dot.active span {
		color: #ff0000; /* 活动状态的颜色 */
	}
	.techList .item{
	  width: 100%;
	  height:300px;
	}
	.techList .item img{
	  width: 100%;
	}
	.techList  .owl-dots{
	  position: relative;
	  top: 90px;
	  z-index: 9999;
	}
	.techList  .owl-dots .active{
	  border-bottom: 1px solid #4696f5;
	}
	.techList .owl-theme .owl-dots .owl-dot{
	  font-size:30px;
	  margin-left:20px;
	  color: #ffffff;
	
	}
	
	.techList .owl-theme .owl-item{
	  position: relative;
	}
	
	
	.techList .owl-theme .owl-item .tech-text {
	  position: absolute;
	  top: 180px;
	  z-index: 9999;
	  color: #ffffff;
		width: 50%;
		left: 50px;
	}
	.techList .owl-theme .owl-item .tech-text .tech-title{
	  font-size:40px;
	  margin-bottom: 20px;
	}
	.techList .owl-theme .owl-item .tech-text a{
	  padding: 10px 30px;
	  background-color: #1270D2;
	}
	.techList .owl-theme .owl-item .tech-text a:hover{
	  color: #ffffff;
	  background-color: #4696f5;
	}
	.techList .owl-theme .owl-item .tech-text .tech-content{
	  margin-bottom: 20px;
	}
	.techList .owl-theme{
	  margin-top: -45px;
	}
	.news-list .rowspan1{
		width: 35%;
	}
	.news-list .rowspan2{
		width: 60%;
	}

	.news-con ul li p a{
		color: #4497f5;
		font-size: 16px;
	}
	.news-con ul li p img{
		width: 20px;height: 20px; margin-top: 4px;
	}
	.news-con .more_p{
		margin-right: 150px; 
		 text-align: right;
	}
	.news-con .more{
		font-size:20px;
		border-bottom: 1px solid;
	}
	.news{
		background: #f4f4f4;
		width: 100%;
		height: 650px;
	}
	#content{
		margin-top: 10px;
		padding-top: 10px; 
		padding-bottom: 10px;
	}
	#footer  .wx-img{
		display: none;
	}
	@media(max-width:768px){
		.left_kefu1{
			display: none;
		}
		#slider .owl-item img{
			height: 200px;
		}
		.productList{
			width: 98%;
		}
		.imgswenz{
			font-size: 16px;
			padding:5px 5px 0 5px;
		}
		.productList .owl-carousel {
			padding: 0 16px;
		}
		
		.productList .owl-nav [class*="owl-"] {
			width: 30px;
			height: 30px;
		}
		
		.productList .owl-nav [class*="owl-"] img {
			width: 16px;
			height: 16px;
		}
		.home-con-one{
			padding-bottom: 0;
		}
		.productList .item{
			height: 340px;
		}
		.imgswenz1 {
			padding: 5px;
		}
		.techList .owl-theme {
			margin-top: -86px;
		}
		.techList .owl-dots {
			top: 30px;
		}
		.techList .owl-theme .owl-dots .owl-dot{
			font-size:16px;
		}	
		.techList .owl-theme .owl-item .tech-text{
			position: absolute;
			top: 49px;
			z-index: 9999;
			color: #ffffff;
			width: 70%;
			left: 30px;
		}
		.techList .owl-theme .owl-item .tech-text .tech-title {
			font-size: 16px;
			margin-bottom: 5px;
		}
		.techList .owl-theme .owl-item .tech-text .tech-content {
			margin-bottom: 5px;
			font-size: 12px;
			overflow: hidden;
			height: 70px;
		}
		.techList .owl-theme .owl-dots .owl-dot:nth-child(2){
			display: none;
		}
		.techList .owl-theme .owl-dots .owl-dot:nth-child(3){
			display: none;
		}
		.techList .owl-theme .owl-dots .owl-dot:nth-child(4){
			display: none;
		}
		.techList .owl-theme .owl-dots .owl-dot:nth-child(5){
			display: none;
		}
		.techList .owl-theme .owl-item .tech-text a {
			padding: 5px 10px;
			background-color: #1270D2;
		}
		.advantage .cards{
			flex-wrap: wrap;
			gap: 2.94vw;
		}
		.advantage .cards .card .img-wrap{
			flex-wrap: wrap;
			height: 21.85vw;
		}
		.advantage .cards .card-wrap{
			width: 44.9vw;
			height: 51.53vw;
		}
		.advantage .cards .card__title {
			font-size: 1.25vw;
			color: #333;
			margin-bottom: 0.5vw;
			text-align: center;
			line-height: 1.3;

		}
		.advantage .cards .card .img-wrap img {
			width: 24.88vw;

		}
		.advantage .btn-img {
			width: 79.16vw;
		}
		.news-list .rowspan1{
			display: none;
		}
		.news-list .rowspan2{
			width: 100%;
		}
		.news-con ul li {
			width:45%;
		}
		.news-con ul li{
			width: 100%;
		}
		.news-con ul li p {
			font-size: 13px;
		}
		.dash .title {
			font-size: 14px;
			overflow: hidden;
			height: 20px;
		}
		.news{
			height: 450px;
		}

		.news-con ul li a .title {
			float: left;
			max-width: 95%;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			color: #888;
			font-size: 14px;
			
		}
		.news-con ul li{
			width: 100%;
		}
		.news-con ul li .time{
			width: 100px;
			height: 50px;
			padding-top: 3px;
			padding-left: 5px;
			padding-right: 5px;
			padding-bottom: 5px;
		}
		.news-con ul li p {
			line-height: 18px;
		}
		.news-con ul li p a{
			font-size: 13px;
		}

		.news-con ul li p img{
			width: 15px;height: 15px;
			 margin-top: 2px;
		}

		.news-con .more_p{
			margin-right: 15px; 
			 text-align: right;
		}
		.news-con .more{
			font-size:14px;
			border-bottom: 1px solid;
		}
		#footer p,a{
			font-size: 12px;
		}
		#footer h3{
			font-size: 14px;	
		}
		#footer .footer-top{
			width: 60%;
			float: left;
			padding-top: 0;
		}
		#footer  .wx-img{
			display: block;
			width: 35%;
			float: left;
			
		}
		.button .menu-toggle span{
			background-color:#ffffff;
		}

		.button .menu-toggle span::before{
			background-color:#ffffff;
		}
		.button .menu-toggle span::after{
			background-color:#ffffff;
		}
		.banner-title{
			font-size: 16px;
		}
		.banner-desc{
			font-size: 14px;
		}
		.top-images{
			height: 120px;
		}
	
		.pro_list{
			width: 100%;
    		overflow: scroll;
		}
		.pltable-th{
			min-width: 100px;
		}
		#header .button{
			background: #1270d2;
		}
		.tech-list .blue{

			padding-top: 20px;
			padding-left: 10px;
			height: 160px;
		}
		.tech-list li img {
			float: left;
			max-width: 130px;
			width: 35%;
			height: 90px;
		}
		.tech-list li .h2div .title_a {
			margin: 0 5px;
			width: 60%;
			font-size: 16px;
			height: 18px;
			overflow: hidden;
		}
		.hidden-xs3 {
			width: 78%;
			margin: 0px 5px;
			width: 60%;
			font-size: 12px;
		}
		.hidden-xs1 {
			text-align: left;
			float: left;
			margin: 5px;
			width: 60%;
			margin-bottom: 10px;
		}
		.hidden-xs4 {
			float: right;
			width: 30%;
			text-align: right;
			margin-right: 5px;
		}
		.tech-list li a img {
			width: 80px;
			height: 30px;
		}
		.hidden-xs4 a{
			padding: 0;
		}
		.entry-meta2 .crumbs{
			display: none;
		}
		.entry-meta2 ul li a{
			font-size: 16px;
		}
		.entry-meta2 ul li {
			padding: 5px 10px;
			height: 33px;
		}
		.entry-meta2 {
			height: 33px;
		}
		#content{
			margin: 0;
			padding: 0; 
		}
		.content .entry-meta h1{
			font-size: 16px;
			padding: 5px;
		}
		.entry-meta{
			padding: 5px;
		}
		#map{
			display: none;
		}

	}