﻿* {
    list-style: none;
    font-family: "微软雅黑 Light";
}
ul {
    padding: 0px;
    margin: 0px;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
body {
    overflow-x: hidden;
}
/*body {
	font-family: "microsoft yahei";
}*/

::-webkit-scrollbar{
    width: 5px;
    height: 8px;
    background-color:rgba(246, 248, 249, 1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb{
    background-color:rgba(123, 121, 121, 0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

nav .navbar-nav>li {
    padding: 0 20px;
}
nav .navbar-nav>li a {
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    padding: 15px 0;
    text-transform: capitalize;
    font-weight: 400;
}
.navbar {
    border-radius: 0;
    border-bottom: 0;
    -webkit-transition: background-color .3s ease-out, top .5s ease;
    -o-transition: background-color .3s ease-out, top .5s ease;
    transition: background-color .3s ease-out, top .5s ease;
}
/* .navbar.on {
    background-color: rgba(255, 255, 255, .9);
} */
.navbar.on a {
    color: #333;
}
nav .navbar-toggle {
    margin-top: 20px;
    color: #fff;
}
nav .on .navbar-toggle {
    margin-top: 20px;
    color: #000;
}
.navbar-toggle span {
    border: 1px solid #fff;
}
.on .navbar-toggle span {
    border: 1px solid #000;
}
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: none;
}
#home {
    overflow: hidden;
}
#home-carousel .carousel-left,
#home-carousel .carousel-right {
    width: 65px;
    height: 65px;
    border-color: #fff;
    transition: all 300ms;
    z-index: 12;
}
#home-carousel .item {
    background-size: cover;
}
#home-carousel .carousel-left {
    left: -67px;
}
#home-carousel .carousel-right {
    right: -67px;
}
#home-carousel:hover .carousel-left {
    left: 65px;
}
#home-carousel:hover .carousel-right {
    right: 65px;
}
.carousel-left,
.carousel-right {
    border: 1px solid #ED1F23;
    color: #ED1F23;
}
.carousel-left,
.carousel-right {
    height: 32px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    padding: 5px;
}
#home-carousel .carousel-left i,
#home-carousel .carousel-right i {
    font-size: 48px;
    line-height: 54px;
    color: #fff;
}
.carousel-left:hover,
.carousel-right:hover {
    background: #ED1F23;
    border: 0px;
}
.navbar .navbar-nav .hover a {
    color: #CA192B;
    border-bottom: 2px solid #ED1F23;
    background: none;
}
.navbar .navbar-nav li a {
    transition: all 300ms;
}
.navbar .navbar-nav li a:hover {
    color: #CA192B;
    border-bottom: 2px solid #ED1F23;
    background: none;
}
.server-items {
    text-align: center;
    background: #f4f4f4;
    border-right: 1px solid #fff;
    /*border-bottom: 1px solid #fff;*/
    padding: 50px;
    transition: all 300ms;
}
.server-items:last-child {
    border-right: 0px;
}
.server-items a {
    text-decoration: none;
}
.server-items a .title {
    font-size: 20px;
    font-weight: bold;
    color: #CA192B;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.server-items a img {
    display: block;
    margin: 0px auto;
}
.server-items a .txt {
    display: inline-block;
    padding: 10px 30px;
    color: #999;
    font-size: 16px;
    margin-top: 30px;
}
.en {
    font-family: Georgia;
}
.server-items:hover {
    background: #ED1F23;
}
.server-items:hover a .title {
    color: #fff;
}
.server-items:hover a .txt {
    background: #000;
    color: #fff;
}
.w-ele-down-icon {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: -42px;
    z-index: 1000;
}
.w-ele-down-icon {
    width: 49px;
    height: 57px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: url(../../../../../index.html) -1451px -174px no-repeat;
}
@-moz-keyframes w-icon-down-icon {
    from {
        opacity: 0;
        margin-top: 10px
    }
    to {
        opacity: 1;
        margin-top: 20px
    }
}
@-webkit-keyframes w-icon-down-icon {
    from {
        opacity: 0;
        margin-top: 10px
    }
    to {
        opacity: 1;
        margin-top: 20px
    }
}
@keyframes w-icon-down-icon {
    from {
        opacity: 0;
        margin-top: 10px
    }
    to {
        opacity: 1;
        margin-top: 20px
    }
}
.w-ele-down-icon i {
    width: 20px;
    height: 8px;
    display: block;
    margin: 15px auto 0;
    background-position: -1468px -239px;
    color: #fff;
    font-size: 30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.w-ele-down-icon:hover i {
    -webkit-animation: w-icon-down-icon 1s ease infinite;
    animation: w-icon-down-icon 1s ease infinite
}
.pr {
    position: relative;
}
.sjbg {
    background: url(../../../../../index.html) center center no-repeat;
    height: 710px;
    background-size: cover;
    text-align: center;
}
.sjbg h5 {
    font-weight: 300;
    line-height: 400px;
    margin: 0;
    padding: 0;
    font-size: 50px;
}
.sjbg h5 em {
    color: #ed1f23;
    font-style: normal;
}
.numb {
    text-align: center;
    color: #fff;
    background: #7C1F21;
    padding: 20px;
    font-size: 50px;
}
.numb p {
    font-size: 15px;
}
.numb:nth-child(2) {
    background: #AE1F22;
}
.numb:nth-child(3) {
    background: #ED1F23;
}
.kehulogo {
    background: #000;
}
.kehulogo img {
    display: block;
    width: 100%;
}
.ind_news {
    background: #f4f4f4;
    padding-top: 50px;
    padding-bottom: 80px;
}
.ind_news .blog-filter {
    margin-bottom: 40px;
    list-style: none;
}
.ind_news .blog-filter li .active {
    background: #ED1F23;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
}
.ind_news .blog-filter li a {
    border-radius: 0;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 26px;
    text-transform: uppercase;
    border: 1px solid #f4f4f4;
}
.ind_news .blog-filter li {
    display: inline-block;
}
.ind_news .blog-filter li a:hover,
.ind_news .blog-filter li a:focus,
.ind_news .blog-filter li a:active {
    background: #ED1F23;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
}
.ind_news .newsitem {
    margin-top: 20px
}


.list_on:nth-last-child(10) {
    animation: myfirst 0.5S;

}

.list_on:nth-last-child(9) {
    animation: myfirst 0.8S;

}
.list_on:nth-last-child(8) {
    animation: myfirst 1S;

}

.list_on:nth-last-child(7) {
    animation: myfirst 1.2S;

}

.list_on:nth-last-child(6) {
    animation: myfirst 1.4S;

}


.list_on:nth-last-child(5) {
    animation: myfirst 1.6S;

}


.list_on:nth-last-child(4) {
    animation: myfirst 1.8S;

}


.list_on:nth-last-child(3) {
    animation: myfirst 2.0S;

}


.list_on:nth-last-child(2) {
    animation: myfirst 2.1S;

}

.list_on:nth-last-child(1) {
    animation: myfirst 2.3S;

}

@keyframes myfirst {
    from {
        opacity: 0;
        transform: translate(0%, 50%);
    }

    to {
        opacity: 1;
        transform: translate(0%, 0%);
    }
}

.ind_news .blog-filter .hover1 a {
    background: #ED1F23;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
}
.ind_news .newsitem a {
    display: block;
    text-decoration: none;
    color: #000;
    background: #fff;
    box-sizing: border-box;
    transition: all 0.5s;
}
.ind_news .newsitem a .newspic {
    overflow: hidden;
}
.ind_news .newsitem img {
    width: 100%;
    transition: all 0.5s;
    display: block;
    height: 240px
}
.ind_news .newsitem:hover>a>.newspic>img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.newsitem a p {
    font-size: 18px;
    padding-top: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
    height: 65px;
    overflow: hidden;
    border-bottom: 1px solid #f6f6f6
}
.newsitem a span {
    font-size: 12px;
    color: #888;
    padding-left: 15px;
    padding-bottom: 10px;
    display: block;
}
.newsitem>a>.newstxt>div {
    font-size: 12px;
    padding: 15px;
    color: #999;
    min-height: 64px;
}
.ind_news .newsitem:hover>a {
    -webkit-box-shadow: 0 0 15px #ccc;
    -moz-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}
.newshd {
    display: none;
    overflow: hidden
}
.newssd {
    overflow: hidden
}
#gs {
    display: none;
}
footer {
    background: #6F76AD;
    padding-top: 60px;
    color: #fff;
}
.footlx {
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
}
.footlx1 {
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 60px;
    padding-top: 40px;
}
.contact-btn {
    border: 1px solid #fff;
    display: inline-block;
    padding: 6px 20px;
    font-size: 14px;
    color: #fff;
    margin-right: 4px;
    line-height: 20px;
    text-decoration: none;
    transition: all 0.2s;
}
.contact-btn:hover {
    background: #ED1F23;
    color: #fff;
    text-decoration: none;
}
.copyright {
    background: #0c0c0c;
    padding: 30px 0px;
    color: #999;
    padding-bottom: 50px
}
.copyright a {
    color: #999
}
.contact_bg {
    background: url(../../../../../index.html) center center no-repeat;
    height: 800px;
    background-size: cover;
    position: relative;
}
.contact-info {
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 60px 20px;
    padding-left: 70px;
    box-sizing: border-box;
    padding-bottom: 150px;
    font-size: 1em;
    line-height: 35px;
    display: inline-block;
}
.feedbookbg {
    background: rgba(228, 22, 22, 0.7);
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 20px 50px;
    color: #fff;
}
.feedbookbg .tit {
    font-size: 70px;
    font-weight: bold;
}
.feedbookbg .tit span {
    display: block;
    font-size: 15px;
}
.feedbook {
    width: 40%;
}
.feedbook li {
    padding: 5px 0px;
}
.contact-info .max-title {
    font-size: 35px;
    line-height: 1em;
}
.contact-info .sub-title {
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 1em 0;
}
.contact-info .conn-row-wname {
    font-size: 1.4em;
    padding-bottom: .5em;
    padding-top: 1.7em;
}
.conn-row-hotel {
    font-size: 2.6em;
    padding-top: 1em;
}
.conn-row-hotel a {
    color: #888;
    text-decoration: none;
}
.contact_txt .row {
    padding: 95px 0;
}
.w-about-t {
    padding-top: 50px;
    padding-bottom: 120px;
    border-right: 1px dotted #c8c8c8;
}
.w-about-t .title {
    font-size: 40px;
    color: #da482e;
    line-height: 1em;
}
.w-about-t .sub-title {
    font-size: 18px;
    line-height: 1em;
    padding-top: 1em;
}
.w-about-t .sub-title-3 {
    font-size: 19px;
    line-height: 1em;
    padding-top: 1.5em;
    color: #6d6d6d;
    padding-bottom: 2em;
}
.w-about-c {
    padding: 40px 0 0 100px;
}
.address p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
}
.bdmap {
    width: 100%;
    height: 600px;
}
.service {
    background: #f8f8f8;
}
.service>h3 {
    margin-top: 40px;
}
.service>p {
    color: #BABABA;
    line-height: 30px;
    margin-bottom: 20px;
}
.service .slist {
    margin-bottom: 30px;
}
.service .slist a {
    text-decoration: none;
}
.service .slist .box i.img01 {
    background-position: 0px -96px;
    width: 169px;
}
.service .slist .box i.img02 {
    background-position: -339px -96px;
    width: 110px;
}
.service .slist .box i.img03 {
    background-position: 0px 0px;
    width: 169px;
}
.service .slist .box i.img04 {
    background-position: -339px 0px;
    width: 170px;
}
.service .slist .box {
    border-radius: 5px;
    padding-top: 40px;
    padding-bottom: 20px;
}
.service .slist .box i {
    background-image: url(../images/yybg.png);
    height: 90px;
    display: block;
    margin: 0px auto;
}
@media(max-width:680px) {
    .service>h3 {
        font-size: 18px;
    }
    .service>p {
        font-size: 14px;
        line-height: 25px;
    }
    .service .slist {
        transform: scale(0.8);
        margin-top: -15px;
        height: 175px;
    }
    .service .box {
        padding: 0px !important;
        position: relative;
    }
    .service .box::after {
        content: "";
        position: absolute;
        bottom: 35px;
        width: 70px;
        height: 1px;
        background: #F00;
        left: calc((100% - 70px)/ 2);
    }
}
.service .slist .box .tit {
    color: #222;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}
.service .slist .box span {
    color: #999;
    line-height: 25px;
    display: block;
    box-sizing: border-box;
    padding-left: 40%;
}
.service .slist .box:hover i.img01 {
    background-position: -169px -96px;
}
.service .slist .box:hover i.img02 {
    background-position: -451px -96px;
}
.service .slist .box:hover i.img03 {
    background-position: -169px 0px;
}
.service .slist .box:hover i.img04 {
    background-position: -508px 0px;
}
.transition500 {
    transition: 500ms ease-out;
    -webkit-transition: 500ms ease-out;
    -ms-transition: 500ms ease-out;
    -moz-transition: 500ms ease-out;
    -o-transition: 500ms ease-out;
}
.transition800 {
    transition: 800ms ease-out;
    -webkit-transition: 800ms ease-out;
    -ms-transition: 800ms ease-out;
    -moz-transition: 800ms ease-out;
    -o-transition: 800ms ease-out;
}
.transition1200 {
    transition: all 1200ms ease-out;
    -webkit-transition: all 1200ms ease-out;
    -ms-transition: all 1200ms ease-out;
    -moz-transition: all 1200ms ease-out;
    -o-transition: all 1200ms ease-out;
}
.col-md-1-5 {
    width: 20%;
    float: left;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
@media (max-width: 767px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}
.col-md-1-10 {
    width: 10%;
    float: left;
}
.col-xs-1-10,
.col-sm-1-10,
.col-md-1-10,
.col-lg-1-10 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
@media (max-width: 767px) {
    .col-sm-1-10 {
        width: 210%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-10 {
        width: 10%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-10 {
        width: 10%;
        float: left;
    }
}
.caseitems {
    background: #fff;
    overflow: hidden;
    padding-top: 20px;
}
.caseitems>h3 {
    margin-top: 40px;
}
.caseitems>p {
    color: #BABABA;
    line-height: 30px;
    margin-bottom: 20px;
}
.casebox {
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.casebox>a>.picbox>img {
    width: 100%;
    height: 250px;
     object-fit: cover;

}
.casebox>a {
    text-decoration: none;
}
.casebox>a>.workinfo>h2 {
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    font-size: 12px;
}
.casebox>a .workinfo>.casename {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}
.casebox>a .workinfo>.xq {
    font-size: 12px;
    margin-top: 10px;
    padding: 0px;
    color: #999;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.workinfo {
    padding: 20px;
    height: 110px;
    background: url(../../../../../index.html) #f5f6f5 right no-repeat;
    color: #666;
    transition: background-color .5s, color .5s;
    -webkit-transition: background-color .5s, color .5s;
    position: relative;
    z-index: 3;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.casebox:hover>a>.picbox>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.casebox>a>.picbox>.mask {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    opacity: 0;
    text-align: center;
}
.casebox>a>.picbox>.mask>img {
    margin-top: 30%;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.casebox:hover>a>.picbox>.mask {
    opacity: 1
}
.casebox:hover>a>.picbox>.mask>img {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.casebox:hover>a>.workinfo {
    background-image: none;
    background-color: #ED1F23;
}
.casebox:hover>a>.workinfo {
    color: #fff;
}
.casebox:hover>a>.workinfo>.xq {
    color: #fff;
}
.lc {
    height: 660px;
    color: #fff;
    padding-top: 88px;
    background: url(../../../../../index.html) center center no-repeat;
}
.lc .process-con {
    width: 1064px;
    height: 644px;
    margin: 50px auto 0;
    background: url(../../../../../index.html) no-repeat center center;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}
.lc .process-con span {
    display: inline-block;
    z-index: 199;
    cursor: pointer;
    height: 50px;
    width: 100px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 37%;
    line-height: 45px;
}
.lc .process-con span.prev {
    left: 75px;
}
.lc .process-con span.next {
    right: 75px;
}
.lc .process-con span.prev i {
    background-position: -700px 0;
    margin-left: 25px;
}
.lc .process-con span.next i {
    background-position: -676px 0;
    margin-left: 45px;
}
.lc .process-con span i {
    background-image: url(../../../../../index.html);
    width: 24px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
.process-con .step-w {
    top: 0;
    position: relative;
    height: 450px;
}
.process-con .step-w .step {
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.process-con .step-w .step.showing {
    opacity: 1;
}
.process-con .step-w .step.showing .tit,
.process-con .step-w .step.showing .icon-w {
    transform: translateY(0px);
    opacity: 1;
}
.process-con .step-w .step .tit>div {
    margin-top: -12px;
}
.process-con .step-w .step.hiding {
    opacity: 0;
}
.process-con .step-w .step.hiding .tit,
.process-con .step-w .step.hiding .icon-w {
    transform: translateY(-10px);
    opacity: 0;
}
.process-con .step-w .step .icon-w {
    margin: 90px auto 0;
    padding: 0 30px;
    display: inline-block;
}
.process-con .step-w .step .icon-list {
    font-size: 12px;
    color: #fff;
    margin: 0 32px;
    float: left;
    min-width: 70px;
}
.process-con .step-w .step .icon-list .ico-area {
    height: 45px;
    position: relative;
}
.process-con .step-w .step .icon-list .word {
    margin-top: 6px;
}
.process-con .step-w .step .icon-list i {
    background-image: url(../../../../../index.html);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.process-con .step-w .step .icon-list i.ico01 {
    background-position: -113px -186px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico02 {
    background-position: 0px -186px;
    width: 36px;
    height: 32px;
}
.process-con .step-w .step .icon-list i.ico03 {
    background-position: -76px -186px;
    width: 36px;
    height: 28px;
}
.process-con .step-w .step .icon-list i.ico04 {
    background-position: -150px -186px;
    width: 32px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico05 {
    background-position: -38px -186px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico06 {
    background-position: -217px -186px;
    width: 36px;
    height: 32px;
}
.process-con .step-w .step .icon-list i.ico07 {
    background-position: -326px -186px;
    width: 36px;
    height: 25px;
}
.process-con .step-w .step .icon-list i.ico08 {
    background-position: -254px -186px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico09 {
    background-position: -290px -186px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico10 {
    background-position: -182px -186px;
    width: 36px;
    height: 30px;
}
.process-con .step-w .step03 .icon-list {
    margin: 0 49px;
}
.process-con .step-w .step .icon-list i.ico11 {
    background-position: -471px -186px;
    width: 36px;
    height: 28px;
}
.process-con .step-w .step .icon-list i.ico12 {
    background-position: -362px -186px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico13 {
    background-position: -435px -186px;
    width: 36px;
    height: 29px;
}
.process-con .step-w .step .icon-list i.ico14 {
    background-position: -398px -186px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico21 {
    background-position: 0px -400px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico22 {
    background-position: -36px -400px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico23 {
    background-position: -72px -400px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico24 {
    background-position: -108px -400px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico25 {
    background-position: -144px -400px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico26 {
    background-position: -180px -400px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico27 {
    background-position: -216px -400px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico28 {
    background-position: -252px -400px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico29 {
    background-position: -288px -400px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico30 {
    background-position: -324px -400px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico31 {
    background-position: -360px -400px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico32 {
    background-position: -396px -400px;
    width: 36px;
    height: 36px;
}
.process-con .step-w .step .icon-list i.ico33 {
    background-position: -432px -400px;
    width: 36px;
    height: 36px;
}
.lc .process-con span:hover {
    background: rgba(237, 31, 35, 0.5);
    border-color: rgba(237, 31, 35, 0.5)
}
.process-con .step-w .step.showing .tit,
.process-con .step-w .step.showing .icon-w {
    transform: translateY(0px);
    opacity: 1
}
.shuzi span {
    display: inline-block;
    text-align: center;
    font-size: 70px;
}
.shuzi>.row>div {
    text-align: center
}
.shuzi i {
    vertical-align: super;
    font-size: 40px;
    font-style: normal;
    position: absolute;
}
.shuzi p {
    display: none;
}
.logolist {
    padding-top: 210px;
}
.logolist .row {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 50px;
}
.logo_list {
    padding: 0px;
    box-sizing: border-box;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    transition: 500ms ease-out;
    -webkit-transition: 500ms ease-out;
    -ms-transition: 500ms ease-out;
    -moz-transition: 500ms ease-out;
    -o-transition: 500ms ease-out;
}
.logo_list img {
    width: 100%;
    opacity: 0.5;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: 500ms ease-out;
    -webkit-transition: 500ms ease-out;
    -ms-transition: 500ms ease-out;
    -moz-transition: 500ms ease-out;
    -o-transition: 500ms ease-out;
}
.logolist>p {
    margin-bottom: 30px;
}
.logo_list:hover img {
    opacity: 1;
    filter: none;
}
.about_banner {
    background: url(../../../../../index.html) center center no-repeat;
    height: 650px;
}
.news_banner {
    background: url(../../../../../index.html) center center no-repeat;
    height: 650px;
}
.number {
    padding-top: 250px;
    text-align: center;
}
.number .row p {
    color: #fff;
    font-size: 14px;
}
.number .row span {
    font-size: 80px;
    color: #CA192B;
}
.number .row i {
    font-style: normal;
    font-size: 40px;
    color: #CA192B;
}
.about {
    padding: 50px 0px;
}
.about h4 {
    line-height: 30px;
    color: #545454;
}
.about p {
    color: #999;
}
.licheng {
    height: 660px;
    color: #fff;
    background: url(../../../../../index.html) center center no-repeat;
    padding-top: 60px;
}
.parallax {
    height: 580px;
    background-position: 50% 0x;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background-attachment: fixed;
}
.licheng .year_ul {
    margin-top: 10px;
}
.licheng .year_ul li {
    line-height: 35px;
    font-size: 16px;
    padding-bottom: 40px;
}
.licheng .year_ul li p {
    color: #FF4444;
    font-size: 40px;
    margin-bottom: 20px;
}
.licheng .rq {
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    line-height: 30px;
    color: #fff;
}
.licheng .rq p {
    color: #FF4444;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.aboutlogo {
    padding-top: 30px;
}
.huanjing .hjitem {
    padding: 0px;
    overflow: hidden;
}
.huanjing .hjitem img {
    width: 100%;
    transition: 500ms ease-out;
    -webkit-transition: 500ms ease-out;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.huanjing .hjitem:hover img {
    transform: scale(1.2);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
}
.caseD-tab {
    height: 60px;
    background: #222;
    padding-left: 12px;
}
.caseD-tab a {
    transition: none;
}
.caseD-tab a {
    height: 60px !important;
    width: 60px !important;
    float: left;
    border-right: 1px solid #333;
    position: relative;
    background-image: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.caseD-tab i {
    background-image: url(../images/yybg.png);
    display: inline-block !important;
}
.caseD-tab .share-icon a.bds_sqq i {
    background-position: -76px -286px;
    width: 22px;
    height: 23px;
}
.caseD-tab .share-icon a.bds_tsina i {
    background-position: -99px -286px;
    width: 24px;
    height: 20px;
}
.caseD-tab .share-icon a.bds_weixi i {
    background-position: -125px -286px;
    width: 24px;
    height: 20px;
}
.caseD-tab .share-icon a.bds_more i {
    background-position: -56px -286px;
    width: 18px;
    height: 18px;
    padding: 0;
}
.caseD-tab .page a.menu i {
    height: 22px;
    width: 22px;
    background-position: -363px -228px;
}
.caseD-tab .page a.next i {
    height: 27px;
    width: 14px;
    background-position: -348px -256px;
}
.caseD-tab .page a.prev i {
    height: 27px;
    width: 14px;
    background-position: -385px -256px;
}
.caseD-tab .page a.next:hover i {
    height: 27px;
    width: 14px;
    background-position: -348px -228px;
}
.caseD-tab .page a.prev:hover i {
    height: 27px;
    width: 14px;
    background-position: -385px -228px;
}
.caseD-tab .page .loading {
    background: url(../../../../../index.html) no-repeat center center;
    height: 46px;
    width: 46px;
    margin: 7px 7px 0 0;
    float: left;
    transition: all .5s ease;
    animation: mymove 5s linear infinite;
    -webkit-animation: mymove 5s linear infinite;
    /* Safari �� Chrome */
}
.abs {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: auto !important;
}
.casesbanner {
    background: url(../../../../../index.html) center center no-repeat;
    height: 451px;
}
.casetitle {
    margin-top: 220px;
    color: #fff;
}
.casetitle h2 {
    font-size: 65px;
    font-weight: bold;
}
.casetitle p {
    color: #f4f4f4;
    font-size: 30px;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 0px;
}
.caseclass {
    background-color: rgba(0, 0, 0, 0.6);
    border-top: 1px solid #444;
    height: auto;
    overflow: hidden;
}
.caseclass>div {
    padding: 0px;
}
.caseclass div a {
    color: #ddd;
    text-decoration: none;
    line-height: 76px;
    display: block;
    text-align: center;
    transition: 500ms ease-out;
    -webkit-transition: 500ms ease-out;
    font-size: 16px;
}
.caseclass div a:hover {
    background-color: rgba(185, 2, 1, 0.6);
    color: #fff;
}
.casebtn {
    padding: 30px 0px;
}
.casebtn button {
    padding: 10px 30px;
    border-radius: 0px;
    font-size: 15px;
}
.casebg {
    width: 100%;
    background: url(../../../../../index.html) top center no-repeat #000;
    padding-top: 200px
}
.caseview {
    background: rgba(0, 0, 0, 0.7);
    padding: 0px;
    padding-bottom: 30px
}
.caseview>.ss {
    text-align: center;
    font-size: 18px;
    color: #D72531;
    display: block;
    margin-top: 50px
}
.caseview>.casename {
    text-align: center;
    font-size: 40px;
    color: #fff;
    display: block;
    margin-top: 10px;
}
.caseview>.casejj {
    color: #eee;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 30px;
    padding: 0px 40px;
    box-sizing: border-box;
    margin-bottom: 30px
}
.hd {
    display: none;
}
.stline {
    width: 100px;
    margin: 0px auto;
    border-bottom: 3px solid #555;
    margin-top: 20px
}
.casecontent img {
    width: 100%
}
.flickerplate {
    position: relative;
    width: 100%;
    height: 600px;
    background-color: #e6e6e6;
    overflow: hidden
}
.flickerplate ul.flicks {
    width: 10000%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none
}
.flickerplate ul.flicks>li {
    float: left;
    width: 1%;
    height: 100%;
    background-position: center;
    background-size: cover;
    display: table
}
.flickerplate ul.flicks>li .flick-inner {
    height: 100%;
    padding: 10px;
    color: #fff;
    display: table-cell;
    vertical-align: middle
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
    max-width: 68.75em;
    margin-left: auto;
    margin-right: auto
}
.flickerplate ul.flicks>li .flick-title {
    padding: 0px 0px;
    font-size: 2.778em;
    line-height: 1.995em;
    text-align: center
}
@media only screen and (max-width: 43.813em) {
    .flickerplate ul.flicks>li .flick-title {
        font-size: 1.667em
    }
}
.flickerplate ul.flicks>li .flick-sub-text {
    padding: 5px;
    font-weight: 300;
    line-height: 2.5em;
    color: rgba(255, 255, 255, 0.8);
    text-align: center
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text,
.flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
    padding: 12px 18px;
    background-color: rgba(0, 0, 0, 0.6)
}
.flickerplate .arrow-navigation {
    position: absolute;
    height: 80%;
    width: 10%;
    top: 10%;
    z-index: 100;
    overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
    display: block;
    height: 100%;
    width: 90%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover,
.flickerplate .arrow-navigation .arrow:hover {
    cursor: pointer
}
.flickerplate .arrow-navigation.left {
    left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
    opacity: 0;
    margin: 0px 0px 0px 50%;
    background-image: url("../../../../../index.html");
    background-repeat: no-repeat;
    background-position: left
}

.flickerplate .arrow-navigation.right {
    right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
    opacity: 0;
    margin: 0px 0px 0px -50%;
    background-image: url("../../../../../index.html");
    background-repeat: no-repeat;
    background-position: right
}
.flickerplate .arrow-navigation.left.hover .arrow {
    opacity: 1;
    margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
    opacity: 1;
    margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 100
}
.flickerplate .dot-navigation ul {
    text-align: center;
    list-style: none;
    padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
    display: inline-block;
    float: none
}
.flickerplate .dot-navigation .dot {
    width: 14px;
    height: 14px;
    margin: 0px 6px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.6)
}
.flickerplate .dot-navigation .dot.active {
    background-color: #fff
}
.flickerplate .dot-navigation.left,
.flickerplate .dot-navigation.left ul {
    text-align: left
}
.flickerplate .dot-navigation.right,
.flickerplate .dot-navigation.right ul {
    text-align: right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
    background-image: url("../images/arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
    background-image: url("../images/arrow-right-dark.png")
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
    background-color: rgba(0, 0, 0, 0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
    background-color: rgba(0, 0, 0, 0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
    background-color: #000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
    color: rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
    color: rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text,
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
    background-color: rgba(255, 255, 255, 0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
    color: rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
    color: rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text,
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
    background-color: rgba(255, 255, 255, 0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0%, 0px, 0px);
    -webkit-transform: translate3d(0%, 0px, 0px);
    -webkit-transition: -webkit-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
    position: relative;
    left: 0%;
    -webkit-transition: left 0.4s ease-out;
    -moz-transition: left 0.4s ease-out;
    -o-transition: left 0.4s ease-out;
    -ms-transition: left 0.4s ease-out;
    transition: left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
    position: relative;
    left: 0%
}
.flickerplate.animate-scroller-slide {
    padding-bottom: 0px;
    overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
    position: auto;
}
.serviceitem {
    background: #fff;
    padding: 30px;
}
.serviceitem>.row {
    overflow: hidden;
    padding: 30px 0px;
}
.serviceitem>.main {
    text-align: center;
    color: #444;
}
.serviceitem>.main>h2 {
    font-size: 40px;
}
.serviceitem>.main>p {
    color: #888;
    line-height: 30px;
}
.serviceitem>.main>span {
    display: block;
    line-height: 25px;
    padding: 10px 100px;
    font-size: 16px;
}
.seritem {
    margin-top: 20px;
}
.seritem .box {
    background: #fff;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.seritem .box p {
    font-size: 30px;
}
.seritem .box span {
    text-align: left;
    display: block;
    padding: 10px;
    font-size: 16px;
    line-height: 30px;
    height: 165px;
    overflow: hidden;
}
.seritem .box img {
    /* 1st set of icons. Rotate them 360deg onmouseover and out */
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.seritem:hover .box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.seritem:hover .box img {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.newsview_title {
    background: #000;
    height: 350px;
    text-align: center;
    color: #fff;
    padding-top: 200px
}
.newsview_title .addtime {
    color: #999
}
.newsview_content {
    padding-top: 30px;
    padding-bottom: 30px
}
.newsview_content img {
    max-width: 100%;
}
.ajaxmore {
    display: none;
}
.newsmore {
    display: none;
}
.pagenews {
    background: #f4f4f4;
    position: relative;
    height: 50px
}
.pagenews a {
    position: absolute;
    top: 15px;
    text-decoration: none;
    color: #999;
}
.pagenews a:hover {
    color: #CA192B;
}
.pagenews .nextnews {
    right: 15px
}
.article-share {
    margin-top: 50px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    height: 80px;
    float: left;
    width: 100%;
    padding-top: 20px
}
.article-share-main {
    margin: 0px auto;
    width: 310px;
}
.article-share-main a {
    transition: none;
}
.article-share-main a {
    height: 42px !important;
    width: 42px !important;
    float: left;
    border-right: 1px solid #333;
    position: relative;
    margin: 0 10px !important;
    padding: 0 !important;
    background-color: #222 !important;
}
.article-share-main .share-icon a.bds_sqq {
    background: url(../../../../../index.html) no-repeat center center;
}
.article-share-main .share-icon a.bds_tsina {
    background: url(../../../../../index.html) no-repeat center center;
}
.article-share-main .share-icon a.bds_weixi {
    background: url(../../../../../index.html) no-repeat center center;
}
.article-share-main .share-icon a.bds_more {
    background: url(../../../../../index.html) no-repeat center center;
}
.liuyan {
    background: url(../../../../../index.html);
    padding: 30px 0px;
    color: #fff
}
.liuyan input {
    width: 100%;
    background: #fff;
    border: 0px;
    height: 60px;
    line-height: 60px;
    color: #000;
    text-indent: 10px;
    margin: 30px 0px
}
.liuyan input[type="submit"] {
    text-indent: 0px;
}
.liuyan i {
    font-size: 12px;
    line-height: 30px;
    color: #999
}
.wechat_bigpic {
    width: 100%;
    height: 650px;
    background: url(../../../../../index.html) top center no-repeat;
}
.wechat_r {
    line-height: 25px;
}
.wechat_r p {
    font-size: 18px
}
.wechat_l {
    padding-top: 50px;
    padding-bottom: 50px;
    border-right: 1px dotted #c8c8c8;
}
.wechat_l .title {
    font-size: 30px;
}
.wechat_l .sub-title {
    font-size: 35px;
    color: #ED1F23;
    font-family: Georgia
}
.wechat_l .sub-title-2 {
    font-size: 16px;
    color: #999;
    line-height: 30px;
}
.wechat_l .sub-title-3 {
    font-size: 12px;
    color: #999;
}
.wechat_txt .row {
    padding: 30px 0;
}
.wechat_item {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.wechat_item div {
    border: 1px solid #eee;
    padding: 0px 40px;
    font-size: 30px;
    color: #535353;
    height: 220px;
    padding-top: 40px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.wechat_item:hover div {
    background: #eee;
    padding-top: 15px;
}
.wechat_item div span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    line-height: 22px;
}
.wechat_item div p {
    padding-top: 30px;
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wechat_item:hover div p {
    opacity: 1;
}
.wechat_item div p a {
    display: block;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    line-height: 35px;
    border: 1px solid #ddd;
    background: #fff;
    width: 45%;
    border-radius: 8px;
    text-align: center;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.wechat_item div p a:hover {
    background: #ED1F23;
    color: #fff;
}
.wechat_pic1 {
    background: url(../../../../../index.html) top center no-repeat;
    width: 100%;
    height: 500px;
}
.wechat_pic1 .row {
    text-align: left;
    color: #444
}
.wechat_pic1 .row p,
.wechat_pic2 .row p {
    margin-top: 150px;
    font-size: 50px;
}
.wechat_pic1 .row span,
.wechat_pic2 .row span {
    margin-top: 10px;
    font-size: 16px;
    display: block;
    line-height: 30px;
}
.wechat_pic1 .row a,
.wechat_pic2 .row a {
    display: inline-block;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    line-height: 35px;
    border: 1px solid #ddd;
    background: #fff;
    width: 200px;
    border-radius: 8px;
    text-align: center;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 30px;
}
.icomore {
    font-size: 14px;
    color: #444;
    text-decoration: none;
    line-height: 35px;
    border: 1px solid #ddd;
    background: #fff;
    width: 200px;
    border-radius: 8px;
    text-align: center;
    display: block;
    margin: 30px auto;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.icomore:hover {
    background: #ED1F23;
    color: #fff;
    text-decoration: none;
}
.wechat_pic1 .row:hover a,
.wechat_pic2 .row:hover a {
    background: #ED1F23;
    color: #fff;
}
.wechat_pic2 {
    background: url(../../../../../index.html) top center no-repeat;
    width: 100%;
    height: 500px;
}
.wechat_pic2 .row {
    text-align: right;
}
.wechat_ico {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px
}
.wechat_ico h1 {
    font-size: 18px
}
.wechat_ico span {
    line-height: 25px;
}
.wechat_ico a {
    color: #666;
    text-decoration: none
}
.wechat_ico .pic {
    background: url(../../../../../index.html) no-repeat;
    width: 120px;
    height: 120px;
    margin: 10px auto;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.wechat_ico:hover .pic {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.wechat_ico_bg {
    background: #F5FAF7;
    width: 100%
}
.wechat_ico_bg>.container>h1 {
    text-align: center;
    font-size: 18px;
    color: #666;
    padding-top: 20px;
}
.wechat_ico_bg>.container>h2 {
    text-align: center;
    font-size: 38px;
    color: #ED1F23;
}
.wechat_ico_bg>.container>p {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd
}
.wechat_ico:nth-child(2) .pic {
    background: url(../../../../../index.html) -130px 0px no-repeat;
}
.wechat_ico:nth-child(3) .pic {
    background: url(../../../../../index.html) -260px 0px no-repeat;
}
.wechat_ico:nth-child(4) .pic {
    background: url(../../../../../index.html) -390px 0px no-repeat;
}
.wechat_ico:nth-child(5) .pic {
    background: url(../../../../../index.html) -520px 0px no-repeat;
}
.wechat_ico:nth-child(6) .pic {
    background: url(../../../../../index.html) -650px 0px no-repeat;
}
.wechat_ico:nth-child(7) .pic {
    background: url(../../../../../index.html) 0px -130px no-repeat;
}
.wechat_ico:nth-child(8) .pic {
    background: url(../../../../../index.html) -130px -130px no-repeat;
}
.wechat_ico:nth-child(9) .pic {
    background: url(../../../../../index.html) -260px -130px no-repeat;
}
.wechat_ico:nth-child(10) .pic {
    background: url(../../../../../index.html) -390px -130px no-repeat;
}
.wechat_ico:nth-child(11) .pic {
    background: url(../images/function_icon.png) -520px -130px no-repeat;
}
.wechat_ico:nth-child(12) .pic {
    background: url(../../../../../index.html) -650px -130px no-repeat;
}
.wechat_ico:nth-child(13) .pic {
    background: url(../../../../../index.html) 0px -260px no-repeat;
}
.wechat_ico:nth-child(14) .pic {
    background: url(../../../../../index.html) -130px -260px no-repeat;
}
.wechat_ico:nth-child(15) .pic {
    background: url(../images/function_icon.png) -260px -260px no-repeat;
}
.wechat_ico:nth-child(16) .pic {
    background: url(../images/function_icon.png) -390px -260px no-repeat;
}
.wechat_ico:nth-child(17) .pic {
    background: url(../../../../../index.html) -520px -260px no-repeat;
}
.wechat_ico:nth-child(18) .pic {
    background: url(../../../../../index.html) -650px -260px no-repeat;
}
.website_bigpic {
    background: url(../../../../../index.html) top center no-repeat;
    width: 100%;
    height: 865px;
    position: relative;
}
.wsimg {
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0px;
    width: 100%;
}
.redbg {
    background: url(../../../../../index.html) center center no-repeat #ED1F23;
    width: 100%;
    height: 260px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.redbg:hover {
    background: url(../../../../../index.html)center center no-repeat #ED1F23;
}
.web-icon {
    background: #303030;
    padding: 30px 0px;
}
.web-icon {
    text-align: center;
    color: #fff
}
.web-icon h3 {
    color: #ED1F23;
    font-size: 16px;
}
.web-icon p {
    margin-top: 20px;
}
.technology {
    width: 1170px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    min-height: 228px;
}
.technology img {
    width: 228px;
    height: 228px;
    position: absolute;
    left: 1200px;
    z-index: 0;
    -webkit-transform-origin: 54.39% 48.68%;
    -moz-transform-origin: 54.39% 48.68%;
    -ms-transform-origin: 54.39% 48.68%;
    -o-transform-origin: 54.39% 48.68%;
    transform-origin: 54.39% 48.68%;
}
.technology.active img {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.technology.active img:nth-of-type(1) {
    left: 21px;
    z-index: 1;
    -webkit-transition-duration: 1.1s;
    -moz-transition-duration: 1.1s;
    -o-transition-duration: 1.1s;
    transition-duration: 1.1s;
}
.technology.active img:nth-of-type(2) {
    left: 171px;
    z-index: 2;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
}
.technology.active img:nth-of-type(3) {
    left: 321px;
    z-index: 3;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-duration: 0.9s;
    -moz-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
.technology.active img:nth-of-type(4) {
    left: 471px;
    z-index: 4;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.technology.active img:nth-of-type(5) {
    left: 621px;
    z-index: 5;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.technology.active img:nth-of-type(6) {
    left: 771px;
    z-index: 6;
    -webkit-transition-delay: 1.0s;
    -moz-transition-delay: 1.0s;
    -o-transition-delay: 1.0s;
    transition-delay: 1.0s;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.technology.active img:nth-of-type(7) {
    left: 921px;
    z-index: 7;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.gradient {
    width: 100%;
    padding: 30px 0px;
    background: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ddd));
    background: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
    background: -o-linear-gradient(top, #fff 0%, #ddd 100%);
    background: -ms-linear-gradient(top, #fff 0%, #ddd 100%);
    background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
}
.gradient h1 {
    text-align: center;
    font-size: 20px;
}
.gradient h2 {
    text-align: center;
    font-size: 36px;
    color: #ED1F23;
}
.gradient p {
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
}
.gradient img {
    margin: 50px 0px;
}
.mall_bigpic {
    width: 100%;
    height: 690px;
    background: url(../../../../../index.html);
}
.wzfa {
    text-align: center;
}
.wzfa>h1 {
    color: #666;
    font-size: 18px;
}
.wzfa>h2 {
    color: #ED1F23;
    font-size: 50px;
}
.wzfa>p {
    color: #666;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.faitem {
    padding: 10px;
}
.faitem:hover {
    margin-top: -30px;
}
.faitem:hover .inner {
    -webkit-box-shadow: 0 20px 20px #ddd;
    -moz-box-shadow: 0 20px 20px #ddd;
    box-shadow: 0 20px 20px #ddd;
}
.faitem .inner {
    background: #667588;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
}
.faitem .inner p {
    font-size: 18px;
}
.faitem .inner span {
    font-size: 12px;
    line-height: 22px;
}
.faitem:nth-child(1)>.inner>i {
    display: block;
    height: 100px;
    background: url(../../../../../index.html) center center no-repeat;
}
.faitem:nth-child(2)>.inner>i {
    display: block;
    height: 100px;
    background: url(../../../../../index.html) center center no-repeat;
}
.faitem:nth-child(3)>.inner>i {
    display: block;
    height: 100px;
    background: url(../../../../../index.html) center center no-repeat;
}
.faitem:nth-child(4)>.inner>i {
    display: block;
    height: 100px;
    background: url(../../../../../index.html) center center no-repeat;
}
.faitem:nth-child(5)>.inner>i {
    display: block;
    height: 100px;
    background: url(../../../../../index.html) center center no-repeat;
}
.faitem:nth-child(6)>.inner>i {
    display: block;
    height: 100px;
    background: url(../../../../../index.html) center center no-repeat;
}
.mall_slbg {
    height: 650px;
    width: 100%;
    background: url(../../../../../index.html) center center no-repeat;
    margin-top: 40px;
}
.mall_slbg .sl {
    padding-top: 30px;
    text-align: center;
}
.mall_slbg .carousel-inner .item p {
    color: #666;
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.mall_slbg .carousel-inner .item img {
    margin: 0px auto;
}
.carousel-control {
    width: 79px;
    height: 79px;
    margin-top: 180px;
    background-image: none;
}
.tsgn {
    text-align: center
}
.tsgn>h1 {
    color: #666;
    font-size: 18px;
}
.tsgn>h2 {
    color: #ED1F23;
    font-size: 50px;
}
.tsgn>p {
    color: #666;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.tsgnitem {
    border-style: dotted;
    border-color: #D5DADD;
    border-width: 0px 1px 1px 0px;
    position: relative;
    color: #99A1A7;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.tsgnitem:hover {
    background-color: #f6f6f6;
}
.tsgnitem:nth-child(5n) {
    border-right: 0px;
}
.tsgnitem p {
    font-size: 16px;
}
.tsgnitem span {
    font-size: 12px;
    text-align: left;
    display: block;
    margin-bottom: 20px;
}
.tsgnitem .pic {
    background: url(../../../../../index.html) no-repeat;
    display: block;
    width: 108px;
    height: 108px;
    margin: 25px auto;
    position: relative;
    z-index: 2;
}
.tsgnitem:nth-child(2) .pic {
    background-position: -440px 0;
}
.tsgnitem:nth-child(3) .pic {
    background-position: 0 -330px;
}
.tsgnitem:nth-child(4) .pic {
    background-position: -110px -330px;
}
.tsgnitem:nth-child(5) .pic {
    background-position: -110px -110px;
}
.tsgnitem:nth-child(6) .pic {
    background-position: -110px 0;
}
.tsgnitem:nth-child(7) .pic {
    background-position: -330px 0;
}
.tsgnitem:nth-child(8) .pic {
    background-position: 0 -110px;
}
.tsgnitem:nth-child(9) .pic {
    background-position: -220px -110px;
}
.tsgnitem:nth-child(10) .pic {
    background-position: -330px -110px;
}
.tsgnitem:nth-child(11) .pic {
    background-position: -440px -110px;
}
.tsgnitem:nth-child(12) .pic {
    background-position: 0 -220px;
}
.tsgnitem:nth-child(13) .pic {
    background-position: -110px -220px;
}
.tsgnitem:nth-child(14) .pic {
    background-position: -330px -220px
}
.tsgnitem:nth-child(15) .pic {
    background-position: -440px -220px;
}
.app_bigpic {
    width: 100%;
    height: 650px;
    background: url(../../../../../index.html) top center no-repeat;
}
.appcase {
    text-align: center;
}
.appcase>h1 {
    color: #666;
    font-size: 30px;
}
.appcase>h2 {
    color: #ED1F23;
    font-size: 50px;
}
.appcase>p {
    color: #666;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.sec_cen_left {
    float: left;
    padding: 24px 10px 23px 6px;
    background: url(../../../../../index.html) no-repeat;
    margin-left: 8px;
    cursor: pointer;
    max-width: 40%;
    background-size: cover
}
.sec_cen_right {
    float: right;
    margin: 21px 29px 0 0;
    width: 88px;
    text-align: center;
}
.sec_cen_right img {
    border-radius: 14px;
    border: 3px solid #e7e7ea;
    width: 66px;
    height: 66px;
}
.sec_cen_right p {
    color: #333;
    font-size: 16px;
    padding: 8px 0;
}
.sec_cen_right a {
    display: block;
    width: 88px;
    height: 24px;
    border: 1px solid #c0c0c0;
    line-height: 24px;
    text-align: center;
    color: #666;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
}
.and_da {
    margin-bottom: 8px;
    margin-top: 8px;
}
.appitem {
    padding: 15px;
}
.appitem>div {
    background-color: #f6f6f6;
    padding: 20px;
    overflow: hidden
}
.about_pic {
    padding: 0px;
    margin-bottom: 50px
}
.about_pic>.row>div {
    padding: 0px
}
.about_pic>.row>div>img {
    display: block;
    width: 100%
}
/* side */
.side {
    position: fixed;
    width: 54px;
    height: 217px;
    right: 0;
    bottom: 0px;
    z-index: 100;
}
.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
}
.qrcode {
    left: -158px;
    top: -95px;
    width: 150px;
    height: 150px;
    position: absolute;
    display: none
}
.qrcode>img {
    width: 100%
}
.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}
.side ul li .sidebox1 {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}
.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}
.side ul li .sidetop:hover {
    background: #ae1c1c;
    opacity: 1;
    filter: Alpha(opacity=100);
}
.side ul li img {
    float: left;
}
.foot_mobile_kefu {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none
}
.kefu_main {
    width: 100%;
    margin: 0px auto
}
.foot_mobile_kefu>.kefu_main>.kefu {
    width: 50%;
    float: left
}
.foot_mobile_kefu>.kefu_main>.kefu>a {
    background: #F00;
    display: block;
   
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 50px;
   
}
.foot_mobile_kefu>.kefu_main>.kefu:nth-child(1)>a {
    background: #f39800;
    color: #fff
}
a:hover {
    text-decoration: none;
}
.wsnrcon {
    background: #f4f4f4;
    height: 1845px;
    margin-bottom: 155px;
}
.wsnrcon .winwidth {
    position: relative;
    height: 1845px
}
.wsimg1 {
    position: absolute;
    top: 0px;
    right: -350px;
}
.wsimg2 {
    position: absolute;
    top: 600px;
    left: 0px;
}
.wsimg3 {
    position: absolute;
    bottom: -140px;
    right: -270px;
}
.wsnrcon li:nth-child(1) {
    position: absolute;
    top: 140px;
    left: 0px;
}
.wsnrcon li:nth-child(2) {
    position: absolute;
    top: 825px;
    left: 680px;
}
.wsnrcon li:nth-child(3) {
    position: absolute;
    top: 1355px;
    left: 0px;
}
.wsnrcon li span {
    color: #999999;
    font-size: 18px;
    font-weight: bold;
    font-family: "Arial";
    display: block;
    padding-left: 30px;
    background: url(../../../../../index.html) no-repeat 3px center
}
.wsnrcon li strong {
    color: #222222;
    font-size: 32px;
    margin-bottom: 45px;
    display: block;
}
.wsnrcon li p {
    line-height: 30px;
    color: #333;
}
.wsnrcon li img {
    margin-top: 50px
}
.wsnrcon .winwidth {
    width: 1360px;
    margin: auto;
}
.rybox {
    box-sizing: border-box;
    padding: 150px;
    padding-top: 50px;
    color: #fff;
    position: relative;
    background: url(../../../../../index.html) top center no-repeat;
    background-attachment: fixed;
}
.team_swiper {
    text-align: center;
    margin-top: 50px;
}
img {
    max-width: 100%;
}
.rybtn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all ease .5s;
}
.teamnext {
    background: url(../../../../../index.html) center center no-repeat;
    right: 50px;
}
.teamprev {
    background: url(../../../../../index.html) center center no-repeat;
    left: 50px;
}
.elem {
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}