@charset "utf-8";
::-webkit-scrollbar{
    width: 10px;
    height: 10px;
    background:#eee;
}
::-webkit-scrollbar-track{
	background: transparent;
}
::-webkit-scrollbar-thumb{
    min-height: 28px;
    padding: 100px 0 0;
    background: rgba(0,0,0,.2);
    background-clip: padding-box;
    border:solid 2px transparent;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,p,span{
	margin:0;
	padding:0;
}
body{
	min-width: 1200px;
	font:12px "microsoft yahei","Arial","Verdana","Tahoma";
	line-height:1.42857143;
	color:#333;
}
i,s,u,em{
	font-style:normal;
	text-decoration:none;
}
ul,li{
	list-style:none;
}
img{
	border:none;
}
a{
	outline:none;
	text-decoration: none;
}
a:hover{
	color: #d0160d;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cf:after {
	content: ".";
	font-size: 0;
	height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.cf{
	zoom:1;
}
.content-box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
/* container */
.banner{
	min-height: 880px;
	background: #f3674b url('../images/jsfzzx_bxgd_bg.jpg') center top no-repeat;
	position: relative;
	overflow: hidden;
}
.banner:after{
	content: '';
	width: 100%;
	height: calc(100% - 880px);
	position: absolute;
	top: 880px;
	background: linear-gradient(to bottom, #f3674b 0%, #ffe4c4 100%);
}
@media screen and (min-width:1921px){
	.banner{
		background-size: 100% 880px;
	}
}
.banner_bg{
	display: inline-block;
	max-width: 100%;
	width: 100%;
	height: auto;
	/* min-height: 880px; */
}
.main{
	margin-top: 400px;
	margin-bottom: 50px;
	background: linear-gradient(to bottom, #ffeacb 0%, #fff4e0 30%, #fff4e0 100%);
	box-shadow: 0 7px 0 rgba(187,9,0,.1);
	z-index: 9;
}
.bxgd_newslist {
	padding: 40px 40px 58px;
}
.bxgd_newslist li{
	position: relative;
}
.bxgd_newslist li+li{
	margin-top: 48px;
}
.bxgd_newslist li .picbox{
	width: 188px;
	height: 140px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.bxgd_newslist li .picbox img{
	display: block;
	width: 100%;
	height: 100%;
}
.bxgd_newslist li .infos{
	width: 1010px;
	position: absolute;
	top: 0;
	left: 110px;
}
.bxgd_newslist li .title{
	display: block;
	font: bold 22px/1 "microsoft yahei";
	color: #111;
	margin: 5px 0 17px 113px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bxgd_newslist li .desc{
	font: 16px/24px "microsoft yahei";
	color: #7b4f40;
	padding: 33px 60px 33px 140px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	background: url('../images/icon_text_start.png') left 103px top 25px no-repeat,
				url('../images/icon_text_end.png') right 25px bottom 25px no-repeat;
	background-color: #ffe5bd;
}
.bxgd_newslist li .infos:hover .title{
	color: #eb2711;
}
.bxgd_newslist li .infos:hover .desc{
	color: #fff;
	background: url('../images/icon_text_start_h.png') left 103px top 25px no-repeat,
				url('../images/icon_text_end_h.png') right 25px bottom 25px no-repeat;
	background-color: #eb2711;
}
/* 详情页 */
.news-xq{
	padding: 40px;
}
.news-xq .go{
	font: 14px/32px "microsoft yahei";
	color: #fff;
	padding: 0 15px;
	background: #fcba68;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0px 0 0 20px;
}
.news-xq .go:hover{
	background: #f4ac53;
}
.news-xq .title{
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #e7d6bc;
}
.news-xq .title h3{
	font: 28px/42px "microsoft yahei";
	color: #111;
}
.news-xq .title span{
	font: 14px/14px "microsoft yahei";
	color: #666;
	display: block;
	padding-top: 15px;
}
.news-xq .cont p{
	font: 16px/32px "microsoft yahei";
	text-indent: 2em;
	word-break: break-word;
}
.news-xq .cont p img{
	display: block;
	margin: 0 auto;
}
.news-xq .cont p span, .news-xq .cont p{
	background: transparent !important;
}
/* footer */
.footer{
	width: 100%;
	padding: 30px 0;
	background: #d0160d;
}
.dz{
	display: flex;
	align-items: center;
	padding: 20px 20px 0 0;
}
.dz a:last-child{
	margin-left: 15px;
}
.dz img{
	display: block;
}
.contact {
	width: 590px;
	padding:0px 20px;
	border-left: solid 1px #d04141;
	position: relative;
}
.contact img{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 20px;
}
.contact p{
	width: 570px;
	font: 13px/22px "microsoft yahei";
	color: #fff;
}
.tel{
	width: 220px;
	height: 68px;
	border-left: solid 3px #fff;
	border-right: solid 3px #fff;
	background: url(../images/jsfzzx_icon_tel.png) 18px center no-repeat;
	position: absolute;right: 16px;top: 5px;
}
.tel i{
	width: 5px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.tel i:nth-of-type(2){
	left: auto;
	right: 0;
}
.tel i:nth-of-type(3){
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}
.tel i:nth-of-type(4){
	top: auto;
	bottom: 0;
}
.tel span{
	color: #fff;
	display: block;
	padding-left: 62px;
}
.tel span:nth-of-type(1){
	font:bold 14px/16px "microsoft yahei";
	padding-top: 15px;
}
.tel span:nth-of-type(2){
	font: 18px/26px "microsoft yahei";
}
.wechat img:first-child{
	margin-right: 15px;
}

