@charset "utf-8";
@import "../css/bootstrap.min.css";
.disline {
  display: inline-block;
}
/*包含以下四种的链接*/
a {
  text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接*/
a:active {
  text-decoration: none;
}
.navbar-default .navbar-toggle:hover {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #0056ab;
}
.diycon {
  background-color: #fff;
  max-width: 100%;
  height: 100px;
  line-height: 98px;
  margin: auto;
  color: #000;
}
.diycon .gohome {
  color: #fff;
  background-color: #0056ab;
  background-image: url(../images/home.png);
  background-position: center 23px ;
  background-repeat: no-repeat;
  width: 7%;
  height: 100px;
  position: relative;
}
.diycon .gohome a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 31%;
}
.diycon .mmnav {
  color: #000;
  background-color: #016bbf;
  background-image: url(../images/navline.png);
  background-position: center  23px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  position: relative;
}
.diycon .mmnav a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 31%;
}
.diycon nav {
  float: left;
  width: 84%;
  display: flex;
  text-align: center;
}
.diycon nav ul {
  margin: 0;
  float: left;
  width: 100%;
  display: contents;
  display: -webkit-box;
  display: -ms-flexbox;
  line-height: 100px;
}
.diycon nav ul li {
  float: left;
  position: relative;
}
.diycon nav ul .item{
  width: 10%;
}
.diycon nav ul li.l {
  width: 30%;
  margin-right: 2%;
}
.diycon nav ul li.l a {
  padding: 0;
}
.diycon nav ul li.l img {
  width: auto;
  max-width: 100%;
  /*image-rendering: -moz-crisp-edges;
                        image-rendering: -o-crisp-edges;
                        image-rendering: pixelated;
                        image-rendering: crisp-edges;
                        -ms-interpolation-mode: nearest-neighbor;*/
}
.diycon nav ul li a {
  color: #000;
  font-size: 16px;
  padding: 0;
  display: inline-block;
  transition: all 0.3s;
  width: calc(100%);
}
.diycon nav ul li.item:hover > a {
  color: #fff;
  background-color: #0056ab;
  display: inline-block;
}
.diycon nav ul li .misi {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
  width: auto;
  margin: auto;
}
.diycon nav ul li .misi li {
  width: 100%;
  transition: all 0.3s;
  white-space: nowrap;
  line-height: 40px;
  border-bottom: 1px dashed #0056ab;
}
.diycon nav ul li .misi li a {
  color: #000;
  word-wrap: normal;
  width: 100%;
  transition: all 0.3s;
}
.diycon nav ul li:hover .misi {
  display: block;
}
.diycon nav ul li:hover .misi li {
  min-width: 100%;
  width: auto;
  white-space: nowrap;
  transition: all 0.3s;
}
.diycon nav ul li:hover .misi li:hover {
  background-color: #0056ab;
}
.diycon nav ul li:hover .misi li:hover a {
  color: #fff;
  background-color: #0056ab;
}
.diycon .movenav {
  display: none;
  background: #fff;
  width: 300px;
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 99;
  text-align: center;
}
.diycon .movenav li {
  border-bottom: 1px dashed #0056ab;
}
.diycon .movenav li a {
  font-size: 16px;
  color: #000;
  transition: all 0.3s;
  display: inline-block;
  width: 100%;
}
.diycon .movenav li a:hover {
  background-color: #0056ab;
  color: #fff;
}
#mnav {
  display: none;
  width: 7%;
  overflow: hidden;
  height: 100px;
}
.headtop {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #eaeaea;
  padding: 0;
  overflow: hidden;
  line-height: 30px;
}
.headtop .hleft,
.headtop .hright {
  width: 50%;
  float: left;
  color: #000;
  font-size: 14px;
  line-height: 30px;
}
.headtop .hright {
  text-align: right;
}
.headtop .hright a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 30px;
}
.headtop .hright a:hover {
  color: #073ea2;
}
/*导航新增样式*/
.headbox {
  width: 79%;
  margin: 0 auto;
}
.headtop {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #eaeaea;
  padding: 0;
  overflow: hidden;
  line-height: 30px;
}
.headtop .hleft,
.headtop .hright {
  width: 50%;
  float: left;
  color: #000;
  font-size: 14px;
  line-height: 30px;
}
.headtop .hright {
  text-align: right;
}
.headtop .hright a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 30px;
}
.headtop .hright a:hover {
  color: #073ea2;
}
.htel {
  width: 15%;
  float: right;
}
.htel span {
  display: inline-block;
  float: right;
  text-align: right;
  color: #000;
  font-size: 20px;
  font-family: "Impact";
  line-height: 100px;
  font-weight: bold;
}
.htel span span {
  line-height: 1;
  margin-top: 14%;
  font-size: 24px;
  font-weight: 100;
}
.htel span i {
  display: inline-block;
  width: 30px;
  height: 100px;
  background: url(../images/tel.png) no-repeat center;
  background-size: contain;
  float: left;
  margin-right: 10px;
}
.titles h2 {
  font-size: 4rem;
}
.titles .cons {
  margin: 25px auto;
  margin-bottom: 0;
  color: #001200;
}
.titles span i {
  display: inline-block;
  padding: 6px 0;
  width: 6px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  margin: 0 10px;
  vertical-align: middle;
}
.titles span::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background-color: #dcdcdc;
  vertical-align: middle;
}
.titles span::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background-color: #dcdcdc;
  vertical-align: middle;
}
.pad50 {
  padding: 50px 0;
}
.more {
  color: #c4c3c7;
  font-size: 4rem;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 39px;
  border: 2px solid #c4c3c7;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s;
}
.more:hover {
  color: #0056ab;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.navbar-default,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}
.head {
  transition: all 0.5s;
}
.head .headertop {
  padding: 0 0 15px;
  transition: all 0.5s;
}
.head .logo {
  margin-top: 15px;
}
.head .logo > a {
  width: 37%;
  float: left;
}
.head .ves {
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -17px;
}
.head .rightnavs {
  margin-top: 3rem;
}
.head.top {
  position: fixed;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
}
.head.top .headertop {
  padding: 0;
}
.head .tel {
  margin-top: 13px;
}
.head .tel a {
  margin-right: 16px;
  font-size: 2.2rem;
  color: #000;
  font-weight: 100;
  font-family: fantasy;
}
.head #navs {
  margin-top: 2.1rem;
  float: left;
}
.head #navs .navbar-default {
  border: none;
}
.head #navs .navbar-default .navbar-brand {
  color: #fff;
}
.head #navs .navbar {
  margin-bottom: 0;
}
.head #navs .navbar-collapse .navbar-nav li {
  padding: 0 2%;
  transition: all 0.3s;
  position: relative;
}
.head #navs .navbar-collapse .navbar-nav li a {
  font-size: 16px;
  color: #000;
  padding: 15px 0;
}
.head #navs .navbar-collapse .navbar-nav li:hover > a {
  color: #0056ab;
}
.head #navs .navbar-collapse .navbar-nav li:hover ul {
  display: block;
}
.head #navs .navbar-collapse .navbar-nav li.active > a {
  color: #0056ab;
}
.head #navs .navbar-collapse .navbar-nav li ul {
  display: none;
  width: 140%;
  position: absolute;
  left: -24px;
  background-color: #0056ab;
  overflow: hidden;
  z-index: 10;
}
.head #navs .navbar-collapse .navbar-nav li ul li {
  width: 100%;
  padding: 0!important;
}
.head #navs .navbar-collapse .navbar-nav li ul li a {
  color: #fff!important;
  padding: 15px 0;
  display: inline-block;
  transition: all 0.3s;
}
.head #navs .navbar-collapse .navbar-nav li ul li:hover a {
  color: #000;
}
.head #navs .navbar-collapse .navbar-nav .active a {
  color: #0056ab;
}
.case .cons {
  width: 64%;
  margin: auto;
}
.main {
  padding-bottom: 5rem;
  /*四大优势*/
  /*casea 案例*/
  /*abouts*/
  /*news*/
  /*栏目*/
  /*products*/
}
.main .cons p {
  color: #8e8e8e;
}
.main #myCarousel ol li {
  width: 50px;
  border-radius: 0;
  height: 4px;
  border: 0;
  margin: 0 5px;
  background-color: #fff;
}
.main #myCarousel ol li.active {
  height: 6px;
  border-color: #ff9600;
  background-color: #ff9600;
}
.main #myCarousel .carousel-indicators {
  bottom: 40px;
  z-index: 1;
}
.main .business {
  background-image: url(../images/indexgoodsbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f8f8f8;
}
.main .business .scpoe ul {
  overflow: hidden;
  margin: 20px auto;
  text-align: center;
}
.main .business .scpoe ul li {
  display: inline-block;
  padding: 10px 0;
}
.main .business .scpoe ul li a {
  font-size: 1.8rem;
  color: #272727;
  display: inline-block;
  padding: 0 20px;
  transition: all 0.3s;
}
.main .business .scpoe ul li.active a {
  font-weight: 600;
  color: #0056ab;
}
.main .business .scpoe ul li:hover {
  background-color: #0056ab;
}
.main .business .scpoe ul li:hover a {
  font-weight: 600;
  color: #fff;
}
.main .business .scpoe .prostd {
  margin-bottom: 30px;
}
.main .business .scpoe .prostd .swiper-container {
  width: 100%;
  height: 100%;
}
.main .business .scpoe .prostd .swiper-container .swiper-slide,
.main .business .scpoe .prostd .swiper-container .grild {
  text-align: center;
  position: relative;
  font-size: 18px;
  margin-top: 30px!important;
}
.main .business .scpoe .prostd .swiper-container .swiper-slide h3,
.main .business .scpoe .prostd .swiper-container .grild h3 {
  font-size: 1.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .business .scpoe .prostd .swiper-container .swiper-slide p,
.main .business .scpoe .prostd .swiper-container .grild p {
  line-height: 2;
  font-size: 1.4rem;
}
.main .business .scpoe .prostd .swiper-container .swiper-slide .prodetial,
.main .business .scpoe .prostd .swiper-container .grild .prodetial {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 50px;
  background-image: linear-gradient(to top, #016bbf, transparent);
  transition: all 0.3s;
}
.main .business .scpoe .prostd .swiper-container .swiper-slide a,
.main .business .scpoe .prostd .swiper-container .grild a {
  color: #fff;
  transition: all 0.3s;
  width: 95%;
  margin: 15px auto;
  display: block;
  position: relative;
}
.main .business .scpoe .prostd .swiper-container .swiper-slide a img,
.main .business .scpoe .prostd .swiper-container .grild a img {
  height: 325px;
  width: 100%;
  object-fit: cover;
}
.main .business .scpoe .prostd .swiper-container .swiper-slide a:hover .prodetial,
.main .business .scpoe .prostd .swiper-container .grild a:hover .prodetial {
  padding-top: 20px;
}
.main .business .scpoe .prostd .swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: row;
}
.main .business .line {
  width: 1px;
  height: 100px;
  background-color: #0056ab;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 50%;
  margin-left: -1px;
}
.main .advantage .titles .cons {
  margin-bottom: 0;
}
.main .advantage .fourbg {
  padding: 0;
  box-shadow: 0 0 0px #666;
}
.main .advantage .fourbg > div {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: pointer;
  background: #0056ab;
  transition: all 0.3s;
}
.main .advantage .fourbg > div p {
  margin: 0;
  font-size: 18px;
}
.main .advantage .fourbg > div img {
  margin: 20px auto;
  height: 65px;
}
.main .advantage .fourbg > div .conts {
  opacity: 0;
  margin-top: 20px;
  transition: all 0.3s;
}
.main .advantage .fourbg > div:hover {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../images/bglink.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0px -6px 20px #333333;
}
.main .advantage .fourbg > div:hover .conts {
  opacity: 1;
}
.main .case .caselist {
  margin-top: 30px;
  padding: 30px 0;
  background: url(../images/casebg.jpg) repeat-y;
  background-position: center;
}
.main .case .caselist .swiper-container {
  width: 100%;
  height: 100%;
}
.main .case .caselist .swiper-container .swiper-button-prev::after,
.main .case .caselist .swiper-container .swiper-button-next:after {
  content: "";
}
.main .case .caselist .swiper-container .page .spnbtn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.main .case .caselist .swiper-container .page .spnbtn span {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  line-height: 40px;
  text-align: center;
  border: 2px solid #c4c3c7;
  border-radius: 50%;
  font-family: cursive;
  font-weight: 900;
  color: #c4c3c7;
  transition: all 0.3s;
}
.main .case .caselist .swiper-container .page .spnbtn span:hover {
  border: 3px solid #c4c3c7;
}
.main .case .caselist .swiper-container .page .swiper-button-prev {
  left: 0;
}
.main .case .caselist .swiper-container .page .swiper-button-next {
  right: 0;
}
.main .case .caselist .swiper-slide {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px ;
  padding-left: 50px;
  padding-right: 50px;
}
.main .case .caselist .swiper-slide a {
  font-size: 1.4rem;
  color: #838383;
}
.main .case .caselist .swiper-slide a h5 {
  font-size: 1.7rem;
  color: #001200;
}
.main .case .caselist .swiper-slide a img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.main .abouts {
  background-repeat: no-repeat;
  background-size: cover;
}
.main .abouts .tac .cons {
  vertical-align: bottom;
  margin-left: 60px;
  margin-right: 100px;
}
.main .abouts .tac .more {
  margin: 16px;
}
.main .abouts .tac .aboutinfo {
  width: 55%;
  text-align: left;
  margin-top: 23px;
  margin-left: 4%;
  line-height: 1.8;
  font-size: 14px;
  color: #001200;
}
.main .abouts .conpanys {
  margin-top: 30px;
}
.main .abouts .conpanys img {
  width: 100%;
  margin-left: -15px;
}
.main .abouts .conpanys .cons {
  padding: 10px;
}
.main .abouts .conpanys .cons p {
  line-height: 30px;
  font-size: 13px;
}
.main .corteg {
  border-top: 1px solid #e1d8d8;
}
.main .corteg .container,
.main .corteg .bd {
  border-left: 1px solid #e1d8d8;
  border-right: 1px solid #e1d8d8;
}
.main .corteg .items {
  width: 100%;
  padding: 30px;
  text-align: center;
  margin-right: 10px;
  color: #898d89;
}
.main .corteg .items .ccc {
  text-align: center;
}
.main .corteg .items .zb {
  color: #0056ab;
  font-weight: 600;
  font-size: 4.3rem;
}
.main .news {
  background-color: #f8f8f8;
}
.main .news .tac .cons {
  vertical-align: bottom;
  margin-left: 60px;
}
.main .news .img {
  padding-left: 0;
  padding-right: 0;
}
.main .news .newmain {
  padding: 40px 0;
  width: 76%;
}
.main .news .newmain .more {
  margin: 16px;
}
.main .news .newmain .newlist {
  margin-top: 20px;
}
.main .news .newmain .newlist ul li {
  margin-bottom: 30px;
}
.main .news .newmain .newlist ul li a h5 {
  font-size: 1.7rem;
  color: #001200;
  font-weight: 600;
  transition: all 0.3s;
}
.main .news .newmain .newlist ul li a h5::before {
  content: "";
  padding: 2px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #0056ab;
}
.main .news .newmain .newlist ul li a:hover h5 {
  color: #0056ab;
}
.main .news .newmain .newlist ul li a p {
  color: #666;
  text-indent: 2em;
}
.main .news .newmain .newlist ul li .tar {
  color: #000;
}
.main .news .newmain .newlist ul li .tar .font {
  font-size: 5rem;
}
.main .navbanner {
  background-image: url(../images/navbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10%;
  min-height: 200px;
}
.main .navbanner h6 {
  font-weight: bolder;
  color: #fff;
  font-size: 5rem;
  margin-bottom: 30px;
}
.main .navbanner .goodscon {
  color: #fff;
  margin: 0 auto;
  padding-top: 8%;
  font-size: 3.5rem;
  text-align: center;
}
.main .navbanner .goodscon .cons p {
  font-size: 1.4rem;
  padding-bottom: 15px;
  padding: 0px;
  color: #ccc;
}
.main .navbanner .goodscon .cons p a {
  color: #fff;
  font-size: 1.4rem;
}
.main .navbanner .goodscon p {
  font-size: 1.4rem;
  padding-bottom: 15px;
  padding-top: 10px;
}
.main .navbanner .goodscon p a {
  color: #fff;
  font-weight: 800;
  font-size: 1.4rem;
}
.main .navnums #perfil {
  border: none;
}
.main .navnums #perfil .container {
  border: none;
}
.main .productinfo .promain {
  background-color: #fff;
}
.main .productinfo .promain ul {
  text-align: center;
  margin-top: -50px;
}
.main .productinfo .promain ul li {
  display: inline-block;
  text-align: center;
  padding: 0 1%;
}
.main .productinfo .promain ul li a {
  font-size: 16px;
  padding: 20px ;
  display: inline-block;
  color: #000;
  transition: all 0.3s;
}
.main .productinfo .promain ul li.active a {
  color: #0056ab;
  font-weight: 600;
}
.main .productinfo .promain ul li.active ul a {
  color: #fff;
}
.main .productinfo .promain ul li:hover a {
  color: #0056ab;
  font-weight: 600;
}
.main .productinfo .promain ul li.on a {
  color: #0056ab;
  font-weight: 600;
}
.main .productinfo .promain .mainpro {
  padding: 20px;
}
.main .productinfo .promain .mainpro img {
  width: 90%;
}
.main .productinfo .promain .mainpro .proinfos {
  padding-top: 5%;
  padding-left: 2%;
}
.main .productinfo .promain .mainpro .proinfos h5 {
  font-size: 3rem;
  color: #000;
}
.main .productinfo .promain .mainpro .proinfos .infos {
  color: #333;
  margin: 20px 0;
}
.main .productinfo .promain .mainpro .proinfos p a {
  display: inline-block;
  padding: 8px 25px;
  margin-right: 20px;
  border-radius: 20px;
  color: #fff;
  background-color: #0056ab;
}
.main .productinfo .promain .mainpro .proinfos p .ask {
  background-color: #ff9600;
}
.main .business .infodetails {
  margin: 30px auto;
  color: #333;
}
.main .business .infodetails p {
  margin-top: 20px;
}
.main .business .infodetails img {
  max-width: 100%;
}
/*footer*/
.foot .btnavs {
  border-bottom: 1px solid #d9d9d9;
}
.foot .btnavs .line {
  border-right: 1px solid #d9d9d9;
}
.foot .copyright .cop {
  padding: 29px 0;
  float: right;
  text-align: right;
  padding-right: 11%;
}
.foot .copyright .bghome {
  padding: 30px 0;
  padding-left: 2.5%;
  background-color: #0056ab;
}
.foot .copyright .bghome a {
  color: #f6f6f6;
  display: inline-block;
  margin-right: 4%;
  transition: all 0.3s;
}
.foot .copyright .bghome a:hover {
  color: #fff;
}
.foot .navgetar {
  font-size: 1.8rem;
  margin-top: 0px;
  margin-bottom: 25px;
  font-weight: 600;
}
.foot .contacts {
  padding-left: 2%;
  padding-bottom: 20px;
  width: 79%;
}
.foot .contacts > p > span {
  display: inline-block;
  width: 36%;
}
.foot .contacts a {
  color: #000;
  transition: all 0.3s;
}
.foot .contacts:hover a {
  color: #0056ab;
}
.foot ul {
  padding-bottom: 20px;
}
.foot ul li {
  display: inline-block;
  padding: 0px 0 10px;
  width: 20%;
  min-width: 56px;
}
.foot ul li a {
  color: #000;
  transition: all 0.3s;
}
.foot ul li:hover a {
  color: #0056ab;
}
@media (min-width: 768px) {
  .main .news .img img {
    height: 455px;
    width: 100%;
    object-fit: cover;
  }
  #myCarousel img {
    width: 100%;
  }
  .head .nav {
    display: flex;
  }
  .head .nav li {
    padding: 0;
    text-align: center;
    width: 95px;
  }
  .main .news .newmain .newlist ul li a span {
    display: none;
  }
  .smal-show {
    display: none;
  }
}
.mobellogo {
  display: none;
}
.advantage {
  color: #000;
}
.advantage a {
  color: #fff;
}
.advantage .cons p {
  color: #000;
}
@media (max-width: 1755px) {
  .htel span span {
    font-size: 20px;
  }
}
.mvisible {
  display: none;
}
.mnlogo {
  display: none;
}
.productinfo .inner-right {
  padding-bottom: 0;
}
@media (max-width: 1568px) {
  .headbox {
    width: 92%;
  }
  .pclogo {
    padding-left: 20px;
  }
  .head #navs .navbar-collapse .navbar-nav li {
    padding: 0 1%;
  }
  .head .nav li {
    width: 80px;
  }
  .head .logo > a .pclogo {
    width: 100%;
  }
}
@media (max-width: 1460px) {
  .diycon .movenav {
    line-height: 60px;
  }
  .foot .navgetar {
    margin: 0 0 15px;
  }
  .diycon nav ul li a {
    padding: 0;
  }
  .pclogo {
    padding: 0;
  }
  .diycon nav {
    white-space: nowrap;
    width: 84%;
  }
  .diycon nav ul li.l {
    display: block;
  }
  .diycon nav ul li a {
    padding: 0 5px;
  }
  .diycon nav ul li .misi {
    left: 0;
    width: auto;
    min-width: 125px;
  }
}
@media (max-width: 1350px) {
  .main .navbanner h6 {
    font-size: 3.5rem;
  }
  .diycon nav ul li a {
    padding: 0 3px;
  }
  .main .news .newmain {
    padding: 0;
    width: 100%;
  }
  .footinfo img {
    width: 100%;
  }
  .foot .contacts {
    width: 75%;
  }
  .foot .contacts > p > span {
    display: block;
    margin-bottom: 0px;
  }
  .foot .contacts > p {
    margin-bottom: 0px;
  }
  .head .tel a {
    font-size: 1.8rem;
    vertical-align: text-bottom;
  }
}
@media (min-width: 993px) and (max-width: 1380px) {
  .hides {
    display: none;
  }
  .case .cons {
    width: 70%;
  }
}
@media (max-width: 1220px) {
  .htel span span {
    font-size: 16px;
    margin-top: 20%;
  }
  .diycon nav ul li a {
    font-size: 14px;
  }
  .htel {
    width: 15%;
  }
}
@media (max-width: 1247px) {
  .rightnavs > div > img:last-child {
    display: none;
  }
  .head .rightnavs {
    display: none;
  }
  .head .logo {
    width: 100%;
  }
  .head #navs {
    width: 66%;
    display: block;
  }
  .head .nav {
    width: 100%;
    display: block;
  }
  .head .nav li {
    width: 13%;
  }
  .business .infodetails img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    min-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .main .productinfo .promain .mainpro img {
    width: 460px;
    height: 286px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .container {
    width: 100%;
    min-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .main .advantage .fourbg .tac {
    height: 220px;
  }
  .headbox {
    width: 95%;
  }
  .main .business .scpoe .prostd .swiper-container .swiper-slide p {
    display: none;
  }
  .main .news .newmain {
    width: 100%;
  }
  .main .news .tac .cons {
    vertical-align: super;
    margin-left: 25px;
  }
}
@media (max-width: 992px) {
  .footinfo .disline {
    display: none;
  }
  div.diycon nav ul li {
    width: auto;
  }
  .headbox {
    width: 98%;
  }
  .htel {
    display: none;
  }
  #mnav {
    display: block;
  }
  .foot .copyright .cop {
    float: none;
    text-align: center;
    padding-right: 0;
  }
  .main .advantage .fourbg > div p {
    font-size: 16px;
  }
  .main .news .newmain .newlist ul li .tar {
    display: none;
  }
  .main .news .newmain .newlist ul li a span {
    display: inline-block;
    color: #000;
    margin-top: 5px;
    float: right;
  }
  .foot .navgetar {
    padding-top: 10px;
  }
  .foot .btnavs .line {
    border: none;
  }
  .foot ul li {
    width: 20%;
    margin-right: 0;
  }
  .foot ul {
    padding-bottom: 0;
  }
  .foot .contacts {
    padding-left: 0;
  }
  .diycon .movenav {
    line-height: 60px;
  }
  #mnav,
  .diycon .gohome {
    width: 9%;
  }
  .diycon nav ul li.l {
    width: 85%;
  }
  .main .case .caselist .swiper-slide a img {
    height: 200px;
  }
  .case .cons {
    width: 90%;
  }
  .diycon nav ul li.item,
  .main .business .line {
    display: none;
  }
  .diycon nav ul li.l {
    display: block;
  }
  .diycon nav {
    white-space: nowrap;
    width: 50%;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .main .productinfo .promain .mainpro img {
    max-height: 300px;
  }
  body .main .mainpro .prodetial {
    width: calc(100% - 30px);
  }
  body .main .mainpro a {
    margin: 0;
  }
  .main .productinfo .promain .mainpro {
    padding: 0;
  }
  .mes-form #formData .form-tr .code input {
    width: 36%;
  }
  div.de-message {
    padding: 0;
  }
  .de-message .mes-form {
    font-size: 15px;
  }
  .main .advantage .fourbg .tac {
    height: 147px;
  }
  .main .advantage .fourbg > div {
    padding: 20px 0 0 0;
  }
  .main .advantage .fourbg > div img {
    height: 37px;
    margin: 5px auto;
  }
  .main .business .scpoe .prostd .swiper-container .swiper-slide a img,
  .main .business .scpoe .prostd .swiper-container .grild a img {
    height: 180px;
  }
  .de-message .tips {
    line-height: 28px;
  }
  div.contact-list ul {
    padding: 10px 0;
  }
  .main .navbanner h6 {
    font-size: 2rem;
    margin-bottom: 0;
    margin-top: 15%;
  }
  .headtop {
    display: none;
  }
  .main .navbanner .goodscon {
    padding-top: 1%;
  }
  .main .business .scpoe ul li a,
  .main .news .newmain {
    padding: 0;
  }
  .diycon .gohome {
    background-position: center 10px;
    display: none;
  }
  .diycon .mmnav {
    background-position: center 10px;
  }
  .diycon .movenav {
    top: 80px;
  }
  .movenav ul li {
    line-height: 2.8;
  }
  .diycon .gohome a,
  .diycon .mmnav a {
    top: 20px;
  }
  .mobellogo {
    margin-top: 8px;
    margin-left: -11%;
  }
  .diycon,
  .diycon .gohome,
  .diycon .mmnav,
  #mnav {
    height: 80px;
    line-height: 80px;
  }
  .diycon .gohome,
  #mnav {
    min-width: 66px;
  }
  .head #navs,
  .head .nav li {
    width: 100%;
  }
  .case .page {
    display: none;
  }
  .mvisible {
    display: block;
    margin: auto;
  }
  .main .case .caselist .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }
  .main .business .scpoe ul li {
    margin: 5px 0;
    background: #0056ab;
    border-radius: 8px;
    width: 31%;
    white-space: nowrap;
  }
  .main .business .scpoe ul li a {
    color: #fff;
  }
  .main .business .scpoe ul li a {
    font-size: 1.4rem;
  }
  .main .business .scpoe .prostd .swiper-container .swiper-slide h3 {
    font-size: 1.4rem;
  }
  .main .abouts .tac .aboutinfo {
    width: 94%;
    text-align: center;
  }
  .diycon nav ul li.l img {
    position: fixed;
    left: 5%;
    margin-top: 15px;
    max-width: 250px;
    margin-left: 0;
    image-rendering: auto;
  }
  .main .business .scpoe .prostd .swiper-container .swiper-slide a img {
    height: 178px;
  }
  .main .abouts .tac .cons {
    margin-left: 1%;
    margin-top: -20px;
  }
  .pad50 {
    padding: 0;
  }
  .main .navbanner {
    background-position: center;
  }
  .main .business {
    padding-top: 1px;
  }
  .main .business .scpoe ul {
    margin-bottom: 0;
  }
  #formData,
  .tips {
    width: 100%!important;
  }
  .navdetail img {
    max-width: 80%;
  }
  .foot {
    padding-top: 10px;
  }
  .main .productinfo .promain ul li a {
    padding: 5px;
  }
  .main .advantage .fourbg > div p {
    font-size: 14px;
  }
  .main .advantage .fourbg > div:hover {
    padding: 20px 0 0 0;
    background: url(../images/bglink.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0px -6px 20px #333333;
  }
  .main .advantage .fourbg > div:hover p {
    font-weight: 600;
  }
  .main .advantage .fourbg > div:hover .conts {
    opacity: 1;
  }
  .head #navs .navbar-collapse .navbar-nav li ul {
    width: 112%;
  }
  .main .advantage .fourbg > div {
    margin-bottom: 10px;
  }
  .pclogo {
    display: none;
  }
  .mobellogo {
    display: block;
    margin-top: 19px;
    position: absolute;
    left: 50%;
    z-index: 10;
  }
  .head .rightnavs {
    display: none;
  }
  .main .corteg .items {
    padding: 20px 0;
    text-align: left;
    color: #666;
  }
  .foot .navgetar {
    margin-top: 0;
  }
  .foot .contacts {
    padding-bottom: 0px;
    width: 100%;
  }
  .foot .contacts > p > span {
    width: 100%;
  }
  .foot .btnavs .line {
    display: none;
    border: none;
  }
  .main .abouts .tac .cons {
    display: none;
  }
  .abouts .titles h2 {
    display: block;
  }
  .main .case .caselist {
    background-position: left;
  }
  .main .abouts .conpanys img {
    margin-left: 0;
  }
  .head .nav .navbar-collapse .navbar-nav li {
    text-align: center;
  }
  .head .nav .navbar-collapse .navbar-nav li ul {
    display: block;
    position: initial;
  }
  .business .prostd .swiper-slide img {
    width: 100%;
    height: 160px;
  }
  .head .logo {
    width: 100%;
    margin-top: 0px;
    padding-left: 11px;
  }
  .head .logo img {
    width: 100%;
  }
  .main .news .tac .cons {
    display: none;
  }
  .main .news .newmain .more {
    zoom: 0.8;
    margin-top: 33px;
  }
  .mabcbout .fl {
    float: none;
  }
  .mabcbout .fr {
    display: none;
  }
  .main .abouts .conpanys .cons p {
    font-size: 16px;
  }
  #perfil {
    display: none;
  }
  .titles h2 {
    font-size: 3rem;
  }
  .head .headertop {
    padding: 0;
  }
  .head #navs {
    float: right;
    width: 100%;
    margin-top: 0;
  }
  .navbar-default .navbar-toggle {
    border: none;
    margin: 0px;
    padding: 0;
    margin-right: 5px;
    width: 100px;
  }
  .head .fr img {
    width: 30%;
    display: none;
  }
  .head .fr .tel {
    padding-right: 11px;
  }
  .head .tel a {
    font-size: 2rem;
  }
  .foot .copyright .bghome {
    display: none;
  }
  .foot ul li {
    margin-right: 9%;
  }
  .foot .contacts {
    padding-left: 0;
  }
  .main .news .newmain .newlist ul li .tar {
    display: none;
  }
  .main .news .newmain .newlist ul li a h5 {
    display: inline-block;
  }
  .main .news .newmain .newlist ul li a span {
    display: inline-block;
    color: #000;
    margin-top: 5px;
    float: right;
  }
  .main #myCarousel .carousel-indicators {
    bottom: 0px;
  }
  .hides {
    display: none;
  }
}
/*分页*/
.de-page-mian {
  text-align: center;
}
.page-inner {
  display: inline-block;
  overflow: hidden;
  color: #fff;
}
.page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  margin: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.page-inner a.active,
.page-inner a:hover {
  color: #fff;
  border-color: #333;
  background: #333;
}
.page-inner a.prev {
  margin-right: 10px;
  background: #ffffff url(../images/prev.jpg) no-repeat center;
}
.page-inner a.prev.on {
  background: #ffffff url(../images/prev-hover.jpg) no-repeat center;
}
.page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #ffffff url(../images/next.jpg) no-repeat center;
}
.page-inner a.next.on {
  background: #ffffff url(../images/next-hover.jpg) no-repeat center;
}
.page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
#plugin-contact-ring2 {
  background-color: #0056ab !important;
}
#plugin-contact-ring2,
#plugin-contact-ring2 #ring-toggle-button {
  color: #0056ab !important;
}
