﻿@media only screen and (max-width: 1680px){

}

@media only screen and (max-width: 1440px){
	
}

@media only screen and (max-width: 1280px){
	body {font-size:14px;}
	input,select,button,textarea {font-size:14px;}
	.wrap {padding-left:4%;padding-right:4%;width:100%;}
	
	#header .logo {left:4%;}
	#header .tel {right:4%;}
	#nav .lang {right:4%;}
	
	#left {width:202px;}
	#right {width:calc(100% - 230px);padding-bottom:4%;}
	/*===================================================================================*/
	.itis {padding-top:4%;}
	.itis h2 {font-size:32px;}
	.itis p {margin-top:10px;font-size:16px;}
	.itis:after {height:12px;background-size:auto 100%;}
	
	#ihy {padding-top:3%;padding-bottom:4%;}
	#ipros .wrap {padding-top:2%;padding-bottom:6%;}
	#ipros .list {grid-template-columns:repeat(4,23.5%);grid-row-gap:4%;}
	#inews {margin-top:4%;}
	#inews .list {padding-bottom:4%;}
	#inews .list li {margin-top:4%;}
	/*===================================================================================*/
	#bnav > div {padding-left:75px;height:55px;}
	#bnav .home {width:55px;border-left:none;}
	#bnav .navs {line-height:55px;}
	#bnav .navs i {margin-left:8px;margin-right:8px;font-size:13px;}
	#bnav .menus {right:4%;}
	#bnav .menus a {margin-left:30px;font-size:14px;}
	#video_play {width:1000px;height:560px;}
	.editorc_nrs {padding-top:4%;}
	.editorc,.editorc2 {font-size:14px;line-height:1.8;}
	.tits {padding-top:5%;}
	.tits h2 {font-size:28px;}
	/*===================================================================================*/
	/* 产品中心 */
	
	/*===================================================================================*/
	/* 新闻资讯 */
	
	/*===================================================================================*/
	/* 关于我们 */
	
	/*===================================================================================*/
	/* 联系我们 */
	
	/*===================================================================================*/
	#news_page {padding-top:6%;}
	#pros_page {padding-top:6%;}
	.fypage a,.fypage span {margin:0 4px;width:32px;height:32px;line-height:32px;font-size:14px;}
	.fypage .fypage_prev i,.fypage .fypage_next i {font-size:14px;}
}

@media only screen and (max-width: 1024px){
	#header {border-bottom:none;}
	#header .wrap {height:80px;}
	#header .logo {height:60px;}
	#header .logo .text {margin-left:20px;}
	#header .logo .text h2 {font-size:18px;}
	#header .logo .text p {margin-top:8px;font-size:14px;}
	#header .lang {top:0;right:calc(4% + 110px);line-height:80px;}
	#header .tel {top:15px;right:calc(4% + 100px);padding-left:60px;min-height:50px;font-size:14px;background-size:45px auto;background-position:0 3px;}
	#header .tel h2 {margin-top:5px;font-size:22px;}
	#nav {display:none;}
	#mheader_menu {position:absolute;top:0;right:4%;z-index:10;display:block;width:30px;height:inherit;line-height:80px;cursor:pointer;}
	#mheader_menu span {position:relative;display:inline-block;margin-top:-2px;width:100%;height:2px;border-radius:2px;vertical-align:middle;background-color:#000;}
	#mheader_menu span:before {position:absolute;top:8px;left:0;display:inline-block;width:100%;height:2px;content:"";border-radius:2px;background-color:#000;transition-duration:0.3s, 0.3s;transition-delay:0.3s, 0s;transition-property:top,transform;}
	#mheader_menu span:after {position:absolute;bottom:8px;left:0;display:inline-block;width:100%;height:2px;content:"";border-radius:2px;background-color:#000;transition-duration:0.3s, 0.3s;transition-delay:0.3s, 0s;transition-property:bottom,transform;}
	#mheader_menu span.active {background-color:transparent;transition-delay:0s, 0.3s;}
	#mheader_menu span.active:before {top:0px;transform:rotate(45deg);transition-delay:0s, 0.3s;}
	#mheader_menu span.active:after {bottom:0px;transform:rotate(-45deg);transition-delay:0s, 0.3s;}
		
	#menu {position:fixed;top:0px;left:0px;z-index:999;display:block;width:100%;height:100%;overflow-y:auto;box-sizing:border-box;background-color:rgba(0,124,195,0.95);opacity:0;transform:translateX(100%);transition:all ease-out 300ms;}
	#menu.active {opacity:1;transform:translateX(0);}
	#menu .close {position:relative;padding:15px 4%;color:#fff;text-align:right;font-weight:bold;background-color:#007cc3;}
	#menu .close i {position:relative;top:1px;margin-right:5px;}
	#menu .close .lang {position:absolute;top:15px;left:4%;color:#fff;font-size:14px;}
	#menu .close .lang a {color:#fff;}
	#menu .list {border-bottom:1px solid #0b8ad7;}
	#menu .list a {display:block;}
	#menu .list a:hover {color:#fff;background-color:#1fa2e8;}
	#menu .list p {position:relative;}
	#menu .list p > a {padding:15px 4%;color:#fff;font-size:16px;font-weight:bold;}
	#menu .list span {position:absolute;top:0px;right:0px;z-index:2;display:flex;width:60px;height:100%;align-items:center;justify-content:center;text-align:center;}
	#menu .list span i {display:block;color:#fff;font-size:14px;font-weight:bold;transition:all 300ms;}
	#menu .list span.active {}
	#menu .list span.active i {color:#fff;transform:rotate(-180deg);}
	#menu dl {display:none;transition:none;}
	#menu dl dt {position:relative;border-top:1px solid #0b8ad7;}
	#menu dl dt > a {padding:13px 6%;color:#fff;font-size:16px;}
	#menu dl dt > a:before {display:inline-block;margin-right:8px;width:6px;height:6px;content:"";vertical-align:middle;border-radius:50%;background-color:#fff;transform:translateY(-1px);}
	#menu dl dd {display:none;transition:none;}
	#menu dl dd a {padding:13px 4% 13px 10%;color:#fff;font-size:16px;border-top:1px solid #0b8ad7;}
		
	#banner {height:350px;}
	#banner .swiper-slide {background-size:cover;}
	#banner .swiper-pagination {bottom:25px;height:12px;}
	#banner .swiper-pagination span {width:12px;height:12px;}
	#banner .swiper-pagination span.swiper-pagination-bullet {margin:0 6px;}
	#banners {height:300px;background-size:cover;}
	
	#content {padding-bottom:6%;}
	#contents > div {display:block;}
	#left {display:none;}
	#right {float:none;padding-bottom:0;width:100%;overflow:inherit;}

	#footer .info {display:block;padding-top:4%;padding-bottom:4%;}
	#footer .lxfs {display:flex;flex-direction:column;align-items:center;justify-content:center;padding-right:0;width:100%;border-right:none;}
	#footer .lxfs .logo img {height:40px;}
	#footer .lxfs .lxwm {text-align:center;}
	#footer .fnav {margin-top:4%;margin-left:0;margin-right:0;}
	#footer .fnav h3 {font-size:16px;}
	#footer .fnav dl {padding-top:20px;}
	#footer .fnav dl dd {margin-bottom:15px;font-size:13px;}
	#footer .qrcode {margin-top:5%;width:100%;text-align:center;}
	#footer .qrcode dd {display:inline-block;width:120px;vertical-align:top;box-sizing:border-box;}
	#footer .qrcode dd:last-child {margin-top:0;margin-left:20px;}
	#footer .copyright {flex-flow:row wrap;padding-top:3%;padding-bottom:3%;text-align:center;}
	#footer .copyright .navs {margin-bottom:10px;width:100%;}
	#footer .copyright .navs a {margin-right:25px;}
	#footer .copyright .text {width:100%;}

	.nodata {font-size:16px;}
	.editorc_box {padding-top:3%;}
	.editorc {font-size:14px;line-height:1.8;}
	#bnav-m, #bname-m {display:block;}
	#bnav, #float_os, #float_gos {display:none;}
	#video_play {width:857px;height:480px;}
	/*===================================================================================*/
	.itis h2 {font-size:24px;}
	.itis p {margin-top:10px;font-size:14px;}
	#ipros .list a .mask {padding:190px 20px 0 20px;font-size:16px;}
	#inews .list li .cont .text h2 {font-size:16px;}
	#ihy .cont1 {width:694px;}
	#ihy .items {width:200px;height:200px;}
	#ihy .items .text div {margin-top:30px;width:60px;height:60px;}
	#ihy .items .text div h3 {font-size:16px;}
	#ihy .items .text p {margin-top:12px;font-size:14px;}
	/*===================================================================================*/
	/* 产品中心 */
	#pros a {margin-top:4%;}
	/*===================================================================================*/
	/* 新闻资讯 */
	
	/*===================================================================================*/
	/* 关于我们 */
	
	/*===================================================================================*/
	/* 联系我们 */
	
}

@media only screen and (max-width: 800px){
	#header .logo .text h2 {font-size:16px;}
	#header .tel {top:18px;right:calc(4% + 70px);padding-left:50px;background-size:40px auto;background-position:0 3px;}
	#header .tel h2 {margin-top:3px;font-size:20px;}
	
	#banner {height:300px;}
	#banner .swiper-pagination {bottom:20px;height:10px;}
	#banner .swiper-pagination span {width:10px;height:10px;}
	#banner .swiper-pagination span.swiper-pagination-bullet {margin:0 5px;}
	#banners {height:250px;}
	#video_play {width:700px;height:392px;}
	#fos {display:none;}
	
	#finfo .wrap {display:block;padding-top:4%;padding-bottom:4%;text-align:center;}
	#finfo .logo {display:inline-block;}
	#finfo .info {margin-left:0;margin-right:0;}
	#finfo .qrcode {display:inline-block;margin-top:4%;}
	#footer .wrap {display:block;padding-top:3%;padding-bottom:3%;}
	#footer .copyright {padding-top:0;padding-bottom:0;line-height:1.6;}
	#footer .r {display:none;}
	/*===================================================================================*/
	#ihy .cont1 {margin-bottom:-70px;width:540px;}
	#ihy .items {width:160px;height:160px;}
	#ihy .items .text div {margin-top:25px;width:50px;height:50px;}
	#ihy .items .text div h3 {font-size:14px;}
	#ihy .items .text p {margin-top:8px;font-size:12px;}
	/*===================================================================================*/
	/* 产品中心 */
	
	
	/*===================================================================================*/
	/* 新闻资讯 */
	#news_info h1 {font-size:18px;font-weight:bold;}
	/*===================================================================================*/
	/* 关于我们 */
	/*===================================================================================*/
	/* 联系我们 */
}

@media only screen and (max-width: 640px){
	body {color:#222;}
	#header .tel {display:none;}
	#banner {height:250px;}
	#banners {height:200px;}
		
	.button {width:130px;height:40px;font-size:16px;}
	#prevnext {padding-right:0;}
	#prevnext_back {display:none;}
	#video_play {width:580px;height:325px;}
	.mfypage a,.mfypage span {color:#666;}
	#news_page, #pros_page {display:none;}
	#news_mpage, #pros_mpage {display:block;}
	#win_ts {position:fixed;top:20%;left:10%;z-index:99999;margin-left:0px;padding:25px 3%;width:74%;color:#fff;font-size:16px;line-height:normal;text-align:center;opacity:0;transition:all 0.6s;border-radius:6px;background-color:rgba(0,0,0,0.7);overflow:hidden;}
	/*===================================================================================*/
	.itis {padding-top:6%;}
	
	#ihy .cont1 {display:flex;flex-flow:row wrap;justify-content:center;margin-bottom:0;width:100%;}
	#ihy .cont1 .items:nth-child(2) {margin-left:10%;}
	#ihy .cont1 .items:nth-child(3) {margin-top:-100px;}
	#ihy .cont2 {display:flex;flex-flow:row wrap;justify-content:center;margin-top:-100px;width:100%;}
	#ihy .cont2 .items:nth-child(even) {margin-left:10%;}
	#ihy .cont2 .items:nth-child(3), #ihy .cont2 .items:nth-child(4) {margin-top:5%;}
	#ihy .items {width:45%;height:auto;}
	#ihy .items img {width:100%;height:auto;}
	#ihy .items .text div {margin-top:40px;width:70px;height:70px;}
	#ihy .items .text div h3 {font-size:16px;}
	#ihy .items .text p {margin-top:12px;font-size:14px;}
	
	#ipros .wrap {padding-top:0;padding-bottom:6%;}
	#ipros .list {display:flex;flex-flow:row wrap;}
	#ipros .list a {margin-top:4%;width:48%;}
	#ipros .list a:nth-child(even) {margin-left:4%;}
	
	#inews {margin-top:5%;}
	#inews .list {padding-bottom:5%;}
	#inews .list li {display:block;margin-top:6%;}
	#inews .list li .nrl {margin-top:0;}
	#inews .list li .nrl:after {display:block;content:"";clear:both;}
	#inews .list li .cont .date {width:70px;}
	#inews .list li .cont .date span:nth-child(1) {margin-bottom:8px;font-size:40px;}
	#inews .list li .cont .text {margin-left:40px;}
	#inews .list li .cont .text h2 {font-size:16px;}
	#inews .list li .cont .text p {margin-top:8px;line-height:1.65;}
	#inews .list li .more {margin-top:3%;}
	#inews .list li .imgs {display:block;margin-top:2%;}
	#inews .list li:nth-child(odd) .nrl {padding-right:0;}
	#inews .list li:nth-child(even) .nrl {padding-left:0;}
	/*===================================================================================*/
	/* 产品中心 */
	#pros a {margin-top:4%;margin-right:0%;width:48%;}
	#pros a:nth-child(even) {margin-left:4%;}
	#prods-mimg {display:block;font-size:0;}
	#prods-mimg img {width:100%;}
	#prods .info {display:block;}
	#prods .info .imgs {display:none;}
	#prods .info .text {margin-left:0;}
	/*===================================================================================*/
	/* 新闻资讯 */
	
	/*===================================================================================*/
	/* 关于我们 */
	
	/*===================================================================================*/
	/* 联系我们 */
	/*===================================================================================*/
	.editorc, .editorc2 {line-height:1.5;}
	.editorc p {margin-bottom:15px;}
	.editorc p:last-child {margin-bottom:0px;}
	.editorc a {text-decoration:underline;}
	.editorc ul {margin-bottom:15px;padding-left:1.4em;}
	.editorc ul:last-child {margin-bottom:0px;}
	.editorc ul li {list-style-type:disc;}
	.editorc ol {margin-bottom:15px;padding-left:1.5em;}
	.editorc ol li {list-style-type:decimal;}
	.editorc ol:last-child {margin-bottom:0px;}
	.editorc table.border {margin-bottom:15px;border:none;border-top:1px solid #ddd;border-left:1px solid #ddd;}
	.editorc table.border td,.editorc table.border th {padding:6px 5px;border:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
	.editorc table.border td table {margin-bottom:0px;}
	.editorc table.border td p {margin:0px;padding:0px;}
	.editorc table.border th p {margin:0px;padding:0px;}
		
	.editorc_tbe table {margin-bottom:15px;border:none;border-top:1px solid #ddd;border-left:1px solid #ddd;}
	.editorc_tbe td {padding:6px 5px;border:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
	.editorc_tbe td table {margin-bottom:0px;}
	.editorc_tbe td p,.editorc_tbe th p {margin:0px;padding:0px;}
	.editorc_tbe table.no-border {border:none;}
	.editorc_tbe table.no-border table {border:none;}
	.editorc_tbe table.no-border td {border:none;padding:0px;}
	.editorc_tbe table.no-border th {border:none;padding:0px;}
}

@media only screen and (max-width: 480px){
	#header .wrap {height:45px;}
	#header .logo {left:5%;height:30px;}
	#header .logo .text {margin-left:10px;}
	#header .logo .text h2 {font-size:11px;}
	#header .logo .text p {margin-top:5px;font-size:8px;}
	#header .lang {display:none;}
	#header .ss {right:calc(5% + 50px);margin-top:-9px;}
	#header .ss i {font-size:18px;}
	#mheader_menu {right:5%;width:26px;line-height:45px;}
	#mheader_menu span {margin-top:-2px;}
	#mheader_menu span:before {top:7px;left:0;}
	#mheader_menu span:after {bottom:7px;left:0;}
	#menu .close {padding:15px 4% 15px 5%;}
	#menu .close .lang {left:5%;}
	#menu .list p > a {padding:12px 5%;font-size:16px;}
	#menu .list span {width:45px;}
	#menu dl dt > a {padding:10px 5% 10px 8%;font-size:14px;}
	#menu dl dt > a:before {margin-right:8px;width:4px;height:4px;}
	#menu dl dd a {padding:10px 5% 10px 12%;font-size:14px;}
	
	#banner {height:150px;}
	#banner .swiper-pagination {bottom:12px;height:8px;}
	#banner .swiper-pagination span {width:8px;height:8px;}
	#banner .swiper-pagination span.swiper-pagination-bullet {margin:0 4px;}
	#banners {height:120px;}
	
	#finfo .links {display:none;}
	#finfo .lxfs {display:block;margin-top:0;font-size:14px;}
	#finfo .lxfs dd {margin-top:3%;text-align:left;line-height:1.5;}
		
	#content,#contents {padding-bottom:6%;}
	.wrap, .padlr {padding-left:5%;padding-right:5%;}
	.nodata {padding:100px 0px;font-size:16px;}
	.editorc_nrs, .editorc_box {padding-top:4%;}
	.input_text {padding:0 8px;height:35px;line-height:35px\9;}
	.input_area {padding:6px 8px;height:120px;line-height:1.65;}
	.button_wd {width:140px;height:40px;line-height:40px;font-size:16px;}
	#video_play {width:100%;height:220px;}
	#prevnext {margin-top:5%;padding:15px 0 0 0;}
	#prevnext p {height:25px;}
	#prevnext_back {display:none;}
	#bname-m h2 {padding:10px 40px 10px 5%;font-size:16px;}
	#bname-m span {right:5%;margin-top:-4px;border:6px solid transparent;border-top-color:#fff;}
	#bname-m span.active {margin-top:-10px;border-top-color:transparent;border-bottom-color:#fff;}
	#bmenu-m a {padding:10px 40px 10px 5.3%;}
	#bmenu-m a i {right:4.5%;}
	#bmenu-m a.subs {padding-left:10%;}
	#bmenu-m a.thds {padding-left:16%;}
	#bnav-m {padding:5px 5%;font-size:10px;line-height:1.4;}
	#bnav-m i {position:relativee;top:-1px;margin:0px 3px;font-size:8px;}
	/*===================================================================================*/
	.itis {padding-top:8%;}
	.itis h2 {color:#222;font-size:18px;font-weight:bold;}
	.itis p {margin-top:5px;padding-left:3%;padding-right:3%;font-size:12px;line-height:1.5;}
	.itis:after {margin-top:10px;}
	
	#ihy .cont1 .items:nth-child(2) {margin-left:4%;}
	#ihy .cont1 .items:nth-child(3) {margin-top:-60px;}
	#ihy .cont2 {margin-top:-60px;}
	#ihy .cont2 .items:nth-child(even) {margin-left:4%;}
	#ihy .cont2 .items:nth-child(3), #ihy .cont2 .items:nth-child(4) {margin-top:5%;}
	#ihy .items {width:48%;}
	#ihy .items .text div {margin-top:25px;width:40px;height:40px;}
	#ihy .items .text div h3 {font-size:12px;}
	#ihy .items .text p {margin-top:10px;font-size:10px;line-height:1.4;}
	
	#ipros .list a .text {padding:0 10px 10px 10px;}
	#ipros .list a .text h2 {padding-top:12px;font-size:14px;font-weight:normal;}
	#ipros .list a .text p {margin-top:6px;font-size:12px;line-height:1.5;-webkit-line-clamp:3;}
	#ipros .list a .hot {padding-left:8px;width:80px;height:20px;line-height:20px;font-size:10px;background-size:auto 7px;background-position:right 8px center;}
	#ipros .list a .mask {display:none;}
	
	#inews {margin-top:0;}
	#inews .list {padding-bottom:6%;}
	#inews .list li .cont .date {width:60px;font-size:12px;}
	#inews .list li .cont .date:after {top:0;bottom:0;right:-10px;}
	#inews .list li .cont .date span:nth-child(1) {margin-bottom:5px;font-size:20px;}
	#inews .list li .cont .text {margin-left:25px;}
	#inews .list li .cont .text h2 {font-size:14px;font-weight:bold;line-height:1.4;}
	#inews .list li .cont .text p {margin-top:3px;font-size:12px;line-height:1.6;}
	#inews .list li .more {width:70px;height:24px;line-height:24px;font-size:12px;}
	#inews .list li .imgs {display:block;margin-top:3%;}
	/*===================================================================================*/
	/* 产品中心 */
	#pros a div {padding:3px;border-color:#ddd;}
	#pros a h2 {padding-top:8px;font-size:14px;}
	#prods .info {margin-top:4%;}
	#prods .info .text {}
	#prods .info .text h1 {padding-bottom:6px;font-size:16px;}
	#prods .info .text ul li {padding:7px 0 7px 12px;}
	#prods .info .text ul li:before {top:16px;left:2px;width:3px;height:3px;}
	#prods .tis {padding-top:6%;padding-bottom:8px;font-size:16px;}
	/*===================================================================================*/
	/* 新闻资讯 */
	#news li {padding-top:4%;padding-bottom:4%;border-bottom:1px solid #ccc;}
	#news li .imgs {width:100px;height:76px;}
	#news li .text {margin-left:4%;}
	#news li .text h2 {font-size:15px;font-weight:normal;line-height:1.4;}
	#news li .text span {padding-top:5px;padding-bottom:0;}
	#news li .text p {display:none;}
	#news_info h1 {padding-top:6%;padding-bottom:10px;font-size:16px;line-height:1.5;}
	#news_info p {padding-bottom:6px;font-size:12px;}
	#news_info p span {margin-left:15px;}
	#news_info p span:first-child {margin-left:0;}
	#news_info p span i {margin-right:5px;font-size:12px;}
	/*===================================================================================*/
	/* 关于我们 */
	
	/*===================================================================================*/
	/* 联系我们 */
	.map {margin-top:5%;}
	.lyimg {display:none;}
	#message {margin-top:0;margin-bottom:0;border-radius:0;border:none;}
	#message h3 {display:none;}
	#message form {padding:0;}
	#message .items {display:block;position:relative;margin-top:4%;}
	#message .items p {margin-right:0;margin-bottom:5px;width:100%;text-align:left;}
	#message .items p span {top:2px;}
	#message .items .input_text {width:100%;}
	#message .items .input_area {width:100%;height:120px;}
	#message .yzm .input_text {width:100%;}
	#message .yzm img {position:absolute;bottom:1px;right:1px;cursor:pointer;height:33px;}
	#message .btns {margin-left:0;margin-top:6%;text-align:center;}
}