/**
 * 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);
}
.clearfix{
    clear:both;
}
img {
    max-width: 100%;
}
#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 {
    outline: none;
    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;
}
/* 顶部通用代码 header lilulu  QQ/WeChat：984788308  Tel：15264105329  18.06.30 开始 */
    .header {
        position: fixed;
        display: block;
        width:100%;
        top:0;
        left:0;
        z-index: 99999999999999999999999999999999999999999999999;
    }
    @media (max-width: 760px) {
        .header {
        }
    }
    header .container {
        padding:0;
    }
    .h-top {
        position: fixed;
        top:0;
        z-index: 999;
        width:100%;
        margin:0 auto;
        height:45px;
        background-color: #333;
        color:#eee;
        padding:0 20px;
    }
    .h-top a {
        outline: none;
        display: inline-block;
        float:right;
        height:45px;
        line-height: 45px;
        color:#fff;
        margin:0 10px;
    }
    .h-top a:hover {
        color:#22bbc0;
    }
    .h-top a img{
        height:100%;
    }
    .h-top-wx {
        display: none;
        width:120px;
        height:120px;
        position: absolute;
        top:45px;
        /*right:100px;*/
        right:15%;
        background-color: #888;
        z-index: 3;
    }
    .h-top-wx img{
        width:100%;
    }
    @media (max-width: 760px) {
        .index-h-nav {
            padding:0;
        }
        .index-h-top {
            padding:0;
        }
    }
    .h-nav {
        width:100%;
        height:90px;
        /*z-index: 20;*/
        margin:45px auto 0;
        background-color: #fff;
    }
    .navbar-head .logo {
        padding: 0;
        max-width: 400px;
    }
    @media(max-width: 760px) {
        #gmyd-logo {
            display: none;
        }
    }
    @media(min-width: 760px) {
        #gmyd-logo-m {
            display: none;
        }
    }
    .navbar-head .icon-navicon {
        border: 0;
        /*margin:52px 20px 0 0;*/
        margin:31px 0 0 0;
        font-size: 17px;
    }
    .navbar-body ul.nav-menu {
        position: relative;
        z-index: 9;
    }
    @media (min-width: 760px) {
        .navbar-head a{
            position: relative;
            z-index: 99;
        }
        .navbar-body {
            height:90px;
            line-height: 90px;
        }
        .navbar-body >.nav{
            height:90px;
            line-height: 90px;
            text-align: right;
            padding:0;
        }
        .navbar-body >.nav >li{
            height:90px;
            line-height: 90px;
            /*padding:50px 0;*/
            padding:32px 0;
            margin:0 5px 0 20px;
            display: inline-block;
            float:none;
        }
        .navbar-body >.nav >li> a{
            outline: none;
            color:#454545;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 1px;
            padding: 5px 5px;
        }
    }
    @media (min-width: 1400px) and (max-width: 1600px) {
        .navbar-body >.nav >li{
            margin:0 5px 0 20px;
        }   
        .navbar-body >.nav >li > a{
            padding:5px 5px;
        }
    }
    @media (min-width: 1200px) and (max-width: 1400px) {
        .navbar-body >.nav >li{
            margin:0 5px 0 20px;
        }
        .navbar-body >.nav >li > a{
            padding:5px 5px;
        }
    }
    @media (min-width: 760px) and (max-width: 1200px) {
        .navbar-body >.nav >li{
            margin:0 5px 0 20px;
        }
    }
    @media (min-width: 1000px) and (max-width: 1200px) {
        .navbar-body >.nav >li > a{
            padding:5px 5px;
        }
    }
    @media (min-width: 760px) and (max-width: 1000px) {
        .navbar-body >.nav >li > a{
            padding:5px 0;
        }
    }
    @media (max-width: 760px) {
        .navbar-body >.nav >li{
            margin:0;
            z-index: 999;
        }
    }
    .nav-inline.nav-menu ul {
        top:70%;
    }
    /*
        @media (min-width: 760px) {
            .icon-navicon {
                display:inline-block ;
                position: absolute;
                right:0;
            }
        }
    */
    /*@media (min-width: 760px) {
        .h-nav {
            display: none;
        }
    }*/
    @media (max-width: 760px) {
        .h-top {
            display: none;
        }
        .navbar-body{
            position: absolute;
            background-color: rgba(255,255,255,.9);
            z-index: 999;
        }
        .h-nav {
            margin:0 auto;
        }
    }
    @media (min-width: 320px) and (max-width: 470px) {
        .h-nav{
            width:100%;
            height: 80px;
            position: fixed;
            top:0;
            z-index: 999;
        }
        .navbar-head {
            padding: 0;
            line-height: 1;
        }
        .navbar-head .logo {
            width:100%;
            max-width:250px;
            padding:0;
        }
        .navbar-head .icon-navicon {
            margin:26px 20px 0 0;
            border:0;
        }
    }
    @media (max-width: 320px) {
        .h-nav{
            width:100%;
            height: 80px;
            position: fixed;
            top:0;
            z-index: 9;
        }
        .navbar-head {
            padding: 0;
            line-height: 1;
        }
        .navbar-head .logo {
            width:100%;
            max-width:220px;
            padding:10px;
        }
        .navbar-head .icon-navicon {
            margin:26px 20px 0 0;
            border:1px solid #ccc;
        }
    }
/* 顶部通用代码 header lilulu  QQ/WeChat：984788308  Tel：15264105329  18.06.30 结束 */
/* 向上移动200px */
@keyframes top_up_two {
    from {top:200px;}
    to {top:0px;}
}
/* 向下移动200px */
@keyframes top_down_two {
    from {top:-200px;}
    to {top:0px;}
}
/* 向左移动200px */
@keyframes top_left_two {
    from {left:200px;}
    to {left:0px;}
}
.down-two-1s {
    position: relative;
    animation: top_down_two 1s;
}
.down-two-1-5s {
    position: relative;
    animation: top_down_two 1.5s;
}
.down-two-2s {
    position: relative;
    animation: top_down_two 2s;
}
.down-two-2-5s {
    position: relative;
    animation: top_down_two 2.5s;
}
.down-two-3s {
    position: relative;
    animation: top_down_two 3s;
}
.left-two-2s {
    position: relative;
    animation: top_left_two 2s;
}
.section .sl_btn { outline:none; width:135px; height:45px; background-color:rgba(0,0,0,0);background-image:url(../images-a/s1_arror.png); background-repeat:no-repeat; background-position:center -16px ;  display:block; position:absolute; bottom:40px; left:50%; margin-left:-67.5px;}
.section .sl_btn:hover { background-color:#ab1018;background-image:url(../images-a/s1_arror.png); background-repeat:no-repeat; background-position:center 15px ;}
.section10 .sl_btn { width:133px; height:43px; border:0;background-image:url(../imagesd-/s2_arror.png); background-repeat:no-repeat; background-position:center 12px ;  display:block; position:absolute; bottom:40px; left:50%; margin-left:-67.5px;}
/*.section10 .sl_btn:hover { border:1px solid #ffffff;background-color:rgba(0,0,0,0);background-image:url(../images1/s2_arror.png); background-repeat:no-repeat; background-position:center -20px ;}*/
@media (max-width: 760px) {
    .section .sl_btn {
        display: none;
    }
}
/* 各屏背景图  Write by 李露露 lilulu/Lucy Lee QQ/WeChat：984788308  Tel：15264105329   18.11.23   开始*/
    .section1 {
        background: url('../images-a/section-a-01.jpg') no-repeat center center;
    }
    .section2 {
        background: url('../images-a/section-a-02.jpg') no-repeat center center;
    }
    .section3 {
        background: url('../images-a/section-a-03.jpg') no-repeat center center;
    }
    .section4 {
        background: url('../images-a/section-a-04.jpg') no-repeat center center;
    }
    .section5 {
        background: url('../images-a/section-a-05.jpg') no-repeat center center;
    }
    .section6 {
        background: url('../images-a/section-a-06.jpg') no-repeat center center;
    }
    .section7 {
        background: url('../images-a/section-a-07.jpg') no-repeat center center;
    }
    .section8 {
        background: #efefef;
    }
    .section9 {
        background: #fff;
    }
    .section10 {
        background: url('../images-a/section-a-10.jpg') no-repeat center center;
    }
    @media (max-width: 1500px) {
        .section1 {
            background: url('../images-a/section-a-01-1500.jpg') no-repeat center center;
        }
        .section2 {
            background: url('../images-a/section-a-02-1500.jpg') no-repeat center center;
        }
        .section3 {
            background: url('../images-a/section-a-03-1500.jpg') no-repeat center center;
        }
        .section4 {
            background: url('../images-a/section-a-04-1500.jpg') no-repeat center center;
        }
        .section5 {
            background: url('../images-a/section-a-05-1500.jpg') no-repeat center center;
        }
        .section6 {
            background: url('../images-a/section-a-06-1500.jpg') no-repeat center center;
        }
        .section7 {
            background: url('../images-a/section-a-07-1500.jpg') no-repeat center center;
        }
        .section8 {
            background: #efefef;
        }
        .section9 {
            background: #fff;
        }
        .section10 {
            background: url('../images-a/section-a-10-1500.jpg') no-repeat center center;
        }
    }
    @media (max-width: 760px) {
        .section1 {
            background: url('../images-a/section-a-01-760.jpg') no-repeat center bottom;
        }
        .section2 {
            background: #fff;
        }
        .section3 {
            background: #fff;
        }
        .section4 {
            background: #fff;
        }
        .section5 {
            background: url('../images-a/section-a-05-760.jpg') no-repeat center bottom;
        }
        .section6 {
            background: url('../images-a/section-a-06-7600.jpg') no-repeat center bottom;
        }
        .section7 {
            background: url('../images-a/section-a-07-760.jpg') no-repeat center center;
        }
        .section8 {
            background: #efefef;
        }
        .section9 {
            background: #fff;
        }
        .section10 {
            background: url('../images-a/section-a-10-760.jpg') no-repeat center center;
        }
    }
/* 各屏背景图  Write by 李露露 lilulu/Lucy Lee QQ/WeChat：984788308  Tel：15264105329   18.11.23   结束*/
@font-face {
    font-family: "思源黑体";
    src:url('SourceHanSans/SourceHanSans-Normal.otf'),
        url('SourceHanSans/SourceHanSans-Regular.otf'),
        url('SourceHanSans/SourceHanSans-Bold.otf');
}
.section {
    font-family: "思源黑体";
    color:#545454;
}
/* .section1 */
.section1 {
    padding:0;
}
.section-1-right {
    padding:0 10%;
} 
.section-1-right-1 {
    font-size: 80px;
    color:#fff;
    font-weight: bold;
    margin:1% auto;
    line-height: 1;
    text-shadow: 0 0 5px #555;
} 
.section-1-right-2 {
    margin:3% 0 0 0;
    font-size: 30px;
    color:#fff;
    letter-spacing: 3px;
    text-shadow: 0 0 5px #555;
} 
/* .section2 */ 
.section2 {
    padding:0 3%;
}
.section-2-left {
    padding:5% 10% 0;
}
.section-2-left-1 {
}
.section-2-left-2 {
    font-family:'思源黑体';
    font-size: 18px;
    line-height: 1.2;
    color:#444;
    margin:2% auto 0;
    text-align: justify;
}
.section-2-left-3 {
    font-family:'思源黑体';
    font-size: 16px;
    line-height: 1.2;
    color:#666;
    margin:3% auto 0;
    text-align: justify;
}
/* .section3 */ 
.section3 {
    padding:0 10%;
}
.section-3-left {
    padding: 7% 5% 0;
}
.section-3-left-1 {
    font-family:'思源黑体';
    font-size: 50px;
    line-height: 1.2;
    color:#333;
    font-weight: bold;
}
.section-3-left-2{
    font-family:'思源黑体';
    font-size: 18px;
    line-height: 1.2;
    color:#555;
    margin:1% auto;
}
/* .section4 */ 
.section4 {
    padding:0 5%;
}
.section-4-left {
    padding: 15% 3% 0;
}
.section-4-left-1 {
    font-family:'思源黑体';
    font-size: 55px;
    line-height: 1.2;
    color:#577cb7;
    margin:0 auto 3%;
    font-weight: bold;
}
.section-4-left-2{
    font-family:'思源黑体';
    font-size: 26px;
    line-height: 1.2;
    color:#444;
    margin:1% auto;
}
.section-4-left-2 span{
    font-weight: bold;
    color:#222;
}
.section-4-left-3{
    font-family:'思源黑体';
    font-size: 16px;
    line-height: 1.2;
    color:#444;
    letter-spacing: 3px;
}
.section-4-left-4{
    margin:5% auto 0;
}
.section-4-right{
    text-align: right;
}
/* .section5 */ 
.section5 {
    padding:0 5%;
}
.section-5-left {
    padding: 0 5% 0;
}
.section-5-left-1 {
    font-family:'思源黑体';
    font-size: 55px;
    line-height: 1.2;
    color:#577cb7;
    font-weight: bold;
}
.section-5-left-2{
    font-family:'思源黑体';
    font-size: 26px;
    line-height: 1.2;
    color:#444;
    margin:4% auto 0;
}
.section-5-left-2 span{
    font-weight: bold;
    color:#222;
}
.section-5-left-3{
    font-family:'思源黑体';
    font-size: 16px;
    line-height: 1.2;
    color:#444;
    letter-spacing: 3px;
}
.section-5-left-4{
    margin:5% auto 0;
}
.section-5-right{
    text-align: right;
}
/* .section6 */ 
.section6 {
    padding:0 5%;
}
.section-6-left {
    padding: 13% 8% 0;
}
.section-6-left-1 {
    font-family:'思源黑体';
    font-size: 55px;
    line-height: 1.2;
    color:#577cb7;
    font-weight: bold;
}
.section-6-left-2{
    font-family:'思源黑体';
    font-size: 26px;
    line-height: 1.2;
    color:#444;
    margin:4% auto 0;
}
.section-6-left-2 span{
    font-weight: bold;
    color:#222;
}
.section-6-left-3{
    font-family:'思源黑体';
    font-size: 16px;
    line-height: 1.2;
    color:#444;
    letter-spacing: 3px;
    margin:2% auto 0;
}
.section-6-right{
    padding:0 10%;
    text-align: center;
}
/* .section7 */ 
.section7 {
    padding:0 5%;
}
.section-7-left {
    padding: 4% 8% 0;
}
.section-7-left-1 {
    font-family:'思源黑体';
    font-size: 55px;
    line-height: 1.2;
    color:#f27caa;
    font-weight: bold;
}
.section-7-left-2{
    font-family:'思源黑体';
    font-size: 26px;
    line-height: 1.2;
    color:#444;
    margin:4% auto 0;
}
.section-7-left-2 span{
    font-weight: bold;
    color:#222;
}
.section-7-left-3{
    font-family:'思源黑体';
    font-size: 16px;
    line-height: 1.2;
    color:#444;
    letter-spacing: 3px;
    margin:2% auto 0;
}
.section-7-right{
    padding:0 10%;
    text-align: center;
}
/* .section8 */ 
.section-8-title {
    width:100%;
    text-align: center;
    font-size: 65px;
    line-height: 1.2;
    color:#577cb7;
    font-weight: bold;
}
.section-8-title-little {
    margin:1% auto 0;
    width:100%;
    text-align: center;
    font-size: 24px;
    color:#444;
    letter-spacing: 2px;
}
.section-8-img {
    margin:5% auto 0;
    padding:0 15%;
    text-align: center;
}
.section-8-img img{
    max-width: 100%;
}
.item-4-2-img {
    padding:0 5%;
}
/* .section9 */ 
.section9 {
    padding:0 5%;
}
.section-9-left {
    padding: 10% 8% 0;
}
.section-9-left-1 {
    font-family:'思源黑体';
    font-size: 55px;
    line-height: 1.2;
    color:#577cb7;
    font-weight: bold;
}
.section-9-left-2{
    font-family:'思源黑体';
    font-size: 26px;
    line-height: 1.2;
    color:#444;
    margin:4% auto 0;
}
.section-9-left-2 span{
    font-weight: bold;
    color:#222;
}
.section-9-left-3{
    font-family:'思源黑体';
    font-size: 16px;
    line-height: 1.2;
    color:#444;
    letter-spacing: 3px;
    margin:2% auto 0;
}
.section-9-right{
    padding:0 5%;
    text-align: center;
}
/* section10 */
.section-10-list {
    width:100%;
    margin:2% auto 0;
    padding:0;
}
.section-10-item {
    padding:0 15px;
    text-align: center;
}
.section-10-item-img {
    margin:0 auto 6%;
}
.section-10-item-text {
    display: inline;
    text-align: center;
    margin:1.5% auto;
    font-size: 16px;
    padding:8px 25px;
    border:1px solid #333;
    border-radius: 15px;
}
.section-10-item-text span{
    margin:0 3% 0 0;
    font-weight: bold;
    color:#333;
}
.section-10-item-p {
    margin: 5% auto;
    font-size: 18px;
    line-height: 25px;
    color:#444;
}
.section-10-item-p span{
    font-family: '微软雅黑';
    margin: 0 .5%;
    display: inline-block;
    width:16px;
    height:16px;
    line-height: 25px;
    border-radius: 50%;
}
.color1 {
   background-color: #4fa9d1; 
}
.color2 {
   background-color: #e95098; 
}
.color3 {
   background-color: #727171; 
}
@media (max-width: 1500px) {
    /* .section1 */
    .section1 {
        padding:0;
    }
    .section-1-right {
        padding:0 10%;
    } 
    .section-1-right-1 {
        font-size: 60px;
        color:#fff;
        font-weight: bold;
        line-height: 1;
        text-shadow: 0 0 5px #555;
    } 
    .section-1-right-2 {
        margin:3% 0 0 0;
        font-size: 26px;
        color:#fff;
        letter-spacing: 3px;
        text-shadow: 0 0 5px #555;
    } 
    /* .section2 */ 
    .section2 {
        padding:0 3%;
    }
    .section-2-left {
        padding:1% 10% 0;
    }
    .section-2-left-1 {
    }
    .section-2-left-2 {
        font-family:'思源黑体';
        font-size: 18px;
        line-height: 1.2;
        color:#444;
        margin:2% auto 0;
        text-align: justify;
    }
    .section-2-left-3 {
        font-family:'思源黑体';
        font-size: 16px;
        line-height: 1.2;
        color:#666;
        margin:3% auto 0;
        text-align: justify;
    }
    /* .section3 */ 
    .section3 {
        padding:0 5%;
    }
    .section-3-left {
        padding: 7% 8% 0;
    }
    .section-3-left-1 {
        font-family:'思源黑体';
        font-size: 50px;
        line-height: 1.2;
        color:#333;
        font-weight: bold;
    }
    .section-3-left-2{
        font-family:'思源黑体';
        font-size: 16px;
        line-height: 1.2;
        color:#555;
        margin:2% auto;
    }
    /* .section4 */ 
    .section4 {
        padding:0 5%;
    }
    .section-4-left {
        padding: 15% 3% 0;
    }
    .section-4-left-1 {
        font-family:'思源黑体';
        font-size: 35px;
        line-height: 1.2;
        color:#577cb7;
        margin:0 auto 3%;
        font-weight: bold;
    }
    .section-4-left-2{
        font-family:'思源黑体';
        font-size: 18px;
        line-height: 1.2;
        color:#444;
        margin:1% auto;
    }
    .section-4-left-2 span{
        font-weight: bold;
        color:#222;
    }
    .section-4-left-3{
        font-family:'思源黑体';
        font-size: 14px;
        line-height: 1.2;
        color:#444;
        letter-spacing: 3px;
    }
    .section-4-left-4{
        margin:5% auto 0;
    }
    .section-4-right{
        text-align: right;
    }
    /* .section5 */ 
    .section5 {
        padding:0 5%;
    }
    .section-5-left {
        padding: 0 5% 0;
    }
    .section-5-left-1 {
        font-family:'思源黑体';
        font-size: 40px;
        line-height: 1.2;
        color:#577cb7;
        font-weight: bold;
    }
    .section-5-left-2{
        font-family:'思源黑体';
        font-size: 24px;
        line-height: 1.2;
        color:#444;
        margin:4% auto 0;
    }
    .section-5-left-2 span{
        font-weight: bold;
        color:#222;
    }
    .section-5-left-3{
        font-family:'思源黑体';
        font-size: 16px;
        line-height: 1.2;
        color:#444;
        letter-spacing: 3px;
    }
    .section-5-left-4{
        margin:5% auto 0;
    }
    .section-5-right{
        text-align: right;
    }
    /* .section6 */ 
    .section6 {
        padding:0 5%;
    }
    .section-6-left {
        padding: 15% 5% 0;
    }
    .section-6-left-1 {
        font-family:'思源黑体';
        font-size: 45px;
        line-height: 1.2;
        color:#577cb7;
        font-weight: bold;
    }
    .section-6-left-2{
        font-family:'思源黑体';
        font-size: 26px;
        line-height: 1.2;
        color:#444;
        margin:4% auto 0;
    }
    .section-6-left-2 span{
        font-weight: bold;
        color:#222;
    }
    .section-6-left-3{
        font-family:'思源黑体';
        font-size: 16px;
        line-height: 1.2;
        color:#444;
        letter-spacing: 3px;
        margin:2% auto 0;
    }
    .section-6-right{
        padding:0 5%;
        text-align: center;
    }
    /* .section7 */ 
    .section7 {
        padding:0 5%;
    }
    .section-7-left {
        padding: 2% 8% 0;
    }
    .section-7-left-1 {
        font-family:'思源黑体';
        font-size: 45px;
        line-height: 1.2;
        color:#f27caa;
        font-weight: bold;
    }
    .section-7-left-2{
        font-family:'思源黑体';
        font-size: 26px;
        line-height: 1.2;
        color:#444;
        margin:4% auto 0;
    }
    .section-7-left-2 span{
        font-weight: bold;
        color:#222;
    }
    .section-7-left-3{
        font-family:'思源黑体';
        font-size: 16px;
        line-height: 1.2;
        color:#444;
        letter-spacing: 3px;
        margin:2% auto 0;
    }
    .section-7-right{
        padding:0 10%;
        text-align: center;
    }
    /* .section8 */ 
    .section-8-title {
        width:100%;
        text-align: center;
        font-size: 55px;
        line-height: 1.2;
        color:#577cb7;
        font-weight: bold;
    }
    .section-8-title-little {
        margin:1% auto 0;
        width:100%;
        text-align: center;
        font-size: 20px;
        color:#444;
        letter-spacing: 2px;
    }
    .section-8-img {
        margin:5% auto 0;
        padding:0 15%;
        text-align: center;
    }
    .section-8-img img{
        max-width: 100%;
    }
    .item-4-2-img {
        padding:0 5%;
    }
    /* .section9 */ 
    .section9 {
        padding:0 5%;
    }
    .section-9-left {
        padding: 12% 5% 0;
    }
    .section-9-left-1 {
        font-family:'思源黑体';
        font-size: 45px;
        line-height: 1.2;
        color:#577cb7;
        font-weight: bold;
    }
    .section-9-left-2{
        font-family:'思源黑体';
        font-size: 22px;
        line-height: 1.2;
        color:#444;
        margin:4% auto 0;
    }
    .section-9-left-2 span{
        font-weight: bold;
        color:#222;
    }
    .section-9-left-3{
        font-family:'思源黑体';
        font-size: 14px;
        line-height: 1.2;
        color:#444;
        letter-spacing: 3px;
        margin:2% auto 0;
    }
    .section-9-right{
        padding:0 5%;
        text-align: center;
    }
    /* section10 */
    .section-10-list {
        width:100%;
        margin:2% auto 0;
        padding:0;
    }
    .section-10-item {
        padding:0 15px;
        text-align: center;
    }
    .section-10-item-img {
        margin:0 auto 6%;
    }
    .section-10-item-text {
        display: inline;
        text-align: center;
        margin:1.5% auto;
        font-size: 16px;
        padding:8px 25px;
        border:1px solid #333;
        border-radius: 15px;
    }
    .section-10-item-text span{
        margin:0 3% 0 0;
        font-weight: bold;
        color:#333;
    }
    .section-10-item-p {
        font-family: '微软雅黑';
        margin: 5% auto;
        font-size: 18px;
        line-height: 25px;
        color:#444;
    }
    .section-10-item-p span{
        margin: 0 .5%;
        display: inline-block;
        width:16px;
        height:16px;
        line-height: 25px;
        border-radius: 50%;
    }
    .color1 {
       background-color: #4fa9d1; 
    }
    .color2 {
       background-color: #e95098; 
    }
    .color3 {
       background-color: #727171; 
    }
}
@media (max-width: 760px) {
    /* .section1 */
    .section1 {
        padding:0;
    }
    .section-1-right {
        padding:0 10%;
    } 
    .section-1-right-1 {
        font-size: 40px;
        color:#fff;
        margin:1% auto;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        text-shadow: 0 0 5px #555;
    } 
    .section-1-right-2 {
        margin:3% 0 0 0;
        font-size: 18px;
        color:#fff;
        text-align: center;
        letter-spacing: 3px;
        text-shadow: 0 0 5px #555;
    } 
    /* .section2 */ 
    .section2 {
        padding:0 3%;
    }
    .section-2-left {
        padding:1% 15% 0;
    }
    .section-2-left-1 img{
        max-width: 
    }
    .section-2-left-2 {
        font-family:'思源黑体';
        font-size: 16px;
        line-height: 1.2;
        color:#444;
        margin:2% auto 0;
        text-align: justify;
    }
    .section-2-left-3 {
        display: none;
        font-family:'思源黑体';
        font-size: 16px;
        line-height: 1.2;
        color:#666;
        margin:3% auto 0;
        text-align: justify;
    }
    .section-2-right {
        padding:0 5%;
    }
    /* .section3 */ 
    .section3 {
        padding:0 10%;
    }
    .section-3-left {
        padding: 7% 8% 0;
    }
    .section-3-left-1 {
        font-family:'思源黑体';
        font-size: 50px;
        line-height: 1.2;
        color:#333;
        font-weight: bold;
    }
    .section-3-left-2{
        font-family:'思源黑体';
        font-size: 16px;
        line-height: 1.2;
        color:#555;
        margin:2% auto;
    }
    .section-3-right{
        padding: 0 5%;
    }
    /* .section4 */ 
    .section4 {
        padding:0 5%;
    }
    .section-4-left {
        padding: 15% 3% 0;
    }
    .section-4-left-1 {
        font-family:'思源黑体';
        font-size: 24px;
        line-height: 1.2;
        color:#577cb7;
        margin:0 auto 3%;
        font-weight: bold;
        text-align: center;
    }
    .section-4-left-2{
        font-family:'思源黑体';
        font-size: 15px;
        line-height: 1.2;
        color:#444;
        margin:1% auto;
        text-align: center;      
    }
    .section-4-left-2 span{
        font-weight: bold;
        color:#222;
    }
    .section-4-left-3{
        font-family:'思源黑体';
        font-size: 14px;
        line-height: 1.2;
        color:#444;
        letter-spacing: 3px;
        text-align: center;
    }
    .section-4-left-4{
        margin:5% auto 0;
        text-align: center;
        padding:0 15%;
    }
    .section-4-right{
        text-align: center;
        padding:0 15%;
    }
    /* .section5 */ 
    .section5 {
        padding:0 5%;
    }
    .section-5-left {
        padding: 0 5% 0;
    }
    .section-5-left-1 {
        font-family:'思源黑体';
        font-size: 28px;
        line-height: 1.2;
        color:#577cb7;
        font-weight: bold;
        text-align: center;
        margin:2% auto;
    }
    .section-5-left-2{
        font-family:'思源黑体';
        font-size: 18px;
        line-height: 1.2;
        color:#444;
        margin:4% auto;
        text-align: center;
    }
    .section-5-left-2 span{
        font-weight: bold;
        color:#222;
    }
    .section-5-left-3{
        font-family:'思源黑体';
        font-size: 14px;
        line-height: 1.2;
        color:#444;
        letter-spacing: 3px;
        text-align: center;
    }
    .section-5-left-4{
        margin:5% auto 0;
    }
    .section-5-right{
        text-align: right;
    }
    /* .section6 */ 
    .section6 {
        padding:0 5%;
    }
    .section-6-left {
        padding: 15% 5% 0;
    }
    .section-6-left-1 {
        font-family:'思源黑体';
        font-size: 28px;
        line-height: 1.2;
        color:#577cb7;
        font-weight: bold;
        text-align: center;
    }
    .section-6-left-2{
        font-family:'思源黑体';
        font-size: 18px;
        line-height: 1.2;
        color:#444;
        margin:4% auto 0;
        text-align: center;
    }
    .section-6-left-2 span{
        font-weight: bold;
        color:#222;
    }
    .section-6-left-3{
        font-family:'思源黑体';
        font-size: 14px;
        line-height: 1.2;
        color:#444;
        letter-spacing: 3px;
        margin:2% auto 0;
        text-align: center;
    }
    .section-6-right{
        padding:0 10%;
        text-align: center;
    }
    /* .section7 */ 
    .section7 {
        padding:0 5%;
    }
    .section-7-left {
        padding: 2% 8% 0;
    }
    .section-7-left-1 {
        font-family:'思源黑体';
        font-size: 28px;
        line-height: 1.2;
        color:#f27caa;
        font-weight: bold;
        text-align: center;
    }
    .section-7-left-2{
        font-family:'思源黑体';
        font-size: 22px;
        line-height: 1.2;
        color:#444;
        margin:4% auto 0;
        text-align: center;
    }
    .section-7-left-2 span{
        font-weight: bold;
        color:#222;
    }
    .section-7-left-3{
        font-family:'思源黑体';
        font-size: 14px;
        line-height: 1.2;
        color:#444;
        letter-spacing: 3px;
        margin:2% auto 0;
        text-align: center;
    }
    .section-7-left-4 {
        text-align: center;
    }
    .section-7-right{
        padding:0 10%;
        text-align: center;
    }
    /* .section8 */ 
    .section-8-title {
        width:100%;
        padding:0 10%;
        text-align: center;
        font-size: 35px;
        line-height: 1.2;
        color:#577cb7;
        font-weight: bold;
    }
    .section-8-title-little {
        margin:1% auto 0;
        width:100%;
        padding:0 10%;
        text-align: center;
        font-size: 16px;
        color:#444;
        letter-spacing: 2px;
    }
    .section-8-img {
        margin:5% auto 0;
        padding:0 15%;
        text-align: center;
    }
    .section-8-img img{
        max-width: 100%;
    }
    .item-4-2-img {
        padding:0 5%;
    }
    /* .section9 */ 
    .section9 {
        padding:0 5%;
    }
    .section-9-left {
        padding: 12% 5% 0;
    }
    .section-9-left-1 {
        font-family:'思源黑体';
        font-size: 28px;
        line-height: 1.2;
        color:#577cb7;
        font-weight: bold;
        text-align: center;
    }
    .section-9-left-2{
        font-family:'思源黑体';
        font-size: 18px;
        line-height: 1.2;
        color:#444;
        margin:4% auto 0;
        text-align: center;
    }
    .section-9-left-2 span{
        font-weight: bold;
        color:#222;
    }
    .section-9-left-3{
        font-family:'思源黑体';
        font-size: 13px;
        line-height: 1.2;
        color:#444;
        letter-spacing: 3px;
        margin:2% auto 0;
        text-align: center;
    }
    .section-9-right{
        padding:0 5%;
        margin:3% auto ;
        text-align: center;
    }
    /* section10 */
    .section-10-list {
        width:100%;
        margin:5% auto 0;
        padding:0 10%;
    }
    .section-10-item {
        padding:0 15px;
        text-align: center;
    }
    .section-10-item-img {
        margin:0 auto 6%;
    }    
    .section-10-item-img img{
        max-width: 50%;
    }
    .section-10-item-text {
        display: inline;
        text-align: center;
        margin:1.5% auto;
        font-size: 13px;
        padding:4px 14px;
        border:1px solid #333;
        border-radius: 10px;
    }
    .section-10-item-text span{
        margin:0 3% 0 0;
        font-weight: bold;
        color:#333;
    }
    .section-10-item-p {
        font-family: '微软雅黑';
        margin: 5% auto;
        font-size: 13px;
        line-height: 18px;
        color:#444;
    }
    .section-10-item-p span{
        margin: 0 .5%;
        display: inline-block;
        width:12px;
        height:12px;
        line-height: 18px;
        border-radius: 50%;
    }
    .color1 {
       background-color: #4fa9d1; 
    }
    .color2 {
       background-color: #e95098; 
    }
    .color3 {
       background-color: #727171; 
    }
}