.home_title {
    color: #222222;
    font-size: 36px;
}

.home_desc {
    margin-top: 0;
}

.dyTitle {
    padding: 25px 0;
    box-sizing: border-box;
}

.home_etitle {
    font-size: 14px;
    color: #222222;
    line-height: 1.6;
    text-align: center;
    padding-top: 10px;
}

.ldItem {
    display: flex;
    background: #AF361E;
}

.ldItem2 {
    flex-direction: row-reverse;
}

.ldItem .img {
    width: 50%;
}

.ldItem .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ldItem .desc {
    width: 50%;
    padding: 45px;
    box-sizing: border-box;
}

.ldItem .desc .atit {
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.5;
    margin-bottom: 10px;
}

.ldItem .desc .btit {
    width: 95px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 15px;
    color: #AF361E;
    font-weight: bold;
    margin-bottom: 5px;
}

.ldItem .desc .ctit {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2;
}

.ldImgList {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 30px;
}

.ldImgList .img {
    width: calc(33.333% - 14px);
    margin: 0px 20px 0 0;
}

.ldImgList .img:nth-of-type(3n) {
    margin-right: 0;
}

.ldImgList .img img {
    width: 100%;
}


.mySwiperld {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.mySwiperld .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ldlb .swiper-button-next::after,
.ldlb .swiper-button-prev::after {
    display: none;
}

.ldlb .swiper-button-next,
.ldlb .swiper-button-prev {
    display: block;
    width: 26px;
    height: 55px;
    margin-top: -55px;
    background: rgba(255, 255, 255, .9);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.ldlb .swiper-button-prev {
    border-radius: 0px 10px 10px 0px;
    left: 0;
}

.ldlb .swiper-button-next {
    border-radius: 10px 0px 0px 10px;
    right: 0;
}

.ldlb .swiper-button-next:hover,
.ldlb .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 1);
}

.lblbItem {
    display: block;
    width: 100%;
}

.lblbItem .img {
    width: 100%;
    overflow: hidden;
}

.lblbItem .img img {
    width: 100%;
    transition: .5s;
}

.lblbItem p {
    box-sizing: border-box;
    display: block;
    width: 100%;
    line-height: 60px;
    height: 60px;
    text-align: center;
    padding: 0 10px;
    font-size: 18px;
    color: #FFFFFF;
    background: #AF361E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.ldaBtns {
    display: flex;
    margin: 30px auto 0;
    width: 700px;
    border: 2px solid #AF361E;
    border-radius: 30px;
    overflow: hidden;
}

.ldaBtns .btn {
    width: 50%;
    text-align: center;
    display: block;
    line-height: 60px;
    font-size: 24px;
    color: #222222;
}

.ldaBtns .btn1 {
    background: #AF361E;
    color: #FFFFFF !important;
}

.ldaBtns .btn1:hover {
    background: #FFFFFF;
    color: #AF361E !important;
}

.ldaBtns .btn2:hover {
    background: #AF361E;
    color: #FFFFFF !important;
}


.wlList {
    display: flex;
    flex-wrap: wrap;
}

.wlItem {
    width: calc(16.66666% - 13px);
    margin: 0 15px 0 0;
}

.wlItem:nth-of-type(6n) {
    margin-right: 0;
}

.wlItem .img {
    overflow: hidden;
}

.wlItem .img img {
    width: 100%;
}

.wlItem p {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: #AF361E;
    background: #FFFFFF;
    height: 50px;
    line-height: 49px;
    border: 1px solid #CCCCCC;
    border-top: none;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.glxt {
    display: flex;
    background: #F6F6F6;
}

.glxt .videoBox {
    width: 45%;
    position: relative;
    background: #000000;
}

.glxt .videoBox::after {
    content: "";
    display: block;
    position: absolute;
    height: 63px;
    width: 63px;
    background: url(../images/playIcon1.png);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.glxt .videoBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .55;
}

.glxt .desc {
    width: 55%;
    padding: 30px 60px 30px 45px;
    box-sizing: border-box;
}

.glxt .desc strong {
    font-size: 21px;
    color: #AF361E;
    line-height: 1.5;
    display: block;
    padding-bottom: 4px;
}

.glxt .desc p {
    font-size: 16px;
    color: #222222;
    line-height: 1.5;
}

.glxt .desc p span {
    display: inline-block;
}

.glxt .desc p+strong {
    padding-top: 25px;
}


.layui-layer-video {
    max-width: 1000px;
}

.layui-layer-video video {
    display: block;
    width: 100%;
}



.ldSjtList {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.ldSjtItem {
    width: calc(33.3333% - 20px);
    margin: 0 30px 30px 0;
    box-shadow: 0px 0px 6px 0px #aaa;
}

.ldSjtItem:nth-of-type(3n) {
    margin-right: 0;
}


.dysec5 {
    padding-bottom: 30px;
}

.img100 {}

.img100 img {
    width: 100%;
}

.zxbq {
    max-width: 1300px;
    position: relative;
    margin: 50px 0;
}

.zxbq .img {}

.zxbq .img img {
    width: 100%;
}

.zxbq .desc {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 0 55px;
}

.zxbq .desc .atit {}

.zxbq .desc .btit {
    display: flex;
    align-items: center;
    margin: 18px 0;
}

.zxbq .desc .btit span {
    margin-left: 3px;
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

.zxbq .desc .btit em {
    display: block;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
}

.zxbq .desc .ctit {
    display: block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    background: #FFFFFF;
    border-radius: 22px;
    text-align: center;
    font-size: 22px;
    color: #AF361E;
    font-weight: bold;
}




/* 6_30 */

.wlListItemBox {
    margin-bottom: 27px;
}

.wlTitle {
    color: #fff;
    width: 105px;
    text-align: center;
    font-size: 16px;
    line-height: 72px;
    background: #AF361E;
}

.wlListItem {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.wlListItem:last-child {
    margin-bottom: 0;
}

.wlA {
    width: 1040px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 16px;
    height: 70px;
    font-weight: 400;
    color: #222222;
    border: 1px solid #ccc;
    border-left: none;
}



/* 7_6 */
.dysec7 {
    background: #AF361E;
    padding: 55px 0 40px;
    margin-top: 66px;
}

.fjBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.fjLeft {
    width: calc(100% - 620px);
    background: #fff;
    border-radius: 15px;
    padding: 35px;
    z-index: 1;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 26px;
    padding-right: 24px;
    
}

.fjRight {
    width: 645px;
    margin-left: -50px;
    padding: 5px;
    background: #fff;
    position: relative;
}

.fi {
    position: absolute;
    content: "";
    background: url(../images/playIcon.png);
    width: 66px;
    height: 66px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.fjRight img {
    width: 100%;
    height: 100%;
}

.fjTitle {
    font-size: 36px;
    font-weight: bold;
    color: #222222;
}

.fjeTitle {
    font-size: 22px;
    color: #AF361E;
    margin: 10px 0;
    font-weight: bold;
}

.fjcontent {
    line-height: 33px;
}

/* 7_20 */
.service {
    padding: 30px 0;
}

.serviceBox {
    margin-top: 20px;
}

.jjfaBox ul {
    display: flex;
    justify-content: space-between;
}

.jjfaBox .pic {
    padding: 2px;
    padding-bottom: 0;
    /* max-width: 236px; */
    width: 100%;
    /* height: 135px; */
    max-height: 185px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}

.jjfaBox .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 185px;

}

.jjfaBox .item {
    background: #F5F5F5;
}

.jjfaBox li {
    width: calc(25% - 25px);
}

.jjfaBox .title {
    margin-top: 15px;
    /* padding-left: 17px; */
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
    color: #222222;
}

.jjfaBox .desc {
    box-sizing: border-box;
    border-bottom: 3px solid #f5f5f5;
    height: 138px;
    padding-left: 17px;
    padding-right: 20px;
    font-size: 14px;
    color: #555555;
    line-height: 22px;
}

.jjfaBox .item:hover .desc {
    border-color: #AF371C;
}


.switchItem {
    margin-right: 30px;
    font-size: 16px;
    padding: 2px 15px;

}

.switchItem:last-child {
    margin-right: 0;
}

.switchItem.active {
    background-color: #cc0000;
    color: #FFFFFF;
}

.newSwitchBox {

    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.newsMain a {
    width: calc(50% - 33px);
    display: inline-block;
    margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
    margin-right: 33px;
    float: left;
}
.newsMain a:nth-child(2n){
    margin-right: 0;
}

.newsMain {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* justify-content: space-around; */
}

.newsMD {
    font-size: 30px;
    font-weight: bold;
    color: #AF371D;
}

.newsY {
    font-size: 16px;
    color: #222222;
}

.newsTitle {
    margin-bottom: 15px;
    font-size: 16px;
    color: #222222;
}

.newsDesc {
    font-size: 14px;
    color: #777777;
    height: 75px;
    overflow: hidden;
    width: 405px;
}

.newsItem {
    display: flex;
    /* padding-left: 24px; */
    padding-bottom: 25px;
    padding-right: 20px;
}

.newsData {
    text-align: right;
    width: 20%;
    margin-right: 30px;
}

.newsContent {
    width: 80%;
}

.zdhalBox {
    position: relative;
}

.swiper-pagination.dd {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.zdhal {
    overflow: hidden;
    position: relative;
    margin-bottom: 45px;
}


.swiper-pagination-bullet {
    margin-right: 5px !important;
    width: 10px;
    height: 5px !important;
    background: #777777 !important;
    border-radius: 2px !important;
    opacity: 1!important;
}

.swiper-pagination-bullet-active {
    width: 30px !important;
    height: 5px !important;
    background: #AF361E !important;
    border-radius: 2px !important;
}


.dysec4 .dyTitle {
    padding-top: 45px;
}

.spacePt .dyTitle {
    padding-top: 0;
}

.spacePt .mySwiperld {
    margin-top: 0;
}

.spacePt .lblbItem p {
    background: #fff;
    color: #000;
    border: 1px solid #EFF0F5;
    border-top:none;
}

.spacePt .ldlb .swiper-button-next,.spacePt .ldlb .swiper-button-prev{
    background:#AF361E;
}
