
.sect {
    height: 70px;
    padding-top: 50px;
    overflow: hidden;
    text-align: center;
}

.sect span {
    display: inline-block;
    font-size: 24px;
    position: relative;
}

.sect span:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 1px;
    left: 0;
    top: 40px;
    background: #333;
}

.pagecont {
	width: 1000px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 30%;
	text-align: center;
    color: #fff;
    z-index: 100;
}

.pagecont .t1 {
	line-height: 100px;
	font-size: 40px;
}

.pagecont .t2 {
	line-height: 30px;
	font-size: 12px;
	letter-spacing: 10px;
	padding-left: 10px;
}

.ztp {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0;
}
.ztp img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.ztc {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
}
.ztcp {
    width: 48%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.ztcp img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.ztcc {
    width: 48%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
}
.ztcct {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border-left: 3px solid #c4a36d;
    font-size: 22px;
    font-weight: bold;
    color: #777;
    margin-bottom: 25px;
}
.ztccc img {
    max-width: 100%;
    margin: 5px 5px 0 0;
}
.ztc.l .ztcc {
    float: left;
}
.ztc.l .ztcp {
    float: right;
}
.ztc.r .ztcc {
    float: right;
}
.ztc.r .ztcp {
    float: left;
}
.ztcc2 {
    width: 800px;
    height: auto;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 14px;
    line-height: 30px;
}
.hdlc {
    padding-top: 20px;
    height: auto;
    display: table;
    overflow: hidden;
    color: #c4a36d;
}
.hdlct {
    font-weight: bold;
    width: 90px;
    display: table-cell;
    vertical-align: top;
}
.hdlcc {
    display: table-cell;
    vertical-align: top;
}
.xh1 {
    width: 180px;
    height: auto;
    overflow: hidden;
    float: left;
}
.xh1 img {
    display: block;
    max-width: 100%;
    height: auto;
}
.xh2 {
    width: 720px;
    height: auto;
    overflow: hidden;
    float: right;
}
.ztccc.xh2p img {
    height: 250px;
    width: auto;
    margin: 10px 5px 0 0;
}
.ztpicrow {
    width: 1020px;
    height: auto;
    overflow: hidden;
    padding-left: 20px;
    margin: 20px auto;
}
.ztpicrow li {
    width: 325px;
    height: 300px;
    float: left;
    margin-right: 10px;
}
.ztpicrow li img {
    display: block;
    width: 100%;
    height: 215px;
}
.ztpicrow li span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding-top: 10px;
    text-align: center;
    color: #666;
}




.xht {
    width: 1120px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin: 20px auto 30px auto;
}
.xht span {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}
.xht span:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    padding: 10px 0 5px 0;
}

.xhslide {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}

.xhp {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 5;
}

.xhp li {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
    display: none;
}

.xhp li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.xhb {
    height: 45px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.xhb em {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    cursor: pointer;
    background: #ddd;
    border-radius: 50%;
    -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;
}

.xhb em.on {
    background:#222;
}

.dalileft,.daliright {
    width: 50px;
    height: 120px;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -60px;
    display: none;
    cursor: pointer;
}
.xhslide:hover .dalileft,.xhslide:hover .daliright {
    display: block;
}
.dalileft {
    left: 0;
    background:  left center no-repeat;
}
.daliright {
    right: 0;
    background:  right center no-repeat;
}

.xhct {
    width: 1120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
}
.xhc {
    width: 1120px;
    height: auto;
    margin: 20px auto 30px auto;
    font-size: 14px;
    line-height: 36px;
}
.vod {
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}
.playvod {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    background: rgba(0, 0, 0, .3)  center no-repeat;
    cursor: pointer;
    opacity: .6;
}
.playvod:hover,.closevod:hover {
    opacity: 1;
}
.closevod {
    width: 50px;
    height: 50px;
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background:  center no-repeat;
    z-index: 20;
    opacity: .7;
}
.xhcp {
    width: 1140px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.xhcp a {
    display: block;
    width: 540px;
    height: 370px;
    float: left;
    overflow: hidden;
    margin: 0 20px 30px 10px;
    text-decoration: none;
}
.xhcp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kyt1 {
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
}
.kyt2 {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}
.kyc1 {
    width: 1160px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 40px;
    text-align: center;
}
.xwrow {
    width: 1160px;
    height: auto;
    overflow: hidden;
    margin: 20px auto 40px auto;
    background: #f5f5f5;
}
.xwp {
    width: 50%;
    height: auto;
    float: left;
    margin-right: 5%;
}
.xwp img {
    display: block;
    width: 100%;
    height: auto;
}
.xwc {
    width: 40%;
    height: auto;
    overflow: hidden;
    float: left;
    padding-top: 50px;
}
.xwct {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 20px;
}
.xwcc {
    font-size: 14px;
    line-height: 30px;
}
.xwb {
    width: 150px;
    height: 40px;
    border: 1px solid #666;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    line-height: 40px;
    cursor: pointer;
    -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;
}
.xwb:hover {
    border: 1px solid #dcb47d;
    font-weight: bold;
    background: #dcb47d;
    color: #fff;
}
.xwrow2 {
    width: 1160px;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}
.xwrow2 .xwc {
    padding-top: 30px;
}
.xwp2 {
    width: 50%;
    height: auto;
    float: right;
    overflow: hidden;
}
.xwp2 img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    cursor: pointer;
}

.kybk {
    width: 100%;
    height: auto;
    overflow: hidden;
    background:  left top repeat-x;
    padding-top: 70px;
}
.kybken {
    width: 1160px;
    height: 55px;
    margin: 0 auto;
}
.kybken span {
    display: block;
    float: right;
    color: #999;
    line-height: 30px;
    position: relative;
    margin-right: 100px;
    letter-spacing: 2px;
    font-family: arial, helvetica, sans-serif;
}
.kybken span::after{
    content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	right: -100px;
	top: 15px;
	z-index: 9;
    background: transparent;
    border-bottom: 1px solid #ddd;
}
.kyrow {
    width: 1160px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}

.kyslide {
    width: 520px;
    height: 330px;
    overflow: hidden;
    position: absolute;
    margin-top: -60px;
}

.kyp {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 5;
}

.kyp li {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
    display: none;
}

.kyp li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.kyb {
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    text-align: center;
}

.kyb em {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    background: #ddd;
    border-radius: 50%;
    -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;
}

.kyb em.on {
    background:#222;
}

.kyrowc {
    width: 490px;
    height: auto;
    overflow: hidden;
    float: right;
    margin-right: 80px;
    padding-bottom: 50px;
}
.kyrowct {
    height: 60px;
    line-height: 60px;
    padding-top: 20px;
    font-size: 20px;
}
.kyrowcc {
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    padding-top: 10px;
}
.kyrowcc.cc2 {
    padding-bottom: 100px;
}
.kyrowc2 {
    width: 500px;
    height: auto;
    overflow: hidden;
    float: left;
    padding-left: 20px;
}
.kyrowc2 .kyrowct {
    height: 60px;
    line-height: 60px;
    padding-top: 120px;
    padding-right: 10px;
    text-align: right;
}
.mjp {
    float: left;
    height: auto;
    margin-left: 70px;
    margin-bottom: 20px;
}
.kyc2 {
    width: 1120px;
    height: auto;
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    padding: 30px 20px 40px 20px;
}
.kypic {
    width: 520px;
    height: auto;
    overflow: hidden;
    position: absolute;
    margin-top: -60px;
}
.kypic img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1500px) {
	.kyt1 {
        height: 60px;
        line-height: 60px;
        font-size: 26px;
    }
    .kyc1 {
        width: 1060px;
        padding-bottom: 30px;
    }
    .kybken {
        width: 1060px;
    }
    .kyrow {
        width: 1060px;
    }
    .kyslide {
        width: 480px;
        height: 305px;
    }
    .kyrowc {
        width: 450px;
        margin-right: 60px;
    }
    .kyrowcc {
        font-size: 12px;
    }
    .kyrowct {
        font-size: 18px;
    }
    .mjp img {
        width: 260px;
        height: auto;
    }
    .kyrowc2 {
        width: 440px;
    }
    .kypic {
        width: 480px;
    }
    .kyc2 {
        width: 1020px;
        font-size: 14px;
    }
    .xht {
        width: 1060px;
    }
    .xhc {
        width: 1060px;
        line-height: 26px;
        font-size: 12px;
    }
    .xhslide {
        /* width: 1060px;
        height: 510px; */
    }
    .playvod {
        /* top: 170px;
        background-size: 70px; */
    }
    .xhct {
        width: 1060px;
    }
    .xhcp {
        width: 1080px;
    }
    .xhcp a {
        width: 510px;
        height: 350px;
    }
    .xwrow {
        width: 1060px;
    }
    .xwb {
        width: 120px;
        height: 35px;
        border: 1px solid #666;
        font-size: 12px;
        line-height: 35px;
    }
    .xwrow2 {
        width: 1060px;
    }
    .xwcc {
        font-size: 12px;
        line-height: 26px;
    }
}
@media screen and (max-width: 1300px) {
    .pagecont {
        top: 25%;
    }
    .pagecont .t1 {
        line-height: 80px;
        font-size: 34px;
    }
    .kyc1 {
        width: 960px;
        padding-bottom: 30px;
    }
    .kybken {
        width: 960px;
    }
    .kyrow {
        width: 960px;
    }
    .kyslide {
        width: 440px;
        height: 280px;
    }
    .kyrowc {
        width: 420px;
        margin-right: 50px;
    }
    .mjp img {
        width: 250px;
        height: auto;
    }
    .kyrowc2 {
        width: 440px;
    }
    .kypic {
        width: 440px;
    }
    .kyc2 {
        width: 920px;
        font-size: 14px;
    }
    .xht {
        width: 960px;
    }
    .xhc {
        width: 960px;
    }
    .xhslide {
        /* width: 960px;
        height: 460px; */
    }
    .playvod {
        /* top: 130px;
        background-size: 60px; */
    }
    .xhct {
        width: 960px;
    }
    .xhcp {
        width: 980px;
    }
    .xhcp a {
        width: 460px;
        height: 315px;
    }
    .xwrow {
        width: 960px;
    }
    .xwrow2 {
        width: 960px;
    }
}
