@charset "UTF-8";
html {
    color: #333;
    font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

body {
    overflow-x: hidden;
    font-size: 14px;
}

input,
select,
textarea {
    font-size: 100%;
}

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

th {
    text-align: inherit;
}

fieldset,
img {
    border: none;
}

img {
    display: block;
}

iframe {
    display: block;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 800;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    color: inherit;
}

ins,
a,
a:hover {
    text-decoration: none;
}

a:focus,
*:focus {
    outline: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    /* for ie6 & ie7 */
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.fl,
.fr {
    display: inline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@font-face {
    font-family: 'SHSCR';
    src: url("../fonts/SourceHanSansCN-Regular.ttf");
}

@font-face {
    font-family: 'SHSCB';
    src: url("../fonts/SourceHanSansCN-Bold.ttf");
}

@font-face {
    font-family: 'SHSCM';
    src: url("../fonts/SourceHanSansCN-Medium.ttf");
}

@font-face {
    font-family: 'SHSCH';
    src: url("../fonts/SourceHanSansCN-Heavy.ttf");
}

@font-face {
    font-family: 'SHSCN';
    src: url("../fonts/SourceHanSansCN-Normal.ttf");
}

body {
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    padding-top: 100px;
}

@media (max-width: 992px) {
    body {
        padding-top: 60px;
    }
}

.container {
    width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1366px) {
    .container {
        width: 1050px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 970px;
    }
}

@media (max-width: 992px) {
    .container {
        width: calc(100% - 30px);
    }
}

.banner {
    position: relative;
    width: 100%;
}

.banner img {
    width: 100%;
}

.banner .text-inner {
    position: absolute;
    width: 1200px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -600px;
}

.banner .text-inner .text-box {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -158px;
    width: 550px;
    height: 316px;
    background: rgba(35, 134, 238, 0.4);
}

.banner .text-inner .text-box h3 {
    font-family: 'SHSCB';
    padding: 16px 35px 0;
    color: #fff;
    font-size: 48px;
    line-height: 110px;
}

.banner .text-inner .text-box p {
    font-family: 'SHSCR';
    padding: 0 35px;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
}

.banner .text-inner .text-box .swt-btn {
    font-family: 'SHSCR';
    margin-top: 30px;
    margin-left: 42px;
    display: block;
    width: 120px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    background: #2386ee;
}

@media (max-width: 1366px) {
    .banner .text-inner {
        width: 1050px;
        margin-left: -525px;
    }
}

@media (max-width: 1200px) {
    .banner .text-inner {
        width: 970px;
        margin-left: -485px;
    }
    .banner .text-inner .text-box {
        width: 400px;
        height: 260px;
        margin-top: -130px;
    }
    .banner .text-inner .text-box h3 {
        font-size: 30px;
        line-height: 62px;
    }
    .banner .text-inner .text-box p {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .banner .text-inner {
        width: calc(100% - 30px);
        left: 15px;
        margin-left: 0;
    }
    .banner .text-inner .text-box {
        width: 100%;
        height: 120px;
        margin-top: -60px;
        background: none;
    }
    .banner .text-inner .text-box h3 {
        padding: 0 0 5px;
        text-align: center;
        font-size: 18px;
        line-height: 2;
    }
    .banner .text-inner .text-box p {
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .banner .text-inner .text-box .swt-btn {
        margin: 20px auto;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

.position {
    width: 100%;
    height: 60px;
    background: #2386ee;
}

.position p {
    background-image: url(../images/position_icon.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
}

.position p a {
    margin: 0 5px;
}

.position p a:nth-of-type(1) {
    margin-left: 0;
}

@media (max-width: 992px) {
    .position p {
        font-size: 14px;
    }
}

.form {
    margin-top: 100px;
}

.form h4 {
    font-size: 30px;
    text-align: center;
    color: #2386ee;
    line-height: 2;
}

.form form {
    margin-top: 55px;
}

.form form .ipt-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.form form .ipt-group input {
    font-family: 'SHSCR';
    margin-bottom: 20px;
    padding: 0 25px;
    width: 47.5%;
    height: 48px;
    box-sizing: border-box;
    background: #f0f0f0;
    border: none;
    border-radius: 24px;
    font-size: 16px;
    color: #666;
}

.form form .ipt-group input::-webkit-input-placeholder {
    font-family: 'SHSCR';
    color: #666;
}

.form form .ipt-group textarea {
    font-family: 'SHSCR';
    padding: 16px 25px;
    width: 100%;
    height: 224px;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background: #f0f0f0;
    border: none;
    border-radius: 24px;
    font-size: 16px;
}

.form form .ipt-group textarea::-webkit-input-placeholder {
    font-family: 'SHSCR';
    color: #666;
}

.form form button {
    font-family: 'SHSCR';
    display: block;
    margin: 40px auto 70px;
    width: 132px;
    height: 48px;
    background: #2386ee;
    border-radius: 24px;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 992px) {
    .form {
        margin-top: 70px;
    }
    .form h4 {
        font-size: 18px;
    }
    .form form {
        margin-top: 25px;
    }
    .form form .ipt-group input {
        width: 100%;
        margin-bottom: 10px;
        height: 36px;
        font-size: 12px;
        border-radius: 18px;
    }
    .form form .ipt-group textarea {
        height: 100px;
        font-size: 12px;
        border-radius: 18px;
    }
    .form form button {
        margin: 20px auto 40px;
        height: 36px;
        border-radius: 18px;
        font-size: 14px;
    }
}

.nav-right {
    margin-top: 88px;
    width: 246px;
}

.nav-right .nav-title {
    line-height: 55px;
    background: #2386ee;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.nav-right .nav {
    padding: 0 10px;
    background: #f8f8f8;
}

.nav-right .nav .nav-item {
    padding: 0 16px 0 30px;
    border-bottom: 1px solid #dcdcdc;
}

.nav-right .nav .nav-item .item-title {
    position: relative;
    line-height: 48px;
    color: #666666;
    display: block;
}

.nav-right .nav .nav-item .item-title:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #8a8a8a;
    border-bottom: 1px solid #8a8a8a;
    box-sizing: border-box;
    transform: rotateZ(-45deg);
    transition: transform 0.4s;
}

.nav-right .nav .nav-item.hasson .item-list {
    display: none;
}

.nav-right .nav .nav-item.hasson .item-list .item {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
}

.nav-right .nav .nav-item.hasson .item-list .item:first-child {
    padding-top: 10px;
}

.nav-right .nav .nav-item.hasson .item-list .item:last-child {
    padding-bottom: 10px;
}

.nav-right .nav .nav-item.hasson .item-list .item:hover {
    color: #2386ee;
}

.nav-right .nav .nav-item.hasson:hover .item-title:after {
    transform: rotateZ(45deg);
}

.nav-right .nav .nav-item:hover .item-title {
    color: #2386ee;
}

.nav-right .nav .nav-item:hover .item-title:after {
    border-color: #2386ee;
}

.nav-right .nav .nav-item:last-child {
    border-bottom: none;
}

.nav-right .ico {
    margin-top: 13px;
    width: 100%;
    height: 177px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("../images/nav_right_ico.jpg") center center no-repeat;
}

.nav-right .ico h4 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

@media (max-width: 992px) {
    .nav-right {
        display: none;
    }
}

.pages {
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.pages a {
    position: relative;
    font-family: 'SHSCR';
    margin: 2px 8px;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #666;
}

.pages a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #2386ee;
    transition: width 400ms;
}

.pages a:hover {
    color: #2386ee;
}

.pages a:hover:after {
    width: 100%;
}

.pages a.page-num-current {
    color: #2386ee;
}

.pages a.page-num-current:after {
    width: 100%;
}

.pages a.prev {
    margin: 0 15px;
    padding: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #2386ee;
}

.pages a.prev:after {
    height: 0;
}

.pages a.prev:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 50%;
    margin-left: -4px;
    top: 50%;
    margin-top: -7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    transform: rotateZ(135deg);
}

.pages a.next {
    margin: 0 15px;
    padding: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #2386ee;
}

.pages a.next:after {
    height: 0;
}

.pages a.next:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 50%;
    margin-left: -11px;
    top: 50%;
    margin-top: -7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    transform: rotateZ(-45deg);
}

.pages .nodata {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    color: #666;
}

@media (max-width: 992px) {
    .pages a {
        padding: 0 7px;
        font-size: 14px;
        line-height: 30px;
    }
    .pages a:after {
        height: 1px;
    }
    .pages a.prev {
        margin: 0 8px;
        padding: 0;
        width: 30px;
        height: 30px;
    }
    .pages a.prev:before {
        width: 8px;
        height: 8px;
        margin-left: -3px;
        margin-top: -4px;
    }
    .pages a.next {
        margin: 0 8px;
        padding: 0;
        width: 30px;
        height: 30px;
    }
    .pages a.next:before {
        width: 8px;
        height: 8px;
        margin-left: -5px;
        margin-top: -4px;
    }
}

footer {
    padding-bottom: 90px;
    width: 100%;
    background-image: url("../images/footer_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer .footer-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

footer .footer-inner .infos {
    padding: 38px 0 32px;
    width: 373px;
    background: #78b7e8;
}

footer .footer-inner .infos p {
    padding-left: 55px;
    padding-right: 40px;
    font-family: 'SUCNR';
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

footer .footer-inner .infos .icon {
    margin: 5px 0;
    width: 306px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

footer .footer-inner .infos .adr {
    margin-bottom: 28px;
}

footer .footer-inner .infos .adr p {
    display: flex;
}

footer .footer-inner .infos .adr p span:nth-of-type(1) {
    display: block;
    width: 50px;
}

footer .footer-inner .infos .adr p span:nth-of-type(2) {
    flex: 1;
}

footer .footer-inner .infos .tels {
    margin-bottom: 28px;
}

footer .footer-inner .infos .tels p span {
    display: block;
}

footer .footer-inner .infos .network,
footer .footer-inner .infos .qq {
    margin-bottom: 28px;
}

footer .footer-inner .qrcode-container {
    padding-top: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .footer-inner .qrcode-container .qr-container {
    padding-top: 43px;
}

footer .footer-inner .qrcode-container .qr-container p {
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

@media (max-width: 1366px) {
    footer .footer-inner {
        width: 1050px;
    }
}

@media (max-width: 1200px) {
    footer .footer-inner {
        width: 970px;
    }
}

@media (max-width: 992px) {
    footer {
        padding-bottom: 40px;
    }
    footer .footer-inner {
        width: calc(100% - 30px);
        flex-wrap: wrap;
    }
    footer .footer-inner .infos {
        padding: 30px 0 10px;
        width: 100%;
        box-sizing: border-box;
    }
    footer .footer-inner .infos .icon {
        width: 30px;
        margin: 0;
    }
    footer .footer-inner .infos .icon img {
        width: 100%;
    }
    footer .footer-inner .infos p {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 12px;
        line-height: 20px;
    }
    footer .footer-inner .infos .adr,
    footer .footer-inner .infos .tels,
    footer .footer-inner .infos .network,
    footer .footer-inner .infos .qq {
        padding: 0 10px;
        display: flex;
        align-items: flex-start;
        justify-content: start;
    }
    footer .footer-inner .infos .adr p span:nth-of-type(1) {
        width: 40px;
    }
    footer .footer-inner .infos .tels {
        flex-wrap: wrap;
    }
    footer .footer-inner .infos .tels .icon {
        width: 20px;
    }
    footer .footer-inner .infos .tels p span {
        padding-left: 20px;
    }
    footer .footer-inner .infos .tels p:nth-of-type(1) {
        width: calc(100% - 55px);
    }
    footer .footer-inner .infos .network .icon,
    footer .footer-inner .infos .qq .icon {
        width: 25px;
    }
    footer .footer-inner .qrcode-container {
        padding-top: 10px;
        width: 100%;
    }
    footer .footer-inner .qrcode-container .logo {
        width: 60%;
    }
    footer .footer-inner .qrcode-container .logo img {
        width: 100%;
        max-width: 100%;
    }
    footer .footer-inner .qrcode-container .qr-container {
        padding-top: 20px;
    }
    footer .footer-inner .qrcode-container .qr-container .qr {
        width: 120px;
    }
    footer .footer-inner .qrcode-container .qr-container .qr img {
        width: 100%;
    }
    footer .footer-inner .qrcode-container .qr-container p {
        font-size: 12px;
        line-height: 30px;
    }
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 5.2083%;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(116, 116, 116, 0.05);
}

header .nav {
    display: flex;
    align-items: center;
}

header .nav .nav-item .nav-title {
    position: relative;
    font-family: 'SHSCR';
    display: block;
    padding: 0 10px;
    margin: 0 19px;
    line-height: 100px;
    font-size: 16px;
}

header .nav .nav-item .nav-title:after {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #2386ee;
    transition: width 400ms;
}
@media (max-width: 1600px) {
    header .nav .nav-item .nav-title {margin: 0 10px;}
}
header .nav .nav-item.hasson .dropdown {
    position: absolute;
    padding-top: 47px;
    width: 100%;
    height: 344px;
    left: 0;
    top: 100px;
    box-sizing: border-box;
    border-top: 1px solid #d2d2d2;
    background: #fff;
    display: none;
    z-index: 99;
}

header .nav .nav-item.hasson.about .dropdown .tabs {
    display: flex;
    justify-content: space-between;
}

header .nav .nav-item.hasson.about .dropdown .tabs .tabs-nav {
    width: 191px;
    height: 188px;
    box-sizing: border-box;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}

header .nav .nav-item.hasson.about .dropdown .tabs .tabs-nav .tabs-item {
    margin-bottom: 18px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-weight: 800;
}

header .nav .nav-item.hasson.about .dropdown .tabs .tabs-nav .tabs-item a:hover {
    color: #2386ee;
}

header .nav .nav-item.hasson.about .dropdown .tabs .tabs-nav .tabs-item.current {
    color: #2386ee;
}

header .nav .nav-item.hasson.about .dropdown .tabs .tabs-container {
    position: relative;
    padding-top: 8px;
    width: 905px;
}

header .nav .nav-item.hasson.about .dropdown .tabs .tabs-container .tabs-content {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

header .nav .nav-item.hasson.about .dropdown .tabs .tabs-container .tabs-content .tabs-content-inner {
    display: flex;
    align-items: center;
}

header .nav .nav-item.hasson.about .dropdown .tabs .tabs-container .tabs-content .tabs-content-inner .ico {
    width: 263px;
    height: 158px;
    overflow: hidden;
}

header .nav .nav-item.hasson.about .dropdown .tabs .tabs-container .tabs-content .tabs-content-inner .ico img {
    width: 100%;
}

header .nav .nav-item.hasson.about .dropdown .tabs .tabs-container .tabs-content .tabs-content-inner .txt {
    margin-left: 50px;
    width: 590px;
}

header .nav .nav-item.hasson.about .dropdown .tabs .tabs-container .tabs-content .tabs-content-inner .txt p {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
}

header .nav .nav-item.hasson.about .dropdown .tabs .tabs-container .tabs-content.current {
    display: block;
}

header .nav .nav-item.hasson.about.news .dropdown .tabs .tabs-container .tabs-content .tabs-content-inner .txt h4 {
    font-size: 20px;
    line-height: 56px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: normal;
}

header .nav .nav-item.hasson.about.news .dropdown .tabs .tabs-container .tabs-content .tabs-content-inner .txt p {
    margin-top: 15px;
    -webkit-line-clamp: 2;
}

header .nav .nav-item.hasson.product .dropdown .dropdown-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .nav .nav-item.hasson.product .dropdown .dropdown-content .dropdown-item {
    position: relative;
    line-height: 36px;
    padding: 0 94px;
    box-sizing: border-box;
}

header .nav .nav-item.hasson.product .dropdown .dropdown-content .dropdown-item:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: #d2d2d2;
}

header .nav .nav-item.hasson.product .dropdown .dropdown-content .dropdown-item:first-child:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: #d2d2d2;
}

header .nav .nav-item.hasson.product .dropdown .dropdown-content .dropdown-item a {
    font-size: 16px;
    font-weight: 800;
    color: #333333;
}

header .nav .nav-item.hasson.product .dropdown .dropdown-content .dropdown-item a:hover {
    color: #2386ee;
}

header .nav .nav-item.hasson.plan .dropdown .dropdown-inner .dropdown-content {
    padding-bottom: 15px;
    padding-top: 47px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #d2d2d2;
}

header .nav .nav-item.hasson.plan .dropdown .dropdown-inner .dropdown-content:last-child {
    border-bottom: none;
}

header .nav .nav-item.hasson.plan .dropdown .dropdown-inner .dropdown-content:first-child {
    padding-top: 0;
}

header .nav .nav-item.hasson.plan .dropdown .dropdown-inner .dropdown-content .dropdown-type {
    width: 60px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 800;
    color: #2386ee;
}

header .nav .nav-item.hasson.plan .dropdown .dropdown-inner .dropdown-content .dropdown-list {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

header .nav .nav-item.hasson.plan .dropdown .dropdown-inner .dropdown-content .dropdown-list .dropdown-item {
    margin-bottom: 20px;
    width: calc(100% / 6);
    font-size: 16px;
    line-height: 30px;
    text-align: right;
}

header .nav .nav-item.hasson.plan .dropdown .dropdown-inner .dropdown-content .dropdown-list .dropdown-item a:hover {
    color: #2386ee;
}

header .nav .nav-item:hover .nav-title {
    color: #2386ee;
}

header .nav .nav-item:hover .nav-title:after {
    width: 100%;
}

header .nav .nav-item.active .nav-title {
    color: #2386ee;
}

header .nav .nav-item.active .nav-title:after {
    width: 100%;
}

header .search-container {
    position: relative;
    width: 174px;
    height: 46px;
    background: #2386ee;
    border-radius: 23px;
}

header .search-container .search-ipt {
    font-family: 'SHSCR';
    padding: 0 10px 0 29px;
    height: 46px;
    width: calc(100% - 50px);
    box-sizing: border-box;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
}

header .search-container .search-ipt::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
}

header .search-container .search-btn {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: url("../images/search.png") 5px center no-repeat;
    cursor: pointer;
}

header .tel-info {
    height: 100%;
    display: flex;
    align-items: center;
}

header .tel-info .icon {
    width: 51px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #2386ee;
}

header .tel-info .txt {
    margin-left: 20px;
    color: #313131;
}

header .tel-info .txt p {
    font-family: 'SHSCR';
    font-size: 20px;
    line-height: 28px;
}

header .tel-info .txt h4 {
    font-family: 'SHSCB';
    font-size: 20px;
    line-height: 26px;
}

@media (max-width: 1440px) {
    header .tel-info .txt {
        margin-left: 5px;
    }
    header .tel-info .txt h4 {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    header .nav .nav-item .nav-title {
        padding: 0 5px;
        margin: 0 10px;
    }
    header .nav .nav-item.hasson.about .dropdown .tabs .tabs-container .tabs-content .tabs-content-inner .txt {
        margin-left: 50px;
        width: 510px;
    }
}

@media (max-width: 1200px) {
    header {
        padding: 0 4%;
    }
    header .logo {
        width: 100px;
    }
    header .logo img {
        width: 100%;
    }
    header .nav .nav-item .nav-title {
        margin: 0 5px;
    }
    header .nav .nav-item.hasson.about .dropdown .tabs .tabs-container .tabs-content .tabs-content-inner .txt {
        width: 445px;
    }
    header .tel-info .txt p {
        font-size: 18px;
    }
    header .tel-info .txt h4 {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    header {
        display: none;
    }
}

.header-mobile {
    display: none;
}

@media (max-width: 992px) {
    .header-mobile {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        display: block;
        height: 60px;
        background: #fff;
        z-index: 99;
    }
    .header-mobile .header-mobile-inner {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-mobile .header-mobile-inner .logo {
        height: 40px;
    }
    .header-mobile .header-mobile-inner .logo img {
        height: 100%;
    }
    .header-mobile .header-mobile-inner .menu-btn {
        position: relative;
        width: 35px;
        height: 21px;
    }
    .header-mobile .header-mobile-inner .menu-btn span {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #333;
        transition: transform 400ms;
    }
    .header-mobile .header-mobile-inner .menu-btn span:nth-of-type(1) {
        top: 0;
    }
    .header-mobile .header-mobile-inner .menu-btn span:nth-of-type(2) {
        top: 10px;
    }
    .header-mobile .header-mobile-inner .menu-btn span:nth-of-type(3) {
        bottom: 0;
    }
    .header-mobile .header-mobile-inner .menu-btn.active span:nth-of-type(1) {
        top: 10px;
        transform: rotateZ(45deg);
    }
    .header-mobile .header-mobile-inner .menu-btn.active span:nth-of-type(2) {
        display: none;
    }
    .header-mobile .header-mobile-inner .menu-btn.active span:nth-of-type(3) {
        bottom: 10px;
        transform: rotateZ(-45deg);
    }
    .header-mobile .nav-mask {
        position: fixed;
        width: 100%;
        height: calc(100vh - 60px);
        left: 100%;
        top: 60px;
        background: rgba(0, 0, 0, 0.4);
        transition: left 400ms;
        overflow-x: hidden;
    }
    .header-mobile .nav-mask.active {
        left: 0;
    }
    .header-mobile .nav-container {
        position: absolute;
        padding-top: 15px;
        left: 0;
        top: 0;
        width: 100%;
        min-height: calc(100vh - 60px);
        height: 100%;
        background: #fff;
        box-sizing: border-box;
        z-index: 99;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .header-mobile .nav-container .nav-item {
        font-size: 14px;
        line-height: 40px;
    }
    .header-mobile .nav-container .nav-item .nav-title {
        position: relative;
        display: block;
        border-bottom: 1px solid #d2d2d2;
        box-sizing: border-box;
    }
    .header-mobile .nav-container .nav-item .nav-title .next-link {
        position: absolute;
        right: 10px;
        height: 100%;
        top: 5px;
        width: 30px;
        height: 30px;
    }
    .header-mobile .nav-container .nav-item .nav-title .next-link:after {
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        left: 50%;
        top: 50%;
        margin-top: -6px;
        margin-left: -11px;
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
        transform: rotateZ(-45deg);
    }
    .header-mobile .nav-container .nav-item:last-child .nav-title {
        border-bottom: none;
    }
    .header-mobile .nav-container .nav-item .dropdown {
        position: absolute;
        padding-top: 15px;
        padding-bottom: 20px;
        left: 100%;
        top: 0;
        width: 100%;
        min-height: calc(100vh - 60px);
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        box-sizing: border-box;
        z-index: 100;
        transition: left 200ms;
    }
    .header-mobile .nav-container .nav-item .dropdown .prev-link {
        position: relative;
        padding-left: 25px;
        border-bottom: 1px solid #d2d2d2;
        box-sizing: border-box;
    }
    .header-mobile .nav-container .nav-item .dropdown .prev-link:after {
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        left: 9px;
        top: 50%;
        margin-top: -6px;
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
        transform: rotateZ(135deg);
    }
    .header-mobile .nav-container .nav-item .dropdown .dropdown-item .dropdown-title {
        position: relative;
        border-bottom: 1px solid #d2d2d2;
        box-sizing: border-box;
    }
    .header-mobile .nav-container .nav-item .dropdown .dropdown-item .dropdown-title .next-link {
        position: absolute;
        right: 10px;
        height: 100%;
        top: 5px;
        width: 30px;
        height: 30px;
    }
    .header-mobile .nav-container .nav-item .dropdown .dropdown-item .dropdown-title .next-link:after {
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        left: 50%;
        top: 50%;
        margin-top: -6px;
        margin-left: -11px;
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
        transform: rotateZ(-45deg);
    }
    .header-mobile .nav-container .nav-item .dropdown .dropdown-item:last-child .dropdown-title {
        border-bottom: none;
    }
    .header-mobile .nav-container .nav-item .dropdown.current {
        left: 0;
    }
    .header-mobile .nav-container .nav-item .son {
        position: absolute;
        padding-top: 15px;
        padding-bottom: 100px;
        left: 100%;
        top: 0;
        width: 100%;
        background: #fff;
        overflow: hidden;
        box-sizing: border-box;
        z-index: 101;
        transition: left 200ms;
    }
    .header-mobile .nav-container .nav-item .son .prev-link {
        position: relative;
        padding-left: 30px;
        border-bottom: 1px solid #d2d2d2;
        box-sizing: border-box;
    }
    .header-mobile .nav-container .nav-item .son .prev-link:after {
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        left: 9px;
        top: 50%;
        margin-top: -6px;
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
        transform: rotateZ(135deg);
    }
    .header-mobile .nav-container .nav-item .son .son-item .son-title {
        border-bottom: 1px solid #d2d2d2;
        box-sizing: border-box;
    }
    .header-mobile .nav-container .nav-item .son .son-item:last-child .son-title {
        border-bottom: none;
    }
    .header-mobile .nav-container .nav-item .son.current {
        left: 0;
    }
}

.brand-swiper {
    position: relative;
    width: 1300px;
    margin: 35px auto;
}

.brand-swiper .swiper-button-next:after,
.brand-swiper .swiper-button-prev:after {
    font-size: 36px;
    color: #2386ee;
}

.brand-swiper .swiper-container {
    width: 1200px;
    margin: 40px auto;
}

.brand-swiper .swiper-container .swiper-wrapper {
    align-items: center;
}

.brand-swiper .swiper-container .swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-swiper .swiper-container .swiper-slide img {
    width: 100%;
}

@media (max-width: 1299px) {
    .brand-swiper {
        width: 970px;
    }
    .brand-swiper .swiper-container {
        width: 870px;
    }
}

@media (max-width: 991px) {
    .brand-swiper {
        width: calc(100% - 20px);
    }
    .brand-swiper .swiper-button-next,
    .brand-swiper .swiper-button-prev {
        margin-top: 60px;
    }
    .brand-swiper .swiper-container {
        width: calc(100% - 54px);
    }
}

.index-news {
    position: relative;
    width: 1300px;
    margin: 35px auto;
}
.procce {
    display: none;
}
.procce.on {
    display: block;
}
.in-cone-b-l {
    width: 50%;
    overflow: hidden;
}
.in-cone-b-r {
    width: 50%;
    padding-left: 70px;
    box-sizing: border-box;
}
.in-cond-b {
    text-align: center;
    margin-top: 50px;
}

.in-cone {
    padding-top: 95px;
}

.in-cone-t {
    overflow: hidden;
    margin-bottom: 50px;
}

.in-cone-t-l span {
    font-size: 32px;
    color: #1d2736;
}
.in-cone-t-r {
    margin-top: 40px;
}
.in-cone-t-r li {
    display: inline-block;
    font-size: 16px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #eee;
    /*color: #33;*/
    color: #707070;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 23px;
    font-family: 'SHSCR';
}

.in-cone-t-r li a {
    width: 100%;
}

.in-cone-t-r li:last-of-type {
    margin-right: 0px;
}

.in-cone-t-r li:hover a {
    color: #fff;
}

.in-cone-t-r li:hover,
.in-cone-t-r li.on {

    background: #2386ee;
    color: #fff;

    transition: all 0.5s ease;
}
.in-cone-news {
    padding-bottom: 90px;
}
.in-cone-b {
    overflow: hidden;
    margin-top: 70px;
}

.in-cone-b-l {
    width: 50%;
    overflow: hidden;
}

.in-cone-b-l img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    background: #eee;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-bottom: none;
}

.in-cone-b-l-b {
    width: 100%;
    height: 160px;
    background: #2386ee;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 30px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 20px #dcdcdc;
}

.in-cone-b-l-bl {
    width: 22%;
    box-sizing: border-box;
    padding-left: 50px;
    margin-top: -15px;
}

.in-cone-b-l-bl span {
    font-size: 60px;
    color: #fff;
    font-family: 'SHSCR';
}

.in-cone-b-l-bl p {
    font-size: 18px;
    color: #fff;
    font-family: 'SHSCR';
}

.in-cone-b-l-br {
    width: 78%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #fff;
}

.in-cone-b-l-br span {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'SHSCR';
}

.in-cone-b-l-br p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-family: 'SHSCR';
}

.in-cone-b-r {
    width: 50%;
    padding-left: 70px;
    box-sizing: border-box;
    font-family: 'SHSCR';
}

.in-cone-b-r li {
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}

.in-cone-b-r li:hover .in-cone-b-r-divr span,
.in-cone-b-r li:hover .in-cone-b-r-divl span {
    color: #2386ee;
}

.in-cone-b-r li:hover .in-cone-b-r-divr {
    /*padding-left: 20px;*/
}

.in-cone-b-r li a {
    width: 100%;
    overflow: hidden;
}

.in-cone-b-r-divl {
    float: left;
    width: 16%;
    margin-top: -10px;
}

.in-cone-b-r-divl span {
    font-size: 60px;
    color: #1d2736;
    font-family: 'SHSCR';
}

.in-cone-b-r-divl p {
    font-size: 18px;
    color: #1d2736;
    font-family: 'SHSCR';
}

.in-cone-b-r-divr {
    float: left;
    width: 84%;
    box-sizing: border-box;
    padding-left: 35px;
    border-left: 1px solid #eeeeee;
    transition: all 0.5s ease;
}

.in-cone-b-r-divr span {
    display: block;
    font-size: 20px;
    color: #1d2736;
    margin-bottom: 20px;
    font-family: 'SHSCR';
    width: 100%;
}

.in-cone-b-r-divr p {
    font-size: 14px;
    color: #1d2736;
    width: 100%;
    font-family: 'SHSCR';
}

.index-news-more {
    margin: 30px 0 0px 0px;
    padding: 20px 10px;
    background: #fff;
}
.index-news-more li {
    float: left;
    width: 33.3%;
    /* margin:8px 0% 8px 0; */
}
.index-news-more li i {
    float: left;
    margin-top: -2px;
}
.index-news-more li font {
    display: inline-block;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news-more li .time {
    float: right;
    color: #999;
    font-size: 13px;
}
.index-news-more li a {
    display: block;
    color: #858585;
    font-size: 15px;
    margin: 10px 30px 10px 30px;
    /*padding-left: 10px;background: url(../images/arrow_02.png) no-repeat left;*/
    transition: all .4s ease-in-out;
    font-family: 'SHSCR';
}
.index-news-more li:hover a {
    color: #0069de;
    transform: translateX(-3px)
}

@media (max-width: 1366px) {
    .index-news {
        width: 1200px;
    }
}

@media (max-width: 1240px) {
    .index-news {
        width: 92%;
    }
    .in-cone-b-l-bl span {
        font-size: 50px;
    }
    .in-cone-b-l-bl {
        padding-left: 30px;
    }
}

@media (max-width: 1024px) {
    .in-cone-b-r-divl span {
        font-size: 30px;
    }
    .in-cone-b-r-divl p {
        font-size: 14px;
    }
    .in-cone-b-r-divl {
        float: left;
        width: 22%;
        margin-top: -10px;
        text-align: center; 
    }
    .in-cone-b-r-divr {
        width: 78%;
        padding-left: 25px;
    }
    .in-cone-b-r-divr p {
        display: none;
    }
    .in-cone-b-l img {
        width: 100%;
        height: 310px;
    }
    .in-cone-b-l-br {
        width: 78%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .in-cone-b-l-bl {
        padding-left: 20px;
        text-align: center;
        margin-top: 0;
    }
    .in-cone-b-l-bl span {
        font-size: 40px;
    }
    .in-cone-b-l-bl p {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .in-cone-b-r {
        padding-left: 30px;
    }
    .in-cone-b-l-br p {
        display: none;
    }
    .in-cone-b-r-divl {
        margin-top: 0;
    }
    .in-cone-b-l-bl {
        width: 30%;
    }
    .in-cone-b-l-br {
        width: 70%;
    }
    .in-cone-b-l-bl span {
        font-size: 30px;
    }
    .in-cone-b-l-b {
        height: 130px;
    }
    .in-cone-b-l img {
        height: 390px;
    }
    .index-news-more {
        padding: 20px 0;
    }
    .index-news-more li {
        width: 45%;
    }
}
@media (max-width: 640px) {
    .index-news {
        margin: 0 auto 40px;
    }
    .in-cone-t-r li {
        font-size: 14px;
        width: 90px;
        height: 35px;
        line-height: 35px;
    }
    .in-cone-t-r {
        margin-top: 30px;
    }
    .in-cone-b {
        margin-top: 40px;
    }
    .in-cone-b-l {
        width: 100%;
    }
    .in-cone-b-r {
        padding-left: 0;
        width: 100%;
    }
    .index-news-more {
        display: none;
    }
    .in-cone-b-l img {
        height: auto;
    }
    .in-cone-b-l-b {
        height: auto;
        padding: 20px 0;
    }
    .in-cone-b-l-bl {
        width: auto;
    }
    .in-cone-b-l-bl span {
        font-size: 24px;
    }
    .in-cone-b-l-br {
        width: 70%;
    }
    .in-cone-b-l-br span {
        font-size: 18px;
    }
    .in-cone-b-r-divl span {
        font-size: 20px;
    }
    .in-cone-b-r li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .in-cone-b-r-divr span {
        font-size: 14px;
        margin-bottom: 0;
    }
}


.mode-title {
    padding-top: 36px;
    text-align: center;
}

.mode-title .b-t {
    position: relative;
    font-family: 'SHSCB';
    font-size: 26px;
    line-height: 66px;
    color: #2386ee;
}

.mode-title .b-t:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    margin-left: -22.5px;
    width: 45px;
    height: 5px;
    background: #2386ee;
}

.mode-title .s-t {
    font-family: 'SHSCR';
    font-size: 14px;
    line-height: 44px;
    color: #afafaf;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .mode-title {
        padding-top: 20px;
        margin: 0 auto;
        width: calc(100% - 30px);
    }
    .mode-title .b-t {
        font-size: 20px;
        line-height: 40px;
    }
    .mode-title .b-t:after {
        height: 2px;
    }
    .mode-title .s-t {
        font-size: 12px;
        line-height: 30px;
    }
}


/*底部留言*/
.index_feedback {
    background: #f5f5f5;
}

.index_feedback>.page-c>.fl {
    padding: 40px 0;
}
.index_feedback>.page-c>.fl img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.index_feedback>.page-c>.fl strong {
    font-size: 40px;
    color: #333;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
}

.index_feedback>.page-c>.fl strong .small {
    display: block;
    color: #666;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
}

.index_feedback>.page-c>.fr {
    padding: 80px 0;
    height: auto;
}

.index_feedback_r_row1 {
    color: #666;
    font-size: 14px;
    display: block;
    line-height: 30px;
    font-weight: normal;
}

.index_feedback_r_row1 strong {
    font-size: 34px;
    font-weight: normal;
    color: #333;
    font-family: arial;
    display: block;
    line-height: 30px;
    margin-top: 5px;
}

.index_feedback_r_row2 {
    display: block;
}

.index_feedback_r_row2 form:after {
    content: '';
    display: block;
    clear: both;
}

.index_feedback_r_row2 form {
    display: block;
    padding: 25px 0 0
}

.index_feedback_r_row2 form input {
    border: 0 none;
    width: 120px;
    background: #fff;
    border-radius: 50px;
    line-height: 40px;
    padding: 0 20px;
    color: #343434;
    margin-right: 10px;
    float: left;
    display: block;
    font-size: 14px;
    height: 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.index_feedback_r_row2 form input#submit {
    display: block;
    color: #fff;
    background: #2386ee;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    cursor: pointer;
}

.page-c,
.com-width {
    margin: 0 auto;
    width: 1200px;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}
/*底部*/
.footer2 { padding-top: 60px; color: rgba(255, 255, 255, 0.7); width: 100%;
    background: url("../images/footer_bg.jpg") no-repeat center;background-size: cover;}

.foot-ul li { display: inline-block; vertical-align: text-top; }
.foot-ul li ~ li { margin-left: 80px; }
.foot-ul li dt a { font-size: 18px; color: #fff; font-weight: bold; }
.foot-ul li dt { margin-bottom: 15px; }
.foot-ul li dd { margin-bottom: 12px; font-size: 14px;}
.foot-ul li dd a { color: rgba(255, 255, 255, 0.7); }
.foot-ul li dd a:hover { color: #fff }
.foot-nav{margin-bottom: 50px;}
.foot-phone { padding-top: 5px; }
.foot-phone .wx { display: inline-block; vertical-align: text-top; text-align: center }
.foot-phone .wx p { margin-top: 12px; color: #fff; }
.foot-phone .foot-ph { display: inline-block; vertical-align: text-top; margin-left: 40px; }
.foot-phone .foot-ph .zx { width: auto; text-align: center; background: #ed4f1d; color: #fff; line-height: 45px; display: block; margin-bottom: 15px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.foot-phone .foot-ph .zx:hover { opacity: .9; }
.foot-phone .foot-ph .zx .icon-kf { width: 29px; height: 31px; background: url(../images/icon-kf.png) no-repeat center; background-size: contain; }
.foot-phone .foot-ph .zx span { display: inline-block; margin-left: 5px; font-size: 16px; }
.foot-phone .foot-ph .pt p { display: block; font-size: 14px; color: #fff; line-height: 28px; }
.foot-phone .foot-ph .pt p .icon-tel { width: 24px; height: 24px; background: url(../images/icon-tel.png) no-repeat center; background-size: contain; margin-top: -4px; margin-right: 12px; }
.foot-tb {padding-bottom: 25px; color: rgba(255, 255, 255, 0.5); }
.foot-tb a { display: inline-block; margin: 0 6px; color: rgba(255, 255, 255, 0.5); }
.foot-tb a:hover,
.footer-nav-xq li a:hover { color: #fff }
.footer-nav-xq {
    margin-bottom: 30px;
}
.footer-nav-xq p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 5px;
    display: inline-block;
}
.footer-nav-xq ul,
.footer-nav-xq li {
    display: inline-block;
}
.footer-nav-xq li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
}

@media (max-width: 1240px) {
    .page-c,
    .com-width {
        width: 92%;
    }
    .foot-nav .fr {
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 760px) {
    .index_feedback>.page-c>.fl strong {
        font-size: 20px;
        line-height: 20px;
    }
    .index_feedback>.page-c>.fl strong .small {
        font-size: 14px;
        line-height: 40px;
    }
    .index_feedback>.page-c>.fl {
        padding: 40px 0 0;
    }
    .index_feedback>.page-c>.fr {
        padding: 30px 0 40px;
        height: auto;
    }
    .index_feedback_r_row1 strong {
        font-size: 24px;
    }
    .index_feedback_r_row2 form input {
        width: 48%;
            margin-right: 4%;
        box-sizing: border-box;
    }
    .index_feedback_r_row2 form input:nth-child(2) {
        margin-right: 0;
    }
    .index_feedback_r_row2 form input#submit {
        margin-top: 15px;
        width: 100%;
    }
    .index_feedback>.page-c>.fl img {
        /*margin-right: 0;*/
        width: 150px;
    }
    .footer2 {
        padding-bottom: 10px;
        padding-top: 40px;
    }
    .footer2 .fl, .footer2 .fr {
        float: none;
    }
    .foot-ul {
        display: none;
    }
    .foot-phone {
        padding-top: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .foot-phone .wx {
        display: inline-block;
        vertical-align: text-top;
        /*width: 50%;*/
        font-size: 14px;
    }
    .foot-phone .foot-ph {
        margin-left: 0;
        width: 50%;
    }
    .foot-phone .foot-ph a {
        width: 100%;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .foot-phone .foot-ph a .icon-kf {
        width: 20px;
        height: 20px;
    }
    .foot-phone .foot-ph a span {
        margin-left: 5px;
        font-size: 14px;
        vertical-align: middle;
    }
    .foot-phone .foot-ph .pt p {
        display: block;
        color: #fff;
    }
    .foot-phone .foot-ph .pt p .icon-tel {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    .foot-phone .wx img {
        width: 120px;
    }
    .foot-phone .wx p {
        margin-top: 5px;
    }
    .foot-tb {
        padding-bottom: 15px;
        font-size: 12px;
    }
    .foot-tb p {
        display: inline;
    }
    .foot-tb .fr {
        display: none;
    }
    .hm-t-go-top {
        display: none !important;
    }
    .footer-nav-xq {
        margin-bottom: 20px;
    }
}

/* 在线客服样式 */
.sz-kefu {
    position: fixed;
    width: 50px;
    right: 0;
    top: 50%;
    z-index: 100;
    margin-top: -100px;
}
.sz-kefu ul li {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    margin-bottom: 1px;
    font-size: 12px;
    line-height: 50px;
}
.sz-kefu ul li .sidebox {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    color: #fff;
    background: #2386ee;
    overflow: hidden;
    opacity: .8;
}
.sz-kefu ul li.kf2 .sidebox {
    /* background:#7fbb57; */
    overflow: visible;
}
.sz-kefu ul li .sidebox:hover {
    opacity: 1;
}
.sz-kefu ul li .sidetop {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: #222;
    transition: all 0.3s;
    opacity: .8;
}
.sz-kefu ul li .sidetop:hover {
    opacity: 1;
}
.sz-kefu ul li img {
    float: left;
}
.sz-kefu ul li .sidebox3 {
    font-size: 16px;
}
.sz-kefu ul li .kImg {
    padding: 13px;
}
.sz-kefu .kf_wx {
    position: absolute;
    top: 0;
    left: -140px;
    width: 110px;
    display: ;
    background: #fff;
    border: 1px solid #dadada;
    padding: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    display: none;
    box-sizing: content-box;
}
.sz-kefu .kf_wx img {
    display: block;
    width: 110px;
    height: 110px;
    margin-bottom: 5px;
    float: none;
}
.sz-kefu .kf_tel_box {
    width: 180px;
    left: -210px;
}
.sz-kefu .kf_tel_box .tel {
    font-size: 16px;
    text-align: left;
}
.sz-kefu .kf_tel_box .tel p ~ p {
    margin-top:10px;
}
.sz-kefu .qq {
    height: 0;
    position: relative;
    z-index: 2;
}
.sz-kefu .qq .sidebox {
    border: 1px solid #2386ee;
    height: auto;
    border-radius: 5px 0 0 5px;
    width: 140px;
    background: #fff;
    opacity: 1;
    bottom: -50px;
    top: auto;
    text-align: center;
    padding-bottom: 5px;
    right: -150px;
}
.sz-kefu .qq h5 {
    height: 35px;
    line-height: 35px;
    background: #2386ee;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    text-align: left;
    margin-bottom: 10px;
}
.sz-kefu .qq h5 i {
    float: right;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    z-index: 5;
}
.sz-kefu .qq h5 i:hover {
    transform: rotate(90deg);
}
.sz-kefu .qq a {
    display: block;
    height: 32px;
    line-height: 32px;
    border-radius: 18px;
    border: 1px solid #2386ee;
    margin: 5px 15px;
    font-size: 14px;
    color: #333;
}
@media (max-width: 760px) {
    .sz-kefu {
        display: none;
    }
}