#homepage {
    display: table;
    margin: 10px auto;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

#homepage span {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    margin-right: 4px;
    background: #333;
    color: #fff;
}

#homepage a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    margin-right: 4px;
}

.aui-rotate-content {
    width: 1100px;
    margin: 0 auto;
}

.function-wrapper {
    position: relative;
    padding: 10px 0;
}

.function-wrapper .function-content {

}

.aui-rotate-left {
    width: 290px;
}

.function-wrapper .aui-title-subtitle {
    font-size: 28px;
    letter-spacing: 1px;
    color: #ff6b6b;
    margin: 0;
    padding: 80px 0 100px 0;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}

.function-wrapper .aui-info .aui-title-wrapper {
    position: relative;
    margin-bottom: 5px;
}

.function-wrapper .title {
    font-size: 26px;
    letter-spacing: 4px;
    margin: 0;
    height: 50px;
    font-weight: normal;
    line-height: 50px;
}

.function-wrapper .aui-info .title {
    position: absolute;
    top: 0;
    left: 0;
}

.function-wrapper .aui-info .title.mui-enter {
    transition-duration: 250ms;
    transition-timing-function: linear;
    transition-duration: 0.5s;
    opacity: 0;
    transition-property: opacity;
}

.function-wrapper .aui-info .title.first {
    position: relative;
}

.function-wrapper .aui-info .title.mui-enter.mui-enter-active {
    opacity: 1;
}

.function-wrapper .aui-info .aui-text-wrapper {

    margin-bottom: 80px;
    height: 84px;
}

.function-wrapper .aui-info .desc {

}

.function-wrapper .aui-info .desc.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity;
}

.function-wrapper .aui-info .desc.first {
    position: relative;
}

.function-wrapper .aui-info .desc.mui-enter.mui-enter-active {
    opacity: 1;
    display: block;
}

.function-wrapper .desc {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #999;
    margin: 0;
    font-weight: normal;
}

.function-wrapper .aui-info .desc.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity;
    display: none;
}

.function-wrapper .control {
    font-size: 24px;
}

.aui-rotate-item-fr {
    width: 400px;
}

.function-wrapper .function-iphone {
    width: 300px;
    padding-top: 0px;
    position: relative;
    z-index: 3;
}

.function-wrapper .function-screen {
    position: absolute;
    width: 179px;
    top: 50%;
    transform: translateY(-50%) translateX(30px);
    transition: transform 1s;
    z-index: 1;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.function-wrapper .carousel.present-screen-1 .screen-1 {
    transform: translateY(-50%) translateX(-240px) scale(1.29);
    z-index: 2;
}

.function-wrapper .carousel.present-screen-1 .screen-3 {
    transform: translateY(-50%) translateX(290px)
}

.function-wrapper .carousel.present-screen-2 .screen-2 {
    transform: translateY(-50%) translateX(-240px) scale(1.29);
    z-index: 2;
}

.function-wrapper .carousel.present-screen-2 .screen-1 {
    transform: translateY(-50%) translateX(290px)
}

.function-wrapper .carousel.present-screen-3 .screen-3 {
    transform: translateY(-50%) translateX(-238px) scale(1.29);
    z-index: 2;
}

.function-wrapper .carousel.present-screen-3 .screen-2 {
    transform: translateY(-50%) translateX(290px)
}

.feature-wrapper {
    position: relative;
    background-color: #f4f6fb;
    line-height: 0
}

.feature-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    width: 60%;
    background-color: #fff;
    line-height: 1.15;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
    border-radius: 4px;
    overflow: hidden
}

.aui-icon {
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: left;
    cursor: pointer;
    opacity: 0.6;
    margin-right: 80px;
}

.aui-icon:hover {
    opacity: 1;
}

.aui-icon-arrow-fl {
    background-image: url("../image/row-left.png");
}

.aui-icon-arrow-fr {
    background-image: url("../image/row-right.png");
}

.au-border-bottom {
    width: 70px;
    border-top: 3px solid #ed4040;
    margin-bottom: 20px;
}

.aui-icon-arrow-fl:hover {
    background-image: url("../image/row-left-h.png");
}

.aui-icon-arrow-fr:hover {
    background-image: url("../image/row-right-h.png");
}

.aui-rotate-content .aui-module {
    float: left;
}

#wrapper {
    width: 600px;
    margin: 50px auto;
    height: 400px;
    position: relative;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0px;
}

#slider-wrap {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

#slider-wrap ul#slider {
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
}

#slider-wrap ul#slider li {
    float: left;
    position: relative;
    width: 600px;
    height: 400px;
}

#slider-wrap ul#slider li > div {
    position: absolute;
    top: 20px;
    left: 35px;
}

#slider-wrap ul#slider li > div h3 {
    font-size: 36px;
    text-transform: uppercase;
}

#slider-wrap ul#slider li > div span {
    font-family: Neucha, Arial, sans serif;
    font-size: 21px;
}

#slider-wrap ul#slider li i {
    text-align: center;
    line-height: 400px;
    display: block;
    width: 100%;
    font-size: 90px;
}

.btns:hover {
    background: rgba(0, 0, 0, 0.3);
}

#next {
    right: -50px;
    border-radius: 7px 0px 0px 7px;
}

#previous {
    left: -50px;
    border-radius: 0px 7px 7px 7px;
}

#counter {
    top: 30px;
    right: 35px;
    width: auto;
    position: absolute;
}

#slider-wrap.active #next {
    right: 0px;
}

#slider-wrap.active #previous {
    left: 0px;
}

#pagination-wrap {
    min-width: 20px;
    margin-top: 350px;
    margin-left: auto;
    margin-right: auto;
    height: 15px;
    position: relative;
    text-align: center;
}

#pagination-wrap ul {
    width: 100%;
}

#pagination-wrap ul li {
    margin: 0 4px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    position: relative;
    top: 0;

}

#pagination-wrap ul li.active {
    width: 12px;
    height: 12px;
    top: 3px;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
}

#slider-wrap ul, #pagination-wrap ul li {
    -webkit-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -moz-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -o-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -ms-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    transition: all 0.3s cubic-bezier(1, .01, .32, 1);
}

@charset "utf-8";

@keyframes scaleToggleOne {

0
{
    transform: scale(1)
;
    -webkit-transform: scale(1)
}
50
%
{
    transform: scale(2)
;
    -webkit-transform: scale(2)
}
100
%
{
    transform: scale(1)
;
    -webkit-transform: scale(1)
}
}
@keyframes scaleToggleTwo {

0
{
    transform: scale(1)
;
    -webkit-transform: scale(1)
}
20
%
{
    transform: scale(1)
;
    -webkit-transform: scale(1)
}
60
%
{
    transform: scale(2)
;
    -webkit-transform: scale(2)
}
100
%
{
    transform: scale(1)
;
    -webkit-transform: scale(1)
}
}
@keyframes scaleToggleThree {

0
{
    transform: scale(1)
;
    -webkit-transform: scale(1)
}
33
%
{
    transform: scale(1)
;
    -webkit-transform: scale(1)
}
66
%
{
    transform: scale(2)
;
    -webkit-transform: scale(2)
}
100
%
{
    transform: scale(1)
;
    -webkit-transform: scale(1)
}
}
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.livechat-girl {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 0;
    right: 40px;
    opacity: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
    box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
    z-index: 700;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
    transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

.livechat-girl:focus {
    outline: 0
}

.livechat-girl.animated {
    opacity: 1;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px)
}

.livechat-girl:after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-image: url(../image/offside_num.png);
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 50
}

.livechat-girl .girl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 50
}

.livechat-girl .animated-circles .circle {
    background: rgba(209, 16, 33, .25);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.livechat-girl .animated-circles.animated .c-1 {
    animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .animated-circles.animated .c-2 {
    animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .animated-circles.animated .c-3 {
    animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl.animation-stopped .circle {
    opacity: 0 !important
}

.livechat-girl.animation-stopped .circle {
    opacity: 0 !important
}

.livechat-girl .livechat-hint {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
    transition: all .3s cubic-bezier(.86, 0, .07, 1)
}

.livechat-girl .livechat-hint.show_hint {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 1
}

.livechat-girl .livechat-hint.hide_hint {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.livechat-girl .livechat-hint.rd-notice-tooltip {
    max-width: 1296px !important
}

.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (max-width: 1599px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width: 1060px !important
    }
}

@media only screen and (max-width: 1309px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width: 984px !important
    }
}

@media only screen and (max-width: 1124px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width: 600px !important
    }
}

.rd-notice-tooltip {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    font-size: 14px;
    border-radius: 3px;
    line-height: 1.25;
    position: absolute;
    z-index: 65;
    max-width: 350px;
    opacity: 1
}

.rd-notice-tooltip:after {
    position: absolute;
    display: block;
    content: '';
    height: 20px;
    width: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 50
}

.rd-notice-tooltip .rd-notice-content {
    background: 0;
    border-radius: 3px;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 60;
    padding: 20px;
    font-weight: 400;
    line-height: 1.45
}

.rd-notice-type-success {
    background-color: #d11021;
    -webkit-box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2);
    box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2)
}

.rd-notice-type-success .rd-notice-content {
    background-color: #d11021
}

.rd-notice-type-success:after {
    background-color: #d11021;
    -webkit-box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2);
    box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2)
}

.rd-notice-position-left {
    margin-left: -20px
}

.rd-notice-position-left:after {
    right: -6px;
    top: 50%;
    margin-top: -10px
}

.rd-notice-tooltip.single-line .rd-notice-content {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    white-space: nowrap
}

@font-face {
    font-family: 'pingFangSC-REGULAR';
    src: url('../font/PINGFANGREGULAR.TTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pingFangSC-MEDIUM';
    src: url('../font/PINGFANGMEDIUM.TTF');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pingFangSC-BOLD';
    src: url('../font/PINGFANGBOLD.TTF');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pingFangSC-LIGHT';
    src: url('../font/PINGFANGLIGHT.TTF');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '超世纪粗古印';
    src: url('../font/超世纪粗古印.TTF');

}

@font-face {
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu
}

}

body {
    font-family: 'pingFangSC-REGULAR';
}

.body-wrap {
    background-color: #eaeaea;
    padding-bottom: 60px;
}

.banner_ul {
    position: relative;
}

.haed_nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
    line-height: 100px;
    transition: all 0.6s;
}

.header_nav {
    width: 90%;
    margin: 0 auto;
}

.right_nav_box .nav_list {
    float: left;
    font-family: 'pingFangSC-MEDIUM';
    font-size: 14px;
}

.right_nav_box .ico_list {
    float: left;
    height: 100px;
    display: flex;
    align-items: center;
}

.nav_phone_num {
    font-size: 18px;
    color: #fff;
    margin-left: 8px;
    font-family: 'pingFangSC-MEDIUM';
}

.nav_phone_img {
    margin-top: 37px;
    background: url(../image/nav_phone.png) no-repeat center;
    transition: all 0.6s;
}

.right_nav_box {
    float: right;
}

.cative-show-long {
    content: '';
    width: 100%;
    bottom: 0;
    position: absolute;
    display: block;
    height: 1px;
    background: #fff;
}

.haed_nav .nav_list > dl dd {
    float: left;
    color: #fff;
    font-size: 14px;
    margin: 0 20px;
}

.haed_nav .nav_list > dl dd a {
    color: #fff;
    height: 70px;
    display: inline-block;
    position: relative;
    font-size: 14px;
}

.haed_nav .nav_list > dl dd a.cative-show:after {
    content: '';
    width: 100%;
    bottom: 0;
    position: absolute;
    display: block;
    height: 1px;
    background: #fff;
}

.haed_nav .nav_list > dl dd a:hover:after {
    width: 100%;
}

.haed_nav .nav_list > dl dd a:after {
    content: '';
    bottom: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all .4s;
}

.ico_list .same_nav_a {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0 10px;
}

.labour_dd {
    position: relative;
}

.labour_dd > a {
    display: block;
    float: left;
}

.header_nav dl .line {
    display: block;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5);
    margin-left: 30px;
    float: right;
    margin-top: 43px;
}

.haed_nav .ico_list .qq {
    background: url(../image/QQ.png) no-repeat center;
    transition: all 0.4s;
}

.haed_nav .ico_list .weixin {
    background: url(../image/wechat.png) no-repeat center;
    transition: all 0.4s;
}

.haed_nav .ico_list .weibo {
    background: url(../image/sina.png) no-repeat center;
    transition: all 0.4s;
}

.haed_nav .ico_list .qq:hover {
    background: url(../image/bai_man.png) no-repeat center;
    transform: rotateX(360deg);
}

.haed_nav .ico_list .weixin:hover {
    background: url(../image/bai_wechat.png) no-repeat center;
    transform: rotateX(360deg);
}

.haed_nav .ico_list .weibo:hover {
    transform: rotateX(360deg);
}

.logo {
    display: inline-block;
}

.logo_two {
    display: none;
}

.m-nav-box > .lines_box {
    width: 42px;
    display: inline-block;
    line-height: 10px;
}

.m-nav-box > .lines_box > .line {
    height: 2px;
    background-color: #fff;
    display: inline-block;
}

.m-nav-box > .lines_box > .line1 {
    width: 60%;
}

.m-nav-box > .lines_box > .line2 {
    width: 80%;
}

.m-nav-box > .lines_box > .line3 {
    width: 90%;
}

.m-nav-box {
    display: none;
}

.nav_base_style {
    background: #111820;
}

.nav_change_style {
    background: rgba(255, 255, 255, 1);
}

.nav_change_style .nav_list > dl dd {
    color: #333;
}

.nav_change_style .nav_list > dl dd a {
    color: #333;
}

.nav_change_style .nav_list > dl dd a.cative-show:after {
    background: #333;
}

.nav_change_style .nav_list > dl dd a:hover:after {
    background: #333;
}

.nav_change_style .nav_list > dl dd a:after {
    background: #333;
}

.nav_change_style dl .line {
    background: rgba(33, 33, 33, 0.5);
}

.nav_change_style .ico_list .qq {
    background: url(../image/QQ_block.png) no-repeat center;
    transition: all 0.4s;
}

.nav_change_style .ico_list .weixin {
    background: url(../image/wechat_block.png) no-repeat center;
    transition: all 0.4s;
}

.nav_change_style .ico_list .weibo {
    background: url(../image/sina_block.png) no-repeat center;
    transition: all 0.4s;
}

.nav_change_style .ico_list .qq:hover {
    background: url(../image/hei_man.png) no-repeat center;
    transform: rotateX(360deg);
}

.nav_change_style .ico_list .weixin:hover {
    background: url(../image/hei_wechat.png) no-repeat center;
    transform: rotateX(360deg);
}

.nav_change_style .ico_list .weibo:hover {
    transform: rotateX(360deg);
}

.nav_change_style .ico_list .nav_phone_img {
    margin-top: 37px;
    background: url(../image/nav_phone_block.png) no-repeat center;
}

.nav_change_style .ico_list .nav_phone_num {
    color: #333;
}

.i-ban li .word {
    font-size: 32px;
}

.i-ban li .word .eng_text {
    font-size: 18px;
}

.i-ban .btns {
    bottom: 400px;
}

.i-ban .btns span {
    width: 100px;
}

.i-ban .moveBtn {
    width: 278px;
    height: 58px;
    background-color: #fff;
    position: absolute;
    left: 10.5%;
    bottom: 240px;
    z-index: 20;
    text-align: center;
    line-height: 58px;
    transition: all 0.6s;
    cursor: pointer;
}

.moveBtn_txt {
    font-family: arial;
    color: #000000;
    font-size: 20px;
    transition: all 0.6s;
}

.arrow {
    display: inline-block;
    width: 29px;
    height: 8px;
    background: url(../image/arrow.png);
    margin-left: 8%;
    transition: all 0.6s;
}

.i-ban .btns span {
    width: 150px;
    margin-right: 0;
}

.i-ban .moveBtn:hover {
    background-color: rgba(33, 33, 33, 0.7);
    border-radius: 5px;
}

.i-ban .moveBtn:hover .moveBtn_txt {
    color: #fff;
}

.i-ban .moveBtn:hover .arrow {
    background: url(../image/bai_arrow.png);
}

.word {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 32px;
}

.i-fir-wrap .left-wrap .cent-cont {
    position: static;
    padding-left: 8%;
    padding-top: 88px;
}

.mgtop {
    margin-top: 80px;
}

.mginb-16 {
    margin-bottom: 30px;
}

.i-column-wrap.black .stit a {
    font-size: 36px;
    font-family: "Base-font";
}

.i-column-wrap.black .line {
    background-color: #000;
}

.i-column-wrap .line {
    width: 20px;
    height: 3px;
}

.i-column-wrap.black .mtit {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 22px;
    color: #333333;
}

.i-column-wrap .black .mtit a {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 22px;
    color: #333333;
}

.i-column-wrap .font {
    font-size: 14px;
    color: #555555;
    line-height: 28px;
    margin-top: 12px;
}

.i-column-wrap .font > a {
    font-size: 14px;
    color: #555555;
    line-height: 28px;
}

.i-fir-wrap .left-wrap .link-box {
    margin-top: 72px;
}

.i-sec-wrap .right-cont .link-box {
    margin-top: 76px;
}

.i-fir-wrap .left-wrap .link-box a {
    display: inline-block;
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    margin-bottom: 14px;
    border: 1px solid #828282;
    padding: 0 12px;
    border-radius: 18px;
    margin-right: 20px;
    color: #666666;
    transition: all 0.3s ease 0s;
    float: left;

}

.i-fir-wrap .left-wrap .link-box a:hover {
    color: #fff;
    background-color: #4e4e4e;
}

.la {
    display: inline-block;
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    margin-bottom: 14px;
    border: 1px solid #828282;
    padding: 0 12px;
    border-radius: 18px;
    margin-right: 20px;
    color: #333;
    transition: all 0.3s ease 0s;
    float: left;

}

.la:hover {
    color: #fff;
    background-color: #2f2f2f;
}
.lb {
    display: inline-block;
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    margin-bottom: 14px;
    border: 1px solid #828282;
    padding: 0 12px;
    border-radius: 18px;
    margin-right: 20px;
    color: #fff;
    transition: all 0.3s ease 0s;
    float: left;

}

.lb:hover {
    color: #333;
    background-color: #fff;
}

.i-column-wrap.white .stit a {
    font-size: 36px;
    font-family: "Base-font";
}

.i-column-wrap.white .line {
    width: 20px;
    height: 3px;
    background-color: #fff;
}

.i-column-wrap.white .font {
    opacity: 0.9;
}

.i-column-wrap.white .font > a {
    font-size: 14px;
    color: #fff;
}

.i-sec-wrap .right-cont .link-box a {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
}

.i-column-wrap .mtit {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 22px;
    line-height: 36px;
}

.case-wrap {
    background-color: #fff;
    width: 100%;
}

.i-thi-wrap .tit-box h4 {
    font-family: "Base-font";
    font-size: 40px;
    color: #333333
}

.i-thi-wrap .tit-box .intr {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.tit-box {
    float: left;
    width: 50%;
}

.i-thi-wrap .nav-box {
    float: right;
    width: 50%;
    margin-top: 0;
}

.i-thi-wrap .nav-box .left-link .type-link {
    font-family: 'pingFangSC-BOLD';
    background: none;
    line-height: 40px;
    padding-left: 30px;
    margin-left: 50px;
    color: #999999;
    transition: border-bottom 0.6s ease-in;
    border-bottom: 1px solid transparent;
}

.i-thi-wrap .nav-box .left-link .type-link:hover {
    background: none !important;
    border-bottom: 1px solid #333;
    color: #333;
    opacity: 1;
    font-family: 'pingFangSC-BOLD';
}

.i-thi-wrap .nav-box .left-link a h2 {
    line-height: 40px;
}

.i-thi-wrap .case_box {
    width: 100%;
}

.i-thi-wrap .nav-box .left-link a.all {
    font-family: 'pingFangSC-BOLD';
    width: auto;
    color: #999999;
    border-bottom: 1px solid #333;
    color: #333;
    opacity: 1;
}

.i-thi-wrap .list-wrap ul {
    width: 100%;
}

.i-thi-wrap .list-wrap li {
    width: 33.3333%;
    margin-right: 0;
    margin-bottom: -1px;
}

.casemagtop {
    padding-top: 60px;
}

.i-wrap .up-graybox .case-caption {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 30%;
    color: #fff;
}

.write-line {
    width: 15px;
    height: 3px;
    background-color: #fff;
    margin: 10px auto;
}

.case-item-title {
    font-size: 28px;
    font-family: '微软雅黑';
}

.case-item-move {
    font-family: 'pingFangSC-BOLD';
    font-size: 16px;
    color: #fff;
}

.pages {
    text-align: center;
    margin-top: 65px;
    width: 100%;
}

.prev, .next {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #f7f7f7;
    border-radius: 50% !important;
    float: left;
    transition: all 0.6s;
}

.prev {
    background: url(../image/left-arrow.png) no-repeat center;
    background-color: #f7f7f7;
}

.next {
    background: url(../image/right-arrow.png) no-repeat center;
    background-color: #f7f7f7;
}

.prev:hover {
    background: url(../image/bai_left-arrow.png) no-repeat center;
    background-color: rgba(33, 33, 33, 0.8);
}

.next:hover {
    background: url(../image/bai_right-arrow.png) no-repeat center;
    background-color: rgba(33, 33, 33, 0.8);
}

.lade_move {
    display: inline-block;
    height: 50px;
    width: 177px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 50px;
    margin: 0 30px;
    border-radius: 25px;
    transition: all 0.6s;
}

.lade_move:hover {
    background-color: rgb(247, 247, 247);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.pages-move {
    font-family: arial;
    font-size: 14px;
    color: #333333;
    margin-left: 8px;
}

.move-icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../image/ico_09.png) no-repeat center;
}

.btn_box {
    width: 337px;
    height: 50px;
    margin: 0 auto;
}

.about-ban .top-tit h4 {
    font-family: "Base-font";
    font-size: 40px;
    color: #fff;
    line-height: 60px;
}

.about-ban .top-tit .date {
    font-size: 16px;
    color: #fff;
    font-family: 'pingFangSC-MEDIUM';
    line-height: 30px;
    margin-top: 0;
}

.about-ban .top-tit .tit {
    font-family: 'pingFangSC-BOLD';
    font-size: 16px;
    line-height: 30px;
    margin-top: 35px;
}

.about-ban .top-tit .tit-intro {
    font-size: 14px;
    line-height: 28px;
    width: 50%;
    margin-top: 10px;
}

.about-ban .num-top {
    width: 45%;
    top: 16%;
}

.about-ban .num-top li {
    padding-left: 0rem;
    margin-left: 0rem;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.about-ban .num-top li:nth-of-type(1) {
    width: 50%;
    text-align: left;
}

.about-ban .num-top li:nth-of-type(2) {
    width: 50%;
    text-align: center;
}

.about-ban .num-top .num {
    font-size: 60px;
    line-height: 90px;
    font-family: arial;
    padding-top: 30px;
}

.about-ban .num-top .num > .num-active {
    font-size: 90px;
    line-height: 90px;
    font-family: "Trump";
}

.about-ban .num-top .en-tt {
    font-size: 16px;
    opacity: 1;
    line-height: 30px;
    font-family: 'pingFangSC-REGULAR';
}

.about-ban .num-top .line {
    height: 124%;
    opacity: 1;
    background-color: #6d7680;
}

.about-ban .cent-cont {
    margin-top: 50px;
    padding-top: 0px;
}

.about-ban .bd_sty2.list-cont {
    width: 100%;
}

.about-ban .cont-wrap {
    top: 20%;
}

.about-ban .list-cont li {
    width: 25%;
    box-sizing: border-box;
    background: none;
    height: 200px;
}

.about-ban .list-cont li:nth-of-type(2) {
    border: none;
}

.about-ban .list-cont li:nth-of-type(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.about-ban .list-cont li:nth-of-type(4) {
    border-right: none;
}

.about-ban .list-cont .num {
    font-size: 60px;
    line-height: 90px;
    font-family: arial;
    padding-top: 40px;
}

.about-ban .list-cont .num > .num-active {
    font-size: 90px;
    line-height: 90px;
    font-family: "Trump";
}

.about-ban .list-cont .en-tt {
    font-size: 16px;
    opacity: 1;
    line-height: 30px;
    font-family: 'pingFangSC-REGULAR';
}

.about-ban .cent-cont .map-sign {
    width: 40%;
    margin-top: 40px;
    margin-right: 0
}

.bgimg {
    display: block;
}

.new-center {
    width: 100%;
    background-color: #eaeaea;
    margin-top: -1px;
}

.newmagtop {
    padding-top: 100px;
    padding-bottom: 100px;
}

.new-box {
    background-color: #eaeaea;
}

.i-thi-wrap .list-wrap .new-box > li {
    background-color: #fff;
    width: 30%;
    margin-right: 5%;
    box-sizing: border-box;
    padding: 40px;
    transition: all 0.6s;
}

.i-thi-wrap .list-wrap .new-box > li:hover {
    box-shadow: 0 0 5px 6px #ccc;
}

.i-thi-wrap .list-wrap .new-box > li:nth-of-type(3) {
    margin-right: 0;
}

.i-thi-wrap .list-wrap .new-box > li a {
    color: #333;
}

.i-thi-wrap .list-wrap .new-box > li a:hover {
    #333;
}

.i-thi-wrap .list-wrap .new-box > li a > h2 {
    font-family: 'pingFangSC-BOLD';
    color: #111820;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i-thi-wrap .list-wrap .new-box > li a .data {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 14px;
    color: #222222;
    margin-top: 8px;
}

.i-thi-wrap .list-wrap .new-box > li a .new-indro {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.i-thi-wrap .list-wrap .new-box > li a .link-point {
    font-family: arial;
    font-size: 14px;
    color: #111820;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

.cooperation {
    padding-top: 75px;
    padding-bottom: 75px;
}

.cooperation-left {
    width: 41%;
}

.cooperation-right {
    width: 50.5%
}

.cooperation-title {
    font-family: "Base-font";
    font-size: 40px;
    color: #333333;
}

.cooperation-huoban {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.cooperation-intro {
    font-size: 14px;
    color: #333333;
    margin-top: 40px;
}

.cooperation-right > img {
    width: 100%;
    border: 0;
    vertical-align: middle;
}

.body-wrap {
    padding-bottom: 0px;
}

.index_item {
    padding-bottom: 20px;
}

.partner_ul > li {
    width: 22%;
    margin: 20px 1.5%;
    text-align: center;
}

.partner_ul > li img {
    cursor: pointer;
    filter: grayscale(100%);
    transition: all 0.6s;
    width: 100%;
    height: auto;
}

.partner_ul > li:hover img {
    filter: grayscale(0%);
}

footer {
    width: 100%;
    background-color: #111820;
}

.company-intro {
    box-sizing: border-box;
    padding-bottom: 40px;
}

.one-row {
    padding-top: 20px;
}

.input-box {
    width: 30%;
    position: relative;
}

.company-info {
    width: 60%;
}

.erweima {
    width: 82px;
}

.erweima > img {
    width: 100%;
}

.phone-num {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 30px;
    color: #5c6166;
    display: block;
    margin-top: -7px;
    margin-left: 18px;
}

.phone-box {
    width: 45px;
    height: 45px;
    display: block;
    vertical-align: middle;
}

.phone-box > img {
    width: 100%;
}

.company-phone {
    margin-left: 22%;
    padding-top: 20px;
}

/*.company-logo{padding-top: 20px;}*/
.nav-ul > li > a {
    font-size: 14px;
    color: #5c6166;
}

.nav-ul > li > a:hover {
    font-size: 14px;
    color: #fff;
}

.nav-ul > li {
    width: 8%;
    margin-right: 3.5%;
    text-align: center;
}

.nav-ul > li:nth-of-type(9) {
    margin-right: 0;
}

.nav-ul-box {
    margin-top: 40px;
}

.foot-bottom {
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.foot-bottom {
    font-size: 14px;
    color: #5c6166;
}

.banquan {
    position: relative;
}

.addre {
    margin-left: 30px;
}

.abso-input {
    position: absolute;
    width: 500px;
    height: 380px;
    left: 0;
    top: -70px;
    box-sizing: border-box;
    background-color: #1d242b;
}

.form {
    padding: 0 40px;
    padding-top: 30px;
}

.form > input {
    width: 100%;
    border: none;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #5c6166;
    background-color: #1d242b;
    color: #fff;
    font-size: 14px;
}

.form > .msg {
    width: 100%;
    border: none;
    resize: none;
    background-color: #1d242b;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #5c6166;
    padding-top: 10px;
}

.tijiao-btn {
    width: 200px;
    height: 55px;
    background: rgba(70, 76, 81, 0.7);
    color: #fff;
    font-family: "Base-font";
    font-size: 16px;
    text-align: center;
    line-height: 55px;
    margin-top: 20px;
    transition: all 0.4s;
    cursor: pointer;
}

.reset {
    background: rgba(70, 76, 81, 0.7);
    color: #fff;
    font-family: "Base-font";
}

.tijiao-btn:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #333;
}

.reset:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #333;
}

.form > input::placeholder {
    color: #5c6166;
    font-size: 14px;
    font-family: arial;
}

.form > .msg::placeholder {
    color: #5c6166;
    font-size: 14px;
    font-family: arial;
}

.bottom_line {
    width: 100%;
    height: 1px;
    background-color: #293037;
}

.company_info_box {
    margin-top: 60px;
}

.compang_two_code {
    width: 100px;
    text-align: center;
}

.company_name {
    color: #5c6166;
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
}

.icon_img_box {
    width: 24px;
    height: 24px;
}

.company_info_text {
    display: inline-block;
    font-family: 'pingFangSC-MEDIUM';
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    margin-left: 10px;
}

.adress_img {
    background: url(../image/adress.png) no-repeat center;
    margin-top: 1px;
}

.plane_img {
    background: url(../image/phone_icon.png) no-repeat center;
}

.phone_img {
    background: url(../image/phone_icon_num.png) no-repeat center;
}

.compang_info_left > div {
    margin-bottom: 15px;
}

.footer_title {
    color: #fff;
    opacity: 0.7;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
}

.footer_baomi {
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    cursor: pointer;
    margin-top: 8px;
}

.bg-banner li {
    position: relative;
    left: 0;
    top: 0;
}

.header-img-box {
    width: 90%;
    height: 70%;
    box-sizing: border-box;
    position: absolute;
    top: 30%;
    left: 5%;
}

.title-intro {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 20px;
    color: #fff;
}

.title-intro-en {
    font-family: 'pingFangSC-LIGHT';
    font-size: 48px;
    color: #fff;
    opacity: 0.8;
    width: 40%;
    line-height: 60px;
    margin-top: 2%;
}

.down-line {
    width: 30%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    margin-top: 30px;
    margin-left: 1.5%;
}

.arrow-box {
    margin-top: 5%;
}

.down-arrow {
    width: 52px;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 100%;
    position: relative;
}

@keyframes scroll {
    0% {
        top: 10%;
    }
    15% {
        top: 12%;
    }
    25% {
        top: 15%;
    }
    35% {
        top: 20%;
    }
    40% {
        top: 25%;
    }
    50% {
        top: 30%;
    }
    75% {
        top: 35%;
    }
    100% {
        top: 10%;
    }
}

@-webkit-keyframes scroll {
    0% {
        top: 10%;
    }
    15% {
        top: 12%;
    }
    25% {
        top: 15%;
    }
    35% {
        top: 20%;
    }
    40% {
        top: 25%;
    }
    50% {
        top: 30%;
    }
    75% {
        top: 35%;
    }
    100% {
        top: 10%;
    }
}

.carousel-scroll-btn-icon {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    background: url(../image/arrow-down.png) no-repeat center center;
    cursor: pointer;
    animation: scroll 1.5s infinite ease-in-out;

}

.advantage-main {
    margin-top: 100px;
    box-sizing: border-box;
    padding: 60px 80px;
    background-color: #fff;
}

.our-advantage {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 24px;
    color: #333333;
    line-height: 48px;
}

.advantage-line {
    display: inline-block;
    width: 15px;
    height: 3px;
    background-color: #000;
}

.advantage-indro {
    font-size: 14px;
    color: #676767;
    margin-top: 12px;
}

.data-ul > li {
    width: 20%;
    margin-right: 6.66%;
}

.data-ul > li:nth-of-type(4) {
    margin-right: 0;
}

.ico-div {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    padding-top: 52px;
}

.ico-div > img {
    display: block;
    width: 100%;
    height: 100%;
}

.num-active-box {
    position: relative;
    margin-left: 20px;
}

.num-active-box > span {
    font-family: "Trump";
    font-size: 72px;
    color: #222222;
}

.num-active-box:after {
    content: '+';
    display: block;
    font-size: 40px;
    font-family: arial;
    color: #222222;
    position: absolute;
    right: -25px;
    top: 10px;
}

.info-num {
    margin-left: 35px;
}

.num-pro, .num-pro-move {
    font-size: 16px;
    color: #222222;
}

.magbot {
    margin-bottom: 30px;
}

.about-box-two {
    background-color: #fff;
}

.about-info-left {
    width: 55%;
    padding: 60px 80px;
    box-sizing: border-box;
}

.about-info-right {
    width: 45%;
    height: 100%;
}

.about-info-right img {
    width: 100%;
    display: block;
}

.about-info-title {
    font-family: "Base-font";
    font-size: 48px;
    color: #333333;
    line-height: 60px;
}

.company-name-title {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

.one-p {
    margin-top: 20px;
}

.lianxi-box {
    margin-top: 60px;
}

.company-intro-txt {
    font-size: 14px;
    color: #676767;
    line-height: 28px;
    margin-bottom: 25px;
}

.email-div, .qq-div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ccc;
    transition: all 0.6s;
    cursor: pointer;
}

.email-div {
    background: url(../image/e-h.png) no-repeat center;
}

.qq-div {
    background: url(../image/q-h.png) no-repeat center;
    margin-left: 30px;
}

.email-div:hover {
    background: url(../image/e-b.png) no-repeat center;
    background-color: #333;
}

.qq-div:hover {
    background: url(../image/q-b.png) no-repeat center;
    background-color: #333;
}

.our-serve {
    padding: 60px 80px;
    box-sizing: border-box;
    background-color: #fff;
}

.our-serve-title {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 24px;
    color: #333333;
    line-height: 48px;
}

.our-serve-intro {
    font-size: 14px;
    color: #676767;
    line-height: 28px;
    margin-top: 20px;
}

.our-serve-img-box {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-serve-img-box > img {
    display: block;
    transition: all 0.8s;
}

.our-serve-img-box:hover img {
    transform: rotateY(180deg);
}

.our-serve-name {
    font-family: 'pingFangSC-BOLD';
    font-size: 22px;
    color: #333333;
    line-height: 44px;
    margin-top: 10px;
}

.our-serve-item-intro {
    font-size: 14px;
    color: #999999;
    margin-top: 6px;
}

.our-serve-ul {
    margin-top: 70px;
}

.our-serve-ul > li {
    width: 18%;
    margin-right: 9.33%;
}

.our-serve-ul > li:nth-of-type(4) {
    margin-right: 0px;
}

.office-environment {
    background-color: #fff;
}

.officeleft {
    width: 35%;
    box-sizing: border-box;
    padding: 60px 80px;
}

.office-title {
    font-size: 28px;
    color: #333333;
    font-family: 'pingFangSC-MEDIUM';
    line-height: 55px;
}

.office-info {
    font-size: 14px;
    line-height: 28px;
    color: #333;
    margin-top: 20px;
}

.office-info-en {
    font-size: 14px;
    font-family: arial;
    line-height: 28px;
    color: #999999;
    margin-top: 15px;
    text-align: justify;
}

.officeright {
    width: 65%;
    overflow: hidden;
}

.officeright > img {
    width: 100%;
    display: block;
    transition: all 0.6s;
}

.about-img-one {
    width: 49%;
    height: 472px;
    overflow: hidden;
}

.about-img-two {
    width: 49%;
    height: 472px;
    overflow: hidden;
}

.about-img-one img, .about-img-two img {
    width: 100%;
    display: block;
    transition: all 0.6s;
}

.about-wrap-box {
    padding-bottom: 300px;
}

.case-wrap-box {
    background-color: #fff;
}

.about-img-one > img {
    filter: grayscale(100%);
    cursor: pointer;
}

.about-img-one > img:hover {
    filter: grayscale(0%);
}

.about-img-two > img {
    filter: grayscale(100%);
    cursor: pointer;
}

.about-img-two > img:hover {
    filter: grayscale(0%);
}

.office_envi > img {
    filter: grayscale(100%);
    cursor: pointer;
}

.office_envi > img:hover {
    filter: grayscale(0%);
}

.office_ture > img {
    filter: grayscale(100%);
    cursor: pointer;
}

.office_ture > img:hover {
    filter: grayscale(0%);
    cursor: pointer;
}

.case-mian {
    padding-top: 60px;
    padding-bottom: 10px;
}

.case-nav-box {
    margin-top: 35px;
}

.case-mian .nav-box {
    width: 100%;
}

.case-mian .title-box h4 {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 24px;
    color: #333333;
    line-height: 48px;
}

.case-nav-box .left-link .type-link {
    background: none;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    float: left;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.5s ease-in;
    color: #999999;
    margin-right: 60px;
    font-family: 'pingFangSC-BOLD';
    border-bottom: 1px solid transparent;
    padding-top: 8px;
    padding-bottom: 8px;
}

.case-nav-box .left-link .type-link.all {
    color: #333;
    border-bottom: 1px solid #333;
}

.case-nav-box .left-link .type-link:hover {
    color: #333;
    border-bottom: 1px solid #333;
}

.case-wrap-mat {
    margin-top: 45px;
}

.case-wrap-mat ul {
    width: 100%;
}

.case-wrap-mat ul li {
    width: 33.3333%;
    transition: box-shadow 0.3s ease 0s;
    margin-right: 0;
    margin-bottom: -1px;
}

.case-wrap-mat ul li .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.case-wrap-mat ul li .img img.up-pic {
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}

.case-wrap-mat .up-graybox {
    z-index: 3;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s ease 0s;
}

.case-wrap-mat ul li .img:hover img.up-pic {
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
}

.case-wrap-mat ul li .img:hover .up-graybox {
    opacity: 1;
    filter: alpha(opacity=1);
}

.case-wrap-mat .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}

.case-wrap-mat .case-caption {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 30%;
    color: #fff;
}

.pages-btns {
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.pages-btns > a {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.pages-btns > a.pages-active {
    background-color: #333;
    border: 1px solid #555;
}

.case_title-intro {
    font-family: 'pingFangSC-LIGHT';
    font-size: 32px;
    color: #fff;
    line-height: 76px;
}

.case_title-intro-en {
    font-size: 18px;
    color: #fff;
    width: 70%;
    line-height: 36px;
    margin-top: 20px;
}

.case_title_blod {
    font-family: 'pingFangSC-BOLD';
}

.play-title-intro {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 55px;
    color: #fff;
    line-height: 82px;
}

.play-title-line {
    width: 40px;
    height: 3px;
    background-color: #fff;
    margin-left: 3px;
    margin-top: 15px;
}

.play-title-intro-cn {
    font-family: 'pingFangSC-LIGHT';
    font-size: 24px;
    color: #fff;
    width: 40%;
    line-height: 48px;
    margin-top: 30px;
}

.play-top-box {
    position: relative;
    width: 100%;
    padding-bottom: 120px;
}

.top-title-box {
    position: relative;
    background-color: #fff;
    padding: 60px 80px;
    width: 100%;
    z-index: 1000;
    text-align: center;
    box-sizing: border-box;
    margin-top: -80px;
}

.plat-txt {
    font-family: 'pingFangSC-BOLD';
    font-size: 30px;
    line-height: 60px;
}

.top-txt-line {
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 15px auto;
    margin-bottom: 25px;
}

.play-info {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}

.play-main-comtent {
    margin-top: 90px;
}

.play-item-box {
    background-color: #fff;
}

.play-left-box {
    width: 50%;
}

.play-right-box {
    width: 50%;
}

.play-left-box img, .play-right-box img {
    width: 100%;
    display: block;
}

.play-right-box {
    padding: 80px 100px;
    box-sizing: border-box;
}

.play-item-title {
    font-size: 28px;
    line-height: 54px;
    color: #333333;
}

.play-item-line {
    width: 24px;
    height: 3px;
    background-color: #333;
    margin-top: 12px;
    margin-bottom: 20px;
}

.play-item-info {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.play-item-info-en {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-top: 25px;
    font-family: arial;
}

.play_box {
    padding-top: 60px;
    padding-bottom: 230px;
}

.play_item_right > h4 {
    font-size: 30px;
    line-height: 60px;
    color: #333333;
}

.play_item-line {
    width: 20px;
    height: 3px;
    background-color: #333;
    margin-top: 10px;
}

.plan_move {
    display: inline-block;
    font-size: 14px;
    font-family: arial;
    color: #333333;
    background: url(../image/ico_09.png) no-repeat left center;
    padding-left: 22px;
    transition: all 0.3s ease 0s;
    margin-top: 20px;
}

.applet-mian {
    margin-top: 100px;
}

.applet_intro {
    background-color: #fff;
}

.applet_ul_box {
    padding: 100px 80px;
}

.applet_ul_box > li {
    width: 18%;
    margin-right: 9.333%;
}

.applet_ul_box > li:nth-of-type(4) {
    margin-right: 0;
}

.applet_img_box {
    width: 105px;
    height: 105px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.applet_img_box > img.shezhi {
    width: 99px;
    height: 99px;
}

.applet_img_box > img.deng {
    width: 74px;
    height: 100px;
}

.applet_img_box > img.xuzhang {
    width: 71px;
    height: 105px;
}

.applet_img_box > img.fuwu_ico {
    width: 100px;
    height: 92px;
}

.technology {
    font-size: 20px;
    line-height: 40px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

.technology_en {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    text-align: center;
}

.applet_advantage {
    margin-top: 30px;
}

.advantage > li {
    float: none;
}

.applet_line {
    margin: 20px 0;
    background-color: #999999;
}

.cases_list_box {
    margin-top: 80px;
    width: 100%;
}

.case_img_box {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case_img_box > img {
    display: block;
    width: 100%;
    height: 100%;
}

.case_item_info {
    width: 40%;
    box-sizing: border-box;
    padding: 60px 80px;
}

.case_item_text {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 36px;
    color: #333333;
    line-height: 72px;
}

.case_item_line {
    width: 27px;
    height: 3px;
    background-color: #000000;
    margin-left: 3px;
    margin-top: 15px;
}

.case_item_info_txt {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-top: 20px;
}

.share_two_box {
    position: relative;
    margin-top: 30px;
    transition: all 0.6s;
}

.applet_share {
    width: 40px;
    height: 40px;
    background: url(../image/share.png) no-repeat center;
    cursor: pointer;
    margin-top: 25px;
}

.applet_share_code {
    position: absolute;
    width: 100px;
    height: 100px;
    left: -100px;
    top: -90px;
    border: 1px solid #ccc;
    display: none;
    transition: all 0.6s;
}

.applet_share_code > img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.share_two_box:hover .applet_share_code {
    display: block;
}

.heng_line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.wrap_case_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.arrow_icon {
    font-family: arial;
    color: #b2b2b2;
    font-size: 42px;
    font-weight: 600;
    display: inline-block;
}

.pages_num {
    display: inline-block;
    margin: 0 20px;
    margin-top: 17px;
}

i, b {
    font-style: normal
}

.pages {
    color: #333;
    font-family: 'pingFangSC-MEDIUM';
    font-size: 24px;
    line-height: 48px;
}

.xie_line {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 24px;
    line-height: 48px;
    color: #999;
    margin: 0 15px;
}

.count_num {
    color: #999;
}

.arrow_cative {
    color: #333;
}

.development_adv {
    width: 100%;
    background-color: #fff;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 50px 80px
}

.development_ul {
    margin-top: 30px;
}

.development_ul > li {
    box-sizing: border-box;
    padding: 30px 50px;
    width: 48%;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-top: 40px;
    margin-right: 4%;
    transition: all 0.4s;
}

.development_ul > li:nth-of-type(2) {
    margin-right: 0;
}

.development_ul > li:nth-of-type(4) {
    margin-right: 0;
}

.bg_ico_box {
    width: 127px;
    height: 127px;
    background: url(../image/adv_01.png) no-repeat center;
    background-color: #eeedeb;
    border-radius: 50%;
    transition: all 0.4s;
}

.development_ul > li:hover {
    box-shadow: 0 0 8px #ccc;
}

.development_ul > li:hover .bg_ico_box {
    background-color: #ccc;
}

.bg_adv_two {
    background: url(../image/adv_02.png) no-repeat center;
    background-color: #eeedeb;
}

.bg_adv_tht {
    background: url(../image/adv_03.png) no-repeat center;
    background-color: #eeedeb;
}

.bg_adv_fore {
    background: url(../image/adv_04.png) no-repeat center;
    background-color: #eeedeb;
}

.adv_info {
    width: 60%;
    margin-left: 10%;
}

.adv_title {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 24px;
    line-height: 48px;
    color: #333333;
}

.adv_txt_intro {
    font-size: 16px;
    line-height: 32px;
    color: #999999;
}

.applet_entrance {
    width: 100%;
    background-color: #fff;
}

.entrance_content {
    box-sizing: border-box;
    padding: 60px 80px;
}

.entrance_ul {
    margin-top: 50px;
}

.entrance_ul > li {
    width: 18%;
    margin-right: 2.5%;
    text-align: center;
}

.entrance_ul > li:nth-of-type(5) {
    margin-right: 0;
}

.entrance_title {
    font-family: 'pingFangSC-MEDIUM';
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 32px;
    line-height: 64px;
}

.entrance_bg_img {
    width: 173px;
    height: 173px;
    background: url(../image/black_ent_01.png) no-repeat center;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.6s;
    border: 1px solid #333;
}

.entrance_bg_img2 {
    background: url(../image/black_ent_02.png) no-repeat center;
}

.entrance_bg_img3 {
    background: url(../image/black_ent_03.png) no-repeat center;
}

.entrance_bg_img4 {
    background: url(../image/black_ent_04.png) no-repeat center;
}

.entrance_bg_img5 {
    background: url(../image/black_ent_05.png) no-repeat center;
}

.entrance_bg_img:hover {
    background: url(../image/ent_01.png) no-repeat center;
    background-color: rgba(33, 33, 33, 0.6);
    border: 1px solid transparent;
}

.entrance_bg_img2:hover {
    background: url(../image/ent_02.png) no-repeat center;
    background-color: rgba(33, 33, 33, 0.6);
    border: 1px solid transparent;
}

.entrance_bg_img3:hover {
    background: url(../image/ent_03.png) no-repeat center;
    background-color: rgba(33, 33, 33, 0.6);
    border: 1px solid transparent;
}

.entrance_bg_img4:hover {
    background: url(../image/ent_04.png) no-repeat center;
    background-color: rgba(33, 33, 33, 0.6);
    border: 1px solid transparent;
}

.entrance_bg_img5:hover {
    background: url(../image/ent_05.png) no-repeat center;
    background-color: rgba(33, 33, 33, 0.6);
    border: 1px solid transparent;
}

.entrance_title_item {
    font-size: 22px;
    color: #333;
    font-family: 'pingFangSC-MEDIUM';
    line-height: 44px;
    margin-top: 12px;
}

.applet_superiority {
    box-sizing: border-box;
    padding: 60px 0;
}

.applet_superiority_title {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 32px;
    line-height: 64px;
    color: #333;
    width: 100%;
    text-align: center;
}

.superiority_img_box {
    width: 100%;
    overflow: hidden;
}

.superiority_img_box > img {
    width: 100%;
    display: block;
    transition: all 0.6s;
}

.superiority_img_box:hover img {
    transform: scale(1.1);
}

.applet_superiority_ul {
    margin-top: 40px;
}

.applet_superiority_ul > li {
    width: 18%;
    margin-right: 2.5%;
    background-color: #fff;
}

.applet_superiority_ul > li:nth-of-type(5) {
    margin-right: 0;
}

.superiority_item_txt {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    line-height: 36px;
}

.superiority_intro {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 28px;
    margin-top: 8px;
    margin-bottom: 30px;
    height: 60px;
}

.superiority_bottom_img {
    width: 76px;
    height: 40px;
    background: url(../image/bottom_01.png) no-repeat top;
}

.superiority_bottom_img2 {
    width: 89px;
    height: 40px;
    background: url(../image/bottom_02.png) no-repeat top;
}

.superiority_bottom_img3 {
    width: 89px;
    height: 40px;
    background: url(../image/bottom_03.png) no-repeat top;
}

.superiority_bottom_img4 {
    width: 90px;
    height: 40px;
    background: url(../image/bottom_04.png) no-repeat top;
}

.superiority_bottom_img5 {
    width: 88px;
    height: 40px;
    background: url(../image/bottom_05.png) no-repeat top;
}

.superiority_bottom_img_box {
    width: 80%;
    margin: 0 auto;
}

.applet_img_box img {
      cursor: pointer;
      transition: all 0.6s;
}

.applet_img_box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.info_core {
    background-color: #fff;
    padding: 60px 0 0 0;
    width: 100%;
}

.construction_list {
    margin-top: 100px;
    padding-bottom: 120px;
}

.construction_list > li {
    text-align: center;
    width: 20%;
    margin-right: 20%;
}

.construction_list > li:nth-of-type(3) {
    margin-right: 0;
}

.info_title {
    text-align: center;
    font-size: 28px;
    font-family: 'pingFangSC-MEDIUM';
    line-height: 52px;
}

.info_item_bg {
    width: 153px;
    height: 153px;
    border-radius: 50%;
    background: url(../image/info_item_1.png) no-repeat center;
    background-color: #287de5;
    margin: 0 auto;
}

.info_item_bg2 {
    width: 153px;
    height: 153px;
    border-radius: 50%;
    background: url(../image/info_item_2.png) no-repeat center;
    background-color: #ea4b4b;
    margin: 0 auto;
}

.info_item_bg3 {
    width: 153px;
    height: 153px;
    border-radius: 50%;
    background: url(../image/info_item_3.png) no-repeat center;
    background-color: #22c37c;
    margin: 0 auto;
}

.construction_item {
    font-size: 24px;
    line-height: 48px;
    color: #333333;
    margin-top: 25px;
}

.construction_intro {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    margin-top: 15px;
}

.service_area {
    text-align: center;
    background: url(../image/servise_area_bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    padding: 100px 0 100px 0;
    padding-bottom: 180px;
}

.service_area_title {
    font-size: 28px;
    line-height: 52px;
    font-family: 'pingFangSC-MEDIUM';
    color: #fff;
}

.service_area_intro {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    opacity: 0.4;
    margin-top: 20px;
}

.service_area_list > li {
    text-align: center;
    width: 15%;
    margin-right: 6.25%;
    margin-top: 120px;
}

.service_area_list > li:nth-of-type(5) {
    margin-right: 0;
}

.service_area_list > li:nth-of-type(10) {
    margin-right: 0;
}

.bg_box {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    transition: all 0.8s;
    cursor: pointer;
}

.bg_box:hover {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.car {
    background: url(../image/car.png) no-repeat center;
}

.compant {
    background: url(../image/company.png) no-repeat center;
}

.canyin {
    background: url(../image/canyin.png) no-repeat center;
}

.jiudian {
    background: url(../image/jiudian.png) no-repeat center;
}

.yiliao {
    background: url(../image/yiliao.png) no-repeat center;
}

.jiaoyu {
    background: url(../image/jiaoyu.png) no-repeat center;
}

.shejiao {
    background: url(../image/shejiao.png) no-repeat center;
}

.meiti {
    background: url(../image/meiti.png) no-repeat center;
}

.lvyou {
    background: url(../image/lvyou.png) no-repeat center;
}

.bangong {
    background: url(../image/bangong.png) no-repeat center;
}

.service_area_name {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 16px;
    color: #fff;
    margin-top: 6px;
    line-height: 32px;
}

.construction_line {
    background-color: #999;
}

.construction_sence {
    margin-top: 0;
}

.information_heixin {
    padding-top: 100px;
}

.infomation_img {
    transition: all 0.8s;
}

.infomation_img:hover {
    transform: scale(1.1);
}

.e_business {
    width: 100%;
    background-color: #eaeaea;
}

.business_main {
    padding: 120px 0;
    padding-bottom: 150px;
}

.business_title {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 28px;
    line-height: 52px;
    color: #333333;
    text-align: center;
}

.business_list {
    margin-top: 40px;
    padding-bottom: 50px;
}

.business_list > li {
    text-align: center;
    width: 15%;
    margin-right: 6.25%;
    background-color: #fff;
    border-radius: 6px;
    padding: 50px 0;
    margin-top: 80px;
    transition: all 0.6s;
}

.business_list > li:hover {
    box-shadow: 0 0 20px #c5c5c5;
    transform: scale(1.1);
}

.business_list > li:nth-of-type(5) {
    margin-right: 0px;
}

.business_list > li:nth-of-type(10) {
    margin-right: 0px;
}

.business_img_box {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.business_img_box > img {
    width: 100%;
    height: 100%;
    display: block;
}

.business_item_name {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin-top: 8px;
    cursor: pointer;
}

.pingtuan {
    background: url(../image/pingtuan.png) no-repeat center;
}

.bargain_price {
    background: url(../image/kanjia.png) no-repeat center;
}

.seckil {
    background: url(../image/miaosha.png) no-repeat center;
}

.discount {
    background: url(../image/dazhe.png) no-repeat center;
}

.draw {
    background: url(../image/choujiang.png) no-repeat center;
}

.combo {
    background: url(../image/taocan.png) no-repeat center;
}

.share {
    background: url(../image/jifen.png) no-repeat center;
}

.sign {
    background: url(../image/qiandao.png) no-repeat center;
}

.exchange {
    background: url(../image/duihuabn.png) no-repeat center;
}

.topup {
    background: url(../image/chongzhi.png) no-repeat center;
}

.business-mian {
    padding: 120px 0;
}

.business_item_show {
    width: 100%;
    padding: 100px 80px;
    background-color: #fff;
    box-sizing: border-box;
}

.point_box {
    margin: 10px 0;
}

.point_box > a {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.point_box > a.point_one {
    background-color: #000000;
}

.point_box > a.point_two {
    background-color: #7f7f7f;
    margin: 0 5px;
}

.point_box > a.point_there {
    background-color: #c7c7c7;
}

.type_name {
    font-family: '超世纪粗古印';
    color: #333;
    font-size: 46px;
    line-height: 60px;
}

.type_intro, .type_eg {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.type_eg {
    margin-top: 6px;
}

.business_item_show > li {
    width: 18%;
    margin-right: 9.3333%;
    text-align: center;
}

.business_item_show > li:nth-of-type(4) {
    margin-right: 0;
}

.text_img {
    width: 150px;
    height: 70px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.text_img img {
    transition: all 1.5s;
    cursor: pointer;
}

.text_img img:hover {
    transform: rotateY(360deg);
    -webkit-transform: translateY(360deg);
}

.ai-main {
    padding-bottom: 30px;
}

.ai_item {
    width: 153px;
    height: 153px;
    border-radius: 50%;
    margin: 0 auto;
}

.ai_bg1 {
    background: url(../image/ai_bg1.png) no-repeat center;
    background-color: #287de5;
}

.ai_bg2 {
    background: url(../image/ai_bg2.png) no-repeat center;
    background-color: #ea4b4b;
}

.ai_bg3 {
    background: url(../image/ai_bg3.png) no-repeat center;
    background-color: #22c37c;
}

.door {
    background: url(../image/door.png) no-repeat center;
}

.passport {
    background: url(../image/passport.png) no-repeat center;
}

.judicial {
    background: url(../image/judicial.png) no-repeat center;
}

.finance {
    background: url(../image/finance.png) no-repeat center;
}

.security {
    background: url(../image/security.png) no-repeat center;
}

.troops {
    background: url(../image/troops.png) no-repeat center;
}

.aviation {
    background: url(../image/aviation.png) no-repeat center;
}

.frontier {
    background: url(../image/frontier.png) no-repeat center;
}

.government {
    background: url(../image/government.png) no-repeat center;
}

.serve {
    background: url(../image/serve.png) no-repeat center;
}

.service_area_name {
    margin-top: 10px;
}

.nav_phone_img {
    width: 20px;
    height: 25px;
}

.about-ban > .bgimg {
    display: block;
}

.applet_title_cn {
    width: 48%;
}

.banner_ul > li > img {
    width: 100%;
    display: block;
}

.casepages {
    margin-top: 55px;
}

.ai_main_content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ai_item {
    transition: all 0.4s;
}

.ai_item:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.nav_model {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8888;
    transition: all 0.2s ease-in 0s;
    transform: translate(50%, -50%) scale(0.4);
    opacity: 0;
    border-top-right-radius: 0;
    border-radius: 30%;
    background: url(../image/banneryc.jpg) no-repeat center;
    background-size: cover;
}

.nav-active {
    border-radius: 0;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.nav_model_ul > li {
    float: none;
}

.business_line {
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 15px;
}

.padding_top {
    padding-top: 40px;
    display: none;
}

.new-main {
    padding-top: 90px;
    padding-bottom: 60px;
}

.news_title {
    font-family: "Base-font";
    font-size: 40px;
    color: #333333;
    line-height: 60px;
}

.news_intr {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 6px;
}

.news-box {
    float: right;
    width: 50%;
    margin-top: 15px;
}

.news-box .type-link {
    font-family: 'pingFangSC-BOLD';
    background: none;
    line-height: 40px;
    padding-left: 30px;
    margin-left: 80px;
    color: #999999;
    transition: border-bottom 0.6s ease-in;
    border-bottom: 1px solid transparent;
    padding-right: 30px;
    display: inline-block;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}

.news-box .type-link:hover {
    font-family: 'pingFangSC-BOLD';
    width: auto;
    border-bottom: 1px solid #333;
    color: #333;
    opacity: 1;
}

.news-box .all {
    font-family: 'pingFangSC-BOLD';
    width: auto;
    border-bottom: 1px solid #333;
    color: #333;
    opacity: 1;
}

.news-box .more {
    display: inline-block;
    font-size: 14px;
    line-height: 42px;
    color: #333;
    background: url(../image/ico_09.png) no-repeat left center;
    padding-left: 22px;
    transition: all 0.3s ease 0s;
    margin-top: -6px;
}

.news-wraps {
    padding: 20px 0;
}

.news-content-box li {
    width: 30%;
    box-sizing: border-box;
    padding: 40px;
    background-color: #fff;
    margin-right: 5%;
    transition: all 0.6s;
    border-radius: 5px;
    margin-top: 40px;
}

.news-content-box li:hover {
    box-shadow: 0 0 5px 6px #ccc;
}

.news-content-box li:nth-of-type(3) {
    margin-right: 0;
}

.news-content-box li:nth-of-type(6) {
    margin-right: 0;
}

.news-content-box h2 {
    font-family: 'pingFangSC-BOLD';
    color: #111820;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-content-box .data {
    font-family: arial;
    font-size: 14px;
    margin-top: 8px;
}

.news-content-box .new-indro {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.news-content-box .link-point {
    font-family: arial;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    display: block;
    color: #333;
}

.newsdetails-main {
    padding: 20px 0;
    padding-bottom: 30px;
}

.newsdetail_content {
    text-align: center;
    font-family: "微软雅黑";
    width: 80%;
    margin: 0 auto;
}

.newsdetails_title {
    color: #333;
    font-size: 24px;
    line-height: 48px;
}

.newsdetail_data {
    color: #444;
    font-size: 18px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.newsdetails_intro {
    color: #333;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    padding: 20px 0;
}

@-webkit-keyframes contentSwitch {

    10% {

        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -o-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px);
    }

    40% {

        -webkit-filter: blur(1px);
        -moz-filter: blur(1px);
        -o-filter: blur(1px);
        -ms-filter: blur(1px);
        filter: blur(1px);
    }

    60% {

        -webkit-filter: blur(0.5px);
        -moz-filter: blur(0.5px);
        -o-filter: blur(0.5px);
        -ms-filter: blur(0.5px);
        filter: blur(0.5px);
    }
    80% {

        -webkit-filter: blur(0.2px);
        -moz-filter: blur(0.2px);
        -o-filter: blur(0.2px);
        -ms-filter: blur(0.2px);
        filter: blur(0.2px);
    }
    100% {

    }
}

.all_item_case .section {
    display: none;
    transform: all 0.6s;
    -webkit-animation: contentSwitch .6s forwards;
    animation: contentSwitch .6s forwards;
}

.all_item_case .section:nth-of-type(1) {
    display: block;
}

.index_news_nav {
    display: none;
}

.aui-rotate-box {
    margin-top: 50px;
    width: 100%;
}

.aui-rotate-content {
    width: 100%;
}

.function-wrapper .function-content {
    width: 100%;
}

.aui-rotate-item-fr {
    width: 50%;
}

.aui-rotate-left {
    width: 100%;
}

.applet_case_right {
    width: 50%;
    box-sizing: border-box;
    padding: 0 80px;
}

#slider-wrap {
    height: 360px;
    width: 640px;
}

.function-wrapper .aui-title-subtitle {
    font-size: 36px;
    line-height: 62px;
    font-family: 'pingFangSC-MEDIUM';
    padding: 0;
    height: auto;
    color: #333;
}

.au-border-bottom {
    width: 32px;
    height: 3px;
    background-color: #000000;
    border-top: none;
    margin-top: 15px;
    margin-bottom: 25px;
}

.function-wrapper .desc {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    letter-spacing: normal;
}

.function-wrapper .aui-info .aui-text-wrapper {
    height: auto;
}

.applet_case_line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-top: 30px;
}

.pages_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.function-wrapper .control {
    position: relative;
}

#js_function-orbit-next {
    margin-right: 0px;
}

#js_function-orbit-prev {
    margin-right: 0px;
}

#slider-wrap ul#slider li {
    height: 360px;
    width: 640px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#counter {
    left: 0px;
    top: 0;
    font-family: 'pingFangSC-MEDIUM';
    font-size: 20px;
    line-height: 40px;
    right: 0;
    position: relative;
    margin-top: -4px;
    margin-left: 20px;
    margin-right: 20px;
}

.move_hint {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    color: #666;
    cursor: pointer;
    font-size: 16px;
    line-height: 32px;
}

.case_details {
    background-color: #fff;
}

.cases_detailsn {
    padding: 20px 0px;
}

.case_item_left {
    width: 50%;
    float: left;
    text-align: center;
}

.case_item_right {
    width: 42%;
    float: right;
    box-sizing: border-box;
    padding-right: 80px;
}

.case_item_details_name {
    font-size: 30px;
    font-family: 'pingFangSC-MEDIUM';
    color: #333;
    line-height: 60px;
}

.case_item_details_intro {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 16px;
    line-height: 32px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 30px;
}

.case_item_state {
    width: 100%;
    padding: 5px 0;
    font-size: 24px;
    color: #333;
    font-family: 'pingFangSC-MEDIUM';
    line-height: 48px;
    border-bottom: 1px solid #ccc;
}

.state_info_data {
    margin-top: 20px;
}

.data_title {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 18px;
    line-height: 32px;
    color: #333;
    float: left;
}

.data_num {
    font-family: arial;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    float: right;
}

.web_src {
    margin-top: 40px;
}

.case_details_pages {
    text-align: center;
}

.web_src > a {
    font-size: 18px;
    font-family: arial;
    color: #000;
    text-transform: uppercase;
    border: 2px solid #333;
    padding: 12px 18px;
    transition: all 0.4s;
}

.web_src > a:hover {
    border: 2px solid transparent;
    background-color: #535961;
    color: #fff;
}

.case_details_pages {
    width: 60%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 60px;
}

.prev_page, .next_page {
    color: #666;
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
    border: 1px solid #333;
    padding: 2px 25px;
    transition: all 0.4s;
}

.prev_page:hover, .next_page:hover {
    color: #fff;
    border: 1px solid transparent;
    background-color: #535961;
    border-radius: 5px;
}

.return_back {
    text-transform: uppercase;
    color: #333;
    font-family: arial;
    border: 1px solid #333;
    padding: 12px 15px;
    font-size: 18px;
    transition: all 0.4s;
    text-align: center;
}

.return_back:hover {
    border: 1px solid transparent;
    background-color: #535961;
    color: #fff;
}

.prev_page {
    display: inline-block;
    float: left;
}

.next_page {
    display: inline-block;
    float: right;
}

.layui-flow-more {
    margin: 10px 0;
    padding-top: 50px;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 32px;
    clear: both;
}

.log_move_btn {
    width: 150px;
    margin: 0 auto;
    color: #000;
    font-size: 16px;
    line-height: 32px;
    border: 2px solid #eee;
    padding: 5px 0;
    box-shadow: 0 0 20px #ccc;
    cursor: pointer;
    transition: all 0.4s;
    border-radius: 5px;
}

.log_move_btn:hover {
    color: #fff;
    border: 2px solid transparent;
    box-shadow: 0 0 20px #bbb;
    border-radius: 5px;
    background-color: rgba(33, 33, 33, 0.8);
}

.linka {
    cursor: pointer;
}

.i-thi-wrap .nav-box .left-link .type-link {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 80px;
}

.case-nav-box .left-link .type-link {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 80px;
}

.about-title-intro {
    font-size: 35px;
    color: #fff;
}

.about-title-intro-cn {
    font-size: 22px;
    color: #fff;
    width: 40%;
    font-family: 'pingFangSC-LIGHT';
}

.about_title_line {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 10px 0;
    margin-bottom: 15px;
}

.webplan_lianxi {
    margin-top: 40px;
    display: inline-block;
}

.text_div > a {
    text-decoration: underline;
    color: #666;
    font-size: 14px;
    line-height: 28px;
    transition: all 0.6s;
}

.text_div {
    margin-top: 10px;
    margin-left: 20px;
}

.webplan_kefu {
    background: url(../image/kefu_black.png) no-repeat center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ccc;
    transition: all 0.6s;
    cursor: pointer;
}

.webplan_lianxi:hover .webplan_kefu {
    background: url(../image/kefu_white.png) no-repeat center;
    border: 1px solid #000;
    background-color: rgba(00, 00, 00, 0.7);
}

.webplan_lianxi:hover .text_div > a {
    color: #000;
}

.phone_ul {
    display: none;
}

.business_block_bg {
    background: url(../image/bus.jpg) no-repeat center;
}

.banner_ul > li > img.phone_banner {
    display: none;
}

.lines_box {
    cursor: pointer;
}

.stop_move_btn {
    background-color: #ccc;
    color: #666;
    border: none;
}

.stop_move_btn:hover {
    background-color: #ccc;
    color: #666;
    border: none
}

.text_div {
    cursor: pointer;
}

.info_item_bg {
    background: url(../image/h1.png) no-repeat center;
    border: 1px solid #333;
    transition: all 0.4s;
}

.info_item_bg:hover {
    background: url(../image/b1.png) no-repeat center;
    border: 1px solid #333;
    transition: all 0.4s;
    background-color: rgba(33, 33, 33, 0.7);
}

.info_item_bg2 {
    background: url(../image/h2.png) no-repeat center;
    border: 1px solid #333;
    transition: all 0.4s;
}

.info_item_bg2:hover {
    background: url(../image/b2.png) no-repeat center;
    border: 1px solid #333;
    transition: all 0.4s;
    background-color: rgba(33, 33, 33, 0.7);
}

.info_item_bg3 {
    background: url(../image/h3.png) no-repeat center;
    border: 1px solid #333;
    transition: all 0.4s;
}

.info_item_bg3:hover {
    background: url(../image/b3.png) no-repeat center;
    border: 1px solid #333;
    transition: all 0.4s;
    background-color: rgba(33, 33, 33, 0.7);
}

.banner_ul > li > img.phone_bg_img {
    display: none;
}

.about-title-phone-cn {
    display: none;
}

.ai_bg1 {
    background: url(../image/ai_hbg1.png) no-repeat center;
    border: 1px solid #333;
    transition: all 0.4s;
}

.ai_bg2 {
    background: url(../image/ai_hbg2.png) no-repeat center;
    border: 1px solid #333;
    transition: all 0.4s;
}

.ai_bg3 {
    background: url(../image/ai_hbg3.png) no-repeat center;
    border: 1px solid #333;
    transition: all 0.4s;
}

.ai_bg1:hover {
    background: url(../image/ai_bg1.png) no-repeat center;
    border: 1px solid #333;
    background-color: rgba(33, 33, 33, 0.7);
}

.ai_bg2:hover {
    background: url(../image/ai_bg2.png) no-repeat center;
    border: 1px solid #333;
    background-color: rgba(33, 33, 33, 0.7);
}

.ai_bg3:hover {
    background: url(../image/ai_bg3.png) no-repeat center;
    border: 1px solid #333;
    background-color: rgba(33, 33, 33, 0.7);
}

.about-ban > .bgimg2 {
    display: none;
}

.about-ban .top-tit .phone_tit-intro {
    display: none;
}

#slider li img {
    width: 100%;
}

.desc img {
    width: 120px;
    height: auto;
    margin-top: 15px;
}

.function-wrapper .aui-info .aui-text-wrapper {
    margin-bottom: 30px;
}

.Tpiaochuan {
    width: 500px;
    height: 292px;
    background: url(../image/top_bg.jpg) no-repeat center;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    margin: -146px 0 0 -250px;
    box-sizing: border-box;
    display: none;
    transition: all 0.6s;
    opacity: 1;
}

.quxiao {
    width: 17px;
    height: 17px;
    background: url(../image/cha.png) no-repeat center;
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer;
    transition: all 0.6s;
}

.quxiao:hover {
    transform: scale(1.2);
}

.Tpiaochuan_main {
    padding: 30px;
}

.Tpiaochuan_title {
    font-family: 'pingFangSC-BOLD';
    color: #fff;
    font-size: 41px;
    line-height: 82px;
}

.Tpiaochuan_intro {
    font-family: 'pingFangSC-MEDIUM';
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    margin-left: 5px;
}

.Tp_phone_num {
    margin-left: 5px;
    font-family: 'pingFangSC-BOLD';
    font-size: 26px;
    line-height: 40px;
    color: #fff;
}

.now_consulting {
    width: 103px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #333;
    font-family: 'pingFangSC-MEDIUM';
    font-size: 16px;
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.later_say {
    width: 103px;
    height: 34px;
    font-family: 'pingFangSC-MEDIUM';
    font-size: 16px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.4s;
}

.later_say:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    border: none;
}

.Tp_btn_box {
    margin-top: 10px;
}

.Tpiaochuan_left {
    width: 60%;
}

.Tpiaochuan_right {
    width: 40%;
    text-align: center;
    padding-top: 10px;
}

.Tpiaochuan_right > img {
    cursor: pointer;
}

.Tp_text {
    color: #fff;
    font-size: 14px;
    font-family: 'pingFangSC-MEDIUM';
    margin-top: 5px;
}

.immediately_consult_btn {
    padding: 5px 20px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-top: 20px;
    color: #333;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.4s;
}

.immediately_consult_btn:hover {
    background-color: rgba(33, 33, 33, 0.8);
    color: #fff;
}

.infor_lianxi {
    margin-top: 25px;
    display: inline-block;
}

.information_text_box {
    padding: 50px 100px;
}

.right_consult {
    position: fixed;
    right: 2%;
    top: 50%;
    z-index: 8888;
    cursor: pointer;
    display: none;
    transition: all 0.6s;
}

.nav-ul-box {
    margin-top: 35px;
}

.company_info_box {
    margin-top: 60px;
}

.compang_address_title {
    font-family: 'pingFangSC-MEDIUM';
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 18px;
    margin-left: 4px;
}

.phone_bridge {
    width: 100%;
    background-color: #fff;
    padding: 5px 10%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 777;
    box-sizing: border-box;
    display: none;
}

.bridge_text {
    font-family: "微软雅黑";
    color: #333;
    font-size: 14px;
    line-height: 28px;
    margin-top: 3px;
}

.bridge_img img {
    width: 25px;
    margin: 0 auto;
    display: block;
}

.online_consultant {
    width: 40%;
    text-align: center;
}

.make_call {
    width: 40%;
    text-align: center;
}

.nav_phone_num:hover {
    font-size: 18px;
    color: #fff;
    margin-left: 8px;
    font-family: 'pingFangSC-MEDIUM';
}

.tijiao-btn.fr:hover {
    background: rgba(255, 255, 255, 0.8) !important;
    color: #333 !important;
}

#J_loadmore {
    text-align: center;
}

.log_move_btn {
    border: none;
    box-shadow: none;
    cursor: auto;
    background: transparent;
}

.log_move_btn:hover {
    border: none;
    box-shadow: none;
    color: #000;
    background: transparent;
}

/*.pages-btns{display: none;}*/
.logo {
    width: 20%;
}

.logo img {
    max-width: 100%;

}

.case_main_content {
    padding-bottom: 80px;
}

#case_list_more {
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 180px;

}

#case_list_more .log_move_btn {
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
    color: rgba(0, 0, 0, 0.8);

    cursor: pointer;
}

#case_list_more .log_move_btn:hover {
    opacity: 1;
    border: 1px solid #eee;
    box-shadow: 0 0 20px #ccc;
}

.xcx_style_one {
    padding-bottom: 130px;
}

@media screen and (min-width: 1920px) {

    .w1520 {
        width: 80%;
    }

    .i-ban li .cent-cont {
        width: 80%;
        left: 10%;
        top: 60%
    }

    .i-ban .moveBtn {
        left: 10%;
        bottom: 0;
        cursor: pointer;
        top: 69%
    }

    .i-ban .btns {
        left: 10%;
        bottom: 38%;
    }

    .about-wrap-box {
        padding-bottom: 200px;
    }

    .function-wrapper .aui-info .aui-text-wrapper {
        height: 230px;
    }

}

@media screen and (max-width: 1919px) and (min-width: 1680px) {
    .w1520 {
        width: 1440px;
    }

    .i-ban li .cent-cont {
        width: 90%;
        left: 5%;
        top: 58%
    }

    .i-ban .moveBtn {
        left: 5%;
        top: 70%;
        cursor: pointer;
    }

    .i-ban .btns {
        left: 5%;
        bottom: 39%;
    }

    .tit-box {
        width: 45%;
    }

    .i-thi-wrap .nav-box {
        width: 55%;
    }

    .about-ban .num-top .line {
        height: 136%;
    }

    .i-fir-wrap .left-wrap .link-box {
        margin-top: 62px;
    }

    .i-sec-wrap .right-cont .link-box {
        margin-top: 66px;
    }

    .nav-ul > li {
        width: 9%;
        margin-right: 2.37%;
    }

    .banner_ul > li > img {
        width: 100%;
        display: block;
        height: 100%;
    }

    .about-wrap-box {
        padding-bottom: 200px;
    }

    .superiority_intro {
        height: 80px;
    }

    .sup_row {
        padding-bottom: 0px;
    }

    .superiority_bottom_img4 {
        height: 40px;
    }

    .superiority_bottom_img5 {
        height: 40px;
    }

    .play-right-box {
        padding: 60px 100px;
    }

    .news-box .type-link {
        margin-left: 50px;
    }

    .partner_ul > li {
        padding: 5px 0;
    }

    .index_news_nav {
        display: none;
    }

    .bg-banner {
        height: auto;
    }

    .banner_ul > li > img {
        height: auto;
    }

    .i-thi-wrap .nav-box .left-link .type-link {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 90px;
    }

    .webplan-right-box {
        padding: 40px 100px;
    }

    .information_text_box {
        padding: 40px 80px;
    }

    .function-wrapper .aui-info .aui-text-wrapper {
        height: 220px;
    }

    .about-ban .cent-cont .list-cont {
        width: 100%;
    }

    .about-ban .cent-cont .list-cont ul {
        width: 100%;
    }

    .about-ban .list-cont li {
        width: 25%;
        box-sizing: border-box;
        background: none;
        height: 200px;
    }
}

@media screen and (max-width: 1679px) and (min-width: 1440px) {
    .w1520 {
        width: 1366px;
    }

    .i-ban li .cent-cont {
        width: 90%;
        left: 5%;
        top: 55%
    }

    .i-ban .moveBtn {
        left: 5%;
        bottom: 0;
        top: 62%;
        cursor: pointer;
    }

    .i-ban .btns {
        left: 5%;
        bottom: 45%;
    }

    .about-ban .cent-cont .list-cont {
        width: 50%;
    }

    .about-ban .cent-cont .map-sign {
        width: 45%;
    }

    .about-ban .num-top .line {
        height: 136%;
    }

    .i-fir-wrap .left-wrap .link-box {
        margin-top: 42px;
    }

    .i-sec-wrap .right-cont .link-box {
        margin-top: 46px;
    }

    .tit-box {
        width: 40%;
    }

    .i-thi-wrap .nav-box {
        width: 60%;
    }

    .nav-ul > li {
        width: 9%;
        margin-right: 2.37%;
    }

    .about-ban .cont-wrap {
        left: 5%;
    }

    .i-thi-wrap .list-wrap li {
        width: 33%;
    }

    .banner_ul > li > img {
        width: 100%;
        display: block;
        height: 100%;
    }

    .case-wrap-mat ul li {
        width: 33%;
    }

    .about-wrap-box {
        padding-bottom: 200px;
    }

    .superiority_intro {
        height: 100px;
    }

    .sup_row {
        padding-bottom: 0px;
    }

    .superiority_bottom_img4 {
        height: 40px;
    }

    .superiority_bottom_img5 {
        height: 40px;
    }

    .play-right-box {
        padding: 60px 100px;
    }

    .news-box .type-link {
        margin-left: 50px;
    }

    .partner_ul > li {
        padding: 5px 0;
        width: 23%;
        margin: 20px 1%;
    }

    .index_news_nav {
        display: none;
    }

    .bg-banner {
        height: auto;
    }

    .banner_ul > li > img {
        height: auto;
    }

    .case_title-intro {
        font-size: 32px;
        line-height: 76px;
    }

    .i-thi-wrap .nav-box .left-link .type-link {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 90px;
    }

    .i-sec-wrap .right-cont {
        padding-top: 68px;
    }

    .i-fir-wrap .left-wrap .cent-cont {
        padding-top: 68px;
    }

    .busimess-title-intro {
        font-size: 38px;
        line-height: 76px;
    }

    .busimess-title-intro-cn {
        width: 55%;
        font-size: 20px;
        line-height: 40px;
    }

    .infor-title-intro {
        font-size: 42px;
        line-height: 84px;
    }

    .infor-title-intro-cn {
        width: 50%;
        font-size: 22px;
        line-height: 44px;
    }

    .webplan-right-box {
        padding: 40px 80px;
    }

    .information_text_box {
        padding: 30px 50px;
    }

    .function-wrapper .aui-info .aui-text-wrapper {
        height: 220px;
    }

    .case-item-title {
        font-size: 24px;
    }

    .about-ban .cent-cont .list-cont {
        width: 100%;
    }

    .about-ban .cent-cont .list-cont ul {
        width: 100%;
    }

    .about-ban .list-cont li {
        width: 25%;
        box-sizing: border-box;
        background: none;
        height: 200px;
    }

    .num-active-box > span {
        font-size: 3.75vw;
    }

    .ico-div {
        padding-top: 2.71vw;
    }

}

@media screen and (max-width: 1439px) {
    .w1520 {
        width: 1200px;
    }

    .i-ban li .cent-cont {
        width: 90%;
        left: 5%;
        top: 62%
    }

    .i-ban .moveBtn {
        left: 5%;
        bottom: 0;
        top: 68%;
        cursor: pointer;
    }

    .i-ban .btns {
        left: 5%;
        bottom: 40%;
    }

    .i-fir-wrap .left-wrap .link-box {
        margin-top: 25px;
    }

    .i-sec-wrap .right-cont .link-box {
        margin-top: 25px;
    }

    .tit-box {
        width: 35%;
    }

    .i-thi-wrap .nav-box {
        width: 65%;
    }

    .about-ban .num-top .line {
        height: 148%;
    }

    .abso-input {
        width: 430px;
    }

    .tijiao-btn {
        width: 150px;
    }

    .input-box {
        width: 35%;
    }

    .nav-ul > li {
        width: 10%;
        margin-right: 1.11%;
    }

    .about-ban .cont-wrap {
        left: 5%;
    }

    .case_title-intro {
        font-size: 32px;
        line-height: 76px;
    }

    .title-intro-en {
        width: 60%;
    }

    .office-info {
        margin-top: 10px;
    }

    .office-info-en {
        margin-top: 10px;
    }

    .one-p {
        display: none;
    }

    .about-wrap-box {
        padding-bottom: 200px;
    }

    .play-title-intro {
        font-size: 45px;
    }

    .top-title-box {
        padding: 40px 80px;
    }

    .plat-txt {
        font-size: 28px;
        line-height: 56px;
    }

    .play-item-info-en {
        display: none;
    }

    .superiority_intro {
        height: 90px;
    }

    .sup_row {
        padding-bottom: 0px;
    }

    .superiority_bottom_img4 {
        height: 40px;
    }

    .superiority_bottom_img5 {
        height: 40px;
    }

    .development_ul > li {
        padding: 30px 20px;
    }

    .ai_padding {
        padding: 40px 100px;
    }

    .news-box {
        width: 65%;
    }

    .news-box .type-link {
        margin-left: 50px;
    }

    .index_news_nav {
        display: none;
    }

    .bg-banner {
        height: auto;
    }

    .case_title-intro {
        font-size: 28px;
        line-height: 66px;
    }

    .case_title-intro-en {
        font-size: 16px;
        line-height: 32px;
    }

    .arrow-box {
        margin-top: 3%;
    }

    .company-intro {
        width: 95%;
        margin: 0 auto;
    }

    .case-title {
        width: 95%;
        margin: 0 auto;
    }

    .i-thi-wrap .nav-box .left-link .type-link {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 80px;
    }

    .about-img-one {
        height: auto;
    }

    .about-img-two {
        height: auto;
    }

    .about-img-one > img {
        width: 100%;
        height: auto;
    }

    .about-img-two > img {
        width: 100%;
        height: auto;
    }

    .applet_title_cn {
        width: 65%;
    }

    .i-fir-wrap .left-wrap .cent-cont {
        padding-top: 42px;
    }

    .i-sec-wrap .right-cont {
        padding-top: 42px;
    }

    .about-title-intro {
        font-size: 28px;
        line-height: 56px;
    }

    .about-title-intro-cn {
        width: 55%;
    }

    .webplan-title-intro {
        font-size: 35px;
        line-height: 70px;
    }

    .about_development {
        padding: 40px 80px;
    }

    .webplan-title-intro-cn {
        font-size: 20px;
        line-height: 40px;
    }

    .busimess-title-intro {
        font-size: 32px;
        line-height: 64px;
    }

    .busimess-title-intro-cn {
        width: 55%;
        font-size: 20px;
        line-height: 40px;
    }

    .infor-title-intro {
        font-size: 35px;
        line-height: 70px;
    }

    .infor-title-intro-cn {
        width: 50%;
        font-size: 18px;
        line-height: 36px;
    }

    .ai_title-intro {
        font-size: 35px;
        line-height: 70px;
    }

    .ai_title-intro-cn {
        width: 40%;
        font-size: 18px;
        line-height: 36px;
    }

    .font-sign-two {
        font-size: 32px;
        line-height: 64px;
    }

    .i-ban li .word p.banner-two {
        height: 55px;
    }

    .webplan-right-box {
        padding: 40px 80px;
    }

    .function-wrapper .aui-info .aui-text-wrapper {
        height: 280px;
    }

    .case-item-title {
        font-size: 24px;
    }

    .applet_case_right {
        padding: 0 80px;
        padding-left: 100px;
        padding-right: 30px;
    }

    .num-active-box > span {
        font-size: 3.75vw;
    }

    .ico-div {
        padding-top: 2.71vw;
    }

    .tgg_about_info {
        display: block;
    }

}

@media screen and (max-width: 1200px) {
    .right_nav_box {
        display: none;
    }

    .m-nav-box {
        display: block;
    }

    .w1520 {
        width: 90%;
        margin: 0 auto;
    }

    .i-fir-wrap .right-wrap {
        float: none;
        width: 100%;
        height: 500px;
    }

    .i-fir-wrap .left-wrap {
        width: 100%;
    }

    .i-fir-wrap .left-wrap .link-box {
        margin-bottom: 50px;
    }

    .i-fir-wrap .left-wrap .cent-cont {
        box-sizing: border-box;
        width: 100%;
    }

    .i-sec-wrap .img-box {
        float: none;
        width: 100%;
    }

    .i-sec-wrap .right-cont {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-top: 0;
        box-sizing: border-box;
        display: block;
        padding: 50px 0;
        padding-left: 8%;
    }

    .tit-box {
        float: none;
        width: 100%;
    }

    .i-thi-wrap .nav-box {
        width: 100%;
        float: none;
        margin-top: 60px;
    }

    .i-thi-wrap .nav-box .left-link .type-link {
        margin-left: 0;
        margin-right: 50px;
    }

    .ins-ban {
        height: 776px;
    }

    .about-ban .num-top .line {
        height: 100%;
    }

    .input-box {
        float: none;
        width: 80%;
        margin: 0 auto;
        position: static;
    }

    .abso-input {
        width: 100%;
        position: static;
    }

    .company-info {
        width: 100%;
        float: none;
        margin-top: 50px;
    }

    .banner_ul > li > img {
        width: 100%;
        display: block;
        height: auto;
    }

    .nav_model_ul {
        padding-top: 140px;
        width: 100%;
        text-align: center;
    }

    .nav_model_ul > li {
        margin-bottom: 30px;
    }

    .nav_model_ul > li > a {
        font-family: 'pingFangSC-MEDIUM';
        font-size: 22px;
        line-height: 44px;
        color: #fff;
    }

    .padding_top {
        padding-top: 80px;
        display: block;
    }

    .i-thi-wrap .list-wrap li {
        width: 33%;
    }

    .case_title-intro {
        font-size: 30px;
        line-height: 70px;
    }

    .data-ul > li {
        width: 30%;
        margin-right: 0;
        margin-top: 20px;
        margin-right: 30%;
    }

    .data-ul > li:nth-of-type(2) {
        margin-right: 0;
    }

    .data-ul > li:nth-of-type(4) {
        margin-right: 0;
    }

    .one-p {
        display: none;
    }

    .lianxi-box {
        margin-top: 10px;
    }

    .officeleft {
        padding: 60px 80px;
        padding-bottom: 40px;
    }

    .office-info-en {
        display: none;
    }

    .about-wrap-box {
        padding-bottom: 40px;
    }

    .tgg_about_info {
        display: block;
        margin-bottom: 30px;
    }

    .play-title-intro {
        font-size: 40px;
        line-height: 80px;
    }

    .play-title-intro-cn {
        width: 60%;
    }

    .plat-txt {
        font-size: 25px;
        line-height: 50px;
    }

    .top-title-box {
        padding: 40px 60px;
    }

    .play-right-box {
        padding: 50px 80px;
    }

    .case-wrap-mat ul li {
        width: 33%;
    }

    .applet_img_box {
        width: 60px;
        height: 60px;
    }

    .applet_img_box > img.shezhi {
        width: 60px;
        height: 60px;
    }

    .applet_img_box > img.deng {
        width: 44px;
        height: 60px;
    }

    .applet_img_box > img.xuzhang {
        width: 44px;
        height: 60px;
    }

    .applet_img_box > img.fuwu_ico {
        width: 60px;
        height: 59px;
    }

    .applet_main_top {
        margin-top: 40px;
    }

    .development_ul {
        margin-top: 10px;
    }

    .bg_ico_box {
        width: 100px;
        height: 100px;
    }

    .entrance_bg_img {
        width: 140px;
        height: 140px;
        background-size: 40% 40%;
    }

    .superiority_item_txt {
        font-size: 14px;
        line-height: 28px;
    }

    .superiority_intro {
        height: 120px;
    }

    .case_img_box {
        width: 100%;
    }

    .case_img_box > img {
        width: 100%;
    }

    .case_item_info {
        width: 100%;
        margin-top: 40px;
    }

    .info_item_bg {
        width: 137px;
        height: 137px;
    }

    .info_item_bg2 {
        width: 137px;
        height: 137px;
    }

    .info_item_bg3 {
        width: 137px;
        height: 137px;
    }

    .business_item_show > li {
        width: 25%;
        margin: 0 auto;
    }

    .ai_padding {
        padding: 30px 40px;
    }

    .ai_item_box > .ai_padding {
        width: 100%;
    }

    .ai-main {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .ai_img_box {
        width: 100%;
    }

    .ai-item-title {
        text-align: center;
    }

    .ai-item-line {
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .ai_width {
        width: 100%;
    }

    .ai_width_box {
        margin-top: 30px;
    }

    .news-box {
        width: 100%;
    }

    .news-box .type-link {
        margin-left: 0px;
        margin-right: 40px;
        margin-top: 30px;
    }

    .cooperation-left {
        width: 100%;
    }

    .cooperation-right {
        width: 100%;
        margin-top: 50px;
    }

    .partner_ul > li {
        padding: 0px;
        width: 22%;
        margin: 20px 1.5%;
    }

    .index_news_nav {
        display: none;
    }

    .aui-rotate-item-fr {
        width: 100%;
    }

    #slider-wrap {
        margin: 0 auto;
    }

    .applet_case_right {
        width: 100%;
        margin-top: 50px;
    }

    .play_box {
        padding-bottom: 150px;
    }

    .news_titles_name {
        width: 50%;
        float: left;
    }

    .i-thi-wrap .news_move_box {
        width: 50%;
        float: right;
        margin-top: 0;
    }

    .case_item_left {
        width: 100%;
        text-align: center;
    }

    .case_item_left img {
        width: auto;
    }

    .case_item_right {
        width: 100%;
        padding-left: 80px;
        margin-top: 30px;
    }

    .case_details_pages {
        box-sizing: border-box;
        padding: 0 80px;
    }

    .case_title-intro {
        font-size: 24px;
        line-height: 48px;
    }

    .case_title-intro-en {
        width: 90%;
        font-size: 14px;
        line-height: 28px;
    }

    .title-intro-en {
        width: 50%;
        font-size: 18px;
        line-height: 36px;
    }

    .play-title-intro-cn {
        width: 90%;
    }

    .play-title-intro-cn {
        font-size: 16px;
        line-height: 32px;
    }

    .play-title-intro {
        font-size: 32px;
        line-height: 64px;
    }

    .i-ban li .word {
        font-size: 28px;
        line-height: 64px;
    }

    .i-ban li .word p {
        height: 48px;
    }

    .i-ban li .cent-cont {
        top: 72%;
    }

    .i-sec-wrap .right-cont {
        padding-right: 8%;
    }

    .i-fir-wrap .left-wrap .cent-cont {
        padding-right: 8%;
    }

    .about-title-intro {
        font-size: 24px;
        line-height: 48px;
    }

    .about-title-intro-cn {
        font-size: 14px;
        line-height: 28px;
        width: 60%;
    }

    .about_development {
        padding: 20px 40px;
    }

    .busimess-title-intro {
        font-size: 22px;
        line-height: 44px;
    }

    .busimess-title-intro-cn {
        width: 60%;
        font-size: 16px;
        line-height: 32px;
        margin-top: 15px;
    }

    .infor-title-intro {
        font-size: 28px;
        line-height: 56px;
    }

    .infor-title-intro-cn {
        width: 60%;
        font-size: 16px;
        line-height: 32px;
    }

    .ai_title-intro {
        font-size: 35px;
        line-height: 70px;
    }

    .ai_title-intro-cn {
        width: 60%;
        font-size: 16px;
        line-height: 32px;
    }

    .font-sign-two {
        font-size: 30px;
        line-height: 60px;
    }

    .i-ban li .word p.banner-two {
        height: 50px;
    }

    .function-wrapper .aui-info .aui-text-wrapper {
        height: 240px;
    }

    .case-item-title {
        font-size: 20px;
    }

    .logo {
        width: 60%;
    }

    .company-info {
        display: none;
    }

    .company-intro {
        padding-bottom: 0;
    }

    .pages_box {
        width: 100%;
    }

    .function-wrapper .control {
        width: 100%;
        text-align: center;
    }

    #js_function-orbit-next {
        float: right;
    }

    #counter {
        margin-left: 0;
        margin-right: 0;
        width: 80%;
        text-align: center;
        display: inline-block;
        position: static;
        float: none;
    }

    .aui-icon {
        margin-top: 10px;
    }

    .ins-ban {
        background: none;
    }

    .about-ban > img {
        opacity: 1 !important;
    }

    .about-ban .top-tit .tgg_tit {
        display: none;
    }

    .case_main_content {
        padding-bottom: 10px;
    }

    #case_list_more {

        padding-bottom: 70px;

    }

    .case-wrap-mat {
        margin-top: 30px;
    }

    .xcx_style_one {
        padding-bottom: 50px;
        margin-top: 26px;
    }
}

@media screen and (max-width: 768px) {

    .i-ban {
        height: 480px;
    }

    .haed_nav {
        height: 75px;
        line-height: 75px;
    }

    .m-nav-box > .lines_box > .line1 {
        width: 70%;
    }

    .m-nav-box > .lines_box > .line2 {
        width: 70%;
    }

    .m-nav-box > .lines_box > .line3 {
        width: 70%;
    }

    #slider-wrap ul#slider li, #slider-wrap {
        width: 320px;
        height: 180px;
    }

    .aui-rotate-box {
        margin-top: 0px;
    }

    .m-nav-box, .m-nav-change {
        box-sizing: border-box;
    }

    .lines_box {
        padding-top: 20px;
    }

    .nav_model_ul {
        padding-top: 95px;
        width: 100%;
        text-align: center;
    }

    .nav_model_ul > li {
        margin-bottom: 20px;
    }

    .nav_model_ul > li > a {
        font-family: 'pingFangSC-MEDIUM';
        font-size: 18px;
        line-height: 36px;
    }

    .i-ban .btns span {
        width: 90px;
    }

    .i-ban li .word {
        font-size: 24px;
        line-height: 40px;
    }

    .i-ban li .word p {
        height: 50px;
    }

    .i-ban li .cent-cont {
        top: 30%;
        margin-top: 0;
    }

    .i-ban .btns {
        bottom: 15%;
    }

    .i-ban .moveBtn {
        width: 178px;
        height: 48px;
        line-height: 48px;
        top: 72%
    }

    .moveBtn_txt {
        font-size: 16px;
    }

    .mgtop {
        margin-top: 50px;
    }

    .i-fir-wrap .left-wrap .cent-cont {
        padding-top: 38px;
        padding-right: 8%;
    }

    .i-column-wrap.black .stit a {
        font-size: 30px;
    }

    .i-column-wrap.black .mtit {
        font-size: 18px;
    }

    .i-sec-wrap .right-cont {
        padding-right: 8%;
        padding-top: 30px;
    }

    .i-column-wrap .mtit {
        font-size: 18px;
    }

    .i-sec-wrap .right-cont .stit {
        line-height: 40px;
    }

    .i-column-wrap.white .stit {
        font-weight: normal;
    }

    .i-column-wrap.white .stit a {
        font-size: 28px;
        font-family: "Base-font";
        font-weight: normal;
    }

    .index_item {
        width: 100%;
        padding-bottom: 20px;
    }

    .index_item_margin {
        padding-bottom: 10px;
    }

    .casemagtop {
        padding-top: 30px;
    }

    .i-thi-wrap .nav-box {
        margin-top: 30px;
    }

    .i-thi-wrap .nav-box .left-link .type-link {
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .i-thi-wrap .list-wrap {
        margin-top: 30px;
    }

    .i-thi-wrap .list-wrap li {
        float: none;
        width: 100%;
        margin-top: 20px;
        display: none;
    }

    .i-thi-wrap .list-wrap li:nth-of-type(1) {
        display: block;
    }

    .i-thi-wrap .list-wrap li:nth-of-type(2) {
        display: block;
    }

    .i-thi-wrap .list-wrap li:nth-of-type(3) {
        display: block;
    }

    .i-thi-wrap .list-wrap li:nth-of-type(4) {
        display: block;
    }

    .about-ban .cont-wrap {
        top: 5%;
    }

    .about-ban .num-top {
        display: none;
    }

    .about-ban .cent-cont {
        display: none;
    }

    .about-ban .top-tit h4 {
        font-size: 30px;
        line-height: 50px;
    }

    .about-ban .top-tit .tit {
        margin-top: 10px;
        font-family: 'pingFangSC-REGULAR';
    }

    .about-ban .top-tit .tit-intro {
        width: 100%;
        margin-top: 20px;
    }

    .i-thi-wrap .tit-box h4 {
        font-size: 30px;
    }

    .newmagtop {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .i-thi-wrap .list-wrap .new-box > li {
        float: none;
        width: 100%;
        border-radius: 10px;
        padding: 30px;
    }

    .cooperation-left {
        float: none;
        width: 100%;
    }

    .cooperation {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cooperation-title {
        font-size: 30px;
    }

    .cooperation-intro {
        margin-top: 20px;
    }

    .cooperation-right {
        width: 100%;
        margin-top: 20px;
    }

    .padding_top {
        display: none;
    }

    .input-box {
        width: 100%;
    }

    .company-intro {
        width: 100%;
    }

    .tijiao-btn {
        width: 120px;
        height: 45px;
        line-height: 45px;
        border-radius: 5px;
    }

    .one-row {
        padding-top: 20px;
        width: 90%;
        margin: 0 auto;
    }

    /*.company-logo img{width: 118px;}*/
    .nav-ul-box {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .nav-ul > li {
        width: 30%;
        margin-right: 5%;
        margin-top: 6px;
    }

    .nav-ul > li:nth-of-type(3) {
        margin-right: 0;
    }

    .nav-ul > li:nth-of-type(6) {
        margin-right: 0;
    }

    .nav-ul > li:nth-of-type(9) {
        margin-right: 0;
    }

    .company_info_box {
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .company_info_text {
        font-size: 14px;
    }

    .compang_two_code {
        margin-top: -85px;
        margin-right: 5%;
    }

    .case_title-intro {

        font-size: 16px;
        line-height: 36px;
    }
    .header-title{
        margin-top: 70px;
    }
    .case_title-intro-en {
        display: none;
    }

    .down-arrow {
        width: 45px;
        height: 45px;
    }

    .down-line {
        width: 40%;
        margin-top: 20px;
        margin-left: 3%;
    }

    .arrow-box {
        margin-top: 8%;
    }

    .case-nav-box .left-link .type-link {
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 10px;
    }

    .case-wrap-mat ul li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .case-mian {
        padding-bottom: 60px;
        padding-top: 40px;
    }

    .pages-btns {
        padding-top: 50px;
    }

    .case-mian .title-box h4 {
        font-size: 20px;
        line-height: 40px;
    }

    .case-nav-box {
        margin-top: 15px;
    }

    .about-us-mian {
        width: 100%;
    }

    .title-intro-en {
        width: 90%;
        font-size: 18px;
        line-height: 36px;
    }

    .advantage-main {
        margin-top: 40px;
        padding: 30px 30px;
    }

    .data-ul > li {
        float: none;
        width: 100%;
    }

    .about-info-left {
        float: none;
    }

    .about-info-right {
        display: none;
    }

    .about-info-title {
        font-size: 30px;
        line-height: 60px;
        text-align: center;
    }

    .company-name-title {
        text-align: center;
    }

    .advantage-line {
        margin: 10px auto;
        display: block;
        width: 25px;
    }

    .company-intro-txt {
        width: 90%;
        margin: 0 auto;
    }

    .lianxi-box {
        display: flex;
        justify-content: center;
    }

    .our-serve {
        padding: 30px 0;
    }

    .our-serve-title {
        text-align: center;
        font-size: 20px;
        line-height: 40px;
    }

    .our-serve-intro {
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .our-serve-ul {
        margin-top: 40px;
    }

    .our-serve-ul > li {
        width: 90%;
        margin: 0 auto;
        margin-left: 5%;
        margin-top: 20px;
    }

    .office_one {
        display: none;
    }

    .about-img-two {
        display: none;
    }

    .about-img-one {
        width: 100%;
        height: auto;
    }

    .officeleft {
        width: 100%;
        padding: 30px 0px;
    }

    .office-title {
        text-align: center;
        font-size: 20px;
        line-height: 40px;
    }

    .office-info {
        width: 80%;
        margin: 0 auto;
        margin-top: 6px;
    }

    .officeright {
        width: 100%;
    }

    .our-serve-img-box {
        margin: 0 auto;
    }

    .our-serve-name {
        text-align: center;
        font-size: 18px;
        line-height: 36px;
        font-family: 'pingFangSC-MEDIUM';
    }

    .our-serve-item-intro {
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .our-advantage {
        text-align: center;
        font-size: 20px;
        line-height: 40px;
    }

    .play-title-intro {
        font-size: 22px;
        line-height: 44px;
    }

    .play-title-intro-cn {
        width: 90%;
        font-size: 16px;
        margin-top: 10px;
        line-height: 30px;
    }

    .webplan-line {
        width: 25px;
        margin-top: 8px;
    }

    .top-title-box {
        padding: 20px 10px;
        margin-top: -60px;
    }

    .plat-txt {
        font-size: 20px;
        line-height: 40px;
        font-family: 'pingFangSC-MEDIUM';
        color: #333;
    }

    .top-txt-line {
        width: 25px;
        margin-top: 10px;
        margin-bottom: 12px;
        background-color: #555;
    }

    .play-info {
        font-size: 14px;
        line-height: 28px;
    }

    .play-info-two {
        display: none;
    }

    .play-main-comtent {
        margin-top: 60px;
    }

    .play-left-box {
        width: 100%;
    }

    .play-right-box {
        width: 100%;
        padding: 30px 10px;
    }

    .play-item-title {
        font-size: 20px;
        line-height: 40px;
    }

    .two-play-item {
        float: right;
    }

    .play-item-box {
        margin-bottom: 20px;
    }

    .play-top-box {
        padding-bottom: 60px;
    }

    .play_item_right > h4 {
        font-size: 20px;
        line-height: 40px;
    }

    .plan_move {
        margin-top: 4px;
    }

    .play_box {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .applet_ul_box {
        padding: 40px 10px;
    }

    .applet_img_box {
        width: 50px;
        height: 50px;
    }

    .applet_img_box > img.shezhi {
        width: 50px;
        height: 50px;
    }

    .applet_img_box > img.deng {
        width: 38px;
        height: 50px;
    }

    .applet_img_box > img.xuzhang {
        width: 40px;
        height: 50px;
    }

    .applet_img_box > img.fuwu_ico {
        width: 50px;
        height: 49px;
    }

    .technology {
        font-size: 14px;
        line-height: 28px;
    }

    .technology_en {
        display: none;
    }

    .development_adv {
        padding: 30px 10px;
        padding-bottom: 60px;
    }

    .development_ul > li {
        width: 100%;
        margin-top: 20px;
        padding: 10px 20px;
    }

    .bg_ico_box {
        width: 60px;
        height: 60px;
        background-size: 50% 50%;
    }

    .adv_title {
        font-size: 20px;
        line-height: 40px;
    }

    .adv_info {
        width: 70%;
    }

    .applet_main_top {
        width: 100%;
    }

    .entrance_title {
        font-size: 20px;
        line-height: 40px;
    }

    .entrance_content {
        padding: 40px 10px;
    }

    .entrance_bg_img {
        width: 62px;
        height: 62px;
    }

    .entrance_ul > li {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .entrance_title_item {
        font-size: 16px;
        line-height: 32px;
    }

    .applet_superiority_title {
        font-size: 20px;
        line-height: 40px;
    }

    .applet_superiority {
        padding: 30px 0;
    }

    .applet_superiority_ul > li {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .applet_superiority {
        width: 100%;
    }

    .superiority_bottom_img, .superiority_bottom_img2, .superiority_bottom_img3, .superiority_bottom_img4, .superiority_bottom_img5 {
        display: none;
    }

    .superiority_intro {
        height: auto;
    }

    .case_item_info {
        padding: 30px 0px;
    }

    .case_item_text {
        font-size: 20px;
        line-height: 40px;
    }

    .case_item_line {
        background-color: #666;
        width: 22px;
    }

    .case_item_info_txt {
        font-size: 14px;
        line-height: 28px;
    }

    .arrow_icon {
        font-size: 38px;
    }

    .pages {
        font-size: 20px;
        line-height: 40px;
    }

    .xie_line {
        font-size: 20px;
        line-height: 40px;
    }

    .info_title {
        font-size: 20px;
        line-height: 40px;
    }

    .info_core {
        padding-top: 40px;
    }

    .info_item_bg {
        width: 80px;
        height: 80px;
        background-size: 65% 65%;
    }

    .info_item_bg2 {
        width: 80px;
        height: 80px;
        background-size: 60% 60%;
    }

    .info_item_bg3 {
        width: 80px;
        height: 80px;
        background-size: 65% 65%;
    }

    .construction_list > li {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .construction_list {
        margin-top: 30px;
    }

    .construction_item {
        font-size: 18px;
        line-height: 36px;
    }

    .service_area_title {
        font-size: 20px;
        line-height: 40px;
    }

    .service_area_intro {
        margin-top: 10px;
    }

    .service_area {
        background-size: auto;
        background-attachment: scroll;
        padding: 40px 0 60px 0;;
    }

    .service_area_list > li {
        width: 20%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .service_area_name {
        font-size: 14px;
        line-height: 28px;
    }

    .information_top {
        margin-top: 30px;
    }

    .business_main {
        padding: 60px 0;
        padding-top: 40px;
    }

    .business_title {
        font-size: 20px;
        line-height: 40px;
    }

    .business_list {
        margin-top: 10px;
        padding-bottom: 30px;
    }

    .business_list > li {
        width: 30%;
        margin: 0 auto;
        margin-right: 5%;
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .business_list > li:nth-of-type(1) {
        display: none;
    }

    .business_list > li:nth-of-type(5) {
        margin-right: 5%;
    }

    .business_list > li:nth-of-type(4) {
        margin-right: 0px;
    }

    .business_list > li:nth-of-type(6) {
        margin-right: 5%;
    }

    .business_list > li:nth-of-type(7) {
        margin-right: 0px;
    }

    .business_list > li:nth-of-type(9) {
        margin-right: 5%;
    }

    .business_list > li:nth-of-type(10) {
        margin-right: 0px;
    }

    .business_img_box > img {
        width: 100%;
        height: auto;
    }

    .business_img_box {
        width: 50px;
        height: 50px;
    }

    .business-mian {
        padding: 60px 0;
        padding-top: 40px;
    }

    .business_item_show {
        padding: 50px 10px;
    }

    .business_item_show > li {
        width: 100%;
        margin-bottom: 30px;
    }

    .type_name {
        font-size: 22px;
        line-height: 44px;
    }

    .ai_item {
        width: 80px;
        height: 80px;
    }

    .ai_bg1 {
        background-size: 65% 65%;
    }

    .ai_bg2 {
        background-size: 60% 65%;
    }

    .ai_bg3 {
        background-size: 65% 65%;
    }

    .new-main {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .news_title {
        font-size: 30px;
        line-height: 60px;
    }

    .news-box .type-link {
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 10px;
    }

    .news-content-box li {
        width: 100%;
        padding: 20px;
    }

    .newsdetails_title {
        font-size: 20px;
        line-height: 40px;
    }

    .newsdetail_data {
        font-size: 16px;
        line-height: 32px;
    }

    .newsdetails-main {
        padding-bottom: 30px;
    }

    .cooperation-left {
        width: 100%;
    }

    .cooperation-right {
        width: 100%;
        margin-top: 10px;
    }

    .partner_ul > li {
        padding: 0px;
        width: 45%;
        margin: 20px 2.5%;
    }

    .partner_ul > li img {
        filter: grayscale(0%);
    }

    .index_news_nav {
        display: none;
    }

    .applet_case_right {
        padding: 0 10px;
    }

    .function-wrapper .aui-title-subtitle {
        font-size: 20px;
        line-height: 40px;
    }

    .au-border-bottom {
        width: 25px;
    }

    .function-wrapper .desc {
        font-size: 14px;
        line-height: 28px;
    }

    .news_titles_name {
        width: 50%;
        float: left;
    }

    .i-thi-wrap .news_move_box {
        width: 50%;
        float: right;
        margin-top: 0;
    }

    .i-thi-wrap .list-wrap .new-box > li {
        padding: 20px;
    }

    .case_item_left img {
        width: 100%;
    }

    .case_item_right {
        padding: 0 15px;
    }

    .case_item_details_name {
        font-size: 20px;
        line-height: 40px;
    }

    .case_item_details_intro {
        font-size: 14px;
        line-height: 28px;
    }

    .case_item_state {
        font-size: 18px;
        line-height: 36px;
    }

    .data_title {
        font-size: 16px;
        line-height: 32px;
    }

    .data_num {
        margin-top: 2px;
    }

    .case_details_pages {
        padding: 0 15px;
    }

    .prev_page, .next_page {
        font-size: 16px;
        line-height: 32px;
    }

    .return_back {
        font-size: 16px;
        line-height: 32px;
        padding: 10px 12px;
    }

    .bg-banner {
        height: auto;
    }

    .banner_ul > li > img {
        height: auto;
    }

    .about-img-two {
        width: 100%;
        margin-top: 15px;
        display: block;
    }

    .i-thi-wrap .nav-box .index_case_move {
        display: none;
    }

    .i-ban .moveBtn {
        display: none;
    }

    .banner_ul > li > img.pc_banner {
        display: none;
    }

    .banner_ul > li > img.phone_banner {
        display: block;
    }

    .i-ban li .word {
        font-size: 16px;
        line-height: 44px;
    }

    .font-sign-two {
        font-size: 22px;
        line-height: 44px;
    }

    .i-ban li .word p .eng_text {
        font-size: 14px;
        line-height: 36px;
    }

    .i-ban .btns span {
        width: 50px;
        margin-right: 10px;
    }

    .i-ban li .word p.banner-two {
        height: auto;
    }

    .i-ban li .word p {
        height: auto;
    }

    .i-fir-wrap .right-wrap {
        height: auto;
    }

    .i-ban li .cent-cont {
        top: 50%
    }

    .news_titles_name {
        width: 70%;
    }

    .i-ban li .word p .eng_text {
        display: none;
    }

    .i-thi-wrap .news_move_box {
        width: 30%;
        float: right;
    }

    .i-thi-wrap .nav-box .news_move_btn {
        float: right;
    }

    .case_details_pages {
        width: 100%;
        margin: 0 auto;
        margin-top: 80px;
        margin-bottom: 50px;
    }

    .prev_page, .next_page {
        padding: 2px 10px;
        margin-top: -5px;
    }

    .i-ban .btns {
        bottom: 15%;
    }

    .banner_ul > li > img.pc_bg_img {
        display: none;
    }

    .banner_ul > li > img.phone_bg_img {
        display: block;
    }

    .about-title-intro-cn {
        display: none;
    }

    .about-title-intro {
        font-size: 20px;
        line-height: 40px;
    }

    .about-title-phone-cn {
        display: block;
        width: 90%;
    }

    .play-title-intro-cn {
        font-size: 14px;
        line-height: 28px;
    }

    .play-title-intro {
        font-size: 20px;
        line-height: 40px;
    }

    .play-title-line {
        height: 2px;
        width: 30px;
    }

    .partner_ul > li {
        width: 20%;
        margin: 0 2.5%;
        margin-top: 15px;
    }

    .partner_ul > li img {
        width: 100%;
    }

    .about-ban > .bgimg {
        display: none;
    }

    .ins-ban {
        width: 100%;
        height: auto;
    }

    .about-ban > .bgimg2 {
        display: block;
        width: 100%;
    }

    .about-ban .top-tit .phone_tit-intro {
        display: block;
        font-size: 14px;
        line-height: 28px;
        margin-top: 15px;
    }

    .applet_superiority_ul > li {
        width: 45%;
        margin: 0 2.5%;
        margin-top: 20px;
    }

    .superiority_intro {
        height: 90px;
    }

    .entrance_bg_img1 {
        background-size: 45% 42%;
    }

    .entrance_ul > li {
        width: 32%;
    }

    .construction_list {
        padding-bottom: 40px;
    }

    .ai_main_content {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .construction_intro {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        margin-top: 15px;
    }

    .ai_item {
        width: 52px;
        height: 52px;
    }

    .construction_item {
        margin-top: 12px;
    }

    .door {
        background-size: 70% 70%;
    }

    .passport {
        background-size: 90% 90%;
    }

    .judicial {
        background-size: 80% 80%;
    }

    .finance {
        background-size: 70% 70%;
    }

    .security {
        background-size: 70% 70%;
    }

    .troops {
        background-size: 70% 70%;
    }

    .aviation {
        background-size: 80% 80%;
    }

    .frontier {
        background-size: 70% 70%;
    }

    .government {
        background-size: 70% 70%;
    }

    .serve {
        background-size: 80% 80%;
    }

    .i-thi-wrap .list-wrap {
        margin-top: 0px;
    }

    .applet_case_right {
        margin-top: 20px;
    }

    .applet_case_line {
        margin-top: 15px;
    }

    .function-wrapper .aui-info .aui-text-wrapper {
        margin-bottom: 36px;
    }

    .data-ul > li {
        float: left;
        width: 50%;
        margin: 0 auto;
    }

    .num-active-box > span {
        font-size: 32px;
        line-height: 64px;
    }

    .ico-div > img {
        width: 100%;
        height: auto;
    }

    .ico-div {
        padding-top: 20px;
        width: 25px;
        height: 25px;
    }

    .num-active-box:after {
        top: -10px;
    }

    .num-pro, .num-pro-move {
        font-size: 14px;
        line-height: 28px;
    }

    .advantage-indro {
        margin-bottom: 20px;
    }

    .our-serve-ul > li {
        width: 50%;
        float: left;
        margin: 0 auto;
        margin-top: 25px;
    }

    .our-serve-img-box {
        height: 35px;
        width: 35px;
    }

    .our-serve-img-box > img {
        width: 100%;
    }

    .our-serve-item-intro {
        width: 80%;
        margin: 0 auto;
        display: none;
    }

    .business-mian {
        width: 100%;
    }

    .text_img {
        width: 50px;
        height: 40px;
    }

    .text_img img {
        width: 100%;
    }

    .business_item_show > li {
        float: left;
        width: 50%;
    }

    .type_eg {
        display: none;
    }

    .type_intro, .type_eg {
        width: 80%;
        margin: 0 auto;
    }

    .pingtuan {
        background-size: 80% 80%;
    }

    .bargain_price {
        background-size: 70% 70%;
    }

    .seckil {
        background-size: 70% 70%;
    }

    .discount {
        background-size: 80% 80%;
    }

    .draw {
        background-size: 80% 80%;
    }

    .combo {
        background-size: 70% 70%;
    }

    .share {
        background-size: 70% 70%;
    }

    .sign {
        background-size: 70% 70%;
    }

    .exchange {
        background-size: 80% 80%;
    }

    .topup {
        background-size: 80% 80%;
    }

    .business_case_title {
        margin-bottom: 20px;
    }

    .business_img_box {
        width: 35px;
        height: 35px;
    }

    .business_item_show {
        margin-top: 40px;
    }

    .business_main {
        padding-bottom: 30px;
    }

    .info_item_bg {
        width: 52px;
        height: 52px;
    }

    .info_item_bg2 {
        width: 52px;
        height: 52px;
    }

    .info_item_bg3 {
        width: 52px;
        height: 52px;
    }

    .car {
        background-size: 80% 80%;
    }

    .compant {
        background-size: 80% 70%;
    }

    .canyin {
        background-size: 80% 70%;
    }

    .jiudian {
        background-size: 70% 80%;
    }

    .yiliao {
        background-size: 80% 80%;
    }

    .jiaoyu {
        background-size: 80% 80%;
    }

    .shejiao {
        background-size: 80% 80%;
    }

    .meiti {
        background-size: 80% 70%;
    }

    .lvyou {
        background-size: 70% 80%;
    }

    .bangong {
        background-size: 80% 70%;
    }

    .footer_title {
        font-size: 20px;
        line-height: 40px;
    }

    .immediately_consult_btn {
        padding: 5px 20px;
        font-size: 14px;
    }

    .company_name {
        display: none;
    }

    .compang_two_code > img {
        width: 60px;
        height: auto;
    }

    .phone_sq_btn {
        display: block;
        text-align: center;
    }

    .superiority_intro {
        display: none;
    }

    .superiority_item_txt {
        margin: 10px auto;
    }

    .webplan-title-intro-cn {
        width: 70%;
    }

    .i-thi-wrap .list-wrap .new-box > li a > h2 {
        float: left;
        font-family: 'pingFangSC-MEDIUM';
        font-size: 14px;
        line-height: 28px;
        width: 60%;
        overflow: hidden;
    }

    .i-thi-wrap .list-wrap .new-box > li a .data {
        float: right;
        margin-top: 0;
        font-family: arial;
    }

    .i-thi-wrap .list-wrap .new-box > li {
        overflow: hidden;
    }

    .i-thi-wrap .list-wrap .new-box > li a .new-indro {
        display: none;
    }

    .i-thi-wrap .list-wrap .new-box > li a .link-point {
        display: none;
    }

    .i-thi-wrap .list-wrap .new-box > li {
        padding: 15px 20px;
    }

    .office_one {
        display: block;
    }

    .about-img-one {
        width: 48%;
    }

    .about-img-two {
        width: 48%;
        margin-top: 0;
    }

    .applet_item_box {
        padding-bottom: 30px;
    }

    .entrance_bg_img {
        transition: all 0.4s;
    }

    .entrance_bg_img1:hover {
        background-size: 45% 42%;
    }

    .entrance_bg_img2:hover {
        background-size: 40% 40%;
    }

    .entrance_bg_img3:hover {
        background-size: 40% 40%;
    }

    .entrance_bg_img4:hover {
        background-size: 40% 40%;
    }

    .entrance_bg_img5:hover {
        background-size: 40% 40%;
    }

    .info_item_bg:hover {
        background-size: 65% 65%;
    }

    .info_item_bg2:hover {
        background-size: 60% 60%;
    }

    .info_item_bg3:hover {
        background-size: 65% 65%;
    }

    .ai_bg1:hover {
        background-size: 65% 65%;
    }

    .ai_bg2:hover {
        background-size: 60% 65%;
    }

    .ai_bg3:hover {
        background-size: 65% 65%;
    }

    .guiyang_compang {
        float: left;
        margin-top: 15px;
    }

    .compang_address_title {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 5px;
        margin-left: 0;
    }

    .icon_img_box {
        display: none;
    }

    .company_info_text {
        margin-left: 0px;
    }

    .compang_info_left > div {
        margin-bottom: 3px;
    }

    .function-wrapper .aui-info .aui-text-wrapper {
        height: 260px;
    }

    .two_code_wrap {
        display: none;
    }

    .case_main_content {
        padding-bottom: 10px;
    }

    #case_list_more {

        padding-bottom: 70px;

    }

    .case-wrap-mat {
        margin-top: 30px;
    }

    .xcx_style_one {
        padding-bottom: 50px;
        margin-top: 26px;
    }

}

.i-ban #active_line {
    display: none;
}

.i-wrap .up-graybox .case-caption .write-line {
    display: none;
}

.i-wrap .up-graybox .case-caption .case-item-move {
    display: none;
}

.i-wrap .up-graybox .case-caption {
    top: 38%;
}

.write-line {
    display: none;
}

.case-item-move {
    display: none;
}

.case-wrap-mat .case-caption {
    top: 38%;
}

.two_code_img_box {
    width: 100%;
    text-align: center;
}

.two_code_img_box img {
    width: 120px;
    height: auto;
}

.two_code_wrap {
    margin-right: 120px;
}

.shao_two_code {
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
}

.imgwdz img{
    max-width: 100%;
    height: auto;
}