@charset "utf-8";

.layout {
  width: 1300px;
  margin: 0 auto;
}

body{
    min-width: 1300px;
}
body a:hover {
  color: #0066ff !important;
}

.fill .head {
  position: relative;
  margin-bottom: 10px;
}

.fill .head .head-title {
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}

.fill .head .head-title i {
  font-style: normal;
  display: inline-block;
  width: 22px;
  height: 16px;
  background: url(../images/fill_icon.png) no-repeat;
  margin: 7px 10px 0 0;
}

.fill .head .fill-tab {
  float: left;
  margin-left: 28px;
}

.fill .head .fill-tab li {
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  margin-right: 24px;
  padding-bottom: 3px;
  position: relative;
  cursor: pointer;
}

.fill .head .fill-tab .on {
  color: #0066ff;
}

.fill .head .fill-tab .on:after {
  position: absolute;
  content: '';
  width: 58px;
  height: 2px;
  background: #0066ff;
  border-radius: 2px;
  left: 50%;
  margin-left: -29px;
  bottom: 0;
  z-index: 3;
}

.fill .head a {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.line-box {
  width: 100%;
  height: 9px;
  background: url(../images/line_back.png);
}

.slider_item {
  width: 1300px;
  height: 275px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}

.slider_item .switch-tips {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 100;
}

.slider_item .switch-tips li {
  cursor: pointer;
  text-indent: -9999px;
  float: left;
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  margin-left: 6px;
}

.slider_item .switch-tips .on {
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.switch-tips ol li:hover {
  background-color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.switch-tips .last-switch-tips {
  margin-right: 0;
}

.slider_item .img-group ul li {
  float: left;
  position: relative;
  width: 1300px;
  height: 275px;
}

.slider_item .img-group ul li .slider-words {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 99;
  height: 50px;
  line-height: 50px;
  background-color: rgba(51, 51, 51, 0.17);
  padding-left: 20px;
}

.slider_item .img-group ul li .slider-words a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  letter-spacing: 1px;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.slider_item .img-group ul li .slider-words a:hover {
  color: #ffffff !important;
}

.img-group img {
  width: 1300px;
  height: 275px;
}

.text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}

.text-list ul li {
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 16px;
}

.text-list ul li:hover span {
  color: #0066ff;
}

.text-list ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  width: 80%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.text-list ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.curriculum-list ul li {
  width: 300px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.curriculum-list ul li:hover .curriculum-images {
  transform: scale(1.04);
}

.curriculum-list ul li a {
  display: block;
}

.curriculum-list ul li a:hover .title-page,
.curriculum-list ul li a:hover .title-name {
  color: #0066ff;
}

.curriculum-list ul li .curriculum-images {
  width: 300px;
  height: 170px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.curriculum-list ul li .curriculum-images img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 3px;
}

.curriculum-list ul li .curriculum-title {
  padding: 10px 0;
}

.curriculum-list ul li .curriculum-title .title-page {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.curriculum-list ul li .curriculum-title .title-box {
  margin-top: 10px;
}

.curriculum-list ul li .curriculum-title .title-box .title-name {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  max-width: 50%;
}

.curriculum-list ul li .curriculum-title .title-box .title-num {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.curriculum-list ul li .curriculum-title .title-box .title-num i {
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-right: 6px;
}

.main {
  margin-top: 10px;
}

.container-list {
  /* margin-top: 30px; */
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #0352C9;
}

.title a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #0352C9;
}

.title img {
  width: 59px;
  height: 6px;
}

.title img:nth-child(1) {
  margin-right: 14px;
}

.title img:nth-child(2) {
  margin-left: 14px;
}

.container-list:nth-child(1) {
  margin-top: 20px;
}

.container-list:nth-child(2) {
  margin-top: 59px;
  margin-bottom: 60px;
}


.info-box .title {
  margin-bottom: 50px;

}

.info-box .info-wrap {
  float: left;
  width: 420px;
  margin-right: 20px;
}

.info-box .info-wrap .wrap-itme {
  padding: 10px 20px 0 0px;
  background: #FFFFFF;
  border-radius: 8px;
  height: 230px;
}

.info-box .info-wrap .wrap-itme .itme-top .top-data {
  float: left;
  width: 80px;
  background: #F1F1F1;
  border-radius: 6px;
}

.info-box .info-wrap .wrap-itme .itme-top .top-data .day {
  display: block;
  width: 80px;
  height: 32px;
  background: linear-gradient(180deg, #009fff 0%, #0066ff 100%);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
}

.info-box .info-wrap .wrap-itme .itme-top .top-data .year {
  display: block;
  width: 80px;
  height: 28px;
  background: #F1F1F1;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-align: center;
}

.info-box .info-wrap .wrap-itme .itme-top .top-title {
  float: left;
  width: 310px;
  margin: 2px 0 0 10px;
}

.info-box .info-wrap .wrap-itme .itme-top .top-title a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.info-box .info-wrap .wrap-itme .text-list {
  margin-top: 20px;
}

.info-box .info-wrap:last-child {
  margin-right: 0;
}

.curriculum-list {
  padding: 20px 20px 10px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.curriculum-list ul {
  width: 1290px;
}

.slideGroup {
  position: relative;
}

.slideGroup:hover .sPrev {
  color: #0066ff;
}

.slideGroup:hover .sNext {
  color: #0066ff;
}

.slideGroup .sPrev {
  position: absolute;
  font-size: 46px;
  width: 46px;
  height: 46px;
  left: -23px;
  top: 50%;
  margin-top: -36px;
  z-index: 3;
  border-radius: 50%;
  color: #BFBFBF;
}

.slideGroup .sNext {
  position: absolute;
  font-size: 46px;
  width: 46px;
  height: 46px;
  right: -23px;
  top: 50%;
  margin-top: -36px;
  z-index: 3;
  border-radius: 50%;
  color: #BFBFBF;
}

.banner-itme .banner-list {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
}

.banner-itme .banner-list ul li {
  float: left;
  margin-right: 21px;
}

.banner-itme .banner-list ul li a {
  display: block;
  width: 406px;
  height: 200px;
}

.banner-itme .banner-list ul li a img {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  border-radius: 3px;
}

.banner-itme .banner-list ul li:last-child {
  margin-right: 0;
}

.enterprise-itme {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  height: 400px;
  overflow: hidden;
}

.enterprise-itme .itme-list-img {
  width: 1350px;
  padding-top: 20px;
}

.enterprise-itme .itme-list-img li {
  float: left;
  margin-right: 24px;
  margin-bottom: 20px;
}

.enterprise-itme .itme-list-img li a {
  display: block;
  width: 190px;
  height: 150px;
}

.enterprise-itme .itme-list-img li a img {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.enterprise-itme .itme-list-text {
  padding: 30px 0;
}

.enterprise-itme .itme-list-text .text-list {
  overflow: hidden;
}

.enterprise-itme .itme-list-text .text-list ul {
  width: 1350px;
}

.enterprise-itme .itme-list-text .text-list ul li {
  width: 600px;
  float: left;
  margin-right: 60px;
}

.enterprise-itme .itme-list-box {
  padding: 50px 0 0 30px;
}

.enterprise-itme .itme-list-box .box-itme {
  overflow: hidden;
}

.enterprise-itme .itme-list-box .box-itme ul {
  width: 1350px;
}

.enterprise-itme .itme-list-box .box-itme ul li {
  float: left;
  margin-right: 19px;
  margin-bottom: 20px;
  width: 285px;
  height: 247px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #D8D8D8;
  position: relative;
}

.enterprise-itme .itme-list-box .box-itme ul li a {
  display: block;
}

.enterprise-itme .itme-list-box .box-itme ul li .itme-list {
  padding: 30px 22px 0;
}

.enterprise-itme .itme-list-box .box-itme ul li .itme-list .list-top .top-icon {
  float: left;
  width: 37px;
  height: 37px;
  background: #579AFF;
  border-radius: 6px 0px 0px 6px;
  font-size: 18px;
  line-height: 37px;
  color: #FFFFFF;
  text-align: center;
}

.enterprise-itme .itme-list-box .box-itme ul li .itme-list .list-top .top-title {
  float: left;
  height: 37px;
  background: #EFF5FF;
  border-radius: 0 7px 7px 0;
  font-size: 14px;
  font-weight: 600;
  color: #0066FF;
  line-height: 37px;
  padding: 0 10px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.enterprise-itme .itme-list-box .box-itme ul li .itme-list .list-title {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.enterprise-itme .itme-list-box .box-itme ul li .itme-list .list-line {
  width: 100%;
  height: 1px;
  border: 1px solid #F2F2F2;
  margin: 20px 0 18px;
}

.enterprise-itme .itme-list-box .box-itme ul li .itme-list .list-data {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.enterprise-itme .itme-list-box .box-itme ul li .itme-list .list-data i {
  display: inline-block;
  font-style: normal;
  width: 8px;
  height: 8px;
  background: linear-gradient(90deg, #0066ff 0%, #035ee6 100%, #035de4 100%);
  border-radius: 1px;
  margin-right: 10px;
}

.enterprise-itme .itme-list-box .box-itme ul li:hover {
  box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.05);
  border-color: #ffffff;
}

.enterprise-itme .itme-list-box .box-itme ul li:hover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #0066FF;
  top: 0;
  left: 0;
  border-radius: 6px 6px 0 0;
}

.enterprise-itme .itme-list-box .box-itme ul li:hover .list-top .top-title {
  color: #ffffff;
  background-color: #0066FF;
}

.enterprise-itme .itme-list-box .box-itme ul li:hover .list-title {
  color: #0066FF;
}

.points-list {
  width: 70px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px rgba(227, 227, 227, 0.5);
  border-radius: 35px;
  position: fixed;
  top: 350px;
  right: 50%;
  margin-right: -750px;
  padding: 20px 11px;
}

.points-list ul .points-li {
  padding: 10px 0;
  border-bottom: 1px solid #EFEFEF;
}

.points-list ul .points-li a {
  display: block;
}

.points-list ul .points-li a .points-icon {
  display: block;
  font-size: 22px;
  height: 22px;
  width: 22px;
  color: #C1C1C1;
  line-height: 22px;
  text-align: center;
  margin: 0 auto;
}

.points-list ul .points-li a .points-title {
  margin-top: 6px;
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #999999;
  line-height: 18px;
  text-align: center;
}

.points-list ul .points-active a .points-icon {
  color: #0066ff;
}

.points-list ul .points-active a .points-title {
  color: #0066ff;
}

.points-list .return-btn {
  padding: 10px 0;
}

.points-list .return-btn a {
  display: block;
}

.points-list .return-btn a .points-icon {
  display: block;
  font-size: 22px;
  height: 22px;
  width: 22px;
  color: #C1C1C1;
  line-height: 22px;
  text-align: center;
  margin: 0 auto;
}

.points-list .return-btn a .points-title {
  margin-top: 6px;
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #999999;
  line-height: 18px;
  text-align: center;
}

.points-list .return-btn a:hover .points-icon {
  color: #0066ff;
}

.points-list .return-btn a:hover .points-title {
  color: #0066ff;
}

@media screen and (max-width: 1390px) {
  .points-list {
    margin-right: -47%;
  }
}

.container-banner a {
  display: block;
}

.container-banner img {
  width: auto;
  height: auto;
  max-width: 1300px;
  min-width: 1300px;
}



.jpkc {
  background: rgba(0, 91, 229, 0.05);
  padding: 60px 0;
}

.jpkc .title {
  margin-bottom: 50px;
}

.jpkc ul li {
  float: left;
  margin-right: 20px;
  box-shadow: 2px 2px 10px 3px #E8EDF8;
  border-radius: 4px;
  transition: all .3s;
}

.jpkc ul li:last-child {
  margin-right: 0;
}

.jpkc ul li:hover {
  transform: translateY(-10px);
}

.jpkc ul li:hover a .bottom .t {
  color: #005BE5;
}

.jpkc ul li a img {
  display: block;
  width: 310px;
  height: 175px;
}

.jpkc ul li a .bottom {
  padding: 16px 23px 20px 15px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.jpkc ul li a .bottom .t {
  width: 272px;
  height: 44px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-bottom: 10px;
}

.jpkc ul li a .bottom .writer {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.msmj {
  padding: 60px 0;
}

.msmj .title {
  margin-bottom: 50px;
}

.msmj ul li {
  float: left;
}

.msmj ul li a {
  display: flex;
}

.msmj ul li:first-child {
  margin-right: 106px;
}

.msmj ul li:hover .box .t {
  color: #0C62E6;
}

.msmj ul li img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-right: 20px;
}

.msmj ul li .box .t {
  width: 467px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.msmj ul li .box .r {
  width: 467px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.pxxx {
  background: rgba(0, 91, 229, 0.05);
}

.all {
  padding: 60px 0;
}

.all .title {
  margin-bottom: 50px;
}

.all ul li {
  float: left;
  margin-bottom: 10px;
}

.all ul li:nth-child(2n-1) {
  margin-right: 75px;
}

.all ul li a {
  display: flex;
}

.all ul li:hover .t,
.all ul li:hover .time {
  color: #0B57CA;
}

.all ul li .t {
  width: 475px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-right: 50px;
}

.all ul li .time {
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
}

.cgyy {
  background: rgba(0, 91, 229, 0.05);
  padding: 60px 0;
}

.cgyy .title {
  margin-bottom: 50px;
}

.cgyy ul li {
  float: left;
  margin-right: 20px;
  border-radius: 4px;
  box-shadow: 2px 2px 10px 3px #E8EDF8;
  transition: all .3s;
}

.cgyy ul li:nth-last-child(1) {
  margin-right: 0;
}

.cgyy ul li:hover {
  transform: translateY(-10px);
}

.cgyy ul li:hover .t {
  color: #0B57CA;
}

.cgyy ul li img {
  display: block;
  width: 310px;
  height: 175px;
  border-radius: 4px 4px 0px 0px;
}

.cgyy ul li .t {
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  padding: 16px 10px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.zjzk {
    padding: 60px 0;
}

.expertname .head:after {
    content: "";
    width: 2px;
    height: 22px;
    background-color: #0c5abb;
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
}

.expertname {
    margin-top: 50px;
    background-color: #fff;
}

.expertname .head {
    height: 54px;
    line-height: 54px;
    position: relative;
    padding: 0 14px;
}

.expertname .head-title {
    float: left;
    font-size: 20px;
    color: #0c5abb;
    font-weight: 400;
    line-height: 54px;
    margin-right: 60px;
}

.expertname .head ul {
    float: left;
}

.expertname .head ul li {
    position: relative;
    float: left;
    margin-right: 60px;
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    line-height: 54px;
    cursor: pointer;
}

.expertname .head ul .on {
    color: #0c5abb;
}

.expertname .head ul .on:after {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #0c5abb;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.expertname .head a {
    float: right;
    font-size: 12px;
    line-height: 54px;
    color: #757575;
}

.expertname-list {
    padding: 22px 18px 22px 20px;
    border-top: none;
    width: 100%;
    height: 234px;
    overflow: hidden;
}

.expertname-list .panel {
    width: 1200px;
    overflow: hidden;
}

.expertname-list .panel .panel-box {
    float: left;
    margin-right: 34px;
    overflow: hidden;
}

.expertname-list .panel .panel-box .panel-boxfl {
    float: left;
}

.expertname-list .panel .panel-box .panel-boxfl img {
    width: 140px;
    height: 190px;
}

.expertname-list .panel .panel-box .panel-boxfr {
    float: left;
    width: 120px;
    height: 190px;
    background-color: #F8F9FC;
    padding: 18px 14px 9px;
}

.expertname-list .panel .panel-box .panel-boxfr .panelfr-title1 a {
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}

.expertname-list .panel .panel-box .panel-boxfr .panelfr-title2 {
    margin: 14px 0 22px;
}

.expertname-list .panel .panel-box .panel-boxfr .panelfr-title2 span {
    font-size: 14px;
    line-height: 19px;
    color: #0c5abb;
}

.expertname-list .panel .panel-box .panel-boxfr .panelfr-title3 {
    font-size: 14px;
    line-height: 22px;
    color: #757575;
    overflow: hidden;
}
.expertname-list .panel .panel-box:nth-child(4n){
    margin-right: 0;
}