@charset "utf-8";
/*AVAIBLE_VI
[
{"vicolor":"#0e4ca9","sub1color":"#d03233;"},
{"vicolor":"#dc2e2f","sub1color":"#1486cc;"},
{"vicolor":"#fcac01","sub1color":"#fd8201;"},
{"vicolor":"#3399CC","sub1color":"#003366;"}

]
AVAIBLE_VI*/
/*格式化*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: "Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif;
  padding-top: 1px;
  background: #fff;
}
li,
ol {
  list-style: none;
}
ins {
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
  font-family: "Microsoft Yahei";
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
:focus {
  outline: 0;
}
.clear {
  clear: both;
  line-height: 0px;
  overflow: hidden;
  zoom: 1;
  font-size: 0px;
  content: '.';
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
img {
  padding: 0;
  margin: 0;
}
a img {
  border: none;
}
input,
textarea {
  border: none;
  font-family: "Microsoft Yahei";
  font-size: 13px;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
/*排版通用*/
.f-mm {
  margin-left: auto;
  margin-right: auto;
}
/*居中对齐*/
.f-fl {
  float: left;
}
/*左浮动*/
.f-fr {
  float: right;
}
/*右浮动*/
.f-tr {
  text-align: right;
}
/*右对齐*/
.f-tl {
  text-align: left;
}
/*左对齐*/
.f-tc {
  text-align: center;
}
/*中间对齐*/
.f-pr {
  position: relative;
}
/*定位*/
.f-di {
  display: inline;
}
/*杂项*/
.u-co-bt {
  border-radius: 4px;
  /*css3圆角*/
  width: 80px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 1px;
}
/*提交按钮样式*/
.u-co-bt.z-spe {
  width: 100%;
}
.u-lico {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  /*css3圆角*/
  background: #000;
  padding: 10px;
  opacity: 0.8;
  position: relative;
  left: 50%;
  margin: 10px 0 10px -14px;
  -webkit-box-shadow: 0 0 3px #2d2d2d;
  box-shadow: 0 0 3px #2d2d2d;
}
/*等待载入*/
.fs15 {
  font-size: 15px;
}
/*15号字体*/
.fs12 {
  font-size: 12px;
}
/*12号字体*/
.pdr12 {
  padding-right: 12px;
}
/*右边距12px*/
.pl10 {
  padding-left: 10px;
}
/*左边距10px*/
.red {
  color: #f00;
}
/*字体颜色红色*/
.emptyData {
  padding-left: 10px;
  line-height: 26px;
}
/* -- 页面整体布局 -- */
.wrap {
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/*网站首页宽度*/
/* ----------------------------- 页面整体样式 ---------------------------- */
.message_button input {
  background-color: #0e4ca9 !important;
}
/*头部*/
.g-hd {
  z-index: 1;
  overflow: hidden;
  height: 8.4rem;
  position: relative;
}
.g-hd .m-logo {
  max-width: 14%;
  height: 8.4rem;
  margin: 0 0 0 4.25%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
}
.g-hd .m-logo img {
  max-width: 100%;
  width: auto;
  max-height: 8rem ;
  display: block;
}
.t-text {
  font-size: 1.4rem;
  line-height: 2.6rem;
  width: 75%;
  color: #555;
  position: relative;
  text-align: center;
  margin-top: 1.7rem;
}
.t-text b {
  font-size: 1.6rem;
  display: block;
  color: #0e4ca9;
}
.t-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 1px;
  height: 4.45rem;
  background: #d4d3d2;
}
.t-text span {
  display: block;
  position: relative;
}
/*底部开始*/
.g-ft {
  height: auto;
  position: relative;
  z-index: 1;
  padding: 0 0 5.85rem;
  text-align: center;
}
.g-ft .f_con .f_con1 {
  text-align: center;
  line-height: 1.7rem;
  color: #828282;
  font-size: 1.2rem;
  padding: 3.3rem 0 2rem;
  background: #f3f3f3;
}
.g-ft .f_con .f_con1 span {
  display: block;
}
.f_con a {
  font-size: 1.1rem;
  color: #828282;
}
.g-ft .ontop {
  width: 3.5rem;
  height: 4.05rem;
  display: block;
  position: absolute;
  left: 50%;
  top: -2rem;
  margin-left: -1.75rem;
  background-color: #0e4ca9;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.social_nav5 {
  height: 3rem;
  position: fixed;
  bottom: 0;
  min-width: 320px;
  max-width: 640px;
  width: 100%;
  z-index: 999;
  background: #0e4ca9;
}
.social_nav5 li {
  width: 50%;
  float: left;
  text-align: center;
  color: #fff;
  line-height: 3rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  position: relative;
}
.social_nav5 li:nth-child(1) {
  background: #d03233;
}
.social_nav5 li:nth-child(1):before {
  width: 0;
  height: 0;
  border: 0;
}
.social_nav5 li a {
  font-size: 1.3rem;
  line-height: 3rem;
  color: #fff;
  display: block;
}
.wrap img {
  width: 100%;
}
/*广告*/
.g-adv,
.g-adv img {
  width: 100%;
  display: block;
}
/*广告*/
.m-why {
  padding: 1.05rem 0 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0e4ca9;
  text-align: center;
}
.til01 {
  padding: 1.125rem 0;
  font-weight: normal;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  color: #333;
  line-height: 2.2rem;
  overflow: hidden;
}
.til01 b {
  color: #0e4ca9;
}
.til01:before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 0.1rem;
  background: #0e4ca9;
  bottom: 0;
  left: 50%;
  margin-left: -0.7rem;
}
.why_c {
  margin: 0 5.15%;
  height: 14.25rem;
  position: relative;
}
.why_c p {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 4.6rem;
  background: #fff;
  line-height: 1.3rem;
  -webkit-box-shadow: 0.3rem 0.3rem 0.3rem #e2e1e1;
  box-shadow: 0.3rem 0.3rem 0.3rem #e2e1e1;
  position: absolute;
  top: 2.05rem;
  left: 29.617%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-content: center;
  flex-flow: wrap;
  -webkit-flex-flow: wrap;
  align-content: center;
  -webkit-align-content: center;
}
.why_c p b {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.why_c p:nth-child(1) {
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 6.8rem;
  top: 5.05rem;
  left: 2%;
}
.why_c p:nth-child(3) {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 4.4rem;
  top: 6.25rem;
  left: 46.69%;
}
.why_c p:nth-child(4) {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 5.4rem;
  top: 1.55rem;
  left: 63.937%;
}
.why_c p:nth-child(5) {
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 4.35rem;
  top: 7.5rem;
  left: 82.927%;
}
.why_p {
  line-height: 1.5rem;
  font-size: 0.8rem;
  padding: 0.45rem 0;
  margin: 0 5.15% 1.5rem;
  border: 1px dashed #0e4ca9;
  border-radius: 0.5rem;
}
.why_p span {
  display: block;
}
/*产品*/
.m-pro {
  padding: 2.05rem 4.688% 0;
  height: 31rem;
  background-color: #0e4ca9;
  position: relative;
}
.m-pro:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2.95rem;
  border-top: 1.6rem solid #fff ;
  border-left: 2.95rem solid transparent;
  border-right: 2.95rem solid transparent;
}
.m-pro .til01,
.m-pro .til01 b {
  color: #fff;
}
.m-pro .til01:before {
  background: #fff;
}
.pro_c {
  padding: 2rem 0 0;
}
.pro_c p {
  position: relative;
  width: 100%;
  display: block;
}
.pro_c p img {
  width: 100%;
  display: block;
}
.pro_c p span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  overflow: hidden;
}
.gall_prev,
.gall_next,
.supp_prev,
.supp_next,
.witn_prev,
.witn_next,
.pro_prev,
.pro_next {
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  right: 27.187%;
  top: 25.63rem;
  z-index: 1;
}
.gall_prev,
.supp_prev,
.witn_prev,
.pro_prev {
  left: 27.187%;
}
.pro_prev,
.pro_next {
  top: 17rem;
  right: 5%;
}
.pro_prev {
  left: 5%;
}
/*突破*/
.m-serv {
  padding: 1.1rem 0 2rem;
  position: relative;
  overflow: hidden;
}
.serv_c,
.supp_c,
.witn_c {
  position: relative;
  padding: 2rem 0 0;
  font-size: 1.2rem;
  color: #666;
  line-height: 1.7rem;
}
.serv_c dt {
  width: 32.97%;
  margin: 0 auto;
}
.serv_c dd {
  width: 83.125%;
  margin: 0 auto;
}
.serv_c dd h3 {
  padding: 1rem 0 1.5rem ;
  font-size: 1.5rem;
  color: #0e4ca9;
  text-align: center;
  line-height: 1.7rem;
  position: relative;
  margin-bottom: 1.35rem;
}
.serv_c dd h3:before {
  content: "";
  position: absolute;
  width: 2.75rem;
  height: 0.1rem;
  background: #bcbcbc;
  bottom: 0;
  left: 50%;
  margin-left: -1.375rem;
}
.serv_sz {
  text-align: center;
  font-family: Arial;
  font-size: 1.8rem;
  color: #888;
  letter-spacing: -0.1rem;
  line-height: 3rem;
}
.serv_sz b {
  font-size: 3rem;
  color: #0e4ca9;
  font-weight: normal;
}
/*超越*/
.m-supp {
  background-color: #eee;
  padding: 1.05rem 0 2rem;
  position: relative;
}
.m-supp:before,
.m-supp:after {
  top: 38.8rem;
}
.supp_c dl {
  margin: 0 auto;
  width: 90.625%;
}
.supp_c dd {
  padding: 1.45rem 0 0;
}
.supp_c dd h3 {
  padding: 0.35rem 0;
  color: #0e4ca9;
  font-size: 1.5rem;
  line-height: 2rem;
}
.supp_c dd h3 span {
  width: 9.655%;
  float: left;
  margin: 0 1.3rem 0 0;
}
.supp_c dd p {
  clear: both;
  padding: 0 1.3rem 0 0;
}
.supp_prev,
.supp_next {
  top: 31.7rem;
}
/*创始人 */
.m-team {
  padding: 1.45rem 4.84% 0;
  border-bottom: solid 1px #e9e9e9;
  position: relative;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.65rem;
}
.m-team h2 {
  margin-bottom: 1rem;
}
.team-com {
  position: relative;
}
.team-img {
  position: absolute;
  width: 35%;
  top: 2rem;
  right: 2.969%;
}
.team_c {
  min-height: 14.6rem;
  padding: 0.5rem 0 3rem;
  width: 51.63%;
}
.team_c h3 {
  padding: 0.725rem 0 1.125rem ;
  position: relative;
  font-size: 1.4rem;
  color: #0e4ca9;
  line-height: 3.25 1.8rem;
}
.team_c h3:before,
.witn_cl dd h3:before {
  content: "";
  position: absolute;
  width: 3.45rem;
  height: 0.15rem;
  background: #0e4ca9;
  left: 0;
  bottom: 0;
}
.team_c li {
  clear: both;
  background: url(../images/ico01.gif) no-repeat 0 2rem;
  background-size: 1rem 1.3rem;
  padding: 1.65rem 0 0 1.65rem;
}
/*合作*/
.m-witn {
  padding: 0.85rem 0 2rem;
  overflow: hidden;
  position: relative;
}
.m-witn:before,
.m-witn:after {
  top: 27.85rem;
}
.witn_prev,
.witn_next {
  top: 20.55rem;
}
.witn_cl dt {
  width: 29.84%;
  float: left;
  margin: 0.15rem 4.688% 0;
}
.witn_cl dd {
  width: 54%;
  float: left;
  color: #858585;
}
.witn_cl dd h3 {
  padding: 0 0 1.125rem ;
  color: #0e4ca9;
  font-size: 1.4rem;
  line-height: 1.7rem;
  position: relative;
  margin-bottom: 1.25rem;
}
.witn_cl dd h3:before {
  width: 2.5rem;
  height: 0.1rem;
}
/*关于*/
.about {
  padding: 0.9rem 4.688% 0;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #5c5c5c;
  padding-bottom: 3rem;
}
.about .til01 {
  margin: 0 0 2rem;
}
.about_p {
  position: relative;
}
.about_p,
.about_p img {
  width: 100%;
  display: block;
}
.about_w {
  padding: 1.7rem 0.73rem 0;
  clear: both;
}
html {
  font-size: 10px;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 320px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 11.25px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 11.7px;
  }
}
@media screen and (min-width: 384px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 560px) {
  html {
    font-size: 17.5px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 20px;
  }
}
