/*
Theme Name: hudun6.4
Theme URI: http://www.hudun.com/
Description: It's a theme create by GuoQiang
Version: 6.4
Author: GuoQiang
Author URI: GuoQiang
Tags: android recovery, data recovery
*/

@media (max-width: 640px) {
    .container {
        width: 92%;
        padding-left: 0;
        padding-right: 0;
    }
}

.text-right {
    text-align: right;
}

.main-content {
    padding: 0 0 0;
}

.wordbreak {
    word-wrap: wrap;
    word-break: break-all;
}

.bg-light-gray {
    background-color: #f8f8f8;
}

.btn {
    display: inline-block;
    width: 260px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    font-size: 18px;
    position: relative;
    text-decoration: none;
}

.btn:hover {
    text-decoration: none;
}

.btn:active {
    text-decoration: none;
}

.btn:visited {
    text-decoration: none;
}

.btn-blue {
    color: #fff;
    background-color: #3492f6;
}

.btn-blue:hover,
.btn-blue:focus {
    color: #fff;
    text-decoration: none;
}

.w1366 {
    width: 1366px;
    margin: 0 auto;
}


/* 头部 */

.header-wrap {
    height: auto;
}

.header .logo {
    height: 100px;
    width: 164px;
    float: left;
    background: url("images/df_logo_black.svg") no-repeat left center;
    background: url("images/df_logo_black.png") no-repeat left center \9\0;
    background-size: 100%;
    display: block;
}


/* .header .logo img {
        height: 70px;
    } */

.header .nav {
    float: right;
}

.header .nav li a {
    padding: 0 25px;
    display: inline-block;
    position: relative;
    line-height: 100px;
    font-size: 16px;
    color: #333333;
}

.header .nav li a:hover {
    color: #0082FC;
}

.header .nav li.active a {
    color: #0082FC;
}

.header .nav li.active a span {
    position: absolute;
    width: 40px;
    height: 4px;
    background: #0082FC;
    left: 50%;
    bottom: 20px;
    margin-left: -20px;
}

@media (max-width: 640px) {
    .header .nav li a {
        padding: 0 10px;
        font-size: 14px;
        line-height: 60px;
    }
    .header .nav li.active a span {
        bottom: 10px;
    }
    .header .logo {
        line-height: 60px;
    }
    .header .logo img {
        height: 30px;
    }
}


/* wap header*/

.mobile-mode {
    display: none;
}

.mobile-mode .header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200
}

.mobile-mode .header .header-bar {
    position: relative;
    height: 60px;
    z-index: 10;
    background: rgba(255, 255, 255, 1);
}

.mobile-mode .header .header-bar.active {
    background: none;
}

.mobile-mode .header-logo {
    height: 40px;
    position: absolute;
    top: 15px;
    left: 20px;
    width: 100px;
    background: url("images/df_logo_black.svg") no-repeat center center;
    background-size: contain;
}

.mobile-mode .header-bar.active .header-logo {
    background: url("images/df_logo_white.svg") no-repeat center center;
    background-size: contain;
}

.mobile-mode .header .header-bar .header-nav-operation {
    position: absolute;
    right: 19px;
    top: 21px;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.mobile-mode .header .header-bar .header-nav-operation span {
    position: absolute;
    left: 50%;
    margin-left: -9.5px;
    display: block;
    width: 19px;
    height: 3px;
    background-color: #000;
    transition: all .3s ease-out;
    transform-origin: 50% 50%
}

.mobile-mode .header .header-bar .header-nav-operation.active span {
    background-color: #fff;
}

.mobile-mode .header .header-bar .header-nav-operation span:first-child {
    top: 4px
}

.mobile-mode .header .header-bar .header-nav-operation span:nth-child(2),
.mobile-mode .header .header-bar .header-nav-operation span:nth-child(4) {
    top: 11px
}

.mobile-mode .header .header-bar .header-nav-operation span:nth-child(3) {
    top: 18px
}

.mobile-mode .header .header-bar .header-nav-operation.active span:first-child,
.mobile-mode .header .header-bar .header-nav-operation.active span:nth-child(3) {
    opacity: 0
}

.mobile-mode .header .header-bar .header-nav-operation.active span:nth-child(2) {
    transform: rotate(-45deg)
}

.mobile-mode .header .header-bar .header-nav-operation.active span:nth-child(4) {
    transform: rotate(45deg)
}

.mobile-mode .header .header-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .9);
    box-sizing: border-box;
    z-index: 9;
}

.mobile-mode .header .header-nav.active {
    left: 0;
}

.mobile-mode .header .header-nav .header-nav-list {
    position: relative;
    width: 100%;
    padding-top: .32em
}

.mobile-mode .header .header-nav .header-nav-list:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleY(.5);
    transform-origin: 0 0;
    background-color: hsla(0, 0%, 100%, .1)
}

.mobile-mode .header .header-nav .header-nav-list li {
    padding: .08em 0 .08em .3em;
    transform: translateX(-100%);
}

.mobile-mode .header .header-nav .header-nav-list li:nth-child(1) {
    transition: all .3s;
}

.mobile-mode .header .header-nav .header-nav-list li:nth-child(2) {
    transition: all .3s .05s;
}

.mobile-mode .header .header-nav .header-nav-list li:nth-child(3) {
    transition: all .3s .1s;
}

.mobile-mode .header .header-nav .header-nav-list li:nth-child(4) {
    transition: all .3s .15s;
}

.mobile-mode .header .header-nav.active .header-nav-list li {
    transform: translateX(0);
}

.mobile-mode .header .header-nav .header-nav-list li a {
    display: block;
    width: 1em
}

.mobile-mode .header .header-nav .header-nav-list li a span {
    color: #fff;
    display: block;
    line-height: 1;
    white-space: nowrap
}

.mobile-mode .header .header-nav .header-nav-list li a span:first-child {
    font-size: .18em
}

.mobile-mode .header .header-nav .header-nav-list li a span:nth-child(2) {
    font-size: .12em;
    opacity: .3;
    line-height: 2
}

@media screen and (max-width:319px) {
    .header-nav {
        font-size: 85.33333px
    }
}

@media screen and (min-width:320px) and (max-width:359px) {
    .header-nav {
        font-size: 85.33333px
    }
}

@media screen and (min-width:360px) and (max-width:374px) {
    .header-nav {
        font-size: 96px
    }
}

@media screen and (min-width:375px) and (max-width:383px) {
    .header-nav {
        font-size: 100px
    }
}

@media screen and (min-width:384px) and (max-width:399px) {
    .header-nav {
        font-size: 102.4px
    }
}

@media screen and (min-width:400px) and (max-width:413px) {
    .header-nav {
        font-size: 106.66667px
    }
}

@media screen and (min-width:414px) {
    .header-nav {
        font-size: 110.4px
    }
}

@media (max-width: 640px) {
    .mobile-mode {
        display: block;
    }
    .header-wrap {
        display: none;
    }
    body {
        padding-top: 60px;
    }
}


/* footer */

.footer {
    padding: 110px 0 70px;
    background: #262626;
    font-size: 0;
}

.footer .footer-qr {
    display: inline-block;
    vertical-align: top;
}

.footer .footer-qr img {
    float: left;
    width: 120px;
}

.footer-qr div {
    margin-left: 150px;
}

.footer-qr div>a {
    display: block;
    width: 200px;
    border: 1px solid #999999;
    text-align: center;
    font-size: 0;
}

.footer-qr div>a span {
    display: inline-block;
    line-height: 52px;
    color: #fff;
    font-size: 14px;
    padding-left: 36px;
    background: url("images/icon-qq.png") no-repeat left center;
}

.footer-qr div>a:hover {
    border: 1px solid #fff;
    background: #FFFFFF;
}

.footer-qr div>a:hover span {
    color: #262626;
}

.footer-qr div>a:active {
    border: 1px solid #D9D9D9;
    background: #D9D9D9;
}

.footer-qr div>a:active span {
    color: #262626;
}

.footer-qr div p {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 16px;
    margin-bottom: 0;
}

.footer-copyright {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-top: 20px;
}

.footer-link {
    overflow: hidden;
}

.footer-nav {
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
}

.footer-nav li {
    float: left;
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
    margin-right: 10px;
}

.footer-nav li a {
    display: inline-block;
    color: #999999;
    padding-right: 10px;
}

.footer-link>a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
    vertical-align: top;
    margin-right: 40px;
}

.footer-link>a:last-child {
    margin-right: 0;
}

.copyright-box p {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
    vertical-align: top;
    margin-right: 10px;
}

.copyright-box p+p {
    margin-right: 0;
}

.copyright-box p a {
    color: #999999;
}

.footer-copyright>p {
    border-top: 1px solid #404040;
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
    padding-top: 10px;
    vertical-align: top;
}

.footer-left {
    float: left;
    width: 30%;
}

.footer-right {
    float: left;
    width: 70%;
    text-align: right;
}

.footer-copyright a:hover {
    color: #fff!important;
}

@media(max-width: 1200px) {
    .footer-left {
        width: 100%;
    }
    .footer-right {
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 640px) {
    .footer .footer-qr img {
        width: 80px;
    }
    .footer-qr div {
        margin-left: 100px;
    }
}


/* 首页 */

.home-banner-ctt {
    padding: 80px 0 7px;
    background: url("images/img_ziti@2x.png") no-repeat left top;
    font-size: 0;
}

.home-banner {
    margin-bottom: 70px;
    background: url("images/bj@2x.jpg") no-repeat top center;
    background-size: cover;
}

.home-banner-text {
    display: inline-block;
    vertical-align: middle;
    width: 44%;
}

.home-banner-text h1 {
    font-size: 60px;
    color: #000000;
    line-height: 1.66;
    font-weight: bold;
    text-indent: 1.5em;
}

.home-banner-img {
    display: inline-block;
    vertical-align: middle;
    width: 56%;
    position: relative;
}

.home-banner-img img {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.home-banner-img img.move-1 {
    position: absolute;
    top: 56%;
    left: 0;
    width: 8%;
    z-index: 1;
    animation: fudong 6s infinite both;
    -webkit-animation: fudong 6s infinite both;
    -moz-animation: fudong 6s infinite both;
    -o-animation: fudong 6s infinite both;
}

.home-banner-img img.move-2 {
    position: absolute;
    top: 0;
    left: 23%;
    width: 9%;
    z-index: 1;
    animation: fudong 4.5s infinite both;
    -webkit-animation: fudong 4.5s infinite both;
    -moz-animation: fudong 4.5s infinite both;
    -o-animation: fudong 4.5s infinite both;
}

.home-banner-img img.move-3 {
    position: absolute;
    top: 17.8%;
    left: 33.8%;
    width: 36%;
    animation: fudong 3s infinite both;
    -webkit-animation: fudong 3s infinite both;
    -moz-animation: fudong 3s infinite both;
    -o-animation: fudong 3s infinite both;
    z-index: 3;
}

.home-banner-img img.move-4 {
    position: absolute;
    top: 43%;
    left: 67.4%;
    width: 7.9%;
    z-index: 4;
}

@keyframes fudong {
    0%,
    100% {
        transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
    }
    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }
}

@-webkit-keyframes fudong {
    0%,
    100% {
        transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
    }
    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }
}

@-moz-keyframes fudong {
    0%,
    100% {
        transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
    }
    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }
}

@-o-keyframes fudong {
    0%,
    100% {
        transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
    }
    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }
}

.home-line {
    padding: 40px 0 70px;
}

.home-line-ctt {
    overflow: hidden;
}

.home-line-ctt>h2 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.more-type {
    margin-top: 80px;
}

@media screen and (min-width:1000px) {
    .flexaaa {
        display: flex;
        justify-content: space-around;
    }
}

.more-type i {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
}

.more-type i.icon-1 {
    background: url("images/sprite1.png") no-repeat;
    background-position-x: 0px;
}

.more-type i.icon-2 {
    background: url("images/sprite2.png") no-repeat;
    background-position-x: 0px;
}

.more-type i.icon-3 {
    background: url("images/sprite3.png") no-repeat;
    background-position-x: 0px;
}

.more-type i.icon-4 {
    background: url("images/sprite4.png") no-repeat;
    background-position-x: 0px;
}

.hover {
    animation: typing 1s steps(49, start) forwards;
    -webkit-animation: typing 1s steps(49, start) forwards;
}

.nohover {
    animation: notyping 1s steps(49, start) forwards;
    -webkit-animation: notyping 1s steps(49, start) forwards;
}

.more-type i.icon-4.hover {
    animation: typing1 1s steps(64, start) forwards;
    -webkit-animation: typing1 1s steps(64, start) forwards;
}

.more-type i.icon-4.nohover {
    animation: notyping1 1s steps(64, start) forwards;
    -webkit-animation: notyping1 1s steps(64, start) forwards;
}

@keyframes typing {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -3528px;
    }
}

@-webkit-keyframes typing {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -3528px;
    }
}

@keyframes notyping {
    0% {
        background-position-y: -3528px;
    }
    100% {
        background-position-y: 0px;
    }
}

@-webkit-keyframes notyping {
    0% {
        background-position-y: -3528px;
    }
    100% {
        background-position-y: 0px;
    }
}

@keyframes typing1 {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -4608px;
    }
}

@-webkit-keyframes typing1 {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -4608px;
    }
}

@keyframes notyping1 {
    0% {
        background-position-y: -4608px;
    }
    100% {
        background-position-y: 0px;
    }
}

@-webkit-keyframes notyping1 {
    0% {
        background-position-y: -4608px;
    }
    100% {
        background-position-y: 0px;
    }
}

.more-type li {
    padding: 0 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.more-type li h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
    line-height: 1.5;
    color: #000000;
}

.more-type li p {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    color: #808080;
    line-height: 1.5;
    min-height: 72px;
}

.faith-list li {
    position: relative;
    font-size: 0;
}

.faith-list li img {
    display: block;
    width: 100%;
}

.faith-list li .faith-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.faith-text div {
    display: inline-block;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.faith-text div:first-child {
    width: 99.9%;
    vertical-align: middle;
}

.faith-text div:last-child {
    width: 0.1%;
    height: 100%;
    vertical-align: middle;
}

.faith-text div h3 {
    font-size: 48px;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.faith-text div h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 4px;
    margin-left: -25px;
    background: #fff;
}

.faith-text div p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    margin-top: 40px;
}

.faith-list li:hover .faith-text div:first-child {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
}

.faith-list li:hover .faith-text {
    background: linear-gradient(0deg, rgba(0, 90, 255, .71) 0%, rgba(0, 180, 255, .71) 100%);
}

.home-map {
    margin-top: 50px;
}

.Contact-us-map {
    height: 340px;
}

.home-map-text {
    padding: 18px 0;
    background: #0082FC;
}

.home-map-list {
    text-align: center;
    font-size: 0;
}

.home-map-list li {
    display: inline-block;
    padding: 5px 0 5px 60px;
    margin: 0 25px;
    vertical-align: middle;
    position: relative;
}

.home-map-list li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50px;
    height: 60px;
    margin-top: -30px;
    border-left: 1px solid #3699FF;
}

.home-map-list li.icon-3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 55px;
    height: 60px;
    margin-top: -30px;
    border-left: 1px solid #3699FF;
}

.home-map-list li.icon-1 {
    background: url("images/icon_map@2x.png") no-repeat left center;
}

.home-map-list li.icon-2 {
    background: url("images/icon_dh@2x.png") no-repeat left center;
}

.home-map-list li.icon-3 {
    padding-left: 65px;
    background: url("images/icon_em@2x.png") no-repeat left center;
}

.home-map-list li p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    text-align: left;
    margin: 0;
}

.home-map-list li p>span {
    overflow: hidden;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}

.home-map-list li p>span em {
    display: block;
    line-height: 20px;
    font-style: normal;
    white-space: nowrap;
}

.home-map-list li p>span>span {
    display: block;
}

.home-map-list li a:hover {
    color: #fff;
    text-decoration: underline;
}

.home-line.map-pos {
    margin-bottom: -70px;
    z-index: 3;
    position: relative;
    padding: 80px 0 0;
}

@media(max-width: 1300px) {
    .home-map-list {
        text-align: left;
    }
}

@media(max-width: 1000px) {
    .home-banner-text {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .home-banner-text h1 {
        text-indent: 0;
    }
    .home-banner-ctt {
        text-align: center;
    }
    .home-banner-img {
        width: auto;
    }
    .home-banner-img img {
        display: block;
        margin: 0 auto;
    }
    .more-type li:last-child {
        margin-bottom: 0;
    }
    .more-type li {
        margin-bottom: 40px;
    }
}

@media(max-width: 600px) {
    .home-banner-text h1 {
        font-size: 40px;
    }
    .home-banner-ctt {
        background: none;
        padding: 40px 0;
    }
    .home-line-ctt>h2 {
        font-size: 26px;
    }
    .more-type {
        margin-top: 40px;
    }
    .home-line {
        padding: 20px 0 40px;
    }
    .home-line.map-pos {
        margin-bottom: -50px;
    }
    .home-banner {
        margin-bottom: 10px;
    }
}

.footer-bg {
    background: url("images/dimg_ditu@2x.png") no-repeat top center;
}


/**使用条款开始**/

.header-wrap-terms {
    padding-bottom: 10px;
}

.terms-wrapper {
    margin: 30px auto;
}

.terms-wrapper h1 {
    font-size: 30px;
    text-align: center;
    margin: 0 auto 20px;
}

.terms-wrapper p {
    font-size: 16px;
    line-height: 1.5;
    text-indent: 30px;
}

.terms-wrapper i {
    color: #ff0101;
    font-style: normal;
}


/**隐私协议开始**/

.privacy {
    margin: 0 auto;
    background: #fff;
}

.privacy h1 {
    height: 56px;
    font-size: 28px;
    margin: 10px auto;
    text-align: center;
    border-bottom: solid 1px #d1d1d1;
    color: #666;
}

.privacy h2 {
    font-size: 18px;
    margin: 30px 0;
    padding: 10px 0 10px 20px;
    background-color: #eaf1fa;
    border-left: 2px solid #187ac7;
    color: #187ac7;
}

.privacy p {
    text-align: left;
    margin: 15px 0;
}

.privacy h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    color: #666;
    margin: 20px auto 0;
}


/*家长监护*/

.banner-parent {
    height: 100px;
}

.parent-title {
    width: 80%;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin: 30px auto;
}

.parent-title div {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}

.parent-title span {
    color: #ccc;
    font-size: 20px;
    line-height: 28px;
    margin: 0 10px;
}

.parent-title-cxt {
    display: block\9;
    width: 20%\9;
    font-size: 28px;
    line-height: 28px;
    color: #ff6600;
    text-align: center\9;
    margin: 0 auto\9;
}

.parent-wrapper h1 {
    font-size: 26px;
    margin: 20px auto;
    text-align: center;
}

.parent-wrapper h2 {
    font-size: 18px;
    margin: 20px 0;
    font-weight: bold;
    color: #ff6600;
}

.parent-wrapper p {
    text-indent: 2em;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 32px;
}

.parent-wrapper img {
    max-width: 80%;
}

.parent-progress {
    text-align: center;
}

@media (max-width: 640px) {
    .parent-progress {
        text-align: left;
    }
}

.parent-progress li {
    display: inline-block;
    font-size: 0;
}

.parent-progress label {
    display: inline-block;
    font-size: 0;
}

.parent-progress input {
    width: 100px;
    height: 36px;
    border-radius: 5px;
    border: solid 1px #535353;
    background: -webkit-linear-gradient(#fefefe, #e0e0e0);
    background: -o-linear-gradient(#fefefe, #e0e0e0);
    background: -moz-linear-gradient(#fefefe, #e0e0e0);
    background: linear-gradient(#fefefe, #e0e0e0);
    padding-left: 10px;
    padding-right: 10px;
}

.parent-progress .li-02>img {
    position: relative;
    top: -10px;
}

@media (max-width: 640px) {
    .parent-progress .li-01 input,
    .parent-progress .li-01 img {
        margin-bottom: 20px;
    }
}

.page-404 {
    height: 700px;
}

.page-404 h1 {
    padding: 6em 0 2em;
}

.page-404 a {
    font-size: 30px;
    border-radius: 5px;
}

.page-404 a img {
    margin-right: 6px;
    margin-bottom: 4px;
}

.page-404 a.btn-blue:hover,
.page-404 a.btn-blue:focus {
    color: #fff;
    text-decoration: none;
}

.main-products li:nth-child(2) .wrap {
    margin-left: 20px;
    margin-right: 20px;
}

.main-products .wrap .row+.row {
    margin-top: 30px;
}

.main-products .wrap>div>img {
    max-width: 114px;
}

.main-products .wrap.xiangqi>div>img {
    margin-left: 40px;
}

.main-products .wrap.xiangqi>div>.pic {
    display: inline-block;
    width: 114px;
    height: 114px;
    line-height: 114px;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    position: relative;
}

.main-products .wrap.xiangqi>div>.pic img {
    width: 94px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    -webkit-transition: width ease .2s, height ease .2s;
    -moz-transition: width ease .2s, height ease .2s;
    transition: width ease .2s, height ease .2s;
}

.main-products .wrap.xiangqi>div>.pic.qrcode img {
    max-width: 200px;
}

.main-products .wrap.xiangqi>div>.pic.xiangqi-icon img {
    width: 72px;
    bottom: 21px;
    left: 21px;
}

.main-products .wrap.xiangqi>div>.pic+.pic {
    margin-left: 20px;
}

.main-products h3 {
    font-size: 20px;
    margin: 0 auto 12px;
}

.main-products h4 {
    font-size: 16px;
}

.main-products .wrap.xiangqi>div>.pic.qrcode:hover img {
    width: 200px;
    position: absolute;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .55);
}


/* 产品中心 */

.products-banner {
    height: 240px;
}

.products-banner.bg1 {
    background: url("images/chpin_banner_1@2x.png") no-repeat top center;
    background-size: cover;
}

.products-banner.bg2 {
    background: url("images/chpin_banner_2@2x.png") no-repeat top center;
    background-size: cover;
}

.products-banner.bg3 {
    background: url("images/chpin_banner_3@2x.png") no-repeat top center;
    background-size: cover;
}

.products-banner.bg4 {
    background: url("images/chpin_banner_4@2x.png") no-repeat top center;
    background-size: cover;
}

.products-banner h2 {
    text-align: center;
    margin: 0;
    font-size: 0;
}

.products-banner h2 span {
    display: inline-block;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 240px;
    margin: 0 20px;
}

.products-list-box {
    overflow: hidden;
}

.products-list {
    padding: 25px 0;
    margin: 0 -22px;
}

.products-list li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px 22px;
}

.products-li {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee\0;
    padding: 36px 24px;
}

.products-li:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.products-li img {
    float: left;
}

.products-li div {
    margin-left: 135px;
    overflow: hidden;
}

.products-li div h3 {
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    font-weight: bold;
}

.products-li div p {
    color: #808080;
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0 0;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.products-li div span {
    float: right;
    margin-top: 24px;
    font-size: 14px;
    color: #808080;
    padding-right: 20px;
    background: url("images/icon_l1@2x.png") no-repeat right center;
}

.products-li div span:hover {
    color: #0082FC;
    background: url("images/icon_l2@2x.png") no-repeat right center;
}

.products-li div span:hover {
    color: #0069CC;
    background: url("images/icon_l3@2x.png") no-repeat right center;
}

@media (max-width: 1400px) {
    .products-list {
        margin: 0 0;
    }
}

@media (max-width: 640px) {
    .products-list li {
        padding: 15px 0;
    }
    .products-banner h2 {
        padding: 60px 0;
    }
    .products-banner h2 span {
        display: block;
        line-height: 60px;
    }
}

@media (max-width: 414px) {
    .products-li {
        padding: 25px 15px;
    }
    .products-li img {
        width: 80px;
    }
    .products-li div {
        margin-left: 95px;
    }
}


/* 解决方案 */

.solution-banner {
    height: 260px;
    background: url("images/banner-jjfa.png") no-repeat top center;
    background-size: cover;
}

.solution-banner div {
    padding-top: 60px;
}

.solution-banner h1 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.solution-banner p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    line-height: 1.6;
    max-width: 760px;
}

.solution-list {
    padding: 30px 0;
    margin: 0 -14px;
}

.solution-list li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.solution-list li div {
    padding: 30px 14px;
}

.solution-list li div img {
    display: block;
    max-width: 100%;
}

.solution-list li div h2 {
    font-size: 24px;
    color: #000000;
    margin: 34px 0 0;
    font-weight: bold;
}

.solution-list li div p {
    font-size: 16px;
    color: #808080;
    line-height: 1.5;
    margin: 34px 0 0;
    margin: 10px 0 0;
    font-family: Microsoft YaHei;
}

@media (max-width: 1400px) {
    .solution-list {
        margin: 0 0;
    }
}


/* 关于我们 */

.about-banner {
    height: 300px;
    background: url("images/gywm_banner@2x.png") no-repeat top center;
    background-size: cover;
}

.about-banner h1 {
    text-align: center;
    font-weight: bold;
    font-size: 0;
    margin: 0;
}

.about-banner h1 span {
    line-height: 300px;
    font-size: 36px;
    color: #fff;
}

.about-nav {
    padding-top: 60px;
    border-bottom: 1px solid #EDEDED;
    text-align: center;
    font-size: 0;
}

.about-nav li {
    margin: 0 40px;
    display: inline-block;
    line-height: 46px;
    color: #333333;
    font-size: 18px;
    cursor: pointer;
}

.about-nav li.active {
    color: #0082FC;
    border-bottom: 1px solid #0082FC;
    margin-bottom: -1px;
}

.about-line {
    padding: 60px 0;
    display: none;
}

.about-line.active {
    display: block;
}

.about-brief-line+.about-brief-line {
    margin-top: 50px;
}

.about-brief-line h2 {
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
}

.about-brief-line h3 {
    color: #0082FC;
    font-size: 18px;
    line-height: 1.5;
}

.about-brief-line p {
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
}

.Culture-list li {
    padding: 0 70px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.Culture-list li+li {
    border-left: 1px dashed #CEE7FF;
}

.Culture-list li img {
    display: block;
    margin: 0 auto;
}

.Culture-list li h3 {
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin: 16px 0 20px;
}

.Culture-list li p {
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.Culture-imgtext {
    margin-top: 60px;
}

.Culture-imgtext>h2 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.Culture-imgtext-list {
    margin-top: 55px;
}

.Culture-imgtext-list li {
    padding: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.Culture-imgtext-list li div {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee\0;
}

.Culture-imgtext-list li img {
    display: block;
    width: 100%;
}

.Culture-imgtext-list li h3 {
    font-size: 30px;
    color: #333333;
    padding: 36px 30px 0;
    margin: 0;
    font-weight: bold;
}

.Culture-imgtext-list li p {
    font-size: 16px;
    color: #666666;
    padding: 10px 30px 56px;
    margin: 0;
}

.recruit-list li {
    padding: 15px 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.recruit-list li div {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee\0;
    padding: 25px;
}

.recruit-list li div:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.recruit-list li div h3 {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    background: url("images/icon_d1@2x.png") no-repeat right center;
    margin: 0;
}

.recruit-list li div h3:hover {
    color: #0082FC;
    background: url("images/icon_d2@2x.png") no-repeat right center;
}

.recruit-list li div h3:active {
    color: #0069CC;
    background: url("images/icon_d3@2x.png") no-repeat right center;
}

.recruit-list li div img {
    display: block;
    width: 100%;
    margin-top: 34px;
}

@media (max-width: 640px) {
    .Culture-list li {
        padding: 0;
    }
    .about-nav li {
        margin: 0 20px;
    }
    .solution-banner div {
        padding-top: 30px;
    }
}

@media (max-width: 750px) {
    .about-banner h1 {
        text-align: center;
        font-weight: bold;
        font-size: 0;
        margin: 0;
        padding: 90px 0;
    }
    .about-banner h1 span {
        line-height: 60px;
        font-size: 32px;
        display: block;
        color: #fff;
    }
}


/* 侧边栏 */

.sidebar-fix {
    position: fixed;
    right: 0;
    top: 54%;
    margin-top: -105px;
    z-index: 10;
}

.sidebar-fix a {
    width: 70px;
    height: 70px;
    box-shadow: 0px -1px 0px 0px rgba(22, 113, 217, 0.25);
    display: block;
    position: relative;
}

.sidebar-fix a.sidebar-wx {
    background: url("images/icon_wx.png") no-repeat center center;
    border-top-left-radius: 4px;
    background-color: #0082FC;
}

.sidebar-fix a.sidebar-wx:hover {
    background: url("images/icon_wx.png") no-repeat center center;
    background-color: #156ED4;
}

.sidebar-fix a.sidebar-wx:active {
    background: url("images/icon_wx.png") no-repeat center center;
    background-color: #1361BA;
}

.sidebar-fix a.sidebar-qq {
    background: url("images/icon_qq.png") no-repeat center center;
    background-color: #0082FC;
}

.sidebar-fix a.sidebar-qq:hover {
    background: url("images/icon_qq.png") no-repeat center center;
    background-color: #156ED4;
}

.sidebar-fix a.sidebar-qq:active {
    background: url("images/icon_qq.png") no-repeat center center;
    background-color: #1361BA;
}

.sidebar-fix a.sidebar-qy {
    border-bottom-left-radius: 4px;
    background: url("images/icon_qy.png") no-repeat center center;
    background-color: #0082FC;
}

.sidebar-fix a.sidebar-qy:hover {
    background: url("images/icon_qy.png") no-repeat center center;
    background-color: #156ED4;
}

.sidebar-fix a.sidebar-qy:active {
    background: url("images/icon_qy.png") no-repeat center center;
    background-color: #1361BA;
}

.sidebar-details {
    position: absolute;
    right: 80px;
    top: 0;
    border: 1px solid #d4d4d4;
    background: #ffffff;
    box-shadow: 0 0 15px #ccc;
    padding: 11px 18px;
    display: none;
}

.sidebar-details img {
    width: 140px;
}

.sidebar-wx .sidebar-details i {
    top: 20%;
}

.sidebar-details i {
    width: 16px;
    height: 14px;
    background: url("images/sz.png?666") no-repeat left center;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -7px;
}

.sidebar-fix a:hover .sidebar-details {
    display: block;
}

.sidebar-details img {
    width: 120px;
    max-width: 120px;
}

.sidebar-wx .sidebar-details {
    padding: 11px;
}

.smbtnzzz {
    position: fixed;
    bottom: 0;
    top: auto;
    left: auto;
    right: 0;
    display: none;
    width: 100%;
    height: 70px;
    text-align: center;
    font-size: 16px;
    background-color: #0082FC;
    color: #fff;
    font-weight: bold;
    line-height: 70px;
    /* border-radius: 50%; */
    z-index: 999;
}

@media (max-width: 640px) {
    .sidebar-fix {
        display: none;
    }
    .smbtnzzz {
        display: block;
    }
}