﻿
/*走进汉邦-关于汉邦*/
.zjhb{
    width:100%;
}
.zjhb .img{
    width:100%;
    height: 300px;
    position:relative;
}
.zjhb .img>img{
    width: 100%;
    height: 100%;
}
.zjhb .img .title{
    position:absolute;
    z-index:10;
    top:32px;
    left:32px;
}
.zjhb .img .title h3{
    font-family: PingFangSC-Regular;
    font-size: 32px;
    color: #FFFFFF;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
}
.zjhb .img .title i{
    display:inline-block;
    width:56px;
    height: 4px;
    background: #fff;
}
.zjhb .img .bottom{
    position:absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 94px;
    /*opacity: 0.5;*/
    background:rgba(0,0,0,.5);
    z-index: 10;
}
.gyhb .img .bottom p{
    float: left;
    width: 25%;
    height: 62px;
    /*color:#fff;*/
    text-align: center;
    margin-top:16px;
}
.gyhb .img .bottom p span{
    display:inline-block;
    color: #FFFFFF;
    font-family: PingFangSC-Regular;
    font-size: 28px;
}
.gyhb .img .bottom p small{
    display:inline-block;
    color: #fff;
    font-family: PingFangSC-Regular;
    font-size: 16px;
}
.gyhb .brief{
    width:100%;
    /*height: 163px;*/
    padding:24px;
    background: #F5F5F5;
    margin-bottom: 126px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
/*走进汉邦-汉邦理念（原先版本，现在已不用）*/
/* .hbln .img .bottom p{
    float: left;
    width: 33.33%;
    height: 48px;
    margin:23px 0;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
}
.hbln .img .bottom p>img{
    width: 48px;
    height: 48px;
    margin-right: 16px;
}
.hbln .img .bottom p span{
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #FFFFFF;
    text-align:left;
}
.hbln .img .bottom p span small{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
}
.hbln .content{
    width: 100%;
    height: 495px;
    padding: 31px 0;
    margin-bottom: 64px;
}
.hbln .content .cont{
    width: 218px;
    height: 90px;
    float:left;
    background: #F5F5F5;
    margin-bottom: 16px;
    padding:16px 10px;
}
.hbln .content .cont:not(:nth-of-type(4n)){
    margin-right: 14px;
}
.hbln .content .cont h3{
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #E9222A;
    letter-spacing: 0;
}
.hbln .content .cont h3::before{
    content:'';
    display:inline-block;
    width:8px;
    height: 8px;
    background: #E9222A;
    margin-right: 8px;
    position:relative;
    top:-2px;
}
.hbln .content .cont p{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    margin-top:10px;
} */

/* 走进汉邦-汉邦理念（新） */
.hbln{
    width: 100%;
    /* height: 600px; */
    margin-bottom: 42px;
    /* background: url(../Images/关于汉邦.jpg) no-repeat; */
    background-size: 100% 100%;
    /* padding: 20px; */
}
.hbln img {
    max-width:100%;
}
.hbln .center{
    width:100%;
    margin-top:100px;
}
.hbln .center p{
    float: left;
    height: 48px;
    margin:23px 10px;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
}
.hbln .center p>img{
    width: 48px;
    height: 48px;
    margin-right: 16px;
}
.hbln .center p span{
    font-size: 16px;
    color: #FFFFFF;
    text-align:left;
}
.hbln .center p span small{
    font-size: 14px;
    color: #eee;
}
.hbln .bottom{
    width: 100%;
    height: 200px;
    margin-top:50px;
    padding-left: 60px;
}
.hbln .bottom ul{
    width: 100%;
    height: 100%;
    position: relative;
}
.hbln .bottom ul li{
    position: absolute;
    width: 100%;
    left: 0;
}
.hbln .bottom ul li:nth-of-type(1){
    top:0;
}
.hbln .bottom ul li:nth-of-type(2){
    top:50px;
}
.hbln .bottom ul li:nth-of-type(3){
    top:100px;
}
.hbln .bottom ul li:nth-of-type(4){
    top:150px;
}
.margin-left1{
    margin-left:120px;
}
.margin-left2{
    margin-left:87px;
}
.margin-left3{
    margin-left: 174px;
}
.margin-left4{
    margin-left:294px;
}
.margin-left7{
    margin-left:468px;
}
.hbln .bottom ul li .cont{
    float:left;
    position: relative;
    width: 54px;
    height: 93.5px;
    background: rgba(116,116,116,0.5);
}
.hbln .bottom ul li .cont::before{
    content: '';
    display:block;
    position: absolute;
    width: 0;
    height: 0;
    right:54px;
    border-width: 46.7px 27px;
    border-style: solid;
    border-color: transparent rgba(116,116,116,.5) transparent transparent;
}
.hbln .bottom ul li .cont::after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left:54px;
    border-width: 46.7px 27px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(116,116,116,.5);
    top:0;
}
.hbln .bottom ul li .cont h3{
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    left: -10px;
    right: -10px;
    top:18px;
    z-index: 100;
    color: #fff;
}
.hbln .bottom ul li .cont p{
    font-size: 12px;
    position: absolute;
    top:40px;
    left: -20px;
    right: -20px;
    z-index: 100;
    text-align: center;
    color: #fff;
}
/* 走进汉邦-荣誉资质 */
.ryzz h4{
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin:24px 0 16px 0;
    font-weight: normal;
}
.ryzz .cont img{
    width: 280px;
    height: 200px;
    float: left;
    margin-bottom: 24px;
}
.ryzz .cont img:not(:nth-of-type(3n)){
    margin-right:37px;
}
.ryzz .cont1{
    margin-bottom: 64px;
}
.ryzz .cont1 img{
    width: 150px;
    height: 200px;
    float: left;
}
.ryzz .cont1 img:not(:nth-last-child(1)){
    margin-right: 41px;
}
/*走进汉邦-发展历程*/
.fzlc .img{
    height: 702px;
    margin-bottom: 42px;
}
.fzlc .img .title h3{
    color: #E9222A;
}
.fzlc .img .title i{
    background: #E9222A;
}
.fzlc img{
    max-width:100%;
}

/* 汉邦资讯-汉邦动态 */
.hbdt .image{
    width: 100%;
    height: 300px;
    background: #9E9EA4;
    margin-bottom: 20px;
}
.hbdt .image img{
    width: 100%;
    height: 100%;
}
.hbdt ul.content li{
    width: 100%;
    height: 144px;
    background: #F5F5F5;
    padding: 10px;
}
.hbdt ul.content li:not(:nth-last-child(1)){
    margin-bottom: 10px;
}
.hbdt ul.content li img{
    float:left;
    width: 192px;
    height: 100%;
    background: #ccc;
}
.hbdt ul.content li img[src=""],
.hbdt ul.content li img:not([src]) {
    opacity:0;
}
.hbdt ul.content li .cont{
    float: left;
    width: calc(100% - 192px);
    height: 100%;
    padding: 5px 10px;
    color: #676767;
    font-size: 14px;
}
.hbdt ul.content li .cont h3{
    font-weight:normal;
    font-size:18.72px;
    margin-bottom: 10px;
}
.hbdt ul.content li .cont h3 a{
    color:#000;
    text-decoration: none;
}
.hbdt ul.content li .cont h3 a:hover{
    color: #E9222A;
}
.hbdt ul.content li .cont hr{
    opacity: 0.3;
    margin-top:10px;
}
.hbdt ul.content li .cont p{
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    margin-top:10px;
    box-sizing: content-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 行业动态的样式 */
.hydt .image{
    width: 100%;
    height: 300px;
    background: #9E9EA4;
    margin-bottom: 20px;
}
.hydt .image img{
    width: 100%;
    height: 100%;
}
.hydt .content li{
    width: 100%;
    height: 130px;
    padding: 30px 0;
    border-bottom: solid 1px #DCDCDC;
}
.hydt .content li .time{
    float: left;
    width: 50px;
    height: 56px;
    border: 1px solid #DBDBDB;
    border-radius: 2px;
    margin-right: 20px;
    padding: 4px 0;
    text-align:center;
}
.hydt .content li .time span{
    display:inline-block;
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #666666;
    line-height: 24px;
}
.hydt .content li .time small{
    display:inline-block;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    line-height: 12px;
}
.hydt .content li .cont{
    float:left;
    width: calc(100% - 70px);
}
.hydt .content li .cont h3{
    font-family: PingFangSC-Regular;
    margin-bottom: 6px;
    cursor: pointer;
    font-weight: normal;
}
.hydt .content li .cont h3 a{
    font-size: 20px;
    color: #333333;
    text-decoration: none;
}
.hydt .content li .cont h3 a:hover{
    color:#E9222A;
}
.hydt .content li .cont p{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 汉邦资讯-行业动态-详情 */
.newsDetail{
    /*text-align: center;*/
    margin-bottom: 84px;
    word-break: break-all;
}
.newsDetail .title h4{
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #333333;
    text-align: left;
    margin-bottom: 8px;
    margin-top:40px;
}
.newsDetail .title P{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 20px;
    text-align:left;
}
.newsDetail>h5{
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #E9222A;
    text-align: center;
    margin:24px 0;
}
.newsDetail>p{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    margin:24px 0;
    text-align: left;
}
.newsDetail>img{
    width: 681px;
    height: 309px;
}
/* 产品中心-液相色谱系统 */
.yxsp{
    margin-bottom: 74px;
}
.yxsp .img{
    width:100%;
    height: 300px;
    background: #FDFDFD;
    border: 1px solid #D5D5D5;
    padding:60px 20px;
}
.yxsp .img img{
    width:310px;
    height: 180px;
    float: left;
    margin-right: 10px;
}
.yxsp .img .brief{
    float: left;
    width: calc(100% - 320px);
    margin-top:40px;
}
.yxsp .img .brief h3{
    color: #E9222A;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 20px;
}
.yxsp .img .brief p{
    font-size: 14px;
}
.yxsp .content{
    width: 100%;
    background: #F5F5F5;
    padding: 16px 24px;
}
.yxsp .content .tab li{
    position: relative;
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-align:center;
    background: #E1E1E1;
    color:#333;
    margin-right: 40px;
    float: left;
    cursor: pointer;
}
.yxsp .content .tab li:hover{
    background: #E9222A;
    color: #fff;
}
.yxsp .content .tab li.active{
    background: #E9222A;
    color: #fff;
}
.yxsp .content .tab li.active:after{
    display:inline-block;
    content:'';
    position: absolute;
    bottom:-6px;
    left:50%;
    margin-left:-3px;
    width:0;
    height:0;
    border-style:solid;
    border-color:#E9222A transparent transparent;
    border-width:6px 6px 0;
}
.yxsp .content .cont{
    width: 100%;
    margin-top:22px;
    padding: 16px 0;
    border-top:solid 1px #DCDCDC;
}
.yxsp .content .cont ul li{
    float:left;
    width: 280px;
    height: 280px;
    margin-bottom: 16px;
    cursor:pointer;
    border: 1px solid transparent;
}
.yxsp .content .cont ul li:not(:nth-child(3n)){
    margin-right: 13px;
}
.yxsp .content .cont ul li img{
    width: 100%;
    height: 236px;
}
.yxsp .content .cont ul li p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #DFDFDF;
    color: #333;
    text-align: center;
}
.yxsp .content .cont ul li:hover{
    background: #FFFFFF;
    border: 1px solid #E9222A;
}
.yxsp .content .cont ul li:hover p{
    background:#E9222A;
    color:#fff;
}
.yxsp .content .cont ul li a{
    text-decoration: none;
}
.yxsp .content .cont .hide{
    display:none;
}
/* 联系我们-加入汉邦 */
.jrhb .email{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    margin-top:20px;
    opacity: 0.9;
}
.jrhb .email li{
    height: 22px;
    line-height: 22px;
    margin-bottom: 2px;
}
.jrhb .content{
    margin-bottom: 65px;
}
.jrhb .content .cont{
    width: 100%;
    height: 140px;
    padding: 20px 0;
    border-bottom: solid 1px #DCDCDC;
}
.jrhb .content .cont h4{
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #333333;
    height: 28px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 4px;
}
.jrhb .content .cont h4 a{
    width: 80px;
    height: 28px;
    line-height: 28px;
    float: right;
    text-align: center;
    color: #E9222A;
    border: 1px solid #E9222A;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: none;
}
.jrhb .content .cont .address{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.jrhb .content .cont .task{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 联系我们-联系我们 */
.lxwm{
    margin-bottom: 289px;
}
.lxwm .img .email{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    margin-top:20px;
}
.lxwm .img .email li{
    height: 22px;
    line-height: 22px;
    opacity: 0.9;
    margin-bottom: 2px;
}
