@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 {
  margin-right: auto;
  margin-left: auto;
}

.padding1 {
	padding-top: 0px;
}

/* 头部 */
.header {
	width: 100%;
	position: absolute;
	top: 30px;
	left: 0px;
  z-index: 999999;
  /*-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);
	  -moz-box-shadow:0 0 10px rgba(0, 0, 0, .1);
	  box-shadow:0 0 10px rgba(0, 0, 0, .1);*/
}
.header .collapse {
	background-color: #a50100;
	border-radius: 5px;
  position: relative;
}
.header .navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 90px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius: 0px;
}
.header .navbar-default {
  background: none;
  /*background:rgba(255, 255, 255, 0.9);*/
}
.header .navbar-brand {
  float: left;
  height: 90px;
	padding: 13px 17px;
	background-color: #fff !important;
	border-radius: 5px 0 0 5px;
  font-size: 18px;
  line-height: 0px;
  position: absolute;
  z-index: 2;
}
.header .navbar-brand img {
  height: 64px;
}
.header .navbar-default .navbar-nav > li {
  margin: 0px;
}

.header .navbar .language {
	margin: 29px 0;
}
.header .navbar .language a {
	font-size: 14px;
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .38);
	border-radius: 100%;
	display: inline-block;
}
.header .navbar .language a:hover {
	color: #a50100;
	background-color: #fff;
}
.header .navbar .search {
  margin: 29px 35px 0 0px;
  position: relative;
  z-index: 3;
}
.header .navbar .search1 {
	width: 32px;
	height: 32px;
	padding: 8px;
	background-color: #fff;
	border-radius: 100%;
  cursor: pointer;
}
.header .navbar .search1 img {
	width: 16px;
	height: 16px;
}
.header .navbar .search2 {
  width: 200px;
  background-color: #fff;
  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: #a50100;
  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/pic1.png) no-repeat center;
	background-size: 16px;
  border: 0px;
}
.header .navbar .search2 ::-webkit-input-placeholder { /* WebKit browsers */
	color: #a50100;
}
.header .navbar .search2 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #a50100;
}
.header .navbar .search2 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #a50100;
}
.header .navbar .search2 :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #a50100;
}

.header .nav {
	margin: 0px 44px 0px 0;
  padding-right: 0px;
	padding-bottom: 0px;
	/* background: url(../images/pic2.png) no-repeat right center; */
}
.header .nav > li {
  margin: 0 26px 0 0 !important;
  position: relative;
}
.header .nav > li:last-child{ margin-right:0px !important; }
.header .nav > li > a {
	font-size: 16px;
	/* font-weight: bold; */
  color: #fff;
  height: 90px;
  line-height: 90px;
  text-align: center;
  padding: 0 13px;
  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 {
	color: #fff;
	background: none;
	border-bottom: 4px solid #fff;
}
.header .navbar-default .navbar-nav > li:hover > a {
  color: #fff;
	background: none;
	border-bottom: 4px solid #fff;
}
.header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 13px;
  margin-right: 15px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.header .navbar-default .navbar-toggle {
  border-color: #fff;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.header .navbar-default .navbar-toggle:hover .icon-bar,
.header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #a50100;
}
.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:hover,
.header .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
	background: none;
	border-bottom: 4px solid #fff;
}

.header .dropdown-menu {
  position: absolute;
  top: 100%;
	left: 50% !important;
	transform: translateX(-50%) !important;
  z-index: 1000;
  display: none;
  width: auto;
  min-width: auto;
  padding: 16px 0;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  border: 0px solid #a7a6a7;
  border: 0px solid rgba(167, 166, 167, 1);
  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 .dropdown-menu > li > a {
  display: block;
  text-align: center;
  padding: 0 20px !important;
  clear: both;
  font-weight: normal;
  height: 30px;
  line-height: 30px !important;
  font-size: 16px;
  color: #d8d8d8 !important;
  border-bottom: 0px solid #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .dropdown-menu > li > a:hover,
.header .dropdown-menu > li > a:focus {
	color: #fff !important;
	background: none;
}

.header .open > .dropdown-menu {
  display: block;
}

@media (min-width: 1200px) {
  .header .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .header .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* banner */
.banner {
	width: 100%;
	overflow: hidden;
}
.swiper1 {
  width: 100%;
}
.swiper1 .swiper-slide img {
  width: 100%;
  display: block;
	/*transition: 1s linear 2s;
	transform: scale(1, 1);*/
}
/*.swiper1 .swiper-slide-active img, .swiper1 .swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1.1, 1.1);
}*/
.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 22px;
  margin-top: -11px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	display: none;
}
.swiper1 .swiper-button-prev {
  background: url(../images/pic6.png) no-repeat center;
  left: 0px;
  right: auto;
}
.swiper1 .swiper-button-next {
  background: url(../images/pic7.png) no-repeat center;
  right: 0px;
  left: auto;
}
.swiper1 .swiper-button-prev:hover {
  background: url(../images/pic6h.png) no-repeat center;
}
.swiper1 .swiper-button-next:hover {
  background: url(../images/pic7h.png) no-repeat center;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  content: "";
}
.swiper1 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 36px;
  left: 0;
}
.swiper1 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 8px !important;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}
.swiper1 .swiper-pagination-bullet-active {
  background: #a50100;
}

/* 底部 */
.footer{
	width: 100%;
}
.footer_t{
	width: 100%;
	padding: 58px 0 48px;
	background-color: #2f2f30;
}
.footer_t .item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* flex-wrap: wrap; */
}
.footer_t .item1{}
.footer_t .item1 ul{}
.footer_t .item1 ul li{
	width: 166px;
	max-width: 16.66%;
	padding-right: 15px;
}
.footer_t .item1 ul li p{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 17px;
	margin-bottom: 12px;
}
.footer_t .item1 ul li p a{
	color: #fff;
}
.footer_t .item1 ul li p a:hover{
	color: #a50100;
}
.footer_t .item1 ul li span{
	font-size: 14px;
	color: #acacac;
	width: 100%;
	line-height: 30px;
	display: block;
}
.footer_t .item1 ul li span a{
	color: #acacac;
}
.footer_t .item1 ul li span a:hover{
	color: #a50100;
}
.footer_t .item2{
	text-align: right;
}
.footer_t .item2_1{
	width: 100%;
}
.footer_t .item2_1 img{
	height: 64px;
}
.footer_t .item2_2{
	font-size: 14px;
	color: #acacac;
	width: 100%;
	line-height: 26px;
	margin: 20px 0;
}
.footer_t .item2_3{
	width: 100%;
}
.footer_t .item2_3 ul{
	margin: -10px -10px 0 0;
}
.footer_t .item2_3 ul li{
	margin: 10px 10px 0 0;
}
.footer_t .item2_3 ul li p{
	width: 30px;
	cursor: pointer;
}
.footer_t .item2_3 ul li p img{
	width: 100%;
}
.footer_t .item2_3 ul li p img.img1{
	display: inline-block;
}
.footer_t .item2_3 ul li p img.img2{
	display: none;
}
.footer_t .item2_3 ul li:hover p img.img1{
	display: none;
}
.footer_t .item2_3 ul li:hover p img.img2{
	display: inline-block;
}
.footer_b{
	font-size: 14px;
	color: #acacac;
	width: 100%;
	line-height: 30px;
	text-align: center;
	padding: 18px 0;
	background-color: #252526;
}
.footer_b a{
	color: #acacac;
}
.footer_b a:hover{
	color: #a50100;
}

/* 首页 */
.main{
	width: 100%;
	overflow: hidden;
}
.main h2{
	width: 100%;
	text-align: center;
	margin: 0;
}
.main h2 p{
	font-family: "PingFangSC Light", Arial;
	font-size: 24px;
	color: #b3b5c6;
	width: 100%;
	line-height: 100%;
	text-transform: uppercase;
}
.main h2 span{
	font-size: 34px;
	font-weight: bold;
	color: #262626;
	width: 100%;
	line-height: 100%;
	margin-top: 6px;
	display: block;
}
.main .more{
	width: 100%;
	text-align: center;
	margin-top: 40px;
	position: relative;
	z-index: 99;
}
.main .more a{
	font-size: 14px;
	color: #262626;
	width: 150px;
	max-width: 100%;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #e8e8f3;
	display: inline-block;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.main .more a img{
	height: 14px;
	margin-left: 14px;
}
.main .more a img.img1{
	display: inline-block;
}
.main .more a img.img2{
	display: none;
}
.main .more a:hover{
	color: #fff;
	background-color: #a50100;
	border: 1px solid #a50100;
}
/* .main .more a:hover img{
	transform: translateX(5px);
} */
.main .more a:hover img.img1{
	display: none;
}
.main .more a:hover img.img2{
	display: inline-block;
}

.main1{
	width: 100%;
	padding: 80px 0 60px;
	background: url(../images/0ff982745888c1cce85e42197e90e2de.jpg) no-repeat center;
	background-size: cover;
}
.main1_1{
	width: 100%;
	margin-top: 40px;
}
.main1_1 .text{
	font-size: 16px;
	color: #333;
	width: 48.8%;
	line-height: 32px;
	padding-top: 4px;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
}
.main1_1 .text:before{
	content: "";
	width: 40px;
	height: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.main1_1 .text p{
	width: 100%;
	margin-top: 20px;
}
.main1_1 .pic{
	width: 40.4%;
	position: relative;
	z-index: 2;
}
.main1_1 .pic1{
	width: 100%;
	padding: 0 28px 28px 0;
	position: relative;
}
.main1_1 .pic1:before{
	content: "";
	background-color: #a50100;
	position: absolute;
	top: 28px;
	right: 0px;
	bottom: 0px;
	left: 28px;
	z-index: -1;
}
.main1_1 .pic1_nr{
	width: 100%;
	overflow: hidden;
}
.main1_1 .pic1_nr img{
	width: 100%;
}
.main1_1 .pic2{
	width: 100%;
	position: absolute;
	bottom: -90px;
	left: -132px;
}
.main1_1 .pic2 img{
	width: 81.6%;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.main1_1 .pic:hover .pic2 img {
	transform: translateX(-5px);
}

.main2{
	width: 100%;
	position: relative;
}
.main2 .bg{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.main2 h2{
	padding: 70px 0 46px;
}
.main2 h2 p{
	color: #fff;
}
.main2 h2 span{
	color: #fff;
}
.main2_1{
	width: 100%;
}
.main2_1_l{
	width: 36%;
}
.main2_1_l_nr{}
.main2_1_l_nr1{
	margin-top: 42px;
	padding: 0 10px;
}
.main2_1_l_nr1 img{
	width: 80.5%;
}
.main2_1_l_nr2{
	padding: 0 10px;
}
.main2_1_l_nr3{
	margin: -164px -58px 0 0;
}
.main2_1_l_nr3 .item{
	width: 100%;
	text-align: right;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.main2_1_l_nr3 .item img{
	width: 82%;
}
.main2_1_l_nr3 .item:first-child{
	display: inline-block;
}
.main2_1_l_nr3 .item.on{
	display: inline-block;
}
.main2_1_r{
	width: 64%;
}
.swiper3 {
	width: 100%;
	padding-bottom: 132px;
}
.swiper3 .item {
	width: 100%;
}
.swiper3 .item .pic {
	width: 100%;
}
.swiper3 .item .pic_nr {
	width: 100%;
	margin: 0 0 -6px 12px;
	overflow: hidden;
}
.swiper3 .item .pic img {
  width: 100%;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.swiper3 .item .number {
	width: 100%;
	line-height: 60px;
	border-bottom: 1px solid rgba(230, 230, 230, .1);
}
.swiper3 .item .number p {
	font-size: 38px;
	color: #fff;
	width: 67%;
	padding: 0 28px;
}
.swiper3 .item .number span {
	width: 33%;
	text-align: center;
	padding: 0 5px;
	border-left: 1px solid rgba(230, 230, 230, .1);
}
.swiper3 .item .number span img {
	width: 25px;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.swiper3 .item .text {
	width: 100%;
	padding: 30px 30px 36px;
}
.swiper3 .item .text1 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper3 .item .text2 {
	font-size: 14px;
	color: rgba(255, 255, 255, .65);
	width: 100%;
	height: 162px;
	line-height: 27px;
	margin-top: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.swiper3 .item:hover .pic img {
	transform: translateX(5px);
}
.swiper3 .item:hover .number span img {
	transform: translateX(5px);
}
.swiper3 .swiper-button-next,
.swiper3 .swiper-button-prev {
	position: absolute;
	top: auto;
  bottom: 0px;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	background-size: cover !important;
}
.swiper3 .swiper-button-prev {
  background: url(../images/pic17.png) no-repeat center;
  left: auto;
  right: 80px;
}
.swiper3 .swiper-button-next {
  background: url(../images/pic18.png) no-repeat center;
  left: auto;
  right: 0px;
}
.swiper3 .swiper-button-prev:hover {
  background: url(../images/pic17h.png) no-repeat center;
}
.swiper3 .swiper-button-next:hover {
  background: url(../images/pic18h.png) no-repeat center;
}
.swiper3 .swiper-button-next:after,
.swiper3 .swiper-button-prev:after {
  content: "";
}
.swiper3 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 60px;
	left: 0;
	display: none;
}
.swiper3 .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 100%;
	background: url(../images/pic2.png) no-repeat center;
	background-size: cover;
  opacity: 1;
}
.swiper3 .swiper-pagination-bullet-active {
  background: url(../images/pic2h.png) no-repeat center;
	background-size: cover;
  opacity: 1;
}

.main3{
	width: 100%;
}
.main3 .more{
	text-align: right;
	margin-top: 30px;
}
.main3_1{
	margin: 4px -34px 0 0;
}
.main3_1 .item{
	width: 50%;
}
.main3_1 .item_nr{
	width: 50%;
	padding: 36px 34px 0 0;
}
.main3_1 .item_nrk{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.main3_1 .item_nrk .pic{
	width: 100%;
	overflow: hidden;
}
.main3_1 .item_nrk .pic img{
	width: 100%;
}
.main3_1 .item_nrk .text{
	width: 100%;
	padding-left: 40px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.main3_1 .item_nrk .text .title{
	width: 100%;
	text-align: right;
}
.main3_1 .item_nrk .text .title span{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	width: 104px;
	max-width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding-left: 6px;
	background: url(../images/pic8.png) no-repeat left bottom;
	display: inline-block;
}
.main3_1 .item_nrk .text .content{
	width: 100%;
	padding: 12px 0px 0px 40px;
	background: url(../images/pic9.png) no-repeat left bottom;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.main3_1 .item_nrk .text .content1{
	font-size: 16px;
	color: #333;
	width: 100%;
	height: 56px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main3_1 .item_nrk .text .content2{
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 0px;
	line-height: 14px;
	opacity: 0;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.main3_1 .item_nrk .text .content2 img{
	height: 14px;
  margin-left: 14px;
}
.main3_1 .item_nr:nth-child(3){
	width: 100%;
}
.main3_1 .item:nth-child(2) .item_nr{
	width: 100%;
}
.main3_1 .item:nth-child(2) .item_nrk .text .content{
	padding: 30px 56px 0px 88px;
}
.main3_1 .item:nth-child(2) .item_nrk .text .content1{
	font-size: 20px;
	height: 60px;
	line-height: 30px;
}
.main3_1 .item_nrk:hover .text .title span{
	background: url(../images/pic8h.png) no-repeat left bottom;
}
.main3_1 .item_nrk:hover .text .content{
	background: url(../images/pic9h.png) no-repeat left bottom;
}
.main3_1 .item_nrk:hover .text .content1{
	color: #fff;
}
.main3_1 .item_nrk:hover .text .content2{
	color: #fff;
	height: 60px;
	padding: 16px 0 30px;
	opacity: 1;
}
.main3_1 .item_nrk:hover .text .content2 img{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
}

.main4{
	width: 100%;
	padding: 30px 0 100px;
}
.main4 .more{
	text-align: left;
	margin-top: 30px;
}
.main4 .pic{
	width: 50%;
}
.main4 .pic .item{
	width: 100%;
	overflow: hidden;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.main4 .pic .item img{
	width: 100%;
}
.main4 .pic .item.on{
	display: block;
}
.main4 .text{
	width: 50%;
}
.main4 .text_nr{
	width: 100%;
	padding: 90px 60px 0 120px;
}
.main4 .text_nr .title{
	font-size: 34px;
	color: #262626;
	width: 100%;
	line-height: 100%;
	padding-bottom: 28px;
	background: url(../images/pic11.png) no-repeat right bottom;
}
.main4 .text_nr .content{
	font-size: 16px;
	color: #595959;
	width: 100%;
	line-height: 32px;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.main4 .list{
	width: 100%;
	margin-top: -90px;
}
.main4 .list_nr{
	margin: -9px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.main4 .list_nr .item{
	width: 20%;
	padding: 9px;
}
.main4 .list_nr .item_nr{
	width: 100%;
	position: relative;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.main4 .list_nr .item_nr .pic2{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.main4 .list_nr .item_nr .pic2 img{
	width: 100%;
}
.main4 .list_nr .item_nr .pic2 .mc{
	width: 100%;
	height: 100%;
	background: url(../images/pic10.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
}
.main4 .list_nr .item_nr .text2{
	width: 100%;
	text-align: center;
	padding: 0 10px;
	position: absolute;
	bottom: 26px;
	left: 0px;
}
.main4 .list_nr .item_nr .text2 .title{
	font-size: 18px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main4 .list_nr .item_nr .text2 .more2{
	width: 100%;
	height: 0px;
	opacity: 0;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.main4 .list_nr .item_nr .text2 .more2 img{
	height: 14px;
}
.main4 .list_nr .item_nr:hover{
	transform: translateY(-20px);
	-webkit-box-shadow:16px 16px 17px rgba(67, 74, 107, .24);
	-moz-box-shadow:16px 16px 17px rgba(67, 74, 107, .24);
	box-shadow:16px 16px 17px rgba(67, 74, 107, .24);
}
.main4 .list_nr .item_nr:hover .pic2 .mc{
	background: url(../images/pic10h.png) no-repeat center;
}
.main4 .list_nr .item_nr:hover .text2 .title{
	font-weight: bold;
}
.main4 .list_nr .item_nr:hover .text2 .more2{
	height: 44px;
	padding-top: 30px;
	opacity: 1;
}
.main4 .list_nr .item_nr:hover .text2 .more2 img{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
}

/* 内页banner */
.qy_banner {
	width: 100%;
	overflow: hidden;
}
.qy_banner img {
  width: 100%;
  display: block;
}

/* 内页公用 */
.qy_main{
	width: 100%;
	overflow: hidden;
}
.qy_main h2{
	width: 100%;
	text-align: center;
	margin: 0;
	padding-bottom: 24px;
	position: relative;
}
.qy_main h2 p{
	font-family: "PingFangSC Light", Arial;
	font-size: 16px;
	color: #b3b5c6;
	width: 100%;
	line-height: 100%;
	text-transform: uppercase;
}
.qy_main h2 span{
	font-size: 34px;
	font-weight: bold;
	color: #262626;
	width: 100%;
	line-height: 100%;
	margin-top: 6px;
	display: block;
}
.qy_main h2:before{
	content: "";
	width: 40px;
	height: 4px;
	background-color: #c60302;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.qy_main1{
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}
.qy_main1 .item1{
	font-size: 14px;
	line-height: 56px;
	color: #737373;
}
.qy_main1 .item1 a{
	color: #737373;
}
.qy_main1 .item1 a:hover{
	color: #c51b22;
}
.qy_main1 .item1 span.style1{
	color: #c51b22;
}
.qy_main1 .item2{
	font-size: 16px;
	color: #262626;
}
.qy_main1 .item2 a{
	color: #262626;
	height: 57px;
	line-height: 56px;
	margin-right: 52px;
	margin-bottom: -1px;
	display: inline-block;
}
.qy_main1 .item2 a:last-child{
	margin-right: 0px;
}
.qy_main1 .item2 a:hover, .qy_main1 .item2 a.on{
	color: #c60302;
	border-bottom: 4px solid #c60302;
}

/*page*/
.pages {
  margin-top: 60px;
  font-size: 0;
  text-align: center;
}
.pages a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 0 5px;
  margin: 0 2px;
  font-size: 16px;
  color: #666;
  border-radius: 4px;
  transition: all 0.5s;
}
.pages a:first-child,
.pages a:last-child {
	font-size: 14px;
  width: 70px;
}
.pages a:hover,
.pages a.current {
  background: #c60302;
  border: 1px solid #c60302;
  color: #fff;
}

/* 售后服务网络 */
.shfwwl_main{
	width: 100%;
	padding: 70px 0 90px;
}
.shfwwl_main1{
	font-size: 16px;
	color: #333;
	width: 100%;
	line-height: 30px;
	text-align: center;
	margin: 30px 0 -7px;
}
.shfwwl_main2{
	width: 100%;
	margin-top: 80px;
}
.shfwwl_main2 .pic{
	width: 37.6%;
	padding: 0px 26px 26px 0px;
	position: relative;
}
.shfwwl_main2 .pic:before{
	content: "";
	border: 4px solid #e9ebf3;
	position: absolute;
	top: 26px;
	right: 0px;
	bottom: 0px;
	left: 26px;
	z-index: 1;
}
.shfwwl_main2 .pic_nr{
	width: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.shfwwl_main2 .pic_nr img{
	width: 100%;
}
.shfwwl_main2 .text{
	width: 62.4%;
}
.shfwwl_main2 .text1{
	font-size: 16px;
	color: #262626;
	width: 100%;
	min-height: 65px;
	line-height: 32px;
	margin-top: 15px;
	padding: 0 30px;
	background: url(../images/pic20.png) no-repeat left center;
	display: table;
}
.shfwwl_main2 .text1:first-child{
	margin-top: 0px;
}
.shfwwl_main2 .text1_nr{
	display: table-cell;
	vertical-align: middle;
}
.shfwwl_main2 .text1_nr span.style1{
	font-weight: bold;
	color: #c60302;
}
.shfwwl_main3{
	width: 100%;
	margin-top: 80px;
}
.shfwwl_main3 .pic{
	width: 37.4%;
	padding: 0px 0px 34px 34px;
	position: relative;
}
.shfwwl_main3 .pic:before{
	content: "";
	border: 4px solid #e9ebf3;
	position: absolute;
	top: 34px;
	right: 34px;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}
.shfwwl_main3 .pic_nr{
	width: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.shfwwl_main3 .pic_nr img{
	width: 100%;
}
.shfwwl_main3 .text{
	width: 62.6%;
	padding-left: 60px;
}
.shfwwl_main3 .text1{
	font-size: 16px;
	color: #262626;
	width: 100%;
	line-height: 32px;
	margin-top: 20px;
}
.shfwwl_main3 .text1:first-child{
	margin-top: 0px;
}
.shfwwl_main3 .text1 span.style1{
	font-weight: bold;
	color: #c60302;
}
.shfwwl_main3 .text1 span.style2{
	margin-top: 10px;
	padding-left: 36px;
	display: block;
}
.shfwwl_main4{
	width: 100%;
	margin-top: 80px;
	padding: 30px 0;
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow:0 0 17px rgba(71, 81, 108, .13);
	-moz-box-shadow:0 0 17px rgba(71, 81, 108, .13);
	box-shadow:0 0 17px rgba(71, 81, 108, .13);
	display: flex;
}
.shfwwl_main4 .item1{
	padding: 0 40px;
	display: flex;
	align-items: center;
}
.shfwwl_main4 .item1 .pic{
	width: 59px;
}
.shfwwl_main4 .item1 .text{
	margin-left: 24px;
}
.shfwwl_main4 .item1 .text1{
	font-size: 16px;
	color: #595959;
}
.shfwwl_main4 .item1 .text2{
	font-size: 36px;
	color: #b60909;
	white-space:nowrap;
}
.shfwwl_main4 .item2{
	font-size: 16px;
	color: #262626;
	line-height: 30px;
	margin: -6px 0;
	padding: 0 40px;
	border-left: 1px solid #e5e5e5;
}

/* 新闻中心 */
.xwzx_main{
	width: 100%;
	padding: 70px 0 60px;
}
.xwzx_main1{
	width: 100%;
}
.xwzx_main1 ul{
	width: 100%;
}
.xwzx_main1 ul li{
	width: 100%;
}
.xwzx_main1 ul li .item{
	width: 100%;
	padding: 24px 0px 24px 148px;
	border-bottom: 1px dashed #d9d9d9;
	position: relative;
}
.xwzx_main1 ul li .item:before{
	content: "";
	background-color: #ba0100;
	position: absolute;
	top: 1px;
	right: -2000px;
	bottom: 1px;
	left: -2000px;
	z-index: -1;
	opacity: 0;
	-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 .date{
	width: 148px;
	position: absolute;
	top: 46px;
	left: 0px;
	z-index: 2;
}
.xwzx_main1 ul li .item .date p{
	font-size: 26px;
	color: #333;
	width: 100%;
	line-height: 100%;
	background: url(../images/pic24.png) no-repeat right center;
	background-size: 20px;
}
.xwzx_main1 ul li .item .date span{
	width: 100%;
	margin-top: 28px;
	display: block;
}
.xwzx_main1 ul li .item .date span img{
	width: 48px;
}
.xwzx_main1 ul li .item .date span img.img1{
	display: inline-block;
}
.xwzx_main1 ul li .item .date span img.img2{
	display: none;
}
.xwzx_main1 ul li .item .text{
	width: 76.8%;
	padding: 24px 54px 0px 24px;
}
.xwzx_main1 ul li .item .text .title{
	font-size: 22px;
	color: #262626;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwzx_main1 ul li .item .text .content{
	font-size: 16px;
	color: #737373;
	width: 100%;
	line-height: 27px;
	margin: 18px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.xwzx_main1 ul li .item .text .more2{
	font-size: 14px;
	color: #c60302;
	width: 100%;
	line-height: 100%;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwzx_main1 ul li .item .pic{
	width: 23.2%;
	overflow: hidden;
}
.xwzx_main1 ul li .item .pic img{
	width: 100%;
}
.xwzx_main1 ul li .item:hover:before{
	opacity: 1;
}
.xwzx_main1 ul li .item:hover .date p{
	color: #fff;
}
.xwzx_main1 ul li .item:hover .date span img{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
}
.xwzx_main1 ul li .item:hover .date span img.img1{
	display: none;
}
.xwzx_main1 ul li .item:hover .date span img.img2{
	display: inline-block;
}
.xwzx_main1 ul li .item:hover .text .title{
	color: #fff;
}
.xwzx_main1 ul li .item:hover .text .content{
	color: #fff;
}
.xwzx_main1 ul li .item:hover .text .more2{
	color: #fff;
}

/* 新闻中心详情 */
.xwzxxq_main{
	width: 100%;
	padding: 42px 0 60px;
}
.xwzxxq_main1{
	width: 100%;
}
.xwzxxq_main1_1{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	width: 100%;
	text-align: center;
}
.xwzxxq_main1_2 {
  font-size: 14px;
  color: #666;
  width: 100%;
	line-height: 18px;
	margin-top: 12px;
}
.xwzxxq_main1_2 .nr1 span.style1 {
  margin-left: 20px;
}
#bsBox{
  width: 560px !important;
  height: 420px !important;
  margin-left: -280px !important;
  margin-top: -210px !important;
}
#bsWXBox {
  width: 232px !important;
  height: 256px !important;
  margin-left: -116px !important;
  margin-top: -128px !important;
}
.bFind-wrapper-top{
  height: 26px !important;
}
.bd_weixin_popup {
  width: 250px !important;
  height: 320px !important;
}
.xwzxxq_main1_3{
	font-size: 16px;
	color: #333;
	width: 100%;
	line-height: 36px;
	margin-top: 16px;
	padding-top: 40px;
	border-top: 1px solid #dfdfdf;
}
.xwzxxq_main1_4{
	width: 100%;
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #dfdfdf;
}
.xwzxxq_main1_4 .item{
	font-size: 16px;
	color: #333;
	width: 100%;
	line-height: 100%;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwzxxq_main1_4 .item a{
	color: #333;
}
.xwzxxq_main1_4 .item a:hover{
	color: #c60302;
}

/* 视频中心 */
.spzx_main{
	width: 100%;
	padding: 70px 0 60px;
}
.spzx_main1{
	width: 100%;
}
.spzx_main1 ul{
	margin: 0 -40px 0 0;
}
.spzx_main1 ul li{
	width: 33.33%;
	padding: 40px 40px 0 0;
}
.spzx_main1 ul li .item{
	width: 100%;
}
.spzx_main1 ul li .item .pic{
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.spzx_main1 ul li .item .pic img{
	width: 100%;
}
.spzx_main1 ul li .item .pic .icon{
	width: 100%;
	height: 100%;
	background: url(../images/pic26.png) no-repeat center;
	background-size: 45px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.spzx_main1 ul li .item .text{
	width: 100%;
}
.spzx_main1 ul li .item .text .title{
	font-size: 18px;
	color: #0d0d0d;
	width: 100%;
	line-height: 100%;
	margin: 26px 0 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.spzx_main1 ul li .item .text .date{
	font-size: 16px;
	color: #d80c18;
	width: 100%;
	line-height: 100%;
	padding-left: 26px;
	background: url(../images/pic25.png) no-repeat left center;
	background-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.spzx_main1 ul li .item:hover .text .title{
	color: #d80c18;
}

/* 客户服务 */
.khfw_main{
	width: 100%;
	padding: 70px 0 60px;
}
.khfw_main1{
	width: 100%;
	margin-top: 40px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.khfw_main1 .pic{
	width: 58.65%;
}
.khfw_main1 .pic img{
	width: 100%;
}
.khfw_main1 .text{
	width: 41.35%;
	padding-left: 70px;
}
.khfw_main1 .text_nr{
	width: 100%;
}
.khfw_main1 .text .title{
	font-size: 40px;
	font-weight: bold;
	color: #c60302;
	width: 100%;
	line-height: 100%;
	padding-bottom: 22px;
	position: relative;
}
.khfw_main1 .text .title span{
	display: inline-block;
	position: relative;
}
.khfw_main1 .text .title span bdo.style1{
	visibility: hidden;
}
.khfw_main1 .text .title span bdo.style2{
	position: absolute;
	top: 0px;
	left: 0px;
}
.khfw_main1 .text .title:before{
	content: "";
	width: 40px;
	height: 4px;
	background-color: #c60302;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.khfw_main1 .text .content{
	font-size: 16px;
	color: #333;
	width: 100%;
	line-height: 32px;
	padding-top: 10px;
}
.khfw_main1 .text .content p{
	width: 100%;
	margin-top: 16px;
}

/* 在线留言 */
.zxly_main{
	width: 100%;
	padding: 70px 0 110px;
}
.zxly_main1{
	width: 642px;
	max-width: 100%;
	margin-top: 33px;
}
.zxly_main1_1{
	font-size: 16px;
	color: #4c4c4c;
	width: 100%;
	line-height: 30px;
}
.zxly_main1_2{
	width: 100%;
	margin-top: 30px;
}
.zxly_main1_2 ul{
	width: 100%;
}
.zxly_main1_2 ul li{
	font-size: 16px;
	color: #272727;
	width: 100%;
	line-height: 40px;
	margin-top: 16px;
	padding: 0 22px 0 90px;
	position: relative;
}
.zxly_main1_2 ul li:first-child{
	margin-top: 0px;
}
.zxly_main1_2 ul li p{
	width: 80px;
	text-align: right;
	position: absolute;
	top: 0px;
	left: 0px;
}
.zxly_main1_2 ul li span{
	display: block;
}
.zxly_main1_2 ul li span .wbk1{
	width: 100%;
	height: 40px;
	line-height: 38px;
	padding: 0 16px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	display: block;
}
.zxly_main1_2 ul li span .wbk2{
	width: 100%;
	height: 148px;
	line-height: 32px;
	padding: 4px 20px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	resize: none;
	display: block;
}
.zxly_main1_2 ul li span .wbk3{
	width: 100%;
	height: 40px;
	line-height: 38px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	display: block;
}
.zxly_main1_2 ul li span .wbk4{
	width: 26.42%;
	height: 40px;
	line-height: 38px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
}
.zxly_main1_2 ul li span .yzm{
	width: 22.26%;
	height: 40px;
	line-height: 38px;
	margin: 0 14px 0 10px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}
.zxly_main1_2 ul li span em.style1{
	font-size: 14px;
	color: #3d3d3d;
	cursor: pointer;
}
.zxly_main1_2 ul li span em.style1:hover{
	color: #c60302;
}
.zxly_main1_2 ul li span .btn1{
	font-size: 18px;
	color: #fff;
	width: 168px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	margin-top: 4px;
	background-color: #c60302;
	border: 1px solid #c60302;
	border-radius: 5px;
	display: block;
}
.zxly_main1_2 ul li bdo{
	font-size: 20px;
	color: #f60a0a;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* 加入我们 */
.jrwm_main{
	width: 100%;
	padding: 70px 0;
}
.jrwm_main1{
	width: 100%;
	margin-top: 40px;
}
.jrwm_main1 ul{
	margin: -48px -48px 0 0;
}
.jrwm_main1 ul li{
	width: 33.33%;
	padding: 48px 48px 0 0;
}
.jrwm_main1 ul li .item{
	width: 100%;
}
.jrwm_main1 ul li .item .pic{
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.jrwm_main1 ul li .item .pic img{
	width: 100%;
}
.jrwm_main1 ul li .item .text{
	width: 100%;
	margin-top: -65px;
	padding: 0 25px;
	position: relative;
	z-index: 2;
}
.jrwm_main1 ul li .item .text_nr{
	width: 100%;
	text-align: center;
	padding: 28px;
	background: #fff url(../images/pic29.png) no-repeat center bottom;
	background-size: auto 4px;
	border-radius: 6px;
	-webkit-box-shadow:0 0 17px rgba(71, 81, 108, .27);
	-moz-box-shadow:0 0 17px rgba(71, 81, 108, .27);
	box-shadow:0 0 17px rgba(71, 81, 108, .27);
}
.jrwm_main1 ul li .item .text_nr .title{
	font-size: 20px;
	color: #262626;
	width: 100%;
	line-height: 100%;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}
.jrwm_main1 ul li .item .text_nr .content{
	font-size: 16px;
	color: #595959;
	width: 100%;
	line-height: 27px;
	margin-top: 16px;
}
.jrwm_main1 ul li .item:hover .text_nr .title{
	color: #b60909;
}
.jrwm_main2{
	width: 100%;
	margin-top: 70px;
}
.jrwm_main2 ul{
	width: 100%;
	border-top: 1px solid #d9d9d9;
}
.jrwm_main2 ul li{
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
}
.jrwm_main2 ul li .item{
	width: 100%;
	height: 68px;
	line-height: 68px;
}
.jrwm_main2 ul li .item1{
	font-size: 17px;
	font-weight: bold;
	color: #333;
	width: 77%;
	padding-left: 54px;
	background: url(../images/pic33.png) no-repeat 20px center;
	background-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jrwm_main2 ul li .item2{
	width: 7%;
	text-align: center;
	background: url(../images/pic31.png) no-repeat left center;
	background-size: 1px 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jrwm_main2 ul li .item2 img{
	height: 11px;
	position: relative;
	top: -1px;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.jrwm_main2 ul li .item3{
	font-size: 16px;
	color: #656565;
	width: 16%;
	text-align: right;
	padding: 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jrwm_main2 ul li .item3 img{
	width: 5px;
	height: 5px;
	margin: 0 7px;
	position: relative;
	top: -1px;
}
.jrwm_main2 ul li .item:hover .item1{
	color: #b60909;
}
.jrwm_main2 ul li .item:hover .item2 img{
	transform: translateX(5px);
}
.jrwm_main3{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.jrwm_main3 a{
	font-size: 16px;
	font-weight: bold;
	color: #414141;
	width: 100%;
	line-height: 100%;
}
.jrwm_main3 a img{
	height: 11px;
	margin-left: 12px;
	position: relative;
	top: -1px;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.jrwm_main3 a:hover{
	color: #b60909;
}
.jrwm_main3 a:hover img{
	transform: translateX(5px);
}

/* 招聘详情 */
.zpxq_main{
	width: 100%;
	padding: 70px 0 40px;
}
.zpxq_main1{
	width: 100%;
	margin-top: 30px;
	padding-left: 8px;
	position: relative;
}
.zpxq_main1:before{
	content: "";
	width: 5px;
	height: 100%;
	background-color: #c60302;
	border-radius: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.zpxq_main1 .item{
	width: 100%;
	background-color: #f4f6fb;
	padding: 28px 45px 34px 37px;
	border-radius: 6px;
}
.zpxq_main1 .item1{
	font-size: 26px;
	font-weight: bold;
	color: #262626;
	width: 100%;
}
.zpxq_main1 .item2{
	font-size: 15px;
	color: #595959;
	width: 100%;
}
.zpxq_main1 .item2 img{
	height: 15px;
	margin-right: 10px;
	position: relative;
	top: -3px;
}
.zpxq_main1 .item2 span.style1{
	margin: 18px 140px 0 0;
}
.zpxq_main2{
	width: 100%;
	margin-top: 30px;
	padding: 37px 45px 50px;
	background: #f4f6fb url(../images/img17.jpg) repeat-x center bottom;
	border-radius: 6px;
}
.zpxq_main2 .item{
	width: 100%;
}
.zpxq_main2 .item1{
	width: 100%;
	border-bottom: 1px solid #dbe1ea;
}
.zpxq_main2 .item1 span.style1{
	font-size: 26px;
	font-weight: bold;
	color: #2f3c56;
	height: 50px;
	line-height: 100%;
	margin-bottom: -1px;
	border-bottom: 2px solid #96a2ba;
}
.zpxq_main2 .item1 span.style1 img{
	height: 25px;
	margin-right: 12px;
	position: relative;
	top: -1px;
}
.zpxq_main2 .item2{
	font-size: 16px;
	color: #081226;
	width: 100%;
	line-height: 36px;
	padding: 40px 0;
}
.zpxq_main2 .item2 span.style1{
	font-size: 18px;
	font-weight: bold;
}
.zpxq_main2 .item3{
	width: 100%;
	text-align: center;
	padding-top: 50px;
	border-top: 1px solid #dbe1ea;
}
.zpxq_main2 .item3 a{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 250px;
	max-width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #c60302;
	border-radius: 60px;
	display: inline-block;
}
.zpxq_main2 .item3 a img{
	height: 17px;
	margin-right: 10px;
	position: relative;
	top: -1px;
}

/* 联系我们 */
.lxwm_main{
	width: 100%;
	padding: 70px 0;
}
.lxwm_main1{
	width: 100%;
	margin-top: -56px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.lxwm_main1_l{
	width: 78%;
}
.lxwm_main1_l .item1{
	width: 100%;
	border: 4px solid #fff;
	-webkit-box-shadow:0 0 17px rgba(50, 53, 71, .15);
	-moz-box-shadow:0 0 17px rgba(50, 53, 71, .15);
	box-shadow:0 0 17px rgba(50, 53, 71, .15);
	position: relative;
}
.lxwm_main1_l .item1 .pic{
	width: 100%;
}
.lxwm_main1_l .item1 .pic *{
	width: 100%;
}
.lxwm_main1_l .item1 .text{
	padding: 18px 22px;
	background-color: rgba(182, 9, 9, .85);
	position: absolute;
	top: 0px;
	left: 0px;
}
.lxwm_main1_l .item1 .text1{
	padding-top: 14px;
	background: url(../images/pic41.png) no-repeat;
	background-size: auto 3px;
}
.lxwm_main1_l .item1 .text1 img{
	height: 45px;
}
.lxwm_main1_l .item2{
	font-size: 14px;
	color: #595959;
	width: 100%;
	line-height: 26px;
	margin: 36px 0 -6px;
	padding-right: 100px;
}
.lxwm_main1_r{
	color: #fff;
	width: 22%;
	padding: 90px 36px 60px;
	position: relative;
}
.lxwm_main1_r:before{
	content: "";
	background-color: #c90b0a;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: -1;
}
.lxwm_main1_r .item1{
	width: 100%;
	padding: 26px 0;
	border-top: 1px dotted #e05150;
}
.lxwm_main1_r .item1 .nr1{
	font-size: 20px;
	width: 100%;
	line-height: 100%;
}
.lxwm_main1_r .item1 .nr2{
	font-size: 24px;
	width: 100%;
	line-height: 100%;
	margin-top: 12px;
}
.lxwm_main1_r .item2{
	width: 100%;
	padding: 26px 0 12px;
	border-top: 1px dotted #e05150;
}
.lxwm_main1_r .item2 .nr1{
	font-size: 20px;
	width: 100%;
	line-height: 100%;
}
.lxwm_main1_r .item2 .nr2{
	font-size: 14px;
	width: 100%;
	min-height: 40px;
	line-height: 20px;
	margin-top: 8px;
}
.lxwm_main1_r .item3{
	width: 100%;
	border-top: 1px dotted #e05150;
}
.lxwm_main1_r .item3 .nr1{
	margin: 0 -24px 0 0;
}
.lxwm_main1_r .item3 .nr1_nr{
	width: 50%;
	padding: 24px 24px 0 0;
}
.lxwm_main1_r .item3 .nr1_nr p{
	width: 100%;
}
.lxwm_main1_r .item3 .nr1_nr p img{
	width: 100%;
}
.lxwm_main1_r .item3 .nr1_nr span{
	font-size: 14px;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin-top: 10px;
	display: block;
}

/* 产品中心 */
.cpzx_main{
	width: 100%;
	padding: 0px 0 70px;
}
.cpzx_main1{
	width: 100%;
	margin-top: -172px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.swiper4 {
	width: 100%;
	padding-top: 85px;
	border-bottom: 1px solid #e5e5e5;
}
.swiper4 .item {
	width: 100%;
	margin-bottom: -1px;
	padding-bottom: 126px;
}
.swiper4 .item:before {
	content: "";
	width: 0px;
	height: 4px;
	background-color: #a50100;
	position: absolute;
	bottom: 0px;
	left: 0px;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.swiper4 .item_nr {
	width: 100%;
	height: 450px;
	background-color: #f6f8fd;
	background-image: url(../images/pic48.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	border-radius: 6px;
}
.swiper4 .item .pic {
	width: 100%;
	margin-top: 60px;
}
.swiper4 .item .pic_nr {
	margin: 0 -30px;
	overflow: hidden;
}
.swiper4 .item .pic img {
  width: 100%;
  max-width: 375px;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.swiper4 .item .text {
	width: 100%;
	padding: 36px 30px 26px;
	position: relative;
}
.swiper4 .item .text:before {
	content: "";
	width: 26px;
	height: 3px;
	background-color: #a50100;
	position: absolute;
	bottom: 0px;
	left: 30px;
}
.swiper4 .item .text1 {
	font-size: 25px;
	font-weight: bold;
	color: #262626;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper4 .item .text2 {
	font-size: 14px;
	color: #595959;
	width: 100%;
	height: 112px;
	line-height: 28px;
	margin-top: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.swiper4 .item:hover:before {
	width: 100%;
}
.swiper4 .item:hover .item_nr {
	background-color: #2a6277;
}
.swiper4 .item:hover .pic img {
	transform: translateX(-5px);
}
.swiper4 .item:hover .text:before {
	background-color: #fff;
}
.swiper4 .item:hover .text1 {
	color: #fff;
}
.swiper4 .item:hover .text2 {
	color: #fff;
}
.swiper4 .swiper-button-next,
.swiper4 .swiper-button-prev {
	position: absolute;
	top: 0px;
  bottom: auto;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	background-size: cover !important;
}
.swiper4 .swiper-button-prev {
  background: url(../images/pic17.png) no-repeat center;
  left: 0px;
  right: auto;
}
.swiper4 .swiper-button-next {
  background: url(../images/pic18.png) no-repeat center;
  left: 65px;
  right: auto;
}
.swiper4 .swiper-button-prev:hover {
  background: url(../images/pic17h.png) no-repeat center;
}
.swiper4 .swiper-button-next:hover {
  background: url(../images/pic18h.png) no-repeat center;
}
.swiper4 .swiper-button-next:after,
.swiper4 .swiper-button-prev:after {
  content: "";
}
.swiper4 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 60px;
	left: 0;
	display: none;
}
.swiper4 .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 100%;
	background: url(../images/pic2.png) no-repeat center;
	background-size: cover;
  opacity: 1;
}
.swiper4 .swiper-pagination-bullet-active {
  background: url(../images/pic2h.png) no-repeat center;
	background-size: cover;
  opacity: 1;
}
.cpzx_main2{
	width: 100%;
}
.cpzx_main2 ul{
	margin: 10px -40px 0 0;
}
.cpzx_main2 ul li{
	width: 33.33%;
	padding: 50px 40px 0 0;
}
.cpzx_main2 ul li .item{
	width: 100%;
}
.cpzx_main2 ul li .item .pic{
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}
.cpzx_main2 ul li .item .pic img{
	width: 100%;
}
.cpzx_main2 ul li .item .title{
	font-size: 16px;
	color: #0d0d0d;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cpzx_main2 ul li .item:hover .title{
	color: #a50100;
}

/* 产品中心详情 */
.cpzxxq_main{
	width: 100%;
}
.cpzxxq_main1{
	width: 46.5%;
	position: absolute;
	bottom: 50px;
	z-index: 2;
}
.cpzxxq_main1 .title{
	width: 100%;
}
.cpzxxq_main1 .title span{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	max-width: 100%;
	height: 65px;
	line-height: 65px;
	text-align: center;
	padding: 0 55px 0 30px;
	background: url(../images/pic50.png) no-repeat right bottom;
	display: inline-block;
}
.cpzxxq_main1 .text{
	width: 100%;
	padding: 30px;
	background-color: rgba(26, 41, 59, 0.9);
}
.cpzxxq_main1 .text1{
	font-size: 30px;
	color: #fff;
	width: 100%;
}
.cpzxxq_main1 .text2{
	font-size: 14px;
	color: #fff;
	width: 100%;
	max-height: 81px;
	line-height: 27px;
	margin-top: 10px;
	overflow: hidden;
	overflow-y: auto;
}
.cpzxxq_main2{
	width: 100%;
}
.cpzxxq_main2 ul{
	width: 100%;
}
.cpzxxq_main2 ul li{
	width: 100%;
	padding: 70px 0;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cpzxxq_main2 ul li:before{
	content: "";
	background-color: #f2f5fc;
	position: absolute;
	top: 1px;
	right: -2000px;
	bottom: 1px;
	left: -2000px;
	z-index: -1;
	opacity: 0;
}
.cpzxxq_main2 ul li .pic{
	width: 48%;
	overflow: hidden;
}
.cpzxxq_main2 ul li .pic img{
	width: 100%;
}
.cpzxxq_main2 ul li .text{
	width: 52%;
	padding-left: 60px;
}
.cpzxxq_main2 ul li .text1{
	font-size: 34px;
	font-weight: bold;
	color: #b80201;
	width: 100%;
}
.cpzxxq_main2 ul li .text2{
	font-size: 24px;
	color: #262626;
	width: 100%;
	margin: 4px 0 22px;
}
.cpzxxq_main2 ul li .text3{
	font-size: 16px;
	color: #666;
	width: 100%;
	line-height: 32px;
}
.cpzxxq_main2 ul li.odd:before{
	opacity: 1;
}
.cpzxxq_main2 ul li.odd .pic{
	order: 2;
}
.cpzxxq_main2 ul li.odd .text{
	padding-left: 0px;
	padding-right: 60px;
	order: 1;
}
.cpzxxq_main3{
	width: 100%;
	padding: 70px 0;
}
.cpzxxq_main3 h2 span{
	margin-top: 0px !important;
}
.cpzxxq_main3_1{
	width: 100%;
	margin-top: 40px;
}
.cpzxxq_main3_1 img {
  width: 100%;
  display: block;
}

/* 走进北汽 */
.zjbq_main{
	width: 100%;
	padding: 70px 0 80px;
}
.zjbq_main1{
	width: 100%;
	padding-bottom: 80px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.zjbq_main1 h2{
	text-align: left;
}
.zjbq_main1 h2:before{
	left: 0px;
	transform: translateX(0%);
}
.zjbq_main1 .pic{
	width: 43.6%;
	padding: 0px 0px 30px 30px;
	position: relative;
}
.zjbq_main1 .pic:before{
	content: "";
	border: 5px solid #ebedf5;
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}
.zjbq_main1 .pic_nr{
	width: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.zjbq_main1 .pic_nr img{
	width: 100%;
}
.zjbq_main1 .text{
	width: 56.4%;
	padding-left: 46px;
}
.zjbq_main1 .text1{
	font-size: 16px;
	color: #333;
	width: 100%;
	line-height: 32px;
	padding-top: 10px;
	margin-bottom: -8px;
}
.zjbq_main1 .text1 p{
	width: 100%;
	margin-top: 20px;
}
.zjbq_main2{
	width: 100%;
	padding: 40px 0 80px;
	background: url(../images/pic56.png) no-repeat center;
	/* background-size: cover; */
}
.swiper5 {
	width: 100%;
	padding-right: 104px;
	position: relative;
}
.swiper5:before {
	content: "";
	width: 104px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}
.swiper5 .item {
	width: 100%;
}
.swiper5 .item .year {
	font-size: 30px;
	font-weight: bold;
	color: #262626;
	width: 100%;
	height: 103px;
	line-height: 100%;
	padding-top: 30px;
	position: relative;
}
.swiper5 .item .year:before {
	content: "";
	width: 1400px;
	height: 1px;
	background: url(../images/pic54.png) repeat-x center;
	position: absolute;
	bottom: 12px;
	left: 0px;
	z-index: 1;
}
.swiper5 .item .year:after {
	content: "";
	width: 25px;
	height: 25px;
	background: url(../images/pic55.png) no-repeat center;
	background-size: 25px !important;
	position: absolute;
	bottom: 0px;
	left: 30px;
	z-index: 2;
}
.swiper5 .item .pic {
	width: 100%;
}
.swiper5 .item .pic img {
  width: 100%;
  max-width: 260px;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.swiper5 .item .text {
	width: 100%;
	padding: 30px 0px 4px;
}
.swiper5 .item .text1 {
	font-size: 22px;
	font-weight: bold;
	color: #262626;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper5 .item .text2 {
	font-size: 15px;
	color: #4c4c4c;
	width: 100%;
	height: 104px;
	line-height: 26px;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.swiper5 .swiper-slide.swiper-slide-active .item .year {
	font-size: 62px;
	color: #c60302;
	line-height: 100%;
	padding-top: 0px;
}
.swiper5 .swiper-slide.swiper-slide-active .item .year:after {
	background: url(../images/pic55h.png) no-repeat center;
}
.swiper5 .swiper-button-next,
.swiper5 .swiper-button-prev {
	position: absolute;
	top: 0px;
  bottom: auto;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	background-size: cover !important;
}
.swiper5 .swiper-button-prev {
	background: url(../images/pic52.png) no-repeat center;
	top: 60px;
  left: auto;
  right: 0px;
}
.swiper5 .swiper-button-next {
	background: url(../images/pic53.png) no-repeat center;
	top: 124px;
  left: auto;
  right: 0px;
}
.swiper5 .swiper-button-prev:hover {
  background: url(../images/pic52h.png) no-repeat center;
}
.swiper5 .swiper-button-next:hover {
  background: url(../images/pic53h.png) no-repeat center;
}
.swiper5 .swiper-button-next:after,
.swiper5 .swiper-button-prev:after {
  content: "";
}
.swiper5 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 60px;
	left: 0;
	display: none;
}
.swiper5 .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 100%;
	background: url(../images/pic2.png) no-repeat center;
	background-size: cover;
  opacity: 1;
}
.swiper5 .swiper-pagination-bullet-active {
  background: url(../images/pic2h.png) no-repeat center;
	background-size: cover;
  opacity: 1;
}
.zjbq_main3{
	width: 100%;
	padding-bottom: 80px;
}
.zjbq_main3 ul{
	margin: 0px -48px 0 0;
}
.zjbq_main3 ul li{
	width: 33.33%;
	padding: 40px 48px 0 0;
}
.zjbq_main3 ul li .item{
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.zjbq_main3 ul li .item .pic{
	width: 100%;
	overflow: hidden;
}
.zjbq_main3 ul li .item .pic img{
	width: 100%;
}
.zjbq_main3 ul li .item .text{
	width: 100%;
	height: 100%;
	padding: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.zjbq_main3 ul li .item .text_nr{
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, .75);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.zjbq_main3 ul li .item .text_nrk{
	width: 100%;
}
.zjbq_main3 ul li .item .text_nrk .icon{
	width: 100%;
}
.zjbq_main3 ul li .item .text_nrk .icon img{
	height: 60px;
}
.zjbq_main3 ul li .item .text_nrk .title{
	width: 100%;
	margin: 22px 0 16px;
	padding-bottom: 24px;
	position: relative;
}
.zjbq_main3 ul li .item .text_nrk .title p{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 100%;
}
.zjbq_main3 ul li .item .text_nrk .title span{
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
	width: 100%;
	line-height: 100%;
	margin-top: 10px;
	text-transform: uppercase;
	display: block;
}
.zjbq_main3 ul li .item .text_nrk .title:before{
	content: "";
	width: 28px;
	height: 2px;
	background-color: #c60302;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.zjbq_main3 ul li .item .text_nrk .content{
	font-size: 22px;
	color: #fff;
	width: 100%;
	min-height: 72px;
	line-height: 36px;
}
.zjbq_main4{
	width: 100%;
	margin-top: 40px;
}
.swiper6 {
	width: 100%;
	position: relative;
}
.swiper6 .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper6 .gallery-top {
  height: auto;
  width: 100%;
}
.swiper6 .gallery-top .swiper-slide {
  width: 100%;
  position: relative;
}
.swiper6 .gallery-top .swiper-slide .item {
	width: 100%;
	/* min-height: 420px; */
	padding: 34px 314px 34px 34px;
	background-color: #fff;
	border-radius: 8px;
	/* -webkit-box-shadow:0 0 17px rgba(176, 180, 208, .28);
	-moz-box-shadow:0 0 17px rgba(176, 180, 208, .28);
	box-shadow:0 0 17px rgba(176, 180, 208, .28); */
	overflow: hidden;
}
.swiper6 .gallery-top .swiper-slide .item1 {
	font-size: 36px;
	font-weight: bold;
	color: #c60302;
	width: 100%;
	line-height: 100%;
	padding-bottom: 10px;
	position: relative;
}
.swiper6 .gallery-top .swiper-slide .item1:before {
	content: "";
	width: 26px;
	height: 2px;
	background-color: #e5e5e5;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.swiper6 .gallery-top .swiper-slide .item2 {
	width: 100%;
	margin-top: 14px;
}
.swiper6 .gallery-top .swiper-slide .item2_l {
	width: 64.83%;
}
.swiper6 .gallery-top .swiper-slide .item2_l ul {
	margin: -38px 0 0 0;
}
.swiper6 .gallery-top .swiper-slide .item2_l ul li {
	width: 33.33%;
	padding: 38px 38px 0 0;
}
.swiper6 .gallery-top .swiper-slide .item2_l ul li .nr {
	width: 100%;
}
.swiper6 .gallery-top .swiper-slide .item2_l ul li .nr .pic {
	width: 100%;
	border: 1px solid #e6e6e6;
	overflow: hidden;
}
.swiper6 .gallery-top .swiper-slide .item2_l ul li .nr .pic img {
	width: 100%;
}
.swiper6 .gallery-top .swiper-slide .item2_l ul li .nr .title {
	font-size: 16px;
	color: #333;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin-top: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper6 .gallery-top .swiper-slide .item2_l ul li .nr:hover .title {
	color: #c60302;
}
.swiper6 .gallery-top .swiper-slide .item2_r {
	width: 35.17%;
	overflow: hidden;
}
.swiper6 .gallery-top .swiper-slide .item2_r ul {
	width: 100%;
}
.swiper6 .gallery-top .swiper-slide .item2_r ul li {
	font-size: 14px;
	color: #333;
	width: 100%;
	line-height: 100%;
	margin-top: 21px;
}
.swiper6 .gallery-top .swiper-slide .item2_r ul li:first-child {
	margin-top: 0px;
}
.swiper6 .gallery-top .swiper-slide .item2_r ul li a {
	color: #333;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper6 .gallery-top .swiper-slide .item2_r ul li a:hover {
	color: #c60302;
}
.swiper6 .gallery-thumbs {
	width: 240px;
	height: 464px;
	padding: 56px 0;
	background-color: #c60302;
	border-radius: 8px;
	position: absolute;
	top: -22px;
	right: 40px;
	z-index: 2;
	box-sizing: border-box;
}
.swiper6 .gallery-thumbs .swiper-slide {
  width: 100%;
}
.swiper6 .gallery-thumbs .swiper-slide .item {
	font-size: 18px;
	color: #ed9999;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper6 .gallery-thumbs .swiper-slide-active .item {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.swiper6 .swiper-button-next, .swiper6 .swiper-button-prev{
	position: absolute;
	top: auto;
	width: 100%;
	height: 56px;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	background-size: 17px 10px;
	background-repeat: no-repeat;
	background-color: #c60302;
	border-radius: 8px;
}
.swiper6 .swiper-button-prev{
	background-image: url(../images/pic60.png);
	background-position: center 33px;
	left: 0px;
  right: auto;
	top: 0px;
}
.swiper6 .swiper-button-next{
	background-image: url(../images/pic61.png);
	background-position: center bottom 33px;
	right: 0px;
	left: auto;
	bottom: 0px;
}

/* 视频弹窗 */
.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,.6);
}
.popup .popup-bd{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:999999;
  box-sizing: border-box;
  padding: 120px;
}
.popup .popup-bd video{
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
}
.popup .popup-bd .btn-close{
  position: absolute;
  right: 22px;
  top: 16px;
  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;
}

/* 五大生产工艺 */
.wdscgy ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

/* 销售网络 */
.xswl_main{
  width: 100%;
}
.xswl_main_l{
  width: 65%;
  margin-top: 0px;
  padding-right: 30px;
}
.xswl_main_l .pic{
	display: none;
}
.xswl_main_l img{
  width: 100%;
}
.xswl_main_r{
  width: 35%;
  margin-top: 30px;
  padding: 60px 30px 30px 40px;
  background-color: #eee;
}
.xswl_main_r1{
  font-size: 20px;
  font-weight: bold;
  color: #000;
  width: 100%;
  line-height: 100%;
}
.xswl_main_r2{
  width: 100%;
  margin-top: 40px;
  padding-right: 70px;
  position: relative;
}
.xswl_main_r2 .nr{
  width: 100%;
  padding-right: 10px;
}
.xswl_main_r2 .nr .wbk1{
  font-size: 16px;
  color: #6b6a6b;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 6px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
}
.xswl_main_r2 .btn1{
  width: 70px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #fff url(../images/pic70.png) no-repeat center;
  border: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.xswl_main_r3{
  font-size: 20px;
  color: #2c2c2c;
  width: 100%;
  line-height: 100%;
  margin-top: 22px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #c7c7c7;
}
.xswl_main_r4{
  font-size: 14px;
  color: #717171;
  width: 100%;
  height: 462px;
  line-height: 30px;
  margin-top: 10px;
  padding-right: 15px;
  overflow: hidden;
  overflow-y: auto;
}
.xswl_main_r4 .nr{
  width: 100%;
  margin-top: 6px;
  padding: 17px 70px 17px 20px;
}
.xswl_main_r4 .nr:first-child{
  margin-top: 0px;
}
.xswl_main_r4 .title span{
  font-size: 18px;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 2px;
  background-color: #000;
  display: inline-block;
}
.xswl_main_r4 .nr:hover, .xswl_main_r4 .nr.on{
  background-color: #fff;
}

#map{
  width: 100%;
  height: 690px;
}

/* 经销商网络 */
.jxswl_main{
	width: 100%;
	margin-top: 40px;
}
.jxswl_main1{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
}
.jxswl_main2{
	margin-right: -34px;
}
.jxswl_main2 .nr{
	width: 50%;
	padding: 34px 34px 0 0;
}
.jxswl_main2 .nr .wbk1{
	font-size: 18px;
	color: #747474;
	width: 100%;
	height: 51px;
	line-height: 49px;
	padding: 0 26px;
	background: #fff;
	border: 1px solid #c6c6c6;
}
.jxswl_main2 ::-webkit-input-placeholder { /* WebKit browsers */
	color: #747474;
}
.jxswl_main2 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #747474;
}
.jxswl_main2 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #747474;
}
.jxswl_main2 :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #747474;
}
.jxswl_main3{
	width: 100%;
}
.jxswl_main3 .title{
	font-size: 48px;
	font-weight: bold;
	color: #c60302;
	width: 100%;
	line-height: 100%;
	margin: 44px 0 16px;
	position: relative;
}
.jxswl_main3 .title em{
	font-size: 30px;
	line-height: 100%;
}
.jxswl_main3 .title span{
	display: inline-block;
	position: relative;
}
.jxswl_main3 .title span bdo.style1{
	visibility: hidden;
}
.jxswl_main3 .title span bdo.style2{
	position: absolute;
	top: 0px;
	left: 0px;
}
.jxswl_main3 .content{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 36px;
}
.jxswl_main3 .content p{
	width: 100%;
}
.jxswl_main4{
	width: 100%;
	margin-top: 40px;
	position: relative;
}
.jxswl_main4 .map{
	width: 100%;
	height: 940px;
}
.jxswl_main4 .text{
	width: 566px;
	/* height: 740px; */
	padding: 20px 30px 66px;
	background-color: #fff;
	position: absolute;
	top: 100px;
	right: 100px;
}
.jxswl_main4 .text1{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 28px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #d5d5d5;
}
.jxswl_main4 .text1 img{
	height: 28px;
	margin-right: 20px;
}
.jxswl_main4 .text2{
	width: 100%;
	height: 580px;
	margin-top: 30px;
	overflow: hidden;
	overflow-y: auto;
}
.jxswl_main4 .text2 .item{
	font-size: 16px;
	color: #717171;
	width: 100%;
	line-height: 30px;
	margin-top: 20px;
	padding-right: 20px;
}
.jxswl_main4 .text2 .item:first-child{
	margin-top: 0px;
}
.jxswl_main4 .text2 .item span.style1{
	font-size: 18px;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-right: 4px;
	background-color: #a50100;
	display: inline-block;
}
.jxswl_main4 .text2 .item.on span.style2{
	color: #a50100;
}
.jxswl_main5{
	width: 100%;
}
.jxswl_main5 .nr{
	width: 33.33%;
	padding: 50px 25px 0;
}
.jxswl_main5 .nr p{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
}
.jxswl_main5 .nr span{
	width: 100%;
	margin-top: 34px;
	display: block;
	position: relative;
}
.jxswl_main5 .nr span .wbk1{
	font-size: 18px;
	color: #747474;
	width: 100%;
	height: 51px;
	line-height: 49px;
	padding: 0 26px;
	background: #fff;
	border: 1px solid #c6c6c6;
}
.jxswl_main5 .nr span .wbk2{
	font-size: 18px;
	color: #747474;
	width: 100%;
	height: 51px;
	line-height: 49px;
	padding: 0 30px;
	background: #fff;
	border: 1px solid #c6c6c6;
}
.jxswl_main5 .nr span .wbk3{
	font-size: 18px;
	color: #747474;
	width: 100%;
	height: 51px;
	line-height: 49px;
	padding: 0 165px 0 30px;
	background: #fff;
	border: 1px solid #c6c6c6;
}
.jxswl_main5 .nr span .yzm{
	width: 137px;
	height: 51px;
	border: 1px solid #c6c6c6;
	position: absolute;
	top: 0px;
	right: 0px;
}
.jxswl_main5 ::-webkit-input-placeholder { /* WebKit browsers */
	color: #747474;
}
.jxswl_main5 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #747474;
}
.jxswl_main5 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #747474;
}
.jxswl_main5 :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #747474;
}
.jxswl_main6{
	width: 100%;
	text-align: center;
	margin-top: 70px;
}
.jxswl_main6 .btn1{
	font-size: 24px;
	color: #fff;
	width: 195px;
	height: 51px;
	line-height: 49px;
	text-align: center;
	background: #a50100;
	border: 0px;
}