@charset 'utf-8';


* {
  margin: 0;
  padding: 0;
}
ol,
ul,
li {
  list-style: none;
}
a {
  color: #595757;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
html {
  height: 100%;
}
body {
  font-family: "微软雅黑", "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif;
  font-size: 15px;
  position: relative;
  padding-bottom: 100px;
  min-height: 100%;
  box-sizing: border-box;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.none {
  display: none;
}
a:hover {
  text-decoration: none;
  color: #5181f1;
}
.theme {
  color: #5181f1;
}
.red {
  color: #f00;
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.clearfix:before,
.clearfix:after {
  clear: both;
  content: '';
  display: table;
}
.relative {
  position: relative;
}
.hidden {
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.t-l {
  text-align: left;
}
.t-c {
  text-align: center;
}
.t-r {
  text-align: right;
}
.transition {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.overflow-text2 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
@font-face {
  font-family: 'iconfont';
  
  src: url('../font/font_1457719_ce1s3iqc8qq.eot');
  src: url('../font/font_1457719_ce1s3iqc8qq.eot?#iefix') format('embedded-opentype'), url('../font/font_1457719_ce1s3iqc8qq.woff2') format('woff2'), url('../font/font_1457719_ce1s3iqc8qq.woff') format('woff'), url('../font/font_1457719_ce1s3iqc8qq.ttf') format('truetype'), url('../font/font_1457719_ce1s3iqc8qq.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #6da6f9;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #6da6f9;
  border-color: #6da6f9;
}
@media screen and (max-width: 768px) {
  .w1200 {
    width: 100%;
  }
  .wap-show {
    display: block;
  }
  .wap-inline-block-show {
    display: inline-block;
  }
}

header {
  padding: 25px 0;
  
}
header .header-right {
  margin-top: 5px;
}
header .logo img {
  max-height: 100%;
}
header .search-box {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 2px solid #ddd;
  width: 350px;
}
header .search-select {
  font-size: 14px;
  display: inline-block;
  width: 70px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  position: relative;
  padding-right: 5px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #ddd;
  color: #333;
  cursor: pointer;
  top: -1px;
}
/*header .search-select:after {
  content: '\e638';
  float: right;
  font-size: 10px;
  font-family: 'iconfont';
  position: absolute;
  top: 2px;
  right: 5px;
  color: #999;
}*/
header .search-select .search-list {
  display: none;
  border: 1px solid #ddd;
  background-color: #fff;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  width: 100%;
  line-height: 35px;
  border-bottom: 0;
}
header .search-select .search-list li {
  border-bottom: 1px solid #ddd;
}
header .search-select .search-list li:hover {
  background-color: #eee;
}
header .search {
  width: 150px;
  outline: none;
  border: 0;
  padding: 10px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
header .search-icon {
  color: #aaa;
  margin-right: 15px;
  cursor: pointer;
}
header .add-meeting-btn {
  height: 43px;
  padding: 0 25px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 0;
  background-color: #1f52cb;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  line-height: 43px;
  margin-left: 10px;
}
header .add-meeting-btn:hover {
  opacity: 0.7;
}
header .form-btn-box {
  display: inline-block;
  margin-left: 30px;
  line-height: 40px;
}
header .form-btn-box a {
  color: #999999;
}
header .form-btn-box a:hover {
  color: #1f52cb;
}
header .form-btn-box span {
  padding: 0 2px;
  color: #999999;
  position: relative;
  top: -2px;
}
header .fy-nav-item {
  position: relative;
  cursor: pointer;
}
header .fy-nav-item img {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: 8px;
}
header .fy-nav-item .fy-user-name {
  margin-top: 2px;
  display: inline-block;
  margin-left: 3px;
}
header .fy-nav-item .iconfont {
  font-size: 14px;
  color: #777;
  margin-left: 5px;
}
header .fy-nav-item .fy-user-info {
  display: none;
  position: absolute;
  z-index: 98;
  left: 0;
  top: 40px;
  border: 1px solid #eee;
  width: 100%;
  background-color: #fff;
}
header .fy-nav-item .fy-user-info:before {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -9px;
  border-style: solid;
  border-color: transparent transparent #eee transparent;
  border-width: 8px 8px 8px 8px;
}
header .fy-nav-item .fy-user-info a {
  font-size: 14px;
  text-align: center;
  display: block;
  border-bottom: 1px solid #eee;
}
header .fy-nav-item .fy-user-info a:last-child {
  border-bottom: 0;
}

nav {
  background-color: #4890f7;
  line-height: 69px;
  font-size: 18px;
}
nav .nav-content li {
  float: left;
  padding: 0 20px;
}
nav .nav-content li a {
  color: #fff;
  padding: 0 20px;
  position: relative;
  line-height: 69px;
  height: 69px;
  display: inline-block;
  z-index: 2;
}
nav .nav-content li.active a,
nav .nav-content li:hover a {
  background: url("../image/nav_hover_bg.png") repeat-x left bottom;
  -webkit-animation: nav_hover_ani 0.2s ease-in;
  -o-animation: nav_hover_ani 0.2s ease-in;
  animation: nav_hover_ani 0.2s ease-in;
}

footer {
  background-color: #12172b;
  padding: 30px 0;
}
footer .footer-item {
  margin-left: 50px;
}
footer .footer-item:first-child {
  margin-left: 0;
}
footer .footer-item h2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
footer .footer-item .fi-ul {
  float: left;
  margin-right: 20px;
}
footer .footer-item .fi-ul li {
  font-size: 14px;
  line-height: 35px;
}
footer .footer-item .fi-ul li a {
  color: #fff;
}


.footer2 {
  background-color: #0d101e;
  padding: 20px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.footer2 .ga {
  width: 16px;
  position: relative;
  top: 3px;
}


@media screen and (max-width: 768px) {
  
  header {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  header .logo {
    height: 45px;
  }
  header .menu-btn {
    font-size: 18px;
    margin-right: 5px;
    margin-top: 1px;
    color: #595757;
    z-index: 99;
  }
  header .menu-btn:before {
    content: '\e642';
  }
  header .search-box {
    margin-top: 15px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    border: 1px solid #ddd;
    width: 100%;
    background-color: #fff;
  }
  header .search {
    padding: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -1px;
  }
  header .search-select {
    height: 32px;
    line-height: 32px;
    border-width: 1px;
  }
  header .temp-fjj:before {
    content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';
    display: none;
    width: 100%;
    height: 5px;
  }
  header .add-meeting-btn {
    margin-top: 15px;
    height: 32px;
    width: 28%;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    line-height: 32px;
    margin-left: 2%;
    text-align: center;
    padding: 0;
  }
  header .form-btn-box {
    line-height: 33px;
    margin-top: -35px;
    /*margin-right: 45px;*/
  }
  header .header-right {
    width: 100%;
  }
  header .fy-nav-item img {
    margin-top: 5px;
  }
  
  nav {
    line-height: 45px;
    font-size: 15px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 98;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  nav.active {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  nav .close-menu-btn {
    color: #fff;
    margin-right: 15px;
    font-size: 22px;
  }
  nav .nav-content {
    background-color: #4890f7;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 200px;
  }
  nav .nav-content li {
    padding: 0;
    display: block;
    float: none;
  }
  nav .nav-content li a {
    padding: 0 20px;
    line-height: 45px;
    height: 45px;
    display: block;
    text-align: left;
  }
  nav .nav-content li.active a,
  nav .nav-content li:hover a {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
  
  footer {
    padding: 30px 15px;
  }
  footer .footer-item {
    margin-bottom: 30px;
    margin-left: 50px;
    float: none;
    margin-left: 0;
    display: none;
  }
  footer .erweima {
    float: none;
  }
  footer .erweima img {
    display: block;
    margin: 0 auto;
  }
  
  
  .footer2 span {
    display: block;
    margin: 5px 0 0 0!important;
  }
  
}

@-webkit-keyframes nav_hover_ani {
  0% {
    height: 0;
  }
  100% {
    height: 69px;
  }
}
@keyframes nav_hover_ani {
  0% {
    height: 0;
  }
  100% {
    height: 69px;
  }
}
.nav_hover_ani {
  -webkit-animation-name: nav_hover_ani;
  animation-name: nav_hover_ani;
}