@charset "UTF-8";
/* base */
@media print {
a[href]:after {
	content: none !important;
}
.noprint {
	display: none;
}
}
.local_box li {
	display: inline-block;
}
.w {
	width: 1400px;
	margin: auto;
}
.radius {
	border-radius: 4px;
}
.pl0 {
	padding-left: 0;
}
.pr0 {
	padding-right: 0;
}
.pl10 {
	padding-left: 10px;
}
.pr10 {
	padding-right: 10px;
}
.h10 {
	height: 10px;
}
.h20 {
	height: 20px;
}
.h30 {
	height: 30px;
}
p {
	margin: 0;
}
html {
	max-width: 1920px;
	margin: auto;
}
body {
	width: 100%;
	min-width: 1400px;
	color: #333;
	font-size: 16px;
	background: #fff;
}
.ui-sanjiao {
	width: 100%;
	padding-bottom: 100%;
	height: 50px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.ui-sanjiao:after {
	position: absolute;
	content: "";
	bottom: 0;
	top: 0;
	width: 200%;
	height: 200%;
	background: #9A0C14;
	-webkit-transform: rotate(410deg) translate(-86%);
	-ms-transform: rotate(410deg) translate(-86%);
	transform: rotate(410deg) translate(-86%);
}
.hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {
	background-color: #666 !important;
}
.text-overflow {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box {
	overflow: hidden;
}
.box-shadow, #nry .m-gallery {
	-webkit-box-shadow: 1px 1px 6px 1px lightgrey;
	box-shadow: 1px 1px 6px 1px lightgrey;
}
ul {
	padding-left: 0;
	list-style: none;
}
a {
	color: #333;
	text-decoration: none !important;
}
a:hover {
	color: #AD292E !important;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-preTri {
	position: relative;
	padding-left: 12px;
}
.ui-preTri::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left-color: #999;
}
.ui-preTri-2 {
	position: relative;
	padding-left: 12px;
}
.ui-preTri-2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 4px solid transparent;
	border-left-color: #666;
}
.ui-preTri-2::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 3px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 4px solid transparent;
	border-left-color: #666;
}
.ui-preTri-2:hover::before, .ui-preTri-2:hover::after {
	border-left-color: #9A0C14;
}
.ui-preDot {
	position: relative;
	padding-left: 12px;
}
.ui-preDot::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid #2CC63E;
	border-radius: 50%;
}
.list {
	list-style: none;
}
.list li {
	height: 36px;
	line-height: 36px;
	padding-right: 100px;
	position: relative;
}
.list li a {
	display: block;
	font-size: 16px;
}
.list li .time {
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
}
.list .more:hover {
	color: #004892 !important;
}
/* header */
.g-hd.pc {
	background: url("index_res/header-bg2.png");
	z-index: 99;
	position: relative;
	height: 187px;
	background-size: cover;
}
.g-hd.pc .hd-top {
	position: relative;
	height: 137px;
	line-height: 137px;
}
.g-hd.pc .m-search {
	line-height: 54px;
	position: absolute;
	z-index: 99;
	right: 63px;
	width: 300px;
	min-width: 93px;
	top: 50px;
}
.g-hd.pc .m-search .search_btn {
	position: absolute;
	float: right;
	z-index: 99;
	top: 0;
	right: 0;
	border: 0;
	outline: none;
	background: none;
	background: url("index_res/search-btn.png") no-repeat center #D55D5E;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	padding: 0;
}
.g-hd.pc .m-search .search_text {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 25px;
	width: 100%;
	height: 54px;
	padding-right: 50px;
	padding-left: 20px;
	border: 0;
	outline: none;
	border-radius: 30px;
	overflow: hidden;
}
.g-hd.pc #searchform {
	display: none;
}
.g-hd.pc .m-login {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 30px;
	line-height: 30px;
	z-index: 99;
}
.g-hd.pc .nav {
	z-index: 2;
	bottom: 0;
	list-style: none;
	text-align: left;
}
.g-hd.pc .nav .nLi {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
}
.g-hd.pc .nav .nLi h3 {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}
.g-hd.pc .nav .nLi h3 a {
	font-size: 18px;
	width: 102px;
	height: 34px;
	line-height: 34px;
	display: block;
	text-align: center;
	color: #fff;
	height: 55px;
}
.g-hd.pc .nav .nLi h3 a .en {
	letter-spacing: 0px;
	font-size: 21.5px;
	font-family: Georgia;
}
.g-hd.pc .nav .nLi + .nLi {
	margin-left: 20px;
}
.g-hd.pc .nav .sub {
	display: none;
	position: absolute;
	top: 53px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 100%;
	
	height: auto;
	padding: 0 20px;
	text-align: center;
	border-radius: 0 0 4px 4px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	border-bottom: 4px solid #CD2716;
	white-space: nowrap;
}
.g-hd.pc .nav .sub li {
	zoom: 1;
}
.g-hd.pc .nav .sub li a {
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #333;
}
.container {
	position: relative;
	margin: auto;
}
.g-hd.sj {
	background: url("index_res/header-bg2.png");
	z-index: 99;
	position: relative;
	height: 24.93vw;
	padding-top: 6vw;
}
.g-hd.sj .logo {
	float: left;
	width: 57.33vw;
}
.g-hd.sj .logo img {
	width: 100%;
}
.g-hd.sj .menu {
	float: right;
	width: 60px;
	width: 8vw;
	max-width: 30%;
	cursor: pointer;
}
.g-hd.sj .menu img {
	width: 100%;
}
.g-hd.sj .nav-wrap {
	display: none;
}
.g-hd.sj .nav-content {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(179, 45, 51, 0.9);
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.g-hd.sj .nav-content .close {
	position: absolute;
	right: 4vw;
	top: 4vw;
	color: #fff;
	font-size: 38px;
	z-index: 99999;
	opacity: 1;
}
.g-hd.sj .nav-content .nav a {
	float: left;
	color: #fff !important;
	font-size: 24px;
	width: 50%;
	line-height: 2;
	text-align: center;
	white-space: nowrap;
}
.g-hd.sj .nav-content .m-search {
	position: relative;
	line-height: 54px;
	z-index: 99;
	right: 0;
	width: 80vw;
	margin-top: 10vw;
	min-width: 93px;
	border-bottom: 1px solid #fff;
	padding-bottom: 3vw;
}
.g-hd.sj .nav-content .m-search .search_btn {
	position: absolute;
	float: right;
	z-index: 99;
	top: 0;
	right: 0;
	border: 0;
	outline: none;
	background: none;
	background: url("index_res/search-btn2.png") no-repeat center;
	width: 54px;
	height: 54px;
	padding: 0;
	color: #fff;
}
.g-hd.sj .nav-content .m-search .search_text {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 25px;
	width: 100%;
	height: 54px;
	padding-right: 50px;
	border: 0;
	outline: none;
	border-radius: 30px;
	overflow: hidden;
	color: #fff;
	background: none;
}
 .g-hd.sj .nav-content .m-search .search_text::-webkit-input-placeholder {
 color: #fff;
}
/* footer */
.m-yqlj {
	height: 52px;
	line-height: 52px;
	background: url("index_res/link-bg.png") center;
}
.m-yqlj a {
	font-size: 16px;
	color: #fff !important;
	margin: 0 20px;
}
.m-yqlj a:nth-child(1) {
	margin-left: -50px;
}
.m-yqlj-bg {
	background: url("index_res/link-bg.png");
	background-size: 100% 100%;
	height: 20px;
}
.g-ft {
	background-size: cover;
	color: #6e6e6e;
	background: url("index_res/ft-bg.png") no-repeat right bottom;
	background: #363636;
	padding-top: 30px;
	padding-bottom: 30px;
}
.g-ft img {
	max-width: 100%;
}
.g-ft .lxwm-hd {
	border-bottom: 1px solid #615448;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.g-ft .lxwm-hd span {
	border-bottom: 2px solid #a57a50;
	padding: 12px 0;
}
.g-ft .btn, .g-ft .dropdown-menu {
	width: 100%;
}
.g-ft .btn {
	text-align-last: left;
}
.g-ft .btn .caret {
	margin-left: 0;
	text-align: right;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* homePage */
#homePage a:hover {
	color: #1564BA;
}
#homePage .lbhw {
	position: absolute;
	z-index: 99;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: url("index_res/轮播花纹.png");
}
#homePage .iconfont {
	font-size: 20px;
}
#homePage .box3 {
	position: relative;
	overflow: hidden;
	padding: 110px 0;
	background: #e3e3e3;
}
#homePage .box3 .en {
	font-family: Georgia;
}
#homePage .box3 .item .item-content a {
	position: absolute;
	width: 100%;
	height: 100%;
}
#homePage .box3 .item .item-content .item-bg {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-o-object-fit: cover;
	object-fit: cover;
}
#homePage .box3 .item .item-content .tit {
	font-size: 20px;
	position: absolute;
	bottom: 0;
	left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 90px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #fff;
}
#homePage .box3 .box3_1 .item {
	position: relative;
	float: left;
	width: 25%;
}
#homePage .box3 .box3_1 .item:nth-child(6) {
	width: 50%;
	background: #000;
}
#homePage .box3 .box3_1 .item:nth-child(6) .wrap {
	padding-bottom: 50%;
}
#homePage .box3 .box3_1 .item .wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: #000;
}
#homePage .box3 .box3_1 .item .item-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#homePage .box3 .box3_1 .item:hover .item-bg {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#homePage .box3 .box3_1 .item:hover .tit {
	font-size: 22px;
}
#homePage .box3 .box3_2 .item {
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%;
}
#homePage .box3 .box3_2 .item .wrap {
	height: 0;
	padding-bottom: 50%;
}
#homePage .box3 .box3_2 .item .item-content {
	position: absolute;
	left: 0;
	text-align: right;
}
#homePage .box3 .box3_2 .item .item-content .tit {
	right: 30px;
	height: 180px;
}
#homePage .box3 .box3_2 .item .item-content .tit .bofang {
	margin-bottom: 30px;
}
#homePage .box3 .box3_2 .item .item-content > a {
	font-size: 20px;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background-size: cover;
}
#homePage .box3 .box3_2 .item:nth-child(1):hover .item-bg {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#homePage .box3 .box3_2 .item:nth-child(1):hover .tit {
	font-size: 22px;
}
#homePage .box3 .box3_2 .download {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-left: 20px;
}
#homePage .box3 .box3_2 .download .hd {
	font-family: Georgia;
	font-size: 32px;
	margin-top: 50px;
	margin-bottom: 35px;
	color: #fff;
}
#homePage .box3 .box3_2 .download .bd {
	font-size: 16px;
	width: 487px;
	height: 75px;
	padding-top: 10px;
	padding-left: 20px;
	letter-spacing: 0;
	color: #4676af;
	border-left: 4px solid #86c0ff;
	background: url("index_res/icon-xz.png") right #fff no-repeat;
	background-position-x: 430px;
	background-position-y: 20px;
}
#homePage .box3 .box3_2 .download .bd .iconfont {
	color: #003884;
}
#homePage .box3 .box3_2 .download .bd .time {
	font-size: 12px;
	margin-bottom: 5px;
	color: #7ebcff;
}
#homePage .box3 .box3_2 .download .bd .tit {
	color: #4676af;
}
#homePage .box3 .box3_2 .download .more {
	font-size: 18px;
	line-height: 55px;
	position: absolute;
	bottom: 45px;
	display: block;
	clear: both;
	width: 200px;
	height: 55px;
	padding: 0 20px;
	color: #fff;
	border: 2px solid;
	z-index: 999;
}
#homePage .box3 .box3_2 .download .more img {
	float: right;
	margin-top: 13px;
}
#homePage .line-dashed {
	margin: 10px 0;
	border-top: 1px dashed #ccc;
}
#homePage .ui-hd {
	width: 100%;
	height: 66px;
	background: url("index_res/hd-bg.png") no-repeat bottom left;
}
#homePage .ui-hd .more {
	position: absolute;
	right: 20px;
	float: right;
	margin-top: 15px;
}
#homePage .box1 {
	min-height: 660px;
	background: url("index_res/box1-bg.png");
	background-size: cover;
}
#homePage .box1 #newsSwiper {
	height: 555px;
	margin-top: 40px;
}
#homePage .box1 #newsSwiper .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
}
#homePage .box1 #newsSwiper .swiper-slide .img-wrap {
	width: 100%;
	height: 100%;
}
#homePage .box1 #newsSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
#homePage .box1 #newsSwiper .swiper-slide .tit-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	min-height: 100px;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
	background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}
#homePage .box1 #newsSwiper .swiper-slide .tit-wrap .tit {
	font-size: 18px;
	line-height: 30px;
	color: #fff !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#homePage .box1 #newsSwiper .swiper-button-prev::after, #homePage .box1 #newsSwiper .swiper-button-next::after {
	content: '';
}
#homePage .box1 #newsSwiper .swiper-button-prev {
	left: 30px;
}
#homePage .box1 #newsSwiper .swiper-button-next {
	right: 30px;
}
#homePage .box1 #newsSwiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #fff;
}
#homePage .box1 #newsSwiper .swiper-pagination-bullet-active {
	background: #d55d5e;
}
#homePage .box1 #newsSwiper .swiper-pagination {
	right: 30px;
	left: auto;
	width: auto;
}
#homePage .box2 {
	min-height: 600px;
	background: url("index_res/box2-bg.png") no-repeat right bottom;
	background-position-y: 200px;
}
#homePage .m-tzgg {
	margin-top: 40px;
	margin-bottom: 40px;
}
#homePage .m-tzgg .hd {
	width: 100%;
	height: 66px;
	background: url("index_res/hd-bg.png") no-repeat bottom left;
}
#homePage .m-tzgg .hd .more {
	float: right;
	margin-top: 15px;
}
#homePage .m-tzgg .bd .item {
	display: block;
	height: 100px;
	margin-top: 20px;
	-webkit-transition: border 300ms;
	-o-transition: border 300ms;
	transition: border 300ms;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 #e0e0e0;
	box-shadow: 0 0 20px 0 #e0e0e0;
}
#homePage .m-tzgg .bd .item:hover {
	border-right: 10px solid #9e1f23;
}
#homePage .m-tzgg .bd .item .time {
	float: left;
	overflow: hidden;
	width: 70px;
	height: 70px;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 15px;
	text-align: center;
	border: 2px solid #b99e73;
	background: #fff;
}
#homePage .m-tzgg .bd .item .time .time-1 {
	font-size: 14px;
	color: #9c9c9c;
}
#homePage .m-tzgg .bd .item .time .time-2 {
	font-size: 24px;
	line-height: 40px;
	color: #b99e73;
}
#homePage .m-tzgg .bd .item .tit {
	font-size: 18px;
	padding-top: 25px;
	padding-right: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	cursor: pointer;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#homePage .m-xwdt {
	margin-top: 40px;
}
#homePage .m-xwdt .hd {
	width: 100%;
	height: 66px;
	background: url("index_res/hd-bg.png") no-repeat bottom left;
	margin-bottom: 40px;
}
#homePage .m-xwdt .hd .more {
	float: right;
	margin-top: 15px;
}
#homePage .m-xwdt .bd .item {
	display: block;
	height: 100px;
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 5px;
	-webkit-transition: border 300ms;
	-o-transition: border 300ms;
	transition: border 300ms;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 #e0e0e0;
	box-shadow: 0 0 20px 0 #e0e0e0;
}
#homePage .m-xwdt .bd .item > img {
	float: left;
	width: 160px;
	height: 100px;
	margin-right: 35px;
	display: none;
}
#homePage .m-xwdt .bd .item:hover {
	color: #fff !important;
	background: #9c1e22;
}
#homePage .m-xwdt .bd .item:hover .time {
	color: #ffdc96;
}
#homePage .m-xwdt .bd .item .time {
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0;
	color: #9c1e22;
}
#homePage .m-xwdt .bd .item .tit, #homePage .m-xwdt .bd .item .subtit {
	font-size: 18px;
	line-height: 30px;
	padding-right: 20px;
	display: inline-block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	cursor: pointer;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#homePage .m-xwdt .bd .item .tit img, #homePage .m-xwdt .bd .item .subtit img {
	vertical-align: baseline;
}
#homePage .m-xwdt .bd .item .subtit {
	padding-left: 1em;
}
#homePage .m-xsgz {
	background: #fff;
	margin-bottom: 40px;
}
#homePage .m-xsgz .hd {
	margin-top: 40px;
	margin-bottom: 40px;
}
#homePage .m-xsgz .list {
	border: 1px solid #ddd;
	margin-top: 20px;
	padding: 15px 20px;
	height: 341px;
}
#homePage .m-xsgz .list li {
	height: 51.5px;
	line-height: 51.5px;
	border-bottom: 1px dashed #ddd;
}
#homePage .m-xsgz .list li:nth-last-child(1) {
	border: 0;
}
#homePage .m-xsgz .list li .time {
	color: #9C1E22;
}
#homePage .m-zpjj {
	position: relative;
	background: url("index_res/box3-bg.png");
	background-size: cover;
 --swiper-navigation-color: #bc2525;
	overflow: hidden;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
}
#homePage .m-zpjj .hd {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
#homePage .m-zpjj .hd .more {
	font-size: 15px;
	position: absolute;
	top: 30px;
	right: 0;
	color: #ffc89f !important;
}
#homePage .m-zpjj .more.sj {
	position: absolute;
	bottom: 5vw;
	font-size: 15px;
	position: absolute;
	color: #ffc89f !important;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#homePage .m-dwgk {
	background: #fff;
	margin-bottom: 40px;
	overflow: hidden;
}
#homePage .m-dwgk .hd {
	margin-top: 40px;
	margin-bottom: 40px;
}
#homePage .m-dwgk .list {
	margin-top: 20px;
	padding: 15px 20px;
}
#homePage .m-dwgk .list li {
	height: 51.5px;
	line-height: 51.5px;
	border-bottom: 1px solid #ddd;
}
#homePage .m-dwgk .list li .time {
	color: #9C1E22;
}
#zpjjSwiperPc {
	position: relative;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
	padding-top: 60px;
	padding-bottom: 130px;
	height: 400px;
	overflow: hidden;
}
#zpjjSwiperPc .swiper-slide {
	font-size: 18px;
	padding: 0 15px;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	text-align: center;
	background: #fff;
	background: none;
}
#zpjjSwiperPc .swiper-slide .img-wrap {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
#zpjjSwiperPc .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: fill;
	object-fit: fill;
}
#zpjjSwiperPc .swiper-slide-active, #zpjjSwiperPc .swiper-slide-duplicate-active {
	-webkit-transform: scaleY(1.2) translateY(-10%);
	-ms-transform: scaleY(1.2) translateY(-10%);
	transform: scaleY(1.2) translateY(-10%);
	z-index: 999;
}
#zpjjSwiperPc .swiper-slide-active img, #zpjjSwiperPc .swiper-slide-duplicate-active img {
	border: solid 2px #b99e73;
}
#zpjjSwiperPc .swiper-button {
	position: absolute;
	z-index: 999;
	top: 0;
	width: 570px;
	height: 200px;
	margin: auto;
	margin-left: 424px;
	border: 1px solid #000;
}
#zpjjSwiperPc .swiper-button-prev, #zpjjSwiperPc .swiper-button-next {
	top: 155px;
	width: 37px;
	height: 79px;
	background-color: #fff;
}
#zpjjSwiperPc .swiper-button-prev {
	left: 35.5%;
}
#zpjjSwiperPc .swiper-button-next {
	right: 35.5%;
}
#zpjjSwiperSj {
	position: relative;
	padding-top: 10%;
	padding-bottom: 80px;
	width: 100%;
}
#zpjjSwiperSj .swiper-slide {
	font-size: 18px;
	padding: 0 15px;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	text-align: center;
	background: #fff;
	background: none;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
#zpjjSwiperSj .swiper-slide .img-wrap {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
#zpjjSwiperSj .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: fill;
	object-fit: fill;
}
#zpjjSwiperSj .swiper-slide-active, #zpjjSwiperSj .swiper-slide-duplicate-active {
	-webkit-transform: scale(1.2) translateY(-10%);
	-ms-transform: scale(1.2) translateY(-10%);
	transform: scale(1.2) translateY(-10%);
}
#zpjjSwiperSj .swiper-slide-active img, #zpjjSwiperSj .swiper-slide-duplicate-active img {
	border: solid 2px #b99e73;
}
#zpjjSwiperSj .swiper-button {
	position: absolute;
	z-index: 999;
	top: 0;
	width: 570px;
	height: 200px;
	margin: auto;
	margin-left: 424px;
	border: 1px solid #000;
}
#zpjjSwiperSj .swiper-button-prev, #zpjjSwiperSj .swiper-button-next {
	top: 50%;
	display: none;
	width: 37px;
	height: 79px;
	background-color: #fff;
}
#zpjjSwiperSj .swiper-button-prev {
	left: 15.5%;
}
#zpjjSwiperSj .swiper-button-next {
	right: 15.5%;
}
/* lby */
#lby .g-bd {
	margin: 0 auto;
	background: #fff;
	background: url("index_res/g-sd-bg.png") no-repeat;
}
#lby .g-sd {
	overflow: hidden;
	margin-top: 35px;
	margin-bottom: 20px;
	float: none;
	padding: 0;
}
#lby .g-sd .main-column {
	font-size: 26px;
	overflow: hidden;
	color: #fff;
	background-position: center;
	background: url("index_res/column-bg.png") no-repeat;
	float: left;
	width: 260px;
	height: 70px;
	margin-right: 30px;
}
#lby .g-sd .main-column .cn {
	margin-left: 48px;
	margin-top: 6px;
	text-shadow: 0px 3px 3px #861210;
}
#lby .g-sd .main-column .en {
	font-size: 14px;
	color: #FAA89B;
	margin-left: 20px;
}
#lby .g-sd .column-nav {
	overflow: hidden;
}
#lby .g-sd .column-list {
	margin: 0;
}
#lby .g-sd .column-list li {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 70px;
	display: inline-block;
	margin-right: 30px;
}
#lby .g-sd .column-list li:nth-last-child(1) {
	border-bottom: 0;
	margin-right: 0;
}
#lby .g-sd .column-list .cur {
	color: #333 !important;
	background-color: #fff;
}
#lby .g-sd .column-list .cur + ul {
	display: block !important;
}
#lby .g-sd .column-list > li > a .iconfont {
	display: none;
	float: right;
}
#lby .g-sd .column-list > li > a.ac, #lby .g-sd .column-list > li > a:hover {
	border-bottom: 4px solid #C31A18;
	color: #C31A18;
}
#lby .g-sd .column-list > li > a.ac .iconfont, #lby .g-sd .column-list > li > a:hover .iconfont {
	display: block;
}
#lby .g-sd .column-list > li > a.ac + ul, #lby .g-sd .column-list > li > a:hover + ul {
	display: block;
}
#lby .g-sd .column-list > li a {
	font-size: 22px;
	line-height: 80px;
	display: block;
	height: 70px;
	color: #333;
}
#lby .g-sd .column-list .sub-list {
	display: none;
}
#lby .g-sd .column-list .sub-list .ac {
	color: #333;
	background-color: #fff;
}
#lby .g-sd .column-list .sub-list .ac :before {
	border-color: #004892;
}
#lby .g-sd .column-list .sub-list li a {
	position: relative;
	padding-left: 45px;
}
#lby .g-sd .column-list .sub-list li a::before {
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -3px;
	content: '';
	border: 3px solid #ccc;
	border-radius: 50%;
	background: #666;
}
#lby .g-sd .column-list .sub-list li a:hover::before {
	border-color: #004892;
}
#lby .g-mn .address {
	width: 100%;
	height: 50px;
	line-height: 45px;
	text-align: right;
	position: relative;
	border-bottom: 2px solid #004892;
	margin: 10px 0 10px 0;
}
#lby .g-mn .address a, #lby .g-mn .address span {
	color: #666;
}
#lby .g-mn .address .address-1 {
	font-size: 24px;
	line-height: 40px;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 12px;
	color: #004892;
}
#lby .g-mn .address .address-2 {
	color: #666;
	opacity: .7;
}
#lby .g-mn .list-1 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 340px;
	list-style: none;
}
#lby .g-mn .list-1 .item {
	display: block;
	height: 100px;
	margin-top: 20px;
	-webkit-transition: border 300ms;
	-o-transition: border 300ms;
	transition: border 300ms;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 #e0e0e0;
	box-shadow: 0 0 20px 0 #e0e0e0;
}
#lby .g-mn .list-1 .item .time {
	float: left;
	overflow: hidden;
	width: 70px;
	height: 70px;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 15px;
	text-align: center;
	border: 2px solid #b99e73;
	background: #fff;
}
#lby .g-mn .list-1 .item .time .time-1 {
	font-size: 14px;
	color: #9c9c9c;
}
#lby .g-mn .list-1 .item .time .time-2 {
	font-size: 24px;
	line-height: 40px;
	color: #b99e73;
}
#lby .g-mn .list-1 .item .tit {
	font-size: 18px;
	padding-top: 25px;
	padding-right: 20px;
}
#lby .g-mn .list-1 .item .desc {
	color: #999999;
	font-size: 14px;
	margin-top: 5px;
}
#lby .g-mn .fy {
	margin-top: 40px;
	margin-bottom: 40px;
	color: #666;
	text-align: center;
	height: 55px;
	line-height: 55px;
}
#lby .g-mn .fy a:hover {
	color: #004892;
}
#lby .g-mn .fy span {
	margin: 0 10px;
}
#lby #main-column-button {
	float: right;
	line-height: 65px;
	cursor: pointer;
	margin-left: 10px;
	width: 50px;
	text-align: center;
}
#lby .main-cnt .cnt-hd {
	position: relative;
	margin-bottom: 20px;
}
#lby .main-cnt .cnt-hd .title {
	color: #333;
	font-size: 28px;
	font-family: "黑体";
	margin: auto;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 2px solid lightgray;
}
#lby .main-cnt .cnt-hd .subtitle {
	font-size: 22px;
}
#lby .main-cnt .cnt-hd .time {
	margin: auto;
	text-align: center;
	margin: auto;
	font-size: 14px;
	height: 30px;
	font-size: 13px;
	color: gray;
}
#lby .main-cnt .cnt-hd .time > div {
	display: inline-block;
	margin: 0 20px;
}
#lby .main-cnt .cnt-hd .fx {
	position: absolute;
	right: 17px;
	bottom: 5px;
}
#lby .main-cnt .cnt-bd {
	margin: auto;
}
#lby .main-cnt .cnt-content {
	font-size: 14px;
	min-height: 340px;
	line-height: 1.8;
	color: #000;
}
#lby .main-cnt .cnt-content p {
	margin-bottom: 10px;
}
#lby .main-cnt .cnt-content img {
	display: block;
	max-width: 100%;
	margin: auto;
}
#lby .main-cnt .cnt-content blockquote {
	border-left: 0;
}
#lby .main-cnt .cnt-ft {
	margin: 20px;
	text-align: center;
	font-size: 15px;
}
#lby .main-cnt .cnt-ft a {
	color: #666;
}
#lby .main-cnt .cnt-ft a:hover {
	color: #c50001;
}
#lby .main-cnt .xgxx .xgxx-hd {
	border-bottom: 1px solid lightgray;
	height: 30px;
	color: #000;
	font-size: 16px;
	position: relative;
}
#lby .main-cnt .xgxx .xgxx-hd span {
	position: absolute;
	bottom: -1px;
	border-bottom: 1px solid #000;
	padding: 0 10px 0 10px;
}
#lby .main-cnt .xgxx .list {
	font-size: 14px;
	line-height: 24px;
	padding: 20px 0 20px 0;
	color: #6a6a6a;
}
#lby .main-cnt .xgxx .list li {
	position: relative;
	height: 33px;
	line-height: 33px;
	border: 0;
}
#lby .main-cnt .xgxx .list li:hover {
	color: #c50001;
}
#lby .main-cnt .xgxx .list li a {
	position: absolute;
	width: 90%;
	overflow: hidden;
}
#lby .main-cnt .xgxx .list li .time {
	position: absolute;
	right: 0;
	top: 0;
}
#lby .list-pic {
	overflow: hidden;
}
#lby .list-pic .item {
	width: 100%;
	height: 213px;
	display: block;
	margin-top: 30px;
}
#lby .list-pic .item img {
	width: 100%;
	height: 100%;
}
#lby .zpjj-hd {
	height: 192px;
	line-height: 192px;
	text-align: center;
	position: relative;
	background: url("index_res/box3-bg.png") no-repeat;
	background-size: cover;
}
/* nry */
#nry .g-bd {
	margin-top: 0;
	margin-bottom: 40px;
}
#nry .address {
	width: 100%;
	line-height: 40px;
	overflow: hidden;
	text-align: right;
	position: relative;
}
#nry .address .address-1 {
	font-size: 24px;
	line-height: 40px;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 12px;
}
#nry .address .address-2 {
	color: #666;
}
#nry .address .address-2 a, #nry .address .address-2 span {
	color: #666;
}
#nry .address .address-2 a:hover {
	color: #2970FF;
}
#nry .g-mn {
	position: relative;
	height: auto;
	border: 1px solid #ddd;
	padding: 20px;
}
#nry .main-cnt .cnt-hd {
	position: relative;
	margin-bottom: 20px;
}
#nry .main-cnt .cnt-hd .title {
	color: #333;
	font-size: 28px;
	font-family: "黑体";
	margin: auto;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 2px solid lightgray;
}
#nry .main-cnt .cnt-hd .subtitle {
	font-size: 22px;
}
#nry .main-cnt .cnt-hd .time {
	margin: auto;
	text-align: center;
	margin: auto;
	font-size: 14px;
	height: 30px;
	font-size: 13px;
	color: gray;
}
#nry .main-cnt .cnt-hd .time > div {
	display: inline-block;
	margin: 0 20px;
}
#nry .main-cnt .cnt-hd .fx {
	position: absolute;
	right: 17px;
	bottom: 5px;
}
#nry .main-cnt .cnt-bd {
	margin: auto;
}
#nry .main-cnt .cnt-content {
	font-size: 14px;
	min-height: 340px;
	line-height: 1.8;
	color: #000;
}
#nry .main-cnt .cnt-content p {
	margin-bottom: 10px;
}
#nry .main-cnt .cnt-content img {
	display: block;
	max-width: 100%;
	margin: auto;
}
#nry .main-cnt .cnt-content blockquote {
	border-left: 0;
}
#nry .main-cnt .cnt-ft {
	margin: 20px;
	text-align: center;
	font-size: 15px;
}
#nry .main-cnt .cnt-ft a {
	color: #666;
}
#nry .main-cnt .cnt-ft a:hover {
	color: #c50001;
}
#nry .main-cnt .xgxx .xgxx-hd {
	border-bottom: 1px solid lightgray;
	height: 30px;
	color: #000;
	font-size: 16px;
	position: relative;
}
#nry .main-cnt .xgxx .xgxx-hd span {
	position: absolute;
	bottom: -1px;
	border-bottom: 1px solid #000;
	padding: 0 10px 0 10px;
}
#nry .main-cnt .xgxx .list {
	font-size: 14px;
	line-height: 24px;
	padding: 20px 0 20px 0;
	color: #6a6a6a;
}
#nry .main-cnt .xgxx .list li {
	position: relative;
	height: 33px;
	line-height: 33px;
	border: 0;
}
#nry .main-cnt .xgxx .list li:hover {
	color: #c50001;
}
#nry .main-cnt .xgxx .list li a {
	position: absolute;
	width: 90%;
	overflow: hidden;
}
#nry .main-cnt .xgxx .list li .time {
	position: absolute;
	right: 0;
	top: 0;
}
#nry .m-gallery {
	width: 660px;
	height: 660px;
	margin: auto;
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
}
#nry .swiper-slide {
	background-size: cover;
	background-position: center;
}
#nry .swiper-slide .pic_text {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	word-break: break-word;
	line-height: 2;
	padding: 10px;
}
#nry .swiper-slide .pic_text p {
	margin: 0;
}
#nry .swiper-slide .pic_text .pic_note {
	font-size: 14px;
	text-indent: 2em;
}
#nry .gallery-top {
	height: 80%;
	width: 100%;
}
#nry .gallery-thumbs {
	height: 20%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
}
#nry .gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}
#nry .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
#nry .swiper-scrollbar-drag {
	background: rgba(255, 255, 255, 0.8);
}
/* jsy */
#jsy .g-mn {
	width: 100%;
	height: auto;
}
#jsy .g-mn .m-top {
	position: relative;
	height: 65px;
	border-bottom: 1px solid lightgray;
}
#jsy .g-mn .m-top .search-result {
	position: absolute;
	left: 0;
	bottom: -1px;
	color: #323232;
	font-size: 18px;
	line-height: 36px;
	border-bottom: 2px solid #323232;
}
#jsy .g-mn .m-top .search-keyword {
	position: absolute;
	right: 0;
	color: #666;
	bottom: 0;
}
#jsy .g-mn .m-top .search-keyword a {
	line-height: 26px;
	color: #666;
}
#jsy .g-mn .keyword {
	color: #cc0033;
}
#jsy .g-mn .use-time {
	color: #cc0033;
}
#jsy .g-mn .m-list {
	min-height: 735px;
	list-style: none;
	min-height: 620px;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#jsy .g-mn .m-list li {
	border-bottom: 1px solid #DCDCDC;
	padding: 10px 0;
	min-height: 120px;
	line-height: 1.8;
}
#jsy .g-mn .m-list .item-title {
	color: #333;
	font-size: 16px;
}
#jsy .g-mn .m-list .item-title:hover {
	color: red;
}
#jsy .g-mn .m-list .item-content {
	text-indent: 2em;
}
#jsy .g-mn .m-list .item-time {
	text-indent: 2em;
}
#jsy .g-mn .m-fy {
	text-align: right;
	margin-bottom: 20px;
}
/**师资队伍**/
.szdw .wzly ul li.news {float:left;width: 33.3%;margin-bottom: 109px;}
.szdw .g-hd.pc .nav .nLi h3 a{padding: 0 36px;width: auto;font-weight: bold;}
.szdw .wzly .list-1{padding: 60px 90px 0;}
.szdw .wzly ul.news_list{
    margin: 0 -20px;
}
.szdw .wzly ul li.news .news_box{margin: 0 20px;}
.szdw .wzly ul li.news .news_imgs{float:left;width:160px;height:160px;border-radius:50%;overflow:hidden;}
.szdw .wzly ul li.news .news_imgs img{width:100%;}
#lby.szdw .g-mn .list-1 .item{
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 0;
}
.szdw .wzly ul li.news .news_wz{
    margin-left: 160px;
    padding: 0 0 0 28px;
    height: 180px;
}
.szdw .wzly ul li.news .news_wz .news_title{font-size:24px;font-weight:bold;margin-bottom: 10px;}
.szdw .wzly ul li.news .news_wz .news_subtt{font-size:16px;line-height:34px;}
.szdw .wzly ul li.news .news_wz .news_zc,.szdw .wzly ul li.news .news_wz .news_contact{white-space: nowrap;overflow:hidden;text-overflow:ellipsis}
.szdw .wzly ul li.news .news_wz .news_yjfx{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 64px;
}
.szdw .m-yqlj{background: url("index_res/link-bg2.png") no-repeat center;background-size: cover;}
body.szdw{min-width: 1850px;}
/**师资文章页**/
.szinfo .top .news_imgs{width:200px;height:240px;float: left;}
.szinfo .top .news_imgs img{width:100%;height:100%;object-fit: contain;}
.szinfo .top .news_wz{margin-left:200px;padding: 29px 0 0 50px;}
.szinfo .top .news_wz .news_title{font-size:30px;font-weight:bold;color: #333333;margin-bottom: 25px;}
.szinfo .top .news_wz .news_subtt{font-size:18px;line-height:60px;}
.szinfo .cnt-bd{padding: 65px 60px 0;}
.szinfo#lby .main-cnt .cnt-content{
    padding: 71px 0 0;
}
.szinfo .boxm{padding: 32px 0 437px;}
.szinfo .top{padding:0 0 0 30px;}
.szinfo .cnt-content .title{font-size:24px;font-weight:bold;color: #666666;margin-right: 54px;padding-bottom: 17px;display: inline-block;border-bottom: 4px solid transparent;}
.szinfo .boxm .tt{
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 2px;
}
.szinfo .cnt-content .title.selected{
    color: #ad2015;
    border-color: #ad2015;
}
.szinfo .boxm .boxm_con{margin-bottom: 16px;}
#lby.szinfo .main-cnt .cnt-content  .boxm_con p{color:#333;font-size: 16px;margin-bottom: 0;}
.szinfo .wp_articlecontent{color:#333;font-size: 16px;}
/* jsy */
@media (min-width: 768px) {
.container {
	width: 1400px;
}
.szdw .container{width:1800PX;}
.szdw #header .container{width:1850px;}
.sj {
	display: none !important;
}
#lby .g-mn .fy .prev_num {
	float: right !important;
}
#lby .g-mn .list-1 {
	margin-left: 90px;
}
#lby.szdw .g-mn .list-1{
    margin-left: 0;
}
}
 @media (max-width: 768px) {
	 body.szdw{max-width: 750px;min-width:auto;}
body {
	max-width: 750px;
	min-width: auto;
	margin: auto;
	overflow-x: hidden;
}
.szdw .wzly .list-1{padding:30px 0 0;}
.szdw .wzly ul li.news{width:100%;margin-bottom: 40px;}
.szdw .wzly ul li.news .news_imgs{width: 120px;height: 120px;}
.szdw .wzly ul li.news .news_wz{margin-left: 120px;padding-left: 8px;}
.pc {
	display: none !important;
}
.szinfo .cnt-bd{padding: 30px 0 0;}
.szinfo .top{padding-left:0}
.szinfo .container{padding:0 0 }
.szinfo .top .news_imgs{
    width: 160px;
    height: 160px;
}
.szinfo .top .news_wz{
    margin-left: 160px;
    padding-left: 30px;
}
.szinfo .top .news_wz .news_title{font-size:20px;margin-bottom: 12px;}
.szinfo .top .news_wz .news_subtt{font-size:16px;line-height: 34px;}
.szinfo .cnt-content .title{font-size: 22px;padding-bottom: 10px;}
.szinfo .boxm{padding-bottom: 200px;}
.szinfo#lby .main-cnt .cnt-content{
    padding-top: 35px;
}
.main-column {
	float: none !important;
}
#homePage .box1 #newsSwiper {
	height: 295px;
	margin-top: 40px;
}
#nry .main-cnt .cnt-content img {
	height: auto;
}
}

.selected1 {border-bottom: 4px solid #C31A18 !important;
    color: #C31A18 !important;
}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 5px;}

.lbb { padding-bottom:60px;}
.qkg { padding-left:0; margin-left:0 !important;}
.g-hd.pc .nav .nLi:hover h3 a {
    color: #AD292E !important;
    background: url(index_res/nav-hover-bg.png) no-repeat top center !important;
}
.wzly { min-height:350px; padding-bottom:50px;}

.hd-top .site-lang{    line-height: 54px;    height: 54px;    position: absolute;    z-index: 99;    right: 0;    top: 50px;    text-align: center;}
.hd-top .site-lang .links{float:left;}
.hd-top .site-lang .links a{color:#fff;}
.hd-top .site-lang .links a:hover{color:#fff!important;}
.hd-top .site-lang .links:first-child::after {    content: '|';    display: inline-block; color:#fff;margin-right:5px;}