.dalislide.slideban {
	height: calc(100vh - 100px);
}
.dalislide.slidepro {
    height: 850px;
}
.dalislide.slidepro .slideb {
    display: none;
}
.dalislide.slidecase {
    height: 760px;
    background: #fff;
}
.slidep.casep {
    width: 82%;
    float: left;
}
.dalislide.slidecase .slideb, .dalislide.slidecase .slideleft, .dalislide.slidecase .slideright {
    display: none;
}

.bkbox {
    width: calc(100% - 330px);
    height: auto;
    overflow: hidden;
    margin: 100px auto 0 auto;
}
.bkt {
    height: 100px;
}
.bkt span {
    display: block;
    float: left;
    margin-right: 40px;
    color: #666;
}
.bkt span:nth-child(1) {
    font-size: 2.05rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 80px;
}
.bkt span:nth-child(2) {
    font-size: 1.6rem;
    line-height: 75px;
}
.bkt a {
    display: block;
    float: right;
    width: 150px;
    line-height: 45px;
    text-align: center;
    font-size: 0.875rem;
    color: #666;
    margin-top: 25px;
}
.bkt a .svg {
    vertical-align: middle;
    width: 20px;
    height: auto;
    margin-left: 10px;
}
.bkt a .svg path {
    fill: #999;
}
.bkt a:hover {
    color: #002856;
    background: #e5e5e5;
}
.bkt a:hover .svg path {
    fill: #002856;
}
.proico {
    width: 100%;
    height: 100px;
    overflow: auto;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    white-space: nowrap;
	overflow: hidden;
    font-size: 0;
}
.proico>div {
    display: inline-block;
    width: 12.5%;
    text-align: center;
    line-height: 100px;
    color: rgba(255, 255, 255, .5);
    font-size: 0.875rem;
    cursor: pointer;
}
.proico>div img {
    display: inline-block;
    height: 60px;
    margin-right: 5px;
    opacity: .5;
    vertical-align: middle;
}
.proico>div.on, .proico>div:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .5);
}
.proico>div.on img, .proico>div:hover img {
    opacity: 1;
}

.caseli {
    width: 18%;
    height: auto;
    float: right;
    padding-top: 50px;
    overflow: hidden;
}
.caselip {
    width: calc(100% - 50px);
    height: 130px;
    overflow: hidden;
    margin: 0 auto 5px auto;
    position: relative;
    cursor: pointer;
}
.caselip img {
    opacity: 0;
}
.caselip::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.caselit {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 30%;
    z-index: 10;
}
.caselit span {
    display: block;
    line-height: 30px;
    font-size: 1.1rem;
    padding: 0 10px;
}
.caselit i {
    font-style: normal;
    display: block;
    line-height: 26px;
    font-size: 0.75rem;
    padding: 0 10px;
}
.caselip:hover img {
    opacity: .3;
}
.caselip.on img {
    opacity: 1;
}
.caselip.on .caselit {
    color: #fff;
}
.caselip.on .caselit span {
    font-weight: bold;
}
.caselip.on::after {
    top: 0;
}

.tj1, .tj2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.tj1 img {
    display: block;
    width: 100%;
    height: auto;
}
.tj2 {
    margin-top: 25px;
}
.tj2 a {
    display: block;
    width: 32.6%;
    height: auto;
    background: #fff;
    margin-left: 1.1%;
    overflow: hidden;
    float: left;
}
.tj2 a:nth-child(1) {
    margin-left: 0;
}
.tj2 a span {
    display: block;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.tj2 a span:nth-child(1) {
    margin-top: 70px;
    font-size: 1.6rem;
    line-height: 40px;
}
.tj2 a span:nth-child(2) {
    font-size: 0.875rem;
    line-height: 30px;
    color: #999;
}
.tj2 a p {
    display: block;
    width: 70%;
    height: 400px;
    overflow: hidden;
    padding: 0 10%;
    margin: 0 auto;
}
.tj2 a b {
    display: block;
    height: 100px;
    overflow: hidden;
}
.tj2 a b i {
    display: block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    background: #002856;
    font-weight: normal;
    text-align: center;
    border-radius: 15px;
    margin: 20px auto 0 auto;
    font-size: 0.75rem;
    color: #fff;
    font-style: normal;
}
.tj2 a:hover b i {
    width: 90px;
    border-radius: 0;
    transform:skew(-25deg);
    border-radius: 3px;
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.newsbox {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newsbox a {
    display: block;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-bottom: 25px;
    width: calc(44% - 15px);
    float: right;
}
.newsbox a p {
    display: block;
    width: 46%;
    height: 205px;
    float: left;
    overflow: hidden;
}
.newsbox a span {
    display: block;
    width: calc(54% - 50px);
    height: auto;
    overflow: hidden;
    float: left;
    font-size: 0.875rem;
    color: #999;
    line-height: 25px;
    margin-left: 25px;
}
.newsbox a span:nth-child(2) {
    font-size: 1.3rem;
    max-height: 60px;
    font-weight: bold;
    line-height: 30px;
    margin: 25px 0 10px 25px;
    color: #333;
}
.newsbox a span:nth-child(3) {
    max-height: 50px;
}
.newsbox a span:nth-child(4) {
    margin-top: 10px;
}
.newsbox a:nth-child(1) {
    width: 56%;
    height: 665px;
    float: left;
}
.newsbox a:nth-child(1) p {
    width: 100%;
    height: 480px;
}
.newsbox a:nth-child(1) span {
    width: calc(100% - 50px);
}
.newsbox a:nth-child(1) span:nth-child(2) {
    font-size: 2.5rem;
    line-height: 180%;
    max-height: 5rem;
    margin: 20px 25px 0 25px;
}
.newsbox a:nth-child(1) span:nth-child(3) {
    font-size: 1.2rem;
}
.newsbox a:hover {
    background: #002856;
}
.newsbox a:hover span:nth-child(2) {
    color: #fff;
}

.yybox {
    width: 100%;
    height: auto;
    margin-top: 40px;
    position: relative;
}
.yybox img {
    display: block;
    width: 100%;
    height: auto;
}
.yyinp {
    position: absolute;
    height: auto;
    overflow: hidden;
    left: 52%;
    top: 100px;
    z-index: 10;
    color: #fff;
}
.yleft {
    height: auto;
    float: left;
}
.yyi {
    height: 45px;
    overflow: hidden;
}
.yyi span {
    display: block;
    float: left;
    font-size: 1.2rem;
    color: #fff;
    line-height: 35px;
    margin-right: 15px;
}
.yyi input, .yyi select {
    display: block;
    float: left;
    width: 250px;
    height: 35px;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .7);
    font-size: 1rem;
    line-height: 35px;
    color: #000;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.yright {
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 70px;
}
.yright span, .yright b {
    display: block;
    color: #fff;
    text-align: center;
}
.yright span {
    font-size: 2.3rem;
    margin-top: 10px;
    line-height: 60px;
}
.yright b {
    width: 150px;
    line-height: 35px;
    font-size: 1rem;
    cursor: pointer;
    background: #002856;
    border-radius: 10px;
    margin: 5px auto;
}

@media screen and (max-width: 1680px) {
    .dalislide.slideban {
        height: calc(100vh - 80px);
    }
    .dalislide.slidepro {
        height: 680px;
    }
    .dalislide.slidecase {
        height: 600px;
    }
    .bkbox {
        width: calc(100% - 270px);
        margin: 80px auto 0 auto;
    }
    .bkt {
        height: 80px;
    }
    .bkt span {
        margin-right: 30px;
    }
    .bkt a {
        width: 120px;
        line-height: 40px;
        font-size: 0.75rem;
        margin-top: 20px;
    }
    .proico {
        height: 90px;
    }
    .proico>div {
        line-height: 90px;
    }
    .proico>div img {
        height: 50px;
    }
    .caseli {
        padding-top: 40px;
    }
    .caselip {
        width: calc(100% - 40px);
        height: 100px;
    }
    .tj2 a span:nth-child(1) {
        margin-top: 60px;
    }
    .tj2 a p {
        width: 70%;
        height: 320px;
    }
    .newsbox a p {
        height: 170px;
    }
    .newsbox a span {
        font-size: 0.8rem;
        width: calc(54% - 40px);
        line-height: 20px;
    }
    .newsbox a span:nth-child(2) {
        font-size: 1.1rem;
        line-height: 26px;
        max-height: 55px;
        margin: 25px 0 5px 25px;
    }
    .newsbox a:nth-child(1) {
        height: 560px;
    }
    .newsbox a:nth-child(1) p {
        height: 400px;
    }
    .newsbox a:nth-child(1) span:nth-child(2) {
        font-size: 2.2rem;
    }
    .newsbox a:nth-child(1) span:nth-child(3) {
        font-size: 1rem;
    }
    .yyinp {
        top: 80px;
    }
    .yyi {
        height: 38px;
    }
    .yyi span {
        font-size: 1rem;
        line-height: 28px;
    }
    .yyi input, .yyi select {
        width: 220px;
        height: 28px;
        line-height: 28px;
        font-size: 1rem;
    }
}
@media screen and (max-width: 1440px) {
    .dalislide.slideban {
        height: calc(100vh - 70px);
    }
    .dalislide.slidepro {
        height: 620px;
    }
    .dalislide.slidecase {
        height: 550px;
    }
    .bkbox {
        width: calc(100% - 240px);
        margin: 60px auto 0 auto;
    }
    .proico {
        height: 80px;
    }
    .proico>div {
        line-height: 80px;
    }
    .proico>div img {
        height: 40px;
    }
    .caseli {
        padding-top: 30px;
    }
    .caselip {
        width: calc(100% - 30px);
        height: 95px;
    }
    .tj2 a span:nth-child(1) {
        margin-top: 50px;
    }
    .tj2 a p {
        height: 290px;
    }
    .yyinp {
        top: 60px;
    }
    .yyi {
        height: 35px;
    }
    .yyi span {
        font-size: 0.875rem;
        line-height: 26px;
    }
    .yyi input, .yyi select {
        width: 220px;
        height: 26px;
        line-height: 26px;
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 1280px) {
    .dalislide.slideban {
        height: calc(100vh - 60px);
    }
    .dalislide.slidepro {
        height: 560px;
    }
    .dalislide.slidecase {
        height: 500px;
    }
    .bkbox {
        width: calc(100% - 160px);
        margin: 50px auto 0 auto;
    }
    .proico {
        height: 70px;
    }
    .proico>div {
        line-height: 70px;
    }
    .proico>div img {
        height: 30px;
    }
    .caselip {
        width: calc(100% - 30px);
        height: 85px;
    }
    .caselit {
        top: 20%;
    }
    .caselit span {
        line-height: 26px;
    }
    .caselit i {
        line-height: 24px;
    }
    .tj2 a span:nth-child(1) {
        margin-top: 40px;
    }
    .tj2 a p {
        height: 270px;
    }
    .newsbox a p {
        height: 150px;
    }
    .newsbox a span {
        width: calc(53% - 30px);
        font-size: 0.7rem;
        line-height: 20px;
    }
    .newsbox a span:nth-child(2) {
        font-size: 1rem;
        line-height: 24px;
        max-height: 50px;
        margin: 20px 0 0 25px;
    }
    .newsbox a:nth-child(1) {
        height: 500px;
    }
    .newsbox a:nth-child(1) p {
        height: 350px;
    }
    .yyinp {
        top: 60px;
    }
    .yyi {
        height: 30px;
    }
    .yyi span {
        font-size: 0.75rem;
        line-height: 24px;
    }
    .yyi input, .yyi select {
        width: 200px;
        height: 24px;
        line-height: 24px;
        font-size: 0.75rem;
    }
    .yright {
        margin-left: 50px;
    }
    .yright span {
        font-size: 2.3rem;
        margin-top: 0;
        line-height: 60px;
    }
    .yright b {
        width: 120px;
        line-height: 30px;
        font-size: 0.875rem;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1024px) {
    .bkbox {
        width: calc(100% - 60px);
        margin: 40px auto 0 auto;
    }
    .tj2 a span:nth-child(1) {
        margin-top: 30px;
    }
    .tj2 a p {
        height: 200px;
    }
    .newsbox a p {
        height: 130px;
    }
    .newsbox a span:nth-child(2) {
        font-size: 1rem;
        margin: 5px 0 0 25px;
    }
    .newsbox a:nth-child(1) {
        height: 440px;
    }
    .newsbox a:nth-child(1) p {
        height: 300px;
    }
    .yyinp {
        top: 40px;
    }
    .yyi {
        height: 26px;
    }
    .yyi span {
        line-height: 22px;
    }
    .yyi input, .yyi select {
        width: 180px;
        height: 22px;
        line-height: 22px;
        font-size: 0.75rem;
    }
    .yright {
        margin-left: 40px;
    }
    .yright span {
        font-size: 2rem;
        line-height: 60px;
    }
    .yright b {
        width: 100px;
        line-height: 26px;
        font-size: 0.75rem;
    }
}