@font-face {
    font-family: HYZhuZiTongNianTiW;
    src: url('font/HYZhuZiTongNianTiW.eot');
    src: url('font/HYZhuZiTongNianTiW.eot#iefix') format("embedded-opentype"),
         url('font/HYZhuZiTongNianTiW.woff') format("woff"),
         url('font/HYZhuZiTongNianTiW.ttf') format("truetype"),
         url('font/HYZhuZiTongNianTiW.svg') format("svg");
    font-weight:normal;
    font-style:normal;
}

a, img, li {
    display: block;
    outline: none;
}
a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #ccc;
}

.f1 a:hover {
    color: #5c517b;
}


@media screen and (max-width:1200px) {
    a {
        font-size: 13px;
    }
}

@media screen and (max-width:640px) {
    a {
        font-size: 13px;
    }
}

body, div, html, ul {
    margin: 0;
    padding: 0;
}
body {
    background: #dee7c8;
    color: #fff;
    font: 16px 'Microsoft Yahei', '黑体', Arial, 'Sans-serif', Helvetica;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}
@media screen and (max-width:1200px) {
    body {
        overflow-x: hidden;
    }
}
h1 {
    font-family: HYZhuZiTongNianTiW;
    margin: 0;
}
h1 {
    font-size: 38px;
    margin: 0 15px;
}
@media screen and (max-width:640px) {
    h1 {
        margin: 0 10px;
    }
}

img {
    border: none;
}

@media screen and (max-width:1200px) {
    img {
        max-width: 100%;
        height: auto;
    }

}

ul {
    list-style: none;
}

.clear:after {
    display: block;
    clear: both;
    content: ' ';
}
.row {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    width: 100%;
}
@media screen and (max-width: 640px) {
    .row {
        width: 100%;
    }
}
.row:after, .row:before {
    content: '';
    display: table;
}
.btn {
    background-color: #fcec8d;
    border-radius: 10px;
    color: #333 !important;
    -moz-box-shadow: 2px 2px #fec774;
    box-shadow: 2px 2px #fec774;
    width: 100px;
    line-height: 32px;
    text-align: center;
    margin: 0 15px;
}
@media screen and (max-width:640px) {
    .btn {
        margin: 0 10px;
    }
}
.btn:hover {
    color: #333;
    -moz-box-shadow: 2px 4px #fec774;
    box-shadow: 2px 4px #fec774;
}
.col {
    *display: inline;
    *zoom: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}
.col-l, .col-r {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}
.col-l {
    float: left;
    padding-left: 30px;
}
.col-r {
    float: right;
    padding-right: 30px;
}
@media screen and (max-width:980px) {
    .col {
        padding: 0 30px;
    }
    .col-l {
        padding-right: 30px;
        padding-left: 30px;
    }
    .col-r {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media screen and (max-width:640px) {
    .col {
        padding: 0;
    }
    .col-l {
        float: none;
        padding-right: 10px;
        padding-left: 10px;
    }
    .col-r {
        float: none;
        padding-right: 10px;
        padding-left: 10px;
    }
}
.f1,
.f1 a {
    color: #856d7a;
}
.pt15 {
    padding-top: 15px;
}
.pt30 {
    padding-top: 30px;
}
.pt45 {
    padding-top: 45px;
}
.mt30 {
    margin-top: 30px;
}

.header {
    background: #ffb969 url('img/header.jpg') center bottom no-repeat;
    background-size: auto 100%;
    height: 243px;
    width: 100%;
}
@media screen and (max-width:1200px) {
    .header {
        background-size: auto 153px;
        height: 153px;
    }
}
@media screen and (max-width:640px) {
    .header {
        background-size: auto 80px;
        min-width: 0;
        height: 80px;
    }
}
.banner {
    background: #ffb969 url('img/banner.jpg') center top no-repeat;
    background-size: auto 100%;
    height: 957px;
    width: 100%;
}
@media screen and (max-width:1200px) {
    .banner {
        background-size: auto 600px;
        height: 600px;
    }
}
@media screen and (max-width:640px) {
    .banner {
        background-size: auto 315px;
        min-width: 0;
        height: 315px;
    }
}

@-webkit-keyframes bounce-down {
    25% {-webkit-transform: translateY(-10px);}
    50%, 100% {-webkit-transform: translateY(0);}
    75% {-webkit-transform: translateY(10px);}
}

@keyframes bounce-down {
    25% {transform: translateY(-10px);}
    50%, 100% {transform: translateY(0);}
    75% {transform: translateY(10px);}
}
.magic {
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -70px;
    z-index: 1;
}
@media screen and (max-width:1200px) {
    .magic {
        width: 90px;
        margin-left: -45px;
        top: 10px;
    }
}
@media screen and (max-width:640px) {
    .magic {
        width: 60px;
        margin-left: -30px;
        top: 0;
    }
}
.magic:hover {
    -webkit-animation: none;
    animation: none;
}
.magic_popup {
    border: 5px solid #001c1f;
    border-radius: 100%;
    height: 500px;
    width: 500px;
    position: absolute;
    top: -150px;
    left: 50%;
    margin-left: -250px;
    z-index: 2;
}
.magic_popup_bg {
    background: #000000 url('img/pattern.jpg') repeat;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    filter: alpha(opacity:80);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
@media screen and (max-width:640px) {
    .magic_popup {
        border-radius: 10px;
        top: -50px;
        left: 50%;
        margin-left: -150px;
        font-size: 13px;
        width: 300px;
        height: 450px;
    }
    .magic_popup_bg {
        border-radius: 0;
        width: 100%;
    }
}
.magic_popup_con {
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 4;
}
.magic_popup_close {
    background: #001c1f;
    border: 5px solid #001c1f;
    border-radius: 10px;
    display: none;
    position:absolute;
    top: -50px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    line-height: 28px;
    height: 28px;
    text-align:center;
    color: #fff;
    z-index: 5;
}
.magic_popup_scroll {
    height: 245px;
    overflow-y: hidden;
}
.magic_popup_con .btn {
    margin: 15px auto 0;
}
.nav {
    width: 100px;
    height: 75px;
    position: absolute;
    z-index: 1;
}

@media screen and (max-width:1200px) {
    .nav {
        display: none;
    }
}
@media screen and (max-width:640px) {
    .nav {
        display: none;
    }
}
.nav1 {
    top: 325px;
    left: 135px;
}
.nav2 {
    top: 465px;
    left: 480px;
}
.nav3 {
    top: 370px;
    left: 625px;
}
.nav4 {
    top: 335px;
    left: 740px;
}
.nav5 {
    top: 405px;
    left: 970px;
}
.bg1 {
    background: #dee7c8;
}
.s1 {
    position: relative;
    width: 100%;
}
.s1_img {
    margin: -100px 100px 0;
}
.s1 section {
    display: none;
    position: absolute;
    top: 0;
    left: 475px;
}
.s1 section .col {
    width: 300px;
    padding-left: 20px;
    padding-right: 0;
}
@media screen and (max-width:1200px) {
    .s1_img {
        margin: 0 25px 0;
        width: 200px;
    }
    .s1 .slider {
        height: 320px;
    }
    .s1 section {
        left: 30%;
    }
    .s1 section .col {
        width: 280px;
        padding-left: 15px;
    }
}
@media screen and (max-width:980px) {
    .s1_img {
        margin: 100px 50px 50px;
        width: 200px;
    }
    .s1 .slider {
        height: 487px;
    }
    .s1 section {
        left: 30%;
        text-align: center;
    }
    .s1 section .col {
        width: 100%;
        padding-left: 15px;
    }
    .s1 section .btn {
        margin: 30px auto;
        position: absolute;
        left: 50%;
        margin-left: -50px;
    }
}
@media screen and (max-width:640px) {
    .s1_img {
        margin: -50px auto;
        width: 150px;
    }
    .s1 .slider {
        height: 650px;
    }
    .s1 section {
        left: 0;
        top: 180px;
        height: 650px;
        width: 100%;
        text-align: center;
    }
    .s1 section .col {
        width: 100%;
        padding: 0;
    }
    .s1 section .btn {
        margin: 30px auto;
        position: absolute;
        left: 50%;
        margin-left: -50px;
    }
}
.s1 .first {
    display: block;
}
.s1 .slider-nav {
    text-align: center;
    line-height: 30px;
    position: relative;
    background-position: 0 0;
}
.s1 .slider-nav .point {
    background: #856d7a;
    border: 1px solid #856d7a;
    border-radius: 100%;
    *display: inline;
    *zoom: 1;
    display: inline-block;
    opacity: 0.6;
    height: 15px;
    width: 15px;
    margin: 0 20px;
}
.s1 .slider-nav .selected {
    opacity: 1;
    height: 18px;
    width: 18px;
}
.s1 .slider-prev, .s1 .slider-next {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    z-index: 999;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -ms-transition: all 0.3s ease-out;  /* IE10? */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    transition: all 0.3s ease-out;
    display: none;
}
.s1 .slider-prev {
    background: url('img/btnleft.png') center no-repeat;
    background-size: 100%;
    background-position: 0 0;
    left: 10px;
}
.s1 .slider-next {
    background: url('img/btnright.png') center no-repeat;
    background-size: 100%;
    background-position: 0 0;
    right: 10px;
}
.s1 .slider-prev:hover, .s1 .slider-next:hover {
    opacity: 1;
}
@media screen and (max-width:1200px) {
    .s1 .slider-prev, .s1 .slider-next {
        width: 42px;
        height: 42px;
        display: block;
    }
}
@media screen and (max-width:640px) {
    .s1 .slider-prev, .s1 .slider-next {
        width: 36px;
        height: 36px;
    }
}
.s2 {
    background: #4d6a6b url('img/s2.jpg') top center no-repeat;
    margin-top: -180px;
    padding-top: 300px;
    padding-bottom: 100px;
}
.s2 h1 {
    padding-top: 45px;
}
@media screen and (max-width:1200px) {
    .s2 {
        background-size: 100% auto;
        margin-top: -50px;
        padding-top: 120px;
        padding-bottom: 15px;
    }
    .s2 .col-l {
        padding-left: 0;
        margin-left: 3%;
    }
}
@media screen and (max-width:980px) {
    .s2 {
        background-size: 100% auto;
        margin-top: -50px;
        padding-top: 50px;
        padding-bottom: 15px;
    }
    .s2 .col-l {
        float: none;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .s2 h1 {
        padding-top: 0;
    }
    .s2 .btn {
        margin: 30px auto;
    }
}
@media screen and (max-width:640px) {
    .s2 {
        background-size: 100% auto;
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    .s2 .col {
        width: 100%;
    }
}
.imageflow {
    width: 560px;
    overflow: hidden;
    position: relative;
    text-align: left;
    visibility: hidden;
}
@media screen and (max-width:1200px) {
    .imageflow {
        width: 380px;
        margin-top: 30px;
    }
}
@media screen and (max-width:980px) {
    .imageflow {
        width: 380px;
        text-align: center;
        margin: 0 auto;
    }
}
@media screen and (max-width:640px) {
    .imageflow {
        width: 240px;
        text-align: center;
        margin: 0 auto;
    }
}
.imageflow .anchor {
    -webkit-box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, 0.1);
    box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, 0.1);
    border: none;
    position: absolute;
    visibility: hidden;
    -ms-interpolation-mode:bicubic;
}
.imageflow p {
    margin: 0 auto;
    text-align: center
}
.imageflow .loading {
    border: 1px solid #ccc;
    height: 15px;
    left: 50%;
    margin-left: -106px;
    padding: 5px;
    position: relative;
    visibility: visible;
    width: 200px;
}
.imageflow .loading_bar {
    background: #ccc;
    height: 15px;
    visibility: visible;
    width: 1%;
}
.imageflow .images {
    overflow: hidden;
    white-space: nowrap
}
.s2 .anchor_Dem {
    background: url('img/s2_Dem.png') center no-repeat;
    top: 0;
    left: 10px;
}
.s2 .anchor_Nov {
    background: url('img/s2_Nov.png') center no-repeat;
    top: 30px;
    left: 80px;
}
.s2 .anchor_Oct {
    background: url('img/s2_Oct.png') center no-repeat;
    top: 60px;
    left: 150px;
}
.s2 .anchor_Sep {
    background: url('img/s2_Sep.png') center no-repeat;
    top: 90px;
    left: 220px;
}
.s3 {
    padding-top: 60px;
}
.s3_img {
    margin: -100px 100px 0 50px;
}
@media screen and (max-width:1200px) {
    .s3_img {
        margin: -80px 10% 0;
    }
    .s3_img img {
        width: 240px;
    }
    .img-r, .img-l {
        width: 350px;
    }
}
@media screen and (max-width:980px) {
    .s3 {
        text-align: center;
    }
    .s3 .col-l {
        float: none !important;
    }
    .s3 .col-r {
        float: none !important;
    }
    .s3_img {
        margin: -100px auto 0;
    }
    .s3_img img {
        margin: 0 auto;
    }
    .img-r, .img-l {
        display: none;
    }
}
@media screen and (max-width:680px) {
    .s3 .col {
        width: 100%;
    }
}
.w {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}
@media screen and (max-width:980px) {
    .w {
        min-width: 0;
        text-align: center;
    }
    .w .btn {
        margin: 30px auto;
    }
    .w .col-l {
        float: none !important;
    }
    .w .col-r {
        float: none !important;
    }
}
@media screen and (max-width:680px) {
    .w .col {
        width: 100%;
    }
}
.w1 {
    background: #ff947d;
}
.w2 {
    background: #ffbb68;
}
.w3 {
    background: #ff5a37;
}
.w4 {
    background: #5579a9;
}
.w5 {
    background: #e0ebfe;
}
.w6 {
    background: #83c3be;
}

.wbg1, .wbg2, .wbg3, .wbg4, .wbg5, .wbg6 {
    width: 45%;
    height: 23px;
    position: absolute;
    top: -23px;
}
.wbg1,.wbg3, .wbg5 {
    left: 0;
}
.wbg2, .wbg4, .wbg6 {
    right: 0;
}
.wbg1 {
    background: url('img/bg1.png') bottom right repeat-x;
}
.wbg2 {
    background: url('img/bg2.png') bottom left repeat-x;
}
.wbg3 {
    background: url('img/bg3.png') bottom right repeat-x;
}
.wbg4 {
    background: url('img/bg4.png') bottom left repeat-x;
}
.wbg5 {
    background: url('img/bg5.png') bottom right repeat-x;
}
.wbg6 {
    background: url('img/bg6.png') bottom left repeat-x;
}
.foot {
    background: #4d6a6b url('img/s2.jpg') top center no-repeat;
    margin-top: -240px;
    padding-top: 300px;
    padding-bottom: 100px;
    font-size: 12px !important;
    text-align: center;
}
@media screen and (max-width:1200px) {
    .foot {
        background-size: 100% auto;
        margin-top: -100px;
        padding-top: 180px;
        padding-bottom: 100px;
        font-size: 12px !important;
    }
}
@media screen and (max-width:980px) {
    .foot {
        background-size: 100% auto;
        margin-top: -50px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media screen and (max-width:640px) {
    .foot {
        background-size: 100% auto;
        margin-top: -20px;
        padding-top: 100px;
        padding-bottom: 130px;
        font-size: 12px !important;
    }
}
.foot .col {
    padding: 0;
}
.naver {
    background: #fcec8d url('img/robothead.gif') center right no-repeat;
    background-size: auto 100%;
    border-radius: 20px;
    -moz-box-shadow: 2px 3px #fec774;
    box-shadow: 2px 3px #fec774;
    padding: 15px 100px 15px 15px;
    position: fixed;
    bottom: 10px;
    right: 50%;
    margin-right: -400px;
    width: 800px;
    z-index: 100;
}
.naver_li {
    *display: inline;
    *zoom: 1;
    display: inline-block;
    border-right: 1px solid #856d7a;
    color: #333;
    font-size: 20px;
    text-align: center;
    width: 150px;
    font-family: HYZhuZiTongNianTiW, 'Microsoft Yahei', '黑体', Arial, 'Sans-serif', Helvetica;
}
@media screen and (max-width: 1200px) {
    .naver {
        width: 480px;
        margin-right: -300px;
    }
    .naver_li {
        font-size: 16px;
        width: 100px;
    }
}
@media screen and (max-width: 640px) {
    .naver {
        background-size: 80px auto;
        width: 240px;
        margin-right: -145px;
        padding: 10px 50px 10px 5px;
        height: 110px;
    }
    .naver_li {
        font-size: 13px;
        width: 100px;
    }
}
a.naver_li:hover {
    color: #5c517b;
}
.back_top {
    height: 75px;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 640px) {
    .back_top {
        height: 100px;
        width: 60px;
    }
}