/*Dotfuscator By ZPlatform*/
			img{
                max-width: 100%;
            }
            .nav_no{
                background: #333333;
            }
            .nav_ul_no{
                width: 80%;
                margin: auto;
                display: flex;
                list-style: none;
            }
            .nav_ul_no li{
                width: 20%;
                text-align: center;
                font-size: 14px;
            }
            .nav_ul_no li span{
                padding: 20px;
                display: inline-block;
                color: #fff;

            }
            .three_dimensional{
                margin-top: 53.333px;
                position: relative;
            }
            .three_dimensional img{
                width: 100%;
            }
            .three_dimensional_div{
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                padding: 60px;
                height: 100%;
                display: flex;
                /* flex-wrap: wrap; */
                flex-direction: column;
                align-items: start;
                justify-content: space-between;
            }
            .po_div{
                width: 100%;
            }
            .three_dimensional_box{
                padding: 0 53.3333px;
                color: #000;
            }
            .shuzi{
                margin-bottom: -20px;
            }
            .three_dimensional_div h3{
                font-size: 18px;
                color: #BE0507;
                margin-bottom: 2%;
            }
            .three_dimensional_div p{
                font-size: 16px;
                color: #fff;
                line-height: 2;
            }
            .three_dimensional button{
                background: #CC0000;
                color: #fff;
                padding: 12px 30px;
                font-size: 16px;
                cursor: pointer;
                transition: all 0.3s ease-out;
                border: none;
            }
            .three_dimensional button:hover{
                background: #ad1400;
                color: #fff;
            }
            .three_dimensional_ul ul{
                list-style: none;
                display: flex;
                /* margin-top: 10px; */
                flex-wrap: wrap;
                /* justify-content: space-between; */
            }
            .three_dimensional_ul ul li{
                width: calc((100% /3) - 20px);
                margin-top: 40px;
                cursor: pointer;
                margin-right: 30px;
            }
            .three_dimensional_ul ul li:nth-child(3n){
                margin-right: 0;
            }
            .three_dimensional_ul ul li img{
                width: 100%;
                position: relative;
                z-index: 9;
            }
            .three_dimensional_conBox{
                position: relative;
                z-index: 10;
                background: #F5F5F5;
                padding: 7px 20px 35px;
                height: 201px;
            }
            .three_dimensional_conBox .tit_a{
                font-size: 16px;
                height: 75px;
                text-align: center;
                font-weight: 550;
                position: relative;
            }
            .three_dimensional_conBox .tit_a span{
                position: absolute;
                left: 50%;
                transform: translate(-50%,-50%);
                top: 50%;
                z-index: 99;
                width: -webkit-max-content;
                width: -moz-max-content;
                width: max-content;
                padding: 0 20px;
                background: #F5F5F5;
            }
            .three_dimensional_conBox .tit_a span a{
                color: #000;
            }
            .three_dimensional_conBox .tit_a::before{
                content: '';
                display: inline-block;
                width: 100%;
                height: 1px;
                background: #D5D5D5;
                position: absolute;
                left: 0;
                z-index: 90;
                top: 50%;
            }
            .three_dimensional_conBox .tit_b{
                font-size: 14px;
                text-align: justify;
                line-height: 2;
                overflow: hidden;
                display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
                -webkit-line-clamp: 3; /* 控制最多显示几行 */      
                -webkit-box-orient: vertical;
            }
            .three_dimensional_ul ul li:hover .tit_a span{
                background: #333;
            }
            .three_dimensional_ul ul li:hover .three_dimensional_conBox{
                background: #333;
                color: #fff !important;
            }
            .three_dimensional_ul ul li:hover .three_dimensional_conBox .tit_a span a{
                color: #fff !important;
            }
			.video_dialog_0
			{
				margin-top:0px !important;
			}
			.video_dialog_1
			{
				margin-top:0px !important;
			}
			.video_dialog_2
			{
				margin-top:0px !important;
			}
            .look_more{
                margin: 70px 0 90px;
                text-align: center;
            }
            .look_more button{
                border: solid 2px #B30A0A;
                font-size: 16px;
                color: #000;
                background: #fff;
                padding: 13px 40px;
            }
            .dimensional_img{
                overflow: hidden;
            }
            @media (max-width: 768px){
                .three_dimensional{
                    margin-top: 20px;
                }
                .three_dimensional_div{
                    padding: 16px;
                    flex-wrap: nowrap;
                }
                .three_dimensional_div h3 {
                    font-size: 14px;
                    margin-bottom: 10px;
                }
                .three_dimensional_div .sim_p p{
                    width: 100% !important;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 4;
                    overflow: hidden;
                }
                .three_dimensional_div p {
                    font-size: 12px;
                    line-height: 1.7;
                }
                .three_dimensional img {
					height:auto !important;
                    max-width: none;
                }
                .three_dimensional video {
					height:auto !important;
                    max-width: none;
                }
                .po_div {
                    width: 100%;
                    height: 70%;
                    overflow: hidden;
                }
                .three_dimensional button{
                    padding: 8px 15px;
                    font-size: 12px;
                }
                .three_dimensional_ul ul li {
                    width: 100%;
                    margin-top: 14px;
                    cursor: pointer;
                    margin-right: 0;
                }
				.video_dialog_1
				{
					margin-top:14px !important;
				}
				.video_dialog_2
				{
					margin-top:14px !important;
				}
                .three_dimensional_conBox{
                    padding: 0 10px 12px;
                    height: auto;
                }
                .three_dimensional_conBox .tit_a {
                    font-size: 12px;
                    height: 35px;
                    padding-top: 6px;
                }
                .three_dimensional_conBox .tit_a::before{
                    display: none;
                }
                .three_dimensional_conBox .tit_a span{
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    width: 100%;    
                    margin-top: 2px;
                }
                .three_dimensional_conBox .tit_b{
                    line-height: 1.5;
                    font-size: 12px;
                }
                .look_more{
                    margin: 20px 0 30px;;
                }
                .look_more button {
                    font-size: 14px;
                    padding: 10px 20px;
                }
                .shuzi {
                    margin-bottom: 20px;
                }
            }
