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: 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;
}

/**/



/**/

#slides {
    position: relative;
    width: 100%;
}

#slides img {
    width: 100%;
    display: block;
}

#slides .hd {
    width: 1200px;
    position: absolute;
    bottom: 80px;
    z-index: 10;
    left: 50%;
    margin-left: -600px;
    text-align: center;
}

#slides .hd li {
    margin: 0px 5px;
    line-height: 5px;
    width: 50px;
    height: 5px;
    display: inline-block;
    cursor: pointer;
    color: transparent;
    background: #fff;
    opacity: 0.8;
    border-radius: 5px;
}

#slides .hd .on {
    opacity: 1;
}

/*header*/

.header {
    width: 100%;
}

.header_top {
    line-height: 40px;
    background: #f9f9f9;
}

.header_top .fl {
    width: 50%;
}

.header_top li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

.header_top li:after {
    content: '';
    width: 1px;
    height: 10px;
    background: #ccc;
    position: absolute;
    right: -18px;
    top: 15px
}

.header_top li:last-child {
    margin-right: 0;
}

.header_top li:last-child:after {
    display: none;
}

.header_top li img {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/*logo*/

.logo_fl {
    height: 120px;
    width: 500px;
}

.logo img {
    max-width: 100%;
    display: block;
    max-height: 100%;
}


.logo img {
    max-width: 100%;
    display: block;
    max-height: 100%;
}

/**/

.navbox {
    width: 680px;
}

.navbox li {
    float: left;
    position: relative;
    box-sizing: border-box;
    width: 16.66%;
}

.navbox a {
    font-size: 16px;
    display: block;
    line-height: 120px;
    text-align: center;
    padding: 0px 2%;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navbox li:after {
    content: '';
    width: 1px;
    height: 15px;
    background: #d8d8d8;
    position: absolute;
    left: 0px;
    top: 52.5px
}

.navbox li:first-child:after, ul.subMen li:after {
    display: none;
}

.subMen {
    position: absolute;
    top: 120px;
    z-index: 2;
    display: none;
    width: 100%;
    background: #fff;
}

ul.subMen li {
    width: 100%;
    float: none;
}

ul.subMen li a:before {
    display: none;
}

ul.subMen a {
    line-height: 40px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    height: 40px;
    padding: 0;

}

.navbox li:hover ul.subMen {
    display: block;
}

.navbox .cur, .navbox a:hover {
    font-weight: bold;
}

.navs {
    display: none;
    width: 10%;
    position: absolute;
    right: 4%;
    top: 22px;
    border: 1px solid #192795;
    padding: 8px 2% 0;
    border-radius: 5px;
    box-sizing: border-box;
    height: 36px;
}

.navs b {
    margin-bottom: 8px;
    display: block;
    height: 2px;
    width: 100%;
    position: relative;
}

.navs b:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 8px;
}

.navs b:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 16px;
}

/**/

.Tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
}

.Tcs {
    background: #fff;
    width: 70%;
    height: 343px;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 50%;
    margin-top: -171.5px;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
}

.Tc_gb {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    top: 0px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.Tcs img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 5px;
    box-shadow: 0px 0px 3px 3px #eee;
}

.Tcs .Tc_dt {
    width: 150px;
    height: auto;
    margin: 15px auto 0;
    display: block;
    box-shadow: initial;
}

#weixin {
    line-height: 30px;
    display: inline-block;
    font-size: 15px;
}

#copy_btn {
    background: #000;
    border: none;
    line-height: 30px;
    width: 100px;
    border-radius: 5px;
    margin: 5px auto 0px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Tcs p {
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bottom {
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    z-index: 555;
    display: none
}

.bottom li {
    float: left;
}

.bottom li {
    width: 25%;
    padding: 5px 0;
    text-align: center;
}

.bottom .dhzx {
    width: 50%;
}

.bottom .dhzx a {
    display: block;
    line-height: 44px;
    font-size: 16px;
}

.bottom li img {
    display: block;
    margin: auto;
    height: 20px;
}

.bottom .dhzx img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 25px;
}

.max_banner {
    display: none;
    overflow: hidden;
}

.max_banner img {
    width: 100%;
    display: block;
}

/**/

.search {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-top: -50px;
    line-height: 40px;
    padding: 30px;
    box-sizing: border-box;
}

.search .kw {
    width: 500px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}


.input {
    width: 300px;
    margin: 0 30px;
    border-bottom: 1px solid #d8d8d8;
}

.search input {
    line-height: 35px;
    width: 261px;
    color: #898989;
    padding-left: 10px;
    box-sizing: border-box;
    border: none;
}

.searchBtn {
    background: url(/web/20221002130211im_/http://static2.fuhai360.com/n220214/images/sou.png) center no-repeat;
    width: 39px;
    height: 39px;
    display: block;
    border: none;
    background-size: 50%;
}

.rmdh {
    width: 280px;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
    font-size: 25px;
}

.rmdh img {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.rmdh:before {
    content: '';
    height: 60px;
    width: 1px;
    background: #d8d8d8;
    position: absolute;
    left: 0px;
    top: -10px
}

.rmdh:after {
    content: '';
    height: 30px;
    width: 3px;
    position: absolute;
    left: -1px;
    top: 5px;
}

/**/


.title {
    text-align: center;
    color: #333;
}



.title h2 {
    line-height: 40px;
    height: 40px;
    font-size: 35px;
    position: relative;
    padding: 0px 30px;
    box-sizing: border-box;
    display: inline-block;
}

.title h2:after {
    content: "";
    width: 80px;
    height: 1px;
    background: #333;
    position: absolute;
    right: -80px;
    top: 23px;
}

.title h2:before {
    content: "";
    width: 80px;
    height: 1px;
    background: #333;
    position: absolute;
    left: -80px;
    top: 23px;
}

.title h3 {
    display: block;
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**/

.one {
    margin-top: 70px;
}

.one_fl {
    position: relative;
    width: 580px;
}

.one_fl:after {
    content: '';
    width: 475px;
    background: #f2f2f2;
    height: 625px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.one_title {
    float: left;
    width: 95px;
    position: relative;
    margin-top: 40px;
    padding-top: 260px;
}

.one_title:after {
    content: '';
    height: 250px;
    width: 1px;
    background: #d8d8d8;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -0.5px;
}

.one_title a {
    display: block;
    width: 20px;
    margin: auto;
    height: 285px;
    overflow: hidden;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

.one_fl .bd {
    float: right;
    width: 485px;
    height: 545px;
    margin-top: 40px;
}

.one_fl img {
    width: 100%;
    height: 100%;
    display: block;
}

.one_fl .hd {
    position: absolute;
    width: 485px;
    right: 0px;
    bottom: 30px;
    text-align: center;
}

.one_fl .hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100%;
    margin: 0 7px;
    color: transparent;
    line-height: 12px;
}



/**/

.one_fr {
    width: 580px;
}

.one_top {
    position: relative;
}

.one_nav li {
    float: left;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: #f2f2f2;
    padding-top: 38px;
    box-sizing: border-box;
    margin-right: 45px;
    margin-bottom: 80px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}


.one_nav li:nth-child(3n) {
    margin-right: 0;
}



.one_img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
    overflow: hidden;
}

.one_img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    display: block;
}



.one_nav .on img:nth-child(1) {
    margin-top: -50px;
}

.one_ul {
    position: absolute;
    top: 160px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    width: 100%;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.one_bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 700px;
    padding: 20px;
    box-sizing: border-box;
    height: 148px;
    line-height: 28px;
    font-size: 15px;
    overflow: hidden;
}


.one_bottom li:hover {
    transform: translateY(-10px);
}


/**/

.two {
    position: relative;
    margin-top: 70px;
    padding: 70px 0;
}



.two .title h2:after, .two .title h2:before {
    background: #fff;
}

.two ul {
    margin-top: 70px;
}


.two li {
    float: left;
    width: 24.4%;
    position: relative;
    margin-left: 1%;
    overflow: hidden;
    background: #fff;
    height: 555px;
}

.two li:first-child {
    margin-left: 0;
}

.two .on {
    width: 49.2%;
}

.two_text {
    background: #fff;
    float: left;
    width: 50%;
    display: none;
    padding: 30px;
    box-sizing: border-box;
    border-right: 1px solid #d8d8d8;
    height: 100%;

}

.two .on .two_text {
    display: block;
}

.two_img {
    float: right;
    width: 100%;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
}


.two .on .two_img {
    width: 50%;
}

.two_img img {
    margin: auto;
    display: block;
    transition: all 0.5s;
}

.two li:hover img {
    transform: scale(1.05);
}

.two_img .two_title {
    line-height: 60px;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    left: 0px;
    padding: 0 30px;
    box-sizing: border-box;
}

.two_img .two_title:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #192795;
    position: absolute;
    right: 34px;
    bottom: 28px;
}

.two_img .two_title:before {
    content: '>';
    position: absolute;
    font-size: 20px;
    width: 24px;
    right: 20px;
    bottom: 1px;
}

.two .on .two_img .two_title {
    display: none;
}

.two_text .two_title {
    line-height: 50px;
    height: 50px;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.two_text .two_title:after {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    right: 5px;
    bottom: 23px;
}

.two_text .two_title:before {
    content: '>';
    position: absolute;
    font-size: 20px;
    right: 0px;
    bottom: 1px;
}

.two .two_a {
    line-height: 60px;
    display: block;
    border-bottom: 1px dashed #d8d8d8;
    position: relative;
    font-size: 18px;
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.two_a:after {
    content: '+';
    width: 24px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    right: 0px;
    background: #d8d8d8;
    line-height: 20px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
}

.two .two_a:hover {
    font-weight: bold;
}


/**/

.three, .three ul {
    margin-top: 70px;
}

.three li {
    float: left;
    width: 290px;
    position: relative;
    margin-right: 13px;
    overflow: hidden;
}

.three li:nth-child(4n) {
    margin-right: 0;
}

.three_text {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: height 0.5s;
}

.three_text em {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
    width: 74px;
    line-height: 74px;
    border: 8px solid #fff;
    border-radius: 50%;
    font-size: 26px;
    font-weight: bold;
    font-family: DINOT, Arial;
}

.three_text h3 {
    padding: 56px 0 0;
    font-size: 20px;
    color: #333;
    transition: all 0.3s;
    font-weight: bold;
}

.three_text h3 i {
    display: block;
    text-transform: uppercase;
    font-family: Arial;
    opacity: 0.2;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: initial;
}

.three_text .p {
    padding: 0 45px;
    margin-top: 20px;
    letter-spacing: 1px;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    display: none;
}


.three li:hover .three_text {
    height: 451px;
    background: rgba(25, 39, 149, 0.5);
    padding-top: 120px;
    box-sizing: border-box;
}

.three li:hover em {
    background: #fff;
    border: 0;
    top: 70px;
}


.three li:hover .p {
    display: block;
}

.three_img {
    width: 100%;
    height: 451px;
}

.three_img img {
    width: 100%;
    height: 100%;
    display: block;
}


/**/


.four {
    margin-top: 70px;
    padding: 70px 0 210px;
    background: #f2f2f2;
}

.four_nav {
    margin-top: 50px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 20px;
}

.four_nav li {
    float: left;
    width: 16.66%;
    position: relative;
    text-align: center;
    padding: 0 1%;
    box-sizing: border-box;
}

.four_nav li:after {
    content: '>';
    width: 20px;
    line-height: 20px;
    border: 1px solid #cfcfcf;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom: -31px;
    border-radius: 50%;
    font-family: '楷体';
    background: #f2f2f2;
    color: #cfcfcf
}

.four_nav h3 {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.four_nav h4 {
    color: #666;
    opacity: 0.4;
    text-transform: uppercase;
    font-family: Arial;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.four_nav .on h3 {
    font-weight: bold;
}

.four_nav .on:after {
    border-color: #192795;
}


/**/

.four_ul {
    margin-top: 70px;
}

.four_ul li {
    float: left;
    width: 386px;
    margin-right: 20px;
}

.four_ul li:nth-child(3n) {
    margin-right: 0px;
}

.four_img {
    width: 100%;
    overflow: hidden;
    height: 217px;
}

.four_ul li img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

.four_ul li:hover img {
    transform: scale(1.05);
}

.four_ul li h3 {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}



/**/
.four_bottom {
    margin-top: 50px;
}

.four_bottom li {
    float: left;
    margin: 0px 10px;
    width: 180px;
}

.four_bottom li img {
    width: 100%;
    display: block;
    height: 133px;
}

/**/
.five {
    margin-top: -140px;
    background: #fff;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}

.five_title {
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #eee;
}


.five_title h2 {
    float: left;
    font-size: 20px;
    color: #333;
    padding-left: 10px;
    border-left: 2px solid #192795;
    line-height: 24px;
    margin-top: 18px;
    font-weight: bold;
}

.five_title .more {
    float: right;
}


.five .bd {
    margin-top: 30px;
}

.five li {
    float: left;
    width: 270px;
    margin: 0px 10px;
    position: relative;
    overflow: hidden;
    height: 152px;
}

.five li img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

.five li:hover img {
    transform: scale(1.05);
}

.five li h3 {
    position: absolute;
    line-height: 35px;
    height: 35px;
    bottom: 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0px 1%;
    box-sizing: border-box;
}

/**/

.six {
    margin-top: 50px;
}

.six ul {
    margin-top: 70px;
}

.six li {
    width: 33.3%;
    float: left;
    position: relative;
}

.six li img {
    width: 100%;
    display: block;
    height: 716px;
}

.six li:after {
    content: '+';
    width: 55px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    font-size: 30px;
    display: block;
    border-radius: 50%;
    bottom: 40px;
    left: 30px
}

.six_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    padding: 60px 30px 0;
    box-sizing: border-box;
    height: 270px;
    transition: height 0.5s;
    border-radius: 0px 30px 0px 0px;
}

.six_text h2 {
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.six_text h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 35px;
}


.six_text .p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    padding-left: 25px;
    display: none;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.six_text .p:before {
    content: '';
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 50%;
}

.six li:hover .six_text {
    height: 330px;
    background: rgba(25, 39, 149, 0.9);
}

.six li:hover:after {
    display: none;
}

.six li:hover .p {
    display: block
}


/**/

.seven {
    margin-top: 70px;
}

.seven_nav {
    margin-top: 50px;
    text-align: center;
}

.seven_nav li {
    display: inline-block;
    padding: 0px 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: #333;
}



.seven_ul {
    margin-top: 70px;
}

.seven_ul li {
    width: 580px;
    float: left;
    border-top: 1px solid #d6d6d6;
}

.seven_ul li:nth-child(2) {
    border-top: none;
}

.seven_ul li:nth-child(6), .seven_ul li:nth-child(8), .seven_ul li:nth-child(10) {
    float: right;
}

.seven_ul .first {
    margin-right: 40px;
    padding: 0;
    border-top: none;
}

.seven_img {
    overflow: hidden;
    height: 290px;
    margin-bottom: 20px;
}

.seven_img img {
    width: 100%;
    display: block;
    height: 100%;
    transition: all 0.5s;
}

.seven_ul li:hover img {
    transform: scale(1.05);
}

.seven_time {
    width: 103px;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    box-sizing: border-box;
    padding: 20px 20px 20px 0;
}

.seven_time span {
    display: block;
    font-size: 28px;
}


.seven_text {
    padding: 20px 0px 20px 20px;
    box-sizing: border-box;
    width: 477px;
    border-left: 1px solid #d6d6d6;
}

.seven_text h3 {
    font-size: 22px;
    color: #202428;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.seven_text p {
    color: #666;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
}

.seven_ul .first p {
    -webkit-line-clamp: 3;
}

.seven_ul .first .seven_text {
    padding: 0px 0px 0px 20px;
}

.seven_ul .first .seven_time {
    padding: 0px 20px 0px 0;
}




/**/
.eight {
    margin-top: 70px;
}

.eight .title {
    margin-bottom: 70px;
}

.eights {
    position: relative;
    padding: 70px 0;
}

.eights ul {
    background: #fff;
}

.eights li {
    width: 20%;
    float: left;
    border: 1px solid #eee;
    box-sizing: border-box;
    transition: background-color 0.3s, border-color 0.3s;
    text-align: center;
    padding-bottom: 50px;
}

.eights li:nth-child(5n) {
    border-right: none;
}

.eight_img {
    height: 50px;
    overflow: hidden;
    margin: 50px auto 12px;
}

.eight_img img {
    display: block;
    margin: auto;
}


.eights li h3 {
    font-size: 18px;
    color: #333;
    transition: all 0.3s;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    padding: 0 1%;
    box-sizing: border-box;
}

.eights li h4 {
    font-size: 14px;
    color: #666;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 1%;
    box-sizing: border-box;
}

.eights li:hover {
    border-color: #192795;
}

.eights li:hover img {
    transform: translateY(-50%);
    transition: all 0.5s;
}



/**/

.footer {
    background: #333;
}

.footer_nav {
    border-bottom: 1px solid rgba(204, 204, 204, 0.1);
    line-height: 70px;
    margin-bottom: 30px;
}

.footer_nav li {
    float: left;
    position: relative;
    width: 12.5%;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer_nav li:before {
    content: '/';
    position: absolute;
    left: 0px;
    top: 0px
}

.footer_nav li:first-child:before {
    display: none;
}

.footer_lx {
    line-height: 30px;
    font-size: 16px;
    width: 31.5%;
    float: left;
    box-sizing: border-box;
}

.footer_lx img {
    display: block;
}

.footer_dz {
    width: 31.5%;
    margin: 0 1.5%;
    float: left;
    line-height: 33px;
    font-size: 16px;
}

.footer_title {
    margin-bottom: 10px;
}

.footer_title h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.footer_ewm {
    width: 31.5%;
    float: right;
}

.footer_bottom {
    margin-top: 20px;
    padding-bottom: 20px;
}



/**/

.interlink {
    padding: 0px 0 15px;
    background: #333;
}

.interlink__inner {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.interlink__title {
    width: 100px;
    font-size: 16px;
    background: url(/web/20221002130211im_/http://static2.fuhai360.com/n220214/images/yqlj.png) no-repeat right;
    float: left;
    text-align: left;
}

.interlink__list {
    width: 1090px;
    float: right;
}

a.interlink__item {
    margin: 0px 10px;
    font-size: 15px;
}

/**/

.page .footer {
    margin-top: 50px;
}

.page_banner img {
    width: 100%;
    display: block;
}

.page_lj {
    background: #f9fafd;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
}

.page_lj .container {
    color: #999;
    background: url(/web/20221002130211im_/http://static2.fuhai360.com/n220214/images/tb.png) no-repeat left;
    padding-left: 25px;
}

a.page_fh {
    float: right;
    padding-right: 25px;
    background: url(/web/20221002130211im_/http://static2.fuhai360.com/n220214/images/ca1.png) no-repeat right;
}

/**/

.page_navs {
    margin: 30px 0;
    background: #f5f5f5;
}

.page_navs li {
    float: left;
    position: relative;
    width: 16.66%;
    text-align: center;
}

.page_navs a {
    font-size: 16px;
    position: relative;
    display: block;
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 60px;
    color: #a8a8a8;
}

.page_navs .cur:before, .page_navs a:hover:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px;
}



.page_ul a:hover:before, .page_ul .cur:before {
    display: none;
}

.page_ul {
    position: absolute;
    width: 100%;
    background: #f5f5f5;
    z-index: 555;
    top: 60px;
    display: none;
}

.page_navs li:hover .page_ul {
    display: block;
}

.page_ul li {
    float: none;
    width: 100%;
}

.page_ul a {
    line-height: 50px;
    height: 50px;
}


/**/

.page_xw {
    margin-top: 50px;
    width: 800px;
}

.page_title {
    padding: 20px 20px;
    background: #f5f5f5;
}

.page_title h2 {
    height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 20px;
}

.page_title h3 {
    height: 24px;
    color: #d8d8d8;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 20px;
}

.page_xw .bd {
    margin-top: 20px;
}

.page_xw li {
    width: 380px;
    float: left;
    margin: 0 10px;
}

.page_xw_time {
    width: 70px;
    color: #333;
    font-weight: 700;
    line-height: 26px;
    text-align: right;
    box-sizing: border-box;
    padding: 10px 10px 10px 0;
}

.page_xw_time span {
    display: block;
    font-size: 20px;
}

.page_xw_text {
    padding: 10px 0px 10px 10px;
    box-sizing: border-box;
    width: 310px;
    border-left: 1px solid #d6d6d6;
}

.page_xw_text h3 {
    font-size: 16px;
    color: #202428;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.page_xw_text p {
    color: #666;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
}




/**/


.page_cp {
    margin-top: 50px;
    width: 350px;
    position: relative;
}

.page_cp .bd {
    max-width: 198px;
    margin: 30px auto 0;
}

.page_cp li {
    width: 100%;
    height: 111px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    background: #f5f5f5;
}

.page_cp li img {
    height: 100%;
    display: block;
    margin: auto;
}

.page_cp li h3 {
    line-height: 30px;
    height: 30px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    background: rgba(0, 0, 0, 0.66);
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0 1%;
    box-sizing: border-box;
}

.page_cp .prev, .page_cp .next {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: '楷体';
    text-align: center;
    top: 155px;
}

.page_cp .prev {
    right: 0;
}

.page_cp .next {
    left: 0;
}


/**/

.product li {
    width: 390px;
    float: left;
    margin-right: 15px;
    padding: 10px 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

.product li:nth-child(3n) {
    margin-right: 0;
}

.product_img {
    width: 100%;
    height: 184px;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.product_img img {
    height: 100%;
    display: block;
    transition: all 0.6s;
    margin: auto;
}

.product li:hover img {
    transform: scale(1.1);
}

.product li h3 {
    line-height: 50px;
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f5f5f5;
    padding: 0 1%;
    box-sizing: border-box;
    text-align: center;
}

.product li:hover {
    border-color: #192795
}



/**/

.pading {
    text-align: center;
    margin-top: 20px;
}

.pading a, .pading span {
    border: 1px solid #e5e5e5;
    padding: 3px 12px;
    display: inline-block;
    margin: 0px 5px;
}

.pading .next, .pading .prev {
    border: 1px solid #e5e5e5;
}

.pading span.current {
    border: #192795 1px solid;
}

/**/

.product_imgs .bd {
    width: 600px;
    background: #e6e6e6;
}

.product_imgs li, .product_imgs li img {
    max-width: 100%;
    display: block;
    height: 305px;
    margin: auto;
}

.product_text {
    width: 550px;
}

.product_text h2 {
    line-height: 50px;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
}

.product_text p {
    color: #868686;
    line-height: 30px;
    font-size: 15px;
    height: 240px;
    overflow: hidden;
}

/**/

.Product_item_text {
    font-size: 22px;
    line-height: 40px;
    border-bottom: 2px solid #d4d4d4;
    margin-top: 30px;
    margin-bottom: 30px;
}

.Product_item_text span {
    border-bottom: 2px solid #192795;
    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;
    color: #000;
}

.main_next b {
    text-align: center;
    display: inline-block;
}

/**/

.xgwz, .xgcp {
    background: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 49%;
}

/**/

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 {
    float: left;
    width: 49%;
}

ul.relate_news li:nth-child(2n) {
    float: right
}

ul.relate_news li a {
    color: inherit;
    display: block;
    border-bottom: 1px dashed #ccc;
    height: 45px;
    line-height: 45px;
    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: 67px;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/**/


.article li {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
}



.article_img {
    height: 180px;
    overflow: hidden;
    width: 300px;
    float: left;
}

.article_img img {
    margin: auto;
    height: 100%;
    display: block;
    transition: all 0.3s linear 0s;
}

.article li:hover img {
    transform: scale(1.05);
}

.article_text {
    width: 838px;
    float: right;
}

.article_text h3 {
    line-height: 45px;
    margin-left: 0;
    width: 100%;
    font-weight: bold;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

.article_text p {
    color: #666;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 30px;
}

.article_text span {
    margin-top: 5px;
    display: block;
}

.article li:hover {
    border-color: #192795;
}


.article_title {
    text-align: center;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.article_title h2 {
    font-size: 30px;
    line-height: 50px;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}


#slides .hd .on, .navs b, .navs b:after, .navs b:before, .bottom .dhzx, .rmdh:after, .one_fl .hd .on, .one_nav .on, .one_bottom, .two_text .two_title:after, .two .two_a:hover:after, .three li, .three_text em, .four_nav .on:after, .six li:after, .seven_nav .on, .eights li:hover, .page_navs .cur, .page_navs a:hover, .pading span.current {
    background: #192795;
}

.navbox .cur, .navbox a:hover, .two_img .two_title, .two_img .two_title:before, .two_text .two_title, .two_text .two_title:before, .two .two_a:hover, .three li:hover em, .four_nav .on h3, .four_ul li:hover h3, .seven_ul li:hover h3, .seven_ul li:hover .seven_time, .page_xw li:hover h3, .page_xw li:hover .page_xw_time {
    color: #192795;
}

#copy_btn, .bottom .dhzx a, .one_nav .on, .one_bottom, .two .title, .two .title h2, .two .two_a:hover:after, .three_text em, .three li:hover .three_text, .three li:hover h3, .four_nav .on:after, .five li h3, .six li:after, .six_text, .seven_nav .on, .eights li:hover h3, .eights li:hover h4, .footer, .footer_title, .interlink, a.interlink__item, .page_navs .cur, .page_navs a:hover, .page_cp li h3, .pading span.current {
    color: #fff
}


/**/

@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 54px;
    }

    .container {
        width: 96%;
    }

    /**/
    .bottom, .max_banner {
        display: block;
    }

    .logo_fr, #slides {
        display: none;
    }

    /**/
    .header {
        overflow: hidden;
    }

    .header_top .fl, .header_top .fr {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 40px;
    }

    .header_top li {
        margin: 0 5px;
    }

    .header_top li:after {
        right: -8px;
    }



    .logo_fl {
        display: flex;
        align-items: center;
        width: 80%;
        height: 80px;
        float: left;
        overflow: hidden;
    }

    .logo_fl img {
        max-width: 100%;
        display: block;
        max-height: 100%;
    }

    /**/


    /*nav*/
    .navs {
        display: block;
        z-index: 1;
    }

    .nav_button {
        position: absolute;
        top: 10px;
        right: 53%;
        width: 30px;
        height: 30px;
        background: url(/web/20221002130211im_/http://static2.fuhai360.com/n220214/images/close.png) no-repeat;
        display: block;
    }

    .navbox {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .navbox .nav {
        width: 50%;
        height: 100%;
        background: #fff;
        float: right;
    }

    .navbox li {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        box-sizing: border-box;
    }

    .navbox li:after {
        display: none;
    }

    .navbox li a {
        display: block;
        line-height: 60px;
        text-align: center;
        height: 60px;
        width: 100%;
    }

    .navbox li:hover .subMen, .subMen {
        display: none;
        opacity: 0;
    }

    .navbox li a:before {
        display: none;
    }

    .navbox .cur, .navbox a:hover {
        background: #192795;
        font-weight: bold;
        color: #fff
    }

    /**/

    .search {
        margin-top: 25px;
        line-height: 32px;
        padding: 5px;
    }

    .search .kw {
        width: 59%;
        height: 32px;
        font-size: 14px;
    }

    .input {
        display: none;
    }

    .rmdh {
        width: 39%;
        padding-left: 2%;
        font-size: 14px;
    }

    .rmdh:before {
        height: 35px;
        top: 0px;
    }

    .rmdh:after {
        height: 25px;
        top: 5px;
    }

    .rmdh img {
        width: 25px;
        height: 25px;
        margin-right: 0px;
    }

    /**/

    .title {}

    .title h2 {
        line-height: 30px;
        height: 30px;
        font-size: 22px;
        padding: 0px 20px;
    }

    .title h2:before, .title h2:after {
        top: 15px;
        width: 30px;
    }

    .title h2:before {
        left: -30px;
    }

    .title h2:after {
        right: -30px;
    }

    .title h3 {
        font-size: 15px;
        line-height: 24px;
        height: 24px;
    }

    /**/

    .one {
        margin-top: 25px;
        background: #f2f2f2;
    }

    .one_fl {
        width: 100%;
        float: none;
    }



    .one_title {
        float: none;
        width: 100%;
        margin-top: 0;
        padding-top: 0;
    }

    .one_title a {
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #d8d8d8;
        font-size: 18px;
    }

    .one_title:after, .one_fl:after {
        display: none;
    }

    .one_fl .bd {
        width: 100%;
        height: auto;
        margin-top: 15px;
        float: none;
        overflow: hidden;
    }

    .one_fl .hd {
        width: 100%;
        bottom: 20px;
    }


    .one_fr {
        width: 100%;
        float: none;
        margin-top: 20px;
    }


    .one_top {
        width: 350px;
        margin: 0 auto 0px;
    }

    .one_nav li {
        width: 110px;
        height: 110px;
        border-radius: 55px;
        padding-top: 8px;
        font-size: 14px;
        margin: 0px 4px 50px;
    }

    .one_nav li:nth-child(4), .one_nav li:nth-child(5), .one_nav li:nth-child(6) {
        margin-bottom: 25px;
    }

    .one_ul {
        top: 110px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
    }

    .one_bottom {
        width: 100%;
        padding: 2% 2%;
        height: auto;
        font-size: 14px;
        line-height: 24px;
        position: initial;
    }

    /**/
    .two {
        margin-top: 25px;
        padding: 25px 0;
    }

    .two ul {
        margin-top: 25px;
    }

    .two li {
        height: 260px;
    }

    .two_text, .two_img {
        padding: 2%;
    }

    .two_text .two_title {
        line-height: 30px;
        height: 30px;
        font-size: 16px;
    }

    .two_text .two_title:before, .two_text .two_title:after {
        display: none;
    }

    .two .two_a {
        line-height: 30px;
        font-size: 14px;
        height: 30px;
    }

    .two_a:after {
        display: none;
    }

    .two_img .two_title {
        line-height: 40px;
        height: 40px;
        font-size: 15px;
        padding: 0;
        box-sizing: border-box;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .two_img .two_title:before, .two_img .two_title:after {
        display: none;
    }

    /**/

    .three, .three ul {
        margin-top: 25px;
    }

    .three li {
        width: 24.2%;
        margin-right: 1%;
        position: initial;
    }

    .three_img {
        height: 141px;
    }

    .three_text {
        position: relative;
    }

    .three_text em {
        top: -27px;
        width: 50px;
        line-height: 50px;
        border: 4px solid #fff;
        font-size: 20px;
    }

    .three_text h3 {
        padding: 30px 0 0;
        font-size: 12px;
    }

    .three_text h3 i {
        height: 18px;
        font-size: 12px;
        line-height: 18px;
    }

    .three li:hover .p {
        display: none;
    }

    .three li:hover .three_text {
        height: auto;
        background: #fff;
        padding-top: 0px;
    }

    .three li:hover em {
        background: #fff;
        border: 4px solid #fff;
        color: #fff;
        top: -27px;
        background: #192795;
    }

    .three li:hover h3 {
        color: #333
    }

    /**/

    .four {
        margin-top: 25px;
        padding: 25px 0 75px;
    }

    .four_nav {
        margin-top: 15px;
        border-bottom: none;
        padding-bottom: 20px;
    }

    .four_nav li {
        width: 33.3%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .four_nav li:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #E2E2E2;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .four_nav li:after {
        width: 15px;
        line-height: 15px;
        margin-left: -8px;
        bottom: -8px;
        font-size: 12px;
    }

    .four_nav h3 {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }

    .four_ul {
        margin-top: 0px;
    }

    .four_ul li {
        width: 32.6%;
        margin-right: 1%;
    }

    .four_img {
        height: 83px;
    }

    .four_ul li h3 {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }

    .four_bottom {
        margin: 20px auto 0;
        max-width: 350px;
        overflow: hidden;
    }

    .four_bottom li {
        margin: 0px 5px;
        width: 106px;
    }

    .four_bottom li img {
        height: 78px
    }

    /**/

    .five {
        margin-top: -50px;
        padding: 1% 2% 1%;
    }

    .five_title {
        line-height: 35px;
        height: 35px;
    }

    .five_title h2 {
        line-height: 20px;
        margin-top: 1%;
        font-size: 16px;
    }

    .five_title .more {
        line-height: 30px;
    }

    .five .bd {
        margin: 25px auto 0;
        overflow: hidden;
        width: 350px;
    }

    .five li {
        width: 165px;
        margin: 0px 5px;
        height: 93px;
    }

    .five li h3 {
        line-height: 30px;
        height: 30px;
        font-size: 14px;
    }

    /**/

    .six {
        margin-top: 25px;
    }

    .six ul {
        margin-top: 25px;
    }

    .six li img {
        height: 187px
    }

    .six li:after {
        display: none;
    }

    .six_text {
        padding: 3% 3%;
        height: auto;
    }



    .six_text h2 {
        font-size: 14px;
        line-height: 20px;
        height: 20px;
    }

    .six_text h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
        height: 20px;
    }

    .six_text .p {
        opacity: 0;
    }

    .six li:hover .p {
        display: none
    }

    .six li:hover .six_text {
        height: auto;
    }

    /**/

    .seven {
        margin-top: 25px;
    }

    .seven_nav {
        margin-top: 25px;
    }

    .seven_nav li {
        float: left;
        padding: 0;
        line-height: 40px;
        height: 40px;
        width: 33.3%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .seven_ul {
        margin-top: 25px;
    }

    .seven_ul li {
        width: 49%;
    }

    .seven_ul li:nth-child(2) {
        border-top: 1px solid #d6d6d6;
    }

    .seven_ul li:nth-child(6), .seven_ul li:nth-child(8) {
        float: left;
    }

    .seven_ul li:nth-child(3), .seven_ul li:nth-child(5), .seven_ul li:nth-child(7) {
        float: right;
    }

    .seven_ul .first {
        margin-right: 0;
        padding: 0;
        width: 100%;
        float: none;
        overflow: hidden;
        margin-bottom: 2%;
    }

    .seven_img {
        width: 30%;
        float: left;
        height: 56px;
        margin-bottom: 0;
    }

    .seven_time {
        width: 25%;
        line-height: 24px;
        padding: 2% 2% 2% 0;
    }

    .seven_ul .first .seven_time {
        padding: 0px 2% 0px 0;
        width: 15%;
    }

    .seven_time span {
        font-size: 14px;
    }

    .seven_text {
        padding: 2% 0px 2% 2%;
        width: 75%;
    }

    .seven_ul .first .seven_text {
        padding: 0px 0px 0px 2%;
        width: 55%;
    }

    .seven_text h3 {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
    }

    .seven_text p {
        font-size: 14px;
        line-height: 24px;
    }

    .seven_ul .first p {
        -webkit-line-clamp: 1;
    }


    /**/
    .eight {
        margin-top: 20px;
    }

    .eight .title {
        margin-bottom: 25px;
    }

    .eights {
        padding: 25px 0;
    }

    .eight_img {
        margin: 25px auto 5px;
    }

    .eights li {
        padding-bottom: 25px;
    }

    .eights li h3 {
        height: 20px;
        font-size: 14px;
    }

    .eights li h4 {
        font-size: 12px;
        height: 20px;
    }





    /**/
    .footer_nav {
        display: none;
    }

    .footer {
        padding: 2% 2% 0;
    }

    .footer_lx, .footer_ewm {
        display: none;
    }

    .footer_title h2 {
        font-size: 16px;
    }

    .footer_dz {
        width: 100%;
        margin: 0;
        float: none;
        line-height: 24px;
        font-size: 14px;
    }

    .footer_bottom {
        margin-top: 2%;
        padding-bottom: 2%;
    }

    /**/
    .interlink__inner {
        width: 96%;
        margin: auto;
    }

    .interlink__title {
        float: none;
        line-height: 40px;
    }

    .interlink__list a {
        margin: 0;
        margin-right: 5px;
    }

    .interlink__list {
        width: 100%;
        float: none;
        text-align: left;
    }

    /**/
    .page .footer {
        margin-top: 20px;
    }

    /**/
    a.page_fh {
        display: none;
    }

    .page_lj .container {
        background-position-x: 3px;
        white-space: nowrap;
        text-overflow: ellipsis;
        box-sizing: border-box;
        width: 100%;
        overflow: hidden;
    }

    .page_fr .pading {
        margin-top: 0;
    }

    .page_navs {
        margin: 20px 0;
    }

    .page_navs ul {
        padding: 1% 1% 0%;
        overflow: hidden;
    }

    .page_navs .page_ul, .page_navs a:after {
        display: none;
    }

    .page_navs li {
        width: 49%;
        float: left;
        margin-bottom: 1%;
    }

    .page_navs li:nth-child(2n) {
        float: right
    }

    .page_navs li a {
        font-size: 14px;
        line-height: 35px;
        height: 35px;
        padding: 0 1%;
    }

    .page_navs .cur:before, .page_navs a:hover:before {
        content: "";
        border-bottom: 5px solid #fff;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -5px;
    }

    .page_navs li:hover .page_ul, .page_navs li:nth-child(2n) a:after {
        display: none
    }

    .page_title {
        padding: 10px;
    }

    .page_title h2, .page_title h3 {
        font-size: 16px;
    }

    .page_xw {
        margin-top: 20px;
        width: 100%;
        width: 49%;
    }

    .page_xw .bd {
        overflow: hidden;
        width: 100%;
        margin-top: 20px;
    }


    .page_xw li {
        margin: 3px 0px;
        width: 100%;
    }

    .page_xw_time {
        width: 25%;
        padding: 0;
        line-height: 24px;
        font-size: 14px;
    }

    .page_xw_time span {
        font-size: 16px;
    }

    .page_xw_text {
        width: 73%;
        padding: 0px 0px 0px 2%;
    }

    .page_xw_text h3 {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
    }

    .page_xw_text p {
        -webkit-line-clamp: 3;
        line-height: 24px;
    }

    .page_cp {
        width: 49%;
        margin-top: 20px;
    }

    .page_cp .bd {
        max-width: 85%;
        margin: 20px auto 0;
    }

    .page_cp li {
        height: 100px;
    }

    .page_cp li h3 {
        line-height: 30px;
        height: 30px;
        font-size: 14px;
    }

    .page_cp .prev, .page_cp .next {
        display: none;
    }

    .page_fr {
        width: 100%;
        padding: 2% 2% 2%;
        margin-top: 20px;
    }

    .product li {
        width: 49%;
        margin-right: 0;
        padding: 2%;
        margin-bottom: 2%;
    }

    .product li:nth-child(2n) {
        float: right;
    }

    .product_img {
        height: 100px;
        margin-bottom: 4%;
    }

    .product li h3 {
        line-height: 35px;
        height: 35px;
        font-size: 14px;
    }

    /**/
    .pading {
        margin-top: 10px;
    }

    .pading a, .pading span {
        padding: 0px 10px;
        margin: 0px 1px;
    }

    /**/
    .product_imgs .bd {
        width: 100%;
        float: none;
    }

    .product_imgs li, .product_imgs li img {
        height: 229px;
    }

    .product_text {
        width: 100%;
    }

    .product_text h2 {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
    }

    .product_text p {
        line-height: 24px;
        font-size: 14px;
        height: 72px;
    }

    .Product_item_text {
        font-size: 16px;
        margin-top: 0;
        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%;
        float: mnone;
    }

    h4.related span {
        font-size: 18px;
    }

    ul.relate_news li a {
        height: 35px;
        line-height: 35px;
    }

    ul.relate_pr li img {
        height: 39px;
    }

    /**/
    .article {
        margin-bottom: 10px;
    }

    .article li {
        margin-bottom: 2%;
        width: 100%;
        padding: 2%
    }

    .article li:last-child {
        margin-bottom: 4%;
    }

    .article_img {
        height: 108px;
        width: 49%;
    }

    .article_text {
        width: 49%;
    }


    .article li h3 {
        line-height: 30px;
        height: 30px;
        font-size: 15px;
    }

    .article_text p {
        -webkit-line-clamp: 2;
        line-height: 22px;
    }

    .article_title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .article_title h2 {
        font-size: 18px;
        line-height: 35px;
        height: 35px;
        margin-bottom: 0px;
    }

    .page_banner img {
        height: auto;
    }
}
/*
     FILE ARCHIVED ON 13:02:11 Oct 02, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:10:57 Mar 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.531
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.023
  esindex: 0.009
  cdx.remote: 32.532
  LoadShardBlock: 256.763 (3)
  PetaboxLoader3.datanode: 149.19 (4)
  PetaboxLoader3.resolve: 188.012 (2)
  load_resource: 120.562
*/
