@charset "UTF-8";
/*定义公共部分通用css，默认所有页面都需要加载 2016/08/17*/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  height: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 320px;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  font-family: Helvetica, Microsoft YaHei, Lucida Grande, Arial;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

input,
select,
textarea,
button {
  font-family: heiti SC, Helvetica, Microsoft YaHei, Lucida Grande, Arial;
  vertical-align: middle;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
b {
  font-weight: normal;
}

i {
  font-style: normal;
}

ul,
ol,
li {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: none;
}

a {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  display: block;
}

a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

/* 取消苹果圆角 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
button,
textarea {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

/* placeholder  */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b3b3;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b3b3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}

input[type='button'] {
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.font-f-sc {
  font-family: heiti SC;
}

.font-f-hvt {
  font-family: Helvetica;
}

.font-f-yh {
  font-family: Microsoft YaHei;
}

.font-f-lg {
  font-family: Lucida Grande;
}

.font-f-a {
  font-family: Arial;
}

.h {
  display: none;
  visibility: visible;
}

.fix {
  *zoom: 1;
}

.fix:after {
  clear: both;
  content: "";
  display: table;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.pos-f {
  position: fixed;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right;
}

.cur {
  cursor: pointer;
}

.dis-show {
  display: block !important;
}

.dis-hide {
  display: none !important;
}

.dis-inb {
  display: inline-block;
}

.disShow {
  display: inline-block !important;
}

.dis-b {
  display: block;
}

.cn-b {
  clear: both !important;
}

.va-t {
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

.flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis {
  display: -webkit-flex;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.mask, .mask-son, .mask-pop, .video-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -1px;
  right: 0;
  background: rgba(26, 26, 26, 0.3);
  display: none;
}

.mask, .video-mask {
  z-index: 3;
}

.mask-son {
  z-index: 5;
}

.mask-pop {
  z-index: 7;
}

.pop {
  display: none;
  position: fixed;
  z-index: 6;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-style: preserve-3d;
  border-radius: 6px;
  background: #fff;
}

.pop-son {
  z-index: 8;
}

.pop-small {
  width: 272px;
}

.pop-min {
  width: 308px;
}

.pop-middle {
  width: 500px;
}

.pop-big {
  width: 640px;
}

.pop-large {
  width: 720px;
}

.pop-max {
  width: 900px;
}

.pop-body {
  padding: 0 20px;
  min-height: 200px;
  max-height: 700px;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.diShow {
  display: inline-block !important;
}

.layui-btn {
  border-radius: 50px !important;
}

.float-page-head-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #fff;
  z-index: 5;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}

.float-page-head-box .page-head-logo {
  width: 116px;
  height: 30px;
  background: url("../images/home_top_logo.png") no-repeat center/116px 30px;
}

.page-head-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
z-index:5;
}

.page-head-box .page-head-logo {
  width: 116px;
  height: 30px;
  background: url("../images/home_top_logo_white.png") no-repeat center/116px 30px;
}

.page-head-box .nav {
  color: #fff !important;
}

.fixation-page-head-box {
  width: 100%;
  height: 64px;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.fixation-page-head-box .page-head-logo {
  width: 116px;
  height: 30px;
  background: url("../images/home_top_logo.png") no-repeat center/116px 30px;
}

.page-head-body {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  height: 100%;
}

.page-head-nav {
  flex: 1;
  font-size: 0;
  padding-left: 80px;
}

.page-head-nav .nav {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding: 21px 22px;
  color: #4A4A4A;
}
.page-head-nav .nav .active,.page-head-nav .nav:hover{
  color:#20ade5
}

.page-head-box .page-head-nav .nav .active,.page-head-box .page-head-nav .nav:hover{
  color:#fff;
}


.page-head-ope {
  font-size: 0;
}

.page-head-ope .btn-group {
  font-size: 0;
  border: 0px solid #20ade5;
  border-radius: 4px;
  height: 38px;
  line-height: 38px;
  padding: 0;
}

.page-head-ope .btn-group .login-btn:first-child {
  position: relative;
}

.page-head-ope .btn-group .login-btn:first-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #d2d2d2;
}

.page-head-ope .btn-group .login-btn {
  display: inline-block;
  font-size: 16px;
  padding: 0 12px;
  color: #4A4A4A;
}
.page-head-ope .btn-group .login-btn:hover{
color: #20ade5;
}
.page-head-box .page-head-ope .btn-group .login-btn:hover{
color: #fff;
}

.index-head .btn-group {
  border: 0px solid #fff
}

.index-head .btn-group .login-btn {
  color: #fff
}

.index-head .btn-group .login-btn:first-child:after {
  background: #fff
}

.page-head-ope .try-btn {
  background: #ffcd2e;
  font-size: 16px;
  color: #7C4A1F;
  height:32px;
  line-height:32px;
}
.page-head-ope .try-btn:hover{
  opacity:.8;
  color:#7C4A1F;
}
.page-banner-box {
  background: url("../images/banner_bg_1.jpg") no-repeat center/1920px 600px;
  height: 600px;
  width: 100%;
}

.banner-text-title {
  display: none;
  padding-top: 190px;
  font-size: 32px;
  color: #fff;
  line-height: 1em;
  margin-bottom: 30px;
}

.banner-text-box {
  display: none;
  margin-bottom: 40px;
}

.banner-text-box .dot {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: #f8e71c;
  border-radius: 50%;
  margin-right: 16px;
}

.banner-text-box p {
  line-height: 1em;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.banner-opt-box {
  display: none;
  font-size: 0;
}

.banner-opt-box .layui-btn {
  border-radius: 0;
  width: 150px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}

.banner-opt-box .layui-btn + .layui-btn {
  line-height: 44px;
}

.banner-opt-box .try-btn {
  background: #ffcd2e;
  border-radius: 50px !important;
  color: #7C4A1F;
}

.banner-opt-box .try-btn:hover {
  color: #7C4A1F;
  opacity: .8;
}

.banner-opt-box .video-btn {
  border-radius: 50px !important;
  background: #C1EDFF;
  color:#20ADE5;
}

.banner-opt-box .video-btn:hover {
  color:#20ADE5;
  opacity: .8;
}

.banner-opt-box .tel-text {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding-top: 14px;
}

.page-banner-show {
  display: none;
  height: 600px;
  position: relative;
}

.phone-box {
  position: absolute;
  bottom: 38px;
  width: 130px;
  height: 260px;
  background: url("../images/banner_bg_2.png") no-repeat center/130px 260px;
  z-index: 1;
  padding: 27px 9px 33px 7px;
}

.phone-box .phone-body {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pc-box {
  position: absolute;
  bottom: 70px;
  width: 610px;
  height: 356px;
  background: url("../images/banner_bg_3.png") no-repeat center/610px 356px;
  padding: 25px 75px 40px 71px;
}

.pc-box .pc-body {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-need-box {
  font-size: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.page-need-box h2 {
  font-size: 26px;
  color: #333;
}

.page-need-box .need-box {
  position: relative;
  padding: 50px 0;
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  height: 250px;
  text-align: center;
  cursor: default;
}

.page-need-box p {
  padding-top: 30px;
  font-size: 20px;
  line-height: 1em;
  color: #20ADE5;
}

.page-need-box .need-tips {
  display: none;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  width: 1052px;
  background: #DDF5FF;
  border-radius: 8px;
  height: 48px;
  line-height: 48px;
}

.page-need-box .need-tips span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #333;
}

.page-need-box .need-tips:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #DDF5FF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -14px;
  left: 98px;
}

.page-need-box .need-tips-two {
  left: -252px;
}

.page-need-box .need-tips-two:before {
  left: 354px;
}

.page-need-box .need-tips-three {
  left: -496px;
}

.page-need-box .need-tips-three:before {
  left: 600px;
}

.page-need-box .need-tips-four {
  left: -750px;
}

.page-need-box .need-tips-four:before {
  left: 860px;
}

.page-module-box {
  height: 420px;
  padding-top: 60px;
}

.page-module-box .wrap, .page-module-box .layui-row {
  height: 100%;
}

.page-module-box .layui-col-md6 {
  height: 100%;
}

.page-module-box .layui-col-md6:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.page-module-box .vertical-center {
  vertical-align: middle;
  width: calc(100% - 10px);
  padding-left: 130px;
}

.page-module-box .img-box {
  vertical-align: middle;
  width: calc(100% - 10px);
}

.page-module-box .title {
  font-size: 32px;
  color: #333;
  line-height: 1em;
  margin-bottom: 16px;
}

.page-module-box .text {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  margin-bottom: 30px;
}

.page-module-box .layui-btn {
  background: #20ADE5;
  color: #fff;
}

.bg-gray {
  background: #FBFBFB !important;
}

.page-fun-box {
  font-size: 0;
  text-align: center;
  padding: 40px 0;
}

.page-fun-box h2 {
  font-size: 26px;
  color: #333;
  margin-bottom: 30px;
}

.page-fun-box li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  width: 280px;
  height: 240px;
  padding: 20px 0 34px;
  text-align: center;
}

.page-fun-box li .img-box {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.page-fun-box li .img-box img {
  width: 80px;
  height: 80px;
}

.page-fun-box li .txt-box h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 12px;
}

.page-fun-box li .txt-box p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

.page-brand-box {
  padding: 50px 0;
  text-align: center;
}

.page-brand-box h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 30px;
}

.page-brand-box .img-box {
  margin-bottom: 32px;
}

.page-brand-box .layui-btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #20ADE5;
  border-radius: 6px;
  color: #fff;
}

.page-try-box {
  height: 240px;
  background: url("../images/home_bg_2.jpg");
  text-align: center;
}

.page-try-box:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.page-try-box .wrap {
  display: inline-block;
  vertical-align: middle;
}

.page-try-box h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 32px;
}

.page-try-box .layui-btn {
  background: #FFCD2E;
  width: 150px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  color: #7C4A1F;
  font-size: 16px;
  
}

.page-try-box .layui-btn:hover {
  color: #7C4A1F;
  opacity: .9;
}

.page-foot-nav-box {
  padding-top: 36px;
}

.page-foot-nav-box .page-file {
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #e3e3e3;
  color: #666;
  font-size: 12px;
}

.page-foot-nav-box .code-box {
  display: inline-block;
  text-align: center;
  margin-right: 50px;
}

.page-foot-nav-box .code-box .txt {
  font-size: 14px;
  color: #333;
  margin: 10px 0;
}

.page-foot-nav-box .code-box .tel {
  font-size: 24px;
  color: #666;
  line-height: 1em;
}

.footer-nav-box {
  padding-bottom: 56px;
  font-size: 0;
}

.footer-nav-box dl {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-right: 70px;
}

.footer-nav-box dt {
  font-size: 18px;
  color: #333;
  line-height: 1em;
  margin-bottom: 24px;
}

.footer-nav-box dd {
  font-size: 14px;
  color: #666;
  line-height: 1em;
  margin-bottom: 14px;
}

.product-page-banner-box {
  background: url("../images/product_banner_1.jpg") no-repeat center/1920px 600px;
  height: 600px;
  text-align: center;
  margin-top: 60px;
}

.product-page-banner-box p {
  font-size: 20px;
  color: #fff;
  line-height: 1em;
  margin-bottom: 20px;
}

.product-page-banner-box .layui-btn {
  width: 120px;
  height: 44px;
  line-height: 44px;
  background: #fff;
  color: #20ADE5;
  font-size: 16px;
}

.product-page-banner-box .layui-btn:hover {
  color: #20ADE5;
  opacity: 1;
}

.product-page-banner-box .img-box {
  margin-top: 50px;
}

.product-banner-title {
  padding-top: 60px;
  font-size: 32px;
  color: #fff;
  line-height: 1em;
  margin-bottom: 20px;
}

.product-page-module-box {
  text-align: center;
  padding-bottom: 60px;
}

.product-page-module-box h4 {
  font-size: 28px;
  line-height: 1em;
  color: #333;
  margin: 40px 0 20px;
}

.constitute-box {
  font-size: 0;
  text-align: center;
  margin-top: 46px;
}

.constitute-box .constitute-main {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  width: 250px;
  height: 280px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}

.constitute-box .constitute-main:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.constitute-box .constitute-main .box {
  display: inline-block;
  vertical-align: middle;
}

.constitute-box .constitute-main h5 {
  font-size: 18px;
  color: #333;
  line-height: 1em;
  margin-bottom: 12px;
}

.constitute-box .constitute-main p {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

.constitute-box .constitute-main a {
  font-size: 12px;
  line-height: 1em;
  color: #F9C03D;
}

.function-box {
  font-size: 0;
  width: 1040px;
  margin: 46px auto 0;
  text-align: left;
}

.function-box .function-main {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 260px;
  height: 200px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  cursor: default;
  margin-left: -1px;
  margin-top: -1px;
  padding-top: 36px;
}
.function-box .function-main a{
    display: inline-block
}
.function-box .function-main:hover {
  background: #F4FCFF;
}

.function-box .function-main .box {
  display: inline-block;
  vertical-align: middle;
}

.function-box .function-main h5 {
  font-size: 18px;
  color: #333;
  line-height: 1em;
  margin: 12px 0;
}

.function-box .function-main p {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

/
/
.function-box .function-main a {
  / / font-size: 12 px;
  / / line-height: 1 em;
  / / color: #F9C03D;
}

.product-page-step-box {
  padding: 42px 0 76px;
  text-align: center;
}

.product-page-step-box h2 {
  font-size: 32px;
  color: #333;
  line-height: 1em;
  margin-bottom: 24px;
}

.product-page-step-box p {
  font-size: 18px;
  color: #333;
  line-height: 1em;
  margin-bottom: 84px;
}

.product-page-step-box .step-box {
  font-size: 0;
}

.product-page-step-box .step {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 100px;
}

.product-page-step-box .step:last-child {
  margin: 0;
}

.product-page-step-box .step:last-child .num:after {
  display: none;
}

.product-page-step-box .step p {
  font-size: 24px;
  color: #333;
  margin-bottom: 40px;
}

.product-page-step-box .step .num {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #08B6FB;
  font-size: 16px;
  color: #fff;
  position: relative;
}

.product-page-step-box .step .num:after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #97E2FF;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 160px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-page-serve-box {
  padding: 42px 0 76px;
  text-align: center;
}

.product-page-serve-box h2 {
  font-size: 32px;
  color: #333;
  line-height: 1em;
  margin-bottom: 90px;
}

.product-page-serve-box .serve-box {
  font-size: 0;
}

.product-page-serve-box .serve-body {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  font-size: 12px;
}

.product-page-serve-box .serve-body h4 {
  font-size: 24px;
  line-height: 1em;
  margin: 30px 0 22px;
  color: #333;
}

.product-page-serve-box .serve-body p {
  font-size: 16px;
  color: #666;
}

.product-page-serve-box a {
  font-size: 14px;
  color: #47A0FB !important;
  margin-top: 12px;
}

.product-page-serve-box a:hover {
  color: #47A0FB;
  opacity: .8;
}

.safety-page-banner-box {
  height: 250px;
  line-height: 250px;
  background: linear-gradient(#34b9ff, #08b6fb);
  text-align: center;
}

.safety-page-banner-box h2 {
  font-size: 32px;
  color: #fff;
}

.safety-page-module-box {
  min-width: 1200px;
  text-align: center;
}

.safety-page-module-box .safety-list-one {
  padding: 40px 0 54px;
}

.safety-page-module-box .safety-list-one h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 24px;
}

.safety-page-module-box .safety-list-one p {
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
}

.safety-page-module-box .safety-list-one img {
  width: 128px;
  height: 128px;
}

.safety-page-module-box .safety-list-one li {
  display: inline-block;
  width: 270px;
  margin-right: 50px;
  vertical-align: top;
}

.safety-page-module-box .safety-list-one li:last-child {
  margin-right: 0;
}

.safety-page-module-box .safety-list-one li h4 {
  margin: 40px 0 16px;
  font-size: 18px;
  color: #4A4A4A;
}

.safety-page-module-box .safety-list-one li .txt {
  text-align: left;
  font-size: 14px;
  color: #4A4A4A;
  margin-bottom: 0;
  line-height: 1.5;
}

.safety-page-module-box .safety-list-two {
  height: 100%;
  padding: 40px 0 54px;
  min-height: 400px;
  width: 1200px;
  margin: 0 auto;
}

.safety-page-module-box .safety-list-two h2 {
  font-size: 28px;
  margin-bottom: 92px;
}

.safety-page-module-box .safety-list-two .list {
  display: inline-block;
  padding-left: 60px;
  width: 440px;
  margin-bottom: 30px;
}

.safety-page-module-box .safety-list-two .list:nth-child(2) {
  margin-right: 100px;
}

.safety-page-module-box .safety-list-two .list:nth-child(4) {
  margin-right: 100px;
}

.safety-page-module-box .safety-list-two .txt {
  float: left;
  width: 100%;
  display: inline-block;
  font-size: 18px;
  color: #20ADE5;
  text-align: left;
  vertical-align: text-top;
}

.safety-page-module-box .safety-list-two .txt span {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}

.safety-page-module-box .safety-list-two .num {
  float: left;
  width: 50px;
  margin-left: -60px;
  display: inline-block;
  font-size: 50px;
  color: #20ADE5;
  vertical-align: text-top;
}

.safety-list-three {
  height: 100%;
  padding: 40px 0 54px;
  min-height: 400px;
  width: 1200px;
  margin: 0 auto;
}

.safety-list-three li {
  width: 246px;
  height: 280px;
  padding: 18px;
  display: inline-block;
  font-size: 0;
  border: 1px solid #e3e3e3;
  vertical-align: top;
  margin-right: 56px;
  border-radius: 6px;
}

.safety-list-three li:last-child {
  margin-right: 0;
}

.safety-list-three img {
  width: 86px;
  margin-bottom: 46px;
  margin-top: 33px;
}

.safety-list-three h2 {
  font-size: 28px;
  margin-bottom: 50px;
}

.safety-list-three .txt {
  font-size: 14px;
  color: #555555;
  text-align: left;
}

.safety-list-three .tel {
  padding-top: 16px;
  font-size: 23px;
  color: #555555;
}

.download-page-module-box {
  margin-top: 60px;
  padding: 86px 0 120px;
}

.download-page-module-box .btn-box {
  text-align: center;
}

.download-page-module-box .layui-btn {
  width: 150px;
  height: 48px;
  line-height: 48px;
  background: #20ADE5;
  color: #fff;
}

.download-page-module-box .layui-btn:hover {
  color: #fff;
}

.download-page-module-box .download-txt-box {
  margin-top: 36px;
}

.download-page-module-box .download-txt-box h2 {
  font-size: 36px;
  color: #333;
  line-height: 1em;
  margin-bottom: 16px;
}

.download-page-module-box .download-txt-box p {
  font-size: 18px;
  color: #666;
  line-height: 32px;
}

.download-page-module-box .download-code-box {
  font-size: 0;
  padding-top: 32px;
}

.download-page-module-box .download-code-box .code-box {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  margin-right: 72px;
}

.download-page-module-box .download-code-box .img-box {
  width: 180px;
  height: 180px;
}

.download-page-module-box .download-code-box .img-box:hover .img-hover {
  display: block;
}

.download-page-module-box .download-code-box .img-box:hover .img {
  display: none;
}

.download-page-module-box .download-code-box .img-box img {
  width: 180px;
  height: 180px;
}

.download-page-module-box .download-code-box .img-box .img-hover {
  display: none;
}

.download-page-module-box .download-code-box p {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding-top: 12px;
}

.product-versions-box {
  display: inline-block;
  width: 232px;
  height: 390px;
  background: url("../images/download_bg_1.png") no-repeat center/232px 390px;
  position: relative;
}

.product-versions-box p {
  position: absolute;
  left: 76px;
  bottom: 120px;
  font-size: 20px;
  color: #20ADE5;
  text-align: center;
}

.suspension-fun-box {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 84px;
  height: 260px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background: #fff;
  padding: 12px;
  text-align: center;
}

.suspension-fun-box .info-box {
  margin-bottom: 14px;
}

.suspension-fun-box .info-box h4 {
  font-size: 12px;
  color: #333;
  margin-bottom: 2px;
}

.suspension-fun-box .info-box p {
  font-size: 12px;
  color: #999;
}

.suspension-fun-box .img-box {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 8px;
}

.suspension-fun-box .icon-btn-box {
  margin-bottom: 14px;
  cursor: pointer;
  position: relative;
}

.suspension-fun-box .icon-btn-box:hover .tips-box {
  display: block;
}

.suspension-fun-box .icon-btn-box:last-child {
  margin-bottom: 0;
}

.suspension-fun-box .icon-btn-box .btn-box {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.suspension-fun-box .icon-btn-box .tips-box {
  display: none;
  position: absolute;
  left: -182px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  z-index: 1;
}

.suspension-fun-box .icon-btn-box .tips-box:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border-style: solid;
  border-color: #e3e3e3;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
  right: -6px;
  margin-top: -6px;
}

.pop-video {
  width: 854px;
  height: 480px;
  border-radius: 0;
}

.pop-video:hover .video-close-box {
  display: block;
}

.pop-video .video-close-box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 32px;
  background: rgba(0, 0, 0, 0.7);
  line-height: 32px;
  text-align: right;
  padding: 0 24px;
  cursor: pointer;
  z-index: 2;
}

.pop-video .video-close:hover {
  opacity: .8;
}

.pop-video video {
  width: 100%;
  height: 100%;
}

.phone-page-head {
  display: none;
}

.phone-page-nav-box {
  display: none;
}

.phone-page-banner-box,
.phone-page-module,
.phone-page-footer,
.phone-page-foot-nav-box,
.phone-safety-page,
.small-img {
  display: none;
}

/*定义公共部分通用css，默认所有页面都需要加载 2016/08/17*/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  height: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 320px;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  font-family: Helvetica, Microsoft YaHei, Lucida Grande, Arial;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

input,
select,
textarea,
button {
  font-family: heiti SC, Helvetica, Microsoft YaHei, Lucida Grande, Arial;
  vertical-align: middle;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
b {
  font-weight: normal;
}

i {
  font-style: normal;
}

ul,
ol,
li {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: none;
}

a {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  display: block;
}

a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

/* 取消苹果圆角 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
button,
textarea {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

/* placeholder  */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b3b3;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b3b3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}

input[type='button'] {
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.font-f-sc {
  font-family: heiti SC;
}

.font-f-hvt {
  font-family: Helvetica;
}

.font-f-yh {
  font-family: Microsoft YaHei;
}

.font-f-lg {
  font-family: Lucida Grande;
}

.font-f-a {
  font-family: Arial;
}

.h {
  display: none;
  visibility: visible;
}

.fix {
  *zoom: 1;
}

.fix:after {
  clear: both;
  content: "";
  display: table;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.pos-f {
  position: fixed;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right;
}

.cur {
  cursor: pointer;
}

.dis-show {
  display: block !important;
}

.dis-hide {
  display: none !important;
}

.dis-inb {
  display: inline-block;
}

.disShow {
  display: inline-block !important;
}

.dis-b {
  display: block;
}

.cn-b {
  clear: both !important;
}

.va-t {
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

.flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis {
  display: -webkit-flex;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.mask, .mask-son, .mask-pop, .video-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -1px;
  right: 0;
  background: rgba(26, 26, 26, 0.3);
  display: none;
}

.mask, .video-mask {
  z-index: 5;
}

.mask-son {
  z-index: 5;
}

.mask-pop {
  z-index: 7;
}

.pop {
  display: none;
  position: fixed;
  z-index: 6;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-style: preserve-3d;
  border-radius: 6px;
  background: #fff;
}

.pop-son {
  z-index: 8;
}

.pop-small {
  width: 272px;
}

.pop-min {
  width: 308px;
}

.pop-middle {
  width: 500px;
}

.pop-big {
  width: 640px;
}

.pop-large {
  width: 720px;
}

.pop-max {
  width: 900px;
}

.pop-body {
  padding: 0 20px;
  min-height: 200px;
  max-height: 700px;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

@media all and (max-width: 1024px) {
  .page-box {
    display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.page-body {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.page-head-ope,
.page-head-nav,
.page-need-box,
.pc-page-module,
.suspension-fun-box,
.pc-safety-page,
.big-img {
  display: none;
}

.small-img {
  display: block;
}

.fixation-page-head-box {
  height: 50px;
}

.fixation-page-head-box img {
  width: 80%;
}

.page-head-box {
  position: relative;
  z-index: auto;
  left: auto;
  top: auto;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  height: 50px;
}

.page-head-box .page-head-logo {
  background: url("../images/home_top_logo.png") no-repeat center/92px 24px;
}

.page-head-box .nav {
  color: #333 !important;
}

.page-head-box img {
  width: 80%;
}

.float-page-head-box {
  position: relative;
  z-index: auto;
  left: auto;
  top: auto;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  height: 50px;
}

.float-page-head-box .page-head-logo {
  background: url("../images/home_top_logo.png") no-repeat center/92px 24px;
}

.float-page-head-box .nav {
  color: #333 !important;
}

.float-page-head-box img {
  width: 80%;
}

.page-head-body {
  padding-left: 4px;
}

.phone-page-head {
  display: block;
  padding-right: 24px;
  flex: 1;
  text-align: right;
}

.phone-page-head .nav, .phone-page-head .nav-more {
  display: inline-block;
  vertical-align: middle;
}

.phone-page-head .nav {
  margin-right: 18px;
}

.phone-page-head .nav-more img {
  width: 24px;
}

.dis-flex {
  display: flex !important;
}

.phone-page-nav-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 80%;
  background: #333;
  z-index: 9;
  padding: 0 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.phone-page-nav-box .logo-img {
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}

.phone-page-nav-box .logo-img img {
  width: 40%;
}

.phone-page-nav-box ul {
  width: 100%;
  flex: 1;
  overflow: auto;
}

.phone-page-nav-box li {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}

.phone-page-nav-box li img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.phone-page-nav-box .btn-box {
  height: 80px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.phone-page-nav-box .btn-box .layui-btn {
  flex: 1;
  margin-right: 12px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.phone-page-nav-box .btn-box .layui-btn + .layui-btn {
  border: 1px solid transparent;
  color: #333;
  background: #fff;
  margin-right: 0;
  margin-left: 12px;
}

.page-banner-box {
  display: none;
}

.phone-page-banner-box {
  display: flex;
  padding-left: 30px;
  padding-top: 40px;
  background: #20ADE5;
  height: 230px;
  font-size: 0;
}

.phone-page-banner-box .txt-box {
  flex: 1;
}

.phone-page-banner-box .txt-box h2 {
  font-size: 20px;
  color: #fff;
  line-height: 2;
}

.phone-page-banner-box .txt-box .layui-btn {
  margin-top: 10px;
  width: 100px;
  height: 42px;
  line-height: 42px;
  background: #FFCD2E;
  color: #7C4A1F;
}

.phone-page-banner-box .img-box {
  flex: 1;
  height: 100%;
  padding-top: 60px;
}

.page-module-box {
  padding: 30px 0;
  height: auto;
}

.page-module-box .vertical-center {
  display: inline-block;
  padding: 0;
  width: 100%;
  text-align: center;
}

.page-module-box .img-box {
  display: inline-block;
  width: 100%;
  text-align: center !important;
  margin-bottom: 30px;
}

.page-module-box .img-box img {
  width: 80%;
}

.page-module-box .title {
  font-size: 24px;
}

.page-module-box .text {
  font-size: 14px;
  line-height: 24px;
}

.phone-page-module {
  display: block;
}

.page-fun-box li {
  width: 100%;
  height: auto;
  text-align: left;
  padding: 10px 34px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.page-fun-box .img-box {
  vertical-align: middle;
}

.page-fun-box .txt-box {
  flex: 1;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-left: 12px;
}

.page-brand-box h2 {
  font-size: 24px;
}

.phone-page-footer {
  display: block;
  font-size: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid #e3e3e3;
}

.phone-page-footer .footer-btn {
  display: inline-block;
  width: 33.33%;
  background: #fff;
  color: #20ADE5;
  font-size: 16px;
}

.phone-page-footer .footer-btn:first-child {
  background: #20ADE5;
  color: #fff;
}

.page-footer-box .page-try-box {
  padding: 20px 0;
  height: auto;
}

.page-footer-box .page-try-box h2 {
  font-size: 24px;
}

.page-footer-box .page-foot-nav-box {
  display: none;
}

.page-footer-box .phone-page-foot-nav-box {
  display: block;
  padding: 30px 30px 0;
}

.page-footer-box .phone-page-foot-nav-box a {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.page-footer-box .phone-page-foot-nav-box .page-file {
  font-size: 12px;
  padding: 0 16px;
  text-align: center;
}

.product-page-banner-box {
  margin: 0;
  height: auto;
  text-align: left;
  padding: 40px 20px 0;
  background: #20ADE5;
}

.product-page-banner-box p {
  font-size: 14px;
}

.product-banner-title {
  padding: 0;
  font-size: 20px;
}

.product-page-module-box h4 {
  font-size: 24px;
  margin: 20px 0 10px;
}

.product-page-module-box .constitute-box {
  margin-top: 20px;
  padding: 0 12px;
}

.product-page-module-box .constitute-main {
  width: calc(50% - 20px);
  margin: 10px;
  height: auto;
  border-radius: 6px;
  padding: 12px;
}

.product-page-module-box .constitute-main img {
  width: 60px;
}

.product-page-module-box .constitute-main a {
  display: none;
}

.product-page-module-box .constitute-main h5 {
  font-size: 16px;
}

.product-page-module-box .constitute-main p {
  font-size: 12px;
}

.function-box {
  margin: 20px 0;
  padding: 0 20px;
  width: 100%;
}

.function-box .function-main {
  width: 100%;
  text-align: left;
  height: auto;
}

.function-box .function-main .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding: 8px 16px;
}

.function-box .function-main .box .txt-box {
  flex: 1;
  padding-left: 20px;
}

.function-box .function-main .box .txt-box h5 {
  margin: 0 0 4px;
  font-size: 16px;
}

.function-box .function-main .box .txt-box p {
  font-size: 12px;
  margin-bottom: 0;
}

.product-page-step-box {
  padding-bottom: 0;
}

.product-page-step-box h2 {
  font-size: 24px;
  margin-bottom: 16px;
}

.product-page-step-box p {
  font-size: 16px;
  margin-bottom: 24px;
}

.product-page-step-box .step-box {
  padding: 30px;
  text-align: left;
}

.product-page-step-box .step-box .step {
  margin-right: 50px;
  margin-bottom: 20px;
}

.product-page-step-box .step-box .step:nth-child(3) {
  margin-right: 0;
}

.product-page-step-box .step-box .step:nth-child(3) .num:after {
  display: none;
}

.product-page-step-box .step-box .step p {
  font-size: 16px;
  margin-bottom: 20px;
}

.product-page-step-box .step-box .step .num:after {
  width: 70px;
}

.product-page-serve-box h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.product-page-serve-box .serve-box {
  padding: 0 20px;
}

.product-page-serve-box .serve-body {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}

.product-page-serve-box .serve-body img {
  width: 80px;
  height: 80px;
}

.product-page-serve-box .serve-body .txt-box {
  flex: 1;
  padding-left: 20px;
  text-align: left;
}

.product-page-serve-box .serve-body .txt-box h4 {
  margin: 0 0 10px;
  font-size: 20px;
}

.product-page-serve-box .serve-body .txt-box p {
  font-size: 14px;
  margin-bottom: 0;
}

.product-page-serve-box a {
  display: none;
}

.phone-safety-page {
  display: block;
}

.phone-safety-module-box {
  background: #84A1BC url("../images/bg-icon.png") no-repeat right center/60% auto;
  padding: 40px 24px;
}

.phone-safety-module-box h2 {
  font-size: 24px;
  color: #fff;
  line-height: 1.7;
}

.phone-safety-module-box .safety-card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding-top: 20px;
}

.phone-safety-module-box .safety-card .img-box {
  width: 60px;
  height: 60px;
}

.phone-safety-module-box .safety-card .txt-box {
  flex: 1;
  color: #fff;
  padding-left: 16px;
}

.phone-safety-module-box .safety-card .txt-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.phone-safety-module-box .safety-card .txt-box p {
  font-size: 14px;
}

.phone-safety-module-box-two {
  padding: 40px 24px;
}

.phone-safety-module-box-two h2 {
  font-size: 20px;
}

.phone-safety-module-box-two .card {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding-top: 20px;
}

.phone-safety-module-box-two .card .num {
  font-size: 50px;
  color: #20ADE5;
}

.phone-safety-module-box-two .card .txt {
  padding-left: 20px;
}

.phone-safety-module-box-two .card .txt h4 {
  font-size: 18px;
  color: #20ADE5;
  margin-bottom: 8px;
}

.phone-safety-module-box-two .card .txt p {
  font-size: 14px;
}

.website-case-banner {
  margin: 0 !important;
}
}

.page-land-banner-box {
  height: 500px;
  text-align: center;
  background: url("/img/13%40pc_banner_1.png") no-repeat center;
}

.page-land-banner-box .txt-box {
  padding-top: 200px;
}

.page-land-banner-box .txt-box h2 {
  font-size: 38px;
  color: #fcfcfc;
  line-height: 1em;
  margin-bottom: 20px;
}

.page-land-banner-box .txt-box p {
  font-size: 26px;
  color: #fcfcfc;
  margin-bottom: 16px;
}

.page-land-banner-box .txt-box p span {
  color: #f9c03c;
}

.page-land-banner-box .txt-box a {
  display: inline-block;
  width: 120px;
  height: 44px;
  border-radius: 4px;
  background: #ffcd2e;
  line-height: 44px;
  text-align: center;
  color: #7C4A1F;
  font-size: 14px;
  cursor: pointer;
}

.page-land-banner-box .logo {
  position: absolute;
  top: 20px;
  left: 0;
}

.page-land-banner-box .logo img {
  width: 116px;
  height: 30px
}

.page-land-banner-box .to-skype-btn {
  position: absolute;
  top: 20px;
  right: 0;
  border: 1px solid #fff;
  width: 100px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
}

.page-land-effect-box {
  font-size: 0;
  background: #F9FBFC;
}

.page-land-effect-box .effect-box {
  padding-top: 80px;
}

.page-land-effect-box .left-box {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  text-align: center;
}

.page-land-effect-box .right-box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 340px);
}

.page-land-effect-box .right-box h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 80px;
}

.page-land-effect-box .card {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 70px;
}

.page-land-effect-box .img-box {
  display: inline-block;
  vertical-align: middle;
  width: 72px;
  height: 72px;
}

.page-land-effect-box .txt-box {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.page-land-effect-box .txt-box h4 {
  font-size: 18px;
  color: #333;
  line-height: 1em;
  margin-bottom: 6px;
}

.page-land-effect-box .txt-box p {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
}

.page-land-industry-box {
  padding-top: 80px;
  padding-bottom: 20px;
  font-size: 0;
  text-align: center;
}

.page-land-industry-box h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 60px;
}

.page-land-industry-box li {
  width: 260px;
  height: 140px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
}

.page-land-industry-box li:hover .img {
  display: none;
}

.page-land-industry-box li:hover .img-hover {
  display: block;
}

.page-land-industry-box .img-hover {
  display: none;
}

.land-page-type {
  background: -webkit-linear-gradient(#68c7ed, #20ade5);
  background: -moz-linear-gradient(#68c7ed, #20ade5);
  background: -ms-linear-gradient(#68c7ed, #20ade5);
  background: linear-gradient(#68c7ed, #20ade5);
  padding: 80px 0 40px;
  font-size: 0;
  text-align: center;
}

.land-page-type .wrap {
  height: 100%;
}

.land-page-type h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 40px;
}

.land-page-type li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.land-page-type li:hover .land-page-type-hover {
  display: block;
}

.land-page-type li .tit {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 22px;
  color: #333333;
}

.land-page-type .land-page-type-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(125, 214, 250, 0.9);
  font-size: 0;
  padding: 0 24px;
}

.land-page-type .land-page-type-hover:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.land-page-type .land-page-type-hover p {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.8;
  text-align: left;
  color: #02455f;
}

.page-land-fun-box {
  text-align: center;
  font-size: 0;
  padding-top: 80px;
  padding-bottom: 40px;
}

.page-land-fun-box h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 40px;
}

.page-land-fun-box li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin-bottom: 20px;
}

.page-land-fun-box li h4 {
  font-size: 18px;
  line-height: 1em;
  margin: 10px 0;
  color: #666;
}

.page-land-fun-box li p {
  font-size: 14px;
  line-height: 1.5;
  color: #999;
}

.page-land-fun-box a {
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  width: 150px;
  height: 42px;
  border: 1px solid #20ADE5;
  color: #20ADE5;
  line-height: 42px;
  border-radius: 4px;
}

.page-land-wechat-box {
  padding-top: 80px;
  padding-bottom: 40px;
  background: -webkit-linear-gradient(#6abd3d, #3a9c04);
  background: -moz-linear-gradient(#6abd3d, #3a9c04);
  background: -ms-linear-gradient(#6abd3d, #3a9c04);
  background: linear-gradient(#6abd3d, #3a9c04);
  text-align: center;
}

.page-land-wechat-box h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}

.page-land-wechat-box p {
  font-size: 18px;
  color: #fff;
}

.page-land-wechat-box .card-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-land-wechat-box .card {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
}

.page-land-wechat-box .card p {
  font-size: 14px;
  margin-top: 10px;
}

.page-land-firm-box {
  padding: 80px 0 30px;
  text-align: center;
}

.page-land-firm-box h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}

.page-land-firm-box p {
  font-size: 18px;
  color: #999;
}

.page-land-safety-box {
  height: 500px;
}

.page-land-serve-box {
  background: #F9FBFC;
  padding: 60px 0 40px;
  text-align: center;
}

.page-land-serve-box h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}

.page-land-serve-box p {
  font-size: 18px;
  color: #999;
}

.page-land-serve-box .serve-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-top: 40px;
}

.page-land-serve-box .card {
  flex: 1;
  text-align: center;
}

.page-land-serve-box .card p {
  margin-top: 20px;
}

.page-land-brand-box {
  padding: 60px 0 40px;
  text-align: center;
}

.page-land-brand-box h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 40px;
}

.page-land-brand-box a {
  margin-top: 40px;
  width: 180px;
  height: 50px;
  background: #20ade5;
  box-shadow: 0 0 10px 0 #20ade5;
  border-radius: 6px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.page-land-brand-box a:hover {
  color: #fff;
}

.page-land-box {
  padding-bottom: 100px;
}

.page-land-suspend-box {
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #4A4A4A;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.page-land-suspend-box p {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  margin-right: 20px;
}

.page-land-suspend-box a {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #ffcd2e;
  border-radius: 4px;
  color: #7c4a1f;
  font-size: 14px;
}

.page-land-suspend-box a:hover {
  color: #7c4a1f;
}

.phone-page-land-logo-box {
  height: 44px;
  line-height: 44px;
  padding-left: 24px;
}

.phone-page-land-effect-box {
  padding: 30px 0;
}

.phone-page-land-effect-box h2 {
  font-size: 18px;
  text-align: center;
}

.phone-page-land-effect-box li {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 24px 0;
  padding: 0 16px;
}

.phone-page-land-effect-box .img-box {
  width: 50px;
  height: 50px;
}

.phone-page-land-effect-box .img-box img {
  width: 50px;
  height: 50px;
}

.phone-page-land-effect-box .txt-box {
  flex: 1;
  padding-left: 14px;
}

.phone-page-land-effect-box .txt-box h4 {
  font-size: 14px;
  color: #5E666A;
}

.phone-page-land-effect-box .txt-box p {
  font-size: 12px;
  color: #717577;
}

.phone-page-land-wechat-box {
  padding: 24px 0;
  background: -webkit-linear-gradient(#6abd3d, #3a9c04);
  background: -moz-linear-gradient(#6abd3d, #3a9c04);
  background: -ms-linear-gradient(#6abd3d, #3a9c04);
  background: linear-gradient(#6abd3d, #3a9c04);
  text-align: center;
}

.phone-page-land-wechat-box h2 {
  font-size: 18px;
  color: #fff;
  line-height: 1em;
  margin-bottom: 12px;
}

.phone-page-land-wechat-box p {
  font-size: 12px;
  color: #fff;
}

.phone-page-land-wechat-box .card-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 20px 30px;
}

.phone-page-land-wechat-box .card {
  flex: 1;
  font-size: 0;
}

.phone-page-land-wechat-box .card img {
  width: 42px;
  height: 42px;
}

.phone-page-land-wechat-box .card p {
  font-size: 12px;
  margin-top: 10px;
}

.phone-page-land-wechat-box img {
  width: 336px;
  height: 118px;
}

.phone-page-land-floor-box {
  text-align: center;
  padding: 30px 0;
}

.phone-page-land-floor-box h2 {
  font-size: 18px;
  color: #5E666A;
  line-height: 1em;
  margin-bottom: 12px;
}

.phone-page-land-floor-box p {
  font-size: 14px;
  color: #5E666A;
  line-height: 1.5;
  margin-bottom: 30px;
}

.phone-page-land-floor-box img {
  width: 60%;
  height: auto;
}

.phone-page-land-fun-box {
  text-align: center;
  padding: 30px 0;
}

.phone-page-land-fun-box h2 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1em;
}

.phone-page-land-fun-box img {
  width: 40px;
  height: 40px;
}

.phone-page-land-fun-box p {
  font-size: 12px;
  color: #999;
}

.phone-page-land-fun-box ul {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.phone-page-land-fun-box li {
  width: 25%;
  margin-bottom: 18px;
}

.phone-page-land-fun-box .fun-box a {
  display: inline-block;
  width: 100px;
  height: 44px;
  line-height: 42px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #20ADE5;
  color: #20ADE5;
  margin-top: 30px;
}

.phone-page-land-report-box {
  padding: 30px 26px;
  text-align: center;
}

.phone-page-land-report-box h2 {
  font-size: 18px;
  color: #333;
  line-height: 1em;
  margin-bottom: 20px;
}

.phone-page-land-report-box .report-card {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 16px;
}

.phone-page-land-report-box .img-box {
  width: 82px;
  height: 64px;
}

.phone-page-land-report-box .img-box img {
  width: 82px;
  height: 64px;
}

.phone-page-land-report-box .txt-box {
  flex: 1;
  padding-left: 14px;
  text-align: left;
}

.phone-page-land-report-box .txt-box h4 {
  font-size: 14px;
  color: #717577;
  line-height: 1.5;
  margin-bottom: 2px;
  display: -webkit-flex;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.phone-page-land-report-box .txt-box p {
  font-size: 12px;
  color: #8F9395;
}

.phone-page-land-brand-box {
  padding: 30px 20px;
  text-align: center;
}

.phone-page-land-brand-box h2 {
  font-size: 18px;
  color: #333;
  line-height: 1em;
  margin-bottom: 30px;
}

.phone-page-land-box {
  flex: 1;
  overflow: auto;
}

.phone-page-land-footer-box {
  height: 44px;
  line-height: 44px;
  font-size: 0;
}

.phone-page-land-footer-box a {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  height: 100%;
  font-size: 14px;
  background: #20ADE5;
  color: #fff;
}

.phone-page-land-footer-box a:last-child {
  border-width: 1px 0;
  border-style: solid;
  border-color: #20ADE5;
  color: #20ADE5;
  background: #fff;
}

.phone-page-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*# sourceMappingURL=index.css.map */



/*背景*/
.index-case{background:url("/img/site-kehu-bg.png") no-repeat center;background-size:cover;background-attachment: fixed;}
.developer-solution-block{position:relative;max-width:none;padding:80px 0;text-align:center;clear:both;margin:0 auto;height: 700px;}
/*大标题*/
.titleBar .caption{font-size: 28px;color:#252b3a;letter-spacing:0;text-align:center;line-height:46px;margin-bottom: 36px;}
.descript{margin-bottom:40px;font-size:16px;color:#A0A2A8}
.developer-solution-block .titleBar{max-width:1200px;margin:0 auto;text-align:center}
.developer-solution-block .titleBar .caption,.developer-solution-block .titleBar .descript{color:#fff}
.developer-solution-block .developer-solution{max-width:1180px;margin:0 auto;padding:0 60px;background:none}
/*左边分类*/
.developer-solution .solution-tab{font-size: 14px;color:#ffffff;line-height:28px;text-align:center;display:inline-block;width: 238px;float:left;}
.developer-solution .solution-tab ul{padding:20px 0;background: #0000007a;opacity:1;box-shadow: 0px 0px 4px 0 rgba(0,0,0,0.20);border-radius:2px;width: 220px;}
.solution-tab ul li{padding: 8px 30px;width:260px;text-align:left;color:#ffffff;}
.solution-tab ul li.active{width: 240px;background: #00c8ff;box-shadow: 0 2px 6px 0 #00c8ff;border-radius:2px;margin-left: -10px;padding-left: 50px;}
/*右边内容标题详情*/
.developer-solution .solution-detail{width: calc(100% - 300px);display:inline-block;vertical-align:top;height:270px;padding-top: 28px;text-align:left;}
.developer-solution .solution-detail ul li{display:none}
.developer-solution .solution-detail ul li.active{display:block}
.solution-detail li .title{font-size:22px;color:#ffffff;line-height:28px;text-align:left;margin-bottom:14px}
.solution-detail li .detail{font-size:14px;color:#ffffff;line-height:22px;text-align:left;margin-bottom: 20px;}
.solution-detail li .line{border-bottom: 1px #ffffff45 solid;font-size: 20px;margin: 12px 0px;padding: 12px 0px;color: white;}
.solution-detail li .detail img{width: 100px;margin-right: 5px;margin-bottom: 8px;}
/*查看更多按钮*/
.solution-detail li .more-btn{display:inline-block;position:relative;border:1px solid #ffffff;border-radius:50px;font-size:14px;color:#ffffff;text-align:center;padding: 8px 30px 8px 30px;line-height:22px;}
.solution-detail li .more-btn:before{content:"";position:absolute;right:26px;top:14px;width:13px;height:9px;display:inline-block;}
.solution-detail li .more-btn:hover{color: #00c8ff;border: 1px solid #00c8ff;}
.solution-detail li .more-btn:hover:before{right:20px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.clear{clear:both;}

@media (max-width: 1024px){
.index-case{display:none;}
}
