@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/iconfont.woff2') format('woff2'),
        url('../font/iconfont.woff') format('woff'),
        url('../font/iconfont.ttf') format('truetype'),
        url('../font/iconfont.svg#iconfont') format('svg');
}


.iconfont {
    font-family: "iconfont" !important;
    font-size: 35px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
    border: #bf6464 2px dashed !important;
    background-color: #fdfbfb !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

label.error {
    color: #bf6464;
    padding-top: 5px;
    display: block;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #c1232c !important;
    background-color: #c1232c;
    color: #fff;
}

.float-right {
    float: right;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.color-primary {
    color: #c1232c;
}

.text-primary {
    color: #c1232c;
}

.text-warning {
    color: #ffa367;
}

.text-danger {
    color: #c1232c;
}

.text-info {
    color: #aaa;
}

.text-success {
    color: #323232;
}

.text-default {
    color: #f5f6f8;
}

.text-bai {
    color: #fff;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #c1232c !important;
    background-color: #c1232c !important;
    color: #fff;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line10 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

body {
    color: #393939;
    font-family: '微软雅黑';
    font-size: 16px;
    background: #fff;
}

a {
    color: #393939;
}

a:hover {
    color: #91663c;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-content-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-190 {
    padding-top: 190px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-190 {
    padding-bottom: 190px;
}

.padding-left-40 {
    padding-left: 40px;
}

.layui-btn {
    background-color: #91663c;
    width: 100%;
}

.layui-btn-primary {
    background-color: #fff;
}

.layui-btn-warm {
    background-color: #FFB800;
}

.alert {
    padding: 10px;
    overflow: hidden;
    border-radius: 3px;
}

.alert.alert-danger {
    background: #fff;
}

.alert.alert-info {
    background: #aaa;
}

.alert.alert-success {
    background: #323232;
}

.alert.alert-primary {
    background: #c1232c;
}

.alert .close {
    float: right;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
}

.strong {
    font-weight: bold;
}



#scrolltop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
}

#scrolltop .layui-icon {
    font-size: 42px;
    color: #036192;
    cursor: pointer;
}

.img-responsive {
    width: 100%;
    display: block;
}

.hfade {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.layui-fluid {
    padding: 0;
}

.clearfix2 {
    zoom: 1;
}

.clearfix2::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.clearfix2::before {
    display: table;
    content: " ";
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}



.mheader,
.mnav {
    display: none;
}

.header {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    transition: all 0.4s ease-out 0s;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.header:hover {
    background: #fff;
}

.header:hover .nav>ul>li>a {
    color: #333;
}

.header:hover .logo .pic2 {
    display: block;
}

.header:hover .logo .pic1 {
    display: none;
}

.header h1 {
    width: auto;
    padding-left: 0px;
}

.header h1 img {
    height: 87px;
}

.header .cont {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0 100px;
}

.header a {
    font-size: 16px;
}

.header .nav>ul>li {
    float: left;
    padding: 33px 25px 0;
    height: 87px;
    box-sizing: border-box;
    position: relative;
}

.header .nav>ul>li>a {
    display: block;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    transition: all 0.4s ease-out 0s;
}

.header .nav>ul>li>a>span {
    display: block;
}

.header .nav>ul>li>a>span.en {
    font-size: 14px;
    display: none;
}

.header .nav>ul>li>a:hover,
.header .nav>ul>li.on>a {
    color: #91663c;
}

.header .nav>ul>li.tp_en {
    padding: 34px 0 0;
    margin: 0px 20px 0 20px;
}

.header .nav>ul>li.tp_sch {
    padding: 32px 0 0;
}

.header .nav>ul>li.tp_sch>a {
    padding: 0;
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .nav>ul>li .layui-icon {
    font-size: 16px;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.header .nav .submenu {
    position: absolute;
    width: 100%;
    top: 87px;
    left: 0;
    background: rgba(255, 255, 255, .9);
    border-bottom: 3px solid #91663c;
    transition: all 0.4s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.header .nav>ul>li:hover .submenu {
    opacity: 1;
    visibility: visible;
}

.header .nav .submenu .body {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
}

.header .nav .submenu .body .top_ad {
    float: left;
    width: 710px;
}

.header .nav .submenu .body .top_ad .pic {
    float: left;
    margin-right: 25px;
}

.header .nav .submenu .body .top_ad .title {
    font-size: 20px;
    color: #91663c;
    margin: 20px 0 10px;
}

.header .nav .submenu .body .top_ad .desc {
    font-size: 12px;
    line-height: 25px;
    color: #969696;
}


.header .nav .submenu ul li {
    display: block;
    text-align: center;
}

.header .nav .submenu ul li a {
    display: block;
    border-bottom: 1px solid #d2d2d2;
    line-height: 40px;
    font-size: 14px;
}

.header .nav .submenu ul li a:hover {
    border-bottom: 1px solid #91663c;
}

.header .nav .submenu .body img {
    width: 300px;
    height: 150px;
}

.header .nav .submenu .navli {
    padding-right: 100px;
    margin-right: 130px;
    width: 622px;
    border-right: 1px solid #cdcdce;
}

.header .nav .submenu .navli li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header .nav .submenu .navli li a {
    display: block;
    border-bottom: 1px solid #d7d7d8;
    padding: 5px 15px;
}

.header .nav .submenu .navli li a:hover {
    border-bottom: 1px solid #7292e2;
    color: #7292e2;
}

.header .hover {
    width: 100%;
    height: 0;
    background: #f7f8fa;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 1;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    overflow: hidden;

}

.header:hover .hover {
    display: block;
    height: 250px;
}

.head_frame {
    width: 100%;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    -webkit-transition: .8s cubic-bezier(.19, 1, .22, 1);
    transition: .8s cubic-bezier(.19, 1, .22, 1);
    position: fixed;
    z-index: 1000;
}

.head_frame .logo .pic1 {
    display: block;
}

.head_frame .logo .pic2 {
    display: none;
}

.opacity_head {
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
    z-index: 1000;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    /* position: relative; */
    /* transform: translateY(-100%); */
}

.header.opacity_head .nav>ul>li>a {
    color: #333;
}

.opacity_head .logo .pic1 {
    display: none;
}

.opacity_head .logo .pic2 {
    display: block;
}

.top_text {
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0;
}

.sch_form {
    display: inline-block;
    border: 1px solid #16529a;
    height: 25px;
    line-height: 25px;
    border-radius: 12px;
    padding-right: 10px;
}

.sch_form .sch_input {
    background: none;
    border: none;
    padding: 0 10px;
}

.sch_form .sch_btn {
    background: none;
    border: none;
    color: #16529a;
    cursor: pointer;
}

.top_text a {
    color: #134e93;
    margin-right: 20px;
}


.topsch .sch_q {
    width: 300px;
    background: #eff2f4;
    height: 45px;
    line-height: 45px;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    display: none;
}

.topsch .sch_btn {
    width: 40px;
    background: #eff2f4;
    height: 45px;
    line-height: 45px;
    border: none;
    cursor: pointer;
    position: relative;
    color: #1686c6;
}

.topsch .sch_btn::before {
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    background: #d8dadb;
    display: none;
}

.topsch:hover .sch_q {
    display: block;
}

/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
    color: #001eb4;
}

.mc_ph_hd {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 54px;
    background-color: #fff;
}

.mc_ph_navbar {
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.mc_language_ph a {
    line-height: 64px;
    color: #333;
    margin-right: 15px;
}

.mc_ph_nav_r .mc_ph_language a {
    line-height: 64px;
    margin-right: 20px;
    color: #333;
}

.mc_ph_hd .mc_ph_logo a {
    line-height: 64px;
}

.mc_ph_hd .mc_ph_logo {
    width: 165px;
    margin-top: -10px;
}

.mc_ph_hd .mc_ph_en {
    margin-top: 15px;
    margin-right: 20px;
}

.mc_ph_logo img {
    width: auto !important;
    height: 45px !important;
}

.mc_ph_menu {
    overflow: hidden;
    width: 26px;
    height: 50px;
}

.mc_ph_hd .mc_phmenubox {
    width: 26px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 22px;
    margin-top: 15px;
    transform: translateX(-3px);
}

.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    display: inline-block;
    width: 26px;
    height: 1px;
    background-color: #333;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
    position: absolute;
    top: 8px;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after,
.mc_ph_hd .mc_phmenubox .nav_btn::before {
    content: '';
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after {
    top: -8px;
}

.mc_ph_hd .mc_phmenubox .nav_btn::before {
    top: 8px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
    background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mc_ph_navbar {
    position: relative;
    z-index: 999;
}

/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 54px;
    z-index: 998;
    /* transform: translateX(-50%); */
    /* padding: 0 15px; */
    background-color: #fff;
    max-height: calc(100vh - 64px);
    overflow: auto;
}

.xialaph {
    display: none;
    width: 100%;
    background-color: #fff;
    font-family: '微软雅黑';
    height: calc(100vh - 64px);
    padding: 10px 0;
}

.xialaph h4 {
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}

.xialaph h4::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h4 a {
    font-size: 18px;
    line-height: 46px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
    background: #f7f8fa;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 20px;
}

.xialaph .ul1 {}


.img_s {
    float: right;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #999;
    transition: all .36s;
}

/* .xialaph h5 a{
    color: #fff;
}

.xialaph .ul2 .img_s{
    color: #fff;
} */

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h5 a {
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 35px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 35px;
    padding: 11px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}

.xialaph .ul3 {
    display: none;
}

.xialaph h6 a {
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph h5.active .img_s {
    transform: rotate(180deg);
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph_bot {
    margin: 20px 0;
    text-align: right;
    padding: 0 20px;
    font-size: 0;
}

.xialaph_bot>div {
    display: inline-block;
    margin-left: 15px;
}

.mc_ph_search a,
.mc_ph_language a {
    font-size: 16px;
    color: #666;
    line-height: 18px;
}

.mc_ph_search a i,
.mc_ph_search a em {
    font-size: 18px;
    color: #001eb4;
}

.mc_ph_search a,
.mc_ph_language a {
    color: #001eb4;
}

.xialaph_bot>div {
    margin: 0 8px;
}

.xialaph_bot {
    text-align: center !important;
}

.tp_link {
    position: absolute;
    right: 50px;
    top: 10px;
    z-index: 2;
    font-size: 14px;
    color: #fff;
}

.tp_link a {
    font-size: 14px;
    color: #fff;
}

.tp_link span {
    padding: 0 5px;
}


#bannerslide .swiper-button-next,
#bannerslide .swiper-button-prev {
    left: 0px;
    width: 40px;
    height: 60px;
    background-color: rgba(255, 255, 255, .7);
    font-size: 20px;
    color: #333;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

#bannerslide:hover .swiper-button-next,
#bannerslide:hover .swiper-button-prev {
    opacity: 1;
}

#bannerslide .swiper-button-next {
    left: auto;
    right: 0;
}

#bannerslide .swiper-button-next:after,
#bannerslide .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
    display: none;
}

#bannerslide .swiper-pagination {
    bottom: 10px;
}

#bannerslide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: none;
    margin: 0 4px;
    box-sizing: border-box;
    opacity: 0.5;
    background-color: #fff;
}

#bannerslide .swiper-pagination-bullet-active {
    opacity: 1;
    width: 27px;
    border-radius: 10px;
}


.myclass video {
    width: 100%;
    display: block;
}

.myclass .layui-layer-content {
    height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
    overflow: hidden;
}

.myclass2.layui-layer-page {
    width: 700px !important;
}

.himg .pic {
    overflow: hidden;
}

.himg img {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.himg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

#up-banner {
    height: 400px;
    box-sizing: border-box;
    padding-top: 0;
    color: #fff;
}

#up-banner h2 {
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
}

#up-banner h3 {
    font-weight: bold;
    font-size: 36px;
}

#up-banner a {
    color: #fff;
}

#up-banner .position {
    font-size: 14px;
}

#up-banner .position .cn {
    font-size: 36px;
    font-weight: bold;
}

#up-banner .position .en {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

#up-banner .layui-container {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

#up-banner .line span {
    display: inline-block;
    width: 27px;
    height: 3px;
    background-color: #ffffff;
    opacity: 0.35;
}

.nav_box {
    background: #91663c;
}

#colbox {
    background: #fff;
}

#colbox .layui-tab-card {
    border-width: 0px;
    border-style: solid;
    border-radius: 0px;
    box-shadow: none;
}

#colbox .layui-tab {
    margin: 0;
}

#colbox .layui-tab-title {
    position: relative;
    border-bottom-width: 0px;
    background: none;
    height: auto;
}

#colbox .layui-tab-title li {
    padding: 0;
}

#colbox .layui-tab-title li span {
    display: inline-block;
    padding: 0 10px;
}

#colbox .layui-tab-title li:last-child span {
    display: none;
}

#colbox .layui-tab-title li a {
    display: inline-block;
}

#colbox .layui-tab-title li.layui-this:after {
    display: none;
}

.conent_box {}

.conent_box .layui-row {
    overflow: inherit;
}

.leftmenu {
    overflow: hidden;
}


.leftmenu li {
    height: 50px;
    line-height: 50px;
    position: relative;
    min-width: auto;
    z-index: 1;
    display: inline-block;
    margin-right: 0;
}

.leftmenu li a {
    display: block;
    padding: 0 35px;
    position: relative;
    text-align: center;
}



.leftmenu li.layui-this a,
.leftmenu li a:hover {
    color: #fff;
    font-weight: bold;
}

.leftmenu li.layui-this,
.leftmenu li:hover {
    z-index: 2;
    background: #91663c;
}

.leftsubmenu {
    background: url(../images/bg28.jpg) no-repeat center;
    background-size: cover;
    padding-left: 20px;
}

.leftsubmenu li {
    display: inline-block;
    margin-right: 10px;
}

.leftsubmenu li a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
}

.leftsubmenu li a:hover,
.leftsubmenu li.on a {
    border: solid 1px #91663c;
    font-weight: bold;
    color: #91663c;
}



.layui-tab-bar {
    height: 48px;
    line-height: 48px;
}

.page_main {
    padding: 50px;
    background: #fbfbfb;
}


.page_detail {
    border: 1px solid #e1e1e1;
    padding: 40px 150px;
}

.detail_box {
    padding: 0px;
    line-height: 2.5em;
    font-size: 16px;
    overflow: hidden;
}

.detail-box {
    padding: 0px;
}

.col-title {
    font-size: 36px;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.sub-title {
    font-size: 28px;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
}

.col-att {
    font-size: 14px;
    color: #adadad;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}

.col-att a {
    color: #adadad;
}

.col-att .linedc {
    padding: 0 5px;
}

.dtl_detail {
    line-height: 2.5em;
    font-size: 16px;
}

.dtl_detail.p1 {
    font-size: 18px;
}

.dtl_detail.p2 {
    font-size: 16px;
}

.dtl_detail.p3 {
    font-size: 14px;
}

.pager {
    overflow: hidden;
    border-top: 1px solid #e1e1e1;
}

.pager li {
    width: 49%;
    float: left;
}

.pager li a {}

.pager li:last-child {
    float: right;
}

.pager li a:hover {
    color: #91663c;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px;
}

.pagination li a {
    display: inline-block;
    background: #fff;
    width: 35px;
    height: 37px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #595959;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #91663c;
    color: #fff;
    border: solid 1px #91663c;
}

.textlist {
    padding: 0px;
}

.textlist li {}

.textlist li a {
    background: #f9f9f9;
    display: block;
    padding: 40px 40px 35px;
    position: relative;
}

.textlist li .time {
    width: 130px;
    height: 30px;
    background-color: #e8e8e8;
    border-radius: 0px 0px 30px 0px;
    box-sizing: border-box;
    padding-left: 13px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    color: #adadad;
}

.textlist li .ri {
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #232c2c;
}

.textlist li .text {
    position: relative;
}



.textlist li .text1 {
    height: 21px;
    font-size: 18px;
}

.textlist li .text2 {
    height: 70px;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #adadad;
}

.textlist li a:hover {
    box-shadow: 0px 0px 8px 0px rgba(145, 102, 60, 0.36);
}

.textlist li a:hover .text1 {
    font-weight: bold;
    color: #91663c;
}

.textlist li a:hover .time {
    color: #fff;
    background: #91663c;
}


.righttitle {
    height: 35px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.righttitle .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    color: #91663c;
    display: inline-block;
    height: 34px;
}

.righttitle .position {
    float: right;
    font-size: 14px;
    color: #333333;
}


.piclist li a {
    display: block;
    background: #fff;
    position: relative;
}

.piclist li .pic {}

.piclist li .text {
    background: #fbf9f6;
    padding-left: 20px;
    padding-right: 20px;
    height: 55px;
    overflow: hidden;
    line-height: 55px;
    font-size: 20px;
    text-align: center;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;

}

.piclist li .title {
    font-size: 18px;
}

.piclist li .time {
    opacity: .5;
}

.piclist li a:hover {
    font-weight: bold;
}

.piclist li a:hover .text {
    background: #91663c;
    color: #fff;
}

.piclist2 li a {
    display: block;
    position: relative;
}

.piclist2 li .text {
    border-bottom: 1px solid #d8d8d8;
    padding: 20px;
}

.piclist2 li .title {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
}

.piclist2 li .time {
    font-size: 14px;
    color: #aaaaaa;
}

.piclist2 li a:hover {
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.piclist2 li a:hover .text {
    border-bottom: 1px solid #91663c;
}

.piclist2 li a:hover .title {
    font-weight: bold;
}

.tuwenlist li {
    position: relative;
}

.tuwenlist li a {
    overflow: hidden;
    background: #fbf9f6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tuwenlist li .pic {
    flex: none;
    width: 362px;
    float: left;
}

.tuwenlist li .text {
    width: calc((100% - 362px));
    height: 204px;
    background: url(../images/bg29.jpg) no-repeat center;
    background-size: cover;
}

.tuwenlist li .text0 {
    padding: 40px;
    max-width: 100%;
    box-sizing: border-box;
}

.tuwenlist li .title {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
}

.tuwenlist li .desc {
    height: 56px;
    line-height: 28px;
    color: #929292;
    width: 100%;
}

.tuwenlist li .time {
    color: #929292;
}

.tuwenlist li .more {
    color: #929292;
    line-height: 26px;
}

.tuwenlist li a:hover .title,
.tuwenlist li a:hover .time,
.tuwenlist li a:hover .more {
    color: #91663c;
}

.tuwenlist li a:hover .title {
    font-weight: bold;
}

.tuwenlist li .line {
    width: 100%;
    height: 4px;
    background-color: #ebe1d3;
}

.tuwenlist li .linex2 {
    width: 0;
    height: 4px;
    background-color: #91663c;
}

.tuwenlist li:hover .linex2 {
    width: 100%;
}

.tuwenlist li .hover {
    position: absolute;
    right: 0;
    bottom: 14px;
    opacity: 0;
}

.tuwenlist li:hover .hover {
    opacity: 1;
}

.search_list .item .text {
    text-align: center;
    background: #f9f9f9;
    line-height: 2em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 30px;
}

.search_list .item .iconfont {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-size: 30px;
    flex: none;
    color: #91663c;
}

.search_list .item .text1 {
    color: #333;
    font-size: 18px;
}

.search_list .item:hover .text {
    background: #91663c;
}

.search_list .item:hover .text1 {
    color: #fff;
}

/*
内容搜索页
 */
.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}

.column {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.column .cn {
    font-size: 36px;
}

.column .en {
    font-size: 24px;
    font-weight: bold;
    color: #9d9d9d;
    text-transform: uppercase;
}

.column a:hover .en {
    color: #91663c;
}

.column .more {
    float: right;
    display: block;
    width: 160px;
    height: 50px;
    border: solid 1px #d8d8d8;
    text-align: center;
    line-height: 50px;
    color: #767676;
    text-transform: uppercase;
    font-size: 14px;
}

.column .more:hover {
    background: #91663c;
    color: #fff;
    border: solid 1px #91663c;
}

.column .line {
    width: 41px;
    height: 1px;
    background-color: #91663c;
    margin: 12px auto 0;
}

.qzyl_tabhd1 a {
    cursor: pointer;
}

.qzyl_tabhd1 a.on {
    color: #91663c;
}

.bgbai {
    background: #fff;
    padding: 30px 30px 10px;
}

.infolist {}

.infolist li {
    height: 59px;
    border-bottom: 1px solid #f3f3f3;
    line-height: 59px;
    overflow: hidden;
}

.infolist li .title {
    width: calc((100% - 100px));
    height: 59px;
    float: left;
    overflow: hidden;
    position: relative;
}

.infolist li .shijian {
    float: right;
    color: #d1d1d1;
}

.infolist li a {
    padding-left: 15px;
}

.infolist li .title::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #eaeaea;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 100%;
}

.infolist li:hover .title::before {
    background-color: #91663c;
}

.infolist li:last-child {
    border-bottom: none;
}

.pchide {
    display: none;
}

.phhide {
    display: block;
}

.footer {
    background: #fbf9f6;
    background-size: cover;
    color: #999896;
    font-size: 14px;
}

.footer a {
    color: #999896;
    font-size: 14px;
}

.footer .iconfont {
    opacity: .8;
}

.copyright {
    line-height: 30px;
    overflow: hidden;
}

.foot_right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.foot_right .foot_erweima {
    width: 160px;
    margin-left: 0;
    text-align: center;
}

.footer .lx_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer .lx_box .icon {
    margin-right: 10px;
}

.footer .lx_box .icon .iconfont {
    font-size: 40px;
    color: #91663c;
}

.footer .lx_box .text {
    line-height: 25px;
    font-size: 16px;
    color: #333;
}

.fenxiang .wb {
    margin: 0 15px 0 5px;
    position: relative;
    cursor: pointer;
}

.fenxiang .wx {
    position: relative;
    cursor: pointer;
}

.fenxiang .hover {
    width: 120px;
    height: 120px;
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
    z-index: 2;
}

.fenxiang .wx:hover .hover,
.fenxiang .wb:hover .hover {
    display: block;
}

.footlogobox {
    border-bottom: 1px solid #e6e6e6;
}

.foot_nav {
    overflow: hidden;
}

.foot_nav>li {
    float: left;
    border-right: 1px solid #e6e6e6;
    padding-right: 58px;
    margin-right: 58px;
}

.foot_nav>li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.foot_nav>li>a {
    display: block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #373737;
}

.foot_nav>li>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 1px;
    background-color: #d3d3d3;
}

.foot_nav>li li {
    margin-bottom: 15px;
}

.foot_info {
    line-height: 2em;
}

.foot_link {
    text-align: right;
}

.yqlj {
    display: inline-block;
    position: relative;
}

.yqlj>a {
    width: 270px;
    height: 45px;
    border: 1px solid #e7e5e3;
    line-height: 45px;
    padding: 0 28px;
    box-sizing: border-box;
    text-align: left;
}

.yqlj ul {
    position: absolute;
    left: 0;
    top: -120px;
    background-color: #fbf9f6;
    z-index: 2;
    border: 1px solid #e7e5e3;
    padding: 10px 0;
    height: 100px;
    overflow-y: scroll;
    display: none;
    width: 100%;
}

.yqlj ul li a {
    line-height: 30px;
    padding: 0 18px;
    text-align: left;
}

.footcopright {
    background-color: #f5ebdd;
    background-image: url(../images/top_line.jpg);
    background-repeat: repeat-x;
    background-position: 0 100%;
    font-size: 14px;
    color: #b1aeab;
}

.footcopright a {
    color: #b1aeab;
}


.top_line {
    height: 13px;
    background: url(../images/top_line.jpg) repeat-x center;
}

.banner_hd_box {
    background-color: #fbf9f6;
}

.banner_hd li {
    text-align: center;
    position: relative;
}

.banner_hd li::after {
    content: '';
    width: 1px;
    height: 70px;
    position: absolute;
    top: 0;
    right: -75px;
    background: url(../images/line.png) repeat-y center;
}

.banner_hd li:last-child::after {
    display: none;
}

.banner_hd li span {
    display: block;
}

.banner_hd li .iconfont {
    font-size: 40px;
}

.banner_hd li a {
    cursor: pointer;
    color: #9f9e9d;
}

.banner_hd li.on a,
.banner_hd li a:hover {
    color: #91663c;
}

.xwzx_slide .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 60px;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0 170px 0 25px;
}

.xwzx_slide .text a {
    color: #fff;
}

.swiper-pagination {
    bottom: 10px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: none;
    margin: 0 4px;
    box-sizing: border-box;
    opacity: 0.5;
    background-color: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 27px;
    border-radius: 10px;
}

.xwzx {
    overflow: hidden;
}

.xwzx_slide .swiper-pagination {
    right: 25px;
    bottom: 20px;
    width: auto;
    left: auto;
}

.xwzx_slide .swiper-pagination-bullet-active {
    background-color: #91663c;
}

.xwzx_infolist1 li a {
    display: block;
    background-color: #fbf9f6;
    padding: 30px 37px 37px;
}

.xwzx_infolist1 li a:hover .title {
    font-weight: bold;
}

.xwzx_infolist1 li .title {
    font-size: 18px;
    line-height: 31px;
    height: 62px;
}

.xwzx_infolist1 li .date {
    color: #929292;
}

.xwzx_infolist1 li .line {
    width: 40px;
    height: 1px;
    background-color: #91663c;
}

.xwzx_infolist2 {
    background: #fbf9f6 url(../images/bg1.png) no-repeat center bottom;
    background-size: cover;
    padding: 0 30px;
}

.xwzx_infolist2 li {
    line-height: 75px;
    background: url(../images/dot1.png) repeat-x bottom;
}

.xwzx_infolist2 li .title {
    font-size: 18px;
    height: 75px;
}

.xwzx_infolist2 li .date {
    float: right;
    color: #929292;
}

.xwzx_infolist2 li:last-child {
    background: none;
}

.xwzx_infolist2 li a:hover {
    font-weight: bold;
}

.xwzx_infolist2 li a:hover .date {
    font-weight: normal;
}

.cybj {
    position: relative;
}

.textbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.cybj .column a {
    color: #fff;
}

.cybj .column .line {
    background-color: #fff;
}

#cybjslide .title a {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

#cybjslide .desc {
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    height: 180px;
    text-indent: 2em;
}

#cybjslide .desc a,
#cybjslide .more a {
    color: #fff;
}

.cybj_hd li {
    text-align: center;
    position: relative;
}

.cybj_hd li a {
    width: 159px;
    height: 160px;
    background-color: #91663c;
    box-shadow: 0px 18px 23px 6px rgba(0, 0, 0, 0.2),
        inset 0px 16px 23px 4px #75502b;
    border-radius: 50px;
    border: solid 1px #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    cursor: pointer;
}

.cybj_hd li span {
    display: block;
}

.cybj_hd li .iconfont {
    font-size: 50px;
}

.cybj_hd li .name {
    font-size: 26px;
}

.cybj_hd li.on a,
.cybj_hd li a:hover {
    color: #fff;
    background-color: #ffa340;
    box-shadow: 0px 18px 23px 6px rgba(0, 0, 0, 0.2),
        inset 0px 16px 23px 4px #9c6c38;
}

.cybj_hd li.on a .name,
.cybj_hd li a:hover .name {
    font-weight: bold;
}

.cybj_hd li:nth-child(1) {
    margin-top: 110px;
}

.cybj_hd li:nth-child(2) {
    margin-top: 50px;
}

.cybj_hd li:nth-child(3) {
    margin-top: -30px;
}

.cybj_hd li:nth-child(5) {
    margin-top: 0px;
}

.cybj_hd li:nth-child(6) {
    margin-top: -20px;
}

.cybj_hd li:nth-child(7) {
    /* margin-top: -80px; */
    margin-top: -50px;
}

.cybj_hd li:nth-child(8) {
    margin-top: -120px;
}

.qzcp {
    background: url(../images/bg3.jpg) no-repeat center top;
    overflow: hidden;
}

.qzcp_hd {
    text-align: center;
}

.qzcp_hd li {
    display: inline-block;
}

.qzcp_hd li a {
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 23px;
    min-width: 100px;
}

.qzcp_hd li.on a,
.qzcp_hd li a:hover {
    background-color: #91663c;
    color: #fff;
    border-radius: 23px;
    font-weight: bold;
}

.qzcp_bd ul {
    display: none;
    overflow: hidden;
}

.qzcp_bd li a {
    display: block;
    position: relative;
}

.qzcp_bd li .pic img {
    width: 100%;
    height: auto;
}

.qzcp_bd li .text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 35px;
    visibility: hidden;
    opacity: 0;
}

.qzcp_bd li .title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.qzcp_bd li .desc {
    line-height: 30px;
    color: #fff;
    height: 90px;
    margin-bottom: 0;
}

.qzcp_bd li .more {
    color: #c6af99;
    display: none;
}

.qzcp_bd li .line {
    width: 100%;
    height: 4px;
    background-color: #ebe1d3;
}

.qzcp_bd li .line2 {
    width: 0;
    height: 4px;
    background-color: #91663c;
}

.qzcp_bd li a:hover .title {
    font-weight: bold;
}

.qzcp_bd li a:hover .more {
    color: #91663c;
}

.qzcp_bd li a:hover .line2 {
    width: 100%;
}

.qzcp_bd li a:hover .text {
    visibility: visible;
    opacity: 1;
}

/* .qzcp_bd .zycpa_list li a {
	padding-top: 60px;
}

.qzcp_bd .zycpa_list li .text {
	display: block;
	width: 100%;
	background-color: #fbf9f6;
	box-sizing: border-box;
	padding: 40px 40px 40px 30px;
	opacity: 1;
	visibility: visible;
	position: relative;
	z-index: 0;
}

.qzcp_bd .zycpa_list li .pic {
	position: relative;
	float: right;
	margin-right: 45px;
	margin-top: -60px;
	margin-left: 30px;
	background: url(../images/bg4.png) no-repeat center bottom;
	padding-bottom: 41px;
	z-index: 1;
}

.qzcp_bd .zycpa_list li .pic img {
	width: 191px;
	height: 264px;
	box-shadow: 0px 18px 40px 10px rgba(0, 0, 0, 0.15);
}

.qzcp_bd .zycpa_list li .more {
	display: block;
}

.qzcp_bd .zycpa_list li a:hover .text {
	display: block;
}

.qzcp_bd .zycpa_list li .title {
	color: #91663c;
}

.qzcp_bd .zycpa_list li .desc {
	color: #929292;
	margin-bottom: 40px;
} */

.gyqz {
    background: url(../images/bg5.jpg) no-repeat center top;
    overflow: hidden;
}

.gsjs {
    line-height: 45px;
    font-size: 18px;
}

.gyqz_slide {
    border: solid 4px #91663c;
}

.gyqz_slide .bg {
    width: 600px;
    height: 600px;
    background-color: #fbf9f6;
    position: absolute;
    right: -170px;
    top: -50px;
    z-index: 2;
    transform: rotate(15deg);
}

.gyqz_slide .swiper-slide {
    overflow: hidden;
}

.gyqz_slide .text {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    padding: 50px 40px 0 0;
    text-align: right;
}

.gyqz_slide .text .title {
    font-size: 36px;
}

.gyqz_slide .text .desc {
    font-size: 28px;
    line-height: 1.5em;
    color: #91663c;
}

.gyqz_slide .text .more a {
    color: #91663c;
}

.gyqz_slide .swiper-pagination {
    right: 40px;
    bottom: 160px;
    width: auto;
    left: auto;
    z-index: 4;
}

.gyqz_slide .swiper-pagination-bullet {
    background-color: #c6af99;
}

.gyqz_slide .swiper-pagination-bullet-active {
    background-color: #91663c;
}

.gyqz_slide .logos {
    position: absolute;
    right: 26px;
    bottom: 38px;
    z-index: 5;
}

.shgy {
    background: url(../images/bg7.jpg) no-repeat center top;
    overflow: hidden;
}

.shgylist1 li {
    padding: 55px 0 0;
}

.shgylist1 li .pic {
    float: right;
    margin-right: 40px;
    margin-top: -55px;
    margin-left: 40px;
}

.shgylist1 li .pic img {
    width: 661px;
    height: 372px;
}

.shgylist1 li .text {
    background: #fbf9f6 url(../images/bg8.jpg) no-repeat center;
    padding: 40px 40px 210px;
}

.shgylist1 li .text .title {
    font-size: 20px;
    font-weight: bold;
    height: 26px;
}

.shgylist1 li .text .title a {
    color: #91663c;
}

.shgylist1 li .text .desc {
    line-height: 30px;
    color: #929292;
    height: 60px;
}

.shgylist1 li .text .date {
    color: #929292;
}

.shgylist1 li .text .more {
    color: #91663c;
}

.shgylist2 {
    position: relative;
    z-index: 2;
    margin-top: -135px;
    padding: 0 40px;
}

.shgylist2 li a {
    display: block;
    background-color: #f3ede4;
    padding: 30px 40px;
}

.shgylist2 li .text .title {
    font-size: 18px;
    height: 26px;
}


.shgylist2 li .text .desc {
    line-height: 30px;
    color: #929292;
    height: 60px;
}

.shgylist2 li .text .date {
    color: #929292;
}

.shgylist2 li .text .more {
    color: #c2a990;
}

.shgylist2 li a:hover .text .title {
    color: #91663c;
    font-weight: bold;
}

.shgylist2 li a:hover .text .more {
    color: #91663c;
}

.up_qzcplist li {
    overflow: hidden;
}

.up_qzcplist li .pic {
    float: left;
}

.up_qzcplist li .pic img {
    width: 740px;
    height: 416px;
}

.up_qzcplist li .text {
    width: 660px;
    height: 416px;
    float: right;
    box-sizing: border-box;
    padding: 35px;
    background: #fbf9f6 url(../images/bg9.png) no-repeat center bottom;
}

.up_qzcplist li .text .title a {
    font-size: 26px;
    font-weight: bold;
}

.up_qzcplist li .text .desc {
    line-height: 35px;
    height: 70px;
}

.up_qzcplist li .text .more {
    border-top: 1px solid #e7e5e3;
}

.up_qzcplist li .text .more a {
    color: #c2a990;
}

.up_qzcplist li:hover a,
.up_qzcplist li:hover .text .more a {
    color: #91663c;
}

.up_qzcplist li:nth-child(2n) .pic {
    float: right;
}

.up_qzcplist li:nth-child(2n) .text {
    float: left;
}

.sub_cybj_nav {
    background-color: #fbf9f6;
    text-align: center;
}

.sub_cybj_nav li {
    display: inline-block;
}

.sub_cybj_nav li a {
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 40px;
    font-size: 24px;
}

.sub_cybj_nav li a:hover,
.sub_cybj_nav li.on a {
    background-color: #91663c;
    color: #fff;
    font-weight: bold;
}

.sub_cyjj_box {
    overflow: hidden;
    position: relative;
}

.sub_cyjj_box .sub_cyjj_pic {
    float: right;
}

.sub_cyjj_box .sub_cyjj_text {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2;
    width: 720px;
    height: 330px;
    background: #fbf9f6 url(../images/bg10.png) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    padding: 60px 40px;
}

.sub_cyjj_text .detailbox {
    line-height: 45px;
    height: 210px;
    padding-right: 0;
}

.sub_cyjj_text .detailbox::-webkit-scrollbar {
    width: 3px;
    background-color: #dbdbdb;
}

.sub_cyjj_text .detailbox::-webkit-scrollbar-track {
    background-color: #dbdbdb;
}

.sub_cyjj_text .detailbox::-webkit-scrollbar-thumb {
    background: #91663c;
}

.sub_rongyu_slide .title {
    height: 60px;
    line-height: 60px;
    background-color: #ebe1d3;
    padding: 0 15px;
}

.sub_rongyu_slide .swiper-pagination {
    bottom: 0px;
}

.sub_rongyu_slide .swiper-pagination-bullet {
    background-color: #c8b29d;
}

.sub_rongyu_slide .swiper-pagination-bullet-active {
    background-color: #91663c;
}

.sub_lxwm {
    background: url(../images/bg11.jpg) no-repeat center bottom;
}

#fdbform {
    background-color: #fbf9f6;
    padding: 30px 30px 30px;
}

#fdbform .layui-input {
    height: 50px;
    line-height: 50px;
}

#fdbform .layui-btn {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.lxwmlist li .text {
    background-color: #fbf9f6;
    padding: 40px 20px 60px;
    text-align: center;
}

.lxwmlist li .text .text1,
.lxwmlist li .text .text2 {
    line-height: 25px;
}

.lxwmlist li .iconfont {
    font-size: 44px;
    color: #91663c;
}

.lxwmlist li:hover .text {
    background-color: #91663c;
    color: #fff;
}

.lxwmlist li:hover .iconfont {
    color: #fff;
}

.column_up .cn {
    font-size: 36px;
}

.column_up .more {
    float: right;
    font-size: 16px;
    color: #91663c;
}

.up_gsjs_detail {
    line-height: 45px;
    height: auto;
    color: #8b8b8b;
}

.up_gsjs_detail .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #91663c;
}

.up_gsjs_detail .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.up_gsjs_detail .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.up_gsjs_detail .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar {
    background: #dbdbdb;
}

.up_gsjs_detail .mCSB_inside>.mCSB_container {
    margin-right: 60px;
}

.up_gsjs_detail .more a {
    color: #91663c;
}

.gsjs_data {
    clear: both;
    overflow: hidden;
}

.gsjs_data li {
    float: left;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 90px;
    position: relative;
}

.gsjs_data li .box {
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
    text-align: left;
}

.gsjs_data li .num {
    font-size: 48px;
    line-height: 48px;
}

.gsjs_data li .name {
    margin-top: 5px;
}

.gsjs_data li .text {
    font-size: 16px;
    color: #3c3c3c;
    margin-left: -10px;
}

.gsjs_data li .text.plus {
    font-size: 16px;
}

.gsjs_data li:last-child {
    margin-right: 0;
}

.gsjs_data li:hover .name,
.gsjs_data li:hover .num,
.gsjs_data li:hover .text {
    color: #91663c;
}

.up_gyqz {
    background: #fff;
    background-size: cover;
}

.up_jyzc {
    background: url(../images/bg24.jpg) no-repeat center;
    background-size: cover;
}

.up_jyzc_title {
    font-size: 36px;
    line-height: 60px;
    font-weight: bold;
}

.up_jyzc_detail {
    line-height: 45px;
    color: #8b8b8b;
}

.up_jyzc_text {
    padding-left: 50px;
}

.hisyear .swiper-button-next.swiper-button-disabled,
.hisyear .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: inherit;
}

.hisyear .swiper-button-next.disabled,
.hisyear .swiper-button-prev.disabled {
    opacity: 0.35;
    cursor: default;
}

.hisyear {
    position: relative;
    background: url(../images/bg14.png) repeat-x center;
    height: 90px;
}

.hisyear li {
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 90px;
    font-size: 22px;
    color: #999999;
}

.hisyear li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/dot2.png) no-repeat center center;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
}

.hisyear li.on {
    color: #91663c;
}

.hisyear li p {
    line-height: 22px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.hisyear li:nth-child(2n) p {
    bottom: auto;
    top: 0;
}

.hisyear li.on i {
    background: url(../images/dot3.png) no-repeat center center;
}


.but02>div {
    width: 10px;
    height: 18px;
    top: 30%;
}

.but02>div.swiper-button-prev {
    background: url(../images/his_prev.png) no-repeat center center;
    left: 0;
}

.but02>div.swiper-button-next {
    background: url(../images/his_next.png) no-repeat center center;
    right: 0;
}



.his_swiper {
    position: relative;
    padding: 0 90px;
}

.his_text {
    padding: 0 0 0 30px;
    border-left: 2px solid #91663c;
    padding-bottom: 10px;
}

.his_p {
    height: 520px;
    overflow: hidden;
    line-height: 40px;
}

.his_moth {
    color: #91663c;
    margin-top: 50px;
    font-size: 28px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #91663c;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar {
    background: #dbdbdb;
}

.his_swiper .but .swiper-button-prev,
.his_swiper .but .swiper-button-next {
    background: none;
    width: 60px;
    height: 60px;
    border: solid 1px #d8d8d8;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.his_swiper .but .layui-icon {
    font-size: 20px;
    color: #4e4e4e;
}

.his_swiper .but .swiper-button-prev:hover,
.his_swiper .but .swiper-button-next:hover {
    background-color: #91663c;
    border: solid 1px #91663c;
    color: #fff;
}

.his_swiper .but .swiper-button-prev:hover .layui-icon,
.his_swiper .but .swiper-button-next:hover .layui-icon {
    color: #fff;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #dbdbdb;
}

.up_qyry {
    background: url(../images/bg25.jpg) no-repeat center;
    background-size: cover;
}

.up_qyry_hd {
    border-bottom: 1px solid #e0e1e2;
    height: 55px;
    margin-right: 50px;
}

.up_qyry_hd li {
    display: inline-block;
    height: 54px;
    font-size: 22px;
    margin-right: 40px;
}

.up_qyry_hd li.on,
.up_qyry_hd li:hover {
    border-bottom: 2px solid #91663c;
}

.up_qyry_hd li.on a,
.up_qyry_hd li:hover a {
    color: #91663c;
    font-weight: bold;
}

.up_qyry_bd li {
    border-bottom: 1px solid #e0e1e2;
}

.up_qyry_bd li .title {
    font-size: 18px;
}

.up_qyry_bd li a:hover {
    font-weight: bold;
}

.up_qyry_bd li .desc {
    font-size: 20px;
}

.up_qyry_bd ul {
    display: none;
    height: 600px;
}

.up_qyry_bd .mCSB_inside>.mCSB_container {
    margin-right: 50px;
}

.mCSB_scrollTools {
    width: 2px;
}

.qxgs_detailmain {
    background-color: #faf5ed;
}

.qxgs_detailbox {
    background: #fff url(../images/bg16.jpg) no-repeat center bottom;
}

.qxgs_detail {
    padding: 40px 30px;
    background: url(../images/bg17.jpg) no-repeat right top;
}

.bg_about {
    background: #fff url(../images/bg18.jpg) no-repeat center bottom;
}

.column .desc {
    font-size: 16px;
}

#fdbform2.layui-form label {
    cursor: pointer;
    font-size: 14px;
}

#fdbform2.layui-form input[type=checkbox] {
    display: inline-block;
    margin-right: 5px;
}

#agree-error {
    display: block;
}

.error {
    color: red;
}

#fdbform2 .layui-input {
    height: 90px;
    line-height: 90px;
    background-color: #fbf9f6;
    border: none;
}

#fdbform2 .layui-textarea {
    height: 221px;
    background-color: #fbf9f6;
}

#fdbform2 input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 15px;
    height: 15px;
    font-size: 14px;
}

#fdbform2 input[type=checkbox]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 15px;
    height: 15px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px
}

#fdbform2 input[type=checkbox]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: #91663c;
}

#fdbform2 .layui-btn {
    height: 90px;
    line-height: 90px;
    background-color: #f18d2b;
    font-size: 30px;
    border-radius: none;
}

#fdbform2 .contactinfo {
    line-height: 25px;
}

.bg_kjcx {
    background: url(../images/bg21.jpg) no-repeat center;
    background-size: cover;
}

.kjcxlist {
    background: url(../images/dot4.jpg) repeat-y center;
    overflow: hidden;
}

.kjcxlist .item {
    width: 725px;
    min-height: 50px;
    float: left;
    text-align: right;
    padding-right: 80px;
    box-sizing: border-box;
    background: url(../images/dot5.png) no-repeat right top;
}

.kjcxlist .item:nth-child(2n+1) {
    float: right;
    text-align: left;
    padding-left: 80px;
    background: url(../images/dot5.png) no-repeat left top;
}

.kjcxlist .item h2 {
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
}

.kjcxlist .item ul li {
    line-height: 50px;
    font-size: 20px;
    position: relative;
    padding-left: 15px;
}

.kjcxlist .item ul li::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #91663c;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 22px;
}

.kjcxlist .item:nth-child(2n) ul li {
    padding-right: 15px;
}

.kjcxlist .item:nth-child(2n) ul li::after {
    right: 0;
    left: auto;
}

.info-load-next {
    text-align: center;
}

.info-load-next a {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: linear-gradient(#91663c,
            #91663c),
        linear-gradient(#89c3c6,
            #89c3c6);
    background-blend-mode: normal,
        normal;
    opacity: 0.5;
    border-radius: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.kjcxlist .item:hover {
    background-image: url(../images/dot6.png);
}

.up_xwzx_bg {
    background: url(../images/bg26.jpg) no-repeat center;
    background-size: cover;
}

.up_zxdt_pic {
    position: relative;
}

.up_zxdt_pic .title {
    position: absolute;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    font-size: 19px;
}

.up_zxdt_pic .date {
    float: right;
    font-size: 17px;
}

.up_zxdt_list li {
    margin-bottom: 22px;
}

.up_zxdt_list li a {
    display: flex;
}

.up_zxdt_list li a .pic {
    flex: 1.3;
    margin-right: 15px;
}

.up_zxdt_list li a .text {
    flex: 3;
}

.up_zxdt_list li .title {
    font-size: 18px;
    color: #333333;
    height: 24px;
}

.up_zxdt_list li .date {
    font-size: 16px;
    float: right;
    color: #999;
}

.up_zxdt_list li .desc {
    line-height: 36px;
    color: #999;
    height: 72px;
}

.up_zxdt_list li a:hover .title {
    font-weight: bold;
    color: #91663c;
}

.up_zxdt_list li a:hover .date {
    font-weight: normal;
    color: #666;
}

.up_zxdt_list li a:hover .desc {
    color: #666;
}

.up_mtbd_slide .text {
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0px 0px 10px 0px rgba(216, 216, 216, 0.1);
    padding: 20px 30px;
    line-height: 36px;
}

.up_mtbd_slide .text .title {
    height: 72px;
    font-size: 18px;
}

.up_mtbd_slide .text .date {
    color: #666;
}

.up_mtbd_slide .swiper-slide:hover .title a {
    font-weight: bold;
    color: #91663c;
}

.up_mtbd_slide .swiper-slide:hover .text .date {
    color: #333;
}

.up_mtbd_slide .swiper-pagination-bullet {
    background-color: #91663c;
    opacity: .3;
}

.up_mtbd_slide .swiper-pagination-bullet-active {
    opacity: 1;
    width: 10px;
}


.up_qzsp {
    background: url(../images/bg27.jpg) no-repeat center;
    background-size: cover;
}

.pc-banner {
    width: 100%;
}

.pc-banner .swiper-container {
    width: 100%;
    margin: 35px 0;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-container {
        margin: 20px 0 15px;
    }
}

.pc-banner .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: .5;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-slide {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}

.pc-banner .swiper-slide-active,
.pc-banner .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

@media screen and (max-width: 668px) {

    .pc-banner .swiper-slide-active,
    .pc-banner .swiper-slide-duplicate-active {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}

.pc-banner .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.pc-banner .swiper-slide a {
    background: #fff;
    display: block;
}

@media screen and (min-width: 668px) {
    .pc-banner .swiper-slide a:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        content: "";
        width: 100%;
        height: 100%;
    }
}

.pc-banner .swiper-slide-active a:after {
    background: none;
}


.pc-banner .swiper-slide img {
    width: 100%;
    display: block;
}

.pc-banner .button {
    width: 1130px;
    margin: 0 auto;
    bottom: 340px;
    position: relative;
}

@media screen and (max-width: 668px) {
    .pc-banner .button {
        width: 70%;
        bottom: -15px;
    }
}

.pc-banner .button div:hover {
    background-color: #91663c;
}

.pc-banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #999 center 50%/50% 50% no-repeat;
}

.pc-banner .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #999 center 50%/50% 50% no-repeat;
}

@media screen and (max-width: 668px) {
    .pc-banner .button div {
        width: 28px;
        height: 28px;
    }
}

.pc-banner .title {
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 76, 171, 0.14);
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #91663c;
}

.sub_lxwm_slide .title {
    background-color: #eae1d2;
    text-align: center;
}

.sub_lxwm_slide .title a {
    color: #91663c;
}

.sub_lxwm_slide .swiper-pagination-bullet {
    background-color: #c6af99;
}

.sub_lxwm_slide .swiper-pagination-bullet-active {
    background-color: #91663c;
}

.up_rcfz_text {
    padding: 70px;
    font-size: 28px;
    color: #fff;
    line-height: 55px;
}

.up_rcfz_list li a {
    display: block;
    position: relative;
}

.up_rcfz_list li .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
}

.up_rcfz_list li .text .name {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.up_rcfz_list li .text .line {
    width: 41px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
}

.up_rcfz_list li .text .more {
    color: #fff;
    height: 0;
    overflow: hidden;
}

.up_rcfz_list li .bg {
    background-color: rgba(145, 103, 61, .5);
}

.up_rcfz_list li a:hover .bg {
    background-color: rgba(145, 103, 61, .1);
}

.up_rcfz_list li a:hover .text .more {
    height: 30px;
    margin-top: 50px;
}

.rczp_tabhd a {
    cursor: pointer;
    margin: 0 80px;
    display: inline-block;
}

.rczp_tabhd a.on {
    color: #91663c;
}

.table_hd {
    background-color: #fbf9f6;
}

.table_hd li {
    font-size: 20px;
    line-height: 70px;
    font-weight: bold;
    width: calc((100% - 0px) / 6);
    text-align: center;
}

.rzcplist li {
    line-height: 50px;
}

.rzcplist li .desc {
    line-height: 35px;
    padding: 20px 40px;
    background-color: #fbf9f6;
    display: none;
}

.rzcplist li .text span {
    display: inline-block;
    width: calc((100% - 0px) / 6);
    text-align: center;
    font-size: 18px;
}

.rzcplist li span.layui-icon {
    font-size: 30px;
    opacity: .2;
    cursor: pointer;
}

.rzcplist li .layui-btn {
    width: 181px;
    height: 49px;
    background-color: #91663c;
    border-radius: 5px;
    font-size: 16px;
}

.rzcplist li .layui-icon.on {
    opacity: 1;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #91663c !important;
    background-color: #91663c !important;
    color: #fff;
}

.layui-layer-page .layui-layer-content {
    padding: 20px 20px 0;
}

.layui-layer-page.myclass .layui-layer-content {
    padding: 0;
}

.layui-form-radio>i:hover,
.layui-form-radioed>i {
    color: #91663c;
}

.layui-form-select dl dd.layui-this {
    background-color: #91663c;
}

#layui-laydate1.layui-laydate .layui-this {
    background-color: #91663c !important;
}

.sub_gzhj_slide .swiper-pagination {
    bottom: 0px;
}

.sub_gzhj_slide .swiper-pagination-bullet {
    background-color: #c8b29d;
}

.sub_gzhj_slide .swiper-pagination-bullet-active {
    background-color: #91663c;
}

.sub_gzhj_slide .title {
    height: 45px;
    line-height: 45px;
    background-color: rgba(0, 0, 0, .6);
    padding: 0 15px;
    text-align: center;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
}

.sub_gzhj_slide .title a {
    font-size: 18px;
    color: #ffffff;
}

.bg_gsjs,
.bg_jyzc,
.bg_lxwma {
    background-color: #faf5ed;
}

.video a {
    display: block;
    position: relative;
    overflow: hidden;
}

.video .zhezhao {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}

.rightslide {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    margin-top: -172px;
}

.rightslide ul {
    padding-left: 21px;
}

.rightslide li {
    position: relative;
    margin-bottom: 10px;
}

.rightslide li .hover {
    position: absolute;
    left: -124px;
    top: 0;
    display: none;
}

.rightslide li>a {
    display: block;
    width: 91px;
    height: 91px;
    background-color: #91663c;
    box-shadow: 0px 18px 23px 6px rgba(0, 0, 0, 0.2),
        inset 0px 16px 23px 4px #75502b;
    border-radius: 10px;
    border: solid 1px #ffa340;
    text-align: center;
    color: #fff;
    padding-top: 7px;
    box-sizing: border-box;
    position: relative;
}

.rightslide li .iconfont {
    font-size: 30px;
    margin-bottom: 2px;
}

.rightslide li .name {
    font-size: 14px;
}

.rightslide li>a:hover {
    background-color: #ffa340;
}

.rightslide li>a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #91663c transparent transparent;
    display: none;
}

.rightslide li>a:hover::before {
    display: block;
}

.rightslide li:hover .hover {
    display: block;
}

.swiper-button-next,
.swiper-button-prev {
    left: 10px;
    width: 60px;
    height: 60px;
    background-color: rgba(235, 225, 211, .5);
    border: solid 1px #ffffff;
    border-radius: 100%;
    font-size: 50px;
    color: #fff;
    top: 40%;
    display: none;
}

.swiper-button-next {
    left: auto;
    right: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
    display: none;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    display: block;
}

.column_more {
    float: right;
}

.column_more a {
    display: none;
}

#regform input {
    height: 60px;
    line-height: 60px;
}

#regform .hqyzm {
    height: 58px;
    line-height: 58px;
    padding: 0 20px;
    border: 1px solid #91663c;
    background: #fff;
    color: #91663c;
    cursor: pointer;
}

#regform .hqyzm a {
    color: #91663c;
}

#regform .bitian {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 2;
    line-height: 60px;
    color: #d6d6d6;
}

#btSubmit {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

#btLogin {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background: #fff;
    color: #91663c;
    border: 1px solid #91663c;
}

.column_reg {
    margin-bottom: 20px;
    font-size: 30px;
    color: #91663c;
}

.lp_list .pic1 {
    background: #fbf9f6 url(../../../hdimg/bas/images/reg_lp_bg.png) no-repeat center bottom;
    background-size: cover;
    text-align: center;
}

.lp_list .pic2 {
    background: #fbf9f6;
    text-align: center;
}

.lp_list .text {
    background: #fbf9f6;
    font-size: 18px;
    font-weight: bold;
}

.lp_list .pic1,
.lp_list .pic2,
.lp_list .text {
    height: 190px;
}

.lp_list .text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 70px;
}

.lp_list .pic1 .name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.lp_list .pic1 .iconfont {
    font-size: 50px;
    color: #91663c;
}

.lp_list .text .text2 {
    font-size: 24px;
    margin-top: 10px;
}

.lp_list .text .text2 span {
    color: #91663c;
}

.reg_pic img {
    max-height: 415px;
}

.reg_text .box {
    background: url(../images/reg_lp_bg2.jpg) no-repeat center;
    background-size: cover;
    height: 415px;
    padding-left: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 32px;
    line-height: 1.8em;
    font-weight: bold;
}

.reg_text .box .text2 {
    color: #91663c;
}

.smllp .box {
    text-align: center;
}

.smllp .box .pic {
    padding-top: 27px;
}

.smllp .box .pic img {
    width: 167px;
    height: 173px;
    background-color: #ffffff;
    box-shadow: 0px 9px 27px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.smllp .box .sm {
    color: #91663c;
}

.smllp .box .text1 a {
    background: #91663c;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 5px;
}

.smllp .box .text2 {
    max-width: 250px;
    margin: 0 auto;
    color: #858583;
    line-height: 28px;
}

.smllp .swiper-button-nextdc,
.smllp .swiper-button-prevdc {
    display: flex;
    top: 88px;
    margin-top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    background: #91663c;
    position: absolute;
    border-radius: 100%;
    z-index: 10;
    cursor: pointer;
}

.smllp .swiper-button-nextdc {
    left: auto;
    right: 0;
}

.smllp .layui-icon {
    color: #fff;
    font-size: 20px;
}

.smllp .swiper-button-nextdc.swiper-button-disabled,
.smllp .swiper-button-prevdc.swiper-button-disabled {
    background: #c8b29d;
}

.smllp .line {
    width: 100%;
    height: 2px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 115px;
    z-index: 0;
}