header {
    background-color: #f5f5f5;
}
.tabs {
    width: 100%;
    background-color: #f8f8f8;
    color: #182E46;
    height: 50px;
    line-height: 50px;
    user-select: none;
    border-bottom: 1px solid #d8d8d8;
    /* cursor: pointer; */
  }
/* 轮播 */
.txtMarquee-left {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.txtMarquee-left .bd {
    width: 100%;
}

.txtMarquee-left .bd li>div {
    width: 32%;
    display: inline-block;
    height: 470px;
    background-color: #f8f8f8;
}

.txtMarquee-left .bd li {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.txtMarquee-left .bd li .text {
    width: 90%;
    margin: 10px;
}

.txtMarquee-left .bd li .text .btn {
    width: 108px;
    height: 35px;
    margin-top: 10px;
    display: block;
    font-size: 14px;
    background: #D8D8D8;
    color: #fff;
    border-radius: 17px;
    text-align: center;
    line-height: 35px;
}

.txtMarquee-left .bd li .text .btn:hover {
    background-color: #2C5595;
    cursor: pointer;
}

.txtMarquee-left .bd li .text :first-child {
    line-height: 40px;
}

.txtMarquee-left .bd li .text p:not(:first-child) {
    line-height: 20px;
    margin-top: 5px;
    font-weight: 400;
    color: #596169;
}

.txtMarquee-left .bd img {
    clear: both;
    width: 100%;
    height: 260px;
}

.prev {
    position: absolute;
    top: 50%;
    left: 4%;
    margin-top: -18px;
    display: inline-block;
}

.next {
    position: absolute;
    top: 50%;
    right: 4%;
    margin-top: -18px;
    display: inline-block;
}

.next img,
.prev img {
    width: 21px;
    height: 36px;
    /* background-color: #ffffff; */
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.next img:hover,
.prev img:hover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}


.txtMarquee-left .hd {
    width: 100%;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: -40px;
    z-index: 1;
}

.txtMarquee-left .hd ul {
    overflow: hidden;
    zoom: 1;
    display: table;
    margin: 0 auto;
}

.txtMarquee-left .hd ul li {
    float: left;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    line-height: 14px;
    text-align: center;
    background: #D8D8D8;
    cursor: pointer;
    /* opacity: 0.5; */
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}


.txtMarquee-left .hd ul li+li {
    margin-left: 4px;
}

.txtMarquee-left .hd ul li.on {
    background: #2C5595;
}

/* 轮播  end*/

.navBox .navBox_top {
    width: 100%;
    height: 50px;
    font-family: MicrosoftYaHei;
    color: #666666;
}

.navBox .navBox_top p {
    line-height: 50px;
}

.navBox .navBox_top p span {
    color: #333;
}

.navBox .navBox_top .navBox_phone {
    color: #8f4739;
    font-family: SourceHanSerifCN-Bold;
}

.navBox .navBox_top .navBox_phone img {
    vertical-align: middle;
    width: 23px;
    height: 22px;
    margin-top: -4px;
}

.navHeader {
    width: 100%;
    background: #fff;
    padding: 23px 0px;
}

.navHeader .index_logo {
    height: 54px;
}

.navHeader .public_topNav {
    margin-left: 110px;
}

.navHeader .public_topNav li {
    float: left;
    position: relative;
    z-index: 999999;
}

.navHeader .public_topNav li a {
    line-height: 54px;
    font-family: MicrosoftYaHei;
}

.navHeader .public_topNav li+li {
    margin-left: 50px;
}

.searchBox {
    position: relative;
    margin-top: 4px;
}

.navHeader .searchBox input {
    width: 200px;
    height: 45px;
    border-radius: 22px;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.navHeader .searchBox .search_icon {
    width: 19px;
    height: 19px;
    position: absolute;
    right: 19px;
    top: 13px;
}

.navHeader .public_topNav li.active a {
    color: #2C5595;
}
.jj{
    overflow: auto;
    height: 95px;
}
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 246, 255, 1);
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    /* background: #ededed; */
}
.navHeader .public_topNav li.active:before {
    /* content: "";
    display: block;
    width: 19px;
    height: 14px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -9.5px;
    background: url("../images/navActive.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/navActive.png', sizingMethod='scale'); */
}