@charset "utf-8";
*{ font-family: '微软雅黑'; }
body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,form,input,p,th,td{margin:0;padding:0;}
img{border:0;}
ul li dl dt dd {margin:0;padding:0;}
ul li {list-style:none;}
a:hover{ text-decoration: none; }
.left{ float: left; }
.right{ float: right; }
.clear{ clear: both; }
.container,.container div,.container-fluid,.container-fluid div{ padding: 0; }

.container{
    min-width: 1000px;
}
/*页头开始*/
.header{
    height: 100px;
    overflow: hidden;
    background: url("../images/header_bg.png") repeat;
}
.header .logo-pic{
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.header-nav-ul li{
    float: left;
    margin-left: 1px;
    padding: 35px;
    height: 100px;
    color:#353535;
    font-size: 18px;
    cursor: pointer;
}
.header-nav-ul li:hover{
    color: #15A3A5;
}
.header-nav-ul .fos{
    color: #15A3A5;
    border-top: 2px solid #15A3A5;
}
/*.header-nav-ul .fos:hover{
    color: #15A3A5;
}*/
/*页头结束*/
/*banner开始*/
@charset "utf-8";
*{margin:0;padding:0;}
li{list-style-type:none;}
a{text-decoration:none;}
body{
    min-width: 600px;
}
.banner{
    padding: 0;
    width: 100%;
}
/* rslides */
.rslides{
    position:relative;
    list-style:none;
    overflow:hidden;
    width:100%;
    padding:0;
    margin:0;
}
.rslides li{
    -webkit-backface-visibility:hidden;
    position:absolute;
    display:none;
    width:100%;
    left:0;
    top:0;
}
.rslides li:first-child{
    position:relative;
    display:block;
    float:left;
}
.rslides div{
    display:block;
    float:left;
    width:100%;
    height: 100%;
    border:0;
    /* background-size: cover;*/
}
.rslides .banner1{
    background: url("../images/banner1.png") center no-repeat;
}
.rslides .banner2{
    background: url("../images/banner3.png") center no-repeat;
}
/*pager*/
.callbacks_tabs.callbacks1_tabs{margin-top:-20px; position:relative;z-index:100;margin-bottom:20px;display: none;}
.callbacks_tabs.callbacks1_tabs li{display:inline-block;width:25px;height:5px;bottom: 5px;line-height: 10px; margin-left:5px;background-color: rgba(255,255,255,0.5);position:relative;}
.callbacks_tabs.callbacks1_tabs li a{display:inline-block;width:25px;height:5px;position:absolute; left:0; z-index:1000; color:rgba(100,200,300,0);color:transparent;}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a{background:rgba(0,0,0,0.5);}

/* Callback example */
.callbacks_container{
    margin-bottom:2px;
    position:relative;
    width:100%;
    height: 100%;
    max-width:100%;
    text-align:center;
}


.callbacks{
    position:relative;
    list-style:none;
    overflow:hidden;
    width:100%;
    height: 100%;
    padding:0;
    margin:0;
}
.callbacks li{
    position:absolute;
    width:100%;
    height: 100%;
    left:0;
    top:0;
}
.callbacks img{
    display:block;
    position:relative;
    z-index:1;
    width:100%;
    height: 100%;
    border:0;
}
.callbacks .caption{
    display:block;
    position:absolute;
    z-index:2;
    font-size:20px;
    text-shadow:none;
    color:#fff;
    background:#000;
    background:rgba(0,0,0, .8);
    left:0;
    right:0;
    bottom:0;
    padding:10px 20px;
    margin:0;
    max-width:none;
}
.callbacks_nav{
    position:absolute;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    top:50%;
    left:0;
    opacity:0.6;
    z-index:3;
    text-indent:-9999px;
    overflow:hidden;
    text-decoration:none;
    height:61px;
    width:38px;
    background:transparent url("../images/themes.gif") no-repeat left top;
    margin-top:-30px;
    display:none;
}
.callbacks_container:hover .callbacks_nav{display:block;}
.callbacks_nav:active{opacity:1.0;}
.callbacks_nav.next{
    left:auto;
    background-position:right top;
    right:0;
}

@media screen and (max-width:600px){
    .callbacks_nav{
        top:47%;
    }
}
/*动画开始*/
.arr-box{
    position: absolute;
    left: 0;
    bottom: 70px;
    z-index: 99999;
    width: 100%;
    height: 60px;
    text-align: center;
}
.arr-box .arr-down{
    opacity: 0.7;
    cursor: pointer;
}

@-webkit-keyframes shake {
    0%,20%,80%,100%  {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    30%,50%,70%{
        -webkit-transform:translateY(3px);
        transform:translateY(3px)
    }
    40%,60% {
        -webkit-transform:translateY(-3px);
        transform:translateY(-3px)
    }
}@keyframes shake {
     0%,20%,80%,100% {
         -webkit-transform:translateY(0);
         -ms-transform:translateY(0);
         transform:translateY(0)
     }
     30%,50%,70% {
         -webkit-transform:translateY(3px);
         -ms-transform:translateY(3px);
         transform:translateY(3px)
     }
     40%,60% {
         -webkit-transform:translateY(-3px);
         -ms-transform:translateY(-3px);
         transform:translateY(-3px)
     }
 }
.arr-down{
    -webkit-animation:shake 2s infinite;
    animation:shake 2s infinite;
}
.arr-box .arr-down:hover{
    -webkit-animation:shakeend 0s;
    opacity: 1;
}

@-webkit-keyframes shakeend
{
    0% {
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
    100% {
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
}
/*动画结束*/

/*banner结束*/
/*案例展示开始*/
.caseShow-ul{

}
.part{
    margin-top: 60px;
}
.part-header{
    text-align: center;
}
.part-header dt a{
    font-size: 30px;
    font-weight: 100;
    color: #028284;
}
.part-header dd{
    margin: 10px auto 70px;
}
.part-header dd a{
    font-size: 20px;
    color: #787c81;
}
.caseShow-ul li{
    position: relative;
    padding: 0 10px;
    height: 300px;
    overflow: hidden;
    /*border: solid 1px red;*/
}
.caseShow-box{
    position: absolute;
    left: 3%;
    top: 100%;
    z-index: 99;
    width: 94%;
    height: 100%;
    border: 1px solid #eee;
    overflow: hidden;
}
.caseShow-dl{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    background-color: rgba(30,163,172,0.9);
    opacity: 0;
    transition: all 0.3s ease-out;
}
.caseShow-dl a{
    color: #fff;
}
.caseShow-dl dt{
    margin-top: 129px;
    font-size: 30px;
    font-weight: 100;
}
.caseShow-dl .caseShow-info{
    margin-bottom: 10px;
    padding: 20px 20px 0 20px;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    height: 90px;
    overflow: hidden;
}
.caseShow-dl .caseShow-more{
    margin: 0 auto;
    padding: 0;
    width: 110px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #fff;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    cursor: pointer;
}
.caseShow-ul li:hover .caseShow-dl{
    opacity: 1;
}
.caseShow-more:hover{
    background-color: #fff;
    color: #787B80;
}
/*案例展示结束*/
/*业务范围结束*/
#business{
    margin-top: 110px;
    height: 750px;
    background-color: #EFEFEF;
    overflow: hidden;
}
.business-bg{
    position: relative;
    min-width: 1170px;
    height: 100%;
    background: url("../images/bg_case.png") no-repeat center;
}
.business-bg .part-header{
    margin-top: 100px;
}
.center-pic{
    margin: 85px auto 0;
    width: 208px;
    height: 208px;
    background: url("../images/pic_center.png") no-repeat;
}
.round{
    position: absolute;
    z-index: 999;
    width: 27px;
    height: 27px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #4982a9;
    border: 2px solid #4982a9;
}
.round p{
    margin-top: 34%;
    color: #4B83A6;
    font-size: 12px;
    opacity: 0;
}

.bigRound{
    width: 38px;
    height: 38px;
}
.bigRound p{
    margin-top: 27%;
}
.round-1 p{
    margin-top: 40%;
}
.round-1{
    top: 255px;
    left: 395px;
}
.round-2{
    top: 430px;
    left: 225px;
}
.round-3{
    top: 520px;
    left: 450px;
}
.round-4{
    top: 540px;
    left: 660px;
}
.round-5{
    top: 335px;
    left: 780px;
}
.round-6{
    top: 180px;
    left: 890px;
}
.round-7{
    top: 540px;
    left: 885px;
}
/*业务范围结束*/
/*合作伙伴开始*/
.partner{
    margin-top: 70px;
}
.partner-ul li{
    float: left;
    width: 20%;
}
.partner-ul li .pic-box{
    width: 180px;
    height: 130px;
    margin: 0 auto;
    border: 1px solid #333;
}
.showTb td{
    width: 200px;
    height: 130px;
}

/**/
.cont3_shows{
    width: 180px;
    height: 130px;
    display: inline-block;
}
.cont3_shows_info a{
    font-size: 14px;
}
/**/
/*合作伙伴结束*/
/*关于我们开始*/
#about{
    position: relative;
    height: 360px;
    background: url("../images/bg_contact.png") no-repeat;
}
#sanjiaoBox{
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 30px;
}
.sanjiao{
    margin: 0 auto;
    width:0;
    height:0;
    line-height:0;
    border-width:30px;
    border-style:solid;
    border-color: #fff transparent transparent transparent;
}
#about .about-ul{
    margin-top: 100px;
}
#about .about-ul li{
    position: relative;
    height: 180px;
}
#ewm_li{
    border-right: 1px solid #fff;
}
.logo-bottom{
    position: absolute;
    left: 0;
    top: -20px;
}
.ewm-dl{
    margin-top: 60px;
    margin-left: 60px;
}
.ewm-dl dd{
    margin-left: 30px;
}
.ewm-dl dd p{
    margin-top: 5px;
    text-align: center;
    color: #EBFEFC;
}
#about .about-ul .about-li{
    padding-left: 110px;
}
.about-color{
    width: 20px;
    height: 5px;
    background-color: #fff;
}
.about-dl dt{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: '黑体';
    font-size: 24px;
    color: #fff;
}
.about-dl dd{
    float: left;
    margin-top: 15px;
    margin-right: 50px;
}
.about-dl dd a{
    font-size: 16px;
    color: #EBFEFC;
}
.about-dl dd a:hover{
    color: #0F294A;
}
#about .about-ul .connect-li{
    padding: 0;
}
.connect-dl dd{
    margin-right: 30px;
}
/*关于我们结束*/
/*页脚开始*/
.footer{
    padding-top: 30px;
    height: 80px;
    text-align: center;
    color: #969DA7;
    background-color: #0F294A;
}
/*页脚结束*/
/*联系我们开始*/
.top-pic{
    padding-top: 55px;
    height: 160px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background: url("../images/bg_heading.png") no-repeat;
    background-size: cover;
}
.adr-bg{
    padding-top: 60px;
    padding-bottom: 120px;
    background-color: #EFEFEF;
}
.adr-bg .adr-ul{
    padding-top: 40px;
    height: 410px;
    background-color: #fff;
    box-shadow: 1px 1px 2px 3px #ddd;
}
.adr-bg .adr-ul li{
    padding-left: 70px;
}
.adr-bg .adr-ul .email-li{
    padding-left: 100px;
}
.adr-bg .adr-ul dt{
    margin-bottom: 25px;
    font-weight: 100;
    font-size: 28px;
    color: #0e294a;
}
.adr-bg .adr-ul dd{
    margin-bottom: 15px;
    font-size: 16px;
    color:#787c81;
}
.adr-bg .adr-ul .route{
    width: 265px;
    line-height: 30px;
}
.map-bg h4{
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 24px;
    color: #0e294a;
    font-weight: 100;
}
.map-bg .map-box{
    height: 600px;
    border: 1px solid #D1D3D2;
}
/*联系我们结束*/
/*合作伙伴开始*/
#partner1{
    position: relative;
    height: 500px;
    overflow: hidden;
    background: url("../images/partner/bg_guojia-.png") repeat;
}
.partner-bg{
    position: absolute;
    top: 0;
    height: 100%;
}
.partner1-bg{
    left: 15%;
    width: 40%;
}
#partner1 .partner1-left{
    padding-top: 130px;
    height: 500px;
}
.partner1-left dt{
    margin-bottom: 25px;
    font-size: 44px;
    color: #214bc4;
}
.partner1-left dd{
    margin-bottom: 15px;
    font-size: 16px;
    color: #353535;
}
#partner1 .partner1-right{
    margin-top: 150px;
    position: relative;
    /*border: 1px solid red;*/
    height: 360px;
}
.partner1-right .pic{
    position: absolute;
    top: 0;
    z-index: 99;
    width: 260px;
    height: 200px;
    box-shadow: 1px 1px 5px 1px #ddd;
    opacity: 0;
}
.partner1-pic1{
    left: 190px;
}
.partner1-pic2{
    left: 520px;
}
.partner1-pic3{
    left: 850px;
}
#partner2{
    position: relative;
    height: 510px;
    background-color: #78acdc;
    overflow: hidden;
}
.partner2-bg{
    width: 25%;
    right: 13%;
}
#partner2 .partner2-left{
    position: relative;
    margin-top: 70px;
    height: 370px;
}
#partner2 .partner2-left .pic{
    position: absolute;
    top: 0;
    z-index: 99;
    width: 180px;
    height: 370px;
    opacity: 0;
}
.partner2-pic1{
    left: -100px;
}
.partner2-pic2{
    left: 100px;
}
.partner2-pic3{
    left: 300px;
}
.partner2-pic4{
    left: 500px;
}
#partner2 .partner2-right{
    position: relative;
    padding-top: 60px;
    padding-left: 80px;
    height: 510px;
}
#partner2 .partner2-right dt{
    margin-bottom: 25px;
    font-size: 44px;
    color: #fff;
}
#partner2 .partner2-right dd{
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
}
#partner3{
    position: relative;
    height: 549px;
    background-color: #f0f0f0;
}
.partner3-bg{
    left: 5%;
    width: 40%;
}
#partner3 .partner3-left{
    padding-top: 140px;
}
#partner3 .partner3-left dt{
    margin-bottom: 25px;
    font-size: 44px;
    color: #ff5454;
}
#partner3 .partner3-left dd{
    margin-bottom: 15px;
    font-size: 16px;
    color: #353535;
}
#partner3 .partner3-right{
    position: relative;
    margin-top: 70px;
    height: 410px;
}
#partner3 .partner3-right .pic{
    position: absolute;
    top: 115px;
    left: 350px;
    z-index: 116;
    box-shadow: 1px 1px 5px 1px #aaa;
    opacity: 0;
}
.partner3-pic2{
    z-index: 110;
}
.partner3-pic3{
    z-index: 104;
}
.partner3-pic4{
    z-index: 109;
}
.partner3-pic5{
    z-index: 107;
}
.partner3-pic6{
    z-index: 115;
}
.partner3-pic7{
    z-index: 113;
}
.partner3-pic8{
    z-index: 103;
}
.partner3-pic9{
    z-index: 108;
}
.partner3-pic10{
    z-index: 114;
}
.partner3-pic11{
    z-index: 111;
}
.partner3-pic12{
    z-index: 105;
}
.partner3-pic13{
    z-index: 102;
}
.partner3-pic14{
    z-index: 101;
}
.partner3-pic15{
    z-index: 112;
}
.partner3-pic16{
    z-index: 106;
}
#partner4{
    position: relative;
    height: 500px;
}
.partner4-bg{
    width: 30%;
    right: 7%;
}
#partner4 .partner4-left{
    position: relative;
    margin-top: 105px;
    width: 751px;
    height: 300px;
    overflow: hidden;
}
.partner4-left .pic{
    position: absolute;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 140px;
    opacity: 0;
}
.partner4-pic1{
    top: 150px;
}
.partner4-pic2{
    top: 300px;
}
#partner4 .partner4-right{
    padding-top: 90px;
    padding-left: 150px;
}
#partner4 .partner4-right dt{
    margin-bottom: 25px;
    font-size: 44px;
    color: #12a4a6;
}
#partner4 .partner4-right dd{
    margin-bottom: 15px;
    font-size: 16px;
    color: #353535;
}
/*合作伙伴结束*/
/*业务范围开始*/
#businessNav{
    margin: 60px auto 80px;
    position: relative;
    width: 900px;
    height: 35px;
}
#businessNav #line{
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #F7C121;
}
#businessNav li{
    padding: 0 38px;
    float: left;
    cursor: pointer;
    line-height: 20px;
    color: #353535;
    font-size: 18px;
    text-align: center;
    border-left: 1px solid #B9B9B9;
}
#businessNav .first-li{
    /*width: 26%;*/
    border: none;
}
#businessNav li span{
    /*border-bottom: 3px solid red;*/
}
#businessNav li:hover,#businessNav li .fos{
    color: #15A3A5;
}
.businessContent{
    display: none;
}
.businessContentFos{
    display: block;
}
.businessContentTop dt{
    font-size: 40px;
    font-weight: 100;
    text-align: center;
}
.businessContentTop dd{
    margin:25px auto 50px;
    width: 842px;
    line-height: 25px;
    text-align: center;
    color: #5E5E5E;
}
.businessContent1 .businessContentTop dd{
    width: 650px;
}
/*.businessContent3 .businessContentTop dd{
    width: 710px;
}*/
.businessContent5 .businessContentTop dd{
    width: 720px;
}
.businessContent-ul{
    margin-bottom: 100px;
}
.businessContent2 .businessContent-ul{
    margin-bottom: 60px;
}
.businessContent-ul li{
    padding: 3px;
}
.businessContent-ul li .pic-box{
    position: relative;
    width: 100%;
    height: 250px;
    text-align: center;
    overflow: hidden;
}
.businessContent1 .businessContent-ul li .pic-box{
    text-align: left;
}
.businessContent1 .businessContent-ul .pic-box2{
    color: #fff;
    background-color: #09b391;

}
.businessContent1 .businessContent-ul .pic-box2 .sign{
    margin: 35px auto 15px;
    width: 30px;
    height: 5px;
    background-color: #fff;
}
.businessContent1 .businessContent-ul .pic-box2 dl{
    text-align: center;
}
.businessContent1 .businessContent-ul .pic-box2 dt{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 100;
}
.businessContent1 .businessContent-ul .pic-box2 dd{
    margin-bottom: 5px;
}
.businessContent-ul li .pic-box p{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    width: 100%;
    height: 55px;
    font-size: 20px;
    line-height: 55px;
    color: #fff;
}
.businessContent2 li .pic-box{
    border: 1px solid #e5e5e5;
}
.businessContent2 li .pic-box img{
    width: 180px;
    height: 180px;
    /*border: 1px solid #e5e5e5;*/
}
.businessContent2 li .pic-box p{
    position: relative;
    padding: 0;
    font-size: 20px;
    color: #353535;
}
.businessContent-fluid{
    text-align: center;
    background-color: #F6F6F6;
}
.businessContent2 .businessContent-fluid{
    height: 740px;
}
.businessContent4 .businessContent-fluid{
    margin-top: 65px;
    height: 520px;
    background-color: #ebf4f3;
}
.businessContent3-ul li{
    margin-bottom: 60px;
    padding: 0;
    height: 450px;
}
.businessContent3-ul li .pic-box{
    width: 100%;
    height: 100%;
}
.businessContent3-ul li .pic-box2{
    height: 380px;
}
.businessContent3-ul .right-info-box{
    padding: 80px 10px 10px 55px;
    height: 450px;
    /*border: 1px solid red;*/
}
.businessContent3-ul .left-info-box{
    padding: 10px 50px 10px 35px;
    height: 450px;

}
.businessContent3-ul .sign-box{
    width: 109px;
    height: 80px;
}
.businessContent3-ul .info-box h2{
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 36px;
    font-weight: 100;
    color: #353535;
}
.businessContent3-ul .info-box p{
    color: #787c81;
}
.businessContent4 .characteristic{
    margin: 0 auto;
    width: 700px;
    height: 300px;
}
.businessContent4 .characteristic-dl dt{
    margin-top: 90px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #353535;
    font-weight: 100;
}
.businessContent4 .characteristic-dl dd{
    margin-bottom: 15px;
    font-size: 16px;
    color: #787c81;
}
.businessContent4 h2{
    margin: 80px auto;
    width: 100%;
    text-align: center;
}
.businessContent4 .businessContent-fluid .pic-ul{
    padding-top: 110px;
    padding-left: 65px;
    margin: 0 auto;
    width: 1200px;
    height: 250px;
    background: url("../images/business/pic22.png") no-repeat;
}
.businessContent4 .businessContent-fluid .pic-ul li{
    float: left;
    margin-left: 138px;
    font-size: 24px;
    color: #353535;
}
.businessContent4 .bottom-dl{
    margin-bottom: 90px;
}
.businessContent4 .bottom-dl dd{
    padding: 0 25px;
}
.businessContent4 .bottom-dl dd div{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.businessContent4 .bottom-dl dd img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
}
.businessContent4 .bottom-dl dd img:hover{
    transform: scale(1.1,1.1);
}
.businessContent4 .bottom-dl dd p{
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #353535;
}
.businessContent5 .businessContent-ul .pic-box img{
    transition: all 0.3s ease-out;
}
.businessContent5 .businessContent-ul .pic-box img:hover{
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
/*业务范围结束*/
/*关于殊胜开始*/
.fontSize30{
    font-size: 30px;
    color: #353535;
    font-weight: 100;
}
.fontSize18{
    font-size: 18px;
    color: #353535;
    font-weight: 100;
}
.fontSize16{
    font-size: 16px;
    color: #353535;
    font-weight: 100;
}
#define dl{
    margin-top: 100px;
}
#define dt{
    margin-bottom: 50px;
}
#define dl dd{
    margin-bottom: 20px;
    line-height: 35px;
}
#define dl .info{
    color: #787c81;
}
#define .pic-box{
    margin-top: 100px;
    text-align: center;
}
#define .redTitle{
    margin-bottom: 5px;
    position: relative;
    width: 370px;
    height: 40px;
    font-size: 40px;
    color: #f44e24;
}
#define .redTitle img{
    position: absolute;
    top: -10px;
    left: -47px;
}
#define .redTitle .rightSign{
    left: 380px;
}
#define .pic-box2{
    margin-top: 160px;
}
#aboutShow{
    margin-top: 120px;
    height: 580px;
    background-color: #EFF2F7;
}
#aboutShow h2{
    margin-top: 50px;
}
#aboutShow .aboutShowBg{
    position: relative;
    margin: 50px auto 0;
    width: 1090px;
    height: 400px;
}
#aboutShow .aboutShowBg .sign{
    position: absolute;
    top: -10px;
    left: -14px;
    width: 15px;
    height: 15px;
}
#aboutShow .aboutShow{
    position: relative;
    width: 1090px;
    height: 380px;
    overflow: hidden;
}
#moveBox{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    height: 380px;
}
.aboutShow dl{
    float: left;
    width: 360px;
    height: 380px;
}
.aboutShow dl dt{
    width: 360px;
    height: 33px;
    background: url("../images/about/pic_time-line.png") no-repeat;
}
.aboutShow dl dd{
    margin-left: 95px;
}
.aboutShow dl .year{
    margin-top: 15px;
    width: 70px;
    height: 70px;
    color: #fff;
    background: url("../images/about/circle2.png") no-repeat;
    border-radius: 50%;
    box-shadow: 0 4px 8px 1px #A6B3B3;
    cursor: pointer;
}
.aboutShow dl .year:hover{
    color: #F7C121;
}
.aboutShow dl .year p{
    padding-top: 16px;
    width: 100%;
    font-size: 24px;
    text-align: center;
}
.aboutShow dl .info h3{
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #353535;
}
.aboutShow dl .info p{
    width: 240px;
    line-height: 35px;
    font-size: 16px;
    color: #787c81;
}
.sign-ul{
    margin: 0 auto;
    width: 70px;
}
.sign-ul li{
    float: left;
    margin: 0 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
.sign-ul li:hover,.sign-ul li.fos{
    background-color: #14A4A5;
}










#team{
    margin-top: 80px;
    margin-bottom: 100px;
}
#team dt{
    margin-bottom: 50px;
    padding-left: 7px;
}
#team dd{
    float: left;
    padding: 0 7px;
    width: 20%;
    height: 300px;
}
#team dd .pic-box{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#team dd img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
}
#team dd:hover img{
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
#team dd p{
    position: absolute;
    left: 0;
    top: 133px;
    z-index: 99;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
#aboutMap{
    background-color: #13253B;
}
#aboutMap .about-map{
    margin: 0 auto;
    position: relative;
    width: 794px;
    height: 700px;
    background: url("../images/about/map.png") no-repeat;
}
#aboutMap .about-map h2{
    margin-top: 55px;
    font-size: 30px;
    color: #fff;
}
#aboutMap .about-map ul{
    margin-top: 290px;
    margin-right: 20px;
}
#aboutMap .about-map ul li{
    margin-top: 18px;
    color: #fff;
}
#aboutMap .about-map ul li span{
    margin-right: 20px;
    padding: 0 20px;
    height: 20px;
}
#aboutMap .about-map dd{
    position: absolute;
    z-index: 99;
    cursor: pointer;
}
.chongqing{
    top: 420px;
    left: 425px;
    width: 55px;
    height: 55px;
}
.chengdu{
    top: 390px;
    left: 325px;
    width: 100px;
    height: 100px;
}
.hefei{
    top: 375px;
    left: 550px;
    width: 56px;
    height: 70px;
}
.guangzhou{
    top: 520px;
    left: 480px;
    width: 105px;
    height: 70px;
}
.hainan{
    top: 606px;
    left: 468px;
    width: 35px;
    height: 30px;
}
.beijing{
    top: 265px;
    left: 539px;
    width: 35px;
    height: 38px;
}
#aboutMap .about-map dd p{
    position: relative;
}
#aboutMap .about-map dd p img{
    position: absolute;
    top: -155px;
    right: 5px;
    display: none;
}
#aboutMap .about-map .chongqing p img{
    display: block;
}
#aboutMap .about-map .chengdu p img{
    top: -125px;
    right: 15px;
}
#aboutMap .about-map .guangzhou p img{
    right: 18px;
}
#aboutMap .about-map .hefei p img{
    top: -140px;
    right: -6px;
}
#aboutMap .about-map .hainan p img{
    top: -170px;
    right: -20px;
}
#aboutMap .about-map .beijing p img{
    top: -170px;
    right: -17px;
}
/*关于殊胜结束*/
/*全景3D开始*/
#viewTop{
    position: relative;
    height: 500px;
    background: url("../images/view/bg1.png") no-repeat;
}
#viewTop h2{
    margin-top: 217px;
    width: 100%;
    text-align: center;
    text-shadow: 1px 2px 2px #333;
    font-size: 60px;
    font-weight: 100;
    color: #fff;
}
#viewBg{
    height: 200px;
    background: url("../images/view/bg2.png") no-repeat;
}
#viewBg dt{
    margin-top: 79px;
}
#viewBg dd{
    margin-top: 55px;
    line-height: 30px;
}
.viewName{
    margin: 60px auto 0;
    width: 330px;
    text-align: center;
}
.viewName .line{
    margin-top: 20px;
    width: 80px;
    height: 2px;
    background-color: #C6CDD3;
}
.viewName .name{
    margin: 0 25px;
}
.introduce-dl{
    margin-top: 60px;
    margin-bottom: 15px;
    padding: 0;
}
.introduce-dl .introduce-dt{
    padding: 0;
    height: 360px;
    text-align: center;
    background-color: #12b0a2;
    color: #fff;
}
.introduce-dl .introduce-dt2{
    background-color: #eda034;
}
.introduce-dl .introduce-dt h4{
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 24px;
}
.introduce-dl .introduce-dt p{
    margin-bottom: 25px;
}
.introduce-dl dd{
    padding-left: 20px;
    padding-right: 0;
    height: 360px;
}
.introduce-dl dd .pic-box{
    margin-bottom: 20px;
    height: 280px;
    width: 100%;
    overflow: hidden;
}
.introduce-dl dd .pic-box img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
}
.introduce-dl dd .pic-box img:hover{
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.introduce-dl dd p{
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    font-size: 16px;
    color: #353535;
}
.introduce-dl dd p span{
    font-size: 24px;
}
.introduce-dl dd .introduce-info{
    color: #787c81;
}
.introduce-dl .last-dd{
    margin-top: -60px;
    height: 30px;
    overflow: hidden;
}
#advantage{
    margin-top: 70px;
    height: 1370px;
    background-color: #4f81c6;
}
#advantage .viewName{
    margin-bottom: 20px;
}
#advantage .viewName .name{
    color: #fff;
}
#advantage .viewName .line{
    background-color: #fff;
}
#case .viewName{
    margin-bottom: 10px;
}
#case{
    margin-bottom: 80px;
}
#case p{
    margin-top: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
}
/*全景3D结束*/
#goTop{
    position: fixed;
    right: 50px;
    bottom: 450px;
    z-index: 999;
    width: 100px;
    height: 90px;
    background: url("../images/icon_back.png") no-repeat;
    cursor: pointer;
    display: none;
    opacity: 0.5;
}
#goTop:hover{
    opacity: 1;
    background: url("../images/icon_back-2.png") no-repeat;
}
@media screen and (max-width: 1200px) {
    .about-dl dd{
        margin-right: 35px;
    }
    .connect-dl dd{
        margin-right: 18px;
    }
}


@media screen and ( max-height: 700px ) {
    .arr-box{
        bottom: 20px;
    }
}



















