* {
	margin: 0;
	padding: 0;
}
body{
	min-width: 1200px;
}
.main {
	width: 1123px;
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.button {
	height: 50px;
	background: -moz-linear-gradient(top, #f2ef4f 0%, #f3b941 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2ef4f), color-stop(100%,#f3b941));
    background: -webkit-linear-gradient(top, #f2ef4f 0%,#f3b941 100%);
    background: -o-linear-gradient(top, #f2ef4f 0%,#f3b941 100%);
    background: -ms-linear-gradient(top, #f2ef4f 0%,#f3b941 100%);
    background: linear-gradient(to bottom, #f2ef4f 0%,#f3b941 100%);
    border: none;
    border-bottom: 4px solid #985c1a;
    position: absolute;
    left: 50%;
    bottom: 76px;
    border-radius: 20px;
    color: #d63b20;
    font-size: 20px;
    font-weight: bold;
    padding: 0 40px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    border: none;
    outline: none;
    cursor: pointer;
	-webkit-animation:rotate 2s linear infinite;
    -o-animation:rotate 2s linear infinite;
    -moz-animation:rotate 2s linear infinite;
    animation:rotate 2s linear infinite;
}
.purple {
	color: #9f41ba;
}
img {
	width: 100%;
	height: 100%;
	display: block;
}
a {
	text-decoration: none;
}


/*顶部*/
header {
	overflow: hidden;
}
.header_left {
	width: 114px;
	height: 44px;
}
.header_right {
	margin-top: 14px;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 18px;
}
.header_right img {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 6px;
}
.header_right b {
	font-size: 15px;
}

/*正文*/
.content {
	width: 100%;
	background-image: url(../img/img_01.jpg);
	background-repeat-y: initial;
}
.content_one {
	position: relative;
}
.content_one_float {
	width: 780px;
	height: 148px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	background: #a242ba;
	bottom: -125px;
	border-radius: 0 0 33px 33px;
}
.content_one_float .clearfix {
	position: absolute;
	width: 780px;
	height: 143px;
	background: #ffdd7e;
	border-radius: 0 0 33px 33px;
}
.content_one_float h5 {
	font-size: 30px;
	color: #c83f29;
	text-align: center;
	margin: 20px auto 15px;
	font-weight: normal;
}
.content_one_float .common div {
	float: left;
	color: #c94028;
	font-size: 30px;
	font-weight: bold;
	line-height: 54px;
}
.content_one_float .common div:nth-child(2) {
	margin-left: 100px;
}
.content_one_float .common .day,.content_one_float .common .hour,.content_one_float .common .min,.content_one_float .common .second {
	width: 76px;
	height: 54px;
	background-image: url(../img/img_05.jpg);
	background-size: 100% 100%;
	color: #fff;
	letter-spacing: 18px;
    text-indent: 10px;
    margin: 0 5px;
}

.content_two {
	margin-top: 190px;
	height: 542px;
	background-image: url(../img/img_06.jpg);
	background-size: 100% 100%;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.content_two ul {
	list-style: none;
	width: 1015px;
	margin: 170px auto 0;
}
.content_two ul li {
	float: left;
	border-radius: 10px;
	overflow: hidden;
	width: 253px;
}
.content_two ul li img {
	width: 233px;
	height: 201px;
	display: block;
	margin: 0 auto;
}
.content_tree {
 	background: url(../img/img_07.jpg);
 	background-size: 100% 100%;
 	margin-top: 28px;
 	height: 930px;
 	position: relative;
 	overflow: hidden;
 	border-radius: 15px;
	overflow: hidden;
}
.content_tree h4 {
	font-size: 26px;
	width: 180px;
	margin: 20px auto 15px;
	text-align: center;
}
.content_tree h4 b {
	width: 18px;
	height: 18px;
	background: url(../img/img_26.png);
	background-size: 100% 100%;
	margin: 10px;
}
.content_tree h4:first-child {
	margin-top: 160px;
}
.content_tree span,.content_tree b {
	display: block;
	width: 950px;
	margin: 0 auto;
	line-height: 34px;
	font-size: 22px;
}
.content_tree table {
	border: none;
	border: 2px solid #9f41ba;
	margin: 165px auto 0;
}
.content_tree table th {
	border: none;
	background: #9f41ba;
	border-right: 1px solid #bababa;
	height: 60px;
	font-weight: normal;
	color: #fff;
	font-size: 24px;
}
.content_tree table td {
	background: #fff;
	font-size: 14px;
	color: #303030;
}
.content_tree table td:first-child {
	text-align: center;
	line-height: 18px;
}
.content_tree table td:nth-child(2) {
	padding-left: 25px;
}
.content_tree table td:nth-child(2) div {
	margin-bottom: 25px;
	line-height: 24px;
}
.content_tree table td:nth-child(3) {
	padding-bottom: 30px;
	padding-left: 30px;
}
.content_tree table td:nth-child(3) div {
	font-size: 16px;
	margin-top: 24px;
}
.content_tree table td:nth-child(3) div span {
	padding: 0 10px;
}
.content_tree table td:nth-child(3) p {
	line-height: 18px;
}

.content_four {
	margin-top: 30px;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.content_five {
	margin-top: 30px;
	height: 682px;
	background: url(../img/img_09.jpg);
	background-size: 100% 100%;
	border-radius: 15px;
	overflow: hidden;
}
.content_five ul {
	list-style: none;
	margin-left: 90px;
	margin-top: 175px;
	width: 195px;
	float: left;
}
.content_five ul li {
	width: 175px;
	height: 60px;
	border: 1px solid #cdb97e;
	background: #fff;
	margin-bottom: 20px;
	line-height: 62px;
	text-indent: 42px;
	font-size: 24px;
	color: #636363;
	cursor: pointer;
}
.content_five ul li:last-child {
	text-indent: 65px;
}
.content_five ul li:hover {
	background: url(../img/img_10.jpg);
	background-size: 100% 100%;
	width: 195px;
	height: 62px;
	border: none;
	color: #620d8b;
}
.content_five ul li.click {
	background: url(../img/img_10.jpg);
	background-size: 100% 100%;
	width: 195px;
	height: 62px;
	border: none;
	color: #620d8b;
}
.content_five_big {
	margin-top: 160px;
	margin-right: 90px;
	float: right;
	width: 745px;
	height: 423px;
	background: #fff;
	border-radius: 30px;
	position: relative;
}
.content_five_small {
	width: 695px;
	height: 357px;
	background: url(../img/img_25.jpg);
	background-size: 100% 100%;
	border: 2px solid #a142ba;
	border-radius: 10px;
	top: 30px;
	left: 24px;
	position: absolute;
	display: none;
	overflow: hidden;
}
.content_five_small:first-child {
	display: block;
}
.content_five_small .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.5);
}
.content_five_small .bg b {
	width: 67px;
	height: 67px;
	background: #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 50%;
	top: 129px;
	margin-left: -33px;
}
.content_five_small .bg b i {
	display: block;
	width: 0;
	height: 0;
	border: none;
	border-left: 25px solid #9f40b9;
	border-top: 15px solid rgba(0,0,0,0);
	border-right: 15px solid rgba(0,0,0,0);
	border-bottom: 15px solid rgba(0,0,0,0);
	margin: 20px 22px;
	cursor: pointer;
}
.content_five_small .bg span {
	color: #fff;
	height: 22px;
	font-weight: bold;
	position: absolute;
	top: 210px;
	left: 318px;
}

.content_six {
	border-radius: 15px;
	margin-top: 30px;
	position: relative;
	background: url(../img/img_23.jpg);
	background-size: 100% 100%;
	overflow: hidden;
	height: 704px;
}
.content_six ul {
	width: 1010px;
	margin: 175px auto 0;
	list-style: none;
}
.content_six ul li {
	float: left;
	width: 238px;
	height: 356px;
	position: relative;
	margin: 0 7px;
}
.content_six ul li b {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.content_six ul li:hover b {
	display: block;
}
.content_serve {
	width: 100%;
	height: 237px;
	margin: 20px auto 0;
	background: url(../img/img_24.png) top center no-repeat;
	position: fixed;
	bottom: -39px;
	z-index: 9999999999;
}
.content_serve div{
	width: 970px;
	padding-top: 55px;
	padding-left: 70px;
}
.content_serve span {
	width: 48px;
	height: 48px;
	background: rgba(255,202,202,0.3);
	display: block;
	float: left;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 14px;
	margin: 3px 3px;
	border-radius: 50%;
	overflow: hidden;
}
.content_serve a {
	width: 54px;
	height: 54px;
	background: rgba(255,255,255,0.1);
	display: block;
	float: left;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 14px;
	margin: 5px;
	border-radius: 50%;
	overflow: hidden;
}
.content_serve a:hover{
 	background: rgba(103,103,103,0.1);
}
.content_eight {
	width: 100%;
	background: url(../img/img_16.jpg);
	height: 673px;
	overflow: hidden;
	position: relative;
	background-size: 100% 100%;
}
.swiper-container {
    width: 926px;
    height: 579px;
    margin-top: 90px;
}  
.swiper-button-next, .swiper-button-prev {
	background: #c293cf;
	width: 20px;
	height: 30px;
	top: 57%;
}
.swiper-button-prev {
	left: 63px;
}
.swiper-button-next {
	right: 63px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 18px;
	color: #fff;
}

.copyRight,.offcnCopy{ 
	background:#444546;    
	min-width: 1200px; 
	padding-bottom: 200px;
}
.offcnCopy {
	padding:45px 0 54px 0; 
	line-height:32px; 
	color:#ccc; 
	text-align:center;
}
.offcnCopy.normalPadding {
	padding-bottom: 45px;
}
.offcnCopy a {
	color:#ccc;
}
.offcnCopy a:hover {
	color:#e00;
}
.offcnCopy img {
	width: 15px;
	height: 15px;
	display: inline-block;
}
#cnzz_stat_icon_1276414802 img {
	margin-top: 5px;
}

@-webkit-keyframes  rotate {
    0%{
	    -webkit-transform: translate(-50%,0) scale(1);
    }
    25%{
        -webkit-transform: translate(-50%,0) scale(1.05);
    }
    50%{
        -webkit-transform: translate(-50%,0) scale(1);
    }
    75%{
        -webkit-transform: translate(-50%,0) scale(1.05);
    }
    100%{
        -webkit-transform: translate(-50%,0) scale(1);
    }
}
@-o-keyframes rotate {
    0%{
	    -o-transform: translate(-50%,0) scale(1);
    }
    25%{
        -o-transform: translate(-50%,0) scale(1.05);
    }
    50%{
        -o-transform: translate(-50%,0) scale(1);
    }
    75%{
        -o-transform: translate(-50%,0) scale(1.05);
    }
    100%{
        -o-transform: translate(-50%,0) scale(1);
    }
}
@-moz-keyframes rotate {
    0%{
	    -moz-transform: translate(-50%,0) scale(1);
    }
    25%{
        -o-transform: translate(-50%,0) scale(1.05);
    }
    50%{
        -moz-transform: translate(-50%,0) scale(1);
    }
    75%{
        -moz-transform: translate(-50%,0) scale(1.05);
    }
    100%{
        -moz-transform: translate(-50%,0) scale(1);
    }
}
@keyframes rotate {
    0%{
	    -webkit-transform: translate(-50%,0) scale(1);
    }
    25%{
        -webkit-transform: translate(-50%,0) scale(1.05);
    }
    50%{
        -webkit-transform: translate(-50%,0) scale(1);
    }
    75%{
        -webkit-transform: translate(-50%,0) scale(1.05);
    }
    100%{
        -webkit-transform: translate(-50%,0) scale(1);
    }
}

.float {
	width: 198px;
	height: 472px;
	width: 198px;
	height: 472px;
	position: fixed;
	right: 2%;
	z-index: 999;
	top: 160px;
}
.float b {
	width: 17px;
	height: 17px;
	border: 1px solid #fff;
	display: block;
	color: #fff;
	transform: rotate(45deg);
	border-radius: 50%;
	text-align: center;
	line-height: 15px;
	margin: 0 auto 20px;
	cursor: pointer;
}
.float_div {
	width: 198px;
	height: 437px;
	background: url(../img/img_25.png);
	background-size: 100% 100%;
	width: 198px;
}
.float_div ul {
	list-style: none;
	text-align: center;
	overflow: hidden;
}
.float_div ul li:first-child {
	width: 100%;
	height: 42px;
	background: none;
	line-height: 42px;
	color: #fff;
	margin-top: 35px;
}
.float_div ul li {
	width: 115px;
	height: 36px;
	line-height: 36px;
	color: #5f5f5f;
	font-size: 14px;
	background: #fff;
	margin: 0 auto 12px;
	cursor: pointer;
}
.float_div span {
	text-align: center;
	font-size: 12px;
	color: #5f5f5f;
	display: block;
	margin-top: 125px;
	text-decoration: underline;
	cursor: pointer;
}
.zx-side {
	display: none;
}
.content_nine {
	height: 664px;
	background: url(../img/img_08.jpg?11);
	background-size: 100% 100%;
	margin: 30px auto 0;
	overflow: hidden;
	position: relative;
}
.content_nine ul {
	width: 1020px;
	list-style: none;
	margin: 180px auto 0;
}
.content_nine ul li {
	width: 504px;
	height: 109px;
	float: left;
	margin: 2px;
}
.content_nine ul li:last-child {
	margin: 2px auto;
    float: none;
}
.content_four_animation {
	height: 579px;
	background: url(../img/img_15.jpg);
	background-size: 100% 100%;
	overflow: hidden;
}
.content_four_animation ul {
	list-style: none;
	width: 968px;
	margin: 158px auto 0;
}
.content_four_animation ul li {
	float: left;
	width: 233px;
	height: 289px;
	margin: 0 4px;
}
.content_four_animation ul li:nth-child(2),.content_four_animation ul li:nth-child(4) {
	margin-top: 107px;
}









