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;
}

table,
tr,
td {
	border: 1px solid #ddd !important;
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	color: #222;
	font-family: "微雅软黑", "Microsoft Yahei", "宋体";
	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;
}

.prenext {
	margin-top: 50px;
}

#pagesize {
	overflow: hidden;
}


/*顶部*/

.itop {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #f2f2f2;
	color: #666;
}


/*logo*/

.ilogo {
	width: 100%;
	height: 120px;
}

.ilogo-img {
	float: left;
	height: 60px;
	margin-top: 30px;
	padding-left: 90px;
	background: url(../img/ilogo.png) left center no-repeat;
}

.ilogo-img h5 {
	font-size: 31px;
	font-weight: bold;
}

.ilogo-img p {
	font-size: 12px;
	color: #666;
}

.iphone {
	float: right;
	height: 50px;
	margin-top: 35px;
	padding-left: 70px;
	background: url(../img/iphone.png) left center no-repeat;
}

.iphone span {
	display: block;
	font-size: 13px;
	color: #666;
}

.iphone p {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin-top: 3px;
}


/*导航*/

.inav {
	width: 100%;
	height: 55px;
	background: #3f50bb;
}

.inav ul {
	display: flex;
	justify-content: space-between;
}

.inav ul li {
	flex: 1;
	line-height: 55px;
	text-align: center;
	position: relative;
}

.inav ul li:hover,
.inav ul li.on {
	background: #222;
}

.inav ul li a {
	display: block;
	font-size: 15px;
	color: #fff;
}


/* 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;
}

/*搜索*/
.isearch{
	width: 100%;
	height: 80px;
	background: #f0f0f0;
}
.isearch .isearch-l{
	float: left;
	height: 80px;
	line-height: 80px;
}
.isearch .isearch-l b{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #666;
}
.isearch .isearch-l span{
	display: inline-block;
	color: #666;
}
.isearch .isearch-l span:after{
	content: "，";
}
.isearch .isearch-l span:last-of-type:after{
	display: none;
}
.isearch .isearch-l span a:hover{
	color: #015eab;
}
.isearch .isearch-r{
	float: right;
	width: 320px;
	height: 42px;
	margin-top: 19px;
}

.isearch .isearch-r form{
	overflow: hidden;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #fff;
	border-radius: 21px;
}
.isearch .isearch-r form input{
	outline: none;
	border: 0;
	padding: 0;
	margin: 0;
}
.isearch .isearch-r form .isearch-txt{
	float: left;
	width: 230px;
	height: 42px;
	line-height: 42px;
	padding-left: 20px;
}
.isearch .isearch-r form .isearch-btn{
	float: right;
	width: 50px;
	height: 42px;
	background: #666 url(../img/isearch_icon.png) center no-repeat;
	cursor: pointer;
}
.isearch .isearch-r form .isearch-btn:hover{
	background-color: #3f50bb;
}


/*标题*/

.ititle {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	background: url(../img/ititle.png) center bottom no-repeat;
}

.ititle h5 {
	font-size: 40px;
	font-weight: bold;
}

.ititle h5 span {
	color: #3f50bb;
}

.ititle em {
	font-weight: normal;
}

.ititle p {
	font-family: arial;
	font-size: 15px;
	color: #999;
	margin-top: 8px;
}


/*产品*/

.ipro {
	margin-top: 80px;
}

.ipro .ipro-nav {
	margin-top: 20px;
}

.ipro .ipro-nav ul li {
	float: left;
	width: 10%;
	margin-right: 5%;
	margin-top: 20px;
}

.ipro .ipro-nav ul li:nth-of-type(7n) {
	margin-right: 0;
}

.ipro .ipro-nav ul li a {
	display: block;
	padding-left: 20px;
	height: 34px;
	line-height: 34px;
	background: url(../img/ipro_navicon.png) left center no-repeat;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.ipro .ipro-nav ul li a:hover {
	color: #3f50bb;
	border-bottom: 1px solid #3f50bb;
}

.ipro .ipro-nav ul li a:hover:after {
	display: block;
	content: "";
	width: 100%;
	height: 4px;
	border-top: 2px solid #3f50bb;
	background: url(../img/ipro_navtriangle.png) bottom center no-repeat;
	position: absolute;
	bottom: -6px;
	left: 0;
}

.ipro .ipro-list {
	margin-top: 20px;
}

.ipro .ipro-list ul li {
	float: left;
	margin-top: 25px;
	width: 32%;
	margin-right: 2%;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.ipro .ipro-list ul li:nth-of-type(3n) {
	margin-right: 0;
}

.ipro .ipro-list ul li .ipro-img {
	display: block;
	width: 100%;
	padding-bottom: 75%;
	position: relative;
}

.ipro .ipro-list ul li .ipro-img span {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	position: absolute;
	top: 0;
	left: 0;
}

.ipro .ipro-list ul li .ipro-img span img {
	display: block;
	width: 100%;

}

.ipro .ipro-list ul li p {
	padding: 0 20px;
	font-size: 16px;
	line-height: 60px;
	height: 60px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ipro .ipro-list ul li .ipro-a {
	width: 100%;
	overflow: hidden;
}

.ipro .ipro-list ul li .ipro-a .ipro-xq {
	float: left;
	width: 50%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #3f50bb;
	border-top-left-radius: 23px;
	border-bottom-left-radius: 23px;
}

.ipro .ipro-list ul li .ipro-a .ipro-xq:hover {
	background: #3043ba;
}

.ipro .ipro-list ul li .ipro-a .ipro-zx {
	float: left;
	width: 50%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #333;
	border-top-right-radius: 23px;
	border-bottom-right-radius: 23px;
}

.ipro .ipro-list ul li .ipro-a .ipro-zx:hover {
	background: #222;
}

.ipro .ipro-list ul li .ipro-a .ipro-xq span,
.ipro .ipro-list ul li .ipro-a .ipro-zx span {
	color: #fff;
	font-size: 16px;
	padding-right: 26px;
	background: url(../img/ipro_aicon.png) right center no-repeat;
}


/*优势*/

.iys {
	width: 100%;
	margin-top: 80px;
}

.iys-b{
	width: 100%;
	height: 1100px;
	background: url(../img/iys_bg.jpg) center no-repeat;
	position: relative;
}
.iys .iysli{
	position: absolute;
}

.iys .iysli h5{
	font-size: 30px;
	font-weight: bold;
	color: #3f50bb;
}
.iys .iysli h4{
	font-size: 20px;
	margin-top: 10px;
}
.iys .iysli .iys-line {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 4px;
	margin-top: 10px;
}

.iys .iysli .iys-line i {
	display: block;
	flex-basis: 40px;
	height: 4px;
	background: #8997f0;
	border-radius: 2px;
	margin-right: 5px;
}

.iys .iysli .iys-line em {
	flex: 1;
	display: block;
	height: 4px;
	background: #d1d7ff;
	border-radius: 2px;
}
.iys .iysli p{
	font-size: 16px;
	color: #444;
	padding-left: 20px;
	margin-top: 20px;
	position: relative;
}
.iys .iysli p:after{
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background: #3f50bb;
	position: absolute;
	left: 0;
	top: 8px;
}

.iys01{
	left: 0;
	top: 110px;
}
.iys02{
	right: 160px;
	top: 420px;
}
.iys03{
	right: 240px;
	top: 640px;
}
.iys04{
	left: 0;
	top: 880px;
}


/*关于*/

.iabout {
	width: 100%;
	margin-top: 80px;
	padding: 60px 0;
	background: url(../img/iabout_bg.jpg) center no-repeat;
}

.iabout .iabout-img {
	float: left;
	width: 51%;
}

.iabout .iabout-img img {
	display: block;
	width: 100%;
	height: auto;
}

.iabout .iabout-txt {
	float: right;
	width: 45%;
}

.iabout .iabout-txt h5 {
	font-size: 30px;
	margin-top: 30px;
}

.iabout .iabout-txt p {
	line-height: 30px;
	color: #444;
	margin: 20px 0 25px;
}

.iabout .iabout-txt a {
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	background: #3f50bb;
	color: #fff;
	text-align: center;
	border-radius: 18px;
}


/*成品*/

.icp {
	width: 100%;
	margin-top: -50px;
}

.icp h5 {
	font-size: 15px;
	background: #3f50bb;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

.icp .icp-b {
    width: 100%;
    position: relative;
    height: 270px;
    overflow: hidden;
}
.icp .icp-b .icp-list{
	position: absolute;
	width: 800%;
}
.icp .icp-b .icp-list ul{
	margin-top: 20px;
	float: left;
}

.icp .icp-b .icp-list ul li {
	float: left;
	width: 276px;
	margin-right: 32px;
}

.icp .icp-b .icp-list ul li .icp-img {
	display: block;
	width: 100%;
	padding-bottom: 75%;
	position: relative;
}

.icp .icp-b .icp-list ul li .icp-img img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.icp .icp-b .icp-list ul li .icp-a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #eee;
}

.icp .icp-b .icp-list ul li .icp-a:hover {
	background: #3f50bb;
	color: #fff;
}


/*新闻*/

.inews {
	width: 100%;
	margin-top: 80px;
	background: url(../img/inews_bg.jpg) top center no-repeat;
}

.inews>.wrap {
	display: flex;
	justify-content: space-between;
}

.inews .inews-l {
	flex-basis: 260px;
	margin-right: 50px;
	margin-top: 170px;
}

.inews .inews-l .inews-l-t {
	width: 260px;
	height: 190px;
	background: #3f50bb url(../img/inews_icon.png) left 30px top 30px no-repeat;
	position: relative;
}

.inews .inews-l .inews-l-t dl {
	position: absolute;
	left: 65px;
	bottom: 50px;
}

.inews .inews-l .inews-l-t dl dt {
	font-size: 25px;
	color: #fff;
}

.inews .inews-l .inews-l-t dl dd {
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}

.inews .inews-l .inews-l-b {
	width: 100%;
}

.inews .inews-l .inews-l-b img {
	display: block;
	width: 100%;
	height: auto;
}

.inews .inews-r {
	flex: 1;
	margin-top: 290px;
}

.inews .inews-r .inews-r-img {
	display: flex;
	justify-content: space-between;
}

.inews .inews-r .inews-r-img .inews-r-img-img {
	flex-basis: 26%;
}

.inews .inews-r .inews-r-img .inews-r-img-img a {
	display: block;
	width: 100%;
	padding-bottom: 60%;
	position: relative;
}

.inews .inews-r .inews-r-img .inews-r-img-img a img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.inews .inews-r .inews-r-img dl {
	flex-basis: 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.inews .inews-r .inews-r-img dl dt {
	font-size: 18px;
	margin-bottom: 15px;
}

.inews .inews-r .inews-r-img dl dd {
	color: #666;
	line-height: 28px;
}

.inews .inews-r .inews-r-img dl dd a {
	color: #3f50bb;
}

.inews .inews-r .inews-r-list {
	margin-top: 10px;
}

.inews .inews-r .inews-r-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.inews .inews-r .inews-r-list ul li {
	flex-basis: 48%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.inews .inews-r .inews-r-list ul li .inews-li-date {
	flex-basis: 80px;
	height: 90px;
	margin-right: 20px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.inews .inews-r .inews-r-list ul li .inews-li-date span {
	font-size: 35px;
	line-height: 1;
	color: #999;
	margin-bottom: 8px;
}

.inews .inews-r .inews-r-list ul li .inews-li-date p {
	font-size: 13px;
	color: #999;
}

.inews .inews-r .inews-r-list ul li dl {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.inews .inews-r .inews-r-list ul li dl dt {
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.inews .inews-r .inews-r-list ul li dl dd {
	line-height: 24px;
	color: #666;
	margin-top: 10px;
	height: 48px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*页脚*/

.footer {
	width: 100%;
	margin-top: 100px;
	padding: 40px 0;
	background: #3f50bb;
}

.footer .ft-logo {
	float: left;
	width: 380px;
	padding-top: 70px;
	background: url(../img/ilogo_white.png) top left no-repeat;
	margin-right: 90px;
}

.footer .ft-logo h5 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.footer .ft-logo p {
	font-size: 12px;
	color: #a3b0ff;
	line-height: 28px;
	margin-top: 10px;
}

.footer .ft-nav {
	float: left;
	width: 350px;
	margin-right: 40px;
}

.footer .ft-nav h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin-bottom: 30px;
}

.footer .ft-nav ul li {
	float: left;
	width: 50%;
	line-height: 40px;
}

.footer .ft-nav ul li a {
	color: #d5dbff;
}

.footer .ft-nav ul li a:hover {
	color: #fff;
}

.footer .ft-contact {
	float: left;
	width: 330px;
}

.footer .ft-contact h5 {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
}

.footer .ft-contact p {
	color: #d5dbff;
	line-height: 40px;
	border-bottom: 1px dashed #bec7ff;
}


/*内页*/

.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: #3f50bb;
	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: #3f50bb;
	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: #3f50bb;
	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: #3f50bb;
	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: #3f50bb;
}

.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: #3f50bb;
}

.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;
}


/*产品内容页*/

.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: #3f50bb;
}

.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: #3f50bb;
	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: #3f50bb;
}

.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;
	}
	.ipro .ipro-nav ul li {
		width: 16%;
		margin-right: 5%;
	}
	.ipro .ipro-nav ul li:nth-of-type(7n) {
		margin-right: 5%;
	}
	.ipro .ipro-nav ul li:nth-of-type(5n) {
		margin-right: 0;
	}

	.footer .ft-nav{
		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 .ft-nav,
	.isearch,
	.content-left {
		display: none;
	}
	.ipro,
	.iys,
	.iabout,
	.inews,
	.footer {
		margin-top: 30px;
	}
	.icp{
		margin-top: 10px;
	}
	
	.ilogo{
		height: 70px;
	}
	.ilogo-img{
		margin-top: 15px;
		height: 40px;
		padding-left:60px;
		background: url(../img/ilogo.png) left center no-repeat / 49px 40px;
	}
	.ilogo-img h5{
		font-size: 16px;
		line-height: 40px;
	}
	.ilogo-img p{
		display: none;
	}
	.ititle{
		padding-bottom: 25px;
	}
	.ititle h5{
		font-size: 20px;
	}
	.ititle p{
		font-size: 12px;
	}
	.ipro .ipro-nav{
		margin-top: 0;
	}
	.ipro .ipro-nav ul li{
		width: 48%;
		margin-right: 0;
		margin-top: 12px;
	}
	.ipro .ipro-nav ul li:nth-of-type(2n){
		float: right;
	}
	.ipro .ipro-list{
		margin-top: 10px;
	}
	.ipro .ipro-list ul li {
		width: 49%;
		margin-right: 0;
		margin-top: 15px;
		padding-bottom: 15px;
	}
	.ipro .ipro-list ul li:nth-of-type(2n){
		float: right;
	}
	.ipro .ipro-list ul li p{
		padding: 0;
		line-height:40px;
		height: 40px;
		font-size: 13px;
	}
	.ipro .ipro-list ul li .ipro-a .ipro-xq,
	.ipro .ipro-list ul li .ipro-a .ipro-zx{
		font-size: 13px;
		height: 35px;
		line-height: 35px;
	}
	.ipro .ipro-list ul li .ipro-a .ipro-xq span, .ipro .ipro-list ul li .ipro-a .ipro-zx span{
		padding-right: 15px;
	}
	.iys-b{
		background: none;
		height: auto;
	}
	.iys .iysli{
		position: initial;
		margin-top: 15px;
	}
	.iys .iysli h5{
		font-size: 20px;
	}
	.iys .iysli h4{
		font-size: 16px;
	}
	.iys .iysli p{
		font-size: 13px;
		margin-top: 10px;
	}
	.iabout{
		padding: 30px 0;
	}
	.iabout .iabout-img{
		float: none;
		width: 100%;
	}
	.iabout .iabout-txt{
		float: none;
		width: 100%;
	}
	.iabout .iabout-txt h5{
		font-size: 20px;
		margin-top: 15px;
	}
	.iabout .iabout-txt p{
		font-size: 13px;
		line-height: 2;
		margin: 10px 0 15px;
	}
	.iabout .iabout-txt a{
		margin: 0 auto;
	}
	.icp .icp-b{
		height: 215px;
	}
	.icp .icp-b .icp-list ul li{
		width: 200px;
	}
	
	.inews{
		background: none;
	}
	.inews>.wrap{
		display: block;
	}
	.inews .inews-l{
		width: 100%;
		margin-right:0;
		margin-top: 0;
	}
	.inews .inews-l .inews-l-t{
		width: 100%;
		height: 110px;
		background: #3f50bb url(../img/inews_icon.png) left 15px top 15px no-repeat / 95px 80px;
	}
	.inews .inews-l .inews-l-t dl{
		left: 60px;
		bottom: 35px;
	}
	.inews .inews-l .inews-l-t dl dt{
		font-size: 20px;
		font-weight: bold;
		display: inline;
	}
	.inews .inews-l .inews-l-t dl dd{
		font-size: 15px;
		margin-top: 3px;
		display: inline;
	}
	.inews .inews-l .inews-l-b{
		display: none;
	}
	.inews .inews-r{
		margin-top: 0;
	}
	.inews .inews-r .inews-r-img{
		display: none;
	}
	.inews .inews-r .inews-r-list{
		margin-top: 0;
	}
	
	.inews .inews-r .inews-r-list ul li{
		flex-basis: 100%;
		margin-top: 15px;
	}
	.inews .inews-r .inews-r-list ul li .inews-li-date{
		flex-basis: 70px;
		height: 80px;
	}
	.footer {
		margin-bottom: 40px;
		padding: 20px 0;
	}
	.footer .ft-logo{
		float: none;
		width: 100%;
		margin-right: 0;
		padding-top: 50px;
		background: url(../img/ilogo_white.png) top left no-repeat / 91px 30px;
	}
	.footer .ft-logo h5{
		font-size: 15px;
	}
	.footer .ft-contact{
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	.footer .ft-contact h5{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.footer .ft-contact p{
		line-height: 30px;
	}
	.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;
	}
}
.neibannar{height:350px;overflow:hidden;background-position:center center;background-repeat:no-repeat;background-size:cover;}
/*page*/
.pages { clear:both; width:100%; height: 30px; line-height: 30px; padding: 10px 0px 10px 0; text-align: left; font-size: 12px; }
.pages span{height: 28px;padding: 4px 8px; text-decoration: none; margin: 0 4px 0 0; }
.pages span.disabled{border: 1px solid #dcdcdc; }
.pages span.current{ background:#24418e;border: 1px solid #24418e; color:#fff;}
.pages  a {height: 28px;padding: 4px 8px; text-decoration: none; margin: 0 4px 0 0; border: 1px solid #dcdcdc;}
.pages  a:hover { background:#24418e;border: 1px solid #24418e; color:#fff;}
.pages a.now { background: #1e71b1; border: #0c5389 1px solid; color:#fff; }
.honor ul{width:100%;}
.honor li{width:21.633%; float: left; margin-right:4%;margin-bottom: 30px;}
.honor li img{ border:1px solid #ddd}
.honor li p{ width:100%; float:left; line-height:35px; text-align:center; font-size:14px;}
.honor li:nth-child(4n){ margin-right:0px;}
.equipment ul{width:100%;}
.equipment li{width:31.333%; float: left; margin-right:2%;margin-bottom: 30px;}
.equipment li img{ border:1px solid #ddd}
.equipment li p{ width:100%; float:left; line-height:35px; text-align:center; font-size:14px;}
.equipment li:nth-child(3n){ margin-right:0px;}
.cplist { width:100%;display: flex;flex-wrap: wrap;overflow:hidden; margin-top:10px;}
.cplist li {width:30.8%; margin-right:2%; padding:5px;cursor: pointer;border-bottom:0; margin-bottom:15px; background:#fff}
.cplist li:nth-child(3n) {margin-right:0px;}
.cplist li span{ float:left; width:100%; line-height:22px; padding:5px 0; text-align:center; font-size:15px;}
.cplist li .img{ overflow:hidden; border:1px solid #ccc}
.cplist li .img img {max-width: 100%;width: 100%;object-fit: cover;transition: transform 0.5s;}
.cplist li .img img:hover{ transform: scale(1.1);-webkit-transform:scale(1.1)}

.incp { width:100%;display: flex;flex-wrap: wrap;overflow:hidden; margin-top:10px;}
.incp li {width:23%; margin-right:2%;cursor: pointer;border-bottom:0; margin-bottom:15px; background:#fff}
.incp li:nth-child(4n) {margin-right:0px;}
.incp li span{ float:left; width:100%; line-height:22px; padding:5px 0; text-align:center; font-size:15px;}
.incp li .img{ overflow:hidden; border:1px solid #ccc}
.incp li .img img {max-width: 100%;width: 100%;object-fit: cover;transition: transform 0.5s;}
.incp li .img img:hover{ transform: scale(1.1);-webkit-transform:scale(1.1)}

.inho{ width:800%; overflow:hidden;}
.inho ul{width:100%;}
.inho li{float: left; width:200px;margin-bottom: 30px;}
.inho li img{ border:1px solid #ddd}
.inho li p{ width:100%; float:left; line-height:35px; text-align:center; font-size:14px;}
@media (max-width:768px) {
.honor li{width:48%; float: left; margin-right:2%;margin-bottom: 20px;}
.honor li:nth-child(2n){ margin-right:0px;}
.equipment li{width:48%; float: left; margin-right:2%;margin-bottom: 20px;}
.equipment li:nth-child(2n){ margin-right:0px;}
.cplist li {width:48%; margin-right:2%;cursor: pointer;border-bottom:0; margin-bottom:15px; background:#fff}
.cplist li:nth-child(2n) {margin-right:0px;}
.cplist li span{ float:left; width:100%; line-height:22px; padding:5px 0; text-align:center; font-size:15px;}
.cplist li .img{ overflow:hidden; border:1px solid #eeeeee}
.cplist li .img img {max-width: 100%;width: 100%;object-fit: cover;transition: transform 0.5s;}
.cplist li .img img:hover{ transform: scale(1.1);-webkit-transform:scale(1.1)}

.incp li {width:48%; margin-right:2%;cursor: pointer;border-bottom:0; margin-bottom:15px; background:#fff}
.incp li:nth-child(2n) {margin-right:0px;}

}