.container {
    max-width: 1280px;
}

/*网站公共样式*/

.info-content {
    line-height: 2;
    padding-bottom: 30px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0064D4
}

a:focus {
    color: #000;
}

a.btn-more {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -o-transition: all 0.5s ease;
    /* Opera */
}

a.btn-more:hover {
    border-color: #780001;
    color: #780001;
}

.banner {
    height: 500px\9 !important;
    overflow: hidden\9 !important;
    overflow: hidden;
}

/*兼容ie低版*/

.text-yellow {
    color: rgb(252, 201, 63);
}

.overflow-hidden {
    overflow: hidden;
}

/*遮罩层*/

.mask-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    z-index: 100;
    top: 0;
    left: 0;
}

.mask-bg.active {
    display: block;
}

/*首页模块样式*/

.product-module-box {
    position: relative;
}

.module-title {
    clear: both;
    text-align: center;
    margin: 30px 0px 30px 0px;
}

.module-title .cn-title {
    display: block;
    color: #333;
    line-height: 48px;
    font-family: SimSun;
    font-weight: bold;
}

.module-title span {
    font-size: 18px;
    background: url(../images/24tel.png) no-repeat center left;
    background-size: 34px;
    padding: 20px 0 20px 50px;
}

/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/

.nav .animated,
.sub-nav .animated {
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navSlide {
    animation-name: navSlide;
    -webkit-animation-name: navSlide;
}

@keyframes navSlide {
    0% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        opacity: 0;
        visibility: visible;
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

/*主菜单*/

@media (min-width:1000px)
/*pc端*/

    {
    .float-head {
        position: fixed;
        z-index: 100;
        top: 0px;
        width: 100%;
        background-color: #004986;
        height: 84px;
    }
    .float-head .document-flow {
        top: 0;
    }
    .index-more a {
        width: 200px;
        height: 50px;
        line-height: 50px;
    }
    .online-bg {
        background: url(../images/s0ut.jpg);
        background-size: 100% 100%;
        width: 100%;
    }
    .document-flow {
        position: absolute;
        z-index: 999;
        right: 0;
        left: 0;
        top: 0px;
        height: 84px;
    }
    .header1 {
        transition: .3s linear;
    }
    .header1 .logo {
        margin: 16px 0;
        display: flex;
    }
    .header1 .nav-toggle {
        display: none
    }
    .top-logo-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 20px 0px;
        color: #fff;
    }
    .top-logo-right img {
        margin: 0px 10px;
    }
    .top-nav {
        background-color: #fff;
        border-radius: 5px;
        padding-right: 20px;
        padding-left: 25px;
    }
    .logo img {
        max-height: 60px;
    }
    .header2 .document-flow {
        top: 0;
    }
    .nav {
        width: 100%;
    }
    .nav>ul>li {
        float: left;
        text-align: center;
        line-height: 81px;
        border-top: 1px solid transparent;
        padding: 0 30px;
    }
    .nav>ul>li>ul {
        position: absolute;
    }
    .nav>ul>li>a {
        font-size: 14px;
        display: block;
        width: 100%;
        color: #fff;
    }
    .nav>ul>li.current,
    .nav>ul>li:hover {
        border-top: 1px solid #fff;
        color: #fff;
    }
    .index-top-right {
        display: flex;
        align-items: center;
        color: #fff;
        margin: 0 -15px;
        line-height: 84px;
    }
    .index-top-right .ss-box {
        width: 82px;
        position: relative;
    }
    .index-top-right .ss-box .s-input {
        width: 100%;
        color: #000;
        padding-right: 20px;
        border-radius: 30px;
        box-shadow: none;
        border: 0px;
        padding-left: 10px;
    }
    .index-top-right .ss-box .s-btn {
        position: absolute;
        top: 50%;
        right: 6px;
        background-color: transparent;
        transform: translate(0%, -50%);
        border: 0;
        padding: 0px
    }
    .index-top-right .ss-box .s-btn i {
        color: #000;
    }
    .index-tel {
        font-size: 20px;
        margin: 0 24px;
    }
    .index-tel i {
        margin-right: 8px;
    }
    .index-login {
        font-size: 20px;
        color: #fff;
    }
    .index-login:hover,
    .index-login:focus {
        color: #fff;
    }
    .index-login i {
        margin-right: 20px;
    }
    .nav>ul>li>ul li ul::before {
        display: block;
        margin: 0px auto;
        text-align: center;
        position: absolute;
        top: 20px;
        left: -10px;
        content: "";
        width: 0;
        height: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 5px solid #fff;
    }
    .nav li:hover>ul {
        display: none;
    }
    .nav ul li ul li a {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 15px;
        line-height: 50px;
    }
    .nav ul li ul li a:hover {
        text-decoration: none;
        color: #fcc93f;
    }
    .nav ul li {
        position: relative;
    }
    .nav ul li .arrow {
        display: none
    }
    .nav ul li ul {
        background-color: #004e8e;
        display: none;
        position: absolute;
        left: 0;
        z-index: 2;
        width: 100%;
    }
    /*二级ul样式*/
    .nav ul li ul li ul {
        left: 100%;
        top: 0px;
        display: none;
    }
    /*三级以后ul样式*/
    .nav-toggle {
        display: none;
    }
    .breadcrumb-box {
        background-color: #f4f4f4;
        margin-bottom: 40px;
    }
    .breadcrumb {
        padding: 15px;
    }
    .same-padding {
        padding-top: 80px;
    }
    .html5zoo-arrow-left-0 {
        background: url(../images/le.png) no-repeat scroll left top !important;
        margin-left: 30px;
        background-size: cover !important;
    }
    .html5zoo-arrow-right-0 {
        background: url(../images/re.png) no-repeat scroll left top !important;
        margin-right: 30px;
        background-size: cover !important;
    }
    /*首页*/
    .all-Padding-Content {
        padding: 60px 0;
    }
    .AboutIndex>h1 {
        font-size: 32px;
    }
    .AboutIndex .more {
        margin-top: 30px;
    }
    .CanContent .item {
        height: 400px;
        overflow: hidden;
        padding: 0;
    }
    .CanContent .item .title {
        position: absolute;
        bottom: 30%;
        color: #fff;
        display: block;
        text-align: center;
        width: 100%;
        font-size: 20px;
        z-index: 10;
    }
    .CanContent .item .Shielding {
        width: 100%;
        z-index: 5;
        height: 100%;
        background-color: rgba(51, 112, 255, 0.97);
        left: 0;
        top: -400px;
        transition: ease-in-out 0.3s;
    }
    .CanContent .item:hover .Shielding {
        top: 0px;
    }
    .CanContent .item .Shielding p {
        color: #fff;
        margin: 55px 40px 0 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }
    .consulting {
        height: 491px;
        padding: 80px 0;
    }
    .NewerCases .boxList .item a.img-Hover .Shielding {
        top: -100%;
        width: 100%;
        height: 100%;
        background: rgba(51, 112, 255, 0.95);
        transition: ease-in-out 0.5s;
        color: #fff;
        padding: 40px 50px 0;
        text-align: left;
    }
    .NewerCases .boxList .item a.img-Hover:hover .Shielding {
        top: 0px;
    }
    .All-title {
        font-size: 32px;
        line-height: 1.5;
        font-weight: bold;
    }
    .All-Tips {
        font-size: 16px;
        line-height: 1.5;
        margin: 8px 0 20px;
    }
    .consulting .title {
        font-size: 34px;
    }
    .consulting .more {
        margin-top: 30px;
    }
    .news-indexList .box-item .item-img {
        display: block;
        width: 159px;
        height: 90px;
        padding-right: 20px
    }
    .news-indexList .box-item .contentbox {
        width: 80%;
    }
    .news-indexList .box-item .contentbox .intro {
        font-size: 12px;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .news-indexList .box-item {
        border-bottom: 1px solid #dbdbdb;
    }
    .news-information .title {
        font-size: 32px;
    }
    .consulting .box {
        width: 80%;
    }
}

@media (max-width:1000px)
/*手机端*/

    {
    .header1 {
        background-color: #000;
        height: 70px;
        line-height: 70px;
    }
    .logo a {
        display: block;
        max-width: 80%;
    }
    .logo img {
        max-height: 45px;
    }
    .nav-toggle {
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 25px;
        min-width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }
    .nav-toggle.active {
        color: #ccc;
    }
    .nav-toggle .fa {
        font-size: 24px;
    }
    .nav {
        position: fixed;
        z-index: 999;
        top: 0px;
        right: 0px;
        width: 0px;
        background: #fff;
        height: 100%;
        height: 100vh;
        opacity: 0;
        transition: all 0.2s linear;
        overflow-y: auto
    }
    .nav.active {
        opacity: 1;
        width: 300px;
        max-width: 60%
    }
    .nav ul li {
        line-height: 45px;
        text-align: left
    }
    .nav ul li ul {
        display: none;
    }
    /*二级ul样式*/
    .nav ul li a {
        padding-left: 30px;
        display: block;
        color: #999;
        font-size: 15px;
        line-height: 3.5;
        border-bottom: 1px solid #dcdcdc
    }
    .nav ul li ul li a {
        padding-left: 60px;
        font-size: 14px;
        background-color: #eeeeee
    }
    .nav ul li ul li ul li a {
        padding-left: 90px;
    }
    .nav ul li ul li ul li li a {
        padding-left: 120px;
    }
    .nav ul li {
        position: relative;
    }
    .nav ul li .arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition-duration: 0s
    }
    .nav ul li .arrow:after {
        font-family: FontAwesome;
        content: "\f105";
        display: block;
        font-weight: bold;
        font-size: 18px
    }
    .nav ul li.current>a {
        color: #5a342b;
    }
    .nav ul li.active>ul {
        display: block
    }
    .nav ul li.active>.arrow {
        transform: rotate(90deg)
    }
    .topscarch {
        position: absolute;
        top: -15px;
        right: 40px;
    }
    .same-padding {
        padding-top: 30px;
    }
    .display-die {
        display: none !important;
    }
    .headerTit {
        display: none;
    }
    .index-top-right {
        display: none;
    }
    /*首页*/
    .all-Padding-Content {
        padding: 20px 0;
    }
    .AboutIndex>h1 {
        font-size: 18px;
    }
    .AboutIndex .more {
        margin: auto;
        margin-top: 15px;
    }
    .All-title {
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
    }
    .All-Tips {
        font-size: 14px;
        line-height: 1.5;
        margin: 8px 0 20px;
    }
    .consulting {
        padding: 40px 0;
    }
    .consulting .title {
        font-size: 24px;
    }
    .news-indexList .box-item .item-img {
        display: block;
        width: 40%;
        padding-right: 20px;
    }
    .news-indexList .box-item .contentbox {
        width: 60%;
    }
    .news-indexList .box-item .contentbox .intro {
        font-size: 12px;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .listFirst {
        margin-bottom: 20px;
    }
    .news-indexList .box-item {
        border-bottom: 1px solid #cccccc;
    }
    .news-information .title {
        font-size: 20px;
    }
    .NewerCases .boxList .item a.title {
        margin-bottom: 8px;
    }
}

/*首页*/

.AboutIndex>p {
    border-left: 2px solid #3370ff;
    padding-left: 5px;
    color: #3370ff;
    font-size: 14px;
}

.AboutIndex .tips {
    margin: 8px 0 15px;
}

.AboutIndex>h1 {
    margin-top: 8px;
}

.AboutIndex .content {
    margin-top: 8px
}

.AboutIndex .more {
    display: block;
    background-color: rgba(51, 112, 255, 1);
    color: #fff;
    border-radius: 4px;
    width: 154px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.CanIndex {
    background: url(../images/indexbg1.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}

.CanIndex .CanContent {
    overflow: hidden;
}

.CanIndex .more {
    display: block;
    width: 195px;
    line-height: 45px;
    height: 45px;
    background-color: rgba(51, 112, 255, 1);
    margin: auto;
    border-radius: 4px;
    color: #fff;
    margin-top: 30px
}

.CanIndex .more:hover {
    background-color: rgba(78, 131, 253, 1);
}

.AboutIndex .more:hover {
    background-color: rgba(78, 131, 253, 1);
}

.consulting {
    background: url(../images/indexbg2.jpg) no-repeat;
    background-size: cover;
}

.consulting .title {
    color: #fff;
    font-weight: bold;
}

.consulting .more {
    border: 1px solid #fff;
    width: 148px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

.consulting .more:hover {
    background-color: rgba(78, 131, 253, 1);
    border-color: rgba(78, 131, 253, 1);
}

.NewerCases {
    text-align: center;
}

.NewerCases .boxList {
    overflow: hidden;
}

.NewerCases .boxList .item a {
    display: block;
    overflow: hidden;
}

.NewerCases .boxList .item a.title {
    font-size: 16px;
    color: #5A5A5A;
    margin-top: 8px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.NewerCases .boxList .item a.title:hover {
    color: #0064D4;
}

.NewerCases .boxList .item a .Shielding div {
    font-size: 18px;
    line-height: 1.5;
}

.NewerCases .boxList .item a .Shielding p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.NewerCases .more {
    display: block;
    width: 195px;
    line-height: 45px;
    height: 45px;
    background-color: rgba(51, 112, 255, 1);
    margin: auto;
    border-radius: 4px;
    color: #fff;
    margin-top: 30px
}

.NewerCases .more:hover {
    background-color: rgba(78, 131, 253, 1);
}

.news-information {
    background: url(../images/indexbg3.jpg) no-repeat;
    background-size: cover;
}

.news-information .title {
    text-align: center;
    font-weight: bold;
}

.news-information .news-menu {
    overflow: hidden;
    margin: 10px 0 15px;
}

.news-information .news-menu ul {
    overflow: hidden;
    width: auto;
    margin: auto;
    display: flex;
    justify-content: center;
}

.news-information .news-menu ul li {
    height: 36px;
    line-height: 36px;
}

.news-information .news-menu ul li.current {
    background-color: #4e83fd;
}

.news-information .news-menu ul li.current a {
    color: #fff;
}

.news-information .news-menu ul li a {
    padding: 0 20px;
    display: block;
    color: #888888;
}

.news-information .news-indexList {
    overflow: hidden;
}

.news-indexList .item .item-img {
    display: block;
}

.news-indexList .item .item-img img {
    width: 100%;
}

.news-indexList .item .title {
    font-size: 14px;
    margin-top: 8px;
    color: #5A5A5A;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: left;
}

.news-indexList .item .title:hover {
    color: #0064D4;
}

.news-indexList .item .time {
    color: #929292;
    font-size: 12px;
    margin: 5px 0 10px;
}

.news-indexList .item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999999;
    font-size: 12px;
}

.news-indexList .box-item {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-indexList .box-item .contentbox .boxs {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-indexList .box-item .contentbox .title {
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-indexList .box-item .contentbox .boxs a:hover {
    color: #0064D4;
}

.news-indexList .box-item .contentbox .boxs .columnlink {
    color: #0064d4;
    font-size: 12px
}

.news-indexList .box-item .contentbox .boxs .columnlink:hover {
    color: #2c90ff;
}

.news-indexList .box-item .contentbox .date {
    font-size: 12px;
    margin: 8px 0;
}

.news-information .more {
    display: block;
    width: 195px;
    line-height: 45px;
    height: 45px;
    background-color: rgba(51, 112, 255, 1);
    margin: auto;
    border-radius: 4px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}

.news-information .more:hover {
    background-color: rgba(78, 131, 253, 1);
}

.partner {
    margin-bottom: -70px;
    text-align: center;
}

.years-boxList li {
    text-align: center;
}

.years-boxList li .title {
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.years-boxList li .title::after {
    display: inline-block;
}

.years-boxList li .title .animateNum {
    color: #fff;
}

.years-boxList li:first-child .title::after {
    content: "+";
}

.years-boxList li:nth-child(2) .title::after {
    content: "年";
}

.years-boxList li:nth-child(3) .title::after {
    content: "+";
}

.years-boxList li p {
    color: #fff;
}

.years-boxList li .title::after {
    color: #fff;
}

.pageTitle {
    text-align: center;
    margin: 30px 0;
}

@media (min-width:1000px) {
    .years-boxList li .title {
        font-size: 40px;
    }
    .years-boxList li .title::after {
        position: absolute;
        right: -20px;
        top: 10px;
        font-size: 14px;
    }
    .years-boxList li p {
        font-size: 18px;
    }
    .pageTitle {
        width: 70%;
        margin: 30px auto;
    }
}

@media (max-width:999px) and (min-width:415px) {
    .years-boxList {
        padding: 60px 0;
    }
    .years-boxList li .title {
        font-size: 40px;
    }
    .years-boxList li .title::after {
        position: absolute;
        right: -20px;
        bottom: 10px;
        font-size: 14px;
    }
    .years-boxList li p {
        font-size: 16px;
    }
    .pageTitle {
        width: 70%;
        margin: 20px auto;
    }
}

@media (max-width:414px) {
    .years-boxList {
        padding: 0 0 30px;
    }
    .years-boxList li {
        padding-left: 0;
        padding-right: 0;
    }
    .years-boxList li .title {
        font-size: 28px;
    }
    .years-boxList li .title::after {
        position: absolute;
        right: -14px;
        bottom: 6px;
        font-size: 10px;
        font-weight: normal;
    }
    .years-boxList li p {
        font-size: 14px;
    }
}

/*TOP*/

.header-top {
    font-size: 12px;
    color: rgb(204, 204, 204);
}

@media (min-width:1000px) {
    .header-top {
        line-height: 36px;
        height: 36px;
        background-color: rgba(0, 0, 0, 0.13);
        width: 100%;
        position: absolute;
        z-index: 999;
        right: 0;
        left: 0;
        top: 0;
    }
    .header-top .float-lg-left {
        padding-left: 0;
    }
    .header-top .float-lg-right {
        padding-right: 15px;
    }
}

@media (max-width:1000px) {
    .header-top {
        background-color: #1a2b48;
        line-height: 35px;
        font-size: 13px;
        background-color: #000;
    }
    .header-top .float-lg-left {
        margin-left: -10px;
        height: 30px;
        line-height: 30px;
    }
}

/*bootom*/

@media (min-width:1000px)
/*pc端*/

    {
    .line-top-bg {
        margin-top: 10px;
    }
    footer {
        padding-top: 50px;
        margin-top: 70px;
    }
    footer .left .logo-foot {
        margin-bottom: 40px;
    }
    footer .left p {
        font-size: 15px;
    }
    .footnav {
        padding-left: 0;
    }
    .footnav .title {
        font-size: 18px;
        margin-bottom: 28px;
    }
    .footnav .account li a {
        position: relative;
        padding-left: 2px;
    }
    footer .right {
        padding-left: 50px;
    }
    footer .right li {
        font-size: 15px;
        padding-top: 4px;
    }
    .footnav li {
        padding-bottom: 15px;
    }
    .homemore {
        margin-top: 30px;
    }
    .homemore a {
        padding: 10px 20px;
    }
}

@media (max-width:1000px)
/*手机端*/

    {
    footer {
        padding-top: 10px;
        margin-top: 50px;
    }
    footer .left {
        text-align: center;
    }
    footer .left .logo-foot {
        display: block;
    }
    footer .left .ewm {
        margin: 10px 0 0;
    }
    footer .right {
        line-height: 1.8;
    }
    .footnav {
        padding-top: 20px;
    }
    .footnav li {
        padding-bottom: 5px;
    }
    .homemore {
        margin-top: 20px;
        text-align: center;
    }
    .homemore a {
        padding: 8px 30px;
    }
    .footer-Content {
        margin-top: 10px;
    }
}

/*FOOTER*/

footer {
    background-color: rgb(41, 46, 51);
    color: #ccc;
}

footer a {
    color: #ccc;
}

footer .left .logo-foot {
    max-height: 68px;
}

footer .right .boxs {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 12px 0;
    text-align: center;
    height: 55px;
    width: 55px;
}

footer .right .boxs img {
    max-height: 30px;
}

.line-top-bg {
    padding: 10px 0 0;
}

.footnav .account li a:hover {
    color: #fff
}

.footnav2 li {
    color: rgb(153, 153, 153);
}

.footnav .title {
    color: #fff;
}

.homemore a {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}

.homemore a:hover {
    background-color: rgb(252, 201, 63);
}

footer .logo img {
    max-height: 40px;
}

.xqcon img {
    cursor: pointer;
}

/*图片列表*/

.images-list .row .item a {
    display: block;
    overflow: hidden;
}

.images-list .row .item img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

.images-list .row .item a:hover img {
    transform: scale(0.9, 0.9);
}

/*Pc端固定客服*/

.wpsidebar-fkf {
    position: fixed;
    right: 10px;
    bottom: 10px;
    transform: translate(0, -50%);
    z-index: 9999;
}

.fkf-item {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    padding: 10px;
    background-color: #004986;
    margin-bottom: 6px;
    box-sizing: border-box;
    cursor: pointer;
}

.fkf-item img {
    width: 30px;
    height: 30px;
}

.fkf-item:hover {
    background-color: #fcc93f;
}

.fkf-item img.hover {
    display: none;
}

.fkf-item:hover>img {
    display: none;
}

.fkf-item:hover img.hover {
    display: block;
}

.fkf-cart>span {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ff6600;
    color: #fff;
    left: -12px;
    top: -12px;
    text-align: center;
    line-height: 24px;
}

.fkf-item-right {
    position: absolute;
    right: 35px;
    padding-right: 25px;
    top: -15px;
    display: none;
}

.fkf-item:hover .fkf-item-right {
    display: block;
}

.fkf-item-right-content {
    width: 430px;
    border: 1px solid #ccc;
    border-top: 4px solid #000;
    padding: 20px;
    padding-top: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    position: relative;
    font-family: 宋体;
}

.fkf-item-right-content .arrow,
.right-content-ewm .arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -15px;
    top: 23px;
    z-index: 20;
}

.fkf-item-right-content-top {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 70px;
    border-bottom: 1px solid #ccc;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.fkf-item-right-content-top img {
    position: absolute;
    left: 0;
    top: 20px;
    width: 40px;
    height: 40px;
}

.fkf-item-right-content-top h2 {
    font-size: 22px;
    font-weight: bold;
    color: #004986;
}

.fkf-item-right-content-bottom p {
    padding-top: 15px;
    padding-bottom: 15px;
}

.fkf-item-right-content-bottom .content-bottom-item {
    display: inline-block;
    width: 32%;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.content-bottom-item img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background-color: #333;
    vertical-align: top;
}

.content-bottom-item span {
    display: inline-block;
    line-height: 25px;
}

.content-bottom-item:hover img {
    background-color: #ff6800;
}

.right-content-tele {
    width: 300px;
}

.right-content-tele .fkf-item-right-content-top:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
}

.right-content-ewm {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    position: relative;
    display: flex;
    flex-direction: row;
    width: max-content;
}

.right-content-ewm .ewm div {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 10px
}

.right-content-ewm .ewm div img {
    width: 100px;
    height: 100px;
    margin-top: 15px;
    margin-left: 15px;
    background: #fff;
}

.right-content-ewm .ewm p {
    text-align: center;
    font-size: 16px;
}

.fkf-item-right-ewm {
    top: initial;
    bottom: -15px;
}

.right-content-ewm .arrow {
    top: initial;
    bottom: 23px;
}

/*移动端固定栏目按钮*/

.float-nav-toggle {
    display: block;
    text-align: center;
    position: fixed;
    left: 6px;
    bottom: 60px;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(13, 13, 13, 0.6);
    border-radius: 20px;
    z-index: 9;
}

@media (max-width: 767px) {
    .display-xs-block {
        display: block !important;
    }
}

/*手机端固定导航栏*/

.footer-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    padding: 6px 0px 2px;
    color: #fff;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 0.2rem solid #000;
    background: #fff;
}

.footer-fixed ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.footer-fixed ul li a {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.footer-fixed ul li p {
    font-size: 1.3rem;
}

.footer-fixed.active {
    transform: translateX(2.8rem);
    z-index: 9;
}

.footer-fixed2 {
    font-size: 2.8rem;
    padding-top: 0.6rem;
}

.footer-fixed i {
    display: block;
}

.footer-fixed .fa {
    font-size: 22px;
}

@media (min-width:1000px) {
    .footer-fixed {
        display: none !important;
    }
}

@media (max-width:1000px) {
    footer {
        margin-bottom: 50px;
    }
}

/*内容页公共用*/

.breadcrumb>li+li::before {
    content: ">";
    padding: 0 5px 0 2px;
    color: rgb(102, 102, 102);
}

.breadcrumb li:first-child a span:hover,
.breadcrumb li:last-child a:hover {
    text-decoration: underline;
}

.breadcrumb li .fa {
    font-weight: bold;
    padding-right: 6px;
}

.breadcrumb li {
    font-weight: bold;
}

.breadcrumb li a {
    font-weight: normal;
}

.page ul li .fa {
    padding-right: 10px;
}

.page ul li:hover a,
.page ul li:hover {
    color: #0488CD;
}

.pagination>li>a,
.pagination>li>span {
    padding: 4px 10px;
}

.card1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.card2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 41px;
}

.list-page {
    font-family: '宋体';
}

/*内页样式*/

@media (min-width:1000px) {
    .sameBox {
        border: 1px solid rgb(221, 221, 221);
        margin-top: 50px;
        padding: 40px;
    }
    .contact-bg,
    .location-bg {
        padding: 70px 0 60px;
        margin-top: 80px;
    }
    .contact-bg .boxs {
        padding: 40px 30px 50px;
    }
    .Quickservice .title {
        font-size: 28px;
        padding: 70px 0;
    }
    .Quickservice img {
        max-height: 100px;
    }
    .addcases-box .cases-box li .circle-box {
        padding-bottom: 40px;
    }
}

@media (max-width:1000px) {
    .contact-bg,
    .location-bg {
        padding: 30px 0 20px;
        margin-top: 20px;
    }
    .contact-bg .boxs {
        padding: 20px 10px
    }
    .Quickservice .title {
        font-size: 20px;
        padding: 30px 0;
    }
    .Quickservice img {
        max-height: 60px;
    }
    .Quickservice h5 {
        font-size: 1.3rem;
    }
    .addcases-box .cases-box li .circle-box {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

/*内页公共样式*/

.addcases-box .cases-box li .circle-box {
    border-bottom: 2px solid #ccc;
}

.contact-bg,
.location-bg {
    background-color: #eee;
}

.contact-bg .boxs {
    background-color: #fff;
}

.contact-bg .boxs img {
    max-height: 60px;
    transition: .3s linear;
}

.contact-bg a:hover .boxs img {
    transform: scale(1.1, 1.1);
}

.addlocation .circle-box {
    background-color: #fff;
    border-bottom: 4px solid rgb(252, 201, 63);
}

.contact-bg a:hover {
    color: #000;
}

.addlocation li {
    margin-bottom: 30px;
}

.addlocation .circle-box .show {
    display: block;
}

.addlocation .circle-box .show img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

.addlocation .circle-box .show:hover img {
    transform: scale(1.05, 1.05);
}

.addlocation .circle-box .card2 {
    margin: 0 15px 25px;
    color: #666;
}

/*发展历程*/

.milestone-wrap li .boxs .step-content .step-content-time {
    font-size: 14px;
    color: #666666;
}

.milestone-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 3px;
    height: 100%;
    background-color: #ebebeb
}

.milestone-wrap {
    margin-top: 60px;
    margin-bottom: 120px;
    position: relative;
}

.milestone-wrap li {
    overflow: hidden
}

.milestone-wrap li .boxs .step-title {
    min-height: 45px;
    display: flex;
    align-items: center;
}

.milestone-wrap li .boxs .step-title .step-title-text {
    width: 100%;
}

.milestone-wrap li:nth-child(2n-1) .boxs {
    float: right;
    width: 50%;
    text-align: left
}

.milestone-wrap li:nth-child(2n-1) .boxs .step-title {
    position: relative;
}

.milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -51%);
    transform: translate(-50%, -51%);
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #fcc93f;
    z-index: 10;
}

.milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-icon .step-title-icon-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/default.png);
    width: 24px;
    height: 24px;
}

.milestone-wrap li:nth-child(2n-1) .boxs .step-title:hover .step-title-icon {
    background-color: #004986;
}

.milestone-wrap li:nth-child(2n-1) .boxs .step-title:hover .step-title-text:before {
    background-color: #004986;
}

.milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-text {
    color: #666666;
    position: relative;
    font-weight: bold;
}

.milestone-wrap li:nth-child(2n-1) .boxs .step-content .step-content-text {
    line-height: 20px;
    font-size: 18px;
    color: #6b6b6b;
    font-weight: bold;
}

.milestone-wrap li:nth-child(2n) .boxs {
    float: left;
    width: 50%;
    text-align: right
}

.milestone-wrap li:nth-child(2n) .boxs .step-title {
    position: relative;
}

.milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #fcc93f;
    z-index: 10;
}

.milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-icon .step-title-icon-center {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: url(../images/default.png);
    width: 24px;
    height: 24px;
}

.milestone-wrap li:nth-child(2n) .boxs .step-title:hover .step-title-icon {
    background-color: #004986;
}

.milestone-wrap li:nth-child(2n) .boxs .step-title:hover .step-title-text:before {
    background-color: #004986;
}

.milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-text {
    color: #666666;
    position: relative;
    font-weight: bold;
}

.milestone-wrap li:nth-child(2n) .boxs .step-content .step-content-text {
    line-height: 20px;
    font-size: 18px;
    color: #6b6b6b;
    font-weight: bold;
}

@media (min-width:1000px) {
    .milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-text {
        font-size: 24px;
        padding-left: 60px;
    }
    .milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-text:before {
        content: "";
        background-color: #fcc93f;
        height: 1px;
        top: 50%;
        width: 52px;
        left: 0;
        position: absolute;
    }
    .milestone-wrap li:nth-child(2n-1) .boxs .step-content {
        padding: 5px 0 8px 60px
    }
    .milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-text {
        font-size: 24px;
        padding-right: 60px;
    }
    .milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-text:before {
        content: "";
        background-color: #fcc93f;
        height: 1px;
        top: 50%;
        width: 52px;
        right: 0;
        position: absolute;
    }
    .milestone-wrap li:nth-child(2n) .boxs .step-content {
        padding: 5px 60px 8px 0px
    }
}

@media (max-width:1000px) {
    .milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-text {
        font-size: 15px;
        padding-left: 30px;
    }
    .milestone-wrap li:nth-child(2n-1) .boxs .step-content {
        padding: 5px 0px 8px 30px
    }
    .milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-text {
        font-size: 15px;
        padding-right: 30px;
    }
    .milestone-wrap li:nth-child(2n) .boxs .step-content {
        padding: 5px 30px 8px 0px
    }
}

/*内页-产品中心*/

.border-box {
    border: 1px solid #ddd;
    padding: 15px;
    padding-bottom: 0;
}

.border-box:hover {
    border: 1px solid #004986;
}

.product-box .row .item {
    text-align: center;
    margin-bottom: 20px;
}

.replace-product li a:hover {
    cursor: auto;
}

.div-img {
    position: relative;
}

.div-img img {
    display: block;
    width: 100%;
}

.div-img .mask {
    width: 100%;
    height: 100%;
    background: rgba(2, 26, 125, 0.73);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s linear;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.div-img:hover .mask {
    opacity: 1;
}

.div-img .mask img {
    width: 30px !important;
    height: 30px !important;
}

@media (min-width:1000px) {
    .product-box .row .item .border-box .title {
        text-align: center;
        color: #5a5a5a;
        width: 92.9%;
        line-height: 26px;
        margin: 0 15px;
    }
    .product-box .row .item .border-box .title a {
        font-size: 18px;
    }
    .product-box .row .item .border-box .title:hover a {
        color: #000;
    }
    .replace-product .border-box {
        padding-bottom: 10px;
    }
    .addtextlist {
        margin-top: -40px;
    }
}

@media (max-width:1000px) {
    .product-box {
        padding-top: 20px;
    }
    .product-box .row .item {
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-box .row .item .border-box {
        padding: 10px;
    }
    .product-box .row .item .border-box .title a {
        font-weight: bold;
    }
}

/*内页-工程案例*/

.cases-box li {
    text-align: center;
}

/*产品*/

.cases-box li .title {
    line-height: 1.5;
    padding: 10px;
    font-weight: bold;
}

.cases-box li a.title:hover {
    color: #d5a353;
}

.cases-box li .introduct {
    font-size: 12px;
    padding-bottom: 6px;
}

.cases-box li .price {
    font-size: 16px;
    color: #d5a353;
    font-weight: bold;
    padding-bottom: 6px;
}

@media (min-width:1000px) {
    .cases-box li {
        padding-bottom: 30px;
    }
    .cases-box li .title {
        font-size: 18px;
    }
    .cases-box .show {
        position: relative;
        overflow: hidden;
    }
    /*鼠标触发下拉遮罩样式*/
    .cases-box .show img {
        display: block;
        width: 100%;
    }
    .cases-box .show .mask {
        width: 100%;
        height: 0;
        background: rgba(2, 26, 125, 0.73);
        position: absolute;
        bottom: 0;
        left: 0;
        transition: 0.3s linear;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cases-box .show:hover .mask {
        height: 100%;
    }
    .cases-box .show .mask img {
        max-width: 45px;
        max-height: 45px;
    }
    .cases-box .show img {
        transition: .3s linear;
    }
    .cases-box .show:hover>img {
        transform: translateY(-20px);
    }
}

@media (max-width:1000px) {
    .cases-box {
        padding-top: 40px;
    }
    .cases-box li {
        padding-bottom: 10px;
    }
}

/*分页-服务支持*/

.Marketing .sub-nav-box {
    text-align: center;
}

.zhuan {
    /*180°旋转*/
    -webkit-animation: logoRotate 0.8s ease-in-out 0.8s alternate none 1;
    animation: logoRotate 0.8s ease-in-out 0.8s alternate none 1;
}

@-webkit-keyframes logoRotate {
    0% {
        -webkit-transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
    }
    0% {
        -webkit-transform: rotateY(-180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@keyframes logoRotate {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(-180deg);
    }
    0% {
        -webkit-transform: rotateY(-180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}

.pa_textlist_2 .item {
    border-bottom: 1px dashed #ddd;
    padding: 16px 0;
}

.pa_textlist_2 .item .picbox {
    display: block;
    overflow: hidden;
}

.pa_textlist_2 .item .picbox img {
    transition: all 0.3s ease-in-out;
}

.pa_textlist_2 .item .picbox:hover img {
    transform: scale(1.08, 1.08);
}

.pa_textlist_2 .item .title {
    line-height: 1.4;
    text-align: left;
    font-size: 20px;
}

.pa_textlist_2 .item .intro {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 46px;
}

.pa_textlist_2 .item .boxs {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pa_textlist_2 .item .columnlink {
    color: #004986;
}

.pa_textlist_2 .contentbox {
    padding-right: 0;
}

@media(min-width:1000px) {
    .pa_textlist_2 .item .date {
        padding: 10px 0;
        font-size: 16px;
    }
    .pa_textlist_2 .item .boxs {
        margin-top: 20px;
    }
    .pa_textlist_2 .item .boxs .columnlink {
        font-size: 20px;
    }
    .pa_textlist_2 .content,
    .pa_textlist_2 .content p {
        font-size: 16px;
        line-height: 2;
    }
}

@media(max-width:1000px) {
    .pa_textlist_2 {
        margin: 0 15px;
    }
    .pa_textlist_2 .item .date {
        font-size: 13px;
    }
    .pa_textlist_2 .item {
        padding: 12px 0;
    }
    .pa_textlist_2 .item .title {
        font-size: 14px;
    }
    .pa_textlist_2 .contentbox {
        padding-left: 8px;
    }
}

/*内页-服务支持*/

@media(min-width:1000px) {
    .commonCause {
        margin-top: 80px;
    }
    .commonCause .col-md-4 {
        padding: 0 40px;
    }
    .addpageTitle strong {
        font-size: 28px;
    }
    .addpageTitle p {
        padding-top: 20px;
    }
    .Vacancy-bg {
        padding: 20px 0 0;
        margin-top: 40px;
    }
}

@media(max-width:1000px) {
    .pageTitle strong {
        font-size: 22px;
    }
    .Vacancy-bg {
        padding: 10px 0;
        margin-top: 20px;
    }
}

.commonCause img {
    max-height: 64px;
}

.Vacancy-bg {
    border-top: 1px solid #ccc;
}

.wordsmovebox .movebox li h4 i {
    font-style: normal;
    color: #0079cf;
}

.wordsmovebox .movebox .pra_active h4 {
    color: #000;
}

/*新闻滑动栏目*/

.movebox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

.movebox .pra_active h4 {
    background: #005bac url(../images/win.png) no-repeat left;
    color: #fff;
    border-radius: 2px;
}

.movebox li h4 {
    background: #e5e5e5 url(../images/win-blue.png) no-repeat left;
    border-radius: 2px;
}

.movebox .pra_con>li {
    overflow: hidden;
    border-bottom: 1px solid #eaeef4;
    margin-bottom: 10px;
}

.movebox .pra_con h4 {
    cursor: pointer;
    position: relative;
    font-weight: normal;
}

.movebox .pra_pro {
    display: none;
    padding: 10px 0;
}

@media(min-width:1000px) {
    .movebox {
        padding-bottom: 40px;
    }
    .movebox .pra_pro {
        line-height: 2;
        font-size: 16px;
    }
    .movebox .pra_con h4 {
        font-size: 18px;
        line-height: 60px;
        height: 60px;
        display: block;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .movebox .pra_active h4,
    .movebox li h4 {
        padding-left: 80px;
        background-position-x: 22px;
    }
    .wordsmovebox .movebox li h4 {
        background: url(../images/kuai.png) no-repeat left;
        font-size: 16px;
        padding-left: 40px;
        background-size: 10px;
        background-size: 40px;
    }
    .wordsmovebox .movebox li h4 i {
        padding-right: 16px;
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/sty_btn1.png) center right no-repeat;
        background-size: 12px;
        background-position-y: 28px;
    }
    .wordsmovebox .movebox li.pra_active h4 i {
        background: url(../images/sty_btn2.png) center right no-repeat;
        background-size: 12px;
        background-position-y: 28px;
    }
    .maxmovebox .wordsmovebox .movebox li h4 i {
        padding-left: 26px;
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/qua_btn1.png) center left no-repeat;
        padding-right: 0;
    }
    .maxmovebox .wordsmovebox .movebox li.pra_active h4 i {
        padding-left: 26px;
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/qua_btn2.png) center left no-repeat;
        padding-right: 0;
    }
}

@media(max-width:1000px) {
    .movebox .pra_pro {
        line-height: 1.5;
    }
    .movebox .pra_con h4 {
        font-size: 13px;
        line-height: 60px;
        height: 60px;
        line-height: 1.5;
        overflow: hidden;
        padding: 20px 4px 8px 54px;
    }
    .movebox .pra_active h4,
    .movebox li h4 {
        background-position-x: 10px;
    }
    .movebox .pra_pro {
        font-size: 13px;
    }
    .wordsmovebox .movebox li h4 {
        font-weight: bold;
        background: url(../images/kuai.png) no-repeat left;
        padding-left: 20px;
        background-size: 20px;
        padding-right: 75px;
    }
    .wordsmovebox .movebox li h4 i {
        padding-right: 14px;
        font-size: 13px;
        position: absolute;
        top: 20px;
        right: 0;
        background: url(../images/sty_btn1.png) center right no-repeat;
        background-size: 10px;
    }
    .wordsmovebox .movebox li.pra_active h4 i {
        background: url(../images/sty_btn2.png) center right no-repeat;
        background-size: 10px;
    }
    .maxmovebox .wordsmovebox .movebox li h4 i {
        padding-left: 16px;
        font-size: 13px;
        position: absolute;
        top: 20px;
        right: 0;
        background: url(../images/qua_btn1.png) center left no-repeat;
        padding-right: 0;
        background-size: 16px;
    }
    .maxmovebox .wordsmovebox .movebox li.pra_active h4 i {
        padding-left: 16px;
        font-size: 13px;
        position: absolute;
        top: 20px;
        right: 0;
        background: url(../images/qua_btn2.png) center left no-repeat;
        padding-right: 0;
        background-size: 16px;
    }
}

/*首页样式*/

@media (min-width:1000px) {
    .homeTitles {
        font-size: 24px;
        margin: 50px 0;
    }
    .homepro-bg {
        height: 550px;
        overflow: hidden;
    }
    .homepro-bg .item {
        height: 550px;
    }
    .homepro-bg .item .boxs {
        padding-top: 200px;
    }
    /*鼠标触发下拉遮罩样式*/
    .homepro-bg .item {
        position: relative;
    }
    .homepro-bg .item .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        top: -552px;
        left: 0;
        transition: 0.3s linear;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .homepro-bg .item .mask img {
        width: 100%;
        height: 100%;
    }
    .homepro-bg .item:hover .mask {
        top: 0;
    }
    .addyears {
        padding-top: 12px;
    }
    .addyears .years-box li .title {
        font-size: 40px;
    }
}

@media (max-width:1000px) {
    .homeTitles {
        font-size: 20px;
        margin: 20px 0 0;
    }
    .homepro-bg {
        padding: 30px 0;
        margin-top: 20px;
    }
    .homepro-bg .item .mask {
        display: none;
    }
    .homepro-bg .item .mask img {
        max-height: 40px;
    }
}

/*首页公共样式*/

.homeTitles {
    text-align: center;
    font-weight: bold;
}

/*首页-企业概况*/

.solve-video {
    animation: myAnimation 1s infinite
}

@keyframes myAnimation {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.showTime .boxs {
    width: 100%;
    text-align: center;
}

/*视频播放*/

.videolist {
    position: relative;
    margin-bottom: 30px;
}

.videolist:hover {
    cursor: pointer;
}

.videoed {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 99;
    border-radius: 100%;
}

.videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 102;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width:1000px) {
    .videos video {
        width: 640px;
        height: 440px;
        margin-left: -320px;
        margin-top: -210px;
        left: 50%;
        top: 50%;
        position: fixed;
        background-color: #000;
        z-index: 101;
    }
    .addxideo {
        width: 640px;
        height: 440px;
        left: 50%;
        top: 50%;
        position: fixed;
        margin-left: -320px;
        margin-top: -210px;
    }
    .vclose {
        background-color: #000;
        position: absolute;
        right: 1%;
        top: 1%;
        border-radius: 100%;
        cursor: pointer;
        z-index: 102;
    }
    .showTime .boxs {
        position: absolute;
        top: 30%;
    }
}

@media (max-width:1000px) {
    .videos video {
        width: 100% !important;
        height: 400px;
        top: 25%;
        position: fixed;
        background-color: #000;
        left: 0;
    }
    .vclose {
        background-color: #000;
        position: absolute;
        right: 1%;
        top: 26%;
        border-radius: 100%;
        cursor: pointer;
        z-index: 10;
    }
    .showTime .boxs {
        position: absolute;
        top: 25%;
    }
}

@media (max-width:415px) {
    .videos video {
        height: 200px;
    }
    .showTime .boxs {
        position: absolute;
        top: 15%;
    }
    .showTime .boxs img {
        max-height: 50px;
    }
}

/*首页-产品中心*/

.homepro-bg {
    background: url(../images/homepro-bg.png) no-repeat center;
    background-size: cover;
}

.homepro-bg img.iconimg {
    max-height: 80px;
}

/*首页-我们的优势*/

/*首页-工程案例*/

/*首页-新闻动态*/

/*首页-服务支持*/

.marqueelefts {
    height: auto;
    max-width: 1200px;
    overflow: hidden;
    margin: 0px auto;
}

.marqueelefts ul {
    float: left;
}

.marqueelefts li {
    float: left;
    margin: 0 5px;
    display: inline;
    width: 200px;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.marqueelefts li .pic {
    display: block;
    width: 200px;
    height: auto;
    padding: 10px;
    overflow: hidden;
}

.marqueelefts li .pic img {
    height: 100%;
    width: 100%;
}

.marqueelefts li .txt {
    text-align: center;
    height: auto;
    line-height: 260px;
}

.marqueelefts .marquee1_1>li>p {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}



.footer-text span {
    color: rgb(110, 124, 136);
    margin: 0 10px;
}

.footer-text {
    color: #fff;
    margin-bottom: 10px;
}

footer .logo {
    margin-bottom: 15px;
    display: block;
}

.footer-Content {
    display: flex;
    justify-content: space-around;
}

.footer-Content>div>p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
}

.footer-Content>div>a {
    display: block;
    color: rgb(110, 124, 136);
    line-height: 2;
    font-size: 14px;
}

.marqueelefts1 {
    height: auto;
    max-width: 1200px;
    overflow: hidden;
    margin: 0px auto;
}

.marqueelefts1 ul {
    float: left;
}

.marqueelefts1 li {
    float: left;
    margin: 0 5px;
    display: inline;
    width: 300px;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.marqueelefts1 li .pic {
    display: block;
    width: 300px;
    height: auto;
    padding: 10px;
    overflow: hidden;
}

.marqueelefts1 li .pic img {
    height: 100%;
    width: 100%;
}

.marqueelefts1 li .txt {
    text-align: center;
    height: auto;
    line-height: 260px;
}

.marqueelefts1 .marquee1_1>li>p {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}



.marqueelefts2 {
    height: auto;
    max-width: 950px;
    overflow: hidden;
    margin: 0px auto;
}

.marqueelefts2 ul {
    float: left;
}

.marqueelefts2 li {
    float: left;
    margin: 0 5px;
    display: inline;
    width: 950px;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.marqueelefts2 li .pic {
    display: block;
    width: 950px;
    height: auto;
    padding: 10px;
    
}

.marqueelefts2 li .pic img {
    height: 40%;
    width: 40%;
}

.marqueelefts2 li .txt {
    text-align: center;
    height: auto;
    line-height: 260px;
}

.marqueelefts2 .marquee1_1>li>p {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}