﻿html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
    color: #1f1f1f
}

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 {
    max-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;
}

/**/

#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 #a1a1a1 !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: #a1a1a1 !important;
}


/**/

.subMen .cur, .subMen a:hover, .navs b, .navs b:after, .navs b:before, .bottom .dhzx, .footer_bottom, .page_gjc li a:hover, .page_cp_qh span:hover, .pading span.current, .pading span:hover, .pading a:hover, .navbox a:hover:before, .navbox a.cur:before, ul.subMen .cur, ul.subMen a:hover, #slides .hd .on:before, .home_two_t h3:before, .home_two_t h3:after, .home_two_text .more, .home_four .title b, .home_four .title b:after, .home_four .title b:before, .home_four li h3:after, .home_four .more, .home_five_ul .prev:hover, .home_five_ul .next:hover, .home_five .more, .home_six_t h3:before, .home_six_t h3:after, .home_six_l .more, .page_title, .page_nav li a:hover, .page_nav li .cur {
    background: #e7141a;
}

.page_lxwm li:hover, .page_xw li a:hover,
.page_cp li:hover h3, .article li:hover h3, .footer a:hover, .home_two_nav .on a, .home_two_text h3, .home_five_ul .prev, .home_five_ul .next, .home_six_nav .on a, .interlink a:hover, .home_seven a:hover {
    color: #e7141a;
}


.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, .bottom .dhzx a, .navbox a, ul.subMen .cur, ul.subMen a:hover, .search .input, .search input, #slides .hd .on, .title h2, .home_two_text .more, .home_three_text, .home_four li h3, .home_four .more, .home_five_ul .prev:hover, .home_five_ul .next:hover, .home_five .more, .home_six_l .more, .home_seven_logo, .home_seven_dh, .home_seven_lx, .home_seven_ewm, .home_seven_bottom, .page_nav li .cur {
    color: #fff
}

/**/

.header {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 0px;
    background: rgba(0, 0, 0, 0.3);
    left: 0px;
    height: 120px;
}

/*logo*/

.logo {
    width: 25%;
}

.logo a {
    display: flex;
    align-items: center;
    height: 120px;
}

.logo img {
    max-width: 100%;
    display: block;
    max-height: 100%;
}

/**/


.navbox {
    width: 60%;
    margin-left: 10%;
}

.navbox li {
    float: left;
    position: relative;
    width: 14.28%;
    padding: 35px 0;
}

.navbox a {
    box-sizing: border-box;
    font-size: 18px;
    display: block;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 10px;
}


.navbox a:hover:before, .navbox a.cur:before {
    content: "";
    width: 35px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}




.subMen {
    position: absolute;
    top: 120px;
    z-index: 2;
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: -15%;
}


ul.subMen li {
    width: 100%;
    float: none;
    padding: 0;
}

ul.subMen a {
    line-height: 50px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0;
}

.navbox li:hover ul.subMen {
    display: block;
}

ul.subMen .cur:before, ul.subMen a:hover:before {
    display: none;
}



.navs {
    display: none;
    width: 10%;
    position: absolute;
    right: 2%;
    top: 22px;
    border: 1px solid #e7141a;
    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;
}


/**/

.search {
    width: 5%;
    position: relative;
}


/**/

.search_an {
    background: url(../image/ss.png) no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    margin: 50px auto 0;
}

.search .input {
    position: absolute;
    top: 115px;
    right: 0;
    width: 220px;
    padding: 5px;
    box-sizing: border-box;
    display: none;
}


.search input {
    line-height: 30px;
    width: 170px;
    padding-left: 5px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: none;
    border-radius: 5px 0px 0px 5px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 12px;
}

.searchBtn {
    background: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 34px;
    display: block;
    border: 1px solid #fff;
    border-radius: 0px 5px 5px 0;
    border-left: none;
    box-sizing: border-box;
    text-align: center;
    line-height: 32px;
    font-size: 12px !important;
}

/**/

.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;
}

#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;
}



#slides .hd {
    width: 1200px;
    position: absolute;
    bottom: 50px;
    z-index: 10;
    left: 50%;
    height: 40px;
    margin-left: -600px;
}

#slides .hd ul {
    position: relative;
    overflow: hidden;
}

#slides .hd ul:before {
    content: '';
    background: rgba(255, 255, 255, 0.3);
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
}


#slides .hd li {
    width: 33.3%;
    float: left;
    line-height: 37px;
    color: rgba(255, 255, 255, 0.3);
    position: relative;
}



#slides .hd .on:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}



.max_banner, .max_banner img {
    display: none;
}


/**/

.title {
    text-align: center;
    padding: 0 2%;
    box-sizing: border-box;
    position: relative;
}



.title h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    top: -15px;
    left: 50%;
    width: 1500px;
    margin-left: -750px;
}

.title h3 {
    font-weight: bold;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.title b {
    display: block;
    height: 3px;
    background: #fff;
    width: 50px;
    margin: 20px auto 0;
    position: relative;
}

.title b:before {
    content: '';
    width: 3px;
    height: 2.5px;
    background: #fff;
    position: absolute;
    left: -5px;
    top: 0px;
}

.title b:after {
    content: '';
    width: 3px;
    height: 2.5px;
    background: #fff;
    position: absolute;
    right: -5px;
    top: 0px;
}

/**/
.home_two_ls {
    position: absolute;
    top: 70px;
    z-index: 9;
}


.home_two_t h2 {
    font-size: 42px;
    color: rgba(57, 57, 57, 0.2);
    font-weight: initial;
    line-height: 42px;
    margin-bottom: 20px;
}

.home_two_t h2 b {
    display: block;
}

.home_two_t h3 {
    position: relative;
    color: #393939;
    padding-top: 20px;
    font-size: 22px;
    font-weight: bold;
}

.home_two_t h3:before {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    top: 0px;
    left: 0px
}

.home_two_t h3:after {
    content: '';
    width: 3px;
    height: 2.5px;
    position: absolute;
    top: 0px;
    left: 42px
}


.home_two_nav {
    margin-top: 135px;
}

.home_two_nav li {
    margin-bottom: 20px;
}

.home_two_nav li a {
    line-height: 35px;
    height: 35px;
    font-size: 16px;
    color: #393939;
    display: inline-block;
}


.home_two_nav .on a {
    border-bottom: 1px solid #e7141a;
}

.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: 40px 0px 40px 40px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.home_two_text h2 {
    font-size: 33px;
    line-height: 35px;
    height: 35px;
    width: 1000px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-weight: bold;
}

.home_two_text h3 {
    width: 900px;
    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: 5px;
    width: 800px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    height: 160px;
    font-size: 15px;
    color: #5b5b5b
}

.home_two_text .more {
    width: 160px;
    line-height: 35px;
    text-align: center;
    border-radius: 35px;
    display: block;
    margin: 30px 0 0 645px;
}

/**/

.home_three {
    width: 100%;
    height: 100%;
}

.home_three_bg {
    display: none;
}

.home_three ul {
    margin-top: 90px;
}

.home_three li {
    width: 49%;
    height: 480px;
    float: left;
    position: relative;
    border-radius: 20px;
    transition: all ease .65s;
}

.home_three li:hover {
    transform: translateY(-50px);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}


.home_three li:nth-child(2n) {
    float: right;
}


.home_three li:before {
    content: '';
    height: 140px;
    width: 2px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 10px;
    left: 30px;
}

.home_three li:after {
    content: '';
    width: 100px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 25px;
    left: 25px;
}

.home_three li img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: block;
}

.home_three_text {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 100px 2% 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: center;
}

.home_three .home_three_text img {
    height: 150px;
    display: block;
    width: auto;
    margin: 0 auto 100px;
}

.home_three_text h2 {
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 30px;
    font-weight: bold;
}


.home_three_text h3 {
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    text-transform: uppercase;
}


/**/

.home_four {
    width: 100%;
    height: 100%;
}

.home_four_bg {
    display: none;
}

.home_four .title h2 {
    color: #393939
}

.home_four .title h3 {
    color: rgba(161, 161, 161, 0.3)
}



.home_four ul {
    margin-top: 50px;
}

.home_four li {
    height: 240px;
    width: 29%;
    margin-right: 1%;
    float: left;
    margin-bottom: 1%;
    position: relative;
    transition: all ease .65s;
}

.home_four li:nth-child(3n) {
    margin-right: 0;
}

.home_four li:nth-child(1), .home_four li:nth-child(6) {
    width: 40%;
}

.home_four li img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.home_four li:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.home_four li h3 {
    line-height: 50px;
    height: 50px;
    font-size: 25px;
    padding: 0 30px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 2;
}

.home_four li h3:after {
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 30px;
}


.home_four .more {
    width: 160px;
    line-height: 35px;
    text-align: center;
    border-radius: 35px;
    display: block;
    margin: 30px auto 0;
}




.home_four li:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}



/**/

.home_five {
    width: 100%;
    height: 100%;
}

.home_five_bg {
    display: none;
}

.home_five_ul {
    margin-top: 70px;
    position: relative;
}

.home_five_ul .prev, .home_five_ul .next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    line-height: 40px;
    font-size: 20px;
}

.home_five_ul .next {
    right: 0px
}


.home_five_li {
    width: 1100px;
    margin: auto;
}

.home_five_li li {
    margin: 0px 10px;
    width: 255px;
    float: left;
}

.home_five_li img {
    height: 400px;
    display: block;
    width: 100%;
}


.home_five .more {
    width: 160px;
    line-height: 35px;
    text-align: center;
    border-radius: 35px;
    display: block;
    margin: 70px auto 0;
}

/**/


.home_six {
    width: 100%;
    height: 100%;
}

.home_six_bg {
    display: none;
}

.home_six_l {
    width: 20%;
}


.home_six_t h2 {
    font-size: 42px;
    color: rgba(57, 57, 57, 0.2);
    font-weight: initial;
    line-height: 42px;
    margin-bottom: 20px;
}

.home_six_t h2 b {
    display: block;
}

.home_six_t h3 {
    position: relative;
    color: #393939;
    padding-top: 20px;
    font-size: 22px;
    font-weight: bold;
}

.home_six_t h3:before {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    top: 0px;
    left: 0px
}

.home_six_t h3:after {
    content: '';
    width: 3px;
    height: 2.5px;
    position: absolute;
    top: 0px;
    left: 42px
}


.home_six_nav {
    margin-top: 135px;
}

.home_six_nav li {
    margin-bottom: 20px;
}

.home_six_nav li a {
    line-height: 35px;
    height: 35px;
    font-size: 16px;
    color: #393939;
    display: inline-block;
}


.home_six_nav .on a {
    border-bottom: 1px solid #e7141a;
}


.home_six_l .more {
    margin-top: 100px;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 48px;
}

.home_six_ul {
    width: 78%;
    height: 662px;
}

.home_six_ul li {
    width: 49%;
    float: left;
    margin-bottom: 2%;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
}


.home_six_ul li:nth-child(2n) {
    float: right;
}

.home_six_time {
    width: 25%;
    color: #9e9e9e;
    position: relative;
}

.home_six_time b {
    display: block;
    font-size: 24px;
    color: #000
}

.home_six_time:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #9e9e9e;
    position: absolute;
    top: 100px;
    left: 0px;
}

.home_six_text {
    width: 70%;
}

.home_six_text h3 {
    color: #393939;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.home_six_text p {
    margin-top: 50px;
    color: #9f9f9f;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.home_six_ul li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/**/

.home_seven {
    background: #272c32;
}

.home_seven_top {
    padding: 50px 0;
    overflow: hidden;
    border-bottom: 1px solid #808e9e;
}



.home_seven_logo, .home_seven_dh, .home_seven_lx, .home_seven_ewm {
    width: 25%;
    float: left;
    padding: 0 1%;
    box-sizing: border-box;
}

.home_seven_logo {
    display: flex;
    align-items: center;
    height: 190px;
}

.home_seven_logo img {
    display: block;
    margin: auto;
}

.home_seven_ewm {
    text-align: center;
    line-height: 40px;
}

.home_seven_ewm img {
    height: 120px;
    display: block;
    margin: auto;
}

.home_seven_top .h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.home_seven_lx li {
    line-height: 40px;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #808e9e
}

.home_seven_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;
    color: #808e9e
}


.home_seven_bottom {
    padding: 30px 0;
    text-align: center;
}


/**/


.footer {
    background: #272c32;
}



/**/



.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 #e7141a;
    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: #e7141a;
}

.product li:nth-child(3n) {
    margin-right: 0;
}

.product_img {
    width: 100%;
    height: 151px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.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: #e7141a;
}



/**/

.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: #e7141a 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 #e7141a;
    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: #e7141a
}


/**/
.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;
}

@media screen and (min-width:1700px) {
    .container {
        max-width: 1500px;
    }

    .subMen {
        left: -23%;
    }

    .home_two_text {
        width: 1300px;
    }

    .home_two_text h2, .home_two_text h3, .home_two_text .p {
        width: 1100px;
    }

    .home_two_text .more {
        margin: 30px 0 0 940px;
    }

    .home_three li {
        height: 585px;
    }

    .home_three_text {
        padding: 150px 2% 0;
    }

    .home_three .home_three_text img {
        margin: 0 auto 150px;
    }

    .home_four li {
        height: 300px;
    }

    .home_five_li {
        width: 1300px;
    }

    .home_five_li li {
        width: 305px;
    }

    .home_five_li img {
        height: 450px;
    }
}



/**/
@media only screen and (max-width:1200px) {
    .container {
        width: 960px;
    }

    .navbox a {
        font-size: 14px;
    }

    .subMen {
        left: -14%;
    }

    .home_two_text {
        width: 1000px;
    }

    .home_two_text h2, .home_two_text h3, .home_two_text .p {
        width: 700px;
    }

    .home_two_text .more {
        margin: 30px 0 0 540px;
    }

    .home_three li {
        height: 380px;
    }

    .home_three_text {
        padding: 75px 2% 0;
    }

    .home_three .home_three_text img {
        margin: 0 auto 75px;
        height: 100px;
    }

    .home_four li {
        height: 200px;
    }

    .home_four li h3 {
        font-size: 20px;
    }

    .home_five_li {
        width: 850px;
        overflow: hidden;
    }

    .home_five_ul li {
        width: 202.5px;
        margin: 0 5px;
    }

    .home_five_ul li img {
        height: 300px;
    }

    .interlink__inner {
        width: 960px;
    }

    .interlink__list {
        width: 850px;
    }


    .page_lxwm li {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

}

@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 54px;
    }

    .container {
        width: 96%;
        max-width: 96%;
    }

    #fp-nav.right {
        right: 4%;
    }

    /**/
    #slides {
        display: none;
    }

    .bottom, .max_banner {
        display: block;
    }

    .max_banner {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .max_banner li img {
        width: 100%;
        height: auto
    }

    .max_banner_hd {
        position: absolute;
        bottom: 70px !important;
        text-align: center;
        z-index: 5;
    }

    .max_banner_hd .swiper-pagination-bullet {
        width: 20px;
        height: 2px;
        opacity: 1;
        background: #fff;
        border-radius: initial;
    }

    .max_banner_hd .swiper-pagination-bullet-active {
        background: #e7141a;
    }

    /**/

    .page_banner img {
        height: auto;
    }

    /**/
    .header {
        overflow: hidden;
        position: fixed;
        z-index: 2;
        top: 0px;
        height: 80px;
    }



    .logo {
        width: 85%;
        float: left;
    }

    .logo a {
        height: 80px;
    }

    .search {
        display: none;
    }

    /**/


    /*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;
        margin-left: 0;
    }

    .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;
        float: none;
    }

    .navbox li a {
        display: block;
        padding: 0;
        line-height: 60px;
        font-size: 16px;
        height: 60px;
        width: 100%;
        text-align: center;
        color: #333;
    }

    .navbox li:hover .subMen {
        display: none;
        opacity: 0;
    }

    .navbox li:before {
        display: none;
    }

    .navbox li .cur {
        background: #e7141a;
        color: #fff
    }

    .navbox .cur:before, .navbox a:hover:before, .navbox .cur:after, .navbox a:hover:after {
        display: none;
    }

    /**/

    .title h2 {
        font-size: 22px;
        top: 15px;
        left: 0;
        width: 100%;
        margin-left: 0px;
    }

    .title h3 {
        font-size: 35px;
        line-height: 35px;
        height: 35px;
    }

    .title b {
        margin: 15px auto 0;
    }

    /**/


    .home_two_ls {
        width: 96%;
        top: 25px;
        overflow: hidden;
    }

    .home_two_t {
        width: 49%;
        float: left;
    }

    .home_two_t h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .home_two_nav, .home_six_nav {
        margin-top: 0;
        float: right;
        width: 49%;
    }

    .home_two_nav li, .home_six_nav li {
        margin: 0px 0 10px 0;
        height: 36px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: right;
    }


    .home_two_text {
        width: 96%;
        right: 2%;
        padding: 10px;
    }

    .home_two_text h2, .home_two_text h3, .home_two_text .p {
        width: 100%;
    }

    .home_two_text h2 {
        font-size: 20px;
        line-height: 24px;
        height: 24px;
    }

    .home_two_text h3 {
        margin-top: 5px;
    }

    .home_two_text .p {
        line-height: 30px;
        width: 100%;
        -webkit-line-clamp: 3;
        height: 90px;
    }

    .home_two_text .more {
        width: 120px;
        line-height: 30px;
        border-radius: 30px;
        margin: 10px 0 0;
        float: right;
    }

    /**/

    .home_three ul {
        margin-top: 50px;
    }

    .home_three li {
        height: 180px;
        border-radius: 10px;
    }

    .home_three li img {
        border-radius: 10px;
    }

    .home_three li:before {
        height: 70px;
        left: 10px;
    }

    .home_three li:after {
        width: 50px;
        height: 2px;
        top: 20px;
        left: 5px;
    }

    .home_three .home_three_text img {
        margin: 0 auto 25px;
        height: 50px;
    }

    .home_three_text {
        padding: 25px 2% 0;
    }


    .home_three_text h2 {
        line-height: 24px;
        height: 24px;
        font-size: 18px;
    }

    .home_three_text h3 {
        line-height: 24px;
        height: 24px;
        font-size: 16px;
    }

    /**/

    .home_four li {
        height: 100px;
    }

    .home_four li h3 {
        font-size: 14px;
        line-height: 35px;
        height: 35px;
        padding: 0 2%;
        bottom: 10px;
    }

    .home_four li h3:after {
        left: 3%;
        width: 50px;
    }

    .home_four .more {
        width: 120px;
        line-height: 30px;
        border-radius: 30px;
        margin: 40px auto 0;
    }

    /**/

    .home_five_ul {
        margin-top: 50px;
    }

    .home_five_li {
        width: 340px;
        margin: auto;
    }

    .home_five_ul li {
        width: 165px;
        margin: 0 5px;
    }

    .home_five_ul li img {
        height: 230px;
    }

    .home_five_ul .prev, .home_five_ul .next {
        display: none;
    }

    .home_five .more {
        width: 120px;
        line-height: 30px;
        border-radius: 30px;
        margin: 40px auto 0;
    }

    /**/

    .home_six_l {
        width: 100%;
        float: none;
        overflow: hidden;
    }

    .home_six_l .more {
        display: none;
    }

    .home_six_ul {
        width: 100%;
        float: none;
        margin-top: 20px;
        height: auto;
    }

    .home_six_ul li {
        padding: 2%;
    }

    .home_six_time {
        width: 100%;
        float: none;
        text-align: center;
        line-height: 30px;
    }

    .home_six_time b {
        display: inline-block;
    }

    .home_six_time:after {
        display: none;
    }

    .home_six_text {
        width: 100%;
        float: none;
        border-top: 1px solid #ccc;
    }

    .home_six_text h3 {
        height: 30px;
        line-height: 30px;
        margin-top: 5px;
        font-size: 15px;
    }

    .home_six_text p {
        margin-top: 0;
        -webkit-line-clamp: 1;
        height: 24px;
    }

    /**/
    .home_seven_top {
        padding: 15px 0;
    }

    .home_seven_bottom {
        padding: 15px 0;
    }

    .home_seven_logo, .home_seven_ewm, .home_seven_dh {
        display: none;
    }

    .home_seven_lx {
        width: 100%;
        float: none;
    }

    .home_seven_top .h2 {
        font-size: 18px;
        line-height: 30px;
        height: 30px;
        margin-bottom: 10px;
    }

    .home_seven_lx li {
        line-height: 35px;
        font-size: 15px;
        height: 35px;
    }



    /**/
    .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;
    }

    /**/




    /**/




    .footer_nav {
        background: #2d6ada;
        width: 100%;
        height: auto;

    }

    .footer_nav li {
        line-height: 30px;
        float: left;
        width: 25%;
        font-size: 14px;
        position: relative;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .footer_nav li:nth-child(5) {
        padding-left: 0;
    }

    .footer_nav li:nth-child(5):before {
        display: none;
    }

    .footer_top {
        padding: 10px 0;
    }

    .footer_lx, .footer_ewm {
        display: none;
    }

    .footer_dz {
        width: 100%;
        padding: 0;
        border: none
    }

    .footer_dz li {
        line-height: 24px;
        height: 24px;
        font-size: 14px;
    }

    .footer_bottom {
        padding: 15px 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;
    }
}