html,body{
    overflow-x: hidden;
    height: auto !important;
    background-color: #ffffff;
}

/* 公共样式 侧边栏样式 */
.sidebar{
    width: 100%;
    height: 100vh;
    background:rgba(0, 0, 0,0.5);
    position: fixed;
    top: 0;
    right: -101%;
    transition: 0.6s;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sidebar-left{
    width: 31.2%;
    height: 100%;
    /* background: hotpink; */
    position: relative;
}
.sidebar-left-close{
    width: 0.88rem;
    height: 0.88rem;
    position: absolute;
    top: 2.08rem;
    left: 0.5rem;
}
.sidebar-right{
    width: 68.8%;
    height: 100%;
    background:#343233;

}
#sidebar-right-ul{
    width: 88.7%;
    height: 80%;
    margin: 5% auto 0 auto;
}
.sidebar-right-li{
    width: 100%;
    height: 6.6%;
    padding: 0 5px;
    /* background: #Fb6000; */
    border-bottom:0.5px solid #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar-right-li>p{
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 0.2rem;
}
.sidebar-right-li>img{
    width: 0.2rem;
    height: 0.12rem;
    margin: 0;
    vertical-align: middle;
}
.sidebar-right-son{
    width: 104.5%;
    background: #666;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    
}
.sidebar-right-son>li{
    width: 33%;
    text-align: center;
    transition:1s ;
}
.sidebar-right-son>li>a{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 26px;
}
.selectIconSty{
    transform:rotate(-180deg);
    transition:1s;
}
.mob_layout{
	width: 6.5rem;
	margin:0 auto 0.3rem;
}












.header {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.header>p{
    display: block;
    width: 0.5rem;
    height: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header>p>img {
    width: 0.5rem;
    vertical-align: middle;
    background-size: 100% 100%;
}

.header>img {
    width: 0.5rem;
    height: 63%;
    background-size: 100% 100%;
}

.headerLeft {
    /* background: #fff; */
    width: 80%;
    color: #ffffff;
    font-size: 0.36rem;
    height: 1.2rem;
    line-height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerLeft>a>img {
    width: 2.45rem;
    height: 44%;
    background-size: 100% 100%;
    /*  margin: 0 0.3rem 0 .5rem; */
    vertical-align: sub;
}

.headerLeft>p {
    /*     height: 1.2rem;
    line-height: 1.6rem;
    margin: 0 0.55rem 0 0 ; */
    margin-left: 29px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.headerLeft>p>img {
    width: 0.3rem;
    height: 0.3rem;
    background-size: 100% 100%;
    margin-right: 5px;
}

.headerLeft>p>span {
    display: block;
    font-size: 0.31rem;
    font-weight: 500;
    color: #333;
}

.show {
    transition: all .5s ease-out;
    background-color: #36c6ff;
    width: 100%;
    position: fixed;
    top: -6rem;
    left: 0;
    z-index: 5;
}

.newCenter {
    height: 22px;
}

.Us {
    line-height: 0.5rem;
    margin-bottom: .2rem !important;
}

.show div p {
    margin: 0;
    padding: 0;
    color: #fff;
}

.show div {
    display: inline-block;
    width: 100%;
}

.show div {
    text-align: center;
    width: 100%;
    margin: 5px auto;
}

.Us>p:nth-of-type(1) {
    font-weight: bold;
    font-size: 0.3rem;
}

.newCenter>p>a {
    font-weight: bold;
    font-size: 0.3rem;
}

.Us>p:nth-of-type(1)>a {
    font-weight: bold;
    font-size: 0.3rem;
}

.anliCenter>p>a {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.Us>p>a {
    font-size: 12px;
    color: #fff;
}




.headerHide ul li p a {
    font-size: 0.28rem;
    color: #ffffff;
    text-decoration: none;
    margin: 0.1rem 0 0 0;
    display: block;
}

.headerHide2 {
    width: 100%;
    height: 4.2rem;
    position: absolute;
    top: 0.7rem;
    z-index: 998;
    background: #2589FF;
    display: none;
}

/* 介绍 */
/* .intro{
    width:100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-center;
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 20px;
}
.intro>div{
    width:100%;
}
.intro>div>ul{
    width:98%;
    margin:0 auto;
}
.intro>div>ul li{
    text-align: center;
    float: left;
    width:25%;
    height:auto;
   
}
.intro>div>ul li>a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
}
.intro>div>ul li>a>img{
    width: 0.6rem;
    height: 0.6rem;
    background-size: 100% 100%;
    margin-bottom: 10px;
}
.intro>div>ul li>a>span{
    display: block;
    font-size: 0.3rem;
    color: #333;
}
.btn dropdown-toggle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: column; 
}
.btn dropdown-toggle>img{
    width: 0.6rem;
    height: 0.6rem;
    background-size: 100% 100%;
    margin-bottom: 10px;
}
.btn dropdown-toggle>span{
    display: block;
    font-size: 0.3rem;
    color: #333;
} */
/* .btn-group chanp>a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
}
.btn-group chanp>a>img{
    width: 0.6rem;
    height: 0.6rem;
    background-size: 100% 100%;
    margin-bottom: 10px;
}
.btn-group chanp>a>span{
    display: block;
    font-size: 0.3rem;
    color: #333;
} */
/*  .intro>div>ul li>div>a{
     width: 100%;
     display: flex;
     align-items: center;
     justify-content:center;
     flex-direction: column;
} 
.intro>div>ul li>div>a>img{
    width: 0.6rem;
    height: 0.6rem;
    background-size: 100% 100%;
    margin-bottom: 10px;
}
.intro>div ul li>div>a>span{
    display: block;
    font-size: 0.3rem;
    color: #333;
} */

/* .introBottom{
    width:100%;
    margin-top: 50px;
}
.introBottom ul{
    width:98%;
    margin:0 auto;
}
.introBottom ul li{
    text-align: center;
    float: left;
    width:25%;
    height:auto;
}
.introBottom ul li>a{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
} 
.introBottom ul li>a>img{
    width: 0.6rem;
    height: 0.6rem;
    background-size: 100% 100%;
    margin-bottom: 10px;
}
.introBottom ul li>a>span{
    display: block;
    font-size: 0.3rem;
    color: #333;
} */
.headerHide2 p {
    text-indent: 1rem;
    margin: 0.3rem 0 0 0;
}

.headerHide2 p:nth-child(1) {
    margin: 0.4rem 0 0 0;
}

.headerHide2 p a {
    color: #ffffff;
    text-decoration: none;

}

.headerHide ul {
    padding: .1rem 0;
}

.headerHide ul li {
    /* height: 3rem; */
}

.headerHide ul li:first-child {
    /* margin-bottom: .1rem; */
}

.headerHide ul li:last-child {
    margin: 0;
}

.headerHide ul li:last-child h1 {
    margin: 0;
}

.headerHide ul li h1 {
    font-size: 0.37rem;
    color: #ffffff;
    font-family: none;
    margin: 0.25rem 0;
}

.acivate {
    border-bottom: 0.08rem solid #2589FF;
}

a {
    text-decoration: none;
    color: #333;
}

/* 新闻资讯 */
.newList p {
    margin: 0;
    padding: 0;
}
.pagination li{
    padding:3px;
}
.newList ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newList {
    width: 98%;
    height: auto;
    box-sizing: border-box;
    background: white;
    text-align: center;
    margin: 27px auto;
}

.newListTitle {
    box-sizing: border-box;
    width: 100%;
    line-height: 30px;
    height: 30px;
    font-size: 0.4rem;
    font-weight: 500;
}

.newListTitles {
    width: 63%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px auto;
}

.newListTitles>p:nth-of-type(1) {
    width: 28px;
    height: 2px;
    background-color: #aaa;
}

.newListTitles>p:nth-of-type(2) {
    width: 100%;
    color: #Fb6000;
    font-size: 0.15rem;
}

.newListTitles>p:nth-of-type(3) {
    width: 28px;
    height: 2px;
    background-color: #aaa;
}

.newListAll {
    width: 98%;
    height: 80px;
    margin: 2px auto;
}

.xian {
    width: 98%;
    height: 2px;
    background-color: #Fb6000;
}

.newListAll ul li {
    float: left;
    width: 100%;
    height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

/* .newListAll ul li>p:hover{
    color: #FFF;
    background-color: #Fb6000;
} */
.newListAll ul li p:hover {
    color: #FFF;
    background-color: #Fb6000;
}

.newListAll ul li>p {
    width: 30%;
    height: 100%;
    line-height: 29px;
    font-size: 0.18rem;
    color: #fff;
    background-color: #626262;
}

.newListAllBottom {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newListAllBottom {
    width: 96%;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 5px;
    margin-left: 2%;
}

.newListAllBottom>p {
    width: 100%;
    height: 29px;
    display: flex;
    align-content: center;
    justify-content: space-between;
   border-bottom: 1px dashed #333;
}

.newListAllBottom>p>span:nth-of-type(1) {
    text-align: left;
    font-size: 18px;
    color: #626262;
    display: block;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
}

.newListAllBottom>p>span>a {
    font-size: 0.18rem;
    color: #626262;
}

.newListAllBottom>p>span:nth-of-type(2) {
    color: #aaa;
    font-size: 12px;
    display: block;
    line-height: 28px;
}

.newListAllBottom>p>span>a:hover {
    color: #Fb6000;
}

.anli {
    margin-top: 20px;
}

.anli div:nth-of-type(1) {
    font-size: 12px;
}

.anli_{
    margin-top: 20px;
}

.anli_ div:nth-of-type(1) {
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.anli_> p{
    width: 100%;
    text-align: center;
    margin-bottom: .5rem;
}

.anli_ {
    padding: 0 .3rem;
    margin-bottom: .2rem;

}

.anli_ ul {
    width: auto;
    height: 3.5rem;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.anli_ ul li {
    position: relative;
    display: inline-block;
    width: 2.2rem;
    height: 100%;
    background-color: #eee;
    margin-right: .2rem;
    padding: .3rem .15rem 0 .15rem;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

.anli_ ul li .icon {
    width: 1.3rem;
    height: 1.3rem;
    margin: 0 auto;

}

.anli_ ul li .icon img {
    width: 100%;
    height: 100%;
}

.anli_ ul li h6 {
    position: relative;
    font-size: .36rem;
    margin-top: .2rem;
}

.anli_ ul li h6::after {
    content: "";
    position: absolute;
    top: .55rem;
    left: 50%;
    transform: translateX(-0.25rem);
    width: .5rem;
    height: 3px;
    background-color: #000;
}

.anli_ ul li p {
    width: 100%;
    font-size: .2rem;
    color: #999;
    margin-top: .3rem;
   /*  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;  */
    word-wrap:break-all;
    white-space:normal;
    transform: scale(0.8)
}

.more {
    margin: .5rem auto;
    width: 1.2rem;
    font-size: .16rem;
    box-shadow: 5px 5px 40px #ccc;
    padding: .05rem 0;
    font-weight: 600;
    color: grey;
    transform: scale(0.8);
}
.liwme{
    overflow: hidden;
}
.liwme h3{
    text-align: center;
}
.liwme .liwzw{
    overflow: hidden;
    box-sizing: border-box;
}
.liwme .liwzw div{
    float: left;
    width: 40%;
    box-sizing: border-box;
    text-align: center;
    width: 50%;
    padding: .2rem .3rem;
}
.liwme .liwzw div:nth-child(1){
    border-left: 1px solid #ccc;
}
.liwme .liwzw div img{
    width: 65%;
}
.liwme .liwzw div p{
    font-size: 0.24rem;
}


/* 底部咨询按钮 */
.consult-box{
    width: 7.5rem;
    height: 1.68rem;
    background: rgba(0, 0, 0,0.3);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.consult-box>div{
    width: 3.15rem;
    height: 0.92rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.92rem;
}
.consult-box div:nth-child(1){
    background: #67D78B;
}
.consult-box div:nth-child(2){
    background: #FF5A58;
}

