html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
}

body {
    overflow-x: hidden;
}

ul, li, p, img, b, ol, em, a, h1, h2, h3, h4, h5, h6, dl, dd, dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: initial;
}

#dituContent img {
    max-width: inherit;
}

a:link, a:visited {
    color: inherit;
    font-size: inherit;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    max-width: 100%;
}

.container {
    width: 1500px;
    margin: auto;
}

.clear {
    position: relative;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
}

.index_img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0px;
}

.index_img img {
    width: 100%;
    height: 100%;
    display: block;
}

/**/


.page_xw li a:hover, .page_cp li:hover h3, .product li:hover h3, .product li:hover:after, .Product_item_text span, ul.relate_news li a:hover, ul.relate_pr p:hover, .article li:hover h3, .slides_qh .prev:hover, .slides_qh .next:hover, .footer, .footer_dz h3, .navbox a:hover, .navbox .cur, .one_nav .on a, .one_ul li:hover h3, .one_ul li:hover b, .two_text .more, .five_nav .on h2, .five_nav .on h3 {
    color: #085b3d
}

.bottom .dhzx, .page_title, .page_nav li .cur, .page_nav li a:hover, .lxwm, .product li:hover:before, .pading span.current, .page_cp_qh span:hover, #slides .hd .on, .nav, .subMen, .interlink, .header, .navbox a:hover:before, .navbox a:hover:after, .navbox .cur:before, .navbox .cur:after, .one_nav {
    background: #085b3d
}

#copy_btn, .bottom .dhzx a, .page_title, .page_nav li .cur, .page_nav li a:hover, .lxwm, .pading span.current, .page_cp_qh span:hover, .slides_qh .next, .slides_qh .prev, .interlink, .one_nav li a, .three .title h2, .three .title h3, .three_text h3, .three_text b, .four_top li:nth-child(2n), .five_title, .five_nav h2, .five_time, .five_time b, .five_text {
    color: #fff;
}

.one_nav .on, .five_nav .on {
    background: #f3d446;
}

.three_ul li:hover h3, .five_ul li:hover h3 ,a.interlink__item:hover{
    color: #f3d446
}


/**/

#slides {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#slides img {
    width: 100%;
    display: block;
}

#slides .hd {
    width: 1200px;
    position: absolute;
    border-radius: 24px;
    bottom: 30px;
    z-index: 10;
    left: 50%;
    margin-left: -600px;
    text-align: center;
}

#slides .hd li {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #fff;
    transition: .5s;
    color: transparent;
    margin: 0px 10px;
    border-radius: 50%;
}





/*header*/

/*logo*/

.logo {
    width: 30%;
    height: 100px;
    padding-right: 2%;
    box-sizing: border-box;
    position: relative;
}


.logo a {
    display: flex;
    align-items: center;
    height: 100%;
}

.logo img {
    max-width: 100%;
    display: block;
    max-height: 100%;
}


/**/

.navbox {
    position: relative;
    z-index: 5;
    width: 70%;
}

.nav {
    background: #fff;
}


.navbox li {
    float: left;
    position: relative;
    width: 12.5%;
    text-align: center;
    height: 100px;
}

.navbox li:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
}

.navbox a {
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    display: inline-block;
    line-height: 100px;
    height: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    position: relative;
}

.navbox a:before {
    content: '';
    width: 10px;
    height: 2px;
    background: transparent;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0px;
}

.navbox a:after {
    content: '';
    width: 10px;
    height: 2px;
    background: transparent;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 0px;
}



.subMen {
    position: absolute;
    top: 100px;
    z-index: 2;
    display: none;
    width: 100%;
    background: #fff;
}


.navbox li:last-child:before, ul.subMen li:before {
    display: none;
}

ul.subMen li {
    width: 100%;
    float: none;
    height: 50px;
}

ul.subMen a {
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.navbox li:hover ul.subMen {
    display: block;
}






.navs {
    display: none;
    width: 10%;
    position: absolute;
    right: 2%;
    top: 22px;
    border: 1px solid #fff;
    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;
    background: #fff;
}

.navs b:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 8px;
    background: #fff;
}

.navs b:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 16px;
    background: #fff;
}




/**/

.Tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    color: #000
}

.Tcs {
    background: #fff;
    width: 70%;
    height: 343px;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 50%;
    margin-top: -171.5px;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
}

.Tc_gb {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    top: 0px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.Tcs img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 5px;
    box-shadow: 0px 0px 3px 3px #eee;
}

.Tcs .Tc_dt {
    width: 150px;
    height: auto;
    margin: 15px auto 0;
    display: block;
    box-shadow: initial;
}

#weixin {
    line-height: 30px;
    display: inline-block;
    font-size: 15px;
}

#copy_btn {
    background: #000;
    border: none;
    line-height: 30px;
    width: 100px;
    border-radius: 5px;
    margin: 5px auto 0px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Tcs p {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottom {
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    z-index: 555;
    display: none
}

.bottom li {
    float: left;
}

.bottom li {
    width: 25%;
    padding: 5px 0;
    text-align: center;
}

.bottom .dhzx {
    width: 50%;
}

.bottom .dhzx a {
    display: block;
    line-height: 44px;
    font-size: 16px;
}

.bottom li img {
    display: block;
    margin: auto;
    height: 20px;
}

.bottom .dhzx img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 25px;
}

.bottom li a {
    color: #000;
}

.max_banner {
    display: none;
    overflow: hidden;
}

.max_banner img {
    width: 100%;
    display: block;
}

/**/

.title {
    text-align: center;
}

.title h2 {
    font-family: Arial;
    font-size: 18px;
    color: #333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.title h3 {
    font-size: 28px;
    color: #333;
    line-height: 50px;
    font-weight: bold;
    height: 50px;
    display: inline-block;
    border: 1px solid #333;
    padding: 0px 50px;
    letter-spacing: 5px;
    margin-top: 10px;
    position: relative;
}

.title h3:before {
    content: '';
    width: 70px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: -35px;
}

.title h3:after {
    content: '';
    width: 70px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    right: -35px;
}


/**/
.one {
    position: relative;
    padding-top: 70px;
    padding-bottom: 100px;
}

.one .title {
    margin-bottom: 70px;
}

.one_nav {
    width: 20%;
    padding: 30px 0;
}

.one_nav li a {
    display: block;
    padding: 0 10px 0 55px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.5s linear;
    transition-delay: 0.1s;
    background: url(http://static2.fuhai360.com/images/one_li.png) no-repeat 25px center;
}



.one_nav .on a {
    background: url(http://static2.fuhai360.com/images/one_lis.png) no-repeat 25px center;
}


.one_ul {
    width: 75%;
}

.one_ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #fff;
    margin-bottom: 20px;
}


.one_ul li:nth-child(3n) {
    margin-right: 0;
}


.one_img {
    width: 100%;
    height: 280px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 5px;
    transition: 0.5s linear;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.one_img img {
    margin: auto;
    display: block;
    transform: scale(1);
    transition: 0.5s linear;
}


.one_text h3 {
    display: block;
    font-size: 18px;
    color: #333;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s linear;
    margin: 10px 0 5px;
}

.one_text p {
    color: #a9a9a9;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 12%);
    float: left;
}

.one_text b {
    width: 10%;
    float: right;
    text-align: center;
    display: block;
}

.one_ul li:hover .one_img {
    border-color: #085b3d;
}

.one_ul li:hover img {
    transform: scale(1.1);
}

.one_ul li:hover h3, .one_ul li:hover b {
    letter-spacing: 1px;
}

/**/

.two {
    position: relative;
    padding: 140px 0 70px;
    margin-top: -70px;
}


.two_img {
    width: 48%;
    float: left;
    background: #fff;
    height: 435px;
    display: flex;
    align-items: center;
}

.two_img img {
    display: block;
    width: 100%;
}


.two_text {
    width: 48%;
    color: #fff;
    float: right;
    padding-top: 50px;
}


.two_text h2 {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 30px;
    font-weight: bold;
}

.two_text h3 {
    font-size: 18px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.two_text .more {
    display: block;
    width: 120px;
    height: 44px;
    background: #fff;
    line-height: 44px;
    text-align: center;
    transition: 0.2s linear;
    margin-top: 30px;
}

.two_text .more:hover {
    transform: translateY(-5px);
}

.two_text .p {
    margin-top: 30px;
    line-height: 40px;
    font-size: 18px;
    height: 160px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}


/**/
.three {
    position: relative;
    padding-bottom: 200px;
}



.three .title h3 {
    border-color: #fff
}

.three .title h3:after, .three .title h3:before {
    background: #fff;
}

.three_ul {
    margin-top: 70px;
}

.three_ul li {
    margin: 0px 20px;
    float: left;
    width: 335px;

}


.three_img {
    width: 100%;
    height: 240px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 5px;
    transition: 0.5s linear;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
}

.three_img img {
    margin: auto;
    display: block;
    transform: scale(1);
    transition: 0.5s linear;
}


.three_ul li:hover img {
    transform: scale(1.1);
}


.three_text h3 {
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 12%);
    float: left;
}

.three_text b {
    width: 10%;
    float: right;
    text-align: center;
    display: block;
}



/**/

.four {
    position: relative;
    margin-top: 30px;
}

.four_ul {
    background: url(http://static2.fuhai360.com/images/four.png) no-repeat;
    height: 300px;
    width: 1500px;
    margin: 70px auto 0;
    background-size: 100% 100%;
}

.four_ul ul {
    display: flex;
    margin-bottom: 60px;
}

.four_ul li {
    width: 306px;
    height: 120px;
    padding: 23px 2% 0;
    box-sizing: border-box;
    transition: 0.2s ease-out;
}

.four_ul .tb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.four_ul .tb img {
    width: 18px;
    height: 18px;
    display: block;
}

.four_ul h3 {
    text-align: center;
    margin-top: 10px;
}



.four_bottom li:nth-child(2n) {
    color: #333
}


.four_ul li:hover {
    transform: translateY(-5px);
}

/**/

.five {
    position: relative;
    margin-top: 40px;
    padding-top: 213px;
    padding-bottom: 70px;
}

.five_title {
    background: rgba(245, 252, 252, 0.1);
    width: 20%;
    height: 100px;
    padding: 23px 2% 0;
    box-sizing: border-box;
    text-align: center;
}

.five_title h2 {
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    color: #ccc;
    font-size: 16px;
}

.five_title h3 {
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
}

.five_nav {
    width: 80%;
    background: rgba(255, 255, 255, 0.05);
}

.five_nav li {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 23px 2%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.five_nav li:nth-child(3n) {
    border: none;
}

.five_nav h2 {
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}

.five_nav h3 {
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #ccc;
}

.five_ul {
    margin-top: 1px;
}

.five_ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.five_time {
    width: 20%;
    text-align: center;
    padding: 38px 0;
    background: rgba(245, 252, 252, 0.1);
}

.five_time b {
    display: inline-block;
    font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
    line-height: 30px;
    font-weight: bold;
}

.five_text {
    width: 80%;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    box-sizing: border-box;
}

.five_text h3 {
    font-size: 18px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.five_text span {
    line-height: 16px;
}

.five_text p {
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ccc
}



/**/
.footer {
    padding: 50px 0 30px;
}

.page .footer {
    margin-top: 50px;
}

.footer .h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.footer_logo, .footer_lx, .footer_dh {
    width: 33.3%;
    float: left;
}

.footer_lx {
    padding: 0px 2%;
    box-sizing: border-box;
}

.footer_img {
    width: 48%;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}

.footer_img img {
    width: 60%;
    display: block;
    margin: auto;
}

.footer_lx li {
    line-height: 40px;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer_dh li {
    width: 50%;
    float: left;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    padding-right: 2%;
    box-sizing: border-box;
}


.footer_bottom {
    padding-top: 30px;
}



.footer li:hover, a.interlink__item:hover {
    font-weight: bold;
    letter-spacing: 1px;
}


/**/
.interlink {
    padding: 20px 0 20px;
}

.interlink__inner {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.interlink__title {
    width: 100px;
    font-size: 16px;
    background: url(http://static2.fuhai360.com/images/yqlj.png) no-repeat right;
    float: left;
    text-align: left;

}

.interlink__list {
    width: 1090px;
    float: right;
}

a.interlink__item {
    margin: 0px 10px;
    font-size: 15px;
}

.interlink__item:hover {
    font-weight: bold;
}

/**/



.page_banner img {
    width: 100%;
    display: block;
    height: auto;
}

.page_lj {
    border: 1px solid #eee;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 5%;
}

.page_lj .container {
    color: #999;
    background: url(http://static2.fuhai360.com/images/tb.png) no-repeat left;
    padding: 0 0 0 25px;
}

a.page_fh {
    float: right;
    padding-right: 25px;
    background: url(http://static2.fuhai360.com/images/ca1.png) no-repeat right;
}

.page_fl {
    width: 20%;
}

.page_nav {
    padding: 0;
}

.page_title {
    font-size: 22px;
    font-weight: normal;
    line-height: 75px;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.page_nav li a {
    line-height: 50px;
    display: block;
    margin-bottom: 2px;
    padding-left: 30px;
    position: relative;
    background: #ececeb;
    text-align: left;
    font-size: 16px;
    color: #333
}

.page_nav li a:after {
    content: '+';
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: initial;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.page_nav li {
    position: relative;
}



ul.page_navs {
    width: 100%;
    top: 0px;
    z-index: 2;
    display: none;
}

.page_nav li:hover ul.page_navs {
    display: block;
}

ul.page_navs li a:after {
    display: none;
}

.page_nav li:hover a:after {
    content: '-';
}



/**/


.lxwm img {
    width: 100%;
    height: 100%;
    display: block;
}

.lxwm ul {
    padding: 10px 15px 10px;
    text-align: center;
}

.lxwm li {
    font-size: 16px;
    line-height: 40px;
}

.lxwm li img {
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/**/

.page_xw {
    border-top: 1px solid #fff
}

.page_xw ul {
    border: 1px solid #eee;
    padding: 2% 2% 0;
    border-top: none;
}

.page_xw li {
    margin-bottom: 5px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-bottom: dashed 1px #d2d2d2;
    padding: 0 32px 0 0px;
    position: relative;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}





.page_xw li:before {
    content: ">";
    position: absolute;
    width: 30px;
    height: 35px;
    top: 0;
    right: 0px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    font-family: '楷体';
}



.page_xw li:last-child {
    border-bottom: none;
}




.page_cp {
    position: relative;
}

.page_cp_title {
    line-height: 50px;
    border-bottom: 2px solid #dfdfdf;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px;
}

.page_cp_title h2 {
    display: inline-block;
    font-size: 24px;
}


.page_cp_title h3 {
    margin-left: 10px;
    font-size: 18px;
    font-family: Arial;
    color: #c2c2c1;
    text-transform: uppercase;
    display: inline-block;
}



.page_cp .bd {
    margin-top: 20px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 2%;
}

.page_cp_qh {
    position: absolute;
    width: 100px;
    right: 0px;
    top: 5px;
}

.page_cp_qh span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #eee;
    display: block;
    float: left;
    margin: 0px 5px;
    text-align: center;
    font-size: 25px;
    font-family: '楷体';
}




.page_cp li {
    width: 100%;
    overflow: hidden;
}

.page_cp_img {
    width: 49%;
    height: 237px;
    overflow: hidden;
    box-sizing: border-box;
    background: #ececeb;
}

.page_cp_img img {
    height: 237px;
    display: block;
    transition: all 0.6s;
    margin: auto;
}

.page_cp li:hover img {
    transform: scale(1.1);
}

.page_cp_text {
    width: 49%;
}

.page_cp_text h3 {
    width: 100%;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    font-size: 20px;
    border-bottom: 1px #d0d0d0 dashed;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page_cp_text p {
    line-height: 30px;
    color: #666;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
}



.page_cp_text span {
    margin-top: 10px;
    display: block;
}


.page_cp li:hover h3 {
    font-weight: bold;
}

/**/

.page_fr {
    width: 77%;
    box-sizing: border-box;
}

.page_text {
    line-height: 50px;
    font-size: 22px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    margin-top: 15px;
}

.page_text a {
    border-bottom: 2px solid #085b3d;
    line-height: 50px;
    display: inline-block;
}

.product li {
    width: 32%;
    float: left;
    margin-right: 2%;
    padding: 1% 1% 0;
    box-sizing: border-box;
    margin-bottom: 2%;
    position: relative;
    border: 1px solid #eee;
}



.product li:nth-child(3n) {
    margin-right: 0;
}

.product_img {
    width: 100%;
    height: 151px;
    overflow: hidden;
}

.product_img img {
    height: 100%;
    display: block;
    margin: auto;
    transition: all 0.6s;
}

.product li:hover img {
    transform: scale(1.1);
}

.product li h3 {
    line-height: 40px;
    width: 85%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product li:after {
    content: '→';
    position: absolute;
    right: 22px;
    bottom: 5px;
    color: #dadada;
}

.product li:before {
    content: '';
    position: absolute;
    right: 45px;
    bottom: 10px;
    background: #dadada;
    width: 1px;
    height: 15px;
}

.product li:hover {
    border-color: #085b3d
}



/**/

.pading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pading a, .pading span {
    border: 1px solid #e5e5e5;
    padding: 3px 12px;
    display: inline-block;
    margin: 0 2px;
}

.pading .next, .pading .prev {
    border: 1px solid #e5e5e5;
}

.pading span.current {
    border: #085b3d 1px solid;
}



/**/
.product_imgs_fl {
    width: 49%;
    position: relative;
}

.product_imgs_fl .imga img {
    margin: auto;
    display: block;
    height: 100%;
}

.product_imgs_fl .imga {
    margin-bottom: 5px;
    overflow: hidden;
}

.imga .swiper-slide {
    background: #eee;
    display: flex;
    align-items: center;
    height: 250px;
}


.product_text {
    width: 49%;
}

.product_text h2 {
    line-height: 50px;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
}

.product_text p {
    color: #868686;
    line-height: 30px;
    font-size: 15px;
    height: 210px;
    overflow: hidden;
}

/**/

.Product_item_text {
    font-size: 22px;
    line-height: 40px;
    border-bottom: 2px solid #d4d4d4;
    margin-top: 20px;
    margin-bottom: 20px;

}

.Product_item_text span {
    border-bottom: 2px solid #085b3d;
    display: inline-block;
}

.Product_item_text em {
    text-transform: uppercase;
}

/**/

.main_next {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.main_next .prevrecord, .main_next .nextrecord {
    margin: 5px 0px;
    display: block;
    font-size: 16px;
}

.main_next b {
    text-align: center;
    display: inline-block;
}


/**/

.xgwz, .xgcp {
    background: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 20px;
}

/**/

h4.related {
    border-bottom: 1px dashed #ccc;
    font-size: 22px;
    line-height: 40px;
}

h4.related span {
    display: inline-block;
}

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    color: inherit;
    display: block;
    border-bottom: 1px dashed #ccc;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

ul.relate_pr li a {
    color: inherit;
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 30px;
}

ul.relate_pr li img {
    display: block;
    height: 105px;
    margin: auto;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


ul.relate_news li a:hover, ul.relate_pr p:hover {
    font-weight: bold;
}

/**/


/**/
.article {
    margin-top: 30px;
}

.article li {
    border: 1px solid #ccc;
    padding: 2%;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 2%;
}

.article_img {
    width: 25%;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.article_img img {
    height: auto;
    display: block;
    transition: all 0.6s;
    margin: auto;
}

.article li:hover img {
    transform: scale(1.1);
}

.article_text {
    width: 73%;
}

.article_text h3 {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
}

.article_text p {
    line-height: 28px;
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.article_title {
    text-align: center;
    color: #5A5A5A;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.article_title h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.article li:hover {
    border-color: #085b3d
}



/**/

@media only screen and (max-width:1600px) {
    .container {
        width: 1200px;
    }


    .three_ul li {
        margin: 0px 10px;
        width: 280px;
    }


    .four_ul {
        width: 1200px;
        background-size: 100% 100%;
    }

    .four_ul li {
        width: 248px;
    }


}



@media only screen and (max-width:1200px) {

    .container {
        width: 960px;
    }

    .three_ul li {
        width: 220px;
    }

    .four_ul {
        width: 960px;
        background-size: 100% 100%;
    }

    .four_ul li {
        width: 196px;
    }


    .footer_bottom {
        width: 960px;
        margin: auto;
    }

    .interlink__inner {
        width: 960px;
    }

    .interlink__list {
        width: 855px;
    }
}

/**/

@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 54px;
    }

    .container {
        width: 96%;
        padding: 0;
    }


    /**/
    .bottom, .max_banner {
        display: block;
    }

    #slides, .header_rx, .header_fr {
        display: none;
    }

    /**/

    .page_banner img {
        height: auto;
    }

    /**/
    .header {
        overflow: hidden;
        padding-bottom: 0px;
    }

    .header_text, .header_dh, .header_bottom:before, .logo:after {
        display: none;
    }

    .logo {
        display: flex;
        align-items: center;
        width: 80%;
        height: 80px;
        float: left;
        padding: 0 1%;
        top: 0px;
        position: initial;
        margin: 0;
        left: 0;
    }

    .logo img {
        max-height: 80px;
    }



    /**/

    /*nav*/
    .navs {
        display: block;
        z-index: 1;
    }

    .nav_button {
        position: absolute;
        top: 10px;
        right: 53%;
        width: 30px;
        height: 30px;
        background: url(http://static2.fuhai360.com/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;
        box-sizing: border-box;
        float: right;
        margin: 0;
    }

    .navbox li {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 0;
        height: auto;
    }

    .navbox li a {
        display: block;
        padding: 0;
        line-height: 60px;
        font-size: 16px;
        height: 60px;
        width: 100%;
        border: none;
        color: #333
    }

    .navbox a:hover:before, .navbox a:hover:after, .navbox .cur:before, .navbox .cur:after {
        display: none;
    }

    .subMen {
        opacity: 0;
    }

    .navbox li:hover .subMen {
        display: none;
        opacity: 0;
    }

    .navbox a:hover, .navbox .cur {
        background: #085b3d;
        color: #fff
    }


    /**/

    .title h2 {
        font-size: 16px;
        height: 24px;
        line-height: 24px;
    }

    .title h3 {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        margin-top: 5px;
        letter-spacing: 1px;
    }


    /**/

    .one {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .one .title {
        margin-bottom: 25px;
    }

    .one_nav {
        width: 100%;
        padding: 0;
        float: none;
    }

    .one_nav li {
        float: left;
        width: 50%;
    }

    .one_nav li a {
        padding: 0 10px 0 40px;
        font-size: 16px;
        line-height: 50px;
        height: 50px;
        background: url(http://static2.fuhai360.com/images/one_li.png) no-repeat 15px center;
    }

    .one_nav .on a {
        background: url(http://static2.fuhai360.com/images/one_lis.png) no-repeat 15px center;
        font-size: 15px;
    }

    .one_ul {
        width: 100%;
        float: none;
        margin-top: 25px;
    }

    .one_ul li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .one_ul li:nth-child(2n) {
        float: right;
    }

    .one_img {
        height: 111px;
    }

    .one_img img {
        height: 100%;
    }

    .one_text {
        padding: 0 1%;
        box-sizing: border-box;
    }

    .one_text h3 {
        font-size: 14px;
        height: 24px;
        margin: 5px 0 0px;
    }

    .two {
        padding: 55px 0 20px;
        margin-top: -70px;
    }

    .two_img {
        width: 100%;
        float: none;
        height: auto;
    }

    .two_text {
        width: 100%;
        float: none;
        padding-top: 20px;
    }

    .two_text h2 {
        line-height: 24px;
        height: 24px;
        font-size: 18px;
    }

    .two_text h3 {
        font-size: 16px;
        height: 24px;
        margin-top: 0;
    }

    .two_text .more {
        width: 100px;
        height: 35px;
        line-height: 35px;
        margin-top: 20px;
    }

    .two_text .p {
        margin-top: 20px;
        line-height: 24px;
        font-size: 14px;
        height: 96px;
    }


    .three {
        padding-bottom: 100px;
    }

    .three_ul {
        max-width: 350px;
        margin: 25px auto 0;
        overflow: hidden;
    }

    .three_ul li {
        margin: 0px 5px;
        width: 165px
    }

    .three_img {
        height: 145px;
    }

    .three_img img {
        height: 100%;
    }

    .four {
        margin-top: 0;
    }

    .four_ul {
        width: 350px;
        background-size: 100% 100%;
        height: 150px;
        margin: 25px auto 0;
    }


    .four_ul ul {
        margin-bottom: 30px;
    }

    .four_ul li {
        width: 72px;
        padding: 6px 0.5%;
        height: 60px;
    }

    .four_ul .tb {
        display: none;
    }

    .four_ul h3 {
        margin-top: 0;
        font-size: 14px;
    }

    .four_ul .sz {
        display: block;
    }

    /**/

    .five {
        margin-top: 25px;
        padding-top: 25px;
        padding-bottom: 15px;
        background: #085b3d;
    }

    .five_title {
        width: 30%;
        padding: 5px 0;
        height: auto;
    }

    .five_title h2 {
        font-size: 14px;
    }

    .five_title h3 {
        line-height: 24px;
        height: 24px;
        font-size: 18px;
    }

    .five_nav {
        width: 70%;
    }



    .five_nav li {
        padding: 9px 0.5%
    }

    .five_nav h2 {
        height: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .five_nav h3 {
        height: 20px;
        font-size: 14px;
        line-height: 20px;
    }


    .five_ul {
        margin-top: 25px;
    }

    .five_ul li {
        width: 49%;
        float: left;
        margin-bottom: 2%;
    }

    .five_ul li:nth-child(2n) {
        float: right;
    }

    .five_time {
        width: 100%;
        float: none;
        padding: 2%;
    }

    .five_time b {
        font-size: 24px;
        line-height: 24px;
    }

    .five_text {
        width: 100%;
        padding: 2%;
        float: none;
    }

    .five_text h3 {
        font-size: 15px;
    }

    /**/
    .footer {
        padding-bottom: 10px;
        padding-top: 15px;
    }

    .page .footer {
        margin-top: 25px;
    }

    .footer_bottom {
        margin-top: 15px;
    }

    .footer_top {
        padding-bottom: 5px;
    }

    .footer_logo, .footer_dh {
        display: none;
    }

    .footer .h2 {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
        margin-bottom: 10px;
    }

    .footer_lx {
        padding: 0px 0;
        width: 100%;
    }

    .footer_lx li {
        line-height: 24px;
        font-size: 14px;
        height: 24px;
    }

    .footer_bottom {
        width: 96%;
        margin-top: 0px;
        padding-top: 10px;
    }


    /**/
    .interlink__inner {
        width: 96%;
        margin: auto;
    }

    .interlink__title {
        float: none;
        line-height: 40px;
    }

    .interlink__list a {
        margin: 0;
        margin-right: 5px;
    }

    .interlink__list {
        width: 100%;
        float: none;
        text-align: left;
    }

    /**/



    .interlink {
        padding: 0px 0 15px;
    }


    /**/

    .page_lj {
        padding: 0 2%;
        margin-bottom: 25px;
    }

    a.page_fh {
        display: none;
    }

    .page_lj .container {
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .page_fl {
        width: 100%;
        float: none;
    }

    .page_title {
        font-size: 18px;
        line-height: 50px;
    }

    .page_nav {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .page_nav ul {
        margin-top: 1%;
    }

    .page_nav li {
        position: relative;
        width: 49%;
        float: left;
    }

    .page_nav li a {
        line-height: 40px;
        font-size: 14px;
    }

    .page_nav li a:after {
        margin-top: 10px;
    }

    .page_nav li:nth-child(2n) {
        float: right;
    }

    .page_nav li:hover ul.page_navs {
        display: none;
    }

    ul.page_navs {
        opacity: 0;
    }

    .lxwm {
        width: 49%;
        float: left;
    }

    .lxwm span {
        font-size: 22px !important;
    }

    .pages_fl .lxwm {
        display: none;
    }

    .page_xw {
        float: right;
        width: 49%;
    }

    .page_xw li {
        margin-bottom: 0px;
    }




    /**/
    .page_cp {
        width: 100%;
    }

    .page_cp_title {
        line-height: 40px;
        width: calc(100% - 60px);
        height: 40px;
    }

    .page_cp_title h2 {
        font-size: 18px;
    }

    .page_cp_title h3 {
        margin-left: 5px;
        font-size: 15px;
    }

    .page_cp_qh {
        width: 60px;
        top: 8px;
    }

    .page_cp_qh span {
        width: 28px;
        height: 28px;
        line-height: 28px;
        margin: 0px 1px;
        font-size: 16px;
    }




    .page_cp .bd {
        border: none;
    }


    .page_cp li {
        width: 100%;
        margin: 0;
    }

    .page_cp_img {
        height: 113px;
    }

    .page_cp_img img {
        height: 113px;
    }

    .page_cp_text h3 {
        width: 100%;
        line-height: 35px;
        height: 35px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .page_cp_text p {
        line-height: 22px;
        -webkit-line-clamp: 2;
        font-size: 14px;
    }

    .page_cp_text span {
        margin-top: 0px;
    }



    /**/

    .page_fr {
        width: 100%;
        padding: 2% 2% 2%;
        clear: both;
        float: none;
    }

    .page_text {
        font-size: 18px;
        margin-top: 0;
    }

    .product li {
        margin-right: 0;
        width: 49%;
        float: left;
    }

    .product li:nth-child(2n) {
        float: right;
    }


    .product_img {
        height: 124px;
    }

    .product li h3 {
        line-height: 35px;
        height: 35px;
        font-size: 14px;
        width: 75%;
    }

    /**/
    .page_fr .pading {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .pading a, .pading span {
        padding: 1px 8px;
    }

    /**/

    .product_imgs {
        margin-top: 20px;
    }

    .product_imgs_fl {
        width: 100%;
        float: none;
    }

    .product_imgs li, .product_imgs li img {
        height: 229px;
    }

    .product_text {
        width: 100%;
    }

    .product_text h2 {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
    }

    .product_text p {
        line-height: 24px;
        font-size: 14px;
        height: 72px;
    }

    .Product_item_text {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .main_next .prevrecord, .main_next .nextrecord {
        font-size: 15px;
        height: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .xgwz, .xgcp {
        padding: 1%;
        margin-top: 10px;
    }

    h4.related span {
        font-size: 16px;
    }

    ul.relate_news li a {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    ul.relate_pr li img {
        height: 39px;
    }

    /**/
    .article {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .article li {
        padding: 2%;
        margin-bottom: 2%;
        width: 49%;
        float: left;
    }

    .article li:nth-child(2n) {
        float: right;
    }

    .article_img {
        height: 126px;
        width: 100%;
    }

    .article_text {
        width: 100%;
    }

    .article_text h3 {
        line-height: 35px;
        height: 35px;
        font-size: 15px;
    }


    .article_text p {
        line-height: 28px;
        font-size: 14px;
        height: 57px;
    }



    .article_content {
        margin-top: 15px;
    }

    .article_title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .article_title h2 {
        font-size: 18px;
        line-height: 35px;
        height: 35px;
    }


    .page_content {
        padding-top: 4%;
    }
}