@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	min-width: 1400px;
	background: #ffffff;
	font-family: "Microsoft Yahei", 宋体, sans-serif
}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal
}


img {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}
a {
	text-decoration: none;
	color: #333333
}

a:hover {
	text-decoration: none;
	color: #cc3300;
	transition: all 0.6s
}

.fl {
	float: left !important
}

.fr {
	float: right !important
}

.clearboth {
	clear: both;
	border: 0;
	padding: 0;
	margin: 0
}

.w1200 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden
}

.boxpadding30 {
	padding: 30px 0 50px;
}

.boxpadding50 {
	padding: 30px 0;
}

.boxpadding70 {
	padding: 50px 0 100px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.relative {
	position: relative
}
.name1 {
    float: left;
    font-size: 38px;
    margin-left: 5px;
    color: #004694;
    margin-top: 5px;
    font-weight: bold;
}
.imghover {
	cursor: pointer;
	transition: all 0.6s
}

.imghover:hover {
	transform: scale(1.2)
}

.i_logo {
	width:630px;
	margin:110px 0 140px 120px;
}
.i_logo img{float:left;height:60px}
.n_list {
	height: auto;
	padding: 0 0 0 0 !important;
	position: relative
}

.n_list li {
	width: 100%;
	height: 46px;
	line-height: 46px;
	display: block;
	color: #333333;
	font-size: 16px
}

.n_list li a {
	font-size: 16px;
	color: #333333;
	background: url("../images/ico_001.png") left center no-repeat;
	padding-left: 15px;

}

.n_list li a:hover {
	color: #cc3300
}

.n_list li .date {
	float: right;
	font-size: 14px;
	color: #999999
}

.n_list li i {
	font-style: normal;
	color: #ff9900
}

.n2_list {
	height: auto;
	padding: 0 0 0 0 !important;
	position: relative
}

.n2_list li {
	width: 100%;
	height: 43px;
	line-height: 42px;
	display: block;
	color: #333333;
	font-size: 16px
}

.n2_list li a {
	font-size: 16px;
	color: #333333;
	background: url("../images/ico_001.png") left center no-repeat;
	padding-left: 15px;
	
}

.n2_list li a:hover {
	color: #cc3300
}

.n2_list li .date {
	float: right;
	font-size: 14px;
	color: #999999
}

.n2_list li i {
	font-style: normal;
	color: #ff9900
}

.n3_list {
	height: auto !important;
	padding: 0 0 0 0 !important;
	position: relative !important
}

.n3_list li {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    /* width: 100% !important; */
    padding-right: 60px;
    height: 46px !important;
    line-height: 46px !important;
    display: block;
    color: #333333 !important;
    font-size: 16px !important;
}

.n3_list li a {
	font-size: 16px;
	color: #333333;
	background: url("../images/ico_002.png") left center no-repeat;
	padding-left: 15px;

}

.n3_list li a:hover {
	color: #cc3300
}

.n3_list li .date {
	float: right;
	font-size: 14px;
	color: #999999;
    position: absolute;
    right: 3px;
    top: 0;
}

.n3_list li i {
	font-style: normal;
	color: #ff9900
}

.i_nav {
	padding: 0;
	height: 100px;
	position: relative;
	z-index: 1
}

.i_nav a {
	color: #ffff99
}

.i_nav .nLi {
	float: left;
	position: relative;
	display: inline
}

.i_nav .nLi h3 {
	float: left;
	position: relative
}

.i_nav .nLi h3 span {
	display: block;
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	position: absolute;
	bottom: 10px
}

.i_nav .nLi h3 img {
	display: block;
	margin: 0 auto;
	padding: 15px 0 0 0;
	ransition: transform 0.7s ease-out 0s;
	-moz-transition: transform 0.7s ease-out 0s;
	-webkit-transition: transform 0.7s ease-out 0s
}

.i_nav .nLi h3:hover img {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	ransition: transform 0.7s ease-out 0s;
	-moz-transition: transform 0.7s ease-out 0s;
	-webkit-transition: transform 0.7s ease-out 0s
}

.i_nav .nLi h3 a {
	display: block;
	padding: 0;
	width: 133px;
	height: 100px;
	font-size: 20px;
	font-weight: bold
}

.i_nav .sub {
	display: none;
	width: 153px;
	left: 0;
	top: 100px;
	position: absolute;
	background: #cd0000;
	line-height: 45px;
	padding: 0;
	text-align: center
}

.i_nav .sub li {
	zoom: 1
}

.i_nav .sub a {
	display: block;
	padding: 0;
	border-bottom: #ce0100 1px solid
}

.i_nav .sub a:hover {
	background: #660000;
	color: #ffff99
}



.i_banner {
	height: 450px;
	max-width: 1920px;
	background: url(../images/banner.jpg) center top no-repeat;
	position: relative;
	overflow: hidden;
	margin-left: auto !important;
	margin-right: auto !important
}

.i_nav_box {
	height: 100px;
	width: 100%;
	background: url("../images/inav_bg.png") center repeat-x
}

.i_nav_box ul {
	width: 1200px;
	margin: 0 auto
}

.i_no1_box {
	height: 122px;
	width: 100%;
	background: url("../images/i_no1_box_bg.png") top repeat-x;
	padding: 25px 0
}

.i_no1_title {
	background: url("../images/i_no1bg.jpg") center no-repeat;
	width: 1200px;
	margin: 0 auto;
	height: 123px;
	text-align: center
}

.i_no1_title h1 {
	display: block;
	line-height: 120px;
	height: 120px;
	color: #cc0000;
	font-size: 42px;
	font-weight: bold
}

.p_box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: auto;
	overflow: hidden
}

.p_box_bg01 {
	background: #f1f2f4
}

.p_box_bg02 {
	background: #f1f2f4
}

.i_bk_title {
	width: 100%;
	margin: 0 auto 35px auto;
	text-align: center;    font-size: 30px;    display: flex;
    align-items: center;color:#cc0000;
}
.i_bk_title i{flex: 1;}

.i_bk_title span {
        display: block;
        padding: 0 30px;    font-weight: bold;
}
.i_bk_title span a{color:#fff;}

.more-link {
    font-size: 16px;
    line-height: 30px;
    color: #cc0000;
    float: right;

}
.news_pic {
	width: 650px;
	height: 392px;
	overflow: hidden;
	position: relative;
	float: left
}

.news_pic .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 8px;
	z-index: 1
}

.news_pic .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left
}

.news_pic .hd ul li {
	float: left;
	margin-right: 4px;
	width: 7px;
	height: 7px;
	line-height: 7px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	font-size: 10px
}

.news_pic .hd ul li.on {
	background: #cc0000;
	color: #fff
}

.news_pic .bd {
	position: relative;
	height: 100%;
	z-index: 0
}

.news_pic .bd li {
	zoom: 1;
	vertical-align: middle
}

.news_pic .bd img {
	width: 650px;
	height: 392px;
	display: block
}

.news_pic .bd span {
	position: absolute;
	bottom: 0;
	background: url("../images/title_bg.png");
	width: 100%;
	line-height: 56px;
	height: 56px;
	color: #fff
}

.news_pic .bd h1 {
	color: #fff;
	font-size: 24px;
	margin: 0;
	padding: 0 10px;
	height: 56px;
	line-height: 56px;
	text-align: center
}

.news_pic .prev,
.news_pic .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 50px;
	background: url("../images/slider-arrow.png") -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5
}

.news_pic .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px
}

.news_pic .prev:hover,
.news_pic .next:hover {
	filter: alpha(opacity=100);
	opacity: 1
}

.news_pic .prevStop {
	display: none
}

.news_pic .nextStop {
	display: none
}

.news_xxsx_right {
    width: 510px;
    height: 370px;
    overflow: hidden;
    float: right;
    background: #ffffff;
    padding: 15px 20px;
}

.news_xxsx_right h2 {
	font-size: 30px;
	line-height: 50px;
	color: #cc0000
}

.news_xxsx_right p {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	margin: 0;
	padding: 15px 0
}

.xxsx_twzy_box {
	margin: 50px auto 30px auto;
	height: auto;
	overflow: hidden
}

.xxsx_twzy {
	width: 560px;
	float: left;
	background: #fff;
	padding: 10px
}

.xxsx_twzy_img {
	float: left;
	width: 184px;
	height: 140px;
	overflow: hidden
}

.xxsx_twzy_img img {
	width: 184px;
	height: 100%
}

.xxsx_twzy_list {
	float: right;
	width: 510px
}

.xxxd_bqqh {
	width: 100%;
	text-align: left
}

.xxxd_bqqh .parHd {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
	margin: 0 auto 40px auto
}

.xxxd_bqqh .parHd ul {
	float: left;
	height: 50px;   margin-left: 320px;
}

.xxxd_bqqh .parHd ul li {
	float: left;
	text-align: center;
	cursor: pointer;
	font-size: 22px;
}

.xxxd_bqqh .parHd ul li.on {
	font-weight:bold;
	color: #cc0000
}

.xxxd_bqqh .parBd {
	position: relative
}

.xxxd_bqqh .parBd ul {
	padding: 0;
	zoom: 1;
	background: #ffffff;
	height: 400px
}

.xxxd_bqqh .parBd li {
	height: 24px;
	line-height: 24px
}

.xxxd_bqqh .parBd li .date {
	float: right;
	color: #999
}

.news_xxxd_left {
	float: left;
	width: 650px
}

.news_xxxd_right {
	float: right;
	width: 650px
}
.news_xxxd_left {
    float: left;
    width: 510px;
    padding: 15px 20px;
}
.news_xxxd_left h2 {
	color: #cc0000;
	font-size: 24px;
	line-height: 40px
}

.news_xxxd_left p {
	margin: 8px 0;
	padding: 0;
	font-size: 14px;
	color: #999;
	line-height: 24px
}

.xxxd_news_pic {
	width: 650px;float: left;
	height: 400px;
	overflow: hidden;
	position: relative
}

.xxxd_news_pic .nhd {
	height: 10px !important;
	width: 100px !important;
	overflow: hidden;
	position: absolute;
	right: 0 !important;
	bottom: -15px !important;
	z-index: 1;
	background: none !important
}

.xxxd_news_pic .nhd ul {
	zoom: 1;
	float: left;
	margin: 0 !important;
	background: none !important
}

.xxxd_news_pic .nhd ul li {
	float: left;
	margin-right: 5px !important;
	width: 10px !important;
	height: 10px !important;
	line-height: 10px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	font-size: 10px
}

.xxxd_news_pic .nhd ul li.on {
	background: #cc0000;
	color: #fff;
	width: 10px !important;
	height: 10px !important
}

.xxxd_news_pic .nbd {
	position: relative;
	height: 100%;
	z-index: 0
}

.xxxd_news_pic .nbd li {
	zoom: 1;
	vertical-align: middle
}

.xxxd_news_pic .nbd img {
	width: 650px;
	height: 400px;
	display: block
}

.xxxd_news_pic .nbd span {
	position: absolute;
	bottom: 0;
	background: url("../images/title_bg.png");
	width: 100%;
	line-height: 56px;
	height: 56px;
	color: #fff
}

.xxxd_news_pic .nbd h1 {
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 0 10px;
	height: 56px;
	line-height: 56px;
	text-align: center
}

.xxxd_news_pic .sPrev,
.xxxd_news_pic .sNext {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5
}

.xxxd_news_pic .sNext {
	left: auto;
	right: 3%;
	background-position: 8px 5px
}

.xxxd_news_pic .sPrev:hover,
.xxxd_news_pic .sNext:hover {
	filter: alpha(opacity=100);
	opacity: 1
}

.xxxd_news_pic .prevStop {
	display: none
}

.xxxd_news_pic .nextStop {
	display: none
}

.xxjd_twzy_box {
	margin: 40px auto 0 auto;
	height: auto;
	overflow: hidden
}

.xxjd_twzy {
	width: 580px;
	float: left
}

.xxjd_twzy_img {
	float: left;
	width: 254px;
	height: 182px;
	overflow: hidden;
	margin: 13px 0 0 0
}

.xxjd_twzy_img img {
	width: 254px;
	height: 182px
}

.xxjd_twzy_list {

	width: 580px
}

.xxkt_twzy_box {
	margin: 0 auto;
	height: auto;
	overflow: hidden
}

.xxkt_twzy {
	width: 580px;
	float: left
}

.xxkt_twzy_img {
	float: left;
	width: 184px;
	height: auto;
	overflow: hidden;
	margin: 10px 0 0 0
}

.xxkt_twzy_img a {
	display: block;
	width: 184px;
	height: 115px;
	overflow: hidden;
	margin: 0 0 20px 0
}

.xxkt_twzy_img img {
	width: 184px;
	height: 115px
}

.xxkt_twzy_list {
	float: right;
	width: 370px
}

.ad_banner {
	width: 100%;
	height: auto;
	overflow: hidden
}

.ad_banner img {
	width: 1200px;
	height: 128px;
	margin: 0 auto;
	display: block
}

.lm_box {
	width: 1200px;
	margin: 20px auto;
	height: auto;
	overflow: hidden
}

.lm_box_left {
	width: 800px;
	padding: 10px 30px 30px 30px;
	float: left;
	height: auto;
	background: #FFFFff;
	overflow: hidden
}

.lm_box_right {
	width: 300px;
	float: right;
	overflow: hidden;
	background: #FFFFff;
	padding: 25px 10px 20px 10px
}

.lm_r_title {
	font-size: 22px;
	display: block;
	height: 47px;
	line-height: 30px;
	font-weight: normal;
	background: url("../images/right_title_bg.png") bottom right no-repeat;
	color: #cc0000
}

.lm_r_title h2 {
	font-weight: normal;
	font-size: 24px
}

.lm_r_title span {
	color: #333333
}

.lm_name {
	border-bottom: #cc0000 3px solid;
	line-height: 60px;
	height: 60px
}

.lm_name h2 {
	float: left;
	font-size: 24px;
	color: #cc0000;
	font-weight: bold
}

.lm_name span {
	float: right;
	font-size: 14px;
	color: #666666
}

.lm_name span a {
	color: #666666
}

.list_box {
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0
}

.list_box li {
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	color: #999999;
	text-align: right;
	padding: 0;
	background: url("../images/dxhx.png") bottom repeat-x
}

.list_box li a {
	color: #333333;
	float: left;
	padding-left: 15px;
	background: url("../images/ico_003.png") left center no-repeat
}

.list_box li:hover {
	background: url("../images/dxhx.png") bottom repeat-x f8f8f8;
	color: #cc0000
}

.list_box li:hover a {
	background: url("../images/ico_002.png") left center no-repeat;
	color: #cc0000
}

.list-fy {
	text-align: center;
	margin: 0 auto 40px auto;
	min-height: 40px
}

.content_box {
	width: 1140px;
	margin: 20px auto;
	height: auto;
	overflow: hidden;
	background: #ffffff;
	padding: 20px 30px
}

.c-content {
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 30px auto 40px auto;
	padding: 0 20px
}

.c-content .c-title {
	font-size: 30px;
	color: #cc3333;
	line-height: 50px;
	text-align: center
}

.c-content .other-s {
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color: #666666;
	background: #f5f5f5;
	margin: 15px auto 0 auto;
	position: relative
}

.c-content .other-s .sjfx {
	position: absolute;
	right: 10px;
	top: 10px
}

.c-content .nr-info {
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: left
}

.c-content .nr-info p {
	font-size: 16px;
	color: #333;
	line-height: 34px;
	margin: 15px 0;
	text-indent: 2em;
	text-align: left
}

.wz_fj p {
	line-height: 36px;
	color: #0d8100;
	font-size: 16px;
	padding: 0 0 0 20px
}

.wz_fj a {
	line-height: 36px;
	font-size: 16px
}

.wzclose-relative {
	text-align: center;
	margin-top: 30px
}

.wzclose-relative span {
	margin: 0 15px
}

.i-sxt {
	border-top: #d9d9d9 1px solid;
	margin: 20px auto;
	padding: 20px 0;
	position: relative
}

.i-sxt p {
	display: block;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0
}

.i-sxt a {
	color: #555555;
	font-size: 14px;
	line-height: 30px
}

.i-sxt a:hover {
	color: #cc0010
}

.wafx {
	padding: 0;
	position: absolute;
	right: 0;
	top: 40px
}

.pic_yqlink {
	width: 1200px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 15px auto;
	
}
.link{ width: 100%;  }
.link li{float: left;margin-left: 20px;height: 36px;line-height: 36px;}
.link li a{ font-size: 15px; }
.link li a:hover{color:#c00;}

.pic_yqlink .bd {
	padding: 21px 25px
}

.pic_yqlink .bd ul {
	overflow: hidden;
	zoom: 1
}

.pic_yqlink .bd ul li {
	margin: 0 22px 0 0;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 264px;
	height: 64px
}

.pic_yqlink .bd ul li .pic {
	text-align: center
}

.pic_yqlink .bd ul li .pic img {
	width: 264px;
	height: 64px;
	display: block;
	padding: 0
}

.footer {
	width: 100%;

	background: #cc0000;
	color: #ffffff;

}
.copy{float:left;width:60%;    margin-top: 50px;}
.copy p {
    color: #ffffff;
    margin: 0;
    line-height: 34px;
    font-size: 16px;
    text-align: left;
}
.weixin{
	float: right;
	margin-top: 20px;
}
.weixin ul li{
	float: left;
}
.weixin ul li img{
	display: block;
	width: 95px;
	height: 95px;
}
.weixin ul li p{
	text-align: center;
	font-size: 12px;
	color: #fff;

}