﻿@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, table, th, td, form, legend, input, button, textarea {
    margin: 0;
    padding: 0;
    font-family: "宋体";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
	border: none;
}
caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, iframe, abbr {
    border: 0;
}
body{
	overflow-x: hidden;
}

i, em {
    font-style: normal;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

textarea {
    overflow: auto;
    resize: none;
}

label {
    cursor: default;
}

a, button {
    cursor: pointer;
}

body, textarea, input, button, select {
    color: #131313;
    outline: 0;
}

a,a:hover{
    color: #333;
    text-decoration: none;
}

.w1200{
	width: 1200px;
	margin: auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.hide{
	display: none;
}
.clearfloat{
	clear:both;
    overflow: hidden;
}
.div_warpper{
	width: 100%;
	margin: auto;
}

/*----------------------------header--------------------------*/
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}
.dh{
    width: 1475px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.nav{
    display: block;
    margin-left: 150px;
}
.nav li {
    position: relative;
}
.nav>li>a{
	display:block;
	height:30px;
	overflow:hidden;
	font:16px/30px "微软雅黑";
	padding:0 15px;
	margin:35px 2px;
}
.nav>li>a:hover{
	border:1px solid #922d2a;
}

.nav>li.current-nav-li>a{
	border:1px solid #922d2a;
}
.nav li:hover .nav-two {
    display: block;
}
.nav-two li:hover {
    border: none;
}
/*--二级导航--*/
.nav-two {
    position: absolute;
    width: 100%;
    background-color: white;
    display: none;
    z-index: 9999999999999999;
    line-height: initial;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    padding: 10px 0;
    border-radius: 0px 0px 6px 6px;
}
.nav-two a:hover {
    display: block;
    padding: 10px 5px;
    font-size: 12px;
    color: #333;
    text-decoration: underline;
    border: none;
}

.nav-two a {
    display: block;
    padding: 10px 5px;
    font-size: 12px;
    color: #333;
    text-align: center;
}

/*--二级导航结束--*/
.language{
	margin-top:39px;
	margin-left:10px;
}

.search-box{
	width:190px;
	height:24px;
	position:relative;
	padding:0 25px 0 0;
	box-sizing:border-box;
	border:1px solid #333;
	border-radius:5px;
	margin-top:38px;
	margin-right:20px;
}

.search-text{
	width:100%;
	height:100%;
	box-sizing:border-box;
	font:12px/24px "微软雅黑";
	color:#999;
	border:none;
	padding-left:10px;
	background:transparent;
}

.search-ico{
	width:16px;
	height:18px;
	position:absolute;
	top:2px;
	right:10px;
	border:none;
	background:url(../images/search-ico.png) center center no-repeat;
	background-size:16px 18px;
}

/*------------------------banner-------------------------*/
.swiper-container{
	width:100%;
	height:560px;	
}

.swiper-slide a{
	display:block;
	height:100%;
}

.swiper-container .swiper-button-prev {
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
}

.swiper-container .swiper-button-next {
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    -ms-transform: rotate(180deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform: rotate(180deg);
    -moz-transform-origin: 50% 50%;
    -o-transform: rotate(180deg);
    -o-transform-origin: 50% 50%;
}

.swiper-pagination-bullet {
	opacity:1;
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #922d2a;
}

/*-------------------------------------主营产品--------------------------------------*/
.main-product{
	height:496px;
	background-color:#f5f5f5;
	overflow:hidden;
}

.main-product .w1200{
	height:496px;
	overflow:hidden;
}

.title{
	width:100%;
	height:90px;
	text-align:center;
	overflow:hidden;
}

.title h2{
	font:16px/30px "微软雅黑";
	color:#333;
	margin-top:20px;
}

.title h3{
	font:24px/30px "微软雅黑";
	color:#333;
        display:none;
}

.title hr{
	border:none;
	width:107px;
	border-bottom:1px solid #922d2a;
	margin-top:10px;
}

.mp-list{
	display:block;
	width:100%;
	overflow:hidden;
}

.mp-list li a{
	display:block;
	width:285px;
	height:345px;
	text-align:center;
	box-sizing:border-box;
	padding:20px;
	margin-right:20px;
	background-color:#fff;
	overflow:hidden;
}

.mp-list li:hover a{
	border:1px solid #922d2a;
}

.mp-list li:hover a p{
	color:#922d2a;
}	

.mp-img{
	display:table-cell;
	width:245px;
	height:245px;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
}

.mp-img img{
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}

.mp-list li:nth-child(4) a{
	margin-right:0;
}

.mp-list li a p{
	font:16px/60px "微软雅黑";
	color:#333;
	max-height:60px;
	overflow:hidden;
}

/*-----------------------------------客户为什么选择ANZE?-----------------------------------*/
.anze{
	height:600px;
	overflow:hidden;
}

.anze .w1200{
	height:100%;
	text-align:center;
}

.anze-list li a{
	display:block;
	width:400px;
	height:320px;
	text-align:center;
	box-sizing:border-box;
	padding:20px;
	margin-bottom:30px;
	overflow:hidden;
}

.anze-list li a img{
	display:block;
	width:80px;
	height:80px;
	margin:30px auto;
}

.anze-list li a h2{
	font:20px/30px "微软雅黑";
	color:#333;
}

.anze-list li a hr{
	width:60px;
	border:1px solid #922d2a;
	margin:20px auto;
}

.anze-list li a p{
	font:14px/30px "微软雅黑";
	color:#666;
}

.anze .w1200>h2{
	margin-top: 28px;
	font:14px/30px "微软雅黑";
	color:#333;
}

.anze .w1200>p{
	font:12px/30px "微软雅黑";
	color:#999;
}

/*-----------------------------------------------产品展示--------------------------------------------*/
.product{
	height:540px;
	background-color:#f5f5f5;
	overflow:hidden;
}

.menu-tab{
	display:block;
	width:426px;
	height:40px;
	overflow:hidden;
	margin:40px auto 20px;
}

.menu-tab li a{
	display:block;
	width:180px;
	height:40px;
	overflow:hidden;
	text-align:center;
	border-radius:20px;
	font:16px/40px "微软雅黑";
	color:#333;
	background-color:#fff;
	box-sizing:border-box;
	border:1px solid #d9d9d9;
}

.menu-tab li.current-menu a{
	background-color:#922d2a;
	color:#fff;
	border:none;
}

.cxscroll{
	height:400px;
	position:relative;
}

.box{
	width:1160px;
	height:100%;
	margin:0 auto;
	overflow:hidden;
}

.box .list {
	width:9999px;
	overflow:hidden;
}

.box .list li {
	width:290px;
	height:400px;
	background:#fff;
	position:relative;
	overflow:hidden;
	border-right:10px solid #f5f5f5;
	border-left:10px solid #f5f5f5;
	box-sizing:border-box;
	padding:20px;
}

.box .list li a{
	display:table-cell;
	width:230px;
	height:360px;
	text-align:center;
	vertical-align:middle;
}

.box .list li a img{
	max-width:230px;
	max-height:360px;
	vertical-align:middle;
}

.prev,.next {
	display:block;
	width:14px;
	height:28px;
	position:absolute;
	bottom:48%;
	cursor:pointer;
}

.prev {
	background:url(../images/arr2.png) no-repeat;
	background-size:14px 28px;
	left:0;
}

.next {
	background:url(../images/arr2.png) no-repeat;
	background-size:14px 28px;
	right:0;
	transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	transform-origin:50% 50%;
	-o-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-webkit-transform-origin:50% 50%;
}

/*------------------------------------安泽自动化设备-------------------------------------------*/
.about-us{
	overflow:hidden;
}

.introduction{
	display:block;
	width:100%;
	overflow:hidden;
}

.i-img{
	width:1200px;
	height:350px;
	overflow:hidden;
}

.i-img img{width:100%}

.i-right{
	height: 100%;
    	box-sizing: border-box;
    	padding-right: 10px;
    	overflow: hidden;
    	position: relative;
    	margin-top: 20px;
        margin-bottom: 20px;
}

.i-right h2{
	margin-bottom: 10px;
	font:24px/24px "微软雅黑";
	color:#333;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.i-right h3{
	font:18px/30px "微软雅黑";
	color:#999;
	margin-bottom:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.i-right p{
	font:16px/30px "微软雅黑";
	color:#666;
}

.i-right .check-more{
	width: 180px;
    	height: 30px;
    	text-align: center;
    	font: 14px/30px "微软雅黑";
    	box-sizing: border-box;
    	overflow: hidden;
    	background-color: #433f3d;
    	bottom: 0;
    	left: 0;
    	color: #fff;
        margin-top: 10px;
}

.introduction:hover .i-right .check-more{
	border:1px solid #433f3d;
	color:#333;
	background-color:#fff;
}

.honor{
	height:205px;
	margin-top:16px;
	background-color:#433f3d;
	overflow:hidden;
}

.h-left{
	width:195px;
	height:100%;
	padding-top:30px;
}

.h-left .title h2,
.h-left .title h3{
	color:#fff;
}

#product_view3{
	width:1000px;
	height:195px;
	margin-top:5px;
	position:relative;
}

#product_view3 .box{
	width:1000px;
}

#product_view3 .box .list li {
	width:200px;
	height:195px;
	background:#fff;
	position:relative;
	overflow:hidden;
	border:none;
	border-right:5px solid #433f3d;
	box-sizing:border-box;
	padding:15px;
}

#product_view3 .box .list li a{
	display:table-cell;
	width:165px;
	height:165px;
	text-align:center;
	vertical-align:middle;
}

#product_view3 .box .list li a img{
	max-width:165px;
	max-height:165px;
	vertical-align:middle;
}

#product_view3 .prev,
#product_view3 .next {
	width:50px;
	height:30px;
	bottom:10px;
}

#product_view3 .prev {
	background:url(../images/arr.jpg) no-repeat;
	background-size:50px 30px;
	left:-154px;
}

#product_view3 .next {
	background:url(../images/arr.jpg) no-repeat;
	background-size:50px 30px;
	left:-102px;
}

/*-----------------------------------------新闻中心-------------------------------------------*/
.news{
	height:531px;
	background-color:#f5f5f5;
	overflow:hidden;
}

.news-list{
	height:300px;
}

.news-list li a{
	display:block;
	width:396px;
	height:300px;
	margin-right:5px;
	background:url(../images/news-arr1.png) 326px 20px no-repeat;
	background-size:48px 48px;
	background-color:#433f3d;
	box-sizing:border-box;
	padding:108px 28px 20px 20px;
	position:relative;
}

.news-list li:nth-child(3) a{
	margin-right:0;
}

.date{
	width:80px;
	height:100px;
	position:absolute;
	top:-20px;
	left:20px;
	text-align:right;
	background-color:#922d2a;
	padding-right:10px;
	overflow:hidden;
	padding-top:30px;
	box-sizing:border-box;
} 

.date h2{
	font:24px/30px "微软雅黑";
	color:#fff;
}

.date p{
	font:14px/20px "微软雅黑";
	color:#fff;
}

.news-list li a>h2{
	font:16px/30px "微软雅黑";
	color:#fff;
	max-height:60px;;
	overflow:hidden;
}

.figcaption1{
	width:100%;
	height:96px;
}

.news-list li a>.figcaption1 p{
	font:12px/24px "微软雅黑";
	color:#fff;
}

.news-list li:hover a{
	background:url(../images/news-arr2.png) 326px 20px no-repeat;
	background-size:48px 48px;
	background-color:#fff;
}

.news-list li:hover a>h2,
.news-list li:hover a>.figcaption1 p{
	color:#333;
}

.look-more{
	display:block;
	width:180px;
	height:30px;
	margin:0 auto;
	margin-top:50px;
	text-align:center;
	font:12px/30px "微软雅黑";
	color:#fff;
	background-color:#433f3d;
	overflow:hidden;
	border: 1px solid #433f3d;
}

.look-more:hover{
	color:#333;
	background-color:#fff;
	border:1px solid #433f3d;
}

/*----------------------------------------联系我们----------------------------------------*/
.contact-us{
	height:500px;
	overflow:hidden;
}

.contact-list{
	display:block;
	width:1170px;
	height:90px;
	margin:0 auto;
	border-bottom:1px solid #d9d9d9;
	overflow:hidden;
}

.contact-list li a{
	display:block;
	width:350px;
	height:90px;
	overflow:hidden;
	box-sizing:border-box;
	background:url(../images/tel.png) left center no-repeat;
	background-size:51px 51px;
	padding-left:80px;
	padding-top:15px;
}

.contact-list li:nth-child(2) a{
	background:url(../images/email.png) left center no-repeat;
	background-size:51px 51px;
}

.contact-list li:nth-child(3) a{
	width:456px;
	background:url(../images/address.png) left center no-repeat;
	background-size:51px 51px;
}

.contact-list li a h2{
	font:16px/30px "微软雅黑";
	color:#333;
}

.input-message{
	width:400px;
	height:156px;
	margin-left:20px;
	margin-top:40px;
	overflow:hidden;
}

.input-message input{
	width:100%;
	height:42px;
	border:none;
	background-color:#f5f5f5;
	font:16px/42px "微软雅黑";
	color:#333;
	padding-left:10px;
	box-sizing:border-box;
	overflow:hidden;
	margin-bottom:10px;
}

.messages{
	width:748px;
	height:146px;
	margin:40px 10px;
	background-color:#f5f5f5;
	overflow:hidden;
}

.messages textarea{
	width:100%;
	height:100%;
	background-color:#f5f5f5;
	border:none;
	font:16px/42px "微软雅黑";
	color:#333;
	box-sizing:border-box;
	padding:0 20px;
	overflow:hidden;
}

/*---------------------------------------------底部-----------------------------------------------*/
footer{
	background-color:#433f3d;
	overflow:hidden;
}

.foot-left{
	width:857px;
	height:100%;
	overflow:hidden;
}

.foot-logo{
	display:block;
	width:296px;
	height:70px;
	overflow:hidden;
}

.foot-left p{
	font:14px/50px "微软雅黑";
	color:#fff;
	margin-top:24px;
	margin-left:20px;
}

.foot-left p i{
	margin:0 30px;
}

.foot-left p a{
	color:#fff;
}

.foot-left p a:hover{
	color:#922d2a;
}

.qd-code{
	display:block;
	width:86px;
	height:116px;
	overflow:hidden;
	text-align:center;
	font:12px/20px "微软雅黑";
	color:#fff;
	margin-left:17px;
	margin-top:28px;
}
.qd-code img{max-width:100%;}



/*products-list*/
/*products-list*/
#content{padding-bottom: 10px;}
.small-banner{height: 250px;background: url(../images/banner2.jpg) no-repeat center center;}
.pr-list-img .list li{width: 400px;height: 460px;float: left;}
.pr-list-img .list li img{display: block;width: 398px;height: 398px;border: 1px solid #CCCCCC;}
.pr-list-img .pl-tt{width: 400px; height: 48px;font-size: 16px;font-family: "微软雅黑";color: #002877;text-align: center;padding-top: 12px;}
.pr-list-img .pl-tt i{display: block;font-size: 12px;font-family: '宋体';color: #666666;padding-top: 12px;}


.products-list.border{border: 1px solid #d9d9d9;margin-top:20px;border-top: none;position: relative;}
.products-item{height: 300px;width: 1200px;margin: 0 auto;} 
.products-item .box{overflow:hidden;width:1200px;border-right:1px solid #922d2a;} 
.products-item .list{overflow:hidden;width:9999px;} 
.products-item .list li{float:left;width:300px;height:300px;box-sizing:border-box;border:1px solid #922d2a;border-right:0;}
.products-item .list li a{display:table-cell;vertical-align:middle;width:260px;height:260px;text-align:center;margin:19px;}
.products-item .list li img{max-width:260px;max-height:260px;vertical-align:middle;}
.products-item .prev{display:block;height: 28px;width: 14px;background: url(../images/arr2.png) no-repeat left center;position: absolute;left: -24px;top:50%;margin-top: -20px;} 
.products-item .next{display:block;height: 28px;width: 14px;background: url(../images/arr2.png) no-repeat left center;position: absolute;right: -24px;top:50%;margin-top: -20px;} 

.products-detail-box{padding-top: 26px;}
.products-detail-img{width: 660px;}
.products-detail-img-title{height: 36px;line-height: 36px;border-bottom: 1px solid #8b8b8b;padding-left: 30px;font-size: 16px;color: #333;font-family: "微软雅黑";font-weight: bold;}
.products-detail-img-title span{color: #131313;}
.products-detail-img .products-detail-img-title{background: url(../images/t.png) no-repeat left center;background-size:22px 24px;}
.products-detail-img .img{width: 658px;height: 509px;margin-top: 10px;overflow: hidden;display:table-cell;vertical-align:middle;text-align:center;}
.products-detail-img .img img{max-width: 658px;max-height: 509px;vertical-align:middle;}
.products-close-up{width: 258px;margin-left: 12px;}
.products-close-up h3.title{font-size: 16px;font-family: "微软雅黑";color: #131313;height: 36px;line-height: 36px;border-bottom: 1px solid #8b8b8b;}
.products-close-up ul{padding-top: 10px;}
.products-close-up ul li{display:block;margin-bottom: 10px;border:1px solid #d9d9d9;}
.products-close-up ul li,
.products-close-up ul li a{width:258px;height:258px;}
.products-close-up ul li:hover{border-color:#922d2a;}
.products-close-up ul li a{text-align:center;vertical-align:middle;display:table-cell;}
.products-close-up ul img{max-width:100%;max-height:100%;vertical-align:middle;}
.product-description{clear:both;padding-top: 10px;}
.product-description img{width:100%;}
.product-description .products-detail-img-title{background: url(../images/i.png) no-repeat left center;}
.product-description ul{padding-top: 12px;display:block;overflow:hidden;}
.product-description ul li a{font:16px/40px "微软雅黑";color: #333;padding-left: 15px;background: url(../images/li-ico.jpg) no-repeat left center;background-size:9px 13px;}
.product-description ul li a:hover{color:#922d2a;}
.products-Spec{padding-top: 12px;clear:both;}
.products-Spec .products-detail-img-title{background: url(../images/p.png) no-repeat left center;background-size:22px 24px;}
.prodcuts-video .products-detail-img-title{background: url(../images/v.png) no-repeat left center;}
.prodcuts-video{padding-top: 20px;padding-bottom:12px;}
.machine-c{padding-top: 12px;clear:both;}
.machine-c .products-detail-img-title{background: url(../images/c.png) no-repeat left center;}
#pv,#machine-c{width: 1120px;height:140px;margin: 0 auto;padding-top: 20px;position: relative;} 
#pv .box,#machine-c .box{overflow:hidden;width:1120px;height:140px;} 
#pv .list,#machine-c .list{overflow:hidden;width:9999px;} 
#pv .list li,#machine-c .list li{float:left;width:280px;height:140px;border:none;padding:0;padding:0 20px;box-sizing:border-box;}
#pv .list li a,#machine-c .list li a{display: block;width:250px;height:140px;}
#pv .prev,#machine-c .prev{display:block;height: 36px;width: 19px;background: url(../images/left-arr.png) no-repeat center center;position: absolute;left: -40px;top: 70px;} 
#pv .next,#machine-c .next{display:block;height: 36px;width: 19px;background: url(../images/left-arr.png) no-repeat center center;position: absolute;right: -40px;top:70px;}
.mc-title{width:100%;height:94px;position:relative;text-align:center;overflow:hidden;}
.mc-title h2{font:16px/30px "微软雅黑";color:#922d2a;margin-top:28px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:8px;}
.mc-title p{font:12px/20px "Arial";color:#999;max-height:40px;overflow:hidden;}
.mc-title i{display:block;width:40px;height:40px;font:24px/40px "微软雅黑";color:#fff;background-color:#922d2a;position:absolute;top:0;left:0;}
.mc-img{display:table-cell;width:260px;height:140px;text-align:center;vertical-align:middle;}
.mc-img img{max-width:100%;max-height:100%;vertical-align:middle;}
#machine-c{height:320px;margin-bottom:30px;}
#product_view1{height:400px;}
#machine-c .box{height:320px;}
#machine-c .list li{padding:0 10px;height:320px;}
#product_view1 .list li{padding:0 10px;}
#machine-c .list li a{width:260px;height:320px;}
#product_view1 .list li a{width:290px;}
.figcaption2{width:100%;height:60px;margin-top:20px;text-align:left;}
#machine-c .list li a>.figcaption2 p{font:12px/20px "微软雅黑";color:#666;}
#product_view1 .list li a>.figcaption2 p{padding:0 10px;box-sizing:border-box;font:12px/20px "微软雅黑";color:#666;max-height:100px;overflow:hidden;}
#machine-c .prev,#machine-c .next,#product_view1 .prev,#product_view1 .next{top:150px;}


.print-box{position: absolute;right:-70px;top: -40px;overflow: hidden; width: 1000px;}
.print-box i{display: block;float: left;height: 32px;overflow: hidden;}
.print-box i span{display: block;overflow: hidden; float: left; margin-left: 15px;line-height: 32px;}
.print-box i span em{display:inline-block;width: 160px;border-bottom: 1px solid #1B1B1B;text-align: center;line-height: 20px;}
.print-box i.print-submit{display: none;}


/* ------------------------------------内页----------------------------------------- */
#websiteContent {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

#websiteContent .websiteSidebar {
    width: 250px;
    float: left;
}

#websiteContent .websiteSidebar h2 {
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-left: 30px;
    background: #922d2a;
    font-size: 14px;
}
.sideabrone {
    border: 1px solid #e1e1e1;
    background: #fff;
    padding-bottom: 16px;
}

.sideabrone ul {
    padding-top: 5px;
    max-height: 500px;
    overflow-y: auto;
}

.sideabrone ul li {
    border-bottom: 1px dashed #CCC;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    word-break: break-all;
}

.sideabrone ul li a {
    display: block;
    color: #333;
}
.sideabrone ul li.visiting a {
	display: block;
    color: #922d2a;
}
.sideabrone ul li a:hover {
    color: #922d2a;
}

.sideabrtwo {
    margin-top: 12px;
    border: 1px solid #edddde;
    background: #fff;
}
.sideabrtwo .containpic img{
	width: 100%;
}
.sideabrtwo .contaclist {
    padding: 5px 10px 10px 10px;
}

.sideabrtwo .contaclist li {
    padding-top: 5px;
    line-height: 160%;
}

.websiteMain {
    float: right;
    width: 900px;
    border: 1px solid #e1e1e1;
    background: #fff;
}

.websiteMain .containertitle h2 {
    background: #922d2a;
    font-size: 14px;
    padding-left: 33px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

.contaiconc {
    padding: 17px;
    font-size: 12px;
    color: #323232;
}

#website_news_content p, #website_news_content div, #website_company_page p, #website_company_page div {
    font-size: 14px;
    line-height: 1.8em;
    padding: 10px;
    text-indent: 2em;
}
#website_company_page img{width:100%}
.products-item .list li a p {
    font: 14px/14px 微软雅黑;
    overflow: hidden;
    max-height: 14px;
}

/*分页*/
.product-cont-pro{
	margin: 20px 0;
}
#website_pager_control>div:after,#website_pager_control>div:before{
	content:"";
	display: table;
	clear: both;
}

.website_pagerinfo A {
    padding: 10px 15px !important;
    MARGIN: 0px 2px;
    COLOR: #999999;
    TEXT-DECORATION: none;
    border: 1px solid #CCC;
    cursor: pointer;
}

.website_pagerinfo{
    PADDING: 0 0 10px 0;
    padding-top: 5px;
    FONT-SIZE: 12px;
    COLOR: #333;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: center;
    margin-left: 0;
}

#website_pager_control>div div:nth-child(1){
	line-height: 24px;
}
#website_pager_control input[type=text]{   
	width: 30px;
	border: 1px solid #ccc;
    color: #666;
    
}
#website_pager_control input[type=button]{   
    background-color: #333;
    border: none;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
    cursor: hand;
}

.imagetype_li{
    width: 159px !important;
	height:auto !important;
    margin: 10px !important;	
}
#website_news_list img{
    width: 159px !important;
    height: auto !important;
    margin-right: 0;	
	border:none !important;
}
.imagetype_li>a{
	display:inline-block;
    width: 159px;
    height: 120px;
    border: 1px solid #ccc;
    overflow: hidden;	
}
.imagetype_li h5{
	text-align:center !important;
}
.website_pagerinfo,
#website_pager_control>div div:nth-child(1){
	display: inline-block;
    float: none !important;
}














/*友情链接*/
.hom-link{
	background-color: #e6e6e6;
	padding: 5px 0;
	margin-top: 80px;
}
.hom-link-table{
	display:table;
}
.hom-link-l{width: 74px;display: table-cell; vertical-align: middle;}
.hom-link-r{width: 1126px;display: table-cell;vertical-align: middle;}
.hom-link-l h2{
	font-size: 16px;
	color:#000000;
}
.hom-link-r>ul>li{
	float: left;
	position: relative;
}
.hom-link-r>ul>li:after{
	position: absolute;
	display: inline-block;
	content:"";
	width: 1px;
	height: 18px;
	background-color:#99989E;
	right: 0;
	top:50%;
	margin-top: -9px;
}
.hom-link-r>ul>li:nth-last-child(1):after{
	width: 0;
}
.hom-link-r>ul>li>a{
	display: block;
	margin: 5px 20px;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
}
.hom-link-r>ul>li>a:hover{
	color: #069846;
	text-decoration: underline;
}


/*-------搜索框加关键词-------*/
.hom-hed-r-key{
	position:absolute;
	right:120px;
	top:70px;
}
.hom-hed-r-key ,.hom-hed-r-key a{
	font-size:14px;
	color:#666666;
}
.hom-hed-r-key a:hover{
	color:#009b4c;
	text-decoration:underline;
}
.hom-hed-r-key a{
	display: inline-block;
	margin-left: 10px;	
}
.hom-hed-r-sos,.hom-hed-r-key{
	text-align:right;
	margin-top:5px;	
}

.width-1200{width:1200px;}
.margin-auto{margin-left:auto;margin-right:auto;}
.fl-eim:before, 
.fl-eim:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.hidden{
        display:none;
}
