
.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1240px;
	position: relative;
}
h3 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.page_list {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.page {
	padding: 60px 0;
}
.page.on {
	/*background: #e7f0ff;*/
	background-image: url(../images/pro_bg.png);
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;

}
.page_tit {
	text-align: center;
	margin-bottom: 60px;
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.page_tit.on h3 {
	color: #fff;
}
.page_tit h4 {
	font-family: 'Microsoft Yi Baiti';
	font-size: 38px;
	font-weight: normal;
	color: #adadad;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.page_tit h3 {
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
}
.page_tit h3 img {
	vertical-align: middle;
}
.page_tit h3 span {
	display: inline-block;
	padding: 0 20px;
	color: #666;
}
.page_tit h3 label {
	color: #e81320;
}
.page_list1 ul {
	overflow: hidden;
	margin: 0 -10px;
	list-style: none;
	padding-bottom: 20px;
}
.page_list1 ul li {
	width: 25%;
	float: left;
}
.page_list1 ul li .list {
	margin: 20px;
	background: #fff;
	text-align: center;
	padding: 24px;
	line-height: 25px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 16px;

}

.page_list1 p{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


.page_list1 ul li .list .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	/*opacity: 0.10;*/
	
}
.page_list1 ul li .list img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	width: 100%;
	height: 100%;
	
}
.page_list1 ul li:hover .list {
	background: #1b5cd4;
	transition: all 0.8s ease;
	/*transform: rotateY(360deg);*/
	box-shadow: 0 5px 8px 2px rgba(0,0,0,.2);
}



.page_list1 ul li:hover .list .img {
	opacity: 0.15;
}
.page_list1 ul li .list h3 {
	font-weight: normal;
	color: #000;
	
	padding-top: 90px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-position: top center;
	background-repeat: no-repeat;
}
.page_list1 ul li:hover .list h3 {
	color: #fff;
	
}
.page_list1 ul li:hover .list p {
	color: #fff;
}
.page_list1 ul li .list p {
	height: 50px;
	overflow: hidden;
	color: #8a8a8a;
}
.page_list1 ul li .list h3{
	margin-top: 15px;
}
.page_list1 ul li .list h3.h3-1 {
	background-image: url(../images/icon_1.png);
}
.page_list1 ul li .list h3.h3-2 {
	background-image: url(../images/icon_2.png);
}
.page_list1 ul li .list h3.h3-3 {
	background-image: url(../images/icon_3.png);
}
.page_list1 ul li .list h3.h3-4 {
	background-image: url(../images/icon_4.png);
}
.page_list1 ul li .list h3.h3-5 {
	background-image: url(../images/icon_5.png);
}
.page_list1 ul li .list h3.h3-6 {
	background-image: url(../images/icon_6.png);
}
.page_list1 ul li .list h3.h3-7 {
	background-image: url(../images/icon_7.png);
}
.page_list1 ul li .list h3.h3-8 {
	background-image: url(../images/icon_8.png);
}
.page_list1 ul li:hover .list h3.h3-1 {
	background-image: url(../images/icon1_1.png);
}
.page_list1 ul li:hover .list h3.h3-2 {
	background-image: url(../images/icon1_2.png);
}
.page_list1 ul li:hover .list h3.h3-3 {
	background-image: url(../images/icon1_3.png);
}
.page_list1 ul li:hover .list h3.h3-4 {
	background-image: url(../images/icon1_4.png);
}
.page_list1 ul li:hover .list h3.h3-5 {
	background-image: url(../images/icon1_5.png);
}
.page_list1 ul li:hover .list h3.h3-6 {
	background-image: url(../images/icon1_6.png);
}
.page_list1 ul li:hover .list h3.h3-7 {
	background-image: url(../images/icon1_7.png);
}
.page_list1 ul li:hover .list h3.h3-8 {
	background-image: url(../images/icon1_8.png);
}



 @media only screen and (max-width: 1100px) {

.tag_tit ul li {
	margin: 0;
}
.page_tit {
	margin-bottom: 30px;
}
.page_list1 ul li {
    width: 33.333%;
    float: left;
}

}


 @media only screen and (max-width: 550px) {
	 
.page {
    padding: 10px 0;
}

.page_list1 ul li {
	width: 50%;
}
.page_list1 ul li .list {
	padding: 20px 10px;
	margin: 5px;
}
.page_list1 ul li .list h3 {
	font-size: 20px;
}
.page_list1 ul {
	margin: 0 auto;
}

}
 
@media only screen and (max-width: 420px) {
.page_tit {
	padding-top: 20px;
	background: #fff
}
.page.on {
	background: #fff;
}

.wrap {
	width: 98%;
	margin: 0 auto;
	position: relative;
}
}
