@charset "utf-8";
@media (min-width: 768px) {
	.header{height:90px;}
	.header_bg{ height:90px;}
	
	.header .header_right1 a{ width:40px;}
	
	.index_height{ height:30px;}
	.index_content{ padding:35px 0;}
	.index_title1{ font-size:36px; line-height:60px;}
	.index_title1::after{ height:3px;}
	
	.index1{padding-bottom:30px; margin-bottom:30px;}
	.index1_1 .title1{ font-size:30px;}
	.index1_1 .title2{ font-size:20px;}
	.index1_2 .title1{ background-size:40px; padding-left:46px; font-size:30px;}
	.index1_2 .video{ padding:15px 0 0;}	
		
	.foot2{ background-color:#FFF; margin-bottom:0;}
	
	.productlist1{ padding:12px;}
	.productlist1 .txt{ line-height:20px; padding:15px 0 10px;}
	.prod_detail_content{ padding:20px 30px 30px;}
	
	.newdetail4_2{ text-align:right;}
	
	.mb_txt input, .mb_txt textarea{ width:300px;}
	.InquireBasket{ bottom:0;}
}
@media (min-width: 992px) {	
	.header{height:110px;}
	.header_bg{ height:110px;}
	.header .logo a{ padding:15px 0;}
	.header .logo img{ height:50px;}
	
	.header .header_right1 a{ width:40px; height:80px; line-height:80px;}
	.header .header_right1 a i{ line-height:80px;}	
	
	.mainnav .nLi span a{ padding:0 15px;}	
	
	.left{ width:27%;}
	.right{ width:71%; margin-left:2%;}
}

@media (min-width: 1200px) {
	.header .logo a{ padding:10px 0;}
	.header .logo img{ height:60px;}
	
	.mainnav .nLi span a{ padding:0 25px; font-size:15px;}
	
	.index_height{ height:40px;}
	.index_content{ padding:50px 0;}
	.index_title1{ font-size:42px; line-height:70px;}	
	
	.index1{padding-bottom:50px; margin-bottom:50px;}
	.index1_1 .title1{ font-size:38px;}
	.index1_1 .title2{ font-size:20px;}
	.index1_2 .title1{ background-size:46px; padding-left:56px; font-size:38px;}
	.index1_2 .video{ padding:15px 0 0;}	
	
	.left{ width:25%;}
	.right{ width:73%; margin-left:2%;}
}

@media (min-width: 1400px) {
	.header .logo a{ padding:0;}
	.header .logo img{ height:80px;}
	
	.left{ width:23%;}
	.right{ width:75%; margin-left:2%;}
}

@media (min-width: 1600px) {	
	.left{ width:20%;}
	.right{ width:78%; margin-left:2%;}
}




/*右边在线浮动图标*/
.fixed-mobile-tools {
	width: 40px;
	position: fixed;
	right: 10px;	
	bottom: 120px;
	z-index: 1500;
	cursor:pointer;
	opacity:0.8;
	 -webkit-transform:translateZ(0);
}

.fixed-tools {
	width: 58px;
	position: fixed;
	right: 0;
	bottom:100px;
	border-radius: 4px 0 0 4px;
	z-index: 1500;
	color:#333;
}
.fixed-tools .tools {
	height: 59px;
	cursor: pointer;
	line-height: 24px;
	text-align: center;
	position: relative;
	margin-top: -1px;
	background-color: #4f4f4f
}
.fixed-tools .tools::after {
	height: 1px;
	margin: 0 11px 0;
	background-color: #fff;
	opacity: .2;
	content: '';
	display: block;
	position: relative;
	z-index: 1
}
.fixed-tools .tools:last-child::after{ display:none;}
.fixed-tools .tools:hover {
	z-index: 2;
	background-color: #7f7f7f;
	-webkit-transition: background-color linear .2s;
	transition: background-color linear .2s
}
.fixed-tools .tools:first-child{border-radius:4px 0 0;}
.fixed-tools .tools:last-child{border-radius:0 0 0 4px;}
.fixed-tools .tools i{ background-image:url(/index/fixed-tools.png?v=20190726); display:inline-block; width:58px; height:58px;}
.fixed-tools .tools .icon-whatsapp{ background-position:0 -58px;}
.fixed-tools .tools .icon-qq{ background-position:0 0;}
.fixed-tools .tools .icon-top{ background-position:0 -116px;}
.fixed-tools .tools .icon-skype{ background-position:0 -174px;}
.fixed-tools .tools .icon-email{ background-position:0 -232px;}
.fixed-tools .tools .icon-weixin{ background-position:0 -290px;}
.fixed-tools .none {display: none;}
.fixed-tools .poptoolover {
	position: absolute;
	right: 68px;
	top: 0;
	background-color: #fff;
	box-shadow: .5px .866px 4px 0 rgba(9,2,4,0.4);
	width: 180px;
	padding: 1px 2px 2px 1px;
	box-sizing: border-box;
	border-radius: 2px;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: translate3d(-15px, 0, 0);
	transform: translate3d(-15px, 0, 0);
	z-index: 3
}
.fixed-tools .poptoolover::before {
	position: absolute;
	content: '';
	top: 16px;
	right: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #c5c3c4
}
.fixed-tools .poptoolover::after {
	position: absolute;
	content: '';
	top: 17px;
	right: -9px;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid #fff
}
.fixed-tools .tools:hover .none {display: block;}
.fixed-tools .poptoolover-tel {width:200px;padding:10px;text-align: left;}
.fixed-tools .poptoolover-tel img{ margin-right:10px; float:left;}
@-webkit-keyframes fadeInLeft {
from {
opacity:0;
-webkit-transform:translate3d(-15px, 0, 0);
transform:translate3d(-15px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInLeft {
from {
opacity:0;
-webkit-transform:translate3d(-15px, 0, 0);
transform:translate3d(-15px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}