/***** 智能手机 *****/
@media all and (max-width:1200px){
	.menu li a {padding:0 15px;}
	.menu li.language {margin-left:20px;}
	#home .swiper-container {height:220px!important; margin-top:50px}
	#home .swiper-slide {height:220px!important;}
	#home .swiper-slide .text { width: 96%; margin-left: -80px; left: 0; top: 45% }
	#home .swiper-slide .text h1 { font-size: 18px; font-weight: 600; /*margin-bottom:10px; letter-spacing:2px; padding-left:2px;*/ color: #202760; }
	#home .swiper-slide .text p { font-size: 12px; letter-spacing: 0px; padding-left: 0px; line-height: 150%; }
}

@media all and (max-width:1100px){
	.menu li a {padding:0 12px;}
	#home .swiper-container {height:220px!important; margin-top:50px}
	#home .swiper-slide {height:220px!important;}
	#home .swiper-slide .text { width: 96%; margin-left: -80px; left: 0; top: 45% }
	#home .swiper-slide .text h1 { font-size: 18px; font-weight: 600; /*margin-bottom:10px; letter-spacing:2px; padding-left:2px;*/ color: #202760; }
	#home .swiper-slide .text p { font-size: 12px; letter-spacing: 0px; padding-left: 0px; line-height: 150%; }
}

@media all and (max-width:1024px){
	.menu li a {padding:0 12px; font-size:16px;}
	.menu li i {display:none;}
	.menu li .nav_submenu {}
	.menu li .nav_submenu li a {font-size:16px;}
	
	#home .swiper-container {height:220px!important; margin-top:50px}
	#home .swiper-slide {height:220px!important;}
	#home .swiper-slide .text { width: 96%; margin-left: -80px; left: 0; top: 45% }
	#home .swiper-slide .text h1 { font-size: 18px; font-weight: 600; /*margin-bottom:10px; letter-spacing:2px; padding-left:2px;*/ color: #202760; }
	#home .swiper-slide .text p { font-size: 12px; letter-spacing: 0px; padding-left: 0px; line-height: 150%; }
}


@media all and (max-width:960px){
	.un_head { height: 60px; position: fixed; z-index: 999; overflow: visible; }
	.un_head .row {padding:0;}
	.un_head .un_top {padding:0; border:none;}
	.un_head .logo { float: left; margin: 0px 20px 10px; width: 190px; position: relative; z-index: 1000; }
	/*侧栏*/
	.un_head .nav_more { float: right;display:block; position:relative; z-index:1000; width:64px; height:64px; border:none; outline:none; cursor:pointer; background:none;}
	.un_head .nav_more .hamburger-fix {display:block; margin:auto; top:0; bottom:0; left:0; right:0; content:""; position:absolute; width:20px; height:0px; } 
	.un_head .nav_more .hamburger-fix::before ,
	.un_head .nav_more .hamburger-fix::after {content:""; position:absolute; width:20px; height:1px; background:#000000;}
	.un_head .nav_more .hamburger-fix::before ,
	.un_head .nav_more .hamburger-fix::before {top:-4px;}
	.un_head .nav_more .hamburger-fix::after {top:4px;}
	
	/*菜单*/
	.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;}
	.menu li {width:100%; float:none; overflow:hidden;}
	.menu li i {display:none;}
	.menu li i.arrow { display:block; opacity:1; position:absolute!important; top:17px!important; left:auto; right:40px!important; margin:0; font-style:normal; color:#8d8d8d!important; background:none;}
	.menu li i.arrow::before {}
	.menu li:hover {}
	.menu li:hover a .arrow {color:rgba(255,255,255,0.5);}
	.menu li a { opacity:1!important; margin:0; padding:0; width:100%; height:50px; text-indent:40px; line-height:50px; text-align:left; color:#333333!important; height:auto; font-size:18px; border:none;}
    .menu li:hover a { background:#f8f8f8; opacity:1;}
    .menu li:hover a .arrow {}
    .menu li a.sub_a:visited {color:#ffffff;}
	.menu li a::after {display:none;}
	.menu li.language {margin:60px 0 0 0!important;}
	.menu li.language a {padding:0; color:#666666; display:inline-block; width:auto;}
	.menu li.language:hover a {background:none!important;}
	.menu li.language a:hover {opacity:0.5;}
	
	/* 二级菜单 */
	.menu li a.smooth-scroll {cursor:pointer;}
	.menu li:hover .nav_submenu { display:none;}
	.menu li .nav_submenu { display:none; width:100%; position:static!important; box-shadow:none!important; padding:0; -webkit-transition:none!important; transition:none!important; -moz-transition:none!important;}
	.menu li .nav_submenu li a {float:none; width:auto; color:#666666!important;}
	
	.menu li .nav_submenu li img{height:20px; }
	.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:60px; 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:40px; top:50%; margin-top:-2px; width:4px; height:4px; border-radius:100%; background:#cccccc;}
	
	/* 导航切换样式 */
	.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;}
		
		.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);
            }
        }



	/***** 当前页面 *****/
	#about .un_head .menu > ul > li:nth-child(1) > a {opacity:1!important; color:#009FAB!important;}


	/********** 首页 **********/
	/* 全屏Banner */
	#home .swiper-container {height:190px!important; margin-top:50px}
	#home .swiper-slide {height:190px!important;}
	#home .swiper-slide .text { width: 96%; margin-left: -80px; left: 0; top: 45% }
	#home .swiper-slide .text h1 { font-size: 18px; font-weight: 600; /*margin-bottom:10px; letter-spacing:2px; padding-left:2px;*/ color: #202760; }
	#home .swiper-slide .text p { font-size: 12px; letter-spacing: 0px; padding-left: 0px; line-height: 150%; }
	#home .swiper-slide .ma {display:block; width:100%; height:190px; position:absolute; left:0; top:0; z-index:3;}
	#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:10px;}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin:0 3px;}

	.fill {display:none;}
	.spec { margin:0 auto 0; padding:40px 0 0; background-size:150% auto;}
	.spec .spec-bg {height:300px;}
	.spec .row_pr0 {padding-right:10px;}
	.spec .spec-box {}
	.spec .spec-box h2 { margin-bottom:40px; font-size:20px;}
	.spec .spec-box ul {}
	.spec .spec-box ul li { margin-bottom:10px; width:25%;}
	.spec .spec-box ul li:last-child {margin:0;}
	.spec .spec-box ul li a { margin-right:10px; height:350px;}
	.spec .spec-box ul li a::before {opacity:1;}
	.spec .spec-box ul li a .text {left:20px; bottom:15px;}
	.spec .spec-box ul li a h3 { font-size:22px; opacity:1; -webkit-transform:none; transform:none;}
	.spec .spec-box ul li a h6 { font-size:14px; margin-bottom:5px; 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 img {opacity:1; -webkit-transform:none; transform:none;}
	.spec .spec-box ul li:nth-child(2) a , .spec .spec-box ul li:nth-child(4) a {text-align:left;}
	.spec .spec-box ul li:nth-child(2) a .text , .spec .spec-box ul li:nth-child(4) a .text {left:20px; top:auto; bottom:15px; width:auto;}
	.spec .spec-box ul li:nth-child(4) a img {position:absolute; margin:0 0 0 -25%; top:0; opacity:0.5;}

	.un_lanm2 { padding: 30px 0 20px; z-index: 999; }
	.un_lanm2 h1 { margin-bottom: 20px; font-size: 32px; color: #202760; }
	.un_lanm2 ul { display:block; overflow:hidden;}
	.un_lanm2 ul li { width:95%;display:block; }
	.un_lanm2 ul li a { padding: 20px 0 20px;background:#202660 url() no-repeat right top; background-size:100% 95% }
	.un_lanm2 ul li a .imgbox { width:100%;}
	.un_lanm2 ul li a .img {}
	.un_lanm2 ul li a .img::after {}	
	.un_lanm2 ul li a .text { width:85%; padding:10px 0px; margin:auto}
	.un_lanm2 ul li a .text h2 {font-size:24px;  color: #fff; text-align:center}
	.un_lanm2 ul li a .text p {position:relative;  color: #fff;  font-size:16px; padding:20px;opacity:0.7;line-height:1.6em;/* 3 times the line-height to show 3 lines */}
	.un_lanm2 ul li a .text p::after {content:"..."; font-weight:bold; position:absolute; bottom:0; right:0; }		
	/**/
	.un_lanm2 ul li a:hover { color: #fff;background:#d9e42e url() no-repeat right top;background-size:100% 95% }
	.un_lanm2 ul li a:hover .text {color:#202760;}

	.un_footer { background: #202760;color:#fff; }
	.un_footer .un_foot { padding: 20px 10px; }
	
	.un_footer .fl {width:100%;}
	.un_footer .fl { display: block; width: 100%; margin-bottom: 20px; padding: 0px; margin-top: 0px; margin-left: 0px; }
	.un_footer .fl ul {margin:0px; padding:0px}
	.un_footer .fl ul li {text-align: center; width:100%; }
	.un_footer .fl ul li a {  font-size:18px; }
	
	.un_footer .fr {width:100%;}
	.un_footer .fr .fl { display: none; width: 100%; margin-bottom: 20px; text-align: center }
	.un_footer .fr .fl img {margin:0px; padding:0px}
	.un_footer .fr .fr { display: block; width: 100%; margin-bottom: 20px; text-align:center}
.un_footer .fr .fr h4 { font-size:18px; font-weight:normal; opacity:0.7; filter:Alpha(opacity=70);/*IE8*/}
.un_footer .fr .fr p {margin:4px 0 0 0; line-height:1; overflow-wrap:break-word;}
.un_footer .fr .fr p.phone-number {margin-bottom:20px; font-size:24px; font-weight:500; font-family:MyriadPro-bold;}
.un_footer .fr .fr p.email {font-family:MyriadPro-bold;}
	
.beian {display: none; margin:0px; padding:0px}
.beian p {}
.beian p span {}
.beian a.vokodesign {}


	/********** 内页公共 **********/
	.temp_banner {margin-top:64px; height:200px;}
	.temp_banner::before {height:200px;}
	.page-title {margin-top:80px;}
	.page-title h3 {font-size:32px;}
	.page-title h4 {font-size:22px;}
	.page-title p {font-size:14px; 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 {}
	.anchor-list .row {padding:0;}
	.anchor-list .al {padding:20px 0; overflow:hidden;}
	.anchor-list a {display:block; margin:20px 0 20px 20px; padding:0 10px; float:left; width:100px; height:34px; line-height:34px; font-size:14px;}
	/**/
	.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-container table { border-collapse:collapse; border-spacing:0; width:100%; margin-bottom:10px; font-size:12px;}
.table-container table .even {background:#f2f8fc;}
.table-container table .odd {background:#ffffff;}
.table-container table td {padding:5px; font-size:12px; text-align:left;}
/**/
.table-container table tr:nth-child(even){
background: #f2f8fc;

}

	/* 敬请期待 */
	.page-blank {padding:100px 20px;}
	.page-blank .picon {width:60px; height:60px;}
	.page-blank h6 {font-size:16px;}
	.page-blank p {font-size:14px;}


	/********** 走进 **********/
	/**/
	.about-group .ag-1 {height:400px;}
	.about-group .ag-1 .text {margin-top:80px;}
	.about-group .ag-1 .text h1 {font-size:36px;}
	.about-group .ag-1 .text p {font-size:24px;}
	/**/
	/**/
	.about-group .ag-4 {padding:50px 0;}
	.about-group .ag-4 .shead {}
	.about-group .ag-4 .shead h2 {font-size:32px;}
	.about-group .ag-4 .shead p {width:90%; font-size:18px; margin:20px auto 30px;}
	.about-group .ag-4 h2 { margin:0 0 10px; font-size:72px;}
	.about-group .ag-4 h3 {font-size:22px;}
	.about-group .ag-4 p {font-size:18px; width:100%;}
	.about-group .ag-4 .line {width:80%; height:20px; margin:20px auto;}
	.about-group .ag-4 .line .vline {height:20px;}
	.about-group .ag-4 .text {width:80%;}
	.about-group .ag-4 .text h2 {font-size:44px; margin-bottom:0;}
	.about-group .ag-4 .text p {font-size:18px;}
	.about-group .ag-4 .l {float:none; width:80%; margin:0 auto 30px;}
	.about-group .ag-4 .r {float:none; width:80%; margin:auto;}
	.about-group .ag-4 .desc {font-size:18px; width:90%;}
	/**/
	.about-group .ag-5 {padding:50px 0;}
	.about-group .ag-5 h2 {font-size:64px; margin-bottom:10px;}
	.about-group .ag-5 h3 { font-size: 32px; margin-bottom: 20px; }
	.about-group .ag-5 p {font-size:18px; width:90%;}
	/**/

	.about-group .ag-7 {padding:50px 0;}
	.about-group .ag-7 h1 {font-size:32px;}
	.about_timeline {padding:50px 0 20px;}
	.about_timeline .swiper-wrapper {display:inline;}
	.about_timeline .community-carousel::before {display:none;}
	.about_timeline .community-carousel .swiper-slide { width:100%; }
	.about_timeline .community-carousel .swiper-slide .slide-holder { position: relative; margin-left: 27px; padding: 0 0 40px 40px; border-left: 1px solid #FF6600; }
	.about_timeline .community-carousel .swiper-slide .author-wrap { padding:0; border:none;}
	.about_timeline .community-carousel .swiper-slide .author-wrap::before {left:-48px; bottom:18px; width:15px; height:15px;}
	.about_timeline .community-carousel .swiper-slide .author-wrap .name {font-size:22px; height:auto;}
	.about_timeline .community-carousel .swiper-slide .author-wrap .role {font-size:44px; height:auto;}
	.about_timeline .community-carousel .swiper-slide p {padding:0;}



	/********** 产品及应用 **********/
	#product .temp_banner {height:240px;}
	#product .temp_banner::before {height:240px;}
	#product .page-title {margin-top:100px;}
	#product .page-title p {opacity:0.9;}
	.anchor-list a {padding:0 8px;}
	/*  */
	#un_fan .swiper-container {padding:40px 0 70px;}
	#un_fan .swiper-container .swiper-slide {}
	#un_fan .img-box {padding:0; border:none;}
	/**/
	

	/***** 产品专题页：普通详情页 *****/
	.un-case .un_head {}
	.un-case .p-detail-normal {padding:60px 0 0;}
    /**/
    .un-case .p-detail-normal .text {margin-bottom:40px;}
    .un-case .p-detail-normal .text h2 {font-size:32px;}
    .un-case .p-detail-normal .text h3 {font-size:24px;}
    .un-case .p-detail-normal .img {}
    .un-case .p-detail-normal .img img {width:100%;}
    .un-case .p-detail-normal .img p {font-size:18px; width:100%;}
    .un-case .p-detail-normal .pdn-sc {padding:50px 0;}
    .un-case .p-detail-normal .pdn-sc h2 {font-size:28px;}
    .un-case .p-detail-normal .pdn-sc .swiper-container {padding:40px 0 70px;}
    .un-case .p-detail-normal .pdn-sc .img-box {padding:40px 0;}


	/**********  **********/
	.un-case-6 .p-detail {margin-top:64px;}
	/**/
	.d6-1 {padding:70px 0 0;}
	.d6-1 .text {float:none; margin:0 auto 30px; width:100%;}
	.d6-1 h1 {font-size:36px;}
	.d6-1 p {font-size:18px;}
	.d6-1 .img {float:none; margin:auto; width:90%;}
	/**/
	.d6-2 {padding:40px 0 0;}
	.d6-2 .text {float:none; margin:20px auto 40px; padding:0; width:82%;}
	.d6-2 .text p {font-size:18px; margin-bottom:30px;}
	.d6-2 .text img {width:100%;}
	.d6-2 .img {float:none; margin:auto; width:300px; height:300px; background-size:100%;}
	/**/
	.d6-3 {padding:60px 0;}
	.d6-3 .text { margin:auto; width:80%;}
	.d6-3 .text img {width:80%; margin-bottom:30px;}
	.d6-3 .text h1 {font-size:32px; margin-bottom:20px;}
	.d6-3 .text p {font-size:18px; width:100%;}
	/**/
	.d6-4 {padding:30px 0;}
	.d6-4 .text { float:none; margin:auto; padding:0; width:80%; text-align:center;}
	.d6-4 .text h1 {font-size:32px;}
	.d6-4 .text p {font-size:18px;}
	.d6-4 .text ul li h3 {font-size:18px;}
	.d6-4 .text ul li p {font-size:16px;}
	.d6-4 .img {float:none; margin:auto; width:80%; }
	/**/
	.d6-5 {padding:30px 0;background: #f1f1f1 url() no-repeat scroll center top; background-size: cover; }
	.d6-5 .text { float:none; margin:auto; padding:0; width:80%; text-align:center;}
	.d6-5 .text h1 {font-size:32px;}
	.d6-5 .text p {font-size:18px;}
	.d6-5 .text ul li h3 {font-size:18px;}
	.d6-5 .text ul li p {font-size:16px;}
	.d6-5 .img {float:none; margin:auto; width:80%; }
	/**/
	.p1-4 {padding:30px 0;background: #f1f1f1 url() no-repeat scroll center top; background-size: cover; }
	.p1-4 .text { float:none; margin:auto; padding:0; width:100%; text-align:center;}
	.p1-4 .text h1 {font-size:32px;}
	.p1-4 .text p {font-size:16px;}
	.p1-4 .text ul li h3 {font-size:16px;}
	.p1-4 .text td p {font-size:16px;}
	.p1-4 .img {float:none; margin:auto; width:80%; }
	/**/
	.p1-5 {padding:30px 0;}
	.p1-5 .text { float:none; margin:auto; padding:0; width:100%; text-align:center;}
	.p1-5 .text h1 {font-size:32px;}
	.p1-5 .text p {font-size:16px;}
	.p1-5 .text ul li h3 {font-size:16px;}
	.p1-5 .text td p {font-size:16px;}
	.p1-5 .img {float:none; margin:auto; width:80%; }
	

	/********** 产品专题页 **********/
	.un-case-7 .p-detail { margin-top: 60px; }
	
	.d7-0 {height:400px;}
	.d7-0 .text {margin-top:80px;}
	.d7-0 .text h1 {font-size:24px;}
	.d7-0 .text p {font-size:36px;}
	/**/
	.d7-1 {padding:50px 0 0;}
	.d7-1 .text { float:none; margin-bottom:40px; width:100%; margin-top:40px;}
	.d7-1 h1 {font-size:36px;}
	.d7-1 p { font-size: 18px; color: #202760; }
	.d7-1 .img {float:none; width:100%;}
	.d7-1 .img img{width:90%;}
	/**/
	.d7-2 {}
	.d7-2 .text {margin-top:60px;}
	.d7-2 h1 {font-size:32px; margin-bottom:20px;}
	.d7-2 p {font-size:18px;}
	.d7-2 ul {margin-top:20px;}
	.d7-2 ul li {padding-bottom:40px; margin-bottom:40px;}
	.d7-2 ul li:last-child {border:none;}
	.d7-2 ul li h2 {font-size:16px; margin-bottom:20px;}
	.d7-2 ul li img {width:90%;}
	.d7-2 ul li h3 { margin: 20px 0 10px; font-size: 24px; }
	/**/
	.d7-sc {margin:0; padding:80px 0;}
	.d7-sc h2 {font-size:32px;}
	/**/
	.d7-3 {padding: 50px 0 50px; color: #ffffff; background: #f1f1f1 url() no-repeat scroll center top; background-size: cover; }
	.d7-3 .text {}
	.d7-3 h1 {font-size:32px; margin-bottom:20px;}
	.d7-3 p {font-size:18px;}
	.d7-3 ul {margin-top:30px;}
	.d7-3 ul li {}
	.d7-3 ul li .inner {padding:0 10px;}
	.d7-3 ul li h3 {font-size:14px; margin-bottom:10px;}
	.d7-3 ul li img {}
	
	.d7-31 { padding: 50px 0 50px; color: #202760; background: #f1f1f1 url(../images/004.jpg) no-repeat scroll center top; background-size: cover; }
    .d7-31 .text { width:90%;text-align:center; color:#202760; margin:auto}
    .d7-31 h1 { margin-bottom:20px; font-size:28px;}
    .d7-31 p { font-size: 16px; text-align: justify; }
    .d7-31 .img {margin-top:30px;}
    .d7-31 .img img {width:100%}
	
	/**/
	.d7-4 { padding: 30px 0; }
	.d7-4 .img {float:none; width:100%;}
	.d7-4 .text {float:none; width:100%;}
	.d7-4 h2 {margin:30px 0 20px; font-size:32px;}
	.d7-4 p {font-size:18px;}
	.d7-4 ul li img {}



	/**/
	.s-point {padding:30px 0; overflow:hidden;margin-top:60px;}
	.s-point .title {}
	.s-point .title h2 {font-size:24px; margin-bottom:20px;}
	.s-point .title p {font-size:18px;}
	.s-point .rbox {padding:0;}
	.s-point .radiation {width:100%; margin:0;}
	.s-point .radiation .note .cname {display:none;}
	.area-box {display:none;}
	/**/
	
.s-point .radiation .tips { display: none; opacity: 0; padding: 0px; position: absolute; top: 10px;  text-align: center; z-index: 999; background: #ffffff; box-shadow: 0 3px 5px rgba(0,0,0,0.1); }
.s-point .radiation .tips h6 {font-size:14px;font-weight:500;}
.s-point .radiation .tips p {line-height:1.4; font-size:14px; margin:5px 0 0;}
.s-point .radiation img { width: 100%; margin: auto; }
}




@media all and (max-width:767px){
	#home .swiper-container {height:190px!important;}
	#home .swiper-slide {height:190px!important;}
	#home .swiper-slide .text h1 {font-size:16px;}
	#home .swiper-slide .text p {font-size:12px;}
	

}




@media all and (max-width:667px){
	
	#home .swiper-container {height:190px!important;}
	#home .swiper-slide {height:190px!important;}
	#home .swiper-slide .text h1 {font-size:16px;}
	#home .swiper-slide .text p {font-size:12px;}
	
	.spec .spec-box ul li { width:50%;}
	.spec .spec-box ul li a { height:400px;}
	.un_footer .fr .fr p.phone-number {font-size:16px;}
	.un_footer .fr .fr p a {font-size:16px;}

	.d5-3 .text ul li {width:100%;}
	.d5-3 .text ul li .inner {padding:0;}

	.d7-2 ul li {float:none; margin:auto; width:80%;}
	.d7-2 ul li h3 {}

}



@media all and (max-width:414px){
	#home .swiper-container {height:190px!important;}
	#home .swiper-slide {height:190px!important;}
	#home .swiper-slide .text h1 {font-size:16px;}
	#home .swiper-slide .text p {font-size:12px;}
	
	.spec .spec-box ul li a { height:220px;}
}




@media all and (max-width:375px){
	
	#home .swiper-container {height:190px!important;}
	#home .swiper-slide {height:190px!important;}
	#home .swiper-slide .text h1 {font-size:16px;}
	#home .swiper-slide .text p {font-size:12px;}
	
	.p-type ul li a h4 {}

	.un_footer .fr .fl {width:40%;}
	.un_footer .fr .fl ul li {}
	.un_footer .fr .fr {width:60%; margin:0;}
	.un_footer .fr .fr p.phone-number {font-size:16px;}
	.un_footer .fr .fr p.email {font-size:16px;}
	.un_footer .fr .fr p a {font-size:16px;}
}



@media all and (max-width:320px){
	
	#home .swiper-container {height:190px!important;}
	#home .swiper-slide {height:190px!important;}
	#home .swiper-slide .text h1 {font-size:16px;}
	#home .swiper-slide .text p {font-size:12px;}
	
	.un_footer .fr .fl { margin-bottom:40px; float:none; width:100%; overflow:hidden;}
	.un_footer .fr .fr {float:none; margin:0; width:100%;}
}



@media all and (max-width:280px){
	#home .swiper-container {height:190px!important;}
	#home .swiper-slide {height:190px!important;}
	#home .swiper-slide .text h1 {font-size:14px;}
	#home .swiper-slide .text p {font-size:12px;}

	.p-type ul li a {padding:40px 0;}
	.p-type ul li { float:none; width:100%; border:none; border-bottom:1px solid #f2f2f2;}
	.p-type ul li a img {width:35%;}

	.spec .spec-box h2 {font-size:16px; line-height:1.4;}
	.spec .spec-box ul li {float:none; width:100%;}

}
