/*
 * +----------------------------------------------------------------------
 *
 *           :::::::        :::::::..
 *          :::::::        :::::::       | AUTHOR: 弘润网络科技
 *:        :::::::        :::::::        | EMAIL: 1259333010@qq.com
 *        :::::::        :::::::         | QQ: 1259333010
 *       ::::::::::::::::::::::          | Time: 2022/03/23 23:32
 *      :::::::::::::::::::::::::..      | TEL: 13578310902
 *     :::::::       :::::::             | LICENSE：软件请在适用法律要求下运行
 *    :::::::       :::::::
 *   :::::::       :::::::
 *  :::::::       :::::::
 *
 * +----------------------------------------------------------------------
 */
body {
    font-family: Montserrat, "Open Sans", Arial, Verdana, Helvetica, 'Microsoft Yahei', Lato, sans-serif;
    font-size: 14px;
    color: #282828;
    overflow-x: hidden;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    outline: none!important;
    color: #282828;
}
a:hover, a:active {
    color: #2d8cf0;
    text-decoration: none;
}
b, strong {
    font-weight: bold;
}
p {
    font-size: inherit;
}
/*css reset 结束*/

/*导航样式开始*/
.navbar-inverse{background-color: #FFF;border-color:#F8F8F8;}
.navbar-inverse .navbar-toggle {
    border-color: #F8F8F8;background-color: #0a8ddf;
}
@media (max-width: 768px){
    .footer {
        padding-bottom: 0!important;
    }
}

.navbar-header {
    z-index: 99;
    position: relative;
}
.navbar-brand {
    height: auto;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
    font-size: 19px;
    font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    color: #333333 !important;
    padding: 27px 15px;
    letter-spacing: 2.5px;
    z-index: 99999;
}
.navbar-brand span {
    color: #2d8cf0;
}
.navbar-nav {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
    color: #777777 !important;
    font-size: 13px;
    font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 35px 15px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a.active {
    color: #333333 !important;
}
.navbar-nav li.drop {
    position: relative;
}
.navbar-nav li:hover ul.drop-down {
    opacity: 1;
    display: block;
}
.navbar-nav li.search {
    position: inherit;
}
.top-line {
    padding: 15px 0;
    background: #333333;
    border-bottom: 1px solid #f3f3f3;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.top-line ul.info-list {
    margin: 0;
    padding: 0;
}
.top-line ul.info-list li {
    display: inline-block;
    margin-right: 25px;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
}
.top-line ul.info-list li i {
    color: #2d8cf0;
    font-size: 14px;
    margin-right: 10px;
}
.top-line ul.social-icons {
    margin: 0;
    padding: 0;
    text-align: right;
}
.top-line ul.social-icons li {
    display: inline-block;
    margin-left: 9px;
}
.top-line ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 13px;
    color: #ffffff;
}
.top-line ul.social-icons li a:hover {
    color: #2d8cf0;
}
header.active .top-line {
    height: 0;
    padding: 0;
}
.navbar-collapse {
    position: relative;
}
ul.drop-down {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 230px;
    top: 100%;
    left: 0;
    padding: 10px 0;
    border-top: 2px solid #2d8cf0;
    opacity: 0;
    display: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0.98);
}
ul.drop-down li {
    display: block;
}
ul.drop-down li a {
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #333333;
    font-size: 12px;
    font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
ul.drop-down li a:hover {
    color: #2d8cf0;
}
.form-search {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    padding: 4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
    font-size: 12px;
    color: #777777;
    font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 10px;
    margin: 0;
    color: #333333;
    padding: 8px 10px;
    border: none;
    width: 100%;
    outline: none;
    background: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.form-search button {
    background: transparent;
    border: none;
    float: right;
    margin-top: -30px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.form-search button i {
    color: #2d8cf0;
    font-size: 16px;
}
.form-search.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.top-line ul.info-list li {
    font-size: 13px;
}
.navbar-brand {
    padding: 15px;
}
.navbar-brand .logo-m {
    display: none;
}
.navbar-brand .logo {
    max-height: 45px;
}
.navbar-nav > li > a {
    padding: 4px 15px;border-bottom: solid 1px #F8F8F8;
}
ul.drop-down {
    width: 180px;
}
.navbar-default .navbar-nav > li > a {
    color: #282828!important;
}
.navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #2d8cf0!important;
}
.navbar-nav .drop-down .Lev2 {
    position: relative;
}
.navbar-nav .drop-down .sub-menu3 {
    display: none !important;
}
.navbar-nav .drop-down .Lev2:hover .sub-menu3 {
    display: block !important;
    left: 100%;
    top: 0!important;
    margin-top: -12px!important;
}
/*导航样式结束*/
#index-swiper-container {
    width: 100%;
    height: 260px;
    margin-top: 74px;
}
#product-swiper-container{
    width: 100%;
    height: 260px;margin-top: 1rem;
    background-color: #FFF;
}
#product-swiper-container .swiper-slide{background-color: #f8f8f8;}
#product-swiper-container .swiper-slide h3{font-size: 1.2rem; font-weight: 500;}
#product-swiper-container .swiper-wrapper{max-height: 320px;}

#product-swiper-container .swiper-button-next{
    color: #FFF;height: 25px;line-height: 25px;text-align: center;
    width: 80px;text-align: center;
 }

#product-swiper-container .swiper-button-prev{
  color: #FFF;
    width: 80px;height: 25px;line-height: 25px;text-align: center;
    }

#product-swiper-container .swiper-button-disabled{}
.p-t-40{padding: 2rem 0;}
.m-t-40{margin: 2rem 0;}
.title h3{font-size: 2.6rem; font-weight: 600;}
.title h4{font-size: 2rem; font-weight: 600;}
.text-center{text-align: center;}
.hr-btn{background-color:#0091EA;color: #FFF;font-size: 1.6rem;padding: 1rem 4rem;line-height: 4rem;border-radius: 4px; }
.hr-btn:hover{color: #f8f8f8;background-color: #07599D;}
.index-4{color: #FFF;padding-top: 3rem}
.index-4 h1{font-size: 3rem;}
.index-4 h3{font-size: 3.5rem;}
.index-4 .c1{background-color: #FFF;color:#F00; min-height: 130px;}
.index-4 .c2{background-color: #AF0312;min-height: 130px; }
.index-5 {color: #FFF;padding-top: 5rem;}
.index-5 h3{font-size: 2.6rem;color: #F00;margin-bottom: 2rem;}
.product-nav a{background-color: #f8f8f8;line-height: 2rem;width: 200px;text-align: center;padding: 1rem 2rem;margin-right: 1rem;border-radius: 4px;}
.product-nav a:hover{background-color: #0091EA;color: #FFF;}
.index-news{padding: 20px 0;}
.index-news h4{font-size: 36px;border-bottom: #CDCDCD solid 2px;width: 40px;margin: auto;}
.index-news p{font-size: 18px;color: #999;line-height: 36px;}
.index-news .news-list{padding: 0.5rem;background-color: #FFF;margin: 0.5rem;min-height: 100px;}
.index-news i{color: #cdcdcd;display: block;font-size: 26px;padding-top: 1rem;}
.index-news ul:hover{box-shadow:0 15px 15px rgba(0,0,0,.1);}
.index-news a:hover{color: #0091EA;}
.index-news .news-list .title{background-color: #FFF;width: 85%;  position:absolute;
    bottom: 6%;left:5%;z-index: 1;font-size: 18px;line-height: 26px;padding: 10px;color: #0091EA;}
.footer{background-color: #2C2F34;color: #999;min-height: 200px;padding-top: 3rem;}
.footer a{display: block;line-height: 3rem;color: #999;}
.footer h3{font-size: 1.6rem;color: #FFF;}
.footer .br-l{border-left: #534F4F solid 1px;}

.pc-slide {
    width: 100%;
    margin: 20px auto;
}
.pc-slide .swiper-slide img{width: 800px; height: 400px;}
.view .swiper-container {
    width: 100%;
    height: 400px;
}

.view .arrow-left {
    background: url(../images/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    background: url(../images/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    width: 430px;
    height: 82px;
    margin-left: 35px;
}

.preview .swiper-slide {
    width: 87px;
    height: 82px;
    cursor:pointer;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.hr-preview img {
    padding: 1px; width: 87px!important; height: 80px!important;margin: 0 10px;
}

.hr-preview .active-nav img {
    padding: 0;
    border: 1px solid #F00;
}

.single-blog {
    background: #fff;
    box-shadow: 0 0 98px 0 rgba(0, 0, 0, 0.07);
    margin-top: 30px;
    height: 380px;
}

.single-blog .blog-img {
    height: 250px;
    overflow: hidden
}

.single-blog .blog-img a {
    display: block
}

.single-blog .blog-img a img {
    width: 100%;
    transition: all .3s linear
}

.single-blog .blog-content {
    margin-top: -25px;
    padding: 0 30px 50px
}

@media only screen and (max-width:991px) {
    .single-blog .blog-content {
        padding: 0 25px 50px
    }
}

@media only screen and (max-width:449px) {
    .single-blog .blog-content {
        padding: 0 15px 50px
    }
}

.single-blog .blog-content .blog-meta .date {
    width: 65px;
    height: 65px;
    text-align: center;
    background: #1890FF;
    color: #FFF;
    font-size: 14px;
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 12px
}

.single-blog .blog-content .blog-meta .date span {
    font-size: 28px;
    font-weight: 500;
    line-height: 22px;
    display: block
}

.single-blog .blog-content .blog-meta p {
    display: inline-block;
    font-size: 14px;
    font-family: "Antonio", sans-serif;
    color: #999;
    margin-left: 15px
}

@media only screen and (max-width:449px) {
    .single-blog .blog-content .blog-meta p {
        margin-left: 8px
    }
}

.single-blog .blog-content .blog-meta p i {
    color: #ffa800;
    margin-right: 5px
}

.single-blog .blog-content .title {
    font-size: 18px;
    line-height: 24px;height: 50px;
    color: #0a0c1c;
    margin-top: 20px
}

.single-blog .blog-btn {
    border-top: 1px solid #ebebeb;
    padding: 15px 40px
}

.single-blog .blog-btn .link-btn {
    text-transform: capitalize
}

.single-blog:hover .blog-img a img {
    transform: scale(1.1)
}



.blog-grid-wrap {
    margin-top: -30px
}
.link-btn .link-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #ffa800;
    display: inline-block;
    margin-left: 5px;
}
.image-hover * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.image-hover{position:relative;width:100%;height:200px;display:inline-block;overflow:hidden;background:#fff;border:10px solid #fff;
    box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3)}
.image-hover a {text-decoration:none}

.image-hover img {margin:0px}
.img-zoom-in img
{
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}

.img-zoom-in:hover img
{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1)
}