/* common */
html, body, p, ul, li, ol {
	margin: 0px;
	padding: 0px;
}
ol, ul, li {
	list-style: none;
}
input {
	border: none;
	outline: none;
}
a {
	text-decoration: none;
	color: #000;
}
.hide, .hidden {
	display: none !important;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix::before, .clearfix::after {
	display: table;
	content: " ";
	clear: both;
}
.clearfix {
	zoom: 1;
}
.cb {
	clear: both
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.w20 {
	width: 20%;
}
/* margin */
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.p33 {
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	float: left;
}
.p33:nth-of-type(3n) {
	margin-right: 0px;
}
.w1280 {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
 div::-webkit-scrollbar {
 width: 6px;
}
 div::-webkit-scrollbar-thumb {
 border-radius: 3px;
 background-color: #EDEEEE;
}
 div::-webkit-scrollbar-track {
 border-radius: 3px;
 background-color: #FCFCFD;
}
.squ {
	height: 0;
	padding-bottom: 100%;
}
.rectangle-long, .rectangle_long {
	height: 0;
	padding-bottom: 61.8%;
}
.rectangle-narrow, .rectangle_narrow {
	height: 0;
	padding-bottom: 161.8%;
}
.rectangle-a4, .rectangle_a4 {
	height: 0;
	padding-bottom: 141.4%;
}
.rectangle {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.cicle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
/* main ------------------------------------------------------------------------------------------------- */
/* top */
.top-wapper {
	width: 100%;
	background-color: #444444;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.top {
	width: 1280px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
	font-size: 14px;
}
.top .link-box-l {
	height: 40px;
    flex-wrap: nowrap;
    right: 59%;
    position: absolute;
}
.top .link-box-l a {
	height: 40px;
    line-height: 40px;
    color: #FFF;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0px 0px 0px 18px;
    opacity: 0.7;
    transition: opacity .2s ease-in-out;
}
.top .link-box-l a:hover {
	opacity: 1;
}
.top .link-box-r {
	position: absolute;
    height: 40px;
    top: 0px;
    left: 59%;
}
.top .link-box-r a {
	height: 40px;
	line-height: 40px;
	color: #FFF;
	opacity: 0.7;
	margin-left: 10px;
	transition: opacity .2s ease-in-out;
}
.top .link-box-r a:hover {
	opacity: 1;
}
.top .input-box {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -120px;
    width: 240px;
    height: 30px;
    border-radius: 15px;
    background-color: #606060;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top .input-box input {
	width: 100%;
	height: 20px;
	border-right: 1px solid #AFAAAA;
	background-color: #606060;
	color: #FFF;
	margin-left: 15px;
	box-sizing: border-box;
}
.top .input-box .icon {
	margin-left: 10px;
	cursor: pointer;
	margin-right: 15px;
}
/* nav */
.nav-wapper {
	width: 100%;
	height: 90px;
	background-color: #9B0D14;
}
.nav {
	width: 1280px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}
.nav a.icon {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -150px;
}
.nav .link-box {
	position: absolute;
	top: 0px;
}
.nav .link-box a {
	padding: 0px 25px;
	height: 90px;
	line-height: 90px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	transition: color .2s ease-in-out;
}
.nav .link-box a:hover {
	color: #FFF;
}
/* /nav */

/* swiper */
.swiper-box {
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
}

.swiper-box a.swiper-slide{
	width:1280px;
}

.swiper-box img {
	display: block;
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.swiper-box .ctrl-box {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 3;
}
.swiper-box .ctrl-box .ctrl {
	width: 1280px;
	height: 30px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.swiper-box .ctrl-box .ctrl .item {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #CCCBBF;
	margin-left: 5px;
	transition: all .2s ease-in-out;
}
.swiper-box .ctrl-box .ctrl .item:first-child {
	margin-left: auto;
}
.swiper-box .ctrl-box .ctrl .item:hover, .swiper-box .ctrl-box .ctrl .item.hover {
	width: 30px;
	background-color: #F9BB00;
}
.swiper-box .prev-btn, .swiper-box .next-btn {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-color: rgba(0, 0, 0, 0.3);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 33;
	cursor: pointer;
}

.swiper-box .prev-btn:hover,.swiper-box .next-btn:hover{
	background-color: orangered;
}

.swiper-box .prev-btn {
	left:calc( ( 100% - 1280px ) / 2 + 5px);
	background-image: url(/images/swiper-arrow-left.svg)
}
.swiper-box .next-btn {
	right:calc( ( 100% - 1280px ) / 2 + 5px);
	background-image: url(/images/swiper-arrow-right.svg)
}

.swiper-box .mask-l,.swiper-box .mask-r{
	width:calc( ( 100% - 1280px ) / 2 );
	height:465px;
	background-color: rgba(255,255,255,0.7);
	top:0px;
	position: absolute;
	z-index: 33;
}

.swiper-box .mask-l{
	left:0px;
}

.swiper-box .mask-r{
	width:calc( ( 100% - 1280px ) / 2 + 1px);
	right:0px;
}
/* swiper */
/* title */
.title-box {
	line-height: 40px;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}
.title-box .red {
	display: inline-block;
	color: #C91111;
	border-bottom: 2px solid #C91111;
}
.title-box .more {
	margin-left: auto;
	color: #737373;
	font-size: 13px;
}
.title-box .dot {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #666666;
	margin: 0px 10px;
}
/* titlep */
.titlep {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #F5F5F5;
	color: #000;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	transition: all .2s ease-in-out;
}
.page-more {
	display: block;
	width: 138px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	text-align: center;
	border: 1px solid #A6A6A4;
	color: #A6A6A4;
	font-size: 15px;
	margin: 20px auto 0px auto;
}
/* k1 */
.school-news {
	height: 267px;
	overflow: hidden;
	position: relative;
}
.school-news img {
	width: 100%;
	height: 267px;
	object-fit: cover;
}
.school-news .ctrl-box {
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 33;
}
.school-news .ctrl-box a {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #FFF;
	color: #000;
	margin-right: 5px;
	transition: all .2s ease-in-out;
}
.school-news .ctrl-box a:first-of-type {
	margin-left: auto;
}
.school-news .ctrl-box a.hover, .school-news .ctrl-box a:hover {
	background-color: #C91111;
	color: #FFF;
}
.news-list {
	width: 100%;
	max-height: 308px;
	overflow: auto;
}
.news-list a.news {
	width: 95%;
	display: block;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	border-left: 3px solid #C91111;
	margin-bottom: 20px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color .2s ease-in-out;
	font-weight: bold;
}
.news-list a.news:hover {
	color: #C91111;
}
/* notice */
.notices {
	max-height: 293px;
	overflow: auto;
}
.notices a.notice {
	height: 42px;
	display: flex;
	align-items: center;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #cccccc;
	float: none;
	box-sizing: content-box;
}
.notices a.notice:last-of-type {
	margin-bottom: 0px;
}
.notices a.notice .date-box {
	border: 1px solid #AAAAAA;
	height: 46px;
	width: 60px;
	font-family: 'KaiTi';
	margin-right: 15px;
	float: none;
}
.notices a.notice .date-box .xq {
	background-color: #C91111;
	color: #FFF;
	font-size: 18px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	transition: all .2s ease-in-out;
}
.notices a.notice .date-box .date {
	background-color: #FFF;
	color: #C91111;
	font-size: 13px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	transition: all .2s ease-in-out;
}
.notices a.notice .info-box {
	width: calc(100% - 75px);
	float: none;
	box-sizing: content-box;
	margin-bottom: 1px;
}
.notices a.notice .info-box .title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	transition: color .2s ease-in-out;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	width: 100%;
	box-sizing: content-box;
}
.notices a.notice .info-box .other {
	color: #8D8D8D;
	font-size: 12px;
	margin-top: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 320px;
}
.notices a.notice:hover .date-box .xq {
	background-color: #FFF;
	color: #C91111;
}
.notices a.notice:hover .date-box .date {
	background-color: #C91111;
	color: #FFF;
}
.notices a.notice:hover .info-box .title {
	color: #C91111;
}
/* k2 */
.k2-wapper {
	width: 100%;
	min-height: 465px;
	background-image: url(/css/images/school.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255, 255, 255, 0.3);
}
.k2-mask {
	width: 100%;
	min-height: 480px;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: inset 0px 20px 20px -20px rgba(0, 0, 0, 0.7);
}

.k2 {
	width: 1280px;
	margin: 0 auto;
}
.k2-title-box {
	width: 100%;
	height: 72px;
	line-height: 72px;
	position: relative;
	color: #2F3133;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	font-size: 24px;
	text-align: center;
}
.k2-title-box .tab0 {
	position: absolute;
	bottom: 0px;
	width: 300px;
	margin-left: -150px;
	height: 3px;
	left: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.k2-title-box .tab1 {
	position: absolute;
	bottom: 0px;
	width: 100px;
	margin-left: -50px;
	height: 3px;
	left: 50%;
	background-color: #C91111;
	z-index: 2;
}
.k2-list {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.k2-list a .img-box {
	height: 270px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.k2-list a .img-box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all .2s ease-in-out;
}
.k2-list a .img-box .play-icon {
	width: 40px;
	height: 40px;
	background-image: url(/images/play-icon.png);
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.k2-list a:hover .titlep {
	color: #C91111;
}
.k2-list a:hover .img-box img {
	transform: scale(1.2);
}
/* k3 */
.k3-list {
	margin-top: 20px;
	max-height: 265px;
	overflow: auto;
}
.k3-list .item1 {
	display: flex;
	align-items: center;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	margin-bottom: 20px;
}
.k3-list .item1 span.time {
	width: 78px;
	color: #999;
}
.k3-list .item1 span.text {
	border-left: 1px solid #999;
	color: #000;
	width: calc(100% - 78px);
	padding-left: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	font-weight: bold;
	transition: all .2s ease-in-out;
}
.k3-list .item1:hover span.text {
	border-left: 1px solid #C91111;
	color: #C91111;
}
.k3-list .item2 {
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #000;
	border-left: 3px solid #999;
	display: block;
	padding-left: 10px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	font-weight: bold;
	transition: all .2s ease-in-out;
}
.k3-list .item2:hover {
	color: #C91111;
	border-left: 3px solid #C91111;
}
.k3-list .item2:hover span {
	color: #C91111;
}
.k3-list .item2 span {
	color: #999;
	transition: color .2s ease-in-out;
	font-weight: normal;
}
.k3-list .item3 {
	padding: 15px 15px 15px 15px;
	border-bottom: 1px dashed #999;
	overflow: hidden;
	display: block;
	background-image: url(/css/images/right-arrow-out.svg);
	background-repeat: no-repeat;
	background-position: left 22px;
	transition: color .2s ease-in-out;
}
.k3-list .item3:hover {
	background-image: url(/css/images/right-arrow-out-red.svg);
	color: #c91111;
}
.k3-list .item3 .item3-in {
	max-height: 49px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/* k4 */
.k4-title-box {
	width: 760px;
	margin: 0 auto;
	position: relative;
	height: 100px;
}
.k4-title-box .k4-title-text {
	position: absolute;
	color: #C91111;
	width: 160px;
	margin-left: -80px;
	top: 15px;
	left: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 32px;
	background-color: #FFF;
	z-index: 2;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.k4-title-box .k4-title-en {
	position: absolute;
	width: 100%;
	top: 62px;
	left: 0px;
	text-align: center;
	color: #8d8d8d;
}
.k4-title-box .hen {
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #B2B2B2;
	top: 30px;
}
.k4-swiper {
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.k4-swiper a {
	display: flex;
	align-items: center;
	width: 33.3333%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.k4-swiper a .icon {
	width: 90px;
	height: 90px;
	border: 1px solid #F9BB00;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 20px;
}
.k4-swiper a .right {
	width: calc(100% - 130px);
}
.k4-swiper a .right p:nth-of-type(1) {
	color: #C91111;
	font-size: 36px;
	margin-bottom: 10px;
	font-family: 'SimSun';
	margin-top: -10px;
}
.k4-swiper a .right p:nth-of-type(2) {
	width: 100%;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	color: #585858;
}
.k4-ctrl-box {
	width: 100%;
	height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.k4-ctrl-box a.dot {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #B2B2B2;
	margin-right: 8px;
	transition: all .2s ease-in-out;
}
.k4-ctrl-box a.dot:nth-last-of-type() {
	margin-right: 0px;
}
.k4-ctrl-box a.dot:hover, .k4-ctrl-box a.dot.hover {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: #C91111;
}
/* k5 */
.k5-link-box {
	width: 1280px;
    margin: 0 auto;
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
}
.k5-link-box a {
	width: calc((100% - 80px) / 5); */
    /* margin-right: 20px; */
    height: 90px;
    position: inherit;
    display: contents;
}
.k5-link-box a:nth-of-type(5) {
	margin-right: 0px;
}
.k5-link-box a img {
	width: calc((100% - 80px) / 5);
    height: 90px;
    /* display: block; */
    /* object-fit: cover; */
}
.k5-link-box a .title {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	display: none;
}
.k5-link-box a:hover .title {
	display: block;
}
.k5 .hen {
	width: 100%;
	height: 2px;
	background-color: #CCCCCC;
	margin-top: 20px;
}
.k5-link-box2 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	line-height: 55px;
}
.k5-link-box2 a {
	display: block;
	width: calc((100% - 21px) / 7);
	height: 55px;
	line-height: 55px;
	text-align: center;
	transition: color .2s ease-in-out;
}
.k5-link-box2 a:hover {
	color: #C91111;
}
.k5-link-box2 .dot {
	width: 3px;
	height: 3px;
	background-color: #999;
}
/* footer */
.footer {
	position: relative;
	top: 100%;
	height: 167px;
}
.footer .kl, .footer .kr {
	width: 50%;
	height: 167px;
	position: absolute;
	top: 0px;
}
.footer .kl {
	background-color: #C91111;
	left: 0px;
	z-index: 1;
}
.footer .kr {
	background-color: #9B0D14;
	left: 50%;
	z-index: 2;
}
.footer .wrapper {
	position: absolute;
	background-image: url(/css/images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 1280px;
	height: 167px;
	z-index: 3;
	top: 0px;
	left: 50%;
	margin-left: -640px;
}
.footer .in {
	position: absolute;
	width: 1280px;
	height: 167px;
	z-index: 5;
	top: 0px;
	left: 50%;
	margin-left: -640px;
}
.footer .in .p-box {
	position: absolute;
	top: 20px;
	left: 505px;
	padding-right: 60px;
	border-right: 1px dashed rgba(255, 255, 255, 0.3);
}
.footer .in .p-box p {
	margin-bottom: 14px;
	font-size: 12px;
	color: #E4CCCD;
}
.footer .in .icon-box {
	position: absolute;
	width: 200px;
	height: 40px;
	top: 50%;
	right: 0px;
	margin-top: -20px;
}
.footer .in .icon-box a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #C91111;
	opacity: 0.5;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: center;
}
.footer .in .icon-box a:hover {
	opacity: 1;
}
/* search Ò³ ------------------------------------------------------------------------------------------------- */
.deco-search {
	height: 100px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-image: linear-gradient(180deg, #000 0%, transparent 100%);
	opacity: 0.07;
}
.wrap {
	width: 1280px;
	margin: 0 auto;
	border-top: 7px solid #9B0D14;
	padding-top: 20px;
	position: relative;
}
/* searchLeft searchRight */
.searchLeft {
	width: 200px;
	float: left;
	padding-right: 20px;
}
.searchRight {
	width: calc(100% - 200px);
	float: right;
	border-left: 1px solid #dce0e0;
	padding-left: 20px;
	margin-bottom: 20px;
}
/* logo-1 */
.logo-1 {
	height: 50px;
}
/* ul-list-1 */
.ul-list-1 {
	margin-top: 20px;
}
.ul-list-1 li {
	width: 100%;
}
.ul-list-1 li a {
	display: block;
	width: 100%;
	height: 30px;
	border: 0;
	margin-bottom: 10px;
	cursor: pointer;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}
.ul-list-1 li a:hover, .ul-list-1 li.active a {
	background-color: #f5f5f5;
	border-left: 3px solid #9B0D14;
	font-weight: bold;
}
/* searchbox */
.searchbox {
	margin-bottom: 20px;
}
.searchbox input {
	border: 1px solid #B2B2B2;
	padding: 7px 10px;
	line-height: 20px;
	float: left;
	width: calc(100% - 210px);
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.searchbox .btn-search {
	width: 100px;
	padding: 7px 10px;
	outline: none;
	border: 1px solid #C91111;
	line-height: 20px;
	cursor: pointer;
	float: left;
}
.searchbox .btn-search.btn-1 {
	color: #fff;
	background-color: #C91111;
	border-color: #C91111;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.searchbox .btn-search.btn-2 {
	border-radius: 2px;
	color: #555;
	background-color: #fff;
	border-color: #B2B2B2;
	margin-left: 10px;
}
.searchbox .btn-search.btn-1:hover {
	background-color: #9B0D14;
	border-color: #9B0D14;
}
.searchbox .btn-search.btn-2:hover {
	background-color: #f5f5f5;
	border-color: #999;
}
/* well */
.well {
	background-color: #fffae8;
	border: 1px solid #fbe0ba;
	color: #666;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 2px;
}
/* ul-list-2 */
.ul-list-2 li .content {
	display: block;
	border-bottom: 1px solid #dce0e0;
	padding-top: 20px;
	color: #333;
}
.ul-list-2 li .content .name {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}
.ul-list-2 li .content:hover {
	color: #9B0D14;
	border-bottom-color: #9B0D14;
}
.ul-list-2 li .content .intro {
	color: #777;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
}
.ul-list-2 li .content .intro.link {
	font-style: italic;
	color: #008000;
}
/* adjust1 */
.ul-list-2.adjust1 li a .name {
	width: calc(100% - 100px);
	padding-left: 15px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url(/css/images/right-arrow-out.svg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.ul-list-2.adjust1 li a:hover .name {
	background-image: url(/css/images/right-arrow-out-red.svg);
}
.ul-list-2.adjust1 li a .date {
	float: right;
	width: 100px;
	text-align: right;
	font-size: 14px;
}
.ul-list-2.adjust1 li a .img-box {
	width: 200px;
	height: 125px;
	float: left;
	padding: 5px;
	border: 1px solid #dce0e0;
	margin-bottom: 20px;
}
.ul-list-2.adjust1 li a .img-box img {
	width: 100%;
	height: 100%;
	display: block;
}
.ul-list-2.adjust1 li a .intro {
	width: calc(100% - 200px);
	float: left;
	padding-left: 20px;
	line-height: 22px;
}
/* page */
.page {
	width: 100%;
	margin-top: 20px;
}
/* ul */
.page .ul-page li {
	float: left;
}
.page .ul-page li+li {
	margin-left: 10px;
}
.page .ul-page li a {
	height: 30px;
	min-width: 30px;
	display: block;
	padding: 5px;
	background-color: #f5f5f5;
	border: 1px solid #dce0e0;
	color: #333;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
}
.page .ul-page li a:hover {
	border-color: #F8ADAD;
	background-color: #FCDCDC;
	color: #6A0909;
}
.page .ul-page li a:active, .page .ul-page li.active a {
	border-color: #C91111;
	background-color: #C91111;
	color: #fff;
}
.page .ul-page li.pole a {
	color: #6A0909;
	padding: 5px 10px;
	border-color: #C91111;
	background-color: #FEF3F3;
}
.page .ul-page li.pole.disabled a {
	opacity: 0.6;
}
.page .ul-page li.etc a {
	border-color: transparent;
	background-color: transparent;
}
/* intro */
.page .intro {
	float: right;
	font-size: 14px;
	color: #777;
	padding: 5px;
	display: inline-block;
}
/* ÄÚÒ³ ------------------------------------------------------------------------------------------------- */
/* banner */
.banner {
	height: 270px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner .banner-img {
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
/* ÄÚÒ³nav */
.pageNav {
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pageNav .page-header {
	height: 125px;
	position: relative;
}
.pageNav .page-header>img {
	width: 100%;
	height: 100%;
}
.pageNav .page-header>.deco-header {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(131, 6, 6, 0.6);/* 10, 121, 121 */
}
.pageNav .page-header>.name {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pageNav .page-header>.name>img {
	margin: 0 auto;
	display: block;
	height: 30px;
	margin-bottom: 10px;
}
.pageNav .page-header>.name .font1 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}
.pageNav .page-header>.name .font2 {
	font-size: 14px;
}
/* ul-list-3 */
.ul-list-3 li {
	width: 100%;
}
.ul-list-3 li a {
	font-size: 14px;
	display: block;
	padding: 15px;
	line-height: 30px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #dce0e0;
}
.ul-list-3 li a .icon {
	position: relative;
	height: 30px;
	width: 30px;
	display: block;
	margin-right: 45px;
	float: left;
	opacity: 0.3;
}
.ul-list-3 li a .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.ul-list-3 li a .icon .icon-white {
	display: none;
}
.ul-list-3 li a .name {
	position: relative;
}
/* ×´Ì¬ */
.ul-list-3 li a:hover {
	font-weight: bold;
	border-bottom-color: #CCCBBF;
}
.ul-list-3 li a:hover .icon {
	opacity: 0.7;
}
.ul-list-3 li.active a {
	font-size: 18px;
	color: #9B0D14;
	font-weight: bold;
	background-color: #F9BB00;
	border-bottom-color: #F9BB00;
}
.ul-list-3 li.active a .icon {
	opacity: 1;
}
.ul-list-3 li.active a .icon .icon-white {
	opacity: 1;
	display: block;
}
.ul-list-3 li.active a .icon .icon-black {
	display: none;
}

/* pageMain */
.pageMain {
	width: calc(100% - 320px);
	float: right;
	padding-left: 20px;
	position: relative;
	padding-top: 20px;
	margin-bottom: 20px;
}
/* header-st1 */
.header-st1 {
	font-weight: bold;
	color: #2F3133;
	font-size: 18px;
	position: relative;
	width: 100%;
	padding-bottom: 20px;
}
.header-st1::before {
	height: 8px;
	width: 100%;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: linear-gradient(135deg, #000 0%, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%);
	background-size: 4px 4px;
	opacity: 0.1;
}
/* breadcrumb */
.card-breadcrumb {
	font-size: 14px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.card-breadcrumb .info {
	color: #737373;
	float: left;
	margin-right: 10px;
}
.breadcrumb {
	margin: 0px;
	float: right;
	list-style: none;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "\003e";
}
.breadcrumb li a {
	color: #737373;
}
.breadcrumb li:hover a {
	color: #c91111;
}
.breadcrumb>.active {
	color: #9B0D14;
}
/* card-article */
.card-article {
	margin-top: 20px;
}
.card-article p {
	font-size: 16px;
	line-height: 30px;
	color: #2F3133;
	text-indent: 2em;
	margin-bottom: 15px;
}
.card-article .img-box {
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
}
.card-article .img-box img {
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
/* header-st2 */
.header-st2 {
	height: 40px;
	border-bottom: 1px solid #9B0D14;
	margin-top: 20px;
}
.header-st2 .name {
	display: inline-block;
	background-color: #9B0D14;
	position: relative;
	height: 100%;
	color: #fff;
	line-height: 20px;
	padding: 10px 0px 10px 10px;
}
.header-st2 .name::before {
	content: '';
	position: absolute;
	right: -40px;
	top: 0px;
	border-left: 40px solid #9B0D14;
	border-bottom: 0px solid transparent;
	border-top: 40px solid transparent;
}
.header-st2 .name::after {
	content: '';
	position: absolute;
	top: 0px;
	right: -60px;
	height: 100%;
	width: 10px;
	transform: skewX(45deg);
	transform-origin: bottom left;
	background-color: #FBCBCD;
}
.header-st2 .more {
	float: right;
	color: #777;
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
}
.header-st2 .more:hover {
	color: #9B0D14;
}
/* ul-list-4 */
.ul-list-4 {
	margin-top: 10px;
}
.ul-list-4 li a {
    display: block;
	color: #333;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
}
.ul-list-4 li a:hover {
	color: #9B0D14;
	border-bottom: 3px solid #9B0D14;
	padding-bottom: 7px;
	padding-top: 0px;
}
.ul-list-4 li a .img-box {
	width: 100%;
	height: 120px;
    padding: 5px;
	border: 1px solid #dce0e0;
	overflow: hidden;
}
.ul-list-4 li a .img-box img {
    width: 100%;
    height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.15s;
}
.ul-list-4 li a:hover .img-box img {
    width: 110%;
    height: 110%;
}
.ul-list-4 li a .name {
    font-size: 16px;
    margin-top: 20px;
	font-weight: bold;
	text-align: center;
}
/* link-box-2 */
.footer .in .icon-box .link-box-2 {
	float: left;
	margin-left: 10px;
}
.link-box-2 {
	position: relative;
}
.link-box-2 .trigger {
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 20px;
	background-color: #C91111;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.15s;
	cursor: pointer;
}
.link-box-2:hover .trigger {
	opacity: 1;
}
.link-box-2 .trigger.qrcode {
	background-image: url(/css/images/qrcode-icon.png);
}
.link-box-2 .trigger.link {
	background-image: url(/css/images/link-icon.png);
}
.link-box-2 .trigger.qq {
	background-image: url(/css/images/qq-icon.png);
}
.link-box-2 .trigger.wchat {
	background-image: url(/css/images/wx-icon.png);
}
.link-box-2 .trigger.weibo {
	background-image: url(/css/images/weibo-icon.png);
}
.link-box-2 .trigger.phone {
	background-image: url(/css/images/phone-icon.png);
}
.link-box-2 .cont {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 90px;
	display: none;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #c91111;
}
.link-box-2 .cont::before {
	height: 50px;
	width: 1px;
	content: '';
	position: absolute !important;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #c91111;
}
.link-box-2:hover .cont {
	display: block;
}
.link-box-2 .cont .img {
	width: 150px;
	height: 150px;
	display: block;
}
.link-box-2 .cont .name {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.cu_po{
	cursor:pointer;
}