
/*媒体查询，参考部分Bootstrap框架*/
/*当页面>=1600px时，超大屏幕，主要是PC端*/
@media (min-width:1600px) {
/*--------banner图-----------*/
#banner .swiper-slide {
	height: 650px;
}
/*------图片左右滚动箭头-----*/
.owl-carousel .owl-controls .owl-nav div {
	left: -35px;
}
.owl-carousel .owl-controls .owl-nav div.owl-next {
	right: -35px;
}
}

@media (min-width:1280px) and (max-width:1599px) {
/*--------banner图-----------*/
#banner .swiper-slide {
	height: 600px;
}
/*------图片左右滚动箭头-----*/
.owl-carousel .owl-controls .owl-nav div {
	left: -15px;
}
.owl-carousel .owl-controls .owl-nav div.owl-next {
	right: -15px;
}
/*----内页焦点图----*/
#page-banner .content {
	min-height: 350px;
}

}

/*当页面大于1200px时，大屏幕，主要是PC端*/
@media (min-width:1024px) and (max-width:1279px) {
/*---------头部文件---------*/
#header .top {
	padding: 15px 0;
}
#header .top img {
	max-height: 40px;
}
/*-------菜单-------*/
ul.menu > li > a {
	padding: 0 25px;
}
/*--------banner图-----------*/
#banner .swiper-slide {
	height: 500px;
}
/*----内页焦点图----*/
#page-banner .content {
	min-height: 300px;
}
#dituContent {
	height: 350px;
}
/*-------底部----*/
footer ul.footer-nav {
	width: 70%;
	padding: 0 10px;
}
footer .scan {
	display: none;
}
.g-tit01_x .tit{
	font-size: 27px;
}

.g-tit01_x p{
	font-size: 15px;
}
.ul-imgtxt02_x li .txt .tit{
	font-size: 20px;
}
.ul-imgtxt02_x li .txt .desc{
	font-size: 13px;
}
.wp{
	width: 98%;
}
}

@media screen and (max-width:1023px) {
/*---------头部文件---------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	border: none;
	-webkit-box-shadow: 0 0px 3px #a1a1a1;
	-moz-box-shadow: 0 0px 3px #a1a1a1;
	-o-box-shadow: 0 0px 3px #a1a1a1;
	box-shadow: 0 0px 3px #a1a1a1;
}
#container {
	padding-top: 59px;
}
#header .top {
	padding: 12px 0;
}
#header .top img {
	max-height: 35px;
}
#header .logo-txt, #header .tel, nav.main-menu {
	display: none;
}
/*----返回顶部与banner导航箭头----*/
#floatqq, .swiper-button-next, .swiper-button-prev {
	display: none;
}
.btn-icon {
	display: block;
}
/*------响应式菜单-----*/
.wsmenuexpandermain, .bigmegamenu {
	display: block;
}
/*--------banner图-----------*/
#banner .swiper-slide {
	height: 400px;
}
main#index > section {
	padding: 40px 0;
}
/*-------内页焦点图--------*/
#page-banner .content {
	min-height: 250px;
}
/*--------首页小标题-----*/
main>section hgroup {
	margin: 0 auto 25px;
}
main>section hgroup>h2, #wrapper2 h2 {
	font-size: 3rem;
}
/*-----------第二部分，公司简介----*/
#wrapper2 p {
	font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 10px;
}
#wrapper2 a.more {
	font-size: 1.5rem;
}
#wrapper2 a.more::after {
	font-size: 1.7rem;
}
/*-----底部信息---*/
footer .contact {
	padding: 0 10px;
	float: right;
}
footer .scan, footer .service {
	display: none;
}
/*--------底部--------*/
footer {
	padding: 40px 0px 30px 0px;
}
#dituContent {
	height: 350px;
	border: #ccc solid 1px;
}
/*------内页与公共部分------*/
aside {
	display: none;
}
#content {
	padding: 20px 0;
}
#content .left {
	width: 100%;
	margin: 0;
	border: 0 none;
}
/*--------公司简介页边距----*/
#content .left-info {
	padding: 20px;
}
/*------新闻详情页----*/
#content .news-info .new-tit p.p2 {
	display: none;
}
.news-info .news-body .proimgs {
	margin-bottom: 20px;
}
/*------新闻列表页----*/
#content hgroup {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	overflow: visible;
}
#content hgroup>figure h3 {
	padding-left: 15px;
	font-size: 1.7rem;
}
#content hgroup>figure figcaption p {
	height: 52px;
	overflow: hidden;
	padding: 0px 0px 0px 15px;
}
#content hgroup>figure>figcaption>span {
	font-size: 1.3rem;
	padding-left: 15px;
}
.row-a2{
	margin: 30px 0;
}
.g-tit01_x .tit{
	font-size: 24px;
}
.g-tit01_x p{
	font-size: 14px;
}
.ul-imgtxt02_x{

		margin-top: 30px;

	}

	.ul-imgtxt02_x li .pic{

		height: 190px;

	}

	.ul-imgtxt02_x li .txt .tit{

		font-size: 16px;

	}

	.ul-imgtxt02_x li .txt .desc{

		font-size: 12px;

	}

	.ul-imgtxt02_x li .txt .word{

		height: 190px;

	}

	.ul-imgtxt02_x li .txt .word span{

		width: 50px;

		height: 50px;

		line-height: 50px;

		font-size: 16px;

	}
	.wp{

		width: 96%;

	}
}

/*在768 和 991 像素之间的屏幕里，小屏幕，主要是PAD */
@media screen and (max-width:768px) {
/*解决iphone横屏时字体变大问题*/
body {
	-webkit-text-size-adjust: 100%;
}
.row, #wrapper1 .product-list {
	margin-right: -5px;
	margin-left: -5px;
}
footer .row {
	margin-right: -10px;
	margin-left: -10px;
}
main>.wrapper {
	position: relative;
}
main {
	background-color: #fff;
}
/*--------banner图-----------*/
#banner .swiper-slide {
	height: 300px;
}
#wrapper1 .category-list {
	display: none;
}
#wrapper1 .tab-box {
	margin: 0;
	width: 100%;
}
/*--------产品系列列表---------*/
#wrapper1 .product-list {
	margin-right: -5px;
	margin-left: -5px;
	width: 100%;
}
#wrapper1 .product-list ul li {
	width: 50%;
}
#wrapper1 .product-list ul li div {
	margin: 0 5px;
}
#wrapper1 .product-list ul li div h3 {
	font-size: 1.4rem;
}
/*--------新品推荐与列表---------*/
#wrapper7 .row, #innews .row {
	margin: 0 -5px;
}
#wrapper7 .col, #innews .col {
	padding: 0 5px;
}
main#index > section {
	padding: 30px 0;
}
/*--------首页小标题-----*/
main>section hgroup {
	margin: 0 auto 15px;
}
main>section hgroup>h2, #wrapper2 h2 {
	font-size: 2.6rem;
}
/*-----公司简介----*/
#wrapper2 img {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
#wrapper2 .content h2 {
	margin-bottom: 10px;
	text-align: center;
}
#wrapper2 .button {
	text-align: center;
}

.in-about-tit {padding: 20px;margin-bottom: 20px;}
.in-about {padding: 0;}
.in-about dl {background-color: transparent;}
.in-about dt {width: auto;float: none;}
.in-about dd {margin: 0;padding: 15px 15px 30px;}
.in-about dd .more {margin-top: 15px;}

.in-case {background-color: #f5f5f5;margin-top: -65px;}
.in-case-tit {margin-bottom: 20px;}
.in-case-btn a,.in-case-btn span {line-height: 40px;padding: 0 15px;font-size: 14px;}

.list-2 {margin: -10px 0 0 -10px;}
.list-2 li {width: 50%;}
.list-2 li a {margin: 10px 0 0 10px;}
	
/*------新闻中心-----*/
#innews .post-content h2 {
	font-size: 1.6rem;
	margin-bottom: 12px;
}
#innews .post-content {
    padding: 20px;
}
#innews .news-left {
	margin: 0;
	width: 100%;
	margin-bottom: 20px;
}
#innews .contact-right {
	width: 100%;
}
#innews .news-list ul li {
	background: url(../images/news-dot.jpg) no-repeat left center;
	line-height: 2.5;
	border-bottom: 1px dashed #BABABA;
	padding-left: 25px;
	width:100%;
	margin-right:0;
	float: none;
}
/*--------底部--------*/
footer {
	padding: 30px 0px 20px 0px;
}
footer h3 {
	margin-bottom: 20px;
}
footer ul.footer-nav {
	display: none;
}
footer .contact {
	width: 100%;
}
/*--------底部联系方式---------*/
footer .contact p {
	margin-bottom: 5px;
	line-height: 1.6;
}
/*-------------------------*/
#bottom {
	line-height: 1.6;
}
#bottom>.wrapper {
	padding: 10px;
}
#bottom >.wrapper .left {
	width: 100%;
	text-align: center;
}
#bottom >.wrapper .right {
	display: none;
}
/*-------内页焦点图--------*/
#page-banner .content {
	min-height: 200px;
}
#page-banner .content > h3 {
	font-size: 2.8rem;
}
/*------内页与公共部分------*/
.row {
	margin-right: -5px;
	margin-left: -5px;
}
.company-active .col {
	padding: 0 5px;
}
#content {
	padding: 15px 0;
}
.breadcrumb {
	padding: 10px 0;
}
.page-title {
	display: none;
}
.box {
	box-shadow: none;
	overflow: visible;
	background-color: transparent;
}
main>.wrapper > .dl-tit, #content >h1, #content .page {
	display: block;
}
/*------产品列表页----*/
#content ul.product-list {
	margin: 0 -8px;
	padding: 0;
}
#content ul.product-list li {
	width: 50%;
	margin-bottom: 20px;
}
#content ul.product-list li div {
	margin: 0 8px;
}
/*-----产品详情页----*/
#content .panel .fl {
	display: none;
}
#content .panel .fr {
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
}
#content .panel .fr > h2 {
	font-size: 2rem;
	margin-bottom: 8px;
}
#productSlide {
	display: block;
}
#content .panel {
	margin: 0 auto 10px;
}
/*-------产品详情页--------*/
#content .details {
	margin-bottom: 10px;
}
#content .nav-about {
	height: 36px;
	line-height: 36px;
	font-size: 1.5rem;
	margin: 0 auto 10px;
}
#content .nav-tabs a {
	font-size: 1.5rem;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	border-right: 1px solid #d9d9d9;
}
#content .tab-content {
	padding: 10px;
}

/*-----公司简介---*/
#content .left-info {
	padding: 0;
}
#content .left-info img{
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
/*------新闻列表页---*/
#content hgroup>figure {
	padding:10px 0;
}
/*------新闻详情页----*/
#content .news-info .new-tit p.p2 {
	display: none;
}
.news-info .news-body .proimgs {
	margin-bottom: 15px;
}
/*----旋转木马轮播---*/
#content hgroup, #content .news-info, #content .pro-info {
	padding: 0;
}
/*------分页样式------*/
.pagelist, #content .prevnext {
	display: none;
}
#content .page {
	display: block;
}

#dituContent{
	 height:200px;border:#ccc solid 1px;
}
.g-tit01_x .tit{
	font-size: 21px;
}
.g-tit01_x p{
	font-size: 13px;
}
.ul-imgtxt02_x li{

		margin-bottom: 10px;

	}

	.ul-imgtxt02_x li .pic{

		float: none !important;

		width: auto !important;

		text-align: center !important;

		height: auto;

	}

	.ul-imgtxt02_x li .pic img{

		width: 100%;

		height: 100%;

		display: block;

	}

	.ul-imgtxt02_x li .txt{

		float: none;

		width: auto;

		margin: 10px 0;

	}

	.ul-imgtxt02_x li:nth-child(2n) .txt{

		text-align: left;

	}

	.ul-imgtxt02_x li .txt .word{

		height: auto;

		width: auto;

		margin-right: 10px;

	}

	.ul-imgtxt02_x li:nth-child(2n) .word{

		margin-right: 0;

		margin-left: 10px;

	}

	.ul-imgtxt02_x li .txt .tit{

		padding-top: 0;

		height: 50px;

		line-height: normal;

		font-size: 0;

	}

	.ul-imgtxt02_x li .txt .tit:after{

		content: '';

		display: inline-block;

		vertical-align: middle;

		width: 0;

		height: 100%;

	}



	.ul-imgtxt02_x li .txt .tit span{

		display: inline-block;

		vertical-align: middle;

		width: 100%;

		font-size:16px;

		color:#333

	}

	.ul-imgtxt02_x li .txt .desc{

		padding-top: 10px;

		line-height: normal;

	}

}

/*在480 和 767像素之间的屏幕里，超小屏幕，主要是手机 */
@media screen and (max-width:480px) {
/*--------banner图-----------*/
#banner .swiper-slide {
	height: 200px;
	.g-tit01_x .tit{
		font-size: 18px;
	}
	.g-tit01_x p{
		font-size: 12px;
	}
}
/*-----焦点图----*/
.swiper-button-prev, .swiper-button-next {
	display: none !important;
}
main#index > section {
	padding: 20px 0;
}
/*-------底部文件---------*/
footer h3 {
	margin-bottom: 10px;
}
footer .about p {
	line-height: 1.7;
}
#bottom > .wrapper .left span {
	padding: 0;
	display: block;
}

/*-------内页焦点图--------*/
#page-banner .content {
	min-height: 150px;
}
#page-banner .content > h3 {
	font-size: 2.6rem;
}

/*------产品列表页----*/
#content ul.product-list {
	margin: 0 -5px;
}
#content ul.product-list li {
	margin-bottom: 15px;
}
#content ul.product-list li div {
	margin: 0 5px;
}
#content ul.product-list > li h3 {
	line-height: 38px;
}
/*------内页与公共部分------*/
#content {
	padding: 10px 0;
}
/*-----产品详情页----*/
#content .panel .fr>h2 {
	font-size: 1.6rem;
	line-height: 1.7;
	margin-bottom: 8px;
}
/*----公司简介---*/
#content .profile>h1 {
	font-size: 2.0rem;
	margin-bottom: 6px;
}
#content .profile>h2 {
	font-size: 1.8rem;
	margin-bottom: 6px;
}
#content .profile>h3 {
	font-size: 1.6rem;
	margin-bottom: 4px;
}
#content .profile>p {
	margin-bottom: 10px;
}
#content .profile table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 8px;
}
/*-----内页新闻列表-----*/
#content hgroup>figure img {
	width: 30%;
}
#content hgroup>figure figcaption {
	width: 70%;
}
#content hgroup>figure h3 {
	font-size: 1.5rem;
	padding: 0 0px 0px 12px;
}
#content hgroup>figure figcaption p {
	font-size: 1.4rem;
	line-height: 22px;
	height: 25px;
	overflow: hidden;
	padding: 0 0px 0px 12px;
}
#content hgroup>figure>figcaption>span {
	font-size: 1.2rem;
	color: #999;
	padding-left: 12px;
}
/*----新闻详情页----*/
#content .news-info .new-tit h1 {
	font-size: 2rem;
	font-weight:bold;
}
.news-info .news-body {
	font-size: 1.5rem;
	padding: 0 0px 10px;
}
.news-info .news-body p {
	margin-bottom: 12px;
}
#content .news-info .new-tit p.p1 {
	display: none;
}
#content .news-info .new-tit p.p2 {
	display: block;
}
}

/*在480 和 767像素之间的屏幕里，超小屏幕，主要是手机 */
@media screen and (max-width:375px) {
/*--------banner图-----------*/
#banner .swiper-slide {
	height: 170px;
}
/*-------内页焦点图--------*/
#page-banner .content {
	min-height: 100px;
}
}

/*在480 和 767像素之间的屏幕里，超小屏幕，主要是手机 */
@media screen and (max-width:320px) {
/*--------banner图-----------*/
#banner .swiper-slide {
	height: 140px;
}
}
