@charset "utf-8";
/* CSS Document */
body {
  margin: 0 auto;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif, "微软雅黑";
  min-width: 1320px;
  background: #ffffff;
}

.wrapper {
  width: 1320px;
  margin: 0 auto;
}

.w1320 {
  width: 1320px;
  margin: 0 auto;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
  height: 0;
}

li {
  list-style: none;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
label,
input,
textarea,
img,
ul,
li,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}




.img_scale {
  overflow: hidden;
}

.img_scale img {
  transition: 0.6s all;
  -webkit-transition: 0.6s all;
}

.img_scale:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.hide {
  display: none;
}

.f {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

.bg01 {
  background: #970102;
}
.bg02{
  background: url(../images/bg02.png) top center no-repeat;
  height: 450px;
}
.bg03{
  background: url(../images/bg03.png) top center repeat-y #fff;
}

.index_search {
  width: 246px;
  height: 34px;
  margin-top: 52px;
  position: relative;
  border: 1px solid #fff;
}

.index_search .input {
  background: none;
  padding-left: 10px;
  width: 180px;
  height: 34px;
  border: 0;
  outline: none;
  line-height: 31px;
  position: absolute;
  left: 0;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #fff;
}

.index_search .btn {
  background: #fff;
  height: 34px;
  border: 0;
  cursor: pointer;
  right: 0;
  position: absolute;
  width: 38px
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.nav {
  padding: 0;
  height: 60px;
  line-height: 60px;
  position: relative;
  z-index: 1;
  width: 1320px;
  margin: 0 auto
}

.nav a {
  color: #222222;
  text-decoration: none;
}

.nav .nLi {
  float: left;
  position: relative;
  display: inline;
}

.nav .nLi01 {
  float: left;
  position: relative;
  display: inline;
  color: #fff
}

.nav .nLi h3 {
  float: left;
}

.nav .nLi h3 a {
  display: block;
  padding: 0 55px;
  font-size: 18px;
  font-weight: normal;
}

.nav .sub {
  display: none;
  width: 182px;
  left: 0;
  top: 60px;
  position: absolute;
  line-height: 26px;
  padding: 0 0;
  background: #bf0001;
}

.nav .sub li {
  zoom: 1;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.nav .sub a {
  display: block;
  padding: 0 10px;
  background: #bf0001;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.nav .sub a:hover {
  background: #ff9900;
  color: #fff;
}

.nav .on h3 a {
  background: #bf0001;
  color: #fff;
}

.fullSlide {
  width: 100%;
  position: relative;
  height: 400px;
  background: #fff;
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 400px;
  overflow: hidden;
  text-align: center;
  background: cover
}

.fullSlide .bd li a {
  display: block;
  height: 400px;
}

.fullSlide .prev,
.fullSlide .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  text-decoration: none;
}

.fullSlide .next {
  left: auto;
  right: 3%;
}

.fullSlide .next i,
.fullSlide .prev i {
  color: #fff;
  font-size: 48px;
  opacity: .6;
}

.fullSlide .next:hover i,
.fullSlide .prev:hover i {
  opacity: 1;
}

.index_news01 {
  width: 800px;
  border: 1px solid #ddd;
  text-align: left;
  height: 450px;
  margin-top: 60px;
}

.index_news01 .hd {
  height: 48px;
  line-height: 48px;
  background: #f5f5f5;
  padding: 0;
  border-bottom: 1px solid #e3e2e2;
  position: relative;
  width: 100%;
}

.index_news01 .hd ul {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 48px;
  width: 100%;
}

.index_news01 .hd ul li {
  float: left;
  padding: 0 20px;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  color: #888888;
}
.index_news01 .hd ul li i{
  font-size: 20px;
}
.index_news01 .hd ul li a{
  position: absolute;
  right: 29px;
  display: none;
  top: 14px;
}

.index_news01 .hd ul li.on {
  height: 47px;
  background: #fff;
  border-left: 1px solid #e3e2e2;
  border-right: 1px solid #e3e2e2;
  border-top: 2px solid #970102;
  color: #222222;
}
.index_news01 .hd ul li.on i{
  color: #970102;
}
.index_news01 .hd ul li.on a{
  display: block;
}
.index_news01 .bd ul{
  padding: 20px 22px;
height:350px;
overflow-y:auto;
}
.index_news01 .bd .con{
  padding-bottom: 20px;
}
.index_news01 .bd .con .txt {
	width: 505px
}
.index_news01 .bd .con p {
	color: #565656;
	line-height: 26px;
	padding-top: 5px;
  font-size: 16px;
}
.index_news01 .bd .con a {
	font-size: 20px;
	color: #222222;
  display: block;
  padding-top: 15px;
  text-decoration: none;
}
.index_news01 .bd .con a:hover{
  color: #970102;
}
.index_news01 .bd .con span {
	color: #9a9a9a;
  display: block;
  font-size: 14px;
  padding: 10px 0;
}
.index_news01 .bd .con span i{
  color: #970102;
}
.index_news01 .bd ul li {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #e1e1e1;
  font-size: 18px;
}
.index_news01 .bd ul li a {
	float: left;
	background: url(../images/arrow01.png) left no-repeat;
	padding-left: 20px;
	color: #222222;
  font-size: 18px;
  text-decoration: none;
}
.index_news01 .bd ul li a:hover{
  color: #970102;
}
.index_news01 .bd ul li span {
	float: right;
	color: #888888
}

.index_news02{
  width: 490px;
  height: 450px;
  border: 1px solid #ddd;
  margin-top: 60px;
}
.index_news02 .t{
  height: 48px;
  line-height: 48px;
  background: #f5f5f5;
  padding: 0;
  border-bottom: 1px solid #e3e2e2;
}
.index_news02 .t span{
  height: 47px;
  background: #fff;
  border-right: 1px solid #e3e2e2;
  border-top: 2px solid #970102;
  color: #222222;
  float: left;
  padding: 0 20px;
  font-size: 20px;
}
.index_news02 .t span i{
  color: #970102;
  font-size: 24px;
}
.index_news02 .t a{
  float: right;
  margin-right: 29px;
  margin-top: 14px;
}
.index_news02 .itemlist {
	margin: 15px 21px 0 21px;
  border-bottom: 1px dashed #e1e1e1;
  padding-bottom: 16px;
}
.index_news02 .itemlist .date {
	float: left;
	background: #970102;
	width: 76px;
	height: 62px;
	color: #fff;
	text-align: center;
	font-size: 36px;
  border: 2px solid #970102;
}
.index_news02 .itemlist .date span {
	display: block;
	background: #fff;
  font-size: 14px;
  color: #970102;
  margin-top: 4px;
}
.index_news02 .itemlist a {
	float: right;
	width: 345px;
	line-height: 26px;
	color: #222222;
	font-size: 18px;
}
.index_news02 .itemlist a:hover {
	text-decoration: none;
	color: #970102
}

.index_news03{
  width: 420px;
  height: 350px;
  border: 1px solid #ddd;
  background: #ffffff;
}
.index_news03 .t{
  height: 48px;
  line-height: 48px;
  background: #f5f5f5;
  padding: 0;
  border-bottom: 1px solid #e3e2e2;
}
.index_news03 .t span{
  height: 47px;
  background: #fff;
  border-right: 1px solid #e3e2e2;
  border-top: 2px solid #970102;
  color: #222222;
  float: left;
  padding: 0 20px;
  font-size: 20px;
}
.index_news03 .t span i{
  color: #970102;
  font-size: 24px;
}
.index_news03 .t a{
  float: right;
  margin-right: 29px;
  margin-top: 14px;
}
.index_news03 ul {
	padding: 15px 20px;
	zoom: 1;
}
.index_news03 li {
	height: 52px;
	line-height: 52px;
	font-size: 18px;
  border-bottom: 1px dashed #e1e1e1;
}
.index_news03 li .date {
	float: right;
	color: #888888;
  font-size: 16px;
}
.index_news03 li a {
	background: url(../images/arrow02.png) left no-repeat;
	padding-left: 21px;
	color: #888888;
  text-decoration: none;
}
.index_news03 li a:hover{
  color: #970102;
}

.index_news04{
  width: 420px;
  height: 350px;
  border: 1px solid #ddd;
  background: #ffffff;
  margin-left: 30px;
}
.index_news04 .t{
  height: 48px;
  line-height: 48px;
  background: #f5f5f5;
  padding: 0;
  border-bottom: 1px solid #e3e2e2;
}
.index_news04 .t span{
  height: 47px;
  background: #fff;
  border-right: 1px solid #e3e2e2;
  border-top: 2px solid #970102;
  color: #222222;
  float: left;
  padding: 0 20px;
  font-size: 20px;
}
.index_news04 .t span i{
  color: #970102;
  font-size: 24px;
}
.index_news04 .t a{
  float: right;
  margin-right: 29px;
  margin-top: 14px;
}
.index_news04 ul {
	padding: 15px 20px;
	zoom: 1;
}
.index_news04 li {
	height: 52px;
	line-height: 52px;
	font-size: 18px;
  border-bottom: 1px dashed #e1e1e1;
}
.index_news04 li .date {
	float: right;
	color: #888888;
  font-size: 16px;
}
.index_news04 li a {
	background: url(../images/arrow03.png) left no-repeat;
	padding-left: 21px;
	color: #888888;
  text-decoration: none;
}
.index_news04 li a:hover{
  color: #970102;
}

.index_news05{
  width: 420px;
  height: 350px;
  border: 1px solid #ddd;
  background: #ffffff;
}
.index_news05 .t{
  height: 48px;
  line-height: 48px;
  background: #f5f5f5;
  padding: 0;
  border-bottom: 1px solid #e3e2e2;
}
.index_news05 .t span{
  height: 47px;
  background: #fff;
  border-right: 1px solid #e3e2e2;
  border-top: 2px solid #970102;
  color: #222222;
  float: left;
  padding: 0 20px;
  font-size: 20px;
}
.index_news05 .t span i{
  color: #970102;
  font-size: 24px;
}
.index_news05 .t a{
  float: right;
  margin-right: 29px;
  margin-top: 14px;
}
.index_news05 ul {
	padding: 15px 20px;
	zoom: 1;
}
.index_news05 li {
	height: 52px;
	line-height: 52px;
	font-size: 18px;
  border-bottom: 1px dashed #e1e1e1;
}
.index_news05 li .date {
	float: right;
	color: #888888;
  font-size: 16px;
}
.index_news05 li a {
	background: url(../images/arrow04.png) left no-repeat;
	padding-left: 21px;
	color: #888888;
  text-decoration: none;
}
.index_news05 li a:hover{
  color: #970102;
}

.footer{
  text-align: center;
  color: #fff;
  background: #970102;
  font-size: 18px;
  line-height: 36px;
  padding: 15px 0;
}

.ny_left {
  width: 240px;
  position: relative;
}

.ny_left .t {
  background: url(../images/ny01.png) no-repeat;
  height: 120px;
  color: #fff;
  font-size: 24px;
  margin-top: -30px;
  width: 260px;
  text-align: center;
  line-height: 120px;
}

.ny_left .con {
  border-bottom: 0;
  margin-top: 0;
  border-left: 2px solid #970102;
}

.ny_left .con li {
  height: 50px;
  line-height: 50px;
  background: #fff;
  position: relative;
  margin-top: 5px;
}

.ny_left .con li a {
  display: block;
  color: #333333;
  font-size: 16px;
  text-decoration: none;
  height: 50px;
  background: #f3f3f3;
  text-align: center;
}

.ny_left .con li a:hover {
  background: #ff9900;
  color: #fff;
}

.ny_left .con li a.hover {
  background: #ff9900;
  color: #fff;
}

.ny_right {
  width: 1020px;
  padding: 30px;
  margin-bottom: 30px;
}

.ny_right .t {
  height: 60px;
  border-bottom: 1px solid #b8b8b8;
  position: relative;
}

.ny_right .t .span {
  padding: 0 15px;
  color: #333;
  font-size: 30px;
  display: inline-block;
  line-height: 58px;
  border-bottom: 0;
  border-bottom: 4px solid #a50000;
}

.ny_right .t .ny_pos {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 39px;
  float: right;
  padding-left: 20px;
  background: url(../images/arrow06.png) left no-repeat;
}

.ny_right .t .ny_pos a {
  color: #6a6a6a;
  padding: 0 5px;
}

.ny_right .con .header {
  text-align: center;
  margin-top: 20px;
  border-bottom: 1px solid #b2b2b2;
}

.ny_right .con .header h2 {
  color: #a50000;
  font-size: 24px;
}

.ny_right .con .header p {
  padding: 15px 0;
  color: #4f4f4f;
  font-size: 14px;
}

.ny_right .con .details {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  padding: 20px;
}

.ny_right .con .content {
  padding: 20px;

}

.ny_right .con .np {
  line-height: 30px;
  color: #333333;
  padding-top: 15px;
  border-top: 1px solid #acacac;
  font-size: 16px;
}

.ny_right .con .np a {
  color: #333333;
  text-decoration: none;
}

.ny_right .con .np a:hover {
  font-weight: bold;
}

.ny_right .con .np p {
  padding-bottom: 10px;
}
.ny_right .con_content{
  padding: 30px 0;
  font-size: 18px;
  color: #222222;
  line-height: 36px;
}

.ny_right .list01{
  padding: 0;
}
.ny_right .list01 .item{
  height: 114px;
  border: 1px solid #ccc;
  padding: 23px 30px;
  margin-top: 29px;
}
.ny_right .list01 .item .date{
  float: left;
  width: 60px;
  text-align: center;
  color: #8f8f8f;
  border-bottom: 2px solid #970102;
  height: 120px;
  line-height: 40px;
  font-size: 14px;
  font-style: italic;
}
.ny_right .list01 .item .date span{
  display: block;
  color: #970102;
  font-size: 48px;
  font-style: normal;
}

.ny_right .list01 .item .img{
  width: 200px;
  height: 112px;
  margin-left: 37px;
}
.ny_right .list01 .item .txt{
  width: 630px;
  float: right;
  color: #808080;
  font-size: 14px;
  line-height: 26px;
}
.ny_right .list01 .item .txt a{
  color: #222222;
  font-size: 20px;
  display: block;
  padding-bottom: 15px;
  text-decoration: none;
}
.ny_right .list01 .item .txt p{
  height: 80px;
}
.ny_right .list01 .item:hover{
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}

.ny_right .list02{
  padding: 0;
}
.ny_right .list02 .item{
  height: 114px;
  border: 1px solid #ccc;
  padding: 23px 30px;
  margin-top: 29px;
}

.ny_right .list02 .item .date{
  float: left;
  width: 60px;
  text-align: center;
  color: #8f8f8f;
  border-bottom: 2px solid #970102;
  height: 120px;
  line-height: 40px;
  font-size: 14px;
  font-style: italic;
}
.ny_right .list02 .item .date span{
  display: block;
  color: #970102;
  font-size: 48px;
  font-style: normal;
}

.ny_right .list02 .item .img{
  width: 200px;
  height: 112px;
  margin-left: 37px;
}
.ny_right .list02 .item .txt{
  width: 830px;
  float: right;
  color: #808080;
  font-size: 14px;
  line-height: 26px;
}
.ny_right .list02 .item .txt a{
  color: #222222;
  font-size: 20px;
  display: block;
  padding-bottom: 15px;
  text-decoration: none;
}
.ny_right .list02 .item .txt p{
  height: 80px;
}
.ny_right .list01 .item:hover{
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}