﻿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: 100%;
	height: 100%;
	margin: 0 auto;
}

.cls {
	clear: both;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}

#pagesize {
	overflow: hidden;
}


/* banner */

.c-banner {
	width: 100%;
	position: relative;
}

.c-banner img {
	width: 100%;
}

.c-banner .banner ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.c-banner .banner ul li {
	display: none;
	opacity: 0;
}

.c-banner .banner ul li:nth-child(1) {
	opacity: 1;
	display: block;
}

.c-banner .banner ul li img {
	width: 100%;
	position: absolute;
	top: 0px;
}

.c-banner .banner ul li:first-child img {
	position: relative;
}

.c-banner .nexImg,
.c-banner .preImg {
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
}

.c-banner .nexImg:hover,
.c-banner .preImg:hover {
	opacity: 0.8;
}

.c-banner .nexImg {
	right: 0px;
}

.c-banner .jumpBtn {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}

.c-banner .jumpBtn ul {
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}

.c-banner .jumpBtn ul li:first-child {
	margin-left: 0px;
}


/*顶部*/

.itop {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #eee;
	color: #666;
}


/*logo*/

.ilogo {
	width: 100%;
	height: 120px;
}

.ilogo>.wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ilogo .ilogo-l {
	padding-left: 95px;
	height: 60px;
	background: url(../img/ilogo.png) left center no-repeat;
}

.ilogo .ilogo-l h5 {
	font-size: 30px;
	font-weight: bold;
	color: #0369ee;
	line-height: 35px;
}

.ilogo .ilogo-l h5 span {
	color: #f39800;
}

.ilogo .ilogo-l p {
	font-size: 12px;
	color: #999;
	line-height: 25px;
}

.ilogo .ilogo-txt {
	display: block;
}

.ilogo .ilogo-txt span,
.ilogo .ilogo-txt p {
	display: block;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
	background: #0369ee;
	color: #fff;
	font-size: 12px;
}

.ilogo .ilogo-txt p {
	background: #f39800;
	margin-top: 10px;
}

.iphone {
	height: 50px;
	padding-left: 65px;
	background: url(../img/iphone.png) left center no-repeat;
}

.iphone span {
	color: #999;
}

.iphone p {
	font-weight: bold;
	color: #0369ee;
	font-size: 25px;
}


/*导航*/

.inav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #0369ee;
}

.inav ul {
	display: flex;
	width: 100%;
}

.inav ul li {
	flex: 1;
	position: relative;
}

.inav ul li:hover,
.inav ul li.on {
	background: #f39800;
}

.inav ul li>a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.inav ul li dl {
	position: absolute;
	display: none;
	width: 100%;
	background: #fff;
	top: 50px;
	z-index: 9;
}

.inav ul li:hover dl {
	display: block;
}

.inav ul li dl dd a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	font-size: 14px;
	border-bottom: solid 1px #e1e1e1;
}

.inav ul li dl dd a:hover {
	background: #f0f0f0;
	color: #333;
}


/*标签*/

.ititle {
	text-align: center;
}

.ititle h5 {
	font-size: 30px;
	font-weight: bold;
	color: #0369ee;
}

.ititle p {
	font-size: 15px;
	color: #999;
	margin-top: 10px;
}


/*产品*/

.ipro {
	width: 100%;
	margin-top: 80px;
}
.ipro .ipro-flnav{
	margin-top: 30px;
}
.ipro .ipro-flnav p {
	font-size: 15px;
	font-weight: bold;
}
.ipro .ipro-flnav ul li {
	float: left;
	width: 100px;
	margin-top: 15px;
	margin-right: 20px;
}
.ipro .ipro-flnav ul li a{
	display: block;
	color: #666;
	padding-left: 18px;
	position: relative;
	font-size: 13px;
	height: 13px;
	line-height: 13px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999;
}
.ipro .ipro-flnav ul li a:hover{
	font-weight: bold;
	color: #0369ee;
	border-bottom: 1px dashed #0369ee;
}
.ipro .ipro-flnav ul li a:before {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border: 1px solid #999;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 3px;
}
.ipro .ipro-flnav ul li a:hover:before{
	border: 1px solid #0369ee;
}

.ipro .ipro-hynav{
	margin-top: 25px;
}
.ipro .ipro-hynav p {
	font-size: 15px;
	font-weight: bold;
}
.ipro .ipro-hynav ul li{
	float: left;
	width: 50%;
	margin-top: 10px;
}
.ipro .ipro-hynav ul li>a{
	float: left;
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #0369ee;
	color: #fff;
	text-align: center;
	margin-right: 15px;
}
.ipro .ipro-hynav ul li>a:hover{
	background: #f39800;
}
.ipro .ipro-hynav ul li dl{
	float: left;
	height: 30px;
	line-height: 30px;
}
.ipro .ipro-hynav ul li dl dd{
	float: left;
	width: 70px;
	padding-left: 25px;
}
.ipro .ipro-hynav ul li dl dd a{
	color: #666;
}
.ipro .ipro-hynav ul li dl dd a:hover{
	color: #0369ee;
}

.ipro .ipro-list ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ipro .ipro-list ul li{
	width: 23%;
	margin-top: 30px;
}
.ipro .ipro-list ul li i{
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 75%;
	background-size: 100% 100%;
}
.ipro .ipro-list ul li i:before{
	display: none;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(243,152,0,.4);
	position: absolute;
	top: 0;
	left: 0;
}
.ipro .ipro-list ul li i:after{
	display: none;
	content: "";
	width: 50px;
	height: 50px;
	background: url(../img/ipro_icon.png) center no-repeat;
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.ipro .ipro-list ul li:hover i:before,
.ipro .ipro-list ul li:hover i:after{
	display: block;
}
.ipro .ipro-list ul li p{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #eee;
	color: #666;
	font-size: 15px;
}
.ipro .ipro-list ul li:hover p{
	background: #f39800;
	color: #fff;
}

/*关于*/
.iabout{
	width: 100%;
	margin-top: 110px;
}

.isearch{
	width: 82%;
	margin: 0 auto;
	height: 60px;
	background: url(../img/isearch_bg.png);
	padding: 0 30px;
	position: relative;
	z-index: 99;
}
.isearch .isearch-l{
	float: left;
	height: 60px;
	line-height: 60px;
}
.isearch .isearch-l span{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.isearch .isearch-l a{
	margin-left: 20px;
	color: #fff;
}
.isearch .isearch-r{
	float: right;
	margin-top: 15px;
}
.isearch .isearch-r form {
	height: 30px;
	line-height: 30px;
}

.isearch .isearch-r form input {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

.isearch .isearch-r form .txt {
	float: left;
	width: 300px;
	height: 30px;
	box-sizing: border-box;
	padding: 0 7px;
	color: #999;
}

.isearch .isearch-r form .btnx {
	float: left;
	width: 35px;
	height: 30px;
	cursor: pointer;
	background:#fff url(../img/isearch.png) center no-repeat;
}

.isearch .isearch-r form .btnx:hover {
	background:#fff url(../img/isearch02.png) center no-repeat;
}

.iabout .iabout-b{
	width: 100%;
	padding: 80px 0 50px;
	background: #f2f2f2;
	margin-top: -30px;
	position: relative;
}
.iabout .iabout-b>.wrap{
	display: flex;
	justify-content: space-between;
}
.iabout .iabout-b .iabout-txt{
	flex: 6;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.iabout .iabout-b .iabout-txt h5{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.iabout .iabout-b .iabout-txt p{
	font-size: 13px;
	line-height: 30px;
	color: #666;
	text-indent: 2em;
}
.iabout .iabout-b .iabout-txt a{
	display: block;
	width: 140px;
	height: 35px;
	line-height: 35px;
	background: #0369ee;
	color: #fff;
	text-align: center;
	font-size: 13px;
	margin-top: 30px;
}
.iabout .iabout-b .iabout-txt a:hover{
	background: #f39800;
}

.iabout .iabout-b .iabout-img{
	flex: 5;
	margin-left: 40px;
}
.iabout .iabout-b .iabout-img img{
	display: block;
	width: 100%;
	height: auto;
}

/*优势*/
.iadv{
	width: 100%;
	margin-top: 80px;
	padding: 50px 0;
	background: url(../img/iadv_bg.jpg) center no-repeat;
	background-size: cover;
}

.iadv .iadv-title{
	text-align: center;
	margin-bottom: 40px;
}

.iadv .iadv-title h5{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.iadv .iadv-title p{
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
}
.iadv .iadv-list{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.iadv .iadv-list .iadv-img{
	float: right;
	width: 50%;
	position: relative;
}
.iadv .iadv-list:nth-of-type(2n) .iadv-img{
	float: left;
}

.iadv .iadv-list .iadv-img .iadv-step{
	width: 90px;
	height: 110px;
	background: #0369ee;
	color: #fff;
	position: absolute;
	top: 0;
	left: 50px;
	text-align: center;
}
.iadv .iadv-list .iadv-img .iadv-step span{
	display: block;
	font-size: 15px;
	margin-top: 18px;
}
.iadv .iadv-list .iadv-img .iadv-step em{
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 8px auto 0;
}
.iadv .iadv-list .iadv-img .iadv-step p{
	font-size: 40px;
	font-weight: bold;
}
.iadv .iadv-list .iadv-img i{
	display: block;
	width: 100%;
	padding-bottom: 58%;
	background-size: 100% 100%;
}

.iadv .iadv-list .iadv-txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 30px;
	background: #fff;
}
.iadv .iadv-list:nth-of-type(2n) .iadv-txt{
	left: auto;
	right: 0;
}

.iadv .iadv-list .iadv-txt .iadv-txt-t{
	padding: 0 0 20px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.iadv .iadv-list .iadv-txt .iadv-txt-t h5{
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #0369ee;
}

.iadv .iadv-list .iadv-txt .iadv-txt-t span{
	float: left;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	margin-left: 10px;
}
.iadv .iadv-list .iadv-txt dl{
	margin: 10px 0 30px;
}
.iadv .iadv-list .iadv-txt dl dd{
	position: relative;
	padding-left: 20px;
	line-height: 21px;
	margin-top: 20px;
	font-size: 13px;
	color: #666;
}

.iadv .iadv-list .iadv-txt dl dd:before{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}
.iadv .iadv-list .iadv-txt a{
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #0369ee;
	color: #fff;
}
.iadv .iadv-list .iadv-txt a:hover{
	background: #f39800;
}

/*案例*/
.icase{
	margin-top: 80px;
}
.icase .icase-nav{
	margin-top: 30px;
}
.icase .icase-nav ul{
	display: flex;
	justify-content: center;
}
.icase .icase-nav ul li{
	width: 130px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 10px;
}
.icase .icase-nav ul li a{
	display: block;
	background: #0369ee;
	color: #fff;
}
.icase .icase-nav ul li:hover a,
.icase .icase-nav ul li.on a{
	background: #f39800;
}

.icase .icase-nr{
	margin-top: 30px;
}
.icase .icase-nr .icase-list{
	width: 100%;
	display: none;
}
.icase .icase-nr .icase-list.on{
	display: block;
}
.icase .icase-nr .icase-list ul{
	display: flex;
	justify-content: space-between;
}
.icase .icase-nr .icase-list ul li{
	width: 23%;
}
.icase .icase-nr .icase-list ul li i{
	display: block;
	width: 100%;
	padding-bottom: 75%;
	background-size: cover;
}
.icase .icase-nr .icase-list ul li p{
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #eee;
	color: #666;
}
.icase .icase-nr .icase-list ul li:hover p{
	background: #0369ee;
	color: #fff;
}

/*新闻*/
.inews{
	width: 100%;
	margin-top: 80px;
}
.inews .inews-img{
	float: left;
	width: 48.5%;
	margin-top: 30px;
}
.inews .inews-img i{
	display: block;
	width: 100%;
	padding-bottom: 42%;
	background-size: 100% 100%;
}
.inews .inews-img h5{
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 10px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inews .inews-img p{
	height: 75px;
	line-height: 25px;
	color: #666;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.inews .inews-list{
	float: right;
	width: 48.5%;
	margin-top: 30px;
}
.inews .inews-list ul li{
	padding-bottom: 12px;
	border-bottom: 1px dashed #ddd;
	margin-top: 12px;
}
.inews .inews-list ul li:first-of-type{
	margin-top: 0;
}
.inews .inews-list ul li h5{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	height: 20px;
	line-height: 20px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inews .inews-list ul li p{
	font-size: 12px;
	color: #666;
	height: 44px;
	line-height: 22px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*页脚*/
.footer{
	width: 100%;
	margin-top: 100px;
}
.footer .footer-nav{
	width: 100%;
	background: #013e97;
}

.footer .footer-nav ul {
	display: flex;
	width: 100%;
}

.footer .footer-nav ul li {
	flex: 1;
	position: relative;
}
.footer .footer-nav ul li>a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.footer .footer-txt{
	padding: 50px 0;
	background: #0369ee;
}
.footer .footer-txt .footer-contact{
	float: left;
	color: #fff;
}
.footer .footer-txt .footer-contact dl dt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer .footer-txt .footer-contact dl dd{
	line-height: 35px;
}
.footer .footer-txt .footer-ewm{
	float: right;
	color: #fff;
}
.footer .footer-txt .footer-ewm dl{
	display: inline-block;
	text-align: center;
}
.footer .footer-txt .footer-ewm dl:nth-of-type(1){
	margin-right: 30px;
}
.footer .footer-txt .footer-ewm dl dt{
	font-size: 14px;
	margin-bottom: 12px;
}
.footer .footer-copy{
	height: 35px;
	line-height: 35px;
	background: #0369ee;
	color: #fff;
	border-top: 1px solid #4897ff;
}






/*内页*/

.content {
	width: 100%;
	margin-top: 70px;
}

.content>.wrap {
	display: flex;
	justify-content: space-between;
}


/*小标题*/

.little-title {
	position: relative;
}

.little-title:before {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 50%;
	background: #f39800;
	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-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;
}


/*内页右侧*/

.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: 75%;
	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;
}


/*手机页脚*/

footer {
	display: none;
	width: 100%;
	background: #333;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	margin-bottom: 40px;
	margin-top: 8%;
	line-height: 2;
}

footer h5 {
	font-weight: bold;
	font-size: 15px;
}

footer p {
	color: #ccc;
}

.m-foot {
	display: none;
	background: #eee;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.m-foot li {
	float: left;
	width: 25%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #000000;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	background: url(../../wap/img/mft-bj.png) right bottom no-repeat;
}

.m-foot li a {
	display: block;
}

.m-foot li:last-of-type {
	border-right: 0;
}


/*手机内页导航*/

.m-nynav {
	display: none;
	width: 100%;
}

.m-nynav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.m-nynav ul li {
	width: 49%;
	height: 40px;
	border: 1px solid #e1e1e1;
	margin-bottom: 5px;
	border-radius: 4px;
}

.m-nynav ul li a {
	display: Block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border-radius: 8px;
}

.dl-menuwrapper {
	display: none;
}


/*大于1200*/

@media screen and (min-width: 1201px) {
	.wrap {
		width: 1200px;
	}
}

/*大于993*/
@media screen and (min-width: 993px) and (max-width: 1200px) {
	.wrap {
		width: 100%;
		box-sizing: border-box;
		padding: 0 40px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1100px) {
	.footer .footer-ewm,
	.ilogo .ilogo-txt {
		display: none;
	}
}

/*小于992*/

@media screen and (max-width: 992px) {
	.wrap {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
		margin: 0 auto;
	}

	.m-nynav,
	footer,
	.m-foot,
	.dl-menuwrapper {
		display: block;
	}
	.iphone,
	.inav,
	.footer .footer-nav,
	.footer .footer-copy,
	.content-left{
		display: none;
	}
	.ilogo{
		height: 90px;
	}
	.ipro,
	.iabout,
	.iadv,
	.icase,
	.inews,
	.footer{
		margin-top: 30px;
	}
	.ilogo .ilogo-l h5{
		font-size: 22px;
	}
	.ititle h5{
		font-size: 20px;
	}
	.iadv{
		padding: 30px 0;
	}
	.ipro .ipro-hynav ul li{
		width: 100%;
	}
	.ipro .ipro-list ul li{
		width: 49%;
	}
	.isearch .isearch-l{
		display: none;
	}
	.isearch .isearch-r form .txt{
		width: 250px;
	}
	.iabout .iabout-b .iabout-img{
		display: none;
	}
	.iadv .iadv-title h5{
		font-size: 20px;
	}
	.iadv .iadv-list .iadv-img{
		float: none;
		width: 100%;
	}
	.iadv .iadv-list .iadv-txt{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 20px;
	}
	.icase .icase-nav ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.icase .icase-nav ul li{
		width: 49%;
		margin: 0 0 10px 0;
	}
	.icase .icase-nr{
		margin-top: 10px;
	}
	.icase .icase-nr .icase-list ul{
		flex-wrap: wrap;
	}
	.icase .icase-nr .icase-list ul li{
		width: 49%;
		margin-bottom: 10px;
	}
	.inews .inews-img{
		width: 100%;
	}
	.inews .inews-list{
		width: 100%;
	}
	.footer{
		margin-bottom: 40px;
	}
	.footer .footer-txt{
		padding: 20px 0;
	}
	
	
	
	
	
	
	

	.content {
		margin-top: 10px;
	}
	.content .content-right {
		margin-left: 0;
	}
	.content .content-right .content-right-t {
		height: 40px;
		line-height: 40px;
	}
	.content .content-right .content-right-t h5 {
		font-size: 20px;
	}
	.content .content-right .content-right-b .content-productlist ul li {
		width: 48%;
	}
	.content .content-right .content-right-b .content-productlist ul li:nth-of-type(2n) {
		float: right;
	}
	.content>.wrap {
		flex-direction: column;
	}
	.content-right-b-top {
		flex-direction: column;
	}
	.proright {
		margin-top: 10px;
	}
	.proright .summary {
		min-height: auto;
	}
	.proright h2 {
		font-size: 20px;
	}
}