@charset "utf-8";

header {
    width: 100%;
}

/*................*/

.head-top {
    height: 38px;
    background: #333333;
    line-height: 38px;
    overflow: hidden;
}

.head {
    padding: 20px 0
}

.head-t-left {
    color: #E0E0E0
}

.head-t-right a {
    color: #BFBFBF
}

.head-t-right a:after {
    content: '|';
    padding-left: 20px;
    margin-right: 20px;
    margin-top: -8px
}

.head-t-right a:hover {
    color: #fff
}

.head-t-right a:last-child:after {
    content: '';
}

.logo {
    width: 514px;
}

.head-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head .logo h1 {
    line-height: 56px;
    overflow: hidden;
}

.head .logo h1 a {
    float: left
}

.logo p {
    font-size: .95rem;
    color: #999;
    display: flex;
    line-height: 1.5rem;
}

.logo-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.logo h1 {
    display: flex;
    align-items: center;
}

.g-btn {
    height: 50px;
    width: 120px;
    background-color: #0E6EB8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    color: #fff;
}

.nav ul li .hide1 em a {
    color: #fff;
}

.nav ul li .hide1 {
    background-color: #0E6EB8;
}

.head-tel {
    background: url(../images/tel.png) no-repeat left top;
    padding-left: 50px;
    margin-top: 10px;
}

.head-tel span {
    display: block;
    font-size: 24px;
    line-height: 20px;
    color: #0E6EB8;
    font-family: arial;
    font-weight: 900;
    margin-top: 3px
}

.head-tel em {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #747474;
    letter-spacing: 1px
}

.wx-top {
    margin-top: 15px;
    margin-left: 50px;
    margin-right: 20px;
}

.wx-top em,
.wx-top span {
    float: left
}

.wx-top em {
    margin-top: 5px;
    margin-right: 5px;
}

.wx-top span {
    width: 15px;
    line-height: 15px;
}

.nav {
    height: 60px;
    z-index: 3;
    width: 100%;
    background: #0E6EB8;
}

#nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav ul li {
    flex: 1;
    position: relative;
    box-sizing: border-box;
    background: url(../images/nav-x.png) no-repeat center right;
}

.nav ul li>a {
    display: block;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    width: 100%;
}

.nav ul li.on>a {
    color: #FFFFFF;
    background: #313131;
}

.nav ul li:hover>a {
    color: #fff;
    background: #313131;
}

.nav ul li .hide1 {
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    float: left;
    font-size: 14px;
    left: 0px;
    display: none;
    width: 180px;
    opacity: 0.95;
    position: absolute;
    text-align: center;
    z-index: 100;
}

.nav ul li .hide1 em a {
    display: block;
    font-size: 15px;
    line-height: 35px;
    font-weight: normal;
    text-align: center;
    height: 35px;
    color: #333;
}

.nav ul li .hide1 em a:hover {
    background: #0E6EB8;
    color: #fff;
    transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
}

.navfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    z-index: 10;
}

.nav-shop {
    line-height: 60px;
    background: #0E6EB8;
    color: #fff;
    width: 116px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

/* banner */
.banner {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
}
.ban-pagination{
    position: absolute;
  }
  .ban-pagination span{
    margin-right: 10px;
  }

.common {
    padding-top: 70px;
    padding-bottom: 70px;
}

.commonT {
    margin-top: 70px;
}
.commonB {
    margin-bottom: 70px;
}

.title {
    font-size: 2.5rem;
    line-height: 1.2;
    position: relative;
    margin-bottom: 35px;
}


.title span {
    display: block;
    font-size: 1.35rem;
}

.title .more {
    margin-top: 5px;
    display: inline-block;
    float: right;
    text-transform: uppercase;
    padding: 10px 0px 10px 0px;
    font-weight: 600;
    font-size: 1.25rem;
    transition: all 0.3s ease-in-out;
}

.title .more:hover {
    margin-right: 10px;
}

@media (max-width:992px) {
    .common {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .commonT {
        margin-top: 30px;
    }
    .commonB {
        margin-bottom: 30px;
    }

    .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .title .more {
        margin-top: 0px;
        background-size: 35px;
        padding: 5px 40px 5px 0px;
        font-size: 14px;
    }
}

/*搜索*/
.search {
    background: #EEEEEE;
    height: 70px;
    line-height: 70px;
}

.search-left span em {
    margin-right: 10px;
    font-size: 15px;
    color: #0E6EB8;
    font-weight: bold;
    line-height: 62px;
    border-top: 3px solid #0E6EB8;
    height: 67px;
    float: left
}

.search-left span {
    color: #333;
    font-weight: bold;
    font-size: 15px;
    float: left
}

.search-nr a {
    color: #666666;
    font-size: 15px;
    margin: 0 10px;
    font-weight: normal;
}

.search-nr a:hover {
    color: #0E6EB8
}

.search-right {
    width: 340px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    margin-top: 15px;
}

.search-right input {
    float: left;
}

.search-right .text {
    border: none;
    background: none;
    line-height: 40px;
    text-indent: 20px;
}

.search-right .submit {
    float: right;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    background: url(../images/search.png) no-repeat center center;
}


.title b,
.title span {
    display: block;
    text-align: center;
}

.title {
    background: url(../images/title-bg.png) no-repeat center top 20px;
    margin: 30px 0
}

.title b {
    font-size: 32px;
    font-weight: bold
}

.title b em {
    color: #0E6EB8
}

.title span {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}

.product .hd {
    overflow: hidden;
}

.product .hd a {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
}

.product .hd a.next {
    left: -60px
}

.product .hd a.prev {
    right: -60px;
    left: auto
}

.product {
    margin-bottom: 30px;
    position: relative;
}

.prolist-con {
    overflow: hidden;
    position: relative;
    width: 100%;
}
#scrollable-list {
    display: flex;
    width: calc(100% * 2);
    animation: scroll-left 50s linear infinite;
}
.prolist-con:hover #scrollable-list {
    animation-play-state: paused;
}
#scrollable-list li {
    flex: 0 0 auto;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.prolist-con ul {
    display: flex;
    align-items: stretch;
}
.prolist-con li {
    width: 300px;
    border: 1px solid #F1F1F1;
    margin: 10px;
    background: #F9F9F9;
    position: relative;
    transition: all .3s;
}

.prolist-con li .pic {
    height: 160px;
}

.prolist-con li .pic img {
    width: 100%;
    height: 160px;
}

.prolist-con li .info {
    height: 165px;
    text-align: center;
}

.prolist-con li .info h2 {
    font-size: 18px;
    color: #333333;
    margin: 15px 0 10px 0
}

.prolist-con li .info p {
    font-size: 13px;
    color: #888888;
    line-height: 24px;
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.prolist-con li .info em {
    font-weight: normal;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #0E6EB8;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 19px;
}

.prolist-con li .info em {
    position: absolute;
    bottom: -3%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .4s;
}

.prolist-con li:hover {
    background: #0E6EB8;
}

.prolist-con li:hover h2,
.prolist-con li:hover p {
    color: #fff
}

.prolist-con li:hover em {
    transform: rotate(180deg);
    background: #333;
}

.wap-prolist-con ul {
    /* display: flex;
    align-items: stretch; */
}

.wap-prolist-con li {
    border: 1px solid #F1F1F1;
    margin: 10px;
    background: #F9F9F9;
    position: relative;
    transition: all .3s;
}

.wap-prolist-con li .info {
    height: 165px;
    text-align: center;
}

.wap-prolist-con li .info h2 {
    font-size: 18px;
    color: #333333;
    margin: 15px 0 10px 0
}

.wap-prolist-con li .info p {
    font-size: 13px;
    color: #888888;
    line-height: 24px;
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.wap-prolist-con li .info em {
    font-weight: normal;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #0E6EB8;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 19px;
}

.wap-prolist-con li .info em {
    position: absolute;
    bottom: -3%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .4s;
}

.wap-prolist-con li:hover {
    background: #0E6EB8;
}

.wap-prolist-con li:hover h2,
.wap-prolist-con li:hover p {
    color: #fff
}

.wap-prolist-con li:hover em {
    transform: rotate(180deg);
    background: #333;
}

@media (max-width:992px) {
    .title span {
        font-size: 12px;
    }
}


/*推荐产品*/
.product-tj {
    background: #F9F9F9;
    padding: 10px 0 30px 0;
}

.pro-tj-left .pro-title {
    background: url(../images/pro-title.png) no-repeat center center;
    background-size: 100% 100%;
    height: 99px;
}

.pro-tj-left .pro-title b,
.pro-tj-left .pro-title span {
    display: block;
    color: #fff;
    text-align: center;
}

.pro-tj-left .pro-title b {
    font-size: 22px;
    font-weight: bold;
    padding-top: 16px;
}

.pro-tj-left .pro-title b:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 10px auto
}

.pro-tj-left .pro-title span {
    font-size: 12px;
    color: #fff;
    font-family: arial;
}

.pro-tj-left .pro-ctitle {
    border: 1px solid #E5E5E5
}

.pro-ctitle {
    padding: 20px 0;
}

.pro-ctitle li {
    line-height: 40px;
    text-indent: 15%;
    height: 40px;
}

.pro-ctitle li a {
    display: block;
    font-size: 15px;
    color: #666666;
    height: 40px;
    line-height: 40px;
}

.pro-ctitle li a:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #CBCBCB;
    float: left;
    border-radius: 100%;
    position: relative;
    top: 19px;
    left: 10%;
}

.pro-ctitle li.on a,
.pro-ctitle li:hover a {
    background: url(../images/pro-title-bg.png) no-repeat center left 30px;
    color: #fff;
}

.pro-ctitle li:hover a:before,
.pro-ctitle li.on a:before {
    background: #fff;
}

.pro-tel {
    background: url(../images/pro-telbg.jpg) no-repeat center center;
    height: 100px;
    background-size: cover;
}

.pro-tel em,
.pro-tel b {
    display: block;
    color: #fff
}

.pro-tel em {
    font-size: 13px;
    color: #CACBCB;
}

.pro-tel b {
    font-size: 23px;
    color: #fff;
    font-family: arial;
    font-weight: 900;
    line-height: 1;
}

.pro-tel div {
    background: url(../images/pro-tel.png) no-repeat top 30px left 20px;
    padding: 25px 0 20px 70px;
}

.pro-tj-right li .list-li {
    position: relative;
    background: #fff;
    border: 1px solid #E4E4E4;
    overflow: hidden;
    margin-bottom: 20px;
}

.pro-tj-right li .pic span {
    display: block;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    height: 150px;
}

.pro-tj-right li .pic span img {
    height: 100%;
}

.pro-tj-right li .pic b {
    display: block;
    background: url(../images/prolist-bg.png) no-repeat center center;
    background-size: 100% 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.pro-tj-right li .info {
    width: 100%;
    height: 100%;
    background: rgba(14, 110, 184, 0.9);
    position: absolute;
    top: 100%;
    left: 0;
    transition: all .4s;
}

.pro-tj-right li .info em {
    color: #fff;
    width: 102px;
    height: 33px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 33px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 60px;
    transition: all .3s;
}

.pro-tj-right li .info abbr {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: #212121;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-tj-right li .info abbr img {
    display: inline-block;
}

.pro-tj-right li:hover .info {
    top: 0
}

.pro-tj-right li .info em:hover {
    background: #fff;
    color: #0E6EB8;
}

.pro-more {
    padding: 8px 15px;
    background: #0E6EB8;
    color: #fff;
    float: right
}
@media (max-width:1280px) {
    .pro-tel div{
        background: url(../images/pro-tel.png) no-repeat top 30px left 10px;
        padding: 25px 0 20px 55px;
    }
    .pro-tel em {
        font-size: 12px;
    }
    .pro-tel b {
        font-size: 18px;
    }
}
/*一路走来，恪守匠心品质*/
.pro-xie {
    background: url(../images/pro-bg1.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0;
}

.pro-xie-left p {
    margin-top: 20px
}

.pro-xie-left p span {
    float: left;
    margin-right: 55px;
    background: url(../images/ys-gou.png) no-repeat left center;
    padding-left: 30px;
    font-size: 15px;
    color: #fff
}

.pro-xie-right h3 {
    font-size: 28px;
    color: #fff;
    line-height: 28px;
}

.pro-xie-tel {
    background: url(../images/ys-tel.png) no-repeat center left;
    color: #fff;
    padding: 10px 40px
}

.pro-xie-tel b {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    font-weight: 900;
    font-family: arial
}

.pro-xie-more a {
    display: block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0E6EB8;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    margin: 0 auto
}
@media (max-width:992px) {
    .pro-xie-more a {
        width: 160px;
        height: 40px;
        line-height: 40px;
    }
}
/*为什么选择我们*/
.choose-con {
    background: url(../images/ys-bg.jpg) no-repeat center center;
    height: 813px;
}

.choose-right,
.choose-left {
    width: 50%;
    height: 406px
}

.choose-left {
    margin-top: 406px
}

.choose-dl-div dl {
    display: flex;
    margin-top: 30px;
    overflow: hidden;
}

.choose-dl-div dl dt {
    float: left;
    margin-left: 30px;
    font-size: 60px;
    color: #CCCCCC;
    font-family: arial;
    font-weight: bold;
    margin-right: 20px;
}


.choose-dl-div dl dd {
    width: 100%;
    float: left;
}
.choose-left dl dd {
    padding-right: 30px;
}

.choose-dl-div dl dd h2 {
    font-size: 20px;
    font-weight: 600;
    background: url(../images/ys-titlebg.png) no-repeat left bottom;
    padding: 15px 0;
}

.choose-dl-div dl dd p {
    margin-top: 15px;
}
@media (max-width:1280px) {
    .choose-dl-div dl {
        margin-top: 10px;
        padding-left: 20px;
    }
    .choose-dl-div dl dt {
        font-size: 30px;
    }
    .choose-left dl:last-child dd p{
        margin-top: 5px;
    }
}
@media (max-width:992px) {
    .choose-dl-div dl dd h2 {
        font-size: 16px;
    }
}
/*谁选择了我们*/
.who-choose-con ul::after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.who-choose-con ul li a {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    overflow: hidden;
}

.who-choose {
    width: 100%;
    overflow: hidden;
}
.who-choose-con {
    width: max-content;
    padding: 0;
    margin: 0;
    animation: scrollX 40s linear infinite;
}
.whoo {
    display: flex;
}
.whoo li:nth-child(odd) {
    display: none;
}
.whoo:last-child li:nth-child(even) {
    display: none;
}
.whoo:last-child li:nth-child(odd) {
    display: block;
}
.whoo li {
    width: 200px;
    box-sizing: border-box;
    margin-right: 15px;
}
.whoo li img {
    width: 100%;
    height: auto;
    display: block;
}
.who-choose-con:hover {
    animation-play-state: paused;
}

/* 动画定义 */
@keyframes scrollX {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%); /* 移动一半宽度实现无缝循环 */
}
}


.more a {
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 40px;
    display: block;
    border: 1px solid #777;
    margin: 20px auto
}

.more a:hover {
    background: #0E6EB8;
    color: #fff
}

/*咨询2*/
.zx-pro {
    background: url(../images/pro-bg2.jpg) no-repeat center center;
    background-size: cover;
    min-height: 290px;
    width: 100%;
    margin: 35px 0;
    overflow: hidden;
}

.zx-pro .zx-pro-left {
    padding-top: 90px;
    height: 290px;
    background: url(../images/kk.png) no-repeat center center;
    background-size: 100% 100%;
}

.zx-pro .zx-pro-left .zx-dl dt {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
}

.zx-pro .zx-pro-left .zx-dl dd {
    color: #0E6EB8;
    font-size: 23px;
    font-family: arial;
    font-weight: 900;
    line-height: 25px;
    font-family: arial;
}

.zx-azx {
    margin: 30px 0 0 65px;
    overflow: hidden;
    display: block;
}

.zx-azx a {
    margin-right: 5px;
    font-weight: bold;
    display: inline-block;
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.zx-azx a.zx-1 {
    background: #FFFFFF;
    color: #0E6EB8;
}

.zx-azx a.zx-2 {
    background: #0E6EB8;
    color: #fff
}

.zx-pro-right {
    display: flex;
    align-items: stretch;
}
.zx-pro-right .zx-pro-dl1{
    width: 33.3%;
    min-height: 290px;
}
.zx-pro-right .zx-pro-dl1:nth-child(odd) {
    background: #0E6EB8;
}
.zx-pro-right dl dt {
    width: 65px;
    margin: 0 auto
}

.zx-pro-right dl dd b,
.zx-pro-right dl dd span {
    color: #fff;
    text-align: center;
    display: block;
}

.zx-pro-right dl dt {
    margin-top: 40px
}

.zx-pro-right dl dd b {
    font-size: 20px;
    margin: 10px 0 15px 0
}

.zx-pro-right dl dd span {
    width: 85%;
    margin: 0 auto;
    line-height: 25px;
    color: #f3faff;
    font-size: 14px;
}

/*走进贝尔*/
.about-right h2 {
    margin-top: 20px;
}

.about-right h2 b {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.about-right h2 em {
    color: #888888;
    font-size: 16px;
    font-family: arial;
    font-weight: normal;
    margin-left: 10px;
}

.about-right h2 p {
    font-size: 14px;
    color: #777777;
    font-weight: normal;
    margin-top: 8px;
}

.about-right h2:after {
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    background: #0E6EB8;
    margin: 25px 0
}

.about-con .about-p {
    line-height: 30px;
    color: #777777;
}

.about-con .about-more a {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #737373;
    color: #737373;
    margin-top: 25px;
}

.about-con .about-more:hover a {
    background: #0E6EB8;
    color: #fff
}

/* 分割线 */
.fg {
    background: url(../images/pro-bg3.jpg) no-repeat center center;
    height: 155px;
    margin: 40px 0;
    padding-top: 50px
}

.fg-left h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.fg-left h2 em {
    color: #0E6EB8;
    font-weight: bold
}

.fg-left p {
    font-size: 18px;
    color: #fff;
    margin-top: 10px
}

.fg-right {
    background: url(../images/tel.png) no-repeat center left;
    padding-left: 45px;
    margin-top: 25px
}

.fg-right em,
.fg-right b {
    display: block;
}

.fg-right em {
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
}

.fg-right b {
    font-size: 24px;
    color: #0E6EB8;
    font-family: arial;
    font-weight: 900;
    line-height: 24px;
}
@media (max-width:1280px) {
    .fg-left h2{
        font-size: 22px;
    }
    .fg-left p {
        font-size: 16px;
        color: #fff;
        margin-top: 10px;
    }
    .fg-right {
        margin-top: 5px;
    }
}
@media (max-width:992px) {
    .fg-left h2{
        font-size: 18px;
    }
    .fg-left p {
        font-size: 14px;
    }
}
/*新闻中心*/
.news {
    margin-bottom: 10px;
}
.news-con{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-con .news-left,
.news-con .news-center,
.news-con .news-right{
    width: 32%;
}

.news-left {
    padding-right: 30px;
    border-right: 1px solid #ccc;
    min-height: 550px;
}

.news-left .parHd {
    overflow: hidden;
    margin-bottom: 20px;
}

.news-left .parHd li {
    cursor: pointer;
    margin-right: 10px;
    float: left;
    width: 108px;
    height: 35px;
    background: #F5F5F5;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}

.news-left .parHd li.on {
    background: #0E6EB8;
    color: #fff;
}

.news-left .parHd li.on a {
    color: #fff
}

.news-left .news-l-img {
    margin: 15px 0;
}

.news-left .news-l-img img,
.news-center .news-l-img img {
    width: 100%;
}

.parBd ul {
    display: none;
}

.parBd ul.visible {
    display: block;
}

.news-left .parBd ul li a {
    color: #666666;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 20px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-left .parBd ul li {
    line-height: 32px;
}

.news-left .parBd ul li:before {
    content: '';
    float: left;
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 100%;
    margin: 13px 10px 0 0;
}

.news-left .parBd ul li:hover:before {
    background: #0E6EB8;
}

.news-left .parBd ul li:hover a {
    color: #0E6EB8;
}

.news-left .parBd ul li a {
    color: #666666
}

.news-left .parBd ul li {
    line-height: 32px;
}

.news-left .parBd ul li:before {
    content: '';
    float: left;
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 100%;
    margin: 13px 10px 0 0;
}

.news-left .parBd ul li:hover:before {
    background: #0E6EB8;
}

.news-left .parBd ul li:hover a {
    color: #0E6EB8;
}

.news-left .parBd ul li a {
    color: #666666
}

.news-left .parBd ul li {
    line-height: 32px;
    border-bottom: 1px dashed #EEEEEE;
}

.news-left .parBd ul li:before {
    content: '';
    float: left;
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 100%;
    margin: 13px 10px 0 0;
}

.news-left .parBd ul li:hover:before {
    background: #0E6EB8;
}

.news-left .parBd ul li:hover a {
    color: #0E6EB8
}

.news-center {
    padding-right: 30px;
    border-right: 1px solid #ccc;
    min-height: 550px;
}

.news-center h2 {
    margin: 7px 0 16px 0
}

.news-center h2 span {
    font-size: 20px;
    font-weight: bold;
}

.news-center h2 b em {
    font-size: 14px;
    color: #0E6EB8;
    font-weight: normal;
}

.news-center h2 b {
    font-size: 20px;
    font-weight: bold;
    color: #0E6EB8
}

.news-js {
    margin-top: 16px;
}

.news-js ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666666
}

.news-js ul li {
    line-height: 32px;
    border-bottom: 1px dashed #EEEEEE;
}

.news-js ul li:before {
    content: '';
    float: left;
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 100%;
    margin: 13px 10px 0 0;
}

.news-js ul li:hover:before {
    background: #0E6EB8;
}

.news-js ul li:hover a {
    color: #0E6EB8
}

.news-right h2 {
    margin: 7px 0 16px 0;
    text-align: left;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
}

.news-right .news-right-con {
    height: 550px;
    overflow: hidden;
    position: relative;
}
.news-right-con ul {
    display: flex;
    flex-direction: column;
    animation: scrollUp 52s linear infinite;
    transition: animation 0.10s;
}
.news-right-con:hover ul {
    animation-play-state: paused;
}
/* 定义动画效果 */
@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

.news-right-con .duplicate {
    display: flex;
    flex-direction: column;
}
.news-right h2 span {
    font-size: 20px;
    font-weight: bold;
}

.news-right h2 b em {
    font-size: 14px;
    color: #0E6EB8;
    font-weight: normal;
}

.news-right h2 b {
    font-size: 20px;
    font-weight: bold;
    color: #0E6EB8
}

.news-right-con dl b {
    width: 26px;
    height: 26px;
    background: #0E6EB8;
    float: left;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 26px;
}

.news-right-con dl span {
    float: right
}

.news-right-con li {
    margin-bottom: 10px;
    border-bottom: 1px dashed #EEEEEE;
    padding: 8px 0;
}

.news-right-con dl dt,
.news-right-con dl dd {
    overflow: hidden;
    display: flex;
}

.news-right-con dl .over {
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 5px;
}

.news-right-con dl dt span {
    font-size: 16px;
    color: #333
}

.news-right-con dl dd b {
    background: #666666;
}

.news-right-con dl span {
    margin-left: 10px;
}

.news-right-con dl span {
    color: #777;
}

.news-right-con dl dd {
    margin-top: 8px;
}

.news-right-con li:hover dt span {
    color: #0E6EB8
}

.news-more {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    height: 35px;
}

.news-more:hover {
    color: #0E6EB8
}
@media (max-width:992px) {
.news-con .news-left,
.news-con .news-center,
.news-con .news-right{
    width: 100%;
}
.news-center h2 b{
    font-size: 20px;
}
}
/*右侧在线咨询*/
.zx-service {
    position: fixed;
    right: 5px;
    top: 25%;
    border: 1px solid #DFDFDF;
    background: #fff;
    z-index: 99999;
}

.zx-service>ul>li {
    width: 80px;
    height: 80px;
    position: relative;
    border-bottom: 1px solid #DFDFDF;
}

.zx-service>ul>li a {
    display: block;
    width: 80px;
    height: 100%;
    color: #4c4c4c;
    font-size: 15px;
    text-align: center;
    padding-top: 50px;
}

.zx-service01 {
    background: url(../images/online-icon1-1.png) no-repeat center top 10px #0E6EB8;
}

.zx-service02 {
    background: url(../images/online-icon2.png) no-repeat center top 10px;
}

.zx-service03 {
    background: url(../images/online-icon3.png) no-repeat center top 10px;
}

.zx-service04 {
    background: url(../images/online-icon4.png) no-repeat center top 10px;
}

.zx-service .zx-service05 {
    background: url(../images/online-icon5.png) no-repeat center top 10px;
    border-bottom: 0;
    cursor: pointer;
}

.zx-service>ul>li:hover a,
.zx-service>ul .zx-service01 a {
    color: #fff;
}

.zx-service02:hover a {
    background: url(../images/online-icon2-2.png) no-repeat center top 10px #0E6EB8;
}

.zx-service03:hover a {
    background: url(../images/online-icon3-3.png) no-repeat center top 10px #0E6EB8;
}

.zx-service04:hover a {
    background: url(../images/online-icon4-4.png) no-repeat center top 10px #0E6EB8;
}

.zx-service05:hover a {
    background: url(../images/online-icon5-5.png) no-repeat center top 10px #0E6EB8;
}

.weixin-hide {
    width: 140px;
    padding: 125px 10px 10px;
    background: url(../images/wx.jpg) no-repeat center top 10px #0E6EB8;
    position: absolute;
    right: 81px;
    top: 0;
    display: none;
}

.weixin-hide span,
.weixin-hide b,
.weixin-hide em {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.weixin-hide span {
    line-height: 33px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}

.weixin-hide em {
    line-height: 35px;
}

.weixin-hide b {
    line-height: 13px;
    font-family: arial;
    font-size: 18px
}


.tel-hide {
    padding: 10px;
    background: #0E6EB8;
    position: absolute;
    right: 81px;
    top: 0;
    width: 140px;
    display: none;
}

.tel-hide li span,
.tel-hide li b {
    display: block;
    color: #fff;
}

.tel-hide li:first-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff
}

.tel-hide li span {
    line-height: 12px;
    font-size: 14px;
}

.tel-hide li b {
    line-height: 15px;
    font-size: 19px;
    font-family: arial;
    padding-top: 10px;
}

.zx-service03:hover .weixin-hide {
    display: block;
}

.zx-service04:hover .tel-hide {
    display: block;
}
@media (max-width:992px) {
    .zx-service{
        top: 70%;
        height: 80px;
    }
    .zx-service>ul>li{
        display: none;
    }
    .zx-service>ul>li:last-child{
        display: block;
    }
}
/*底部*/

.footer-top {
  background: #353535;
  height: 60px;
  line-height: 60px;
  background: #353535;
}

.footer-top ul {
    display: flex;
    align-items: center;
}

.footer-top ul li,
.footer-top ul li a {
    flex: 1;
    color: #D0D0D0;
    font-size: 15px;
    text-align: center;
}

.footer-top ul li a:after {
  content: '|';
  float: left;
  color: #727272
}

.footer-top ul li:hover a {
  color: #fff
}

.footer-top ul li:first-child a:after {
  content: '';
}

.footer-center {
  background: #222222;
  padding-bottom: 10px
}

.footer-center .f-logo {
  margin-top: 40px;
  color: #BEBEBE;
  width: 180px;
  font-size: 0.875rem;
  line-height: 1.25;
}
.footer-center .f-logo img {
  margin-bottom: 10px;
}

.footer-center .f-contact {
  margin-top: 25px;
  border-right: 1px solid #393939;
  padding-right: 35px;
  border-left: 1px solid #393939;
  padding-left: 30px;
}

.footer-center .f-contact h2 b {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold
}

.footer-center .f-contact h2 em {
  font-size: 12px;
  font-family: arial;
  color: #959595
}

.footer-center .f-contact h2 {
  padding: 10px 0 15px 0
}

.footer-center .f-contact-div span {
  display: block;
  color: #BEBEBE;
  line-height: 34px;
}

.footer-center .f-wx {
  margin-top: 20px;
}

.footer-center .f-wx h2 b {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold
}

.footer-center .f-wx h2 em {
  font-size: 12px;
  font-family: arial;
  color: #959595
}

.footer-center .f-wx h2 {
  padding: 10px 0 15px 0
}

.footer-center .f-wx-div dl {
  float: left;
  width: 110px;
  margin-right: 40px;
  text-align: center;
}
.footer-center .f-wx-div dl img{
  width: 110px;
  vertical-align: top;
}
.footer-center .f-wx-div dl dd {
  text-align: center;
  color: #BDBDBD;
  font-size: 13px;
  margin-top: 10px;
}

.footer-bottom {
    padding: 10px 0;
  background: #000000;
}

.footer-bottom div,
.footer-bottom div a {
  color: #BEBEBE
}

.footer-bottom div a:hover {
  color: #fff;
  text-decoration: underline;
}

.map-list .map-tit{
    font-size: 20px;
    font-weight: 600;
}
.map-list li{
    margin-bottom: 30px;
}
.map-list .map-row{
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.map-list .map-row p{
    width: 20%;
}
@media (max-width:992px) {
    .map-list .map-row p{
        width: 33.3%;
    }
}