
@media only screen and (max-width: 1230px) {
	.container{
		padding: 0 15px;
	}
}

@media only screen and (max-width: 992px) {
	.header .nav-moblie-btn{
		display: block;
	    position: fixed;
	    z-index: 99;
	    right: 15px;
	    top: 30px;
	    height: 30px;
	    line-height: 30px;
	    color: #999;
	    background-color: rgba(255,255,255,0.8);
	    width: 30px;
	    text-align: center;
	    cursor: pointer;
	    border: 1px solid #ddd;
	    font-size: 18px;
	    z-index: 6003;
	    border-radius: 3px;
	    -webkit-transition: all .4s ease;   		-moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	    -o-transition: all .4s ease;
	    transition: all .4s ease;
	}
	.header .nav-moblie-btn i{
		display: inline-block;
		line-height: 30px;
		vertical-align: -2px;
	}
	.header .nav{
		position: fixed;
		top: 88px;
		bottom: 0;
		left: -200px;
		width: 200px;
		background: rgb(243,243,243);
		-webkit-transition: all .4s ease-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	.header .nav ul{
		margin: 0;
		padding: 20px 0;
	}
	.header .nav ul li{
		float: none;
	}
	.header .nav ul li a{
		padding: 0;
		height: 44px;
		line-height: 44px;
	}
	.banner .swiper-slide a{
		height: 420px;
	}
	.index-youshi-list ul li{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.index-box {
	    padding: 60px 0;
	}
	.index-news-list ul li{
		float: none;
		width: 100%;
	}
	.index-news-list ul li .inner{
		margin: 0 0 16px 0;
	}
	.index-news-list ul{
		margin: 24px 0 0 0;
	}
	.main .main-left{
		float: none;
		width: 100%;
	}
	
	.main .main-left .inner{
		margin: 0;
	}
	.main .main-right{
		float: none;
		width: 100%;
	}
	.bread{
		padding: 0;
		margin-top: 30px;
		background: transparent;
	}
	.bread .title{
		float: none;
		font-size: 18px;
		height: 40px;
    	line-height: 40px;
    	padding: 0 20px;
    	background: #0084e9;
    	-webkit-border-radius: 4px;
    	-moz-border-radius: 4px;
    	border-radius: 4px;
    	cursor: pointer;
	}
	.bread .bread-nav{
		display: none;
	}
	.bread .title:after{
	    position: absolute;
	    content: "";
	    display: inline-block;
	    top: 18px;
	    right: 20px;
	    border-right: 6px solid transparent;
	    border-left: 6px solid transparent;
	    border-top: 6px solid #fff;
	}
	.main{
		padding: 0 0 64px;
	}
	.main .main-left{
		display: none;
	}
	.main .main-left dt{
		padding: 0;
		border-radius: 0;
	}
	.main .main-left dt a,
	.main .main-left dd a{
	    display: block;
	    height: 40px;
	    line-height: 40px;
	    background: #f5f5f5;
	    padding: 0 40px;
	    color: #7f7f7f;
	    font-size: 14px;
	    border: none;
	}
	.main .main-left dt a{
		padding: 0 20px;
	}
	.main .main-left dt a:hover{
		color: #0084E9;
	}
	.main .main-left dd a i{
		display: none;
	}
	
	.main .main-right{
		margin-top: 20px;
	}
}

@media only screen and (min-width: 992px) {
	.main .main-left{
		display: block !important;
	}
}

@media only screen and (max-width: 750px) {
	body{
		padding-top: 58px;
	}
	.header .nav{
		top: 58px;
	}
	.header{
		padding: 0;
	}
	.header .nav-moblie-btn{
		top: 13px;
	}
	.banner .swiper-slide a {
	    height: 360px;
	}
	.banner .swiper-pagination-switch{
		width: 6px;
	}
	.banner .bannerCon{
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.banner .swiper-slide a {
	    height: 200px;
	}
	.banner .pagination {
	    bottom: 10px;
	}
	.banner .bannerCon a.banner-right {
	    right: 10px;
	}
	.banner .bannerCon a.banner-left {
	    left: 10px;
	}
	.index-box {
	    padding: 40px 0;
	}
	.index-youshi.index-box{
		padding-bottom: 20px;
	}
	.about .title{
		font-size: 16px;
	}
	.product ul{
		margin-left: -15px;
	}
	.product ul li{
		width: 50%;
	}
	.product ul li a{
		margin-left: 15px;
	}
	.bread{
		margin-top: 20px;
	}
	.product-xq .product-basic-img{
		float: none;
		width: 100%;
	}
	.product-xq .product-basic-text{
		float: none;
		width: 100%;
	}
	.product-xq .product-basic-img .inner {
	    padding: 5%;
	}
	.product-xq .product-basic-text .inner{
		padding: 0 5% 5% 5%;
	}
	.product-xq .product-basic-title{
		padding: 10px 20px;
	}
	.news .news-title {
	    background-color: #eeeeee;
	    padding: 10px 20px;
	    font-size: 16px;
	}
	.news .news-list li .img{
		float: none;
		width: 100%;
	}
	.news .news-list li .text{
		float: none;
		width: 100%;
	}
	.news .news-list li .text .text-inner{
		padding: 12px 0;
	}
	.index-news-list ul li a .text .title {
	    color: #0084E9;
	}
	.page{
		padding-top: 12px;
	}
	.news-xq {
	    padding: 20px 12px;
	}
	.main {
	    padding: 0 0 36px;
	}
	.images .images-title{
		padding: 10px 20px;
		font-size: 16px;
	}
	.images-list ul{
		margin-left: -20px;
	}
	.images-list li{
		width: 50%;
	}
	.images-list li a{
		margin-left: 20px;
	}
	.contact .contact-title{
		font-size: 16px;
		padding: 10px 20px;
	}
	.contact .contact-dep{
		padding: 15px;
	}
	.contact .input-group label{
		display: none;
	}
	.contact .input-group .input-box{
		padding: 0;
	}
	.contact-yijian {
	    padding: 15px;
	}
	.contact-yijian-title{
		font-size: 16px;
		margin-bottom: 15px;
	}
	
}


@media only screen and (max-width: 500px){
	.index-news-list ul li .img{
		display: none;
	}
	.index-news-list ul li .text{
		padding-left: 0;
	}
	.small-title .small-title-header{
		font-size: 19px;
	}
	.small-title .small-title-body {
	    margin-top: 6px;
	    font-size: 13px;
	}
	.index-box {
	    padding: 24px 0;
	}
	.index-youshi.index-box {
	    padding-bottom: 4px;
	}
	.index-youshi-list {
	    margin-top: 24px;
	}
	.index-youshi-list ul li {
	    margin-bottom: 24px;
	}
	.index-product-list {
	    margin-top: 24px;
	}
	.index-news-list ul {
	    margin: 16px 0 0 0;
	}
	.index-partner-list .item a img{
		width: auto;
		margin: 0 auto;
	}
	.index-partner-list .item a img{
	    -webkit-filter: grayscale(0);
	    -moz-filter: grayscale(0);
	    -ms-filter: grayscale(0);
	    -o-filter: grayscale(0);
	    filter: grayscale(0);
	    filter: gray;
	}
	.images-list ul{
		margin-left: 0;
	}
	.images-list li{
		width: 100%;
	}
	.images-list li a{
		margin-left: 0;
	}
}



































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































