@charset "utf-8";
@media (min-width: 768px) {	
	.foot2{ margin-bottom:0; color:#FFF; background-color:#266689; border-top:solid 1px #5185a1;}
	.foot2 a{ color:#FFF;}
	.foot2 a:hover{ color:#FFF;}
	
	.page_content{ padding:0 0 30px;}
	.location2{ line-height:16px; padding:18px 0; margin-bottom:30px;}
	.location2>div:after{ bottom:-19px;}
	
	.index_content{ padding:30px 0;}
	.index_height{ height:30px;}
	.index_height2{ height:25px;}	
	.index_title1 h1{ font-size:26px; line-height:30px;}
	.index_title1 h1 i{ width:6px; height:19px;}
	.index_title1 h2{ padding:0; font-size:16px; line-height:30px; margin-bottom:15px;}
	
	.index_prod1{ margin:0 -15px;}
	.index_prod1>div{ padding:15px;}
	.index_prod1 a .pic{ -moz-border-radius:20px; border-radius:20px;}
	.index_prod1 a .txt{ font-size:16px; padding:10px 0 0;}
	
	.index_video{ background-size:130% 100%;}
	.index_video1{ padding:20px 0 30px;}
	.index_video1_1{ padding:0; width:38%; float:right; text-align:right;}
	.index_video1_2{ width:60%; margin:0; float:left; padding:10px;-moz-border-radius:10px; border-radius:10px;}
	
	.index_cases .my-gallery{ margin:0 -10px;}
	.index_cases .my-gallery>a{ padding:10px;}
	
	.index_about1_1{ width:60%; float:left;}
	.index_about1_2{ width:36%; float:right; margin-top:0;}
	.index_about2 .hd ul li{ margin:0 30px; font-size:20px; width:170px; height:50px; line-height:43px;}
	.index_about2 .bd a{ padding:10px;}
	.index_about2_1{ padding:0 40px; margin:0 -30px;}
	
	.index_news .desc{ height:66px;}
	
		
	/*产品列表样式*/
	.productlist1{padding:12px;}
	
	.prod_detail_left{ width:40%; float:left;}
	.prod_detail_right{ width:55%; padding-left:5%; float:left;}
	
	/*新闻样式*/
	.newdetail4_2{ text-align:right;}
	.my-gallery>a{ padding:0 15px;}
	.my-gallery .clear2{ clear:none;}
	.my-gallery .clear3{ clear:both;}
	
	/*招聘样式*/
	.JobsAdd2{ width:15%;}
	.JobsAdd3, .JobsAdd4{ width:35%;}
	.JobsAdd5{ width:85%;}
}

@media (min-width: 992px) {	
	.mainnav .nLi span a{ font-size:16px; line-height:70px;}
	.mainnav .sub{ top:70px;}
	
	.index_content{ padding:40px 0;}
	.index_height{ height:40px;}	
	.index_height2{ height:35px;}	
	
	.left{ width:27%;}
	.right{ width:71%; margin-left:2%;}
}

@media (min-width: 1200px) {	
	.index_content{ padding:50px 0;}
	.index_height{ height:50px;}
	.index_height2{ height:45px;}
	.index_title1 h1{ font-size:32px; line-height:36px;}
	.index_title1 h1 i{ width:8px; height:25px;}
	.index_title1 h2{ line-height:40px; margin-bottom:20px;}
	
	.index_video{ background-size:125% 100%;}
	.index_video1{ padding:30px 0 50px;}
	
	.index_cases .my-gallery{ margin:-5px -15px;}
	.index_cases .my-gallery>a{ padding:15px;}
	
	.index_about1_2{ margin-top:10px; line-height:2;}
	.index_about2_1{ padding:0 40px; margin:0 -40px;}
		
	.left{ width:25%;}	
	.right{ width:73%; margin-left:2%;}
	
	/*招聘样式*/
	.JobsAdd2{ width:10%;}
	.JobsAdd3, .JobsAdd4{ width:23.33%;}
	.JobsAdd5{ width:90%;}
}

@media (min-width: 1400px) {
	.index_title1 h1{ font-size:40px; line-height:44px;}
	.index_title1 h1 i{ width:10px; height:29px;}
	.index_title1 h2{ line-height:40px; margin-bottom:20px;}
			
	.left{ width:23%;}
	.right{ width:75%; margin-left:2%;}	
}

@media (min-width: 1600px) {	
	.index_video{ background-size:100% 100%;}
	
	.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;
	-webkit-transform:translateZ(0);
}
.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=20250103); display:inline-block; width:58px; height:58px;}
.fixed-tools .tools .icon-whatsapp{ background-position:0 -348px;}
.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;}


.fixed-tools2 {
	position: fixed;
	left:0px;
	bottom:135px;
	background-color:#FFF;
	border:solid 2px #d2d2d2;
	border-left:none;
	padding:10px 20px;
	border-radius: 0 4px 4px 0;
	z-index: 1500;
	color:#333;
	-webkit-transform:translateZ(0);
}
.fixed-tools2 .info{ padding:8px 0;}
.fixed-tools2 .info .name{background-image:url(/index/icon_tel.png); background-repeat:no-repeat; background-size:20px; padding-left:28px;}
.fixed-tools2 .info .num{color:#0078be; font-size:18px; line-height:18px; padding:5px 0 0;}


@-webkit-keyframes fadeInLeft15 {
from {
opacity:0;
-webkit-transform:translate3d(-15px, 0, 0);
transform:translate3d(-15px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInLeft15 {
from {
opacity:0;
-webkit-transform:translate3d(-15px, 0, 0);
transform:translate3d(-15px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInLeft15 {
	-webkit-animation-name: fadeInLeft15;
	animation-name: fadeInLeft15
}

@-webkit-keyframes fadeInRight15 {
from {
opacity:0;
-webkit-transform:translate3d(15px, 0, 0);
transform:translate3d(15px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInRight15 {
from {
opacity:0;
-webkit-transform:translate3d(15px, 0, 0);
transform:translate3d(15px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInRight15 {
	-webkit-animation-name: fadeInRight15;
	animation-name: fadeInRight15
}