img {
	max-width: 100%;
}

* {
	padding: 0;
	margin: 0;
	outline: none;
}

input,
button {
	outline: none;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfloat:after {
	content: " ";
	display: table;
}

.clearfloat:after {
	clear: both;
}

#header {
	height: 120px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

a {
	text-decoration: none;
	color: #818181;
	transition: all 0.3s;
}

a:hover {
	color: #e50a29;
}

body {
	font-family: Microsoft YaHei;
	background: #fff;
	font-size: 14px;
	color: #818181;
}

.w1300 {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}

.top-ban {
	height: 100px;
	overflow: hidden;
}

.top-ban a {
	display: block;
	height: 100px;
}

.topban1 {
	position: relative;
}

.lose {
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: rgba(0, 0, 0, .5) url(../img/gb.png) no-repeat center;
}

.lose:hover {
	background: rgba(255, 0, 0, .7) url(../img/gb.png) no-repeat center;
}

.top-gg {
	background: #e50a29;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #e6e6e6 solid;
	font-size: 14px;
	color: #ffb5b2;
}

.top-gg i {
	font-weight: bold;
	color: #fff;
}

.header-box {
	background: url(../img/nav-bg.jpg) no-repeat center top;
	height: 166px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	
}

.top-logo {
	height: 110px;
}

.logo {
	margin-top: 38px;
}

.logo-txt {
	padding-right: 310px;
	margin-top: 32px;
}

.nav {
	height: 56px;
	line-height: 56px;
}

.nav li.nLi {
	width: 12.5%;
	float: left;
	text-align: center;
	background: url(../img/navxbg.png) no-repeat left 15px;
	position: relative;
	z-index: 1000;
}

.nav li.nLi h3 {
	font-size: 16px;
	font-weight: 100;
}

.nav li.nLi h3 a {
	color: #333;
	display: block;
}

.nav li.nLi h3 a.home {
	position: relative;
}

.nav li.nLi h3 a.home i {
	background: url(../img/home.png) no-repeat center;
	width: 25px;
	height: 56px;
	position: absolute;
	left: 18%;
}

.nav li.nLi h3 a:hover {
	color: #e50a29;
}

.sub {
	top: 0;
	left: -10px;
	right: -10px;
	z-index: 1000;
	padding: 18px 10px 10px;
	position: relative;
	display: none;

}

.sub ul {
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	padding-bottom: 10px;
	background: #fff;
}

.sub li {
	height: 38px;
	line-height: 38px;
	text-align: center;
}

.sub li a:hover {
	color: #e50a29;
	text-decoration: underline;
}

.sub:after {
	content: "";
	position: absolute;
	background: url(../img/jina.png) no-repeat center top;
	left: 10px;
	right: 10px;
	top: 0;
	height: 21px;
	z-index: 500;
}

#content {}

.index-01Left {
	width: 65.76%;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.index-01Left img {
	max-width: 855px;
	display: block;
	margin: 0 auto;

}

.index-01Left .swiper-slide {
	text-align: center;

}

.index-01Left .swiper-slide a {
	display: block;
}

.swiper-info {
	height: 60px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	z-index: 20;
	left: 0;
	right: 0;
	bottom: 0;
}

.index-01Left .swiper-slide .title {
	background: #e50a29;
	padding-top: 6px;
	width: 60px;
	height: 60px;
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	float: left;
}

.index-01Left .swiper-slide .cont-s {
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: left;
	padding-left: 18px;
	padding-right: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
}

.index-01Left .swiper-pagination {
	text-align: right;
	bottom: 20px;
	padding-right: 17px;
}

.index-01Left .swiper-pagination .swiper-pagination-bullet {
	width: 22px;
	height: 22px;
	border: 1px #fff solid;
	background: none;
	border-radius: 0;
	text-align: center;
	color: #fff;
	opacity: 1;
}

.index-01Left .swiper-pagination .swiper-pagination-bullet-active {
	background: #e50a29;
	border-color: #e50a29;
}

.index-01Riglt {
	width: 31.92%;
}

.rtab {}

.rtab .hd {
	background: #e50a29 url(../img/tabbg.jpg) no-repeat center right;
	height: 55px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.rtab .hd li {
	float: left;
	width: 33.333%;
	padding-top: 10px;
	text-align: center;
	cursor: pointer;
}

.rtab .hd li span {
	width: 98px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
}

.rtab .hd li.on span {
	background: #fff;
	border-radius: 5px;
	font-weight: bold;
	color: #e50a29;
}

.rtab .bd {
	border: 1px #e5e5e5 solid;
	height: 380px;
	border-radius: 0 0 17px 17px;
	padding: 18px;
}

.rtab .bd .item dl {
	margin-bottom: 10px;
}

.rtab .bd .item dt {
	float: left;
	width: 130px;
	height: 98px;
	border-radius: 8px;
	overflow: hidden;
}

.rtab .bd .item dt img {
	width: 130px;
	height: 98px;
}

.rtab .bd .item dd {
	margin-left: 150px;
}

.rtab .bd .item dd a {
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.rtab .bd .item dd a:hover {
	color: #e50a29;
}

.rtab .bd .item dd p {
	margin-top: 10px;
	color: #ababab;
}

.rtab .bd .item li {
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	position: relative;
	padding-left: 14px;
}

.rtab .bd .item li+li {
	border-top: 1px #e6e6e6 dashed;
}

.rtab .bd .item li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #ababab;
}

.rtab .bd .item li a {
	margin-right: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.rtab .bd .item li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 22px;
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 50%;
}

.rtab .bd .item li:hover span {
	color: #e50a29;
}

.rtab .bd .item li:hover:before {
	background: #e50a29;
}

.index-02 {}

.index-02left {
	width: 65.76%;
}

.class-tab {
	width: 40.70%;
	border: 1px #E6E6E6 solid;
	border-radius: 15px;
	padding: 10px 20px;
	height: 382px;
}

.class-tab .hd {
	line-height: 46px;
	height: 46px;
	border-bottom: 1px #E6E6E6 solid;
}

.class-tab .hd ul {
	float: left;
}

.class-tab .hd a {
	float: right;

}

.class-tab .hd ul li {
	float: left;
	font-size: 16px;
	color: #333;
	border-bottom: 3px transparent solid;
	height: 47px;
	margin-right: 40px;
	cursor: pointer;
}

.class-tab .hd ul li.on {
	border-bottom-color: #e50a29;
	color: #e50a29;
	font-weight: bold;
}

.class-tab .bd {
	margin-top: 8px;
}

.class-tab .bd li {
	height: 38px;
	line-height: 38px;
	position: relative;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.class-tab .bd li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 50%;
}

.class-tab .bd li:hover:before {
	background: #e50a29;
}

.class-tab .bd li:hover a {
	text-decoration: underline;
}

.index-about {
	border: 1px #E6E6E6 solid;
	border-radius: 15px;
	padding: 10px 20px;
	height: 382px;
	width: 55.3%;
}

.title-box {
	line-height: 46px;
	height: 46px;
	border-bottom: 1px #E6E6E6 solid;
}

.title-box strong {
	float: left;
	border-bottom: 3px #e50a29 solid;
	height: 47px;
	font-size: 16px;
}

.title-box a {
	float: right;
}

.index-abouttxt {
	margin-top: 20px;
	line-height: 28px;
	color: #818181;
}

.index-abouttxt img {
	display: block;
	border-radius: 17px;
	margin: 10px auto;
}

.index-abouttxt p {
	text-indent: 2em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}


.index-02rigth {
	width: 31.92%;
	background: url(../img/bg2.jpg) no-repeat;
	height: 382px;
	padding: 10px 20px;
}

.lx-ul {
	margin-top: 10px;
}

.lx-ul li {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	width: 49%;
	margin-bottom: 8px;
}

.lx-ul li.no-li {
	width: 100%;
}

.lx-ul li span {
	color: #333;
	display: inline-block;
	width: 70px;
}

.btn-box {
	padding-top: 8px;
}

.btn-box a {
	width: 175px;
	height: 50px;
	line-height: 50px;
	padding-left: 70px;
	color: #fff;
	font-size: 18px;
}

.btn-box a.fl {
	background: url(../img/btn1.png) no-repeat;
}

.btn-box a.fr {
	background: url(../img/bt2.png) no-repeat;
}

.rmw-box {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	margin-top: 15px;
}

.rmw-box li {
	float: left;
	color: #333;
	width: 33.333%;
}

.rmw-box li.sm-li {
	font-size: 16px;
	font-weight: bold;
	color: #e50a29;
}

.rmw-box li.sm-li p {
	padding-top: 20px;
	line-height: 35px;
}

.rmw-box li.rwm1 {
	border-left: 1px #e5e5e5 solid;
}

.mt35 {
	margin-top: 35px;
}

.zt-title {
	background: #e50a2a;
	height: 56px;
	line-height: 56px;
	color: #fff;
	font-size: 24px;
	border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.zt-title a {
	float: right;
	font-size: 14px;
	color: #fff;
	background: url(../img/ztrb.png) no-repeat right top;
	width: 177px;
	font-size: 18px;
	text-align: right;
	padding-right: 25px;
}
.zt-title strong{
	float: left;
	display: block;
	width: 230px;
	padding-left: 25px;
	background: url(../img/ztst.png) no-repeat left top;
}

.zt-list {
	margin-left: -13px;
	margin-right: -13px;
}


.zt-list li {
	float: left;
	width: 25%;
	padding: 0 13px;
	margin-top: 25px;
}

.zt-boxs {
	background: #f1f1f1;
	display: block;
	border-radius: 17px;
	overflow: hidden;
	border: 2px #fff solid;
}

.zt-txtbox {
	padding: 10px;
	position: relative;
	height: 64px;
}

.zt-txtbox p {
	line-height: 22px;
	padding-right: 35px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.zt-txtbox span {
	background: url(../img/span1.png) no-repeat;
	position: absolute;
	top: 18px;
	right: 10px;
	width: 30px;
	height: 30px;
}

.zt-boxs:hover span {
	background: url(../img/span2.png);
}

.zt-boxs:hover {
	background: #e50a29;
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	border-color: #e50a29;
}

.zt-boxs:hover p {
	color: #fff;
}

.zt-imgbox {
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
}

.zt-imgbox li {
	float: left;
	width: 33.333%;
	padding: 0 15px;
}

.zt-imgbox li a {
	display: block;
	border-radius: 17px;
}

.zt-imgbox li a img {
	display: block;
}

.zt-imgbox li a:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.index-04 {
	background: #fff1f1;
	padding: 10px 20px;
}

.index-04left {
	width: 30%;
}

.index-04 .title-box a {
	color: #e50a29;
}

.index-04cen {
	margin-left: 2.3%;
	width: 32.5%;
}

.index-04 .title-box strong {
	color: #000000;
}

.index-04right {
	width: 33.01%;
}

.video-con {
	position: relative;
	max-width: 378px;
	height: 262px;
	border-radius: 17px;
	overflow: hidden;
	margin-top: 22px;
}

.video-con .btn {
	background: rgba(0, 0, 0, .7) url("../img/play-btn.png") no-repeat 50%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.video-con .video {
	max-width: 100%;
	overflow: hidden;
	height: 100%;
}

.video-con .btn.pause {
	display: none;
}


.video-con .vode-list{
	margin: 0;
	margin-top: 15px;
}
.video-con .vode-list li{
	width: 100%;
	padding: 0;
	margin: 0;
}


.index-04ul2 {
	margin-top: 22px;
	margin-left: -5px;
	margin-right: -5px;
}

.index-04ul2 li {
	float: left;
	width: 33.333%;
	padding: 5px;

	margin-bottom: 10px;
}

.index-04ul2 li a {
	display: block;
	background: #fff;
	border-radius: 10px;
	height: 125px;
	text-align: center;
	padding-top: 32px;
}

.index-04ul2 li a p {
	padding-top: 8px;
}

.index-04ul2 li i {
	width: 36px;
	height: 36px;
	display: inline-block;
}

.index-04ul2 li a:hover {
	background: #e50a29;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.index-04ul2 li a:hover p {
	color: #fff;
}

.index-04ul2 li.ic1 i {
	background: url(../img/ic1-1.png) no-repeat;
}

.index-04ul2 li.ic1 a:hover i {
	background: url(../img/ic1-2.png) no-repeat;
}

.index-04ul2 li.ic2 i {
	background: url(../img/ic2-1.png) no-repeat;
}

.index-04ul2 li.ic2 a:hover i {
	background: url(../img/ic2-2.png) no-repeat;
}

.index-04ul2 li.ic3 i {
	background: url(../img/ic3-1.png) no-repeat;
}

.index-04ul2 li.ic3 a:hover i {
	background: url(../img/ic3-2.png) no-repeat;
}

.index-04ul2 li.ic4 i {
	background: url(../img/ic4-1.png) no-repeat;
}

.index-04ul2 li.ic4 a:hover i {
	background: url(../img/ic4-2.png) no-repeat;
}

.index-04ul2 li.ic5 i {
	background: url(../img/ic5-1.png) no-repeat;
}

.index-04ul2 li.ic5 a:hover i {
	background: url(../img/ic5-2.png) no-repeat;
}

.index-04ul2 li.ic6 i {
	background: url(../img/ic6-1.png) no-repeat;
}

.index-04ul2 li.ic6 a:hover i {
	background: url(../img/ic6-2.png) no-repeat;
}

.index-04right p.txt1 {
	line-height: 28px;
	margin-top: 18px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.mt20 {
	margin-top: 20px;
}

.index-05left {
	width: 30%;
	border: 1px #e5e5e5 solid;
	height: 344px;
	padding: 10px 20px;
	border-radius: 15px;
}



.slideBox {
	border-radius: 17px;
	overflow: hidden;
	width: 100%;
	margin-top: 22px;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 450px;
	height: 230px;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -23px;
	display: block;
	width: 36px;
	height: 46px;
}

.slideBox .prev {
	background: url(../img/lbt1.png);
}

.slideBox .prev:hover {
	background: url(../img/lbt2.png);
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .next {
	background: url(../img/rbt1.png);
}

.slideBox .next:hover {
	background: url(../img/rbt2.png);
}


.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}


.index-05cen {
	margin-left: 2.3%;
	width: 32.5%;
	border: 1px #e5e5e5 solid;
	height: 344px;
	padding: 10px 20px;
}

.index-05right {
	width: 33.01%;
	height: 344px;
}

.foot {
	background: #e50a29;
	padding-top: 30px;
}

.copy {
	background: #bb001b;
	color: #ff7676;
	padding: 20px 0;
}

.copy a {
	color: #ff7676;
}

.copy a:hover {
	color: #FFFF00;
}

.footnav-ul li {
	float: left;
	width: 14.2%;
}

.footnav-ul li a {
	display: block;
	height: 36px;
	line-height: 36px;
	color: #fff;
}

.footnav-ul {
	width: 76%;
	border-right: 1px #f23949 solid;
}

.footnav-ul li h3 {
	margin-bottom: 8px;
}

.footnav-ul li h3 a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.lqlj-obx {
	color: #ffa8a8;
	padding: 15px;
}

.lqlj-obx a {
	color: #ffa8a8;
}

.lqlj-obx a:hover {
	color: #FFFF00;
}

.foot-about {
	background: #bb001b;
	width: 220px;
	height: 280px;
	padding: 14px;
}

.foot-about h2 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 8px;
}

.foot-about p {
	line-height: 22px;
	color: #ff7676;
}

.rwm-s {
	margin-top: 10px;
}

.rwm-s li {
	float: left;
	width: 50%;
	text-align: center;
}

.rwm-s li p {
	color: #fff;
}

.right-roll {
	position: fixed;
	right: 0;
	top: 50%;
	width: 59px;
	border: 1px #c7c7c7 solid;
	border-top: none;
	margin-top: -180px;
	z-index: 999999;
}

.right-roll a {
	width: 59px;
	height: 59px;
	border-top: 1px #C7C7C7 solid;
	display: block;
	font-size: 12px;
	text-align: center;
	position: relative;
	background: #fff;
}

.right-roll a i {
	display: block;
	margin: 5px auto 0;
	width: 32px;
	height: 32px;
}

.right-roll a:hover {
	background: #e50a29;
	color: #fff;
}

.right-roll a.a1 i {
	background: url(../img/rbg1.png);
}

.right-roll a.a1:hover i {
	background: url(../img/rbg1-2.png);
}

.right-roll a.a2 i {
	background: url(../img/rbg2.png);
}

.right-roll a.a2:hover i {
	background: url(../img/rbg2-2.png);
}

.right-roll a.a3 i {
	background: url(../img/rbg3.png);
}

.right-roll a.a3:hover i {
	background: url(../img/rbg3-2.png);
}

.right-roll a.a4 i {
	background: url(../img/rbg4.png);
}

.right-roll a.a4:hover i {
	background: url(../img/rbg4-2.png);
}

.a3-rwm {
	width: 96px;
	height: 96px;
	position: absolute;
	bottom: 0;
	right: 59px;
	background: #e50a29;
	padding: 6px;
	display: none;
}

.a3-rwm img {
	width: 86px;
	height: 86px;
}

.right-roll a.a3:hover .a3-rwm {
	display: block;
}

.a2-dh {
	position: absolute;
	right: 59px;
	top: 0;
	bottom: 0;
	line-height: 59px;
	background: #e50a29;
	color: #fff;
	font-size: 16px;
	width: 140px;
	text-align: center;
	display: none;
}

.right-roll a.a2:hover .a2-dh {
	display: block;
}

.page-left {
	width: 285px;
	overflow: hidden;
}

.left-sub {}

.left-sub h2 {
	border-radius: 10px 10px 0 0;
	background: url(../img/ltitbg.jpg) no-repeat;
	height: 56px;
	line-height: 56px;
	color: #fff;
	padding-left: 30px;
}

.sub-ul {
	border: 1px #e5e5e5 solid;
	border-top: none;
	border-radius: 0 0 10px 10px;
}

.sub-ul li {
	height: 58px;
	line-height: 58px;
	border-top: 1px #E5E5E5 solid;

}

.sub-ul li a {
	display: block;
	width: 110px;
	margin: 0 auto;
	background: url(../img/abg1.png) no-repeat right center;
	font-size: 16px;
	color: #333;
}

.sub-ul li a:hover,
.sub-ul li.on a {
	background: url(../img/abg2.png) no-repeat right center;
	color: #e50a29;
	font-weight: bold;
}

.left-lx {
	background: url(../img/llx.jpg) no-repeat;
	height: 433px;
	padding: 10px 20px;
}

.left-lx .title-box strong {
	color: #333;
}

.llx-ul {
	margin-top: 10px;
	line-height: 24px;
}

.llx-ul li span {
	display: inline-block;
	width: 75px;
	color: #333;
}


.left-lx .btn-box {
	padding-top: 0;
}

.left-lx .btn-box a {
	width: 242px;
	height: 50px;
	line-height: 50px;
	padding-left: 105px;
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
}

.left-lx .btn-box a.fl {
	background: url(../img/lb1.png) no-repeat;
}

.left-lx .btn-box a.fr {
	background: url(../img/lb2.png) no-repeat;
}

.left-lx .rmw-box li {
	float: left;
	width: 50%;
	text-align: center;
}

.left-lx .rmw-box li img {
	float: left;
}

.left-lx .rmw-box li p {
	padding-top: 6px;
}

.left-lx .rmw-box li.wx p {
	line-height: 1.2;
	padding-top: 10px;
}

.page-rigth {
	margin-left: 322px;
	border: 1px #e5e5e5 solid;
	border-radius: 10px;
	overflow: hidden;
}

.r-title {
	height: 55px;
	line-height: 55px;
	background: #f4f4f4;
	padding: 0 30px;
}

.r-title h2 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.r-title h2 span,
.r-position span {
	color: #e50a29;
}

.content-box {
	padding: 30px;
}

.about-txt22 {
	background: #f3f3f3;
	position: relative;
	padding: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
	margin-bottom: 20px;
}

.about-txt22 .span1 {
	position: absolute;
	font-size: 72px;
	top: 6px;
	left: -10px;
	width: 72px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	color: #ccc;
}

.about-txt22 .span2 {
	line-height: 72px;
	position: absolute;
	font-size: 72px;
	bottom: -30px;
	right: -10px;
	width: 72px;
	height: 72px;
	text-align: center;
	color: #ccc;
}

.about {
	line-height: 2.2;
}

.about p {
	margin-bottom: 10px;
}

.about img {
	max-width: 100%;
	display: block;
	margin: 0 auto 20px;
}

.bg-banner {
	background: url(../img/banbg.jpg) no-repeat center top;
	height: 200px;
}

.banner-txt {
	padding-right: 15%;
	color: #fff;
	padding-top: 66px;
}

.banner-txt span,
.banner-txt strong {
	display: inline-block;
}

.banner-txt strong {
	font-size: 42px;
	font-weight: 400;
	padding-right: 10px;
	border-right: 1px #fff solid;
	line-height: 1;
}

.banner-txt span {
	font-size: 18px;
	color: #fff;
	padding-left: 10px;
}

.picture-ul1 {
	margin-left: -11px;
	margin-right: -11px;
}

.picture-ul1 li {
	float: left;
	width: 50%;
	overflow: hidden;
	padding: 0 11px;
	margin-bottom: 22px;
}

.picture-ul1 li a {
	background: #f7f7f7;
	border: 1px #fff solid;
	padding: 16px;
	border-radius: 10px;
	display: block;
}

.picture-ul1 li div.img {
	border: 10px;
	overflow: hidden;
	/* position: relative; */
	width: 100%;
}

.picture-ul1 li div.img img {
	width: auto;
	height: auto;
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%); */
}

.picture-ul1 li h3 {
	font-size: 18px;
	font-weight: 400;
	height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 8px 0;
	color: #333;
}

.picture-ul1 li p {
	font-size: 14px;
	line-height: 1.8;
	color: #818181;
}

.picture-ul1 li a:hover {
	border-color: #e50a29;
}

.picture-ul1 li a:hover h3 {
	color: #e50a29;
}

.page-paging {
	text-align: center;
	margin-top: 20px;
}

.page-paging a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 16px;
	border: 1px #d3d3d3 solid;
	margin-bottom: 7px;
}

.page-paging a.on,
.page-paging a:hover {
	background: #e50a29;
	color: #fff;
	border-color: #e50a29;
}

.page-paging .upper {
	border-radius: 8px 0 0 8px;
}

.page-paging .lower {
	border-radius: 0 8px 8px 0;
}

.jd-swiper .jd-img {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.jd-swiper .jd-img img {
	display: block;
	width: 100%;
	height: auto;
}

.jd-swiper .swiper-button-next,
.jd-swiper .swiper-button-prev {
	top: 40%;
	color: #fff;
}

.jd-swiper .swiper-button-next:hover,
.jd-swiper .swiper-button-prev:hover {
	color: #e50a29;
}

.jd-txt h3 {
	font-size: 18px;
	line-height: 1.8;
	color: #333;
	margin-bottom: 20px;
}

.jd-txt {
	line-height: 2;
}


.jsfs-dl {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px #eeeeee solid;
}

.jsfs-dl dt {
	float: left;
	width: 340px;
	height: 214px;
	overflow: hidden;
}

.jsfs-dl dt img {
	width: 340px;
	height: 214px;
}

.jsfs-dl dd {
	margin-left: 360px;
	height: 214px;
	overflow: hidden;
}

.jsfs-dl dd h3 {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.scrolllayout {
	width: 100%;
	height: 156px;
	overflow: auto;
	line-height: 1.8;
}

.scrollcontent {
	width: 100%;
	padding-bottom: 10px;
	padding-left: 5px;
}

.scrolllayout::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.scrolllayout::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #e50a29;

}

.scrolllayout::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 6px;
	background: #f4f4f4;

}

.vode-list {
	margin-left: -15px;
	margin-right: -15px;
}

.vode-list li {
	float: left;
	width: 33.333%;
	padding: 0 15px;
	margin-bottom: 20px;
}

.vode-list li a {
	display: block;
}

.vode-list li .img {
	position: relative;
	overflow: hidden;
	border: 3px #fff solid;
	border-radius: 10px;
	overflow: hidden;
}

.video-con .vode-list li .img img.vodimg{
	width: 100%;
	height: auto;
}

.vode-list li .img img.vodimg {
	display: block;
}

.vode-list li .abs {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, .3);
}

.vode-list li .abs img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.vode-list li p {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 6px;
}

.vode-list li a:hover .img {
	border-color: #e50a29;
}

.vode-list li a:hover {
	color: #e50a29;
	font-weight: bold;
}

.vod-abs {
	background: rgba(0, 0, 0, .7);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 30000;
	display: none;
}

.vov-conent {
	position: fixed;
	z-index: 30001;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	border-radius: 20px;
}

.vov-conent .gb-btn {
	position: absolute;
	right: -30px;
	top: -30px;
	cursor: pointer;
	transition: all .3s;
}

.vov-conent .gb-btn:hover {
	transform: rotate(90deg);
}

.vov-conent .video-con {
	max-width: 600px;
	height: auto;
	margin-top: 0;
	border-radius: 0;
}

.video-con .video {
	height: auto;
}

.vod-tt {
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
}

.ff-box .about-txt22 {
	font-size: 16px;
	color: #e50a29;
	font-weight: bold;
}

.ff-box h3 {
	font-size: 18px;
	color: #333;
	background: url(../img/h3bg.png) no-repeat center bottom;
	padding-bottom: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.ff-box p,
.ff-box {
	font-size: 16px;
	line-height: 2;
}

.ff-box h4 {
	font-size: 18px;
	margin-top: 30px;
	color: #e50a29;
}

.content-box .special-list li {
	width: 33.333%;
	margin-top: 0;
	margin-bottom: 25px;
}

.page-detailed {
	margin-left: 0;
}

.detailed-title1 {
	background: url(../img/h3bg.png) no-repeat center bottom;
	padding-bottom: 30px;
	text-align: center;
}

.detailed-title1 h1 {
	font-size: 24px;
	color: #333;
	font-weight: 400;
}

.detailed-title1 .infos {
	padding-top: 10px;
	color: #ababab;
}

.detailed-title1 .infos span {
	display: inline-block;
	padding: 0 5px;
}

.detailed-content1 {
	background: url(../img/h3bg.png) no-repeat center bottom;
	padding: 30px 0;
	line-height: 2;
}

.detailed-content1 p {
	margin-bottom: 10px;
}

.detailed-content1 img {
	display: block;
	margin: 10px auto;
	max-width: 95%;
	height: auto;

}

.detailed-fy {
	margin-top: 20px;
}

.detailed-fy li {
	max-width: 48%;

}

.detailed-fy li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 20px;
	background: #f4f4f4;
	border-radius: 10px;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
}

.detailed-fy li a:hover {
	background: #e50a29;
	color: #fff;
}

.news-ul li a {
	display: block;
	padding: 15px;
}

.news-ul li .img2 {
	float: left;
	border: 2px #fff solid;
	width: 240px;
	height: 148px;
	border-radius: 15px;
}

.news-ul li a:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.news-rtxt {
	margin-left: 275px;
	padding-right: 100px;
	position: relative;
}

.news-rtxt .time {
	position: absolute;
	right: 0;
	top: 50%;
	text-align: center;
	font-family: arial;
	font-size: 16px;
	margin-top: -40px;
}

.news-rtxt .time strong {
	font-size: 54px;
	display: block;
	text-align: center;
}

.news-rtxt h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-rtxt p {
	line-height: 2;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #818181;
}

.news-ul li a:hover h3 {
	color: #E50A29;
}

.news-ul li a:hover img {
	border-color: #E50A29;
}

.news-ul {
	margin-bottom: 25px;
}

.album-password li {
	width: 33.333%;
	margin-top: 0;
	margin-bottom: 25px;
}

.album-password li div.img {
	background: #000;
}

.album-password li div.img img {
	opacity: .5;
}

.zt-list img {
	display: block;
}


.album-password span {
	background: url(../img/pw1.png) no-repeat center center;
	position: absolute;
	top: 18px;
	right: 10px;
	width: 30px;
	height: 30px;
}

.album-password li a:hover div.img img {
	opacity: 1;
}


.album-password li a:hover span {
	background: url(../img/pw2.png) no-repeat center center;

}

.vov-conent h2 {
	font-size: 26px;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
}

.password-conent input {
	min-width: 370px;
	height: 66px;
	line-height: 66px;
	padding: 0 20px;
	border: 1px #e5e5e5 solid;
	border-radius: 10px;
	display: block;
	font-size: 18px;
}

.password-conent button {
	min-width: 370px;
	height: 66px;
	background: #E50A29;
	color: #fff;
	border: none;
	border-radius: 10px;
	margin-top: 15px;
	font-size: 18px;
}

.album-list {
	margin-left: -13px;
	margin-right: -13px;
}

.album-list li {
	padding: 0 13px;
	float: left;
	width: 33.3333%;
	text-align: center;
	margin-bottom: 15px;
}

.album-img {
	border-radius: 10px;
	overflow: hidden;
	border: 2px #fff solid;
}

.album-img img {
	display: block;
}

.album-list li:hover .album-img {
	border-color: #E50A29;
}

.album-list li p {
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.album-list li:hover p {
	color: #E50A29;
}

.album-list li a {
	display: block;
}

.fr-info-outside .fr-info-background {
	background: #fff;
}

.fr-caption {
	color: #333;
}

.iconfont {
	color: #fff;
	font-size: 40px;
}


/* 本例子css */
.sideMenu {
}

.sideMenu h3 {
	cursor: pointer;
	font: normal 16px/32px "Microsoft YaHei";
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px #e5e5e5 solid;
}

.sideMenu h3 em {
	width: 40px;
	height: 32px;
	background: url(../img/h3bg1.png)  no-repeat center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 15px;
}

.sideMenu h3.on em {
	background: url(../img/h3bg2.png)  no-repeat center;
}
.sideMenu h3.on{
	border-bottom: none;
	
}



.sideMenu h3 span{
	position: absolute;
	left: 0;
	top: 15px;
	height: 32px;
	width: 32px;
	background: #e50a29;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	line-height: 32px;
}
.sideMenu{
	margin-bottom: 30px;
}
.sideMenu div.q{
	position: relative;
	padding-left: 51px;
	padding-bottom: 15px;
	border-bottom: 1px #e5e5e5 solid;
	font-size: 14px;
	line-height: 2;
	display: none;
}

.sideMenu div.q span{
	position: absolute;
	left: 0;
	top: 0;
	background: #ececec;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	color: #333;
	font-size: 16px;
}

.qa-from{
	margin-top: 30px;
	background: #f4f4f4;
	border-radius: 20px;
	padding: 20px;
}
.qa-from h2{
	font-size: 20px;
	color: #333;
	text-align: center;
}

.qa-from textarea{
	background: #fff;
	padding: 20px;
	border-radius: 15px;
	border: none;
	display: block;
	height: 120px;
	width: 100%;
	margin-top: 20px;
}
.inpt-left{
	width: 70%;
	border-radius: 10px;
	background: #fff;
	height: 68px;
	line-height: 68px;
	padding:8px 15px;
}

.inpt-left img{
	float: right;
}
.input-box{
	margin-top: 20px;
}
.input-box input{
	width: 50%;
	border: none;
	height: 50px;
	line-height: 50px;
	float: left;
}
.input-btn{
	margin-left: 78%;
	
}

.input-btn button{
	display: block;
	background: #e50a29;
	height: 68px;
	border: none;
	font-size: 20px;
	color: #fff;
	width: 100%;
	border-radius: 10px;
	cursor: pointer;
}
.xd-ul{
	margin-left: -6px;
	margin-right: -6px;
}
.xd-ul li{
	float: left;
	width: 50%;
	padding:  0 6px;
	margin-bottom: 15px;
}
.xd-ul li a{
	display: block;
	padding: 20px;
	background: #f7f7f7;
	border-radius: 10px;
	
}
.xd-ul li a h3{
	font-size: 18px;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 6px;
	color: #333;
}
.xd-ul li a p{
	line-height: 1.8;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.xd-ul li a div.time{
	text-align: right;
	color: #ababab;
	margin-top: 4px;
}
.xd-ul li a:hover{
	background: #e50a29;
}
.xd-ul li a:hover p,.xd-ul li a:hover h3,.xd-ul li a:hover div.time{
	color: #fff;
}

.redArmy-li{
	
}
.redArmy-li li a{
	border: 1px #fff solid;
	border-radius: 10px;
}
.redArmy-li li a:hover {
	box-shadow: 0 0 0 rgba(0, 0, 0, .2);
	border: 1px #e50a29 solid;
}
.redArmy-li li .img2{
	border: none;
	width: 230px;
	height: 138px;
}
.redArmy-li li .img2 img{
	width: 230px;
	height: 138px;
}
.redArmy-li li a:hover  .img2{
	border: none;
}
.redArmy-li li .news-rtxt{
	margin-left: 255px;
}

.redArmy-li  .news-rtxt .time{
	width: 70px;
	height: 100%;
	background: url(../img/czb1.png) no-repeat 50%;
}
.redArmy-li li a:hover .time{
	background: url(../img/czb2.png) no-repeat 50%;
}

.cz-page-rigth{
	margin-left: 0;
	 margin-right: 322px;
}
.cz-rlist{
	border: 1px #E6E6E6 solid;
	border-radius: 15px;
	padding: 10px 20px;
}
.cz-rlist li {
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	position: relative;
	padding-left: 14px;
}

.cz-rlist li+li {
	border-top: 1px #e6e6e6 dashed;
}

.cz-rlist li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #ababab;
}

.cz-rlist li a {
	margin-right: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.cz-rlist ul{
	margin-top: 5px;
}
.cz-rlist li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 22px;
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 50%;
}

.cz-rlist li:hover span {
	color: #e50a29;
}

.cz-rlist li:hover:before {
	background: #e50a29;
}

   
.lxwm-txt h2{
	font-size: 20px;
	margin-top: 20px;
	color: #333;
}
.lxwm-txt ul.llx-ul{
	float: left;
	width: 75%;
}
.lxwm-txt .llx-ul li{
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 2;
}
.lxwm-rwm{
	float: right;
}
.lxwm-rwm li{
	float: left;
	padding: 0 10px;
	text-align: center;
}
.lxwm-txt .llx-ul li span{
	width: 85px;
}
.lxtxt1{
	background: url(../img/h3bg.png) no-repeat bottom;
	padding-bottom: 40px;
}

.train-from{
	margin-top: 30px;
	border-radius: 20px;
	border: 3px #E50A29 solid;
	overflow: hidden;
}
.train-from h2{
	height: 66px;
	line-height: 66px;
	background: #E50A29;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.from-box2{
	padding: 30px;
	background: #fff;
	margin-left: -15px;
	margin-right: -15px;
}
.from-box2 li{
	float: left;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 20px;
}
.from-box2 li .inpt-div{
	height: 54px;
	line-height: 54px;
	border: 1px #e5e5e5 solid;
	border-radius: 6px;
	padding: 0 10px;
}
.from-box2 li .inpt-div input{
	width: 80%;
	border: none;
	background: transparent;
}
.from-box2 li .inpt-div span{
	float: right;
	color: #E50A29;
}
.from-box2 li.no-fl{
	width: 100%;
}
.from-box2 li.no-fl textarea{
	border: 1px #e5e5e5 solid;
	border-radius: 6px;
	height: 120px;
	padding: 10px;
	display: block;
	width: 100%;
}
.btn-from{
	text-align: center;
}
.btn-from button{
	height: 57px;
	padding: 0 8%;
	display: inline-block;
	margin-right: 20px;
	border: none;
	font-size: 18px;
	cursor: pointer;
	border-radius: 10px;
	background: #ececec;
	color: #333;
}
.btn-from button.b1{
	background: #e50a29;
	color: #fff;
}
.m-tab{
	display: none;
}
.class-tab .bd li a{
	display: block;
}

.sp_nav{
	background: url(../img/navbt.png) no-repeat;
	width: 54px;
	height: 54px;
	position: absolute;
	right: 20px;
	top: 17px;
}
.sp_nav.sp_nav_se{
	background: url(../img/navbt2.png) no-repeat;
}

.sjj_nav {
    position: fixed;
    z-index: 2000;
    background: #fff;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.bodys{
	overflow: hidden;
}

.nav_show{
	top: 147px;
}
.sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}

.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 92px)
}

.sjj_nav>ul>li:first-child .language {
	float: right;
	width: 92px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
	width: 45px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
}

.sjj_nav ul li i {
	position: absolute;
	top: 0;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 40px;
	width: 40px;
	padding: 0px 7px 0 7px;
	background: url(../img/h3bg1.png) no-repeat center;
}
.sjj_nav ul li i.sjj_nav_i_se{
	background: url(../img/h3bg2.png) no-repeat center;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 44px;
	font-size: 14px
}

.sjj_nav>ul>li:last-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #666;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}



.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #005bc1
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}
.sp_nav{
	display: none;
}

.jd-swiper .swiper-pagination{
	display: none;
}

@media screen and (max-width: 1260px){
	.zt-list{
		margin-left: -5px;
		margin-right: -5px;
	}
	.content-box .special-list li{
		padding: 0 5px;
	}
	.content-box{
		padding: 10px;
	}
	.news-rtxt{
		margin-left: 255px;
		padding-right: 80px;
	}
	.w1300{
		max-width: 960px;
	}
	.index-01Left{
		width: 100%;
	}
	.index-01Left img{
		width: 100%;
		max-width: 100%;
	}
	.index-01Riglt{
		width: 100%;
			margin-top: 25px;
	}
	.mt35{
		margin-top: 25px;
	}
	.index-02left{
		width: 100%;
	}
	.index-02rigth{
		width: 100%;
		margin-top: 25px;
		background-size: cover;
	}
	.pc-tab{
		display: none;
	}
	.index-about{
		width: 100%;
		height: auto;
	}
	.btn-box {
		text-align: center;
	}
	.btn-box a{
		display: inline-block;
		float: none;
		text-align: left;
		margin: 0 10px;
	}
	.zt-list li{
		width: 50%;
	}
	.m-tab{
		display: block;
		width: 100%;
		margin-top: 25px;
	}
	.index-04left{
		width: 100%;
	}
	.video-con{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.index-04cen{
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
	}
	.index-04right{
		width: 100%;
		margin-top: 25px;
	}
	.index-05left{
		width: 100%;
	}
	.slideBox .bd img{
		width: 100%;
		height: auto;
	}
	.index-05cen{
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
		height: auto;
	}
	.index-05left{
		height: auto;
		padding-bottom: 20px;
	}
	.index-05right{
		width: 100%;
		height: auto;
		margin-top: 25px;
	}
	.footnav-ul{
		display: none;
	}
	.foot-about{
		width: 100%;
		background:none;
		height: auto;
		padding: 0;
	}
	.rwm-s{
		display: none;
	}
	.logo-txt{
		padding-right: 50px;
	}
}


@media screen and (max-width: 990px){
	.cz-page-rigth{
		margin-right: 0;
	}
	
	.page-left{
		display: none;
	}
	.page-rigth{
		margin-left: 0;
	}
	.content-box{
		padding: 15px;
	}
	.banner-txt {
	    padding-right: 5%;
	    color: #fff;
	    padding-top: 46px;
		text-shadow:1px 1px 1px #000; 
	}
	.bg-banner{
		background-size: cover;	
		height: 150px;
	}
	.top-gg{
		background: #e50a29 url(../img/tb.jpg) no-repeat right top;
		padding: 10px 0;
		height: auto;
line-height: auto;	}
	
	.sp_nav{
		display: block;
	}
	.top-ban{
		display: none;
	}
	.right-roll{
		display: none;
	}
	.logo-txt{
		display: none;
	}
	.header-box{
		background-size: 100% 100%;
	}
	.nav{
		display: none;
	}
	.header-box{
		height: auto;
	}
	.top-logo{
		height: auto;
	}
	.logo{
		margin-top: 0;
		padding: 25px 0;
	}
	.top-logo{
		position: relative;
	}
	.copy .fl,.copy .fr{
		float: none;
	}
	
}
@media screen and (max-width: 640px){
	.album-list{
		margin-left: -5px;
		margin-right: -5px;
	}
	.album-list li{
		width: 50%;
	}
	.album-list li{
		padding: 0 5px;
	}
	.detailed-fy li{
		max-width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.content-box .special-list li{
		width: 50%;
	}
	
	.jsfs-dl{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.jsfs-dl dt{
		float: none;
		width: 100%;
		height: auto;
	}
	.jsfs-dl dt img{
		width: 100%;
		height: auto;
	}
	.jsfs-dl dd{
		margin-left: 0;
		    height: auto;
			max-height: 214px;
	}
	.scrolllayout{
		height: auto;max-height: 156px;
	}
	.jd-swiper {
		padding-bottom: 40px;
	}
	.jd-swiper .swiper-pagination-bullet-active{
		background: #E50A29;
		width: 24px;
		
	}
	.jd-swiper .swiper-pagination-bullet{
		border-radius: 4px;
	}
	.jd-swiper .swiper-pagination{
		display: block;
	}
	.jd-swiper .swiper-button-next{
		display: none;
	}
	.jd-swiper .swiper-button-prev{
		display: none;
	}
	
	.content-box{
		padding: 10px;
	}
	.page-rigth{
		margin-left: -12px;
		margin-right: -12px;
		border-radius: 0;
	}
	.inpt-left{
		width: 100%;
		float: none;
	}
	.input-btn{
		margin-left: 0;
		margin-top: 25px;
	}
	.r-position{
		display: none;
	}
	.index-02rigth{
		height: auto;
	}
	.index-01Left .swiper-slide .title{
		display: none;
	}
	.zt-imgbox li{
		padding: 0 5px;
	}
	.zt-imgbox{
		margin-left: -5px;
		margin-right: -5px;
	}
	.index-about{
		padding: 10px;
	}
	.rtab .bd{
		padding: 10px;
	}
	.index-02rigth{
		padding: 10px;
	}
	.class-tab{
		padding: 10px;
	}
	.zt-list li{
		padding: 0 5px;
	}
	.zt-list{
		margin-left: -5px;
		margin-right: -5px;
	}
	.zt-imgbox{
		margin-top: 20px;
	}
	.index-04{
		padding: 10px;
	}
	.index-05left{
		padding: 10px;
	}
}
@media screen and (max-width: 540px){
	
	.news-ul li .img2{
		float: none;
		width: 100%;
		height: auto;
	}
	.news-ul li a{
		padding: 0;
		margin-bottom: 20px;
	}
	.news-ul li a:hover{
		box-shadow: 0 0 0 rgba(0,0,0,0);
	}
	.news-rtxt{
		margin-left: 0;
	}
	.from-box2 li{
		width: 100%;
		float: none;
	}
	.from-box2{
		padding:20px 10px;
	}
	.vode-list{
		margin-left: -5px;
		margin-right: -5px;
	}
	.vov-conent{
		width: 96%;
		padding: 10px;
	}
	.vov-conent .gb-btn{
		right: 0;
		top: -40px;

	}
	.vode-list li{
		width: 50%;
		padding: 0 5px;
	}
	.picture-ul1 li{
		width: 100%;
		float: none;margin-bottom: 20px;
	}
	.picture-ul1 li a{
		padding: 10px;
	}
	.picture-ul1 li div.img img{
		width: 100%;
		height: auto;
	}
	.logo img{
		height: 20px;
		width: auto;
	}
	.sp_nav,.sp_nav.sp_nav_se{
		width: 40px;
		height: 40px;
		background-size: cover;
		right: 0px;
	}
	.nav_show{top: 135px;}
	.top-gg .fr{
		display: none;
	}
	.index-02rigth .rmw-box{
		display: none;		
	}
	.index-02rigth{
		padding-bottom: 20px;
		border-radius: 10px;
		overflow: hidden;
	}
	.lx-ul li{
		width: 100%;
	}
	.redArmy-li li .news-rtxt{
		margin-left: 0;
	}
	.news-ul li a:hover{
		border: none;
	}
}

@media screen and (max-width: 450px){
	
	.album-list li{
		width: 100%;
		float: none;
	}
	.content-box .special-list li{
		width: 100%;
		margin-bottom: 0;
	}
	.content-box .special-list{
		margin-bottom: 20px;
	}
	.bg-banner {
	    background: url(../img/banbg.jpg) no-repeat -520px top;}
		
	.mt35,.zt-list li,.index-05cen,.index-05right{
		margin-top: 20px !important;
	}
	.m-tab{
		margin-top: 20px;
	}
	.index-01Riglt{
		margin-top: 20px;
	}
	.video-con{
		margin-top: 0;
	}
	.index-02rigth .btn-box a{
		width: 140px;
		padding-left: 50px;
		margin: 0;
	}
	.btn-box a.fl{
		background: url(../img/btn1.png) no-repeat -25px;
		border-radius: 10px;
		overflow: hidden;
	}
	.btn-box a.fr {
	    background: url(../img/bt2.png) no-repeat -25px;
		border-radius: 10px;
		overflow: hidden;
	}
	.xd-ul li{
		width: 100%;
	}
	.zt-list li{
		width: 100%;
		margin-bottom: 0;
	}
	.zt-list{
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width: 1300px){
	.lxtxt1 .lxwm-rwm{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.lxwm-txt ul.llx-ul{
		width: 100%;
		float: none;
	}
}









