



@media all and (max-width:1024px){
	.navigation {height:64px; position:fixed; z-index:22; overflow:visible;}
	.navigation .inner_navigation {position:relative;}
	.navigation .logo {position:relative; z-index:1000;}
	/*侧栏*/
	.navigation .nav_more { display:block; position:relative; z-index:1000; width:64px; height:64px; margin-right:-22px; cursor:pointer;}
	.navigation .nav_more .hamburger-fix {display:block; margin:auto; top:0; bottom:0; left:0; right:0; content:""; position:absolute; width:16px; height:0px; } 
	.navigation .nav_more .hamburger-fix::before ,
	.navigation .nav_more .hamburger-fix::after {content:""; position:absolute; width:16px; height:2px; background:#000000;}
	.navigation .nav_more .hamburger-fix::before ,
	.navigation .nav_more .hamburger-fix::before {top:-4px;}
	.navigation .nav_more .hamburger-fix::after {top:4px;}
	/**/
	.page-title {width:100%;}
	/*菜单*/
	.menu {width:100%; position:fixed; left:0; top:0; height:0; opacity:0; z-index:998; background:#ffffff; overflow:scroll; -webkit-transition:0.3s; transition:0.3s;}
	.menu ul {opacity:0; display:flex; flex-wrap:wrap;}
	.menu li {width:100%; padding:0 40px; overflow:hidden;}
	.menu li i {display:none;}
	.menu li i.arrow { display:block; opacity:1; position:absolute!important; top:17px; left:auto; right:40px; margin:0; font-style:normal; color:#8d8d8d!important; background:none;}
	.menu li i.arrow::before {}
	.menu li:hover {}
	.menu li a {opacity:1; margin:0; padding:24px 0; width:100%; height:50px; line-height:1; text-align:left; height:auto; font-size:14px; border-bottom:1px solid rgba(0, 0, 0, 0.05);}
    .menu li:hover a {opacity:1;}
    .menu li:hover a .arrow {}
    .menu li a.sub_a:visited {color:#ffffff;}
	.menu li a::after {display:none;}
	.navigation .language {position:absolute; z-index:1000; right:50px; top:50%; transform:translateY(-50%);}
	/* 二级菜单 */
	.menu li:hover .nav_submenu { display:none;}
	.menu li .nav_submenu {display:none; width:100%; position:static!important; transform:none; box-shadow:none!important; padding:10px 0; -webkit-transition:none!important; transition:none!important; -moz-transition:none!important;}
	.menu li .nav_submenu li a {float:none; width:auto; height:auto; line-height:normal; padding:10px 0; color:#666666!important;}
	.menu li .nav_submenu li:hover {}
	.menu li .nav_submenu li:hover a {}
	.menu li .nav_submenu li a { position:relative; color:#666666; text-indent:20px; border:none!important; font-weight:normal; font-size:16px;}
	.menu li .nav_submenu li a:hover {background:#ffffff;}
	.menu li .nav_submenu li a:before {content:""; position:absolute; left:0; top:50%; margin-top:-2px; width:4px; height:4px; border-radius:100%; background:#cccccc;}
	/*首页白色*/
	.sel-home .menu li a {color:#000000;}
	.sel-home .navigation .nav_more .hamburger-fix,
	.sel-home .navigation .nav_more .hamburger-fix::before ,
	.sel-home .navigation .nav_more .hamburger-fix::after {background:#ffffff;}
	/* 导航切换样式 */
	.sticky-nav {}
	.sticky-nav .logo {}
	.sticky-nav li a {}
	.sticky-nav .nav_more .hamburger-fix::before , .sticky-nav .nav_more .hamburger-fix::after {background:#333333!important;}
	/**/
	.play {width:44px; height:44px; line-height:44px; font-size:14px;}
	a.rTop {display:none!important;}
	/*菜单展开*/
	.open .menu {height:100%; opacity:1; padding-top:80px; overflow:auto;}
	.open ul {opacity:1;}
		/*首页、走进开立 导航特殊 展开后黑色*/
		.sel-home .open .nav_more .hamburger-fix::before ,
		.sel-home .open .nav_more .hamburger-fix::after ,
		.sel-about .open .nav_more .hamburger-fix::before ,
		.sel-about .open .nav_more .hamburger-fix::after {background:#333333;}
		/**/
		.sel-home .open .logo {background-image: url('images/logo.png');}
		.sel-home .navigation_en.open .logo {background-image: url('images/logo_en.png');}
		.sel-home .open .language a {color:#111111;}
		/**/
		.open .nav_more {}
		/* 展开*/
        .nav_more_on .hamburger-fix:before {animation:0.4s ease-in-out 0s normal forwards 1 running n1;}
        .nav_more_on .hamburger-fix:after {animation:0.4s ease-in-out 0s normal forwards 1 running n2;}
		@keyframes n1 {
            30% {
                top: 0;
            }
            50% {
                transform: rotate(0deg);
            }
            100% {
                top: 0;
                transform: rotate(45deg);
            }
        }
        @keyframes n2 {
            30% {
                top: 0;
            }
            50% {
                transform: rotate(0deg);
            }
            100% {
                top: 0;
                transform: rotate(-45deg);
            }
        }
        /*收起*/
        .nav_more_off .hamburger-fix:before {animation:0.4s ease-in-out 0s normal forwards 1 running n3;}
        .nav_more_off .hamburger-fix:after {animation:0.4s ease-in-out 0s normal forwards 1 running n4;}
        @keyframes n3 {
            30% {
                top: 0;
                transform: rotate(0deg);
            }
            50% {
                top: 0;
                transform: rotate(0deg);
            }
            100% {
                top: -4px;
                transform: rotate(0deg);
            }
        }
        @keyframes n4 {
            30% {
                top: 0;
                transform: rotate(0deg);
            }
            50% {
                transform: rotate(0deg);
            }
            100% {
                top: 4px;
                transform: rotate(0deg);
            }
        }


	/********** 首页 **********/
	/* 全屏Banner */
	#home .swiper-container {height:80vh;}
	#home .swiper-slide {height:100%;}
	#home .swiper-slide .text {width:100%;}
	#home .swiper-slide .text h1 {font-size:32px; font-weight:600; margin-bottom:20px;}
	#home .swiper-slide .text p {font-size:16px;}
	#home .swiper-slide .ma {display:block; width:100%; height:100%; position:absolute; left:0; top:0; z-index:3;}
	#home .video video {}
	#home .swiper-slide .text .btn-area {}
	#home .swiper-slide-active .text {margin-left:0;}
	#home .swiper-slide .btn-area {display:none;}
	.swiper-button-next, .swiper-button-prev {display:none;}
	.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:20px;}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin:0 8px;}
	.swiper-container .swiper-pagination .swiper-pagination-bullet::before {width:400%; height:400%;}

	.p_type {margin-top:80vh;}
	.p_type .row {padding:0;}
	.p_type ul {padding:40px 0;}
	.p_type ul li {width:100%; padding:0 20px;}
	.p_type ul li a {padding:20px 0;}
	.p_type ul li a .cover {}
	.p_type ul li a h4 {padding:10px 0 0 0; font-size:18px;}
	.p_type ul li a:hover .a-inner {-webkit-transform:none;transform:none;}

	.spec {margin:0 auto 0; padding:40px 0 0; background-size:150% auto;}
	.spec .spec-box {}
	.spec .spec-box .title {margin-bottom:50px;}
	.spec .spec-box .title p {line-height:1.4;}
	.spec .spec-box .title p b {font-size:32px; margin-bottom:10px;}
	.spec .spec-box .title p em {font-size:18px;}
	.spec .spec-box ul {}
	.spec .spec-box ul li {width:50%;}
	.spec .spec-box ul li:last-child {margin:0;}
	.spec .spec-box ul li a {margin-right:10px;}
	.spec .spec-box ul li a::before {opacity:1;}
	.spec .spec-box ul li a .text {}
	.spec .spec-box ul li a h3 {margin-bottom:5px; font-size:22px; opacity:1; -webkit-transform:none; transform:none;}
	.spec .spec-box ul li a p {font-size:14px; opacity:1; -webkit-transform:none; transform:none;}
	.spec .spec-box ul li a .text b {font-size:14px;}
		/**/
		.home_spec .d1_3 {margin-top:64px; padding:80px 0;}
		.home_spec .d1_3 .text h2 {font-size:28px;}
		.home_spec .d1_3 .text p {font-size:16px;}

	.p-story {padding:40px 0 0;}
	.p-story h1 { margin-bottom:20px; font-size:20px;}
	.p-story ul { display:block; background:#f2f2f2; overflow:hidden;}
	.p-story ul li { width:100%;}
	.p-story ul li:nth-child(2) a .imgbox {float:right;}
	.p-story ul li:nth-child(3) a .imgbox {float:left;}
	.p-story ul li a {}
	.p-story ul li a .imgbox { width:50%;}
	.p-story ul li a .img {}
	.p-story ul li a .img::after {}
	.p-story ul li:nth-child(1) a .imgbox::after {right:-15px; top:10px; border-right-color:#f8f8f8;}
	.p-story ul li:nth-child(2) a .imgbox::after {content:""; position:absolute; left:-15px; top:10px; margin-bottom:-10px; width:0; height:0; border-left:20px solid #f8f8f8; border-right:20px solid transparent; border-top:20px solid transparent; border-bottom:20px solid transparent; transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s;/* Firefox 4 */ -webkit-transition:all 0.3s ease-out 0s;/* Safari 和 Chrome */ -o-transition:all 0.3s ease-out 0s;/* Opera */}
	.p-story ul li:nth-child(3) a .imgbox::after {content:""; position:absolute; right:-15px; left:auto; top:10px; margin-bottom:-10px; width:0; height:0; border-right:20px solid #f8f8f8; border-left:20px solid transparent; border-top:20px solid transparent; border-bottom:20px solid transparent; transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s;/* Firefox 4 */ -webkit-transition:all 0.3s ease-out 0s;/* Safari 和 Chrome */ -o-transition:all 0.3s ease-out 0s;/* Opera */}
	.p-story ul li:nth-child(4) a .imgbox::after {left:-15px; top:10px; border-left-color:#f8f8f8;}
	.p-story ul li a .text { width:50%; padding:20px 20px;}
	.p-story ul li a .text h2 {font-size:14px;}
	.p-story ul li a .text p {position:relative; font-size:14px; opacity:0.7;line-height:1.6em;/* 3 times the line-height to show 3 lines */height:4.8em;overflow:hidden;}
	.p-story ul li a .text p::after {content:"..."; font-weight:bold; position:absolute; bottom:0; right:0; padding:0 20px 1px 45px; background:url("images/ellipsis_bg.png") repeat-y;}
	/**/
	.p-story ul li a:hover {background:#f8f8f8;}
	.p-story ul li a:hover .text {color:#333333;}
	.p-story ul li:nth-child(1) a:hover .imgbox::after { border-right-color:#f8f8f8;}
	.p-story ul li:nth-child(2) a:hover .imgbox::after {margin-bottom:-10px; width:0; height:0; border-left:20px solid #f8f8f8; border-right:20px solid transparent; border-top:20px solid transparent; border-bottom:20px solid transparent;}
	.p-story ul li:nth-child(3) a:hover .imgbox::after {left:auto; border-right:20px solid #f8f8f8; border-left:20px solid transparent; border-top:20px solid transparent; border-bottom:20px solid transparent; }
	.p-story ul li:nth-child(4) a:hover .imgbox::after {border-left-color:#f8f8f8;}


	/**/
	.copyright {padding:30px 0 0;}
	.copyright .inner {}
	.copyright .t {display:block; margin-bottom:0;}
	.copyright .t .l {width:100%; display:block;}
	.copyright .t .l .c-col {width:100%; padding:0; border-bottom:1px solid rgba(0,0,0,0.05);}
	.copyright .t .l .c-col h3 {font-size:14px; margin:0; padding:20px 0; position:relative;}
	.copyright .t .l .c-col h3 span {display:block; opacity:0.5; margin:auto; width:10px; height:10px; position:absolute; right:0; top:0; bottom:0; -moz-transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
	.copyright .t .l .c-col h3 span:before {content:""; position:absolute; left:0; top:50%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); width:10px; height:1px; background:#000000; -moz-transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
	.copyright .t .l .c-col h3 span:after {content:""; position:absolute; left:50%; top:0; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); width:1px; height:10px; background:#000000;}
	.copyright .t .l .c-col h3 span.rotate {
		transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
	.copyright .t .l .c-col h3 span.rotate:before {}
	.copyright .t .l .c-col ul {display:none; border:none; padding:0; margin:0 0 20px; width:100%!important;}
	.copyright .t .l .c-col ul li {font-size:12px; width:100%; padding:0;}
	.copyright .t .l .c-col ul li a {font-size:12px; display:block; padding:10px 0; text-indent:10px;}
	.copyright .t .r {width:100%; margin:40px 0 10px; justify-content:space-between;}
	.copyright .t .r .hotline {text-align:center;}
	.copyright .t .r .hotline p {font-size:16px; margin:0 0 5px 0;}
	.copyright .t .r .hotline h2 {font-size:22px;}
	.copyright .t .r ul {margin:20px 0 0 0; justify-content:center;}
	.copyright .t .r ul li {margin:0 10px 0 0;}
	.copyright .t .r ul li:last-child {margin:0;}
	.copyright .t .r ul li .vcode {width:80px; height:80px; margin-bottom:5px;}
	.copyright .t .r ul li p {font-size:12px;}
	.copyright .b {display:block; padding:30px 0; font-size:12px;border:none;}
	.copyright .b p {display:inline;}
	.copyright .b p em {display:none;}
	.copyright .b p span:first-child {display:block;}
	.copyright .b p span .vokodesign {padding-left:0;}
	.copyright .b .pp {padding:0 0 0 5px;}


	/********** 内页公共 **********/
	.temp_banner {margin-top:64px; padding:20vh 0; background-attachment:scroll;}
	.page-title h1 {font-size:32px;}
	.page-title p {font-size:16px; line-height:1.5; margin-top:15px; width:100%;}
	#pages {}
	#pages a {display:none;}
	#pages a.a1 {display:inline-block;}
	#pages span {display:none;}
	.anchor-list .swiper-wrapper {justify-content:left;}
	.anchor-list {background:#F8F8F8;}
	.anchor-list .row {padding:0 20px;}
	.anchor-list .al {padding:20px 0; overflow:hidden;}
	.anchor-list a {display:block; padding:20px;}
	.anchor-list a span {}
	.anchor-list a i {display:none;}
	.anchor-list a i em {width:60px; height:60px;}
	/**/
	.table-container{width:100%; margin: 0 0 1em; overflow-y:auto; _overflow:auto;}
	/*添加IOS下滚动条*/
	.table-container::-webkit-scrollbar{-webkit-appearance:none; width:10px; height:10px;}
	.table-container::-webkit-scrollbar-thumb{border-radius:8px; border:3px solid #fff; background-color:rgba(0, 0, 0, .1);}
	table {overflow:hidden;}
	table tr {}
	table th { padding:8px 10px; font-size:14px; font-weight:normal;}
	table td { padding:10px 10px; font-size:14px;}
	/* 敬请期待 */
	.page-blank {padding:100px 20px;}
	.page-blank .picon {width:200px; height:150px;}
	.page-blank h6 {font-size:16px;}
	.page-blank p {font-size:14px;}


	/* 金年会金字招牌诚信至上 */
		/**/
		.about-group{}
		/**/
		.ag-1 {margin-top:64px; background-attachment:scroll;}
		.ag-1 .text h1 {font-size:44px;}
		/**/
		.ag-2 {}
		/**/
		.ag_7 {position:relative;}
		.ag_7::before {content:""; position:absolute; z-index:2; right:40px; top:0; width:40px; height:100%; background:linear-gradient(to left, rgb(255, 255, 255,1) 0% , rgba(255,255,255,0) 100%);}


	


	/********** 产品及应用 **********/
	#anchor-list-cate {top:64px;}
	.sel-product a.anchor {top:-128px;}
	/* 临床图共用模块 */
	#product-detail .swiper-container {padding:40px 0 70px;}
	#product-detail .swiper-container .swiper-slide {}
	#product-detail .img-box {padding:0; border:none;}
	/**/
	.p-group {padding:20px 0; margin:20px 0;}
	.p-group .row_pr0 {padding-right:10px;}
	.p-group h2 {margin-bottom:20px; font-size:18px;}
	.p-group .sub {margin:10px 0; font-size:14px;}
	.p-group ul {margin:-10px;}
	.p-group ul li {float:left; width:50%; padding:10px;}
	.p-group ul li a {}
	.p-group ul li a .tag {padding:2px 6px;}
	.p-group ul li a .cover {}
	.p-group ul li a .desc {padding:20px 0 0;}
	.p-group ul li a .desc h4 {font-size:16px;}
	.p-group ul li a .desc p {font-size:12px;}



/***** 产品专题页 *****/
    /* 公用 */
		.sel-product-detail .navigation {}
		.sel-product-detail .p-detail {margin-top:64px;}
	    /* 普通详情页 */
        	/**/
        	.sel-product-detail .p-detail-normal {padding:80px 0;}
		    .sel-product-detail .p-detail-normal .text {margin-bottom:40px;}
		    .sel-product-detail .p-detail-normal .text h1 {font-size:32px;}
		    .sel-product-detail .p-detail-normal .text p {font-size:24px;}
		    .sel-product-detail .p-detail-normal .img {}
		    .sel-product-detail .p-detail-normal .img img {width:100%;}
		    .sel-product-detail .p-detail-normal .img p {font-size:18px; width:100%;}
		    .sel-product-detail .p-detail-normal .pdn-sc {padding:50px 0;}
		    .sel-product-detail .p-detail-normal .pdn-sc h2 {font-size:28px;}
		    .sel-product-detail .p-detail-normal .pdn-sc .swiper-container {padding:40px 0 70px;}
		    .sel-product-detail .p-detail-normal .pdn-sc .img-box {padding:40px 0;}


    	/* 豪华详情页：U500 */
        	/* 公用 */
        	.sel-product-detail-1 .p-detail h2 {font-size:28px;}
        	.sel-product-detail-1 .p-detail p {font-size:16px;}
        	/*  */
        	.d1_1 {padding:80px 0; background:#FFFFFF;}
        	.d1_1 .box {display:block;}
        	.d1_1 .text {width:100%; margin:0; padding:0; text-align:center;}
        	.d1_1 .text h3 {font-size:18px;}
        	.d1_1 .text h1 {font-size:44px; margin:10px 0 20px 0;}
        	.d1_1 .text p {}
        	.d1_1 .img {width:100%; margin-top:80px;}
        	/**/
        	.d1_2 {padding:80px 0;}
        	.d1_2::before {background-attachment:scroll;}
        	.d1_2::after {background:linear-gradient(to top, rgb(248, 248, 248) 80% , rgba(248,248,248,0) 100%);}
        	.d1_2 .text h2 {margin-bottom:20px;}
        	.d1_2 .text h2 span {display:block;}
        	.d1_2 .text p {width:100%;}
        	.d1_2 .img {padding:20px 0 40px;}
        	.d1_2 ul {margin:-20px;}
        	.d1_2 ul li {width:100%; padding:10px 20px;}
        	.d1_2 ul li .inner {padding:20px;}
        	.d1_2 ul li .name {height:auto;}
        	.d1_2 ul li .name h4 {font-size:18px; margin:0 0 10px;}
        	/**/
        	.d1_3 {padding:80px 0; background:#FFFFFF;}
        	.d1_3 .text {width:100%;}
        	.d1_3 ul {margin:40px 0 0;}
        	.d1_3 ul li {margin-bottom:40px; padding:0;}
        	.d1_3 ul li h4 {font-size:16px; margin-bottom:20px;}
        	.d1_3 ul li .arrow::before {width:25px; height:15px;}
        	.d1_3 ul li .cover_wrap {margin:0 -20px;}
        	.d1_3 ul li .cover {padding:0 10px;}
        	/**/
        	.d1_4 {padding:80px 0;}
        	.d1_4 .pin_d1_4 {height:100%;}
        	.d1_4 .box {display:block; height:auto; overflow:hidden;}
        	.d1_4 .box .img {width:140%; transform:translateX(-10%);}
        	.d1_4 .text {position:static; width:100%; transform:none; margin-top:20px;}
        	.d1_4 ul {width:100%; height:auto;}
        	.d1_4 ul li {position:static; transform:none; opacity:1; margin:0;}
        	.d1_4 ul li .inner {padding:20px 20px;}
        	.d1_4 ul li .name h4 {font-size:18px; margin-bottom:10px;}
        	.d1_4 ul li .name p {font-size:14px;}
        	/**/
        	.d1_5 {padding:80px 0; background:#FFFFFF;}
        	.d1_5 .box {}
        	.d1_5 .text {width:100%; margin:auto; text-align:center;}
        	.d1_5 .text h3 {font-size:22px;}
        	.d1_5 .text h2 {font-size:32px; margin:10px 0 0;}
        	.d1_5 .img {margin:40px 0; padding:0;}
        	.d1_5 .t {margin:20px auto 0; padding:0;}
        	.d1_5 .t ul {margin:-20px;}
        	.d1_5 .t ul li {width:50%; padding:20px;}
        	.d1_5 .t ul li .cover span {width:50px; height:50px;}
        	.d1_5 .t ul li h4 {font-size:16px;}
        	.d1_5 .t ul li p {font-size:12px;}
        	.d1_5 .b {padding:0;}
        	.d1_5 .b h6 {font-size:18px;}
        	.d1_5 .b .nt {margin-top:30px;}
        	.d1_5 .b .nt li {font-size:12px;}
        	.d1_5 .b .unit_tip {width:auto;}
        	.d1_5 .b .nb li {padding:25px 0;}
        	.d1_5 .b .nb li i {height:20px;}
        	/**/
        	.d1_6 {padding:80px 0; background:none;}
        	.d1_6::before {position:fixed; z-index:-1; background-attachment:scroll;}
        	.d1_6 .swiper-container {margin:50px 0; padding-bottom:50px;}
        	.d1_6 .swiper-container .swiper-pagination {display:block;}
        	.d1_6 .swiper-container .swiper-pagination .swiper-pagination-bullet {background:#000000;}
        	.d1_6 .swiper-container .swiper-pagination .swiper-pagination-bullet::before {border-color:#000000;}
        	.d1_6 .img ul {margin:0 -20px 40px;}
        	.d1_6 .img ul li {width:100%; padding:20px;}
        	.d1_6 .img ul li .name {padding:20px 0;}
        	.d1_6 .img ul li .name h4 {font-size:18px;}
        	.d1_6 .img ul li .name p {font-size:18px;}
        	.d1_6 .text ul {margin:-20px;}
        	.d1_6 .text ul li {width:100%; padding:20px;}
        	.d1_6 .text ul li h4 {font-size:18px; margin-bottom:10px;}
        	.d1_6 .text ul li p {font-size:14px;}
        	/**/
        	.d1_8 {background:#FFFFFF;}
        	.d1_8 ul {margin:-20px;}
        	.d1_8 ul li {width:100%; padding:10px 20px;}
        	.d1_8 ul li .name {padding:30px;}
        	.d1_8 ul li h4 {font-size:18px;}
        	.d1_8 ul li dl {min-height:auto;}


        /* 豪华详情页：U400 */
        	/* 公用 */
        	.sel-product-detail-2 .p-detail h2 {font-size:28px;}
        	.sel-product-detail-2 .p-detail p {font-size:16px;}
        	/*  */
        	.d2_1 {padding:80px 0; background:#FFFFFF;}
        	.d2_1 .box {display:block;}
        	.d2_1 .text {width:100%; margin:0; padding:0; text-align:center;}
        	.d2_1 .text h3 {font-size:18px;}
        	.d2_1 .text h1 {font-size:44px; margin:10px 0 20px 0;}
        	.d2_1 .text p {}
        	.d2_1 .img {width:100%; margin-top:80px;}
        	/**/
        	.d2_2 {padding:80px 0;}
        	.d2_2::before {background-attachment:scroll;}
        	.d2_2::after {background:linear-gradient(to top, rgb(248, 248, 248) 80% , rgba(248,248,248,0) 100%);}
        	.d2_2 .text h2 {margin-bottom:20px;}
        	.d2_2 .text h2 span {display:block;}
        	.d2_2 .text p {width:90%; text-align:justify;}
        	.d2_2 .img {padding:20px 0 40px;}
        	.d2_2 ul {margin:-20px;}
        	.d2_2 ul li {width:100%; padding:10px 20px;}
        	.d2_2 ul li .inner {padding:20px;}
        	.d2_2 ul li .name {}
        	.d2_2 ul li .name h4 {font-size:18px; margin:0 0 10px;}
        	/**/
        	.d2_3 {padding:80px 0; background:#FFFFFF;}
        	.d2_3 .text {width:100%;}
        	.d2_3 ul {margin:40px 0 0;}
        	.d2_3 ul li {margin-bottom:40px; padding:0;}
        	.d2_3 ul li h4 {font-size:16px; margin-bottom:20px;}
        	.d2_3 ul li .arrow::before {width:25px; height:15px;}
        	.d2_3 ul li .cover_wrap {margin:0 -20px;}
        	.d2_3 ul li .cover {padding:0 10px;}
        	/**/
        	.d2_4 {padding:80px 0;}
        	.d2_4 .pin_d2_4 {height:100%;}
        	.d2_4 .box {display:block; height:auto; overflow:hidden;}
        	.d2_4 .box .img {width:140%; transform:translateX(-10%);}
        	.d2_4 .text {position:static; width:100%; transform:none; margin-top:20px;}
        	.d2_4 ul {width:100%; height:auto;}
        	.d2_4 ul li {position:static; transform:none; opacity:1; margin:0;}
        	.d2_4 ul li .inner {padding:20px 20px;}
        	.d2_4 ul li .name h4 {font-size:18px; margin-bottom:10px;}
        	.d2_4 ul li .name p {font-size:14px;}
        	/**/
        	.d2_5 {padding:80px 0; background:#FFFFFF;}
        	.d2_5 .box {}
        	.d2_5 .text {width:100%; margin:auto; text-align:center;}
        	.d2_5 .text h3 {font-size:22px;}
        	.d2_5 .text h2 {font-size:32px; margin:10px 0 0;}
        	.d2_5 .img {margin:40px 0; padding:0;}
        	.d2_5 .t {margin:20px auto 0; padding:0;}
        	.d2_5 .t ul {margin:-20px;}
        	.d2_5 .t ul li {width:50%; padding:20px;}
        	.d2_5 .t ul li .cover span {width:50px; height:50px;}
        	.d2_5 .t ul li h4 {font-size:16px;}
        	.d2_5 .t ul li p {font-size:12px;}
        	.d2_5 .b {padding:0;}
        	.d2_5 .b h6 {font-size:18px;}
        	.d2_5 .b .nt {margin-top:30px;}
        	.d2_5 .b .nt li {font-size:12px;}
        	.d2_5 .b .unit_tip {width:auto;}
        	.d2_5 .b .nb li {padding:25px 0;}
        	.d2_5 .b .nb li i {height:20px;}
        	/**/
        	.d2_6 {padding:80px 0 0; background:none;}
        	.d2_6::before {position:fixed; z-index:-1; background-attachment:scroll;}
        	.d2_6 .i_t {}
        	.d2_6 .img {width:100%; padding:0;}
        	.d2_6 .img ul {margin:0 -20px 40px;}
        	.d2_6 .img ul li {width:100%; padding:20px;}
        	.d2_6 .img ul li .name {padding:20px 0;}
        	.d2_6 .img ul li .name h4 {font-size:18px;}
        	.d2_6 .img ul li .name p {font-size:18px;}
        	.d2_6 .text {width:100%; padding:0;}
        	.d2_6 .text ul {margin:-20px;}
        	.d2_6 .text ul li {width:100%; padding:20px;}
        	.d2_6 .text ul li h4 {font-size:18px; margin-bottom:10px;}
        	.d2_6 .text ul li p {font-size:14px;}
        	/**/
        	.d2_7 {background:#FFFFFF;}
        	.d2_7 ul {margin:-20px;}
        	.d2_7 ul li {width:100%; padding:10px 20px;}
        	.d2_7 ul li .name {padding:30px;}
        	.d2_7 ul li h4 {font-size:18px;}
        	.d2_7 ul li dl {min-height:auto;}


        /* 豪华详情页：HD2000 */
        	/* 公用 */
        	.sel-product-detail-3 .p-detail h2 {font-size:28px;}
        	.sel-product-detail-3 .p-detail p {font-size:16px;}
        	/*  */
        	.d3_1 {padding:80px 0; background:#FFFFFF;}
        	.d3_1 .box {display:block;}
        	.d3_1 .text {width:100%; margin:0; padding:0; text-align:center;}
        	.d3_1 .text h3 {font-size:18px;}
        	.d3_1 .text h1 {font-size:44px; margin:10px 0 20px 0;}
        	.d3_1 .text p {}
        	.d3_1 .img {width:100%; margin-top:80px;}
        	/**/
        	.d3_2 {padding:80px 0 0; overflow:hidden;}
        	.d3_2::before {background-attachment:scroll;}
        	.d3_2::after {background:linear-gradient(to top, rgb(248, 248, 248) 80% , rgba(248,248,248,0) 100%);}
        	.d3_2 .text h2 {margin-bottom:20px;}
        	.d3_2 .text h2 span {display:block;}
        	.d3_2 .text p {width:90%; text-align:justify;}
        	.d3_2 .img {padding:20px 0 40px;}
        	.d3_2 .img .intro {margin:40px 0; text-align:center;}
        	.d3_2 .img .intro h4 {font-size:22px;}
        	.d3_2 .img .intro p {font-size:16px;}
        	.d3_2 .img .resolution {margin-bottom:40px;}
        	.d3_2 .img .resolution .rce {width:100%;}
        	.d3_2 .img .resolution .rce:nth-child(1) {margin-bottom:30px;}
        	.d3_2 .img .resolution .rce h3 {font-size:22px;}
        	.d3_2 ul {margin:-20px; padding:0;}
        	.d3_2 ul li {width:100%; padding:10px 20px;}
        	.d3_2 ul li .inner {padding:20px;}
        	.d3_2 ul li .name {}
        	.d3_2 ul li .name h4 {font-size:18px; margin:0 0 10px;}
        	/**/
        	.d3_3 {padding:80px 0; background:#FFFFFF;}
        	.d3_3 .text {width:100%;}
        	.d3_3 ul {margin:40px 0 0;}
        	.d3_3 ul li {margin-bottom:40px; padding:0;}
        	.d3_3 ul li h4 {font-size:16px; margin-bottom:20px;}
        	.d3_3 ul li .arrow::before {width:25px; height:15px;}
        	.d3_3 ul li .cover_wrap {margin:0 -20px;}
        	.d3_3 ul li .cover {padding:0 10px;}
        	/**/
        	.d3_4 {padding:80px 0;}
        	.d3_4 .pin_d3_4 {height:100%;}
        	.d3_4 .box {display:block; height:auto; overflow:hidden;}
        	.d3_4 .box .img {width:140%; transform:translateX(-10%);}
        	.d3_4 .text {position:static; width:100%; transform:none; margin-top:20px;}
        	.d3_4 ul {width:100%; height:auto;}
        	.d3_4 ul li {position:static; transform:none; opacity:1; margin:0;}
        	.d3_4 ul li .inner {padding:20px 20px;}
        	.d3_4 ul li .name h4 {font-size:18px; margin-bottom:10px;}
        	.d3_4 ul li .name p {font-size:14px;}
        	/**/
        	.d3_5 {padding:80px 0; background:#FFFFFF;}
        	.d3_5 .box {}
        	.d3_5 .text {width:100%; margin:auto; text-align:center;}
        	.d3_5 .text h3 {font-size:22px;}
        	.d3_5 .text h2 {font-size:32px; margin:10px 0 0;}
        	.d3_5 .img {margin:40px 0; padding:0;}
        	.d3_5 .t {margin:20px auto 0; padding:0;}
        	.d3_5 .t ul {margin:-20px;}
        	.d3_5 .t ul li {width:50%; padding:20px;}
        	.d3_5 .t ul li .cover span {width:50px; height:50px;}
        	.d3_5 .t ul li h4 {font-size:16px;}
        	.d3_5 .t ul li p {font-size:12px;}
        	.d3_5 .b {padding:0;}
        	.d3_5 .b h6 {font-size:18px;}
        	.d3_5 .b .nt {margin-top:30px;}
        	.d3_5 .b .nt li {font-size:12px;}
        	.d3_5 .b .unit_tip {width:auto;}
        	.d3_5 .b .nb li {padding:25px 0;}
        	.d3_5 .b .nb li i {height:20px;}
        	/**/
        	.d3_6 {padding:80px 0; background:none;}
        	.d3_6::before {position:fixed; z-index:-1; background-attachment:scroll;}
        	.d3_6 .img ul {margin:0 -20px 40px;}
        	.d3_6 .img ul li {width:100%; padding:20px;}
        	.d3_6 .img ul li .name {padding:20px 0;}
        	.d3_6 .img ul li .name h4 {font-size:18px;}
        	.d3_6 .img ul li .name p {font-size:18px;}
        	.d3_6 .text ul {margin:-20px;}
        	.d3_6 .text ul li {width:100%; padding:20px;}
        	.d3_6 .text ul li h4 {font-size:18px; margin-bottom:10px;}
        	.d3_6 .text ul li p {font-size:14px;}
        	/**/
        	.d3_7 {padding:80px 0 0;}
        	.d3_7 ul {padding:0;}
        	.d3_7 ul li h4 {font-size:18px;}
        	.d3_7 ul li dl {margin:20px 0;}
        	.d3_7 ul li dl dt {font-size:14px;}


        /* 豪华详情页：P系列 */
        	/* 公用 */
        	.sel-product-detail-4 .p-detail h2 {font-size:28px;}
        	.sel-product-detail-4 .p-detail p {font-size:16px;}
        	/*  */
        	.d4_1 {padding:80px 0; background:#FFFFFF;}
        	.d4_1 .box {display:block;}
        	.d4_1 .text {width:100%; margin:0; padding:0; text-align:center;}
        	.d4_1 .text h3 {font-size:18px;}
        	.d4_1 .text h1 {font-size:44px; margin:10px 0 20px 0;}
        	.d4_1 .text p {}
        	.d4_1 .img {width:100%; margin-top:80px;}
        	/**/
        	.d4_2 {padding:80px 0;}
        	.d4_2::before {background-attachment:scroll;}
        	.d4_2 .text h2 {margin-bottom:20px;}
        	.d4_2 .text h2 span {display:block;}
        	.d4_2 .text p {text-align:center;}
        	.d4_2 .img {margin:0; padding:40px 0 0;}
        	.d4_2 ul {margin:-20px;}
        	.d4_2 ul li {width:100%; padding:10px 20px;}
        	.d4_2 ul li .name {padding:20px;}
        	.d4_2 ul li .name h4 {font-size:18px; margin:0 0 10px;}
        	/**/
        	.d4_3 {padding:80px 0; background:#FFFFFF;}
        	.d4_3 .img {width:100%;}
        	.d4_3 .text {width:100%;}
        	.d4_3 .text .name {margin-bottom:20px;}
        	.d4_3 .text ul {}
        	.d4_3 .text ul li {padding:0 10px;}
        	.d4_3 .text ul li span {width:60px; height:60px;}
        	.d4_3 .text ul li p {font-size:14px;}
        	/**/
        	.d4_4 {padding:0;}
        	.d4_4 ul li {flex-direction:column-reverse;}
        	.d4_4 ul li:nth-child(2), .d4_4 ul li:nth-child(4), .d4_4 ul li:nth-child(5) {padding:50px 0;}
        	.d4_4 ul li:nth-child(2),
        	.d4_4 ul li:nth-child(4) {flex-direction:column-reverse;}
        	.d4_4 ul li .text {width:100%;}
        	.d4_4 ul li:nth-child(1) .text {padding:0 20px 40px;}
        	.d4_4 ul li:nth-child(2) .text {padding:0 20px 0;}
        	.d4_4 ul li:nth-child(3) .text {padding:0 20px 40px;}
        	.d4_4 ul li:nth-child(4) .text {padding:0 20px;}
        	.d4_4 ul li .text h2 {font-size:22px; margin-bottom:10px;}
        	.d4_4 ul li .text p {font-size:14px;}
        	.d4_4 ul li .img {width:100%; margin-bottom:40px;}
        	/**/
        	.d4_5 {padding:80px 0;}
        	.d4_5 ul {padding:0;}
        	.d4_5 ul li h4 {font-size:18px;}
        	.d4_5 ul li dl {margin:20px 0;}
        	.d4_5 ul li dl dt {font-size:14px;}
        	.d4_5 ul li .img {width:100%;}


        /* 豪华详情页：UR12-2 */
        	/* 公用 */
        	.sel-product-detail-6 .p-detail h2 {font-size:28px;}
        	.sel-product-detail-6 .p-detail p {font-size:16px;}
        	/**/
        	.d6_1 {padding:80px 0 200px;}
        	.d6_1 .text h3 {font-size:18px;}
        	.d6_1 .text h1 {font-size:44px; margin:10px 0 40px 0;}
        	/**/
        	.d6_2 {padding:80px 0;}
        	.d6_2 .text h2 {margin-bottom:20px;}
        	.d6_2 .text p {}
        	.d6_2 .img {margin:0; padding:40px 0 0;}
        	/**/
        	.d6_3 {padding:80px 0 0;}
        	.d6_3 ul li {}
        	.d6_3 ul li:nth-child(2) {padding:50px 0 0;}
        	.d6_3 ul li:nth-child(3) {padding:50px 0 0;}
        	.d6_3 ul li .text {width:100%; padding:0 20px;}
        	.d6_3 ul li .text h2 {font-size:22px; margin-bottom:10px;}
        	.d6_3 ul li .text p {font-size:14px;}
        	.d6_3 ul li .img {width:100%;}
        	/**/
        	.d6_4 {padding:80px 0 0;}
        	.d6_4 .text h2 {margin-bottom:20px;}
        	.d6_4 .text p {width:100%;}
        	/**/
        	.d6_5 {padding:80px 0;}
        	.d6_5 .text {width:100%; padding:0;}
        	.d6_5 .img {width:100%; margin-top:30px;}
        	/**/
        	.d6_6 {padding:80px 0;}
        	.d6_6 .text {width:100%;}
        	.d6_6 .img {margin:30px 0;}
        	.d6_6 .features {}
        	.d6_6 .features ul {width:100%;}
        	.d6_6 .features ul li {width:50%; padding:20px;}
        	.d6_6 .features ul li span {width:60px; height:60px;}
        	.d6_6 .features ul li p {font-size:14px;}
        	/**/
        	.d6_7 {padding:80px 0;}
        	.d6_7 .table_scroll {overflow-x:scroll;}
        	.d6_7 table {width:800px;}


        /* 豪华详情页：BC系列 */
        	/* 公用 */
        	.sel-product-detail-5 .p-detail h2 {font-size:28px;}
        	.sel-product-detail-5 .p-detail p {font-size:16px;}
        	/**/
        	.d5_1 {padding:80px 0 200px;}
        	.d5_1 .text h3 {font-size:18px;}
        	.d5_1 .text h1 {font-size:44px; margin:10px 0 40px 0;}
        	/**/
        	.d5_2 {padding:80px 0;}
        	.d5_2 .text h2 {margin-bottom:20px;}
        	.d5_2 .text p {}
        	.d5_2 .img {margin:0; padding:40px 0 0;}
        	/**/
        	.d5_3 {padding:80px 0 0;}
        	.d5_3 ul li {}
        	.d5_3 ul li:nth-child(2) {padding:50px 0 0;}
        	.d5_3 ul li:nth-child(3) {padding:50px 0 0;}
        	.d5_3 ul li .text {width:100%; padding:0 20px;}
        	.d5_3 ul li .text h2 {font-size:22px; margin-bottom:10px;}
        	.d5_3 ul li .text p {font-size:14px;}
        	.d5_3 ul li .img {width:100%;}
        	/**/
        	.d5_4 {padding:80px 0 0;}
        	.d5_4 .text h2 {margin-bottom:20px;}
        	.d5_4 .text p {width:100%;}
        	/**/
        	.d5_5 {padding:80px 0;}
        	.d5_5 .text {width:100%; padding:0;}
        	.d5_5 .img {width:100%; margin-top:30px;}
        	/**/
        	.d5_6 {padding:80px 0;}
        	.d5_6 .text {width:100%;}
        	.d5_6 .img {margin:30px 0;}
        	.d5_6 .features {}
        	.d5_6 .features ul {width:100%;}
        	.d5_6 .features ul li {width:50%; padding:20px;}
        	.d5_6 .features ul li span {width:60px; height:60px;}
        	.d5_6 .features ul li p {font-size:14px;}
        	/**/
        	.d5_7 {padding:80px 0;}
        	.d5_7 .table_scroll {overflow-x:scroll;}
        	.d5_7 table {width:800px;}




/*****************************************/
/***********    sel_privacy    ***********/
/*****************************************/
.sel_privacy article {max-width:none; width:100%; margin:0; padding:150px 50px 100px;}




}




@media all and (max-width:667px){

	/* 公共 */
		/**/
		a.btn {font-size:14px; padding-right:15px;}
		a.btn i::before,
		a.btn i::after {width:9px;}
		/**/
		.tab {}
		.tab .box a {margin-right:20px; font-size:14px;}
		/**/
		.shead {margin-bottom:30px;}
		.shead .sl h2 {font-size:22px;}
		/**/
		.con_form {}
		.con_form ul {margin:0 -10px;}
		.con_form ul li {width:50%; margin:20px 0; padding:0 10px;}
		.con_form ul li input {padding:5px 0; font-size:16px;}
		.con_form ul li.longfix textarea {padding:5px 0;}
		.con_form ul li p {font-size:12px;}
		.con_form a.btn {padding:8px 40px; font-size:14px;}
		/**/
		.con_news_list {}
		.con_news_list li {width:100%; margin-bottom:20px;}
		.con_news_list li a .text {padding:20px;}
		.con_news_list li a .text span {font-size:32px;}
		.con_news_list li a .text h4 {font-size:16px; margin:20px 0 0 0;}
		.con_news_list li:first-child {width:100%;}
	    .con_news_list li:first-child a .text {position:static; display:block; z-index:1; border:4px solid #F8F8F8; border-bottom:none; color:initial; width:auto; height:auto; padding:20px; background:none;}
	    .con_news_list li:first-child a .text span {padding:0; color:initial; background:none;}
	    .con_news_list li:first-child a .text h4 {margin:20px 0 0 0; padding-top:0; border-top:none; min-height:auto; width:100%;}
	    .con_news_list li:first-child a .text b {}
	    /**/
	    .con_jobs_list {}
    	.con_jobs_list li {width:100%;}
    	.con_jobs_list li .inner {padding:20px;}
    	.con_jobs_list li .name {margin-bottom:60px;}
    	.con_jobs_list li .name h4 {font-size:18px;}
    	.con_jobs_list li .name h4::before {left:-20px; width:3px;}
    	.con_jobs_list li .name p {}
    	.con_jobs_list li b {font-size:12px;}
	    /**/
		.row {padding:0 20px;}
		.navigation .logo {width:120px;}
		.menu li {padding:0 20px;}
		.menu li a {font-size:14px;}
		.menu li i.arrow {right:0;}
		.menu li .nav_submenu li a {font-size:14px;}
		/**/
		.anchor-list .row {padding:0;}
		.anchor-list a span {font-size:14px;}
		/**/
		.alert .i_a {width:335px;}


	/* 首页 */
		/**/
		.p-type {}
		.p-type ul {}
		.p-type ul li {width:100%; padding:20px;}
		.p-type ul li a {padding:20px 0;}
		.p-type ul li a h4 {font-size:18px;}
		/**/
		.spec {padding:80px 0;}
		.spec .spec-box {}
		.spec .spec-box h2 {}
		.spec .spec-box ul {}
		.spec .spec-box ul li {width:100%; padding:10px 20px;}
		.spec .spec-box ul li a {margin:0;}
		.spec .spec-box ul li a .text {padding:20px;}
		/**/
		.news {padding:50px 0;}


	/* 金年会金字招牌诚信至上 */
		.sel-about {}
		.sel-about .tab {}
		.sel-about .tab .row {overflow-x:scroll;}
		.sel-about .tab .box {width:500px;}
		/**/
		.about-group{}
		/**/
		.ag_title span {font-size:16px;}
		.ag_title h2 {font-size:22px;}
		.ag_article .text p {font-size:14px;}
		.ag_article .text .btn_area {margin-top:30px;}
		/**/
		.ag_1 {margin-top:64px; padding:20vh 0; background-attachment:scroll;}
		.ag_1 .text h1 {font-size:32px;}
		/**/
		.ag_2 {padding:50px 0;}
		.ag_2 .ag_article {}
		.ag_2 .ag_title h2 {width:100%;}
		.ag_2 .ag_tab {margin:20px 0; text-align:left;}
		.ag_2 .ag_tab span {padding:0 20px 0 0; font-size:14px;}
		.ag_2 .ag_tab span em {padding:0 0 10px 0;}
		.ag_2 .section {}
		.ag_2 .section .img {width:100%;}
		.ag_2 .section .text {position:static; transform:none; width:100%; padding:30px 20px;}
		.ag_2 .section .text h3 {font-size:18px; margin-bottom:10px;}
		.ag_2 .section .text p {font-size:14px;}
		/**/
		.ag_3 {padding:50px 0;}
		.ag_3 .section {display:block;}
		.ag_3 .section .img {width:100%;}
		.ag_3 .section .text {width:100%; margin-top:20px; padding:0;}
		.ag_3 .ag_title {margin-bottom:20px;}
		/**/
		.ag_4 {padding:50px 0;}
		.ag_4 .section {display:block;}
		.ag_4 .section .img {width:100%;}
		.ag_4 .section .text {width:100%; margin-top:20px; padding:0;}
		.ag_4 .ag_title {margin-bottom:20px;}
		/**/
		.ag_5 {}
		.ag_5 .pin_ag_5 {height:50vh;}
		.ag_5 .section {display:block;}
		.ag_5 .img {width:100%; height:300px;}
		.ag_5 .text {width:100%; margin-top:20px; padding:0; opacity:1;}
		.ag_5 .text ul li {width:50%; padding:30px;}
		.ag_5 .text ul li h4 {font-size:32px;}
		.ag_5 .text ul li p {font-size:14px;}
		.ag_5 .bg {opacity:0.5; background-attachment:scroll;}
		/**/
		.ag_6 {padding:50px 0 0;}
		.ag_6 .section {display:block;}
		.ag_6 .section .img {width:100%;}
		.ag_6 .section .text {width:100%; margin-top:20px; padding:0;}
		.ag_6 .ag_title {margin-bottom:20px;}
		/**/
		.ag_7 {padding:50px 0;}
		.ag_7::before {right:20px;}
		.ag_7 .swiper-container {height:480px;}
		.ag_7 .swiper-container .swiper-slide .text h3 {font-size:22px;}
		.ag_7 .swiper-container .swiper-slide .text h4 {font-size:16px;}
		.ag_7 .swiper-container .swiper-slide .text p {font-size:12px;}
		.ag_7 .swiper-container .swiper-slide .text .box .inner {padding:20px 24px; height:170px;}
		/**/
		.ag_8 {padding:50px 0;}
		.ag_8 .section {display:block;}
		.ag_8 .section .img {width:100%;}
		.ag_8 .section .text {width:100%; margin-top:20px; padding:0;}
		.ag_8 .ag_title {margin-bottom:20px;}
		/**/
		.ag_9 {padding:80px 0;}
		.ag_9 .section {display:block;}
		.ag_9 .section .img {width:100%;}
		.ag_9 .section .text {width:100%; margin-top:20px; padding:0;}
		.ag_9 .ag_title {margin-bottom:20px;}



	/* 产品中心 */
		/**/
		.p-group ul li a .desc {padding:15px 0 0;}
		.p-group ul li a .desc h4 {margin:0;}
		.p-group ul li a .desc i {display:none; width:20px;}
		.p-group ul li a .desc i::after {width:10px;}
		.p-group ul li a:hover .desc i {width:24px;}


	/* 产品详情 */
		/**/
		.sel-product-detail .p-detail-normal .text h1 {font-size:28px;}
	    .sel-product-detail .p-detail-normal .text p {font-size:18px;}


    /* 用户服务 */
    	/**/
    	.sb_1 {padding:50px 0;}
    	.sb_1 .box {}
    	.sb_1 .desc {margin-bottom:20px; width:100%; font-size:18px;}
    	.sb_1 .section {display:block;}
    	.sb_1 .img {width:100%;}
    	.sb_1 .text {width:100%; margin-top:20px; padding:0;}
    	.sb_1 .text ul li {display:flex; justify-content:space-between; align-items:center; padding:20px 0;}
    	.sb_1 .text ul li h4 {font-size:44px;}
    	.sb_1 .text ul li h4 em {padding-left:10px; font-size:18px;}
    	.sb_1 .text ul li p {font-size:16px;}
    	/**/
    	.sb_2 {padding:50px 0;}
    	.sb_2 .section {display:block;}
    	.sb_2 .section .img {width:100%;}
    	.sb_2 .img span {height:200px!important;}
    	.sb_2 .section .text {width:100%; padding:20px;}
    	.sb_2 .section .text p {width:100%; margin:10px auto 40px; padding:0; font-size:14px;}
    	.sb_2 .text ul {width:100%; margin:0;}
    	.sb_2 .text ul li {margin-bottom:20px;}
    	.sb_2 .text ul li h3 {font-size:18px; margin-bottom:10px;}
    	.sb_2 .text ul li p {margin:0;}
    	/**/
    	.sb_3 {padding:50px 0;}



    /* 加入我们 */
    	/**/
    	.cg_1 {padding:80px 0;}
    	.cg_1 .box {display:block;}
    	.cg_1 .text {width:100%; margin-bottom:40px; padding:0;}
    	.cg_1 .text h2 {font-size:22px;}
    	.cg_1 .text ul {margin-top:30px;}
    	.cg_1 .text ul li h4 {margin-bottom:10px; font-size:44px;}
    	.cg_1 .text ul li h4 em {padding-left:10px; font-size:18px;}
    	.cg_1 .text ul li p {font-size:14px;}
    	.cg_1 .img {width:100%; height:300px;}
    	/**/
    	.cg_2 {padding:50px 0; background-attachment:scroll;}
    	.cg_2 ul {}
    	.cg_2 ul li {}
    	.cg_2 ul li .inner {padding:40px 10px; flex-direction:column;}
    	.cg_2 ul li span {margin-bottom:10px;}
    	.cg_2 ul li i {width:64px; height:64px;}
    	.cg_2 ul li p {font-size:14px;}
    		/* 更多分类  */

    		/* 职位详情 */
    		.job_list {margin:0; padding:50px 0;}
			.job_list .th,
			.job_list ul li .shead {padding:15px;}
			.job_list .th span,
			.job_list ul li .shead span,
			.job_list ul li .inner .i-inner,
			.job_list ul li h4,
			.job_list ul li p {font-size:12px;}
			.job_list ul li .shead span:last-child i {width:18px; height:18px;}
			.job_list ul li .shead span:last-child i::before {height:1px;}
			.job_list ul li .shead span:last-child i::after {width:1px;}
			.job_list ul li .inner .i-inner {padding:15px;}

			/* 英文版 */
			.cg_2_en {padding:80px 0;}
			.cg_2_en ul li {width:100%; padding:10px 20px;}
			.cg_2_en ul li .inner {padding:40px;}
			.cg_2_en ul li h3 {font-size:22px;}
			.cg_2_en ul li span {margin:0;}

    	/**/
    	.cg_3 {padding:50px 0 80px;}
    		.sel_jobs .jobs_wrap {padding:50px 0;}
    	/**/
    	.cg_4 {padding:50px 0;}
    	.cg_4 .box {display:block;}
    	.cg_4 .text {width:100%; margin-bottom:30px; padding:0;}
    	.cg_4 .text h2 {font-size:22px; margin-bottom:20px;}
    	.cg_4 .text p {font-size:14px;}
    	.cg_4 .cg_4_swiper {width:100%;}


    /* jinnian金年会 */
    	/**/
    	.sel-news .tab {margin:0;}


    /* jinnian金年会_详情 */
	.sel-news-detail .news-detail {padding:144px 0 80px; width:100%; font-size:14px;}
	.sel-news-detail .news-detail .box {width:100%;}
	.sel-news-detail .news-detail .title {margin-bottom:30px;}
	.sel-news-detail .news-detail .title h1 {font-size:22px; margin-bottom:10px;}
	.sel-news-detail .news-detail .title span {font-size:12px;}
	.sel-news-detail .news-detail p {font-size:14px;}


    /* 联系我们 */
    	/**/
    	.sel_contact .citys {padding:50px 0;}
    	.sel_contact .citys ul {margin:0;}
    	.sel_contact .citys ul li {width:100%; margin-bottom:20px; padding:0;}
    	.sel_contact .citys ul li .text {padding:20px;}
    	.sel_contact .citys ul li .text h3 {font-size:18px; margin:10px auto 30px;}
    	.sel_contact .citys ul li .text dl {font-size:14px;}
    	.sel_contact .citys ul li .text dl dd {margin:5px 0 20px;}
    	/**/
    	.sel_contact .contact_form {padding:0 0 50px 0;}
    	.sel_contact .contact_form .title {font-size:18px;}

}



