﻿/* CSS Document */
*{margin: 0;padding: 0;}
html,body{font-family: Microsoft Yahei,Arial,sans-serif;color: #37474f;}
@media (min-width:1200px){
    html,body{font-size: 16px;}
}
@media (min-width:1024px) and (max-width:1199px){
    html,body{font-size: 15px;}
}
@media (min-width:768px) and (max-width:1023px){
    html,body{font-size: 14px;}
}
@media (min-width:576px) and (max-width:767px){
    html,body{font-size: 13px;}
}
@media (max-width:575px){
    html,body{font-size: 12px;}
}
.container{width:100% !important;max-width:1200px;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
a{text-decoration: none;}
a:hover{text-decoration: none;}
ul,li{list-style: none;}
section{padding:5.25rem 0 5rem;}
@media(max-width:768px){
    section{padding:3.25rem 0 3rem;}
}
.d-flex{display:-ms-flexbox;display:flex;}
.flex-wrap{flex-wrap:wrap;}
.justify-content-between{justify-content:space-between;}
.align-items-center{align-items:center;}
.flex-grow-1{-ms-flex-positive: 1 !important;flex-grow: 1 !important;}

#fenye{clear:both; margin-top: 2rem;width: 100%;margin-bottom: 3.125rem;}
#fenye a{text-decoration:none; display:inline-block;padding:0.25rem 0.75rem; line-height:2;font-size: 12px;margin: 0.25rem;border:1px solid #ddd;color: #333;}
#fenye a.curr{ border:1px solid #0085ec; color:#0085ec; }
#fenye span{font-size: 12px;}

.location{line-height: 2;padding-top:1.25rem;padding-bottom: 0.5rem; border-bottom:1px solid #cecece;margin-bottom: 1.25rem;}
.location a{color:#37474f;text-decoration: none;}
.location i{margin:0 0.5rem;}
.location a >i{margin: 0 0.25rem 0 0;}
.location a:hover,.location a:first-child{color:#0085ec;}

.bg-f5{background-color:#f5f5f5;}

/*header*/
header .mid{padding-top:1.875rem;padding-bottom:1.875rem;}
header .mid .wrapper{display:-ms-flexbox;display:flex;justify-content: space-between;align-items: center;}
header .mid .logo{margin-bottom:0.625rem;align-items: center;}
header .mid .logo img{max-width:8.75rem;}
header .mid .logo h5{font-size:1.5rem;color:#0085ec; margin-top:0;margin-left: 1.25rem;margin-bottom: 0;}
header .mid .slogan{overflow: hidden;position: relative;height: 1.42857143em;font-size: 1.5rem;}
header .mid .slogan p{font-size: 1.5rem;margin-bottom: 0;animation: 10s wordsLoop linear infinite normal;display: inline-block;white-space: nowrap;letter-spacing: 0.25rem;position: absolute;left: 100%;top: 0;z-index: 1;color:#000;}

@keyframes wordsLoop {
    0% {
        left:100%;
    }
    100% {
        left:0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        left:100%;
    }
    100% {
        left:0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}
header .mid .tel{background:url("../img/tel.png")left center no-repeat;padding-left:262px;}
header .mid .tel h5{color:#868686;font-size: 1rem;margin-top:0;}
header .mid .tel p{margin-bottom:0;color:#000;font-size: 1.75rem;line-height: 1;font-family: Impact;}
@media(max-width:767px){
    header .top{display:none;}
    header .mid{padding-top:1.25rem;padding-bottom:1.25rem;}
    header .mid .logo img{max-height:50px;}
    header .mid .tel{display:none;}
}

#topNav{background-color:#0085ec;color:#fff;padding:0;}
#topNav ul{padding-left:15px;padding-right:15px;display: flex;flex-wrap: wrap;}
#topNav .nav-item{text-align: center;width: 12.5%;}
#topNav .nav-item .nav-link{color:#fff;line-height: 3.125rem;padding: 0;}
#topNav .nav-item .nav-link:hover,#topNav .nav-item .nav-link.active{background-color:#015093;}
@media(max-width:1199px){
    #topNav ul{padding-left:0;padding-right:0;}
}
@media(max-width:575px){
    #topNav .nav-item{border-right:1px solid #fff;width: 25%;}
    #topNav .nav-item:nth-child(4n){border-right:0;}
    #topNav .nav-item.nav-top{border-bottom:1px solid #fff;}
    
}

/*footer*/
footer{background-color:#0085ec;color:#fff;padding: 1.875rem 0;}
footer .img img{max-width:8.375rem;}
footer .contact{margin-left:5%;border-left:1px solid #bbb;padding-left:5%;}
footer a{color:#fff;}
footer a:hover{color:#ff0;}
footer p{margin-bottom:0;line-height: 2.5;font-size: 0.875rem;}
footer p span + span{margin-left:1rem;}
footer .wx{display:-ms-flexbox;display:flex;text-align: center;font-size: 0.875rem;}
footer .wx .img{margin-left:1.25rem;}
footer .wx .img img{max-width:6.25rem;}
footer .wx p{margin-bottom:0;line-height: 2;margin-top: 0.25rem;}
footer .call{background-color:#fff;color:#666;text-align: center;padding:5px 0 10px;box-shadow: 0 -2px 3px -1px rgba(0,0,0,.15);}
footer .call .item{width:33.333%;font-size: 1.5rem;}
footer .call .item i{color:#0085ec;}
footer .call .item p{margin-bottom:0;font-size: 10px;color:#0085ec;line-height: 1.4;}

@media(max-width:767px){
    footer{background-color:#f3f3f3;color:#777;padding: 0;}
    footer .copyright .img{display:none;}
    footer .copyright .contact{margin-left:0;border-left:0;padding-left:0;}
    footer .copyright{margin-bottom: 55px;padding-top:1.25rem;padding-bottom: 1.25rem;text-align: center;}
    footer .copyright p{font-size: 1rem;}
    footer .wx{display:none;}
}


/*carousel*/
.swiper-container {
  padding: 1rem;
    padding-bottom: 0;
  width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-slide img{width:100%;}
.swiper-button-prev{left:2rem;}
.swiper-button-next{right:2rem;}
/*footer*/

/*index*/
.title{text-align: center;margin-bottom:3.125rem;}
.title em{font-size: 3.125rem;line-height: 3.125rem;color: #0085ec;font-family: Impact; margin-bottom: -36px;display: block;text-transform: uppercase;opacity: 0.05;}
.title b{font-size: 2.5rem;line-height: 3.125rem; color: #0085ec;text-transform: uppercase;}
.title b span{color: #000;}
.title p{line-height: 2.25rem;color: #666;}
.title i{height: 30px;}

@media(max-width:768px){
    .title{margin-bottom:1.875rem;}
}

.index .section-1{}
.product-category{background-color:#fff;margin-bottom: 1.875rem;}
.product-category h3{background-color:#0085ec;color:#fff;text-align: center;font-size: 1.875rem;margin-top: 0;margin-bottom: 0;padding: 1.875rem 0 1.25rem;}
.product-category .category-box{border:2px solid #0085ec;border-top:0;padding: 1rem;}
.product-category .category-box dl{margin-bottom:0;}
.product-category .category-box dl + dl{margin-top:1rem;}
.product-category .category-box dl dt{background-color:#0085ec;font-weight: normal;height: 3.125rem;line-height: 3.125rem;border-radius: 0.25rem;color:#fff;text-align: center;cursor: pointer;}
.product-category .category-box dl dt a{color:#fff;display:block;text-align: center;text-indent: none;}
.product-category .category-box dl dd{display: none;}
.product-category .category-box dl dt.active + dd{display:block;}
.product-category .category-box dl dd.active{display:block;}
.product-category .category-box dl dd a{font-size: 0.875rem;color:#37474f;border-bottom:1px dashed #ddd;padding: 1rem 0;display: block;}
.product-category .category-box dl dd a:hover{color:#0085ec;}

.index .section-1 .item{text-align: center;}
.index .section-1 .item .img{overflow: hidden;background-color:#fff;border:1px solid #cecece;}
.index .section-1 .item .img img{width: 100%;height: 100%;object-fit: contain;transition: all linear 0.4s;}
.index .section-1 .item p{color:#37474f;margin-top: 0.625rem;margin-bottom: 1.25rem;font-size: 0.875rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index .section-1 .item:hover .img{border-color:#0085ec;}
.index .section-1 .item:hover .img img{transform:scale(1.2);}
.index .section-1 .item:hover p{color:#0085ec;}

.index .section-2{background:url("../img/5.png")center no-repeat;height: 250px;display: none;}

.index .section-3{display: none;}
.index .section-3 .panel{position:relative;margin-bottom: 0;box-shadow: 0 0 0 rgba(0,0,0,0);}
.index .section-3 .panel .info{position: absolute;z-index: 9;width: 506px;}
.index .section-3 .panel .info h5{color:#0085ec;font-size: 1.875rem;margin-bottom: 1.875rem;margin-top:3.125rem;}
.index .section-3 .panel .info h5 em{font-size:12px;font-style: normal;text-transform: capitalize;color:#bbb;}
.index .section-3 .panel .info p{line-height: 2;margin-bottom: 1rem;text-align: justify;}

.index .section-3 .panel:nth-child(even) .info{right: 35px;top: 0;}
.index .section-3 .panel:nth-child(odd) .info{left: 35px;top: 0;}
.index .section-3 .panel:nth-child(3) .info h5{margin-top:2.875rem;}
.index .section-3 .panel:nth-child(4) .info h5{margin-top:3.75rem;}
.index .section-3 .panel:nth-child(5) .info h5{margin-top:2.875rem;}

.index .section-4 .wrapper{display:-ms-flexbox;display:flex;flex-wrap: wrap;justify-content: space-between;}
.index .section-4 .wrapper .img{width:48.5%;}
.index .section-4 .wrapper .img img{width:100%;height: 100%;object-fit: cover;}
.index .section-4 .wrapper .info{width:48.5%;}
.index .section-4 .wrapper .info h5{font-size: 1.125rem;}
.index .section-4 .wrapper .info span{display: block;width: 4.5rem;height: 1px;background-color:#0085ec;margin-top: 1.25rem;margin-bottom: 1rem;}
.index .section-4 .wrapper .info p{text-align: justify;font-size: 0.875rem;line-height: 2;margin-bottom: 0;color:#777;}
.index .section-4 .wrapper .info a{display:inline-block;background-color:#0085ec;color:#fff;padding: 0.625rem 1.5rem;font-size: 0.875rem;margin-top: 1.875rem;border-radius: 0.25rem;}
.index .section-4 .list{margin-top:0.625rem;display: none;}
.index .section-4 .list .item{margin-top: 1.25rem;}
.index .section-4 .list .item img{max-width: 100%;}

.index .section-5 .item{border:0.5rem solid #eee;padding: 0.5rem;background-color:#fff;text-align: center;}
.index .section-5 .item .img{overflow:hidden;}
.index .section-5 .item img{width:100%;transition: all linear 0.4s;}
.index .section-5 .item .info{padding:1rem;}
.index .section-5 .item .info h5{font-size:1.125rem;color:#0085ec;}
.index .section-5 .item .info p{font-size:0.875rem;line-height: 2;color:#777;margin-bottom: 0;height: 6em;overflow: hidden;}
.index .section-5 .item:hover img{transform:scale(1.2);}
.index .section-5 .item:hover .info h5{color:#f60;}

.index .section-6{padding-bottom: 5rem;}
.index .section-6 .imgScroll{position:relative;overflow:  hidden;height: 8rem;}
.index .section-6 .list{display:-ms-flexbox;display:flex;position: absolute;left: 0;top: 0;}
.index .section-6 .list .item{min-width:12rem;max-width: 12rem; margin-right: 1rem;text-align: center;cursor: pointer;background-color:#fff;}
.index .section-6 .list .item .img{overflow: hidden;height:8rem;padding: 1rem;border: 1px solid #cecece;display: flex;align-items: center;justify-content: center;width: 100%;}
.index .section-6 .list .item .img img{max-width:100%;max-height: 100%;width: 100%;}

.index .section-7{background:url("../img/10.png")center no-repeat;height: 283px;cursor:pointer;}


.index .section-8 .list{display:-ms-flexbox;display:flex;flex-wrap: wrap;justify-content: space-between;}
.index .section-8 .list .left{width:48.5%;}
.index .section-8 .list .right{width:48.5%;}
.index .section-8 .list .img{overflow:hidden;margin-bottom: 1.25rem;height: 16rem;}
.index .section-8 .list .img img{width:100%;height: 100%;object-fit: cover;}
.index .section-8 .list dl{margin-bottom:0;display:-ms-flexbox;display:flex;align-items: center;border:1px solid #cecece;}
.index .section-8 .list dl + dl{margin-top:1.25rem;}
.index .section-8 .list dl dt{text-align: center;padding: 1rem;font-weight: normal;min-width: 7.25rem;}
.index .section-8 .list dl dt b{display:block;font-size: 2.5rem;line-height: 1;}
.index .section-8 .list dl dt span{font-size:12px;}
.index .section-8 .list dl dd{padding:1rem;border-left:1px solid #cecece;overflow: hidden;}
.index .section-8 .list dl dd h5{font-size:1.125rem;margin-top:0;margin-bottom: 0.625rem;line-height: 1;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.index .section-8 .list dl dd h5 a{color:#000;}
.index .section-8 .list dl dd p{font-size:0.875REM;line-height: 2em;margin-bottom: 0;color:#777;height: 4em;overflow: hidden;text-align: justify;}
.index .section-8 .list dl dd h5 a:hover{color:#0085ec;}

@media(max-width:1199px){
    .index .section-2, .index .section-3, .index .section-5, .index .section-6, .index .section-7{display:none;}
    .index .section-1{background-color:#fff;}
    .index .section-1 .item .img{border-width:1px;border-color:#cecece;}
}
@media(max-width:767px){
    .index .section-1 .item:nth-child(odd){padding-right:7.5px;}
    .index .section-1 .item:nth-child(even){padding-left:7.5px;}
    .index .section-1 .item:nth-child(n+9){display:none;}
}
@media(max-width:576px){
    .index .section-4 .wrapper .img{width:100%;}
    .index .section-4 .wrapper .info{width:100%;}
    .index .section-4 .item:nth-child(odd){padding-right:7.5px;}
    .index .section-4 .item:nth-child(even){padding-left:7.5px;}
    .index .section-8 .list .left{width:100%;margin-bottom: 1.25rem;}
    .index .section-8 .list .right{width:100%;}
}

.main{padding:1.875rem 0 0;}
.main .content{margin-bottom:3.125rem;}
.main .content > h5 {font-size:1.25rem;margin-top:0;margin-bottom: 1rem;color:#000;text-align: center;}
.main .content #MyContent p{line-height:2;margin-bottom:1rem;text-indent: 2em;color:#777;text-align: justify;font-size: 0.875rem;}
.main .content #MyContent p img{max-width:100%;margin-left:-2em;}
.main .content #MyContent img{max-width:100%;}
.main .content #MyContent table{width:100%;border-collapse: collapse;margin-bottom: 1rem;}
.main .content #MyContent table tr td{border:1px solid #ddd;padding: 0.5rem 0.75rem;vertical-align: middle;white-space: normal;line-height: 2;font-size: 0.875rem;}
hr{margin-top:1rem;margin-bottom: 1rem;}
ul.redirect{margin-bottom: 0;}
ul.redirect li{white-space:nowrap;overflow: hidden;text-overflow: ellipsis;height: 2rem;line-height: 2rem;}
ul.redirect li a{color:#0085ec;}
ul.redirect li a:hover{text-decoration: underline;}

@media(max-width:576px){
    .main{padding: 0;}
}

.main .list{}
.main .list .item{}
.main .list .item .img{overflow: hidden;border: 1px solid #cecece;display: flex;align-items: center;justify-content: center;}
.main .list .item .img img{max-width:100%;max-height: 100%;transition:all linear 0.4s;}
.main .list .item p{text-align:center;color:#777;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 0.625rem;margin-bottom: 1rem;font-size:0.875rem;}
.main .list .item:hover .img{border-color:#0085ec;}
.main .list .item:hover .img img{transform:scale(1.2);}
.main .list .item:hover p{color:#0085ec;}
@media(max-width:576px){
    .main .list .item:nth-child(odd){padding-right:7.5px;}
    .main .list .item:nth-child(even){padding-left:7.5px;}
}

.m-category ul{display:-ms-flexbox;display:flex;margin-bottom: 1.25rem;flex-wrap: wrap;}
.m-category ul li{margin-bottom: 0.625rem;margin-right: 1rem;}
.m-category ul li a{color:#37474f;background-color:#f3f3f3;display: inline-block;padding: 0.75rem 2rem;border-radius: 0.25rem;}
.m-category ul li.currclass a,.m-category ul li:hover a{background-color:#0085ec;color:#fff;}

.main .product-list .item .img{overflow: hidden;border: 1px solid #cecece;}
.main .product-list .item .img img{width:100%;height: 100%;object-fit: contain;transition:all linear 0.4s;}
.main .product-list .item p{text-align:center;color:#777;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 0.625rem;margin-bottom: 1rem;font-size:0.875rem;}
.main .product-list .item:hover .img{border-color:#0085ec;}
.main .product-list .item:hover .img img{transform:scale(1.2);}
.main .product-list .item:hover p{color:#0085ec;}
@media(max-width:576px){
    .main .product-list .item:nth-child(odd){padding-right:7.5px;}
    .main .product-list .item:nth-child(even){padding-left:7.5px;}
}

.news-category{background-color:#fff;margin-bottom: 1.875rem;}
.news-category h3{background-color:#0085ec;color:#fff;text-align: center;font-size: 1.875rem;margin-top: 0;margin-bottom: 0;padding: 1.875rem 0 1.25rem;}
.news-category  .category-box{border:2px solid #0085ec;border-top:0;padding: 1rem;}
.news-category  .category-box nav{}
.news-category  .category-box nav a{background-color:#eee;color:#37474f;display:block;padding: 0.75rem 1rem;font-size: 0.875rem;}
.news-category  .category-box nav a + a{margin-top:1rem;}
.news-category  .category-box nav a.currclass,.news-category  .category-box nav a:hover{background-color:#0085ec;color:#fff;}
.news-list dl{border-bottom:1px dashed #cecece;margin-bottom:0;}
.news-list dl + dl{margin-top:1rem;}
.news-list dl dt{font-size:1.125rem;font-weight:normal;margin-bottom:0.5rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-list dl dt a{color:#3a9ad9;}
.news-list dl dt a:hover{color:#e66931;}
.news-list dl dd{font-size:0.875rem;line-height: 2;color:#666;text-align: justify;margin-bottom: 0.5rem;max-height:4em;overflow: hidden;}

.contact-box{margin-bottom:1.875rem;border: 2px solid #0085ec;}
.contact-box h3{background-color:#0085ec;color:#fff;margin-top:0;margin-bottom:0;padding:1.25rem 1rem 0.625rem;font-size:1.25rem;}
.contact-box h3 em{font-size:12px;}
.contact-box .list{padding:1rem;}
.contact-box .list p{margin-bottom:0;border-bottom:1px dashed #cecece;font-size:0.875rem;line-height: 2;word-break: break-word;}
.contact-box .list p + p{margin-top:0.5rem;}

.hasbg{background-color:transparent;background-size:contain;background-repeat: no-repeat;background-position: center;}




