<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

#bsWXBox {
    box-sizing: content-box
}

 

::-webkit-input-placeholder {
    color: #666
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.pic {
    width: 100%;
    overflow: hidden;
    position: relative
}

.pic:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 1600px
}

@media (max-width: 1200px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%
    }
}

#container {
    overflow: hidden;
	width:100%;
}

.phone-nav {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 60px;
    display: none;
    color: #666;
    z-index: 5
}

.phone-nav img {
    height: 22px;
    margin-top: 21px;
    display: block
}

#menu .phone {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: url("../images/phone.png") no-repeat center left;
    padding-left: 34px;
    line-height: 49px;
    margin-left: 20px
}

.home-banner {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1
}

.home-banner .home-banner-slick {
    overflow: hidden;
    position: relative
}

.home-banner .home-banner-slick .slick-slide {
    position: relative
}

.home-banner .home-banner-slick .slick-slide img {
    width: 100%
}

.home-banner .home-banner-slick .slick-slide .banner-hover {
    width: 100%;
    z-index: 5
}

.home-banner .home-banner-slick .slick-slide .banner-hover .banner-info {
    padding-top: 82px;
    padding-left: 49px;
    padding-bottom: 81px;
    overflow: hidden
}

.home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .pic {
    width: 439px;
    height: 437px;
    float: left
}

.home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .text {
    color: #fff;
    width: 528px;
    padding-top: 136px;
    float: right
}

.home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .text .bti {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 18px
}

.home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .text .jsh {
    font-size: 20px;
    line-height: 30px
}

.home-banner .home-banner-slick .slick-dots {
    z-index: 10;
    bottom: 31px;
    line-height: 0;
    text-align: center
}

.home-banner .home-banner-slick .slick-dots li {
    margin: 0 4px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 7px 0 0 7px;
    position: relative
}

.home-banner .home-banner-slick .slick-dots li:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0;
    z-index: -3;
    border: 3px solid #007ee5;
    opacity: 0;
    transform: scale(0.8);
    position: absolute;
    transition: .2s
}

.home-banner .home-banner-slick .slick-dots li button {
    width: 14px;
    height: 14px;
    display: block;
    background: #fff;
    border-radius: 50%
}

.home-banner .home-banner-slick .slick-dots li button:before {
    content: ""
}

.home-banner .home-banner-slick .slick-dots .slick-active:after {
    z-index: 3;
    opacity: 1;
    transform: scale(1)
}

.home-banner .home-banner-slick .slick-dots .slick-active button {
    background: #007ee5
}

.home-banner .home-banner-slick .slick-prev:before, .home-banner .home-banner-slick .slick-next:before {
    content: ''
}

.home-banner .home-banner-slick .slick-prev {
    left: 20px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 6;
    background: rgba(43, 51, 59, 0.5);
    border-radius: 50%;
    transition: .5s
}

.home-banner .home-banner-slick .slick-prev:before {
    position: absolute;
    content: '';
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    display: block;
    top: 15px;
    left: 20px
}

.home-banner .home-banner-slick .slick-next {
    right: 20px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 6;
    background: rgba(43, 51, 59, 0.5);
    border-radius: 50%;
    transition: .5s
}

.home-banner .home-banner-slick .slick-next:before {
    position: absolute;
    content: '';
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    display: block;
    top: 15px;
    left: 10px
}

.home-banner .home-banner-slick-phone {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: none
}

.home-banner .home-banner-slick-phone .slick-slide {
    position: relative
}

.home-banner .home-banner-slick-phone .slick-slide img {
    width: 100%
}

.home-banner .home-banner-slick-phone .slick-dots {
    z-index: 10;
    bottom: 10px;
    line-height: 0;
    text-align: center
}

.home-banner .home-banner-slick-phone .slick-dots li {
    margin: 0 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    padding: 6px 0 0 6px;
    position: relative
}

.home-banner .home-banner-slick-phone .slick-dots li:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0;
    z-index: -3;
    border: 3px solid #007ee5;
    opacity: 0;
    transform: scale(0.8);
    position: absolute;
    transition: .2s
}

.home-banner .home-banner-slick-phone .slick-dots li button {
    width: 8px;
    height: 8px;
    display: block;
    background: #fff;
    border-radius: 50%
}

.home-banner .home-banner-slick-phone .slick-dots li button:before {
    content: ""
}

.home-banner .home-banner-slick-phone .slick-dots .slick-active:after {
    z-index: 3;
    opacity: 1;
    transform: scale(1)
}

.home-banner .home-banner-slick-phone .slick-dots .slick-active button {
    background: #007ee5
}

@keyframes sonarEffect {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
        border: 3px solid #007ee5
    }
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80
}

.prompt span {
    position: absolute;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    top: 55%;
    left: 50%;
    margin-left: -152px;
    width: 304px;
    display: block;
    line-height: 24px;
    color: #666
}

.prompt span a {
    text-decoration: underline
}

.prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../images/closed.png) no-repeat center center;
    cursor: pointer
}

.home-title {
    text-align: center;
    font-size: 35px;
    color: #444;
    font-weight: bold
}

.home-one {
    padding: 59px 0 0 0;
    overflow: hidden;
    background: #fff
}

.home-one .home-bottom ul {
    margin: 0 -13px;
    padding-top: 44px
}

.home-one .home-bottom ul li {
    width: 25%;
    float: left;
    padding: 0 13px 26px 13px
}

.home-one .home-bottom ul li .box {
    border: 1px solid #eee;
    padding: 31px 10px;
    transition: .5s
}

.home-one .home-bottom ul li .box .pic {
    width: 77px;
    height: 77px;
    margin: 0 auto
}

.home-one .home-bottom ul li .box .pic img {
    transition: .5s
}

.home-one .home-bottom ul li .box .pic .oh {
    opacity: 0;
    display: none \9
}

.home-one .home-bottom ul li .box .text {
    text-align: center;
    padding-top: 21px
}

.home-one .home-bottom ul li .box .text .bti {
    font-size: 19px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 21px;
    font-weight: bold;
}

.home-one .home-bottom ul li .box .text .jsh {
    font-size: 16px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    color: #999
}

.home-two {
    padding: 23px 0 0 0;
    overflow: hidden
}

.home-two .home-bottom {
    padding: 70px 0;
    overflow: hidden;
    margin-top: 43px;
    position: relative
}

.home-two .home-bottom:after {
    position: absolute;
    top: 0;
    width: 50%;
    right: 0;
    height: 100%;
    background: rgba(0, 126, 229, 0.8);
    content: '';
    display: block
}

.home-two .home-bottom .item {
    width: 50%;
    float: left;
    padding: 34px 52px 19px 52px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 2
}

.home-two .home-bottom .item h3 {
    text-align: right;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-right: 20px;
    margin-bottom: 26px
}

.home-two .home-bottom .item h3:after {
    position: absolute;
    top: 3px;
    right: 0;
    width: 8px;
    height: 27px;
    background: #007ee5;
    content: '';
    display: block;
    z-index: 5
}

.home-two .home-bottom .item ul {
    text-align: right
}

.home-two .home-bottom .item ul li {
    margin-bottom: 21px
}

.home-two .home-bottom .item ul li .box {
    background: url("../images/cha.png") no-repeat center right;
    padding-right: 49px
}

.home-two .home-bottom .item ul li .box .bti {
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.home-two .home-bottom .item ul li .box .jsh {
    font-size: 16px;
    color: #999
}

.home-two .home-bottom .right {
    background: 0
}

.home-two .home-bottom .right h3 {
    text-align: left;
    color: #fff;
    padding-right: 0;
    padding-left: 24px
}

.home-two .home-bottom .right h3:after {
    position: absolute;
    top: 3px;
    right: auto;
    left: 0;
    width: 8px;
    height: 27px;
    background: #fff;
    content: '';
    display: block;
    z-index: 5
}

.home-two .home-bottom .right h3 span {
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6)
}

.home-two .home-bottom .right ul {
    text-align: left
}

.home-two .home-bottom .right ul li .box {
    background: 0;
    padding-right: 0;
    padding-left: 61px;
    position: relative
}

.home-two .home-bottom .right ul li .box .pic {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    left: 18px
}

.home-two .home-bottom .right ul li .box .bti {
    color: #fff
}

.home-two .home-bottom .right ul li .box .jsh {
    color: #fff
}

.home-three {
    padding: 40px 0 49px 0;
    overflow: hidden;
    background: #f5f5f5
}

.home-three .home-bottom {
    padding-top: 44px
}

.home-three .home-bottom ul {
    font-size: 0;
    padding: 0 33px
}

.home-three .home-bottom ul li {
    width: 20%;
    text-align: center;
    float: left;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top
}

.home-three .home-bottom ul li .pic {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff
}

.home-three .home-bottom ul li .pic img {
    transition: .5s
}

.home-three .home-bottom ul li .pic .oh {
    opacity: 0;
    display: none \9
}

.home-three .home-bottom ul li .text {
    padding-top: 42px
}

.home-three .home-bottom ul li .text .bti {
    font-size: 19px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

.home-three .home-bottom ul li .text .bti:after {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    background: #999;
    margin: 14px auto
}

.home-three .home-bottom ul li .text .jsh {
    font-size: 16px;
    color: #999;
    line-height: 26px
}

.home-four {
    padding: 84px 0 45px 0;
    overflow: hidden
}

.home-four ul {
    padding: 0 58px
}

.home-four ul li {
    overflow: hidden;
    margin-bottom: 32px
}

.home-four ul li .text {
    float: left;
    width: 880px
}

.home-four ul li .text .bti {
    font-size: 31px;
    color: #007ee5;
    margin-bottom: 49px
}

.home-four ul li .text .jsh p {
    font-size: 18px;
    color: #666;
    line-height: 24px;
    background: url("../images/dot_2.png") no-repeat left 4px;
    padding-left: 31px;
    margin-bottom: 37px
}

.home-four ul li .pic {
    float: right;
    width: 480px;
    height: 279px
}

.home-four ul .odd .pic {
    float: left
}

.home-four ul .odd .text {
    float: right
}

.home-five {
    padding: 55px 0 85px 0;
    overflow: hidden;
    background: #f5f5f5
}

.home-five .home-bottom {
    padding-top: 38px
}

.home-five .home-bottom ul {
    margin: 0 -6px
}

.home-five .home-bottom ul li {
    width: 20%;
    float: left;
    padding: 0 6px
}

.home-five .home-bottom ul li .box {
    padding: 20px;
    height: 340px;
    background: #fff;
    transition: .5s
}

.home-five .home-bottom ul li .pic {
    height: 110px
}

.home-five .home-bottom ul li .text {
    text-align: center
}

.home-five .home-bottom ul li .text .bti {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 29px
}

.home-five .home-bottom ul li .text .jsh {
    font-size: 16px;
    color: #999;
    line-height: 24px;
    height: 96px;
    overflow: hidden
}

.home-six {
    padding: 50px 0;
    overflow: hidden
}

.home-six .home-bottom {
    padding-top: 43px;
    overflow: hidden
}

.home-six .home-bottom ul li {
    width: 16.66667%;
    float: left
}

.home-six .home-bottom ul li .pic:after {
    padding-bottom: 149%
}

.home-six .home-bottom ul li .pic .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 65% 0 0 0
}

.home-six .home-bottom ul li .pic .hover .bti {
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    padding: 0 12px;
    margin-bottom: 13px
}

.home-six .home-bottom ul li .pic .hover .jsh {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    display: none;
    padding: 0 10px;
    height: 140px;
    overflow: hidden
}

.home-seven {
    padding-bottom: 52px;
    overflow: hidden
}

.home-seven .home-bottom {
    padding-top: 38px;
    overflow: hidden
}

.home-seven .home-bottom ul {
    margin: 0 -25px;
    font-size: 0
}

.home-seven .home-bottom ul li {
    width: 33.333333%;
    padding: 0 25px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px
}

.home-seven .home-bottom ul li .pic {
    height: 120px
}

.home-seven .home-bottom ul li .text {
    font-size: 16px;
    color: #444;
    line-height: 32px;
    margin-top: 3px
}

.home-seven .home-bottom ul li .text span {
    font-size: 18px;
    display: block;
    text-align: center;
    font-weight: bold;
    color:#333;
}

.home-eight {
    padding: 50px 0 56px 0;
    overflow: hidden;
    background: #f5f5f5
}

.home-eight .home-bottom {
    padding-top: 42px
}

.home-eight .home-bottom ul {
    font-size: 0;
    background: #fff
}

.home-eight .home-bottom ul li {
    width: 25%;
    display: inline-block;
    vertical-align: top
}

.home-eight .home-bottom ul li .box {
    padding: 67px 20px 53px 20px;
    overflow: hidden;
    text-align: center
}

.home-eight .home-bottom ul li .pic {
    height: 140px
}

.home-eight .home-bottom ul li .text {
    padding-top: 19px
}

.home-eight .home-bottom ul li .text .bti {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 17px
}

.home-eight .home-bottom ul li .text .jsh {
    font-size: 16px;
    color: #444;
    line-height: 23px;
    overflow: hidden
}

.home-nine {
    padding-bottom: 80px;
    overflow: hidden;
    background: #f5f5f5
}

.home-nine .home-bottom {
    padding-top: 46px
}

.home-nine .home-bottom ul li {
    width: 25%;
    float: left;
    padding: 0 34px;
    margin-bottom: 40px
}
.home-nine .home-bottom ul li .pic{
    background: #fff;
}
.home-nine .home-bottom ul li .pic img {
    transition: .5s
}

.home-nine .home-bottom ul li .pic:after {
    padding-bottom: 65.6%
}

.home-nine .home-bottom ul li .pic .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 20% 20px;
    opacity: 0;
    display: none \9;
    transition: .5s
}

.home-nine .home-bottom ul li .pic .hover h3 {
    font-size: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.home-footer {
    padding: 52px 0 40px 0;
    overflow: hidden;
    background: #2e3033
}

.home-footer .bti {
    font-size: 28px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 20px
}

.home-footer .span {
    font-size:18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
    background: url("../images/b1.png") no-repeat left 0;
    padding-left: 39px;
}
.home-footer .left{
    width:50%;
    float:left;
}
.home-footer .left b{
    font-size:16px;
    margin-right:10px;
}
.home-footer .jsh .left1  p{
    padding-left:0;
    margin-bottom:5px;
}
.home-footer .span a{
    color:#fff;
}
.home-footer .jsh {
    font-size: 0
}

.home-footer .jsh p {
    font-size: 14px;
    color: #fff;
    padding-left: 39px;
    margin-bottom: 21px;
    line-height: 26px
}

.home-footer .jsh p span {
    font-size: 24px;
    font-weight: bold
}

.home-footer .jsh p a {
    color: #fff
}
.home-footer .jsh .b0{
    padding-left:0;
    font-weight: bold;
    font-size: 18px;
}
.home-footer .jsh .b1 {
    background: url("../images/b1.png") no-repeat left 0
}

.home-footer .jsh .b2 {
    background: url("../images/b2.png") no-repeat left 0
}

.home-footer .jsh .b3 {
    background: url("../images/b3.png") no-repeat left 0
}

.home-footer .jsh .b4 {
    background: url("../images/b4.png") no-repeat left 0
}

 

@media (max-width: 1024px) {
    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .pic {
        width: 360px;
        height: 358px
    }

    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .text {
        width: 500px
    }

    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .text .bti {
        font-size: 40px
    }

    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .text {
        padding-top: 100px
    }

    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .text .jsh {
        font-size: 18px
    }

    .header .nav ul li a {
        width: 118px
    }

    .home-four ul {
        padding: 0
    }

    .home-six .home-bottom ul li {
        width: 33.333333%
    }
}

@media (max-width: 992px) {
    .home-four ul li .text {
        width: 450px
    }

    .home-four ul li .text .bti {
        font-size: 26px
    }
}

@media (max-width: 768px) {

    .home-two .home-bottom .item ul li .box {
        background-size: 15px;
        padding-right: 30px
    }

    .home-one .home-bottom ul li {
        width: 50%
    }

    .home-one {
        padding: 30px 0 0 0
    }

    .home-title {
        font-size: 24px
    }

    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .pic {
        width: 260px
    }

    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .text {
        width: 340px
    }

    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .text .bti {
        font-size: 24px
    }

    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .text .jsh {
        font-size: 14px
    }

    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info {
        padding: 30px 0
    }

    .home-one .home-bottom ul li .box .text .bti {
        font-size: 16px;
        margin-bottom: 10px
    }

    .home-one .home-bottom ul {
        padding-top: 30px
    }

    .home-two .home-bottom .item {
        width: 100%;
        padding: 30px
    }

    .home-two .home-bottom .right {
        background: rgba(0, 126, 229, 0.8)
    }

    .home-two .home-bottom {
        padding: 30px 0;
        margin-top: 30px
    }

    .home-two .home-bottom:after {
        display: none
    }

    .home-three .home-bottom ul li {
        width: 100%;
        margin-bottom: 20px
    }

    .home-three .home-bottom {
        padding-top: 30px
    }

    .home-three {
        padding: 30px 0
    }

    .home-three .home-bottom ul li .text {
        padding-top: 20px
    }

    .home-four {
        padding: 30px 0
    }

    .home-four ul li .text {
        width: 100%;
        float: none
    }

    .home-four ul li .pic {
        float: none !important
    }

    .home-four ul li .text .bti {
        font-size: 22px;
        margin-bottom: 20px;
        padding-top: 10px
    }

    .home-four ul li .text .jsh p {
        font-size: 14px;
        margin-bottom: 10px;
        background: url(../images/dot.png) no-repeat left 7px;
        padding-left: 18px;
        background-size: 10px
    }

    .home-four ul li {
        margin-bottom: 10px
    }

    .home-four ul .odd .text {
        float: none
    }

    .home-five {
        padding: 30px 0
    }

    .home-five .home-bottom {
        padding-top: 30px
    }

    .home-five .home-bottom ul li {
        margin-bottom: 20px;
        width: 100%
    }

    .home-five .home-bottom ul li .box {
        height: auto
    }

    .home-five .home-bottom ul li .text .jsh {
        height: auto
    }

    .home-five .home-bottom ul li .pic {
        height: 60px
    }

    .home-five .home-bottom ul li .text .bti {
        font-size: 16px;
        margin-bottom: 10px
    }

    .home-six {
        padding: 30px 0
    }

    .home-six .home-bottom {
        padding-top: 30px
    }

    .home-six .home-bottom ul li {
        width: 50%
    }

    .home-seven .home-bottom ul li {
        width: 100%
    }

    .home-seven .home-bottom ul li .pic {
        height: 60px;
        margin-bottom: 10px
    }

    .home-seven .home-bottom ul li {
        margin-bottom: 20px
    }

    .home-seven .home-bottom {
        padding-top: 30px
    }

    .home-seven {
        padding-bottom: 30px
    }

    .home-eight .home-bottom ul li {
        width: 100%
    }

    .home-eight .home-bottom {
        padding-top: 30px
    }

    .home-eight {
        padding: 30px 0
    }

    .home-eight .home-bottom ul li .box {
        padding: 20px
    }

    .home-eight .home-bottom ul li .pic {
        height: 50px
    }

    .home-one .home-bottom ul li .box .pic {
        width: 50px;
        height: 50px
    }

    .home-nine .home-bottom ul li {
        width: 50%;
        margin-bottom: 20px;
        padding: 0 10px
    }

    .home-nine {
        padding-bottom: 30px
    }

    .home-nine .home-bottom {
        padding-top: 30px
    }

    .home-footer .jsh .left {
        width: 100%;
        margin-bottom: 15px
    }

    .home-footer {
        padding: 30px 0
    }

    .home-footer .bti {
        font-size: 20px;
        margin-bottom: 15px
    }

    .home-footer .jsh p span {
        font-size: 18px
    }
}

@media (max-width: 640px) {
    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .pic {
        width: 140px;
        height: 240px
    }

    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .text {
        padding-top: 60px
    }

    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .text .bti {
        font-size: 18px
    }

}

@media (max-width: 414px) {
    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .text {
        width: 218px
    }
}

@media (max-width: 375px) {
    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .text {
        width: 186px
    }
}

@media (max-width: 360px) {
    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .text {
        width: 175px
    }
}

@media (max-width: 320px) {
    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .text {
        width: 169px
    }

    .home-banner .home-banner-slick .slick-slide .banner-hover .banner-info .pic {
        width: 115px;
        height: 240px
    }

}</pre></body></html>