/*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;}
	.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}
	.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;}
	
	.tt-header .cmn-toggle-switch{display:block;margin:25px 0}
	
	.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:750px;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:#006fbc;text-decoration:none}
	.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)}
	.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:#001a57}
	
	.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;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:#006fbc}
	.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:#006fbc}
	.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.stick{top:0}
	.tt-header.stick .main-nav{margin-top:0}
	.tt-header.stick .toggle-block{padding-top:0;-webkit-transition:padding .3s ease-in-out;-moz-transition:padding .3s ease-in-out;transition:padding .3s ease-in-out}
	.tt-header .main-nav>ul>li>a,.tt-header .main-nav>ul>li>a:focus,.tt-header .main-nav>ul>li>ul>li>a{width:auto;text-decoration:none}
	
	/* TT-MSLIDE */
	.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);}
	.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:100%; float:none; text-align:center; margin:0 auto;}
	.slider-content h2{font-size:24px; padding-bottom:10px;}
	.slider-content h3{font-size:16px; padding-bottom:10px;}
	.slider-content p{font-size:16px;}
	.slider-content p span{ color:rgba(255,255,255,0.2); font-weight:100; vertical-align:top; padding:0 10px;}
	.tt-mslide .text-animation{visibility:hidden;}
	.tt-mslide .text-animation.animated{visibility:visible;}
	
	/* SWIPER 轮播切换按钮 */
	.swiper-slide{position:relative}
	.swiper-pagination .swiper-pagination-bullet{width:10px; height:10px; background:#999; opacity:1}
	.swiper-pagination .swiper-pagination-bullet-active{background:#006fbc}
	
	/* swiper-pagination-white */
	.swiper-pagination-white .swiper-pagination-bullet{background:#ffffff}
	.swiper-pagination-white .swiper-pagination-bullet-active{background:#006fbc}
	
	/* swiper position */
	.swiper-pagination.fixed{bottom:10px!important}
	.swiper-pagination.relative-pagination{position:relative;top:0;margin-top:30px}
	.swiper-button-next,.swiper-button-prev{color:#fff!important; display:none;}
		
	/* 内页banner */
	.header-wrap{display:none;}
	
	
/* 模块面包屑 */
.breadcrumb{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;background:none;line-height:40px; color:#999;}
.breadcrumb i{margin:0px 5px; color:#333; display:none;}
.breadcrumb ul li{float:left;padding-right:10px;}
.breadcrumb ul li.active a{color:#333333;font-size:14px;}
.breadcrumb ul li a{color:#333333;font-size:14px;}
.breadcrumb ul li i{color:#666;font-size:14px;}
	
/* 模块主标题 */
.mkbt{padding-bottom:20px; text-align:center;}
.mkbt h2.maintitle{font-size:20px; font-weight:bold; color:#006fbc; margin:0; }
.mkbt h2.maintitle span{color:#ff6600;}
.mkbt p.subtitle{font-size:14px; color:#000000;text-transform:uppercase;display:block; padding-top:5px;}
.mkbt p.subtitle::after {content:""; display:block; width:50px; height:4px; background:#ff6600; margin:5px auto 5px auto; }

.mkbt-white{padding-bottom:20px; text-align:center;}
.mkbt-white h2.maintitle{font-size:20px; font-weight:bold; color:#fff; margin:0; }
.mkbt-white h2.maintitle span{color:#ff6600;}
.mkbt-white p.subtitle{font-size:14px; color:#fff;text-transform:uppercase;display:block; padding-top:5px;}
.mkbt-white p.subtitle::after {content:""; display:block; width:50px; height:4px; background:#ff6600; margin:5px auto 5px auto; }

/* 头部搜索 */
.keyword-search-box{display:flex;flex-direction:column;justify-content:flex-start; align-item:center;}

/* 数字滚动 */
.stripes-1{}
.stripes-1 .digital{padding:10px 0px; border-right:1px solid #f0f0f0;}
.stripes-1 .digital h2{ text-align:center}
.stripes-1 .digital h2 span.counter-value{color:#006fbc;font-size:28px; font-weight:bold;}
.stripes-1 .digital h2 span.counter-jia{font-size:20px; font-weight:bold; padding:0 5px;}
.stripes-1 .digital h2 span:last-child{font-size:14px; font-weight:normal;}
.stripes-1 .digital h3{ font-size:16px; text-align:center}
.stripes-1 .digital.last{border-right-width:0px;}
		
/* OTHER设置 */
.ny-left{display:none;}

/* 类别 */
.category{text-align:center; margin-bottom:20px;}
.category a{border-radius:25px;background:#fff;border:1px solid #dddddd;margin:5px 5px; font-weight:bold; padding:5px 30px; display:inline-block; font-size:16px;}
.category a.active,.category a:hover{color:#fff;border-radius:25px;background:#006fbc;border:1px solid #006fbc}
.ny-right .category{display:inherit;}

.piclist-bg{text-align:center; border:1px solid #e5e5e5; margin-bottom:30px;}
.piclist-bg .txt .txt-content{background:#f8f8f8; border-top:1px solid #e5e5e5; padding:30px 0px;}
.piclist-bg .txt .txt-content h3{font-size:16px; font-weight:bold; white-space: nowrap;text-overflow: ellipsis; padding-bottom:10px;}
.piclist-bg .txt .txt-content h4{color:#666; font-size:12px;}
.piclist-bg .txt .txt-content p{background:url(../images/btn-more.png) no-repeat 0 0; width:44px; height:52px; display:inline-block; margin-top:20px; display:none;}

.piclist-bg .img-box{ overflow:hidden; background:rgba(0,0,0,.9);}
.piclist-bg .img-box img{
	transition:opacity .3s ease-out,transform .3s ease-out,filter .3s ease-out;
	-moz-transition:opacity .3s ease-out,-moz-transform .3s ease-out,-moz-filter .3s ease-out;
	-o-transition:opacity .3s ease-out,-o-transform .3s ease-out,-o-filter .3s ease-out;
	-webkit-transition:opacity .3s ease-out,-webkit-transform .3s ease-out,-webkit-filter .3s ease-out;
}
.piclist-bg:hover{border:1px solid #006fbc;}
.piclist-bg:hover .img-box img{-webkit-transform:scale(1.1);transform:scale(1.1); cursor:pointer;}
.piclist-bg:hover .txt .txt-content p{background:url(../images/btn-more-h.png) no-repeat 0 0; width:44px; height:52px; display:inline-block;}

/* 默认上下结构样式（新闻） */
.newslist{margin-bottom:40px; position: relative; display: block; transition: all .36s;}
.newslist dl dd.riqi{font-size:18px; color:#006fbc; padding:0px 20px 10px 30px; background:url(../images/pot-date.png) no-repeat 0 2px;}
.newslist dl dt{font-size:16px; padding:0px 0px 20px 0px;}
.newslist dl dd.txt{color:#666; padding:0px 0px 40px 0px;}
.newslist dl::before{content: ""; position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; height: 1px; background: #e0e0e0;}
.newslist dl::after{content: ""; position: absolute; left: 0; bottom: 0; z-index: 1; width: 0; height: 1px; background: #006fbc; transition: all .36s;}
/*.newslist dl:hover {box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);}*/
.newslist dl:hover::after {width: 100%;}
.newslist dl .img-box{overflow:hidden}
.newslist dl .img-box img,.newslist dl .img-box img{transition:opacity .3s ease-out,transform .3s ease-out,filter .3s ease-out;-moz-transition:opacity .3s ease-out,-moz-transform .3s ease-out,-moz-filter .3s ease-out;-o-transition:opacity .3s ease-out,-o-transform .3s ease-out,-o-filter .3s ease-out;-webkit-transition:opacity .3s ease-out,-webkit-transform .3s ease-out,-webkit-filter .3s ease-out}
.newslist dl:hover .img-box img{-webkit-transform:scale(1.1);transform:scale(1.1); cursor:pointer;}

.newslist ul li{font-size:16px; border-bottom:1px dashed #f0f0f0; padding:15px 0px;}
.newslist ul li span{color:#999; padding-right:20px;}

/* FOOTER 底部*/
footer .footer-wrap{display:none;}

/*- index-yslist首页优势 -*/
.index-yslist-bg{background:url(../images/index-ys-bg.jpg) no-repeat top center; background-color:#006fbc; color:#FFF;}
.index-yslist{border:1px solid rgba(255,255,255,0.2); padding:20px 20px;}
.index-yslist dl dt{font-size:24px; font-weight:normal;}
.index-yslist dl dt::after {content:""; display:block; width:55px; height:3px; background:#ff6600; margin:10px 0px 10px 0px; }

/* index-about关于我们 */
.index-about{}
.index-about-title h2{padding:15px 0px 15px 0px;font-size:24px; font-weight:bold;}
.index-about-title h2 span{margin-top:0;padding-top:0;font-size:12px; font-weight:normal; display:block; padding-top:5px;}
.index-about-nr{}
.index-about-nr p{line-height:28px; margin-bottom:10px;}
.index-about-more a{ border:1px solid #006fbc; color:#006fbc; height:24px; line-height:24px; border-radius:12px; display:inline-block; padding:0px 20px;}
.index-about-more a i{padding-left:10px;}
.index-about-more a:hover{background:#006fbc; color:#FFF;}
.index-about-pic{ padding-top:20px;}

.culture-bg{background:#006fbc; color:#FFF;}
.culture-list{text-align:center; padding:10px 0px; border-bottom:1px solid #145f94;}
.culture-list dl dt{ font-size:24px;}
.culture-list dl dt::after {content:""; display:block; width:55px; height:3px; background:#FFF; margin:10px auto 20px auto; }
.culture-list dl dd.txt{ font-size:16px;}
.culture-list dl dd.pic img{ width:52px; height:52px; margin:0 auto 20px auto;}

.culture-list.first dl::before{ width:0px;}
.culture-list.last dl::after{width:0px;}

.ny-title{ padding:20px 0px;}
.ny-title h2{font-size:24px; font-weight:bold;}
.ny-title h2 span{font-size:24px; color:#999; font-weight:normal; display:block; padding-bottom:20px;}
.ny-title h2::after{content:""; width:100px; height:4px; background:#006fbc; display:block;}

.ny-title02{ padding:20px 0px; text-align:center;}
.ny-title02 h2{font-size:24px; font-weight:bold;}
.ny-title02 h2 span{font-size:24px; color:#999; font-weight:normal; display:block; padding-bottom:20px;}
.ny-title02 h2::after{content:""; width:100px; height:4px; background:#006fbc; display:block; margin:0 auto;}

.proshow02{}
.proshow02-title{font-size:24px; border-bottom:1px solid #f2f2f2; padding:20px 0px;}
.proshow02-overview{padding:20px 0px;}
.proshow02-overview p{color:#666;}
.proshow02-btn{ margin-bottom:20px; display:none;}
.proshow02-btn a{background:#006fbc; color:#fff; font-size:16px; padding:10px 30px; display:inline-block;}
.proshow02-tel{font-size:14px; display:inline-block; font-weight:bold;}
.proshow02-tel span{font-family:impact; padding:0 10px 0px 10px; font-size:16px; color:#006fbc;}

.contact-title{font-size:24px; font-weight:bold; border-bottom:1px solid #f0f0f0; padding:30px 0px; margin-bottom:20px; margin-top:20px;}
.contact-single{padding-bottom:20px;}
.contact-single p{ padding:10px 0px; font-size:18px; line-height:40px;}

}

/*ipad*/
@media only screen and (min-width: 769px) and (max-width: 992px) {}
/*992px以上*/
@media only screen and (min-width: 992px) {
	/*.container{width:970px;}*/
	.tt-header{position:relative; background:rgba(255,255,255,0);}
	
	/*top-inner indext和heder-2.html的LOGO上下间距*/
	.tt-header .top-inner{position:relative; float:left; padding-top:15px;}
	
	.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}
	
	.tt-header .main-nav>ul>li>a{display:block;position:relative;padding:32px 20px}/*默认左右间距*/
	.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:#006fbc}
	.tt-header .main-nav>ul>li.active>a,.tt-header .main-nav>ul>li:hover>a{color:#006fbc}
	
	.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:168px;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:#006fbc;color:#fff}
	
	.tt-header .main-nav>ul>li>ul>li>ul{display:block;position:absolute;top:0;left:100%;width:168px;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:#006fbc;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-5 .tt-header .top-inner{display:none}/*PC导航左侧LOGO不显示*/	
	.header-5 .tt-header{background:#006fbc;}
	.header-5 .tt-header.stick{background:#006fbc}
	.header-5 .tt-header .toggle-block{float:left}
	.header-5 .tt-header .main-nav>ul>li>a{ color:#fff; font-weight:bold; padding:15px 32px;}
	.header-5 .tt-header .main-nav>ul>li::after {content:""; display:block; width:1px; height:20px; background:rgba(255,255,255,0.2); position:absolute; top:20px;}
	.header-5 .tt-header .main-nav>ul>li:first-child::after {content:""; display:none; width:1px; height:20px; background:rgba(255,255,255,0.2); position:absolute; top:20px;}
	.header-5 .tt-header .main-nav>ul>li.active{background:rgba(0,0,0,0.2)}
	.header-5 .tt-header .main-nav>ul>li:hover{background:rgba(0,0,0,0.2)}
	.header-5 .tt-header .main-nav>ul>li:hover a{color:#fff}
	.header-5 .tt-header .main-nav>ul>li.active>a{color:#fff}
	.header-5 .tt-header .main-nav>ul>li>ul>li:hover span{color:#fff}
	.header-5 .tt-header .main-nav>ul>li>ul>li:hover a{color:#fff}
	.header-5 .tt-header .main-nav>ul>li>ul>li.parent a{color:#fff}
	.header-5 .tt-header .main-nav>ul>li>ul>li.parent ul li:hover span{color:#fff}
	.header-5 .tt-header .main-nav>ul>li>ul>li>ul>li>a{color:#262626}
	.header-5 .tt-header .main-nav>ul>li>ul>li.parent a:hover span{color:#fff}
	
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
	/*.container{width:970px;}*/
	.tt-header .main-nav>ul>li>ul>li>ul{left:auto;right:100%}
}

@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:1170px;}*/	
}
@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:1400px;}	
	.header-5 .tt-header .main-nav>ul>li>a{padding:15px 66px;}
	.header-5 .tt-header .main-nav>ul>li>ul{width:210px;}
}
@media only screen and (min-width: 1920px) {} 

