﻿/* Global */

@charset "utf-8";

* {
	margin:0;
    padding:0;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
	
a:focus {
	outline: 0;
}

input:focus {
	outline: none;
}

input,button,select,textarea {
	outline:none;
}

textarea {
	resize:none;
}

img {
  border:none;
}

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
	display: block;
}

ul, li{
	list-style:none;
	margin:0;
	padding:0;
}

p {
	margin:0;
    padding:0;
}

html {
	width: 100%;
	height: 100%;
	background-color: #000;
	font-family: "微软雅黑", "黑体", "SimHei", "Heiti SC";
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	overflow: visible;
}

/* index */

#wrapper {
	position: relative;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	padding-top: 90px;
	padding-bottom: 50px;
	overflow: hidden;
	z-index: 1;
}

article {
	position: relative;
	height: auto;
	margin: 0 auto;
}

#page1 {
	padding-top: 80px;
}

#page2 {
	padding-top: 80px;
	padding-bottom: 100px;
	display: none;
}

#back_btn {
	position: absolute;
	top: 28px;
	width: 47px;
	height: 25px;
	background: url(../images/up_back.png) center center no-repeat;
	background-size: contain;
	z-index: 5;
}

#back_btn:active, #back_btn:hover {
	background-image: url(../images/up_back_1.png);
}

.center_img {
	width: 100%;
	height: auto;
	display: block;
}

aside {
	margin-left: 34px;
	float: right;
}

.right_img {
	width: 100%;
	height: auto;
}

.text_area {
	float: left;
}

article:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#img_scroll {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 18px;
	padding-bottom: 18px;
	clear: both;
}

.img1 {
	position: relative;
	margin: 0px 8px;
}

.img1 > img {
	width: 100%;
	height: auto;
	display: block;
}

.img_cover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 100%;
	background-color: rgba(208, 23, 23, 0.7);
	z-index: 3;
	display: none;
}

.slick-prev {
	position: absolute;
	top: 0px;
	left: -44px;
	width: 25px;
	height: 100%;
	background: url(../images/left.png) transparent center center no-repeat;
	background-size: contain;
	color: transparent;
    outline: none;
	border: none;
	resize: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.slick-prev:active, .slick-prev:hover {
	background-image: url(../images/left_1.png);
}

.slick-next {
	position: absolute;
	top: 0px;
	right: -44px;
	width: 25px;
	height: 100%;
	background: url(../images/right.png) transparent center center no-repeat;
	background-size: contain;
	color: transparent;
    outline: none;
	border: none;
	resize: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.slick-next:active, .slick-next:hover {
	background-image: url(../images/right_1.png);
}

#img_scroll:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Style */

.style1 {
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 16px;
	color: #323333;
	text-align: left;
}

.style2 {
	font-size: 12px;
	line-height: 18px;
	color: #323333;
	padding-bottom: 4px;
	text-align: left;
}

.style3 {
	width: 90%;
	font-size: 14px;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #ffffff;
	text-align: left;
	margin: 0 auto;
}

.style4 {
	width: 90%;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	text-align: left;
	margin: 0 auto;
}

/* Special */

.cover {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.65);
	display: none;
	z-index: 999;
}