.title{
  margin-bottom: 60px;
}
/* banner */
.banner{
  width: 100%;
  height: 500px;
  position: relative;
  background: url('/liuxue/img/major/list/banner.png') no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
.banner .fl{
  width: 490px;
  margin-top: 30px;
}
.banner .fl h1{
  color: #FFFFFF;
  font-size: 42px;
  font-weight: bold;
  line-height: 51px;
  margin-bottom: 50px;
}
.banner .fl p{
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}
.banner .fl span{
  color: #FFFFFF;
  font-size: 14px;
  line-height: 25px;
  display: block;
  margin-bottom: 50px;
}
.banner .fl .btn {
  width: 180px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #5F5F5F;
  text-align: center;
  position: relative;
  font-size: 14px;
  transition: all .6s;
  color: #fff;
  text-indent: -60px;
  background-color: #3d8bfd;
  border-color: #3d8bfd;
}

.banner .fl .btn:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  margin-left: 0;
  background: url('/liuxue/img/pc/wmt/wri.png') no-repeat center;
  transition: all .4s;
  background-size: cover;
}
/* 
.banner .fl .btn:hover {
  color: #fff;
  background-color: #3d8bfd;
  border-color: #3d8bfd;
}
*/
.banner .fl .btn:hover{
  background-color: #0d6efd;
}
.banner .fl .btn:hover:after {
  right: 22px;
} 
.banner .fr{
  width: 545px;
  height: 425px;
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
  padding-bottom: 60px;
  position: relative;
  box-sizing: border-box;
}
.banner .fr .chart{
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 14px;
}
.banner .fr .chart::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 20px;
  background-color: #fff;
}
.banner .fr>p{
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  text-align: center;
  color: #59595C;
  font-size: 18px;
  font-weight: bold;
}

/* module1 */
.module1 .box > .head{
  padding-bottom: 24px;
  padding-right: 144px;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  margin-bottom: 36px;
}
.module1 .box > .head > span{
  position: absolute;
  right: 0;
  top: 0;
  width: 89px;
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  border: 1px solid #4B4B4B;
  text-align: center;
  color: #4B4B4B;
  font-size: 16px;
  cursor: pointer;
  transition: all .4s;
}
.module1 .box > .head > span:hover{
  color: #fff;
  background-color: #4B4B4B;
}
.module1 .box > .head > div{
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.module1 .box > .head > div span{
  color: #686868;
  font-size: 20px;
  cursor: pointer;
  letter-spacing: .5px;
}
.module1 .box > .head > div span.on{
  font-weight: bold;
  position: relative;
}
.module1 .box > .head > div span.on:after{
  content: '';
  position: absolute;
  width: 62px;
  height: 4px;
  background: #303030;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.module1 .box > .con{
  height: 476px;
  position: relative;
}
.module1 .clearfix{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.module1 .clearfix::before{
  content: '';
  width: 66px;
  height: 297px;
  position: absolute;
  left: -55px;
  bottom: 0;
  background: url('/liuxue/img/major/list/bg23.png') no-repeat center;
  background-size: cover;
}
.module1 .clearfix .fl{
  width: 379px;
  height: 530px;
  background: #FFFFFF;
  border-radius: 8px 8px 0px 0px;
  border: 2px solid #F7F7F7;
  padding: 0 20px;
  box-sizing: border-box;
}
.module1 .clearfix .fl:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: #3d8bfd;
}
.module1 .clearfix .fl .head{
  padding-bottom: 14px;
  border-bottom: 1px solid #3d8bfd;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  transform: translateX(30px);
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  text-indent: -22px;
  margin-top: 33px;
  margin-bottom: 25px;
  letter-spacing: 1px;
}
.module1 .clearfix .fl .head span{
  position: absolute;
  top: 0;
  left: 0;
  color: #5F5F5F;
  font-size: 24px;
  font-weight: bold;
  opacity: .15;
  z-index: 0;
}
.module1 .clearfix .fl .head:after{
  content: '';
  position: absolute;
  left: 0;
  width: 41px;
  height: 4px;
  background: #3d8bfd;
  bottom: -2px;
}
.module1 .clearfix .fl .con{
  width: 100%;
  height: 423px;
  overflow-y: scroll;
  padding: 7px 10px 23px;
  box-sizing: border-box;
  background-color: rgba(216, 216, 216, .14);
}
.module1 .clearfix .fl .con::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.module1 .clearfix .fl .con::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background: rgb(215, 215, 215);
  border-radius: 10px;
}
.module1 .clearfix .fl .con::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: rgba(216, 216, 216, 0);
  border-radius: 10px;
}
.module1 .clearfix .fl .con span{
  color: #000000;
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 28px;
  display: block;
}
.module1 .clearfix .fr{
  width: 710px;
}
.module1 .clearfix .fr table{
  width: 100%;
  position: relative;
  border-collapse: collapse;
}
.module1 .clearfix .fr table thead{
  height: 30px;
  background: #3d8bfd;
  box-shadow: 0px 2px 4px 0px rgba(195, 195, 195, 0.5);
}
.module1 .clearfix .fr table thead th{
  color: #FFFFFF;
  font-size: 18px;
  padding: 25px 0;
}
.module1 .clearfix .fr table tbody tr{
  background-color: #F2F2F2;
}
.module1 .clearfix .fr table tbody tr:nth-child(2n){
  background-color: #fff;
}
.module1 .clearfix .fr table tbody td{
  color: #404040;
  padding: 22px 0;
  font-size: 16px;
  text-align: center;
}

/* module2 */
.module2{
  background-color: #F6F6F6;
}
.module2 .title{
  margin-bottom: 60px;
}
.module2 .bg2{
  width: 783px;
  height: 251px;
  position: absolute;
  bottom: 111px;
  right: 0;
}
.module2 .box{
  margin-bottom: 60px;
}
.module2 .fl{
  width: 151px;
  height: 418px;
  position: relative;
  box-sizing: border-box;
}
.module2 .fl::before{
  content: '';
  position: absolute;
  bottom: 28px;
  left: -16px;
  width: 121px;
  height: 121px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #CCCFD7 0%, #9EA3AF 50%, #9DA2AE 100%);
  opacity: .74;
}
.module2 .fl:after{
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -58px;
  right: -11px;
  background: linear-gradient(to bottom, #CCCFD7 0%, #9EA3AF 50%, #9DA2AE 100%);
  opacity: .74;
  border-radius: 50%;
}
.module2 .fl>div{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  background: url('/liuxue/img/major/list/bg21.png') no-repeat center;
  background-size: cover;
  border-radius: 8px 0px 0px 8px;
  padding-top: 25px;
  box-sizing: border-box;
}
.module2 .fl>div span{
  height: 59px;
  line-height: 59px;
  width: 100%;
  transition: all .6s;
  border-radius: 2px 0px 0px 2px;
  color: #414141;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: block;
  text-indent: 50px;
  position: relative;
  cursor: pointer;
}
.module2 .fl>div span.on{
  width: 162px;
  background: #3d8bfd;
  color: #fff;
  text-indent: 40px;
  font-weight: bold;
}
.module2 .fl>div span.on::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 39px;
  background: #FFE725;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.08);
}
.module2 .fr{
  width: calc( 100% - 151px );
  height: 418px;
  background-color: #fff;
  border-radius: 0px 8px 8px 0px;
  position: relative;
}
.module2 .fr::before{
  content: '';
  position: absolute;
  right: -29px;
  bottom: -142px;
  width: 357px;
  height: 351px;
  background: url('/liuxue/img/major/list/bg24.png') no-repeat center;
  background-size: cover;
}
.module2 .fr > div{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 80px 100px 0 130px;
  box-sizing: border-box;
  display: none;
}
.module2 .fr > div a{
  display: inline-block;
  padding-left: 16px;
  position: relative;
  color: #414141;
  font-size: 24px;
  letter-spacing: 1px;
  /* margin-right: 80px; */
  margin-bottom: 50px;
  transition: all .6s;
  width: 26%;
}
.module2 .fr > div a::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  width: 8px;
  height: 8px;
  background: #FFE725;
  transition: all .6s;
  border-radius: 50%;
  z-index: 0;
}
.module2 .fr > div a:hover{
  color: #3d8bfd;
}
.module2 .fr > div a:hover::before{
  transform: translateY(0%);
  bottom: -3px;
  width: 44px;
  height: 44px;
}
.module2 .fr > div a span{
  position: relative;
  z-index: 1;
  line-height: 1;
}
.module2 .btn {
  width: 180px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #5F5F5F;
  text-align: center;
  position: relative;
  font-size: 14px;
  margin: 0 auto;
  transition: all .6s;
  color: #fff;
  text-indent: -60px;
  background-color: #3d8bfd;
  border-color: #3d8bfd;
}
.module2 .btn:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  margin-left: 0;
  background: url('/liuxue/img/pc/wmt/wri.png') no-repeat center;
  transition: all .4s;
  background-size: cover;
}
/* 
.module2 .btn:hover {
  color: #fff;
  background-color: #3d8bfd;
  border-color: #3d8bfd;
}
*/
.module2 .btn:hover{
  background-color: #0d6efd;
}
.module2 .btn:hover:after {
  right: 22px;
}