
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;
}
.homeBox_mySwiper{
    height: 8rem;
}
.homeBox{
    width: 100%;
    /* height: 100%; */
    position: relative;
}
.homeBox_title{
    position: absolute;
    top: 65%;
    left: 10%;
    transform: translate(0,-50%);
    z-index: 10;
}
.HTitle{
    font-size: .48rem;
    font-family: pb;
    /* color: #fff; */
}
.HTitle1{
    font-size: .3rem;
    line-height: .38rem;
    margin: .2rem 0;
    font-family: pb;
    color: #fff;
}
.HTitle_msg{
    font-size: .24rem;
}
.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;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: .6rem;
}
.indexwrap{
    width: 100%;
    /* height: 7rem; */
    background-color: #fff;
}
.wrapCon{
    /* width: 90%; */
    /* height: 100%; */
    background-color: #eff1f9;
    /* display: flex; */
    /* padding-left: .7rem; */
    /* padding:.7rem 0 .7rem .7rem; */
    box-sizing: border-box;
    position: relative;
    padding: .2rem 0;
}
.wrapCon_img{
    /* width: 8.8rem; */
    padding: .1rem;
    height: 5.5rem;
    box-sizing: border-box;
}
.wrapCon_img>img{
    width: 100%;
    height: 100%;
}
.wrapCon_Text{
    /* width: 4.5rem; */
    margin: auto 0;
    /* padding-left: .9rem; */
    padding: .3rem .5rem;
}
.wrapCon_TextT{
    font-size: 36px;
    color: #222222;
    font-family: pb;
    line-height: 42px;
    margin-top: 10px;
}
.wrapCon_TextM{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 40px;
}
.wrapTaber{
    /* position: absolute; */
    right: -5%;
    top: 1.6rem;
    display: flex;
    width: 100%;
    margin-top: .2rem;
    justify-content: space-around;
}
.wrapTaber>div>img{
    width: 2.2rem;
    height: 1.5rem;
}
.wrapTaber1{
    width: 2.2rem;
    height: 1.5rem;
    margin-bottom: .1rem;
    position: relative;
    cursor: pointer;
}
.wrapTaber1>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8rem;
    height: 1.3rem;
}
.Mission{
    font-size: 13px;
    color: #ea5412;
    margin-bottom: 10px;
    font-weight: bold;
}
/*  */
.productionBox{
    width: 100%;
    /* height: 4.18rem; */
    background-color: #fff;
}
.productionBox_content{
    /* width: 14rem; */
    /* height: 3.8rem; */
    margin: auto;
    /* padding-top: .8rem; */
    padding: .3rem .5rem;
}
.productionBox1{
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.productionBox1_imgBox{
    height: 4.8rem;
    display: none;
}
.productionBox1_imgBox img{
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    opacity: 0;
    transition: all .3s;
    position: absolute;
    left: 0;
    top: 0;
}
.productionBox1_ul{
    width: 100%;
    /* position: absolute; */
    top: 0;
    left: 0;
    /* display: flex; */
    /* display: -webkit-flex; */
    height: 100%;
}
.productionBox1_ul_li{
     width: 95%; 
    height: 100%;
    border: 0.01rem solid #999;
    cursor: pointer;
    padding: .4rem .2rem;
    box-sizing: border-box;
    margin: auto;
    margin-bottom: .2rem;
    /* overflow: hidden; */
    /* position: relative; */
}
/* .productionBox1_ul_li:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #fc761e, #c23d02);
    opacity: 0;
    transition: all .3s;
} */
/* .productionBox1_ul_li:hover:after {
    opacity: 0.8;
} */
.productionBox1_ul_li>img{
    width: .5rem;
    height: .5rem;
    z-index: 1;
    /* position: relative; */
}
.productionBox1_ul_msgBox{
    /* position: absolute; */
    left: 0;
    top: 100%;
    width: 100%;
    box-sizing: border-box;
    /* padding: 0 40px; */
    /* transform: translateY(-1.2rem); */
    /* -webkit-transform: translateY(-1.2rem); */
    /* transition: all .3s; */
    /* padding-bottom: 40px; */
    z-index: 1;
}
.ul_msgBox_title{
    font-size: 26px;
    /* color: #ffffff; */
    font-family: pb;
    word-wrap: break-word;
}
.productionBox1_ul_li:hover .productionBox1_ul_msgBox {
    /* transform: translateY(-100%); */
    /* -webkit-transform: translateY(-100%); */
}
.ul_msgBox_Msg{
    font-size: 16px;
    line-height: 30px;
    /* color: #FFFFFF; */
    margin-top: 30px;
    /* opacity: 0; */
    transition: all .3s;
    /* transform: translateY(.6rem); */
    /* -webkit-transform: translateY(.6rem); */
}
.productionBox1_ul_li:hover .productionBox1_ul_msgBox .ul_msgBox_Msg {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}
.productionBox1_ul_msgBox strong {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #FFFFFF;
    margin-top: 20px;
}
/*  */
.productionBox2{
    width: 100%;
    /* height: 4.18rem; */
    background-color: #fff;
}
.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;
    margin-left: .2rem;
}
.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%;
}
.swiper_li>a>div{
    font-size: .32rem;
    text-align: center;
    margin: .2rem .2rem;
    color: #000;
}
.OurAdvantagesBox{
    width: 100%;
    box-sizing: border-box;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    background-image: url('../img/paper-machine-newsbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.OurAdvantagesBox_l{
    /* width: 60%; */
    box-sizing: border-box;
    padding-left: calc((100% - 1300px) / 2);
    margin: 0;
    /* padding-right: 80px; */
    padding: .4rem;
}
.OurAdvantagesBox_R{
    /* width: 40%; */
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    padding: .3rem .5rem .3rem .5rem;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}
.HTitle{
    font-size: .48rem;
    font-family: pb;
    color: #fff;
}
.HTitle_msg{
    font-size: .35rem;
    margin-top: .1rem;
    color: #fff;
    margin-bottom: .1rem;
}
.OurAdvantagesBox_l_Mission{
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}
.OurAdvantagesBox_R_content{
    width: 100%;
}
.OurAdvantagesBox_R_Ul .Aitem{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-decoration: none;
}
.Aitem:hover::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #ea5412;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all .3s;
}
.Aitem:hover:after {
    width: 100%;
}
.OurAdvantagesBox_R_Ul .Aitem:hover .Aitem_title {
    color: #ea5412;
}
.OurAdvantagesBox_R_Ul .Aitem>div:first-child{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.OurAdvantagesBox_R_Ul .Aitem>div:last-child{
    font-size: 14px;
    line-height: 24px;
    opacity: 0.8;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.DataOverviewBox{
    width: 100%;
    background-image: url('../img/paper-machine-bg_map.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.DataOverviewBox_title{
    font-size: .48rem;
    font-family: pb;
    line-height: .48rem;
}
.DataOverviewBox_content{
    width: 90%;
    margin: auto;
    padding: 1rem 0;
    box-sizing: border-box;
}
.DataOverviewBox_Msg{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 40px;
    /* width: 75%; */
}
.OverviewBox_UL{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
    flex-wrap: wrap;
}
.OverviewBox_UL li{
    width: 3rem;
}
.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: #666666;
    margin-top: 20px;
}
/*  */
.OnlineMessage{
    width: 100%;
    box-sizing: border-box;
    background-color: rgb(241, 242, 243);
    position: relative;
    /* height: 5rem; */
}
.OnlineMessage_content {
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: auto;
    /* width: 13rem; */
}
.OnlineMessage_content>div{
    /* width: 13rem; */
    /* display: -webkit-flex; */
    justify-content: space-between;
    align-items: center;
    /* margin: auto; */
}
.i_icon{
    /* width: 13rem; */
}
.OnlineMessage_content::after {
    content: "";
    /* display: block; */
    /* width: 50%; */
    /* height: 100%; */
    /* position: absolute; */
    right: 0px;
    top: 0px;
    z-index: 0;
    /* background: url('../img/AboutUs1.jpg') 0% 0% / cover no-repeat; */
}
.OnlineMessage_L {
    /* width: 50%; */
    box-sizing: border-box;
    /* padding-right: 160px; */
    padding: .3rem .5rem;
    box-sizing: border-box;
}
.OnlineMessage_R {
    /* width: 50%; */
    box-sizing: border-box;
    /* padding: 120px 0px 120px 160px; */
    /* z-index: 1; */
    padding: .3rem .5rem;
    box-sizing: border-box;
}
.OnlineMessage_L>div:first-child{
    font-size: 36px;
    /* color: rgb(34, 34, 34); */
    font-weight: bold;
    line-height: 42px;
    margin-top: 10px;
    margin-bottom: .3rem;
}
.OnlineMessage_L>div:nth-child(2){
    font-size: 17px;
    line-height: .45rem;
    color: #666666;
}
.OnlineMessage_LMsg{
    margin-top: .5rem;
    color: #666666;
    font-size: .32rem;
}
.OnlineMessage_LMsg>div{
    line-height: 1.5;
}
.OnlineMessage_LMsg>div>a{
    color: #666666;
    text-decoration: none;
}
.OnlineMessage_RT {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 40px;
}
.fromInput span{
    display: block;
    overflow: hidden;
}
.fromInput span input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
    color: #888888;
    height: 36px;
    padding: 0 20px;
}
.fromInput span textarea {
    width: 100%;
    height: 110px !important;
    resize: none;
    outline: none;
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 14px !important;
    color: #888888;
}
.fromInputBut{
    margin-top: 30px;
    width: 140px;
    height: 40px;
    
    background-color: #ea5412;
    border-radius: 4px;
    cursor: pointer;
}
.fromInputBut>a{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 38px;
    display: block;
}
.fromInputBut>button{
      width: 100%;
    height: 100%;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    display: block;
    background: #ea5412;
    border: none;
    font-size: 18px;
}