.navbar-default .navbar-nav li {
    width:128px;
    height: 76px;
    text-align: center;
}
.navbar-default .navbar-nav li.active {
    background-image: url(image/menusetting.png);
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a{
    background: none;
    font-size: 16px;
    line-height: 50px;
}
.navbar-default .navbar-nav li.active a {
    color: #fff;
}
.navbar-nav {
    float:right;
    margin-right:68px;
}
.navbar-brand {
    padding:0;
}
.navbar-default {
    background-color: #fff;
    border-color:#fff;
 }
.navbar {
    margin-bottom: 0;
    border:0;
}

/** nav end **/
#loginbox {
    position: relative;
}
.loginb {
    width:300px;
    height: 350px;
    background-color: #fff;
    opacity: 0.65;
    position: absolute;
    top:160px;
    right:90px;
    z-index: 146;
}
.loginc {
    width:280px;
    height: 375px;
    background-color: #fff;
    opacity: 0.25;
    position: absolute;
    top:150px;
    right:100px;
    z-index: 145;
}

.login {
    width:300px;
    position: absolute;
    top:160px;
    right:90px;
    padding:20px 20px 10px 25px;
    z-index: 150;
}
.login .form-control {
    width:250px;
}
.login form  label {
    color:#3B4860;
    font-size: 14px;
}
.login form input {
    padding-left:36px;
}
h3 {
    color: #333333;
    margin-top:0px;
    margin-bottom: 15px;
}
#username {
    background-image: url(image/username.png);
}
#password {
    background-image: url(image/password.png);
}
#valicode {
    background-image: url(image/secret.png);
    width:150px;
}
.valiimage {
    width:96px;
    height: 34px;
}

#username , #password, #valicode{
    background-color: #fff;
    background-repeat: no-repeat;
    background-size:25px 25px ;
    background-position: 5px 3px;
    border:none;
    webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
    -webkit-transition: border-color ease-in-out 0s,-webkit-box-shadow ease-in-out 0s;
    -o-transition: border-color ease-in-out 0s,box-shadow ease-in-out 0s;
}
.loginbtn {
    width:100%;
    background-image:linear-gradient(to right, #ff5722, #ff9500);
    color:#fff;
    text-align: center;
    margin-top:8px;
}

/** login end **/
.htitle h4 {
    text-align: center;
    font-weight: 600;
    color:#313131;
    margin:25px 0 0 0;
    font-size: 30px;
}
.htitle h4.enh4 {
    color:#8f8f8f;
    font-family: LiSungLight;
    margin-top:3px;
}
.htitle h5 {
    font-size:16px;
    margin-top:25px;
    font-weight: bold;
    padding:5px 0 0 5px;
}
.htitle h5 small {
    float: right;

}
.recommend {
    clear: both;
    margin-top:8px;
    border-top: 0px dotted #9d9d9d;
    padding:35px 0 25px 0;
    line-height: 25px;
    color:#7d7d7d;
}
.media-heading {
    font-weight: bold;
    color: #3c3c3c;
}
.article-words {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.recommend .timeshow {
    line-height: 38px;
    color: #c8c8c8;
}
.newlist {
    clear: both;
}
.newlist .col-md-6 {
    margin-bottom: 28px;
}
.newlist p {
    line-height: 25px;
    color: #989898;
}
.newlist .timeshow {
    color: #c8c8c8;
}

/** foot start **/
.foot {
    background-image: url(image/foot.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #777777;
    padding:35px 0 10px 0;
}
.infomation {
    float: left;
    text-align: left;
    line-height: 36px;
}
.infomation span {
    border-bottom: 1px solid #c0bcbc;
    padding-bottom: 15px;

}
.infomation address {
    margin-top: 25px;
    line-height: 25px;
}
.infomation a {
    color: #fff;
    margin-right: 35px;
}
.qrcode {
    text-align: center;
    float: right;
}
.qrcode div {
    text-align: center;
    color: #eeeeee;
    float: left;
    margin-right:30px;
}
.qrcode img {
    width:128px;
    height:128px;
    margin-bottom: 10px;
}
.copyright {
    padding-top:20px;
    clear: both;
    height: 55px;
    padding-bottom:20px
}

/** news **/
.news {
    width:100%;
    background-image: url(image/news.png);
    background-position: center top;
    background-size:1920px 200px;
    background-repeat: no-repeat;
    height: 200px;
    position:relative;
}
.newhead {
    background: #fff;
    position: absolute;
    bottom:0;
    width:inherit;
    border-bottom: 2px solid #a1a1a1;
}
.newhead h4 {
    font-weight: bold;
    padding:5px 0 0 10px;
}
.newhead h4.enh4 {
    color: #b6b6b6;
    font-size:14px;
}
.travelnews img {
    width:306px;
    height:215px;
}
.travelnews {
    margin-top:20px;
}
.travelnews .timeshow {
    line-height: 38px;
    color: #c8c8c8;
}
.travelnews p{
    line-height: 25px;
    color: #989898;
}
h4.media-heading {
    font-weight: bold;
}
.travelnews li {
    background-color: #f6f6f6;
    padding:15px;
}
.media-right {
    vertical-align: middle;
    padding-left: 35px;
    padding-right:15px;
}
.media-right img {
    width:30px;
    height: 26px;

}
.content {
    margin-top:35px;
    text-align: center;
}
.content img {
    margin:15px 0 15px;
}
.content p{
    text-indent: 2em;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
}

.morenews h4{
    font-weight: bold;
}
.morenews h3 {
    font-size:14px;
    line-height: 22px;
}

.aboutus {
    background-image: url(image/background.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    height:499px ;
    text-align: right;
    padding-top:50px;
}
.about{
    width:100%;
    background-image: url(image/about.png);
    background-position: center top;
    background-size:1920px 200px;
    background-repeat: no-repeat;
    height: 200px;
    position:relative;
}
.abIcon{
width:60px;
height:60px;
background-size:100% 100%;
}
.abBg1{
    width:1029px;
    height:500px;
    background-size:100% 100%;
}
.abCard{
    width:570px;
    height:406px;
    padding:20px;
    border-radius:4px;
    position:absolute;
    box-shadow: 0px 12px 14px 0px rgba(0,0,0,0.1);
}
.abCard .abTitle{
    font-size:22px;
    margin-left:10px;
    font-weight:600;
    border-bottom:1px solid #fff;
    padding:10px 0;
    width:460px;
    text-align:left
}
.abCard .abText{
    font-size: 14px;text-align: left;line-height:36px;margin-top:30px;
}
.summary {
    width: 250px;
    float: right;
    text-align: right;
    text-indent: 2em;
    line-height: 25px;
    color: #898888;
}
/* 轮播 */
#banner-list>.item{
    height: 635px;
}
#banner-list>.item>img{
    width: 100%;
    height: 100%;
}
#newlist{
    position: relative;
    overflow: hidden;
}
#newlist>.col-md-6>.media{
    display: flex;
}
#newlist .media-left{
    width: 150px !important;
    height: 150px !important;
    border-radius: 10px;
    margin-right: 10px;
    overflow: hidden;
    flex-shrink: 0;
}
#newlist .media-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#newlist .media-body>p{
    max-height: 100px;
    overflow: hidden;
}

.container .statistics{
    width: 1920px;
height: 186px;
background: linear-gradient(270deg, #FE9300 0%, #FE5E1F 100%);
border-radius: 1px;
}
.container{
    min-width:1200px;
    overflow:hidden;
    padding-left:0;
    padding-right:0;
}
.statistics .list{
    max-width: 1240px;
    padding:0 20px;
    width:100%;
    display:flex;
align-items:center;
justify-content:space-between
}
.list .text{
    font-size:24px;
    color:#ffffffcc;
}
.list .number{
    font-size:40px;
    color:#ffffff;
    font-family: SanFranciscoText-Heavy, SanFranciscoText;
    font-weight: 800;
}
.kong{
    background-image: url('https://jinliyou.oss-cn-hangzhou.aliyuncs.com/static/www/image/kong.png');
    background-size: 100% 100%;
}
#prolist{
  width:1200px;
  height:660px;
  margin:0 auto;
}
#lvyoujvLink{
    width:100%;
    min-width:1200px;
    height:175px;
    margin:0 auto;
    background-image: url('https://jinliyou.oss-cn-hangzhou.aliyuncs.com/static/www/image/lvyoujv.png');
    background-size: 1920px 100%;
    background-position: center;
    margin-bottom: 50px;
}
#lvyoujvLink2{
    width:1200px;
    height:93.5px;
    margin:40px auto;
    background-image: url('https://jinliyou.oss-cn-hangzhou.aliyuncs.com/static/www/image/lvyoujv2.png');
    background-size: 100% 100%;
    background-position: center;
}
#partnerList{
    width:1200px;
    position:relative;
    min-width:1200px;
    height:274px;
}

#partnerList .box{
    width:1118px;
    height:100%;
    background:#F8F8F8
}
#partnerList .box .hiddenBox{
    height:166px;
    transition: all .2s;
}
#partnerList .right,#partnerList .left{
  width:80px;
  height:80px;
  position:absolute;
  background-size:100% 100%;
  cursor: pointer;
}
#partnerList .right{
    background-image:url('https://jinliyou.oss-cn-hangzhou.aliyuncs.com/static/www/image/right.png');
    right:0;
}
#partnerList .left{
    background-image:url('https://jinliyou.oss-cn-hangzhou.aliyuncs.com/static/www/image/left.png');
    left:0;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}



/*布局*/
.flex,.flex_wrap,.flex_justify_center,.flex_justify_between,.flex_justify_end,.flex_justify_around,.flex_items_around,.flex_items_between,.flex_items_center,.flex_column,.flex_items_end,.flex_items_start,.flex_items_text{
    display:flex;
  }
  .flex_justify_center{
    justify-content:center;
  }
  .flex_justify_between{
    justify-content:space-between;
  }
  .flex_justify_around{
    justify-content:space-around;
  }
  .flex_justify_end{
    justify-content:flex-end;
  }
  .flex_items_around{
    align-items:space-around;
  }
  .flex_items_between{
    align-items:space-between;
  }
  .flex_items_center{
    align-items:center;
  }
  .flex_items_end{
    align-items:flex-end;
  }
  .flex_items_start{
    align-items:flex-start;
  }
  .flex_items_text{
    align-items:baseline;
  }
  .flex_column{
    flex-direction:column
  }
  .flex_reverse{
    flex-direction:row-reverse
  }
  .flex_wrap{
    flex-wrap:wrap;
  }
  .flex_shrink,.flex_s{
    flex-shrink:0
  }