@charset "utf-8";

/*Html5*/

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

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

body, html {
	font-size: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

html, body {
	font-size: 100%;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
	text-decoration: none;
	background: transparent;
 /*修正win8系统IE连接灰色背景*/
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

a {
	color: #333;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
	color: #333;
}

img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	transition: transform 1s;
}

input[type="button"],input[type="submit"],li.parallelogram {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

p {
	margin: 0;
}

body {
	font: 16px/1.8 "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}

img{
	width: 100%;
}

:focus{outline:0;}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline: none;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input.submit {
	cursor: pointer;
}

input.radio {
	width: 13px;
	height: 13px;
}

input[type="text"],
input[type="number"] {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
	-webkit-appearance: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul,
ol,
li {
	list-style: none;
}

i, em {
	font-style: normal;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
/*清除浮动*/
.clear {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

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


.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}


.por{
    position: relative;
}

.poa{
    position: absolute;
}

.pof{
    position: fixed;
}

.ovh{
    overflow: hidden;
}

/* 默认按钮样式 */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	/* display: none; */
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}
/* 默认切换按钮样式 */
.slick-dots{
	position: absolute;
	width: 100%;
	bottom: 80px;
	z-index: 9999;
}

.slick-dots li{
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 6px;
	background: #fff;
	margin: 0 4px;
	cursor: pointer;
	/* opacity: 0.7; */
	transition: all .4s;
    -webkit-transition: all .4s;
}
.slick-dots li.slick-active{
	/* width: 29px;
	opacity: 1; */
}

.fade-animate {
    -webkit-transform: scale(0.3);
            -moz-transform: scale(0.3);
             -ms-transform: scale(0.3);
              -o-transform: scale(0.3);
         transform: scale(0.3);
    -webkit-transform: translateY(50px);
            -moz-transform: translateY(50px);
             -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
         transform: translateY(50px);
    opacity: 1!important;
}

.appear {
    -webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
            -moz-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
              -o-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
         animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}
.slide-right {
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	 -ms-transform: scale(0.3);
	  -o-transform: scale(0.3);
	     transform: scale(0.3);
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	 -ms-transform: translateX(100px);
	  -o-transform: translateX(100px);
	     transform: translateX(100px);
}

.appear-r {
	-wewgtit-animation: opacity_show_r 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-webkit-animation: opacity_show_r 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-moz-animation: opacity_show_r 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	  -o-animation: opacity_show_r 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	     animation: opacity_show_r 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.slide-left {
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	 -ms-transform: scale(0.3);
	  -o-transform: scale(0.3);
	     transform: scale(0.3);
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	 -ms-transform: translateX(-100px);
	  -o-transform: translateX(-100px);
	     transform: translateX(-100px);
}

.appear-l {
	-wewgtit-animation: opacity_show_l 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-webkit-animation: opacity_show_l 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-moz-animation: opacity_show_l 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	  -o-animation: opacity_show_l 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	     animation: opacity_show_l 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}




.flex{
    display: box;              /* OLD - Android 4.4- */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-1{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left;
}
.flex-row{
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.flex-row-r{
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex-col{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.flex-col-r{
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.flex-wrap{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
