@charset "utf-8";
.index-header{
    height: 660px;
    width: 100%;
    position: relative;
}
.index-header-top{
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -630px;
    z-index: 7;
}
.index-header-top .nav li ul{
    position: absolute;
    top: 36px;
    left: -37px;
    width: 140px;
    text-align: center;
    display: none;
    background-color: rgba(255,255,255,1);
    padding: 20px 0px;
    padding-bottom: 0px;
    z-index: 6;
}


.index-header-top .nav li ul li{
    float: none;
    margin-left: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 30px;
    padding-right: 30px;
}
.index-header-top .nav li ul li:first-child{
    box-shadow: rgba(0,0,0,0.3) 0 -5px 5px -5px;
}
.index-header-top .nav li ul li:hover{
    background-color: #f2f2f2;
}
.index-header-top .nav li ul li a{
    color: #333333;
}
.index-header-top .nav li:hover ul{
    display: block;
}
.index-header-top .nav li:hover li a{
    color: #333333!important;
    border-bottom: 0;
}
.index-header-top .nav li{
    position: relative;
    float: left;
    margin-left: 106px;
}
.index-header-top .nav{
    margin-top: 9px;
}
.index-header-top .nav li a{
    font-size: 15px;
    color: #ffffff;
}
.index-header-top .nav li:hover a{
    padding-bottom: 12px;
    color: #4d7cfe !important;
    border-bottom: 3px solid #4d7cfe;
}
.index-header-top .nav li.act a{
    color: #4d7cfe !important;
    padding-bottom: 12px;
    border-bottom:3px solid #4d7cfe;
}
.index-header-content{
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 660px;
    background-size: auto 660px;
}
.index-header-content h1{
    color: #ffffff;
    margin-top: 193px;
    font-size: 48px;
}
.index-header-detail{
    margin-top: 52px;
    font-size: 18px;
    color: #ffffff;
}
.index-header-detail span{
    margin:0 30px;
}
.index-header-detail span:nth-child(2){
    margin: 0 44px;
}
.index-header .arrow-left, .index-header .arrow-right{
    z-index: 7;
    display: block;
    position: absolute;
    width: 44px;
    height: 69px;
    text-align: center;
    line-height: 69px;
    opacity: 0.4;
    background-color: #000;
}
.index-header .arror-content{
    z-index: 7;
    position: absolute;
    margin-left: -600px;
    left: 50%;
    top: 50%;
    margin-top: -69px;
}
.index-header .arrow-left{
    left: 0;
}
.index-header .arrow-left:hover{
     opacity: 0.5;
}
.index-header .arrow-left:hover .icon-arrow-left{
    opacity: 1;
}
.index-header .arrow-right:hover .icon-arrow-right{
    opacity: 1;
}
.index-header .arrow-right:hover{
    opacity: 0.5;
}
.index-header .arrow-right{
    right: 0;
}
.index-header-bottom{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0,0.55);
    bottom: 0;
    height: 110px;
}
.index-header-bottom li{
    float: left;
    height: 110px;
    width: 300px;
    padding: 0 30px;
    padding-top: 22px;
}
.index-header-bottom li:hover{
    background-color: rgba(0, 0, 0,0.3);
}
.index-header-bottom li:hover .icon-index-fama{
    background-position: -412px -124px
}
.index-header-bottom li:hover .icon-index-num{
    background-position:-503px -119px;
}
.index-header-bottom li:hover .icon-index-shoped{
    background-position:-591px -124px;
}
.index-header-bottom li:hover .icon-index-search{
    background-position: -682px -116px;
}
.index-header-bottom span{
    font-size: 24px;
    color: #ffffff;
    display: block;
}
.index-header-bottom label{
    color: #bbb;
    font-size: 14px;
}
.index-header-bottom .index-detail{
    margin-left: 25px;
}
.index-header .pagination{
    z-index: 9;
    position: absolute;
    bottom: 130px;

    left: 50%;
    margin-left: -50px;
    height: 8px;
}
.index-header .pagination .swiper-pagination-switch{
    display: inline-block;
    margin: 0 10px;
    background-color: rgba(255, 255, 255, 0.6);
    height: 8px;
    width: 8px;
    border-radius: 8px;
    cursor: pointer;
}
.swiper-slide{
    background-position: center 0;
}
.index-header .pagination .swiper-pagination-switch.swiper-active-switch {
    background-color: rgb(255, 255, 255);
    width: 30px;
    height: 8px;
    border-radius:8px;
}
.sy-global{
    background-image: url(../res/bg/syglobal.jpg);
    height: 825px;
    width: 100%;
    background-size:auto 825px;
}
.sy-global h1{
    font-size: 30px;
    color: #ffffff;
    padding-top: 60px;
    text-align: center;
}
.sy-global h2{
    font-size: 14px;
    text-align: center;
    color: #85898e;
    padding-top: 28px;
}
.global{
    position: relative;
    width:1140px;
    height: 526px;
    margin: 35px auto;
    margin-top: 49px;
    background-image: url(../res/bg/global.png);
    background-repeat: no-repeat;
}
.region-list{
    position: relative;
}
.region-list {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes warn {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes warn {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
.dot{
    z-index: 888!important;
}
.area-box .dot {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #a2a9b4;
    opacity: 1;
    filter: alpha(opacity=100)
}

.area-box .pulse {
    position: absolute;
    top: -28px;
    left: -28px;
    height: 66px;
    width: 66px;
    border: 2px solid #b7b7b7;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
    -moz-box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
    box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: 0 0
}

.area-box .delay-01 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0
}

.area-box .delay-02 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}

.area-box .delay-03 {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s
}

.area-box .delay-04 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.area-box .delay-05 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.area-box .delay-06 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s
}

.area-box .delay-07 {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.area-box .delay-08 {
    -webkit-animation-delay: -.4s;
    -moz-animation-delay: -.4s;
    -o-animation-delay: -.4s;
    animation-delay: -.4s
}

.area-box .delay-09 {
    -webkit-animation-delay: -.8s;
    -moz-animation-delay: -.8s;
    -o-animation-delay: -.8s;
    animation-delay: -.8s
}

.area-box .delay-10 {
    -webkit-animation-delay: -1.2s;
    -moz-animation-delay: -1.2s;
    -o-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.area-box .delay-11 {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s
}

.region-list.active .area-box .dot {
    background: #4d7cfe
}

.region-list.active .area-box .pulse {
    border-color: #4d7cfe;
    top: -39px;
    left: -39px;
    height: 88px;
    width: 88px;
    -webkit-box-shadow: 0 0 12px #4d7cfe,0 0 20px #4d7cfe inset;
    -moz-box-shadow: 0 0 12px #4d7cfe,0 0 20px #4d7cfe inset;
    box-shadow: 0 0 12px #4d7cfe,0 0 20px #19356c inset
}

.region-list.waite .area-box .dot {
    background: #f90
}

.region-list.waite .area-box .pulse {
    border-color: #f90
}
.region-list.active .show-regin span {
    position: relative;
    color: #ccc;
}
.region-list:hover .show-regin{
   /* display: block;*/
}
.show-regin{
    display: block;
}
.show-regin.hover span{
    border:1px solid #9a9997;
    color: #fff !important;
    background-color: rgba(0,0,0,0.5);
}
.show-regin span {
    position: absolute;
    white-space: nowrap;
    left: 12px;
    top:-5px;
    padding: 3px 6px;
    font-size: 12px;
    color: #ccc;
    border:1px solid transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    z-index: 9999;
}
.region-list.waite .area-box .dot {
    background: #f90
}
.region-list.waite .area-box .pulse {
    border-color: #f90
}
.region-list.postition-1{
    left: 989px;
    top: 397px;
}
.region-list.postition-2{
    left: 1093px;
    top: 463px;
}

.region-list.postition-3 {
    left: 947px;
    top: 305px;
}
.region-list.postition-4 {
    left: 911px;
    top: 289px;
}
.region-list.postition-5 {
    left: 890px;
    top: 307px;
}
.region-list.postition-6 {
    left: 951px;
    top: 263px;
}
.region-list.postition-7 {
    left: 890px;
    top: 245px;
}
.region-list.postition-8 {
    left: 869px;
    top: 235px;
}
.region-list.postition-9 {
    left: 932px;
    top: 209px;
}
.region-list.postition-10 {
    left: 913px;
    top: 196px;
}
.region-list.postition-11 {
    left: 944px;
    top: 150px;
}
.region-list.postition-12 {
    left: 982px;
    top: 151px;
}
.region-list.postition-13 {
    left: 771px;
    top: 219px;
}
.region-list.postition-14 {
    left: 741px;
    top: 193px;
}
.region-list.postition-15 {
    left: 747px;
    top: 78px;
}
.region-list.postition-16 {
    left: 595px;
    top: 139px;
}
.region-list.postition-17 {
    left: 577px;
    top: 186px;
}
.region-list.postition-18 {
    left: 557px;
    top: 407px;
}
.region-list.postition-19 {
    left: 178px;
    top: 71px;
}
.region-list.postition-20 {
    left: 128px;
    top: 135px;
}
.region-list.postition-21 {
    left: 117px;
    top: 207px;
}
.region-list.postition-22 {
    left: 287px;
    top: 335px;
}
.region-list.postition-23 {
    left: 284px;
    top: 397px;
}
.region-list.postition-24 {
    left: 252px;
    top: 397px;
}

.postition-24 .show-regin span{
    top: 9px !important;
}
.postition-26 .show-regin span {
    top: 11px !important;
    left: -18px !important;
}
.postition-32 .show-regin span{
    top: -12px !important;
}
.postition-28 .show-regin span{
    left: -34px !important;
}
.postition-27 .show-regin span{
    left: -34px !important;
}
.postition-31 .show-regin span{
    left: 0px !important;
    top: 9px!important;
}
.postition-11 .show-regin span{

    top: 9px!important;
}
.region-list.postition-25 {
    left: 462px;
    top: 133px;
}
.region-list.postition-26 {
    left: 447px;
    top: 135px;
}
.region-list.postition-27 {
    left: 484px;
    top: 109px;
}
.region-list.postition-28{
    left: 466px;
    top: 89px;
}
.region-list.postition-29{
    left: 507px;
    top: 114px;
}
.region-list.postition-30{
    left: 520px;
    top: 92px;
}
.region-list.postition-31{
    left: 498px;
    top: 89px;
}
.region-list.postition-32{
    left: 505px;
    top: 78px;
}
.region-list.postition-33{
    left: 889px;
    top: 128px;
}
.region-list:hover .global-detail{
    display: block;
}
.region-list .show-regin span{
    position: relative;
}
.global-detail{
    cursor: auto;
    display: none;
    width:154px;
    position: absolute;
    padding: 10px;
    top: 2px;
    left: 5px;
    border-radius: 3px;
    border:1px solid #aaaeb7;
    background-color: rgba(50, 58, 77,0.7);
}
.global-detail-top{
    position: relative;
    padding:0 15px;
    border-bottom: 1px dashed #9299a5;
}
.global-detail-bottom{
    position: relative;
    padding:10px 15px;
}
.global-detail-bottom span:last-child{
    margin-bottom: 0;
}
.global-detail-top span, .global-detail-bottom span{
    color: #ffffff;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.global-detail-top:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    left: 0px;
    top: 7px;
}
.global-detail-bottom:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4d7cfe;
    left: 0px;
    top: 17px;
}
.no-bottom-line{
    border-bottom: 0 !important;
}
.global-description{
     float: right;
    border-bottom: 50px;
    color: #757a81;
}
.global-description span{
    margin-left: 36px;
}
.industry:before{
    content: '';
    width: 9px;
    margin-right: 10px;
    display: inline-block;
    height: 9px;
    border-radius: 50%;
    background-color: #4d7cfe;
}
.area:before{
    content: '';
    width: 9px;
    margin-right: 10px;
    display: inline-block;
    height: 9px;
    border-radius: 50%;
    background-color: #ff9901;
}
.sy-join{
    background-image: url(../res/bg/syjoin.jpg);
    width: 100%;
    height: 800PX;
    -webkit-background-size: auto 800px;
    background-size: auto 800px;
}
.sy-join h1{
    text-align: center;
    font-size: 28px;
    padding-top: 91px;
}
.sy-join h2{
    text-align: center;
    font-size: 14px;
    padding-top: 28px;
}
.service-wrap{
    padding: 0 55px;
    overflow: hidden;
    padding-top: 30px;
}
.service-wrap ul{
    font-size: 0;
    margin: 0 -10px;
    padding-bottom: 40px;
}
.service-wrap ul li{
    float: left;
    margin-right: 30px;
    width: 340px;
}
.service-wrap .service-item{
    max-width: 380px;
    margin: 0 auto;
}
.service-wrap .service-item:hover p .sy-dot{
    background-color: #fff;
}
.service-wrap .description-cont{
    position: relative;
    background: #fff;
    padding: 18px 28px 11px 28px;
    min-height: 184px;
}
.sy-area .service-wrap .description-cont{
    min-height: 140px;
    padding: 7px 28px 11px 28px;
}
.service-wrap .description-cont:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgba(75,134,252,1);
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
.service-wrap h4{
    display: inline-block;
    margin-bottom: 9px;
    font-size: 16px;
    color: #000;
    line-height: 1;
    position: relative;
    z-index: 2;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    padding-bottom: 10px;
    border-bottom: 3px solid #4d7cfe ;
}
.service-wrap li:hover h4{
    border-bottom: 3px solid #fff;
}
.service-wrap p{
    font-size: 14px;
    color: #333;
    line-height: 26px;
    position: relative;
    z-index: 2;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    padding-top: 7px;
}
.service-wrap .img-wrap{
    position: relative;
    overflow: hidden;
}
.service-wrap .img-vertion{
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.service-wrap .img-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.service-wrap .service-item:hover .img-mask{
    background: rgba(0,0,0,0.3);
}
.service-wrap .service-item:hover .img-vertion{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service-wrap .service-item:hover .description-cont:after{
    height: 100%;
}
.service-wrap .service-item:hover h4,
.service-wrap .service-item:hover p{
    color: #fff;
}
.img-vertion {
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}
.sy-platform{
    width: 100%;
    background-color: #fff;
    height: 760px;

}
.sy-platform h1{
    font-size: 28px;
    padding-top: 94px;
    text-align: center;
}
.sy-platform h2{
    font-size: 14px;
    padding-top: 23px;
    text-align: center;
}
.platform-img{
    margin-top:91px;
    text-align: center;
}
.sy-cover{
    background-color: #f5f5f5;
    width: 100%;
    height: 993px;
}
.sy-cover h1{
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
}
.sy-cover h2{
    font-size: 14px;
    text-align: center;
    padding-top: 28px;
    color: #888888;
}
.cover{
    text-align: center;
    margin-top: 60px;
}
.sy-system{
    width: 100%;
    height: 650px;
    background-image: url(../res/bg/systemimg.jpg);
    background-size:auto 650px;

}
.sy-system h1{
    font-size: 28px;
    text-align: center;
    padding-top: 90px;
}
.sy-system h2{
    font-size: 14px;
    text-align: center;
    width: 1065px;
    margin: 23px auto;
    line-height: 30px;
}
.system li{
    margin: 0 10px;
    margin-top: 30px;
    float: left;
    padding-top: 79px;
    border-radius: 3px;
    width: 280px;
    height: 314px;
    box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.2);
    text-align: center;
    background-color: #fff;
    transition: all .3s;
}
.system li:hover{
    margin-top: 12px;
}
.system li span{
    display: block;
    margin-top: 70px;
    font-size: 20px;
}
.system li label{
    display: block;
    font-size: 14px;
    color: #666666;
    margin-top: 14px;
}
.sy-science{
    width: 100%;
    background:url("../res/bg/science.png") no-repeat;
    height: 754px;
    background-size: auto;
    background-position: center 104px;

}
.sy-science h1{
    font-size: 28px;
    text-align: center;
    padding-top: 50px;
}
.sy-science h2{
    text-align: center;
    font-size: 14px;
    padding-top: 28px;
}
.sy-science{
    text-align: center;
}
.sy-science img{
    width: 100%;

     text-align: center;

}
.sy-global-system h1{
    padding-top: 50px;
    font-size: 28px;
    text-align: center;
    color: #fff;
}
.sy-global-system{
    height: 615px;
    width: 100%;
    background-image: url(../res/bg/sy-global-system.jpg);
    -webkit-background-size: auto 615px;
    background-size: auto 615px;
}
.sy-global-system h2{
    color: #bbb;
    font-size: 14px;
    text-align: center;
    padding-top: 27px;
}
.global-system{
    margin-top: 41px;
}
.global-system li{
    width: 240px;
    height: 413px;
    float: left;
    text-align: center;
    color: #ffffff;
    padding: 90px 20px 0 20px;
    box-sizing: border-box;
}
.global-system li span{
    font-size: 16px;
    display: block;
    margin-top: 48px;
    margin-bottom: 27px;
}

.global-system li p{
    font-size: 14px;
    text-align: left;
    line-height: 30px;
}
.global-system li:hover{
    background-image: -moz-linear-gradient(180deg, rgba(95,109,141,1) 0%, rgba(95,109,141,0.5) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgba(95,109,141,1),rgba(95,109,141,0.5) 100%);
    background-image: -ms-linear-gradient(180deg, rgba(95,109,141,1) 0%, rgba(95,109,141,0.5) 100%);
    background:linear-gradient(180deg, rgba(95,109,141,1) 0%, rgba(95,109,141,0.5) 100%);
}
.sy-company{
    height: 901px;
    width: 100%;
    background-color: #fff;
}
.sy-sub-centers{
    background-color: #f6f6f6;
}
.sy-company h1{
    text-align: center;
    font-size: 30px;
    padding-top: 90px;
    overflow: hidden;
}
.sy-company h2{
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #999999;
    padding-top: 56px;
}
.sy-company h2:before{
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    content: '';
    width: 104px;
    height: 1px;
    background-color: #dddddd;
}
.sy-company h2:after{
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 10px;
    content: '';
    width: 104px;
    height: 1px;
    background-color: #dddddd;
}
.index-company{
    margin-top: 60px;
    overflow: hidden;
    position: relative;
    height: 583px;
    padding: 0 10px;
    box-sizing: border-box;
}
.company-operating{
   width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -43px;
}
.company-left{
    z-index: 7;
    display: block;
    position: absolute;
    width: 44px;
    height: 69px;
    text-align: center;
    line-height: 69px;
    left: 0px;
    opacity: 0.4;
    background-color: #000;
}
.company-left:hover{
    opacity: 0.5;
}
.company-left:hover .icon-arrow-left{
    opacity: 1;
}
.company-right:hover{
    opacity: 0.5;
}
.company-right:hover .icon-arrow-right{
    opacity: 1;
}
.company-right{
    right: 16px;
    z-index: 7;
    display: block;
    position: absolute;
    width: 44px;
    height: 69px;
    text-align: center;
    line-height: 69px;
    opacity: 0.4;
    background-color: #000;
}
.index-company li{
    float: left;
    width: 296px;
    height: 190px;
    text-align: center;
    line-height: 190px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
}
.index-company li img{
    vertical-align: middle;
}
.compant-top li:last-child{
    border-right: 0;
}
.compant-bottom li{
    border-bottom: 0px;
}
.compant-bottom li:last-child{
    border-right: 0;
}
.compant-middle li:last-child{
    border-right: 0;
}
.logo-hover{
    width: 100%;
    height: 86px;
    position: absolute;
    z-index: 7;

}

.logo-hover.header-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    height: 86px;
    box-shadow: 0  0 15px rgba(0,0,0,0.1);
    background: rgba(255, 255, 255, 0.95);
}
.logo-hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: none;
    -webkit-transition: height .3s, background-color .3s;
    -moz-transition: height .3s, background-color .3s;
    transition: height .3s, background-color .3s;
}
.logo-hover.header-bg a{
    color: #333 !important;
}
.logo-hover:hover a{
    color: #333 !important;
}
.logo-hover:hover:before {
    content: '';
    height: 86px;
    box-shadow: 0  0 15px rgba(0,0,0,0.1);
    background: rgba(255, 255, 255, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
    -moz-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
}
.logo{
 width: 400px;
height: 50px;
background-image: url(../res/logo.png);
background-size: 400px 50px;
}
.logo-hover.header-bg .logo{
    background-image: url(../res/logo-black.png);
}
.logo-hover:hover .logo{
    background-image: url(../res/logo-black.png);
}
.piccolor{
    display: inline-block;;
}
.index-company li:hover{
    transition: opacity 2s cubic-bezier(.165,.84,.44,1);
    -moz-box-shadow:-1px 0px 16px rgba(100,100,100,.2), 2px 0px 5px rgba(100,100,100,.2);
    -webkit-box-shadow:-1px 0px 16px rgba(100,100,100,.2), 2px 0px 5px rgba(100,100,100,.2);
    box-shadow:-1px 0px 16px rgba(100,100,100,.2), 2px 0px 5px rgba(100,100,100,.2);
}
.index-company li:hover .piccolor{

    transition: transform ease .3s;
    -ms-transition: -ms-transform ease .3s;
    -moz-transition: -moz-transform ease .3s;
    -webkit-transition: -webkit-transform ease .3s;
    -o-transition: -o-transform ease .3s;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}
.index-company .swiper-slide{
    padding-top: 10px;
}
.sub-centers h4{
    font-size: 16px;
    font-weight: bold;
    margin-left: 40px;
   padding-top: 27px;
}
.sub-centers span{
    display: inline-block;
    font-size: 14px;
    margin: 12px 40px 30px;
}
.sub-centers span a:hover{
    color: #4b86fc;
    text-decoration: underline;
}
.footer{
    height: 160px;

}
.sy-footer{
    background-image: url(../res/bg/map-02.png);
    background-repeat: no-repeat;
    background-size: auto 160px;
    padding-top:70px;
    height: 160px;
    background-position: 151px 0;
}

.footer-item{
    position: relative;
    margin-left: 135px;
}
.footer-item h4{
    font-size: 16px;
    color: #cecece;
    margin-bottom: 30px;
}
.footer-item h4 a{
    font-size: 16px;
    color: #cecece;
}
.footer-item a{
    font-size: 14px;
    display: block;
    color: #676767;
    margin-bottom: 20px;
}
.footer-item a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.footer-item1{
   padding-left: 125px;
    margin-left: 47px !important;
}
.footer-item1:before{
    position: absolute;
    content: '';
    width: 1px;
    left: 0;
    top:0;
    bottom: 0;
    background-color: #303030;
}
.footer-bottom{
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 100%;
    background-color: #000;
    color: #959595;
}
h2{
	text-align: center;
	padding-top: 50px
	
}
.footer-hidth{
    text-align: center;
    line-height: 50px;
    height: 100%;
    width: 100%;
    background-color: #000;
    background-image: url(../res/bg/24-1.jpg);
}
.sy-area {
    height: 780px;
    width: 100%;

}
.sy-area h1{
    text-align: center;
    font-size: 28px;
    padding-top: 51px;
}
.sy-area h2{
    text-align: center;
    font-size: 20px;
    padding-top:7px;
}
.sy-area h3{
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding-top: 30px;
}
.sy-area h4{
    text-align: center;
    font-size: 14px;
    padding-top: 7px;
}
.sy-area .service-wrap{
    padding-top: 50px;
}
.sy-area .service-wrap p{
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}
.sy-cloud{
    background-image: url("../res/bg/qyyy-bg04.jpg");
    height: 560px;
    width: 100%;
    background-position: center 0;

}
.sy-cloud h1{
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    padding-top: 52px;
}
.sy-cloud h2{
    font-size: 20px;
    color: #ffffff;
    padding-top: 6px;
    text-align: center;
}
.cloud-title{
    width: 325px;
    color: #ffffff;
    font-size: 16px;
    margin-left: 130px;
    margin-top: 348px;
}
.cloud-content{
    width: 590px;
    margin-top:84px;
    color: #ffffff;
}
.cloud-content h2{
    font-size: 18px;
    text-align: left;
}
.cloud-content p{
    font-size: 14px;
    margin-top: 16px;
    line-height: 26px;
}
.cloud-content p:last-child{
    margin-top: 34px;
}
.sy-fujian{
    background-image: url(../res/bg/qyyy-bg03.jpg);
    height: 780px;
    width: 100%;
    background-position: center 0;
}
.sy-fujian h1{
    font-size: 28px;
    color: #333333;
    padding-top: 50px;
    text-align: center;
}
.fujian{
    margin-top: 30px;
}
.fujian img:first-child{
    margin-top: 115px;
    margin-left: 12px;
}
.sy-fujian-system{
    height: 560px;
    width: 100%;
    background-image: url(../res/bg/qyyy-bg02.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
}
.sy-fujian-system h1{
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    padding-top: 51px;
}
.sy-fujian-system h2{
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    padding-top: 17px;
    line-height: 24px;
}
.sy-fujian-system .service-wrap{
    padding: 0 60px;
    margin-top: 54px;
}
.sy-fujian-system .service-wrap ul li{
    width: 520px;
    margin-right: 40px;
}
.sy-fujian-system .service-wrap ul li:last-child{
    margin-right: 0px;
}
.sy-fujian-system .service-wrap .service-item{
    max-width: 520px;
}
.sy-fujian-system .service-wrap .description-cont{
    min-height: 58px;
    padding: 11px 28px;
}
.sy-fujian-system .img-vertion{
    min-height: 222px;
}
.sy-fujian-system .description-cont label{
    font-size: 18px;
}
.sy-fujian-system .service-wrap p{
    padding-top: 3px;
}
.sy-fujian-system .description-cont em{
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #7f7f7f;
    margin-bottom:5px;
    margin-left: 10px;
}
.sy-fujian-system .service-item:hover .description-cont em{
    background-color: #fff;
}
.sy-fujian-system .description-cont em.line-xian{
    margin-left: 5px;
    margin-right: 10px;
}
.sy-fujian-system .description-cont i{
    font-style: normal;
    vertical-align: 1px;
}
.sy-dot{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    background-color: #888888;
    vertical-align: 2px;
}
.mask-bigevent {
    position: fixed;
    background-image: url(../res/bg/sydsj-bg01.jpg);
    height: 88px;
    background-position: top center;
    width: 100%;
    z-index: 999;
}
.maskbuild{
    position: fixed;
    background-image: url(../res/bg/background-star02.jpg);
    height: 88px;
    background-position: top center;
    width: 100%;
    z-index: 999;
}
.business-apply-body .footer{
    margin-top: -1px;
}
.web-build{
    text-align: center;
   padding-top: 100px;
}
.web-build p{
    font-size: 20px;
    color: #848994;
}
.web-build img{
    margin-top: 40px;
    margin-bottom: 123px;
}


.query-form {
    line-height: 36px;/*长度*/
    padding: 60px 75px;
	margin-top:270px;
	
}

.query-title {
    font-size: 15px;
    margin-bottom: 1px;
	color: white;
}

.query-box {
    height: 42px;
    padding: 0 20px 0 10px;
    border: 1px solid #e4e4e4;
	width:650px;
	margin:0 auto;
}


.query-select-wrap {
    width: 80px;
    height: 40px;
    padding: 16px 10px 0 0;
    float: left;
    border-right: 1px solid #e4e4e4;
    margin-right: 20px;
}

.query-select {
    width: 100%;
    height: 36px;
    font-size: 18px;
    background-color: transparent;
}
select {
    border: 0;
}

.query-input{
	width:100%;
	height:100%;
	
}
.query-input-wrap {
    width: 530px;
    height: 36px;
    padding-top: 19px;
    float: left;
}


.query-button-wrap {
    width: 100px;
    float: right;
}


.d-serach-title {
 padding-top:50px;
 text-align:center;
 font-size:28px;
 color:#000
}
.d-index .code-prop-title::after {
 left:108px;
 bottom:-18px
}
.d-index .code-prop-desc {
 margin-top:43px;
 text-align:left
}
.d-sy-search {
 height:290px;
 width:100%;
 background-color:#fff
}
.d-search-input {
 margin:43px auto;
 width:700px;
 height:50px;
 margin-bottom:25px
}
.d-search-border {
 width:546px;
 height:50px;
 line-height:50px;
 border:1px solid #d5dce4
}
.d-search-mazhi {
 position:relative;
 margin-left:14px;
 font-size:14px;
 color:#000;
 cursor:pointer
}
.d-search-mazhi .icon-arr-down {
 margin-left:5px;
 vertical-align:1px
}
.d-search-mazhi:after {
 content:'';
 position:absolute;
 height:26px;
 background-color:#d5dce4;
 width:1px;
 top:-3px;
 right:-12px
}
.d-sy-enter {
 font-size:14px;
 border:0;
 margin-left:22px;
 height:27px;
 width:420px
}
.d-sy-button {
 width:152px;
 height:50px;
 background-image:-moz-linear-gradient(0deg,#4b86fc 0,#2167ff 100%);
 background-image:-webkit-linear-gradient(0deg,#4b86fc 0,#2167ff 100%);
 background-image:-ms-linear-gradient(0deg,#4b86fc 0,#2167ff 100%);
 background-image:linear-gradient(90deg,#4b86fc 0,#2167ff 100%);
 padding:0 5px;
 text-align:center;
 line-height:50px;
 color:#fff;
 border:0;
 margin-left:-1px;
 font-size:14px
}
.d-sy-button:hover {
 background-image:-moz-linear-gradient(0deg,#3f7af2 0,#1357ed 100%);
 background-image:-webkit-linear-gradient(0deg,#3f7af2 0,#1357ed 100%);
 background-image:-ms-linear-gradient(0deg,#3f7af2 0,#1357ed 100%)
}
.d-sy-list {
 position:relative
}
.d-sy-downlist {
 display:none;
 box-shadow:0 2px 6px 0 rgba(0,0,0,0.1);
 border:1px solid #dce0e2;
 background-color:#fff;
 min-width:102px;
 margin-left:-1px;
 z-index:9;
 top:48px;
 position:absolute
}
.d-sy-downlist li {
 font-size:14px;
 padding:10px 10px 11px 14px;
 line-height:normal;
 cursor:pointer;
 white-space:nowrap
}
.d-sy-downlist li:hover {
 color:#4b86fc
}
.d-sy-list.cur .d-sy-downlist {
 display:block
}
.d-sy-list.cur .d-search-mazhi {
 color:#4b86fc
}
.d-sy-list.cur .icon-arr-down {
 background-position:-31px -773px
}
.d-search-description {
 text-align:center;
 color:#666;
 font-size:12px
}
.d-sy-search .d-search-description {
 font-size:14px
}
.d-sy-title {
 text-align:center;
 color:#000;
 font-size:28px;
 padding-top:51px;
 padding-bottom:42px
}
.d-sy-description {
 height:526px;
 width:100%;
 background-image:url(../res/images/bg/d-sy-description.jpg);
 background-position:center
}
.icon-arr-down {

    background-position: -7px -773px;
    width: 12px;
    height: 6px;

}
.btn {

    display: inline-block;
    box-sizing: border-box;
    padding: 5px 20px;
    margin-left: 12px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #454b5d;

}
	 