html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption,
tbody,
tfoot,
thead,
header,
section,
footer {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	list-style: none;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-family: "微雅软黑", "Microsoft Yahei", "宋体";
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}

ul,
dl,
ol {
	list-style: none;
}

ul,
dl,
ol,
dt,
dd,
p,
h1,
h2,
h3,
h4,
div,
span,
font {
	margin: 0;
	padding: 0;
}


/*通用代码*/

.wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.cls {
	clear: both;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}

#pagesize {
	overflow: hidden;
}


/*ban*/

.banner {
	width: 100%;
	height: 550px;
	white-space: nowrap;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	/*border:1px solid #F00; */
}

.banner_m {
	width: 50%;
	height: 550px;
	display: inline-block;
	position: relative;
}

.wrapper {
	*float: left;
	width: 1920px;
	height: 550px;
	display: inline-block;
	position: relative;
	left: -967px;
}

.fn-clear {
	zoom: 1;
}

.box_skitter {
	position: relative;
	background: none;
}

.box_skitter ul {
	display: none;
}

.box_skitter .container_skitter {
	overflow: hidden;
	position: relative;
}

.box_skitter .image {
	overflow: hidden;
}

.box_skitter .image img {
	display: none;
}

.box_skitter .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20;
}

.box_skitter .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.box_skitter .prev_button {
	position: absolute;
	top: 203px;
	left: 15%;
	z-index: 100;
	width: 72px;
	height: 143px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: 0;
	background: url(../img/prev.png) no-repeat left top !important;
}

.box_skitter .next_button {
	position: absolute;
	top: 203px;
	right: 14%;
	z-index: 100;
	width: 72px;
	height: 143px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: 0;
	background: url(../img/next.png) no-repeat left top !important;
}

.box_skitter .label_skitter {
	z-index: 150;
	position: absolute;
	display: none;
}

#slideshow {
	width: 1920px;
	height: 550px;
}

#slideshow ul {
	display: none;
}


/*内页*/

.content {
	margin-top: 50px;
}

.content-b>h5 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.pro-nr img {
	max-width: 100%;
}


/*顶部*/

.itop {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #eee;
	color: #666;
}


/*logo*/

.ilogo {
	width: 100%;
	height: 110px;
}

.ilogo>.wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ilogo .ilogo-l {
	padding-left: 145px;
	height: 55px;
	background: url(../img/logo.png) left center no-repeat;
	text-align: center;
}

.ilogo .ilogo-l h5 {
	font-size: 24px;
	font-weight: bold;
}

.ilogo .ilogo-l p {
	color: #0369ee;
	margin-top: 5px;
}

.ilogo .ilogo-m {
	text-align: center;
}

.ilogo .ilogo-m h5 {
	font-size: 24px;
	font-weight: bold;
	color: #0369ee;
}

.ilogo .ilogo-m p {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #666;
	margin-top: 2px;
}

.ilogo .ilogo-m p:before {
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 1px;
	background: #666;
	left: -30px;
	top: 10px;
}

.ilogo .ilogo-m p:after {
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 1px;
	background: #666;
	right: -30px;
	top: 10px;
}

.ilogo .iphone dl {
	padding-left: 38px;
	background: url(../img/phone.png) left center no-repeat;
}

.ilogo .iphone dl dt {
	color: #999;
}

.ilogo .iphone dl dd {
	font-size: 15px;
	font-weight: bold;
	color: #0369ee;
}

.ilogo .iphone p {
	font-size: 30px;
	font-weight: bold;
}


/*nav*/

.inav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url(../img/nav_bg.png) repeat-x;
}

.inav ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.inav ul li {
	flex: 1;
	position: relative;
}

.inav ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.inav ul li.on>a,
.inav ul li:hover>a{
	background: url(../img/nav_bg02.png) repeat-x;
}
.inav ul li dl {
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
	background: #fff;
	z-index: 99999;
}

.inav ul li:hover dl {
	display: block;
}
.inav ul li dl dd>a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #666;
}

.inav ul li dl dd>a:hover {
	background: #f0f0f0;
	color: #0369ee;
}


/*蓝色*/

.blue {
	color: #0369ee !important;
}


/*标题*/

.ititle h5 {
	text-align: center;
	font-size: 35px;
	color: #222;
}

.ititle p {
	text-align: center;
	font-size: 16px;
	color: #999;
	margin-top: 5px;
}


/*服务*/

.iser {
	width: 100%;
	margin-top: 80px;
}

.iser .iser-list {
	margin-top: 10px;
}

.iser .iser-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.iser .iser-list ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 380px;
	height: 230px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
	margin-top: 30px;
	position: relative;
	top: 0;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.iser .iser-list ul li:hover {
	top: -10px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
}

.iser .iser-list ul li:after {
	display: block;
	content: "";
	opacity: 0;
	width: 0;
	height: 0;
	background: #111;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.iser .iser-list ul li:hover:after {
	opacity: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.iser .iser-list ul li i {
	display: block;
	width: 73px;
	height: 60px;
	background: url(../img/iser_icon.png) no-repeat;
	margin: 0 auto;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.iser .iser-list ul li:nth-of-type(1) i {
	background-position: top 0 left 0;
}

.iser .iser-list ul li:nth-of-type(2) i {
	background-position: top 0 left -73px;
}

.iser .iser-list ul li:nth-of-type(3) i {
	background-position: top 0 left -146px;
}

.iser .iser-list ul li:nth-of-type(4) i {
	background-position: top 0 left -219px;
}

.iser .iser-list ul li:nth-of-type(5) i {
	background-position: top 0 left -292px;
}

.iser .iser-list ul li:nth-of-type(6) i {
	background-position: top 0 left -365px;
}

.iser .iser-list ul li:hover i {
	background-position-y: -60px;
}

.iser .iser-list ul li h5 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin: 15px auto 20px;
}

.iser .iser-list ul li p {
	width: 300px;
	line-height: 25px;
	margin: 0 auto;
	text-align: center;
}

.iser .iser-list ul li:hover h5,
.iser .iser-list ul li:hover p {
	color: #fff;
}


/*产品*/

.ipro {
	width: 100%;
	margin-top: 80px;
}

.ipro .ipro-nav {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ipro .ipro-nav ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.ipro .ipro-nav ul li {
	margin-right: 25px;
	margin-top: 10px;
}

.ipro .ipro-nav ul li:nth-of-type(5n) {
	margin-right: 0;
}

.ipro .ipro-nav ul li a {
	display: block;
	text-align: center;
	width: 220px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	background: #0369ee;
	color: #fff;
}

.ipro .ipro-nav ul li a:hover {
	background: #222;
}

.ipro .ipro-list ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ipro .ipro-list ul li {
	width: 285px;
	margin-top: 25px;
}

.ipro .ipro-list ul li a i {
	display: block;
	width: 283px;
	height: 283px;
	border: 1px solid #ddd;
	border-bottom: none;
	background-size: 100% 100%;
}

.ipro .ipro-list ul li a p {
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #222;
	color: #fff;
}

.ipro .ipro-list ul li a:hover i {
	border-color: #0369ee;
}

.ipro .ipro-list ul li a:hover p {
	background: #0369ee;
}


/*优势*/
.idb {
	margin-top: 80px;
	width: 100%;
	height: 550px;
	background: url(../img/ys_bg.jpg) center no-repeat;
}

.idb>.wrap {
	overflow: hidden;
	position: relative;
}

.idb .ititle {
	margin-top: 40px;
}

.idb .idb-img {
	position: absolute;
	width: 271px;
	height: 257px;
	background: url(../img/ys_img.png) no-repeat;
	left: 170px;
	top: 180px;
	animation: ctrs 3s infinite ease-in-out;
}

@keyframes ctrs {
	0% {
		top: 180px;
	}
	50% {
		top: 170px;
	}
	100% {
		top: 180px;
	}
}

.idb .idb-contrast{
	width: 500px;
	position: absolute;
	right: 50px;
    top: 165px;
}

.idb .idb-contrast .idb-contrast-t{
	display: flex;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.idb .idb-contrast .idb-contrast-t .idb-contrast-t-l{
	flex: 1;
	padding-right: 20px;
	background: #0369ee;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	position: relative;
}
.idb .idb-contrast .idb-contrast-t .idb-contrast-t-r{
	flex: 1;
	padding-left: 20px;
	background: #ccc;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #333;
	position: relative;
}

.idb .idb-contrast .idb-contrast-t .idb-contrast-t-l span{
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
}
.idb .idb-contrast .idb-contrast-t .idb-contrast-t-r span{
	position: absolute;
	left: 0;
	top: 0;
	font-weight: normal;
}

.idb .idb-contrast .idb-contrast-list{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.idb .idb-contrast .idb-contrast-list:last-of-type{
	border-bottom: none;
}
.idb .idb-contrast .idb-contrast-list dd{
	flex: 1;
	text-align: center;
	height: 70px;
	line-height: 70px;
}
.idb .idb-contrast .idb-contrast-list dd:nth-of-type(1){
	font-size: 16px;
	font-weight: bold;
	color: #0369ee;
	background: #fff;
	padding-right: 20px;
}
.idb .idb-contrast .idb-contrast-list dd:nth-of-type(2){
	font-size: 15px;
	color: #333;
	background: #eee;
	padding-left: 20px;
}
.idb .idb-contrast .idb-contrast-list i{
	display:block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	font-style: normal;
	color: #666;
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/*优点*/
.iadv{
	margin-top: 80px;
	width: 100%;
}

.iadv .iadv-b{
	position: relative;
	width: 100%;
	height: 480px;
	margin-top: 40px;
}

.iadv .iadv-b .iadv-img{
	position: absolute;
	width: 480px;
	height: 480px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: url(../img/adv_bg.jpg) center no-repeat;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.iadv .iadv-b .iadv-list{
	width: 278px;
	height: 108px;
	border: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	position: absolute;
}
.iadv .iadv-b .iadv01{
	top: 10px;
	left: 60px;
}
.iadv .iadv-b .iadv02{
	top: 185px;
	left: 0;
}
.iadv .iadv-b .iadv03{
	top: 355px;
	left: 60px;
}
.iadv .iadv-b .iadv04{
	top: 10px;
	right: 60px;
}
.iadv .iadv-b .iadv05{
	top: 185px;
	right: 0;
}
.iadv .iadv-b .iadv06{
	top: 355px;
	right: 60px;
}


.iadv .iadv-b .iadv-list span{
	width: 90px;
	height: 108px;
	line-height: 108px;
	text-align: center;
	font-size: 48px;
	font-style: italic;
}
.iadv .iadv-b .iadv-list dl{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 15px;
	
}
.iadv .iadv-b .iadv-list dl dt{
	font-size: 16px;
	font-weight: bold;
	color: #0369ee;
}
.iadv .iadv-b .iadv-list dl dd{
	color: #333;
	line-height: 20px;
	margin-top: 6px;
}

/*应用*/
.iyy{
	width: 100%;
	margin-top: 80px;
}
.iyy .iyy-list ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.iyy .iyy-list ul li {
	width: 230px;
	margin-top: 25px;
}

.iyy .iyy-list ul li a i {
	display: block;
	width: 228px;
	height: 171px;
	border: 1px solid #ddd;
	border-bottom: none;
	background-size: 100% 100%;
}

.iyy .iyy-list ul li a p {
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #ddd;
	color: #222;
}

.iyy .iyy-list ul li a:hover i {
	border-color: #0369ee;
}

.iyy .iyy-list ul li a:hover p {
	background: #0369ee;
	color: #fff;
}
/*选择*/
.iwhy{
	margin-top: 80px;
}

.iwhy .iwhy-list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.iwhy .iwhy-list .iwhy-txt{
	width: 650px;
}

.iwhy .iwhy-list .iwhy-txt .iwhy-t{
	width: 100%;
	display: flex;
	align-items: center;
}
.iwhy .iwhy-list .iwhy-txt .iwhy-t .iwhy-step{
	width: 100px;
	height: 120px;
	text-align: center;
	background: url(../img/why_bg.png) repeat-x;
	color: #fff;
	font-family: arial;
	margin-right: 30px;
}
.iwhy .iwhy-list .iwhy-txt .iwhy-t .iwhy-step span{
	display: block;
	font-size: 18px;
	margin-top: 18px;
}
.iwhy .iwhy-list .iwhy-txt .iwhy-t .iwhy-step i{
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	margin: 5px auto;
}
.iwhy .iwhy-list .iwhy-txt .iwhy-t .iwhy-step p{
	font-size: 50px;
	font-weight: bold;
}
.iwhy .iwhy-list .iwhy-txt .iwhy-t .iwhy-title span{
	display: block;
	font-family: arial;
	font-size: 12px;
	color: #999;
	margin-bottom: 8px;
}
.iwhy .iwhy-list .iwhy-txt .iwhy-t .iwhy-title p{
	font-size: 30px;
	font-weight: bold;
	color: #0369ee;
}
.iwhy .iwhy-list .iwhy-txt .iwhy-b{
	padding-left: 50px;
	margin-top: 30px;
}
.iwhy .iwhy-list .iwhy-txt .iwhy-b p{
	padding-left: 35px;
	background: url(../img/why_icon.png) left top 7px no-repeat;
	font-size: 15px;
	line-height: 28px;
	color: #666;
	margin: 8px 0;
}
.iwhy .iwhy-list .iwhy-img{
	width: 500px;
}
.iwhy .iwhy-list .iwhy-img img{
	display: block;
	width: 100%;
	height: auto;
}

/*关于*/
.iabout{
	width: 100%;
	margin-top: 80px;
}
.iabout .iabout-b{
	margin-top: 30px;
}
.iabout .iabout-b .iabout-txt{
	float: left;
	width: 700px;
	margin-top: 20px;
}
.iabout .iabout-b .iabout-txt h5{
	font-size: 25px;
	font-weight: bold;
	color: #222;
}
.iabout .iabout-b .iabout-txt p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	text-indent: 2em;
	margin: 15px 0 30px;
}
.iabout .iabout-b .iabout-txt a{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #0369ee;
	color: #fff;
	font-size: 15px;
}
.iabout .iabout-b .iabout-txt a:hover{
	background: #222;
}
.iabout .iabout-b .iabout-img{
	float: right;
	width: 400px;
}
.iabout .iabout-b .iabout-img img{
	display: block;
	width: 400px;
	height: auto;
}

/*合作*/
.ihz{
	width: 100%;
	margin-top: 80px;
}
.ihz .ihz-list{
	margin-top: 20px;
}
.ihz .ihz-list ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ihz .ihz-list ul li{
	width: 220px;
	height: 110px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin: 10px 0;
}
.ihz .ihz-list ul li img{
	display: block;
	width: 100%;
	height: 100%;
}

/*新闻*/
.inews{
	width: 100%;
	margin-top: 80px;
}
.inews .inews-list{
	margin-top: 30px;
}
.inews .inews-list ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.inews .inews-list ul li{
	width: 370px;
}
.inews .inews-list ul li i{
	display: block;
	width: 100%;
	padding-bottom: 75%;
	background-size: 100% 100%;
}
.inews .inews-list ul li h5{
	font-size: 18px;
	margin-top: 15px;
}
.inews .inews-list ul li span{
	display: block;
	border-bottom: 1px dotted #ccc;
	color: #999;
	line-height: 35px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.inews .inews-list ul li p{
	font-size: 14px;
	color: #666;
	line-height: 2;
}

/*页脚*/
.footer{
	width: 100%;
	margin-top: 100px;
	padding: 40px 0;
	background: #222;
}
.footer .ft-t{
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top:1px solid #444;
	border-bottom:1px solid #444;
	margin-bottom: 20px;
}
.footer .ft-t img{
	display: block;
	width: 117px;
	height: 55px;
}
.footer .ft-t .ft-nav ul{
	font-size: 0;
}
.footer .ft-t .ft-nav ul li{
	display: inline-block;
	font-size: 15px;
	color: #999;
	margin-left: 50px;
}
.footer .ft-contact{
	float: left;
	font-size: 13px;
	color: #999;
	line-height: 30px;
}

.footer .ft-contact h5{
	font-size: 20px;
	font-weight: bold;
	color: #ccc;
	margin-bottom: 10px;
}
.footer .ft-ewm{
	float: left;
	width: 140px;
	height: 140px;
	margin-left: 80px;
	margin-top: 5px;
}
.footer .ft-ewm img{
	display: block;
	width: 100%;
	height: 100%;
}
.footer .ft-copy{
	float: right;
	color: #fff;
	margin-top: 135px;
}

/*内页*/

.content {
	width: 100%;
	margin-top: 70px;
}

.content>.wrap {
	display: flex;
	justify-content: space-between;
}

/*内页侧边栏*/

.content-left {
	width: 250px;
}

.content-left .content-left-nav .content-left-nav-t {
	display: flex;
	align-items: center;
	width: 100%;
	height: 85px;
	background: #f0f0f0;
}

.content-left .content-left-nav .content-left-nav-list ul li {
	width: 100%;
	margin-top: 3px;
}

.content-left .content-left-nav .content-left-nav-list ul li>a {
	display: block;
	line-height: 50px;
	background: #f0f0f0;
	font-size: 15px;
	font-weight: bold;
	padding-left: 30px;
	color: #666;
}

.content-left .content-left-nav-list ul li>a:hover {
	background: #0369ee;
	color: #fff;
}

.content-left .content-left-nav-list ul li dl dd {
	display: block;
	line-height: 45px;
	border-bottom: 1px solid #e1e1e1;
}

.content-left .content-left-nav-list ul li dl dd>a {
	display: block;
	line-height: 45px;
	font-size: 15px;
	font-weight: normal;
	padding-left: 55px;
	background: none;
	color: #666;
	background: url(../img/dian.png) no-repeat 40px center;
}

.content-left .content-left-nav-list ul li dl dd>a:hover {
	font-weight: bold;
	color: #0369ee;
	background: url(../img/dianh.png) no-repeat 40px center;
}

.content-left .content-left-contact {
	width: 100%;
	background: #f0f0f0;
	padding: 20px 0 5px;
	margin-top: 20px;
}

.content-left .content-left-contact>h4 {
	line-height: 20px;
	font-size: 13px;
	color: #999;
	padding: 0px 15px;
	margin: 15px 0 5px;
}

.content-left .content-left-contact>p {
	line-height: 24px;
	padding: 0 15px;
	color: #666;
}



/*小标题*/

.little-title {
	position: relative;
}

.little-title:before {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 50%;
	background: #31bf00;
	top: 0;
	left: 20px;
}

.little-title:after {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 50%;
	background: #0369ee;
	bottom: 0;
	left: 20px;
}

.little-title h5 {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #444;
	padding-left: 40px;
	font-size: 26px;
	font-weight: bold;
}

.little-title p {
	display: block;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	font-family: Candara, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 40px;
	margin-top: 5px;
}

/*内页右侧*/

.content .content-right {
	flex: 1;
	margin-left: 30px;
}

.content .content-right .content-right-t {
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e1e1e1;
}

.content .content-right .content-right-t:after {
	display: block;
	content: "";
	width: 100px;
	height: 3px;
	background: #0369ee;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.content .content-right .content-right-t h5 {
	font-size: 26px;
	color: #444;
}

.content .content-right .content-right-t .content-right-pos {
	line-height: 60px;
	font-size: 13px;
	color: #999;
}

.content .content-right .content-right-t .content-right-pos a {
	color: #666;
}

.content .content-right .content-right-t .content-right-pos a:hover {
	color: #0369ee;
}

.content .content-right .content-right-b {
	padding-top: 20px;
	font-size: 13px;
	line-height: 30px;
	color: #666;
}
.content .content-right .content-right-b img{
	max-width: 100%;
}

/*内页产品列表*/
.content .content-right .content-right-b .content-productlist ul {
	width: 100%;
}

.content .content-right .content-right-b .content-productlist ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3%;
	border-bottom: 2px solid #f0f0f0;
}

.content .content-right .content-right-b .content-productlist ul li:hover {
	border-bottom-color: #0369ee;
}

.content .content-right .content-right-b .content-productlist ul li:nth-of-type(3n) {
	margin-right: 0;
}

.content .content-right .content-right-b .content-productlist ul li a {
	display: block;
}

.content .content-right .content-right-b .content-productlist ul li .content-productlist-img {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	box-sizing: border-box;
	border: 1px solid #eee;
	overflow: hidden;
}

.content .content-right .content-right-b .content-productlist ul li .content-productlist-img i {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	top: 0;
	left: 0;
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.content .content-right .content-right-b .content-productlist ul li:hover .content-productlist-img i {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.content .content-right .content-right-b .content-productlist ul li h5 {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #666;
	margin-top: 3px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/*口罩list*/
.content .content-right .content-right-b .kouzhaolist ul li .content-productlist-img {
	padding-bottom: 100% !important;
}

/*产品内容页*/
.content .content-right .content-right-b .content-right-b-img>h5{
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.content .content-right .content-right-b .content-right-b-img>img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.content .content-right .content-right-b .prodetails {
    margin-top: 10px;
    font-size: 13px;
    line-height: 26px;
    color: #666;
}

.content .content-right .content-right-b .prodetails h3 {
    font-size: 18px;
    font-weight: normal;
    color: #35383d;
    height: 40px;
    line-height: 40px;
    background: #e7e8e9;
    text-indent: 15px;
    margin-bottom: 15px;
    border: none;
    margin-top: 15px;
}

/*新闻*/
.content .content-right .content-right-b .content-newslist ul li {
	border-bottom: 1px dashed #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.content .content-right .content-right-b .content-newslist ul li h5{
	height: 32px;
	line-height: 32px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.content .content-right .content-right-b .content-newslist ul li h5 a {
	font-size: 18px;
	color: #0369ee;
}

.content .content-right .content-right-b .content-newslist ul li h5 a:hover {
	text-decoration: underline;
}

.content .content-right .content-right-b .content-newslist ul li h5 span {
	font-size: 13px;
	color: #999;
}

.content .content-right .content-right-b .content-newslist ul li p {
	font-size: 12px;
	height: 48px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content .content-right .content-right-b .content-newslist ul li>a {
	float: right;
	display: block;
	width: 100px;
	height: 30px;
	border: 2px solid #e1e1e1;
	line-height: 32px;
	border-radius: 20px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}

.content .content-right .content-right-b .content-newsnr>h5 {
	font-size: 18px;
	color: #0369ee;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
}

.content .content-right .content-right-b .content-newsnr>span {
	display: block;
	font-size: 12px;
	text-align: center;
	border-bottom: dotted 1px #ccc;
	font-weight: normal;
	margin: 5px 0 10px;
}

.content .content-right .content-right-b .content-prenext {
	margin-top: 80px;
}

.content .content-right .content-right-b .content-prenext p a {
	font-size: 12px;
	line-height: 2;
	color: #666;
}

.content .content-right .content-right-b .content-prenext p a:hover {
	color: #0369ee;
}