* {
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
}

input,
select,
textarea {
    border: 0;
    background: transparent;
    outline: 0;
}

button {
    border: none;
    outline: 0;
    background-color: transparent;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

ul li {
    list-style: none;
}

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

input {
    -webkit-appearance: none;
    background: 0 0;
}

input,
input[type=submit],
input[type=reset],
input[type=button],
select {
    border-radius: 0;
    outline: 0;
}

input::-webkit-input-placeholder {
    font-size: 14px;
}

input:input-placeholder {
    color: #aeaeae;
}

textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #aeaeae;
}

button:disabled {
    opacity: 0.6;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    color: #aeaeae;
}

input::-moz-placeholder {
    font-size: 14px;
    color: #aeaeae;
}

input:-moz-placeholder {
    font-size: 14px;
    color: #aeaeae;
}

input:-ms-input-placeholder {
    font-size: 14px;
    color: #aeaeae;
}

button:hover {
    cursor: pointer;
    opacity: .7;
}

button:active {
    opacity: 1;
}

img {
    object-fit: fill;
    -o-object-fit: fill;
    display: block;
}

.a_row {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.b_row {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

.c_row {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

.block {
    display: block !important;
}

.noMore {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-top: 20px;
    display: none;
}

p,
li,
span,
a,
em,
div {
    user-select: none;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    border-bottom: 1px solid rgba(230, 230, 230, 0.12);
}

#header .header_box {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: .5s;
}

#header .header_box .logo_box {
    width: 217px;
    height: 40px;
}

#header .header_box .logo_box img {
    width: 100%;
    height: 100%;
}

#header .header_box .guide_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    margin-left: 70px;
    position: relative;
}

#header .header_box .guide_list li {
    position: relative;
    transition: .3s;
}

#header .header_box .guide_list li .list_a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 40px 0;
    transition: .5s;
}

#header .header_box .guide_list li:hover {
    cursor: pointer;
}

#header .header_box .guide_list li:hover::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #fff;
    transition: .3s;
}

#header .header_box .guide_list .on::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #fff;
}

#header .header_box .guide_list .customParent:hover .custom {
    display: block;
}

#header .header_box .custom {
    position: absolute;
    top: 100px;
    left: -20px;
    right: -20px;
    z-index: 99;
    display: none;
    background: #10061F;
}

#header .header_box .custom a {
    color: #fff;
    display: block;
    padding: 20px;
}

#header .header_box .custom a:hover {
    background: rgba(255, 255, 255, 0.5);
}

#header .header_box .tel_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}

#header .header_box .tel_box img {
    width: 25px;
    height: 25px;
}

#header .header_box .tel_box a {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}

#header .header_box .tel_box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
    background: #fff;
    margin: auto;
}

.header_active {
    background: rgba(16, 6, 31, 0.92) !important;
}

.header_active .guide_list li .list_a {
    padding: 30px 0 !important;
}

.header_active .guide_list li .custom {
    top: 78px !important;
}

#footer {
    background: #212324;
    min-width: 1200px;
}

#footer .footer_box {
    width: 1200px;
    margin: auto;
    padding: 79px 0 0;
}

#footer .footer_box .product_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

/*#footer .footer_box .product_list li {*/
/*    margin-right: 25px;*/
/*    width: 10%;*/
/*    padding-bottom: 60px;*/
/*}*/

/*#footer .footer_box .product_list li a {*/
/*    display: block;*/
/*}*/

#footer .footer_box .product_list li h6 {
    font-size: 12px;
    color: #fff;
    padding-bottom: 10px;
}

#footer .footer_box .product_list li a p {
    padding-top: 10px;
    font-size: 12px;
    color: #fff;
    opacity: .7;
    line-height: 20px;
}

#footer .footer_box .product_list li .legal {
    font-size: 12px;
    color: #fff;
    opacity: .7;
    line-height: 20px;
}

#footer .footer_box .product_list li a .code_tips {
    opacity: 1;
    font-size: 12px;
    padding-top: 0;
}

#footer .footer_box .product_list li a .code {
    width: 120px;
    height: 120px;
    margin-top: 15px;
}

#footer .footer_box .product_list li a .contact_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#footer .footer_box .product_list li a .contact_box .left p {
    padding-top: 15px;
}

#footer .footer_box .product_list li a .contact_box .right {
    flex: 1;
    overflow: hidden;
    margin-left: 45px;
}

#footer .footer_box .product_list li a .contact_box .right p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    user-select: text;
}

#footer .footer_box .product_list li a .contact_box .right p:first-child {
    padding-top: 0;
}

#footer .footer_box .product_list li a .contact_box .right p img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

#footer .footer_box .product_list li a .contact_box .right p span {
    flex: 1;
    overflow: hidden;
}

#footer .footer_box .product_list .contact_li {
    width: 46%;
}

#footer .footer_box .product_list .contact_li h6 {
    width: 50%;
}

#footer .footer_box .product_list .contact_link {
    width: 100%;
}

#footer .footer_box .product_list .contact_phone {
    width: 24%;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.7);
    padding-bottom: 10px;
}

#footer .footer_box .product_list .contact_phone .caption {
    display: flex;
    align-items: flex-start;
    padding-bottom: 5px;
}

#footer .footer_box .product_list .contact_phone .caption img {
    width: 60px;
    height: 60px;
    padding-right: 20px;
}

#footer .footer_box .product_list .contact_phone .caption {
    display: flex;
    align-items: flex-start;
}

#footer .footer_box .product_list .contact_phone .tel {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

#footer .footer_box .product_list .contact_phone .phone {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    letter-spacing: 1.1px;
}

#footer .footer_box .product_list .contact_phone .btn {
    margin-top: 20px;
    text-align: center;
}

#footer .footer_box .product_list .contact_phone .btn a {
    padding: 10px 25px;    
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    font-size: 14px;
}

#footer .footer_box .product_list .contact_conent {
    width: 59%;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    box-sizing: border-box;
}

#footer .footer_box .contact_link_box {
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5px;
    margin-top: 20px;
}

#footer .footer_box .contact_link_box h6 {
    padding: 0 !important;
}

#footer .footer_box .contact_link_box .link_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 20px;
    color: #fff;
    opacity: .8;
    flex: 1;
    overflow: hidden;
}

#footer .footer_box .contact_link_box .link_box a {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #fff;
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

#footer .legal_box {
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#footer .police_legal {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 180px; */
}

#footer .police_legal a {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #fff;
    margin: 2px 10px;
}

#footer .police_legal img {
    margin-left: 10px;
    margin-right: 3px;
    width: 15px;
}

.fixed_dotted {
    position: fixed;
    top: 40vh;
    right: 28px;
    z-index: 100;
}

.fixed_dotted ul li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-bottom: 20px;
    background: #C3C3C3;
    position: relative;
}

.fixed_dotted ul li:hover {
    cursor: pointer;
}

.fixed_dotted ul li:hover::before {
    opacity: 1;
}

.fixed_dotted ul li:nth-child(2)::before {
    content: "服务";
}

.fixed_dotted ul li:nth-child(3)::before {
    content: "解决方案";
}

.fixed_dotted ul li:nth-child(4)::before {
    content: "开发流程";
}

.fixed_dotted ul li:nth-child(5)::before {
    content: "拓冠优势";
}

.fixed_dotted ul li:nth-child(6)::before {
    content: "拓冠案例";
}

.fixed_dotted ul li:nth-child(7)::before {
    content: "合作伙伴";
}

.fixed_dotted ul li:nth-child(8)::before {
    content: "新闻动态";
}

.fixed_dotted ul li::before {
    background: url("../images/label.png") no-repeat;
    background-size: 100%;
    width: 86px;
    height: 24px;
    right: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 12px;
    color: #0098ff;
    line-height: 24px;
    opacity: 0;
}

.fixed_dotted ul .on {
    background: #236FFA;
}

.fixed_contact {
    position: fixed;
    left: 10px;
    top: 40vh;
    z-index: 100;
    background: #2889FF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 9px 7px 25px;
}

.fixed_contact .contact_via {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 17px;
}

.fixed_contact p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #fff;
    padding-bottom: 14px;
    text-align: center;
}

.fixed_contact p img {
    width: 20px;
    height: 20px;
}

.fixed_contact a {
    text-align: center;
    background: #fff;
    border-radius: 2px;
    font-size: 12px;
    color: #2588ff;
    display: block;
    line-height: 24px;
}

.pop_consult {
    width: 275px;
    height: 215px;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/bg_03.png") no-repeat;
    background-size: 100%;
    z-index: 100;
}

.pop_consult .close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 15px;
    height: 15px;
}

.pop_consult .close:hover {
    cursor: pointer;
}

.pop_consult .small_tips {
    text-align: center;
    font-size: 14px;
    color: #ef363b;
    padding-top: 20px;
    padding-bottom: 15px;
}

.pop_consult .big_tips {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #ed0831;
    line-height: 35px;
}

.pop_consult a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    width: 98px;
    line-height: 37px;
    border-radius: 50px;
    text-align: center;
    background: #F9C839;
    margin: auto;
    display: block;
    color: #ef363b;
    font-size: 12px;
    box-shadow: 0 6px 30px 0 rgba(249, 200, 57, 0.34);
}

.form {
    background: url("../images/bg_02.jpg") no-repeat;
    background-size: cover;
    min-height: 313px;
    padding-bottom: 30px;
    min-width: 1200px;
}

.form .form_box {
    width: 1200px;
    margin: auto;
}

.form .form_box h6 {
    text-align: center;
    padding-top: 80px;
    font-size: 48.08px;
    color: #fff;
    letter-spacing: 7px;
}

.form .form_box .small_tips {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-bottom: 38px;
    padding-top: 10px;
    opacity: .8;
    letter-spacing: 3px;
}

.form .form_box .form_cell {
    background: rgba(0, 0, 0, 0.3);
    padding: 29px 79px;
    display: flex;
    justify-content: space-around;
}

.form .form_box .form_cell input {
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    color: #2485F8;
    width: 237px;
    margin-right: 20px;
}

.form .form_box .form_cell .cell_first {
    flex: 1;
    overflow: hidden;
}

.form .form_box .form_cell input::-webkit-input-placeholder {
    color: #2485F8;
}

.form .form_box .form_cell button {
    background: #247EF8;
    border-radius: 5px;
    color: #fff;
    width: 197px;
}

.wrap {
    min-height: 60vh;
    min-width: 1200px;
}

.case_pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, .5);
    overflow-y: auto;
    height: 100vh;
    display: none;
}

.case_pop .content_box {
    position: relative;
    width: 1200px;
    overflow-x: hidden;
    background: #fff;
}

.case_pop .case_pop_content img {
    width: 100% !important;
    display: block;
}

.case_pop .close {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    z-index: 10;
}

.case_pop .close:hover {
    cursor: pointer;
}

.case_pop .case_pop_content {
    height: 100vh;
    overflow-y: auto;
}

.case_pop .case_pop_box {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case_pop .case_pop_box .arrow {
    width: 120px;
    height: 120px;
}

.case_pop .case_pop_box .disabled {
    filter: grayscale(80%);
}

.case_pop .case_pop_box .disabled:hover {
    opacity: 1 !important;
    cursor: not-allowed !important;
}

.case_pop .case_pop_box .arrow:hover {
    cursor: pointer;
    opacity: .7;
}

.case_pop .case_pop_box .arrow:active {
    opacity: 1;
}

.case_pop .case_pop_box .left_arrow {
    margin-right: 40px;
}

.case_pop .case_pop_box .right_arrow {
    margin-left: 40px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .1);
}

::-o-scrollbar {
    width: 10px;
    height: 10px;
}

::-o-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
}

::-o-scrollbar-track {
    background: rgba(0, 0, 0, .1);
}

::-ms-scrollbar {
    width: 10px;
    height: 10px;
}

::-ms-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
}

::-ms-scrollbar-track {
    background: rgba(0, 0, 0, .1);
}

::-moz-scrollbar {
    width: 10px;
    height: 10px;
}

::-moz-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
}

::-moz-scrollbar-track {
    background: rgba(0, 0, 0, .1);
}

.preview_cetificate_pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.preview_cetificate_pop .cetificate_content {
    width: 50vw;
    margin: auto;
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 0;
    right: 0;
}

.preview_cetificate_pop .cetificate_content .close {
    position: absolute;
    top: 0;
    right: 0;
    filter: grayscale(100%) brightness(500%);
}

.preview_cetificate_pop .cetificate_content .close:hover {
    cursor: pointer;
}

.preview_cetificate_pop .cetificate_content .preview_content {
    max-width: 100%;
    height: 100%;
}

.preview_cetificate_pop .cetificate_content .preview_content img {
    max-width: 50vw;
    object-fit: contain;
    height: 100%;
    display: block;
    margin: auto;
}

#footer .city {
    position: fixed;
    left: -300px;
    bottom: 0;
    width: 300px;
    color: transparent;
}

#footer .city_h6 {
    color: transparent;
}

#footer .city_box {
    border: 0 !important;
    color: transparent;
}

#footer .city_box a {
    color: transparent !important;
    border: 0 !important;
}