<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  right: 0;
  background-color: transparent;
}
.header .headtop {
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}
.header .headtop .logoBox {
  width: 15%;
}
.header .headtop .logoBox img {
  width: 100%;
}
.header .headtop #chaBtn {
  display: none;
}
.header .headtop #cdBtn {
  display: none;
}
.header .headtop .searchBox {
  width: 60%;
  overflow: hidden;
  height: 50px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
}
.header .headtop .searchBox form {
    flex: 1;
  }
.header .headtop .searchBox input {
  height: 100%;
  background: transparent;
  padding-left: 26px;
  width: 100%;
  border: none;
}
.header .headtop .searchBox img {
  width: 21px;
  height: 21px;
  margin: 0 21px;
  cursor: pointer;
}
.header .headtop .searchBox img:hover {
  transform: scale(1.1);
}
.header .headtop .langBox {
  width: 10%;
}
.header .headtop .langBox .lang {
  cursor: pointer;
  color: #fff;
}
.header .headtop .langBox .lang span {
  font-size: 15px;
  margin: 0 6px;
}
.header .headtop .langBox .dropdown {
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 12px 16px;
    list-style-type: none;
    bottom: 20px;
}

.header .headtop .langBox .dropdown li {
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .headtop .langBox .dropdown img {
    margin-right: 4px;
}
.header .headtop .langBox .dropdown li:hover{
    color: #ccc;
}
.header .headbom{
    position: relative;
}
.header .headbom .meun {
  width: 100%;
  background-color: transparent;
}
.header .headbom .meun .layui-nav-item {
    padding-right: 15px;
  /*flex: 1;*/
  /*line-height: normal;*/
}
.header .headbom .meun .layui-nav-item a {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.header .headbom .meun .layui-nav-item .layui-nav-more {
  right: 15px;
}
.header .headbom .meun .layui-nav-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  left: 0;
  height: 20px;
  width: 1px;
  background-color: #fff;
}
.header .headbom .meun .layui-nav-item:first-child::after {
  height: 0px;
  width: 0px;
}
.header .headbom .meun .layui-nav-item .layui-nav-child {
  background-color: rgba(255, 255, 255, 0.85);
}
.header .headbom .searchmin {
    width: 36px;
    height: 36px;
  cursor: pointer;
    border-radius: 50%;
    background: rgba(255,255,255,.85);
    text-align: center;
    line-height: 36px;
    position: absolute;
    right: 40px;
    opacity: 0;
}
.header .headbom .searchdh{
    opacity: 1;
    animation: searchmindh 1s;
}
@keyframes searchmindh {
    0% {
        transform: translateX(-500px);
    }
    100%{
        transform: translateX(0px);
    }
}
.header .headbom .searchmin img {
  width: 16px;
  height: 16px;
}
.header .headbom .searchmin img:hover {
  transform: scale(1.1);
}
.header dt,
.header dd {
  line-height: 36px;
}
.header a {
  text-decoration: none;
}
.header .treenav {
    height: 100vh;
  display: none;
  transform: translateX(-200px);
  background-color: #393d49 !important;
}
.header .treenav a {
  color: #fff !important;
}
.backTop {
  position: fixed;
  z-index: 10000;
  bottom: 15%;
  right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  transform: scale(0);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
.backTop img {
  width: 50%;
}
.ipage {
  margin: 20px 0;
  width: 100%;
}
.ipage .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ipage .pagination .disabled {
  background-color: #eee;
}
.ipage .pagination .active {
  background-color: #d45757;
  color: #fff;
}
.ipage .pagination li{
    margin:2px 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 40px;
}
.ipage .pagination li a{
    display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
}
.footer {
  background: #434343;
  padding: 70px 0;
}
.footer .foot .logo{
    width: 20%;
}
.footer .foot .logo img{
    width: 100%;
}
.footer .foot .links {
  color: #fff;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  width: 20%;
}
.footer .foot .links li {
  margin-bottom: 16px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
.footer .foot .links li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.footer .foot .links li:hover::after {
  width: 100%;
  left: 0;
}
.footer .foot .links li:first-child {
  margin-bottom: 17px;
}
.footer .foot .links li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.footer .foot .contact {
  height: 100%;
}
.footer .foot .contact .title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 72px;
}
.footer .foot .contact .phoneBox img {
  height: 40px;
  width: 21px;
}
.footer .foot .contact .phoneBox div {
  margin-left: 18px;
}
.footer .foot .contact .phoneBox div p:first-child{
    margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
.footer .foot .contact .phoneBox div p:last-child{
    margin-top: 10px;
}
.footer .foot .contact .phoneBox div{
  font-size: 26px;
  color: #fff;
  font-weight: 500;
}
.footer .foot .linkBox ul li {
  position: relative;
  z-index: 100;
}
.footer .foot .linkBox ul li:hover {
  /*transform: scale(1.2);*/
}
.footer .foot .linkBox ul li .ewm {
  width: 0px;
  height: 50px;
  position: absolute;
  line-height: 50px;
  top: -50px;
  left: 50%;
  text-align: center;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 100;
  background-color: #fff;
  border-radius: 100px;
}
.footer .foot .linkBox ul li .ewm img {
  width: 100%;
  height: 100%;
}
.footer .foot .linkBox ul li:hover .ewm {
  /*display: flex;*/
  width: 260px;
}

.footer .foot .linkBox ul li&gt;a:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  margin: 10px 7px 0;
}
.footer .foot .linkBox ul li&gt;a:first-child .hoverShow{
    display: none;
}
.footer .foot .linkBox ul li:hover&gt;a:first-child{
    background-color: #2a89ff;
}
.footer .foot .linkBox ul li:hover&gt;a:first-child .hoverHide{
    display: none;
}
.footer .foot .linkBox ul li:hover&gt;a:first-child .hoverShow{
    display: block;
}
.footer .foot .linkBox .emailBox {
  margin-top: 55px;
}
.footer .foot .linkBox .emailBox .eleft {
  font-size: 45px;
  font-family: è‰æª€æ–‹æ¯›æ³½ä¸œå­—ä½“;
  font-weight: 400;
  color: #ffffff;
}
.footer .foot .linkBox .emailBox .eright {
  margin-left: 18px;
}
.footer .foot .linkBox .emailBox .eright p {
  color: #fff;
  font-size: 16px;

  font-weight: 400;
}
.footer .foot .linkBox .emailBox .eright p:nth-child(2) {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 500;
}
.footer .foot .linkBox .emailBox .eright p:nth-child(3) {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 500;
}
.footer .foot .linkBox .emailBox .eright p a{
  position: relative;
}
.footer .foot .linkBox .emailBox .eright p a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.footer .foot .linkBox .emailBox .eright p a:hover::after {
  width: 100%;
  left: 0;
}
.selectedBox {
-webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  padding: 30px 0;
}
.selectedBox .selected {
  padding: 0 60px;
}
.selectedBox .selected .imgItem {
  border-radius: 6px;
  border: 1px solid #b4b4b4;
  width: 18%;
  height: 86px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selectedBox .selected .imgItem:hover {
  transform: scale(1.1);
}
.selectedBox .selected .imgItem img {
  max-width: 70%;
  max-height: 90%;
}
.comTitle {
  margin-bottom: 30px;
}
.comTitle .title {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}
.comTitle .titleImg {
  margin: 16px 0;
}
.comTitle .subtitle {
  font-size: 14px;
  width: 60%;
  font-weight: 400;
  color: #0c0307;
  line-height: 25px;
  text-align: center;
}
.index .banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.index .banner .swiper-container {
  width: 100%;
  height: 100%;
  background-color: #b3bdc4;
  transition: 1s background-color 1.3s;
}
.index .banner .swiper-wrapper {
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.index .banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index .banner .title {
  transition-delay: 1s;
  z-index: 10;
}
.index .banner .title h3 {
  font-weight: 700;
  font-size: calc(55px + 54 * ((53vw + 53vh) - 520px) / 820);
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 2px #fff;
}
.index .banner .img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  /*transform: scale(0.6, 0.6);*/
  /*transition-duration: 1s;*/
  /*transition-property: transform;*/
  /*transition-timing-function: cubic-bezier(0.5, 0, 0, 1);*/
  /*opacity: 0.9;*/
  overflow: hidden;
}
.index .banner .img-box img,
.index .banner .img-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*transform: scale(1.2, 1.2) translateX(50%);*/
  /*transition-timing-function: cubic-bezier(0.5, 0, 0, 1);*/
  /*transition-property: transform;*/
}
.index .banner .button-prev,
.index .banner .button-next {
  transition: 0.5s;
  outline: none;
  position: absolute;
  width: 140px;
  z-index: 10;
  top: 65vh;
  transform: translateY(-34px);
  cursor: pointer;
}
.index .banner .button-prev {
  left: 4vw;
}
.index .banner .button-next {
  right: 4vw;
}
.index .banner .button.disabled {
  opacity: 0.2;
  cursor: default;
}
.index .banner #arrow-svg-home {
  transform: translateY(353px);
}
.index .banner .button-next #arrow-svg-home {
  transform: translateY(353px) rotateY(180deg);
  transform-origin: 80px 0px 0px;
}
.index .banner svg {
  transition: 0.5s;
}
.index .banner .cls-1 {
  transition: 0.5s;
  opacity: 0.4;
  transform-origin: -20px 40px;
  opacity: 1;
}
.index .banner .cls-4 {
  transition: 0.5s;
  stroke-width: 2px;
  stroke: #fff;
  fill: none;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0.4;
  transform-origin: 0px 0px 0px;
}
.index .banner #arrow-trg {
  transition: 0.5s;
  fill: #fff;
  transform: rotateY(180deg) translate(-53px, 39px);
}
.index .banner #line {
  transition: 0.5s;
  stroke: #fff;
  transform: translate(50px, 42px);
}
.index .banner .button-prev:not(.disabled):hover svg {
  transform: translateX(-25px);
}
.index .banner .button-next:not(.disabled):hover svg {
  transform: translateX(25px);
}
.index .banner .button:not(.disabled):hover .cls-1 {
  transform: scale(1.1);
}
.index .banner .button:not(.disabled):hover .cls-4 {
  stroke-dasharray: 2px;
  stroke-dashoffset: 2px;
  opacity: 1;
}
.index .banner .button:not(.disabled):hover #arrow-trg {
  transform: rotateY(180deg) translate(-37px, 39px);
}
.index .banner .button:not(.disabled):hover #line {
  transform: translate(35px, 42px) scaleX(0.33);
}
.index .select {
  padding: 50px 0;
}
.index .select .title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #000000;
}
.index .select .timeline {
  margin: 50px auto 120px;
  width: 50%;
}
.index .select .timeline li {
  width: 30%;
  position: relative;
}
.index .select .timeline li .name {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.index .select .timeline li::before {
  content: "";
  position: absolute;
  width: 224px;
  bottom: 5px;
  left: 116px;
  height: 2px;
  background: #e4e4e4;
}
.index .select .timeline li:last-child::before {
  width: 0;
  height: 0;
}
.index .select .timeline li p:last-child {
  width: 11px;
  height: 11px;
  background: #000000;
  border-radius: 50%;
}
.index .select .selectContent .imgBox {
  flex: 1;
  margin-right: 30px;
  position: relative;
}
.index .select .selectContent .imgBox img {
  width: 100%;
  border-radius: 6px;
  /*box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);*/
}
.index .select .selectContent .imgBox img:nth-child(2) {
  position: absolute;
  top: -50px;
  left: 50px;
}
.index .select .selectContent .imgBox img:nth-child(3) {
  position: absolute;
  top: -10px;
  left: 120px;
}
.index .select .selectContent .content {
  width: 48%;
  font-size: 14px;
  font-weight: 400;
  color: #0c0307;
  line-height: 25px;
}
.index .brandBox {
  padding: 50px 0;
  background: #f7f7f7;
}
.index .brandBox .brand .brand_left {
  margin-right: 82px;
  flex: 2;
}
.index .brandBox .brand .brand_left .title {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}
.index .brandBox .brand .brand_left .content {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  margin: 55px 0 100px;
}
.index .brandBox .brand .brand_left .more {
  width: 219px;
  height: 59px;
  background: #ffffff;
  border: 1px solid #545454;
  border-radius: 30px;
}
.index .brandBox .brand .brand_left .more:hover {
  background-color: #8c98bb;
  color: #fff;
}
.index .brandBox .brand .brand_item {
  flex: 1;
  padding: 10px;
}
.index .brandBox .brand .brand_item:hover {
  border-radius: 10px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
.index .brandBox .brand .brand_item:hover .more {
  background: #8c98bb;
  color: #fff;
}
.index .brandBox .brand .brand_item img {
  width: 100%;
}
.index .brandBox .brand .brand_item .ctitle {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  margin: 23px 0 19px;
}
.index .brandBox .brand .brand_item .cContent {
    height: 120px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 29px;
  margin-bottom: 17px;
}
.index .brandBox .brand .brand_item .more {
    display: inline-block;
  width: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  border: 1px solid  #999;
  height: 45px;
}
.index .brandBox .brand .brand_center {
  /*margin-right: 56px;*/
}
.index .solveBox {
  background: #434343;
  padding: 100px 0;
}
.index .solveBox .solve .title {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 33px;
}
.index .solveBox .solve .content {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 100px;
  /*letter-spacing: 2px;*/
  line-height: 25px;
  width: 60%;
}
.index .solveBox .solve .case .caseItem {
  border: 4px solid #fff;
  padding: 48px;
  width: 30%;
  color: #ffffff;
}
.index .solveBox .solve .case .caseItem:hover {
  transform: translateY(-20px);
}
.index .solveBox .solve .case .caseItem:hover .more {
  background: #8c98bb;
  color: #fff;
}
.index .solveBox .solve .case .caseItem .ctitle {
  font-size: 18px;
  font-weight: 500;
}
.index .solveBox .solve .case .caseItem .cContent {
  font-size: 16px;
  font-weight: 400;
  margin: 18px 0 30px;
  height: 100px;
  line-height: 26px;
}
.index .solveBox .solve .case .caseItem .more {
  /*width: 200px;*/
  height: 44px;
  background: #ffffff;
  border: 1px solid #545454;
  border-radius: 22px;
  color: #000;
}
.index .aboutFBox{
    padding: 50px;
}
.index .aboutBox {
  padding: 100px 50px 0;
  background: url("../image/mapNew.png?r=111");
  background-size: 100% 100%;
  position: relative;
}
.index .aboutBox .point,
.index .aboutBox .point::before,
.index .aboutBox .point::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: '';
}
.index .aboutBox .point::before {
  animation: scale 2s infinite;
}
.index .aboutBox .point::after {
  animation: scale2 2s infinite;
}
.index .aboutBox .point,
.index .aboutBox .point::before,
.index .aboutBox .point::after {
  /* è®¾ç½®é¢œè‰² */
  background-color: rgba(241, 34, 30, 0.9);
}
.index .aboutBox .about {
    position: relative;
    z-index: 10;
  margin: 250px 0 0;
  padding: 30px 0;
  background-color: rgba(67, 67, 67, 0.4);
}
.index .aboutBox .about .numItem {
  width: 25%;
  border-right: 1px solid #fff;
  padding: 14px 0;
}
.index .aboutBox .about .numItem:hover {
  transform: scale(1.2);
}
.index .aboutBox .about .numItem:last-child {
  border: none;
}
.index .aboutBox .about .numItem .num {
  font-size: 51px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}
.index .aboutBox .about .numItem .name {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.index .selectedBox {
  padding: 0 0 65px;
}
.productPage .banner {
  width: 100%;
}
.productPage .banner img {
  width: 100%;
}
.productPage .serveBox {
  background: #f4f4f4;
  padding: 70px 0 100px;
}
.productPage .serveBox .serve .sleft {
  width: 55%;
}
.productPage .serveBox .serve .sleft .title {
  font-size: 26px;
  font-weight: 500;
  color: #0c0307;
  margin-bottom: 26px;
}
.productPage .serveBox .serve .sleft .content {
  font-size: 14px;
  font-weight: 400;
  color: #0c0307;
  line-height: 25px;
  position: relative;
}
.productPage .serveBox .serve .sleft .content::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -30px;
  width: 120px;
  height: 6px;
  background: #000000;
}
.productPage .serveBox .serve .sright {
  width: 40%;
  margin-top: 40px;
}
.productPage .serveBox .serve .sright .sitem {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.productPage .serveBox .serve .sright .sitem:hover {
  transform: scale(1.1);
}
.productPage .allProduct {
  padding: 30px 0;
}
.productPage .allProduct .productList .productItem {
  height: 180px;
  padding: 30px 0 20px;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-left: 1px solid #acacac;
  margin-bottom: 50px;
}
.productPage .allProduct .productList .productItem:nth-child(5n) {
  border-right: 1px solid #acacac;
}
.productPage .allProduct .productList .productItem:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.productCase .banner {
  width: 100%;
}
.productCase .banner img {
  width: 100%;
}
.productCase .caseBox {
  padding: 30px 0;
  min-height: 80vh;
}
.productCase .caseBox .box_top{
    margin: 10px 0 20px;
}
.productCase .caseBox .selectBox{
    margin: 10px 0 0px;
    padding: 0px 20px;
    /*border-radius: 6px;*/
    background: #FAFAFA;
    border: 1px solid #eee;
    border-bottom: none;
    
}
.productCase .caseBox .layui-table{
    margin: 0;
}
.productCase .caseBox .selectBox .title{
    /*width: 90px;*/
    font-size: 18px;
    font-weight: 700;
    padding: 15px 10px;
}
.productCase .caseBox .selectBox .selectList{
    flex: 1;
}
.productCase .caseBox .selectBox .selectList .imgItem{
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 10px;
    margin: 10px;
    border: 2px solid #FAFAFA;
    cursor: pointer;
}
.productCase .caseBox .selectBox .selectList .imgItem:hover{
    border: 2px solid #09c867;
    background: #fff;
}
.productCase .caseBox .selectBox .selectList .active{
    border: 2px solid #09c867;
    background: #fff url(../image/checked-icon.png);
    background-repeat:no-repeat;
    background-position:bottom right;
    background-size: 20px 20px;
}
.productCase .caseBox .selectBox .selectList .active:hover{
    border: 2px solid #09c867;
    background: #fff url(../image/checked-icon.png);
    background-repeat:no-repeat;
    background-position:bottom right;
    background-size: 20px 20px;
}
.productCase .caseBox .box_top .top_l .l_item{
    /*margin-right: 30px;*/
    padding: 20px;
    border-radius: 20px;
    /*box-shadow: 0 0 10px 4px rgba(0,0,0,.1);*/
    font-size: 22px;
    font-weight: 500;
    position: relative;
}
.productCase .caseBox .box_top .top_l .l_item:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #999;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}
.productCase .caseBox .box_top .top_l .l_item:last-child:after{
    width: 0;
}
.productCase .caseBox .box_top .top_l img{
    width: 25px;
    max-height: 25px;
    margin-right: 10px;
}
.productCase .caseBox .box_top .top_r{
    height: 50px;
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 4px rgba(0,0,0,.05);
    
}
.productCase .caseBox .box_top .top_r form{
    height: 100%;
    width: 100%;
}
.productCase .caseBox .box_top .top_r input{
    height: 100%;
    width: 100%;
    border: none;
    padding-left: 10px;
}
.productCase .caseBox .box_top .top_r .btn{
    height: 100%;
    width: 50px;
    background: #25368B;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.productCase .caseBox .caseInfo {
  margin-bottom: 60px;
}
.productCase .caseBox .caseInfo .infoLeft {
  margin-right: 25px;
  width: 180px;
  height: 180px;
  border: 1px solid #bbbbbb;
}
.productCase .caseBox .caseInfo .infoLeft:hover img {
  transform: scale(1.2);
}
.productCase .caseBox .caseInfo .infoLeft img {
    max-width: 60%;
    max-height: 90%;
}
.productCase .caseBox .caseInfo .infoRight {
  height: 180px;
  flex: 1;
  border: 1px dashed #bbbbbb;
  padding: 20px 20px 0;
}
.productCase .caseBox .caseInfo .infoRight .title {
  font-size: 30px;
  font-weight: 500;
  color: #0c0307;
  margin-bottom: 10px;
}
.productCase .caseBox .caseInfo .infoRight .content {
  font-size: 14px;
  font-weight: 400;
  color: #0c0307;
  line-height: 25px;
}
.productCase .caseBox .selected {
  padding: 0 0 30px;
}
.productCase .caseBox .selected .imgItem {
  border-radius: 6px;
  border: 1px solid #b4b4b4;
  width: 10%;
  height: 60px;
  margin: 10px 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productCase .caseBox .selected .imgItem img {
  max-width: 70%;
  max-height: 90%;
}
.productCase .caseBox .selected .imgItem:hover {
  transform: scale(1.1);
}

.productCase .caseBox table .small{
    width: 50px;
    /*height: 50px;*/
}
.productCase .caseBox table .pimgBox{
    position: relative;
    display: inline-block;
}
.productCase .caseBox table .pimgBox:hover .big{
    height: 260px;
    opacity: 1;
}
.productCase .caseBox table .big{
    max-width: 1000px;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
    transform: translateX(102%);
}
.productCase .caseBox table th,
.productCase .caseBox table td {
  padding: 15px 30px;
}
.productCase .caseBox table th a,
.productCase .caseBox table td a {
  color: #0098ff;
}
.productInfo .banner {
  width: 100%;
}
.productInfo .banner img {
  width: 100%;
}
.productInfo .infoBox {
  padding: 80px 0;
}
.productInfo .infoBox .proInfo .proImg {
  width: 350px;
  height: 350px;
  background: url("../image/bg.png");
  background-size: 100% 100%;
}
.productInfo .infoBox .proInfo .proImg:hover img {
  /*transform: scale(1.3);*/
}
.productInfo .infoBox .proInfo .proImg img {
  max-width: 100%;
  max-height: 100%;
}
.productInfo .infoBox .proInfo .proDetail {
  flex: 1;
  margin: 0 14px;
  border: 1px dashed #d9d9d9;
  padding: 30px 20px 20px;
}
.productInfo .infoBox .proInfo .proDetail .title {
  font-size: 26px;
  font-weight: 500;
  color: #0c0307;
  padding: 0 10px 17px;
  border-bottom: 1px solid #d9d9d9;
}
.productInfo .infoBox .proInfo .proDetail .content {
  padding: 17px 10px;
}
.productInfo .infoBox .proInfo .proDetail .content p {
  margin-bottom: 16px;
}
.productInfo .infoBox .proInfo .proDetail .content p a {
  color: #0098ff;
}
.productInfo .infoBox .proInfo .proDetail ul li{
  position: relative;
}
.productInfo .infoBox .proInfo .proDetail ul li&gt;a:first-child{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #ffffff;
  box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 10px 7px 0;
}
.productInfo .infoBox .proInfo .proDetail ul li:hover&gt;a:first-child{
    background: #2a89ff;
}
.productInfo .infoBox .proInfo .proDetail ul li&gt;a:first-child .hoverShow{
    display: none;
}
.productInfo .infoBox .proInfo .proDetail ul li:hover&gt;a:first-child .hoverHide{
    display: none;
}
.productInfo .infoBox .proInfo .proDetail ul li:hover&gt;a:first-child .hoverShow{
    display: block;
}
.productInfo .infoBox .proInfo .proDetail ul li:hover {
  /*transform: scale(1.2);*/
}
.productInfo .infoBox .proInfo .proDetail ul li .ewm {
    width: 0px;
  height: 50px;
  position: absolute;
  line-height: 50px;
  top: -50px;
  left: 50%;
  text-align: center;
  border: 1px solid #fff;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 100;
  background-color: #fff;
  border-radius: 100px;
  opacity: 0;
}
.productInfo .infoBox .proInfo .proDetail ul li .ewm img {
  width: 100%;
  height: 100%;
}
.productInfo .infoBox .proInfo .proDetail ul li:hover .ewm {
   width: 260px;
   border: 1px solid #eee;
   opacity: 1;
}
.productInfo .infoBox .proInfo .proBuy th {
  font-size: 20px;
  font-weight: 500;
  color: #0c0307;
}
.productInfo .infoBox .proContent{
    margin: 10px 0;
}
.productInfo .infoBox .proContent table{
    margin: 0;
}
.productInfo .infoBox .proContent table th {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #0c0307;
}
.productInfo .infoBox .proContent table td {
  text-align: center;
}
.productInfo .infoBox .proContent table td a {
  color: #0098ff;
}
.productInfo .infoBox .proContent .contentLeft {
  flex: 1;
  border: 1px solid #eee;
  margin-right: 16px;
}
.productInfo .infoBox .proContent .contentLeft .layui-table{
    margin: 0;
}
.productInfo .infoBox .proContent .contentRight .mySwiper4{
    width:100%;
    height: 400px;
}
.productInfo .infoBox .proContent .contentRight .mySwiper4 .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007aff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.qualityPage .banner {
  width: 100%;
}
.qualityPage .banner img {
  width: 100%;
}
.qualityPage .standard {
  padding: 60px 0;
}
.qualityPage .standard .stand .standRight {
  width: 560px;
  height: 280px;
  background: url("../image/122.png");
  background-size: 100% 100%;
  position: relative;
}
.qualityPage .standard .stand .standRight p {
    width: 100px;
    text-align: center;
  position: absolute;
}
.qualityPage .standard .stand .standRight p:nth-child(1) {
  top: 90px;
  left: 140px;
}
.qualityPage .standard .stand .standRight p:nth-child(2) {
  top: 90px;
  left: 320px;
}
.qualityPage .standard .stand .standRight p:nth-child(3) {
  top: 300px;
  left: 50px;
}
.qualityPage .standard .stand .standRight p:nth-child(4) {
  top: 300px;
  left: 226px;
}
.qualityPage .standard .stand .standRight p:nth-child(5) {
  top: 300px;
  left: 400px;
}
.qualityPage .flowPath {
  background: #f5f5f5;
  padding: 60px 0;
  position: relative;
}
.qualityPage .flowPath .line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 104px;
  height: 1px;
  background: #102859;
}
.qualityPage .flowPath .path {
  position: relative;
  z-index: 1;
}
.qualityPage .flowPath .path .pathItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qualityPage .flowPath .path .pathItem:hover img {
  transform: scale(1.2);
}
.qualityPage .flowPath .path .pathItem:hover .dian {
  background-color: #000;
  box-shadow: 0 0 0px 6px rgba(0, 0, 0, 0.4);
}
.qualityPage .flowPath .path .pathItem img {
  height: 80px;
}
.qualityPage .flowPath .path .pathItem .dian {
  margin: 60px 0 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0px 6px #eee;
}
.qualityPage .authBox {
  padding: 70px 0;
}
.qualityPage .authBox .authList .authItem {
  width: 23%;
  /*margin: 20px 1%;*/
  height: 500px;
  position: relative;
  overflow: hidden;
}
.qualityPage .authBox .authList .authItem .authbox {
  width: 100%;
  height: 100%;
  padding: 34px 43px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.qualityPage .authBox .authList .authItem .authbox2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(500px);
}
.qualityPage .authBox .authList .authItem:hover {
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
.qualityPage .authBox .authList .authItem:hover .authbox {
  opacity: 0;
  transform: translateY(-500px);
}
.qualityPage .authBox .authList .authItem:hover .authbox2 {
  opacity: 1;
  transform: translateY(0px);
}
.qualityPage .authBox .authList .authItem .title {
  font-size: 30px;
  font-weight: 400;
  color: #fffefe;
  margin-bottom: 20px;
}
.qualityPage .authBox .authList .authItem .content {
  font-size: 14px;
  font-weight: 400;
  color: #fffefe;
  line-height: 28px;
}
.qualityPage .hyVip {
  padding: 60px 0;
}
.qualityPage .hyVip .vipList .vipItem {
  width: 20%;
  text-align: center;
  margin-bottom: 60px;
}
.qualityPage .hyVip .vipList .vipItem:hover {
  transform: scale(1.2);
}
.application .banner {
  width: 100%;
}
.application .banner img {
  width: 100%;
}
.application .appbox {
  padding: 66px 0;
}
.application .appbox .applist .appitem {
  margin-bottom: 40px;
   border-radius: 10px;
  /*overflow: hidden;*/
  position: relative;
}
.application .appbox .applist .appitem:after {
          content: "";
          position: absolute;
          right: 0;
          bottom: -3px;
          width: 0;
          height: 3px;
          background: #8c98bb;
          transition: all 0.6s ease;
        }
.application .appbox .applist .appitem:hover::after {
            width: 100%;
            left: 0;
          }
.application .appbox .applist .appitem:hover {
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.1);
  /*transform: scale(1.1);*/
 
}
.application .appbox .applist .appitem .appimg {
  width: 65%;
  margin-right: 16px;
}
.application .appbox .applist .appitem .appright {
  border-bottom: 1px solid #000;
}
.application .appbox .applist .appitem .appright .appright_top {
  padding: 17px;
  border-bottom: 1px solid #000;
}
.application .appbox .applist .appitem .appright .appright_top .name {
  font-size: 26px;
  font-weight: 500;
  color: #0c0307;
}
.application .appbox .applist .appitem .appright .content {
  font-size: 14px;
  padding: 15px 9px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #0c0307;
}
.aboutPage .banner {
  width: 100%;
}
.aboutPage .banner img {
  width: 100%;
}
.aboutPage .aboutAce {
  padding: 60px 0;
}
.aboutPage .aboutAce .aceLeft {
  width: 50%;
  padding: 44px 30px;
  background: #d5d5d5;
}
.aboutPage .aboutAce .aceLeft .title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 65px;
  color: #000000;
}
.aboutPage .aboutAce .aceLeft .content {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
  margin-bottom: 65px;
}
.aboutPage .aboutAce .aceLeft .content i {
  margin-right: 20px;
  font-weight: 700;
}
.aboutPage .aboutAce .aceLeft .content span {
  font-weight: 700;
  font-size: 20px;
}
.aboutPage .aboutAce .aceRight {
  width: 50%;
}
.aboutPage .aboutAce .aceRight .item {
  width: 50%;
  border-right: 1px solid #999;
}
.aboutPage .aboutAce .aceRight .item:hover {
  transform: scale(1.2);
}
.aboutPage .aboutAce .aceRight .item:nth-child(2n) {
  border: none;
}
.aboutPage .aboutAce .aceRight .item p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.aboutPage .aboutAce .aceRight .item p:first-child {
  font-size: 80px;
  font-weight: bold;
  color: #000000;
}
.aboutPage .aboutInfo {
  padding: 30px 0 80px;
}
.aboutPage .aboutInfo video {
  width: 100%;
}
.aboutPage .aboutInfo img {
  width: 100%;
}
.aboutPage .aboutInfo .content {
  font-size: 14px;
  font-weight: 400;
  color: #0c0307;
  line-height: 25px;
  margin-top: 33px;
}
.aboutPage .development {
  padding: 66px 0;
  background: url("../image/abg.png");
  background-size: 100% 100%;
  width: 100%;
}
.aboutPage .development .event_box {
  width: 60%;
  margin: 3% auto 0;
  position: relative;
}
.aboutPage .development .event_box .parHd {
  width: 100%;
  display: inline-block;
  height: 92px;
  margin-top: 128px;
  overflow: hidden;
}
.aboutPage .development .parHd ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 25px !important;
}
.aboutPage .development .parHd .tempWrap {
  margin: 0 auto;
}
.aboutPage .development .parHd .tempWrap:after {
  content: "";
  width: 85%;
  height: 1px;
  background: #000;
  position: absolute;
  right: 8%;
  top: 35%;
  z-index: 10;
}
.aboutPage .development .parHd li {
  display: inline-block;
  cursor: pointer;
  padding-top: 30px;
  font-size: 16px;
  color: #000;
  margin: 0 30px;
  position: relative;
  width: 100px;
}
.aboutPage .development .parHd .act::after {
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #0098ff;
  margin-left: -12px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.aboutPage .development .parHd li:after {
  content: "";
  background: #999;
  width: 2px;
  height: 12px;
  position: absolute;
  z-index: 20;
  top: -12px;
  left: 50%;
}
.aboutPage .development .parBd {
  text-align: center;
}
.aboutPage .development .parBd .time {
  font-size: 91px;
  font-weight: 400;
  color: #000;
  position: relative;
  margin-bottom: 60px;
}
.aboutPage .development .parBd .time::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 100px;
  height: 3px;
  background: #000;
}
.aboutPage .development .parBd .title {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin-bottom: 18px;
}
.aboutPage .development .parBd .content {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.aboutPage .development .sPrev,
.aboutPage .development .sNext {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 100px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.aboutPage .development .sPrev {
  left: 0;
}
.aboutPage .development .sNext {
  right: 0;
}
.aboutPage .development .sPrev img,
.aboutPage .development .sNext img {
  transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -moz-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -webkit-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -o-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
}
.aboutPage .serveArea {
  padding: 60px 0;
}
.aboutPage .serveArea .mapbox{
    margin-bottom: 30px;
}
.aboutPage .serveArea .winform{
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 0 10px 4px rgba(0,0,0,.07);
    border-radius: 10px;
    position: relative;
}
.aboutPage .serveArea .winform .tjsq{
    width: 100%;
}
.aboutPage .serveArea .winform .submit{
    cursor: pointer;
    padding: 10px;
    width: 30%;
    margin: 50px auto;
    border: none;
    background: #fff;
    box-shadow: 0 0 10px 4px rgba(0,0,0,.09);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.aboutPage .serveArea .winform .submit:hover{
    color: #fff;
    background: #0098ff;
}
.aboutPage .serveArea .winform .submit:active{
    background: blue;
}
.aboutPage .serveArea .winform .inputBox .inputItem{
    width: 48%;
    margin-bottom: 30px;
}
.aboutPage .serveArea .winform .inputBox .inputItem p{
    width: 100px;
    font-size: 18px;
    position: relative;
}
.aboutPage .serveArea .winform .inputBox .inputItem p::after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  content: "*";
  color: red;
}
.aboutPage .serveArea .winform .inputBox .inputItem label{
    margin-right: 20px;
}
.aboutPage .serveArea .winform .inputBox .inputItem input[type=text],
.aboutPage .serveArea .winform .inputBox .inputItem input[type=email]{
    background: rgba(0, 70, 139, 0.08);
    border-radius: 5px;
    border: none;
    color: #000;
    flex: 1;
    padding: 12px;
}
.aboutPage .serveArea .winList .winItem{
    width: 32%;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}
.aboutPage .serveArea .winList .winItem:hover{
    transform: translateY(-20px);
}
.aboutPage .serveArea .winList .winItem img{
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.aboutPage .serveArea .winList .winItem .winInfo{
    padding: 20px;
}
.aboutPage .serveArea .winList .winItem .winInfo .title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.aboutPage .serveArea .winList .winItem .winInfo .content{
    font-size: 14px;
}
.aboutPage .serveArea .mapbox .mapNum .item {
  font-size: 23px;
  font-weight: 400;
  color: #000000;
}
.aboutPage .serveArea .mapbox .mapNum .item:first-child {
  margin-bottom: 100px;
}
.aboutPage .serveArea .mapbox .mapNum .item p {
  background: #000000;
  padding: 7px 4px;
  writing-mode: vertical-lr;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 20px;
}
.aboutPage .serveArea .mapbox .mapNum .item span {
  font-size: 70px;
  color: #000000;
  font-weight: 700;
  margin-top: 20px;
}
.aboutPage .serveArea .mapbox .mapBox {
  width: 70%;
  position: relative;
}
.aboutPage .serveArea .mapbox .mapBox .point,
.aboutPage .serveArea .mapbox .mapBox .point::before,
.aboutPage .serveArea .mapbox .mapBox .point::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: '';
}
.aboutPage .serveArea .mapbox .mapBox .point::before {
  animation: scale 2s infinite;
}
.aboutPage .serveArea .mapbox .mapBox .point::after {
  animation: scale2 2s infinite;
}
.aboutPage .serveArea .mapbox .mapBox .point,
.aboutPage .serveArea .mapbox .mapBox .point::before,
.aboutPage .serveArea .mapbox .mapBox .point::after {
  /* è®¾ç½®é¢œè‰² */
  background-color: rgba(241, 34, 30, 0.9);
}
@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(8);
    opacity: 0;
  }
}
.aboutPage .serveArea .mapbox .mapImg {
  width: 100%;
}
.aboutPage .serveArea .slist {
  margin-top: 100px;
}
.aboutPage .serveArea .slist .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  width: 48%;
  height: 200px;
  background: url("../image/cu1.png");
  background-size: 100% 100%;
}
.aboutPage .serveArea .slist .item:last-child {
  background: url("../image/cu2.png");
}
.aboutPage .serveArea .slist .item .more {
  width: 45px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  line-height: 45px;
  border: 1px solid  #999;
  height: 45px;
}
.aboutPage .serveArea .slist .item:hover .more {
  background: #8c98bb;
  color: #fff;
}
.aboutPage .serveArea .slist .item .left p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.aboutPage .serveArea .slist .item .left p:last-child {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.aboutPage .contact {
  padding: 60px 0;
}
.aboutPage .contact .contactinfo .cleft {
  width: 48%;
}
.aboutPage .contact .contactinfo .cleft .title {
  font-size: 36px;
  font-weight: 700;
  color: #0c0307;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
}
.aboutPage .contact .contactinfo .cleft .content {
  margin: 17px 0;
  font-size: 16px;
  font-weight: 400;
  color: #0c0307;
  line-height: 30px;
}
.aboutPage .contact .contactinfo .cleft .tip {
  font-size: 20px;
  font-weight: 700;
  color: #0c0307;
  padding-bottom: 17px;
}
.aboutPage .contact .contactinfo .cleft a:hover,
.aboutPage .contact .contactinfo .cleft a:focus {
  text-decoration: none;
  outline: none;
}
.aboutPage .contact .contactinfo .cleft #accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0 0 15px 10px;
}
.aboutPage .contact .contactinfo .cleft #accordion .panel-heading {
  padding: 0;
  border-radius: 30px;
}
.aboutPage .contact .contactinfo .cleft #accordion .on .panel-title a {
  background: #ebb710;
  color: #fff;
  border: 1px solid transparent;
}
.aboutPage .contact .contactinfo .cleft #accordion .panel-title a {
  display: block;
  padding: 12px 20px 12px 50px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  position: relative;
  transition: all 0.3s ease 0s;
  background: #fff;
  color: #0d345d;
  border: 1px solid #ddd;
}
.aboutPage .contact .contactinfo .cleft #accordion .panel-title a:after,
.aboutPage .contact .contactinfo .cleft #accordion .panel-title a.collapsed:after {
  content: "\f107";
  font-family: fontawesome;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: #fff;
  color: #0d345d;
  border: 1px solid #ddd;
  box-shadow: none;
  font-size: 25px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: -20px;
  transition: all 0.3s ease 0s;
}
.aboutPage .contact .contactinfo .cleft #accordion .on .panel-title a.collapsed:after {
  content: "\f105";
  background: #ebb710;
  color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
}
.aboutPage .contact .contactinfo .cleft #accordion .panel-body {
  padding: 20px 25px 10px 9px;
  background: transparent;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 25px;
  border-top: none;
  position: relative;
}
.aboutPage .contact .contactinfo .cleft #accordion .panel-body .areaItem {
  padding-left: 25px;
  border-left: 1px dashed #8c8c8c;
}
.aboutPage .contact .contactinfo .cleft .areaItem {
  padding: 30px 0 0;
}
.aboutPage .contact .contactinfo .cleft .areaItem .phone,
.aboutPage .contact .contactinfo .cleft .areaItem .email,
.aboutPage .contact .contactinfo .cleft .areaItem .address {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.aboutPage .contact .contactinfo .cleft .areaItem .phone i,
.aboutPage .contact .contactinfo .cleft .areaItem .email i,
.aboutPage .contact .contactinfo .cleft .areaItem .address i {
  font-size: 20px;
  font-weight: 700;
  margin-right: 20px;
}
.aboutPage .contact .contactinfo .cright {
  width: 48%;
  box-shadow: 0px 3px 10px 0px rgba(0, 15, 47, 0.5);
  padding: 36px 62px;
  position: relative;
}
.aboutPage .serveArea .winform .successBox,
.aboutPage .contact .contactinfo .cright .successBox {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  color: #00bb2f;
  font-size: 30px;
  font-weight: 700;
  border-radius: 10px;
  padding: 200px 0;
}
.aboutPage .serveArea .winform .successBox .layui-icon,
.aboutPage .contact .contactinfo .cright .successBox .layui-icon {
  font-size: 100px;
  margin-bottom: 20px;
}
.aboutPage .contact .contactinfo .cright .title {
  font-size: 26px;
  font-weight: 500;
  color: #0c0307;
  margin-bottom: 43px;
}
.aboutPage .contact .contactinfo .cright .tip {
  font-size: 16px;
  font-weight: 400;
  color: #0c0307;
  margin-bottom: 40px;
}
.aboutPage .contact .contactinfo .cright .inputBox {
  margin-bottom: 30px;
}
.aboutPage .contact .contactinfo .cright .inputItem {
  width: 48%;
}
.aboutPage .contact .contactinfo .cright .inputItem p {
  font-size: 16px;
  font-weight: 400;
  color: #0c0307;
  margin-bottom: 10px;
  position: relative;
}
.aboutPage .contact .contactinfo .cright .inputItem p::after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  content: "*";
  color: red;
}
.aboutPage .contact .contactinfo .cright .inputItem input {
  background: rgba(0, 70, 139, 0.08);
  border-radius: 5px;
  border: none;
  color: #000;
  width: 100%;
  padding: 12px;
}
.aboutPage .contact .contactinfo .cright .textItem p {
  font-size: 16px;
  font-weight: 400;
  color: #0c0307;
  margin-bottom: 10px;
  position: relative;
}
.aboutPage .contact .contactinfo .cright .textItem p::after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  content: "*";
  color: red;
}
.aboutPage .contact .contactinfo .cright .textItem textarea {
  background: rgba(0, 70, 139, 0.08);
  border-radius: 5px;
  border: none;
  color: #000;
  width: 100%;
  padding: 12px;
  height: 100px;
}
.aboutPage .contact .contactinfo .cright .btn {
  cursor: pointer;
  width: 152px;
  height: 47px;
  border: none;
  background: #fff;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-top: 20px;
  box-shadow: 0 0 10px 4px rgba(0,0,0,.1);
}
.aboutPage .contact .contactinfo .cright .btn:hover{
  color: #ffffff;
   background: #0098ff;
}
.aboutPage .contact .contactinfo .cright .btn:active{
   background: blue;
}
.newspage .banner {
  width: 100%;
}
.newspage .banner img {
  width: 100%;
}
.newspage .newbox {
  padding: 60px 200px;
}
.newspage .newbox .newTop {
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}
.newspage .newbox .newTop:after {
          content: "";
          position: absolute;
          right: 0;
          bottom: -3px;
          width: 0;
          height: 3px;
          background: #8c98bb;
          -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
        }
.newspage .newbox .newTop:hover::after {
            width: 100%;
            left: 0;
          }

.newspage .newbox .newTop img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-right: 30px;
}
.newspage .newbox .newTop .topRight{
    flex: 1;
}
.newspage .newbox .newTop .topRight .title {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
.newspage .newbox .newTop .topRight .content {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 34px;
}
.newspage .newbox .newTop .topRight .timeBox .time {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.newspage .newbox .newTop .topRight .timeBox a {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
}
.newspage .newbox .newList .newItem {
  width: 31%;
  margin: 20px 1%;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: relative;
}
.newspage .newbox .newList .newItem:after {
          content: "";
          position: absolute;
          right: 0;
          bottom: -3px;
          width: 0;
          height: 3px;
          background: #8c98bb;
          -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
        }
.newspage .newbox .newList .newItem:hover::after {
            width: 100%;
            left: 0;
          }

.newspage .newbox .newList .newItem img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.newspage .newbox .newList .newItem .info {
  padding: 20px;
}
.newspage .newbox .newList .newItem .info .title {
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  color: #000000;
  margin-bottom: 30px;
}
.newspage .newbox .newList .newItem .info .time {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
.newspage .newbox .newList .newItem .info a {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
}
.newsInfoPage .banner {
  width: 100%;
}
.newsInfoPage .banner img {
  width: 100%;
}
.newsInfoPage .newsInfo {
  padding: 60px 0;
}
.newsInfoPage .newsInfo .title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.newsInfoPage .newsInfo .time {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 40px;
}
.newsInfoPage .newsInfo .content {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
}
.newsInfoPage .newsInfo .content img {
  width: 100%;
  margin: 20px 0;
}
.makerPage .banner {
  width: 100%;
}
.makerPage .banner img {
  width: 100%;
}
.makerPage .makeBox {
  padding: 60px 0 0;
}
.makerPage .makeBox .makeMain {
  margin-bottom: 60px;
}
.makerPage .makeBox .makeMain .mainItem {
  width: 48%;
  padding: 40px;
  background: #f4f4f4;
}
.makerPage .makeBox .makeMain .mainItem:hover {
  transform: scale(1.1);
}
.makerPage .makeBox .makeMain .mainItem p {
  font-size: 26px;
  font-weight: 400;
  margin-top: 60px;
  color: #0c0307;
}
.makerPage .makeBox .makelist {
  padding: 60px 0;
  background: #f4f4f4;
}
.makerPage .makeBox .makelist .sitem {
  width: 15%;
  height: 100px;
  line-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding: 30px 0;*/
  text-align: center;
  margin-bottom: 40px;
  background: #ffffff;
}
.makerPage .makeBox .makelist .sitem:hover {
  transform: scale(1.1);
}
.makerPage .makeBox .makelist .sitem p {
  font-size: 20px;
  font-weight: 400;
  color: #0c0307;
}
.makerPage .makeBox .makelist .sitem .simg {
  /*height: 70px;*/
}
.joinUsPage .banner {
  width: 100%;
}
.joinUsPage .banner img {
  width: 100%;
}
.joinUsPage .joinUs {
  padding: 60px 0;
}
.joinUsPage .joinUs .content p {
  margin: 0 auto;
  text-align: center;
  width: 80%;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  line-height: 34px;
}
.joinUsPage .recruitBox {
  padding: 60px;
  background: #e8e8e8;
}

.joinUsPage .recruitBox .rlist .ritem img {
  width: 130px;
  height: 130px;
  margin-bottom: 30px;
}
.joinUsPage .recruitBox .rlist .ritem p {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.joinUsPage .recruitBox .rlist .active p{
    color: #0c84ff;
}
.joinUsPage .recruitBox .rlist .ritem:hover p{
  color: #0c84ff;
}
.joinUsPage .postList {
  padding: 30px 0;
}
.joinUsPage .postList .postItem{
  width:48%;
  padding: 32px 25px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-bottom: 40px;
  border-bottom: 4px solid #fff;
}
.joinUsPage .postList .postItem:hover {
  border-bottom: 4px solid #000;
}
.joinUsPage .postList .postItem a {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
}
.joinUsPage .postList .postItem .pleft {
  /*width: 60%;*/
}
.joinUsPage .postList .postItem .pleft .title {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 24px;
}
.joinUsPage .postList .postItem .pleft p {
  margin-bottom: 30px;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.joinUsPage .postList .postItem .pleft p i {
  font-size: 24px;
  font-weight: 700;
  margin-right: 16px;
}
.joinUsPage .flow {
  padding: 30px 0;
}
.joinUsPage .flow .flowList .fitem {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.joinUsPage .flow .flowList .fitem img {
  height: 100px;
}
.joinUsPage .flow .flowList .fitem p {
  width: 60%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
.procurePage .banner {
  width: 100%;
}
.procurePage .banner img {
  width: 100%;
}
.procurePage .costBox {
  padding: 60px 0;
  background: #f7f7f7;
}
.procurePage .costBox .cost .costItem {
  width: 30%;
  padding: 20px;
}
.procurePage .costBox .cost .costItem:hover {
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
}
.procurePage .costBox .cost .costItem img {
  height: 120px;
}
.procurePage .costBox .cost .costItem .title {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin: 40px 0 18px;
}
.procurePage .costBox .cost .costItem .content {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}
.procurePage .cycleBox {
  padding: 60px 0;
}
.procurePage .cycleBox .cycleList .citem {
  width: 23%;
}
.procurePage .cycleBox .cycleList .citem:hover {
  transform: translateY(-20px);
}
.procurePage .cycleBox .cycleList .citem img {
  width: 100%;
}
.procurePage .cycleBox .cycleList .citem .title {
  width: 100%;
  height: 80px;
  padding: 0 40px;
  font-size: 17px;
  text-align: center;
  font-weight: 400;
  color: #000000;
  line-height: 23px;
  border: 1px solid #000;
}
.procurePage .procureBox {
  padding: 60px 0;
}
.procurePage .procureBox .procure .pitem {
  width: 48%;
  height: 250px;
  background: url("../image/c1.png");
  background-size: 100% 100%;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}
.procurePage .procureBox .procure .pitem:hover::before {
  height: 100%;
}
.procurePage .procureBox .procure .pitem:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    -webkit-background-image: linear-gradient(to top, rgba(165, 0, 50, .6), rgba(255, 255, 255, 0) 70%);
    background-image: linear-gradient(to top, rgba(165, 0, 50, .6), rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}
.procurePage .procureBox .procure .pitem:nth-child(2) {
  background: url("../image/c2.png");
  background-size: 100% 100%;
}
.procurePage .procureBox .procure .pitem:nth-child(3) {
  background: url("../image/c3.png");
  background-size: 100% 100%;
}
.procurePage .procureBox .procure .pitem:nth-child(4) {
  background: url("../image/c4.png");
  background-size: 100% 100%;
}
.procurePage .procureBox .procure .pitem .title {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}
.procurePage .procureBox .procure .pitem .content {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.resourcePage .banner {
  width: 100%;
}
.resourcePage .banner img {
  width: 100%;
}
.resourcePage .resource {
  padding: 60px 0;
}
.resourcePage .resource .resList .ritem {
  width: 48%;
  height: 300px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  background: url("../image/r1.jpg");
  background-size: 100% 100%;
}
.resourcePage .resource .resList .ritem:hover p{
    padding: 50px 45px;
  background: linear-gradient(90deg, #962e0f 0%, rgba(84, 84, 84, 0) 100%);
}
/*.resourcePage .resource .resList .ritem:nth-child(2) {*/
/*  background: url("../image/r2.png");*/
/*  background-size: 100% 100%;*/
/*}*/
/*.resourcePage .resource .resList .ritem:nth-child(3) {*/
/*  background: url("../image/r3.png");*/
/*  background-size: 100% 100%;*/
/*}*/
/*.resourcePage .resource .resList .ritem:nth-child(4) {*/
/*  background: url("../image/r4.png");*/
/*  background-size: 100% 100%;*/
/*}*/
/*.resourcePage .resource .resList .ritem:nth-child(5) {*/
/*  background: url("../image/r5.jpg");*/
/*  background-size: 100% 100%;*/
/*}*/
/*.resourcePage .resource .resList .ritem:nth-child(6) {*/
/*  background: url("../image/r6.png");*/
/*  background-size: 100% 100%;*/
/*}*/
.resourcePage .resource .resList .ritem p {
  width: 100%;
  background: linear-gradient(90deg, #545454 0%, rgba(84, 84, 84, 0) 100%);
  padding: 22px 45px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.inventoryPage .banner {
  width: 100%;
}
.inventoryPage .banner img {
  width: 100%;
}
.inventoryPage .manage {
  padding: 60px 0;
}
.inventoryPage .manage .formBox {
  border-radius: 10px;
  background: url("../image/i1.jpg");
  background-size: 100% 100%;
  padding: 50px;
  position: relative;
}
.inventoryPage .manage .formBox .successBox {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  color: #00bb2f;
  font-size: 30px;
  font-weight: 700;
  border-radius: 10px;
  padding: 200px 0;
}
.inventoryPage .manage .formBox .successBox .layui-icon {
  font-size: 100px;
  margin-bottom: 20px;
}
.inventoryPage .manage .formBox .form {
  width: 32%;
}
.inventoryPage .manage .formBox .form .title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 80px;
}
.inventoryPage .manage .formBox .form .formItem {
  margin-bottom: 20px;
}
.inventoryPage .manage .formBox .form .formItem span {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  /*margin-right: 22px;*/
  width: 140px;
  position: relative;
}
.inventoryPage .manage .formBox .form .formItem span::after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  content: "*";
  color: red;
}
.inventoryPage .manage .formBox .form .formItem input {
  flex: 1;
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
}
.inventoryPage .manage .formBox .form .btn {
  width: 40%;
  margin-left: 140px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #010101;
  background: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 12px;
}
.inventoryPage .manage .formBox .form .btn:hover {
  background-color: #0098ff;
}
.inventoryPage .stockBox {
  padding: 60px 0;
  background: #f7f7f7;
}
.inventoryPage .stockBox .stock .sitem {
  padding: 50px 20px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(52, 52, 52, 0.4);
  border-radius: 17px;
  width: 15%;
}
.inventoryPage .stockBox .stock .sitem:hover {
  transform: translateY(-20px);
}
.inventoryPage .stockBox .stock .sitem img {
  height: 107px;
  margin-bottom: 36px;
}
.inventoryPage .stockBox .stock .sitem p {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
.inventoryPage .cycleBox {
  padding: 60px 0;
}
.inventoryPage .cycleBox .cycle .citem {
  width: 23%;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #ffffff;
  height: 380px;
  border-radius: 10px;
  background: url("../image/i7.png");
  background-size: 100% 100%;
}
.inventoryPage .cycleBox .cycle .citem:hover {
  transform: scale(1.1);
}
.inventoryPage .cycleBox .cycle .citem:nth-child(2) {
  background: url("../image/i8.png");
  background-size: 100% 100%;
}
.inventoryPage .cycleBox .cycle .citem:nth-child(3) {
  background: url("../image/i9.png");
  background-size: 100% 100%;
}
.inventoryPage .cycleBox .cycle .citem:nth-child(4) {
  background: url("../image/i10.jpg");
  background-size: 100% 100%;
}
.inventoryPage .caseBox {
  padding: 60px 0;
}
.inventoryPage .caseBox .caseList .citem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18%;
}
.inventoryPage .caseBox .caseList .citem:hover {
  transform: scale(1.1);
}
.inventoryPage .caseBox .caseList .citem img {
  height: 80px;
  margin-bottom: 60px;
}
.inventoryPage .caseBox .caseList .citem p {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.recruitPage .banner {
  width: 100%;
}
.recruitPage .banner img {
  width: 100%;
}
.recruitPage .recruitBox {
  padding: 60px 0;
}
.recruitPage .recruitBox .recruit .rleft {
  width: 30%;
}
.recruitPage .recruitBox .recruit .rleft .title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}
.recruitPage .recruitBox .recruit .rleft ul li {
  background-color: #00807c;
  color: #fff;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  border: 0.5px solid #fff;
}
.recruitPage .recruitBox .recruit .rleft ul li img {
  width: 30px;
  margin-right: 10px;
}
.recruitPage .recruitBox .recruit .rleft ul li div p:first-child {
  font-size: 20px;
}
.recruitPage .recruitBox .recruit .rleft .contact {
  margin-top: 40px;
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  padding: 15px;
}
.recruitPage .recruitBox .recruit .rleft .contact .ctitle {
  font-size: 20px;
  color: #0098ff;
  font-weight: 700;
  margin-bottom: 10px;
}
.recruitPage .recruitBox .recruit .rleft .contact .content {
  margin-bottom: 10px;
}
.recruitPage .recruitBox .recruit .rright {
  width: 68%;
}
.recruitPage .recruitBox .recruit .rright a:hover,
.recruitPage .recruitBox .recruit .rright a:focus {
  text-decoration: none;
  outline: none;
}
.recruitPage .recruitBox .recruit .rright .title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}
.recruitPage .recruitBox .recruit .rright #accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0 0 15px 10px;
}
.recruitPage .recruitBox .recruit .rright #accordion .panel-heading {
  padding: 0;
  border-radius: 30px;
}
.recruitPage .recruitBox .recruit .rright #accordion .on .panel-title a {
  background: #ebb710;
  color: #fff;
  border: 1px solid transparent;
}
.recruitPage .recruitBox .recruit .rright #accordion .panel-title a {
  display: block;
  padding: 12px 20px 12px 20px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  position: relative;
  transition: all 0.3s ease 0s;
  background: #fff;
  color: #000;
  border: 1px solid #ddd;
}
.recruitPage .recruitBox .recruit .rright #accordion .panel-body {
  padding: 20px 25px 10px 9px;
  background: transparent;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 25px;
  border-top: none;
  position: relative;
}
.recruitPage .recruitBox .recruit .rright #accordion .panel-body .bodytitle {
  color: #0098ff;
}
@media screen and (max-width: 750px) {
  .header .headtop {
    padding: 10px 0;
    flex-wrap: wrap;
    border: none;
  }
  .header .headtop .searchBox {
    order: 4;
    width: 100%;
    margin-top: 10px;
    height: 40px;
  }
  
  .header .headtop .searchBox input {
      width: 100%;
    height: 40px;
    padding-left: 10px;
  }
  .header .headtop .logoBox {
    width: 20%;
  }
  .header .headtop .langBox {
    width: 40%;
  }
  .header .headtop #cdBtn {
    display: inline-block;
  }
  .header .treenav {
    display: block;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .foot {
    flex-wrap: wrap;
  }
  .footer .foot .logo {
    order: 1;
    width: 20%;
  }
  .footer .foot .logo img {
    width: 100%;
  }
  .footer .foot .links {
    flex-direction: row;
    justify-content: space-between;
    border: none;
    order: 2;
    width: 78%;
  }
  .footer .foot .links li {
    margin-bottom: 0;
    font-size: 14px;
  }
  .footer .foot .links li:first-child {
    margin-bottom: 0;
  }
  .footer .foot .links li a {
    font-size: 12px;
    text-decoration: underline;
  }
  .footer .foot .contact {
    margin-top: 20px;
    order: 3;
    width: 48%;
  }
  .footer .foot .contact .phoneBox img {
    width: 10px;
    height: 20px;
  }
  .footer .foot .contact .phoneBox div {
    margin-left: 10px;
  }
  .footer .foot .contact .phoneBox div p {
    font-size: 12px;
  }
  .footer .foot .contact .phoneBox div p:last-child {
    font-size: 16px;
  }
  .footer .foot .linkBox {
    margin-top: 20px;
    order: 4;
    width: 48%;
  }
  .footer .foot .linkBox .emailBox {
    margin-top: 0;
  }
  .footer .foot .linkBox .emailBox .eleft {
    font-size: 20px;
  }
  .footer .foot .linkBox .emailBox .eright {
    margin-left: 10px;
  }
  .footer .foot .linkBox .emailBox .eright p {
    font-size: 12px;
  }
  .footer .foot .linkBox .emailBox .eright p:nth-child(2),
    .footer .foot .linkBox .emailBox .eright p:nth-child(3){
    font-size: 14px;
  }
  .comTitle {
    margin-bottom: 20px;
  }
  .comTitle .title {
    font-size: 16px;
  }
  .comTitle .titleImg {
    width: 100%;
  }
  .comTitle .subtitle {
    font-size: 12px;
    width: 80%;
    line-height: 20px;
  }
  .selectedBox {
    padding: 20px 0;
  }
  .selectedBox .selected {
    padding: 0 20px;
  }
  .selectedBox .selected .imgItem {
    width: 48%;
    height: 60px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .selectedBox .selected .imgItem img {
    width: 50%;
  }
  .index .banner {
    height: 40vh;
  }
  .index .banner .button-prev,
  .index .banner .button-next {
    top: 30vh;
  }
  .index .select {
    padding: 20px 0;
  }
  .index .select .title {
    font-size: 16px;
  }
  .index .select .timeline {
    width: 100%;
    margin: 20px 0 70px;
  }
  .index .select .timeline li {
    width: 30%;
  }
  .index .select .timeline li::before {
    width: 88px;
  }
  .index .select .timeline li .name {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .index .select .selectContent {
    flex-direction: column;
  }
  .index .select .selectContent .imgBox{
      margin-right: 0;
  }
  .index .select .selectContent .content {
    margin-top: 20px;
    width: 100%;
  }
  .index .brandBox {
    padding: 20px 0;
  }
  .index .brandBox .brand {
    flex-direction: column;
  }
  .index .brandBox .brand .brand_left {
    flex: 1;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .index .brandBox .brand .brand_left .title {
    font-size: 16px;
  }
  .index .brandBox .brand .brand_left .content {
    font-size: 12px;
    margin: 20px 0 30px;
  }
  .index .brandBox .brand .brand_left .more {
    /*width: 120px;*/
    height: 30px;
    background: #ffffff;
    border: 1px solid #545454;
    border-radius: 30px;
  }
  .index .brandBox .brand .brand_center {
    margin-right: 0px;
  }
  .index .brandBox .brand .brand_item {
    margin-bottom: 20px;
  }
  .index .brandBox .brand .brand_item .ctitle {
    font-size: 16px;
    margin: 10px 0 8px;
  }
  .index .brandBox .brand .brand_item .cContent {
      height: 88px;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .index .brandBox .brand .brand_item .more {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .index .solveBox {
    padding: 20px 0;
  }
  .index .solveBox .solve .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .index .solveBox .solve .content {
    font-size: 12px;
    margin-bottom: 20px;
    width: 100%;
  }
  .index .solveBox .solve .case {
    flex-direction: column;
  }
  .index .solveBox .solve .case .caseItem {
    width: 100%;
    border: 2px solid #fff;
    padding: 20px;
    margin-bottom: 20px;
  }
  .index .solveBox .solve .case .caseItem .ctitle {
    font-size: 16px;
  }
  .index .solveBox .solve .case .caseItem .cContent {
    font-size: 12px;
    margin: 10px 0 20px;
    height: 60px;
  }
  .index .solveBox .solve .case .caseItem .more {
    /*width: 100px;*/
    height: 30px;
  }
  .index .aboutFBox,
  .index .aboutBox {
    padding: 20px;
  }
  .index .aboutBox .about {
    flex-wrap: wrap;
    margin: 20px 0 20px;
    padding: 10px 0;
  }
  .index .aboutBox .about .numItem {
    width: 50%;
    border: none;
  }
  .index .aboutBox .about .numItem .num {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .index .aboutBox .about .numItem .name {
    font-size: 14px;
    text-align: center;
    width: 90%;
  }
  .productPage .serveBox {
    padding: 20px 0;
  }
  .productPage .serveBox .serve {
    flex-direction: column;
  }
  .productPage .serveBox .serve .sleft {
    width: 100%;
  }
  .productPage .serveBox .serve .sleft .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .productPage .serveBox .serve .sleft .content {
    font-size: 12px;
    line-height: 18px;
  }
  .productPage .serveBox .serve .sleft .content::before {
    bottom: -10px;
    height: 2px;
  }
  .productPage .serveBox .serve .sright {
    width: 100%;
  }
  .productPage .allProduct {
    padding: 20px 0;
  }
  .productPage .allProduct .productList .productItem {
    height: 120px;
    padding: 20px 0;
    width: 33%;
    border-left: 1px solid #acacac;
    margin-bottom: 20px;
  }
  .productPage .allProduct .productList .productItem img {
    max-width: 60%;
    max-height: 70%;
  }
  .productPage .allProduct .productList .productItem:nth-child(3n) {
    border-right: 1px solid #acacac;
  }
  .productCase .caseBox {
    padding: 20px 0;
  }
  .productCase .caseBox .box_top{
    margin: 10px 0 20px;
    flex-direction: column;
}
.productCase .caseBox .selectBox{
    padding: 10px;
    flex-direction: column;
}
.productCase .caseBox .selectBox .title{
    font-size: 14px;
    padding: 10px;
}
.productCase .caseBox .selectBox .selectList{
   width: 100%;
}
.productCase .caseBox .selectBox .selectList .imgItem{
     padding: 5px 10px;
    font-size: 14px;
    margin: 5px;
}
.productCase .caseBox .box_top .top_l{
    width: 100%;
}
.productCase .caseBox .box_top .top_l .l_item{
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 4px 10px;
    font-size: 14px;
}
.productCase .caseBox .box_top .top_l img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.productCase .caseBox .box_top .top_r{
    height: 50px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 4px rgba(0,0,0,.1);
    
}
.productCase .caseBox .box_top .top_r form{
    height: 100%;
    width: 100%;
}
.productCase .caseBox .box_top .top_r input{
    height: 100%;
    width: 100%;
    border: none;
    padding-left: 10px;
}
.productCase .caseBox .box_top .top_r .btn{
    height: 100%;
    width: 50px;
    background: #25368B;
    color: #fff;
    font-size: 22px;
}
  .productCase .caseBox .caseInfo {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .productCase .caseBox .caseInfo .infoLeft {
    margin-right: 0px;
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
  }
  /*.productCase .caseBox .caseInfo .infoLeft img {*/
 
  /*}*/
  .productCase .caseBox .caseInfo .infoRight {
    padding: 10px;
    height: auto;
  }
  .productCase .caseBox .caseInfo .infoRight .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .productCase .caseBox .caseInfo .infoRight .content {
    font-size: 12px;
  }
  .productCase .caseBox .selected {
    padding: 0 0px 10px;
  }
  .productCase .caseBox .selected .imgItem {
    width: 23%;
    height: 40px;
    margin: 4px 1%;
  }
  .productCase .caseBox .selected .imgItem img {
    width: 60%;
  }
  .productCase .caseBox .selected .imgItem:hover {
    transform: scale(1.1);
  }
  .productCase .caseBox .tableBox{
    width: 100%;
    overflow: auto;
    }
    .productCase .caseBox table{
        min-width: 600px;
    }
  .productCase .caseBox table th,
  .productCase .caseBox table td {
    padding: 9px 15px;
  }
  .productInfo .infoBox {
    padding: 20px 0;
  }
  .productInfo .infoBox .proInfo {
    flex-direction: column;
  }
  .productInfo .infoBox .proInfo .proImg {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
  }
  .productInfo .infoBox .proInfo .proDetail {
    margin: 0;
    padding: 12px 10px 12px;
  }
  .productInfo .infoBox .proInfo .proDetail .title {
    font-size: 16px;
    padding: 0 4px 10px;
  }
  .productInfo .infoBox .proInfo .proBuy th {
    font-size: 16px;
  }
  .productInfo .infoBox .proContent {
    flex-direction: column;
  }
  .productInfo .infoBox .proContent table th {
    font-size: 16px;
  }
  .productInfo .infoBox .proContent .contentLeft {
    margin-right: 0px;
  }
  .qualityPage .standard {
    padding: 20px 0;
  }
  .qualityPage .standard .stand {
    flex-direction: column;
  }
  .qualityPage .standard .stand .standLeft {
    width: 100%;
    margin-bottom: 20px;
  }
  .qualityPage .standard .stand .standLeft video {
    width: 100%;
  }
  .qualityPage .standard .stand .standRight {
    width: 100%;
    height: 200px;
    margin-bottom: 60px;
  }
  .qualityPage .standard .stand .standRight p:nth-child(1) {
    top: 63px;
    left: 75px;
  }
  .qualityPage .standard .stand .standRight p:nth-child(2) {
    top: 63px;
    left: 185px;
  }
  .qualityPage .standard .stand .standRight p:nth-child(3) {
    top: 208px;
    left: 10px;
  }
  .qualityPage .standard .stand .standRight p:nth-child(4) {
    top: 208px;
    left: 125px;
  }
  .qualityPage .standard .stand .standRight p:nth-child(5) {
    top: 208px;
    left: 228px;
  }
  .qualityPage .flowPath {
    padding: 20px 0;
  }
  .qualityPage .flowPath .line {
    width: 0px;
  }
  .qualityPage .flowPath .path {
    flex-direction: column;
  }
  .qualityPage .flowPath .path .pathItem {
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  .qualityPage .flowPath .path .pathItem img {
    height: 80px;
    width: 80px;
  }
  .qualityPage .flowPath .path .pathItem .dian {
    margin: 0px 0 0px;
  }
  .qualityPage .flowPath .path .pathItem .name {
    width: 80px;
  }
  .qualityPage .authBox {
    padding: 20px 0;
  }
  .qualityPage .authBox .authList .authItem {
    width: 48%;
    height: 220px;
    /*margin: 10px 1%;*/
  }
  .qualityPage .authBox .authList .authItem .authbox {
    padding: 10px;
  }
  .qualityPage .authBox .authList .authItem .authbox .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .qualityPage .authBox .authList .authItem .authbox .content {
    font-size: 12px;
  }
  .qualityPage .hyVip {
    padding: 20px 0;
  }
  .qualityPage .hyVip .vipList .vipItem {
    width: 33%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qualityPage .hyVip .vipList .vipItem img {
    max-width: 60%;
    max-height: 80%;
  }
  .application .appbox {
    padding: 20px 0;
  }
  .application .appbox .applist .appitem {
    border-radius: 10px;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .application .appbox .applist .appitem .appimg {
    width: 100%;
    margin-right: 0px;
  }
  .application .appbox .applist .appitem .appright {
    border-bottom: 0px;
  }
  .application .appbox .applist .appitem .appright .appright_top {
    padding: 10px;
    border-bottom: 1px solid #000;
  }
  .application .appbox .applist .appitem .appright .appright_top .name {
    font-size: 16px;
    font-weight: 500;
    color: #0c0307;
  }
  .application .appbox .applist .appitem .appright .appright_top img {
    height: 30px;
  }
  .application .appbox .applist .appitem .appright .content {
    font-size: 12px;
    padding: 10px 9px;
    font-weight: 400;
    color: #0c0307;
  }
  .aboutPage .aboutAce {
    padding: 20px 0;
    flex-direction: column;
  }
  .aboutPage .aboutAce .aceLeft {
    width: 100%;
    padding: 20px;
  }
  .aboutPage .aboutAce .aceLeft .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .aboutPage .aboutAce .aceLeft .content {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .aboutPage .aboutAce .aceLeft .content i {
    margin-right: 20px;
  }
  .aboutPage .aboutAce .aceLeft .content span {
    font-size: 12px;
  }
  .aboutPage .aboutAce .aceRight {
    width: 100%;
  }
  .aboutPage .aboutAce .aceRight .item {
    margin-top: 20px;
  }
  .aboutPage .aboutAce .aceRight .item p {
    font-size: 12px;
  }
  .aboutPage .aboutAce .aceRight .item p:first-child {
    font-size: 20px;
  }
  .aboutPage .aboutInfo {
    padding: 20px 0 20px;
  }
  .aboutPage .aboutInfo .content {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  .aboutPage .development {
    padding: 20px 0;
  }
  .aboutPage .development .event_box {
    width: 90%;
    margin: 3% auto 0;
  }
  .aboutPage .development .event_box .parHd {
    height: 92px;
    margin-top: 40px;
  }
  .aboutPage .development .parHd ul {
    padding-top: 25px !important;
  }
  .aboutPage .development .parBd {
    text-align: center;
  }
  .aboutPage .development .parBd .time {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .aboutPage .development .parBd .time::after {
    width: 50px;
  }
  .aboutPage .development .parBd .title {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .aboutPage .development .parBd .content {
    font-size: 12px;
    width: 70%;
    margin: 0 auto;
  }
  .aboutPage .serveArea {
    padding: 20px 0;
  }
  .aboutPage .serveArea .mapbox {
    flex-direction: column;
    align-items: flex-start;
  }
  .aboutPage .serveArea .mapbox .mapNum {
    order: 1;
  }
  .aboutPage .serveArea .winList .winItem{
      width: 100%;
      margin-bottom: 10px;
  }
  .aboutPage .serveArea .winform .inputBox .inputItem{
    width: 100%;
    margin-bottom: 20px;
}
.aboutPage .serveArea .winform .inputBox .inputItem p{
    width: 64px;
    font-size: 14px;
    position: relative;
}

.aboutPage .serveArea .winform .inputBox .inputItem label{
    margin-right: 4px;
}
.aboutPage .serveArea .winform{
    padding: 10px;
}

.aboutPage .serveArea .winform .submit{
    padding: 10px;
    width: 50%;
    margin: 20px auto;
    font-size: 14px;
}
  .aboutPage .serveArea .winList .winItem .winInfo{
    padding: 4px;
}
.aboutPage .serveArea .winList .winItem .winInfo .title{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.aboutPage .serveArea .winList .winItem .winInfo .content{
    font-size: 12px;
}
  .aboutPage .serveArea .mapbox .mapNum .item {
    font-size: 14px;
  }
  .aboutPage .serveArea .mapbox .mapNum .item:first-child {
    margin-bottom: 10px;
  }
  .aboutPage .serveArea .mapbox .mapNum .item p {
    margin-right: 10px;
    padding: 4px;
  }
  .aboutPage .serveArea .mapbox .mapNum .item span {
    font-size: 40px;
    margin-top: 20px;
  }
  .aboutPage .serveArea .mapbox .mapBox {
    order: 0;
    width: 100%;
  }
  .aboutPage .serveArea .slist {
    flex-direction: column;
    margin-top: 30px;
  }
  .aboutPage .serveArea .slist .item {
    padding: 0 30px;
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
  }
  .aboutPage .serveArea .slist .item .more {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .aboutPage .serveArea .slist .item .left p {
    font-size: 16px;
  }
  .aboutPage .serveArea .slist .item .left p:last-child {
    font-size: 12px;
  }
  .aboutPage .contact {
    padding: 20px 0;
  }
  .aboutPage .contact .contactinfo {
    flex-direction: column;
  }
  .aboutPage .contact .contactinfo .cleft {
    width: 100%;
    margin-bottom: 20px;
  }
  .aboutPage .contact .contactinfo .cleft .title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .aboutPage .contact .contactinfo .cleft .content {
    margin: 10px 0;
    font-size: 12px;
    line-height: 18px;
  }
  .aboutPage .contact .contactinfo .cleft .tip {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .aboutPage .contact .contactinfo .cleft .areaItem {
    padding: 10px 0 0;
  }
  .aboutPage .contact .contactinfo .cleft .areaItem .name {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .aboutPage .contact .contactinfo .cleft .areaItem .phone,
  .aboutPage .contact .contactinfo .cleft .areaItem .email,
  .aboutPage .contact .contactinfo .cleft .areaItem .address {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .aboutPage .contact .contactinfo .cleft .areaItem .phone i,
  .aboutPage .contact .contactinfo .cleft .areaItem .email i,
  .aboutPage .contact .contactinfo .cleft .areaItem .address i {
    margin-right: 10px;
  }
  .aboutPage .contact .contactinfo .cright {
    width: 100%;
    padding: 20px;
  }
  .aboutPage .contact .contactinfo .cright .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .aboutPage .contact .contactinfo .cright .tip {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .aboutPage .contact .contactinfo .cright .inputBox {
    margin-bottom: 20px;
  }
  .aboutPage .contact .contactinfo .cright .inputItem p {
    font-size: 14px;
  }
  .aboutPage .contact .contactinfo .cright .textItem p {
    font-size: 14px;
  }
  .aboutPage .contact .contactinfo .cright .btn {
    width: 152px;
    height: 34px;
    background: #0098ff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 20px;
  }
  .newspage .newbox {
    padding: 20px 0;
  }
  .newspage .newbox .newTop {
    flex-direction: column;
    padding: 0px;
    margin-bottom: 20px;
  }
  .newspage .newbox .newTop img {
    width: 100%;
    height: 150px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .newspage .newbox .newTop .topRight {
    padding: 10px;
  }
  .newspage .newbox .newTop .topRight .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .newspage .newbox .newTop .topRight .content {
    font-size: 12px;
    line-height: 18px;
  }
  .newspage .newbox .newTop .topRight .timeBox {
    margin-top: 10px;
  }
  .newspage .newbox .newTop .topRight .timeBox .time {
    font-size: 12px;
  }
  .newspage .newbox .newTop .topRight .timeBox a {
    font-size: 14px;
  }
  .newspage .newbox .newList {
    flex-direction: column;
  }
  .newspage .newbox .newList .newItem {
    width: 100%;
    margin-bottom: 20px;
  }
   .newspage .newbox .newList .newItem img{
    height: 150px;
  }
  .newspage .newbox .newList .newItem .info {
    padding: 10px;
  }
  .newspage .newbox .newList .newItem .info .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .newspage .newbox .newList .newItem .info .time {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .newspage .newbox .newList .newItem .info a {
    font-size: 14px;
  }
  .newsInfoPage .newsInfo {
    padding: 20px 0;
  }
  .newsInfoPage .newsInfo .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .newsInfoPage .newsInfo .time {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .newsInfoPage .newsInfo .content {
    font-size: 12px;
    line-height: 20px;
  }
  .newsInfoPage .newsInfo .content img {
    margin: 10px 0;
  }
  .makerPage .makeBox {
    padding: 20px 0 0;
  }
  .makerPage .makeBox .makeMain {
    margin-bottom: 20px;
  }
  .makerPage .makeBox .makeMain .mainItem {
    padding: 20px;
  }
  .makerPage .makeBox .makeMain .mainItem img {
    width: 60%;
  }
  .makerPage .makeBox .makeMain .mainItem p {
    font-size: 14px;
    margin-top: 20px;
  }
  .makerPage .makeBox .makelist {
    padding: 20px 0;
  }
  .makerPage .makeBox .makelist .sitem {
    width: 30%;
    height: 80px;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .makerPage .makeBox .makelist .sitem p {
    font-size: 12px;
  }
  .makerPage .makeBox .makelist .sitem .simg {
    width: 60%;
    height: 80%;
    align-items: center;
  }
  .makerPage .makeBox .makelist .sitem .simg img {
    width: 100%;
  }
  .joinUsPage .joinUs {
    padding: 20px 0;
  }
  .joinUsPage .joinUs .content p {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  .joinUsPage .recruitBox {
    padding: 20px;
  }
  .joinUsPage .recruitBox .rlist .ritem img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .joinUsPage .recruitBox .rlist .ritem p {
    font-size: 14px;
  }
  .joinUsPage .postList {
    padding: 20px 0;
  }
  .joinUsPage .postList .postItem {
    width: 100%;
    padding: 20px 14px;
    margin-bottom: 20px;
  }
  .joinUsPage .postList .postItem a {
    font-size: 12px;
  }
  .joinUsPage .postList .postItem .pleft&gt;div {
    /*width: 80%;*/
    flex-direction: column;
    align-items: flex-start;
  }
  .joinUsPage .postList .postItem .pleft .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .joinUsPage .postList .postItem .pleft p {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
  }
  .joinUsPage .postList .postItem .pleft p i {
    font-size: 18px;
    margin-right: 10px;
  }
  .joinUsPage .flow {
    padding: 20px 0;
  }
  .joinUsPage .flow .flowList {
    flex-wrap: wrap;
  }
  .joinUsPage .flow .flowList .fitem {
    width: 30%;
    margin-bottom: 20px;
  }
  .joinUsPage .flow .flowList .fitem img {
    height: 50px;
  }
  .joinUsPage .flow .flowList .fitem p {
    width: 80%;
    font-size: 12px;
    margin-top: 10px;
  }
  .procurePage .costBox {
    padding: 20px 0;
  }
  .procurePage .costBox .cost {
    flex-direction: column;
  }
  .procurePage .costBox .cost .costItem {
    width: 100%;
    margin-bottom: 30px;
  }
  .procurePage .costBox .cost .costItem img {
    height: 80px;
  }
  .procurePage .costBox .cost .costItem .title {
    font-size: 16px;
    margin: 10px 0 10px;
  }
  .procurePage .costBox .cost .costItem .content {
    font-size: 12px;
  }
  .procurePage .cycleBox {
    padding: 20px 0;
  }
  .procurePage .cycleBox .cycleList {
    flex-wrap: wrap;
  }
  .procurePage .cycleBox .cycleList .citem {
    width: 48%;
    margin-bottom: 20px;
  }
  .procurePage .cycleBox .cycleList .citem img {
    width: 100%;
  }
  .procurePage .cycleBox .cycleList .citem .title {
    width: 100%;
    height: 60px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .procurePage .procureBox {
    padding: 20px 0;
  }
  .procurePage .procureBox .procure {
    flex-direction: column;
  }
  .procurePage .procureBox .procure .pitem {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
  }
  .procurePage .procureBox .procure .pitem .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .procurePage .procureBox .procure .pitem .content {
    font-size: 12px;
    line-height: 20px;
  }
  .resourcePage .resource {
    padding: 20px 0;
  }
  .resourcePage .resource .resList {
    flex-direction: column;
  }
  .resourcePage .resource .resList .ritem {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .resourcePage .resource .resList .ritem p {
    padding: 10px 20px;
    font-size: 16px;
  }
  .inventoryPage .manage {
    padding: 20px 0;
  }
  .inventoryPage .manage .formBox {
    padding: 20px;
  }
  .inventoryPage .manage .formBox .form {
    width: 100%;
  }
  .inventoryPage .manage .formBox .form .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .inventoryPage .manage .formBox .form .formItem {
    margin-bottom: 10px;
  }
  .inventoryPage .manage .formBox .form .formItem span {
    font-size: 12px;
    margin-right: 10px;
  }
  .inventoryPage .manage .formBox .form .formItem input {
    flex: 1;
    padding: 8px;
  }
  .inventoryPage .manage .formBox .form .btn {
    font-size: 14px;
    padding: 8px 12px;
  }
  .inventoryPage .stockBox {
    padding: 20px 0;
  }
  .inventoryPage .stockBox .stock {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .inventoryPage .stockBox .stock .sitem {
    padding: 20px 10px;
    width: 30%;
    margin-bottom: 10px;
  }
  .inventoryPage .stockBox .stock .sitem img {
    height: 50px;
    margin-bottom: 10px;
  }
  .inventoryPage .stockBox .stock .sitem p {
    font-size: 12px;
  }
  .inventoryPage .cycleBox {
    padding: 20px 0;
  }
  .inventoryPage .cycleBox .cycle {
    flex-wrap: wrap;
  }
  .inventoryPage .cycleBox .cycle .citem {
    width: 48%;
    font-size: 14px;
    height: 180px;
    margin-bottom: 20px;
  }
  .inventoryPage .caseBox {
    padding: 20px 0;
  }
  .inventoryPage .caseBox .caseList {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .inventoryPage .caseBox .caseList .citem {
    width: 30%;
    margin-bottom: 20px;
  }
  .inventoryPage .caseBox .caseList .citem img {
    height: 50px;
    margin-bottom: 10px;
  }
  .inventoryPage .caseBox .caseList .citem p {
    font-size: 14px;
  }
  .recruitPage .recruitBox {
    padding: 20px 0;
  }
  .recruitPage .recruitBox .recruit {
    flex-direction: column;
  }
  .recruitPage .recruitBox .recruit .rleft {
    order: 2;
    width: 100%;
  }
  .recruitPage .recruitBox .recruit .rleft .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .recruitPage .recruitBox .recruit .rleft ul li {
    padding: 10px 20px;
  }
  .recruitPage .recruitBox .recruit .rleft ul li img {
    width: 30px;
    margin-right: 10px;
  }
  .recruitPage .recruitBox .recruit .rleft ul li div p:first-child {
    font-size: 16px;
  }
  .recruitPage .recruitBox .recruit .rleft .contact {
    margin-top: 20px;
  }
  .recruitPage .recruitBox .recruit .rright {
    width: 100%;
  }
  .recruitPage .recruitBox .recruit .rright .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .recruitPage .recruitBox .recruit .rright #accordion .panel-title a {
    font-size: 14px;
  }
}
</pre></body></html>