@charset "UTF-8";
/*设置按钮的样式和hover的样式*/
li {
  list-style: none;
}

.content {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1100px) {
  .content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#headerWrap.headerFixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 0 2px 7px #ccd9ea;
  -moz-box-shadow: 0 2px 7px #ccd9ea;
  box-shadow: 0 2px 7px #ccd9ea;
}

.header-logo {
  height: 40px;
  display: inline-block;
}
.header-logo img {
  width: auto;
  height: 100%;
  margin-top: 10px;
}

.header-nav-wrap {
  margin-right: 130px;
}
.header-nav-wrap.hidd {
  display: none;
}
.header-nav-wrap .header-nav-list {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  line-height: 60px;
  text-align: center;
  color: #373d41;
  margin: 0 5px;
  font-size: 16px;
}
.header-nav-wrap .header-nav-list:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0;
  height: 4px;
  background-color: #1580e4;
}
.header-nav-wrap .header-nav-list.active:after {
  width: 100%;
}
.header-nav-wrap .header-nav-list.active a {
  color: #1580e4;
}
.header-nav-wrap .header-nav-list:hover:after {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  width: 100%;
}
.header-nav-wrap .header-nav-list:hover a {
  color: #1580e4;
}
.header-nav-wrap .header-nav-list a {
  color: #373d41;
}

.login_btn_wrap.hidd {
  opacity: 0;
  pointer-events: none;
}

/*移动端菜单样式*/
.header-nav-mobile {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  background: #f7f7f7;
  width: 100%;
  z-index: 999;
}

/*移动端菜单样式 结束*/
.register-btn {
  display: inline-block;
  width: 78px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #373d41;
  border-radius: 6px;
}
.register-btn:hover {
  background-color: #1580e4;
  color: #fff;
}

.login-btn {
  display: inline-block;
  width: 78px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  background-color: #1580e4;
  color: #fff;
  border-radius: 6px;
}
.login-btn:hover {
  background-color: #0059ab;
}

/*登录 信息*/
.face {
  width: 100px;
  float: right;
  height: auto;
  position: relative;
}

.face_box {
  width: 40px;
  height: 40px;
  float: right;
  margin-top: 12px;
  cursor: pointer;
}

.face_box .face_img {
  width: 40px;
  height: 40px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.face_ul {
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 99;
  min-width: 150px;
  background-color: #fff;
  border: solid 4px rgba(221, 221, 221, 0.5);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 90% 0;
  -ms-transform-origin: 90% 0;
  transform-origin: 90% 0;
  -webkit-transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36);
  transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36);
}

.face_ul:before {
  position: absolute;
  top: -7px;
  right: 17px;
  display: block;
  content: " ";
  width: 5px;
  height: 5px;
  border-style: solid;
  border-color: rgba(221, 221, 221, 0);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  border-width: 4px 4px 0 0;
  background-clip: padding-box;
  z-index: 98;
}

.face_ul:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border-width: 5px;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(221, 221, 221, 0.5);
  top: -14px;
  right: 17px;
}

.face_li a {
  line-height: 38px;
  font-size: 12px;
  text-align: center;
  display: block;
  color: #252525;
}

.face_li a:hover {
  color: #148BD9;
  background-color: #F5F5F5;
}

.face:hover .face_ul {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36);
  transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36);
}

/*登录 信息结束*/
/*头部结束*/
/*侧边*/
.sidebar-wrap {
  width: 40px;
  position: fixed;
  right: 0;
  bottom: 270px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  z-index: 99;
}
.sidebar-wrap .free-tria-box {
  width: 40px;
  background-color: #1580e4;
  padding: 15px 12px 15px;
}
.sidebar-wrap .free-tria-box:hover {
  box-shadow: -1px 1px 7px #ddd;
}
.sidebar-wrap .free-tria-box a {
  color: #fff;
}
.sidebar-wrap .to-top-box {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 90px;
  background-color: #fff;
  box-shadow: -1px 1px 7px #ddd;
  line-height: 40px;
  cursor: pointer;
  background-image: url("../../website/images/icons/cciai_icon.png");
  background-position: -400px -950px;
  opacity: 0.8;
}
.sidebar-wrap .to-top-box:hover {
  background-position: -449px -950px;
}

/*移动端菜单关闭按钮*/
.small_nav_close {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 10px;
  z-index: 999;
}
.small_nav_close.active span {
  top: 14px;
}
.small_nav_close.active span:nth-of-type(1) {
  -webkit-transform: translate(0px, 1px) rotate(45deg);
  -moz-transform: translate(0px, 1px) rotate(45deg);
  -ms-transform: translate(0px, 1px) rotate(45deg);
  -o-transform: translate(0px, 1px) rotate(45deg);
  transform: translate(0px, 1px) rotate(45deg);
}
.small_nav_close.active span:nth-of-type(2) {
  opacity: 0;
}
.small_nav_close.active span:nth-of-type(3) {
  -webkit-transform: translate(0px, -8px) rotate(135deg);
  -moz-transform: translate(0px, -8px) rotate(135deg);
  -ms-transform: translate(0px, -8px) rotate(135deg);
  -o-transform: translate(0px, -8px) rotate(135deg);
  transform: translate(0px, -8px) rotate(135deg);
}
.small_nav_close span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 4px;
  background: #545F73;
  border-radius: 2px;
  transition: all 0.5s;
}
.small_nav_close span:nth-of-type(2) {
  top: 14px;
}
.small_nav_close span:nth-of-type(3) {
  top: 23px;
}

/*移动端适配样式*/
/*移动端菜单相关样式*/
@media screen and (max-width: 769px) {
  html body {
    padding-top: 0;
  }
  .header-subnav-tit:after {
    content: "\e61f";
    position: absolute;
    top: 0px;
    right: 15px;
    width: 20px;
    height: 51px;
    font-size: 22px;
    font-family: "iconfont";
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-subnav-tit.show:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .mobile-style .mobile-none {
    display: none;
  }
  .mobile-style .small_nav_close {
    display: block;
  }
  .mobile-style .header-content {
    width: 100%;
    height: 55px;
  }
  .mobile-style .header-logo img {
    margin-top: 5px;
  }
  .header-nav-mobile .header-nav-mobile-list {
    position: relative;
    text-align: left;
    width: 100%;
    line-height: 50px;
    padding: 0 30px;
    border-bottom: 1px solid #EDEDED;
  }
}
@media screen and (max-width: 436px) {
  .mobile-style .header-logo {
    height: 25px;
  }
  .mobile-style .header-logo img {
    margin-top: 15px;
  }
  .mobile-style .header-nav-mobile .header-nav-mobile-list {
    padding: 0 15px;
  }
  .mobile-style .small_nav_close {
    right: 15px;
  }
}
.event_none {
  pointer-events: none;
}

/*移动端菜单相关样式结束*/
/*移动端适配样式结束*/
