﻿body {
    font-family: '微软雅黑';
}

.grey-bg {
    background-color: #eee;
}

.text-nowrap-ellipsis,
.text-nowrap-ellipsis-2,
.text-nowrap-ellipsis-3,
.text-nowrap-ellipsis-4,
.text-nowrap-ellipsis-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-nowrap-ellipsis {
    -webkit-line-clamp: 1;
}

.text-nowrap-ellipsis-2 {
    -webkit-line-clamp: 2;
}

.text-nowrap-ellipsis-3 {
    -webkit-line-clamp: 3;
}

.text-nowrap-ellipsis-4 {
    -webkit-line-clamp: 4;
}

.text-nowrap-ellipsis-5 {
    -webkit-line-clamp: 5;
}

.poa {
    position: absolute;
}

.mpBanner {
    display: none;
}

#html5zoo-1 {
    width: 100% !important;
    height: auto !important
}

.header-top {
    background-color: #000;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.header-top .text-right {
    color: #666;

}

.header-top .text-right .hotline {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.header-top .text-right .hotline:after {
    position: absolute;
    height: 15px;
    width: 1px;
    top: 14px;
    right: 0px;
    content: '';
    background-color: #3a3a3a;
}

.header-top .text-right .numberFont {
    font-size: 16px;
    color: #fff;
}

.header-top .text-right .iconfont-base {
    font-size: 22px;
    /*vertical-align: -2px;*/
    margin-right: 10px;
}

.header-top .text-right .online-msg a {
    color: #fff;
}

/*PC端搜索*/
.pc-search {
    background-image: url(../images/sousuoBoxBg.jpg);
    height: 100px;
    font-size: 16px;
    background-position: center;
    display: flex;
}

.pc-search .search-tag {
    display: flex;
    align-items: center;
    flex: 1;
}
.pc-search .search-tag a {
    color: #a6070c;
}

.pc-search .search-tag i {
    font-size: 25px;
    color: #a6070c;
    margin-right: 15px;
}

.pc-search .search-tag a {
    margin: 0px 5px;

}

.pc-search .container {
    display: flex;
    margin-top: 10px;
}

.pc-search .tel-search {
    display: flex;
    align-items: center;
    flex: 1;
    color: #fff;
}

.pc-search .tel-search .tel {
    display: flex;
    align-items: center;
    margin-left: 85px;
}

.pc-search .tel-search .tel i {
    width: 55PX;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.pc-search .tel-search .tel p {
    display: flex;
    flex-flow: column;
}

.pc-search .tel-search .tel p span:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
}

.pc-search .tel-search .search-input {
    width: 250px;
    height: 40px;
    border-radius: 30px;
    background: #fff;
    margin-left: 10px;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
}

.pc-search .tel-search .search-input input {
    color: #000;
    flex: 1;
    border: 0px;
}

.pc-search .tel-search .search-input a {
    font-size: 25px;
    color: #1e64bc;
}

.title {
    font-size: 30px;
    text-align: center;
    color: #333;
    margin: 30px 0;
}

.title h2 {
    color: #a6070c;
}

.title div {
    height: 0;
    width: 65px;
    border-top: 4px solid #d72523;
    margin-top: 15px;
    margin: 15px auto;
}

.title span {
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
}

.product-type dl{
    background-color: #fff4eb;
}
.product-type dt {
    background-color: #a6070c;
    color: #fff;
    font-size: 22px;
    line-height: 70px;
    text-align: center;
    font-weight: normal;
}

.product-type dd {
    border-bottom: 1px dashed #e7d6c8;
    margin: 0px 15px;
    padding: 20px 0px 20px 30px;
    padding-left: 30px;
    font-size: 16px;
    color: #333;
}
.product-type dd:last-child {
    border-bottom: 0px;
}
.product-type dd>a {
    box-sizing: border-box;
    display: block;
    color: #333;
    position: relative;
    transition: all .2s;
}

.product-type dd>a>img {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    transition: all .2s;
}
.product-type dd>a:hover>img {
    opacity: 1;
    right: 20px;
}

.product-type dd>p {
    background: rgba(255, 255, 255, .6);
    margin: 0px;
}

.product-type dd>p>a {
    line-height: 40px;
    padding-left: 80px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    color: #333;
    position: relative;
    transition: all .2s;
}

.product-type dd>p>a:hover {
    background: #fff;
}

.product-type dd>p>a>img {
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -12px;
    opacity: 1;
    transition: all .2s;
}
.product-type dd .iconImg {
    margin-right: 10px;
}
/*validate 验证控件 样式*/
label.error {
    clear: both;
    color: red;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

input.error,
select.error,
textarea.error {
    border: 1px solid red;
}




.right_nav {
    position: absolute;
    right: 0;
    font-size: 15px;
    top: 0;
    line-height: 50px;
    width: 100%;
    text-align: right;
}

.right_nav a {
    color: #434343;
    margin-left: 4%;
    position: relative;
}

.right_nav a.active,
.right_nav a:hover {
    color: #a6070c;
    font-weight: bold;
}

.right_nav a.active:after,
.right_nav a:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 2px solid #a6070c;
    left: 0;
    bottom: -16px;
}


/*右侧悬浮*/
.right-fixed {
    height: 304px;
    width: 60px;
    position: fixed;
    top: 38.2%;
    right: 0;
    z-index: 9
}

.right-fixed ul {
    width: 100%;
    height: 100%
}

.right-fixed ul li {
    width: 100%;
    height: 60px;
    background-color: #2b2b2b;
    float: left;
    position: relative;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-top: 1px solid #464a51;
}

.right-fixed ul li a {
    color: #fff;
}

.right-fixed ul li .iconfont-base {
    font-size: 28px;
}

.right-fixed ul li .tel {
    width: 220px;
    display: block;
    float: left;
    height: 59px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 59px;
    color: #FFF;
    z-index: 9999999;
    background-color: #2b2b2b;
    font-size: 17px;

}

.right-fixed ul li span {
    width: 46px;
    height: 60px;
    display: block;
    float: left;
    margin: 0 7px;
    transition: all .3s
}

.right-fixed ul li:hover {
    background-color: #a6070c;
    transition: all .3s
}


.right-fixed ul li:first-child {
    border-top: none;
}

.right-fixed ul li:hover .tel {
    background-color: #a6070c;
    transition: all .3s
}

.right-fixed-wx {
    background: url(../images/erweima.jpg) no-repeat;
    width: 125px;
    height: 125px;
    position: absolute;
    z-index: -1;
    right: -60px;
    top: -60px;
    background-size: 100%;
}

.pc-hide {
    display: none;
}
.product-list-item{

}

.product-list  li a {
    border: 1px solid #ccc;
    display: block;
    overflow: hidden;
}

.product-list  li a img {
    width: 100%;
    transition: all 0.6s;
    display: block;
}

.product-list li a img:hover {
    transform: scale(1.1);
}

.product-list li h1 {
    margin-top: 15px;
    margin-bottom: 40px;
    border: 1px solid #a6070c;
    overflow: hidden;
    height: 45px;
    border-radius: 2px;
}

.product-list li h1 a {
    font-size: 18px;
    color: #a6070c;
    line-height: 45px;
    display: block;
    text-align: center;
}
.product-list li h1 a:hover{
    background-color: #a6070c;
    color: #fff;
    border: 1px solid #a6070c;
}
.about {
    background-image: url(../images/about-bg.jpg);
    min-height: 595px;
    padding-top: 80px;
}
.about .container {
    background-color: rgb(255,255,255,.8);
    padding: 40px 80px;
}
.about .container .title span {
    color: #000;
}
.text-muted {
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    margin: 20px 0px 20px;
}
.about .container .text-muted p {
    text-indent: 2em
}
.more-btn {
    width: 160px;
    line-height: 50px;
    font-size: 16px;
    background: #a6070c;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
}

.more-btn a {
    display: block;
    color: #fff;
}

.more-btn a .iconfont-base {
    font-size: 12px;
    margin-left: 10px;
}

.newsTitle {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.newsTitle h2 {
    width: 5px;
    height: 20px;
    background-color: #a6070c;
    float: left;
    border-radius: 2.5px;
    margin-top: 5px;

}

.newsTitle b {
    font-size: 21px;
    color: #a6070c;
    margin-left: 10px;
    margin-right: 8px;
}

.newsTitle span {
    font-size: 14px;
    color: #999999;
    text-transform: uppercase
}

.newsTitle img {
    float: right;
    padding-top: 4px;
}

.newsbtn {
    width: 370px;
    height: 140px;
    overflow: hidden;
    margin: 20px 0;
}

.newsbtn img {
    margin: 20px 0;
}

.newsText li span {
    width: 0;
    height: 0;
    border-width: 5px 2px 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #d6e0db;
    position: relative;
    float: left;
    margin-top: 4px;
}

.newsText li a {
    margin-left: 6px;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
}
.newsText li a:hover{color: #a6070c;}

.newsText li {
    margin-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f1f1;
}

.banner {
    position: relative;
}

.banner .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.banner .container .tit {
    top: 50%;
    z-index: 2;
    margin-top: -40px;
    left: 50%;
    margin-left: -68px;
    text-align: center;
}

.banner .container .tit span {
    display: block;
    width: 135px;
    height: 0;
    border-top: 1px solid #fff;
    margin: 8px 0;
}

.banner .container .tit h1 {
    font-size: 34px;
    margin: 0;
    color: #fff;
}

.breadNav {
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}

.breadnav_info {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
    color: #666;
    position: relative;
}

.breadnav_info a {
    color: #666;
}
.about_del {
    background: #fff;
    padding: 90px 0;
}

.about_del .title {
    color: #333;
    margin-top: 0;
}

.about_del .about_con .fl .about_text {
    margin-top: 0;
}

.about_del .about_con .fr {
    width: 37.75%;
}

.about_del .about_con .fl {
    width: 50%;
}

.about_text p {
    line-height: 32px;
    font-size: 16px;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 20px;
}
.honor-list .item {
    border: 1px solid #ebebeb;
    padding: 10px 10px 0px;
    margin-bottom: 30px;
    cursor: pointer;
}

.honor-list .img {
    /*padding: 20px;*/
    background-color: #ebebeb;
    text-align: center;
}

.honor-list .img img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.honor-list .item p {
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
.news_list ul li{margin-bottom:42px;}
.news_list ul li:nth-child(3n){margin-right:0;}
.news_list ul li .img{position: relative;overflow: hidden; height:240px}
.news_list ul li .img img{transition: all .4s ease;-webkit-transition: all .4s ease; height: 100%; width: 100%; object-fit: cover;}
.news_list ul li .img .zhezhao{position: absolute;top:0;left:0;bottom:0;right:0;transition: all .4s ease .05s;-webkit-transition: all .4s ease .05s;background: rgba(0,0,0,.5);top: 12px;display: none;}
.news_list ul li .img:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}
/* .business_list ul li .img:hover .zhezhao {display:block} */
.news_list ul li .img:hover .zhezhao{display: block;top: 0;}
.news_list ul li .text{padding:0 3px 0 6px}
.news_list ul li .text h4{font-size:16px;font-weight:bold;margin-top:18px;margin-bottom:10px;}
.news_list ul li .text h4 a{color:#434343;}
.news_list ul li .text h4 a:hover{color:#d72523;}
.news_list ul li .text p{font-size:14px;color:#999;line-height:20px;margin:0;margin-top:8px;text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}
  .newsDel h1 {
    font-size: 28px;
    text-align: center;
}
.newsDel .news_info{
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}
.newsDel .content {
    font-size: 16px;
}
.newsDel .content img {
    margin: 10px auto;
    max-width: 100%;
}
.pro_recommend {
    margin-top: 20px;
}
.pro_recommend .pro_rec_title{
    display: flex;
    align-items: center;
    background: #f2f2f2;
    margin-bottom: 20px;
}
.pro_recommend .pro_rec_title h2 {
    padding: 0 30px 0 30px;
    background-color: #a6070c;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 50px;
    margin: 0px;
}
.news_del .news_list ul li .text h4 {
    font-size: 18px;
}
.news_del .news_list ul li{
    padding: 20px 0;
    border-bottom: 1px solid #ece4e4;
    margin-bottom: 0px;
}
.contact-info2 .col-md-4  {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-info2 .col-md-4 .float-left {
    margin-right: 20px;
}
.contact-info2 .col-md-4 .float-right p{
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: bold;
}
.contact-info2 .col-md-4 .iconfont-base{
    font-size: 50px;
    color: #a6070c;
}
.contact-info2 .col-md-4 .float-right strong {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.contact-info2 .col-md-4 .float-right p:first-child {
    margin-top: 10px;
}
.cooperation {
    margin-top: 50px;
}
.cooperation .title {
    text-align: left;
}
.chanpin-pic img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.my-bullet-active {
    background: #1e64bc;
    opacity: 1;
}
.chanpin-info .body {
    margin-top: 20px;
    border-bottom: 1px #dddddd solid;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666;
    border-top: 2px #a6070c solid;
}
.chanpin-info .body ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    border-bottom: 1px #dddddd solid;
}
.chanpin-info .body li {
    width: 50%;
    line-height: 35px;
}
.chanpin-info .foot {
    margin-top: 60px;
}
.chanpin-info .foot a {
    padding: 8px 15px;
    border: 1px solid #a6070c;
    color: #a6070c;
    transition: all .3s linear;
    margin-right: 20px;
}
.chanpin-info .foot a:hover {
    background-color: #a6070c;
    color: #fff;
}
.chanpin-info .foot .tel {
    background-color: #a6070c;
    color: #fff;
}
.chanpin-info .foot .tel .numberFont {
    font-size: 20px;
}