@CHARSET "UTF-8";
	.header {
  height: 110px;
  transition: 0.6s;
  background-color: #ffffff;
  position: relative;
  z-index: 9000;
}
.header.fixed {
  height: 82px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.header.fixed .container {
  padding: 0;
}
.header.fixed .logo {
  height: 54px;
  padding-top: 10px;
  width: 167px;
}
.header .container {
  padding: 18px 0 0 0;
}
.header .logo {
  float: left;
  width: 285px;
  height: 64px;
  transition: 0.6s;
}
/* .header .logo img {
  height: 100%;
} */
.header .city {
  margin: 6px 0 0 28px;
  float: left;
  display: table;
  width: auto;
}
.header .city .text,
.header .city .map-img {
  display: table-cell;
  vertical-align: middle;
  height: 56px;
}
.header .city .map-img {
  padding-right: 18px;
}
.header .city .text {
  padding-right: 10px;
}
.header .city .text .drop-down {
  position: relative;
  float: left;
}
.header .city .text .drop-down .h4 {
  color: #999;
  cursor: pointer;
  position: relative;
  z-index: 2223;
  margin: 0;
  line-height: inherit;
}
.header .city .text .drop-down.open .drop-list {
  display: block;
}
.header .city .text .drop-down .drop-list {
  width: 263px;
  display: none;
  overflow: hidden;
  position: absolute;
  text-align: center;
  z-index: 9900;
  top: 0;
  left: 0;
  transition: 0.4s;
  padding-top: 26px;
}
.header .city .text .drop-down .drop-list li {
  height: 34px;
  line-height: 34px;
  width: 25%;
  width: calc(100% / 4);
  float: left;
  background-color: #f7f7f7;
  border-right: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}
.header .city .text .drop-down .drop-list li:nth-child(4n) {
  border-right: none;
}
.header .city .text .drop-down .drop-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #555555;
  text-decoration: none;
  transition: 0.4s;
}
.header .city .text .drop-down .drop-list li a:hover {
  color: #ffffff;
  background-color: #00c8ff;
}
.header .city .text .current-city {
  font-size: 20px;
  margin-bottom: 6px;
  color: #333;
  margin-bottom: 6px;
}
.header .city .text .important-city {
  font-size: 14px;
  color: #555555;
  float: left;
  position: relative;
  z-index: 9899;
  width: 150px;
}
.header .city .text .important-city a {
  color: #5e5e5e;
  text-decoration: none;
  display: inline-block;
  padding-right: 8px;
}
.header .city .text .important-city a:hover,
.header .city .text .important-city a.active {
  color: #0474c3;
}
.header .menu {
  float: right;
  padding-top: 2px;
}
.header .menu > li {
  float: left;
  margin: 12px 10px 0;
  /*margin-top: 12px;*/
  height: 36px;
  line-height: 36px;
  /*min-width: 100px;*/
  text-align: center;
  position: relative;
}
.header .menu > li.open {
  background-color: #07bdff;
  color: #ffffff;
}
.header .menu > li.open a,
.header .menu > li.open a:hover {
  color: #ffffff;
}
.header .menu > li.open > ul {
  opacity: 1;
}
.header .menu > li.active a {
  color: #07bdff;
}
.header .menu > li > ul {
  opacity: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  transition: 0.6s;
}
.header .menu > li > ul li {
  white-space: nowrap;
  /*height: 36px;
  line-height: 36px;*/
  height: 42px;
  line-height: 42px;
  text-align: center;
  transition: 0.6s;
  padding-top: 36px;
  padding: 0 6px;
}
.header .menu > li > ul li:hover {
  /*background-color: #07bdff;*/
  background-color: #0068b7;
}
.header .menu > li > ul li a {
  color: #555!important;
  /*font-size: 12px;*/
  font-size: 14px;
  display: inline-block;
  height: 100%;
}
.header .menu > li > ul li a:hover {
  color: #ffffff !important;
}
.header .menu > li a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
  transition: 0.4s;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header .menu > li a:hover,
.header .menu > li a.active {
  color: #0474c3;
}
	
.container{width:1200px;}
.container-fluid{padding:0;}
.container-fluid img{width:100%;}
.margin-top-20{margin-top:50px;}
.row-title{font-size: 50px;font-weight: bold;color:#333333}
.color-lred{color:#F3393E}
.thead-bg-lred{background:#F3393E;color:#fff}
.bg-yellow{background:#FFEA00;color:#333333}
.footer{position: relative;}

.row2-pic-lists img{margin:25px 5%;}

.row3 .carousel-control{background-image:none;cursor: pointer;}
.row3 .left img{position: absolute;top: 44%;left: 0;}
	.row3 .right img{position: absolute;top: 44%;right: 0;}
.row3 .table th,td{text-align: center;}
.row4 .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{background:#FFEA00;color:#333333;font-weight: bold;font-size: 20px;}
.row4 .nav-justified>li>a{color:#333333;font-weight: bold;font-size: 20px;}

.row6 .carousel-control{background-image:none;cursor: pointer;}
.row6 .left img{position: absolute;top: 44%;left: 0;}
.row6 .right img{position: absolute;top: 44%;right: 0;}
.row6 #carousel-example-generic2{width: 87%;float: left;margin-right:15px;}
.row6 .carousel-example-generic-th img{margin:2px 0px;cursor: pointer;}


.row8 input{background: #F3F3F3;height:50px;}
.row8 .col-sm-6{padding:10px;}