/* 初始化 */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    line-height: 1;
    min-width: 1200px;
    font-family: 'Source Han Sans CN','Microsoft YaHei','微软雅黑';
    background-color: #ffffff!important;
    max-width: 100%;
    overflow-x: hidden;
}
a {
    color: inherit;
    text-decoration: none;
}
.ul_none{
    list-style-type: none;
}
.clear {
    clear: both;
}
.sandwich {
    width: 1200px;
    margin: 0 auto;
    /*overflow: hidden;*/
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.bod0{
    border: 0px!important;
}
ul{
    list-style-type: none;
}
input,textarea{
    outline: none;
}
*,*:hover,*:active,*:visited,*:link,*:focus{
    outline:none;
    background: none;
    text-decoration: none;
}
.pubimg{
    width: 100%;
    height: 100%;
    display: block;
}
.pubimg1s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.ft{
    float: left;
}
.rt{
    float: right;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
/*----------------------*/


/* Y轴不停旋转 */
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotateY(0deg);
    }to {
        -webkit-transform: rotateY(360deg);
    }
}
.xuanzhuan_y { 
    -webkit-transform: rotateY(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}




/* 首页s头部 */
.shead_logo {
    float: left;
}
.hsmls {
    line-height: 0;
    width: 100%;
    transition: all 0.3s;
    border-bottom: 2px solid #e57f12;
    position: relative;
    z-index: 999;
}
.hsmls .sintop_right {
    float: right;
}
.hsmls .shead_logo img {
    width: 100%;
    margin-top: 20px;
}
.hsmls .sintop_right .topr_contact {
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    display: flex;
    justify-content: flex-end;
}
.sintop_right .topr_contact span {
    color: #e57f12;
    font-weight: bold;
}
.hsmls .sintop_right .tp_mobile {
    background: url('../image/tp_mobile.png') left no-repeat;
    background-size: 30px 30px;
    padding-left: 40px;
    margin: 20px 50px 0 0;
}
.hsmls .sintop_right .tp_phone {
    background: url('../image/tp_phone.png') left no-repeat;
    background-size: 30px 30px;
    padding-left: 40px;
    margin: 20px 0 0 0;
}

.hsmls ul li {
    float: left;
    display: inline-block;
    transition: all .5s;
    position: relative;
}
.headmn .muli .mua {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #333333;
    font-size: 14px;  
}
.headmn .muli .mua span {
    border-right: 1px solid #cccccc;
    padding: 0 20px;
}
.headmn .muli .mua .muspan {
    border-right: 0px!important;
    padding-right: 0px!important;
}

.headmn .muli:hover span {
    color: #e57f12;
}
.headmn .on span {
    color: #e57f12;
}
.dropdown-menu{
    position: absolute;
    display: none;
    z-index: 999;
    border-radius: 2px;
    right: 0;
    top: 100%;
    width: 140px;
    margin-left: -80px;
}
.dropdown-menu .tit:nth-child(1){
    border-top: 0px solid #ccc;
}
.dropdown-menu .dmli{
    background-color: #FFFFFF;
    text-align: center;
    display: block;
    transition: ease-in 0.1s;
    line-height: 55px;
    color: #555555;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
    letter-spacing: 1px;
    width: 100%;
}
.dropdown-menu .dmli .dma{
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}
.dropdown-menu .dmli .arrow{
    position: absolute;
    right: 15px;
    top: 15px;
}

.dropdown-menu .dmli:hover{
    background-color: #e57f12!important;
    color: #FFFFFF!important;
}

/* 公共标题 */
.pub_title {
    text-transform: uppercase;
    text-align: center;
    margin: 70px 0 30px 0;
    z-index: 99;
    position: relative;
}
.pub_title .p1 {
    font-size: 30px;
    color: #333333;
    line-height: 2em;
}
.pub_title .p2 {
    font-size: 35px;
    color: #e57f12;
    font-weight: bold;  
}
.pub_title .p3 {
    font-size: 12px;
    color: #151515;
    line-height: 3em;
}


/* 多年品质 */
.sin_quality .siqua_cake {
    float: left;
    width: 230px;
    height: 322px;
    transition: all 0.3s;
    margin-right: 12px;
    position: relative;
}
.sin_quality .siqua_cake:nth-child(1) {
    background: url(../image/quality1.png) center no-repeat;
}
.sin_quality .siqua_cake:nth-child(2) {
    background: url(../image/quality2.png) center no-repeat;
}
.sin_quality .siqua_cake:nth-child(3) {
    background: url(../image/quality3.png) center no-repeat;
}
.sin_quality .siqua_cake:nth-child(4) {
    background: url(../image/quality4.png) center no-repeat;
}
.sin_quality .siqua_cake:nth-child(5) {
    background: url(../image/quality5.png) center no-repeat;
}

.sin_quality .siqua_cake .scbe_title {
    width: 100%;
    height: 65px;
    background-color: #e57f12;
    border-radius: 0 0 7px 7px;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    transition: all .5s;
}
.sin_quality .siqua_cake .scbe_title .scbe_icon {
    margin: 0 auto;
    width: 45px;
    height: 45px;
    border-radius: 4em;
    background-color: #ffffff;
    margin-top: -22px;
    transition: all .5s;
}
.sin_quality .siqua_cake .scbe_title .scbe_icon img {
    padding-top: 10px;
}
.sin_quality .siqua_cake .scbe_title p {
    line-height: 2em;
    transition: all .5s;
} 
.sin_quality .siqua_cake .scbe_brief {
    width: 80%;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    opacity: 0;
    position: absolute;
    left: 10%;
    top: 200px;
    transition: all .5s;
}
.sin_quality .siqua_cake:nth-child(5) {
    margin-right: 0px!important;
}

.sin_quality .siqua_cake:hover .scbe_title {
    height: 100%;
    border-radius: 8px 8px 8px 8px;
    background: rgb(0, 0, 0,0.5);
    transition: all .5s;
}
.sin_quality .siqua_cake:hover .scbe_title p {
    transform: translateY(20px);
    transition: all .5s;
}
.sin_quality .siqua_cake:hover .scbe_icon {
    background-color: #e57f12;
    margin-top: 40px;
    transition: all 1s;
    transform: rotateY(360deg);
}
.sin_quality .siqua_cake:hover .scbe_icon img {
    filter: brightness(5);
    transform: rotateY(360deg);
    transition: all 1s;
}
.sin_quality .siqua_cake:hover .scbe_brief {
    opacity: 1;
    transform: translateY(-30px);
    transition: all .5s;
}







/* 精品菜式 */
.sin_dishes {
    margin-bottom: 20px;
}
.sin_dishes .dishes_list {
    width: 100%;
    text-align: center;
}
.dishes_list ul {
    font-size: 0px;
}
.dishes_list ul li {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    background-color: #eeeeee;
    padding: 17px 2.5%;
}
.dishes_list ul .on {
    color: #ffffff;
    background-color: #e57f12;
}
.sin_dishes .dishes_content {
    position:relative;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.sin_dishes .dishes_content ul li {
    float: left;
    width: 295px;
    height: 220px;
    margin: 20px 6px 0 0;
    overflow: hidden;
    position: relative;
}
.sin_dishes .dishes_content ul li:nth-child(4n) {
    margin-right: 0;
}
.sin_dishes .dishes_content .dicont_img {
    width: 100%;
}
.sin_dishes .dishes_content .dicont_img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.dishes_content .mycont .pro:hover .dicont_img img {
    transform:scale(1.1);
}
.sin_dishes .dishes_content .dicont_name {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 42%;
    height: 24%;
    background: url(../image/dicont_name.png) center no-repeat;
    background-size: 100% 100%;
}
.sin_dishes .dicont_name span {
    font-size: 16px;
    color: #333333;
    text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0; 
    height: 90%;
    display: block;
    line-height: 3em;
    margin: 0 auto;
    text-align: center;
}
.sin_dishes .dishes_content .more img {
    position: relative;
}
.sin_dishes .dishes_content .more p {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    top: 70%;
    transition: all .5s;
    letter-spacing: 2px;
}
.sin_dishes .dishes_content .more:hover p {
    transform: translateY(-10px);
    transition: all .5s;
}

/* 点面分布 */
.sin_stores {
    margin: 20px 0 50px 0;
    position: relative;
}
.sin_stores .stores_body {
    margin-top: -120px;
}
.sin_stores .stores_word {
    position: absolute;
    top: 22%;
    z-index: 2;
    width: 28%;
}
.sin_stores .stores_word .p1 {
    background: url(../image/stores_logo.png) left no-repeat;
    font-size: 24px;
    color: #e57f12;
    line-height: 95px;
    padding-left: 30%;
    background-size: 30%;
}
.sin_stores .stores_map {
    float: right;
    height: 815px;
    position: relative;
}
#container{
    position: absolute;
    right: 0;
    top: -80px;
}
#container *{
    font-size: 16px!important;
}
.mapimg{
    display: none;
}
.sin_stores .stores_map img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    max-width: 100%;
}
.sin_stores .stores_word .p2 {
    line-height: 2em;
    font-size: 20px;
    color: #555555;
    margin-top: 15%;
    font-weight: bold;
}
.sin_stores .stores_word .p3 {
    background: url(../image/stores_tel.jpg) left no-repeat;
    font-size: 20px;
    color: #555555;
    line-height: 40px;
    margin-top: 27%;
    padding-left: 90px;
}
.sin_stores .stores_word .p3 span {
    color: #e57f12;
}
.sin_stores .stores_word .button a {
    background-color: #e57f12;
    color: #ffffff;
    font-size: 20px;
    display: block;
    text-align: center;
    width: 365px;
    line-height: 3em;
    border-radius: 10px;
    margin-top: 5%;
    transition: all .3s;
}
.sin_stores .stores_word .button:hover a {
    transform: translateX(10px);
    transition: all .3s;
}
.sin_stores .stores_body .mobile_map {
    display: none;
}



/* 走进我们 */
.sin_about {
    padding: 5px 0 80px 0;
    background: #f5f5f5;
    position: relative;
}
.sin_about .sinabout_body {
    width: 100%;
    height: 100%;
    position: relative;
}
.sin_about .sinabout_body .ab_img {
    float: left;
    width: 46.5%;
    height: 504px;
}
.sin_about .sinabout_body .ab_content {
    width: 53.5%;
    position: absolute;
    height: 100%;
    right: 0;
}
.sin_about .sinabout_body .ab_intro {
    height: 80%;
    width: 100%;
    background-color: #ffffff;
} 
.sin_about .sinabout_body .ab_intro .p1 {
    font-size: 24px;
    color: #e57f12;
    font-weight: bold;
    padding: 11% 0 6% 5%;
}
.sin_about .sinabout_body .ab_intro .p2 {
    font-size: 14px;
    color: #3c3c3c;
    line-height: 2em;
    display: block;
    height: 47%;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.sin_about .sinabout_body .ab_list {
    height: 20%;
    width: 100%;
    background-color: #e57f12;
} 
.sin_about .sinabout_body .ab_list ul {
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.sin_about .sinabout_body .ab_list ul li {
    float: left;
    height: 100%;
}
.sin_about .sinabout_body .ab_list ul li a {
    display: flex;
    font-size: 18px;
    color: #ffffff;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition:  all .7s;
}
.sin_about .sinabout_body .ab_list ul li a img {
    margin: 0 10px;
    transition:  all .7s;
}
.sin_about .sinabout_body .ab_list ul li:hover {
    transform: translateY(5px);
    transition:  all .7s;
}
.sin_about .sinabout_body .ab_list ul li:hover img {
    transform: rotateY(360deg);
    transition:  all .7s;
}

/* 新闻资讯 */
.sin_news {
    margin-bottom: 70px;
}
.sin_news .snews_body .top:nth-child(1) {
    position: relative;
    width: 100%;
}
.sin_news .snews_body .top  {
    margin-top: 50px;
}
.sin_news .snews_body .top:nth-child(1) {
    margin-top: 0px;
}
.sin_news .snews_body .top .top_img {
    display: none;
}
.sin_news .snews_body .top:nth-child(1) .top_img {
    display: block;
    float: left;
    width: 475px;
    height: 305px;
}
.sin_news .snews_body .top:nth-child(1) .down_img {
    display: none;
}
.sin_news .snews_body .top .top_img img {
    width: 100%;
    height: 100%;
}
.sin_news .snews_body .top:nth-child(1) .top_content {
    position: absolute;
    right: 0;
    height: 100%;
    width: 725px;
    background-color: #eeeeee;
}
.sin_news .top:nth-child(1) .tit {
    width: 90%;
    margin: 5% 0 3% 5%;
    font-size: 24px;
    transition: all .3s;
}
.sin_news .top .tit {
    font-size: 18px;
    color: #151515;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.sin_news .top .time {
    font-size: 14px;
    color: #999999;
    font-weight: bold;
    margin: 5% 0;
    transition: all .3s;
}
.sin_news .top:nth-child(1) .time {
    width: 90%;
    margin: 0 auto;
    transition: all .3s;
}
.sin_news .top .cot {
    overflow: hidden;
    font-size: 14px!important;
    color: #555555;
    height: 4em;
    line-height: 2em!important;
    margin-top: 6%;
}
.sin_news .top .cot p {
    font-size: 14px!important;
    line-height: 2em!important;
    text-indent: 0!important;
}
.sin_news .top .cot span {
    font-size: 14px!important;
    line-height: 2em!important;
    text-indent: 0!important;
}
.sin_news .top .cot img {
    display: none!important;
}
.sin_news .top .cot br {
    display: none;
}
.sin_news .top .cot iframe {
    display: none;
}
.sin_news .top:nth-child(1) .cot {
    height: 38%;
    width: 90%;
    margin: 3% 0 2% 5%;
}
.sin_news .top .more {
    display: none;
}
.sin_news .top:nth-child(1) .more {
    display: block;
    width: 90%;
    margin: 0 0 5% 5%;
    font-size: 14px;
    color: #e57f12;
    font-weight: bold;
    transition: all .3s;
}
.sin_news .snews_body .top {
    float: left;
    width: 20.5%;
    margin-right: 6%;
}
.sin_news .snews_body .top:nth-child(5) {
    margin-right: 0%;
}
.sin_news .snews_body .top:hover .tit {
    transform: translateY(-10px);
    color: #e57f12;
    transition: all .3s;
}
.sin_news .snews_body .top:hover .time {
    transform: translateY(-10px);
    color: #e57f12;
    transition: all .3s;
}

/* 咨询加盟 */
.sin_consult {
    border-top: 1px solid #e57f12;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    right: -100%;
}
.sin_consult .sandwich {
    display: flex;
    align-items: center;
}
.sin_consult .scon_logo {
    float: left;
    width: 25%;
}
.sin_consult .scon_body {
    float: left;
    margin: 0 auto;
}
.sin_consult .scon_tel {
    float: right;
    width: 25%;
}

.sin_consult .footer_form span {
    font-size: 16px;
    color: #1b1b1b;
}
.footer_form input {
    line-height: 3em;
    font-size: 12px;
    color: #999999;
    border: 1px solid #cccccc;
    text-indent: 2em;
}
.footer_form .ftf_name, .ftf_tel {
    width: 180px;
    margin: 10px 10px 10px 0px;
}
.footer_form .ftf_sug {
    width: 375px;
    height: 90px;
    font-size: 12px;
    color: #999999;
    text-indent: 2em;
    line-height: 3em;
}

/*底部二维码验证*/
.footer_form .code_box {
    margin-top: 10px;
}
.footer_form .code_box tr {
    float: left;
    margin-right: 10px;
}
.footer_form .fcb_sub {
    width: 100px;
    height: 45px;
}
.footer_form .code_box .code {
     color:#FFFFFF;
     font-size:20px;
     border:0;
     letter-spacing:3px;
     font-weight:bolder;                     
     cursor:pointer;
     width:105px;
     height:45px;
     line-height:45px;
     text-align:center;
     vertical-align:middle;
     background-color:#e57f12;
 }
 .footer_form .code_box .fcb_intp {
    text-decoration:none;
    font-size:18px;
    color:#ffffff;
    width:150px;
    height:45px;
    line-height:45px;
    text-align:center;
    vertical-align:middle;
    background-color:#e57f12;
    text-indent: 0em!important;
    border: 0px; 
    outline: none; 
}
.footer_form .code_box .code span:hover {
    text-decoration:underline;
    cursor:pointer;
}
.sin_consult .scon_img {
    display: none;
}




/* 底部 */
.foot {
    background-color: #ffffff;
    border-top: 1px solid #e57f12;
    padding: 2% 0;
}
.foot_list{
    width: 23%;
    float: left;
}
.foot_list:nth-child(1) {
    width: 20%;
}
.foot .foot_logo img {
    padding-top: 10%;
    width: 70%;
}
.foot_list:nth-child(2) .foot_title {
    background: url(../image/foot_list1.png) left no-repeat;
}
.foot_list:nth-child(3) .foot_title {
    background: url(../image/foot_list2.png) left no-repeat;
}
.foot_list:nth-child(4) .foot_title {
    background: url(../image/foot_list3.png) left no-repeat;
}
.foot_list .foot_title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 5%;
    line-height: 2em;
    padding-left: 15%;
}
.foot_list .foot_title span{
    font-size: 18px;
    padding-left: 5%;
    letter-spacing: 1px;
}
.foot_list .foot_ul {
    position: relative;
    margin-left: 15%;
}
.foot_list .foot_ul li a {
    font-size: 14px;
    color: #555555;
}
.foot_list .foot_ul li {
    font-size: 14px;
    color: #555555;
    margin-bottom: 3%;
    float: left;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
}
.foot_list .foot_rwm {
    float: right;
    margin-right: 15%;
    width: 34%;
}
.foot_list .foot_rwm p {
    font-size: 14px;
    color: #555555;
    text-align: center;
    line-height: 2em;
}

.foot_list .ulli50 li {
    width: 35%;
    margin-right: 5%;
}



.copyright {
    background-color: #e57f12;
    color: #ffffff;
    text-align: center;
    padding: 2% 0;
    font-size: 14px;
}
.bottom-fix{
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0%;
    z-index: 3;
}
.bottom-fix>a>img {
    width: 33.3333%;
    float: left;
    display: block;
    height: 13.5vw;
}






/*底部随屏咨询*/
.lqdlb {
    position: absolute;
    bottom: -2px;
    left: -60px;
}


.ban_top{
    position: absolute;
    top: 8%;
    width: 100%;
    background: transparent;
}
.ban_top .bt_left{
    float: left;
}



/* WT内页 */
.category{
    background-color: #e5e5e5;
}

.category_list{
    position: relative;
    width: 100%;
    float: left;
}
.category_list ul li{
    display: inline-block;
    width: 10%;
    float: left;
    font-size: 16px;
    color: #333333;
    position: relative;
    text-align: center;
}
.category_list ul li a{
    display: block;
    padding: 20% 0;
}
.category_list ul .on{
    color: #ffffff;
    background-color: #e47f11;
}
.category_list ul .on2{
    color: #ffffff;
}







.public_list{
    padding: 5% 0;
    background-color: #ffffff;
}

.public_content{
    background-color: #ffffff;
}

.content_show{
    padding: 5% 0;
}
.content_show .tit{
    font-size: 20px;
    color: #333333;
    text-align: left;
}
.content_show .info{
    margin: 2% 0;
    font-size: 12px;
    color: #535353;
    text-align: left;
}
.content_show .info .returnls{
    float: right;
    font-size: 16px;
}
.content_show .allnr{
    width: 100%;
    overflow: hidden;
    border-top: 1px dashed #a3a3a3;
    border-bottom: 1px dashed #a3a3a3;
    padding: 2% 1%;
    margin-bottom: 2%;
}
.content_show  .Solidline{
    border-top: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
}
.content_show .allnr img{
    max-width: 100%;
}








.pad0{
    padding: 0;
}




.load_more{
    text-align: center;
}
.load_more_top{
    padding-top: 3%;
}
.load_more .loads{
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background-color: #e47f11;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    padding: 1% 3%;
    letter-spacing: 1px;
    border-radius: 10px;
}
.load_more .loadend{
    display: none;
    font-size: 16px;
    color: #555555;
    letter-spacing: 2px;
}
.load_more .block{
    display: block;
}




.single_content{
    font-size: 14px;
    line-height: 2;
    padding: 2% 0;
}






.VerticalMenu {
    padding: 0px;
    width: 100%;
    cursor: pointer;
    text-align: left;
}
.VerticalMenu > div {
    width: 100%;
    float: left;
}
.VerticalMenu .bianse{
    color: #e47f11 !important;
}
.VerticalMenu .sjx{
    position: absolute;
    /* display: block; */
    border-top: 1.5vw solid transparent;
    border-left: 2vw solid #777;
    border-bottom: 1.5vw solid transparent;
    margin: 5.5vw 0.5vw 0;
    right: 9%;
    transform: rotate(0deg);
    transition: transform 0.4s linear;
}
.VerticalMenu .sxjsele{
    color: #e47f11 !important;
    transform: rotate(90deg);
    border-left: 2vw solid #e47f11;
}
.VerticalMenu .span2{
    width: 93%;
    margin-left: 10vw;
    height: 15vw;
    overflow: hidden;
    display: inline-block;
    font-size: 4vw;
    color: #777;
}
.VerticalMenu .span2 a {
    max-width: 80%;
    display: inline-block;
}
.VerticalMenu .span2 .arrow{
    display: inline-block;
    text-align: right;
    width: 10%;
    float: right;
}
.VerticalMenu > div > div:first-child {
    font-size: 14px;
    height: 15vw;
    line-height: 15vw;
    border-top: 1px solid #f2f2f2;
}
.VerticalMenu > div > div:first-child:hover {
    color: #e47f11;
}
.VerticalMenu > div > div:first-child > i:last-child {
    line-height: 40px;
    float: right;
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}
.VerticalMenu > div > div:last-child {
    width: 100%;
    display: none;
    padding: 0 0vw 0 2vw;
    font-size: 0.8vw;
    color: #777;
}
.VerticalMenu > div > div:last-child > div{
    font-size: 3.5vw;
    height: 12vw;
    line-height: 12vw;
    overflow: hidden;
    padding-left: 9%;
}
.VerticalMenu > div > div:last-child > div:hover{
    color:  #e47f11;
}
/*.VerticalMenu > div:last-child > div:first-child{*/
/*border-bottom-left-radius: 5px;*/
/*border-bottom-right-radius: 5px;*/
/*}*/
.VerticalMenu > div:last-child::after{
    display: block;
    clear: both;
}
.VerticalMenu .cpbs{
    color:  #e47f11!important;
}





.banner_nr{
    width: 100%;
    height: 100vh;
    background-size: cover!important;
}



.newsbox{
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
}
.newsbox:nth-child(4n){
    margin-right: 0px;
}
.newsbox .time{
    position: relative;
    font-size: 14px;
    color: #999999;
    margin: 5% 0 0;
}
.newsbox .time .time_yr{
    float: left;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    transition: all 0.3s;
}
.newsbox .time .time_n{
    float: left;
    font-size: 18px;
    color: #333333;
    margin-top: 4%;
    margin-left: 4%;
    transition: all 0.3s;
}
.newsbox .news_img{
    margin: 5% 0;
    width: 100%;
    overflow: hidden;
}
.newsbox .news_tit{
    font-size: 18px;
    color: #151515;
    line-height: 30px;
    height: 30px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.newsbox .news_cot{
    font-size: 14px;
    color: #333333;
    height: 50px;
    line-height: 25px;
    margin: 3% 0;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

}
.newsbox .news_plus{
    font-size: 40px;
    color: #333333;
    transition: all 0.3s;
}
.newsbox:hover .news_img img{
    transform: scale(1.1);
}


.newsbox:hover .news_plus{
    color: #e47f11;
}


.abmk1{
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
}
.abmk1 .amimg1{
    width: 48%;
}
.abmk1 .amcot1{
    width: 52%;
    padding:0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.abmk1 .amcot1 .dnr1{
    font-size: 28px;
    color: #e47f11;
}
.abmk1 .amcot1 .dnr2{
    font-size: 14px;
    color: #cccccc;
    margin: 5% 0 8%;
    letter-spacing: 5px;
}
.abmk1 .amcot1 .dnr3{
    font-size: 14px;
    color: #333333;
    line-height: 2;
}

.abmk2{
    display: flex;
    justify-content: center;
}
.abmk2 .amcot2{
    width: 52%;
    padding: 0 3% 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.abmk2 .amimg2{
    width: 48%;
}

.abmk2 .amcot2 .dnr1{
    font-size: 14px;
    color: #333333;
    line-height: 2;
}
.abmk2 .amcot2 .dnr2{
    margin: 10% 0;
}
.abmk2 .amcot2 .dnr3{
    font-size: 14px;
    color: #333333;
    line-height: 2;
}



.history_list{

}
.history_list ul li{
    position: relative;
    padding-bottom: 5%;
}
.history_list ul li .lcyx{
    position: absolute;
    height: 100%;
    width: 1px;
    left: 40px;
    top: 0;
    background-color: #cccccc;
}
.history_list ul li .yuan{
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background: url(../image/lcy2.png)no-repeat center;
}
.history_list ul li .yuan2{
    background: url(../image/lcy1.png)no-repeat center!important;
}

.history_list ul li .lcbt{
    float: left;
    font-size: 20px;
    letter-spacing: 2px;
    background-color: #e47f11;
    color: #ffffff;
    margin-left: 15%;
    padding: 10px 30px;
    border-radius: 40px;
    margin-top: 1.5%;
    position: relative;
}
.history_list ul li .lcbt2{
    font-size: 22px;
    color: #555555;
    padding: 2.5% 9%;
    text-transform: uppercase;
    letter-spacing: 3px;
}


.history_list ul li .lcbt:before{
    width: 50%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    left: -80%;
    top: 49%;
    content: '';
}
.history_list ul li .lcnr{
    margin-top: 1%;
    width: 68%;
    float: right;
    line-height: 3;
    font-size: 18px!important;
}
.history_list ul li .lcnr *{
    font-size: 16px!important;
}
.history_list ul li .lcnr img{
    margin-top: 2%;
    width: 100%;
}
.history_list ul li:last-child .lcyx:before{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e47f11;
    content: '';
    position: absolute;
    bottom: -30px;
    left: -15px;
}


.culture_list{
    position: relative;
}
.culture_big{
    padding-top: 5%;
}
.culture_list ul li{
    display: flex;
    position: relative;
    margin: 3% 0;
}
.culture_list ul li .whimg{
    width: 27%;
}
.culture_list ul li .whimg2{
    display: none;
}
.culture_list ul li .whcot{
    width: 73%;
    padding: 0% 0 0% 3%;
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.culture_list ul li .whcot .dnr1{
    font-size: 30px;
    color: #333333;
    letter-spacing: 2px;
}
.culture_list ul li .whcot .dnr2{
    font-size: 26px;
    color: #333333;
    margin: 3% 0;
    letter-spacing: 2px;
}
.culture_list ul li .whcot .dnr3{
    font-size: 16px;
    color: #333333;
    line-height: 2;
}
.culture_list ul li:nth-child(2n) .whcot{
    flex-direction: column;
    justify-content: center;
    display: flex;
    width: 73%;
    padding: 0% 3% 0 0%;
}
.culture_list ul li:nth-child(2n) .whcot .dnr1{
   text-align: right;
}
.culture_list ul li:nth-child(2n) .whcot .dnr2{
    text-align: right;
}
.culture_list ul li:nth-child(2n) .whcot .dnr3{
    text-align: right;
}



.honor_list{
    position: relative;
    text-align: center;
}
.nyptt1{
    font-size: 28px;
    color: #333333;
    text-align: center;
    letter-spacing: 5px;
}
.nyptt2{
    text-align: center;
    color: #ffffff;
    background-color: #e47f11;
    font-size: 16px;
    padding:1% 4%;
    display: inline-block;
    border-radius: 50px;
    margin: 3% 0 5%;
    letter-spacing: 1px;
}
.honor_list .dnr3{
    font-size: 18px;
    line-height: 2;
    color: #333333;
    text-align: left;
    letter-spacing: 1px;
    padding-bottom: 2%;
}
.honor_list .dnr4{

}


.partnerietm{
    width: 15%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.partnerietm:nth-child(6n){
    margin-right: 0;
}
.partnerietm .img{
    width: 100%;
    height: 90px;
}
.partnerietm:hover .img img{
    -webkit-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
}
.partnerietm .tit{
    padding-top: 5%;
    text-align: center;
    font-size: 14px;
    color: #333333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;

}

.contact_list{
    position: relative;
    text-align: center;
}
.contact_list .lxmk{
}
.contact_list .lxmk_nr{
    width: 50%;
    float: left;
}
.contact_list .lxmk_nr .dnr_lx{
    text-align: left;
    font-size: 22px;
    color: #333333;
    margin-bottom: 5%;
}
.contact_list .lxmk_nr .dnr_lx span{
    color: #e47f11;
}
.contact_list .lxmk_nr .dnr_list{

}
.contact_list .lxmk_nr .dnr_list ul li{
    font-size: 16px;
    color: #333333;
    text-align: left;
    padding: 3% 0 3% 7%;
}
.contact_list .lxmk_nr .dnr_list ul li:nth-of-type(1){
    background: url(../image/lxlogo1.png) no-repeat left;
}
.contact_list .lxmk_nr .dnr_list ul li:nth-of-type(2){
    background: url(../image/lxlogo2.png) no-repeat left;
}
.contact_list .lxmk_nr .dnr_list ul li:nth-of-type(3){
    background: url(../image/lxlogo3.png) no-repeat left;
}
.contact_list .lxmk_nr .dnr_list ul li:nth-of-type(4){
    background: url(../image/lxlogo4.png) no-repeat left;
}
.contact_list .lxmk_nr .dnr_list ul li:nth-of-type(5){
    background: url(../image/lxlogo5.png) no-repeat left;
}
.contact_list .lxmk_nr .dnr_list ul li:nth-of-type(6){
    background: url(../image/lxlogo6.png) no-repeat left;
}
.contact_list .lxmk_ewm{
    width: 30%;
    float: right;
}
.contact_list .lxmk_ewm ul li{
    float: left;
    margin: 0 5% 5%;
    width: 40%;
}
.contact_list .lxmk_ewm ul li .ewmimg{
    width: 100%;
}
.contact_list .lxmk_ewm ul li .ewmtit{
    font-size: 16px;
    color: #333333;
    margin-top: 10%;
}


.map{
    text-align: left;
    padding-top: 3%;
}


.cpimgall{

}
.cpimgall ul li{
    float: left;
    width: 30%;
    margin-right: 5%;
}
.cpimgall ul li:nth-of-type(3){
    margin-right: 0;
}


.CAlist{
    padding-top: 5%;
}

.CAnr{
    width: 100%;
    margin-top: 4%;
    display: flex;
}
.CAnr:nth-of-type(1){
    margin-top: 0;
}
.CAnr .Cafl{
    width: 75%;
    position: relative;
}
.CAnr .Cafl .img{
    width: 100%;
    overflow: hidden;
}
.CAnr .Cafl .cot{
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    padding: 5%;
}
.CAnr:nth-child(2n) .Cafl .cot{
    left: 0;
}
.CAnr .Cafl .cot .ylogo{
    width: 22%;
    padding: 39% 0;
    background: url(../image/cpintro.png) no-repeat center;
    float: left;
    margin-right: 25%;
    background-size: 100%;
}
.CAnr .Cafl .cot .intro{
    font-size: 15px;
    color: #ffffff;
    writing-mode: tb-rl;
    width: 35px;
    line-height: 30px;
    height: 200px;
    letter-spacing: 3px;
    overflow: hidden;
    float: right;
    text-align: left;
}
.CAnr .Cafr{
    width: 25%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.CAnr .Cafr .dnr1{
    font-size: 30px;
    color: #333333;
    letter-spacing: 10px;
}
.CAnr .Cafr .dnr2{
    font-size: 18px;
    color: #e57f12;
    text-transform: uppercase;
    margin-top: 5%;
}
.CAnr .Cafr .dnr3{
    width: 73%;
    margin-left: 13.5%;
}
.CAnr .Cafr .dnr4{
    width: 50%;
    /*margin-left: 25%;*/
    display: inline-block;
    background-color: #e47f11;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 3px;
    border-radius: 30px;
    padding: 3% 0;
}
.CAnr .Cafr .dnr5{
    display: none;
}
.CAnr .Cafl:hover .img img{
    transform:scale(1.1);
}

.prolist{
    padding: 5% 0 0;
}
.food_item{
    width: 30.5%;
    float: left;
    margin-right: 4.25%;
    margin-bottom: 4.25%;
}
.food_item:nth-child(3n){
    margin-right: 0;
}
.food_item .foodimg{
    width: 100%;
    overflow: hidden;
}
.food_item .foodcot{
    background-color: #e5e5e5;
    padding: 4% 6%;
    color: #333333;
    transition: all 0.3s;
}
.food_item .foodcot .footname{
    width: 80%;
    float: left;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.food_item .foodcot .footarrow{
    width: 6%;
    float: right;
    text-align: center;
    font-size: 14px;
}
.food_item:hover .foodimg img{
    transform:scale(1.1);
}
.food_item:hover .foodcot{
    background-color: #e47f11;
    color: #ffffff;
}



.food_fl{
    width: 70%;
    float: left;
}
.food_fl .nyfl1{
    margin-bottom: 5%;
}
.food_fl .nyfl1 .nyimg{
    width: 56%;
    float: left;
}
.food_fl .nyfl1 .nycot{
    float: right;
    width: 40%;
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*display: flex;*/
    padding: 5% 2%;
}
.food_fl .nyfl1 .nycot .ny1{
    font-size: 30px;
    font-weight: bold;
}
.food_fl .nyfl1 .nycot .ny2{
    font-size: 18px;
    color: #333333;
    margin: 10% 0 20%;
}
.food_fl .nyfl1 .nycot .ny3{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin: 8% 0;
}
.food_fl .nyfl1 .nycot .ny3 span{
    color: #e47f11;
}
.food_fl .nyfl1 .nycot .ny4{
    background-color: #e47f11;
    color: #ffffff;
    font-size: 20px;
    padding: 4% 8%;
    display: inline-block;
    border-radius: 10px;
}




.nyflcot{

}
.nyflcot .nyalbt{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 3px;
    border-bottom: 2px solid #a0a0a0;
    padding-bottom: 2%;
    margin-bottom: 2%;
    position: relative;
}
.nyflcot .nyalbt:before{
    content: '';
    position: absolute;
    width: 10%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: #e47f11;
}
.nyflcot .nyflnr{
    margin-bottom: 5%;
}
.nyflcot .nyflnr img{
    max-width: 100%;
}
.upperandlower{
    position: relative;
}
.upperandlower .sxny{
    float: left;
    width: 80%;
}

.upperandlower .next{
    width: 47%;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
    margin: 2% 0;
}
.upperandlower .next .arrow{
    margin: 0 5%;
}
.upperandlower .next *{
    color: #333333!important;
}
.upperandlower .tl{
    text-align: left;
}
.upperandlower .tr{
    text-align: right;
}
.upperandlower .history{
    width: 15%;
    background-color: #e47f11;
    float: right;
    text-align: center;
    color: #ffffff;
    padding: 2% 2%;
    border-radius: 10px;
    margin-top: 1%;
}

.food_fr{
    width: 24%;
    float: right;
}
.food_fr .nyfrtit{
    width: 100%;
    background-color: #e47f11;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 5% 0;
    letter-spacing: 5px;
}

.food_item2{
    width: 100%;
    float: left;
    margin-bottom: 10%;
}

.food_item2 .foodimg{
    width: 100%;
    overflow: hidden;
}
.food_item2 .foodcot{
    background-color: #e5e5e5;
    padding: 4% 6%;
    color: #333333;
    transition: all 0.3s;
}
.food_item2 .foodcot .footname{
    width: 80%;
    float: left;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.food_item2 .foodcot .footarrow{
    width: 6%;
    float: right;
    text-align: center;
    font-size: 14px;
}
.food_item2:hover .foodimg img{
    transform:scale(1.1);
}
.food_item2:hover .foodcot{
    background-color: #e47f11;
    color: #ffffff;
}

.soupfc{
    text-align: center;
    padding-top: 0;
}
.soup1{
    width: 31.5%;
    display: inline-block;
}

.soup100{
    width: 100% !important;
}
.soupcot20{
    width: 20%!important;
}

.soupintro{
    padding-top: 5%;
    position: relative;
}
.soupintro .soupnr1{
    width: 57%;
    padding: 5% 20% 0 0;
    flex-direction: column;
    justify-content: center;
    float: left;
}
.soupintro .soupnr1 .dnr1{
    font-size: 30px;
    color: #e47f11;
    letter-spacing: 5px;
}
.soupintro .soupnr1 .dnr2{
    font-size: 20px;
    color: #e47f11;
    margin: 5% 0 8%;
    letter-spacing: 3px;
}
.soupintro .soupnr1 .dnr3{
    font-size: 18px;
    color: #333333;
    line-height: 2;
}
.soupintro .soupnr2{
    width: 480px;
    float: right;
    position: absolute;
    height: 480px;
    right: 0;
}

.cssbwy1{
    width: 100%;
    background: url(../image/sbwy1.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
}
@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
.cssbwy2{
    top: 40px;
    width: 432px;
    background: url(../image/sbwy2.png) center no-repeat;
    background-size: 70%;
    position: absolute;
    height: 432px;
    -webkit-transform: rotate(360deg);
    /* animation: rotation 3s linear infinite; */
    -moz-animation: rotation 5s linear infinite;
    -webkit-animation: rotation 5s linear infinite;
    -o-animation: rotation 5s linear infinite;
    left: 20px;
}
.cssbwy3{
    top: 10px;
    width: 480px;
    background: url(../image/sbwy3.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    height: 480px;
    -webkit-transform: rotate(360deg);
    /* animation: rotation 3s linear infinite; */
    -moz-animation: rotation 5s linear infinite;
    -webkit-animation: rotation 5s linear infinite;
    -o-animation: rotation 5s linear infinite;
    left: 0px;
    z-index: 2;
}
.sbwyCa{

}
.sbwyCa li a{
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 3;
}
/*.sbwyCa li a{*/
    /*width: 60px;*/
    /*height: 60px;*/
    /*display: block;*/
/*}*/
.sbwyCa li:nth-of-type(1)  a{
    left: 290px;
    bottom: 80px;
}
.sbwyCa li:nth-of-type(2) a{
    left: 74px;
    top: 182px;
}
.sbwyCa li:nth-of-type(3) a{
    left: 125px;
    bottom: 80px;
}
.sbwyCa li:nth-of-type(4) a{
    left: 208px;
    top: 85px;
}
.sbwyCa li:nth-of-type(5) a{
    left: 341px;
    top: 182px;
}
.sbwyCa .on:nth-of-type(1) a{
    border: 6px solid #efb133;
}
.sbwyCa .on:nth-of-type(2) a{
    border: 6px solid #1e9244;
}
.sbwyCa .on:nth-of-type(3) a{
    border: 6px solid #1a95d4;
}
.sbwyCa .on:nth-of-type(4) a{
    border: 6px solid #d71718;
}
.sbwyCa .on:nth-of-type(5) a{
    border: 6px solid #7c4d22;
}


.soup_item{
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6%;
    float: left;
}
.soup_item:nth-child(2n){
    margin-right: 0;
}
.soup_item .soupimg{
    width: 100%;
    overflow: hidden;
}
.soup_item .soupname{
    padding: 4% 5%;
    color: #ffffff;
    transition: all 0.3s;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;

}
.soup_item .sbys1{
    background-color: #efb133;
}
.soup_item .sbys2{
    background-color: #1e9244;
}
.soup_item .sbys3{
    background-color: #1a95d4;
}
.soup_item .sbys4{
    background-color: #d71718;
}
.soup_item .sbys5{
    background-color: #7c4d22;
}

.soup_item:hover .soupimg img{
    transform:scale(1.1);
}

.join_all{
    padding: 5% 0;
}

.join_all .joinmk1{
    margin-bottom: 5%;
    text-align: center;
    letter-spacing: 2px;
}
.join_all .joinmk1 .jmnr1{
    font-size: 30px;
    color: #333333;
    margin-bottom: 2%;
}
.join_all .joinmk1 .jmnr2{
    font-size: 30px;
    color: #333333;
    margin-bottom: 2%;
}


.join_title{
    text-align: center;
    margin-bottom: 2%;
}
.join_title .pny1{
    font-size: 30px;
    color: #333333;
    position: relative;
    display: inline-block;
    z-index: 2;
    margin-bottom: 2%;
}
.join_title .pny1 span{
    z-index: 2;
    position: relative;
}
.join_title .pny1:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #e47f11;
    bottom: 0;
    z-index: 1;
}
.join_title .pny2{
    font-size: 22px;
    color: #333333;
}
.joinmb2{
    margin-bottom: 2%;
}
.joinmt5{
    margin-top: 5%;
}
.join_all .joinmk2{
    margin-bottom: 5%;
    text-align: center;
    letter-spacing: 2px;
}
.join_zx{
    width: 100%;
    padding: 3.5%;
    background: url(../image/join/join_zx.jpg)no-repeat center;
    position: relative;
    background-size: 100%;
}
.join_zx a{
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}

.joinmk3{
    padding: 5% 0;
}
.joinmk3 .join_abus{
    display: flex;
}
.joinmk3 .join_abus .jabfl{
    width: 50%;
    padding: 0 3% 0 0;
}
.joinmk3 .join_abus .jabfr{
    width: 50%;
    padding: 0 0 0 1.6%;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
}
.joinmk3 .join_abus .jabfr .dnr1{
    font-size: 30px;
    color: #e47f11;
    padding-top: 2%;
}
.joinmk3 .join_abus .jabfr .dnr2{
    font-size: 16px;
    line-height: 2;
    color: #333333;
    margin: 5% 0;
}
.joinmk3 .join_abus .jabfr img{
    width: 100%;
}

.joinmk4{
    color: #333333;
    text-align: center;
    letter-spacing: 3px;
    padding-bottom: 5%;
}
.joinmk4 .jmnr1{
    font-size: 24px;
}
.joinmk4 .jmnr2{
    font-size: 30px;
    font-weight: bold;
    margin: 2% 0;
}
.joinmk4 .jmnr3{
    font-size: 26px;
    margin-bottom: 3%;
}

.joinmk4 .jmnr4{
    font-size: 30px;
    margin: 3% 0;
}
.joinmk4 .jmnr5{
    margin-top: 3%;
    font-size: 22px;
    color: #ffffff;
    background-color: #e47f11;
    border-radius: 10px;
    padding: 1% 4%;
    display: inline-block;
}



.join_lxd{
    width: 100%;
    padding: 19.5%;
    background: url(../image/join/join_lxd.jpg)no-repeat center;
    position: relative;
    background-size: 100%;
}

.joinmk5{
    color: #333333;
    text-align: center;
    letter-spacing: 3px;
    padding: 5% 0;
}
.joinmk5 .jmnr1{
    font-size: 30px;
}
.joinmk5 .jmnr2{
    margin: 4% 0;
    font-size: 18px;
    color: #ffffff;
    background-color: #e47f11;
    border-radius: 10px;
    padding: 1% 4%;
    display: inline-block;

}

.join_ly7{

}
.join_ly7 ul li{
    width: 32%;
    padding: 0 1%;
    display: inline-block;
    margin: 3% 0 1%;
}
.join_ly7 ul li .img{
    width: 50%;
    display: inline-block;
}
.join_ly7 ul li .linr1{
    font-size: 18px;
    margin: 5% 0;
    font-weight: bold;
}
.join_ly7 ul li .linr2{
    line-height: 25px;
    font-size: 14px;
    height: 50px;
    overflow: hidden;
}

.join_ly7 ul li:hover .img img{
    -webkit-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
}


.join_bz{
    width: 100%;
    padding: 21%;
    background: url(../image/join/join_bz.jpg)no-repeat center;
    position: relative;
    background-size: 100%;
}
.join_bz a{
   position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

.join_zc{
    width: 100%;
    background: url(../image/join/join_zc.jpg)no-repeat top;
    position: relative;
    background-size: 100%;
    color: #333333;
    text-align: center;
    letter-spacing: 3px;
    padding: 4% 0;
}

.join_zc .jmnr1{
    font-size: 30px;
}
.join_zc .jmnr2{
    font-size: 26px;
    margin: 2% 0;
}

.join_zc6{

}
.join_zc6 ul li{
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}
.join_zc6 ul li:nth-child(3n){
    margin-right: 0;
}
.join_zc6 ul li .linr1{
    font-size: 18px;
    color: #ffffff;
    background-color: #e47f11;
    display: inline-block;
    padding: 2% 5%;
    border-radius: 25px;
    margin-bottom: 3%;
}

.join_zc6 ul li .linr2{
    font-size: 14px;
    line-height: 2;
}

.joinmk6{
    color: #333333;
    text-align: center;
    letter-spacing: 3px;
    padding: 5% 0;
}
.joinmk6 .jmnr1{
    font-size: 30px;
}
.joinmk6 .jmnr2{
    font-size: 22px;
    color: #e57f12;
    margin: 3% 0;
}
.join_fm{
    width: 1200px;
    display: inline-block;
}
.join_fm .tit{
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    background-color: #000000;
    padding: 2% 0;
}

.join_fm .fmall{
    background-color: #f9f9f9;
    border: 1px solid #cccccc;
    padding: 5%;
}
.join_fm .fmall .fmny1{
    padding-right: 5%;
    width: 30%;
    float: left;
    line-height: 2;
    border-right: 1px dashed #cccccc;
}
.join_fm .fmall .fmny1 .nr1{
    font-size: 24px;
    margin-bottom: 2%;
}
.join_fm .fmall .fmny1 .nr2{
    font-size: 18px;
    font-weight: bold;
}
.join_fm .fmall .fmny1 .nr3{
    font-size: 18px;
}

.join_fm .fmall .fmny2{
    width: 65%;
    float: right;
    text-align: left;
    position: relative;
}
.join_fm .fmall .fmny2 .sbwy1{
    margin-bottom: 3%;
}
.join_fm .fmall .fmny2 .sbwy1 .nc{
    float: left;
    font-size: 18px;
    color: #333333;
    margin-top: 2%;
}

.join_fm .fmall .fmny2 .sbwy1 .srk{
    float: left;
    width: 50%;
    padding: 2% 3%;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 10px;
}
.join_fm .fmall .fmny2 .sbwy1 .ts{
    float: left;
    font-size: 14px;
    color: #e47f11;
    margin: 2% 0 0 3%;
}
.join_fm .fmall .fmny2 .sbwy1 .skrbig{
    float: left;
    width: 50%;
    height: 150px;
    padding: 2% 3%;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 10px;
    resize:none;
}

.join_fm .fmall .fmny2 .fmokorno{

}
.join_fm .fmall .fmny2 .fmokorno .ok{
    font-size: 14px;
    color: #ffffff;
    background-color: #e47f11;
    padding: 2% 5%;
    border-radius: 10px;
    float: left;
    margin:0 9%;
    border: 0;
}
.join_fm .fmall .fmny2 .fmokorno .no{
    font-size: 14px;
    color: #ffffff;
    background-color: #e47f11;
    padding: 2% 5%;
    border-radius: 10px;
    float: left;
    border: 0;
}
.join_fm .fmall .fmny2 .frny{
    width: 35%;
    bottom: 0%;
    position: absolute;
    right: 0;
    line-height: 2;
}
.join_fm .fmall .fmny2 .frny .nry1{
    font-size: 18px;
    font-weight: bold;
}
.join_fm .fmall .fmny2 .frny .nry2{
    font-size: 26px;
    font-weight: bold;
    color: #e47f11;
}
.join_fm .fmall .fmny2 .frny .nry3{
    font-size: 18px;
    font-weight: bold;
}
.join_fm .fmall .fmny2 .frny .nry4{
    font-size: 14px;
    line-height: 1.5;
}


.honor_item{
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}
.honor_item:nth-child(3n){
    margin-right: 0;
}

.honor_item4s{
    width: 23.5%;
    margin-right: 2%;
    float: left;
    margin-bottom: 3.5%;
}
.honor_item4s:nth-of-type(3){
    margin-right: 2%;
}
.honor_item4s:nth-of-type(4){
    margin-right: 0;
}



/*2021.7.22*/
.sin_news .down_img {
    height: 160px;
    overflow: hidden;
}
.sin_news .down_img img {
    height: 100%;
    width: 100%;
}

.newsbox .news_img {
    height: 160px;
}
.newsbox .news_img img {
    height: 100%;
    width: 100%;
}
.inpage_news {
    width: 900px;
    margin: 0 auto;
}
.inpage_news .allnr {
    padding: 2% 0;
} 