@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
html {
  color: black;
  font-size: 62.5%;
}
body {
  font: 14px/1.5 arial, "微软雅黑";
  color: #333;
  outline: 0;
}
input,
select,
textarea {
  font-size: 100%;
  outline-style: none;
  background: transparent;
  font-family: "微软雅黑";
}
input,
button {
  border: none medium;
  outline: none;
  font-family: "微软雅黑";
}
button,
html input[type="button"],
input[type="submit"] {
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-style: normal;
  font-weight: 500;
}
ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2rem;
  font-weight: 500;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
abbr,
acronym {
  border: none;
  font-variant: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
}
caption,
th {
  text-align: left;
}
th {
  text-align: inherit;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
del {
  text-decoration: line-through;
}
legend {
  color: #333;
}
fieldset {
  border: none;
}
iframe {
  display: block;
}
q:before,
q:after {
  content: "";
}
ins,
a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
a:hover {
  text-decoration: none;
}
a:focus,
*:focus {
  outline: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
  clear: both;
}
.clear {
  clear: both !important;
  display: block;
  overflow: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  float: none !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.dib {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.w1200 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  height: auto;
  margin: 0 auto;
}
.w1000 {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.xdw-tips {
  position: relative;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  min-width: 1180px;
  height: 36px;
  background: #f1fbff;
  font-size: 12px;
  padding: 10px 0;
}
.xdw-tips p {
  color: #1ca9f2;
}
.xdw-tips a {
  color: #fa4f4f;
}

@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot?t=1476071275"); /* IE9*/
  src: url("../font/iconfont.eot?t=1476071275#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../font/iconfont.woff?t=1476071275") format("woff"),
    /* chrome, firefox */ url("../font/iconfont.ttf?t=1476071275")
      format("truetype"),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
      url("../font/iconfont.svg?t=1476071275#iconfont") format("svg"); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  vertical-align: middle;
}

input::-webkit-input-placeholder {
  color: #777777;
}
input:-moz-placeholder {
  color: #777777;
}
input::-moz-placeholder {
  color: #777777;
}
input:-ms-input-placeholder {
  color: #777777;
}

.bg_fb {
  background-color: #fbfbfb;
}
.all_blue {
  color: #0067ed;
}
.purple {
  color: #9976ff;
}
.yellow {
  color: #edbe19;
}
.middle_blue {
  color: #4a95f7;
}
.sea_blue {
  color: #0078bc;
}
.light_blue {
  color: #0088f9;
}
.bg_f9f8 {
  background-color: #f9f8f8;
}
.bg_all_blue {
  background-color: #0067ed;
}
.bg_white {
  background-color: #fff;
}
/*-------------------------导航---------------------------------------*/
header {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 999;
  font-size: 14px;
}
.header-first {
  display: flex;
  align-items: center;
  color: rgba(0, 131, 239, 1);
  font-size: 20px;
}
.header-first .logo {
  height: 30px;
}
.header-second {
  background-image: linear-gradient(
    90deg,
    rgba(204, 236, 253, 1) 0,
    rgba(255, 255, 255, 1) 17.446631%,
    rgba(255, 255, 255, 1) 88.910645%,
    rgba(195, 231, 250, 1) 100%
  );
  border-bottom: 1px solid #eeeeee;
}
.header-inner {
  width: 1200px;
  height: 80px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-right {
  color: rgba(0, 131, 239, 1);
  font-size: 20px;
}
.preferential {
  width: 84px;
  height: 27px;
  background-color: #4497df;
  border: solid 1px #4497df;
  border-radius: 13px;
  color: #fff;
  margin-right: 10px;
  line-height: 25px;
}

#container {
  margin-top: 80px;
}

/*----------------------底部-----------------------------------*/
.footertwo {
  border-top: 1px solid #dcdcdc;
  font-size: 16px;
  height: auto !important;
}
.footertwo .row {
  overflow: hidden;
}
.footertwo > div > div {
  width: 33.3%;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 0;
  border-right: 1px solid #dcdcdc;
  color: #a2a2a2;
}
.footertwo i {
  font-size: 26px;
  margin-right: 6px;
}
.footerbottom {
  background-color: #fafafb;
  padding: 20px 0;
  margin-top: 1px;
}
.footerbottom .row > .f_footer {
  float: left;
}
.footerbottom .row > .shareD {
  float: right;
}
.f_footer {
  font-size: 14px;
}
.f_footer ul li {
  padding: 6px 20px 6px 0;
}
.f_footer ul li a {
  color: #2a8ae2;
}
.f_footer p {
  color: #414b4d;
  margin-top: 6px;
}
.share {
  float: left;
  margin-left: 40px;
}
.share > i {
  position: relative;
  top: -3px;
  left: -4px;
  font-size: 30px;
  color: #2a8ae2;
}
.footer_hm {
  display: inline-block;
  color: #2a8ae2;
  position: relative;
  top: 8px;
}
.footer_hm a {
  color: #2a8ae2;
}
.footer_hm p {
  margin-bottom: 2px;
}

.footer_fat li {
  float: left;
  width: 58px;
  margin-left: 10px;
}
/*-------------------------------首页-轮播-----------------------------------------*/
#index_banner {
  min-width: 1200px;
}
#index_banner .swiper-pagination-bullet {
  width: 92px;
  height: 5px;
  border-radius: 0;
  background-color: #fff;
}
#index_banner .swiper-slide > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  color: #fff;
}
#index_banner h1 {
  font-size: 54px;
  font-weight: bold;
}
#index_banner h2 {
  font-size: 48px;
  font-weight: bold;
}
#index_banner h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
#index_banner h3 > span {
  font-size: 34px;
}
#index_banner p {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0 54px;
  height: 60px;
}
#index_banner a {
  font-size: 20px;
  width: 194px;
  height: 64px;
  text-align: center;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 4px;
  display: inline-block;
  margin-right: 16px;
  color: #fff;
}
#index_banner a.blue-bg {
  background-color: #0067ed;
  border-color: #0067ed;
}
#index_banner a.white-bg {
  background-color: #fff;
  color: #333;
}
.index_banner_con {
  position: relative;
}
.margin_bottom_45 {
  margin-bottom: 45px;
}
/*--------------------------大板块-标题------------------------*/
.plate_title {
  text-align: center;
}
.plate_title h2 {
  font-size: 36px;
}
.plate_title h2 > span {
  color: #0067ed;
}
.plate_title p {
  font-size: 14px;
  color: #666;
}
.plate_title > span {
  display: inline-block;
  width: 74px;
  height: 2px;
  background-color: #0067ed;
  margin-top: 14px;
}

/*------------------------------产品------申请----------------------------*/

#Apply {
  padding-top: 70px;
}
.apply_box {
  margin-top: 40px;
}
.apply_box > p {
  width: 948px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.apply_box > h5 {
  text-align: center;
  font-size: 18px;
  color: #4a95f7;
  margin: 22px 0 20px;
}
.apply_box > form {
  width: 450px;
  margin: auto;
}
.apply_box > form > div {
  margin-top: 10px;
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
}
.apply_box > form > div:last-child {
  border: none;
}
.apply_box input {
  width: 100%;
  height: 43px;
  box-sizing: border-box;
  border-radius: 8px;
}
.bg_light {
  background-color: #f6f7f8;
  border-radius: 8px;
}
.bg_light_24 {
  background-color: #f6f7f8;
  padding-left: 24px;
}
.bg_light_35 {
  background-color: #f6f7f8;
  padding-left: 35px;
}
.apply_box .red {
  position: absolute;
  left: 24px;
  top: 12px;
}
.red {
  color: #fd725f;
}
.apply_box select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../img/xia.png") no-repeat 410px center transparent;
  padding-right: 35px;
  padding-left: 24px;
  width: 100%;
  height: 43px;
  border-radius: 8px;
}
.apply_box .submit {
  background-color: #4a95f7;
  font-size: 18px;
  color: #fff;
}

/*----------------------超过1500万企业用户，正在使用腾讯企点-------------------*/
#over-1500 {
  padding-top: 70px;
  margin-bottom: 80px;
}
#over_1500 {
  padding-top: 14px;
  padding-bottom: 100px;
  padding-left: 18px;
  margin-top: 36px;
}
#over_1500 .swiper-slide {
  box-shadow: 0px 0px 14px 2px #e1e1e1;
  height: 276px;
  width: 732px;
  padding: 45px 60px 0 38px;
  font-size: 0;
}
#over_1500 .swiper-pagination-bullet {
  width: 100px;
  height: 4px;
  border-radius: 0;
  background-color: #bababa;
}
#over_1500 .swiper-pagination-bullet:hover {
  background-color: #0067ed;
  opacity: 1;
}
#over_1500 .swiper-pagination-bullet-active {
  background-color: #0067ed;
}
#over_1500 .swiper-slide > div {
  display: inline-block;
  vertical-align: middle;
}
.over_img {
  width: 226px;
}
.over_text {
  width: 404px;
}
.over_text > h4 {
  font-size: 28px;
  margin-bottom: 16px;
}
.over_text > h4 > span {
  float: right;
  font-size: 16px;
  color: #999;
  margin-top: 14px;
}
.over_text > p {
  font-size: 16px;
  line-height: 28px;
}

/*-------------企业QQ  banner--------------*/
.second_banner {
  margin-top: 102px;
}
.second_banner > div {
  float: left;
  position: relative;
  text-align: center;
}
.second_banner > div:first-child,
.second_banner > div:nth-child(3) {
  width: 431px;
  height: 330px;
}
.second_banner > div:nth-child(2) {
  width: 338px;
  height: 330px;
  box-sizing: border-box;
  background-color: #f8f7f7;
  padding-top: 98px;
}
.second_banner_qi {
  width: 50%;
  height: 230px;
}
.second_banner > div > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.second_banner > div > div > div {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: #fff;
}
.second_banner a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-top: 12px;
}
.second_banner p {
  font-size: 22px;
}
.second_banner > div:first-child > div,
.second_banner > div:nth-child(3) > div {
  padding-top: 140px;
}
.second_banner_qi > div,
.second_banner_sa > div {
  padding-top: 78px;
}
.second_banner h2 {
  font-size: 24px;
  display: inline-block;
  padding: 14px 28px 10px;
  border-bottom: 1px solid #e1e1e1;
}
.second_banner h2 > span {
  padding: 0 6px;
  color: #666;
}
.second_banner i {
  font-size: 50px;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.second_banner .second_banner_qi:last-child i {
  font-size: 58px;
  top: -10px;
}
.second_banner .second_banner_qi:nth-child(4) i {
  font-size: 64px;
  top: -17px;
}
.second_banner_sa {
  width: 33.33%;
  height: 230px;
}
.second_banner .icon-zhuizong {
  top: -4px;
}
.second_banner .icon-tongyi {
  font-size: 90px;
  top: -34px;
  margin-right: 0px;
}
.second_banner .icon-baocun1 {
  font-size: 48px;
}
.second_banner .icon-zaixianfuwu {
  font-size: 58px;
  top: -8px;
}

/*公共右侧工具条*/
.lx_float {
  position: fixed;
  right: 0px;
  top: 50%;
  margin-top: -200px;
  z-index: 30000;
}
.lx_float ul li {
  background: #fff;
  margin: 1px 0;
  width: 50px;
  height: 50px;
  position: relative;
  border: 1px solid #00a0e9;
  text-align: center;
}
.lx_float ul li > a {
  width: 60px;
  height: 60px;
  padding: 0px 10px 10px 0px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 200;
}
.lx_float ul li:hover {
  background: #f3f3f3;
}
.lx_float ul li i.i1 {
  background: url(../img/tel.gif) no-repeat left center;
  display: block;
  width: 50px;
  height: 50px;
  background-size: cover;
}
.lx_float ul li i.i2 {
  background-position: -60px center;
  background: url(../img/zx.gif) no-repeat left center;
  display: block;
  width: 50px;
  height: 50px;
  background-size: cover;
}
.lx_float ul li i.i3 {
  background-position: -114px -1px;
  background-position: -60px center;
  background: url(../img/qq.gif) no-repeat left center;
  display: block;
  width: 50px;
  height: 50px;
  background-size: cover;
}
.lx_float ul li i.i5 {
  background-position: -200px -2px;
  background: url(../img/sqsy.gif) no-repeat left center;
  display: block;
  width: 50px;
  height: 50px;
  background-size: cover;
}
.showTs {
  position: absolute;
  width: 220px;
  -height: 100px;
  padding: 10px;
  padding-right: 20px;
  text-align: center;
  right: 56px;
  top: -15px;
  background: #fff;
  box-shadow: 0 0 3px #999;
  opacity: 0;
  transition: all 0.5s;
}
.showTsz {
  background: url(../img/lx_float_jt_1.png) no-repeat right;
  height: 100%;
  width: 10px;
  margin-right: -28px;
  height: 60px;
  float: right;
}
.showTs p {
  font-size: 14px;
  color: #666;
  float: left;
}
.redll,
.redlll {
  font-size: 18px;
  color: #1a6eb5;
}
.redlll {
  font-size: 16px;
}
.showT:hover .showTs {
  opacity: 1;
}
