@charset "UTF-8";
body {
    font-size: 14px;
    font-family: "";
    background: #fff;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.fn {
    float: none;
}

.f2 {
    font-size: 12px;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
    text-decoration: none;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul li a:hover {
    color: #f4bb21;
}

div a:hover {
    color: #f4bb21;
}

input,
form,
select,
textarea {
    margin: 0px;
    padding: 0px;
    outline: medium;
    border: 0;
    border-radius: 0;
    background: none;
    font-family: "";
    font-size: 14px;
}

i,
em {
    font-style: normal;
}

.mo {
    margin: 0 auto;
}

.most {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}

.roundBorder {
    border-radius: 15px;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.dsk {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}


/**/

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}


/**/

.db {
    display: block;
}

.dn {
    display: none;
}

.di {
    display: inline;
}

.dib {
    display: inline-block;
}


/**/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}


/**/

a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.lazy {
    width: 100%;
    height: 100%;
    background: url(../images/loading.gif) 50% no-repeat;
}

.guide_wrap {
    width: 100%;
    height: 100vh;
    background: url(../images/bg.jpg) no-repeat center center;
}

.guide_container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.guide_btn {
    display: block;
    width: 296px;
    height: 72px;
    margin: 50px auto;
}

.guide_btn:hover {
    opacity: 0.8;
}

.visit {
    width: 560px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .3);
}

.visit p {
    margin-bottom: 0;
    margin-right: 16px;
    font-size: 20px;
    color: #fff;
}

.visit .item {
    width: 30px;
    height: 42px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 22px;
    color: #333;
}

.inside_container {
    width: 1200px;
    margin: 0 auto;
}

.nav {
    padding-top: 110px;
    margin-bottom: 50px;
}

.nav ul {
    display: flex;
    justify-content: space-between;
}

.nav li {
    width: 193px;
    height: 92px;
}

.nav li a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav0 a {
    background: url(../images/nav0.png);
}

.nav1 a {
    background: url(../images/nav1.png);
}

.nav2 a {
    background: url(../images/nav2.png);
}

.nav3 a {
    background: url(../images/nav3.png);
}

.nav4 a {
    background: url(../images/nav4.png);
}

.nav5 a {
    background: url(../images/nav5.png);
}

.nav0.on a {
    background: url(../images/nav0_o.png);
}

.nav1.on a {
    background: url(../images/nav1_o.png);
}

.nav2.on a {
    background: url(../images/nav2_o.png);
}

.nav3.on a {
    background: url(../images/nav3_o.png);
}

.nav4.on a {
    background: url(../images/nav4_o.png);
}

.nav5.on a {
    background: url(../images/nav5_o.png);
}

.front_box {
    width: 100%;
    height: 386px;
    padding: 40px 60px 0;
    box-sizing: border-box;
    background: url(../images/paper1.jpg) no-repeat;
}

.front_title {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 209px;
    height: 72px;
    padding-left: 45px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: url(../images/title_bg.png) no-repeat;
    font-size: 28px;
    font-weight: bold;
    font-family: '';
    color: #f4bb21;
}

.front_content {
    height: 204px;
    overflow-y: auto;
    font-size: 16px;
    line-height: 34px;
    color: #333;
    font-family: '';
    text-indent: 35px;
}

.tips {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    font-family: '';
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.navbb {
    width: 100%;
    background-color: #c4292f;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.navbb ul {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.navbb li {
    width: 200px;
    border-right: 1PX #a21c21 solid;
    border-bottom: 1PX #a21c21 solid;
}

.navbb li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68px;
    background-color: #c4292f;
    border: 1PX #db373e solid;
    font-size: 18px;
    font-weight: bold;
    color: #fbe583;
}

.navbb li a.on {
    background-color: #fbe583;
    color: #000;
}

.banner {
    width: 100%;
    height: 560px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 1920px;
    height: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jz {
    background: url(../images/bg3.jpg);
}

.jz_container {
    padding: 45px 0;
    width: 1200px;
    margin: 0 auto;
}

.jz_top {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
}

.jz_menu {
    width: 80px;
    height: 253px;
    margin-right: 80px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px #000 solid;
    position: relative;
    font-family: '';
}

.jz_menu h3 {
    font-size: 36px;
    font-weight: bold;
}

.jz_menu p {
    width: 40px;
    height: 90px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #af2619;
    position: absolute;
    bottom: 0;
    right: -40px;
    font-size: 18px;
    color: #fff;
}

.jz_front {
    flex: 1;
    position: relative;
    font-size: 16px;
    line-height: 34px;
    font-family: '';
    font-weight: bold;
}

.dot1,
.dot2 {
    position: absolute;
}

.dot1 {
    top: 0;
    left: -50px;
}

.dot2 {
    bottom: -20px;
    right: 0;
}

.info_item {
    margin-bottom: 55px;
}

.info_wrap {
    width: 100%;
    padding: 0 45px;
    box-sizing: border-box;
    background: url(../images/bar.jpg) repeat-y;
    background-size: 100% 59px;
}

.top_img {
    width: 100%;
}

.info_box {
    padding: 30px 0;
    border-bottom: 1PX #e7e1dd solid;
}

.info_box:last-child {
    border-bottom: none;
}

.name_row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.name_row span {
    width: 36px;
    height: 36px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #af2619;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.name_row h3 {
    font-size: 24px;
    font-weight: bold;
    font-family: '';
    color: #333;
}

.circle {
    margin-right: 12px;
    width: 17px;
    height: 17px;
}

.info_content {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 34px;
    color: #222;
}

.history_item a {
    display: block;
    padding: 16px;
    background-color: #ebe4dd;
    position: relative;
}

.history_img {
    height: 237px;
    margin-bottom: 10px;
    background-color: #fff;
    position: relative;
}

.history_mask {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
}

.history_mask i {
    display: block;
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    background: url(../images/plus.png);
}

.history_item:hover .history_mask {
    opacity: 1;
}

.history_p {
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-indent: 24px;
}

.his_slide .swiper-button-prev,
.his_slide .swiper-button-next {
    width: 37px;
    height: 118px;
    margin-top: 0;
    top: 90px;
    background-color: #c6c0bb;
}

.his_slide .swiper-button-prev:hover,
.his_slide .swiper-button-next:hover {
    background-color: #af2519;
}

.his_slide .swiper-button-next.swiper-button-disabled,
.his_slide .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}

.his_slide .swiper-button-prev {
    background-image: url(../images/left.png);
    background-size: 16px 18px;
    left: 0;
}

.his_slide .swiper-button-next {
    background-image: url(../images/right.png);
    background-size: 16px 18px;
    right: 0;
}

.jz_tips {
    width: 100%;
    text-align: center;
    font-family: '';
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    color: #888;
}

.popup {
    width: 1240px;
    padding: 35px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
}

.popup_close {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    top: 4px;
    right: -42px;
}

.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29;
}

.mySwiper2 {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #f1f1f1;
    overflow: hidden;
    position: relative;
}

.big_item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.big_img {
    width: 500px;
    height: 346px;
    margin-bottom: 12px;
    background-color: #fff;
}

.big_info {
    width: 960px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
}

.mySwiper2 .swiper-button-prev,
.mySwiper2 .swiper-button-next {
    width: 37px;
    height: 118px;
    margin-top: -59px;
    top: 50%;
    background-color: #c6c0bb;
}

.mySwiper2 .swiper-button-prev:hover,
.mySwiper2 .swiper-button-next:hover {
    background-color: #af2519;
}

.mySwiper2 .swiper-button-next.swiper-button-disabled,
.mySwiper2 .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}

.mySwiper2 .swiper-button-prev {
    background-image: url(../images/left.png);
    background-size: 16px 18px;
    left: 0;
}

.mySwiper2 .swiper-button-next {
    background-image: url(../images/right.png);
    background-size: 16px 18px;
    right: 0;
}

.mySwiper {
    height: 112px;
    overflow: hidden;
}

.mySwiper .swiper-slide {
    height: 100%;
    box-sizing: border-box;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .swiper-slide-thumb-active {
    border: 2px #8f383b solid;
}