body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

body {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    width: 100%;
    overflow: hidden;
}

html {
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: initial;
    width: 100%;
    overflow-y: scroll;
}

/* :root {
    overflow-y: auto;
    overflow-x: auto;
} */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    -webkit-tap-highlight-color: transparent;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

input {
    outline: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type="submit"],
input[type="reset"],
input[type="number"] {
    -webkit-appearance: none;
    appearance: none;
}

a {
    text-decoration: none;
    -webkit-touch-callout: none;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}

a:hover {
    text-decoration: underline;
}

img {
    pointer-events: none;
}

.hide {
    display: none;
}

* {
    -webkit-touch-callout: auto;
    /*系统默认菜单被禁用*/
    -webkit-user-select: auto;
    /*webkit浏览器*/
    -khtml-user-select: auto;
    /*早期浏览器*/
    -moz-user-select: auto;
    /*火狐*/
    -ms-user-select: auto;
    /*IE10*/
    user-select: auto;
}

body {
    display: flex;
    justify-content: center;
}
.wrap {
    position: relative;
    width: 1920px;
    margin: auto;
}

article.main {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: 75vh;
}

/*header start*/
.header_box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: black;
    z-index: 110;
}
.header_box .headers {
    width: 1100px;
    height: 80px;
    /* line-height: 110px; */
    margin: 0 auto;
}
.header_box .headers .logo {
    width: 114px;
    overflow: hidden;
}
.header_box .headers .logo img {
    width: 100%;
    height: auto;
}

.header_box .head_navs {
    height: 80px;
    line-height: 80px;
    display: flex;
    text-align: center;
}
.header_box .head_navs li {
    width: 135px;
    text-align: center;
    /* float: left; */
    position: relative;
    margin: 0px 10px;
}
.header_box .head_navs li .top {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    /* font-weight: bold; */
    /* letter-spacing: 2px; */
    position: relative;
}
.header_box .head_navs li .top::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #0592fe;
    transition: all 0.3s;
}
.header_box .head_navs li .top.active,
.header_box .head_navs li .top:hover {
    color: #0592fe;
    text-decoration: none;
}

/* .header_box .head_navs li .top.active::after,
.header_box .head_navs li .top:hover::after {
    width: 100%;
    left: 0;
    background: #FECB05;
} */
.header_box .head_navs li .menu {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 0px;
    text-align: center;
    display: none;
}
.header_box .head_navs li .menu a {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #001129;
}
.header_box .head_navs li .menu a.active,
.header_box .head_navs li .menu a:hover {
    background: #fecb05;
    color: white;
    text-decoration: none;
}
.header_box .headers .headers_phone {
    color: white;
    width: 206px;
    height: 80px;
    font-size: 15px;
    display: flex;
    background: linear-gradient(270deg, #1ba7eb 0%, #3f86fe 100%);
    flex-wrap: wrap;
    justify-content: center;
}
.header_box .headers .headers_phone .headers_phone_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}
.header_box .headers .headers_phone img {
    height: 13px;
    margin-right: 5px;
}
.arrow_box {
    width: 120px;
    position: relative;
    top: -5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 2px #eee;
}

.arrow_box:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 10px;
    margin-left: -10px;
}

/*header end*/
/* .crumbs_cont {
  width: 1320px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  font-size: 14px;
  color: #999;
}
.crumbs_cont a {
  color: #999;
  margin-right: 5px;
}
.crumbs_cont span {
  color: #666;
  margin-left: 5px;
} */

/* 超出一行隐藏 */
/* .overflowTextOne {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */
/* 超出两行隐藏 */
/* .overflowTextTwo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
  -webkit-line-clamp: 2;
} */
/* floating */
.floating_content {
    position: fixed;
    right: 0;
    z-index: 200;
    bottom: 5%;
}
.floating_content .parent_box {
    display: flex;
    justify-content: flex-end;
}
.floating_content .floating_box {
    padding: 8px 0;
    width: 64px;
    background: #ffffff;
    border: 1px solid #1ba7eb;
    box-shadow: 0px 2px 4px rgba(95, 124, 138, 0.1);
    opacity: 1;
    margin-bottom: 20px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.floating_content .floating_box .show_box {
    text-align: center;
}
.floating_content .floating_box .hidden_box {
    display: flex;
    justify-content: center;
    display: none;
}
.floating_content .floating_box .hidden_box img {
    height: 40px;
    width: 40px;
}
.floating_content .floating_box .hidden_box .p1 {
    width: initial;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #ffffff;
    margin-left: 5px;
}
.floating_content .floating_box .hidden_box .p2 {
    margin-left: 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    color: #ffffff;
}
.floating_content .floating_box:hover {
    cursor: pointer;
}
.floating_content .floating_box .p1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    /* width: 40px; */
    color: #121f59;
    text-align: center;
}
.floating_content .floating_box .p2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #121f59;
}

.floating_content #floating_go_top .p2 {
    display: none;
}
#floating_phone {
    height: 70px;
}
.tooltipp {
    display: none;
    position: absolute;
    background: linear-gradient(180deg, #1ba7eb 0%, #3f86fe 100%);
    padding: 15px;
    border-radius: 10px;
    justify-content: center;
    right: 100px;
    top: 130px;
    align-items: center;
}
.tooltipp p {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #ffffff;
}
.triangle {
    display: block;
    height: 0px;
    width: 0px;
    border: 10px solid transparent;
    border-left-color: #1ba7eb;
    position: absolute;
    left: calc(100%);
    top: calc(45%);
}
#floating_go_top {
    height: 40px;
}
#floating_go_top .p2 {
    color: #ffffff;
}
#forms_submit {
    cursor: pointer;
}
#submit {
    cursor: pointer;
}
.mask {
    z-index: 200;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}
.mask .mask_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(9, 15, 23, 0.5);
    opacity: 0.5;
}
.mask .content {
    width: 800px;
    margin-top: 100px;
    height: 670px;
    background: #f1f1f1;
    margin: auto;
    margin-top: 100px;
    padding: 50px 0;
    box-shadow: 0px 0px 8px rgba(122, 122, 122, 0.16);
    opacity: 0.98;
    border-radius: 8px;
    position: relative;
}
.mask .content .mask_close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
.mask .content .title {
    font-size: 28px;
    color: #4e4e4e;
    text-align: center;
}
.mask .content .forms {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.mask .content .forms span {
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
}

.mask .content .forms input {
    width: 410px;
    height: 50px;
    border: none;
    font-size: 16px;
    padding: 10px;
}
.mask .content .forms textarea {
    width: 410px;
    height: 100px;
    border: none;
    resize: none;
    font-size: 16px;
    padding: 10px;
}
.mask .content .btn {
    display: flex;
    justify-content: center;
}
.mask .content .btn button {
    width: 200px;
    height: 50px;
    border: none;
    background: #0592fe;
    border-radius: 25px;
    color: #ffffffff;
    font-size: 24px;
}
/* footer */
.footer {
    width: 100%;
    background: black;
    color: rgba(255, 255, 255, 0.7);
}

.footer .footer-content {
    width: 1400px;
    margin: 0 auto;
}
.footer .footer-content .content_list {
    padding: 20px 50px;
}
.footer .footer-content .part1 {
    width: 100%;
    padding: 50px 150px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .footer-content .part1 .part1-about {
    line-height: 27px;
    display: flex;
    font-size: 14px;
}
.footer .footer-content .part1 .part1-about .mobile {
    line-height: 30px;
    margin: 0 40px 0 20px;
    font-size: 24px;
}
.footer .footer-content .part1 .part1-about p {
    line-height: 30px;
    color: #c1c1c1;
    margin-bottom: 10px;
}
.footer .footer-content .part1 .about_left p {
    cursor: pointer;
}
.footer .footer-content .part1 .about_left a {
    line-height: 30px;
    color: #c1c1c1;
    margin-bottom: 10px;
}
.footer .footer-content .part1 .part1-about span {
    margin: 0 5px 0;
    line-height: 30px;
    color: #c1c1c1;
    margin-bottom: 10px;
}

.footer .footer-content .part1 .part1-share {
    width: 450px;
}

.footer .footer-content .part1 .part1-share img {
    height: 32px;
    width: 32px;
    margin-right: 28px;
}

.footer .footer-content .part2 {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    color: #c1c1c1;
    font-size: 12px;
    line-height: 19px;
}

.footer .footer-content .part2 a {
    color: #c1c1c1;
}

.footer-link > a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.footer-link > a:hover {
    color: lightskyblue;
}

.footer-link .has-border-right {
    border-right: 2px solid #575757;
    padding: 0px 15px;
}

.footer .footer-content .part3 {
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
}

.form-group .error {
    color: red;
}
.footer-menu {
    margin: 50px 0 0 0;
    width: 25%;
    flex-wrap: wrap;
}
.footer-menu p {
    color: #ffffff;
    display: flex;
    font-size: 16px;
    width: 100%;
    justify-content: center;
}
.footer-menu span {
    margin: 20px 0 0 0;
    display: flex;
    font-size: 13px;
    width: 100%;
    justify-content: center;
}
.footer-menu a {
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    font-size: 16px;
    justify-content: center;
}
a {
    text-decoration: none !important;
}

@font-face {
    font-family: "iconfont"; /* Project id 2575518 */
    /* Color fonts */
    src: url("//at.alicdn.com/t/font_2575518_3quzthfofp4.woff2?t=1626405132118")
            format("woff2"),
        url("//at.alicdn.com/t/font_2575518_3quzthfofp4.woff?t=1626405132118")
            format("woff"),
        url("//at.alicdn.com/t/font_2575518_3quzthfofp4.ttf?t=1626405132118")
            format("truetype");
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconguanbi:before {
    content: "\e639";
}

.iconpos_nav_icon_implements-1:before {
    content: "\e717";
}

.iconprofit_icon_profit_sharing_income1:before {
    content: "\e71e";
}
