/* ==========================================================================
   Global
   ========================================================================== */

html {
    font-size: 62.5%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}



body::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}



body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}

a {
    color: #333;
}

a:hover {
    color: #024099;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

body {
    color: #333;
    font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
}


@media only screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }

}

.wrapper {
    max-width: 1440px;
    /*min-width: 980px; */
    _width: 1150px;
    padding: 0 60px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:920px) {
    .wrapper {
        padding: 0 10px;
    }
}


.wrapper:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* arrow */
.arrow {
    position: absolute;
    top: 50%;
    margin-top: -4px;
}

.arrow * {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
}

/* arrow-right */

.arr-r * {
    border-left-style: solid;
    border-width: 4px 0 4px 4px;
}

.arr-r em {
    left: 1px;
}

.arr-r span {
    border-left-color: #3675bb;
}

.tri {
    position: absolute;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
}

/* ==================================
   menu
   ================================== */

.menu {
    position: relative;
}

/* menu-hd */

.menu-hd {
    position: relative;
    z-index: 1002;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 6px;
}

/* menu-bd */

.menu-bd {
    display: none;
    position: absolute;
    z-index: 1001;
    margin-top: -1px;
}

.menu-bd-panel {
    padding: 5px 0;
    border: 1px solid #eee;
    background: #fff;
    min-width: 96px;
}

.menu-bd-panel a {
    display: block;
    padding: 0 5px;
    line-height: 28px;
    white-space: nowrap;
    color: #6C6C6C
}

/* menu arrow */

.menu-hd .fa-caret-down {
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    position: absolute;
    height: 30px;
    line-height: 30px;
    top: 0;
    right: 6px;
}

/* menu hover */

.menu-hover .menu-hd {
    z-index: 10002;
}

.menu-hover .menu-bd {
    z-index: 10001;
}

.menu-hover .menu-hd {
    padding: 0 19px 1px 5px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #eee;
    background: #fff;
}

.menu-hover .menu-hd .fa-caret-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-hover .menu-bd-panel a:hover {
    background: #eee;
}

/* ==========================================================================
   Header
   ========================================================================== */

header {}

header .wrapper {
    position: relative;
    z-index: 99;
}

/*.topbar{height:90px; background: #fff;float: right;} 
.topbar .wrapper{position: relative;}*/
.logo {
    width: 133px;
    height: 90px;
    overflow: hidden;
    line-height: 90px;
    position: absolute;
    left: 10px;
    top: 0;
}

.logo img {
    max-width: 100%;
}

.gpdm {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    position: absolute;
    left: 160px;
    top: 0;
    padding-left: 20px;
    border-left: 1px solid #cccccc;
}

.gpdm p.txt01 {
    color: #024099;
    font-size: 18px;
}

.langbox {
    position: absolute;
    right: 10px;
    font-size: 18px;
    top: 40px;
    z-index: 3;
    line-height: 20px;
    color: #999;
    border-left: 1px solid #999;
    padding-left: 20px;
}

.langbox a {
    color: #999;
}

.langbox a:hover {
    color: #024099;
}

.langbox i {
    color: #999;
}

#globalnav.mini_top .langbox,
#globalnav.mini_top .langbox a {
    color: #1f3586;
}


.envelope {
    position: absolute;
    right: 65px;
    font-size: 16px;
    top: 35px;
    z-index: 3;
    line-height: 30px;
    color: #fff;
}

.envelope a {
    color: #fff;
}

#globalnav.mini_top .envelope a {
    color: #333;
}

.toptel {
    position: absolute;
    right: 60px;
    font-size: 14px;
    top: 20px;
    color: #fff;
    line-height: 30px display:none;
}

.toptel span {
    color: #1d4789;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
}

.serchinco {
    position: absolute;
    width: 60px;
    color: #999;
    height: 30px;
    right: 100px;
    top: 35px;
    line-height: 30px;
    cursor: pointer;
    z-index: 999;
    font-size: 18px;
}

.serchinco:hover {
    color: #024099;
}

.globalsearch {
    display: none;
}

.globalsearch {
    position: absolute;
    top: 90px;
    right: 0;
    width: 280px;
    padding: 15px;
    z-index: 99;
    background: #024099;
}

.globalsearch .warp {
    background: #fff;
}

.globalsearch #q {
    float: left;
    border: 0 none;
}

.globalsearch .search-btn {
    float: right;
    border: 0 none;
}

.globalsearch #q {
    width: calc(100% - 70px);
    height: 18px;
    padding: 10px;
    line-height: 18px;
    background: #fff;
    border: 1px solid #fff;
    font: 300 12px/18px microsoft yahei;
}

.globalsearch .search-btn {
    width: 40px;
    padding: 0;
    margin: 0;
    height: 40px;
    cursor: pointer;
    background: url(../images/btn_ser.png) no-repeat center;
}

@media only screen and (max-width:1200px) {
    .gpdm {
        left: 80px;
    }
}


@media only screen and (max-width:920px) {
    .serchinco {
        right: 48px;
        top: 0;
    }

    .globalsearch {
        top: 48px;
    }

    .logo,
    .toptel,
    .langbox,
    .envelope {
        display: none;
    }

    .topbar {
        height: 0;
    }

    .wxinco {
        display: none;
    }

    .serchinco {
        /*width:48px;*/
        height: 48px;
        line-height: 48px;
        border: 0;
        font-size: 16px;
        text-align: center;
    }

    .serchinco span {
        display: none;
    }

    .gpdm p {
        display: inline-block;
        font-size: 14px;
    }

    .gpdm p.txt01 {
        margin-left: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .gpdm {
        margin-top: 10px;
        left: 100px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .globalsearch {
        width: calc(100% - 30px);
    }
}



/* ==========================================================================
Nav
========================================================================== */
/* primary */

.globalnav {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 16px;
}

.globalnav li {
    float: left;
}

.globalnav li a {
    display: block;
    color: #555;
    padding: 0 20px;
    font-size: 14px;
    line-height: 42px;
    font-family: microsoft yahei;
}

.globalnav .nav-sep {
    width: 2px;
    height: 42px;
    background: url(../images/nav-sep.gif) no-repeat 0;
}

.globalnav .active a,
.globalnav li .active1 {
    color: #024099;
    ;
}

.dropdown {
    position: absolute;
    z-index: 999;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    display: none;
    padding: 15px 20px;
    border-bottom: 3px solid #024099;
    ;
    top: 100%;
    min-width: 110px;
}

.dropdown:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
    border-top-style: solid;
    border-width: 5px 5px 0;
    border-top-color: #024099;
    ;
    left: 50%;
    margin-left: -5px;
    top: -5px;
}

.dropdown a {
    /*    white-space: nowrap;*/
    line-height: 30px;
    font-size: 14px;
    float: left;
    padding: 0;
    color: #000;
    background: none;
    border-bottom: 0 none;
    width: 100%;
    display: block;
    text-align: center;
}

@media only screen and (max-width: 920px) {
    .dropdown a {
        /*    white-space: nowrap;*/
        font-size: 14px;
        width: 100%;
        text-align: left;
    }

    .dropdown {
        min-width: calc(100% - 40px);
        padding-top: 0;
    }
}

.dropdown a .fa {
    font-size: 12px;
    line-height: 30px;
    color: #ccc;
    padding-right: 5px;
}

.dropdown a:hover,
.dropdown a:hover .fa {
    color: #024099;
    ;
}


/* ==========================================================================
   Content
   ========================================================================== */

.hidden {
    display: none;
}

.hometit {}

.hometit h3 {
    font-size: 48px;
    color: #393939;
    margin-bottom: 10px;
}

.hometit p.txt01 {
    font-size: 24px;
    color: #5f5f5f;
    height: 30px;
    line-height: 30px;
}

.hometit p.txt01 em.line {
    width: 50px;
    height: 1px;
    background: #5f5f5f;
    display: inline-block;
    vertical-align: text-top;
    margin-top: 13px;
    margin-right: 30px;
}

.tybtn a {
    width: 160px;
    height: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    background: #1174a3;
    color: #fff;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
}

.tybtn a:hover {
    color: #fff;
    transform: translate3d(0, -2px, 0);
}

@media only screen and (max-width:1600px) {
    .hometit h3 {
        font-size: 42px;
    }

    .hometit p.txt01 {
        font-size: 22px;
    }
}

@media only screen and (max-width:1440px) {
    .hometit h3 {
        font-size: 36px;
    }

    .hometit p.txt01 {
        font-size: 20px;
    }
}

@media only screen and (max-width:1200px) {
    .hometit h3 {
        font-size: 32px;
    }

    .hometit p.txt01 {
        font-size: 18px;
    }
}

@media only screen and (max-width:920px) {
    .tybtn a {
        width: 130px;
        height: 36px;
        line-height: 36px;
    }

    .hometit h3 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .hometit p.txt01 {
        font-size: 16px;
    }
}

@media only screen and (max-width:768px) {
    .tybtn a {
        width: 130px;
        height: 36px;
        line-height: 36px;
    }

    .hometit h3 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .hometit p.txt01 {
        font-size: 14px;
    }
}

/* ==========================================================================
   haihpart01
   ========================================================================== */

.haihpart01 {
    padding: 100px 0;
    overflow: hidden;
    height: 800px;
    position: relative;
    background: url(../images/homebg05.jpg) center no-repeat;
    background-size: cover;
}

.haihpart01 .left {
    width: 380px;
}

.prolink {
    margin-top: 100px;
    margin-bottom: 50px;
}

.prolink li {
    height: 40px;
    line-height: 40px;
}

.prolink li a {
    color: #666666;
    font-size: 18px;
}

.prolink li a:hover {
    color: #145396;
}

.haihpart01 .right {
    max-width: 1380px;
    position: absolute;
    right: -200px;
    top: 100px;
}


.hprobox {
    margin: 10px 30px;
    width: 400px;
}

.hprobox .pic {
    position: relative;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
}

.hprobox .bgimg {
    width: 100%;
}

.hprobox .uppic {
    width: 100%;
    transition: transform 1s;
    position: absolute;
    left: 0;
    top: 0;
}

.hprobox:hover .uppic {
    transform: scale(1.05);
}

.hprobox .txtarea {
    margin-top: 30px;
}

.hprobox .txtarea .tit {
    font-size: 24px;
    color: #393939;
}

.hprobox .txtarea .desc {
    height: 72px;
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hprobox:hover .pic {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hprobox:hover .txtarea .desc,
.hprobox:hover .txtarea .tit {
    color: #2b7dbc;
}

#owl-hpro .owl-dots {
    height: 0px;
    overflow: hidden;
}

#owl-hpro .owl-prev,
#owl-hpro .owl-next {
    width: 260px;
    top: 10px;
    height: 100%;
    background: none;
    text-indent: 400px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#owl-hpro .owl-prev {
    filter: Alpha(Opacity=0);
    opacity: 0;
}

#owl-hpro .owl-next {
    position: absolute;
    right: 170px;
    background: url(../images/arr01.png) left top no-repeat;
}



@media only screen and (max-width:1600px) {
    .haihpart01 .right {
        max-width: 1260px;
    }

    .hprobox {
        margin: 10px 0;
        width: 360px;
    }

    #owl-hpro .owl-next {
        background-size: auto 720px;
        width: 240px;
        right: 180px;
    }

    .haihpart01 {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:1440px) {
    .haihpart01 .right {
        max-width: 1200px;
    }

    #owl-hpro .owl-next {
        right: 160px;
    }

}

@media only screen and (max-width:1200px) {
    .haihpart01 .right {
        max-width: 1000px;
    }

    .hprobox {
        width: 300px;
    }

    #owl-hpro .owl-next {
        background-size: auto 600px;
        width: 150px;
        right: 183px;
    }

    .hprobox .txtarea .tit {
        font-size: 18px;
    }

    .hprobox .txtarea .desc {
        margin-top: 10px;
    }

    .prolink li a {
        font-size: 16px;
    }

    .prolink li {
        height: 30px;
        line-height: 30px;
    }

    .haihpart01 {
        height: 700px;
    }

}

@media only screen and (max-width:920px) {
    .haihpart01 {
        padding: 30px 0;
        height: auto;
    }

    .haihpart01 .right {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 30px;
    }

    .hprobox {
        width: auto;
        margin: 10px;
    }

    .haihpart01 .left {
        width: 100%;
    }

    .prolink {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .prolink li {
        float: left;
        padding-right: 30px;
    }

    .hprobox .txtarea {
        margin-top: 20px;
    }

    #owl-hpro .owl-dots {
        height: auto;
        overflow: hidden;
        margin-top: 0;
    }

    #owl-hpro .owl-prev,
    #owl-hpro .owl-next {
        filter: Alpha(Opacity=0);
        opacity: 0;
        width: 0;
        height: 0;
        display: none;
    }

}

@media only screen and (max-width:768px) {
    .prolink {
        margin: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:450px) {
    .prolink li a {
        font-size: 14px;
    }

    .prolink li {
        padding-right: 10px;
    }

    .hprobox {
        margin: 5px;
    }

    .hprobox .txtarea .tit {
        font-size: 14px;
        font-weight: bold;
    }

    .hprobox .txtarea .desc {
        font-size: 12px;
    }
}


/* ==========================================================================
   haihpart02
   ========================================================================== */

.haihpart02 {
    padding: 30px 0;
    background: url(../images/homebg06.jpg) center no-repeat;
    background-size: cover;
}

.szgdbox {
    margin-left: -40px;
}

.szgdbox .numbox {
    width: calc(25% - 41px);
    margin-left: 40px;
    float: left;
    position: relative;
    border-right: 1px solid #5da5cf;
}

.szgdbox .numbox>p {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.szgdbox .numbox h3 {
    margin-bottom: 30px;
    color: #fff;
}

.szgdbox .numbox h3 span.timer {
    font-size: 60px;
    vertical-align: text-top;
    height: 60px;
    line-height: 60px;
}

.szgdbox .numbox h3 span.unit {
    font-weight: 500;
    margin: 5px;
    vertical-align: top;
}

.szgdbox .numbox .inco {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.szgdbox .numbox:last-child {
    border: 0;
}

@media only screen and (max-width:1600px) {}


@media only screen and (max-width:1440px) {

    .szgdbox .numbox>p {
        font-size: 16px;
    }

    .szgdbox .numbox h3 span.timer {
        font-size: 48px;
    }
}

@media only screen and (max-width:1200px) {
    .szgdbox .numbox>p {
        font-size: 14px;
    }

    .szgdbox .numbox h3 span.timer {
        font-size: 36px;
    }

}

@media only screen and (max-width:920px) {
    .szgdbox .numbox>p {
        line-height: 20px;
        padding-bottom: 10px;
    }

    .szgdbox .numbox .inco img {
        width: 50px;
    }

    .szgdbox .numbox h3 {
        margin-bottom: 0;
    }

    .szgdbox .numbox>p {
        height: auto;
    }

    .szgdbox {
        margin-left: 0;
    }
}

@media only screen and (max-width:768px) {
    .szgdbox {
        margin-left: 0;
    }

    .szgdbox .numbox {
        width: calc(50% - 41px);
        margin-left: 40px;
        margin-bottom: 20px;
    }

    .szgdbox .numbox:nth-child(2) {
        border-right: 0;
    }

    .szgdbox .numbox h3 span.timer {
        height: 40px;
        line-height: 40px;
    }
}


/* ==========================================================================
   haihpart03
   ========================================================================== */

.haihpart03 {
    padding: 100px 0;
    background: #fff;
    position: relative;
}

.haihpart03 .left {
    max-width: 700px;
}

.haihpart03 .txtarea {
    padding-left: 90px;
    margin-top: 50px;
}

.haihpart03 .txtarea .desc {
    height: 280px;
    color: #666;
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 80px;
    overflow: hidden;
}

.haihpart03 .pic {
    position: absolute;
    bottom: 150px;
    right: 0;
}

.haihpart03 .pic img {
    max-width: 820px;
}

@media only screen and (max-width:1600px) {
    .haihpart03 .left {
        max-width: 580px;
    }

    .haihpart03 .txtarea .desc {
        font-size: 16px;
    }
}

@media only screen and (max-width:1440px) {
    .haihpart03 .txtarea {
        padding-left: 0;
    }

    .haihpart03 .left {
        max-width: 500px;
    }

    .haihpart03 .pic img {
        max-width: 800px;
    }
}

@media only screen and (max-width:1200px) {
    .haihpart03 .pic img {
        max-width: 700px;
    }

    .haihpart03 .left {
        max-width: 400px;
    }

    .haihpart03 .txtarea .desc {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .haihpart03 .txtarea {
        margin-top: 20px;
    }
}

@media only screen and (max-width:920px) {
    .haihpart03 .pic img {
        max-width: 430px;
    }

    .haihpart03 .txtarea .desc {
        height: 180px;
        height: 100px;
        line-height: 26px;
    }

    .haihpart03 .pic {
        bottom: 60px;
    }

    .haihpart03 {
        padding: 50px 0;
    }
}


@media only screen and (max-width:768px) {
    .haihpart03 {
        padding: 50px 0;
    }

    .haihpart03 .pic {
        width: 100%;
        position: relative;
        bottom: auto;
        right: auto;
    }

    .haihpart03 .pic img {
        max-width: 100%;
    }

    .haihpart03 .left {
        max-width: 100%;
        margin-top: 30px;
    }
}

@media only screen and (max-width:450px) {
    .haihpart03 {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .haihpart03 .left {
        margin-top: 10px;
    }

    .haihpart03 .txtarea {
        margin-top: 0;
    }

    .haihpart03 .txtarea .desc {
        font-size: 12px;
    }
}

/* ==========================================================================
   haihpart04
   ========================================================================== */

.haihpart04 {
    padding: 100px 0;
    background: url(../images/homebg01.jpg) center no-repeat;
    background-size: cover;
}

.haihpart04 .hometit h3,
.haihpart04 .hometit p.txt01 {
    color: #fff;
}

.haihpart04 .hometit p.txt01 em.line {
    background: #fff;
}

.fzlnlist {
    margin-left: -50px;
    margin-top: 50px;
}

.fzlnlist li {
    width: calc(25% - 50px);
    margin-left: 50px;
    float: left;
    cursor: pointer;
    transition-duration: 800ms;
}

.fzlnbox {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.fzlnbox .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fzlnbox .pic img {
    max-width: 100%;
}

.fzlnbox .cover01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 48, 71, .8);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.fzlnbox .cover01 .warp {
    padding: 0 40px;
    width: calc(100% - 80px);
    height: 120px;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 0;
}

.fzlnbox .cover01 h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.fzlnbox .inco {
    width: 100%;
    height: 80px;
    text-align: center;
}

.fzlnbox .inco img {
    width: 80px !important;
    height: 80px;
    display: inline-block !important;
}

.fzlnbox:hover .cover01 {
    top: -100%;
}

.fzlnbox .cover02 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: url(../images/homepic02.jpg) center no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.fzlnbox .cover02 .warp {
    padding: 0 40px;
    width: calc(100% - 80px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fzlnbox .cover02 h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-top: 120px;
}

.fzlnbox .cover02 a {
    color: #fff;
}

.fzlnbox:hover .cover02 {
    top: 0;
}

.fzlnbox .cover02 .desc {
    font-size: 18px;
    line-height: 2em;
    margin: 30px 0 50px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.fzlnbox .cover02:before {
    content: "";
    display: block;
    top: 30px;
    right: 30px;
    position: absolute;
    width: 21px;
    height: 15px;
    background: url(../images/arr02.png) left top no-repeat;
}

.fzlnbox .cover02:after {
    content: "";
    display: block;
    bottom: 50px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px;
    height: 1px;
    background: #fff;
}


@media only screen and (max-width:1440px) {
    .fzlnbox .cover02 .desc {
        font-size: 16px;
    }
}

@media only screen and (max-width:1200px) {
    .fzlnlist li {
        width: calc(25% - 20px);
        margin-left: 20px;
    }

    .fzlnlist {
        margin-left: -20px;
    }

    .fzlnbox .cover01 h3 {
        font-size: 18px;
    }

    .fzlnbox .cover02 h3 {
        font-size: 18px;
        padding-top: 100px;
    }

    .fzlnbox .cover02 .desc {
        font-size: 14px;
        line-height: 2em;
        margin: 20px 0 30px 0;
    }
}

@media only screen and (max-width:920px) {
    .haihpart04 {
        padding: 60px 0;
    }

    .fzlnbox .inco img {
        width: 60px !important;
        height: 60px;
    }

    .fzlnbox .cover02 h3 {
        padding-top: 80px;
    }

    .fzlnbox .cover02 .warp {
        padding: 0 30px;
        width: calc(100% - 60px);
    }

    .fzlnbox .cover02 .desc {
        font-size: 12px;
        line-height: 24px;
        margin: 10px 0 0 0;
    }

    .fzlnbox .cover02:after {
        bottom: 30px;
    }
}

@media only screen and (max-width:768px) {
    .fzlnbox .cover01 h3 {
        font-size: 14px;
    }

    .fzlnbox .cover01 .warp {
        padding: 0 20px;
        width: calc(100% - 40px);
    }

    .fzlnbox .cover02 .warp {
        padding: 0 20px;
        width: calc(100% - 40px);
    }

    .fzlnbox .cover02:before {
        display: none;
    }

    .fzlnbox .cover02 h3 {
        padding-top: 40px;
        font-size: 14px;
    }

    .fzlnbox .cover02 .desc {
        line-height: 18px;
    }

    .fzlnbox .cover02 .inco {
        display: none;
    }
}

@media only screen and (max-width:450px) {
    .fzlnlist li {
        width: calc(25% - 10px);
        margin-left: 10px;
    }

    .fzlnlist {
        margin-left: -10px;
    }

    .fzlnbox .cover01 .warp {
        padding: 0;
        width: 100%;
        margin-top: -35px;
        height: 70px;
    }

    .fzlnbox .inco {
        height: 50px;
    }

    .fzlnbox .cover01 h3 {
        font-size: 12px;
    }

    .fzlnbox .inco img {
        width: 40px !important;
        height: 40px;
    }

    .fzlnbox:hover .cover02 {
        top: 100%;
        display: none;
    }

    .fzlnbox:hover .cover01 {
        top: 0;
    }

    .haihpart04 {
        padding-top: 30px;
    }

    .fzlnlist {
        margin-top: 30px;
    }
}

/* ==========================================================================
   haihpart05
   ========================================================================== */

.haihpart05 {
    padding: 100px 0;
    background: url(../images/homebg02.jpg) top center no-repeat;
    background-size: cover;
}

.haihpart05 .hometit {
    position: relative;
}

.haihpart05 .hometit .tybtn {
    position: absolute;
    right: 0;
    bottom: 10px;
}


.haih-news-row {
    padding: 0 80px;
    margin-top: 50px;
}

.hnewsbox {
    background: #fff;
    margin: 10px 20px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.hnewsbox .pic {
    position: relative;
    height: auto;
    overflow: hidden;
}

.hnewsbox .bgimg {
    width: 100%;
}

.hnewsbox .uppic {
    width: 100%;
    transition: transform 1s;
    position: absolute;
    left: 0;
    top: 0;
}

.hnewsbox:hover .uppic {
    transform: scale(1.05);
}

.hnewsbox .txtarea {
    background: #fff;
    font-size: 16px;
    padding: 30px;
}

.hnewsbox .txtarea .tit {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.hnewsbox .txtarea .desc {
    color: #666;
    font-size: 14px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hnewsbox .txtarea .more a {
    color: #1174a3;
    font-size: 14px;
}

.hnewsbox:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}


#owl-hnews .owl-dots {
    height: 0px;
    overflow: hidden;
}

#owl-hnews .owl-prev,
#owl-hnews .owl-next {
    width: 102px;
    top: 50%;
    height: 102px;
    background: none;
    text-indent: 200px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin-top: -25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#owl-hnews .owl-prev {
    position: absolute;
    left: -120px;
    background: url(../images/arr03.png) center no-repeat;
}

#owl-hnews .owl-next {
    position: absolute;
    right: -120px;
    background: url(../images/arr04.png) center no-repeat;
}

#owl-hnews .owl-prev:hover {
    background: url(../images/arr05.png) center no-repeat;
}

#owl-hnews .owl-next:hover {
    background: url(../images/arr06.png) center no-repeat;
}

@media only screen and (max-width:1200px) {

    #owl-hnews .owl-prev,
    #owl-hnews .owl-next {
        width: 60px;
        height: 60px;
        margin-top: -15px;
        background-size: auto 60px;
    }

    #owl-hnews .owl-prev:hover,
    #owl-hnews .owl-next:hover {
        background-size: auto 60px;
    }

    .haih-news-row {
        padding: 0 40px;
    }

    #owl-hnews .owl-prev {
        left: -80px;
    }

    #owl-hnews .owl-next {
        right: -80px;
    }

    .hnewsbox {
        margin: 10px;
    }
}

@media only screen and (max-width:920px) {
    .haihpart05 {
        padding: 50px 0;
    }

    .haih-news-row {
        padding: 0;
    }

    #owl-hnews .owl-dots {
        height: auto;
        overflow: hidden;
        margin-top: 20px;
    }

    #owl-hnews .owl-prev,
    #owl-hnews .owl-next {
        filter: Alpha(Opacity=0);
        opacity: 0;
        width: 0;
        height: 0;
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .hnewsbox .txtarea {
        padding: 20px;
    }

    .hnewsbox .txtarea .desc {
        font-size: 12px;
    }
}

@media only screen and (max-width:450px) {
    .haih-news-row {
        margin-top: 10px;
    }

    .haihpart05 {
        padding: 30px 0;
    }
}

/* ==========================================================================
   haihpart06
   ========================================================================== */

.haihpart06 {
    height: 570px;
    background: url(../images/homebg03.jpg) top center no-repeat;
    background-size: cover;
}

.haihpart06 .txtarea {
    text-align: right;
    padding-top: 200px;
}

.haihpart06 .txtarea .tybtn a {
    background: #fff;
    color: #1174a3;
    margin-top: 50px;
}

@media only screen and (max-width:1200px) {
    .haihpart06 .txtarea img {
        max-width: 360px;
    }

    .haihpart06 {
        height: auto;
        padding: 100px 0;
    }

    .haihpart06 .txtarea {
        padding-top: 0;
    }
}

@media only screen and (max-width:450px) {
    .haihpart06 .txtarea img {
        max-width: 300px;
    }

    .haihpart06 {
        height: auto;
        padding: 60px 0;
    }

    .haihpart06 .txtarea .tybtn a {
        margin-top: 10px;
    }
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
    font-size: 16px;
    padding: 50px 0;
    color: #fff;
    background: url(../images/homebg04.jpg) top center no-repeat;
    background-size: cover;
}

footer a {
    color: #ececec;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-nav {
    text-align: justify;
    margin-bottom: 20px;
}

.fn-col {
    display: inline-block;
    /* display: inline; */
    zoom: 1;
    vertical-align: top;
    /* padding-right: 100px; */
}

.footer-nav:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.fn-col h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
}

.fn-col h3 a {
    color: #fff;
}

.fn-col h3 a:hover {
    text-decoration: underline;
    color: #fff;
}

.fn-col li {
    line-height: 30px;
    font-size: 16px;
    color: #ececec;
}

.fn-col li a {
    color: #ececec;
}

.fn-col li a:hover {
    text-decoration: underline;
    color: #fff;
}



.fn-ewm {
    width: 300px;
    font-size: 14px;
}

.fn-ewm .txt01 {
    font-size: 16px;
}

.fn-ewm img {
    margin-bottom: 10px;
    max-width: 100%;
    border: 2px solid #393939;
}

.foothd {
    padding: 60px 0;
    text-transform: Uppercase;
    color: #7a7b83;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    margin-bottom: 60px;
}

.foothd .footlogo {
    float: left;
}

.foothd .share02 {
    width: 400px;
    text-align: right;
    float: right;
    padding-top: 20px;
}

.foothd .share02 a {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    margin-left: 10px;
}

.foothd .share02 a:hover {
    background: #fff;
    color: #017ab3;
}



@media only screen and (max-width: 1440px) {
    footer {
        padding-top: 30px;
    }

    .foothd .footlogo img {
        max-width: 450px;
    }

    .foothd .share02 {
        padding-top: 10px;
    }

    .fn-col h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1200px) {
    .foothd span {
        margin: 0 10px;
    }

    .foothd .footlogo img {
        width: 360px;
    }

    .foothd .share02 {
        padding-top: 0;
    }

    .foothd {
        padding: 30px 0;
        margin-bottom: 30px;
    }

    .fn-col h3 {
        font-size: 18px;
    }

    .fn-col li {
        font-size: 14px;
    }

    .footer-nav {
        margin-bottom: 0;
    }

    .fn-ewm {
        font-size: 12px;
    }
}

@media only screen and (max-width: 920px) {
    .fn-col li {
        font-size: 12px;
    }

    .fn-col h3 {
        font-size: 14px;
    }

    .fn-ewm {
        width: 200px;
    }
}


@media only screen and (max-width: 768px) {
    footer {
        padding: 0;
    }

    .foothd .footlogo img {
        max-width: 200px;
    }

}

@media only screen and (max-width: 450px) {
    .foothd .footlogo {
        float: none;
    }

    .foothd .share02 {
        width: 100%;
        float: none;
        text-align: left;
        margin-top: 10px;
    }

    .fn-ewm {
        width: 100%;
        margin-bottom: 10px;
    }

    .fn-col ul {
        display: none;
    }

    .fn-ewm img {
        display: none;
    }

    .fn-ewm .txt01 {
        display: none;
    }

    .fn-col h3 {
        margin-bottom: 0;
    }

    .foothd {
        padding: 30px 0 10px 0;
        margin-bottom: 20px;
    }
}

.zhanwei {
    height: 100px;
}

.toggle-btn {
    display: none;
}

@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }

    .inner-cont>p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .zhanwei {
        display: none;
    }
}