﻿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 !important;
	color: inherit;
}

html,
body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	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轮播*/
#myCarousel .carousel-inner img {margin:0 auto;}
#myCarousel .carousel-control {font-size:100px;}
#myCarousel .carousel-control.left{background-image: none; display:none}
#myCarousel .carousel-control.right{background-image: none; display:none}
/*#myCarousel:hover .carousel-control.left{display:block}
#myCarousel:hover .carousel-control.right{display:block}*/
.carousel-indicators .active,.carousel-indicators li{width:13px;height:13px;margin:1px 4px;}


/*顶部*/
.itop{
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: #002659;
	font-size: 13px;
	color: #fff;
}
.itop h5{
	float: left;
	line-height: 34px;
}
.itop .itop-phone{
	float: right;
	padding-left: 25px;
	background: url(../img/itop_phone.png) left center no-repeat;
}

/*logo*/
.logo{
	width: 100%;
	height: 110px;
}
.logo>.wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo>.wrap .ilogo h5{
	font-size: 30px;
	font-weight: bold;
}
.logo>.wrap .inav{
	width: 720px;
	position: relative;
	z-index: 20;
}
.logo>.wrap .inav ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.logo>.wrap .inav ul li{
	flex: 1;
	text-align: center;
	height: 110px;
	line-height: 110px;
	position: relative;
}
.logo>.wrap .inav ul li>a{
	display: block;
	font-size: 16px;
	color: #555;
}
.logo>.wrap .inav ul li:hover>a,
.logo>.wrap .inav ul li.on>a{
	font-weight: bold;
	color: #002659;
}

/*标题*/
.ititle{
	width: 100%;
	text-align: center;
}
.ititle h5{
	font-size: 32px;
}
.ititle i{
	display: block;
	width: 40px;
	height: 3px;
	background: #f8b62e;
	margin: 10px auto;
}
.ititle p{
	font-family: arial;
	font-size: 13px;
	color: #999;
}

/*业务*/
.ipro{
	width: 100%;
	margin-top: 60px;
}
.ipro .ipro-list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ipro .ipro-list .ipro-li{
	width: 48%;
	padding-bottom: 25px;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 30px;
}
.ipro .ipro-list .ipro-li a{
	display: block;
}

.ipro .ipro-list .ipro-li .ipro-img{
	width: 100%;
	padding-bottom: 70%;
	position: relative;
}
.ipro .ipro-list .ipro-li .ipro-img span{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 6px;
	border: 1px solid #ddd;
	position: absolute;
	top: 0;
	left: 0;
}
.ipro .ipro-list .ipro-li .ipro-img span i{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ipro .ipro-list .ipro-li .ipro-img span i img{
	display: block;
	width: 100%;
	height: 100%;
	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;
}
.ipro .ipro-list .ipro-li .ipro-img span:hover img{
	transform: scale(1.08);
}
.ipro .ipro-list .ipro-li .ipro-txt .ipro-txt-t{
    font-weight: bold;
    position: relative;
    height: 30px;
    line-height: 30px;
    margin: 20px 0 15px;
    overflow: hidden;
}
.ipro .ipro-list .ipro-li .ipro-txt .ipro-txt-t h5{
	float: left;
	font-size: 26px;
    color: #3b3b3b;
   	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;
}
.ipro .ipro-list .ipro-li:hover .ipro-txt .ipro-txt-t h5{
	color: #f8b62e;
}
.ipro .ipro-list .ipro-li .ipro-txt .ipro-txt-t span{
	float: right;
	width: 80px;
    background: #002659;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-top: 3px;
}
.ipro .ipro-list .ipro-li .ipro-txt p{
	font-size: 14px;
	line-height: 24px;
    height: 72px;
    color: #888;
    overflow: hidden;
    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;
}
.ipro .ipro-list .ipro-li:hover .ipro-txt p{
	color: #333;
}

/*优势*/
.iys{
	width: 100%;
	margin-top: 60px;
	padding: 60px 0;
	background: #eee;
}

.iys .iys-b{
	margin-top: 40px;
}
.iys .iys-b .iys-l{
	float: left;
	width: 28%;
}
.iys .iys-b .iys-li{
	width: 100%;
	height: 120px;
	background: #fff;
	margin-bottom: 30px;
	overflow: hidden;
}
.iys .iys-b .iys-l .iys-li:nth-of-type(3){
	margin-bottom: 0;
}
.iys .iys-b .iys-l .iys-li .iys-li-font{
	float: left;
}
.iys .iys-b .iys-li .iys-li-font{
	float: left;
	display: flex;
	width: 80px;
	height: 100%;
	background: #002659;
	align-items: center;
}

.iys .iys-b .iys-li .iys-li-font span{
	font-size: 18px;
	color: #f8b62e;
    line-height: 24px;
    width: 40px;
    text-align: center;
    margin: 0 auto;
}
.iys .iys-b .iys-li .iys-li-txt{
	float: left;
	width: calc(100% - 86px);
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 15px;
	height: 100%;
	line-height: 20px;
    overflow-y: auto;

}
.iys .iys-b .iys-img{
	float: left;
	width: 36%;
	margin: 0 4%;
}
.iys .iys-b .iys-img img{
	display: block;
	width: 100%;
}
.iys .iys-b .iys-r{
	float: left;
	width: 28%;
}
.iys .iys-b .iys-r .iys-li:nth-of-type(3){
	margin-bottom: 0;
}
.iys .iys-b .iys-r .iys-li .iys-li-font{
	float: right;
}

/*案例*/
.icase{
	width: 100%;
	margin-top: 60px;
}
.icase .icase-list{
	margin-top: 20px;
}
.icase .icase-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.icase .icase-list ul li{
	width: 25%;
	box-sizing: border-box;
	padding: 10px;
}
.icase .icase-list ul li a{
	display: block;
	width: 100%;
	padding-bottom: 72%;
	position: relative;
	overflow: hidden;
}
.icase .icase-list ul li a span{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 5px solid #ddd;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	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;
}
.icase .icase-list ul li a:hover span{
	border-color: #002659;	
}
.icase .icase-list ul li a i{
	display: block;
	width: 100%;
	height: 100%;
	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;
}
.icase .icase-list ul li a:hover i{
	transform: scale(1.06);
}

/*新闻*/
.inews{
	width: 100%;
	margin-top: 60px;
}

.inews .inews-l{
	float: left;
	width: 33.333333%;
	box-sizing: border-box;
	padding-right: 15px;
	margin-top: 30px;
}

.inews .inews-l .inews-l-box{
	border: 1px solid #e6e6e6;
    padding: 30px;
    position: relative;
}
.inews .inews-l .inews-l-box:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 220px;
    background: #3b464f;
    z-index: -1;
}
.inews .inews-l .inews-l-box .inews-l-title{
	font-size: 12px;
    color: #c4c4c4;
    margin-bottom: 20px;
    overflow: hidden;
}
.inews .inews-l .inews-l-box .inews-l-title .inews-l-title-txt{
	float: left;
}
.inews .inews-l .inews-l-box .inews-l-title .inews-l-title-txt h5{
	font-size: 24px;
    color: #fff;
    margin-bottom: 3px !important;
}
.inews .inews-l .inews-l-box .inews-l-title a{
	float: right;
	width: 13px;
	height: 13px;
	margin-top: 8px;
	background: url(../img/more_01.png) center no-repeat;
}
.inews .inews-l .inews-l-box .inews-l-b .inews-l-b-img{
	width: 100%;
	height: 220px;
	margin-bottom: 25px;
}
.inews .inews-l .inews-l-box .inews-l-b .inews-l-b-txt h5{
	font-size: 18px;
    color: #000;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.inews .inews-l .inews-l-box .inews-l-b:hover .inews-l-b-txt h5{
	color: #f8b62e;
}
.inews .inews-l .inews-l-box .inews-l-b .inews-l-b-txt p{
	line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #797979;
    margin: 18px 0 30px;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.inews .inews-l .inews-l-box .inews-l-b:hover .inews-l-b-txt p{
	color: #333;
}
.inews .inews-l .inews-l-box .inews-l-b .inews-l-b-txt span{
	display: block;
	font-size: 12px;
    color: #acacac;
    text-align: right;
    position: relative;
}
.inews .inews-l .inews-l-box .inews-l-b .inews-l-b-txt span:after{
	content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 70px;
    height: 4px;
    background: #e4e4e4;
}

.inews .inews-r{
	float: right;
	width: 66.666666%;
	box-sizing: border-box;
	padding-left: 15px;
	margin-top: 30px;
}
.inews .inews-r .inews-r-box{
	border: 1px solid #e6e6e6;
    padding: 30px;
}
.inews .inews-r .inews-r-box .inews-r-title{
	font-size: 12px;
    color: #c4c4c4;
    margin-bottom: 20px;
    overflow: hidden;
}
.inews .inews-r .inews-r-box .inews-r-title .inews-r-title-txt{
	float: left;
}
.inews .inews-r .inews-r-box .inews-r-title .inews-r-title-txt h5{
	font-size: 24px;
    color: #2f2f2f;
    margin-bottom: 3px !important;
}
.inews .inews-r .inews-r-box .inews-r-title a{
	float: right;
	width: 13px;
	height: 13px;
	margin-top: 8px;
	background: url(../img/more_02.png) center no-repeat;
}

.inews .inews-r .inews-r-box .inews-r-list ul li{
	float: left;
	width: 45%;
}
.inews .inews-r .inews-r-box .inews-r-list ul li:nth-of-type(2n){
	float: right;
}
.inews .inews-r .inews-r-box .inews-r-list ul li h5{
	font-size: 18px;
    color: #000;
    transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.inews .inews-r .inews-r-box .inews-r-list ul li:hover h5{
	color: #f8b62e;
}
.inews .inews-r .inews-r-box .inews-r-list ul li p{
	line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #797979;
    margin: 12px 0 22px;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.inews .inews-r .inews-r-box .inews-r-list ul li:hover p{
	color: #333;
}
.inews .inews-r .inews-r-box .inews-r-list ul li span{
	display: block;
	font-size: 12px;
    color: #acacac;
    text-align: right;
    position: relative;
}
.inews .inews-r .inews-r-box .inews-r-list ul li span:after{
	content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 70px;
    height: 4px;
    background: #e4e4e4;
}
.inews .inews-r .inews-r-b{
	margin-top: 20px;
}

.inews .inews-r .inews-r-b .inews-r-b-img{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 15px;
}
.inews .inews-r .inews-r-b .inews-r-b-img i{
	display: block;
	width: 100%;
	height: 200px;
}
.inews .inews-r .inews-r-b .inews-r-b-list{
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding-left: 15px;
}
.inews .inews-r .inews-r-b .inews-r-b-list ul li a{
	display: block;
    position: relative;
    padding-right: 70px;
    font-size: 16px;
    color: #3b3b3b;
    line-height: 40px;
    transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.inews .inews-r .inews-r-b .inews-r-b-list ul li a:hover{
	color: #f8b62e;
}
.inews .inews-r .inews-r-b .inews-r-b-list ul li a span{
	position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #acacac;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.inews .inews-r .inews-r-b .inews-r-b-list ul li a:hover span{
	color: #333;
}

/*页脚*/
.footer{
	width: 100%;
	padding: 40px 0 0;
	background: #002659;
	margin-top: 80px;
}
.footer .ft-contact{
	float: left;
	width: 330px;
}
.footer .ft-contact h5{
	font-size: 15px;
    color: #c6c6c6;
    display: block;
    font-weight: bold;
}
.footer .ft-contact h4{
	font-size: 25px;
    letter-spacing: -1px;
    font-weight: bold;
    margin: 10px 0 15px;
    color: #fff;
}
.footer .ft-contact p{
	color: #fff;
	line-height: 30px;
}
.footer .ft-nav{
	float: right;
}
.footer .ft-nav ul li{
	float: left;
	margin-left: 80px;
}
.footer .ft-nav ul li:first-of-type{
	margin-left: 0;
}
.footer .ft-nav ul li dl dt{
	font-size: 18px;
    margin-bottom: 10px;
}
.footer .ft-nav ul li dl dt a{
	color: #fff;
}
.footer .ft-nav ul li dl dd{
	line-height: 25px;
}
.footer .ft-nav ul li dl dd a{
	color: #fff;
}
.footer .ft-copy{
	border-top: 1px solid #033373;
	margin-top: 30px;
	padding: 20px 0;
	color: #fff;
}

/*内页*/

.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: #f8b62e;
	top: 0;
	left: 20px;
}

.little-title:after {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 50%;
	background: #002659;
	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: #002659;
	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: #002659;
	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: #002659;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.content .content-right .content-right-t h5 {
	font-size: 26px;
	line-height: 60px;
	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: #002659;
}

.content .content-right .content-right-b {
	padding-top: 20px;
	font-size: 14px;
	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: #002659;
}

.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: #002659;
}

.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: #002659;
	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: #002659;
}


/*手机页脚*/

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(../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{
		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;
	}
	.itop .itop-phone,
	.inav,
	.footer .ft-nav,
	.footer .ft-copy,
	.content-left{
		display: none;
	}
	.ipro,
	.iys,
	.iabout,
	.icase,
	.inews,
	.footer{
		margin-top: 30px;
	}
	.logo{
		height: 55px;
	}
	.logo>.wrap .ilogo h5{
		font-size: 18px;
	}
	.ititle h5{
		font-size: 20px;
	}
	.ipro .ipro-list .ipro-li{
		margin-top: 15px;
		padding-bottom: 10px;
	}
	.ipro .ipro-list .ipro-li .ipro-txt .ipro-txt-t{
		margin: 10px 0 5px;
	}
	.ipro .ipro-list .ipro-li .ipro-txt .ipro-txt-t h5{
		font-size: 15px;
		line-height: 30px;
	}
	.iys{
		padding: 20px 0;
	}
	.iys .iys-b .iys-l{
		float: none;
		width: 100%;
	}
	.iys .iys-b .iys-l .iys-li{
		margin-bottom: 10px !important;
	}
	.iys .iys-b .iys-img{
		display: none;
	}
	.iys .iys-b .iys-r{
		float: none;
		width: 100%;
	}
	.iys .iys-b .iys-r .iys-li .iys-li-font{
		float: left;
	}
		.iys .iys-b .iys-r .iys-li{
		margin-bottom: 10px !important;
	}
	.icase .icase-list ul li{
		width: 49%;
		padding: 0;
		margin-bottom: 1.5%;
	}
	.inews .inews-l{
		float: none;
		width: 100%;
		padding: 0;
	}
	.inews .inews-l .inews-l-box{
		padding: 20px;
	}
	.inews .inews-l .inews-l-box .inews-l-title .inews-l-title-txt h5{
		font-size: 18px;
	}
	.inews .inews-l .inews-l-box .inews-l-b .inews-l-b-img{
		margin-bottom: 15px;
	}
	.inews .inews-l .inews-l-box .inews-l-b .inews-l-b-txt h5{
		font-size: 17px;
	}
	.inews .inews-l .inews-l-box .inews-l-b .inews-l-b-txt p{
		margin: 12px 0 15px;
	}
	.inews .inews-r{
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
	.inews .inews-r .inews-r-box{
		padding: 20px;
	}
	.inews .inews-r .inews-r-box .inews-r-title .inews-r-title-txt h5{
		font-size: 18px;
	}
	.inews .inews-r .inews-r-box .inews-r-list ul li{
		float: none;
		width: 100%;
	}
	.inews .inews-r .inews-r-box .inews-r-list ul li:nth-of-type(n+1){
		margin-top: 15px;
	}
	.inews .inews-r .inews-r-box .inews-r-list ul li h5{
		font-size: 17px;
	}
	.inews .inews-r .inews-r-b{
		margin-top: 10px;
	}
	.inews .inews-r .inews-r-b .inews-r-b-img{
		float: none;
		width: 100%;
		padding: 0;
	}
	.inews .inews-r .inews-r-b .inews-r-b-list{
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}
	.footer{
		padding: 20px 0 10px;
		margin-bottom: 40px;
	}

	.content {
		margin-top: 10px;
	}
	.content .content-right {
		margin-left: 0;
	}
	.content .content-right .content-right-t {
		height: 60px;
		line-height: 60px;
	}
	.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;
	}
}