/*******************************************
      		 -****公共样式****-
********************************************/
/*html, body {
    overflow-x: hidden;
}

div {
    box-sizing: border-box;
}*/

.wp {
    width: 1200px;
    max-width: 94%;
    margin: 0 auto;
}

/* #hd{height: 68px;background: #0054a4;position: relative;z-index: 11;} */
#hd {
    height: 68px;
    background: #0054a4;
    position: fixed;
    z-index: 11;
    width: 100%
}

.hd-logo {
    /*height: 100%;*/
    line-height: 46px;
    margin-left: 40px;
    padding: 8px;
    margin-right: 130px;
}

.hd-logo img {
    vertical-align: middle;
    max-height: 80%;
}

.hd-nav {
    margin-left: 9.3%;
}

.hd-nav ul li {
    float: left;
    margin: 0 20px;
}

.hd-nav ul li h3 a {
    display: block;
    line-height: 68px;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.hd-nav ul li h3 a::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hd-nav ul li.on h3 a::after {
    background: #fff;
    -webkit-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    transition: 0.4s ease;
}

@media screen and (min-width: 1366px) {
    .hd-nav ul li h3 a:hover::after {
        background: #fff;
        -webkit-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        transition: 0.4s ease;
    }
}

.hd-nav ul li .subnav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 0px;
    text-align: center;
    display: none;
}

.hd-nav ul li .sub-inner {
    width: 1000px;
    max-width: 60%;
    margin: 0 auto;
}

.hd-nav ul li .sub-inner a {
    float: left;
    line-height: 24px;
    display: inline-block;
    margin: 5px 40px;
}

.hd-bar h3 {
    float: left;
    font-size: 14px;
    line-height: 20px; /* border-right: 1px solid #fff; */
    margin: 24px 0 0 0;
    padding-right: 49px;
    color: #fff;
}

.hd-bar .hd-user {
    padding: 19px 40px 0;
    height: 68px;
    position: relative;
}

.hd-bar .hd-user .photo {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
}

.hd-bar .hd-user .photo img {
    width: 100%;
    height: 100%;
}

.hd-bar .hd-user .dropdown {
    position: absolute;
    width: 100%;
    right: 0;
    top: 100%;
    background: rgba(255, 255, 255, 0.3);
    padding: 0 10px;
    display: none;
}

.hd-bar .hd-user .dropdown ul li a {
    display: block;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hd-bar .hd-user .dropdown ul li a:hover {
    color: #fff;
    transition: 0.4s ease;
}

.hd-bar .hd-user .dropdown .signout {
    display: block;
    line-height: 38px;
    color: #fff;
}


#ft {
    background: #222C3A;
}

#ft .ft-infos {
    padding: 32px 0;
}

#ft .ft-infos .hot-line {
    color: #fff;
    line-height: 30px;
}

#ft .ft-infos .hot-line h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

#ft .ft-infos .hot-line h4 img {
    vertical-align: top;
    margin: 0 10px 0 0;
}

#ft .ft-infos .hot-line h3 {
    font-size: 22px;
    letter-spacing: 1px;
}

#ft .ft-infos dl {
    float: left;
    margin-left: 80px;
}

#ft .ft-infos dl dt {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 24px;
}

#ft .ft-infos dl dd {
    font-size: 12px;
    line-height: 28px;
    color: #ccc;
}

#ft .ft-infos dl dd a {
    color: #ccc;
}

#ft .ft-infos dl dd a:hover {
    color: #fff;
}

#ft .ft-infos .erweima li {
    float: left;
    margin-left: 46px;
    text-align: center;
}

#ft .ft-infos .erweima li img {
}

#ft .ft-infos .erweima li p {
    line-height: 24px;
    color: #fff;
    margin-top: 14px;
    font-size: 13px;
}

#ft .copyright {
    border-top: 1px solid rgba(216, 216, 216, 0.1);
    padding: 10px 20px;
}

#ft .copyright p {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #888;
}

.sidebar {
    position: fixed;
    top: 45%;
    right: 30px;
    z-index: 97;
    width: 48px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar a {
    display: block;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

.sidebar .phone-btn {
    background-image: url('../images/icon1.png');
    background-size: 100% 100%;
}

.sidebar .phone-btn:hover {
    background: #0066FF url('../images/icon1-on.png');
    background-size: 100% 100%;
    border-color: #0066FF;
}

.sidebar .wechat-btn {
    background-image: url('../images/icon6.png');
    background-size: 100% 100%;
}

.sidebar .wechat-btn:hover {
    background: #0066FF url('../images/icon6-on.png');
    background-size: 100% 100%;
    border-color: #0066FF;
}

.sidebar .news-btn {
    background-image: url('../images/icon2.png');
    background-size: 100% 100%;
}

.sidebar .news-btn:hover {
    background: #0066FF url('../images/icon2-on.png');
    background-size: 100% 100%;
    border-color: #0066FF;
}

.sidebar .contact {
    background-image: url('../images/icon5.png');
    background-size: 100% 100%;
}

.sidebar .contact:hover {
    background: #0066FF url('../images/icon5-on.png');
    background-size: 100% 100%;
    border-color: #0066FF;
}

.sidebar .backtop {
    background-image: url('../images/icon3.png');
    background-size: 100% 100%;
    margin-top: 36px;
    transform: translateX(200%);
    transition: 0.4s;
}

.sidebar .backtop:hover {
    background: #0066FF url('../images/icon3-on.png');
    background-size: 100% 100%;
    border-color: #0066FF;
}

.sidebar .backtop.backtop-show {
    transform: translateX(0);
    transition: 0.4s;
}

.sidebar .side-inner {
    border: 1px solid #D7D7D7;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
}

.sidebar .side-inner::before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border: 1px solid #fff;
    border-color: #d7d7d7 #d7d7d7 #fff #fff;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -4px;
    transform: rotate(45deg);
}

.sidebar .side-phone {
    position: relative;
}

.sidebar .side-phone .phone-num {
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 10px;
    display: none;
}

.sidebar .side-phone .phone-num span {
    display: block;
    line-height: 56px;
    padding: 0 15px;
    white-space: nowrap;
    font-size: 16px;
    color: #666;
}

.sidebar .side-phone:hover .phone-num {
    display: block;
}

.sidebar .side-erweima {
    position: relative;
    margin-top: -1px;
}

.sidebar .side-erweima .erweima {
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 10px;
    display: none;
}

.sidebar .side-erweima:hover .erweima {
    display: block;
}

@media screen and (max-width: 1280px) {
    .hd-nav {
        margin-left: 5%;
    }

    .hd-nav ul li .sub-inner {
        max-width: 80%;
    }

    .hd-nav ul li {
        margin: 0 12px;
    }

    .hd-bar h3 {
        padding-right: 20px;
    }

    .hd-bar .hd-user {
        padding: 19px 20px 0;
    }

    #ft .ft-infos dl {
        margin-left: 3%;
        max-width: 200px;
    }

    #ft .ft-infos .erweima li {
        margin-left: 24px;
    }

    #ft .ft-infos .erweima li img {
        width: 100px;
    }
}


@media screen and (max-width: 1000px) {
    .hd-nav {
        margin-left: 3%;
    }

    .hd-nav ul li {
        margin: 0 10px;
    }

    .hd-nav ul li .sub-inner {
        max-width: 94%;
    }

    .hd-bar h3 {
        padding-right: 10px;
    }

    .hd-bar .hd-user {
        padding: 19px 8px 0;
    }
}


/*******************************************
      		 -****首页样式****-
********************************************/
#banner {
    height: 500px;
    width: 100%;
    top: 68px;
}

#banner .wp {
    height: 100%;
    position: relative;
}

#banner .text {
    float: left;
    width: 50%;
    color: #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#banner .text h2 {
    font-size: 36px;
    line-height: 50px;
}

#banner .text p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 23px;
}

#banner .text a {
    display: block;
    vertical-align: top;
    margin-top: 46px;
    line-height: 34px;
    border-radius: 4px;
    text-align: center;
    margin-left: 15px;
    padding-left: 35px;
    padding-right: 35px;
}

#banner .img {
    float: right;
    width: 50%;
    height: 100%;
    position: relative;
}

#banner .img img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: url('../images/hexagon.png');
    background-size: 100% 100%;
}

.title {
    text-align: center;
    margin-bottom: 90px;
}

.title h3 span {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    font-size: 28px;
    color: #0D1A26;
    position: relative;
}

.title h3 span::before,
.title h3 span::after {
    display: inline-block;
    content: "";
    width: 188px;
    height: 1px;
    background: #ADBAC6;
    position: absolute;
    top: 50%;
}

.title h3 span::before {
    left: -236px;
}

.title h3 span::after {
    right: -236px;
}

.title p {
    margin-top: 28px;
    font-size: 16px;
    line-height: 22px;
    color: #314659;
}

.title.white h3 span {
    color: #fff;
}

.title.white h3 ::before,
.title.white h3 ::after {
    background: #fff;
}

.title.white p {
    color: #fff;
}

.index-sec1 {
    padding: 90px 0 20px;
}

.index-sec1 ul {
    margin: 0 -14px;
}

.index-sec1 ul li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0 14px;
}

.index-sec1 .item-box {
    padding: 70px 20px 31px;
    background: #F6F8FA;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
}

.index-sec1 .item-box .inner-wp {
    transition: 0.4s;
}

.index-sec1 .item-box span {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 26px;
    position: relative;
}

.index-sec1 .item-box span img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.index-sec1 .item-box span .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.index-sec1 .item-box p {
    font-size: 18px;
    line-height: 28px;
    color: #666;
}

.index-sec1 .item-box a {
    display: block;
    display: block;
    width: 90px;
    line-height: 32px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 22px auto 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    opacity: 0;
    transform: translateY(100px);
    transition: 0.4s ease in;
}

.index-sec1 .item-box:hover {
    background: #375EEE;
    transition: 0.4s;
}

.index-sec1 .item-box:hover .inner-wp {
    transition: 0.4s;
    transform: translateY(-30px);
}

.index-sec1 .item-box:hover span .img {
    opacity: 0;
    transition: 0.4s;
}

.index-sec1 .item-box:hover span .img-hover {
    opacity: 1;
    transition: 0.4s;
}

.index-sec1 .item-box:hover p {
    color: #fff;
    transition: 0.4s;
}

.index-sec1 .item-box:hover a {
    opacity: 1;
    transform: translateY(0);
    transition: 0.4s ease in;
    text-decoration: none;
}


.index-sec2 {
    padding: 72px 0 32px;
    background: #F6F8FA;
}

.index-sec2 ul li {
    float: left;
    width: 25%;
    margin-bottom: 88px;
    text-align: center;
}

.index-sec2 ul li a {
    display: block;
}

.index-sec2 ul li span {
    display: block;
    width: 102px;
    height: 102px;
    background: #fff;
    border-radius: 100%;
    /*overflow: hidden;*/
    margin: 0 auto 0px;
    transition: 0.4s ease-in-out;
}

.index-sec2 ul li span img {
    width: 70%;
    height: 70%;
}

.index-sec2 ul li h4 {
    font-size: 18px;
    line-height: 25px;
}

.index-sec2 ul li p {
    color: #385064;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    max-width: 188px;
    margin: 8px auto 0;
}

.index-sec2 ul li:hover h4 {
    color: #0066FF;
    transition: 0.4s;
}

.index-sec2 ul li:hover p {
    color: #0066FF;
    transition: 0.4s;
}

.index-sec2 ul li:hover span {
    transition: 0.4s ease-in-out;
    transform: translateY(-10px);
}


.index-sec3 {
    background: #396CEF url('../images/pattern.png');
    background-size: 100% 100%;
    padding: 86px 0 124px;
}

.index-sec3 .item-swiper {
    margin: 0 -15px;
    position: relative;
}

.index-sec3 .item-swiper .swiper-slide {
    padding: 0 15px;
}

.index-sec3 .item-swiper .item-box {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    filter: grayscale(100%);
}

.index-sec3 .item-swiper .item-box .img {
    overflow: hidden;
}

.index-sec3 .item-swiper .item-box .img span {
    display: block;
    height: 100%;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.index-sec3 .item-swiper .item-box .img img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.index-sec3 .item-swiper .item-box .text {
    padding: 20px 40px;
    background: #fff;
    text-align: center;
}

.index-sec3 .item-swiper .item-box .text h4 {
    font-size: 16px;
    line-height: 22px;
    color: #2A2A2A;
}

.index-sec3 .item-swiper .item-box .text p {
    margin-top: 18px;
    font-size: 12px;
    line-height: 18px;
    color: #385064;
    height: 36px;
    overflow: hidden;
}

.index-sec3 .item-swiper .item-box .text .links {
    margin-top: 16px;
}

.index-sec3 .item-swiper .item-box .text .links span {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 14px;
}

.index-sec3 .item-swiper .item-box:hover {
    filter: grayscale(0%);
    transition: 0.4s;
}

.index-sec3 .item-swiper .item-box:hover .img img {
    transition: 0.4s;
    transform: scale(1.1);
}

.index-sec3 .item-swiper .swiper-button-prev,
.index-sec3 .item-swiper .swiper-button-next {
    width: 24px;
    height: 36px;
    margin-top: -18px;
    outline: none;
}

.index-sec3 .item-swiper .swiper-button-prev {
    background: url('../images/prev.png');
    background-size: 100% 100%;
    left: -40px;
}

.index-sec3 .item-swiper .swiper-button-next {
    background: url('../images/next.png');
    background-size: 100% 100%;
    right: -40px;
}


.index-sec4 {
    padding: 97px 0 100px;
}

.index-sec4 .title {
    margin-bottom: 60px;
}

.index-sec4 ul li {
    float: left;
    width: 25%;
}

.index-sec4 ul li a {
    display: table-cell;
    width: 300px;
    height: 90px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 30px;
}

.index-sec4 ul li a img {
    max-height: 70%;
    max-width: 90%;
}


@media screen and (max-width: 1320px) {
    .index-sec3 .item-swiper .swiper-button-prev {
        left: 0px;
    }

    .index-sec3 .item-swiper .swiper-button-next {
        right: 0px;
    }
}


/*******************************************
      		 -****内页样式****-
********************************************/
.page-banner {
    height: 260px;
    background: url('../images/download-banner.jpg') center 0;
    position: relative;
}

.page-banner .text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}

.page-banner .text h1 {
    font-size: 68px;
    line-height: 95px;
}

.page-banner .text h5 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 11px;
}


/* 解决方案 */
.solution .sol-wp {
    width: 1400px;
    max-width: 94%;
    margin: 0 auto;
}

.solution .sol-wp .img {
    text-align: center;
}

.solution .sol-wp .img img {
    max-width: 100%;
}

.solution .sol-sec1 {
    background: #F6F8FA; /* padding: 85px 0 123px; */
}

.solution .sol-sec2 { /* padding: 88px 0 153px; */
}

.solution .sol-sec3 { /* padding: 81px 0 123px; */
    background: url('../images/sol-bg3.png');
    background-size: 100% 100%;
}

.solution .sol-sec4 { /* padding: 87px 0 99px; */
}


/* 资源下载 */
.download {
    padding: 30px 0 129px;
}

.download ul li {
    padding: 16px 230px 14px 16px;
    background: #fff;
    position: relative;
    margin: 40px;
}

.download ul li .text h4 {
    font-size: 18px;
    line-height: 25px;
    color: #0D1A26;
    margin-bottom: 14px;
}

.download ul li .text p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 7px;
    color: #555;
}

.download ul li .text h5 {
    font-size: 12px;
    line-height: 17px;
    color: #314659;
}

.download ul li .btns {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -25px;
    height: 50px;
}

.download ul li .btns a {
    float: left;
}

.download ul li .btns a.see-btn {
    color: #0066FF;
    line-height: 22px;
    margin: 14px 20px 0 0;
}

.download ul li .btns a.download-btn {
    line-height: 50px;
    padding: 0 25px;
    background: #0066FF;
    border-radius: 4px;
    color: #fff;
}

.download ul li:hover {
    box-shadow: 0px 5px 12px 1px rgba(105, 105, 105, 0.12);
    z-index: 11;
}


/* 自定义样式 */
.media {
    padding: 15px;
}

.media:hover {
    background-color: #efefef;
    padding: 15px;;
}

.inner-wp img {
    width: 100%;
}

#main p {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.index-sec4 .wp .clearfix li {
    float: left;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    filter: grayscale(100%);
}

.index-sec4 .wp .clearfix li:hover {
    float: left;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    filter: grayscale(1%);
    transition: 0.3s;
    transform: scale(1.05);
}


/*.inner-wp:hover img{*/
/*	transform: translateY(-9999px);*/
/*	filter: drop-shadow(#0055ff 0 9999px);*/
/*}*/

/*表单*/
.card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.card-wrap {
    position: relative;
    margin: 0 auto;
}

@media (min-width: 769px) {

    .card-wrap {
        max-width: 450px
    }
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.card-body p {
    font-size: 1.1rem;
}

.card-title {
    font-weight: bold;
    font-size: 1.8rem;
}

.badge-wrap {
    display: flex;
    justify-content: center;
}

.badge-wrap a.badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 .2rem;
    padding: 0;
    opacity: .7;
    border-radius: 50%;
    transition: opacity .3s ease-in;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.badge-wrap a.badge:hover {
    opacity: 1;
    color: #fff;
}

.btn {
    /*color: #fff !important;*/
    width: 10em;
    transition: all .4s;
    border-radius: 20px;
    border: 2px solid transparent;
}

.btn.btn-back {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border: 0;
}

.btn.btn-back:hover {
    border: 0 !important;
}

.form-control {
    font-family: 'Handle', cursive;
}

.form-control::-webkit-input-placeholder {
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    font-size: .9rem;
}

.form-control:-ms-input-placeholder {
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    font-size: .9rem;
}

.form-control::-ms-input-placeholder {
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    font-size: .9rem;
}

.form-control::placeholder {
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    font-size: .9rem;
}

.card--register .card-title {
    color: #007bff;
}

.card--register .badge {
    background-color: #007bff;
}

.card--register .btn {
    background-color: #007bff;
}

.card--register .btn:hover {
    background-color: #fff;
    color: #007bff !important;
    font-weight: bold;
    border: 1px solid rgb(0, 86, 255);
}

.card {
    transition: all .3s .1s ease-out;
}

.card:not(.is-show) {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotateX(95deg);
    transform: translate(-50%, -50%) rotateX(95deg);
}

.card.is-show {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

.form {
    position: absolute;
    left: 36%;
    top: 48%;
}

.form-group {
    box-shadow: 0 0 1px blue;
}

input {
    padding: 7px;
}

.card-body .fa {
    padding: 10px;
    color: #757575;
}

.btn-primary.focus {
    box-shadow: 0 0 0 1px white;
}

#menu {
    height: 68px;
    position: relative;
    z-index: 11;
}

/*.sidebar img{*/
/*	width: 80%;*/
/*	padding: 20px;*/
/*}*/
/*.sidebar img:hover{*/
/*	background: #375EEE;*/
/*	transition: 0.4s;*/
/*	color: #fff;*/
/*}*/