html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    color: #333;
}

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%;
    display: block;
}

a:link, a:visited {
    color: inherit;
    font-size: inherit;
}
.fl {
    float: left;
}

.fr {
    float: right;
}
.container {
    width: 1600px;
    margin: auto;
}
.bg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:-1;
    left: 0;
    top: 0;
}
.bg img{
    width: 100%;
    height: 100%;
    display: block;
}
/**主题色**/

.interlink__title {color: #fff;}
.page_nav li a:hover,.bottom .dhzx{
    background: #ffab15;
}
.banner_m  .swiper-button-next,.banner_m  .swiper-button-prev {
    color: #ffab15;
}
.banner_m .swiper-pagination-bullet-active,.banner .hd li.on  {
    background: #ffab15;
}
.nav,.nav ul li ul,.one,.search input.fl,.t_nav ul,.five1 .hd ul li,.new ul li .fr span,.new_title h4,.footer,.lxwm,.page_title,.page_cp_qh span:hover, 
.product li:hover:before, .pading span.current, .page_nav .cur, .page_nav a:hover {
    background: #3671cf;
}

.page_cp li:hover h3, .product li:hover:after, .product li:hover h3, .page_xw li a:hover{ 
    color:#ffab15;
}

.tell.fr b,a.more1,.title3 p,.footer .fl ul li a,.new ul li:hover h4,.new ul li:hover .time h3, .new ul li:hover .time b {
   
    color: #3671cf;
}
.for1.fl {

    background: rgba(54,113,207,0.9);
 
}
a.more1 {
   
    border: 1px solid #ffab15;
  
}
.nav ul li:hover>a,.nav ul li a.cur,a.mores,.t_box ul li:hover h4,a.more1:after,a.more1:before,.for1.fl p:after,.five1 .hd ul li.on,
.new:nth-child(3) .new_title h4,.new:nth-child(3) li .fr span {
    background: #ffab15;
}
.t_nav ul li:hover>a,.title2 h2 b,.title3 p b,.new:nth-child(3) ul li:hover h4,.new:nth-child(3) ul li:hover .time h3, .new:nth-child(3) ul li:hover .time b {
    color: #ffab15;
}
.for1.fl ul li {
    background: #2f60af;
}


/**主题**/
.header {
    width: 100%;
    overflow: hidden;
    height: 110px;
}

.nav {
    width: 100%;
    height: 60px;
}

.tell.fr {
    width: 210px;
    overflow: hidden;
    margin-top: 29px;
}

.tell.fr img {
    float: left;
}

.tell.fr h4 {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    float: right;
}

.tell.fr b {
    font-weight: bold;
    font-size: 25px;
    margin-top: 8px;
    display: block;
}

.logo.fl {
    width: 45%;
    height: 110px;
    align-items: center;
    display: flex;
}

.logo img {
    display: block;
}

.nav ul li:last-child {border-right: 0;}
.top {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    background: #eee;
}

.nav ul li {
    float: left;
    height: 60px;
    line-height: 60px;
    position: relative;
    width: 16%;
    border-right: 1px dashed #06398a;
}

.nav ul li ul {
    position: absolute;
    width: 100%;
    top: 60px;
    z-index: 222;
    display: none;
    transition: all 0.3s;
}

.nav ul li a {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.nav ul li ul li {
    width: 100%;
    float: none;
    height: 50px;
    line-height: 50px;
    border-top: 1px dashed #06398a;
    border-right: 0;
}

.nav ul li ul li a {
    font-size: 14px;
}



.banner {
    overflow: hidden;
}

.nav ul li:hover>a,.nav ul li a.cur {
    font-weight: bold;
}

.nav ul li:hover ul {
    display: block;
}
.banner_m img {
    width: 100%;
    display: block;
}

.banner_m {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: none;
}

.banner {
    width: 100%;
    position: relative;
}

.banner img {
    width: 100%;
    display: block;
}

.banner .hd ul {
    text-align: center;
}

.banner .hd ul li {
    display: inline-block;
    margin: 0 3px;
    color: transparent;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}

.banner .hd {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    z-index: 222;
}
.one {
    width: 100%;
    height: 74px;
}

.key {
    width: 56%;
    float: left;
    line-height: 74px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search {
    float: right;
    position: relative;
}

.key b {
    font-size: 16px;
}

.key a {
    margin: 0 4px;
    display: inline-block;
}

.search input.fl {
    width: 366px;
    float: left;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 1000px;
    padding: 0 50px 0 10px;
    font-size: 16px;
    color: #95b8e4;
    cursor: pointer;
    margin-top: 14px;
}

a.searchBtn.fl {
    height: 46px;
    width: 60px;
    border: 1px solid #ffab15;
    border-radius: 1000px;
    cursor: pointer;
    background: url(http://static2.fuhai360.com/images/ss.png) #ffab15 center center no-repeat;
    margin-left: -40px;
    position: absolute;
    right: 0;
    top: 14px;
}
.two {
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
}

.t_nav {
    width: 290px;
    float: left;
}

.t_box {
    width: calc(100% - 300px);
    float: right;
}

.t_box ul {
    overflow: hidden;
}

.t_box ul li {
    width: 32.65%;
    float: left;
    margin: 0 1% 1% 0;
}

.t_box ul li:nth-child(3n) {
    margin-right: 0;
}

.t_box ul li img {
    width: 100%;
    display: block;
    height: 220px;
}

.t_box ul li h4 {
    background: #eee;
    padding: 15px 40px 15px 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    position: relative;
}

.t_box ul li h4:after {content: "》";position: absolute;right: 10px;color: #666;font-weight: bold;}

.t_t {
    width: 100%;
    height: 150px;
    background: url(http://static2.fuhai360.com/images/chan1.png);
    background-size: 100% 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
}

.t_t h2 {
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    font-size: 30px;
}
.t_t p {
    font-size: 28px;
    color: rgb(255 255 255 / 29%);
    margin-top: 12px;
    position: relative;
    letter-spacing: 2px;
}

.t_t p b {
    font-size: 85px;
    position: absolute;
    left: 11%;
    top: -91%;
    font-weight: bold;
    font-family: '楷体';
}

.t_nav ul {
    width: 91%;
    margin: auto;
    padding: 20px 0;
}

.t_nav ul li {
    line-height: 53px;
 
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
 
}

.t_nav ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 50px;   background: #1a60cf url(http://static2.fuhai360.com/images/chan2.png) no-repeat right;   background-position-x: 94%;
}

.t_nav ul li ul li a {
    font-size: 14px;
}

.t_nav ul li ul li {
    line-height: 40px;
    background-size: 15px;	width:100%;
	
}
.t_nav ul li ul li:nth-child(1) {
   	margin-top:10px;
}

.t_nav ul li ul {
    display: none;padding: 0;
}

.t_nav ul li:hover ul {
    display: block;
}
.t_nav ul li ul li a {
    background-size: 12px;
}
a.mores {
    width: 91%;
    margin: auto;
    text-align: center;
    display: block;
    height: 82px;
    line-height:82px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.t_box ul li:hover h4 {
    color: #fff;
}

.t_box ul li:hover h4:after {
    color: #fff;
}
.three {
    background: #f9f9f9;
    padding: 70px 0;
}

.title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.title h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
    position: relative;
}

.title p {
    font-size: 18px;
    color: #666666;
    margin-top: 12px;
}

.title h2:before {content: "";width: 15%;height: 1px;background: #666;position: absolute;left: 26%;top: 49%;}

.title h2:after {
    content: "";
    width: 15%;
    height: 1px;
    background: #666;
    position: absolute;
    right: 26%;
    top: 49%;
}

.title:after {content: "";width: 8px;height: 8px;background: #333;position: absolute;left: 41%;top: 15%;border-radius: 50%;}

.title:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #333;
    position: absolute;
    right: 41%;
    top: 15%;
    border-radius: 50%;
}

.three ul {
    overflow: hidden;
}

.three ul li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #e2dede;
    padding: 20px 0;
}

.three ul li:last-child {
    border: 0;
}

.three ul li img {
    display: block;
    margin: auto;
}

.three ul li  img.t2 {
    display: none;
}

.three ul li h4 {
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 7px;
}

.three ul li p {
    font-size: 16px;
    color: #333333;
    margin-top: 6px;
    text-align: center;
    width: 90%;
    margin: auto;
    height: 48px;
    overflow: hidden;
}

.three ul li:hover .t1 {
    display: none;
}

.three ul li:hover .t2 {
    display: block;
}
.four {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}

.for1.fl {
    width: 25%;
    margin-top: -70px;
    padding: 47px 0;
}

.for2.fr {
    width: 65%;
    background: rgba(255,255,255,0.85);
    float: right;
    padding: 30px 18px;
    border: 15px solid #ddd;
    text-align: center;
}

.for2.fr h2 {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}

.for2.fr p {
    font-size: 16px;
    color: #333333;
    text-indent: 2em;
    line-height: 30px;
}

a.more1 {
    display: block;
    margin: 22px auto 0 auto;
    width: 157px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

a.more1:after {content: "";width: 71px;height: 1px;position: absolute;left: -58px;top: 50%;}

a.more1:before {
    content: "";
    width: 71px;
    height: 1px;
    position: absolute;
    right: -58px;
    top: 50%;
}
.for1.fl h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 29px;
}

.for1.fl p {
    text-align: center;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.for1.fl p:after {content: "";width: 60px;height: 5px;
    position: absolute;bottom: 0;left: 50%;margin-left: -30px;}

.for1.fl ul {
    margin-top: 14%;
}

.for1.fl ul li {
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    width: 90%;
    margin: 6px auto;
    padding: 2px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.five {
    padding: 70px 0;
    width: 100%;
}

.title2 {
    text-align: center;
    margin-bottom: 50px;
}

.title2 h2 {
    font-size: 30px;
    color: #333333;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.title2 h2 b {
    font-weight: bold;
}

.title2  p {
    font-size: 18px;
    color: #666666;
}

.five .bd ul li {
    width: 390px;
    float: left;
    margin-right: 10px;
}

.five .bd ul {
    overflow: hidden;
}

.five .bd ul li img {
    width: 100%;
    display: block;
    height: 293px;
}

.five .bd ul li h4 {
    line-height: 50px;
    background: #eee;
    box-sizing: border-box;
    padding: 0 19px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}


.five .container {
    position: relative;
}

.five .container:after {
    content: "";
    width: 327px;
    height: 220px;
    background:  url(http://static2.fuhai360.com/images/9.png) no-repeat;
    position: absolute;
    left: -10%;
    bottom: 18%;
    background-size: 100% 100%;
    }
    .five1 .hd {
        width: 100%;
        margin: 42px auto 20px;
        position: relative;
    }
    
    .five1 .hd ul {
        text-align: center;
        background: #fff;
        width: 270px;
        margin: auto;
    }
    
    .five1 .hd ul li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 5px;
        color: transparent;
        border-radius: 50%;
        cursor: pointer;
    }
    
    
    .five1 {
        overflow: hidden;
    }
    
    .five1 .hd ul li.on {
        width: 30px;
        border-radius: 10px;
    }
    
    .five1 .hd:after {content: "";width: 100%;height: 1px;background: #eee;position: absolute;top: 37%;z-index: -1;}

    .five a.more1 {
        margin-top: 0;
    }

    .six {
        width: 100%;
        margin-bottom: 70px;
    }
    
    .six .container {
        position: relative;
    }
    .six .img2 {
        width: 86%;
        display: block;
        margin: auto;
    }
    
    .title3 {
        text-align: center;
        margin-bottom: 50px;
    }
    
    .title3 h2 {
        font-size: 28px;
        margin-bottom: 10px;
        margin-left: 55px;
    }
    .title3 p {
        font-size: 49px;
        font-weight: bold;
        margin-top: 21px;
        letter-spacing: 5px;
        position: relative;
    }
    
    .title3 p b {
        font-size: 116px;
        position: absolute;
        left: 37%;
        font-weight: bold;
        top: -22px;
    }
    img.img1 {
        position: absolute;
        top: 31%;
        left: 50%;
        width: 440px;
        margin-left: -220px;
        animation: ball .6s infinite alternate;
    }
    @-webkit-keyframes ball {
      0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }
      100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
      }
    }
    @keyframes ball {
      0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }
      100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
      }
    }
    .six ul li {
        width: 30%;
        position: absolute;
    }
    
    .six ul li:nth-child(1) {
        top: 18%;
        left: 0;
    }
    
    .six ul li h4 {
        font-size: 26px;
        color: #333333;
        font-weight: bold;
    }
    
    .six ul li h4 b {
        color: red;
        font-weight: bold;
        margin-left: 10px;
    }
    
    .six ul li p {
        font-size: 16px;
        color: #666666;
        margin-top: 10px;
        line-height: 28px;
        width: 81%;
    }
    
    .six ul li:nth-child(2) {
        top: 59%;
    }
    
    .six ul li:nth-child(3) {
        top: 86%;
        left: 38%;
    }
    
    .six ul li:nth-child(4) {
        top: 59%;
        right: -4%;
    }
    
    .six ul li:nth-child(5) {
        top: 18%;
        right: -4%;
    }

    .seven .title h2, .seven .title p {
        color: #fff;
    }.seven {
        position: relative;
        width: 100%;
        padding: 70px 0;
    }

    .seven .title h2:before, .seven .title h2:after,.seven .title:before, .seven .title:after {
        background: #fff;
    }
    
    .seven ul {
        overflow: hidden;
    }
    
    .seven ul li {
        width: 390px;
        float: left;
        margin-right: 10px;
        overflow: hidden;
    }
    
    .seven ul li img {
        width: 100%;
        display: block;
        height: 275px;
        transition: all 0.5s;
    }
    
    .seven ul li:hover img {
        transform: scale(1.2);
    }
    .footer .fl {
        width: 75%;
    }
    
    .footer .fr {
        width: 25%;
    }
    
    .footer .fl ul {
        background: #fff;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .footer .fl ul li {
        display: inline-block;
        width: 13%;
        border-right: 1px solid #ccc;
        box-sizing: border-box;
    }
    
    .footer .fl ul li a {
        display: block;
        font-size: 16px;
    }
    
    .footer .fl ul li:last-child {
        border: 0;
    }
    
    .footer .fl p {
        font-size: 16px;
        line-height: 27px;
    }

.footer_ewm {
    float: right;
    margin-left: 20px;
}

.footer_ewm img {
    width: 120px;
    display: block;
    margin: 0 auto;
}

.footer_ewm p {
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
}
.eight {
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
}

.new {
    width: 49%;
    float: left;
    margin: 0 1% 0 0;
}

.new ul li {
    overflow: hidden;
    margin-bottom: 20px;
}

.new ul li .fl {
    width: 40%;
    overflow: hidden;
}

.new ul li .fr {
    width: 56%;
}

.new:nth-child(3) {
    margin-right: 0;
    margin-left: 1%;
}

.new ul li h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 23px;
}

.new ul li p {
font-size: 16px;
    color: #666666;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    
}

.new ul li .fr p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: inherit;
    height: 48px;
    line-height: 24px;
}

.new ul li .fr span {
    width: 106px;
    height: 36px;
    display: block;
    border-radius: 100px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 16px;
}

.new ul li .fl img {
    width: 100%;
    height: 176px;
    display: block;
    transition: all 0.5s;
}

.new_title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.new_title h4 {
    width: 157px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 20px;
}

span.more2 {
    float: right;
    font-size: 12px;
    color: #999;
}

.new ul li .time {
    width: 79px;
    height: 80px;
    background: url(http://static2.fuhai360.com/images/new2.png) no-repeat center;
    font-size: 16px;
    color: #666666;
    float: left;
    text-align: center;
    padding-top: 16px;
    box-sizing: border-box;
}

.n_txt {
    width: calc(100% - 100px);
    float: right;
}

.new ul li .n_txt h4 {
    margin-bottom: 0px;
    margin-top: 15px;
}

.new ul li .time h3 {
    font-size: 22px;
    font-family: Impact;
}

.new ul li:hover img {
    transform: scale(1.2);
}
.new ul li:hover .time {
    background: url(http://static2.fuhai360.com/images/new3.png) no-repeat center;
}

.new:nth-child(3) ul li:hover .time {
    background: url(http://static2.fuhai360.com/images/new4.png) no-repeat center;
}


.new ul li:hover p {
    color: #999;
}



/**主题**/

.interlink {
    padding: 20px 0 20px 0;
    overflow: hidden;
    width: 100%;
    background: #21457d;
}

.interlink__inner {
    overflow: hidden;width: 1600px;margin: auto;
}

.interlink__title {
    float: left;
    border-radius: 16px;
    margin-right: 12px;
    font-size: 16px;
}

.interlink__list {
    display: inline-block;
}

.interlink__list a {
    display: inline-block;
    margin: 0 8px;
    color: #fff;
}
.footer {
    width: 100%;
    color: #fff;
    padding: 50px 0;
    text-align: left;
    overflow: hidden;
}

/**通用**/
.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;
    color: #fff;
    border-radius: 5px;
    margin: 5px auto 0px;
}

.Tcs p {
    line-height: 30px;
}

.bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 555;
    display: none;
    background: #eee;
}

.bottom li {
    float: left;
}

.bottom li {
    width: 25%;
    padding: 5px 0;
    text-align: center;
    color: #333;
}

.bottom .dhzx {
    width: 50%;
}

.bottom .dhzx a {
    display: block;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
}

.bottom li img {
    display: block;
    margin: auto;
    height: 20px;
}

.bottom .dhzx img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 25px;
}
/**内页**/
 
.page .container.clear {
    overflow: hidden;
    margin-bottom: 30px;
}
.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;
    color: #fff;
    text-align: center;
}

.page_nav li a {
    line-height: 50px;
    display: block;
    padding-left: 23px;
    position: relative;
    background: #3671cf;
    text-align: left;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px dashed #eee;
    box-sizing: border-box;
}

.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 {
    top: 0px;
    z-index: 2;
    display: none;
}
.page_fl.fl ul li ul {
    width: 100%;
}

.page_fl.fl ul li ul a {
    font-size: 14px;
    line-height: 42px;
    background: #21457d;
}
.page_nav li:hover ul.page_navs {
    display: block;
}

ul.page_navs li a:after {
    display: none;
}

.page_nav li:hover a:after {
    content: '-';
}

.page_nav .page_title {
    width: 100%;
    height: 119px;
    background: url(http://static2.fuhai360.com/images/chan1.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    box-sizing: border-box;
}

.page_fl.fl ul {
    width: 91%;
    margin: auto;
    margin-top: -1px;
}

/**/

.lxwm {
    margin: 10px 0;
    box-sizing: border-box;
    padding: 29px;
    position: relative;
}
.lxwm h2 {
    color: #fff;
    margin-bottom: 10px;
    left: -24px;
    background: #3671cf;
    position: relative;
    z-index: 22;
    font-size: 18px;
}

.lxwm p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.lxwm:after {
    width: 91%;
    height: 89%;
    border: 2px solid #FFF;
    content: "";
    position: absolute;
    top: 4%;
    left: 4%;
}


/**/

.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_nav li .cur, .page_nav li a:hover {
    color: #fff;
}
/**/

.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 {

    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;
}
/**/

.pading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;	overflow:hidden;
	width:100%;
}

.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 {
    color: #fff;
}

/**/
.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 {

    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;
}

@media only screen and (max-width: 1600px){
    .container,.interlink__inner {
        width: 1200px;
    }
    .seven ul li{
        width: 290px;
    }
    .seven ul li img{
        height: 218px;
    }
    .five .bd ul li {
        width: 290px;
    }
    .five .bd ul li img {
        height: 218px;
    }
    .clear{
        overflow: hidden;clear: both;
    }
}

@media only screen and (max-width:1200px){
    .container,.interlink__inner, .header_bottom {
        width: 960px;
    }
    .search input.fl {
        width: 282px;
    }
    
    .t_box ul li img {
        height: 169px;
    }
    
    .six ul li:nth-child(5) {
        top: 22%;
    }
    
    .six ul li:nth-child(1) {
        top: 24%;
    }
    
    .title3 p b {
        left: 33%;
    }
    
    img.img1 {
        width: 400px;
    }
    
    .seven .container {
        overflow: hidden;
    }
    
    .seven ul li {
        width: 230px;
    }
    
    .footer_ewm {
        margin-left: 9px;
    }
    
    .footer_ewm img {
        width: 96px;
    }
    .footer .fl p {
        font-size: 12px;
    }
    
    .five .bd ul li {
        width: 230px;
    }
    .t_nav ul li {
        line-height: 40px;
    }
    
    .t_nav ul li a {
        font-size: 16px;
    }
    .five .container:after {
        width: 270px;
        height: 176px;
    }
    
    .five .bd ul li img {
        height: 200px;
    }
    
    .for2.fr p {
        font-size: 14px;
    }
    .page_nav .page_title {
        height: 92px;
    }
    
    .page_nav li a {
        line-height: 39px;
        font-size: 14px;
    }
    
    .page_fl.fl ul li ul a {
        font-size: 12px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 768px){
    .bottom, .banner_m {
        display: block;
    }
    .banner{
        display: none;
    }
   
    .navs b {
        display: block;
        width: 20px;
        height: 2px;
        margin: 5px auto;
        border-radius: 4px;
        position: relative;
        background: #3671cf;
    }
    .nav_button {
        position: absolute;
        top: 0;
        left: 54%;
        width: 30px;
        height: 30px;
        background: url(http://static2.fuhai360.com/MobileResource/m200729/images/close.png) no-repeat;
        display: block;
        z-index: 2222;
        background-size: 20px;
    }
    .nav {
        position: fixed;
        background: rgba(0,0,0,0.6);
        width: 100%;
        height: 100%;
        float: none;
        top: 0;
        left: 0;
        display: none;
        z-index: 22222;
        margin-left: 0;
        border: 0;
    }
    .navs {
        width: 25px;
        border-radius: 5px;
        position: absolute;
        top: 41%;
        right: 12px;
    }
    .nav ul {
        width: 46%;
        overflow: hidden;
        background: #333;
        height: 100%;
        right: 0;
        top: 0;
        position: absolute;
    }
    
    .nav ul li {
        width: 100%;
        float: none;
    }
    .nav ul li ul {
        display: none !important;
    }
    
    .nav ul li a {
        font-size: 15px;
        line-height: 60px;
        color: #fff;
        text-align: center;
    }

    .container, .main_m, .main_tops {
        width: 96%;
    }
    .header {
        height: 90px;
    }
    
    .logo.fl {
        height: 90px;
    }

.nav ul li {
    height: 60px;
    line-height: 60px;
}
.tell.fr {
    display: none;
}

.header .container {
    position: relative;
    overflow: hidden;
}

.search {
    display: none;
}

.key {
    width: 100%;
    line-height: 50px;
}

.key b {
    font-size: 12px;
}

.key a {
    font-size: 12px;
}

.one {
    height: 50px;
}

.two {
    padding: 7% 0;
}

.t_nav {
    width: 100%;
    float: none;
}

.t_nav ul li {
    width: 31.33333%;
    float: left;
    margin: 1%;
    background-size: 9px auto;
}

.t_nav ul {
    overflow: hidden;
    padding: 0;
    width: 100%;
    background: none;
}

.t_nav ul li:hover ul {display: none;padding: 0;}

.t_nav ul li a {
    padding: 0 10px;
    font-size: 12px;
}

.t_t {display: none;}

.t_t p b {
    left: 23%;
}

a.mores {
    display: none;
}

.t_box {
    width: 100%;
    float: none;
    margin-top: 10px;
}

.t_box ul li img {
    height: 128px;
}

.t_box ul li h4 {
    font-size: 14px;
    padding: 5px;
}

.three {
    padding: 7% 0;
}

.three ul li {
    width: 50%;
    border: 0;
    padding: 10px 0;
}

.three ul li img {
    width: 100px;
}

.title h2 {
    font-size: 22px;
    margin-bottom: 5px;
}

.title h2:before {
    left: 14%;
}

.title h2:after {
    right: 14%;
}

.title:before {
    right: 29%;
}

.title:after {
    left: 29%;
}

.title p {
    font-size: 14px;
    margin-top: 0;
}

.three ul li h4 {
    font-size: 16px;
    margin: 5px 0;
}

.three ul li p {
    font-size: 12px;
    height: 40px;
}

.four {
    padding: 7% 0;
}

.for1.fl {
    width: 100%;
    float: none;
    padding: 7% 0;
}

.for1.fl ul {
    margin-top: 5%;
}

.for1.fl h2 {
    font-size: 22px;
    margin-bottom: 5px;
}

.for1.fl p {padding-bottom: 5px;}

.for1.fl p:after {
    height: 3px;
    width: 40px;
    margin-left: -20px;
}

.for1.fl ul li {
    font-size: 12px;
    line-height: 29px;
}

.for2.fr {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 20px 5px;
}

.for2.fr h2 {
    margin-bottom: 5px;
}

.for2.fr p {
    font-size: 12px;
    line-height: 21px;
}

a.more1 {
    width: 100px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.five {
    padding: 7% 0;
}

.five .bd {
    margin: auto;
    overflow: hidden;
    width: 230px;
}

.five .container:after {
    width: 167px;
    height: 110px;
}

.title2 {
    margin-bottom: 5%;
}

.title2 h2 {
    font-size: 22px;
    margin-bottom: 5px;
}

.title2 p {
    font-size: 14px;
}

.title {
    margin-bottom: 5%;
}

.title3 p {
    font-size: 25px;
    margin-top: 4px;
}

.title3 h2 {
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 30px;
}

.title3 p b {
    font-size: 77px;
    left: 25%;
    top: -14px;
}

img.img1 {
    width: 178px;
    margin-left: -100px;
    top: 40%;
}
.six {
    margin-bottom: 80px;
}
.six ul li h4 {
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.six ul li h4 b {
    margin-left: 2px;
}

.six ul li p {
    font-size: 12px;
    width: 91%;
    margin-top: 1px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: inherit;
    height: 64px;
    line-height: 20px;
}

.six ul li:nth-child(1) {
    top: 29%;
}

.six ul li:nth-child(2) {
    top: 63%;
}

.six ul li:nth-child(4) {
    top: 65%;
}

.six ul li:nth-child(5) {
    top: 28%;
}

.six ul li:nth-child(3) {
    width: 53%;
    top: 90%;
    left: 28%;
}

.title3 {
    margin-bottom: 5%;
}

.six .img2 {
    width: 79%;
}

.seven {
    padding: 7% 0;
}

.seven .bd {
    width: 230px;
    margin: auto;
}

.eight {
    padding: 7% 0;
}

.new {
    width: 100%;
    float: none;
}

.new_title h4 {
    font-size: 15px;
    width: 123px;
    line-height: 30px;
    height: 30px;
}

.new ul li .fl img {
    height: 150px;
}
.new ul li h4 {
    margin-top: 6px;
    margin-bottom: 5px;
}

.new ul li  p {
    font-size: 14px;
}

.new ul li .fr span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.new ul li {
    margin-bottom: 10px;
}

.new ul li .time h3 {
    font-size: 20px;
}

.new ul li .time {
    height: 70px;
    background-size: 100% 100%;
    padding-top: 10px;
}

.new ul li .n_txt h4 {
    margin-top: 8px;
}

.footer .fl {
    width: 100%;
    margin-bottom: 10px;
}

.footer .fl ul li a {
    font-size: 12px;
}

.footer .fl ul li {
    border: 0;
    width: 22%;
}

.footer {
    padding: 20px 0 60px 0;
}

.footer .fl ul {
    margin-bottom: 10px;
}

.footer .fr {
    width: 210px;
    float: none;
    margin: auto;
    overflow: hidden;
}

.interlink {
    padding-bottom: 68px;
}

.interlink__inner {
    width: 100%;
}

.interlink__title {
    font-size: 14px;
    margin-left: 8px;
    display: inline-block;
    width: 15%;
    margin-right: 0;
}

.interlink__list a {
    font-size: 12px;
    margin: 0px 2px;
}

.interlink__list {
    width: 77%;
    float: left;
}


   
    .page_lj {
        padding: 0 2%;
        margin-bottom: 25px;
    }

    a.page_fh {
        display: none;
    }

    .page_lj .container {
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .page_fl {
        width: 100%;
        float: none;
    }

    .page_title {
        font-size: 18px;
        line-height: 50px;
    }

    .page_nav {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .page_nav ul {
        margin-top: 1%;
    }

    .page_nav li {
        position: relative;
        width: 49%;
        float: left;
    }

    .page_nav li a {
        line-height: 40px;
        font-size: 14px;
    }

    .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;
    }
.lxwm ul {
	padding:6px;
}
.lxwm li {
	font-size:14px;
}
    .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_title {
	font-size:12px;
}
    .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%;
    }
   
    .page_nav .page_title {
        height: 50px;
        background: #3671cf;
    }
    
    .page_fl.fl .page_nav ul {
        width: 100%;
        background: #fff;
        padding: 5px 0;
        overflow: hidden;
    }
    
    .lxwm {
        margin: 0;
    }

}
