/*媒体查询，参考部分Bootstrap框架*/
/*当页面>=1600px时，超大屏幕，主要是PC端*/
@media (min-width:1600px) {
  /*--------banner图-----------*/
  #banner .swiper-slide {
    height: 700px;
  }
  /*------图片左右滚动箭头-----*/
  .owl-carousel .owl-controls .owl-nav div {
    left: -35px;
  }
  .owl-carousel .owl-controls .owl-nav div.owl-next {
    right: -35px;
  }
}
/*当页面大于1280px时，大屏幕，主要是19寸PC端*/
@media (min-width:1280px) and (max-width:1599px) {
  #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;
  }
  /*-------首页焦点图-------*/
  #banner .swiper-slide .banner-text-con h4 {
    font-size: 4.5rem;
  }
  #banner .swiper-slide .banner-text-con p {
    font-size: 2.5rem;
  }
  /*----内页焦点图----*/
  #page-banner .content {
    min-height: 320px;
  }
}
/*当页面在1024 和 1280像素之间的屏幕里，主要是笔记本电脑 */
@media (min-width:1024px) and (max-width:1279px) {
  #container {
    padding-top: 70px;
  }
  /*---------头部文件---------*/
  #header .logo img {
    max-height: 45px;
  }
  /*------------菜单-----------*/
  nav.menu > ul > li {
    margin: 0 15px;
  }
  nav.menu > ul > li:last-child {
    margin: 0 0 0 15px;
  }
  nav.menu > ul > li > a, .search-menu > a {
    height: 70px;
    line-height: 70px;
  }
  /*------图片左右滚动箭头-----*/
  .owl-carousel .owl-controls .owl-nav div {
    left: 0;
  }
  .owl-carousel .owl-controls .owl-nav div.owl-next {
    right: 0;
  }
  /*--------banner图-----------*/
  #banner .swiper-slide {
    height: 500px;
  }
  /*-------首页焦点图-------*/
  #banner .swiper-slide .banner-text-con h4 {
    font-size: 4.2rem;
  }
  #banner .swiper-slide .banner-text-con p {
    font-size: 2.2rem;
  }
  /*-------段落行间距-------*/
  main#index > section {
    padding: 50px 0;
  }
  /*--------首页小标题-----*/
  main > section hgroup > h2 {
    font-size: 2.8rem;
  }
  /*------左侧新闻列表----*/
  #wrapper5 .all-news .left-box ul {
    width: 76%;
    padding: 0 15px;
  }
  #wrapper5 .all-news .tips {
    padding: 50px 0 0 20px;
  }
  /*----------底部--------*/
  footer {
    padding: 40px 0px;
  }
  footer .footer-logo {
    display: none;
  }
  footer .contact-info, footer .contact, footer ul.footer-nav {
    width: auto;
  }
  footer .contact {
    padding-left: 10px;
  }
  /*----内页焦点图----*/
  #page-banner .content {
    min-height: 300px;
  }
  #dituContent {
    height: 350px;
  }
}
@media screen and (max-width:1023px) {
  .row, #content ul.product-list {
    margin: 0 -8px;
  }
  /*--------产品系列列表--------------*/
  #wrapper1 .tab-box {
    margin-left: 15px;
    width: calc(80% - 15px);
  }
  #wrapper1 .product-list {
    margin: 0 -8px -15px;
  }
  #wrapper1 .product-list ul li {
    padding: 0 8px 15px;
  }
  #wrapper1 .product-list ul li section h3 {
    padding: 10px 5px;
  }
  #wrapper1 .col, #wrapper5 .col, #content ul.product-list li, .company-active .col {
    padding: 0 8px;
  }
  /*---------头部文件---------*/
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
  }
  #header > .container {
    height: 60px;
  }
  #container {
    padding-top: 60px;
  }
  #header .logo img {
    max-height: 45px;
  }
  /*-------菜单-------*/
  nav.menu, .link {
    display: none;
  }
  /*------响应式菜单-----*/
  .top-menu {
    display: block;
  }
  /*----浮动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: 400px;
  }
  /*-------首页焦点图-------*/
  #banner .swiper-slide .banner-text-con h4 {
    font-size: 3.9rem;
  }
  #banner .swiper-slide .banner-text-con p {
    font-size: 1.9rem;
  }
  /*-------段落行间距-------*/
  main#index > section {
    padding: 40px 0;
  }
  /*--------首页小标题-----*/
  main > section hgroup > h2 {
    font-size: 2.6rem;
  }
  main > section hgroup {
    margin: 0 auto 25px;
  }
  /*---公司简介----*/
  #wrapper2 .content h2 {
    margin-bottom: 15px;
  }
  #wrapper2 .content {
    padding: 30px;
  }
  #wrapper2 .intro p {
    line-height: 1.7;
  }
  /*------左侧新闻列表----*/
  #wrapper5 .all-news .left-box ul {
    width: 76%;
    padding: 0 15px;
  }
  #wrapper5 .all-news .tips {
    padding: 50px 0 0 20px;
  }
  #wrapper5 .all-news .tips p.en {
    font-size: 3rem;
  }
  #wrapper5 .all-news .right-box {
    width: calc(40% - 15px);
    margin-left: 15px;
  }
  #wrapper5 .right-box h3 {
    margin: 15px 0 20px;
  }
  #wrapper5 .all-news .left-box ul {
    padding: 10px 15px 0;
  }
  #wrapper5 .all-news .left-box ul li {
    margin-bottom: 10px;
    padding: 10px 0;
  }
  /*----------底部--------*/
  footer {
    padding: 30px 0px;
  }
  footer .footer-logo {
    display: none;
  }
  footer .contact-info, footer .contact, footer ul.footer-nav {
    width: auto;
  }
  footer .contact {
    padding-left: 10px;
  }
  #bottom > .wrapper {
    padding: 15px 10px;
  }
  /*-------内页焦点图--------*/
  #page-banner .content {
    min-height: 250px;
  }
  #dituContent {
    height: 300px;
  }
  /*------内页与公共部分------*/
  aside {
    display: none;
  }
  #content {
    padding: 25px 0;
  }
  #content .left {
    width: 100%;
    margin: 0;
    border: 0 none;
  }
  /*-----内页导航----*/
  nav.breadcrumb {
    padding: 12px 0;
  }
  /*--------公司简介页边距----*/
  #content .left .profile, #content .left .news-list, #content .left .news-info {
    padding: 20px;
  }
  /*------产品列表页----*/
  #content ul.product-list li {
    margin-bottom: 20px;
  }
  /*------新闻详情页----*/
  #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 {
    font-size: 1.7rem;
  }
  #content hgroup > figure figcaption p {
    height: 52px;
    overflow: hidden;
  }
  #content hgroup > figure > figcaption > span {
    font-size: 1.3rem;
  }
}
/*在768 和 991 像素之间的屏幕里，小屏幕，主要是PAD */
@media screen and (max-width:768px) {
  /*解决iphone横屏时字体变大问题*/
  body {
    -webkit-text-size-adjust: 100%;
  }
  .row {
    margin: 0 -5px;
  }
  #content ul.product-list li, .company-active .col {
    padding: 0 5px;
  }
  main > .wrapper {
    position: relative;
  }
  main {
    background-color: #fff;
  }
  /*-------段落行间距-------*/
  main#index > section {
    padding: 30px 0;
  }
  /*--------首页小标题-----*/
  main > section hgroup > h2 {
    font-size: 2.4rem;
  }
  main > section hgroup {
    margin: 0 auto 20px;
  }
  /*--------banner图-----------*/
  #banner .swiper-slide {
    height: 300px;
  }
  /*-------首页焦点图-------*/
  #banner .swiper-slide:nth-child(3n-4) .banner-text-con {
    top: 25%;
  }
  #banner .swiper-slide:nth-child(3n-4) .banner-text-con section {
    padding: 10px;
  }
  #banner .swiper-slide .banner-text-con h4 {
    font-size: 3.6rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  #banner .swiper-slide .banner-text-con p {
    font-size: 1.6rem;
  }
  #banner .swiper-slide .banner-text-con p span {
    padding-right: 10px;
  }
  #banner .swiper-slide .banner-text-con a.more {
    padding: 5px 20px;
    margin-top: 10px;
  }
  /*----产品中心----*/
  #wrapper1 .product-list ul li {
    padding: 0 5px 12px;
  }
  #wrapper1 .category-list {
    display: none;
  }
  #wrapper1 .tab-box {
    margin: 0;
    width: 100%;
  }
  /*--------关于我们-----*/
  #wrapper2 .content {
    width: 100%;
    padding: 25px;
  }
  #wrapper2 .about-img {
    display: none;
  }
  /*---------------------*/
  #wrapper2 .content h2 {
    margin-bottom: 10px;
  }
  /*------新闻中心列表------*/
  #wrapper5 .all-news .left-box {
    width: 100%;
    margin-bottom: 30px;
  }
  #wrapper5 .all-news .tips p.en {
    font-size: 2.8rem;
  }
  #wrapper5 .all-news .right-box {
    width: 100%;
    margin-left: 0;
  }
  /*-------内页焦点图--------*/
  #page-banner .content {
    min-height: 200px;
  }
  #page-banner .content > h3 {
    font-size: 2.8rem;
  }
  #dituContent {
    width: 100%;
    height: 250px;
  }
  #content .contact .contact-left {
    width: 100%;
  }
  /*---------底部logo-------*/
  footer {
    padding: 20px 0px;
  }
  footer .scan {
    display: none;
  }
  footer .contact-info {
    width: 100%;
  }
  footer .contact, footer ul.footer-nav {
    width: auto !important;
  }
  #bottom > .wrapper .left, #bottom > .wrapper .right {
    width: 100%;
    text-align: center;
  }
  /*------内页与公共部分------*/
  #content {
    padding: 20px 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 .left .profile, #content .left .news-list, #content .left .news-info {
    padding: 0;
  }
  #content .main-body {
    line-height: 1.7;
    font-size: 1.5rem;
  }
  #content .main-body p {
    margin-bottom: 15px;
  }
  #content .main-body h2 {
    font-size: 1.8rem;
  }
  #content .main-body h3 {
    font-size: 1.6rem;
  }
  #content .main-body h4 {
    font-size: 1.5rem;
  }
  /*------产品列表页----*/
  #content ul.product-list {
    margin: 0 -5px;
    padding: 0;
  }
  #content ul.product-list li {
    width: 50%;
    margin-bottom: 15px;
  }
  #content ul.product-list li section h3 {
    padding: 10px 5px;
  }
  /*-----产品详情页----*/
  #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;
  }
  .company-active .col {
    padding: 0 5px;
  }
  /*-------产品详情页--------*/
  #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 {
    padding: 0;
    margin-bottom: 10px;
  }
  /*------新闻列表页---*/
  #content hgroup > figure {
    padding: 10px 0;
  }
  /*------新闻详情页----*/
  #content .news-info header h1 {
    font-size: 2.4rem;
  }
  .news-info .news-body {
    padding: 15px 0px;
  }
  /*------分页样式------*/
  nav.pagelist {
    display: none;
  }
  #content .page {
    display: block;
  }
  .news-info .news-body .proimgs {
    margin-bottom: 15px;
  }
  /*----旋转木马轮播---*/
  #content hgroup, #content .news-info, #content .pro-info {
    padding: 0;
  }
}
/*在480 和 767像素之间的屏幕里，超小屏幕，主要是手机 */
@media screen and (max-width:480px) {
  /*--------banner图-----------*/
  #banner .swiper-slide {
    height: 200px;
  }
  /*-------首页焦点图-------*/
  #banner .swiper-slide:nth-child(3n-4) .banner-text-con {
    top: 15%;
  }
  #banner .swiper-slide .banner-text-con h4 {
    font-size: 2.6rem;
  }
  #banner .swiper-slide .banner-text-con p {
    font-size: 1.6rem;
  }
  #banner .swiper-slide .banner-text-con p span {
    padding-right: 5px;
  }
  #banner .swiper-slide .banner-text-con a.more {
    padding: 4px 18px;
  }
  /*-------内页焦点图--------*/
  #page-banner .content {
    min-height: 150px;
  }
  #page-banner .content > h3 {
    font-size: 2.6rem;
  }
  #dituContent {
    height: 200px;
  }
  /*-------段落行间距-------*/
  main#index > section {
    padding: 20px 0;
  }
  main > section hgroup {
    margin: 0 auto 15px;
  }
  main > section hgroup > h2 {
    font-size: 2.2rem;
    padding-bottom: 15px;
  }
  #wrapper1 .product-list {
    margin: 0 -5px -15px;
  }
  #wrapper1 .product-list ul li {
    width: 50%;
    padding: 0 5px 15px;
  }
  #wrapper1 .product-list ul li section h3 {
    padding: 8px 5px;
  }
  #wrapper2 .content h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  #wrapper5 .all-news .tips {
    display: none;
  }
  #wrapper5 .all-news .left-box ul {
    width: 100%;
  }
  #wrapper5 .all-news .left-box {
    margin-bottom: 20px;
  }
  /*---------底部--------------*/
  footer {
    padding: 20px 0px;
  }
  footer ul.footer-nav {
    display: none;
  }
  #footer-top {
    display: block;
  }
  #bottom > .wrapper .right {
    width: 100%;
    text-align: center;
  }
  /*------产品列表页----*/
  #content ul.product-list li section h3 {
    padding: 8px 5px;
  }
  /*------内页与公共部分------*/
  #content {
    padding: 15px 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%;
    padding-left: 10px;
  }
  #content hgroup > figure h3 {
    font-size: 1.6rem;
  }
  #content hgroup > figure figcaption p {
    font-size: 1.4rem;
    line-height: 22px;
    height: 25px;
    overflow: hidden;
  }
  #content hgroup > figure > figcaption > span {
    font-size: 1.2rem;
    color: #999;
  }
  /*------主体公共代码-----*/
  #content .main-body p, #content .main-body h3, #content .main-body h4 {
    margin-bottom: 10px;
  }
  #content .main-body h2 {
    font-size: 1.6rem;
  }
  /*-------/新闻详情页/-----*/
  .news-info .news-body {
    padding: 10px 0px;
  }
  #content .news-info header h1 {
    font-size: 2rem;
  }
  #content .news-info header p.p1 {
    display: none;
  }
  #content .news-info header p.p2 {
    display: block;
  }
  #content .prevnext .previous, #content .prevnext .next {
    width: 100%;
    text-align: left;
  }
}
/*在480 和 767像素之间的屏幕里，超小屏幕，主要是手机 */
@media screen and (max-width:375px) {
  /*--------banner图-----------*/
  #banner .swiper-slide {
    height: 170px;
  }
  #banner .swiper-slide .banner-text-con h4 {
    font-size: 2rem;
  }
  #banner .swiper-slide .banner-text-con p {
    font-size: 1.2rem;
  }
  /*-------段落行间距-------*/
  main#index > section {
    padding: 15px 0;
  }
  /*-------内页焦点图--------*/
  #page-banner .content {
    min-height: 100px;
  }
}
/*在480 和 767像素之间的屏幕里，超小屏幕，主要是手机 */
@media screen and (max-width:320px) {
  /*--------banner图-----------*/
  #banner .swiper-slide {
    height: 140px;
  }
}