﻿
@charset "utf-8";
/* CSS Document */


.clear {
	clear: both !important;
	height: 0px !important;
	width: 0px !important;
	float: none !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

.index_title {
	float: left;
	margin-top: 60px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #4967b7;
	font-weight: bolder;
}
.index_title2 {
	float: left;
	width: 100%;
	text-align: center;
	height: 9px;
	margin: 0 0 9px 0;
	border-bottom: #dddddd solid 1px;
	margin-bottom: 40px;
}
.index_title2 div {
	background: #FFFFFF;
	text-align: center;
	font-size: 16px;
	color: #4967b7;
	display: inline-block;
	padding: 0 13px;
	border-left: #dddddd solid 1px;
	border-right: #dddddd solid 1px;
	text-transform: uppercase;
	height: 18px;
	line-height: 18px;
}

.index2 {
	background: #f7f7f7;
	padding-bottom: 60px;
}
.index2 .index_title2 div {
	background: #f7f7f7;
}
.index3 {
	width: 100%;
	background: url(template/9se/img/tupian14.jpg);
}
.index3 .index_title {
	color: #FFFFFF;
}
.index3 .index_title2 {
	border-bottom: #FFFFFF solid 1px;
}
.index3 .index_title2 div {
	color: #FFFFFF;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
	background: url(template/9se/img/tupian14.jpg) 50%;
}
.cooper {
	width: 1100px;
	margin: 0 auto;
	max-width: 96%;
}
.cooper a {
	overflow: hidden;
	display: inline-block;
	background: #fafafa;
	width: 160px;
	height: 63px;
	float: left;
	margin: 0 28px 25px 0;
	border: #dedede solid 1px;
	-webkit-align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	cursor: pointer;
}
.cooper a img {
	max-height: 90%;
	max-width: 90% !important;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transition: all 2.5s ease;
	-webkit-transform: all 2.5s ease;
}
.cooper a:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	transition: all 2.5s ease;
	-webkit-transform: all 2.5s ease;
}
.cooper a:nth-child(6n) {
	margin-right: 0;
}

@media screen and (max-width:1100px) {

.cooper a {
	width: 23%;
	margin: 1% !important;
	height: 80px;
}
}

@media screen and (max-width:770px) {

.cooper a {
	width: 48%;
	margin: 1% !important;
	height: 80px;
}
.index_title {
	margin-top: 20px;
}
}