﻿.banner{
    position: relative;
    overflow: hidden;
/*background: url(/res/Home/structure/20010064.jpg) no-repeat scroll center;
    height: 623px;*/
}
.banner img{
    width: 100%;
}
.banner .blackBack{
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    bottom: -200px;
    z-index:999;
}
.banner .wheel-wrapper {
    position: relative;
    width: 100%;
    max-width: 375px;
    height: 200px;
    margin: 0 auto;
}
.banner .wheelWrap {
    overflow: hidden;
    width: 100%;
    max-width: 375px;
    height: 314px;
    position: relative;
}
.banner  .wheelTitle {
    position: absolute;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    font-family: lora;
    z-index: 7;
}
.banner  .wheelTitle:after{
    content: '';
    width: 44px;
    border-top: 1px solid #fff;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -22px;
}
.banner .wheelLine1 {
    display: inline-block;
    color: #0099ff;
    margin-right: -5px;
}
.banner .bounceInDown {
    -webkit-animation-name: i;
    animation-name: i;
}
.banner .wheelLine2 {
    display: inline-block;
    color: #fff;
}
.banner .wheel {
    width: 100%;
    max-width: 375px;height: 130px;
}
@-webkit-keyframes i{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}
@keyframes i{
    0%,
    60%,
    75%,
    90%,
    to{
        transition-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0%{
        opacity:0;-webkit-transform:translate3d(0,-3000px,0);
        transform:translate3d(0,-3000px,0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(0,25px,0);
        transform:translate3d(0,25px,0)
    }
    75%{
        -webkit-transform:translate3d(0,-10px,0);
        transform:translate3d(0,-10px,0)
    }
    90%{
        -webkit-transform:translate3d(0,5px,0);
        transform:translate3d(0,5px,0)
    }
    to{
        -webkit-transform:none;transform:none
    }
}

.linkWrap a {
    color: #aaa;
}
.wheelLink {
    position: absolute;
    z-index: 8;
    display: flex;
}
.wheelLinkText {
    display: inline-block;
    /*font-weight: 600;
     line-height: 24px; */
}
.wheelLinkText span{
    display: block;
    font-size: 12px;
}
.wheelIconB {
    display: inline-block;
    padding-left: 10px;
}
.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: J;
    animation-name: J;
}

.wheelIconB01 i{
    display: block;
    width: 28px;
    height: 28px;
    padding-top: 10px;
    background: url(/res/Home/structure/20010066.png) no-repeat center;
}
#link1{
    left: -170px;
    top: 20px;
}
.wheelLink01:hover a {
    cursor: pointer;
    color: #0099ff;
    text-decoration: none;
}
.wheelLink01:hover .wheelIconB01 i{
    background: url(/res/Home/structure/20010067.png) no-repeat center;
}

.wheelIconB02 i{
    display: block;
    width: 28px;
    height: 28px;
    padding-top: 10px;
    background: url(/res/Home/structure/20010068.png) no-repeat center;
}
#link2{
    left: -40px;
    top: 90px;
}
.wheelLink02:hover a {
    cursor: pointer;
    color: #0099ff;
    text-decoration: none;
}
.wheelLink02:hover .wheelIconB02 i{
    background: url(/res/Home/structure/20010069.png) no-repeat center;
}

.wheelIconB03 i{
    display: block;
    width: 28px;
    height: 28px;
    padding-top: 10px;
    padding-right: 10px;
    background: url(/res/Home/structure/20010070.png) no-repeat center;
}
#link3{
    right: -80px;
    top: 90px;
}
.wheelLink03:hover a {
    cursor: pointer;
    color: #0099ff;
    text-decoration: none;
}
.wheelLink03:hover .wheelIconB03 i{
    background: url(/res/Home/structure/20010071.png) no-repeat center;
}

.wheelIconB04 i{
    display: block;
    width: 28px;
    height: 28px;
    padding-top: 10px;
    padding-right: 10px;
    background: url(/res/Home/structure/20010072.png) no-repeat center;
}
#link4{
    right: -120px;
    top: 20px;
}
.wheelLink04:hover a {
    cursor: pointer;
    color: #0099ff;
    text-decoration: none;
}
.wheelLink04:hover .wheelIconB04 i{
    background: url(/res/Home/structure/20010073.png) no-repeat center;
}
.wheelIconB05 i{
    display: block;
    width: 28px;
    height: 28px;
    padding-top: 10px;
    padding-right: 10px;
    background: url(/res/Home/structure/20090001.png) no-repeat center;
}
#link5 {
    right: 70px;
    top: 135px;
}
.wheelLink05:hover a {
    cursor: pointer;
    color: #0099ff;
    text-decoration: none;
}
.wheelLink05:hover .wheelIconB05 i{
    background: url(/res/Home/structure/20090002.png) no-repeat center;
}

@-webkit-keyframes J{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}
@keyframes J{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}

.pageDown {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -17px;
    -webkit-animation: pdown 2s linear 2s infinite;
    animation: pdown 2s linear 2s infinite;
    cursor: pointer;
}
@-webkit-keyframes pdown {
	0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-moz-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		-moz-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
}
/*@keyframes pdown {
	0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-moz-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		-moz-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
}*/
@keyframes pdown {
	0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function: linear;
		-moz-transition-timing-function: linear;
		transition-timing-function: linear;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
        40%, 43% {
		-webkit-transition-timing-function: linear;
		-moz-transition-timing-function: linear;
		transition-timing-function: linear;
		-webkit-transform: translate3d(0, -10px, 0);
		-moz-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
}

main{
    background: url(/res/Home/structure/20010144.png) center bottom no-repeat;
    overflow: hidden;
    padding-bottom: 50px;
    min-width: 1150px;
}
nav{
    width: 1150px;
    margin: auto;
}

.home-tit{
    margin-bottom: 20px;
    overflow: hidden;
}
.home-tit p{
    font-size: 24px;
    padding-bottom: 5px;float: left;
}
.home-tit span{
    font-size: 14px;
    font-weight: bold;
    color: #0099ff;
    margin-top: 13px;
}
.home-tit a {
    float: right;
    font-size: 14px;
    color: #0099ff;
    margin-top:13px;
}


.com-new{
    width: 400px;
    margin-top: 40px;
}
.com-new .newKey{
    padding-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;

}
.com-new .newKey img{
    width: 145px;
    height: 100px;
    float: left;
    margin-right: 5px;
}
.com-new .newKey .newKey-right{
    display: -webkit-flex; 
    display: flex;
    width: 220px;
    height: 100px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.com-new .newKey .newKey-right #ReportIDname{
    line-height: 1.4;
    font-size: 18px;
}
.com-new .newKey .newKey-right #ReportIDLogograph{
    align-self: center;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newSlide {
    position: relative;
}
.newSlide img {
    width: 100%;
    height: 280px;
}
.newSlide #ReportIDname {
    display: block;
    width: 95%;
    background: rgba(0,0,0,.5);
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.newSlide #ReportIDname a {
    color: #FFF;
}

.newList li {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 1.6;
}

.invCase{
    width: 380px;
    margin: 40px 50px 0 0;
}
.invCase-list-case{
    width: 395px;
    height: 250px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.invCase-list-case img{
    width: 100%;
    height: 100%;
}
.invCase-list-case .invCase-layer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -395px;
    background: rgba(0, 0, 51, .4);
}
.invCase-list-case .invCase-layer p{
    font-size: 20px;
    font-weight: bold;
    margin: 120px 0 0 0;
}
.invCase-list-case .invCase-layer p a{
    color: #fff;
}
.invCase-list-case .invCase-layer em {
    display: block;
    width: 360px;
    border-bottom: 1px solid #fff;
    margin: 15px 20px;
}
.invCase-list-case .invCase-layer span {
    padding-left: 20px;
    color: #fff;
}
.invCase-list li {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 1.6;
}
.invCase-list li #ReportIDLogograph {
    color: #999;
    font-size: 14px;
}


.infDis{
    width: 280px;
    margin-top: 40px;
}