/*基础样式*/

select::-ms-expand {
	display: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w1300 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.mt60 {
	margin-top:0px;
}
.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}
/*flex 布局*/
	
	.flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	/*垂直对其方式*/
	
	.flex-align-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}


.part {
	overflow: hidden;
}

.part5 {
	text-align: center;
}

.part5 .w1300 {
	overflow: hidden;
	width: 1200px;
}
.part5 .w1300 .modbox-item{
	float: left;
	
}
.part5 .w1300 .modbox-item+.modbox-item{
	margin-left: 10px;
}
.part5 .w1300 .modbox-item>div{
	width: 229px;
	overflow: hidden;
	
	height: 340px;
	border: 1px solid #eee;
	-webkit-transition: all  .3s;
	transition: all  .3s;
}
.part5 .w1300 .modbox-item>div>div{
	width: 458px;
}
.part5 .w1300 .modbox-item>div>div>div{
	float: left;
	width: 229px;
height: 340px;
}
.part5 .w1300>div .leftpart {
	padding-top: 45px;
	background:#fff;
}

.part5 .w1300>div .leftpart .no {
	font-size: 50px;
	color: #ddd;
}

.part5 .w1300>div .leftpart i {
	height: 75px;
	width: 100%;
	margin: 40px auto 25px;
	display: block;
	background: no-repeat center center;
}

.part5 .w1300>div .leftpart i.icon1 {
	background-image: url(../images/icon1.png);
}

.part5 .w1300>div .leftpart i.icon2 {
	background-image: url(../images/icon2.png);
}

.part5 .w1300>div .leftpart i.icon3 {
	background-image: url(../images/icon3.png);
}

.part5 .w1300>div .leftpart i.icon4 {
	background-image: url(../images/icon4.png);
}

.part5 .w1300>div .leftpart p {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.part5 .w1300>div .rightpart {
	background: url(../images/bg5.jpg) no-repeat left center;
}

.part5 .w1300>div .rightpart>div {
	margin: 0 auto;
	width: 120px;
}

.part5 .w1300>div .rightpart a {
	color: #fff;
	font-size: 14px;
	display: block;
	height: 36px;
	width: 120px;
	line-height: 34px;
	border: 1px solid rgba(255, 255, 255, .3);
	margin: 0 auto;
	position: relative;
}

.part5 .w1300>div .rightpart a+a {
	margin-top: 20px;
}

.part5 .w1300>div .rightpart a:hover {
	/*border: 1px solid #0092FF;*/
	/*wei 2019-05-29 start*/
	border: 1px solid #fff;
	color: #c81500;
	/*wei 2019-05-29 end*/
}

.part5 .w1300>div .rightpart a i {
	width: 0;
	position: absolute;
	left: 0;
	height: 100%;
	content: '';
	display: block;
	z-index: 0;
	-webkit-transition: all  .3s;
	transition: all  .3s;
	/*background: #0092FF;*/
	/*wei 2019-05-29 start*/
	background: #fff;
	/*wei 2019-05-29 end*/
}

.part5 .w1300>div .rightpart a span {
	position: relative;
	z-index: 9;
}

.part5 .w1300>div .rightpart a:hover i {
	width: 100%;
}
.part5 .w1300>div.active .leftpart{
	background: #c81500;
}
.part5 .w1300>div.active .leftpart p {
	color: #fff;
}

.part5 .w1300>div.active .leftpart i.icon1 {
	background-image: url(../images/sicon1.png);
}

.part5 .w1300>div.active .leftpart i.icon2 {
	background-image: url(../images/sicon2.png);
}

.part5 .w1300>div.active .leftpart i.icon3 {
	background-image: url(../images/sicon3.png);
}

.part5 .w1300>div.active .leftpart i.icon4 {
	background-image: url(../images/sicon4.png);
}

.part5 .w1300>div.active .rightpart {
	width: 229px;
}

.part5 .w1300 .modbox-item.active>div{
	width: 458px;
	border: none;
}