﻿html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
}

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: 1500px;
    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;
}

/**/

.page_xw li a:hover, .page_cp li:hover h3, .product li:hover h3, .product li:hover:after, .Product_item_text span, ul.relate_news li a:hover, ul.relate_pr p:hover, .article li:hover h3, .slides_qh .prev:hover, .slides_qh .next:hover, .navbox li .cur, .navbox li a:hover, .title, .one_nav .on, .two_texts .more:hover, .three li:hover h3, .four_ul li:hover h3, .six li:hover h3 {
    color: #2aa472
}

.page_title, .page_nav li .cur, .page_nav li a:hover, .lxwm, .product li:hover:before, .pading span.current, .page_cp_qh span:hover, #slides .hd .on, .subMen li .cur, .subMen li a:hover, .navs b, .navs b:after, .navs b:before, .header:before, .header_qh:hover, .header_qh_box a:hover, .header_qh_box a:hover, .interlink, .subMen li .cur, .subMen li a:hover, .header_zyw li:hover, .bottom .dhzx, .navbox .cur:before, .navbox a:hover:before, .navbox .cur:after, .navbox a:hover:after, .header_bottom, .two_texts .more, .two_right h3, .five_img, .five_img:before, .five_title, .five_ul li, .interlink {
    background: #2aa472
}

#copy_btn, .bottom .dhzx a, .page_title, .page_nav li .cur, .page_nav li a:hover, .lxwm, .pading span.current, .page_cp_qh span:hover, .slides_qh .next, .slides_qh .prev, .interlink, .footer_bottom, .footer_top, .footer_dz h3, .header_zyw li:hover, .subMen li .cur, .subMen li a:hover, .header_left, .header_text, .one_text h3, .one_text p, .two_texts .b, .two_texts .more, .two_right h3, .four .title, .five_title, .six li:nth-child(1) .six_text, .six li:nth-child(2) .six_text, .six li:nth-child(3) .six_text, .six li:nth-child(1):hover h3, .six li:nth-child(2):hover h3, .six li:nth-child(3):hover h3, .six li:nth-child(1) span, .six li:nth-child(2) span, .six li:nth-child(3) span {
    color: #fff;
}


.two_texts .b, .three_img {
    background: #4d76d1;
}


.four_text h3 {
    color: #4d76d1;
}




/**/

#slides {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#slides img {
    width: 100%;
    display: block;
}

#slides .hd {
    width: 1200px;
    position: absolute;
    border-radius: 24px;
    bottom: 30px;
    z-index: 10;
    left: 50%;
    margin-left: -600px;
    text-align: center;
}

#slides .hd li {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #fff;
    transition: .5s;
    color: transparent;
    margin: 0px 10px;
    border-radius: 50%;
}





/*header*/

.header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/*logo*/

.logo {
    width: 20%;
    height: 100px;
    padding-right: 2%;
    box-sizing: border-box;
}



.logo a {
    display: flex;
    align-items: center;
    height: 100%;
}

.logo img {
    max-width: 100%;
    display: block;
    max-height: 100%;
}




/**/
.header_zyw {
    width: 10%;
    margin-top: 5px;
}


/**/
.header_zyw li {
    width: 80%;
    line-height: 30px;
    background: #fff;
    box-shadow: 0px 2px 2px 1px #999;
    border-radius: 30px;
    text-align: center;
    margin: 10px auto 0px;
}

.header_zyw li img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}



/**/

.navbox {
    position: relative;
    width: 68%;
}




.navbox li {
    float: left;
    position: relative;
    width: 14.285%;
    padding: 20px 0;
    text-align: center;
}

.navbox li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #d7e4de;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    right: -3px;
    top: 48px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.navbox a {
    padding: 0 0.5%;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
}






.navbox .cur:before, .navbox a:hover:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 0px;
}

.navbox .cur:after, .navbox a:hover:after {
    content: '';
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -25%;
}



.subMen {
    position: absolute;
    top: 100px;
    z-index: 2;
    display: none;
    width: 100%;
    background: #fff;
}


.navbox li:last-child:before, ul.subMen li:before, .subMen a:hover:after, .subMen a:hover:before, .subMen .cur:after, .subMen .cur:before {
    display: none;
}

ul.subMen li {
    width: 100%;
    float: none;
    padding: 0;
}

ul.subMen a {
    line-height: 40px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}


.navbox li:hover ul.subMen {
    display: block;
}




.navs {
    display: none;
    width: 10%;
    position: absolute;
    right: 2%;
    top: 10px;
    border: 1px solid #2aa472;
    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;

}




/**/

.Tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    color: #000
}

.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;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.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;
}

.bottom li a {
    color: #000;
}

.max_banner {
    display: none;
    overflow: hidden;
}

.max_banner img {
    width: 100%;
    display: block;
}

/**/
.header_bottom {
    padding: 10px 0;
}

.header_left {
    width: 30%;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 60px;
}

.header_left img {
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    animation: sway 1.5s linear infinite;
}


@keyframes sway {

    0%,
    70%,
    100% {
        transform: rotate(0) scale(1);
    }

    10%,
    30% {
        transform: rotate(-15deg) scale(1);
    }

    20%,
    40% {
        transform: rotate(15deg) scale(1);
    }
}


.header_right {
    width: 65%;
}

.header_text {
    width: 60%;
}

.header_text h2 {
    background: url(../images/sea_t.png) no-repeat left;
    padding-left: 35px;
    font-size: 16px;
    line-height: 30px;
}


.header_text .p {
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    font-size: 15px;
}

.header_input {
    width: 35%;
    margin-top: 5px;
}

.header_input input {
    width: 85%;
    height: 50px;
    line-height: 50px;
    border: 3px solid #565658;
    padding: 0 3%;
    box-sizing: border-box;
    font-size: 15px;
    background: #fff;
    border-right: none;
}

.header_input .searchBtn {
    float: right;
    background: #565658 url(../images/ser.png) no-repeat center;
    border: 3px solid #565658;
    border-radius: 0px 50px 50px 0;
    box-sizing: border-box;
    width: 15%;
    display: block;
    height: 50px;
}

/**/
.title {
    overflow: hidden;
}

.title h2 {
    float: left;
    font-size: 56px;
    margin-right: 6px;
    vertical-align: middle;
    font-weight: bold;
    line-height: 60px;
}

.title h3 {
    float: left;
    padding-top: 5px;
    text-transform: uppercase;
}

.title h3 b {
    font-size: 30px;
    display: block;
    line-height: 30px;
    margin-bottom: 2px;
}



/**/

.one {
    margin-top: 70px;
}


.one .title {
    width: 49%;
}

.one_nav {
    width: 49%;
}

.one_nav li {
    float: left;
    width: 33.3%;
    position: relative;
    padding-right: 2%;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 16px;
}

.one_nav li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #4d76d1 url(../images/one.png) center center no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}




.one_nav .on:before {
    background: #2aa472 url(../images/one.png) center center no-repeat;
}

.one_ul {
    margin-top: 50px;
}

.one_ul li {
    margin-top: 20px;
    width: 23.5%;
    float: left;
    margin-right: 2%;
    border: solid 10px #fff;
    box-shadow: 0 0 0 1px #dedede;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    height: 264px;
    box-sizing: border-box;
}

.one_ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #f2f8f6;
}

.one_ul li img {
    display: block;
    margin: auto;
    height: 100%;
}

.one_ul li:nth-child(4n) {
    margin-right: 0;
}

.one_text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -150px;
    background: rgba(42, 164, 114, 0.7);
    padding: 20px 25px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-sizing: border-box;
}

.one_text h3 {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.one_text p {
    height: 48px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.one_ul li:hover {
    box-shadow: 0 0 0 1px #2aa472;
}

.one_ul li:hover .one_text {
    bottom: 0px;
}

/**/

.two {
    margin-top: 70px;
}

.two_text {
    background: #f2f8f6;
    margin-top: 70px;
    overflow: hidden;
    width: 50%;
}

.two_texts {
    width: 750px;
    float: right;
    padding: 50px 30px 50px 0;
    box-sizing: border-box;
}

.two_texts h3 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.two_texts .b {
    display: inline-block;
    vertical-align: top;
    border-radius: 20px;
    padding-left: 20px;
}


.two_texts .p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 40px;
    height: 120px;
    color: #666666;
    margin-top: 20px;
}


.two_texts .more {
    display: block;
    vertical-align: middle;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    box-shadow: 0 0 0 5px #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-sizing: border-box;
    z-index: 1;
    margin-top: 20px;
    line-height: 70px;
}

.two_texts .more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #2aa472;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    box-sizing: border-box;
}

.two_texts .more:hover {
    background: none;
}

.two_texts .more:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.two_r {
    position: relative;
    width: 50%;
    margin-top: 140px;
}

.two_right {
    width: 750px;
    margin-top: 36.5px;
    padding-bottom: 36.5px;
}

.two_right li {
    width: 335px;
    background: #ffffff;
    margin: 0px 20px;
    float: left;
    overflow: hidden;
    height: 226px;
}

.two_img {
    width: 85%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.two_img img {
    margin: auto;
    display: block;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.two_right h3 {
    width: 15%;
    height: 100%;
    float: right;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: tb-rl;
}


.two li:hover img {
    -webkit-transform: scale(1.05) rotate(0);
    -moz-transform: scale(1.05) rotate(0);
    -o-transform: scale(1.05) rotate(0);
    transform: scale(1.05) rotate(0);
}

/**/

.three {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.three_ul {
    margin-top: 70px;
}

.three_ul li {
    overflow: hidden;
}

.three_img {
    width: 50%;
    display: flex;
    align-items: center;
    height: 450px;
}

.three_img img {
    display: block;
    margin: auto;
}

.three_text {
    width: 50%;
    background: #cce5db;
    margin-top: 90px;
    padding: 50px;
    box-sizing: border-box;
}


.three_text h3 {
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}


.three_text p {
    height: 120px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
}




/**/

.four {
    position: relative;
    padding-bottom: 70px;
}

.four:before {
    content: '';
    width: 50%;
    height: 646px;
    background: #f2f8f6;
    position: absolute;
    top: 0px;
    left: 0px;
}

.four:after {
    content: '';
    width: 50%;
    height: 820px;
    background: #f2f8f6;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.four .title {
    padding: 70px 0;
    position: relative;
    z-index: 2;
}


.four .index_img {
    height: 201px;
    z-index: 2;
}


.four_ul {
    margin-top: 70px;
    position: relative;
    z-index: 2;
}

.four_ul li {
    width: 100%;
    overflow: hidden;
}

.four_img {
    width: 50%;
    display: flex;
    align-items: center;
    height: 375px;
    overflow: hidden;
}

.four_img img {
    display: block;
    margin: auto;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.four_text {
    width: 50%;
    padding: 70px 70px 0;
    box-sizing: border-box;
}

.four_text h2 {
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999999;
    font-size: 18px;
}

.four_text h3 {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    font-weight: bold;
}

.four_text .p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 40px;
    height: 160px;
    color: #666666;
    margin-top: 20px;
}

.four_ul li:hover img {
    -webkit-transform: scale(1.05) rotate(0);
    -moz-transform: scale(1.05) rotate(0);
    -o-transform: scale(1.05) rotate(0);
    transform: scale(1.05) rotate(0);
}



/**/
.five {
    margin-top: 70px;
}

.five .title {
    margin-bottom: 70px;
}

.fives {
    background: #f2f8f6;
    padding: 70px 0 0;
}

.five_left {
    width: 1050px;
}

.five_text {
    width: 400px;
    font-size: 16px;
    line-height: 40px;
    margin-right: 50px;
    height: 320px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.five_img {
    width: 600px;
    height: 600px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: -202px;
    position: relative;
}

.five_img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    bottom: -7px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.five_img img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}


.five_right {
    width: 400px;
}

.five_title {
    padding: 20px;
    box-sizing: border-box;
}

.five_title h2 {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
}

.five_title h3 {
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.five_ul {
    margin: 20px auto 0;
    overflow: hidden;
}

.five_ul li {
    width: 170px;
    height: 220px;
    padding: 5px;
    float: left;
    margin: 0px 10px;
}

.five_ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
}

.five_ul li img {
    margin: auto;
    display: block;
    height: 100%;
}


/**/

.six {
    margin-top: 70px;
}

.six ul {
    margin-top: 50px;
}

.six li {
    float: left;
    width: 49%;
    position: relative;
    overflow: hidden;
    height: auto;
    margin-top: 20px;
}


.six li:nth-child(2n+1) {
    float: right;
}


.six li:nth-child(1), .six li:nth-child(2), .six li:nth-child(3) {
    width: 32%;
    margin-right: 2%;
    float: left;
    height: 250px;
}

.six li:nth-child(3) {
    margin-right: 0;
}

.six_img {
    display: none;
}

.six li:nth-child(1) .six_img, .six li:nth-child(2) .six_img, .six li:nth-child(3) .six_img {
    height: 250px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #f2f8f6;
}

.six_img img {
    margin: auto;
    display: block;
    height: 100%;
}

.six_text {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    width: 100%;
}

.six li:nth-child(1) .six_text, .six li:nth-child(2) .six_text, .six li:nth-child(3) .six_text {
    background: rgba(42, 164, 114, 0.7);
    position: absolute;
    bottom: -210px;
    left: 0px;
    height: 100%;
    padding: 0px 50px;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-bottom: none;
}


.six_text h3 {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 15%);
}

.six li:nth-child(1) h3, .six li:nth-child(2) h3, .six li:nth-child(3) h3 {
    text-align: center;
    float: none;
    width: 100%;
    line-height: 40px;
    height: 40px;
}



.six_text span {
    line-height: 50px;
    text-align: right;
    width: 15%;
    color: #999999;
    float: right;
}

.six li:nth-child(1) span, .six li:nth-child(2) span, .six li:nth-child(3) span {
    width: 100%;
    float: none;
    line-height: 40px;
}

.six_text p {
    height: 90px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    line-height: 30px;
    font-size: 15px;
    display: none;
}

.six li:nth-child(1) p, .six li:nth-child(2) p, .six li:nth-child(3) p {
    display: block;
}

.six li:nth-child(1):hover .six_text, .six li:nth-child(2):hover .six_text, .six li:nth-child(3):hover .six_text {
    bottom: 0px;
    padding: 40px 50px;
}

.six li:nth-child(1):hover h3, .six li:nth-child(2):hover h3, .six li:nth-child(3):hover h3 {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}




/**/

.footer {
    position: relative;
    padding: 50px 0 30px;
    margin-top: 70px;
}

.footer .h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.footer_logo, .footer_lx, .footer_dh {
    width: 33.3%;
    float: left;
}

.footer_lx {
    padding: 0px 2%;
    box-sizing: border-box;
}

.footer_img {
    width: 48%;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}

.footer_img img {
    width: 60%;
    display: block;
    margin: auto;
}

.footer_lx li {
    line-height: 40px;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer_dh li {
    width: 50%;
    float: left;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    padding-right: 2%;
    box-sizing: border-box;
}


.page .footer {
    margin-top: 50px;
}



.footer_bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 30px;
}



.footer li a:hover, a.interlink__item:hover {
    font-weight: bold;
}


/**/
.interlink {
    padding: 10px 0 10px;
}

.interlink__inner {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.interlink__title {
    width: 100px;
    font-size: 16px;
    background: url(../images/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;
}

.interlink__item:hover {
    font-weight: bold;
}

/**/



.page_banner img {
    width: 100%;
    display: block;
    height: auto;
}

.page_lj {
    border: 1px solid #eee;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 5%;
}

.page_lj .container {
    color: #999;
    background: url(../images/tb.png) no-repeat left;
    padding: 0 0 0 25px;
}

a.page_fh {
    float: right;
    padding-right: 25px;
    background: url(../images/ca1.png) no-repeat right;
}

.page_fl {
    width: 20%;
}

.page_nav {
    padding: 0;
}

.page_title {
    font-size: 22px;
    font-weight: normal;
    line-height: 75px;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.page_nav li a {
    line-height: 50px;
    display: block;
    margin-bottom: 2px;
    padding-left: 30px;
    position: relative;
    background: #ececeb;
    text-align: left;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 50px;
}

.page_nav li a:after {
    content: '+';
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: initial;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.page_nav li {
    position: relative;
}



ul.page_navs {
    width: 100%;
    top: 0px;
    z-index: 2;
    display: none;
}

.page_nav li:hover ul.page_navs {
    display: block;
}

ul.page_navs li a:after {
    display: none;
}

.page_nav li:hover a:after {
    content: '-';
}



/**/


.lxwm img {
    width: 100%;
    height: 100%;
    display: block;
}

.lxwm ul {
    padding: 10px 15px 10px;
    text-align: center;
}

.lxwm li {
    font-size: 16px;
    line-height: 40px;
}

.lxwm li img {
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/**/

.page_xw {
    border-top: 1px solid #fff
}

.page_xw ul {
    border: 1px solid #eee;
    padding: 2% 2% 0;
    border-top: none;
}

.page_xw li {
    margin-bottom: 5px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-bottom: dashed 1px #d2d2d2;
    padding: 0 32px 0 0px;
    position: relative;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}





.page_xw li:before {
    content: ">";
    position: absolute;
    width: 30px;
    height: 35px;
    top: 0;
    right: 0px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    font-family: '楷体';
}



.page_xw li:last-child {
    border-bottom: 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_cp li:hover h3 {
    font-weight: bold;
}

/**/

.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 #2aa472;
    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: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: #2aa472
}



/**/

.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 {
    border: #2aa472 1px solid;
}



/**/
.product_imgs_fl {
    width: 49%;
    position: relative;
}

.product_imgs_fl .imga img {
    margin: auto;
    display: block;
    height: 100%;
}

.product_imgs_fl .imga {
    margin-bottom: 5px;
    overflow: hidden;
}

.imga .swiper-slide {
    background: #eee;
    display: flex;
    align-items: center;
    height: 250px;
}


.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 #2aa472;
    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: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 20px;
}

/**/

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: 46px;
    line-height: 46px;
    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 {
    display: block;
    height: 105px;
    margin: auto;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


ul.relate_news li a:hover, ul.relate_pr p:hover {
    font-weight: bold;
}

/**/


/**/
.article {
    margin-top: 30px;
}

.article li {
    border: 1px solid #ccc;
    padding: 2%;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 2%;
}

.article_img {
    width: 25%;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.article_img img {
    height: auto;
    display: block;
    transition: all 0.6s;
    margin: auto;
}

.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: #2aa472;
}



/**/

@media only screen and (max-width:1600px) {
    .container {
        width: 1200px;
    }

    .navbox a {
        font-size: 16px;
    }

    .header_left {
        font-size: 18px;
    }

    .one_ul li {
        height: 222px;
    }

    .two_texts {
        width: 600px;
    }

    .two_texts h3 {
        letter-spacing: 3px;
    }

    .two_right {
        width: 600px;
    }

    .two_right li {
        width: 260px;
    }

    .two_right h3 {
        line-height: 40px;
    }

    .five_text {
        width: 300px;
        -webkit-line-clamp: 6;
        height: 240px;
    }

    .five_left {
        width: 850px;
    }

    .five_img {
        width: 500px;
        height: 500px;
    }

    .five_right {
        width: 300px;
    }

    .five_ul li {
        width: 120px;
        margin: 0px 10px;
        height: 140px;
    }


}



@media only screen and (max-width:1200px) {

    .container {
        width: 960px;
    }

    .header_left {
        font-size: 13px;
    }

    .one_ul li {
        height: 177px;
    }

    .two_texts, .two_right {
        width: 480px;
    }

    .two_right li {
        width: 200px;
    }

    .two_right h3 {
        line-height: 33px;
    }

    .five_left {
        width: 600px;
    }

    .five_text {
        width: 200px;
    }

    .five_img {
        width: 350px;
        height: 350px;
        margin-top: -65px;
    }

    .six_text h3 {
        width: calc(100% - 18%);
    }

    .six_text span {
        width: 18%;
    }

    .interlink__inner {
        width: 960px;
    }

    .interlink__list {
        width: 855px;
    }
}

/**/

@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 54px;
    }

    .container {
        width: 96%;
        padding: 0;
    }


    /**/
    .bottom, .max_banner {
        display: block;
    }

    #slides, .header_text, .logo:after {
        display: none;
    }

    /**/

    .page_banner img {
        height: auto;
    }

    /**/



    .logo {
        display: flex;
        align-items: center;
        width: 80%;
        height: 80px;
        float: left;
        padding: 0 1%;
        top: 0px;
        position: initial;
        margin: 0;
        left: 0;
    }

    .logo img {
        max-height: 80px;
    }


    .header_zyw {
        width: 20%;
        margin-top: 50px;
    }

    .header_zyw li {
        width: 45.5%;
        float: left;
        border-radius: 5px;
        margin: 0px 2.2% 0;
        line-height: 24px;
    }

    .header_zyw li img {
        display: none;
    }


    /**/

    /*nav*/
    .navs {
        display: block;
        z-index: 1;
    }

    .nav_button {
        position: absolute;
        top: 10px;
        right: 53%;
        width: 30px;
        height: 30px;
        background: url(../images/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:before, .navbox li:before {
        display: none;
    }

    .navbox .nav {
        width: 50%;
        height: 100%;
        background: #fff;
        box-sizing: border-box;
        float: right;
        margin: 0;
        padding-left: 0;
    }

    .navbox li {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 0;
        height: auto;
    }

    .navbox li a {
        display: block;
        padding: 0;
        line-height: 60px;
        font-size: 16px;
        height: 60px;
        width: 100%;
        border: none;
        color: #333;
        margin: 0;
    }




    .navbox a:hover:before, .navbox a:hover:after, .navbox .cur:before, .navbox .cur:after, .header_input {
        display: none;
    }

    .subMen {
        opacity: 0;
    }

    .navbox li:hover .subMen {
        display: none;
        opacity: 0;
    }

    .navbox a:hover, .navbox .cur {
        background: #2aa472;
        color: #fff !important
    }


    .header_left {
        font-size: 15px;
        width: 100%;
        float: none;
    }

    .header_bottom {
        padding: 0px 0;
    }

    .title h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .title h3 b {
        font-size: 20px;
        line-height: 20px;
    }

    .title h3 {
        padding-top: 3px;
        line-height: 20px;
        font-size: 14px;
    }

    /**/

    .one {
        margin-top: 25px;
    }

    .one .title {
        width: 100%;
        float: none;
    }

    .one_nav {
        width: 100%;
        float: none;
        margin-top: 12px;
    }

    .one_nav li {
        font-size: 14px;
    }

    .one_ul {
        margin-top: 10px;
    }

    .one_ul li {
        height: 145px;
    }

    .one_ul li {
        margin-top: 10px;
        width: 49%;
        border: solid 5px #fff;
        margin-right: 0;
    }

    .one_ul li:nth-child(2n) {
        float: right;
    }

    .one_text {
        bottom: -50px;
        padding: 0px 2%;
    }

    .one_text h3 {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }


    /**/

    .two {
        margin-top: 25px;
    }

    .two_text {
        margin-top: 20px;
        width: 100%;
        float: none;
    }

    .two_texts, .two_right {
        width: 100%;
        float: none;
        padding: 20px 2%;
    }

    .two_texts h3 {
        height: auto;
        line-height: 30px;
        font-size: 16px;
        overflow: initial;
        white-space: initial;
        text-overflow: initial;
    }

    .two_texts .b {
        padding-left: 10px;
        font-size: 14px;
        margin-top: 5px;
    }

    .two_texts .p {
        font-size: 14px;
        -webkit-line-clamp: 3;
        line-height: 24px;
        height: 72px;
        margin-top: 15px;
    }

    .two_texts .more {
        width: 50px;
        height: 50px;
        margin-top: 20px;
        line-height: 50px;
        font-size: 12px;
    }


    .two_r {
        width: 100%;
        margin-top: 0;
        float: none;
    }


    .two_right {
        width: 350px;
        margin: 0px auto 0;
        padding: 25px 0;
    }

    .two_right li {
        width: 165px;
        margin: 0 5px;
        height: 130px;
    }

    .two_right h3 {
        line-height: 24px;
        font-size: 14px;
    }

    .three {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .three_ul {
        margin-top: 25px;
    }


    .three_img {
        height: 200px;
    }

    .three_text {
        margin-top: 42px;
        padding: 2%;
    }

    .three_text h3 {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
    }

    .three_text p {
        height: 72px;
        -webkit-line-clamp: 3;
        line-height: 24px;
        font-size: 14px;
        margin-top: 0;
    }

    .four {
        padding-bottom: 25px;
    }


    .four .title {
        padding: 25px 0;
    }

    .four .index_img {
        height: 92px;
    }

    .four_ul {
        margin-top: 25px;
    }

    .four_img {
        height: 94px;
    }

    .four_text {
        padding: 1% 2% 0;
    }

    .four_text h2 {
        height: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .four_text h3 {
        height: 20px;
        line-height: 20px;
        font-size: 15px;
    }

    .four_text .p {
        font-size: 14px;
        -webkit-line-clamp: 2;
        line-height: 20px;
        height: 40px;
        margin-top: 5px;
    }

    .four:before {
        height: 215px;
    }

    .four:after {
        height: 120px;
    }

    /**/

    .five {
        margin-top: 25px;
    }

    .five .title {
        margin-bottom: 20px;
    }

    .fives {
        padding: 25px 0;
    }

    .five_left {
        width: 100%;
        float: none;
    }

    .five_img {
        width: 100%;
        height: auto;
        margin-top: 0;
        border-radius: initial;
        float: none;
    }


    .five_img img {
        border-radius: initial;
    }

    .five_img:before {
        bottom: -5px;
        border-radius: initial;
    }

    .five_text {
        width: 100%;
        margin-top: 15px;
        height: auto;
        -webkit-line-clamp: initial;
        line-height: 24px;
        font-size: 14px;
        float: none;
    }

    .five_right {
        width: 100%;
        float: none;
        margin-top: 15px;
    }

    .five_title {
        padding: 2%;
    }

    .five_title h2 {
        line-height: 24px;
        height: 24px;
        font-size: 18px;
    }

    .five_title h3 {
        font-size: 14px;
    }

    .five_ul {
        max-width: 350px;
    }

    .five_ul li {
        width: 155px;
        margin: 0px 5px;
        height: 140px;
    }

    /**/

    .six {
        margin-top: 20px;
    }

    .six ul {
        margin-top: 10px;
    }

    .six li {
        margin-top: 10px;
    }

    .six_text h3 {
        width: 100%;
        line-height: 30px;
        height: 30px;
        float: none;
        font-size: 14px;
    }

    .six_text span {
        display: none;
    }

    .six li:nth-child(1), .six li:nth-child(2), .six li:nth-child(3) {
        height: 100px;
    }

    .six li:nth-child(1) .six_text, .six li:nth-child(2) .six_text, .six li:nth-child(3) .six_text {
        bottom: -75px;
        padding: 0px 5px;
    }

    .six li:nth-child(1) h3, .six li:nth-child(2) h3, .six li:nth-child(3) h3 {
        line-height: 25px;
        height: 25px;
    }


    /**/


    .page .footer {
        margin-top: 25px;
    }

    .footer {
        padding-top: 25px;
        padding-bottom: 25px;
        margin-top: 25px;
    }

    .page .footer {
        margin-top: 25px;
    }

    .footer_bottom {
        margin-top: 15px;
    }

    .footer_top {
        padding-bottom: 10px;
    }

    .footer_logo, .footer_dh {
        display: none;
    }

    .footer .h2 {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
        margin-bottom: 10px;
    }

    .footer_lx {
        padding: 0px 0;
        width: 100%;
    }

    .footer_lx li {
        line-height: 30px;
        font-size: 14px;
        height: 30px;
    }

    .footer_bottom {
        width: 96%;
        margin-top: 0px;
        padding-top: 10px;
    }


    .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_lj {
        padding: 0 2%;
        margin-bottom: 25px;
    }

    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 {
        font-size: 18px;
        line-height: 50px;
    }

    .page_nav {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .page_nav ul {
        margin-top: 1%;
    }

    .page_nav li {
        position: relative;
        width: 49%;
        float: left;
    }

    .page_nav li a {
        line-height: 40px;
        font-size: 14px;
        height: 40px;
    }

    .page_nav li a:after {
        margin-top: 10px;
    }

    .page_nav li:nth-child(2n) {
        float: right;
    }

    .page_nav li:hover ul.page_navs {
        display: none;
    }

    ul.page_navs {
        opacity: 0;
    }

    .lxwm {
        width: 49%;
        float: left;
    }

    .lxwm span {
        font-size: 22px !important;
    }

    .pages_fl .lxwm {
        display: none;
    }

    .page_xw {
        float: right;
        width: 49%;
    }

    .page_xw li {
        margin-bottom: 0px;
    }




    /**/
    .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;
    }


    .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_fl {
        width: 100%;
        float: none;
    }

    .product_imgs li, .product_imgs li img {
        height: 229px;
    }

    .product_text {
        width: 100%;
    }

    .product_text h2 {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
    }

    .product_text p {
        line-height: 24px;
        font-size: 14px;
        height: 72px;
    }

    .Product_item_text {
        font-size: 16px;
        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;
    }

    h4.related span {
        font-size: 16px;
    }

    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;
    }


    .page_content {
        padding-top: 4%;
    }
}