:root {
  --blue: #093572;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  border: none;
  max-width: 100%;
}

ul,
li,
dl,
dd,
dt {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
  color: #000;
}

.cl {
  clear: both;
}

/*@font-face {*/
/*  font-family: AlibabaPuHuiTi-2-55-Regular;*/
/*  src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.eot) format('embedded-opentype'),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.otf) format('opentype'),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.ttf) format('TrueType'),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.woff) format('woff'),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.woff2) format('woff2');*/
/*}*/

/*@font-face {*/
/*  font-family: AlibabaPuHuiTi-2-65-Medium;*/
/*  src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-65-Medium/AlibabaPuHuiTi-2-65-Medium.eot) format('embedded-opentype'),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-65-Medium/AlibabaPuHuiTi-2-65-Medium.otf) format('opentype'),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-65-Medium/AlibabaPuHuiTi-2-65-Medium.ttf) format('TrueType'),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-65-Medium/AlibabaPuHuiTi-2-65-Medium.woff) format('woff'),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-65-Medium/AlibabaPuHuiTi-2-65-Medium.woff2) format('woff2');*/
/*}*/

/*@font-face {*/
/*  font-family: AlibabaPuHuiTi-2-85-Bold;*/
/*  src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-85-Bold/AlibabaPuHuiTi-2-85-Bold.eot) format('embedded-opentype'),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-85-Bold/AlibabaPuHuiTi-2-85-Bold.otf) format('opentype'),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-85-Bold/AlibabaPuHuiTi-2-85-Bold.ttf) format('TrueType'),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-85-Bold/AlibabaPuHuiTi-2-85-Bold.woff) format('woff'),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-85-Bold/AlibabaPuHuiTi-2-85-Bold.woff2) format('woff2');*/
/*}*/

/*@font-face {*/
/*  font-family: AlimamaShuHeiTi-Bold;*/
/*  src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.eot)*/
/*      format("embedded-opentype"),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.otf)*/
/*      format("opentype"),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.ttf)*/
/*      format("TrueType"),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.woff)*/
/*      format("woff"),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.woff2)*/
/*      format("woff2");*/
/*}*/

body {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-style: normal;
  min-width: 1280px;
}
.container {
  width: 1280px;
  margin: 0 auto;
}

/*头部*/
.head {
  padding-top: 28px;
  /*padding-bottom: 20px;*/
}

.head .top {
  display: flex;
  height: 90px;
}

.piece_logo {
  width: 60%;
  display: flex;
}

.head .top .logo {
  height: 80px;
}

.head .top .tel {
  width: 64%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  background: url(../images/tel.png) no-repeat center;
}

.head .top .tel .left span:first-child {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #606266;
  text-align: left;
  display: block;
}

.head .top .tel .left span:nth-child(2) {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #fe9402;
  text-align: left;
  display: block;
}

.head .top .tel .right {
  margin-left: 15px;
}

.head .top .tel .right span {
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #fe9402;
  text-align: left;
}

.menu {
  width: 100%;
  height: 56px;
  flex: 1;
  background: #034FAB;
}

.head .menu > ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.head .menu > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
}

.head .menu > ul > li > a {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  width: 146px;
  height: 56px;
  line-height: 56px;
  text-align: center;
}

.head .menu > ul > .active > a,
.head .menu > ul > li > a:hover {
  background: #FE9402;
}

.head .menu > ul li ul {
  width: 146px;
  opacity: 0;
  transition: all 0.3s;
  top: 56px;
  position: absolute;
  z-index: 9;
  display: none;
}

.head .menu > ul li ul li {
  margin-left: 0;
  border-top: 1px solid #1e59c1;
}

.head .menu > ul li ul li a {
  display: block;
  height: 46px;
  line-height: 46px;
  background: #FE9402;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.head .menu > ul li ul li a:hover {
  color: #fff;
}

.head .menu > ul li:hover ul {
  opacity: 1;
  display: block;
}

/*首页*/
.banner_swiper {
  height: 690px;
  width: 100%;
  position: relative;
  text-align: center;
}

.banner_swiper a {
  display: block;
  height: 690px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  top: 93%;
  color: #303133;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #034fab;
}

.swiper-button-prev {
  left: 46%;
}

.swiper-button-next {
  left: 54%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

/* 首页搜索 */
.search {
  display: flex;
  padding-top: 22px;
  padding-bottom: 7px;
  justify-content: space-between;
}

.search .hot {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  letter-spacing: 0.01em;
  color: #606266;
}

.search .hot a {
  color: #606266;
}

.search .search_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 362px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ebeef5;
  border-radius: 89px;
  padding-left: 30px;
}

.search .search_box input {
  height: 38px;
  line-height: 38px;
  border: 0;
  outline: 0;
}
.search .search_box input::placeholder{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #909399;
}

.search .search_box button {
  width: 50px;
  height: 38px;
  background: url(../images/search.png) no-repeat center;
  background-size: 24px;
  border: 0;
  cursor: pointer;
}

/* 首页产品模块 */
.product {
  margin-top: 32px;
  margin-bottom: 90px;
}

.product .cname {
  text-align: center;
}

.product .cname span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-weight: 500;
  font-size: 48px;
  line-height: 70px;
  letter-spacing: 0.02em;
  color: #303133;
}

.product .cname .enname {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #909399;
}

.product .product_box {
  margin: 33px 0;
}

.product .product_box .hd ul {
  display: flex;
}

.product .product_box .hd ul li {
  width: 173px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #606266;
}

.product .product_box .hd ul li:first-child {
  margin-left: 0px;
}

.product .product_box .hd ul li.on {
  background: #034fab;
  color: #ffffff;
}

.product .product_box .tempWrap {
  margin: 30px 0;
}

.product .product_box .bd ul li {
  margin-left: 30px;
  float: left;
}

.product .product_box .bd ul li:nth-child(4n + 1) {
  margin-left: 0;
}

.product .product_box .bd ul li a {
  display: block;
  width: 290px;
  height: 291px;
}

.product .product_box .bd ul li a img {
  width: 290px;
  height: 230px;
  transition: all 0.3s;
}

.product .product_box .bd ul li a:hover img {
  transform: scale(1.1, 1.1);
}

.product .product_box .bd ul li a span {
  display: block;
  height: 46px;

  font-weight: 400;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #606266;
}

.product .more {
  width: 220px;
  height: 50px;
  background: #034FAB;
  margin: 45px auto 0 auto;
  border-radius: 100px;
}

.product .more a {
  display: block;

  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  padding-left: 60px;
  letter-spacing: 0.01em;
  color: #ffffff;
  background: url("../images/more.png") no-repeat 138px center;
}

/* 首页品牌模块 */
.brand {
  background: url("../images/brand.jpg") no-repeat;
  padding-top: 81px;
  padding-bottom: 61px;
}

.brand span:first-child {
  display: block;
  font-weight: 300;
  font-size: 27px;
  line-height: 50px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.brand span:first-child b {
  color: #fe9402;
  font-weight: 700;
}

.brand span:nth-child(2) {
  display: block;
  font-family: "Alimama ShuHeiTi";
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.brand .service_tel_box {
  display: flex;
  margin-top: 48px;
}

.brand .service_tel {
  display: flex;
  width: 323px;
  height: 66px;
  background: #FE9402;
  border-radius: 100px;
  padding: 13px 31px;
  justify-content: space-around;
  align-items: center;
}

.brand .service_tel_l {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}

.brand .service_tel_r {
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  color: #ffffff;
}

.brand .contact_now {
  background: url("../images/contact_now.png") no-repeat center right;
  font-weight: 400;
  font-size: 20px;
  line-height: 67px;
  letter-spacing: 0.01em;
  color: #ffffff;
  padding-right: 22px;
  padding-left: 25px;
}

/* 产品特性 */
.characteristic {
  background: url("../images/characteristic.png") no-repeat;
  /* height: 800px; */
  padding-top: 93px;
  padding-bottom: 110px;
}

.characteristic .cname {
  text-align: center;
}

.characteristic .cname span {
  font-family:  AlibabaPuHuiTi-2-65-Medium;
  font-weight: 500;
  font-size: 48px;
  line-height: 70px;
  letter-spacing: 0.02em;
  color: #303133;
}

.characteristic .cname span b {
  font-family: AlibabaPuHuiTi-2-85-Bold;
  color: #034fab;
}

.characteristic .cname .enname {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #909399;
}

.characteristic .characteristic_box {
  padding-top: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.characteristic .characteristic_box .characteristic_item {
  width: 391px;
}

.characteristic .characteristic_box .characteristic_item:last-child {
  margin-top: 66px;
}

.characteristic .characteristic_box .characteristic_item span {
  font-family:  AlibabaPuHuiTi-2-65-Medium;
  font-weight: 500;
  font-size: 28px;
  line-height: 46px;
  letter-spacing: 0.01em;
  color: #034fab;
}

.characteristic .characteristic_box .characteristic_item p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #606266;
}
.characteristic .characteristic_box .characteristic_box_center {
  width: 420px;
}

/* 首页关于我们 */
.about {
  height: 740px;
  background: #fff;
  padding-top: 90px;
}

.about_box {
  display: flex;
}

.about_box .about_l,
.about_box .about_r {
  width: 50%;
}

.about_box .about_l {
  padding-right: 56px;
}

.about .enname {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 105px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #034fab;
}

.about .cname {
  font-family:  AlibabaPuHuiTi-2-65-Medium;
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #303133;
}

.about .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #606266;
  padding-top: 38px;
}

.about .desc span {
  display: block;
  text-indent: 2em;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #606266;
}

.about .desc span:last-child {
  margin-top: 28px;
}

.about_box .about_l .abnum {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  color: #303133;
  height: 145px;
  display: flex;
  align-items: center;
}

.about_box .about_l .abnum .abnum_box {
  width: 20%;
}

.about_box .about_l .abnum div.abnum_box:nth-child(3) {
  width: 40%;
}

.about_box .about_l .abnum div {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.about_box .about_l .abnum div span {
  font-family: "D-DIN";
  font-size: 62px;
  font-weight: 700;
  color: #303133;
}

.about_box .about_l .abnum div sub {
  font-family: "D-DIN";
  font-size: 14px;
  color: #303133;
  font-weight: 700;
}

.about_box .about_l .abnum i {
  font-style: normal;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #909399;
}
.about .about_r {
  padding-top: 50px;
  position: relative;
}

.about .about_r img {
  width: 640px;
}

.about .about_r::before {
  content: "";
  position: absolute;
  background: #1163cf;
  opacity: 0.4;
  width: 112px;
  height: 66px;
  top: 25px;
  left: -35px;
}

/* 首页新闻资讯 */
.news {
  background: url(../images/news_bg.png) no-repeat center top;
  padding-top: 80px;
  padding-bottom: 90px;
}

.news .news_cname {
  text-align: center;
}

.news .news_cname .enname {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #034fab;
}
.news .news_cname .cname {
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303133;
  position: relative;
}

.news .news_cname .cname::after {
  content: "";
  width: 96px;
  height: 6px;
  background: #093572;
  position: absolute;
  left: 46%;
  bottom: -14px;
}

.news .news_box {
  display: flex;
  margin-top: 65px;
}

.news .company {
  width: 585px;
}

.news .industry {
  width: 662px;
}

.news .industry {
  margin-left: 33px;
}

.news .cat_name {
  display: flex;
  justify-content: space-between;
}

.news .cat_name .cname {
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #303133;
  position: relative;
}

.news .cat_name .cname::before {
  content: "";
  width: 4px;
  height: 27px;
  background: #66b015;
  position: absolute;
  bottom: 6px;
  left: -9px;
}

.news .cat_name .cname span {
  font-weight: 400;
  font-size: 28px;
  line-height: 39px;
  letter-spacing: 0.02em;
  color: #303133;
}

.news .cat_name a {
  font-weight: 500;
  font-size: 16px;
  line-height: 39px;
  letter-spacing: 0.01em;
  color: #909399;
  background: url("../images/news_more.png") no-repeat right center;
  padding-right: 15px;
}

.news .recommend {
  padding-top: 20px;
}

.news .company .recom_img {
  width: 585px;
  height: 329px;
}

.news .company .recom_img img{
  width: 585px;
  height: 329px;
}

.news .company .new_con {
  background: #034fab;
  padding: 14px 21px;
}

.news .company time {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.news .company span {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.news .company .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #ffffff;
  padding-top: 6px;
  padding-bottom: 13px;
}

.news .industry .recommend_item {
  display: flex;
  height: 145px;
  margin-top: 20px;
}
.news .industry .recommend_item_img {
  width: 218px;
  height: 134px;
}
.news .industry .recommend_item .recommend_item_con {
  width: 430px;
  margin-left: 13px;
  padding-top: 10px;
}
.news .industry .recommend_item .recommend_item_con span {
  font-family:  AlibabaPuHuiTi-2-65-Medium;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #303133;
}

.news .industry .recommend_item .recommend_item_con .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #909399;
  margin-top: 17px;
  margin-bottom: 6px;
}

.news .industry .recommend_item .recommend_item_con a {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #034fab;
}

.news ul {
  margin-top: 12px;
}
.news ul li {
  display: flex;
  justify-content: space-between;
}

.news ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.01em;
  color: #303133;
  display: block;
}

.news ul li time {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #909399;
}

/* 返回顶部 */
.totop {
  width: 52px;
  height: 52px;
  position: absolute;
  right: 177px;
  background: url("../images/totop.png") no-repeat;
  cursor: pointer;
}
/*底部*/
.foot {
  background: url("../images/foot.png") no-repeat;
}
/* 底部联系方式 */
.foot .cbody .cbody_box {
  display: flex;
  padding-top: 67px;
  padding-bottom: 29px;
}

.foot .foot-address,
.foot .foot-tel,
.foot .foot-fax {
  position: relative;
  padding: 0 60px;
}

.foot .foot-address {
  width: 40%;
}

.foot .foot-address span,
.foot .foot-tel span,
.foot .foot-fax span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}

.foot .foot-address span:first-child,
.foot .foot-tel span:first-child,
.foot .foot-fax span:first-child {
  font-family:  AlibabaPuHuiTi-2-65-Medium;
}

.foot .foot-address span:last-child,
.foot .foot-tel span:last-child,
.foot .foot-fax span:last-child {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

.foot .foot-address {
  background: url(../images/footaddr.png) no-repeat left top;
}

.foot .foot-tel {
  background: url(../images/foottel.png) no-repeat left top;
  margin: 0 auto;
}

.foot .foot-fax {
  background: url(../images/footfax.png) no-repeat left top;
  margin: 0 auto;
}

.foot .foot-address::before,
.foot .foot-tel::before {
  width: 1px;
  height: 43px;
  content: "";
  opacity: 0.2;
  background: #ffffff;
  position: absolute;
  right: 0;
}

.foot .foot-tel b {
  font-family:  AlibabaPuHuiTi-2-85-Blod;
  font-weight: 700;
  font-size: 23px;
  line-height: 32px;
  color: #fe9402;
}

.foot .foot-tel span:last-child {
  font-family:  AlibabaPuHuiTi-2-65-Medium;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #fe9402;
}

/* 底部菜单 */
.foot .foot-menu {
  height: 66px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foot .foot-menu .foot-menu-box {
  display: flex;
  justify-content: space-between;
}

.foot .foot-menu .foot-menu-box a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 66px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin: 0 30px;
}

.foot .foot-logo {
  margin: 45px auto 24px auto;
  text-align: center;
}

/* 底部版权信息 */
.foot .copy {
  padding-top: 23px;
  padding-bottom: 23px;
  text-align: center;
}

.foot .copy span,
.foot .copy a {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #e4e7ed;
  opacity: 0.4;
}

.foot .copy span a {
  opacity: 1;
}

/* 底部友情链接 */
.foot .foot-link {
  height: 64px;
  padding-top: 23px;
  padding-bottom: 23px;
  background: #66b015;
}

.foot .foot-link .linkbox {
  background: url(../images/link.png) no-repeat left center;
}

.foot .foot-link .linkbox span {
  padding-left: 36px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.foot .foot-link .linkbox a {
  padding: 0 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

/*内页样式*/
/*搜索内页样式*/
.search-form {
  margin-top: 40px;
}

.search-body {
  text-align: center;
}

.search-form .search-body span {
  font-size: 42px;
  color: #121212;
  margin-bottom: 10px;
}

.search-form span.highlight {
  font-size: 22px;
  color: #f00;
}

.search-form-search {
  width: 580px;
  height: 60px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 10px;
}

.search-form-search input {
  height: 40px;
  border: none;
  text-indent: 0.5rem;
  font-size: 16px;
  color: #9c9c9c;
  outline: 0;
}

.search-form-search button {
  width: 60px;
  height: 45px;
  background: url(../images/search.png) no-repeat center;
  border: 0px;
  cursor: pointer;
  margin-left: 10px;
}

.search-info {
  margin-top: 20px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e60012;
  padding: 1rem 0;
}

.cbody {
  width: 1280px;
  margin: 0 auto;
}

.page-bar {
  height: 380px;
  background-size: cover;
}

.nav .cbody {
  position: relative;
  height: 42px;
}

.nav-l {
  display: flex;
  position: absolute;
  top: -42px;
}

.nav-l a {
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  background: var(--blue);
  color: #fff;
  font-size: 18px;
  margin: 0 5px;
}

.nav-l .active,
.nav-l a:hover {
  background: #FE9402;
}

.nav-r {
  position: absolute;
  right: 10px;
  top: 15px;
}

.nav-r,
.nav-r a {
  color: #034FAB;
  font-size: 14px;
}

.list ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list ul li > a {
  width: 250px;
  height: 150px;
  overflow: hidden;
  display: block;
  background: #fafafa;
}

.list ul li a img {
  /*  height: 150px;*/
  transition: all 0.3s;
}

.list ul li a:hover img {
  transform: scale(1.1, 1.1);
}

.list ul li div {
  flex: 1;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}

.list ul li div a {
  color: #050505;
  font-size: 18px;
}

.list ul li div a:hover {
  color: var(--blue);
}

.list ul li div span {
  color: #999;
  line-height: 35px;
}

.list ul li div p {
  color: #999;
  line-height: 22px;
  font-size: 14px;
  height: 70px;
  overflow: hidden;
}

/* 分页 */
.pagination {
  display: inline-block;
  border-radius: 4px;
}

.pager {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.pager li {
  display: inline;
}

.pager li span,
.pager li a {
  margin: 0 8px;
  padding: 7px 12px;
  border: 1px solid var(--blue);
  color: var(--blue);
}

.pagination > .active > span {
  background: var(--blue);
  color: #fff;
}

.pagination > .disabled > span {
  background: white !important;
  color: #666666;
}

.view,
.about-view {
  padding: 1rem 2rem;
}

.telbox {
  display: flex;
  justify-content: space-between;
}

.tel-l {
  font-size: 16px;
  line-height: 32px;
}

.tel-r {
  flex: 1;
  padding-left: 20px;
}

.view-title {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: #000000;
}

.view-time {
  text-align: center;
  border-bottom: 1px solid #efefef;
  margin: 20px auto 10px auto;
  padding-bottom: 10px;
  color: #707070;
  font-size: 14px;
}

.view-time span {
  padding: 0 10px;
}

.view-info {
  font-size: 16px;
  padding: 1rem 0;
}

.view-info img {
  line-height: 0;
}

.view-tool ul li {
  color: #464646;
  height: 30px;
  line-height: 30px;
  margin: 0px 20px 0px 20px;
  font-size: 14px;
  overflow: hidden;
}

.view-tool ul li a {
  font-size: 14px;
  color: var(--blue);
}

.casebox ul li {
  float: left;
  width: 372px;
  margin: 10px 12px;
  display: flex;
  flex-direction: column;
}

.casebox ul li a:first-child {
  height: 280px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafafa;
}

.casebox ul li:hover a:first-child img {
  transform: scale(1.1, 1.1);
}

.casebox ul li a:first-child img {
  min-height: 100%;
  transition: all 0.3s;
}

.casebox ul li a:last-child {
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #464646;
}

.casebox ul li:hover a:last-child {
  color: var(--blue);
}

.product-sons a {
  float: left;
  margin: 20px 10px;
  padding: 8px 30px;
  background: #1163cf;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.product-sons a.active,
.product-sons a:hover {
  background: #005033;
}

.view-type {
  width: 1000px;
  margin: 20px auto;
}

.view-type-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.view-type-top span:first-child {
  font-size: 28px;
  color: #404040;
  position: relative;
}

.view-type-top span:first-child::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #006e47;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}

.view-type-top span:last-child {
  padding-top: 20px;
  font-size: 12px;
  color: #808080;
  text-transform: uppercase;
}

.view-type ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
}

.view-type ul li {
  display: flex;
}

.view-type ul li span {
  width: 115px;
  height: 46px;
  display: flex;
  align-items: center;
  background-color: #006e47;
  font-size: 16px;
  color: #fff;
  text-indent: 15px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}

.view-type ul li p {
  width: 356px;
  height: 46px;
  display: flex;
  align-items: center;
  background-color: #f3f2f1;
  font-size: 16px;
  color: #404040;
  text-indent: 15px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}
