
/* CSS Document */


.main_box{
	width: 100%;
	position: relative;
	padding:30px 0 80px
}
.youshiicon{position: absolute;bottom: 40px;left: 45%}
.youshiicon img{width: 40px!important;height: 40px!important}
.box ul li{
	width: 15.5%;
	height: auto;
	float: left;
	text-align: center;
	position: relative;
	transition: all .2s;
	margin-right: 0.5%;
	height: 490px;
	/*background: #f2f2f2;*/
	padding: 0 0 25px 0;
	
}
.box ul li:nth-child(5){margin-right: 0}
.box ul li h3{

	color: #333;
	font-size: 23px;
	letter-spacing: 0;
	font-weight: bold;
	text-align: center;
	padding: 25px 2% 25px
	
}
.box ul li p{
	margin-top: 25px;
	color: #333;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 23px;
	padding: 0 7%
}
.box ul li .img1{
	width: 100%;
	height: auto;
	transition: all .4s ease-out;
	
}
.box ul li i{width: 45px;height: 2px;background: #ccc;margin: 0 auto;display: block;margin-bottom: 10px}
.tubiao img{display: block;margin: 0 auto;width: 86%;padding: 7% 7% 0 7%;height: auto;}
.box ul .on{
	width: 36%;
	background-color: #172a88;
}
/*.box ul .on i,.box ul .on .tubiao{display: none}*/
.box ul .on h3{
	color: #fff;
	height: auto;
	margin-bottom: 15px;
	padding: 20px 2% 0;
	font-size: 22px;
	text-align: left
}
.box ul .on p{
	color: #fff;
	margin-top: 15px;
	padding: 0 2%;
	text-align: left;
}
.box ul .on img{
	width: 100%;
	padding: 0;
	border-radius: 0;
	height:380px;
	
}
.box ul .on i{
	margin-left: 2% ;
	background: #fff;
}
.box ul .on .youshiicon{display: none}

@media (max-width: 1700px){
	
	
}
@media (max-width: 1450px){
	.box ul li{height: 400px}
	.box ul li p{margin-top: 15px}
	.box ul li i{margin-top: 10px}
	.box ul li h3{padding-top: 20px}
	.box ul .on img{height: 300px;}
}

@media (max-width: 1024px){
	.box ul li h3{height: 100px}
	.box ul li{height: 450px}
}
@media (max-width: 750px){
	.main_box{display: none}
	.sec2 .tubiao img{width: 100%;padding: 0}
}

/*
@media (max-width: 1550px){
	.box{height: 500px;}
	.tubiao img{margin-top: 50px}
}*/
