﻿html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "微軟雅黑", Arial, Helvetica, sans-serif;
    color: #000
}

body {
    overflow-x: hidden;
}

ul, li, p, img, b, ol, em, a, h1, h2, h3, h4, h5, h6, dl, dd, dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: initial;
}

#dituContent img {
    max-width: inherit;
}

a:link, a:visited {
    color: inherit;
    font-size: inherit;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    max-width: 100%;
}

.container {
    width: 1200px;
    margin: auto;
}

.clear {
    position: relative;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
}

.index_img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0px;
}

.index_img img {
    width: 100%;
    height: 100%;
    display: block;
}


.header {
    position: absolute;
    background: #fff;
    top: 0px;
    z-index: 55;
    width: 100%;
    left: 0px;
    height: 200px;
}



/*header*/
.header_top {
    background: #d6d6d6;
    line-height: 30px;
    color: #2e2e2e
}



/*logo*/

.logo {
    height: 100px;
    width: 20%;
}

.logo a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.logo img {
    max-width: 100%;
    display: block;
    max-height: 100%;
}

/**/

.header_fr {
    width: 30%;
}

.header_dh {
    width: 70%;
    position: relative;
    margin-top: 27px;
    padding-left: 55px;
    box-sizing: border-box;
}

.header_dh img {
    height: 46px;
    position: absolute;
    display: block;
    width: 46px;
    top: 0px;
    left: 0px
}



.header_lx li {
    color: #4c4c4c;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
}


.header_lx .rx {
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    height: 26px;
}


/**/

.search {
    width: 10%;
    position: relative;
}




.search_an {
    background: url(../image/ss.png) no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    margin: 35px auto 0;
}

.search .input {
    position: absolute;
    top: 71px;
    right: 0px;
    width: 180px;
    display: none;
}

.search input {
    line-height: 24px;
    width: 140px;
    padding-left: 5px;
    margin-top: 1px;
    border: 1px solid #ccc;
    background: none;
    border-radius: 5px 0px 0px 5px;
    font-size: 12px;
    height: 26px;
    box-sizing: border-box;
}

.searchBtn {
    width: 40px;
    height: 28px;
    display: block;
    border: 1px solid #fff;
    border-radius: 0px 5px 5px 0;
    border-left: none;
    box-sizing: border-box;
    text-align: center;
    line-height: 26px;
    font-size: 12px !important;
    color: #fff !important;
}


/**/

.header_qh {
    width: 15%;
}

.header_qh li {
    position: relative;
}

.header_qh h2 {
    font-size: 14px;
    margin: 35px auto 0;
    position: relative;
}

.header_qh h2:after {
    content: ">";
    font-family: "宋體";
    transform: rotate(90deg);
    position: absolute;
    width: 20px;
    text-align: center;
    line-height: 20px;
    right: 0px;
    top: calc(50% - 10px);
}


.header_qh_box {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 24px;
}



.header_qh_box a {
    display: block;
    text-align: center;
    transition: all .3s ease;
    font-size: 12px;
    background: #ffda69;
    box-shadow: 0 2px 5px #ccc;
    border-radius: 24px;
}



.header_qh:hover .header_qh_box {
    display: block;
}




/**/
.navbox {
    width: 100%;
}

.navbox li {
    float: left;
    position: relative;
    width: 11.11%;

}

.navbox a {
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    display: block;
    line-height: 70px;
    text-align: center;
    height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.subMen {
    position: absolute;
    top: 70px;
    z-index: 2;
    display: none;
    width: 100%;
}



ul.subMen li {
    width: 100%;
    float: none;
}

ul.subMen a {
    line-height: 50px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navbox li:hover ul.subMen {
    display: block;
}

.navbox .cur, .navbox a:hover {
    background: #ffc105;
}


.navs {
    display: none;
    width: 10%;
    position: absolute;
    right: 2%;
    top: 54px;
    border: 1px solid #0050a1;
    padding: 8px 2% 0;
    border-radius: 5px;
    box-sizing: border-box;
    height: 36px;
}

.navs b {
    margin-bottom: 8px;
    display: block;
    height: 2px;
    width: 100%;
    position: relative;
}

.navs b:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 8px;
}

.navs b:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 16px;
}




#fp-nav.right {
    right: 70px;
}


div#fp-nav li {
    width: 12px;
    height: 12px;
    margin: 10px 0;
}

div#fp-nav span {
    width: 12px !important;
    height: 12px !important;
    line-height: 12px !important;
    border: 1px solid #0050a1 !important;
    border-radius: 50% !important;
    background: none !important;
    margin: 0px 0px !important;
    left: 0 !important;
    top: 0 !important
}

div#fp-nav a.active span {
    background: #0050a1 !important;
}


/**/
#slides {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#slides .bd, #slides .bd ul, #slides .tempWrap, #slides .bd li {
    height: 100%;
}


#slides img {
    display: none;
}


.max_banner {
    display: none;
}


/**/
.title {
    position: relative;
    padding-bottom: 10px;
}

.title:after {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.title h2 {
    color: #0c0c0c;
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.title h3 {
    color: #75869a;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 5px;
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/**/

.home_two_ls {
    position: absolute;
    top: 70px;
    z-index: 9;
}



.home_two_nav {
    margin-top: 170px;
}

.home_two_nav li {
    margin-bottom: 20px;
}

.home_two_nav li a {
    line-height: 35px;
    height: 35px;
    font-size: 18px;
    color: #56585a;
    display: inline-block;
    font-weight: bold;
}


.home_two_nav .on a {
    border-bottom: 1px solid #0050a1;
}

.home_two_ul, .home_two_li {
    width: 100%;
    height: 100%;
}


.home_two_li img {
    display: none;
}


.home_two_text {
    width: 1100px;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: 100px;
    padding: 50px 0px 50px 50px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 10px 0 0 10px;
}

.home_two_text h2 {
    font-size: 30px;
    line-height: 32px;
    height: 32px;
    width: 800px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}

.home_two_text h3 {
    width: 800px;
    font-size: 16px;
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}

.home_two_text .p {
    line-height: 40px;
    margin-top: 30px;
    width: 800px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    height: 120px;
    font-size: 15px;
    color: #0a0a0a;
}

.home_two_text .more {
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    display: block;
    margin: 30px 0 0 0px;
    font-weight: bold;
    position: relative;
    width: 800px;
    padding-right: 50px;
    box-sizing: border-box;
}

.home_two_text .more:after {
    content: '→';
    line-height: 30px;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    font-size: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    box-shadow: 0px 0px 4px 2px #e50114;
}

/**/

.home_three {
    width: 100%;
    height: 100%;
}

.home_three_bg {
    display: none;
}

.home_three_ul {
    margin-top: 70px;
    position: relative;
}

.home_three_ul .prev, .home_three_ul .next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    line-height: 40px;
    font-size: 20px;
    box-shadow: 0px 0px 3px 1px #e50114;
}

.home_three .next {
    right: 0px
}


.home_three_li {
    width: 1100px;
    margin: 100px auto 0;
}

.home_three_li li {
    margin: 0px 10px;
    width: 255px;
    float: left;
}

.home_three_li img {
    height: 400px;
    display: block;
    width: 100%;
}


.home_three .more {
    background: rgba(255, 255, 255, 0.5);
    line-height: 35px;
    display: block;
    position: absolute;
    font-size: 16px;
    padding: 0px 10px;
    border-radius: 5px;
    right: 60px;
    top: 105px;
}


/**/
.home_four {
    width: 100%;
    height: 100%;
}

.home_four_bg {
    display: none;
}

.home_four_nav {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 145px;
    left: 50%;
    margin-left: -50%;
}

.home_four_nav li {
    display: inline-block;
}

.home_four_nav li a {
    padding: 0 20px;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    color: #1f1f1f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home_four_nav .on a {
    font-weight: bold;
    position: relative;
}

.home_four_nav .on a:before {
    content: '>';
    display: inline-block;
    top: 0px;
    left: 0px;
    position: absolute;
    line-height: 22px;
    font-family: '楷體';
}

.home_four_li {
    margin-top: 70px;
}

.home_four_li li {
    float: left;
    width: 50%;
    background: #fff;
    margin-top: 10px;
    padding: 10px 80px 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.home_four_li li:after {
    content: '>';
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #e50114;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 23px;
    top: 50%;
    box-sizing: border-box;
    font-family: '楷體';
    margin-top: -16px;
    line-height: 28px;
}


.home_four_time {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    color: #242424;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px 0;
}

.home_four_time b {
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.home_four_text {
    float: right;
    width: 70%;
}

.home_four_text h3 {
    color: #101010;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    font-weight: bold;
}

.home_four_text p {
    color: #5f5f5f;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin-top: 5px;
}


.home_four_li .first {
    width: 45%;
    padding: 30px 40px;
    position: relative;
    margin-right: 5%;
}



.home_four_li .first:after {
    display: none;
}

.home_four_li .first:before {
    content: '';
    width: 100%;
    height: 195px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.home_four_imgs {
    width: 100%;
    height: 230px;
    position: relative;
    z-index: 2;
    background: #eee;
    display: flex;
    align-items: center;
}

.home_four_imgs img {
    margin: auto;
    display: block;
    height: 100%;
}


.home_four_li .first h3 {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    color: #101010;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
}

.home_four_li .first p {
    color: #5f5f5f;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin-bottom: 10px;
}


.home_four_li .first b {
    display: block;
    float: left;
    width: 80px;
    border-bottom: 1px solid #0050a1;
}

.home_four_li .first span {
    float: right;
    position: relative;
    display: block;
    padding-right: 30px;
}

.home_four_li .first span:after {
    content: '>';
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #e50114;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    box-sizing: border-box;
    font-family: '楷體';
}




/**/
.home_five {
    width: 100%;
    height: 100%;
}

.home_five_bg {
    display: none;
}

.home_five_title {
    position: absolute;
    top: 100px;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    text-align: center;
}

.home_five_title h2 {
    position: relative;
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    padding: 0px 30px;
}

.home_five_title h2:before {
    content: "";
    width: 100%;
    height: 5px;
    background: url(../image/five.png) no-repeat top;
    position: absolute;
    top: 0px;
    background-size: 100% 100%;
    left: 0px;
}

.home_five_title h2:after {
    content: "";
    width: 100%;
    height: 5px;
    background: url(../image/five.png) no-repeat top;
    position: absolute;
    bottom: 0px;
    background-size: 100% 100%;
    left: 0px;
}


.home_five_title .more {
    background: rgba(255, 255, 255, 0.5);
    line-height: 35px;
    display: block;
    font-size: 16px;
    padding: 0px 10px;
    border-radius: 5px;
    float: right;
    margin-top: 3px;
}

.home_five_ul ul {
    margin-top: 70px;
}

.home_five_ul li {
    float: left;
    width: 32.6%;
    margin-right: 1%;
    height: 225px;
    background: #fff;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 3px;
}

.home_five_ul li:nth-child(3n) {
    margin-right: 0;
}

.home_five_ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home_five_ul li a:before {
    content: '';
    width: 185px;
    top: 70px;
    right: 0px;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: 2;
    animation: home_before 1s;
    -webkit-animation: home_before 1s;
    /* Safari 與 Chrome */
    display: none;
}


@keyframes home_before {
    from {
        width: 110%;
        top: 122px;
        right: -15px;
        transform: rotate(33deg);
        -ms-transform: rotate(33deg);
        -webkit-transform: rotate(33deg);
    }

    to {
        width: 185px;
        top: 70px;
        right: 0px;
        transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
    }
}

@-webkit-keyframes home_before {
    from {
        width: 110%;
        top: 122px;
        right: -15px;
        transform: rotate(33deg);
        -ms-transform: rotate(33deg);
        -webkit-transform: rotate(33deg);
    }

    to {
        width: 185px;
        top: 70px;
        right: 0px;
        transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
    }
}

.home_five_ul li a:after {
    content: '';
    width: 185px;
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 70px;
    left: 0px;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    z-index: 2;
    animation: home_after 1s;
    -webkit-animation: home_after 1s;
    /* Safari 與 Chrome */
    display: none;
}

@keyframes home_after {
    from {
        width: 110%;
        bottom: 122px;
        left: -15px;
        transform: rotate(33deg);
        -ms-transform: rotate(33deg);
        -webkit-transform: rotate(33deg);
    }

    to {
        width: 175px;
        bottom: 70px;
        left: 0px;
        transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
    }
}

@-webkit-keyframes home_after {
    from {
        width: 110%;
        bottom: 122px;
        left: -15px;
        transform: rotate(33deg);
        -ms-transform: rotate(33deg);
        -webkit-transform: rotate(33deg);
    }

    to {
        width: 175px;
        bottom: 70px;
        left: 0px;
        transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
    }
}



.home_five_ul li img {
    display: block;
    margin: auto;
}

.home_five_ul li h3 {
    position: absolute;
    line-height: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 0px 2%;
    box-sizing: border-box;
    text-align: center;
    bottom: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    left: 0px;
}

.home_five_ul li:hover h3 {
    display: none;
}

.home_five_ul li b {
    position: absolute;
    height: 90%;
    width: 90%;
    text-align: center;
    background: rgba(0, 80, 161, 0.5) url(../image/gd.png) no-repeat center;
    background-position-y: 70px;
    line-height: 295px;
    left: 5%;
    display: none;
    font-size: 16px;
    top: 5%;
}

.home_five_ul li:hover b, .home_five_ul li:hover a:after, .home_five_ul li:hover a:before {
    display: block
}

/**/

.home_six {
    width: 100%;
    height: 100%;
}

.home_six_bg {
    display: none;
}

.home_six_ul .title {
    margin-bottom: 70px;
}

.home_six_nav {
    width: 35%;
}

.home_six_nav ul {
    width: 70%;
    margin: auto;
}

.home_six_nav li {
    position: relative;
    border-radius: 10px;
    height: 200px;
    margin-top: 30px;
}

.home_six_imgs {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home_six_imgs img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.home_six_text {
    border-radius: 10px;
    background: rgba(0, 80, 161, 0.5);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.home_six_text img {
    display: block;
    margin: auto;
    height: 100px;
}

.home_six_text h3 {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home_six_nav .on .home_six_imgs img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.home_six_right {
    background: rgba(255, 255, 255, 0.5);
    width: 65%;
}

.home_six_right {
    background: rgba(255, 255, 255, 0.5);
    width: 65%;
    height: 490px;
    padding: 30px;
    box-sizing: border-box;
}

.home_six_li {
    line-height: 30px;
}

.home_six_li h3 {
    font-size: 20px;
    font-weight: bold;
}



.home_six_li h4 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.home_six_li .more {
    line-height: 35px;
    display: block;
    font-size: 16px;
    padding: 0px 10px;
    border-radius: 5px;
    float: right;
    margin-top: 25px;
}

/**/

.Tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
}

.Tcs {
    background: #fff;
    width: 70%;
    height: 343px;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 50%;
    margin-top: -171.5px;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
}

.Tc_gb {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    top: 0px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.Tcs img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 5px;
    box-shadow: 0px 0px 3px 3px #eee;
}

.Tcs .Tc_dt {
    width: 150px;
    height: auto;
    margin: 15px auto 0;
    display: block;
    box-shadow: initial;
}

#weixin {
    line-height: 30px;
    display: inline-block;
    font-size: 15px;
}

#copy_btn {
    background: #000;
    border: none;
    line-height: 30px;
    width: 100px;
    border-radius: 5px;
    margin: 5px auto 0px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Tcs p {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottom {
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    z-index: 555;
    display: none
}

.bottom li {
    float: left;
}

.bottom li {
    width: 25%;
    padding: 5px 0;
    text-align: center;
}

.bottom .dhzx {
    width: 50%;
}

.bottom .dhzx a {
    display: block;
    line-height: 44px;
    font-size: 16px;
}

.bottom li img {
    display: block;
    margin: auto;
    height: 20px;
}

.bottom .dhzx img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 25px;
}

.max_banner {
    display: none;
    overflow: hidden;
}

.max_banner img {
    width: 100%;
    display: block;
}

/**/




/**/





.footer_nav {
    line-height: 70px;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin-bottom: 30px;
}

.footer_nav li {
    display: inline-block;
    margin: 0px 15px;
    font-size: 16px;
}


.footer_logo, .footer_lx, .footer_ewm {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 20px 3%;
}


.footer_logo img {
    height: 90px;
    display: block;
    margin-bottom: 10px;
}

.footer_logo h2 {
    height: 24px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer_logo h3 {
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer_lx {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.footer_lx li {
    line-height: 35px;
    font-size: 16px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer_img {
    width: 48%;
    float: left;
    text-align: center;
    line-height: 30px;
}

.footer_img:nth-child(2) {
    float: right;
}

.footer_img img {
    display: block;
    height: 130px;
    margin: auto;
}

.footer_yq {
    clear: both;
    line-height: 40px;
    border-bottom: 1px solid #fff;
}

.footer_bottom {
    padding: 20px 0;
}

.footer a:hover {
    font-weight: bold;
}


/**/

.interlink {
    padding: 0px 0 15px;
}

.interlink__inner {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.interlink__title {
    width: 100px;
    font-size: 16px;
    background: url(../image/yqlj.png) no-repeat right;
    float: left;
    text-align: left;
}

.interlink__list {
    width: 1090px;
    float: right;
}

a.interlink__item {
    margin: 0px 10px;
    font-size: 15px;
}


/**/

.page .footer {
    margin-top: 50px;
}



.page_banner img {
    width: 100%;
    display: block;
    height: auto;
}

.page_lj {
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    font-size: 16px;
}

.page_lj .container {
    color: #676462;
}

a.page_fh {
    float: right;
    padding-right: 25px;
    background: url(../image/ca1.png) no-repeat right;
}

.page_fl {
    width: 20%;
}

.page_nav {
    padding: 0;
    text-align: initial;
}

.page_title {
    font-size: 22px;
    line-height: 65px;
    height: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 25px;
    box-sizing: border-box;
}

.page_title h2 {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
}

.page_title h3 {
    font-size: 19px;
    display: inline-block;
}

.page_nav ul {
    border: 1px solid #e7e7e7
}

.page_nav li a {
    line-height: 58px;
    display: block;
    padding-left: 25px;
    position: relative;
    text-align: left;
    font-size: 18px;
    color: #545454;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 58px;

}

.page_nav li a:after {
    content: '>';
    width: 50px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    font-weight: initial;
    float: right;
    font-family: '楷體';
}

.page_nav li {
    position: relative;
}



ul.page_navs {
    width: 100%;
    top: 0px;
    z-index: 2;
    display: none;
    border: none
}

ul.page_navs a {
    font-size: 15px;
}

.page_nav li:hover ul.page_navs {
    display: block;
}



ul.page_navs li a:after {
    display: none;
}

.page_nav li:hover a:after {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
}


/**/

.page_lxwm {
    margin-top: 25px;
}

.lxwm img {
    width: 100%;
    height: 100%;
    display: block;
}

.page_lxwm ul {
    border: 1px solid #e7e7e7;
    padding: 15px 25px 15px;
    box-sizing: border-box;
}

.page_lxwm li {
    font-size: 16px;
    line-height: 40px;
    color: #575757;
}




.page_lxwm_img {
    margin-top: 25px;
}

.page_lxwm_img img {
    width: 100%;
    display: block;
}

/**/

.page_xw {
    margin-top: 25px;
}

.page_xw ul {
    border: 1px solid #e7e7e7;
    padding: 10px 25px;
    box-sizing: border-box;
}

.page_xw li {
    position: relative;
}

.page_xw li a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 0px 0px 20px;
    color: #717171;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    display: block;
}



.page_xw li:before {
    content: "+";
    position: absolute;
    width: 15px;
    height: 40px;
    top: 0;
    left: 0px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    font-family: '楷體';
    font-size: 18px;
}



/**/


.page_gjc {
    margin-top: 25px;
}

.page_gjc ul {
    border: 1px solid #e7e7e7;
    padding: 25px 25px 10px;
    box-sizing: border-box;
    text-align: center;
}


.page_gjc li {
    display: inline-block;
    margin-right: 5%;
    width: 46%;
}

.page_gjc li:nth-child(2n) {
    margin-right: 0;
}

.page_gjc li a {
    font-size: 15px;
    padding: 0 1%;
    color: #7b7b7c;
    line-height: 40px;
    border: 1px dashed #e7e7e7;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.page_gjc li a:hover {
    border: none
}

/**/
.page_cp {
    position: relative;
}

.page_cp_title {
    line-height: 50px;
    border-bottom: 2px solid #dfdfdf;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px;
}

.page_cp_title h2 {
    display: inline-block;
    font-size: 24px;
}


.page_cp_title h3 {
    margin-left: 10px;
    font-size: 18px;
    font-family: Arial;
    color: #c2c2c1;
    text-transform: uppercase;
    display: inline-block;
}


.page_cp .bd {
    margin-top: 20px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 2%;
}

.page_cp_qh {
    position: absolute;
    width: 100px;
    right: 0px;
    top: 5px;
}

.page_cp_qh span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #eee;
    display: block;
    float: left;
    margin: 0px 5px;
    text-align: center;
    font-size: 25px;
    font-family: '楷體';
}



.page_cp li {
    width: 100%;
    overflow: hidden;
}

.page_cp_img {
    width: 49%;
    height: 237px;
    overflow: hidden;
    box-sizing: border-box;
    background: #ececeb;
}

.page_cp_img img {
    height: 237px;
    display: block;
    transition: all 0.6s;
    margin: auto;
}

.page_cp li:hover img {
    transform: scale(1.1);
}

.page_cp_text {
    width: 49%;
}

.page_cp_text h3 {
    width: 100%;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    font-size: 20px;
    border-bottom: 1px #d0d0d0 dashed;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page_cp_text p {
    line-height: 30px;
    color: #666;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
}



.page_cp_text span {
    margin-top: 10px;
    display: block;
}



/**/

.page_fr {
    width: 77%;
    box-sizing: border-box;
}

.page_text {
    line-height: 50px;
    font-size: 22px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    margin-top: 15px;
}

.page_text a {
    border-bottom: 2px solid #0050a1;
    line-height: 50px;
    display: inline-block;
}

.product li {
    width: 32%;
    float: left;
    margin-right: 2%;
    padding: 1% 1% 0;
    box-sizing: border-box;
    margin-bottom: 2%;
    position: relative;
    border: 1px solid #eee;
}

.product li:hover {
    border-color: #0050a1;
}

.product li:nth-child(3n) {
    margin-right: 0;
}

.product_img {
    width: 100%;
    height: 151px;
    overflow: hidden;
}

.product_img img {
    height: 100%;
    display: block;
    margin: auto;
    transition: all 0.6s;
}

.product li:hover img {
    transform: scale(1.1);
}

.product li h3 {
    line-height: 40px;
    width: 85%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product li:after {
    content: '→';
    position: absolute;
    right: 22px;
    bottom: 5px;
    color: #dadada;
}

.product li:before {
    content: '';
    position: absolute;
    right: 45px;
    bottom: 10px;
    background: #dadada;
    width: 1px;
    height: 15px;
}

.product li:hover {
    border-color: #0050a1;
}



/**/

.pading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pading a, .pading span {
    border: 1px solid #e5e5e5;
    padding: 3px 12px;
    display: inline-block;
    margin: 0 2px;
}

.pading .next, .pading .prev {
    border: 1px solid #e5e5e5;
}

.pading span.current, .pading span:hover, .pading a:hover {
    border: #0050a1 1px solid;
}

/**/

.product_imgs .bd {
    width: 49%;
}

.product_imgs li, .product_imgs li img {
    max-width: 100%;
    display: block;
    height: 305px;
    margin: auto;
    background: #f7f7f7;
}

.product_text {
    width: 49%;
}

.product_text h2 {
    line-height: 50px;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
}

.product_text p {
    color: #868686;
    line-height: 30px;
    font-size: 15px;
    height: 210px;
    overflow: hidden;
}

/**/

.Product_item_text {
    font-size: 22px;
    line-height: 40px;
    border-bottom: 2px solid #d4d4d4;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Product_item_text span {
    border-bottom: 2px solid #0050a1;
    display: inline-block;
}

.Product_item_text em {
    text-transform: uppercase;
}

/**/

.main_next {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.main_next .prevrecord, .main_next .nextrecord {
    margin: 5px 0px;
    display: block;
    font-size: 16px;
}

.main_next b {
    text-align: center;
    display: inline-block;
}

/**/

.xgwz, .xgcp {
    background: #f7f7f7;
    padding: 2%;
    box-sizing: border-box;
    margin-top: 20px;
    width: 49%;
    float: left;
}

.xgcp {
    float: right;
}

/**/

h4.related {
    border-bottom: 1px dashed #ccc;
    font-size: 22px;
    line-height: 40px;
}

h4.related span {
    display: inline-block;
}

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    color: inherit;
    display: block;
    border-bottom: 1px dashed #ccc;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

ul.relate_pr li a {
    color: inherit;
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 30px;
}

ul.relate_pr li img {
    width: 100%;
    display: block;
    height: 105px;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**/


/**/
.article {
    margin-top: 30px;
}

.article li {
    border: 1px solid #ccc;
    padding: 2%;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 20px;
}

.article_img {
    width: 25%;
    overflow: hidden;
}

.article_img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.6s;
}

.article li:hover img {
    transform: scale(1.1);
}

.article_text {
    width: 73%;
}

.article_text h3 {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
}

.article_text p {
    line-height: 28px;
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.article_title {
    text-align: center;
    color: #5A5A5A;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.article_title h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article li:hover {
    border-color: #0050a1;
}


/**/
.pages_nav {
    margin-bottom: 30px;
}

.page_content_title {
    text-align: center;
    font-size: 29px;
    line-height: 30px;
    margin-bottom: 30px;
}

.pages_nav li {
    width: 14.2%;
    float: left;
    position: relative;
}

.pages_nav li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    background: #f4f4f4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

ul.page_ul {
    position: absolute;
    width: 100%;
    z-index: 55;
    top: 50px;
    display: none;
}

ul.page_ul li {
    width: 100%;
}

.pages_nav li .cur:after, .pages_nav li a:hover:after {
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 0px;
}

.pages_nav li:hover ul.page_ul {
    display: block;
}



.page_nav li a:hover, .page_gjc li a:hover, .page_cp_qh span:hover, .pading span.current, .pading span:hover, .pading a:hover, .searchBtn, .navbox, .subMen, .page_title, .navs b, .navs b:after, .navs b:before, .title:after, .home_four_li .first:before, .home_six_li .more, .bottom .dhzx, .footer, .home_seven {
    background: #0050a1;
}

.page_lxwm li:hover, .page_xw li a:hover,
.page_cp li:hover h3, .article li:hover h3, .header_lx .rx, .header_qh_box a, .home_two_nav .on a, .home_two_text h2, .home_two_text .more, .home_four_nav .on a, .home_four_li .first b, .home_four_li .first span, .home_four_li li:hover .home_four_time, .home_four_li li:hover h3, .home_five_title h2, .home_six_li {
    color: #0050a1;
}


.footer, .interlink, a.interlink__item, .page_title, .page_nav li a:hover, .page_gjc li a:hover, .page_cp_qh span:hover, .pading span.current, .pading span:hover, .pading a:hover, .navbox a, .home_two_text .more:after, .home_three_ul .prev, .home_three_ul .next, .home_five_ul li h3, .home_five_ul li b, .home_six_text h3, .home_six_li .more, .bottom .dhzx a {
    color: #fff
}

.home_two_text h3, .home_three .more, .home_four_li li:after, .home_four_li .first span:after, .home_five_title .more {
    color: #e50114
}

.home_two_text .more:after, .home_three_ul .prev, .home_three_ul .next {
    background: #e50114;
}


/**/
@media only screen and (min-width:1650px) {
    .container {
        width: 1500px;
    }

    .home_two_text {
        width: 1300px;
    }

    .home_two_text h2, .home_two_text h3, .home_two_text .p, .home_two_text .more {
        width: 1000px;
    }



    .home_three_li {
        width: 1400px;
    }

    .home_three_li li {
        width: 330px;
    }

    .home_three_li img {
        height: 460px;
    }

    .home_four_nav {
        top: 170px;
    }

    .home_four_imgs {
        height: 340px;
    }

    .home_four_li li {
        margin-top: 20px;
        padding: 20px 80px 20px 0;
    }

    .home_five_ul li {
        height: 285px;
    }

    .home_five_ul li a:before {
        width: 170px;
        top: 72px;
        transform: rotate(43deg);
        -ms-transform: rotate(43deg);
        -webkit-transform: rotate(43deg);
    }

    @keyframes home_before {
        from {
            width: 110%;
            top: 122px;
            right: -15px;
            transform: rotate(33deg);
            -ms-transform: rotate(33deg);
            -webkit-transform: rotate(33deg);
        }

        to {
            width: 170px;
            top: 72px;
            right: 0px;
            transform: rotate(43deg);
            -ms-transform: rotate(43deg);
            -webkit-transform: rotate(43deg);
        }
    }

    @-webkit-keyframes home_before {
        from {
            width: 110%;
            top: 122px;
            right: -15px;
            transform: rotate(33deg);
            -ms-transform: rotate(33deg);
            -webkit-transform: rotate(33deg);
        }

        to {
            width: 170px;
            top: 72px;
            right: 0px;
            transform: rotate(43deg);
            -ms-transform: rotate(43deg);
            -webkit-transform: rotate(43deg);
        }
    }

    .home_five_ul li a:after {
        width: 170px;
        bottom: 72px;
        transform: rotate(43deg);
        -ms-transform: rotate(43deg);
        -webkit-transform: rotate(43deg);
    }

    @keyframes home_after {
        from {
            width: 110%;
            bottom: 122px;
            left: -15px;
            transform: rotate(33deg);
            -ms-transform: rotate(33deg);
            -webkit-transform: rotate(33deg);
        }

        to {
            width: 170px;
            bottom: 72px;
            left: 0px;
            transform: rotate(43deg);
            -ms-transform: rotate(43deg);
            -webkit-transform: rotate(43deg);
        }
    }

    @-webkit-keyframes home_after {
        from {
            width: 110%;
            bottom: 122px;
            left: -15px;
            transform: rotate(33deg);
            -ms-transform: rotate(33deg);
            -webkit-transform: rotate(33deg);
        }

        to {
            width: 170px;
            bottom: 72px;
            left: 0px;
            transform: rotate(43deg);
            -ms-transform: rotate(43deg);
            -webkit-transform: rotate(43deg);
        }
    }
}

@media only screen and (max-width: 1200px) {

    .container {
        width: 960px;
    }

    .header_fr {
        width: 35%;
    }

    .home_two_text {
        width: 1000px;
    }

    .home_two_text h2, .home_two_text h3, .home_two_text .p, .home_two_text .more {
        width: 650px;
    }

    .home_three_li {
        width: 850px;
        overflow: hidden;
    }

    .home_three_ul li {
        width: 202.5px;
        margin: 0 5px;
    }

    .home_three_ul li img {
        height: 300px;
    }

    .home_four_imgs img {
        height: auto;
    }

    .home_five_ul li a:before {
        top: 65px;
        transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        -webkit-transform: rotate(35deg);
    }


    @keyframes home_before {
        from {
            width: 110%;
            top: 122px;
            transform: rotate(33deg);
            -ms-transform: rotate(33deg);
            -webkit-transform: rotate(33deg);
        }

        to {
            width: 185px;
            top: 65px;
            transform: rotate(35deg);
            -ms-transform: rotate(35deg);
            -webkit-transform: rotate(35deg);
        }
    }

    @-webkit-keyframes home_before {
        from {
            width: 110%;
            top: 122px;
            transform: rotate(33deg);
            -ms-transform: rotate(33deg);
            -webkit-transform: rotate(33deg);
        }

        to {
            width: 185px;
            top: 65px;
            transform: rotate(35deg);
            -ms-transform: rotate(35deg);
            -webkit-transform: rotate(35deg);
        }
    }

    .home_five_ul li a:after {
        bottom: 65px;
        transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        -webkit-transform: rotate(35deg);
    }

    @keyframes home_after {
        from {
            width: 110%;
            bottom: 122px;
            transform: rotate(33deg);
            -ms-transform: rotate(33deg);
            -webkit-transform: rotate(33deg);
        }

        to {
            width: 185px;
            bottom: 65px;
            transform: rotate(35deg);
            -ms-transform: rotate(35deg);
            -webkit-transform: rotate(35deg);
        }
    }

    @-webkit-keyframes home_after {
        from {
            width: 110%;
            bottom: 122px;
            transform: rotate(33deg);
            -ms-transform: rotate(33deg);
            -webkit-transform: rotate(33deg);
        }

        to {
            width: 185px;
            bottom: 65px;
            transform: rotate(35deg);
            -ms-transform: rotate(35deg);
            -webkit-transform: rotate(35deg);
        }
    }



    .interlink__inner {
        width: 960px;
    }

    .interlink__list {
        width: 855px;
    }

}

@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 54px;
    }

    .container {
        width: 96%;
    }

    /**/
    #fp-nav.right {
        right: 4%;
    }

    #slides, .header_dh, .search {
        display: none;
    }

    .bottom, .max_banner {
        display: block;
    }

    .max_banner {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .max_banner li img {
        width: 100%;
        height: auto;
        display: none;
    }

    .max_banner_hd {
        position: absolute;
        bottom: 90px !important;
        text-align: center;
        z-index: 5;
    }

    .max_banner_hd .swiper-pagination-bullet {
        width: 30px;
        height: 2px;
        opacity: 1;
        background: #0050a1;
        border-radius: initial;
    }

    .max_banner_hd .swiper-pagination-bullet-active {
        background: #e50114
    }

    /**/

    .page_banner img {
        height: auto;
    }

    /**/
    .header {
        height: auto;
    }


    .logo {
        display: flex;
        align-items: center;
        width: 60%;
        height: 80px;
        float: left;
    }

    .header_fr {
        width: 15%;
        margin-right: 13%;
    }

    .header_qh {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .header_qh h2 {
        display: none;
    }

    .header_qh_box {
        display: block;
        position: initial;
        left: 0;
        top: 0;
    }

    /**/


    /*nav*/
    .navs {
        display: block;
        z-index: 1;
    }

    .nav_button {
        position: absolute;
        top: 10px;
        right: 53%;
        width: 30px;
        height: 30px;
        background: url(../image/close.png) no-repeat;
        display: block;
    }

    .navbox {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .navbox .nav {
        width: 50%;
        height: 100%;
        background: #fff;
        box-sizing: border-box;
        float: right;
    }

    .navbox li {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 0;
    }

    .navbox li a {
        display: block;
        padding: 0;
        line-height: 60px;
        font-size: 16px;
        height: 60px;
        width: 100%;
        border: none;
        color: #333
    }

    .navbox li:hover .subMen {
        display: none;
        opacity: 0;
    }

    .navbox li:before {
        display: none;
    }

    .navbox li .cur, .navbox li a:hover {
        background: #0050a1;
        color: #fff
    }

    .title h2 {
        font-size: 22px;
        height: 24px;
        line-height: 24px;
    }

    .title h3 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 5px;
        height: 20px;
    }

    /**/

    .home_two_ls {
        width: 96%;
        top: 25px;
        overflow: hidden;
    }

    .home_two_ls .title {
        width: 49%;
        float: left;
    }

    .home_two_nav {
        margin-top: 0;
        float: right;
        width: 49%;
    }

    .home_two_nav li {
        margin: 0px 0 5px 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: right;
    }

    .home_two_nav li a {
        font-size: 16px;
        color: #fff;
        font-weight: initial;
    }

    .home_two_nav .on a {
        border-bottom: 1px solid #fff;
        color: #fff
    }

    .home_two_text {
        width: 96%;
        margin: auto;
        padding: 2%;
        right: 2%;
        border-radius: 10px;
    }

    .home_two_text h2, .home_two_text h3, .home_two_text .p {
        width: 100%;
    }

    .home_two_text h2 {
        font-size: 18px;
        line-height: 24px;
        height: 24px;
    }

    .home_two_text h3 {
        margin-top: 0;
        font-size: 14px;
    }

    .home_two_text .p {
        line-height: 24px;
        margin-top: 5px;
        height: 72px;
        font-size: 14px;
    }

    .home_two_text .more {
        margin: 5px 0 0 0px;
        font-size: 14px;
        padding-right: 30px;
        line-height: 24px;
        width: 100%;
    }

    .home_two_text .more:after {
        right: 0px;
        width: 20px;
        height: 20px;
        line-height: 18px;
        font-size: 14px;
        top: 3px;
    }

    /**/


    .home_three .more {
        line-height: 30px;
        font-size: 14px;
        padding: 0px 10px;
        border-radius: 5px;
        right: 0;
        top: 80px;
    }

    .home_three_ul {
        width: 340px;
        margin: 80px auto 0;
    }

    .home_three_ul li {
        width: 165px;
        margin: 0 5px;
    }

    .home_three_ul li img {
        height: 230px;
    }

    .home_three_ul .prev, .home_three_ul .next {
        display: none;
    }

    .home_three_li {
        width: 100%;
        margin: 0px auto 0;
    }


    /**/

    .home_four_ul .title {
        width: 49%;
        float: left;
    }

    .home_four_nav {
        text-align: right;
        position: initial;
        top: 0;
        left: initial;
        margin-left: 0;
        width: 49%;
        float: right;
    }

    .home_four_nav li {
        display: inline-block;
        width: 100%;
    }

    .home_four_li {
        padding-top: 5px;
        clear: both;
        margin-top: 0;
    }

    .home_four_li li {
        width: 49%;
        padding: 2%;
    }

    .home_four_li li:nth-child(2n+1) {
        float: right;
    }

    .home_four_time {
        width: 35%;
        font-size: 18px;
        line-height: 24px;
        padding: 8px 0;
    }

    .home_four_text {
        width: 59%;
    }

    .home_four_text h3 {
        font-size: 15px;
    }

    .home_four_text p {
        height: 40px;
        margin-top: 5px;
        line-height: 20px;
    }

    .home_four_li li:after {
        display: none;
    }



    .home_four_li .first {
        width: 100%;
        padding: 2%;
        margin-right: 0;
        float: none;
    }

    .home_four_imgs {
        height: 115px;
        width: 49%;
        float: left;
        margin-right: 2%;
    }

    .home_four_imgs img {
        height: 100%;
    }


    .home_four_li .first:before {
        height: 65px;
        width: 50%;
    }

    .home_four_li .first h3 {
        line-height: 20px;
        margin-top: 0;
        height: 40px;
        font-size: 15px;
    }

    .home_four_li .first p {
        margin-top: 5px;
        height: 40px;
        margin-bottom: 5px;
        line-height: 20px;
    }

    .home_four_li .first b {
        display: none;
    }

    .home_four_li .first span:after {
        top: 1px;
    }


    /**/

    .home_five_title {
        position: initial;
        top: 0;
        width: 100%;
        left: 0;
        margin-left: 0;
        margin-top: 20px;
    }

    .home_five_title h2 {
        font-size: 16px;
        padding: 0px 20px;
    }

    .home_five_title .more {
        display: none;
    }

    .home_five_ul ul {
        margin-top: 10px;
    }

    .home_five_ul li {
        float: left;
        width: 49%;
        margin-right: 0;
        height: 110px;
        margin-top: 10px;
    }


    .home_five_ul li:nth-child(2n) {
        float: right;
    }

    .home_five_ul li h3 {
        line-height: 35px;
        height: 35px;
        font-size: 14px;
    }

    .home_five_ul li:hover b, .home_five_ul li:hover a:after, .home_five_ul li:hover a:before {
        display: none;
    }

    /**/

    .home_six_nav {
        width: 100%;
        float: none;
        overflow: hidden;
    }

    .home_six_ul .title {
        margin-bottom: 0;
    }

    .home_six_nav ul {
        width: 90%;
    }

    .home_six_nav li {
        height: 95px;
        float: left;
        width: 48%;
        margin: 20px 1% 0;
    }

    .home_six_text {
        padding: 4% 2%;
    }

    .home_six_text img {
        height: 55px;
    }

    .home_six_text h3 {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }

    .home_six_right {
        width: 100%;
        height: auto;
        padding: 2%;
        float: none;
        margin-top: 20px;
    }

    .home_six_li {
        line-height: 22px;
    }

    .home_six_li h3 {
        font-size: 15px;
    }

    .home_six_li h4 {
        margin-top: 0px;
        font-size: 14px;
    }

    .home_six_li .more {
        display: none;
    }


    /**/
    .interlink__inner {
        width: 96%;
        margin: auto;
    }

    .interlink__title {
        float: none;
        line-height: 40px;
    }

    .interlink__list a {
        margin: 0;
        margin-right: 5px;
    }

    .interlink__list {
        width: 100%;
        float: none;
        text-align: left;
    }



    /**/

    .page .footer {
        margin-top: 20px;
    }


    .footer {
        padding-top: 0px;
    }


    .footer_nav {
        line-height: 24px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        display: none;
    }

    .footer_nav li {
        margin: 0px 10px;
        font-size: 15px;
    }

    .footer_ewm {
        display: none;
    }

    .footer_logo, .footer_lx {
        width: 100%;
        float: none;
        padding: 5px 0;
    }

    .footer_logo img {
        height: 75px;
        margin-bottom: 5px;
    }

    .footer_logo h2 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .footer_lx {
        border: none
    }

    .footer_lx li {
        line-height: 24px;
        font-size: 14px;
        height: 24px;
    }

    .footer_yq {
        line-height: 24px;
        border-bottom: none;
        margin-top: 5px;
    }

    .footer_bottom {
        padding: 10px 0;
    }

    .interlink {
        padding: 0px 0 15px;
    }


    /**/

    .page_lj {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }

    a.page_fh {
        display: none;
    }

    .page_lj .container {
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .page_fl {
        width: 100%;
        float: none;
    }

    .page_title {
        line-height: 50px;
        height: 50px;
        padding-left: 2%;
    }

    .page_title h2 {
        font-size: 16px;
    }

    .page_title h3 {
        font-size: 15px;
    }

    .page_nav {
        overflow: hidden;
    }

    .page_nav ul {
        padding: 1% 2%;
        box-sizing: border-box;
    }

    .page_nav li {
        position: relative;
        width: 32%;
        float: left;
        margin-right: 2%;
    }

    .page_nav li a {
        line-height: 40px;
        padding-left: 0;
        text-align: left;
        font-size: 15px;
        height: 40px;
    }

    .page_nav li a:after {
        content: '>';
        width: 30px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        text-align: center;
    }

    .page_nav li:nth-child(3n) {
        margin-right: 0;
    }

    .page_nav li:hover ul.page_navs {
        display: none;
    }

    ul.page_navs {
        opacity: 0;
    }

    /**/

    .page_xw {
        float: left;
        width: 49%;
        margin-top: 15px;
    }

    .page_xw ul, .page_lxwm ul {
        padding: 1% 2%;
    }

    .page_xw li {
        margin-bottom: 3px;
    }

    .page_xw li a {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding: 0px 0px 0px 20px;
    }

    .page_xw li:before {
        content: "+";
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .page_gjc {
        display: none;
    }

    .page_lxwm {
        width: 49%;
        float: right;
        margin-top: 15px;
    }

    .page_lxwm li {
        font-size: 14px;
        line-height: 30px;
        color: #575757;
        height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


    .page_lxwm_img {
        display: none;
    }


    /**/
    .page_cp {
        width: 100%;
    }

    .page_cp_title {
        line-height: 40px;
        width: calc(100% - 60px);
        height: 40px;
    }

    .page_cp_title h2 {
        font-size: 18px;
    }

    .page_cp_title h3 {
        margin-left: 5px;
        font-size: 15px;
    }

    .page_cp_qh {
        width: 60px;
        top: 8px;
    }

    .page_cp_qh span {
        width: 28px;
        height: 28px;
        line-height: 28px;
        margin: 0px 1px;
        font-size: 16px;
    }



    .page_cp .bd {
        border: none;
        margin-top: 15px;
    }


    .page_cp li {
        width: 100%;
        margin: 0;
    }

    .page_cp_img {
        height: 113px;
    }

    .page_cp_img img {
        height: 113px;
    }

    .page_cp_text h3 {
        width: 100%;
        line-height: 35px;
        height: 35px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .page_cp_text p {
        line-height: 22px;
        -webkit-line-clamp: 2;
        font-size: 14px;
    }

    .page_cp_text span {
        margin-top: 0px;
    }




    /**/

    .page_fr {
        width: 100%;
        padding: 2% 2% 2%;
        clear: both;
        float: none;
    }

    .page_text {
        font-size: 18px;
        margin-top: 0;
    }

    .product li {
        margin-right: 0;
        width: 49%;
        float: left;
    }

    .product li:nth-child(2n) {
        float: right;
    }


    .product_img {
        height: 124px;
    }

    .product li h3 {
        line-height: 35px;
        height: 35px;
        font-size: 14px;
        width: 75%;
    }

    /**/
    .page_fr .pading {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .pading a, .pading span {
        padding: 1px 8px;
    }

    /**/

    .product_imgs {
        margin-top: 20px;
    }

    .product_imgs .bd {
        width: 100%;
        float: none;
    }

    .product_imgs li, .product_imgs li img {
        height: 200px;
    }

    .product_text {
        width: 100%;
    }

    .product_text h2 {
        line-height: 40px;
        height: 40px;
        font-size: 18px;
    }

    .product_text p {
        line-height: 24px;
        font-size: 14px;
        height: 72px;
    }

    .Product_item_text {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .main_next .prevrecord, .main_next .nextrecord {
        font-size: 15px;
        height: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .xgwz, .xgcp {
        padding: 1%;
        margin-top: 10px;
        width: 100%;
    }

    h4.related span {
        font-size: 18px;
    }

    ul.relate_news li a {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    ul.relate_pr li img {
        height: 39px;
    }

    /**/
    .article {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .article li {
        padding: 2%;
        margin-bottom: 2%;
        width: 49%;
        float: left;
    }

    .article li:nth-child(2n) {
        float: right;
    }

    .article_img {
        height: 126px;
        width: 100%;
    }

    .article_text {
        width: 100%;
    }

    .article_text h3 {
        line-height: 35px;
        height: 35px;
        font-size: 15px;
    }


    .article_text p {
        line-height: 28px;
        font-size: 14px;
        height: 57px;
    }



    .article_content {
        margin-top: 15px;
    }

    .article_title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .article_title h2 {
        font-size: 18px;
        line-height: 35px;
        height: 35px;
    }

    .pages_nav li {
        width: 32.3%;
        margin: 0 0.5% 1%;
    }

    .pages_nav li a {
        font-size: 15px;
        line-height: 40px;
    }

    ul.page_ul {
        opacity: 0;
    }

    .main_next {
        margin-top: 15px;
    }
}