/**
 * scroll-pointer stylesheet  
 * */
.header-13-sub .scroll-pointer {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -35px;
}
.content-1 .scroll-pointer {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -2px;
}
.content-2 .scroll-pointer {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -2px;
}
.content-3 .scroll-pointer {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -2px;
}
.content-4 .scroll-pointer {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -2px;
}
.scroll-pointer {
    z-index: 10000;
    position: relative;
    opacity: .5;
    width: 70px;
    text-align: center;
}
.scroll-pointer i {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 1em;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.next-180-change {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.content-1 .scroll-pointer i {
    width: 5px;
    height: 5px;
    background: #000000;
    border-radius: 1em;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.content-title-style {
    color: #16181d;
    font-family: Microsoft YaHei, STHeit Light, STXihei;
}
.scroll-pointer i + * {
    margin-top: 5px
}
.scroll-pointer i:nth-child(1) {
    -webkit-animation: fadeAnim 1.5s ease-in-out .25s infinite
}
.scroll-pointer i:nth-child(2) {
    -webkit-animation: fadeAnim 1.5s ease-in-out .5s infinite
}
.scroll-pointer i:nth-child(3) {
    -webkit-animation: fadeAnim 1.5s ease-in-out .75s infinite
}
.scroll-pointer i:nth-child(4) {
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-animation: fadeAnim 1.5s ease-in-out .6s infinite
}
.scroll-pointer i:nth-child(5) {
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-animation: fadeAnim 1.5s ease-in-out .6s infinite
}
.content-4 .scroll-pointer i:nth-child(1) {
    -webkit-animation: fadeAnim 1.5s ease-in-out .75s infinite
}
.content-4 .scroll-pointer i:nth-child(2) {
    -webkit-animation: fadeAnim 1.5s ease-in-out .5s infinite
}
.content-4 .scroll-pointer i:nth-child(3) {
    -webkit-animation: fadeAnim 1.5s ease-in-out .25s infinite
}
.content-4 .scroll-pointer i:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0px;
    -webkit-animation: fadeAnim 1.5s ease-in-out .6s infinite
}
.content-4 .scroll-pointer i:nth-child(5) {
    position: absolute;
    right: 0;
    top: 0px;
    -webkit-animation: fadeAnim 1.5s ease-in-out .6s infinite
}
@-webkit-keyframes fadeAnim {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeAnim {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
/**
 * scroll-top-wrapper stylesheet  
 * */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    color: #eeeeee;
    right: 10px;
    bottom: 20px;
    padding: 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}
/**
 * Header 13 stylesheet  
 * */
@media (max-width: 480px) {
    .header-13 {
        text-align: left;
        position: absolute;
        width: 100%;
        margin-top: 60px;
        z-index: 5;
        padding-left: 30px;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }
    .header-13 .brand {
        text-align: center;
        top: -120px;
        left: 50%;
        font-size: 36px;
        font-family: Microsoft YaHei, STHeit Light, STXihei;
        color: #ffffff;
    }
    .header-13 h3 {
        font-size: 18px;
        font-weight: normal;
        color: #00224b;
        font-family: Microsoft YaHei, STHeit Light, STXihei;
        margin-bottom: 26px;
        font-weight: 300;
        margin-left: -17px;
    }
    .image-icon {
        height: 48px;
        width: 48px;
    }
}
@media (max-width: 992px) and (min-width: 480px) {
    .header-13 {
        text-align: left;
        position: absolute;
        width: 100%;
        margin-top: 80px;
        z-index: 5;
        padding-left: 40px;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0;
        margin-left: 0px;
        filter: alpha(opacity=0)
    }
    .header-13 .brand {
        text-align: center;
        top: -120px;
        left: 50%;
        font-size: 40px;
        font-family: Microsoft YaHei, STHeit Light, STXihei;
        color: #ffffff;
    }
    .header-13 h3 {
        font-size: 32px;
        font-weight: normal;
        color: #00224b;
        font-family: Microsoft YaHei, STHeit Light, STXihei;
        margin-bottom: 26px;
        font-weight: 300
    }
    .image-icon {
        height: 56px;
        width: 56px;
    }
}
@media (min-width: 993px) {
    .header-13 {
        position: absolute;
        width: 100%;
        margin: 80px auto;
        z-index: 5;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 80px;
        opacity: 0;
        filter: alpha(opacity=0)
    }
    .header-13 .brand {
        float: left;
        font-size: 45px;
        font-family: Microsoft YaHei, STHeit Light, STXihei;
        color: #ffffff;
    }
    .header-13 h3 {
        font-size: 32px;
        font-weight: normal;
        color: #00224b;
        font-family: Microsoft YaHei, STHeit Light, STXihei;
        margin-bottom: 26px;
        font-weight: 300
    }
    .image-icon {
        height: 64px;
        width: 64px;
    }
}
.header-13 .brand img {
    width: 100px !important;
    height: 80px !important
}
.loaded .header-13 {
    -webkit-transition: .6s 1.4s top, 1.2s 1.4s opacity;
    -moz-transition: .6s 1.4s top, 1.2s 1.4s opacity;
    -o-transition: .6s 1.4s top, 1.2s 1.4s opacity;
    transition: .6s 1.4s top, 1.2s 1.4s opacity;
    opacity: 100;
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100)
}
@media (min-width: 768px) and (max-width: 1000px) {
    .header-13-sub .qr-img {
        width: 180px;
        height: 180px;
        margin-top: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1000px) {
}
.qr-tip {
    margin-top: 10px;
    margin-left: 0px;
}
.qr-tip-cn {
    font-family: Microsoft YaHei, STHeit Light, STXihei;
    color: #858585;
    font-size: 15px;
    float: left;
    line-height: 21px;
    margin-left: 5px;
}
@media (max-width: 480px) {
    .header-13 {
        text-align: left;
        -webkit-transition-duration: 0 !important;
        -moz-transition-duration: 0 !important;
        -o-transition-duration: 0 !important;
        transition-duration: 0 !important;
        -webkit-transition-delay: 0 !important;
        -moz-transition-delay: 0 !important;
        -o-transition-delay: 0 !important;
        transition-delay: 0 !important
    }
}
.header-13-sub {
    position: relative;
    height: 100%;
    color: #bdc3c7
}
.header-13-sub.v-center, .header-13-sub .v-center {
    display: table;
    width: 100%
}
.header-13-sub.v-center > div, .header-13-sub .v-center > div {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    float: none
}
@media (min-width: 768px) {
    .header-13-sub .v-center.row:before, .header-13-sub .v-center.row:after {
        display: none
    }
    .header-13-sub .btn {
        font-size: 22px;
        line-height: 21px;
        padding: 15px 0px 16px;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .header-13-sub .v-center {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px
    }
    .header-13-sub .v-center.row {
        display: block;
        width: auto
    }
    .header-13-sub .v-center.row:before, .header-13-sub .v-center.row:after {
        display: none
    }
    .header-13-sub .v-center.row > * {
        display: block;
        vertical-align: baseline
    }
    .header-13-sub .btn {
        font-size: 22px;
        line-height: 21px;
        padding: 8px 0px 16px;
        text-align: left;
    }
}
.header-13-sub a {
    color: grey
}
.header-13-sub .lead {
    font-size: 22px;
    font-weight: normal;
    color: #bdc3c7;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300
}
.header-13-sub .col-sm-5.col-sm-offset-1 {
    margin-top: 220px
}
@media (max-width: 767px) {
    .header-13-sub .col-sm-5.col-sm-offset-1 {
        margin-top: 0
    }
}
.header-13-sub .background {
    opacity: 90;
    filter: alpha(opacity=9000);
    opacity: .9;
    filter: alpha(opacity=90)
}
.header-13-sub .col-sm-5.col-sm-offset-1 {
    position: relative;
    left: -15%;
    opacity: 0;
    filter: alpha(opacity=0)
}
.loaded .header-13-sub .col-sm-5.col-sm-offset-1 {
    -webkit-transition: .8s .4s left, 1.2s .4s opacity;
    -moz-transition: .8s .4s left, 1.2s .4s opacity;
    -o-transition: .8s .4s left, 1.2s .4s opacity;
    transition: .8s .4s left, 1.2s .4s opacity;
    left: 0;
    opacity: 100;
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100)
}
.header-13-sub .col-sm-4.col-sm-offset-1 {
    position: relative;
    right: -100px;
    opacity: 0;
    filter: alpha(opacity=0)
}
.loaded .header-13-sub .col-sm-4.col-sm-offset-1 {
    -webkit-transition: .8s right, 1.2s opacity;
    -moz-transition: .8s right, 1.2s opacity;
    -o-transition: .8s right, 1.2s opacity;
    transition: .8s right, 1.2s opacity;
    right: 0;
    opacity: 100;
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100)
}
@media (max-width: 480px) {
    .header-13-sub {
        padding-top: 90px
    }
    .head-13-sub > div > .container {
        padding-top: 90px
    }
    .header-13-sub .col-sm-5.col-sm-offset-1, .header-13-sub .col-sm-4.offset-1 {
        -webkit-transition-duration: 0 !important;
        -moz-transition-duration: 0 !important;
        -o-transition-duration: 0 !important;
        transition-duration: 0 !important;
        -webkit-transition-delay: 0 !important;
        -moz-transition-delay: 0 !important;
        -o-transition-delay: 0 !important;
        transition-delay: 0 !important
    }
}
/**
 * first screen stylesheet
 *
 */
@media (max-width: 480px) {
    .header-13-sub .background {
        background-image: url(../images/page_01m.png);
        background-position: center;
        background-size: cover;
        opacity: 1;
    }
    .header-13-sub .text-block {
        margin-top: -80px;
    }
    .header-13-sub .ios-position {
        /*margin-left: 30px;*/
    }
      .header-13-sub .ios-xrposition {
        /*margin-left: 30px;*/
    }
      .header-13-sub .ios-smposition {
        /*margin-left: 30px;*/
    }
    .header-13-sub .android-position {
        margin-top: 20px;
        /*margin-left: 30px;*/
    }
    .header-13-sub .web-position {
        margin-top: 20px;
        /*margin-left: 30px;*/
    }
    .header-13-sub .ios-download-btn {
        width: 200px;
        height: 40px;
        border: 1px solid #d9d9d9;
        color: #d9d9d9;
        border-radius: 2px;
        display: inline-block;
        background: white url("../images/apple-icon.png") center no-repeat;
        background-size: auto 20px;
    }
      .header-13-sub .ios-appxr-btn {
        width: 200px;
        height: 40px;
        border: 1px solid #d9d9d9;
        color: #d9d9d9;
        border-radius: 2px;
        display: inline-block;
        background: white url("../images/appxr-icon.png") center no-repeat;
        background-size: auto 20px;
    }
      .header-13-sub .ios-appsm-btn {
        width: 200px;
        height: 40px;
        border: 1px solid #d9d9d9;
        color: #d9d9d9;
        border-radius: 2px;
        display: inline-block;
        background: white url("../images/appsm-icon.png") center no-repeat;
        background-size: auto 20px;
    }	
    .header-13-sub .android-download-btn {
        width: 200px;
        height: 40px;
        border: 1px solid #d9d9d9;
        color: #d9d9d9;
        border-radius: 2px;
        display: inline-block;
        background: white url("../images/android-icon.png") center no-repeat;
        background-size: auto 20px;
    }
    .download-region {
        display: inline-block;
        text-align: center;
    }
    .download-parent {
        text-align: center;
    }
    .btn_download {
        display: inline-block;
        margin-bottom: 20px;
        margin-top: -30px;
        float: left
    }
}
@media (max-width: 992px) and (min-width: 480px) {
    .header-13-sub .background {
        background-image: url(../images/page_01m.png);
        background-position: center;
        background-size: cover;
        opacity: 1;
    }
    .header-13-sub .text-block {
        padding-left: 40px;
    }
    .header-13-sub .ios-download-btn {
        margin-bottom: 3px;
        height: 50px;
    }
      .header-13-sub .ios-appxr-btn {
        margin-bottom: 3px;
        height: 50px;
    }
      .header-13-sub .ios-appsm-btn {
        margin-bottom: 3px;
        height: 50px;
    }	
    .header-13-sub .android-download-btn {
        margin-bottom: 3px;
        height: 50px;
    }
    .header-13-sub .ios-position {
        /*margin-left: 30px;*/
    }
      .header-13-sub .ios-xrposition {
        /*margin-left: 30px;*/
    }
      .header-13-sub .ios-smposition {
        /*margin-left: 30px;*/
    }	
    .header-13-sub .android-position {
        margin-top: 15px;
        /*margin-left: 30px;*/
    }
    .header-13-sub .web-position {
        margin-top: 15px;
        /*margin-left: 30px;*/
    }
    .header-13-sub .ios-download-btn {
        width: 260px;
        height: 60px;
        border: 1px solid #d9d9d9;
        color: #d9d9d9;
        border-radius: 2px;
        display: inline-block;
        background: white url("../images/apple-icon.png") center no-repeat;
        background-size: auto 25px;
    }
      .header-13-sub .ios-appxr-btn {
        width: 260px;
        height: 60px;
        border: 1px solid #d9d9d9;
        color: #d9d9d9;
        border-radius: 2px;
        display: inline-block;
        background: white url("../images/appxr-icon.png") center no-repeat;
        background-size: auto 25px;
    }
      .header-13-sub .ios-appsm-btn {
        width: 260px;
        height: 60px;
        border: 1px solid #d9d9d9;
        color: #d9d9d9;
        border-radius: 2px;
        display: inline-block;
        background: white url("../images/appsm-icon.png") center no-repeat;
        background-size: auto 25px;
    }	
    .header-13-sub .android-download-btn {
        width: 260px;
        height: 60px;
        border: 1px solid #d9d9d9;
        color: #d9d9d9;
        border-radius: 2px;
        display: inline-block;
        background: white url("../images/android-icon.png") center no-repeat;
        background-size: auto 25px;
    }
    .download-region {
        display: inline-block;
        text-align: center;
    }
    .download-parent {
        text-align: center;
    }
    .btn_download {
        display: inline-block;
    }
    .btn_download {
        display: inline-block;
        margin-bottom: 20px;
        margin-top: 0px;
        float: left
    }
}
@media (min-width: 993px) {
    .header-13-sub .background {
        background-image: url(../images/page_01.png);
        background-position: center;
        background-size: cover;
        opacity: 1
    }
    .header-13-sub .text-block {
        padding-top: 40px;
        padding-left: 60px;
    }
    .header-13-sub .ios-download-btn {
        padding-left: 50px;
        padding-right: 20px;
    }
      .header-13-sub .ios-appxr-btn {
        padding-left: 50px;
        padding-right: 20px;
    }
      .header-13-sub .ios-appsm-btn {
        padding-left: 50px;
        padding-right: 20px;
    }	
    .header-13-sub .android-download-btn {
    }
    .header-13-sub .ios-position {
        /*margin-left: 30px;*/
    }
      .header-13-sub .ios-xrposition {
        /*margin-left: 30px;*/
    }
      .header-13-sub .ios-smposition {
        /*margin-left: 30px;*/
    }	
    .header-13-sub .android-position {
        margin-top: 15px;
        /*margin-left: 30px;*/
    }
    .header-13-sub .web-position {
        margin-top: 15px;
        /*margin-left: 30px;*/
    }
    .header-13-sub .ios-position {
        /*margin-left: 30px;*/
    }
      .header-13-sub .ios-xrposition {
        /*margin-left: 30px;*/
    }
      .header-13-sub .ios-smposition {
        /*margin-left: 30px;*/
    }	
    .header-13-sub .android-position {
        margin-top: 20px;
        /*margin-left: 30px;*/
    }
    .header-13-sub .web-position {
        margin-top: 20px;
        /*margin-left: 30px;*/
    }
    .header-13-sub .ios-download-btn {
        width: 200px;
        height: 40px;
        border: 1px solid #d9d9d9;
        color: #d9d9d9;
        border-radius: 2px;
        display: inline-block;
        background: white url("../images/apple-icon.png") center no-repeat;
        background-size: auto 20px;
    }
      .header-13-sub .ios-appxr-btn {
        width: 200px;
        height: 40px;
        border: 1px solid #d9d9d9;
        color: #d9d9d9;
        border-radius: 2px;
        display: inline-block;
        background: white url("../images/appxr-icon.png") center no-repeat;
        background-size: auto 20px;
    }
      .header-13-sub .ios-appsm-btn {
        width: 200px;
        height: 40px;
        border: 1px solid #d9d9d9;
        color: #d9d9d9;
        border-radius: 2px;
        display: inline-block;
        background: white url("../images/appsm-icon.png") center no-repeat;
        background-size: auto 20px;
    }	
    .header-13-sub .android-download-btn {
        width: 200px;
        height: 40px;
        border: 1px solid #d9d9d9;
        color: #d9d9d9;
        border-radius: 2px;
        display: inline-block;
        background: white url("../images/android-icon.png") center no-repeat;
        background-size: auto 20px;
    }
    .download-region {
        margin-top: 40px;
        display: inline-block;
        text-align: center;
    }
    .download-parent {
        text-align: center;
    }
    .btn_download {
        display: inline-block;
        margin-bottom: 20px;
        margin-top: 60px;
        float: left
    }
}
.header-13-sub .ios-appsm-btn:hover,.header-13-sub .ios-appxr-btn:hover,.header-13-sub .ios-download-btn:hover, .header-13-sub .android-download-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
/**
 * Content 1 stylesheet  
 * 
 */
@media (max-width: 480px) {
    .content-1 {
        position: relative;
        height: 100%;
        width: 100%;
        text-align: right;
    }
    .content-1 .background {
        background-image: url(../images/page_02m.png);
        background-position: center;
        background-size: cover;
        opacity: 1;
    }
    .content-1 .tip {
        margin-top: 200px;
        margin-right: -10px;
        float: right;
    }
    .content-1 .search-icon {
        height: 50px;
    }
    .content-1 .content-title-style {
        font-size: 18px;
        font-weight: normal;
        color: #16181d;
        line-height: 25px
    }
    .content-1 .wd {
        font-size: 14px;
        font-weight: normal;
        color: #16181d;
        line-height: 20px;
        font-family: 华文细黑, STHeiti, serif;
    }
    .content-1 .scroll-pointer img {
        margin-left: -70px;
    }
    .sloganPosition {
        text-align: center;
        margin-right: 10px;
    }
}
@media (max-width: 992px) and (min-width: 480px) {
    .content-1 {
        position: relative;
        height: 100%;
        width: 100%;
        text-align: right;
    }
    .content-1 .background {
        background-image: url(../images/page_02m.png);
        background-position: center;
        background-size: cover;
        opacity: 1;
    }
    .content-1 .tip {
        margin-top: 350px;
        margin-left: -8px;
        float: right;
    }
    .content-1 .search-icon {
        height: 80px;
    }
    .content-1 .content-title-style {
        font-size: 36px;
        font-weight: normal;
        color: #16181d;
        line-height: 50px;
        margin-bottom: 0px;
    }
    .content-1 .wd {
        font-size: 18px;
        font-weight: normal;
        color: #16181d;
        line-height: 25px;
        font-family: 华文细黑, STHeiti, serif;
    }
    .content-1 .scroll-pointer img {
        margin-left: -70px;
    }
    .sloganPosition {
        text-align: center;
        margin-right: 10px;
    }
}
@media (min-width: 993px) {
    .content-1 {
        position: relative;
        height: 100%;
        text-align: right;
    }
    .content-1 .background {
        background-image: url(../images/page_02.png);
        background-position: center;
        background-size: cover;
        opacity: 1
    }
    .content-1 .tip {
        margin-top: 20%;
        float: right;
    }
    .content-1 .search-icon {
        height: 100px;
    }
    .content-1 .content-title-style {
        font-size: 45px;
        font-weight: normal;
        color: #16181d;
        line-height: 75px;
        margin-bottom: 0px;
    }
    .content-1 .wd {
        font-size: 20px;
        font-weight: normal;
        color: #16181d;
        line-height: 30px;
        font-family: 华文细黑, STHeiti, serif;
    }
    .sloganPosition {
        text-align: left;
    }
}
.content-1 h3 {
    font-size: 30px;
    color: #2c3e50;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 24px;
    font-weight: 300;
    padding-top: 250px
}
.content-1 h6 {
    text-transform: none;
    font-size: 18px;
    color: #34495e;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500
}
.content-1 .info {
    font-size: 14px;
    font-weight: normal;
    color: #7f8c8d;
    margin-top: 40px
}
@media (max-width: 767px) {
    .content-1 .info {
        margin-top: 20px
    }
}
/**
 * Content 2 stylesheet  
 * 
 */
@media (max-width: 480px) {
    .content-2 {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .content-2 .background {
        background-image: url(../images/page_03m.png);
        background-position: center;
        background-size: cover;
        opacity: 1;
    }
    .content-2 .tip {
        margin-top: 200px;
        margin-right: -10px;
    }
    .content-2 .search-icon {
        height: 50px;
    }
    .content-2 .content-title-style {
        font-size: 18px;
        font-weight: normal;
        color: #16181d;
        line-height: 25px
    }
    .content-2 .wd {
        font-size: 14px;
        font-weight: normal;
        color: #16181d;
        line-height: 20px;
        font-family: 华文细黑, STHeiti, serif;
    }
    .content-2 .scroll-pointer img {
        margin-left: -70px;
    }
}
@media (max-width: 992px) and (min-width: 480px) {
    .content-2 {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .content-2 .background {
        background-image: url(../images/page_03m.png);
        background-position: center;
        background-size: cover;
        opacity: 1
    }
    .content-2 .tip {
        margin-top: 350px;
        margin-left: -8px;
    }
    .content-2 .search-icon {
        height: 80px;
    }
    .content-2 .content-title-style {
        font-size: 36px;
        font-weight: normal;
        color: #16181d;
        line-height: 50px;
        margin-bottom: 0px;
    }
    .content-2 .wd {
        font-size: 18px;
        font-weight: normal;
        color: #16181d;
        line-height: 25px;
        font-family: 华文细黑, STHeiti, serif;
    }
    .content-2 .scroll-pointer img {
        margin-left: -70px;
    }
}
@media (min-width: 993px) {
    .content-2 {
        position: relative;
        height: 100%;
    }
    .content-2 .background {
        background-image: url(../images/page_03.png);
        background-position: center;
        background-size: cover;
        opacity: 1
    }
    .content-2 .tip {
        margin-top: 20%;
    }
    .content-2 .search-icon {
        height: 100px;
    }
    .content-2 .content-title-style {
        font-size: 45px;
        font-weight: normal;
        color: #16181d;
        line-height: 75px;
        margin-bottom: 0px;
    }
    .content-2 .wd {
        font-size: 20px;
        font-weight: normal;
        color: #16181d;
        line-height: 30px;
        font-family: 华文细黑, STHeiti, serif;
    }
}
.content-2 h3 {
    font-size: 30px;
    font-weight: normal;
    color: #2c3e50;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 24px;
    font-weight: 300;
    padding-top: 250px
}
.content-2 h6 {
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
    color: #34495e;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500
}
.content-2 .info {
    font-size: 14px;
    font-weight: normal;
    color: #7f8c8d;
    margin-top: 40px
}
@media (max-width: 767px) {
    .content-2 .info {
        margin-top: 20px
    }
}
/**
 * Content 3 stylesheet  
 * 
 */
@media (max-width: 480px) {
    .content-3 {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .content-3 .background {
        background-image: url(../images/page_04m.png);
        background-position: center;
        background-size: cover;
        opacity: 1;
    }
    .content-3 .tip {
        margin-top: 200px;
        margin-right: -10px;
        float: right;
        text-align: right;
    }
    .content-3 .search-icon {
        height: 50px;
    }
    .content-3 .content-title-style {
        font-size: 18px;
        font-weight: normal;
        color: #16181d;
        line-height: 25px
    }
    .content-3 .wd {
        font-size: 14px;
        font-weight: normal;
        color: #16181d;
        line-height: 20px;
        font-family: 华文细黑, STHeiti, serif;
    }
    .content-3 .scroll-pointer img {
        margin-left: -70px;
    }
}
@media (max-width: 992px) and (min-width: 480px) {
    .content-3 {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .content-3 .background {
        background-image: url(../images/page_04m.png);
        background-position: center;
        background-size: cover;
        margin-left: 0px;
        opacity: 1;
    }
    .content-3 .tip {
        margin-top: 350px;
        margin-left: -8px;
        float: right;
        text-align: right;
    }
    .content-3 .search-icon {
        height: 80px;
    }
    .content-3 .content-title-style {
        font-size: 36px;
        font-weight: normal;
        color: #16181d;
        line-height: 50px;
        margin-bottom: 0px;
    }
    .content-3 .wd {
        font-size: 18px;
        font-weight: normal;
        color: #16181d;
        line-height: 25px;
        font-family: 华文细黑, STHeiti, serif;
    }
    .content-3 .scroll-pointer img {
        margin-left: -70px;
    }
}
@media (min-width: 993px) {
    .content-3 {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .content-3 .background {
        background-image: url(../images/page_04.png);
        background-position: center;
        background-size: cover;
        opacity: 1
    }
    .content-3 .tip {
        margin-top: 20%;
        float: right;
        text-align: right;
    }
    .content-3 .search-icon {
        height: 100px;
    }
    .content-3 .content-title-style {
        font-size: 45px;
        font-weight: normal;
        color: #16181d;
        line-height: 75px;
        margin-bottom: 0px;
    }
    .content-3 .wd {
        font-size: 20px;
        font-weight: normal;
        color: #16181d;
        line-height: 30px;
        font-family: 华文细黑, STHeiti, serif;
    }
}
.content-3 h3 {
    font-size: 30px;
    font-weight: normal;
    color: #2c3e50;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 24px;
    font-weight: 300;
    padding-top: 250px
}
.content-3 h6 {
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
    color: #34495e;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content-3 .info {
    font-size: 14px;
    font-weight: normal;
    color: #7f8c8d;
    margin-top: 40px
}
@media (max-width: 767px) {
    .content-3 .info {
        margin-top: 20px
    }
}
/**
 * Content 4 stylesheet  
 * 
 */
@media (max-width: 480px) {
    .content-4 {
        position: relative;
        height: 100%;
    }
    .content-4 .background {
        background-image: url(../images/page_05m.png);
        background-position: center;
        background-size: cover;
        opacity: 1
    }
    .content-4 p {
        font-size: 25px;
        font-weight: normal;
        color: #0fd49c;
        line-height: 18px;
    }
    .content-4 .text-position {
        margin-top: 20%;
    }
    .content-4 .wd {
        font-size: 14px;
        font-weight: normal;
        color: #16181d;
        line-height: 25px;
        font-family: 华文细黑, STHeiti, serif;
    }
    .content-4 .tip {
        margin-top: 280px;
        text-align: center;
    }
    .content-4 .scroll-pointer img {
        margin-left: -70px;
    }
    img#slogan {
        width: 150px;
        height: 77px;
    }
}
@media (max-width: 992px) and (min-width: 480px) {
    .content-4 {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .content-4 .background {
        background-image: url(../images/page_05m.png);
        background-position: center;
        background-size: cover;
        opacity: 1
    }
    .content-4 p {
        font-size: 36px;
        font-weight: normal;
        color: #0fd49c;
        line-height: 50px
    }
    .content-4 .text-position {
        margin-top: 20%;
    }
    .content-4 .wd {
        font-size: 18px;
        font-weight: normal;
        color: #16181d;
        line-height: 25px;
        font-family: 华文细黑, STHeiti, serif;
    }
    .content-4 .tip {
        margin-top: 320px;
        text-align: center;
    }
    .content-1 .scroll-pointer img {
        margin-left: -70px;
    }
}
@media (min-width: 993px) {
    .content-4 {
        position: relative;
        height: 95%;
        width: 100%;
    }
    .content-4 .background {
        background-image: url(../images/page_05.png);
        background-position: center;
        background-size: cover;
        opacity: 1
    }
    .content-4 p {
        font-size: 36px;
        font-weight: normal;
        color: #0fd49c;
        line-height: 25px;
        font-family: 华文细黑, STHeiti, serif;
    }
    .content-4 .tip {
        margin-top: 360px;
        text-align: center;
    }
    .content-4 .text-position {
        margin-top: 20%;
    }
    .content-4 .wd {
        font-size: 20px;
        font-weight: normal;
        color: #16181d;
        line-height: 30px
    }
}
.content-4 h3 {
    font-size: 30px;
    font-weight: normal;
    color: #2c3e50;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 24px;
    font-weight: 300;
    padding-top: 250px
}
.content-4 h6 {
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
    color: #34495e;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500
}
.content-4 .info {
    font-size: 14px;
    font-weight: normal;
    color: #7f8c8d;
    margin-top: 40px
}
@media (max-width: 767px) {
    .content-4 .info {
        margin-top: 20px
    }
}
/*
 * custom block
 */
@media (max-width: 767px) {
    #custom-block-1-span-1 {
        text-align: center;
    }
    #custom-block-1-span-2 {
        text-align: center;
    }
    #custom-block-2-span-1 {
        text-align: center;
    }
    #custom-block-2-span-2 {
        z-index: 10000;
        position: fixed;
        right: 30px;
        bottom: 80px;
    }
    #custom-block-3-span-1 {
        text-align: center;
    }
    #custom-block-3-span-2 {
        text-align: center;
    }
    .scroll-top-wrapper {
        width: 100px;
    }
}
@media (min-width: 767px) {
    #custom-block-1-span-1 {
        float: right;
    }
    #custom-block-1-span-2 {
        float: right;
    }
    #custom-block-3-span-1 {
        float: right;
    }
    #custom-block-3-span-2 {
        float: right;
    }
    #custom-block-2-span-2 {
        z-index: 10000;
        position: fixed;
        right: 30px;
        bottom: 60px;
    }
    .footer-position {
        width: 100%;
    }
    .scroll-top-wrapper {
        width: 160px;
    }
}
.copyright a:hover {
    color: #47CA75;
}
.image-icon {
    float: left;
}
.brand {
    margin-left: 10px;
}