/**************************************/


/*************[公用start]**************/


/**************************************/

body {
	overflow-x: hidden;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}


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);
}







/*图片中心放大代码区域*/

/**************************************/

/************[公用over]****************/

/**************************************/



/*header-start*/

/**************************************************************/

#header {
	width: 100%;
	overflow: hidden;
}

.header-top {
	overflow: hidden;
	text-align: center;
	display: block;
}
.sj-header-top{
	display: none;
}

.pc-nav-box{
	height:66px;
	background:#c80303;
}
.pc-nav ul{
	display: flex;
	justify-content: center;
}
.pc-nav ul li {
	width: 180px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/li-bj.png) no-repeat right  bottom;
}
.pc-nav ul li:last-child{
	background:none;
}
.pc-nav ul li a{
	font-size: 20px;
	font-weight: bolder;
	color: #fff8a9;
}


#header_sj {
	display: none;
}

.banner {
	text-align: center;
	display: block;
}

.banner .swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
}

.ph-banner {
	display: none;
}



/*********************7*****************/

/********[特殊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: #fff;
	/*background-color: #0089d0;*/

}
.margin-t30{
	margin-top: 30px;
}
.pc-pic-news{
	 width: 714px;
	 background: #ccc;
}
.pc-picnews{
	 height: 405px;
	 overflow: hidden;
}
.pc-picnews-list{
	display: none;
}
.pc-picnews-list.cur{
	display: block;
}

.pc-picnews-list i.imgbox_a{
	padding-bottom:56.72%;
}
.pc-picnews-list{
	position: relative;
}
.pc-picnews-list .tver{
	position: absolute;
	bottom: 0px;
	color: #fff;
	z-index: 999999;
	width: 100%;
	height: 40px;
	line-height:40px;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 15px;
	padding-right: 90px;
	overflow: hidden;
}
.pc-picnews .flex-control-nav{
	right: 12px;
	bottom: 15px;
	height: 10px;
}
.pc-picnews .flex-control-nav li a{
	text-indent: 99999999px;
	width: 10px;
	height: 10px;
	border-radius: 24px;
}



.pc-pic-newslist{
	height: 405px;
	background: #fcf9f3;
	padding-right: 18px;
	padding-left: 18px;
	overflow: hidden;
}
.pc-pic-newslist ul li{
	border-bottom: 1px solid #dbd8d2;
	padding-bottom: 15px;
	padding-top: 15px;
}
.pc-pic-newslist ul li.cur h1{
	color: #c80303;
}
.pc-pic-newslist ul li:last-child{
	padding-bottom: 0px;
	border-bottom:none;
}
.pc-pic-newslist h1{
	font-size: 18px;
	line-height: 1.75;
}
.pc-pic-newslist h2{
	font-size: 14px;
	line-height: 1.75;
	height: 5.25em;
	overflow: hidden;
	color: #666;
	margin-top: 5px;
}
.pc-pic-newslist span{
	color: #c80303;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
.pc-pic-newslist ul li a:hover h1{
	color: #c80303;
}
.box2{
	margin-right: -26px;
}
.pc-news-box{
	width: 50%;
	padding-right:26px;
	overflow: hidden;
	margin-bottom: 24px;
}
.pc-news-tit{
	height: 58px;
	background: url(../images/tit-bj.jpg) repeat-x;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 0;
}
.pc-news-tit:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 537px;
	height: 58px;
	background: url(../images/tit-bj2.jpg) no-repeat;
	z-index: -1;
}
.pc-news-tit span{
   width: 150px;
   text-align: center;
}
.pc-news-tit a{
	font-size: 15px;
}
.pc-news-tit a:hover{
	color: #c80303;
}
.pc-news-listbox{
	height: 378px;
	border: 1px solid #e7e1d8;
	border-radius: 8px;
	margin-top: 16px;
	padding: 18px;
}
.pc-news-listbox ul li{
	height: 42px;
	line-height: 42px;
	border-bottom: 1px dotted #ccc;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pc-news-listbox ul li a{
	color: #333;
}
.pc-news-listbox ul li a:hover{
	color: #c80303;
}


#footer{
	text-align: center;
	color: #fff;
	background:#c62101;
	line-height: 1.75;
	padding-top: 20px;
	padding-bottom: 20px;
}







/*************[新闻列表]**************/

#ej-main {
	background: #fff;
}
.ej-banner {
	text-align: center;
	height: 258px;
}

.ej-box {
	padding-top: 30px;
}

.ej-box-con {
	background-color: #fff;
	margin-bottom: 30px;
}
.ej-menu {
	background: url(../images/ej-menu-bj.png) no-repeat bottom center;
	overflow: hidden;
	margin-right: 20px;
	border: 1px solid #dedede;
}
.ej-menu-list {
	overflow: hidden;
}

.ej-menu-list ul li a {
	width: 250px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}
.ej-menu-list ul li:last-child a{
	border-bottom: none;
}
.ej-menu-list ul li a::before{
	content: "";
	width: 212px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -106px;
	background: url(../images/li-bj.jpg) no-repeat center;
	z-index: 1;
}
.ej-menu-list ul li a::after {
	content: "";
	width: 25px;
	height: 9px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 15px;
	background: url(../images/li-jth.png) no-repeat;
	z-index: 1;
}

.ej-menu-list ul li a:hover {
	background:#c80303;
	color: #fff;
	font-weight: bolder;
}

.ej-menu-list ul li a:hover::after {
	background: url(../images/li-jth.png) no-repeat;
}
.ej-menu-list ul li a:hover::before {
	background: none;
}
.ej-menu-list ul li.cur a {
	background: #c80303;
	border-bottom: none;
	color: #fff;
	font-weight: bolder;
}
.ej-menu-list ul li.cur a::after {
	background: url(../images/li-jth.png) no-repeat;
}
.ej-menu-list ul li.cur a::before {
	background: none;
}
.ej-menu-list ul li:last-child ::before {
	background: none;
}

.menu-xl{
	display: block;
}
.menu-xl ul li{
	
}
.menu-xl ul li a{
	text-align: left;
	display: block;
	height:auto;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	color: #333 !important;
	background: none !important;
}
.menu-xl ul li a:before{
	background: none;
}
.menu-xl ul li a:hover{
	background: none;
	color: #222a58 !important;
	font-weight: bolder;
}

.ej-main-box {
	overflow: hidden;
	border: 1px solid #ededed;
	padding: 15px;
}
.ej-mbx {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ededed;
	height: 44px;
	position: relative;

}
.ej-mbx-tit {
	width: inherit;
	height:44px;
	line-height: 34px;
	flex-shrink: 0;
	border-bottom: 3px solid #c80303;
	font-size: 22px;
	padding: 0 5px;
	color: #000;
}
.ej-news-list {
	padding-top: 5px;
}
.ej-news-list ul li {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 28px;
	background: url(../images/li_bj.png) no-repeat 15px center;
}
.ej-news-list ul li:nth-child(even){
	background: url(../images/li_bj.png) no-repeat 15px center #f4f4f4;
}
.ej-news-list ul li a {
	display: flex;
	align-items: center;
}
.ej-news-list ul li a h1{
	flex-grow: 1;
	font-size: 16px;
}
.ej-news-list ul li a span{
	width: 88px;
	flex-shrink: 0;
	color: #999999;
	font-size: 14px;
}
.ej-news-list ul li a:hover h1{
	color: #c80303;
}

.page {
	padding-top: 20px;
	padding-bottom: 5px;
}

.page ul {
	display: table;
	margin: 0px auto;
}

.page ul li {
	display: table-cell;
}

.page ul li a {
	display: block;
	padding: 4px 14px;
	border: 1px solid #dee4e9;
	margin: 0px 5px;
	text-align: center;
	font-size: 14px;
}

.page ul li a:hover {
	background: #c80303;
	color: #fff;
	border: 1px solid #c80303;
}



/************[单篇]****************/

.danpian {
	padding-top: 15px;
	padding-bottom: 5px;
}

.danpian-h1 {
	font-size: 20px;
	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 * {
	font-size: 16px !important;
	color: #666 !important;
	line-height: 2 !important;
}

.danpian-con img {
	display: block;
	margin: 15px auto;
}

.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: #222a58;
}
