html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  /* font: inherit; */
  /* vertical-align: baseline; */
}
i {
    font-style: italic;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
footer{
    position: relative;
}
body{
	background-color: #E7E7E7;
    font-family: 'Libre Caslon Text', 'Garamond', serif;
}
h1, h2, h3{
    font-family: 'Libre Caslon Text', serif;
}
body p,
.lh1-5{
	line-height: 1.6;
	margin-bottom: 5px;
}
.first_word_big{
    font-family: 'Libre Caslon Text', serif;
    text-transform: uppercase;
    font-weight: 700;
}
.first_word_big .first_word_big_1{
    font-size: larger;
    font-size: 1.5em;
}
/* menu */
.dm_con{
	display: none;
}
.m_con{
	display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.menu_con{
    display: flex;
    align-items: stretch;
}
.menu_box{
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #DEDEDE;
    transition: all .3s;
	padding: 0px;
    padding-right: 15px;
}
.menu_box.active{
    left: 0;
}
.menu_box .logo_con, .menu_box .f_logo_con{
    text-align: center;
	max-width: 50%;
	min-width:300px;
}
.menu_box .logo_con img, .menu_box .f_logo_con img{
    height: 100%;
	display: block;
}
.menu_box .menu{
	display: flex;
    align-items: stretch;
}
.menu_box .menu li{
	padding: 16px 3px 20px 3px;
    list-style: none;
    border-top: 3px solid transparent;
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.menu_box .menu .s_menu li{
    margin: 8px 0px;
    margin-left: 30px;
    list-style: none;
}
.menu_box .menu li a{
    display: block;
    padding: 3px 3px;
    text-decoration: none;
    color: #be3725;
    font-size: 19px;
    font-weight: 500;
    font-family: var(--r-main-font);
    cursor: pointer;
    text-transform: uppercase;
}
@media(max-width:1080px){
    .menu_box .menu li a{
        font-size: 17px;
    }
}
@media(max-width:1024px){
	.menu_box .menu li{
		padding: 16px 1px 20px 1px;
	}
	.menu_box .menu li a{
		font-size: 14px;
		font-weight: 500;
	}
}
@media(max-width:924px){
	.menu_box .menu li{
		margin: 0px 3px;
	}
	.menu_box .menu li a{
		font-size: 14px;
		font-weight: 500;
	}
}
@media(max-width:882px){
	.menu_box{
		padding-right: 0px;
	}
	.m_con{
		display: block;
	}
	.menu_box .logo_con, .menu_box .f_logo_con{
        max-width: 100%;
        min-width: 320px;
        position: relative;
        z-index: 9;
        background-color: #DEDEDE;
        padding: 0 35px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	.menu_box .logo_con a, .menu_box .f_logo_con a{
		display: flex;
		justify-content: center;
	}
	.menu_box .menu li{
		margin: 0px 3px;
	}
	.menu_box .menu li a{
		font-size: 15px;
		font-weight: 500;
	}
	.menu_box .menu{
		display: block;
        display: none;
	}
}
.menu_box .menu li.active{
    border-top: 3px solid #c03624;
}
.menu_box .menu li.active a{
    font-weight: bold;
}

.menu_box .menu li a .s_status_icon{
    position: relative;
    width: 1.6em;
    height: 1.6em;
    transform: rotate(-90deg) translateX(0.6em);
    display: block;
    float: right;
}
.menu_box .menu li a .s_status_icon:before{
        content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.1em;
    height: .2em;
    border-radius: .1em;
    background-color: currentColor;
    transition: all .15s ease,background-color .8s ease;
    transform-origin: .1em 50%;
    will-change: transform;
    transform: translateX(0.1em) translateY(0.75em) rotate(45deg);
    background-color: #666;
}
.menu_box .menu li a .s_status_icon:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.1em;
    height: .2em;
    border-radius: .1em;
    background-color: currentColor;
    transition: all .15s ease,background-color .8s ease;
    transform-origin: .1em 50%;
    will-change: transform;
    transform: translateX(0.1em) translateY(0.65em) rotate(-45deg);
    background-color: #666;
}
.menu_box .menu li.active a .s_status_icon{
    transform: rotate(90deg);
}
.menu_box .menu li .s_menu{
    display: block;
}
.menu_box .menu li.active .s_menu{
    display: block;
}
.menu_box .menu .s_menu li a{
    background-color: transparent;
    color: #222;
}
.menu_box .menu .s_menu li.active a{
    background-color: #97161A;
    color: #fff;
}

@keyframes menucolor {
  0% {color: #383838;}
  20% {color: #000000;}
  50% {color: #eeeeee;}
  70% {color: #000000;}
  100% {color: #383838;}
}
@keyframes menubgcolor {
  0% {background-color: #383838;}
  20% {background-color: #000000;}
  50% {background-color: #eeeeee;}
  70% {background-color: #000000;}
  100% {background-color: #383838;}
}
.menu_tog_btn{
    position: fixed;
    z-index: 9;
    color: #000;
    animation: menucolor 6s infinite;
    text-shadow: #5a5a5a 1px 1px 1px;
    left: 5px;
    top: calc(50% - 25px);
    cursor: pointer;
    display: none;
}
.menu_tog_btn .b_right{
    position: relative;
    width: 1.6em;
    height: 3.4em;
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: middle;
}
.menu_tog_btn .b_right:after, .menu_tog_btn .b_right:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6em;
    height: .35em;
    border-radius: .1em;
    transition: all .15s ease,background-color .8s ease;
    transform-origin: .2em 50%;
    will-change: transform;
    background-color: #383838;
    animation: menubgcolor 6s infinite;
}
.menu_tog_btn .b_right:before{
    transform: translateX(.5em) translateY(1.55em) rotate(45deg);
}
.menu_tog_btn .b_right:after {
    transform: translateX(.5em) translateY(1.55em) rotate(-45deg);
}

.mm_con{
	display: none;
}
.menu_tog_btn .nav_btn {
    width: 25px;
    height: 16px;
    position: relative;
    cursor: pointer;
	margin-top: 18px;
    margin-left: 15px;
}
.nav_btn .line {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #6D333C;
    position: absolute;
    left: 50%;
    margin-left: -15px;
}
.nav_btn .line1 {
    -webkit-transform-origin: 4px 0;
    -ms-transform-origin: 4px 0;
    transform-origin: 4px 0;
}
.nav_btn .line2 {
    top: 7px;
}
.nav_btn .line3 {
    bottom: 0px;
    -webkit-transform-origin: 1px center;
    -ms-transform-origin: 1px center;
    transform-origin: 1px center;
}
@media(max-width:882px){
	.menu_tog_btn{
		top: 0px;
		z-index: 9;
	}
	.dm_con{
		display: none;
	}
	.mm_con{
		display: block;
	}
	.menu_box .menu li.active{
		border-left: 3px solid #c03624;
		padding-left: 15px;
		border-top: none;
	}
}



.s_banner_con{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s_banner_con .s_banner{
    width: 100%;
}
.s_banner_con .title{
    color: #fff;
    background: #a22c1ebf;
    font-size: 40px;
    padding: 5px 10px;
    font-family: 'Libre Caslon Text', serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    position: absolute;
	letter-spacing: 10px;
}
@media (max-width: 882px){
    .s_banner_con .title {
        font-size: 35px;
    }
}

@media(max-width: 482px){
    .s_banner_con{
        overflow: hidden;
    }
    .s_banner_con .s_banner{
        width: auto;
        min-width: 100%;
        height: 130px;
    }
    
    .s_banner_con .title {
        font-size: 25px;
    }
}



.ss_con1{
    position: relative;
    background-color: #EEE5DC;
}
.ss_con2{
    position: relative;
    background-color: #CDC5B8;
}
.ss_con3{
    position: relative;
    background-color: #EEE5DC;
}
.bg3_r{
    position: absolute;
    right: 0;
    bottom: 30%;
    width: 10%;
    max-width: 100px;
}
.bg3_l{
    position: absolute;
    left: 0;
    bottom: -3%;
    width: 10%;
    max-width: 100px;
}
.container .title{
    font-size: 38px;
    font-weight: 500;
    padding: 30px 0px 35px 0px;
    color: #6D333C;
    text-align: center;
}
.container .title span{
    border-bottom: 4px solid #D90C2D;
}
.container .content{
    max-width: 95%;
    margin: auto;
}
.container .content .video_con{
    text-align: center;
}
.container .content .video_con video{
    width: 100%;
}
.container .content .info_con{
    background: rgba(234, 223, 201, 0.95);
    color: #000;
    line-height: 1.5;
    padding: 15px;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 60px;
}
.video_360_con, .gallery_con{
    padding: 15px 0;
}
.video_360_con .col{
    padding-top: 15px;
    padding-bottom: 15px;
    width: 25%;
}

@media(max-width: 720px){
    .video_360_con .col{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.video_360_con img{
    width: 100%;
    box-shadow: #ccc 1px 1px 6px 2px;
    cursor: pointer;
}
.gallery_con img{
    width: 100%;
    border: 5px solid #fff;
    box-shadow: #ccc 1px 1px 6px 2px;
}
.gallery_con .col{
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
@media(max-width: 720px){
    .container .title{
        font-size: 26px;
    }
	.gallery_con .col{
		max-width: 50%;
		flex: 0 0 49.99999%;
	}
}
.ss_con2 .container .title{
    text-align: left;
    font-size: 36px;
    padding-left: 25px;
}
.container .title .icon3{
    vertical-align: middle;
    height: 58px;
    margin-top: -8px;
}

.ss_con3 .container .title{
    text-align: left;
    font-size: 36px;
    padding-left: 25px;
    padding-bottom: 0px;
}

.ss_con3 .bg3{
    width: 100%;
    margin-top: -12%;
    margin-bottom: -5px;
}

.video-js .vjs-big-play-button{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ss_con1 .bg5{
    width: 100%;
    margin-top: -12%;
    margin-bottom: -5px;
}

.history_con .col{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media(max-width: 980px){
    .container .title{
        font-size: 28px;
    }
    .history_con .col{
        -ms-flex: 0 0 24.99999%;
        flex: 0 0 24.99999%;
        max-width: 24.99999%;
    }
}
@media(max-width: 760px){
    .container .title{
        font-size: 24px;
    }
    .history_con .col{
        -ms-flex: 0 0 49.99999%;
        flex: 0 0 49.99999%;
        max-width: 49.99999%;
    }
}
@media(max-width: 480px){
    .container .title{
        font-size: 18px;
    }
}
.history_con .col img{
    width: 100%;
}
.history_con .col .title{
    font-size: 16px;
    color: #333;
    /* white-space: nowrap; */
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
	padding: 0px 0px 15px 0px;
    text-align: center;
	font-weight: bold;
}
.history_con .col .name{
    font-size: 14px;
    color: #782521;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0px 0px;
    text-align: center;
    font-weight: bold;
}
.info_con .title{
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0px;
    text-align: left;
}
.info_con .name{
    font-size: 18px;
    color: #782521;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0px 0px 10px 0px;
    text-align: left;
    font-weight: 500;
}