@charset "utf-8";


/*
-------------------------------------------默认样式---------------------------------------------
*/
/*重置*/
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "微软雅黑";
	letter-spacing: 0px;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
blockquote,q {
	quotes: none;
}
blockquote::before,blockquote::after,q::before,q::after {
	content: none;
}
a {
	text-decoration: none;
}
b {
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	letter-spacing: 0.2px;
}
img {
	max-width: 100%;
}
ol,ul {
	list-style: outside none none;
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
* {
	margin: 0px;
	padding: 0px;
}
fieldset,img {
	border: 0px none;
	vertical-align: top;
}
address,caption,cite,code,dfn,em,th,var,i {
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
}

ol li,ul li,dl dt,dl dd {
	list-style: outside none none;
	letter-spacing: 0em;
}
ul,ol {
	height: auto;
	display: block;
}

caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	letter-spacing: 0px;
}
input,button,textarea,checkbox,select,radio {
	vertical-align: middle;
	outline: none;
}
iframe {
	vertical-align: top;
}
a {
	vertical-align: top;
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}

/*清除苹果样式*/
input[type=button],input[type=submit],input[type=file],button {
	cursor: pointer;
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}
caption,h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
}
body {
	overflow-x: hidden;
	font: 14px/1.8 "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", helvetica, arial;
	margin: 0px auto;
	color: #000000;
	background-color: rgb(255, 255, 255);
}
input {
	outline: medium none;
}
textarea {
	outline: medium none;
}

/*设置浮动*/
.fl {
	float: left;
}
.comj .fl {
	float: left;max-width:400px;
}
.fr {
	float: right;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

/*垂直对齐*/
.m-list-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m-list-flex .m-cell-bd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	overflow: hidden;
}

/*文字截取*/
.single-line {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.multi-line {
	min-height: 2em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: clip;
	overflow: hidden;
}

.multi-line1 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: clip;
	overflow: hidden;
}

/*图片*/
.pic {
	width: 100%;
	overflow: hidden;
}

.pic img {
	width: 100%;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.container {
	max-width: 1400px;
	margin: 0px auto;
}
/*==============================================页面样式 开始============================================================*/
.inner-box .form-horizontal .form-control{padding:10px 0; border: 1px solid #ccc}
.inner-box .form-horizontal  .add{background: #0f790f;color: #fff; font-size: 14px; padding: 5px; margin-top:10px; float: right}
.lxb-cb-input-tip-content{width: 100%; float: left}
.but-a{position: fixed;right: 0; top:40%; width: 190px; z-index: 1000; }


#carouselExampleIndicators{width: 100%;float: left}

/*-----------------wapnav css------------------------*/
.navWrapTop {
	width: 100%;
	display: none;
	/* position: fixed;
	left: 0;
	top: -100px;
	z-index: 999; */
}
.navWrap {
	border-bottom: 4px solid #7bd3eb;
	background: #fff;
	position: relative;
	top: 0;
}
.navWrap .wrap {
	/* height: 96px;
	line-height: 96px; */
	position: relative;
}
.menu {
	display: none;
	width: 40px;
	padding: 10px 10px;
	background: #186AAB;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	z-index: 1000;
	box-sizing: border-box;
}
.menu span {
	display: block;
	width: 100%;
	height: 3px;
	margin-top: 3px;
	background: #fff;
}

.menu span:first-child {
	margin-top: 0;
}

.navBtn {
	display: none;
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/xq_jt_r.png) no-repeat center;
	background-size: 8px;
	top: 6px;
	right: 8px;
	transition: all .3s ease-in;
	z-index: 1111;
}

.navBtn.on {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.logo {
	float: left;
}

.logo img {
	vertical-align: middle;
}

.nav {
	float: right;
}

.nav ul li {
	display: inline-block;
	position: relative;
}
.nav ul li.active{background: #025596;}
.nav ul li.active a{color: #fff}
.nav ul li.active .submenu a{color:#666;}
.nav ul li.active .submenu a:hover{color: #fff}
.nav ul li a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #186AAB;
	text-transform: uppercase;
	padding: 0 19px;
	transition: all .3s ease;
	/*position: relative;*/
}

.nav ul li:hover>a {
	color: #186AAB;
}

.nav ul li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.nav ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	background: #fff;
	width: 180px;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	box-shadow: 2px 0 11px -3px rgba(0, 0, 0, .2);
	transition: all .5s ease;
}

.nav ul li ul li {
	display: block;
	line-height: 46px;
	position: relative;
}

.nav ul li ul li:last-child>a {
	border-bottom: 0;
}

.nav ul li ul li>a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	color: #025596;
	padding: 0 19px;
	border-bottom: 1px solid #E9E9E9;
	transition: all .3s ease;
}

.nav ul li ul li:hover>a {
	background: #186AAB;
	color: #fff;
	border-color: 0;
}

.nav ul li ul li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.nav ul li ul li>ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 240px;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	background: #fff;
	box-shadow: 2px 0 11px -3px rgba(0, 0, 0, .2);
	transition: all .5s ease;
}

.nav ul li ul li ul>li {
	display: block;
	position: relative;
}

.nav ul li ul li ul li:last-child>a {
	border-bottom: 0;
}

.nav ul li ul li ul li>a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	color: #025596;
	padding: 14px 19px;
	border-bottom: 1px solid #E9E9E9;
	transition: all .3s ease;
}

.nav ul li ul li ul li:hover>a {
	background: #186AAB;
	color: #fff;
	border-color: 0;
}

.nav ul li:last-child ul {
	left: auto;
	right: 0;
}

.navWrapTop {
	width: 100%;
	/* position: fixed; */
	left: 0;
	/* top: -200px; */
	z-index: 999;
}


/*-----------------header css------------------------*/
.header {
	width: 100%;
}
.top {
	width: 100%;
	background: #7bd3eb;
	display: flex;
	padding: 5px 0;
	justify-content: space-between;
}
.top-l {
	width: 50%;
	color: #fff;
	line-height: 32px;
	margin-top: 5px;
}
.top-r {
	width: 50%;
	text-align: right;
}
.top-r .form-search {
	border:#7bd3eb 1px solid;
	width: 205px;
	height: 30px;
	float: right;
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
}
.top-r button {
  background: transparent;
  border: none;
  width: 25px;
  height: 25px;
  float: right;
  margin-top:3px;
}
.top-r .search-input {
	border:none;
	background: none;
	height: 30px;
	line-height: 30px;
	float: left;
	padding-left: 10px;
}
.top-r .fa-search {
	background: url(../images/ss.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	float: right;
}


.w-100{max-height: 550px}


/*one*/
.one {
	width: 100%;
	position: relative;
	height: 100px;
	overflow: hidden;
}
.one .container{max-width: 100%}
.one:before {
	content: '';
	width: 60%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #00aee0;
	height: 100px;
	z-index: -1;
}

.one:after {
	content: '';
	width: 40%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #333;
	height: 100px;
	z-index: -1;
}

.one_l {
	width: 60%;display: flex;flex-direction: row;
	justify-content: center;
}

.one_l .fl {
	width: 60%;
	padding-top: 25px;
	color: #88b0e7;
	line-height: 24px;
	color: #fff;
}

.one_l h3 {
	font-size: 20px;
	line-height: 30px;

}

.one_img {
	width: 270px;
	padding: 25px 0 0 0;
	height: 50px;
}



.one_r {
	width: 40%;
	font-size: 16px;
	line-height: 100px;
	color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}
.one_r a{color: #fff}
/*-----------------comn css------------------------*/

.comn {
	padding: 30px 0;
}
.flex {
	display: flex;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.flex-0 {
	font-size: 34px;
	font-weight: bold;
	display: flex;
	width: 100%;
}
.flex-t {
	font-size: 22px;
	width: 100%;
}
.lgs .lg {
	width: 85px;
	height: 85px;
}
.lgs .name {
	margin-left: 20px;
	line-height: 47px;
	width: 430px;
}

.na span {
	color: #039dc7;
}

.nm1{display: none}
.lgs .name .ms {
	color: #777;
}
.tel .dh {
	width: 73px;
}
.tel .num  {
	margin-left: 20px;
	width: 270px;
	line-height: 36px;
}
.tel .num .hm {
	color: #ed143d;
}
.tel .num .rx {
	color: #00b7e9;
}


/*------------daohang css-----------------*/
.daohang {
	width: 100%;
	background:#7bd3eb;
	height: 60px;
	line-height: 60px;
}
.daohang ul li:hover>a {
	background: #025596;
	color: #fff;
}
.daohang ul li a {
	padding: 0px 35px;
}
.daohang ul li ul li a {
	animation: all 0.5s linear;
		-webkit-animation: all 0.5s linear;
		-ms-animation: all 0.5s linear;
		-moz-animation: all 0.5s linear;
	transition: all 0.5s linear;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
}
.daohang ul li ul li a:hover {
	text-indent: 5px;
}


/*-------------------------banner css-----------------------------------*/


/*---------------------------main css------------------------------------------------*/
.main {
	width: 100%;
}

/*
----------------------prod css----------------------------
*/
.prod {
	padding: 0px 0px 20px 0;
}
.prod .more{width:100%;float:left;}
.prod .more a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100px;
    color: #fff;
    background: #00aee0;
    margin: 0 auto;
    padding: 5px;
    border-radius: 10px;
    margin-top: 30px;
}
.pro-type {
	width: 22%;
}
.pro-tit {
	background: url(../images/cata-title.jpg);
	color: #fff;
	text-align: center;
	height: 100px;
}
.pro-tit .cn {
	font-size: 26px;
	font-weight: bold;
	text-indent: 40px;
	margin-top: 20px;
	display: inline-block;
}
.pro-tit .en {
	font-size: 16px;
	color:#91b4f9;
	height: 50px;
	display: inline-block;
	margin-top:-15px;
	margin-left:10px;
	float: left;
	letter-spacing: 8px;
}
.pro-tit .en span {
	text-transform: uppercase;
	font-size: 50px;
	font-weight: bold;
}
.pro-bot {
	background:#00aee0 url(../images/cata-bot.jpg);
	height: 100px;
	padding-left: 80px;
	display: block;
	color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
}
.pro-bot .sj {
	margin-top:20px;
	float: left;
	display: block;
	font-size: 18px;
}
.pro-bot .sj span {
	color: #ed143d;
}
.pro-bot .dh {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	float: left;
	width: 100%;
}
.pro-menu {
	background: #f6f6f6;
	padding: 40px 20px;
}
.pro-menu li {
	height: 60px;
	line-height: 60px;
	position: relative;
	transition: all 0.5s linear;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
}
.pro-menu li::after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: #ddd 1px solid;
}
.pro-menu li a {
	display: block;
}
.pro-menu li:hover {
	text-indent: 10px;
}
.pro-menu li:hover a {
	color: #2861D1;
}
.pro-menu li:hover::after {
	border-bottom: #2861D1 1px solid;
}
.pro-menu li a {
	color: #555555;
}
/*改*/
.prod{padding-top: 0}
.pc-menu{display: flex}
.pc-menu li{width: 25%;float: left;text-align: center;padding: 20px 0;border-right: #eeeeee solid 1px;}
.pc-menu li:first-child {
	border-left: #eeeeee solid 1px;
}
.pc-menu li .img{height: 50px;}
.pc-menu li .img img{height: 100%;}
.pc-menu li .title{font-size: 18px;margin-top:10px;color: #555}

.pc-menu li:hover,.pc-menu li.active{background: #00aee0}
.pc-menu li:hover::after,.pc-menu li.active::after{content: '';
	border-top: 12px solid #00aee0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -4px;}
.pc-menu li a:hover,.pc-menu li.active a,.pc-menu li.active .title,.pc-menu li:hover .title{color: #fff;}
.pc-menu li:hover img,.pc-menu li.active img{filter: brightness(100);}

.pro-list {
	width: 100%;
}

.pro-list-tt {
	height: 67px;
	border-bottom: #e9e9e9 3px solid;
}
.pro-list-tt span {
	display: inline-block;
	height: 65px;
	line-height: 70px;
	padding: 0px 30px;
	border-bottom: #00afdf 5px solid;
	color: #00afdf;
	font-size: 24px;
}
.pro-list-tt .more {
	float: right;
	line-height: 60px;
	color: #cccccc;
}
.pro-ls {
	justify-content: left;
	padding: 20px 0px;
}
.pro-ls li {
	width: 33.33%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px 0px 15px 0;
}
.pro-ls li a {
	width: 90%;
	/* display: flex;
	
	justify-content: center;
	align-items: center; */
	overflow: hidden;
}
.pro-ls li img {
width: 100%;
	transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
}
/*.pro-ls li img:hover {*/
	/*transform: scale(1.3);*/
		/*-webkit-transform: scale(1.3);*/
		/*-moz-transform: scale(1.3);*/
		/*-ms-transform: scale(1.3);*/
/*}*/
.pro-ls li p {
	background: #00afdf;
	color: #fff;
	padding: 5px 5px;
	box-sizing: content-box;
	text-align: center;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
word-break: break-all;
	font-size: 16px;


}

/*---------------------adver css-------------------------*/
.adver {
	width: 100%;
}
.hf {
	width: 100%;
	background: url(../images/hf.jpg) no-repeat top center;
	padding: 59px 0;
	background-size: 100%;
	/* background-size: cover; */
	height: 155px;
}
/* .hf-l {
	margin-top:50px;
}
.hf-r {
	margin-top:40px;
} */
.hf-l,.hf-r {
	width: 50%;
	text-align: center;
}
.hf-l p,.hf-r p {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
}
.hf-r span {
	font-size: 12px;
	color: #4cb7ff;
	text-transform: uppercase;
}

/*------------------------ads css------------------------------*/
.ads {
	width: 100%;
	background: url(../images/bs.jpg) no-repeat top center;
	/* background-size: contain; */
	/* height: 1086px; */
	background-size: cover;
}
.flex-w {
	width: 100%;
}
.ad-img,.ad-ms {
	width: 50%;
}
.ad-img img{width: 72%}
.four {
	padding: 50px 0;
}
.ad-ms {
	margin-top:50px;
}
.ad-ms h2 {
	background: url(../images/icon.png) no-repeat left center;
	font-size: 30px;
	color: #007ed2;
	font-weight: bold;
	text-indent: 70px;
}
.ad-ms .desc {
	margin-top:30px;
}
.ad-ms .desc p {
	padding-left: 70px;
	font-size: 18px;
	color: #858585;
	line-height: 50px;
}

/*--------------------------brief css------------------------------------*/
.brief {
	width: 100%;
	background: url(../images/us.jpg) no-repeat 0 0;
	background-size: 100%;
	padding-top: 210px;
}
.comdesc {
	margin-left: 50px;
}
.comdesc h2 {
	font-size: 48px;
	color: #fff;
	padding: 10px 0px;
	font-weight: bold;
}
.comdesc .dec {
	font-size: 18px;
	line-height: 2;
	margin-top: 50px;
}
.comdesc .dec p {
	text-indent: 24px;
}
.comdesc .more {
	margin-top:20px;
	font-size: 18px;
	padding: 20px 50px;
	background:#ed143d;
	color: #fff;
	display: inline-block;
}
/*============owl-wrapper===========*/
#owl-example{margin-top: 10px}
.owl-wrapper .owl-item li a{display: block;width: 100%;font-size: 16px;color: #666}
.owl-wrapper .owl-item li{padding: 10px;box-sizing: content-box;font-size: 16px;color: #666}
.owl-wrapper .owl-item li  img{width: 100%;
	height: auto;
	object-fit: cover;}
.magic-item-info{display: flex;
	justify-content: space-between;
	align-items: center;margin-top: 10px}
.magic-info-text{max-width: 200px;overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;display: block}
.owl-pagination{display: flex;
	justify-content: center;}
.owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-page.active span, .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.clickable{margin-top: 10px}
/*-----------------------case css--------------------------------*/
.case {
	width: 100%;
	margin: 50px 0px;
}
.anli-title {
	width: 100%;
	border-bottom: #007ed2 3px solid;
	height: 67px;
	line-height: 70px;
	overflow: hidden;
}
.anli-tt {
	padding: 0px 40px;
	font-size: 24px;
	color: #fff;
	background:#007ed2;
	float: left;
}
.anli-title .more {
	float: right;
	color: #ccc;
	margin-right: 10px;
}
.scrollpic {
	width: 1400px;
	margin-top:40px;
}
#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 300px;
	overflow: hidden;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
#myscroll ul {
	display: flex;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width:310px;
	margin: 0px 20px;
}
#myscroll ul li a {
	display: block;
	float: left;
	width: 310px;
	padding: 0;
	position: relative;
	height: 300px;
	color: #333;
}
#myscroll a .intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: #0057c4;
	filter: alpha(opacity=70);
	width: 310px;
	color: #fff;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-align: center;
}
#myscroll a .intro h5 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	height: 40px;
	width: 260px;
	line-height: 30px;
	border-bottom: 1px solid #347fdc;
	font-weight:100;
}
#myscroll a .intro p {
	font-size: 13px;
	line-height: 20px;
	margin: 65px 70px;
	height: 70px;
	overflow: hidden;
}
#myscroll a .intro {
	bottom: -211px;
}
#myscroll a:hover .intro {
	bottom: 0px;
}
#mybtns {
	width: 1400px;
	display: block;
	position: relative;
}
#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: right;
	margin-right: 1px;
	background-color: #c1c1c1;
}
#mybtns a:hover {
	background-color: #347fdc;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left {
	background-image: url(../images/jt_l.png);
	position: absolute;
	left: 0;
	top: 145px;
	z-index: 999;
}
#mybtns #right {
	background-image: url(../images/jt_r.png);
	position: absolute;
	right: 0;
	top: 145px;
	z-index: 999;
}

#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;
}


/*-------------------------news css----------------------------------*/
.news {
	width: 100%;
	background: #eeeeee;
}
.xw {
	padding: 50px 0px;
	/* display: flex;
	flex-direction: row;
	justify-content: center; */
}
.xw h2 {
	/* display: flex; */
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #007ed2;
	padding: 10px 0px;
	display: inline-block;
	text-align: center;
}
.xwlist {
	display: flex;
	width: 100%;
}
.xwlist ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.xwlist ul li {
	width: 50%;
	margin: 10px 0;
	display: flex;

}
.xwlist ul li a {
	display: flex;
	width: 100%;
	border-bottom: #cccccc 1px dashed;
	padding: 10px 0;
}
.xwlist ul li .time {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.xwlist ul li .time span {
	color: #ed143d;
}
.xwlist ul li .time span.day {
	font-size: 50px;
	font-weight: bold;
	line-height: 60px;
}
.xwlist ul li .xw-dec .title {
	font-weight: bold;
	font-size: 18px;
}
.xwlist ul li .xw-dec .desc {
	font-size: 16px;
}
.xw .more {
	margin-top:20px;
	font-size: 16px;
	padding: 10px 0px;
	color:#ed143d;
	text-align: center;
	display: inline-block;
	width: 100%;
}
/**/

/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
/*.suspension .d-service-intro i{background:url(http://www.hb-bf.com//template/It/images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}*/
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

/*---------------------footer css---------------------------*/

.yqlj{width: 100%; background: #006db5;line-height: 35px;}
.yqlj span{font-size: 14px; color: #fff; float: left;}
.yqlj a{font-size: 12px; color: #fff; padding: 0px 10px;float: left}
.footer {
	width: 100%;
	background: #006db5;
}
.foot {
	padding: 50px 0;
}
.foot-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.foot-nav {
	border-top: #0080d6 1px solid;
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
.foot-nav ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	color: #76c9ff;
}
.foot-nav ul li {
	display: flex;
	width: 10%;
	justify-content: center;
	font-size: 18px;
}
.foot-nav ul li a {
	color: #76c9ff;
	font-size: 18px;
}
.foot-bott {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
.foot-bott .wx,.foot-bott .foot-bq {
	width: 50%;
}
.foot-bott .wx {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
}
.foot-bott .wx img {
	width: 180px;
	height: 180px;
}
.foot-bott .wx span {
	font-size: 18px;
}
.foot-bq {
	color: #fff;
}
.foot-bq ul li {
	font-size: 16px;
	line-height: 30px;
}
.foot-bq ul li a{color: #fff;}

*+html .top-l { float:left; } /* IE7环境 */
*+html .top-r { float:right; } /* IE7环境 */
/* *+html .hf {padding: 56px 0;} */
/* IE9环境以下 */
.flex-img,.name,.num,.tel .num .hm,.nav ul>li,.xwlist ul li,.xwlist ul li a,.xwlist ul li .time,.xwlist ul li .time .day,.xwlist ul li .time .data,.xwlist ul li .xw-dec,.foot-nav ul li,.foot-nav ul span,.wx,.foot-bq,.xwlist ul,.sub-tit ul li { float:left\9; } 
.nav ul li ul li {float:none\9}
.pro-ls li {
	float: left\9;
	width: 30%\9;
	margin:0px 15px\9;
}
.pro-ls li img:hover {
	transform:none\9;
}
.comdesc {
	width: 60%\9;
}
.xwlist ul li .time {
	width: 15%\9;
}
.xwlist ul li .time .day,.xwlist ul li .time .data {
	width: 100%\9;
}
.xwlist ul li .xw-dec {
	width: 85%\9;
}
.foot,.subpage,.footer,.pagination {
	float: left\9;
	width: 100%\9;
}
.foot-nav ul {
	width: 1100px\9;
	margin: 0px auto\9;
}
.foot-nav ul li {
	width: 13%\9;
}
.foot-logo,.foot-nav ul li {
	text-align: center\9;
}
.foot-bott {
	margin-top:20px\9;
}
.wx {
	margin-top: 10px\9;
}
.wx,.wx span {
	text-align: center\9;
	width: 100%\9;
}
.wx img {
	vertical-align: middle\9;
}
.wx span {
	float: left\9;
}

/*=======================================内页样式================================================*/

.subpage {
	padding: 30px 0;
	flex-wrap: wrap;
}
.sub-tit {
	padding:0;
	font-size: 30px;
	font-weight: bold;
	color: #0057C4;width: 100%;display: flex;
	align-items: center;
	justify-content: space-between;
}
.sub-tit ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub-tit ul li {
	display: flex;
}
.sub-tit ul li {
	text-align: center\9;
	margin: 0 10px\9;
	padding: 10px 0\9;
}
.sub-tit ul li a {
	line-height: 18px\9;
}
.sub-tit ul li a {
	justify-content: center;
	background: #f1f1f1;
	margin: 0 20px;
	padding: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #444;
}
.sub-tit ul li a:hover {
	background: #ed143d;
	color: #fff;
}
.sub-tit ul li .active{color: #fff;background: #ed143d;}
/*当前位置*/
.sub-tit span{ font-size: 14px; float: right;color: #333}
.sub-tit span a{color: #333}
.subpage .wzlist li {
	width: 100%;
	margin: 0;
}
.subpage .wzlist li a {
	padding: 30px 0;
	justify-content: space-between;
}
.subpage ul li .time {
	justify-content: center;
	align-items: center;
}
.subpage ul li .time span {
	width: 100%;
	text-align: center;
}
.subpage ul li .time span.day {
	font-size: 60px;
}
.subpage ul li .time span.data {
	font-size: 22px;
}
.xwlist ul li .xw-dec .title {
	font-size: 22px;
}
.xwlist ul li .xw-dec .desc {
	font-size: 14px;
	color: #888;
	line-height: 1.4;
}
.subpage ul li .time {
	width: 10%;
}
.subpage .wzlist li a:hover {
	background:#f6f6f6;
}
.xwlist ul li .xw-dec {
	width: 85%;
}




.pagination {width: 100%;     height: 30px;
	margin: 20px 0 50px 0;
	/* padding-top: 25px; */
	text-align: center;
	line-height: 30px;
	color: #D1D1D1;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;}
.pagination em {display: inline-block; height: 100%; margin: 0 3px; padding: 0 15px; font-size: 20px; border: 1px solid #F1F1F1; vertical-align: top; cursor: pointer;}
.pagination em:hover {color: #333; background: #f5f4f4;}
.pagination li .active {color: #fff; background: #346DB8;}
.pagination li {display: inline-block; height: 100%; margin: 0 3px;  color: #D1D1D1; border: 1px solid #F1F1F1; zoom: 1; *display:inline; float:none;text-align: center;}
.pagination a:hover {color: #333; background: #f5f4f4;}
.pagination li.active {color: #fff; background: #346DB8;}

/*页面修改*/
.main{overflow: hidden}
.pd-lr{width: 20%; float: left; margin-top: 30px;}
.xwlist,.pagination,.subpage{width: 78%;float: right}
.pd-lr .recentBlog{ background: #eeeeee; }
.pd-lr .recentBlog .recentTxt{ background: #186AAB; color: #fff;font-size: 20px;height: 55px; line-height: 55px; text-indent: 10px;}
.pd-lr .recentBlog  .Desc{padding: 20px;}
.pd-lr .recentBlog  .Desc a{width: 100%; height: 50px; line-height: 50px;display: inline-block; font-size: 16px; border-bottom: 1px #ccc dashed;text-indent: 20px; }
.pd-lr .recentBlog  .Desc1{padding: 20px;}
.pd-lr .recentBlog  .Desc1 .recentBlogBox{height: 34px; line-height: 34px;overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;}

.left-a{width: 40%;float: left}
.left-a img{width: 100% !important;}
.left-b .title{font-size: 18px; font-weight: bold;line-height: 35px;}
.left-b .pem em{width: 50%;float:left; height: 35px;line-height: 35px;   display: inline-block; font-size: 14px}
.left-b{width: 58%;float: right}
.left-b .description{line-height: 1.5; color: #888; padding-bottom: 10px; font-size: 14px}
.detailCont .content{width: 100%;float: left;}
.detailCont{float: left}
.detailCont .content .hd{height: 50px;line-height: 50px; background: #f9f9f9; margin: 25px 0;}
.detailCont .content .hd span{background: #00a0e9; height: 50px; line-height: 50px;display: inline-block; padding: 0px 15px; color: #fff; font-size: 18px;}
.content1 p{line-height: 35px; color: #444; }

/*弹出框*/
.mask{margin:0;padding:0;border:none;width:100%;height:100%;background:#333;opacity:0.6;filter:alpha(opacity=60);z-index:9999;position:fixed;top:0;left:0;display:none;}
#LoginBox{position:fixed;left:40%;top:150px;background:white;width:426px;height:282px;border:3px solid #444;border-radius:7px;z-index:10000;display:none;color: #666}
#example{    position: fixed;
	top: 230px;
	color: White;
	background: #4490f7;
	text-decoration: none;
	padding: 10px;
	/*margin-top: 40px;*/
	border-radius: 5px 0 0 5px;
	opacity: 0.9;
	filter: alpha(opacity=60);
	right: 0px;
	width: 30px;
	z-index: 1000;
	line-height: 1.2;
}
.warning{float:right;color:Red;text-decoration:none;font-size:20px;font-weight:bold;margin-right:20px;display:none;}
.row1 {margin-bottom: 10px;
	background: #f7f7f7;
	padding: 0px 20px;

	height: 50px;
	font-weight: bold;
	color: #666;
	font-size: 20px;
}
.close_btn {
	font-family: arial;
	font-size: 30px;
	font-weight: 700;
	color: #999;
	text-decoration: none;
	float: right;
	padding-right: 4px;
}
.row {
	height: 50px;
	line-height: 50px;
	padding: 0px 30px;
	font-family: 华文楷体;
	font-size: 14px;
}
.textarea{height: 60px;}
.inputBox .form-control{width: 240px;height: 35px;line-height: 35px; border: 1px #ccc solid}
.add {
	color: White;
	background: #4490f7;
	text-decoration: none;
	padding: 10px 95px;
	margin-left: 59px;
	margin-top: 40px;
	border-radius: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/*-------details css---------*/
.details {
	margin-top:30px;
	width: 100%;
}
.detailHead {
	text-align: center;
	border-bottom: #ccc 1px dashed;
}
.detailHead .title {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8;
}
.detailHead p {
	font-size: 14px;
	padding: 10px 0;
}
.detailCont {
	padding: 20px 0px;
	font-size: 16px;
	color: #333;
	width: 100%;
	
}
/*.detailCont p{margin-bottom: 10px;}*/

.detailCont img {
	max-width: 800px !important;
  height:auto!important;
}
.detailCont .content p ,.detailCont .content div ,.detailCont .content span,.detailCont .content ol{font-family:"Microsoft Yahei" , "微软雅黑"!important; line-height: 32px!important; color:#666}
.detailCont .content ol{padding: 0!important;}
.detailCont .content p{margin-bottom: 1rem}
/*首页客服*/
/**/
.chat-form-kf .chat-offline {
	background-color: #fff;
	border-radius: 12px;
	padding-bottom: 14px;
	box-shadow: 0 0 4px 1px rgb(0 0 0 / 10%);
	width: 100%;
}
.chat-form-kf .chat-offline-head {
	background-color: #00f;
	height: 52px;
	border-radius: 12px 12px 0 0;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 52px;
	text-align: center;
	background: url(http://hbsjsdoss.oss-cn-zhangjiakou.aliyuncs.com/hbsjsd-img/33/20230208/offline-chat-head.png) no-repeat 0 0;
	background-size: cover;
}
.chat-form-kf .chat-offline-content{
	padding: 0 14px;
}
.chat-form-kf .chat-offline-content-cpyinfo {
	line-height: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #555;
	margin: 10px 0;
}
.chat-form-kf .chat-offline-content-form .aff-leave-message-container-box-message{
	margin-bottom: 8px;
}
.chat-form-kf .chat-offline-content-form .aff-leave-message-container-box-message textarea{
	width: 100%;
	padding: 5px 10px;
	height: 56px;
	font-size: 12px;
	border-radius: 9px;
	overflow: hidden;
	resize: none;
	border: 1px solid #dcdfe6;
	outline: none;
}
.chat-form-kf .chat-offline-content-form .aff-leave-message-container-box-message input{
	width: 100%;
	padding: 12px;
	font-size: 12px;
	border-radius: 9px;
	border: 1px solid #dcdfe6;
	outline: none;
}
.chat-form-kf .chat-offline-footer{
	height: 40px;
	background: #4e6ef2;
	border-radius: 6px;
	line-height: 40px;
	text-align: center;
	width: 60%;
	margin: 14px auto 0;
	color: #fff;
	font-size: 14px;
}
.chat-form-kf .rgkf{display: none}
.chat-form-kf .icon{    display: flex;
	position: relative;
	bottom: 0;
	width: 40%;
	float: left;
	left: 10px;}
.chat-form-kf .icon div{margin: 0 5px;width: 30px;height: 30px;}
.chat-form-kf .icon .icon-img{background: url(http://hbsjsdoss.oss-cn-zhangjiakou.aliyuncs.com/hbsjsd-img/33/20230209/oolbar_photo.59c108b.png) no-repeat 50%!important;position: relative;background-size:20px!important;}
.chat-form-kf .icon  input{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.chat-form-kf .icon .icon-file{    background: url(http://hbsjsdoss.oss-cn-zhangjiakou.aliyuncs.com/hbsjsd-img/33/20230209/toolbar_file.063c3e3.png) no-repeat 50%!important;position: relative;background-size:20px!important;}


.img_p{background: #f9f9f9;text-align: center;}
.p_l{
    padding-top:5px;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #999;
    background: #fff url(/static/index/images/x.png) no-repeat 0 5px;
    background-size: 13px;padding-left: 15px;line-height: 2;
}


.waplogo{display: none}
@media (max-width: 1680px) {
	.brief{padding-top: 160px}
}

/* @media (max-width: 1680px) {
	.homeInforCont {margin: 40px 0 0 68px;}
	.homeInforCont h3 {line-height: 36px; margin-bottom: 16px;}
	.homeInforCont p {margin-bottom: 18px;}
	
	.contWrap {width: 1400px;}
	
}
@media (max-width: 1440px) {
  .writ h2 span {font-size: 42px; line-height: 50px;}
  .writ h3 span {font-size: 44px; line-height: 48px;}
  .writ h4 {margin: 15px 0;}
	
} */
.fix-nav-btm{display: none}
@media (max-width: 1400px) {
.brief {
	padding-top: 100px;
}
}
@media (max-width: 1300px) {
	.container {max-width: 96%;}
	.pro-bot .dh{    font-size: 18px;}
	.hf-l p, .hf-r p{font-size: 20px}
	.hf-r span{font-size: 0.75rem}

	.subpage ul li .time span.day{font-size: 40px}
	.subpage ul li .time span.data{font-size: 16px}
	.pd-lr{width: 280px}
	.xwlist, .pagination, .subpage{width: calc(100% - 300px)}
	.subpage ul li .time{width: 13%}
	.xwlist ul li a{width: 100%}
}
/* @media screen and (min-width: 600px) {
	.wap-logo {
		width: 30%;
	}
	.top-l {
		display: none;
	}
} */
@media (max-width: 1200px) {
	.container {max-width: 95%;}
	.hf {
		padding: 40px 0px 0px 0px;
		height: 110px;
		display: block;
	}
	.hf-l p, .hf-r p {
		font-size: 16px;
	}
	.hf-r span {
		font-size: 8px;
	}
	.four {
		padding: 40px 0;
	}
	.ad-img {
		width: 30%;
	}
	.ad-ms {
		width: 65%;
		margin-top:20px;
	}
	.ad-ms h2 {
		font-size: 20px;
		/*height: 20px;*/
		background-size: contain;
	}
	.ad-ms .desc p {
		font-size: 16px;
		line-height: 40px;
	}
	.brief {
		padding-top:100px;
	}
	.brief .fl {
		width: 30%;
	}
	.brief .comdesc {
		width: 70%;
	}
	.comdesc h2 {
		font-size: 30px;
	}
	.comdesc .dec {
		font-size: 16px;
		line-height: 30px;
	}
	.comdesc .more {
		padding: 10px 30px;
	}
	.scrollpic,#mybtns {
		width: 100%;
	}
	.pro-bot .dh{    font-size: 18px;}

	.subpage ul li .time span.day{font-size: 40px}
	.subpage ul li .time span.data{font-size: 16px}
	.pd-lr{width: 280px}
	.xwlist, .pagination, .subpage{width: calc(100% - 300px)}
	.subpage ul li .time{width: 13%}
}
@media (max-width: 1024px) {
	.one_l,.one_r,.one:after{width: 50%}
	.one_r{font-size: 0.78rem}
	.one_l .fl{font-size: 0.78rem}
	.one_l h3{font-size: 1rem}
	.container {max-width: 95%;}
	.top-l {
		display: block;
	}
	.pro-bot {
		padding-left:65px;
	}
	.pro-bot .sj {
		margin-top:10px;
	}
	.pro-bot .dh ,.pro-bot .sj{
		font-size: 14px;
	}
	.detailCont {

		width: 100%;
		margin: 0px auto;
	}
	.flickerplate{height: 450px;}
	.flickerplate ul.flicks>li {background-size: cover !important;}
	.pd-lr{display: none}
	.subpage,.pagination{width: 100%}

	.sub-tit{overflow:inherit !important;}
	.xwlist ul li a{width: 100%}
	.ad-img img{width: 100%}

	#example{right: 0}

	.one_l .fl{width: 100%}
	.detailCont img{max-width: 98% !important;}

}
@media (max-width: 992px) {
	.container {max-width: 96%;}
	.logo {
		align-items: center;
	}

	.navWrapTop {
		display: block;
	}
	.wap-nav {
		width: 100%!important;
	}
	.navWrap .wrap {
		display: flex;
		padding: 20px 10px;
	}
	.logo {width: 100%;}
	.wap-logo {
		width: 15%;
	}
	.flex-0{font-size: 32px}
	.flex-t{font-size: 16px}
	.lgs .name{line-height: 35px}
	.nm {
		font-size: 30px;
		font-weight: bold;
		color: #039dc7;
	}
	/*.nav {*/
		/*position: absolute; */
		/*width: 220px; */
		/*right: -100%; */
		/*top: 84px; */
		/*color: #fff; */
		/*background: #186AAB;*/
	/*}*/
	/*.nav > ul > li {*/
		/*display: block; */
		/*width: 100%; */
	/*}*/
	/*.nav > ul > li > a {*/
		/*color: #fff; */
		/*height: 42px; */
		/*padding: 0 10px; */
		/*line-height: 42px; */
		/*font-size: 14px; */
		/*border-bottom: 1px solid #fff; */
		/*box-sizing: border-box;*/
	/*}*/
	/*.nav > ul > li:last-child > a {*/
		/*border-bottom: none;*/
	/*}*/
	/*.nav > ul > li:first-child > a {*/
		/*height: 42px; padding: 0 10px; line-height: 42px;*/
	/*}*/
	/*.nav > ul > li:hover > a {*/
		/*color: #fff;*/
	/*}*/
	/*.nav > ul > li > ul {*/
		/*display: none; */
		/*position: relative; */
		/*width: 100%; */
		/*background: #3385cc; */
		/*opacity: 1; */
		/*visibility: visible; */
		/*transition: none; */
	/*}*/
	/*.nav > ul > li > ul > li > a {color: #fff; height: 38px; line-height: 38px; border-bottom: 1px solid #CCCCCC;}*/
	
	/*.menu {display: block;}*/
	/*.navBtn {display: block;}*/

	.daohang{height: 100%;line-height: 45px;}
	.comn .fr{display: none}

	.flickerplate {
		height: 500px;
	}
	/* .flickerplate {
		height: 480px;
	} */
	/* .flickerplate ul.flicks>li {
		background-size:contain;
		background-repeat: no-repeat;
	} */

	.pro-list-tt span {
		padding: 0 20px;
		font-size: 22px;
	}

	.pro-type {
		display: none;
	}
	.pro-list {
		width: 100%;
	}
	.hf {
		padding: 40px 0px 0px 0px;
		height: 78px;
		display: block;
	}
	.hf-l p, .hf-r p {
		font-size: 16px;
	}
	.hf-r span {
		font-size: 8px;
	}
	.subpage {
		padding: 30px 0;
	}
	.sub-tit {
		padding: 10px;
		overflow: scroll;
		text-align: left;
	}

	.sub-tit ul {
		display: block;
		width: 1000px;
	}
	.sub-tit ul li {
		width: 140px;
		float: left;
		margin: 0px 10px;
		text-align: center;
	}
	.sub-tit ul li a {
		font-size: 14px;
		margin: 0px;
		float: left;
		width: 100%;
	}
	.yqlj{display: none}

	.sub-tit{display: none}
	.left-a,.left-b{width: 100%}
	.content1 img{width: 100% !important;  }
	.but-a{display: none}

	.main .container{padding: 0 8px}

	.pro-ls{width: 100%}
	.subpage ul li .time{width: 120px}
	.xwlist ul li .xw-dec .desc{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.xwlist ul li .xw-dec .title {
		font-size: 1.2rem;
	}

}
@media (max-width: 800px) {

	.container {max-width: 100%;}
	.logo {
		align-items: center;
	}

	.navWrapTop {
		display: block;
	}
	.wap-nav {
		width: 100%!important;
	}
	.navWrap .wrap {
		display: flex;
		padding: 20px 10px;
	}
	/*.logo {width: 50%;}*/
	.wap-logo {
		width: 15%;
	}
	.nm {
		font-size: 30px;
		font-weight: bold;
		color: #039dc7;
	}


	
	.flickerplate {
		height: 500px;
	}
	.flickerplate{height: 300px;}

	.pro-list-tt span {
		padding: 0 20px;
		font-size: 22px;
	}

	.pro-type {
		display: none;
	}
	.pro-list {
		width: 100%;
	}
	.hf {
		padding: 20px 0px 0px 0px;
		height: 78px;
		display: block;
	}
	.hf-l p, .hf-r p {
		font-size: 16px;
	}
	.hf-r span {
		font-size: 8px;
	}
	.subpage {
		padding: 30px 0;
	}
	.sub-tit {
		padding: 10px;
		overflow: scroll;
		text-align: left;
	}

	.sub-tit ul {
		display: block;
		width: 1000px;
	}
	.sub-tit ul li {
		width: 140px;
		float: left;
		margin: 0px 10px;
		text-align: center;
	}
	.sub-tit ul li a {
		font-size: 14px;
		margin: 0px;
		float: left;
		width: 100%;
	}

	.one .container{padding: 0 5px}
	.one_l,.one_r,.one:before,.one:after{width: 50%}
	.one_l .fl{font-size: 0.6rem}
	.one_l h3,.one_r{font-size: 0.8rem}
	.one_r{padding: 0 5px;}
}
@media (max-width: 768px) {
	/*.daohang{display: none;}*/
	.one{display: none;}
	.lgs .lg{width: 60px;height: 60px}

	.lgs .name{margin: 0px;}
	.lgs .name{line-height: inherit}
	.na ,.ms,.lg{
		display: none
	}
	.waplogo{display: block;max-width: 75%;}
	.lgs .name{margin-left:5px}
	.na ,.ms,.lg{
	  font-size: 18px;
	}
	.ms{font-size:14px}
	.main .prod .container{padding: 0}
	.comn{padding: 15px;box-sizing: border-box}
.nm1{display: block;font-size: 150%;line-height: 120%; color: #039dc7;font-weight: bold;}
	.daohang ul li{width: 32%; text-align: center}
	.daohang ul li a {
		padding: 0px 0px;
	}
	 .top-r{display: none}
	.sub-tit{font-size: 1rem;padding-bottom: 10px}
	.subpage{padding-top: 0}
	.top-l,.top-r{
		width: 100%
	}

	.top-r .form-search {
		width: 100%;box-sizing: border-box;
	}
	.top-r .search-input{width: 90%}
	.wap-logo {
		width: 30%;
	}
	.hf {
		padding: 10px 0px 0px 0px;
		height: 50px;
		display: block;
		line-height: 18px;
	}
	.hf-l p, .hf-r p {
		font-size: 12px;
		letter-spacing: 0px;
	}
	.hf-r p {
		margin-top:-5px;
	}
	.hf-r span {
		font-size: 5px;
	}
	.ads {
		background-size: cover;
	}
	.four-t,.four-b {
		display: inline-block;
	}
	.ad-img {
		width: 100%;
	}
	.ad-ms {
		width: 100%;
		margin-top:20px;
	}
	.ad-ms h2 {
		font-size: 20px;
		background-size: contain;
	}
	.ad-ms .desc {
		margin-top: 10px;
	}
	.ad-ms .desc p {
		font-size: 14px;
		line-height: 30px;
	}
	.xwlist ul li {
		width: 100%;
	}
	.xwlist ul li .time span.day {
		font-size: 40px;
		line-height: 50px;
	}

	.xwlist ul li .xw-dec .desc {
		font-size: 0.8rem
	}
	.brief {
		padding: 50px 0;
		background: #0057C4;
	}
	.brief .comj {
		display: inline-block;
	}
	.comdesc h2 {
		color: #fff;
		font-size: 30px;
	}
	.comdesc .dec {
		line-height: 30px;
		color: #fff;
		font-size: 14px;
	}
	.comdesc .more {
		padding: 10px 30px;
		background: #fff;
		color: #ed143d;
	}
	.comj img,.comj .comdesc {
		width: 100%;
	}
	.scrollpic,#mybtns {
		width: 100%;
	}
	.foot {
		padding: 20px 0 ;
	}
  .foot-nav,.foot-logo {
  	display:none;
  }
	.foot-nav ul li {
		width: 13%;
		font-size: 14px;
	}
	.foot-nav ul li a {
		font-size: 14px;
	}
	.foot-bott {
		display: inline-block;
		width: 100%;
		padding: 10px 0 30px 0;
	}
	.foot-bott .wx {
		/* align-items: flex-start; */
		padding: 10px 0;
	}
	.foot-bott .wx, .foot-bott .foot-bq {
		width: 100%;
	}
	.foot-bott .foot-bq{display: none}
	.foot-bq ul li {
		font-size: 14px;
	}
	.subpage ul li .time span.data {
		font-size: 18px;
	}
	.xwlist ul li .xw-dec .title {
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.xwlist ul li .xw-dec .desc{margin-top: 8px}
	.foot-bott .wx img {
		width: 120px;
		height: 120px;
	}
	.foot-bott .wx span {
		font-size: 14px;
	}

	.pro-ls li{width: 50%}
	.suspension{display: none}
	#LoginBox{width: 92%;left: 4%; height: 285px;}
	.row{padding: 0 10px;}

  .detailHead p{font-size:0.75rem;color:#666}

	.fix-nav-btm {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		width: 100%;
		height: 63px;
		background: #055991;
		/*overflow-x: hidden;*/
		/*transform: translate3d(0, 0, 0);*/
		/*-webkit-overflow-scrolling : touch;*/
	}
	.fix-nav-btm {
		top: auto;
		bottom: 0;
		z-index: 999;
		font-size: 0;
		text-align: center;
	}
	.fnb-one {
		display: inline-block;
		margin: 9px 5% 0;
		vertical-align: top;
	}
	.fnb-one-img {
		margin-bottom: 3px;
	}
	.fnb-one-img img {
		width: 28px;
	}
	.fnb-one-desc {
		color: #e6e6e6;
		font-size: 12px;
		display: flex;
		align-items: center;
	}
	.fnb-one-desc img {
		position: relative;
		top: 0px;
		margin-left: 4px;
		width: 4px;
	}

	.prevnext-m {
		display: none;
	}

	.banner_txt {
		padding-right: 15px;
		padding-left: 15px;
	}
	.banner_txt1,
	.banner_txt2 {
		width: 100%;
		text-align: left;
	}
	.banner_txt1 {
		line-height: 80px;
		line-height: 1.066667rem;
		font-size: 56px;
		font-size: 0.746667rem;
	}
	.banner_txt2 {
		margin-top: 28px;
		margin-top: 0.373333rem;
		line-height: 42px;
		font-size: 24px;
		color: #bebebe;
	}

	.product {
		margin-bottom: 0;
	}

	.prevnext-m {
		display: table;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px solid #d7d7d7;
		border-bottom: 1px dashed #888;
		margin-top: 80px;
		width: 100%;
	}
	a.prev-m,
	a.next-m {
		display: inline-block;
		float: left;
	}
	a.next-m {
		float: right;
	}
	a.prev-m i,
	a.next-m i {
		display: inline-block;
		width: 36px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		background: #e4e4e4;
		border-radius: 50%;
	}
	a.prev-m img,
	a.next-m img {
		width: 8px;
	}
	a.prev-m span,
	a.next-m span {
		display: inline-block;
		margin: 0 6px;
		position: relative;
		top: 4px;
		font-size: 14px;
		color: #515151;
	}
	#example{display: none}

	.pro-list-tt,.anli-title{height: 55px}
	.pro-list-tt span,.anli-title .anli-tt{height: 55px;font-size:18px;line-height: 55px}
	.page-link{line-height: 26px}
	.pagination a, .pagination em{padding: 0 5px;font-size: 12px;}



	.pc-menu li{padding: 10px 0}
	.pc-menu li .img{height: 25px;}
	.pc-menu li .title{font-size: 14px;margin-top: 5px}
	.pro-ls li p{font-size: 14px;}

}
@media (max-width: 520px) {
	.one_l{display: none}
	.one_r,.one:after{width: 100%}
	.one{height: 40px}
	.one_r{line-height: 40px;}
	.one:after{background: #00aee0;}


	.hf-l p, .hf-r p{font-size: 0.6rem}
	.hf-r span{font-size: 0.3rem}
	.hf{height: auto}
	.four{padding-top: 20px}
}
@media (max-width: 414px) {
	.owl-wrapper .owl-item li{
		padding: 10px 0;
	}
	.flickerplate {
		height: 220px;
	}
	#myscroll ul li{width: 400px;margin: 0px; }
	#myscroll ul li a,#myscroll ul li a img{width: 100%;}
	.wap-logo {
		width: 30%;
	}
	.top-l {
		display: none;
	} 
	 .foot-nav {
		 display: none;
	 }
	.hf  {
		display: none;
	}
	.four-t,.four-b {
		flex-wrap: wrap;
	}
	.ad-img, .ad-ms {
		width: 100%;
	}

	.xwlist ul li {
		width: 100%;
	}
	.xwlist ul li .xw-dec .title {
		font-size: 15px;line-height: 1.4;
	}
	.xwlist ul li .xw-dec .desc {
		font-size: 13px;
	}
	.xwlist ul li .time span.day {
		font-size: 40px;
		line-height: 40px;
	}
	.four-b .ad-img {
		float: left;
	}
	.four-b .ad-ms {
		float: right;
	}
	/* .foot-bott {
		display: inline-block;
	} */
	.foot-bott .wx {
		padding: 20px 0px;
	}
	.foot-bott .wx, .foot-bott .foot-bq {
		width: 100%;
	}
	.foot-bq ul li {
		font-size: 14px;
	}
	.subpage ul li .time span.day {
		font-size: 30px;
	}
	.subpage ul li .time span.data {
		font-size: 12px;
	}
	.xwlist ul li .xw-dec .desc {
		height: 36px;
		overflow: hidden;
	}
	.subpage .wzlist li a {
		padding: 20px 0;
	}
	.subpage ul li .time {
		width: 15%;
	}
	.xwlist ul li .xw-dec {
		width: 80%;
	}
	.nm {
		font-size: 20px;margin-left: 10px;
	}


	/**/
	.container{overflow: hidden;}
	.sub-tit{overflow: auto; float: left;width: 100%; padding: 10px ;}
	.pro-ls{width: 100%;
		float: left;}
	.sub-tit ul {
		width: 100%;
	}
	.sub-tit ul li{width: 44%; margin: 5px 3%}
	.sub-tit ul li a{font-size: 16px;}

}

@media (max-width: 320px) {
	.container {max-width: 96%;}
	.flickerplate {
		height: 180px;
	}
	.comn {
		display: none;
	}
	.navWrapTop {
		display: block;
	}
	.wap-nav {
		width: 100%!important;
	}
	.navWrap .wrap {
		display: flex;
		padding: 20px 10px;
	}
	.logo {width: 50%;}
	.wap-logo {
		width: 15%;
	}
	.nm {
		font-size: 30px;
		font-weight: bold;
		color: #039dc7;
	}

	.pro-list-tt span {
		padding: 0 20px;
		font-size: 22px;
	}

	.pro-type {
		display: none;
	}
	.pro-list {
		width: 100%;
	}
	

}





