[v-cloak] {
	display: none;
}
.el-pagination {
	justify-content: center;
}
.el-pagination.is-background .btn-next.is-active, .el-pagination.is-background .btn-prev.is-active, .el-pagination.is-background .el-pager li.is-active {
	background-color: #4FA03A!important;
	color: #fff!important;
}
#vue-web {
  background-color: #fff;
}
.container{
	width: 100%;
	display: block;
}

/* 头部样式 */
.header {
	width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.banner {
  margin-top: 128px;
}
.top {
	/*background: #0D0D0F;*/
	background: #fff;
	position: relative;
	border-top:2px solid #4FA03A;
	border-bottom: 1px solid #EEEEEE;
}
.top-container {
	display: flex;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
}
.top .top-left {
	display: flex;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	/*color: #FFFFFF;*/
}
.top .top-right {
	padding-left: 40px;
	display: flex;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	/*color: #FFFFFF;*/
	/*background: #DA251C;*/
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	max-width: 651px;
	width: 100%;
	/*-webkit-clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);*/
    /*clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);*/
}

.top .top-right .right-item {
	margin-right: 20px;
}
.top .top-right .right-item i{
	margin-right: 10px;
}
.header-content {
	width: 100%;
	background: #FFFFFF;
}
.header-list {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}
.header-list .logo{
	max-width: 120px;
	width: 100%;
	display: flex;
	align-items: center;
}
.header-list .logo img{
	width: 100%;
}
.header-list .nav{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.header-list .nav .nav-list{
	display: flex;
	width: 74%;
}
.search {
	width: 100%;
	max-width: 250px;
	position: relative;
}
.search .search-btn {
	width: 100%;
	border: 1px solid #D3D3D3;
}
.search .iconfont{
	position: absolute;
	right: 12px;
	top: 0;
}

.nav .nav-list {
	display: flex;
	height: 100%;
	margin-bottom: 0;
	flex-wrap: wrap;
}

.nav ul.nav-list  li{
    padding:0 17px;
	box-sizing: border-box;
    /*margin:0 17px;*/
    list-style:none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav ul.nav-list  li a{
	display: inline-block;
    text-decoration: none;
	color: #000000;
}
.nav ul.nav-list  li.cur{
	/*color: #E1000C;*/
	/*border-bottom: 4px solid #E1000C;*/
}
.nav ul.nav-list  li.cur>a{
	/*color: #E1000C;*/
	font-weight: 900;
}
.nav ul.nav-list  li.nav-item{
	position: relative;
	z-index: 3;
    height: 57px;
	/*width: 10%;*/
	width: 140px;
	border-left: 1px solid #EEEEEE;
	text-align: center;
}
.nav ul.nav-list  li.nav-item:last-child{
	border-right: 1px solid #EEEEEE;
}
.nav ul.nav-list  li.nav-item .nav-item-child{
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	background: #FFFFFF;
	border: 1px solid #B5B5B5;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.47);
	border-right: 0;
}
.nav ul.nav-list  li.nav-item .nav-item-child li:hover>a{
	color: #E1000C;
  text-decoration: underline;
}
.nav ul.nav-list  li.nav-item .nav-item-child li.child_cur>a{
	color: #E1000C;
  text-decoration: underline;
}
.nav ul.nav-list  li.nav-item .nav-item-child .nav-item-child-list>ul{
	border-right: 1px solid #B5B5B5;
}
.nav ul.nav-list  li.nav-item .nav-item-child .nav-item-child-list>ul>li{
	border-right: 1px solid #B5B5B5;
	margin-right: 0;
	/* padding: 20px 30px 20px 0; */
	justify-content: left;
	box-sizing: border-box;
}
.nav ul.nav-list  li.nav-item .nav-item-child .nav-item-child-list{
	width: 300px;
}
.nav ul.nav-list  li.nav-item .nav-item-child .nav-item-child-list>ul>li>a {
	margin-right: 20px;
}
.nav-item-child-child
{
	display: none;
	/* padding: 15px 37px 20px 0; */
	position: absolute;
	left: 299px;
	top: -1px;
	background: #fff;
	height: auto;
  min-height: 101%;
	z-index: 1;
	border: 1px solid #B5B5B5;
	border-left: 0;
  min-width: 250px;
}
.nav-item-child-child-child
{
	display: none;
	position: absolute;
	left: 249px;
	top: -1px;
	background: #fff;
	height: auto;
  min-height: 101%;
	z-index: 1;
	border: 1px solid #B5B5B5;
	border-left: 0;
  min-width: 250px;
  border-left: 1px solid #B5B5B5;
}
.nav ul.nav-list .nav-item-child-child>ul>li
{
  justify-content: left;
}
.nav ul.nav-list .nav-item-child-child .nav-item-child-child-child>ul>li
{
  justify-content: left;
}
.nav ul.nav-list  li.nav-item .icon-a-16-youjiantou{
	transform: rotate(90deg);
	margin-left: 5px;
}
.nav ul.nav-list  li.nav-item .nav-item-child .nav-item-child-list li{
	padding: 5px 0;
}
.nav ul.nav-list  li.nav-item:hover .nav-item-child{
	display: block;
}
.nav ul.nav-list  li.nav-item .nav-item-child .nav-item-child-list>ul>li:hover{
	border-right: 0;
}
.nav ul.nav-list  li.nav-item .nav-item-child .nav-item-child-list>ul>li:hover .nav-item-child-child{
	display: block;
}
.nav ul.nav-list  li.nav-item .nav-item-child .nav-item-child-list .nav-item-child-child>ul>li
{
	margin: 0;
}
.nav ul.nav-list  li.nav-item .nav-item-child .nav-item-child-list .nav-item-child-child>ul>li:hover  .nav-item-child-child-child
{
	display: block;
}
.index-swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.index-swiper .swiper-wrapper{
	/* flex-wrap: wrap; */
}
.banner .owl-carousel img {
	width: 100%;
}
.banner-list-item {
	width: 100%;
}
/* 头部end */
/* 首页start */
.header-div {
	margin: 60px 0 20px 0;
	text-align: center;
}
.header-div h1{
	/* border-bottom: 3px solid #DA251C; */
	display: inline-block;
	padding-bottom: 10px;
	margin: 0;
  font-weight: bold;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*.header-div h1:after{*/
/*  content:'';*/
/*  width: 80px;*/
/*  height: 3px;*/
/*  background-color: #DA251C;*/
/*}*/

.header-div .my-desc{
	margin: 27px 0;
}
.p-list {
	padding:10px;
	box-sizing: border-box;
}
.p-list .p-item .imgbox {
	height: 300px;
	border: 1px solid #B7B7B7;
	display: flex;
	align-items: center;
	justify-content: center;
  overflow: hidden;
}
.p-list .p-item .imgbox2 {
	border: 1px solid #B7B7B7;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-list .p-item .imgbox img {
	width: 100%;
}
.p-list .p-item:hover{
	cursor: pointer;
}
/*.p-list .p-item:hover .imgbox{*/
/*	border: 0;*/
/*	box-shadow: 0 0 10px 1px #da251c;*/
/*}*/
/*.p-list .p-item:hover .p-desc{*/
/*	background-color: #DA251C;*/
/*	color: #FFFFFF;*/
/*}*/
.p-list .p-item .zsh-desc{
	margin-top: 10px;
}
.p-list .p-item:hover .imgbox2{
	border: 0;
	box-shadow: 0 0 10px 1px #da251c;
}
.p-list .p-item:hover .zsh-desc{
	color: #DA251C;
}
.p-list .p-item .p-desc {
	background: #E8E8E8;
	height: 90px;
	/*text-align: left;*/
	padding-top: 20px;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #000000;
	overflow: hidden;

}
.p-list .p-item .goods-price {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FF0505;
}
.p-list .p-item:hover .goods-price {
	color: #da251c;
}
.view-more {
	margin: 0 auto;
	width: 274px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	background: #4FA03A;
	/*background: #FF4505;*/
	text-align: center;
	margin-top: 20px;
	cursor: pointer;

}
.box-content {
	width: 100%;
	position: relative;
}
.box-left-bg {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/03indexbg.jpg);
	max-width: 1202px;
	width: 100%;
	height: 574px;
}
.box-right-bg {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #DA251C;
	max-width: 1090px;
	width: 100%;
	height: 335px;
	z-index: 1;
}
.container-1 {
	/*background: url(../images/index/green-bg.png);*/
	padding:1px 0;
	padding-bottom: 20px;
}
.container-1 .header-div h1 {
	/*color:#fff;*/
}
.container-1 .header-div .my-desc {
	/*color:#fff;*/
}
.container-1 .p-list .p-item .p-desc {
	background: none;
	/*color:#fff;*/
}
.container-1 .p-list {
	overflow: hidden;
	/*border:1px solid #ddd;*/
}
.container-1 .p-list:hover{
	box-shadow: 0 0 10px 1px #da251c;
	/*background: #000;*/
}
.container-1 .p-list:hover .p-desc{
	color: #da251c;
}

.container-1 .view-more{
	margin:80px auto;
}

.container-18 .unit-18-map {
	margin-bottom: 20px;
}
.container-2 .container {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
	flex-wrap: wrap;
}
.box-left {
	color: #FFFFFF;
	padding-right: 40px;
}
.box-left .row{
	margin: 30px 0;
}
.box-left .row h2{
	margin-top: 20px;
}
.box-right {
	/* padding-left: 40px; */
}
.box-right img{
	width: 100%;
}
.container-3 .content3 img{
	width: 100%;
}
.container-4 {
	color: #fff;
	padding: 30px 0;
	background:url(../images/indexbg.jpg);
}
.container-4 .view-more{
	width: 100%;
}
.container-18 {
	/*background:url(../images/index/cloud-bg.png);*/
	padding:55px 0;
	background: #F7F7F7;
}
.container-18 .box-content .box-left h1,
.container-18 .box-content .box-left div
{
	color:#000;
}

.container-18 .box-content .box-left div.view-more{
	color:#fff;
	margin-left:0;
}

.container-18 .box-content .box-right .unit-18-list{
	display: flex;
	flex-wrap:wrap;
}
.container-18 .box-content .box-right .unit-18-list .unit-18-item{
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 10px 0;
}
.container-18 .box-content .box-right .unit-18-list .unit-18-item img{
	width: auto;
	height: 65px;
	margin-bottom: 10px;
}
.container-19 {
	background:url(../images/index/cloud-green-bg.png) no-repeat;
	background-size: 100% 100%;
	padding:0 0 10px 0 ;
}

/*.container-bg19 {*/
/*	background:url(../images/index/cloud-green-bg.png) no-repeat;*/
/*	background-size: 100% 100%;*/
/*	padding:25px 0;*/
/*	margin-top: 50px;*/
/*}*/
.container-19 .box-content-left {
	max-width: 600px;
	background: rgba(0, 0, 0 , 0.6);
	padding: 30px 50px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.container-19 .box-content-left .view-more{
	/*margin: 20px 0;*/
	width: 200px;
	/*margin-left: 10px;*/
	margin-right: 0;
}
.container-19 .box-content-left .box-content .input-item{
	color:#fff;
	height:56px;
}
.container-19 .box-content-left .box-content .input-item-text{
	color:#fff;
}
.container-19 .box-content-left .box-content .yanzheng_code .yanzengma-item{
	color:#fff;
}

.container-19 .box-content-left .box-content .yanzheng_code .yanzhengma-input {
	height:56px;
	line-height:56px;
	width: 220px;
	margin-left: 10px;
}


.width100 {
	width: 100%;
}
.row-margin.row {
	/*margin-top: 20px;*/
}
.box-content .input-group {
	border: 1px solid #B7B7B7;
	line-height: 56px;
	height: 56px;
}
.box-content .textarea-item {
	width: 100%;
	border: 1px solid #B7B7B7;
	padding: 10px;
}
.flex-block {
	display: flex;
	align-items: center;
}
.sub-btn {
	margin: 0 20px 0 20px;
	line-height: 56px;
	height: 56px;
}
.box-content .input-group-sm {
	border: 1px solid #B7B7B7;
	line-height: 56px;
	height: 56px;
	width: 280px;
}
/* 首页end */

/* 底部 */

.footer
{
	background-color: #214139;
	color:#fff;
	font-size: 14px;
}
.footer a{
	text-decoration: none;
	color:#fff;
}
.flex {
	display: flex;
}
.flex.inline-flex {
	display: inline-flex;
}
.flex-space-between {
	justify-content: space-between;
}
.flex-space-center {
	justify-content: center;
}
.flex-space-around {
	justify-content: space-around;
}
.flex-wrap {
	flex-wrap:wrap;
}
.foot_up {
	padding:60px 40px;
}
.foot_down {
	padding:35px 0;
	border-top: 1px solid #565A61;
	background-color: #111111;
}
.flex-30 {
	width: 33%;
}
.foot-right-list
{
	justify-content: left;
}
.foot-left-list .fl-item {
	margin-bottom: 22px;
}
.foot-left-list .fl-item .iconfont{
	margin-right: 9px;
}
.foot-right-list .fr-item-item {
	width: 100%;
	margin:15px;
  margin-left: 0;
}
.margin-right-30 {
	margin-right: 30px;
}
.fr-item-item.fr-title{
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
}
/* 底部end */

/**	面包屑导航 */
.breadnav
{
	color:#898989;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #8A8A8A;
	line-height: 18px;
	padding-top: 20px;
}
.breadnav a
{
	color:#898989;
	text-decoration: none;
}
/* end */

/* about1 */
.container-about1 {
	padding: 30px 0;
}
.content-desc {
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #000000;
}
.content-desc p {
	margin: 5px!important;
}
.margin-20 {
	margin: 20px 0;
}
.margin-top-50 {
	margin-top: 50px!important;
}
.box-img-left {
	width: 340px;
	position: relative;
	margin:38px 23px 0 0;
	padding-bottom: 20px;
	overflow: hidden;
    box-sizing: border-box;
}
.box-img-left .content-item {
	position: relative;
	z-index: 2;
	color: #fff;
}
.box-img-left .content-item img{
	max-width: 310px;
}
.box-img-left .content-item p{
	text-align: right;
	margin: 10px 40px 0 0;
}
.box-img-left .box-bg-red {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 310px;
	height: 416px;
	background: #DA251C;
	z-index: 1;
}
.padding-left-40 {
	padding-left: 40px!important;
}
.float-right {
	float: right;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.container-about-e1 {
	background: #F1F1F1;
	padding: 20px 0 60px 0;
}
.bg-gray {
	background: #F1F1F1;
}
.video-item {
	padding-top: 20px;
	position: relative;
}
.video-item .video-div{
	height: 600px;
}
.product-swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-left: 60px;
}
.jiantou{
	background-color: #fff;
	height: 350px;
	align-items: center;
	overflow: hidden;
	z-index: 2;
	padding:0 20px;
}
.jiantou i{
	color: #8D8D8D;
	width: 39px;
	height: 68px;
	font-size: 48px;
	margin-top: 30px;
}
.jiantou.to-left-img {
	position: absolute;
	left: 0;
	top: 0;
}
.jiantou.to-right-img {
	position: absolute;
	right: 0;
	top: 0;
}

.video-list-item {
	padding: 20px;
}
.product-swiper .video-list-item {
	/* max-width: 25%; */
}
.img-box-video {
	width: 284px;
	height: 284px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #B7B7B7;
	background: #FFFFFF;
}
.video-icon {
	position: absolute;
	top: 30%;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}
/* .video-list-item:hover .img-box-video img{
	border: 4px solid #DA251C;
} */
.video-list-item:hover .img-box-video{
	border: 4px solid #DA251C;
}
.index-shipin {
	height: 100%;
	max-height: 500px;
}
/* 三角播放按钮 */
.circle-a {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #9A1717;
	background-color: rgba(255,255,255, 0.8);
}
.circle-b {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #9A1717;
}
.sanjiao {
	width: 19px;
	height: 22px;
	margin-left: 4px;
	background: #FFFFFF;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.circle-a.a2 {
	width: 112px;
	height: 112px;
}
.circle-b.b2 {
	width: 85px;
	height: 85px;
}
.sanjiao.c2 {
	width: 35px;
	height: 40px;
	margin-left: 10px;
}
.container-about-e2 {
	margin-top: 60px;
}
.p-item2 {
	border: 1px solid #B7B7B7;
	padding: 10px;
	height: 100%;
}
.p-item2.p-item-pro {
	max-height: 200px;
}
.p-item2:hover {
	border: 0;
	box-shadow: 0 0 10px 1px #da251c;
}
.p-item2 .zsh-desc{
	margin: 24px 0;
}
.container-about-a,
 .container-about-b,
 .container-about-c,
 .container-about-d,
 .container-about-e2
{
	margin-bottom: 50px;
}
/* aboutend */
/* 产品 */
/* 颜色默认修改成浅绿 */
.bg-red {
	/*background: #DA251C;*/
	background: #4FA03A;
}
.color-white {
	color: #fff;
}
.left-nav {
	margin-top: 10px;
}
.title-pro {
	padding: 20px 0;
}
.left-nav-list {
	border: 1px solid #B7B7B7;
	border-top: 0;
	padding: 0 10px;
}
.left-nav-list .nav-list-item{
	padding:20px 0;
	border-bottom: 1px solid #DBDBDB;
}
.left-nav-list .nav-list-item:last-child{
	border-bottom: 0;
}
.left-nav-list .nav-list-item .nav-header{
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}
.left-nav-list .nav-list-item .nav-header.active{
	color: #DA251C;
}
.left-nav-list .nav-list-item .nav-header.active .iconfont{
	transform: rotate(90deg);
}
.left-nav-list .nav-list-item .nav-header::before{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #A8A8A8;
	border-radius: 50%;
	display: inline-block;
	left: 10px;
	top: 10px;
}
.left-nav-list .nav-list-item:hover>.nav-header::before{
	background: #DA251C;
}
.left-nav-list .nav-list-item:hover>.nav-header{
	color: #DA251C;
}
.nav-child-item:hover {
	color: #DA251C;
}
.nav-child-list {
	margin: 10px 0 0 50px;
}
.nav-child-list .nav-child-item{
	padding: 5px 0;
	cursor: pointer;
}
.nav-child-list .nav-child-item.active>.nav-header,
.nav-child-list .nav-child-item.active>span
{
	color: #DA251C;
}
.margin-left-10 {
	margin-left: 10px;
}
.font-bold {
	font-weight: bold;
	margin: 0;
}
.img-product {
	max-width: 200px;
	width: 100%;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-news {
	max-width: 400px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	overflow: hidden;
}

.container-product-detial {
	margin-top: 20px;
}
.jiantou2 {
	width: 70px;
	height: 24px;
	background: #E6E6E6;
	border: 1px solid #E0E0E0;
	text-align: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.jiantou2 i{
	transform: rotate(90deg);
}
.detail-marjor-img {
	margin-left: 30px;
	max-width: 500px;
	height: 400px;
	border: 1px solid #B7B7B7;
}
.detail-list-img {
	max-height: 427px;
	overflow: hidden;
	max-width: 70px;
	width: 100%;
}
.detail-list-img .list-img{
	max-height: 360px;
	/* overflow: hidden; */
	margin: 10px 0;
}
.detail-list-img .list-img .list-img-item{
	width: 70px;
	height: 70px !important;
	background: #FFFFFF;
	border: 1px solid #B7B7B7;
	margin:0 0 20px 0;
}
.height100 {
	height: 100%;
}
.btn-red-border {
	font-size: 19px;
	height: 70px;
	line-height: 70px;
	background: #FFFFFF;
	border: 1px solid #CC131D;
	border-radius: 10px;
	color: #CC131D;
	padding: 0 20px;
	margin: 0 10px;
}
.btn-red-bd {
	font-size: 19px;
	color: #FFFFFF;
	height: 70px;
	line-height: 70px;
	background: #CC131D;
	border-radius: 10px;
	padding: 0 20px;
	margin: 0 10px;
}
.pr-header-title {
	margin: 50px 0;
	padding: 0 0 20px;
	border-bottom: 1px dashed #ccc;
}
.container-product-list,
.container-product-detial{
	margin-bottom: 50px;
}
/* 产品end */
/* 新闻 */
.font-18 {
	font-size: 18px;
}
.view-more2 {
	width: 130px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	margin: 0;
}
.icon-a-24-xinwenliebiaojiantou {
	color: #DA251C;
}
.p-item-new {
	padding-bottom: 33px;
}
.p-item-new:hover .news-time,
.p-item-new:hover .title
{
	color: #DA251C;
}
.title-box {
	margin-top: 22px;
}
.p-item-new .title-box{
  min-height: 100px;
}
.news-title {
	border-bottom: 1px solid #E4E4E4;
}
.news-cotent-all {
	padding: 20px 0;
}
.font-14 {
	font-size: 14px;
}
.icon-a-32hongsejiantou {
	color: #DA251C;
}
.ellipsis-one {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ellipsis-two{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ellipsis-three{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news-relate:hover .title{
	color: #DA251C;
}
.hover-red:hover {
	color: #DA251C;
}
.relate-content {
	width: 95%;
}
.container-news-detial,
.container-news-list
{
	margin-bottom: 50px;
}
/* 新闻end */
/* down */
.containe-down-list {
	margin-bottom: 50px;
}
.img-down {
	width: 70px;
	height: 74px;
}
.view-more-down {
	width: 100%;
	max-width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 0.8rem;
}
.containe-news-list .title-box{
	padding: 0 20px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}
.padding-top-20 {
	padding-top: 20px;
}
.box-login {
	padding: 40px 10px;
	width: 100%;
	max-width: 1100px;
	background: #FFFFFF;
	border: 6px solid #DBDBDB;
	margin: 10px auto;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.box-login .input-group-sm.input-group-login {
	max-width: 500px;
	height: 56px;
	width: 100%;
}
.input-item {
	max-width: 600px;
	margin: 10px auto;
}
.container-5 {
	margin-bottom: 50px;
}
/* down end */
/* 联系我们 */
.containe-contact {
	padding: 45px 70px;
}
.text-red {
	color: #DA251C;
}
.map {
	width: 100%;
	max-width: 700px;
	min-height: 450px;
	border: 1px solid #F1F1F1;
	background-color: #F1F1F1;
}
.yanzheng_code {
  position: relative;
}

.yanzheng_code>img {
  position: absolute;
  top: 6px;
  right: 2px;
  height: 30px;
}
/* 联系我们end */
.nav-wrap-btn {
    display: none;
}
.nav-wrap-btn img {
    width: 30px;
}
.kefu-box {
	top: 40%;
	right: 0;
	z-index: 1000;
}
.kefu-box .flex-item{
	width: 60px;
	height: 60px;
	margin-bottom: 1px;
	text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kefu-box .flex-item .iconfont{
	font-size: 28px;
}
.kefu-box .flex-item .iconfont.top-top{
	font-size: 12px;
}
.kefu-box .flex-item>p{
	margin-bottom: 0;
}
.kefu-content {
	display: none;
	padding: 17px;
	top:0;
	right: 60px;
	width: 200px;
	background-color: #fff;
	min-height: 60px;
	border: 1px solid #DA251C;
}
.flex-item:hover .kefu-content {
	display: block;
}
.index-swiper .swiper-pagination-bullet{
	background: #fff!important;
	opacity: 1!important;
}
.index-swiper .swiper-pagination-bullet-active {
	background: #fff!important;
	width: 20px!important;
	border-radius: 5px!important;
}
.el-pagination span{
  background: #574225;
  border: 1px solid #CC131D;
  color: #FFFFFF;
  padding: 0 5px;
  line-height: 2;
  border-radius: 4px;
}
.el-pagination.is-background .el-pager li:not(.disabled){
  background-color: #3E3E45;
  color: #fff;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #CC131D;
  color: #fff;
}

/*购买弹框样式设置*/
#exampleModal2 .modal-body {
	padding:0;
}
#exampleModal2 .form-box {
	display: flex;
	flex-wrap: wrap;
	background: #F1F1F1;
	padding:30px 45px;
}
#exampleModal2 .form-list {
	margin: 30px 45px;
}
#exampleModal2 .form-box .form-item {
	display: flex;
	align-items: center;
	height: 40px;
	line-height: 40px;
	width: 48%;
	margin-right: 10px;
}

#exampleModal2 .form-box .form-item .form-left{
	width: 26%;
}
#exampleModal2 .form-box .form-item .form-right{
	width: 74%;
}
#exampleModal2 .form-box .form-item-w100 .form-left{
	width: 9%;
}
#exampleModal2 .form-box .form-item-w100 .form-right{
	width: 91%;
}
#exampleModal2 .form-box .form-item-w100{
	display: flex;
	width: 100%;
	align-items: center;
}
#exampleModal2 .sub-box {
	margin: 30px 45px;
}
#exampleModal2 .sub-tishi{
	/*display: flex;*/
	/*align-items: center;*/
}
#exampleModal2 .sub-tishi span{
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
}
#exampleModal2 .sub-tishi span.color-red{
	color: #4FA03A;
}

#exampleModal2 .sub-btn{
	margin:5px auto;
}

#exampleModal2 .form-list .payment-type .payment-type-item.active{
	color: #FF0505;
}
.empty_box {
	margin: 50px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.empty_p {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #FFB23A;
}

.check-box.active {
	background: #4FA03A;
	border: 1px solid #4FA03A;
}
.check-box img{
	width: 10px;
	height: 10px;
}
.pc-hidden {
	display: none;
}
.box-show {
	display: block;
}
.box-hidden {
	display: none;
}

#exampleModal2 .form-list .form-item .form-right .payment-type .check-box{
	margin-right: 10px;
}
.container-19-box-title{
	background: #fff;padding:25px 0 40px 0;
}

.price-box .list-price {
	display: flex;
	flex-wrap: wrap;
}
.price-box .discount-usd {
	margin-left: 10px;
}
@media only screen and (max-width: 1200px) {
	.header-list .nav .nav-list{
		width: 100%;
	}
	.search {
		display: none;
	}
}
@media only screen and (max-width:1024px ) {
	.header-list .nav .nav-list{
		width: 100%;
	}
	.search {
		display: none;
	}
}

.price-box .five-starts {
	margin: 0 30px;
}

@media only screen and (max-width:1024px ) {
	.pc-hidden {
		display: block;
	}
	.gift-list .jiantou {
		max-height: 300px!important;
		/*display: none!important;*/
	}
	.gift-list .product-swiper {
		margin: 0!important;
	}
	.top {
		display:flex;
		justify-content: space-between;
		width: 100%;
		overflow: auto;
	}
	.top .top-left {
		position: relative;
		text-wrap: nowrap;
	}
	.top .top-right {
		position: relative;
		text-wrap: nowrap;
		/*padding-left: 0;*/

		justify-content: space-between;
		padding:0 0 0 10px ;
	}
	.hidden-xs {
		display: none;
	}
	#Unit2 .box-content {
		overflow: hidden;
		background: #232323;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.box-left-bg {
		background: none;
	}
	.font-size-12-mi {
		font-size: 12px;
	}
	.header-list .nav .nav-list.phone-show {
		 display: none;
		height: 400px;
		overflow: hidden;
		overflow-y: scroll;
	}
	.nav-wrap-btn {
		display: inline-block;
		right: 8px;
		top: 10px;
	}
	/* 导航按钮 */
	.nav.nav-wrap {
		display: block;
		width:100%;
		left: 0;
		top: 48px;
	}
	.nav.nav-wrap .nav-list {
		background-color: #fff;
		width: 100%;
		color:#000;
		position: fixed;
		top: 107px;
		left: 0;
	}
	.nav.nav-wrap ul.nav-list {
		padding: 0;
		height: auto;
	}
	.nav.nav-wrap ul.nav-list li {
		width:100%;
	}
	.nav.nav-wrap ul.nav-list li a {
		color: #000;
		margin: 15px 0;
	}
	.nav.nav-wrap ul.nav-list li {
		padding: 0;
		margin: 0 10px;
		list-style: none;
	}
	.nav-wrap-btn {
		display: block;
		text-align: right;
	}
	.nav-wrap-btn img{
		width: 30px;
	}
	.header-list .logo img {
		max-width: 100px;
	}
	.search {
		/* display: none; */
	}
	.header-list {
		padding: 15px 0;
		border-bottom: 1px solid #ccc;
	}
	.header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1990;
	}
	.banner {
		margin-top: 107px;
	}
	.btn-red-border {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
		border-radius: 5px;
		padding: 0 5px;
		margin: 10px 5px 0 0;
	}
	.btn-red-bd {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
		border-radius: 5px;
		padding: 0 8px;
		margin: 10px 5px 0 0;
	}
	.product-relate .jiantou{
		/*display: none!important;*/
		height: 300px;
		padding: 0;
	}
	.product-relate .produt-relate-list {
		/* flex-wrap: wrap!important; */
	}
	.product-relate .produt-relate-list .video-list-item{
		width: 100%;
	}
	.pr-header-title {
		margin: 10px 0;
	}
	.pr-header-title h1{
		font-size: 18px;
	}
	.detail-marjor-img {
		max-height: 280px;
		margin-left: 20px;
    min-height: 0;
    overflow: hidden;
	}
	.detail-list-img .list-img {
	    max-height: 240px;
	}
	.detail-list-img{
		max-width: 40px;
	}
	.detail-list-img .list-img .list-img-item {
	    width: 40px;
	    height: 40px!important;
	}
	.jiantou2 {
	    width: 40px;
	}
	.img-down {
	    width: 40px;
	    height: 44px;
	}
	.view-more-down {
	    width: 100%;
	    max-width: 100px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 0.4rem;
		margin-top: 0;
	}
	.title-box {
	    margin-left: 5px;
	}
	.sub-btn {
	    margin: 10px 20px 0 20px;
	}
	.map {
		min-height: 250px;
	}
	.header-div .my-desc {
	    margin: 0;
	}
	.header-div {
	    margin: 10px 0 10px 0;
	}
	.padding-bottom-50,
	.padding-top-20 {
	    padding-top: 10px;
	}
	.container-5 {
	    margin-bottom: 10px;
	}
	.container-2 .container {
	    padding: 10px 0;
	}
	.container-2 .box-right-bg,
	.phone-hidden,
	.container-2 .box-right  {
		display: none!important;
	}
	.container-4 .index-shipin  {
		height: 240px;
	}
	.foot-right-list .fr-item-item {
	    margin: 5px 0;
	}
	.kefu-box {
		display: none;
	}

	/* 样式调整先暂时内容 */
	.header-list .nav .nav-list.phone-show.active {
		display: block!important;
	}
	.nav-item-child.active {
		display: block!important;
	}
	.nav-item-child-child.active {
		display: block!important;
	}
  .nav-item-child-child-child.active {
  	display: block!important;
  }
	.nav ul.nav-list li.nav-item {
		flex-wrap: wrap;
		justify-content: left;
		padding-left: 20px;
		box-sizing: border-box;
    height: auto;
	}
	.nav ul.nav-list li.nav-item .nav-item-child {
		/* display: block; */
		position: unset;
		width: 100%;
		border: 0;
		box-shadow: none;
	}
	.nav ul.nav-list li.nav-item .nav-item-child .nav-item-child-child{
		/* display: block; */
		position: unset;
		width: 100%;
		border: 0;
		box-shadow: none;
	}
  .nav ul.nav-list li.nav-item .nav-item-child .nav-item-child-child .nav-item-child-child-child {
  	/* display: block; */
  	position: unset;
  	width: 100%;
  	border: 0;
  	box-shadow: none;
  }
	.nav ul.nav-list li.nav-item .nav-item-child .nav-item-child-list{
		width: 100%;
	}
	.nav ul.nav-list li.nav-item .nav-item-child ul{
		border: 0!important;
		padding-left: 5px;
	}
	.nav ul.nav-list li.nav-item .nav-item-child ul li{
		border: 0!important;
		flex-wrap: wrap;
		justify-content: left;
	}
	.nav ul.nav-list li.nav-item .nav-item-child .nav-item-child-list>ul>li{
		padding: 0;
	}
	.foot-right-list {
		justify-content: left;
	}
	.container-4 .view-more{
		display: block;
	}
	.container-4 .view-more,
	.view-more {
		width: 250px;
	}
	.foot_up {
		padding: 20px;
	}
  .detail-marjor-img .topMask {
    width: 100%!important;
    position: relative!important;
    height: auto!important;
  }
	.goods-title{
		font-size: 18px!important;
	}
  #goodsPics {
    position: relative!important;
    top: 0!important;
  	height: auto!important;
  }
  .yanzheng_code>img {
    top: 12px;
  }

  .form-list .form-item .form-right {
    width: 100%!important;
  }

	.container-19 .box-content-left {
		padding: 30px;
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.container-19 .box-content-left .box-content .yanzheng_code .yanzhengma-input {
		height:56px;
		line-height:56px;
		width: 100%;
		margin-left: 10px;
	}
	.container-19 .box-content-left .box-content .yanzheng_code>img {
		top: 50px;
		right: 20px;
	}

	.container-18 .box-content .box-right .unit-18-list{
		margin: 10px 0;
	}
	.container-18 .box-content .box-right .unit-18-list .unit-18-item{
		text-align: center;
		font-size: 12px;
	}
	.container-18 .box-content .box-right .unit-18-list .unit-18-item img{
		height: 50px;
	}
	.container-18{
		padding: 25px 0;
	}
	.video-list-item{
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	.container-box .container-product-detial .gift-box .buy-msg-box{
		flex-wrap: wrap;
		font-size: 14px;
	}
	#exampleModal2 .form-box{
		padding: 10px;
	}
	#exampleModal2 .form-box .form-item-w100 .form-left {
		width: 25%;
	}
	#exampleModal2 .form-box .form-item-w100 .form-right {
		 width: 72%;
 	}
	#exampleModal2 .form-box .form-item{
		width: 100%;
	}
	#exampleModal2 .form-list{
		margin: 10px;
	}
	#exampleModal2 .form-list .form-item .form-left {
		display: block!important;
		font-size: 12px;
		padding: 5px;
	}
	#exampleModal2 {
		z-index: 1999;
		padding-right: 0;
	}
	#exampleModal2 .form-list .form-item .form-right{
		font-size: 14px;
		padding: 5px;
	}
	#exampleModal2 .form-list .form-item .form-right .payment-type{
		font-size: 14px;
		padding: 5px;
		max-height: 300px;
		overflow: auto;
	}
	#exampleModal2 .form-list .form-item .form-right .payment-type .price-text{
		font-size: 10px;
	}
	.product-swiper {
		width: 100%;
		overflow: hidden;
		position: relative;
		padding-left: 0px;
	}
	.p-list {
		width: 50% !important;
	}
	.p-list .p-item .imgbox{
		height: 150px;
	}
	.container-1 .p-list .p-item .p-desc{
		-webkit-line-clamp: 2;
		height: 50px;
		padding-top: 5px;
	}
	.header-div .my-desc {
		display: none;
	}
	.container-1 .view-more{
		margin: 10px auto;
	}
	.container-18 {
		display: none;
	}
	.container-19-box-title{
		padding:15px;
	}
	.top-container {
		display: none;
	}
	.p-item2.p-item-pro {
		max-height: 500px;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.p-item2.p-item-pro .pro-desc{
		display: none;
	}
	.p-item2.p-item-pro .product-title-box{
		margin-left: 0;
	}
	#exampleModal {
		z-index: 9999;
	}
	#exampleModal .modal-body{
		padding: 0;
	}
	#exampleModal  .form-list .form-item .form-left{
		padding: 5px 5px;
		width: 25%;
	}
	#exampleModal  .form-list .form-item .form-right p{
		line-height: 30px!important;
		font-size: 14px;
	}
	#exampleModal  .form-list .form-item .form-label{
		font-size: 12px;
		height: 45px;
		line-height: 45px;
	}
	.box-content .label-msg {
		display: none;
	}
	.container-19 .box-content-left .box-content .input-item {
		height: 40px!important;
	}
	.price-box .goods-price {width: 100%}
	.price-box .list-price {width: 100%;margin: 0;display: flex;flex-wrap: wrap;}
	.price-box .discount-usd {
		margin-left: 10px;
	}
	.price-box .five-starts {
		margin: 0 10px 0 0;
	}
	.share-list {
		flex-wrap: wrap;
	}
	.amazon-btn {
		width: 100%;
	}
	.amazon-btn .share-item{
		margin-left: 0 !important;
	}
	.pay-header {
		width: 100%;
	}
	.flex-left-item {
		padding-bottom: 20px;
	}
	.product-content .pr-header-title .pro-item {
		font-size: 18px;
	}

	.container-box .spec-list .spec-item{
		height: 36px;
		line-height: 36px;
		margin-right: 5px;
	}
	.gift-list .gift-header-title {
		font-size: 14px;
	}

	.goods-evaluate .evaluate-list .evaluate-item .item-left {
		width: 80px;
	}

	.goods-evaluate .evaluate-list .evaluate-item .item-left img{
		width: 100%;
	}
	.goods-evaluate .evaluate-list .evaluate-item .item-right {
		width: 70%;
	}
}
@media only screen and (max-width: 520px){

}
