*{
    margin:0;
    padding: 0;
}
.margin-tb-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}
a {
    color: #5e5e5e;
}
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
ul {
    padding: 0 ;
    margin: 0 ;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0 0;
    margin: 0 0;
}
h3 {
    font-size: 3em;
    color: #ED824B;
}
.header {
    min-height: 80px;
    background-size: cover;
}
/*导航 start*/
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border-radius: 0px;
    width: 100%;
    float: left;
    padding: 1em 0;
    background-color: #fff;
    border-color: #ED654B;
}

.header .navbar-inverse .navbar-toggle {
    border-color: #fafafa;
}
#navbar {
    float: right;
}
.navbar-inverse .navbar-brand {
    color: #222;
    font-family:"楷体","KaiTi",'STKaiti';
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{
    color: #ED654B;
}
.navbar-inverse .navbar-nav > li > a {
    color: #222;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus ,.navbar-inverse .navbar-nav > .active > a{
    color: #fff;
    background-color: #ED654B;
}
/*导航 end*/
/*轮播 start*/
.lunbo .owl-carousel {
    position: relative;
}
.lunbo .owl-carousel .owl-nav.disabled {
    display: block;
}
.lunbo .owl-nav .owl-prev, .lunbo .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    color: #fafafa;
    width: 6em;
    height: 6em;
    border-radius: 50%;
}
.lunbo .owl-carousel .owl-nav .owl-prev {
    left: 1em;
}
.lunbo .owl-carousel .owl-nav .owl-next {
    right: 1em;
}
.lunbo .owl-carousel .owl-nav span {
    font-size: 3em;
}
.lunbo .owl-prev:hover, .lunbo .owl-next:hover {
    color: #fff;
}
.lunbo .owl-prev:focus, .lunbo .owl-next:focus, .lunbo .owl-dot:focus {
    outline: none;
}
/*轮播 end*/
/*公司介绍 start*/
.gsjs {
    border-left: 4px solid #ED824B;
    padding: 15px 20px;
    background-color: #eeeeee;
    margin: 2em 0;
}
.gsjs .gsjs-center{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    width: 80%;
}
.gsjs .gsjs-btn{
    padding: 11px 19px;
    background: #ED654B;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    float: right;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.gsjs-btn:hover {
    background: none repeat scroll 0 0 #535049;
    text-shadow: none;
    color: #FFF;
}
/*公司介绍 end*/

/*服务项目 start*/
.service{
    margin-bottom: 3em;
}
.service h3 {
    font-size: 2.8em;
    text-align: center;
    text-transform: capitalize;
    color: #ED824B;
}
.service-centent{
    margin: 3em 0;
}
.service-grid{
    position: relative;
    padding: 0;
    overflow:hidden;
    margin-top: 20px;
}
.service-grid a{
    width:100%;
    display: block;

}
.service-grid:hover .service-txt{
    height:100%;
}
.service-txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    padding: 0 15px;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.service h4 {
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
}
.service-grid p {
    font-size: 1em;
    line-height: 1.8em;
    color: #fff;
}
.service img{
    width:100%;
}
/*服务项目 end*/
/*项目流程 start*/
.testimonials {
    padding: 4em 0;
    text-align: center;
    background: url(../images/banner2.jpg) no-repeat 0px 0px;
    min-height: 307px;
    background-size: cover;
}
.testimonials ul{
    list-style: none;
    margin: 50px 0 30px 120px;
    padding-left: 30px;
    border-left: 3px solid #eee9dc;
}
.testimonials ul  li {
    margin: 20px 0;
    position: relative;
}
.testimonials ul li.li-2,.testimonials ul li.li-4,.testimonials ul li.li-6,.testimonials ul li.li-9{
    z-index: 3;
}


.testimonials ul li .text1{
    top: 0;
    left: -158px;
    font-size: 0.95em;
    line-height: 20px;
    position: absolute;
}
.testimonials ul li .text1 .eng{
    display: block;
    width: 122px;
}
.testimonials ul li .eng:after{
    content:"";
    margin-top: 0px;
    top: 0;
    left: 122px;
    width: 10px;
    height: 10px;
    background: #48b379;
    border: 5px solid #eee9dc;
    border-radius: 50%;
    display: block;
    position: absolute;
}
.testimonials h3 {
    color: #fafafa;
    margin-bottom: 1em;
}
.testimonials p{
    color: #fafafa;
}
.testimonials ul li{
    width:50%;
    float:left;
}
.testimonials ul li.li-1,.testimonials ul li.li-5{
    display: none;
}
.testimonials .bg p,.testimonials .text2 p{
    display: inline-block;
}

.testimonials .text2 p{
    width: 100%;
    text-align: left;
}

/*项目流程 end*/
/*案例轮播 start*/
.project {
    text-align: center;
    padding: 4em 0;
    background-color: #ededed;
}
.gallery-cursual {
    margin-top: 3em;
}
.item-center{
    transition:all 2s ease-out;
    -moz-transition:all 2s ease-out;
    -webkit-transition:all 2s ease-in;
    position: relative;

}

.item-center .item-title{
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 9;
    width: 100%;
    padding-left: 12px;
    height: 30px;
    background-color: rgba(34,36,45, 0.8);
    color: #FFF;
    line-height: 30px;
    box-sizing: border-box;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    margin: 0;
}
.item-center .item-txt{
    position: absolute;
    width: 100%;
    height: 100%;
    top: -450px;
    left: 0;
    text-align: left;
    color: #ffffff;
    overflow: hidden;
    padding-top:2em ;
    background: rgba(34,36,45, 0.8);
    /*灰色 rgba(34,36,45,.8); 红色  rgba(214, 95, 88, 0.95); 橘色 rgba(237, 130, 75, 0.8);*/
    transition:all 1s ease-out;
    -moz-transition:all 1s ease-out;
    -webkit-transition:all 0.7s ease-out;

}
.item-txt .item-text{
    border: 5px solid #FFF;
    padding: 1.1em 1em;
    margin: 0em 1em 1em 1em;
}
.item-txt span {
    font-size: 1.3em;
    margin-bottom: 5px;
    display: block;
    font-weight:bold;
}
.item-txt p {
    margin-bottom:5px ;
}
.item-center:hover {
    text-decoration: underline;
    outline: 0;
}
.item-center:hover > .item-title{
    bottom: -50px;
}
.item-center:hover > .item-txt{
    top:0;
}

/*案例轮播 end*/

/*常见问题 start*/
.question, .partner {
    margin: 4em 0 3em;
}
.question-sym {
    font-size: 1.2em;
}
.question ul, .partner-center {
    margin-top: 3em;
}
.question-center {
    display: block;
    border-bottom: 1px solid #eee;
    height: 2.5em;
    font-size: 1em;
    margin: 3px 0;
    text-decoration: none;
}
/*常见问题 end*/
/*合作伙伴 start*/
.partner img {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ddd;
    padding: 0;
    margin: 0.5em 0;
}
img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
img.zoom-img:hover {
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
}
/*合作伙伴 end*/
/*底部菜单 start*/
.indicate {
    background-color: #444;
    padding: 4em 0;
}

.bottom-nav {
    margin: 2em auto;
    text-align: left;
}
.indicate-grid h4 {
    color: #fff;
}
.indicate-grid p a, .indicate-grid li a, .indicate-grid li {
    color: #fff;
    text-decoration: none;
    margin: 10px;
}
.indicate-grid p a:hover, .indicate-grid li a:hover, .indicate-grid li:hover {
    color: #ED824B;
}
.indicate-grid p {
    font-size: 1em;
    color: #fff;
    margin-top: 1em;
}
span.glyphicon {
    font-size: 1em;
    border-radius: 60px;
    border: 2px solid #fff;
    padding: 1em;
    color: #fff;
}
span.glyphicon:hover {
    border: 2px dotted #fff;
}
.footer-section {
    padding: 2em 0;
    text-align: center;
    background: #222;
}
.footer-top p {
    font-size: 0.9em;
    color: #fff;
    font-weight: 400;
}
.footer-top a {
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-top a:hover {
    color: #ED824B;
}
.sjs .sjhm, .sjs .dhhm {
    display: none;
}
/*回到顶部按钮*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url("../images/to-top2.png") no-repeat 0px 0px;
}
/*底部菜单 end*/

/*--------------------------栏目页样式   start-------------------------------------*/
/*文章栏目页样式*/
.blog-section {
    padding: 4em 0;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.advantages {
    padding: 1em 0 4em;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout-warning {
    border-left-color: #ED824B;
}
.classify .nav li {
    border-bottom: 1px dashed #ccc;
}
.classify .nav li.list-a {
    border: 1px solid #ccc;
}
.classify .nav li.active a {
    color: #ED824B;
}
.advantages h3 {
    font-size: 3em;
    text-transform: capitalize;
    color: #ED654B;
    text-align: center;
}
.advantages-grids,.blog-grids {
    margin: 3em 0 1em;
}
.advantages-grids .advantage-grid {
    border-bottom: 1px dotted #000000;
    margin-bottom: 1.5em;
    padding: 1em 0;
}
.left-grid img {
    max-width: 100%;
    width: 100%;
}
.right-grid h4 {
    font-size: 1.3em;
    color: #222;
    margin: 0 0 0.3em;
    font-weight: bold;
    line-height: 1.5em;
}
.right-grid p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
}
span.fjzname{
    color:#ED824B;
}
/*产品栏目页 start*/
.blog-section h2 {
    font-size: 2.8em;
    text-transform: capitalize;
    color: #ED654B;
    text-align: center;
}

a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
}
.mask img {
    width: 100%;
}
/*------------------------------------------栏目页样式   end------------------------------------------ */
/*------------------------------------------文章页样式   start------------------------------------------ */
.single {
    padding: 2em 0;
}
.single h2 {
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 0.5em;
    text-transform: capitalize;
    color: #ED824B;
}
.single-section img {
    max-width: 100%;
}
.introduce p img {
    display: block;
    margin: 1em 0;
}
ul.blog-ic {
    margin: 1em 0;
}
ul.blog-ic li {
    display: inline-block;
}
ul.blog-ic li span {
    color: #000;
    padding: 0.4em 0.8em 0.2em 0;
    display: block;
    font-size: 1.1em;
}
ul.blog-ic li span i {
    font-size: 15px;
    color: #ED824B;
    display: inline-block;
    margin: 0 8px 0 0;
}
.introduce h3 {
    font-weight: bold;
    margin: 1em 0;
    font-size: 24px;
}
.introduce h3::before {
    display: inline-block;
    margin-right: 0.7em;
    content: '';
    width: 4px;
    height: 1.5em;
    vertical-align: -8px;
    background-color: #ED824B;
}
.single-section p {
    color: #777;
    line-height: 1.8em;
    font-size: 1em;
}
.introduce p {
    text-indent: 2em;
    margin: 1.3em 0;
}
.post-footer {
    margin-top: 2.5em;
}
.single-section h4 {
    font-size: 1.5em;
    color: #222;
    margin: 1em 0;
}
.article ul {
    margin-left: 2em;
}
/*------------------------------------------文章页样式   end------------------------------------------ */
.products-bottom {
    margin-top: 3em;
}
.gallery-grid {
    position: relative;
    padding: 0 0.5em 1em;
}
.single-section img {
    max-width: 100%;
}
.rotate {
    position: absolute;
    top: 0;
    background: rgba(237, 101, 75, 0.52);
    width: 96.5%;
    height: 95.5%;
    display: none;
    text-align: center;
}
.rotate i {
    background: url(../images/se.png) no-repeat 0px;
    width: 51px;
    height: 51px;
    display: block;
    margin: 5em 0 0 5em;
}
.gallery-grid:hover .rotate {
    display: block;
}
.rotate:hover i {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.introduce .table {
    margin-top: 2em;
}
/*------------------------------------------产品页样式   end------------------------------------------ */

@media (max-width: 991px){
    .sj-clearfix {
        clear: both;
    }
    .service-grid {
        float: left;
        width: 50%;
    }
    #navbar {
        float: none;
    }
    .lunbo .owl-nav .owl-prev, .lunbo .owl-nav .owl-next {
        position: absolute;
        top: 40%;
        color: #fafafa;
        width: 4em;
        height: 4em;
        border-radius: 50%;
    }
    .lunbo .owl-carousel .owl-nav span {
        font-size: 2em;
    }
    .indicate-grid,.indicate-grids{
        width: 50%;
    }
    .indicate-grids .indicate-grid{
        width: 100%;
    }
    .advantages {
        padding: 1em 0 3em;
    }
    /*产品页样式*/
    .gallery-grid {
        float: left;
        width: 33.3%;
    }
}
@media (max-width: 767px){
    .nav-tel{
        display: none;
    }
    #navbar {
        float: none;
    }
    .navbar-inverse .navbar-brand {
        color: #fff;
    }
    .navbar {
         background-color: #ED824B;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus ,.navbar-inverse .navbar-nav > .active > a{
        color: #fff;
        background-color: #222;
    }
    .bs-callout, .tag, .classes {
        display: none;
    }
    /*常见问题 start*/
    .question, .partner {
        width: 100%;
        margin-left: 3px;
        margin-right: 3px;
    }
    /*常见问题 end*/
}
@media (max-width: 640px) {
    /**/
    .service-grid:hover .service-txt {
        height: 35px;
    }
    /*轮播*/
    .lunbo .owl-carousel .owl-nav.disabled {
        display: none;
    }
    /*公司介绍*/
    .gsjs{
        margin: 20px 0;
        padding: 30px 20px;
    }
    .gsjs .gsjs-center{
        width: 100%;
    }
    .gsjs .gsjs-btn{
        float: none;
    }
    /*服务项目start*/
    .service-grid {
        float: left;
        width: 50%;
    }
    /*服务项目end*/
    .testimonials ul li {
        width: 100%;
    }
    .gsjs h3,.project h3,.service h3, .testimonials h3, .news h3, .why-choose h3, .introduce h3, .whatweoffer h3, .advantages h3, .content-form h3, .comments h3 {
        font-size: 2em;
    }

    .sjs {
        position: fixed;
        padding: 10px 0;
        bottom: 0;
        color: #fff;
        width: 100%;
        left: 0;
        height: 70px;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 100;
    }
    .sjs .sjhm{
        display: block;
        float: left;
    }
    .sjs .sjhm {
        padding-left: 60%;
    }
    .sjs .dhhm {
        display: none;
        padding-left: 10%;
    }
     .sjs span.glyphicon {
        color: #ED824B;
        border-color: #ED824B;
    }
    .indicate-grid,.indicate-grids{
        width: 100%;
    }
    .indicate-grids .indicate-grid{
        width: 100%;
    }
    /*------------------------------------------栏目页样式   start------------------------------------------ */
    .right-grid {
        margin-top: 15px;
    }
    .service-grid h4, .testimonials h4, .news-grid h4, .choose-grid h4, .team-grid h4, .services h4, .right-grid h4, .blog-grid h4, .single-section h4, .introduce h4 {
        font-size: 1.2em;
    }
    /*------------------------------------------栏目页样式   end------------------------------------------ */
    /*商桥样式*/
    #newBridge .nb-icon-wrap.nb-icon-left-bottom {
        margin-bottom: 13px;
        margin-left: 70px;
    }
}

@media (min-width: 640px)and (max-width: 991px) {
    h3 {
        font-size: 2.5em;
    }
    /*服务流程 start*/
    .testimonials ul {
        list-style: none;
        margin: 0 0 20px 50%;
        padding: 0;
        border-left: 5px solid #eee9dc;

    }
    .testimonials ul li{
        width: 100%;

    }
    .testimonials ul >li:nth-child(2n){
        left:0;
        text-align: left;
        padding-left: 30px;
    }
    .testimonials ul >li:nth-child(2n-1){
        left:-100%;
        text-align: right;
        padding-right: 30px;
    }

    .testimonials ul li .text1 {
        line-height: normal;
        position: static;
    }
    .testimonials ul li .text1 .eng {
        width: 100%;
    }
    .testimonials .bg .num,.testimonials .bg .title{
        font-size: 2em;
    }
    .testimonials ul >li:nth-child(2n) .eng:after{
        left:-13px;
        width: 20px;
        height: 20px;
    }
    .testimonials ul >li:nth-child(2n-1) .eng:after{
        left:97%;
        width: 20px;
        height: 20px;
    }
    .testimonials ul >li:nth-child(2n-1) .text2 p {
        text-align: right;
    }
    .testimonials .text2 p {
        width: 100%;
        text-align: left;
    }
    /*常见问题*/
    .question-sym a {
        margin-top: 1em;
    }

}
@media (min-width: 768px) {
    .header {
        min-height: 150px;
        height: 150px;
    }
    .nav-tel,.navbar-brand{
        float: left;
        display: block;
    }
    .nav-tel{
        font-size: 16px;
        padding: 15px 15px;
        line-height: 20px;
    }

    .nav-sjhm{
        display: none;
    }
    .navbar-nav > li {
        margin-top: 20px;
    }
    .nav-tel{
        text-align: center;
    }
}
@media (min-width: 992px) {
    .header {
        min-height: 100px;
        height: 100px;
    }
    .nav-tel{
        float: none;
        font-size: 16px;
        padding: 0px;
        color: #ED654B;
        display: block;
    }
    .nav-telname{

    }

    .nav-sjhm{
        display: inline-block;
    }
    /*服务流程 start*/
    .testimonials ul{
        height:500px;
        margin: 0;
        padding: 0;
        border: none;
    }
    .testimonials ul li {
        width: 146px;
        height: 146px;
        float: left;
        cursor: pointer;
        list-style-type: none;
        margin:0 89px 0 0;
        color: #fff;
    }

    .testimonials ul li.li-2,.testimonials ul li.li-5{
        margin-left: -120px;
    }
    .testimonials ul li.li-1,.testimonials ul li.li-5{
        display: block;
    }
    .testimonials ul li .text1{
        top: 15px;
        left: 15px;
        line-height: normal;
    }
    .testimonials ul li .kuang{
        position: absolute;
        width: 160px;
        height: 160px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border: 1px solid #ddd;
        margin-top: 42px;
        margin-left: 42px;
    }
    .testimonials ul li .kuang1 {
        top: 0;
        left: 0;
        z-index: 1;
    }
    .testimonials ul li .kuang2 {
        left: 5px;
        top: 0px;
        z-index: 2;
    }
    .testimonials ul li .text1 .bg {
        width: 215px;
        height: 215px;

    }
    .testimonials ul li .text1 .bg1 {
        background: url(../images/tu1-1.png) no-repeat;
    }
    .testimonials ul li .text1 .bg2 {
        background: url(../images/tu2-1.png) no-repeat;
    }
    .testimonials ul li .text1 .bg3 {
        background: url(../images/tu3-1.png) no-repeat;
    }
    .testimonials ul li .text1 .bg4 {
        background: url(../images/tu4-1.png)  no-repeat;
    }
    .testimonials ul li .text1 .bg5 {
        background: url(../images/tu5-1.png) no-repeat;
    }
    .testimonials ul li .text1 .bg6 {
        background: url(../images/tu6-1.png) no-repeat;
    }
    .testimonials ul li .text1 .bg7 {
        background: url(../images/tu7-1.png) no-repeat;
    }
    .testimonials .bg p,.testimonials .text2 p{
        display: block;
    }
    .testimonials ul li .text1 .title {
        font-size: 14px;
        color: #ddd;
    }


    .testimonials ul li .text1 .eng {
        font-size: 10px;
        color: #b4a078;
        width: 115px;
        margin-left: 55px;
    }
    .testimonials ul li .eng:after{
        content:"";
        width: 0px;
        height: 0px;
        border: none;
    }
    .testimonials ul li .text1 .num {
        padding-top: 32px;
        font-size: 61px;
        color: #dacdc2;
        font-weight: 700;
    }
    .testimonials ul li:hover .text2 {
        display: block;
    }
    .testimonials ul li .text2 {
        width: 226px;
        height: 226px;
        z-index: 4;
        position: absolute;
        left: 3px;
        top: 0px;
        display: none;
    }
    .testimonials ul li .text2 .mengban {
        border: 1px solid #533b26;
        position: absolute;
        z-index: 1;
        width: 146px;
        height: 146px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #533b26;
        margin-top: 42px;
        margin-left: 42px;
    }
    .testimonials ul li .text2 .desc {
        position: absolute;
        z-index: 2;
        width: 115px;
        height: 85px;
        top: 70px;
        left: 55px;
        font-size: 11px;
        color: #fff;
        text-align: center;
        line-height: 18px;
    }

    /*服务流程 end*/
    /*服务项目 start*/

    /*服务项目 end*/
    .question-sym a{
        margin-top: 1.3em;
    }


}

@media (min-width: 1200px) {
    /*导航*/
    .navbar-header{width: 351px;}
    .navbar-inverse .navbar-brand {
        font-size: 2em;
    }
    /*服务流程 start*/
    .testimonials ul{
        height:500px;
    }
    .testimonials ul li {
        width: 196px;
        height: 196px;
        margin-right: 89px;
    }
    .testimonials ul li.li-2,.testimonials ul li.li-5{
        margin-left: -145px;
    }
    .testimonials ul li .kuang{
        width: 196px;
        height: 196px;
        margin-top: 42px;
        margin-left: 42px;
    }
    .testimonials ul li .text1{
        top: 0px;
        left: 0px;
    }
    .testimonials ul li .text1 .bg {
        width: 276px;
        height: 276px;

    }
    .testimonials ul li .text1 .bg1 {
        background: url(../images/tu1.png) no-repeat;
    }
    .testimonials ul li .text1 .bg2 {
        background: url(../images/tu2.png) no-repeat;
    }
    .testimonials ul li .text1 .bg3 {
        background: url(../images/tu3.png) no-repeat;
    }
    .testimonials ul li .text1 .bg4 {
        background: url(../images/tu4.png) no-repeat;
    }
    .testimonials ul li .text1 .bg5 {
        background: url(../images/tu5.png) no-repeat;
    }
    .testimonials ul li .text1 .bg6 {
        background: url(../images/tu6.png) no-repeat;
    }
    .testimonials ul li .text1 .bg7 {
        background: url(../images/tu7.png) no-repeat;
    }
    .testimonials ul li .text1 .title {
        font-size: 15px;
        font-weight: bold;
    }
    .testimonials ul li .text1 .eng {
        font-size: 11px;
        width: 140px;
        margin-left: 70px;
    }
    .testimonials ul li .text1 .num {
        padding-top: 32px;
        font-size: 86px;
        font-weight: 700;
    }

    .testimonials ul li .text2 {
        width: 276px;
        height: 276px;
        left: 5px;
    }
    .testimonials ul li .text2 .mengban {
        z-index: 1;
        width: 196px;
        height: 196px;
        margin-top: 42px;
        margin-left: 42px;
    }
    .testimonials ul li .text2 .desc {
        width: 140px;
        height: 110px;
        top: 88px;
        left: 70px;
        font-size: 12px;
        line-height: 24px;
    }

    /*服务流程 end*/
}