#video_pcb{
				padding:80px 0;
				position:relative;
			}
			
			#video_pcb .v_l{
				float:left;
				width:49%;
				position: relative;
			}
			
			#video_pcb .v_l>img{
				display:block;
				width:100%;
			}
			
			#video_pcb .v_l a img {
			    position: absolute;
			    left: 0;
			    right: 0;
			    top: 43%;
			    bottom: 0;
			    text-align: center;
			    display: inline-block;
			    margin: 0 auto;
			}
			
			#video_pcb .v_r{
				float:right;
				width:43%;
			}
			
			#video_pcb .v_r .h2_title{
				text-align: left;
			}
			
			#video_pcb .v_r .v_con{
				margin-top: 40px;
				padding-bottom:50px;
				border-bottom: 1px solid #ddd;
				margin-bottom: 50px;
			}
			
			#video_pcb .v_r .v_con p{
				font-size: 18px;
				line-height: 30px;
				margin-top: 30px;
			}
			
			#video_pcb .v_r .v_con p:first-child{
				margin-top:0;
			}
			
			#video_pcb .v_r .v_sb{
				display: block;
				max-width:100%;
			}
			
			
				.fix-video{
					position: fixed;
					top: 0;
					left: 0;
					background-color: rgba(55,55,55,0.8);
					z-index: 99999;
					width:100%;
					height:100%;
					justify-content: center;
					align-items: center;
					display: none;
				}
				
				.fix-video .cbu{
					position: absolute;
					right:20vh;
					top: 10%;
					color:#fff;
					font-size: 30px;
					font-weight: bold;
				}
				
				.fix-video .pos-box{
					width: 85vh;
					background-color: #fff;
				}
				
				.fix-video .pos-box video{
					width:100%;
					height: auto;
					display: block;
				}
			
			/*mk video_pcb*/
			
			
			
			#adv_pcb{
				padding: 80px 0;
				background-color: #f5f5f5;
			}
			
			#adv_pcb .h2_title{
				margin-bottom:50px;
			}
			
			#adv_pcb .list {
			    float: left;
			    width: 30%;
			    margin-right: 5%;
			    margin-bottom: 5%;
			    padding: 80px 60px;
			    text-align: center;
			    background-color: #fff;
			    box-shadow: 7px 7px 18px 1px #ccc;
			    transition: all 0.3s ease-in;
			    -webkit-transition: all 0.3s ease-in;
			}
			
			#adv_pcb .list:nth-child(3n){
				margin-right: 0;
			}
			
			#adv_pcb .list .img{
				margin: 0 auto;
				margin-bottom: 30px;
				text-align: center;
			}
			
			#adv_pcb .list .img img{
				margin: 0 auto;
				height: 80px;
				transition: all 0.3s ease-in;
				-webkit-transition: all 0.3s ease-in;
			}
			
			#adv_pcb .list .img img.img2{
				display:none;
			}
			
			#adv_pcb .list .tit{
				font-weight: bold;
				font-size: 21px;
				line-height: 30px;
				height: 60px;
				text-transform: uppercase;
				color:#119466;
				transition: all 0.3s ease-in;
				-webkit-transition: all 0.3s ease-in;
			}
			
			#adv_pcb .list hr{
				display: block;
				width: 85px;
				height:3px;
				margin:30px auto;
				background-color: #119466;
				transition: all 0.3s ease-in;
				-webkit-transition: all 0.3s ease-in;
			}
			
			#adv_pcb .list p {
			    font-size: 18px;
			    line-height: 28px;
			    height: 240px;
				color: #6e6e6e;
				transition: all 0.3s ease-in;
				-webkit-transition: all 0.3s ease-in;
			}
			
			#adv_pcb .list:hover {
				background-color: #119466;
			}
			
			#adv_pcb .list:hover .img img.img1{
				display:none;
			}
			
			#adv_pcb .list:hover .img img.img2{
				display: block;
			}
			
			#adv_pcb .list:hover *{
				color:#fff;
			}
			
			#adv_pcb .list:hover hr{
				background-color: #fff;
			}
			
			/*mk adv_pcb*/
			
			#pcb_pro{
				padding:80px 0;
			}
			#pcb_pro .s_tit{
				margin:30px 0 60px;
				line-height: 35px;
				font-size: 24px;
				text-align: center;
				color: #828282;
			}
			
			#pcb_pro .pcb_cate{
				text-align: center;
				border-bottom: 1px solid #ddd;
			}
			
			#pcb_pro .pcb_cate a{
				font-size: 24px;
				height: 77px;
				line-height: 77px;
				padding: 0 50px;
				margin: 0 3px;
				border-radius: 10px 10px 0px 0;
				border:1px solid #ddd;
				border-bottom: 0;
				display: inline-block;
				transition: all 0.3s ease-in;
				-webkit-transition: all 0.3s ease-in;
				
			}
			
			#pcb_pro .pcb_cate a.active{
				color: #fff;
				border-color:#119466;
				background-color: #119466;
			}
			
			#pcb_pro .pcb_pro{
				margin-top: 80px;
			}
			
			#pcb_pro .pcb_pro .pcb_pro_box{
				display: none;
			}
			
			#pcb_pro .pcb_pro .pcb_pro_box.active{
				display: block;
			}
			
			#pcb_pro .pcb_pro .pcb_pro_box a {
			    float: left;
			    width: 23.5%;
			    margin-right: 2%;
			    box-shadow: 13px 13px 15px 7px #eee;
			    padding: 80px 35px;
			}
			
			#pcb_pro .pcb_pro .pcb_pro_box a:nth-child(4){
				margin-right: 0;
			}
			
			#pcb_pro .pcb_pro .pcb_pro_box a .img{
				display: flex;
				justify-content: center;
				align-items: center;
				height: 240px;
				overflow: hidden;
				margin-bottom: 15px;
			}
			
			#pcb_pro .pcb_pro .pcb_pro_box a .img img{
				display: block;
				max-width: 100%;
				height: auto;
			}
			
			#pcb_pro .pcb_pro .pcb_pro_box a .tit{
				font-size: 24px;
				line-height: 28px;
				color:#119466;
				font-weight: bold;
				margin-bottom: 20px;
				text-align: center;
			}
			
			#pcb_pro .pcb_pro .pcb_pro_box a p {
			    font-size: 15px;
			    line-height: 25px;
			    color: #8f8f8f;
			    letter-spacing: -0.5px;
				height: 210px;
			}
			
			/*mk pcb_pro*/
			
			#pro_cess{
				padding: 120px 0;
				background: url(/public/static/images/pcb/pcb-back.jpg) no-repeat;
				background-size: cover;
			}
			
			#pro_cess .h2_title{
				margin-bottom:60px;
			}
			
			#pro_cess .cess_box .list{
				float: left;
				width: 31%;
				margin-right: 3.5%;
			}
			
			#pro_cess .cess_box .list .img{
				position: relative;
			}
			
			#pro_cess .cess_box .list .img::after{
				content:"";
				background-image:  url(/public/static/images/pcb/play.png);
				background-repeat: no-repeat;
				background-position: center;
				background-size: 40px auto;
				background-color: rgba(55,55,55,0.5);
				position: absolute;
				display: block;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
			}
			
			#pro_cess .cess_box .list:nth-child(3){
				margin-right: 0;
			}
			
			#pro_cess .cess_box .list .img img{
				display: block;
				width: 100%;
			}
			
			#pro_cess .cess_box .list .tit {
			    font-size: 24px;
			    line-height: 28px;
			    color: #fff;
			    font-weight: bold;
			    margin: 20px 0;
			    text-transform: uppercase;
				display: none;
			}
			
			#pro_cess .cess_box .list p{
				font-size:14px;
				line-height: 23px;
				padding: 15px 20px;
				color:#000;
				background-color: #fff;
				display: flex;
				align-items: center;
				height: 240px;
			}
			
			/*mk pro_cess*/
			
			/*feedback*/
			.item_comments {
				padding: 80px 0;
				background: #f2f4f5
			}
			
			.item_comments .item_h2_title {
				margin-bottom: 50px
			}
			
			.item_comments .swiper-slide {
				background: #fff;
				padding: 20px
			}
			
			.item_comments .swiper-slide .thumb {
				display: block;
				text-align: center;
				float: left;
				width: 100%
			}
			
			.item_comments .swiper-slide .thumb img {
				display: block;
				width: 100%;
				height: 100%
			}
			
			.item_comments .swiper-slide .pics img {
				display: block;
				float: left;
				width: 60px;
				height: auto;
				margin-right: 10px;
				height: 50px;
				margin-top: 10px
			}
			
			.item_comments .swiper-slide .pics {
				float: left;
				width: 100%;
				margin-bottom: 10px;
			}
			
			.userform {
				float: left;
				width: 100%;
				position: relative;
			}
			
			.userform img {
				display: block;
				width: 37px;
				height: 37px;
				float: left;
				margin-right: 15px
			}
			
			.userform span {
				display: block;
				line-height: 1.0;
			}
			
			.userform span.name {
				padding-top: 6px
			}
			
			.userform span.name {
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				max-width: 100px
			}
			
			.userform span.city-icon {
				position: absolute;
				left: 54px;
				top: 24px;
			}
			
			.userform .star-icon {
				background: url(../images/icon_star5.webp) repeat-x left center;
				width: 138px;
				height: 25px;
				position: absolute;
				right: 0;
				top: 6px
			}
			
			.userform .star-icon.star5 {}
			
			.userform .star-icon.star4 {
				background-image: url(../images/icon_star4.webp)
			}
			
			.userform .star-icon.star3 {
				background-image: url(../images/icon_star3.jpg)
			}
			
			.userform .star-icon.star2 {
				background-image: url(../images/icon_star2.jpg)
			}
			
			.userform .star-icon.star1 {
				background-image: url(../images/icon_star1.jpg)
			}
			
			.item_comments {
				text-align: center
			}
			
			.item_comments .swiper-slide {
				text-align: left;
			}
			
			.item_comments .swiper-slide .desc {
				line-height: 1.4;
				margin: 15px 0;
				float: left;
				width: 100%;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
				color: #878787;
			}
			
			.item_comments .datetime {
				float: left;
				width: 100%
			}
			
			.item_comments .datetime font {
				display: block;
				float: left;
				margin-right: 30px;
				position: relative;
				padding-left: 25px;
				line-height: 17px;
				color: #999
			}
			
			.item_comments .datetime font:before {
				content: "";
				display: block;
				position: absolute;
				left: 0;
				top: -2px;
				width: 17px;
				height: 17px;
				background: url(../images/icon_its.jpg) no-repeat;
			}
			
			.item_comments .datetime font.number {
				margin-right: 0;
				padding-left: 25px;
			}
			
			.item_comments .datetime font.view {
				padding-left: 30px;
			}
			
			.item_comments .datetime font.number:before {
				background-position: right center;
				top: 0;
			}
			
			.item_comments .datetime font.view:before {
				background-position: -164px center;
				top: 0;
				width: 23px;
			}



            #regiter_success {
                display: none;
                position: fixed;
                top: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.4);
                z-index: 9999;
                place-items: center;
                /* display: grid; */
            }
            /* === 纯 CSS 白 / 透明 相间辐射条纹光板 === */
            .radial-stripe-light {
                /* display: none; */
                position: fixed;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                /* 中间区域尺寸，确保居中 */
                width: 800px;
                height: 800px;
                border-radius: 50%;
                z-index: -1;

                background:
                    /* 核心：白 / 透明 相间辐射条纹 */
                    repeating-conic-gradient(
                    rgba(255,255,255,0.6) 0deg 10deg,
                    rgba(255,255,255,0) 10deg 20deg
                    );

                /* 边缘淡化效果：使用遮罩让整个光板从中心到边缘逐渐变透明，边缘完全透明，效果更明显 */
                mask-image: radial-gradient(
                    circle,
                    rgba(0,0,0,1) 0%,
                    rgba(0,0,0,1) 20%,
                    rgba(0,0,0,0.9) 30%,
                    rgba(0,0,0,0.75) 38%,
                    rgba(0,0,0,0.55) 45%,
                    rgba(0,0,0,0.35) 50%,
                    rgba(0,0,0,0.2) 55%,
                    rgba(0,0,0,0.1) 60%,
                    rgba(0,0,0,0.05) 65%,
                    rgba(0,0,0,0.02) 68%,
                    rgba(0,0,0,0) 72%,
                    rgba(0,0,0,0) 100%
                );
                -webkit-mask-image: radial-gradient(
                    circle,
                    rgba(0,0,0,1) 0%,
                    rgba(0,0,0,1) 20%,
                    rgba(0,0,0,0.9) 30%,
                    rgba(0,0,0,0.75) 38%,
                    rgba(0,0,0,0.55) 45%,
                    rgba(0,0,0,0.35) 50%,
                    rgba(0,0,0,0.2) 55%,
                    rgba(0,0,0,0.1) 60%,
                    rgba(0,0,0,0.05) 65%,
                    rgba(0,0,0,0.02) 68%,
                    rgba(0,0,0,0) 72%,
                    rgba(0,0,0,0) 100%
                );

                pointer-events: none;
            }
            .reg_all {
                display: none;
                width: 90%;
                max-width: 464px;
                background: #ffffff;
                box-sizing: border-box;
                border: 3px solid #fef6cd;
                border-radius: 20px;
                margin: 0 auto;
                position: relative;
                animation: modalFade 0.4s;
            }
            .reg_head { 
                height: 151px;
                background: linear-gradient(180deg, rgba(254, 243, 187, 0.76) 0%, rgba(255, 255, 255, 0) 100%);
                position: relative;
                padding-top: 86px;
                text-align: center;
                margin-bottom: 18px;
                border-radius: 20px;
            }
            .reg_head > img {
                max-width: 200px;
                width: 100%;
                position: absolute;
                top: -100px;
                left: 128px;
            }
            .reg_head_p1 {
                font-size: 22px;
                font-weight: bold;
                height: 38px;
            }
            .reg_head_p2 {
                font-size: 13px;
                line-height: 18px;
            }
            .reg_head_p2 > span {
                font-weight: bold;
            }
            .reg_mi1 {
                border: 1px solid #E6DAB2;
                margin: 0 16px;
                background: #F4EDC2;
                padding: 10px 20px;
                border-radius: 4px;
            }
            .reg_mi1_p1 {
                text-align: center;
                font-size: 16px;
                color: #4D3800;
            }
            .reg_mi1_p2 {
                text-align: center;
                font-weight: bold;
                font-size: 22px;
                line-height: 34px;
            }
            .reg_mi1_div {
                display: flex;
                gap: 6px;
            }
            .reg_mi1_div p {
                font-size: 12px;
                color: #4D3800;
            }
            .reg_mi1_div a {
                color: #2197D7;
                text-decoration: revert;
            }
            .reg_mi2 {
                border: 1px solid #E6DAB2;
                margin: 0 16px;
                background: #EEE2CE;
                padding: 10px 20px;
                border-radius: 4px;
                display: flex;
                gap: 6px;
                margin-top: 10px;
                align-items: center;
                font-size: 13px;
            }
            .reg_mi2 span {
                color: #E31A1A;
                font-weight: bold;
            }
            .reg_bottom {
                text-align: center;
                margin: 30px 0;
            }
            .reg_bottom button{
                padding: 12px 85px;
                background: #CFB458;
                border-radius: 6px;
                color: #FFFFFF;
                border: none;
                cursor: pointer;
                font-weight: bold;
            }
            .reg_mi3 {
                margin: 10px 20px;
                font-size: 12px;
                line-height: 16px;
            }
            .reg_all > .close_reg{
                text-align: right;
                position: absolute;
                right: 14px;
                top: 16px;
                cursor: pointer;
                z-index: 1;
            }
        
            .up_password {
                display: none;
                width: 400px;
                background: #ffffff;
                box-sizing: border-box;
                /* border: 3px solid #fef6cd; */
                border-radius: 6px;
                margin: 0 auto;
                position: relative;
                animation: modalFade 0.4s;
            }
            .up_password > .close_reg, .up_success > .close_reg{
                text-align: right;
                position: absolute;
                right: 18px;
                top: 18px;
                cursor: pointer;
                z-index: 1;
            }
            .up_pa_p {
                font-size: 18px;
                font-weight: bold;
                text-align: center;
                margin: 44px 0;
            }
            .up_pa_div {
                text-align: center;
                padding: 0 30px;
            }
            .up_pa_div > ul > li > input {
                background-color: #fff;
                border: 1px solid #c4c4c4;
                font-size: 14px;
                line-height: 23px;
                color: #242424;
                /* display: block; */
                padding: 7px 4px 6px 9px;
                width: 100%;
                min-width: 298px;
                border-radius: 3px;
                margin-bottom: 20px;
            }
            .up_pa_div > button {
                background: #239564;
                border-radius: 4px;
                cursor: pointer;
                border: none;
                color: #FFFFFF;
                font-weight: bold;
                padding: 12px 17px;
                width: 100%;
                margin: 20px 0 50px;
                line-height: 10px;
            }
            .up_success {
                display: none;
                max-width: 400px;
                width: 90%;
                background: #ffffff;
                box-sizing: border-box;
                /* border: 3px solid #fef6cd; */
                border-radius: 6px;
                margin: 0 auto;
                position: relative;
                animation: modalFade 0.4s;
            }
            .up_su_head {
                text-align: center;
                padding-top: 50px;
            }
            .up_su_head > p {
                color: #222222;
            }
            .up_su_head > :nth-child(2) {
                font-size: 18px;
                font-weight: bold;
                margin: 20px 0 10px;
            }
            .up_su_middle {
                margin: 30px 20px;
                background: #EEEEEE;
                padding: 10px 16px;
                border-radius: 4px;
                border: 1px solid #CFCFCF;
                color: #777777;
                line-height: 24px;
                font-size: 13px;
            }
            .up_su_button {
                padding: 0 20px;
            }
            .up_su_button button {
                background: #239564;
                border-radius: 4px;
                cursor: pointer;
                border: none;
                color: #FFFFFF;
                font-weight: bold;
                padding: 12px 17px;
                width: 100%;
                margin: 20px 0 50px;
            }
            .cost_div {
                display: none;
            }
            .cost_div > div {
                background: #F5F7F8;
                padding: 6px;
                margin-bottom: 6px;
            }
            .cost_div > div > div {
                display: flex;
                justify-content: space-between;
                border-radius: 0px;
                background: #FFFFFF;
                border-bottom: 1px solid #DDE4EB;
                padding: 12px 16px;
                font-weight: bold;
            }
            .pcba_div {
                border: 1px solid #DaE2ED;
                background-color: #F3F7FB;
                margin-top: 14px;
            }
            .pcba_div .a_top {
                display: flex;
                padding: 12px 20px;
                justify-content: space-between;
            }
            .a_top_left {
                display: flex;
                gap: 10px; 
                align-items: center;
            }
            .a_top_left_checkbox .layui-form-checkbox {
                display: none;
            }
            .a_top_left_checkbox input[type=checkbox] {
                display: unset !important;
                cursor: pointer;
            }
            /* .a_top_left_checkbox .layui-form-checkbox {
                height: 20px;
                line-height: 20px;
                padding-right: 20px;
            }
            .a_top_left_checkbox .layui-form-checkbox i {
                width: 20px;
                height: 20px;
                border-left: 1px solid #d2d2d2;
                font-size: 16px;
                font-weight: bold;
            } */
            .a_top_p1 {
                font-size: 18px;
                font-weight: bold;
                color: #111111;
            }
            .a_top_p2 {
                font-size: 13px;
                color: #888888;
            }
            .pcba_open {
                display: none;
                border: 1px solid #dae2ed;
                padding: 26px 18px;
                border-top: 0;
            }
            .advanced_data {
                display: none;
                margin-top: 30px;
            }
            .title-bor {
                margin-bottom: 20px;
                background-color: #F3F7FB;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 0 20px;
            }



            .p_o_one, .p_o_two{
                border: 1px solid #D1E5CB;
                background-color: #F7FDF9;
                padding: 23px 0;
                text-align: center;
            }
            .centroid_b, .bom_b {
                border: 3px solid #239564;
                background: #F2FFFA;
                color: #239564;
                width: 249px;
                padding: 7px 0;
                border-radius: 4px;
                font-weight: bold;
                cursor: pointer;
            }
            .centroid_b > div, .bom_b > div {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 10px;
            }
            .p_o_one_p1, .p_o_two_p1 {
                color: #888888;
                font-size: 12px;
                line-height: 16px;
                padding: 15px 0 8px;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 40px;
            }
            .p_o_one_p1 > span, .p_o_two_p1 > span {
                margin-left: 6px;
                cursor: pointer;
            }
            .p_o_one_p2, .p_o_two_p2 {
                color: #119466;
                font-size: 12px;
                line-height: 16px;
				cursor: pointer;
            }
			.p_o_two_p3 {
				display: none;
				font-size: 12px;
				color: #333;
				line-height: 17px;
			}

            .file_process {
                display: none;
                justify-content: center;
            }
            .step-progress {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                margin-top: 20px;
                position: relative;
                padding-left: 10px;
            }
    
            /* 步骤之间的连接线 */
            .step-progress::before {
                content: '';
                position: absolute;
                left: 22px; /* 与圆圈中心对齐 */
                top: 20px; /* 从第一个圆圈底部开始 */
                /* width: 2px; */
                height: calc(100% - 40px); /* 减去第一个圆圈的顶部和最后一个圆圈的底部空间 */
                /* background-color: #ccc; */
                z-index: 1;
                border-left: 1px dashed #ccc;
            }
    
            .step {
                display: flex;
                align-items: center;
                margin-bottom: 15px;
                position: relative;
                z-index: 2; /* 确保步骤内容在连接线上方 */
            }
    
            .circle {
                width: 26px;
                height: 26px;
                border-radius: 50%;
                background-color: #ccc;
                color: white;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 12px;
                margin-right: 10px;
                border: 2px solid white; /* 添加白色边框确保连接线被部分遮挡 */
                box-sizing: border-box;
                position: relative;
                font-weight: bold;
            }
    
            .completed .circle {
                background-color: #119466;
            }
    
            .pending .circle {
                background-color: #C8C8C8;
            }
    
            .text {
                background-color: white; /* 添加背景色确保文本清晰 */
                padding: 2px 5px;
                padding: 2px 5px;
                color: #333333;
                font-size: 14px;
                line-height: normal;
                letter-spacing: 0px;
                text-align: left;
            }
			
			@media(max-width:700px) {
				.userform .star-icon {
					top: 25px;
					height: 66px;
					height: 12px
				}
			
				.item_comments .datetime font {
					font-size: 12px;
					padding-left: 18px;
					margin-right: 15px
				}
			
				.item_comments .datetime font:before {
					width: 13px;
					height: 13px;
					background-size: auto 100%;
					top: 2px
				}
			
				.item_comments .datetime font.view {
					margin-right: 0
				}
			
				.item_comments .datetime font.view:before {
					background-position: -120px center;
					top: 3px
				}
			}
			
			
/*@media*/

/*media video pcb*/
@media screen and (max-width:1680px){
	#video_pcb .v_r .h2_title {
	    font-size: 30px;
	}
	#video_pcb .v_r .v_con p {
	    font-size: 16px;
	    line-height: 26px;
	}
}

@media screen and (max-width:1440px){
	#video_pcb .v_r .h2_title {
	    font-size: 26px;
	}
	
	#video_pcb .v_r .v_con {
	    margin-top: 20px;
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	
	#video_pcb .v_r .v_con p {
	    font-size: 14px;
	    line-height: 24px;
		margin-top: 20px;
	}
	
	
}

@media screen and (max-width:1280px){
	#video_pcb .v_r .h2_title {
	    font-size: 22px;
	}
	
	#video_pcb .v_r .v_con {
	    margin-top: 15px;
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	
	#video_pcb .v_r .v_con p {
	    font-size: 13px;
	    line-height: 21px;
	    margin-top: 15px;
	}
	
	#video_pcb .v_l a img{
		width:50px;
	}
	
	.fix-video .cbu {
	    right: 20px;
	    top: 10vh;
	}
	
}

@media screen and (max-width:1182px){
	
	
	#video_pcb .v_r .v_con p {
	    margin-top: 10px;
	}
}

@media screen and (max-width:900px){
	#video_pcb {
	    padding: 20px 0;
	}
	
	#video_pcb .v_l{
		width:100%;
		margin-bottom:20px;
	}
	
	#video_pcb .v_r{
		width:100%;
	}
	.pcba_div { 
		display: none;
	}
}

@media screen and (max-width:600px){
	
	
	.fix-video .cbu {
	    top: 25vh;
	}
}



/*@media of adv_pcb*/


@media screen and (max-width:1680px){
	#adv_pcb .h2_title {
	    font-size: 30px;
	}
	
	#adv_pcb .list {
	    padding: 60px 40px;
	}
	
	#adv_pcb .list .tit {
	    font-size: 19px;
	    line-height: 28px;
	    height: 50px;
	}
	
	#adv_pcb .list hr {
	    width: 70px;
	    margin: 20px auto;
	}
	
	#adv_pcb .list p {
	    font-size: 16px;
	    line-height: 25px;
	}
}

@media screen and (max-width:1440px){
	#adv_pcb .h2_title {
	    font-size: 26px;
	}
	
	#adv_pcb .list {
	    padding: 50px 30px;
	}
	
	#adv_pcb .list .tit {
	    font-size: 17px;
	    line-height: 26px;
	    height: 45px;
	}
	
	#adv_pcb .list hr {
	    width: 70px;
	    margin: 15px auto;
	}
	
	#adv_pcb .list p {
	    font-size: 14px;
	    line-height: 23px;
	}
}

@media screen and (max-width:1280px){
	
	
	#adv_pcb .list {
	    padding: 40px 20px;
	}
}

@media screen and (max-width:1182px){
	#adv_pcb .h2_title {
	    font-size: 24px;
	}
	
	#adv_pcb .list .img img{
		height:65px;
	}
	
	#adv_pcb .list .tit {
	    font-size: 15px;
	    line-height: 24px;
	    height: 40px;
	}
	
	#adv_pcb .list hr {
	    width: 50px;
	    margin: 15px auto;
	}
	
	#adv_pcb .list p {
	    font-size: 13px;
	    line-height: 21px;
	}
}

@media screen and (max-width:900px){
	#adv_pcb{
		padding: 30px 0;
	}
	#adv_pcb .list {
	    width: 47.5%;
	}
	
	#adv_pcb .list:nth-child(3n){
		margin-right:5%;
	}
	
	#adv_pcb .list:nth-child(2n){
		margin-right: 0%;
	}
	
	#adv_pcb .list p{
		height: 200px;
	}
}

@media screen and (max-width:600px){
	#adv_pcb .list {
	    width: 100%;
	}
	
	#adv_pcb .list:nth-child(3n){
		margin-right:0%;
	}
	
	#adv_pcb .list .tit{
		height: auto;
	}
	
	#adv_pcb .list p{
		height: auto;
	}
}


/*media of cate pro*/


@media screen and (max-width:1680px){
	#pcb_pro .h2_title{
		font-size:30px;
	}
	
	#pcb_pro .s_tit {
	    margin: 25px 0 45px;
	    line-height: 30px;
	    font-size: 22px;
	}
	
	#pcb_pro .pcb_cate a {
	    font-size: 22px;
	    height: 65px;
	    line-height: 65px;
	    padding: 0 40px;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a {
	    padding: 65px 25px;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a .img{
		height: 210px;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a .tit {
	    font-size: 22px;
	    line-height: 25px;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a p {
	    font-size: 14px;
	    line-height: 25px;
	}
}
@media screen and (max-width:1440px){
	#pcb_pro .h2_title{
		font-size:26px;
	}
	
	#pcb_pro .s_tit {
	    margin: 20px 0 35px;
	    line-height: 25px;
	    font-size: 20px;
	}
	
	#pcb_pro .pcb_cate a {
	    font-size: 20px;
	    height: 45px;
	    line-height: 45px;
	    padding: 0 30px;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a {
	    padding: 45px 20px;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a .img{
		height: 200px;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a .tit {
	    font-size: 20px;
	    line-height: 25px;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a p {
	    font-size: 13px;
	    line-height: 21px;
	}
}
@media screen and (max-width:1280px){
	#pcb_pro .h2_title{
		font-size:22px;
	}
	
	#pcb_pro .s_tit {
	    margin: 20px 0 30px;
	    line-height: 25px;
	    font-size: 18px;
	}
	
	#pcb_pro .pcb_cate a {
	    font-size: 20px;
	    height: 35px;
	    line-height: 35px;
	    padding: 0 20px;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a {
	    padding: 35px 15px;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a .img{
		height: 180px;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a .tit {
	    font-size: 18px;
	    line-height: 25px;
	}
}
@media screen and (max-width:1182px){
	
	
	#pcb_pro .pcb_pro .pcb_pro_box a {
	    
		width:49%;
		margin-bottom: 20px;
	}
	#pcb_pro .pcb_pro .pcb_pro_box a:nth-child(2n){
	    margin-right: 0;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a p{
		height: 120px;
	}
	
	
	#pcb_pro .pcb_pro .pcb_pro_box a .img{
		margin-bottom:20px;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a p {
	    font-size: 13px;
	    line-height: 21px;
	}
}


@media screen and (max-width:900px){
	#pcb_pro {
	    padding: 30px 0;
	}
	
	#pcb_pro .pcb_pro {
	    margin-top: 30px;
	}
	
	#pcb_pro .s_tit {
	    margin: 20px 0 30px;
	    line-height: 25px;
	    font-size: 16px;
	}
	
	#pcb_pro .pcb_cate a {
	    font-size: 16px;
	    height: 30px;
	    line-height: 30px;
	    padding: 0 10px;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a {
	    padding: 25px 15px;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a .img{
		height: 180px;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a .tit {
	    font-size: 16px;
	    line-height: 25px;
	}
}


@media screen and (max-width:800px){
	#pcb_pro .pcb_pro .pcb_pro_box a p {
	    height: 180px;
	}
    .reg_head > img {
        left: 74px;
    }
}


@media screen and (max-width:600px){
	#pcb_pro .pcb_pro .pcb_pro_box a {
	    
		width:100%;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a .img {
	    height:auto;
	}
	
	#pcb_pro .pcb_pro .pcb_pro_box a p {
	    height:auto;
	}
	
	#pcb_pro .pcb_cate a {
	    font-size: 12px;
	    height: 30px;
	    line-height: 30px;
	    padding: 0 5px;
	    margin: 0 1px;
	}
	
	#pcb_pro .s_tit {
	    margin: 15px 0 25px !important;
	    line-height: 20px;
	    font-size: 14px;
	}
}


/*@media of process*/

@media screen and (max-width:1680px){
	#pro_cess .h2_title {
	    margin-bottom: 40px;
	    font-size: 30px;
	}
	
	#pro_cess .cess_box .list .tit {
	    font-size: 22px;
	    line-height: 25px;
	}
	
	#pro_cess .cess_box .list p {
	    font-size: 13px;
	    line-height: 26px;
	}
}
@media screen and (max-width:1440px){
	#pro_cess .h2_title {
	    margin-bottom: 40px;
	    font-size: 26px;
	}
	
	#pro_cess .cess_box .list .tit {
	    font-size: 20px;
	    line-height: 23px;
	}
	
	#pro_cess .cess_box .list p {
	    font-size: 12px;
	    line-height: 20px;
		height: 270px;
	}
}
@media screen and (max-width:1280px){}
@media screen and (max-width:1182px){
	
}
@media screen and (max-width:900px){
	#pro_cess {
	    padding: 30px 0;
	}
	
	#pro_cess .cess_box .list{
		width: 100%;
		margin-bottom:30px
	}
	
	#pro_cess .cess_box .list p {
		height: auto;
	}
}
@media screen and (max-width:600px){}