/* 重要1920px 1440px 1366px */
/*max 最大宽度*/
@media only screen and (max-width: 414px) {}
@media only screen and (max-width: 384px) {}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 360px) {}
@media only screen and (max-width: 320px) {}
/*mobile*/
@media only screen and (max-width: 768px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (max-width: 992px) {
	.header-top{display:none;}
	/*992px以下移动端的头部*/
	.tt-header{background:#fff;position:relative;left:0;right:0;top:0;height:auto;overflow-x:hidden;-webkit-transition:width 1s,height 1s,transform 1s;-moz-transition:width 1s,height 1s,transform 1s;transition:width 1s,height 1s,transform 1s}
	.tt-header.stick{position:relative;animation:none!important;transition:none!important;}
	
	/*992px以下的头部-第一块LOGO*/
	.tt-header .logo{height:50px;line-height:50px;}
	.tt-header .logo img{display:inline-block;max-width:100%;max-height:50px;width:auto;height:auto;vertical-align:middle; margin:10px auto;}
	.tt-header .logo img.black{display:inline-block;}
	.tt-header .logo img.white{display:none;}
	
	/*992px以下的头部-第一块下拉切换按钮*/
	/* 菜单列表 */
	.tt-header .cmn-toggle-switch:focus{outline:0}
	.tt-header .cmn-toggle-switch{position:relative;float:right; padding:0; margin:25px 0; width:25px;height:17px;cursor:pointer;z-index:101}
	.tt-header .cmn-toggle-switch span{display:block;position:absolute;top:7px;left:0;right:0;height:3px;background:#333333;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
	.tt-header .cmn-toggle-switch::after,.tt-header .cmn-toggle-switch::before{content:"";position:absolute;display:block;top:7px;left:0;width:100%;height:3px;background:#333333;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
	.tt-header .cmn-toggle-switch::before{margin-top:-7px}
	.tt-header .cmn-toggle-switch::after{margin-top:7px}
	.tt-header .cmn-toggle-switch.active::before{-webkit-transform:translateY(7px) rotate(45deg);-moz-transform:translateY(7px) rotate(45deg);-ms-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg);-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}
	.tt-header .cmn-toggle-switch.active::after{-webkit-transform:translateY(-7px) rotate(-45deg);-moz-transform:translateY(-7px) rotate(-45deg);-ms-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg);-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}
	.tt-header .cmn-toggle-switch.active span{opacity:0}
	
	/*992px以下的头部-第二块NAV*/
	.tt-header .toggle-block{display:none;text-align:center;position:relative;top:0;left:0;width:100%;max-height:100%;overflow:auto;padding:0}
	.tt-header .main-nav{margin-bottom:0;text-align:left}
	.tt-header .main-nav>ul>li{border-bottom:1px solid #dbdbdb;overflow:hidden}
	.tt-header .main-nav>ul>li>a,.tt-header .main-nav>ul>li>a:focus{display:block;position:relative;width:auto;font-size:14px;line-height:20px;color:#333333;padding:13px 15px 13px 15px;margin:0 auto}
 
	.tt-header .main-nav>ul>li>a:after,.tt-header .main-nav>ul>li>a:before{content:'';display:block;position:absolute;top:0;left:-500px;width:500px;bottom:0;background:0 0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
	.tt-header .main-nav>ul>li>a:after{left:auto;right:-500px}
	.tt-header .main-nav>ul>li.active>a,.tt-header .main-nav>ul>li.select>a,.tt-header .main-nav>ul>li>a:hover{color:#fff;background:#005abd;text-decoration:none}
	
	.tt-header .main-nav>ul>li.active>a:after,.tt-header .main-nav>ul>li.active>a:before,.tt-header .main-nav>ul>li.select>a:after,.tt-header .main-nav>ul>li.select>a:before,.tt-header .main-nav>ul>li>a:hover:after,.tt-header .main-nav>ul>li>a:hover:before{background:#005abd}
	
	.tt-header .main-nav>ul>li>ul{display:none;background:#f0f0f0;border-top:1px solid #dbdbdb}
	.tt-header .main-nav>ul>li>ul>li{border-bottom:1px solid #dbdbdb}
	.tt-header .main-nav>ul>li>ul>li>a{display:block;width:750px;font-size:14px;line-height:20px;color:#333333;padding:13px 22px;margin:0 auto}
	.tt-header .main-nav>ul>li>ul>li>a span:before{content:'-';margin-right:10px}
	.tt-header .main-nav>ul>li>ul>li>a,.tt-header .main-nav>ul>li>ul>li>a:focus{display:block; width:auto; position:relative;text-decoration:none}
	
	.tt-header .main-nav>ul>li>ul>li>a:after,.tt-header .main-nav>ul>li>ul>li>a:before{content:'';display:block;position:absolute;top:0;left:-500px;width:500px;bottom:0;background:0 0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
	.tt-header .main-nav>ul>li>ul>li>a:after{left:auto;right:-500px}
	.tt-header .main-nav>ul>li>ul>li.active>a,.tt-header .main-nav>ul>li>ul>li.select>a,.tt-header .main-nav>ul>li>ul>li>a:hover{color:#fff;background:#005abd}
	.tt-header .main-nav>ul>li>ul>li.active>a:after,.tt-header .main-nav>ul>li>ul>li.active>a:before,.tt-header .main-nav>ul>li>ul>li.select>a:after,.tt-header .main-nav>ul>li>ul>li.select>a:before,.tt-header .main-nav>ul>li>ul>li>a:hover:after,.tt-header .main-nav>ul>li>ul>li>a:hover:before{background:rgba(0,0,0,.55)}
	.tt-header .main-nav>ul>li>ul>li.select>a .menu-toggle{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
	.tt-header .main-nav>ul>li>ul>li>ul{display:none;background:#333333;border-top:1px solid #dbdbdb}
	.tt-header .main-nav>ul>li>ul>li>ul>li{border-bottom:1px solid #dbdbdb}
	.tt-header .main-nav>ul>li>ul>li>ul>li:last-child{border-bottom:0}
	.tt-header .main-nav>ul>li>ul>li>ul>li>a{display:block;position:relative;width:750px;font-size:14px;line-height:20px;color:#fff;background:#333333;padding:12px 40px;margin:0 auto;text-decoration:none}
	.tt-header .main-nav>ul>li>ul>li>ul>li>a:after,.tt-header .main-nav>ul>li>ul>li>ul>li>a:before{content:'';display:block;position:absolute;top:0;left:-500px;width:500px;bottom:0;background:0 0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
	.tt-header .main-nav>ul>li>ul>li>ul>li>a:after{left:auto;right:-500px}
	.tt-header .main-nav>ul>li>ul>li>ul>li>a span:before{content:'-';margin-right:10px}
	.tt-header .main-nav>ul>li>ul>li>ul>li.active>a,.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover{text-decoration:none;color:#fff;background:#005abd}
	.tt-header .main-nav>ul>li>ul>li>ul>li.active>a:after,.tt-header .main-nav>ul>li>ul>li>ul>li.active>a:before,.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover:after,.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover:before{background:#fff}
	/*菜单右侧下拉箭头点击切换*/
	.tt-header .menu-toggle{position:absolute;top:50%;right:9px;padding:13px 16px;margin-top:-20px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
	.tt-header .main-nav>ul>li.select>a .menu-toggle{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}

	
/* SWIPER 轮播图片 */
.tt-mslide{position:relative; overflow:hidden;}
.tt-mslide:before{content:''; display:block; position:absolute;	top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.1);}
.tt-mslide-entry{display:table-cell; width:99999px; height:200px; text-align:center; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; background-position:center center; vertical-align:middle;}
.tt-mslide-entry:before{position:absolute; top:0; right:0; bottom:0; left:0; content:'';}
	
/* 轮播图文字内容 */
.slider-content{width:calc(100% - 30px);	float:none; margin:0 auto; color:#ffffff; position:relative; z-index:9999999; text-align:center;}
.slider-content h2{font-size:24px; margin:0px; padding:0px 0px 10px 0px;}
.slider-content h3{font-size:16px; margin:0px; padding:0px;}
	
/* SWIPER 轮播切换按钮 */
.swiper-slide{position:relative}
.swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;background:#ffffff;opacity:1;}
.swiper-pagination .swiper-pagination-bullet-active{background:#005abd}
	
/* swiper-pagination-white */
.swiper-pagination-white .swiper-pagination-bullet{background:#ffffff}
.swiper-pagination-white .swiper-pagination-bullet-active{background:#005abd}
	
/* swiper position */
.swiper-container-horizontal>.swiper-pagination-bullets{bottom:30px}
.swiper-button-next, .swiper-button-prev{color:#fff; display:none;}
			
	/* 内页banner */
	.header-wrap{display:none;}

/* 模块主标题默认 */
.mkbt{margin-bottom:20px; text-align:center;}
.mkbt h2.maintitle{font-size:24px; font-weight:bold; color:#000000; margin:0; padding-top:8px;}
.mkbt p.subtitle{font-size:18px; font-weight:bold; background-image:-webkit-linear-gradient(left, #1081c2 10%, #044893 30%); background-clip: text; -webkit-background-clip: text;  -webkit-text-fill-color: transparent; text-transform:uppercase;display:block;}
.mkbt h2.maintitle::after {content:""; display:block; width:108px; height:1px; background:#005abd; margin:15px auto 15px auto; }
	
/* 首页关于我们标题*/
.mkbt2{margin-bottom:20px; text-align:center;}
.mkbt2 h2.maintitle{font-size:24px; font-weight:bold; color:#000000; margin:0; padding-top:8px;}
.mkbt2 p.subtitle{font-size:18px; font-weight:bold; background-image:-webkit-linear-gradient(left, #1081c2 10%, #044893 30%); background-clip: text; -webkit-background-clip: text;  -webkit-text-fill-color: transparent;text-transform:uppercase;display:block;}
.mkbt2 h2.maintitle::after {content:""; display:block; width:108px; height:1px; background:#005abd; margin:15px auto 15px auto; }

/* 模块主标题白色 */
.mkbt-white{padding-bottom:20px; text-align:center;}
.mkbt-white h2.maintitle{font-size:24px; font-weight:bold; color:#fff; margin:0; padding-top:8px;}
.mkbt-white p.subtitle{font-size:18px; font-weight:bold; color:#fff;text-transform:uppercase;display:block;}
.mkbt-white h2.maintitle::after {content:""; display:block; width:108px; height:1px; background:#ffffff; margin:15px auto 15px auto; }

/*首页产品切换*/
.taba-tabacontent{display:-ms-flexbox; display:-webkit-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.taba{zoom:1;clear:both;overflow:hidden;}
.taba ul{}
.taba ul li{cursor:pointer; padding:20px 0px 20px 0px;}
.taba ul li h2{font-size:24px; font-weight:bold; padding-bottom:10px;}
.taba ul li p{font-size:16px;}
.taba ul li.current h2{ color:#005abd;}
.taba ul li:last-child{margin-right:0px;}
.taba-c { clear:both;}
.taba-c .tabacontent{ display:none;margin:20px 0px;}
.taba-c .tabacontent .list{display:flex; justify-content:center;}
.taba-c .tabacontent .list dl{ margin:15px 30px;}
.taba-c .tabacontent .list dl dt{font-size:24px; font-weight:bold; padding-bottom:15px;}
.taba-c .tabacontent .list ul li{padding:5px 0px;}


/* 类别 */
.index-category{text-align:center; margin-top:10px; margin-bottom:10px;}
.index-category a{color:#666;border-radius:30px;background:#fff;border:1px solid #cfcfcf;margin:5px 5px;font-size:16px;padding:5px 20px; display:inline-block;}
.index-category a.active,.index-category a:hover{color:#fff;border-radius:30px;background:#005abd;border:1px solid #005abd}
.category{text-align:center; margin-bottom:40px;}
.category a{color:#666;border-radius:30px;background:#fff;border:1px solid #cfcfcf;margin:5px 5px;font-size:20px;padding:10px 40px; display:inline-block;}
.category a.active,.category a:hover{color:#fff;border-radius:30px;background:#005abd;border:1px solid #005abd}

/* 左侧日期固定宽度 */
.newslist4{margin-bottom:20px; background:#f8f8f8; padding:20px 14px; border-radius:20px;}
.newslist4 .post{position:relative; padding-left:140px; }
.newslist4 .post .desc-title{position:relative;top:-4px; font-size:18px; font-weight:normal; padding:0px 0px 10px 0px;}
.newslist4 .post .desc-txt{position:relative;top:-4px;line-height:24px; color:#666666;}
.newslist4 .post .post-riqi{position:absolute;left:0;top:0;width:120px; border-right:1px solid rgba(0,0,0,0.1); text-align:center; padding:15px 0px; color:#666666; font-size:18px;}
.newslist4 .post .post-riqi span{display:block; font-size:24px; font-weight:bold; padding-bottom:5px; color:#005abd;}
.newslist4:hover{ background:#f8f8f8; }
.newslist4:hover .post .desc-title{ color:#005abd;}
.newslist4:hover .post .desc-txt{ }
.newslist4:hover .post .post-riqi{ border-right:1px solid #005abd; }
		
	/* OTHER设置 */
	.breadcrumb-bg{display:none;}
	.ny-left{display:none;}
	.ny-right .category{display:inherit;}
	

	/* FOOTER 底部*/
	footer .footer-wrap{display:none;}

/* index-about关于我们 */
.index-about{ padding:10px 0px}
.index-about-title h2{padding:0px 0px 20px 0px;font-size:24px; line-height:auto; font-weight:bold;}
.index-about-nr{padding-bottom:20px;}
.index-about-nr p{line-height:28px; margin-bottom:10px;}
.index-about-pic{}


/*首页行业解决方案*/
.index_three{ display:none;}
.m-index-app{display:inherit;}




.index-par-title{font-size:20px; line-height:auto; font-weight:normal; margin-bottom:20px;}

/* 详情页（产品proshow.html/新闻newsshow.html） */
.detail-title h3{font-size:18px; text-align:center;}
}

/*ipad*/
@media only screen and (min-width: 769px) and (max-width: 992px) {}
/*992px以上*/
@media only screen and (min-width: 992px) {
	/*992px以上的头部*/
	.tt-header{position:relative; background:rgba(255,255,255,0);}
	/*992px以上的头部-第一块LOGO*/
	.tt-header .top-inner{position:relative; float:left;}
	/*992px以上的头部-第二块NAV*/
	.tt-header .toggle-block{display:block!important; float:right;}
	/*.tt-header .toggle-block .container{width:100%;padding-left:0;padding-right:0}*/
	.tt-header .main-nav{display:inline-block;vertical-align:top}
	.tt-header .main-nav>ul>li{position:relative;float:left;list-style:none;}
	
	.toggle-block-container{display:-ms-flexbox; display:-webkit-flexbox; display:flex; -ms-flex-wrap:wrap; align-items:center;}
	
	/*默认左右间距 1.导航文字占65px宽度 2.间距32px */
	.tt-header .main-nav>ul>li>a{display:block; position:relative; color:#fff;}
	.tt-header .main-nav>ul>li:last-child>a{padding-right:0;}
	.tt-header .main-nav>ul>li.active,.tt-header .main-nav>ul>li:hover{color:#005abd;}
	/*.tt-header .main-nav>ul>li::after{position: absolute; content: ''; bottom: 0; left: 0; width: 0; height: 2px; background: #005abd; transition: all .36s;}
	.tt-header .main-nav>ul>li:hover::after{width: 100%;}*/
	
	/*.tt-header .main-nav>ul>li::after{position: absolute; content: ''; bottom: 0; left: 50%; width: 0; height: 2px; background: #005abd; transition: all .36s; transform: translateX(-50%);}
	.tt-header .main-nav>ul>li:hover::after{width: 100%; }*/
	
	.tt-header .main-nav>ul>li.active>a,.tt-header .main-nav>ul>li:hover>a{color:#005abd}
	
	.tt-header .main-nav>ul>li>ul{display:block;position:absolute;box-shadow:0 0 25px 0 rgba(0,0,0,0);top:100%;left:0;width:132px;background:#333333;visibility:hidden;opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
	.tt-header .main-nav>ul>li:hover>ul{visibility:visible;opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
	.tt-header .main-nav>ul>li>ul>li{border-bottom:1px solid #444;text-align:center;list-style:none}
	.tt-header .main-nav>ul>li>ul>li:last-child{border-bottom:0}
	.tt-header .main-nav>ul>li>ul>li>a{display:block;position:relative;font-size:14px;line-height:18px;color:#fff;padding:15px 30px 15px 30px;}
	.tt-header .main-nav>ul>li.active>ul li a{color:#fff;padding-left:20px}
	.tt-header .main-nav>ul>li>ul>li{position:relative}
	.tt-header .main-nav>ul>li>ul>li>a:hover{background:#005abd;color:#fff}
	
	.tt-header .main-nav>ul>li>ul>li>ul{display:block;position:absolute;top:0;left:100%;width:132px;background:#333333;visibility:hidden;opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;list-style:none}
	.tt-header .main-nav>ul>li:nth-last-child(1)>ul>li>ul,.tt-header .main-nav>ul>li:nth-last-child(2)>ul>li>ul{left:auto;right:100%;margin-right:0}
	.tt-header .main-nav>ul>li>ul>li:hover>ul{visibility:visible;opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
	.tt-header .main-nav>ul>li>ul>li>ul>li{border-bottom:1px solid #444;}
	.tt-header .main-nav>ul>li>ul>li>ul>li:last-child{border-bottom:0}
	.tt-header .main-nav>ul>li>ul>li>ul>li>a{display:block;position:relative;font-size:14px;line-height:18px;color:#fff;padding:15px 30px 15px 30px}
	.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover{background:#005abd;color:#fff;}
	
	.tt-header .menu-toggle{padding-left:5px}/*右侧箭头*/
	.tt-header.stick{position:fixed;left:0;width:100%; background:rgba(255,255,255,1); -webkit-box-shadow:0 0 10px rgba(0,0,0,.5);-moz-box-shadow:0 0 10px rgba(0,0,0,.5); box-shadow:0 0 10px rgba(0,0,0,.5)}

	.header-2{position:absolute;width:100%;clear:both;z-index:12; background:rgba(255,255,255,0.1); border-bottom:1px solid rgba(255,255,255,0.1);}
	.header-2 .tt-header .logo img.black{display:none;}
	.header-2 .stick.tt-header .logo img.black{display:inline-block;}
	.header-2 .tt-header .logo img.white{display:inline-block;}
	.header-2 .stick.tt-header .logo img.white{display:none;}
	
	.header-2 .stick.tt-header .main-nav>ul>li>a{color:#333;}
	.header-2 .stick.tt-header .main-nav>ul>li.active,.header-2 .stick.tt-header .main-nav>ul>li:hover{color:#333;}
	.header-2 .stick.tt-header .main-nav>ul>li.active>a,.header-2 .stick.tt-header .main-nav>ul>li:hover>a{color:#005abd}
	
	
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
	.container{width:990px;}
	.tt-header .main-nav>ul>li>ul>li>ul{left:auto;right:100%}
	.tt-header .main-nav>ul>li>a{display:block; position:relative; padding:35px 16px;}
	.call-us{display:none;}
}

/*@media only screen and (min-width: 1024px) {}*/ /*>=1024的设备*/
/*@media only screen and (min-width: 1100px) {}*/ /*>=1100的设备*/
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
	.container{width:1200px;}
	.tt-header .main-nav>ul>li>a{display:block; position:relative; padding:35px 16px;}
	.call-us{display:inherit;}
}
@media only screen and (min-width: 1280px) {} /*>=1280的设备*/
@media only screen and (min-width: 1366px) {}  
@media only screen and (min-width: 1440px) {} 
@media only screen and (min-width: 1680px) {} 
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
	.container{width:1430px;}
	.tt-header .main-nav>ul>li>a{display:block; position:relative; padding:35px 26px;}
	.call-us{display:inherit;}
}
@media only screen and (min-width: 1920px) {} 

