@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;
}


/*  */

.unite_wrap {
    width: 100%;
    height: 100vh;
    background: url(../images/unite_img_01.jpg) no-repeat center center;
    overflow: hidden;
}

.in_btn {
    display: block;
    width: 353px;
    height: 86px;
    position: absolute;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.in_btn:hover {
    opacity: 0.8;
}

.bottom_row {
    width: 100%;
    height: 82px;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.bottom_inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 82px;
    font-size: 24px;
    color: #fff;
}

.unite {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.unite_logo {
    position: fixed;
    top: 60px;
    right: 100px;
    z-index: 9;
}

.unite_title {
    margin-bottom: 50px;
    width: 472px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/title_bg.png);
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}

.unite_preface {
    width: 1200px;
    height: 573px;
    margin-bottom: 60px;
    padding: 70px 85px 0;
    box-sizing: border-box;
    background: url(../images/paper.png);
    font-size: 24px;
    line-height: 40px;
    text-indent: 65px;
    font-family: '';
}

.step {
    width: 1041px;
    height: 76px;
    background-image: url(../images/1-1.png);
}

.step ul {
    display: flex;
}

.step li {
    width: 25%;
}

.step a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 76px;
    color: #fff;
}

.step a:hover {
    color: #fff;
}

.part_title {
    width: 100%;
    height: 142px;
    background-repeat: no-repeat;
    background-position: center center;
}

.part_content {
    width: 1200px;
    padding: 20px;
    font-size: 24px;
    line-height: 44px;
    color: #333;
    font-family: '';
}

.part_box {
    width: 1244px;
    height: 520px;
    box-sizing: border-box;
    padding: 60px;
    padding-bottom: 0;
    background: url(../images/blood.png);
    position: relative;
}

.part_ti {
    width: 511px;
    height: 42px;
    background: url(../images/shadow_bar.png);
    position: absolute;
    bottom: 32px;
    right: 60px;
}

.part_ti ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
}

.part_ti li {
    width: 23px;
    height: 30px;
    margin: 0 5px;
}

.part_ti li a {
    width: 23px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #535253;
    font-size: 21px;
    color: #fff;
}

.part_ti li.active a {
    background-color: #d80000;
}

.part_wrap {
    display: flex;
    justify-content: space-between;
}

.part_left {
    width: 582px;
    height: 423px;
}

.part_slide {
    width: 582px;
    height: 423px;
}

.part_slide .swiper-slide {
    position: relative;
}

.part_slide .swiper-slide img {
    width: 582px;
    height: 423px;
}

.part_slide_dec {
    width: 100%;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-indent: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.part_slide .swiper-button-prev,
.part_slide .swiper-button-next {
    width: 34px;
    height: 70px;
}

.part_slide .swiper-button-prev {
    left: 0;
    background: url(../images/part_left.jpg);
}

.part_slide .swiper-button-next {
    right: 0;
    background: url(../images/part_right.jpg);
}

.part_info {
    width: 515px;
    padding: 15px 0;
}

.part_info h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.part_info p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    text-indent: 34px;
}

.float {
    width: 208px;
    height: 435px;
    background: url(../images/float.png);
    position: fixed;
    bottom: 190px;
    right: 0;
    z-index: 20;
}

.float a {
    display: block;
    width: 100%;
    height: 72px;
    opacity: 0;
}


/*  */

.in_btn2 {
    position: fixed;
    bottom: 147px;
    right: 108px;
    transition: all 0.3s;
}

.in_btn2:hover {
    right: 98px;
}

.bagui_logo {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -230px;
    margin-left: -448px;
    z-index: 9;
}

.nav {
    width: 100%;
    height: 70px;
    background: url(../images/nav_bg.png) #58400d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.nav li {
    width: 167px;
    position: relative;
}

.nav li:after {
    display: block;
    content: '';
    width: 1px;
    height: 32px;
    background-color: #f0ddae;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.nav li:last-child:after {
    display: none;
}

.nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 24px;
    font-family: '';
    color: #f0ddae;
    font-weight: bold;
}

.nav a:hover {
    color: #ffe400;
}

.nav span {
    font-size: 16px;
    font-family: '';
    font-weight: normal;
}

.nav li.active a {
    color: #ffe400;
}

.qianyan {
    width: 1200px;
    height: 605px;
    box-sizing: border-box;
    padding: 0 70px;
    padding-top: 230px;
    background: url(../images/qianyan.png);
    font-size: 25px;
    line-height: 42px;
    color: #865404;
    text-indent: 60px;
}

.tici_title {
    margin-bottom: 20px;
    text-align: center;
}

.word {
    width: 1107px;
    height: 655px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 110px;
    padding-top: 45px;
    background: url(../images/paper_25.png);
}

.word_box {
    height: 560px;
    overflow: auto;
}

.word_box li {
    padding: 8px 0;
    display: flex;
}

.word_num {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/square_25.png) no-repeat;
    font-size: 21px;
    color: #dd1919;
}

.word_link {
    padding-top: 8px;
    max-width: 733px;
    line-height: 32px;
    font-size: 21px;
    color: #333;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.word_box li a {
    margin-top: 12px;
    font-size: 21px;
    color: #dd1919;
    font-family: '';
}

.perface {
    width: 1200px;
    height: 605px;
    padding: 215px 70px 0;
    box-sizing: border-box;
    margin: 0 auto;
    background: url(../images/qianyan.png);
    font-size: 25px;
    line-height: 42px;
    font-family: '';
    color: #865404;
}

.perface_content {
    height: 344px;
    overflow: auto;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px !important;
    background-color: #000 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 10px !important;
    background-color: #979797 !important;
}

.show_container {
    width: 1200px;
    height: 680px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 100px;
    padding-top: 75px;
    padding-left: 47px;
    box-sizing: border-box;
    background: url(../images/part_bg.png);
}

.tab ul {
    width: 260px;
    height: 540px;
    overflow: auto;
}

.tab li {
    width: 211px;
    height: 62px;
    margin-bottom: 8px;
}

.tab li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    background: url(../images/tabbg.png);
    color: #333;
}

.tab li.active a {
    background: url(../images/tabon.png);
    color: #fff;
}

.tab li span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
    line-height: 22px;
}

.show_right {
    width: 860px;
}

.show_box {
    position: relative;
}

.show_slide {
    width: 860px;
}

.show_slide .swiper-slide {
    padding: 0 75px;
    box-sizing: border-box;
}

.show_img {
    width: 100%;
    height: 380px;
    margin-bottom: 20px;
}

.show_img img {
    width: 710px;
    height: 380px;
}

.show_dec {
    font-size: 18px;
    line-height: 30px;
    color: #d11b1b;
    font-family: '';
}

.show_box .swiper-button-next,
.show_box .swiper-button-prev {
    width: 58px;
    height: 88px;
    margin-top: -100px;
}

.show_box .swiper-button-next {
    right: 0;
    background: url(../images/pright.jpg);
}

.show_box .swiper-button-prev {
    left: 0;
    background: url(../images/pleft.jpg);
}

.tab2 {
    width: 710px;
    margin: 0 auto 20px;
    height: 36px;
    position: relative;
}

.tab2_scroll {
    width: 710px;
    margin: 0 auto;
}

.tab2_scroll li {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}

.tab2_scroll a {
    display: inline-block;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    background-color: #c6c4a8;
    font-size: 16px;
    color: #333;
}

.tab2_scroll a:hover {
    color: #333;
}

.tab2_scroll li.active a {
    background-color: #615c17;
    color: #fff;
}


.xomb{
    background: url('../images/parti2.png') no-repeat center center;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 124px;
    color: #615C17;
    font-family:'';
}
.xomb h3{
  position: absolute;
  left: 50%;
  bottom: 42px;
  z-index: 888;
  font-size:54px;
  letter-spacing: 1px;
  font-weight: bold;

}
.xomb p{
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 999;
    font-size:32px;
    letter-spacing: 3px;
    font-weight: bold;
}
