* {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: Microsoft YaHei;
}

img {
    border: none;
    vertical-align: middle;
}

em, i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}

.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;
}

.ol li, .ul li {
    font-size: 16px;
    display: inline-block;
    overflow-y: auto;
}

.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;
}

.w100 {
    width: 100%;
}

.wh100 {
    width: 100%;
    height: 100%;
}

.red {
    background: red;
}

.blue {
    background: blue;
}

.pink {
    background: pink;
}

.yellow {
    background: yellow;
}

.absolute {
    position: absolute;
    z-index: 10;
}

.relative {
    position: relative;
    z-index: 20;
}

.fixed {
    position: fixed;
    z-index: 30;
}

.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 {
    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;
}

#shade.shade {
    background: rgba(0, 0, 0, 0) !important;
    z-index: 266;
}

/* wrap */
#wrap {
    /* padding: 0 0 66px 0; */
    background: url(../Image/child/bj_top.png) top no-repeat, url(../Image/child/bj_bottom.png) bottom no-repeat white;
}

/* index */
#wrap .index {
    position: absolute;
    top: 20px;
    right: 20%;
}

/* slogan */
#wrap .slogan {
    width: 966px;
    height: 44px;
    margin-top: 434px;
}

#wrap .slogan .time {
    width: 966px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 21px;
    font-family: FZCSJW;
    font-weight: normal;
    color: #FFFFFF;
}

/* wrap_name */
#wrap .wrap_name {
    width: 1200px;
    height: 98px;
    line-height: 98px;
    margin: 6px auto 0;
    overflow: hidden;
    text-align: center;
    color: white;
}


#wrap .wrap_name .message {
    color: #fd0000;
    font-size: 18px;
    text-align: center;
}

#wrap .wrap_name .message>span {
    margin: 0 5px;
    display: inline-block;
}

#wrap .wrap_name .message select[yao="59"] {
    color: #ff0a0a;
    font-size: 18px;
    width: 150px;
    padding-left: 20px;
    outline: none;
    background-color: transparent;
    border: 1px solid #ff0a0a;
}

#wrap .wrap_name .message select[yao="59"] option {
    background: #f561ce1a;
}

#wrap .wrap_name .message #binding input[type="submit"] {
    width: 100px;
    height: 24px;
    background: #ff00001f;
    border: 1px solid red;
    outline: none;
    cursor: pointer;
    color: red;
    position: relative;
    top: -1px;
}

#wrap .wrap_name .message #binding input[type="submit"]:active {
    top: 0;
}


#wrap #header {
    max-width: 1920px;
    height: 75px;
    z-index: 66;
    background: rgba(0, 0, 0, .4);
}

#wrap #header .header {
    width: 1400px;
    height: 75px;
    text-align: center;
}

#wrap #header .header .logo {
    top: 8px;
    left: 0;
}

#wrap #header .header ul {
    width: 1200px;
    height: 75px;
    line-height: 70px;
}

#wrap #header .header ul li {
    width: 155px;
    height: 75px;
    overflow: initial;
    position: relative;
}

#wrap #header .header ul li>a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

#wrap #header .header ul li.on {
    height: 73px;
    border-bottom: 2px solid #3c91f8;
    background: #002859;
}

#wrap #header .header ul li:hover {
    height: 73px;
    border-bottom: 2px solid #3c91f8;
    background: #002859;
}

#wrap #header .header ul li .nav-list {
    height: 0;
    overflow: hidden;
    top: 75px;
    background: repeating-linear-gradient(to top, #00000000, #000000, #000000 360px);
}

#wrap #header .header ul li .nav-list a {
    display: block;
    height: 40px;
    line-height: 40px;
}

#wrap #header .header ul li:hover .nav-list {
    height: 360px;
    transition: all .4s ease;
}

#wrap #header .header ul li .nav-list a:hover {
    color: #3c91f8;
    background: url(../Image/on.png) bottom no-repeat;
}

#banner {
    height: 520px;
}

#banner .about, #banner .details, #banner .business, #banner .news, #banner .product {
    top: 120px;
}

#banner .details {
    left: 75px;
}

#banner .business {
    left: 83px;
}

#banner .news {
    left: 2px;
}

#banner .product {
    left: 20px;
}

#main {
    min-height: 266px;
    padding: 0 0 66px 0;
}