/***************************************页面全局样式*************************************/


/*全局定义*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 0.26rem;
    font-family: "microsoft yahei";
    background: #fff;
    max-width: 7.5rem;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: #333;
}

a:active {
    color: #F90;
}

input {
    outline: none;
}

.bgfff {
    background: #FFF;
}

.plpr20 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.container {
    padding-left: .2rem;
    padding-right: .2rem;
}

img {
    max-width: 100%
}


/*颜色块*/

.cfff {
    color: #fff;
}

.c999 {
    color: #999;
}

.c666 {
    color: #666;
}

.c333 {
    color: #333;
}

.c000 {
    color: #000;
}


/*对齐*/

.te_l {
    text-align: left;
}

.te_r {
    text-align: right;
}

.te_c {
    text-align: center;
}


/*字体定义*/

.f26 {
    font-size: 0.26rem;
}

.f28 {
    font-size: 0.28rem;
}

.f30 {
    font-size: 0.30rem;
}

.f32 {
    font-size: 0.32rem;
}

.f34 {
    font-size: 0.34rem;
}

.f36 {
    font-size: 0.36rem;
}

.f38 {
    font-size: 0.38rem;
}

.f40 {
    font-size: 0.4rem;
}

.f50 {
    font-size: 0.5rem;
}

.di_in {
    display: inline-block;
}

.di_bl {
    display: block;
}


/*顶间距*/

.mt5 {
    margin-top: 0.05rem;
}

.mt10 {
    margin-top: 0.1rem;
}

.mt15 {
    margin-top: 0.15rem;
}

.mt20 {
    margin-top: 0.2rem;
}

.mt25 {
    margin-top: 0.25rem;
}

.mt30 {
    margin-top: 0.3rem;
}

.mt35 {
    margin-top: 0.35rem;
}

.mt40 {
    margin-top: 0.4rem;
}

.mt45 {
    margin-top: 0.45rem;
}

.mt50 {
    margin-top: 0.5rem;
}


/*顶内距*/

.pt5 {
    padding-top: 0.05rem;
}

.pt10 {
    padding-top: 0.1rem;
}

.pt15 {
    padding-top: 0.15rem;
}

.pt20 {
    padding-top: 0.2rem;
}

.pt25 {
    padding-top: 0.25rem;
}

.pt30 {
    padding-top: 0.3rem;
}

.pt35 {
    padding-top: 0.35rem;
}

.pt40 {
    padding-top: 0.4rem;
}

.pt45 {
    padding-top: 0.45rem;
}

.pt50 {
    padding-top: 0.5rem;
}


/*左间距*/

.ml5 {
    margin-left: 0.05rem;
}

.ml10 {
    margin-left: 0.1rem;
}

.ml15 {
    margin-left: 0.15rem;
}

.ml20 {
    margin-left: 0.2rem;
}

.ml25 {
    margin-left: 0.25rem;
}

.ml30 {
    margin-left: 0.3rem;
}

.ml35 {
    margin-left: 0.35rem;
}

.ml40 {
    margin-left: 0.4rem;
}

.ml45 {
    margin-left: 0.45rem;
}

.ml50 {
    margin-left: 0.5rem;
}


/*定位*/

.p_r {
    position: relative;
}

.p_a {
    position: absolute;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*全局定义 end*/

.header {
    width: 100%;
    height: 1rem;
    background-color: #323232;
}

.header .logo {
    height: 1rem;
}

.header .logo img {
    height: .71rem;
}

.fixed {
    position: fixed;
    z-index: 99;
}

.m-btn {
    background: url(../images/m-btn.svg)no-repeat center;
    background-size: 100%;
    width: .5rem;
    height: .5rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.m-btn.close {
    background-image: url(../images/close.svg);
    background-size: 80%;
}

.nav {
    position: fixed;
    right: -80%;
    width: 60%;
    height: calc(100% - 1rem);
    top: 1rem;
    background-color: #323232;
    z-index: 20;
    padding-top: .2rem;
    /* overflow-y: auto; */
    padding-left: .2rem;
    line-height: 2;
}

.nav li a {
    text-transform: uppercase;
}

.banner .swiper-container{
    height: 3rem;
}

.banner .swiper-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-button-next, 
.banner .swiper-button-prev {
    transform: translateY(-50%);
    margin: 0;
    width: 20px;
    height: 32px;
    background-size: 20px 32px;
}

.pub-title {
    font-weight: bold;
    line-height: 1.2;
}

.more a {
    color: #23c2be;
}

.pro {
    background-color: #fbfbfb;
    overflow: hidden;
    padding-bottom: .8rem;
}

.pro .swiper-pagination {
    bottom: .3rem;
    width: 100%;
}

.pro .swiper-pagination-bullet {
    margin: 0 .05rem;
}

.pro .tit {
    font-weight: bold;
}

.pro .tit a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    height: 1.5rem;
}

.pro .pic img {
    width: 3.33rem;
    height: 3.33rem;
}

.who .text-content {
    padding: .2rem;
    background-color: #fbfbfb;
}

.who .item {
    width: 100%;
}

.who .item .pic {
    width: 100%;
    height: 4rem;
    overflow: hidden;
}

.who .item .pic img {
    width: 100%;
}

.who .item:nth-child(1) .text-content {
    background-image: url(../images/icon1.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.who .item:nth-child(2) .text-content {
    background-image: url(../images/icon2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.who .us {
    background-image: url(../images/icon3.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.who .us p {
    padding-right: .5rem;
}

.who .tit {
    font-weight: bold;
}

.who .text {
    color: #555;
    line-height: 1.6;
}

.who video {
    width: 100%;
    height: 100%;
}

.categories li {
    width: 49%;
    height: 4.6rem;
    background-color: #fbfbfb;
    margin-right: 2%;
}

.categories li:nth-child(even) {
    margin-right: 0;
}

.categories .pic {
    height: 2.8rem;
    overflow: hidden;
}

.categories .pic img {
    width: 100%;
}

.categories .con {
    padding: .2rem;
}

.categories .tit {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}

.idx-con {
    background-color: #323232;
    overflow: hidden;
    padding-bottom: 0.6rem;
}

.idx-con .tit {
    color: #23c2be;
    font-weight: bold;
    line-height: 1.2;
}

.idx-con .text {
    color: #FFF;
    line-height: 1.5;
}

.idx-con img {
    /*width: 1.8rem;*/
    width: 100%;
}

.copyright {
    line-height: 2;
    padding-bottom: 1.2rem;
}

.pagefooter {
    width: 100%;
    background-color: #f8f8f8;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -1px 3px #ccc;
    max-width: 640px;
    z-index: 10;
}

.navSideRow {
    padding: 0.1rem;
    margin: 0;
    align-items: center;
    display: flex;
}

.footerdiv {
    text-align: center;
}

.footerdiv button {
    font-size: 0.26rem;
    width: 95%;
    border: 1px solid #ff9c00;
    line-height: .6rem;
    border-radius: .1rem;
}

.btn-my {
    color: #ff9c00;
    background-color: #fff;
}

.btn-my1 {
    color: #ffffff;
    background: #ff9917;
    background: -webkit-gradient(linear,0 0,0 100%,from(#ffab02),to(#ff8a28));
}
.btn-my1 a{
    color: #ffffff;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.homeheader{
    width: 100%;
    height: 0.96rem;
    border-bottom: 3px solid #da8242;
    overflow: hidden;
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 12;
}

.homeheader .row {
    display: flex;
    align-items: center;
}

.homeheader .headerImg{
    width: 33%;
    height: 0.96rem;
    padding: 0.02rem;
    object-fit: contain;
    width: 33%;
    box-sizing: border-box;
}

.homeheader .headerImg a {
    display: block;
    height: 100%;
}

.homeheader .headerImg a img {
    width: 1.54rem;
    height: 100%;
    object-fit: contain;
}

.homeheader .headerText{
    font-size: .24rem;
    padding-left: 0.3rem;
}

.headermenu {
    width: 100%;
    background-color: #E8E8E8;
    position: sticky;
    top: .96rem;
    z-index: 12;
}

.headermenu .nav {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: auto;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    line-height: 1.4;
}

.headermenu .nav li {
    position: relative;
    width: 25%;
    text-align: center;
    padding: .12rem 0;
}

.headermenu .nav li a {
    font-size: .24rem;
    text-transform: unset;
}

.headermenu .nav li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: .2rem 0;
    z-index: 1;
}

.headermenu .nav li ul li {
    width: 100%;
    padding: .1rem;
}

.headerleftbord:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 2px;
    height: 1.1em;
    background-color: #CDCDCD;
    transform: translateY(-50%);
}

.headermenuNav .active {
    background-color: #da8242;
    font-weight: bold;
    border-radius: 0.03rem;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffab02),to(#ff8a28));
}

.headermenuNav .active a{
    color: #ffffff;
}

.home-banner .swiper-slide{
    position: relative;
}

.home-banner .swiper-slide .text-content {
    position: absolute;
    top: 50%;
    left: 7%;
    width: 86%;
    transform: translateY(-50%);
}

.home-banner .swiper-slide .text-content .title {
    font-size: .3rem;
    font-weight: bold;
}

.home-banner .swiper-slide .text-content .text {
    font-size: .24rem;
    margin-top: .1rem;
} 

.tabs-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: bold;
    font-size: .24rem;
    line-height: 2;
    margin: .3rem 0;
}

.tabs-box span {
    padding: 0 .2rem;
    border-radius: .1rem;
}

.tabs-box span.on {
    color: #ffffff;
    background: #e50112;
}

.home-category {
    /* padding-top: .3rem; */
}

.home-category .title {
    font-size: .34rem;
    font-weight: bold;
}

/* .home-category .tabs-box {
    margin-top: 40px;
} */

.home-category .content {
    /* margin-top: 30px; */
}

.home-category .item {
    width: 32%;
    margin-right: 2%;
}

.home-category .item:nth-of-type(3n) {
    margin-right: 0;
}

.home-category .item .pic {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.home-category .item .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.home-category .item .tit {
    font-size: .26rem;
    font-weight: normal;
    line-height: 1.6;
    margin: 0 auto;
    padding: .1rem 0;
}

.video-play {
    position: relative;
}

.video-play iframe, 
.video-play video {
    width: 100%;
    height: 100%;
}


.video-play .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.video-play .cover::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 65px;
    background: url(/themes/cn/images/icon-play.png) no-repeat center;
    background-size: contain;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-play .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play.on .cover {
    display: none;
}

.home-subtitle {
    font-size: .34rem;
    font-weight: bold;
    line-height: 1;
    margin: .3rem 0;
}


.home-who {
    color: #ffffff;
    background: url(/themes/cn/images/bg1.jpg) no-repeat center;
    background-size: cover;
    padding-top: .3rem;
    padding-bottom: .3rem;
    margin: .3rem 0;
}

.home-who .video {
    width: 100%;
    height: 4rem;
    background: #000;
}

.home-who .home-subtitle {
    text-align: center;
}

.home-who .des {
    font-size: .26rem;
    line-height: 1.7;
}

.home-who .more {
    width: 100%;
    font-size: .26rem;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    line-height: .8rem;
    margin: .3rem 0;
    border: 1px solid #ffffff;
}

.home-who .item {
    width: 23%;
    margin-right: 2.66%;
    background-color: #FFF;
    overflow: hidden;
    border-radius: 5px;
}

.home-who .item:last-of-type {
    margin-right: 0;
}

.home-who .item .pic {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.home-who .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-who .item .tit {
    font-size: .24rem;
    padding: .1rem 0;
    margin: 0;
}


.home-pro {
   margin: .3rem 0;
}

.home-sol .content .list,
.home-pro .content .list {
    flex: unset;
    width: 100%;
}

.home-sol .fir-pic .cont,
.home-pro .fir-pic .cont {
    font-size: .26rem;
    margin-bottom: .3rem;
}


.home-sol .pic img,
.home-sol .item .pic img,
.home-pro .pic img,
.home-pro .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-sol .tit,
.home-pro .tit {
    font-size: .26rem;
    line-height: 2;
}

.home-sol .item,
.home-pro .item {
    width: 32%;
    margin-right: 2%;
}

.home-sol .item:nth-of-type(3n),
.home-pro .item:nth-of-type(3n) {
    margin-right: 0;
}

.home-sol .item .pic,
.home-pro .item .pic {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: .2rem;
    border: 1px solid #9E9E9E;
}

.home-sol .item .tit,
.home-pro .item .tit {
    margin-bottom: .2rem;
    margin-top: 0;
    font-weight: normal;
}


.home-about {
    background: url(/themes/cn/images/bg2.jpg)no-repeat center top;
    background-position-y: -3rem;
    padding-top: .6rem;
}

.home-about .content {
    box-shadow: #c4c4c4 0 0px 10px 3px;
    background: #ffffff;
    padding: .2rem;
}

.home-about .content .pic {
    width: 100%;
}

.home-about .content .pic img {
    width: 100%;
    height: auto;
}

.home-about .content .video-play {
    width: 100%;
    height: 4rem;
}

.home-about .content .text {
    font-size: .26rem;
    line-height: 1.7;
    margin-top: .2rem;
}

.home-about .text-content {
    flex-direction: column;
    font-size: .26rem;
    line-height: 1.7;
    margin: .3rem 0;
}

.home-about .text-content .pic {
    width: 100%;
    margin: .3rem 0;
}

.home-about .text-content .pic img {
    width: 100%;
    height: auto;
}

.home-why {
    margin-top: .6rem;
}


.home-why .content {
    margin-top: .3rem;
}

.home-why .pic {
    width: 25%;
    overflow: hidden;
    background-color: #000;
}

.home-why .pic {
    width: 100%;
    padding-top: 25%;
    overflow: hidden;
}

.home-why .pic img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-why .pic .text-con {
    display: none;
}

.home-why .con {
    width: 25%;
    padding: .3rem 0;
    background-color: #e50112;
}

.home-why .con::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    background-color: #FFF;
    height: 80%;
    opacity: .5;
}

.home-why .con .icon img{
    width: .5rem;
    height: .5rem;
    object-fit: contain;
}

.home-why .con .tit {
    color: #FFF;
    font-size: .26rem;
    font-weight: normal;
    line-height: 1.7;
    margin-top: .2rem;
    margin-bottom: 0;
}

.home-sol {
    margin-top: .6rem;
}

.home-case {
    
}

.home-case .swiper-slide {
    width: 48%;
    /* padding-top: 22%; */
    overflow: hidden;
    border-radius: .2rem;
    margin-right: 4%;
    text-decoration: none;
}

.home-case .swiper-slide .pic {
    position: relative;
    padding-top: 100%;
    border-radius: .2rem;
    overflow: hidden;
}

.home-case .swiper-slide .tit2 {
    font-size: .26rem;
    line-height: 2;
    margin-top: .2rem;
    color: #333;
    font-weight: normal;
}

.home-case .swiper-slide:last-of-type {
    margin-right: 0;
}

.home-case .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-case .text-con {
    display: none;
}

.home-case .swiper-container {
    padding-bottom: .2rem;
    margin-top: .3rem;
}

.home-case .swiper-pagination-bullet,
.home-case .swiper-pagination {
    bottom: 0;
}

.home-honor .swiper-pagination-bullet,
.home-case .swiper-pagination-bullet {
    height: 0.04rem;
    width: .2rem;
    border-radius: 0;
    background-color: #e50112;
}

.home-honor {
    margin-top: .5rem;
    margin-bottom: .6rem;
}

.home-honor .swiper-container {
    margin-top: .3rem;
    padding-bottom: .2rem;
}

.home-honor a {
    width: 48%;
    margin-right: 4%;
}

.home-honor a:last-child {
    margin-right: 0;
}

.home-honor a .pic {
    width: 100%;
    height: 3rem;
}

.home-honor img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-honor .tit {
    font-weight: normal;
    font-size: .26rem;
    line-height: 2;
    margin: .2rem 0;
}

.home-honor .swiper-pagination-bullet,
.home-honor .swiper-pagination {
    bottom: 0;
}

.contact-box {
    margin: .3rem 0;
}
.contact-box .title {
    font-size: .34rem;
    font-weight: bold;
    line-height: 1;
    margin: .3rem 0;
    text-align: center;
}
.contact-box .content .title {
    font-size: .3rem;
    text-align: center;
    margin: 0 0 .2rem 0;
}
.contact-box .lbox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} 
.contact-box .lbox ul li {
    width: 33%;
    font-size: .26rem;
    margin: .2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.contact-box .lbox ul li img {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    margin-bottom: .2rem;
}
.contact-box .rbox {
    margin-top: .1rem;
}
.contact-box .rbox ul li {
    position: relative;
    margin-top: .3rem;
}
.contact-box .rbox ul li.big {
    width: 100%;
}
.contact-box .rbox ul li.img-code {
    display: flex;
}
.contact-box .rbox ul li.require::before {
    content: "*";
    position: absolute;
    top: .36rem;
    left: .34rem;
    color: #eb2424;
    line-height: 1;
}
.contact-box .rbox ul li input,
.contact-box .rbox ul li textarea {
    width: 100%;
    font-size: .26rem;
    font-family: Microsoft YaHei;
    background: #f4f4f4;
    padding: .3rem .4rem .3rem .6rem;
}
.contact-box .rbox ul li textarea {
    width: 100%;
    height: 2rem;
}
.contact-box button {
    display: block;
    font-size: .28rem;
    font-weight: bold;
    color: #ffffff;
    padding: .16rem .8rem;
    margin: 0 auto;
    margin-top: .3rem;
    background: #000;
}

.home-say .content {
    flex-direction: column;
}

.home-say {
    margin-top: .6rem;
}

.home-say .card {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: .26rem;
    line-height: 1.7;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #FFF;
    padding: .3rem;
    margin-bottom: .3rem;
}

.home-say .content .name {
    color: #999;
    margin-top: .2rem;
    justify-content: flex-end;
    align-items: center;
}

.home-say .card .name::before {
    content: '';
    width: .6rem;
    height: 1px;
    background-color: #999;
}