body{
  background-color: #F6F6F6;
  overflow-x: auto;
}
.container{
  width: 100%;
  min-width: 1400px;
}
*{
  box-sizing: border-box;
}
.journDetailNav a{color: #333}
.publicWidth{
  width: 1300px;
  min-width: 1300px;
  margin: 0 auto;
}
.container .head{
  width: 100%;
  height: 40px;
background: #F1F1F1;
}
.container .head .head_x{ 
height: 100%;
line-height: 40px;
display: flex;
justify-content: space-between;
}
.container .head .head_x .head_x_left{
  display: flex;
  align-items: center;
}
.container .head .head_x .head_x_left>span{
  font-size: 14px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #666666;
}
.container .head .head_x .head_x_left .guan{
  width: 50px;
height: 24px;
text-align: center;
line-height: 24px;
background-color: #3AA34A;
border-radius: 3px;
margin-right: 10px;
}
.container .head .head_x .head_x_left .guan span{
  font-size: 14px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
}
.container .head .head_x .head_x_right{
  display: flex;
  align-items: center;
}
.container .head .head_x .head_x_right .head_x_box{
  display: flex;
  width: 120px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-right:  1px solid #666666;
}
.container .head .head_x .head_x_right .head_x_box span{
  font-size: 12px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #333333;
}
.container .head .head_x .head_x_right a:last-of-type .head_x_box{
  border: none;
}
.container .head .head_x .head_x_right .head_x_box img{
  margin-right: 10px;
}
.logo{
  width: 100%;
  background-color: #FFFFFF;
  height: 120px;
}
.logo .logo_x{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo .logo_x .logo_x_left{
  display: flex;
  align-items: center;
}
.logo .logo_x .logo_x_right2{
  display: flex;
  align-items: center;
  margin-left: 20px
}
.logo .logo_x .logo_x_left img:nth-of-type(1){
  width: 475px;
  height: 78px;
  margin-right: 20px;
}
.logo .logo_x .logo_x_right2 img{
  width: 38px;
  height: 37px;
  margin-right: 10px;
}
.logo .logo_x .logo_x_right2 .lianxi{
  display: flex;
  flex-direction: column;
}
.logo .logo_x .logo_x_right2 .lianxi span{
  font-size: 20px;
font-family: Microsoft YaHei-Bold, Microsoft YaHei;
font-weight: bold;
color: #333333;
}
.logo .logo_x .logo_x_right2 .lianxi span:last-of-type{
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}
.logo .logo_x .logo_x_right{
  display: flex;
  align-items: center;
}
.logo .logo_x .logo_x_right .ipt{
  width: 266px;
  height: 40px;
  border: none;
  outline: none;
  border: 2px solid #03B418;
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
  padding-left: 14px;
}
.ipt::-webkit-input-placeholder{
  font-size: 14px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #999999;
}
.logo .logo_x .logo_x_right button{
width: 70px;
height: 40px;
padding: auto;
border: none;
background: linear-gradient(91deg, #03B319 0%, #0BDC03 100%);
border-radius:  0 4px  4px 0; 
}
.logo .logo_x .logo_x_right button img{
  width: 22px;
  height: 22px;
}
.nav{
  width: 100%;
  height: 60px;
background-color: #019642;
}
.nav .nav_x{
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.nav .nav_x .navItem{
  width: 144px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: relative;
}
.nav .nav_x .navItem .navItemList{
  width: 188px;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 8px 1px rgba(0,0,0,0.2);
  border-radius: 10px 10px 10px 10px;
  z-index: 1000;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
  display: none;
}
.nav .nav_x .navItem .navItemList span{
  display: block;
  width: 168px;
height: 35px;
border-radius: 4px;
text-align: center;
line-height: 35px;
font-size: 14px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #666666 !important;
margin: 5px 0;
white-space: nowrap;
}
.nav .nav_x .navItem:hover{
   background-color: #FFFFFF;
}
.nav .nav_x .navItem:hover span{
  color: #019642;
}
.nav .nav_x .navItem .navItemList span:hover{
  background-color: #019642;
  color: #FFFFFF !important;
}
.nav .nav_x .navItem a{
  width: 100%;
  height: 100%;
  display: block;
}
.nav .nav_x .navItem:hover  .navItemList{
  display: block;
}
.nav .nav_x .navItem span{
  font-size: 16px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
}
.nav .nav_x .navActive{
  background-color: #FFFFFF;
}
.nav .nav_x .navActive span{
  color: #019642;
}
.swiper{
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-wrapper{
  width: 100%;
  position: static;
}
.swiper-pagination{
  bottom: 50px !important;
  z-index: 0;
}
.swiperItem{
  width: 100%;
  height: 550px;
  position: relative;
}
.swiper-pagination-bullets{
  display: flex;
  width: 100%;
  justify-content: center;
}
.my-bullet{
display: block;
width: 30px ;
height: 4px ;
background-color: #999999 ;
margin-right: 20px;
}
.my-bullet-active{
  width: 30px ; 
height: 4px ;
background-color: #FFFFFF ;
}
.swiperItem>img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.swiperItem .bigBack{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.swiperItem .bigBack>span{
  font-size: 40px;
font-family: Microsoft YaHei-Bold, Microsoft YaHei;
font-weight: bold;
color: #EBEBEB;
}
.swiperItem .bigBack>img{
  width: 819px;
  height: 71px;
  margin-top: 20px;
}
.swiperItem .bigBack .imgCont{
  display: flex;
}
.swiperItem .bigBack .imgCont img:nth-of-type(2){
  margin-top: 18px;
  margin-left: 36px;
  margin-right: 25px;
}
.swiperItem .bigBack a span{
  display: block;
  width: 220px;
height: 48px;
text-align: center;
line-height: 48px;
background-color: #009C71;
border-radius: 6px;
font-size: 18px;
font-family: Microsoft YaHei-Bold, Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
}
.footer{
  width: 100%;
  height: 352px;
  background-image: url('../image/footer.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 30px;
  position: relative;
}
.footer .fooBack{
  width: 100%;
  height: 100%;
background-color: rgba(0,0,0,0.7);
position: absolute;
top: 0;
left: 0;
}
.footer .footer_x{
  height: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); 
  display: flex;
}
.footer>span{
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #EBEBEB;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);  
  bottom: 20px;
}
.footer>span a{color: #fff}
.footer .footer_x .fooItem{
  margin-left: 190px;
}
.footer .footer_x .fooItem:first-of-type{
  margin-left: 0px;
}
.footer .footer_x .fooItem>span{
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #EBEBEB;
}
.footer .footer_x .fooItem .fooLine{
width: 140px;
height: 1px;
background-color: #EBEBEB;
margin: 12px 0;
}
.footer .footer_x .fooItem .fooItemCon{
display: flex;
flex-direction: column;
}
.footer .footer_x .fooItem .fooItemCon span{
  font-size: 14px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #EBEBEB;
display: block;
margin-top: 16px;
white-space: nowrap;
}
.footer .footer_x .fooItem .fooItemCon span.fooPhone{
  font-size: 24px;
font-family: Microsoft YaHei-Bold, Microsoft YaHei;
font-weight: bold;
color: #EBEBEB;
}
.footer .footer_x .fooItem   .fooBox{
  margin-top: 16px;
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
}
.footer .footer_x .fooItem   .fooBox .fooBox_x:first-of-type{
  margin-right: 54px;
}
.footer .footer_x .fooItem   .fooBox .fooBox_x {
  text-align: center;
  cursor: pointer;
}
.footer .footer_x .fooItem   .fooBox .fooBox_x .fooBox_img{
  width: 78px;
  height: 78px;
  background: #FFFFFF;
 display: flex;
 align-items: center;
 justify-content: center;
}
.footer .footer_x .fooItem   .fooBox .fooBox_x .fooBox_img img{
  width: 66px;
  height: 66px;
}
.fooBox_img_big{
position: fixed;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
top: 0;
left: 0;
display: none;
}
.fooBox_img_big img{
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.page{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.page .prePage,.page .nextPage{
  display: flex;
  align-items: center;
  width: 90px;
  height: 30px;
  border: 1px solid #C9C9C9;
  background-color: #FFFFFF;
  border-radius: 4px;
  justify-content: center;
}
.page a{
  width: 80px;
  height: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #C9C9C9;
  background-color: #FFFFFF;
  border-radius: 4px;
  justify-content: center;
  margin: 0 10px;
  font-size: 14px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #333333;
}
.page .prePage .preImg{
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.page .nextPage .nextImg{
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.page .prePage .preImg img,.page .nextPage .nextImg img{
  width: 5px;
  height: 10px;
}
.previewVideo{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  display: none;
}
.previewVideo .previewVideo_x{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}
.previewVideo .previewVideo_x .videox{
  width: 978px;
  height: 550px;
  position: relative;
}
.previewVideo .previewVideo_x .videox video{
  width: 978px;
  height: 550px;
  border-radius: 10px 10px 0 0;
  position: absolute;
}
.previewVideo .previewVideo_x .videox img.payVideo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 97px;
  height: 97px;
  cursor: pointer;
}
.previewVideo .previewVideo_x .videox img.close{
  width: 48px;
  height: 48px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.previewVideo .previewVideo_x .videox img.videoCover{
  width: 978px;
  height: 550px;
  border-radius: 10px 10px 0 0;
  position: absolute;
}
.previewVideo .previewVideo_x .videoInfo{
  width: 978px;
  background-color: #FFFFFF;
  border-radius: 0 0 10px 10px;
  padding: 20px; 
}

.previewVideo .previewVideo_x .videoInfo span{
  font-size: 16px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #666666;
}
.previewVideo .previewVideo_x .videoInfo span:first-of-type{
  font-size: 18px;
  font-weight: bold;
}
.previewVideo .previewVideo_x .previewBom{
  width: 978px;
height: 105px;
background-color: #FFFFFF;
border-radius: 10px;
margin-top: 10px;
display: flex;
padding: 20px 0;
}
.previewVideo .previewVideo_x .previewBom .previewLeft{
width: 50%;
height: 100%;
border-right: 1px solid #999999;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.previewVideo .previewVideo_x .previewBom .previewLeft>a span{
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #019642;
}
.previewVideo .previewVideo_x .previewBom .previewLeft .previewAdd>span{
  font-size: 18px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #333333;
}
.previewVideo .previewVideo_x .previewBom .previewLeft .previewAdd a span{
  font-size: 18px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #2680EB;
}
.previewVideo .previewVideo_x .previewBom .previewRight{
width: 50%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.previewVideo .previewVideo_x .previewBom .previewRight img{
  width: 65px;
  height: 65px;
  margin-left: 40px;
}
.previewVideo .previewVideo_x .previewBom .previewRight .phoneAdd{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.previewVideo .previewVideo_x .previewBom .previewRight .phoneAdd span:nth-of-type(1){
  font-size: 16px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #019642;
}
.previewVideo .previewVideo_x .previewBom .previewRight .phoneAdd span:nth-of-type(2){
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.lecturer .lecturerCon {
  margin-top: 20px;
  display: flex;
  width: 100%;
}
.lecturer .lecturerCon .lecturerItem {
  display: flex;
  position: relative;
  width: 260px;
  height: 390px;
  overflow: hidden;
}
.lecturer .lecturerCon .lecturerItem:hover .info{
  top: 0;
}
.lecturer .lecturerCon .lecturerItem img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lecturer .lecturerCon .lecturerItem .info {
  width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .8);
        padding: 20px;
        overflow-y: auto;
        position: absolute;
        top: -390px;
        left: 0;
        transition: all 1s;
}
.lecturer .lecturerCon .lecturerItem .info::-webkit-scrollbar {
  display: none;
}
.lecturer .lecturerCon .lecturerItem .info > span {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.lecturer .lecturerCon .lecturerItem .info .lectLine {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  margin-top: 10px;
}
.lecturer .lecturerCon .lecturerItem .info .lect {
  width: 100%;
  margin-top: 20px;
}
.lecturer .lecturerCon .lecturerItem .info .lect > span {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.lecturer .lecturerCon .lecturerItem .info .lect .lectde {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.lecturer .lecturerCon .lecturerItem .info .lect .lectde p {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.lecturer .lecturerCon .lecturerItem .infoActive {
  display: block;
}