﻿@font-face {
  font-family: 'source';
  src: url('../font/SourceHanSansCN-Regular.ttf');
  src: url('../font/SourceHanSansCN-Regular.ttf') format('truetype'),
    url('../font/SourceHanSansCN-Regular.woff') format('woff'),
    url('../font/SourceHanSansCN-Regular_1.svg') format('svg');
}


.header{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.logo{
  display: inline-block;
  width: 118px;
  height: 55px;
  margin-top: 18px;
}

.menu {
  height: 90px;
}

.menu li {
  display: inline-block;
  padding: 0 18px;
  
}

.menu li a {
  display: block;
  height: 90px;
  line-height: 90px;
  padding: 0 12px;
  cursor: pointer;
  color: #333;
  position: relative;
}
.menu li a:hover{
  color: #27aede;
}
.menu li a::after{
  display: none;
  content: '';
  width: 100%;
  padding: 0 18px;
  position: absolute;
  height: 1px;
  left: 50%;
  transform: translateX(-50%); 
  bottom: 1px;
  background-color: #27aede;
}
.menu li a:hover::after{
  display: block;
}
.footer-wrap{
  background-color: #34404d;
  padding-top: 61px;
}
.footer{
  width: 1200px;
  margin: 0 auto;
  
}
.footer-content{
  display: flex;
  justify-content: space-between;
}
.footer-left{
  width: 320px;
}
.footer-left>img{
  width: 142px;
  height: 67px;
}
.footer-left-title{
  font-size: 20px;
  color: #fff;
  margin-top: 17px;
}
.qrcode-wrap{
  margin-top: 62px;
  display: flex;
  justify-content: space-between;
}
.qrcode-item img{
  width: 136px;
  height: 136px;
}
.qrcode-title{
  margin: 23px 0 43px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.footer-right{
  width: 60%;
  
}
.footer-nav{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.footer-nav-item{
  color: #fff;
  font-size: 13px;
}
.w60{
  width: 60%;
}
.w40{
  width: 40%;
}
.w50{
  width: 50%;
}
.footer-right-text-wrap{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer-right-text{
  font-size: 13px;
  color: #fff;
  margin-bottom: 17px;
}
.footer-right-line{
  margin: 7px 0 22px;
  height: 1px;
  background-color: #47525e;
}
.footer-line{
  height: 1px;
  background-color: #47525e;
}
.footer-bottom{
  padding: 20px 0 30px;
  font-size: 11px;
  color: #fff;
  text-align: center;
}
.breadcrumbs-wrap{
  
  background-color: #fff;
}
.breadcrumbs{
  width: 1200px;
  margin: 0 auto;
  height: 80px;
  line-height: 80px;
  color: #666;
}
.page1{
  border-bottom: 1px solid #eaeaea;
}
.breadcrumbs-item:link{
  color: #737373;
}
.detail-content-wrap{
  background-color: #f6f6f6;
}
.detail-content-main{
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
.detail-content-title{
  font-size: 24px;
  color: #333;
  margin-bottom: 34px;
}
.detail-content-info{
  color: #555;
  font-size: 12px;
  padding-bottom: 32px;
  border-bottom: 1px solid #d8d8d8;
}
.detail-content{
  font-size: 16px;
  line-height: 28px;
  margin:  16px 0;
  color: #333;
  padding: 10px 0 46px;
  border-bottom: 1px solid #d8d8d8;
}
.detail-content img{
  max-width: 1200px;
}
.link-box{
  padding: 40px 0 70px;
  display: flex;
  justify-content: space-between;
}
.link-item-tip{
  font-size: 16px;
  color: #666;
  margin-bottom: 12px;
}
.link-item-tip:hover{
  color: #008a9a;
}
.link-item-box{
  margin-bottom: 12px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
}
.link-item-box img{
  width: 60px;
  height: 60px;
}
.link-item-boxr{
  margin-left: 10px;
      min-width: 150px;
    max-width: calc(50% - 90px);
}
.link-item-text1{
  font-size: 14px;
  color: #333;
  margin: 10px 0;
  width: 200px;
}
.link-item-text2{
  font-size: 14px;
  color: #666;
  width: 200px;
}














::-webkit-scrollbar {
  display: block !important;
  
  width: 8px; 
  height: 8px;
}
 
::-webkit-scrollbar-thumb {
  
  border-radius: 10px;
  
  background: #d3d3d3;
}
 
::-webkit-scrollbar-track {
  
  border-radius: 10px;
  background: #ededed;
}