header{
	box-shadow: 0px 0px 15px rgba(0,0,0,.05);
	position: relative;
	background:#fff;
	z-index: 66;
}
body{
	min-width: 1200px;
}
.container{
	min-width: 1170px !important;
}
.top{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.top .logo img{
	max-height:60px;
}
.menu{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.menu ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.menu ul li{
	position:relative;
}
.menu ul li>a{
	display: block;
	line-height: 80px;
	color: #333333;
	font-size: 1.45rem;
	padding: 0px 30px;
	transition: .3s;
	letter-spacing:1px;
}
.menu ul li.active>a,.menu ul li>a:hover{
	background: #02398b;
	color: #fff;
}
.menu ul li dl{
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	border-top:1px rgba(255,255,255,.2) solid;
	background:rgba(0,0,0,.7);
	z-index:12;
	display:none;
}
.menu ul li dl dd a{
	display:block;
	color:#fff;
	font-size:1.2rem;
	line-height:20px;
	padding:10px 10px 10px 30px;
	border-bottom:1px rgba(255,255,255,.2) solid;
	transition:.3s;
}
.menu ul li dl dd a:hover{
	padding-left:25px;
	background:#02398b;
}
@media (max-width:1400px) {
	.menu ul li>a{
		padding: 0px 25px;
	}
}
.menu>dl{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-left: 35px;
}
.menu>dl dd:last-child{
	margin-left: 15px;
}
.zhihui ul{
	display: flex;
	display: -webkit-flex;
}
.zhihui ul li{
	width: 25%;
}
.zhihui ul li:nth-child(1){
	background: url(../images/zhpic1.png) center bottom no-repeat;
}
.zhihui ul li:nth-child(2){
	background: url(../images/zhpic2.png) center bottom no-repeat;
}
.zhihui ul li:nth-child(3){
	background: url(../images/zhpic3.png) center bottom no-repeat;
}
.zhihui ul li:nth-child(4){
	background: url(../images/zhpic4.png) center bottom no-repeat;
}
.zhihui ul li a{
	display: block;
	min-height: 400px;
	padding: 35px 0px 0px;
	color: #000;
	text-align: center;
}
.zhihui ul li a i{
	display: block;
}
.zhihui ul li a big{
	display: block;
	color: #23262d;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
	margin: 10px 0px 15px;
}
.zhihui ul li a span{
	display: block;
	color: #5f626b;
}
.title{
	text-align: center;
}
.title big{
	display: block;
	font-size: 3.5rem;
	color: #23262d;
	line-height: 44px;
}
.title span{
	display: block;
	color: #78797a;
	margin: 6px 0px 0px;
}
.product{
	padding: 75px 0px 85px;
}
.product .prodbd{
	margin: 55px 0px 0px;
	position: relative;
}
.product .swiper-container-p,.product .swiper-container-a{
	position: static;
}
.product .swiper-slide a{
	display: block;
	position: relative;
}
.product .swiper-slide span{
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	padding: 0px 20px;
}
.product .swiper-slide span p{
	line-height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
	font-size: 1.7rem;
}
.product .swiper-button-next{
	width: 48px;
	height: 80px;
	margin-top: -40px;
	right: 9%;
	background-color: rgba(0,0,0,.45);
	background-size: auto 40%;
}
.product .swiper-button-prev{
	width: 48px;
	height: 80px;
	margin-top: -40px;
	left: 9%;
	background-color: rgba(0,0,0,.45);
	background-size: auto 40%;
}
.product1{
	background: #ebebeb url(../images/csbg.jpg) center bottom no-repeat;
}
.case{
	padding: 60px 0px 40px;
}
.case ul{
	margin: 50px 0px 0px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.case ul li a{
	display: block;
	background: rgba(0,0,0,.05);
	text-align: center;
	color: #23262d;
	transition:.3s;
}
.case ul li a:hover{
	color:#fff;
	background:#02398b;
}
.case ul li{
	width: 23%;
}
.case ul li a span{
	display: block;
	line-height: 60px;
	margin: 0px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-family: arial;
}
.tomore{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 60px 0px 0px;
}
.tomore p{
	color: #1b1e21;
	font-size: 1.8rem;
}
.tomore small{
	display: block;
	width: 36px;
	height: 36px;
	background: #dd2b38;
	border-radius: 50%;
	margin: 10px auto 0;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	line-height: 32px;
}
.news{
	padding: 80px 0px;
}
.news dl{
	margin: 45px 0px 0px;
	display: flex;
	display: -webkit-flex;
}
.news dl dt{
	width: 48%;
	position:relative;
}
.news dl dt a{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
}
.news dl dt a img{
	height:100%;
	width:auto;
}
.news dl .nstext{
	width: 52%;
}
.news dl dd a{
	display: flex;
	display: -webkit-flex;
}
.news dl dd a big{
	display: block;
	width: 130px;
	text-align: center;
	color: #23262d;
	padding: 20px 0px 0px;
	transition: .3s;
}
.news dl dd a section{
	width: calc(100% - 130px);
	padding: 20px 10px 13px 15px;
	color: #2e2b33;
	transition: .3s;
}
.news dl dd a big p{
	font-size: 4.0rem;
	font-family: arial;
	line-height: 40px;
}
.news dl dd a big small{
	display: block;
	font-size: 1.6rem;
	font-family: arial;
	line-height: 26px;
}
.news dl dd a section h3{
	margin: 0px 0px 13px;
	font-size: 1.6rem;
}
.news dl dd a section span{
	display: block;
	color: #898989;
	line-height: 24px;
	transition: .3s;
}
.news dl dd a:hover big,.news dl dd.cur a big{
	background: #02398b;
	color: #fff;
}
.news dl dd a:hover section,.news dl dd.cur a section{
	background: #727272;
	color: #fff;
}
.news dl dd a:hover section span,.news dl dd.cur a section span{
	color: #fff;
}
.hezhuo{
	padding: 0px 0px 30px;
}
.hezhuo ul{
	margin: 30px 0px 0px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.hezhuo ul li{
	width: 20%;
}
.hezhuo ul li img{
	margin: 0px auto;
}
.hezhuo .hzmore{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 15px 0px 0;
}
.hezhuo .hzmore a{
	display: block;
	font-size: 1.7rem;
	line-height: 30px;
	color: #000;
	background: url(../images/hzjt.png) center right no-repeat;
	background-size: auto 8px;
	padding-right: 25px;
}
footer{
	background: #2c2c2c;
}
.bottom{
	padding: 50px 0px 40px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.bottom dl dt{
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 30px;
	margin: 0px 0px 14px;
}
.bottom dl dt a{
	color: #fff;
}
.bottom dl dd a{
	display: block;
	line-height: 30px;
	color: rgba(255,255,255,.4);
}
.bottom dl dd a:hover{
	color: #fff;
}
.bottom .bcontact{
	max-width: 260px;
}
.bottom .bcontact h3{
	font-family:Fonttwo;
	color: #fff;
	font-size: 3.0rem;
	text-align: right;
	margin: 0px 0px 8px;
}
.bottom .bcontact section{
	line-height: 26px;
	color: rgba(255,255,255,.4);
	text-align: right;
}
.bottom .bcontact>a{
	display: block;
	width: 152px;
	line-height: 44px;
	margin: 20px 0 0 auto;
	color: #fff;
	background: #02398b url(../images/btdot1.png) 30px center no-repeat;
	font-size: 1.6rem;
	border-radius: 4px;
	padding-left: 55px;
}
.copy{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	line-height: 50px;
	color: rgba(255,255,255,.4);
	border-top: 1px rgba(255,255,255,.1) solid;
	font-family: arial;
	padding: 0px 0px 10px;
}
.copy a{
	color: rgba(255,255,255,.4);
}
.copy a:hover{
	color: #fff;
}
/*page*/
.ibanner{
	position: relative;
	max-height:700px;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-webkit-align-items:center;
}
.ibanner img{
	width:100%;
	height:auto;
}
.ibanner .weizhi{
	position: absolute;
	top: 0;
	width: 84%;
	left: 8%;
	border-bottom: 1px rgba(255,255,255,.5) solid;
	line-height: 55px;
	padding: 2px 0px;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	color: #fff;
}
.ibanner .weizhi a{
	color: #fff;
}
.ibanner .weizhi ul{
	display:flex;
	display:-webkit-flex;
}
.ibanner .weizhi ul li{
	margin-left:35px;
}
.ibanner .weizhi ul li a:hover,.ibanner .weizhi ul li.cur a{
	color:#02398b;
}
.ibanner .ititle{
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	top: 50%;
	color: #fff;
	margin-top: -68px;
}
.ibanner .ititle big{
	display: block;
	font-size: 6.8rem;
	line-height: 70px;
	font-family: arial;
}
.ibanner .ititle span{
	display: block;
	font-size: 2.4rem;
	line-height: 30px;
	margin: 16px 0px 0px;
}
.ibanner .ititle span:after{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	margin: 30px auto 0;
}
.lanmu{
	box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	position: relative;
	z-index: 6;
}
.lanmu ul{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.lanmu ul li{
	width: 18.75%;
}
.lanmu ul li:first-child{
	border-left: 1px rgba(0,0,0,.15) solid;
}
.lanmu ul li a{
	display: block;
	padding: 20px 0px;
	text-align: center;
	border-right: 1px rgba(0,0,0,.15) solid;
	color: #787676;
	transition: background .3s;
}
.lanmu ul li a:hover,.lanmu ul li.cur a{
	background: #02398b;
	color: #fff;
}
.lanmu ul li a i{
	height: 50px;
	display: block;
	background-position: center 0;
	background-repeat: no-repeat;
}
.lanmu ul li a:hover i,.lanmu ul li.cur a i{
	background-position: center bottom;
}
.lanmu ul li a p{
	font-size: 1.6rem;
	line-height: 30px;
	margin: 5px 0px 0px;
}
.content{
	padding: 45px 0px;
	background: #f2f3f7;
}
.content-white{
	padding: 45px 0px;
}
.iabout ul li{
	display: flex;
	display: -webkit-flex;
	background: #fff;
	margin-bottom: 30px;
}
.iabout ul li:nth-child(even) i{
	order: 3;
}
.iabout ul li i{
	display: block;
	width: 50%;
}
.iabout ul li section{
	width: 50%;
	padding: 50px;
}
.iabout ul li section big{
	display: block;
	color: #20222b;
	font-size: 3.0rem;
	line-height: 36px;
}
.iabout ul li section span{
	display: block;
	font-size: 1.4rem;
	line-height: 28px;
	margin: 25px 0px 0px;
	color: #54545e;
}
.icontact dl{
	display: flex;
	display: -webkit-flex;
	background: #fff;
}
.icontact dl dt{
	width: 65%;
}
.icontact dl dd{
	width: 35%;
	padding: 70px 40px 70px 50px;
}
.icontact dl dt .map{
	width:100%; 
	height:700px;
}
.amap-info-content{
	padding: 15px 20px;
	font-weight: normal;
}
.icontact dl dd ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: space-between;
	-webkit-align-content: space-between;
	height: 100%;
}
.icontact dl dd ul li{
	display: flex;
	display: -webkit-flex;
	width: 100%;
}
.icontact dl dd ul>i{
	display: block;
	height: 1px;
	background: rgba(0,0,0,.1);
	width: 100%;
}
.icontact dl dd ul li i{
	display: block;
	width: 15%;
}
.icontact dl dd ul li section{
	width: 85%;
}
.icontact dl dd ul li section big{
	display: block;
	color: #000000;
	font-size: 2.0rem;
	font-family: arial;
	line-height: 35px;
}
.icontact dl dd ul li section>span{
	display: block;
	color: #474a51;
	font-size: 1.7rem;
	line-height: 30px;
	margin: 10px 0px 0px;
}
.inews ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.inews ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
}
.inews ul li:nth-child(3n+0){
	margin-right: 0;
}
.inews ul li a{
	display: block;
	background: #fff;
	color: #333;
}
.inews ul li a section{
	padding: 15px 0px 0px;
}
.inews ul li a section big{
	display: block;
	font-size: 1.8rem;
	line-height: 30px;
	margin: 0px 0px 5px;
}
.inews ul li a section span{
	display: block;
	font-size: 1.6rem;
	line-height: 26px;
	color: #999;
}
.page-list{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding: 30px 0px 20px;
	border-top: 1px rgba(0,0,0,.15) solid;
}
.page-list a{
	display: block;
	line-height: 20px;
	border: 1px rgba(0,0,0,.15) solid;
	border-radius: 2px;
	color: #666;
	margin: 0px 3px;
	padding: 7px 18px;
	transition: .3s;
	font-size: 1.5rem;
}
.page-list a.hover,.page-list a:hover{
	color: #fff;
	border: 1px #02398b solid;
	background: #02398b;
}
.ijoin{
	padding: 20px 0px;
}
.ijoin>h3{
	color: #2a2a30;
	opacity: .6;
	font-size: 1.8rem;
	text-align: center;
}
.ijoin>h2{
	font-size: 2.8rem;
	color: #2a2a30;
	text-align: center;
	line-height: 36px;
	margin: 10px 0px 0px;
}
.ijoin dl{
	margin-top: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.ijoin dl dd{
	width: 23.5%;
	position: relative;
	text-align: center;
}
.ijoin dl dd img{
	width: 100%;
}
.ijoin dl dd section{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	padding:25px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	align-content:center;
	-webkit-align-content:center;
}
.ijoin dl dd span{
	display: block;
	color: #fff;
	font-size: 2.4rem;
	width:100%;
}
.ijoin dl dd span:after{
	content: "";
	display: block;
	width: 35px;
	height: 1px;
	background: #fff;
	margin: 15px auto;
}
.ijoin dl dd big{
	display:block;
	font-size:1.3rem;
	color:#fff;
	text-align:left;
	line-height:28px;
	height:0;
	overflow:hidden;
	transition:.3s;
}
.ijoin dl dd:hover big{
	height:140px;
	overflow:visible;
}
.ijoind{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 60px 0px 0px;
}
.ijoind ul{
	width: 25%;
}
.ijoind .ijcont{
	background: #f4f4f4;
	width: 73%;
	padding: 40px 50px 60px;
}
.ijoind ul h3{
	font-size: 2.4rem;
	color: #fff;
	line-height: 68px;
	padding-left: 30px;
	border-bottom: 1px solid #fff;
	background: #e60039;
}
.ijoind ul li a{
	display: block;
	position: relative;
	font-size: 1.6rem;
	line-height: 30px;
	color: #666;
	padding: 17px 30px;
	border-bottom: 1px solid #fff;
	background: #f4f4f4;
	transition: .5s;
}
.ijoind ul li a::before{
	content: "";
	display: block;
	position: absolute;
	height: 0;
	width: 6px;
	background: #e60039;
	top: 50%;
	left: 0;
	transition: .5s;
}
.ijoind ul li.cur a::before,.ijoind ul li:hover a::before{
	height: 100%;
	top: 0;
}
.ijoind ul li.cur a,.ijoind ul li a:hover{
	background: #fff;
}
.ijoind .ijcont h3{
	font-size: 2.0rem;
	line-height: 28px;
	color: #444;
	padding-bottom: 5px;
}
.ijoind .ijcont h4{
	margin: 0;
	display: flex;
	display: -webkit-flex;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 25px;
}
.ijoind .ijcont h4 small{
	display: block;
	font-size: 1.4rem;
	line-height: 16px;
	border-right: 1px rgba(0,0,0,.2) solid;
	padding: 0px 15px;
	color: #444;
}
.ijoind .ijcont h4 small:first-child{
	padding-left: 0;
}
.ijoind .ijcont>big{
	display: block;
	color: #000;
	font-size: 1.4rem;
	margin: 30px 0px 0px;
	line-height: 34px;
}
.ijoind .ijcont>section{
	line-height: 34px;
	color: #888;
	margin-bottom: 50px;
}
.ijoind .ijcont>a{
	display: block;
	color: #fff;
	text-align: center;
	width: 120px;
	line-height: 40px;
	background: #e6013a;
}
.ijoind .ijcont>span{
	display: block;
	margin: 30px 0px 0px;
	font-size: 1.9rem;
	color: #5e5f66;
}
.ijoind .ijcont>span img{
	margin: 0px 0px 10px;
}
.yishu{
	background: #f2f3f7;
	padding: 80px 0px 70px;
}
.itit{
	text-align: center;
}
.itit h3{
	font-size: 3.6rem;
	line-height: 40px;
	color: #2d2e30;
}
.itit h3:after{
	content: "";
	display: block;
	width: 75px;
	height: 2px;
	background: rgba(0,0,0,.4);
	margin: 30px auto 0;
}
.itit span{
	display: block;
	color: #4d4e51;
	line-height: 24px;
	margin: 25px 0px 0px;
}
.yishu ul{
	margin: 60px 0px 0px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.yishu ul li{
	width: 30%;
}
.yishu ul li small{
	display: block;
	background: #bfbec3;
	padding: 30px 0px;
	border-bottom: 10px #d5344b solid;
}
.yishu ul li i{
	display: block;
	width: 102px;
	height: 102px;
	margin: 0 auto;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
}
.yishu ul li section{
	background: #fff;
	padding: 30px 25px 35px;
	border-bottom: 6px #000 solid;
}
.yishu ul li section span{
	display: block;
	color: #abaaae;
}
.yishu ul li section h3{
	font-size: 2.4rem;
	margin: 10px 0px 0px;
	line-height: 36px;
}
.yishu ul li section big{
	display: block;
	font-size: 1.4rem;
}
.yishu dl{
	display:flex;
	display:-webkit-flex;
	margin:40px 0px 0px;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.yishu dl dd{
	width:32%;
	margin-right:2%;
	margin-bottom:20px;
	cursor:pointer;
}
.yishu dl dd:nth-child(3n){
	margin-right:0;
}
.yishu dl dd span{
	display:block;
	text-align:center;
	line-height:36px;
	font-size:1.6rem;
	color:#666;
	margin:10px 0px 0px;
}
.peixun{
	background: url(../images/pxbg.jpg) center no-repeat;
	padding: 50px 0px 210px;
}
.peixun .itit h3{
	color: #fff;
}
.peixun .itit h3:after{
	background: #fff;
}
.peixun dl{
	margin-top: 135px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.peixun dl dd{
	width: 24%;
	border: 1px #fff solid;
	text-align: center;
	padding: 90px 0px 120px;
	position:relative;
	transition:.3s;
}
.peixun dl dd:hover{
	border:1px #db0039 solid;
}
.peixun dl dd p{
	color: #fff;
	font-size: 1.8rem;
	line-height: 20px;
	margin: 25px 0px 0px;
}
.peixun dl dd section{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	transition:.3s;
	background:#db0039;
	padding:30px 40px;
	text-align:left;
	color:#fff;
}
.peixun dl dd:hover section{
	opacity:1;
}
.peixun dl dd section div{
	padding-right:20px;
}
.peixun dl dd section big{
	display:block;
	font-size:1.8rem;
	line-height:26pz;
	margin:25px 0px 0px;
}
.peixun dl dd section big:after{
	content:"";
	display:block;
	width:25px;
	height:1px;
	background:#fff;
	margin:15px 0px;
}
.peixun dl dd section span{
	display:block;
	line-height:26px;
}
.youshi{
	background: #f2f3f7;
	padding: 100px 0px 70px;
}
.youshi h1{
	font-size: 3.6rem;
	color: #2d2e30;
	line-height: 44px;
	text-align: center;
}
.youshi dl{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 35px 0px;
	border-bottom: 1px rgba(0,0,0,.15) solid;
}
.youshi dl dd{
	padding: 10px 0px 25px;
}
.youshi dl dd p{
	display: block;
	padding: 0px 25px;
	line-height: 16px;
	border-right: 1px rgba(0,0,0,.15) solid;
	cursor: pointer;
}
.youshi dl dd.cur p,.youshi dl dd:hover p{
	color: #db0039;
}
.youshi ul{
	position: relative;
}
.youshi ul li{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: auto;
	z-index: -1;
	opacity: 0;
	transform: scale(.6);
	transition: .5s;
}
.youshi ul li.active{
	position: relative;
	transform: scale(1);
	z-index: 2;
	opacity: 1;
}
.youshi ul li section{
	text-align: center;
	color: #4d4948;
	line-height: 30px;
	margin: 40px 0px 0px;
}
.iteam{
	background: url(../images/tmbg.jpg) center no-repeat;
	padding: 40px 0px 120px;
	background-size: cover;
}
.iteam .itit h3{
	color: #fff;
}
.iteam .itit h3:after{
	background: #fff;
}
.iteam .itit span{
	color: #fff;
	line-height: 30px;
	padding: 5px 0px 0px;
}
.iteam dl{
	margin-top: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.iteam dl dd{
	width: 30%;
	border: 1px #fff solid;
	text-align: center;
	padding: 90px 0px;
	position:relative;
	transition:.3s;
}
.iteam dl dd:hover{
	border:1px #db0039 solid;
}
.iteam dl dd p{
	color: #fff;
	font-size: 1.8rem;
	line-height: 20px;
	margin: 25px 0px 0px;
}
.iteam dl dd section{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	transition:.3s;
	background:#db0039;
	padding:30px 40px;
	text-align:left;
	color:#fff;
}
.iteam dl dd:hover section{
	opacity:1;
}
.iteam dl dd section div{
	padding-right:20px;
}
.iteam dl dd section big{
	display:block;
	font-size:1.8rem;
	line-height:26pz;
	margin:25px 0px 0px;
}
.iteam dl dd section big:after{
	content:"";
	display:block;
	width:25px;
	height:1px;
	background:#fff;
	margin:15px 0px;
}
.iteam dl dd section span{
	display:block;
	line-height:26px;
}
.liuchen{
	padding: 60px 0px;
}
.liuchen ul{
	margin: 10px 0px 0px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items:center;
	-webkit-align-items:center;
}
.liuchen ul li{
	text-align: center;
	font-size: 1.8rem;
	line-height: 26px;
}
.liuchen ul li:before{
	content:"";
	display:block;
	height:46px;
}
.liuchen ul b{
	display:block;
	width:19px;
	height:10px;
	background:url(../images/jmjt.png) center no-repeat;
}
.liuchen ul li i{
	width: 120px;
	height: 120px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background: #7b7b7b;
	border-radius: 50%;
	transition: .3s;
}
.liuchen ul li p{
	margin: 20px 0px 0px;
}
.liuchen ul li:hover i{
	background: #e60039;
}
.yuue{
	background: #f0f0f0;
	padding: 50px 0px 70px;
}
.yuue h2{
	font-size: 3.6rem;
	text-align: center;
}
.yuue h3{
	font-size: 1.4rem;
	text-align: center;
	max-width: 840px;
	margin: 18px auto 0;
	line-height: 22px;
}
.yuue .baidu-map{
	margin-top: 45px;
}
.yuue .baidu-map{
	position: relative;
	height: 520px;
}
.yuue .BMap_bubble_content{
	position: relative;
	padding-left: 220px;
}
.yuue #bdmap {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
}
.yuue .map-img {
	display: block;
	position: absolute;
	left: 0;
	top: 11px;
	width: 200px;
	height: 124px;
}
.yuue .map-address-name, .yuue .map-tele-name {
	font-size: 14px;
	line-height: 28px;
	color: #333;
	padding-left: 20px;
	border-bottom: 1px solid #f3f3f3;
	width: 240px;
	margin-bottom: 6px;
}
.yuue .map-address-name {
	background: url(../images/map-address-name.png) no-repeat left center;
}
.yuue .map-tele-name {
	background: url(../images/map-tele-name.png) no-repeat left center;
}
.yuue .map-address-detail, .yuue .map-tele-detail {
	width: 240px;
	font-size: 12px;
	line-height: 18px;
	color: #888;
	height: 36px;
}
.lianxi{
	padding: 50px 0px 40px;
	background: url(../images/lxbg.jpg) center repeat;
}
.lianxi h2{
	text-align: center;
	color: #2f2f2f;
	font-size: 4.0rem;
}
.lianxi dl{
	margin: 30px 0px 0px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.lianxi dl dt{
	width: 1px;
	background: rgba(0,0,0,.07);
	margin: 0px 11%;
}
.lianxi dl dd{
	text-align: center;
}
.lianxi dl dd i{
	display: block;
	font-size: 0;
	box-shadow: 0px 0px 20px rgba(0,0,0,.15);
}
.lianxi dl dd p{
	width: 60%;
	color: #fff;
	line-height: 30px;
	border-radius: 15px;
	background: #02398b;
	margin: 25px auto 20px;
}
.lianxi dl dd span{
	display: block;
	color: #2f2f2f;
	font-size: 1.6rem;
	font-family: arial;
}
.pbanner{
	position: relative;
	max-height:830px;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-webkit-align-items:center;
	padding-bottom:120px;
}
.pbannera{
	padding-bottom:0;
}
.pbanner a>img{
	width:100%;
	height:auto;
}
.pbanner .pdlanmu{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #343131;
}
.pbanner .pdlanmu ul{
	display: flex;
	display: -webkit-flex;
	border-left: 1px rgba(255,255,255,.1) solid;
}
.pbanner .pdlanmu ul li{
	width: 16.6666666666666666%;
	text-align: center;
	border-right: 1px rgba(255,255,255,.1) solid;
}
.pbanner .pdlanmu ul li a{
	display: block;
	color: #fff;
	padding: 30px 0px 20px;
	transition: .3s;
}
.pbanner .pdlanmu ul li a i{
	display: block;
	margin: 0px 0px 5px;
}
.pbanner .pdlanmu ul li a span{
	display: block;
	line-height: 30px;
}
.pbanner .pdlanmu ul li.on a,.pbanner .pdlanmu ul li a:hover{
	background: #d50039;
}
.iproduct dl{
	display: flex;
	display: -webkit-flex;
	padding: 10px 0px 20px;
}
.iproduct dl dd{
	margin-right: 25px;
}
.iproduct dl dd a{
	display: block;
	line-height: 26px;
	color: #4b4848;
	padding: 0px 24px;
	transition: .3s;
}
.iproduct dl dd.on a,.iproduct dl dd a:hover{
	background: #d50039;
	color: #fff;
}
.iproduct ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 30px 0px 20px;
}
.iproduct ul li{
	width: 24%;
	margin-right: 1.333333333333%;
	margin-bottom: 30px;
}
.iproduct ul li:nth-child(4n+0){
	margin-right: 0;
}
.iproduct ul li a{
	display: block;
	padding: 25px 10px 15px;
	background: #fff;
	transition: .3s;
}
.iproduct ul li a img{
	width: 100%;
}
.iproduct ul li a big{
	color: #4b4848;
	display: block;
	font-size: 1.6rem;
	margin: 0px 30px;
	line-height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.iproduct ul li a span{
	display: block;
	margin: 0px 30px;
	color: #777777;
	font-size: 1.2rem;
	line-height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.iproduct ul li a:hover big,.iproduct ul li a:hover span{
	color: #d50039;
}
.iproduct ul li a:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
}
.ipdcont{
	background: #efefef;
}
.pdclass{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 0px 10%;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.pbanner .pdclass{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index:9;
	background:rgba(0,0,0,.3);
	border-bottom: 1px rgba(255,255,255,.5) solid;
}
.pdclass section{
	line-height: 60px;
	font-size: 1.3rem;
}
.pdclass section a{
	color: #000;
}
.pbanner .pdclass section,.pbanner .pdclass section a{
	color:#fff;
}
.pdclass ul{
	display: flex;
	display: -webkit-flex;
}
.pdclass ul li{
	margin-left: 35px;
}
.pdclass ul li a{
	display: block;
	line-height: 60px;
	color: #676772;
	font-size: 1.3rem;
}
.pbanner .pdclass ul li a{
	color:#fff;
}
.pdclass ul li.cur a,.pdclass ul li a:hover{
	color: #e50039;
}
.pdtop{
	padding: 40px 10%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.pdtop .smllpic{
	width: 86px;
	position: relative;
	height: 400px;
	padding: 50px 0px;
	margin: 55px 0px 0px;
}
.pdtop .maipic{
	width: calc(100% - 586px);
	padding: 10px 0px;
}
.pdtop .pdmemo{
	width: 500px;
}
@media (max-width:1300px) {
	.pdtop .maipic{
		width: calc(100% - 540px);
		padding: 10px 0px;
	}
	.pdtop .pdmemo{
		width: 440px;
	}
}
.pdtop .smllpic .swiper-container-s{
	height: 100%;
	position: static;
	padding: 1px 0px;
}
.pdtop .smllpic .swiper-container-s .swiper-slide i{
	display: block;
	border: 1px rgba(0,0,0,.22) solid;
	cursor: pointer;
}
.pdtop .smllpic .swiper-container-s .swiper-slide-active i{
	border: 1px #e60039 solid;
}
.pdtop .smllpic .swiper-container-s .swiper-button-next{
	right: 0;
	margin-top: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	background: url(../images/ntjt.png) center 60% no-repeat;
}
.pdtop .smllpic .swiper-container-s .swiper-button-prev{
	left: 0;
	margin-top: 0;
	top: 0;
	width: 100%;
	background: url(../images/pejt.png) center 40% no-repeat;
}
.pdtop .maipic h3{
	text-align: center;
	font-size: 1.65rem;
	color: #888;
	line-height: 36px;
}
.pdtop .maipic img{
	max-height:450px;
	max-width:100%;
	width:auto;
}
.pdtop .pdmemo .pmwhite{
	background: #fff url(../images/mmbg.png) no-repeat right 22px bottom 16px;
	padding: 50px 55px;
}
@media (max-width:1300px) {
	.pdtop .pdmemo .pmwhite{
		padding: 20px 25px;
	}
}
.pdtop .pdmemo .pmwhite>big{
	display: block;
	font-size: 3.0rem;
	color: #333;
	line-height: 36px;
}
.pdtop .pdmemo .pmwhite>small{
	display: block;
	color: #333;
	font-size: 1.8rem;
	line-height: 22px;
	padding: 10px 0px 0;
}
.pdtop .pdmemo .pmwhite>small:after{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #666;
	margin: 18px 0px;
}
.pdtop .pdmemo .pmwhite>section{
	line-height: 24px;
	color: #666;
	padding-bottom: 40px;
}
.pdname{
	background: #343131;
	color: #fff;
	padding: 40px 0px;
	line-height: 30px;
	font-size: 2.5rem;
}
.pxcont{
	padding: 40px 0px;
}
.pxcont>h2{
	font-size: 2.0rem;
	padding-left: 35px;
}
.pxcont>h2:after{
	content: "";
	display: block;
	height: 2px;
	width: 80px;
	background: #e60039;
	margin: 20px 0px 0;
}
.pxcont>section{
	background: #fff;
	padding: 30px;
	line-height: 24px;
	font-size: 1.4rem;
	color: #666;
}
.tonglei>h2{
	font-size: 2.0rem;
	padding: 5px 0px 25px 35px;
}
.tonglei .swiper-container-t{
	padding-bottom: 80px;
}
.tonglei .swiper-container-t .swiper-pagination{
	bottom: 0;
}
.tonglei .swiper-container-t .swiper-pagination span{
	background: rgba(0,0,0,.3);
	width: 10px;
	height: 10px;
	opacity: 1;
}
.tonglei .swiper-container-t .swiper-pagination span.swiper-pagination-bullet-active{
	background: #e60039;
}
.tonglei .swiper-slide a{
	display: block;
	padding: 25px 10px 15px;
	background: #fff;
	transition: .3s;
}
.tonglei .swiper-slide a img{
	width: 100%;
}
.tonglei .swiper-slide a big{
	color: #4b4848;
	display: block;
	font-size: 1.6rem;
	margin: 0px 30px;
	line-height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.tonglei .swiper-slide a span{
	display: block;
	margin: 0px 30px;
	color: #777777;
	font-size: 1.2rem;
	line-height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.tonglei .swiper-slide a:hover big,.tonglei .swiper-slide a:hover span{
	color: #d50039;
}
.tonglei>a{
	display: block;
	width: 180px;
	line-height: 46px;
	background: #e60039;
	color: #fff;
	text-align: center;
	font-size: 1.45rem;
	margin: 70px auto;
	transition: .3s;
}
.tonglei>a:hover{
	background: #666;
	color: #fff;
}
.icase>h1{
	text-align:center;
	font-size:3.6rem;
	color:#4d4948;
	line-height:46px;
}
.icase>h1:after{
	content:"";
	display:block;
	height:2px;
	width:50px;
	background:#4d4948;
	margin:15px auto 0;
}
.icase ul{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding:45px 0px 25px;
}
.icase ul li{
	width:31%;
	margin-right:3.5%;
	margin-bottom:20px;
}
.icase ul li:nth-child(3n){
	margin-right:0;
}
.icase ul li a{
	display:block;
	color:#666;
	transition:.3s;
	background:#fff;
}
.icase ul li a img{
	width:100%;
	height:auto;
}
.icase ul li a:hover{
	box-shadow:0px 0px 10px rgba(0,0,0,.15);
}
.icase ul li a section{
	padding:0px 15px;
}
.icase ul li a big{
	display:block;
	font-size:1.6rem;
	line-height:36px;
	padding:10px 0px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font-family:arial;
}
.icase ul li a span{
	display:block;
	color:#888;
	font-size:1.4rem;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.icase ul li a small{
	display:block;
	font-size:1.2rem;
	margin:20px 0px 0px;
	color:#e60039;
}
.icased{
	padding:20px 0px 40px;
}
.icased>h1{
	text-align:center;
	font-size: 3.0rem;
	line-height: 40px;
	color: #333;
	text-align: center;
	border-bottom:1px rgba(0,0,0,.1) solid;
	padding-bottom: 30px;
	margin-bottom:30px;
}
.icased>section{
	font-size:1.6rem;
	line-height:30px;
	min-height:400px;
}
.icased>section img{
	max-width:100%;
	height:auto;
}
.fanye{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	border-top:1px rgba(0,0,0,.15) solid;
	padding:20px 0px;
	margin:30px 0px 0px;
}
.fanye span{
	width:calc(100% - 200px);
	display:block;
}
.fanye span a{
	display:block;
	font-size:1.5rem;
	line-height:38px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color:#000;
}
.fanye span a:hover{
	color:#f00;
}
.fanye>a{
	display: block;
	text-align: center;
	width: 124px;
	line-height: 34px;
	height: 36px;
	border: 1px solid #e60039;
	border-radius: 18px;
	color:#fff;
	background: #e60039;
}
.tanchu{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.7);
	z-index:9999;
	display:none;
}
.tanchu .tanchuct{
	max-width:70%;
	overflow:hidden;
	margin:0 auto;
	top:10%;
	display:flex;
	justify-content:center;
	align-items:center;
	height:80%;
	position:relative;
	padding:18px;
}
.tanchu .tanchuct i{
	position:absolute;
	right:0;
	top:0;
	width:36px;
	height:36px;
	background:url(../images/btn-close.png) 0 no-repeat;
	cursor:pointer;
	z-index:9999999;
}
.tanchu .tanchuct section{
	width:100%;
	height:100%;
	background:#000;
	position:relative;
}
.tanchu .tanchuct section video{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.zhichi{
	background:#d9dbdf;
	padding:50px 0px;
}
.search form{
	display:flex;
	justify-content:space-between;
}
.search form input{
	width:84%;
	line-height:20px;
	font-size:1.8rem;
	border:0;
	padding:30px 0px 30px 40px;
}
.search form button{
	display:block;
	border:0;
	background:#e60039 url(../images/fdj.png) center no-repeat;
	width:14%;
	transition:.3s;
}
.search form button:hover{
	background-color:#f07700;
}
.zhichi ol{
	padding:20px 0px 20px;
}
.zhichi ol li{
	margin-bottom:15px;
}
.zhichi ol li a{
	display:flex;
	background:#fff;
	padding:2% 7% 2% 3%;
	justify-content:space-between;
	border:1px #fff solid;
	align-items:center;
	transition:.3s;
}
.zhichi ol li a section{
	display:flex;
}
.zhichi ol li a section small{
	margin:0px 15px 0px 0px;
}
.zhichi ol li a section big{
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
}
.zhichi ol li a section big p{
	font-size:2.2rem;
	color:#333333;
	width:100%;
	line-height:26px;
}
.zhichi ol li a section big b{
	font-size:1.4rem;
	color:rgba(0,0,0,.4);
	font-weight:normal;
	line-height:18px;
}
.zhichi ol li a span{
	border:1px #e60039 solid;
	color:#e60039;
	line-height:20px;
	padding:5px 25px;
	transition:.3s;
}
.zhichi ol li a:hover{
	border:1px #e60039 solid;
}
.zhichi ol li a:hover span{
	background:#e60039;
	color:#fff;
}
@media (max-width:768px) {
	.zhichi ol{
		padding:20px 0px 0px;
	}
	.zhichi ol li a{
		padding:10px;
		justify-content:flex-end;
		flex-wrap:wrap;
		position:relative;
	}
	.zhichi ol li a section{
		width:100%;
	}
	.zhichi ol li a section big p{
		font-size:1.5rem;
	}
	.zhichi ol li a section big b{
		font-size:1.4rem;
		line-height:18px;
	}
	.zhichi ol li a span{
		margin:0px;
		position:absolute;
		padding:0px 15px;
		transition:.3s;
		font-size:1.2rem;
		right:10px;
		bottom:10px;
	}
}
.zhichi dl{
	padding:40px 20px;
	background:#fff;
	margin:40px 0px 0px;
}
.zhichi dl section{
	border:1px #fff solid;
}
.zhichi dl section:before{
	content:"";
	display:block;
	width:calc(100% - 60px);
	border-top:1px #ddd solid;
	margin:0 auto;
}
.zhichi dl section dt{
	cursor:pointer;
	font-weight:normal;
	padding:20px 40px;
	display:flex;
	align-items:center;
	background:url(../images/qsbt.png) calc(100% - 40px) center no-repeat;
	background-size:20px auto;
}
.zhichi dl section small{
	width:33px;
	height:33px;
	display:block;
	border-radius:50%;
	background:#808080;
	color:#fff;
	text-align:center;
	line-height:33px;
	font-size:1.5rem;
	transition:.3s;
}
.zhichi dl section dt p{
	font-size:1.8rem;
	color:#808080;
	margin:0px 0px 0px 25px;
	transition:.3s;
}
.zhichi dl section dd{
	display:none;
	padding:0px 40px;
}
.zhichi dl section dd>div{
	display:flex;
	border-top:1px #ddd solid;
	padding:15px 0px;
}
.zhichi dl section.active{
	border:1px #e60039 solid;
}
.zhichi dl section.active small{
	background:#e60039;
}
.zhichi dl section.active:before{
	border-top:1px #fff solid;
}
.zhichi dl section.active dt p{
	color:#e60039;
}
.zhichi dl section.active dt{
	background:url(../images/qsbtn.png) calc(100% - 40px) center no-repeat;
	background-size:20px auto;
}
.zhichi dl section dd>div span{
	display:block;
	line-height:33px;
	margin:0px 0px 40px 25px;
	font-size:1.8rem;
	color:#808080;
}
.zhichi dl section:hover small{
	background:#e60039;
}
.zhichi dl section:hover dt p{
	color:#e60039;
}
@media (max-width:768px) {
	.zhichi dl{
		padding:10px;
		margin:20px 0px 0px;
	}
	.zhichi dl section{
		padding:0px 5px;
	}
	.zhichi dl section dt{
		padding:10px 0px;
		background:url(../images/qsbt.png) right center no-repeat;
		background-size:15px auto;
	}
	.zhichi dl section:before{
		width:100%;
	}
	.zhichi dl section dt p{
		font-size:1.4rem;
		margin:0px 0px 0px 10px;
	}
	.zhichi dl section small{
		width:25px;
		height:25px;
		line-height:25px;
		font-size:1.3rem;
	}
	.zhichi dl section.active dt{
		background:url(../images/qsbtn.png) right center no-repeat;
		background-size:15px auto;
	}
	.zhichi dl section dd{
		padding:0px;
	}
	.zhichi dl section dd>div span{
		line-height:25px;
		margin:0px 0px 20px 10px;
		font-size:1.4rem;
	}
}
.iproducta dl dd{
	display:flex;
	background:#f3f5ff;
	align-items:center;
}
.iproducta dd i,.iproducta dd .ipdtext{
	width:50%;
}
.iproducta dd .ipdtext{
	padding:0px 50px 5%;
}
.iproducta dd:nth-child(even) i{
	order:2;
}
.iproducta dd:nth-child(even) .ipdtext{
	padding-left:18%;
}
.iproducta dd .ipdtext>span{
	display:block;
	color:#f0ba50;
	font-size:5.2rem;
	font-family:DINCond-Regular;
}
.iproducta dd .ipdtext>h3{
	color:#2e3033;
	font-size:4.2rem;
	line-height:45px;
}
.iproducta dd .ipdtext>h3:after{
	content:"";
	display:block;
	width:20px;
	height:2px;
	background:rgba(0,0,0,.5);
	margin:30px 0px;
}
.iproducta dd .ipdtext>section{
	font-size:1.8rem;
	line-height:30px;
	color:#808489;
}
.iproducta dt{
	display:flex;
	justify-content:space-between;
	padding:0px 0px 60px;
}
.iproducta dt span{
	width:50%;
	position:relative;
}
.iproducta dt span small:after{
	content:"";
	width:0;
	height:45%;
	border-left:2px #405967 dotted;
	position:absolute;
	z-index:9;
	left:20%;
	top:24px;
}
.iproducta dt span small:before{
	content:"";
	border-top:2px #405967 dotted;
	height:0;
	width:45px;
	position:absolute;
	left:20%;
	top:24px;
}
.iproducta dt span small b{
	background:#405967;
	width:14px;
	height:14px;
	border:2px #fff solid;
	border-radius:50%;
	position:absolute;
	top:calc(45% + 24px);
	left:calc(20% - 6px);
	z-index:10;
}
.iproducta dt span:last-child small:after{
	left:25%;
}
.iproducta dt span:last-child small:before{
	left:25%;
}
.iproducta dt span:last-child small b{
	left:calc(25% - 6px);
}
.iproducta dt span p{
	background:rgba(0,0,0,.5);
	color:#fff;
	text-align:center;
	line-height:48px;
	font-weight:normal;
	font-family:ProximaNova-Light;
	font-size:1.6rem;
	height:48px;
}
.iproducta dt span i{
	display:block;
	width:95%;
	margin-top:50px;
}
.iproducta dt span:last-child i{
	margin-left:5%;
}