@import "lib/reset.css";
@import "lib/font/iconfont.css";
#wrapper{
  min-width: 1310px;
}
.sec-layer-btn{
  width: 120px;
  height: 40px;
  background: #009cff;
  border: none;
  color: white;
  border-radius: 5px;
  margin-left: 700px;
  margin-top: 40px;
}
.header {
  height: 80px;
  z-index: 102;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: transparent;
  -webkit-transition: height .5s, background .5s;
  -o-transition: height .5s, background .5s;
  transition: height .5s, background .5s;
}
.header .container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header.smaller .container {
    max-width: 1024px;
  }
}
.header .row {
  margin-left: 0;
  margin-right: 0;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 15px;
  width: 164px;
  height: 50px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background: url(../res/img/logo.png) no-repeat 0 0;
  background-size: contain;
}
.header .logo a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -999em;
}
.header .nav {
  position: absolute;
  right: 0;
  z-index: 100;
}
.header .nav ul li {
  display: inline-block;
  width: 130px;
  text-align: center;
}
.header .nav ul li a {
  line-height: 60px;
  padding: 10px 5px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
}
.header .nav ul li a:hover {
  color: #fff;
}
.header .nav ul li a.btn-primary-line {
  line-height: 40px;
  border-color: rgba(255, 255, 255, 0.5);
  padding-top: 0;
  padding-bottom: 0;
  /* margin-left: 25px; */
  width: 150px;
}
.header .nav ul li a.btn-primary-line:hover {
  border-color: #fff;
}
.btn-primary-line .section.dropmenu--simple {
  width: 150px;
}
.header .nav ul li a:hover {
  color: #fff;
}
.header .nav ul li.current a {
  color: #fff;
}
.header .nav ul li.current a:hover {
  color: #ccc;
}
.header .nav .border {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 3px;
}
.header .nav .ul-menulist--simple .li-menulist {
  width: auto;
}
.smaller {
  height: 80px;
  border-bottom: none;
  position: fixed;
}
.smaller:before {
  height: 100%;
  background: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border-bottom: 1px solid #efefef;
}
.smaller .logo {
  background: url(../res/img/logo2.png) no-repeat 0 0;
  background-size: contain;
}
.smaller .nav ul li a {
  color: #888;
}
.smaller .nav ul li a:hover {
  color: #000;
}
.smaller .nav ul li a.btn-primary-line {
  line-height: 40px;
  border: 1px solid #2487ec;
  color: #2487ec;
  width: 150px;
  padding-left: 0;
  padding-right: 0;
}
.smaller .nav ul li a.btn-primary-line:hover {
  border: 1px solid #0d78e4;
  background-color: #1171f4;
  background: -webkit-linear-gradient(left, #1171f4 0%, #468ff3 100%);
  color: #fff;
}
.smaller .nav ul li.current a {
  border-bottom-color: #2487ec;
  color: #000;
}
.smaller .nav ul li.current a:hover {
  color: #2487ec;
}
.smaller .nav ul li.current a.btn-primary-line {
  border: 1px solid #0d78e4;
  background-color: #1171f4;
  background: -webkit-linear-gradient(left, #1171f4 0%, #468ff3 100%);
  color: #fff;
}
.smaller .nav ul li.current a.btn-primary-line + .dropmenu--simple {
  /* margin-left: 25px; */
  width: 150px;
}
.smaller .nav ul li.login-button.hover a {
  border-bottom-color: #2487ec;
  color: #000;
}
.smaller .nav ul li.login-button.hover a.btn-primary-line {
  border: 1px solid #0d78e4;
  background-color: #1171f4;
  background: -webkit-linear-gradient(left, #1171f4 0%, #468ff3 100%);
  color: #fff;
}
.smaller .nav ul li.login-button.hover a.btn-primary-line + .dropmenu--simple {
  margin-left: 25px;
  width: 150px;
}
.smaller .nav .border {
  background: #2487ec;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  .header .logo {
    background: url(../res/img/logo.png) no-repeat 0 0;
    background-size: contain;
  }
  .header.smaller .logo {
    background: url(../res/img/logo2.png) no-repeat 0 0;
    background-size: contain;
  }
}
.section.footer {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
}
.section.footer .container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.section.footer .container .panel-header {
  margin-bottom: 50px;
}
.section.footer .container .panel-header h2 {
  font-size: 24px;
  color: #8190aa;
  font-weight: 700;
}
.section.footer .container .panel-body .cop {
  margin-bottom: 60px;
}
.section.footer .container .panel-body .cop ul li {
  position: relative;
  display: inline-block;
  float: left;
  width: 20%;
}
.section.footer .container .panel-body .cop ul li:after {
  content: "";
  width: 1px;
  background: #ced4de;
  height: 30px;
  position: absolute;
  right: 0;
  top: 5px;
}
.section.footer .container .panel-body .cop ul li .item {
  text-align: center;
  height: 40px;
}
.section.footer .container .panel-body .cop ul li .item .logo {
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: auto;
  margin-right: auto;
  width: 210px;
  height: 40px;
}
.section.footer .container .panel-body .cop ul li .item .logo span {
  text-indent: -9999em;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.section.footer .container .panel-body .cop ul li .item .logo.logo-plus {
  background-image: url("../res/img/cop/logo-plus.png");
}
.section.footer .container .panel-body .cop ul li .item .logo.logo-health {
  margin-left: 0;
  background-position: 0 50%;
  background-size: contain;
  background-image: url("../res/img/cop/logo-health.png");
}
.section.footer .container .panel-body .cop ul li .item .logo.logo-ailab {
  background-image: url("../res/img/cop/logo-ailab.png");
}
.section.footer .container .panel-body .cop ul li .item .logo.logo-apd {
  background-image: url("../res/img/cop/logo-apd.png");
}
.section.footer .container .panel-body .cop ul li .item .logo.logo-youtu {
  background-image: url("../res/img/cop/logo-youtu.png");
}
.section.footer .container .panel-body .cop ul li .item .logo.logo-gongyi {
  width: 190px;
  background-image: url("../res/img/cop/logo-gongyi.png");
}
.section.footer .container .panel-body .cop ul li .item:hover .logo.logo-plus {
  background-image: url("../res/img/cop/logo-plus-h.png");
}
.section.footer .container .panel-body .cop ul li .item:hover .logo.logo-health {
  background-image: url("../res/img/cop/logo-health-h.png");
}
.section.footer .container .panel-body .cop ul li .item:hover .logo.logo-ailab {
  background-image: url("../res/img/cop/logo-ailab-h.png");
}
.section.footer .container .panel-body .cop ul li .item:hover .logo.logo-apd {
  background-image: url("../res/img/cop/logo-apd-h.png");
}
.section.footer .container .panel-body .cop ul li .item:hover .logo.logo-youtu {
  background-image: url("../res/img/cop/logo-youtu-h.png");
}
.section.footer .container .panel-body .cop ul li .item:hover .logo.logo-gongyi {
  background-image: url("../res/img/cop/logo-gongyi-h.png");
}
.section.footer .container .panel-body .cop ul li:first-child .item {
  text-align: left;
}
.section.footer .container .panel-body .cop ul li:nth-child(4) {
  width: 24%;
}
.section.footer .container .panel-body .cop ul li:last-child {
  width: 16%;
}
.section.footer .container .panel-body .cop ul li:last-child:after {
  display: none;
}
.section.footer .container .panel-body .cop ul li:last-child .item {
  text-align: right;
}
.section.footer .container .panel-body .copyright {
  border-top: 1px solid #e2e5e8;
  padding-top: 30px;
}
.section.footer .container .panel-body .copyright .link {
  position: relative;
}
.section.footer .container .panel-body .copyright .link-detail {
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.section.footer .container .panel-body .copyright .link-detail a {
  color: #62728d;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 20px;
  position: relative;
  text-decoration: none;
}
.section.footer .container .panel-body .copyright .link-detail a:link,
.section.footer .container .panel-body .copyright .link-detail a:visited,
.section.footer .container .panel-body .copyright .link-detail a:hover,
.section.footer .container .panel-body .copyright .link-detail a:active {
  text-decoration: none;
}
.section.footer .container .panel-body .copyright .link-detail a:first-child {
  margin-left: 50px;
}
.section.footer .container .panel-body .copyright .link-detail a:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #dfdfdf;
}
.section.footer .container .panel-body .copyright .link-detail a:last-child {
  padding-right: 0;
}
.section.footer .container .panel-body .copyright .link-detail a:last-child:after {
  display: none;
}
.section.footer .container .panel-body .copyright .link-detail a:hover {
  color: #2487ec;
}
.section.footer .container .panel-body .copyright p {
  color: #62728d;
  font-size: 14px;
}
.btn-primary {
  background: rgba(29, 146, 255, 0.6);
  width: 200px;
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  display: inline-block;
  border-radius: 4px;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #1d92ff;
}
.btn-primary-line {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: rgba(29, 146, 255, 0.6);
  font-size: 22px;
  border: 1px solid rgba(29, 146, 255, 0.6);
  display: inline-block;
  padding-left: 55px;
  padding-right: 30px;
}
.btn-primary-line i {
  margin-right: 15px;
  vertical-align: middle;
  opacity: 0.6;
}
.btn-primary-line span {
  display: inline-block;
  vertical-align: middle;
}
.btn-primary-line:hover,
.btn-primary-line:focus {
  color: #1d92ff;
  border-color: #1d92ff;
}
.btn-primary-line:hover i,
.btn-primary-line:focus i {
  opacity: 1;
}
.ico-bf {
  width: 27px;
  height: 27px;
  background: url("../res/images/ico-bf.png") no-repeat 0 0;
  display: inline-block;
}
.btn-wrap .btn {
  margin-right: 20px;
}
.btn-wrap .btn:last-child {
  margin-right: 0;
}
.btn {
  outline: none;
  border: none;
}
.btn.btn-primary-pro {
  width: 162px;
  height: 48px;
  background-color: #0084ff;
  background: -webkit-linear-gradient(left, #0084ff 0%, #5aafff 100%);
  color: #fff;
  font-size: 16px;
}
.btn.btn-primary-pro:hover {
  opacity: 0.8;
}
.section.dropmenu-wrap {
  position: fixed;
  top: 80px;
  width: 100%;
  left: 0;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.ul-menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ul-menulist .li-menulist {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}
.ul-menulist .li-menulist:last-child {
  width: 190px;
  -webkit-box-flex: initial;
  -ms-flex: initial;
      flex: initial;
}
.ul-menulist .li-menulist dl {
  width: 190px;
}
.ul-menulist .li-menulist dl dt {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
.ul-menulist .li-menulist dl dd:not(:last-child) {
  margin-bottom: 15px;
}
.ul-menulist .li-menulist dl dd a {
  font-size: 16px;
  color: #888;
  width: 100%;
  vertical-align: middle;
}
.ul-menulist .li-menulist dl dd a:hover {
  color: #2487ec;
}
.ul-menulist .li-menulist dl dd .res-statu {
  padding: 1px 5px;
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.ul-menulist .li-menulist dl dd .res-statu.style1 {
  background: #2487ec;
}
.ul-menulist .li-menulist dl dd.dis a {
  color: #cacaca;
  cursor: default;
}
/* 添加simple dropdown menu 样式 */
.section.dropmenu--simple {
  position: absolute;
  /* margin-left: -30px; */
  padding: 10px 0 10px 0;  /* 上下留白*/
  z-index: 100;
  margin-top: -1px;
  display: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  overflow: hidden;
}
.section.dropmenu--simple .dropmenu--simple-layer {
  background: #fff;
}
.section.dropmenu--simple .ul-menulist--simple {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */    /* 注释弹性盒子,让文本左对齐*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section.dropmenu--simple .ul-menulist--simple .li-menulist {
  /* height: 14px; */
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  cursor: pointer;
  text-align: left;
  display: block;
  position: relative;
}
.section.dropmenu--simple .ul-menulist--simple .li-menulist a {
  display: block;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 14px;
  border: 0;
  color: #666;
  text-align: left;
}
.section.dropmenu--simple .ul-menulist--simple .li-menulist:hover a,
.section.dropmenu--simple .ul-menulist--simple .li-menulist.actived a {
  color: #2487ec;
}
.section.dropmenu--simple .more {
  margin: 15px 10px 10px 20px;
  text-align: left;
  color: #bababa;
  font-size: 14px;
}
.section.dropmenu--simple .more i {
  font-size: 14px;
  margin-right: 5px;
  color: #dfdfdf;
}
.hover .dropmenu--simple {
  display: block;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-animation: dropmenuheight 0.5s ease both;
          animation: dropmenuheight 0.5s ease both;
}
.hover.login-button .dropmenu--simple {
  -webkit-animation: dropmenuheight2 0.5s ease both;
          animation: dropmenuheight2 0.5s ease both;
}
@-webkit-keyframes dropmenuheight {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 196px;
  }
}
@keyframes dropmenuheight {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 196px;
  }
}
@-webkit-keyframes dropmenuheight2 {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 145px;
  }
}
/*seticon*/
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section .sec-layer {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.section .sec-layer .sec-header {
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.section .sec-layer .sec-header h2 {
  font-size: 40px;
  height: 30px;
  line-height: 30px;
  color: #000;
  text-align: center;
}
.section .sec-layer .sec-header p {
  margin-top: 10px;
}
.section .sec-layer .sec-body:last-child {
  margin-top: 40px;
}
.section .sec-layer .sec-body .row .col-12,
.section .sec-layer .sec-body .row .col-11,
.section .sec-layer .sec-body .row .col-10,
.section .sec-layer .sec-body .row .col-9,
.section .sec-layer .sec-body .row .col-8,
.section .sec-layer .sec-body .row .col-7,
.section .sec-layer .sec-body .row .col-6,
.section .sec-layer .sec-body .row .col-5,
.section .sec-layer .sec-body .row .col-4,
.section .sec-layer .sec-body .row .col-3,
.section .sec-layer .sec-body .row .col-2,
.section .sec-layer .sec-body .row .col-1 {
  float: left;
  display: inline-block;
}
.section .sec-layer .sec-body .row .col-12 {
  width: 100%;
}
.section .sec-layer .sec-body .row .col-9 {
  width: 75%;
}
.section .sec-layer .sec-body .row .col-3 {
  width: 25%;
}
.section .sec-layer .sec-body .row .col-8 {
  width: 66%;
}
.section .sec-layer .sec-body .row .col-4 {
  width: 33%;
}
.section .sec-layer .sec-body .row .col-6 {
  width: 50%;
}
.section .sec-layer .sec-body .row .col-7 {
  width: 58%;
}
.section .sec-layer .sec-body .row .col-5 {
  width: 42%;
}
.section .sec-layer .sec-body .ul-sec .li-sec {
  margin-right: 10px;
  float: left;
  display: inline-block;
  margin-bottom: 10px;
}
.section .sec-layer .sec-body .ul-sec .li-sec .img-area {
  width: 100%;
}
.section .sec-layer .sec-body .ul-sec .li-sec .img-area img {
  width: 100%;
}
.section .sec-layer .sec-body .ul-sec .li-sec .text-area {
  padding: 28px 10px;
  background: #fff;
}
.section .sec-layer .sec-body .ul-sec .li-sec .text-area h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.5;
  height: 48px;
  overflow: hidden;
  word-break: break-all;
}
.section .sec-layer .sec-body .ul-sec .li-sec .text-area h3 a {
  color: #000;
}
.section .sec-layer .sec-body .ul-sec .li-sec .text-area h3 a:hover {
  color: #2487ec;
}
.section .sec-layer .sec-body .ul-sec .li-sec .text-area p.hint {
  font-size: 14px;
  color: #999;
  position: relative;
  line-height: 1.5;
}
.section .sec-layer .sec-body .ul-sec .li-sec .text-area p.hint .ft {
  position: absolute;
  right: 0;
}
.section.row-striped {
  background: #F5F8FC;
}
.ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
sup {
  position: absolute;
  margin-top: -5px;
}

/* 修改后的头部样式 */
.header .logo{
  position: relative;
  left: unset;
  top: unset;
}
.header .nav{
  position: relative;
  right: unset;
  flex: 1; 
  padding-left: 130px;
}
.header .col-md-12,
.header .nav ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav ul li{
  width: unset;
}
