@charset "UTF-8";
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: SourceHanSansM;
}
body {
  background: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 15px;
}
p,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
textarea,
blockquote {
  padding: 0;
  margin: 0;
}
div {
  display: block;
  user-select: none;
}
ul,
li,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: bottom;
}
a,
a:focus,
a:hover,
input,
select,
textarea {
  text-decoration: none;
  outline: none;
}
i,
b {
  font-weight: normal;
  font-style: normal;
}
em {
  font-style: normal;
}
.bgfff {
  background: #fff;
}
.clearfix:after,
.clearFix:after {
  content: '';
  clear: both;
  display: block;
}
.bodyoverflow {
  height: 100%;
  overflow: hidden;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boxsize {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.boxshadow {
  box-shadow: 0px 5px 10px 0px rgba(3, 66, 177, 0.1);
}
.text-c {
  text-align: center;
}
.imgw100 {
  width: 100%;
}
.maxWidth {
  max-width: 100%;
}
.minHeightauto {
  min-height: auto!important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fw {
  font-weight: bold;
}
.relative {
  position: relative;
}
.hide {
  display: none;
}
.bgGrey {
  background: #f7f9fd;
}
.paddingTB {
  padding: 8px 0!important;
}
.marginTB {
  margin: 8px 0!important;
}
.defaultT {
  padding-top: 60px;
}
.defaultB {
  padding-bottom: 60px;
}
.defaultTB {
  padding-top: 60px;
  padding-bottom: 60px;
}
.defaultT0 {
  padding-top: 0!important;
}
.defaultB0 {
  padding-bottom: 0!important;
}
.nopadding {
  padding: 0!important;
}
.font24 {
  font-size: 24px;
}
.font22 {
  font-size: 22px;
}
.font18 {
  font-size: 18px;
}
.fontline {
  line-height: 1.8em;
}
.fontRed {
  color: #e60000;
}
.fontTheme {
  color: #0066cc;
}
.triangle {
  position: relative;
}
.triangle:after {
  content: "";
  position: absolute;
  bottom: -120%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #0066cc transparent transparent transparent;
  display: block;
}
.Animation {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a,
div,
p,
li,
ul,
span {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.fontLine {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8em;
}
@font-face {
  font-family: "SourceHanSansM";
  src: url('../font/SourceHanSansM.woff') format('woff');
}
@font-face {
  font-family: "SourceHanSansH";
  src: url('../font/SourceHanSansH.woff') format('woff');
}
.bodyoverflow {
  height: 100%;
  overflow: hidden;
}
.bodyBox {
  overflow: hidden;
}
.mainBox {
  padding: 0 5%;
}
.nothing {
  padding: 20px 0;
  color: #999;
  text-align: center;
  font-size: 12px;
}
.linkTab {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.linkTab a {
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #333;
}
.linkTab a:after {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 3%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: #0066cc;
  border-radius: 2px;
  display: block;
  content: "";
}
.linkTab a.active,
.linkTab a:hover {
  color: #0066cc;
}
.linkTab a.active:after {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 25%;
}
.linkTab.flex {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 3;
  width: 100%;
}
.linkTabContent.addTop {
  height: 80px;
}
.banner-videobox {
  width: 100%;
}
.banner-videobox video {
  width: 100%;
}
.tablistIcon {
  border-bottom: 1px solid #EEE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.tablistIcon a {
  display: block;
  padding: 20px 0;
  margin: 0 20px;
  text-align: center;
  color: #333;
  font-size: 18px;
  min-width: 90px;
}
.tablistIcon a.active {
  color: #0066cc;
  border-bottom: 2px solid #0066cc;
}
.tablistIcon a.active i {
  font-weight: bold;
}
.tablistIcon a:hover {
  color: #0066cc;
}
.tablistIcon a:hover i {
  font-weight: bold;
}
.tablistIcon i {
  display: block;
  font-size: 32px;
  padding: 10px;
}
.about-cont {
  padding: 30px 0;
}
.about-cont .about {
  color: #666;
}
.about-cont .about .title {
  padding: 10px 0;
  text-indent: 0;
}
.about-cont .about p {
  line-height: 2em;
  text-indent: 2em;
}
.about-cont .abouTV {
  padding: 5%;
  position: relative;
  margin-top: 60px;
}
.about-cont .abouTV img {
  width: 100%;
}
.about-cont .abouTV .solgoinfo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-cont .abouTV .solgo {
  padding: 5px 0;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.about-cont .abouTV .videoPlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about-cont .abouTV .videoPlay .xiant {
  position: absolute;
  bottom: 33px;
  left: 50%;
  margin-left: -40px;
  animation: rotate 10s linear infinite;
  -moz-animation: rotate 10s linear infinite;
  -webkit-animation: rotate 10s linear infinite;
  -o-animation: rotate 10s linear infinite;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  border: 2px dotted #0066cc;
}
.about-cont .abouTV .videoPlay .videobtn {
  transition: transform 0.5s ease-in-out;
  animation: pulse 2s infinite;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 120px;
  height: 105px;
  background: url(../images/openbtn.png) no-repeat center center;
  background-size: 60%;
}
.about-cont .abouTV .videoPlay .videobtn:hover {
  background-size: 80%;
}
.about-cont .abouTV .videoPlay p {
  color: #0066cc;
  font-weight: bold;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.prouductBox .title_tabs {
  display: flex;
  justify-content: center;
  height: 150px;
  background: url(../images/tabbg.jpg) no-repeat 100% 100%;
}
.prouductBox .title_tabs a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 60px;
  padding: 0 30px 0 100px;
  position: relative;
  min-width: 370px;
}
.prouductBox .title_tabs a .iconfont {
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  margin-top: 8px;
}
.prouductBox .title_tabs a.active {
  background: linear-gradient(to bottom, #00000000, rgba(0, 0, 0, 0.5));
}
.prouductBox .title_tabs p {
  color: #fff;
  font-size: 16px;
}
.prouductBox .title_tabs .tit {
  font-size: 20px;
  padding: 5px 0;
}
.prouductBox .prouduct-ul {
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
.prouductBox .prouduct-ul .txt {
  font-size: 18px;
  color: #333;
  padding: 10px 0;
}
.prouductBox .prouduct-ul .txtsub {
  font-size: 14px;
  color: #999;
  line-height: 1.8em;
}
.prouductBox .prouduct-ul .imgbox {
  margin: auto;
  background: url(../images/proudicon.png) no-repeat bottom center;
  background-size: 100%;
  background-position-x: 15px;
  padding: 20px 0;
  width: 200px;
  display: flex;
  justify-content: center;
}
.prouductBox .prouduct-ul .imgbox img {
  width: 90%;
}
.prouductBox .prouduct-ul .com-button {
  margin-top: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.prouductBox .prouduct-ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.prouductBox .prouduct-ul li .listbox {
  padding: 0 50px;
}
.prouductBox .prouduct-ul li:hover .com-button {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
}
.prouductBox .prouduct-ul li:hover .com-button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.prouductBox .prouduct-ul li:hover .txt {
  color: #0066cc;
}
.prouductBox .prouduct-ul li:hover .imgbox {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.prouductBox .prouduct-ul.soft .listbox {
  background: url(../images/proudbg.png) no-repeat top center;
  background-size: 100% 100%;
  border-radius: 15px 15px 0 0;
}
.prouductBox .prouduct-ul.soft li {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.prouductBox .prouduct-ul.soft .imgbox {
  background: none;
}
.productdetails {
  background: linear-gradient(180deg, #e0ebfe00, #f4f7fc00);
}
.productdetails .floorOne {
  padding: 140px 0 60px;
  background-image: url(../images/prouduct/bg.jpg);
  background-repeat: round;
}
.productdetails .toptitle {
  text-align: center;
}
.productdetails .topimg {
  text-align: center;
  padding: 60px 0 30px;
  max-width: 100%;
}
.productdetails .topimg img {
  max-width: 100%;
}
.productMore .flexLR {
  display: flex;
}
.productMore .infotitle {
  text-indent: 2em;
  font-size: 16px;
  line-height: 2em;
  text-align: left;
}
.productMore .productMore_list {
  display: flex;
  padding: 30px 50px;
  position: relative;
}
.productMore .productMore_list.noflex {
  display: block;
}
.productMore .productMore_list .txtimg {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}
.productMore .productMore_list .txt {
  color: #0066cc;
  padding-bottom: 20px;
  font-weight: bold;
}
.productMore .productMore_list .footbox {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.productMore .productMore_list .footbox img {
  height: 80px;
}
.productMore .productMore_list .footbox .centerimg {
  width: 100%;
}
.productMore .productMore_list .infos {
  padding-top: 40px;
  padding-left: 10px;
}
.productMore .productMore_list .infos p {
  padding: 5px 0;
  font-size: 15px;
}
.productMore .productMore_list .infos .iconfont {
  padding-right: 5px;
  color: #0066cc;
}
.productMore .productMore_list .infos .setxt {
  font-weight: bold;
}
.productMore .detailabout .pro-list {
  min-height: 300px;
  overflow: hidden;
  margin: 20px 0;
  padding: 10px 20px;
}
.productMore .detailabout .pro-list .txt {
  font-weight: bold;
}
.productMore .detailabout .pro-list p {
  color: #333;
  line-height: 1.8em;
}
.productMore .detailabout .pro-list:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.projectBox .toptxt {
  background: url(../images/titlebg.jpg) no-repeat;
  height: 150px;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 180px;
}
.project {
  position: relative;
}
.project .titleList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.project .titleList li {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  float: left;
  width: 9%;
  height: 100%;
  display: flex;
  padding-top: 8%;
}
.project .titleList li .top-tit {
  font-size: 30px;
  text-align: left;
  width: 20px;
  margin: 0 auto;
  padding-top: 0;
}
.project .titleList li .top-titsub,
.project .titleList li .com-button {
  text-align: left;
  width: 0;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.project .titleList li.active {
  width: 18%;
  display: block;
}
.project .titleList li.active .top-tit,
.project .titleList li.active .top-titsub {
  display: block;
  width: 95%;
  padding: 0 0 20px 20px;
  padding-left: 10%;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  height: auto;
}
.project .titleList li.active .top-titsub {
  text-indent: 0;
  line-height: 2em;
}
.project .titleList li.active .com-button {
  display: block;
  width: 150px;
  opacity: 1;
  filter: alpha(opacity=100);
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
  margin-left: 10%;
}
.project .imgbox {
  width: 100%;
}
.project .imgbox img {
  width: 100%;
}
.newsBox {
  padding: 60px 0;
}
.newsBox .toppart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsBox .tabTxt li {
  float: left;
  margin: 5px 10px;
  cursor: pointer;
  border-radius: 21px;
  background: #eee;
  color: #666;
  text-align: center;
  line-height: 42px;
  width: 120px;
  height: 42px;
}
.newsBox .tabTxt li.active,
.newsBox .tabTxt li:hover {
  background: #0066cc;
  color: #fff;
}
.newsBox .newsContent {
  padding: 60px 0;
}
.newsBox .newList .txt {
  font-size: 18px;
  color: #333;
  padding: 5px 20px;
}
.newsBox .newList .txt.icon-icon_shipin:before {
  font-size: 24px;
  color: #0066cc;
  margin-right: 10px;
}
.newsBox .newList .txtsub {
  font-size: 14px;
  color: #666;
  padding: 5px 20px;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8em;
}
.newsBox .newList .left {
  width: 100%;
  border: 1px solid #EEE;
  padding-bottom: 30px;
}
.newsBox .newList .left .videobox {
  height: 285px;
  background: #000;
}
.newsBox .newList .left video {
  width: 100%;
  height: 100%;
}
.newsBox .newList .right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
}
.newsBox .newList .right .imgH {
  width: 230px;
}
.newsBox .newList .right .infos {
  width: 100%;
  padding-left: 30px;
  position: relative;
}
.newsBox .newList .right .txt {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-right: 130px;
}
.newsBox .newList .right .txtsub {
  padding-top: 10px;
}
.newsBox .newList .right .time {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 18px;
  color: #999;
}
.newsBox .newList .right:hover .txt {
  color: #0066cc;
}
.newsBox .listSet .right {
  padding-left: 200px;
  position: relative;
  justify-content: space-between;
}
.newsBox .listSet .right .txt {
  padding-right: 0;
}
.newsBox .listSet .right .title,
.newsBox .listSet .right .iconfont,
.newsBox .listSet .right .time {
  position: absolute;
  left: 60px;
  color: #666;
}
.newsBox .listSet .right .title {
  font-size: 24px;
  color: #333;
  top: 10px;
}
.newsBox .listSet .right .iconfont {
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.newsBox .listSet .right .time {
  font-size: 12px;
  color: #999;
  right: inherit;
  bottom: 10px;
  top: inherit;
  width: 100%;
}
.newsBox .listSet .right .infos {
  padding-right: 30px;
  width: 75%;
}
.newsBox .listSet .right .imgH {
  width: 350pxs;
}
.newsBox .listSet .right:hover {
  background: linear-gradient(206.96deg, #f3f5f8 22.2%, #fff 136.88%);
  box-shadow: 0px 0px 20px 2px rgba(210, 218, 227, 0.2), 0 24px 48px rgba(195, 203, 215, 0.14), -1px 1px 21px hsla(0, 0%, 100%, 0.9), inset -2px 2px 0 hsla(0, 0%, 100%, 0.94), inset 2px -2px 0 #fff;
  border-radius: 8px;
}
.newsBox .listSet .right:hover .title {
  color: #0066cc;
}
.newsBox .listSet .right:hover .iconfont {
  color: #0066cc;
  left: 100px;
}
.newDetail .newDetails_title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.newDetail .newDetails_title .txt {
  font-size: 26px;
  color: #333;
  text-align: center ;
}
.newDetail .newDetails_title .infotime {
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
}
.newDetail .newDetails_title .infotime p {
  color: #666;
  padding-right: 20px;
  font-size: 14px;
  color: #999;
}
.newDetail .newDetails_title .infotime i {
  padding-right: 5px;
  font-size: 14px;
}
.newDetail .newDetails_content p {
  text-indent: 2em;
  line-height: 2em;
  margin-bottom: 20px;
  font-size: 16px;
}
.newDetail .newDetails_content img {
  max-width: 100%;
  margin: 20px auto;
}
.newDetail .newDetails_page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 30px;
}
.newDetail .newDetails_page p {
  padding: 10px 0;
}
.newDetail .newDetails_page .links {
  color: #333;
}
.newDetail .newDetails_page .links:hover {
  color: #0066cc;
}
.back {
  border-radius: 25px;
  display: inline-block;
  border: 1px dashed #e5e5e5;
  width: 150px;
  line-height: 50px;
  text-align: center;
  color: #333333;
}
.back i {
  font-size: 20px;
  padding-right: 5px;
}
.back:hover {
  background: #0066cc;
  color: #fff;
}
.infoRlist .flex {
  display: flex;
  align-items: center;
}
.infoRlist .infoabout {
  background: #F7F9FD;
  margin-bottom: 30px;
  border-radius: 6px;
  padding: 20px;
}
.infoRlist .infotxt {
  margin-left: 20px;
  font-size: 14px;
}
.infoRlist .title {
  padding: 20px;
  text-align: center;
}
.infoRlist .wxBox {
  width: 160px;
  height: 160px;
  background-size: cover;
  margin: 0;
}
.infoRlist .wxBox img {
  width: 60%;
}
.serviceBox {
  padding: 30px 0;
  overflow: hidden;
  background: url(../images/serverbg.jpg) no-repeat top center fixed;
  background-size: cover;
}
.serviceBox .indc {
  line-height: 2em;
  color: #fff;
  padding-top: 30px;
  position: relative;
}
.serviceBox .indc::before {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 190px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 50%, rgba(255, 255, 255, 0) 100%);
}
.serviceBox .numCount {
  margin: 80px 0;
}
.serviceBox .numCount li .numU .unitC,
.serviceBox .numCount li .numCX {
  color: #fff;
}
.advBox .refer {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 20px auto;
}
.advBox .refer img {
  width: 100%;
}
.advBox .refer .mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.advBox .refer .tits {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.advBox .refer .tits h3,
.advBox .refer .tits p,
.advBox .refer .tits a {
  color: #fff;
  padding: 5px 30px;
}
.advBox .refer .more {
  position: absolute;
  right: 20px;
  font-size: 24px;
}
.caseBox {
  padding-bottom: 30px;
  padding-top: 30px;
}
.caseBox .caselist {
  position: relative;
  display: block;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 6px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.caseBox .caselist .imgset {
  overflow: hidden;
  position: relative;
  padding-top: 54%;
  background: #f3f3f3;
}
.caseBox .caselist .imgset img {
  position: absolute;
  top: 0;
  left: 0;
}
.caseBox .caselist .logosy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  background-image: url(../images/logo2.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 40px;
  width: 80px;
  height: 80px;
}
.caseBox .caselist .txt {
  color: #333;
  padding: 20px 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caseBox .caselist .txtsub {
  color: #999;
  padding: 10px 20px 0;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8em;
}
.caseBox .caselist .txtsub.line-clamp4 {
  -webkit-line-clamp: 4;
  min-height: 130px;
}
.caseBox .caselist .mask {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.caseBox .caselist .mask .xiant {
  border-radius: 50px;
  width: 100px;
  height: 100px;
  border: 2px dotted #fff;
}
.caseBox .caselist .mask .iconfont {
  position: absolute;
  color: #fff;
  font-size: 24px;
}
.caseBox .caselist:hover {
  box-shadow: 0 0 10px 0 #0066cc70;
}
.caseBox .caselist:hover .txt {
  color: #0066cc;
}
.caseBox .caselist:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
}
.caseBox .caselist:hover .xiant {
  border-radius: 40px;
  width: 80px;
  height: 80px;
  animation: rotate 10s linear infinite;
  -moz-animation: rotate 10s linear infinite;
  -webkit-animation: rotate 10s linear infinite;
  -o-animation: rotate 10s linear infinite;
}
.caseBox .listRelative {
  position: relative;
  padding: 20px;
}
.caseBox .listFloat {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
}
.caseBox .addbg:before {
  background: url(../images/pc.png) no-repeat;
  display: block;
  content: '';
  width: 140px;
  height: 60px;
  background-position: -92px -224px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.caseBox .margin-bottom-80 {
  margin-bottom: 80px;
}
.caseBox .addbg .mask {
  height: calc(100% - 55px);
}
.caseBox .addbg .mask .iconfont {
  display: block;
}
.contactBox {
  padding: 60px 0;
}
.contactBox .info {
  padding: 30px 60px 30px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.contactBox .info::before {
  position: absolute;
  left: -5px;
  content: "";
  width: 2px;
  border-radius: 2px;
  height: 50px;
  background: #0066cc;
}
.contactBox .info p {
  padding: 5px 0;
}
.contactBox .info i {
  font-size: 24px;
  padding-right: 8px;
}
.contactBox .info .name {
  font-size: 18px;
  font-weight: bold;
}
.contactBox .info .job {
  font-size: 14px;
}
.contactBox .info .call {
  display: flex;
  align-items: center;
}
.contactinfo {
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactinfo i {
  padding-right: 10px;
  font-size: 24px;
}
.applyBox {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.applyBox li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.applyBox p {
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: block;
}
.footBox {
  padding: 60px 0 20px
    ;
  background: url(../images/bottombg.jpg) no-repeat top center fixed;
  background-size: cover;
  position: relative;
}
.footBox:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}
.footBox .relative {
  position: relative;
  z-index: 2;
}
.footBox .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
}
.footBox .left {
  width: 130px;
}
.footBox .left img {
  width: 100%;
}
.footBox .right {
  font-size: 28px;
  color: #fff;
  text-align: right;
}
.footBox .footMenu {
  position: relative;
  padding-top: 30px;
  padding-right: 280px;
  padding: 30px 280px 20px 0;
}
.footBox .footMenu .title {
  font-size: 18px;
  color: #fff;
  padding: 10px 0;
}
.footBox .footMenu .list {
  font-size: 14px;
  color: #ccc;
  padding: 6px 0;
  display: block;
}
.footBox .footMenu .list:hover {
  color: #0066cc;
}
.footBox .footMenu .weixBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  justify-content: space-around;
}
.footBox .footMenu .weixBox .wximg {
  width: 100px;
  margin: 0 10px;
}
.footBox .footMenu .weixBox .wximg img {
  width: 100%;
}
.footBox .footMenu .weixBox .wximg p {
  text-align: center;
  padding-top: 5px;
  color: #ccc;
  font-size: 12px;
}
.footBox .linkBox {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.footBox .linkBox .txt,
.footBox .linkBox a {
  color: #fff;
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
}
.footBox .linkBox a {
  color: #ccc;
}
.footBox .linkBox a:hover {
  color: #0066cc;
}
.footBox .footAddress {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footBox .footAddress p {
  text-align: center;
  padding: 10px 0;
  color: #ccc;
  font-size: 12px;
}
.footBox .footAddress img {
  margin: 0 10px;
}
.per-banner {
  width: 100%;
  position: relative;
  background: #0764c0;
  color: #fff;
}
.per-banner canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.per-banner .pretitle {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}
.per-banner .com-button {
  background: #1890ff;
}
.per-banner .com-button:hover {
  background: rgba(24, 143, 255, 0.5);
}
.per-banner .com-button .iconfont {
  padding: 2px 5px 0;
}
.detailabout {
  padding-bottom: 60px;
}
.detailabout .info {
  margin: 20px;
  padding: 20px;
  text-align: center;
  height: 214px;
  overflow: hidden;
  display: block;
  background: linear-gradient(270deg, #F2F4F7 0%, #FFFFFF 100%);
  box-shadow: 1px 2px 24px 0px rgba(0, 37, 92, 0.11);
  border-radius: 10px;
  border: 2px solid #FFFFFF;
}
.detailabout .info .txt {
  padding: 20px 0;
  font-weight: bold;
  position: relative;
}
.detailabout .info .txtsub {
  color: #666;
  line-height: 1.8em;
  font-size: 14px;
  margin-bottom: 20px;
}
.detailabout .info .iconWarn {
  font-size: 42px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.detailabout .info .line:after {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 3%;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: #0066cc;
  border-radius: 2px;
  display: block;
  content: "";
}
.detailabout .info.nobg {
  background: none;
}
.detailabout .info:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 1px 2px 24px 0px rgba(0, 149, 255, 0.3);
}
.detailabout .info:hover .txt,
.detailabout .info:hover .txtsub {
  color: #0066cc;
}
.detailabout .info:hover .icon-icon_you {
  right: 0;
  color: #0066cc;
}
.detailabout .info:hover .line:after {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 20%;
}
.detailabout .info:hover .iconWarn {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.detailabout .pro-list {
  text-align: left;
  height: auto;
}
.detailabout .pro-list.text-c {
  text-align: center;
}
.detailabout .pro-list .txt {
  padding-right: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.detailabout .pro-list .txt.padRno {
  padding-right: 0;
}
.detailabout .pro-list .txtsub {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8em;
}
.detailabout .pro-list i {
  font-size: 24px;
  margin-right: 10px;
}
.detailabout .pro-list .icon-icon_you {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 18px;
  color: #999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.detailabout .info-content p,
.detailabout .info-content span {
  line-height: 2em;
}
.detailabout .info-content img {
  padding: 20px;
  margin: 20px auto;
  width: 90%;
  display: block;
}
.cultureBox {
  position: relative;
}
.cultureBox .postUl {
  padding-bottom: 32%;
}
.cultureBox .postUl::after {
  position: absolute;
  top: 0;
  display: block;
  background: url(../images/home/map01.png) no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.cultureBox .postUl::before {
  position: absolute;
  top: 0;
  display: block;
  background: url(../images/home/map02.png) no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: contain;
  opacity: 0.8;
  filter: alpha(opacity=80);
  animation: rotate 10s linear infinite;
  -moz-animation: rotate 10s linear infinite;
  -webkit-animation: rotate 10s linear infinite;
  -o-animation: rotate 10s linear infinite;
}
.cultureBox .postFloat {
  position: absolute;
}
.cultureBox .postFloat:nth-child(1) {
  top: 0;
  left: 0;
}
.cultureBox .postFloat:nth-child(2) {
  top: 0;
  right: 0;
}
.cultureBox .postFloat:nth-child(3) {
  bottom: 0;
  left: 0;
}
.cultureBox .postFloat:nth-child(4) {
  bottom: 0;
  right: 0;
}
.salesBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.salesBox .left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.salesBox .tablink {
  color: #666;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 20px;
  text-align: center;
  padding: 30px 0;
  display: block;
}
.salesBox .tablink i {
  font-size: 36px;
  padding: 20px;
}
.salesBox .tablink p {
  padding: 10px 20px;
}
.salesBox .tablink:hover {
  color: #0066cc;
  box-shadow: 1px 2px 24px 0px rgba(0, 149, 255, 0.3);
}
.salesBox .com-tit {
  padding: 0 20px;
  flex: 1;
}
.salesBox .com-tit .cn {
  font-size: 24px;
}
.salesBox .com-tit .en {
  transform: initial;
  top: -40px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #E4ECFF 80%);
  -webkit-background-clip: text;
}
.salesBox .com-tit .info {
  color: #999;
  padding-top: 20px;
  min-height: 140px;
}
.wxBox {
  background: url(../images/weixbox.jpg) no-repeat 100% 100%;
  margin: 20px auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 216px;
  height: 216px;
}
.wxBox i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  color: #88c7ff;
  font-size: 32px;
  width: 55px;
  height: 50px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.stepBox {
  display: flex;
  flex-wrap: wrap;
}
.stepBox .step {
  flex: 1;
  position: relative;
}
.stepBox .step::before {
  display: block;
  content: "";
  background: #d4e5ff;
  position: absolute;
  top: 65px;
  right: 50px;
  width: 30%;
  height: 3px;
}
.stepBox .step::after {
  display: block;
  content: "";
  position: absolute;
  top: 56px;
  right: 35px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #b7d3fd;
}
.stepBox .step:last-child {
  flex: none;
}
.stepBox .step:last-child::before,
.stepBox .step:last-child::after {
  display: none;
}
.stepBox .step .list {
  width: 150px;
  text-align: center;
}
.stepBox .imgset {
  width: 120px;
  height: 120px;
  margin: auto;
}
.stepBox .imgset img {
  width: 100%;
}
.stepBox .com-tit {
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
}
.stepBox .com-tit .cn {
  font-size: 18px;
}
.stepBox .com-tit .en {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #99bbf9 80%);
  -webkit-background-clip: text;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
}
.stepBox .com-tit .info {
  min-height: 90px;
  color: #666;
}
.partnersBox {
  text-align: center;
}
.partnersBox .logoMore {
  padding: 22.5px 0 38.5px;
  position: relative;
  overflow: hidden;
}
.partnersBox .logoMore .leftMask,
.partnersBox .logoMore .rightMask {
  position: absolute;
  top: 0;
  width: 240px;
  height: 100%;
  background: linear-gradient(270deg, #f6f8fc 29.49%, hsla(0, 0%, 100%, 0));
  z-index: 1;
}
.partnersBox .logoMore .leftMask {
  left: 0;
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.partnersBox .logoMore .rightMask {
  right: 0;
}
.partnersBox .logoMore .logoList {
  padding: 17.5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 64px;
  overflow: hidden;
  box-sizing: content-box;
}
.partnersBox .logoMore .logoList .listInfo {
  white-space: nowrap;
}
.partnersBox .logoMore .logoList .listInfo .imgSet {
  box-shadow: 0px 0px 20px 0px rgba(0, 37, 92, 0.1);
  padding: 15px;
  margin-right: 16px;
  display: inline-block;
  width: 160px;
  height: 64px;
  border-radius: 59px;
  background: #fff;
  overflow: hidden;
}
.partnersBox .logoMore .logoList .listInfo .imgSet img {
  width: 100%;
  height: 100%;
}
.partnersBox .logoMore .logoList .listInfo .imgSet:last-of-type {
  margin-right: 0;
}
.partnersBox .logoMore .listAnimation-normal .listInfo {
  animation: singleRowup 60s linear infinite normal;
}
.partnersBox .logoMore .listAnimation-reverse {
  position: relative;
  left: -88px;
}
.partnersBox .logoMore .listAnimation-reverse .listInfo {
  animation: doubleRowup 60s linear infinite normal;
}
@keyframes singleRowup {
  to {
    transform: translateZ(0);
  }
  0% {
    transform: translate3d(50%, 0, 0);
  }
}
@keyframes doubleRowup {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(50%, 0, 0);
  }
}
@media screen and (max-width: 750px) {
  .partnersBox {
    text-align: left;
  }
  .partnersBox .logoMore {
    padding: 10px;
  }
  .partnersBox .logoMore .leftMask,
  .partnersBox .logoMore .rightMask {
    width: 80px;
  }
  .partnersBox .logoMore .logoList {
    height: 40px;
    padding: 10px 0;
  }
  .partnersBox .logoMore .logoList.listAnimation-reverse {
    position: relative;
    left: -1.16rem;
    width: calc(100vw + 2.32rem);
  }
  .partnersBox .logoMore .logoList .listInfo .imgSet {
    padding: 5px;
    width: 100px;
    height: 40px;
    border-radius: 20px;
  }
  .partnersBox .logoMore .logoList .listInfo .imgSet img {
    width: 100%;
    height: 100%;
  }
  .partnersBox .logoMore .logoList .listInfo .imgSet:last-of-type {
    margin-right: 0;
  }
}
@-webkit-keyframes coordinates {
  form {
    -webkit-transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes coordinates {
  form {
    transform: scale(0.1);
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.data-map {
  width: 100%;
  padding: 20px 0 60px;
}
.mapbg {
  position: relative;
  background: url(../images/mapcn.png) no-repeat center;
  background-position-x: -5px;
  width: 840px;
  height: 690px;
  margin: 0 auto;
}
.coordinate {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: rgba(0, 122, 230, 0.8);
  border-radius: 50%;
}
.coordinate:before,
.coordinate i:before,
.coordinate i:after {
  position: absolute;
  top: -37px;
  left: -37px;
  width: 80px;
  height: 80px;
  display: block;
  content: '';
  border: 2px solid #007ae6;
  border-radius: 50%;
  transform: scale(0);
  -webkit-animation: coordinates 4.8s linear 0s infinite;
  animation: coordinates 4.8s linear 0s infinite;
}
.coordinate i:before {
  animation-delay: 0.8s;
}
.coordinate i:after {
  animation-delay: 1.7s;
}
.coordinate span {
  position: absolute;
  left: 20px;
  top: -3px;
  white-space: nowrap;
  font-size: 14px;
}
/* title */
.com-tit {
  position: relative;
  margin: 60px 0 30px;
}
.com-tit .cn {
  font-size: calc(36 / 1920 * 100vw);
  font-weight: bold;
  color: #333;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.com-tit .en {
  font-size: calc(56 / 1920 * 100vw);
  font-family: SourceHanSansH;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  font-weight: bold;
  margin-top: -25px;
  top: 50%;
  transform: translateY(-50%);
  color: #e9e9e9;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #e9e9e9 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.com-tit.white .cn {
  color: #fff;
}
.com-tit.white .en {
  opacity: 0.1;
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 80%);
  -webkit-background-clip: text;
}
.com-tit.text-center .en {
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-tit {
  padding: 60px 10px 30px;
  text-align: center;
  color: #333;
  font-size: calc(34 / 1920 * 100vw);
  letter-spacing: 2px;
}
.top-titsub {
  text-align: center;
  color: #666;
  margin-bottom: 30px;
  letter-spacing: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.left.top-tit,
.left.top-titsub {
  text-align: left;
}
.white.top-tit,
.white.top-titsub {
  color: #fff;
}
.com-button {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 150px;
  height: 40px;
  background: #0066cc;
  border-radius: 20px;
  margin: auto;
}
.com-button:hover {
  color: #fff;
  background: #1890ff;
}
/* pc顶部导航 */
.drgy_pc_hd {
  position: relative;
  width: 100%;
}
.headBox.default {
  background: #fff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.03);
}
.headBox.default a {
  color: #000;
}
.headBox.default .drgy_logo1 {
  opacity: 0;
}
.headBox.default .drgy_logo2 {
  opacity: 1;
}
.headBox.default .drgy_nav_a:hover {
  color: #0066cc;
}
.headBox.default .searchBox input {
  border-color: #666;
}
.headBox.default .Appmenubtn,
.headBox.default .Appmenubtn::before,
.headBox.default .Appmenubtn::after {
  background-color: #666;
}
.drgy_navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.5s;
  height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.drgy_navbar:hover,
.drgy_navbar.addbg,
.drgy_navbar.active {
  background: #fff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.03);
}
.drgy_navbar:hover a,
.drgy_navbar.addbg a,
.drgy_navbar.active a {
  color: #000;
}
.drgy_navbar:hover .drgy_logo1,
.drgy_navbar.addbg .drgy_logo1,
.drgy_navbar.active .drgy_logo1 {
  opacity: 0;
}
.drgy_navbar:hover .drgy_logo2,
.drgy_navbar.addbg .drgy_logo2,
.drgy_navbar.active .drgy_logo2 {
  opacity: 1;
}
.drgy_navbar:hover .drgy_nav_a:hover,
.drgy_navbar.addbg .drgy_nav_a:hover,
.drgy_navbar.active .drgy_nav_a:hover {
  color: #0066cc;
}
.drgy_navbar:hover .searchBox input,
.drgy_navbar.addbg .searchBox input,
.drgy_navbar.active .searchBox input {
  border-color: #666;
}
.drgy_navbar:hover .Appmenubtn,
.drgy_navbar.addbg .Appmenubtn,
.drgy_navbar.active .Appmenubtn,
.drgy_navbar:hover .Appmenubtn::before,
.drgy_navbar.addbg .Appmenubtn::before,
.drgy_navbar.active .Appmenubtn::before,
.drgy_navbar:hover .Appmenubtn::after,
.drgy_navbar.addbg .Appmenubtn::after,
.drgy_navbar.active .Appmenubtn::after {
  background-color: #666;
}
.drgy_fixed.drgy_navbar,
.drgy_special .drgy_navbar {
  background-color: #fff;
}
.drgy_cont {
  display: flex;
  padding: 0 5%;
  margin: 0 auto;
  height: 100%;
}
.drgy_navbar_l {
  display: flex;
  align-items: center;
  height: 100%;
  height: 70px;
}
.drgy_logo {
  display: block;
  position: relative;
}
.drgy_logo2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
}
.drgy_fixed .drgy_logobox > img,
.drgy_special .drgy_logobox > img {
  opacity: 1;
}
.drgy_logobox > img {
  width: 70px;
}
.drgy_fixed .drgy_logobox .drgy_logo1,
.drgy_special .drgy_logobox .drgy_logo1 {
  opacity: 0;
}
.drgy_navbar_c {
  width: 100%;
}
.drgy_nav {
  display: flex;
  padding-left: 5%;
}
.drgy_nav_li {
  position: relative;
  padding: 0 25px;
}
.drgy_nav_li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #0066cc;
  transform: translate(-50%);
  transition: all 0.36s;
}
.drgy_nav_li:hover::before {
  width: 60%;
}
.drgy_nav_a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 70px;
}
.drgy_nav_a.pc {
  display: block;
}
.drgy_nav_a.app {
  display: none;
}
.drgy_fixed .drgy_nav_a,
.drgy_special .drgy_nav_a {
  color: #333;
}
.drgy_fixed .drgy_nav_a:hover,
.drgy_special .drgy_nav_a:hover {
  color: #0066cc;
}
.drgy_navsub {
  opacity: 0;
  z-index: 99;
  position: fixed;
  top: 150px;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  display: none;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-top: 0;
  box-shadow: 0 24px 20px 0 rgba(16, 68, 174, 0.13);
}
.drgy_navsub.open {
  opacity: 1;
  top: 70px;
  height: auto;
  display: flex;
  border-top: 1px solid #e3e3e3;
}
.drgy_navsub-l {
  display: flex;
  justify-content: flex-end;
  padding: 55px 34px 40px;
  width: 26%;
  background: #fff;
}
.drgy_navsub-l ul li {
  margin-bottom: 40px;
}
.drgy_navsub-l ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #333;
  text-align: right;
  line-height: 30px;
}
.drgy_navsub-l ul li a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  width: 0;
  height: 2px;
  background: #0066cc;
}
.drgy_navsub-l ul li.active a {
  color: #0066cc;
}
.drgy_navsub-l ul li.active a::after,
.drgy_navsub-l ul li:hover a::after {
  width: 60px;
}
.drgy_navsub-r {
  flex: 1;
  padding: 40px 0 50px;
  background: url(../images/head-bg.png) no-repeat right bottom;
}
.drgy_navsub-sub {
  max-width: 1000px;
  max-height: 420px;
  overflow-x: auto;
  padding-top: 18px;
}
.drgy_navsub-sub::-webkit-scrollbar {
  width: 6px;
}
.drgy_navsub-sub::-webkit-scrollbar-thumb {
  width: 6px;
  background: #e3e3e3;
  border-radius: 5px;
}
.drgy_navsub-sub::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #fff;
}
.drgy_navsub-sub-body {
  margin-bottom: 15px;
}
.drgy_navsub-sub-body:last-child {
  margin-bottom: 0;
}
.drgy_navsub-sub-title {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #111;
  margin: 10px 0 20px 52px;
}
.drgy_navsub-sub-title::before {
  display: block;
  content: "\27A4";
  margin-right: -6px;
  height: 17px;
  color: #0066cc;
  position: absolute;
  left: -20px;
}
.drgy_navsub-sub-main {
  width: 100%;
  padding-left: 42px;
}
.drgy_navsub-sub-ctn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: #fff;
  border-radius: 10px;
  padding: 0 26px;
  margin-bottom: 10px;
  position: relative;
  top: 0;
  transition: 0.3s;
}
.drgy_navsub-sub-ctn:hover {
  top: -6px;
  box-shadow: 0 0 10px 0 rgba(5, 82, 168, 0.2);
}
.drgy_navsub-sub-ctn:hover .drgy_navsub-sub-ctn-text > h4 {
  color: #0066cc;
}
.drgy_navsub-sub-ctn > i {
  font-size: 38px;
  margin-right: 26px;
  color: #0066cc;
}
.drgy_navsub-sub-ctn > img {
  width: 40px;
  height: 40px;
  margin-right: 26px;
  color: #0066cc;
}
.drgy_navsub-sub-ctn-text > h4 {
  font-size: 16px;
  font-weight: 400;
  color: #111;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.drgy_navsub-sub-ctn-text > p {
  font-size: 12px;
  font-weight: 400;
  color: #777;
  margin: 0;
  margin-top: 12px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ContainerPart .swiper-pagination {
  bottom: 50px!important;
}
.leadmenu {
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
  color: #fff;
  background: rgba(0, 23, 65, 0.5);
  margin-top: -48px;
  z-index: 2;
  position: relative;
}
.leadmenu .icon {
  padding: 0 5px;
  display: inline-block;
  font-size: 16px;
}
.leadmenu .iconfont {
  font-size: 20px;
}
.leadmenu a {
  color: #fff;
  padding: 5px;
}
.searchBox {
  display: flex;
  height: 100%;
  align-items: center;
  position: absolute;
  right: 5%;
  top: 0;
}
.searchBox input {
  background: transparent;
  padding: 0px;
  padding-left: 20px;
  padding-right: 50px;
  color: #888;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 34px;
  border-radius: 34px;
  font-size: 12px;
  transition: all 0.5s;
  cursor: context-menu;
}
.searchBox .searchData {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 6px;
  z-index: 99;
}
.searchBox:hover input {
  width: 250px;
}
.searchBox:hover .searchData {
  color: #666;
}
.searchBox:hover .searchData:hover {
  color: #0066cc;
}
/* ph搜索 */
.drgy_searchPh {
  position: relative;
  margin: 20px;
}
.drgy_searin {
  width: 100%;
  height: 35px;
  border-radius: 30px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  outline: 0;
  padding-left: 30px;
  color: #888;
}
.drgy_phsubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
}
.drgy_phsubmit img {
  width: 15px;
}
.Apppoint {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 5px;
}
.Appmenubtn {
  display: block;
  width: 24px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 18px;
  right: 5px;
}
.Appmenubtn::before,
.Appmenubtn::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  transition: all 0.3s;
}
.Appmenubtn::before {
  top: 8px;
}
.Appmenubtn::after {
  top: -8px;
}
.active .Appmenubtn {
  background-color: transparent!important;
}
.active .Appmenubtn:before {
  top: 0;
  transform: rotate(-45deg);
}
.active .Appmenubtn:after {
  top: 0;
  transform: rotate(45deg);
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}
.swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet {
  background: #666;
}
.swiper-pagination-bullet-active {
  background: #f00;
}
.myProudct .swiper-button-next,
.myProudct .swiper-button-prev {
  top: auto;
  bottom: 30px;
  margin: 0;
}
.myProudct:hover .swiper-button-next,
.myProudct:hover .swiper-button-prev {
  top: auto;
  bottom: 50px;
  margin: 0;
  display: none;
}
.myProudct .swiper-pagination {
  display: none;
}
.myProudct:hover .swiper-pagination {
  display: block;
}
.myProudct .swiper-pagination-bullet-active {
  background: #0066cc;
}
.pc-picture {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  letter-spacing: 4px;
}
.picture-sub {
  padding: 20px;
  margin: auto;
  font-size: 16px;
  color: #444;
  width: 70%;
  line-height: 2em;
}
.picture-first {
  font-family: SourceHanSansH;
  font-size: calc(52 / 1920 * 100vw);
  font-weight: 800;
}
.picture-second {
  margin-top: 30px;
  font-family: SourceHanSansM;
  font-size: calc(24 / 1920 * 100vw);
  font-weight: 500;
}
.picture-third {
  margin-top: 30px;
  color: hsla(0, 0%, 100%, 0.9);
  font-family: SourceHanSansM;
  font-size: calc(18 / 1920 * 100vw);
  letter-spacing: 2px;
}
.picture-fouth {
  display: flex;
  margin-top: 75px;
}
.picture-button {
  margin-top: 30px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 150px;
}
.picture-button:hover {
  background: #0066cc;
  border-color: #0066cc;
}
.picture-button a {
  color: #fff;
}
/* 侧栏悬浮 */
.sideBar-wrapper {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -127px;
  width: 50px;
  height: 254px;
  z-index: 100;
  z-index: 2;
}
.sideBar-wrapper ul li {
  height: 50px;
  position: absolute;
  left: 0;
}
.sideBar-wrapper ul li.backTop {
  top: 0;
  width: 62px;
}
.sideBar-wrapper ul li.relQq {
  top: 51px;
  width: 126px;
  transition: all 0.4s;
}
.sideBar-wrapper ul li.relQq:hover {
  left: -70px;
}
.sideBar-wrapper ul li.relDh {
  top: 102px;
  width: 172px;
  transition: all 0.4s;
}
.sideBar-wrapper ul li.relDh:hover {
  left: -116px;
}
.sideBar-wrapper ul li.relKf {
  top: 153px;
  width: 126px;
  transition: all 0.4s;
}
.sideBar-wrapper ul li.relKf:hover {
  left: -70px;
}
.sideBar-wrapper ul li.relKf:hover .sideBar-wrapper-ewm {
  display: block;
}
.sideBar-wrapper ul li.relEwm {
  top: 204px;
  width: 126px;
  transition: all 0.4s;
}
.sideBar-wrapper ul li.relEwm:hover {
  left: -70px;
}
.sideBar-wrapper ul li.relEwm:hover .sideBar-wrapper-ewm {
  display: block;
}
.sideBar-wrapper ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background-color: #000;
  opacity: 0.7;
  border-radius: 6px;
}
.sideBar-wrapper ul li a i {
  display: flex;
  align-items: center;
  float: left;
  width: 24px;
  height: 24px;
  margin: 12px 12px 14px 14px;
  font-size: 24px;
}
.sideBar-wrapper ul li a:hover {
  background: #0066cc;
  opacity: 1;
}
.sideBar-wrapper-ewm {
  position: absolute;
  top: -144px;
  left: -75px;
  background: url('../images/side-arr.png') no-repeat bottom right;
  width: 140px;
  height: 149px;
  padding-bottom: 9px;
  display: none;
}
.sideBar-wrapper-ewm img {
  display: block;
  background-color: #FFF;
  width: 140px;
  height: 140px;
}
.numCount {
  margin: 30px 0;
  color: #666;
}
.numCount li {
  text-align: center;
}
.numCount li .item {
  margin: 0 10px;
}
.numCount li .numCX {
  font-size: calc(40 / 1920 * 100vw);
  color: #0066cc;
}
.numCount li .numU {
  line-height: 1.3;
}
.numCount li .numU .unitC {
  font-size: 100%;
  line-height: 1.3;
  margin-left: 10px;
}
.numCount li .numU sup {
  vertical-align: top;
}
.numCount li .numU sub {
  vertical-align: baseline;
}
.imgH {
  overflow: hidden;
}
.imgH img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.imgH:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.xuanzhun {
  -webkit-animation: rotate 8s linear infinite;
  -moz-animation: rotate 8s linear infinite;
  -o-animation: rotate 8s linear infinite;
  animation: rotate 8s linear infinite;
}
.onView {
  animation: fadeInUp 1s 0.2s ease both;
  -webkit-animation: fadeInUp 1s 0.2s ease both;
  -moz-animation: fadeInUp 1s 0.2s ease both;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 图片放大 */
.ImgBoxsrc.active {
  display: block;
}
.ImgBox {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.ImgBoxsrc {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: none;
}
.ImgBoxsrc img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 12px solid rgba(141, 141, 141, 0.8);
  border-radius: 10px;
}
.box-close {
  font-weight: normal;
  font-size: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  overflow: hidden;
  background-color: #ff00008a;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  z-index: 9;
}
.box-close:hover {
  background-color: #ff0000;
}
.box-close i {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(../images/public/Video-plyr-close.png);
  display: inline-block;
  margin-top: 11px;
  transition: all 0.6s ease-in-out;
}
.get-morebtn {
  border-radius: 4px;
  letter-spacing: 2px;
  text-align: center;
  background-image: -moz-linear-gradient(270deg, #0089ff 0%, #0066cc 100%);
  background-image: -webkit-linear-gradient(270deg, #0089ff 0%, #0066cc 100%);
  background-image: -ms-linear-gradient(270deg, #0089ff 0%, #0066cc 100%);
  padding: 15px 40px;
  color: #fff;
  font-size: 18px;
  margin: 20px auto;
  display: inline-block;
}
.get-morebtn.blue {
  background-image: linear-gradient(180deg, #2585f3 0%, #165bc2 100%);
}
.get-morebtn:hover {
  color: #fff;
}
/* 大标题1 */
.first-title {
  text-align: center;
  position: relative;
}
.first-title .title {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.first-title .title strong {
  color: #d9261c;
}
.first-title .english {
  font-size: 140px;
  font-family: Heavy;
  color: #f4f3f9;
  text-transform: uppercase;
  font-weight: bold;
  background: linear-gradient(180deg, #efefef 0%, #fcfcfc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.first-title .english.bgColor {
  background: linear-gradient(180deg, #efefef 0%, #fcfcfc 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.first-title .title-white {
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.first-title .english-white {
  opacity: 0.1;
}
.first-title .subtit {
  color: #666;
  font-size: 16px;
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
/* 正副大标题 */
.section-title {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 60px 0 20px;
}
.section-title .title-count {
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-family: Heavy;
  font-weight: bold;
  font-size: 160px;
  z-index: 0;
  opacity: 0.1;
  color: #999;
  width: 100%;
}
.section-title .text {
  font-size: 36px;
  font-weight: bold;
}
.section-title .textsub {
  font-size: 16px;
  padding: 20px 0;
}
/* 表格 */
.tableBox {
  padding-bottom: 58px;
}
.tableBox .mclinkpro_th td {
  background: #999;
  line-height: 24px;
  padding: 7px 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.tableBox td {
  text-align: left;
  line-height: 24px;
  padding: 6px 12px;
  border: 1px solid #F1F1F1;
  font-size: 14px;
}
.tableBox td span {
  line-height: 32px;
}
.tableBox-title {
  line-height: 26px;
  font-size: 15px;
  font-weight: bold;
  color: #222;
  background: #f4f4f4;
  padding: 7px 0px;
  text-align: center;
}
/* 产品优势特点 */
/*service block2*/
.service-block2 .freebtn {
  font-size: 16px;
  margin: 20px 0;
  display: block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background: #1890FF;
  border-radius: 6px;
}
.service-block2 .freebtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.service-block2 .flexdiv {
  display: flex;
  align-items: center;
}
.service-block2 .flexdiv:hover .aboutbox .infotitle {
  color: #0066cc;
}
.service-block2 .flexdiv:hover .aboutbox .infotitle:after {
  transform: scale(1.5);
}
.service-block2 .infoimg img {
  width: 100%;
}
.service-block2 .aboutbox {
  margin-top: 10%;
  margin-right: 10%;
}
.service-block2 .aboutbox .toptxt {
  color: #1890ff;
}
.service-block2 .aboutbox .toptxt span {
  background: #1890ff;
  color: #fff;
}
.service-block2 .aboutbox .infotitle {
  font-size: 26px;
  color: #222;
  padding: 20px 0;
  font-weight: bold;
  position: relative;
}
.service-block2 .aboutbox .infotitle:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #096fc8;
  position: absolute;
  left: -20px;
  top: 33px;
  transform: scale(1);
  transition: all 0.4s ease;
}
.service-block2 .aboutbox .info {
  color: #444;
  font-size: 14px;
  line-height: 1.8em;
  text-indent: 2em;
  padding: 10px 0 5px;
}
.service-block2 .aboutbox .info.fonsize {
  font-size: 16px;
}
.service-block2 .aboutbox .drop:before {
  content: "";
  border-radius: 50%;
  background-color: #28282c;
  position: absolute;
  width: 6px;
  height: 6px;
  margin-top: 9px;
  margin-left: -20px;
}
/*service block3*/
.service-block3 {
  text-align: center;
  padding: 20px;
}
.service-block3 p {
  margin-bottom: 0;
}
.service-block3 .iconfont {
  color: #fff;
  font-size: 36px;
}
.service-block3 .icon-box4 {
  height: 60px;
  width: 60px;
  font-size: 26px;
  box-shadow: 0 14px 26px -12px rgba(103, 58, 183, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(103, 58, 183, 0.2) !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  display: inline-block;
  line-height: 63px;
}
.service-block3 .icon-box4:after {
  width: 76px;
  height: 76px;
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  opacity: 0.8;
  border-radius: 5px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 0.3s;
  border: 2px solid transparent;
}
.service-block3:hover .icon-box4:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 2px solid;
}
.service-block3 p {
  line-height: 30px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
}
.service-block3 h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin: 15px 0;
}
.service-block3 .bg1 {
  background: #00deff;
}
.service-block3 .bg2 {
  background: #ff643e;
}
.service-block3 .bg3 {
  background: #8882f7;
}
.service-block3 .bg4 {
  background: #01b3d0;
}
.service-block3 .bg5 {
  background: #ff9724;
}
.service-block3 .bg6 {
  background: #168efe;
}
.service-block3 .bg7 {
  background: #00c279;
}
.service-block3 .bg8 {
  background: #ffce2a;
}
.service-block3 .bg9 {
  background: #ff88a7;
}
.service-block3 .bg10 {
  background: #37abb3;
}
.service-block3 .bg11 {
  background: #2d6ada;
}
.service-block3 .bg12 {
  background: #9365ee;
}
.service-block3:hover .icon-box4.bg1:after {
  border-color: #00deff;
}
.service-block3:hover .icon-box4.bg2:after {
  border-color: #ff643e;
}
.service-block3:hover .icon-box4.bg3:after {
  border-color: #8882f7;
}
.service-block3:hover .icon-box4.bg4:after {
  border-color: #01b3d0;
}
.service-block3:hover .icon-box4.bg5:after {
  border-color: #ff9724;
}
.service-block3:hover .icon-box4.bg6:after {
  border-color: #168efe;
}
.service-block3 .icon-box4.bg7:after {
  border-color: #00c279;
}
.service-block3 .icon-box4.bg8:after {
  border-color: #ffce2a;
}
.service-block3 .icon-box4.bg9:after {
  border-color: #ff88a7;
}
.service-block3 .icon-box4.bg10:after {
  border-color: #37abb3;
}
.service-block3 .icon-box4.bg11:after {
  border-color: #2d6ada;
}
.service-block3 .icon-box4.bg12:after {
  border-color: #9365ee;
}
.diagram {
  width: 100%;
  overflow-x: auto;
  /*-第一行*/
  /*-第二行*/
  /*-第三行*/
}
.diagram p {
  width: 1200px;
  margin: 12px auto;
  font-size: 16px;
}
.diagram .chart {
  width: 1157px;
  height: 498px;
  overflow: hidden;
  margin: 30px auto;
  background: url(../images/home/diagram_bg.png) center no-repeat;
  box-shadow: 0 0 12px rgba(49, 119, 255, 0.15);
}
.diagram ul.box-content li h4 {
  font-weight: bold;
  color: #0066cc;
}
.diagram ul.box-content li p {
  color: #0066cc;
}
.diagram .chart .horizontal-one {
  height: 132px;
  width: 1125px;
  margin: 16px auto;
}
.diagram .horizontal-one .box-cap {
  width: 162px;
  height: 132px;
  background: #1890ff;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 22px;
  padding-top: 36px;
  box-sizing: border-box;
  border-radius: 4px;
  float: left;
}
.diagram .horizontal-one ul.box-content {
  width: 947px;
  height: 132px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: 16px;
  list-style: none;
  float: left;
}
.diagram .horizontal-one ul.box-content li {
  width: 225px;
  height: 132px;
  border: #1890ff 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
}
.diagram .horizontal-one ul.box-content li h4 {
  background: #d9edff;
  border-bottom: #1890ff 1px solid;
  height: 44px;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
  border-radius: 4px 4px 0 0;
}
.diagram .horizontal-one ul.box-content li p {
  width: 225px;
  font-size: 16px;
  text-align: center;
  line-height: 14px;
}
.diagram .horizontal-one ul.box-content li p {
  margin-top: 18px;
}
.diagram .horizontal-one ul.box-content li:nth-child(2) p {
  margin-top: 10px;
}
.diagram .chart .horizontal-two {
  height: 151px;
  width: 1125px;
  margin: 16px auto;
}
.diagram .chart .horizontal-three {
  height: 116px;
  width: 1125px;
  margin: 16px auto;
}
.diagram .chart .horizontal-two {
  height: 151px;
  width: 1125px;
  margin: 42px auto;
}
.diagram .horizontal-two .box-cap {
  width: 162px;
  height: 151px;
  background: url(../images/home/line-two-one-bg.png) center no-repeat;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 22px;
  padding-top: 36px;
  box-sizing: border-box;
  border-radius: 4px;
  float: left;
  margin-top: -6px;
  padding-top: 48px;
}
.diagram .horizontal-two ul.box-content {
  width: 947px;
  height: 144px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: 16px;
  list-style: none;
  float: left;
}
.diagram .horizontal-two ul.box-content li {
  width: 126px;
  height: 144px;
  background: url(../images/home/line-two-two-bg.png) center no-repeat;
  box-sizing: border-box;
}
.diagram .horizontal-two ul.box-content li h4 {
  background: #d9edff;
  border: #1890ff 1px solid;
  border-radius: 4px 4px 0 0;
  height: 42px;
  width: 120px;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
}
.diagram .horizontal-two ul.box-content li p {
  width: 118px;
  font-size: 16px;
  text-align: center;
  line-height: 14px;
  padding: 1px 2px;
  box-sizing: border-box;
}
.diagram .horizontal-two ul.box-content li:nth-child(2) p,
.diagram .horizontal-two ul.box-content li:nth-child(6) p {
  padding-top: 8px;
}
.diagram .chart .horizontal-three {
  height: 116px;
  width: 1125px;
  margin: -10px auto;
}
.diagram .horizontal-three .box-cap {
  width: 162px;
  height: 116px;
  background: url(../images/home/line-three-one-bg.png) center no-repeat;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 22px;
  padding-top: 36px;
  box-sizing: border-box;
  border-radius: 4px;
  float: left;
  margin-top: -6px;
  padding-top: 30px;
}
.diagram .horizontal-three ul.box-content {
  width: 947px;
  height: 109px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: 16px;
  list-style: none;
  float: left;
}
.diagram .horizontal-three ul.box-content li {
  width: 305px;
  height: 109px;
  border: #1890ff 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
}
.diagram .horizontal-three ul.box-content li h4 {
  background: #d9edff;
  border-bottom: #1890ff 1px solid;
  height: 44px;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
  border-radius: 4px 4px 0 0;
}
.diagram .horizontal-three ul.box-content li p {
  width: 305px;
  font-size: 16px;
  text-align: center;
  line-height: 14px;
}
.diagram .horizontal-three ul.box-content li:first-child p,
.diagram .horizontal-three ul.box-content li:nth-child(2) p {
  padding-top: 10px;
}
.scrollBox {
  overflow: auto;
}
.scrollBox::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}
.scrollBox::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  background: rgba(191, 191, 191, 0.5);
}
.scrollBox::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 5px;
  background: rgba(237, 237, 237, 0.5);
}
@media (min-width: 1100px) {
  .picture-button {
    margin-top: 60px;
  }
  .swiper:hover .swiper-button-next {
    margin-right: 60px;
  }
  .swiper:hover .swiper-button-prev {
    margin-left: 60px;
  }
  .about-cont .abouTV .solgoinfo {
    width: 70% ;
  }
}
@media (max-width: 1440px) {
  .project .titleList li .top-tit {
    font-size: 24px;
  }
  .stepBox .step::before {
    right: 10px;
  }
  .productMore .detailabout .pro-list {
    min-height: 320px;
  }
}
@media (max-width: 1366px) {
  .mapbg {
    transform: scale(0.8);
    margin-left: -60px;
  }
  .coordinate span {
    font-size: 18px;
  }
  .contactBox .info {
    padding: 10px 20px;
  }
  .productMore .detailabout .pro-list {
    min-height: 400px;
  }
}
@media (max-width: 1024px) {
  .top-tit {
    font-size: 24px;
  }
  .drgy_navbar .drgy_navbar_c {
    display: none;
  }
  .drgy_navbar .Apppoint {
    display: block;
  }
  .drgy_navbar .searchBox {
    right: 45px;
  }
  .drgy_navbar .drgy_navsub {
    top: 70px;
    border: 0;
  }
  .drgy_navbar.active .drgy_logo2 {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .drgy_navbar.active .drgy_logo {
    padding: 23px;
    margin-left: 30px;
  }
  .drgy_navbar.active .drgy_cont {
    display: block;
    padding: 0;
    height: 100vh;
    background: #fff;
  }
  .drgy_navbar.active .drgy_navbar_c {
    display: block;
    background-color: #fff;
  }
  .drgy_navbar.active .drgy_nav {
    display: block;
    padding: 0;
  }
  .drgy_navbar.active .drgy_nav_li {
    border-top: 1px solid #ddd;
  }
  .drgy_navbar.active .drgy_nav_li:hover:before {
    width: 0;
  }
  .drgy_navbar.active .drgy_nav_li::after {
    content: "\003E";
    display: block;
    font-size: 20px;
    color: #666;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .drgy_navbar.active .drgy_nav_li.iconDown::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #0066cc;
  }
  .drgy_navbar.active .drgy_nav_li .drgy_nav_a {
    padding: 0 20px;
    color: #222;
  }
  .drgy_navbar.active .drgy_nav_li .drgy_nav_a.pc {
    display: none;
  }
  .drgy_navbar.active .drgy_nav_li .drgy_nav_a.app {
    display: block;
  }
  .drgy_navbar.active .drgy_navsub {
    display: block;
    position: unset;
    border: 0;
    box-shadow: none;
    height: 0;
  }
  .drgy_navbar.active .drgy_navsub .drgy_navsub-l {
    width: 100%;
    padding: 10px;
  }
  .drgy_navbar.active .drgy_navsub .drgy_navsub-l ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .drgy_navbar.active .drgy_navsub .drgy_navsub-l ul li {
    margin-bottom: 0;
  }
  .drgy_navbar.active .drgy_navsub .drgy_navsub-r {
    background: none;
    padding: 0;
  }
  .drgy_navbar.active .drgy_navsub .drgy_navsub-sub-main {
    padding-left: 0;
  }
  .drgy_navbar.active .drgy_navsub .drgy_navsub-sub-title {
    margin-left: 20px;
  }
  .drgy_navbar.active .drgy_navsub .drgy_navsub-sub-title::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .drgy_navbar.active .drgy_navsub.app.open {
    height: auto;
  }
  .drgy_navbar.active .drgy_navsub.app.open .drgy_navsub-sub-ctn {
    justify-content: left;
  }
  .pc-picture {
    letter-spacing: 2px;
  }
  .picture-first {
    font-size: 24px;
  }
  .picture-second {
    font-size: 18px;
  }
  .picture-third {
    font-size: 16px;
  }
  .picture-button {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    width: 130px;
  }
  .numCount li .numCX {
    font-size: 24px;
  }
  .com-tit .cn {
    font-size: 24px;
  }
  .com-tit .en {
    font-size: 32px;
  }
  .mainBox {
    padding: 0 20px;
  }
  .about-cont .abouTV {
    margin-top: 0;
  }
  .about-cont .abouTV .solgoinfo {
    width: 100%;
    top: 0;
    transform: translate(-50%, 0%);
  }
  .about-cont .abouTV .solgo {
    font-size: 16px;
  }
  .prouductBox .prouduct-ul li:hover .listbox {
    margin: auto;
  }
  .project {
    height: 600px;
    background: #0066cc;
  }
  .project .titleList li {
    width: 100%;
    display: block;
    height: auto;
    padding: 5px 30px;
    position: relative;
  }
  .project .titleList li .top-tit {
    width: 100%;
    padding: 12px 20px;
    font-size: 18px;
  }
  .project .titleList li .top-titsub {
    font-size: 14px;
  }
  .project .titleList li.active {
    width: 100%;
    background: rgba(11, 125, 242, 0.6);
  }
  .project .titleList li.active .top-tit {
    padding: 5px 60px 5px 20px;
  }
  .project .titleList li.active .top-titsub {
    padding: 5px 60px 5px 20px;
    text-indent: 0;
  }
  .project .titleList li.active .com-button {
    font-size: 12px;
    margin: 0 20px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    width: 80px;
  }
  .project .imgbox,
  .project .imgbox img {
    width: 100%;
    height: 100%;
  }
  .tablistIcon {
    justify-content: center;
    margin: 20px 0;
    border: 0;
  }
  .tablistIcon a {
    padding: 0 0 5px;
    margin: 0 5px;
  }
  .productMore .detailabout .pro-list {
    min-height: 260px;
  }
}
@media (max-width: 992px) {
  .mapbg {
    transform: scale(0.9);
    margin-left: 0;
  }
  .coordinate span {
    font-size: 18px;
  }
  .productMore .productMore_list {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }
  .productMore .productMore_list .flexLR {
    flex-direction: column;
  }
  .about-cont .abouTV.aboutimg {
    text-align: center;
    padding: 10px;
  }
  .about-cont .abouTV.aboutimg img {
    width: 400px;
    height: 200px;
    margin: auto;
  }
}
@media (max-width: 968px) {
  .footBox {
    padding: 60px 0 20px;
  }
  .footBox .right {
    font-size: 24px;
  }
  .footBox .footMenu {
    padding-right: 0;
  }
  .footBox .footMenu .weixBox {
    top: inherit;
    transform: none ;
    bottom: 0;
  }
  .stepBox .step::after {
    right: 0;
  }
}
@media (max-width: 768px) {
  .defaultTB {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top-tit {
    font-size: 24px;
  }
  .sideBar-wrapper {
    top: inherit;
    bottom: 30px;
    height: 50px;
    overflow: hidden;
  }
  .prouductBox .prouduct-ul .imgbox {
    width: 130px;
  }
  .prouductBox .prouduct-ul .com-button {
    margin-top: 10px;
  }
  .prouductBox .prouduct-ul .txtsub {
    height: 75px;
    overflow: hidden;
  }
  .prouductBox .title_tabs a {
    min-width: auto;
    margin: 0 20px;
    padding: 0 10px;
    text-align: center;
  }
  .prouductBox .title_tabs a .iconfont {
    position: initial;
    transform: initial;
    font-size: 36px;
  }
  .prouductBox .title_tabs p {
    font-size: 14px;
  }
  .prouductBox .title_tabs .tit {
    font-size: 16px;
  }
  .contactBox {
    padding: 10px 0 20px;
  }
  .contactBox .top-tit {
    padding-top: 0;
    font-size: 24px;
  }
  .mapbg {
    transform: scale(0.8);
    margin-left: -60px;
  }
  .coordinate span {
    font-size: 24px;
  }
  .data-map {
    padding-bottom: 0;
  }
  .salesBox .com-tit {
    padding: 0;
  }
  .stepBox .imgset {
    width: 90px;
    height: 90px;
  }
  .stepBox .step::before,
  .stepBox .step::after {
    right: 0;
  }
}
@media (max-width: 750px) {
  .mapbg {
    transform: scale(0.75);
    margin-left: -100px;
  }
  .coordinate span {
    font-size: 20px;
  }
  .caseBox .caselist .txtsub.line-clamp4 {
    min-height: auto;
  }
}
@media (max-width: 640px) {
  .com-tit {
    margin-top: 20px;
  }
  .top-tit,
  .top-titsub {
    margin-bottom: 10px;
  }
  .pc-picture {
    width: 60%;
    left: 15%;
  }
  .picture-first {
    font-size: 18px;
  }
  .picture-third,
  .picture-button {
    margin-top: 10px;
  }
  .project {
    height: 530px;
  }
  .project .titleList li.active .top-titsub {
    display: none;
  }
  .newsBox {
    padding: 20px 0;
  }
  .newsBox .toppart {
    display: block;
  }
  .newsBox .newsContent {
    padding: 20px 0;
  }
  .newsBox .newList .right {
    display: block;
  }
  .newsBox .newList .right .imgH {
    width: 100px;
  }
  .newsBox .newList .right .infos {
    padding: 0;
  }
  .newsBox .newList .right .txt {
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsBox .newList .right .time {
    position: inherit;
    text-align: right;
    font-size: 14px;
  }
  .data-map {
    height: 500px;
  }
  .mapbg {
    transform: scale(0.6);
    margin-left: -160px;
    margin-top: -100px;
  }
  .coordinate span {
    font-size: 20px;
  }
  .footBox .footMenu {
    padding: 0 0 150px;
  }
  .footBox .footMenu .weixBox {
    width: 100%;
  }
  .footBox .left {
    width: 100px;
  }
  .footBox .left,
  .footBox .right {
    text-align: left;
    padding-top: 15px;
  }
  .leadmenu {
    margin-top: 0;
  }
  .leadmenu a {
    font-size: 12px;
    padding: 10px 5px;
  }
  .detailabout .info-content img {
    width: 100%;
    padding: 20px 0;
  }
  .detailabout .info {
    margin: 10px 0;
    height: auto;
  }
  .salesBox .tablink {
    margin: 20px 0;
  }
  .detailabout .pro-list .txtsub {
    display: block;
  }
  .cultureBox .postFloat {
    position: inherit;
  }
  .about-cont .abouTV.aboutimg img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .picture-third {
    display: none;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 52px;
    height: 52px;
  }
  .data-map {
    height: 340px;
  }
  .mapbg {
    transform: scale(0.4);
    margin-left: -270px;
    margin-top: -200px;
  }
  .coordinate span {
    font-size: 28px;
  }
  .numCount li .item {
    margin: 20px 10px;
  }
}
@media (max-width: 375px) {
  .footBox .top li {
    width: 100%;
  }
  .footBox .top .left {
    width: 85px;
  }
  .footBox .top .right {
    font-size: 18px;
  }
}
