
/*  */
.pcc {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.ydd {
    display: none !important;
}

.homeBox {
    width: 100%;
    /* height: 100%; */
    position: relative;
}

.homeBox_img {
    width: 100%;
    height: 8rem;
    /*background-image: url('../img/productbg.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;
}

.pcc img {
    width: 100% !important;
}

/*  */
.products1Box {
    width: 100%;
    background-color: #fff;
    /* margin: .5rem 0; */
    padding-bottom: .5rem;
    position: relative;
}

.wrapCon_Text {
    /* width: 10.5rem; */
    margin: auto 0;
    /* padding-left: .9rem; */
    position: relative;
    padding-top: .5rem;
}

.wrapCon_Text1 {
    font-size: 32px;
    color: #222222;
    font-family: pb;
}

.products1Box_T {
    font-size: 32px;
    color: #222222;
    font-family: pb;
    /* padding-top: .5rem; */
}

.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: 0.18rem;
    line-height: 30px;
    color: #666666;
    text-align: left;
    margin-bottom: 20px;
}

.products1Box01 {
    width: 15rem;
    margin: 0 auto;
    /* margin-bottom: 1rem; */
    box-sizing: border-box;
    padding-right: 3.5rem;
}

.products1Box_swiper {
    width: 8rem;
    height: 6.1rem;
    margin: auto;
}

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;
}

.wrapCon_Text_02Ul {
    width: 10.5rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    color: #666;
    line-height: 0.35rem;
}

.wrapCon_Text_02Ul li {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
}

.wrapCon_Text_02Ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #666666;
    border-radius: 50%;
    left: 0;
    top: 15px;
    position: absolute;
}

.productlist {
    overflow: hidden;
    width: 100%;
}

.productlist li {
    width: 49%;
    float: left;
    list-style-type: none;
    margin-left: 0.5%;
    margin-right: 0.5%;
    border: 2px solid #efebeb;
    padding: 0;
    margin-bottom: 20px;
}

.productlist li span {
    display: block;
    font-size: 20px;
    text-align: center;
}

.productlist li a {
    display: block;
    width: 2rem;
    height: 0.5rem;
    background: #ea5412;
    border-radius: 0.5rem;
    color: #fff;
    font-family: 'pb';
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.2rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
}

.wrapCon_Text_02Ul li span+a.tantantan {
    min-width: 60%;
    width: fit-content;
    padding: 0 .1rem;
}

.productlist li img {
    width: 100%;
    height: 3.9rem;
}

.productlist li:before {
    background: none;
}

.Applications_img {
    width: 100%;
    margin-top: 50px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Applications_img a {
    width: 33%;
    box-sizing: border-box;
    overflow: hidden;
    cursor: default;
    position: relative;
    margin-bottom: .1rem;
}

.Applications_img a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    z-index: 1;
}

.Applications_img a img {
    display: block;
    width: 100%;
    transition: all .6s;
}

.Applications_img a:hover::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}

.Applications_img a:hover img {
    transform: scale(1.1);
}

.Related_Videos {
    width: 100%;
    height: 7rem;
}

.Related_Videos>img {
    width: 100%;
    height: 100%;
}

/*  */
.products3Box {
    width: 100%;
    padding: 80px 0;
    background: url("../img/contact_bg.jpg") no-repeat fixed;
    background-size: cover;
}

.products3Box_content {
    width: 10rem;
    margin: auto;
}

.products3Box_t {
    font-size: 30px;
    color: #222222;
    margin-bottom: 40px;
    font-family: pb;
    text-align: center;
}

.fromInput {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fromInput span {
    display: block;
    display: inline-block;
    overflow: hidden;
}

.fromInputL {
    width: 49%;
}

.fromInputB {
    width: 100%;
}

.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: 18px;
    color: #888888;
    height: 46px;
    padding: 0 20px;
}

.fromInput span textarea {
    width: 100%;
    height: 110px;
    resize: none;
    outline: none;
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #888888;
}

.fromInputBut {
    margin-top: 30px;
    width: 140px;
    height: 40px;
    background-color: #ea5412;
    border-radius: 4px;
    cursor: pointer;
    margin: auto;
}

.fromInputBut>a {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    display: block;
    font-size: 20px;
}
.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: 20px;
}


/*  */
/*  */

.products1Box01_fixed.on {
    opacity: 1;
    visibility: visible;
}

.products1Box01_fixed {
    position: fixed;
    right: 0;
    background-color: #ffffff;
    z-index: 10;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    padding: 30px 40px 50px;
    top: 40%;
    right: 0;
    width: 220px;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.products1Box01_fixed a:hover,
.products1Box01_fixed a.active {
    color: #ea540c;
}

.products1Box01_fixed a {
    display: block;
    width: 100%;
    line-height: 1.5;
    border-bottom: 1px solid #DDDDDD;
    font-size: 15px;
    color: #222222;
    box-sizing: border-box;
    /*padding-left: 15px;*/
    position: relative;
    text-decoration: none;
    padding: .2rem 0;
}