@charset "UTF-8";
/* CSS Document */

/* 第一 模块 */
/*header*/
.header {
    height: 60px;
    position: relative;
    background: #ffffff;
}

/*logo*/
.header .logo {
    float: left;
    height: 60px;
    margin-top: 0px;
}

.header .logo a {
    display: block;
    line-height: 60px;
}

.header .logo a img {
    vertical-align: middle;
    width: 320px;
}

/*navigation*/

.navigation {
    float: right;
    height: 60px;
}
.navigation ul{}
.navigation ul li {
    float: left;
    width: 123px;
    height: 42px;
    position: relative;
    padding-top: 18px;
}
.navigation ul li:first-child a{
    border-left: none;
}
.navigation ul li > a{
    display: block;
    font-size: 12px;
    color: #333333;
    text-align: center;
    line-height: 24px;
    height: 24px;
    border-left: 1px #d3d3d3 solid;
    transition: none;
    position: relative;
    overflow: hidden;
}
.navigation ul li p{
    position: absolute;
    left: 0;
    width: 132px;
    height: 24px;
    transition: none;
}
.navigation ul li.active p{
    color: #78027b;
}
.navigation ul li .en{
    top: 24px;
}
.navigation ul li .cn{
    top: 0;
}
.navigation ul li:hover .en{
    color: #78027b;
}
.sec-nav{
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 132px;
    background: #78027b;
    padding: 10px 0;
    z-index: 99;
}
.sec-nav dl dt{
    height: 29px;
    width: 132px;
    background: url("../images/db-line01.png") center no-repeat;
}
.sec-nav dl dt a{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 29px;
}
.sec-nav dl dt:hover{
    width: 136px;
    margin-left: -2px;
    background: #ffffff url("../images/db-line02.png") center no-repeat;
}
.sec-nav dl dt:hover a{
    color: #78027b;
}









.section{
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
	height: 100vh !important;
	overflow: hidden;
}
.section1{
 /** background: url(../images/section-img01.jpg) center no-repeat;**/
    overflow: hidden;
   /* background: url(../images/content-bg.png) center  no-repeat;*/
}

.section2{
    background: url("../images/section-img02.jpg") center no-repeat ;
    overflow: hidden;
}
.section3{
    background: url("../images/section-img03.jpg") center no-repeat ;
    overflow: hidden;
}
.section4{
    background: url("../images/section-img04.jpg") center no-repeat ;
    overflow: hidden;
}
.section5{
    background: url("../images/section-img05.jpg") center no-repeat ;
    overflow: hidden;
}

.s1-height{
    position: relative;
}
.s1-height .s1-logo{
    position: absolute;
    top: 5%;
    opacity: 0;
    text-align: center;
    display: block;
    width: 100%;
}
.s1-height .mouse-slide{
    position: absolute;
    bottom: 10px;
    text-align: center;
    display: block;
    width: 100%;
}
.s1-height .mouse-slide .mouse-img img{
    animation: change 2s infinite;
}
@keyframes change {

    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(0.8);
    }
    100%{
        transform: scale(1);
    }
}
/* 第一 模块  end*/

/* 第二 模块 */
.section2 .centre-width{
    height: 100%;
}
.more-list{
    width: 1200px;
    height: 100%;
    position: relative;
    top: -100px;
}
.more-list ul{
    height: 100%;
}
.more-list ul li{
    float: left;
    width: 300px;
    height: 100%;
    position: relative;
    left: -20px;
}
.more-list ul li .icon{
    position: relative;
    z-index: 9;
    width: 300px;
    text-align: center;
    margin-top: 200px;
    background: url("../images/line-bg.png") center bottom no-repeat;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    padding-bottom: 10px;
}
.more-list .icon h6{
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 10px;
}
.more-list .word{
    position: relative;
    z-index: 9;
    width: 200px;
    height: 140px;
    padding: 40px 50px;
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
}
.more-list .more-btn{
    position: relative;
    z-index: 9;
    display: block;
    width: 168px;
    height: 54px;
    margin: 0 auto;
    background: url("../images/more-btn.png") left top no-repeat;
}
.more-list .bg-color{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}
.more-list .bg-color01{
    /* background: rgba(120,2,123,0.8); */
	opacity: 0.7;
	background-image: linear-gradient(to bottom,#78027b,#ebaeec);
}
.more-list .bg-color02{
    /* background: rgba(213,128,42,0.8); */
	opacity: 0.7;
	background-image: linear-gradient(to bottom,#78027b,#ebaeec);
}
.more-list .bg-color03{
    /* background: rgba(42,128,213,0.8); */
	background-image: linear-gradient(to bottom,#78027b,#ebaeec);
	opacity: 0.7;
}
.more-list .bg-color04{
    /* background: rgba(128,42,213,0.8); */
	opacity: 0.7;
	background-image: linear-gradient(to bottom,#78027b,#ebaeec);
}
/* 第二 模块 end */

/* 第三 模块 */
.case-show{
    width: 1200px;
    position: relative;
}
.case-show .title{
    width: 420px;
    margin: 10px auto 0;
    text-align: center;
}
.case-show .title h3{
    font-size: 40px;
    color: rgba(255,255,255, 0.5);
    font-weight: normal;
    font-family: Arial;
}
.case-show .title h6{
    font-size: 20px;
    color: #ffffff;
    margin-top: -10px;
    margin-bottom: 20px;
}
.case-show .title p{
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}


.case-list{
    padding-top: 40px;
}
.case-list ul li{
    float: left;
    width: 400px;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.case-list ul li img{
    width: 400px;
    height: 250px;
    display: block;
}
.case-list ul li .modal{
    position: absolute;
    left: 0;
    top: -250px;
    width: 400px;
    height: 180px;
    padding-top: 70px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    background: rgba(120,2,123,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5be2525,endColorstr=#E5be2525);
}
.case-list .modal h6{
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}
.case-list .modal .more-btn03{
    display: block;
    width: 72px;
    height: 31px;
    background: url("../images/more-btn03.png") left top no-repeat;
    margin: 30px auto 0;
}
.more{
    padding-top: 30px;
}
.more .more-btn04{
    float: right;
    display: block;
    width: 94px;
    height: 38px;
    background: url("../images/more-btn02.png") center no-repeat;
}
/* 第三 模块 end */


/* 第四 模块 */
.news-center{
    width: 1200px;
    position: relative;
}

.news-center .title{
    width: 420px;
    margin: 10px auto 0;
    text-align: center;
}
.news-center .title h3{
    font-size: 40px;
    color: rgba(255,255,255, 0.5);
    font-weight: normal;
    font-family: Arial;
}
.news-center .title h6{
    font-size: 20px;
    color: #ffffff;
    margin-top: -10px;
    margin-bottom: 20px;
}
.news-center .news-kinds{
    text-align: center;
}
.news-kinds ul{
    display: inline-block;
}
.news-kinds ul li{
    float: left;
    margin: 0 15px;
}
.news-kinds ul li a{
    display: block;
    width: 122px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    border: 1px #d3d3d3 solid;
}
.news-kinds ul li.active a{
    background: #78027b;
    border: 1px #78027b solid;
}
.news-center .news-box{
    margin-top: 30px;
}
.news-center .news-list{
    width: 1200px;
    height: 463px;
    overflow: hidden;
}
.news-center .news-list ul{
    width: 1250px;
}
.news-center .news-list ul li{
    float: left;
    width: 380px;
    height: 386px;
    background: #ffffff;
    overflow: hidden;
    margin-right: 30px;
}
.news-list ul li img{
    display: block;
    width: 380px;
    height: 240px;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(100%);*/

    /*filter: grayscale(100%);*/
    filter: gray;
}
.news-list ul li:hover img{
    display: block;
    width: 380px;
    height: 240px;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);

    filter: grayscale(0);
    filter: none;
}
.news-list ul li .news-info{
    padding: 20px 10px;
    font-size: 12px;
    color: #515151;
}
.news-info h6{
    padding-top: 18px;
    background: url("../images/line01.jpg") left top no-repeat;
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-info p{
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.news-info .time{
    width: 100%;
    margin-top: 35px;
    font-size: 16px;
    color: #515151;
    background: url("../images/more-btn04.png") right center no-repeat;
}
.news-info .time b{
    font-size: 40px;
    font-weight: normal;
}
.news-list ul li:hover h6{
    color: #78027b;
    background: url("../images/line02.jpg") left top no-repeat;
}
/* 第四 模块 end*/

/* 第五 模块 */

.index-contact{
    width: 1200px;
    position: relative;
    top: 10px;
}
.index-contact .title{
    color: #ffffff;
    text-align: center;
    background: url("../images/line03.png") center bottom no-repeat;
    padding-bottom: 30px;
}

.index-contact .title h6{
    font-size: 24px;
    font-weight: normal;
}
.index-contact .title h3{
    font-size: 72px;
    font-family: '宋体';
}

.index-contact .contact-txt{
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    margin-top: 20px;
}
.index-contact .contact-way{
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    margin-top: 60px;
}
.index-contact .contact-way h6{
    font-size: 24px;
    margin-bottom: 10px;
}
.index-contact .contact-way h3{
    font-size: 40px;
    margin-bottom: 20px;
    font-family: '宋体';
}
/* 第五 模块 end*/

/*设备适应*/
@media (max-width: 1920px){

    .s1-height .s1-logo{
        margin-top: 10px;
    }
    .more-list ul li .icon{
        margin-top: 200px;
    }
    .case-show{
        margin-top: 50px;
    }
    .news-center{
        margin-top: 50px;
    }
    .index-contact{
        margin-top: 50px;
    }

}
@media (max-width: 1660px){
    .s1-height .s1-logo{
        margin-top: -20px;
    }
    .more-list ul li .icon{
        margin-top: 160px;
    }
    .case-show{
        margin-top: 0;
    }
    .news-center{
        margin-top: 30px;
    }
    .index-contact{
        margin-top: 137px;
    }

}
@media screen and (max-width: 1250px){
    .s1-height .s1-logo{
        margin-top: -20px;
    }

    .more-list ul li .icon{
        margin-top: 150px;
    }
    .case-show{
        margin-top: 0px;
    }
    .news-center{
        margin-top: 0px;
    }
    .index-contact{
        margin-top: 0px;
    }

}






.sub-banner{
    height: 360px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.sub-banner li{
    height: 360px;
}
.sub-banner .sub-banner-txt{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.sub-banner-txt img{
    position: relative;
    top: 20px;
    opacity: 0;
}
/*图片指示*/
/*.banner .flex-control-nav{
    position:absolute; bottom:18px; z-index:2; padding-left:0; width:1100px; left:0;
    right:0; margin:0 auto; text-align:center;
}
.banner .flex-control-nav li{
    display:inline-block; margin: 0 8px; zoom:1; text-align:center;
}
.banner .flex-control-nav a{
    display:inline-block; width:20px; height:4px; cursor:pointer; background: #e0d9d4;
}
.banner .flex-control-nav .flex-active{ background: #ffffff; width: 40px; height: 4px}*/
/*左右方向按钮*/
/*.flex-direction-nav a{
    width:40px; height:70px; line-height:99em; overflow:hidden;margin:-45px 0 0;display:block;
    background: #cccccc;position:absolute;top:50%;z-index:10;
    cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;
}
.flex-direction-nav .flex-next{
    right:0; background: url("../images/to_right.png") no-repeat; background-size: 40px 70px;
}
.flex-direction-nav .flex-prev{
    left:0; background: url("../images/to_left.png") no-repeat; background-size: 40px 70px;
}
.flexslider:hover .flex-next{opacity:0.6;filter:alpha(opacity=60);}
.flexslider:hover .flex-prev{opacity:0.6;filter:alpha(opacity=60);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=100);}
*/

.sub-nav{
    width: 100%;
    height: 104px;
    overflow: hidden;
    position: relative;
    padding-top: 16px;
}
.sub-nav .nav-title{
    position: absolute;
    width: 3000px;
    height: 101px;
    background: #78027b url('../images/nav-title-bg.jpg') right center no-repeat;
    left: 50%;
    margin-left: -3400px;
}
.nav-title .title{
    float: right;
    margin-right: 14px;
    padding-top: 55px;
    color: #ffffff;
    font-size: 20px;
}
.sub-nav .nav-list{
    position: absolute;
    width: 3000px;
    height: 101px;
    background: url("../images/nav-list-bg.png") left 59px no-repeat;
    left: 50%;
    margin-left: -350px;
}
.nav-list ul li{
    float: left;
    min-width: 86px;
    border: 1px transparent solid;
    margin-right: 35px;
}
.nav-list ul li a{
    display: block;
    text-align: center;
}
.nav-list ul li p{
    line-height: 64px;
}
.nav-list ul li span{
    display: block;
    line-height: 37px;
    font-size: 12px;
}
.nav-list ul li.active,.nav-list ul li:hover{
    border: 1px #78027b solid;
    background: #78027b;
}
.nav-list ul li.active p,.nav-list ul li:hover p{
    color: #ffffff;
    font-weight: bold;
}
.nav-list ul li.active span,.nav-list ul li:hover span{
    color: #78027b;
    background: #ffffff;
}

.footer{
    height: 50px;
    background: #2c2c2c;
    position: absolute;
    bottom: 0;
	left: 0;
	z-index: 100;
    width: 100%;
}
.footer .foot{
    width: 1200px;
    height: 50px;
    background: url("../images/footer-logo.png") left center no-repeat;
}
.foot .right-code{
    text-align: right;
    color: #9d9d9d;
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
}

/*公司简介*/
.content{
    margin-top: 50px;
    padding-bottom: 120px;
    background: url("../images/content-bg.png") center bottom no-repeat;
}
.company-intro{
    width: 1200px;
    min-height: 460px;
    font-size: 12px;
    color: #525252;
    background: url("../images/intro-bg.png") right bottom no-repeat;
}
.company-intro h6{
    font-size: 24px;
    color: #bababa;
    background: url("../images/line04.png") left bottom no-repeat;
    padding-bottom: 15px;
}
.company-intro h6 span{
    display: block;
    font-size: 36px;
    color: #78027b;
}
/*公司简介 end*/

/*领导致辞*/
.leader{
    height: 440px;
    background: #ededed;
}

.leader .runImg {
    width: 1200px;
    height: 440px;
    position: relative;
    margin-top: 20px;
}
.leader .runImg .prev {
    position: absolute;
    right: 86px;
    bottom: 27px;
    cursor: pointer;
    z-index: 99;
    width: 87px;
    height: 35px;
    background: url("../images/left01.png") center no-repeat;
}
.leader .runImg .prev:hover {
    background: url("../images/left02.png") center no-repeat;
}

.leader .runImg .next {
    position: absolute;
    right: 0;
    bottom: 33px;
    cursor: pointer;
    z-index: 99;
    width: 87px;
    height: 35px;
    background: url("../images/right01.png") center no-repeat;
}
.leader .runImg .next:hover{
    background: url("../images/right02.png") center no-repeat;
}
.leader .runImg .run{
    width: 100% ;
    height: 440px !important;
    position: relative;
    overflow: hidden;
}

.leader .runImg .run ul {
    position: absolute;
    left: 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

.leader .runImg .run ul li {
    float: left;
    width: 1200px;
    height: 440px;
   /* background: url("../images/ceo.png") right center no-repeat;*/
    border-bottom: 1px #dddddd solid;
}
.leader .leader-info{
    width: 590px;
    height: 375px;
    float: left;
    padding-top: 50px;
    font-size: 12px;
    color: #414141;
    line-height: 24px;
    overflow: hidden;
    margin-left: 40px;
}
.leader .leader-info h6{
    display: inline-block;
    font-size: 24px;
    color: #78027b;
    border-bottom: 1px #78027b solid;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.leader .leader-img{
    width: 375px;
    float: right;
    margin-right: 50px;
}
.leader .leader-img img{
    width: 375px;
    height: 440px;
    display: block;
}
/*领导致辞 end*/

/*公司文化*/
.culture{
    width: 1200px;
    overflow: hidden;
    padding: 10px 5px;
}
.culture ul {
    width: 1250px;
}
.culture ul li{
    float: left;
    width: 294px;
    height: 440px;
    box-shadow: 2px 2px 2px 1px #dcdcdc;
    margin-right: 6px;
}
.culture .img{
    width: 294px;
    height: 284px;
    overflow: hidden;
}
.culture .img img{
    width: 294px;
    height: 284px;
    transition: all 0.5s;
}
.culture ul li:hover img{
    transform: scale(1.2);
}
.culture .img-info{
    text-align: center;
    padding: 0 30px;
}
.culture .img-info h6{
    line-height: 60px;
    color: #78027b;
    font-size: 20px;
}
.culture .img-info p{
    font-size: 12px;
    line-height: 20px;
    color: #5c5c5c;
    height: 80px;
    overflow: hidden;
}
/*公司文化 end*/

/*合作伙伴*/
.partners{
    width: 1200px;
    overflow: hidden;
    min-height: 300px;
}
.partners ul{
    width: 1280px;
}
.partners ul li{
    width: 350px;
    height: 120px;
    float: left;
    border: 1px #d2d2d2 solid;
    margin-right: 70px;
    margin-bottom: 40px;
}
.partners ul li a{
    display: block;
    line-height: 100px;
    padding: 10px 25px;
    text-align: center;
}
.partners ul li img{
    max-width: 300px;
    max-height: 100px;
    vertical-align: middle;
}
.partners ul li:hover{
    border: 1px #78027b solid;
}
/*合作伙伴 end*/

/*案例展示*/
.case-home{
    padding-top: 40px;
    width: 1200px;
}
.case-home ul{
    width: 1250px;
}
.case-home ul li{
    float: left;
    width: 395px;
    height: 290px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    margin-bottom: 17px;
}
.case-home ul li img{
    width: 395px;
    height: 240px;
    display: block;
}
.case-home ul li .place-name,.place-time{
    width: 395px;
    line-height: 50px;
    font-size: 16px;
    color: #414141;
    text-align: center;
}
.case-home ul li .place-time{
    color: #78027b;
}
.case-home ul li .modal{
    position: absolute;
    left: 0;
    top: -240px;
    width: 395px;
    height: 180px;
    padding-top: 60px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    background: rgba(120,2,123,0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5be2525,endColorstr=#E5be2525);
}
.case-home .modal h6{
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 10px;
}
.case-home .modal .more-btn03{
    display: block;
    width: 72px;
    height: 31px;
    background: url("../images/more-btn03.png") left top no-repeat;
    margin: 30px auto 0;
}

.turning-page{
    width: 1200px;
    line-height: 50px;
    height: 50px;
    position: relative;
}
.turning-page ul{    text-align: center;}

.turning-page ul  a{
    display: inline-block;
    width: 40px;
    height: 35px;
}
.turning-page .icon-prev{
    background: url("../images/left01.png") center no-repeat;
    right: 87px;
    top: 0px;
	display:block;
}
.pageprv {
    width: 87px!important;
}
.pagenxt {
    width: 87px!important;
}
.z-crt{color: #0056a3!important;}
.turning-page .icon-next{
    background: url("../images/right01.png") center no-repeat;
    right: 0;
    top: 0px;
	display:block;
}
.turning-page .icon-prev:hover{
    background: url("../images/left02.png") center no-repeat;
}
.turning-page .icon-next:hover{
    background: url("../images/right02.png") center no-repeat;
}
/*案例展示 end*/

/*新闻中心*/

.news .news-list{
    width: 1200px;
    overflow: hidden;
    padding-bottom: 40px;
}
.news .news-list ul{
    width: 1250px;
}
.news .news-list ul li{
    float: left;
    width: 380px;
    height: 456px;
    background: #ffffff;
    margin-right: 20px;
    margin-left: 5px;
    margin-bottom: 20px;
}
.news .news-list ul li a{
    display: block;
    width: 380px;
    height: 386px;
    overflow: hidden;
    box-shadow: 0px 1px 1px 3px #efefef;
}
.news .news-info .time{
    width: 100%;
    margin-top: 25px;
    font-size: 16px;
    color: #515151;
    background: url("../images/more-btn04.png") right center no-repeat;
}
.news .news-info .time b{
    font-size: 40px;
    font-weight: normal;
}
.news .news-list ul li:hover h6{
    color: #78027b;
    background: url("../images/line02.jpg") left top no-repeat;
}
/*新闻中心 end*/

/*联系我们*/
.contact{
    height: 950px;
}
.contact-word{
    float: right;
    width: 910px;
    height: 192px;
    background: url("../images/word-bg.png") center no-repeat;
    z-index: 999;
    margin-top: -203px;
    position: relative;
    padding-top: 50px;
    padding-left: 50px;
    color: #ffffff;
}
.contact-word h2{
    font-size: 40px;
    font-family: '宋体';
    font-weight: normal;
    line-height: 48px;
}
.contact-word h6{
    font-size: 30px;
    letter-spacing: 8px;
    margin-bottom: 15px;
}
.contact-word p{
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: 2px;
}
.contact-word p span{
    display: inline-block;
    margin-right: 20px;
}
/*联系我们 end*/
/*合作流程*/
.process{
    min-height: 1166px;
    background: url("../images/process-bg.jpg") center no-repeat;
}
.process-box{
    position: relative;
}
.process-box h6{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.process-box div{
    display: none;
    opacity: 0;
}
.odd{
    width: 360px;
    padding-right: 80px;
    font-size: 12px;
    line-height: 20px;
    color: #515151;
    text-align: right;
    height: 94px;
    overflow: hidden;
    position: relative;
}
.even{
    width: 360px;
    padding-left: 80px;
    font-size: 12px;
    line-height: 20px;
    color: #515151;
    text-align: left;
    height: 94px;
    overflow: hidden;
    position: relative;
}
.process-01{
    background: url("../images/num01.png") right top no-repeat;
    top: 130px;
    left: 53px;
}
.process-02{
    background: url("../images/num02.png") left top no-repeat;
    top: 84px;
    left: 761px;
}
.process-03{
    background: url("../images/num03.png") right top no-repeat;
    top: 94px;
    left: 129px;
}
.process-04{
    background: url("../images/num04.png") left top no-repeat;
    top: 90px;
    left: 794px;
}
.process-05{
    background: url("../images/num05.png") right top no-repeat;
    top: 94px;
    left: 95px;
}
.process-06{
    background: url("../images/num06.png") left top no-repeat;
    top: 126px;
    left: 746px;
}
.process-07{
    background: url("../images/num07.png") right top no-repeat;
    top: 110px;
    left: 30px;
}
.process-08{
    background: url("../images/num08.png") left top no-repeat;
    top: 127px;
    left: 710px;
}
.process-09{
    background: url("../images/num09.png") right top no-repeat;
    top: 156px;
    left: 20px;
}
/*合作流程 end*/







