﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
a{
  color: #333333;
}

.clearfix:after {
  clear: both;
}
.dil {
  display: inline-block;
}
/*单行溢出*/
.one-txt-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul,
ol {
  list-style: none;
}
img {vertical-align:top;}
/* 左有浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
/*多行溢出*/
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 媒体查询 */
@media screen and (min-width: 1024px) {
    html {
        font-size: 19.99px;
    }
  }

  @media screen and (min-width: 1100px) {
    html {
        font-size: 21.48px;
    }
  }

  @media screen and (min-width: 1280px) {
    html {
        font-size: 24.97px;
    }
  }

  @media screen and (min-width: 1366px) {
    html {
        font-size: 26.67px;
    }
  }

  @media screen and (min-width: 1440px) {
    html {
        font-size: 28.3px;
    }
  }
  @media screen and (min-width: 1680px) {
    html {
        font-size: 32.81px;
    }
  }

  @media screen and (min-width: 1920px) {
    html {
        font-size: 37.5px;/*.75*/
    }
  }

  @media screen and (min-width: 2048px) {
    html {
        font-size: 37.5px;/*.75*/
    }
  }
  @media screen and (min-width: 2160px) {
    html {
        font-size: 37.5px;
    }
  }

  @media screen and (min-width: 2560px) {
    html {
        font-size: 37.5px;
    }
  }
.all {
  width: 100vw-calc(100vw-100%);
}
  /* 头部 */
.nav {
    width: 100%;
    height: 2.36rem;
    line-height: 2.36rem;
    font-size: 15px;
    color: #333333;
    /* position: relative; */
}
.nav .navImg {
  margin-left: 8.3%;
  margin-right: 5.3%;
  margin-top: .4rem;
  width: 5.62rem;
  height: 1.52rem;
  float: left;
}
.nav .navImg img{
  width:130%;
}
.navUl {
  width: 35.4%;
}
.navUl li {
  margin-right: 11%;
}
.navUl li:hover {
  cursor: pointer;
  color: #A6050D;
}
.nanIpt {
  position: relative;
  width: 15.2%;
}
.nanIpt input{
  width: 100%;
  height: 1.06rem;
  padding-left: .44rem;
  border-radius: 5px;
font-size: 13.5px;
  border: none;
  border: 1px solid #D9D9D9;
  outline: none;
}
.nanIpt::after {
  content: '';
  display: inline-block;
  width: .42rem;
  height: .42rem;
  background: url('./img/nav-s.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 53%;
  right: .28rem;
  transform: translateY(-50%);
}
.nanIpt::after:hover {
  cursor: pointer;
}
.navlogo {
  height: 100%;
  width: 10.6%;
  position: relative;
  margin-left: 3.2%;
}
.down {
  display: none;
}
.down::after {
  content: '';
  display: inline-block;
  width: .6rem;
  height: .6rem;
  background: url(./img/down.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
}
.down>img {
  width: 1.18rem;
  height: 1.18rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.showDown {
  display: none;
  width: 50%;
  height: auto;
  background: #FFFFFF;
  position: absolute;
  top: 80%;
  left: 0;
  z-index: 999999999;
  padding: 0.2rem;
  line-height: 1rem;
  text-align: center;
  font-size: 12px;
  color: #333333;
}
.showDown>div{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav-login {
font-size: 13.5px;
}
.nav-register {
  width: 2rem;
  height: .7rem;
  background: #A6050D;
  border-radius: 25px;
  line-height: .7rem;
  text-align: center;
  color: #FFFFFF;
font-size: 13.5px;
  position: absolute;
  left: 1.28rem;
  top: 50%;
  transform: translateY(-50%);
}
.nav-login,.nav-register:hover {
  cursor: pointer;
}

/* 轮播图 */
.carusel-img {
  width: 100%;
  height: 12.8rem;
  position: relative;
}
.carusel-img .left {
  width: 1rem;
  height: 1rem;
  background: url(./img/left.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: .36rem;
  transform: translateY(-50%);
  z-index: 10000;
}
.carusel-img .right {
  width: 1rem;
  height: 1rem;
  background: url(./img/right.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: .36rem;
  transform: translateY(-50%);
  z-index: 10000;
}
.left,.right:hover {
  cursor: pointer;
}
/* 新闻 */
.news {
  width: 100%;
  height: 4rem;

  margin-top: .94rem;
}
.news ul {
  margin-left: 8.3%;
  width: 83.4%;
  height: auto;
}
.news ul li{
  width: 17%;
  height: auto;
}
.news-top {
  color: #333333;
 font-size: 21px;
  margin-bottom: .76rem;
}
.news-top::before {
  content: '';
  display: inline-block;
  margin-right: .1rem;
  width: .1rem;
  height: .4rem;
  background-color: #A6050D;
}
.news-con {
  color: #333333;
  font-size: 12px;
  position: relative;
  padding-left: 10px;
}
.news-con::before {
  content: '';
  display: inline-block;
  width: .12rem;
  height: .12rem;
  background: #A6050D;
  border-radius: 50%;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mt-15 {
  margin-top: .3rem;
}
.mr-110 {
  margin-right: 10.6%;
}
/* 系列文 */
.bookList {
  width: 100%;
  background: #F2F2F2;
  padding-top: 2rem;
  position: relative;
  padding-bottom: 2rem;
}
.booksOne {
  width: 100%;
  height: auto;
  background: #F2F2F2;
  position: relative;
  margin-bottom: 2.36rem;
}
.book-top {
  width: 100%;
  color: #363636;
  font-weight: 500;
 font-size: 21px;
  text-align: center;
}
.bookLi {
  width: 48%;
  height: .04rem;
  position: absolute;
  top: 1.46rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #C5C5C5;
}
.bookLis {
  width:7%;
  height: .08rem;
  position: absolute;
  top: 1.46rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #A6050D;

}
.imgs {
  width: 83.4%;
  margin-top: 1.8rem;
  margin-left: 8.3%;
}
.img-list {
  height: 13.09rem;
  width: 31.6%;
  background: #FFFFFF;
  position: relative;
  margin-right: 2.6%;
}
.img-list img {
  height: 63.8%;/*9.17*/
  width: 100%;
  position: relative;
}
.shadow {
  width: 100%;
  height: 1.2rem;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  top: 7.1rem;
  left: 0;
  line-height: 1.2rem;
  padding: 0 .5rem;
}
.shadow-con {
  color: #FFFFFF;
  font-size: 10.5px;
}
.shadow-con::before {
  content: '';
  display: inline-block;
  width: .3rem;
  height: .3rem;
  background: url(./img/dh.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}
.shadow-rig::before {
  content: '';
  display: inline-block;
  width: .3rem;
  height: .3rem;
  background: url(./img/ren.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: unset;
}
.text {
  color: #333333;
  font-size: 16.5px;
  padding: .6rem .44rem 0 ;
}
.textc {
  margin-top: .4rem;
  font-size: 12px;
  line-height: .64rem;
}
.show {
  height: 12.4rem;
}
.show-c {
  background: #A6050D;
  text-align: center;
  padding: 1.56rem .76rem 1.36rem .76rem;
  color: #FFFFFF;
  position: relative;
  height: 11.89rem;
}
.show-fs {
  font-size: 16.5px;
}
.shows-fs {
  font-size: 12px;
  margin-top: 1.26rem;
  line-height: .64rem;
}
.show-con {
  width: 4.72rem;
  height: 1.2rem;
  border: 1px solid #FFFFFF;
  border-radius: .76rem;
  line-height: 1.2rem;
  font-size: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.36rem;
}
.show-con:hover {
  cursor: pointer;
}
.red-con {
  height: 13.09rem;
  position: absolute;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: none;
}
.red-con .top {
  width: 100%;
  height: 1.2rem;
  background: rgba(0, 0, 0, .4);
  line-height: 1.2rem;
  padding: 0 .5rem;
}
.red-con .top-con {
  color: #FFFFFF;
  font-size: 10.5px;
}
.red-con .top-con::before {
  content: '';
  display: inline-block;
  width: .3rem;
  height: .3rem;
  background: url(./img/dh.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}
.red-con .top-rig::before {
  content: '';
  display: inline-block;
  width: .3rem;
  height: .3rem;
  background: url(./img/ren.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: unset;
}
.list-one {
  width: 83.4%;
  margin-top: 1.8rem;
  margin-left: 8.3%;
}
.list-img {
  width: 23.5%;
  height: 10.39rem;
  background: #FFFFFF;
  margin-right: 2%;
}
.list-img:hover {
  cursor: pointer;
  box-shadow:5px 5px 16px #888888
}
.list-img img {
  width: 100%;
  height: 6.2rem;/*6.83*/
}
.listimg-one {
  padding: .66rem .42rem .64rem .32rem;
}
.listimgone-one {
  color: #333333;
  font-size: 16.5px;
}
.listimgone-two {
  color: #666666;
  font-size: 12px;
  margin-top: .38rem;
  margin-bottom: .52rem;
}
.listico {
  color: #999999;
  font-size: 10.5px;
}
.listright {
  font-size: 10.5px;
  color: #999999;
}
.listright::before {
  content: '';
  display: inline-block;
  width: .3rem;
  height: .3rem;
  background: url(./img/hren.png) no-repeat;
  background-size: 100% 100%;
  margin-right: .05rem;
}
.imgslis {
  width: 83.4%;
  margin-top: 1.8rem;
  margin-left: 8.3%;
}
.imgslis-one {
  position: relative;
}
.imgslis-one {
  width:45.65%;
  height: 12rem;
  margin-right: 8.7%
}
.imgslis-one img {
  width: 100%;
  height: 100%;
}
.imgslis-one:hover .imgslisbgc{
  display: block;
}
.imgslis-one:hover {
  cursor: pointer;
}
.imgslisbgc {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  text-align: center;
  color: #FFFFFF;
}
.imgslisfs {
  font-size: 12px;
  line-height: .64rem;
  padding: 5.54rem .34rem .64rem .44rem;
}
.imgslisfss {
  font-size: .72rem;
  font-size: 16.5px;
}
/* 选择 */
.college {
  width: 100%;
  height: 9.68rem;
  background-color: #A6050D;
  padding-top: 1.6rem;
  position: relative;
}
.collegeone {
  font-size: 21px;
  color: #FFFFFF;
  margin-left: 8.3%;
}
.collegetwo {
  width: 57.3%;
  color: #FFFFFF;
font-size: 13.5px;
  margin-left: 8.3%;
  margin-top: .74rem;
  line-height: .64rem;
}
.collegethre {
  width: 83.4%;
  height: 6rem;
  position: absolute;
  left: 8.3%;
  top: 5.84rem;
}
.collegethre-one {
  float: left;
  width: 32.2%;
  height: 6rem;
  background: #FFFFFF;
  margin-right: 1.7%;
  padding-top: .62rem;
  padding-left: .7rem;
  border: 1px solid #E1E1E1;
}
.co-one {
  margin-bottom: .72rem;
}
.co-one img{
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
}
.co-tex {
  display: inline-block;
  color: #333333;
  font-size: 16.5px;
}
.co-lis {
  color: #999999;
  font-size: 12px;
  margin-bottom: .4rem;
}
.co-lis::before {
  content: '';
  display: inline-block;
  width: .08rem;
  height: .08rem;
  background: #999999;
  border-radius: 50%;
  margin-right: .26rem;

}
/* 底部 */
.foot {
  height: 6.96rem;
  width: 100%;
  background: #272727;
  margin-top: 3.94rem;
  padding-top: 1.16rem;
  padding-left: 8.3%;
}
.foot .footImg {
  width: 5.62rem;
  height: 1.5rem;
  margin-right: 5%;
  float: left;
}
.foot .footImg img {
  width:130%;
}
.foottex {
  margin-top: .36rem;
  color: #FFFFFF;
  float: left;
  margin-right: 1.2%;
}
.foottex-one {
  color: #D5D5D5;
  font-size: 15px;
  margin-bottom: .68rem;
}
.fonnttex-two {
  color: #B6B6B6;
  font-size: 12px;
  margin-bottom: .38rem;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}