@charset "utf-8";
/* CSS Document */
* {
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
}
td,
body,
div,
b,
p,
li,
span,
ul,
a,
h1,
h2,
h3,
h4,
h5,
h6,
i,
u {
  margin: 0;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  list-style-type: none;
  text-decoration: none;
}
b,
h3 {
  font-weight: normal;
}
input {
  font-family: "微软雅黑";
}
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}

/*顶部*/
.wtop {
  width: 100%;
  background: #fff; /* height:120px; position:fixed */
  z-index: 2147483640; /* border-bottom:1px solid #00A4FF */
  top: 0;
}
.topbg {
  background: #1e2a44;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  position: fixed;
  z-index: 2147483641;
  display: block;
  width: 100%;
  height: 0px;
  left: 0;
  top: -200%;
}
.control-bu,
.backmenu,
.closemenu,
.menuline {
  display: none;
}

.wtopc {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}

.wtopc-r {
  float: right;
  width: 824px;
}

#qidian {
  position: fixed;
  border: 0;
  right: 0;
  top: 50%;
  z-index: 1001;
  margin-top: -282px;
}

.wmenu {
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
  text-align: right;
}
.wmenu ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.wmenu ul > li {
  display: inline;
  font-size: 0.35rem;
  clear: both;
  line-height: 1.525rem;
  height: 1.525rem; /*padding:0 15px;*/
  width: 2.125rem;
  border-radius: 5px 5px 0 0;
  border: 0;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.wmenu ul > li:hover {
  opacity: 1;
  /* background: url(../images/wmenu-hover-bg.png) center center no-repeat;color:#fff;border-radius:5px; */
}
.wmenu ul > li.cur > a {
  background-color: #00a4ff;
  display: inline;
  padding: 2px 10px;
  border-radius: 5px;
  color: #16181a;
}
.wmenu ul > li.cur > a:hover {
  border: 0;
}
.wmenu ul > li > a {
  font-size: 0.35rem;
  color: #16181a;
  clear: both;
  line-height: 1.525rem;
  height: 1.525rem;
  display: block;
  border: 0;
}
.wmenu ul > li > a:hover {
  border-bottom: 2px solid #00a4ff;
}
.wmenu ul > li > span {
  font-size: 0.35rem;
  color: #16181a;
  clear: both;
  line-height: 1.525rem;
  height: 1.525rem;
  display: block;
}
.wmenu ul > li > span:hover {
  color: #00a4ff;
}
/* .wmenu ul>li.wmenu-selected{background: url(../images/wmenu-selected-bg.png) center center no-repeat;color:#fff;}
.wmenu ul>li.wmenu-selected a{color:#fff ;} */
/*.wmenu ul>li.wmenu-selected:before{content:"";display:inline-block;width:100%;height:1rem;background:#2A71B9; position:absolute;top:21px;left:0;z-index:-100;border-radius:3px;}
.wmenu ul>li.wmenu-selected:after{content:"";display:inline-block;border: 15px solid transparent;border-top-color: #2A71B9;  position: absolute;z-index:1000;bottom: -3px;left: 50%;margin-left: -15px;}*/

.qq-tel {
  float: none;
  overflow: hidden;
  cursor: pointer;
  width: 205px;
  text-align: right;
  display: inline-block;
}
.qq-tel .icon-qq {
  display: inline-block;
  width: 30px;
  height: 1.525rem;
  line-height: 75px;
  font-size: 26px;
  color: #2a71b9;
  vertical-align: middle;
  text-align: left;
  display: none;
}
.qq-tel .icon-dianhua {
  display: inline-block;
  width: 30px;
  height: 1.525rem;
  line-height: 77px;
  font-size: 22px;
  color: #2a71b9;

  vertical-align: middle;
  text-align: right;
}
.qq-tel b {
  display: inline-block;
  height: 1.525rem;
  line-height: 1.525rem;
  font-size: 22px;
  color: #2a71b9;
  vertical-align: middle;
  font-weight: normal;
  width: 11.5rem;
}
.qq-tel:hover .icon-qq,
.qq-tel:hover .icon-dianhua,
.qq-tel:hover b {
  color: #3caaff;
}

/*浮动菜单*/
.fd-menu {
  position: fixed;
  z-index: 99999;
  border-bottom: 1px solid rgba(30, 42, 68);
  background: rgba(30, 42, 68, 0.9);
  width: 100%;
  top: 1.525rem;
  box-shadow: 0px 0px 10px 0px #1e2a44;
  display: none;
}
.fd-menu ul {
  width: 1240px;
  margin: auto;
  text-align: center;
}
.fd-menu ul li {
  display: inline-block;
}
.fd-menu ul li a {
  font-size: 16px;
  color: #999;
  display: inline-block;
  line-height: 1.5rem;
  padding: 0 20px;
}
.fd-menu ul li a.curmenu {
  color: #2a71b9;
}

.miaodian {
  position: absolute;
  top: -100px;
}
.fd-menu-bu {
  display: none;
}

/*顶部下拉菜单*/
.wmenu-down {
  position: absolute;
  top: 1.5rem;
  left: 0px;
  width: 100%;
  z-index: 10000;
  overflow: hidden;
}
.wmenu-down .wmenu-down-c {
  width: 100%;
  overflow: hidden;
  padding: 20px 0px;
  color: #16181a;
  background: #f1f2f5;
  box-shadow: rgba(55, 99, 170, 0.2) 8px 8px 20px 0px, #fff -8px -8px 20px 0px;
}
.wmenu-down .wmenu-down-c .wmenu-content {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
/*
.wmenu-selected{background:#1E2A44;color: #fff;filter: alpha(opacity=90);opacity:0.90; -moz-opacity:0.90;-khtml-opacity: 0.90;}
*/
.wmenu-selected {
  color: #2a71b9;
}

.wmenu-selected a {
  color: #2a71b9;
}

#plan ul {
  overflow: hidden;
}

#plan ul {
  overflow: hidden;
}
#plan ul li {
  float: left;
  width: 27%;
  margin: 0.25rem 1%;
  padding: 0.5rem 0.48rem;
  background-color: #fff;
  font-size: 0.35rem;
}
#plan ul li a {
  display: inline-block;
  line-height: 1rem;
  font-size: 0.35rem;
  color: #16181a;
}
#plan ul li a:hover {
  text-decoration: none;
  color: #2a71b9;
}
#plan ul li:hover {
  border-color: #fff;
  box-shadow: -2px -2px 20px rgba(55, 99, 170, 0.1),
    8px 8px 20px rgba(55, 99, 170, 0.1);
  background-image: url(/images/common/card-pro-bg.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 96px 80px;
  cursor: pointer;
}
#plan ul li div a {
  display: block;
  height: 1rem;
  overflow: hidden;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  line-height: 18px;
}

#case ul {
  width: 850px;
  margin-left: 285px;
  overflow: hidden;
}
#price ul {
  width: 900px;
  margin-left: 285px;
  overflow: hidden;
}
#price ul li,
#plan ul li {
  float: left;
  width: 27%;
}
#case ul li {
  float: left;
  width: 20%;
}
#price ul li a,
#case ul li a,
#about ul li a {
  display: inline-block;
  line-height: 1rem;
  font-size: 0.35rem;
  color: #16181a;
}
#price ul li a:hover,
#case ul li a:hover,
#about ul li a:hover {
  text-decoration: none;
  color: #2a71b9;
}
#about ul {
  width: 850px;
  margin-left: 285px;
  overflow: hidden;
}
#about ul li {
  float: left;
  width: 33.3%;
}

#service ul {
  overflow: hidden;
}
#service ul li {
  float: left;
  width: 27%;
  margin: 0.25rem 1%;
  padding: 0.5rem 0.48rem;
  background-color: #fff;
  font-size: 0.35rem;
}
#service ul li a {
  display: inline-block;
  line-height: 1rem;
  font-size: 0.35rem;
  color: #16181a;
}
#service ul li a:hover {
  text-decoration: none;
  color: #2a71b9;
}
#service ul li:hover {
  border-color: #fff;
  box-shadow: -2px -2px 20px rgba(55, 99, 170, 0.1),
    8px 8px 20px rgba(55, 99, 170, 0.1);
  background-image: url(/images/common/card-pro-bg.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 96px 80px;
  cursor: pointer;
}
#service ul li div a {
  display: block;
  height: 1rem;
  overflow: hidden;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  line-height: 18px;
}

.qcloud {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.qcloud .qcloud-l {
  float: left;
  width: 160px;
  overflow: hidden;
  border-right: 2px solid #dadada;
}
.qcloud .qcloud-l ul li {
  display: inline-block;
  width: 100%;
  font-size: 0.35rem;
  height: 1rem;
  line-height: 1rem;
  color: #16181a;
  cursor: pointer;
}
#netease .qcloud-l {
  height: 280px;
}

.qcloud .qcloud-l ul li:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0052d9;
}
.proovr-collect__card-img {
  width: 24px;
  height: 24px;
  -ms-flex: none;
  flex: none;
  margin-right: 6px;
}
.qcloud .qcloud-l ul li a {
  display: inline-block;
  width: 100%;
  font-size: 0.35rem;
  height: 1rem;
  line-height: 1rem;
  color: #fff;
}
.qcloud .qcloud-l ul li a:hover {
  text-decoration: none;
  color: #2a71b9;
}
.qcloud .qcloud-l ul li:after {
  content: ">";
  float: right;
  margin-right: 10px;
  color: #999;
}

.qcloud .qcloud-l .curli {
  text-decoration: none;
  color: #00a4ff;
  padding-left: 0.4rem;
}
.qcloud .qcloud-l li {
  padding-left: 0.4rem;
}
.qcloud .qcloud-l .cli {
  padding-left: 0.4rem;
}

.qcloud .qcloud-l .curli:after {
  content: ">";
  float: right;
  margin-right: 10px;
  color: #00a4ff;
}

.qcloud .qcloud-r {
  float: left;
  overflow: hidden;
  margin-top: 3px;
  margin-left: 20px;
}
.qcloud .qcloud-r ol {
  display: none;
  width: auto;
  overflow: hidden;
}
.qcloud .qcloud-r ul li:hover {
  border-color: #fff;
  box-shadow: -2px -2px 20px rgba(55, 99, 170, 0.1),
    8px 8px 20px rgba(55, 99, 170, 0.1);
  background-image: url(/images/common/card-pro-bg.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 96px 80px;
}
.qcloud .qcloud-r ul li:hover a h3 {
  text-decoration: none;
  color: #00a4ff;
}
.qcloud .qcloud-r .wul li {
  float: left;
  width: 42%;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
  padding: 18px;
  border: 1px solid #e6e9f2;
  border-radius: 2px;
  cursor: pointer;
  transition: box-shadow 0.3s;
}
.qcloud .qcloud-r .wul li:nth-child(2n + 1) {
  clear: left;
  width: 42%;
  margin-right: 2%;
}
.qcloud .qcloud-r .wul li a{
  width: 100%;
  display: inline-block;
  /* padding: 0.5rem 1rem;
  text-align: left; */
}
.qcloud .qcloud-r .wul li a h3 {
  font-size: 0.4rem;
  font-weight: normal;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  color: #16181a;
}
.qcloud .qcloud-r .wul h5 {
  font-size: 12px;
  line-height: 20px;
  color: #495770;
  margin-top: 9px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}

.qcloud .qcloud-r .pul li {
  float: none;
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
  background: rgba(130, 130, 130, 0.1);
  padding: 3px 10px 10px 10px;
  border-radius: 3px;
}
.qcloud .qcloud-r .pul li a h3 {
  font-size: 0.35rem;
  font-weight: normal;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  color: #fff;
}
.qcloud .qcloud-r .pul h5 {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  line-height: 18px;
}
.qcloud .qcloud-r .pul li a:hover h3 {
  text-decoration: none;
  color: #fff;
}
.qcloud .qcloud-r .pul .subul {
  border-top: 1px solid #464a51;
  margin-top: 5px;
  padding-top: 3px;
  overflow: hidden;

  height: auto;
  overflow: hidden;
}
.qcloud .qcloud-r .pul .subul span {
  display: inline-block;
  margin-right: 15px;
}
.qcloud .qcloud-r .pul .subul span:before {
  content: "\2022";
  display: inline-block;
  width: 10px;
  color: #fff;
}
.qcloud .qcloud-r .pul .subul span a {
  font-size: 12px;
  color: #fff;
  line-height: 15px;
}
.qcloud .qcloud-r .pul .subul span a:hover {
  text-decoration: none;
  color: #fff;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
  /*清除列表风格*/
}
.w {
  /*版心 提取 */
  width: 1080px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.topheader {
  background-color: rgb(13, 48, 105);
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  font-size: 12px;
}

.topheader span {
  cursor: pointer;
  padding: 5px 20px;
}

.topheader-btn {
  background-color: #00a4ff;
  border-radius: 6px;
  padding: 5px 12px;
}

.topheader-btn:hover {
  background-color: rgb(102, 177, 255);
}

/* 服务时效开始 */

.content5 {
  padding: 30px 1.5rem;
  height: 1.5rem;
  position: relative;
}

.content5 .w ul li {
  display: inline-block;
  text-align: center;
  width: calc(20% - 4px);
  letter-spacing: 1.5px;
}

.space {
  border-left: 1px rgb(225, 225, 225) solid;
  width: 1px !important;
  height: 55px;
  position: absolute;
  top: 35px;
}

.content5 .w ul li p {
  color: rgb(125, 125, 125);
  font-size: 30px;
}

.content5 .w ul li span {
  font-size: 16px;
  color: #909399;
}

/* 服务时效结束*/

/* 联系方式开始 */

.comp {
  height: 230px;
  padding: 1.5rem 0px;
  background-color: rgb(248, 248, 248);
}

.comp-left {
  width: calc(100% - 356px);
  float: left;
  height: 300px;
  padding-left: 1.5rem;
  position: relative;
}

.comp-right {
  width: 290px;
  display: inline-block;
}

.comp-left-tel {
  background: url(../images/tel-ico.png) no-repeat;
  height: 56px;
}

.comp-left-tel span {
  font-size: 22px;
  color: rgb(50, 50, 50);
  font-weight: 500;
}

.comp-left-tel span:first-child {
  position: absolute;
  top: 15px;
  left: 125px;
}

.comp-left-tel span:last-child {
  position: absolute;
  top: 15px;
  left: 235px;
}

.comp-left-name {
  margin-top: 12px;
  font-size: 20px;
  color: rgb(50, 50, 50);
}

.comp-left-names {
  margin-top: 10px;
  font-size: 16px;
  color: #909399;
  letter-spacing: 1.5px;
}

.comp-left-info {
  margin-top: 30px;
  font-size: 13px;
  color: #909399;
  padding-right: 1.5rem;
  cursor: pointer;
}

.comp-left-info div {
  line-height: 26px;
}

.comp-left-info div span {
  float: right;
}

/* 联系方式结束 */

.footer {
  background-color: #646464;
  clear: both;
  color: #dfdfdf;
  padding: 28px 0px;
  font-size: 13px;
  text-align: center;
}

.footer-top {
  padding: 0px 1.5rem;
  font-size: 15px;
  line-height: 32px;
  cursor: pointer;
}

.footer-top ul li {
  float: left;
  padding: 0px 15px;
}

.footer-center {
  clear: both;
  line-height: 30px;
}

.footer-bottom {
  line-height: 30px;
}

@media screen and (max-width: 1240px) {
  .footer-top {
    display: none;
  }
  .comp {
    display: none;
  }
  .footer {
    display: none;
  }
}

.topheader .w .fr.cp {
  display: none;
}
