a:hover {
	text-decoration: none;
}
a {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}
input{
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
textarea {  -webkit-appearance: none;}
/*头部样式*/
@media  (min-width:1200px) {
	.container{
		width: 1200px;
	}
}
@media  (min-width:1500px) {
	.container{
		width: 1500px;
	}
}

#header {
	border-bottom: 1px solid #d6d6d6;	
}
#header h2{
	line-height: 47px;
	height: 47px;
	font-size: 18px;
	color: #212121;
	padding-left: 30px;
	display: inline-block;
}
#header span{
	line-height: 47px;
	margin-right:55px ;
	font-size: 18px;
	color: #3c3c3c;
	padding-left: 30px;
	background: url(../images/tel.png) no-repeat left center;
}
@media (max-width:768px ) {
	#header h2{
		line-height: 6.25vw;
		height: 6.25vw;
		font-size: 14px;
		color: #3d3d3d;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
		padding-left: 3.125vw;
	}
}

/*pc导航*/

.pc_menu{
	height: 70px;
	box-shadow:0 3px 5px #eeeeee inset,
				0 -3px 5px #eeeeee inset;
}
.pc_menu .row{
	position: relative;
}
.pc_menu .logo{
	position: absolute;
	left: 30px;
	width:330px;
	top: 6.5px;
	
}
.pc_menu .menu{
	display: table;
	padding-left: 414px;
	padding-right: 40px;
}
.pc_menu .menu .nLi {
	position: relative;
	display: table-cell;
}

.pc_menu .menu .nLi.en{
	width: 72px;
}

.pc_menu .menu .nLi a {
	display: block;
	text-align: center;
	color: #3c3c3c;
	line-height: 70px;
	font-size: 16px;
}
.pc_menu .menu .nLi.en a{
	display: block;
	width: 72px;
	height: 30px;
	line-height: 30px;
	background: #cd281f;
	color: #fff;
	border-radius: 15px;
}
.pc_menu .menu .nLi:hover a{
	background: #cd281f;
	color: #fff;
}
.pc_menu .menu .nLi .menu_2 {
	display: none;
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 10;
}
.pc_menu .menu .nLi .menu_2 li{
	margin-top: 5px;
}
.pc_menu .menu .nLi .menu_2 li a {
	display: block;
	color: #4b4b4b;
	font-size: 12px;
	line-height: 34px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: rgba(255,255,255,0.8);
	position: relative;
}
/*导航鼠标经过效果*/
.pc_menu .menu .nLi .menu_2 li a:before,
.pc_menu .menu .nLi .menu_2 li a:after{
	position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 2px solid transparent;
}
.pc_menu .menu .nLi .menu_2 li a:after{
	top: 0;
    left: 0;
    -webkit-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
    transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
.pc_menu .menu .nLi .menu_2 li a:before{
	bottom: 0;
    right: 0;
    -webkit-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
    transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}

.pc_menu .menu .nLi .menu_2 li a:hover:after,
.pc_menu .menu .nLi .menu_2 li a:hover:before{
	width: 100%;
    height: 100%;
}
.pc_menu .menu .nLi .menu_2 li a:hover:after{
	border-top-color: #cd281f;
    border-right-color: #cd281f;
    -webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;	
}
.pc_menu .menu .nLi .menu_2 li a:hover:before{
	border-bottom-color: #cd281f;
    border-left-color: #cd281f;
    -webkit-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
    transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
/*导航鼠标经过效果结束*/

.pc_menu .menu .nLi .menu_2 li a:hover{
	color:#cd281f;
}
.menu_icon {
	position: absolute;
	top: 2.65625vw;
	right: 2.65625vw;
	width: 8.90625vw;
}

@media  (min-width:992px ) {
	#header {
	    border-bottom: 1px solid #d6d6d6;
	    position: fixed;
	    width: 100%;
	    top: 0;
	    z-index: 10;
	    background: #fff;
	}
	.pc_menu {
	    height: 70px;
	    box-shadow: 0 3px 5px #eeeeee inset, 0 -3px 5px #eeeeee inset;
	    position: fixed;
	    top: 48px;
	    width: 100%;
	    z-index: 10;
	    background: #fff;
	}
	#banner{
		margin-top: 118px;
	}
}












/*一级的样式*/

 ul.sidemenu>li.sub1 ul {
	display: none;
}

 ul.sidemenu>li.sub1>a.sub1_a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

 ul.sidemenu>li.current>a.sub1_a,
 ul.sidemenu>li:hover>a.sub1_a {
	color: #ff0000;
}


/*二级的样式*/

 ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

 ul.sidemenu>li.sub1>ul>li.sub2.current>a.sub2_a,
 ul.sidemenu>li.sub1>ul>li.sub2:hover>a.sub2_a {
	color: #ff0000;
}


@media  (min-width: 992px) and (max-width: 1200px) {
	.pc_menu .logo {
	    position: absolute;
	    left: 0;
	    top: 12.5px;
	    width: 220px;
	}
	.pc_menu .menu{
		padding-left: 250px;
		padding-right: 0;
	}
}
@media only screen and (max-width:992px) {
	.pc_menu {
	    height: auto;
	    padding: 11.5px 0;
	}
	.pc_menu .logo{
		width: 354px;
		position: static;
		margin-left: 3.75vw;
	}
	.menu_icon {
	    position: absolute;
	    top: 3.5px;
	    right: 2.65625vw;
	    width: 57px;
	    height: 55px;
	}
	ul.sidemenu {
		width: 100%;
		display: none;
		/*position: fixed;*/
		z-index: 10;
		top: 125px;
		background: #fff;
		box-shadow: 0 -2px 5px #eeee;
		margin-top: 11.5px;
	}
	._aside {
		padding: 0;
	}
	
	/*手机内页分类下拉列表*/
	/*一级的样式*/
	ul.sidemenu>li.sub1:last-of-type a.sub1_a{
		color: #c7140a;
		border-bottom: none;
	}
	 ul.sidemenu>li.sub1>a.sub1_a {
		line-height: 64px;
		text-align: center;
		color: #3c3c3c;
		font-size: 26px;
		border-bottom: 1px solid #efefef;
	}
	
	 ul.sidemenu>li.current>a.sub1_a,
	 ul.sidemenu>li:hover>a.sub1_a {
	 	text-decoration: none;
	 }
	/*二级的样式*/
	 ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a {
	 	line-height:44px ;
	 	color: #818181;
	 	text-align: center;
	 	font-size:24px ;
	 	padding-left:7.8125vw ;
	 }
	/*三级的样式*/
	 ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3>a.sub3_a {}
	#header .menu_icon img {
		width: 100%;
	}
}
@media  (max-width:768px){
	.pc_menu{
		/*height: 12.1875vw;*/
		height: auto;
		padding: 1.796875vw 0;
	}
	.pc_menu .logo{
		width: 55.3125vw;
		/*left: 3.75vw;
		top: 1.5625vw;*/
		position: static;
		margin-left: 3.75vw;
	}
	.menu_icon {
		position: absolute;
		top: 0.65625vw;
		right: 2.65625vw;
		width: 8.90625vw;
	}
	/*手机内页分类下拉列表*/
	 ul.sidemenu {
		width: 100%;
		display: none;
		/*position: fixed;*/
		z-index: 10;
		top: 18.4375vw;
		margin-top: 1.796875vw;
		box-shadow: 0 -2px 5px #eeee;
	}
	/*一级的样式*/
	 ul.sidemenu>li.sub1 ul {}
	 ul.sidemenu>li.sub1>a.sub1_a {
		line-height: 10vw;
		text-align: center;
		color: #3c3c3c;
		font-size: 4.0625vw;
		border-bottom: 1px solid #efefef;
	}
	
	 ul.sidemenu>li.current>a.sub1_a,
	 ul.sidemenu>li:hover>a.sub1_a {
	 	text-decoration: none;
	 }
	/*二级的样式*/
	 ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a {
	 	line-height:6.875vw ;
	 	color: #818181;
	 	text-align: center;
	 	font-size:3.75vw ;
	 	padding-left:7.8125vw ;
	 }
	/*三级的样式*/
	 ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3>a.sub3_a {}
	#header .menu_icon img {
		width: 100%;
	}
}

/*大图样式*/

#banner {
	position: relative;
	overflow: hidden;
}

#banner .owl-theme .owl-controls .owl-dots {
	position: absolute;
	bottom: 2%;
	width: 100%;
}

#banner #owl-demo a.item {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: auto 100%
}

#banner #owl-demo,
#banner #owl-demo .owl-wrapper-outer,
#banner #owl-demo .owl-wrapper,
#banner #owl-demo .owl-item,
#banner {
	height: 512px;
}


/*大图记得修改高度*/
@media  (max-width:1200px ) {
	#banner #owl-demo a.item {
		display: block;
		background-position: 65% center;
	}
}
@media  (max-width: 992px) {
	#banner #owl-demo,
	#banner #owl-demo .owl-wrapper-outer,
	#banner #owl-demo .owl-wrapper,
	#banner #owl-demo .owl-item,
	#banner {
		height: 400px;
	}
	#banner #owl-demo a.item {
		display: block;
		background-position: 80% center;
	}
}

@media all and (max-width: 768px) {
	#banner #owl-demo,
	#banner #owl-demo .owl-wrapper-outer,
	#banner #owl-demo .owl-wrapper,
	#banner #owl-demo .owl-item,
	#banner {
		height: 130px;
	}
	#banner #owl-demo a.item {
		display: block;
		background-position: center center;
	}
}

/*首页内容样式*/

.index-title h3{
	font-size: 36px;
	line-height: 1;
	color: #cd281f;
	text-align: center;
}
.index-title span{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #767676;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 30px;
}

.index-product{
	padding-top: 37px;
	padding-bottom: 50px;
}
.index-product .tab-nav{
	width: 61.33333%;
	display: table;
	margin: 0 auto;
}
.index-product .tab-nav li{
	display: table-cell;
}
.index-product .tab-nav li a{
	display: block;
	line-height: 72px;
	font-size: 18px;
	color: #000000;
	border-bottom: 5px solid transparent;
	text-align: center;
}
.index-product .tab-nav li.current a{
	border-bottom-color: #d0362e;
	background: #f1f1f1;
	text-decoration: none;
}
.index-product .tab-con{
	margin-top: 40px;
}
.index-product .tab-con>li+li{
	display: none;
}
.index-product .tab-con li ul li{
	padding: 0;
}

.index-product .tab-con li ul li a{
	display: block;
	width: 100%;
	height: 275px;
	position: relative;
	box-sizing: border-box;
	border-left: 1px solid #d0d0d0;
	overflow: hidden;
	
}

.index-product .tab-con li ul li:first-of-type a{
	border-left: none;
}
.index-product .tab-con li ul li a img{
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	-webkit-transition: all 0.8s linear;
	transition: all 0.8s linear; 
}
.index-product .tab-con li ul li:hover a img{
	transform: scale(1.2);
}
.index-product .tab-con li ul li h4{
	line-height: 30px;
	font-size: 24px;
	color: #161616;
	text-align: center;
	font-weight: normal;
	cursor: default;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.index-product .tab-con li ul li span{
	display: block;
	text-align: center;
	line-height: 30px;
	color: #5f5f5f;
	cursor: default;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.index-product .tab-con li ul li:nth-of-type(1).animated{
	 -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
}
.index-product .tab-con li ul li:nth-of-type(2).animated{
	 -webkit-animation-duration: 1.3s; 
    animation-duration: 1.3s; 
}
.index-product .tab-con li ul li:nth-of-type(3).animated{
	 -webkit-animation-duration: 1.6s; 
    animation-duration: 1.6s; 
}
.index-product .tab-con li ul li:nth-of-type(4).animated{
	 -webkit-animation-duration: 1.9s; 
    animation-duration: 1.9s; 
}

@media  (max-width: 992px) {
	.index-product .tab-nav{
		width: 100%;
	}
	.index-product .tab-con li ul li h4{
		font-size: 18px;
	}
}

@media (max-width:768px ) {
	.index-product {
	    padding-top: 4.6875vw;
	    padding-bottom: 3.125vw;
	}
	.index-product .tab-nav{
		padding: 0 3.90625vw;
		display: flex;
	}
	.index-product .tab-nav li{
		flex: 1;
	}
	.index-product .tab-nav li a{
		font-size: 3.75vw;
		line-height: 7.5vw;
		border-bottom-width: 3px;
	}
	.index-product .tab-nav li:last-of-type{
		display: none;
	}
	.index-product .tab-con li ul li{
		width: 33.3333333%;
		float: left;
	}
	.index-product .tab-con li ul li:last-of-type{
		display: none;
	}
	.index-title h3{
		font-size: 4.6875vw;
		line-height: 1;
	}
	.index-title span{
		font-size: 3.125vw;
		margin-top: 10px;
		margin-bottom: 4.6875vw;
	}
	.index-product .tab-con {
	    margin-top: 6.25vw;
	}
	.index-product .tab-con li ul li a{
		height: 25.78125vw;
	}
	.index-product .tab-con li ul li h4{
		font-size: 3.125vw;
	}
	.index-product .more{
		font-size: 3.125vw;
		color: #cc0033;
		display: block;
		width: 15.625vw;
		height: 5vw;
		border-radius: 2.5vw;
		border: 1px solid #c7c7c7;
		text-align: center;
		margin-right: 3.125vw;
		margin-top: 1.5625vw;
	}
}
.index-about {
	border-top: 2px solid #cc0033;
}
.index-about .about-left{
	background: url(../images/about-bg1.jpg) no-repeat right center;
	height: 520px;
	
}
.index-about .about-left .about-logo img{
	margin-top: 14px;
	margin-left: 30px;
}
.index-about .about-left h6{
	font-size: 22px;
	line-height: 50px;
	color: #7b7c83;
	margin-top: 230px;
}
.index-about .about-left h4{
	line-height: 50px;
	font-size: 28px;
	color: #7b7c83;
}
.index-about .about-right{
	background: url(../images/about-bg2.jpg) no-repeat left center #cc0033;
	height: 520px;
	padding: 100px 10.42% 0 180px;
	position: relative;
}
.index-about .about-right h3{
	color: #f5f5f5;
	font-size: 32px;
	line-height: 1;
}
.index-about .about-right h3 small{
	display: block;
	color: #f5f5f5;
	font-size: 15px;
	line-height: 1;
	margin-top: 10px;
}
.index-about .about-right p{
	color: #f5f5f5;
	font-size: 18px;
	line-height: 30px;
	height: 270px;
	overflow: hidden;
	margin-top: 30px;
	word-break: break-all;
}
.index-about .about-right>a,.index-area>a{
	display: block;
	position: absolute;
	width: 100px;
	height: 32px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	border: 1px solid #ffffff;
	right: 35px;
	bottom: 20px;
	font-size: 20px;
}
.index-about .about-right>a:hover,.index-area>a:hover{
	background: #fff;
	color: #666;
}

@media (max-width:1600px) {
	.index-about .about-right p{
		height: 210px;
	}
	.index-about .about-right{
		padding-right: 6.42%;
	}
}
@media (max-width:1400px){
	.index-about .about-right{
		padding-right: 4.42%;
	}
}
@media (max-width:1300px){
	.index-about .about-right{
		padding-right: 1%;
	}
	.index-about .about-right h3{
		font-size: 28px;
	}
}
@media (max-width:1100px){
	.index-about .about-right h3{
		font-size: 24px;
	}
}
@media  (max-width:768px) {
	.index-about .about-right{
		background: url(../images/wap-aboutbg.jpg) no-repeat left center #cc0033;
		background-size:19.375vw auto;
		height: 81.25vw;
		padding: 11.25vw 4.6875vw 0 24.21875vw;
	}
	.index-about .about-right h3 {
	    font-size: 4.6875vw;
	}
	.index-about .about-right h3 small{
		font-size: 12px;
		margin-top: 1.5625vw;
	}
	.index-about .about-right p{
		font-size: 14px;
		line-height: 20px;
		margin-top: 3.75vw;
		height: 160px;
	}
	.index-about .about-right>a{
		width: 15.625vw;
		height: 5vw;
		line-height: 5vw;
		border-radius: 2.5vw;
		right: 1.5625vw;
		bottom:3.125vw;
		font-size: 3.125vw;
	}
}
@media  (max-width: 360px) {
	.index-about .about-right p{
		height: 120px;
	}
}
.index-area{
	padding-top: 20px;
	background: #f0f0f0;
	padding-bottom: 85px;
	position: relative;
}
.index-area>a{
	color: #cc0033;
	border-color: #c7c7c7;
}
.index-area .area-title{
	border-bottom: 1px solid #c3c3c3;
}
.index-area .area-title h3{
	font-size: 36px;
	color: #cc0033;
	font-weight: normal;
	line-height: 70px;
	padding-left: 56px;
}
.index-area .area-title h3 small{
	color: #606060;
	font-size: 14px;
	padding-left: 15px;
	display: inline-block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-area .area-con {
	padding: 0 8.466666666667%;
	margin-top: 100px;
}
.index-area .area-con li{
	padding: 0;
	text-align: center;
}
.index-area .area-con li a{
	display: block;
	border-radius: 50%;
	width: 232px;
	height: 232px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	transition: all 2s;
}
.index-area .area-con li a:hover img{
	
}
.index-area .area-con li a.animated{
	 -webkit-animation-duration: 1.6s; 
    animation-duration: 1.6s; 
}
.index-area .area-con li a img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60%;
}
.index-area .area-con li span{
	display: inline-block;
	font-size: 24px;
	color: #000000;
	line-height: 30px;
	margin-top: 34px;
	position: relative;
	padding: 0 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.index-area .area-con li span:before,
.index-area .area-con li span:after{
	content: "";
	position: absolute;
	width: 18px;
	height: 0;
	border-top: 1px dashed #5b5b5b;
	top: 15px;
}
.index-area .area-con li span:before{
	left: 0;
}
.index-area .area-con li span:after{
	right: 0;
}


@media (max-width: 1200px) {
	.index-area .area-con{
		padding: 0;
	}
	.index-area .area-title h3 small {
	    max-width: 740px;   
	}
}
@media (max-width: 992px){
	.index-area .area-con li a{
		width: 180px;
		height: 180px;
	}
	.index-area .area-title h3{
		font-size: 32px;
	}
	.index-area .area-title h3 small {
	    max-width: 560px;
	    
	}
	.index-area .area-con{
		margin-top: 70px;
	}
	.index-area .area-con li span{
		font-size: 20px;
	}
}

@media  (max-width: 768px) {
	.index-area{
		padding-top: 3.125vw;
		padding-bottom: 12.5vw;
	}
	.index-area .area-con li:last-of-type{
		
	}
	.index-area .area-con li a{
		width: 29.6875vw;
		height: 29.6875vw;
	}
	.index-area .area-title h3{
		padding-left: 3.75vw;
		font-size: 4.6875vw;
		line-height: 10.9375vw;
	}
	.index-area .area-title h3 small {
	    max-width: 62.5vw; 
	}
	.index-area .area-con {
	    margin-top: 10vw;
	}
	.index-area .area-con li span {
	    font-size: 3.75vw;
	    padding: 0px 3.8125vw;
	    margin-top: 4.875vw;
	}
	.index-area .area-con li span::before, 
	.index-area .area-con li span::after{
		width: 3.8125vw;
	}
	.index-area>a{
		width: 15.625vw;
		height: 5vw;
		line-height: 5vw;
		border-radius: 2.5vw;
		right: 1.5625vw;
		bottom:3.125vw;
		font-size: 3.125vw;
	}
}


.index-case{
	background:url(../images/case-bg.jpg) no-repeat center center;
	padding-top: 64px;
	background-size:cover ;
	padding-bottom: 47px;
	position: relative;
}
.index-case .row{
	
}
.index-case .index-title h3,.index-case .index-title span{
	color: #ffffff;
}


.index-case .owl-carousel{
	position: static;
}
.index-case .owl-carousel .owl-controls .owl-nav .owl-prev{
	position: absolute;
	background: url(../images/left.png) no-repeat center center;
	font-size: 0;
	width: 84px;
	height: 128px;
	left: 75px;
	top: 45%;
}
.index-case .owl-carousel .owl-controls .owl-nav .owl-prev:hover{
	background: url(../images/left.png) no-repeat center center;
}
.index-case .owl-carousel .owl-controls .owl-nav .owl-next{
	position: absolute;
	font-size: 0;
	width: 84px;
	height: 128px;
	right: 75px;
	top: 45%;
	background: url(../images/right.png) no-repeat center center;
}
.index-case .owl-carousel .owl-controls .owl-nav .owl-next:hover{
	background: url(../images/right.png) no-repeat center center;
}

.index-case ul li a{
	display: block;
	width: 74.133333333%;
	margin: 0 auto;
}
.index-case ul li a img{
	width: 100%;
	object-fit: cover;
	border-radius: 23px;
}
.index-case ul li span{
	color: #f5f5f5;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	margin-top: 22px;
}



@media  (min-width:768px){
	.index-case .owl-carousel .owl-controls .owl-nav .owl-next,
	.index-case .owl-carousel .owl-controls .owl-nav .owl-prev{
		width: 54px;
		background-size: 54px auto;
	}
	.index-case .owl-carousel .owl-controls .owl-nav .owl-next{
		right: 0px;
	}
	.index-case .owl-carousel .owl-controls .owl-nav .owl-prev{
		left: 0px;
	}
	.index-case ul li a{
		width: 84%;
	}
	.index-case ul li a img{
		height: 300px;	
	}
}
@media  (min-width:992px){
	.index-case .owl-carousel .owl-controls .owl-nav .owl-next,
	.index-case .owl-carousel .owl-controls .owl-nav .owl-prev{
		width: 54px;
		background-size: 54px auto;
	}
	.index-case .owl-carousel .owl-controls .owl-nav .owl-next{
		right: 0;
	}
	.index-case .owl-carousel .owl-controls .owl-nav .owl-prev{
		left: 0;
	}
	.index-case ul li a{
		width: 84%;
	}
	.index-case ul li a img{
		height: 413px;	
	}
}
@media  (min-width:1200px){
	.index-case .owl-carousel .owl-controls .owl-nav .owl-next,
	.index-case .owl-carousel .owl-controls .owl-nav .owl-prev{
		width: 54px;
		background-size: 54px auto;
	}
	.index-case .owl-carousel .owl-controls .owl-nav .owl-next{
		right: 0;
	}
	.index-case .owl-carousel .owl-controls .owl-nav .owl-prev{
		left: 0;
	}
	.index-case ul li a{
		width: 84%;
	}
	.index-case ul li a img{
		height: 413px;	
	}
}
@media  (min-width: 1400px) {
	.index-case .owl-carousel .owl-controls .owl-nav .owl-next,
	.index-case .owl-carousel .owl-controls .owl-nav .owl-prev{
		width: 84px;
		background-size: 84px auto;
	}
	.index-case .owl-carousel .owl-controls .owl-nav .owl-next{
		right: 0;
	}
	.index-case .owl-carousel .owl-controls .owl-nav .owl-prev{
		left: 0;
	}
}
@media  (min-width:1500px) {
	.index-case .owl-carousel .owl-controls .owl-nav .owl-next,
	.index-case .owl-carousel .owl-controls .owl-nav .owl-prev{
		width: 54px;
		background-size: 54px auto;
	}
	.index-case .owl-carousel .owl-controls .owl-nav .owl-next{
		right: 0;
	}
	.index-case .owl-carousel .owl-controls .owl-nav .owl-prev{
		left: 0;
	}
	.index-case ul li a{
		height: 413px;
	}
	.index-case ul li a img{
		height: 413px;
		
	}
}
@media  (min-width:1700px ) {
	.index-case .owl-carousel .owl-controls .owl-nav .owl-next,
	.index-case .owl-carousel .owl-controls .owl-nav .owl-prev{
		width: 84px;
		background-size: 84px auto;
	}
	.index-case .owl-carousel .owl-controls .owl-nav .owl-next{
		right: 20px;
	}
	.index-case .owl-carousel .owl-controls .owl-nav .owl-prev{
		left:20px;
	}
}
@media (min-width:1800px ) {
	.index-case .owl-carousel .owl-controls .owl-nav .owl-next,
	.index-case .owl-carousel .owl-controls .owl-nav .owl-prev{
		width: 84px;
		background-size: 84px auto;
	}
	.index-case .owl-carousel .owl-controls .owl-nav .owl-next{
		right: 75px;
	}
	.index-case .owl-carousel .owl-controls .owl-nav .owl-prev{
		left:75px;
	}
}
@media  (max-width: 768px) {
	.index-case{
		padding: 8.59375vw 0 9.375vw;
	}
	.index-case .owl-carousel .owl-controls .owl-nav .owl-next,
	.index-case .owl-carousel .owl-controls .owl-nav .owl-prev{
		display: none !important;
	}
	.index-case ul{
		margin-top: 9.0625vw;
	}
	.index-case ul li a{
		width: 29.0625vw;
	}
	.index-case ul li a img{
		height: 43.28125vw;
	}
	.index-case ul li span{
		font-size:3.75vw ;
		line-height: 4.6875vw;
		margin-top: 6.25vw;
	}
}


/*底部样式*/

#footer .footer-information{
	background: #f0f0f0;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer .footer-information .row{
	
	position: relative;
}
#footer .footer-information .foot-logo,
#footer .footer-information .contact-way,
#footer .footer-information .foot-feedback{
	padding: 0;
	text-align: center;
}
#footer .footer-information .foot-logo img{
	margin-left: -120px;
}
#footer .footer-information .contact-way{
	padding-top: 17px;
}
#footer .footer-information .contact-way span{
	display: block;
	text-align: left;
	padding-left: 26px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 30px;
	color: #3d3d3d; 
}
#footer .footer-information .foot-feedback label{
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #3c3c3c;
	font-weight: normal;
	text-align: left;
}
#footer .footer-information .foot-feedback input{
	border:none;
	width: 370px;
	line-height: 47px;
	height: 47px;
	font-size: 16px;
	color: #808080;
	border-bottom: 2px solid #a9a9a9;
	padding-left: 5px;
	background:#f0f0f0 ;
}
#footer .footer-information .foot-feedback .submit{
	position: relative;
	width: 100px;
	height: 38px;
	margin-left: 65px;
	margin-top: 15px;
	background: #6c6c6c;
}
#footer .footer-information .foot-feedback .submit>input{
	width: 96px;
	height: 34px;
	line-height: 34px;
	background: none;
	border: 1px solid #f0f0f0;
	color: #f0f0f0;
	font-size: 16px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#footer .copyright{
	background: #cc281f;
	text-align: center;
}
#footer .copyright .copyright_con {
	color: #fff;
	line-height: 30px;
	font-size: 12px;
}

#footer .copyright .copyright_con a {
	color: #fff
}

#footer .copyright .top {
	position: absolute;
	right: 10px;
	top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 10;
}

#footer .copyright .top img {
	width: 80%;
	top: 2px;
	z-index: 100;
	position: absolute;
	left: 3px;
}

#footer .copyright .top:before {
	background-image: url(../images/global/black_bg.png);
	display: block;
	content: " ";
	border-radius: 50%;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}
@media (max-width:1500px ){
	#footer .footer-information .foot-feedback .submit{
		margin-left:15px;
	}
}
@media (max-width:1200px ) {
	#footer .footer-information .foot-feedback input{
		width: 280px;
	}
	#footer .footer-information .foot-logo img {
	    margin-left: 0;
	}
	#footer .footer-information .foot-feedback .submit{
		margin-left: 20px;
	}
}
@media  (max-width:992px) {
	#footer .footer-information .foot-logo img{
		margin-left: 0px;
		width: 200px;
	}
	#footer .footer-information .foot-feedback input{
		width: 200px;
	}
	#footer .footer-information .foot-feedback .submit{
		margin-left: 25px;
	}
	
}

@media  (max-width:768px ) {
	#footer .footer-information .container{
		height: 100%;
	}
	#footer .footer-information .container .row{
		height: 100%;
	}
	#footer .footer-information .foot-feedback{
		background: #ffffff;
		padding-top: 15px;
		padding-bottom: 6px;
	}
	#footer .footer-information{
		padding-bottom: 0;
		padding-top: 0;
		height: 100%;
	}
	#footer .footer-information .foot-logo{
		position: absolute;
		top:181px;
		padding-top: 5px;
	}
	#footer .footer-information .foot-logo img{
		width: 120px;
	}
	#footer .footer-information .contact-way{
		position: absolute;
		top: 260.75px;
		padding: 0 10px;
		text-align: left;
	}
	#footer .footer-information .contact-way span{
		display: inline-block;
		font-size: 14px;
		line-height: 24px;
		background-size:2.8125vw auto;
		background-position: 2px center;
	}
	#footer .footer-information .foot-feedback label{
		font-size: 3.75vw;
		line-height: 30px;
		padding-left:5.3125vw ;
	}
	#footer .footer-information .foot-feedback input{
		border:none;
		width: 66.25vw;
		line-height: 30px;
		height: 30px;
		font-size: 3.125vw;
		border-bottom: 2px solid #a9a9a9;
		padding-left: 5px;
		background: #fff;
	}
	#footer .copyright .copyright_con {
		color: #fff;
		line-height: 4.6875vw;
		font-size: 3.125vw;
		padding: 10px 0;
	}
	#footer .footer-information .foot-feedback .submit{
		position: relative;
		width: 60px;
		height: 30px;
		margin-left: 16.875vw;
		margin-top: 5px;
	}
	#footer .footer-information .foot-feedback .submit>input{
		width: 56px;
		height: 26px;
		line-height: 26px;
		font-size: 3.125vw;
	}
	
	
}

/*内页样式开始*/

/*公共导航样式*/
._aside ul{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
._aside ul li a{
	display: inline-block;
	line-height: 40px;
	padding: 0 20px;
	color: #3d3d3d;
	font-size: 18px;
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}
._aside ul li.current a,
._aside ul li:hover a{
	background: #cc0033;
	color: #fff;
	border-radius: 20px;
}
._aside .owl-carousel .owl-controls .owl-nav .owl-prev{
	position: absolute;
	background: url(/res/images/aside-left.png) no-repeat center center;
	font-size: 0;
	width: 26px;
	height: 40px;
	left: -60px;
	top: 0%;
	background-size:26px auto ;
}
._aside .owl-carousel .owl-controls .owl-nav .owl-prev:hover{
	background: url(/res/images/aside-left.png) no-repeat center center;
	background-size:26px auto ;
}
._aside .owl-carousel .owl-controls .owl-nav .owl-next{
	position: absolute;
	font-size: 0;
	width: 26px;
	height: 40px;
	right: -60px;
	top: 0%;
	background: url(../images/aside-right.png) no-repeat center center;
	background-size:26px auto ;
}
._aside .owl-carousel .owl-controls .owl-nav .owl-next:hover{
	background: url(../images/aside-right.png) no-repeat center center;
	background-size:26px auto ;
}
._aside{
	margin: 45px 0 70px;
}

._aside .owl-carousel .owl-stage{
	margin: 0 auto;
}


/*公共导航样式结束*/



.insidePage-title{
	border-bottom: 1px solid #c3c3c3;
	padding-top: 22px;
	background: #f5f5f5;
}
.insidePage-title h2{
	display: inline-block;
	line-height: 70px;
	font-size: 36px;
	color: #cc0033;
	margin-left: 72px;
}
.insidePage-title span{
	float: right;
	line-height: 70px;
	font-size: 14px;
	color: #606060;
	display: inline-block;
	margin-right: 180px;
}
.insidePage-title span a{
	color: #606060;
}
.insidePage-title span a:hover{
	color: #f16101;
}

@media (max-width:1200px ) {
	.insidePage-title span {
	    margin-right: 0;
	}
}
@media (max-width:992px ) {
	.insidePage-title h2{
		margin-left: 0;
	}
}
@media  (max-width:768px) {
	.insidePage-title{
		padding-top:4.0625vw ;
	}
	.insidePage-title h2{
		font-size: 4.6875vw;
		line-height: 10vw;
		margin-left: 3.75vw;
	}
	.insidePage-title span{
		line-height: 10vw;
		font-size:2.1875vw;
		margin-right: 4.6875vw;
	}
	._aside ul{
		width: 100%;
		padding: 0 4.6875vw;
	}
	._aside .owl-carousel .owl-controls .owl-nav .owl-prev{
		left: 0.78125vw;
		width: 4.0625vw;
		height: 6.25vw;
		background-size: 4.0625vw 6.25vw;
		padding: 0;
		margin: 0;
	}
	._aside .owl-carousel .owl-controls .owl-nav .owl-next{
		right: 0.78125vw;
		width: 4.0625vw;
		height: 6.25vw;
		background-size: 4.0625vw 6.25vw;
		padding: 0;
		margin: 0;
	}
	._aside ul li a {
	    display: inline-block;
	    line-height: 6.25vw;
	    padding: 0 3.125vw;
	    font-size: 3.75vw;
	}
	._aside .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
	._aside .owl-carousel .owl-controls .owl-nav .owl-next:hover{
		background-size:4.0625vw auto ;
	}
	._aside {
	    margin: 5.9375vw 0 9.375vw;
	}
}



/*产品页面样式开始*/

.product-page li a{
	display: block;
	margin: 0 auto;
}
.product-page li a .pro-img{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
	position: relative;
}
.product-page li a .pro-img img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.product-page li a span{
	display: block;
	line-height: 65px;
	text-align: center;
	background: #f5f5f5;
	color: #3d3d3d;
	font-size: 18px;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
@media  (min-width:768px ) {
	.product-page li{
		padding: 0 5px;
		margin-bottom: 40px;
	}
}
@media  (min-width:992px ) {
	.product-page li:hover .pro-img{
		border-color: #cc0033;
	}
	.product-page li:hover span{
		background: #cc0033;
		color: #fff;
	}
	.product-page li{
		padding: 0 5px;
		margin-bottom: 60px;
	}
}
@media  (min-width: 1500px) {
	.product-page{
		padding: 0 8%;
	}
	.product-page li{
		padding: 0 5px;
		margin-bottom: 80px;
	}
	.product-page li a{
		width: 100%;
	}
}
@media  (max-width: 768px) {
	.product-page li{
		padding: 0 2.34375vw;
		margin-bottom: 6.25vw;
	}
	.product-page li a span {
	    line-height: 10vw;
	    font-size: 3.75vw;
	}
}


/*关于我们*/
@media  (min-width: 768px) {
	.about-page{
		width: 100%;
	}
}
@media  (min-width: 992px) {
	.about-page{
		padding: 0 8% 50px;
	}
}
@media (max-width:768px) {
	.about-page{
		padding: 0 3.125vw 6.25vw;
	}
}



/*新闻中心*/
.article .news-list{
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
}
.article .news-list li{
	margin-bottom: 1.302083333vw;
}
.article .news-list li .dv-sub1{
	display: table;
	box-sizing: border-box;
	position: relative;
}
.article .news-list li .dv-sub1 .dv-sub1-left{
	width: 190px;
	height: 190px;
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #cdcdcd;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.article .news-list li .dv-sub1 .dv-sub1-left a{
	display: block;
	text-align: left;
}
.article .news-list li .dv-sub1 .dv-sub1-left a img{
	min-width: 170px;
	min-height: 170px;
	object-fit: cover;
	border-radius: 50%;
}
.article .news-list li .dv-sub1 .dv-sub1-right{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	
}
.article .news-list li .dv-sub1:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #cccccc;
	bottom: -10px;
	left: 190px;
}
.article .news-list li .dv-sub1 .dv-sub1-right h4{
	padding-top: 0.6770833333vw;
	margin-bottom: 1.041666666vw;
	font-weight: bold;	
}
.article .news-list li .dv-sub1 .dv-sub1-right h4 a{
	display: block;
	font-size: 18px;
	color: #404040;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1;
	max-width: 60vw;
}
.article .news-list li .dv-sub1 .dv-sub1-right p a{
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	word-break: break-all;
}
.article .news-list li .dv-sub1 .dv-sub1-right>a{
	display: inline-block;
	color: #a1a1a1;
	line-height: 1;
	margin-top: 27px;
}
.article .news-list li .dv-sub1 .dv-sub1-right>span{
	display: block;
	color: #666666;
	margin-top: 27px;
	padding-left: 24px;
	background: url(../images/clock.png) no-repeat left center;
}
.article .news-list li:hover .dv-sub1 .dv-sub1-right h4 a{
	color: #a5101d;
	padding-left:30px;
	background: url(../images/sanjiaoxing.png) no-repeat left center;
}
@media  (min-width: 768px) {
	.article .news-list{
		width: 100%;
	}
}
@media  (min-width:1200px) {
	.article .news-list{
		padding: 0 8%;
	}
	.article .news-list li .dv-sub1 .dv-sub1-right h4 a{
		max-width: 50vw;
	}
}
@media  (max-width:768px) {
	.article .news-list {
	  width: 100%;
	  padding: 0 3.125vw;
	}
	.article .news-list li {
	    margin-bottom: 5.3125vw;
	}
	.article .news-list li .dv-sub1 .dv-sub1-left{
		width: 28.125vw;
		height: 28.125vw;
		padding: 1.5625vw;
		border-radius: 50%;
		border: 1px solid #cdcdcd;
	}
	.article .news-list li .dv-sub1 .dv-sub1-left a{
		display: block;
		text-align: left;
	}
	.article .news-list li .dv-sub1 .dv-sub1-left a img{
		min-width: auto;
		min-height: auto;
		object-fit: cover;
		border-radius: 50%;
		width: 25vw;
		height: 25vw;
	}
	.article .news-list li .dv-sub1 .dv-sub1-right h4{
		padding-top: 1.875vw;
		margin-bottom: 2.5vw;
		
	}
	.article .news-list li .dv-sub1 .dv-sub1-right h4 a {
	    font-size: 14px;
		max-width: 59.375vw;
		white-space: normal;
		line-height: 24px;
		height: 48px;
		overflow: hidden;
	}
	.article .news-list li .dv-sub1 .dv-sub1-right{
		padding-left: 3.90625vw;
	}
	.article .news-list li .dv-sub1 .dv-sub1-right p{
		display: none;
	}
	.article .news-list li .dv-sub1 .dv-sub1-right>a{
		margin-top: 1.875vw;
		font-size: 3.125vw;
	}
	.article .news-list li .dv-sub1 .dv-sub1-right>span{
		margin-top: 1.875vw;
		padding-left: 5.688vw;
		font-size: 12px;
		line-height: 16px;
	}
	.article .news-list li:hover .dv-sub1 .dv-sub1-right h4 a{
		color: #404040;
		padding-left:0;
		background: none;
	}
	.article .news-list li .dv-sub1::after {
	    left: 28.125vw;
	}
}

@media  (min-width: 768px) {
	.article .news-list li .dv-sub1 .dv-sub1-right{
		padding-left: 10px;
	}
}
@media  (min-width:1024px ) {
	.article .news-list li .dv-sub1 .dv-sub1-right{
		padding-left: 25px;
	}
}

















/*分页样式开始*/
.page_box {
    text-align: center;
    display: block;
    margin-top:30px;
    margin-bottom: 120px;
}
/*当前页的样式*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{ background:#aaa; border-color:#aaa}
/*分页块默认样式*/
.pagination > li > a, .pagination > li > span{ color:#666;
	font-size: 14px;
}
.pagination > li > a:hover, .pagination > li > span:hover{color:#666}
/*分页样式结束*/

@media  (max-width:992px ) {
	.page_box{
		margin-bottom: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.page_box{
		margin-bottom: 100px;
	}
}


/*新闻详情页样式，若不需要请删除*/
.news_detail{
	margin: 0 auto;
}
.news_detail .title {
	padding-bottom: 10px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
}

.news_detail .title h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 35px
}

.news_detail .title .box {
	display: inline-block;
	text-align: center;
}

.news_detail .title .box img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.news_detail .title .box div {
	margin-right: 3.64583333vw;
}

.news_detail .title .box .time {
	float: left;
	text-align: center;
}

.news_detail .title .box .eye {
	float: left;
	text-align: center;
}

.news_detail .title .box .back {
	float: left;
}

.news_detail .news_detail_content {
	margin-top: 15px;
	margin-bottom: 60px;
	word-break: break-all;
}

.news_detail .pageTurning {
	margin-top: 15px;
}

.news_detail .pageTurning .prevs,
.news_detail .pageTurning .nexts {
	line-height: 250%;
	padding: 0 10px;
	text-align: left;
	background: #dedede;
}

.news_detail .pageTurning .prevs {
	margin-bottom: 15px;
}
@media (max-width:768px) {
	.news_detail{
	    padding: 0 3.125vw;
	    width: 100%;
	}
	.news_detail .title .box div {
	    margin-right: 5px;
	}
	.news_detail .title .box {
	    font-size: 3.125vw;
	}
	.news_detail .title h3{
		font-size: 4.6875vw;
	}
	.news_detail .pageTurning {
		margin-top: 15px;
		margin-bottom: 60px;
	}
}
@media (min-width:768px ) {
	.news_detail{
		width: 100%;
		padding-bottom: 80px;
	}
}
@media (min-width:992px ) {
	.news_detail{
		padding: 0 8% 80px;
	}
}

/*产品详情页样式，若不需要请删除*/
/*.product_detail{
	padding-bottom: 100px;
	margin: 0 auto;
}
.product_detail .title {
	padding-bottom: 10px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
	margin-bottom: 1.04166666vw;
}

.product_detail .title h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 35px;
}

.product_detail .title .box {
	display: inline-block;
	text-align: center;
}

.product_detail .title .box img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.product_detail .title .box .back {
	float: left;
}

.product_detail .product_detail_images {
	padding-top: 15px;
	text-align: center;
	position: relative;
}

.product_detail .product_detail_images .product_detail_btn2 {
	position: absolute;
	right: 2%;
	top: 48%;
	background: url(../images/global/rgb0.3.png);
	z-index: 100;
	font-size: 0;
}

.product_detail .product_detail_images .product_detail_btn1 {
	position: absolute;
	left: 2%;
	top: 48%;
	background: url(../images/global/rgb0.3.png);
	z-index: 100;
	font-size: 0
}

.product_detail .product_detail_images .product_detail_btn1 a img,
.product_detail .product_detail_images .product_detail_btn2 a img {
	margin: 10px 5px;
}

.product_detail .product_detail_images .owl-carousel .owl-item img {
	width: auto;
	margin: auto;
	cursor: pointer;
	max-width: 100%;
}

.product_detail .product_detail_images .owl-theme .owl-controls {
	position: absolute;
	bottom: 2%;
	width: 100%;
}

.product_detail .product_detail_images .product_detail_img {
	width: 80%;
	margin: 0 auto;
}

.product_detail .product_detail_content {
	margin-top: 20px;
	margin-bottom: 20px;
}

.product_detail .pageTurning {
	margin-top: 45px;
}

.product_detail .pageTurning .prevs,
.product_detail .pageTurning .nexts {
	line-height: 250%;
	padding: 0 10px;
	text-align: left;
	background: #DEDEDE;
}

.product_detail .pageTurning .prevs {
	margin-bottom: 15px;
}
.product_detail .pageTurning .nexts{
	
}
.pswp__bg {
	background: url(../images/global/rgb0.8.png)
}

.pswp__button--arrow--left{
	left: 8%;
}
.pswp__button--arrow--right{
	right: 8%;
}
@media  (min-width:992px ) {
	.product_detail{
		padding: 0 8% 100px;
	}
}
@media (max-width: 992px) {
	.product_detail{
		width: 100%;
	}
}
@media (max-width:768px ) {
	.product_detail{
		margin-top: 0;
		padding-bottom: 40px;
		width: 100%;
		padding: 0 3.125vw;
	}
	.product_detail .product_detail_images .product_detail_btn2 {
		right: 0%;
	}
	.product_detail .product_detail_images .product_detail_btn1 {
		left: 0%;
	}
	
	
}*/
/*产品详情页布局更改*/
/*产品详情页样式，若不需要请删除*/
.product_detail{
	padding-bottom: 100px;
	margin: 0 auto;
}
/*.product_detail .title {
	padding-bottom: 10px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
	margin-bottom: 1.04166666vw;
}

.product_detail .title h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 35px;
}

.product_detail .title .box {
	display: inline-block;
	text-align: center;
}

.product_detail .title .box img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.product_detail .title .box .back {
	float: left;
}*/

.product_detail .product_detail_images {
	padding-top: 15px;
	text-align: center;
	position: relative;
}

.product_detail .product_detail_images .product_detail_btn2 {
	position: absolute;
	right: 4%;
	top: 48%;
	background: url(../images/global/rgb0.3.png);
	z-index: 100;
	font-size: 0;
}

.product_detail .product_detail_images .product_detail_btn1 {
	position: absolute;
	left: 4%;
	top: 48%;
	background: url(../images/global/rgb0.3.png);
	z-index: 100;
	font-size: 0
}

.product_detail .product_detail_images .product_detail_btn1 a img,
.product_detail .product_detail_images .product_detail_btn2 a img {
	margin: 10px 5px;
}

.product_detail .product_detail_images .owl-carousel .owl-item img {
	width: auto;
	margin: auto;
	cursor: pointer;
	max-width: 100%;
	min-width: 600px;
}

.product_detail .product_detail_images .owl-theme .owl-controls {
	position: absolute;
	bottom: 2%;
	width: 100%;
}

.product_detail .product_detail_images .product_detail_img {
	width: 80%;
	margin: 0 auto;
}

.product_detail .product_detail_content {
	margin-top: 100px;
}
.product_detail .product_detail_content .title h3{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 40px;
	color: #b10e39;
}
.product_detail .product_detail_content .title span{
	color: #000;
	display: block;
	line-height: 1;
	margin-bottom: 40px;
	font-size: 18px;
}
.product_detail .pageTurning {
	margin-top: 45px;
	clear: both;
}

.product_detail .pageTurning .prevs,
.product_detail .pageTurning .nexts {
	line-height: 250%;
	padding: 0 10px;
	text-align: left;
	background: #DEDEDE;
}

.product_detail .pageTurning .prevs {
	margin-bottom: 15px;
}
.product_detail .pageTurning .nexts{
	
}
.pswp__bg {
	background: url(../images/global/rgb0.8.png)
}

.pswp__button--arrow--left{
	left: 8%;
}
.pswp__button--arrow--right{
	right: 8%;
}
@media  (min-width:768px ) {
	.product_detail .product_detail_images .owl-carousel .owl-item img {
		min-width: auto;
	}
	.product_detail .product_detail_content {
		margin-top: 0;
		margin-bottom: 50px;
	}
}
@media  (min-width:992px ) {
	.product_detail .product_detail_images .owl-carousel .owl-item img {
		min-width: 400px;
	}
	.product_detail .product_detail_content {
		margin-top: 20px;
	}
}
@media  (min-width:1200px ) {
	.product_detail .product_detail_images .owl-carousel .owl-item img {
		min-width: 500px;
	}
	.product_detail .product_detail_content {
		margin-top: 100px;
	}
}
@media  (min-width:1500px ) {
	.product_detail .product_detail_images .owl-carousel .owl-item img {
		min-width: 600px;
	}
}
@media (max-width: 992px) {
	.product_detail{
		width: 100%;
	}
}
@media (max-width:768px ) {
	.product_detail{
		margin-top: 0;
		padding-bottom: 40px;
		width: 100%;
		padding: 0 3.125vw;
	}
	.product_detail .product_detail_images .product_detail_btn2 {
		right: 0%;
	}
	.product_detail .product_detail_images .product_detail_btn1 {
		left: 0%;
	}
	.product_detail .product_detail_images .owl-carousel .owl-item img {
		min-width: auto;
	}
	.product_detail .product_detail_content {
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.product_detail .product_detail_content .title h3{
		font-size: 20px;
		line-height: 1;
		margin-bottom: 20px;
		color: #b10e39;
	}
	.product_detail .product_detail_content .title span{
		color: #000;
		display: block;
		line-height: 1;
		margin-bottom: 20px;
		font-size: 14px;
	}
	
}