.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.active {
    background-image: linear-gradient(to right, #f4b312, #e17626);
}

.nav .main a:hover {
    background-image: linear-gradient(to right, #f4b312, #e17626);
}

.nav .main a .img10 {
    width: .21rem;
    height: .31rem;
    margin: 0 auto;

}

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

.box3 .main {
    margin-top: .66rem;
}

.box3 .main .title {
    font-size: .46rem;
    color: #474747;
    text-align: center;
}

.prolist {
    margin-top: .45rem;
    margin-bottom: .45rem;
}

.prolist .itemlr {
    margin-top: .4rem;
    background: #f4f4f4;
    overflow: hidden;
    transition: .4s all ease;
    border-radius: 0.18rem 0.18rem 0 0.18rem;
}

.prolist .itemlr a {
    display: flex;
    align-items: center;
    padding-right: 50px;
    background: url("../images/n_zy6_5.png") no-repeat;
    background-position: right center
}

.prolist .itemlr .con_l {
    width: 3.2rem;
}

.prolist .itemlr .img {
    min-height: 2.1rem;
    overflow: hidden;
    border-radius: 0.18rem 0.18rem 0 0.18rem;
}

.prolist .itemlr .g_bg {
    padding-top: 65.6%;
    transition: .8s all ease;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.prolist .itemlr .con_c {
    width: calc(100% - 3.2rem - 2.6rem);
    padding: .2rem .36rem;
}

.prolist .itemlr .text img {
    width: 0.3rem;
    height: 0.3rem;
    transition: .4s all ease;
    object-fit: contain;
}

.prolist .itemlr .title {
    color: #474747;
    font-size: .24rem;
    margin-top: .15rem;
    transition: .4s all ease;
    text-align: left;
}

.prolist .itemlr .con_r {
    width: 2.6rem;
    background-image: linear-gradient(to right, #f9c40c, #e17626);
    border-radius: .5rem;
}

.prolist .itemlr .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 0.66rem;
    line-height: .66rem;
    color: #fff;
    font-size: .24rem;
    
    
}

.prolist .itemlr .more i {
    font-size: .3rem;
    height: .3rem;
    line-height: .3rem;
    margin-right: .1rem;
}
.prolist .itemlr .more i.icon-yulan:before {
    content: "\e852";
}
.prolist .itemlr:hover {
    background-image: linear-gradient(#43c5ec, #243e91, #303360)
}

.prolist .itemlr:hover .title {
    color: #fff
}

.prolist .itemlr .text:hover img {
    filter: brightness(0%) invert(100%);
}

.prolist .itemlr:hover .g_bg {
    transform: scale(1.08)
}

.fenyelist a{
    border: none !important;
}
a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	display: block;
	width: 100%;
	height: 100%;
}
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;
}
.box3 .main{
    margin-top: .5rem;
}
.box3 .main .title{
    font-size: 0.24rem;
}
.prolist .itemlr a{
    display: block;
    height: auto;
    padding-right: 0;
    padding-bottom: .3rem;
}
.prolist .itemlr .con_l{
    width: 100%;
}
.prolist .itemlr .con_c{
    width: 100%;
}
.prolist .itemlr .con_c .text{
    display: flex;
}
.prolist .itemlr .title{
    font-size: 0.16rem;
    margin-top: 0;
}
.prolist .itemlr .con_r{
    font-size: 60%;
}
.prolist .itemlr .more{
    font-size: 0.16rem;
}
.prolist .itemlr .text img{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: .2rem;
}
.box2_left_case .top{
    padding: .2rem;
}
    
}