@charset "gb2312";
/* CSS Document    made by walker*/

/***/
* {
	margin:0;
	padding:0;
	font-size:13px;
	font-family:"微软雅黑";
	list-style:none;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
table {
	border-collapse:collapse;
}
.autor {
	margin:0 auto;
	width:1100px;
}
.big_min {
	width:100%;
	min-width:1100px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.align {
	text-align:center;
}
.clebh {
	clear:both;
}
.clearfix:after {
	content:"";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
	clear:both;
}
/***/

/*头部*/
.top {
	height: 37px;
	width: 100%;
	margin: 0px;
	clip: rect(0px,auto,auto,0px);
	clear: both;
	background-color: #FFF;
}
.top .topm span {
	float:right;
	font-size:16px;
	display:block;
	padding-top:10px;
	line-height:21px;
}
.top .topm span a {
	font-size:16px;
	color: #F00;
}
.top .topm {
	width: 990px;
	height: 37px;
	background-image: url(images/sb1.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.top .topm img {
	float: left;
}
/*头部*/
/*banner*/
.banner {
	width:100%;
	min-width:1000px;
	background:#e54630;
}
.banner_one {
	width:100%;
	min-width:1000px;
	height:335px;
	background-image: url(imagesban1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.banner_two {
	width:100%;
	min-width:1000px;
	height:126px;
	background-image: url(imagesban2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.banner_tre {
	width:100%;
	min-width:1000px;
	height:256px;
	background-image: url(imagesban3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/*banner*/
/*m0*/
.m0 {
	width:100%;
	min-width:1000px;
	background-color: #FFF;
}
.m0_one {
	width:100%;
	min-width:1000px;
	height:360px;
	background-image: url(imagesmm4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.m0_one p {
	font-size:30px;
	text-align:center;
	color:#333333;
	font-weight:bold;
	padding-top:53px;
}
.m0_two {
	width:100%;
	min-width:1000px;
	height:243px;
	background:url(imagesm01.png) no-repeat center top;
}
/*m0*/
.yb {
	margin:0 auto;
	width: 1100px;
}
.advantage {
	height: 436px;
	position: relative;
}
.advantage li {
	position: absolute;
	top: 8px;
	color:#fff;
	font:normal 24px/32px 'Microsoft Yahei';
	background-repeat:no-repeat;
	background-position: 0 0;
}
.advantage li.adv_swing {
	transform-origin:50% 0%;
	-webkit-transform-origin:50% 0%;
	-ms-transform-origin:50% 0%;
	-moz-transform-origin:50% 0%;
	-o-transform-origin:50% 0%;
	animation:swing 2s ease-in-out 0s infinite normal;
	-webkit-animation:swing 2s ease-in-out 0s infinite normal;
	-ms-animation:swing 2s ease-in-out 0s infinite normal;
	-moz-animation:swing 2s ease-in-out 0s infinite normal;
	-o-animation:swing 2s ease-in-out 0s infinite normal;
}
.advantage li.adv_swing2 {
	transform-origin:50% 0%;
	-webkit-transform-origin:50% 0%;
	-ms-transform-origin:50% 0%;
	-moz-transform-origin:50% 0%;
	-o-transform-origin:50% 0%;
	animation:swing2 2s ease-in-out 0s infinite normal;
	-webkit-animation:swing2 2s ease-in-out 0s infinite normal;
	-ms-animation:swing2 2s ease-in-out 0s infinite normal;
	-moz-animation:swing2 2s ease-in-out 0s infinite normal;
	-o-animation:swing2 2s ease-in-out 0s infinite normal;
}
@keyframes swing {
 0% {
transform:rotate3d(0, 0, 1, 0deg);
}
 25% {
transform:rotate3d(0, 0, 1, 10deg);
}
 50% {
transform:rotate3d(0, 0, 1, 0deg);
}
 75% {
transform:rotate3d(0, 0, 1, -10deg);
}
 100% {
transform:rotate3d(0, 0, 1, 0deg);
}
}
@-webkit-keyframes swing {
 0% {
-webkit-transform:rotate3d(0, 0, 1, 0deg);
}
 25% {
-webkit-transform:rotate3d(0, 0, 1, 10deg);
}
 50% {
-webkit-transform:rotate3d(0, 0, 1, 0deg);
}
 75% {
-webkit-transform:rotate3d(0, 0, 1, -10deg);
}
 100% {
-webkit-transform:rotate3d(0, 0, 1, 0deg);
}
}
@-ms-keyframes swing {
 0% {
-ms-transform:rotate3d(0, 0, 1, 0deg);
}
 25% {
-ms-transform:rotate3d(0, 0, 1, 10deg);
}
 50% {
-ms-transform:rotate3d(0, 0, 1, 0deg);
}
 75% {
-ms-transform:rotate3d(0, 0, 1, -10deg);
}
 100% {
-ms-transform:rotate3d(0, 0, 1, 0deg);
}
}
@-moz-keyframes swing {
 0% {
-moz-transform:rotate3d(0, 0, 1, 0deg);
}
 25% {
-moz-transform:rotate3d(0, 0, 1, 10deg);
}
 50% {
-moz-transform:rotate3d(0, 0, 1, 0deg);
}
 75% {
-moz-transform:rotate3d(0, 0, 1, -10deg);
}
 100% {
-moz-transform:rotate3d(0, 0, 1, 0deg);
}
}
@-o-keyframes swing {
 0% {
-o-transform:rotate3d(0, 0, 1, 0deg);
}
 25% {
-o-transform:rotate3d(0, 0, 1, -10deg);
}
 50% {
-o-transform:rotate3d(0, 0, 1, 0deg);
}
 75% {
-o-transform:rotate3d(0, 0, 1, 10deg);
}
 100% {
-o-transform:rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing2 {
 0% {
transform:rotate3d(0, 0, 1, 0deg);
}
 25% {
transform:rotate3d(0, 0, 1, -10deg);
}
 50% {
transform:rotate3d(0, 0, 1, 0deg);
}
 75% {
transform:rotate3d(0, 0, 1, 10deg);
}
 100% {
transform:rotate3d(0, 0, 1, 0deg);
}
}
@-webkit-keyframes swing2 {
 0% {
-webkit-transform:rotate3d(0, 0, 1, 0deg);
}
 25% {
-webkit-transform:rotate3d(0, 0, 1, -10deg);
}
 50% {
-webkit-transform:rotate3d(0, 0, 1, 0deg);
}
 75% {
-webkit-transform:rotate3d(0, 0, 1, 10deg);
}
 100% {
-webkit-transform:rotate3d(0, 0, 1, 0deg);
}
}
@-ms-keyframes swing2 {
 0% {
-ms-transform:rotate3d(0, 0, 1, 0deg);
}
 25% {
-ms-transform:rotate3d(0, 0, 1, -10deg);
}
 50% {
-ms-transform:rotate3d(0, 0, 1, 0deg);
}
 75% {
-ms-transform:rotate3d(0, 0, 1, 10deg);
}
 100% {
-ms-transform:rotate3d(0, 0, 1, 0deg);
}
}
@-moz-keyframes swing2 {
 0% {
-moz-transform:rotate3d(0, 0, 1, 0deg);
}
 25% {
-moz-transform:rotate3d(0, 0, 1, -10deg);
}
 50% {
-moz-transform:rotate3d(0, 0, 1, 0deg);
}
 75% {
-moz-transform:rotate3d(0, 0, 1, 10deg);
}
 100% {
-moz-transform:rotate3d(0, 0, 1, 0deg);
}
}
@-o-keyframes swing2 {
 0% {
-o-transform:rotate3d(0, 0, 1, 0deg);
}
 25% {
-o-transform:rotate3d(0, 0, 1, -10deg);
}
 50% {
-o-transform:rotate3d(0, 0, 1, 0deg);
}
 75% {
-o-transform:rotate3d(0, 0, 1, 10deg);
}
 100% {
-o-transform:rotate3d(0, 0, 1, 0deg);
}
}
.advantage li.adv2 {
	width: 190px;
	height: 344px;
	background-image:url(imagesq3.png);
	left:85px;
	text-align: center;
	top:-34px;
}
.advantage li a {
	display: block;
	color:#ffffff;
	font:normal 30px/37px 'Microsoft Yahei';
}
.advantage li.adv2 a {
	margin: 120px 42px 0 0;
}
.advantage li.adv3 a {
	margin: 160px 0 0 30px;
}
.advantage li.adv4 a {
	margin: 155px 0 0 35px;
}
.advantage li.adv5 a {
	margin: 125px 0 0 20px;
}
.advantage li.adv3 {
	width: 184px;
	height: 323px;
	background-image: url(imagesq4.png);
	left: 435px;
	z-index: 1;
	top: -27px;
	left: 340px;
}
.advantage li.adv4 {
	width: 190px;
	height: 287px;
	background-image: url(imagesq1.png);
	left: 580px;
	top: -29px;
}
.advantage li.adv5 {
	width: 160px;
	height: 245px;
	background-image: url(imagesq2.png);
	left: 865px;
	z-index: 1;
	top:-35px;
}
/*m0*/
/*m1*/
.m1 {
	width:100%;
	min-width:1000px;
	position:relative;
}
.m1_one {
	width:100%;
	min-width:1000px;
	height:236px;
	background:url(imagesm10.png) no-repeat center top;
}
.xian {
	position:absolute;
	background:url(imageshuawen.png) no-repeat center;
	width:100%;
	height:39px;
	z-index:9999;
}
.m1_two {
	width:100%;
	min-width:1000px;
	height:235px;
	background:url(imagesm11.png) no-repeat center top;
}
.m4, .m2, .m3 {
	width:100%;
	min-width:1000px;
	height:456px;
	background:url(imageshuawen.png) no-repeat center 54px;
}
.m2 {
	background-color: #AFE3FC;
	background-image: url(imageshuawen.png);
	background-repeat: no-repeat;
	background-position: center 54px;
}
.m4 {
	background-color: #E7FBFE;
	background-image: url(imageshuawen.png);
	background-repeat: no-repeat;
	background-position: center 54px;
}
.m4 p, .m2 p, .m3 p {
	font-size:30px;
	text-align:center;
	color:#000;
	font-weight:bold;
	line-height:74px;
}
.m1 p {
	font-size:30px;
	text-align:center;
	color:#333333;
	font-weight:bold;
	line-height:64px;
}
.container {
	margin:70px auto;
	width:1100px;
}
.poster-main {
	width: 1100px;
	height: 500px;
	position: relative;
	margin: 0 auto;
}
.poster-main a, .poster-main images {
	display: block;
}
.poster-main .poster-list {
	width: 1100px;
	height: 500px;
}
.poster-main .poster-list .poster-item {
	width: 200px;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
}
.poster-main .poster-btn {
	position: absolute;
	top: 0;
	z-index: 10;
	cursor: pointer;
}
.poster-main .poster-prev-btn {
	left: 0;
	background: url(imagesleft.png) no-repeat center center;
}
.poster-main .poster-next-btn {
	right: 0;
	background: url(imagesright.png) no-repeat center center;
}
/* m1 */
/* m2 */
.thum-group {
	padding:20px;
	width:860px;
	margin:0 auto;
}
.thum-item {
	z-index:99;
	background:#ffffff;
	width:260px;
	height:284px;
	position:relative;
	overflow: hidden;
	float:left;
	cursor: pointer;
	margin-right:40px;
	background-color: #AEB5BF;
	-webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, .2);
	box-shadow:0 4px 8px 1px rgba(0, 0, 0, .2);
}
.nomargin-r {
	margin-right:0;
}
.thum-group .thum-item1 {
	background: url("7xnlea.com2.z0.glb.qiniucdn.comdmleiv2-thum-item1.png") no-repeat #ffffff;
}
.thum-group .thum-item2 {
	background: url("7xnlea.com2.z0.glb.qiniucdn.comdmleiv2-thum-item2.png") no-repeat #ffffff;
}
.thum-group .thum-item3 {
	background: url("7xnlea.com2.z0.glb.qiniucdn.comdmleiv2-thum-item3.png") no-repeat #ffffff;
}
.thum-item-title {
	display: block;
	position: absolute;
	width: 100%;
	background-color: transparent;
	text-align: center;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	font-size:18px;
	color:#fff;
	z-index: 78;
	top: 85px;
}
.thum-item-sin-caption {
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 90px;
	left: 0;
	bottom: 0;
	text-align: center;
	padding-top: 18px;
}
.thum-item-full-caption {
	position: absolute;
	width: 100%;
	height: 280px;
	box-sizing: border-box;
	left: 0;
	bottom: -319px;
	z-index: 67;
	font-size: 14px;
	color: #999999;
	background-color: #eeeeee;
 transition: all .3s ease;
}
.thum-item-full-caption-text {
	display: block;
	margin-top: 270px;
 transition: all .3s ease;
	line-height:30px;
}
.thum-item-full-caption-bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 200px;
	left: 0;
	background-color: #eee;
}
.thum-item-arrow-circle {
	display: block;
	position: absolute;
	z-index: 75;
	text-align: center;
	line-height: 25px;
	bottom: 20px;
	left: 120px;
	color:#fff;
	border-radius: 50%;
	background-color: #999999;
	width: 28px;
	height: 28px;
 transition: all .3s ease;
}
.thum-item-circle {
	display: block;
	position: absolute;
	left:0px;
	top: -17px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background-color:rgba(255, 102, 84, 0.9);
	transform: scale(0.5);
 transition: all .15s ease;
}
/*鼠标移上去的CSS样式*/
        .thum-item.active .thum-item-title {
	top: 55px;
	color: #333333;
	font-size:24px;
}
.thum-item.active .thum-item-full-caption {
	bottom: 0;
}
.thum-item.active .thum-item-full-caption-text {
	text-align:center;
	font-size:18px;
	margin-top: 120px;
}
.thum-item.active .thum-item-arrow-circle {
	transform: rotateZ(-180deg);
	background-color: #e84c3d;
	color: #fff;
	transform-origin:	50% 50% 0;
}
.thum-item.active .thum-item-circle {
	top: 0px;
	height: 5px;
	border-radius: 0;
	transform: scale(1);
}
.clearboth {
	clear:both;
}
/* m2 */
/* m3 */

.m33 {
	width:670px;
	margin:0 auto;
	padding:0 340px;
}
.box .box-img {
	transform: rotateY(0);
	transition: all 0.50s ease-in-out 0s;
}
.box:hover .box-img {
	transform: rotateY(-90deg);
}
.box .box-img img {
	width: 253px;
	height: 260px;
}
#img, #img1 {
	width: 267px;
	height: 268px;
}
.box .box-content {
	width: 253px;
	height: 260px;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotateY(90deg);
	transition: all 0.50s ease-in-out 0s;
}
.box .box-content1 {
	width: 253px;
	height: 260px;
	position: absolute;
	top: 0;
	left:70px;
	transform: rotateY(90deg);
	transition: all 0.50s ease-in-out 0s;
}
.box:hover .box-content, .box-content1 {
	transform: rotateY(0);
}
.f2, .f1 {
	font-size:16px;
	width:260px;
	text-align:center;
	height:40px;
	display:inline-block;
}
.f2 {
	margin:0 0 50px 170px;
}
/* m3 */
/* m4 */
.m4 p {
	color:#ffffff;
}
.m4 {
	height:400px;
}
.m4 ul {
	margin:44px auto;
	width:541px;
}
.m4 ul li {
	font-size:16px;
	color:#333333;
	line-height:40px;
	font-weight:bold;
}
.m4 div {
	width:1100px;
	height:64px;
	background:#c21416;
	border-radius:10px;
	margin:0 auto;
	text-align:center;
	color:#ffffff;
	font-size:30px;
	line-height:64px;
	font-weight:bold;
}
/* m4 */
/* 底部 */
.hdd {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#hd .hd-m {
	width: 1100px;
	margin:0 auto;
}
.hd {
	width: auto;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
	background-color: #eee;
}
.hd img {
	margin-left: 20px;
	margin-top: 10px;
}
#foot {
	width: 100%;
	height: auto;
	background-color: #25292C;
	background-repeat: repeat-x;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#foot-all {
	width: 948px;
	height: 60px;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	line-height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
#foot #foot-all a {
	color: #CCC;
	text-decoration: none;
}
/* 底部 */
/* 右侧浮层 */
.side-pop {
	width: 38px;
	height: 160px;
	position: fixed;
	right: 0px;
	_position: absolute;
	color: #000;
	padding-top: 0px;
	margin-top: 50px;
	background-image: url(imagesside.png);
	background-repeat: no-repeat;
}
#sidepop span {
	font-size: 14px;
	color: #000;
	font-family: "微软雅黑";
	font-weight: bold;
	display: block;
	width: 30px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
	float: left;
}
#sidepop input {
	float: right;
	width: 80px;
	margin-top: 3px;
	height: 20px;
}
/* 右侧浮层结束 */
