@font-face {
    font-family: sybold;
    src:url('../font/SourceHanSerifCN-Bold.otf');
}
@font-face {
    font-family: syht;
    src:url('../font/SourceHanSansCN-Regular.otf');
}
@font-face {
    font-family: syst;
    src:url('http://huiyouhotels.com/templates/default/font/SourceHanSerifSC-Regular.otf');
}
* {
    margin: 0;
    padding: 0;
/*  transition: all 300ms ease;*/
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    cursor: pointer;
    color: #454545;
}

a:hover, a:active {
    color: #454545;
}

body {
    color: #3d3d3d;
    background: #fff;
}

img {
    image-rendering: pixelated;
    border: 0px;
    /*image-rendering: pixelated;*/
    image-rendering: -moz-crisp-edges;
 /* Firefox */
    image-rendering: -o-crisp-edges;
 /* Opera */
    image-rendering: -webkit-optimize-contrast;
 /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
 /* IE (non-standard property) */
}

li {
    list-style: none;
    float: left;
}

input, textarea, select {
    color: #999;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

.hidden {
    display: none;
}

body {
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

html {
    height: 101%;
}

.animate {
    display: none;
}

b,
strong {
    font-weight: bold;
}

input {
    outline: none;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    border: 0px solid #aaa;
    padding: 2px;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
    color: #454545;
}

i {
    font-style: normal;
}

.wrap {
    width: 1680px;
    margin: 0 auto;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*慧友酒店*/
/*头部*/
.pc_head {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid rgb(255 255 255 / .3);
}

.pc_head .wrap {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc_head .logo {
    display: inline-block;
   width: 125px;
  height: 50px;
}

.pc_head .logo img {
    width: 100%;
    display: block;
}

.pc_head .right {
    width: 75%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc_head .right .nav {
    width: 82%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc_head .right .nav li {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.pc_head .right .nav li .line {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .7);
	display: none;
	position: absolute;
	bottom: -1px;
}

.pc_head .right .nav li.cur .line,.pc_head .right .nav li:hover .line {
    display: block;
}

.pc_head .right .nav li a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #020202;
}

.pc_head .right .search {
	width: 130px;
	height: 23px;
	background: rgba(255,255,255,.35);
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pc_head .right .search input {
    border: none;
    outline: medium;
    width: 90px;
    height: 23px;
    line-height: 23px;
    padding-left: 10px;
    font-size: 15px;
    color: #fff;
    background: none;
}

.pc_head .right .search button {
	width: 20px;
	height: 17px;
	margin-left: 8px;
	background: url(../image/ss.png)  no-repeat;
	background-size: 82%;
	background-position-y: 0px;
	border: none;
	outline: medium;
}

/*大于200px头部*/
.pc_head.cor {
    background: #fff;
}


/*轮播图*/
/*html,body { height: 100%; padding: 0; margin: 0; }
.banner { height: 100%; padding:  0 0; box-sizing: border-box ; position: relative; }
*/
.banner  .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.banner .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.banner .swiper-wrapper .swiper-slide.m_tp {
    display: none;
}

/*滑动更多*/
.hdgd {
    position: absolute;
    bottom: 10%;
    z-index: 1;
    width: 100%;
    animation: bounce 1s linear infinite;
}

.hdgd img {
    display: block;
    margin: 0 auto;
}

.hdgd p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 36px;
}

@keyframes bounce {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(5px);
    }
}


/*集团介绍*/
.introduce {
    margin: 129px auto 126px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.introduce .fl,.introduce .fr {
    width: 43%;
}

.introduce .fr img {
    width: 100%;
    display: block;
}

.introduce .title {
    width: 100%;
}

.introduce .title h4 {
    font-size: 40px;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 60px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 28px;
}

.introduce .title p {
    font-size: 20px;
    font-weight: 300;
    color: #1C1C1C;
    line-height: 22px;
}

.introduce .des {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    color: #1C1C1C;
    line-height: 36px;
    margin-top: 55px;
}

.introduce .des p {
    font-size: 18px!important;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 36px!important;
    text-indent: 2em;
    text-align: justify;
}

/*图片列表*/
.list_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 94px;
}

.list_img li {
    width: 50%;
}

.list_img li img {
    width: 101%;
    display: block;
}
/*footer*/
footer {
    width: 100%;
    padding: 27px 0 33px;
    border-top: 1px solid rgba(0, 0, 0, .3);
}

footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .fl {
}

footer .fl p, footer .fl a {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 52px;
}

footer .fr li:first-child {
    margin-right: 63px;
}

footer .fr li img {
    width: 110px;
    height: 111px;
    display: block;
}

footer .fr p {
    font-size: 14px;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 27px;
    text-align: center;
}




/*手机端*/
/*头部*/
#top_main {
    display: none;
    width: 100%;
    height: 85px;
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    background: none;
    box-shadow: 0 0 0.2rem rgba(0,0,0,.1);
    border-bottom: 1px solid rgb(255 255 255 / .3);
}

#top_main.cor {
    background: rgba(247, 232, 232, 0.6);
}

#top_main.cor1 {
    background: rgba(225, 214, 214, 0.6);
}

#top {
    width: 100%;
    height: 85px;
    margin: 0px auto;
    position: relative;
}

#top .logo {
    float: left;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 25.5px;
    margin-left: 5%;
}

#top .logo a {
    display: block;
}

#top .logo img {
    height: 100%;
    vertical-align: top;
    height: 35px;
}

#top .topsearch {
    display: block;
    position: absolute;
    right: 12%;
    top: 0px;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 34px;
    margin: 25.5px auto;
    background: url(../image/ss.png) no-repeat center;
    background-size: 100%;
    z-index: 6;
}

#top #nav {
    width: 35px;
    height: 100%;
    position: absolute;
    right: 5%;
    top: 0;
    text-align: center;
    cursor: pointer;
    z-index: 6;
}

#top .nav {
    width: 35px;
    height: 35px;
    margin: 25px auto;
    background: url(../image/nav2.png) no-repeat;
    background-size: cover;
}

#top .cur .nav {
    background: url(../image/hide.png) no-repeat;
    background-size: 100%;
}

#search {
    background: rgb(0 0 0/ .6);
    width: 100%;
    margin: 0 auto;
    height: 65px;
    position: absolute;
    left: 0;
    top: 85px;
    padding-top: 15px;
    display: none;
    z-index: 999;
}

#search form {
    display: flex;
}

#search input {
    display: block;
    padding: 0;
    margin: 0;
}

#search .txt {
    border: none;
    width: 83%;
    height: 48px;
    line-height: 48px;
    margin-left: 4%;
    color: #666;
    font-size: 18px;
    background: #fff;
    text-indent: 3%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#search .btn {
    cursor: pointer;
    border: none;
    font-size: 18px;
    width: 80px;
    height: 48px;
    text-align: center;
    background: #58504e url(../image/ss.png) no-repeat 0 -4.6rem;
    background-size: 2.4rem auto;
    color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-size: 100%;
    vertical-align: middle;
}


/*subNav*/
/*subNav*/
.subNav {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    top: 85px;
    bottom: 0;
    z-index: 9999;
    display: none;
    overflow-x: hidden;
    overflow-y: auto!important;
    background: rgb(0 0 0/ .6);
    margin-bottom: 0;
}

.subNav ul {
    width: 90%;
    padding: 10px 5%;
    overflow-y: auto;
    height: auto;
    margin-bottom: 200px;
}

.subNav li {
    width: 100%;
    display: inline-block;
    line-height: 75px;
    position: relative;
    border-bottom: 0.5px solid #dddddd;
}

.subNav li.cur a {
    font-weight: bold;
}

.subNav li a {
    display: block;
    color: #fff;
    font-size: 18px;
    width: 80%;
    float: left;
}

.subNav li .icobef {
    display: block;
    width: 100%;
    overflow: hidden;
}

.subNav li .icobef s {
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    color: #333;
    /* font-size: .24rem; */
    background: url(../image/jia01.png)no-repeat;
    background-size: contain;
    margin-top: 16.5px;
    margin-right: 2%;
    float: right;
}

.subNav li a.on {
    color: #e2791d;
}

.subNav li .icobef.on s {
    background: url(../image/jian01.png)no-repeat;
    background-size: contain;
}

.subNav li .box {
    display: none;
}

.subNav li .box a {
    border-color: #f9f9f9;
    height: 75px;
    line-height: 75px;
    color: #333;
    font-size: 18px;
}

.subNav li.hover a {
}

.subNav li .box dl {
    width: 98%;
    margin: 0 auto;
    display: grid;
}

.subNav li .box dl dt {
    width: 100%;
    display: inline-block;
    border-bottom: 0.5px solid #dddddd;
}

.subNav li .box dl dt a {
    line-height: 75px;
    color: #fff;
    height: 90%;
    width: 100%;
    float: left;
}

.subNav li.cur .icobef s,.subNav li .box dl.cur dt i {
    display: block;
}

.subNav li .box dl:last-child dt {
    border-bottom: none;
}

.subNavShow {
    display: block;
}


/*手机端轮播图*/
.m_banner {
    display: none;
}


/* pager */
.pager { width:100%; height:38px;     padding: 30px 0 80px; text-align:center; }
.pager > * { display:inline-block; height:38px; line-height:38px; padding:0 20px; background:#FFF; border:1px solid #ddd; margin:0 5px; }
.pager > *:first-child { display:none; }
.pager > *:first-child + * { margin-left:0px; }
.pager > span { cursor:no-drop; }
.pager > span.cur { cursor:default; background:#f8f8f8; color:#d9324c; font-weight:bold; }
.pager > a:hover { background:#f9f9f9; }
.pager .current{    background: rgb(0 0 0/ .6);
    color: #ffffff;
    border-color: #dddd;}


