@charset "utf-8";

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix, .container:after,
.row:after, ul {
  *zoom: 1;
}

.clearfix:after, .container:after,
.row:after, ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.center {
	width: 1200px;
	margin: 0 auto;
}

.fixed {
  position: fixed;
  max-width: 1920px;
  top: 0;
  z-index: 1000;
  float: none !important;
}

.box_tit strong {
  font-size: 36px;
  color: #333;
  display: block;
  font-weight: bold;
  text-align: center;
}

.box_tit i {
  width: 34px;
  height: 4px;
  background: #da251c;
  display: block;
  margin: 12px auto;
  transition: 1s;
}

.box_tit span {
  font-size: 18px;
  color: #b3b3b3;
  display: block;
  text-align: center;
}

.box_tit:hover i {
  width: 68px;
  transition: 1s;
}

.box1 {
  width: 100%;
  padding: 60px 0;
}
/**********************************/
.header {
	height: 120px;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	background: #F0F0F0;
}
.head {
	width: 1200px;
	height: 100%;
	background: url(../images/logo.png) no-repeat 30px center;
}
.head400 {
	background: url(../images/400.png) no-repeat center center;
	float: right;
	height: 100%;
	width: 255px;
}

.nav {
	background: #E50012;
	text-align: center;
	height: 40px;
	width: 100%;
}

.nav ul li {
	color: #FFF;
  float: left;
  width: 14.2%;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.nav ul li a {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: block;
}

.nav ul li a:hover {
  background: #1a1a1a;
}

.nav ul li a.active {
  background: #1a1a1a;
}
/**********************************/
.banner {
  width: 100%;
  min-width: 1263px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.pc_banner {
  width: 100%;
  min-width: 1263px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.pc_banner .wappc_banner .prev {
  left: 74px;
  width: 48px;
  height: 86px;
  position: absolute;
  top: 38%;
  background: url(../images/bannerle.png) no-repeat;
  background-size: 100%;
}

.pc_banner .wappc_banner .next {
  right: 74px;
  width: 48px;
  height: 86px;
  position: absolute;
  top: 38%;
  background: url(../images/bannerri.png) no-repeat;
  background-size: 100%;
}

.pc_banner .wappc_banner .hd {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9;
  bottom: 10px;
  overflow: hidden;
}

.pc_banner .wappc_banner .hd li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  margin: 0 3px;
}

.pc_banner .wappc_banner .hd li.on {
  background: #db241c;
}

.pc_banner .wappc_banner .bd li {
  position: relative;
	margin:0 auto;
}

.pc_banner .wappc_banner .bd li img {
	max-width: 1263px;
	height: 350px;
	position: relative;	
}
/**********************************/
.main {
	text-align: left;
	width: 100%;
	padding: 0px 0px 40px;
}


.box1list {
  width: 100%;
  margin-top: 60px;
}

.box1list .hd {
  width: 100%;
}

.box1list .hd ul {
  width: 100%;
  text-align: center;
}

.box1list .hd ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
  padding: 50px 50px 0 50px;
  transition: 1s;
}

.box1list .hd ul li span {
  display: block;
  color: #333;
  line-height: 55px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.box1list .hd ul li.on {
  padding: 50px 80px 0 80px;
  transition: 1s;
}

.box1list .hd ul li:first-child {
  background: url(../images/ic1.png) no-repeat center 10px;
}

.box1list .hd ul li:first-child + li {
  background: url(../images/ic2.png) no-repeat center 10px;
}

.box1list .hd ul li:first-child + li + li {
  background: url(../images/ic3.png) no-repeat center 10px;
}

.box1list .hd ul li.on span {
  color: #fff;
}

.box1list .hd ul li:first-child.on {
  background: url(../images/ic11.png) no-repeat center 10px #db241c;
}

.box1list .hd ul li:first-child + li.on {
  background: url(../images/ic22.png) no-repeat center 10px #db241c;
}

.box1list .hd ul li:first-child + li + li.on {
  background: url(../images/ic33.png) no-repeat center 10px #db241c;
}

.box1list .bd {
  width: 100%;
  margin-top: 50px;
}
.box1list .bd ul {
  display: block;
}
.box1list .bd ul li {
  width: 32%;
  float: left;
  margin-left: 2%;
}

.box1list .bd ul li:first-child {
  margin-left: 0;
}

.box1list .bd ul li .pic {
  width: 100%;
  background: #f0f0f0;
  padding: 30px;
}

.box1list .bd ul li .pic .imgauto {
  width: 324px;
  height: 230px;
  overflow: hidden;
}
.box1list .bd ul li .pic .imgauto img {
  display: block;
}

.box1list .bd ul li .text p {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 24px;
  transition: 1s;
  margin-bottom: 10px;
  line-height: 180%;
}

.box1list .bd ul li .text p i {
  width: 16px;
  position: absolute;
  left: 0;
  top: 10px;
  height: 4px;
  background: #e60012;
  font-style: normal;
  float: left;
  transition: 1s;
}

.box1list .bd ul li .text a {
  font-size: 16px;
  color: #9b9b9b;
  padding-right: 30px;
  background: url(../img/jt3.png) no-repeat right 10px;
  transition: 1s;
}

.box1list .bd ul li:hover .text p {
  padding-left: 40px;
  transition: 1s;
}

.box1list .bd ul li:hover .text p i {
  width: 32px;
  transition: 1s;
}

.box1list .bd ul li:hover .text a {
  color: #e60012;
  background: url(../img/jt1.png) no-repeat right 10px;
  transition: 1s;
}

/**********************************/

.box2 {
	width: 100%;
	padding: 30px 0;
	margin-top: 40px;
	background: url(../images/bg1.jpg) no-repeat center top;
}

.box2 .text {
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.box2 .text ul li {
  width: 50%;
  float: left;
  padding-right: 5%;
}

.box2 .text ul li i {
  width: 20px;
  height: 4px;
  background: #fff;
  font-style: normal;
  transition: 1s;
  display: block;
}

.box2 .text ul li strong {
  font-size: 26px;
  color: #fff;
  display: block;
  margin-top: 20px;
  font-weight: normal;
}

.box2 .text ul li strong em {
  font-size: 30px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  padding-right: 30px;
}

.box2 .text ul li span {
  font-size: 18px;
  color: #fff;
  display: block;
  margin: 20px 0;
}

.box2 .text ul li p {
  font-size: 14px;
  color: #fff;
  line-height: 180%;
}

.box2 .text ul li a {
  width: 140px;
  height: 32px;
  border-radius: 20px;
  padding-left: 20px;
  line-height: 32px;
  display: block;
  font-size: 14px;
  color: #da251c;
  padding-right: 30px;
  background: url(../img/jt1.png) no-repeat 80% 12px #fff;
  transition: 1s;
  margin-top: 20px;
}

.box2 .text ul li.on {
  padding-left: 5%;
  padding-right: 0;
}

.box2 .text ul li.on i {
  background: #da251c;
}

.box2 .text ul li.on strong {
  color: #333;
}

.box2 .text ul li.on strong em {
  color: #333;
}

.box2 .text ul li.on span {
  color: #333;
}

.box2 .text ul li.on p {
  color: #333;
}

.box2 .text ul li.on a {
  color: #fff;
  background: url(../img/jt2.png) no-repeat 80% 12px #da251c;
}

.box2 .text ul li:hover i {
  width: 40px;
  transition: 1s;
}

.box2 .text ul li:hover a {
  width: 210px;
  transition: 1s;
}

/**********************************/

.box3 {
  width: 100%;
  margin-top: 70px;
}

.box3 .box ul li {
  width: 31%;
  margin-right: 2%;
  float: left;
  margin-top: 30px;
}

.box3 .box ul li .pic .imgauto {
  width: 100%;
  height: 260px;
}

.box3 .box ul li:nth-child(3n) {
  margin-right: 0;
}

.box3 .box ul li .text .aspan {
  display: block;
  margin-top: 12px;
}

.box3 .box ul li .text .aspan a {
  width: 100px;
  height: 32px;
  background: #e60012;
  border-radius: 20px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.box3 .box ul li .text .aspan em {
  font-size: 13px;
  color: #a5a5a5;
  font-style: normal;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 32px;
  margin-left: 30px;
}

.box3 .box ul li .text .atit {
  height: 56px;
  display: block;
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 24px;
  transition: 1s;
  line-height: 180%;
  overflow: hidden;
}

.box3 .box ul li .text .atit span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.box3 .box ul li .text .atit i {
  width: 16px;
  position: absolute;
  left: 0;
  top: 10px;
  height: 4px;
  background: #e60012;
  font-style: normal;
  float: left;
  transition: 1s;
}

.box3 .box ul li .text p {
  height: 82px;
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 180%;
  padding-left: 24px;
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.box3 .box ul li .text img {
  display: block;
  max-width: 100%;
  margin-top: 12px;
}

.box3 .box ul li:hover .text .atit {
  padding-left: 40px;
  transition: 1s;
}

.box3 .box ul li:hover .text .atit i {
  width: 32px;
  transition: 1s;
}

/**********************************/

.copyright {
  width: 100%;
  background: #333;
  height: 160px;
  float: left;
}

.copyright .bottomlogo {
	background: url(../images/bottomlogo.png) no-repeat left center;
	height: 160px;
}

.copyright p {
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	padding-left: 400px;
	line-height: 30px;
	padding-top: 35px;
}


/**********************************/
.links {
	background: #F3F3F3;
  width: 100%;
  /*margin-top: 70px;*/
  height: 180px;
}
.links .box {
  width: 12.6%;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 30px;
}

.links span {
	height:30px;
}
.links span a {
	height:30px;
	line-height:30px;
	color:#999;
	font-size:14px;
	font-weight:bold;
	display:block;
}
.links ul {
	height:auto;
	overflow:hidden;
	display:block;
}
.links ul li {
	height:25px;
	line-height:25px;
	color:#999;
	display:block;
	clear:both;
}
/**********************************/
.maintitle {
	font-size: 12px;
	line-height: 40px;
	color: #333333;
	height: 40px;
	width: 100%;
	margin-top: 5px;
	border-bottom: 1px dotted #333;
	margin-bottom: 5px;
}
.maintitle span {
	background: #D71328;
	height: 17px;
	width: 10px;
	margin-right: 10px;
}
.mainleft {
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-bottom: 50px;
	height: auto;
}
.mainleft .top {
	font-size: 24px;
	color: #FFF;
	background: #D71328;
	text-align: center;
	height: 80px;
	width: 240px;
	border-bottom: 1px solid #FFF;
	line-height: 80px;
}
.mainleft .nav {
	font-size: 14px;
	color: #333;
	background: #EEEEEE;
	text-align: left;
	height: 40px;
	width: 240px;
	padding-left: 40px;
	border-bottom: 1px solid #FFF;
	line-height: 40px;
}
.mainleft .nav.on {
	font-size: 14px;
	color: #FFF;
	background: #D71328;
	text-align: left;
	height: 40px;
	width: 240px;
	padding-left: 40px;
	border-bottom: 1px solid #FFF;
	line-height: 40px;
}

.mainright {
	float: left;
	max-width: 920px;
	width: auto;
	text-align: left;
	margin-left: 20px;
	height: auto;
	padding: 0 0 40px;
}
.mainright .title {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	height: 40px;
	width: 100%;
	min-width: 920px;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.mainright .content {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	max-width: 920px;
}
/**********************************/

.box3_list {
  width: 100%;
  margin-top: 10px;
}

.box3_list ul li {
  width: 23%;
  margin-right: 2.66%;
  float: left;
  margin-top: 30px;
  background: #f0f0f0;
  padding: 10px;
  /*box-shadow: 0px 1px 10px 1px #ccc;*/
}

.box3_list ul li .pic .imgauto {
  width: 100%;
  height: 210px;
}

.box3_list ul li:nth-child(4n) {
  margin-right: 0;
}

.box3_list ul li .text p {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 24px;
  transition: 1s;
  margin-bottom: 10px;
  overflow: hidden;
}

.box3_list ul li .text p i {
  width: 16px;
  position: absolute;
  left: 0;
  top: 10px;
  height: 4px;
  background: #e60012;
  font-style: normal;
  float: left;
  transition: 1s;
}

.box3_list ul li .text a {
  font-size: 16px;
  color: #9b9b9b;
  padding-top: 10px;
  /*background: url(../img/jt3.png) no-repeat right 10px;*/
  transition: 1s;
}

.box3_list ul li:hover .text p {
  padding-left: 40px;
  transition: 1s;
}

.box3_list ul li:hover .text p i {
  width: 32px;
  transition: 1s;
}

.box3_list ul li:hover .text a {
  color: #e60012;
  /*background: url(../img/jt1.png) no-repeat right 10px;*/
  transition: 1s;
}
.box3_list ul li {
	width: 31.33%;
	margin: 1%;
}
.box3_list ul li:nth-child(4n) {
	margin-right: 1%;
}
/**********************************/
.pages .pagination {
  text-align: center;
    height: auto;
}
.pages .pagination a {
    padding: 0;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    float: none;
    border: 1px solid #eee;
}
.pages .pagination p {
	padding: 0;
	/* [disabled]padding: 0 16px; */
	height: 36px;
	line-height: 36px;
	display: inline-block;
	float: none;
	/* [disabled]border: 1px solid #eee; */
	color: #999;
}
.pages .pagination a:hover {
    border: 1px solid #db241c;
    color: #db241c;
}
.pages .pagination a.cur {
    border: none;
    background: #db241c;
    color: #fff;
    border: 1px solid #db241c;
}
.pagination p{
	margin:0;
	cursor:pointer
}
.pagination{
	height:40px;
	padding:20px 0px;
}
.pagination a{
	display:block;
	float:left;
	margin-right:10px;
	padding:2px 12px;
	border:1px #cccccc solid;
	background:#fff;
	text-decoration:none;
	color:#808080;
	font-size:12px;
	line-height:24px;
}
.pagination a:hover{
	color:#077ee3;
	background: white;
	border:1px #077ee3 solid;
}
.pagination a.cur{
	border:none;
	background:#077ee3;
	color:#fff;
}
.pagination p{
	float: left;
	padding: 2px 12px;
	font-size: 12px;
	line-height: 24px;
	color: #bbb;
	/* [disabled]border: 1px #ccc solid; */
	background: #fcfcfc;
	/* [disabled]margin-right: 8px; */
}
.pagination p.pageRemark{
	border-style:none;
	background:none;
	margin-right:0px;
	padding:4px 0px;
	color:#666;
}
.pagination p.pageRemark b{
	color:red;
}
.pagination p.pageEllipsis{
	border-style:none;
	background:none;
	padding:4px 0px;
	color:#808080;
}
.dates li {font-size: 14px;margin:20px 0}
.dates li span{float:right}

.fr .btnsub {
    outline: 0;
    padding: 0 10px;
    line-height: 40px;
    width: 40%;
    border: none;
    height: 40px;
    border: 1px solid #ddd;

  background: #da251c;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}

.fr .btnsub:focus {
  box-shadow: 0px 1px 10px 1px #fff;
}