.pro-sec-top{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 130px 0 20px 0;
}
.pro-sec-top span:first-child{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.pro-sec-top span:last-child{
    font-weight: 700;
    font-size: 32px;
    color: #448AEA;
}
.pro-sec-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.pro-sec-main_text{
	width: 90%;
	height: auto;
	justify-content: space-between;
	display: flex;
	margin-top: 10px;
}
.pro-sec-main_text div{
	width: 50%;
	/* padding: 0px 100px; */
	box-sizing: border-box;
	text-align: center;
	  padding: 0px 20px;
	  box-sizing: border-box;
}
.pro-sec-main-t{
    display: flex;
    margin-bottom: 60px;
}
.pro-sec-main-t-item{
    background-color: rgb(76,107,194,0.24);    
    margin-right: 65px;
    width: 460px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    border-radius: 10px;
    font-weight: 700;
}
.pro-sec-main-t-item:last-child{
    margin-right: 0;
}
.pro-sec-main-b{
    display: flex;
    align-items: center;
}
.pro-sec-main-b-item{
    width: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(76,107,194,0.24);
    border-radius: 10px;
    padding: 30px 0;    
}
.w-service{
    padding: 20px 50px;
    background: #E3C490;
    border-radius: 5px;
    color: #fff;
}
.pro-add{
    font-size: 30px;
    font-weight: 700;
}
.pro-line{
    width: 115px;
    height: 1px;
    border-top: 1px solid #2F90C6;
    margin: 0 30px;
}
.pro-del{
    width: 250px;
    height: 190px;
    background-color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-sys{
    width: 460px;
    height: 222px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(76,107,194,0.24);
    border-radius: 10px;
    font-weight: 700;
}
.hardware{
    display: flex;
}
.pro-basics{
    padding: 20px 40px;
    background: #E3C490;
    border-radius: 5px;
    color: #fff;
}

.pro-four-top{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 130px 0 80px 0;
}
.pro-four-main-cen{
    width: 600px;
    height:400px;
    z-index: 1;
}
.pro-four-top span:first-child{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.pro-four-top span:last-child{
    font-weight: 700;
    font-size: 32px;
    color: #fff;
}
.pro-four-center{
    display: flex;
    justify-content: center;
    /* margin-left: -60px; */
    margin-bottom: 140px;
}
.pro-four-main-left{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    z-index: 2;
    left: -180px;
}
.pro-main-l-item{
    /* text-align: right; */
    display: flex;
}
/* .pro-main-l-item:nth-of-type(1){
    position: relative;
    right: -160px;
}
.pro-main-l-item:nth-of-type(3){
    position: relative;
    right: -160px;
} */
.pro-main-l-item-l{
    display: flex;
    flex-direction: column;
    /* align-items: flex-end */
}
.pro-item-l-t{
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.pro-main-l-item-r{
    width: 15px;
    height: 15px;
    background: #448AEA;
    margin-left: 20px;
    margin-top: 5px;
}
.pro-main-l-item-b{
    font-size: 14px;
    color: #666666;
    width: 470px;
    line-height: 20px;
}
.pro-item-l-t{
    display: flex;
    align-items: center;
}
.pro-y-col{
    color: #448AEA;
    font-size: 28px;
}
.pro-item-l-t-o{
    align-items: baseline;
}
.pro-four-main-right{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    z-index: 2;
    left: -125px;
}
.pro-main-r-item-b{
    width: 470px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.pro-item-r-t{
    display: flex;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    align-items: baseline;
}
.pro-main-r-item{
    display: flex;
}
.pro-main-r-item-r{
    width: 15px;
    height: 15px;
    background: #448AEA;
    margin-right: 20px;
    margin-top: 5px;
}
/* .pro-main-r-item:nth-of-type(1){
    position: relative;
    left: -50px;
} */
/* .pro-main-r-item:nth-of-type(2){
    position: relative;
    left: 80px;
}
.pro-main-r-item:nth-of-type(3){
    position: relative;
    left: -50px;
} */
.pro-five-wrap{
    background-color: #F1F6FF;
}
.pro-five-top{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 130px 0 20px 0;
}
.pro-five-top span:first-child{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.pro-five-top span:last-child{
    font-weight: 700;
    font-size: 32px;
    color: #448AEA;
}
.pro-five-main-item-wrap{
    width: 385px;
    height: 500px;
    position: relative;
}
.titelStrong{font-size: 22px;
    font-weight: 800;}
.setbg{
	 background-image: url('../images/product_bj.jpg');
	 background-size: 100% 100%;
	background-repeat: no-repeat;
}
.pro-five-main-item-wrap:first-of-type{
    background-image: url('../images/product_model03.jpg');
    /* background-size: 100% 100%;   */
    /* opacity: 0.77; */
}
.pro-five-main-item-wrap:nth-of-type(2){
    background-image: url('../images/product_model02_1.jpg');
    /* background-size: 100% 100%;   */
    /* opacity: 0.77; */
}
.pro-five-main-item-wrap:nth-of-type(3){
    background-image: url('../images/product_model03_1.jpg');
    /* opacity: 0.77; */
    /* background-size: 100% 100%;   */

}
.pro-five-main-item-wrap:last-of-type{
    background-image: url('../images/product_model04_1.jpg');
    /* opacity: 0.77; */
    /* background-size: 100% 100%;   */

}
.pro-rive-main{
    display: flex;
    justify-content: center;
    margin-top: 110px;
}
.pro-five-main-item-wrap{
    margin-right: 4px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.pro-five-main-item-mark2{
    width: 385px;
    height: 500px;
    position: absolute;
    background: #324E9D;
    opacity: 0.15;
    transition: all .5s;

}
.pro-five-main-item-mark{
    width: 385px;
    height: 500px;
    display: none;
    position: absolute;
    background-color: #3270E1;
    opacity: 0.9;
    transition: all .5s;    
}
.pro-five-main-item-mark-m{
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    margin: 0 auto;  
    height: 100%;      
}
.pro-five-main-item-mark-m span:last-child{
    line-height: 30px;
    margin-top: 25px;
}
.pro-three-wrap{
    background-image: url('../images/pro_bg03.jpg');
    background-size: 100% 100%;  
}
.pro-three .pro-four-top span:first-child{
    color: #fff;
}
.pro-three-model-img{
    display: flex;
    justify-content: center;
    width: 800px;    
    margin: 0 auto;
}
.pro-three-model-img img{
    width: 100%;    
}
.pro-three-wrod{
    color: #fff;
    margin: 50px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    width: 800px;
    margin: 50px auto;
    letter-spacing:2px;
    min-height: 50px;
}
.pro-three-model-bot{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    color: #FFFFFF;
    width: 100%;    
}
.pro-three-wrod-s{
    text-align: center;
}
.pro-three-model-bot-item{
    display: flex;
    align-items: center;
}

.pro-three-model-bot-item span:first-child{
    cursor: pointer;
    opacity: 0.25;
}
.pro-three-model-bot-item span:last-child{
    width: 100px;
    height: 1px;
    border-bottom: 1px solid #fff;
    margin: 0 20px;
    opacity: 0.25;

}
.pro-three-model-bot-item:last-of-type span:last-child{
    width: 0;
}
.pro-three-item-f-one span:first-child{
    opacity: 1;
}
.pro-three-item-f:hover{
    transform: scale(1.2);
    transition: all .5s;
}
.ori-width{
    width: 385px;
}
.variation-width{
    width: 540px;
}
/* .lb_gl{margin-bottom: 30px;background: url(../images/bg_3d.png);background-size: 100% 100%;height:725px ;} */
.container{width: 90%;margin:0 auto;position: relative;}
.pictureSlider{height: 525px;margin-bottom: 24px;}
.poster-item{height: 525px;width:900px;border-radius: 10px;
	transition: all 0.5s;cursor: default;
	-moz-transition: all 0.5s;cursor: default;
	-webkit-transition: all 0.5s;cursor: default;
	-o-transition: all 0.5s;cursor: default;
box-shadow: 0px 37px 24px 0px rgb(0 0 0 / 6%);
	overflow: hidden;
}
li{ text-decoration: none;list-style: none}
.turn_3d{text-align: center;color: #fff;font-weight: 400;font-size: 36px;padding: 28px 0;}
.xxgy{font-size: 30px;font-weight: 900;padding-left: 10px;}
.poster-item .say{font-size: 18px;margin-bottom: 5px;padding-left: 10px;}
.students_star{padding:10px 10px 0 10px ;}
.cell_list{margin-bottom: 20px;color:#999;font-size: 18px;overflow: hidden;}
.darks{color: #000;padding-left: 10px;}
.zwjs{border-top:1px solid #d0cddb;line-height: 26px;padding-top: 5px;color: #999;font-size: 14px;max-height: 84px;overflow: hidden;}
.for_btn{position: relative;height:525px;overflow:hidden}
.for_btn img{
	width: 100%;
	height: 100%;
}

.in_page{position: absolute;left: 50%;top:50%;width:40px;height: 40px;margin-left: -20px;margin-top: -20px;}
.in_page>img{width: 40px;height: 40px;}

.check_more{width: 180px;height: 50px;line-height: 50px;text-align: center;color:#fff;background: #bc241d;margin:0 auto;display: block;}
@media (max-width: 1440px) {
	.pictureSlider{
		height: 442px !important;
	}
	.poster-item{
		height: 442px !important;
		width: 760px !important;
	}
	.for_btn{
		height: 442px !important;
	}
}
.dengKuan{
    /*等宽字体 Menlo、Monaco、Courier New、monospace */
    font-family: Menlo;
}