﻿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;
}

img {
    max-width: 100%;
}

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;
}


#slides .hd .on, .navbox, .navs b, .navs b:before, .one_nav li a:after, .three_nav .on a, .five_fl h3, .five_text .more, .five_fr .prev:hover, .five_fr .next:hover, .seven_text .more, .eight_text b, .eight_fr li h3:before,
.nine .more:hover, .page_lj_text, .page_title, .page_cp .prev:hover, .page_cp .next:hover, .page_cp .hd .on, .pading span.current, .article_text b:after, .three_ul li h3, .page_cp .hd li, .pages_dh li {
    background: #053e95;
}

.header_lx, .title h2, .two li:hover h3, .four_text h2, .four_text .p:hover, .eight_nav .more:hover, .eight_title .more:hover, .eight_nav .on a, .eight_ul li:hover h3, .page_navs li a:hover, .pages_nav li .cur, .page_xw li:hover {
    color: #053e95;
}

.navbox li a, .navbox li .cur, .navbox li a:hover, .input .searchBtn, .one_text, .one_title, .one_nav .on a, .two .title h2, .two .title h2 b, .two .title h3, .three_nav .on a, .three_ul li h3, .three_text, .four_text .sz, .five_fl h3, .five_text .more, .five_fr .prev:hover, .five_fr .next:hover, .seven_text .more, .eight_text b, .eight_fr li h3:before, .eight_fr li p:before, .nine_title, .nine li, .nine .more, .footer, .interlink, .interlink__title, .page_lj_text, .page_title, .page_cp .prev:hover, .page_cp .next:hover, .pading span.current, .article_text b:after, .pages_dh li a:hover, .pages_dh li .cur, #copy_btn, .pages_dh li {
    color: #fff
}



.navbox li .cur, .navbox li a:hover, .seven_text .more:hover, .eight_ul li:hover b, .eight_fr li p:before, .pages_dh li a:hover, .pages_dh li .cur {
    background: #0dad3b;
}

.title h2 b, .eight_fr li h3:hover, .footer_nav li:hover, .nine li a:hover {
    color: #0dad3b
}


/**/



.one_img img, .two_img img, .three_img img, .four_img img, .seven_img img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


.one li:hover img, .two li:hover img, .three li:hover img, .four li:hover img, .seven_img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/**/



#slides {
    position: relative;
    width: 100%;
}

#slides img {
    width: 100%;
    display: block;
}

#slides .hd {
    width: 1200px;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    left: 50%;
    margin-left: -600px;
    text-align: center;
}

#slides .hd li {
    width: 45px;
    height: 5px;
    background: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: .5s;
    color: transparent;
    opacity: .5;
}

#slides .hd .on {
    opacity: 1;
}

/**/

.header {
    position: relative;
}

.header_top {
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    line-height: 40px;
    color: #888;
}

/*logo*/




.logo img {
    max-height: 100%;
    display: block;
}

.logo {
    height: 110px;
    width: 50%;
    display: flex;
    align-items: center;
}


/**/

.header_ul {
    width: 49%;
    margin-top: 25px;
}

.header_lx {
    float: right;
    text-align: right;
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
    line-height: 30px;
}


.header_lx h3 {
    font-size: 14px;
    color: #666;
}

.header_ul img {
    float: right;
    height: 44px;
    display: block;
    width: 44px;
    margin-left: 10px;
    margin-top: 10px;
}

/*导航*/

.navbox {
    width: 100%;
}

.navbox li {
    float: left;
    position: relative;
    width: 12.5%;
}

.navbox li a {
    display: block;
    text-align: center;
    line-height: 56px;
    box-sizing: border-box;
    padding: 0px 2%;
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 56px;
}

.navbox .subnav {
    position: absolute;
    top: 56px;
    z-index: 11;
    display: none;
    width: 100%;
    background: #fff;
}

.navbox .subnav li {
    float: none;
    width: 100%;
}

.navbox .subnav a {
    height: 40px;
    line-height: 40px;
    padding: 0px;
    font-size: 14px;
    width: 100%;
    color: #666666;
}

.navbox li:hover .subnav {
    display: block;
}




.navs {
    position: absolute;
    top: 62.5px;
    right: 15px;
    display: none;
}

.navs b {
    position: relative;
    height: 5px;
    width: 25px;
    display: block;
    border-radius: 25px;
    margin-bottom: 5px;
}

.navs b:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 0px;
}

/**/


.max_banner {
    display: none;
    overflow: hidden;
}

.max_banner img {
    width: 100%;
    display: block;
}

/**/

.header_bottom {
    line-height: 70px;
    box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.2);
}

.header_rs {
    width: 50%;
    height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 2%;
    box-sizing: border-box;
}

.header_rs a {
    color: #666;
    margin-right: 10px;
}




.header_bottom .input {
    margin-top: 13px;
}

.input input {
    width: 240px;
    float: left;
    border: solid 1px #ddd;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: none;
    color: #999;
    padding-left: 15px;
    line-height: 40px;
}

.input .searchBtn {
    float: left;
    padding: 1px 0;
    text-align: right;
    padding-right: 20px;
    width: 85px;
    background: url(../images/ss.png)no-repeat 15px center #053e95;
    line-height: 42px;
    box-sizing: border-box;
    border-radius: 0px 30px 30px 0;
}


/**/

.title {
    text-align: center;
    padding: 0 2%;
    box-sizing: border-box;
}

.title h2 {
    font-size: 44px;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.title h2:before {
    display: inline-block;
    background: url(../images/title_l.png) no-repeat;
    width: 59px;
    height: 22px;
    content: '';
    margin-right: 30px;
}

.title h2:after {
    display: inline-block;
    content: '';
    width: 59px;
    height: 22px;
    background: url(../images/title_r.png)no-repeat;
    margin-left: 30px;
}

.title h2 b {
    font-weight: bold;
}

.title h3 {
    font-size: 22px;
    color: #333;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/**/

.one {
    background: #f8f8f8;
    padding: 70px 0 50px;
}

.one .title {
    margin-bottom: 50px;
}


.one_ul {
    width: 73%;
}

.one_ul li {
    width: 31.5%;
    float: left;
    margin-right: 2.75%;
    margin-bottom: 20px;
    position: relative;
}

.one_ul li:nth-child(3n) {
    margin-right: 0;
}

.one_img {
    background: #fff;
    border: solid 1px #ddd;
    overflow: hidden;
    height: 260px;
    display: flex;
    align-items: center;
}

.one_img img {
    display: block;
    margin: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%;
}


.one_ul li h3 {
    background: #ebebeb;
    color: #333;
    line-height: 50px;
    font-size: 16px;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 2%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 1px;
}

.one_text {
    text-align: center;
    transition: all .3s ease;
    padding: 0 2% 5%;
    background-color: rgba(5, 63, 149, 0.9);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
}

.one_text h4 {
    line-height: 60px;
    font-size: 16px;
    height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 2%;
    box-sizing: border-box;
}


.one_text b {
    display: inline-block;
    line-height: 32px;
    border: solid 1px #fff;
    width: 25%;
    margin: 0 2%;
    transition: all .5s ease;
}

.one_ul li:hover .one_text {
    opacity: 1;
}

.one_text b:hover {
    background: #fff;
    color: #333
}

/**/

.one_fl {
    width: 23%;

}



.one_title {
    padding: 3% 5%;
    box-sizing: border-box;
    text-align: center;
    background-image: linear-gradient(to right, #054291, #0da93f);
    position: relative;
}

.one_title:after {
    content: '';
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
    position: absolute;
    right: 0px;
    bottom: -10px;
}

.one_title h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 51px;
    background: url(../images/one_title.png)no-repeat 50px center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.one_title h3 {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.one_nav ul {
    margin-right: 10px;
    box-sizing: border-box;
    background: #fff;
}



.one_nav li a {
    display: block;
    line-height: 90px;
    color: #555;
    font-size: 20px;
    border-bottom: dashed 1px #ddd;
    position: relative;
    transition: all .8s ease;
    padding: 0 5%;
    box-sizing: border-box;
    height: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.one_nav li:last-child a {
    border: none;
}

/**/



.one_nav li a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .8s ease;
    z-index: -1;
}


.one_nav li a:before {
    content: '>';
    width: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
    position: absolute;
    right: 5%;
    top: 30px;
    border-radius: 50%;
    text-align: center;
    font-family: '楷体';
    opacity: 0;
}

.one_nav .on a {
    z-index: 1;
}

.one_nav .on a:after {
    border-bottom: dashed 1px #053e95;
    width: 100%;

}

.one_nav .on a:before {
    opacity: 1;
}

/**/

.two {
    padding: 70px 0;
    position: relative;
}



.two ul {
    margin-top: 50px;
}

.two li {
    float: left;
    width: 24%;
    margin-right: 1.3%;
    background: #fff;
}

.two li:nth-child(4n) {
    margin-right: 0;
}

.two_img {
    width: 100%;
    overflow: hidden;
    height: 200px;
}

.two li img {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
}

.two_text {
    padding: 5%;
    box-sizing: border-box;
    text-align: center;
}

.two_text h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    transition: all .5s ease;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.two_text p {
    font-size: 16px;
    color: #444;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}




/**/

.three {
    margin-top: 70px;
}

.three_nav {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
}



.three_nav li {
    line-height: 48px;
    background: #dddddd;
    display: inline-block;
    transition: all .5s ease;
    margin: 0 30px;
    position: relative;
}


.three_nav li a {
    color: #333333;
    font-size: 18px;
    display: block;
    height: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 30px;
    box-sizing: border-box;
}




.three_nav .on:after {
    content: '';
    border-top: 10px solid #053e95;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -10px;
}

.three_ul {
    width: 1500px;
    margin: auto;
}

.three_ul li {
    width: 480px;
    float: left;
    margin: 0 10px;
    position: relative;
}



.three_img {
    background: #fff;
    border: solid 1px #ddd;
    overflow: hidden;
    height: 360px;
    display: flex;
    align-items: center;
}

.three_img img {
    display: block;
    margin: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%;
}


.three_ul li h3 {
    line-height: 50px;
    font-size: 16px;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 2%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 1px;
}

.three_text {
    text-align: center;
    transition: all .3s ease;
    padding: 0 2% 5%;
    background-color: rgba(5, 63, 149, 0.9);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
}

.three_text h4 {
    line-height: 60px;
    font-size: 16px;
    height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 2%;
    box-sizing: border-box;
}


.three_text b {
    display: inline-block;
    line-height: 32px;
    border: solid 1px #fff;
    width: 25%;
    margin: 0 2%;
    transition: all .5s ease;
}

.three_ul li:hover .three_text {
    opacity: 1;
}

.three_text b:hover {
    background: #fff;
    color: #333
}


/**/
.four {
    margin-top: 70px;
    background: #f8f8f8;
    padding: 70px 0 20px;
}

.four ul {
    margin-top: 70px;
}

.four ul li {
    overflow: hidden;
    margin-bottom: 50px;
}

.four_img, .four_text {
    width: 48%;
}

.four_img {
    display: flex;
    align-items: center;
    height: 336px;
    background: #fff;
}

.four_img img {
    height: 100%;
    display: block;
    margin: auto;
}

.four_text .sz {
    width: 109px;
    height: 99px;
    background: url(../images/three.png) no-repeat;
    display: block;
    text-align: center;
    line-height: 99px;
    font-size: 35px;
    font-style: italic;
    font-weight: bold;
    float: left;
}

.four_text .four_title {
    margin-bottom: 40px;
}

.four_text h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 20px;
    box-sizing: border-box;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.four_text h3 {
    font-size: 24px;
    color: #333;
    line-height: 50px;
    padding-left: 20px;
    box-sizing: border-box;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid rgba(5, 63, 149, 0.2);
}

.four_text .p {
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    padding-left: 55px;
    background: url(../images/three_lo.png) no-repeat left 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
}


/**/

.five {
    margin-top: 70px;
}

.five .title {
    margin-bottom: 50px;
}

.five_fl, .five_fr {
    width: 48%;
}



.five_fl img {
    width: 100%;
    display: block;
    height: 424px;
}

.five_fl h3 {
    width: 100%;
    font-size: 16px;
    padding: 20px;
    box-sizing: border-box;

}

.five_fr {
    position: relative;
}

.five_fr li {
    width: 100%;
}


.five_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 20px;
    background-color: #053e95;
    background-image: linear-gradient(to right, #053e95, #097b64);
    box-sizing: border-box;
    float: left;
    height: 490px;
}

.five_img img {
    margin: auto;
    display: block;
    height: 100%;
}



.five_text {
    width: 50%;
    float: right;
    background: #fff;
    padding: 20px 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    height: 490px;
}

.five_text h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 50px;
}

.five_text h4 {
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 40px;
    height: 40px;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.five_text .p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    overflow: hidden;
}

.five_text .more {
    display: block;
    width: 174px;
    line-height: 36px;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
    transition: all .5s ease;
}


.five_fr .prev, .five_fr .next {
    position: absolute;
    width: 50px;
    top: 50%;
    z-index: 9;
    outline: none;
    border-radius: 50%;
    background: #eee;
    text-align: center;
    line-height: 50px;
    font-family: '宋体';
    font-size: 30px;
    margin-top: -25px;
}

.five_fr .prev {
    left: -25px
}

.five_fr .next {
    right: -25px
}





/**/

.six {
    margin-top: 70px;
}

.six ul {
    margin-top: 70px;
}

.six li {
    width: 16.66%;
    float: left;
    text-align: center;
}

.six li:nth-child(6n) .six_img {
    border-right: none;
}

.six_img {
    border-right: 1px solid #ccc;
    position: relative;
}

.six_img img {
    width: 136px;
    height: 136px;
    display: block;
    margin: auto;
    border-radius: 50%;
}

.six_span {
    position: absolute;
    top: 13px;
    left: 50%;
    width: 110px;
    height: 110px;
    transition: all .5s ease;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    margin-left: -55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.six_span img {
    height: 42px;
    width: auto;
    border-radius: initial;
}

.six li:hover .six_span {
    transform: rotateY(180deg);
}

.six li h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 2%;
    box-sizing: border-box;
}


.six li .p {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 2%;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;

}


.six_bottom {
    margin-top: 70px;
}

.six_bottom img {
    width: 100%;
    display: block;
}

/**/

.seven {
    background: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 70px;
}

.seven .title {
    margin-bottom: 70px;
}

.seven_img {
    width: 48%;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.seven_img img {
    height: 100%;
    display: block;
    margin: auto;
}

.seven_text {
    width: 48%;
}

.seven_text h3 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 80px;
    height: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.seven_text .p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
}

.seven_text .more {
    display: block;
    width: 150px;
    line-height: 44px;
    text-align: center;
    border-top-right-radius: 20px;
    margin-top: 30px;
    transition: all .5s ease;
}



/**/

.eight {
    margin-top: 70px;
}

.eight .title {
    margin-bottom: 50px;
}

.eight_fl {
    float: left;
    width: 62%;
}

.eight_nav, .eight_title {
    line-height: 50px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
}


.eight_nav li {
    float: left;
    position: relative;
    cursor: pointer;
    padding: 0px 30px;
}

.eight_nav li a, .eight_fr h2 {
    display: block;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.eight_fr h2 {
    float: left;
}

.eight_nav li:before {
    position: absolute;
    content: '';
    height: 15px;
    width: 1px;
    background-color: #ddd;
    top: 18px;
    left: 0px;
}

.eight_nav li:first-child:before {
    display: none;
}

.eight_nav .more, .eight_title .more {
    float: right;
    color: #999999;
}



.eight_nav .on a {
    border-bottom: 3px solid #053e95;
}

.eight_ul li {
    overflow: hidden;
    width: 45%;
    float: left;
    margin-bottom: 10px;
}

.eight_ul li h3 {
    font-size: 18px;
    height: 50px;
    color: #333333;
    padding-left: 21px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 50px;
}

.eight_ul li h3:before {
    content: '';
    width: 8px;
    height: 8px;
    border: solid 1px #999999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}




.eight_ul li p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    color: #666666;
}

.eight_ul li:nth-child(2n+1) {
    float: right;
}

.eight_ul .first {
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(177, 177, 177, .5);
    margin-bottom: 10px;
    width: 100%;
    float: none;
}

.eight_img {
    overflow: hidden;
    height: 196px;
    width: 38%;
    display: flex;
    align-items: center;
}

.eight_img img {
    height: 100%;
    transition: all ease .3s;
}

.eight_ul li:hover img {
    transform: scale(1.1);
}


.eight_text {
    padding: 0 3%;
    width: 50%;
    box-sizing: border-box;
}


.eight_ul .eight_text h3 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 0;
}

.eight_ul .eight_text h3:before {
    display: none;
}



.eight_ul .eight_text p {
    -webkit-line-clamp: 3;
}

.eight_text b {
    width: 120px;
    height: 34px;
    border-radius: 0px 8px 0px 8px;
    line-height: 34px;
    text-align: center;
    display: block;
    margin-top: 20px;
}



.eight_time {
    padding-left: 3%;
    width: 12%;
    border-left: 1px solid #dcdcdc;
    box-sizing: border-box;
    text-align: center;
    margin-top: 65.5px;
}

.eight_time span {
    font-size: 35px;
    color: #333;
    line-height: 40px;
    display: block;
}

.eight_times {
    display: block;
    color: #999;
    margin-top: 15px;
}


/**/

.eight_fr {
    width: 32%;
}

.eight_fr li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #ddd;
}

.eight_fr li h3 {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    position: relative;
    padding-left: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.eight_fr li h3:before {
    content: '问';
    width: 28px;
    line-height: 28px;
    border-radius: 0px 5px 0px 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    font-size: 14px;
}


.eight_fr li p {
    position: relative;
    color: #999;
    line-height: 26px;
    padding-left: 45px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.eight_fr li p:before {
    content: '答';
    width: 28px;
    line-height: 28px;
    border-radius: 0px 5px 0px 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    font-size: 14px;
}


/**/

.nine {
    margin-top: 70px;
    position: relative;
    line-height: 66px;
}



.nine ul {
    width: 80%;
}

.nine li {
    margin: 0 10px;
    display: inline-block;
}

.nine .more {
    display: block;
    font-size: 12px;
    text-align: center;
    width: 118px;
    line-height: 24px;
    border: solid 1px #fff;
    opacity: .5;
    transition: all .5s ease;
    margin-top: 20px;
}

.nine .more:hover {
    border: solid 1px #053e95;
    opacity: 1;
}




/**/

.footer {
    background: #555555;
}

.footer_nav {
    background: #555555;
}

.footer_nav ul {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.footer_nav li {
    float: left;
    line-height: 110px;
    font-size: 18px;
    width: 12.5%;
    text-align: center;
}

.footer_text {
    overflow: hidden;
    position: relative;
}

.footer_text:before {
    content: '';
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    left: 33.3%
}

.footer_text:after {
    content: '';
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    right: 33.3%
}

.footer_lx {
    width: 33.3%;
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 50px 1%;
    box-sizing: border-box;
}

.footer_lx img {
    display: block;
    float: left;
    height: 82px;
    margin: auto;
}

.footer_tel {
    width: 60%;
    float: right;
    box-sizing: border-box;
}

.footer_tel img {
    height: 111px;
    margin-right: 15px;
}

.footer_tel h3 {
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer_tel .dh {
    line-height: 50px;
    font-size: 22px;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer_dz {
    width: 33.3%;
    float: left;
    padding: 50px 3%;
    box-sizing: border-box;
}

.footer_img {
    float: left;
    width: 33.3%;
    padding: 50px 5%;
    box-sizing: border-box;
    overflow: hidden;
}



.footer_img img {
    width: 40%;
    display: block;
    float: left;
    margin: 0 5%;
}

.footer_bottom {
    background: #383838;
    text-align: center;
    padding: 15px 0;
    color: rgba(255, 255, 255, 0.5);
}



/**/

.interlink {
    padding: 0px 0 15px;
    background: #383838;
}

.interlink__inner {
    width: 1260px;
    margin: auto;
    overflow: hidden;
}

.interlink__title {
    width: 100px;
    font-size: 16px;
    background: url(../images/yqlj.png) no-repeat right;
    float: left;
}

.interlink__list {
    width: 1160px;
    float: right;
}

a.interlink__item {
    margin: 0px 10px;
    font-size: 15px;
}

/**/

.page .footer {
    margin-top: 30px;
}

.page_banner img {
    width: 100%;
    display: block;
    height: auto;
}

.page_lj {
    background: #fff;
    line-height: 60px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

.page_lj_text {
    width: 25%;
    padding: 0 1.5%;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
    font-weight: bold;
    height: 60px;
}

.page_lj_wz {
    width: 73%;
    background: url(../images/dw.png) no-repeat left;
    color: #666;
    padding-left: 30px;
    box-sizing: border-box;
}

/**/

.page_fl {
    width: 25%;
}

.page_navs {
    background: #fff;
    padding: 2%;
}

.page_title {
    line-height: 60px;
    overflow: hidden;
}

.page_title a {
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding-left: 16px;
    box-sizing: border-box;
}

.page_navs li a {
    line-height: 45px;
    border: 1px solid #eee;
    display: block;
    margin: 10px 0;
    font-size: 16px;
    padding-left: 20px;
    box-sizing: border-box;
}

ul.page_ul {
    display: none;
}

ul.page_ul li a {
    border: none;
    border-bottom: 1px solid #eee;
}

.page_navs li a:hover, .pages_nav li .cur {
    border-color: #053e95;
}

.page_navs li:hover ul.page_ul {
    display: block;
}

.page_navs .nav_button, .page_tc {
    display: none;
}

/**/

.page_cp {
    margin-top: 20px;
    position: relative;
}

.page_cp .bd {
    overflow: hidden;
}

.page_cp .bd li {
    float: left;
    width: 100%;
    height: 360px;
    background: #fff;
    padding-bottom: 20px;
}

.page_cp_img {
    height: 240px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.page_cp .bd img {
    display: block;
    transition: all 0.3s linear 0s;
    margin: auto;
}

.page_cp .bd li:hover img {
    transform: scale(1.1);
}

.page_cp .bd h3 {
    font-size: 18px;
    line-height: 80px;
    padding: 0px 10px;
    box-sizing: border-box;
    height: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center
}

.page_cp .bd b {
    width: 120px;
    line-height: 38px;
    border: 1px solid #ddd;
    text-align: center;
    display: block;
    margin: auto;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.page_cp .bd li:hover b {
    border-color: #053e95;
    margin-top: 20px;
}

.page_cp .prev, .page_cp .next {
    background: rgba(51, 51, 51, 0.3);
    width: 45px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    display: block;
    top: 277px;
    position: absolute;
    margin-top: -22.5px;
    font-family: '楷体';
    font-size: 30px;
}

.page_cp .prev {
    left: 0px;
}

.page_cp .next {
    right: 0px;
}



.page_cp .hd {
    text-align: center;
    line-height: 40px;
}

.page_cp .hd li {
    display: inline-block;
    width: 8px;
    height: 8px;
    line-height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.2;
    color: transparent;
}

.page_cp .hd .on {
    opacity: 1;
}

/**/

.page_xw {
    margin-top: 10px;
}

.page_xw ul {
    border: 1px solid #d8d8d8;
    padding: 2%;
    box-sizing: border-box;
    background: #fff;
}

.page_xw li {
    line-height: 50px;
    color: #666;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #eeeeee;
}



/**/

.page_fr {
    background: #fff;
    width: 73%;
    padding: 1%;
    box-sizing: border-box;
}

.product li {
    float: left;
    margin-right: 2%;
    width: 32%;
    background: #f8f8f8;
    margin-bottom: 2%;
}

.product li:nth-child(3n) {
    margin-right: 0;
}

.product_img {
    width: 100%;
    display: block;
    height: 230px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.product_img img {
    margin: auto;
    display: block;
    transition: all 0.3s linear 0s;
    height: 100%;
}

.product li:hover img {
    transform: scale(1.1);
}

.product li h3 {
    line-height: 30px;
    text-align: center;
    padding: 0px 15px;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #575757;
    margin-top: 15px;
}

.product li p {
    line-height: 30px;
    padding: 0px 15px;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
    margin-bottom: 15px;
}

.product li:hover {
    background: #fff;
    box-shadow: 0px 0px 10px 5px #ccc;
}

.product li:hover h3 {
    color: #000
}

/**/

/**/

.pading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pading a, .pading span {
    border: 1px solid #e5e5e5;
    padding: 3px 12px;
    display: inline-block;
    margin: 0 5px;
}

.pading .next, .pading .prev {
    border: 1px solid #e5e5e5;
}

.pading span.current {
    border: #053e95 1px solid;
}

.page-num-current {
	border: #053e95 1px solid !important;
	background: #053e95;
	color:#ffffff !important;
}
.page-num-current a{
	color:#ffffff;
}
/**/

.product_items {
    padding: 1%;
}

.product_imgs_fl {
    width: 48%;
    position: relative;
}

.product_imgs_fl .imga img {
    margin: auto;
    display: block;
    height: 100%;
}

.product_imgs_fl .imga {
    margin-bottom: 5px;
    overflow: hidden;
}

.product_imgs_fl .swiper-button-next, .swiper-button-prev {
    top: 40%;
    color: rgba(225, 225, 225, 0.9);
}


.imga .swiper-slide {
    background: #eee;
    display: flex;
    align-items: center;
    height: 250px;
}

.imgb .swiper-slide {
    border: 1px solid #eee;
    padding: 1% 1% 0%;
    box-sizing: border-box;
}

.imgb .swiper-slide-thumb-active {
    border: 1px solid #053e95;
}



/**/

.product_imgs_fr {
    width: 48%;
}

.product_imgs_fr p {
    line-height: 30px;
    font-size: 16px;
}

/**/

.product_imgs_fr h2 {
    line-height: 50px;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
}

.product_text p {
    color: #666;
    line-height: 30px;
    font-size: 15px;
    height: 60px;
    overflow: hidden;
    text-align: center;
}

/**/

.Product_item_text {
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #d4d4d4;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Product_item_text span {
    border-bottom: 2px solid #053e95;
    display: inline-block;
    width: 110px;
    text-align: center;
    font-weight: bold;
}

/**/

.main_next {
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
}

.main_next .prevrecord, .main_next .nextrecord {
    margin: 5px 0px;
    display: block;
    font-size: 16px;
    color: #000;
}

.main_next b {
    text-align: center;
    display: inline-block;
}

/**/

.xgwz, .xgcp {
    background: #eee;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 30px;
}

/**/

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;
}

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: 160px;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**/

.article li {
    overflow: hidden;
    padding: 10px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    line-height: 20px;
}

.article_img {
    width: 30%;
    height: 170px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #eee;
}

.article_img img {
    display: block;
    transition: all .3s ease-out;
    margin: auto;
}

.article li:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.article_text {
    width: 65%;
}

.article_text h3 {
    line-height: 30px;
    font-size: 20px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.article_text p {
    color: #999;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
}

.article_text b {
    width: 108px;
    line-height: 30px;
    position: relative;
    display: block;
    border: 1px solid #eee;
    padding-left: 33px;
    font-size: 12px;
    box-sizing: border-box;
    margin-top: 15px;
    transition: all .3s ease-out;
}

.article_text b:after {
    opacity: 0;
    content: "";
    transition: all .3s ease-out;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
}

.article_text b:before {
    opacity: 0;
    content: "→";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 2;
    line-height: 20px;
    text-align: center;
}

.article li:hover b {
    padding-left: 20px;
}

.article li:hover b:after, .article li:hover b:before {
    opacity: 1;
}

/**/

.article_content {
    padding-top: 30px;
}

.article_title {
    text-align: center;
    color: #5A5A5A;
    margin-bottom: 20px;
}

.article_title h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**/

.pages {
    margin-top: 30px;
}

.pages_dh {
    margin-bottom: 30px;
}

.pages_dh li {
    display: inline-block;
    position: relative;
    width: 15.4%;
    margin: 0 0.5%;
    text-align: center;
}

.pages_dh li a {
    line-height: 50px;
    display: block;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0px 5px;
}

.pages_dhs {
    position: absolute;
    display: none;
    width: 100%;
}

.pages_dhs li, .pages_dhs li a {
    width: 100%;
    margin: 0;
}

.pages_dh li:hover .pages_dhs {
    display: block;
}




/**/

.bottom {
    display: none;
}


.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;
}

.Tcs p {
    line-height: 30px;
}

/**/
@media only screen and (max-width:1600px) {
    .container {
        width: 1200px;
    }

    .one_title h2 {
        font-size: 25px;
        background: url(../images/one_title.png)no-repeat 10px center;
    }

    .three_ul {
        width: 1200px;
    }

    .three_ul li {
        width: 380px;
    }

    .three_img {
        height: 266px;
    }

    .five_fl img {
        height: 340px;
    }

    .five_img, .five_text {
        height: 405px;
    }

    .five_text h3 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 960px;
    }

    .one_title h2 {
        font-size: 18px;
        background: url(../images/one_title.png)no-repeat 10px center;
    }

    .one_img {
        height: 204px;
    }

    .one_nav li a {
        line-height: 73px;
        font-size: 18px;
        height: 73px;
    }

    .one_nav li a:before {
        width: 20px;
        line-height: 20px;
        top: 26.5px;
    }

    .one_text b {
        line-height: 25px;
        font-size: 12px;
    }

    .two_img {
        height: 152px;
    }

    .two_text h3 {
        font-size: 20px;
        line-height: 40px;
        height: 40px;
    }

    .three_ul {
        width: 960px;
    }

    .three_ul li {
        width: 300px;
    }

    ul.relate_pr li img {
        height: 104px;
    }

}



/**/

@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 50px
    }

    .container {
        width: 96%;
    }

    .header_boxs {
        position: initial;
    }


    .header {
        overflow: hidden;
    }

    .header_top, .header_top .fl {
        background: #006acc;
        line-height: 35px;
        color: #fff;
        height: 35px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: none;
    }

    .logo {
        width: 80%;
        height: 80px;
        float: left;
    }

    #slides, .header_ul {
        display: none;
    }

    .navs, .max_banner, .bottom {
        display: block;
    }

    .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;
        margin: 0;
    }

    .navbox .nav {
        width: 50%;
        height: 100%;
        background: #006acc;
        box-sizing: border-box;
        float: right;
    }

    .navbox li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        box-sizing: border-box;
    }

    .navbox li a {
        display: block;
        padding: 0;
        line-height: 60px;
        text-align: center;
        font-size: 15px;
        color: #fff !important;
        width: 100%;
    }

    .subnav {
        opacity: 0;
    }

    .navbox li:hover .subnav, .header_text.fl, .input.fr {
        display: none;
    }

    /**/

    .header_bottom {
        line-height: 50px;
    }

    .header_rs {
        width: 100%;
        float: none;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 50px;
        padding: 0;
    }

    /**/

    .title h2 {
        font-size: 22px;
        line-height: 30px;
        height: 30px;
    }

    .title h2:before {
        margin-right: 15px;
        background-position-y: 4px;
    }

    .title h2:after {
        margin-left: 15px;
        background-position-y: 4px;
    }

    .title h3 {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
    }


    /**/

    .one {
        padding: 25px 0 5px;
    }

    .one .title {
        margin-bottom: 25px;
    }

    .one_fl {
        width: 100%;
        float: none;
        overflow: hidden;
    }

    .one_title h2 {
        font-size: 20px;
        line-height: 30px;
        background: url(../images/one_title.png)no-repeat 50px center;
        background-size: 8%;
        background-position-y: 4px;
    }

    .one_title h3 {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
    }

    .one_nav li {
        width: 49%;
        float: left;
    }

    .one_nav li:nth-child(2n) {
        float: right;
    }

    .one_nav li a {
        line-height: 60px;
        font-size: 16px;
        padding: 0 5%;
        height: 60px;
        background: #fff;
    }

    .one_nav li a:before {
        width: 20px;
        line-height: 20px;
        top: 20px;
    }

    .one_ul {
        width: 100%;
        float: none;
        margin-top: 25px;
    }

    .one_img {
        height: 100px;
    }

    .one_text {
        display: none;
    }

    .one_ul li h3 {
        line-height: 35px;
        font-size: 14px;
        height: 35px;
    }

    /**/

    .two {
        padding: 25px 0;
    }

    .two ul {
        margin-top: 25px;
    }

    .two li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 2%;
    }

    .two li:nth-child(2n) {
        float: right;
    }

    .two_img {
        height: 113px
    }

    .two_text h3 {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
    }

    .two_text p {
        font-size: 14px;
    }

    /**/
    .three {
        margin-top: 25px;
    }

    .three_nav {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .three_nav li {
        line-height: 40px;
        display: block;
        margin: 0 0.5%;
        width: 32.3%;
        float: left;
    }

    .three_nav li a {
        font-size: 14px;
        height: 40px;
        padding: 0px 2%;
    }

    .three_ul {
        width: 350px;
        overflow: hidden;
    }

    .three_ul li {
        width: 165px;
        margin: 0 5px;
    }

    .three_img {
        height: 151px;
    }

    .three_text {
        display: none;
    }

    .three_ul li h3 {
        line-height: 40px;
        font-size: 14px;
        height: 40px;
    }

    /**/

    .four {
        margin-top: 25px;
        padding: 25px 0 15px;
    }

    .four ul {
        margin-top: 25px;
    }

    .four ul li {
        margin-bottom: 10px;
    }

    .four_img, .four_text {
        width: 100%;
        float: none;
    }

    .four_img {
        height: 205px;
        margin-bottom: 20px;
    }

    .four_text .sz {
        width: 69px;
        height: 63px;
        line-height: 63px;
        font-size: 20px;
        background-size: 100% 100%;
    }

    .four_text h2 {
        font-size: 20px;
        line-height: 30px;
        padding-left: 10px;
        height: 30px;
    }

    .four_text h3 {
        font-size: 16px;
        line-height: 30px;
        padding-left: 10px;
        height: 30px;
    }

    .four_text .four_title {
        margin-bottom: 10px;
    }

    .four_text .p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        background: url(../images/three_lo.png) no-repeat left 3px;
    }


    /**/

    .five {
        margin-top: 25px;
    }

    .five_fl, .five_fr {
        width: 100%;
        float: none;
    }

    .five .title {
        margin-bottom: 25px;
    }

    .five_fl img {
        height: auto;
    }

    .five_fl h3 {
        font-size: 14px;
        padding: 2%;
    }

    .five_img {
        padding: 2%;
        height: 241px;
    }

    .five_text {
        padding: 2%;
        height: 241px;
    }

    .five_text h3 {
        font-size: 18px;
        line-height: 24px;
        height: 24px;
        margin-top: 10px;
    }

    .five_text h4 {
        font-size: 14px;
        line-height: 24px;
        height: 24px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .five_text .p {
        font-size: 14px;
        line-height: 24px;
        -webkit-line-clamp: 4;
    }

    .five_text .more {
        width: 150px;
        line-height: 30px;
        font-size: 14px;
        margin-top: 10px;
    }

    .five_fr .prev, .five_fr .next {
        width: 30px;
        top: 50%;
        line-height: 30px;
        font-size: 15px;
        margin-top: -15px;
    }

    .five_fr .next {
        right: -15px;
    }

    .five_fr .prev {
        left: -15px;
    }

    /**/

    .six {
        margin-top: 25px;
    }

    .six ul {
        margin-top: 25px;
    }

    .six li {
        width: 49%;
        margin-bottom: 2%;
    }

    .six li:nth-child(2n) {
        float: right;
    }

    .six li:nth-child(2n) .six_img {
        border: none
    }

    .six li h3 {
        font-size: 16px;
        margin-top: 10px;
        line-height: 30px;
        height: 30px;
    }

    .six li .p {
        line-height: 24px;
        height: 24px;
        font-size: 14px;
    }

    .six_bottom {
        margin-top: 15px;
    }

    /**/

    .seven {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .seven .title {
        margin-bottom: 25px;
    }



    .seven_text, .seven_img {
        width: 100%;
        float: none;
    }

    .seven_text h3 {
        font-size: 18px;
        line-height: 50px;
        height: 50px;
    }

    .seven_text .p {
        font-size: 14px;
        line-height: 24px;
    }

    .seven_text .more {
        width: 100px;
        line-height: 35px;
        margin-top: 15px;
    }

    /**/

    .eight {
        margin-top: 25px;
    }

    .eight .title {
        margin-bottom: 20px;
    }



    .eight_fl {
        float: none;
        width: 100%;
    }

    .eight_nav li {
        padding: 0px 2%;
    }

    .eight_nav li:before {
        height: 12px;
        top: 15px;
    }

    .eight_nav ul {
        width: 80%;
    }

    .eight_nav li a, .eight_fr h2 {
        font-size: 16px;
    }

    .eight_nav, .eight_title {
        line-height: 40px;
        margin-bottom: 20px;
    }

    .eight_ul li {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .eight_ul .first {
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .eight_ul li:nth-child(2n+1) {
        float: none;
    }

    .eight_img {
        height: auto;
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }

    .eight_img img {
        width: 100%;
    }

    .eight_text {
        padding: 0;
        width: 100%;
        float: none;
    }

    .eight_ul li h3 {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .eight_time {
        display: none;
    }

    .eight_fr {
        width: 100%;
        float: none;
        margin-top: 15px;
    }

    .eight_title {
        margin-bottom: 0px;
    }

    .eight_times {
        margin-top: 5px;
    }

    .eight_fr li h3 {
        font-size: 16px;
    }

    .eight_fr li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /**/

    .nine {
        margin-top: 25px;
        line-height: 50px;
    }


    .nine_title {
        width: 20%;
        height: 50px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .nine ul {
        width: 80%;
        height: 50px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .nine li {
        margin: 0 5px;
    }

    .nine .more {
        display: none;
    }

    /**/
    .interlink__inner {
        width: 96%;
        margin: auto;
    }

    .interlink__title {
        float: none;
        line-height: 40px;
    }

    .interlink__list a {
        margin: 0;
        margin-right: 5px;
    }

    .interlink__list {
        width: 100%;
        float: none;
    }

    /**/


    .footer_nav, .footer_img {
        display: none;
    }



    .footer_lx, .footer_dz {
        width: 50%;
        padding: 25px 2%;
    }

    .footer_lx {
        display: initial;
        align-items: initial;
    }

    .footer_lx img {
        height: auto;
        width: auto;
        float: none;
        height: 70px;
        margin-bottom: 10px;
    }

    .footer_tel {
        width: 100%;
        float: none;
    }

    .footer_tel h3 {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
    }

    .footer_tel .dh {
        line-height: 40px;
        font-size: 16px;
        height: 40px;
    }

    .footer_tel img {
        display: none;
    }

    .footer_text:before {
        left: 50%
    }

    .footer_text:after {
        display: none;
    }

    .footer_bottom {
        padding: 15px 2%;
    }

    /**/

    .bottom {
        background: #222;
        position: fixed;
        bottom: 0px;
        width: 100%;
        overflow: hidden;
        line-height: 50px;
        text-align: center;
    }



    .bottom li {
        float: left;
        color: #fff;
        width: 33.3%;
    }



    .bottom img {
        width: 22px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }



    /**/
    .page_lj {
        margin-bottom: 0;
    }

    .page_lj .container {
        width: 100%;
        line-height: 50px;
    }

    .page_lj_text {
        width: 100%;
        font-size: 20px;
        float: none;
    }

    .page_lj_wz {
        width: 100%;
        float: none;
    }

    /**/
    .page_fl {
        width: 100%;
    }

    .page_navs {
        background: none;
        padding: 2% 0 0.5%;
    }

    .page_tc {
        float: right;
        width: 10%;
        text-align: center;
        font-family: '楷体';
        font-size: 20px;
        display: block;
        color: #fff
    }

    .page_navs .nav_button {
        display: block;
    }

    .page_navbox {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .pages_nav {
        width: 50%;
        height: 100%;
        background: #fff;
        box-sizing: border-box;
        float: right;
    }

    .pages_nav li {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        box-sizing: border-box;
    }

    .pages_nav li a {
        display: block;
        padding: 0;
        line-height: 60px;
        text-align: center;
        font-size: 16px;
        width: 100%;
        border: none;
        margin: 0;
    }

    .pages_nav li:hover .page_ul {
        display: none !important;
    }

    .pages_nav li .cur {
        border: none;
        background: #006acc;
        color: #fff
    }

    /**/
    .page_cp .bd {
        max-width: 350px;
        margin: auto;
    }

    .page_cp .bd li {
        width: 165px;
        margin: 0px 5px;
        height: auto;
    }

    .page_cp_img {
        height: 124px;
        background: #eee;
    }

    .page_cp .bd h3 {
        font-size: 16px;
        line-height: 50px;
        padding: 0px 5px;
        height: 50px;
    }

    .page_cp .bd b {
        width: 100px;
        line-height: 30px;
    }

    .page_cp .prev, .page_cp .next {
        top: 192px;
    }

    .page_xw ul {
        border: none;
        padding: 0;
    }

    .page_fr {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .product li {
        margin-right: 0;
        width: 49%;
    }

    .product li:nth-child(2n) {
        float: right;
    }

    .product_img {
        height: 141px;
    }

    /**/
    .pading a, .pading span {
        padding: 0px 10px;
    }

    .page_xw, .page_cp {
        width: 100%;
        float: none;
    }

    .page_title {
        margin-bottom: 10px;
    }

    .page_titles {
        margin-bottom: 0px
    }

    .page_titles a {
        width: 90%;
        float: left;
    }

    .page_xw li {
        line-height: 40px;
    }

    .page_xw li h3 {
        width: 77%;
    }

    .page_cp li img {
        height: 100%
    }

    .page_cp li h3 {
        font-size: 15px;
    }

    .page_title .more {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 25px;
    }

    .page_xw, .page_cp {
        margin-top: 0;
    }

    /**/
    .pages_fl .page_cp, .pages_fl .page_xw {
        display: none;
    }

    .product_imgs_fl {
        width: 100%;
        position: relative;
        float: none;
    }

    .product_imgs_fl .bd img, .product_imgs_fl .bd li, .product_imgs_fl .bd {
        height: 288px
    }

    .product_imgs_fl .hd {
        display: none;
    }

    .product_imgs_fl .prev, .product_imgs_fl .next {
        top: 50%;
        margin-top: -28.5px;
    }

    .product_imgs_fr h2 {
        line-height: 40px;
        height: 40px;
        font-size: 18px;
    }

    .Product_item_text {
        margin-top: 10px;
    }

    .main_next {
        margin-top: 20px;
    }

    .main_next .prevrecord, .main_next .nextrecord {
        font-size: 14px;
    }

    .page_title h2 {
        font-size: 18px;
    }

    .product_imgs_fr {
        width: 100%;
        float: none;
    }

    .xgwz, .xgcp {
        padding: 2%;
        margin-top: 10px;
    }

    h4.related {
        font-size: 18px;
    }

    ul.relate_pr li img {
        height: 45px;
    }

    /**/
    .article li {
        width: 100%;
    }

    .article_img {
        height: 65px;
    }

    .article li h3 {
        line-height: 30px;
        height: 30px;
        font-size: 16px;
        margin-bottom: 0;
    }

    .article_text p {
        height: 24px;
    }

    .article_text b {
        display: none;
    }

    .article_content {
        margin-top: 10px;
    }

    .article_title h2 {
        font-size: 18px;
        line-height: 40px;
        height: 40px;
    }

    /**/
    .pages_dh {
        margin-bottom: 20px;
    }

    .pages_dh li {
        width: 31.6%;
        margin-bottom: 1%;
    }

    .pages_dh li a {
        line-height: 40px;
        font-size: 15px;
    }

    .pages_dh li:hover .pages_dhs {
        display: none
    }
}

/* 基础样式 */
.footer_bottom {
  text-align: center;
  padding: 20px 15px;
  font-size: 13px;
  color: #999;
}

/* 版权信息 */
.copyright {
  margin-bottom: 5px;
}
.copyright a {
  display: inline-block;
  margin: 0 8px;
  text-decoration: none;
  color: inherit;
}

/* 热门搜索（单行显示） */
.hot-searches {
  margin-bottom: 5px;
  white-space: nowrap; /* 强制不换行 */
  overflow-x: auto;    /* 允许横向滚动 */
}
.hot-searches .keywords {
  display: inline; /* 保持行内特性 */
}
.hot-searches a {
  text-decoration: none;
  color: #999;
  margin: 0 3px;     /* 词间距 */
}
.hot-searches .comma:last-child {
  display: none;     /* 隐藏最后一个逗号 */
}

/* 免责声明 */
.disclaimer span {
  display: inline-block;
  max-width: 1200px;
  color: #999;
  line-height: 1.6;
}

/* 手机端适配 */
@media (max-width: 768px) {
  .hot-searches {
    text-align: left; /* 手机端左对齐 */
    padding-bottom: 5px; /* 给滚动留空间 */
  }
}



#message{position:fixed;width:100%;height:100%;left:0;top:0;z-index:1000;transform:scale(0);transition:.3s}
.messagebg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:1001}
#message .m-content{margin-top:8%}
#message .m-content .m-message{background:#fff;width:880px;background:#fff;padding:50px;margin:0 auto;position:relative;z-index:1002;box-shadow:1px 1px 50px rgba(0,0,0,.3)}
.m-message{max-width:880px;margin:20px auto 0}
.m-message label{margin-bottom:15px;display:block;font-size:14px}
.m-message label em{display:block;float:right;color:red;height:32px;line-height:32px}
.m-message label span{width:70px;height:34px;line-height:34px;color:#2F2F2F;float:left;font-weight:bold;text-align:right;margin-right:20px;display:inline-block}
.m-message label input.inp,.m-message label textarea,.m-message label.code input{width:100%;overflow:hidden;height:32px;line-height:32px;border:#cccccc 1px solid;border-radius:3px;padding:0 14px;box-sizing:border-box;color:#555;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.m-message label input:focus,.m-message label textarea:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,150,0,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,150,0,.6)}
.m-message label textarea{height:72px;line-height:24px;padding:10px 14px}
.m-message label.code{line-height:34px}
.m-message label.code input{width:30%;float:left;margin-right:20px}
.m-message label.code .pic{display:inline-block;vertical-align:top;width:80px;height:32px}
.m-message label.code img{display:block;width:100%;height:100%}

.btn1{display:block;line-height:32px;padding-left:15px;background-color:#333;color:#fff;margin-top:10px}
.btn1:hover{background-color:#444;color:white}
.btn1 span{display:block;padding-left:15px;background-repeat:no-repeat;background-position:left center;background-image:url(../images/btn-r.png)}
.btn1-1 input{width:52px;height:32px;line-height:32px;background:#e8e8e8;border:none;color:#333;margin-right:22px;cursor:pointer;transition:0.3s}
.btn1-1{padding-left:100px}
.btn1-1 input.focus{background:#053E95;color:#fff}
.btn1-1 input.focus:hover{background:#444}
.btn1-1 input:hover{background:#ccc}

@media (max-width:479px){
.m-message {width: auto;}
}