:root{
  --main-bg-color: #ff7675;
}
*,
*::after,
*::before{
  box-sizing: border-box;
}
html{
  font-size: .625em;
  font-size: calc(1em * .625);
  /*background: #f4f4f4;*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body{ margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  font: normal 300 1.4em / 1.2 'Open-sans', helvetica, sans-serif;
  color: #111;
 background: url( "../img/book_bg.png") repeat-y ;
}
a{
  text-decoration: none;
  color: #111;
  cursor: pointer;
}
ol,
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

b,
strong{
  font-weight: 600;
}
hr{
  background: #111;
  box-shadow: none;0
  border: none;
  height: 1px;
  width: 100%;
  margin: 10px 0;
}
::selection{
  background: var(--main-bg-color);
  color: #fff;
}
::-moz-selection{
  background: var(--main-bg-color);
  color: #fff;
}
.head{ position:relative; height:100px;background: url( "../img/red-nav.png") repeat-x; width:1220px; margin: 0 auto;border-top-left-radius: 14px; border-top-right-radius: 14px; text-align: center; line-height: 100px; margin-top: 30px;}
.head span{    font-size: 24px;font-weight: bolder;  color: #6f4d17;}
.head img{position: absolute;left: 20px; top:20px;}
.imghead{ width:100%; height:auto;}
/*  图片轮播*/
.flatd{margin: 0 auto; width: 660px;padding-top: 125px;}


.vedio-row{  margin-top: 20px;}
.vedio-left{ width:45%; float:left;}
.vedio-right{ width:55%; float:right;}
.content{ max-width:1220px; margin:0 auto; background: url( "../img/red-2.jpg");  }
.vedio-left video { width: 100%;}
.vedio-right li{ float:left; width:200px; margin-left:23px; margin-bottom:10px; }
.vedio-right video{ width: 200px; height: 113px;}
.default{   clear: both; }
.default ul{width:912px; margin: 0 auto;}
.default li{width: 152px;height: 152px; float: left;position: relative;text-align: center;}
.default li a{    display: inline-block;  text-align: center;  text-decoration: none;}
.default li a img{    width: 90px; height: 125px;margin-top: 11px;}
/*.default li:nth-child(5){ margin-right:0;}*/
/*.default li:nth-child(10){ margin-right:0;}*/
.default video{ width: 230px; height: 130px;}
.pager{ clear: both; margin: 0 auto; width: 420px;}
.page{ list-style: none;}
.page>li{ float: left; padding: 5px 10px; cursor: pointer;}
.page .pageItem{ border: solid thin #DDDDDD; margin: 5px; background-color: #fff;}
.page .pageItemActive{ border: solid thin #0099FF; margin: 5px; background-color: #0099FF;color:white;}
.page .pageItem:hover{ border: solid thin #0099FF; background-color: #0099FF;color:white;}
.page .pageItemDisable{ border: solid thin #DDDDDD;margin: 5px; background-color: #DDDDDD;}
.container{
  width: 100%;
  margin: 0 auto;
  position:relative;
}
.wrapper{
padding-bottom:40px;
}
.card{
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s ease-in-out;
  position:relative;
}
.jiang{ position:absolute; right:0; top:0; width:30px; height:40px; background-size:100%;}
.card__picture,.htmlvid{
  display: block;
  width: 100%;
  height: auto;

}
.card-infos{ display: none;
  padding: 5px;
  background: #fff;
 /*border-bottom-left-radius: 6px;*/
 /* border-bottom-right-radius: 6px; position:absolute; */
/*    position: absolute;*/
    min-height: 37px;
    width: 100%;
  bottom:0;
/*  background:rgba(0,0,0,0.7);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;*/
}
.card__title{
  font-family: 'Hind';
  font-size: 0.8rem;
  line-height: 0.4;
  margin: 0;
}
.card__title span{ float:right; color:#fff;}
.card__text{
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
  color: #fff;
  text-align:center;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.card__text--high{
  font-weight: 600;
}

.header{
  background: var(--main-bg-color);
  height: 160px;
  display: flex;
}
.header__title{
  margin: auto;
  font-weight: 300;
  font-size: 3.2rem;
  color: #fff;
}
.header__title--high{
  font-weight: 600;
}
.sortable{ background-color: #fff;}
.sortable__nav{
  display: flex;
  justify-content: center;
  line-height:36px;
  flex-wrap: wrap;

}
.sortable__nav li{
    float:left;
    margin: 0 5px;
}
.navlink{
  padding: 0 15px 0;
  color: #1956A7;
  font-size: 1.0rem;
  font-weight: 300;
  display: block;
  font-size:16px;
 border: 1px solid #DDDDDD;
border-radius: 20px;
}
.navlink.on{
   border: 2px solid #DDDDDD;
   font-weight: bold;
}

.footer__list.list{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list__item.item{
  display: flex;
}
.item__link.link{
  margin: 0;
}
.item__link.link:not(:first-child){
  margin-left: 20px;
}
.link__icon{
  height: 2rem;
  width: 2rem;
}
 @-webkit-keyframes hue {
              from {
                -webkit-filter: hue-rotate(0deg);
              }

              to {
                -webkit-filter: hue-rotate(-360deg);
              }
            }
.logo{ }
            .title{
                color: #f35626;
                /*font-size: 6rem;*/
                background-image:-webkit-linear-gradient(92deg,#f35626,#feab3a);
                -webkit-animation: hue 10s infinite linear;
                -webkit-text-fill-color: transparent;
                -webkit-background-clip:text;
				text-align:center; color:#FFF;
				font-size:36px;
            }
.tog_nav{
	
	float: left;
    margin-left: 40px;
    color: #fff;
    font-size: 40px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
	}
.subnav li{ float:left;}
.tog_menu{
	display: block;
  display: flex;
  justify-content: center;

  height:47px;
  background-color:#1956A7;
  line-height:40px;
	}

@media (max-width: 980px) {

    .default ul{width:770px; margin: 0 auto;}
    .head{ width: 100%; }
	.sortable__nav li{ float:left;}
}
@media (max-width: 780px) {

    .default ul{width:620px; margin: 0 auto;}
    .head{ width: 100%; }
	.sortable__nav li{ float:left;}
}
@media (max-width: 650px) {
    .head img{ top:10px;}
    .head{ line-height:130px;}
    .default ul{width:620px; margin: 0 auto;}
}
@media (max-width: 480px) {
    .content{width: 100%;}
.default ul{width:310px; margin: 0 auto;}
}


