/* base */
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
  color: #333;
  font-family: '微软雅黑';
  font-size: 14px;
}

/* header */
.operation-header {
  width: 100%;
  height: 70px;
}

.operation-header-content {
  width: 1200px;
  height: inherit;
  margin: auto;
}

.operation-header-logo {
  float: left;
  margin-top: 16px;
}

.operation-header-nav {
  float: left;
  height: inherit;
  margin-left: 220px;
  font-size: 16px;
}

.operation-header-nav-list {
  display: block;
  float: left;
  padding: 0 5px;
  margin: 0 10px;
  height: 58px;
  line-height: 58px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  color:#04b9a2;
}

.operation-header-nav-active {
  cursor: default;
  color: #04b9a2;
  border-bottom: 2px solid #04b9a2;
}

.operation-header-nav-list:hover {
  color: #04b9a2;
  border-bottom: 2px solid #04b9a2;
}

.operation-header-kf {
  float: left;
  height: inherit;
  width: 200px;
  margin-left: 150px;
}

.operation-header-icon {
  float: left;
  margin: 17px 10px 0 0
}

.operation-header-kftx {
  display: block;
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}

.operation-header-btn {
  float: right;
  height: 60px;
}

.operation-header-btn button {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  outline: none;
  margin-top: 15px;
  margin-left: 10px;
  cursor: pointer;
}

.operation-header-btn1 {
  border: 1px solid #13aba1;
  background: #13aba1;
  color: #fff;
  transition: all .3s ease;
}
.operation-header-btn1:hover {
  background: #0e948b;
}

.operation-header-btn2 {
  border: 1px solid #868686 !important;
  background: #fff;
  color: #333;
  transition: all .3s ease;
}
.operation-header-btn2:hover{
  border: 1px solid #ff4444 !important;
  background: #ff4444;
  color: #fff;
}

/* footer */
.operation-footer {
  width: 100%;
  padding: 40px 0;
  background: #2d2e32;
  color: #aaadb2;
}

.operation-footer:after {
  content: '';
  display: table;
  clear: both;
}

.operation-footer-content {
  width: 1200px;
  height: inherit;
  margin: auto;
}

.operation-footer-left {
  width: 60%;
  float: left;
  height: inherit;
}

.operation-footer-right {
  position: relative;
  width: 40%;
  height: 141px;
  float: right;
}

.operation-footer-link {
  width: 100%;
}

.operation-footer-link a:link,
.operation-footer-link a:visited {
  color: #aaadb2;
  text-decoration: none;
}

.operation-footer-link a:hover {
  text-decoration: underline;
}

.operation-footer-link a {
  margin-right: 30px;
}

.operation-footer-kf {
  padding: 10px 0;
}

.operation-footer-smal {
  font-size: 14px;
  color: #6f747a;
  padding: 0 0 10px 0;
}

.operation-footer-right-img {
  position: absolute;
  top: 0;
  right: 35px;
}

.operation-footer-right-gz {
  position: absolute;
  top: 75px;
  right: 0;
}

.operation-footer-right-bo {
  position: absolute;
  bottom: 0;
  right: 0;
}

a{
	text-decoration: none;
}