body {
	min-width: 1400px;
	height: auto;
	margin: 0 auto;
	color: #333333;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 20px;
	/*background: url(../images/bg_clxy.jpg) repeat-x top center #fff;
    background-attachment: fixed;*/
}
* {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #890302;
	text-decoration: none;
}
.element {
    clear: both;
}
.p-left {
	float: left;
}
.p-right {
	float: right;
}
.pl {
	width: 78%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pl2 {
	width: 85%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pl a {
	display: block;
}
.pl2 a:hover {

}
.pl2 a {
	text-indent: 25px;
	display: block;
}
.pl a:hover {
	text-indent: 30px;
	color: #ab8a24;
}
.pr {
	float: right;
}
.pr2 {
	float: right;
	font-size: 14px;
	color: #999;
}
.pr3 {
	float: right;
	font-size: 14px;
	color: #dab9ba;
}
.pr4 {
	float: right;
	font-size: 14px;
	color: #333;
}
.pr5 {
	float: right;
	font-size: 16px;
	color: #999;
}
.logo {
	width: 502px;
	height: 105px;
	float: left;
	margin-top: 28px;
}
.top_warp {
	width: 100%;
	height: 140px;
}
.top {
	width: 1400px;
	height: 140px;
	margin: 0 auto;
}
.top_menu {
	width: auto;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	padding-right: 20px;
	float: right;
	margin-top: 20px;
	clear: right;
	color: #ffffff;
}
.top_menu a {
	color: #ffffff;
}
.search {
	width: 360px;
	height: 40px;
	float: right;
	margin-top: 10px;
	clear: right;
}
.searchs{border:1px solid #890302;max-width:100%;box-sizing:border-box;border-radius:5px}
.searchs input{border:none}
.navbg{background-color:#0056a8;background-image: linear-gradient(to right, #0056A8, #0065CA,#0056A8); }
.searchs input[type=text]{background:rgba(255,255,255,0.8);height:40px;line-height:40px;font-size:16px;color:#333;width:calc(100% - 90px);border-top-left-radius:5px;border-bottom-left-radius:5px;text-indent:10px}
.searchs input[type=submit]{background:#890302 url(../images/ico3.png) 15px center no-repeat;background-size:20px;height:40px;line-height:40px;padding-left:30px;width:90px;color:#fff;font-size:16px;border-top-right-radius:5px;border-bottom-right-radius:5px;float:right}
.menu_warp {
	width: 100%;
	height: 60px;
	background: #890302;
}
.menu {
	width: 1400px;
	height: 60px;
	margin: 0 auto;
}
.menu li {
	width: 140px;
	height: 60px;
	float: left;
	text-align: center;
}
.menu li a {
	width: 140px;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.menu li a.curr {
    color: #fff; 
    background: #500201;}
.menu li a:hover {
	color: #ffffff;
}
/*banner*/
.banner {
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.banner img {
	border: 0;
	display: block;
	max-width: 100%;
	vertical-align: middle;
}

.banner-txt {
	width: auto;
	float: right;
	position: relative;
	padding: 20px;
	font-size: 24px;
	bottom: 100px;
	right: 50px;
	color: #ffffff;
	background-color: rgba(0,0,0,0.3);
}
.js-silder {
	position: relative;
	min-width: 320px;
}
.silder-scroll {
	width: 100%;
	overflow: hidden;
}
.silder-main {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img {
	width: 100%;
}
.js-silder-ctrl {
	width: 100%;
	height: 0;
	text-align: center;
}
.silder-ctrl-conyd {
	position: relative;
	right: 30px;
	bottom: 50px;
	float: right;
}
.silder-ctrl-con {
	position: relative;
	bottom: 50px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	cursor: pointer;
	border-radius: 20px;
}
.silder-ctrl-con>span {
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	cursor: pointer;
	background-color: #ffffff;
}
.silder-ctrl-con.active>span {
	background-color: #890302;
}
/*--------------------------------------------------------------
  主滑块样式
----------------------------------------------------------------*/
.bs-slider {
	overflow: hidden;
	max-height: 750px;
	position: relative;
	background: #000
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}
.bs-slider>.carousel-inner>.item>a>img, .bs-slider>.carousel-inner>.item>img {
	margin: auto;
	width: 100%!important
}
/*---------- 左/右轮控制 ----------*/
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #fff;
	display: block;
	font-size: 45px;
	padding: 0 15px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: 400;
	background: 0 0;
	-webkit-border-radius: 100px;
	border-radius: 100px
}
.control-round:hover .carousel-control {
	opacity: 1
}
.control-round .carousel-control.left {
	left: 1%
}
.control-round .carousel-control.right {
	right: 1%
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	border: 0 transparent
}
.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%
}
.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%
}
.index-c1-warp {
	width: 100%;
	height: 734px;
	background: url(../images/bg_clxy1.png) repeat-x top center #f4f6fb;
}
.index-c1 {
	width: 1400px;
	height: 734px;
	margin: 0 auto;
}
.xyxw {
	width: 1400px;
	height: 654px;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}
.xyxw_pic {
	width: 710px;
	height: 580px;
	float: left;
	margin-top: 40px;
	overflow: hidden;
}
.xyxw_pic img {
	width: 710px;
	height: 460px;
}
.xyxw_top {
	width: 1400px;
	height: 34px;
	float: left;
}
.xyxw_top_title {
	width: auto;
	height: 34px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	color: #890302;
}
.big {
	font-size: 36px;
	color: #fadacc;
}
.big2 {
	font-size: 36px;
	color: #890302;
}
.xyxw_top_more {
	width: auto;
	height: 30px;
	margin-top: 10px;
	line-height: 28px;
	font-size: 16px;
	float: right;
	text-align: center;
	color: #ffffff;
}
.xyxw_top_more a {
	padding-left: 30px;
	color: #333333;
	background: url(../images/tb_s2.png) left center no-repeat;
}
.xyxw_top_more a:hover {
	color: #890302;
}
/*focus*/
.focus {
	float: left;
	width: 100%;
	height: 580px;
}
.focus ul li img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.flexslider {
	height: 580px;
	width: 100%;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
}
.flexslider .slides:after {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
.flexslider {
	background-color: #ffffff;
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	-moz-user-select: none;
}
.carousel li {
	margin-right: 5px;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: right;
}
.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	text-align: center;
	display: block;
	font-size: 0;
	color: #ffffff;
	background-color: #e3e1e1;
	cursor: pointer;
	overflow: hidden;
}
.flex-control-paging li a:hover {
	background-color: #000;
}
.flex-control-paging li a.flex-active {
	background-color: #000;
	cursor: default;
}
.flex-caption {
	position: relative;
	width: 710px;
	height: 120px;
	left: 0;
	bottom: 0;
	background: #890302;
	overflow: hidden;
	top: -5px;
}
.flex-caption-p1 {
	width: 580px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.flex-caption-p2 {
	width: 580px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
	font-size: 14px;
	color: #cecccc;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.flex-caption a {
	color: #ffffff;
}
.xyxw_right_list {
	width: 630px;
	height: 563px;
	float: right;
	padding-top: 17px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 40px;
	background: #ffffff;
}
.xyxw_right_list ul li {
	width: 610px;
	height: 56px;
	padding-top: 18px;
	padding-bottom: 18px;
	float: left;
	list-style: none;
	border-bottom: 1px solid #e1e1e1;
}
.xyxw_right_list ul li:nth-child(6) {
	border-bottom: 0;
}
.tzggtime {
	width: 75px;
	height: 56px;
	float: left;
	background: #f5caca;
	border-radius: 5px;
}
.tzggtime-s1 {
	width: 75px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	margin-top: 5px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5a626a;
}
.tzggtime-s2 {
	width: 75px;
	height: 20px;
	line-height: 20px;
	float: left;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5a626a;
}
.tzggtitle {
	width: 515px;
	height: 30px;
	float: right;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}
.tzggcontent {
	width: 515px;
	height: 30px;
	float: right;
	font-size: 14px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-c2-warp {
	width: 100%;
	height: 425px;
	/*background: #f4f6fb;*/
}
.index-c2 {
	width: 1400px;
	height: 425px;
	margin: 0 auto;
}
.kykx {
	width: 440px;
	height: 345px;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-right: 40px;
}
.xshd {
	width: 440px;
	height: 345px;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-right: 40px;
}
.jyxx {
	width: 440px;
	height: 345px;
	float: right;
	padding-top: 40px;
	padding-bottom: 40px;
}
.tzgg {
	width: 680px;
	height: 345px;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-right: 40px;
}
.xyfc {
	width: 680px;
	height: 345px;
	float: right;
	padding-top: 40px;
	padding-bottom: 40px;
}
.kykx_top {
	width: 440px;
	height: 44px;
	float: left;
	background: url(../images/line1.jpg) left bottom no-repeat;
}
.kykx_top_title {
	width: auto;
	height: 44px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	color: #890302;
}
.kykx_top_more {
	width: auto;
	height: 30px;
	margin-top: 10px;
	line-height: 28px;
	font-size: 16px;
	float: right;
	text-align: center;
	color: #333333;
}
.kykx_top_more a {
	padding-left: 30px;
	color: #333333;
	background: url(../images/tb_s2.png) left center no-repeat;
}
.kykx_top_more a:hover {
	color: #890302;
}
.kykxlist {
	width: 440px;
	height: 294px;
	float: right;
	margin-top: 20px;
}
.kykxlist ul li {
	width: 425px;
	height: 42px;
	line-height: 42px;
	float: left;
	font-size: 16px;
	padding-left: 15px;
	list-style: none;
	background: url(../images/tb_s3.png) left center no-repeat;
}
.tzgg_top {
	width: 680px;
	height: 44px;
	float: left;
	background: url(../images/line1.jpg) left bottom no-repeat;
}
.tzgg_top_title {
	width: auto;
	height: 44px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	color: #890302;
}
.tzgg_top_more {
	width: auto;
	height: 30px;
	margin-top: 10px;
	line-height: 28px;
	font-size: 16px;
	float: right;
	text-align: center;
	color: #333333;
}
.tzgg_top_more a {
	padding-left: 30px;
	color: #333333;
	background: url(../images/tb_s2.png) left center no-repeat;
}
.tzgg_top_more a:hover {
	color: #890302;
}
.tzgglist {
	width: 680px;
	height: 294px;
	float: right;
	margin-top: 20px;
}
.tzgglist ul li {
	width: 665px;
	height: 42px;
	line-height: 42px;
	float: left;
	font-size: 16px;
	padding-left: 15px;
	list-style: none;
	background: url(../images/tb_s3.png) left center no-repeat;
}
.index-c3-warp {
	width: 100%;
	height: 425px;
	background: url(../images/bg_clxy1.png) repeat-x top center #f4f6fb;
}
.index-c3 {
	width: 1400px;
	height: 425px;
	margin: 0 auto;
}
.djyd {
	width: 1400px;
	height: 500px;
	float: left;
	padding-top: 40px;
	/*padding-bottom: 40px;*/
}
.xgdt {
	width: 440px;
	height: 345px;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-right: 40px;
}
.gjhjydt {
	width: 440px;
	height: 345px;
	float: right;
	padding-top: 40px;
	padding-bottom: 40px;
}
.djyd_top {
	width: 1400px;
	height: 44px;
	float: left;
	background: url(../images/line1.jpg) left bottom no-repeat;
}
.djyd_top_title {
	width: auto;
	height: 44px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	color: #890302;
}
.djyd_top_more {
	width: auto;
	height: 30px;
	margin-top: 10px;
	line-height: 28px;
	font-size: 16px;
	float: right;
	text-align: center;
	color: #333333;
}
.djyd_top_more a {
	padding-left: 30px;
	color: #333333;
	background: url(../images/tb_s2.png) left center no-repeat;
}
.djyd_top_more a:hover {
	color: #890302;
}
.djydlist {
	margin-top: 64px;
}
.djydlist ul{ display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;}
.djydlist ul li{
	flex-basis: calc(29% - 5.25px);
    margin: 15px 0;
	background: url(../images/10.png)no-repeat;
	padding: 20px 30px;
	position: relative;
	border-radius: 10px;
	/* margin-bottom: 30px; */
	height: 173px;
	transition: all 0.5s ease 0s;
}
.djydlist ul li:hover{
	background: url(../images/tz-bj2.png)no-repeat;
}
.djydlist ul li a{display: block;
	box-sizing: border-box;
	position: relative;
	z-index: 1;}
.djydlist ul li a .time{position: absolute;
	color: #fff;
	background: #890302;
	border-radius: 50px;
	display: block;
	padding: 10px 12px;
	line-height: 1;
	font-size: 14px;
	top: -28px;
	left: -5px;
	font-weight: bold;
	font-family: Bahnschrift, serif;
	/* box-shadow: 0 0 25px #e2e4e8; */}
.djydlist ul li:hover .time{color: #0468ba;
	background: #fff;
	top: -34px;}
.djydlist ul li a span {line-height: 1.5;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:normal;
	color: #333333;
	font-size: 16px;
	word-wrap:break-word;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	padding-top: 18px;}
.djydlist ul li:hover span{color:#fff;}
.djydlist ul li a p {padding-top: 23px;
	font-size: 14px;
	color: #999999;
	font-weight:300;
	line-height: 1.6;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:normal;
	word-wrap:break-word;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical}
.djydlist ul li a:hover p{color:#b8cbe5}
.index-c4-warp {
	width: 100%;
	height: 174px;
}

.index-c4 {
	width: 1400px;
	height: 174px;
	margin: 0 auto;
}
.kstd {
	width: 1400px;
	height: 94px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.kstd_top {
	width: 1400px;
	height: 108px;
	float: left;
	line-height: 108px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	background: url() center no-repeat;
}
.kstdlist {
	width: 1400px;
	height: 94px;
	float: left;
	overflow: hidden;
}
.kstdlist ul li {
	width: 320px;
	height: 94px;
	float: left;
	list-style: none;
	margin-right: 40px;
}
.kstdlist ul li a {
	color: #ffffff;
}
.kstdlist ul li a img{
	width:320px;
}
.kstdlist ul li:first-child {
	margin-left: 0;
}
.kstdlist ul li:nth-child(4) {
	margin-right: 0;
}
.index-c5-warp {
	width: 100%;
	height: 405px;
	background: url(../images/bg_clxy1.png) repeat-x top center #f4f6fb;
}

.index-c5 {
	width: 1400px;
	height: 405px;
	margin: 0 auto;
}
.mthzs{
	width: 1400px;
	height: 654px;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}
.mtcl{
	width: 917px;
	height: 363px;
	float: left;
	margin-top: 40px;
	overflow: hidden;
}
.mtcl .mtclvideo{
   width: 400px;
   float: left;
}
.mtcl .mtcllist{
   width: 480px;
   float: right;
   display: inline-block;
   margin-right:20px;
}
.mtcl .mtcllist li {
    height: 88px;
    margin-bottom: 26px;
    overflow: hidden;
    position: relative;
    display: block;
    border: 1px solid #ccc;
}
.mtcl .mtcllist li:nth-child(3) {
    margin-bottom: 0;
}
.mtcl .mtcllist li a {
    text-align: center;
    color: rgb(255, 255, 255);
    display: block;
    width: 480px;
    height: 80px;
    font: 16px / 40px 微软雅黑;
    padding: 4px;
    transition: all 0.5s ease 0s;
}
.mtcl .mtcllist .mtcl_source {
    display: inline-block;
    width: 150px;
    height: 70px;
    text-align: center;
    float: left;
    color: #5a626a;
    padding-top: 10px;
    margin: 0px 2px;
    background: #f5caca;
    font: 24px / 30px 微软雅黑;
    border-radius: 10px;
}
.mtcl .mtcllist .mtcl_source span {
    display: block;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.mtcl .mtcllist a .mtcl_title {
    color: #333;
    padding-left: 15px;
    text-align: left;
	display: inline-block;
    float: left;
    width: 295px;
	overflow: hidden;
    height: 80px;
}
.zsjy{
	width: 482.2px;
	height: 363px;
	float: right;
	margin-top: 35px;
}
.zsjy .bkszs{
	height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #890302;
}
.zsjy .bkszs .bkszstitle{
	font-size:30px;
	line-height: 60px;
    color: #890302;
    font-weight: 500;
    display: inline;
    height: 60px;
    float: left;
}
.zsjy .bkszsan{
	margin-top: 20px;
}
.zsjy .bkszsan a{
    display: inline-block;
	background: #890302;
	color:#ffffff;
	width: 145px;
	text-align: center;
	border-radius: 5px;
}
.zsjy .bkszsan a:nth-child(2){
	margin-left:20px;
}
.zsjy .bkszsan a:nth-child(3){
	margin-left:20px;
}
.zsjy .bkszsan a span{
	position: relative;
    display: inline-block;
    font-size: 24px;
	width: 100%;
    height: 72px;
    line-height: 72px;
}
.zsjy .yjszs{
	height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #890302;
	margin-top:20px;
}
.zsjy .yjszs .yjszstitle{
	font-size:30px;
	line-height: 60px;
    color: #890302;
    font-weight: 500;
    display: inline;
    height: 60px;
    float: left;
}
.zsjy .yjszsan{
	margin-top: 20px;
}
.zsjy .yjszsan a{
    display: inline-block;
	background: #890302;
	color:#ffffff;
	width: 229px;
	text-align: center;
	border-radius: 5px;
}
.zsjy .yjszsan a:nth-child(2){
	margin-left:20px;
}
.zsjy .yjszsan a span{
	position: relative;
    display: inline-block;
    font-size: 24px;
	width: 100%;
    height: 72px;
    line-height: 72px;
}
.yqlj_warp {
	width: 100%;
	background: #890302;
}
.yqlj {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
.yqlj_top {
	width: 150px;
	height: 120px;
	float: left;
	background: url(../images/yqlj_bg.png) 80px center no-repeat;
}
.yqlj_top_s1 {
	width: 100px;
	height: auto;
	float: left;
	margin-top: 30px;
	line-height: 24px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}
.yqlj_top_s2 {
	width: 50px;
	height: auto;
	float: right;
	text-align: right;
	margin-top: 70px;
	line-height: 18px;
	font-size: 18px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.yqlj_list {
	width: 1200px;
	height: auto;
	float: right;
	padding-top: 24px;
	padding-bottom: 24px;
}
.yqlj_list a {
	width: 285px;
	height: 36px;
	float: left;
	padding-left: 15px;
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/tb_s5.png) left center no-repeat;
}
.yqlj_list a:hover {
	color: #fadacc;
}

.index-c6-warp {
	width: 100%;
	height: 440px;
}
.index-c6 {
	width: 1400px;
	height: 440px;
	margin: 0 auto;
}
.clxyfc {
	width: 1400px;
	height: 400px;
	float: left;
	padding-top: 40px;
	/*padding-bottom: 40px;*/
}
.clxyfc_top {
	width: 1400px;
	height: 44px;
	float: left;
	background: url(../images/line1.jpg) left bottom no-repeat;
}
.clxyfc_top_title {
	width: auto;
	height: 44px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	color: #890302;
}
.clxyfc_top_more {
	width: auto;
	height: 30px;
	margin-top: 10px;
	line-height: 28px;
	font-size: 16px;
	float: right;
	text-align: center;
	color: #333333;
}
.clxyfc_top_more a {
	padding-left: 30px;
	color: #333333;
	background: url(../images/tb_s2.png) left center no-repeat;
}
.clxyfc_top_more a:hover {
	color: #890302;
}
.conWrap {
        width: 100%!important;
        height: auto!important;
        position: static!important;
    }
.conWrap .con {
		margin-top: 80px;
    }
    
.conWrap .con>ul {
        margin: 0px -26px;
    }
    
.conWrap .con.lzwh>ul {
        margin: 0px -13px;
    }
    
.conWrap .con>ul>li {
        width: 33.3%;
        float: left;
    }
    
.conWrap .con>ul>li .mar {
        margin: 0px 26px;
        padding-top: 47px;
        position: relative;
    }
    
.conWrap .con>ul>li .mar .text {
        border-radius: 30px;
        background: #f5caca;
        padding: 40px 35px 40px 0px;
        overflow: hidden;
    }
    
.conWrap .con>ul>li .mar .text .lf {
        position: absolute;
        width: 170px;
        top: 0px;
        left: 0px;
    }
    
.conWrap .con>ul>li .mar .text .lf .picture {
        display: block;
        overflow: hidden;
        height: 170px;
        position: relative;
        border-radius: 50%;
    }
    
.conWrap .con>ul>li .mar .text .lf .picture img {
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: none;
        height: 100%;
        transform: translate(-50%, -50%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.3s ease-out 0s;
    }
    
.conWrap .con>ul>li .mar .text .lf .picture img:hover {
        transform: translate(-50%, -50%) scale(1.05);
    }
    
.conWrap .con>ul>li .mar .text .lf h2 {
        width: 140px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin: 11px 0px 0px 16px;
        display: block;
        background: #890302;
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        border-radius: 25px;
    }
    
.conWrap .con>ul>li .mar .text .rg {
        width: calc(100% - 200px);
        float: right;
    }
    
.conWrap .con>ul>li .mar .text .rg p {
        line-height: 28px;
        height: 140px;
        font-size: 16px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    
.conWrap .con>ul>li:hover .mar .text .lf h2 {
        background: #a10403;
    }


.foot {
	width: 100%;
	height: auto;
	background: url(../images/foot_bg.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.foot_c {
	width: 1400px;
	height: 182px;
	margin: 0 auto;
}
.foot_logo {
	width: 316px;
	height: 83px;
	float: left;
	padding-top: 92px;
	padding-bottom: 92px;
	padding-right: 70px;
	margin-right: 70px;
	background: url(../images/line3.png) right center no-repeat;
}
.foot_ctxt {
	width: auto;
	text-align: left;
	height: auto;
	line-height: 32px;
	color: #ffffff;
	font-size: 16px;
	float: left;
	font-weight: bold;
	margin-top: 60px;
}
.foot_ewm{
	width:124px;
	height:auto;
	float:right;
	margin-top:65px;
	font-size:16px;
	text-align:center;
	line-height:36px;
	color: #ffffff;
	}
.foot_bq {
	width: 100%;
	height: 64px;
	line-height: 64px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	background: #242424;
}
.foot_bq a {
	color: #ffffff;
}
/*内页*/
.ny_content_warp {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #f5f5f5;
}
.ny_content {
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.banner2 {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	background: url(../images/bannerbg2.jpg) center no-repeat;
}
.nylm_title_warp {
	width: 280px;
	height: 111px;
	margin: 0 auto;
	padding-right: 920px;
	position: relative;
	z-index: 9;
	top: 389px;
}
.nylm_title {
	width: 280px;
	height: 111px;
	line-height: 111px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #00923f;
}
.banner_ny {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.banner_ny img {
	width: 100%;
	height: auto;
	display: block;
}
.content_neirong_warp {
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}
.content_neirong {
	width: 1400px;
	height: auto;
	margin: 0 auto;
}
.site {
	width: auto;
	height: 50px;
	float: right;
	font-size: 16px;
	line-height: 50px;
	color: #333333;
	text-align: right;
	padding-left: 20px;
	background: url(../images/home.png) left center no-repeat
}
.site a:link {
	color: #333333;
	text-decoration: none;
}
.site a:visited {
	color: #333333;
	text-decoration: none;
}
.site a:active {
	color: #333333;
	text-decoration: none;
}
.site a:hover {
	color: #890302;
	text-decoration: none;
}
.site2 {
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	float: right;
	color: #999999;
	overflow: hidden;
	margin-top: 28px;
}
.site2 a:link {
	color: #999999;
	text-decoration: none;
}
.site2 a:visited {
	color: #999999;
	text-decoration: none;
}
.site2 a:active {
	color: #999999;
	text-decoration: none;
}
.site2 a:hover {
	color: #004ea1;
	text-decoration: none;
}
.ny_content .ny_left {
	width: 250px;
	height: auto;
	float: left;
	background: #ffffff;
}
.ny_content .ny_left .ny_nav{width:250px;float:left;}
.ny_nav_chb{position:fixed;top:0;}
.ny_content .ny_left .ny_nav .wjssbt{width:250px;height:113px;background:#890302;color:#fff;font-size:30px;font-weight: bold;line-height:113px;text-align:center;}
.ny_content .ny_left .wjsndh{border-top:1px solid #e1dcdc;}
.ny_content .ny_left .wjsndh li{border-bottom:1px solid #e1dcdc;width:250px;height:60px;}
.ny_content .ny_left .wjsndh li a{display:block;background:#fff;color:#333;font-size:18px;font-weight: bold;line-height:60px;padding-left:20px;-webkit-transition:background 0.3s;-moz-transition:background 0.3s;-ms-transition:background 0.3s;-o-transition:background 0.3s;transition:background 0.3s;}
.ny_content .ny_left .wjsndh li a:hover{background:#890302;color:#fff;-webkit-transition:background 0.3s;-moz-transition:background 0.3s;-ms-transition:background 0.3s;-o-transition:background 0.3s;transition:background 0.3s;}
.ny_content .ny_left .wjsndh li a span{float:right;font-family:"宋体";font-size:20px;line-height:60px;padding-right:20px;-webkit-transition:padding 0.3s;-moz-transition:padding 0.3s;-ms-transition:padding 0.3s;-o-transition:padding 0.3s;transition:padding 0.3s;}
.ny_content .ny_left .wjsndh li a:hover span{padding-right:10px;-webkit-transition:padding 0.3s;-moz-transition:padding 0.3s;-ms-transition:padding 0.3s;-o-transition:padding 0.3s;transition:padding 0.3s;}
.ny_content .ny_left .wjsndh li a.on{background:#890302;color:#fff;-webkit-transition:background 0.3s;-moz-transition:background 0.3s;-ms-transition:background 0.3s;-o-transition:background 0.3s;transition:background 0.3s;}
.ny_content .ny_right {
	width: 1150px;
	height: auto;
	float: right;
}
.ny_content .ny_right .right_ny_xx {
	width: 1050px;
	height: auto;
	float: left;
	margin-top: 25px;
	background: #ffffff;
}
.ny_content .ny_right .right_content {
	width: 995px;
	height: auto;
	float: left;
	margin-top: 30px;
	line-height: 36px;
	font-size: 16px;
	border: 1px solid #cad8e3;
	padding: 25px 25px;
}
.ny_content .ny_right .right_pic_content {
	width: 1020px;
	height: auto;
	float: left;
	line-height: 36px;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
}
.ny_content .ny_right .right_content2 {
	width: 1050px;
	min-height: 500px;
	float: left;
	line-height: 42px;
	font-size: 18px;
	margin-top: 25px;
	text-align: justify;
}
.ny_content .ny_right .right_content3 {
	width: 1050px;
	height:auto;
	float: left;
	line-height: 42px;
	font-size: 18px;
	margin-top: 25px;
	text-align: justify;
}
.ny_content .ny_right .right_content4 {
	width: 1050px;
	height:auto;
	float: left;
	line-height: 42px;
	font-size: 18px;
	margin-top: 0px;
	padding-bottom:25px;
	text-align: justify;
}
.ny_content .ny_right .right_title_box {
	width: 910px;
	height: 60px;
	float: left;
}
.ny_content .ny_right .right_title_box_bt {
	width: auto;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	float: left;
	background: url(../images/title_bg.png) left bottom no-repeat;
}
.ny_content .ny_right .right_title {
	width: auto;
	height: 40px;
	float: left;
	line-height: 35px;
	border-bottom: 3px solid #f4981d;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
}
.ny_content .ny_right .right_title2 {
	width: 1050px;
	height: auto;
	float: left;
	line-height: 45px;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 10px;
}
.ny_content .ny_right .right_title2 .p1 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	font-family: "Microsoft YaHei";
}
.ny_content .ny_right .right_title2 .p2 {
	font-size: 24px;
	color: #333333;
	font-family: "Microsoft YaHei";
}
.ny_content .ny_right .right_title2 .time2 {
	color: #999999;
	font-family: "Microsoft YaHei";
	font-size: 16px;
}
.ny_content .ny_right .right_news {
	width: 1150px;
	height: auto;
	float: left;
}
.ny_content .ny_right .right_news_top {
	width: 1050px;
	height: 60px;
	float: left;
	background: url(../images/line_bg2.png) bottom repeat-x;
}
.ny_content .ny_right .right_news_top_title {
	width: auto;
	height: 50px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	color: #890302;
	padding-right: 20px;
	background: #ffffff;
}
.ny_content .ny_right .right_news_content {
	width: 1050px;
	min-height: 500px;
	float: left;
	padding: 20px 50px 50px;
	background: #ffffff;
}
.news_content_list ul li {
	width: 1050px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 18px;
	float: left;
	text-indent: 20px;
	background: url(../images/tb_s3.png) left center no-repeat;
	border-bottom: 1px dashed #dedede;
}
.ny_content .ny_right .right_news_content2{
	padding-bottom:25px;
	float:left;
	}
.ny_content .ny_right .right_news_content2 ul li {
	width: 1050px;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	font-size: 18px;
	float: left;
	text-indent: 20px;
	background: url(../images/tb_s3.png) left center no-repeat;
	border-bottom: 0;
}
#vsb_content_2 P {
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	font-size: 18px!important;
	line-height: 40px!important;
}
#vsb_content_2 P img {
	border: 0!important;
}
/*系所设置*/
.xsszlist {
	width: 1050px;
	min-height:450px;
	float: left;
	overflow: hidden;
}
.xsszlist ul li {
	width: 316px;
	height: 54px;
	line-height: 54px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	list-style: none;
	border: 1px solid #890302;
	margin-top:40px;
	margin-right: 48px;
	background: url(../images/kstd_li_bg.jpg) no-repeat;
	background-size: cover;
}
.xsszlist ul li a {
	color: #ffffff;
}
.xsszlist ul li a:hover {
	color: #fadacc;
}
.xsszlist ul li:nth-child(3n) {
	margin-right: 0;
}

.szdw_content_list {
	width: 1050px;
	height: auto;
	float: left;
	overflow: hidden;
}
.szdw_content_list ul {
	display: block;
	width: 1080px;
	float: left;
	margin-bottom: 30px;
}
.szdw_content_list ul li {
	width: 240px;
	height: 350px;
	float: left;
	margin-top: 30px;
	margin-right: 30px;
	list-style: none;
}
.szdw_content_list_pic {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 240px;
	height: 300px;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
}
.szdw_content_list_pic span {
	vertical-align: middle;
	height: 100%;
	display: inline-block;
}
.szdw_content_list_pic img {
    width: 240px;
	max-width: 100%;
	/*height: 100%;*/
	object-fit: cover;
	transition: 0.5s;
}
.szdw_content_list_pic img:hover {
    transform: scale(1.1);
 }
.szdw_content_list_name {
	width: 240px;
	height: 50px;
	line-height: 50px;
	float: left;
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
	background: #890302;
}
.szdw_content_list_name a{
	color:#ffffff;
	}
.szdw_content_list_zw {
	width: 290px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 14px;
}
#appu0 .qwss{
        height: 31px;
        font-size: 12px;
        min-width: 190px;
        max-width: 600px;
        width: 60%;
        margin-top: -15px;
        outline: none;
        padding-left: 10px;
        border-radius: 2px;
        border: 1px solid #e4e7ed;}
#appu0 .tj{
        padding-left: 6px;
        letter-spacing: 5px;
        color: white;
        min-width: 53px;
        max-width: 150px;
        height: 32px;
        border: 0;
        border-radius: 2px;
        background-color: #1890FF;
        position: relative;
        top: 1px;
        width: 20%;
        margin-top: -15px;}
.nav_menustyle_1_1 ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;}
.nav_menustyle_1_1 li {
    float: left;
    text-align: center;
    position: relative;}
.nav_menustyle_1_1 ul li ul li {
    float: none;
    z-index: 100;}
.nav_menustyle_1_1 ul li ul li ul {
    left: 100%;
    top: 0px;}
.nav_menustyle_1_1 table {
    position: absolute;
    left: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    z-index: 100;}
.nav_menustyle_1_1 table table {
    top: 0px;}
.nav_menustyle_1_1 td {
    padding: 0;}
.nav_menustyle_1_1 li ul,  .nav_menustyle_1_1 li:hover ul li ul,  .nav_menustyle_1_1 li:hover ul li:hover ul li ul,  .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li ul,  .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li ul {
    display: none;}
.nav_menustyle_1_1 li a:hover ul li ul,  .nav_menustyle_1_1 li a:hover ul li a:hover ul li ul,  .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li ul,  .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li ul {
    visibility: hidden;}
.nav_menustyle_1_1 li a:hover ul,  .nav_menustyle_1_1 li:hover ul,  .nav_menustyle_1_1 li:hover ul li:hover ul,  .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul,  .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul,  .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
    display: block;
    position: absolute;
    background: #890302;
    z-index: 100;}
.nav_menustyle_1_1 li a:hover ul li a:hover ul,  .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul,  .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul,  .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover ul {
    visibility: visible;}
.nav_menustyle_1_1 a {
    display: block;
    text-decoration: none;
    white-space: nowrap;}
.nav_menustyle_1_1 a {}
.nav_menustyle_1_1 a:hover {
    color: #fff; 
    background: #500201;}
.nav_menustyle_1_1 table {
    top: 26px;}
.nav_menustyle_1_1 table table {
    left: 91px;}
.nav_menustyle_1_1 ul li ul li a {
    font-weight:normal;
    font-size: 16px;}
.nav_menustyle_1_1 ul li ul li a:hover {}
.nav_menustyle_1_1 ul li ul li ul li a {}
.nav_menustyle_1_1 ul li ul li ul li a:hover {}
.syy {
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top: 1px dashed #D7D7D7;
}
.syy_pre{
	float:left;
	font-size: 16px;
	
}
.syy_next{
	float:left;
	font-size: 16px;
}
.xyld{background-color:rgb(238,238,238);}
.xyld img{width:140px;height:204px;}
.xyld{width:496px;height:224px;float:left;margin: 25px 0 0;padding:9.5px;background-color:#eeeeee;}
.xyld .xyldleft{width:135px;height:184px;float:left;margin-right:20px;}
.xyld .xyldright{height:166px;color:#1C1B1B;}
.xyld .xyldright h4{font-weight:100;color:#F68428; font-size:18px;margin-bottom: 10px;}
.xyld .xyldright a{padding:0;}
.xyld .xyldright a:hover{text-decoration:none;}
.xyld .xyldright p{font-size:16px;color:#1e1e1e;line-height:28px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-ms-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-line-clamp:7;-ms-line-clamp:7;-moz-line-clamp:7;-o-line-clamp:7;overflow:hidden;}
.szdw_content_list .xyld:nth-child(2n) {
  margin-left: 20px;
}