/*样式初始化及公共样式部分*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-style: normal;
  color: #111111;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #111111;
}
a:hover {
  color: #054897;
}
.cl {
  clear: both;
  height: 0px;
}
body {
  margin: 0 auto;
  background-color: #fff;
  font-family: "Microsoft YaHei";
}
.img {
  display: block;
}
.page {
  width: 90%;
  max-width: 1520px;
  min-width: 1300px;
  margin: 0 auto;
  position: relative;
}
/* top */
.top {
  width: 100%;
  display: flex;
  background-color: #111111;
  line-height: 50px;
  font-size: 14px;
  white-space: nowrap;
}
.top > p {
  color: #d9d9d9;
  padding-left: 30px;
  margin-left: 2.6%;
  background: url(../image/明鸿维修_06.png) no-repeat left center;
}
.top .right {
  display: flex;
  margin: 0 0 0 auto;
}
.top .right ul {
  display: flex;
  margin-right: 15px;
}
.top .right ul li {
  width: 86px;
  color: #999;
  border-left: 1px solid rgba(129, 129, 129, 0.5);
  text-align: center;
  cursor: pointer;
}
.top .right ul li a {
  color: #999;
}
.top .right ul li:hover {
  color: #fff;
}
.top .right ul li:hover a {
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .top .right ul {
    margin-right: 0;
  }
}
.top .hot-line {
  display: flex;
  align-items: center;
  background-color: #054897;
  border-radius: 0 0 0 25px;
  padding: 0 38px 0 30px;
}
.top .hot-line img {
  margin-right: 10px;
}
.top .hot-line p {
  font-size: 14px;
  color: #fff;
}
.top .hot-line p i {
  font-size: 22px;
  color: #fff;
}
/* header */
.header {
  width: 100%;
  min-width: 1300px;
  background-color: #fff;
  box-shadow: 2px 2px 10px #ccc;
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}
.header .logo {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 2.6%;
}
.header .logo img {
  width: 190px;
}
.header .logo .box {
  padding-left: 28px;
  margin-left: 28px;
  border-left: 1px solid #ededed;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .logo .box > p {
  font-size: 30px;
  font-weight: bold;
}
.header .logo .box > p em {
  color: #054897;
  font-weight: bold;
}
.header .logo .box ul {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.header .logo .box ul li {
  font-size: 17px;
  color: #666666;
  padding-left: 12px;
  position: relative;
}
.header .logo .box ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ff8100;
}
.header .head-nav {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: 30px;
}
.header .head-nav > li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 5px;
}
.header .head-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 18px;
  position: relative;
  color: #111111;
}
.header .head-nav > li > a::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #054897;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s linear;
}
.header .head-nav > li:hover a::after {
  width: 100%;
  transition: all 0.3s linear;
}
.header .head-nav > li .active {
  border-bottom: 2px solid #054897;
}
.header .head-nav > li .erji2 {
  position: absolute;
  z-index: 9999;
  top: 100%;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.header .head-nav > li .erji2 li {
  text-align: center;
  padding: 0 25px;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.header .head-nav > li .erji2 li:last-child {
  border: none;
}
.header .head-nav > li .erji2 li a {
  font-size: 14px;
  color: #fff;
  line-height: 45px;
  white-space: nowrap;
  display: block;
}
.header .head-nav > li .erji2 li:hover {
  background-color: #054897;
  transition: all 0.3s linear;
}
.header .head-nav > li .erji2 li:hover a {
  color: #fff;
}
.header .head-nav > li:hover .erji2 li {
  height: 50px;
  transition: all 0.3s linear;
  border-top: 1px solid #ddd;
}
.header .ewm-l {
  display: flex;
  margin-right: 3%;
  width: 160px;
  justify-content: space-between;
}
.header .ewm-l li {
  position: relative;
  width: 40px;
  height: 40px;
  background: url(../image/tubiao.png);
  background-position-y: -38px;
}
.header .ewm-l li:nth-child(1) {
  background-position-x: -41px;
}
.header .ewm-l li:nth-child(2) {
  background-position-x: -100px;
}
.header .ewm-l li:nth-child(3) {
  background-position-x: -159px;
}
.header .ewm-l li:hover {
  background-position-y: -121px;
}
.header .ewm-l li .fall {
  position: absolute;
  z-index: 9999;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  box-shadow: 1px 1px 3px #ccc;
  transition: all 0.2s linear;
}
.header .ewm-l li .fall img {
  width: 146px;
  height: 146px;
  margin: auto;
}
.header .ewm-l li:hover .fall {
  height: 160px;
  transition: all 0.2s linear;
}
.header .ewm-l .li3 .fall {
  left: auto;
  right: 0;
  transform: translateX(0);
  flex-direction: column;
  width: 260px;
}
.header .ewm-l .li3 .fall p {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  width: 200px;
  white-space: normal;
}
.header .ewm-l .li3 .fall span {
  font-size: 16px;
  color: #777;
  display: block;
  margin-top: 10px;
}
.header .ewm-l .li3:hover .fall {
  padding: 25px 0 20px 30px;
  height: 221px;
  transition: all 0.2s linear;
}
@media screen and (max-width: 1480px) {
  .header .head-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .header .ewm-l {
    flex-direction: column;
    width: auto;
    margin-right: 1%;
    justify-content: space-between;
    height: 100px;
  }
  .header .ewm-l img {
    width: 30px;
  }
  .header .ewm-l li {
    width: 30px;
    height: 30px;
  }
  .header .ewm-l li:nth-child(1) {
    background-position-x: -246px;
  }
  .header .ewm-l li:nth-child(2) {
    background-position-x: -290px;
  }
  .header .ewm-l li:nth-child(3) {
    background-position-x: -334px;
  }
  .header .ewm-l li:hover {
    background-position-y: -100px;
  }
  .header .ewm-l li .fall {
    width: 0px;
    height: 160px;
    top: 0;
    left: auto;
    right: 120%;
    transform: translateX(0);
  }
  .header .ewm-l li:hover .fall {
    width: 160px;
    transition: all 0.2s linear;
  }
  .header .ewm-l .li3 .fall {
    top: 0;
    left: auto;
    right: 120%;
    transform: translateX(0);
    width: 0px;
  }
  .header .ewm-l .li3:hover .fall {
    padding: 25px 0 20px 30px;
    width: 260px;
    transition: all 0.2s linear;
  }
}
/* 幻灯片 */
.banner-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #eee;
}
.banner-box .bd {
  width: 100%;
}
.banner-box .bd li img {
  width: 100%;
  display: block;
}
.banner-box .bd ul {
  margin: 0 auto;
  width: 100% !important;
  max-width: 1920px;
}
.banner-box .bd li {
  width: 100% !important;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-btn {
  width: 100%;
}
.banner-btn a {
  display: block;
  width: 49px;
  height: 104px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.banner-btn a.prev {
  left: -50px;
  background: url(../image/banner-h.png) no-repeat 0 0;
}
.banner-btn a.next {
  right: -50px;
  background: url(../image/banner-h.png) no-repeat -49px 0;
}
.banner-box:hover .banner-btn a.prev {
  left: 20px;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.banner-box:hover .banner-btn a.next {
  right: 20px;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.banner-box .banner-btn a.prev:hover,
.banner-box .banner-btn a.next:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.banner-box .hd {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: block;
}
.banner-box .hd ul {
  text-align: center;
}
.banner-box .hd ul li {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: #ccc;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  transition: 0.5s all ease-in-out;
  border-radius: 10px;
}
.banner-box .hd ul li.on {
  background: #054897;
  width: 32px;
}
/* 搜索 */
.search {
  width: 100%;
  background-color: #054897;
}
.search .page {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  line-height: 70px;
  align-items: center;
}
.search .page .keywo > p {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  color: #fff;
}
.search .page .keywo > p img {
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
}
.search .page .keywo a {
  display: block;
  margin-right: 20px;
  font-size: 16px;
  color: #cccccc;
}
.search .page .keywo a:hover {
  color: #fff;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
}
.search .page .sear-w input {
  width: 200px;
  height: 40px;
  padding-left: 15px;
}
.search .page .sear-w button {
  width: 80px;
  height: 40px;
  background-color: #111111;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.3s linear;
}
.search .page .sear-w button:hover {
  background-color: #ff8100;
  transition: all 0.3s linear;
}
/*网站标题*/
.wz-bt {
  width: 100%;
  text-align: center;
}
.wz-bt p {
  font-size: 40px;
}
.wz-bt p i {
  color: #054897;
  font-weight: bold;
}
.wz-bt span {
  display: block;
  font-size: 16px;
  color: #666666;
  margin: 7px 0;
}
/* 产品推荐 */
.pro-w {
  width: 100%;
  padding: 70px 0 96px 0;
}
.pro-w .protab-box {
  display: flex;
  text-align: center;
  line-height: 80px;
  background-color: #f3f3f3;
  margin-top: 45px;
}
.pro-w .protab-box .page {
  display: flex;
}
.pro-w .protab-box a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.pro-w .protab-box .protab {
  display: flex;
  flex: 6;
}
.pro-w .protab-box .protab li {
  flex: 1;
}
.pro-w .protab-box .protab li a {
  transition: all 0.3s linear;
  border-right: 1px solid #fff;
}
.pro-w .protab-box .protab li.on a {
  background-color: #054897;
  color: #fff;
  transition: all 0.3s linear;
}
.pro-w .protab-box .more {
  flex: 1;
}
.pro-w .protab-box .more a {
  background-color: #054897;
  color: #fff;
}
.pro-w .row {
  display: flex;
  flex-wrap: wrap;
  width: 94.74%;
  margin: 0 auto;
  margin-top: 50px;
}
.pro-w .row li {
  width: 29.31%;
  margin: 0 2% 30px 2%;
  background-color: #f3f3f3;
  transition: all 0.3s linear;
}
.pro-w .row li a {
  display: block;
}
.pro-w .row li a .pic {
  width: 92%;
  overflow: hidden;
  margin: 15px auto;
}
.pro-w .row li a .pic img {
  width: 100%;
  display: block;
}
.pro-w .row li a .tit {
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
}
.pro-w .row li a .tit p {
  font-size: 16px;
  color: #666666;
  line-height: 50px;
}
.pro-w .row li:hover {
  background-color: #054897;
  transition: all 0.3s linear;
}
.pro-w .row li:hover .tit p {
  color: #fff;
}
/* PK */
.compare .cont {
  width: 100%;
  display: flex;
  margin-top: 57px;
}
.compare .cont .fuwu {
  width: 41.9%;
}
.compare .cont .fuwu .text {
  display: block;
  width: 100%;
  height: 115px;
  background-color: #f3f3f3;
  position: relative;
}
.compare .cont .fuwu .text p {
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.compare .cont .fuwu img {
  display: block;
}
.compare .cont .lef p {
  color: #666666;
  right: 10%;
}
.compare .cont .lef .pic {
  padding: 18px 18px 0 0;
}
.compare .cont .lef .pic img {
  width: 100%;
}
.compare .cont .pk {
  width: 16.2%;
  background-color: #054897;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.compare .cont .pk .pic {
  width: 165px;
  height: 165px;
  background-color: #fff;
  display: flex;
  border-radius: 50%;
  margin-top: 13px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.compare .cont .pk .pic:active {
  transform: rotateY(360deg);
  transition: all 0.3s linear;
}
.compare .cont .pk .pic img {
  display: block;
  margin: auto;
}
.compare .cont .pk ul li {
  width: 150px;
  line-height: 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  font-size: 30px;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1545px) {
  .compare .cont .pk ul li {
    line-height: 62px;
  }
}
.compare .cont .rig p {
  color: #054897;
  left: 10%;
}
.compare .cont .rig .pic {
  padding: 18px 0 0 18px;
}
.compare .cont .rig .pic img {
  width: 100%;
}
.compare .foot {
  width: 100%;
  background-color: #054897;
  margin-top: 45px;
}
.compare .foot .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.compare .foot .page * {
  color: #fff;
  display: block;
}
.compare .foot .page .info {
  padding: 55px 0 40px 0;
}
.compare .foot .page .info p {
  font-size: 24px;
}
.compare .foot .page .info span {
  font-size: 28px;
  font-weight: bold;
  margin-top: 10px;
}
.compare .foot .page .info i {
  font-size: 14px;
  margin-top: 31px;
  padding-left: 25px;
  background: url(../image/明鸿维修_031.png) no-repeat left center;
}
.compare .foot .page .info em {
  font-size: 28px;
}
.compare .foot .page ul {
  display: flex;
  width: 57.24%;
  margin-right: 3.3%;
}
.compare .foot .page ul li {
  flex: 1;
  cursor: pointer;
  height: 81px;
  border-left: 1px solid #fff;
  position: relative;
  text-align: center;
}
.compare .foot .page ul li .dot {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ff8100;
  top: 100%;
  left: -7px;
  border: 2px solid #fff;
}
.compare .foot .page ul li .dot::after {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  left: -6px;
  top: -6px;
  box-sizing: content-box;
  border: 4px solid rgba(255, 255, 255, 0.4);
  opacity: 0;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.compare .foot .page ul li i {
  width: 50px;
  height: 35px;
  margin: 0 auto;
  background: url(../image/adv-i.png);
  background-position-y: -19px;
  transition: all 0.3s linear;
}
.compare .foot .page ul li:nth-child(1) i {
  background-position-x: -23px;
}
.compare .foot .page ul li:nth-child(2) i {
  background-position-x: -167px;
}
.compare .foot .page ul li:nth-child(3) i {
  background-position-x: -312px;
}
.compare .foot .page ul li:nth-child(4) i {
  background-position-x: -458px;
}
.compare .foot .page ul li:nth-child(5) i {
  background-position-x: -601.5px;
}
.compare .foot .page ul li:nth-child(6) i {
  background-position-x: -747px;
}
.compare .foot .page ul li:hover i {
  background-position-y: -88px;
  transition: all 0.3s linear;
}
.compare .foot .page ul li p {
  font-size: 14px;
  margin-top: 20px;
}
.compare .foot .page ul li:hover .dot::after {
  opacity: 1;
  transition: all 0.3s linear;
}
/* 优势 */
.adv {
  background: url(../image/zj-set2-bj.jpg) no-repeat top center;
  margin-top: 99px;
  padding: 51px 0 105px 0;
  height: 1038px;
}
.adv .wz-bt * {
  color: #fff;
}
.adv .page {
  height: 722px;
  background-color: #fff;
  box-shadow: 0px 5px 10px #ccc;
  margin-top: 50px;
}
.adv .advtab {
  position: absolute;
  z-index: 99;
  left: 60px;
  top: 56px;
  background-color: #fff;
}
.adv .advtab li {
  display: flex;
  background-color: #054897;
  width: 300px;
  line-height: 96px;
  margin-bottom: 8px;
}
.adv .advtab li * {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.adv .advtab li i {
  font-size: 34px;
  width: 78px;
  border-radius: 0 50% 50% 0 ;
  background-color: rgba(255, 255, 255, 0.1);
}
.adv .advtab li p {
  font-size: 28px;
  flex: auto;
  margin-right: 10px;
}
.adv .advtab li::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 112px;
  display: none;
  font-size: 34px;
  color: #054897;
}
.adv .advtab li:nth-child(1)::after {
  content: "1";
}
.adv .advtab li:nth-child(2)::after {
  content: "2";
}
.adv .advtab li:nth-child(3)::after {
  content: "3";
}
.adv .advtab li:nth-child(4)::after {
  content: "4";
}
.adv .advtab li.on {
  background-color: #ff8100;
}
.adv .advtab li.on::after {
  display: block;
}
.adv .advtab .prne {
  width: 230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 33px 0 0 42px;
}
.adv .advtab .prne p {
  font-size: 27px;
  color: #666666;
}
.adv .advcon ul {
  height: 722px;
  overflow: hidden;
  position: relative;
}
.adv .advcon .pic {
  margin: 56px 60px 0 395px;
  overflow: hidden;
  display: flex;
}
.adv .advcon .pic img {
  display: block;
  width: 1064px;
}
.adv .advcon .sign {
  width: 278px;
  height: 82px;
  z-index: 99;
  background: url(../image/明鸿维修_003.png);
  display: block;
  position: absolute;
  top: 85px;
  right: 50px;
}
.adv .advcon .sign p {
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 93px;
  padding-left: 10px;
}
.adv .advcon .text {
  margin-left: 60px;
  padding-left: 94px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  background: url(../image/明鸿维修_014.png) no-repeat;
  background-position-x: 17px;
}
.adv .advcon .text .row p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.adv .advcon .text .row span {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
}
.adv .advcon .text .more {
  width: 200px;
  height: 50px;
  background-color: #054897;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin: 30px 110px 0 140px;
  transition: all 0.2s linear;
}
.adv .advcon .text .more:hover {
  background-color: #ff8100;
  transition: all 0.2s linear;
}
/* 企业介绍 */
.intr .box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
}
.intr .box .pic {
  width: 47.63%;
}
.intr .box .row {
  width: 47.63%;
}
.intr .box .row > p {
  font-size: 61px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #054897;
  text-transform: uppercase;
}
.intr .box .row > p em {
  color: #ff8100;
  margin-left: 23px;
}
.intr .box .row > span {
  font-size: 28px;
  display: block;
  font-weight: bold;
  margin-top: 5px;
}
.intr .box .row .line {
  width: 48px;
  height: 1px;
  background-color: #ff8100;
  margin: 24px 0 20px 0;
}
.intr .box .row > i {
  font-size: 14px;
  line-height: 27px;
  color: #666;
}
.intr .box .row .more {
  position: absolute;
  right: 0;
  top: 106px;
  font-size: 14px;
  color: #054897;
}
.intr .box .row .more:hover {
  color: #ff8100;
}
.intr .box .row ul {
  display: flex;
  margin-top: 75px;
}
.intr .box .row ul li {
  width: 213px;
  height: 69px;
  border-left: 1px solid #111;
  position: relative;
  padding-left: 40px;
}
.intr .box .row ul li p {
  font-size: 38px;
  font-weight: bold;
}
.intr .box .row ul li p em {
  font-size: 14px;
  color: #ff8100;
}
.intr .box .row ul li span {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.intr .box .row ul li::before {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #ff8100;
  position: absolute;
  left: -1px;
  top: 0;
  transition: all 0.3s linear;
}
.intr .box .row ul li:hover::before {
  height: 69px;
  transition: all 0.3s linear;
}
/* 案例 */
.workshop {
  margin-top: 46px;
  height: 400px;
}
.workshop .tabs {
  display: flex;
  justify-content: center;
}
.workshop .tabs > div a {
  display: block;
  width: 185px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #f3f3f3;
}
.workshop .tabs .nep01 a {
  color: #fff;
  background: #054897;
  position: relative;
}
.workshop .tabs .nep01 a::after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #054897 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.workshop .case-box {
  margin-top: 44px;
  position: relative;
}
.workshop .case-box .case-list {
  width: 1436px;
  margin: 0 auto;
}
.workshop .case-box .case-list .tempWrap {
  width: 100% !important;
}
.workshop .case-box .case-list ul li {
  margin-right: 24px;
  position: relative;
  width: 341px;
}
.workshop .case-box .case-list ul li img {
  width: 100%;
  display: block;
}
.workshop .case-box .case-list ul li .title {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s linear;
}
.workshop .case-box .case-list ul li:hover .title {
  background-color: rgba(255, 129, 0, 0.85);
  transition: all 0.3s linear;
}
@media screen and (max-width: 1601px) {
  .workshop .case-box .case-list {
    width: 1353px;
  }
  .workshop .case-box .case-list ul li {
    width: 320px;
  }
}
@media screen and (max-width: 1367px) {
  .workshop .case-box .case-list {
    width: 1232px;
  }
  .workshop .case-box .case-list ul li {
    width: 290px;
  }
}
.workshop .case-box > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.workshop .case-box .case-sPrev {
  left: 0;
}
.workshop .case-box .case-sNext {
  right: 0;
}
.workshop .hidden {
  display: none;
}
/* 新闻 */
.news {
  padding: 36px 0 85px 0;
}
.news .news-box {
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
  height: 493px;
}
.news .news-box .left {
  width: 30.72%;
  position: relative;
}
.news .news-box .left:hover .bd li {
  box-shadow: 2px 2px 15px #ccc;
  transition: all 0.3s linear;
}
.news .news-box .left:hover .bd li .title {
  color: #054897;
  font-weight: bold;
}
.news .news-box .left .bd li {
  width: 100% !important;
  padding: 20px;
  transition: all 0.3s linear;
}
.news .news-box .left .bd li img {
  width: 100%;
}
.news .news-box .left .bd li .title {
  font-size: 18px;
  margin-top: 16px;
}
.news .news-box .left .bd li .date {
  font-size: 14px;
  color: #666;
  margin-top: 13px;
}
.news .news-box .left .bd li .date em {
  font-family: "Arial";
}
.news .news-box .left .bd li .content {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 27px;
  margin-top: 13px;
  margin-bottom: 30px;
}
.news .news-box .left .hd ul {
  display: flex;
  position: absolute;
  left: 22px;
  bottom: 18px;
}
.news .news-box .left .hd ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cfcfcf;
  margin-right: 8px;
  text-indent: -9999px;
}
.news .news-box .left .hd ul li.on {
  background-color: #ff8100;
}
.news .news-box .right {
  width: 67.9%;
  display: flex;
  flex-wrap: wrap;
}
.news .news-box .right li {
  width: 50%;
  padding: 0 24px;
  border-bottom: 1px solid #bebebe;
  transition: all 0.3s linear;
}
.news .news-box .right li:hover {
  box-shadow: 1px 1px 10px #ccc;
  border: #fff !important;
  transition: all 0.3s linear;
}
.news .news-box .right li:nth-child(2n-1) {
  border-right: 1px solid #bebebe;
}
.news .news-box .right li:nth-child(5),
.news .news-box .right li:nth-child(6) {
  border-bottom: none;
}
.news .news-box .right li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.news .news-box .right li a .date {
  white-space: nowrap;
  text-align: center;
}
.news .news-box .right li a .date p:first-child {
  font-size: 30px;
}
.news .news-box .right li a .date p:last-child {
  font-size: 14px;
  color: #666;
}
.news .news-box .right li a .text {
  margin-left: 20px;
}
.news .news-box .right li a .text p {
  font-size: 18px;
  margin-bottom: 5px;
}
.news .news-box .right li a .text span {
  font-size: 14px;
  color: #666;
  line-height: 23px;
}
.news .news-box .right li a:hover .date p:first-child {
  color: #054897;
  font-weight: bold;
}
.news .news-box .right li a:hover .text p {
  color: #054897;
  font-weight: bold;
}
/* footer */
.footer {
  width: 100%;
  background-color: #191919;
  color: #ababab;
}
.footer a,
.footer p {
  color: #ababab;
}
.footer a:hover {
  color: #fff;
}
.links {
  width: 100%;
  background-color: #054897;
}
.links,
.links p,
.links a {
  color: #fff;
}
.links .text {
  display: flex;
  width: 90%;
  max-width: 1520px;
  min-width: 1300px;
  margin: 0 auto;
}
.links .text > p {
  font-size: 18px;
  line-height: 90px;
  padding-left: 36px;
  position: relative;
  height: 90px;
}
.links .text > p img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.links .text > a {
  font-size: 14px;
  line-height: 90px;
  font-family: "Microsoft YaHei";
  margin: 0 0 0 auto;
}
.links .text ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 37px;
}
.links .text ul li {
  line-height: 1;
  margin-right: 20px;
}
.foot-cont {
  width: 100%;
  height: 366px;
  padding-top: 70px;
  display: flex;
  color: #909090;
}
.foot-cont li {
  color: #909090;
  width: 172px;
}
.foot-cont h5 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}
.foot-cont .au {
  margin-right: 10px;
}
.foot-cont .line {
  width: 20px;
  height: 2px;
  background-color: #ff8100;
  margin: 20px 0 21px 0;
}
.foot-cont li {
  line-height: 32px;
  font-size: 14px;
}
.fc-box {
  width: 690px;
  margin: 0 0 0 auto;
  position: relative;
}
.fc-box .fc-top {
  border-bottom: 1px solid #39302d;
  position: relative;
}
.fc-box p {
  font-size: 14px;
}
.fc-box .fc-top span {
  font-size: 40px;
  font-weight: bold;
  color: #ff8100;
  display: block;
  margin-bottom: 3px;
}
.fc-box .fc-top img {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.fc-box .list {
  margin: 30px 0 0 13px;
}
.fc-box .list li {
  display: flex;
  width: 400px;
  white-space: nowrap;
}
.fc-box .list p {
  padding-left: 28px;
  position: relative;
  line-height: 34px;
}
.fc-box .list li .dz {
  white-space: normal;
}
.fc-box .list li .dz img {
  top: 8px;
  transform: translateY(0);
}
.fc-box .list p img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fc-box .list .qq {
  margin-right: 26px;
}
.weix-pic {
  width: 154px;
  height: 154px;
  position: absolute;
  top: 106px;
  right: 50px;
  background-color: #fff;
}
.weix-pic img {
  width: 154px;
  height: 154px;
}
.copy {
  width: 100%;
  height: 72px;
  border-top: 1px solid #39302d;
  background-color: #191919;
}
.copy * {
  color: #ababab;
}
.copy a:hover {
  color: #fff;
}
.copy .box {
  width: 90%;
  max-width: 1520px;
  min-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
/* 内页 */
/* 产品中心 */
.pro-page {
  width: 100%;
  margin-top: 40px;
}
.pro-page .page {
  display: flex;
  justify-content: space-between;
}
.page-left {
  width: 20%;
}
.page-left ul {
  width: 100%;
  border: 1px solid #f2f2f2;
  margin-bottom: 40px;
}
.page-left ul > div {
  width: 100%;
  background-color: #054897;
  font-size: 30px;
  color: #fff;
  line-height: 100px;
  text-align: center;
  text-transform: uppercase;
}
.sort-nav li a {
  display: block;
  width: 100%;
  line-height: 70px;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 45px;
  font-size: 16px;
  color: #666;
  position: relative;
}
.sort-nav li a::after {
  content: '';
  width: 7px;
  height: 11px;
  background: url(../image/jiantou.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
}
.sort-nav li:last-child a {
  border-bottom: none;
}
.sort-nav li:hover a {
  color: #054897;
}
.sort-nav li a.on {
  color: #054897;
}
.com-info li {
  display: flex;
}
.com-info li span {
  color: #555;
  font-size: 15px;
}
.com-info li:first-of-type {
  margin-top: 20px;
}
.com-info li:last-of-type {
  margin-bottom: 20px;
}
.com-info li {
  line-height: 40px;
  padding: 0 20px;
}
.com-info li img {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 8px;
}
.page-right {
  width: 77%;
}
.pro-row {
  width: 100%;
}
.pro-row li {
  float: left;
  text-align: center;
  margin: 10px 1.39% 15px 1.39%;
  width: 30.55%;
}
.pro-row a div {
  width: 100%;
  overflow: hidden;
}
.pro-row a img {
  width: 100%;
  transition: all 0.3s linear;
  display: block;
}
.pro-row .bor {
  border: 1px solid #ccc;
}
.pro-row a:hover img {
  transform: scale(1.2);
  transition: all 0.3s linear;
}
.pro-row a:hover p {
  background: #054897;
  color: #fff;
  transition: all 0.3s linear;
}
.pro-row a p {
  font-size: 16px;
  line-height: 40px;
  color: #666;
  transition: all 0.3s linear;
}
.pro-detail {
  width: 100%;
}
.pro-detail-pic {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pro-detail-pic img {
  width: 600px;
}
.pro-detail-pic p {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.pro-detail .pro-next {
  display: flex;
  margin: 20px auto;
  justify-content: center;
  font-size: 14px;
  color: #333;
}
.pro-detail .pro-next p:first-child {
  margin-right: 10px;
}
.pro-detail h5 {
  border-bottom: 1px solid #ccc;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.pro-detail h5 i {
  display: block;
  width: 22px;
  height: 16px;
  background: url(../image/详情.png) no-repeat;
  background-size: 100%;
  margin: 4px 8px 0 0;
}
.pro-detail-content {
  width: 100%;
  margin: 30px 0;
  line-height: 30px;
  color: #666;
  font-size: 16px;
}
.pro-detail-content p {
  color: #666;
  font-size: 16px;
}
.pro-detail-content img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
/* 新闻 */
.new-row {
  width: 100%;
}
.new-row li {
  transition: all 0.3s linear;
}
.new-row li a {
  display: flex;
  border-bottom: 1px dashed #ccc;
  padding: 20px;
  align-items: center;
  margin-bottom: 10px;
}
.new-row li a .pic {
  width: 240px;
  flex: 1;
}
.new-row li a .text {
  margin-left: 20px;
  flex: 3;
}
.new-row li a .text .title {
  font-size: 26px;
}
.new-row li a .text .date {
  font-size: 16px;
  color: #777;
  margin-top: 13px;
  padding-left: 25px;
  background: url(../image/time.jpg) no-repeat top left;
  line-height: 1;
}
.new-row li a .text .content {
  font-size: 16px;
  color: #666;
  display: block;
  margin-top: 20px;
  line-height: 28px;
}
.new-row li:hover {
  box-shadow: 2px 2px 10px #ccc;
  transition: all 0.3s linear;
}
.new-row li:hover a {
  border-color: #fff;
}
.new-row li:hover .title {
  color: #054897;
}
.news-row {
  width: 100%;
  padding: 0 10px;
  text-align: justify;
}
.news-row .news-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.news-row .news-data {
  text-align: center;
  color: #333;
  font-size: 14px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  line-height: 35px;
}
.news-row .news-content {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-indent: 28px;
}
.news-row .news-content p {
  color: #666;
}
.news-row .news-next {
  font-size: 16px;
  color: #333;
  margin: 30px 0;
  line-height: 30px;
}
.news-row .news-next a {
  color: #666;
}
/* 关于我们 */
.about-row {
  line-height: 40px;
  text-align: justify;
  font-size: 18px;
  color: #555;
  padding: 0 20px;
}
.about-row p {
  color: #555;
}
/* 留言 */
.lea-mess h2 {
  text-align: center;
  margin-top: 40px;
  font-size: 40px;
}
.lea-mess .page {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}
.mess-left {
  width: 440px;
  height: 370px;
  margin-right: 80px;
  padding: 80px;
  background-color: #f2f2f2;
}
.mess-left p {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.mess-left span {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  display: block;
  margin-top: 50px;
}
.mess-left span:last-of-type {
  font-size: 16px;
  word-spacing: 2px;
}
.mess-right {
  width: 500px;
  border-radius: 3px;
}
.mess-right label {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  display: block;
}
.mess-right input,
.mess-right textarea {
  width: 100%;
  line-height: 38px;
  margin-bottom: 15px;
  padding-left: 5px;
}
.v-code > div {
  display: flex;
}
.v-code input {
  width: 30%;
  margin-right: 20px;
  border-radius: 1px;
}
.mess-submit button {
  width: 100%;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  background-color: #181818;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}
/* 其他 */
.position {
  padding-left: 45px;
  height: 50px;
  line-height: 50px;
  background: url(../image/ico9-1.png) no-repeat 5px center;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  display: flex;
  color: #666;
}
.position p {
  color: #111111;
}
.position a {
  color: #666;
  margin: 0 5px;
}
.position a:hover {
  text-decoration: underline #666;
}
.page-num-w {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0 30px 0;
}
.page-num-w a {
  border: 1px solid #eee;
  height: 34px;
  display: flex;
  align-items: center;
  margin: 0 5px;
  padding: 0 20px;
  border-radius: 17px;
}
.page-num-current {
  background-color: #054897;
  border-color: #054897;
  color: #fff;
}
.page-num-current:hover {
  color: #fff;
}
.banner2 {
  background-color: #f7f7f7;
  margin: 0 auto;
}
.banner2 img {
  width: 100%;
  display: block;
}
