.header_top {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.header_top>a>img {
  width: 250px;
  height: 80px;
}

.header_top_p1 {
  font-family: 微软雅黑;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: rgb(51, 51, 51);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.header_top_right img {
  width: 30px;
  height: 30px;
}

.header_top_right>div:first-child {
  display: flex;
}

.header_top_right>div:first-child>div {
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: rgb(51, 51, 51);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  margin-left: 10px;
}

.header_top_right>div:last-child {
  display: flex;
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: rgb(61, 133, 198);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.header_list {
  background-color: rgb(11, 83, 148);
}

.header_list>ul {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.header_list li a {
  width: 165px;
  font-family: 微软雅黑;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

.footer {
  background-color: rgb(78, 93, 107);
  padding: 30px 0;
}

.footer_con {
  width: 40%;
  margin: 0 auto;
  max-width: 1200px;
}

.footer_list {
  display: flex;
  border-bottom: 1px dotted white;
  justify-content: space-around;
  padding-bottom: 20px;
}

.footer_list a {
  font-family: 微软雅黑;
  font-size: 14px;
  color: rgb(238, 238, 238);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.footer_list a:hover {
  color: #1095fe;
}

.footer_p1 {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(153, 153, 153);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
}

.footer_p2>span:first-child {
  font-family: 微软雅黑;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: rgb(153, 153, 153);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
}

.footer_p2>span:nth-child(2) {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(238, 238, 238);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.footer_p2>img {
  width: 26px;
  height: 26px;
}

/* index */
.p1 {
  font-family: 微软雅黑;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  color: rgb(51, 51, 51);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
}

.us,
.scheme,
.center,
.lianxi {
  padding: 50px 0 10px;
}

.us_border {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  position: relative;
}

.us_border>div {
  width: 135px;
  height: 4px;
  background-color: rgb(16, 149, 254);
  margin: 0 auto;
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
}

.us_con {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 50px;
}

.us_con img {
   width: 100%;
  }

.us_con>img {
  width: 100%;
}

.scheme_con {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.pic_a {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* box-shadow: 0 0 0 1px #ccc; */
  /* border: 3px solid #fff; */
  /* margin: 0 1.5%; */
}

.pic_a::before {
  content: "";
  display: block;
  padding-top: 64%;
}

.d1_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d1_img:hover {
  transform: scale(1.1);
}

.d1_text1 {
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: rgb(61, 133, 198);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.d1_text2 {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(51, 51, 51);
  background-color: transparent;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.scheme_list {
  display: flex;
  flex-wrap: wrap;
}

.scheme_list>li {
  width: 21%;
  margin: 2%;
}

.more {
  border: 1px solid rgb(61, 133, 198);
  border-radius: 3px;
  width: 118px;
  height: 38px;
  display: block;
  margin: 0 auto;
}

.more:hover {
  box-shadow: 0 0 10px 1px rgb(61, 133, 198);
}

.more>div {
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: rgb(61, 133, 198);
  line-height: 38px;
}

.some {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.some img {
   width: 100%;
  }



.some>img {
  width: 100%;
}

.center_con {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

.center_list {
  width: 55%;
  padding-top: 40px;
}

.center_list>li {
  border-bottom: 1px dashed #e3e3e3;

}

.center_list>li>a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16px;
  font-family: 微软雅黑;
  font-style: normal;
  color: rgb(11, 83, 148);
  text-align: left;
  line-height: 35px;
}

.pic_b {
  position: relative;
  width: 44%;
  overflow: hidden;
  /* box-shadow: 0 0 0 1px #ccc; */
  /* border: 3px solid #fff; */
  /* margin: 0 1.5%; */
  margin-left: 1%;
}

.pic_b::before {
  content: "";
  display: block;
  padding-top: 69%;
}

.d2_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d2_img:hover {
  transform: scale(1.1);
}

.lianxi_con {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

.lianxi_con_left {
  width: 49%;
  margin-top: 40px;
}

.lianxi_con_left>div:first-child {
  font-family: 微软雅黑;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 102, 102);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
}

.lianxi_con_left>div:nth-child(2) {
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 102, 102);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
}

.lianxi_con_left>form>textarea {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #dcdcdc;
  background-color: #F7F9FB;
  font-size: 18px;
  border-radius: 2px;
  padding-left: 10px;
  padding-top: 10px;
}

.lianxi_con_left>form>input {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  border: 1px solid #dcdcdc;
  background-color: #F7F9FB;
  font-size: 18px;
  border-radius: 2px;
  padding-left: 10px;
}

.lianxi_con_left>form>input:last-child {
  color: #fff;
  background-color: #333333;
  padding-left: 0;
  border-radius: 5px;
}

.lianxi_con_right {
  width: 49%;
  margin-left: 2%;
  border-radius: 3px;
}

/* product */
.product,
.case,
.about,
.news,
.contact,
.server {
  padding-top: 50px;
}

.contact {
  padding-bottom: 30px;
}

.product {
  padding-bottom: 100px;
}

.product_con {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 30px;
}

.product_con_left {
  width: 20%;
}

.rou2 {
  transform: rotate(-90deg);
}

.product_list1_1 {
  display: none;
}

.product_list1 {
  border: 1px solid #eee;
}

.product_list1>li {
  padding: 0 20px;
}

.product_list1>li:not(:first-child) {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: rgb(11, 83, 148);
  background-color: #ffff;
  line-height: 60px;
  text-decoration: none;
  text-align: left;
}
.product_list1_1>li{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.product_list1>li{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.product_list1>li:nth-child(2),
.product_list1>li:nth-child(3) {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: rgb(11, 83, 148);
  background-color: #ffff;
  line-height: 60px;
  text-decoration: none;
  text-align: left;
}

.product_list1>li:nth-child(3) {
  line-height: 40px;
}

.product_list1_1>li>a {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: rgb(61, 133, 198);
  background-color: #ffffff;
  line-height: 20px !important;
  text-decoration: none;
}

.pro {
  display: block;
  float: right;
}

.pro>img {
  width: 16px;
}

.pic_c {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* box-shadow: 0 0 0 1px #ccc; */
  /* border: 3px solid #fff; */
  /* margin: 0 1.5%; */
}

.pic_c::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.d3_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d3_img:hover {
  transform: scale(1.1);
}

.d3_text {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  text-decoration: none;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.product_list2 {
  display: flex;
  flex-wrap: wrap;
}

.product_list2>li {
  box-shadow: 0 0 10px 1px gray;
  width: 23%;
  margin: 1%;
}

.product_con_right {
  width: 80%;
  margin-top: 20px;
}

.case_con_p1 {
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
}

.case_con_p1>img {
  width: 100%;
}
.case_con_p1 img {
  max-width: 100%;
}

.case_con_p2 {
  width: 100%;
  max-width: 1600px;
}

.case_con_p2>img {
  width: 100%;
}

/* about */
.about_list {
  text-align: left;
  margin-top: 40px;
}

.about_list>li>span:first-child {
  line-height: 2;
  font-size: 18px;
  font-weight: bolder;
  color: rgb(51, 51, 51);
}

.about_list>li>span:last-child {
  font-size: 16px;
  color: rgb(51, 51, 51);
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 25px;
}

.about_con_p1 {
  font-family: 微软雅黑;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  color: rgb(51, 51, 51);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.about_con1 {
  width: 90%;
  margin: 0 auto;
}

.about_p12 {
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
}

.about_p12>img {
  width: 100%;
}
.about_p12 img {
  max-width: 100%;
}


/* server */
.server {
  margin-bottom: 30px;
}

.server_con {
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
}

.server_con>img {
  width: 100%;
}
.server_con img {
 max-width: 100%;
}


/* news */
.news_con {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news_list {
  width: 55%;
  padding-top: 30px;
}

.news_list>li {
  border-bottom: 1px dashed #e3e3e3;

}

.news_list>li>a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16px;
  font-family: 微软雅黑;
  font-style: normal;
  color: rgb(0, 0, 0);
  text-align: left;
  line-height: 35px;
}

.pic_d {
  position: relative;
  width: 44%;
  overflow: hidden;
  /* box-shadow: 0 0 0 1px #ccc; */
  /* border: 3px solid #fff; */
  /* margin: 0 1.5%; */
  margin-left: 1%;
}

.pic_d::before {
  content: "";
  display: block;
  padding-top: 55%;
}

.d4_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d4_img:hover {
  transform: scale(1.1);
}


/* details */
.details {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.details_con {
  display: flex;
  padding-top: 50px;
  padding-bottom: 30px;
}

.details_left {
  width: 70%;
  padding-top: 20px;
}

.details_left>div:first-child {
  font-size: 24px;
  color: #121212;
  font-weight: normal;
  font-weight: 600;
}

.details_left_img {
  margin: 30px 0 120px;
}

.wenzi {
text-align:left; font-size:14px; line-height:30px;
}
.wenzi img {
max-width:100%;
display:block; margin:0 auto;
}
.wenzi table {
width:100%;
}
.wenzi table td{ border:1px  solid #CCCCCC
}
.details_left_img>img {
  /* width: 100%; */
  margin-top: 30px;
}

.details_low {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.details_low_left>div>span>a {
  color: black;
}

.details_low_left>div {
  text-align: left;
}

.details_right {
  width: 15%;
  margin-left: 10%;
}

.right_p1 {
  margin: 10px 0;
}

.details_right>img {
  width: 165px;
  max-width: 165px;
}

.gray_line {
  width: 30px;
  height: 2px;
  background-color: #d9d9d9;
}

.list2>li {
  margin-top: 10px;
}

.list2>li>a {
  border: 1px solid #d9d9d9;
  display: block;
}

.list2>li>a>div:last-child {
  margin: 10px 0;
  color: #000000;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.pic_m {
  position: relative;
  width: 100%;
  overflow: hidden;

}

.pic_m::before {
  content: "";
  display: block;
  padding-top: 78%;
}

.d13_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

/*  */
/* news_details */
.newsdel_left>div:first-child {
  font-size: 26px;
  color: #2F2F2F;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 10px;
}

.date {
  color: #999;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.newsdel_text>div {
  font-family: 微软雅黑;
  font-size: 16px;
  text-indent: 2em;
  line-height: 40px;
  padding: 20px 0;
  text-align: left;
  margin-top:10px;
}
.newsdel_text {
  font-family: 微软雅黑;
  font-size: 14px;
  text-indent: 2em;
  line-height: 30px;
  padding: 20px 0;
  text-align: left;
  margin-top:10px;
}
.newsdel_text img {
max-width:100%; display:block; margin:0 auto;}
.newsdel_text table {width:100%;}
.newsdel_text table td { border:1px solid #CCCCCC}
/*  */
.contact_map{width:100%;display:block; border:1px solid #ddd; overflow: hidden; height:450px; border:none; margin-top:20px;}

@media (max-width: 768px) {

  /*  */
  .tr {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  .icon-menu {
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    top: 0;
  }

  .icon-menu span {
    width: 30px;
    height: 3px;
    background: rgb(16, 149, 254);
    border-radius: 5px;
    display: block;
  }

  .icon-menu .span02 {
    margin: 5px 0;
  }

  .icon-menu.click .span02 {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .icon-menu.click .span01 {
    position: relative;
    top: 8px;
    transform: rotate(45deg);
  }

  .icon-menu.click .span03 {
    position: relative;
    top: -8px;
    transform: rotate(-45deg);
  }

  .sjnav {
    width: 100%;
    position: absolute;
    right: 0%;
    z-index: 9999;
    display: none;
    background: rgba(44, 44, 44, 0.8) none repeat scroll 0 0 !important;
  }

  .sjnav>ul {
    padding: 0;
    margin: 0;
  }

  .sjnav>ul>li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .sjnav>ul>li>a {
    display: block;
    line-height: 44px;
    font-size: 15px;
    color: #fff;
    padding: 0 30px;
    /* border-bottom: 1px solid #ddd; */
    text-align: left;
  }

  .sjnav>ul>li a:hover,
  .sjnav>ul>li.active a {
    /* background: #0a51c6; */
    color: #fff;
  }

  /*  */
  .mobile_header {
    display: flex;
    justify-content: space-between;
  }

  .icon-menu {
    display: flex;
    width: 20%;
    margin-top: 18px;
  }

  .mobile_header>img {
    /* width: 80%; */
    width: 60%;
    padding-bottom: 5px;
  }

  .sjnav2,
  .sjnav1 {
    display: none;
  }

  .rou {
    transform: rotate(90deg);
  }

  .icon-menu2-d1,
  .icon-menu1-d1 {
    display: flex;
    justify-content: space-between;
  }

  .icon-menu2-d1>img,
  .icon-menu1-d1>img {
    width: 20px;
    height: 20px;
    margin-top: 10px;
  }

  .sjnav2>li>a,
  .sjnav1>li>a {
    display: block;
    line-height: 44px;
    color: #fff;
    padding: 0 40px;
    /* border-bottom: 1px solid #ddd; */
    text-align: left;
    font-family: 微软雅黑;
    font-size: 14px;
    font-style: normal;
    line-height: 38px;
  }


  /*  */
  .mobile_footer {
    background-color: rgb(220, 217, 217);
    padding: 20px 10px;
  }

  .mobile_footer_p3>img {
    width: 16px;
  }

  .translate {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
  }

  .translate>a {
    color: black;
    font-size: 18px;
  }

  .scheme {
    background-color: #e6e2e2;
  }

  .scheme_list {
    display: flex;
    flex-wrap: wrap;
  }

  .scheme_list>li {
    width: 44%;
    margin: 3%;
  }

  .scheme_con {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .d1_text1 {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(61, 133, 198);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .d1_text2 {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .center_con {
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .center_list {
    width: 100%;
    padding-top: 40px;
  }

  .pic_b {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* box-shadow: 0 0 0 1px #ccc; */
    /* border: 3px solid #fff; */
    /* margin: 0 1.5%; */
    margin-left: 0;
  }

.p11 {
    width: 90%;
    margin: 0 auto;
  }


.p11 img {width: 100%;}

  .product_con {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
  }

  .product_con_right {
    width: 100%;
    margin-top: 20px;
  }

  .product_list2>li {
    box-shadow: 0 0 10px 1px gray;
    width: 44%;
    margin: 3%;
  }

  .d3_text {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    text-decoration: none;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .case_con_p1 {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
  }

  .news_con {
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .news_list {
    width: 100%;
    padding-top: 10px;
  }

  .pic_d {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* box-shadow: 0 0 0 1px #ccc; */
    /* border: 3px solid #fff; */
    /* margin: 0 1.5%; */
    margin-left: 0%;
  }

  .lianxi_con {
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .lianxi_con_left {
    width: 100%;
    margin-top: 0px;
  }

  .lianxi_con_right {
    width: 100%;
    margin-left: 0%;
    border-radius: 3px;
  }

  .server_con {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
  }

  .details {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .details_con {
    display: block;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .details_left {
    width: 100%;
    padding-top: 20px;
  }

  .details_left_img {
    margin: 0;
  }

  .details_left_img>img {
    width: 100%;
    margin-top: 30px;
  }

  .center_list {
    width: 100%;
    padding-top: 0px;
  }

  .p1 {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
  }

  .us,
  .scheme,
  .center,
  .lianxi {
    padding: 10px 0 10px;
  }

  .product,
  .case,
  .about,
  .news,
  .contact,
  .server {
    padding-top: 10px;
  }

  .us_con {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .about_list {
    text-align: left;
    margin-top: 10px;
  }

  .center_list>li>a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 14px;
    font-family: 微软雅黑;
    font-style: normal;
    color: black;
    text-align: left;
    line-height: 35px;
  }

  .news_list>li>a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 14px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(0, 0, 0);
    text-align: left;
    line-height: 35px;
  }

  .contact {
    padding-bottom: 20px;
  }

  .about_p12 {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
  }

  .about_con_p1 {
    font-family: 微软雅黑;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
  }
  
.contact_map{height:250px; margin-top:10px;}
  
}