@charset "utf-8";

:hover{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/*图片放大公用类*/
.picfd img{
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.picfd:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
}

/* 图片自适应 */
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
	border: none;
}

.qcontainer, .qcontainer2 {
  margin-right: auto;
  margin-left: auto;
}

.padding1{
  height: 100%;
	padding: 100px 0 80px;
	position: relative;
}
.padding2{
	padding-top: 100px;
}
.padding3{
  height: 100%;
	padding-top: 100px;
}
.padding4{
	padding-top: 100px;
}

.fp-watermark{
	display: none;
}
/* 页码索引 */
#menu { position: fixed; left: 60px; top: 50%; width: 36px; transform: translateY(-50%); padding: 0; list-style-type: none; z-index: 998; }
#menu li { width:36px; height:36px; float:left; margin:4px 0; text-align:center; }
#menu li a { display:block; width:36px; height:36px; line-height:36px; background: url(../images/pic2.png) no-repeat center; background-size: cover; color:#fff; font-size:16px; }
#menu li.active a { background: url(../images/pic2h.png) no-repeat center; background-size: cover; }

/* 头部 */
.header {
  width: 100%;
	background: #fff;
  position: fixed;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 4px rgba(107, 108, 108, .14);
	-moz-box-shadow: 1px 1px 4px rgba(107, 108, 108, .14);
	box-shadow: 1px 1px 4px rgba(107, 108, 108, .14);
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.header .collapse {
  position: relative;
}
.header .navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius: 0px;
	transition:all .3s ease;
}
.header .navbar-default {
  background: none;
  /*background:rgba(255, 255, 255, 0.9);*/
}
.header .navbar-brand {
  float: left;
  height: 100px;
  padding: 20px 0 0 0px;
  font-size: 18px;
  line-height: 0px;
  position: absolute;
  z-index: 2;
}
.header .navbar-brand img {
  height: 60px;
}
.header .navbar-default .navbar-nav > li {
  margin: 0px;
}

.header .navbar .language {
	margin: 34px 0;
}
.header .navbar .language a {
	font-size: 14px;
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	background-color: #d80c18;
	border: 1px solid #d80c18;
	border-radius: 100%;
	display: inline-block;
}
.header .navbar .language a:hover {
	color: #d80c18;
	background-color: #fff;
}
.header .navbar .search {
  margin: 34px -15px 34px 5px;
  position: relative;
  z-index: 3;
}
.header .navbar .search1 {
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	background: #fff url(../images/pic1.png) no-repeat center;
	background-size: 15px;
	border: 1px solid #d80c18;
	border-radius: 100%;
  cursor: pointer;
}
.header .navbar .search1 img {
	width: 15px;
	height: 15px;
}
.header .navbar .search2 {
  width: 200px;
  background-color: #d80c18;
  border-radius: 32px;
  position: absolute;
  top: 100%;
  right: 0px;
  display: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.header .navbar .search2 .wbk1 {
  font-size: 14px;
  color: #fff;
  width: 168px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background: none;
  border: 0px;
}
.header .navbar .search2 .btn1 {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
	background: url(../images/pic1h.png) no-repeat center;
	background-size: 15px;
  border: 0px;
}
.header .navbar .search2 ::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff;
}
.header .navbar .search2 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
}
.header .navbar .search2 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
}
.header .navbar .search2 :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff;
}

.header .nav {
	margin-right: 29px;
  padding-right: 0px;
  padding-bottom: 0px;
	background: url(../images/pic4.png) no-repeat right center;
}
.header .nav > li {
  margin-right: 29px !important;
  position: relative;
}
.header .nav > li > a {
  font-size: 16px;
  color: #262626;
  height: 100px;
  line-height: 100px;
  text-align: center;
  padding: 0px;
  display: block;
}
/*.nav > li > a:hover{ color:#f39900 !important; }*/
@media (min-width: 768px) {
  .header .navbar-nav > li {
    /*float: none;*/
    margin-top: 10px;
  }
  .header .navbar-nav > li > a {
    /*padding-top: 0px;
	  padding-bottom: 0px;*/
  }
}
.header .navbar-default .navbar-nav > .active > a,
.header .navbar-default .navbar-nav > .active > a:hover,
.header .navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #d80c18;
}
.header .navbar-default .navbar-nav > .active > a {
  background: none;
  color: #d80c18;
}
.header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.header .navbar-default .navbar-toggle {
  border-color: #d80c18;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #d80c18;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #d80c18;
}
.header .navbar-default .navbar-toggle:hover .icon-bar,
.header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:hover,
.header .navbar-default .navbar-nav > .open > a:focus {
  background: none;
  color: #d80c18;
}

.header .two-menu {
  position: absolute;
  top: 100%;
  left: 50% !important;
	margin-left: 0px !important;
	transform: translateX(-50%);
  z-index: 1000;
  display: none;
  width: 150px;
  min-width: auto;
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background: #fff;
  border: 0px solid #a7a6a7;
  border-top: 2px solid #d80c18;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.header .two-menu:before {
	content: "";
	width: 11px;
	height: 6px;
	background: url(../images/pic126.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
}

.header .two-menu > li {
	position: relative;
}
.header .two-menu > li > a {
  display: block;
  padding: 0 38px 0 15px !important;
  clear: both;
  font-weight: normal;
  height: 60px;
  line-height: 60px !important;
  font-size: 16px;
  color: #4d4d4d;
	border-bottom: 0px solid #ededed;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header .two-menu > li > a:hover,
.header .two-menu > li > a.on {
	color: #fff;
	background-color: #d80c18;
}
.header .two-menu > li > a.jiao {
	background-image: url(../images/pic127.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 8px 14px;
}
.header .two-menu > li > a.jiao:hover,
.header .two-menu > li > a.jiao.on {
	background-image: url(../images/pic127h.png);
}

.header .three-menu {
  position: absolute;
  top: -2px;
  left: 100% !important;
	margin-left: 0px !important;
  z-index: 1000;
  display: none;
  width: 160px;
  min-width: auto;
  padding: 0px;
	padding-left: 2px;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  border: 0px solid #a7a6a7;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.header .three-menu ul {
  background: #fff;
  /* border-top: 2px solid #fff; */
}

.header .three-menu li a {
  display: block;
  padding: 0 15px !important;
  clear: both;
  font-weight: normal;
  height: 60px;
  line-height: 60px !important;
  font-size: 14px;
  color: #4d4d4d;
	/* background-image: url(../images/pic128.png); */
	background-repeat: no-repeat;
	background-position: left 38px center;
  border-bottom: 0px solid #ededed;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header .three-menu li a:hover,
.header .three-menu li a.on {
	color: #d70c19;
	/* background-image: url(../images/pic128h.png); */
}

/* .header .open > .two-menu {
  display: block;
}
.header .two-menu > li:hover > .three-menu {
  display: block;
}

@media (min-width: 1200px) {
  .header .navbar-right .two-menu {
    left: 0;
    right: auto;
  }
  .header .navbar-right .two-menu-left {
    left: 0;
    right: auto;
  }
} */

.header.header-down .navbar {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.header.header-down .navbar-brand img.img1 {
	display: none;
}
.header.header-down .navbar-brand img.img2 {
	display: block;
}
.header.header-down .navbar-default .navbar-nav > li > a {
  color: #000;
}
.header.header-down .navbar-default .navbar-nav > .active > a,
.header.header-down .navbar-default .navbar-nav > .active > a:hover,
.header.header-down .navbar-default .navbar-nav > .active > a:focus {
  color: #d80c18;
}
.header.header-down .navbar-default .navbar-nav > .active > a {
  color: #d80c18;
}
.header.header-down .navbar-default .navbar-nav > .open > a,
.header.header-down .navbar-default .navbar-nav > .open > a:hover,
.header.header-down .navbar-default .navbar-nav > .open > a:focus {
  color: #d80c18;
}

/* 广告位 */
.ggw {
  width: 100%;
  overflow: hidden;
	position: fixed;
	/* position: absolute; */
	top: 0;
	left: 0;
  z-index: 1000;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.ggw .item {
	width: 100%;
  display: block;
}
.ggw .item img {
  width: 100%;
  height: auto;
  display: block;
}
.ggw .gb {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding: 0 12px;
	background-color: #8f0000;
	border-radius: 3px 3px 0 0;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.ggw .gb img {
	width: 13px;
	margin-right: 6px;
	position: relative;
	top: -1px;
}
.ggw .gb:hover {
	text-decoration: underline;
}

/* 侧边栏 */
.cebianlan {
  width: 55px;
  position: fixed;
  right: 10px;
	z-index: 998;
	/* display: none; */
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.cebianlan_nr {
  width: 55px;
  height: 55px;
  margin-top: 1px;
  background-color: #d80c18;
  position: relative;
}
.cebianlan_nr:first-child {
  margin-top: 0px;
}
.cebianlan_nr1 {
  width: 55px;
  height: 55px;
}
.cebianlan_nr1 a {
  width: 55px;
  height: 55px;
  text-align: center;
  display: block;
}
.cebianlan_nr1 a p {
  width: 55px;
  padding: 8px 0 5px;
}
.cebianlan_nr1 a p img {
  height: 22px;
}
.cebianlan_nr1 a span {
  font-size: 12px;
  color: #fff;
  width: 55px;
  line-height: 100%;
  display: block;
}
.cebianlan_nr1 a bdo {
  font-size: 12px;
  color: #fff;
  width: 55px;
	line-height: 16px;
	padding-top: 11px;
  display: block;
}
.cebianlan_nr2 {
  display: none;
}
.cebianlan_nr2.style1 {
  width: 180px;
  height: 55px;
  line-height: 55px;
  padding-left: 10px;
  background-color: #ff9703;
  position: absolute;
  top: 0;
  right: 0;
}
.cebianlan_nr2.style1 p img {
  margin-top: 21px;
}
.cebianlan_nr2.style1 span {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}
.cebianlan_nr2.style2 {
  padding-right: 14px;
  background: url(../images/pic13.png) no-repeat right 10px top 23px;
  position: absolute;
  top: 0px;
	right: 55px;
}
.cebianlan_nr2.style2 .item {
	width: 120px;
	background-color: #fff;
	border: 1px solid #c8c8c8;
}
.cebianlan_nr2.style2 img {
  width: 100%;
}
.cebianlan_nr2.style3 {
  padding-right: 14px;
  background: url(../images/pic13.png) no-repeat right 10px top 23px;
  position: absolute;
  top: 0px;
	right: 55px;
}
.cebianlan_nr2.style3 .item {
	width: 330px;
	background-color: #fff;
	border: 1px solid #c8c8c8;
}
.cebianlan_nr2.style3 .item .item1 {
	width: 100%;
	position: relative;
}
.cebianlan_nr2.style3 .item .item1 .pic {
	width: 100%;
	overflow: hidden;
}
.cebianlan_nr2.style3 .item .item1 .pic img {
	width: 100%;
}
.cebianlan_nr2.style3 .item .item1 .title {
	font-size: 14px;
	color: #fff;
	width: 100%;
	height: 29px;
	line-height: 29px;
	padding: 0 16px;
	background: url(../images/pic14.png) repeat-x center;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cebianlan_nr2.style3 .item .item1:hover .title {
	color: #d80c18;
}
.cebianlan_nr2.style3 .item .item2 {
	width: 100%;
	padding: 4px;
}
.cebianlan_nr2.style3 .item .item2 a {
	font-size: 14px;
	color: #6e6e6e;
	width: 100%;
	line-height: 35px;
	padding: 0 16px;
	border-top: 1px dashed #eaeaea;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cebianlan_nr2.style3 .item .item2 a:first-child {
	border-top: 0px;
}
.cebianlan_nr2.style3 .item .item2 a:hover {
	color: #d80c18;
}
.cebianlan_nr:hover .cebianlan_nr1 a span {
  font-weight: bold;
}
.cebianlan_nr:hover .cebianlan_nr1 a bdo {
  font-weight: bold;
}

/* 网站首页 */
.main{
  width: 100%;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.main h2{
	font-size: 28px;
	color: #262626;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin: 0;
	padding-bottom: 18px;
	position: relative;
}
.main h2:before{
	content: "";
	width: 32px;
	height: 3px;
	background-color: #d80c18;
	border-radius: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.main1{
	width: 100%;
	overflow: hidden;
}
/* banner */
.banner {
  width: 100%;
  height: 100%;
}
.swiper3 {
  width: 100%;
  height: 100%;
}
.swiper3 .item {
  width: 100%;
  height: 100%;
  display: block;
	/* transition: 1s linear 2s;
	transform: scale(1, 1); */
}
/* .swiper3 .swiper-slide-active .item {
	transition: 6s linear;
	transform: scale(1.1, 1.1);
} */
.swiper3 .item .pic {
  width: 100%;
	display: none;
}
.swiper3 .swiper-button-next,
.swiper3 .swiper-button-prev {
  position: absolute;
  top: 364px;
  width: 25px;
  height: 44px;
  /* margin-top: -40px; */
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.swiper3 .swiper-button-prev {
  background: url(../images/pic1.png) no-repeat center;
  left: 5.2%;
  right: auto;
}
.swiper3 .swiper-button-next {
  background: url(../images/pic2.png) no-repeat center;
  right: 5.2%;
  left: auto;
}
.swiper3 .swiper-button-prev:hover {
  background: url(../images/pic1.png) no-repeat center;
}
.swiper3 .swiper-button-next:hover {
  background: url(../images/pic2.png) no-repeat center;
}
.swiper3 .swiper-button-next:after,
.swiper3 .swiper-button-prev:after {
  content: "";
}
.swiper3 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
  left: 0;
}
.swiper3 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 2px !important;
  display: inline-block;
  border-radius: 13px;
  background: #fff;
  opacity: 1;
}
.swiper3 .swiper-pagination-bullet-active {
  width: 41px;
}
.main1_1{
	width: 100%;
	background-color: #f2f2f2;
	position: absolute;
	bottom: 0;
	left: 0;
}
.main1_1 .qcontainer{
	height: 80px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.main1_1 .gg{
	width: 43%;
	height: 26px;
	line-height: 26px;
	padding-right: 8.8%;
  background: url(../images/pic6.png) no-repeat right center;
}
.main1_1 .gg1{
	font-size: 20px;
	color: #262626;
	width: 100px;
}
.main1_1 .gg1 img{
	height: 19px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.main1_1 .gg2{
	margin-left: 100px;
	display: block;
}
.swiper4 {
  width: 100%;
	height: 26px;
}
.swiper4 .item {
	font-size: 16px;
	color: #737373;
  width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: right;
  display: block;
}
.swiper4 .item a {
	color: #262626;
	width: 70%;
	text-align: left;
	padding-left: 15px;
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper4 .item a:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #d80c18;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}
.swiper4 .item a:hover {
	color: #d80c18;
}
.swiper4 .swiper-button-next,
.swiper4 .swiper-button-prev {
  position: absolute;
  top: 364px;
  width: 25px;
  height: 44px;
  /* margin-top: -40px; */
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.swiper4 .swiper-button-prev {
  background: url(../images/pic1.png) no-repeat center;
  left: 5.2%;
  right: auto;
}
.swiper4 .swiper-button-next {
  background: url(../images/pic2.png) no-repeat center;
  right: 5.2%;
  left: auto;
}
.swiper4 .swiper-button-prev:hover {
  background: url(../images/pic1.png) no-repeat center;
}
.swiper4 .swiper-button-next:hover {
  background: url(../images/pic2.png) no-repeat center;
}
.swiper4 .swiper-button-next:after,
.swiper4 .swiper-button-prev:after {
  content: "";
}
.swiper4 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
	left: 0;
	display: none;
}
.swiper4 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 2px !important;
  display: inline-block;
  border-radius: 13px;
  background: #fff;
  opacity: 1;
}
.swiper4 .swiper-pagination-bullet-active {
  width: 41px;
}
.main1_1 .zq{
	width: 57%;
	padding-left: 4.7%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.main1_1 .zq1{
	font-size: 20px;
	color: #262626;
}
.main1_1 .zq1 span.style1{
	color: #d80c18;
}
.main1_1 .zq2{}
.main1_1 .zq2 .nr1{
	font-size: 20px;
}
.main1_1 .zq2 .nr2{
	font-size: 16px;
	color: #8e8e8e;
}
.main1_1 .zq2 .nr1 img{
	height: 19px;
	margin-left: 10px;
	position: relative;
	top: -2px;
}
.main1_1 .zq.down .zq2 .nr1{
	color: #10bd14;
}
.main1_1 .zq.down .zq2 .nr1 img.img1{
	display: inline-block;
}
.main1_1 .zq.down .zq2 .nr1 img.img2{
	display: none;
}
.main1_1 .zq.up .zq2 .nr1{
	color: #bd1010;
}
.main1_1 .zq.up .zq2 .nr1 img.img1{
	display: none;
}
.main1_1 .zq.up .zq2 .nr1 img.img2{
	display: inline-block;
}

.main2{
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.main2_1{
	width: 100%;
	margin-top: 50px;
}
.main2_1_l{
	width: 48.22%;
}
.swiper5 {
  width: 100%;
}
.swiper5 .item {
	width: 100%;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.swiper5 .item .pic {
	width: 100%;
	overflow: hidden;
}
.swiper5 .item .pic img {
	width: 100%;
}
.swiper5 .item .title {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper5 .item:hover .title {
	/* color: #d80c18; */
	background-color: rgba(215, 12, 25, 0.8);
}
.swiper5 .swiper-button-next,
.swiper5 .swiper-button-prev {
  position: absolute;
  top: 364px;
  width: 25px;
  height: 44px;
  /* margin-top: -40px; */
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.swiper5 .swiper-button-prev {
  background: url(../images/pic1.png) no-repeat center;
  left: 5.2%;
  right: auto;
}
.swiper5 .swiper-button-next {
  background: url(../images/pic2.png) no-repeat center;
  right: 5.2%;
  left: auto;
}
.swiper5 .swiper-button-prev:hover {
  background: url(../images/pic1.png) no-repeat center;
}
.swiper5 .swiper-button-next:hover {
  background: url(../images/pic2.png) no-repeat center;
}
.swiper5 .swiper-button-next:after,
.swiper5 .swiper-button-prev:after {
  content: "";
}
.swiper5 .swiper-pagination {
  font-size: 0px;
  width: auto;
  right: 20px;
	left: auto;
	bottom: 18px;
}
.swiper5 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 0 0 4px !important;
  display: inline-block;
  border-radius: 13px;
  background: #fff;
  opacity: 1;
}
.swiper5 .swiper-pagination-bullet:first-child {
	margin: 0px !important;
}
.swiper5 .swiper-pagination-bullet-active {
	background: #d80c18;
}
.main2_1_r{
	width: 51.78%;
	padding-left: 50px;
}
.main2_1_r .tab{
  font-size:0px;
  width:100%;
  text-align:left;
  border-bottom: 2px solid #d80c18;
  white-space:nowrap;
  overflow: hidden;
  overflow-x: auto;
	position: relative;
}
.main2_1_r .tab1{
	margin-left: 2px;
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.main2_1_r .tab1:first-child{
	margin-left: 0px;
}
.main2_1_r .tab1 a{
  font-size:18px;
  color:#262626;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding:0 16px 0;
  background-color: #f2f2f2;
  display:block;
	overflow:hidden;
}
.main2_1_r .tab1:hover a{
	font-weight: bold;
  color: #fff;
  background-color:#d80c18;
}
.main2_1_r .tab1.on a{
	font-weight: bold;
  color: #fff;
  background-color:#d80c18;
}
.main2_1_r .tab .more{
	font-size: 14px;
	color: #a6a6a6;
	line-height: 40px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.main2_1_r .tab .more:hover{
	color: #d80c18;
}
.main2_1_r .tab_nr {
  width:100%;
  position: relative;
}
.main2_1_r .tab_nr1{
  width:100%;
  position: absolute;
  top: 0px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
.main2_1_r .tab_nr1 .item1{
	width:100%;
	padding: 24px 0 14px;
	border-bottom: 1px dashed #ebebeb;
}
.main2_1_r .tab_nr1 .item1 .title{
	font-size: 16px;
	font-weight: bold;
	color: #262626;
	width:100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main2_1_r .tab_nr1 .item1 .title a{
	color: #262626;
}
.main2_1_r .tab_nr1 .item1 .title a:hover{
	color: #d80c18;
}
.main2_1_r .tab_nr1 .item1 .content{
	font-size: 14px;
	color: #666;
	width:100%;
	line-height: 23px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.main2_1_r .tab_nr1 .item2{
	width:100%;
	margin: 8px 0 -12px;
	overflow: hidden;
}
.main2_1_r .tab_nr1 .item2 ul{
	width:100%;
}
.main2_1_r .tab_nr1 .item2 ul li {
	font-size: 14px;
	color: #a6a6a6;
  width: 100%;
	line-height: 40px;
	text-align: right;
}
.main2_1_r .tab_nr1 .item2 ul li a {
	font-size: 16px;
	color: #333;
	width: 70%;
	text-align: left;
	padding-left: 15px;
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main2_1_r .tab_nr1 .item2 ul li a:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #d80c18;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}
.main2_1_r .tab_nr1 .item2 ul li a:hover {
	color: #d80c18;
}

.main3{
	width: 100%;
	overflow: hidden;
}
.main3_1{
	width: 100%;
	height: 100%;
	position: relative;
}
.main3_1 h2{
	color: #fff;
	position: absolute;
	top: 14%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.main3_1 h2:before{
	background-color: #fff;
}
.main3_1 .tab{
  font-size:0px;
  width:100%;
  text-align:center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
  /* white-space:nowrap;
  overflow: hidden;
  overflow-x: auto; */
}
.main3_1 .tab1{
	width: 25%;
	padding-right: 2px;
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.main3_1 .tab1:last-child{
	padding-right: 0px;
}
.main3_1 .tab1 a{
	width: 100%;
  height: 172px;
  text-align: center;
  padding:25px 15px 0;
  background-color: rgba(0, 0, 0, 0.8);
	display:block;
	position: relative;
}
.main3_1 .tab1 a:before{
	content: '';
	width: 19px;
	height: 10px;
	background: url(../images/pic15.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}
.main3_1 .tab1 a .pic{
	width: 100%;
}
.main3_1 .tab1 a .pic img{
	height: 50px;
}
.main3_1 .tab1 a .cn{
	font-size:20px;
	font-weight: bold;
	color:#fff;
	width: 100%;
	line-height: 100%;
	margin: 30px 0 10px;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main3_1 .tab1 a .en{
	font-size:14px;
	color:#fff;
	width: 100%;
	line-height: 100%;
	opacity: .65;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main3_1 .tab1:hover a{
	background-color: rgba(215, 12, 25, 0.8);
}
.main3_1 .tab1:hover a:before{
	opacity: 1;
}
.main3_1 .tab1:hover a .en{
	opacity: 8;
}
.main3_1 .tab1.on a{
	background-color: rgba(215, 12, 25, 0.8);
}
.main3_1 .tab1.on a:before{
	opacity: 1;
}
.main3_1 .tab1.on a .en{
	opacity: 8;
}
.main3_1 .tab_nr {
	width:100%;
	height: 100%;
	position: relative;
}
.main3_1 .tab_nr1{
	width:100%;
	height: 100%;
	padding-top: 280px;
  position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
.main3_1 .tab_nr1 .item{
	width:1134px;
	max-width:100%;
	padding: 0 60px;
}
.main3_1 .tab_nr1 .item .title{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width:100%;
	line-height: 100%;
}
.main3_1 .tab_nr1 .item .content{
	font-size: 18px;
	color: #fff;
	width:100%;
	line-height: 36px;
	margin: 30px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.main3_1 .tab_nr1 .item .more{
	width:100%;
}
.main3_1 .tab_nr1 .item .more a{
	font-size: 14px;
	color: #fff;
	height: 50px;
	line-height: 48px;
	padding: 0 43px;
	border: 1px solid #fff;
	border-radius: 50px;
	display: inline-block;
}
.main3_1 .tab_nr1 .item .more a img{
	height: 20px;
	margin-left: 16px;
	position: relative;
	top: -1px;
}
.main3_1 .tab_nr1 .item .more a:hover{
	background-color: #d80c18;
	border: 1px solid #d80c18;
	-webkit-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	-moz-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
}

.main4{
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.main4.fp-overflow.fp-table{
	display: flex;
}
.main4.fp-overflow{
	justify-content: center;
}
.main4_nr{
	width: 100%;
	padding-right: 5%;
}
.main4_nr_l{
	width: 65.263%;
}
.main4_nr_r{
	width: 34.737%;
	padding-left: 40px;
}
.main4_nr_l1{
	width: 100%;
	position: relative;
	z-index: 1;
}
.main4_nr_l1:before{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	bottom: 1px;
	left: 0px;
	z-index: -1;
}
.main4_nr_l1 span{
  font-size:28px;
  color:#d80c18;
	line-height: 100%;
	padding-bottom: 18px;
	border-bottom: 3px solid #d80c18;
  text-align: center;
  display:block;
  overflow:hidden;
}
.main4_nr_l2{
	width: 100%;
	margin-top: 30px;
}
.swiper6-1 {
	width: 100%;
}
.swiper6-1 .item {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.swiper6-1 .item .pic {
	width: 100%;
	overflow: hidden;
}
.swiper6-1 .item .pic img {
	width: 100%;
}
.swiper6-1 .swiper-button-next,
.swiper6-1 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 27px;
  margin-top: -13px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper6-1 .swiper-button-prev {
  background: url(../images/pic155.png) no-repeat center;
  left: 10px;
  right: auto;
}
.swiper6-1 .swiper-button-next {
  background: url(../images/pic156.png) no-repeat center;
  right: 10px;
  left: auto;
}
.swiper6-1 .swiper-button-prev:hover {
  background: url(../images/pic155h.png) no-repeat center;
}
.swiper6-1 .swiper-button-next:hover {
  background: url(../images/pic156h.png) no-repeat center;
}
.swiper6-1 .swiper-button-next:after,
.swiper6-1 .swiper-button-prev:after {
  content: "";
}
.swiper6-1 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
	left: 0;
	display: none;
}
.swiper6-1 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 0 0 4px !important;
  display: inline-block;
  border-radius: 13px;
  background: #fff;
  opacity: 1;
}
.swiper6-1 .swiper-pagination-bullet-active {
	background: #d80c18;
}
.swiper6-2 {
	width: 100%;
}
.swiper6-2 .item {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.swiper6-2 .item .pic {
	width: 100%;
	overflow: hidden;
}
.swiper6-2 .item .pic img {
	width: 100%;
}
.swiper6-2 .swiper-button-next,
.swiper6-2 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 27px;
  margin-top: -13px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper6-2 .swiper-button-prev {
  background: url(../images/pic155.png) no-repeat center;
  left: 10px;
  right: auto;
}
.swiper6-2 .swiper-button-next {
  background: url(../images/pic156.png) no-repeat center;
  right: 10px;
  left: auto;
}
.swiper6-2 .swiper-button-prev:hover {
  background: url(../images/pic155h.png) no-repeat center;
}
.swiper6-2 .swiper-button-next:hover {
  background: url(../images/pic156h.png) no-repeat center;
}
.swiper6-2 .swiper-button-next:after,
.swiper6-2 .swiper-button-prev:after {
  content: "";
}
.swiper6-2 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
	left: 0;
	display: none;
}
.swiper6-2 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 0 0 4px !important;
  display: inline-block;
  border-radius: 13px;
  background: #fff;
  opacity: 1;
}
.swiper6-2 .swiper-pagination-bullet-active {
	background: #d80c18;
}
.main4_nr_l3{
	width: 100%;
	margin-top: 20px;
}
.main4_1{
	width: 100%;
}
.main4_1 .tab{
  font-size:0px;
  width:100%;
  text-align:left;
  white-space:nowrap;
  overflow: hidden;
	overflow-x: auto;
	position: relative;
	z-index: 1;
}
.main4_1 .tab:before{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	bottom: 1px;
	left: 0px;
	z-index: -1;
}
.main4_1 .tab1{
	padding: 0 24px;
	position: relative;
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.main4_1 .tab1:before{
	content: "";
	width: 1px;
	height: 28px;
	background-color: #d9d9d9;
	position: absolute;
	top: 0px;
	left: 0px;
}
.main4_1 .tab1:first-child{
	padding-left: 0;
}
.main4_1 .tab1:first-child:before{
	display: none;
}
.main4_1 .tab1 a{
  font-size:28px;
  color:#262626;
	line-height: 100%;
	padding-bottom: 18px;
  text-align: center;
  display:block;
  overflow:hidden;
}
.main4_1 .tab1:hover a{
  color: #d80c18;
	border-bottom: 3px solid #d80c18;
}
.main4_1 .tab1.on a{
  color: #d80c18;
	border-bottom: 3px solid #d80c18;
}
.main4_1 .tab .more{
	font-size: 14px;
	color: #8c8c8c;
	line-height: 28px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.main4_1 .tab .more:hover{
	color: #d80c18;
}
.main4_1 .tab_nr {
	width:100%;
	margin-top: 30px;
  position: relative;
}
.main4_1 .tab_nr1{
  width:100%;
  position: absolute;
  top: 0px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
.main4_1 .tab_nr1 .item1{
	width: 100%;
}
.main4_1 .tab_nr1 .item2{
	width: 100%;
}
.swiper6 {
	width: 100%;
}
.swiper6 .item {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.swiper6 .item .pic {
	width: 100%;
	overflow: hidden;
}
.swiper6 .item .pic img {
	width: 100%;
}
.swiper6 .item .title {
	font-size: 28px;
	color: #fff;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0 10px;
  background: url(../images/pic157.png) repeat-x center top;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper6 .item:hover .title {
	color: #d80c18;
}
.swiper6 .swiper-button-next,
.swiper6 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 27px;
  margin-top: -13px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper6 .swiper-button-prev {
  background: url(../images/pic155.png) no-repeat center;
  left: 10px;
  right: auto;
}
.swiper6 .swiper-button-next {
  background: url(../images/pic156.png) no-repeat center;
  right: 10px;
  left: auto;
}
.swiper6 .swiper-button-prev:hover {
  background: url(../images/pic155h.png) no-repeat center;
}
.swiper6 .swiper-button-next:hover {
  background: url(../images/pic156h.png) no-repeat center;
}
.swiper6 .swiper-button-next:after,
.swiper6 .swiper-button-prev:after {
  content: "";
}
.swiper6 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
	left: 0;
	display: none;
}
.swiper6 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 0 0 4px !important;
  display: inline-block;
  border-radius: 13px;
  background: #fff;
  opacity: 1;
}
.swiper6 .swiper-pagination-bullet-active {
	background: #d80c18;
}
.swiper7 {
	width: 100%;
}
.swiper7 .nr1 {
	width: 100%;
	display: block;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.swiper7 .nr1 .pic {
	width: 100%;
	overflow: hidden;
}
.swiper7 .nr1 .pic img {
	width: 100%;
}
.swiper7 .nr1 .text {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 34px 50px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.swiper7 .nr1 .text_nr {
	width: 100%;
}
.swiper7 .nr1 .text1 {
	width: 100%;
}
.swiper7 .nr1 .text1 img {
	height: 182px;
}
.swiper7 .nr1 .text2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 26px;
	margin-top: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper7 .nr1 .text2 img {
	height: 26px;
	margin-right: 10px;
	position: relative;
	top: -3px;
}
.swiper7 .nr1:hover .text1 img {
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
}
.swiper7 .nr2 {
	width: 100%;
	display: block;
	position: relative;
	margin-top: 33px;
	border-radius: 20px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.swiper7 .nr2:first-child {
	margin-top: 0px;
}
.swiper7 .nr2 .pic {
	width: 100%;
	overflow: hidden;
}
.swiper7 .nr2 .pic img {
	width: 100%;
}
.swiper7 .nr2 .text {
	width: 100%;
	height: 100%;
	padding: 34px 50px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}
.swiper7 .nr2 .text1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 100%;
	padding-bottom: 18px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper7 .nr2 .text1:before{
	content: "";
	width: 32px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.swiper7 .nr2 .text2 {
	width: 100%;
}
.swiper7 .nr2 .text2 img {
	height: 55px;
}
.swiper7 .swiper-button-next,
.swiper7 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper7 .swiper-button-prev {
  background: url(../images/pic21.png) no-repeat center;
  left: 10px;
  right: auto;
}
.swiper7 .swiper-button-next {
  background: url(../images/pic22.png) no-repeat center;
  right: 10px;
  left: auto;
}
.swiper7 .swiper-button-prev:hover {
  background: url(../images/pic21h.png) no-repeat center;
}
.swiper7 .swiper-button-next:hover {
  background: url(../images/pic22h.png) no-repeat center;
}
.swiper7 .swiper-button-next:after,
.swiper7 .swiper-button-prev:after {
  content: "";
}
.swiper7 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
	left: 0;
	display: none;
}
.swiper7 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 0 0 4px !important;
  display: inline-block;
  border-radius: 13px;
  background: #fff;
  opacity: 1;
}
.swiper7 .swiper-pagination-bullet-active {
	background: #d80c18;
}

.main5{
	width: 100%;
	overflow: hidden;
}
.main5_1{
	/* width: 100%; */
	height: 100%;
}
.main5_1 h2{
	color: #fff;
	position: absolute;
	bottom: 315px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.main5_1 h2:before{
	background-color: #fff;
}
.main5_1 .more{
	width:100%;
	text-align: center;
	position: absolute;
	bottom: 200px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.main5_1 .more a{
	font-size: 14px;
	color: #fff;
	height: 50px;
	line-height: 48px;
	padding: 0 43px;
	background-color: #d80c18;
	border: 1px solid #d80c18;
	-webkit-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	-moz-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	border-radius: 50px;
	display: inline-block;
}
.main5_1 .more a img{
	height: 20px;
	margin-left: 16px;
	position: relative;
	top: -1px;
}
.main5_1 .more a:hover{
	text-decoration: underline;
}
.swiper8 {
  width: 100%;
  height: 100%;
}
.swiper8 .item {
  width: 100%;
  height: 100%;
  display: block;
	transition: 1s linear 2s;
	transform: scale(1, 1);
}
.swiper8 .swiper-slide-active .item {
	transition: 6s linear;
	transform: scale(1.1, 1.1);
}
.swiper8 .item .pic {
  width: 100%;
	display: none;
}
.swiper8 .swiper-button-next,
.swiper8 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper8 .swiper-button-prev {
  background: url(../images/pic21.png) no-repeat center;
  left: 10px;
  right: auto;
}
.swiper8 .swiper-button-next {
  background: url(../images/pic22.png) no-repeat center;
  right: 10px;
  left: auto;
}
.swiper8 .swiper-button-prev:hover {
  background: url(../images/pic21h.png) no-repeat center;
}
.swiper8 .swiper-button-next:hover {
  background: url(../images/pic22h.png) no-repeat center;
}
.swiper8 .swiper-button-next:after,
.swiper8 .swiper-button-prev:after {
  content: "";
}
.swiper8 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
	left: 0;
	display: none;
}
.swiper8 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 0 0 4px !important;
  display: inline-block;
  border-radius: 13px;
  background: #fff;
  opacity: 1;
}
.swiper8 .swiper-pagination-bullet-active {
	background: #d80c18;
}

.main6{
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.main6_1{
	margin-top: 50px;
}
.swiper9 {
	width: 100%;
}
.swiper9 .swiper-slide {
	padding: 0 20px;
}
.swiper9 .item {
	width: 100%;
	display: block;
	overflow: hidden;
}
.swiper9 .item .pic {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.swiper9 .item .pic img {
	width: 100%;
}
.swiper9 .item .title {
	font-size: 18px;
	color: #181818;
	width: 100%;
	height: 90px;
	line-height: 30px;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.swiper9 .item:hover .title {
	color: #d80c18;
}
.swiper9 .swiper-button-next,
.swiper9 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper9 .swiper-button-prev {
  background: url(../images/pic21.png) no-repeat center;
  left: 10px;
  right: auto;
}
.swiper9 .swiper-button-next {
  background: url(../images/pic22.png) no-repeat center;
  right: 10px;
  left: auto;
}
.swiper9 .swiper-button-prev:hover {
  background: url(../images/pic21h.png) no-repeat center;
}
.swiper9 .swiper-button-next:hover {
  background: url(../images/pic22h.png) no-repeat center;
}
.swiper9 .swiper-button-next:after,
.swiper9 .swiper-button-prev:after {
  content: "";
}
.swiper9 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
	left: 0;
	display: none;
}
.swiper9 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 0 0 4px !important;
  display: inline-block;
  border-radius: 13px;
  background: #fff;
  opacity: 1;
}
.swiper9 .swiper-pagination-bullet-active {
	background: #d80c18;
}

/* 底部 */
.footer{
	width: 100%;
	background: url(../images/img17.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.footer_t{
	width: 100%;
	padding: 40px 0 60px;
}
.footer_t_l{
	width: 66%;
}
.footer_t_l1{
	width: 100%;
}
.footer_t_l1 a{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 100%;
	padding-left: 15px;
	background: url(../images/pic25.png) no-repeat left center;
	background-size: 5px auto;
	display: block;
}
.footer_t_l1 a:hover{
	color: #d80c18;
}
.footer_t_l2{
	width: 100%;
	overflow: hidden;
}
.footer_t_l2 ul{
	margin-left: -4px;
}
.footer_t_l2 ul li{
	margin-top: 20px;
	padding: 0 18px;
	border-left: 1px solid #616161;
}
.footer_t_l2 ul li a{
	font-size: 14px;
	color: #616161;
	width: 100%;
	line-height: 100%;
	display: block;
}
.footer_t_l2 ul li a:hover{
	color: #d80c18;
}
.footer_t_l3{
	width: 100%;
	margin-top: 16px;
}
.footer_t_l3 ul{
	width: 660px;
	max-width: 100%;
}
.footer_t_l3 ul li{
	width: 33.33%;
	margin-top: 34px;
	padding-right: 10px;
}
.footer_t_l3 ul li a{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 100%;
	padding-left: 15px;
	background: url(../images/pic25.png) no-repeat left center;
	background-size: 5px auto;
	display: block;
}
.footer_t_l3 ul li a:hover{
	color: #d80c18;
}
.footer_t_l3{
	width: 100%;
}
.footer_t_r{
	width: 34%;
	padding-left: 30px;
}
.footer_t_r1{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 100%;
	text-transform: uppercase;
}
.footer_t_r2{
	font-size: 16px;
	color: #595a63;
	width: 100%;
	line-height: 30px;
	margin: 12px 0 62px;
}
.footer_t_r3{
	width: 100%;
}
.footer_t_r3 a{
	font-size: 18px;
	color: #fff;
	width: 182px;
	max-width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #d8101d;
	display: inline-block;
}
.footer_t_r3 a:hover{
	-webkit-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	-moz-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
}
.footer_b{
	width: 100%;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.footer_b .qcontainer{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer_b_l{
	font-size: 14px;
	color: #595858;
	width: 100%;
	line-height: 24px;
	text-align: center;
	padding: 30px 0;
}
.footer_b_l a{
	color: #595858;
}
.footer_b_l a:hover{
	color: #d80c18;
}
.footer_b_r{
	width: 50%;
	padding: 38px 0 38px 90px;
	position: relative;
	display: none;
}
.footer_b_r .bg{
	content: "";
	height: 100%;
	background: url(../images/img18.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.footer_b_r .item{
	width: 100%;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_b_r .item1{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.footer_b_r .item1 img{
	height: 29px;
	margin-right: 10px;
}
.footer_b_r .item2 img{
	height: 60px;
}
.footer_b_r a{
	color: #fff;
}
.footer_b_r a:hover{
	color: #d80c18;
}

/* 内页banner */
.qy_banner {
  width: 100%;
  overflow: hidden;
}
.qy_banner .item {
	width: 100%;
  display: block;
}
.qy_banner .item img {
  width: 100%;
  height: auto;
  display: block;
}

/* 内页公用 */
.qy_main{
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}
.qy_main h2{
	font-size: 30px;
	font-weight: bold;
	width: 100%;
	margin: 80px 0;
	padding-left: 130px;
	background: url(../images/pic27.png) no-repeat left 8px;
	background-size: 106px 14px;
}
.qy_main h2 p{
	color: #323232;
	width: 100%;
	line-height: 100%;
}
.qy_main h2 span{
	color: #d70c19;
	width: 100%;
	line-height: 100%;
	margin-top: 18px;
	text-transform: uppercase;
	display: block;
}

.qy_main1{
	width: 100%;
	border-bottom: 3px solid #e5e5e5;
}
.qy_main1 ul{
	margin-bottom: -4px;
	position: relative;
}
.qy_main1 ul li{
	margin-right: 50px;
	position: relative;
}
.qy_main1 ul li>a{
	font-size: 20px;
	color: #494848;
	height: 35px;
	line-height: 100%;
	display: inline-block;
	position: relative;
}
.qy_main1 ul li>a:before{
	content: "";
	width: 0%;
	height: 5px;
	background-color: #d70c19;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.qy_main1 ul li>a:hover, .qy_main1 ul li>a.on{
	color: #000;
}
.qy_main1 ul li>a:hover:before, .qy_main1 ul li>a.on:before{
	width: 100%;
}
.qy_main1 ul li .xl{
	width: max-content;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.qy_main1 ul li.qb{
	position: static;
}
.qy_main1 ul li.qb .xl{
	left: 0%;
	transform: translateX(-0%);
}
.qy_main1 ul li .xl p{
	margin-top: 20px;
	padding: 0 18px;
	border-right: 2px solid #d4d4d4;
	display: inline-block;
}
.qy_main1 ul li .xl p:last-child{
	border-right: 0;
}
.qy_main1 ul li .xl p a{
	font-size: 18px;
	color: #6a6a6a;
	line-height: 100%;
	display: block;
}
.qy_main1 ul li .xl p a:hover, .qy_main1 ul li .xl p a.on{
	color: #d70c19;
}
.qsanji{
	width: 100%;
	overflow: hidden;
	display: none;
}
.qsanji p{
	margin-top: 10px;
	padding: 0 15px;
	border-right: 1px solid #d4d4d4;
	display: inline-block;
}
.qsanji p:last-child{
	border-right: 0;
}
.qsanji p a{
	font-size: 14px;
	color: #6a6a6a;
	line-height: 100%;
	display: block;
}
.qsanji p a:hover, .qsanji p a.on{
	color: #d70c19;
}

/*page*/
.pages {
  font-size: 0;
	text-align: center;
	margin-top: 80px;
}
.pages a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 16px;
  color: #929191;
  transition: all 0.5s;
}
.pages a:first-child,
.pages a:last-child {
  color: #5e5e5e;
  margin: 0 18px;
}
.pages a:hover,
.pages a.on {
  background-color: #d8101d;
  border: 1px solid #d8101d;
  color: #fff;
}

/* 管理团队 */
.gltd_main{
	width: 100%;
	overflow: hidden;
}
.gltd_main1{
	width: 100%;
}
/* .gltd_main1 img {
  width: 100%;
  height: auto;
  display: block;
} */

/* 党群建设 */
.dqjs_main{
	width: 100%;
}
.dqjs_main1{
	width: 100%;
}
.dqjs_main1 ul{
	margin: -33px -33px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.dqjs_main1 ul li{
	width: 33.33%;
	padding: 33px 33px 0 0;
}
.dqjs_main1 ul li .item{
	width: 100%;
	padding: 20px 17px;
	background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .22);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .22);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .22);
}
.dqjs_main1 ul li .item .title{
	font-size: 20px;
	color: #040000;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dqjs_main1 ul li .item .date{
	font-size: 16px;
	color: #b3b3b3;
	width: 100%;
	line-height: 100%;
	margin-top: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dqjs_main1 ul li .item .pic{
	width: 100%;
	margin-top: 16px;
	overflow: hidden;
}
.dqjs_main1 ul li .item .pic_nr{
	width: 100%;
	height: 208px;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.dqjs_main1 ul li .item .content{
	font-size: 14px;
	color: #737373;
	width: 100%;
	line-height: 30px;
}
.dqjs_main1 ul li .item .more{
	width: 100%;
}
.dqjs_main1 ul li .item .more img{
	height: 20px;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.dqjs_main1 ul li .item1 .content{
	height: 90px;
	margin: 12px 0 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.dqjs_main1 ul li .item2 .content{
	height: 330px;
	margin: 8px 0 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 11;
	overflow: hidden;
}
.dqjs_main1 ul li .item:hover .title{
	color: #d80c18;
}
.dqjs_main1 ul li .item:hover .pic_nr{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.dqjs_main1 ul li .item:hover .more img{
	transform: translateX(5px);
}

/* 新闻中心 */
.xwzx_main{
	width: 100%;
}
.xwzx_main1{
	width: 100%;
}
.xwzx_main1 ul{
	width: 100%;
}
.xwzx_main1 ul li{
	width: 100%;
}
.xwzx_main1 ul li .item{
	width: 100%;
	padding: 20px 0px;
	border-top: 1px solid #e5e5e5;
}
.xwzx_main1 ul li:first-child .item{
	padding-top: 0;
	border-top: 0px;
}
.xwzx_main1 ul li:last-child .item{
	padding-bottom: 0;
}
.xwzx_main1 ul li .item .pic{
	width: 27.67%;
	overflow: hidden;
}
.xwzx_main1 ul li .item .pic_nr{
	width: 100%;
	height: 203px;
	position: relative;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.xwzx_main1 ul li .item .pic_nr .icon{
	width: 100%;
	height: 100%;
	background: url(../images/pic29.png) no-repeat center;
	background-size: 53px;
}
.xwzx_main1 ul li .item .text{
	padding-top: 18px;
	padding-bottom: 18px;
}
.xwzx_main1 ul li .item .title{
	font-size: 20px;
	color: #000;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwzx_main1 ul li .item .content{
	font-size: 16px;
	color: #575757;
	width: 100%;
	height: 90px;
	line-height: 30px;
	margin: 23px 0 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.xwzx_main1 ul li .item .date{
	font-size: 16px;
	color: #929191;
	width: 100%;
	line-height: 100%;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwzx_main1 ul li .item:hover .pic_nr{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.xwzx_main1 ul li .item1 .text{
	width: 72.33%;
	padding-left: 20px;
}
.xwzx_main1 ul li .item2 .text{
	width: 100%;
}
.xwzx_main1 ul li:first-child .item2 .text{
	padding-top: 0px;
}
.xwzx_main1 ul li:last-child .item2 .text{
	padding-bottom: 0px;
}
.xwzx_main1 ul li .item:hover .title{
	color: #d80c18;
}

.xwzx_main2{
	width: 100%;
}
.xwzx_main2_l{
	width: 20.33%;
}
.xwzx_main2_l1{
	font-size: 16px;
	color: #595959;
	width: 100%;
	line-height: 17px;
	margin: -40px 0 80px;
	opacity: 0;
	visibility: hidden;
}
.xwzx_main2_l1 img{
	height: 17px;
	margin-right: 10px;
}
.xwzx_main2_l1 a{
	color: #595959;
}
.xwzx_main2_l1 a:hover{
	color: #d80c18;
}
.xwzx_main2_l2{
	font-size: 20px;
	color: #000;
	width: 100%;
	line-height: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.xwzx_main2_l3{
	width: 100%;
}
.xwzx_main2_l3 ul{
	width: 100%;
	padding-top: 12px;
}
.xwzx_main2_l3 ul li{
	width: 100%;
	margin-top: 26px;
}
.xwzx_main2_l3 ul li .item{
	width: 100%;
	padding-left: 16px;
	position: relative;
}
.xwzx_main2_l3 ul li .item:before{
	content: "";
	width: 6px;
	height: 6px;
	background-color: #7f7f7f;
	border-radius: 100%;
	position: absolute;
	top: 5px;
	left: 0px;
}
.xwzx_main2_l3 ul li .item .date{
	font-size: 16px;
	color: #8b8b8b;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwzx_main2_l3 ul li .item .title{
	font-size: 16px;
	color: #505050;
	width: 100%;
	line-height: 20px;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xwzx_main2_l3 ul li .item:before{
	background-color: #d80c18;
}
.xwzx_main2_l3 ul li .item:before .title{
	color: #d80c18;
}
.xwzx_main2_r{
	width: 79.67%;
	padding-left: 40px;
}
.xwzx_main2_r1{
	width: 100%;
	text-align: center;
	padding-bottom: 23px;
	border-bottom: 1px solid #e5e5e5;
}
.xwzx_main2_r1 .item1{
	font-size: 24px;
	color: #000;
	width: 100%;
}
.xwzx_main2_r1 .item2{
	font-size: 16px !important;
	color: #7d7d7d;
	width: 100%;
	margin-top: 20px;
}
.xwzx_main2_r1 .item2 .style1{
	margin-left: 24px;
	display: inline-block;
}
.bsBox{ height: 257px !important; width: 232px !important; }
.bshare-custom{
	font-size: 16px !important;
}
.bshare-custom a{
	padding-left: 24px !important;
	height: 24px !important;
	/* margin-right: 3px !important; */
	background-size: cover !important;
	margin: -4px 4px -4px 0 !important;
}
.bshare-custom a.bshare-weixin{
	background: url(../images/pic150.png) no-repeat center;
}
.bshare-custom a.bshare-qzone{
	background: url(../images/pic151.png) no-repeat center;
}
.bshare-custom a.bshare-sinaminiblog{
	background: url(../images/pic152.png) no-repeat center;
}
.xwzx_main2_r2{
	font-size: 16px;
	color: #454343;
	width: 100%;
	line-height: 36px;
	padding: 30px 0;
}
.xwzx_main2_r3{
	width: 100%;
	padding-top: 16px;
	border-top: 2px solid #e6e6e6;
}
.xwzx_main2_r3 .item{
	font-size: 16px;
	color: #aaa;
	width: 100%;
	line-height: 100%;
	margin-top: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwzx_main2_r3 .item a{
	color: #aaa;
}
.xwzx_main2_r3 .item:hover{
	color: #292727;
}
.xwzx_main2_r3 .item:hover a{
	color: #292727;
}

/* 联系我们 */
.lxwm_main{
	width: 100%;
}
.lxwm_main1{
	width: 100%;
}
.lxwm_main1 .pc{
	width: 100%;
	display: block;
}
.lxwm_main1 .phone{
	width: 100%;
	display: none;
}
.lxwm_main1 *{
	width: 100%;
}
.lxwm_main2{
	width: 100%;
}
.lxwm_main2_l{
	width: 50%;
	margin-top: 22px;
	padding-right: 36px;
}
.lxwm_main2_l .item{
	width: 100%;
	padding: 24px 0;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
}
.lxwm_main2_l .item .pic{
	width: 66px;
	flex-shrink: 0;
}
.lxwm_main2_l .item .pic img{
	width: 100%;
}
.lxwm_main2_l .item .text{
	font-size: 18px;
	padding-left: 20px;
}
.lxwm_main2_l .item .text1{
	/*font-weight: bold;*/
	color: #707070;
}
.lxwm_main2_l .item .text2{
	color: #707070;
}
.lxwm_main2_r{
	width: 50%;
	margin-top: -40px;
	padding: 30px 30px 86px;
	background: url(../images/img26.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.lxwm_main2_r .item1{
	width: 100%;
}
.lxwm_main2_r .item1 img{
	height: 60px;
}
.lxwm_main2_r .item2{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	margin: 32px 0 16px;
}
.lxwm_main2_r .item3{
	width: 100%;
}
.lxwm_main2_r .item3 p{
	font-size: 18px;
	color: #fff;
	width: 100%;
	line-height: 30px;
	padding-left: 50px;
	position: relative;
}
.lxwm_main2_r .item3 p:before{
	content: "";
	width: 30px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 14px;
	left: 0;
}

/* 人力资源 */
.rlzy_main{
	width: 100%;
}
.rlzy_main1{
	width: 100%;
}
.rlzy_main1 ul{
	width: 100%;
}
.rlzy_main1 ul li{
	width: 100%;
}
.rlzy_main1 ul li .item{
	width: 100%;
	background-color: #f9fafc;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.rlzy_main1 ul li .item .pic{
	width: 59.34%;
	position: relative;
	overflow: hidden;
	order: 1;
}
.rlzy_main1 ul li .item .pic:before{
	content: "";
	width: 18px;
	height: 35px;
	background: url(../images/pic34.png) no-repeat center;
	background-size: cover !important;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
}
.rlzy_main1 ul li .item .pic img{
	width: 100%;
}
.rlzy_main1 ul li .item .text{
	width: 40.66%;
	padding: 14px 30px;
	order: 2;
}
.rlzy_main1 ul li .item .text .title{
	font-size: 22px;
	color: #383838;
	width: 100%;
}
.rlzy_main1 ul li .item .text .content{
	font-size: 16px;
	color: #757575;
	width: 100%;
	line-height: 30px;
	margin-top: 10px;
}
.rlzy_main1 ul li .item:hover .text .title{
	color: #000;
}
.rlzy_main1 ul li.even .item .pic{
	order: 2;
}
.rlzy_main1 ul li.even .item .pic:before{
	background: url(../images/pic33.png) no-repeat center;
	right: auto;
	left: 0;
}
.rlzy_main1 ul li.even .item .text{
	order: 1;
}

.rlzy_main2{
	width: 100%;
}
.rlzy_main2 ul{
	width: 100%;
}
.rlzy_main2 ul li{
	width: 100%;
	margin-top: 40px;
}
.rlzy_main2 ul li:first-child{
	margin-top: 0;
}
.rlzy_main2 ul li .item{
	width: 100%;
	background-color: #d70c19;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.rlzy_main2 ul li .item .pic{
	width: 82.1%;
	position: relative;
	overflow: hidden;
	order: 1;
}
.rlzy_main2 ul li .item .pic img{
	width: 100%;
}
.rlzy_main2 ul li .item .text{
	width: 17.9%;
	text-align: center;
	padding: 14px 30px;
	order: 2;
}
.rlzy_main2 ul li .item .text_nr{
	text-align: left;
	display: inline-block;
}
.rlzy_main2 ul li .item .text .title{
	font-size: 24px;
	color: #fff;
	width: 100%;
}
.rlzy_main2 ul li .item .text .content{
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 30px;
	margin: 10px 0 24px;
}
.rlzy_main2 ul li .item .text .more{
	font-size: 0;
	width: 100%;
}
.rlzy_main2 ul li .item .text .more img{
	height: 28px;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.rlzy_main2 ul li .item:hover .more img{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform: translateX(5px);
}
.rlzy_main2 ul li.even .item .pic{
	order: 2;
}
.rlzy_main2 ul li.even .item .text{
	order: 1;
}

.rlzy_main3{
	width: 100%;
}
.rlzy_main3_l{
	width: 80.75%;
}
.rlzy_main3_l ul{
	width: 100%;
}
.rlzy_main3_l ul li{
	width: 100%;
}
.rlzy_main3_l ul li .item{
	width: 100%;
	background-color: #d70c19;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.rlzy_main3_l ul li .item .pic{
	width: 60.89%;
	position: relative;
	overflow: hidden;
	order: 1;
}
.rlzy_main3_l ul li .item .pic img{
	width: 100%;
}
.rlzy_main3_l ul li .item .text{
	width: 39.11%;
	padding: 14px 30px;
	order: 2;
}
.rlzy_main3_l ul li .item .text .title{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 100%;
}
.rlzy_main3_l ul li .item .text .content{
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 30px;
	margin-top: 10px;
	padding-bottom: 28px;
	position: relative;
}
.rlzy_main3_l ul li .item .text .content:before{
	content: "";
	width: 70px;
	height: 6px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.rlzy_main3_l ul li .item:hover .text .content:before{
	transform: translateX(5px);
}
.rlzy_main3_l ul li.even .item .pic{
	order: 2;
}
.rlzy_main3_l ul li.even .item .text{
	order: 1;
}
.rlzy_main3_r{
	width: 19.25%;
}
.rlzy_main3_r .item{
	width: 100%;
}
.rlzy_main3_r .item .pic{
	width: 100%;
	overflow: hidden;
}
.rlzy_main3_r .item .pic img{
	width: 100%;
}

.rlzy_main4{
	width: 100%;
}
.rlzy_main4_1{
	width: 100%;
}
.rlzy_main4_1 .item{
	width: 100%;
	position: relative;
}
.rlzy_main4_1 .pic{
	width: 100%;
	overflow: hidden;
}
.rlzy_main4_1 .pic img{
	width: 100%;
	display: block;
}
.rlzy_main4_1 .text{
	width: 50%;
	height: 100%;
	background-color: #d70c19;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.rlzy_main4_1 .text_nr{
	width: 100%;
	padding: 14px 100px 14px 50px;
}
.rlzy_main4_1 .text .title{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 100%;
}
.rlzy_main4_1 .text .content{
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 30px;
	margin-top: 16px;
}
.rlzy_main4_2{
	width: 100%;
}
.rlzy_main4_2 .item{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.rlzy_main4_2 .pic{
	width: 50%;
	overflow: hidden;
	order: 2;
}
.rlzy_main4_2 .pic img{
	width: 100%;
	display: block;
}
.rlzy_main4_2 .text{
	width: 50%;
	order: 1;
}
.rlzy_main4_2 .text_nr{
	width: 100%;
	padding: 14px 50px 14px 0;
}
.rlzy_main4_2 .text .title{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	width: 100%;
}
.rlzy_main4_2 .text .content{
	font-size: 16px;
	color: #2a2727;
	width: 100%;
	line-height: 30px;
	margin-top: 16px;
}
.rlzy_main4_3{
	width: 100%;
}
.rlzy_main4_3 .item{
	width: 100%;
	position: relative;
}
.rlzy_main4_3 .pic{
	width: 100%;
	display: block;
	overflow: hidden;
}
.rlzy_main4_3 .pic img{
	width: 100%;
}
.rlzy_main4_3 .text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.rlzy_main4_3 .text_nr{
	width: 912px;
	max-width: 100%;
	text-align: center;
	padding: 14px 0px;
}
.rlzy_main4_3 .text .title{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 100%;
}
.rlzy_main4_3 .text .content{
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 30px;
	margin-top: 16px;
}

/* 社会责任 */
.shzr_main{
	width: 100%;
}
.shzr_main1{
	width: 100%;
	overflow: hidden;
}
.shzr_main1 ul{
	margin: -50px -21px 0;
	display: flex;
	flex-wrap: wrap;
}
.shzr_main1 ul li{
	width: 33.33%;
	padding: 50px 21px 35px;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}
.shzr_main1 ul li:before{
	content: "";
	width: 2px;
	height: 52px;
	background-color: #d70c19;
	position: absolute;
	top: 50px;
	left: -1px;
}
.shzr_main1 ul li .item{
	width: 100%;
}
.shzr_main1 ul li .item .title{
	font-size: 20px;
	color: #000;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shzr_main1 ul li .item .date{
	font-size: 18px;
	color: #b2b2b2;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shzr_main1 ul li .item .pic{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.shzr_main1 ul li .item .pic_nr{
	width: 100%;
	height: 240px;
	position: relative;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.shzr_main1 ul li .item .pic_nr .icon{
	width: 100%;
	height: 100%;
	background: url(../images/pic29.png) no-repeat center;
	background-size: 53px;
}
.shzr_main1 ul li .item .content{
	font-size: 18px;
	color: #686868;
	width: 100%;
	line-height: 30px;
}
.shzr_main1 ul li .item1 .content{
	height: 150px;
	margin: 16px 0 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.shzr_main1 ul li .item2 .content{
	height: 420px;
	margin: 16px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 14;
	overflow: hidden;
}
.shzr_main1 ul li .item:hover .title{
	color: #d70c19;
}
.shzr_main1 ul li .item:hover .pic_nr{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
}

.shzr_main2{
	width: 1013px;
	max-width: 100%;
	padding: 0 85px;
	position: relative;
}
.swiper10 {
	width: 100%;
	-webkit-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	-moz-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
}
.swiper10 .item {
  width: 100%;
  display: block;
}
.shzr_main2 .swiper-button-next,
.shzr_main2 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shzr_main2 .swiper-button-prev {
  background: url(../images/pic36.png) no-repeat center;
  left: 0px;
  right: auto;
}
.shzr_main2 .swiper-button-next {
  background: url(../images/pic37.png) no-repeat center;
  right: 0px;
  left: auto;
}
.shzr_main2 .swiper-button-prev:hover {
  background: url(../images/pic36h.png) no-repeat center;
}
.shzr_main2 .swiper-button-next:hover {
  background: url(../images/pic37h.png) no-repeat center;
}
.shzr_main2 .swiper-button-next:after,
.shzr_main2 .swiper-button-prev:after {
  content: "";
}
.swiper10 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
	left: 0;
	display: none;
}
.swiper10 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 0 0 4px !important;
  display: inline-block;
  border-radius: 13px;
  background: #fff;
  opacity: 1;
}
.swiper10 .swiper-pagination-bullet-active {
	background: #d80c18;
}

.shzr_main3{
	width: 100%;
	margin-top: 46px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shzr_main3 .item{
	width: 30%;
	line-height: 27px;
}
.shzr_main3 .item1{
	font-size: 18px;
	color: #7c7c7c;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shzr_main3 .item1 a{
	color: #7c7c7c;
}
.shzr_main3 .item1:hover{
	color: #000;
}
.shzr_main3 .item1:hover a{
	color: #000;
}
.shzr_main3 .item2{
	font-size: 24px;
	color: #d8101d;
	text-align: center;
}
.shzr_main3 .item2 a{
	color: #d8101d;
	max-width: 100%;
	padding-right: 47px;
	background: url(../images/pic38.png) no-repeat right center;
	background-size: 27px 26px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shzr_main3 .item2 a:hover{
	text-decoration: underline;
}
.shzr_main3 .item3{
	font-size: 18px;
	color: #7c7c7c;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shzr_main3 .item3 a{
	color: #7c7c7c;
}
.shzr_main3 .item3:hover{
	color: #000;
}
.shzr_main3 .item3:hover a{
	color: #000;
}

/* 企业文化 */
.qywh_main{
	width: 100%;
}
.qywh_main h3{
	width: 100%;
	text-align: center;
	margin: 0 0 40px;
}
.qywh_main h3 p{
	font-size: 24px;
	font-weight: bold;
	color: #151414;
	width: 100%;
	line-height: 100%;
}
.qywh_main h3 span{
	font-size: 18px;
	color: #aeaeae;
	width: 100%;
	line-height: 100%;
	margin-top: 8px;
	text-transform: uppercase;
	display: block;
}

.qywh_main .ggw1{
	width: 100%;
	overflow: hidden;
}
.qywh_main .ggw1 img{
	width: 100%;
}
.qywh_main .list{
	width: 100%;
}
.qywh_main .list1{
	margin-top: 40px;
}
.qywh_main .list2{
	margin-top: 21px;
}
.qywh_main .list ul{
	margin: -21px -21px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.qywh_main .list ul li{
	width: 25%;
	padding: 21px 21px 0 0;
	flex-grow: 1;
}
.qywh_main .list ul li .item{
	width: 100%;
	height: 100%;
	padding: 40px 23px 30px;
	background-color: #fff;
	border-radius: 8px;
  -webkit-box-shadow: 0px 0px 18px rgba(6, 0, 1, .1);
	-moz-box-shadow: 0px 0px 18px rgba(6, 0, 1, .1);
	box-shadow: 0px 0px 18px rgba(6, 0, 1, .1);
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.qywh_main .list ul li .item .title{
	font-size: 20px;
	color: #000;
	width: 100%;
	line-height: 100%;
	text-align: center;
	padding-bottom: 28px;
	position: relative;
}
.qywh_main .list ul li .item .title:before{
	content: "";
	width: 34px;
	height: 8px;
	background-color: #d70c19;
	border-radius: 8px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.qywh_main .list ul li .item .content{
	font-size: 16px;
	color: #777575;
	width: 100%;
	line-height: 30px;
	margin-top: 22px;
}
.qywh_main .list ul li .item:hover{
	transform: translateY(-5px);
}

.qywh_main1{
	width: 100%;
}

.qywh_main2{
	width: 100%;
	padding: 80px 0 40px;
}
.qywh_main2_1{
	width: 100%;
	margin-top: 40px;
}
.qywh_main2_1 .tab{
  font-size:0px;
  width:43%;
	text-align:left;
	margin-top: -20px;
  /* white-space:nowrap;
  overflow: hidden;
	overflow-x: auto; */
}
.qywh_main2_1 .tab1{
	width: 50%;
	padding: 20px 20px 0 0;
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.qywh_main2_1 .tab1 a{
  width: 100%;
	text-align: center;
	padding: 45px 30px 30px;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
  display:block;
  overflow:hidden;
}
.qywh_main2_1 .tab1 a .pic{
	font-size: 0;
	width: 100%;
}
.qywh_main2_1 .tab1 a .pic img{
	height: 54px;
}
.qywh_main2_1 .tab1 a .pic img.img1{
	display: inline-block;
}
.qywh_main2_1 .tab1 a .pic img.img2{
	display: none;
}
.qywh_main2_1 .tab1 a .title{
	font-size: 20px;
	color: #000;
	width: 100%;
	line-height: 100%;
	margin-top: 30px;
}
.qywh_main2_1 .tab1:hover a{
	background-image: linear-gradient(#d80c18, #9d1119);
}
.qywh_main2_1 .tab1:hover a .pic img.img1{
	display: none;
}
.qywh_main2_1 .tab1:hover a .pic img.img2{
	display: inline-block;
}
.qywh_main2_1 .tab1:hover a .title{
	color: #fff;
}
.qywh_main2_1 .tab1.on a{
	background-image: linear-gradient(#d80c18, #9d1119);
}
.qywh_main2_1 .tab1.on a .pic img.img1{
	display: none;
}
.qywh_main2_1 .tab1.on a .pic img.img2{
	display: inline-block;
}
.qywh_main2_1 .tab1.on a .title{
	color: #fff;
}
.qywh_main2_1 .tab_nr {
	width:57%;
  position: relative;
}
.qywh_main2_1 .tab_nr1{
  width:100%;
  position: absolute;
  top: 0px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
.qywh_main2_1 .tab_nr1 .item{
	width:100%;
	padding: 50px 70px;
}
.qywh_main2_1 .tab_nr1 .item .title{
	font-size: 24px;
	font-weight: bold;
	color: #d80c18;
	width:100%;
}
.qywh_main2_1 .tab_nr1 .item .content{
	font-size: 16px;
	color: #000;
	width:100%;
	line-height: 30px;
}

.qywh_main3{
	width: 100%;
	padding: 80px 0 0;
}

.qywh_main4{
	width: 100%;
	padding: 80px 0 0;
}

.qywh_main5{
	width: 100%;
	padding: 80px 0 0;
}
.qywh_main5_1{
	width: 100%;
	margin-top: 40px;
}
.swiper11 {
  width: 100%;
}
.swiper11 .item{
	width: 100%;
	background-color: #f1f2f5;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.swiper11 .item .pic{
	width: 50%;
	overflow: hidden;
	order: 2;
}
.swiper11 .item .pic img{
	width: 100%;
}
.swiper11 .item .text{
	width: 50%;
	padding: 30px 76px;
	order: 1;
}
.swiper11 .item .text .num{
	font-size: 48px;
	color: #d8101d;
	width: 100%;
	line-height: 100%;
}
.swiper11 .item .text .title{
	font-size: 20px;
	font-weight: bold;
	color: #d8101d;
	width: 100%;
	line-height: 100%;
	margin: 42px 0 34px;
}
.swiper11 .item .text .content{
	font-size: 16px;
	color: #454343;
	width: 100%;
	line-height: 30px;
}
.swiper11 .swiper-button-next,
.swiper11 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	display: none;
}
.swiper11 .swiper-button-prev {
  background: url(../images/pic21.png) no-repeat center;
  left: 10px;
  right: auto;
}
.swiper11 .swiper-button-next {
  background: url(../images/pic22.png) no-repeat center;
  right: 10px;
  left: auto;
}
.swiper11 .swiper-button-prev:hover {
  background: url(../images/pic21h.png) no-repeat center;
}
.swiper11 .swiper-button-next:hover {
  background: url(../images/pic22h.png) no-repeat center;
}
.swiper11 .swiper-button-next:after,
.swiper11 .swiper-button-prev:after {
  content: "";
}
.swiper11 .swiper-pagination {
  font-size: 0px;
  width: auto;
  right: auto;
	left: 76px;
	bottom: 28px;
}
.swiper11 .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 0 0 10px !important;
  display: inline-block;
  border-radius: 18px;
  background: #c1c2c4;
  opacity: 1;
}
.swiper11 .swiper-pagination-bullet:first-child {
	margin: 0px !important;
}
.swiper11 .swiper-pagination-bullet-active {
	background: #d80c18;
}

.qywh_main6{
	width: 100%;
	padding: 80px 0 0;
}

.qywh_main7{
	width: 100%;
	padding: 80px 0 0;
}
.qywh_main7_1{
	width: 100%;
	margin-top: 40px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.qywh_main7_1 .pic{
	width: 42.67%;
	padding: 0 30px;
}
.qywh_main7_1 .text{
	width: 57.33%;
}
.qywh_main7_1 .text .title{
	font-size: 20px;
	color: #0a0a0a;
	width: 100%;
	line-height: 100%;
}
.qywh_main7_1 .text .content{
	font-size: 16px;
	color: #888787;
	width: 100%;
	line-height: 36px;
	margin-top: 14px;
}

/* 公司简介 */
.gsjj_main{
	width: 100%;
	overflow: hidden;
}
.gsjj_main1{
	width: 100%;
	padding-bottom: 110px;
}
.gsjj_main1_1{
	font-size: 18px;
	color: #171515;
	width: 100%;
	line-height: 42px;
}
.gsjj_main1_2{
	width: 100%;
	margin-top: 130px;
  background: url(../images/pic49.png) repeat-x center 266px;
}
.swiper12 {
	width: 100%;
	height: 664px;
	padding-right: 80px;
	position: relative;
}
.swiper12 .swiper-slide{
	/* height: calc((100% - 0px) / 2); */
	height: 282px;
}
.swiper12 .item{
	width: 100%;
	height: 100%;
	padding: 0 40px 0 36px;
	position: relative;
}
.swiper12 .item:before{
	content: "";
	width: 20px;
	height: 20px;
	border: 2px solid #d70c19;
	border-radius: 20px;
	position: absolute;
	top: 8px;
	left: 0px;
	transition: .5s ease-in-out;
}
.swiper12 .item:after{
	content: "";
	width: 2px;
	background-color: rgba(0, 0, 0, .15);
	position: absolute;
	top: 38px;
	bottom: 2px;
	left: 9px;
	transition: .5s ease-in-out;
}
.swiper12 .item .year{
	font-size: 36px;
	color: #d70c19;
	width: 100%;
	line-height: 100%;
	transition: .5s ease-in-out;
}
.swiper12 .item .list{
	font-size: 18px;
	color: #4f4f4f;
	width: 100%;
	line-height: 30px;
	margin-top: 22px;
}
.swiper12 .item .list p{
	width: 100%;
	padding-left: 24px;
	position: relative;
}
.swiper12 .item .list p:before{
	content: "";
	width: 12px;
	height: 12px;
	background-color: #d70c19;
	border-radius: 12px;
	position: absolute;
	top: 9px;
	left: 2px;
}
.swiper12 .swiper-slide:nth-child(2n){
	height: 382px;
	/* margin-left: 80px; */
	transform: translateX(80px);
}
.swiper12 .swiper-slide:nth-child(2n) .item{
	padding-top: 150px;
}
.swiper12 .swiper-slide:nth-child(2n) .item:before{
	top: 158px;
}
.swiper12 .swiper-slide:nth-child(2n) .item:after{
	height: 150px;
	top: 0px;
	bottom: auto;
}
.swiper12 .item:hover:before{
	background-color: #d70c19;
}
.swiper12 .item:hover:after{
	background-color: #d70c19;
}
.swiper12 .swiper-button-next,
.swiper12 .swiper-button-prev {
  position: absolute;
  top: 360px;
  width: 39px;
  height: 39px;
  margin-top: 0px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
}
.swiper12 .swiper-button-prev {
  background: url(../images/pic50.png) no-repeat center;
  left: 0px;
  right: auto;
}
.swiper12 .swiper-button-next {
  background: url(../images/pic51.png) no-repeat center;
  right: 0px;
  left: auto;
}
.swiper12 .swiper-button-prev:hover {
  background: url(../images/pic50h.png) no-repeat center;
}
.swiper12 .swiper-button-next:hover {
  background: url(../images/pic51h.png) no-repeat center;
}
.swiper12 .swiper-button-next:after,
.swiper12 .swiper-button-prev:after {
  content: "";
}
.swiper12 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
	left: 0;
	display: none;
}
.swiper12 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 0 0 4px !important;
  display: inline-block;
  border-radius: 13px;
  background: #fff;
  opacity: 1;
}
.swiper12 .swiper-pagination-bullet-active {
	background: #d80c18;
}
.gsjj_main1_3{
	width: 100%;
	margin-top: 40px;
	display: none;
}
.gsjj_main1_3 ul{
	width: 100%;
}
.gsjj_main1_3 ul li{
	width: 100%;
}
.gsjj_main1_3 .item{
	width: 100%;
	padding: 0 20px 20px 24px;
	position: relative;
}
.gsjj_main1_3 .item:before{
	content: "";
	width: 14px;
	height: 14px;
	border: 1px solid #d70c19;
	border-radius: 14px;
	position: absolute;
	top: 6px;
	left: 0px;
	transition: .5s ease-in-out;
}
.gsjj_main1_3 .item:after{
	content: "";
	width: 2px;
	background-color: rgba(0, 0, 0, .15);
	position: absolute;
	top: 26px;
	bottom: 2px;
	left: 6px;
	transition: .5s ease-in-out;
}
.gsjj_main1_3 .item .year{
	font-size: 26px;
	color: #d70c19;
	width: 100%;
	line-height: 100%;
	transition: .5s ease-in-out;
}
.gsjj_main1_3 .item .list{
	font-size: 14px;
	color: #4f4f4f;
	width: 100%;
	line-height: 24px;
	margin-top: 20px;
}
.gsjj_main1_3 .item .list p{
	width: 100%;
	padding-left: 12px;
	position: relative;
}
.gsjj_main1_3 .item .list p:before{
	content: "";
	width: 6px;
	height: 6px;
	background-color: #d70c19;
	border-radius: 6px;
	position: absolute;
	top: 8px;
	left: 0px;
}
.gsjj_main1_3 .item:hover:before{
	background-color: #d70c19;
}
.gsjj_main1_3 .item:hover:after{
	background-color: #d70c19;
}

.gsjj_main2{
	width: 100%;
	padding: 180px 0 150px;
}
.gsjj_main2_1{
	width: 100%;
}
.gsjj_main2_1 .cn{
	font-size: 36px;
	color: #000;
	width: 100%;
	line-height: 100%;
}
.gsjj_main2_1 .en{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 20px;
	opacity: .2;
}
.gsjj_main2_2{
	width: 100%;
	margin-top: 50px;
}
.gsjj_main2_2 ul{
	padding-right: 172px;
	margin: -20px 0px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.gsjj_main2_2 ul li{
	width: 25%;
	padding: 20px 20px 0 0;
}
.gsjj_main2_2 ul li .item{
	width: 100%;
	height: 100%;
	padding-bottom: 26px;
}
.gsjj_main2_2 ul li .item .pic{
	width: 60px;
	height: 60px;
	padding: 11px;
	border-radius: 60px;
}
.gsjj_main2_2 ul li .item .pic img{
	width: 38px;
	height: 38px;
}
.gsjj_main2_2 ul li .item .title{
	font-size: 24px;
	color: #000;
	width: 100%;
	margin: 24px 0 20px;
}
.gsjj_main2_2 ul li .item .content{
	font-size: 18px;
	color: #9d9d9d;
	width: 100%;
}
.gsjj_main2_2 ul li:nth-child(1) .item{
	border-bottom: 2px solid #7f95cd;
}
.gsjj_main2_2 ul li:nth-child(1) .item .pic{
	background-color: #8398ce;
}
.gsjj_main2_2 ul li:nth-child(2) .item{
	border-bottom: 2px solid #71c9a0;
}
.gsjj_main2_2 ul li:nth-child(2) .item .pic{
	background-color: #72c7a1;
}
.gsjj_main2_2 ul li:nth-child(3) .item{
	border-bottom: 2px solid #d12727;
}
.gsjj_main2_2 ul li:nth-child(3) .item .pic{
	background-color: #cb3034;
}
.gsjj_main2_2 ul li:nth-child(4) .item{
	border-bottom: 2px solid #c8a44e;
}
.gsjj_main2_2 ul li:nth-child(4) .item .pic{
	background-color: #c7a450;
}

.gsjj_main3{
	width: 100%;
	padding: 40px 0;
}
.gsjj_main3_1{
	font-size: 36px;
	color: #171515;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin: 30px 0 40px;
}
.gsjj_main3_2{
	font-size: 18px;
	color: #171515;
	width: 100%;
	line-height: 42px;
}
.gsjj_main3_3{
	width: 100%;
}

.gsjj_main4{
	width: 100%;
	text-align: center;
	padding: 106px 0 80px;
}
.gsjj_main4_1{
	width: 100%;
}
.gsjj_main4_1 .cn{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 100%;
}
.gsjj_main4_1 .en{
	font-size: 30px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	margin-top: 26px;
}
.gsjj_main4_2{
	width: 100%;
	margin-top: 60px;
}
.gsjj_main4_2 span{
	font-size: 24px;
	color: #fff;
	height: 70px;
	line-height: 66px;
	padding: 0 45px;
	border: 2px solid #fff;
	border-radius: 70px;
	display: inline-block;
}
.gsjj_main4_2 span img{
	height: 25px;
	margin-right: 10px;
	position: relative;
	top: -1px;
}

.gsjj_main5{
	width: 100%;
	padding-bottom: 40px;
}
.gsjj_main5_1{
	width: 100%;
}
.gsjj_main5_1 ul{
	margin: -30px -40px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.gsjj_main5_1 ul li{
	width: 50%;
	padding: 30px 40px 0 0;
}
.gsjj_main5_1 ul li .item{
	width: 100%;
	background-color: #fff;
	border-radius: 15px;
  -webkit-box-shadow: 0px 0px 18px rgba(33, 24, 21, .11);
	-moz-box-shadow: 0px 0px 18px rgba(33, 24, 21, .11);
	box-shadow: 0px 0px 18px rgba(33, 24, 21, .11);
	overflow: hidden;
	display: flex;
	align-items: center;
}
.gsjj_main5_1 ul li .item .pic{
	width: 204px;
	height: 188px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gsjj_main5_1 ul li .item .pic img{
	width: 121px;
}
.gsjj_main5_1 ul li .item .text{
	width: calc(100% - 204px);
	padding: 10px 50px;
}
.gsjj_main5_1 ul li .item .title{
	font-size: 32px;
	color: #434343;
	width: 100%;
	padding-bottom: 6px;
	position: relative;
}
.gsjj_main5_1 ul li .item .title:before{
	content: "";
	width: 28px;
	height: 4px;
	background-color: #d7d7d7;
	border-radius: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.gsjj_main5_1 ul li .item .content{
	font-size: 24px;
	color: #8f8f8f;
	width: 100%;
	margin-top: 14px;
}
.gsjj_main5_1 ul li:nth-child(1) .item .pic{
	background-color: #8398ce;
}
.gsjj_main5_1 ul li:nth-child(2) .item .pic{
	background-color: #72c7a1;
}
.gsjj_main5_1 ul li:nth-child(3) .item .pic{
	background-color: #cb3034;
}
.gsjj_main5_1 ul li:nth-child(4) .item .pic{
	background-color: #c7a450;
}

.gsjj_main6{
	width: 100%;
	padding: 114px 0;
}
.gsjj_main6_1{
	width: 100%;
	padding-right: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.gsjj_main6_1 .item{
	text-align: center;
}
.gsjj_main6_1 .item1{
	font-size: 36px;
	color: #da323e;
	line-height: 46px;
}
.gsjj_main6_1 .item1 span{
	font-family: Arial;
	font-size: 60px;
	margin-right: 0px;
	display: inline-block;
	position: relative;
}
.gsjj_main6_1 .item1 span bdo.style1{
	visibility: hidden;
}
.gsjj_main6_1 .item1 span bdo.style2{
	position: absolute;
	top: 0px;
	left: 0px;
}
.gsjj_main6_1 .item2{
	font-size: 30px;
	color: #232222;
	margin-top: 30px;
}

/* 视频弹窗 */
.popup{
  display: none;
}
.popup.active{
  display: flex;
  align-items: center;
  opacity: 1;
  height: 100%;
  pointer-events: auto;
}
.popup .popup-backdrop{
  position: fixed;
  top:0;
  left: 0;
  z-index:999999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
}
.popup .popup-bd{
	width: 1200px;
	/* max-width: 90%; */
  position: fixed;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  z-index:999999;
  box-sizing: border-box;
}
.popup .popup-bd video{
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
}
.popup .popup-bd .btn-close{
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  transition: opacity .3s ease;
  opacity: .8;
  border: none;
  background: none;
  cursor: pointer;
  display: block;
  width: 25px;
  height: 25px;
}
.popup .popup-bd .btn-close:after{
  transform: rotate(-45deg);
  position: absolute;
  left: 13px;
  top: 0;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.popup .popup-bd .btn-close:before{
  transform: rotate(45deg);
  position: absolute;
  left: 13px;
  top: 0;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}

/* 产品与服务 */
.cpfw_main{
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}
.cpfw_main h2{
	width: 100%;
	margin: 0px;
}
.cpfw_main h2 p{
	font-size: 28px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.cpfw_main h2 p bdo.style1{
	line-height: 100%;
	padding-bottom: 8px;
	display: inline-block;
	position: relative;
}
.cpfw_main h2 p bdo.style1:before{
	content: "";
	width: 100%;
	height: 5px;
	background-color: #000;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.cpfw_main h2 span{
	font-size: 50px;
	color: #d60c18;
	width: 100%;
	line-height: 100%;
	margin-top: 26px;
	padding-left: 44px;
	display: block;
	position: relative;
}
.cpfw_main h2 span:before{
	content: "";
	width: 16px;
	height: 5px;
	background-color: #d60c18;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}
.cpfw_main h3{
	font-size: 0;
	width: 100%;
	margin: 0px;
}
.cpfw_main h3 span{
	font-size: 30px;
	color: #fff;
	min-width: 248px;
	max-width: 100%;
	line-height: 50px;
	text-align: center;
	padding: 0 60px 0 20px;
	background: url(../images/pic71.png) no-repeat right center;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cpfw_main h4{
	width: 100%;
	margin: 40px 0;
}
.cpfw_main h4 span{
	font-size: 28px;
	font-weight: bold;
	color: #000;
	line-height: 100%;
	padding-bottom: 30px;
	background: url(../images/pic74.png) no-repeat left bottom;
	background-size: 45px 10px;
	display: inline-block;
}
.cpfw_main h4 .more{
	margin-top: 4px;
	display: inline-block;
}
.cpfw_main h4 .more a{
	font-size: 14px;
	color: #161414;
	height: 50px;
	line-height: 48px;
	padding: 0 43px;
	border: 1px solid #8b8b8b;
	border-radius: 50px;
	display: inline-block;
}
.cpfw_main h4 .more a img{
	height: 20px;
	margin-left: 16px;
	position: relative;
	top: -1px;
}
.cpfw_main h4 .more a img.img1{
	display: inline-block;
}
.cpfw_main h4 .more a img.img2{
	display: none;
}
.cpfw_main h4 .more a:hover{
	color: #fff;
	background-color: #d80c18;
	border: 1px solid #d80c18;
	-webkit-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	-moz-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
}
.cpfw_main h4 .more a:hover img.img1{
	display: none;
}
.cpfw_main h4 .more a:hover img.img2{
	display: inline-block;
}

.cpfw_main1{
	width: 100%;
}
.cpfw_main1_1{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 36px;
	margin-top: 71px;
}
.cpfw_main1_1 .more{
	width:100%;
	margin-top: 30px;
}
.cpfw_main1_1 .more a{
	font-size: 14px;
	color: #161414;
	height: 50px;
	line-height: 48px;
	padding: 0 43px;
	border: 1px solid #8b8b8b;
	border-radius: 50px;
	display: inline-block;
}
.cpfw_main1_1 .more a img{
	height: 20px;
	margin-left: 16px;
	position: relative;
	top: -1px;
}
.cpfw_main1_1 .more a img.img1{
	display: inline-block;
}
.cpfw_main1_1 .more a img.img2{
	display: none;
}
.cpfw_main1_1 .more a:hover{
	color: #fff;
	background-color: #d80c18;
	border: 1px solid #d80c18;
	-webkit-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	-moz-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
}
.cpfw_main1_1 .more a:hover img.img1{
	display: none;
}
.cpfw_main1_1 .more a:hover img.img2{
	display: inline-block;
}
.cpfw_main1_2{
	width: 100%;
	margin-top: 96px;
}
.cpfw_main1_3{
	font-size: 28px;
	color: #000;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin-top: 16px;
}
.cpfw_main1_4{
	width: 100%;
}

.cpfw_main2{
	width: 100%;
	margin-top: 40px;
}
.cpfw_main2_1{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cpfw_main2_1 .pic{
	width: 50%;
	position: relative;
	overflow: hidden;
	order: 2;
}
.cpfw_main2_1 .pic img{
	width: 100%;
}
.cpfw_main2_1 .pic .icon{
	width: 100%;
	height: 100%;
	background: url(../images/pic72.png) no-repeat center;
	background-size: 116px;
	position: absolute;
	top: 0;
	left: 0;
}
.cpfw_main2_1 .text{
	font-size: 18px;
	color: #4f4f4f;
	width: 50%;
	line-height: 36px;
	padding-right: 30px;
	order: 1;
}

.cpfw_main3{
	width: 100%;
	margin-top: 40px;
}
.cpfw_main3_1{
	width: 100%;
	margin-top: 40px;
}
.swiper13 {
	width: 100%;
	padding-bottom: 55px;
}
.swiper13 .item{
	width: 100%;
	background-color: #fff;
}
.swiper13 .item .pic{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.swiper13 .item .pic img{
	width: 100%;
}
.swiper13 .item .pic .icon{
	width: 100%;
	height: 100%;
	background: url(../images/pic72.png) no-repeat center;
	background-size: 116px;
	position: absolute;
	top: 0;
	left: 0;
}
.swiper13 .item .text{
	width: 100%;
}
.swiper13 .item .text .title{
	font-size: 24px;
	color: #010101;
	width: 100%;
	margin: 14px 0 4px;
}
.swiper13 .item .text .content{
	font-size: 18px;
	color: #4f4f4f;
	width: 100%;
	line-height: 36px;
}
.swiper13 .swiper-button-next,
.swiper13 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	display: none;
}
.swiper13 .swiper-button-prev {
  background: url(../images/pic21.png) no-repeat center;
  left: 10px;
  right: auto;
}
.swiper13 .swiper-button-next {
  background: url(../images/pic22.png) no-repeat center;
  right: 10px;
  left: auto;
}
.swiper13 .swiper-button-prev:hover {
  background: url(../images/pic21h.png) no-repeat center;
}
.swiper13 .swiper-button-next:hover {
  background: url(../images/pic22h.png) no-repeat center;
}
.swiper13 .swiper-button-next:after,
.swiper13 .swiper-button-prev:after {
  content: "";
}
.swiper13 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 0px;
	left: 0;
}
.swiper13 .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  margin: 0 4px !important;
  display: inline-block;
  border-radius: 25px;
  background: #d9d9d9;
  opacity: 1;
}
.swiper13 .swiper-pagination-bullet-active {
	background: #c81b1e;
}

.cpfw_main4{
	width: 100%;
	margin-top: 40px;
}
.cpfw_main4_1{
	font-size: 18px;
	color: #4f4f4f;
	width: 100%;
	line-height: 36px;
	margin: 30px 0;
}
.cpfw_main4_2{
	width: 100%;
}
.swiper14 {
	width: 100%;
}
.swiper14 .item {
	width: 100%;
	display: block;
	overflow: hidden;
}
.swiper14 .item .pic {
	width: 100%;
	overflow: hidden;
}
.swiper14 .item .pic img {
	width: 100%;
}
.swiper14 .item .title {
	font-size: 18px;
	color: #181818;
	width: 100%;
	height: 90px;
	line-height: 30px;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.swiper14 .item:hover .title {
	color: #d80c18;
}
.swiper14 .swiper-button-next,
.swiper14 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper14 .swiper-button-prev {
  background: url(../images/pic21.png) no-repeat center;
  left: 10px;
  right: auto;
}
.swiper14 .swiper-button-next {
  background: url(../images/pic22.png) no-repeat center;
  right: 10px;
  left: auto;
}
.swiper14 .swiper-button-prev:hover {
  background: url(../images/pic21h.png) no-repeat center;
}
.swiper14 .swiper-button-next:hover {
  background: url(../images/pic22h.png) no-repeat center;
}
.swiper14 .swiper-button-next:after,
.swiper14 .swiper-button-prev:after {
  content: "";
}
.swiper14 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
	left: 0;
	display: none;
}
.swiper14 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 0 0 4px !important;
  display: inline-block;
  border-radius: 13px;
  background: #fff;
  opacity: 1;
}
.swiper14 .swiper-pagination-bullet-active {
	background: #d80c18;
}

.cpfw_main5{
	width: 100%;
	margin-top: 30px;
}
.cpfw_main5_1{
	font-size: 18px;
	color: #4f4f4f;
	width: 100%;
	line-height: 36px;
	margin: 30px 0;
}
.cpfw_main5_2{
	margin: -40px -40px 0 0;
}
.cpfw_main5_2 .nr{
	width: 50%;
	padding: 40px 40px 0 0;
}
.cpfw_main5_2 .nr:first-child .item .pic{
	border: 1px solid #d0d0d0;
}
.cpfw_main5_2 .item{
	width: 100%;
	background-color: #fff;
}
.cpfw_main5_2 .item .pic{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.cpfw_main5_2 .item .pic img{
	width: 100%;
}
.cpfw_main5_2 .item .pic .icon{
	width: 100%;
	height: 100%;
	background: url(../images/pic73.png) no-repeat center;
	background-size: 97px;
	position: absolute;
	top: 0;
	left: 0;
}
.cpfw_main5_2 .item .text{
	width: 100%;
}
.cpfw_main5_2 .item .text .title{
	font-size: 22px;
	color: #000;
	width: 100%;
	margin: 24px 0 8px;
}
.cpfw_main5_2 .item .text .content{
	font-size: 18px;
	color: #595959;
	width: 100%;
	line-height: 30px;
}
.swiper15 {
	width: 100%;
}
.swiper15 .swiper-button-next,
.swiper15 .swiper-button-prev {
  position: absolute;
  /* top: 50%; */
  width: 45px;
  height: 45px;
  margin-top: 0px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper15 .swiper-button-prev {
  background: url(../images/pic21.png) no-repeat center;
  left: 0px;
  right: auto;
}
.swiper15 .swiper-button-next {
  background: url(../images/pic22.png) no-repeat center;
  right: 0px;
  left: auto;
}
.swiper15 .swiper-button-prev:hover {
  background: url(../images/pic21h.png) no-repeat center;
}
.swiper15 .swiper-button-next:hover {
  background: url(../images/pic22h.png) no-repeat center;
}
.swiper15 .swiper-button-next:after,
.swiper15 .swiper-button-prev:after {
  content: "";
}
.swiper15 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
	left: 0;
	display: none;
}
.swiper15 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 0 0 4px !important;
  display: inline-block;
  border-radius: 13px;
  background: #fff;
  opacity: 1;
}
.swiper15 .swiper-pagination-bullet-active {
	background: #d80c18;
}

.cpfw_main6{
	width: 100%;
	margin-top: 34px;
}
.cpfw_main6 img {
  width: 100%;
  height: auto;
  display: block;
}

.cpfw_main7{
	width: 100%;
	padding: 40px 0;
}
.cpfw_main7_1{
	width: 100%;
	margin-top: 40px;
}
.cpfw_main7_2{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 30px;
	margin: 34px 0;
}
.cpfw_main7_3{
	margin: -40px -40px 0 0;
}
.cpfw_main7_3 .nr{
	width: 50%;
	padding: 40px 40px 0 0;
}
.cpfw_main7_3 .item{
	width: 100%;
	background-color: #fff;
}
.cpfw_main7_3 .item .pic{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.cpfw_main7_3 .item .pic img{
	width: 100%;
}
.cpfw_main7_3 .item .pic .icon{
	width: 100%;
	height: 100%;
	background: url(../images/pic73.png) no-repeat center;
	background-size: 97px;
	position: absolute;
	top: 0;
	left: 0;
}
.cpfw_main7_3 .item .text{
	width: 100%;
}
.cpfw_main7_3 .item .text .title{
	font-size: 20px;
	color: #000;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.cpfw_main8{
	width: 100%;
	position: relative;
}
.cpfw_main8 .pic{
	width: 100%;
}
.cpfw_main8 .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.cpfw_main8 .text{
	width: 100%;
	padding: 40px 0;
	position: absolute;
	top: 0;
	left: 0;
}
.cpfw_main8 .text .content{
	font-size: 18px;
	color: #fff;
	width: 100%;
	line-height: 30px;
	margin: 34px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.cpfw_main8 .text .more{
	width:100%;
}
.cpfw_main8 .text .more a{
	font-size: 14px;
	color: #fff;
	height: 50px;
	line-height: 48px;
	padding: 0 43px;
	border: 1px solid #fff;
	border-radius: 50px;
	display: inline-block;
}
.cpfw_main8 .text .more a img{
	height: 20px;
	margin-left: 16px;
	position: relative;
	top: -1px;
}
.cpfw_main8 .text .more a:hover{
	background-color: #d80c18;
	border: 1px solid #d80c18;
	-webkit-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	-moz-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
}

.cpfw_main9{
	width: 100%;
	margin-top: 40px;
}
.cpfw_main9_1{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 30px;
	margin: 34px 0 -6px;
}
.cpfw_main9_2{
	width: 100%;
}
.swiper16 {
	width: 100%;
}
.swiper16 .item {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper16 .pic {
	width: 100%;
}
.swiper16 .pic img {
	width: 100%;
}
.swiper16 .text {
	width: 100%;
	height: 100%;
	padding: 80px 58px;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
}
.swiper16 .text .title {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 100%;
}
.swiper16 .text .content {
	font-size: 18px;
	color: #fff;
	width: 826px;
	max-width: 100%;
	line-height: 36px;
	margin: 14px 0 30px;
}
.swiper16 .text .cksp {
	width: 100%;
}
.swiper16 .text .cksp a {
	font-size: 18px;
	color: #fff;
	height: 52px;
	line-height: 50px;
	padding: 0 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	display: inline-block;
}
.swiper16 .text .cksp a img {
	height: 25px;
	margin-left: 20px;
	position: relative;
	top: -1px;
}
.swiper16 .text .cksp a img.img1 {
	display: inline-block;
}
.swiper16 .text .cksp a img.img2 {
	display: none;
}
.swiper16 .text .cksp a:hover {
	color: #c81b1e;
	border-top: 1px solid #c81b1e;
	border-bottom: 1px solid #c81b1e;
}
.swiper16 .text .cksp a:hover img.img1 {
	display: none;
}
.swiper16 .text .cksp a:hover img.img2 {
	display: inline-block;
}
.swiper16 .swiper-button-next,
.swiper16 .swiper-button-prev {
  position: absolute;
  /* top: 50%; */
  width: 45px;
  height: 45px;
  margin-top: 0px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	display: none;
}
.swiper16 .swiper-button-prev {
  background: url(../images/pic21.png) no-repeat center;
  left: 0px;
  right: auto;
}
.swiper16 .swiper-button-next {
  background: url(../images/pic22.png) no-repeat center;
  right: 0px;
  left: auto;
}
.swiper16 .swiper-button-prev:hover {
  background: url(../images/pic21h.png) no-repeat center;
}
.swiper16 .swiper-button-next:hover {
  background: url(../images/pic22h.png) no-repeat center;
}
.swiper16 .swiper-button-next:after,
.swiper16 .swiper-button-prev:after {
  content: "";
}
.swiper16 .swiper-pagination {
  font-size: 0px;
  width: auto;
  bottom: 60px;
	left: 58px;
}
.swiper16 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 4px 0 0 !important;
  display: inline-block;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.swiper16 .swiper-pagination-bullet-active {
	background: #c81b1e;
}
.cpfw_main9_3{
	width: 100%;
	background-color: #d70c19;
}
.cpfw_main9_3 .pic{
	width: 66.67%;
	position: relative;
	overflow: hidden;
}
.cpfw_main9_3 .pic img{
	width: 100%;
}
.cpfw_main9_3 .pic .icon{
	width: 100%;
	height: 100%;
	background: url(../images/pic73.png) no-repeat center;
	background-size: 97px;
	position: absolute;
	top: 0;
	left: 0;
}
.cpfw_main9_3 .text{
	width: 33.33%;
	padding: 34px 26px;
}
.cpfw_main9_3 .text .content{
	font-size: 18px;
	color: #fff;
	width: 100%;
	line-height: 30px;
}
.cpfw_main9_4{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin: 40px 0;
}
.cpfw_main9_5{
	width: 100%;
}
.swiper17 {
	width: 100%;
}
.swiper17 .item {
	width: 100%;
	display: block;
	overflow: hidden;
}
.swiper17 .item .pic {
	width: 100%;
	overflow: hidden;
}
.swiper17 .item .pic img {
	width: 100%;
}
.swiper17 .item .title {
	font-size: 20px;
	color: #000;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin-top: 20px;
}
.swiper17 .item:hover .title {
	color: #d80c18;
}
.swiper17 .swiper-button-next,
.swiper17 .swiper-button-prev {
  position: absolute;
  /* top: 50%; */
  width: 45px;
  height: 45px;
  margin-top: 0px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper17 .swiper-button-prev {
  background: url(../images/pic21.png) no-repeat center;
  left: 10px;
  right: auto;
  top:40%;
}
.swiper17 .swiper-button-next {
  background: url(../images/pic22.png) no-repeat center;
  right: 10px;
  left: auto;
  top:40%;
}
.swiper17 .swiper-button-prev:hover {
  background: url(../images/pic21h.png) no-repeat center;
}
.swiper17 .swiper-button-next:hover {
  background: url(../images/pic22h.png) no-repeat center;
}
.swiper17 .swiper-button-next:after,
.swiper17 .swiper-button-prev:after {
  content: "";
}
.swiper17 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
	left: 0;
	display: none;
}
.swiper17 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 0 0 4px !important;
  display: inline-block;
  border-radius: 13px;
  background: #fff;
  opacity: 1;
}
.swiper17 .swiper-pagination-bullet-active {
	background: #d80c18;
}
.cpfw_main9_6{
	width: 100%;
}
.cpfw_main9_6 .content{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 30px;
	margin-top: 34px;
}
.cpfw_main9_6 .cksp{
	width: 100%;
	margin-top: 34px;
}
.cpfw_main9_6 .cksp a {
	font-size: 18px;
	color: #000;
	height: 52px;
	line-height: 50px;
	padding: 0 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	display: inline-block;
}
.cpfw_main9_6 .cksp a img {
	height: 25px;
	margin-left: 20px;
	position: relative;
	top: -1px;
}
.cpfw_main9_6 .cksp a:hover {
	color: #c81b1e;
	border-top: 1px solid #c81b1e;
	border-bottom: 1px solid #c81b1e;
}

.cpfw_main10{
	width: 100%;
	margin-top: 80px;
}
.cpfw_main10 .pic{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.cpfw_main10 .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.cpfw_main10 .pic .icon{
	width: 100%;
	height: 100%;
	background: url(../images/pic72.png) no-repeat center;
	background-size: 116px;
	position: absolute;
	top: 0;
	left: 0;
}

.cpfw_main11{
	width: 100%;
	padding-top: 80px;
}
.cpfw_main11_1{
	width: 100%;
	margin: 40px 0;
}
.cpfw_main11_1 .item1{
	width: 78.58%;
	overflow: hidden;
	position: relative;
}
.cpfw_main11_1 .item1 img{
	width: 100%;
}
.cpfw_main11_1 .item1 .icon{
	width: 100%;
	height: 100%;
	background: url(../images/pic72.png) no-repeat center;
	background-size: 116px;
	position: absolute;
	top: 0;
	left: 0;
}
.cpfw_main11_1 .item2{
	width: 18.08%;
	overflow: hidden;
}
.cpfw_main11_1 .item2 img{
	width: 100%;
}
.cpfw_main11_1 .item3{
	width: 100%;
	overflow: hidden;
}
.cpfw_main11_1 .item3 img{
	width: 100%;
}
.cpfw_main11_1 .item3 .icon{
	width: 100%;
	height: 100%;
	background: url(../images/pic72.png) no-repeat center;
	background-size: 116px;
	position: absolute;
	top: 0;
	left: 0;
}
.cpfw_main11_2{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 30px;
	margin: 34px 0;
}
.cpfw_main11_2 .more{
	width:100%;
	margin-top: 30px;
}
.cpfw_main11_2 .more a{
	font-size: 14px;
	color: #161414;
	height: 50px;
	line-height: 48px;
	padding: 0 43px;
	border: 1px solid #8b8b8b;
	border-radius: 50px;
	display: inline-block;
}
.cpfw_main11_2 .more a img{
	height: 20px;
	margin-left: 16px;
	position: relative;
	top: -1px;
}
.cpfw_main11_2 .more a img.img1{
	display: inline-block;
}
.cpfw_main11_2 .more a img.img2{
	display: none;
}
.cpfw_main11_2 .more a:hover{
	color: #fff;
	background-color: #d80c18;
	border: 1px solid #d80c18;
	-webkit-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	-moz-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
}
.cpfw_main11_2 .more a:hover img.img1{
	display: none;
}
.cpfw_main11_2 .more a:hover img.img2{
	display: inline-block;
}
.cpfw_main11_3{
	width: 100%;
	padding: 60px 0 80px;
	background: url(../images/img87.jpg) no-repeat center bottom;
	background-size: cover;
}
.cpfw_main11_3 .pic{
	width: 48.54%;
	padding: 0 0 30px 30px;
	position: relative;
}
.cpfw_main11_3 .pic:before{
	content: "";
	background-color: #e61a0f;
	position: absolute;
	top: 30px;
	right: 0;
	bottom: 0;
	left: 0;
}
.cpfw_main11_3 .pic_nr{
	width: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.cpfw_main11_3 .pic_nr img{
	width: 100%;
}
.cpfw_main11_3 .text{
	width: 51.46%;
	padding-right: 40px;
}
.cpfw_main11_3 .text .title{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	width: 100%;
	margin-top: 60px;
}
.cpfw_main11_3 .text .content{
	font-size: 18px;
	color: #545252;
	width: 100%;
	line-height: 30px;
	margin: 34px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.cpfw_main11_3 .text .more{
	width:100%;
}
.cpfw_main11_3 .text .more a{
	font-size: 14px;
	color: #161414;
	height: 50px;
	line-height: 48px;
	padding: 0 43px;
	border: 1px solid #8b8b8b;
	border-radius: 50px;
	display: inline-block;
}
.cpfw_main11_3 .text .more a img{
	height: 20px;
	margin-left: 16px;
	position: relative;
	top: -1px;
}
.cpfw_main11_3 .text .more a img.img1{
	display: inline-block;
}
.cpfw_main11_3 .text .more a img.img2{
	display: none;
}
.cpfw_main11_3 .text .more a:hover{
	color: #fff;
	background-color: #d80c18;
	border: 1px solid #d80c18;
	-webkit-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	-moz-box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
	box-shadow: 5px 5px 16px rgba(0, 0, 0, .32);
}
.cpfw_main11_3 .text .more a:hover img.img1{
	display: none;
}
.cpfw_main11_3 .text .more a:hover img.img2{
	display: inline-block;
}

.cpfw_main12{
	width: 100%;
	margin-top: 40px;
}
.cpfw_main12 .item{
	width: 100%;
	padding: 40px;
	background-color: #f7f7f7;
}
.cpfw_main12 .item_l{
	width: 43.57%;
}
.cpfw_main12 .item_l .content{
	font-size: 18px;
	color: #4f4f4f;
	width: 100%;
	line-height: 30px;
	margin-top: 24px;
}
.cpfw_main12 .item_r{
	width: 42.32%;
}
.cpfw_main12 .item_r .nr{
	width: 50%;
	padding-left: 40px;
}
.cpfw_main12 .item_r .nrk{
	width: 100%;
	text-align: center;
}
.cpfw_main12 .item_r .nrk p{
	width: 100%;
	padding: 14px;
	background: url(../images/pic76.png) no-repeat center;
	background-size: cover;
}
.cpfw_main12 .item_r .nrk p img{
	width: 100%;
}
.cpfw_main12 .item_r .nrk span{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 100%;
	margin-top: 30px;
	display: block;
}

.cpfw_main13{
	width: 100%;
	margin-top: 50px;
	padding: 104px 0;
	background: url(../images/img95.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.cpfw_main13_1{
	width: 100%;
	position: relative;
}
.cpfw_main13_1 .pic{
	width: 100%;
}
.cpfw_main13_1 .pic img{
	width: 14.14%;
	margin-left: 39.79%;
}
.cpfw_main13_1 .nr{
	width: 42.36%;
	position: absolute;
}
.cpfw_main13_1 .nr.style1{
	top: 8.84%;
	left: 0;
}
.cpfw_main13_1 .nr.style2{
	top: 8.84%;
	left: 54%;
}
.cpfw_main13_1 .nr.style3{
	top: 28.91%;
	left: 0;
}
.cpfw_main13_1 .nr.style4{
	top: 28.91%;
	left: 54%;
}
.cpfw_main13_1 .nr.style5{
	top: 48.98%;
	left: 0;
}
.cpfw_main13_1 .nr.style6{
	top: 48.98%;
	left: 54%;
}
.cpfw_main13_1 .nr.style7{
	top: 68.88%;
	left: 0;
}
.cpfw_main13_1 .nr.style8{
	top: 68.88%;
	left: 54%;
}
.cpfw_main13_1 .nr.style9{
	top: 88.95%;
	left: 0;
}
.cpfw_main13_1 .nr.style9 .nr1{
	padding-right: 48px;
}
.cpfw_main13_1 .nr.style10{
	top: 88.95%;
	left: 54%;
}
.cpfw_main13_1 .nr.style10 .nr1{
	padding-left: 6px;
}
.cpfw_main13_1 .nr .nr1{
	font-size: 20px;
	color: #242322;
	line-height: 52px;
	display: inline-block;
	float: right;
	cursor: pointer;
}
.cpfw_main13_1 .nr .nr1 img{
	height: 52px;
	margin-left: 16px;
	float: right;
}
.cpfw_main13_1 .nr .nr2{
	font-size: 16px;
	color: #242322;
	line-height: 30px;
	margin-top: -26px;
	padding: 14px 12px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(165, 165, 165, 0.8);
	float: left;
	border-radius: 10px;
	position: relative;
	z-index: 3;
	opacity: 0;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.cpfw_main13_1 .nr .nr2:before{
	content: "";
	width: 13px;
	height: 19px;
	background: url(../images/pic124.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 42px;
	right: -13px;
}
.cpfw_main13_1 .nr .nr2_nr{
	width: 100%;
	/* max-height: 180px; */
	overflow: hidden;
	overflow-y: auto;
}
.cpfw_main13_1 .nr .nr2_nr *{
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
	transition:all 0s ease;
}
.cpfw_main13_1 .mCSB_inside > .mCSB_container{
  margin-right: 10px;
}
.cpfw_main13_1 .mCSB_scrollTools{
  width: 2px;
  opacity: 1;
}
.cpfw_main13_1 .mCSB_scrollTools .mCSB_draggerRail{
  width: 2px;
  background-color: #eee;
  border-radius: 0px;
}
.cpfw_main13_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  width: 2px;
  background-color: #d70c19 !important;
  border-radius: 0px;
}
.cpfw_main13_1 .nr.on{
}
.cpfw_main13_1 .nr.on .nr1{
	color: #d70c19;
}
.cpfw_main13_1 .nr.on .nr2{
	opacity: 1;
}
.cpfw_main13_1 .nr.odd .nr1{
	float: left;
}
.cpfw_main13_1 .nr.odd .nr1 img{
	margin-left: 0px;
	margin-right: 16px;
	float: left;
}
.cpfw_main13_1 .nr.odd .nr2{
	float: right;
}
.cpfw_main13_1 .nr.odd .nr2:before{
	background: url(../images/pic125.png) no-repeat center;
	background-size: cover;
	right: auto;
	left: -13px;
}
.cpfw_main13_2{
	width: 100%;
	margin-top: 20px;
}
.cpfw_main13_2 .item{
	font-size: 14px;
	color: #242322;
	width: 100%;
	line-height: 22px;
	padding: 10px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(165, 165, 165, 0.8);
	border-radius: 10px;
	display: none;
}
.cpfw_main13_2 .item:first-child{
	display: block;
}

.cpfw_main14{
	width: 100%;
	margin-top: 40px;
	padding: 40px 0;
	background-color: #f6fbfe;
}
.cpfw_main14 h4{
	margin-top: 0px !important;
}
.cpfw_main14_1{
	width: 100%;
}
.cpfw_main14_1 .tabtwo{
  font-size:0px;
	margin: -40px -40px 0 0;
  text-align:left;
  white-space:nowrap;
  overflow: hidden;
	overflow-x: auto;
	/* display: flex; */
}
.cpfw_main14_1 .tabtwo1{
	width: 25%;
	padding: 40px 40px 0 0;
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.cpfw_main14_1 .tabtwo1 a{
	width: 100%;
}
.cpfw_main14_1 .tabtwo1 .item{
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 66px 20px 40px;
	border-radius: 6px;
	overflow: hidden;
	white-space: initial;
}
.cpfw_main14_1 .tabtwo1 .item .pic{
	width: 100%;
}
.cpfw_main14_1 .tabtwo1 .item .pic img{
	height: 53px;
}
.cpfw_main14_1 .tabtwo1 .item .pic img.img1{
	display: inline-block;
}
.cpfw_main14_1 .tabtwo1 .item .pic img.img2{
	display: none;
}
.cpfw_main14_1 .tabtwo1 .item .title{
	font-size: 26px;
	color: #000;
	width: 100%;
	margin: 14px 0;
}
.cpfw_main14_1 .tabtwo1 .item .content{
	font-size: 18px;
	color: #7c7c7c;
	width: 100%;
}
.cpfw_main14_1 .tabtwo1 .item .content span.style1{
	font-size: 36px;
	line-height: 100%;
}
.cpfw_main14_1 .tabtwo1:hover .item{
	background-color: #c81b1e;
}
.cpfw_main14_1 .tabtwo1:hover .item .pic img.img1{
	display: none;
}
.cpfw_main14_1 .tabtwo1:hover .item .pic img.img2{
	display: inline-block;
}
.cpfw_main14_1 .tabtwo1:hover .item .title{
	color: #fff;
}
.cpfw_main14_1 .tabtwo1:hover .item .content{
	color: #fff;
}
.cpfw_main14_1 .tabtwo1.on .item{
	background-color: #c81b1e;
}
.cpfw_main14_1 .tabtwo1.on .item .pic img.img1{
	display: none;
}
.cpfw_main14_1 .tabtwo1.on .item .pic img.img2{
	display: inline-block;
}
.cpfw_main14_1 .tabtwo1.on .item .title{
	color: #fff;
}
.cpfw_main14_1 .tabtwo1.on .item .content{
	color: #fff;
}
.cpfw_main14_1 .tabtwo_nr {
	width:100%;
  position: relative;
}
.cpfw_main14_1 .tabtwo_nr1{
	width:100%;
	display: none;
}
.cpfw_main14_1 .tabtwo_nr1 .item{
	margin-top: 40px;
	padding: 30px 0;
	background-color: #fff;
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, .05);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, .05);
	border-radius: 6px;
	display: inline-block;
	overflow: hidden;
}
.cpfw_main14_1 .tabtwo_nr1 .item_nr{
	min-width:224px;
	max-width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -1px;
	padding: 0 20px;
	border-left: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.cpfw_main14_1 .tabtwo_nr1 .item_nr .pic{
	margin-right: 20px;
	flex-shrink:0;
}
.cpfw_main14_1 .tabtwo_nr1 .item_nr .pic img{
	width: 48px;
}
.cpfw_main14_1 .tabtwo_nr1 .item_nr .title{
	font-size: 20px;
	color: #1b1919;
}

.cpfw_main15{
	width: 100%;
	padding: 40px 0;
}
.cpfw_main15_1{
	width: 100%;
	margin: 50px 0 100px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cpfw_main15_1 .pic{
	width: 62%;
	order: 2;
}
.cpfw_main15_1 .pic img{
	width: 100%;
}
.cpfw_main15_1 .text{
	width: 38%;
	padding-right: 40px;
	order: 1;
}
.cpfw_main15_1 .text h4{
	margin: 0 !important;
}
.cpfw_main15_1 .text .content{
	font-size: 18px;
	color: #000;
	width: 306px;
	max-width: 100%;
	line-height: 36px;
	margin-top: 30px;
}
.cpfw_main15_2{
	width: 100%;
}
.swiper18 {
	width: 558px;
	max-width: 100%;
	overflow: initial;
}
.swiper18 .item {
	width: 100%;
	margin-top: 60px;
	display: block;
	background-color: #fff;
  -webkit-box-shadow: 5px 5px 29px rgba(0, 0, 0, .11);
	-moz-box-shadow: 5px 5px 29px rgba(0, 0, 0, .11);
	box-shadow: 5px 5px 29px rgba(0, 0, 0, .11);
	overflow: hidden;
}
.swiper18 .swiper-slide.swiper-slide-active .item {
	margin-top: 0px;
}
.swiper18 .item .pic{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.swiper18 .item .pic img{
	width: 100%;
}
.swiper18 .item .pic .icon{
	width: 100%;
	height: 100%;
	background: url(../images/pic72.png) no-repeat center;
	background-size: 116px;
	position: absolute;
	top: 0;
	left: 0;
}
.swiper18 .item .text {
	width: 100%;
	padding: 30px;
}
.swiper18 .item .text .title {
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper18 .item .text .title a {
	color: #000;
}
.swiper18 .item .text .title a:hover {
	color: #d70c19;
}
.swiper18 .item .text .content {
	font-size: 18px;
	color: #5f5f5f;
	width: 100%;
	height: 60px;
	line-height: 30px;
	margin: 14px 0 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper18 .item .text .more {
	font-size: 18px;
	color: #d70c19;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper18 .item .text .more a {
	color: #d70c19;
}
.swiper18 .item .text .more a:hover {
	text-decoration: underline;
}
.swiper18 .swiper-button-next,
.swiper18 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 69px;
  height: 69px;
  margin-top: -34.5px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper18 .swiper-button-prev {
  background: url(../images/pic87.png) no-repeat center;
  left: -99px;
  right: auto;
}
.swiper18 .swiper-button-next {
  background: url(../images/pic88.png) no-repeat center;
  right: -99px;
  left: auto;
}
.swiper18 .swiper-button-prev:hover {
  background: url(../images/pic87.png) no-repeat center;
}
.swiper18 .swiper-button-next:hover {
  background: url(../images/pic88.png) no-repeat center;
}
.swiper18 .swiper-button-next:after,
.swiper18 .swiper-button-prev:after {
  content: "";
}
.swiper18 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
	left: 0;
	display: none;
}
.swiper18 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 0 0 4px !important;
  display: inline-block;
  border-radius: 13px;
  background: #fff;
  opacity: 1;
}
.swiper18 .swiper-pagination-bullet-active {
	background: #d80c18;
}

.cpfw_main16{
	width: 100%;
	padding: 40px 0;
	background: url(../images/img98.jpg) no-repeat center bottom;
	background-size: cover;
}
.cpfw_main16 h4{
	margin-top: 0px !important;
}
.cpfw_main16_1{
	width: 100%;
}
.cpfw_main16_1 ul{
	width: 100%;
}
.cpfw_main16_1 ul li{
	width: 33.33%;
}
.cpfw_main16_1 ul li .item{
	width: 100%;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.cpfw_main16_1 ul li .item1{
	width: 100%;
	padding: 50px 20px;
}
.cpfw_main16_1 ul li .item1 .pic{
	width: 100%;
}
.cpfw_main16_1 ul li .item1 .pic img{
	height: 62px;
}
.cpfw_main16_1 ul li .item1 .title{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cpfw_main16_1 ul li .item2{
	width: 100%;
	padding: 40px 20px;
	background-color: #c81b1e;
	background-image: linear-gradient(#ed3c40, #770d0e);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.cpfw_main16_1 ul li .item2 .title{
	font-size: 24px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cpfw_main16_1 ul li .item2 .content{
	font-size: 18px;
	color: #fff;
	width: 100%;
	height: 90px;
	line-height: 30px;
	margin-top: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.cpfw_main16_1 ul li .item:hover{
	-webkit-box-shadow: 20px 20px 13px rgba(28, 29, 29, .13);
	-moz-box-shadow: 20px 20px 13px rgba(28, 29, 29, .13);
	box-shadow: 20px 20px 13px rgba(28, 29, 29, .13);
}
.cpfw_main16_1 ul li .item:hover .item2{
	opacity: 1;
}

.cpfw_main17{
	width: 100%;
}
.cpfw_main17_1{
	width: 100%;
}
.cpfw_main17_1 ul{
	margin: -11px -11px 0 0;
}
.cpfw_main17_1 ul li{
	width: 25%;
	padding: 11px 11px 0 0;
}
.cpfw_main17_1 ul li .item{
	width: 100%;
	text-align: center;
	padding: 24px 20px 28px;
	background-color: #fbfbfb;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.cpfw_main17_1 ul li .item .pic{
	width: 100%;
	position: relative;
}
.cpfw_main17_1 ul li .item .pic img{
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.cpfw_main17_1 ul li .item .pic .img1{
	height: 45px;
	display: inline-block;
}
.cpfw_main17_1 ul li .item .pic .img2{
	height: 45px;
	display: none;
}
.cpfw_main17_1 ul li .item .pic .img3{
	height: 36px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cpfw_main17_1 ul li .item .pic .img4{
	height: 36px;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cpfw_main17_1 ul li .item .title{
	font-size: 20px;
	color: #000;
	width: 100%;
	line-height: 100%;
	margin-top: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cpfw_main17_1 ul li .item:hover{
	background-color: #c81b1e;
	-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 16px rgba(0, 0, 0, .25);
}
.cpfw_main17_1 ul li .item:hover .pic .img1{
	display: none;
}
.cpfw_main17_1 ul li .item:hover .pic .img2{
	display: inline-block;
}
.cpfw_main17_1 ul li .item:hover .pic .img3{
	display: none;
}
.cpfw_main17_1 ul li .item:hover .pic .img4{
	display: inline-block;
}
.cpfw_main17_1 ul li .item:hover .title{
	color: #fff;
}

.cpfw_main18{
	width: 100%;
	margin-top: 40px;
}
.cpfw_main18_1{
	width: 100%;
}
.cpfw_main18_1 ul{
	margin: -28px -28px 0 0;
}
.cpfw_main18_1 ul li{
	width: 33.33%;
	padding: 28px 28px 0 0;
}
.cpfw_main18_1 ul li .item{
	width: 100%;
	position: relative;
	display: block;
}
.cpfw_main18_1 ul li .item .pic{
	width: 100%;
	overflow: hidden;
}
.cpfw_main18_1 ul li .item .pic img{
	width: 100%;
}
.cpfw_main18_1 ul li .item .title{
	font-size: 24px;
	color: #fff;
	width: 100%;
	line-height: 50px;
	text-align: center;
	padding: 0 60px;
	background: url(../images/pic71.png) no-repeat right center;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 专题 */
.zt_main{
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}
.zt_main h2{
	width: 100%;
	margin: 0px;
	padding: 80px 0 40px;
	position: relative;
}
.zt_main h2 span {
	font-size: 30px;
	color: #ac2317;
	min-width: 195px;
	height: 35px;
	line-height: 100%;
	padding-left: 24px;
	background: url(../images/pic140.png) no-repeat left bottom;
}
.zt_main h2 a {
	font-size: 16px;
	color: #7e120f;
	line-height: 35px;
	text-decoration: underline;
	display: inline-block;
}
.zt_main h2 a:hover {
	color: #c62e2a;
}
.zt_main h2 .maodian{
	position: absolute;
	top: -60px;
	left: 0;
}
.zt_main h3{
	width: 100%;
	margin: 0px;
	padding: 80px 0 40px;
	position: relative;
}
.zt_main h3 span {
	font-size: 30px;
	color: #fff;
	min-width: 185px;
	max-width: 100%;
	line-height: 44px;
	text-align: center;
	padding: 0 52px 0 12px;
	background: url(../images/pic154.png) no-repeat right center;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zt_main h3 a {
	font-size: 16px;
	color: #7e120f;
	line-height: 44px;
	text-decoration: underline;
	display: inline-block;
}
.zt_main h3 a:hover {
	color: #c62e2a;
}
.zt_main h3 .maodian{
	position: absolute;
	top: -60px;
	left: 0;
}

.zt_main1{
	font-size: 0px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
}
.zt_main1 a{
	font-size: 28px;
	font-weight: bold;
	color: #c62e2a;
	line-height: 40px;
	margin: 0 10px;
	padding: 0 26px;
	border: 2px solid #c22d29;
	border-radius: 40px;
	display: inline-block;
}
.zt_main1 a:hover{
	color: #fff;
	background-color: #c62e2a;
}

.zt_main2{
	width: 100%;
}
.zt_main2 .title{
	width: 100%;
}
.zt_main2 .title a{
	font-size: 34px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 100%;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zt_main2 .title a:hover{
	color: #c62e2a;
}
.zt_main2 .item{
	width: 100%;
	margin-top: 40px;
}
.zt_main2 .item_r{
	width: 50%;
}
.zt_main2 .item_r .pic{
	width: 100%;
	overflow: hidden;
}
.zt_main2 .item_r .pic img{
	width: 100%;
}
.zt_main2 .item_l{
	width: 50%;
	padding-right: 40px;
}
.zt_main2 .item_l .list{
	width: 100%;
	padding: 10px 0 16px;
}
.zt_main2 .item_l .list ul{
	width: 100%;
}
.zt_main2 .item_l .list ul li{
	width: 100%;
	margin-top: 8px;
}
.zt_main2 .item_l .list ul li a{
	font-size: 18px;
	color: #030000;
	width: 100%;
	line-height: 48px;
	padding-left: 31px;
	background: url(../images/pic141.png) no-repeat left 15px;
	background-size: 21px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.zt_main2 .item_l .list.icon2 ul li a{
	background: url(../images/pic153.png) no-repeat left 15px;
	background-size: 21px;
}
.zt_main2 .item_l .list ul li a:hover{
	color: #c62e2a;
}
.zt_main2 .item_l .more{
	width: 100%;
}
.zt_main2 .item_l .more a{
	font-size: 16px;
	color: #fff;
	width: 145px;
	max-width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #c62e2a;
	border-radius: 10px;
	display: inline-block;
}
.zt_main2 .item_l .more a:hover{
	text-decoration: underline;
}

.zt_main3{
	width: 100%;
}
.zt_main3 ul{
	width: 100%;
}
.zt_main3 ul li{
	width: 100%;
	margin-top: 30px;
}
.zt_main3 ul li:first-child{
	margin-top: 0px;
}
.zt_main3 ul li .item{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.zt_main3 ul li .item .pic{
	width: 37.416%;
	overflow: hidden;
	order: 1;
}
.zt_main3 ul li .item .pic img{
	width: 100%;
}
.zt_main3 ul li .item .text{
	width: 62.584%;
	padding: 36px 30px;
	background-color: #f8eae4;
	order: 2;
}
.zt_main3 ul li .item .text .title{
	font-size: 20px;
	font-weight: bold;
	color: #030000;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zt_main3 ul li .item .text .content{
	font-size: 16px;
	color: #5c5959;
	width: 100%;
	height: 90px;
	line-height: 30px;
	text-indent: 2em;
	margin-top: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.zt_main3 ul li:nth-child(2n) .item .pic{
	order: 2;
}
.zt_main3 ul li:nth-child(2n) .item .text{
	order: 1;
}
.zt_main3 ul li .item:hover .text .title{
	color: #c62e2a;
}

.zt_main4{
	width: 100%;
	margin-bottom: 40px;
	padding: 48px 82px;
	background: url(../images/pic142.png) no-repeat center;
	background-size: 100% 100%;
}
.zt_main4 ul{
	width: 100%;
}
.zt_main4 ul li{
	width: 100%;
}
.zt_main4 ul li a{
	font-size: 22px;
	color: #1b1919;
	width: 100%;
	line-height: 50px;
	padding-left: 31px;
	background: url(../images/pic143.png) no-repeat left 13px;
	background-size: 24px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zt_main4 ul li a:hover{
	color: #c62e2a;
}

.zt_main5{
	margin: -5px;
}
.zt_main5 .item{
	width: 50%;
}
.zt_main5 .item_nr{
	width: 50%;
	padding: 5px;
}
.zt_main5 .item_nr .pic{
	width: 100%;
	overflow: hidden;
}
.zt_main5 .item_nr .pic img{
	width: 100%;
}
.zt_main5 .item:nth-child(1) .item_nr:nth-child(3){
	width: 100%;
}
.zt_main5 .item:nth-child(2) .item_nr:nth-child(1){
	width: 100%;
}

.zt_main6{
	width: 100%;
}
.swiper19 {
	width: 100%;
}
.swiper19 .item {
	width: 100%;
	background-color: #fff;
	display: block;
}
.swiper19 .pic {
	width: 51%;
	overflow: hidden;
}
.swiper19 .pic img {
	width: 100%;
}
.swiper19 .text {
	width: 49%;
	padding: 26px 30px;
}
.swiper19 .text .title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper19 .text .content {
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 30px;
	margin: 14px 0 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper19 .text .more {
	font-size: 18px;
	color: #5d5d5d;
	width: 100%;
	line-height: 100%;
}
.swiper19 .item:hover .text .title {
	color: #c62e2a;
}
.swiper19 .swiper-button-next,
.swiper19 .swiper-button-prev {
  position: absolute;
  /* top: 50%; */
  width: 45px;
  height: 45px;
  margin-top: 0px;
	z-index: 10;
	background-size: cover !important;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	display: none;
}
.swiper19 .swiper-button-prev {
  background: url(../images/pic21.png) no-repeat center;
  left: 0px;
  right: auto;
}
.swiper19 .swiper-button-next {
  background: url(../images/pic22.png) no-repeat center;
  right: 0px;
  left: auto;
}
.swiper19 .swiper-button-prev:hover {
  background: url(../images/pic21h.png) no-repeat center;
}
.swiper19 .swiper-button-next:hover {
  background: url(../images/pic22h.png) no-repeat center;
}
.swiper19 .swiper-button-next:after,
.swiper19 .swiper-button-prev:after {
  content: "";
}
.swiper19 .swiper-pagination {
  font-size: 0px;
	width: auto;
	text-align: right;
  bottom: 50px;
	right: 53.4%;
}
.swiper19 .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 0 0 10px !important;
  display: inline-block;
  border-radius: 18px;
	background: #fff;
	border: 2px solid #dbdbdb;
  opacity: 1;
}
.swiper19 .swiper-pagination-bullet-active {
	background: #c62e2a;
	border: 2px solid #c62e2a;
}

.zt_main7{
	width: 100%;
	margin-top: 26px;
}
.zt_main7 ul{
	width: 100%;
}
.zt_main7 ul li{
	width: 100%;
}
.zt_main7 ul li a{
	font-size: 22px;
	color: #1b1919;
	width: 100%;
	line-height: 50px;
	padding-left: 31px;
	background: url(../images/pic143.png) no-repeat left 13px;
	background-size: 24px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zt_main7.icon2 ul li a{
	background: url(../images/pic153.png) no-repeat left 13px;
	background-size: 24px;
}
.zt_main7 ul li a:hover{
	color: #c62e2a;
}

/* 专题2 */
.zt2_main{
	width: 100%;
	padding: 0px 0 210px;
	overflow: hidden;
}
.zt2_main h2{
	width: 100%;
	margin: 0px;
	padding: 100px 0 40px;
	position: relative;
	overflow: hidden;
}
.zt2_main h2 span {
	font-size: 30px;
	font-weight: bold;
	color: #a52e2b;
	height: 65px;
	line-height: 65px;
	padding-left: 20px;
	background: url(../images/pic160.png) no-repeat left center;
	background-size: auto 65px;
}
.zt2_main h2 a {
	font-size: 16px;
	color: #7e120f;
	line-height: 65px;
	text-decoration: underline;
	display: inline-block;
}
.zt2_main h2 a:hover {
	color: #c62e2a;
}
.zt2_main h2 .maodian{
	position: absolute;
	top: -40px;
	left: 0;
}

.zt2_main1{
	width: 100%;
	background: url(../images/pic161.png) repeat-x center;
}
.zt2_main1_nr{
	font-size: 0px;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
}
.zt2_main1_nr a{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	line-height: 34px;
	padding: 0 38px;
	border-left: 2px solid #fff;
	display: inline-block;
}
.zt2_main1_nr a:first-child{
	border-left: 0;
}
.zt2_main1_nr a:hover{
	text-decoration: underline;
}

.zt2_main2{
	width: 100%;
}
.zt2_main2 .item{
	width: 100%;
	display: flex;
	/* align-items: center; */
	flex-wrap: wrap;
}
.zt2_main2 .item_r{
	width: 60.25%;
}
.zt2_main2 .item_r .pic{
	width: 100%;
	overflow: hidden;
}
.zt2_main2 .item_r .pic img{
	width: 100%;
}
.zt2_main2 .item_l{
	width: 39.75%;
	padding-left: 28px;
}
.zt2_main2 .item_l .list{
	width: 100%;
}
.zt2_main2 .item_l .list ul{
	width: 100%;
}
.zt2_main2 .item_l .list ul li{
	width: 100%;
}
.zt2_main2 .item_l .list ul li a{
	font-size: 18px;
	color: #090305;
	width: 100%;
	line-height: 44px;
	padding-left: 34px;
	background: url(../images/pic162.png) no-repeat left 15px;
	background-size: 18px auto;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zt2_main2 .item_l .list ul li a:hover{
	color: #a93427;
}

.zt2_main3{
	width: 100%;
}
.zt2_main3 ul{
	margin: -37px -37px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.zt2_main3 ul li{
	width: 33.33%;
	padding: 37px 37px 0 0;
}
.zt2_main3 ul li .item{
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.zt2_main3 ul li .item .pic{
	width: 100%;
	overflow: hidden;
}
.zt2_main3 ul li .item .pic img{
	width: 100%;
}
.zt2_main3 ul li .item .text{
	width: 100%;
	padding: 34px 28px 50px;
}
.zt2_main3 ul li .item .text .title{
	width: 100%;
	padding: 8px 0 14px;
	position: relative;
}
.zt2_main3 ul li .item .text .title_nr{
	font-size: 20px;
	color: #000;
	width: 100%;
	height: 72px;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.zt2_main3 ul li .item .text .title:before{
	content: "";
	width: 36px;
	height: 2px;
	background-color: #a62f2c;
	position: absolute;
	bottom: 0;
	left: 0;
}
.zt2_main3 ul li .item .text .content{
	padding: 12px 0 8px;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.zt2_main3 ul li .item .text .content_nr{
	font-size: 16px;
	color: #616161;
	width: 100%;
	height: 150px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
/* .zt2_main3 ul li .item:hover .pic{
	display: block;
} */
/* .zt2_main3 ul li .item:hover .text{
	padding-top: 0px;
} */
.zt2_main3 ul li .item:hover .text .title_nr{
	color: #a62f2c;
}
/* .zt2_main3 ul li .item:hover .text .content{
	display: none;
} */

.zt2_main4{
	width: 100%;
}
.zt2_main4 ul{
	margin: -40px -40px 0 0;
}
.zt2_main4 ul li{
	width: 50%;
	padding: 40px 40px 0 0;
}
.zt2_main4 ul li .item{
	width: 100%;
	position: relative;
}
.zt2_main4 ul li .item .pic{
	width: 100%;
	overflow: hidden;
}
.zt2_main4 ul li .item .pic img{
	width: 100%;
}
.zt2_main4 ul li .item .title{
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	padding: 0 15px;
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zt2_main5{
	width: 100%;
}
.zt2_main5 ul{
	width: 100%;
}
.zt2_main5 ul li{
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.zt2_main5 ul li:first-child{
	padding-top: 0;
}
.zt2_main5 ul li:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}
.zt2_main5 ul li .item{
	width: 100%;
}
.zt2_main5 ul li .item .date{
	width: 140px;
	text-align: center;
	padding: 26px 0;
	background-color: #a62f2c;
}
.zt2_main5 ul li .item .date p{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 100%;
}
.zt2_main5 ul li .item .date span{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 100%;
	margin-top: 18px;
	display: block;
}
.zt2_main5 ul li .item .text{
	margin-left: 170px;
	padding-top: 20px;
	display: block;
}
.zt2_main5 ul li .item .title{
	font-size: 20px;
	font-weight: bold;
	color: #090305;
	width: 100%;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zt2_main5 ul li .item .content{
	font-size: 16px;
	color: #4c4b4b;
	width: 100%;
	line-height: 30px;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.zt2_main5 ul li .item:hover .title{
	color: #a62f2c;
}

.zt2_main6{
	width: 100%;
}
.zt2_main6 ul{
	margin: -0px -40px 0 0;
}
.zt2_main6 ul li{
	width: 50%;
	padding: 0px 40px 0 0;
}
.zt2_main6 ul li a{
	font-size: 18px;
	color: #090305;
	width: 100%;
	line-height: 44px;
	padding-left: 32px;
	background: url(../images/pic170.png) no-repeat left center;
	background-size: 12px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zt2_main6 ul li a:hover{
	color: #a93427;
}

.zt2_main7{
	width: 100%;
}
.zt2_main7 ul{
	margin: -10px -10px 0 0;
}
.zt2_main7 ul li{
	width: 33.33%;
	padding: 10px 10px 0 0;
}
.zt2_main7 ul li .item{
	width: 100%;
}
.zt2_main7 ul li .item .pic{
	width: 100%;
	overflow: hidden;
}
.zt2_main7 ul li .item .pic img{
	width: 100%;
}
.zt2_main7 ul li .item .title{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zt2_main7 ul li .item:hover .title{
	color: #a93427;
}

.qsearch {
  width: 200px;
  background-color: #d80c18;
  border-radius: 42px;
}
.qsearch .wbk1 {
  font-size: 16px;
  color: #fff;
  width: 158px;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  background: none;
  border: 0px;
}
.qsearch .btn1 {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
	background: url(../images/pic1h.png) no-repeat center;
	background-size: 22px;
  border: 0px;
}
.qsearch ::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff;
}
.qsearch :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
}
.qsearch ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
}
.qsearch :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff;
}

.footer_b_l{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.qfwl{
	font-size: 16px;
	line-height: 20px;
	margin-left: 10px;
	background-color: #cb3e2e;
	border: 1px solid #b43324;
	border-radius: 10px;
	display: inline-block;
}
.qfwl .style1{
	color: #cb3e2e;
	min-width: 68px;
	padding: 2px 0;
	background-color: #fff;
	border-radius: 10px 16px 16px 10px;
}
.qfwl .style2{
	font-weight: bold;
	color: #fff;
	min-width: 62px;
	padding: 12px 10px;
}
/* 右下角二维码样式 */
.QR{
	position: fixed;
	bottom: 0px;
	right: 0px;
}
/* .qrimg{
	
} */
.closeqr{
	background: url(../images/closeqr.png) no-repeat;
	background-size: 100% 100%;
	width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
    z-index: 99;
}