.top1{overflow:hidden;height:auto;width:100%;padding:15px 0;}
.top1 .top1_logo{float:left;overflow:hidden;height:auto;}
.top1 .top1_menu{float:right;overflow:hidden;height:auto;padding-top:15px;}
.top1 .top1_menu a{font-size:17px;color:#666;padding-left:40px; display:inline-block}



.product{width:auto;height:auto;overflow:hidden;margin-top:50px;padding:0 0 0 0;}
.product li{float:left;width:calc(25% - 20px);height:auto;overflow:hidden;margin:0 10px 20px 10px;border:1px solid #CCC}
.product li .pic{width:100%;height:auto;overflow:hidden;}
.product li .pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
.product li:hover .pic img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.product li .title{font-size:18px;color:#666;text-align:center;padding:0 0 15px 0;}



/*--------------------------------------------------------------------------products type---------------------------------------------------------*/
.index_product {
	width: 100%;padding:0 20px;
	overflow: hidden;
	background-color: #fcfcfc;
}
.index_product>a {
	width: 33.33%;
	height: 50%;
	overflow: hidden;
	float: left;
	position: relative;background-image: radial-gradient(circle, #717171, #575757, #383838);border-right:1px solid #fff;
}
.index_product>a:first-of-type {
	height: 100%;
	background-color: #ccc;
}
.index_product>a:nth-of-type(2),.index_product>a:nth-of-type(4) {
	background-color: #333;
	background-image: radial-gradient(circle, #717171, #575757, #383838);
}

.index_product>a:nth-of-type(4),.index_product>a:nth-of-type(5),.index_product>a:nth-of-type(7){border-top:1px solid #fff;}

.index_product>a>img {
	position: relative;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -150px;
	transition: all 0.5s;
}
.index_product>a:first-of-type>img {
	margin: -337px 0 0 -136px;
}
.index_product>a:hover>img {
	transform: scale(1.06);
}
.index_product>a .product_mask {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFFFFF;
	transition: all 0.5s;

	background-image: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.4));
}
.product_mask .product_txt {
	width: 100%;
	overflow: hidden;
	position: relative;
	top: 50%;
	margin: -72px 0 0;
}
.index_product>a:first-of-type .product_mask .product_txt {
	margin: -112px 0 0;
}
.product_mask .product_txt h1 {
	font-size: 16px;
	text-align: center;
	transition: all 0.5s;
}
.product_mask .product_txt .product_icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	text-align: center;
	line-height: 46px;
	margin: 15px auto 0;
	opacity: 0;
	transition: all 0.5s;
}
.index_product>a:hover .product_mask {
	height: 100%;
	/*background-color: rgba(210,39,24,0.75);*/
	
	background-image: linear-gradient(rgba(210,39,24,0.75), rgba(210,39,24,0.75));
}
.index_product>a:hover .product_txt h1 {
	font-size: 16px;
}
.index_product>a:hover .product_mask .product_txt .product_icon {
	opacity: 1;
}
@media only screen and (max-width:991px ) {
	.index_product>h1 {
		width: 100%;
		font-size: 30px;
		line-height: 65px;
		color: #333333;
		overflow: hidden;
		padding: 65px 40px 30px;
		background-color: #FFFFFF;
	}
	.index_product>a {
	    width: 50%;
	    height: 219px;
	    overflow: hidden;
	    float: left;
	    position: relative;
	}
	.index_product>a:first-of-type {
		height: 438px;
	}
	.index_product>a>img {
		width: 200px;
		margin: -100px 0 0 -100px;
	}
	.index_product>a:first-of-type>img {
		width: 250px;
	    margin: -125px 0 0 -125px;
	}
	.index_product>a .product_mask {
		height: 40px;
	}
	.product_mask .product_txt h1 {
	    font-size: 16px;
	}
	.product_mask .product_txt,.index_product>a:first-of-type .product_mask .product_txt {
		margin: -6px 0 0;
	}
	.index_product>a:hover .product_mask .product_txt  {
		margin: -52px 0 0;
	}
	.index_product a:hover .product_txt h1 {
		font-size: 16px;
	}
}
@media only screen and (max-width:767px ) {
	.index_product>h1 {
		font-size: 36px;
		line-height: 36px;
		padding: 30px 25px 15px;
		background-color: #FFFFFF;
	}
	.index_product>a {
	    width: 50%;
	    height: 170px;
	    overflow: hidden;
	    float: left;
	    position: relative;
	}
	.index_product>a:first-of-type {
		height: 340px;
	}
	.index_product>a>img {
		width: 130px;
		margin: -65px 0 0 -65px;
	}
	.index_product>a:first-of-type>img {
		width: 170px;
	    margin: -85px 0 0 -85px;
	}
	.product_mask .product_txt .product_icon {
	    width: 30px;
	    height: 30px;
	    line-height: 26px;
	    margin: 5px auto 0;
	}
	.product_icon img {
		width: 7px;
	}
	.index_product>a .product_mask {
		height: 30px;
	}
	.product_mask .product_txt h1 {
	    font-size: 14px;
	}
	.product_mask .product_txt,.index_product>a:first-of-type .product_mask .product_txt {
		margin: -6px 0 0;
	}
	.index_product>a:hover .product_mask .product_txt  {
		margin: -52px 0 0;
	}
	.index_product>a:hover .product_txt h1 {
		font-size: 16px;
	}
}
@media only screen and (min-width:992px ) {
	.index_product {
		height: 625px;
		margin: 20px 0 0 0;
	}
	.product_mask .product_txt,.index_product>a:first-of-type .product_mask .product_txt {
		margin: -10px 0 0;
	}
	.product_mask .product_txt h1 {
		font-size: 18px;
	}
	.index_product>h1 {
		display: none;
	}
	.index_product>a>img {
		width: 250px;
	    margin: -125px 0 0 -125px
	}
	.index_product>a:first-of-type>img {
		width: 300px;
	    margin: -150px 0 0 -150px;
	}
	.index_product>a:hover .product_mask .product_txt  {
		margin: -52px 0 0;
	}
	.index_product>a:hover .product_txt h1 {
		font-size: 16px;
	}
}
@media only screen and (min-width:1200px ) {
	.index_product {
		height: 634px;
	}
	.index_product>a>img {
		width: 300px;
	    margin: -150px 0 0 -150px
	}
	.index_product>a:first-of-type>img {
		width: 400px;
	    margin: -200px 0 0 -200px;
	}
	.index_product>a:hover .product_txt h1 {
		font-size: 16px;
	}
}
@media only screen and (min-width:1400px ) {
	.index_product>a:hover .product_mask .product_txt,.index_product>a:first-of-type:hover .product_mask .product_txt {
		margin: -52px 0 0;
	}
}
@media only screen and (min-width:1650px ) {
	.index_product {
		height: 767px;
	}
	.product_mask .product_txt,.index_product>a:first-of-type .product_mask .product_txt {
		margin: -10px 0 0;
	}
	.index_product>a>img {
		width: 350px;
	    margin: -175px 0 0 -175px
	}
	.index_product>a:first-of-type>img {
		width: 500px;
	    margin: -250px 0 0 -250px;
	}
	.index_product>a:hover .product_txt {
		margin: -72px 0 0;
	}
	.index_product>a:first-of-type:hover .product_mask .product_txt {
		margin: -112px 0 0;
	}
	.index_product>a:hover .product_txt h1 {
		font-size:30px;
	}
}
@media only screen and (min-width:1950px ) {
	
}
/*--------------------------------------------------------------------------products type----------------------------------------------------------*/



/*-------------------------------------------------------------------------about-----------------------------------------------------------------*/
.about_title{width:auto;height:auto;overflow:hidden;padding:50px 0 0 0;}
.about_title h1{font-size:40px;color: #333;margin:0 0 0 0;background:url(/static/default/assets/img/hon3.png) no-repeat center bottom;padding-top:10px;padding-bottom:10px;text-align:center; letter-spacing:1px;}
.about_con{font-size:16px;color:#777;line-height:200%;overflow:hidden;padding:8px 15% 30px 15%;text-align:center;}

.about{font-size:16px;color:#666;line-height:190%;padding:0 0 50px 0;}


.quality{
	width: 100%;
	overflow: hidden;padding:0 0;
}
.quality li{width:50%;
	height: 430px;
	overflow: hidden;float:left;
}
.quality li:nth-of-type(1){
	background: url(/static/default/assets/img/about_1.jpg) no-repeat center center;
	background-size:auto 100%;
}
.quality li:nth-of-type(2){
	background: url(/static/default/assets/img/about_2.jpg) no-repeat center center;
	background-size:auto 100%;
}
.quality li div{
	height: auto;
	overflow: hidden;
	color: #FFFFFF;
	padding: 100px 100px 0;
	line-height: 20px;
	font-size: 14px;
}
.quality li:nth-of-type(1) div{
	padding: 100px 200px 0 0;
	float: right;
}
.quality li h1{
	font-size: 36px;
	margin-bottom: 24px;
}
.quality a{
	display: block;
	width: 152px;
	height: 42px;
	line-height: 38px;
	font-size: 12px;
	color: #FFFFFF;
	overflow: hidden;
	position: relative;
	text-align: center;
	border: 2px solid #FFFFFF;
	margin-top: 70px;
	transition:all 2s;
}
.quality a span{
	display: inline-block;
	position: relative;
	z-index: 11;
}
.quality a i{
	width: 360px;
	height: 360px;
	transform: rotate(-60deg);
	background-color: #e60014;
	position: absolute;
	left: -410px;
	top: -150px;
	transition: all 2s;
}
.quality li:nth-of-type(2) a i{
	background-color: #FFFFFF;
}
.quality a:hover{
	border-color: #e60014;
}
.quality li:nth-of-type(2) a:hover{
	border-color: #FFFFFF;
	color: #e60014;
}
.quality a:hover i{
	left: 0px;
}


@media (max-width: 640px) {
.about_title{padding:30px 0 0 0;}
.about_title h1{font-size:22px;padding-top:10px;padding-bottom:10px;}
.about_con{font-size:15px;line-height:150%;padding:8px 0 30px 0;}

.about{font-size:16px;line-height:160%;padding:0 0 50px 0;margin-bottom:30px;}

.quality li{width:100%;height:360px;}
.quality li:nth-of-type(1) div{padding: 100px 10px 0 10px;}
.quality li div{padding: 100px 10px 0 10px;line-height: 20px;font-size: 14px;}
.quality a{margin-top: 30px;}
}







.service{
	width: 100%;
	overflow: hidden;
	padding: 20px 0 60px 0;
	text-align: center;
	color: #888888;
	line-height: 22px;
}
.service li{float:left;width:25%;
	height: auto;
	overflow: hidden;
	cursor: pointer;
}
.service h4{
	color: #333333;
	font-size: 20px;
	margin: 25px 0 18px;
}
.service p{font-size:14px;color:#777;padding:0 10%;}
.service_img{
	width:123px;
	height:123px;
	margin: 0 auto;
	padding-top:32px;
	background: url(/static/default/assets/img/yuan_gray.png) no-repeat center center;
}
.service_img img:nth-of-type(2){
	display: none;
}
.service li:hover h4{
	color: #e60014;
}
.service li:hover .service_img{
	background: url(/static/default/assets/img/yuan_red.png) no-repeat center center;
}
.service li:hover .service_img img:nth-of-type(2){
	display: inline-block;
}
.service li:hover .service_img img:nth-of-type(1){
	display: none;
}

@media (max-width: 640px) {
.service{padding: 20px 0 0 0;}
.service li{float:left;width:50%;margin:0 0 10px 0;}
.service h4{margin: 15px 0 10px;}
.service p{line-height:22px;}
}

/*-------------------------------------------------------------------------about----------------------------------------------------------------*/






/*--------------------------------------------------------------------------application------------------------------------------------------------*/
.industry {
	width: 100%;
	height:auto;
	overflow: hidden;
	position: relative;
}
.industry li {
	width: 20%;
	height:600px;
	overflow: hidden;
	background-color: #000000;
	position: relative;
	float: left;
	cursor: pointer;
	transition: all 0.5s;border-right:1px solid #fff;
}
.industry li:last-child{border-right:none;}
.industry .industry-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}
.industry-img img {
	width: 384px;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -487.5px 0 0 -192px;
	transition: all 0.5s;
}
.industry .industry-bottom {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -75px;
	z-index: 1;
	transition: all 0.5s;
}
.industry-bottom .industry-icon {
	width: 75px;
	overflow: hidden;
	margin: 0 auto;
}
.industry-icon img {
	width: 100%;
}
.industry-bottom span {
	display: block;
	width: 28px;
	height: 2px;
	overflow: hidden;
	background-color: #FFFFFF;
	margin: 17px auto 17px;
}
.industry-bottom h4 {
	font-size: 22px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
}

.industry li:hover {
	background-color: #d0111b;
	padding: 7px;
}
.industry li:hover .industry-img img,.industry li:hover .industry-bottom em {
	opacity: 1;
}
.industry li:hover .industry-bottom {
	margin-top: 100px;
}
@media only screen and (max-width: 991px) {
	.industry li {
		width: 100%;
		height: -moz-calc(25% - 30px);
		height: -webkit-calc(25% - 30px);
		height: calc(25% - 30px);
		float: none;
	}
	.industry li:first-of-type {
		margin: 120px 0 0;
	}
	.industry-img img {
		width: 100%;
		top: 0;
		left: 0;
		margin: 0;
	}
	.industry-img img:nth-of-type(1) {
		display: none;
	}
	.industry .industry-bottom {
		margin-top: -59px;
	}
	.industry-bottom .industry-icon {
		width: 60px;
	}
	.industry-icon img {
		width: 100%;
	}
	.industry-bottom span {
		width: 22px;
		height: 3px;
		margin: 13px auto 17px;
	}
	.industry-bottom h4 {
		font-size: 20px;
		line-height: 25px;
	}
	.industry-bottom em {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.industry li {
		height: -moz-calc(25% - 15px);
		height: -webkit-calc(25% - 15px);
		height: calc(25% - 15px);
	}
	.industry li:first-of-type {
		margin: 60px 0 0;
	}
	.industry .industry-bottom {
		margin-top: -39px;
	}
	.industry-bottom .industry-icon {
		width: 40px;
	}
	.industry-bottom span {
		width: 15px;
		height: 2px;
		margin: 7px auto 9px;
	}
	.industry-bottom h4 {
		font-size: 14px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.industry-img img {
		width: 310px;
		margin: -393.5px 0 0 -155px;
	}
	.industry-img img:nth-of-type(2) {
		display: none;
	}
	.industry .industry-bottom {
		margin-top: -50px;
	}
	.industry-bottom .industry-icon {
		width: 50px;
	}
	.industry-bottom span {
		width: 20px;
		margin: 10px auto 15px;
	}
	.industry-bottom h4 {
		font-size: 18px;
		line-height: 20px;
	}
	.industry-bottom em {
		width: 32px;
		height: 32px;
		margin: 30px auto 0;
	}
	.industry-bottom em:before,.industry-bottom em:after {
		width: 14px;
		margin: -1px 0 0 -7px;
	}
	.industry li:hover .industry-img {
		height: 60%;
	}
}
@media only screen and (min-width: 1200px) {
	.industry-img img {
		width: 384px;
		margin: -487.5px 0 0 -192px;
	}
	.industry .industry-bottom {
		margin-top: -55px;
	}
	.industry-bottom .industry-icon {
		width: 55px;
	}
	.industry-bottom span {
		width: 22px;
		margin: 12px auto 17px;
	}
	.industry-bottom h4 {
		font-size: 20px;
		line-height: 25px;
	}

}
@media only screen and (min-width: 1400px) {
	.industry .industry-bottom {
		margin-top: -60px;
	}
	.industry-bottom .industry-icon {
		width: 60px;
	}
	.industry-bottom span {
		width: 24px;
		margin: 14px auto 18px;
	}
	.industry-bottom h4 {
		font-size: 22px;
	}

}
@media only screen and (min-width: 1600px) {
	.industry .industry-bottom {
		margin-top: -65px;
	}
	.industry-bottom .industry-icon {
		width: 65px;
	}
	.industry-bottom span {
		width: 26px;
		margin: 15px auto 20px;
	}
	.industry-bottom h4 {
		font-size: 24px;
		line-height: 30px;
	}

}
@media only screen and (min-width: 1800px) {
	.industry .industry-bottom {
		margin-top: -75px;
	}
	.industry-bottom .industry-icon {
		width: 75px;
	}
	.industry-bottom span {
		width: 28px;
		margin: 17px auto 17px;
	}
	.industry-bottom h4 {
		font-size: 22px;
	}

}
@media only screen and (min-width: 1921px) {
	.industry-img img {
		width: 100%;
		margin: 0;
		left: 0px;
		top: 0px;
	}
}

/*--------------------------------------------------------------------------application------------------------------------------------------------*/

/*news*/
.news_title{width:auto;height:auto;overflow:hidden;padding:0 0 0 0;}
.news_title h1{font-size:40px;color: #333;margin:0 0 0 0;background:url(/static/default/assets/img/hon3.png) no-repeat center bottom;padding-top:10px;padding-bottom:10px;text-align:center; letter-spacing:1px;}
.news_con{font-size:16px;color:#777;line-height:200%;overflow:hidden;padding:8px 15% 50px 15%;text-align:center;}

.news{overflow:hidden;background:#f7f7f7;padding:80px;}
.news li{float:left;width:calc(50% - 20px);margin:0 10px 20px 10px;overflow:hidden;height:auto;background:#fff;border:1px solid #e6e6e6;padding:15px 15px;}
.news li .pic{float:left;width:200px;height:auto;overflow:hidden;}
.news li .pic img{width:100%;height:160px;}
.news li .conn{float:right;width:calc(100% - 220px);overflow:auto;height:auto;}
.news li h1{font-size:20px;color:#333;padding-top:10px;}
.news li p{font-size:14px;color:#888;line-height:160%;padding-top:10px;}/*overflow:hidden; text-overflow:ellipsis; white-space:nowrap;*/
.news li .date{font-size:14px;color:#777;padding-top:12px;}


@media screen and (max-width: 640px) {
.news_title h1{font-size:30px;font-weight:500;}
.news_con{font-size:15px;color:#777;line-height:160%;overflow:hidden;padding:8px 3% 50px 3%;text-align:center;}
.news{overflow:hidden;padding:30px 0; }
.news li{width:100%;margin:0 0 10px 0;}
.news li .pic{float:left;width:120px;height:auto;overflow:hidden;border-radius:8px;}
.news li .pic img{width:100%;height:90px;}
.news li .conn{float:right;width:calc(100% - 135px);overflow:auto;height:auto;}
.news li p{display:none;}
.news li h1{font-size:16px;}
}

/*news*/