* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.main {
  width: 1200px;
  height: auto;
  margin: auto;
}

.side {
  width: 60px;
  height: 182px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}

.side a {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
  color: #333333;
  background: #e9f3fa;
  border-bottom: 1px solid #1FA0B2;
  position: relative;
}

.side a:last-child {
  border: none;
}

.side a .tel {
  width: 252px;
  height: 60px;
  background: #1FA0B2;
  padding-left: 20px;
  border-right: 1px solid #1FA0B2;
  position: absolute;
  left: 60px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
}

.side a .tel span {
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 1em;
  color: #ffffff;
}

.side a .tel h1 {
  width: 100%;
  text-align: left;
  font-size: 30px;
  height: auto;
  line-height: 1em;
  color: #ffffff;
  margin-top: 6px;
  white-space: nowrap;
}
.side a.weChat-hover:hover .weChat-box{
  /*display: block;*/
}
.side a.weChat-hover .weChat-box {
  position: absolute;
  /*padding-right: 20px;*/
  top: 0;
  left: 100px;
  z-index: 100;
  display: block; }
.side a.weChat-hover .weChat-box .code {
  /*padding: 10px;*/
  /*background-color: #ef7b1a;*/
  border-radius: 5px; }
.side a.weChat-hover .weChat-box .code img {
  width: 80px; }
.side .active {
  background: #1FA0B2;
  color: #ffffff;
}

.header {
  width: 100%;
  height: 80px;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.header .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .main .index {
  width: auto;
  height: 43px;
  display: block;
}

.header .main .index img {
  width: 100%;
}

.header .main .index .wh {
  display: none;
}

.header .main .index .bl {
  display: block;
}

.header .main ul {
  width: 644px;
  height: 80px;
  display: flex;
  justify-content: space-between;
}

.header .main ul li {
  width: auto;
  height: 100%;
  text-align: center;
  line-height: 80px;
}

.header .main ul li > div {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  color: #ffffff;
  transition: all ease 0.8s;
  position: relative;
}

.header .main ul li > div > a {
  display: block;
  font-size: 16px;
  color: #ffffff;
}

.header .main ul li > div .ul {
  position: absolute;
  top: 80px;
  left: -35px;
  width: 140px;
  height: auto;
  margin: auto;
  background: #ffffff;
  overflow: hidden;
  max-height: 0;
}

.header .main ul li > div .ul a {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #666666;
  font-size: 12px;
  display: block;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all ease 0.3s;
}

.header .main ul li > div .ul a:hover {
  color: #1FA0B2;
  transition: all ease 0.3s;
}

.header .main ul li > div .ul .current {
  color: #1FA0B2;
}

.header .main ul li .active > a {
  color: #1FA0B2 !important;
}

.header .main ul li:hover > div .ul {
  max-height: 1000px;
  border-top: 2px solid #1FA0B2;
}

.header .main .sea_change {
  width: 61px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}

.header .main .sea_change a {
  width: auto;
  height: auto;
  display: block;
  color: #ffffff;
}

.header .main .sea_change a img {
  width: 15px;
  height: 16px;
  display: block;
}

.header .main .sea_change a .wh {
  display: block;
}

.header .main .sea_change a .bl {
  display: none;
}

.header .main .sea_change .change {
  width: auto;
  height: auto;
  font-size: 16px;
}

.white {
  background: #ffffff;
}

.white .index .wh {
  display: block !important;
}

.white .index .bl {
  display: none !important;
}

.white ul li > div > a {
  color: #666666 !important;
}

.white ul li .active span {
  color: #1FA0B2 !important;
}

.white .sea_change {
  color: #666666 !important;
}

.white .sea_change a {
  color: #666666 !important;
}

.white .sea_change a .wh {
  display: none !important;
}

.white .sea_change a .bl {
  display: block !important;
}

.banners {
  width: 100%;
  height: auto;
}

.banners img {
  width: 100%;
  height: auto;
}

.kong {
  height: 80px;
}

.banner {
  width: 100%;
  height: auto;
}

.banner .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.banner .swiper-pagination {
  bottom: 23px !important;
  outline: none;
}

.banner .swiper-pagination-bullet {
  width: 60px;
  height: 2px;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  outline: none;
  margin-right: 10px;
}

.banner .swiper-pagination-bullet-active {
  background: #1FA0B2 !important;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  transition: all ease .5s;
  outline: none;
}

.title {
  width: 100%;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title h1 {
  font-size: 36px;
  color: #000033;
  line-height: 1em;
}

.title p {
  width: auto;
  font-size: 18px;
  color: #666666;
  line-height: 1em;
  margin-top: 16px;
}

.footer {
  width: 100%;
  height: 481px;
  background: #333333;
  border-top: 6px solid #1FA0B2;
  position: relative;
}

.footer .main .top {
  width: 100%;
  height: 437px;
  display: flex;
  justify-content: space-between;
}

.footer .main .top .left {
  width: 321px;
  height: 100%;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  justify-content: flex-start;
}

.footer .main .top .left h3 {
  font-size: 16px;
  color: #999999;
  margin-bottom: 20px;
  /*margin-top: 22px;*/
  margin-top: 50px;
}

.footer .main .top .left p {
  width: 320px;
  height: auto;
  display: flex;
  color: #ffffff;
  line-height: 30px;
}

.footer .main .top .left p label {
  min-width: 70px;
  width: auto;
  display: block;
}

.footer .main .top .left p span {
  width: auto;
  display: block;
}

.footer .main .top .left div {
  margin-top: 38px;
  width: auto;
  height: 98px;
  display: flex;
  align-items: flex-end;
}

.footer .main .top .left div img {
  height: 100%;
  width: auto;
  margin-right: 12px;
}

.footer .main .top .left div p {
  display: block;
}

.footer .main .top .left div p span {
  font-size: 14px;
  line-height: 14px;
  display: block;
  width: auto;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer .main .top .left div p span:last-child {
  margin-bottom: 0;
}

.footer .main .top .line {
  width: 1px;
  height: 327px;
  background: #2b2b2b;
  margin-top: 50px;
}

.footer .main .top .right {
  width: 755px;
  height: auto;
}

.footer .main .top .right ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.footer .main .top .right ul li {
  width: 66px;
  height: auto;
}

.footer .main .top .right ul li h2 {
  font-size: 16px;
  color: #999999;
  line-height: 16px;
  height: 16px;
  margin-bottom: 30px;
}

.footer .main .top .right ul li a {
  min-width: 100%;
  height: 14px;
  line-height: 14px;
  display: block;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
  margin-bottom: 14px;
}

.footer .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 43px;
  background: #272727;
  color: #919191;
  border-top: 1px solid #454546;
}

.footer .bottom .main {
  height: 43px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.footer .bottom .main .beian span {
  margin-right: 10px;
}

.footer .bottom .main .beian a {
  width: auto;
  color: #919191;
}

.footer .bottom .main .link {
  display: flex;
  align-items: center;
}

.footer .bottom .main .link p {
  color: #919191;
  margin-right: 20px;
}

.footer .bottom .main .link img {
  width: 11px;
  height: 6px;
}

.footer .bottom .main .links {
  position: absolute;
  bottom: 43px;
  background: #3b3b3b;
  width: 210px;
  height: auto;
  right: 0;
  display: none;
}

.footer .bottom .main .links .linkul {
  width: 210px;
  height: auto;
  padding: 20px;
  position: relative;
}

.footer .bottom .main .links .linkul a {
  width: 100%;
  height: 30px;
  display: block;
  text-align: left;
  color: #999999;
  font-size: 12px;
  line-height: 30px;
}

.footer .bottom .main .links .linkul .active {
  color: #1FA0B2;
}

.footer .bottom .main .links .linkul img {
  position: absolute;
  bottom: -4px;
  right: 40px;
}

.video-layer {
  background-color: #000 !important;
}

.video-layer .layui-layer-content {
  width: 800px !important;
  height: 450px !important;
  overflow: hidden !important;
}

.video-layer video {
  width: 100% !important;
  height: 100% !important;
}

.layui-layer-content img {
  width: 100%;
  height: 100%;
}

.sidenav {
  float: left;
  width: 180px;
  height: auto;
  padding-bottom: 22px;
  background: #ffffff;
}

.sidenav .name {
  width: 100%;
  height: 80px;
  background: #1FA0B2;
  padding: 17px 10px 0;
}

.sidenav .name h2 {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
}

.sidenav .name span {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #ffffff;
}

.sidenav .ul {
  width: 100%;
  height: auto;
}

.sidenav .ul .li {
  width: 100%;
  height: 50px;
  padding-left: 19px;
  line-height: 50px;
  display: block;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  border-bottom: 1px solid #f3f5f6;
}

.sidenav .ul .active {
  color: #1FA0B2;
  position: relative;
}

.sidenav .ul .active::before {
  position: absolute;
  left: 0;
  width: 2px;
  height: 20px;
  background: #1FA0B2;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
}

.fenye {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.fenye a {
  min-width: 30px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  height: 30px;
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  background: #ffffff;
  margin-right: 10px;
  border-radius: 4px;
}

.fenye a:last-child {
  margin-right: 0;
}

.fenye .active {
  background: #1FA0B2;
  color: #ffffff;
}

.mianbao {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #aeaeae;
}

.mianbao a {
  color: #aeaeae;
}

.mianbao a i {
  font-size: 12px !important;
}

.mianbao .active {
  color: #333333;
}

.secnav {
  width: 1200px;
  height: 70px;
  background: #ffffff;
  margin: auto;
  position: absolute;
  top: -101px;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}

.secnav .ul {
  width: auto;
  height: 100%;
  display: flex;
}

.secnav .ul .li {
  width: 162px;
  height: 100%;
  line-height: 70px;
  display: block;
  text-align: center;
  color: #666666;
  font-size: 16px;
  position: relative;
}

.secnav .ul .li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 16px;
  background: #eeeeee;
  margin: auto;
}

.secnav .ul .li:last-child::after {
  background: #ffffff;
}

.secnav .ul .active {
  color: #1FA0B2;
}

.secnav .xmianbao {
  color: #666666;
  font-size: 14px;
}

.secnav .xmianbao a {
  color: #666666;
  font-size: 14px;
}

.secnav .xmianbao a i {
  font-size: 16px !important;
}

.secnav .xmianbao .active {
  color: #1FA0B2;
}

.search-box {
  width: 1320px;
  margin: 40px auto 20px;
  height: 54px;
  position: relative;
  z-index: 9;
}

.search-box .container {
  height: 100%;
}

.search-box .left {
  width: 540px;
  max-width: 38.57%;
  height: 100%;
  display: inline-block;
  float: left;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

.search-box .left .select {
  display: inline-block;
  float: left;
  width: 90px;
  height: 100%;
  padding: 0 10px 0 0;
  position: relative;
}

.search-box .left .select > span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 54px;
  font-size: 18px;
  padding: 0 14px 0 14px;
  background-image: url("../images/82.png");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.search-box .left .select .sub {
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 99;
  display: none;
}

.search-box .left .select .sub span {
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  transition: all 0.3s;
  cursor: pointer;
}

.search-box .left .select .sub span:hover, .search-box .left .select .sub span.active {
  background-color: #1FA0B2;
  color: #fff;
}

.search-box .left .input {
  display: inline-block;
  float: left;
  width: calc(100% - 90px);
  height: 100%;
  border-left: 1px solid #e6e6e6;
}

.search-box .left .input input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: none;
  background-color: #fff;
  border-radius: 0;
  font-size: 18px;
}

.search-box .btn {
  display: inline-block;
  float: left;
}

.search-box .btn button {
  width: 117px;
  height: 54px;
  background-color: #1FA0B2;
  border: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-box .btn button span {
  display: inline-block;
  line-height: 18px;
}

.search-box .btn button i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/83.png");
  background-size: 100% 100%;
  margin-left: 5px;
}

.search-result {
  width: 1320px;
  margin: auto;
  min-height: 600px;
  padding-bottom: 50px;
}

.search-result .item {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
}

.search-result .item .title {
  width: 100%;
  height: auto !important;
  line-height: 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.search-result .item .title i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #c12929;
  margin-right: 10px;
}

.search-result .item .title p {
  display: inline-block;
  width: calc(100% - 14px);
}

.search-result .item .date {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #999;
  margin-top: 10px;
  padding-left: 14px;
}

.search-result .pages {
  margin-top: 50px;
}

.color-red {
  color: #eb131d;
}
