@charset "utf-8";
/***********common************/
#newBridge .icon-right-bottom {
  top: 55% !important;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  background: #fff;
  font: 12px "Roboto", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑",
    "WenQuanYi Micro Hei", sans-serif;
}
table {
  border-collapse: collapse;
}
ul,
li {
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:link {
  text-decoration: none;
}
input,
button,
select,
textarea {
  outline: none;
}
img {
  border: none;
}
.clear {
  clear: both;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.hides {
  display: none;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
}
/*头部*/
.index_header {
  background: #001900;
  width: 100%;
}
.header_cont {
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 0;
}
.header_cont a.logo {
  float: left;
}
.header_cont a.logo img {
  max-width: 172px;
}
.nav_ul {
  float: right;
}
.nav_ul > li {
  float: left;
  margin: 25px 10px 0;
}
.nav_ul > li > a {
  color: #fff;
  font-size: 16px;
  padding: 3px 15px;
}
.nav_ul > li > a:hover,
.nav_ul > li.active > a {
  background: #ee3923;
  text-decoration: none;
}
/*tel*/
.nav {
  float: right;
  margin: 15px 20px 0 0;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background: none;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* .fa-phone:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-qq:before {
  content: "";
} */

@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.hvr-buzz > a {
  color: #fff;
  font-size: 20px;
}
.index_cont {
  width: 1200px;
  margin: 0 auto;
}

/*服务平台*/
.ServicePlatform {
  text-align: center;
  padding: 90px 0 50px;
}
.ServicePlatform h1 {
  font-size: 40px;
  color: #444;
  font-weight: normal;
  line-height: 1.5em;
}
.ServicePlatform h4 {
  font-size: 22px;
  color: #666;
  font-weight: normal;
}
.ServicePlatform .tab_ul {
  margin: 90px 0;
}
.ServicePlatform .tab_ul li {
  float: left;
  margin: 0 50px;
}
.ServicePlatform .tab_ul li a {
  display: block;
  color: #444;
}
.ServicePlatform .tab_ul li .circle {
  width: 120px;
  height: 120px;
  border: 2px solid #ee3923;
  border-radius: 50%;
  background: #fff;
}
.ServicePlatform .tab_ul li a > p {
  font-size: 16px;
  padding: 10px 0;
}
.ServicePlatform .tab_ul li:hover .circle,
.ServicePlatform .tab_ul li.clicked .circle {
  background: #ee3923;
}
.ServicePlatform .tab_ul li .circle > span {
  display: block;
  width: 100%;
  height: 100%;
}
.ServicePlatform .tab_ul li .circle > span.span1 {
  background: url(../images/index-en/icon1.png) no-repeat center;
}
.ServicePlatform .tab_ul li .circle > span.span2 {
  background: url(../images/index-en/icon2.png) no-repeat center;
}
.ServicePlatform .tab_ul li .circle > span.span3 {
  background: url(../images/index-en/icon3.png) no-repeat center;
}
.ServicePlatform .tab_ul li .circle > span.span4 {
  background: url(../images/index-en/icon4.png) no-repeat center;
}
.ServicePlatform .tab_ul li .circle > span.span5 {
  background: url(../images/index-en/icon5.png) no-repeat center;
}
.ServicePlatform .tab_ul li .circle > span.span6 {
  background: url(../images/index-en/icon6.png) no-repeat center;
}

.ServicePlatform .tab_ul li:hover .circle > span.span1,
.ServicePlatform .tab_ul li.clicked .circle > span.span1 {
  background: url(../images/index-en/icon1active.png) no-repeat center;
}
.ServicePlatform .tab_ul li:hover .circle > span.span2,
.ServicePlatform .tab_ul li.clicked .circle > span.span2 {
  background: url(../images/index-en/icon2active.png) no-repeat center;
}
.ServicePlatform .tab_ul li:hover .circle > span.span3,
.ServicePlatform .tab_ul li.clicked .circle > span.span3 {
  background: url(../images/index-en/icon3active.png) no-repeat center;
}
.ServicePlatform .tab_ul li:hover .circle > span.span4,
.ServicePlatform .tab_ul li.clicked .circle > span.span4 {
  background: url(../images/index-en/icon4active.png) no-repeat center;
}
.ServicePlatform .tab_ul li:hover .circle > span.span5,
.ServicePlatform .tab_ul li.clicked .circle > span.span5 {
  background: url(../images/index-en/icon5active.png) no-repeat center;
}
.ServicePlatform .tab_ul li:hover .circle > span.span6,
.ServicePlatform .tab_ul li.clicked .circle > span.span6 {
  background: url(../images/index-en/icon6active.png) no-repeat center;
}

/*切换的主题内容*/
.ServicePlatform .tabs {
  width: 1130px;
  margin: 0 auto;
}
.ServicePlatform .tabs .fl {
  float: left;
  width: 510px;
  text-align: left;
}
.ServicePlatform .tabs .fl > h2 {
  font-size: 32px;
  color: #444;
  font-weight: normal;
  margin-bottom: 35px;
}
.ServicePlatform .tabs .fl > h2 > p {
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}
.ServicePlatform .tabs .fl > p {
  font-size: 18px;
  color: #666;
  line-height: 1.8em;
}
.ServicePlatform .tabs .fl > p > a {
  color: #ee3923;
  font-size: 16px;
}
.ServicePlatform .tabs .fr {
  float: right;
  width: 600px;
}
.ServicePlatform .tabs .fr > img {
  max-width: 600px;
}

.strengths h1,
.ServiceCont h1,
.they_use h1 {
  font-size: 40px;
  color: #444;
  font-weight: normal;
  line-height: 2em;
}
.strengths .h1_border,
.ServiceCont .h1_border,
.they_use .h1_border {
  height: 4px;
  width: 144px;
  background: #8a8989;
  margin: 0 auto;
}
/*优势*/
.strengths {
  background: #f5f5f5;
  padding: 90px 0;
  text-align: center;
}
.strengths_ul li {
  float: left;
  width: 240px;
  margin: 90px 30px 30px;
}
.strengths_ul li > a {
  display: block;
  padding-top: 160px;
}
.strengths_ul li > a.a1 {
  background: url(../images/index-en/youshibg1.png) no-repeat center top;
}
.strengths_ul li > a.a1:hover {
  background: url(../images/index-en/youshibg1_active.png) no-repeat center top;
}
.strengths_ul li > a.a2 {
  background: url(../images/index-en/youshibg2.png) no-repeat center top;
}
.strengths_ul li > a.a2:hover {
  background: url(../images/index-en/youshibg2_active.png) no-repeat center top;
}
.strengths_ul li > a.a3 {
  background: url(../images/index-en/youshibg3.png) no-repeat center top;
}
.strengths_ul li > a.a3:hover {
  background: url(../images/index-en/youshibg3_active.png) no-repeat center top;
}
.strengths_ul li > a.a4 {
  background: url(../images/index-en/youshibg4.png) no-repeat center top;
}
.strengths_ul li > a.a4:hover {
  background: url(../images/index-en/youshibg4_active.png) no-repeat center top;
}

.strengths_ul li > a > h2 {
  color: #444;
  font-size: 30px;
  font-weight: normal;
  padding: 10px 0 5px;
}
.strengths_ul li > a > p {
  color: #666;
  font-size: 16px;
  line-height: 1.6em;
}

/*服务内容*/
.ServiceCont {
  text-align: center;
  padding: 90px 0;
}
.ServiceCont_ul {
  width: 1216px;
  margin-top: 90px;
  margin-bottom: 50px;
}
.ServiceCont_ul li {
  float: left;
  width: 226px;
  margin: 0 8px;
}
.ServiceCont_ul li > div {
  height: 60px;
  line-height: 60px;
}
.ServiceCont_ul li > h2 {
  color: #fff;
  font-size: 28px;
  padding: 18px 0;
  font-weight: normal;
}
.ServiceCont_ul li > h2.bg1 {
  background: #277ac0;
}
.ServiceCont_ul li > h2.bg2 {
  background: #a1ca31;
}
.ServiceCont_ul li > h2.bg3 {
  background: #f5a418;
}
.ServiceCont_ul li > h2.bg4 {
  background: #e72619;
}
.ServiceCont_ul li > h2.bg5 {
  background: #b44594;
}
.ServiceCont_ul li > p {
  background: #f0f0f0;
  color: #8a8989;
  font-size: 16px;
  line-height: 1.6em;
  padding: 20px 12px;
}
/*他们都在用*/
.they_use {
  text-align: center;
  padding: 20px 0;
}
.they_use .they_div {
  width: 859px;
  margin: 30px auto;
}
.they_div > img {
  max-width: 859px;
}
/*媒体报道*/
.media_report {
  background: #f1f1f1;
}
.media_report_cont {
  margin: 0 auto;
  width: 1200px;
  padding: 25px 0;
}
/*footer*/
.footer_part1 {
  background: #06141d url(https://shs.waimaogongshe.cn/landing/index/footer_bg.jpg) no-repeat center;
  padding: 50px 0 40px;
}
.footer_part1 h3 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 10px;
  margin: 0;
}
.footer_part1 p {
  font-size: 18px;
  line-height: 1.8em;
  margin: 0;
}
.footer_part2 {
  background: #838487;
}
.footer_cont {
  width: 1150px;
  margin: 0 auto;
  color: #fff;
}
.footer_part2 {
  text-align: center;
  font-size: 18px;
  padding: 25px 0;
}
/*************js特效**********/
/*banner切换*/
.fullSlidee {
  width: 100%;
  position: relative;
  height: 348px;
  background: #fff;
}
.fullSlidee .bdd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fullSlidee .bdd ul {
  width: 100% !important;
}
.fullSlidee .bdd li {
  width: 100% !important;
  height: 348px;
  overflow: hidden;
  text-align: center;
}
.fullSlidee .bdd li a {
  position: absolute;
bottom: 60px;
left: 50%;
transform: translateX(-50%);

}
.fullSlidee .prevv,
.fullSlidee .nextt {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  width: 65px;
  height: 65px;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.fullSlidee .prevv {
  background: url(../images/left.png) no-repeat;
  left: 8%;
}
.fullSlidee .nextt {
  background: url(../images/right.png) no-repeat;
  right: 8%;
}
.fullSlidee .prevv:hover,
.fullSlidee .nextt:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

/*产品介绍*/
.star-black {
  color: #000;
}
.star-red {
  color: #ee3c23;
}

.nb-icon-wrap {
  margin-top: -130px !important;
}
#newBridge .icon-right-center {
  right: 24px !important;
}

.say_content {
  padding: 70px 0;
  text-align: center;
  background-color: #fafafa;
  /* background: url("../images/index/videoImg.png") no-repeat; */
  background-size: 100% 100%;
}
.say_content .say_con {
  max-width: 1200px;
  margin: 0 auto;
}
.say_content .say_con > div {
  display: flex;
  flex-wrap: wrap;
}
.say_content h3 {
  font-size: 1.7rem;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
.say_content .left_video video {
  width: 800px;
  height: 380px;
  border: 10px solid #dbebf7;
  border-radius: 20px;
  margin-right: 19px;
}

.say_content .right_title {
  height: 400px;
  overflow: hidden;
  background: #fff;
}

.say_content .right_title::-webkit-scrollbar {
  width: 0;
}
.say_content .right_title::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 2px;
}
.say_content .right_title::-webkit-scrollbar-thumb {
  background: #00000049;
  border-radius: 10px;
}
.say_content .right_title::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

.say_content ul li {
  padding: 16px 80px 16px 30px;
  cursor: pointer;
  width: 100%;
}
.say_content ul li.active {
  border-right: 4px solid #d81719;
  background: #fafafa;
}
.say_content ul li p {
  font-size: 0.6rem;
  color: #333;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.say_content ul li p:first-child {
  font-size: 0.8rem;
  line-height: 24px;
  font-weight: 500;
  margin-top: 0;
}
.say_content ul li p img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  margin-top: -2px;
}
.say_content ul li p img:first-child {
  margin-left: 8px;
}
.say_content ul li p span {
  padding: 5px 10px;
  line-height: 12px;
  background: #f0f0f0;
  border-radius: 5px;
  text-align: center;
  text-indent: 0;
  margin-left: 8px;
}
.say_content .right_wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    181.13deg,
    rgba(255, 255, 255, 0) 0.97%,
    #ffffff 91.96%
  );
  height: 97px;
}
.say_content .right_wrap img {
  width: 36px;
  height: 36px;
  margin: 50px auto 0 auto;
  cursor: pointer;
}
.say_content button {
  font-size: 0.9rem;
  color: #fff;
  background: #d81719;
  padding: 0.9rem 3rem;
  border-radius: 30px;
  margin-top: 50px;
  border: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .say_content .left_video video {
    width: 100%;
    overflow: hidden;
  }
  #newBridge {
    display: none;
  }
}
.navproduct{
  position: relative;
}
.productUL{
  background-color: white;
  display: none;
  z-index: 999;
  padding: 0;
  width: 100%;
  position: absolute;
}
.productUL a{
 color: black; 
}
.productUL li{
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 3px 0;
}
.productUL li:hover{
  background-color: rgb(205, 205,205);
}
.navproduct:hover > a{
  background-color: rgb(236, 54, 43);
  text-decoration: none;
}
.navproduct:hover .productUL{
  display: block;
}
.product .operation-content-summary{
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .footer_cont{
    max-width: 100%;
  }
  .left_video{
    overflow: hidden;
  }
  .say_content .say_con > div{
    justify-content: center;
  }
  .py-primary{
    max-width: 100%;
    overflow: hidden;
  }
  #meitibaodao{
    display: none;
  }
  #section2{
    display: none;
  }
  #section6,.section4{
    max-width: 100%;
    overflow: hidden;
  }
  .ServicePlatform .tab_ul{
    margin: 0;
  }
}
#hvr-buzz img{
  max-width: 18px;
  object-fit: contain;
}
@media (min-width :1200px){
  
  #hvr-buzz{
    padding-left: 80px;
  }
}

