﻿@charset "utf-8";

/* CSS Document */


/*切图：zcy*/

html {
	overflow-x: auto;
	overflow-y: auto;
}

* {
	padding: 0;
	margin: 0;
	outline: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style-type: none;
}

body,
button,
input,
select,
textarea {
	font-family: 'Microsoft yahei';
	font-size: 12px;
}

code,
kbd,
pre,
samp {
	font-family: 'Microsoft yahei';
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

img {
	border: 0;
	max-width: 100%;
}

li {
	line-height: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
	font-family: 'Microsoft yahei';
}

input,
table,
tr,
td {
	margin: 0;
	padding: 0;
	border: none;
}

button,
table {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	float: left;
	width: 100%;
}

select {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft yahei';
	border: none;
}

textarea {
	resize: none;
	outline: none;
}

label {
	margin-bottom: 0;
	font-weight: normal;
}

input,
select,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #fff;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}


/*********************************************************************重置***********************************************************************/

/*首页main*/

.product{
	width: 100%;
	padding:0 10%
}

.tit_1 {
	width: 100%;
	float: left;
	text-align: center;
}

.tit_1 h3 {
	width: 100%;
	float: left;
	font-size: 48px;
	color: #0095e2;
	font-family: Cambria;
	
	text-transform: uppercase;
	letter-spacing: -1px;
}

.tit_1 h4 {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #555;
	margin-top: 20px;
	letter-spacing: 1px;
}

.row_1 {
	margin: 0 -1px;
}



.c_0100_2 {
	width: 100%;
	float: left;
	background: url(../images/bg_5.png) no-repeat center 28px;
	padding: 100px 0 100px 0;
	margin: 0 auto;
}

.row_2 {
	margin: 0 -30px 0 -35px;
}

.ul_1 {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.ul_1 li {
	width: 25%;
	float: left;
	padding: 0 2% 0 2%;
	margin-top: 62px;
}

.ul_1 li .zbox {
	width: 100%;
	float: left;
}

.ul_1 li .zbox .img {
	width: 100%;
	float: left;
	position: relative;
	background: black;
	overflow: hidden;
	text-align: center;
}

.ul_1 li .zbox .img img {
	width: 100%;
	float: left;
	transition: all 1s linear;
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-o-transition: width all 1s linear;
}

.ul_1 li .zbox:hover .img>img {
	opacity: 0.5;
	transform: scale(1.09, 1.09);
	-ms-transform: scale(1.09, 1.09);
	-webkit-transform: scale(1.09, 1.09);
	-o-transform: scale(1.09, 1.09);
	-moz-transform: scale(1.09, 1.09);
}

.ul_1 li .zbox .img .bian {
	width: 100%;
	height: 100%;
	border: solid 1px white;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.ul_1 li .zbox .img .name {
	width: 100%;
	padding: 0 50px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -82px;
	padding-bottom: 22px;
	background: url(../images/bian_3.png) no-repeat center bottom;
	font-size: 20px;
	color: white;
	line-height: 30px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.ul_1 li .zbox .img .p {
	width: 100%;
	padding: 0 76px;
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 14px;
	color: white;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	opacity: 0;
	margin-top: -33px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.ul_1 li .zbox .img .more {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	opacity: 0;
	margin-top: 27px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.ul_1 li .zbox .img .more a {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 41px;
	height: 41px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}

.ul_1 li .zbox .img .more a img {
	width: 100%;
	float: left;
}

.ul_1 li .zbox:hover .img .bian {
	opacity: 1;
	width: 90%;
	height: 90%;
	left: 5%;
	top: 5%;
}

.ul_1 li .zbox:hover .img .name {
	opacity: 1;
	margin-top: -102px;
}

.ul_1 li .zbox:hover .img .p {
	opacity: 0.6;
}

.ul_1 li .zbox:hover .img .more {
	opacity: 1;
	margin-top: 47px;
}

.ul_1 li .zbox .img .more a:hover {
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
}

.ul_1 li .zbox .title {
	width: 100%;
	float: left;
	margin-top: 21px;
}

.ul_1 li .zbox .title h4 {
	width: 100%;
	float: left;
	padding-right: 35px;
	position: relative;
}

.ul_1 li .zbox .title h4 a {
	display: block;
	width: 100%;
	float: left;
	font-size: 20px;
	color: #333;
	line-height: 38px;
}

.ul_1 li .zbox .title h4 span {
	position: absolute;
	right: 0;
	top: 0;
}

.ul_1 li .zbox .title .p {
	width: 100%;
	float: left;
	margin-top: 10px;
	padding-top: 12px;
	border-top: dashed 1px #b2b2b2;
	
}

.ul_1 li .zbox .title .p .p_l {
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.ul_1 li .zbox .title .p .p_l span {
	display: block;
	float: left;
	margin-right: 18px;
}

.ul_1 li .zbox .title .p .p_l span img {
	height: 100%;
	float: left;
	margin-right: 8px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.ul_1 li .zbox .title .p .p_l span:hover img,
.ul_1 li .zbox .title .p .p_r:hover img {
	transform: rotateY(180deg);
}

.ul_1 li .zbox .title .p .p_r {
	float: right;
	height: 30px;
}

.ul_1 li .zbox .title .p .p_r img {
	height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.ul_1 li .zbox .title h4 a:hover {
	color: #d32329;
}

@media screen and (max-width:1569px) {
	.ul_1 li .zbox .title .p .p_l span {
		margin-right: 12px;
	}
	.ul_1 li .zbox .title .p .p_l span img {
		margin-right: 4px;
	}
}

@media screen and (max-width:1199px) {
	.c_0100_2 {
		padding: 50px 0 60px 0;
	}
	.row_2 {
		margin: 0 -10px 0 -15px;
	}
	.ul_1 li {
		padding: 0 10px 0 15px;
		margin-top: 32px;
	}
	.ul_1 li .zbox .img .name {
		padding: 0 30px;
		margin-top: -42px;
		padding-bottom: 12px;
		font-size: 16px;
		line-height: 24px;
	}
	.ul_1 li .zbox .img .p {
		padding: 0 36px;
		font-size: 12px;
		line-height: 22px;
		height: 44px;
		margin-top: -13px;
	}
	.ul_1 li .zbox .img .more {
		margin-top: 17px;
	}
	.ul_1 li .zbox .img .more a {
		width: 21px;
		height: 21px;
	}
	.ul_1 li .zbox:hover .img .name {
		margin-top: -62px;
	}
	.ul_1 li .zbox:hover .img .more {
		margin-top: 47px;
	}
	.ul_1 li .zbox .title {
		margin-top: 11px;
	}
	.ul_1 li .zbox .title h4 {
		padding-right: 25px;
	}
	.ul_1 li .zbox .title h4 a {
		font-size: 16px;
		line-height: 28px;
	}
	.ul_1 li .zbox .title h4 span {
		width: 20px;
	}
	.ul_1 li .zbox .title .p {
		margin-top: 10px;
		padding-top: 6px;
		height: 30px;
	}
	.ul_1 li .zbox .title .p .p_l {
		font-size: 12px;
		line-height: 24px;
	}
	.ul_1 li .zbox .title .p .p_l span {
		margin-right: 8px;
		height: 24px;
	}
	.ul_1 li .zbox .title .p .p_l span img {
		margin-right: 2px;
	}
	.ul_1 li .zbox .title .p .p_r {
		height: 24px;
	}
}

@media screen and (max-width:991px) {
	.c_0100_2 {
		padding: 30px 10px 40px 10px;
	}
	.ul_1 li {
		width: 50%;
		margin-top: 22px;
	}
}

@media screen and (max-width:480px) {
	.ul_1 li {
		width: 100%;
	}
}



	
.a-product {
	display: grid;
	margin: 0 auto;
	width: 240px;
	height: 46px;
	border: 1px solid #acacac;
	color: #acacac;
	text-align: center;
	line-height: 46px;
	margin-top: 75%;
}

.a-product:hover {
	color: #15d9db;
	border: 1px solid #15d9db;
	transition: all .5s linear;
}