img {
  max-width: 100% !important;
  object-fit: cover;
}

b {
  font-weight: 400 !important;
}

#header {
  width: 100%;
}

#header .h-top {
  width: 1200px;
  margin: 10px auto;
}

#header .h-logo {
  /* width: 335px; */
  height: 67px;
}

#header .h-phone {
  width: 416px;
  height: 67px;
  line-height: 67px;
}

#header .h-phone p {
  background: url(./images/telephone.png) no-repeat left;
  text-indent: 2em;
  vertical-align: middle;
  line-height: 67px;
}

#header .h-phone span {
  font-size: 30px;
  color: #f40;
  font-weight: 600;
}

#header nav {
  width: 100%;
  background-color: #0632c6;
}

#header nav ul {
  width: 1200px;
  margin: 0 auto;
}

#header nav li {
  float: left;
}

#header nav li a {
  display: block;
  width: 150px;
  color: #fff;
  line-height: 60px;
  text-align: center;
}

#header nav li a:hover {
  background-color: #4072d8;
}

#header .banner {
  width: 100%;
  background-color: #f40;
}

#sdys {
  background: url(./images/pic2.png) no-repeat center;
}

#sdys .sida {
  margin: 0 auto;
  width: 1200px;
  height: 150px;
}

#sdys .sida li {
  margin: 44px 0 0 136px;
  float: left;
  width: 13%;
}

#sdys .sida p {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

#sdys .sida span {
  font-size: 12px;
  color: #cbd8f7;
}

#product {
  width: 1200px;
  margin: 40px auto;
}

.title {
  margin: 15px 0;
  color: #0143bc;
  font-weight: 400;
  font-size: 25px;
}

.title .title-span {
  color: #dedede;
  font-weight: 400;
}

.more {
  width: 100px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 40px;
  border: 1px solid #4072d8;
  float: right;
}

#product li {
  box-sizing: border-box;
  padding: 5px;
  position: relative;
  margin: 5px 27px;
  width: 244px;
  height: 318px;
  border: 1px solid #e7e7e7;
  float: left;
  overflow: hidden;
}

#product li div {
  position: absolute;
  top: 264px;
  left: 5px;
  width: 96%;
  height: 97%;
  font-size: 13px;
  color: #fff;
  background-color: rgb(78, 124, 208);
  transition: 0.5s;
}

#product li:hover div {
  top: 5px;
  background: rgba(36, 103, 226, 0.8);
}

#product li div h3 {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  border-bottom: 2px solid #fff;
  text-align: center;
  line-height: 50px;
}

#product li div p {
  padding: 10px;
}

#news {
  padding: 50px 0;
  width: 100%;
  height: 430px;
  background-color: #f8f8f8;
}

#news .flex {
  display: flex;
}

#news .flex>img {
  width: 40%;
  height: auto;
  object-fit: cover;
}

#news .flex>ul {
  padding-left: 25px;
  width: 60%;
}

#news .n-content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

#news .n-left {
  width: 65%;
  /* background-color: #f40; */
  font-size: 14px;
}

#news .n-left li {
  list-style-image: url(./images/li-list.png);
  list-style-position: inherit;
  border-bottom: 1px solid #ededed;
  line-height: 54px;
}

#news .n-left li a {
  color: #333;
}

#news .n-left li i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(./images/time.svg) no-repeat;
}

#news .n-left .n-time {
  color: #c2c2c2;
  font-size: 12px;
}

#news .n-left .n-time2 {
  color: #8e8e8e;
  font-size: 12px;
}

#news .n-right {
  box-sizing: border-box;
  padding: 0 0 0 20px;
  width: 35%;
  /* background-color: #f80; */
}

#news .n-right img {
  display: block;
  margin: 10px auto;
}

#news .n-right p {
  padding: 0 30px;
  color: #333;
  font-size: 14px;
}

#case {
  margin: 30px auto;
  width: 1200px;
}

#case li {
  margin: 0 10px;
  box-sizing: border-box;
  padding: 10px;
  float: left;
  width: 23%;
  height: 320px;
  border: 1px solid #e7e7e7;
}

#case li .c-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#case li .c-box img {
  transition: .5s;
}

#case li:hover .c-box div {
  background-color: transparent;
}

/* #case li:hover .c-box a {
  background-color: rgba(92, 103, 255, 0.6);
} */

#case li:hover img {
  transform: scale(1.1)
}

#case li .c-box div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

#case li .c-box a {
  position: absolute;
  bottom: 0;
  display: block;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 50px;
  color: #fff;
  transition: 0.3s;
  background-color: rgba(1, 67, 188, 0.4);
  /* background-color: #f40; */
}

#youshi {
  width: 100%;
  height: 660px;
  background: url(./images/gongsi.jpg) no-repeat center top;
  background-color: #f3f3f3;
}

#youshi .youshi-box {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

#youshi .video {
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  top: 300px;
  left: 0;
  width: 370px;
  height: 330px;
  background-color: #fff;
}

#youshi .video p {
  font-size: 15px;
  color: #8e8e8e;
  line-height: 50px;
}

#youshi .honor {
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 300px;
  width: 770px;
  height: 330px;
  background-color: #fff;
}

#youshi .honor li {
  position: relative;
  margin: 5px;
  float: left;
  width: 23%;
  transition: 0.3s;
}

#youshi .honor li:hover div {
  background-color: rgba(0, 0, 0, 0.3);
}

#youshi .honor div {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 244.36px;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.5s;
}

#map {
  padding: 30px 0;
  width: 100%;
  background-color: #f3f3f3;
}

#map div {
  margin: 0 auto;
  padding: 20px 0 50px 0;
  width: 1200px;
}

/* 底部 start */

#footer {
  padding-top: 40px;
  background-color: #1f2536;
}

#footer .f-box {
  margin: 0 auto;
  width: 1200px;
}

#footer {
  color: #9fb1c7;
}

#footer .f-lxfs {
  width: 350px;
}

#footer .f-lxfs p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

#footer li {
  font-size: 14px;
  line-height: 30px;
}

#footer li a {
  color: #9fb1c7;
}

#footer li a:hover {
  text-decoration: underline !important;
}

#footer .f-gsxx {
  width: 200px;
}

#footer .f-gsxx p {
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #485667;
}

#footer .weixin {
  width: 250px;
  text-align: center;
}

#footer .f-banquan {
  margin: 10px auto;
  width: 1200px;
  border-top: 1px solid #485667;
}

#footer .f-banquan a,
#footer .f-banquan span {
  margin-right: 10px;
  line-height: 50px;
  color: #9fb1c7;
  font-size: 12px;
}

/* 底部 end 首页结束 */

/* 内容页模板 开始 */

#content {
  padding: 90px 0 30px 0;
  width: 100%;
  /* height: 900px; */
  background: url(./images/bg9.jpg) no-repeat center top;
  /* border: 1px solid transparent; */
  background-color: #e7eff8;
}

#content .c-top {
  margin: 0 auto;
  width: 1200px;
  /* height: 100px;background-color: #f40; */
}

#content .c-top .c-title {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
}

#content .c-top .c-crumbs {
  background: url(./images/xiaofangzi.svg) no-repeat left;
  font-size: 14px;
  color: #fff;
  text-indent: 1.5em;
}

#content .c-top .c-crumbs a {
  color: #fff;
}

#content .c-xia {
  margin: 0 auto;
  width: 1200px;
  /* background-color: #f40; */
  /* height: 500px; */
}

#content .c-xia .c-nav {
  box-sizing: border-box;
  padding: 18px;
  width: 25%;
  /* height: 500px; */
  background-color: #fff;
}

#content .c-nav li a {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #0a43b6;
}

#content .c-nav li a:hover {
  background-color: #1b549c;
}

#content .c-nav div {
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #dedede;
}

#content .c-nav div img {
  margin-right: 5px;
  float: left;
  /* border: 1px solid #0632c6; */
  border-radius: 5px;
}

#content .c-nav div p {
  font-size: 18px;
  color: #0632c6;
  font-weight: 600;
}

#content .c-nav div span {
  font-size: 14px;
  color: #a9a9a9;
  line-height: 25px;
}

#content .c-xia .c-you {
  width: 70%;
  /* height: 500px; */
  background-color: #fff;
}

#content .c-you .y-top {
  border-bottom: 1px solid #dedede;
}

#content .c-xia .y-xia {
  padding: 5px 20px;
}

#content .c-you .y-top span {
  margin-left: 15px;
  display: inline-block;
  line-height: 50px;
  font-weight: 600;
  color: #0632c6;
  font-size: 16px;
  border-bottom: 3px solid #0632c6;
}

/* 内容页模板 结束 */

/* 产品页模板 开始 */

#content .y-xia li {
  margin: 12px;
  float: left;
  width: 30%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #c2c2c2;
}

#content .y-xia .xiazai a {
  display: block;
  margin: 30px;
  /* padding: 10px; */
  line-height: 40px;
  text-indent: 2em;
  border-left: 4px solid #f40;
  background-color: #e2e2e2;
  color: #444;
  font-weight: 600;
  background: url(../skins/images/xiazai.png) no-repeat right;
}

#content .y-xia li>a {
  display: block;
  width: 100%;
  height: 168px;
  overflow: hidden;
}

#content .y-xia li a {
  line-height: 40px;
  color: #333;
}

#content .y-xia li:hover a {
  color: #0632c6;
}

/* 产品页模板 结束  */

/* 新闻页模板 开始 */

#content .y-news-xia {
  padding: 25px;
}

#content .y-news-xia>ul li {
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 10px;
  width: 100%;
  height: 100px;
  background-color: #f7f7f7;
  transition: 0.3s;
}

#content .y-news-xia>ul li:hover {
  box-shadow: 0px 0px 5px #a9a9a9;
  transform: scale(1.1);
}

#content .y-news-xia>ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

#content .y-news-xia>ul li span {
  font-size: 14px;
  color: #a9a9a9;
}

#content .y-news-xia .chakan {
  width: 80px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #a9a9a9;
  border-radius: 17.5px;
  font-size: 14px;
  color: #a9a9a9;
  transition: 0.3s;
}

#content .y-news-xia .chakan:hover {
  background-color: #4072d8;
  color: #fff;
}

/* 新闻页模板 结束 */

/* 内容页 开始 */

.details {
  width: 100%;
  text-align: center;
}

.article a {
  font-weight: bold;
  text-underline-offset: 3px;
  text-decoration: wavy underline !important;
}

.details h1 {
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
}

.details span {
  margin-right: 20px;
  font-size: 14px;
  color: #a9a9a9;
  line-height: 40px;
}

.article {
  box-sizing: border-box;
  padding: 15px;
}

.article p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

#fenye {
  margin: 10px auto;
  width: 100%;
  text-align: center;
}

#fenye li {
  display: inline-block;
}

#fenye a {
  color: #333;
}

#case li .c-box a::after {
  content: '';
  position: absolute;
  top: -254px;
  left: 0;
  display: block;
  width: 254px;
  height: 298px;
}

.sxp li {
  padding: 10px;
  font-size: 14px;
  color: #666;
}

.sxp li a {
  color: #666;
}

.y-news-xia #fenye li {}

.friend {
  width: 1200px;
  margin: 20px auto;
}

.friend li {
  margin-right: 15px;
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
}

.friend li a {
  color: #999;
}

.friend li a:hover {
  text-decoration: underline;
  color: #0143bc;
}

/* 兼容手机端 */

@media(max-width:768px) {
  .friend {
    width: 98%;
    margin: 1%;
  }

  #header .h-phone,
  #youshi {
    display: none;
  }

  #header .h-logo {
    height: auto;
  }

  #header .h-logo img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  #header nav li a {
    line-height: 35px;
    font-size: 14px;
  }

  .more {
    margin-right: 10px;
    border-radius: 5px;
    font-size: 12px;
    color: #999;
    line-height: 30px;
  }

  .title .title-span {
    font-size: 14px;
  }

  .title {
    padding-left: 15px;
    font-size: 18px;
  }

  #product li {
    margin: 1%;
    width: 48%;
    height: 194px;
  }

  #product li div {
    top: 150px;
  }

  #product li div h3 {
    line-height: 40px;
    font-size: 16px;
  }

  #youshi .youshi-box {
    width: 100%;
  }

  #header .h-top,
  #news .n-left,
  #news .n-right,
  #news .n-content,
  #product,
  #header nav li a,
  #header nav ul {
    width: 100%;
  }

  #header nav li {
    margin: 0 -1px -1px 0;
    width: 24.7%;
    border: 1px solid #3F51B5;
  }

  #sdys {
    display: none;
  }

  #case {
    margin: 0;
    width: 100%;
  }

  #news {
    padding: 0;
    height: auto;
  }

  #footer .f-box {
    display: none;
  }

  #footer .f-banquan {
    width: 100%;
  }

  #news .title+div img {
    float: none;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  #news .title+div ul {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    float: left;
  }

  #news .n-right {
    padding: 0;
  }

  #case li {
    margin: 1%;
    width: 48%;
    height: 250px;
  }

  #footer {
    padding: 0;
  }

  #footer .f-banquan a,
  #footer .f-banquan span {
    margin-right: 0;
    line-height: 35px;
    margin-left: 2%;
  }

  #footer .f-banquan span:first-child {
    display: none;
  }

  #news .n-left li a {
    width: 50%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
  }

  #news .n-right p {
    padding: 0 10px;
    color: #666;
  }

  #content {
    padding: 10px 0;
  }

  #content .c-top {
    width: 100%;
  }

  #content .c-top .c-title {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }

  #content .c-top .c-crumbs {
    width: 100%;
    padding: 5px 0;
  }

  #content .c-xia {
    width: 100%;
  }

  #content .c-xia .c-nav {
    padding: 5px 30px;
  }

  #content .c-nav div {
    display: none;
  }

  #content .c-nav li {
    margin: 1%;
    width: 48%;
    float: left;
  }

  #content .c-nav li a {
    margin: 0;
    line-height: 35px;
    font-size: 14px;
  }

  #content .c-xia .c-nav {
    width: 100%;
  }

  #content .c-xia .c-you {
    width: 100%;
  }

  #content .y-xia li {
    margin: 1%;
    width: 47%;
  }

  #content .y-news-xia {
    padding: 5px;
  }

  #content .y-news-xia li {
    padding: 5px;
    height: auto;
  }

  #content .y-news-xia .chakan {
    margin-top: -20px;
    font-size: 12px;
  }

  .details {
    padding-top: 10px;
  }

  .details h1 {
    font-size: 20px;
    line-height: 35px;
  }

  .details span {
    line-height: 25px;
  }

  #content .y-xia .xiazai a {
    margin: 10px;
    padding-right: 78px;
    width: 70%;
    text-indent: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .swiper-slide img {
    height: 170px;
  }

  img {
    height: auto !important;
  }

  #news .flex {
    flex-wrap: wrap;
  }

  #news .flex>img,
  #news .flex>ul {
    width: 100%;
  }

}