@charset "utf-8";

@media (max-width: 480px) {
  .container {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}

body {
  font-family: Microsoft YaHei;
  background: #fff;
  font-size: 14px;
  color: #444;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: myfont;
  src: url('../fonts/impact.ttf');
}

#nb_icon_wrap {
  right: 5px !important;
}

/*头部*/
.s-header {
  background: #eeeeee;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #cccccc;
  color: #444;
}

.s-header a.link {
  color: #0068b7;
}

.s-header a:hover {
  text-decoration: none;
}

.s-header .s-right a {
  color: #444;
  font-size: 12px
}

.s-header .s-right div:last-child a {
  color: #eb6100;
  font-size: 12px;
}

.s-header .s-right>div {
  padding: 0 3px;
}

.s-header .s-right .app-wx,
.s-header .s-right .app-wap,
.s-header .s-right .app-user {
  position: absolute;
  display: none;
  z-index: 50;
}

.s-header .s-right .app-user {
  padding-left: 25px;
}

.s-header .s-right .app-user dd {
  text-align: left;
  line-height: 35px;
}

.s-header .s-right>div:hover {
  background-color: #FFFFFF;
}

.s-header .s-right>div:hover>div.app-user {
  display: block;
  min-width: 100px;
  width: 100%;
}

.s-header .s-right>div:hover>div.app-wap,
.s-header .s-right>div:hover>div.app-wx {
  display: block;
  width: 150px;
}

.s-header .s-right .shadow {
  border-left: #cccccc 1px solid;
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  background-color: #FFFFFF;
  left: 0
}

.s-logos {
  vertical-align: middle;
}

.fleft {
  float: left;
}

.s-logos {
  margin-top: 20px;
}

.s-logos .one {
  line-height: 30px;
  margin-bottom: 0px;
}

.s-logos .one img {
  margin-right: 10px;
  margin-top: -10px;
}

.s-logos .two {
  color: #eb6100;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}

.s-logos .s-left {
  float: left;
  height: 100px;
  line-height: 100px;
}

.s-logos .s-right {
  float: right;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  padding-top: 20px;
}

.s-logos .s-right .text p {
  line-height: 20px;
  margin-bottom: 0;
  text-align: left;
  line-height: 22px;
}

.s-logos .s-right img {
  margin-right: 10px;
}

.s-logos .s-right .tels {
  margin-left: 60px;
  padding-top: 10px;
}

.s-logos .s-right .tels .two {
  font-size: 30px;
  color: #eb6100;
  font-weight: bold;
  font-family: myfont;
  margin-top: 5px;
}

.s-search {
  padding-top: 10px;
  font-size: 0;
}

.s-search .s-key {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: none;
  padding: 5px;
  width: 75%;
  height: 42px;
  font-size: 16px;
}

.s-search .s-btn {
  background-color: #007cc2;
  background-image: url("/images/icon06.png");
  background-position: center center;
  background-size: 70% auto;
  background-repeat: no-repeat;
  border: none;
  display: inline-block;
  height: 42px;
  vertical-align: top;
  width: 25%;
}

/*导航*/
.nav-index {
  margin: 0;
  height: 60px;
  background: #0068b7;
  border: none;
  border-radius: 0;
}

.navbar>.container .pclogo {
  padding: 5px 15px;
  height: 60px;
  margin: 0;
}

.pclogo img {
  height: 50px;
}

.navbar-nav {
  float: right;
  margin-right: -15px;
}

.nav-index .navbar-nav li {
  height: 60px;
}

.nav-index .navbar-nav li.active {
  background: #00a0e9;
  color: #fff;
}

.nav-index .navbar-nav li.login {
  display: none;
}

.nav-index .navbar-nav li a {
  color: #fff;
  font-size: 16px;
  font-size: 16px;
  border-left: 1px solid #008ad5;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 15px;
  margin-top: 20px;
}

.nav-index .navbar-nav li a:link {
  color: #fff;
  text-decoration: none;
  background: #0068b7;
}

/* 未访问的链接 */
.nav-index .navbar-nav li a:visited {
  color: #fff;
  text-decoration: none;
  background: #0068b7;
}

/* 已访问的链接 */
.nav-index .navbar-nav li a:hover {
  color: #fff;
  text-decoration: none;
  background: #00a0e9;
}

/* 当有鼠标悬停在链接上 */
.nav-index .navbar-nav li a:active {
  color: #fff;
  text-decoration: none;
  background: #00a0e9;
}

/* 被选择的链接 */
.nav-index .navbar-nav li:first-child a {
  border: 0;
}

.nav-index .navbar-nav li.active a {
  border: 0;
}

.nav-index .navbar-nav li.active a,
.nav-index .navbar-nav li a:hover {
  color: #fff;
  background: #00a0e9;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background: none;
  color: #FFF;
}

.nav-index .navbar-nav li:hover {
  background: #00a0e9;
}

.nav-index .navbar-nav li:hover a {
  background: #00a0e9;
}

.fixedtop {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  background: #fff;
}

.fixedtop .navbar-nav li a {
  color: #2c2c2c;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
}

.logo {
  padding: 8px;
  height: 60px;
}

.logo img {
  height: 45px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  padding-left: 0;
}

.navbar-nav {
  float: left;
}

.m-header .m-nav {
  margin: 0;
}

.d-nav {
  position: absolute;
  top: 117px;
  right: 0;
  width: 150px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99999;
  text-align: center;

}

.d-nav a {
  color: #000;
}

.d-nav .navbar-nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
}

#wrap {
  width: 100%; height: 50px;
  position: relative;
  overflow: hidden;
}
#wrap > ul {
  padding-left: 0px;
  background-color: #0f7bc0;
  position: absolute;
  white-space: nowrap;
}
#wrap li {
  display: inline-block;
  background-color: #0f7bc0;
  padding:0;
  color: #000;
  width: 70px;
  line-height: 50px;
  text-align: center;
}
#wrap .short{
  width:50px;
}
/*导航 edn*/

/*底部开始*/
.footer ul li a:link {
  color: #fff;
  text-decoration: none;
}

/* 未访问的链接 */
.footer ul li a:visited {
  color: #fff;
  text-decoration: none;
}

/* 已访问的链接 */
.footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}

/* 当有鼠标悬停在链接上 */
.footer ul li a:active {
  color: #fff;
  text-decoration: none;
}

/* 被选择的链接 */
.footer .main {
  background: #0068b7;
  color: #fff;
  overflow: hidden;
  padding: 20px 0 10px;
}

.footer ul {
  float: left;
  margin-right: 3%;
}

.footer ul li {
  list-style: none;
  line-height: 28px;
}

.footer ul li.one {
  margin-bottom: 15px;
  font-size: 16px;
}

.footer ul li a {
  color: #fff;
}

.footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.flogo {
  margin-right: 50px;
  padding-top: 20px;
}

.fright {
  float: right;
  overflow: hidden;
}

.fright .top {
  padding-top: 5px;
  padding-left: 50px;
  background: url(/images/stel.png)no-repeat left center;
}

.fright .top p {
  margin: 0;
}

.fright .top p.two {
  font-family: myfont;
  font-size: 28px;
}

.fright .half {
  float: left;
  width: 50%;
}

.fright .half p {
  text-align: center;
  padding: 5px 0;
  margin: 0;
}

.fright .imgs {
  margin-top: 5px;
}

.s-about {
  background: #333333;
  text-align: center;
  padding: 8px 0;
  text-align: center;
}

.s-about ul {
  overflow: hidden;
  padding: 0;
  width: 456px;
  position: relative;
  left: 50%;
  margin-left: -228px;
  margin-bottom: 0;
}

.s-about ul li {
  float: left;
  margin: 0 10px;
}


.copyright {
  text-align: center;
  padding: 15px 0 30px;
}

.copyright p {
  margin: 0;
  line-height: 25px;
}

.s-bread {
  box-shadow: 0 1px 5px #888888;
  margin-bottom: 10px;
}

.s-bread .breadcrumb {
  margin-bottom: 0px;
  background-color: #FFFFFF !important;
}

.breadcrumb>li+li::before {
  content: "> " !important;
}

/*mobile top*/
.m-header {
  /* background-image: url(/images/mheadertop.png);
    background-repeat-y: no-repeat;
    background-repeat-x: repeat; */
  overflow: hidden;

}

.m-header a {
  color: #FFFFFF;
  width: 100%;

  display: block;
}

.m-header .m-top {
  padding: 7px 1px;
}

.m-header .m-freephone .up {
  margin: 0px;
}

.m-header .m-freephone .up img {
  float: left;
  display: block;
  height: 30px;
}

.m-header .m-freephone .up span {
  float: left;
  display: block;
  margin-top: 10px;
  margin-left: 2px;
  height: 20px;
}

.m-header .m-freephone .down {
  color: #FF6600 !important;
  ;
  font-weight: bold;
  letter-spacing: 2px;
}

.m-header .m-nav {
  background-color: #0068b7;
}

.m-header .m-nav>div {
  padding-left: 1px;
  padding-right: 1px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  margin: 12px 0px;
  line-height: 25px;
}

.m-header .m-nav>div:not(:last-child) {
  border-right: 1px solid #00a0e9;
}

.m-header .navbar-toggle {
  margin: 0;
  padding: 0;
  right: calc(50% - 11px);
  height: 25px;
}


/*通用分页*/
#pagination {
  margin: 20px 15px;
  display: inline-block;
}

#pagination span {
  border: solid 1px #DDDDDD;
  margin-right: 2px;
  display: block;
  float: left;
  padding: 3px 6px;
}

#pagination span.current {
  background-color: #eb6304;
  color: #FFFFFF
}

#pagination a,
#pagination span {
  border: solid 1px #DDDDDD;
  margin-right: 2px;
  border-radius: 5px;
}

#pagination .previous-off,
#pagination .next-off {
  color: #666666;
  display: block;
  float: left;
  font-weight: bold;
  padding: 3px 4px;
}

#pagination .next a,
#pagination .previous a {
  font-weight: bold;
  border: solid 1px #FFFFFF;
}

#pagination .active {
  color: #ff0084;
  font-weight: bold;
  display: block;
  float: left;
  padding: 4px 6px;
}

#pagination a:link,
#pagination a:visited {
  color: #0063e3;
  display: block;
  float: left;
  padding: 3px 6px;
  text-decoration: none;
}

#pagination a:hover {
  border: solid 1px #000;
  background: #eb6304;
  color: #FFF;
}

/*CITS橙色按钮*/
.btn-orange {
  color: #fef4e9;
  border: solid 1px #da7c0c;
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top, #faa51a, #f47a20);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active,
.open>.dropdown-toggle.btn-orange {
  color: #FFF;
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
  background: -moz-linear-gradient(top, #f88e11, #f06015);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

.wapfooter {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  /*height: 85px;*/
  background: #fff;
  border-top: 1px solid #eee;
  font-weight: normal;
  font-style: normal;
   box-shadow: 0 1px 5px #888888;
}

.wapfooter .icon-bar>* {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  padding-top: 30px;
  height: 50px;
  /*background-image: url(/images/icon/bar.png);*/
  background-repeat: no-repeat;
  background-size: 30px 450px;
  background-position: center;
  float: left;
  color: #000;
  /* border-right: 1px solid #D4D4D4; */
}

/*.wapfooter .qqkf{
	padding-top: 0; 
}*/

.qqkf .dropdown-menu li {
  background: url(/images/qqq.png) no-repeat left;

}

.wapfooter>*:last-child {
  border-right: none;
}

.wapfooter .phone-icon{
  background-size: 25px 25px;
  background-image: url(/images/icon/phone.png);
  background-position-y: 5px;
}
.wapfooter .shouye {
  background-image: url(/images/icon/bar.png);
}

.wapfooter .qqkf {
  background-size: 25px 25px;
  background-image: url(/images/icon/wechat.png);
  background-position-y: 5px;
}

.wapfooter .qqkf button {
  border: none;
  background: none;
  /*height: 80px;*/
}

.wapfooter .icon-bar .zxkf {
  background-image: url(/images/zxkf-mb.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
  background-position-y: 5px;
}
.wapfooter .zxkf{

}
.wapfooter .hyzx {
  background-size: 25px 25px;
  background-image: url(/images/icon/me.png);
  background-position-y: 5px;
}

.wapfooter .gywm {
  background-size: 25px 25px;
  background-image: url(/images/icon/pay.png);
  background-position-y: 5px;
}

.wapfooter .zxyd {
  background-image:none;
  width: 40%;
  color: #fff;
  padding-top: 15px;
}
.wapfooter .zxyd span{

  background-image: linear-gradient(to right ,#FF5000, #eb3333);
  font-size: 16px;
  color: #fff;
  padding-top: 5px;
  padding: 8px 32px;
  border-radius: 30px;
}
.wapfooter .wapfooter-bottom{
  inline-height:35px;
}
.wapfooter .wapfooter-bottom p{
  display: inline-block;
  width: 50%;
  line-height: 35px;
  height: 35px;
  text-align: center;
  padding-bottom: 5px;
}
.wapfooter .wapfooter-bottom .text-center{
  font-size: 10px;
  background: #0068b7;
  height: 35px;
  line-height: 35px;
  padding-left: 5px;
  padding-right: 5px;
  /*padding-top: 3px;*/


}

.wapfooter .wapfooter-bottom .text-center a{
    padding: 0 5px;
}

.wapfooter .wapfooter-bottom .contact{
  font-size: 14px;
  background: #eb6001;
  height: 35px;
  line-height: 35px;
  padding-left: 5px;
  padding-right: 5px;
  /*padding-left: 5px;*/
  /*margin-left: -5px;*/
  color: white;
}
.wapfooter .wapfooter-bottom .dh-img{
  height:25px;
  padding: 0 5px;
  /*margin: 10px;*/
}
.wapfooter .wapfooter-bottom .contact .call{

  color: white;

  text-decoration: none;

  font-size: 14px;

}
/*底部结束开始*/

@media (max-width: 1200px) {

  .s-logos .s-left {
    width: 35%;
  }

  .nav-index .navbar-nav li a {
    font-size: 14px;
    padding: 0 8px;
  }

  .s-travel .infor {

    font-size: 12px;
  }

  .block02 .infor {
    padding: 4px;
  }

  .s-travel font.price i {
    color: #fff100;
    font-size: 13px;
    font-style: normal;
  }

  .s-adviser .col-lg-2 span {
    width: 100px;
    height: 100px;
  }

  .flogo {
    margin-right: 0px;
  }

  footer ul {
    margin-right: 0px;
  }

}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .s-search .s-btn {
    background-size: 80% auto;
  }

  .navbar-nav {
    float: none;
    margin-right: -15px;
  }

  .block01 {
    padding-right: 15px;
    margin-bottom: 20px;
  }

  .block02 .col-lg-6 {
    float: left;
    width: 50%;
  }

  .block02 {
    padding: 0;
  }

  .s-agency .col-lg-3 {
    margin-bottom: 30px;
    float: left;
    width: 50%;
  }

  .s-adviser .col-lg-2 {
    width: 50%;
    margin-bottom: 20px;
  }

  .block02 .col-lg-6:first-child {
    padding-right: 0;
  }

  .s-logos .s-right>img {
    width: 100px;
    margin-right: 0;
  }

  .s-logos .s-right .tels {
    margin-left: 20px;
    padding-top: 10px;
  }

  .s-logos .s-right .text p {
    font-size: 12px;
  }

  .s-logos .s-right img {
    margin-right: 10px;
  }

  .s-logos .s-right .tels .two {
    font-size: 18px;
  }

  .nav-index .navbar-nav li a {
    font-size: 12px;
    padding: 0 5px;
  }

  footer ul {
    margin-right: 0px;
    padding-left: 20px;
  }

  .flogo {
    display: none;
  }

}

@media (max-width: 768px) {
  .nav-index .navbar-nav li {
    margin-bottom: 2px;
  }

  .s-header,
  .s-logos {
    display: none;
  }

  .nav-index {
    height: 0px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    min-height: 0;
    top: 0;
    left: 0;
    width: 100%;

    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  }

  .nav-index #navbar-collapse {
    z-index: 600;
  }


  .navbar-brand.logo {
    display: inline-block;
  }

  .navbar-brand.logo img {
    width: 141px;
    height: 45px;
  }

  .navbar-default .navbar-collapse {
    border-color: #e7e7e7;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #444;
    width: 220px;
    height: 100%;
  }

  .navbar-nav {
    float: none;
    margin: 20px 0 0 0;
  }

  .nav-index .navbar-nav li {
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 30px 0 0 30px;
    margin-bottom: 5px;
  }

  .nav-index .navbar-nav li a {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .navbar-toggle {
    margin-top: 14px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #0068b7;
  }

  .nav-index .navbar-nav li.login {
    display: block;
  }

  .nav-index .navbar-nav li:hover {
    background: none;
  }

  .block01 {
    padding-right: 15px;
    margin-bottom: 20px;
  }

  .block02 .col-lg-6 {
    float: left;
    width: 50%;
  }

  .block02 {
    padding: 0;
  }

  .s-agency .col-lg-3 {
    margin-bottom: 30px;
    float: left;
    width: 50%;
  }

  .s-adviser .col-lg-2 {
    width: 50%;
    margin-bottom: 20px;
  }

  .flogo {
    display: none;
  }

  .block02 .col-lg-6:first-child {
    padding-right: 0;
  }

}

@media (max-width: 480px) {
  .s-search {
    width: 90%;
    margin: -70px auto 20px;
    padding: 10px;
  }

  .s-search input {
    width: 80%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 12px;
  }

  .s-search .btn {
    width: 20%;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    font-size: 12px;
    padding: 0 10px;
  }

  .s-search .btn img {
    width: 15px;
    vertical-align: initial;
  }

  .bigtit {
    font-size: 14px;
    width: 150px;
  }

  .s-tab li {
    margin-right: 0;
    font-size: 12px;
    padding: 0 2px 10px 2px;
  }

  .block01 {
    height: 240px;
  }

  .block02 {
    height: 150px;
    margin-bottom: 20px;
  }

  .block02 .infor .name {
    width: 100%;
  }

  footer ul {
    margin-right: 0px;
    margin: 0;
    padding: 0;
    width: 50%;
    height: 190px;
    margin-bottom: 0;
  }

  .fright {

    width: 50%;
  }

  .fright .top p.two {
    font-family: myfont;
    font-size: 16px;
  }

  footer ul li.one {
    margin-bottom: 5px;
    font-size: 14px;
  }

  footer ul li {
    list-style: none;
    line-height: 28px;
    font-size: 12px;
  }

  .s-about ul {
    overflow: hidden;
    padding: 0;
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    margin-bottom: 0;
    height: 30px;
    font-size: 12px;
  }

  .s-about ul li {
    float: left;
    margin: 0px;
    margin-right: 5px;
  }

  .copyright {
    text-align: center;
    padding: 0;
    font-size: 12px;
  }

  .s-adviser {
    margin-bottom: 0;
  }

  .futitle {

    font-size: 14px;

  }

}

@media (max-width: 320px) {
  .navbar-brand.logo img {
    width: 151px;
    height: 45px;
  }

  .s-tab li {
    padding: 0 0px 10px 0px;
  }
}

.navbar-toggle .icon-bar {
  background: #fff !important;
}

@media (max-width: 480px) {
  .rt {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}


.kf-baner{
  background: #eee;
  margin-top: 25px;
  padding: 25px 20px 10px;
  border-radius: 15px;
  overflow: hidden;
}
.kf-baner .left,.kf-baner .rigth{
  float: left;
}
.kf-baner .left {
  width: 200px;
}
.kf-baner .rigth {
  width: calc(100% - 200px);
}
.kf-baner .rigth{
  padding-left: 25px;
}
.kf-baner .rigth p{
  font-size: 20px;
}
.kf-baner .rigth p:first-child{
font-size: 30px;
margin-top: 20px;
}
.kf-baner .rigth p:last-child{
  font-size: 20px;
  color: #b00;
  margin-top: 15px;
  }
  .kf-baner .rigth p:last-child a{
    color: #b00;
    }
@media (max-width: 767px) {
  .kf-baner{
    background: #eee;
    margin-top: 15px;
    padding: 15px 10px 5px;
    border-radius: 15px;
    overflow: hidden;
  }
  .kf-baner .rigth{
    padding-left: 0;
  }
  .kf-baner .left {
    width: 100px;
  }
  .kf-baner .rigth {
    width: calc(100% - 100px);
  }
  .kf-baner .rigth p{
    font-size: 12px;
  }
  .kf-baner .rigth p:first-child{
  font-size: 14px;
  margin-top: 0;
  }
  .kf-baner .rigth p:last-child{
    font-size: 14px;
    }
}

.pic-title{
  overflow: hidden;
}
.pic-title:hover img{
  transform:scale(1.1);
  transition: all 0.3s ease-in-out;
}

.title-line2{

}