a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	display: block;
	width: 100%;
	height: 100%;
}
.box1 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 6rem;
    position: relative;
    margin-top: 1rem;
}

.box1_text {
    position: absolute;
    top: 25%;
    left: 2.2rem;
    transform: translate(-50%, -50%);
}

.box1_text_p1 {
    font-family: w27;
    font-size: 0.5rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;

}

.box1_text_p2 {
    font-family: w15;
    font-size: 0.2rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.17rem;
}

.nav {
    width: 100%;
    height: 1.2rem;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.nav .main {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(to right, #303360, #43c5ec);
    border-radius: .2rem;
    height: 1.2rem;

}

.nav .main a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.2rem;
    text-align: center;
    color: #fff;
    font-size: .2rem;
    position: relative;
    transition: .4s all ease;
    flex: 1;
    border-radius: .2rem;
    border-bottom-right-radius: 0;
}
.nav .main a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, .3);
    display: block;
}
.nav .main a.active {
    background-image: linear-gradient(to right, #f4b312, #e17626);
}

.nav .main a:hover {
    background-image: linear-gradient(to right, #f4b312, #e17626);
}
.nav .main a div{
    display: flex;
    flex-wrap: wrap;
}
.nav .main a div span{
    width: 100%;
    text-align: center;
}
.nav .main a .img10 {
    width: .31rem;
    height: .31rem;
    margin: 0 auto;
    object-fit: contain;
}

.nav .main a .img11 {
    width: .32rem;
    height: .3rem;
    margin: 0 auto;

}

.nav .main a span {
    text-align: center;
}


.box2 {
    background: #F4F5FF;
    padding-top: 1.06rem;
    padding-bottom: .61rem;

}

.box2_nav {
    display: flex
}

.box2_nav a {
    margin-right: .3rem;
    width: 1.33rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .24rem;
    text-align: center;
    color: #e07405;
    border: .01rem solid #e07405;
    transition: .4s all ease;
    border-radius: .46rem;
    border-bottom-right-radius: 0;
}

.box2_nav a:hover {
    background-image: linear-gradient(to right, #f4b312, #e07405);
    color: #fff;
    border: 0
}

.box2_nav a.active {
    background-image: linear-gradient(to right, #f4b312, #e07405);
    color: #fff;
    border: 0
}

.box2 .main .list {
    display: flex;
    flex-wrap: wrap
}

.box2 .main .list .item {
    width: 32%;
    margin-right: 2%;
    margin-top: .66rem;
    position: relative;
    overflow: hidden;
}

.box2 .main .list .item a {
    display: block;
    background: #fff;
    transition: .8s all ease;
    position: relative;
    transform-style: preserve-3d;
    perspective-origin: center;
}

.box2 .main .list .item:nth-child(3n) {
    margin-right: 0
}

.box2 .main .list .item .after {
    position: relative;
    transform: rotateY(0);
    z-index: 9;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
}

.box2 .main .list .item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem .3rem 0 .3rem;
}

.box2 .main .list .item .date {
    color: #474747;
    display: grid;
}

.box2 .main .list .item .date b {
    font-size: .36rem;
    display: block
}

.box2 .main .list .item .date span {
    font-size: .16rem;
}

.box2 .main .list .item .top i {
    font-size: .38rem;
    color: #9f9f9f
}

.box2 .main .list .item .img {
    overflow: hidden;
    margin-top: .16rem;
}

.box2 .main .list .item .g_bg {
    padding-top: 56.6%;
        background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.box2 .main .list .item .text {
    padding: .3rem;
}

.box2 .main .list .item .title {
    font-size: .24rem;
    color: #474747;
    line-height: .35rem;
}

.box2 .main .list .item .p {
    font-size: .16rem;
    line-height: .36rem;
    color: #525252;
    margin-top: .2rem;
    text-align: justify
}

.box2 .main .list .item .before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: .7rem .3rem .3rem .3rem;
    transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    /* IE 9 */
    -moz-transform: rotateY(-180deg);
    /* Firefox */
    -webkit-transform: rotateY(-180deg);
    /* Safari 和 Chrome */
    -o-transform: rotateY(-180deg);
    overflow: hidden;
    background-image: url("../images/bg.png"), linear-gradient(to right, #f4b312, #e07405);
    background-position: right bottom;
    background-repeat: no-repeat;
    transition: .64s all ease
}

.box2 .main .list .item .before .date {
    color: #fff
}

.box2 .main .list .item .before .top {
    padding: 0
}

.box2 .main .list .item .before .top i {
    color: #fff
}

.box2 .main .list .item .before .date b {
    display: inline-block
}

.box2 .main .list .item .before .title {
    color: #fff;
    margin-top: .3rem;
}

.box2 .main .list .item .before .p {
    color: #fff
}

.box2 .main .list .item:hover a {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    /* IE 9 */
    -moz-transform: rotateY(180deg);
    /* Firefox */
    -webkit-transform: rotateY(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotateY(180deg);
}

.box2 .main .list .item:hover a .after {
    opacity: 0;
}

.box2 .main .list .item:hover {
    border-radius: .18rem;
    border-bottom-right-radius: 0
}

.box2 .main .list .item .top img {
    width: .29rem;
    height: .29rem;
}

.box2 .main .list .item .before .top img {
    width: .28rem;
    height: .19rem;
}

.box2 .main .list .item .before .date span {
    line-height: .6rem;
}

.box2 .main .list .item .before .date {
    display: flex;
}


.newscont {
    padding: .7rem .9rem 0 .9rem;
    /*background-image: url("../images/n_zy8_d1.png"), linear-gradient(to right, #F2AF11, #e07405);*/
    background-repeat: no-repeat;
    background-position: right bottom;

    margin-top: .8rem;
    border-radius: .24rem;
    display: flex;
}


.news_title {
    width: 8.96rem;
    max-width: 100%;
    font-family: w20;
    font-weight: bold;
    font-size: .3rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    text-align: center;
    margin: 0 auto;
}

.news_titleInfo {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
}

.news_titleInfo p {
    font-family: w8;
    font-size: 0.16rem;
    color: #fff;
}
.news_titleInfo p i{
    margin-right: 0.05rem;
}
.news_titleInfo p i.icon-shijian1:before {
    content: "\e618";
}
.news hr {
    width: 100%;
    border: 0.01rem solid #DCDCDC;
}

.news_text {
    margin: 0.2rem 0 0.54rem 0;
    width: 100%;
    font-family: w15;
    font-size: 0.16rem;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.38rem;
    text-align: left;
}

.news_text img {

    max-width: 100%;
    margin: 0 auto;
    margin-top: .3rem;
    margin-bottom: .5rem;
    width: revert-layer;
    height: auto;
}

.change_page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed #fff;
}

.change_btn {
    width: fit-content;
    display: flex;
    align-items: center;
    margin-top: 0.31rem;
    margin-bottom: 0.29rem;
    width: 49%;
    column-gap: 0.16rem;
}

.change_btn hr {
    width: 0rem !important;
    height: 0.17rem !important;
    border: 0.01rem solid #fff;
    margin-left: 0.15rem;
    margin-right: 0.2rem;
}
.change_btn .change_icon{
    width: 0.47rem;
    height: 0.47rem;
    transition: 0.3s;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.change_btn .change_icon img {
    width: 0.16rem;
    height: 0.16rem;
    transition: 0.3s;
}

.change_btn p {
    font-family: w15;
    font-size: 0.18rem;
    color: #fff;
    font-style: normal;
    text-transform: none;
    transition: 0.3s;
    width: calc(100% - 46px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rotate img {
    transform: rotate(180deg);
}

.change_btn:hover img {
    filter: none;
}

.change_btn:hover p {
    transform: translateY(-6px);
    color: #fff;
}

.newscont .back {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .2rem auto 0 auto;
    width: 1.6rem;
    height: .52rem;
    transition: .4s all ease;
    line-height: .52rem;
    text-align: center;
    color: #fff;
    font-size: .2rem;
    border-radius: .4rem;
    border: .01rem solid #fff;
    margin-bottom: .32rem;
}

.newscont .back img {
    width: .23rem;
    height: .18rem;
    margin-right: .05rem;
    filter: brightness(0) invert(1);
}

.box2_cont {
    display: flex;
    margin-top: .77rem;
}

.box2_left {
    width: 12.9rem;
    height: fit-content;
    padding: .7rem .9rem 0 .9rem;
    background-image: url("../images/n_zy8_d1.png"), linear-gradient(to right, #f4b312, #e07405);
    background-repeat: no-repeat;
    background-position: right bottom;
    border-radius: .25rem;
    border-bottom-right-radius: 0;
    max-width: 72%;
}

.box2_title {
    text-align: center;
    color: #fff;
    font-size: .3rem;
    line-height: .5rem;
}

.box2_right {
    width: 4rem;
}

.box2_right .list {
    display: block;
}

.box2_right .list .item {
    width: 100% !important;
    margin-top: 0 !important;
}

.box2_left_case .top {
    padding: .9rem .7rem;
    background-color: #eeeffa;
    background-image: url("../images/n_about1_12.png");
    background-repeat: no-repeat;
    background-position: center 10%;
    border-radius: .25rem;
    width: 12.9rem;
    border-bottom-right-radius: 0;
}

.box2_left_case .top h2 {
    font-size: .3rem;
    color: #474747;
    padding-bottom: .4rem;
    border-bottom: 1px dashed #a2a4bc;
}


.box2_left_case .back {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .2rem auto 0 auto;
    width: 1.6rem;
    height: .52rem;
    transition: .4s all ease;
    line-height: .52rem;
    text-align: center;
    color: #E07405;
    font-size: .2rem;
    border-radius: .4rem;
    border: .01rem solid #E07405;
    margin-bottom: .32rem;
}

.box2_left_case .back img {
    width: .23rem;
    height: .18rem;
    margin-right: .05rem;

}

.box2_left_case .text {
    margin-top: .04rem;
    padding: .3rem 0;
    font-size: .18rem;
    line-height: .56rem;
    color: #474747;
    border-top: .01rem dashed #a2a4bc;
}

.text p {
    font-size: .18rem;
    color: #474747;
    line-height: .35rem;
}

.text p img {
    margin-top: .15rem;
    margin-bottom: .15rem;
    max-width: 60%;
}

.bottom {
    display: flex;
    margin-top: .18rem;
    gap: .22rem;
}

.bottom a {
    display: flex;
    align-items: center;
    padding: .3rem;
    background: #eeeffa;
    color: #474747;
    font-size: .18rem;
    transition: .4s all ease;
    border-radius: .1rem .1rem 0px .1rem;
}

.bottom a img {
    display: block;
    width: .46rem;
    height: .46rem;
    line-height: .46rem;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: .05rem;
}

.bottom a:hover {
    color: #e07405;
}

.box2_right .caselist {
    margin-top: .4rem;
    background: #f4f4f4;
    overflow: hidden;
    transition: .4s all ease;
    width: 3.18rem;
    /*margin-left: .8rem;*/
}

.box2_right .caselist:nth-child(1) {
    margin-top: 0
}

.box2_right .caselist a {
    display: block;
    background: url("../images/n_zy6_5.png") no-repeat;
    background-position: right center;
    transition: all .5s;
}

.box2_right .caselist a:hover{
    border-radius: 18px;
}

.box2_right .caselist .img {
    overflow: hidden
}

.box2_right .caselist .g_bg {
    transition: .8s all ease
}

.box2_right .caselist .item_c {
    padding: .3rem;
}


.box2_right .caselist .text img {
    width: .22rem;
    height: .24rem;
    transition: .4s all ease
}

.box2_right .caselist:hover .text img{
    filter: brightness(0%) invert(100%);
}
.box2_right .caselist .title {
    color: #474747;
    font-size: .18rem;
    margin-top: .15rem;
    transition: .4s all ease
}

/*.box2_right .caselist:hover {*/
/*    background-image: linear-gradient(#43c5ec, #243e91, #303360)*/
/*}*/

.box2_right .caselist:hover .title {
    color: #fff
}

.box2_right .caselist:hover .iconfont {
    color: #fff
}

.box2_right .caselist:hover .g_bg {
    transform: scale(1.08)
}

.box2_left .newscont {
    padding: 0;
    margin: 0;
    background: none;
}
img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	display: block;
}
@media only screen and (max-width: 1024px) {
.box1{
    margin-top: 0;
    height: 2.5rem !important;
    background-size: auto;
    background-position: center;
    background-size: cover;
}
.nav{
    display: none;
}
    
.box1_text_p1{
    font-size: 0.24rem;
}
.box1_text_p2{
    margin-bottom: 0;
    font-size: 0.18rem;
}
.box2{
    padding-top: 0.5rem;
}
.box2_nav a{
    width: 20%;
    margin-right: .05rem;
    height: .4rem;
    line-height: .4rem;
    font-size: 0.14rem;
}
.box2 .main .list{
    display: block;
    height: auto;
    overflow: hidden;
}
.box2 .main .list .item{
    width: 100%;
    margin-top: .25rem;
}
.box2 .main .list .item .top{
    padding-top: .2rem;
}
.box2 .main .list .item .date b{
    font-size: 0.18rem;
}
.box2 .main .list .item .date span{
    font-size: .14rem;
}
.box2 .main .list .item .text{
    padding: .2rem;
}
.box2 .main .list .item .title{
    font-size: 0.14rem;
    line-height: .3rem;
}
.box2 .main .list .item .p{
    font-size: 0.14rem;
}
.newscont{
    margin-top: .3rem;
        padding: .2rem;
}
.news_title{
    width: 100%;
  font-size: 0.2rem;
  line-height: .3rem;
}.news_titleInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
  margin-bottom: 0;
}
.news_text img{
    margin-bottom: 0;
    margin-top: .1rem;
}
.news_text{
    font-size: 0.14rem;
}
.newscont .back{
    font-size: 0.14rem;
    width: 50%;
}
.change_page{
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
}
.change_btn{
    width: 100%;
    font-size: .14rem;
    margin-top: .1rem;
    margin-bottom: 0;
}
.box2_cont{
    margin-top: .5rem;
    display: block;
    height: auto;
    overflow: hidden;
}
.box2_left{
    width: 100%;
    padding: .2rem;
}
.box2_right{
    width: 100%;
    margin-top: .3rem;
}
    
.box2_left_case .top{
    padding: .2rem;
    width: 100%;
}
.text p img {
  width: 100% !important;
  height: 100% !important;
}
.text p{
    font-size: 0.14rem;
}
.box2_left_case .back{
    width: 50%;
    font-size: 0.14rem;
}
.box2_left_case .top h2{
    font-size: 0.24rem;
}
.bottom{
    display: block;
}
.box2_right .caselist{
    margin-left: 0;
    width: 100%;
}
.box2_right .caselist .item_c .text{
    display: flex;
}
.box2_right .caselist .title{
    margin-top: 0;
    font-size: 0.14rem;
}
.box2_right .caselist .text img{
    width: .2rem;
    height: 0.2rem;
    margin-right: .2rem;
}
.change_btn p{
    font-size: 0.14rem;
}
.text p span{
    text-wrap:inherit !important;
}

}