@charset "UTF-8";

/* 栏目一 */

.section-bg {
    width: 1920px;
    height: 1080px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.local-box .local-name {
    position: absolute;
    top: 32px;
    left: 27px;
    font-weight: 600;
    color: #fff;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 21px 9px;
    font-size: 38px;
    width: 70px;
    height: 278px;
    background-image: url(../img/card_bg.png);
    background-size: contain;
    background-repeat: no-repeat
}

.local-box{
    background-image: url(../img/section1_bg.png);
    background-size: cover;
    width: 435px;
    height: 431px;
    margin-bottom: 140px;
    position: relative;
    display: inline-block;
}


.section {
    width: 1710px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1
}

.section:after,
.section:before {
    content: "";
    display: table;
    line-height: 0
}

.section:after {
    clear: both
}

.local-box img {
    display: block;
    width: 98%;
    height: 98%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.local-bg{

    background-image: url(../img/section1_bg2.png);
    display: inline-block;
    width: 932px;
    height: 982px;
    background-size: 95% 95%;
    margin-left: 336px;
    margin-top: 50px;
}

.map {
    color: #316fc4;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0
}

.map li {
    position: absolute;
    left: 50%;
    width: 140px;
    height: 109px;
    cursor: pointer
}

.map li img {
    width: 125px;
    height: 125px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 4px auto 0
}

.map li p {
    position: absolute;
    width: 180px;
    text-align: center;
    font-size: 18px;
}


.map li.active img {
    border: solid 4px #3888d2;
}

.map .local-1 {
    top: 583px;
    margin-left: -492px;

}


.map .local-2 {
    top: 449.5px;
    margin-left: -248px;
}

.map .local-3 {
    top: 248px;
    margin-left: 9.5px
}

.map .local-4 {
    top: 753px;
    margin-left: -229px;
}

.map .local-5 {
    top: 664px;
    margin-left: 33px;
}

.map .local-6 {
    top: 455px;
    margin-left: 122px;
}


/* 栏目二 */
.djch_nr {
width: 1692px;
height: 546px;
display: block;
top: 400px;
position: absolute;
background-image: url(../img/s.png);
background-size: 100% 100%;
background-position: center;
margin: -2% 15%;
}


.focusBox4 {
    width: 1217px;
    height: 540px;
    position: relative;
    margin: 0.1% 16%;
}

.focusBox4 .swiper-container {
    width: 1190px;
    height: 540px;
}

.swiper-slide {
    position: relative;
}

.slide_cont {
    width: 1217px;
}

.narrow_box {
    float: left;
    width: 240px;
    height: 540px;
    position: relative;
    margin-right: 7px;
    transition: all 1s;
    cursor: pointer;
}

.narrow_box .title {
    position: absolute;
    left: 0;
    width: 240px;
    height: 270px;
    background: url(../img/section2_bg.png) no-repeat;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    padding: 80px 35px;
    z-index: 2;
    box-sizing: border-box;
}

.narrow_box .title a {
    color: #fff;
}

.narrow_box .img {
    position: absolute;
    left: 0;
    width: 240px;
    height: 270px;
}

.narrow_box .img img {
    width: 100%;
    height: 100%;
}

.narrow_box:nth-child(odd) .title {
    top: 0;
}

.narrow_box:nth-child(odd) .img {
    top: 270px;
}

.narrow_box:nth-child(even) .title {
    top: 270px;
}

.narrow_box:nth-child(even) .img {
    top: 0;
}

.narrow_box.on {
    width: 440px;
    height: 540px;
}

.narrow_box.on .img {
    position: absolute;
    left: 0;
    width: 440px;
    height: 540px;
    top: 0\9;
}

.narrow_box.on .title {
    position: absolute;
    left: 0;
    top: 407px;
    width: 100%;
    height: 133px;
    background: url(../img/section2_bg2.png) repeat-x;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    padding: 75px 10px 0 10px;
}

.narrow_box.on:nth-child(odd) .img {
    top: 0;
}


/* 栏目三 */

.flipbook-viewport{
	overflow:hidden;
	width:100%;
	height:100%;
}

.flipbook-viewport .container{
	position:absolute;
	top:60%;
	left:50%;
	margin:auto;
}

.flipbook-viewport .flipbook{
	width:922px;
	height:600px;
	left:-461px;
	top:-300px;
}

.flipbook-viewport .page{
	width:461px;
	height:600px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.flipbook .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

.flipbook-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}

.flipbook video {
    outline: none;
    object-fit: cover;
    margin: 30px 45px 15px 45px;
    width: 400px;
    height: 245px;
}

.flipbook-viewport {
    width: 100vw;
    height: 110vh;

}
.bookdiv{

    width: 500px;
    height: 150px;
}
.bookdiv p{
font-size: 18px;
line-height: 24px;
text-align: center;
}

#section3_bg{

    position: absolute;
    right: 0px;
    bottom: 12%;

}

.videoPlay1::-webkit-media-controls-fullscreen-button {
    display: none !important;
}


video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}


video::-webkit-media-controls-volume-slider {
    display: none !important;
}

video::-webkit-media-controls-mute-button {
    display: none !important;
}