/*head*/

.head97 {
	background: #fff;
	box-sizing: border-box;
	/*position: fixed;
	top: 0;
	left: 0;*/
	z-index: 999;
	width: 100%;
	height: 90px;
}

.ihead97 {
	background: #fff;
}

.head97-pos {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	transition: all .6s;
}

.logo97 {
	/*background: #fff;*/
	border-top-right-radius: 60px;
	width: 10%;
}

.ihead97 .logo97 {
	background: #fff;
}

.logo97 a {
	margin: 5px 0;
	display: block;
}

.logo97 a img {
	display: block;
	height: 80px;
}

.nav97 {
	width: 70%;
}

.nav97 li {
	width: 16.663%;
	float: left;
	text-align: center;
	position: relative;
	font-size: 18px;
	/*padding-top: 25px;*/
	height: 80px;
	line-height: 80px;
	box-sizing: border-box;
}

.nav97 li.on {
	border-top: 3px solid #FE6601;
}

.nav97 li + li:after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #9e9e9e;
	opacity: .3;
	position: absolute;
	left: 0;
	top: 70%;
	transform: translateY(-50%);
}

.nav97 li>a {
	display: block;
	color: #2d2d2d;
}

.ihead97 .nav97 li>a {
	color: #000;
}

.nav97 li P {}

.nav97 li span {
	font-size: 12px;
	display: block;
	color: #fff;
	opacity: 0.48;
	margin-top: 3px;
	text-transform: uppercase;
}

.ihead97 .nav97 li span {
	color: #000;
}

.nav97 li .down97 {
	position: absolute;
	top: 90px;
	width: 90%;
	left: 50%;
	margin-left: -75px;
	background: rgba(255, 255, 255, .6);
	display: none;
	z-index: 999;
}

.nav97 li .down97 a {
	color: #000;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px dashed #ccc;
}

.ihead97 .nav97 li .down97 a {
	color: #000;
}

.nav97 li .down97 a:last-child {
	border: none;
}

.nav97 li .down97 a:hover {
	background: #FE6601;
	color: #fff;
}

.ma97 {
	width: 20%;
}

.ma97 span {
	display: inline-block;
	width: 40px;
	height: 90px;
	line-height: 90px;
	position: relative;
	cursor: pointer;
}

.ma97 span>img {
	display: inline-block;
	width: 35px;
	vertical-align: middle;
}

.ma97 span .ma {
	display: none;
	position: absolute;
	top: 90px;
	left: -100px;
	width: 150px;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	z-index: 99;
}

.ma97 span:hover .ma {
	display: block;
}

.ma97 span .ma img {
	width: 100%;
	display: block;
}

.navbtn {
	display: none;
}
/* 尾部 */

.footer96 {
	background: #f3f3f3;
}

.footer96-con {}

.footer96-con ul {
	padding: 5% 0 3%;
}

.footer96-con ul li {
	width: 33.33%;
	float: left;
	background: url(/css/../img/YQfooter-line.jpg) no-repeat right center;
	padding-left: 7%;
	box-sizing: border-box;
}

.footer96-con ul li h3 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
}

.footer96-con ul li h3 span {
	color: #999;
	font-size: 15px;
	text-transform: uppercase;
	margin-left: 4px;
}

.footer96-con ul li p {
	line-height: 30px;
	margin: 3% 0 0;
}

.footer96-con ul li p span {
	margin-right: 10px;
	display: inline-block;
}

.footer96-con ul li p span img {
	display: inline-block;
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

.footer96-nav {
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	line-height: 4;
	font-size: 12px;
	color: #b4b4b4;
	text-align: center;
}

.footer96-nav a {
	padding: 0 36px;
	font-size: 15px;
	color: #333;
	display: inline-block;
}

.footer96-nav a:hover {
	color: #FE6601;
}

.copyright96 {
	color: #666;
	padding: 20px 0;
	/*font-size: 15px;*/
	text-align: center;
}

.copyright96 a {
	display: inline-block;
	color: #666;
}
/*右侧悬浮菜单*/

.slideXF {
	width: 50px;
	height: 250px;
	position: fixed;
	top: 50%;
	margin-top: -126px;
	background: #FE6601;
	right: 0;
	border-radius: 5px 0 0 5px;
	z-index: 999;
}

.slideXF ul {
	list-style: none;
}

.slideXF .icon li {
	width: 49px;
	height: 50px;
	background: url(/css/../img/icon3.png) no-repeat;
}

.slideXF .icon .up {
	background-position: -330px -120px;
}

.slideXF .icon li.qq {
	background-position: -385px -73px;
}

.slideXF .icon li.tel {
	background-position: -385px -160px;
}

.slideXF .icon li.wx {
	background-position: -385px -120px;
}

.slideXF .icon li.down {
	background-position: -330px -160px;
}

.slideXF .info {
	top: 50%;
	/* height: 147px; */
	position: absolute;
	right: 100%;
	background: #FE6601;
	width: 0px;
	overflow: hidden;
	margin-top: -73.5px;
	transition: 0.5s;
	border-radius: 4px 0 0 4px;
}

.slideXF .info.hover {
	width: 180px;
}

.slideXF .info li {
	width: 180px;
	color: #fff;
	text-align: center;
}

.slideXF .info li p {
	font-size: 16px;
	line-height: 30px;
	padding: 15px;
	text-align: left;
}

.slideXF .info li.qq p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
}

.slideXF .info li.qq p a:hover {
	color: #FFFFFF;
	border: none;
	background: #00E0DB;
}

.slideXF .info li div.img {
	height: 100%;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

.slideXF .info li div.img img {
	width: 100%;
	height: 100%;
}
/*控制菜单的按钮*/
			.index_cy{
				width: 30px;
				height: 30px;
				background: url(/css/../img/index_cy.png);
				position: fixed;
				right: 0;
				top: 50%;
				margin-top: 140px;
				background-position: 62px 0;
				cursor: pointer;
			}
			.index_cy2{
				width: 30px;
				height: 30px;
				background: url(/css/../img/index_cy.png);
				position: fixed;
				right: 0;
				top: 50%;
				margin-top: 140px;
				background-position: 30px 0;
				cursor: pointer;
			}
			
			/*自适应 当屏小于1050时隐藏*/
			@media screen and (max-width: 1050px) {
				.slideXF{
					display: none;
				}
				#btn{
					display: none;
				}
				
			}
			@media screen and (max-width:1600px){
				.head97{
		height:80px;
	}
	.logo97 a img{
		height:70px;
	}
	.nav97 li {
		font-size: 16px;
	}
	.nav97 li + li:after{
		top:54%;
	}
	.nav97 li .down97 a {
		height: 50px;
		line-height: 50px;
	}
	.nav97 li .down97{top:80px;}
			}
			.mfoot58{display:none;}
				@media screen and (max-width:959px){
					html,
		body {
			min-width: 768px;
			max-width: 768px;
			overflow-x: hidden;
		}
		.mainb {
			width: 98%;
		}
					.head97 {
    height: auto;
}
		.logo97 {
			width: 100%;
			z-index: 99999;
			position: relative;
		}
		.logo97 a {
			width: 80%;
			margin: 5px 0;
		}
		.logo97 a img {
			height: 55px;
		}
		.nav97 {
			display: none;
			position: fixed;
			width: 100%;
			height: 100%;
			bottom: 100%;
			margin-left: 0;
			float: none;
			background: rgba(255,255,255,.95);
			padding: 70px 0;
			box-sizing: border-box;
			z-index: 9999;
			right: 0;
			transition: all .5s;
		}
		.ihead97 .nav97{
			background: #fff;
		}
		.nav97.lef {
			bottom: 0;
		}
		.nav97 li {
			width: 100%;
			height: 90px;
			line-height: 90px;
			border-bottom: 1px dashed #ccc;
			padding-top: 0;
			font-size: 20px;
			font-weight: bold;
		}
		.nav97 li .down97 {
			display: none!important;
		}
		.navbtn {
			position: absolute;
			right: 10px;
			top: 22px;
			display: block;
			background: none;
			outline: none;
			border: none;
			/*z-index: 99999;*/
		}
		.navbtn span {
			display: block;
			width: 28px;
			height: 3px;
			background-color:#fe6601;
			/* margin-left: calc(50% - 15px); */
			margin-bottom: 5px;
			transition: all .5s ease-out;
			transform-origin: 0 0;
			background: #fe6601;
		}
		
		.ihead97 .navbtn span {background: #FE6601;}
		
		.navbtn.active {
			padding: 2px;
		}
		.navbtn.active span:first-child {
			transform: rotate(45deg) translate(5px, -4px);
		}
		.navbtn.active span:nth-child(2) {
			opacity: 0;
		}
		.navbtn.active span:last-child {
			transform: rotate(-45deg) translate(-1px, 6px);
		}
		.ma97,
		.nav97 li span {
			display: none;
		}
		.nav97 li .down97 {
			display: none!important;
		}
		
	}
		@media screen and (max-width:640px) {
		html,body {min-width: 100%;max-width: 100%;}
		
		.nav97 li {height: 60px; line-height: 60px; font-size: 16px;}

		.iprodetail-bottom .title li:nth-child(2),.iprodetail-bottom .title li:nth-child(3),.iprodetail-bottom .title li:nth-child(4){display:none;}
		
		.footer96{display:none;}
		
		.mfoot58 { width: 100%;height: 55px;position: fixed;bottom: 0;z-index: 1080;display:block;}
		
		.mfoot58:before {
				content: '';
				display: block;
				width: 100%;
				height: 55px;
				overflow: hidden;
				border-radius: 5px;
				position: absolute;
				left: 0;
				bottom: 0;
				background-image: url(/css/../img/swt_bg.png);
				background-position: left bottom;
				background-repeat: no-repeat;
				-webkit-background-size: 100% auto;
				background-size: 100% auto;
			}
			
			.mfoot58 .mfoot58-msg {
				width: 35%;
				float: left;
				text-align: center;
				font-size: 16px;
				color: #3e3e3e;
				display: block;
				height: 55px;
				line-height: 55px;
				position: relative;
				z-index: 1;
			}
			
			.mfoot58 .mfoot58-msg:before {
				content: '';
				display: inline-block;
				width: 25px;
				height: 25px;
				vertical-align: middle;
				margin-right: 10px;
				background-image: url(/css/../img/swt_msg.png);
				background-position: center center;
				background-repeat: no-repeat;
				-webkit-background-size: 100% 100%;
				background-size: 100% 100%;
			}
			
			.mfoot58 .mfoot58-phone {
				display: block;
				width: 57%;
				height: 40px;
				float: right;
				margin-right: 12px;
				position: relative;
				z-index: 1;
				padding-left: 10px;
				/*padding-top: 10px;*/
				margin-top: 5px;
				box-sizing: border-box;
			}
			
			.mfoot58 .mfoot58-phone i,
			.mfoot58 .mfoot58-phone span,
			.mfoot58 .mfoot58-phone strong {
				display: block;
			}
			
			.mfoot58 .mfoot58-phone i {
				position: absolute;
				left: 3px;
				top: 3px;
				width: 30px;
				height: 30px;
				z-index: 2;
				padding: 2px;
			}
			
			.mfoot58 .mfoot58-phone i img {
				display: block;
				width: 100%;
			}
			
			.mfoot58 .mfoot58-phone span,
			.mfoot58 .mfoot58-phone strong {
				width: 100%;
				overflow: hidden;
				position: relative;
				z-index: 2;
			}
			
			.mfoot58 .mfoot58-phone span {
				font-size: 15px;
				color: #ffc601;
				margin-left: 30px;
				/*margin-top: -8px;*/
			}
			
			.mfoot58 .mfoot58-phone strong {
				font-size: 15px;
				color: #ffffff;
				font-weight: bold;
				letter-spacing: 2px;
				margin-left: 30px;
			}
			
			.mfoot58 .mfoot58-phone:before,
			.mfoot58 .mfoot58-phone:after {
				content: '';
				display: block;
				position: absolute;
				border-radius: 30px;
			}
			
			.mfoot58 .mfoot58-phone:before {
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: #f5353c;
				background: -webkit-linear-gradient(left, #fd5a50, #ee1128);
				background: linear-gradient(to right, #fd5a50, #ee1128);
				opacity: 0.7;
			}
			
			.mfoot58 .mfoot58-phone:after {
				left: 0.05333rem;
				right: 0.05333rem;
				top: 0.05333rem;
				bottom: 0.05333rem;
				background: #f6373d;
				z-index: 1;
			}
		}