/*-----------幻灯片-----------*/
.home-box {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

.banner-home {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    /*overflow:hidden;*/

}

/* css 重置 */

/* 本例子css */
.slideBox {
    width: 1920px;
    height: 680px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 880px;
    bottom: 15px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 20px;
    width: 15px;
    height: 15px;
    line-height: 10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 100%;
}

.slideBox .hd ul li.on {
    background: #29e23a;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 1920px;
    height: 680px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 15%;
    top: 35%;
    margin-top: -25px;
    display: block;
    width: 80px;
    height: 80px;
    margin-left: -40px;
}

.slideBox .next {
    left: 85%;
    top: 35%;
    margin-right: -50px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


.content3 {
    background: #e2e2e2;
    padding: 80px 0px;
}

.content4 {
    background: #ededed;
    padding: 80px 0px;
}

.content5 {
    padding: 80px 0px;
}

.rightbox {
    position: fixed;
    right: 0px;
    top: 300px;
}

.content1 {
    width: 100%;
    padding: 50px 0px;
    background: #f5f5f5;
    height: 280px;
}

.content1 .section1 {
    width: 1200px;
    margin: 0 auto;
}

.content1 .section1 ul {
    overflow: hidden;
}

.content1 .section1 ul li {
    width: 280px;
    height: 280px;
    background: #6CF;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    float: left;
    margin-left: 15px;
}

.content1 .section1 ul li span {
    display: block;
    color: #fff;
    font-size: 70px;
    text-align: center;
    line-height: 180px;
}

.content1 .section1 ul li h1 {
    text-align: center;
    color: #fff;
    line-height: 25px;
}

.content1 .section1 ul li p {
    text-align: center;
    color: #fff;
}

#rotate {
    background: #EAC02E;
}

#rotate1 {
    background: #FF7171;
}

#rotate2 {
    background: #56A5C1;
}

#rotate3 {
    background: #1FD8E3;
}

.content2 {
    width: 100%;
    background: #fff;
    padding: 50px 0px;
}

.content2 .section2, .content3 .section3 {
    width: 1200px;
    margin: 0 auto;
}

.content2 .section2 h1, .content3 .section3 h1 {
    text-align: center;
    line-height: 40px;
    font-size: 35px;
}

.content2 .section2 p, .content3 .section3 p {
    text-align: center;
    font-size: 16px;
    color: #888;
}

.content2 .section2 .line, .content3 .section3 .line {
    width: 360px;
    margin: 0 auto;
    margin-top: 20px;
}

.content2 .section2 .p1, .content3 .section3 .p1 {
    font-size: 14px;
    line-height: 25px;
}

.content2 .section2 .servicebox {
    width: 100%;
}

.content2 .section2 .servicebox ul {
    overflow: hidden;
    padding: 20px 0px;
}

.content2 .section2 .servicebox ul li {
    width: 230px;
    float: left;
    margin-left: 10px;
}

.content2 .section2 .servicebox ul li .imgbox, .content2 .section2 .servicebox ul li .imgbox1, .content2 .section2 .servicebox ul li .imgbox2, .content2 .section2 .servicebox ul li .imgbox3, .content2 .section2 .servicebox ul li .imgbox4 {
    margin: 0 auto;
    width: 110px;
    height: 110px;
    background: url(../image/service01.png) no-repeat center center;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
}

.content2 .section2 .servicebox ul li .imgbox:hover {
    background: url(../image/service01-h.png) no-repeat center center;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.content2 .section2 .servicebox ul li .imgbox1 {
    background: url(../image/service02.png) no-repeat center center;
}

.content2 .section2 .servicebox ul li .imgbox1:hover {
    background: url(../image/service02-h.png) no-repeat center center;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.content2 .section2 .servicebox ul li .imgbox2 {
    background: url(../image/service03.png) no-repeat center center;
}

.content2 .section2 .servicebox ul li .imgbox2:hover {
    background: url(../image/service03-h.png) no-repeat center center;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.content2 .section2 .servicebox ul li .imgbox3 {
    background: url(../image/service04.png) no-repeat center center;
}

.content2 .section2 .servicebox ul li .imgbox3:hover {
    background: url(../image/service04-h.png) no-repeat center center;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.content2 .section2 .servicebox ul li .imgbox4 {
    background: url(../image/service05.png) no-repeat center center;
}

.content2 .section2 .servicebox ul li .imgbox4:hover {
    background: url(../image/service05-h.png) no-repeat center center;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.content2 .section2 .servicebox h2 {
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

.content2 .section2 .servicebox .p2 {
    font-size: 14px;
    text-align: center;
}

.content3 {
    background: #f5f5f5;
}

/* 本例子css */
/* 本例子css */
.picScroll-left {
    width: 1200px;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}

.picScroll-left .hd {
    overflow: hidden;
    background: #f4f4f4;
    padding: 0 10px;
}

.picScroll-left .hd .prev, .picScroll-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    /*background: url("http://www.sdxhsoft.com/css/images/arrow.png") no-repeat;*/
}

.picScroll-left .hd .next {
    background-position: 0 -50px;
}

.picScroll-left .hd .prevStop {
    background: #c00;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    overflow: hidden;
    zoom: 1;
    zoom: 1;
    height: 30px;
    margin: 0 auto;
    margin-left: 30px;
    width: 100px;
    float: right;
}

.picScroll-left .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: #F90;
    border-radius: 100%;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    padding: 10px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 0px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-left: 10px;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 270px;
    height: 270px;
    display: block;
    padding: 2px;
    border-radius: 100%;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .title a {
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.content4 {
    width: 100%;
    height: 600px;
    background: url(../image/ban.jpg) center top no-repeat;
}

.aboutbox {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.aboutbox .about {
    width: 295px;
    float: left;
    border: 1px solid #e2e2e2;
}

.aboutbox .about .img_about {
    width: 100%;
    overflow: hidden;
    height: 200px;
}

.aboutbox .about .img_about img {
    width: 295px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
}

.aboutbox .about .img_about img:hover {
    transform: scale(1.2, 1.2);
}

.aboutbox .about h3 {
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.aboutbox .about p {
    line-height: 30px;
}

.content5 {
    width: 100%;
    background: url(../image/backimg.png) no-repeat center center;
}

.content5 .h_1, .content5 .section2 .p3 {
    color: #fff;
}

.content5 .section2 .p1 {
    color: #fff;
}

.map {
    width: 100%;
    overflow: hidden;
}

.map .addr {
    width: 600px;
    float: left;
}

#iframepage {
    margin-top: 30px;
    float: left;
}

.map .addr {
    margin-top: 30px;
}

.map .addr h4 {
    padding-left: 40px;
    background: url(../image/contact-us-icon.png) no-repeat 0 0;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}

.map .addr .tel {
    background: url(../image/contact-us-icon.png) no-repeat 0 -30px;
}

.map .addr .email {
    background: url(../image/contact-us-icon.png) no-repeat 0 -60px;
}

.map .addr .talent {
    background: url(../image/contact-us-icon.png) no-repeat 0 -90px;
}

.map .addr .addrline {
    background: url(../image/contact-us-icon.png) no-repeat 0 -120px;
}

.map .addr .bus {
    background: url(../image/contact-us-icon.png) no-repeat 0 -150px;
}

.about_dt {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
}

.about_dt img {
    float: left;
}

.textbox {
    width: 700px;
    float: right;
}

.textbox h2 {
    font-size: 22px;
}

.textbox h2 .orange {
    color: #FC3;
}

.textbox span {
    display: block;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
}

.content2 .textbox p {
    text-align: left;
    margin-top: 20px;
    line-height: 26px;
    font-size: 14px;
}

.content2 .ptbox {
    width: 1020px;
    margin: 0 auto;
}

.ban_ios {
    /*background: url(http://www.sdxhsoft.com/images/Ul5jX7zrvH.jpg) no-repeat center top;*/
    height: 400px;
}

.ban_android {
    /*background: url(http://www.sdxhsoft.com/images/IBW8EQBQJR.jpg) no-repeat center top;*/
    height: 400px;
}

.ban_weixin {
    /*background: url(http://www.sdxhsoft.com/images/T9S3go4Bei.jpg) no-repeat center top;*/
    height: 400px;
}

.ban_h5 {
    /*background: url(http://www.sdxhsoft.com/images/h5.png) no-repeat center top;*/
    height: 500px;
}

.ban_web {
    background: url(../image/AU1cfJkoDt.jpg) no-repeat center top;
    height: 400px;
}

.typebox {
    background: url(../image/t3xjjCmAkD.jpg) no-repeat center top;
    height: 400px;
}

.ios {
    width: 100%;
    background: #f5f5f5;
}
