/**************************************/


/*************[公用start]**************/


/**************************************/

body {
	overflow-x: hidden;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
        font-style:normal;
}


div.clear {
	clear: both;
	height: 0;
	width: 0;
}

input,
textarea,
select,
a:focus {
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

img {
	border: 0;
	/*	width: 100%;*/
	max-width: 100%;
}

div.wp {
	width: 1640;
	/*主要内容区尺寸大小，每次制作前更新！！！ */
	margin: 0 auto;
}

div.wp2 {
	padding: 0 140px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.tran {
	transition: all .3s ease-out 0s;
}

/*图片中心放大代码区域*/

.img-box {
	/*图片盒子类名*/
	overflow: hidden;
}

.img-box img {
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

	/* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img {
	/*图片中心放大代码*/
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.imgbox_a {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	display: block;
}


.imgbox_a>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.imgbox_hover>img {
	/* ueco 鏃堕棿鏇茬嚎*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}



@font-face {
	font-family: 'fs';
	src: url(../font/FSONGSJ.TTF);
}








/*图片中心放大代码区域*/

/**************************************/

/************[公用over]****************/

/**************************************/



/*header-start*/

/**************************************************************/

#header {
	width: 100%;
}

.header-top {
	overflow: hidden;
	height: 146px;
	background: url(../images/header-bj.jpg) no-repeat center bottom;
	background-size: cover;
}

.header-top .container {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.header-top-1 {
	width: 586px;
	flex-shrink: 0;
}

.header-top-2 {
	height: 100%;
	flex-grow: 1;
	display: flex;
	overflow: hidden;
	justify-content: flex-end;
	align-items: center;
}



.header-top-wz {
	margin-right: 80px;
	flex-grow: 1;
	justify-content: flex-end;
	display: flex;
}
.header-top-photo{
	width: 161px;
	flex-shrink: 0;
}

.header-down {
	background: #bc0a08;
}

.header-down .container {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav {
	flex-grow: 1;
	height: 100%;
}

.nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav ul li{
     position: relative;
}
.nav ul li a {
	height: 56px;
	display: block;
	line-height: 56px;
	font-size: 18px;
	color: #faefe8;
}

.nav ul li a:hover {
	background: url(../images/nav-bj.png) no-repeat center bottom;
}


.nav ul li:hover ul{
	display: block;
}
.nav>ul>li>ul {
	position: absolute;
	left: 50%;
	right: 0;
	top: 100%;
	z-index: 600;
	background-color: #fff;
	display: none;
	padding-bottom: 15px;
	width: 120px;
	margin-left: -60px;
	text-align: center;
}

.nav>ul>li>ul>li>a {
	color: #000;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
}
.nav>ul>li>ul>li>a:hover{
	color: #fff;
	background: #D00403;
}


.search {
	width: 172px;
	height: 34px;
	background: #fff;
	border-radius: 30px;
	flex-shrink: 0;
	margin-left: 60px;
	display: flex;
	align-items: center;
	padding-right: 10px;
	padding-left: 10px;
}
.search form{
	width: 150px;
        display: flex !important;
}
.search-tb {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	background: url(../images/search-tb.png) no-repeat;
	border: none;
	background-size: cover;
	margin-left: 10px;
}

.search-inf {
	flex-grow: 1;
	overflow: hidden;
	height: 20px;
	border: none;
       width:100px;
}



#header_sj {
	display: none;
}

#banner {
	text-align: center;
	display: block;
}


#banner .swiper-container {
	width: 100%;
}

#banner .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#banner .swiper-container .swiper-slide i {
	width: 100%;
	height: 100%;
	display: block;
}

#banner .swiper-container .swiper-slide i.imgbox_a {
	padding-bottom: 40.252%;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets {
	width: auto;
	left: 120px;
	bottom: 20px;
}


#banner .slide-inner {
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat !important;
}

#banner .swiper-slide .container {
	height: 100%;
	display: flex;
	align-items: center;
}

#banner .txt {
	color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-top: 200px;
}



.dotbox {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 20px;
	z-index: 111;
}

#banner .txtanim01 {
	opacity: 0;
}

#banner .txtanim02 {
	opacity: 0;
}

#banner .txtanim03 {
	opacity: 0;
}

#banner .txtanim04 {
	opacity: 0;
}

#banner .swiper-slide.swiper-slide-active .txtanim01 {
	animation: right 1.2s forwards .2s;
}


#banner .swiper-slide.swiper-slide-active span {
	animation: enter 1.2s forwards .4s;
}

#banner .swiper-slide.swiper-slide-active .slide-inner {
	animation: scaleUpDown 6s linear forwards;
	-webkit-animation: scaleUpDown 6s linear forwards;
}



@-webkit-keyframes right {
	0% {
		opacity: 0;
		transform: translateX(1300px);
		-webkit-transform: translateX(1300px);
		-moz-transform: translateX(1300px);
		-ms-transform: translateX(1300px);
		-o-transform: translateX(1300px);
	}

	20% {
		opacity: 0;
		transform: translateX(1300px);
		-webkit-transform: translateX(1300px);
		-moz-transform: translateX(1300px);
		-ms-transform: translateX(1300px);
		-o-transform: translateX(1300px);
	}

	100% {
		opacity: 1;
		transform: translateX(1100px);
		-webkit-transform: translateX(1100px);
		-moz-transform: translateX(1100px);
		-ms-transform: translateX(1100px);
		-o-transform: translateX(1100px);
	}
}



@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		transform: scale(1);
		transform: scale(1);
	}
}

.banner-jt {
	position: absolute;
	right: 120px;
	bottom: 25px;
	z-index: 9999;
	width: 44px;
	height: 44px;
	border: 1px solid #4a4948;
	border-radius: 100%;
}

.banner-jt:hover {
	background: #bc0a08;
	border: 1px solid #bc0a08;
}

.banner-sb {
	width: 17px;
	position: absolute;
	z-index: 9999;
	left: 50%;
	margin-left: -8px;
	bottom: 20px;
}

.banner-sb::after {
	content: "";
	width: 9px;
	height: 5px;
	display: block;
	background: url(../images/sb-jt.png) no-repeat center;
	margin-left: 4px;
	margin-top: 2px;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
}

@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
		filter: alpha(opacity=0);
	}

	40% {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	80% {
		-webkit-transform: translate(0, 8px);
		opacity: 0;
		filter: alpha(opacity=0);
	}

	100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
		filter: alpha(opacity=0);
	}

	40% {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	80% {
		transform: translate(0, 8px);
		opacity: 0;
		filter: alpha(opacity=0);
	}

	100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}





.ph-banner {
	display: none;
}




/********[特殊css样式要求区域]**********/

/***************** 手机头部 *****************/

#header-2 {
	display: none;
	height: 68px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #BC0A08;
	/*background-color: #0089d0;*/

}

.nav-2 {
	display: none;
	background-color: #fff;
	position: relative;
	z-index: 900;

}

.nav-2>ul>li {
	border-top: 1px dotted #ccc;
	position: relative;
}


.jiaspan {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 8px;
	right: 14px;
}

.jiaspan.cur {
	background-image: url(../images/jian.png);
}

.nav-2>ul>li:first-child {

	/*border-top: 0;*/

}

.nav-2>ul>li>a {
	padding: 12px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color: #333;
	font-family: "anb";
	text-transform: uppercase;
}

.nav-2>ul>li>ul {
	padding-bottom: 10px;
	display: none;
}

.nav-2>ul>li>ul>li>a {
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color: #666;
}

/*.downla-2 {

	padding: 5px 0 10px;

	display: none;

}

.downla-2 dd{

	padding-left: 30px;

}

.downla-2 dd a{

	font-size: 14px;

	display: inline-block;

	padding: 3px 0;

	width: auto;

}*/

/*.nav-2 li a:hover{

	color:#1a0d07;

}*/



.nav-2-form {
	padding: 10px;
	position: relative;
}

.nav-2-form input[type="image"] {
	position: absolute;
	right: 19px;
	top: 17px;
	width: 18px;
}



.nav-2-form .form-control {
	padding-right: 50px;
}

.logo-2 {
	font-size: 0;
	width: 318px;
	margin-left: 15px;
	margin-top: 14px;
}



.logo-2 img {
	display: block;
	padding-top: 0px;
}



.menu2 {
	margin-right: 15px;
	height: 68px;
	font-size: 0;
}

.menu2 li {
	cursor: pointer;
	margin-left: 15px;
	float: right;
	margin-top: 24px;
}

.menu2 li+li {
	margin-top: 21px;
}

.menu2 li img {
	/*vertical-align: middle;*/
}

.chenggao {
	display: none;
	height: 75px;
}

#nav-2-heidi {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}

.nav-2-form {
	padding-bottom: 20px;
}

.nav-2-form .form-control {
	height: 42px;
	line-height: 42px;
}

.nav-2-form input[type="image"] {
	top: 22px;
}

/***************** 手机头部结束 *****************/


.margin-t {
	margin-top: 65px;
}

.margin-b {
	margin-bottom: 65px;
}

.home-mainbox {
	background: #fff;
	overflow: hidden;
}

.box1 {
	background: url(../images/box1-bj.jpg) repeat;
}

.box1-main {
	overflow: hidden;
}

.home-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 38px;
}

.home-title-inf {
	flex-grow: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.home-title-inf i {
	margin-right: 10px;
}

.home-title-inf span {
	font-size: 30px;
	font-family: '宋体';
	font-weight: bold;
}

.home-more {
	width: 102px;
	flex-shrink: 0;
}

.home-more a {
	width: 102px;
	height: 35px;
	background: #cf0503;
	display: flex;
	align-items: center;
	color: #fff;
	border-radius: 30px;
	justify-content: center;
}

.home-more a:hover {
	background: #b90200;
}

.box1-list {
	display: flex;
}

.box1-list-1 {
	width: 577px;
	flex-shrink: 0;
	margin-right: 38px;
}

.pic-switch ul li i.imgbox_a {
	padding-bottom: 61.70%;
}

.pic-switch .tver {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0px;
	z-index: 999;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.pic-switch .flex-control-nav {
	bottom: 13px;
	right: 10px;
}

.pic-switch .flex-control-nav li a {
	width: 22px;
	height: 22px;
	line-height: 20px;
	font-size: 12px;
}

.box1-list-2 {
	flex-grow: 1;
}

.box1-list-2 ul {
	margin-right: -32px;
}

.box1-list-2 ul li {
	width: 50%;
	padding-bottom: 32px;
	padding-right: 32px;
	float: left;
}

.box1-list-2 ul li a {
	width: 100%;
	height: 100%;
	display: block;
	border: 14px solid;
	padding: 12px 8px 0px;
	border-image-source: url(../images/a-bj.png);
	border-image-slice: 12 12 12 12;
	box-sizing: border-box;
}

.box1-list-2 ul li a:hover h1 {
	color: #CF0503;
}

.box1-list-2 ul li a h1 {
	font-size: 16px;
	height: 50px;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.box1-list-down {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #dcdcdc;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.box1-list-date span {
	font-size: 24px;
	color: #cf0503;
}

.box1-list-date span+span {
	color: #666666;
	font-size: 12px;
}

.more {
	width: 24px;
	height: 24px;
	border: 1px solid #d8d8d8;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
}

.box2 {
	background: #fefdfc;
}

.box2-main {
	display: flex;

}

.box2-1 {
	width: 442px;
	flex-shrink: 0;
	padding-right: 12px;
	margin-right: 30px;
}

.box2-1-main ul li {
	width: 100%;
	height: 110px;
	background: #fff;
}

.box2-1-main ul li a {
	height: 100%;
	display: block;
	box-shadow: 3px 0px 8px 0px #f1f1f1;
	position: relative;
}

.box2-1-main ul li a::before {
	content: "";
	width: 3px;
	height: 100%;
	background: #bc0a08;
	position: absolute;
	z-index: 1;
}

.box2-1-main ul li a:hover::before {
	width: 100%;
	transition: width .5s;
	background: #bc0a08;
}

.box2-1-main ul li a:hover .box2-1-date {
	color: #fff;
}

.box2-1-main ul li a:hover .box2-1-tit {
	color: #fff;
	transition: color .5s;
}

.box2-1-main ul li {
	margin-bottom: 15px;
}

.box2-1-main ul li:last-child {
	margin-bottom: 0px;
}

.box2-1-list {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	z-index: 2;
	padding-left: 22px;
	padding-right: 22px;
}

.box2-1-date {
	margin-right: 20px;
	background: url(../images/list-bj.png) no-repeat 10px center;
}

.box2-1-date h1 {
	font-size: 28px;
	font-weight: bolder;
	margin-bottom: 5px;
}

.box2-1-date h2 {
	font-size: 14px;
	margin-left: 30px;
}

.box2-1-tit {
	line-height: 1.7;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	height: 55px;
}

.box2-2 {
	flex-grow: 1;
	overflow: hidden;
}

.box2-2-main {
	display: flex;
}

.box2-2-list1 {
	width: 344px;
	flex-shrink: 0;
	margin-right: 32px;
}

.xsjz-switch ul li i.imgbox_a {
	padding-bottom: 139.826%;
}

.xsjz-switch .flex-control-nav {
	width: auto;
	position: absolute;
	bottom: 12px;
	right: unset;
	left: 26px;
	text-align: right;
	z-index: 200;
	display: flex;
	flex-direction: column;
}

.xsjz-switch .flex-control-paging li {
	margin: 6px 0px;
}

.xsjz-switch .flex-control-paging li a {
	width: 3px;
	height: 24px;
	border-radius: 5px;
	display: block;
	background-color: #fff;
	cursor: pointer;
	text-align: center;
	transition: .3s;
	text-indent: -9999px;

}


.box2-2-list2 {
	flex-grow: 1;
	overflow: hidden;
}

.box2-2-list2 ul li {
	padding: 28px;
	height: 222px;
	background: #f5f3ed;
	margin-bottom: 34px;
}

.box2-2-list2 ul li:last-child {
	margin-bottom: 0px;
}


.box2-2-list2 h1 {
	font-size: 16px;
	overflow: hidden;
	font-weight: bolder;
	padding-bottom: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	z-index: 0;
}

.box2-2-list2 h1::before {
	content: "";
	width: 100%;
	height: 2px;
	background: #e4e4e4;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}

.box2-2-list2 h1::after {
	content: "";
	width: 58px;
	height: 2px;
	background: #cf0503;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 3;
}

.box2-2-list2 ul li:hover h1::after {
	width: 100%;
	transition: width 1s;
}

.box2-2-list2 ul li:hover h1 {
	color: #cf0503;
	transition: color 1s;
}

.box2-list2-inf {
	padding-top: 30px;
}

.box2-list2-inf dl dd {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 14px;

}

.box2-list2-inf dl dd:last-child {
	margin-bottom: 0px;
}

.box2-list2-inf dl dd i {
	margin-right: 5px;
}

.box2-list2-inf dl dd>span {
	width: 60px;
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
	/*兼容ie*/
	margin-right: 10px;
}

.box2-list2-inf dl dd>span+span {
	width: auto;
	text-align: unset;
	text-align-last: unset;
	text-justify:unset;
}

.box3 {
	background: url(../images/box3-bj.jpg) repeat;
}

.home-title2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-title2 i {
	margin-right: 10px;
}

.home-title2 span {
	font-size: 30px;
	font-family: '宋体';
	font-weight: bold;
}

.home-yjtd {
	margin-top: 54px;
}

.home-yjtd-list i {
	position: relative;
}

.home-yjtd-list i.imgbox_a {
	padding-bottom: 78.31%;
}

.home-yjtd-move1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	z-index: 3;
}

.home-move1-img {
	height: 100%;
	border: 14px solid;
	border-image-source: url(../images/yjtd-li-bj.png);
	border-image-slice: 14;
	display: flex;
	align-items: flex-end;
}

.home-move1-txt {
	color: #fff;
	font-style: initial;
	height: 100%;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
        display: flex;
	align-items: center;
	justify-content: center;
        flex-direction: column;
}

.home-move1-txt h1 {
	font-size: 16px;
	text-align: center;
        line-height:1.7;
        white-space:normal;
        text-overflow: ellipsis;  
        display: -webkit-box;
        -webkit-line-clamp: 3; 
        -webkit-box-orient: vertical; 
        width:100%;
        height: 82px;
        overflow: hidden;
}

.home-move1-txt h2 {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
        display: none;
}
.home-move1-txt span {
	width: 32px;
	display: block;
	margin-top: 8px;
}

.home-yjtd-move2 {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(188, 10, 8, 0.5);
	top: 0px;
	left: 0px;
	z-index: 2;
	opacity: 1;
}

.home-yjtd-list a:hover .home-yjtd-move2 {
	opacity: 1;
	transition: opacity .8s;
}
.home-yjtd-list a:hover .home-yjtd-move1 .home-move1-txt span{
        width: 32px;
        position: relative;
        animation: arrowAnimation 1s linear infinite;
}
@keyframes arrowAnimation {
            0% { left:-16px; } 
            100% { left:16px; }
}
.home-more2 {
	width: 150px;
	margin: 0px auto;
	margin-top: 40px;
}

.home-more2 a {
	width: 150px;
}

.home-more2 a span {
	margin: 0 2px;
}

.box4 {
	background: url(../images/box4-bj.jpg) no-repeat bottom center #faf7f3;
	background-size: cover;
}

.box4-main {
	display: flex;
}

.box4-main-1 {
	width: 700px;
	flex-shrink: 0;
	padding-right: 32px;
}

.box4-main-2 {
	flex-grow: 1;
	overflow: hidden;
}

.home-xsdt-1 {
	overflow: hidden;
}

.home-xsdt-1 ul {
	margin-right: -25px;
}

.home-xsdt-1 ul li {
	width: 50%;
	padding-right: 25px;
	float: left;
}

.home-xsdt-1 ul li a {
	width: 100%;
	height: 100%;
}

.home-xsdt-1 ul li a:hover h2 {
	color: #CF0503;
}

.home-xsdt-1 ul li i {
	width: 100%;
	height: 100%;
	position: relative;
}

.home-xsdt-1 ul li i.imgbox_a {
	padding-bottom: 64.13%;
}

.home-xsdt-bj {
	width: 100%;
	background: url(../images/xsdt-bj.png) repeat-x bottom;
	height: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0px;
}

.home-xsdt-txt {
	width: 100%;
	position: absolute;
	z-index: 2;
	color: #fff;
	bottom: 0px;
	font-style: initial;
	padding-bottom: 10px;
	padding-left: 20px;
}

.home-xsdt-12 {
	background: #fff;
	padding: 22px;
	height: 113px;
}

.home-xsdt-12 h2 {
	height: 44px;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.home-xsdt-12 h1 {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #666666;
}

.home-xsdt-2 {
	width: 100%;
	height: 184px;
	background: #fff;
	margin-top: 17px;
	padding: 38px 24px;

}

.home-xsdt-2 ul li {
	background: url(../images/xsdt-tb.png) no-repeat left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 22px;
	margin-top: 20px;
}

.home-xsdt-2 ul li:first-child {
	margin-top: 0px;
}

.home-xsdt-2 ul li a {
	flex-grow: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;

}

.home-xsdt-2 ul li a:hover {
	color: #CF0503;
}

.home-xsdt-2 ul li span {
	width: 110px;
	flex-shrink: 0;
	margin-left: 5px;
	text-align: right;
}

.home-xscg {
	height: 520px;
	background: #fff;
	padding: 26px 26px 0px;
}

.home-xscg ul li {
	background: url(../images/xsdt-tb.png) no-repeat left 2px;
	padding-left: 22px;
	border-bottom: 1px solid #eeeeed;
	padding-bottom: 28px;
	margin-bottom: 28px;
}

.home-xscg ul li:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}

.home-xscg ul li h1 {
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}

.home-xscg ul li h2 {
	font-size: 16px;
	margin-top: 18px;
}

.home-xscg ul li h3 {
	height: 52px;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 10px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.home-xscg ul li a:hover h1 {
	color: #CF0503;
}

#footer {
	position: relative;
	z-index: 2;
	background: url(../images/foot-img.png) no-repeat right -5px #cf0503;
}

.footer-1 {

	padding-top: 38px;
	padding-bottom: 38px;
}

.footer-1-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-1-1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer-1-1 span {
	margin-bottom: 15px;
}

.fonter-contact {
	color: #fff;
	padding-top: 0px;
}

.fonter-contact dl {
	margin-bottom: 0px;
}


.yq-link .btn-default {
	background: none;
	color: #fff;
	border-radius: 30px;
	border: 1px solid #dc6665;
	width: 230px;
	height: 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
}

.yq-link .btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	background: #fff;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
	background: #fff;
}


.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}


.yq-link .dropdown-menu {
	width: 230px;
	border-radius: 10px;
}

.yq-link ul.dropdown-menu li a {
	padding-top: 5px;
	padding-bottom: 5px;
        white-space: unset;
}

.footer-2 {
	background: rgba(184, 2, 0, 0.6);
	border-top: 1px solid #db0402;
}

.footer-2-main {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 14px;
}









/*************[师资队伍]**************/

#ej-main {
	background: url(../images/ej-bj.jpg) repeat;
}

.ej-banner {
	text-align: center;

}

.ej-box {
	position: relative;
	background: url(../images/ej-boximg.jpg) no-repeat bottom left;
}

.ej-box-con {
	position: relative;
	top: -119px;
	margin-bottom: -119px;
}

.ej-menu {
	width: 295px;
	background: url(../images/ej-menu-bj.png) no-repeat bottom center;
	overflow: hidden;
	margin-right: 38px;
}

.ej-menu-list {
	border-left: 5px solid #ebebeb;
	padding-bottom: 190px;
	background: url(../images/ej-menubj.jpg) no-repeat bottom center;
}

.ej-menu-tit {
	width: 295px;
	height: 119px;
	font-size: 26px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/ej-title.jpg) no-repeat;
}

.ej-menu-list ul li {
	width: 100%;
	background: #f4f4f4;
	padding-left: 15px;
	padding-right: 15px;
}

.ej-menu-list ul li.cur {
	background: rgba(235, 235, 235, 0.65);
}

.ej-menu-list ul li:hover {
	background: rgba(235, 235, 235, 0.65);
}

.ej-menu-list ul li a {
	width: 100%;
	display: flex;
	padding-top: 24px;
	padding-bottom: 24px;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
	border-bottom: 2px solid #e7e7e7;
	position: relative;
}

.ej-menu-list>ul>li>ul {
	overflow: hidden;
	background: rgba(235, 235, 235, 0.4);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
}

.ej-menu-list>ul>li>ul>li {
	background: none;
}

.ej-menu-list>ul>li>ul>li>a {
	border-bottom: none;
	padding-top: 12px;
	padding-bottom: 12px;
}

.ej-menu-list>ul>li>ul>li:hover {
	background: none;
}

.ej-menu-list>ul>li>ul>li>a::before {
	border-left: none;
}

.ej-menu-list>ul>li>ul>li>a:hover::before {
	border-left: none;
}

.ej-menu-list>ul>li>ul>li>a:hover {
	color: #bc0a08;
}

.ej-menu-list>ul>li>ul {
	display: none;
}

.ej-menu-inf {
	display: flex;
	align-items: center;
}

.ej-menu-inf i img+img {
	display: none;
}

.ej-menu-inf i {
	margin-right: 15px;
}

.ej-menu-list ul li i.ej-menu-jt img+img {
	display: none;
}


.ej-menu-list ul li a::before {
	content: "";
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -20px;
	border-left: 5px solid #ebebeb;
	z-index: 3;
}

.ej-menu-list ul li a:hover::before {
	border-left: 5px solid #bc0a08;
}

.ej-menu-list ul li a:hover span {
	color: #bc0a08;
}

.ej-menu-list ul li a:hover .ej-menu-inf i img {
	display: none;
}

.ej-menu-list ul li a:hover .ej-menu-inf i img+img {
	display: block;
}

.ej-menu-list ul li.cur span {
	color: #bc0a08;
}

.ej-menu-list ul li.cur .ej-menu-inf i img {
	display: none;
}

.ej-menu-list ul li.cur .ej-menu-inf i img+img {
	display: block;
}

.ej-main-box {
	overflow: hidden;
	padding-top: 119px;
}

.ej-mbx {
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #ededed;
	height: 72px;
	position: relative;

}


.ej-mbx-tit {
	width: inherit;
	height: 72px;
	line-height: 72px;
	flex-shrink: 0;
	border-bottom: 2px solid #bc0a08;
	font-size: 24px;
	width: 123px;
	color: #002222;
}

.ej-mbx-nav {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
}

.ej-mbx-nav span {
	margin: 0px 2px;
}



.page {
	padding-top: 30px;
	padding-bottom: 50px;
}

.page ul {
	display: table;
	margin: 0px auto;
}

.page ul li {
	display: table-cell;
}

.page ul li a {
	display: block;
	padding: 5px 14px;
	border: 1px solid #dee4e9;
	margin: 0px 5px;
	text-align: center;
}

.page ul li a:hover {
	background: #cf0503;
	color: #fff;
	border: 1px solid #cf0503;
}


.case-box {
	overflow: hidden;
	padding-top: 42px;
}

.case-box ul li {
	margin-bottom: 24px;
}

.case-box .home-yjtd-list i.imgbox_a {
	padding-bottom: 133.46%;
}



/*************[论本著作]**************/
.notice-newsbox{
min-height:500px;
}

.notice-newsbox ul {
	padding-top: 20px;
}

.notice-newsbox ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.notice-newsbox ul li a {
	flex-grow: 1;
	overflow: hidden;
	color: #222222;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.notice-newsbox ul li span {
	width: 100px;
	margin-left: 10px;
	text-align: right;
	flex-shrink: 0;
	color: #666666;
}

.notice-newsbox ul li a:hover {
	color: #CF0503;
}


/*************[学术动态]**************/

.pic-newsbox ul {
	padding-top: 40px;
}

.pic-newsbox ul li {
	margin-bottom: 40px;
}

.pic-newsbox ul li a {
	display: flex;
	align-items: flex-start;
}

.pic-newsimg {
	width: 277px;
	flex-shrink: 0;
	margin-right: 32px;
}

.pic-newsimg i.imgbox_a {
	padding-bottom: 72.2%;
}

.pic-newsinf {
	flex-grow: 1;
	overflow: hidden;
	padding-top: 6px;
}

.pic-newsinf h1 {
	font-size: 18px;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pic-newsinf-date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 16px;
	margin-bottom: 20px;
	position: relative;
}

.pic-newsinf-date span.pic-newsinf-rq {
	width: 110px;
	flex-shrink: 0;
}

.pic-newsinf-date span.pic-newsinf-hx {
	width: 100%;
	height: 1px;
	background: #e7e7e7;
}

.pic-newsinf-date i {
	width: 70px;
	flex-shrink: 0;
	padding-left: 10px;
	text-align: right;
}

.pic-newsinf h2 {
	font-size: 14px;
	line-height: 1.7;
	height: 42px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #555555;
	text-overflow: ellipsis;
}

.pic-newmore {
	width: 90px;
	height: 35px;
	line-height: 35px;
	background: url(../images/newsinf-more.png) no-repeat;
	text-align: center;
	color: #bc0a08;
	font-size: 14px;
	margin-top: 15px;
}




/************[单篇]****************/


.danpian {
	padding-top: 32px;
	padding-bottom: 32px;
}

.danpian-h1 {
	font-size: 24px;
	line-height: 1.6;
	color: #333;
	text-align: center;
	font-weight: bolder;
}

.danpian-h2 {
	font-size: 14px;
	line-height: 1.6;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
}

.danpian-con {
	font-size: 14px;
	color: #666;
	line-height: 2;
	padding: 20px 0px 0px;
	min-height: 600px;
}



.danpian-con img {

	margin: 15px auto;
}

.danpian-con p {
	/* text-indent: 2em;*/
}

.dan-page {
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a {
	margin-top: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.dan-a a {
	font-size: 16px;
	color: #666;
}

.dan-a a:hover {
	color: #004998;
}


/************[学术概况]****************/

.xsgk {
	padding-top: 0px;
}




/*************[首页头部滚动]**************/


#header-fine {
	background: #bc0a08;
	height: 65px;
	position: fixed;
	top: -100px;
	width: 100%;
	z-index: 999;
}

#header-fine.cur {
	top: 0px;
	display: block;
	transition: top .5s;

}

.header-fine-main {
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-fine-logo {
	width: 286px;
	flex-shrink: 0;
	margin-right: 80px;
}

.header-fine-nav {
	flex-grow: 1;
}

.header-fine-nav ul {
	display: flex;
	justify-content: space-between;
}
.header-fine-nav ul li{
	position: relative;
}
.header-fine-nav ul li a {
	color: #fff;
	height: 65px;
	line-height: 65px;
	display: inline-block;
}

.header-fine-nav ul li a:hover {
	background: url(../images/nav-bj.png) no-repeat center bottom;
}


.header-fine-nav ul li:hover ul{
	display: block;
}
.header-fine-nav>ul>li>ul {
	position: absolute;
	left: 50%;
	right: 0;
	top: 100%;
	z-index: 600;
	background-color: #fff;
	display: none;
	padding-bottom: 15px;
	width: 120px;
	margin-left: -60px;
	text-align: center;
}

.header-fine-nav>ul>li>ul>li>a {
	color: #000;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	width: 100%;
}
.header-fine-nav>ul>li>ul>li>a:hover{
	color: #fff;
	background: #D00403;
}