
/*  */
.homeBox{
    width: 100%;
    /* height: 100%; */
    position: relative;
}
.homeBox_img{
    width: 100%;
    height: 8rem;
    background-image: url('../img/aboutbg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.homeBox_title{
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(0,-50%);
    z-index: 10;
}
.HTitle{
    font-size: .4rem;
    font-family: pb;
    color: #fff;
}
.HTitle_msg{
    font-size: .18rem;
    color: #fff;
}
.homeBox_But{
    width: 2.5rem;
    height: .6rem;
    background-color: rgb(234, 84, 18);
    margin-top: .2rem;
}
.homeBox_But>a{
    width: 100%;
    height: 100%;
    display: block;
}
/*  */
.indexwrap{
    width: 100%;
    min-height: 5rem;
    background-color: #fff;
}
.wrapCon{
    width: 85%;
    height: 100%;
    background-color: #eff1f9;
    display: flex;
    /* padding-left: .7rem; */
    padding:.7rem 0 .7rem .7rem;
    box-sizing: border-box;
    padding-bottom: 2rem;
}
.wrapCon_Text{
    width: 8rem;
    margin: auto 0;
    padding-left: 2rem;
    position: relative;
}
.wrapTaber{
    width: 46%;
    position: absolute;
    right: -49%;
    top: .9rem;
}
.wrapTaber>img{
    width: 100%;
    height: auto;
}
.wrapCon_Text1{
    font-size: 32px;
    color: #222222;
    font-family: pb;
}
.about01line {
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    position: relative;
    margin: 30px 0;
}
.about01line:before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ea5412;
}
.about01_msg{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 50px;
}
/*  */
.COUNTBox{
    width: 100%;
    background-image: url('../img/AbooutUs2.jpg');
    background-repeat: repeat;
    background-size: 100%;
    padding: 1rem 0;
}
.COUNTBox_content{
    width: 14rem;
    margin: auto;
}
.COUNTBox_t{
    text-align: center;
    font-size: .3rem;
    color: #fff;
    font-family: pb;
    margin-bottom: .4rem;
}
.OverviewBox_UL{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
}
.OverviewBox_UL li{
    width: 1.6rem;
}
.DataULC{
    width: 160px;
    height: 160px;
    background-color: #d1dce1;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 5px;
    margin: auto;
    position: relative;
}
.DataULC h2{
    width: 146px;
    height: 146px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 50%;
    top: 7px;
    left: 7px;
    position: absolute;
    font-size: 36px;
    color: #ea5412;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: .01rem solid #ea5412;
}
.DataULC_title{
    width: 100%;
    text-align: center;
}
.DataULC_title>div{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-top: 20px;
}
/*  */
.GroupCulture{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: 100px;
    background: #fff;
}
.GroupCulture_content{
    position: relative;
    padding-bottom: 100px;
    z-index: 1;
}
.GroupCulture_content1{
    margin: auto;
    width: 14rem;
}
.GroupCulture_content::after {
    content: "";
    display: block;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    background: url("../img/about05.jpg") 0% 0% / cover no-repeat;
}
.GroupCulture_t {
    text-align: center;
    font-size: 32px;
    color: rgb(34, 34, 34);
    margin-bottom: 50px;
    font-family: pb;
}
.GroupCulture_top {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    background: url("../img/about03.jpg") 0% 0% / cover no-repeat;
}
.GroupCulture_top li {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    padding: 0px 140px;
}
.GroupCulture_top li p {
    font-size: 13px;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
}
.GroupCulture_top li h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: rgb(255, 255, 255);
}
.GroupCulture_top li .h4 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 26px;
    margin-bottom: 30px;
    min-height: 78px;
}
.GroupCulture_top li strong {
    display: block;
    width: 40px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    margin: auto;
}
.GroupCulture_top li::after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0px;
    top: 10%;
}
.GroupCulture_B{
    width: 100%;
    margin-top: 40px;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.GroupCulture_B li {
    width: 32%;
    /* margin-right: 2%; */
    background-color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    margin-bottom: 2%;
    padding: 50px 0px;
}
.GroupCulture_B li::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(to right, rgb(255, 101, 34), rgb(226, 69, 0));
    z-index: 0;
    opacity: 0;
    transition: 0.3s;
}
.GroupCulture_B li:hover::after {
    opacity: 1;
}
.GroupCulture_B li .cont {
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
}
.GroupCulture_B li:hover p, .GroupCulture_B li:hover h3, .GroupCulture_B li:hover h4 {
    color: rgb(255, 255, 255);
}
.GroupCulture_B li p {
    font-size: 12px;
    color: rgb(170, 170, 170);
    margin-bottom: 10px;
}
.GroupCulture_B li h3 {
    font-size: 20px;
    color: rgb(34, 34, 34);
    font-weight: bold;
}
.GroupCulture_B li:hover strong {
    background-color: rgb(255, 255, 255);
}
.GroupCulture_B li strong {
    display: block;
    width: 20px;
    height: 2px;
    background-color: rgb(234, 84, 18);
    margin: 20px auto;
}
.GroupCulture_B li h4 {
    font-size: 15px;
    line-height: 26px;
    color: rgb(102, 102, 102);
}
/*  */
.GroupBox {
    width: 100%;
    box-sizing: border-box;
    padding: 100px 0;
    background-color: #fff;
}
.GroupBoxAnimate{
    text-align: center;
}
.GroupBoxAnimate h3 {
    font-size: 32px;
    color: #222222;
    font-family: pb;
}
.GroupBoxAnimate strong {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ea5412;
    margin: 20px auto;
}
.productionBox2_swiper{
    /* padding-bottom: 1rem; */
    /* position: relative; */
}
.page{
    position: relative;
}
.swiper1 .page .swiper-button-next, .swiper1 .page .swiper-button-prev {
    position: relative;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #ea5412;
    border: 1px solid #ea5412;
    border-radius: 4px;
    font-size: 14px;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-image: none;
    outline: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.swiper1 .page {
    display: flex;
    display: -webkit-flex;
    position: relative;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: calc((100% - 1300px) / 2);
    margin-top: 40px;
}
.swiper1 .page .swiper-button-next {
    margin-left: 10px;
}
.swiper1 .page .swiper-pagination {
    position: initial;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    margin-left: 30px;
}
.page>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: .2rem !important;
    left: 0;
    width: auto !important;
}
.mySwiper1_wrapper>.swiper-slide{
    /* width: 5rem !important; */
    /* height: 3.5rem; */
}
.swiper_li{
    /* width: 5rem; */
    /* height: 3.5rem; */
}
.swiper_li>a>img{
    width: 100%;
    height: 100%;
}
html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}
.swiper1 {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*  */
.about05wrapD {
    width: 100%;
    box-sizing: border-box;
    padding: 100px 0;
    text-align: center;
    background: url(../img/about_0223.jpg) no-repeat;
    background-size: cover;
}
.about05wrapD .line {
    display: block;
    width: 740px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: auto;
    margin-bottom: 50px;
}
.about05wrapD p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}
.about05wrapD h3 {
    font-size: 28px;
    color: #ffffff;
}
.about05wrapD strong {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ea5412;
    margin: 30px auto;
}
.about05wrapD .more {
    background-color: #ffffff;
    color: #ea5412;
    width: 170px;
    height: 44px;
    line-height: 44px;
    border: none;
    margin: auto;
    display: block;
}
/*  */