﻿* {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-focus-ring-color: transparent;
}

/* html {-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);} */
html,
body {
	cursor: default;
	background: #dde6ef;
	font-family: Source Han Serif CN;
}* {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-focus-ring-color: transparent;
}

/* html {-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);} */
html, body {
    cursor: default;
    background: #dde6ef;
    font-family: Source Han Serif CN;
}

img {
    border: none;
    vertical-align: middle;
}

em, i {
    font-style: normal;
}

a {
    color: white;
    outline: none;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

input {
    -webkit-appearance: none;
    outline: none;
    border: none;
}

button {
    border: none;
    outline: none
}

button, textarea {
    font: inherit
}

table {
    border-collapse: collapse
}

.display_flex {
    display: -webkit-box;
    /* / 老版本语法: Safari, iOS, Android browser, older WebKit browsers. / */
    display: -moz-box;
    /* / 老版本语法: Firefox (buggy) / */
    display: -ms-flexbox;
    /* / 混合版本语法: IE 10 / */
    display: -webkit-flex;
    /* / 新版本 语法： Chrome 21+ / */
    display: flex;
    /* / 新版本语法： Opera 12.1, Firefox 22+ / */
}

/* .IE {-ms-flex-direction: column-reverse;} */
/* .flex-direction {-webkit-box-orient: vertical;-webkit-box-direction: normal;-moz-box-orient: vertical;-moz-box-direction: normal;-webkit-flex-direction: column;flex-direction: column;}.align-items {-webkit-box-align: center;-moz-box-align: center;box-align: center;-webkit-align-items: center;align-items: center;}.flex_direction_row_reverse {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}.flex_direction_column {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.flex_direction_column_reverse {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}.flex_wrap_nowrap {-ms-flex-wrap: nowrap;flex-wrap: nowrap;}.flex_wrap_wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}.flex_wrap_wrap_reverse {-ms-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}.justify_content_flex_start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}.justify_content_flex_end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}.justify_content_center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.justify_content_space_between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.justify_content_space_around {-ms-flex-pack: distribute;justify-content: space-around;}.align_items_flex_start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}.align_items_flex_end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}.align_items_center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.align_items_baseline {-webkit-box-align: baseline;-ms-flex-align: baseline;align-items: baseline;}.align_content_flex_start {-ms-flex-line-pack: start;align-content: flex-start;}.align_content_flex_end {-ms-flex-line-pack: end;align-content: flex-end;}.align_content_center {-ms-flex-line-pack: center;align-content: center;}.align_content_space_between {-ms-flex-line-pack: justify;align-content: space-between;}.align_content_space_around {-ms-flex-line-pack: distribute;align-content: space-around;}.order_1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.flex_grow_1 {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;}.flex_shrink_0 {-ms-flex-negative: 0;flex-shrink: 0;}.flex_basis_100px {-ms-flex-preferred-size: 100px;flex-basis: 100px;}.align_self_flex_start {-ms-flex-item-align: start;align-self: flex-start;}.align_self_flex_end {-ms-flex-item-align: end;align-self: flex-end;}.align_self_center {-ms-flex-item-align: center;align-self: center;}.align_self_baseline {-ms-flex-item-align: baseline;align-self: baseline;}.flex1 {flex-grow: 1;flex-shrink: 1;flex-basis: 0;} */
.float_l {
    float: left;
}

.float_r {
    float: right;
}

.ul, .ol {
    font-size: 0;
    text-align: center;
}

.ol li, .ul li {
    font-size: 16px;
    display: inline-table;
}

.noSize {
    font-size: 0;
    text-indent: -9999em;
}

/* 1400 Auto */
.styleAuto {
    width: 100%;
    min-width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 1080px;
    position: relative;
}

/* swiperAuto */
.swiperAuto {
    width: 100%;
    height: 100%;
    min-width: 1400px;
    max-width: 1920px;
    max-height: 1080px;
    position: relative;
    margin: 0 auto;
}

.w100 {
    width: 100%;
}

.wh100 {
    width: 100%;
    height: 100%;
}

.red {
    background: red;
}

.blue {
    background: blue;
}

.pink {
    background: pink;
}

.yellow {
    background: yellow;
}

.orange {
    background: orange;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
    z-index: 724;
}

.m0Auto {
    margin: 0 auto;
}

.hide {
    display: none;
}

.overHide {
    overflow: hidden;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.border {
    border: 1px solid deeppink;
}

.center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0 !important;
    margin: auto;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 4px
}

::-webkit-scrollbar-track {
    border-radius: 4px;
    background: rgba(0, 0, 0, .2)
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgba(0, 0, 0, .2)
}

#shade {
    background: rgba(0, 0, 0, .6);
    z-index: 266;
    cursor: not-allowed;
}

#shade.shade {
    background: rgba(0, 0, 0, 0) !important;
}

#wrap {
    padding: 0 0 66px 0;
    background: url(../images/bg1.png) top no-repeat;
}

#subpage {
    position: fixed;
    width: 295px;
    height: 1080px;
    top: 0;
    left: 0;
    z-index: 724;
    background: url(../images/subpage.png) left bottom no-repeat;
}

#subpage .subpage-logo {
    height: 200px;
    text-align: center;
    line-height: 200px;
}

#subpage .subpage-down {
    display: block;
    height: 127px;
    background: url(../images/down.png) top no-repeat;
}

#subpage .subpage-list {
    text-align: center;
    margin: 30px 0 0;
}

#subpage .subpage-list a {
    display: block;
    width: 285px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
}

#subpage .subpage-list a:hover {
    background: url(../images/on3.png) left bottom no-repeat;
}

#subpage .subpage-code {
    width: 187px;
    height: 214px;
    top: 10px;
    left: 50%;
    margin: 0 0 0 -93.5px;
}

#wrap .wrap-main {
    width: 100%;
    min-height: 1080px;
}

.wrap-main .main-top {
    height: 280px;
}

.wrap-main .main-top .main-tit {
    width: 1000px;
    height: 280px;
    margin: 0 auto;
}

.wrap-main .main-top .main-tit .main-name {
    top: 85px;
    left: 0;
}

.wrap-main .main-top .main-tit .main-link {
    bottom: 98px;
    right: 55px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: white;
    line-height: 18px;
}

.wrap-main .main-top .main-tit .main-link a {
    color: white;
}

.wrap-main .main-top .main-tit .wrap-right-main {
    width: 1050px;
    min-height: 1266px;
    background: #f1f4ff;
}
