﻿* {
    margin: 0;
    padding: 0;
}

#wrap {
    height: 300px;
}
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
    clear:both;
}

.miscbox {
    position: absolute;
    bottom: 480px;
}
#wrap {
    background: #1158e7 url('../images/succase-bj.jpg') no-repeat center bottom;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin-top: 72px
}
#wrap a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.12);
    border: 1px solid #fff;
    margin: 0 10px;
    text-decoration: none;
}
#wrap a:hover {
    background-color: rgba(0,0,0,.2);
}
#wrap h2{
    line-height: 44px;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    margin: 50px 0 20px;
}
.wave1 {
    position: absolute;
    z-index: 3;
    bottom: 0;
    margin-top: 50px;
    width: 100%;
    color: #999;
    background: url('../images/bl.png') repeat-x 0 0;
    -webkit-animation: 8s linear 0s none infinite tweenxx;
    -moz-animation: 8s linear 0s none infinite tweenxx;
    animation: 8s linear 0s none infinite tweenxx;
}
.wave {
    height: 100px;
    background: url('../images/bl.png') repeat-x 330px 0;
    -webkit-animation: 10s linear 0s none infinite tweenx;
    -moz-animation: 10s linear 0s none infinite tweenx;
    animation: 10s linear 0s none infinite tweenx;
}
@-webkit-keyframes tweenx {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1600px 0;
    }
}
@-moz-keyframes tweenx {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1600px 0;
    }
}
@keyframes tweenx {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1600px 0;
    }
}
@-webkit-keyframes tweenxx {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1600px 0;
    }
}
@-moz-keyframes tweenxx {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1600px 0;
    }
}
@keyframes tweenxx {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1600px 0;
    }
}
.tower {
    background: url('../images/un_pic.png') no-repeat;
}
.tower {
    position: absolute;
    z-index: 2;
    top: 59px;
    left: 30px;
    width: 116px;
    height: 320px;
    background-size: 90%;
}
.towerlight {
    position: absolute;
    z-index: 1;
    left: 52px;
    top: 166px;
    width: 38px;
    height: 52px;
    background-color: #fefa90;
    box-shadow: 0 0 50px rgba(255, 248, 74, 1);
    -webkit-animation: 3s linear 0s none infinite light;
    -moz-animation: 3s linear 0s none infinite light;
    animation: 3s linear 0s none infinite light;
}
@-webkit-keyframes light {
    0% {
        box-shadow: 0 0 50px rgba(255, 254, 165, 1);
    }
    50% {
        box-shadow: 0 0 10px rgba(255, 248, 74, 1);
    }
    100% {
        box-shadow: 0 0 50px rgba(255, 254, 165, 1);
    }
}
@-moz-keyframes light {
    0% {
        box-shadow: 0 0 50px rgba(255, 254, 165, 1);
    }
    50% {
        box-shadow: 0 0 10px rgba(255, 248, 74, 1);
    }
    100% {
        box-shadow: 0 0 50px rgba(255, 254, 165, 1);
    }
}
@keyframes light {
    0% {
        box-shadow: 0 0 50px rgba(255, 254, 165, 1);
    }
    50% {
        box-shadow: 0 0 10px rgba(255, 248, 74, 1);
    }
    100% {
        box-shadow: 0 0 50px rgba(255, 254, 165, 1);
    }
}
.beam {
    position: absolute;
    z-index: 3;
    left: -232px;
    top: 75px;
    width: 648px;
    height: 198px;
    background: url('../images/beam.png') no-repeat;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-transform-origin: 308px 115px;
    transform-origin: 308px 115px;
    -webkit-animation: 10s linear 0s none infinite beam;
    -moz-animation: 10s linear 0s none infinite beam;
    animation: 10s linear 0s none infinite beam;
}
@-webkit-keyframes beam {
    0% {
        -webkit-transform: rotate(15deg);
    }
    50% {
        -webkit-transform: rotate(65deg);
    }
    100% {
        -webkit-transform: rotate(15deg);
    }
}
@keyframes beam {
    0% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(65deg);
    }

    100% {
        transform: rotate(15deg);
    }
}
.font{
    padding:100px 0 50px 0;
    font-size:30px;
    font-family:microsoft yahei;
}
.container{
    margin:0 auto;
    width:960px;
    position:relative;
    height:100%;
}
  a{
            font-family: "Microsoft YaHei", 微软雅黑, PingFangSC-Light, "Hiragino Sans GB", OpenSans, "Myriad Pro";
        }
        .clear{
            content:"";
            display:table;
            clear:both;
        }
        .tab{
            height: 30px;padding-right: 33px;color: #0e1a36;    margin-top: 20px;cursor: pointer;
            margin-right: -2px;
        }
        .tabhover{
            height: 30px;padding-right: 30px;border-right: 3px solid #1054ff;color: #1054ff;cursor: pointer;
            margin-right: -2px;
            margin-top: 20px;
        }
        .tab:hover{
            height: 30px;padding-right: 30px;border-right: 3px solid #1054ff;color: #1054ff;margin-top: 20px;cursor: pointer;
            margin-right: -2px;
        }

 .contect{
            position: absolute;
            width: 100%;
        }
        .cgalbd{
            position: relative;
            height: 2200px;
        }
  /* 必要布局样式css */
        .case-content-bg{
            padding-bottom: 0;
            height: 1245px;
            /*background: url(images/case-background.png) no-repeat;*/
            background-size: cover;
            background-position: center 50%;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }

        .case-content-info{
            background-position: center 10%;
            /*padding: 80px 0;*/
        }
        .case-box{
            width: 1180px;
            margin: 0 auto;
            position: relative;
        }

        .case-box-title{
            text-align: center;
            color: #fff;
            font-weight:normal;
            height: 10px;
            /*padding-bottom:40px;*/
        }

        .case-box-title em{
            display: block;
            /*margin-bottom: 14px;*/
            font-style: normal;
            font-size: 30px;
            font-weight: normal;

        }

        .case-box-title span{
            font-size: 16px;
            opacity: .6;
            color: #fff;
            text-align: center;
        }

        .case-item{
            cursor: pointer;
            width: 280px;
            height: 390px;
            float: left;
            display: block;
            margin: 20px 0 0 0;
            position: relative;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            background-image: -webkit-linear-gradient(bottom, rgba(72, 72, 79, 0.9) 0%, #33333a 100%);
            background-image: -moz-linear-gradient(bottom, rgba(72, 72, 79, 0.9) 0%, #33333a 100%);
            background-image: -moz-linear-gradient(to top, rgba(72, 72, 79, 0.9) 0%, #33333a 100%);
            background-image: -o-linear-gradient(to top, rgba(72, 72, 79, 0.9) 0%, #33333a 100%);
            background-image: linear-gradient(to top, rgba(72, 72, 79, 0.9) 0%, #33333a 100%);
            background-repeat: repeat
        }

        .case-wrapper .case-item:hover {
            margin-top: 0;
            height: 430px
        }

        .case-item-bg1{
            margin: auto;
            background: url(../images/case-logo001.jpg) no-repeat center;
            background-size: contain;

        }

        .case-item-bg2{
            margin: auto;
            background: url(../images/case-logo002.jpg) no-repeat center;
            background-size: contain;

        }

        .case-item-bg3{
            margin: auto;
            background: url(../images/case-logo001.jpg) no-repeat center;
            background-size: contain;

        }

        .case-item-bg4{
            margin: auto;
            background: url(../images/case-logo004.jpg) no-repeat center;
            background-size: contain;

        }

        .case-item-bg5{
            margin: auto;
            background: url(../images/case-logo005.jpg) no-repeat center;
            background-size: contain;

        }

        .case-item-bg6{
            margin: auto;
            background: url(../images/case-logo006.jpg) no-repeat center;
            background-size: contain;

        }

        .case-item-bg8{
            margin: auto;
            background: url(../images/case-logo008.jpg) no-repeat center;
            background-size: contain;

        }
        .case-item-bg9{
            margin: auto;
            background: url(../images/case-logo009.jpg) no-repeat center;
            background-size: contain;

        }
        .case-item-bg10{
            margin: auto;
            background: url(../images/case-logo0010.jpg) no-repeat center;
            background-size: contain;

        }
        .case-item-bg11{
            margin: auto;
            background: url(../images/case-logo005.jpg) no-repeat center;
            background-size: contain;

        }

        .case-item-bg{
            width: 100px;
            height: 100px;
            border-radius: 50px;
            margin-top: 50px;
        }

        .case-item-title{
            font-size: 18px;
            color: #fff;
            text-align: center;
            margin: 20px 0;
            line-height: 40px;
        }

        .case-item-text{
            font-size: 14px;
            color: #c3c3c3;
            line-height: 24px;
            height: calc(100% - 338px);
            margin: 0 30px;
            overflow: hidden;
        }

        .case-item-doc{
            padding: 20px 30px;
            width: 280px;
            bottom: 0;
            position: absolute;
            background: #27272e;
        }

        .case-item-doc p{
            line-height: 30px;
            margin: 0;
            font-size: 14px;
            color: #999999;
        }

        .case-item-doc p a{
            font-size: 14px;
            color: #fff;
            float: right;
            /*width: calc(50% - 1px);*/
        }
        .case-item-doc a+a::before {
            content: '|';
            float: left;
            color: rgba(102,102,102,0.6)
        }

        .case-wrapper .case-item+.case-item {
            margin-left: 20px;
        }

        .case-wrapper  .case-item .case-item-doc a+a {
            text-align: right;
        }

        .case-wrapper  .case-item a:hover{
            text-decoration:underline;
        }

        .case-wrapper{
            position: absolute;
        }

        .case-wrapper:nth-child(3){
            top:420px;;
        }
        .case-wrapper:nth-child(4){
            top:830px;
        }
.ny_jqal {width: 1300px;margin: 60px auto 0;}

.ny_jqal .left {float: left;width: 200px;height: 750px;border-right: 1px solid #d6dfea;text-align: right}
.ny_jqal .right {float: left;position: relative;width: 964px;    height: 720px;padding-left: 50px;}
.ny_jqal .right .more {position:absolute;right:0px;top: 25px;}
.ny_jqal .right h3{font-size: 20px;
    font-weight: bold;
    margin: 10px 0;}




@media only screen and (max-width:1024px){
	.container {
    width: 90%;
}
	#wrap {
    background: #1158e7 url('../images/succase-bj.jpg') no-repeat center bottom;

    letter-spacing: 2px;
    margin-top: 60px;height: 220px;
}
	#wrap a {position: relative;z-index: 99;
    width: 100px;
    margin: 0 5px;letter-spacing: 0;
}
	.ny_jqal {
    width: 90%;
    margin: 30px auto 0;
}
	.ny_jqal .left {
    width: 100%;
    height: auto;margin-bottom: 20px;border: none;
}
	.tab {
    padding-right: 0px;width: 100%;float: left;box-sizing: border-box;font-size: 12px;line-height: 40px;margin-top: 0;border:#d6dfea 1px solid;height:40px; text-align:center; margin-top:10px;margin-right:0px;
}
	.tab:nth-child(3n){float: right;}
	.tabhover {
    padding-right: 12px;width: 100%;box-sizing: border-box;float: left;font-size: 12px;line-height: 40px;margin-top: 0; border:3px solid #1054ff; height:40px; text-align:center
}
	.itab:nth-child(3n).tabhover{float: right;}


	.ny_jqal .right {
    width: 100%;
    height: auto;
    padding-left: 0px;padding-bottom: 30px;
}
	.ny_jqal .right h3 {
    font-size: 18px;
    margin: 10px 0 30px;
}
	.case-box {
    width: 90%;
}
.case-content-bg {
    padding-bottom: 0;position: relative;height: 1650px;
}	
	.case-item {
    cursor: pointer;
    width: 48%;
    margin:0 1% 2%;overflow: hidden;
}
	.case-item-bg {
    width: 60px;
    height:60px;
    border-radius: 50px;
    margin-top:20px;
}
	.case-item-doc {
    padding:10px 30px;
    width: 100%;
}
	.case-item-text {
    font-size: 12px;
    line-height: 22px;
    height: calc(100% - 238px);
    margin: 0 10px;
}
	.case-wrapper .case-item + .case-item {
    margin-left: 1%;
}
	
	
	
	
	
	
	
	
}

@media only screen and (max-width:380px){
	
	#wrap a {
    width: 90px;
    height: 34px;
    line-height: 34px;
    margin: 0 5px;font-size: 12px;
}
}





































