*{
  margin:0;
  padding:0;
  list-style:none;
  -moz-box-sizing: border-box;  /*Firefox3.5+*/
  -webkit-box-sizing: border-box; /*Safari3.2+*/
  -o-box-sizing: border-box; /*Opera9.6*/
  -ms-box-sizing: border-box; /*IE8*/
  box-sizing: border-box;
}
*:after{
  clear:both;
}
html{
  -webkit-text-size-adjust:none;
  -moz-text-size-adjust:none;
  -o-text-size-adjust:none;
  -ms-text-size-adjust:none;
  text-size-adjust:none;
}
body{
  font:normal 14px/20px Helvetica;
  width:100%;
  overflow-x: hidden;
}

img{
  border:0;
}
a{
  text-decoration:none;
  color:#333;
}
a:hover{
  text-decoration:none;
}
ul,li{
  padding:0px;
  margin: 0px;
}
.clear{
  clear:both;
}

@media(max-width:720px){
  body{
    font-size:12px;
  }
}
@media(max-width:1440px){
  body,header,.main{
    width:100%;
    overflow-x:hidden;
  }
}
@media(max-width:1280px){
  body{
    font-size:14px;
  }
}

body{
  width:100%;
}

/*header*/
header{
  padding-bottom:20px;
  background: #6e3a5e;
}
.header-top{
  width: 140px;
  float: right;
  height: 32px;
  line-height: 32px;
  background: #230625;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}
.header-top a{
  color: #fff;
}
.search-input{
  margin-top:30px;
  height:34px;
  padding-top:5px;
  text-align: right;
}
.search-input input[type="text"]{
  width:200px;
  height:32px;
  border:0px;
  background-color: rgba(255,255,255,0.8);
}
.search-input input[type="submit"]{
  width:70px;
  height:32px;
  line-height:32px;
  text-align: center;
  background: #220726;
  color: #fff;
  border: 0px;
}
@media(max-width:1200px){
  .search-input input[type="text"]{
    width:150px;
    height:26px;
  }
  .search-input input[type="submit"]{
    height: 26px;
    line-height: 26px;
  }
}
@media(max-width:768px){
  .search-input{
    margin-top: 10px;
  }
  .search-input input[type="text"]{
    width:150px;
    height:26px;
  }
  .search-input input[type="submit"]{
    height: 26px;
    line-height: 26px;
  }
}
@media(max-width:414px){
  .header-top{
    padding-left: 10px;
    padding-right: 10px;
    width: 120px;
  }
}
@media(min-width:1600px){
  header>.container,.menu>.container,.main>.container,.footer>.container,.jzxx>.container{
    width:1600px;
  }
}
@media(min-width:1440px) and (max-width:1599px){
  header>.container,.menu>.container,.main>.container,.footer>.container,.jzxx>.container{
    width:1400px;
  }
}
@media(max-width:1439px){
  header>.container,.menu>.container,.main>.container,.footer>.container,.jzxx>.container,.banner .container{
    width:100%;
  }
}

/*menu*/
.menu{
  background:url(../images/menu-bg.jpg) repeat-x;
  width:100%;
  height:64px;
  line-height:64px;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu{
  z-index:9999999;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
}
#cssmenu > ul > li {
  float: left;
  background: url(../images/line0.jpg) no-repeat right;
  height: 60px;
}
#cssmenu > ul > li:last-child {
  background: none;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 22px 34px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #c5cea3;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-weight:bold;
}
#cssmenu > ul > li:last-child > a {
  background:none;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color:#f5f851;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:999;
  filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00baff,endcolorstr=#0151bc,gradientType=0);
  -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00baff,endcolorstr=#0151bc,gradientType=0);/*IE8*/ 
  background:#6e3a5e; /* 一些不支持背景渐变的浏览器 */  
  /*background:-moz-linear-gradient(top, #00baff, rgba(1, 81, 188, 0.8));  
  background:-webkit-gradient(linear, 0 0, 0 bottom, from(#00baff), to(rgba(1, 81, 188, 0.8)));  
  background:-o-linear-gradient(top, #00baff, rgba(1, 81, 188, 0.8)); */
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
  
}
#cssmenu ul li:hover > ul > li {
}
#cssmenu ul ul li a {
  padding: 10px;
  width: 130px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-align:center;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  line-height: 1.3em;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
  background:#123877;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fff;
}
@media(min-width:1600px){
   #cssmenu > ul > li > a {
      padding: 22px 56px;
  }
  #cssmenu ul ul li a {
    width:176px;
  }
}
@media(max-width:1024px){
  #cssmenu > ul > li > a {
    padding: 0px 8px;
  }
  #cssmenu ul ul li a {
    text-align:left;
    padding-left:15px;
    width:145px;
  }
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 801px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 801px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 801px), only screen and (min-device-pixel-ratio: 2) and (max-width: 801px), only screen and (min-resolution: 192dpi) and (max-width: 801px), only screen and (min-resolution: 2dppx) and (max-width: 801px) {
  .menu{
  height:32px;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  background:#fff;
  z-index:9999;
  }
   #cssmenu>ul {
  padding-bottom:20px;
  border:1px solid #e3e3e3;
   }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu > ul > li > a {
  color:#123877;
  line-height:32px;
  padding-left:15px;
  }
  #cssmenu>ul>li>ul{
    display: none;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 8px 20px 8px 30px;
    font-size: 14px;
    color: #000;
    background: none;
  text-align:left;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  background:#fff;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 15px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 8px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}

/*banner*/
.banner{
  width: 100%;
  margin-top: -5px;
}
.js-silder{
  position: relative; 
  min-width: 320px;
  width:100%;
}
.silder-scroll{
  width: 100%;
  overflow: hidden;
}
.silder-main{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.silder-main-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.silder-main-img img{
  width: 100%;
}
.silder-main-title{
  position: absolute;
  z-index: 9999;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(110,58,94,0.75);
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow:hidden;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.silder-main-title a{
  color: #fff;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .silder-main-title{
    background: #061f3e;
    filter:Alpha(opacity=75);
    position:static;
    *zoom:1;
  }
  .silder-main-title a{
    position: relative;
  }  
}
.js-silder-ctrl{
  width: 100%;
  text-align: center;
  float:left;
}
.silder-ctrl-prev,
.silder-ctrl-next{
  position: absolute;
  top: 0;
  width: 8%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  font-size: 52px;
  font-weight: 100;
  text-shadow: #666 2px 2px 5px;
  opacity: 0.5;
}
.silder-ctrl-prev:hover,
.silder-ctrl-next:hover{
  opacity: 1;
}
.silder-ctrl-prev{
  left: 10px;
  text-align: left;
}
.silder-ctrl-next{
  right: 10px;
  text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.silder-ctrl-prev>span{
  left: 0;
}
.silder-ctrl-next>span{
  right: 0;
}
.silder-ctrl-con{
  display: none;
  width: 4%;
  padding: 10px 0;
  margin: 0 10px;
  cursor: pointer;
}
.silder-ctrl-con>span{
  display: block;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 5px 0;
  cursor: pointer;
  background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
  background-color: #9f7191;
}
.banner-line{
  position: relative;
  z-index: 9;
  top: -7px;
}
.banner-line,.banner-line img{
  width: 100%;
}
@media(max-width:1024px){
  .silder-main-title{
    font-size:14px;
  }
  .news .news-date i{
    display: none;
  }
}

/*main*/
.main{
  margin-top: 30px;
}
.lm{
  border-bottom: 2px solid #abb6a6;
  height: 36px;
  line-height: 36px;
}
.lm-title{
  float:left;
  width:146px;
  height:36px;
  color:#723a61;
  padding-left:10px;
  font-size:22px;
  line-height:36px;
  letter-spacing: 1px;
  border-bottom: 2px solid #723a61;
}

.more{
  float: right;
  line-height: 34px;
}
.more a{
  color: #B8B8B8;
  font-size: 14px;
}
.more a i{
  color:#f7974b;
}
.news{
  padding-left: 0px;
}
/*新闻中心*/
.news-first{
  padding-left: 0px;
  padding-right:0px;
  padding-top: 20px;
}
.news-img img{
  width: 100%;
}
.news-main{
  border: 1px solid #e6e6e6;
  padding:15px;
}
.news-first .news-title{
  width: 100%;
  color: #930e3b;
  text-align:justify;
  height:38px;
}
.news-first .news-title a{
  font-size: 16px;
  color: #930e3b;
}
.news-first .news-con{
  text-align: justify;
  line-height: 150%;
  font-size: 14px;
  margin-top: 10px;
  color: #afafaf;
}
.read-more{
  width: 80px;
  float: right;
  border: 1px solid #bd3154;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-top: 10px;
}
.read-more a{
  color: #bd3154;
}
.news-list{
  padding-top: 20px;
  padding-right: 0px;
}

.news-list .news-title,.cpc-list .news-title,.xstd-list .news-title,.wdxz-list .news-title,.rcpy-list .news-title{
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow:hidden;
  color: #5a5a5a;
  line-height:45px;
  padding-left: 0px;
  border-bottom:1px solid #e3e3e3;
}
.news-list .news-date,.cpc-list .news-date,.rcpy-list .news-date,.wdxz-list .news-date,.xstd-list .news-date{
  line-height: 45px;
  padding-right: 0px;
  padding-left:0px;
  text-align:right;
  border-bottom:1px solid #e3e3e3;
  color:#adb3a7;
}
.news-list .news-title a,.cpc-list .news-title a,.xstd-list .news-title a,.wdxz-list .news-title a,.rcpy-list .news-title a{
  font-size: 14px;
  color: #5a5a5a;
}
@media(min-width:1600px){
  .news-list .news-title,.cpc-list .news-title,.xstd-list .news-title,.wdxz-list .news-title,.rcpy-list .news-title{
    width:82%;
  }
  .news-list .news-date,.cpc-list .news-date,.rcpy-list .news-date,.wdxz-list .news-date,.xstd-list .news-date{
    width:18%;
  }
  .news-list .news-date,.news-list .news-title{
    line-height: 55px;
  }
}
@media(max-width:414px){
  .cpc-list .news-title,.xstd-list .news-title,.wdxz-list .news-title,.rcpy-list .news-title{
    width:80%;
  }
  .cpc-list .news-date,.rcpy-list .news-date,.wdxz-list .news-date,.xstd-list .news-date{
    width:20%;
  }
  .news-list .news-title{
    width: 75%;
  }
  .news-list .news-date{
    width: 25%;
  }
}
/*通知公告和招生招聘*/
.notice-recruit{
  padding-right:0px;
}
.notice-recruit .hd li{
  float:left;
  width:146px;
  height:36px;
  color:#989898;
  padding-left:10px;
  font-size:22px;
  line-height:36px;
  letter-spacing: 1px;
  margin-left:5px;
}
.bt-fgx{
  float:left;
  height:22px;
  line-height:36px;
  margin-left:5px;
  margin-right:5px;
}
.notice-recruit .hd li:first-child{
  margin-left: 0px;
}
.notice-recruit .hd li:hover,.notice-recruit .hd li.on{
  border-bottom:2px solid #723a61;
  color:#723a61;
}
.notice-recruit .bd{
  width: 100%;
  padding-top: 20px;
}
.notice-date{
  background:#6e3a5e;
  color:#fff;
  padding:3px 10px;
  text-align:center;
}
.notice-title{
  padding-left:5px;
  padding-right:0px;
  padding-bottom: 0px;
}
.day{
  font-size:22px;
  font-weight:bold;
  line-height:30px;
}
.month{
  font-size:16px;
  line-height:24px;
}
.notice-fgx{
  width:100%;
  height:1px;
  background:#fff;
}
.notice-con{
  width: 100%;
  border:1px solid #dbdbdb;
  padding: 8px 15px;
  margin-bottom:15px;
}
.notice-lm{
  color:#723a61;
  font-weight:bold;
}
.notice-bt{
  width: 100%;
  color:#5a5a5a;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow:hidden;
  line-height: 24px;
}
.notice-list .row:last-child .notice-title{
  margin-bottom: 0px;
}
@media(min-width:1600px){
  .notice-date{
    width:12%;
  }
  .notice-title{
    width:100%;
  }
  .notice-con{
    padding:10px 15px;
  }
  .notice-date{
    padding:5px 10px;
  }
  .day{
    line-height:36px;
  }
  .month{
    line-height:30px;
  }
  .notice-bt{
    line-height:36px;
  }
}
/*讲座信息*/
.jzxx{
  width:100%;
  margin-top:30px;
  background:url("../images/jzxx-bg.jpg") no-repeat;
  width:100%;
  height:335px;
  padding:20px 0px;
}
.jzxx-top{
  width:100%;
  text-align:center;
}
.jzxx-title{
  width:146px;
  height:36px;
  color:#723a61;
  padding-left:10px;
  font-size:22px;
  line-height:36px;
  letter-spacing: 1px;
  border-bottom: 2px solid #723a61;
  position:absolute;
  left:50%;
  margin-left:-73px;
}
.jzxx-top .more{
  position:absolute;
  left:50%;
  margin-left:100px;
}
.jzxx-yy img{
  width:100%;
}
.jzxx-main{
  width:100%;
  height:190px;
  margin-top: 40px;
  position:relative;
}
.jzxx-main .prev,.jzxx-main .next{
  width:51px;
  height:45px;
  position:absolute;
  top:110px;
  left:-15px;
  z-index:100;
  cursor:pointer;
  background:url(../images/btns.png) no-repeat;
}
.jzxx-main .next{
  left:auto;
  right:-15px;
  background-position:0 -90px;
}
.jzxx-main .prev:hover{
  background-position:0 -45px;
}
.jzxx-main .next:hover{
  background-position:0 -135px;
}
.jzxx-main .scrollWrap{
  width:100%;
  padding-top:15px;
  overflow:hidden;
  position:absolute;
  padding-left:15px;
  padding-right:15px;
  height:220px;
}
.jzxx-main .jzxx-list{
  width: 100%;
}
.jzxx-main dl{
  float:left;
  width:33.3%;
  text-align:left;
  position:relative;
}
.jzxx-con{
  padding:15px;
}
.jzxx-con2{
  width: 100%;
  background: #fff;
  padding:15px;
}
.jz-title{
  height: 64px;
  overflow: hidden;
}
.jz-title a{
  color: #6c3a5f;
  line-height: 32px;
}
.jzxx-info div{
  line-height: 32px;
}
@media(max-width:768px){
  .jzxx-main dl{
    width: 100%;
  }
}


/*党建思政*/
.cpc{
  padding-left:0px;
  padding-top:30px;
}
.cpc .lm-title{
  color:#f13b2e;
  border-bottom:2px solid #f13b2e;
}
.fa-cpc{
  background:url("../images/fa-cpc.jpg") no-repeat;
  height:25px;
  width:25px;
}
.cpc-con{
  padding-top:20px;
}
.cpc-img{
  padding-left:0px;
  padding-right:0px;
}
.cpc-img img{
  width:100%;
}
.cpc-list{
  padding-right:0px;
}
.cpc-list .news-title,.cpc .news-date{
  line-height:47.5px;
}
.cpc-list .news-title i{
  font-size:16px;
  color:#aab6a2;
}
@media(min-width:1200px){
  .cpc-img img{
    height:285px;
  }
}

/*科研动态*/
.kydt{
  padding-top:30px;
  padding-right:0px;
}
.kydt-img{
  padding-left: 0px;
  padding-right: 0px;
}
.kydt-img img{
  width: 100%;
  border: 1px solid #E2E2E2;
  height:86px;
}
.kydt-right{
  padding-right: 0px;
}
.kydt-list .row{
  padding-top: 19px;
}
.kydt-list .row:first-child{
  padding-top: 0px;
}
.kydt-title{
  padding-left:5px;
  padding-right:0px;
  margin-bottom: 15px;
}
.kydt-con{
  width: 100%;
  border:1px solid #dbdbdb;
  padding: 10px 15px;
  height:86px;
}
.kydt-con>a{
  display:block;
  height:36px;
}
.kydt-con .read-more{
  margin-top:3px;
}
@media(min-width:1200px){
  .kydt-img{
    width:20%;
  }
  .kydt-title{
    width:80%;
  }
}
@media(max-width:768px){
  .kydt-img img,.kydt-con{
    height: 96px;
  }
  .kydt-con .read-more{
    margin-top:10px;
  }
}
/*学生天地、文档下载、人才培养*/
.rcpy{
  padding-left:0px;
}
.xstd{
  padding-right:0px;
}
.wdxz,.rcpy,.xstd{
  margin-top:30px;
}
.wdxz-list .news-title i,.xstd-list .news-title i,.rcpy-list .news-title i{
  font-size:16px;
  color:#aab6a2;
}


/*footer*/
.footer{
  margin-top:60px;
  padding:30px 0px;
  background:#6e3a5e;
}
.links{
  padding-left:0px;
}
.partner{
  padding-right:0px;
}
.footer-title{
  color:#f9bc00;
  font-size:18px;
}
.link-ul,.partner-ul{
  margin-top:20px;
}
.link-ul li,.partner-ul li{
  width:30%;
  float:left;
  line-height:28px;
}
.link-ul li a{
  color:#fff;
}
.partner-ul li{
  padding-bottom:15px;
  padding-right:15px;
}
.partner-ul li img{
  width:100%;
}
.copyright{
  width:100%;
  background:#4a233b;
  text-align:center;
  padding:15px;
  color:#fff;
  line-height:24px;
}

@media(max-width:768px){
  .news-list,.cpc-list{
    padding-left: 0px;
    padding-top: 15px;
  }
  .news,.cpc,.rcpy,.links{
    padding-left: 15px;
  }
  .notice-recruit,.xstd,.kydt{
    padding-right: 15px;
  }
  .notice-recruit{
    margin-top: 30px;
  }
  .link-ul li,.partner-ul li{
    width:33.3%;
  }
}
@media(max-width:414px){
  .link-ul li,.partner-ul li{
    width:50%;
  }
}

.dice-menu {
    padding: 0;
    display: block;
    position: fixed;
    top: 25%;
    right: 0;
  z-index: 99999;
}
.dice-menu li {
    display: block;
    border-width: 0;
    padding: 15px;
    overflow: hidden;
    background-color: #6e3a5e;
    color: #fff;
    opacity: 1;
    cursor: pointer;
  text-align: center;
  width: 100px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.dice-menu li img{
  width: 100%;
}
.dice-menu li:first-child {
    /* opacity: .8; */
}
.menu-img{
  margin-top: 10px;
}
/*回到顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(54, 54, 54, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}