html,body{
    font-size: 16px;
    font-family:  "Microsoft YaHei UI";
    color: #333;
    line-height: 24px;
    min-width: 1400px;
    margin: 0;
    padding: 0;
        background-color: #f5f5f5;
}
div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img{
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
}
a{
    text-decoration:none;
    color: #333;
}
a:hover{
    color: #e8380d;
}
.clear_both:after{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}
.main1400{
	width: 1400px;
	margin: 0 auto;
}

.img_dh img{
    transition: transform .5s linear;
}
.img_dh img:hover{
    transform: scale(1.02);
}

.nav_top{
	height: 160px;
	background: url("../images/top-bg.jpg") center no-repeat;
}
.logo_top{
	float: left;
	padding-top: 56px;
}

ul.nav_center{
	width: 880px;
	float: left;
	padding: 76px 0 0 98px;
	font-size: 20px;
	line-height: 32px;
}
ul.nav_center li{
	float: left;
}
ul.nav_center li a{
	display: block;
	padding: 0 20px;
	color: #feedea;
	border-radius: 16px;
	margin: 0 3px;
}
ul.nav_center li a:hover{
	background-color: #feedea;
	color: #f63415;
}
ul.nav_center li.now a{
	background-color: #feedea;
	color: #f63415;
}

.search_out{
	position: relative;
}

/*搜索框*/
.nav_search{
    /* float: right; */
    width: 18px;
    height: 18px;
    /* margin: 82px 10px 0 0; */
	position: absolute;
	top: 84px;
	right: 48px;
}
.nav_search a{
    display: block;
    width: 18px;
    height: 18px;
    float: right;
    background: url("../images/searc-img1.png") no-repeat;
}

.search_row{
    width: 144px;
    height: 32px;
    overflow: hidden;
    position: absolute;
    top: 76px;
    right: 46px;
    z-index: 1000;
}
.search_tk{
    width: 144px;
    height: 32px;
    background-color: #fed6cf;
    border-radius: 20px;
    position: absolute;
    right: -144px;
    overflow: hidden;
}
.search_tk a{
    float: left;
    padding: 8px 10px 0 0;
}
.search_tk input{
    width: 114px;
    height: 32px;
    background-color: #fed6cf;
    border: 0;
    float: left;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
}
.search_dh{
    right: 0;
    transition: right .8s linear;
}
.search_hq{
    right: -220px;
    transition: right .8s linear;
}



.nav_row{
	min-height: 42px;
	background-color: #474747;
}
ul.nav_in{
	font-size: 16px;
	line-height: 16px;
	height: 42px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #878787;
}
ul.nav_in li{
	display: inline-block;
	height: 16px;
}
ul.nav_in li:nth-child(1){
	border-left: 0;
}
ul.nav_in li a{
	color: #878787;
}
ul.nav_in li a:hover{
	color: #fff;
}
ul.nav_in li.now a{
	color: #fff;
}

.bg_white{
	background-color: #fff;
	margin-top: 30px;
	padding: 0 30px 30px;
}

.headline_top{
	margin-top: 50px;
}

.headline_row{
	padding-top: 30px;
}
.headline_row h1{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}
.headline_row h1 a{
	color: #e8380d;
}
.headline_row p{
	text-align: center;
	font-size: 16px;
	padding-top: 20px;
}
.headline_row p a{
	display: inline-block;
	line-height: 16px;
	border-left: 1px solid #c8c8c8;
	padding: 0 6px;
}
.headline_row p a:nth-child(1){
	border-left: 0;
}

.focus_out{
	padding: 30px 0;
}

.index_focus{
    width: 1002px;
    height: 564px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	float: left;
}
.index_focus .hd{
    width: 140px;
    height: 10px;
    position: absolute;
    right: 0;
    bottom: 22px;
    z-index: 2;
}
.index_focus .hd ul{
    zoom: 1;
}
.index_focus .hd ul li{
    float: left;
    width: 10px;
    height: 10px;
	border-radius: 5px;
    margin: 0 12px 0 0;
    background: #ebebeb;
    cursor: pointer;
}
.index_focus .hd ul li.on{
    background: #e8380d;
    width: 30px;
}
.index_focus .bd{
    position: relative;
    z-index: 0;
}
.index_focus .bd li{
    position: relative;
}
.index_focus .bd img{
    width: 1002px;
    height: 564px;
    transition: transform .5s linear;
}
.index_focus .bd img:hover{
    transform: scale(1.02);
}
.index_focus .bd span{
    display: block;
    width: 100%;
    height: 87px;
    background: url("../images/index-focus-bg.png") no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.index_focus .bd p{
    width: 840px;
    font-size: 22px;
    position: absolute;
    left: 12px;
    bottom: 26px;
    z-index: 3;
    color: #fff;
}

.index_right{
	width: 320px;
	float: right;
}

.index_right_in1,
.index_right_in2{
	background-color: #f2f2f2;
	padding: 20px 20px;
	box-sizing: border-box;
}
.index_right_in1{
	height: 336px;
}
.index_right_in1 p,
.index_right_in2 p{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.index_right_in1 p a{
	max-height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index_right_in1 ul,
.index_right_in2 ul{
	font-size: 16px;
}
.index_right_in1 ul li{
	padding-top: 9px;
}
.index_right_in1 ul li span,
.index_right_in2 ul li span{
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #c8c8c8;
	float: left;
	margin: 9px 0 0 0;
}
.index_right_in1 ul li a,
.index_right_in2 ul li a{
	display: block;
	width: 266px;
	float: right;
}
.index_right_in1 ul li a{
	max-height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index_right_in2{
	margin-top: 18px;
	height: 210px;
}
.index_right_in2 p{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
}
.index_right_in2 ul li{
	padding-top: 8px;
}
.index_right_in2 ul li a{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
}

.index_more{
	text-align: right;
	padding-top: 4px;
}
.index_more a{
	color: #999;
}
.index_more a:hover{
	color: #e8380d;
}

.jrtt_padding{
	padding: 0 0 30px;
}

.padding_lr{
	padding: 0 30px;
}
.title_long{
	padding-top: 28px;
}
.title_long img{
	float: left;
	padding: 0 5px 0 0;
}
.title_long b{
	font-size: 24px;
	padding-top: 1px;
	float: left;
}
.title_long a{
	float: right;
	font-size: 15px;
	color: #999;
}
.title_long a:hover{
	color: #e8380d;
}

.jrtt_row{
    position: relative;
	margin-top: 20px;
	width: 1400px;
	overflow: hidden;
}
.jrtt_row .hd .prev,
.jrtt_row .hd .next{
    display: block;
    width: 16px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    top: 92px;
	z-index: 10;
}
.jrtt_row .hd .prev{
    background: url("../images/jrtt-prev.png") no-repeat;
    left: 6px;
}
.jrtt_row .hd .next{
    background: url("../images/jrtt-next.png") no-repeat;
    right: 6px;
}
.jrtt_row .bd{
    width: 1340px;
    overflow:hidden;
	margin-left: 30px;
}
.jrtt_row .bd ul{
    overflow:hidden;
    zoom:1;
}
.jrtt_row .bd ul li{
    width: 320px;
    margin: 0 20px 0 0;
    float: left;
	position: relative;
	line-height: 0;
}
.jrtt_row .bd ul li div{
    width: 320px;
    height: 180px;
	overflow: hidden;
}
.jrtt_row .bd ul li img{
    width: 320px;
    height: 180px;
	transition: transform .5s linear;
}
.jrtt_row .bd ul li:hover img{
	transform: scale(1.02);
}
.jrtt_row .bd ul li span{
	width: 320px;
	height: 180px;
	display: block;
	background: url("../images/jrtt-icon.png") center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.jrtt_row .bd ul li p{
    width: 100%;
	height: 75px;
	background-color: #f8f8f8;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
	padding: 10px 15px 0;
}
.jrtt_row .bd ul li p i{
	font-style: normal;
	max-height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index_main_left{
	width: 992px;
	float: left;
}

.index_add{
	line-height: 0;
	margin-top: 30px;
	width: 992px;
	height: 121px;
	overflow: hidden;
}
.index_add img{
	width: 992px;
	height: 121px;
}

.jydt_left{
	width: 560px;
	float: left;
	padding-top: 20px;
}
.jydt_left div{
	width: 560px;
	height: 316px;
	overflow: hidden;
}
.jydt_left img{
	width: 560px;
	height: 316px;
}
.jydt_left p{
	margin-top: 6px;
	text-align: justify;
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.jydt_left span{
	display: block;
	font-size: 14px;
	margin-top: 10px;
}
.jydt_left span a{
	color: #aaa;
}

.jydt_right{
	width: 338px;
	float: right;
	padding-top: 20px;
}
.jydt_right dl+dl{
	margin-top: 50px;
}
.jydt_right dt{
	width: 184px;
	height: 104px;
	float: left;
	overflow: hidden;
}
.jydt_right dt img{
	width: 184px;
	height: 104px;
}
.jydt_right dd{
	width: 140px;
	float: right;
}
.jydt_right dd p{
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	height: 72px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.jydt_right dd span{
	font-size: 14px;
	margin-top: 10px;
	display: block;
}
.jydt_right dd span a{
	color: #aaa;
}

.index_main_right{
	width: 370px;
	float: right;
}

.rd_title{
	text-align: center;
	padding-top: 30px;
	line-height: 0;
}
ul.rd_font{
	font-size: 16px;
	padding-top: 16px;
}
ul.rd_font li{
	padding-top: 11px;
}
ul.rd_font li span{
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #c8c8c8;
	float: left;
	margin: 9px 0 0 0;
}
ul.rd_font li a{
	display: block;
	width: 296px;
	float: right;
	max-height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ckgd_row{
	padding-top: 20px;
}
.ckgd_row a{
	display: block;
	line-height: 34px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #e8380d;
	color: #e8380d;
	font-size: 16px;
}

dl.hnjyxw_row{
	padding-top: 20px;
}
dl.hnjyxw_row dt{
	line-height: 0;
}
dl.hnjyxw_row dt a{
	width: 309px;
	height: 174px;
	display: block;
	overflow: hidden;
}
dl.hnjyxw_row dt img{
	width: 309px;
	height: 174px;
}
dl.hnjyxw_row dt p{
	font-size: 15px;
	line-height: 24px;
	margin-top: 10px;
	color: #8c8c8c;
	max-height: 72px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
dl.hnjyxw_row dd{
	margin-top: 10px;
}
dl.hnjyxw_row dd a{
	font-size: 15px;
	display: block;
	width: 88px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #e8380d;
	border-radius: 3px;
	color: #fff;
	float: right;
}

ul.tndt_font{
	font-size: 16px;
	padding-top: 16px;
}
ul.tndt_font li{
	padding-top: 16px;
}
ul.tndt_font li span{
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #c8c8c8;
	float: left;
	margin: 9px 0 0 0;
}
ul.tndt_font li a{
	display: block;
	width: 296px;
	float: right;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
}

.index_bottom{
	background-color: #fff;
	margin-top: 60px;
}
.overflow_row{
	overflow: hidden;
}
.yqlj_title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
ul.yqlj_font{
	width: 1440px;
	font-size: 14px;
	line-height: 30px;
	padding-top: 10px;
}
ul.yqlj_font li{
	float: left;
	margin-right: 40px;
}
ul.yqlj_font li a{
	color: #666;
}
ul.yqlj_font li a:hover{
	color: #e8380d;
}

.footer_row{
	border-top: 1px solid #d5d5d5;
	padding: 40px 0;
	margin-top: 30px;
}
.footer_font{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.footer_center_img{
	text-align: center;
	padding: 20px 0;
}
ul.footer_img{
	color: #666;
	font-size: 14px;
	text-align: center;
	display: flex;
	justify-content: center;
}
ul.footer_img a{
	color: #666;
}
ul.footer_img li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 25px;
}
ul.footer_img li img{
	float: left;
	padding-right: 5px;
}


.nav_fk{
	width: 119px;
	height: 100vh;
	position: fixed;
	right: 30px;
	top: 0;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.nav_fk .nav_fk_in{
	width: 119px;
	height: 121px;
	position: relative;
	transition: all .5s linear;
	margin-top: 8px;
	cursor: pointer;
}
.nav_fk .nav_fk_in span{
	display: block;
	width: 129px;
	height: 120px;
	position: absolute;
	right: 0;
	top: 0;
	background: url("../images/ewm-bg.png") no-repeat;
	z-index: -1;
	opacity: 0;
	transition: all .5s linear;
}
.nav_fk .nav_fk_in span img{
	padding: 6px 0 0 6px;
}
.nav_fk .nav_fk_in:hover span{
	right: 126px;
	opacity: 100%;
}

.nav_close{
	display: none;
}
.nav_open{
	display: block;
}


.nav_dh{
	padding-top: 30px;
	font-size: 14px;
	color: #999;
}
.nav_dh a{
	color: #999;
}
.nav_dh a:hover{
	color: #e8380d;
}

.zxx_row{
	padding: 0 0 0 30px;
}
.zxx_half1{
	width: 660px;
	height: 369px;
	position: relative;
	overflow: hidden;
	margin: 20px 20px 0 0;
	float: left;
}
.zxx_half1 img{
	width: 660px;
	height: 369px;
}
.zxx_half1 p{
	width: 660px;
	height: 60px;
	background: url("../images/zxx-bg.png") no-repeat;
	font-size: 22px;
	line-height: 60px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.zxx_half2{
	width: 320px;
	height: 369px;
	position: relative;
	overflow: hidden;
	margin: 20px 20px 0 0;
	background-color: #f2f2f2;
	float: left;
}
.zxx_half2_img{
	width: 320px;
	height: 180px;
	overflow: hidden;
}
.zxx_half2 h1{
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 8px;
	text-align: justify;
}
.zxx_half2 dt{
	font-size: 14px;
	line-height: 22px;
	color: #8c8c8c;
	height: 66px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 10px;
	text-align: justify;
}
.zxx_half2 dd{
	font-size: 14px;
	color: #9f9f9f;
	padding: 20px 20px 0;
}
.zxx_half2 dd a{
	color: #9f9f9f;
}
.zxx_half2 dd p{
	float: left;
}
.zxx_half2 dd span{
	float: right;
}

ul.gfjy_row{
	padding-top: 20px;
}
ul.gfjy_row li{
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px 30px;
	box-sizing: border-box;
}
ul.gfjy_row li img{
	width: 238px;
	height: 134px;
	margin-right: 30px;
	float: left;
}
ul.gfjy_row li div{
	width: 1070px;
	float: right;
}
ul.gfjy_row li div h1{
	font-size: 24px;
	font-weight: bold;
}
ul.gfjy_row li div span{
	display: block;
	font-size: 15px;
	color: #666;
	margin-top: 12px;
}
ul.gfjy_row li div p{
	margin-top: 28px;
	font-size: 16px;
	color: #999;
	line-height: 24px;
	height: 46px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
ul.gfjy_row li.no_img div{
	width: 100%;
}

.djjzgd_row{
	text-align: center;
	font-size: 16px;
}
.djjzgd_row a{
	color: #999;
}

.xqy_row{
	padding-top: 20px;
}
.xqy_left{
	width: 992px;
	float: left;
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
}
.xqy_left h1{
	font-size: 30px;
	text-align: center;
	line-height: 32px;
}
.xqy_left_time{
	border-bottom: 1px solid #eceff1;
	padding: 30px 0 10px;
	font-size: 14px;
	color: #666;
}
.title_time_left{
	float: left;
}
.title_time_left span{
	float: left;
	padding-right: 20px;
}
.title_time_right{
	float: right;
}
.title_time_right p{
	float: left;
	padding-right: 10px;
}
.title_time_right a{
	float: left;
	padding-left: 6px;
}

.xqy_right{
	margin-top: 0;
}

.page_row ul{
	display: flex;
	justify-content: center;
	padding-top: 30px;
}
.page_row li{
	line-height: 34px;
	padding: 0 14px;
	color: #494949;
	border: 1px solid #ddd;
	background-color: #fff;
}
.page_row li.active{
	color: #fff;
	background-color: #f43017;
}
.page_row a.grey{
	color: #b3b3b3;
}

.zxx_half2_img img{
	width:320px;
	height: 180px;
}

.detail_content p img{
	max-width: 554px;
	margin: auto;
}


/* banner修改2.13 */
.focus_top{
    width: 1340px;
    height: 490px;
    position: relative;
    zoom: 1;
    overflow: hidden;
	padding-top: 30px;
}
.focus_top .bd {
    width: 870px;
    height: 490px;
	float: left;
}
.focus_top .bd li img{
    width: 870px;
    height: 490px;
}
.focus_top .hd{
    width: 470px;
    height: 490px;
    background-color: #fff;
	float: right;
}
.focus_top .hd ul{
	padding: 20px 0 0 30px;
}
.focus_top .hd ul li{
    height: 85px;
	border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;
    font-size: 16px;
	font-weight: bold;
    line-height: 24px;
}
.focus_top .hd ul li:last-child{
	border-bottom: 0;
}
.focus_top .hd ul li a{
    display: block;
	max-height: 48px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.focus_top .hd ul li.on a{
    color: #e8380d;
}
.focus_more{
	position: absolute;
	right: 46px;
	bottom: 0;
	z-index: 1000;
	font-size: 15px;
}
.focus_more a{
	color: #999;
}

.program_box{
	width: 864px;
	margin: 0 auto;
	padding-top: 24px;
}
ul.program_top{
	display: flex;
}
ul.program_top li{
	flex: 1;
	text-align: center;
	border: 1px solid #ececee;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #666568;
	cursor: pointer;
}
ul.program_top li+li{
	margin-left: -1px;
}
ul.program_top li p,
ul.program_top li h1{
	font-size: 18px;
	font-weight: bold;
}
ul.program_top li.active{
	color: #fff;
	background-color: #e8380d;
}

.program_bottom{
	width: 864px;
	position: relative;
	overflow: hidden;
	min-height: 100px;
	background: url(../images/border_img.png) 100px 36px no-repeat;
	display: none;
}
ul.program_bottom_box{
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
}
ul.program_bottom_box li{
	width: 216px;
	text-align: center;
	padding: 25px 10px 0;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
}
ul.program_bottom_box li p{
	font-size: 16px;
	font-weight: bold;
	color: #999;
	display: inline-block;
	background-color: #fff;
	padding: 0 8px;
}
ul.program_bottom_box li h1 {
    font-size: 16px;
    color: #aaa;
    line-height: 24px;
    padding-top: 6px;
    white-space: break-spaces;
}
ul.program_bottom_box li.active p,
ul.program_bottom_box li.active h1{
	color: #e8380d;
}
.program_bottom .btn{
	position: absolute;
	top: 26px;
	cursor: pointer;
}
.program_bottom .btn_prev{
	left: 0;
}
.program_bottom .btn_next{
	right: 0;
}

.program_show{
	display: block;
}
