@charset "utf-8";
/* CSS Document */
.waper {
    width: 1200px;
    margin: 0 auto;
}

.hoverfb:hover {
    font-weight: bold;
}

.p75_0 {
    padding: 75px 0;
}
.pr40{padding-right: 40px;}

.boxshadow {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}

.btnRda {
    background: #00c1de;
    color: #FFFFFF;
    width: 110px;
    height: 40px;
    line-height: 40px;
    display: block;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50px;
    font-size: 16px;
}

.btnda {
    width: 183px;
    height: 44px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #00c1de;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 20px;
}

.btnzhong {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 103px;
    height: 35px;
    font-size: 14px;
    border: 1px solid #666666;
    color: #666666;
}

.boxbor1 {
    width: 93px;
    height: 34px;
    border-radius: 3px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #666666;
    margin-bottom: 6px;
}

.home_top {
    background: url(../img/jpg/pic1.jpg) no-repeat;
    height: 540px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 78px;
    width: 100%;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    background: transparent;
    z-index: 999;
}

.header.jianbian {
    background: #080d46;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.menu .f16 {
    margin-left: 30px;
}

.menu .f16:last-child {
    margin-right: 45px;
}

.homebanner {
    position: absolute;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.homebannerBullet {
    width: 90px;
    border-radius: 0;
    opacity: 1;
    height: 35px;
    line-height: 35px;
    background: #264c94;
    color: #FFFFFF;
    font-size: 16px;
}

.homebannerBullet.swiper-pagination-bullet-active {
    background: #00c1de;
}

.homebanner .homebanner_pagination {
    bottom: 40px;
}

.hongwaper3 {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hongwaper3 .left > div {
    width: 403px;
    height: 153px;
    padding-left: 30px;
    padding-top: 30px;

}

.hongwaper3 .left > div:hover .cor9,
.hongwaper3 .left > div.actived .cor9 {
    color: #FFFFFF;
}

.hongwaper3 .left > div.actived,
.hongwaper3 .left > div:hover {
    /* background: url(../img/jpg/pic3.jpg); */
    color: #FFFFFF;

}

.hongwaper3 .right {
    display: flex;
    flex: 1;
}

#canvas .waper {
    position: relative;
    z-index: 2;
}

.hongwaper4 {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.hongwaper4 .itembox {
    width: 260px;
    background: #FFFFFF;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.hongwaper4 .itembox:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.hongwaper4 .itembox:hover .content {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.hongwaper4 .itembox:hover .content>div:first-child{
	color: #00c1de;
}

.hongwaper4 .itembox .top {
    height: 100px;
    background: #f5f5f5;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hongwaper4 .itembox .content {
    height: 200px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

#canvas {
    position: relative;
}

#canvas #box {
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

#canvas #box canvas {
    width: 100% !important;
}

.homebgbox {
    background: #00c1de;
    padding: 0 0;
    width: 240px;
    height: 50px;
    color: #FFFFFF;
    font-size: 16px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.hongwaper7 .item:hover .fonts{
    color: #00c1de;
}
.hongwaper7 .item:hover .homebgbox{
    box-shadow: 0 0 13px rgba(0,0,0,0.5);
}

.homebgbox:after {
    position: absolute;
    clear: both;
    content: '';
    display: block;
    background: url('../img/png/pic13.png');
    width: 7px;
    height: 5px;
    top: -5px;
    margin-left: -3.5px;
    left: 50%;
}

.homebgbox:nth-child(odd):after {
    position: absolute;
    clear: both;
    content: '';
    display: block;
    background: url('../img/png/pic14.png');
    width: 7px;
    height: 5px;
    bottom: -5px;
    margin-left: -3.5px;
    left: 50%;
    top: auto;
}

.hongwaper7 .fonts {
    height: 50px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hongwaper7 {
    padding: 0 50px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.hongwaper7:after {
    content: '';
    clear: both;
    display: block;
    content: "";
    background: #00c1de;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
}

.hongwaper7 .item {
    position: relative;
}

.hongwaper7 .item:after {
    content: '';
    clear: both;
    display: block;
    content: "";
    background: #00c1de;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.homewaper8 {
    padding: 0 50px;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.homewaper8 .vCenter {
    height: 158px;
    width: 536px;
}

.homewaper8 img {
    margin: 0 25px;
}

.homewaper8 p {
    font-size: 16px;
    color: #333333;
}

.logobox {
    border: 1px solid #e5e5e5;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 206px;
    height: 82px;
    margin-right: 18px;
    margin-bottom: 20px;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
.logobox:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.friendLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px 0 50px;
}

.footerbox {
    background: #080d46;
}

.viewpointTop .left {
    width: 778px;
    height: 486px;
    overflow: hidden;
}

.viewpointTop .right {
    width: 390px;
    height: 235px;
    overflow: hidden;
}

.zezaoFont {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: linear-gradient(rgba(255, 255, 255, 0), #000000);
    padding: 1.25em 1.5em;
}

.viewpoint .left {
    width: 778px;
    float: left;
}

.viewpoint .right {
    width: 391px;
    background: #FFFFFF;
    padding: 0 27px;
    float: right;
}

.viewpoint:after {
    clear: both;
    display: block;
    content: "";
}

.viewpointMenu {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: auto;
}

.viewpointMenu a {
    width: 20%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    position: relative;
}

.viewpointMenu a.actived {
    color: #00c1de;
}

.viewpointMenu a.actived:after {
    clear: both;
    content: '';
    background: #00c1de;
    width: 28px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: 1px;
}

.viewpointItem {
    background: #FFFFFF;
    padding: 28px 25px;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.viewpointItem .imgbox {
    width: 226px;
    height: 150px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    margin-right: 25px;
}

.viewpointItem .fonts {
    flex: 1;
}

.xiayiye {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 45px 0 105px;
}

.xiayiye a {
    width: 36px;
    height: 36px;
    display: block;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #edeff1;
    margin: 0 4.5px;
}

.xiayiye a:first-child,
.xiayiye a:last-child {
    background: #333333;
    margin: 0 20px;
}


.xiayiye a:hover,
.xiayiye a.actived {
    background: #00c1de;
    color: #FFFFFF;
}
.xiayiye .fun a {
    color: #FFFFFF;
}

.fixedmenu {
    position: fixed;
    right: 30px;
    width: 60px;
    height: 282px;
    border: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 999;
    top: 60%;
    background: #FFFFFF;
    border-radius: 4px;
}

.fixedmenu a {
    flex: 1;
    border-bottom: 1px solid #e5e5e5;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 46px;
    height: 46px;
}

.fixedmenu a .erji {
    background: #FFFFFF;
    border: 1px solid #e5e5e5;
    position: absolute;
    right: 65px;
    display: none;
}

.fixedmenu a:hover .erji {
    display: block;
}

.fixedmenu a:nth-child(1) {
    background: url(../img/png/pic65.png) no-repeat center;
}

.fixedmenu a:nth-child(2) {
    background: url(../img/png/pic66.png) no-repeat center;
}

.fixedmenu a:nth-child(3) {
    background: url(../img/png/pic67.png) no-repeat center;
}

.fixedmenu a:nth-child(4) {
    background: url(../img/png/pic67-w.png) no-repeat center;
}
.fixedmenu a:nth-child(5) {
    background: url(../img/png/pic69.png) no-repeat center;
}

.fixedmenu a:nth-child(1):hover {
    background: url(../img/png/pic65-2.png) no-repeat center;
}

.fixedmenu a:nth-child(2):hover {
    background: url(../img/png/pic66-2.png) no-repeat center;
}

.fixedmenu a:nth-child(3):hover {
    background: url(../img/png/pic67-2.png) no-repeat center;
}

.fixedmenu a:nth-child(4):hover {
    background: url(../img/png/pic67-w2.png) no-repeat center;
}
.fixedmenu a:nth-child(5):hover {
    background: url(../img/png/pic69-2.png) no-repeat center;
}

.casebox {
    width: 1226px;
}

.caselist {
    width: 280px;
    height: 428px;
    margin-right: 26px;
    margin-bottom: 34px;
    float: left;
    background: #000;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.caselist img {
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.caselist:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.case-fonts {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #FFFFFF;
    padding: 0 21px;
}

.caseTitle {
    font-size: 20px;
    height: 33px;
    line-height: 33px;
    margin-top: 23px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.caseText {
    line-height: 22px;
    max-height: 44px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.warp23 {
    padding: 90px 0;
}

.warp23 ul {
    margin-top: 50px;
    width: 976px;
    margin: 60px auto 0 17%;
}

.warp23 li {
    float: left;
}

.warp23 li a,
.warp23 li img {
    display: block;
}

.warp23 li img {
    margin-right: 13px;
    margin-bottom: 13px;
}

.warp23 li.li4 {
    margin-top: 41px;
}

.warp23 li.li3 {
    margin-top: -36px;
}

.warp23 li.li5 {
    clear: both;
    content: "";
    display: block;
    margin-left: -140px;
}

.page.layers {
    overflow-x: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.page.layers .page__bd {
    position: relative;
}

.page.layers .page__desc {
    min-height: 4.8em;
}

.page.layers .layers__layer {
    position: absolute;
    right: 53px;
    width: 246px;
    height: 429px;
    top:62px;
    /* margin-left: -75px; */
    box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
    background: url(images/layers/transparent.gif) no-repeat 50%;
    background-size: contain;
    font-size: 14px;
    color: #fff;
}

.page.layers .layers__layer:last-child span {
    color: #aaa;
}

.page.layers .layers__layer.j_hide {
    opacity: 0;
}

.page.layers .layers__layer.j_pic span {
    color: transparent;
}

.page.layers .layers__layer_popout {
    border: 1px solid rgba(204, 204, 204, 0.5);
    background: url('../img/png/shit1.png');
    background-size: cover;
    z-index: 4;
}

.page.layers .one,
.page.layers .two {
    position: absolute;
    left: 0;
}

.page.layers .layers__layer_popout .one {
    top: 216px;
}

.page.layers .layers__layer_popout .two {
    top: 281px;
}

.page.layers .layers__layer_popout.j_transform {
    -webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(50px);
    transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(50px);
}

.page.layers .layers__layer_popout.j_pic {
    border-color: transparent;
    background-image: url(../img/png/shit1.png);
}

.page.layers .icon {
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    position: absolute;
    left: -76px;
    top: 18px;
}

.page.layers .font {
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    position: absolute;
    right: 368px;
    top: 18px;
    text-align: right;
    width: 80%;
}

.page.layers .j_pic .icon,
.page.layers .j_pic .font {
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    display: block;
}

.page.layers .j_pic .one,
.page.layers .j_pic .two {
    box-shadow: 8px 8px 11px 4px rgba(0, 0, 0, 0.1);
}

.page.layers .layers__layer_mask {
    background: url('../img/png/shit2.png') no-repeat;
    background-size: cover;
    z-index: 3;
}

.page.layers .layers__layer_mask .one {
    top: 312px;
}

.page.layers .layers__layer_mask .two {
    top: 130px;
}

.page.layers .layers__layer_mask.j_transform {
    -webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-50px);
    transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-50px);
}

.page.layers .layers__layer_navigation {
    background: url('../img/png/shit3.png');
    background-size: contain;
    z-index: 2;
}

.page.layers .layers__layer_navigation .one {
    top: 167px;
}

.page.layers .layers__layer_navigation .two {
    top: 337px;
}

.page.layers .layers__layer_navigation.j_transform {
    -webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-160px);
    transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-160px);
}

.page.layers .layers__layer_navigation.j_pic {
    background-color: transparent;
    background-image: url(../img/png/shit3.png);
}

.page.layers .layers__layer_content {
    background: url('../img/png/shit4.png') no-repeat;
    background-size: cover;
    z-index: 1;
}

.page.layers .layers__layer_content .one {
    top: 243px;
}

.page.layers .layers__layer_content .two {
    top: 370px;
}

.page.layers .layers__layer_content.j_transform {
    -webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-290px);
    transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-290px);
}

.page.layers .layers__layer_content.j_pic {
    background-image: url(../img/png/shit4.png);
}

.page.searchbar .searchbar-result {
    display: none;
    margin-top: 0;
    font-size: 14px;
}

.page.searchbar .searchbar-result .weui-cell__bd {
    padding: 2px 0 2px 20px;
    color: #666;
}

.page.actionsheet,
.page.picker {
    overflow: hidden;
}

.page.picker {
    background-color: #fff;
}

.page.gallery {
    overflow: hidden;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes a {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
}

@keyframes b {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
}

.page.slideIn {
    -webkit-animation: a .2s forwards;
    animation: a 0.2s forwards;
}

.page.slideOut {
    -webkit-animation: b .2s forwards;
    animation: b 0.2s forwards;
}

.tuwenlists {
    padding-top: 80px;
    width: 1040px;
    margin: 0 auto;
}

.tuwenlists .imgbox {
    width: 520px;
    height: 300px;
    overflow: hidden;
    /* Center slide text vertically */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
}

.tuwenfonts {
    float: left;
    width: 520px;
    height: 300px;
    padding: 26px 0 0 68px;
}

.tuwenTitle {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.tuwenfonts .line {
    width: 95px;
    height: 2px;
    background: #999;
    float: left;
}

.tuwenText {
    margin-top: 35px;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
}

.tuwenlists:nth-child(even) .imgbox {
    float: right;
}

.tuwenlists:nth-child(even) .tuwenfonts {
    padding: 26px 68px 0 0;
}

.tuwenlists:nth-child(even) .tuwenTitle {
    text-align: right;
}

.tuwenlists:nth-child(even) .tuwenfonts .line {
    float: right;
}

.index_Title {
    text-align: center;
    padding-top: 80px;
}

.index_Title h3 {
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: 400;
}

.index_Title p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    text-transform: uppercase;
}

.index_Cons {
    padding: 0 0 80px 0;
}

.annibox {
    width: 1270px;
}

.aniitem {
    margin: 40px 70px 0 0;
    width: 565px;
    float: left;
}

.aniitem .imgbox {
    width: 138px;
    height: 88px;
    float: left;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    overflow: hidden;
    /* Center slide text vertically */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #FFFFFF;
    margin-right: 22px;
}

.aniitem .aniitemTitle {
    font-size: 16px;
    color: #333333;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    margin-bottom: 5px;
}

.aniitem .aniitemCons {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.swiper-slide .swiper-slide-text .title {
    color: #fff;
    font-size: 49px;
}

.swiper-slide .swiper-slide-text .abstract {
    margin-top: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    width: 400px;
}


.btnda{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.btnda:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
