@charset "utf-8";

/*public start*/

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
body,
span,
div,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
img,
form,
font,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

body {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  color: #333;
  font-size: 1.2rem;
  font-family: "'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', 黑体, Arial, sans-serif";
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
  font-size: 0;
}

input {
  outline: none;
}

a {
  color: #333;
  text-decoration: none;
}

i,
em {
  font-style: normal;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tr {
  text-align: right;
}

.hide {
  display: none;
}

.last {
  margin-right: 0px !important;
}

button {
  outline: none;
}

/*public end*/

.big_div {
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 94%;
  margin: 0 auto;
}
.header {
  position: relative;
}

.header .wrap {
  padding: 27px 0 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__menu-btn {
  width: 35px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
  height: 24px;
}

.header__menu-btn span {
  display: block;
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.25s 0.4s ease-in-out;
  -moz-transition: 0.25s 0.4s ease-in-out;
  transition: 0.25s 0.4s ease-in-out;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.header__menu-btn span:nth-of-type(1) {
  top: 0px;
}

.header__menu-btn span:nth-of-type(2) {
  top: 8px;
  -webkit-transition: 0.4s 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 0.4s 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.4s 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.header__menu-btn span:nth-of-type(3) {
  top: 16px;
}

.header__menu-btn.menuOpen {
  color: #000;
}

.header__menu-btn.menuOpen span {
  background: #000;
}

.header__menu-btn.menuOpen span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__menu-btn.menuOpen span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.header__menu-btn.menuOpen span:nth-of-type(3) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  top: 100%;
  z-index: 1000;
}

.menu_box {
  background: rgba(255, 255, 255, 1);
}

.menu_box > .one > li {
  line-height: 36px;
  border-bottom: 1px solid #ccc;
  padding-left: 2%;
}

.menu_box > .one > li a {
  display: block;
  font-size: 14px;
  color: #333;
}

.menu_box > .one > li > .two > li {
  padding-left: 3%;
}

.menu_box > .one > li > .two > li a {
  font-size: 13px;
  color: #333;
}

.menu_box > .one > li > .two > li a.inactives {
  color: #1480e2;
}

.menu_box > .one > li > .two > li .three li {
  padding-left: 4%;
}

.menu_box > .one > li > .two > li .three li a {
  font-size: 12px;
  color: #333;
}

.menu_box ul li .inactive {
  background: url(../images/off.png) no-repeat 96% center;
}

.menu_box ul li .inactives {
  background: url(../images/on.png) no-repeat 96% center;
  color: #1480e2;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .wrap {
  position: absolute;
  width: 96%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner h2 {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  line-height: 56px;
}
.banner p {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
}
.con {
  height: 57px;
  background-color: #f1f1f1;
}
.con .swiper-slide {
  line-height: 57px;
  text-align: center;
}
.con .swiper-slide a {
  display: block;
  font-size: 16px;
  color: #333333;
}
.con .swiper-slide.swiper-slide-active {
  background-color: #e60012;
}
.con .swiper-slide.swiper-slide-active a {
  color: #fff;
}
.footer {
  background-color: #222222;
  padding: 0px 0 10px;
  text-align: center;
}
.footer .wx {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .wx img {
  width: 110px;
  height: 110px;
}
.footer .wx p {
  font-size: 14px;
  color: #a9a9a9;
  line-height: 28px;
  display: inline-block;
}
.footer .info {
  padding: 10px 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .info p {
  display: inline-block;
  font-size: 15px;
  color: #a9a9a9;
  line-height: 24px;
}
.footer .copyright{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .copyright p {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.footer .copyright p a{
  color: #fff;
}
.free {
  margin-top: 88px;
  background: url("../images/bazx_12.png") center center no-repeat;
  height: 387px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.free-box {
  width: 414px;
  text-align: center;
  margin: 0 auto;
}
.free-box p:nth-of-type(1) {
  font-size: 24px;
  color: #333;
}
.free-box p:nth-of-type(2) {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  padding: 10px 0;
}
.free-box p:nth-of-type(2) a {
  color: #e60012;
}
.free-box .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.free-box .btn a {
  display: block;
  width: 200px;
  line-height: 44px;
  background-color: #e60012;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
}
.free-box .btn a:hover {
  opacity: 0.9;
}
/* 安全产品 */
.aqcp {
  margin-top: 30px;
}
.aqcp-tit {
  text-align: center;
}
.aqcp-tit span {
  font-weight: bold;
  font-size: 30px;
  color: #3a3a3a;
  border-bottom: 4px solid #e60012;
  padding-bottom: 12px;
}
.aqcp-list {
  margin-top: 20px;
}
.aqcp-list .item {
  float: left;
  width: 48%;
  height: 304px;
  border: 1px solid #c7c7c7;
  margin-right: 4%;
  margin-top: 20px;
}
.aqcp-list .item:nth-of-type(2n) {
  margin-right: 0 !important;
}
.aqcp-list .item .item-head {
  height: 120px;
  background-image: linear-gradient(to right, #0486d2, #0b96e8);
}
.aqcp-list .item .item-head span {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 42px 0 0 35px;
  position: relative;
}
.aqcp-list .item .item-head span::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 35px;
  width: 100px;
  height: 1px;
  border-bottom: 1px dashed #fff;
}
.aqcp-list .item .item-text {
  padding: 22px;
}
.aqcp-list .item .item-text p {
  font-weight: bold;
  font-size: 14px;
  color: #6b6b6b;
  line-height: 24px;
}
.yycj {
  background: url(../images/aqcp_12.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 20px 0 45px;
  margin-top: 40px;
}
.yycj .yycj-list {
  width: 370px;
  padding: 0 34px;
  background-color: #fff;
  margin: 0 auto;
}
.yycj .yycj-list p.tits {
  font-size: 16px;
  color: #555555;
  font-weight: bold;
  padding-top: 26px;
}
.yycj .yycj-list p {
  font-size: 14px;
  color: #555555;
}
.yycj .yycj-list p:nth-of-type(2),
.yycj .yycj-list p:nth-of-type(3),
.yycj .yycj-list p:nth-of-type(5) {
  padding-top: 26px;
}
.yycj .yycj-list p:last-of-type {
  padding-bottom: 26px;
}
.khal {
  margin-bottom: 20px;
}
.khal .samll-list-swiper {
  margin-top: 40px;
}
.samll-list-swiper .li_img img {
  width: 100%;
  border: 1px solid #c7c7c7;
  box-sizing: border-box;
}
/* 备案中心 */
.gywm h2 {
  font-size: 30px;
}
.gywm p {
  font-size: 16px;
}
.gywm h2,
.gywm p {
  color: #333;
}
.beian-con {
  margin-top: 24px;
}
.beian-con p {
  width: 126px;
  line-height: 40px;
  background-color: #222222;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.beian-con-neirong dl {
  display: flex;
  flex-wrap: wrap;
}
.beian-con-neirong dl dd {
  width: 20%;
  line-height: 52px;
}
.beian-con-neirong dl dd a {
  font-size: 15px;
  color: #333333;
}
.beian-con-neirong dl dd a.active,
.beian-con-neirong dl dd a:hover {
  color: #e60012;
}
.bazx .tit {
  margin-bottom: 20px;
  font-size: 20px;
  color: #e60012;
  font-weight: bold;
  display: inline-block;
}
.bazx-tit {
  border-bottom: 1px solid #dbdbdb;
  padding: 30px 0 14px;
}
.bazx-tit span {
  font-size: 18px;
  color: #228bcf;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.bazx-tit span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 120px;
  height: 3px;
  background-color: #228bcf;
}
.bazx-one {
  margin-top: 45px;
  display: flex;
  align-items: center;
}
.bazx-one span {
  display: inline-flex;
  font-size: 14px;
  color: #383737;
  font-weight: bold;
}
.bazx-one img {
  margin: 0 20px;
}
.bazx-two {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.bazx-two p {
  display: inline-flex;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
}
/* 关于我们 */
.about h3 {
  font-size: 22px;
  color: #e60012;
  margin-top: 28px;
}
.about .about-box {
  margin-top: 18px;
  border: 1px solid #d8d8d8;
  background-color: #fafafa;
}
.about .about-box ul {
  display: flex;
  flex-wrap: wrap;
}
.about .about-box ul li {
  width: 20%;
  text-align: center;
  line-height: 52px;
}
.about .about-box ul li a {
  font-size: 15px;
  color: #333333;
}
.about .about-box ul li a:hover,
.about .about-box ul li.active a {
  color: #e60012;
}
.content-re-gywm {
  display: flex;
  flex-direction: column;
}
.content-re-gywm p:nth-of-type(1) {
  display: inline-flex;
  font-size: 30px;
  color: #333;
  margin-top: 20px;
}
.content-re-gywm p:nth-of-type(2) {
  font-size: 16px;
  color: #7a7a7a;
  margin-top: 20px;
  line-height: 24px;
      text-indent: 2em;
}
.content-re-gywm p:nth-of-type(3) {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 24px;
      text-indent: 2em;
}
.content-re-gywm p:nth-of-type(2) img {
  padding: 0 22px 0 0;
  width: 245px;
  height: 180px;
}
/* 解决方案 */
.jjfa.list {
  padding-bottom: 1px;
}
.jjfa.list:nth-of-type(2n-1) {
  background-color: #f2f9ff;
}
.jjfa.list .list-item .item {
  background-color: #fff;
  box-shadow: 0 3px 4px #d7dee3;
  margin-bottom: 30px;
}
.jjfa.list .list-item .item .item-box {
  padding: 20px;
}
.jjfa.list .list-item .list-item-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 92px;
}
.jjfa.list .list-item .list-item-tit img:nth-of-type(1) {
  margin-right: 18px;
}
.jjfa.list .list-item .list-item-tit img:nth-of-type(2) {
  margin-left: 18px;
}
.jjfa.list .list-item .list-item-tit span {
  font-size: 30px;
  color: #2d2d2d;
}
.jjfa.list .list-item .item .item-tit {
  display: flex;
  align-items: center;
}
.jjfa.list .list-item .item .item-tit p {
  font-size: 18px;
  font-weight: bold;
  color: #464646;
  margin-left: 10px;
}
.jjfa.list .list-item .item .item-text p {
  font-size: 16px;
  color: #6e6e6e;
  padding: 16px 0;
  display: inline-block;
}
.jjfa.list .list-item .item .item-link a {
  width: 96px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  margin-right: 6px;
}
.jjfa.list .list-item .item .item-link a:nth-of-type(1) {
  background: #c6000b;
  color: #fff;
}
.jjfa.list .list-item .item .item-link a:nth-of-type(2) {
  border: 1px solid #d3d4d6;
}
.jjfa.list .list-item .item h5 {
  margin-top: 24px;
  font-size: 20px;
  color: #707070;
  display: inline-block;
}
.jjfa.list .list-item .item .item-br {
  margin-top: 12px;
}
.jjfa.list .list-item .item .item-br p {
  font-size: 16px;
  color: #707070;
  display: inline-block;
}
.jjfa.list .item-link.right {
  margin-top: 20px;
  text-align: right;
}

.jjfa.list .item-l .item-list {
  position: relative;
}
.jjfa.list .item-l .item-list p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
.jjfa.list .item-l .item-list .li_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.jjfa.list .item-l .item-list .li_hidden {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.jjfa.list .item-l .item-list .li_hidden img {
  width: 58px;
  height: 51px;
  display: none;
}
.jjfa.list .item-l .item-list {
  width: 49%;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 2%;
  margin-top: 20px;
}
.jjfa.list .item-l .item-list img {
  width: 100%;
}
.jjfa.list .item-l .item-list:nth-of-type(2n) {
  margin-right: 0 !important;
}

.jjfa.list .item-l .item-list:hover .li_bg {
  display: none;
}
.jjfa.list .item-l .item-list:hover .li_hidden img {
  display: block;
}
.jjfa.list .item-l .item:hover {
  box-shadow: 0 4px 20px 0 #d7dee3;
}
/* 企业组网 */
.qyzw {
  margin-top: 30px;
  text-align: center;
}
.qyzw h2 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  line-height: 56px;
  display: inline-block;
}
.qyzw p.miaoshu {
  font-size: 16px;
  color: #656565;
  line-height: 32px;
  display: inline-block;
}
.qyzw-content .item {
  margin: 26px auto;
  height: 390px;
  border: 1px solid #e60012;
  background: url("../images/qyzw_05.png") bottom right no-repeat;
  text-align: left;
}
.qyzw-content .item:nth-of-type(1) {
  width: 526px;
}
.qyzw-content .item:nth-of-type(2) {
  width: 100%;
}
.qyzw-content .item .item-le {
  width: 67px;
  height: 390px;
  background-color: #e60012;
  font-size: 26px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qyzw-content .item .item-le p {
  font-size: 26px;
  color: #fff;
  width: 30px;
}
.qyzw-content .item:nth-of-type(1) .item-re .item-re-content {
  width: 450px;
}
.qyzw-content .item:nth-of-type(2) .item-re .item-re-content {
  width: 530px;
}
.qyzw-content .item .item-re .item-re-content {
  padding: 20px;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.qyzw-content .item .item-re p {
  font-size: 16px;
  color: #545454;
  line-height: 32px;
}
.pic {
  margin-top: 54px;
  text-align: center;
}
.samll-list {
  margin-top: 58px;
}
.samll-list h3 {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.samll-list-swiper {
  margin-top: 28px;
}
.samll-list-swiper .li_img {
  border: 1px solid #c7c7c7;
}
/* 首页 */
.jfdt {
  background-color: #e7edf3;
  padding: 18px 0 16px;
}
.jfdt-tab {
  margin: 36px auto 0;
  display: flex;
  flex-direction: column;
}
.jfdt-tab-head {
  margin: 0 auto;
  text-align: center;
}
.jfdt-tab-head li {
  float: left;
  width: 94px;
  line-height: 40px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 7px;
}
.jfdt-tab-head li:last-of-type {
  margin-right: 0;
}
.jfdt-tab-head li a {
  display: block;
  font-size: 14px;
  color: #333;
}
.jfdt-tab-head li:hover,
.jfdt-tab-head li.active {
  background-color: #e60012;
}
.jfdt-tab-head li:hover a,
.jfdt-tab-head li.active a {
  color: #fff;
}
/* 动画 */
.point {
  width: 10px;
  height: 10px;
  background-color: #df9a37;
  position: relative;
  border-radius: 50%;
}
.point-flicker:after {
  background-color: rgba(223, 154, 55, 0.6);
}
.point-flicker:before {
  background-color: rgba(223, 154, 55, 0.6);
}
.point-flicker:before,
.point-flicker:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  border-radius: 50%;
  animation: warn 1.5s ease-out 0s infinite;
}
@keyframes warn {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.qyzw-tab-content .item{
  display: none;
}
.qyzw-tab-content .item.active{
  display: block;
}
.jfdt-tab-content .item {
  position: relative;
  display: none;
}
.jfdt-tab-content .item.active{
  display: block;
}
.jfdt-tab-content .item:nth-of-type(1) .item-one {
  position: absolute;
  left: 334px;
  top: 110px;
}
.jfdt-tab-content .item:nth-of-type(1) .item-two {
  position: absolute;
  left: 278px;
  top: 190px;
}
.jfdt-tab-content .item:nth-of-type(1) .item-three {
  position: absolute;
  left: 320px;
  top: 258px;
}
.jfdt-tab-content .item:nth-of-type(1) .item-four {
  position: absolute;
  left: 202px;
  top: 52px;
}
.jfdt-tab-content .item:nth-of-type(1) .item-five {
  position: absolute;
  left: 108px;
  top: 134px;
}
.jfdt-tab-content .item:nth-of-type(1) .item-six {
  position: absolute;
  left: 172px;
  top: 250px;
}
.jfdt-tab-content .item:nth-of-type(1) .item-seven {
  position: absolute;
  left: 172px;
  top: 302px;
}
.jfdt-tab-content .item:nth-of-type(1) .item-eight {
  position: absolute;
  left: 500px;
  top: 280px;
}
.jfdt-tab-content .item span {
  display: inline-block;
  position: absolute;
  color: #fff;
}
.jfdt-tab-content .item span:nth-of-type(1) {
  width: 50px;
  font-size: 16px;
}
.jfdt-tab-content .item span:nth-of-type(2) {
  font-size: 14px;
  font-weight: bold;
  background-color: #e60012;
  width: 80px;
  line-height: 28px;
  border-radius: 5px;
  text-align: center;
}
.jfdt-tab-content .item:nth-of-type(1) span.text1 {
  left: -12px;
  top: -28px;
}
.jfdt-tab-content .item:nth-of-type(1) span.text2 {
  left: 26px;
  top: -5px;
}
.title {
  text-align: center;
  position: relative;
  background: url("../images/index_05.png") center center no-repeat;
}
.title h2 {
  font-size: 30px;
  color: #e60012;
}
.title span {
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
  padding: 0 4px;
}
.title.white {
  background: url("../images/index_11.png") center center no-repeat;
}
.title.white h2,
.title.white span {
  color: #fff;
}
.title.white span {
  background: none;
}
.yfw {
  background: url("../images/img2.png") center center no-repeat;
  padding: 56px 0;
}
.yfw-list {
  margin-top: 35px;
}
.yfw-list .swiper-slide {
  overflow: hidden;
  position: relative;
}
.yfw-list .swiper-slide img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.yfw-list .swiper-slide .li_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.yfw-list .swiper-slide .li_content p {
  padding: 0 20px;
  line-height: 40px;
  font-size: 18px;
  color: #333;
}
.yfw-list .swiper-slide:hover .li_content p {
  display: block;
  line-height: 32px;
}
.yfw-list .swiper-button-next,
.yfw-list .swiper-button-prev {
  color: #e60012;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
}
.yfw-list .swiper-button-prev:after,
.yfw-list .swiper-container-rtl .swiper-button-next:after,
.yfw-list .swiper-button-next:after,
.yfw-list .swiper-container-rtl .swiper-button-prev:after {
  font-size: 16px;
}
.yfw-list .swiper-slide .li_img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  　　-moz-transform: scale(1.1);
  　　-o-transform: scale(1.1);
  　　-ms-transform: scale(1.1);
}
.qyzw1 {
  background-color: #e8edf3;
  padding: 56px 0 16px;
}
.qyzw-tab {
  margin: 36px auto 0;
  display: flex;
  flex-direction: column;
}
.qyzw-tab-head {
  margin: 0 auto;
  text-align: center;
}
.qyzw-tab-head li {
  float: left;
  width: 129px;
  line-height: 40px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 7px;
}
.qyzw-tab-head li:last-of-type {
  margin-right: 0;
}
.qyzw-tab-head li a {
  display: block;
  font-size: 18px;
  color: #333;
}
.qyzw-tab-head li:hover,
.qyzw-tab-head li.active {
  background-color: #e60012;
}
.qyzw-tab-head li:hover a,
.qyzw-tab-head li.active a {
  color: #fff;
}
#main {
  width: 100%;
  height: 400px;
}
/* 云服务 */
.yfw-1 {
  padding: 30px 0;
  text-align: center;
}
.yfw-1 h2 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  line-height: 56px;
  display: inline-block;
}
.yfw-1 p {
  font-size: 16px;
  color: #8f8e8e;
  line-height: 32px;
}
.yfw-1 img {
  margin-top: 20px;
}
.yfw-2 {
  background-color: #f6f6f6;
  padding: 34px 0 80px;
}
.yfw-2 h2 {
  font-size: 30px;
  color: #e60012;
  text-align: center;
}
.yfw-2-list {
  margin-top: 48px;
}
.yfw-2-list .item {
  width: 32%;
  height: 212px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0 4px 20px 10px #d9d9d9;
  margin-right: 2%;
  margin-top: 20px;
}
.yfw-2-list .item:nth-of-type(3n) {
  margin-right: 0;
}
.yfw-2-list .li_img {
  margin-bottom: 28px;
}
.yfw-2-list .img2 {
  display: none;
}
.yfw-2-list span {
  font-size: 16px;
  color: #808080;
  font-weight: bold;
  text-align: center;
}
.yfw-2-list .item:hover {
  background-color: #e60012;
}
.yfw-2-list .item:hover .img1 {
  display: none;
}
.yfw-2-list .item:hover .img2 {
  display: block;
}
.yfw-2-list .item:hover span {
  color: #fff;
}
.yfw-3 {
  background: url("../images/yfw1_02.png") center center no-repeat;
  height: 300px;
}
.yfw-3 h2 {
  font-size: 24px;
  color: #e60012;
  text-align: center;
  padding-top: 34px;
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}
.yfw-3-list {
  margin: 108px auto 0;
  position: relative;
}
.yfw-3-list::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.59);
  position: absolute;
  left: 0;
}
.yfw-3-list p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.yfw-3-list .item-1 {
  width: 212px;
}
.yfw-3-list .item-2 {
  width: 312px;
}
.yfw-3-list .item-3 {
  width: 324px;
}
.yfw-3-list .item-4,
.yfw-3-list .item-5 {
  width: 338px;
}
.yfw-3-list p {
  width: 190px;
}
.yfw-3-list .item-1 p {
  position: absolute;
  top: -80px;
  left: -12px;
}
.yfw-3-list .item-2 p {
  position: absolute;
  top: 22px;
  left: 118px;
}
.yfw-3-list .item-3 p {
  position: absolute;
  top: -80px;
  left: 300px;
}
.yfw-3-list .item-4 p {
  position: absolute;
  top: 22px;
  left: 430px;
}
.yfw-3-list .item-5 p {
  position: absolute;
  top: -70px;
  right: -66px;
}
.yfw-3-list .circle {
  width: 40px;
  height: 40px;
  position: absolute;
}
.yfw-3-list .item-1 .circle {
  top: -18px;
  left: -15px;
}
.yfw-3-list .item-2 .circle {
  top: -18px;
  left: 160px;
}
.yfw-3-list .item-3 .circle {
  top: -18px;
  left: 370px;
}
.yfw-3-list .item-4 .circle {
  top: -18px;
  right: -12px;
}
.yfw-3-list .item:hover .center {
  background: #ff9000;
}
.circle1,
.circle2,
.circle3,
.center {
  position: absolute;
  left: 36px;
  top: 36px;
  margin: -26px 0 0 -26px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.center {
  position: absolute;
  left: 36px;
  top: 36px;
  margin: -23px 0 0 -23px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
}
/* 数据中心 */
.content-re-sjzx .tabs ul li {
  float: left;
  width: 32%;
  line-height: 50px;
  border: 1px solid #d8d8d8;
  background-color: #fafafa;
  margin-right: 2%;
  text-align: center;
  margin-top: 10px;
}
.content-re-sjzx .tabs ul li:nth-of-type(3n) {
  margin-right: 0;
}
.content-re-sjzx .tabs {
  margin-top: 18px;
}
.content-re-sjzx .tabs ul li a {
  font-size: 14px;
  color: #5c5c5c;
  display: block;
}
.content-re-sjzx .tabs ul li:last-of-type {
  margin-right: 0;
}
.content-re-sjzx .tabs ul li.active,
.content-re-sjzx .tabs ul li:hover {
  background-color: #e60012;
}
.content-re-sjzx .tabs ul li.active a,
.content-re-sjzx .tabs ul li:hover a {
  color: #fff;
}
.content-re-sjzx .tabs-item {
  margin-top: 30px;
}
.content-re-sjzx .tabs-item .item {
  display: none;
}
.content-re-sjzx .tabs-item .item.active {
  display: block;
}
.content-re-sjzx .tabs-item .item p {
  font-size: 12px;
  color: #7a7a7a;
  line-height: 30px;
}
.content-re-sjzx .tabs-item .item p:nth-of-type(2) {
  text-indent: 2em;
}
.content-re-sjzx .item-img {
  margin: 20px 0;
}
.content-re-sjzx .item-img img {
  float: left;
  margin-right: 5px;
}
.content-re-sjzx .item-img img :last-of-type {
  margin-right: 0;
}
.conList .navbtt{}
.conList .navbtt .navdiv{width: 120px;line-height: 54px;    display: inline-block;text-align: center;}
.conList .navbtt .navdiv.active{background-color: #e60012;}
.conList .navbtt .navdiv a{font-size: 16px;}
.conList .navbtt .navdiv.active a{color: #fff;background-color: #e60012;}

        /* 解决方案 */
        .jjfa {
          margin-top: 30px;
        }
        .jjfa h2 {
          text-align: center;
          font-size: 30px;
          color: #333;
          font-weight: normal;
          line-height: 56px;
        }
        .jjfa p.miaoshu {
          text-align: center;
          font-size: 16px;
          color: #656565;
          line-height: 32px;
        }
        .jjfa-content {
          margin-top: 20px;
          align-items: center;
          justify-content: space-between;
        }
        .jjfa-content .item {
          width: 601px;
          margin-top: 15px;
          height: 390px;
          border: 1px solid #e60012;
          background: url("/Public/images/qyzw_05.png") bottom right no-repeat;
        }
        .jjfa-content .item .item-le {
          width: 67px;
          height: 390px;
          background-color: #e60012;
          font-size: 26px;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        .jjfa-content .item .item-le p {
          font-size: 26px;
          color: #fff;
          width: 30px;
        }
        .jjfa-content .item .item-re .item-re-content {
          padding: 20px;
          margin: 19px 0;
          width: 532px;
          height: 350px;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: center;
        }
        .jjfa-content .item .item-re p {
          font-size: 14px;
          color: #545454;
          line-height: 32px;
        }
        .pic {
          margin-top: 54px;
          text-align: center;
        }
        .samll-list {
          margin-top: 58px;
        }
        .samll-list h3 {
          font-size: 24px;
          color: #333;
          text-align: center;
        }
        .samll-list-swiper {
          margin-top: 28px;
        }
        .samll-list-swiper .li_img {
          border: 1px solid #c7c7c7;
        }
        /* 解决方案2 */
        .list-item-tit .div1200 {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 30px;
        }
        .list-item-tit .div1200 span {
          font-size: 30px;
          color: #2d2d2d;
          font-weight: bold;
          padding: 0 18px;
        }
        .list .list-item {
          padding: 46px 0;
        }
        .list .list-item:nth-of-type(2n-1) {
          background-color: #f2f9ff;
        }
        .list .list-item .item {
          background: #fff;
          width: 532px;
          padding: 20px;
          cursor: pointer;
          border: 1px solid #c7c7c7;
          height: 423px;
        }
        .list .list-item:last-of-type .item {
          width: 593px;
        }
        .list .list-item .item-last {
          width: 542px;
          height: 463px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
        }
        .list .list-item .item-last .item-list {
          position: relative;
        }
        .list .list-item .item-last .item-list p {
          font-size: 20px;
          font-weight: bold;
          color: #fff;
          margin-top: 10px;
        }
        .list .list-item .item-last .item-list .li_bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.7);
        }
        .list .list-item .item-last .item-list .li_hidden {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
        }
        .list .list-item .item-last .item-list .li_hidden img {
          width: 58px;
          height: 51px;
          display: none;
        }
        .list .list-item .item-last .item-list {
          width: 259px;
          height: 201px;
          box-sizing: border-box;
          overflow: hidden;
        }

        .list .list-item .item-last .item-list:hover .li_bg {
          display: none;
        }
        .list .list-item .item-last .item-list:hover .li_hidden img {
          display: block;
        }
        .list .list-item .item:hover {
          box-shadow: 0 4px 20px 0 #d7dee3;
        }
        .list .list-item .item .item-tit {
          display: flex;
          align-items: center;
        }
        .list .list-item .item .item-tit p {
          font-size: 18px;
          font-weight: bold;
          color: #464646;
          margin-left: 10px;
        }
        .list .list-item .item .item-text p {
          font-size: 16px;
          color: #6e6e6e;
          padding: 16px 0;
        }
        .list .list-item .item .item-link a {
          width: 96px;
          line-height: 34px;
          text-align: center;
          font-size: 16px;
          display: inline-block;
          margin-right: 6px;
        }
        .list .list-item .item .item-link a:nth-of-type(1) {
          background: #c6000b;
          color: #fff;
        }
        .list .list-item .item .item-link a:nth-of-type(2) {
          border: 1px solid #d3d4d6;
        }
        .list .list-item .item h5 {
          margin-top: 24px;
          font-size: 20px;
          color: #707070;
        }
        .list .list-item .item .item-br {
          margin-top: 12px;
        }
        .list .list-item .item .item-br p {
          font-size: 16px;
          color: #707070;
        }
        .list .list-item:last-of-type .item:nth-of-type(2) .item-link {
          text-align: right;
          margin-top: 20px;
        }
        






div{
        box-sizing: border-box;
}
    .con {
    width: 100%;
    height: 360px;
    margin: 0 auto;
    background: #fff;
}h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #000000;
    padding: 30px 0 20px;
}h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    padding: 0 0 20px;
}

.con8 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #000000;
    padding: 30px 0 20px;
}
.con8 h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    padding: 0 0 20px;
}

.con8-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.con8-box::before {
    background: linear-gradient(
270deg, rgba(255, 255, 255, 0), #ffffff);
    left: 0;
}
.con8-box::after, .con8-box::before {
    content: '';
    display: inline-block;
    width: 160px;
    height: 200px;
    position: absolute;
    top: 0;
    z-index: 9;
}
.con8-ul1 {
    animation: moveleft 60s linear infinite;
}
.con8-ul2 {
    transform: translateX(-50%);
    animation: moveright 60s linear infinite;
}.con8-li {
    width: 240px;
    height: 80px;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
.con8-box{
  overflow: hidden;
  position: relative;
}
.con8-box::after,.con8-box::before{
  content: '';
  display: inline-block;
  width: 160px;
  height: 200px;
  position: absolute;
  top: 0;
  z-index: 9;
}
.con8-box::before{
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), #ffffff);
  left: 0;
}
.con8-box::after{
  background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
  right: 0;
}
.con8-ul{
  width: 2500px;
  display: flex;
}
.con8-ul1{
  animation: moveleft 60s linear infinite;
}
.con8-ul2{
  transform: translateX(-50%);
  animation: moveright 60s linear infinite;
}
@keyframes moveleft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes moveright {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.con8-li{
  width: 240px;
  height: 80px;
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
.bg-1 {
  width: 134px; height: 30px;
  background: url('https://cs003.vip/Public/images/cssbg1.png') -217px -74px;
}
.bg-2 {
  width: 163px; height: 38px;
  background: url('https://cs003.vip/Public/images/cssbg1.png') -189px -10px;
}
.bg-3 {
    width: 121px;
    height: 44px;
    background: url(https://cs003.vip/Public/images/cssbg1.png) -10px -309px;
}
.bg-4 {
  width: 130px; height: 46px;
  background: url('https://cs003.vip/Public/images/cssbg1.png') -10px -124px;
}
.bg-5 {
  width: 132px; height: 42px;
  background: url('https://cs003.vip/Public/images/cssbg1.png') -10px -190px;
}
.bg-11 {
  width: 132px; height: 48px;
  background: url('https://cs003.vip/Public/images/cssbg1.png') -220px -372px;
}
.bg-6 {
  width: 155px; height: 36px;
  background: url('https://cs003.vip/Public/images/cssbg1.png') -160px -124px;
}
.bg-7 {
  width: 143px; height: 36px;
  background: url('https://cs003.vip/Public/images/cssbg1.png') -162px -190px;
}
.bg-8 {
  width: 143px;
    height: 42px;
    background: url(https://cs003.vip/Public/images/cssbg1.png) -162px -315px;
}
.bg-9 {
  width: 187px;
    height: 42px;
    background: url(https://cs003.vip/Public/images/cssbg1.png) -10px -376px;
}
.bg-10 {
  width: 162px; height: 20px;
  background: url('https://cs003.vip/Public/images/cssbg1.png') -156px -252px;
}
.bg-12 {
    width: 121px;
    height: 44px;
    background: url(https://cs003.vip/Public/images/cssbg1.png) -10px -420px;
}
.bg-k1 {
  width: 101px; height: 30px;
  background: url('https://cs003.vip/Public/images/cssbg2.png') -217px -74px;
}
.bg-k2 {
  width: 116px;
    height: 33px;
    background: url(https://cs003.vip/Public/images/cssbg2.png) -191px -17px;
}
.bg-k3 {    
    width: 126px;
    height: 38px;
    background: url(https://cs003.vip/Public/images/cssbg2.png) -10px -14px;
}
.bg-k4 {
      width: 108px;
    height: 40px;
  background: url('https://cs003.vip/Public/images/cssbg2.png') -10px -124px;
}
.bg-k5 {
  width: 117px;
    height: 28px;
    background: url(https://cs003.vip/Public/images/cssbg2.png) -14px -191px;
}
.bg-k6 {
  width: 120px;
    height: 40px;
    background: url(https://cs003.vip/Public/images/cssbg2.png) -182px -124px;
}
.bg-k7 {
  width: 143px;
    height: 39px;
    background: url(https://cs003.vip/Public/images/cssbg2.png) -10px -299px;
}
.bg-k8 {
  width: 156px;
    height: 44px;
    background: url(https://cs003.vip/Public/images/cssbg2.png) -10px -239px;
}
.bg-k9 {
      width: 122px;
    height: 37px;
  background: url('https://cs003.vip/Public/images/cssbg2.png') -10px -74px;
}
.bg-k10 {
  width: 162px; height: 40px;
  background: url('https://cs003.vip/Public/images/cssbg2.png') 4px -359px;
  
}
.con8-ul {
    width: 2500px;
    display: flex;
}


.news {
  margin-top: 40px;
}
.news .item {
  background-color: #f8f8f8;
  margin-bottom: 28px;
  justify-content: space-between;
  align-items: flex-start;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.news .item .li_img {
  width: 28%;
}
.news .item .li_img img {
  width: 100%;
}
.news .item .li_right {
  width: 72%;
  padding: 10px;
  text-align: right;
}
.news .item .li_right .li_1 {
  line-height: 44px;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
}
.news .item .li_right .li_1 span {
  font-size: 13px;
  color: #5f5f5f;
}
.news .item .li_right p {
  margin-top: 10px;
  line-height: 25px;
  text-align: left;
}
.news .item .li_right p,
.news .item .li_right a {
  font-size: 12px;
  color: #a1a1a1;
}
.news .item:hover {
  background-color: #fffcef;
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  　-moz-transform: translate(0, -5px);
  　-o-transform: translate(0, -5px);
  　-ms-transform: translate(0, -5px);
}
.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}