﻿@charset "utf-8";
/*@import url("mediaScreen.css");*/
/* CSS Document */

/*base-css*/
.none {
  display: none;
}
.active {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  /*设置添加的子元素的内容为空*/
  content: "";
  /*设置添加的子元素为块级元素*/
  display: block;
  /*设置添加的子元素的高度为0*/
  height: 0;
  /*设置添加的子元素看不见*/
  visibility: hidden;
  /*给添加的子元素设置clear: both;*/
  clear: both;
}
.clearfix {
  /*兼容IE6*/
  *zoom: 1;
}
.div-in {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
/*base-css*/

/**{padding:0px;margin:0;font-family:"Helvetial","Roboto","Arial","PingFang SC","Droid Sans Fallback","Microsoft YaHei",SimSun,sans-serif;}*/
html {
}
body {
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  font-family: "Helvetica Neue", "Tahoma", "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", sans-serif; /*font-family:"微软雅黑", Arial;*/
  line-height: 150%;
  overflow-x: hidden;
}
h1,
h2,
form,
input,
nav {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
input[type="button"] {
  cursor: pointer;
}
a {
  text-decoration: none;
  /* blr:expression(this.onFocus=this.blur()); */
  outline: none;
}
i {
  font-style: normal;
}
/*header,nav,footer,.inner{margin:0 auto;overflow:hidden;}*/
/*footer{background:#F4F4F4;padding-top:100px;}*/
/*头部开始*/
.header {
  width: 100%;
  background: rgba(17, 6, 46, 1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
  box-sizing: border-box;
  /*border: 1px solid purple;*/
}
.header-in {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header-in .logo {
  width: 517px;
  /*height: 38px;*/
}
.header-in .logo img {
  width: 100%;
  margin-top: 25px;
  /*height: 100%;*/
}
.header-in .nav {
  width: 551px;
  height: 36px;
  margin: 30px auto;
  box-sizing: border-box;
}
.header-in .nav > ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header-in .nav > ul > li {
  width: 100%;
  height: 100%;
  list-style: none;
  float: left;
  line-height: 36px;
  text-align: center;
  position: relative;
}
.header-in .nav > ul > li .arrow {
  width: 8px;
  height: 4px;
  background: url(skin/cc.gif) no-repeat right center;
  padding-left: 8px;
}
.header-in .nav > ul > li > a {
  display: inline-block;
  width: 100%;
  height: 18px;
  font-size: 18px;
  color: #e4e3e3;
  font-weight: 400;
  line-height: 18px;
}
.header-in .nav > ul > li:hover {
  border-radius: 18px;
  background: rgba(192, 24, 47, 1);
}
.header-in .nav > ul > li:hover > .dropDownList {
  display: block;
}
.header-in .nav > ul > li > a:link {
  color: #e4e3e3;
}
.header-in .nav > ul > li > a:visited {
  color: #e4e3e3;
}
.header-in .nav > ul > li > .dropDownList {
  position: absolute;
  width: 160px;
  height: 210px;
  background: rgba(192, 24, 47, 1);
  opacity: 0.9;
  display: none;
  border-radius: 10px;
  padding: 10px 15px 0 15px;
  margin-top: 7px;
  left: 50%;
  transform: translateX(-50%);
}
.header-in .nav > ul > li > .case {
  height: 210px;
}
.header-in .nav > ul > li > .aboutUs {
  height: 250px;
}
.header-in .nav > ul > li > .dropDownList > li {
  width: 100%;
  height: 40px;
  list-style: circle inside;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px dashed;
}
.header-in .nav > ul > li > .dropDownList > li:last-child {
  border-bottom: none;
}
.header-in .nav > ul > li > .dropDownList > li > a {
  display: inline-block;
  width: 80%;
  margin-left: -5px;
  height: 100%;
  font-size: 12px;
  font-weight: 200;
  color: rgba(255, 255, 255, 1);
  line-height: 14px;
  text-align: left;
  opacity: 0.7;
}
.header-in .nav > ul > li > .dropDownList > li:hover > a {
  opacity: 1;
}
.header-in .nav > ul > li > .dropDownList::before {
  content: "";
  position: absolute;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 7px solid rgba(192, 24, 47, 1);
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.banner {
  width: 100%;
  position: relative;
  margin-top: 94px;
  /*border: 2px solid red;*/
  height: auto;
  /*height: 701px;*/
  text-align: center;
  /*background: url('/images/cover/top-banner.png') repeat;*/
  /*background: url("/images/cover/top-banner.png") no-repeat;*/
  /*background-size: cover;*/
  /*background-position: 60% 0;*/
}
.banner img {
  /*display: none;*/
  vertical-align: bottom;
  height: 100%;
  margin: 0 -100%; /*背景图片居中*/
  /*visibility: hidden;*/
}
.banner .banner-in {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}
.banner .banner-in .topic {
  position: absolute;
  top: 220px;
}
.banner .banner-in ol {
  width: 63px;
  height: 12px;
  list-style: none;
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.banner .banner-in ol > li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: rgba(238, 238, 238, 1);
  border-radius: 50%;
}
.banner .banner-in ol > li:last-child {
  width: 30px;
  height: 11px;
  background: rgba(192, 24, 47, 1);
  border-radius: 5px;
}
.banner .banner-in .topic h2 {
  height: 40px;
  font-size: 42px;
  font-weight: bold;
  color: rgba(194, 30, 47, 1);
  line-height: 18px;
  margin-bottom: 40px;
}
.banner .banner-in .topic p {
  height: 27px;
  font-size: 28px;
  /*font-weight:bold;*/
  color: rgba(176, 176, 176, 1);
  line-height: 40px;
  padding: 0 10px;
}
.banner .banner img {
  width: 100%;
  /*height: 605px;*/
}
/*头部结束*/
/*内容开始*/
.content {
  width: 100%;
  height: auto;
  /*height: 2856px;*/
}
h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 18px;
}
p {
  /*font-size:18px;*/
  font-weight: 300;
  line-height: 1.5 !important;
  margin-top: 30px;
}
.content-in {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.content-ztwfw {
  height: 467px;
  background-color: #fff;
  position: relative;
}
.content-ztwfw .content-in {
  padding-top: 116px;
  text-align: center;
  box-sizing: border-box;
}
.content-ztwfw .content-in h2 {
  height: 36px;
  color: rgba(51, 51, 51, 1);
}
.content-ztwfw .content-in p {
  height: 18px;
  color: rgba(138, 138, 138, 1);
}
.content-ztwfw .content-in ul {
  width: 1200px;
  height: 171px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.content-ztwfw .content-in ul > li {
  width: 100%;
  /*width: 176px;*/
  height: 171px;
  background: rgba(247, 247, 247, 0);
  border-radius: 20px 20px 0 0;
  /*float: left;*/
  text-align: center;
}
.content-ztwfw .content-in ul > li > img {
  width: 103px;
  height: 72px;
  margin-top: 21px;
}
.content-ztwfw .content-in ul > li > p {
  color: rgba(51, 51, 51, 1);
  margin: 0 0 6px 0;
}
.content-ztwfw .content-in ul > li > .p2 {
  display: none;
}
.content-ztwfw .content-rightBar-box {
  width: 46px;
  height: 185px;
  background-color: #c1ea8b;
  position: absolute;
  bottom: 2px;
  right: 33px;
}
.content-center {
  height: 442px;
  position: relative;
  background: rgba(247, 247, 247, 1);
}
/*.content-center .content-in{*/
/*	background: rgba(247, 247, 247, 1) url("/images/cover/userCenter.png") no-repeat right;*/
/*}*/
.content-center .content-in {
  position: relative;
}
.content-center .content-in img {
  position: absolute;
  right: 0;
}
.content-center .content-in .des {
  /*width: 316px;*/
  /*height: 100%;*/
  /*margin-left: 100px;*/
  height: auto;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}
.content-center .content-in .des h2 {
  /*margin-top: 113px;*/
  height: 34px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}
.content-center .content-in .des p {
  height: 16px;
  font-size: 16px;
  color: rgba(118, 118, 118, 1);
}
.content-center .content-in .des .ue {
  display: inline-block;
  margin-top: 50px;
  width: 174px;
  height: 47px;
  background: linear-gradient(
    24deg,
    rgba(194, 30, 47, 1) 0%,
    rgba(233, 76, 55, 1) 100%
  );
  border-radius: 23px;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.content-center .content-in .des .ue a {
  color: #fff;
}
.content-center .content-in .des .ue:hover {
  background: linear-gradient(
    24deg,
    rgba(220, 20, 41, 1) 0%,
    rgba(247, 120, 51, 1) 100%
  );
}
.content-center .content-in .des .ue:hover a {
  color: #fff;
}
.content-center .content-in .centerImg {
  width: 784px;
  height: 100%;
  background-image: url("/images/cover/userCenter.png");
}
.content-center .content-rightBar-toTop {
  width: 46px;
  height: 45px;
  background-color: red;
  position: absolute;
  top: 0;
  right: 33px;
}
.content-dsj {
  width: 100%;
  height: 922px;
  background-image: url("/images/cover/dsj_bg.png");
  /* display: none; */
}
.content-dsj .content-in {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 116px;
  text-align: center;
  box-sizing: border-box;
}
.content-dsj .content-in .des {
  width: 1200px;
  margin-bottom: 69px;
}
.content-dsj .content-in .des h2 {
  color: rgba(255, 255, 255, 1);
}
.content-dsj .content-in .des p {
  color: rgba(255, 202, 202, 1);
}
.content-solution {
  width: 100%;
  height: 787px;
  padding-top: 116px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  /* display: none; */
}
.content-solution .des {
  width: 100%;
  /*margin-bottom: 69px;*/
  text-align: center;
}
.content-solution h3 {
  height: 18px;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
.content-solution .des h2 {
  color: rgba(51, 51, 51, 1);
}
.content-solution .des p {
  color: rgba(138, 138, 138, 1);
}
.content-solution .des ul {
  width: 92%;
  height: 427px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.content-solution .des ul > li {
  flex: 1;
  margin-right: 20px;
}
.content-solution .des ul > li > img {
  width: 100%;
  height: 308px;
  /*border: 1px dashed #ccc;*/
  float: left;
  box-sizing: border-box;
}
.content-solution .des ul > li a {
  display: inline-block;
  width: 100%;
  height: 60px;
  float: left;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.11);
  text-align: left;
  padding-right: 33px;
  box-sizing: border-box;
  position: relative;
}
.content-solution .des ul > li:hover a > h3 {
  color: #c21e2f;
}
.content-solution .des ul > li:hover a > h3::after {
  content: ">";
  width: 10px;
  height: 18px;
  position: absolute;
  right: 39px;
  top: 21px;
  color: #c21e2f;
}
.content-solution .des ul > li a > h3 {
  color: rgba(95, 95, 95, 1);
  margin-left: 25px;
  box-sizing: border-box;
}
.content-solution .des ul > li a > p {
  height: 33px;
  font-size: 14px;
  color: rgba(158, 158, 158, 1);
  margin-top: 0;
  margin-left: 26px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content-logo {
  width: 100%;
  height: 238px;
  background: rgba(255, 255, 255, 1);
  padding-left: 150px;
  padding-right: 150px;
  border: 1px solid #fff;
  box-sizing: border-box;
  position: relative;
}
.content-logo span {
  display: inline-block;
  width: 59px;
  height: 66px;
  font-size: 30px;
  text-align: center;
  line-height: 66px;
  color: #ccc;
  transition: color 0.5s;
}
.content-logo span:hover {
  color: grey;
}
.content-logo .leftArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
}
.content-logo .rightArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}
.content-logo .container {
  width: 100%;
  height: 120px;
  margin-top: 60px;
  overflow: hidden;
}
.content-logo .container ul {
  width: 5000px;
  height: 100%;
}
.content-logo .container ul > li {
  width: 210px;
  height: 120px;
  margin-right: 72px;
  float: left;
}
/*内容结束*/
/*尾部开始*/
.footer {
  width: 100%;
  height: 477px;
  background: rgba(69, 69, 69, 1);
}
.footer-in {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer-in h3 {
  margin-bottom: 15px!important;
}
.footer-in h3 a {
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  margin: 0;
  opacity: 0.7;
}

.footer-in p {
  line-height: 30px;
  margin: 0;
}
.footer-in p a {
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  opacity: 0.7;
}
.footer-in .footerTop {
  width: 1200px;
  height: 341px;
  padding-top: 69px;
  box-sizing: border-box;
}
.footer-in .footerTop .intro1 {
  width: 270px;
  height: 290px;
  /* margin-right: 140px; */
}
.footer-in .footerTop .intro1 .dsjLink {
  margin-bottom: 15px;
}
.footer-in .footerTop .intro2 .intro2_Top {
  margin-bottom: 15px;
}
.footer-in .footerTop .intro2 {
  width: 260px;
  height: 222px;
}
.footer-in .footerTop .intro2 .intro2_Bottom {
  width: 80%;
  height: 223px;
}
.footer-in .footerTop .intro2 .intro2_Bottom .aboutusLeft {
  width: 80px;
  height: 160px;
  margin-right: 40px;
}
.footer-in .footerTop .intro2 .intro2_Bottom .aboutusRight {
  width: 60px;
  height: 120px;
  margin-top: 50px;
}
.footer-in .footerTop .qrcode {
  margin-top: 32px;
  box-sizing: border-box;
  width: 367px;
  height: 190px;
  margin-right: 11px;
  text-align: center;
}
.footer-in .footerTop .qrcode p {
  height: 30px;
  /*height:14px;*/
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  opacity: 0.7;
}
.footer-in hr {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  height: 1px;
  opacity: 0.2;
}
.footer-in .footerBottom {
  width: 100%;
  padding-top: 12px;
}
.footer-in .footerBottom .addr {
  width: 800px;
}
.footer-in .footerBottom .addr p {
  height: 30px;
  /*height:15px;*/
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  margin-left: 10px;
  padding-top: 5px;
  opacity: 0.7;
}
.footer-in .footerBottom .contact {
  width: 200px;
  height: 46px;
  background-color: yellow;
}
/*尾部结束*/

@media screen and (max-width: 400px) {
  .content-solution .des ul > li > a {
    height: 46px;
  }
}

@media screen and (max-width: 1680px) {

}
@media screen and (max-width: 1600px) {
  .banner .banner-in .topic h2 {
    font-size: 30px;
  }
  .banner .banner-in .topic p {
    font-size: 20px;
  }
  h2 {
    font-size: 30px;
  }
  .footer-in .footerTop .intro2 .intro2_Bottom {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .banner {
    /*margin-top: 66px;*/
  }
  .header-in .logo img {
    /*width: 70%;*/
  }
  .header-in .nav {
    /*height: 25px;*/
    /*margin: 21px auto;*/
    margin-right: 10%;
  }
  .banner .banner-in ol {
    width: 50px;
  }
  .banner .banner-in ol > li {
    width: 8px;
    height: 8px;
  }
  .banner .banner-in ol > li:last-child {
    width: 22px;
    height: 8px;
  }
  .banner .banner-in .topic {
    left: 5%;
  }
}
@media screen and (max-width: 1366px) {
  .banner .banner-in .topic {
    left: 6%;
  }
}
@media screen and (max-width: 1280px) {
  .banner {
    margin-top: 62px;
  }
  .header-in {
    width: 100%;
    /*padding: 0 50px;*/
  }
  .header-in .logo {
    width: 450px;
    float: none;
    /* display: none; */
  }
  /*.header-in .logo h1{*/
  /*	width: 450px;*/
  /*}*/
  .header-in .nav {
    /*margin: 15px auto;*/
    /*margin-right: 7%;*/
    width: 100%;
    height: auto;
    margin: 15px 15px;
  }
  .header-in .nav > ul {
    /* width: 80%; */
  }
  .banner .banner-in .topic {
    left: 8%;
    top: 200px;
  }
  .banner .banner-in .topic h2 {
    margin-bottom: 20px;
  }
  .banner .banner-in .topic p {
    height: auto;
    margin-top: 0;
  }
  /*.content{*/
  /*	height: auto;*/
  /*	!*height: 2861px;*!*/
  /*}*/
  .content-in {
    width: 100%;
  }
  .content-ztwfw .content-in ul {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .content-solution {
    height: 1234px;
  }
  .content-dsj .content-in {
    width: 100%;
    padding: 116px 50px 0 50px;
  }
  .content-dsj .content-in .des {
    width: 100%;
  }
  .content-solution .des ul {
    height: auto;
    /*height: 874px;*/
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
  }
  .content-solution .des ul > li {
    margin-top: 20px;
    flex: none;
    width: 45%;
  }
  .content-solution .des ul > li:nth-child(even) {
    margin-right: 0;
  }
  .content-ztwfw .content-rightBar-box {
    display: none;
  }
  .content-center .content-in {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .content-center .content-rightBar-toTop {
    display: none;
  }
  .footer-in {
    width: 100%;
  }
  .footer-in .footerTop {
    width: 100%;
    padding: 50px 50px;
  }
  .footer-in .footerTop .intro1 {
    margin-right: 20px;
  }
  .footer-in .footerTop .intro2 {
    width: 180px;
  }
}
@media screen and (max-width: 1240px) {
  .footer-in .footerTop .qrcode {
    width: 150px;
}
}

@media screen and (max-width: 1080px) {
  .footer-in .footerTop .intro1 {
    width: 180px;

}
  .banner img {
    height: 22rem;
  }
  .titleH2 h2 {
    font-size: 30px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
  }
  .banner .banner-in .topic {
    left: 8%;
    top: 115px;
  }
  .content .content-in .rightDiv ul > li > p.intro {
    transform: scale(0.95) !important;
  }
  .content .content-in .rightDiv ul > li:first-child {
    /* height: 240px!important; */
  }
  .content .content-in .rightDiv ul > li {
    /* height: 180px!important; */
  }
  .content .content-in .rightDiv ul > li > img {
    width: 130px !important;
  }
  .content .content-in .rightDiv ul > li > p.name {
    padding-top: 22px !important;
    transform: scale(0.95) !important;
  }
  .content {
    height: auto;
  }
  h2 {
    font-size: 30px !important;
  }
  .content-dsj {
    background-size: cover;
    height: auto;
    padding-bottom: 100px;
  }
  .content-dsj .content-in .des {
    margin-bottom: 0;
  }
  .content-dsj .content-in img {
    width: 70%;
  }
  .content-solution {
    height: auto;
    /*height: 1234px;*/
  }
}
@media screen and (max-width: 1024px) {
  .footer-in .footerTop .intro2 .intro2_Bottom .aboutusRight {
    margin-top: 0px;
  }
  .banner {
    /*margin-top: 147px;*/
  }
  .header-in {
    /*display: none;*/
  }
  .screenTop {
    width: 100%;
    /*display: block;*/
  }
  .content .content-in .rightDiv ul > li > p.intro {
    transform: scale(0.9) !important;
  }
  .content .content-in .rightDiv ul > li:first-child {
    /* height: 220px!important; */
  }
  .content .content-in .rightDiv ul > li {
    /* height: 170px!important; */
  }
  .content .content-in .rightDiv ul > li > img {
    width: 120px !important;
  }
  .content .content-in .rightDiv ul > li > p.name {
    padding-top: 18px !important;
    transform: scale(0.9) !important;
  }
  .screenTop .logo {
    background-color: #f4f4f4;
  }
  .screenTop .logo h1 img {
    /*padding:20px;*/
    display: none;
    padding-left: 20px;
    width: 300px;
  }
  .screenTop .screenNav {
    width: 100%;
    padding-left: 10%;
    padding-right: 20%;
  }
  .screenTop .screenNav > ul {
    width: 70%;
    height: 100%;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
  }
  .screenTop .screenNav > ul > li {
    width: 60%;
    height: 100%;
    list-style: none;
    float: left;
    line-height: 36px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .screenTop .screenNav > ul > li .arrow {
    width: 8px;
    height: 4px;
    background: url(skin/cc.gif) no-repeat right center;
    padding-left: 8px;
  }
  .screenTop .screenNav > ul > li > a {
    display: inline-block;
    width: 100%;
    height: 18px;
    font-size: 18px;
    color: #e4e3e3;
    font-weight: 400;
    line-height: 18px;
  }
  .screenTop .screenNav > ul > li:hover {
    border-radius: 18px;
    background: rgba(192, 24, 47, 1);
    overflow: visible;
  }
  .screenTop .screenNav > ul > li:hover > .dropDownList {
    opacity: 0.9;
  }

  .screenTop .screenNav > ul > li > a:link {
    color: #e4e3e3;
  }
  .screenTop .screenNav > ul > li > a:visited {
    color: #e4e3e3;
  }
  .screenTop .screenNav > ul > li > .dropDownList {
    position: absolute;
    width: 160px;
    height: 179px;
    background: rgba(192, 24, 47, 1);
    opacity: 0;
    border-radius: 10px;
    padding: 10px 15px 0 15px;
    margin-top: 16px;
    left: 50%;
    transform: translateX(-50%);
  }
  .screenTop .screenNav > ul > li > .aboutUs {
    height: 330px;
  }

  .screenTop .screenNav > ul > li > .dropDownList > li {
    width: 100%;
    height: 40px;
    list-style: circle inside;
    color: #fff;
    border-bottom: 1px dashed;
  }
  .screenTop .screenNav > ul > li > .dropDownList > li:last-child {
    border-bottom: none;
  }
  .screenTop .screenNav > ul > li > .dropDownList > li > a {
    display: inline-block;
    width: 80%;
    margin-left: -5px;
    height: 100%;
    font-size: 14px;
    font-weight: 200;
    color: rgba(255, 255, 255, 1);
    line-height: 14px;
    text-align: left;
    opacity: 0.6;
  }
  .screenTop .screenNav > ul > li > .dropDownList > li:hover > a {
    opacity: 1;
  }
  .screenTop .screenNav > ul > li > .dropDownList::before {
    content: "";
    position: absolute;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 7px solid rgba(192, 24, 47, 1);
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner .banner-in {
    width: 100%;
  }
  .content-dsj .content-in .des {
    width: 100%;
  }
  .footer {
    height: 657px;
  }
  .footer-in .footerTop .qrcode {
    float: right;
  }
  .footer-in .footerBottom .contact {
    float: left;
    margin: 10px;
  }
}
@media screen and (min-width: 860px) {
  #mobile-menu {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .footer-in .footerTop .intro1 {
    width: 136px ;
}
}
@media screen and (max-width: 860px) {
  .header {
    display: none;
  }
  .mobileTop {
    display: block;
  }
  .content .content-in .rightDiv ul > .li p.title {
    margin-top: 10px;
    font-size: 15px !important;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .content-yjy .content-in .yjyDes {
    flex-wrap: wrap;
  }
  .content-yjy .content-in .yjyDes > div {
    width: 40% !important;
    height: 150px;
    margin: 40px auto !important;
    background-color: #f4f4f4;
    border-radius: 5px;
    margin-bottom: 12px;
    padding: 73px 20px 20px 20px;
    position: relative;
  }

  .content .content-in .rightDiv ul > .li p.des {
    margin-top: 15px;
    font-size: 12px !important;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .rightDiv > .keywords > .kLeft {
    display: none;
  }

  .rightDiv > .keywords > .kRight {
    width: 80% !important;
    float: none;
    margin: 0 auto;
  }
  .rightDiv > .photos > ul .li860 {
    display: none;
  }
  .rightDiv > .photos > ul > .li {
    width: 45% !important;
  }
  .rightDiv > .photos > ul .li:nth-child(1) {
    margin-right: 10% !important;
  }
  .rightDiv > .photos > ul .li:nth-child(2) {
    margin-right: 0 !important;
  }
  .rightDiv > .photos > ul .li:nth-child(3) {
    margin-right: 10% !important;
  }
  .mobileTop .hdtitle {
    width: 100%;
    height: 3rem;
    text-align: center;
    background: #11062e;
    position: fixed;
    z-index: 888;
    padding: 0 1rem;
    left: 0;
    top: 0;
    box-sizing: border-box;
  }
  .content .content-in .rightDiv ul > li > p.intro {
    transform: scale(0.8) !important;
    line-height: 20px !important;
    padding-top: 13px !important;
  }
  .content .content-in .rightDiv ul > li:first-child {
    /* height: 200px!important; */
  }
  .content .content-in .rightDiv ul > li {
    /* height: 150px!important; */
  }
  .content .content-in .rightDiv ul > li > img {
    width: 100px !important;
  }
  .content .content-in .rightDiv ul > li > p.name {
    padding-top: 13px !important;
    transform: scale(0.8) !important;
  }
  .mobileTop .hdtitle a {
    display: inline-block;
    /*border: 1px solid red;*/
  }
  .mobileTop .hdtitle > img {
    /*width: 13.75rem;*/
    height: 3rem;
    /*margin-left: 6rem;*/
  }
  .mobileTop .hdtitle a > img {
    height: 1.5rem;
    width: 1.5rem;
    margin-top: 0.6rem;
  }
  /*蒙板*/
  .mask {
    width: 100%;
    height: 100vh;
    background-color: black;
    opacity: 0.3;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .dropdownLi .arrow {
    width: 0.5rem;
    height: 0.25rem;
    background: url(skin/cc.gif) no-repeat center center;
    padding-left: 0.8rem;
    display: inline-block;
    transform: rotateZ(-90deg);
    transform-origin: center;
    transition: all 0.5s;
  }

  #mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #c0182f;
    z-index: 9999;
    transition: all 0.3s ease-in;
    overflow-y: auto;
  }
  a:hover,
  a:focus {
    text-decoration: none;
  }
  .mobile-nav > ul > li > a {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 1em 5%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-out;
    cursor: pointer;
  }
  .mobile-nav > ul > li > a:hover {
    /*background-color: #23A1F6;*/
    color: rgba(255, 255, 255, 1);
  }
  .mobile-nav > ul > li > .subnav {
    padding-left: 2rem;
  }
  .mobile-nav > ul > li > .subnav > li > a {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 1em 5%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-out;
    cursor: pointer;
  }
  div.show-nav {
    transform: translateX(0);
  }
  div.hide-nav {
    transform: translateX(-100%);
  }
  /*侧滑关键*/
  .nav.avbar-inverse {
    position: relative;
  }
  .nav-btn {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .banner {
    height: auto;
    margin-top: 35px;
  }
  .banner img {
    /*visibility: hidden;*/
    /*height: 20rem;*/
    /*height: 15rem;*/
  }
  .banner .banner-in .topic {
    top: 7rem;
  }
  .banner .banner-in .topic h2 {
    height: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.3rem;
    margin-bottom: 1.5rem;
  }
  .banner .banner-in .topic p {
    height: 1.2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .banner .banner-in ol {
    display: none;
  }
  h2 {
    height: 1.5rem;
    font-size: 26px !important;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }
  p {
    /*height: 0.8rem;*/
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 1rem;
  }
  .content-ztwfw {
    height: auto;
  }
  .content-ztwfw .content-in {
    padding-top: 5rem;
  }
  .content-ztwfw .content-in h2 {
    height: auto;
  }
  .content-ztwfw .content-in p {
    height: auto;
    padding: 0 2rem;
    margin-top: 2rem;
    line-height: 1.5rem;
  }
  .content-ztwfw .content-in ul {
    height: 10rem;
    position: relative;
    /*display: block;*/
    width: 100%;
    margin-top: 2rem;
    padding: 0 1rem;
  }
  .content-ztwfw .content-in ul > li {
    /*width: 26%;*/
    height: auto;
    background: rgba(247, 247, 247, 0);
    border-radius: 0;
    text-align: center;
    /*margin-bottom: 2rem;*/
    /*margin-left: 2rem;*/
  }
  .content-ztwfw .content-in ul > li > p {
    font-size: 1rem;
    line-height: 3rem;
    padding: 0;
  }
  .content-ztwfw .content-in ul > li > .p1 {
    display: none;
  }
  .content-ztwfw .content-in ul > li > .p2 {
    display: block;
  }
  .content-ztwfw .content-in ul > li > img {
    width: 100%;
    /*width: 6rem;*/
    height: 4rem;
    margin-top: 1rem;
    /*display: none;*/
  }
  .content-center {
    height: auto;
  }
  /*.content-center .content-in{*/
  /*	background-position: left center !important;*/
  /*}*/
  .content-center .content-in img {
    position: static;
    width: 100%;
    margin-left: 20%;
  }
  .content-center .content-in .des {
    left: 1rem;
  }
  .content-center .content-in .des h2 {
    height: 2.1rem;
  }
  .content-center .content-in .des p {
    height: 1rem;
    font-size: 1rem;
  }
  .content-center .content-in .des .ue {
    margin-top: 3rem;
    width: 11rem;
    height: 3rem;
    border-radius: 1.5rem;
    line-height: 3rem;
    font-size: 1rem;
  }
  .content-dsj {
    padding-bottom: 5rem;
  }
  .content-dsj .content-in {
    padding: 5rem 2rem 0px 2rem;
  }
  .content-dsj .content-in .des {
    margin-bottom: 3rem;
  }
  .content-ztwfw .content-in h2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .content-dsj .content-in img {
    width: 80%;
  }
  .content-solution {
    padding-top: 5rem;
    height: auto;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
  .content-solution h3 {
    height: 1.2rem;
    font-size: 1.2rem;
    line-height: 1rem;
  }
  .content-solution .des {
    margin-bottom: 0;
  }
  .content-solution .des h2 {
    margin-bottom: 2rem;
  }
  .content-solution .des p {
    padding: 0 3rem;
  }
  .content-solution .des ul {
    margin-top: 2rem;
  }
  /*.content-solution .des ul{*/
  /*	margin: 0 auto;*/
  /*	margin-top: 1.5rem;*/
  /*	width: 100%;*/
  /*	height: auto;*/
  /*	!*height: 32rem;*!*/
  /*	display: inline-block;*/
  /*	padding: 1rem;*/
  /*	box-sizing: border-box;*/
  /*}*/
  /*.content-solution .des ul>li{*/
  /*	width: 100%;*/
  /*	height: 6rem;*/
  /*	text-align: center;*/
  /*}*/
  .content-solution .des ul > li > img {
    /*width: 8rem;*/
    /*height: 6rem;*/
    /*display: none;*/
    height: auto;
  }
  .content-solution .des ul > li > a {
    width: 100%;
    height: 3.125rem;
    /*margin-left: 1.7rem;*/
    margin-right: 0;
    padding-right: 0.1rem;
    box-sizing: border-box;
  }
  .content-solution .des ul > li:hover a > h3::after {
    content: ">";
    width: 0.8rem;
    height: 1.1rem;
    position: absolute;
    right: 1.3rem;
    top: 2.4rem;
    color: #c21e2f;
    box-sizing: border-box;
    display: none;
  }
  .content-solution .des ul > li a > h3 {
    margin: 0.8rem 0 0.2rem 1rem;
    box-sizing: border-box;
  }
  .content-solution .des ul > li a > p {
    padding: 0 0;
    height: 2.5rem;
    font-size: 1rem;
    color: rgba(158, 158, 158, 1);
    margin-top: 0.5rem;
    margin-left: 1.1rem;
    box-sizing: border-box;
    overflow: hidden;
  }
  .content-logo {
    height: auto;
    padding-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .content-logo .container {
    margin-top: 2rem;
    height: auto;
  }
  .content-logo .container ul > li {
    width: 13.1rem;
    height: 7.5rem;
    margin-right: 4.5rem;
  }
  .content-logo .container ul > li img {
    width: 100%;
  }
  .content-logo .leftArrow {
    left: 0;
  }
  .content-logo .rightArrow {
    right: 0;
  }
  .footer {
    height: auto;
  }
  .footer-in {
    height: auto;
  }
  .footer-in h3 {
    margin: 0;
  }
  .footer-in h3 a {
    font-size: 1rem;
    line-height: 1.9rem;
  }
  .footer-in p {
    line-height: 1.2rem;
    margin-top: 1rem;
  }
  .footer-in p a {
    font-size: 0.7rem;
  }
  .footer-in .footerTop .qrcode {
    margin-top: 1.5rem;
    width: 10rem;
    height: 15rem;
    margin-right: 0.7rem;
  }
  .footer-in .footerTop .qrcode .qrcodeLeft {
    margin-right: 2rem;
    margin-top: 50px;
  }
  .footer-in .footerTop .qrcode .qrcodeRight {
    float: left;
    margin-top: 50px;
    margin-left: 15px;
  }
  .footer-in .footerTop .qrcode img {
    width: 10rem;
    height: 10rem;
  }
  .footer-in .footerTop {
    height: auto;
    padding: 3rem 3rem 1rem 3rem;
  }
  .footer-in .footerBottom {
    height: 3rem;
    padding-bottom: 1rem;
  }
  .footer-in .footerBottom .addr {
    width: 100%;
  }
  .footer-in .footerBottom .addr p {
    height: 1rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-left: 1.5rem;
    padding: 0.3rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 720px) {
  p {
    font-size: 15px;
  }
  h2 {
    height: 1rem;
    font-size: 22px !important;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }
  .banner {
    margin-top: 2.9rem;
    background-size: cover;
    background-position: 60% 0;
  }
  .banner .banner-in .topic {
    top: 4rem;
    left: 50%!important;
  }
  .banner .banner-in .topic h2 {
    font-size: 22px;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .banner .banner-in .topic p {
    font-size: 15px;
  }
  .banner img {
    height: 17rem;
  }
  .content-in .circle-yjy {
    display: none !important;
  }

  .content .content-in .rightDiv ul > li > p.intro {
    /* transform: scale(0.65)!important; */
    line-height: 20px !important;
    padding-top: 13px !important;
  }
  .content .content-in .rightDiv ul > li:first-child {
    /* height: 180px!important; */
  }
  .content .content-in .rightDiv ul > li {
    /* height: 130px!important; */
    padding: 0 23px !important;
  }
  .content .content-in .rightDiv ul > li > img {
    float: none !important;
    margin-top: 30px;
    margin-right: 0 !important;
    width: 80px !important;
  }
  .content .content-in .rightDiv ul > li > p.name {
    padding-top: 14px !important;
    text-align: center !important;
    transform: scale(0.65) !important;
  }

  .content-ztwfw .content-in {
    padding-top: 2rem;
  }
  .content-ztwfw .content-in h2 {
    font-size:16px !important;
    margin-bottom: 0;
  }
  .content-ztwfw .content-in p {
    padding: 10px 2rem;
    margin-top: 0;
    line-height: 1.2rem;
  }
  .content-ztwfw .content-in ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: auto;
  }
  .content-ztwfw .content-in ul > li > img {
    width: 70%;
  }
  .content-ztwfw .content-in ul > li > p {
    font-size: 0.62rem;
    line-height: 1.2rem;
  }
  .content-center .content-in .des h2 {
    height: 1.1rem;
    font-size: 0.75rem !important;
    line-height: 1rem;
    margin-bottom: 0.8rem;
  }
  .content-center .content-in .des {
    left: 3rem;
  }
  .content-center .content-in .des p {
    height: 1rem;
    font-size: 0.62rem;
  }
  .content-center .content-in .des .ue {
    margin-top: 1rem;
    width: 6rem;
    height: 2rem;
    border-radius: 1rem;
    line-height: 2rem;
    font-size: 0.7rem;
  }
  .content-dsj .content-in {
    padding: 2rem 2rem 0px 2rem;
  }
  .content-dsj .content-in .des h2 {
    font-size: 0.75rem !important;
  }
  .content-solution {
    padding-top: 2rem;
  }
  .content-solution h3 {
    height: 1rem;
    font-size: 0.66rem;
    line-height: 1rem;
  }
  .content-solution .des h2 {
    margin-bottom: 10px;
    font-size: 16px !important;
  }
  .content-solution .des ul {
    margin-top: 1rem;
  }
  .content-solution .des ul > li > a {
    height: 39px;
  }
  .content-solution .des ul > li a > h3 {
    margin: 0.5rem 0 0 0.5rem;
  }
  .content-solution .des ul > li a > p {
    height: 2.5rem;
    font-size: 0.62rem;
    margin-top: 0.2rem;
    margin-left: 0.5rem;
  }
  .content-logo .container ul > li {
    width: 7.1rem;
    height: 4.5rem;
    margin-right: 1.5rem;
  }
  .content-logo span {
    width: 3rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 4rem;
  }
  .footer-in h3 {
    margin: 0;
  }
  .footer-in h3 a {
    font-size: 16px;
    line-height: 1rem;
  }
  .footer-in p {
    line-height: 1rem;
    margin-top: 0.62rem;
  }
  .footer-in p a {
    font-size: 0.62rem;
  }
  .footer-in .footerTop {
    padding: 2rem 1rem 0.5rem 1rem;
  }
  .footer-in .footerTop .intro1 {
    width: 10rem;
    height: 15rem;
    margin-right: 0;
  }
  .footer-in .footerTop .intro2 {
    width: auto;
    /* margin-top: 1rem; */
    height: 12rem;
    margin-left: 0px;
  }
  .footer-in .footerTop .intro2 .intro2_Bottom {
    height: auto;
  }
  .footer-in .footerTop .intro2 .intro2_Bottom .aboutusLeft {
    /* width: 6rem; */
    height: 10rem;
    margin-right: 1rem;
  }
  .footer-in .footerTop .intro2 .intro2_Bottom .aboutusLeft p {
    width: 4rem;
  }
  .footer-in .footerTop .intro2 .intro2_Bottom .aboutusRight {
    width: 4rem;
    height: 7.5rem;
    margin-top: 26px;
  }
  .footer-in .footerTop .qrcode {
    width: 14rem;
    height: 10rem;
    margin-top: 20px;
    float: none;
    margin: 0 auto;
  }
  .footer-in .footerTop .qrcode img {
    width: 6rem;
    height: 6rem;
  }
  .footer-in .footerTop .qrcode p {
    font-size: 0.62rem;
  }
  .footer-in .footerBottom {
    padding-top: 0.2rem;
  }
  .footer-in .footerBottom .addr p {
    font-size: 0.62rem;
  }
}
@media screen and (max-width: 460px) {
  .banner .banner-in .topic h2 {
    font-size: 16px !important;
    white-space: nowrap;
    margin-bottom: 5px;
  }
  .banner .banner-in .topic p {
    font-size: 0.62rem;
  }
}
@media screen and (max-width: 400px) {
  .content-solution .des ul > li > a {
    height: 46px;
  }
  .footer-in .footerTop .intro1 {
    width: 9rem;
}
.footer-in .footerTop .qrcode {
  width: 7rem;
  float: right;
  margin-right: 11px;
}
.footer-in .footerTop .qrcode .qrcodeRight {
  margin-left: 0px;
}
}
@media screen and (max-width: 330px) {
  .footer .footer-in .footerTop {
    padding: 2rem 0 0.5rem 1.5rem;
    color: #111;
  }
  .footer-in .footerTop .intro2 {
    margin-left: 0;
  }
}
