.gyln {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ececec;
    padding: 80px 0;
}
.gylnc {
    width: 73%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.gyv {
    width: 39vw;
    height: 23.5vw;
    border: 5px solid #999999;
    float: left;
    overflow: hidden;
    position: relative;
}

.gyv img.playbtn {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 10;
    opacity: .8;
    cursor: pointer;
}
.gyv:hover .playbtn {
    opacity: 1;
}

.playbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    display: none;
    background: #000;
}

.playbox video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.playbox img.closebtn {
    display: block;
    width: 37px;
    height: 37px;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 200;
}

.lnc {
    width: calc(100% - 45vw);
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 5vw;
}

.lnct {
    margin-top: 50px;
    line-height: 80px;
    font-size: 48px;
    color: #5a3222;
    font-weight: bold;
}
.lncc {
    font-size: 18px;
    line-height: 200%;
    margin-top: 30px;
}
.gylc {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
    position: relative;
    padding: 80px 0;
}
.gylc img {
    display: block;
    width: 270px;
    position: absolute;
    right: 130px;
    top: -120px;
    z-index: 100;
}
.gylct {
    width: 230px;
    line-height: 100px;
    display: inline-block;
    vertical-align: top;
    font-size: 48px;
    color: #5a3222;
    text-align: center;
    font-weight: bold;
}
.gylcc {
    width: 740px;
    height: auto;
    display: inline-block;
    text-align: left;
    padding: 0 30px;
    font-size: 16px;
    line-height: 40px;
    vertical-align: top;
    border-left: 1px solid #ddd;
}
.gytime {
    height: 580px;
    width: 100%;
    position: relative;
}
.timeline {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 0;
}
.timeline span {
    display: inline-block;
    width: 150px;
    line-height: 60px;
    font-size: 30px;
    color: #aaa;
    cursor: pointer;
    position: relative;
}
.timeline span::after {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    bottom: -2px;
    z-index: 10;
    -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;
}
.timeline span:hover {
    font-weight: bold;
}
.timeline span.on {
    font-weight: bold;
    color: #955223;
}
.timeline span.on::after {
    width: 10px;
    height: 10px;
    background: #955223;
    margin-left: -5px;
    bottom: -5px;
}

.lcslide {
    width: 1150px;
    height: 350px;
    background: #e6e6e6;
    margin: 60px auto 0 auto;
    overflow: hidden;
    position: relative;
}
.slideb, .slidebleft,.slidebright {
    display: none;
}
.timeleft, .timeright {
    width: 80px;
    height: 80px;
    cursor: pointer;
    position: absolute;
    top: 50%;
}
.timeleft {
    left: 100px;
}
.timeright {
    right: 100px;
}
.timeleft img , .timeright img {
    display: block;
    width: 30px;
    height: auto;
    margin: 25px;
    opacity: .5;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
}

.lcp {
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: right;
}
.lctb {
    display: table;
    width: 50%;
    height: 350px;
    float: left;
}
.lctd {
    display: table-cell;
    vertical-align: middle;
    height: 310px;
    padding: 20px 50px;
}
.lccont {
    height: auto;
    max-height: 310px;
    font-size: 16px;
    line-height: 36px;
    overflow: auto;
}
.lccont img {
    max-width: 100%;
}


.gymap {
    width: 82%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 60px auto;
}
.mapp {
    width: 57%;
    height: auto;
    overflow: hidden;
    float: left;
}
.mapp img {
    display: block;
    max-width: 100%;
}
.mapc {
    width: 35%;
    height: auto;
    overflow: hidden;
    float: right;
}
.mapct {
    font-size: 24px;
    line-height: 90px;
    font-weight: bold;
}
.mapcc {
    font-size: 14px;
    line-height: 36px;
}
.newsbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fcfcfc;
    padding: 50px 0 80px 0;
    position: relative;
}
.newst {
    line-height: 100px;
    font-size: 48px;
    color: #5a3222;
    text-align: center;
    font-weight: bold;
}

.gyup {
    width: 100%;
    height: 780px;
    overflow: hidden;
    background: url(/static/images/gybg.jpg) center no-repeat;
    background-size: cover;
}
.upt {
    line-height: 80px;
    padding-top: 80px;
    font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.upt2 {
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.gyup .inp {
    width: 640px;
    height: 55px;
    line-height: 55px;
    border-radius: 3px;
    background: #fff;
    border: 0;
    display: block;
    margin: 0 auto 10px auto;
    padding-left: 20px;
    font-size: 18px;
    text-align: left;
    opacity: .8;
}
.inprow {
    width: 660px;
    height: 55px;
    line-height: 55px;
    margin: 0 auto 10px auto;
    font-size: 18px;
}
.gyup .inp2 {
    width: 305px;
}
.gyup input::-webkit-input-placeholder {
	color: #333;
}

.gyup input:-moz-placeholder {
	color: #333;
}

.gyup input::-moz-placeholder {
	color: #333;
}

.gyup input:-ms-input-placeholder {
	color: #333;
}
.btn {
    display: block;
    width: 660px;
    height: 55px;
    margin: 0 auto;
    background: #955223;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
}

.inpbar {
    width: 660px;
    height: auto;
    margin: 0 auto 10px auto;
    overflow: hidden;
    opacity: .8;
}

.gydt {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
    position: relative;
    text-align: left;
    font-size: 0;
    white-space: nowrap;
}
a.gynews {
    width: 30%;
    height: 460px;
    display: inline-block;
    margin-left: 5%;
    overflow: hidden;
    text-decoration: none;
}
.gynews:nth-child(1) {
    margin-left: 0;
}
.gynews p {
    display: block;
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
}
.gynews p i {
    display: block;
    width: 100px;
    background: #955223;
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-style: normal;
    line-height: 30px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.gynews span {
    display: block;
    line-height: 40px;
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.gynews font {
    display: block;
    height: 50px;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    margin-top: 20px;
    white-space:normal;
}
.gynews b {
    display: block;
    font-size: 14px;
    width: 80px;
    margin-top: 20px;
    font-weight: normal;
    background: url(/static/images/pagearo2.gif) right center no-repeat;
}
.newsl, .newsr {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 40%;
    cursor: pointer;
    font-size: 0;
    overflow: hidden;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
}
.newsl {
    left: 5%;
    border-left: 3px solid #bbb;
    border-bottom: 3px solid #bbb;
}
.newsr {
    right: 5%;
    border-right: 3px solid #bbb;
    border-top: 3px solid #bbb;
}
.newspage {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
}
.newspage span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eee;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    margin: 0 5px;
    cursor: pointer;
}
.newspage span:hover {
    background: #e5e5e5;
}
.newspage span.on {
    background: #e06b24;
    color: #fff;
}

@media screen and (max-width: 1680px) {
    a.gynews {
        height: 400px;
    }
    .gynews p {
        height: 220px;
    }
    
}
@media screen and (max-width: 1440px) {
    .gylnc {
        width: 80%;
    }
    .lnct {
        margin-top: 20px;
        line-height: 60px;
        font-size: 40px;
    }
    .lncc {
        font-size: 16px;
        margin-top: 20px;
    }
    a.gynews {
        height: 400px;
    }
    .gynews p {
        height: 200px;
    }
    .gynews span {
        font-size: 18px;
    }
    .gynews font {
        height: 45px;
        font-size: 12px;
        line-height: 22px;
    }
    .gynews b {
        font-size: 12px;
    }
}
@media screen and (max-width: 1280px) {
    a.gynews {
        height: 360px;
    }
    .gynews p {
        height: 180px;
    }
    
}