a:hover {
	text-decoration: none;
}
body{
	overflow-x: hidden;
}
a {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}
@media  (min-width:1200px ) {
	.container {
	    width: 1200px;
	}
}

/*头部样式*/

#header{
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 54px;
	height: 66px;
}
@media  (min-width:1200px ) {
	#header .container,.tel-block .container{
		width: 1130px;
	}
}
#header .container{
	margin: 0 auto;
	background: #fff;
	height: 100%;
	transform: skew(-30deg,0);
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#header .container>.row{
	transform: skew(30deg,0);
}
#header .logo {
	display: inline-block;
	margin-top: 9px;
	margin-left: 56px;
}
#header .logo img{
	width: 113px;
	height: 48px;
}
.tel-block{
	position: absolute;
	z-index: 5;
	width: 100%;
	top: 54px;
	height: 66px;
}
.tel-block .container{
	margin: 0 auto;
	height: 100%;
}
.tel-block .container>.row{
	position: relative;
}
.tel-block .tel {
	position: absolute;
	width: 303px;
	height: 56px;
	background: #f98638;
	transform: skew(-30deg,0);
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	top: -35px;
	right: -70px;
}
@media (max-width:1280px ) {
	.tel-block .tel{
		right: -50px;
	}
}
@media (min-width:1024px ) and (max-width:1270px){
	.tel-block .tel{
		right: 0px;
	}
}
.tel-block .tel form span{
	display: inline-block;
	width: 185px;
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	padding-left: 20px;
	background: url(../images/dianhua.png) no-repeat left center;
	margin-left: 30px;
}
.tel-block .tel form{
	transform: skew(30deg,0);
	font-size: 0;
	width: 250px;
	margin-left: 30px;
}
.tel-block .tel form #search-box{
	width: 215px;
	height: 34px;
	border: none;
	border-radius: 10px;
	font-size: 14px;
	line-height: 34px;
	padding-left: 15px;
	outline: none;
	display: none;
}
.tel-block .tel form #search-button{
	width: 34px;
	height: 34px;
	border: none;
	background:url(../images/fangdajing.png) no-repeat center center transparent;
	background-size:15px 17px ;
	vertical-align: top;
	outline: none;
}
#header .menu_icon {
	position: absolute;
	z-index: 12;
	right: 0;
	top: -2.8125vw;
}
@media all and (max-width: 992px) {
	#header{
		top: 5.625vw;
		height: 10.3125vw;
	}
	#header .container{
		width: 90.875vw;
	}
	#header .logo {
		margin-top: 1.40625vw;
		margin-left: 3.75vw;
	}
	#header .logo img {
		height: 7.5vw;
		width: auto;
		
	}
	#header .menu_icon img {
		width: 15vw;
	}
}


/*pc导航*/
.pc_menu{
	margin-left: 204px;
	font-size: 0;
	margin-right: 30px;
}
.pc_menu .menu{
	display: flex;
}
.pc_menu .menu .nLi {
	position: relative;
	flex: 1;
}
.pc_menu .menu .nLi:hover h3 a{
	background: #f98638;
	color: #fff;
}
.pc_menu .menu .nLi h3 {
	font-size: 16px;
}

.pc_menu .menu .nLi h3 a {
	display: block;
	text-align: center;
	color: #282727;
	line-height: 66px;
}

.pc_menu .menu .nLi .menu_2 {
	display: none;
	position: absolute;
	top: 66px;
	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);
}
.pc_menu .menu .nLi .menu_2 li a:hover{
	color: #f98638;
}

/*大图样式*/

#banner {
	position: relative;
	overflow: hidden;
}

#banner .owl-theme .owl-controls .owl-dots {
	position: absolute;
	bottom: 12%;
	width: 100%;
}


/*大图下方点点的位置*/


/*箭头的设置*/

#banner #owl-demo a.item {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: auto 100%
}

#owl-demo,
#owl-demo .owl-wrapper-outer,
#owl-demo .owl-wrapper,
#owl-demo .owl-item,
#banner {
	height: 750px;
}

#banner .wave-line{
	height: 100px;
	width: 100%;
	background: url(../images/bolangxian.png) repeat-x left bottom;
	background-size:100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	animation: wave-bg 30s infinite linear;
	animation-direction: alternate;
}
@-webkit-keyframes wave-bg{
	from{background-size: 100% 100%;}
	to{background-size: 200% 100%;}
}
@keyframes wave-bg{
	from{background-size: 100% 100%;}
	to{background-size: 200% 100%;}
}
/*大图记得修改高度*/

@media all and (max-width: 992px) {
	#owl-demo,
	#owl-demo .owl-wrapper-outer,
	#owl-demo .owl-wrapper,
	#owl-demo .owl-item,
	#banner {
		height: 74.6875vw;
	}
	#banner #owl-demo a.item {
		background-size: cover;
		background-position: -320px center;
	}
}

@media all and (max-width: 768px) {
	#owl-demo,
	#owl-demo .owl-wrapper-outer,
	#owl-demo .owl-wrapper,
	#owl-demo .owl-item,
	#banner {
		height: 74.6875vw;
	}
	#banner #owl-demo a.item {
		background-size: cover;	
		background-position: -120px center;
	}
}


/*pc右侧快捷按钮*/

.right_nav {}

.right_nav .aside li>p,
.right_nav .aside>li>div {
	background-color: #f98638;
	color: #fff;
}

.right_nav .aside {
	position: fixed;
	right: 88px;
	top: 20%;
	z-index: 10000;
}

.right_nav .aside>li {
	width: 57px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 8px;
	cursor: pointer;
	position: relative;
	
}

.right_nav .aside>li>p {
	position: relative;
	z-index: 1005;
	line-height: 48px;
	border-radius: 8px;
}
.right_nav .aside>li img {
	vertical-align: middle;
}

.right_nav .aside>li p img {
	width: 53.333333%;
}

.right_nav .aside>li p:hover img {
	width: 60%;
}

.right_nav .aside>li .img2 {
	display: none;
}

.right_nav .aside>li>div {
	position: absolute;
	display: none;
}

.right_nav .aside>li .phone_meassage {
	right: -240px;
	top: 0;
	width: 190px;
	text-align: left;
	font-size: 18px;
	line-height: 48px;
	border-radius: 10px;
	z-index: 1006;
	padding-left: 50px;
	background: url(../images/dianhua.png) no-repeat 20px center #f98638;
}

.right_nav .aside>li .qq_online {
	top: -6px;
	right: -127px;
	width: 250px;
	padding: 0 20px 0 24px;
	border-radius: 10px;
	background: #f98638;
	z-index: 1006;
}

.right_nav .aside>li .qq_online .qq_online_title {
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	border-bottom: 1px solid #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;
	float: left;
}

.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%;
	border-radius: 30px;
	background-color: #f98638;
	z-index: 1006;
}
.right_nav .aside>li .search_box .search_input {
	width: 220px;
	height: 48px;
	position: relative;
	margin: 9px auto;
	z-index: 1006;	
}

.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;
	padding-left: 10px;
	position: absolute;
	line-height: 30px;
	z-index: 1006;
	top: 0;
	left: 0;
	background: url(../images/global/black_bg.png);
}

.right_nav .aside>li .search_box ::-webkit-input-placeholder {
	color: #fff;
}



/*底部样式*/

#footer .copyright {
	background: #f98638;
	text-align: center;
	padding: 15px 0;
	position: relative;
}

#footer .footer-item{
	background: url(../images/foot-bg.jpg) no-repeat center center;
	padding: 67px 0 102px;
}
#footer .footer-item .footer-item-sub1,#footer .footer-item .footer-item-sub2{
	padding: 16px 0 0;
	box-sizing: border-box;
	min-height: 230px;
	position: relative;
}
#footer .footer-item .footer-item-sub1:after,#footer .footer-item .footer-item-sub2:after{
	content: "";
	position: absolute;
	height: 230px;
	width: 1px;
	background: #a7a7a7;
	right: 0;
	top: 0;
}
#footer .footer-item .footer-item-sub1 dl{
	width: 20%;
	float: left;
	text-align: center;
}
#footer .footer-item .footer-item-sub1 dl dt{
	font-size: 16px;
	line-height: 36px;
	color: #333;
	font-weight: normal;
	margin-bottom: 5px;
}
#footer .footer-item .footer-item-sub1 dl dd a{
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #333;
}
#footer .footer-item .footer-item-sub1 dl dd a:hover{
	color: #f98638;
}
#footer .footer-item .footer-item-sub2{
	padding: 16px 46px 0;
	box-sizing: border-box;
	min-height: 230px;
	position: relative;
}
#footer .footer-item .footer-item-sub2 h6{
	font-size: 16px;
	line-height: 36px;
	color: #333;
	margin-bottom: 8px;
}
#footer .footer-item .footer-item-sub2 strong{
	color: #f98638;
	line-height: 40px;
	font-size: 30px;
	margin-bottom: 20px;
	display: block;
}
#footer .footer-item .footer-item-sub2 p{
	line-height: 24px;
	color: #333;
}
#footer .footer-item .footer-item-sub3 img{
	display: block;
	width: 100px;
	margin: 26px auto 17px;
}
#footer .footer-item .footer-item-sub3 span{
	display: block;
	text-align: center;
	
}




#footer .copyright .copyright_con {
	color: #fff;
	padding: 0 15px;
}

#footer .copyright .copyright_con a {
	color: #fff
}
#footer .copyright .copyright_con a:hover{
	text-decoration: underline;
}
#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: 992px) {
	#footer .copyright {
		background: #f4f3f3;
		padding: 10px;
	}
	#footer .copyright .copyright_con {
		color: #383837;
		padding: 0;
		text-align: center;
	}
	
	#footer .copyright .copyright_con a {
		color: #383837
	}
}
@media  (max-width: 768px){
	#footer .copyright .copyright_con {
		text-align: left;
	}
}







/*wap底部快捷按钮*/

.wap_footer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 7px 0;
	z-index: 1000;
	background: #f98638;
}

.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: #f98638;
}

.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: #333;
	position: relative;
	z-index: 100;
	box-sizing: border-box;
	border: none;
}

.wap_search_input p {
	float: left;
	height: 30px;
	line-height: 30px;
	color: #fff;
	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: #f98638;
}

.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-left: 0;
	padding-right: 20px;
	position: relative;
	margin-bottom: 7.8125vw;
}

._aside>h2 {
	position: absolute;
	width: 93.3333333%;
	height: 142px;
	background: url(../images/abuou-bg.jpg) no-repeat left bottom #f98638;
	background-size:contain;
	text-align: center;
	line-height: 142px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	top: -142px;
	z-index: 100;
}


/*一级的样式*/

._aside ul.sidemenu>li{
	margin-top: 4px;
}
._aside ul.sidemenu>li.sub1 ul {
	display: none;
}

._aside ul.sidemenu>li.sub1>a.sub1_a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 60px;
	background: #f2f2f2;
	text-align: center;
}

._aside ul.sidemenu>li.current>a.sub1_a,
._aside ul.sidemenu>li:hover>a.sub1_a {
	color: #fff;
	background: #434343;
	text-decoration: none;
}


/*二级的样式*/

._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 36px;
	padding-left: 88px;
	position: relative;
	color: #434343;
}
._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a:before{
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	background: #ff1a3d;
	top: 11px;
	left: 60px;
	border-radius: 50%;
}
._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a:after{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 50%;
	top: 14px;
	left: 63px;
}
._aside ul.sidemenu>li.sub1>ul>li.sub2.current>a.sub2_a,
._aside ul.sidemenu>li.sub1>ul>li.sub2:hover>a.sub2_a {
	color: #ff0000;
}


/*三级的样式*/

._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3>a.sub3_a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 36px;
	padding-left: 88px;
	position: relative;
}
._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3>a.sub3_a:before{
	content: ">";
	position: absolute;
	font-size: 14px;
	left: 70px;
}
._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3.current>a.sub3_a,
._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3:hover>a.sub3_a {}

._aside .two-bar-code{
	margin-top: 4px;
	background: #f4f4f4;
	overflow: hidden;
	padding-bottom: 35px;
}
._aside .two-bar-code img{
	width: 120px;
	height: 120px;
	display: block;
	margin: 38px auto 15px;
	
}
._aside .two-bar-code span{
	display: block;
	line-height: 1;
	color: #3a3a3a;
	text-align: center;
}


.main{
	position: relative;
	
}
@media (max-width:768px ) {
	.main{
		position: relative;
		padding: 0 3.125vw;
	}
}
.main .crumb{
	position: absolute;
	line-height: 48px;
	top: -48px;
	z-index: 100;
	padding-left: 40px;
	background: url(../images/crumb-icon.png) no-repeat left center;
	color: #343434;
}



.article {
	padding-top: 25px;
}

@media  (max-width:992px) {
	._aside>h2{
		width: 167.5px;
	}
}
@media (max-width: 768px) {
	._aside {
		padding: 0;
		min-height: 11vw;
		margin-bottom: 0;
	}
	.article {
		padding-top: 0;
	}
	/*手机内页crumb*/
	._aside>h2 {
		font-size: 16px;
		height: 22.1875vw;
		line-height: 30px;
		background: url(../images/wap-about-bg.jpg) no-repeat left bottom #f98638;
		background-size: 100% auto; 
		width: 93.75vw;
		left: 0;
		right: 0;
		margin: auto;
		top: -10.9375vw;
		text-align: left;
		padding-left: 3.9vw;
		padding-top:4.6875vw ;	
	}
	._aside>h2 span{
		display: inline-block;
	}
	._aside h2 .phone-menuicon {
		float: right;
		cursor: pointer;
		height: 30px;
		font-style: normal;
		width: 23vw;
		background: #fff;
		color: #f98638;
		text-align: center;
		border-bottom-left-radius: 10px;
		border-top-left-radius: 10px;
	}
	._aside h2 .phone-menuicon img {
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	/*手机内页分类下拉列表*/
	._aside ul.sidemenu {
		width: 100%;
		display: none;
		padding: 12vw 3.125vw 0;
	}
	/*一级的样式*/
	._aside ul.sidemenu>li.sub1 ul {}
	._aside ul.sidemenu>li.sub1>a.sub1_a {
		background: #f2f2f2;
		line-height:9.375vw;
		text-align: left;
		padding-left: 5.625vw;
	}
	._aside ul.sidemenu>li.current>a.sub1_a,
	._aside ul.sidemenu>li:hover>a.sub1_a {
		color: #434343;
	}
	/*二级的样式*/
	._aside ul.sidemenu>li.sub1>ul>li.sub2:first-of-type{
		margin-top: 1.5625vw;
	}
	._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a {
		line-height: 5.625vw;
		padding-left: 13.75vw;
	}
	._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a:before{
		width: 2.1875vw;
		height: 2.1875vw;
		background: #ff1a3d;
		top: 1.71875vw;
		left: 9.0625vw;
		border-radius: 50%;
	}
	._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a:after{
		content: "";
		position: absolute;
		width: 1.25vw;
		height: 1.25vw;
		border: 1px solid #fff;
		border-radius: 50%;
		top: 2.1875vw;
		left: 9.53125vw;
	}
	/*三级的样式*/
	._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3>a.sub3_a {
		line-height: 5.625vw;
		padding-left: 15vw;
	}
	._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3>a.sub3_a:before{
		left: 10.9375vw;
	}
	
}



/*分页样式开始*/
.page_box {
    text-align: center;
    display: block;
    margin-top:6px;
    margin-bottom: 90px;
}
/*当前页的样式*/
.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: 0;
	}
}


















/*新闻详情页样式，若不需要请删除*/
.news_detail{
	padding-top: 3.38vw;
	padding-left: 15px;
}
.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;
}

.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{
	    padding: 0;
	    margin-top: 7.8125vw;
	}
	.news_detail .title .box div {
	    margin-right: 5px;
	}
	.news_detail .title .box {
	    font-size: 3.125vw;
	}
	.news_detail .title h3{
		font-size: 4.6875vw;
	}
}



/*产品详情页样式，若不需要请删除*/

.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 .product_detail_content2 p span{
	display: block;
	word-break: break-all;
}

.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{
	margin-bottom: 60px;
}
.pswp__bg {
	background: url(../images/global/rgb0.8.png)
}

@media (max-width:768px ) {
	.product_detail .product_detail_images .product_detail_btn2 {
		right: 0%;
	}
	.product_detail .product_detail_images .product_detail_btn1 {
		left: 0%;
	}
}

/*响应式留言板css*/
.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;
 }
 
}