@charset "utf-8";
/* CSS Document */

body {
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑", "Arial", Helvetica, "宋体", Arial, Tahoma;
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;
}
/* 默认样式 */
.img-hide {
	overflow: hidden;
	display: block;
}
.img-hide img {
	transition: 0.5s all;
	transform: scale(1, 1);
}
.img-hide:hover img {
	transform: scale(1.15, 1.15);
}
.txt-elise {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
li {
	list-style: none;
}
a {
	color: #333;
}
ul {
	padding: 0;
	margin: 0;
}
a:hover, a {
	text-decoration: none !important;
}
a:focus {
	text-decoration: none !important;
	outline: none !important;
}
button:focus, button:hover, input:focus {
	outline: none!important;
}
p {
	margin: 0;
}
img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.container {
	width: 1470px;
}
/* logo */
.headertop {
	background: #a41515;
}
.header {
	background: #c81e27;
	height: 120px;
}
.logo {
	height: 100px;
	line-height: 120px;
}
.navbg {
	background: #fff;
}
.home-a {
	height: 100px;
	line-height: 100px;
}
.home-a a {
	color: #fff;
	padding-left: 20px;
}
.gz-clearFix {
*zoom:1;
	clear: both;
}
.gz-clearFix:after {
	content: '';
	display: block;
	clear: both;
}
.gz-clear {
	width: 100%;
	overflow: hidden;
}
.gz-title {
	display: block;
	overflow: hidden;
}
.search-c .form-control {
	background: rgba(255,255,255,0.5);
	cikir: #fff;
	border: none;
	height: 40px;
	border-radius: 0px;
	box-shadow: none;
}
.search-c {
	position: relative;
	margin-top: 43px;
	margin-left: 20px;
	width: 260px;
}
.btn-ss {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	background: url(/zsjyw/images/ss.png) center no-repeat!important;
}
.search-c .form-control::-webkit-input-placeholder {
 color:#fff;
}
.search-c .form-control::-moz-placeholder {   /* Mozilla Firefox 19+ */
 color:#fff;
}
.search-c .form-control:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#fff;
}
.search-c .form-control:-ms-input-placeholder {  /* Internet Explorer 10-11 */
 color:#fff;
}
.row {
	margin: 0 -20px;
}
.col-xs-6 {
	padding: 0 20px;
}
/* 导航菜单 */
.nav-list li {
	float: left;
	width: 8.2%;
	position: relative;
	z-index: 9999;
}
.nav-list li a {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #000;
	line-height: 60px;
}
.nav-list li a.active {
	text-align: center;
	font-size: 18px;
	color: #a41515;
	line-height: 60px;
	font-weight: bold;
}
.nav-down {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	padding: 10px 0;
	width: 100%;
	border-top: solid 2px #ff9900;
	background: rgba(255,255,255,0.9);
}
.nav-down li {
	float: none;
	width: 100%;
}
.nav-down li a {
	font-size: 18px;
	color: #333;
	line-height: 45px;
}
.nav-list li a:hover {
	color: #fff;
	background: #a41515;
}
.nav-list li:hover .nav-down {
	display: block;
}
/* 导航2 */
.navbg2-01 {
	width: 100%;
	background: #a57d3e;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	padding: 15px;
	text-align: center;
	margin-bottom: 5px;
}
.navbg2-01 img {
	width: 36px;
	height: 36px;
}
.navbg2-01 a {
	color: #fff;
}
.navbg2-01 a:hover {
	color: #ccc;
}
.navbg2-02 {
	width: 100%;
	background: #de6052;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	padding: 15px;
	text-align: center;
	margin-bottom: 5px;
}
.navbg2-02 img {
	width: 36px;
	height: 36px;
}
.navbg2-02 a {
	color: #fff;
}
.navbg2-02 a:hover {
	color: #ccc;
}
.navbg2-03 {
	width: 100%;
	background: #9d7ca7;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	padding: 15px;
	text-align: center;
	margin-bottom: 5px;
}
.navbg2-03 img {
	width: 36px;
	height: 36px;
}
.navbg2-03 a {
	color: #fff;
}
.navbg2-03 a:hover {
	color: #ccc;
}
.navbg2-04 {
	width: 100%;
	background: #958c31;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	padding: 15px;
	text-align: center;
	margin-bottom: 5px;
}
.navbg2-04 img {
	width: 36px;
	height: 36px;
}
.navbg2-04 a {
	color: #fff;
}
.navbg2-04 a:hover {
	color: #ccc;
}
.navbg2-05 {
	width: 100%;
	background: #cd6b2b;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	padding: 15px;
	text-align: center;
	margin-bottom: 5px;
}
.navbg2-05 img {
	width: 36px;
	height: 36px;
}
.navbg2-05 a {
	color: #fff;
}
.navbg2-05 a:hover {
	color: #ccc;
}
.navbg2-06 {
	width: 100%;
	background: #3b74a4;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	padding: 15px;
	text-align: center;
	margin-bottom: 5px;
}
.navbg2-06 img {
	width: 36px;
	height: 36px;
}
.navbg2-06 a {
	color: #fff;
}
.navbg2-06 a:hover {
	color: #ccc;
}

@media (max-width:768px) {
/* 导航2 */

.navbg2-01 {
	width: 100%;
	background: #a57d3e;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
}
.navbg2-01 img {
	width: 30px;
	height: 30px;
}
.navbg2-02 {
	width: 100%;
	background: #de6052;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
}
.navbg2-02 img {
	width: 30px;
	height: 30px;
}
.navbg2-03 {
	width: 100%;
	background: #9d7ca7;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
}
.navbg2-03 img {
	width: 30px;
	height: 30px;
}
.navbg2-04 {
	width: 100%;
	background: #958c31;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
}
.navbg2-04 img {
	width: 30px;
	height: 30px;
}
.navbg2-05 {
	width: 100%;
	background: #cd6b2b;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
}
.navbg2-05 img {
	width: 30px;
	height: 30px;
}
.navbg2-06 {
	width: 100%;
	background: #3b74a4;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
}
.navbg2-06 img {
	width: 30px;
	height: 30px;
}
}
/* 轮播图 */
.banner img {
	width: 100%;
}
.banner {
	margin: 0;
}
.banner .slick-dots {
	bottom: 30px;
}
.banner .slick-dots li, .banner .slick-dots li button {
	width: 15px;
	height: 15px;
	background: #ccc;
	border-radius: 50%;
}
.banner .slick-dots li.slick-active button {
	background: #c81e27;
}

@media (max-width:768px) {
.banner .slick-dots li, .banner .slick-dots li button {
	width: 10px;
	height: 10px;
}
}
/*section*/
.section0 {
	background: #a20a12 url(../images/navbg02.jpg);
	padding: 30px 0 30px 0;
}
.section1 {
	background: #fff;
	padding: 30px 0 50px 0;
}
.s-title1 {
	border-bottom: 1px #eee solid;
	font-size: 36px;
	color: #c81e27;
	line-height: 40px;
	margin: 30px 0 20px 0;
	padding-bottom: 20px;
}
.s-title-img {
	padding-right: 20px;
}
.s-title1 .more {
	font-size: 16px;
	color: #c81e27;
	position: relative;
	float: right;
}
.s-title1 .more a {
	font-size: 16px;
	color: #c81e27;
	position: relative;
	float: right;
}
.s-title1 .more a:hover {
	font-size: 17px;
	color: #c81e27;
	position: relative;
	float: right;
}
.s-title2 {
	border-bottom: 0px #eee solid;
	font-size: 36px;
	color: #fff;
	line-height: 40px;
	margin: 30px 0 10px 0;
	padding-bottom: 20px;
}
.s-title2 .more {
	font-size: 16px;
	color: #fff;
	position: relative;
	float: right;
}
.s-title2 .more a {
	font-size: 16px;
	color: #fff;
	position: relative;
	float: right;
}
.s-title2 .more a:hover {
	font-size: 17px;
	color: #eee;
	position: relative;
	float: right;
}

@media (max-width:768px) {
.s-title1 {
	border-bottom: 1px #eee solid;
	font-size: 22px;
	color: #c81e27;
	line-height: 30px;
	margin: 20px 0 10px 0;
	padding-bottom: 10px;
}
.s-title-img {
	padding-right: 10px;
}
.s-title1 .more {
	font-size: 16px;
	color: #c81e27;
	position: relative;
	float: right;
}
.s-title1 .more a {
	font-size: 16px;
	color: #c81e27;
	position: relative;
	float: right;
}
.s-title1 .more a:hover {
	font-size: 17px;
	color: #c81e27;
	position: relative;
	float: right;
}
.s-title2 {
	border-bottom: 0px #eee solid;
	font-size: 24px;
	color: #fff;
	line-height: 20px;
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
}
.s-title2 .more {
	font-size: 16px;
	color: #fff;
	position: relative;
	float: right;
}
.s-title2 .more a {
	font-size: 16px;
	color: #fff;
	position: relative;
	float: right;
}
.s-title2 .more a:hover {
	font-size: 17px;
	color: #eee;
	position: relative;
	float: right;
}
.section0 {
	background: #a20a12;
	padding: 10px 0 0;
}
}
.s1-p {
	padding: 25px;
	background: #f3f3f3;
	font-size: 16px;
	line-height: 220%;
}
.s1-more {
	color: #c81e27;
	margin-top: 15px;
}
.s1-more a {
	color: #c81e27;
	margin-top: 15px;
}
.s1-more a:hover {
	color: #c81e27;
	margin-top: 15px;
	font-weight: bold;
}
.section2 {
	background: #f8f3f3 url(../images/section3.jpg) top center no-repeat;
	padding: 50px 0 50px 0;
}
.s2-all {
	width: 100%;
	padding: 5px 30px 30px 30px;
	border: 2px solid #fff;
	background: rgba(255, 255, 255, 0.9);
}
.section3 {
	background: #fff;
	padding: 50px 0 80px 0;
}
.section4 {
	background: #fff;
	padding: 50px 0 80px 0;
}
.s4-ztzl {
	background: #f3f3f3;
	padding: 20px;
	margin: 15px 0 30px 0;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}
.s4title {
	background: #f3f3f3;
	font-size: 20px;
	color: #c81e27;
	line-height: 40px;
	padding: 5px 0 5px 0;
}
.s4title-p {
	font-size: 14px;
	color: #777;
}
.s4title a {
	color: #000;
	font-weight: bold;
}
.s4title a:hover {
	font-weight: bold;
	color: #c81e27;
}
.s4-ztzl a img {
	width: 80px;
	height: 80px;
	margin-right: 20px;
	text-align: center;
}
.section5 {
	background: #f2fbf9 url(../images/section5.jpg) top center no-repeat;
	padding: 30px 0 30px 0;
}
.section6 {
	background: #f3f3f3;
	padding: 10px 0 30px 0;
}
.s6-title {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 40px;
	margin: 30px 0;
	border-bottom: 1px #ccc solid;
}
.s6-yqlj ul {
	list-style: none;
}
.s6-yqlj li {
	float: left;
	list-style: none;
	width: 18%;
	margin-top: 5px;
	margin-right: 15px;
	line-height: 40px;
	font-size: 16px;
}
.s6-yqlj a {
	text-align: left;
}
.s6-yqlj a:link {
	color: #000;
	text-decoration: none;
}
.s6-yqlj a:visited {
	color: #333;
	text-decoration: underline;
}
.s6-yqlj a:hover {
	color: #c81e27;
	text-decoration: none;
	font-weight: bold;
}
.s6-yqlj i {
	color: #c81e27;
	margin-right: 10px;
}
.section7 {
	background: #eee;
	padding: 30px 0 80px 0;
}
.s7-all {
	width: 100%;
	padding: 30px;
	border: 10px solid #fff;
	background: #fff8f8;
}
.s7-cj-title {
	text-align: center;
	line-height: 150px;
	background: url(/zsjyw/images/cj.png);
	height: 150px;
}
.s7-cj-title .t1 {
	font-size: 40px;
	color: #c81e27;
	border: 2px #c81e27 solid;
	font-weight: bold;
	padding: 15px 30px;
}
/* 新闻 */
.img-left {
	margin-top: 50px;
	position: relative;
}
.img-slick-img a {
	display: block;
	position: relative;
	padding-top: 53%;
}
.img-slick-img a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.img-slick-tt a {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.img-slick-tt {
	margin: 22px 0 5px 0;
}
.img-slick-p {
	color: #999;
	margin-top: 15px;
}
.img-slick .slick-prev, .img-slick .slick-next {
	width: 32px;
	height: 32px;
	border-radius: 4px;
	z-index: 9;
}
.slick-bottom {
	position: absolute;
	left: 0;
	bottom: 55px;
	margin: 0;
}
.slick-bottom a {
	display: block;
	color: #fff;
	width: 70px;
	padding-top: 5px;
	background: #c81e27;
	height: 70px;
	margin-right: 1px;
}
.slick-bottom a span {
	font-size: 24px;
	font-weight: bold;
}
.slick-bottom .slick-current a {
	background: #ff9900;
}
.title {
	margin-top: 45px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ededed;
	position: relative;
}
.title span {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding-left: 38px;
	position: relative;
}
.title span i {
	position: absolute;
	left: 0;
	top: -3px;
}
.title a {
	float: right;
	color: #999;
	padding-right: 18px;
	margin-top: 5px;
}
.title:before {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-bottom: solid 1px #c81e27;
	width: 74px;
}
.title1 {
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: solid 0px #ededed;
	position: relative;
}
.title1 span {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding-left: 45px;
	position: relative;
}
.title1 span i {
	position: absolute;
	left: 0;
	top: -3px;
}
.title1 a {
	float: right;
	color: #999;
	padding-right: 18px;
	margin-top: 5px;
}
.title1:before {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-bottom: solid 1px #c81e27;
	width: 74px;
}
.yw-list-tt a {
	font-size: 18px;
	color: #000;
}
.yw-list-tt1 a {
	font-size: 18px;
	line-height: 40px;
	color: #000;
	font-weight: bold;
}
.yw-list-tt1:hover a {
	color: #c81e27;
	font-weight: bold;
	font-size: 18px;
}
.yw-list-tt1 span {
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
}
.yw-list-tt1 {
	position: relative;
	padding-right: 100px;
	line-height: 40px;
}
.yw-list-tt {
	position: relative;
	padding-right: 100px;
	line-height: 22px;
	margin-bottom: 3px;
}
.yw-list-tt span {
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
}
.yw-list li {
	margin-bottom: 25px;
}
.yw-list-p {
	color: #777;
	text-align: justify;
	line-height: 24px;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.yw-list-tt:hover a {
	color: #c81e27;
	font-weight: bold;
	font-size: 18px;
}
.yw-list {
	position: relative;
}
/* 专业设置 */
.dt-ul li {
	float: left;
	width: 50%;
	padding: 15px 0px;
}
.dt-ul li a {
	display: block;
	background: #f3f3f3;
	font-size: 20px;
	color: #c81e27;
	line-height: 80px;
	font-weight: bold;
	border: 5px #fff solid;
}
.dt-ul li a:hover {
	background: #fff;
	box-shadow: 0px 0px 28px 0px rgba(0, 102, 204, 0.16);
	font-size: 24px;
	color: #fff;
}
.dt-ul li a img {
	margin-right: 20px;
}
.dt-ul {
	padding: 10px 10px;
}
.dt-box {
	background: #fff;
	margin-top: 20px;
	padding: 30px;
}
.dt-left {
	width: 72%;
	padding-right: 40px;
}
.dt-box .title {
	margin-top: 0;
	margin-bottom: 30px;
}
.dt-list li {
	float: left;
	width: 25%;
	padding: 0 11px;
}
.dt-list {
	margin: 0 -11px;
}
.dt-list-img a {
	display: block;
	position: relative;
	padding-top: 65%;
}
.dt-list-img a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.dt-list-bottom {
	position: relative;
	z-index: 10;
	padding: 45px 20px 20px 20px;
	background: #fff;
	box-shadow: 0px 0px 28px 0px rgba(0, 102, 204, 0.16);
}
.dt-list-date {
	position: absolute;
	left: 20px;
	top: -30px;
	line-height: 20px;
	padding-top: 10px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	background: #ff9900;
}
.dt-list-date span {
	font-size: 24px;
	font-weight: bold;
}
.dt-list-p a {
	font-size: 16px;
	color: #555;
	font-weight: bold;
}
.dt-lind {
	width: 70px;
	border-top: solid 2px #c81e27;
	margin: 15px 0;
}
.dt-p {
	color: #777;
	line-height: 20px;
	height: 40px;
	margin-top: 10px;
}
.dt-right {
	width: 28%;
}
.fd-list a {
	display: block;
	line-height: 50px;
	padding-right: 20px;
	background: #f8f8f8;
	font-size: 16px;
	color: #333;
}
.fd-list-left {
	width: 110px;
	text-align: center;
	border-right: solid 1px #dbdbdb;
	font-size: 14px;
	color: #777;
}
.fd-list-right {
	margin-left: 130px;
}
.fd-list li {
	margin-bottom: 2px;
}
.dt-right .title {
	margin-bottom: 20px;
}
.fd-list a:hover, .fd-list a:hover .fd-list-left {
	background: #c81e27;
	color: #fff;
}
.bottom-c {
	position: relative;
	padding-left: 120px;
	height: 292px;
	margin-top: 40px;
}
.title-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 292px;
	background: #c81e27;
	background-size: cover;
	text-align: center;
	padding: 70px 40px 0 40px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.title-left img {
	margin-bottom: 20px;
}
.bottom-right {
	height: 292px;
	border: solid 1px #ededed;
	border-bottom-color: #ff9900;
	border-left: none;
	padding: 30px;
}
.bottom-ul li a {
	font-size: 16px;
	color: #555;
	padding-left: 15px;
}
.bottom-ul li {
	position: relative;
	margin-bottom: 23px;
	padding-right: 155px;
}
.bottom-ul li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
}
.list-more {
	display: inline-block;
	color: #999;
	padding-right: 18px;
}
.bottom-ul {
	margin-bottom: -10px;
}
.title-left-r {
	background: #c81e27;
	background-size: cover;
}
/* 底部 */
.footer {
	background: #c81e27;
	background-size: cover;
	margin-top: 0px;
	padding-bottom: 40px;
	padding-top: 40px;
}
.footer-p p {
	color: #fff;
	margin-bottom: 10px;
}
.footer-p {
	padding: 10px 0 0 0px;
	text-align: center;
}
.fooder-img {
	text-align: center;
	padding: 15px;
}
.fooder-img1 {
	padding: 15px;
}
.fooder-logo {
	line-height: 200px;
}
.footer-right a {
	display: inline-block;
	position: relative;
	margin-left: 30px;
}
.footer-right a span {
	position: absolute;
	display: none;
	bottom: 100%;
	left: 50%;
	width: 120px;
	margin-left: -60px;
}
.footer-right a span img {
	width: 117px;
}
.footer-right a:hover span {
	display: block;
}
.slick-dots li button:before {
	display: none;
}
.slick-prev:before, .slick-next:before {
	display: none;
}
.list-left-nav {
	background: #f8f8f8;
}
.nav-click {
	display: none;
}
.menu-button {
	position: absolute;
	display: none;
	top: 18px;
	right: 15px;
	z-index: 1000;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
.menu-button .bar:nth-of-type(1) {
	margin-top: 0px;
}
.menu-button .bar:nth-of-type(3) {
	margin-bottom: 0px;
}
.bar {
	position: relative;
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px auto;
	background-color: #fff;
	border-radius: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}
.cross {
	margin-top: -8px;
}
.cross .bar {
	margin: 13px auto;
}
.cross .bar:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	-ms-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
	opacity: 0;
}
.cross .bar:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	-ms-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}
.phone-search {
	display: none;
}
.search-box {
	position: fixed;
	left: 50%;
	display: none;
	top: 50%;
	width: 800px;
	height: 54px;
	background: #fff;
	padding-right: 115px;
	margin-left: -400px;
	z-index: 1000010;
}
.search-box .form-control {
	height: 54px;
	border-radius: 0;
	font-size: 18px;
	box-shadow: none;
	border: none;
}
.modal {
	z-index: 100000001;
}
.modal-backdrop {
	z-index: 10000000;
}
.modal-box {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000010;
}
.btn-search, .btn-search:hover, .btn-search:focus {
	position: absolute;
	right: 0;
	background: #c81e27;
	top: 0;
	width: 115px;
	height: 54px;
	border: none;
	border-radius: 0;
	padding: 0
}
.modal-back {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	background: rgba(0,0,0,0.5);
	display: none;
}
.search-box-lg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 10000;
}
/* 二级页面图片banner */
.list-banner {
	height: 60px;
}
.list-left {
	width: 240px;
	position: relative;
	z-index: 100;
}
.list-left-top {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	height: 94px;
	line-height: 94px;
	text-align: center;
	background: rgba(200,100,0,0.75);
}
.list-left-nav li a {
	display: block;
	font-size: 18px;
	color: #313131;
	line-height: 69px;
	border-bottom: dashed 1px #eae8e2;
	text-align: center;
}
.list-left-nav li a.active, .list-left-nav li a:hover {
	background: #f4f4f4;
	color: #c81e27;
	font-weight: bold;
	position: relative;
}
.list-left-nav li a.active:before, .list-left-nav li a:hover:before {
	display: block;
	content: "";
	height: 30px;
	width: 0px;
	background: #c81e27;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}
.list-right {
	width: 1155px;
	margin-top: 25px;
}
.list-right-tt {
	border-bottom: solid 1px #eceae4;
	margin-bottom: 20px;
}
.list-right-l {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	border-bottom: solid 1px #c81e27;
	padding: 10px;
	line-height: 25px;
	background: #c81e27;
}
.nav-b a, .nav-b {
	font-size: 15px;
	color: #888;
}
.nav-b a.active, .nav-b a:hover {
	color: #c81e27;
}
.nav-b {
	padding-top: 5px;
}
.about-txt p {
	margin-bottom: 0;
	text-align: justify;
	border-top: 1px solid #ededed;
	margin-top: 20px;
	padding-top: 10px;
	line-height: 38px;
	font-size: 16px;
	color: #313131;
	border: 1px solid #Ededed;
	border: 1px solid #Ededed;
	border: 1px solid #Ededed;
	border: 1px solid #Edede;
	border: 1px solid #Eded;
	border: 1px solid #Ede;
	border: 1px solid #Ed;
	border: 1px solid #E;
border: 1px solid #;
	border: 1px solid;
	border: 1px solid;
	border: 1px solid;
	border: 1px solid;
	border: 1px solid;
	border: 1px solid;
	border: 1px solid;
	border: 1px solid;
	border: 1px solid;
	border: 1px saddlebrown;
	border: 1px saddlebrown;
	border: 1px s;
	border: 1px;
	border: 1px;
	border: 1p;
	border: 1;
	border-top: 1px solid #ededed;
	border-top: 1px solid #ededed;
	border-top: 1px solid #ededed;
	border-top: 1px solid #edede;
	border-top: 1px solid #eded;
	border-top: 1px solid #ede;
	border-top: 1px solid #ed;
	border-top: 1px solid #e;
border-top: 1px solid #;
	border-top: 1px solid;
	border-top: 1px solid;
	border-top: 1px solid;
	border-top: 1px solid;
	border-top: 1px solid;
	border-top: 1px solid;
	border-top: 1px solid;
	border-top: 1px solid;
	border-top: 1px solid;
	border-top: 1px solid;
	border-top: 1px solid;
	border-top: 1px saddlebrown;
	border-top: 1px saddlebrown;
	border-top: 1px s;
	border-top: 1px;
	border-top: 1px;
	border-top: 1p;
	border-top: 1;
border-top:;
	border-top: indianred;
	border-top: indianred;
	border-top: papayawhip;
	border-top: papayawhip;
	border-top: ip;
	border-top: ipx;
	border-top: ipx;
	border-top: ipx;
	border-top: ipx;
	border-top: papayawhip;
	border-top: papayawhip;
	border-top: indianred;
	border-top: indianred;
	border-top: i;
}
.list-content {
	position: relative;/* padding-bottom: 100px; */
}
/* 内容页面 */
.content-title {
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
}
.content-title-s {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
.content-sp {
	text-align: center;
	color: #999;
	margin: 30px 0;
	border-bottom: 1px #eee solid;
	padding-bottom: 20px;
}
.content-span {
	margin: 0 10px 0 0;
}
.content-b {
	border-top: 1px solid #dbdbdb;
	font-size: 14px;
	margin: 40px 0;
}
.content-c {
	margin: 15px 0;
}
.content-c a {
	margin: 15px 0;
	color: #777;
}
.content-c a:hover {
	font-weight: bold;
	color: #c81e27;
}
/* 列表 */
.ls-ul-tt {
	font-size: 16px;
	color: #c81e27;
	font-weight: bold;
}
.ls-ul {
	margin-left: 25px;
	margin-top: 60px;
	position: relative;
	padding-bottom: 1px;
}
.ls-ul-p {
	font-size: 16px;
	color: #858985;
	margin-top: 15px;
}
.ls-ul li {
	position: relative;
	padding-left: 65px;
	margin-bottom: 47px;
}
.ls-ul li:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 47px;
	height: 21px;
}
.ls-ul:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	bottom: 0;
	width: 22px;
}
/* 二级页面文字列表 */
.gg-list li {
	position: relative;
	line-height: 49px;
	padding-right: 160px;
	border-bottom: dotted 1px #ccc;
	font-size: 16px;
	color: #313131;
}
.gg-list li:before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background: #555;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
}
.gg-list li>span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #969696;
}
.gg-list li a {
	font-size: 16px;
	color: #313131;
	padding-left: 15px;
}
.page-box {
	margin-top: 30px;
}
/* 手机导航 */
.article-nav {
	position: absolute;
	bottom: 100%;
	left: 15px;
	width: 240px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	height: 94px;
	line-height: 94px;
	text-align: center;
	background: #c81e27;
	background: rgba(177,43,27,0.75);
}
.article-nav span {
	display: inline-block;
	height: 94px;
	padding-left: 56px;
}
.article-tt {
	font-size: 26px;
	color: #222;
	margin-top: 40px;
}
.article-sm {
	font-size: 16px;
	color: #666;
}
.article-sm span {
	padding: 0 25px;
}
.article-sm {
	padding: 20px 0 30px 0;
	border-bottom: solid 1px #f4f4f4;
}
.article-txt p {
	font-size: 16px;
	color: #222;
	line-height: 40px;
	margin-bottom: 30px;
	text-indent: 2em;
}
.vsbcontent_img {
	text-align: center;
}
.article-txt img {
	height: auto !important;
	width: 600px !important;
	display: block;
	margin: 0 auto;
}
.article-txt {
	padding: 30px 0;
	border-bottom: solid 1px #f4f4f4;
}
.article-link p, .article-link p a {
	font-size: 16px;
	color: #313131;
}
.article-link p span {
	font-size: 16px;
	color: #a0a09f;
	font-weight: bold;
}
.article-link p {
	margin-bottom: 15px;
}
.article-link {
	margin-top: 25px;
}
.article-right {
	width: 305px;
	padding-left: 20px;
	z-index: 100;
	position: relative;
	background: #f4f4f4;
	padding-bottom: 1px;
}
.right-tt {
	position: relative;
	margin-bottom: 10px;
	padding-left: 35px;
	margin-top: 50px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	background-size: 20px auto;
}
.list-content-article .list-right {
	width: 935px;
	padding-bottom: 70px;
}
.list-content-article .nav-b {
	padding-right: 15px;
}
.right-tt:before {
	position: absolute;
	display: block;
	content: "";
	left: 135px;
	right: 0;
	top: 50%;
	border-top: solid 1px #eceae4;
}
.article-list li a {
	font-size: 16px;
	color: #313131;
	padding-left: 12px;
}
.article-list li {
	line-height: 35px;
	margin-right: 5px;
}
.article-bottom {
	padding-right: 15px;
}
.list-content-article {
	padding-bottom: 0;
}
/* 二级页面垂直菜单 */
.list-left-nav li {
	position: relative;
}
.list-left-nav li a span {
	display: inline-block;
	padding-right: 35px;
}
.list-left-nav-down li a {
	font-size: 16px;
	line-height: 40px;
}
.list-left-nav-down li a, .list-left-nav-down li a:before {
	border: none!important;
}
.list-left-nav-down li a font {
	padding-left: 20px;
}
.list-left-nav-down li a.on font, .list-left-nav-down li a:hover font {
	padding-left: 20px;
}
.list-left-nav-down li a.on {
	color: #c81e27;
}
.list-left-nav-down li a:before {
	display: none!important;
}
.list-left-nav-down li a:hover {
	background: none!important;
	font-weight: normal;
}
.list-left-nav-down {
	display: none;
}
.list-left-nav-down1 li a {
	font-size: 14px;
	line-height: 40px;
	background: #eee;
}
.list-left-nav-down1 li a, .list-left-nav-down li a:before {
	border: none!important;
}
.list-left-nav-down1 li a font {
	padding-left: 30px;
	background: #ccc;
}
.list-left-nav-down1 li a.on font, .list-left-nav-down li a:hover font {
	padding-left: 30px;
	background: #ccc;
}
.img-ul-img a {
	display: block;
	position: relative;
	padding-top: 71%;
}
.img-ul li {
	float: left;
	width: 33.333333%;
	padding: 0 18px;
	margin-top: 35px;
}
.img-ul {
	margin: 0 -18px;
	margin-top: -15px;
}
.img-ul img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.img-ul-tt a {
	font-size: 16px;
	color: #000;
}
.img-ul-tt {
	margin-top: 10px;
}
/*************************************/
.ld-list li {
	float: left;
	width: 100%;
	padding: 0 15px;
	margin-top: 30px;
}
.ld-list {
	margin: 0 -15px;
}
.ld-list-box {
	height: 140px;
	position: relative;
	border: solid 1px #e7e7e7;
	padding: 20px 25px 0 40px;
}
.ld-list-name {
	position: absolute;
	left: 25px;
	top: -15px;
	padding: 0 15px;
	background: #fff;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.ld-list-zw {
	font-size: 14px;
	color: #888;
	padding-top: 12px;
}
.ld-txt {
	color: #888;
	line-height: 25px;
	height: 54px;
	overflow: hidden;
	margin-top: 9px;
}
.ld-a {
	display: inline-block;
	margin-top: 15px;
	padding-right: 25px;
	color: #709c6e;
}
/*********************************/
.list-right-lg {
	width: 100%!important;
	margin-top: 0;
	padding-top: 25px;
}
.list-content-no:before {
	display: none;
}
.friend-ul li {
	float: left;
	width: 25%;
	padding: 0 7px;
	margin-bottom: 20px;
}
.friend-ul {
	margin: 0 -7px;
}
.friend-ul li a {
	display: block;
	border: solid 1px #f3f3f3;
	line-height: 52px;
	padding: 0 35px;
	font-size: 16px;
	color: #858985;
}
.friend-ul li a:hover {
	background: #c81e27;
	box-shadow: 0 0 7px rgba(0,57,143,0.75);
	color: #fff;
	border-color: #c81e27;
}
/**********************************/
.zt-list-lg li {
	margin-bottom: 40px;
}
.zt-list-lg {
	padding-top: 20px;
}
.page-box-sm {
	margin-top: 0;
}
.jg-ul li {
	width: 33.333333%;
	padding: 0 10px;
	margin-bottom: 25px;
	float: left;
}
.jg-box {
	border: solid 1px #f4f4f4;
	border-radius: 4px;
	padding: 20px;
}
.jg-logo {
	width: 61px;
	height: 61px;
}
.jg-name {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}
.jg-right {
	margin-left: 75px;
}
.jg-p {
	font-size: 15px;
	color: #888;
	margin-top: 3px;
}
.jg-ul {
	margin: 0 -10px;
}
.jg-box:hover {
	background: #f4f4f4;
}
.nav-list-two-nav-item:hover, .news-list-tt a:hover, .notice-list a, .gg-list li a:hover, .article-list li a:hover, .img-ul-tt a:hover, .ld-a:hover {
	color: #c81e27!important;
}
.mt-list-tt a:hover, .bottom-tt a:hover, .bottom-ul li a:hover, .friends-list li a:hover, .nav-list li a:hover {
	text-decoration: none !important;
}
.logo img.logo-s {
	display: none;
}
.home-link a:hover, .more-box a:hover, .friends-box a:hover {
	text-decoration: underline!important;
}
.news-ul-tt a:hover, .news-txt li div a:hover, .tz-ul-tt a:hover, .cg-ul-tt a:hover {
	color: #c81e27;
}
.tz-ul-box:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.title a:hover, .list-more:hover {
	color: #c81e27;
}
.dt-ul li a:hover, .dt-list-p a:hover, .bottom-ul li a:hover, .img-slick-tt a:hover, .article-link p a:hover {
	color: #c81e27;
}
.home-a a:hover {
	text-decoration: underline!important;
}
.zt-list li {
	float: left;
	width: 33.333333%;
	padding: 0 16px;
}
.zt-list {
	margin: 0 -16px;
	padding-bottom: 0px;
}
.zt-list li img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.zt-list li a {
	display: block;
	position: relative;
	padding-top: 26%;
}
.search-a {
	display: none;
}
.dt-list li:hover .dt-list-date {
	background: #c81e27;
}

@media( max-width: 1470px) {
.container {
	width: 1230px;
}
.list-right {
	width: 920px;
}
.mt-list-lg li a {
	height: 169px;
}
.yw-list li {
	margin-bottom: 16px;
}
.list-content-article .list-right {
	width: 895px;
}
.fc-lg .fc-ul li a {
	padding-top: 67%;
}
.friends-box span {
	padding: 0 15px;
}
.logo-b img {
	width: 300px;
}
.footer-center {
	margin-left: 80px;
}
}

@media( max-width: 1279px) {
.container {
	width: 970px;
}
.nav-list li a {
	font-size: 15px;
}
.nav-down li a {
	font-size: 12px;
}
.back-box {
	height: 450px;
}
.mt-list-lg li a {
	height: 130px;
}
.bottom-ul li {
	padding-right: 100px;
}
.footer-p {
	padding-left: 80px;
	padding-top: 0;
}
.banner .slick-dots {
	margin-right: -470px;
}
.list-right {
	width: 670px;
}
.list-content-article .list-right {
	width: 635px;
}
.jg-ul li {
	width: 50%;
}
.tz-ul li {
	width: 50%;
}
.friends-box span {
	padding: 0 5px;
}
.logo-b img {
	width: 250px;
}
.footer-center {
	margin-left: 30px;
	padding-left: 30px;
	width: auto;
	padding-right: 30px;
}
}

@media( max-width: 991px) {
.container {
	width: 750px;
}
.title {
	margin-top: 20px;
}
.col-xs-6, .dt-left, .dt-right {
	width: 100%;
}
.dt-left {
	padding: 0;
	margin-bottom: 20px;
}
.dt-ul li {
	width: 50%;
	margin-bottom: 15px;
}
.footer-p {
	padding-left: 0;
}
.dt-ul {
	padding-bottom: 5px;
}
.header {
	position: relative;
	z-index: 1000000;
	height: 50px;
}
.header .container {
	width: 100%;
}
.header .pull-right {
	display: none;
}
.header-right {
	display: none;
}

.logo {
	height: 50px;
	line-height: 50px;
}
.nav-box {
	height: 50px;
}
.nav-list {
	position: absolute;
	box-shadow: 1px 2px 3px #ddd;
	top: 50px;
	z-index: 1000;
	display: none;
	max-height: 80vh;
	overflow-y: auto;
	left: 0;
	right: 0;
	border-top: solid 1px #fff;
	background: #fff;
}
.nav-list li {
	float: none;
	margin: 0;
	width: 100%;
}
.nav-list li a {
	display: block;
	line-height: 40px;
	padding: 0 15px;
	text-align: left;
	font-size: 16px;
}
.header-a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	text-align: center;
}
.header-a a {
	display: inline-block;
	margin: 0 10px;
	float: none;
}
.header-a a.icon03 {
	display: none;
}
.header-a .pull-right {
	width: 100%;
}
.back-box {
	height: 400px;
}
.mt-list-lg li a {
	height: 96px;
}
.nav-down {
	position: static;
}
.menu-button {
	display: block;
}
.nav-list-two {
	height: auto;
	padding: 15px;
	position: static;
}
.nav-list-two-left-nav {
	width: 100%;
	float: none;
	padding-top: 0;
	margin-top: 0;
}
.nav-list-two-right-img, .nav-list li:hover .nav-list-two {
	display: none;
}
.nav-list-two {
	transition: 0;
}
.nav-list li {
	position: relative;
}
.nav-click {
	display: block;
	transition: 0.3s all;
	z-index: 10000;
	position: absolute;
	color: #333;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.nav-click.active {
	transform: rotate(180deg);
}
.phone-search {
	position: absolute;
	right: 60px;
	top: 0;
	line-height: 50px;
	display: block;
}
.search-box {
	width: 600px;
	margin-left: -300px;
}
.list-right {
	width: 450px;
}
.list-content-article .list-right {
	width: 100%;
}
.list-content-article:before, .article-right {
	display: none;
}
.friend-ul li {
	width: 33.333333%;
}
.jg-ul li {
	width: 100%;
}
.nav-list li {
	padding-bottom: 0;
}
.title-lg {
	font-size: 24px;
	margin: 20px;
	height: 100px;
	background-size: auto 100px;
	line-height: 100px;
}
.news-ul li {
	width: 100%;
	margin-bottom: 20px;
}
.news-txt li {
	width: 100%;
	margin-bottom: 15px;
}
.news-txt li div a {
	font-size: 16px;
}
.news-txt li div {
	padding-right: 95px;
}
.news-txt li div span {
	font-size: 14px;
}
.tz-ul li {
	width: 100%;
	margin-bottom: 15px;
}
.tz-ul-box {
	height: auto;
	padding: 15px;
}
.cg-row .col-xs-4 {
	width: 100%;
	height: auto;
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.cg-ul li {
	margin-bottom: 15px;
}
.img-slick {
	margin-bottom: 15px;
}
.cg-ul-txt {
	height: 60px;
	-webkit-line-clamp: 2;
}
.fc-sm, .fc-lg {
	width: 100%;
}
.friends-box font {
	display: block;
	text-align: left;
	margin-bottom: 10px;
}
.friends-box {
	text-align: left;
	border: none;
	margin-bottom: 20px;
}
.friends-box a {
	font-size: 16px;
	display: inline-block;
}
.friends-box span {
	font-size: 16px;
	display: inline-block;
	padding: 0 15px;
}
.friends-box {
	padding: 15px 0;
}
.footer {
	padding: 20px 0;
}
.logo-b {
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
}
.footer-center {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.footer-p p {
	font-size: 14px;
}
.ewm-txt {
	width: 100%;
	font-size: 14px;
	margin-top: 15px;
}
}

@media( max-width: 768px) {
.search-a {
	position: absolute;
	right: 60px;
	top: 14px;
	z-index: 10000000;
	display: block;
}
.container {
	width: 100%;
}
.slick-bottom a {
	width: 60px;
	height: 60px;
	font-size: 12px;
}
.header {
	position: relative;
}
.banner .slick-prev {
	width: 24px;
	height: 48px;
	background-size: 100% auto;
	margin-top: -24px;
}
.banner .slick-next {
	width: 24px;
	height: 48px;
	background-size: 100% auto;
	margin-top: -24px;
}
.news-list li {
	width: 100%;
	margin-bottom: 15px;
}
.dt-list li {
	width: 100%;
	margin-bottom: 15px;
}
.footer {
	margin-top: 0px;
}
.footer-p {
	text-align: center;
}
.footer-right {
	width: 100%;
	margin-top: 0px;
	text-align: center;
}
.footer-right a {
	margin: 0 10px;
}
.dt-left {
	margin-bottom: 5px;
}
.title-left {
	width: 60px;
	padding-left: 10px;
	padding-right: 10px;
	height: 270px;
}
.bottom-c {
	padding-left: 60px;
	margin-top: 20px;
	height: 270px;
}
.bottom-right {
	padding: 15px;
	height: 270px;
}
.title {
	margin: 20px 0;
}
.dt-ul li {
	width: 100%;
}
.dt-ul li a {
	text-align: left;
	padding-left: 20px;
	line-height: 50px;
}
.dt-back {
	padding: 20px 0;
}
.img-left {
	margin-top: 20px;
}
.news-list-tt a {
	font-size: 16px;
}
.notice-list li {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0;
}
.notice-list {
	padding-top: 0;
}
.notice-list a {
	font-size: 16px;
}
.notice-list a span {
	font-size: 14px;
}
.tz-list li {
	width: 100%;
	margin-bottom: 15px;
}
.left-box {
	width: 100%;
}
.back-box {
	height: auto;
}
.right-box {
	width: 100%;
}
.right-box .back-box {
	padding: 15px;
}
.mt-list li {
	width: 100%;
	margin-bottom: 15px;
}
.mt-list-b li {
	width: 100%;
	margin-top: 15px;
}
.mt-list-b li:first-child {
	margin-top: 0;
}
.mt-list-tt, .mt-list-tt a {
	font-size: 16px;
}
.back-tow {
	padding-bottom: 30px;
}
.back-three .col-xs-6 {
	width: 100%;
	margin-bottom: 15px;
}
.mt-list-lg li a {
	height: auto;
	padding-top: 60%;
}
.back-three {
	padding-bottom: 15px;
}
.zt-list li {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
.zt-list {
	padding-bottom: 10px;
}
.dt-box {
	background: #fff;
	margin-top: 20px;
	padding: 25px;
}
.friends-tt {
	margin-bottom: 10px;
}
.play-link a span {
	font-size: 16px;
	background-size: auto 40px;
	padding-top: 45px;
	margin-top: -33px;
}
.ewm-box .pull-left {
	margin: 0 5px;
	display: inline-block;
	float: none!important;
}
.ewm-box {
	width: 100%;
	padding: 0;
}
.banner .slick-dots {
	bottom: 10px;
}
.col-sm-4 {
	width: 50%;
	float: left;
}
.search-box {
	width: auto;
	margin-left: 0;
	left: 15px;
	right: 15px;
}
.list-left {
	width: 100%;
}
.list-left-top, .article-nav {
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding-left: 20px;
	font-size: 18px;
}
.list-banner {
	height: 50px;
	padding-top: 80px;
}
.list-content:before {
	display: none;
}
.list-left-nav li a {
	font-size: 16px;
	line-height: 40px;
	padding-left: 20px;
}
.list-left-nav {
	display: none;
}
.list-left-top .nav-click {
	height: 50px;
	line-height: 50px;
}
.list-right {
	width: 100%;
}
.nav-b {
	display: none;
}
.about-txt p {
	font-size: 14px;
	line-height: 25px;
}
.list-content {
	padding-bottom: 30px;
	min-height: 400px;
}
.ls-ul {
	margin: 20px 0 0 0;
}
.ls-ul li {
	margin-bottom: 20px;
}
.gg-list li {
	padding-right: 100px;
}
.page-box {
	margin-top: 30px;
}
.gg-list li {
	line-height: 40px;
}
.gg-list li a {
	font-size: 14px;
}
.gg-list li span {
	font-size: 14px;
}
.article-tt {
	font-size: 18px;
	margin-top: 20px;
}
.article-sm {
	font-size: 12px;
	padding-bottom: 20px;
}
.article-sm span {
	padding: 0 5px;
}
.article-txt p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
.article-txt {
	padding: 20px 0;
}
.article-bottom {
	padding-right: 0;
}
.article-link p, .article-link p a, .article-link p span {
	font-size: 14px;
}
.list-content-article .list-right {
	padding-bottom: 0;
}
.article-nav span {
	line-height: 50px;
	height: 50px;
}
.article-nav {
	width: auto;
	right: 15px;
}
.img-ul li {
	width: 50%;
	padding: 0 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.img-ul {
	margin: 0 -5px;
}
.img-ul-tt a {
	font-size: 14px;
}
.ld-list li {
	width: 100%;
}
.friend-ul li {
	width: 100%;
}
.friend-ul li a {
	font-size: 16px;
	padding: 0 20px;
	line-height: 45px;
}
.zt-list-lg {
	padding: 0;
}
}

@media( max-width: 640px) {
.logo a img {
	width: 70% !important;
}
}
#toolbarViewer {
	height: 32px;
	background-color: brown !important;
}
/*通知公告*/
.wrap_mode2 {
	background-size: cover;
	padding: 40px 0;
	overflow: hidden;
}
.mode2 {
}
.mode2 .gp-fl {
	width: 47.2%;
}
.mode2 .gp-fr {
	width: 47.2%;
}
.list3 {
	border-top: #e5e5e5 0px solid;
}
.list3 li a {
	display: block;
	padding: 17px 0;
	border-bottom: #e5e5e5 1px solid;
	overflow: hidden;
	transition: all 0.2s ease;
}
.list3 .listDate {
	display: inline-block;
	color: #fff;
	margin-top: 3px;
	background: #bb9d7e;
	padding: 5px;
}
.list3 .listDate1 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.list3 .listTitle {
	margin-left: 15px;
	line-height: 20px;
	transition: all 0.2s ease;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.list3 li a:hover {
	padding: 17px 20px;
	background: #fff;
	box-shadow: 0px 0px 28px 0px rgba(22, 62, 140, 0.16);
}
.list3 li a:hover .listTitle {
	font-weight: bold;
	color: #c81e27;
}
.list3 .mark {
	display: inline-block;
	min-width: 40px;
	text-align: center;
	padding: 0 14px;
	margin: 0 30px;
	height: 24px;
	line-height: 24px;
	border: #e5e5e5 1px solid;
	border-radius: 20px;
	float: left;
}
.list3 li a:hover .mark {
	background: #8c0000;
	color: #e0c67e;
	border: #8c0000 1px solid;
}
.list4 li a {
	padding: 16px 0;
}
.list4 .listDate:before {
	bottom: -20px;
}
.more2 {
	float: right;
	display: inline-block;
	padding: 14px 38px;
	border-bottom: #8c0000 1px solid;
	overflow: hidden;
	position: relative;
}
.more2:before {
	content: "";
	display: block;
	width: 43px;
	height: 43px;
	background: #f5f5f5;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 22px;
}
.more2 a {
	display: inline-block;
	padding-left: 24px;
	color: #999;
	position: relative;
	z-index: 1;
}
.more2 a:hover {
	color: #8c0000;
}

@media(max-width: 768px) {
.list3 .listDate {
	display: inline-block;
	color: #999;
	background: none;
	margin-top: 0px;
}
.list3 .listDate1 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.list3 .listTitle {
	margin-left: 5px;
	line-height: 14px;
	transition: all 0.2s ease;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
}
/*头部*/
.fl {
	float: left
}
.fr {
	float: right
}
.header_box {
	height: 35px;
	z-index: 100000;
	background: #eee;
	left: 0;
	right: 0;
}
.headertop {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.headertop > li {
	position: relative;
	display: block;
	z-index: 999;
}
.headertop > li > a {
	height: 35px;
	line-height: 35px;
	padding: 8px 15px;
	color: #fff;
}
.headertop > li > a:hover, .headertop > li > a:focus {
	text-decoration: none;
	background-color: #c81e27;
}
.headertop > li.disabled > a {
	color: #777;
}
.headertop > li.disabled > a:hover, .headertop > li.disabled > a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}
.headertop .open > a, .headertop .open > a:hover, .headertop .open > a:focus {
	background-color: #c81e27;
	border-color: #337ab7;
}
.headertop .headertop-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	border-bottom: 1px #eaeaea solid;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #c81e27;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

@media(max-width: 768px) {
.section1 {
	background: #fff;
	padding: 10px 0 10px 0;
}
.s-title {
	font-size: 24px;
	margin: 10px 0;
}
.section2 {
	background: #fff;
	padding: 10px 0 10px 0;
}
.section3 {
	background: #f3f3f3;
	padding: 10px 0 10px 0;
}
.section4 {
	background: #fff;
	padding: 10px 0 10px 0;
}
.s6-yqlj ul {
	list-style: none;
}
.s6-yqlj li {
	float: left;
	list-style: none;
	width: 45%;
	margin-top: 5px;
	margin-right: 15px;
	line-height: 40px;
	font-size: 16px;
}
.footer-p {
	text-align: center;
}
}
/*公共样式*/
.pb_sys_common {
	font-size: 12px;
	font-family: SimSun;
	line-height: 12px;
	color: #222;
}
.pb_sys_common a {
	text-decoration: none;
}
.pb_sys_common .p_pages {
	margin-left: -5px;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
	border: 1px solid #ccc;
	padding: 5px 8px;
	margin: 0px 0px 0px 5px;
	height: 24px;
	-height: auto;
	line-height: 12px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.pb_sys_common .p_t {
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o {
	color: #ccc;
}
.pb_sys_common .p_fun a, .pb_sys_common .p_no a {
	color: #222;
}
.pb_sys_common .p_dot {
	margin-left: 4px;
	margin-right: -4px;
	color: #222;
}
.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
	/*
    height:22px;
    border: 1px solid #aaa;
    outline-width:thin;
    outline-color:#258CFF;

    text-align:center;
    vertical-align:middle;    
    */
	font-family: SimSun;
	font-size: 12px;
	border: 1px solid #aaa;
	height: 22px;
	line-height: 20px;
	box-sizing: border-box;
	vertical-align: middle;
	outline-width: thin;
	outline-color: #258CFF;
	margin: 0px 2px;
	padding: 0px 1px;
}
.pb_sys_common .p_goto input {
	width: 22px;
	text-align: center;
}
.pb_sys_common .p_search input {
	width: 100px;
	text-align: left;
}
.pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus {
	border: 1px solid #258CFF;
}
.pb_sys_common .p_goto a, .pb_sys_common .p_search a {
	border: 1px solid #ccc;
	padding: 5px 6px;
	color: #222;
	margin: 0px;
	height: 24px;
	-height: auto;
	line-height: 12px;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}
.pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a {
	/*
    border-width:1px 0px 1px 1px;
    border-style:solid;
    border-color:#ccc;
    padding: 5px 6px;
    color: #222;
    */
	border-right: 1px solid #ccc;
	padding: 1px 5px;
	color: #888888;
}
.pb_sys_common .p_dosize_d {
	/*background-color:#f5f5f5;*/
	color: #222;
}
.pb_sys_common .p_dosize a:hover {
	/*background-color:#f5f5f5;*/
	color: #222;
}
.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a {
	/*border-right-width:1px*/
	border-right-width: 0px;
}
/*--------------------------------
      定位
---------------------------------*/
.m-r-5 {
	margin-right: 5px;
}
.m-r-10 {
	margin-right: 10px;
}
.m-r-20 {
	margin-right: 20px;
}
.m-b-0 {
	margin-bottom: 0px;
}
.m-b-2 {
	margin-bottom: 2px;
}
.m-b-5 {
	margin-bottom: 5px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-b-40 {
	margin-bottom: 40px;
}
.m-b-50 {
	margin-bottom: 50px;
}
.m-b-60 {
	margin-bottom: 60px;
}
.m-t-5 {
	margin-top: 5px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-25 {
	margin-top: 25px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-t-40 {
	margin-top: 40px;
}
.m-t-50 {
	margin-top: 50px;
}
.m-t-60 {
	margin-top: 60px;
}
.m-t-80 {
	margin-top: 80px;
}
.m-t-100 {
	margin-top: 100px;
}
.m-tb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.m-tb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.m-tb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.m-tb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.p-tb-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.p-tb-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.p-tb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.p-tb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.p-tb-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.p-tb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.p-all-30 {
	padding: 30px;
}
/*按钮控制*/
.pb_sys_normal .p_first, .pb_sys_normal .p_first_d, .pb_sys_normal .p_last, .pb_sys_normal .p_last_d {
	display: none;
}
.pb_sys_normal2 .p_first, .pb_sys_normal2 .p_first_d, .pb_sys_normal2 .p_last, .pb_sys_normal2 .p_last_d, .pb_sys_normal2 .p_prev_d, .pb_sys_normal2 .p_next_d {
	display: none;
}
.pb_sys_full {
}
.pb_sys_full2 .p_first_d, .pb_sys_full2 .p_last_d, .pb_sys_full2 .p_prev_d, .pb_sys_full2 .p_next_d {
	display: none;
}
.pb_sys_short .p_no, .pb_sys_short .p_no_d, .pb_sys_short .p_no_o, .pb_sys_short .p_dot {
	display: none;
}
.pb_sys_short2 .p_no, .pb_sys_short2 .p_no_d, .pb_sys_short2 .p_no_o, .pb_sys_short2 .p_dot, .pb_sys_short2 .p_first, .pb_sys_short2 .p_first_d, .pb_sys_short2 .p_last, .pb_sys_short2 .p_last_d {
	display: none;
}
/*样式1-4*/
.pb_sys_style1 .p_no a:hover, .pb_sys_style1 .p_fun a:hover, .pb_sys_style1 .p_goto a:hover, .pb_sys_style1 .p_search a:hover, .pb_sys_style2 .p_no a:hover, .pb_sys_style2 .p_fun a:hover, .pb_sys_style2 .p_goto a:hover, .pb_sys_style2 .p_search a:hover, .pb_sys_style3 .p_no a:hover, .pb_sys_style3 .p_fun a:hover, .pb_sys_style3 .p_goto a:hover, .pb_sys_style3 .p_search a:hover, .pb_sys_style4 .p_no a:hover, .pb_sys_style4 .p_fun a:hover, .pb_sys_style4 .p_goto a:hover, .pb_sys_style4 .p_search a:hover {
	background-color: #f5f5f5;
}
/*样式1 蓝*/
.pb_sys_style1 .p_no_d {
	border: 1px solid #258CFF;
	color: #fff;
	background-color: #258CFF;
}
/*样式2 红*/
.pb_sys_style2 .p_no_d {
	border: 1px solid #F04646;
	color: #fff;
	background-color: #F04646;
}
/*样式3 绿*/
.pb_sys_style3 .p_no_d {
	border: 1px solid #32B907;
	color: #fff;
	background-color: #32B907;
}
/*样式4 灰*/
.pb_sys_style4 .p_no_d {
	border: 1px solid #888;
	color: #fff;
	background-color: #888;
}
/*样式5-8*/
.pb_sys_style5 .p_fun_d, .pb_sys_style5 .p_no_d, .pb_sys_style5 .p_no_o, .pb_sys_style5 .p_fun a, .pb_sys_style5 .p_no a, .pb_sys_style5 .p_goto a, .pb_sys_style5 .p_search a, .pb_sys_style6 .p_fun_d, .pb_sys_style6 .p_no_d, .pb_sys_style6 .p_no_o, .pb_sys_style6 .p_fun a, .pb_sys_style6 .p_no a, .pb_sys_style6 .p_goto a, .pb_sys_style6 .p_search a, .pb_sys_style7 .p_fun_d, .pb_sys_style7 .p_no_d, .pb_sys_style7 .p_no_o, .pb_sys_style7 .p_fun a, .pb_sys_style7 .p_no a, .pb_sys_style7 .p_goto a, .pb_sys_style7 .p_search a, .pb_sys_style8 .p_fun_d, .pb_sys_style8 .p_no_d, .pb_sys_style8 .p_no_o, .pb_sys_style8 .p_fun a, .pb_sys_style8 .p_no a, .pb_sys_style8 .p_goto a, .pb_sys_style8 .p_search a {
	border: 1px solid transparent;
}
.pb_sys_style5 .p_no_d, .pb_sys_style5 .p_no a:hover, .pb_sys_style6 .p_no_d, .pb_sys_style6 .p_no a:hover, .pb_sys_style7 .p_no_d, .pb_sys_style7 .p_no a:hover, .pb_sys_style8 .p_no_d, .pb_sys_style8 .p_no a:hover {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.pb_sys_style5 .p_fun a:hover, .pb_sys_style5 .p_goto a:hover, .pb_sys_style5 .p_search a:hover, .pb_sys_style6 .p_fun a:hover, .pb_sys_style6 .p_goto a:hover, .pb_sys_style6 .p_search a:hover, .pb_sys_style7 .p_fun a:hover, .pb_sys_style7 .p_goto a:hover, .pb_sys_style7 .p_search a:hover, .pb_sys_style8 .p_fun a:hover, .pb_sys_style8 .p_goto a:hover, .pb_sys_style8 .p_search a:hover {
	text-decoration: underline;
}
/*样式5 蓝*/
.pb_sys_style5 .p_no_d, .pb_sys_style5 .p_no a:hover {
	border: 1px solid #258CFF;
	color: #fff;
	background-color: #258CFF;
}
/*样式6 红*/
.pb_sys_style6 .p_no_d, .pb_sys_style6 .p_no a:hover {
	border: 1px solid #F04646;
	color: #fff;
	background-color: #F04646;
}
/*样式7 绿*/
.pb_sys_style7 .p_no_d, .pb_sys_style7 .p_no a:hover {
	border: 1px solid #32B907;
	color: #fff;
	background-color: #32B907;
}
/*样式8 灰*/
.pb_sys_style8 .p_no_d, .pb_sys_style8 .p_no a:hover {
	border: 1px solid #888;
	color: #fff;
	background-color: #888;
}
/*图片列表*/
.list-tu li {
	float: left;
	width: 25%;
	padding: 0 11px 20px 0;
}
.list-tu {
	margin: 0 -11px;
}
.list-tu-img a {
	display: block;
	position: relative;
	padding-top: 65%;
}
.list-tu-img a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.list-tu-bottom {
	position: relative;
	z-index: 10;
	padding: 15px 20px 20px 20px;
	background: #fff;
	box-shadow: 0px 0px 28px 0px rgba(0, 102, 204, 0.16);
}
.list-tu-date span {
	font-size: 24px;
	font-weight: bold;
}
.list-tu-title {
	font-size: 16px;
	color: #555;
	text-align: center;
}
.list-tu-title a:hover {
	font-size: 16px;
	color: #c81e27;
	font-weight: bold;
}
.list-tu-p {
	color: #777;
	line-height: 20px;
	padding-top: 10px;
	height: 60px;
}
/*向左滚动*/
.miso_qh {
	opacity: 0;
	visibility: hidden;
	transition: 0.6s
}
.miso_qh.miso-initialized {
	opacity: 1;
	visibility: visible;
}
.miso-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	z-index: 0;
}
.miso-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.miso-list:focus {
	outline: none;
}
.miso-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.miso-slider .miso-track, .miso-slider .miso-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.miso-track {
	position: relative;
	left: 0;
	top: 0;
	display: inline-block;
	zoom: 1;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}
.miso-track:before, .miso-track:after {
	display: table;
	content: '';
}
.miso-track:after {
	clear: both;
}
.miso-loading .miso-track {
	visibility: hidden;
}
.miso-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	-moz-user-select: text;
	-khtml-user-select: text;
	user-select: text;
}
[dir='rtl'] .miso-slide {
	float: right;
}
.miso-slide img {
	display: block;
}
.miso-slide.miso-loading img {
	display: none;
}
.miso-slide.dragging img {
	pointer-events: none;
}
.miso-initialized .miso-slide {
	display: block;
}
.miso-loading .miso-slide {
	visibility: hidden;
}
.miso-vertical .miso-slide {
	display: block;
	height: auto;
}
.miso-arrow.miso-hidden {
	display: none;
}
.miso-loading .miso-list {
	background: #fff;
}
.miso-prev, .miso-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.miso-prev:hover, .miso-prev:focus, .miso-next:hover, .miso-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.miso-prev:hover:before, .miso-prev:focus:before, .miso-next:hover:before, .miso-next:focus:before {
	opacity: 1;
}
.miso-prev.miso-disabled:before, .miso-next.miso-disabled:before {
	opacity: .25;
}
.miso-prev:before, .miso-next:before {
	font-size: 2rem;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: bold;
	cursor: pointer
}
.miso-prev {
	left: 0px;
}
[dir='rtl'] .miso-prev {
	right: 0px;
	left: auto;
}
.miso-prev:before {
	content: '';
	font-family: simsun;
}
[dir='rtl'] .miso-prev:before {
	content: '';
	font-family: simsun;
}
.miso-next {
	right: 0px;
}
[dir='rtl'] .miso-next {
	right: auto;
	left: 0px;
}
.miso-next:before {
	content: '';
	font-family: simsun;
}
[dir='rtl'] .miso-next:before {
	content: '';
	font-family: simsun;
}

@media (max-width:4000px) {
html {
	font-size: 18px;
}
}

@media (min-width:1600px) and (max-width:1940px) {
html {
	font-size: 16px;
}
}

@media (min-width:1400px) and (max-width:1600px) {
html {
	font-size: 13px;
}
}

@media (min-width:640px) and (max-width:1399px) {
html {
	font-size: 13px;
}
}

@media (min-width:471px) and (max-width:639px) {
html {
	font-size: 12px;
}
}

@media (min-width:329px) and (max-width:470px) {
html {
	font-size: 12px;
}
}

@media (max-width:328px) {
html {
	font-size: 12px;
}
}
.list_box4 {
	padding-bottom: 3.25rem
}
.list_box4 li {
	margin-right: 3rem
}
.list_box4 li .ico {
	width: 6.375rem;
}
.list_box4 li .ico img {
	width: 100%
}
.list_box4 li .con {
	padding: 1.25rem 0 0 1.25rem
}
.list_box4 li .con h6 {
	font-size: 1rem;
	color: #323232;
	margin-bottom: .5rem
}
.list_box4 li .con h3 {
	font-size: 1rem;
	color: #323232
}
.list_box4 li .con h3 font {
	position: relative;
	display: inline-block
}
.list_box4 li .con h3 font small {
	opacity: 0;
	visibility: visible
}
.list_box4 li .con h3 font small, .list_box4 li .con h3 font big {
	font-family: Impact;
	color: #9e2121;
	font-size: 2.25rem;
}
.list_box4 li .con h3 big {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.list_box4 .miso-dots {
	bottom: 0;
	padding: 0;
	margin: 0
}
.list_box4 .miso-dots li {
	display: inline-block;
	width: .625rem;
	height: .625rem;
	border: #9e2121 1px solid;
	border-radius: 50%;
	transition: .5s;
	padding: 0;
	margin: 0 .5rem
}
.list_box4 .miso-dots li.miso-active {
	background: #9e2121
}
.container04 {
	background-size: 100% 100%;
	padding: 0 0 1.25rem;
	overflow: hidden
}
.container04 .left {
	background: #fcfdfd;
	width: 18.75rem;
	height: 30rem;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.09);
	position: relative;
	z-index: 1
}
.container04 .right {
	width: calc(100% - 18.75rem);
	padding: 0 1.25rem 0 0
}
.list_box5 {
	padding: 1.875rem 0
}
.list_box5 li {
	height: 3.75rem;
	line-height: 3.75rem;
	position: relative
}
.list_box5 li:before {
	content: "";
	position: absolute;
	left: 2.5rem;
	right: 2.5rem;
	height: 1px;
	bottom: 0;
	background: #e7e7e7
}
.list_box5 li a {
	display: block;
	padding: 0 2.5rem;
	font-size: 1.125rem;
	color: #323232;
	font-weight: bold;
	transition: .5s;
	position: relative;
	z-index: 1
}
.list_box5 li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: .5s
}
.list_box5 li a:after {
	content: "";
	position: absolute;
	z-index: -1;
	border-top: transparent 1.875rem solid;
	border-bottom: transparent 1.875rem solid;
	border-left: transparent 1.375rem solid;
	transition: .5s;
	right: -1.375rem;
	top: 0;
	-moz-transform: perspective(300px) rotateY(90deg);
	-ms-transform: perspective(300px) rotateY(90deg);
	-o-transform: perspective(300px) rotateY(90deg);
	transform: perspective(300px) rotateY(90deg);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
}
.list_box5 li a svg {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	fill: #9e2121;
	vertical-align: middle;
	margin: -3px .5rem 0 0;
	transition: .5s
}
.list_box5 li.miso-current a:before {
	background: #9e2121
}
.list_box5 li.miso-current a:after {
	border-left: #9e2121 1.375rem solid;
	-moz-transform: perspective(300px) rotateY(0);
	-ms-transform: perspective(300px) rotateY(0);
	-o-transform: perspective(300px) rotateY(0);
	transform: perspective(300px) rotateY(0);
}
.list_box5 li.miso-current a svg {
	fill: #fff
}
.list_box5 li.miso-current a {
	color: #fff
}
.list_box6 {
	background: #fcfdfd;
}
.list_box6 li .img, .list_box6 li .img img {
	width: 100%;
	height: 30rem;
	overflow: hidden;
	object-fit: cover
}
.list_box6 .miso-dots {
	bottom: 1.25rem;
	padding: 0;
	margin: 0
}
.list_box6 .miso-dots li {
	display: inline-block;
	width: .625rem;
	height: .625rem;
	border: #fff 1px solid;
	border-radius: 50%;
	transition: .5s;
	padding: 0;
	margin: 0 .5rem
}
.list_box6 .miso-dots li.miso-active {
	background: #fff
}
.list_box7 {
	margin: 0;
}
.list_box7 .miso-list {
	padding: 25px 15px;
	margin: -25px -15px;
}
.list_box7 li {
	float: left;
	width: 100%;
	padding: 0 1rem;
}
.list_box7 li a {
	display: block;
	background: #fff;
	border-radius: 10px;
	transition: .5s;
	position: relative;
	overflow: hidden
}
.list_box7 li a:hover {
	background: #d9e8f7;
}
.list_box7 li img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.list_box7 li a .img, .list_box7 li a .img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}
.list_box7 li a .box {
	padding: 1.25rem 1.875rem 1.75rem 1.875rem;
}
.list_box7 li a .box .time {
	width: 100px;
	text-align: center;
	padding: 0 1.25rem 0 0
}
.list_box7 li a .box .time h3 {
	font-size: 2.5rem;
	color: #9d9d9d
}
.list_box7 li a .box .time h6 {
	font-size: .875rem;
	color: #9d9d9d;
	margin: .125rem 0 0
}
.list_box7 li a .box .time span {
	display: block;
	height: 20px;
	line-height: 18px;
	border: #c81e27 1px solid;
	border-radius: 10px;
	font-size: 12px;
	color: #c81e27;
	margin: 1.125rem 0 0;
	background: #fff;
}
.list_box7 li a .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: .5s;
	transform: translateY(101%);
}
.list_box7 li a .box .con {
	width: 100%;
}
.list_box7 .box {
	border-radius: 30px;
}
.list_box7 li a .box .con h5 {
	font-size: 1.1rem;
	color: #323232;
	line-height: 1.75rem;
	height: 3.5rem;
	font-weight: bold;
	margin-bottom: .5rem
}
.list_box7 li a .box .con h6 {
	font-size: .875rem;
	color: #999999;
	line-height: 1.425rem
}
.list_box7 li a .box .con h6 span {
	display: inline-block;
	width: 24px;
	line-height: 1.625rem;
	vertical-align: top;
}
.list_box7 li a .box .con h6 span img {
	display: inline-block;
	vertical-align: middle
}
.bottom-box {
	height: 1.25rem;
	line-height: 1.25rem;
	width: 100%;
	z-index: 1;
	text-align: center;
	margin: 1.75rem 0 0;
}
.bottom-box .miso-prev1, .bottom-box .miso-next1 {
	display: inline-block;
	vertical-align: top;
	cursor: pointer
}
.bottom-box .miso-prev1 img, .bottom-box .miso-next1 img {
	height: 1.125rem
}
.bottom-box ul.list_box8 .miso-track {
	width: auto !important;
	transform: translate3d(0px, 0px, 0px) !important;
}
.bottom-box ul.list_box8 {
	margin: 0 0.5rem;
	display: inline-block
}
.bottom-box ul.list_box8 li {
	display: inline-block;
	width: .625rem;
	height: .625rem;
	border: #c81e27 1px solid;
	border-radius: 50%;
	transition: .5s;
	padding: 0;
	margin: .375rem .5rem;
	cursor: pointer
}
.bottom-box ul.list_box8 li.miso-current {
	background: #c81e27
}
.bottom-box ul.list_box8 li:first-child, .bottom-box ul.list_box8 li:last-child {
	display: none
}
.container002 {
	background: #eee ;
	padding: 2.5rem 0 3.25rem
}
.container05 {
	overflow: hidden
}

/*========================向左滚动================================*/

@media(min-width: 768px) {
.list_box3 li:hover:after {
	border: #9e2121 1px solid;
	background: #9e2121
}
.list_box3 li:hover h5 {
	font-weight: 600;
	color: #9e2121
}
.more001 a:hover {
	text-decoration: underline;
	font-weight: 600;
}
.title002:hover .icon001 .dot {
	transform: rotate(360deg)
}
.list_box5 li a:hover:before {
	background: #9e2121
}
.list_box5 li a:hover:after {
	border-left: #9e2121 1.375rem solid;
	-moz-transform: perspective(300px) rotateY(0);
	-ms-transform: perspective(300px) rotateY(0);
	-o-transform: perspective(300px) rotateY(0);
	transform: perspective(300px) rotateY(0);
}
.list_box5 li a:hover svg {
	fill: #fff
}
.list_box5 li a:hover {
	color: #fff
}
.list_box7 li a:hover {
	box-shadow: 0px 1px 35px 0px rgba(4, 0, 0, 0.2);
}
.list_box7 li a:hover .img {
	transform: translateY(0)
}
}
.l-tu-img img {
	display: block;
	position: relative;
	padding-top: 65%;
	border-radius: 15px 15px 0 0;
}
/*===============================================
  师资队伍
=================================================*/
.szdw ul {
	list-style: none;
}
.szdw li {
	float: left;
	list-style: none;
	width: 100%;
	margin-top: 30px;
	padding: 10px;
	background: #f2f7fc;
	margin-right: 15px;
	border-bottom: 2px #b2d1f0 solid;
}
.szdw a {
	display: block;
	text-align: left;
}
.szdw a:link {
	color: #000;
	text-decoration: none;
}
.szdw a:visited {
	color: #333;
	text-decoration: underline;
}
.szdw a:hover {
	color: #000;
	text-decoration: none;
}
.szdw li:hover {
	color: #999;
	text-decoration: none;
	background: #cce0f5 url(../images/section5.jpg);
	box-shadow: 0px 1px 20px 0px rgba(4, 0, 0, 0.2);
	border-bottom: 2px #c81e27 solid;
	font-weight: bold;
}
.szdw h3 {
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 24px;
	border-left: 4px #33bdb6 solid;
	padding-left: 10px;
	color: #c81e27;
}
.szdw h3:hover {
	font-weight: bold;
}
.szdw h4 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
}
.szdw .zy {
	font-size: 14px;
	color: #888;
	word-break: break-all;
}
.szdw img {
	width: 160px;
	height: 218px;
	border-radius: 0;
	margin-right: 30px;
}
.szdw .fl {
	float: left;
}
.szdw .rt {
	padding-top: 30px;
}
.szdw1 ul {
	list-style: none;
}
.szdw1 li {
	float: left;
	list-style: none;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 30px;
	background: #fff;
	margin-right: 15px;
	border-bottom: 0px #ccc solid;
}
.szdw1 a {
	display: block;
	text-align: left;
}
.szdw1 a:link {
	color: #000;
	text-decoration: none;
}
.szdw1 a:visited {
	color: #333;
	text-decoration: underline;
}
.szdw1 a:hover {
	color: #000;
	text-decoration: none;
}
.szdw1 h3 {
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 120px;
	margin-bottom: 15px;
	font-size: 30px;
	padding-left: 10px;
	color: #c81e27;
}
.szdw1 h3:hover {
	font-weight: bold;
}
.szdw1 h4 {
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 16px;
}
.szdw1 p {
	font-size: 16px;
	color: #333;
	word-break: break-all;
	margin: 30px 0 50px;
	line-height: 30px;
}
.szdw1 .zy {
	font-size: 14px;
	color: #888;
	word-break: break-all;
}
.szdw1 img {
	width: 200;
	height: 273px;
	border-radius: 0;
	margin-right: 30px;
}
.szdw1 .tubg {
	background: #c81e27;
}
.szdw1 .fl {
	float: left;
}
.szdw1 .rt {
	padding-top: 30px;
	border-bottom: 1px #ccc solid;
}

@media (max-width:768px) {
.szdw li {
	float: left;
	list-style: none;
	width: 100%;
	margin-top: 15px;
	padding: 10px;
	background: #f2f7fc;
	margin-right: 15px;
	border-bottom: 1px #b2d1f0 solid;
}
.szdw h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
}
.szdw img {
	width: 110px;
	height: 150px;
	margin-right: 30px
}
.szdw .fl {
	float: left;
}
.szdw .rt {
	padding-top: 1px;
}
.szdw .zy {
	font-size: 12px;
	color: #555;
	word-break: break-all;
}
.szdw1 img {
	margin-right: 0px;
}
.szdw1 h3 {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 24px;
	color: #c81e27;
	text-align: center;
}
.szdw1 h4 {
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 16px;
	text-align: center;
}
.szdw1 p {
	font-size: 14px;
	color: #333;
	word-break: break-all;
	margin: 30px 0 10px;
	line-height: 30px;
	padding: 15px;
}
.szdw1 .fl {
	float: none;
	text-align: center;
}
.szdw1 .rt {
	width: 100%;
	padding-top: 30px;
	border-bottom: 1px #ccc solid;
}
}

/*===============================================
  学生活动轮播
=================================================*/
@media (max-width:768px) {
.hd-c ul li {
	margin-left: 15px;
	margin-right: 10px;
}
.title span {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	padding-left: 38px;
	position: relative;
}
.title1 span {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	padding-left: 45px;
	position: relative;
}
}
.hd-c ul {
	margin-left: -15px;
	margin-right: -15px;
}
.hd-c ul .slick-track {
	margin: 5px 0 10px 0;
}
.hd-c ul li {
	transition: all 0.3s;
}
.hd-c ul li a {
	margin: 15px;
}
.hd-c li img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.hd-c ul li:hover {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
}
.hd-c .box {
	margin: 15px;
}
.hd-c .h5 {
	font-size: 16px;
	color: #323232;
	line-height:24px;
	height: 45px;
	font-weight: bold;
}
.hd-c .h6 {
	font-size: 14px;;
	color: #888;
	margin-bottom: 30px;
	line-height:20px;
}
.hd-c .time span {
	display: block;
	width: 100px;
	height: 20px;
	line-height: 18px;
	border: #c81e27 1px solid;
	border-radius: 10px;
	font-size: 12px;
	color: #c81e27;
	margin: 30px 0 15px 0;
	background: #fff;
	text-align: center;
}
.hd-c ul li a {
	display: block;
	background: #fff;
	border-radius: 10px;
	transition: .5s;
	position: relative;
	overflow: hidden
}
.hd-c ul li a:hover {
	background: #fcf0f0;
}
.hd-c .slick-dots {
	position: static;
	margin-top: 30px;
	width: auto;
}
.hd-c .slick-dots li {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	margin: 0 7px;
	border: 1px #fff solid;
}
.hd-c .slick-dots li.slick-active {
	background: #999;
}
.hd-c .slick-dots li button {
	display: none;
}
.hd-c .slick-prev, .hd-c .slick-next {
	width: 26px;
	height: 26px;
	border-radius: 4px;
	z-index: 9;
}
/*schedule*/
.schedule {
	text-align: left;
	padding: 0px 15px 5px 15px;
	border: 10px solid #ebebeb;
	background: #fff8f8;
}
.schedule li {
	position: relative;
	margin-left: 8px;
	padding: 15px 0 15px 0;
	font-size: 20px;
	color: #666;
	
}
.schedule li .sicon {
	position: absolute;
	top: 42%;
	left: -5px;
	width: 10px;
	height: 10px;
	
}
.schedule li .stime {
	padding: 0 20px;
}
.schedule li.active {
	color: #b71515;
}

.schedule li .ssecond {
	padding: 2px 0 0 0;
	font-size: 14px;
}

@media (max-width:768px) {
.schedule {
	text-align: left;
	padding: 0px 5px 5px 5px;
	border: 10px solid #ebebeb;
	background: #fff8f8;
	margin-top: 20px;
}
.schedule li {
	position: relative;
	margin-left: 1px;
	padding: 15px 0 15px 0;
	font-size: 16px;
	color: #666;
	
}
.s2-all {
	width: 100%;
	padding: 5px 0px 30px 0px;
	border: 2px solid #fff;
	background: rgba(255, 255, 255, 0.9);
}
.s7-all {
	width: 100%;
	padding: 10px;
	border: 10px solid #fff;
	background: #fff8f8;
}
.section7 {
	background: #eee;
	padding: 10px 0 20px 0;
}
.fooder-logo {
	line-height: 80px;
}
	.list-right-l {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border-bottom: solid 1px #c81e27;
	padding: 10px;
	line-height: 20px;
	background: #c81e27;
}
	.content-title {
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	
}
	.content-sp {
	text-align: left;
	color: #999;
	margin: 10px 0;
	border-bottom: 1px #eee solid;
	padding-bottom: 10px;
}
}