@font-face {
  font-family: 'source';
  src: url('../assets/font/SourceHanSansCN-Regular.ttf');
  src: url('../assets/font/SourceHanSansCN-Regular.ttf') format('truetype'),
    url('../assets/font/SourceHanSansCN-Regular.woff') format('woff'),
    url('../assets/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;
  padding:0 ;
}

.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;
}
.main-panel-title1{
  font-size: 45px;
  color: #fff;
  margin-bottom: 39px;
}
.main-panel-title2{
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.main-panel{
  background: url('../img/main_panel.jpg') no-repeat;
  background-size: 100% 100%;
  height: 500px;
}
.main-panel-content{
  width: 1200px;
  margin: 0 auto;
  padding-top: 166px;
  position: relative;
}
.area-title{
  height: 26px;
  font-size: 26px;
  text-align: center;
  color: #333;
  margin: 60px auto 0;
  font-weight: bold;
}
.area-title img{
  width: 24px;
  height: 15px;
}
.area-title1{
  height: 26px;
  font-size: 26px;
  text-align: center;
  color: #fff;
  margin: 60px auto 0;
  font-weight: bold;
}
.area-title1 img{
  width: 24px;
  height: 15px;
}
.introduction-wrap{
  background: url('../img/introduction_bg.jpg') no-repeat;
  background-size: 100% 100%;
  height: 718px;
  overflow: hidden;
}
.introduction{
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 58px;
}
.introduction-top{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.introduction-left{
  padding-top: 50px;

}
.introduction-left-title{
  font-size: 24px;
  color: #30bee7;
}
.introduction-top img{
  width: 580px;
  height: 330px;
  margin-left: 116px;
}
.introduction-left-title::after{
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background-color: #27aede;
  margin: 10px 0 28px;
}
.introduction-left-text{
  font-size: 18px;
  line-height: 34px;
}
.patent{
  display: flex;
  justify-content: space-between;
  margin-top: 68px;
}
.patent-item{
  width: calc(25% - 81px);
  border-right: 1px solid #e2e2e2;
  padding: 0 40px;
}
.patent-item:last-of-type{
  border-right: none;
}
.patent-item-title{
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
}
.patent-item-num{
  font-size: 38px;
  color: #d14652;
}
.patent-item-code{
  font-size: 14px;
  color: #d14652;
  margin-left: 5px;
}
.patent-item img{
  height: 24px;
  margin-left: 64px;
}
.patent-item-l{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-wrap{
  height: 720px;
  background: url('../img/course_bg.jpg') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.cxTime-board{
  margin: 80px auto 0;
  position: relative;
}
.cxTime-board-bg{
  text-align: center;
  font-size: 316px;
  color: rgba(255, 255, 255, 0.1);
}
.cxTime-board-content{
  position: absolute;
  top: 104px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 60px;
}
.cxTime-board-left{
  font-size: 18px;
  color: #2fbee3;
  margin-right: 60px;
}
#cxTime_board_time{
  font-size: 30px;
}
.cxTime-board-right{
  font-size: 18px;
  color: #333;
  line-height: 32px;
}
.cxTime-board-content::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: none;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.honor-wrap{
  overflow: hidden;
  background-color: #f8f8f8;
}
.honor{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.honor-content{
  margin: 74px 0 0;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}
.honor-item{
  width: calc(25% - 64px);
  padding: 0 25px;
  text-align: center;
  border: 1px solid #eee;
  margin-right: 10px;
}
.honor-item>img{
  height: 164px;
  margin: 64px 0 67px;
}
.honor-item-line{
  height: 1px;
  background-color: #eee;
  margin-bottom: 26px;
}
.honor-item-bottom{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.honor-item-titile{
  font-size: 16px;
  color: #333;
}
.honor-item-bottom>img{
  width: 16px;
}
.honor-item-active{
  margin-top: -10px;
  border-bottom: 5px solid #27aede;
}
.honor-item-active .honor-item-bottom{
  margin-bottom: 36px;
}
.honor-item-active .honor-item-titile{
  color: #27aede;
}
.honor-btns{
  display: inline-block;
  margin: 50px 0 60px;
}
.honor-btns-item{
  width: 50px;
  height: 50px;
  display: inline-block;
}
.honor-btns-item:nth-of-type(1){
	background: url('../img/honorbtn1.png') no-repeat;
	background-size: 100% 100%;
}
.honor-btns-item:nth-of-type(1):hover{
	background: url('../img/honorbtn1_a.png') no-repeat;
	background-size: 100% 100%;
}
.honor-btns-item:nth-of-type(2){
  margin-left: 34px;
	background: url('../img/honorbtn2.png') no-repeat;
	background-size: 100% 100%;
}
.honor-btns-item:nth-of-type(2):hover{
  margin-left: 34px;
	background: url('../img/honorbtn2_a.png') no-repeat;
	background-size: 100% 100%;
}
.contact-wrap{
  overflow: hidden;
}
.contact{
  width: 1200px;
  margin: 0 auto;

}
.contact-content{
  margin-top: 60px;
  border: 1px solid #ececec;
  margin-bottom: 60px;
  position: relative;
}
#contact_map{
  height: 534px;
}
.map-label{
  padding: 10px;
  background-color: #2fbde4;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.map-label img{
  width: 73px;
  height: 73px;
}
.map-label-right{
  margin-left: 20px;
  
}
.map-label-title{
  font-size: 15px;
  color: #fff;
}
.map-label-text{
  width: 170px;
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  white-space: wrap
}
.map-label::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid #2fbde4;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: none;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.contact-bottom{
  display: flex;
  justify-content: space-evenly;
}
.contact-bottom-item{
  width: calc(33.3% - 150px);
  margin-bottom: 40px;
}
.contact-bottom-item img{
  height: 29px;
  margin-top: 35px;
}
.contact-bottom-item-line{
  height: 1px;
  background-color: #eaeaea;
  margin: 16px 0;
}
.contact-bottom-item-title{
  font-size: 14px;
  color: #333;
}
.contact-map-box{
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 20px;
  z-index: 50;

}
.contact-map-title{
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.contact-map-item{
  border-bottom: 1px solid #e9e9e9;
  cursor: pointer;
}
.contact-map-item:last-of-type{
  border-bottom: none;
}
.contact-map-item-img{
  margin: 10px 0 14px;

}
.contact-map-item-title{
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
}
.contact-map-item-text{
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
.contact-map-item-active .contact-map-item-title,.contact-map-item-active .contact-map-item-text{
  color: #27aede;
}
















::-webkit-scrollbar {
  display: block !important;
  /* 滚动条整体样式 */
  width: 8px; /* 高宽分别对应横竖滚动条的尺寸 */
  height: 8px;
}
 
::-webkit-scrollbar-thumb {
  /* 滚动条里面小方块 */
  border-radius: 10px;
  /* box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #d3d3d3;
}
 
::-webkit-scrollbar-track {
  /* 滚动条里面轨道 */
  border-radius: 10px;
  background: #ededed;
}