﻿.right-box {
    height: 100%;
    width: 50%;
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 999;
}

.right-bg {
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.right-list-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.right-list-box li {
    width: 100%;
    line-height: 50px;
}

.right-list-box li a {
    display: block;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.right-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
}

.right-nei-list li {
    background: #f44;
    margin-top: 5px;
}

.right-nei-list li a {
    height: 30px;
    line-height: 30px;
}

.show-bg {
    background: #f44;
    margin-bottom: 5px;
}

.title-box {
    height: 50px;
    width: 100%;
    position: fixed;
    /* background: #000; */
    /* opacity: 0.4; */
    top: 0px;
    left: 0px;
    z-index: 990;
    display: flex;
    align-items: center;
}

.title-bg {
    height: 50px;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: #000;
    opacity: 0.4;
}

.logo {
    margin-left: 20px;
}

.logo-text {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-left: 4px;
}

.home {
    position: absolute;
    right: 45px;
    width: 26px;
    height: 26px;
    display: flex;
}

.home img {
    width: 26px;
    height: 26px;
}

.change {
    position: absolute;
    right: 10px;
    height: 20px;
    width: 20px
}

.banner-box {
    width: 100%;
    /* height: 240px; */
    margin-bottom: 20px;
}

.banner-box img {
    width: 100%;
    /* height: 100%; */
}

.content-title {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    clear: both;
    margin-left: 4%;
    width: 92%;
}

.list-item {
    width: 44%;
    height: 120px;
    position: relative;
    margin-left: 4%;
    float: left;
    margin-bottom: 15px;
}

.list-item img {
    width: 100%;
    height: 100%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 0;
}

.list-item h3 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    background: #15597E;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.7;
}

.content-show-box {
    width: 92%;
    margin-left: 4%;
}

.show-img {
    /* height: 320px; */
    width: 100%;
    /* background: #efefef; */
}

.show-img .img {
    /* height: 250px; */
    width: 100%;
}

.show-img img {
    /* height: 100%; */
    width: 100%;
}

.show-img-text {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    overflow: hidden
}

.show-img-time {
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}

.show-img-time span {
    float: right;
    margin-right: 10px;
}

.show-more {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-more a {
    display: block;
    height: 30px;
    width: 100px;
    text-align: center;
    line-height: 30px;
    background: #f44;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
}

.content-show-box2 {
    border: 1px solid #ccc;
    border-top: none;
}

.show-text-box {
    width: 100%;
}

.show-text {
    padding: 2px;
    font-size: 12px;
    color: #999;
    line-height: 15px;
    
}

.show-text-title {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    overflow: hidden;
    color: #000;
    padding: 0 10px;
}

.content-tt-item {
    width: 92%;
    margin-left: 4%;
}

.content-tt-list {
    width: 92%;
    margin-left: 4%;
}

.tt-item {
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}

.tt-imgs {
    width: 35%;
    height: 80px;
    background: #ccc;
}

.tt-imgs img {
    width: 100%;
    height: 100%;
}

.tt-text-box {
    width: 62%;
    height: 80px;
    margin-left: 3%;
}

.tt-title {
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
}

.tt-del {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.more-box {
    height: 30px;
    line-height: 30px;
    width: 92%;
    margin-left: 4%;
}

.more-box a {
    color: #999;
    font-size: 14px;
    float: right;
}

.huans-title {
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #15597E;
    font-size: 16px;
    font-weight: bold;
}

.huans-list-box {
    height: 130px;
    width: 100%;
    border: 1px solid #15597E;
    border-left: none;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-box-content {
    margin-top: 20px;
    clear: both;
padding-top:30px;
}

.huans-item-imgs img {
    float: left;
    height: 100px;
    width: 150px;
    margin-right: 20px;
}

.huans-item-imgs-box img {
    float: left;
    height: 100px;
    width: 150px;
    margin-right: 20px;
}

.huans-list-item-box {
    width: 800px;
    height: 100px;
    overflow: hidden;
}

.huans-item-imgs,
.huans-item-imgs-box {
    float: left;
    font-size: 14px;
}

.huans-list-item {
    width: 500%;
    /*这个属性很重要 让容器有足够的宽度实现滚动*/
    float: left;
}


/**********页面底部  footer**********/

.footer-box {
    margin-top: 20px;
    clear: both;
}

.footer-bottom {
    height: 40px;
    width: 100%;
    position: relative;
}

.bottom-bg {
    height: 40px;
    background: #000;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.bottom-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    font-size: 12px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-content-box {
    width: 92%;
    margin-left: 4%;
}

.footer-title {
    line-height: 20px;
    font-size: 14px;
    color: #15597E;
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
}

.footer-address {
    line-height: 20px;
    font-size: 12px;
    color: #000;
    width: 100%;
    margin-bottom: 5px;
}

.footer-tel {
    line-height: 20px;
    font-size: 14px;
    color: #000;
    width: 100%;
    margin-bottom: 5px;
}

.footer-ewm-box {
    height: 180px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.ewm-img-box {
    width: 48%;
    height: 180px;
}

.ewm-img-box1 {
    margin-right: 4%;
}

.ewm-img-box div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ewm-img-box div img {
    height: 120px;
    width: 120px;
    background: #ccc;
}

.ewm-title {
    color: #fff;
    height: 30px;
    background: #15597E;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    width: 120px;
}

.show-jl {
    /* height: 320px; */
    background: #efefef;
}

.kctx-item {
    width: 100%;
    display: block;
}

.kctx-item img {
    width: 100%;
}

.yghz-title {
    line-height: 25px;
    text-align: center;
    font-size: 17px;
    color: #333;
    font-weight: bold;
    clear: both;
    margin-left: 4%;
    width: 92%;
    overflow: hidden;
    margin-bottom: 15px;
}

.yghz-text {
    font-size: 15px;
    color: #5f5f5f;
    line-height: 20px;
    width: 92%;
    margin-left: 4% !important;
}

.yghz-list-box {
    column-gap: 10px;
    width: 100%;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.yghz-list-box img {
    width: 100%;
    height: 100%;
}

.zxhd-content-box {
    width: 92%;
    margin-left: 4%;
    padding: 5px 0;
}

.zxhd-list-item {
    background: #fff;
    margin-top: 20px;
}

.zxhd-list-item img {
    width: 100%;
}

.zxhd-text {
    line-height: 20px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding: 0 5px;
}

.zxhd-time {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    text-align: right;
    padding: 0 5px;
}

.getMore {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    clear:both;
}

.letter-list-box {
    width: 90%;
    margin-left: 7%;
    /*column-count: 2;
    column-gap: 4%;*/
}

.letter-item {
    border-radius: 5px;
    background: #fff;
    margin-bottom: 10px;
    width:45%;
    margin-right:5%;
    float:left;
}

.letter-item img {
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.letter-item .title {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding: 0 5px;
}

.letter-item .time {
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    padding: 0 5px;
}

.content-yg-box {
    width: 92%;
    margin-left: 4%;
}

.yg-banner-box {
    width: 100%;
}

.yg-banner-box img {
    width: 100%;
    border-radius: 5px;
}

.yg-detail-box {
    width: 100%;
}

.yg-item {
    padding: 0 5px;
    margin-bottom: 20px;
}

.item-title {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
}

.yg-text {
    font-size: 14px;
    color: #807e7e;
    line-height: 20px;
    text-indent: 2em;
}

.yg-jianjie-box {
    width: 100%;
}

.jianjie-top {
    height: 36px;
    width: 96%;
    background: #15597E;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 0 2%;
    line-height: 36px;
    overflow: hidden;
}

.jianjie-text-box {
    width: 100%;
}

.top-part {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 210px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.top-part img {
    height: 100%;
}

.bottom-part {
    font-size: 14px;
    color: #807e7e;
    line-height: 20px;
    text-indent:2em;
}

.yg-addres-box {
    margin-top: 40px;
}

.address-img {
    width: 100%;
    margin-top: 10px;
}

.address-img img {
    width: 100%;
}

.address-box-more,
.address-item {
    width: 100%;
}

.branchName {
    font-size: 15px;
    color: #c8000b;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.branchAddress {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.telPhone {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.address-img-box {
    width: 100%;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-img-box img {
    width: 30%;
    margin-right: 3%;
}

.address-img-box img:last-child {
    width: 30%;
    margin-right: 0;
}

.yg-ewm-box {
    width: 100%;
}

.ewm-more-box {
    width: 100%;
    margin-top: 15px;
}

.ewm-item {
    width: 46%;
    margin: 0 2%;
    margin-bottom: 15px;
    float: left;
}

.ewm-item dl {
    width: 100%;
    height: 160px;
}

.ewm-item dl dd {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ewm-item dl dd img {
    width: 120px;
    height: 120px;
}

.ewm-item dl dt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}

.child {
    margin-bottom: 20px;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    color: #fff;
}

.boxImg {
    height: 100%;
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
}

.boxImg img {
    width: 100%;
}