﻿@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;
  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('../image/main_panel4.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{
  overflow: hidden;
}
.introduction-bg {
  background: url('../image/introduction_bg.jpg') no-repeat;
  background-size: 100% 100%;
  border-bottom: 1px solid #0000001f;
  margin-bottom: 50px;
  padding-bottom: 60px;
}
.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;
}
.patent-item-l{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-wrap{
  height: 720px;
  background: url('../image/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,.honor-content1,.honor-content2,.honor-content3{
  margin: 74px 0 0;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}
.honor-item,.honor-item1,.honor-item2,.honor-item3{
  width: calc(25% - 64px);
  padding: 0 25px;
  text-align: center;
  border: 1px solid #eee;
  margin-right: 10px;
}
.honor-item>img,.honor-item1>img,.honor-item2>img,.honor-item3>img{
  height: 164px;
  margin: 64px 0 67px;
}
.honor-item-line,.honor-item1-line,.honor-item2-line,.honor-item3-line{
  height: 1px;
  background-color: #eee;
  margin-bottom: 26px;
}
.honor-item-bottom,.honor-item1-bottom,.honor-item2-bottom,.honor-item3-bottom{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.honor-item-titile,.honor-item1-titile,.honor-item2-titile,.honor-item3-titile{
  font-size: 16px;
  color: #333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honor-item-bottom>img,.honor-item1-bottom>img,.honor-item2-bottom>img,.honor-item3-bottom>img{
  width: 16px;
}
.honor-item-active,.honor-item1-active,.honor-item2-active,.honor-item3-active{
  margin-top: -10px;
  border-bottom: 5px solid #27aede;
}
.honor-item-active .honor-item-bottom,.honor-item1-active .honor-item1-bottom,.honor-item2-active .honor-item2-bottom,.honor-item3-active .honor-item3-bottom{
  margin-bottom: 36px;
}
.honor-item-active .honor-item-titile,.honor-item1-active .honor-item1-titile,.honor-item2-active .honor-item2-titile,.honor-item2-active .honor-item3-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('../image/honorbtn1.png') no-repeat;
	background-size: 100% 100%;
}
.honor-btns-item:nth-of-type(1):hover{
	background: url('../image/honorbtn1_a.png') no-repeat;
	background-size: 100% 100%;
}
.honor-btns-item:nth-of-type(2){
  margin-left: 34px;
	background: url('../image/honorbtn2.png') no-repeat;
	background-size: 100% 100%;
}
.honor-btns-item:nth-of-type(2):hover{
  margin-left: 34px;
	background: url('../image/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{
  padding: 22px 8px;
  background-color: #fff;
}
.map-label img{
  width: 57px;
}
.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;
}
.patent2 {
  display: flex;

}
.patent2-item {
  width: 50%;
}
.patent2-item-title {
  display: inline-block;
  background-color: #2FBDE5;
  color: #fff;
  border-radius: 15px;
  padding: 5px 38px 5px 17px;
  font-size: 18px;
  margin-bottom: 8px;
}
.patent2-item-li {
  position: relative;
  font-size: 16px;
  padding-left: 15px;
  color: #333;
  line-height: 32px;
}
.patent2-item-li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #2FBDE5;
  border-right: 8px solid transparent;
}
.patent2-r {
  display: flex;
  flex-wrap: wrap;
}
.patent2-item-title2 {
  display: inline-block;
  background-color: #2FBDE5;
  color: #fff;
  border-radius: 15px;
  padding: 5px 8px;
  font-size: 18px;
  margin-bottom: 8px;
}
.honor-type{
  margin-top: 69px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.honor-type-item{
  padding: 15px 50px;
  border: 1px solid #D9D9D9;
  background: #FAFAFA;
  margin-right: 20px;
}
.honor-type-item img{
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin-right: 18px;
}
.honor-type-active{
  background: #2FBDE5;
  border: 1px solid #2FBDE5;
  color: #fff;
}















::-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;
}