.tc_cont{
    width: 100%;
}
.header{
    position: fixed;
    top: 0;
    z-index: 1000000000;
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px rgba(255,255,255,0.2) solid;
    height: 141px;
    padding-right: 0;
}
.tc_header_right{
    float: right;
    font-size: 18px;
    padding-bottom: 60px;
    overflow: hidden;
    padding-right: 15px;
}
.tc_header_right div{
    display: inline-block;
}
.white{
    color: #fff;
}
a{
    text-decoration: none;
}
a:link{text-decoration:none;}/*点击前*/
a:visited{text-decoration:none;}/*点击后*/
a:active{text-decoration:none;}/*点击中*/
a:hover{text-decoration:none; }/*鼠标悬浮*/
.tc_jdpic{
    width: 28px;
    margin: 0 15px;
    margin-right: 2px;
}
.tc_borderl{
    background-color: #fff;
    width: 1px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.tc_jdyd{
    display: inline-block;
    font-size: 18px;
    border-radius: 6px;
    vertical-align: text-top;
    padding-right: 15px;
}
.header .ss_m span a {
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
}
.bold {
    font-weight: bold;
}
.header .tc_jdyd a{
    color: #fff;
}
.tc_news_swiperr a{
    color: #333;
}
.header a{
    color: #000;
}
.white.header a{
    color: #fff;
}
.tc_headerhover{
    padding: 0 15px;
    line-height: 140px;
    position: relative;
}
.tc_newslistall a{
    color: #000;
}
.logo{
    width: 250px;
    margin-top: 40px;
    margin-left: 100px;
}
.tc_headerlist .tc_headerhover.act{
    /* background-color: #e70010; */
}
.tc_headerlist .tc_headerhover.act a{
    color: #fff!important;
}
.tc_news_top img{
    padding-left: 5px;
}
.tc_news_top .swiper-slide-active img{
    padding-left: 0;
}
.header:hover{
    background-color: rgba(255,255,255,0.2);
}
.tc_headerhover .tc_dismenu{
    position: absolute;
    left: -1px;
    top: 140px;
    background: rgba(0,0,0,0.2);
    color: #333;
    width: 2000px;
    line-height: 60px;
    padding: 0 20px;
}
.tc_headerhover{
    position: relative;
}
.tc_dismenu a{
    color: #fff;
    line-height: 34px;
    font-size: 15px;
    padding: 5px;
}
.tc_header_right div.tc_dismenu{
    display: none;
}
.tc_indextop{
    font-size: 20px;
    position: relative;
    margin-top: -40px;
}
.tc_indextoplist{
    width: 70%;
    margin: 0 auto;
    box-shadow: 0px 0px 10px #cdcdcd;
    text-align: center;
    margin-top: -10px;
    z-index: 100000;
    position: relative;
    background: #fff;
    padding: 16px 0;
    border-radius: 8px;
}
.tc_indextopimg1 .tc_indextopimg{
    background-image: url('../img/icon1.png');
}
.tc_index20{
    width: 18%;
    display: inline-block;
}
.tc_index20 p{
    width: 100%;
    text-align: center;
}
.tc_indextopimg{
    width: 60px;
    height: 58px;
    margin: auto;
    background-size: 100%;
}
.tc_indextopimg2 .tc_indextopimg{
    background-image: url('../img/icon2.png');
}
.tc_indextopimg3 .tc_indextopimg{
    background-image: url('../img/icon3.png');
}
.tc_indextopimg4 .tc_indextopimg{
    background-image: url('../img/icon4.png');
}
.tc_indextopimg5 .tc_indextopimg{
    background-image: url('../img/icon5.png');
}
.tc_index20 p{
    padding: 5px 0;
    margin: 0;
    padding-bottom: 0;
    font-size: 18px;
}
.tc_indextopimg1:hover .tc_indextopimg{
    background-image: url('../img/icon11.png');
}
.tc_indextopimg2:hover .tc_indextopimg{
    background-image: url('../img/icon22.png');
}
.tc_indextopimg3:hover .tc_indextopimg{
    background-image: url('../img/icon33.png');
}
.tc_indextopimg4:hover .tc_indextopimg{
    background-image: url('../img/icon44.png');
}
.tc_indextopimg5:hover .tc_indextopimg{
    background-image: url('../img/icon55.png');
}
.tc_index20:hover p{
    color: #e70010;
}
.tc_xcx{
    position: fixed;
    left: 0;
    cursor: pointer;
    z-index: 1000;
    background: #af8f55;
    height: 97px;
    bottom: 0px;
    padding-right: 9px;
    border-top-right-radius: 86px;
    border-bottom-right-radius: 81px;
}
.tc_xcxl{
    border-radius: 100%;
    width: 85px;
    height: 84px;
    vertical-align: top;
    margin-top: 7px;
}
.tc_xcx span{
    color: #fff;
    display: inline-block;
    width: 35px;
    line-height: 18px;
    padding: 0 8px;
    font-size: 16px;
    margin-top: 5px;
}
.tc_xcxcenter{
    /* background-color: rgba(0,0,0,0.9); */
    position: fixed;
    bottom: 0;
    left: 0;
    height: 160px;
    width: 0;
    text-align: center;
    color: #af8f55;
    padding: 32px 0;
    font-weight: bolder;
    visibility:hidden;
}
.tc_xcxcenter:before {
    visibility:hidden;
    content:"";
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:160px;
    background-color: rgba(0,0,0,0.9);
    z-index:-1;
    transform:translate(0px,10px);
    transition:all .4s;
}
.tc_xcxcenter.act{
    z-index: 100000;
    visibility:visible;
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    right: 0;
    transform:translate(0px,10px);
    transition:all .7s;
}
.tc_xcxcenter span{
    padding: 0 15px;
}
.tc_close{
    margin-bottom: 74px;
    cursor: pointer;
}
.tc_indextop a{
    color: #333;
}
.tc_indexlist h1{
    font-size: 48px;
    text-align: center;
    font-weight: bolder;
}
.tc_indexlisttitle{
    position: relative;
    text-align: center;
}
.tc_indexlisttitle .tc_hou{
    color: #ebebeb;
    font-weight: bolder;
    font-size: 70px;
}
.tc_indextitle{
    position: absolute;
    top: 10px;
    width: 100%;
    margin: 0;
    font-weight: bolder;
}
.tc_indexcenter{
    padding: 30px 0;
}
img{
    max-width: 100%;
}
.max-width{
    width: 100%;
}
.tc_indexone{
    margin: 40px 0;
}
.tc_indexonebg{
    position: absolute;
    width: 100%;
    top: 0px;
}
.tc_indexone{
    position: relative;
    color: #fff;
}
.tc_indexlisttitle span{
    display: inline-block;
    background-color: #e70010;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    margin: auto;
}
.tc_gscyl{
    position: relative;
    margin-top: 24%;
    margin-left: 27%;
}
.tc_gscyl h1{
    text-align: left;
}
.tc_gscyl h1.tc_gscybot{
    font-size: 55px;
    font-weight: bolder;
    color: rgba(255,255,255,0.2);
    text-align: left;
}
.tc_gscytitle{
    position: absolute;
    top: 0;
    margin: 0;
    margin-left: 24px;
}
.tc_gscytitle p{
    font-size: 18px;
    font-weight: initial;
}
.tc_gscytitle span{
    background-color: #e70010;
    width: 50px;
    height: 1px;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
}
.center{
    text-align: center;
}
.tc_indexonebg img{
    height: 710px;
    object-fit: cover;
}
.tc_gscylist1{
    position: absolute;
    top: 185px;
}
.tc_gscylist1 .tc_gslist{
}
.tc_gscylist2{
    position: absolute;
    top: -1px;
    left: 234px;
}
.tc_gscylist2 .tc_gslist{
}
.tc_indexswiper img{
    object-fit: cover;
    width: 100%;
}
.tc_gslist p{
    font-size: 30px;
}
.tc_gslist{
    padding: 15px;
    padding-top: 54px;
    width: 220px;
    height: 263px;
    border: 1px #fff solid;
}
.tc_gslist img{
    width: 100px;
}
.tc_gscynone{
    margin-top: 10px;
    display: none;
}
.tc_gscynone div{
    font-size: 30px;
}
.tc_gscynone p{
    font-size: 16px;
    height:44px;
}
.tc_gscynone a{
    color: #fff;
    border-bottom: 1px #fff solid;
    padding-top: 20px;
    display: inline-block;
}
.tc_gscyr .act{
    background-color: rgba(255,0,0,0.5);
    border: 1px rgba(255,0,0,0.5) solid;
}
.tc_gslist{
    cursor: pointer;
}
.tc_gscynone img{
    display: none;
}
.tc_indextwo{
    padding: 30px 0;
}
.tc_jiantou{
    display: none;
}
.tc_jiantou img{
    width: 50px;
    z-index: 100;
    cursor: pointer;
}
.tc_jiantou img.tc_swiperlicon{
    position: absolute;
    top: 350px;
    left: 100px;
    width: 40px;
}
.tc_swiperricon{
    position: absolute;
    top: 350px;
    right: 100px;
}
.tc_indextwoshow{
    background-color: #af8f55;
    position: absolute;
    top: 85px;
    z-index: 1000;
    color: #fff;
    left: 29%;
    padding: 50px;
    width: 330px;
    height: 400px;
}
.tc_indextwo{
    position: relative;
}
.tc_indextwoshow h3{
    font-size: 27px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 29px;
    height: 28px;
}
.tc_indextwoshow img{
    width: 100px;
    height: 90px;
    object-fit: cover;
}
.tc_indextwoshow p{
    font-size: 16px;
    height:46px;
    margin: 15px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tc_indextwoshow a{
    color: #fff;
    border-bottom: 1px #fff solid;
    font-size: 16px;
    padding-bottom: 5px;
}
.tc_number{
    color: #a98a52;
    font-size: 125px;
    float: right;
    font-weight: bolder;
    margin-right: -47px;
    position: absolute;
    right: 47px;
    bottom: -33px;
}
.tc_ysj{
    color: #fff;
    background-color: #9d804c;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1px 6px;
    border-bottom-left-radius: 4px;
}
.tc_huodongswiper img{
    object-fit: cover;
    height: 550px;
     text-overflow: -o-ellipsis-lastline;
     cursor: pointer;
     width: 100%;
     padding-top: 10px;
}
.tc_swipertwonone{
    display: none;
}
.tc_indexthree{
    margin: 50px 100px;
}
.tc_indexnews{
    background-color: #f9f9f9;
    position: relative;
    margin: 0 15px;
}
.tc_jrgp{
    height: 470px;
    overflow: auto;
}
.tc_indexnewscont{
    padding: 5px 15px;
    height: 477px;
    overflow: auto;
}
.tc_indexnews img{
    width: 20px;
}
.tc_indexnewicon{
    color: #fff;
    background-color: #e82f40;
    font-size: 18px;
    padding: 5px 15px;
    border-bottom-right-radius: 6px;
    display: inline-block;
}
.tc_indexnewicon img{
    vertical-align: bottom;
    margin-right: 10px;
    width: 30px;
}
.tc_indexnewscont div h3{
    font-size: 21px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 30px;
    color: #393939;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tc_indexnewscont div p{
    font-size: 17px;
    color: #6c6c6c;
}
.tc_indexnewscont div p img{
    margin-right: 10px;
    width: 18px;
    vertical-align: baseline;
}
.tc_indexnewscont a{
    color: #1c1c1c;
}
.tc_indexnewscont div{
    padding-bottom: 1px;
}
::-webkit-scrollbar {/*滚动条整体样式*/

    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/

    height: 1px;

}

::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

    border-radius: 0px;

    background: #d8d8d8;

}

::-webkit-scrollbar-track {/*滚动条里面轨道*/

    border-radius: 10px;

    background: #fff;

}
.tc_jrgp{
    margin: 10px 0;
    font-size: 12px;
}
.tc_jrgp img{
    width: 100%;
}
.tc_gplistl{
    width: 48%;
    padding-left: 40px;
    display: inline-block;
}
.tc_gplistr{
    width: 50%;
    display: inline-block;
}
.tc_gplist h1{
    text-align: left;
    padding-left: 40px;
    font-size: 48px;
}
.tc_gplist p{
    margin-bottom: 8px;
}
.tc_gplist p span{
    padding-left: 20px;
}
.jk,.zg{
    color: #e82f40;
}
.zd{
    color: #00900e;
}
.tc_more{
    text-align: center;
}
.tc_more a{
    color: #000;
    border: 1px #000 solid;
    padding: 10px 50px;
}
.tc_more a:hover{
    background-color: #df1f2d;
    border: 1px #df1f2d solid;
    color: #fff;
}
.footer{
    background-color: #2a384b;
    color: #cfcfcf;
    padding: 30px 100px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.tc_footerl{
    margin-top: 20px;
    font-size: 18px;
}
.tc_footerl p img{
    margin-right: 10px;
}
.tc_footerlogo img{
    margin-top: 3%;
}
.footer_gz{
    font-size: 18px;
    text-align: center;
}
.tc_footerewm div{
    display: inline-block;
    padding: 0 5px;
}
.tc_footerewm p{
    padding: 10px 0;
    font-size: 13px;
}
.tc_footerewm img{
    width: 100px;
    height:100px;
}
.tc_gzwmtitle{
    width: 215px;
    margin: auto;
    text-align: left;
    margin-bottom: 15px;
}
.footer_yqlj{
    margin: 15px 32px;
    color: #989898;
}
.footer_yqlj a{
    color: #989898;
    padding: 0 10px;
}
.tc_footercont{
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.tc_footercont a{
    color: #fff;
    margin-top: 15px;
}
.tc_jdyd img{
    vertical-align: initial;
    margin-bottom: -2px;
    margin-right: 10px;
}
.tc_iconhead{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 110px;
    z-index: 100000000;
    cursor: pointer;
    padding: 5px;
}




/*右侧的固定*/
.tc_float{
  position: fixed;
  right: 0;
  bottom: 60%;
  z-index: 1;
  width: 55px;
}
.tc_floatcont{
  position: relative;
}
.tc_float ul li{
  list-style:none;
  background-color: #535353;
    color: #fff;
    padding: 11px 15px;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center;
    transition: all 450ms ease;
    position: absolute;
    left: 0;
    border-radius: 4px;
}
.tc_talk{
  top: 145px;
}
.tc_phone{
  top: 100px;
}
.tc_qq{
  top: 0px;
}
.tc_wechat{
  top: 50px;
}
.tc_up{
  top: 195px;
}
.tc_float ul li i{
  font-size: 25px;
}
.tc_float .active{
  background-color: #df1f2d;
  color: #fff;
}
.tc_float .active:hover {
    transform: translate(-8px, 0px);
}
.tc_floatcont{
  position: relative;
}
.tc_floatcont span{
  display: inline-block;
  margin-left: 25px;
  vertical-align: super;
  font-size: 15px;
}
.tc_float ul li.tc_phone{
  width: 198px;
  text-align: left;
  padding-bottom: 5px;
}
.tc_float .active.tc_phone:hover {
    left: -135px;
}
.tc_float ul li.tc_up{
  width: 150px;
  text-align: left;
}
.tc_float .active.tc_up:hover {
    left: -95px;
}
.tc_float .active.tc_wechat:hover .ewm_pic{
  visibility: visible;
  opacity: 1;
}
.tc_float .active.tc_talk:hover .ewm_pic{
  visibility: visible;
  opacity: 1;
}
.ewm_pic{
  position: absolute;
    right: 70px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all;
    background-color: #fff;
    width: 120px;
}
.ewm_pic img{
  width: 100%;
}
.tc_floatcont a{
  color: #fff;
}
.tc_floatcont ul li img{
  width: 25px;
  vertical-align: top;
}
.tc_floatcont ul li .ewm_pic img{
  width: 100%;
}

/*end*/




.tc_abouttop{
    border-bottom: 1px #dcdcdc solid;
    position: relative;
    margin-top: -145px;
}
.tc_abouttopcont{
    margin: 0 15%;
}
.aboutheadwz{
        background-color: #af8f55;
    color: #c1a981;
    display: inline-block;
    margin: 0;
    font-weight: bolder;
    padding: 10px;
    padding-bottom: 0;
    padding-top: 0px;
    width: 150px;
    text-align: center;
    height: 164px;
    overflow: hidden;
}
.aboutheadwz span{
    font-size: 170px;
    margin-bottom: -26px;
    display: inline-block;
}
.tc_aboutname{
    color: #fff;
    position: absolute;
    top: 0;
    padding-left: 107px;
}
.tc_aboutname h1{
    font-size: 48px;
    font-weight: bolder;
}
.tc_aboutname p{
    margin-top: -13px;
    font-size: 18px;
}
.tc_abouthome{
    display: inline-block;
    margin-left: 80px;
    font-size: 14px;
    color: #797979;
    position: absolute;
    bottom: 10px;
}
.tc_abouthome img{
    vertical-align: sub;
    margin-right: 6px;
}
.tc_abouthome a{
    color: #797979;
}
.tc_abouttopr{
    text-align: right;
    padding: 9px 0;
}
.tc_abouttopr a{
    color: #797979;
    font-size: 18px;
    padding: 10px 0;
    margin: 0 8px;
}
.tc_abouttopr a.act{
    border-bottom: 2px #e61124 solid;
}
.tc_aboutcenter{
    
}
.tc_namebig{
    font-size: 150px;
    font-weight: bolder;
    color: #f7f8fb;
}
.tc_aboutcenter{
    padding: 0 14%;
    position: relative;
}
.tc_namef p{
    font-size: 18px;
}
.tc_namef h1{
    font-size: 50px;
    margin-bottom: 0;
}
.tc_namef{
    position: absolute;
    top: 21px;
    margin-left: 25px;
}
.tc_namef span{
    display: inline-block;
    width: 95px;
    height: 3px;
    background-color: #e61124;
}
.tc_aboutctop{
    padding: 0 60px;
    margin-top: 50px;
}
.tc_aboutccont{
    position: relative;
    padding-left: 290px;
    margin-top: -55px;
}
.tc_aboutpic1{
    margin-top: 10%;
    width: 7%;
    vertical-align: bottom;
}
.tc_aboutccont img{
    display: inline-block;
}
.tc_aboutccont div{
    display: inline-block;
}
.tc_aboutccontr{
    width: 90%;
    height: 1000px;
}
.tc_abouttext{
    width: 64%;
    height: 750px;
    padding-left: 20px;
}
.tc_aboutccontr img{
    vertical-align: top;
    object-fit: cover;
    width: 35%;
    height: 855px;
}
.tc_abouttext img{
    width: auto;
    height: auto;
    vertical-align: bottom;
}
.tc_aboutneirong{
    text-indent: 2em;
    padding-top: 30px;
    height: 550px;
    font-size: 18px;
    line-height: 29px;
    color: #797979;
}
.tc_aboutneirong p{
    margin: 0;
}
.tc_about2cont img{
}
.tc_about2cont{
    position: relative;
    padding: 50px 0;
}
.tc_about2bg{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    bottom: 0;
    height: 110%;
}
.tc_about2center{
    padding: 10px 10%;
    text-align: center;
}
.tc_about2center p{
    color: #9b9b9b;
    font-size: 18px;
}
.tc_about2center img{
    margin-bottom: 50px;
    margin-top: 20px;
}
.tc_about2center h1{
    font-size: 50px;
    margin-bottom: 0;
}
.tc_about2center span{
    display: inline-block;
    width: 95px;
    height: 3px;
    background-color: #e61124;
    margin-left: -96px;
}
.tc_about3center{
    text-align: center;
}
.tc_about3center h1{
    font-size: 50px;
}
.tc_about3center p{
    color: #9b9b9b;
    font-size: 18px;
}
.tc_about3cont{
    padding: 20px;
}
.tc_about3listl{
    width: 350px;
    float: left;
}
.tc_about3listr{
    width: 750px;
    float: left;
    background-color: #f3f5f6;
    height: 120px;
    display: table;
}
.clear{
    clear: both;
}
.tc_about3listl{
    background-color: #af8f55;
    color:#fff;
    padding: 25px 15px;
    height: 120px
}
.tc_about3listl h2{
    font-size: 48px;
    margin: 0;
    border-bottom: 3px #e61124 solid;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
    width: 146px;
}
.tc_about3listl div{
    display: inline-block;
    width: 150px;
    padding-left: 15px;
}
.tc_about3listl div p{
    font-size: 20px;
    margin: 0;
    text-align: left;
    line-height: 24px;
}
.tc_about3listl div span{
    font-size: 14px;
    float: left;
    width: 170px;
}
.tc_about3listr p{
    vertical-align: middle;
    display: table-cell;
    font-size: 20px;
    padding: 0 20px;
}
.tc_about3list{
    margin-bottom: 20px;
}
.tc_about4{
    background-image: url('../img/dsjbg.jpg');
    background-size: 100% 100%;
    position: relative;
    height: 660px;
    z-index: 0;
}
.tc_yuan{
    position: absolute;
    right: 0;
    top: 0px;
    width: 320px;
    z-index: 10000;
}
.tc_bigyuan{
    border-radius: 100%;
    width: 400px;
    height: 400px;
    position: absolute;
    right: 130px;
    object-fit: cover;
    top: 103px;
    z-index: 10000;
}
.tc_about4piclist{
    display: inline-block;
    text-align: center;
    margin: 0 2%;
    cursor: pointer;
}
.tc_about4piclist img{
    width: 140px;
    height: 140px;
    border-radius: 100%;
    border: 3px #c9c9c9 solid;
    object-fit: cover;
}
.tc_about4piclist p{
    font-size: 24px;
    margin: 0;
    padding-top: 10px;
}
.tc_about4bottom{
    position: relative;
}
.tc_aboutxian{
    background-color: #e5e5e5;
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 65px;
}
.tc_about4leftpic{
    float: left;
    margin: 38px 60px;
}
.tc_about4rpic{
    position: absolute;
    right: 24%;
    top: 38px;
}
.tc_about4cont{
    padding-top: 3%;
    padding-left: 12%;
}
.tc_about4cont h1{
    font-size: 45px;
    font-weight: bold;
}
.tc_about4cont div{
    font-size: 20px;
    margin: 20px 0;
    height: 200px;
    width: 50%;
}
.tc_about4list p{
    margin-bottom: 0px;
}
.tc_about4none{
    display: none;
}
.tc_about4piclist.act img{
    border: 3px #e61124 solid;
}
.tc_about4bottom{
    z-index: 10000;
}
.tc_about4cont h2{
    position: absolute;
    right: 178px;
    z-index: 100000000;
    color: #fff;
    font-size: 135px;
    top: 210px;
    font-weight: bolder;
}
.tc_about5{
    padding: 20px 15%;
}
.tc_about5top p{
    display: inline-block;
    margin: 0 14%;
}
.tc_about5top{
    text-align: center;
    background-color: #f3f5f6;
    font-size: 24px;
    padding: 20px;
}
.tc_about5top p.act{
    color:#e61124;
    border-bottom: 2px #e61124 solid;
}
.tc_about5top a{
    color:#333;
}
.tc_about5top p.act a{
 color: #e61124;
}
.tc_about5r img{
    width: 50px;
}
.tc_about5l{
    width: 90%;
    display: inline-block;
    padding: 15px 0;
    padding-left: 20px;
}
.tc_about5r{
    width: 8%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin-top: 66px;
    float: right;
}
.tc_about5list{
    border: 1px #f0f0f0 solid;
    padding: 30px;
    margin: 20px 0;
}
.tc_about5l h2{
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    padding-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.tc_about5l span{
    font-size: 14px;
    color: #b4b4b4;
    padding-right: 30px;
}
.tc_about5l P{
    font-size: 16px;
    color: #797979;
    margin: 10px 0;
    line-height: 25px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tc_about5l a{
    color: #000;
}
.tc_about5l a.tc_about5a{
    color: #e61124;
    font-size: 14px;
    border-bottom: 1px #e61124 solid;
    padding: 5px 0;
}
.tc_about5list:hover{
    box-shadow: 0px 4px 7px #eee;
}
.tc_about5list:hover h2{
    color: #e61124;
}
.tc_about5more{
    background-color: #f3f5f6;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    cursor: pointer;
}
.tc_about5more img{
    width: 50px;
}
.tc_about5more:hover{
    background-color: #e61124;
}
.tc_builinglistl{
    width: 30%;
    display: inline-block;
    vertical-align: text-bottom;
    float: left;
}
.tc_builinglistc{
    width: 60%;
}
.tc_builinglistl div{
    display: inline-block;
    width: 33%;
    text-align: center;
    color: #000;
    font-size: 20px;
    vertical-align: top;
    height: 140px;
    padding-top: 10px;
    float: left;
}
.tc_builinglistl img{
    width: 65%;
    object-fit: cover;
    height: 140px;
}
.tc_builinglistl div h1{
    font-size: 36px;
    color: #e61124;
        font-weight: bold;
}
.tc_builing3{
    padding: 0 15%;
}
.tc_building3cont{
    position: relative;
}
.tc_building3bg{
    width: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    z-index: -1;
    min-height: 980px;
}
.tc_builing3top{
    background-color: #fff;
    box-shadow: 0px 1px 8px #999;
    width: 41%;
    padding: 30px;
    position: absolute;
    height: 410px;
}
.tc_builing3 h1{
    font-size: 100px;
    color: #cacaca;
    text-align: right;
    font-weight: bold;
    padding-top: 50px;
    margin-bottom: 0;
    padding-right: 88px;
}
.tc_builing3 h1.tc_buildingh1{
    float: right;
    margin: 0;
    padding-top: 10px;
    padding-right: 0px;
}
.tc_builing3top h2{
    font-size: 30px;
    font-weight: bold;
}
.tc_builing3top p{
    color: #797979;
    font-size: 14px;
}
.tc_builing3top div{
    font-size: 18px;
    margin-top: 60px;
    line-height: 30px;
}
.tc_buildbtn{
    text-align: right;
    padding: 70px 0;
    margin-top: -70px;
}
.tc_building3swiper .swiper-slide img{
    width: 100%;
    object-fit: cover;
    height: 250px;
}
.tc_buildbtn img{
    cursor: pointer;
    margin: 0 10px;
}
.tc_building3listb{
    padding: 15px;
    border: 1px #eee solid;
    text-align: center;
}
.tc_building3listb p{
    margin: 0;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.tc_building3swiper a{
    color: #000;
}
.tc_news_top{
    padding: 15px 15%;
    margin-top: 40px;
}
.tc_news_top img{
    width: 40%;
    object-fit: cover;
    height: 300px;
}
.tc_news_swiperr{
    width: 59%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}
.tc_news_swiperr h2{
    font-size: 20px;
    line-height: 33px;
    margin: 0;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
      font-weight: bold;
}
.tc_news_swipernumber{
    color: #797979;
    margin-bottom: 20px;
}
.tc_news_swipernumber h1{
    font-size: 60px;
    display: inline-block;
    margin: 0;
    font-weight: bolder;
    border-bottom: 2px #e61124 solid;
    margin-right: 10px;
}
.tc_news_swipernumber p{
    display: inline-block;
    font-size: 16px;
}
.tc_news_swipernumber p span{
    display: block;
}
.tc_news_swiperright{
    margin: 10px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #797979;
    height: 100px;
}
.tc_news_swiperr .tc_alink{
    color: #e61124;
    border-bottom: 1px #e61124 solid;
    font-size: 16px;
    float: right;
}
.tc_news_top{
    position: relative;
}
.tc_news_top .swiper-pagination{
    bottom: -40px;
    left: 0;
    right: 0;
}
.swiper-pagination-bullet-active {
    background: #e61124!important;
}
.swiper-pagination-bullet{
    margin: 0 5px;
}
.tc_newslistcont table{
    width: 100%;
}
.tc_newslist{
    padding: 0 15%;
}
.tc_newslistall{
    margin-top: 80px;
}
.tc_newslistcont{
    border: 1px #f0f0f0 solid;
    padding: 20px;
}
.tc_newslistcont img{
    width: 200px;
    height: 135px;
    object-fit: cover;
}
.tc_newslistcont h2{
    font-size: 24px;
     text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      line-clamp: 1;
      -webkit-box-orient: vertical;
          font-weight: bold;
}
.tc_newslistcenter{
    padding: 0 30px;
}
.tc_newslistcenter span{
    color: #b4b4b4;
    font-size: 14px;
    margin-right: 20px;
}
.tc_newslistcenter p{
    color: #797979;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
    line-height: 27px;
    height: 54px;
}
.tc_newslistrightr{
    width: 200px;
}
.tc_newslistcenter a{
    color: #e61124;
    font-size: 16px;
    border-bottom: 1px #e61124 solid;
}
.tc_newslistleft{
    text-align: center;
    width: 109px;
}
.tc_newslistleft h1{
    font-size: 36px;
    color: #e61124;
    font-weight: bolder;
}
.tc_newslistleft p{
    font-size: 20px;
}
.tc_newslist{
    margin-bottom: 20px;
}
.tc_newslist:hover{
    background-color: #af8f55;
    color: #fff;
}
.tc_newslist:hover .tc_newslistcenter span,.tc_newslist:hover .tc_newslistcenter p{
    color:#fff;
}
.tc_newslist:hover .tc_newslistcenter a{
    color:#fff;
    border-bottom: 1px #fff solid;
}
.tc_newslist:hover .tc_newslistcont{
    border-color: #af8f55;
}
.tc_newslist:hover .tc_newslistleft{
    border: 1px #fff solid;
}
.tc_newslist:hover .tc_newslistleft h1{
    color:#fff;
}
.tc_newsmore{
    padding: 0 15%;
}
.tc_newsleft{
    width: 109px;
}
.tc_newsdel{
    margin: 40px 0;
    padding: 0 15%;
}
.tc_newsdelcont{
    border: 1px #f0f0f0 solid;
    padding: 30px;
    box-shadow: 0px 4px 7px #eee;
}
.tc_newsdelcont .tc_newstitle{
    font-size: 24px;
    text-align: center;
    font-weight: bolder;
}
.tc_newstime{
    font-size: 16px;
    text-align: center;
}
.tc_newstime p{
    display: inline-block;
    margin-right: 50px;
}
.tc_newstime img{
        vertical-align: bottom;
    margin-right: 10px;
}
/*.tc_detailcont{*/
    /*font-size: 18px;*/
    /*line-height: 33px;*/
    /*margin-top: 10px;*/
    /*text-indent:2em*/
/*}*/
.tc_detailcont img{
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.tc_newsdetailbot{
    border-top: 2px #eeeeee solid;
    font-size: 18px;
    padding-top: 20px;
    margin-top: 40px;
}
.tc_newsdetailbot p{
    width: 49%;
    display: inline-block;
    
}
.tc_newsdetailbotr{
    text-align: right;
}
.tc_newsdetailbot a{
    color:#000;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 25px;
}
.tc_periodic{
    padding: 20px 15%;
    position: relative;
}
.tc_periodicbg{
    position: absolute;
    top: -72px;
    left: 0;
    z-index: -1;
}
.tc_preiodic_left{
    width: 32%;
    float: left;
    border-right: 1px #dcdcdc solid;
    padding-right: 40px;
}
.tc_preiodic_right{
    width: 68%;
    float: left;
    padding-left: 40px;
}
.tc_periodic h1{
    font-size: 27px;
    font-weight: bold;
}
.tc_pregp{
    font-size: 16px;
    color: #474c62;
    border-bottom: 1px #dcdcdc solid;
    padding: 20px 0;
}
.tc_pregpcenter h1{
    font-size: 60px;
    color: #e61124;
}
.tc_pregpcenter h1 img{
    vertical-align: baseline;
    margin-left: 10px;
}
.tc_pregpcenterb{
    font-size: 18px;
    color: #e61124;
}
.tc_pregpcenterb span{
    margin-right: 40px;
}
.tc_pregpbot{
    margin-top: 50px;
    border-bottom: 1px #dcdcdc solid;
    padding-bottom: 30px;
}
.tc_pregpbot div{
    display: inline-block;
}
.tc_pregpbot div p{
    font-size: 16px;
}
.tc_pregpbot div span{
    font-size: 24px;
}
.tc_pergptime{
    margin-top: 10px;
    font-size: 16px;
}
.tc_preiodicrtop{
    border-bottom: 1px #dcdcdc solid;

}
.tc_preiodicrtop span{
    display: block;
    background-color: #e61124;
    width: 50px;
    height: 4px;
}
.tc_preiodicrbot{
    padding-top: 20px;
}
.tc_preiodicrtop h1{
    padding-bottom: 10px;
}
.tc_preiodicrbot div h3{
    font-size: 22px;
    margin-bottom: 8px;
    margin-top: 4px;
}
.tc_preiodicrbot div span{
    font-size: 13px;
    color: #b4b4b4;
    margin-right: 20px;
}
.tc_preiodicrbot div{
    border-bottom: 1px #dcdcdc solid;
    padding: 20px 0;
}
.tc_preiodicrbot a{
    color:#000;
}
.tc_map{
    width: 100%;
}
.tc_periodic1{
    position: relative;
}
.tc_address{
    padding: 0 15%;
    position: absolute;
    top: 20%;
    height: 400px;
    width: 100%;

}
.tc_mapleft{
    width: 50%;
    float: left;
}
.tc_mapright{
    width: 50%;
    float: left;
    background-color: #fff;
    height: 400px;
    padding-left: 45px;
}
.tc_mapleft img{
    width: 100%;
    object-fit: cover;
    height: 400px;
}
.tc_map_bot{
    margin-top: 20%;
    font-size: 18px;
    padding-right: 20%;
}
.tc_mapright h1{
    font-size: 30px;
    font-weight: bolder;
    margin-top: 42px;
}
.tc_mapright3{
    position: absolute;
    right: 15%;
    bottom: 0;
    z-index: 0;
    width: 170px;
}
.hotel{
    position: relative;
}
.tc_hotelpic{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.tc_hotel_cont{
    padding: 20px 15%;
}
.tc_hoteltop{
    background-color: #f3f5f6;
    padding: 15px;
    font-size: 24px;
    text-align: center;
}
.tc_hoteltop p{
    display: inline-block;
    padding: 0px;
    margin: 10px 5%;
    padding-bottom: 5px;
}
.tc_hoteltop p.act{
    color: #e61124;
    border-bottom: 1px #e61124 solid;
}
.tc_hoteltop a{
    color:#000;
}
.tc_hoteltop p.act a{
    color: #e61124;
}
.tc_hotellogo{
    margin-top: 5px;
}
.tc_hotelheng{
    display: inline-block;
    width: 150px;
    background-color: #e61124;
    height: 1px;

}
.tc_hotelcenter{
    padding-top: 30px;
    position: relative;
}
.tc_goterzi{
    color: #f2f2f2;
    font-size: 50px;
    position: absolute;
    top: 14px;
    z-index: -1;
    font-weight: bold;
    left: 155px;
}
.tc_hoteldefalt{
    width: 60%;
    float: right;
    font-size: 18px;
    margin-top: 60px;
    line-height: 32px;
}
.tc_hoteldefalt img{
    width: 100%;
}
.tc_hotelswipercont{
    width: 60%;
    background-color: rgba(255,255,255,0.5);
    margin-top: -170px;
    float: left;
    padding: 15px;
    box-shadow: 0px 0px 5px #ccc;
}
.tc_hotelswipercont img{
    width: 100%;
    object-fit: cover;
    height: 112px;
}
.tc_hotelswipercont .swiper-slide.act{
    border: 3px #e61124 solid;
}
.tc_hotelswipercont .swiper-slide{
    border: 3px transparent solid;
    cursor: pointer;
}
.tc_hotelswipercont .hk_left{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50px;
    left: 20px;
    cursor: pointer;
}
.tc_hotelswipercont .hk_right{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50px;
    right: 20px;
    cursor: pointer;
}
.tc_hotelswipercont .swiper-container{
    width: 78%;
}
.tc_hotelswipercont{
    position: relative;
}
.tc_hotelswipercont p{
    display: none;
}
.tc_hotelcontent .tc_hoteltitle{
    font-size: 28px;
    text-align: center;
    padding-bottom: 20px;
}
.tc_hotelcontent{
    font-size: 20px;
    line-height: 34px;
    text-indent:2em;
}
.tc_hotel2swiper .swiper-slide.swiper-slide-next{
    transform: translate3d(0px, 0px, -270.099px) rotateX(0deg) rotateY(0deg)!important;
}
.tc_hotel2swiper .swiper-slide.swiper-slide-prev{
    transform: translate3d(0px, 0px, -260.099px) rotateX(0deg) rotateY(0deg)!important;
}
.swiper-container-3d .swiper-slide-shadow-left{
    background: none!important;
}
.swiper-container-3d .swiper-slide-shadow-right{
    background: none!important;
}
.tc_hotel2swiper{
    margin-top: 50px;
}
.tc_hotelonelistall{
    padding: 50px 15%;
}
.tc_hotelonel{
    width: 50%;
    float: left;
}
.tc_hoteloner{
    width: 50%;
    float: left;
    height: 412px;
    position: relative;
}
.tc_hoteloner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tc_hotelonel h1{
    font-size: 42px;
    font-weight: bolder;
}
.tc_hotelonel span{
    display: block;
    width: 2px;
    height: 44px;
    background-color: #af8f55;
    margin-left: 21px;
}
.tc_hotelonel h3{
    color: #af8f55;
    font-size: 24px;
    font-weight: bolder;
}
.tc_hotelonel a{
    color: #fff;
    background-color: #af8f55;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 14px;
    display: inline-block;
    font-size: 16px;
}
.tc_hoteloneweiper{
    margin-top: 50px;
    padding-right: 20px;
}
.tc_hoteloneweiper img{
    width: 100%;
    object-fit: cover;
    height: 130px;
    cursor: pointer;
}
.tc_hoteloner p{
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    font-size: 20px;
    padding: 10px 15px;
    position: absolute;
    bottom: -10px;
    width: 100%;
}
.tc_hoteloneweiper{
    position: relative;
}
.tc_hoteloneweiper img.tc_hoteloneiconl{
    position: absolute;
    left: 5px;
    top: 52px;
    width: 25px;
    height: 25px;
    z-index: 100;
    cursor: pointer;
}
.tc_hoteloneweiper img.tc_hoteloneiconr{
    position: absolute;
    right: 28px;
    top: 52px;
    width: 25px;
    height: 25px;
    z-index: 100;
    cursor: pointer;
}
.tc_hotelonecenter .tc_hotelonelist:nth-child(even){
    background-color: #f5f8fa;
}
.tc_hotelonecenter .tc_hotelonelist:nth-child(even) .tc_hotelonel{
    float: right;
    padding-left: 20px;
}
.tc_hotelonecenter .tc_hotelonelist:nth-child(even) .tc_hoteloneweiper{
    padding-right: 0;
}
.tc_hotelonecenter .tc_hotelonelist:nth-child(even) .tc_hoteloneweiper .tc_hoteloneiconr{
    right: 10px;
}
.tc_hotelonebot{
    background-color: #080808;
    color:#fff;
    padding: 60px 15%;
}
.tc_hotelonebotl h3{
    font-size: 24px;
    color: #af8f55;
    padding-bottom: 50px;
    margin-bottom: 0;
    font-weight: bolder;
}
.tc_hotelonebotl{
    width: 60%;
    float: left;
}
.tc_hotelonebotr{
    width: 40%;
    float: left;
}
.tc_hotelonebotl .tc_hotelonebotlp{
    font-size: 17px;
    line-height: 33px;
    height: 130px;
    overflow: auto;
    margin-bottom: 30px;
}
.tc_hotelonebotr .swiper-slide-prev{
    visibility:hidden
}
.tc_hotelonebotr .swiper-slide-next{
    transform: translate3d(-99px, 0px, -600px) rotateX(0deg) rotateY(0deg)!important;
}
.tc_hotelonebotr img{
    width: 280px;
    height: 280px;
}
.tc_cxleft,.tc_cxright{
    cursor: pointer
}
.tc_hoteltwo{
    padding: 0px 15%;
}
.tc_hoteltwo_top{
    padding: 30px 0;
}
.tc_hoteltwo_topl{
    width: 40%;
    float: left;
    height: 414px;
    overflow: hidden;
}
.tc_hoteltwo_topr{
    width: 60%;
    float: left;
    padding: 30px;
    background-color: #f6f6f6;
    height: 414px;
    overflow: hidden;
    position: relative;
}
.tc_hoteltwo_topl img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.tc_hoteltwo_topr h2{
    font-size: 24px;
    font-weight: bolder;
}
.tc_hoteltwo_topr p{
    font-size: 16px;
    padding: 15px;
}
.tc_hoteltwo_topr a{
    background-color: #af8f55;
    font-size: 20px;
    color: #fff;
    display: block;
    width: 70%;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 55px;
    margin-left: 15px;
}
.tc_hoteltwolist{
    padding: 10px 15%;
}
.tc_hoteltwolist .col-md-4{
    margin-bottom: 30px;
}
.tc_hoteltwolistbot h3{
    margin: 10px 0;
    padding: 0;
    font-size: 24px;
    font-weight: bolder;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tc_hoteltwolistbot p{
    color: #797979;
    font-size: 20px;
    ext-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tc_hoteltwolistbot{
    padding: 10px 15px;
    border: 1px #eee solid;
    border-top: none;
    height: 160px;
}
.tc_hoteltwolistbot div{
    font-size: 14px;
    color: #797979;
    margin-top: 30px;
}
.tc_hoteltwolistbot div img{
    margin-right: 5px;
}
.tc_hoteltwolistbot div a{
    float: right;
    color:#e61124;
    font-size: 16px;
    border-bottom: 1px #e61124 solid;
}
.tc_hoteltwolist img{
    height: 380px;
    object-fit: cover;
    width: 100%;
}
.tc_hoteltwolist .col-md-4 div img{
    width: auto;
    height: auto;
    margin-bottom: 3px;
}
.tc_industry{
    background-color: #fff;
    margin-top: 50px;
}
.tc_industry_swiper{
    width: 100%;
    box-shadow: none;
    margin: 0;
}
.tc_industry_swiper .swiper-container{
    width: 85%;
}
.tc_industry .tc_hoteldefalt{
    width: 100%;
    padding: 50px;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 30px;
}
.tc_industry_left{
    width: 50%;
    float: left
}
.tc_industry_right{
    width: 50%;
    float: left;
    padding: 0 50px;
}
.tc_industry_right h3{
    font-size: 28px;
    margin: 0;
    padding: 10px 0;
    margin-bottom: 15px;
}
.tc_hotelswipercont h3{
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 5px;
    margin-top: 10px;
}
.tc_industry .swiper-slide{
    border: none;
}
.tc_industry .swiper-slide.act{
    border: none;
}
.tc_industry_swiper .swiper-slide.act img{
    border: 2px #e61124 solid;
}
.tc_industry_swiper .swiper-slide img{
    border: 2px #eee solid;
    padding: 3px;
}
.tc_brandone{
    padding: 20px 10%;
}
.tc_brandoneledt{
    width: 40%;
    float: left;
}
.tc_brandoneledt h1{
    font-size: 48px;
    font-weight: bold;
}
.tc_brandoneright{
    width: 60%;
    float: left;
}
.tc_brandoneledt span.tc_xianbrand{
    width: 70px;
    background-color: #e61124;
    height: 4px;
    display: block;
}

.tc_brandlogo{
    margin: 50px 0;
    width: 260px;
}
.tc_brandonecont{
    /* font-size: 24px; */
    padding-right: 20px;
}
.tc_brandonecont i{
    font-size: 18px;
    margin-left: 10px;
    width: 80%;
    display: inline-block;
    vertical-align: text-top;
}
.tc_brandonecont p{
    margin-bottom: 20px;
}
.tc_brandoneright{
    position: relative;
    height: 600px;
}
.tc_brandonebg{
    position: absolute;
    top: 30px;
    right: 2px;
    z-index: -1;
    object-fit: cover;
    height: 100%;
}
.tc_brandonetitle{
    position: absolute;
    bottom: 3px;
    color: #fff;
    right: 16%;
}
.tc_brandonerightpic{
        width: 75%;
    margin-top: 13%;
    height: 399px;
    object-fit: cover;
    margin-left: 6%;
}
.tc_brandone2 {
    padding: 20px 10%;
}
.tc_brandone2 h1{
    text-align: center;
    font-weight: bold;
    font-size: 48px;
}
.tc_brandone2 span{
    display: block;
    background-color: #e61124;
    width: 80px;
    height: 5px;
    margin: 20px auto;
}
.tc_video video{
    width: 100%;
    object-fit:cover;
}
.tc_video{
    position: relative;
}
.tc_video img{
    
}
.tc_play{
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 100;
    cursor: pointer;
}
.tc_post{
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.tc_brandone .swiper-pagination{
    font-size: 24px;
    width: 130px;
    text-align: center;
    margin-left: 67px;
}
.brand_right{
    margin-left: 127px;
    cursor: pointer;
}
.brand_left{
    cursor: pointer;
}
.tc_brandone .swiper-pagination-current{
    color: #e61124;
    font-size: 30px;
}
.tc_brandtwo{
    padding: 20px 10%;
    padding-bottom: 50px;
}
.tc_brandonecont2 h1{
    font-size: 48px;
    font-weight: bolder;
    text-align: center;
}
.tc_hong{
    width: 70px;
    height: 5px;
    display: block;
    margin: auto;
    background-color: #e61124;
    margin-top: 20px;
}
.tc_brandtwolist{
    width: 16.6666666666%;
    float: left;
    position: relative;
    padding: 10px;
}
.tc_brandtwolistone{
    text-align: center;
    padding: 20px;
    border: 1px #eee solid;
    padding-top: 50%;
    color: #af8f55;
    height: 600px;
}
.tc_brandtwolistone span{
    width: 2px;
    background-color: #c3c3c3;
    display: block;
    margin: 0 auto;
    height: 100px;
}
.tc_brandtwocont{
    margin-top: 40px;
}
.tc_brandtwolistone h2{
    font-size: 30px;
    font-weight: bolder;
    height: 190px;
    margin-top: 60px;
}
.tc_brandtwolistone h1{
    font-size: 60px;
    font-family: '黑体';
    margin-top: 40px;
    font-weight: bolder;
}
.tc_brandtwoleft{
    width: 50%;
    float: left;
    height: 600px;
}
.tc_brandtworight{
    width: 50%;
    float: left;
    background-color: #af8f55;
    color: #fff;
    height: 600px;
    padding: 20px;
    display: table;
}
.tc_brandtwolisttwo{
    position: absolute;
    right: 10px;
    top: 0;
    width: 96%;
    height: 600px;
    overflow: hidden;
    margin-top: 10px;
}
.tc_brandtwoleft img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.tc_brandtworight .tc_brandtable div{
    margin-bottom: 10px;
}
.tc_brandtworight .tc_brandtable p{
    font-size: 18px;
    display: inline-block;
    width: 80%;
    margin-left: 5px;
    transform: skewY(var(--angle));
    font-style: oblique;
}
.tc_brandtworight .tc_brandtable img{
vertical-align: top;
    margin-top: 5px;
}
.tc_brandtworight .tc_brandtable{
    display: table-cell;
    vertical-align: middle;
}
.tc_brandtwolisttwo{
    display: none;
}
.tc_brandtwolist.act{
    width: 32%;
}
.tc_brandtwolist.act .tc_brandtwolisttwo{
    display: block;
}
.tc_brandtwolist.act .tc_brandtwolistone h2{
    height: 50px;
}
.tc_brandtwolist{
    cursor: pointer;
}
.tc_brandtwoleft{
    position: relative;
}
.tcbrandtwoledtcont{
    position: absolute;
    top: 20px;
        width: 100%;
    color: #fff;
    margin-top: 20px;
    left: 0;
    padding: 0 15px;}
.tcbrandtwoledtcont h2{
    font-size: 30px;
    text-shadow: 5px 5px 5px #aaa;
}
.tcbrandtwoledtcont span{
    width: 70px;
    background-color: #e61124;
    height: 5px;
    display: inline-block;
}
.tc_brandfore{
    padding: 20px 10%;
    text-align: center;
    padding-top: 50px;
}
.tc_brandthree{
    background-image: url('../img/brandone5.jpg');
    padding-top: 20px;
}
.tc_brandthreecont{
    position: relative;
    padding: 0 11%;
}
.tc_brandthreecont h1{
    float: right;
    margin-top: -41px;
}
.tc_brandthreelist{
    display: inline-block;
    padding-right: 6%;
    border-bottom: 1px #eee solid;
    margin-left: -5px;
        text-align: center;
    cursor: pointer;
}
.tc_brandthreelist h3{
    font-size: 24px;
    display: block;
}
.tc_brandthreecont{
    height: 800px;
}
.tc_brandthreecont h1 span{
    display: block;
    width: 70px;
    background-color: #e61124;
    height: 5px;
    margin-top:20px;
}
.tc_brandthreelist img{
    margin-bottom: -15px;
}
.tc_brandthreelist span{
    position: absolute;
    width: 150px;
    background-color: #af8f55;
    height: 2px;
    margin-top: 19px;
    display: none;
}
.tc_brandthreelists .tc_brandthreelist.act .tc_heng1{
    display: inline-block;
}
.tc_brandthreelists .tc_brandthreelist:last-child .tc_heng1{
    display: none!important;
}
.tc_brandthreenone{
    position: absolute;
    top: 120px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: left;
}
.tc_brandthreenone img{
    position: absolute;
    right: 0;
    width: 60%;
    top: 60px;
    object-fit: cover;
    height: 619px;
    z-index: 0;
}
.tc_brandthreenonel{
    background-color: #af8f55;
    width: 50%;
    color: #fff;
    padding: 50px;
    padding-left: 11%;
    position: absolute;
    height: 540px;
}
.tc_brandthreenonel h2{
    font-size: 36px;
    border-bottom: 1px #fff solid;
}
.tc_brandthreelists .tc_brandthreelist .tc_brandthreenonel h2 span{
    display: block;
    width: 70px;
    background-color: #e61124;
    height: 5px;
    position: relative;
    margin-bottom: -2px;
}
.tc_brandthreenonel div{
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    height: 320px;
    overflow: auto;
}
.tc_brandthreenonel p{
    font-size: 16px;
    line-height: 30px;
    padding-left: 40px;
}
.tc_brandthreenone{
    display: none;
}
.tc_brandthreelists .tc_brandthreelist.act .tc_brandthreenone{
    display: block;
}
.tc_brandfore h1 span{
    background-color: #e61124;
    display: block;
    width: 80px;
    height: 5px;
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: 5px;
}
.tc_brandfore h1{
    display: inline-block;
    margin: auto;
}
.tc_brandfive{
    background-image: url('../img/brandone4.jpg');
    background-size: 100% 100%;
    padding: 20px 15%;
    height: 900px;
    position: relative;
}
.heng{
    width: 70px;
    background-color: #e61124;
    display: block;
    margin: auto;
    height: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.tc_brandfivecont{
    background-color: rgba(255,255,255,0.8);
    width: 50%;
    float: right;
    padding: 15px;
    border-radius:8px;
    box-shadow: 0px 0px 15px #999;
    margin-top: 70px;
}
.tc_brandfivecont h2{
    font-size: 24px;
    text-align: center;
}
.tc_brandformlist p{
    width: 25%;
    float: left;
    text-align: right;
    padding-right: 10px;
    line-height: 43px;
}
.tc_brandformlist input{
    background-color: rgba(255,255,255,0);
    width: 55%;
    float: left;
    border: 1px #e5e5e5 solid;
    font-size: 16px;
    padding: 10px 15px;
}
input:focus{   
    outline:none; 
}
.tc_brandformlist span{
    width: 20%;
    float: left;
    margin-top: 8px;
    padding-left: 10px;
}
.tc_brandfiveform{
    font-size: 20px;
    margin-top: 45px;
}
.tc_brandformlist{
    margin-bottom: 20px;
}
.tc_btn{
    background-color: #e61124;
    color: #fff;
    border: none;
    outline: none; 
    border-radius:4px;
    width: 220px;
    margin: auto;
    font-size: 20px;
    padding: 5px;
}
.tc_btnbot{
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}
.tc_conceptcont{
    padding: 20px 15%;
}
.tc_conceptcont h1{
    font-size: 51px;
    text-align: center;
}
.tc_concept{
    position: relative;
}
.tc_conceptcont h2{
    font-size: 18px;
    color: #9b9b9b;
    text-align: center;
}
.tc_conceptcontnr{
    margin-top: 10%;
    font-size: 18px;
    line-height: 45px;
    text-indent: 2em;
    margin-bottom: 15%;
}
.tc_conceptbg{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.tc_indextwoshow .swiper-pagination.swiper-pagination-bullets{
    margin-top: 18px;
}
.tc_indextwoshow .swiper-pagination-bullet-active{
    background-color: #fff!important;
    border-radius: 0;
}
.tc_indextwoshow .swiper-pagination-bullet{
    width: 20px;
    border-radius: 0;
    height: 3px;
    background-color: #fff;
    border-color: #fff;
    margin: 0 2px;
}
.tc_about4rpic,.tc_about4leftpic{
    cursor: pointer;
}
.tc_headerhover:before {
    visibility:hidden;
    content:"";
    position:absolute;
    left:-10px;
    bottom:0;
    width:100%;
    height:0;
    background:#e70010;
    z-index:-1;
    transform:translate(10px,0);
    transition:all .3s;
}
.tc_headerhover:hover:before {
    visibility:visible;
    height: 100%;
}
.tc_map_bot p span{
    width: 87%;
    display: inline-block;
    vertical-align: text-top;
}
.tc_building3swiper{
    margin-top: 30%;
}
.tc_recruit{
    padding: 20px 15%;
}
.tc_recruittop{
    text-align: center;
    margin-top: 6%;
}
.tc_recruittop h1{
    font-size: 36px;
}
.tc_recruityw{
    color: #9b9b9b;
    font-size: 18px;
}
body{
    font-family: "微软雅黑";
}
.tc_recrut_swiperlist{
    border: 1px #666666 solid;
    border-radius: 6px;
    font-size: 20px;
    padding: 10px 0;
}
.tc_recrut_swiperlist .tc_zpnone{
    display: none;
}
.tc_recrut_swiperlist p{
    margin: 0;
    padding-top: 5px;
}
.tc_recrut_swiper .act .tc_recrut_swiperlist .tc_zpnone{
    display: inline-block;
}
.tc_recrut_swiper .act .tc_recrut_swiperlist .tc_zpshow{
    display: none;
}
.tc_recrut_swiper{
    padding: 10px 15px;
    width: 1200px;
    margin: auto;
}
.tc_inustry_swiperone{
    width: 90%;
    margin: auto;
    position: relative;
}
.cy_left,.cy_right{
    position: absolute;
    top: 40%;
    cursor: pointer;
}
.cy_left{
    left: -42px;
}
.cy_right{
    right: -42px;
}
.tc_inustry_swiperone .tc_hoteldefalt img{
    height: 400px;
    object-fit: cover;
    border: 1px #dddddd solid;
    padding: 3px;
}
.tc_recrut_swiperlist{
    cursor: pointer;
}
.tc_recrut_swiperlist img{
    width: 40px;
    height: 40px;
}
.tc_recrut_swiper .act .tc_recrut_swiperlist{
    border: 1px #e61124 solid;
    color: #e61124;
}
.tc_recrut_swiper{
    position: relative;
}
.zp_left,.zp_right{
    position: absolute;
    top: 40px;
    cursor: pointer;
}
.zp_left{
    left: -40px;
}
.zp_right{
    right: -40px;
}
.tc_recriitlist h2{
    font-size: 24px;
    font-weight: bolder;
    margin: 10px 0;
    margin-bottom: 20px;
}
.tc_recriitlist{
    background-color: #fff;
    padding: 10px 60px;
    border: 1px #f0f0f0 solid;
    margin-bottom: 30px;
}
.tc_rectime{
    font-size: 14px;
    color: #b4b4b4;
}
.tc_rectime img{
    margin-right: 10px;
}
.tc_recaddress{
    font-size: 16px;
    color: #797979;
    border-bottom: 1px #e8e8e8 dashed;
    padding-bottom: 30px;
}
.tc_recaddress img{
    margin-right: 10px;
}
.tc_recaddress span{
    margin-right: 20px;
}
.tc_recaddress button{
    float: right;
    background-color: #e61124;
    color:#fff;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius:6px;
    padding: 5px 20px;
    margin-top: -25px;
}
.tc_recnone h2{
    font-size: 24px;
    font-weight: 100;
        margin-bottom: 10px;
    margin-top: 30px;
}
.tc_recnone{
    font-size: 16px;
    line-height: 28px;
    display: none;
}
.tc_jieshao{
    text-indent: 2em;
}
.tc_recnone{
    border-bottom: 1px #e8e8e8 dashed;
    padding: 15px 0;
}
.tc_recnone p{
    margin-bottom: 0px;
}
.tc_see{
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #e61124;
}
.tc_see p{
    display: inline-block;
    border-bottom: 1px #e61124 solid;
    padding-bottom: 5px;
    margin: 0;
    cursor: pointer;
}
.tc_recruit_cont{
    margin: 50px 0;
}
.tc_recriitlist.act{
    box-shadow: 0px 0px 8px #ddd;
}
.tc_recriitlist.act .tc_recnone{
    display: inline-block;
}
.tc_see p.tc_seenonebtn{
    display: none;
}
.tc_recmore{
    padding: 0;
}
#myModal{
    background-color: rgba(0,0,0,0.6);
}
#myModal .modal-dialog{
    margin-top: 10%;
    width: 70%;
}
.tc_modal{
    border-radius:0;
    position: relative;
    text-align: center;
}
.tc_modalclose{
    position: absolute;
    top: -70px;
    right: 0;
    width: 50px;
    cursor: pointer;
}
.tc_modal h1{
    font-size: 48px;
    letter-spacing: 20px;
    margin: 20px 0;
}
.tc_tijiao{
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background-color: #e61124;
    font-size: 20px;
    border-radius:12px;
    padding: 5px 40px;
    margin: 20px 0;
}
.tc_table{
    width: 90%;
    margin: auto;
    font-size: 16px;
}
.tc_table td{
    border: 1px #aaaaaa solid;
    padding: 10px;
}
.tc_tablename{
    width: 130px;
    background-color: #f3f5f6;
}
.tc_photo{
    width: 150px;
}
.tc_uoload{
    width: 100%;
    text-align: left;
    padding: 10px 30px;
    height: 300px;
}
.tc_table input{
    width: 100%;
    border: none;
}
.tc_table select{
    border: none;
    box-shadow: none;
    padding: 0;
}
.tc_table td.tc_date{
    padding-left: 0;
}
.tc_date .form-control{
    box-shadow: none;
}
#exampleInputFile{
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 100;
}
.tc_photolink{
    position: relative;
    width: 100%;
    height: 190px;
    padding-top: 29px;
}
.tc_photo{
    position: relative;
}
.ge_pic_icon_Infor img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 5px;
    object-fit: cover;
}
.tc_uoload{
    font-size: 16px;
}
.tc_uoload p{
    color: #007fe1;
    border-bottom: 1px #007fe1 solid;
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
}
input[type=file].tcfile{
    display: inline-block;
    width: 120px;
    margin-left: -115px;
    opacity: 0;
    cursor: pointer;
}
.tc_newstimeall{
    width: 109px;
}
.tc_headerpic img{
    height: 600px;
    object-fit: cover;
    width: 100%;
}
.tc_filename{
    padding-left: 85px;
}
.tc_swiperabout{
    width: 65%;
}
.tc_hotel2swiper .swiper-slide.swiper-slide-active{
    box-shadow: 0px 10px 15px #000;
    margin-bottom: 40px;
}
.tc_hotel2swiper .swiper-slide{
    box-shadow: 0px 10px 15px #26263a;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
}
.tc_brandthreelist .tc_brandthreenonel div span{
    position: relative;
    display: block;
    height: auto;
    background: none;
    width: auto;
}
.tc_brandthreelist .tc_brandthreenonel div p{
    padding: 0;
}
.tc_alert{
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10000000;
    width: 580px;
    height: 609px;
    margin: auto;
    background-image: url('../img/alert.png');
}
.tc_alert img{
    float: right;
    margin-right: 59px;
    margin-top: 27px;
    cursor: pointer;
}
.tc_alertcont p a{
    color: #88543d;
    display: block;
    
}
.tc_alertcont p{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tc_alertcont p:hover{
    font-weight: bolder;
}
.tc_alertcont{
        padding: 20px;
    margin: auto;
    margin-top: 133px;
    font-size: 21px;
    width: 74%;
    text-align: left;
    padding-right: 0;
    line-height: 40px;
}
@charset "UTF-8";
@font-face{
    font-family:'xingkaiw';
    src: url('../fonts/xingkai.eot') format('embedded-opentype'),   /*ie专用字体*/
         url('../fonts/xingkai.woff') format('woff'),
         url('../fonts/xingkai.ttf') format('truetype'),
         url('../fonts/xingkai.svg') format('svg');  /*针对ios*/
    font-weight: normal;
    font-style: normal;
}
.tc_brandonetitle{
    font-family:'xingkaiw';
}
.tc_hoteloneweiper p,.tc_hoteloneweiper a{
    display: none;
}

iframe {
    width: 100%;
    margin: 0 0 1em;
    border: 0;
}
.tc_indextitle a{
    color: #333;
}
.modal{
    z-index: 1000000000;
}
#tc_swipertwo .swiper-slide-active img{
    margin-top: -10px;
}
.tc_videos{
    padding: 15px 10%;
}
.tc_videoone{
    margin-top: 30px;
}
.tc_videotwo video{
    width: 100%;
}
.tc_videopic{
    position: relative;
    width: 100%;
    height: 318px;
    margin-bottom: 30px;
}
.tc_videopic .tc_post{
    height: 250px;
}
.tc_videobot{
    color: #333;
    position: absolute;
    bottom: 0;
    border: 1px #eee solid;
    width: 100%;
    border-top: 0;
    padding: 10px;
}
.tc_videobot p{
    margin: 0;
    margin-bottom: 2px;
    font-size: 17px;
}
.tc_videobot span{
    font-size: 13px;
    color: #848484;
}
.tc_videopic .tc_play{
    position: absolute;
    top: 33%;
    left: 44%;
    z-index: 100;
    cursor: pointer;
    width: 44px;
}
.tc_videotwo{
    margin-top: 30px;
}
.tc_videoalert{
    position: fixed;
    background-color: rgba(000,000,000,0.2);
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100000000000;
    display: none;
}
.tc_videoalert .tc_video{
    width: 75%;
    margin: 0 auto;
    border: 5px #535353 solid;
    height: 600px;
    margin-top: 10%;
}
.tc_videoalert .tc_video video{
    height: 590px;
}
.tc_closevideo{
    position: absolute;
    right: 11px;
    top: 11px;
    z-index: 1;
    width: 44px;
    cursor: pointer;
}



























@media screen and (min-width: 1300px) {
    .tc_about4piclist {
        margin: 0 2%;
    }
    .tc_about4rpic{
        right: 31%;
    }
}
@media screen and (min-width:900px) and (max-width:1400px) {
    .tc_address{
        height: 300px;
    }
    .tc_mapright{
        height: 300px;
    }
    .tc_mapleft img{
        height: 300px;
    }
    .tc_map_bot{
        margin-top: 8%;
    }
    .tc_hoteltwolist img{
        height: 280px;
    }
    .tc_brandfivecont{
        width: 70%;
    }
    
}
@media screen and (min-width:900px) and (max-width:1500px) {
    .tc_brandonetitle{
        right: 20%;
    }
    .tc_about4rpic{
        right: 35%;
    }
    
}
@media screen and (max-width:1450px) {
    .logo{
        width: 150px;
        margin-top: 52px;
        margin-left: 20px;
    }
    .tc_about4piclist {
        margin: 0 1.8%;
        margin-top: 11px;
    }
    .tc_about4rpic{
        right: 35%;
    }
    .tc_about4piclist img{
        width: 100px;
        height: 100px;
    }
    .tc_about4rpic{
        right: 36%;
    }
}
@media screen and (max-width:1350px) {
    .tc_about4piclist {
        margin: 0 1.5%;
        margin-top: 20px;
    }
    .tc_about4piclist img{
        width: 80px;
        height: 80px;
    }
    .tc_about4rpic{
        right: 40%;
    }
    .tc_headerhover{
        padding: 0 5px;
    }
}
@media screen and (max-width:1100px) {
    .tc_headerhover{
        padding: 0 2px;
        font-size: 15px;
    }
    .header{
        height: 234px;
    }
}
@media screen and (max-width:1200px) {
    .tc_about3listr{
        width: 62%;
    }
}
@media screen and (min-width: 1700px) {
    .tc_about4piclist {
        margin: 0 4%;
    }
    .tc_about4rpic{
        right: 30%;
    }
}
@media screen and (max-width:1600px) {
    .tc_building3swiper{
        margin-top: 35%;
    }
    .tc_hotelswipercont img{
        height: 80px;
    }
    .tc_hotelswipercont{
        margin-top: -145px;
    }
    .tc_hotelswipercont .hk_left,.tc_hotelswipercont .hk_right{
        top: 39px;
    }
    .tc_hoteloneweiper img{
        height: 110px;
    }
    .tc_hoteloneweiper {
        margin-top: 69px;
    }
    .tc_hoteltwolist img{
        height: 300px;
    }
    .tc_hoteltwo_topl,.tc_hoteltwo_topr{
        height: 400px;
    }
    .tc_industry_swiper{
        margin-top: 0;
    }
    .tc_industry_swiper img{
        height: 115px;
    }
    .tc_industry_swiper .hk_left, .tc_industry_swiper .hk_right{
        top: 60px;
    }
    .tc_inustry_swiperone .tc_hoteldefalt img{
        height: 330px;
    }
    .tc_recrut_swiper{
        width: 950px;
    }
    .tc_brandonebg{
        height: 500px;
    }
    .tc_brandonerightpic{
        height: 335px;
        margin-top: 14%;
        width: 68%;
        margin-left: 11%;
    }
    .tc_brandonetitle{
        bottom: 26px;
        right: 17%;
    }
    .tc_brandoneright{
        height: 530px;
    }
    .tc_jrgp{
        height: 470px;
    }
    .tc_indexnewscont{
        height: 480px
    }
    .tc_swiperabout{
        width: 60%;
    }
    .tc_about4rpic{
        right: 37%;
    }
    .tc_indextwoshow{
        left: 29%;
    }

}
@media screen and (max-width:1400px) {
    .tc_building3swiper{
        margin-top: 40%;
    }
    .tc_hotelswipercont img{
        height: 70px;
    }
    .tc_hotelswipercont{
        margin-top: -135px;
    }
    .tc_hoteloneweiper img{
        height: 100px;
    }
    .tc_hoteloneweiper {
        margin-top: 79px;
    }
    .tc_hoteltwolist img{
        height: 250px;
    }
    .tc_hoteltwo_topl,.tc_hoteltwo_topr{
        height: 350px;
    }
    .tc_industry_swiper{
        margin-top: 0;
    }
    .tc_industry_swiper img{
        height: 90px;
    }
    .tc_industry_swiper .hk_left, .tc_industry_swiper .hk_right{
        top: 50px;
    }
    .tc_inustry_swiperone .tc_hoteldefalt img{
        height: 300px;
    }
    .tc_recrut_swiper{
        width: 850px;
    }
    .tc_recrut_swiperlist{
        font-size: 18px;
    }
    .tc_jrgp{
        height: 449px;
    }
    .tc_indexnewscont{
        height: 460px;
    }
    .tc_swiperabout{
        width: 52%;
    }
    .tc_about4rpic{
        right: 42%;
    }
    .tc_brandonetitle{
        bottom: 35px;
    }
}
@media screen and (max-width:1250px) {
    .tc_building3swiper{
        margin-top: 45%;
    }
    .tc_builing3top{
        width: 50%;
    }
    .tc_hoteltwo_topl,.tc_hoteltwo_topr{
        height: 300px;
    }
    .tc_recrut_swiper{
        width: 750px;
    }
    .tc_recrut_swiperlist{
        font-size: 15px;
    }
    .tc_about4rpic{
        right: 44%;
    }
}




