html, body {
    background: #fff
    }
.margin {
    max-width: 1235px;
    width: 100%
    }
#header {
    width: 100%;
    background: #13252D;
    color: #fff
    }
#header .header {
    padding: 19px 0 10px
    }
#header .header a.logo {
    display: block;
    width: 209px;
    height: 71px;
    float: left
    }
#header .header a.logo img {
    display: block;
    width: 100%
    }
#header .header .info {
    float: left;
    font-size: 16px;
    line-height: 21px;
    margin: 25px 0 0 14px
    }
#header .header a.btnRegister {
    float: right;
    display: block;
    width: 216px;
    height: 52px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FF002F;
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 6px
    }
#header .header a.btnRegister1 {
    margin-left: 22px
    }
#header div.nav {
    width: 100%;
    background: #16497B;
    text-align: center
    }
#header div.nav ul.nav {
    float: left;
    vertical-align: middle;
    margin-left: -20px;
    margin-right: 122px
    }
#header div.nav ul.nav li {
    float: left;
    position: relative
    }
#header div.nav ul.nav li a {
    padding: 12px 23px;
    color: #F2C81C;
    font-size: 16px;
    display: block
    }
#header div.nav ul.nav li a:hover {
    color: #003466;
    background: #FC6
    }
#header div.nav ul.nav li ul.dropmenu {
    position: absolute;
    width: 350px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    text-align: left;
    top: 100%;
    left: 0;
    margin: 0;
    display: none;
    z-index: 999
    }
#header div.nav ul.nav li ul.dropmenu.active {
    display: block
    }
#header div.nav ul.nav li ul.dropmenu li {
    width: 100%
    }
#header div.nav ul.nav li ul.dropmenu li a {
    background: #FC6;
    color: #003466;
    padding: 10px 0 10px 30px;
    display: block
    }
#header div.nav ul.nav li ul.dropmenu li a:hover {
    background: #003466;
    color: #FC6
    }
#header div.nav .esen {
    float: left;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    margin: 13px 15px 0;
    width: 101px
    }
#header div.nav .esen a {
    color: #fff
    }
#header div.nav .esen a i {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle
    }
#header div.nav .esen a i img {
    display: block
    }
#header div.nav .search {
    float: left;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    margin: 6px 15px 0 0
    }
#header div.nav .search input {
    float: left;
    width: 148px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    height: 30px;
    vertical-align: middle;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    position: relative;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 2
    }
#header div.nav .search input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
    }
#header div.nav .search a.btnSearch {
    float: left;
    vertical-align: middle;
    display: block;
    padding: 4px 8px 4px 12px;
    background: #fff;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: -4px
    }
#header div.nav .search a.btnSearch:hover {
    background-color: #e6e6e6;
    border-color: #adadad
    }
#header div.nav .search a.btnSearch img {
    display: block;
    width: 20px
    }
#mheader {
    width: 100%;
    display: none
    }
#mheader .header {
    width: 100%;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: #003466;
    font-weight: bold;
    color: #fff
    }
#mheader .header a.btnMenu {
    background: center center no-repeat transparent;
    background-image: url(../img/btn-menu.png);
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 10px
    }
#res-menu {
    display: none
    }
.mm-menu .mm-navbar {
    background: #FC6
    }
.mm-menu .mm-navbar a {
    color: #003466;
    font-size: 14px
    }
.mm-menu .mm-listview > li > a {
    background: #0D4780;
    color: #FC6
    }
.mm-menu .mm-listview .mm-next {
    background: #fc6
    }
#banner {
    width: 100%;
    position: relative
    }
#banner .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%
    }
#banner h4 {
    width: 78vw;
    font-size: 2.5vw;
    line-height: 52px;
    color: #fff;
    position: absolute;
    top: 13vw;
    z-index: 2;
    left: 0;
    right: 0;
    font-weight: bold;
    margin: auto;
    text-align: center
    }
#banner p {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
    width: 62vw;
    position: absolute;
    top: 22.6vw;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
    }
#banner .btns {
    position: absolute;
    bottom: 5vw;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
    }
#banner .btns a {
    display: inline-block;
    width: 216px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 0 1.1vw;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FF002F;
    min-width: 120px
    }
#main {
    background: #fff
    }
#main .section {
    background: #fff
    }
#main .section1 {
    text-align: center;
    padding: 42px 0 37px
    }
#main .section1 h4 {
    font-size: 56px;
    line-height: 74px;
    color: #0E2A67
    }
#main .section1 h4 p {
    font-weight: normal;
    font-size: 50px;
    line-height: 67px
    }
#main .section1 .text {
    font-size: 35px;
    line-height: 54px;
    color: #707070;
    margin: 15px auto 40px;
    width: 1150px;
    text-align: center
    }
#main .section1 a.btn {
    display: inline-block;
    margin: 0 auto 0;
    background: #3E5DC6;
    padding: 17px 32px;
    color: #fff;
    font-size: 18px
    }
#main .section2 {
    background: #005FB1;
    padding: 40px 0;
    text-align: center
    }
#main .section2 .left {
    display: inline-block;
    vertical-align: middle;
    width: 520px;
    text-align: left
    }
#main .section2 .left h4 {
    font-size: 56px;
    line-height: 68px;
    color: #fff
    }
#main .section2 .left h5 {
    font-size: 45px;
    line-height: 60px;
    color: #FCC900;
    margin: 36px 0 34px
    }
#main .section2 .left h6 {
    font-size: 18px;
    line-height: 24px;
    color: #FCC900;
    padding: 12px 13px;
    border: 1px solid #FCC900;
    font-weight: normal;
    width: 380px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center
    }
#main .section2 .video {
    display: inline-block;
    width: 665px;
    vertical-align: middle;
    height: 401px;
    background-color: #000
    }
#main .section3 {
    padding: 47px 0 0
    }
#main .section3 h4 {
    width: 1194px;
    letter-spacing: 1.58px;
    font-size: 45px;
    line-height: 60px;
    color: #0E2A67;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 65px
    }
#main .section3 ul.img1s {
    width: 1194px;
    margin: 0 auto
    }
#main .section3 ul.img1s li {
    width: 195px;
    height: 195px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background: #000;
    overflow: hidden;
    margin: 0 22px 50px
    }
#main .section3 ul.img1s li a {
    display: block;
    width: 100%;
    height: 100%
    }
#main .section3 ul.img1s li a img {
    display: block;
    width: 100%;
    height: 100%
    }
#main .section3 ul.img1s li:first-child {
    margin-left: 12.5px
    }
#main .section3 ul.img1s li:last-child {
    margin-right: 12.5px
    }
#main .section3 ul.texts {
    max-width: 1194px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
#main .section3 ul.texts li {
    font-size: 32px;
    line-height: 54px;
    color: #707070;
    display: inline-block;
    margin-bottom: 11px;
    list-style: disc
    }
#main .section3 ul.texts li:first-child {
    margin-right: 354px
    }
#main .section3 ul.texts li:nth-child(3) {
    margin-right: 170px
    }
#main .section3 ul.text {
    max-width: 1194px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
#main .section3 ul.text li {
    font-size: 32px;
    line-height: 54px;
    color: #707070;
    display: inline-block;
    margin-bottom: 11px;
    list-style: disc
    }
#main .section3 ul.text li:first-child {
    margin-right: 354px
    }
#main .section3 ul.text li:nth-child(3) {
    margin-right: 268px
    }
#main .section3 h6 {
    font-size: 18px;
    line-height: 24px;
    color: #003466;
    margin-bottom: 25px;
    margin-left: 20px
    }
#main .section3 .box {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1200px
    }
#main .section3 .box div.img2s {
    width: 100%;
    overflow: hidden;
    margin: 0 auto
    }
#main .section3 .box div.img2s ul.img2s {
    width: 6870px;
    font-size: 0;
    margin-left: 0
    }
#main .section3 .box div.img2s ul.img2s li {
    display: inline-block;
    vertical-align: middle;
    width: 180px
    }
#main .section3 .box div.img2s ul.img2s li a {
    display: block
    }
#main .section3 .box div.img2s ul.img2s li a img {
    margin: 0 auto;
    display: block;
    max-width: 150px
    }
#main .section3 .box a.btn {
    display: block;
    position: absolute;
    width: 7px;
    height: 12px;
    top: 50%;
    margin-top: -6px
    }
#main .section3 .box a.btn img {
    display: block
    }
#main .section3 .box a.btnLeft {
    left: -10px;
    transform: rotate(180deg)
    }
#main .section3 .box a.btnRight {
    right: -10px
    }
#main .section3 .bx-wrapper {
    max-width: 100% !important;
    position: relative
    }
#main .section3 .bx-wrapper .bx-pager {
    display: none
    }
#main .section3 .bx-wrapper a.bx-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/btnRight.png) no-repeat center;
    width: 6px;
    height: 12px;
    color: transparent;
    transform: rotate(180deg)
    }
#main .section3 .bx-wrapper a.bx-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/btnRight.png) no-repeat center;
    width: 6px;
    height: 12px;
    color: transparent
    }
#main .section4 {
    background: #005FB1;
    padding: 26px 0 49px 0
    }
#main .section4 .margin {
    width: 1162px
    }
#main .section4 .margin .left {
    width: 346px;
    float: left
    }
#main .section4 .margin .left h4 {
    font-size: 45px;
    line-height: 60px;
    color: #fff
    }
#main .section4 .margin .left .d1 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 50px 18px 50px;
    background: #FDCE2E;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 29px 0 17px
    }
#main .section4 .margin .left .d1 p {
    color: #4D3567;
    font-size: 18px;
    margin: 0 0 14px;
    line-height: 24px;
    font-weight: bold
    }
#main .section4 .margin .left .d1 input {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 18px;
    font-size: 16px
    }
#main .section4 .margin .left .d1 .sign {
    display: block;
    width: 54px;
    height: 32px;
    border: none;
    background: #A2A2A2;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    float: right;
    margin-top: 18px
    }
#main .section4 .margin .left img {
    display: block;
    width: 100%;
    max-height: 205px
    }
#main .section4 .margin .right {
    width: 744px;
    float: left;
    border-left: 1px dashed #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 74px;
    margin-left: 72px
    }
#main .section4 .margin .right h4 {
    font-size: 45px;
    line-height: 60px;
    color: #fff
    }
#main .section4 .margin .right a.d1 {
    display: block;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #CECECE
    }
#main .section4 .margin .right a.d1 .text {
    font-size: 14px;
    width: 518px;
    line-height: 19px;
    color: #fff;
    margin: 4px 0;
    font-weight: bold
    }
#main .section4 .margin .right a.d1 span {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #fff
    }
#main .section4 .margin .right .d1:last-child {
    border-bottom: none
    }
#main .section4 .margin .right .page {
    font-size: 14px;
    color: #fff;
    margin: 10px 0 26px;
    line-height: 19px
    }
#main .section4 .margin .right .page li {
    margin-right: 14px;
    float: left
    }
#main .section4 .margin .right .share {
    font-size: 14px;
    color: #fff
    }
#main .section4 .margin .right .share a {
    margin-right: 17px;
    vertical-align: middle;
    display: inline-block
    }
#main .section4 .margin .right .share span {
    vertical-align: middle;
    display: inline-block
    }
#main .events {
    width: 100%;
    max-width: 1134px;
    margin: 0 auto 0
    }
#main .events h4 {
    font-size: 45px;
    line-height: 60px;
    margin: 53px 0 31px
    }
#main .events ul {
    width: 100%
    }
#main .events ul li {
    width: 100%;
    padding: 38px 0 30px;
    border-bottom: 1px dashed #013567
    }
#main .events ul li a {
    display: block;
    width: 100%
    }
#main .events ul li a .left {
    float: left;
    width: 21%
    }
#main .events ul li a .left img {
    display: block;
    width: 100%
    }
#main .events ul li a .right {
    float: right;
    width: 76%
    }
#main .events ul li a .right h5 {
    font-size: 21px;
    color: #363839;
    line-height: 27px;
    margin-bottom: 8px;
    text-align: left
    }
#main .events ul li a .right p {
    font-size: 18px;
    line-height: 24px;
    color: #363839
    }
#main .events ul li:nth-child(4) {
    border-bottom: none;
    padding-bottom: 0
    }
#main .events ul li.last {
    padding: 0 0 46px 0;
    text-align: right;
    border: none
    }
#main .events ul li.last a {
    font-size: 18px;
    line-height: 24px;
    color: #003466;
    display: block;
    font-weight: bold
    }
#main .section5 {
    padding-bottom: 105px
    }
#main .section5 .orga {
    width: 100%;
    margin-top: 30px
    }
#main .section5 .orga h4 {
    font-weight: normal;
    font-size: 40px;
    color: #003466;
    line-height: 54px;
    margin-bottom: 20px
    }
#main .section5 .orga h4 img {
    display: block;
    width: 100%
    }
#main .section5 .orga .section {
    margin-bottom: 20px
    }
#main .section5 .orga .section h6 {
    font-size: 18px;
    line-height: 22px;
    color: #003466
    }
#main .section5 .orga .section h6 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 22px
    }
#main .section5 .orga .section h6 span {
    display: inline-block;
    vertical-align: middle
    }
#main .section5 .orga .section a {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px
    }
#main .section5 .orga .section a img {
    display: inline-block;
    max-width: 200px
    }
#footer {
    width: 100%;
    background: #005FB1;
    padding: 15px 0 10px 0;
    text-align: center
    }
#footer .margin {
    background: #005FB1;
    font-size: 14px;
    color: #043C6D
    }
#footer .margin a {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle
    }
#footer .margin span {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle
    }
@media only screen and (max-width: 1235px) {
    #header .header {
        padding: 1.5vw 1.8vw 0.8vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
        }
    #header .header a.logo {
        width: 16.9vw;
        height: auto
        }
    #header .header .info {
        font-size: 1.2vw;
        line-height: 1.7vw;
        margin: 2vw 0 0 1.1vw
        }
    #header .header a.btnRegister {
        width: 17.48vw;
        font-size: 1.4vw
        }
    #header .header a.btnRegister1 {
        margin-left: 1.7vw
        }
    #header div.nav ul.nav {
        margin-right: 9.8vw;
        margin-left: 0
        }
    #header div.nav ul.nav li a {
        font-size: 1.2vw;
        padding: 0.9vw 1.8vw
        }
    #header div.nav ul.nav li ul.dropmenu {
        width: 28.3vw;
        margin: 0 0 0
        }
    #header div.nav ul.nav li ul.dropmenu li a {
        padding: 0.8vw 0 0.8vw 2.4vw
        }
    #header div.nav .esen {
        margin: 1vw 1.2vw 0
        }
    #header div.nav .search {
        margin: 0.4vw 0.1vw 0 0;
        height: 2.4vw
        }
    #header div.nav .search input {
        width: 11vw;
        padding: 0.4vw 0.9vw;
        font-size: 1.1vw;
        height: 2.4vw;
        line-height: 2.4vw
        }
    #header div.nav .search a.btnSearch {
        padding: 0.32vw 0.64vw 0.32vw 0.97vw;
        margin-left: -0.32vw;
        height: 2.4vw
        }
    #header div.nav .search a.btnSearch img {
        width: 1.6vw
        }
    #main .section1 {
        padding: 3.4vw 0 2.9vw
        }
    #main .section1 h4 {
        font-size: 4.5vw;
        line-height: 5.9vw
        }
    #main .section1 h4 p {
        font-size: 4vw;
        line-height: 5.4vw
        }
    #main .section1 .text {
        font-size: 2.8vw;
        line-height: 4.3vw;
        margin: 1.2vw auto 3.2vw;
        width: 93vw
        }
    #main .section2 .left {
        width: 42vw
        }
    #main .section2 .left h4 {
        font-size: 4.5vw;
        line-height: 5.5vw
        }
    #main .section2 .left h5 {
        font-size: 3.6vw;
        line-height: 4.8vw;
        margin: 2.9vw 0 2.7vw
        }
    #main .section2 .left h6 {
        font-size: 1.4vw;
        line-height: 1.9vw;
        padding: 0.9vw 1vw;
        width: 30vw;
        min-width: 200px
        }
    #main .section2 .video {
        width: 50vw;
        height: 32vw
        }
    #main .section3 h4 {
        font-size: 3.6vw;
        line-height: 4.8vw;
        margin-bottom: 5.2vw;
        width: 96vw
        }
    #main .section3 ul.img1s {
        width: 96vw;
        text-align: center
        }
    #main .section3 ul.img1s li {
        width: 15.7vw;
        height: 15.7vw;
        margin: 0 0.8vw 4vw;
        min-width: 100px;
        min-height: 100px
        }
    #main .section3 ul.texts {
        width: 96vw
        }
    #main .section3 ul.texts li {
        font-size: 2.5vw;
        line-height: 4.3vw;
        margin-bottom: 0.89vw
        }
    #main .section3 ul.texts li:first-child {
        margin-right: 28vw
        }
    #main .section3 ul.texts li:nth-child(3) {
        margin-right: 21vw
        }
    #main .section3 .events {
        width: 91.8vw
        }
    #main .section3 .events h4 {
        padding: 4.2vw 0 2.5vw;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
        }
    #main .section3 .events ul li {
        padding: 3vw 0 2.4vw
        }
    #main .section3 .events ul li a .right h5 {
        margin-bottom: 0.6vw
        }
    #main .section3 .events ul li:nth-child(4) {
        padding-bottom: 0
        }
    #main .section3 .events ul li.last {
        padding: 0 0 3.7vw 0
        }
    #main .section3 .events ul li.last a {
        font-size: 1.4vw;
        line-height: 1.9vw
        }
    #main .section4 {
        padding: 2.1vw 0 3.9vw 0
        }
    #main .section4 .margin {
        width: 94vw
        }
    #main .section4 .margin .left {
        width: 28vw
        }
    #main .section4 .margin .left h4 {
        font-size: 3.6vw;
        line-height: 4.8vw
        }
    #main .section4 .margin .left .d1 {
        padding: 1.4vw 4vw 1.4vw 4vw;
        margin: 2.3vw 0 1.3vw
        }
    #main .section4 .margin .left .d1 p {
        margin: 0 0 1.1vw
        }
    #main .section4 .margin .left .d1 input {
        padding: 0.5vw 1.4vw;
        font-size: 1.2vw
        }
    #main .section4 .margin .left .d1 a.btnSubmit {
        width: 4.3vw;
        height: 2.5vw;
        line-height: 2.5vw;
        margin-top: 1.4vw;
        min-width: 40px
        }
    #main .section4 .margin .left img {
        max-height: 16.5vw
        }
    #main .section4 .margin .right {
        width: 60vw;
        padding-left: 5.9vw;
        margin-left: 5.8vw
        }
    #main .section4 .margin .right h4 {
        font-size: 3.6vw;
        line-height: 4.8vw
        }
    #main .section4 .margin .right a.d1 {
        padding-bottom: 0.8vw
        }
    #main .section4 .margin .right a.d1 .text {
        width: 41vw;
        margin: 0.32vw 0
        }
    #main .section4 .margin .right .page {
        margin: 0.9vw 0 2.1vw
        }
    #main .section4 .margin .right .page li {
        margin-right: 1.1vw
        }
    #main .section4 .margin .right .share a {
        margin-right: 1.3vw
        }
    #main .section5 {
        width: 94vw
        }
    }
@media only screen and (max-width: 900px) {
    #header {
        display: none
        }
    #mheader {
        display: block
        }
    #res-menu {
        display: block
        }
    #banner .swiper-button-next, #banner .swiper-button-prev {
        width: 13.5px;
        height: 22px;
        margin-top: -11px;
        -moz-background-size: 13.5px 22px;
        -webkit-background-size: 13.5px 22px;
        background-size: 13.5px 22px
        }
    #banner .swiper-pagination {
        bottom: 0
        }
    #banner h4 {
        width: 100%;
        padding: 0 25px;
        top: 12vw;
        font-size: 4vw;
        font-weight: bold;
        line-height: 5vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
        }
    #banner p {
        top: 24vw;
        width: 71vw;
        line-height: 3.5vw;
        font-size: 2.5vw
        }
    #banner .btns a {
        height: 25px;
        line-height: 25px;
        font-size: 12px
        }
    }
@media only screen and (max-width: 600px) {
    #main .section1 h4 {
        font-size: 30px;
        line-height: 36px
        }
    #main .section1 .text {
        font-size: 20px;
        line-height: 28px
        }
    #main .section3 h4 {
        font-size: 30px
        }
    #main .section3 h5 {
        font-size: 20px;
        line-height: 28px
        }
    #main .section3 ul.img1s li:first-child {
        margin: 0 auto 4vw
        }
    #main .section3 ul.img1s li:last-child {
        margin: 0 auto 4vw
        }
    #main .section3 ul.img1s li {
        width: 25vw;
        height: 25vw;
        display: block;
        margin: 0 auto 4vw
        }
    #main .section3 ul.texts {
        width: 91.8vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        margin: 0 auto 0
        }
    #main .section3 ul.texts li {
        display: block;
        float: none
        }
    #main .section3 ul.texts li:first-child {
        margin-right: 0
        }
    #main .section3 ul.texts li:nth-child(3) {
        margin-right: 0
        }
    #main .section4 .margin .left {
        float: none;
        width: 100%;
        margin-bottom: 2.2vw
        }
    #main .section4 .margin .left h4 {
        font-size: 5.8vw
        }
    #main .section4 .margin .left .d1 {
        padding: 2.9vw 7vw 2.9vw 7vw;
        margin: 3.7vw 0 2.2vw
        }
    #main .section4 .margin .left .d1 p {
        font-size: 2.3vw;
        line-height: 3.1vw
        }
    #main .section4 .margin .left .d1 input {
        padding: 0.9vw 2.3vw;
        font-size: 2vw
        }
    #main .section4 .margin .left .d1 a.btnSubmit {
        width: 7vw;
        height: 2.8vw;
        line-height: 2.8vw;
        margin-top: 2.3vw
        }
    #main .section4 .margin .left img {
        max-height: 26.5vw
        }
    #main .section4 .margin .right {
        float: none;
        width: 100%;
        border-left: none;
        margin-left: 0;
        padding: 0
        }
    #main .section4 .margin .right h4 {
        font-size: 5.8vw
        }
    #main .section4 .margin .right a.d1 {
        padding-bottom: 1.3vw
        }
    #main .section4 .margin .right a.d1 .text {
        width: 67vw;
        color: #fff;
        margin: 0.5vw 0
        }
    #main .section4 .margin .right .page {
        color: #fff;
        margin: 1.3vw 0 2.6vw
        }
    #main .section4 .margin .right .page li {
        margin-right: 1.8vw
        }
    #main .events {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px
        }
    #main .events h4 {
        font-size: 9vw;
        line-height: 12vw
        }
    #main .events ul li a .left {
        display: none
        }
    #main .events ul li a .right {
        width: 100%
        }
    }
@media only screen and (max-width: 500px) {
    #banner h4 {
        top: 6vw
        }
    #banner p {
        top: 20vw
        }
    #main .section1 h4 p {
        font-size: 16px;
        line-height: 30px
        }
    #main .section2 .left {
        display: block;
        margin: 0 auto 20px;
        width: 93vw
        }
    #main .section2 .left h4 {
        font-size: 11.2vw;
        line-height: 13.6vw
        }
    #main .section2 .left h5 {
        font-size: 9vw;
        line-height: 12vw
        }
    #main .section2 .left h6 {
        font-size: 3.6vw;
        line-height: 4.8vw;
        padding: 2.4vw;
        width: 76vw
        }
    #main .section2 .video {
        display: block;
        margin: 0 auto;
        width: 93vw;
        height: 55vw
        }
    #main .section3 h4 {
        font-size: 5.8vw
        }
    #main .section3 h5 {
        font-size: 20px;
        line-height: 28px
        }
    #main .section3 .events {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px
        }
    #main .section3 .events h4 {
        font-size: 9vw;
        line-height: 12vw
        }
    #main .section3 .events ul li a .left {
        display: none
        }
    #main .section3 .events ul li a .right {
        width: 100%
        }
    #main .section3 .events ul li a .right h5 {
        font-size: 16px;
        line-height: 20px
        }
    #main .section3 .events ul li a .right p {
        font-size: 12px;
        line-height: 20px
        }
    #main .section3 .events ul li.last {
        margin-top: 10px
        }
    #main .section3 .events ul li.last a {
        font-size: 12px
        }
    #main .section4 .margin .left {
        margin-bottom: 10px
        }
    #main .section4 .margin .left h4 {
        font-size: 5.8vw
        }
    #main .section4 .margin .left .d1 {
        padding: 2.9vw 7vw 2.9vw 7vw;
        margin: 3.7vw 0 2.2vw
        }
    #main .section4 .margin .left .d1 p {
        font-size: 2.3vw;
        line-height: 3.1vw
        }
    #main .section4 .margin .left .d1 input {
        padding: 0.9vw 2.3vw;
        font-size: 2vw
        }
    #main .section4 .margin .left .d1 a.btnSubmit {
        height: 15px;
        line-height: 15px
        }
    #main .section4 .margin .left img {
        max-height: 26.5vw
        }
    #main .section4 .margin .right {
        float: none;
        width: 100%;
        border-left: none;
        margin-left: 0;
        padding: 0
        }
    #main .section4 .margin .right h4 {
        font-size: 5.8vw
        }
    #main .section4 .margin .right a.d1 {
        padding-bottom: 10px
        }
    #main .section4 .margin .right a.d1 .text {
        line-height: 14px;
        width: 100%;
        margin: 10px 0
        }
    #main .section4 .margin .right .page {
        margin: 10px 0
        }
    #main .section4 .margin .right .page li {
        margin-right: 1.8vw
        }
    }