
/*媒体查询，参考部分Bootstrap框架*/
/*当页面>=1600px时，超大屏幕，主要是PC端*/
@media (min-width:1600px) {
/*--------banner图-----------*/
#banner .swiper-slide {
	height: 750px;
}
/*------图片左右滚动箭头-----*/
.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 .swiper-slide {
	height: 650px;
}
/*------图片左右滚动箭头-----*/
.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: 550px;
}
}

/*媒体查询，参考部分Bootstrap框架*/
/*当页面>=1280px时，超大屏幕，主要是PC端*/
@media (min-width:1024px) and (max-width:1279px) {
#header .logo {
	padding: 10px 0;
}
#header .top .logo img {
	max-height: 50px;
}
/*--------banner图-----------*/
#banner .swiper-slide {
	height: 550px;
}
/*------------菜单-----------*/
nav.menu > ul > li {
	margin: 0 15px;
}
nav.menu > ul > li > a, .search-menu > a {
	height: 70px;
	line-height: 70px;
}
.search-menu {
	margin-left: 15px;
}
/*------图片左右滚动箭头-----*/
.owl-carousel .owl-controls .owl-nav div {
	left: 0;
}
.owl-carousel .owl-controls .owl-nav div.owl-next {
	right: 0;
}
/*--------------------------*/
main#index > section {
	padding: 50px 0;
}
main>section hgroup {
	margin: 0 auto 25px;
}
main>section hgroup>h2 span {
	font-size: 2.8rem;
	margin: 0 15px;
	height: 38px;
	line-height: 38px;
}
main>section hgroup>h3 {
	height: 38px;
	line-height: 38px;
	font-size: 3rem;
}
/*-----------公司简介------------*/
#wrapper2 .col {
	width: 100%;
}
#wrapper2 .pic-box1 .txt {
	padding: 25px;
}
.elm-button {
	margin-top: 40px;
}
.themesflat-button {
	padding: 10px 30px;
}
#wrapper2 .pic-box1 .txt .more {
	padding-top: 10px;
}
#wrapper2 .pic-box1 .txt h2.title {
	font-size: 3.5rem;
	margin-bottom: 10px;
}
/*-----------------------------------*/
#tabs .swiper-slide a {
	padding: 10px 30px;
}
#tabs .tabs-nav li.active a {
	padding: 9px 30px 10px;
}
#tabs .swiper-wrapper {
	margin: 0 auto 40px;
}
/*----------------------*/
#wrapper4 .col section {
	height: 380px;
}
/*---------新闻中心----------*/
#wrapper5 .news-ul .news-li .news-box {
	height: 220px;
	padding: 20px;
}
#wrapper5 .news-ul .news-li .news-img {
	height: 220px;
}
#wrapper5 .news-li .news-box .news-text {
	height: 48px;
	overflow: hidden;
	margin-bottom: 15px;
}
#wrapper5 .news-ul .news-li .news-img span.down {
	top: 209px;
}
/*-----------------------*/
footer {
	padding: 50px 0px;
}
footer ul.footer-nav > li > ul > li {
	line-height: 1.8;
}
footer .scan {
	display: none;
}
/*----内页焦点图----*/
#page-banner .content {
	min-height: 420px;
}
#dituContent {
	height: 350px;
}
/*----侧边栏------*/
aside {
	width: 22%;
}
#content .left {
	margin-left: 15px;
	width: calc(78% - 20px);
}
}
@media screen and (max-width:1023px) {
.row {
	margin: 0 -8px;
}
#wrapper1 .col, #wrapper4 .col, .company-active .col, #wrapper3 .product-list ul li {
	padding: 0 8px;
}
/*------菜单-----*/
nav.menu {
	display: none;
}
/*------响应式菜单-----*/
.wsmenuexpandermain, .bigmegamenu {
	display: block;
}
/*--------------------*/
#header .logo {
	padding: 10px 0;
}
#header .top .logo img {
	max-height: 40px;
}
/*----浮动QQ与banner导航箭头----*/
.swiper-button-next, .swiper-button-prev {
	display: none;
}
/*---箭头---*/
.owl-carousel .owl-controls .owl-nav div {
	left: 0px;
}
.owl-carousel .owl-controls .owl-nav div.owl-next {
	right: 0;
}
/*--------banner图-----------*/
#banner .swiper-slide {
	height: 450px;
}
/*--------------------------------*/
main#index > section {
	padding: 40px 0;
}
main>section hgroup {
	margin: 50px auto 20px;
}
main>section hgroup>h2 span {
	font-size: 2.6rem;
	margin: 0 13px;
	height: 36px;
	line-height: 36px;
}
main>section hgroup>h3 {
	height: 36px;
	line-height: 36px;
	font-size: 2.8rem;
}
main > section hgroup > h2::after, main > section hgroup > h2::before {
    margin-top: 17px;
}
/*-----------公司简介------------*/
#wrapper2 .col {
	width: 100%;
}
#wrapper2 .pic-box1 .txt {
	padding: 20px;
}
.elm-button {
	margin-top: 30px;
}
.themesflat-button {
	padding: 8px 25px;
}
#wrapper2 .pic-box1 .txt .more {
	padding-top: 10px;
}
#wrapper2 .pic-box1 .txt h2.title {
	font-size: 3.5rem;
	margin-bottom: 10px;
}
/*-----------------------------------*/
#tabs .swiper-slide a {
	padding: 8px 25px;
}
#tabs .tabs-nav li.active a {
	padding: 7px 25px 8px;
}
#tabs .swiper-wrapper {
	margin: 0 auto 30px;
}
/*----------------------*/
#wrapper4 .col section {
	height: 380px;
}
/*--------新闻中心--------*/
#wrapper5 .news-ul .news-li {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
#wrapper5 .news-ul .news-li .news-box {
	padding: 20px;
	height: auto !important;
	overflow:hidden;
}
#wrapper5 .news-li .news-box .news-text {
    margin-bottom: 20px;
}
#wrapper5 .news-ul .news-li .news-img{
	display:none;
}
/*-----------------------*/
footer {
	padding: 40px 0px;
}
footer ul.footer-nav {
    width: 100%;
}
footer ul.footer-nav > li > ul > li {
	line-height: 1.8;
}
footer .scan, footer .contact-info{
	display: none;
}
/*-------内页焦点图--------*/
#page-banner .content {
	min-height: 300px;
}
#dituContent {
	height: 300px;
}
/*------内页与公共部分------*/
aside {
	display: none;
}
#content {
	padding: 20px 0;
}
#content .left {
	width: 100%;
	margin: 0;
	border: 0 none;
}
/*--------公司简介页边距----*/
#content .left-info {
	padding: 20px;
}
#content .profile {
	font-size: 1.5rem;
}
/*------新闻详情页----*/
#content .news-info header 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;
}
}

/*在768 和 991 像素之间的屏幕里，小屏幕，主要是PAD */
@media screen and (max-width:768px) {
/*解决iphone横屏时字体变大问题*/
body {
	-webkit-text-size-adjust: 100%;
}
.row, #tabs-container{
	margin: 0 -5px;
}
#wrapper1 .col, #wrapper4 .col, .company-active .col, #wrapper3 .product-list ul li {
	padding: 0 5px;
}
main>.wrapper {
	position: relative;
}
main {
	background-color: #fff;
}
/*--------banner图-----------*/
#banner .swiper-slide {
	height: 350px;
}
/*--------------------------------*/
main#index > section {
	padding: 30px 0;
}
main>section hgroup {
	margin: 60px auto 20px;
}
main>section hgroup>h2 span {
	font-size: 2.4rem;
	margin: 0 13px;
	height: 36px;
	line-height: 36px;
}
main>section hgroup>h3 {
	height: 34px;
	line-height: 34px;
	font-size: 2.6rem;
}
main > section hgroup > h2::after, main > section hgroup > h2::before {
    margin-top: 17px;
}
/*-----公司简介---*/
#wrapper2 .pic-box1 .txt {
    padding: 15px;
}
#wrapper2 .pic-box1 .txt h2.title {
    font-size: 3.2rem;
}
#wrapper2 .pic-box1 .txt .info {
    padding-left: 0;
}
/*-------为什么选择我们----*/
#wrapper4 .col {
    width: 50%;
    overflow: hidden;
	margin-bottom: 10px;
}
#wrapper4 .col section {
    height: 400px;
}
/*----------应用领域-----*/
#wrapper3 .product-list ul li {
	width: 50%;
	margin-bottom: 10px;
}
/*-------内页焦点图--------*/
#page-banner .content {
	min-height: 250px;
}
#page-banner .content > h3 {
	font-size: 2.8rem;
}
#dituContent {
	height: 250px;
}
/*---选项卡滚动条----*/
#tabs .swiper-scrollbar {
	bottom: 18px;
}
/*--------产品系列列表---------*/
#tabs-container {
	margin: 0 -5px;
}
#tabs .swiper-wrapper {
	margin: 0px auto 20px;
}
#tabs .swiper-slide a {
	font-size: 1.5rem;
	padding: 6px 15px;
}
#tabs .tabs-nav li.active a {
	padding: 5px 15px 6px;
}

/*-------内页焦点图--------*/
#page-banner .content {
	min-height: 220px;
}
#page-banner .content > h3 {
	font-size: 2.8rem;
}
#dituContent {
	height: 250px;
}
/*--------底部联系方式---------*/
footer {
	padding: 30px 0px;
}
footer ul.footer-nav {
	display: none;
}
footer .contact-info {
	display: block;
	padding: 0 10px;
	border:0 none;
	width: 100%;
}
/*-----底部---*/
#bottom >.wrapper .left {
	width: 100%;
	text-align: center;
}
#bottom >.wrapper .right {
	width: 100%;
	text-align: center;
}
/*------内页与公共部分------*/
#content {
	padding: 15px 0;
}
nav.breadcrumb {
	padding: 10px 0;
}
h1.page-title {
	display: none;
}
.box {
	box-shadow: none;
	overflow: visible;
	background-color: transparent;
}
main>.wrapper >h1, #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 section {
	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;margin-top: 20px;
}
#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 header p.p2 {
	display: none;
}
.news-info .news-body .proimgs {
	margin-bottom: 15px;
}
/*-----旋转木马轮播-----*/
#content hgroup, #content .news-info, #content .pro-info {
	padding: 0;
}
/*------分页样式------*/
nav.pagelist, #content .prevnext {
	display: none;
}
#content .page {
	display: block;
}
/*----------------*/
#content .message {
    padding: 0;
}





}

/*在480 和 767像素之间的屏幕里，超小屏幕，主要是手机 */
@media screen and (max-width:480px) {
/*--------banner图-----------*/
#banner .swiper-slide {
	height: 250px;
}
/*-------内页焦点图--------*/
#page-banner .content {
	min-height: 180px;
}
#page-banner .content > h3 {
	font-size: 2.6rem;
}
	
/*-----为什么选择我们-------*/
#wrapper4 .col {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}	
#wrapper4 .col section {
	height:auto !important;
	overflow:hidden;
}	

/*-----公司简介---*/
#wrapper2 .pic-box1 .txt {
    padding: 10px;
}
#wrapper2 .pic-box1 .txt h2.title {
    font-size: 3rem;
}	
/*-----新闻中心------*/	
#wrapper5 .news-ul .news-li .news-box .news-title {
    font-size: 1.6rem;
    padding-bottom: 10px;
}	
	
/*-------段落行间距-------*/
main#index > section {
	padding: 20px 0;padding-bottom:0;
}
footer {
	padding: 20px 0px;
}
/*------内页与公共部分------*/
#content {
	padding: 10px 0;
}
/*-----产品详情页----*/
#content .panel .fr>h2 {
	font-size: 1.6rem;
	line-height: 1.7;
	margin-bottom: 8px;
}
/*----公司简介---*/
#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 header h1 {
	font-size: 2rem;
}
.news-info .news-body {
	font-size: 1.5rem;
	padding: 0 0px 10px;
}
.news-info .news-body p {
	margin-bottom: 12px;
}
#content .news-info header p.p1 {
	display: none;
}
#content .news-info header p.p2 {
	display: block;
}
#dituContent {
	height: 200px;
}

}
@media(max-width:640px){
	#content .left-info img{max-width:100%;width:auto;}
}







/*在480 和 767像素之间的屏幕里，超小屏幕，主要是手机 */
@media screen and (max-width:375px) {
/*--------banner图-----------*/
#banner .swiper-slide {
	height: 170px;
}
/*-------段落行间距-------*/
main#index > section {
	padding: 15px 0;
}
/*--------首页小标题-----*/
main>section hgroup>h2, #wrapper2 h2 {
	font-size: 2.4rem;
}
/*-------内页焦点图--------*/
#page-banner .content {
	min-height: 150px;
}
}

/*在480 和 767像素之间的屏幕里，超小屏幕，主要是手机 */
@media screen and (max-width:320px) {
/*--------banner图-----------*/
#banner .swiper-slide {
	height: 140px;
}
}