.banner{
	position: relative;
	width:100%;
	overflow: hidden;
}
.banner .bd img{
	display: block;
	width: 100%;
}
.banner .hd{
	position: absolute;
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 2rem;
	text-align: center;
	left: 0;
	bottom: 10px;
	z-index: 9999;
}
.banner .hd ul{
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
}
.banner .hd li{
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 1rem;
	background: #E4E4E4;
	margin: 0 1rem;
}
.banner .hd li.on{
	width: 1rem;
	height: 1rem;
	border-radius: 1rem;
	background: #184FA2;
	margin: 0 1rem;
}

.model{
	position: relative;
	width: 90%;
	margin: 10rem auto 0;
}
.titlebox{
	position: absolute;
	display: flex;
	width: 4rem;
	left: -4.5rem;
	top:-3.5rem;
}
.titlebox.protitlebox{
	top:-5.5rem;
}
.titlebox .entitle{
	line-height: 2rem;
	font-size: 0.7rem;
	writing-mode: vertical-rl;
	margin-top: 0.3rem;
}
.titlebox .title{
	font-size: 1.6rem;
}
.iproduct .list{
	width: 100%;
}
.iproduct .list ul li{
	position: relative;
	display: flex;
	width: 100%;
	margin-top: 5rem;
}
.iproduct .list ul li .info{
	width: 25%;
}
.iproduct .list ul li .info .infoname{
	position: relative;
	line-height: 3rem;
	font-size: 1.3rem;
	color:#184fa2;
}
.iproduct .list ul li .info .infoname::before{
	content: '';
	position: absolute;
	width: 3rem;
	height: 0.2rem;
	background: #184fa2;
	left: 0;
	bottom: 0;
}
.iproduct .list ul li .info .infocontent{
	line-height: 1.6rem;
	font-size: 0.9rem;
	color:#666666;
	padding: 1rem 0;
	white-space: pre-wrap;
}
.iproduct .list ul li .info .view{
	position: absolute;
	display: block;
	width:6rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	border: 2px solid #184fa2;
	border-radius: 0.5rem;
	font-size: 0.9rem;
	color:#184fa2;
	left: 0;
	bottom: 0;
}
.iproduct .list ul li .proimg{
	width: 70%;
	margin-top: 0.5rem;
	margin-left: 5%;
}
.iproduct .list ul li .proimg img{
	width: 100%;
}

.iorder{
	display: flex;
	width: 100%;
	background: #E7E3E2;
	margin: 5rem 0 0 0;
}
.iorder .title{
	width: 38%;
	background: url('../images/iorder.png') right top no-repeat;
	background-size: auto 100%;
}
.iorder .list{
	display: flex;
	width: 100%;
}
.iorder .list ul{
	display: flex;
	width: 80%;
}
.iorder .list ul li{
	width: 18%;
	height: 2rem;
	text-align: center;
	font-size: 0.8rem;
	color:#333333;
	padding-top: 7%;
}
.iorder .list ul li.iorder1{
	background: url('../images/iorder1.png') 60% 50% no-repeat;
	background-size: 35%;
}
.iorder .list ul li.iorder1:hover{
	background: url('../images/iorder1.png') 60% 50% no-repeat #F2F2F2;
	background-size: 35%;
}
.iorder .list ul li.iorder2{
	background: url('../images/iorder2.png') 60% 50% no-repeat ;
	background-size: 35%;
}
.iorder .list ul li.iorder2:hover{
	background: url('../images/iorder2.png') 60% 50% no-repeat #F2F2F2;
	background-size: 35%;
}
.iorder .list ul li.iorder3{
	background: url('../images/iorder3.png') 60% 50% no-repeat;
	background-size: 35%;
}
.iorder .list ul li.iorder3:hover{
	background: url('../images/iorder3.png') 60% 50% no-repeat #F2F2F2;
	background-size: 35%;
}
.iorder .list ul li.iorder4{
	background: url('../images/iorder4.png') 60% 50% no-repeat;
	background-size: 35%;
}
.iorder .list ul li.iorder4:hover{
	background: url('../images/iorder4.png') 60% 50% no-repeat #F2F2F2;
	background-size: 35%;
}
.iorder .list ul li.iorder5{
	background: url('../images/iorder5.png') 60% 50% no-repeat;
	background-size: 35%;
}
.iorder .list ul li.iorder5:hover{
	background: url('../images/iorder5.png') 60% 50% no-repeat #F2F2F2;
	background-size: 35%;
}

.inews{
	padding-top: 2rem;
}
.inews .list{
	width: 100%;
	margin-top: -6rem;
}
.inews .list .newsclass{
	display: flex;
	justify-content:flex-end;
	width: 100%;
}
.inews .list .newsclass .li{
	position: relative;
	line-height: 3rem;
	font-size: 1.3rem;
	color:#333333;
	margin-left: 1rem;
	cursor: pointer;
}
.inews .list .newsclass .li.on::before{
	content: '';
	position: absolute;
	width: 3rem;
	height: 0.2rem;
	background: #184fa2;
	left: 0;
	bottom: 0;
}
.inews .list .newsbox{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 1rem;
}
.inews .list .newsbox.news1{
	display: flex;
}
.inews .list .newsbox.news2{
	display: none;
}
.inews .list .newsbox .box1{
	width: 45%;
	background: #F5F5F5;
	padding-bottom: 2rem;
}
.inews .list .newsbox .box1 .li1 .imgbox{
	position: relative;
	width: 100%;
	height: 23rem;
	overflow: hidden;
}
.inews .list .newsbox .box1 .li1 .imgbox img{
	display: block;
	width: 100%;
}
.inews .list .newsbox .box1 .li1 .imgbox .time{
	position: absolute;
	width: 5rem;
	height: 2.8rem;
	line-height: 2.8rem;
	text-align: center;
	background: #184FA2;
	font-size: 0.8rem;
	color: #FFF;
	right: 0;
	bottom: 0;
}
.inews .list .newsbox .box1 .li1 .newstitle{
	width: 88%;
	line-height: 4rem;
	font-size: 1rem;
	color:#333333;
	padding: 0 6%;
}
.inews .list .newsbox .box1 .li1 .newscontent{
	width: 88%;
	line-height: 1.6rem;
	font-size: 0.8rem;
	color:#0f1826;
	padding: 0 6%;
}
.inews .list .newsbox .box2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 50%;
	margin-left: 5%;
}
.inews .list .newsbox .box2 .li2{
	width: 48%;
}
.inews .list .newsbox .box2 .li2 .imgbox{
	position: relative;
	width: 100%;
	height: 12rem;
	overflow: hidden;
}
.inews .list .newsbox .box2 .li2 .imgbox img{
	display: block;
	width: 100%;
}
.inews .list .newsbox .box2 .li2 .imgbox .time{
	position: absolute;
	width: 5rem;
	height: 2.8rem;
	line-height: 2.8rem;
	text-align: center;
	background: #184FA2;
	font-size: 0.8rem;
	color: #FFF;
	right: 0;
	bottom: 0;
}
.inews .list .newsbox .box2 .li2 .newstitle{
	width: 100%;
	line-height: 1.6rem;
	font-size: 1rem;
	color:#333333;
	margin: 1rem 0;
}
.inews .list .newsbox .box2 .box3{
	width: 100%;
	margin-top: 1rem;
	border-top: 1px solid #F4F6F6;
}
.inews .list .newsbox .box2 .box3 .li3{
	display: flex;
	justify-content: space-between;
	width: 100%;
	line-height: 3.3rem;
	border-bottom: 1px solid #F4F6F6;
	font-size: 1rem;
	color:#333333;
}
.inews .list .newsbox .box2 .box3 .li3 .time{
	font-size: 1rem;
	color:#333333;
}

.iabout{
	display: flex;
	margin-bottom: 5rem;
	margin-top: 5rem;
}
.iabout .bgimg{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.iabout .bgimg img{
	display: block;
	width: 100%;
}
.iabout .img{
	position: relative;
	width: 50%;
	margin-top: 12%;
	z-index: 0;
}
.iabout .img img{
	display: block;
	width: 100%;
}
.iabout .aboutbox{
	position: relative;
	width: 45%;
	margin-left: 5%;
	margin-top: 10%;
	z-index: 99;
}
.iabout .aboutbox .title{
	position: relative;
	line-height: 4rem;
	font-size: 2.5rem;
	color:#333333;
}
.iabout .aboutbox .title::before{
	content: '';
	position: absolute;
	width: 5rem;
	height: 0.4rem;
	background: #184fa2;
	left: 0;
	bottom: 0;
}
.iabout .aboutbox .content{
	line-height: 1.6rem;
	font-size: 0.9rem;
	color:#666666;
	padding: 3rem 0;
}
.iabout .aboutbox .view{
	position: absolute;
	display: block;
	width: 10rem;
	height: 3rem;
	line-height: 3rem;
	text-align: left;
	background: url('../images/jiantou.png') 9rem center no-repeat #184fa2;
	background-size: 1.6rem 0.9rem;
	font-size: 1rem;
	color:#FFF;
	padding-left: 2rem;
	left: 0;
	bottom: 0;
}