@charset "utf-8";

/*----------------公共部分----------------*/
html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}

body,
li,
ul,
ol,
dl,
dt,
dd,
form,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px;
    /*解决ie6缓动*/
    background-attachment: fixed;
    font: 12px/1.5 tahoma, arial, "Microsoft YaHei";
    outline: 0 none;
    color: #333;
}

em,
i {
    font-style: normal;
}

a {
    color: #333;
}

a {
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
    border: 0;
}

table,
td {
    border: 1px solid;
}

.view {
    z-index: 1;
    position: absolute;
}

.horizontal .view {
    position: relative;
    float: left;
}

.vertical .view {
    position: relative;
}

.view_contents {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    height: 100%;
    overflow: hidden;
}

.layout {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    z-index: 1;
}

.layout>.view_contents {
    /*overflow: visible;*/
    cursor: default;
}

/*流布局*/
.flow .view_contents>.view {
    float: left;
}

.clear {
    clear: both;
}

/*苹果去除样式*/
select,
input[type='button'],
input[type="reset"],
input[type='submit'],
input[type='text'],
input[type="password"],
input[name='query'],
input[name='d'] {
    -webkit-appearance: none;
    border-radius: 0px
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

/*模块分页*/
.page_btn {
    clear: both;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.page_btn a {
    display: inline-block;
    color: #333;
    box-sizing: border-box;
    margin: 0 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ccc;
    font-family: 'microsoft YaHei';
}

.page_btn a.cur,
.page_btn a:hover {
    border: 1px solid #4c4c4c;
}

.prev_btn,
.next_btn {
    font-family: '黑体' !important;
    border: 0 !important;
}

.no_page {
    border: 0 !important;
}

@media screen and (max-width:768px) {

    /*分页*/
    .page_btn a:nth-child(n+5) {
        display: none;
    }

    .page_btn a:nth-last-child(1),
    .page_btn a:nth-last-child(2),
    .page_btn a:nth-last-child(3) {
        display: inline-block !important;
    }
}

/*图片放大样式*/
.imgBox {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imgBox img {
    position: absolute;
    width: auto;
    max-width: 80%;
    /*max-height: 65%;*/
    border: 20px solid #fff;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.imgBox.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.imgBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .05);
}

.imgBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .02);
}

.imgBox.scroll::-webkit-scrollbar-button {
    background: #f7f7f7;
    height: 0;
}

.imgBox.scroll::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, .05);
}

.imgBox.scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .7);
    border-radius: 3px;
}

.imgBox.scroll img {
    top: 5%;
    margin-bottom: 5%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.pos_fixed {
    position: fixed;
    width: 100%;
}

.imageButton {
    position: fixed;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.imageButton span {
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.imageButton span:hover {
    opacity: .8;
}

.imageButton span.closeShowPic {
    font-size: 40px;
    border-radius: 100%;
    font-family: serif;
    line-height: 1;
    background-color: #fff;
    padding: .2em;
    text-align: center;
}

@media screen and (max-width: 768px) {

    /*mobi*/
    .imgBox img {
        border-width: 10px;
    }

    .imgBox.scroll img {
        top: 5%;
        margin-bottom: 10vh;
    }
}

body {
    background-image: url('../images/50047dd7296_banner.jpg');
}

body {
    background-position: center top;
}




#text_style_01_1506479263545 {
    width: 28%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 352px;
    left: 36.00694444444444%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506479263545 {
        left: 25.104166666666668%;
        width: 49.791666666666664%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506479263545 {
        width: 62.18749999999999%;
        top: 227px;
        left: 18.90625%;
    }
}

#text_style_01_1506479263545>.view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-family: Microsoft YaHei;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    height: 80px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506479263545>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506479263545>.view_contents {
        box-sizing: border-box;
        font-size: 25px;
        line-height: 30px;
        height: 45px;
    }
}

#text_style_01_1506479597456 {
    width: 25.694444444444443%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 442px;
    left: 37.15277777777778%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506479597456 {
        left: 0%;
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506479597456 {
        width: 100%;
        top: 277px;
        left: 0%;
        display: block;
    }
}

#text_style_01_1506479597456>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    letter-spacing: 3px;
    line-height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506479597456>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506479597456>.view_contents {
        box-sizing: border-box;
        font-size: 16px;
        line-height: 18px;
    }
}

#text_style_01_1506479737593 {
    width: 25.694444444444443%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 482px;
    left: 37.15277777777778%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506479737593 {
        left: 0%;
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506479737593 {
        width: 100%;
        top: 305px;
        left: 0%;
    }
}

#text_style_01_1506479737593>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506479737593>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506479737593>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
        line-height: 18px;
    }
}

#div_blank_1506494259727 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1506494259727 {
        left: 0%;
        width: 100%;
        top: 0px;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1506494259727 {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0%;
    }
}

#div_blank_1506494259727>.view_contents {
    overflow: visible;
}

#div_blank_1506494259727 {
    box-sizing: border-box;
    background: #262626;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: 50%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1506494259727 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1506494259727 {
        box-sizing: border-box;
    }
}


#text_style_01_1506494342739 {
    width: 30.833333333333336%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 36%;
    left: 34.583333333333336%;
    z-index: 3;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506494342739 {}
}

@media screen and (max-width:640px) {
    #text_style_01_1506494342739 {
        width: 100%;
        top: 23%;
        left: 0%;
    }
}

#text_style_01_1506494342739>.view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-family: Microsoft YaHei;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506494342739>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506494342739>.view_contents {
        box-sizing: border-box;
        font-size: 20px;
        line-height: 30px;
    }
}

#text_style_01_1506494657815 {
    width: 30.833333333333336%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 42%;
    left: 34.583333333333336%;
    z-index: 3;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506494657815 {}
}

@media screen and (max-width:640px) {
    #text_style_01_1506494657815 {
        width: 100%;
        top: 30%;
        left: 0%;
        display: block;
    }
}

#text_style_01_1506494657815>.view_contents {
    box-sizing: border-box;
    font-weight: normal;
    text-align: center;
    color: #C17415;
    line-height: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506494657815>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506494657815>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
        line-height: 20px;
    }
}

/*----------------------电脑板式样式----------------------*/
#text_style_01_1506494657815 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506494657815 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #text_style_01_1506494657815 {}
}

#image_style_01_1506494925379 {
    width: 16.666666666666664%;
    height: 2.5%;
    position: absolute;
    top: 50%;
    left: 41.66666666666667%;
    z-index: 3;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506494925379 {}
}

@media screen and (max-width:640px) {
    #image_style_01_1506494925379 {
        width: 62.5%;
        height: 20px;
        top: 35%;
        left: 18.75%;
        z-index: 2;
    }
}

#image_style_01_1506494925379>.view_contents {
    overflow: visible;
}

/*----------------------电脑板式样式----------------------*/
#image_style_01_1506494925379 {
    animation: dh 1s infinite;
    transition: transform .3s;
    ;
}

@keyframes dh {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0%);
    }
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506494925379 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #image_style_01_1506494925379 {}
}

#text_style_01_1506494489352 {
    width: 96%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 56.5%;
    left: 2%;
    z-index: 3;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506494489352 {}
}

@media screen and (max-width:640px) {
    #text_style_01_1506494489352 {
       width: 76%;
    top: 40%;
    left: 12%;
    }
}

#text_style_01_1506494489352>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-align: center;
    line-height: 35px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506494489352>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506494489352>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#customForm_style_button_01_1506495159073 {
    width: 16.666666666666664%;
    position: absolute;
    top: 70%;
    left: 41.66666666666667%;
    z-index: 3;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #customForm_style_button_01_1506495159073 {}
}

@media screen and (max-width:640px) {
    #customForm_style_button_01_1506495159073 {
        width: 30.0%;
        top: 82%;
        left: 35%;
    }
}

#customForm_style_button_01_1506495159073>.view_contents {
    overflow: visible;
}

#customForm_style_button_01_1506495159073 .btnaSet {
    border-top-color: #C17415;
    border-right-color: #C17415;
    border-bottom-color: #C17415;
    border-left-color: #C17415;
    background: transparent;
    color: #C17415;
    font-size: 18px;
    line-height: 34px;
    height: 35px;
}

@media screen and (max-width:640px) {
    #customForm_style_button_01_1506495159073 .btnaSet {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }
}

#div_a_includeBlock_1506590144335 {
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: calc(50% - 600px);
    z-index: 2;
    display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1506590144335 {
        left: 0%;
        width: 100%;
        display: block;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1506590144335 {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0%;
        display: block;
    }
}

/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1506590144335 {
    height: 100%;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1506590144335 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #div_a_includeBlock_1506590144335 {}
}

#div_blank_1506499010640 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1506499010640 {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1506499010640 {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0%;
    }
}

#div_blank_1506499010640>.view_contents {
    overflow: visible;
}

#div_blank_1506499010640 {
    background: url(../images/500415856_banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1506499010640 {
        background-size: auto 100%;
        background-position-x: 50%;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1506499010640 {
    	background: url(../images/500415856_banner1.jpg);
        background-size: cover;
        
    }
}


#text_style_01_1506499207790 {
    width: 25.694444444444443%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 44%;
    left: 74.33333333333333%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506499207790 {
        width: 100%;
        left: 0%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506499207790 {
        width: 100%;
        top: 31%;
        left: 0%;
        display: block;
    }
}

#text_style_01_1506499207790>.view_contents {
    box-sizing: border-box;
    font-weight: normal;
    text-align: right;
    color: #C17415;
    line-height: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506499207790>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506499207790>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
}

#text_style_01_1506499097442 {
    width: 46.25%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 36.5%;
    left: 53.75%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506499097442 {
        left: calc(100% - 369px);
        width: 369px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506499097442 {
        width: 100%;
        top: 25%;
        left: 0;
    }
}

#text_style_01_1506499097442>.view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-family: Microsoft YaHei;
    font-size: 25px;
    text-align: right;
    line-height: 45px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506499097442>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506499097442>.view_contents {
        box-sizing: border-box;
        font-size: 20px;
        line-height: 30px;
        text-align: center
    }
}

#image_style_01_1506499236304 {
    width: 5%;
    height: 2.5%;
    position: absolute;
    top: 50%;
    left: 93.5%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506499236304 {
        width: 12.5%;
        height: 3%;
        left: 82.91926518438177%;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506499236304 {
    	margin-left: -10%;
        width: 20%;
        height: 20px;
        top: 38%;
        left: 50%;
        z-index: 2;
    }
}

#image_style_01_1506499236304>.view_contents {
    overflow: visible;
}

/*----------------------电脑板式样式----------------------*/
#image_style_01_1506499236304 {
    animation: dh 1s infinite;
    transition: transform .3s;
    ;
}

/*@keyframes dh{
   0%{ transform:translateY(0%);}
   50%{ transform:translateY(10px);}
   100%{ transform:translateY(0%);}
}*/
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506499236304 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #image_style_01_1506499236304 {}
}

#text_style_01_1506499247791 {
    width: 41.91666666666667%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 57%;
    left: 58.08333333333333%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506499247791 {
        width: 45%;
        left: 55.09761388286334%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506499247791 {
      
           width: 84%;
    top: 48%;
    left: 2%;
    }
}

#text_style_01_1506499247791>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-align: right;
    line-height: 35px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506499247791>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506499247791>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#div_a_includeBlock_1506499123214 {
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1506499123214 {
        left: 2%;
        width: 96%;
        height: 603.75px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1506499123214 {
        width: 96%;
        height: 100%;
        top: 0%;
        left: 2%;
    }
}

#div_a_includeBlock_1506499123214>.view_contents {
    overflow: visible;
}

/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1506499123214 {
    height: 100%;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1506499123214 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #div_a_includeBlock_1506499123214 {}
}

#div_blank_1506500096202 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1506500096202 {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1506500096202 {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0%;
    }
}

#div_blank_1506500096202>.view_contents {
    overflow: visible;
}

#div_blank_1506500096202 {
    background: url(../images/500080300_banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-x: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1506500096202 {
        background-size: auto 100%;
        background-position-x: 50%;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1506500096202 {
        background-position-x: 50%;
        background-size: auto 100%;
    }
}


#text_style_01_1506500801713 {
    width: 25.694444444444443%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 29%;
    left: 37.166666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506500801713 {
        width: 100%;
        left: 0%;
        top: 30%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506500801713 {
        width: 50%;
        top: 22%;
        left: 25.0814332247557%;
        display: block;
    }
}

#text_style_01_1506500801713>.view_contents {
    box-sizing: border-box;
    font-weight: normal;
    text-align: center;
    color: #C17415;
    line-height: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506500801713>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506500801713>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
        line-height: 20px;
    }
}

#text_style_01_1506500801722 {
    width: 46.25%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 21.5%;
    left: 26.875%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506500801722 {
        left: calc(50% - 184.5px);
        width: 369px;
        top: 22.5%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506500801722 {
        width: 71.66123778501628%;
        top: 16%;
        left: 14.169381107491857%;
    }
}

#text_style_01_1506500801722>.view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-family: Microsoft YaHei;
    font-size: 30px;
    text-align: center;
    line-height: 45px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506500801722>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506500801722>.view_contents {
        box-sizing: border-box;
        font-size: 20px;
        line-height: 30px;
    }
}

#image_style_01_1506500801726 {
    width: 13.88888888888889%;
    height: 2.5%;
    position: absolute;
    top: 25%;
    left: 43.041666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506500801726 {
        width: 12.5%;
        height: 3%;
        left: 43.76355748373102%;
        top: 38%;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506500801726 {
        width: 20%;
        height: 20px;
        top: 25%;
        left: 39.902280130293164%;
        z-index: 2;
    }
}

#image_style_01_1506500801726>.view_contents {
    overflow: visible;
}

/*----------------------电脑板式样式----------------------*/
#image_style_01_1506500801726 {
    animation: dh 1s infinite;
    transition: transform .3s;
    ;
}

/*@keyframes dh{
   0%{ transform:translateY(0%);}
   50%{ transform:translateY(10px);}
   100%{ transform:translateY(0%);}
}*/
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506500801726 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #image_style_01_1506500801726 {}
}

#image_style_11_1506503699823 {
    width: 49.5%;
    position: absolute;
    top: 43%;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_11_1506503699823 {
        left: 0%;
        width: 50%;
        top: 50%;
    }
}

@media screen and (max-width:640px) {
    #image_style_11_1506503699823 {
        width: 100%;
        top: 190px;
        left: 0%;
    }
}

#image_style_11_1506503699823>.view_contents {
    overflow: visible;
}

#image_style_11_1506503699823 .titSet {
    color: #ffffff;
    font-size: 16px;
    font-family: Microsoft YaHei;
    background: #161616;
    line-height: 30px;
    height: 30px;
}

/*----------------------电脑板式样式----------------------*/
#image_style_11_1506503699823 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_11_1506503699823 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #image_style_11_1506503699823 {}
}

#image_style_11_1506567513792 {
    width: 49.5%;
    position: absolute;
    top: 43%;
    left: 50.5%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_11_1506567513792 {
        top: 50%;
    }
}

@media screen and (max-width:640px) {
    #image_style_11_1506567513792 {
        width: 100%;
        top: 359px;
        left: 0%;
        display: block;
    }
}

#image_style_11_1506567513792>.view_contents {
    overflow: visible;
}

#image_style_11_1506567513792 .titSet {
    color: #ffffff;
    font-size: 16px;
    font-family: Microsoft YaHei;
    background: #161616;
    line-height: 30px;
    height: 30px;
}

/*----------------------电脑板式样式----------------------*/
#image_style_11_1506567513792 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_11_1506567513792 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #image_style_11_1506567513792 {}
}

#div_a_includeBlock_1506500801557 {
    width: 1200px;
    height: 882.640625px;
    position: absolute;
    top: 0px;
    left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1506500801557 {
        width: 96%;
        left: 2%;
        height: 813px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1506500801557 {
        width: 96%;
        height: 100%;
        top: 10px;
        left: 1.875%;
    }
}

#div_a_includeBlock_1506500801557>.view_contents {
    overflow: visible;
}

/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1506500801557 {
    height: 100%;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1506500801557 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #div_a_includeBlock_1506500801557 {}
}


#text_style_02_1506501982346 {
    width: 100%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 568px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506501982346 {
        left: 0%;
        width: 100%;
        top: 545px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506501982346 {
        width: 100%;
        top: 80%;
        left: 0%;
        display: block;
        z-index: 3;
    }
}

#text_style_02_1506501982346>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    height: 20px;
    letter-spacing: 1px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#text_style_02_1506501982346 {
    padding-bottom: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506501982346>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506501982346>.view_contents {
        box-sizing: border-box;
        line-height: 25px;
        height: 50px;
        font-size: 12px;
    }
}

/*----------------------电脑板式样式----------------------*/
#text_style_02_1506501982346 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506501982346 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #text_style_02_1506501982346 {}
}

#dh_style_01_1506501982341 {
    width: 51.74999999999999%;
    z-index: 999;
    position: absolute;
    top: 506px;
    left: 24.125%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_01_1506501982341 {
        z-index: 999;
        left: 17.1875%;
        width: 65.6353591160221%;
        top: 482px;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1506501982341 {
        width: 44px;
        z-index: 1001;
        top: 0px;
        display: none;
    }
}

#dh_style_01_1506501982341>.view_contents {
    overflow: visible;
}

#dh_style_01_1506501982341 .mainMenuSet {
    color: #ffffff;
    text-align: center;
}

#dh_style_01_1506501982341 #hot>a {
    color: #C17415;
}

#text_style_02_1506501982367 {
    width: 49.25%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 425px;
    left: 25.374999999999996%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506501982367 {
        left: calc(50% - 311px);
        top: 363px;
        width: 622px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506501982367 {
        width: 100%;
        top: 36%;
        left: 0%;
        z-index: 1;
    }
}

#text_style_02_1506501982367>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 2px;
    padding-left: 0px;
}

#text_style_02_1506501982367 {
    background: transparent;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506501982367>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506501982367>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 1px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506501982367 {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: rgba(255, 255, 255, 0.4);
    }
}

#image_logo_1506502354665 {
    width: 30.25%;
    height: 100px;
    position: absolute;
    top: 268px;
    left: 34.875%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_logo_1506502354665 {
        left: 17.5%;
        width: 65.10416666666666%;
        top: 228px;
    }
}

@media screen and (max-width:640px) {
    #image_logo_1506502354665 {
        width: 100%;
        height: 10%;
        top: 25%;
        left: 0%;
        z-index: 2;
    }
}

#text_style_02_1506501982393 {
    width: 21.333333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 449px;
    left: 41.583333333333336%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506501982393 {
        width: 289px;
        top: 433.5px;
        left: 39.016927083333336%;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506501982393 {
        width: 85%;
        top: 73%;
        left: 15%;
        z-index: 4;
    }
}

#text_style_02_1506501982393>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 1px;
    padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506501982393>.view_contents {
        box-sizing: border-box;
        line-height: 28px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506501982393>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 1px;
    }
}

#image_style_01_1506501982373 {
    width: 6.25%;
    height: 31px;
    position: absolute;
    top: 449px;
    left: 11.708333333333334%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506501982373 {
        left: 2.0947265625%;
        width: 6.077348066298343%;
        top: 431px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506501982373 {
        width: 15%;
        height: 5%;
        top: 61%;
        left: 0%;
        z-index: 3;
    }
}

#image_style_01_1506501982373>.view_contents {
    overflow: visible;
}

#text_style_02_1506501982362 {
    width: 29.916666666666668%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 449px;
    left: 68.66666666666667%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506501982362 {
        width: 234px;
        top: 434px;
        left: 73.9892578125%;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506501982362 {
        width: 85%;
        top: 67%;
        left: 14.861563517915311%;
        z-index: 4;
    }
}

#text_style_02_1506501982362>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 1px;
    padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506501982362>.view_contents {
        box-sizing: border-box;
        line-height: 28px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506501982362>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 1px;
    }
}

#text_style_02_1506501982377 {
    width: 20.083333333333332%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 449px;
    left: 16.916666666666664%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506501982377 {
        left: 8.191731770833334%;
        top: 433px;
        width: 209px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506501982377 {
        width: 85%;
        top: 61%;
        left: 14.856473941368078%;
        z-index: 4;
    }
}

#text_style_02_1506501982377>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 1px;
    padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506501982377>.view_contents {
        box-sizing: border-box;
        line-height: 28px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506501982377>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 1px;
    }
}

#image_style_01_1506501982388 {
    width: 6.25%;
    height: 37px;
    position: absolute;
    top: 445.5px;
    left: 63.66666666666667%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506501982388 {
        top: 429.5px;
        left: 68.681640625%;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506501982388 {
        width: 15%;
        height: 6%;
        top: 67%;
        left: 0%;
        z-index: 3;
    }
}

#image_style_01_1506501982388>.view_contents {
    overflow: visible;
}

#image_style_01_1506501982383 {
    width: 6.25%;
    height: 31px;
    position: absolute;
    top: 449px;
    left: 36.333333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506501982383 {
        top: 433px;
        left: 32.994791666666664%;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506501982383 {
        width: 15%;
        height: 5%;
        top: 73%;
        left: 0%;
        z-index: 3;
    }
}

#image_style_01_1506501982383>.view_contents {
    overflow: visible;
}

#div_includeBlock_1506501982172 {
    width: 83.33333333333334%;
    height: 588px;
    position: absolute;
    top: 0px;
    left: 8.333333333333332%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_includeBlock_1506501982172 {
        width: 100%;
        left: 0%;
        height: 565px;
    }
}

@media screen and (max-width:640px) {
    #div_includeBlock_1506501982172 {
        width: 96%;
        height: 100%;
        top: 0px;
        left: 1.875%;
    }
}

@media screen and (max-width:640px) {
    #div_includeBlock_1506501982172 {
        background-repeat: no-repeat;
        background-size: cover;
        background: #3a2e46 undefined;
    }
}

/*----------------------电脑板式样式----------------------*/
#div_includeBlock_1506501982172 {
    height: 100%;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_includeBlock_1506501982172 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #div_includeBlock_1506501982172 {}
}

#div_Afullpage_01_1501731691866 {
    width: 100%;
    height: 882.640625px;
    position: absolute;
    top: 0px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_Afullpage_01_1501731691866 {
        height: 2325px;
        left: 0%;
    }
}

@media screen and (max-width:640px) {
    #div_Afullpage_01_1501731691866 {
        width: 100%;
        height: 1052px;
        top: 0px;
        left: 0%;
    }
}

#div_Afullpage_01_1501731691866>.view_contents {
    overflow: hidden;
}

#div_Afullpage_01_1501731691866 {
    box-sizing: border-box;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_Afullpage_01_1501731691866 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_Afullpage_01_1501731691866 {
        box-sizing: border-box;
    }
}

#layout_1498613576347 {
    height: 882.640625px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1498613576347 {
        height: 2325px;
    }
}

@media screen and (max-width:640px) {
    #layout_1498613576347 {
        height: 1052px;
    }
}

#layout_1498613576347>.view_contents {
    overflow: visible;
}

/*----------------------电脑板式样式----------------------*/
#layout_1498613576347 {}

#fp-nav ul li a.active span {
    background: white !important;
}

#fp-nav ul li a span {
    border: 1px solid white !important;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1498613576347 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #layout_1498613576347 {}
}

#div_blank_1506478334254 {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0px;
    left: 0%;
    z-index: 9999;
    display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1506478334254 {
        left: 0%;
        width: 100%;
        height: 97px;
        top: 0px;
        display: block;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1506478334254 {
        width: 100%;
        height: 80px;
        top: 0px;
        left: 0%;
        display: block;
    }
}

#div_blank_1506478334254>.view_contents {
    overflow: visible;
}

#div_blank_1506478334254 {
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
    border-bottom-color: #c17415;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1506478334254 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1506478334254 {
        box-sizing: border-box;
    }
}


#image_logo_1506478304038 {
    width: 16.666666666666664%;
    height: 80px;
    position: absolute;
    top: 10px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_logo_1506478304038 {
        left: 2%;
        width: 16.458333333333332%;
        z-index: 2;
    }
}

@media screen and (max-width:640px) {
    body {
        background-size: cover;
    }

    #image_logo_1506478304038 {
        width: 150px;
        height: 55px;
        top: 10px;
        left: 2%;
    }
}

#dh_style_01_1506478366003 {
    width: 50%;
    z-index: 999;
    position: absolute;
    top: 28px;
    left: 50%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_01_1506478366003 {
        z-index: 3;
        left: 42.80267082429501%;
        width: 57.04989154013015%;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1506478366003 {
        width: 44px;
        z-index: 999;
        top: 18px;
        left: calc(100% - 44px);
    }
}

#dh_style_01_1506478366003>.view_contents {
    overflow: visible;
}

#dh_style_01_1506478366003 .mainMenuSet {
    font-size: 16px;
    color: #ffffff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: Microsoft YaHei;
}

#dh_style_01_1506478366003 #hot>a {
    color: #ffffff;
    background: #c17415;
}

#dh_style_01_1506478366003 .mainMenuSet:hover {
    background: #c17415;
}

@media screen and (max-width:640px) {
    #dh_style_01_1506478366003 .icoMenuSet {
        color: #ffffff;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1506478366003 .mainMenuSet {
        text-align: left;
        margin-left: -24px;
        margin-right: 0px;
        padding-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        border-bottom-style: none;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1506478366003 #hot>a {
        border-bottom-style: none;
    }
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_01_1506478366003 .mainMenuSet {
        margin-left: 10px;
        margin-right: 10px;
    }
}

#div_a_includeBlock_1506478192206 {
    width: 1200px;
    height: 100px;
    position: fixed;
    top: 0px;
    left: calc(50% + -600px);
    z-index: 9999;
    display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1506478192206 {
        left: 0%;
        width: 100%;
        height: 100px;
        top: 0px;
        display: block;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1506478192206 {
        width: 100%;
        height: 80px;
        top: 0px;
        left: 0%;
        display: block;
    }
}

#div_a_includeBlock_1506478192206>.view_contents {
    overflow: visible;
}

#div_a_includeBlock_1506478192206 {}

.squareButton {
    width: 100%;
    height: 32px;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all ease-in .1s;
    -webkit-transition: all ease-in .1s;
    -moz-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
}

/**
 * fullPage 2.4.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html,
body {
    margin: 0;
    padding: 0;
    overflow: hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box;
    /* <=28 */
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: scroll;

}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

#fp-nav.right {
    right: 17px;
}

#fp-nav.left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

.fp-slidesNav.bottom {
    bottom: 17px;
}

.fp-slidesNav.top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #333;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}

#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

#image_style_01_1506494925379 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506494925379 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506494925379 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

#image_style_01_1506494925379 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

.squareButton {
    width: 100%;
    height: 32px;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all ease-in .1s;
    -webkit-transition: all ease-in .1s;
    -moz-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
}

#image_style_01_1506499236304 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506499236304 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506499236304 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

#image_style_01_1506499236304 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1506500801726 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506500801726 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506500801726 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

#image_style_01_1506500801726 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

.imgStyle_11 {
    position: relative;
    clear: both;
    width: 100%;
    height: 100%;
}

.imgStyle_11 ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imgStyle_11 ul li.imgItems {
    position: relative;
    overflow: visible !important;
    width: 19%;
    box-sizing: border-box;
    margin-bottom: 10px;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

/*pc 1=100%; 2=49%; 3=32%; 4=24%; 5=19%; 6=15%; 7=13%; 8=12%; 9=10.5%; 10=9%*/
.imgStyle_11 ul li .ratio {
    margin-top: 100%;
}

.imgStyle_11 ul li a {}

.imgStyle_11 ul li:hover {
    z-index: 2;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.imgStyle_11 ul li a img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

/*额外添加的样式*/

.imgStyle_11 .theimgtext {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: black;
    width: 100%;
    text-align: center;
}

.imgStyle_11 .theimgdiv {
    position: absolute;
    width: 100%;
    height: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position-x: 50% !important;
    background-position-y: 50% !important;
    background-size: auto 100% !important;
}




/*****在BODY添加的内容*****/
.imgShowBox {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imgShowBox img {
    position: absolute;
    width: auto;
    max-width: 80%;
    /*max-height: 80%;*/
    border: 20px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.imgShowBox.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.imgShowBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .05);
}

.imgShowBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .02);
}

.imgShowBox.scroll::-webkit-scrollbar-button {
    background: #f7f7f7;
    height: 0;
}

.imgShowBox.scroll::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, .05);
}

.imgShowBox.scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .7);
    border-radius: 3px;
}

.imgShowBox.scroll img {
    top: 5%;
    margin-bottom: 5%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.pos_fixed {
    position: fixed;
    width: 100%;
}

.imgButton {
    position: fixed;
    width: 70%;
    max-width: 400px;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.imgButton span {
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.imgButton span:hover {
    opacity: .8;
}

.imgButton span i {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.imgButton span.prevImg,
.imgButton span.nextImg,
.imgButton span.closeShowPic {
    font-size: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    font-family: serif;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.imgButton span.prevImg,
.imgButton span.nextImg {
    font-size: 26px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

@media screen and (max-width: 1024px) {

    /*ipad*/
    .imgStyle_11 ul li {
        width: 24%;
    }
}

@media screen and (max-width: 768px) {

    /*mobi*/
    .imgStyle_11 ul li {
        width: 49%;
    }

    .imgShowBox img {
        border-width: 10px;
    }

    .imgShowBox.scroll img {
        top: 5%;
        margin-bottom: 10vh;
    }
}

/*pc*/
#image_style_11_1506503699823 .imgStyle_11 ul li,
#image_style_11_1506503699823 .imgStyle_11 ul li {
    width: 49%;
}

#image_style_11_1506503699823 .imgStyle_11 ul li.imgItems,
#image_style_11_1506503699823 .imgStyle_11 ul li.imgItems {
    margin-bottom: 2%;
}

@media screen and (max-width: 1024px) {

    /*ipad*/
    #image_style_11_1506503699823 .imgStyle_11 ul li,
    #image_style_11_1506503699823 .imgStyle_11 ul li {
        width: 49%;
    }

    #image_style_11_1506503699823 .imgStyle_11 ul li.imgItems,
    #image_style_11_1506503699823 .imgStyle_11 ul li.imgItems {
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 768px) {

    /*mobi*/
    #image_style_11_1506503699823 .imgStyle_11 ul li,
    #image_style_11_1506503699823 .imgStyle_11 ul li {
        width: 36%;
    }

    #image_style_11_1506503699823 .imgStyle_11 ul li.imgItems,
    #image_style_11_1506503699823 .imgStyle_11 ul li.imgItems {
        margin-bottom: 2%;

    }
    #image_style_11_1506503699823 .imgStyle_11 ul li.imgItems,
    #image_style_11_1506503699823 .imgStyle_11 ul li.imgItems:first-child {
        margin-left: 11%;
        margin-right: 3%;
        
    }
    #image_style_11_1506503699823 .imgStyle_11 ul li.imgItems,
    #image_style_11_1506503699823 .imgStyle_11 ul li.imgItems:nth-child(2) {
        margin-right: 11%;
        margin-left: 3%;
        
    }
}

.imgStyle_11 {
    position: relative;
    clear: both;
    width: 100%;
    height: 100%;
}

.imgStyle_11 ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imgStyle_11 ul li.imgItems {
    position: relative;
    overflow: visible !important;
    width: 19%;
    box-sizing: border-box;
    margin-bottom: 10px;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

/*pc 1=100%; 2=49%; 3=32%; 4=24%; 5=19%; 6=15%; 7=13%; 8=12%; 9=10.5%; 10=9%*/
.imgStyle_11 ul li .ratio {
    margin-top: 100%;
}

.imgStyle_11 ul li a {}

.imgStyle_11 ul li:hover {
    z-index: 2;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.imgStyle_11 ul li a img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

/*额外添加的样式*/

.imgStyle_11 .theimgtext {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: black;
    width: 100%;
    text-align: center;
}

.imgStyle_11 .theimgdiv {
    position: absolute;
    width: 100%;
    height: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position-x: 50% !important;
    background-position-y: 50% !important;
    background-size: auto 100% !important;
}




/*****在BODY添加的内容*****/
.imgShowBox {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imgShowBox img {
    position: absolute;
    width: auto;
    max-width: 80%;
    /*max-height: 80%;*/
    border: 20px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.imgShowBox.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.imgShowBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .05);
}

.imgShowBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .02);
}

.imgShowBox.scroll::-webkit-scrollbar-button {
    background: #f7f7f7;
    height: 0;
}

.imgShowBox.scroll::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, .05);
}

.imgShowBox.scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .7);
    border-radius: 3px;
}

.imgShowBox.scroll img {
    top: 5%;
    margin-bottom: 5%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.pos_fixed {
    position: fixed;
    width: 100%;
}

.imgButton {
    position: fixed;
    width: 70%;
    max-width: 400px;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.imgButton span {
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.imgButton span:hover {
    opacity: .8;
}

.imgButton span i {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.imgButton span.prevImg,
.imgButton span.nextImg,
.imgButton span.closeShowPic {
    font-size: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    font-family: serif;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.imgButton span.prevImg,
.imgButton span.nextImg {
    font-size: 26px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

@media screen and (max-width: 1024px) {

    /*ipad*/
    .imgStyle_11 ul li {
        width: 24%;
    }
}

@media screen and (max-width: 768px) {

    /*mobi*/
    .imgStyle_11 ul li {
        width: 49%;
    }

    .imgShowBox img {
        border-width: 10px;
    }

    .imgShowBox.scroll img {
        top: 5%;
        margin-bottom: 10vh;
    }
}

/*pc*/
#image_style_11_1506567513792 .imgStyle_11 ul li,
#image_style_11_1506567513792 .imgStyle_11 ul li {
    width: 49%;
}

#image_style_11_1506567513792 .imgStyle_11 ul li.imgItems,
#image_style_11_1506567513792 .imgStyle_11 ul li.imgItems {
    margin-bottom: 2%;
}

@media screen and (max-width: 1024px) {

    /*ipad*/
    #image_style_11_1506567513792 .imgStyle_11 ul li,
    #image_style_11_1506567513792 .imgStyle_11 ul li {
        width: 49%;
    }

    #image_style_11_1506567513792 .imgStyle_11 ul li.imgItems,
    #image_style_11_1506567513792 .imgStyle_11 ul li.imgItems {
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 768px) {

    /*mobi*/
    #image_style_11_1506567513792 .imgStyle_11 ul li,
    #image_style_11_1506567513792 .imgStyle_11 ul li {
        width: 36%;
    }

    #image_style_11_1506567513792 .imgStyle_11 ul li.imgItems,
    #image_style_11_1506567513792 .imgStyle_11 ul li.imgItems {
        margin-bottom: 2%;
    }
    #image_style_11_1506567513792 .imgStyle_11 ul li.imgItems,
    #image_style_11_1506567513792 .imgStyle_11 ul li.imgItems:first-child {
        margin-left: 11%;
        margin-right: 3%;
    }
    #image_style_11_1506567513792 .imgStyle_11 ul li.imgItems,
    #image_style_11_1506567513792 .imgStyle_11 ul li.imgItems:nth-child(2) {
        margin-left: 3%;
        margin-right: 11%;
    }
}

/*菜单样式*/
.menuStyle_1 {
    width: 100%;
    position: relative;
}

.menuStyle_1 * {
    transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    box-sizing: border-box;
}

.menuStyle_1 .dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menuStyle_1 .rflex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left\0;
}

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

.menuStyle_1 .menuLayout {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.menuStyle_1 .menuLayout:after {
    content: '';
    display: block;
    clear: both;
}

.menuStyle_1 .menuUl_box {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl li {
    position: relative;
}

.menuStyle_1 .menuUl li>a {
    text-decoration: none;
    color: #4d5158;
    font-size: 14px;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
    padding: 0 1em\0;
}

.menuStyle_1 .menuUl li>a:hover {
    color: #f90
}

.menuStyle_1 .menuUl #hot>a {
    color: #f90;
}

.menuStyle_1 .menuLayout .miniMenu {
    display: none;
}

.menuStyle_1 .menuUl02 {
    opacity: 0;
    display: none;
    position: absolute;
    left: 50%;
    height: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.menuStyle_1 .menuUl .rflex:hover .menuUl02 {
    opacity: 1;
    display: block;
    height: auto;
}

.menuStyle_1 .menuUl02 .subMenu02 {
    float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
    color: #333;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {}

.menuStyle_1 .rflex {
    position: relative;
}




@media screen and (max-width:640px) {

    .menuStyle_1 .menuUl,
    .menuStyle_1 .menuUl_box {
        display: none;
    }

    .menuStyle_1 .menuScroll {
        height: 84%;
        height: 84vh;
        width: 100%;
    }

    .menuStyle_1 .menuScroll>.menuUlCopy {
        width: calc(100% + 18px);
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .menuStyle_1 .menuLayout .miniMenu {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .sidebar {
        font-size: 28px;
        line-height: 44px;
        font-weight: normal;
        cursor: pointer;
        color: #4d5158;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        text-align: center;
    }

    .menuStyle_1 .miniMenu .leftBox .nav {
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy {
        padding: 15px 0 15px 30px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
        width: 100%;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
        width: 100%;
        display: block;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        text-decoration: none;
        font-size: 16px;
        line-height: 44px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide {
        height: 100% !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, .85);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
        color: #fff;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .nav a {
        display: none !important;
    }
}

.logoStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.logoStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
}

.logoName {
    white-space: nowrap;
}

/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

#image_style_01_1506501982373 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506501982373 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506501982373 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

#image_style_01_1506501982373 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1506501982388 .CompatibleImg img {
    width: 31px;
    height: 31px;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506501982388 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506501982388 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

#image_style_01_1506501982388 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1506501982383 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506501982383 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506501982383 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

#image_style_01_1506501982383 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

body {
    position: flex !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

#main {
    width: inherit !important;
    height: inherit !important;
}

.Afullpage_01 {
    width: inherit !important;
    height: inherit !important;
}

.layout {
    width: inherit !important;
    height: inherit !important;
}

.show_layout_bottom {
    display: none;
}

.logoStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.logoStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
}

.logoName {
    white-space: nowrap;
}

/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.menuStyle_1 {
    width: 100%;
    position: relative;
}

.menuStyle_1 * {
    transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    box-sizing: border-box;
}

.menuStyle_1 .dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menuStyle_1 .rflex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left\0;
}

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

.menuStyle_1 .menuLayout {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.menuStyle_1 .menuLayout:after {
    content: '';
    display: block;
    clear: both;
}

.menuStyle_1 .menuUl_box {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl li {
    position: relative;
}

.menuStyle_1 .menuUl li>a {
    text-decoration: none;
    color: #4d5158;
    font-size: 14px;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
    padding: 0 1em\0;
}

.menuStyle_1 .menuUl li>a:hover {
    color: #f90
}

.menuStyle_1 .menuUl #hot>a {
    color: #f90;
}

.menuStyle_1 .menuLayout .miniMenu {
    display: none;
}

.menuStyle_1 .menuUl02 {
    opacity: 0;
    display: none;
    position: absolute;
    left: 50%;
    height: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.menuStyle_1 .menuUl .rflex:hover .menuUl02 {
    opacity: 1;
    display: block;
    height: auto;
}

.menuStyle_1 .menuUl02 .subMenu02 {
    float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
    color: #333;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {}

.menuStyle_1 .rflex {
    position: relative;
}




@media screen and (max-width:640px) {

    .menuStyle_1 .menuUl,
    .menuStyle_1 .menuUl_box {
        display: none;
    }

    .menuStyle_1 .menuScroll {
        height: 84%;
        height: 84vh;
        width: 100%;
    }

    .menuStyle_1 .menuScroll>.menuUlCopy {
        width: calc(100% + 18px);
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .menuStyle_1 .menuLayout .miniMenu {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .sidebar {
        font-size: 28px;
        line-height: 44px;
        font-weight: normal;
        cursor: pointer;
        color: #4d5158;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        text-align: center;
    }

    .menuStyle_1 .miniMenu .leftBox .nav {
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy {
        padding: 15px 0 15px 30px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
        width: 100%;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
        width: 100%;
        display: block;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        text-decoration: none;
        font-size: 16px;
        line-height: 44px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide {
        height: 100% !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, .85);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
        color: #fff;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .nav a {
        display: none !important;
    }
}