.banner img {
    width: 100%;
}

.nav {
    height: 60px;
}

.nav .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav .con>a {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1; 
    flex: 1;
    color: #fff;
    position: relative;
    text-align: center;
    line-height: 60px;
	background-color:#A80909;
	
}

.nav .con>a.line::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 8px;
    margin-top: -4px;
    background-color: #ff4646;
}

.nav .con>a.active {
    background-color: #a80909;
}

.nav .con>a:hover {
    background-color: #C81F1F;
}

.news .hot {
    height: 80px;
    background-color: #eeeeee;
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
   /* display: flex;
    -webkit-box-pack: center;*/
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
		margin-top: 2px;
}

.news .hot-l {
    width: 80px;
    height: 100%;
    font-size: 24px;
    font-weight: bold;
    padding: 18px 15px;
}

.news .hot-r {
    width: 1130px;
    padding: 0 40px;
    text-align: center;
}

.news .hot-r .title {
    font-size: 18px;
    margin-bottom: 5px;
	width: 1000px;
}

.news .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: -10px;
}

.news .con .img-wrap {
  /*  width: 400px;
    height: 225px;*/
	  width: 680px;
    height: 425px;
    margin-right: 30px;
}

.news .con .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.news .con .key .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.news .con .key .subtitle {
    color: #666;
    margin-bottom: 30px;
}

.news-list>a {
    display: block;
    margin-bottom: 8px;
}

.news-list>a .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-list>a .item .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
}

.news-list>a .item .title:hover {
    color: #c81f1f;
}

.news-list>a .time {
    color: #999;
}

.mien .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.mien .item {
    width: 235px;
    margin-right: 20px;
}

.mien .item:nth-of-type(4n) {
    margin-right: 0;
}

.mien .item .img-wrap {
    height: 132px;
}

.mien .item .title {
    padding: 30px 0;
    color: #999;
    text-align: center;
}

.learn .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-bottom: -36px;
}

.learn .con .item {
    width: 590px;
}

.learn .con .cate {
    height: 50px;
    background-color: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.learn .con .cate img {
    margin-right: 10px;
}

.learn .con .cate::after {
    border-top-color: #eee;
}

.learn .img-wrap {
    width: 100%;
/*    height: 90px;*/
}

.learn .comment .list-item {
    display: block;
    padding: 0 10px;
}

.learn .comment .line {
    border-bottom: 1px dashed #eee;
    margin: 12px 0;
}

.learn .comment .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 22px;
    margin-bottom: 5px;
}

.learn .comment .title .keyword {
    min-width: 66px;
    text-align: center;
    margin-right: 10px;
}

.learn .comment .title .keyword::after {
    bottom: auto;
    top: 50%;
    left: auto;
    right: -8px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-width: 4px;
    border-color: transparent transparent transparent #c81f1f;
}

.learn .comment .info {
    color: #666;
}

.congrat .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: -5px;
}

.congrat .con .item {
    display: block;
    width: 386px;
    margin-right: 20px;
    border: 1px solid #eee;
    padding: 18px;
    min-height: 190px;
}

.congrat .con .item:nth-of-type(3n) {
    margin-right: 0;
}

.congrat .con .item .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.congrat .con .item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.congrat .con .item .info .img-wrap {
    width: 100px;
    height: 120px;
}

.congrat .con .item .info .desc {
    width: 224px;
}

.congrat .con .item .info .desc .post {
    color: #999;
}

.progress .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.progress .list-header {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.progress .list-footer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: -6px;
    border-top: 1px solid #eee;
	margin-bottom: -32px;
}

.progress .list .item {
    width: 240px;
    margin-right: 40px;
    text-align: center;
}

.progress .list-footer .item {
    margin-top: -7px;
}

.progress .list .item:last-child {
    margin-right: 0;
}

.progress .list .item .info {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 12px;
    text-align: center;
	-moz-box-shadow:0px 0px 8px #333333; -webkit-box-shadow:0px 0px 8px #333333; box-shadow:0px 0px 8px #333333;
}

.progress .list .item .year {
    display: inline-block;
    padding: 0 14px;
    line-height: 18px;
    border: 1px solid #c81f1f;
    border-radius: 9px;
    margin: 10px 0;
}

.honour .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding-bottom: 13px;
}

.honour .con .item {
   /* width: 224px;
    margin-right: 20px;*/
	width: 280px;

margin-right: 10px;

margin-left: 10px;

/*height: 200px;*/
}

.honour .con .item:nth-of-type(5n) {
    margin-right: 0;
}

.honour .con .item .img-wrap {
    /*height: 160px;
    margin-bottom: 10px;*/
}

.honour .con .item .title {
   /* color: #999;*/
    text-align: center;
	padding-top:10px;
}

.honour .con a .item .title:hover {

    color: #c81f1f;

}
.silhouette .swiper-button-next,
.silhouette .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 240px;
    top: 0;
    margin-top: 0;
    background: none;
    background-color: #eeeeee;
}

.silhouette .swiper-button-next:focus,
.silhouette .swiper-button-prev:focus {
    outline: none;
}

.silhouette .swiper-button-next:hover,
.silhouette .swiper-button-prev:hover {
    background-color: #c81f1f;
}

.silhouette .swiper-button-next {
    right: 0;
}

.silhouette .swiper-button-prev {
    left: 0;
}

.silhouette .swiper-button-next span {
    margin-left: 10px;
}

.silhouette .swiper-button-prev span {
    margin-right: 10px;
}

.silhouette .arrow::after {
    border-width: 7px;
    bottom: -7px;
}

.silhouette .swiper-button-next .arrow::after {
    border-color: transparent transparent transparent #c81f1f;
}

.silhouette .swiper-button-prev .arrow::after {
    border-color: transparent #c81f1f transparent transparent;
}

.silhouette .swiper-button-next:hover .arrow::after {
    border-color: transparent transparent transparent #fff;
}

.silhouette .swiper-button-prev:hover .arrow::after {
    border-color: transparent #fff transparent transparent;
}

.silhouette .swiper-container {
    padding: 0 40px;
}

.silhouette .swiper-slide .img-wrap {
    width: 262px;
    height: 180px;
}


.silhouette .swiper-slide .img-wrapdai {
    width: 362px;
    height: 180px;
}



.silhouette .swiper-slide .title {
    padding: 10px 0;
    font-size: 16px;
   /* color: #999;*/
    text-align: center;
}

.partner .img-wrap {
    height: 350px;
}

.media .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: -20px;
}

.media .con .news-list {
    width: 50%;
    padding: 20px 10px 20px 10px;
}

.heart-lang .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.heart-lang .con .item {
    width: 400px;
    height: 222px;
    background: url(../images/heart-bg.png) no-repeat center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 44px 0;
    overflow: hidden;
}

.heart-lang .con .item .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.vedio .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vedio .con .item {
    width: 379px;
    margin-right: 30px;
}

.vedio .con .item:nth-of-type(3n) {
    margin-right: 0;
}

.vedio .con .item .img-wrap {
    height: 213px;
    margin-bottom: 10px;
	width:385px;
}

.vedio .con .item .title {
    font-size: 18px;
	/*padding-top: 20px;*/
text-align: center;
}

.vedio .con .item .info {
    color: #999;
	padding-left:10px;
	padding-right:10px;
	width:350px;
	p
}

.footer {
    height: 70px;
}

.footer .con {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background-color:#A80909;
}