a:hover {
	text-decoration: none;
}

a {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}

@media (min-width:1200px ) {
	.container{
		width: 1200px;
	}
}

/*头部样式*/

#header {
	position: relative;
	height: 90px;
}

#header .logo {
	width: 244px;
	margin-top: 6.5px;
}


@media (max-width: 992px) {
	#header .logo{
		width: 100%;
		text-align: center;
	}
}
@media all and (max-width: 768px) {
	#header{
		height: 18.75vw;
	}
	#header .logo {
		width: 100%;
		margin-top: 3.359375vw;
		text-align: center;
	}
	.logo img {
		max-height: 100%;
		height:12.03125vw;
	}
}


/*pc导航*/
.pc_menu .menu{
	display: table;
}
.pc_menu .menu .nLi {
	display: table-cell;
	position: relative;
	height: 90px;
}
.pc_menu .menu .nLi h3 a {
	display: block;
	text-align: center;
	color: #333333;
	font-size: 16px;
	line-height: 45px;
	padding: 0 33px;
	margin-top: 22.5px;
}

.pc_menu .menu .nLi .menu_2 {
	display: none;
	background: #3f3d3b;
	position: absolute;
	top: 90px;
	width: 100%;
	z-index: 10;
}
.pc_menu .menu .nLi:before{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #282828;
	bottom: 0;
	left: 50%;
	margin-left: -8px;
	display: none;
}
.pc_menu .menu .nLi:hover:before{
	display: block;
}
.pc_menu .menu .nLi:hover h3 a{
	background: #e60013;
	color: #fff;
}
.pc_menu .menu .nLi .menu_2 li a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pc_menu .menu .nLi .menu_2 li a:hover{
	background: #e60013;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.pc_menu .menu .nLi h3 a{
		padding: 0 18px;
	}
}

/*手机导航*/


.wap-nav{
	background: #e60012;
}
.wap-nav ul{
	display: flex;
	overflow-x: scroll;
	
}
.wap-nav ul li{
	min-width: 25%;
}
.wap-nav ul li a{
	display: block;
	text-align: center;
	color: #fff;
	line-height:6.25vw ;
	font-size: 3.125vw;
}

@media  (max-width:992px ) {
	.wap-nav ul li a{
		display: block;
		text-align: center;
		color: #fff;
		line-height:40px ;
		font-size: 20px;
	}
}
@media  (max-width:768px ) {
	.wap-nav ul li a{
		display: block;
		text-align: center;
		color: #fff;
		line-height:6.25vw ;
		font-size: 3.125vw;
	}
}

/*大图样式*/

#banner {
	position: relative;height: 620px;
	overflow: hidden;
}

#banner .owl-theme .owl-controls .owl-dots {
	position: absolute;
	bottom: 2%;
	width: 100%;
}


/*大图下方点点的位置*/

#banner .owl-theme .owl-controls .owl-nav .owl-prev,
#banner .owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	bottom: 50%;
	padding: 15px 10px
}


/*箭头的设置*/

#banner .owl-theme .owl-controls .owl-nav .owl-prev {
	left: 5%;
}

#banner .owl-theme .owl-controls .owl-nav .owl-next {
	right: 5%;
}

#banner #owl-demo a.item,#banner  a.item{
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	 height:620px;
	width: 100%;
	background-size: auto 100%
}
#banner>a.item{
	height: 300px;
}
#owl-demo,
#owl-demo .owl-wrapper-outer,
#owl-demo .owl-wrapper,
#owl-demo .owl-item{
	height: 620px;
}


/*大图记得修改高度*/

@media all and (max-width: 992px) {
	#owl-demo,
	#owl-demo .owl-wrapper-outer,
	#owl-demo .owl-wrapper,
	#owl-demo .owl-item {
		height: 400px;
	}
}

@media all and (max-width: 768px) {
	#owl-demo,
	#owl-demo .owl-wrapper-outer,
	#owl-demo .owl-wrapper,
	#owl-demo .owl-item {
		height: 67.1875vw;
	}
	#banner>a.item{
		height:34.375vw ;
	}
	#banner,#banner #owl-demo a.item,#banner  a.item{height:200px}
}


/*pc右侧快捷按钮*/

.right_nav {}

.right_nav .aside li>p{
	background-color: #333;
	color: #333;
}
.right_nav .aside>li>div{
	background-color: #e60013;
}
.right_nav .aside li>p:hover{
	background: #e60013;
} 
.right_nav .aside {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 10000;
}

.right_nav .aside>li {
	width: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 2px;
	cursor: pointer;
	position: relative;
}

.right_nav .aside>li{
	-webkit-animation-duration: 2s; 
    animation-duration: 2s;
}
.right_nav .aside>li:nth-of-type(1){
	-webkit-animation-duration: 3s; 
    animation-duration: 3s;
}
.right_nav .aside>li:nth-of-type(2){
	-webkit-animation-delay: 1s; 
   	animation-delay: 1s;
}
.right_nav .aside>li:nth-of-type(3){
	-webkit-animation-delay: 1.3s; 
   	animation-delay: 1.3s; 
}
.right_nav .aside>li:nth-of-type(4){
	-webkit-animation-delay: 1.6s; 
   	animation-delay: 1.6s;
}
.right_nav .aside>li:nth-of-type(5){
	-webkit-animation-delay: 1.9s; 
   	animation-delay: 1.9s; 
}
.right_nav .aside>li:nth-of-type(6){
	-webkit-animation-delay: 2.1s; 
   	animation-delay: 2.1s; 
}




.right_nav .aside>li>p {
	position: relative;
	z-index: 1005;
	line-height: 60px;
}

.right_nav .aside>li img {
	vertical-align: middle;
}

.right_nav .aside>li p img {
	width: 80%;
}

.right_nav .aside>li p:hover img {
	width: 85%;
}

.right_nav .aside>li .img2 {
	display: none;
}

.right_nav .aside>li>div {
	background-repeat: repeat;
	position: absolute;
	display: none;
}

.right_nav .aside>li .phone_meassage {
	right: -240px;
	top: 0;
	width: 300px;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	padding: 5px 0;
	color: #fff;
}

.right_nav .aside>li .qq_online {
	top: 0;
	right: -127px;
	width: 187px;
	padding: 0 20px 0 15px;
}

.right_nav .aside>li .qq_online .qq_online_title {
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.right_nav .aside>li .qq_online .qq_online_box {
	margin-top: 11px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li {
	line-height: 35px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li a {
	color: #fff
}

.right_nav .aside>li .qq_online .qq_online_box ul li i {
	float: left;
	margin-top: -17px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li span {
	float: left;
	margin-top: -16px;
	margin-left: 10px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li span:hover {
	text-decoration: underline;
}

.right_nav .aside>li .ewm {
	top: -20px;
	right: 60px;
	width: 100px;
	height: 100px;
}

.right_nav .aside>li .search_box {
	position: absolute;
	top: 0;
	right: -205px;
	width: 265px;
	text-align: center;
	height: 100%;
}

.right_nav .aside>li .search_box .search_input {
	width: 220px;
	height: 36px;
	position: relative;
	margin: 12px auto;
}

.right_nav .aside>li .search_box .search_input span {
	position: absolute;
	line-height: 34px;
	left: 10px;
	z-index: 101;
}

.right_nav .aside>li .search_box .search_input input {
	width: 220px;
	border: none;
	background-color: transparent;
	height: 36px;
	padding-left: 10px;
	position: absolute;
	line-height: 30px;
	z-index: 1;
	top: 0;
	left: 0;
	background: #fff;
}

.right_nav .aside>li .search_box ::-webkit-input-placeholder {
	color: #fff;
}


/*首页内容区样式开始*/
.index-about{
	margin-top: 56px;
	margin-bottom: 84px;
}
.index-about .about-con,.about-page .about-con{
	padding-left: 0;
	padding-right: 40px;
}
.index-about .about-con h2{
	font-size: 28px;
	color: #1a1a1a;
	font-weight: bold;
	height: 60px;
	position: relative;
	padding-left: 45px;
}
.index-about .about-con h2:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 60px;
	left: 0;
	top: 0;
	background: #e60013;
}
.index-about .about-con h2:after{
	content: "";
	position: absolute;
	width: 75.5%;
	height: 1px;
	background: #e60013;
	right: 0;
	bottom: 10px;
}
.index-about .about-con h2 small{
	display: block;
	font-size: 14px;
	color: #b2b2b2;
	line-height: 1;
	margin-top: 12px;
}
.index-about .about-con .text,.about-page .about-con .text{
	line-height: 28px;
	color: #666;
	height: 196px;
	overflow: hidden;
	margin-top: 38px;
}
.index-about .about-con>a{
	display: block;
	width: 180px;
	height: 45px;
	line-height: 45px;
	border-radius: 22.5px;
	background:url(../images/more.png) no-repeat 112px center #e60013;
	padding-left: 40px;
	color: #fff;
	font-size: 16px;
	margin-top: 40px;
	margin-left: 58%;
}


.index-about .about-video,.about-page .about-video{
	padding-right: 0;
	padding-left: 25px;
	background: url(../images/video-bg.png) right top no-repeat;
}
.video-block a{
	display: block;
	width: 100%;
	height: 100%;
}
.index-about .about-video .video-block,.about-page .about-video .video-block{
	border: 5px solid #fff;
	margin-top: 26px;
	width: 91.6666666667%;
	height: 374px;
}
.index-about .about-video .video-block video,.about-page .about-video .video-block video{
	width: 100%;
	height: 100%;
}

.index-about .about-con{
	-webkit-animation-duration: 2s; 
    animation-duration: 2s; 
}
.index-

@media  (max-width: 1200px) {
	.index-about .about-video,.about-page .about-video {
	    background: url(../images/video-bg.png) -40px -70px no-repeat;
	    background-clip: content-box;
	    margin-top: 30px;
	}
	.index-about .about-video .video-block,.about-page .about-video .video-block {
	    height: auto;
	}
	.index-about .about-con h2::after {
	    width: 70.5%;
	}
}
@media  (max-width: 992px) {
	.index-about .about-video,.about-page .about-video {
	    background: url(../images/video-bg.png) -30px -130px no-repeat;
	    margin-top: 45px;
	    background-clip: content-box;
	}
	.index-about .about-con .text,.about-page .about-con .text {
	    margin-top: 20px;
	}
	.index-about .about-con > a{
		margin-top: 20px;
		margin-left: 47%;
	}
	.index-about .about-con h2::after {
	    width: 63%;
	}
}

@media (max-width:768px) {
	.index-about{
		margin-top: 5.3125vw;
		margin-bottom: 0;
	}
	.index-about .row{
		position: relative;
		padding-bottom: 18.75vw;
	}
	.index-about .about-con,.about-page .about-con{
		padding: 0 2.34375vw;
		position: static;
	}
	.index-about .about-con h2 {
	    font-size: 4.6875vw;
	    height: 9.375vw;
	    padding-left: 7.03125vw;
	}
	.index-about .about-con h2::before {
	    width: 4.6875vw;
	    height: 9.375vw;
	}
	.index-about .about-con h2 small {
	    font-size: 2.5vw;
	    margin-top: 1.5625vw;
	}
	.index-about .about-con h2::after {
	    width: 76%;
	    bottom: 1.5625vw;
	}
	.index-about .about-con .text,.about-page .about-con .text {
	    margin-top:4.6875vw;
	    font-size: 3.125vw;
	    line-height: 22px;
	    height: 176px;
	}
	.index-about .about-con>a{
		position: absolute;
		bottom: 0;
	}
	.index-about .about-video,.about-page .about-video{
		margin-top:5.46875vw;
	}
	.index-about .about-video{
		padding: 0 2.34375vw;
	}
	.index-about .about-video .video-block,.about-page .about-video .video-block {
	    border: 5px solid #fff;
	    margin-top: 4.375vw;
	    width: 94.75%;
	    height: 58.4375vw;
	}
	.index-about .about-video,.about-page .about-video {
	    background: url(../images/video-bg.png) top  right no-repeat;
		background-size: 89.375vw auto;
		background-clip: content-box;
	}
	.index-about .about-con>a{
		width: 28.125vw;
		height:7.03125vw;
		line-height: 7.03125vw;
		border-radius: 3.515625vw;
		background:url(../images/more.png) no-repeat 17.5vw center #e60013;
		background-size: 5.78125vw auto;
		padding-left: 6.25vw;
		font-size: 2.5vw;
		top: auto;
		bottom: 6.25vw;
		left: 50%;
		margin-left: -14.0625vw;
	}
	
}
.video-sub{
	display: none;
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 100000000;
	margin-top: -100px;
	height: 200px !important;
}
.index-case{
	background: url(../images/case-bg.jpg) repeat;
	height: 580px;
	padding-top: 60px;
}

.index-title{
	text-align: center;
}
.index-title h2{
	display: inline-block;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	position: relative;
}
.index-title h2:before,.index-title h2:after{
	content: "";
	position: absolute;
	width: 170px;
	height: 1px;
	background: #fff;
	top: 12px;
}
.index-title h2:before{
	left: -190px;
}
.index-title h2:after{
	right: -190px;
}
.index-title span{
	display: block;
	color: #f9a3a8;
	text-align: center;
	margin-top: 10px;
	line-height: 1;
}
.index-case{
	margin-bottom: 316px;
}
.index-case ul{
	margin-top: 40px;
	-webkit-animation-duration: 4s; 
    animation-duration: 4s; 
}
.index-case ul li{
	float: left;
	width: 25%;
	position: relative;
}
.index-case ul li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-case ul li a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 300px;
}
.index-case ul li strong{
	font-size: 42px;
	color: #b2b2b2;
	line-height: 1;
	display: block;
	font-weight: bold;
}
.index-case ul li h4{
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	color: #1a1a1a;
	margin-top: 32px;
	margin-bottom: 18px;
}
.index-case ul li p{
	line-height: 28px;
	color: #595959;
	height:84px;
	overflow: hidden;
	padding: 0 30px;
}


.index-case .more a{
	display: block;
	width: 180px;
	height: 45px;
	border-radius: 22.5px;
	background: #e60013;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	margin: 40px auto 0;
}
@media  (min-width: 768px) {
	.index-case ul li:nth-of-type(2),
	.index-case ul li:nth-of-type(4){
		background: #fff;
	}
	.index-case ul li:nth-of-type(2):before,
	.index-case ul li:nth-of-type(4):before{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-right: 15px solid #fff;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		left: -15px;
		top: 40px;
	}
	.index-case ul li:nth-of-type(5),
	.index-case ul li:nth-of-type(7){
		background: #666666;
	}
	.index-case ul li:nth-of-type(5):before,
	.index-case ul li:nth-of-type(7):before{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-left: 15px solid #4d4d4d;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		right: -15px;
		top: 40px;
		z-index: 10;
	}
	.index-case ul li:nth-of-type(5) h4,
	.index-case ul li:nth-of-type(7) h4{
		color: #fff;
	}
	.index-case ul li:nth-of-type(5) p,
	.index-case ul li:nth-of-type(7) p{
		color: #ebebeb;
	}
}
@media  (max-width:768px ) {
	.index-title h2{
		font-size: 4.375vw;
	}
	.index-title h2:before,.index-title h2:after{
		width: 26.5625vw;
		top: 1.875vw;
	}
	.index-title h2:before{
		left: -29.6875vw;
	}
	.index-title h2:after{
		right: -29.6875vw;
	}
	.index-title span{
		font-size: 2.5vw;
		margin-top: 1.5625vw;
	}
	.index-case{
		height:90.625vw ;
		margin-bottom:139.6875vw;
		padding-top: 10vw;
	}
	.index-case ul{
		padding: 0 2.34375vw;
		margin-top: 6.25vw;
	}
	.index-case ul li{
		width: 50%;
		height: 46.875vw;
		overflow: hidden;
		position: relative;	
	}
	.index-case ul li a{
		height: 46.875vw;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	.index-case ul li strong{
		font-size: 6.5625vw;
		margin-top: 0;
	}
	.index-case ul li h4{
		font-size: 3.75vw;
		margin-top: 5vw;
		margin-bottom: 2.8125vw;
	}
	.index-case ul li p{
		font-size: 3.125vw;
		line-height: 20px;
		padding: 0 3.125vw;
		height: 80px;
	}
	.index-case ul li:nth-of-type(2),
	.index-case ul li:nth-of-type(6){
		background: #fff;
	}
	.index-case ul li:nth-of-type(3),
	.index-case ul li:nth-of-type(7){
		background: #666666;
	}
	.index-case ul li:nth-of-type(3) h4,
	.index-case ul li:nth-of-type(7) h4{
		color: #fff;
	}
	.index-case ul li:nth-of-type(3) p,
	.index-case ul li:nth-of-type(7) p{
		color: #fff;
	}
	.index-case .more a{
		width: 28.125vw;
		height: 7.03125vw;
		border-radius: 3.515625vw;
		line-height: 7.03125vw;
		font-size: 3.125vw;
		margin: 4.0625vw auto 0;
	}
	.index-case ul li:nth-of-type(1):before,
	.index-case ul li:nth-of-type(5):before{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-right: 2.34375vw solid #fff;
		border-top: 1.5625vw solid transparent;
		border-bottom: 1.5625vw solid transparent;
		right: 0;
		top: 6.25vw;
	}
	.index-case ul li:nth-of-type(4):before,
	.index-case ul li:nth-of-type(8):before{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-left: 2.34375vw solid #4d4d4d;
		border-top: 1.5625vw solid transparent;
		border-bottom: 1.5625vw solid transparent;
		left: 0;
		top: 6.25vw;
		z-index: 10;
	}
	
}



.index-honor{
	background: url(../images/honor-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 65px;
}

.index-honor .index-title span{
	color: #b2b2b2;
}
.index-honor .slick-list{
	padding-top: 50px !important;
}
.index-honor .center h3 {
	opacity: 0.8;
	transition: all 300ms ease;
	text-align: center;
}
.index-honor .center h3 a{
	display: inline-block;
}
.index-honor .center h3 a img{
	border: 1px solid #bfbfbf;
}
.index-honor .center h3 span{
	display: none;
}
.index-honor .center .slick-center h3 span{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #cccccc;
	margin-top: 16px;
}
.index-honor .center .slick-center h3{
	-moz-transform: scale(1.02) translateY(-20px);
	-ms-transform: scale(1.02) translateY(-20px);
	-o-transform: scale(1.02) translateY(-20px);
	-webkit-transform: scale(1.02) translateY(-20px);
	color: #e67e22;
	opacity: 1;
	transform: scale(1.02) translateY(-20px);
}

.index-honor .slick-next{
	background: url(../images/next.png) no-repeat center center;
	width: 17px;
	height: 35px;
}
.index-honor .slick-next:before,.index-honor .slick-prev:before{
	display: none;
}
.index-honor .slick-prev{
	background: url(../images/prev.png) no-repeat center center;
	width: 17px;
	height: 35px;
}

@media (max-width:1200px ) {
	.index-honor .center h3 a{
		padding: 0 10px;
	}
}
@media   (max-width: 768px) {
	.index-honor{
		overflow: hidden;
		padding-top: 4.375vw;
	}
	.index-honor .slick-list {
	    padding-top: 3.125vw !important;
	}
	.index-honor .center {
		margin-left: -40px;
		margin-right: -40px;
	}
	.index-honor .center h3 a{
		padding: 0;
	}
	.index-honor .center .slick-center h3 span{
		margin-top: 4.375vw;
		font-size: 3.125vw;
	}
	.index-honor .center h3 a img{
		width:70.3125vw ;
	}
	.slick-slider {
	    margin-bottom: 4.6875vw;
	}
	.index-honor .slick-prev{
		left: 50px;
	}
	.index-honor .slick-next{
		right: 50px;
	}
	.index-honor .center .slick-center h3 {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		color: #e67e22;
		opacity: 1;
		transform: scale(1);
	}
	
	.index-honor .center h3 {
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		opacity: 0.8;
		transform: scale(0.95);
		transition: all 300ms ease;
	}
}

.index-unit {
	padding-top: 70px;
	padding-bottom: 70px;
}
.index-unit .index-title h2{
	color: #1a1a1a;
}
.index-unit .index-title h2:before,.index-unit .index-title h2:after{
	width: 514px;
	background: #e60013;
}
.index-unit .index-title h2:before{
	left: -534px;
}
.index-unit .index-title h2:after{
	right: -534px;
}
.index-unit .index-title span{
	color: #b2b2b2;
	margin-top: 10px;
}

.index-unit ul{
	border: 1px solid #cccccc;
	border-bottom: none;
	margin-top: 40px;
}
.index-unit ul li{
	padding: 0;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.index-unit ul li a{
	display: block;
	position: relative;
	width: 100%;
	height: 120px;
}
.index-unit ul li a img{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-height: 100%;
	max-width: 100%;
}
@media (min-width: 768px) {
	.index-unit ul li:nth-of-type(6n+6){
		border-right: none;
	}
}
@media  (max-width:768px ) {
	.index-unit {
		overflow: hidden;
		padding: 10vw 3.125vw 7.03125vw;
	}
	.index-unit .index-title span {
	    color: #b2b2b2;
	    margin-top: 1.5625vw;
	}
	.index-unit ul{
		margin-top: 6.25vw;
	}
	.index-unit ul li:nth-of-type(3n+3){
		border-right: none;
	}
	.index-unit ul li a{
		height: 18.4375vw;
	}
	
}

/*首页内容区样式结束*/



/*底部样式*/
.foot-news {
	padding-top: 60px;
	background: #ebebeb;
	padding-bottom: 70px;
}
.foot-news .foot-news-title{
	position: relative;
	margin-bottom: 40px;
}
.foot-news .foot-news-title>a{
	position: absolute;
	color: #000;
	padding: 10px;
	right: 0;
	top: 14px;
}
.foot-news-title h2{
	font-size: 28px;
	color: #1a1a1a;
	font-weight: bold;
	height: 60px;
	position: relative;
	padding-left: 45px;
}
.foot-news-title h2:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 60px;
	left: 0;
	top: 0;
	background: #e60013;
}
.foot-news-title h2:after{
	content: "";
	position: absolute;
	width: 85.5%;
	height: 1px;
	background: #e60013;
	right: 0;
	bottom: 10px;
}
.foot-news-title h2 small{
	display: block;
	font-size: 14px;
	color: #b2b2b2;
	line-height: 1;
	margin-top: 12px;
}

.foot-news-left{
	padding-left: 0;
}
.foot-news-left .picture{
	position: relative;
}
.foot-news-left .picture a{
	display: block;
}
.foot-news-left .picture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.foot-news-left .picture .date{
	position: absolute;
	left: -5px;
	bottom: -5px;
	border: 5px solid #ebebeb;
	border-radius: 12px;
	background: #e60013;
	box-sizing: border-box;
	width: 100px;
	height: 100px;
	text-align: center;
	
}
.foot-news-left .picture .date strong{
	font-size: 26px;
	line-height: 1;
	display: block;
	color: #fff;
	margin-top: 20px;
}
.foot-news-left .picture .date span{
	display: block;
	margin-top: 10px;
	line-height: 1;
	color: #fff;
	font-size: 16px;
}
.foot-news-left .text {
	margin-top: 24px;
}
.foot-news-left .text h4{
	line-height: 28px;
	font-size: 16px;
	color: #333333;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 7px;
	
}
.foot-news-left .text p{
	line-height: 28px;
	color: #666666;
	height: 84px;
	overflow: hidden;
	text-indent: 32px;
}
.foot-news-right .panel{
	background: none;
	border: none;
	box-shadow: none;
}
.foot-news-right .panel-heading{
	background: #d9d9d9;
	padding: 10px 25px;
}
.foot-news-right .panel-heading.current{
	background: #e60013;
}
.foot-news-right .panel-heading.current .panel-title a{
	color: #fff;
}
.foot-news-right .panel-heading.current .panel-title span{
	color: #fff;
}
.foot-news-right .panel-body{
	line-height: 28px;
	color: #666666;
	height: 84px;
	overflow: hidden;
	padding: 0;
	border: none !important;
}
.foot-news-right .panel-body a{
	color: #666666;
}
.foot-news-right .panel-group .panel + .panel {
    margin-top: 10px;
}
.foot-news-right .panel-collapse{
	padding: 15px;
}
.foot-news-right .panel-title>a{
	line-height: 40px;
	color: #333333;
	font-size: 16px;
	display: inline-block;
	max-width: 415px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
a:focus  {
    text-decoration: none;
  }
  
.foot-news-right .panel-title span{
	float: right;
	line-height: 40px;
}
.foot-news-right{
	padding-right: 0;
}
@media (max-width: 1200px) {
	.foot-news-right .panel-title>a{
		max-width: 300px;
	}
}

@media (max-width: 992px) {
	.foot-news-right .panel-heading{
		padding: 10px 10px;
	}
	.foot-news-right .panel-title>a{
		max-width: 220px;
	}
}
@media only screen and (max-width:768px ) {
	.foot-news{
		padding: 9.375vw 2.34375vw 6.25vw;
	}
	.foot-news-left{
		padding:0 3.90625vw ;
	}
	.foot-news-right{
		padding: 0;
	}
	 .foot-news-title h2 {
	    font-size: 4.6875vw;
	    height: 9.375vw;
	    padding-left: 7.03125vw;
	}
	 .foot-news-title h2::before {
	    width: 4.6875vw;
	    height: 9.375vw;
	}
	 .foot-news-title h2 small {
	    font-size: 2.5vw;
	    margin-top: 1.5625vw;
	}
	 .foot-news-title h2::after {
	    width: 70%;
	    bottom: 1.5625vw;
	}
	.foot-news .foot-news-title > a {
	    padding: 5px;
	    right: 0;
	    top: 0;
	    font-size: 3.125vw;
	}
	.foot-news .foot-news-title {
	    margin-bottom: 6.25vw;
	}
	.foot-news-left .picture .date{
		left: -0.78125vw;
		bottom: -0.78125vw;
		border: 0.78125vw solid #ebebeb;
		border-radius: 1.875vw;
		background: #e60013;
		box-sizing: border-box;
		width: 15.625vw;
		height: 15.625vw;
		text-align: center;
		
	}
	.foot-news-left .picture .date strong{
		font-size: 4.6875vw;
		margin-top: 3.125vw;
	}
	.foot-news-left .picture .date span{
		margin-top:1.5625vw;
		font-size: 3.125vw;
	}
	.foot-news-left .text h4 {
	    line-height: 1;
	    font-size: 3.125vw;
	    margin-bottom: 7px;
	}
	.foot-news-left .text p {
	    line-height: 22px;
	    height: 66px;
	    text-indent: 6.25vw;
	    font-size: 3.125vw;
	}
	.foot-news-left .text {
	    margin-top: 4.6875vw;
	    margin-bottom: 4.6875vw;
	}
	.foot-news-right .panel-heading{
		padding: 1.5625vw;
	}
	.foot-news-right .panel-title > a{
		line-height: 6.25vw;
		font-size: 3.125vw;
	}
	.foot-news-right .panel-title span {
	    line-height: 6.25vw;
	    font-size: 3.125vw;
	}
	.foot-news-right .panel-collapse {
	    padding: 2.34375vw;
	}
	.foot-news-right .panel-body{
		font-size: 3.125vw;
		line-height: 22px;
	}
}




#footer .friendship {
	background: #e60013;
	padding: 17.5px 0;
}

#footer .friendship h4 {
	color: #84632e;
}

#footer .friendship a {
	padding: 0 50px;
	color: #fff;
	position: relative;
	font-size: 16px;
}
#footer .friendship a:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: #fff;
	left: 0;
	top: 0;
}
#footer .friendship a:last-of-type:after{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: #fff;
	right: 0;
	top: 0;
}
#footer .friendship a:hover{
	text-decoration: underline;
}
#footer .copyright {
	background: #333333;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.copyright-sub{
	padding: 35px 0;
}
.copyright-sub .foot-logo{
	height: 160px;
	border-right: 1px solid #5c5c5c;
	display: table-cell;
	padding-top: 5px;
	text-align: center;
}
.copyright-sub .foot-contact{
	min-height: 160px;
	padding: 0;
}
.copyright-sub .foot-contact ul li:nth-of-type(1){
	text-align: center;
	padding-top: 40px;
}
.copyright-sub .foot-contact ul li:nth-of-type(1) h3{
	font-size: 28px;
	color: #b2b2b2;
	font-weight: bold;
	line-height: 1;
	margin-top: 20px;
}
.copyright-sub .foot-contact ul li:nth-of-type(2){
	text-align: left;
	padding: 0;
}
.copyright-sub .foot-contact ul li:nth-of-type(2) h4{
	font-size: 20px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 22px;
}
.copyright-sub .foot-contact ul li:nth-of-type(2) span{
	display: block;
	line-height: 30px;
	color: #b2b2b2;
}
.copyright-sub .foot-contact ul li:nth-of-type(3){
	text-align: center;
	padding-top: 17px;
}
.copyright-sub .foot-contact ul li:nth-of-type(3) span{
	color: #b2b2b2;
	display: block;
	margin-top: 15px;
}
#footer .copyright .copyright_con {
	color: #b2b2b2;
	border-top: 1px solid #5c5c5c;
}
#footer .copyright .copyright_con a {
	color: #b2b2b2
}

#footer .copyright .top {
	position: absolute;
	right: 10px;
	top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 10;
	background: #e60013;
}

#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 only screen and (min-width:768px ) {
	#footer .copyright .copyright_con {
		height: 90px;
		line-height: 20px;
		padding: 35px 0;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	#footer .friendship a {
		padding: 0 30px;
	}
}
@media  (max-width:768px ) {
	#footer .copyright{
		background:#ffffff;
		border-top: 1px solid #e60013;
	}
	#footer .copyright .copyright_con {
		line-height: 5.625vw;
		border: none;
		font-size: 3.125vw;
		color: #222222;
		padding-top: 10px;
	}
	#footer .copyright .copyright_con a{
		color: #222222;
	}
}


/*wap底部快捷按钮*/

.wap_footer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 7px 0;
	z-index: 1000;
	background: #e60013;
}

.wap_footer dl {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 0;
}

.wap_footer dt {
	height: 33px;
}

.wap_footer dd {
	color: #fff;
}

.wap_footer dl dt img {
	width: 40%;
}


/*手机底部搜索*/

.wap_search_input {
	position: fixed;
	bottom: 65px;
	left: 100%;
	width: 100%;
	z-index: 1000;
	padding: 8px 2%;
	background: #d7d7d7;
	
}

.wap_search_input:after {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.wap_search_input input {
	float: left;
	width: 80%;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	padding-left: 2%;
	color: #060518;
	position: relative;
	z-index: 100;
	box-sizing: border-box;
	border: none;
}

.wap_search_input p {
	float: left;
	height: 30px;
	line-height: 30px;
	color: #060518;
	position: relative;
	z-index: 100;
	margin-left: 2%;
	width: 18%;
	text-align: center;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.2);
}


/*黑色遮罩*/

.black_cloth {
	position: fixed;
	z-index: 10000000;
	width: 100%;
	height: 100%;
	background: url(../images/global/black_cloth.png) repeat;
	display: none;
	top: 0;
	left: 0;
}


/*手机左边弹出导航*/

.wap_menu {
	width: 250px;
	position: fixed;
	top: 0px;
	left: -250px;
	height: 100%;
	text-align: left;
	z-index: 10000001;
	background: #e60013;
}

.wap_menu li.menu_tit {
	font-size: 18px;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.3);
	position: relative;
	padding: 15px 10px;
	color: #fff;
}

.wap_menu li.menu_tit span {
	font-size: 20px;
	position: absolute;
	top: 12px;
	right: 15px;
	border-bottom: none;
	z-index: 1000;
}

.wap_menu li {
	margin-bottom: 2px;
	font-size: 14px;
	position: relative;
}

.wap_menu li .wap_menu1 {
	line-height: 24px;
	font-size: 16px;
	text-transform: Uppercase;
	background: rgba(255, 255, 255, 0.1);
	position: relative;
}

.wap_menu li p {
	padding: 10px 10px;
	margin-bottom: 0;
}

.wap_menu li .wap_menu1 a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 25px;
	color: #ffffff;
}

.wap_menu li .wap_menu1 p.left {
	float: none;
}

.wap_menu li .wap_menu1 p.right {
	width: 15%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	float: none;
	z-index: 1000;
}

.wap_menu li .wap_menu2 {
	display: none;
}

.wap_menu li .wap_menu2 a {
	display: block;
	background: none;
	color: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	font-size: 14px;
	border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
	padding: 10px;
}

.wap_menu li .wap_menu2 a i {
	float: left;
	width: 4px;
	height: 4px;
	background-color: #fff;
	margin: 8px 10px 0 5px;
}

.wap_menu li .wap_menu2 a span {
	float: left;
	width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/*pc侧边栏分类样式*/

._aside {
	padding-right: 0;
	position: relative;
	text-align: center;
}


/*一级的样式*/

._aside ul.sidemenu>li.sub1 ul {
	display: none;
}

._aside ul.sidemenu>li.current>a.sub1_a,
._aside ul.sidemenu>li:hover>a.sub1_a {
	background: #e60013;
	border-color: #e60013;
	color: #fff;
}


._aside>h2 {
	position: absolute;
	font-weight: bold;
	font-size: 45px;
	top: -130px;
	left: 60px;
	color: #000000;
}
._aside>h2 span{
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #000000;
	position: relative;
	margin-left: 180px;
	margin-top: 24px;
}
._aside>h2 span:before{
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background: #e60013;
	left: -115px;
	top: 14px;
}

@media (min-width:768px) {
	._aside ul.sidemenu{
		display: inline-block;
		margin: 50px 0;
	} 
	._aside ul.sidemenu>li{
		float: left;
		margin-right: 4px;
		margin-bottom: 10px;
	}
	._aside ul.sidemenu>li a{
		display: block;
		min-width: 132px;
		line-height: 40px;
		box-sizing: border-box;
		border: 1px solid #666666;
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	._aside {
		padding: 0;
	}
	._aside>h2 {
		font-size: 5.3125vw;
		top: -18.75vw;
		left: 10.9375vw;
	}
	._aside>h2 span{
		font-size: 3.125vw;
		margin-left: 21.875vw;
		margin-top: 3.125vw;
	}
	._aside>h2 span:before{
		width: 11.5625vw;
		height: 2px;
		left: -13.75vw;
		top: 1.5625vw;
	}
	/*手机内页crumb*/
	._aside>h3 {
		font-size: 3.75vw;
		background: #414140;
		height: 6.25vw;
		line-height: 6.25vw;
		text-align: left;
		padding-left: 4.6875vw;
		color: #fff;
		padding-right: 3.125vw;
	}
	._aside h3 .phone-menuicon {
		float: right;
		cursor: pointer;
		height: 4.21875vw;
	}
	._aside h3 .phone-menuicon img {
		-webkit-transition: all .4s;
		transition: all .4s;
		height: 4.21875vw;
	}
	/*手机内页分类下拉列表*/
	._aside ul.sidemenu {
		width: 100%;
		display: none;
		padding: 0 2.34375vw;
	}
	._aside ul.sidemenu>li{
		margin-top: 2px;
	}
	._aside ul.sidemenu>li a{
		display: block;

		font-size: 16px;
	}
	/*一级的样式*/
	._aside ul.sidemenu>li.sub1 ul {}
	._aside ul.sidemenu>li.sub1>a.sub1_a {
		background: #f0f0f0;
		line-height: 6.25vw;
		color: #010101;
		font-size: 3.125vw;
		text-align: left;
		padding-left: 2.1875vw;
	}
	._aside ul.sidemenu>li.current>a.sub1_a,
	._aside ul.sidemenu>li:hover>a.sub1_a {}

	#header .menu_icon img {
		width: 100%;
	}
}




/*内页样式*/
.main{
	padding: 0;
}
.main .foot-news-title{
	margin-bottom: 50px;
}
.main .foot-news-title h2::after{
	width: 70%;
}
.main .about-page .about-con .text{
	margin-top: 0;
	height: auto;
}
.about-page .about-picture{
	margin-top: 60px;
	margin-bottom: 50px;
}
.about-page .about-picture ul li{
	padding: 0 13px;
}
.about-page .about-picture ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (min-width: 768px) {
	.main .foot-news-title{
		padding-left: 0;
	}
}
@media  (max-width: 768px) {
	.about-page {
		padding: 0 2.34375vw 6.25vw;
	}
	.main .foot-news-title{
		padding-left: 2.34375vw;
	}
	.about-page .about-video{
		margin-top: 0;
	}
	.main .foot-news-title{
		margin-top:4.6875vw;
	}
	.main .foot-news-title h2::after{
		right: 0;
	}
	.about-page .about-con .text{
		margin-bottom: 6.25vw;
	}
	.main .foot-news-title{
		margin-bottom: 6.25vw;
	}
}

.case-page,.contact-page{
	padding-bottom: 50px;
}

.contact-page .contact-type dt{
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.contact-page .contact-type dd{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-top: 26px;
}

@media only screen and (max-width:768px) {
	.contact-page .contact-type dt{
		font-size: 3.75vw;
	}
	.contact-page .contact-type dd{
		font-size: 3.125vw;
		line-height: 5.625vw;
		margin-top: 6.25vw;
	}
	.contact-page .contact-type{
		margin-bottom: 5.625vw;
	}
}


.product-page .product-page-text{
	padding: 0 20px;
	color: #666666;
}
.product-page ul li a{
	display: block;
	position: relative;	
}

.product-page ul li a span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background:rgba(0,0,0,0.45);
	color: #fff;
	text-align: center;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-page ul li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 768px) {
	.product-page ul li{
		margin-bottom: 35px;
	}
	.product-page ul {
		margin-top: 55px;
	}
}
@media  (min-width: 992px) {
	.product-page ul li a{
		height: 294px;
	}
	.product-page ul li{
		margin-bottom: 55px;
	}
}
@media  (min-width:1200px ) {
	.product-page ul li{
		padding: 0 35px;
	}
	.product-page ul li a{
		height: 330px;
	}
	
}
#tooltip{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:2px;
	display:none;
	color:#fff;
}
#tooltip img{
	width: 350px;
}

@media  (max-width: 768px) {
	.product-page{
		padding: 0 2.34375vw;
	}
	.product-page .product-page-text{
		margin-bottom:7.8125vw;
		font-size: 3.125vw;
		padding: 0;
	}
	.product-page ul li{
		margin-bottom: 7.1875vw;
	}
	.product-page ul li:nth-of-type(2n+1){
		padding-left: 0;
		padding-right: 3.90625vw;
	}
	.product-page ul li:nth-of-type(2n+2){
		padding-right: 0;
		padding-left: 3.90625vw;
	}
	.product-page ul li a span{
		line-height: 5.78125vw;
		height: 5.78125vw;
		font-size: 3.125vw;
	}
}


/*新闻样式*/

.news-page ul li{
	padding-bottom: 33px;
	border-bottom: 1px dashed #adadad;
}


.news-page ul li{
	margin-bottom: 32px;
}
.news-page ul li a{
	display: block;
}
.news-page ul li .date{
	float: left;
	width: 88px;
	height: 88px;
	background: #e60013;
	text-align: center;
}
.news-page ul li .date i{
	display: block;
	color: #fff;
	font-family: impact;
	font-size: 36px;
	margin-top: 18px;
}
.news-page ul li .date span{
	font-size: 16px;
	display: block;
	line-height: 1;
	color: #fff;
	margin-top: 14px;
}
.news-page ul li .news-page-text{
	display: table-cell;
	width: 3000px;
	vertical-align: middle;
	padding-left: 35px;
	height: 88px;
}
.news-page ul li .news-page-text h4{
	max-width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}
.news-page ul li .news-page-text p{
	color: #666666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 15px;
}

@media  (max-width: 768px) {
	.news-page{
		padding: 0 2.34375vw;
	}
	.news-page ul li .date{
		width: 15.625vw;
		height: 15.625vw;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-content: center;
	}
	.news-page ul li{
		padding-bottom: 5.3125vw;
		margin-bottom: 5.3125vw;
	}
	.news-page ul li .date i{
		font-size: 7.1875vw;
		margin-top: 0;
	}
	.news-page ul li .date span{
		font-size: 3.125vw;
		margin-top: 1.5625vw;
	}
	.news-page ul li .news-page-text{
		height: 15.625vw;
		padding-left: 2.34375vw;
	}
	.news-page ul li .news-page-text h4{
		font-size: 3.125vw;
	}
	.news-page ul li .news-page-text p{
		font-size: 3.125vw;
		height: 36px;
		line-height: 18px;
		overflow: hidden;
		margin-top: 1.5625vw;
	}
}







/*分页样式开始*/
.page_box {
    text-align: center;
    display: block;
    margin-top:0;
    margin-bottom: 60px;
}
/*当前页的样式*/
.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: 30px;
		margin-top: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.page_box{
		margin-bottom: 100px;
	}
}


/*新闻详情页样式，若不需要请删除*/
.news_detail{
	padding-top: 10px;
	padding-left: 30px;
}
.news_detail .title {
	padding-bottom: 20px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
}

.news_detail .title h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom:10px;
	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: #f2f2f2;
}

.news_detail .pageTurning .prevs {
	margin-bottom: 15px;
}
@media (max-width:768px) {
	.news_detail{
	    margin-top:0;
	    padding: 0 2.34375vw;
	}
	.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{
		margin-bottom: 80px;
	}
}


/*产品详情页样式，若不需要请删除*/
.product_detail{
	padding-bottom: 60px;
}
.product_detail .title {
	padding-bottom: 10px;
	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: #f2f2f2;
}

.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 (max-width:768px ) {
	.product_detail{
		margin-top: 0;
		padding-bottom: 40px;
		padding: 0 2.34375vw;
	}
	.product_detail .product_detail_images .product_detail_btn2 {
		right: 0%;
	}
	.product_detail .product_detail_images .product_detail_btn1 {
		left: 0%;
	}
	
	
}






/*响应式留言板css*/
.feedback-form {
	min-height: 900px;
	padding-left: 30px;
}

.feedback-form .title {
	padding: 15px;
	color: #000;
	background-color: #F2F2F2;
	margin-bottom: 15px;
	box-sizing: border-box;
	
}

.feedback-form .form-group .sure,
.feedback-form .form-group .more {
	padding: 5px 15px;
	border: none;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
}

.feedback-form .form-group .sure {
	background: #df0024
}

.feedback-form .form-group .more {
	background: #dfa800
}

@media (max-width: 640px) {
	.feedback-form .title {
		margin-left: -15px;
		margin-right: -15px
	}
	.main .feedback-form .form-group label {
		width: 100%;
		text-align: left;
	}
	.feedback-form {
		min-height: 750px;
		padding-left: 0;
	}
	.feedback-form .title {
	    margin-top: 20px;
	}
	.form-inline img{
		width: 17vw;
	}
}

