/***************************************页面全局样式*************************************/


/*全局定义*/

* {
    -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;
}

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;
    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;
}

.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;
}