@charset "UTF-8";
/* css reset*/
html, body, div, span, object, iframe,h1, h2,
h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn,
em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd,
ol, ul, li,fieldset, form, label, legend,table, caption, tbody,
tfoot,thead,tr, th, td,article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary,time, mark,
audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    outline-style:none;
    font-family: "Microsoft YaHei","sans-serif";
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}
ul li{list-style: none}
a:active, a:hover, a:visited, a:link{
    text-decoration: none;
}

:focus{
    outline: 0;
}

/*---------------header*/
.navbar-default{
    background: none;
    border: none;
}
.navbar-nav{
    float: right;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: none;
    border-bottom: 2px solid #00c1e0;
    color: #00c1e0;
}
.navbar-nav>li{
    width: 120px;
    text-align: center;
}
.navbar{
    margin-bottom: 0;
}
.navbar-default .navbar-brand{
    color: #666;
    font-weight: bold;
}

.nav-pc .top .brand:before{
    display: block;
    float: left;
    margin-right: 20px;
    content: '';
    background: url("/haowen_imgs/imgs/logo.png");
    width: 60px;
    height: 100px;
}
.nav-pc .top .brand h1 {
    font-size: 20px;
    font-weight: bold;
    color: #d43142;
    margin-top: 30px;
    margin-bottom: 5px;
}
.nav-pc .top .brand p{
    color: #999;
    font-size: 12px;
}
.nav-pc .top{
    height: 100px;
    background-color: #f5f5f5;
}
.nav-pc .top .brand{
    float: left;
    width: 500px;
    height: 100px;
}

.nav-pc .top .middle{
    text-align: center;
    float: left;
    margin: 0 20px;
}

.nav-pc .top .middle h3{
    font-size: 24px;
    margin: 25px 0 10px;
}

.nav-pc .top .middle h5{
    font-size: 14px;
}

.nav-pc .top .right{
    float: right;
}

.nav-pc .top .right .contact-index{
    font-size: 20px;
    margin-bottom: 0;
    color: #333;
    text-align: right;
    line-height: 30px;
    margin-top: 25px;
}
.nav-pc .top .right .contact-index p {
    margin: 0;
    line-height: 25px;
}
.nav-pc .top .right .contact-index i {
    font-size: 20px;
    color: #333;
    border-right: 1px solid #333;
    padding-right: 10px;
    top: 5px;
    position: relative;
}

.nav-pc .top .right .contact-index .mail{
    color: #999;
}

.nav-pc .menu {
    height: 70px;
}
.nav-pc .menu.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.nav-pc .menu ul {
    height: 70px;
    text-align: center;
}

.nav-pc .menu ul li {
    height: 100%;
    padding: 0;
}

.nav-pc .menu ul li a {
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 20px;
    position: relative;
}

.nav-pc .menu ul li a:after{
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    top: 17px;
    position: absolute;
    right: 0;
    border-right: 1px solid #f0f2f5;
}

.nav-pc .menu ul li:last-child a:after{
    border-right: 0;
}

.nav-pc .menu ul li h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 3px;
    transition: all ease-in-out .3s;
}
.nav-pc .menu ul li div{
    color: #999;
    font-size: 12px;
    transition: all ease-in-out .3s;
}

.nav-pc .menu ul li:hover h4,.nav-pc .menu ul li:hover div{
    color: #d43142;
}

.nav-pc .menu ul li.active h4, .nav-pc .menu ul li.active div{
    color: #d43142;
}


/*---------------footer*/
footer {
    padding: 50px 0 30px;
    color: #B4B4B4;
    line-height: 20px;
    background: #333;
}
footer ul:after{
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
}
footer h3{
    color: rgb(203, 203, 203);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}
footer h5{

}
footer ul li p {
    line-height: 30px;
    color: #B4B4B4;
}

footer ul li:first-child .left{
    top: -20px;
    position: relative;
}
footer ul li:first-child .top .right{
    margin-left: 10px;
}
footer ul li:first-child .phone{
    padding-left: 70px;
    font-size: 24px;
    overflow: hidden;
    line-height: 40px;
    top: -20px;
    position: relative;
}
footer ul li:first-child .phone span{
    width: 30px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #B4B4B4;
}
footer ul li:first-child .phone span i {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
footer ul li:last-child{
    top: 10px;
    position: relative;
}
footer ul li:last-child div{
    width: 120px;
    text-align: center;
    float: right;
}
footer .copyright{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #B4B4B4;
}
footer .copyright .left{
    padding-right: 40px;
}
footer .copyright .left a{
    color: #B4B4B4;
    margin-right: 5px;
}

footer .copyright .left a:after{
    display: inline-block;
    content: '';
    width: 1px;
    height: 13px;
    padding-left: 10px;
    top: 2px;
    position: relative;
    border-right: 1px solid #B4B4B4;
}

footer .copyright .left a:hover{
    color: #fff;
}

footer .copyright .right{
    text-align: right;
}
.float-left{
    float: left;
}
footer .bottom-tab{
    position: fixed;
    height: 48px;
    width: 100%;
    bottom: 0;
    background: #d43142;
}
footer .bottom-tab ul li{
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    top: 0 !important;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    flex-direction: column;
}
footer .bottom-tab ul li i{
    font-size: 14px;
    color: #fff;
}
footer .bottom-tab ul li p{
    line-height: 20px;
}
footer .bottom-tab ul li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------conmon*/
.container{
    /*background: rgba(255, 192, 203, 0.16);*/
}
.pagination{
    float: right;
    margin: 20px auto 0;
    display: block;
    overflow: hidden;
}

.pagination button{
    display: inline-block;
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #ffffff;
    color: #333;
    text-align: center;
    float: left;
    cursor: pointer;
}
.pagination .page{
    overflow: hidden;
    float: left;
}
.pagination .page li {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    border-right: none;
    background: #ffffff;
    text-align: center;
    color: #333;
    float: left;
    cursor: pointer;
}

.pagination .page li.active{
    background: #d43142;
    color: #fff;
}

.commonLeftToRight .left .detail{
    position: relative;
    padding: 30px;
    background: #fff;
    height: 600px;
    margin-right: 30px;
}

.commonLeftToRight .left h2{
    font-size: 18px;
    color: #d43142;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f2f5;
    justify-content: left;
}

.commonLeftToRight .left h3{
    font-size: 16px;
    color: #666;
    padding: 20px 0 10px;
}
.commonLeftToRight .left ul li {
    border:1px solid #f0f2f5;
    border-bottom-width: 0;
    top: -1px;
    position: relative;
}

.commonLeftToRight .left ul li:last-child{
    border-bottom-width: 1px;
}

.commonLeftToRight .left ul li a {
    display: block;
    color: #666;
    padding: 15px;
    transition: all ease-in-out .3s;
}

.commonLeftToRight .left ul li a:hover{
    color: #d43142;
}

.commonLeftToRight .right{
    background: #fff;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.commonListDetail .top{
    padding:20px;
    border-bottom: 1px solid #f0f2f5;
}

.commonListDetail .text {
    display: none;
}

.commonListDetail .top h2{
    font-size: 20px;
    color: #37474f;
    justify-content: left;
}

.commonListDetail .top .text span{
    color: #999;
}

.commonListDetail .bottom{
    padding: 30px;
}
.commonListDetail .bottom p {
    color: #666;
    line-height: 25px;
    margin-bottom: 20px;
    text-indent: 30px;
}
.commonListDetail .bottom dl{
    text-indent: 30px;
}
.commonListDetail .bottom dl dt{
    line-height: 30px;
    color: #666;
}


.commonListDetail .bottom img{
    max-width: 100%;
    display: block;
    margin: 20px auto 0;
}

.commonListDetail .btn-group{
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border-top:1px solid #f0f2f5;
    margin-top: 30px;
}

.commonBtn{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999999;
    border: 1px solid #f0f2f5;
    padding: 12px 20px;
    background: none;
    border-radius: 3px;
    transition: all ease-in-out .3s;
    cursor: pointer;
}

.commonBtn:hover{
    border-color: #d43142;
    color: #d43142;
}
.commonListStyle{
    padding: 30px !important;
}
.commonListStyle ul.list li{
    padding: 30px 0;
    border-bottom: 1px solid #f0f2f5;
    position: relative;
}

.commonListStyle ul.list li h4 a{
    display: block;
    color: #37474f;
    font-size: 18px;
    margin-bottom: 20px;
    transition: all ease-in-out .3s;
    font-weight: bold;
}

.commonListStyle ul.list li h4 a:hover{
    color: #d43142;
}

.commonListStyle ul.list li p {
    color: #828282;
    line-height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.commonListStyle ul.list li .text span,i{
    color: #a3afb7;
    margin-right: 5px;
}

.commonListStyle ul.list li .text i {
    margin-left: 15px;
}

.commonListStyle ul.list li .line{
    height: 2px;
    background: #d43142;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    transition: all ease-in-out .3s;
}
.commonListStyle ul.list li:hover a{
    color: #d43142;
}

.commonListStyle ul.list li:hover .line{
    width: 100%;
}

.route{
    border-bottom: 1px solid #f5f5f5;
}
.breadcrumb{
    background: none;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 50px;
}
.breadcrumb a {
    color: #333;
    font-size: 12px;
    transition: all ease-in-out .3s;
}
.breadcrumb a:hover{
    color: #d43142;
}

section{
    padding: 50px 0;
}
section h2{
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}

section h2:after{
    display: block;
    content: '';
    clear: both;
}

section h2 span{
    font-size: 30px;
    color: #d43142;
    margin: 0 20px;
    float: left;
}

section h2 i.line{
    display: block;
    width: 30px;
    height: 1px;
    background: #999;
    float: left;
    margin-right: 2px;
}

section h5{
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 40px;
    margin-bottom: 20px;
}
.bg-gray{
    background: #f0f2f5;
}

/*------------首页*/
.home .banner .swiper-container{
    width: 100%;
    height: 468px;
}
.home .banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.home .banner .swiper-slide:nth-child(1){
    background: url("/haowen_imgs/imgs/home-banner-item1.jpg") repeat center;
}
.home .banner .swiper-slide:nth-child(2){
    background: url("/haowen_imgs/imgs/home-banner-item2.jpg") repeat center;
}
.home .banner .swiper-pagination-bullet-active{
    background: #fff;
}
.home .banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
}

.home .content section h2, .home .content section h5{
    opacity:0;
    animation:move 1s forwards;
    animation-play-state:paused;
}

.home .content section.animate h2, .home .content section.animate h5{
    animation-play-state:running;
}

.home .section1 .left{
    width: 240px;
    background: #f5f5f5;
    padding: 0;
    border-bottom: 5px solid #d43142;
    animation: moveFromLeftToRight 1s forwards;
}

.home .section1 .left .title{
    height: 60px;
    background: #d43142;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    color: #fff;
}

.home .section1 .left ul li{
    height: 50px;
    width: 200px;
    margin: 0 auto;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all ease-in-out .3s;
    cursor: pointer;
}

.home .section1 .left ul li.active{
    color: #d43142;
    border-bottom-color: #d43142;
}

.home .section1 .left ul li .glyphicon{
    font-size: 16px;
    transition: all ease-in-out .3s;
}

.home .section1 .left .bottom2{
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    color: #d43142;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.home .section1 .left .bottom2 .circle{
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: #d43142;
    margin-right: 8px;
}

.home .section1 .left .bottom2 .circle i {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.home .section1 .right {
    padding: 0;
    margin-left: 40px;
    width: 858px;
}
.home .section1 .right ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.home .section1 .right ul li {
    padding: 0;
    width: 270px;
    height: 227px;
    position: relative;
    overflow: hidden;
}
.home .section1 .right ul li img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    transition: all ease-in-out .3s;
}

.home .section1 .right ul li:hover img{
    transform: scale(1.1);
}

.home .section1 .right ul li a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.home .section1 .right ul li p{
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    line-height: 40px;
    background: rgba(145, 145, 145, 0.62);
    color: #fff;
    text-align: center;
}

.home .section1 .right .list .item{
    display: none;
    transition: all ease-in-out .3s;
    animation: moveFromRightToLeft 1s forwards;
}

.home .section1 .right .list .item.active{
    display: block;
}

.home .section1 div.bg{
    margin-top: 50px;
    height: 578px;
    background: url("/haowen_imgs/imgs/home_section1_bg.jpg") no-repeat center;
    display: none;
}

.home .section1 .top{
    border-bottom: 1px solid #e0e0e0;
}
.home .section1 .top ul{
    overflow: hidden;
}
.home .section1 .top ul li{
    float: left;
    display: block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    padding: 0 0 30px;
    width: 14.28%;
    text-align: center;
}

.home .section1 .top ul li i{
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 50px;
    color: rgb(191, 191, 191);
    display: block;
    margin: 0 auto;
    transition: all ease-in-out .3s;
}

.home .section1 .top ul li h4{
    color: rgb(191, 191, 191);
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin: 0;
}

.home .section1 .top ul li.active i,.home .section1 .top ul li.active h4{
    color: #d43142;
}

.home .section1 .top ul li:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(209, 209, 209);
    transition: all 0.5s ease 0s;
}

.home .section1 .top ul li.active:after{
    bottom: 0;
}

.home .section1 .bottom{
    min-height: 300px;
    height: 350px;
    background: url("/haowen_imgs/imgs/home/bg-product.jpg") no-repeat center;
}
.home .section1 .bottom ul{
    overflow: hidden;
    margin-top: 50px;
}
.home .section1 .bottom ul li{
    display: none;
}

.home .section1 .bottom ul li.active{
    display: block;
}

.home .section1 .bottom ul li div{
    animation: moveFromLeftToRight 1s forwards;
}

.home .section1 .bottom ul li div:nth-child(2){
    animation: moveFromRightToLeft 1s forwards;
}

.home .section1 .bottom ul li h3{
    display: block;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

.home .section1 .bottom ul li p{
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    margin: 20px 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home .section1 .bottom ul li a{
    color: #333;
    border-color: #ddd;
}

.home .section1 .bottom ul li a i{
    transition: all ease-in-out .3s;
}

.home .section1 .bottom ul li a:hover{
    background: #d43142;
    color: #fff;
}

.home .section1 .bottom ul li a:hover i{
    color: #fff;
}

.home .section1 .bottom ul li img{
    max-width: 100%;
    max-height: 100%;
}

.home .section2 .content{
    height: 380px;
    overflow: hidden;
    position: relative;
}
.home .section2 .swiper-container-section2 {
    width: 100%;
    height: 100%;
}
.home .section2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    transition: 300ms;
    transform: scale(0.8);
}
.home .section2 .swiper-slide-active,.home .section2 .swiper-slide-duplicate-active{
    transform: scale(1);
}

.home .section2 .swiper-slide a{
    display: block;
    height: 100%;
    width: 100%;
}

.home .section2 .swiper-slide h3{
    margin: 20px;
    font-size: 18px;
    color: #333;
}
.home .section2 .swiper-slide p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999;
    padding: 0 15px;
}


.home .section2 .content .outer{
    height: 360px;
    border: 15px solid #333;
    border-radius: 10px;
    padding: 20px 0
}

.home .section2 .content .bottom{
    height: 90px;
    width: 30px;
    margin: 0 auto;
    background-color: #ddd; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #ddd , #fff,#ddd);
}

.home .section2 .content .bottom .left{
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 0 0 0 10px;
    left: -10px;
    position: relative;
}

.home .section2 .content .bottom .right{
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 0 0 10px 0;
    left: 30px;
    top: -10px;
    position: relative;
}

.home .section2 ul li p.img{
    height: 180px;
    overflow: hidden;
}
.home .section2 ul li img{
    width: 100%;
    max-width: 100%;
}

.home .section2 ul li h3{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.home .section2 ul li p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999;
}

.home .section3 .content{
    margin-top: 40px;
}
.home .section3 .swiper-container ul{
    overflow: hidden;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.home .section3 .swiper-container ul li {
    width: 200px;
    height: 100px;
    float: left;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .section3 .swiper-container ul li:last-child{
    margin: 0;
}

.home .section3 .swiper-container ul li img{
    max-width: 100%;
}

.home .section3 .content{
    height: 100px;
    overflow: hidden;
}

.home .section3 .content ul{
    display: flex;
    justify-content: flex-start;
    position: relative;
    animation:myfirst 120s infinite linear;
    animation-direction:alternate;
    animation-play-state: running;

    /* Safari 和 Chrome */
    -webkit-animation:myfirst 120s infinite linear;
    -webkit-animation-direction:alternate;
    -webkit-animation-play-state: running;
}

.home .section3 .content ul:hover{
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}
.home .section3 .content ul li{
    margin-right: 50px;
}

@keyframes myfirst
{
    0%   {left:0}

    50%  {left: -3000px;}

    100% {left:0}
}

.home .section4 ul{

}

.home .section4 ul li{
    float: left;
    width: 150px;
    position: relative;
}

.home .section4 ul li:last-child{
    width: 80px;
}

.home .section4 ul li p.circle{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 2px solid #f0f2f5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .section4 ul li p.circle:after{
    display: block;
    content: '';
    width: 50px;
    height: 1px;
    background: #f0f2f5;
    position: absolute;
    right: 5px;
}

.home .section4 ul li:last-child p.circle:after{
    display: none;
}

.home .section4 ul li p.circle i {
    font-size: 40px;
    color: #666;
    margin: 0;
}
.home .section4 ul li h4 {
    text-align: left;
    padding-left: 10px;
    margin: 20px 0;
}

.home .section5 .content{
    margin-top: 40px;
}

.home .section5 .content ul li{
    margin-bottom: 40px;
}

.home .section5 .content ul li .date{
    color: #999;
    line-height: 30px;
}

.home .section5 .content ul li a {
    display: block;
    width: 100%;
    color: #333;
    transition: all ease-in-out .3s;
    padding-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

.home .section5 .content ul li .line{
    height: 2px;
    width: 50px;
    background: #d43142;
    transition: all ease-in-out .3s;
    top: -1px;
    position: relative;
}

.home .section5 .content ul li .detail:hover a{
    color: #d43142;
}

.home .section5 .content ul li .detail:hover .line{
    width: 100%;
}

.home .section5 .content ul{
    overflow: hidden;
}
.home .section5 .content ul li .info{
    line-height: 25px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home section .link{
    text-align: center;
    margin-top: 30px;
}

.home section .link a{
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 2px;
    transition: all ease-in-out .3s;
    display: inline-block;
}

.home section .link a i{
    color: #333;
    transition: all ease-in-out .3s;
    margin-left: 10px;
}
.home section .link a:hover{
    background: #d43142;
    color: #fff;
}
.home section .link a:hover i{
    color: #fff;
}

.home .section6 .content{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between;
    margin-top: 40px;
}

.home .section6 .content .left{
    width: 400px;
}

.home .section6 .content .tag{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding: 5px 15px;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
}

.home .section6 .content .tag span{
    font-size: 24px;
    color: #d43142;
    display: inline-block;
    margin-right: 10px;
}

.home .section6 .content .text{
    margin: 20px;
    width: 300px;
    color: #999;
    line-height: 20px;
}

.home .section6 .content .right .tag{
    justify-content: flex-end;
}

.home .section6 .content .right .tag span{
    margin-left: 10px;
}

.home .section6 .content .middle{
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .section6 .content .right{
    width: 400px;
}

.home .section6 .content .pic{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home .section6 .content .right .pic{
    margin-bottom: 20px;
}

.home .section6 .content .pic img{
    width: 190px;
    height: 140px;
    border-radius: 5px;
}

span.red{
    color: #d43142;
    margin: 0 3px;
}
    /*产品展示*/
.product .banner{
    height: 400px;
    background: url(/haowen_imgs/imgs/product/banner.jpg) no-repeat center;
}

.product .top_nav {
    border-bottom: 1px solid #f0f2f5;
}
.product ul.classify{
    overflow: hidden;
}

.product .top_nav div.container{
    position: relative;
    padding: 0;
}
.display_show{
    display: block;
}
.display_hide{
    display: none !important;
}
.product .top_nav span {
    width: 12.5%;
    height: 4px;
    background-color: #d43142;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.product ul.classify li {
    float: left;
    width: 12.5%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.product ul.classify li.active {
    color: #d43142;
    border-bottom-color: #d43142;
}

.product ul.detail{
    overflow: hidden;
}

.product ul.detail li {
    margin-bottom: 40px;
}

.product ul.detail li .img{
    height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
}

.product ul.detail li div:hover p{
    opacity: 1;
}

.product ul.detail li div:hover i{
    opacity: 1;
}

.product ul.detail li div:hover img{
    transform: scale(1.05);
}

.product ul.detail li p.bg-gray{
    position: absolute;
    left: 0;
    top: 0;
    width: 255px;
    height: 200px;
    background: rgba(0,0,0,0.3);
    transition: all ease-in-out .3s;
    opacity: 0;
    z-index: 99;
}

.product ul.detail li img {
    max-width: 100%;
    transition: all ease-in-out .3s;
}

.product ul.detail li .img a {
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
}

.product ul.detail li .img i {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    top: 50%;
    color: #fff;
    font-size: 20px;
    transition: all ease-in-out .3s;
    opacity: 0;
}

.product ul.detail li a.link {
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    text-shadow: none;
    transition: all ease-in-out .3s;
    margin-bottom: 0;
    padding: 20px;
    color: #333;
    display: block;
}

.product ul.detail li a.link:hover{
    border-bottom-color: #d43142;
    color: #d43142;
}

.product-detail .banner{
    height: 360px;
    background: url("/haowen_imgs/imgs/contact_footer.jpg") no-repeat center;
}

.product-detail .detail .right h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}
.product-detail .detail .right p {
    line-height: 25px;
    color: #999;
}

.product-detail .detail .right .btn-group{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.product-detail .detail .right .btn-group button{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999999;
    border:1px solid #f0f2f5;
    padding: 12px 20px;
    background: none;
    border-radius: 3px;
    transition: all ease-in-out .3s;
}

.product-detail .detail .right .btn-group button:hover{
    border-color: #d43142;
    color: #d43142;
}

.product-detail .recommend .right{
    background: #fff;
    padding: 30px;
}

.product-detail .recommend .right img{
    max-width: 90%;
}
.product-detail .recommend .left .content{
    position: relative;
    padding: 30px;
    background: #fff;
    min-height: 600px;
    margin-right: 30px;
}

.product-detail .recommend .left ul{
    margin-top: 20px;
}

.product-detail .recommend .left li{
    margin-bottom: 20px;
    position: relative;
}

.product-detail .recommend .left li:hover h4{
    color: #d43142;
}

.product-detail .recommend .left li img {
    max-width: 100%;
    border-radius: 5px;
}

.product-detail .recommend .left li h4{
    text-align: center  ;
    line-height: 30px;
    transition: all ease-in-out .3s;
}

.product-detail .recommend .left li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*客户案例*/
.case .banner{
    height: 360px;
    background: url("/haowen_imgs/imgs/contact_footer.jpg") no-repeat center;
}

.case .content .left .detail{
    position: relative;
    padding: 30px;
    background: #fff;
    height: 600px;
    margin-right: 30px;
}

.case .content .left h2{
    font-size: 18px;
    color: #d43142;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f2f5;
    justify-content: left;
}

.case .content .left h3{
    font-size: 16px;
    color: #666;
    padding: 20px 0 10px;
}
.case .content .left ul li {
    border:1px solid #f0f2f5;
    border-bottom-width: 0;
    top: -1px;
    position: relative;
}

.case .content .left ul li:last-child{
    border-bottom-width: 1px;
}

.case .content .left ul li a {
    display: block;
    color: #666;
    padding: 15px;
    transition: all ease-in-out .3s;
}
.case .content .left ul li a:hover{
    color: #d43142;
}

.case .content .right{
    background: #fff;
    padding: 30px;
}

.case .content .right ul.list li{
    padding: 30px 0;
    border-bottom: 1px solid #f0f2f5;
    display: flex;
    gap: 20px;
}

.case .content .right ul.list li .left {
    width: 160px;
    height: 100px;
    overflow: hidden;
}

.case .content .right ul.list li .des {
    flex: 1;
}

.case .content .right ul.list li .left img {
    max-width: 100%;
    max-height: 120px;
}

.case .content .right ul.list li:before{
    display: none;
    float: left;
    content: '';
    width: 160px;
    height: 100px;
    margin-right: 20px;
}

.case .content .right ul.list li:before{
    background: url("/haowen_imgs/imgs/cases/case01/show.jpg") center;
    background-size: 100%;
}

.case .content .right ul.list li:nth-child(2):before{
    background-image: url("/haowen_imgs/imgs/cases/case05/show.jpg");
}

.case .content .right ul.list li:nth-child(3):before{
    background-image: url("/haowen_imgs/imgs/cases/case03/show.jpg");
}

.case .content .right ul.list li:nth-child(4):before{
    background-image: url("/haowen_imgs/imgs/cases/case04/show.jpg");
}

.case .content .right ul.list li:nth-child(5):before{
    background-image: url("/haowen_imgs/imgs/cases/case02/show.jpg");
}

.case .content .right ul.list li:nth-child(6):before{
    background-image: url("/haowen_imgs/imgs/cases/case06/show.jpg");
}

.case .content .right ul.list li:nth-child(7):before{
    background-image: url("/haowen_imgs/imgs/cases/case07/show.jpg");
}

.case .content .right ul.list li:nth-child(8):before{
    background-image: url("/haowen_imgs/imgs/cases/case08/show.jpg");
}

.case .content .right ul.list li:nth-child(9):before{
    background-image: url("/haowen_imgs/imgs/cases/case09/show.jpg");
}

.case .content .right ul.list li:nth-child(10):before{
    background-image: url("/haowen_imgs/imgs/cases/case10/show.jpg");
}

.case .content .right ul.list li:nth-child(11):before{
    background-image: url("/haowen_imgs/imgs/cases/case11/show.jpg");
}

.case .content .right ul.list li:nth-child(12):before{
    background-image: url("/haowen_imgs/imgs/cases/case12/show.jpg");
}

.case .content .right ul.list li:nth-child(13):before{
    background-image: url("/haowen_imgs/imgs/cases/case13/show.jpg");
}

.case .content .right ul.list li:nth-child(14):before{
    background-image: url("/haowen_imgs/imgs/cases/case14/show.jpg");
}

.case .content .right ul.list li:nth-child(15):before{
    background-image: url("/haowen_imgs/imgs/cases/case15/show.jpg");
}
.case .content .right ul.list li:nth-child(16):before{
    background-image: url("/haowen_imgs/imgs/cases/case16/show.jpg");
}
.case .content .right ul.list li:nth-child(17):before{
    background-image: url("/haowen_imgs/imgs/cases/case17/show.jpg");
}
.case .content .right ul.list li:nth-child(18):before{
    background-image: url("/haowen_imgs/imgs/cases/case18/show.jpg");
}
.case .content .right ul.list li:nth-child(19):before{
    background-image: url("/haowen_imgs/imgs/cases/case19/show.jpg");
}
.case .content .right ul.list li:nth-child(20):before{
    background-image: url("/haowen_imgs/imgs/cases/case20/show.jpg");
}
.case .content .right ul.list li:nth-child(21):before{
    background-image: url("/haowen_imgs/imgs/cases/case21/show.jpg");
}
.case .content .right ul.list li:nth-child(22):before{
    background-image: url("/haowen_imgs/imgs/cases/case22/show.jpg");
}

.case .content .right ul.list li h4 a{
    display: block;
    color: #37474f;
    font-size: 18px;
    margin-bottom: 20px;
    transition: all ease-in-out .3s;
    font-weight: bold;
}

.case .content .right ul.list li .left img {
    transition: all ease-in-out .3s;
}

.case .content .right ul.list li:hover .left img {
    transform: scale(1.05);
}

.case .content .right ul.list li:hover h4 a{
    color: #d43142;
    text-decoration: underline;
}

.case .content .right ul.list li p {
    color: #828282;
    line-height: 25px;
    margin-bottom: 10px;
}

.case .content .right ul.list li .text{
    padding-left: 180px;
    display: none;
}

.case .content .right ul.list li .text span,i{
    color: #a3afb7;
    margin-right: 5px;
}

.case .content .right ul.list li .text i {
    margin-left: 15px;
}

/*案例详情*/
.case-detail .banner{
    height: 360px;
    background: url("/haowen_imgs/imgs/contact_footer.jpg") no-repeat center;
}

/*新闻资讯*/
.news .banner{
    height: 360px;
    background: url("/haowen_imgs/imgs/contact_footer.jpg") no-repeat center;
}

/*资讯详情*/
.news-detail .banner{
    height: 360px;
    background: url("/haowen_imgs/imgs/contact_footer.jpg") no-repeat center;
}

/*关于我们*/
.about .banner{
    height: 360px;
    background: url("/haowen_imgs/imgs/contact_footer.jpg") no-repeat center;
}

.about section ul li {
    overflow: hidden;
}

.about section ul li.info{
    margin-bottom: 40px;
}

.about section ul li.info h1{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
}

.about section ul li.info .left{
    padding: 0;
}

.about section ul li.info .left .content{
    margin-right: 40px;
}

.about section ul li h4{
    font-size: 16px;
    font-weight: bold;
    color: #d43142;
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f2f5;
    text-align: left;
    line-height: 40px;
}

.about section ul li p {
    color: #666;
    margin-bottom: 20px;
    line-height: 25px;
}


/*联系我们*/
.contact .banner{
    height: 360px;
    background: url("/haowen_imgs/imgs/contact_footer.jpg") no-repeat center;
}
.contact #map{
    height: 400px;
}

.contact h1{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #333;
}

.contact .content ul li {
    color: #999;
    line-height: 40px;
}

/*-------------移动端自适应*/
@media screen and (min-width: 768px) {
    .nav-mobile{
        display: none;
    }
    .nav-pc{
        display: block;
    }
    body,html{
        min-width: 1200px;
    }
    .container{
        min-width: 1170px;
    }
    footer .bottom-tab{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .fix-btn{
        display: none;
    }
    .navbar-toggle{
        margin-right: 0;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        background: #f0f2f5;
    }
    .navbar-nav{
        margin: 7.5px 0;
    }
    .nav-mobile{
        display: block;
        position: fixed;
        top: 0;
        z-index: 999;
        background: #fff;
        width: 100%;
        border-bottom: 1px solid #ccc;
        box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    }
    .nav-pc{
        display: none;
    }
    .navbar-nav, .navbar-nav>li{
        width: 100%;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
        border-bottom: none;
    }
    footer ul li{
        text-align: center;
    }
    footer ul li:last-child{
        text-align: center;
        top: 30px;
    }
    footer ul li:last-child div{
        float: none;
        margin: 20px auto;
    }
    footer .copyright .left{
        display: none;
    }
    footer .copyright .right{
        width: 100%;
        text-align: center;
    }
    footer ul li:first-child .phone{
        padding-left: 0;
        text-align: center;
        width: 210px;
        margin: 20px auto;
        top: 0;
    }
    footer ul li:first-child .top{
        width: 290px;
        margin: 0 auto;
    }
    footer ul li:first-child .left{
        float: none;
    }
    footer ul li:first-child .top .right{
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .navbar-default .navbar-brand{
        font-weight: normal;
    }

    /*首页*/
    .home .section1 .bottom{
        height: auto;
    }
    .home .section1 .left{
        width: 100%;
    }
    .home .section1 .right{
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .home .section1 .right ul{
        display: block;
    }
    .home .section1 .right ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .home .section1 div.bg{
        display: none;
    }
    .home .section2 .content .outer{
        height: auto;
    }
    .home .section2 ul li {
        margin-bottom: 15px;
    }
    section h2 span{
        text-align: center;
    }
    .home .section4 ul li{
        float: none;
        width: 140px;
        margin: 0 auto;
    }
    .home .section4 ul li p.circle:after {
        display: block;
        content: '';
        width: 1px;
        height: 50px;
        background: #f0f2f5;
        position: absolute;
        left: 40px;
        top: 82px;
    }
    .home .section4 ul li h4 {
        text-align: left;
        padding-left: 51px;
        margin: 20px 0;
    }
    .home .section4 ul li:last-child{
        width: 140px;
    }

    .home .section1 .top ul{
        display: none;
    }
    .home .section1 .bottom ul li{
        display: block;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }
    .home .section1 .bottom ul li div:nth-child(2){
        margin-top: 40px;
        text-align: center;
    }
    .home .section2 .swiper-slide a{
        padding-top: 20px;
    }
    .home .section6 .content{
        flex-direction: column;
    }
    .home .section6 .content .left,.home .section6 .content .right{
        width: 100%;
    }
    .home .section6 .content .middle{
        display: none;
    }
    .home .section6 .content .pic{
        flex-direction: column;
        align-items: center;
    }
    .home .section6 .content .pic img{
        margin-bottom: 20px;
    }
    .product-detail .recommend .container .left{
        padding: 0;
        margin-top: 30px;
    }
    .product-detail .recommend .left .content{
        height: auto;
        margin-right: 0;
    }
    .product-detail .recommend .container{
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }
    .product-detail .recommend .container .right{
        -webkit-order: -1;
        order: -1;
    }
    .case .content section{
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }
    .case .content .right{
        -webkit-order: -1;
        order: -1;
    }
    .case .content .right ul.list li:before{
        float: none;
        margin: 0 auto 20px;
    }
    .case .content .right ul.list li .text{
        padding-left: 0;
        float: right;
    }
    .case .content .left{
        padding: 0;
    }
    .case .content .left .detail{
        margin: 30px auto 0;
        width: 100%;
        height: auto;
    }
    .commonLeftToRight section{
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }
    .commonLeftToRight section .right{
        -webkit-order: -1;
        order: -1;
    }
    .commonLeftToRight section .left{
        margin: 30px auto 0;
        padding: 0;
        width: 100%;
    }
    .commonLeftToRight .left .detail{
        width: 100%;
        height: auto;
    }
    .commonListDetail .btn-group{
        flex-direction: column;
    }
    .commonListDetail .btn-group a{
        margin-top: 20px;
    }
    .about section ul li.info .left .content{
        margin: 0;
        text-align: center;
    }
    .about section ul li.info h1{
        margin: 20px 0;
        text-align: center;
    }
    .contact h1{
        margin: 20px 0;
        text-align: center;
    }
    footer .copyright {
        padding-bottom: 50px;
    }
    .case .content .right ul.list li {
        flex-direction: column;
    }
    .case .content .right ul.list li .left {
        width: 100%;
        height: auto;
    }
    .case .content .right ul.list li .left img {
        max-height: 100%;
        width: 100%;
    }
    .home .banner .swiper-container {
        height: 300px;
        margin-top: 50px;
    }
    .home .banner .swiper-slide:nth-child(1){
        background-image: url("/haowen_imgs/imgs/home-banner-item1-m.png");
    }
    .home .banner .swiper-slide:nth-child(2){
        background-image: url("/haowen_imgs/imgs/home-banner-item2-m.png");
    }
    .home .banner .swiper-slide {
        background-size: cover !important;
    }
}


/*css 动画效果*/
.home .content section h2, .home .content section h5{
    opacity:0;
    animation:fadeIn 1s forwards;
    animation-play-state:paused;
}

.home .content section.animate h2, .home .content section.animate h5{
    animation-play-state:running;
}

.home .section5 .content ul li{
    animation:moveFromLeftToRight 1s forwards;
    animation-play-state:paused;
}

.home .section5 .content ul li:nth-child(2n){
    animation:moveFromRightToLeft 1s forwards;
    animation-play-state:paused;
}

.home .section5 .content ul li.animate{
    animation-play-state:running;
}

.home .section6 .left{
    opacity:0;
    animation:moveFromLeftToRightStrong 1s forwards;
    animation-play-state:paused;
}

.home .section6 .middle{
    animation:moveFromBottomToTopStrong 1s forwards;
    animation-play-state:paused;
}

.home .section6 .right{
    opacity:0;
    animation:moveFromRightToLeftStrong 1s forwards;
    animation-play-state:paused;
}

.home .section6.animate .left, .home .section6.animate .middle, .home .section6.animate .right{
    animation-play-state:running;
}

.commonListStyle ul li{
    animation:moveFromBottomToTop 1s forwards;
    animation-play-state:paused;
}

.commonListStyle ul li.animate{
    animation-play-state:running;
}

.product ul.detail li{
    animation-play-state:paused;
}

.product ul.detail li.animate{
    animation-play-state:running;
    animation:moveFromRightToLeft 1s forwards;
}

@keyframes fadeIn{
    from{
        opacity:0;
        transform: scale(0.5);
    }
    to{
        opacity:1;
        transform: scale(1);
    }
}

@keyframes moveFromBottomToTop {
    from{
        transform: translateY(20px);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveFromRightToLeft {
    from{
        transform: translateX(20px);
        opacity: 0.5;
    }
    to{
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes moveFromLeftToRight {
    from{
        transform: translateX(-20px);
        opacity: 0.5;
    }
    to{
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes moveFromBottomToTopStrong {
    from{
        transform: translateY(100px);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveFromRightToLeftStrong {
    from{
        transform: translateX(100px);
        opacity: 0.5;
    }
    to{
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes moveFromLeftToRightStrong {
    from{
        transform: translateX(-100px);
        opacity: 0.5;
    }
    to{
        transform: translateX(0);
        opacity: 1;
    }
}

/*悬浮按钮*/
.fix-btn {
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 999;
    color: #000;
    border-color: #00c1e0;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    background: #fff;
}

.fix-btn .tels,
.fix-btn .chats {
    position: relative;
    z-index: 99;
    color: #fff;
}

.fix-btn .parent-box:hover .hover-box {
    display: block;
}

.fix-btn span {
    display: block;
    height: 60px;
    width: 60px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #00c1e0;
    font-size: 11px;
    text-indent: -9999px;
    background: url("/haowen_imgs/imgs/home/fix_btn2.png") no-repeat;
}

.fix-btn .talk-btn,
.fix-btn .tel-btn,
.fix-btn .gotop-btn {
    padding: 5px 8px;
    line-height: 16px;
}

.fix-btn .gotop-btn {
    cursor: pointer;
}

.fix-btn .talk-btn {
    background-position: 0 0;
}

.fix-btn .tel-btn {
    background-position: -60px 0;
}

.fix-btn .chat-btn {
    line-height: 60px;
    background-position: -120px 0;
}

.fix-btn .hover-span i {
    display: block;
    width: 40px;
    margin: 8px auto 0;
}

.fix-btn .gotop-btn {
    background-position: -180px 0;
}

.fix-btn .hover-box {
    width: 150px;
}

.tels .hover-box {
    display: none;
    position: absolute;
    top: 0;
    right: 80px;
    padding-bottom: 10px;
    color: #fff;
    background: #00c1e0;

}

.tels .hover-box .tel-one {
    padding: 10px 8px 0 8px;
    overflow: hidden;
}


.tel-one .right-text {
    float: left;
    padding: 6px;
    width: 108px;
    font-size: 14px;
}

.tel-one .right-text em {
    display: block;
    line-height: 20px;
    padding-bottom: 6px;

}


.chats .hover-box {
    display: none;
    position: absolute;
    top: 0;
    right: 80px;
    padding: 10px 12px 0 12px;
    background: #00c1e0;
}

.hover-box .chat-one h5 {
    padding: 6px 0 12px 0;
    text-align: center;
    line-height: 14px;
}

.fix-btn .changebg {
    text-indent: 0;
    color: #fff;
    background: #00c1e0;
}