html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

body,
body * {
    font-family: 'Microsoft YaHei';
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.sideNav {
    position: fixed;
    right: 60px;
    top: 50%;
    z-index: 9999;
    margin-top: -75px
}

.sideNav ul li {
    display: block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin: 10px 0;
}

.sideNav ul li a {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/dian2.png) no-repeat center;
    transition: .3s;
}

.sideNav ul li.active a {
    background: url(../images/dian1.png) no-repeat center;
}

.dowebok {
    position: relative;
}

.head1 {
    width: 100%;
    position: fixed;
    top: -104px;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 20px 0;
    background: rgba(131, 178, 218, .8);
    transition: .5s;
}

.head1.down {
    top: 0!important
}

.w1620 {
    max-width: 1650px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.head1 .w1620 {
    position: relative
}

.head1 .logo {
    float: left;
}

.head1 .btn1 {
    width: 35px;
    height: 28px;
    background: url(../images/btn1.png) no-repeat center;
    float: right;
    margin-top: 18px;
    display: none;
}

.head2 {
    width: 100vw;
    height: 100vh;
    background: #83b2da;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding-top: 10%;
    display: none;
}

.head2 #formsearch {
    border-bottom: 1px solid #fff;
}

.head2 #formsearch input {
    border: none;
    outline: none;
    background: none;
    line-height: 35px;
}

.head2 #formsearch #s_btn {
    width: 30px;
    height: 35px;
    background: url(../images/ss.png) no-repeat center;
}

.head2 #formsearch #keyword {
    width: calc(100% - 35px);
    padding-left: 15px;
    color: #fff;
}

.head2 .btn2 {
    width: 24px;
    height: 24px;
    background: url(../images/btn2.png) no-repeat center;
    position: absolute;
    top: 12%;
    right: 5%;
    z-index: 99999;
}

.head-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-top: 5%; */
    float: right;
    width: 76%;
    line-height: 69px;
}

.head-menu>li>a {
    display: block;
    font-size: 20px;
    color: #fff;
    /* margin-bottom: 30px; */
}

.head-menu .head-sub-menu>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 2.5;
}

.head3 {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 99;
}

.sec0-con {
    width: 100%;
    position: absolute;
    bottom: 22%;
    left: 0;
    right: 0;
    z-index: 99;
}

.sec0-con ul {
    text-align: center;
}

.sec0-con ul li {
    display: inline-block;
    width: 189px;
    height: 39px;
    margin: 0 30px;
}

.sec0-con ul li a {
    display: block;
    font-size: 16px;
    line-height: 37px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 18px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
}

.sec0-con ul li span {
    display: block;
    position: relative;
}

.sec0-con ul li a::before {
    content: '';
    width: 0;
    transition: .5s;
    height: 37px;
    background: #c59f61;
    position: absolute;
    left: 0;
    top: 0;
}

.sec0-con ul li a:hover::before {
    width: 100%;
}

.section1 {
    background: #f1f1f1;
    width: 100%;
}

.sec1-con {
    font-size: 0;
}

.sec1-left {
    width: 50%;
    display: inline-block
}

.sec1-left img {
    width: 100%;
}

.sec1-right {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.sec1-right .sec1-right-con {
    max-width: 522px;
    margin-left: 15%;
    padding: 5% 0;
}

.sec1-right .sec1-right-con dt img {
    max-width: 100%;
}

.sec1-right .sec1-right-con>h3 {
    font-size: 30px;
    color: #f4bd65;
    text-transform: uppercase;
    line-height: 2.5;
}

.sec1-right .sec1-right-con>h4 {
    font-size: 24px;
    color: #000;
}

.sec1-right .sec1-right-con .jj {
    font-size: 16px;
    color: #000;
    padding: 10% 0;
    line-height: 2;
}

.sec1-right .sec1-right-con a.more {
    display: inline-block;
    padding-right: 60px;
    font-size: 16px;
    color: #000;
    background: url(../images/more1.png) no-repeat right center;
    line-height: 39px;
}

.sec1-right .sec1-right-con a.more:hover {
    background: url(../images/more2.png) no-repeat right center;
}

.section2 {
    background: url(../images/bg1.jpg) no-repeat 50% 0;
    background-size: cover;
}

.w1280 {
    max-width: 1310px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.index-tlt1 {
    text-align: center;
    margin-bottom: 4%
}

.index-tlt1 h2 {
    font-size: 30px;
    color: #887456;
    text-transform: uppercase;
}

.index-tlt1 p {
    font-size: 28px;
    color: #000;
    line-height: 2;
}

.sec2-con ul {
    font-size: 0;
}

.sec2-con ul li {
    width: 30.333%;
    display: inline-block;
    margin-right: 4.5%;
    background: #757575;
    background: rgba(25, 25, 25, .1);
}

.sec2-con ul li:last-child {
    margin-right: 0;
}

.sec2-con ul li .cont {
    padding: 23% 10%;
    text-align: center;
}

.sec2-con ul li .cont img {
    max-width: 100%;
}

.sec2-con ul li .cont h3 {
    font-size: 22px;
    color: #fff;
    margin-top: 15%;
}

.sec2-con ul li .cont p {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 3;
    text-transform: uppercase;
}

.sec2-con ul li .cont .line {
    width: 36px;
    height: 36px;
    position: relative;
    margin: 0 auto;
    background: url(../images/line01.png) no-repeat center;
    transition: .5s;
}

.sec2-con ul li .cont:hover .line {
    transform: rotate(90deg);
}

.sec2-con ul li .cont a {
    display: block;
    width: 160px;
    height: 46px;
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #bcbcbc;
    line-height: 44px;
    margin-top: 50px;
}

.sec2-con ul li .cont:hover a {
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

.section3 {
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
}

.sec3-con {
    font-size: 0;
    height: 100%;
}

.sec3-left {
    width: 50%;
    height: 100%;
    float: left;
}

.sec3-left ul {
    height: 100%;
}

.sec3-left ul li {
    height: 50%;
    width: 100%;
    font-size: 0;
    background: #fff;
}

.sec3-left ul li .bt {
    width: 50%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
}

.sec3-left ul li .wz {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5%
}

.sec3-left ul li .bt .cont {
    position: absolute;
    left: 20%;
    top: 50%;
    margin-top: -40px;
}

.sec3-left ul li .bt h3 {
    font-size: 24px;
    color: #f4bd65;
    line-height: 40px;
    text-transform: uppercase;
}

.sec3-left ul li .bt p {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}

.sec3-left ul li .wz p {
    font-size: 16px;
    color: #999999;
    padding-left: 20px;
    background: url(../images/dian3.png) no-repeat left 12px;
    line-height: 2;
}

.sec3-right {
    position: absolute;
    right: 15%;
    top: 50%;
    margin-top: -40px;
}

.sec3-right h3 {
    font-size: 30px;
    color: #887456;
    line-height: 40px;
    text-transform: uppercase;
}

.sec3-right h4 {
    font-size: 28px;
    color: #000;
    line-height: 40px;
}

.section4 {
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
}

.sec4-slick {
    padding-bottom: 90px;
}

.sec4-slick .slick-arrow {
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    text-indent: 100px;
    overflow: hidden;
}

.sec4-slick .slick-prev {
    left: calc(50% - 40px);
    background: url(../images/left01.png) no-repeat center;
}

.sec4-slick .slick-next {
    right: calc(50% - 40px);
    background: url(../images/right01.png) no-repeat center;
}

.sec4-slick .slick-con {
    padding: 0 15%;
    text-align: center
}

.sec4-slick .slick-con img {
    max-width: 100%;
    margin: 0 auto
}

.section5 {
    background: url(../images/bg4.jpg) no-repeat 50% 0;
    background-size: cover;
}

.sec5-con ul li {
    width: 33.333%;
    float: left;
    padding: 4px;
}

.sec5-con ul li a {
    display: block;
    background: #757575;
    padding: 14%;
    background: rgba(25, 25, 25, .1);
}

.sec5-con ul li a h3 {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sec5-con ul li a .info {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 25px 0;
}

.sec5-con ul li a .date {
    font-size: 16px;
    color: #fff;
}

.sec5-con ul li a:hover h3 {
    color: #f4bd65;
}

.section6 {
    background: url(../images/bg5.jpg) no-repeat center;
    background-size: cover;
}

.section6::before {
    content: '';
    width: 50%;
    height: 100%;
    background: rgba(38, 38, 38, 0);
    position: absolute;
    top: 0;
    left: 0;
}

.sec6-con .cont {
    max-width: 480px;
    position: relative;
    font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ";
}

.sec6-con .cont .index-tlt1 {
    text-align: left;
}

.sec6-con .cont .lxfs {
    font-size: 16px;
    color: #000;
    line-height: 2;
}

.sec6-con .cont .yqlj {
    font-size: 16px;
    color: #000;
    line-height: 2;
}

.sec6-con .cont .yqlj a {
    color: #fff;
}

.sec6-con .cont .sub-company {
    padding: 10% 0;
}

.sec6-con .cont .sub-company>h3 {
    font-size: 16px;
    color: #000;
}

.sec6-con .cont .sub-company .sec6-slick {
    padding-right: 40px;
    position: relative;
}

.sec6-con .cont .sub-company .sec6-slick .slick-con {
    padding: 0 5%;
}

.sec6-con .cont .sub-company .sec6-slick .slick-con img {
    max-width: 100%;
    margin: 0 auto;
}

.sec6-con .cont .sub-company .sec6-slick .slick-arrow {
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    text-indent: 100px;
    overflow: hidden;
}

.sec6-con .cont .sub-company .sec6-slick .slick-prev {
    display: none!important;
}

.sec6-con .cont .sub-company .sec6-slick .slick-next {
    background: url(../images/right01.png) no-repeat center;
    right: 0;
    top: 50%;
    margin-top: -17.5px;
}

.sec6-con .cont .back-top {
    margin-top: 5%;
    margin-bottom: 3%;
}

.sec6-con .cont .back-top a {
    display: inline-block;
    font-size: 12px;
    color: #887456;
    padding-right: 60px;
    line-height: 36px;
    background: url(../images/more3.png) no-repeat right center;
}

.sec6-con .cont .fnav {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-top: 20px;
}

.sec6-con .cont .fnav a {
    color: #fff
}

.sec6-con .cont .copyr {
    font-size: 16px;
    color: #000;
    line-height: 2;
}

.sec6-con .cont .copyr a {
    color: #000;
}

.n-menu {
    padding: 40px 0;
}

.n-menu .sort {
    text-align: center
}

.n-menu .sort>li {
    display: inline-block;
    margin: 0 10px 10px;
}

.n-menu .sort>li>a {
    display: block;
    padding: 0 20px;
    border: 1px solid #dddddd;
    font-size: 15px;
    line-height: 35px;
    color: #333;
}

.n-menu .sort>li:hover>a {
    background: #f4bd65;
    color: #fff;
}

@media (max-width: 1200px) {
    .section0,
    .section0 .fp-tableCell,
    .section1,
    .section1 .fp-tableCell,
    .section2,
    .section2 .fp-tableCell,
    .section3,
    .section3 .fp-tableCell,
    .section4,
    .section4 .fp-tableCell,
    .section5,
    .section5 .fp-tableCell,
    .section6,
    .section6 .fp-tableCell {
        display: block !important;
        height: auto !important;
    }
    .sideNav {
        display: none!important;
    }
    .head-menu>li>a {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .head-menu .head-sub-menu>li>a {
        font-size: 12px;
    }
    .index-tlt1 h2 {
        font-size: 24px;
    }
    .index-tlt1 p {
        font-size: 22px;
    }
    .sec5-con ul li a h3 {
        font-size: 16px;
    }
    .sec1-right .sec1-right-con dt img {
        max-width: 40px;
    }
    .sec1-right .sec1-right-con>h3 {
        font-size: 24px;
    }
    .sec1-right .sec1-right-con>h4 {
        font-size: 22px;
    }
    .sec1-right .sec1-right-con .jj {
        font-size: 13px;
    }
    .section2 {
        padding: 40px 0;
    }
    .section3 {
        padding: 40px 0;
    }
    .section4 {
        padding: 40px 0;
    }
    .section5 {
        padding: 40px 0;
    }
    .section6 {
        padding: 40px 0;
    }
    .sec3-left {
        width: 100%;
        float: none;
        height: 600px;
    }
    .sec3-right {
        width: 100%;
        position: static;
        text-align: center;
        margin-top: 0;
        margin-bottom: 4%;
    }
    .sec3-right h3 {
        font-size: 24px;
    }
    .sec3-right h4 {
        font-size: 22px;
    }
    .sec3-left ul li .bt h3 {
        font-size: 20px;
    }
    .sec3-left ul li .bt p {
        font-size: 18px;
    }
    .section6::before {
        width: 60%;
    }
}

@media (max-width: 990px) {
    body {
        padding-top: 60px;
    }
    .sec0-con ul li {
        width: 120px;
        height: 32px;
        margin: 0 10px;
    }
    .sec0-con ul li a {
        line-height: 30px;
        border-radius: 15px;
        font-size: 12px;
    }
    .sec2-con ul li .cont h3 {
        font-size: 18px;
    }
    .sec2-con ul li .cont p {
        font-size: 12px;
    }
    .sec2-con ul li .cont a {
        font-size: 12px;
        width: 120px;
    }
    .section6::before {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .sec0-con ul li {
        width: 90px;
        margin: 0 2px;
    }
    .sec1-left {
        width: 100%;
    }
    .sec1-right {
        width: 100%;
    }
    .sec1-right .sec1-right-con {
        padding: 40px 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .sec2-con ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .sec2-con ul li .cont {
        padding: 15% 5%;
    }
    .sec2-con ul li .cont a {
        margin-top: 30px;
    }
    .sec3-left ul li .bt .cont {
        margin-top: -30px;
    }
    .sec3-left ul li .bt h3 {
        font-size: 16px;
        line-height: 30px;
    }
    .sec3-left ul li .bt p {
        font-size: 16px;
        line-height: 30px;
    }
    .sec3-left ul li .wz p {
        font-size: 12px;
    }
    .sec5-con ul li {
        width: 100%;
    }
    .sec5-con ul li a {
        padding: 20px;
    }
    .sec5-con ul li a h3 {
        font-size: 16px;
    }
    .sec5-con ul li a .info {
        font-size: 12px;
    }
    .sec5-con ul li a .date {
        font-size: 12px;
    }
    .section6::before {
        width: 100%;
    }
}