@font-face {
font-family: 'DosisRegular';
src: url('../fonts/Dosis.eot');
src: local('Dosis Regular'), 
              local('Dosis'), 
              url('../fonts/Dosis.woff') format('woff'), 
              url('../fonts/Dosis.ttf') format('truetype'), 
              url('../fonts/Dosis.svg#Dosis') format('svg');
}
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#e4e4e4;
}
body{
	font:14px DosisRegular,sans-serif;
}
img{
	border:none;
}

a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}
ul{
	list-style:none;
}
input,select,button,textarea{
	font:14px DosisRegular,sans-serif;
	vertical-align:middle;
}
.blank10{
	width:100%;
	height:10px;
	display:block;
	overflow:hidden;
	clear:both;
}
.blank20{
	width:100%;
	height:20px;
	display:block;
	overflow:hidden;
	clear:both;
}
.main{
	width:1200px;
	margin:0px auto;
	overflow:Hidden;
}
.content{
	padding:10px;
	font:14px DosisRegular!important,sans-serif;
	line-height:30px;
	color:#666;
}
.content h1{
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	color:#666;
	border-bottom:1px dashed #c8c8c8;
}
.content img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	clear:both;
}
.pages{
	width:100%;
	padding:20px 0px;
	text-align:center;
	clear:both;
}
.pages li{
	list-style-type:none;
	display:inline;
	font-family:DosisRegular;


}
.pages a{
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin-right:10px;
	font-family:DosisRegular;

}
dl.tuwenlist{
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #c8c8c8;
}
dl.tuwenlist dt{
	float:left;
	width:300px;
	text-align:center;
}
dl.tuwenlist dt img{
	width:200px;
	height:160px;
}
dl.tuwenlist dd{
	width:580px;
	float:right;
	margin-right:20px;
}
dl.tuwenlist dd h2{
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
}
dl.tuwenlist dd h2 a{
	color:#666;
}
dl.tuwenlist dd h2 a:hover{
	color:#666;
}
dl.tuwenlist dd .info{
	font-size:14px;
	font-family:DosisRegular,Verdana;
	line-height:25px;
	color:#666;
}
dl.tuwenlist dd span{
	margin-top:10px;
	float:right;
}
dl.tuwenlist dd span a{
	padding:10px 20px;
	background-color:#666;
	text-align:center;
	color:#fff;
}
dl.tuwenlist dd span a:hover{

}
ul.tulist{
	width:100%;
}
ul.tulist li{
	float:left;
	list-style-type:none;
	margin:20px 10px 20px 15px;
	background-color:#fff;
	text-align:center;
	border:1px solid #d3d3d3;
	padding-bottom:15px;
	width:270px;
	overflow:hidden;
}
ul.tulist li:hover{
	border:1px solid #070707;
}
ul.tulist li img{
	width:270px;
	height:370px;
	margin-bottom:5px;
}
ul.tulist li a{
	font-size:16px;
	font-family:DosisRegular;
	color:#666;
	font-weight:bold;
}
ul.wzlist{
	width:100%;

}
ul.wzlist li{
	line-height:30px;
	padding-left:20px;
	border-bottom:1px dotted #c8c8c8;
}
ul.wzlist li a{
	
}
ul.wzlist li span{
	float:right;
	margin-right:10px;
	color:#989898;
}
/*---------- stock ---------*/
.top_zone{
	width:100%;
	min-width:1200px;
	height:35px;
	background-color:#3d3d3f;
	overflow:Hidden;
}
.top{
	width:1200px;
	margin:0px auto;
	color:#8c8c8c;
	line-height:35px;
}
#ddate{
	width:170px;
	float:right;
	padding-left:35px;
	background:url(../images/en.png) no-repeat left center;
}
#ddate2{
	width:170px;
	float:right;
	padding-left:35px;
	
	background:url(../images/cn.png) no-repeat left center;

}
.header{
	width:1200px;
	margin:0px auto;
	display:block;
	position:relative;
	min-height:100px;
}
.logo{
	float:left;
	margin-top:20px;
}
.logo img{
	height:60px;
	width:auto;
}
.menu {
	width:800px;
	float:left;
	margin-left:40px;
	position:relative;
	z-index:10;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li a {
	display:block;
	text-align:center;
	text-decoration:none;
	width:160px;
	height:100px;
	line-height:100px;
	font-size:18px;
	font-family:DosisRegular;
	color:#3d3d3f;
	font-weight:normal;
}
.menu ul li a:hover,.menu ul li a.on{
	background-color:#eeeff1;
	border-bottom:2px solid #3d3d3f;
}
.menu ul li ul {
	display: none;
}
.menu ul li:hover ul {
	display:block;
	overflow:hidden;
	position:absolute;
	top:103px;
	width:160px;
	z-index:9999;
}
.menu ul li:hover ul li {
	width:160px;
	background-color:#5b5b5b;
	background-color: rgba(91,91,91,0.8);
	/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂*/
	text-align:center;
	display:block;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #c8c8c8;
}
@media \0screen\,screen\9 {
	/* 只支持IE6、7、8*/
	.menu ul li:hover ul li {
	filter:Alpha(opacity=80);
	position:static;
	background-color:#5b5b5b;
	/* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值*/
	*zoom:1;
	/* 激活IE6、7的haslayout属性，让它读懂Alpha*/
}
.menu ul li:hover ul li a {
	position: relative;
	height:40px;
	/* 设置子元素为相对定位，可让子元素不继承Alpha值*/
	
}
}
.menu ul li:hover ul li:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.menu ul li:hover ul li a {
	color:#fff;
	line-height:40px;
	display:block;
	font-size:14px;
	font-weight:normal;
}
.menu ul li:hover ul li a:hover {
	color:#fff;
	background-color:#b8b8b8;
}
.search{
	width:90px;
	float:right;
	border-left:1px solid  #d6d6d6;
	border-right:1px solid #d6d6d6;
	text-align:center;
	height:100px;
}
.search img{
	margin-top:30px;
}
h2.index_h2{
	text-align:center;
	width:100px;
	border-bottom:3px solid #3d3d3f;
	color:#3d3d3f;
	margin:0px auto;
}
.footer_zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	background-color:#000;
}
.footer{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
	padding-top:30px;
	padding-bottom:30px;
	font-family:DosisRegular;
	color:#fff;

}
.footer a{
	color:#fff;
	font-family:DosisRegular;
}
.footer h2{
	width:auto;
	color:#fff;
	font-size:16px;
	line-height:40px;
	margin-bottom:10px;
	clear:both;
	font-weight:normal;
}
.contact{
	width:350px;
	float:left;
	overflow:hidden;
	line-height:25px;
	color:#fff;
}
.navigation{
	float:left;
	margin-left:50px;
	overflow:hidden;
}
.navigation li{
	list-style-type:none;
	line-height:25px;
}
.chat{
	width:140px;
	overflow:hidden;
	float:right;
}
.chat img{
	max-width:100%;
	height:auto;
}
.copyright_zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	background-color:#202020;
	color:#fff;
}
.copyright_zone a{
	color:#fff;
}
.copyright{
	width:1200px;
	line-height:40px;
	margin:0px auto;
	font-weight:normal;
	letter-spacing:1px;
	font-family:DosisRegular;
	text-align:center;
}
/*---------------------内页---------------------*/
.ny_banner{
	width:100%;
	height:250px;
	overflow:hidden;
	background:url(../images/ny_banner.jpg) center center no-repeat;
	padding-bottom:3px;
	border-bottom:1px dashed #919191;
}
.left{
	width:250px;
	overflow:hidden;
	float:left;
	background-color:#b8b8b8;
	padding-bottom:20px;
}
.left h2{
	width:100%;
	border-bottom:1px solid #e4e4e4;
	text-align:center;
	font-family:DosisRegular;
	font-size:20px;
	font-weight:normal;
	color:#fff;
	height:50px;
	line-height:50px;
}
ul.zlm{
	width:90%;
	margin:0px auto;
	overflow:hidden;
}
ul.zlm li{
	width:100%;
	line-height:40px;
	border-bottom:1px solid #e4e4e4;
	text-align:center;
}
ul.zlm li a{
	font-size:14px;
	font-family:DosisRegular;
	color:#fff;
}
ul.zlm li:hover a,ul.zlm li.on a{
	color:#000;
}
.right{
	width:900px;
	float:right;
	overflow:hidden;
	background-color:#fff;
}
.wz{
	width:100%;
	height:40px;
	line-height:40px;
	overflow:hidden;
	background-color:#b8b8b8;
}
.wz h3{
	float:left;
	margin-left:10px;
	font-size:16px;
	color:#fff;
	font-family:DosisRegular;
	font-weight:normal;
}
.wz h3.fuwu{
	padding-left:25px;
	font-size:20px;
	font-weight:normal;
	background:url(../images/fuwu.png) left center no-repeat;
}
.wz h3.con_h3{
	padding-left:25px;
	font-size:20px;
	font-weight:normal;
	background:url(../images/con_h3.png) left center no-repeat;
}
.wz span{
	float:right;
	margin-right:10px;
	font-size:14px;
	font-family:DosisRegular;
	padding-left:25px;
	color:#fff;
	background:url(../images/wz.png) left center no-repeat;
}
.wz span a{
	font-family:DosisRegular;
	color:#fff;
}
/*----------联系我们页面-----------------*/
.con_zone{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
	background-color:#fff;
}
.con_left{
	width:550px;
	float:left;
	margin-top:50px;
	overflow:hidden;
	margin-left:50px;
}
.con_left dl{
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #DDE1E4;
}
.con_left dt{
	width:100px;
	float:left;
	overflow:hidden;
	text-align:center;
}
.con-left dt img{
	max-width:100%;
	height:auto;
}
.con_left dd{
	width:440px;
	float:right;
	overflow:hidden;
}
.con_left dd h2{
	width:100%;
	clear:both;
	font-family:DosisRegular;
	color:#000;
	font-size:16px;
}

.con_left dd .info{
	font-family:DosisRegular;
	color:#666;
	font-size:14px;
	line-height:30px;
}
.con_right{
	width:450px;
	float:right;
	overflow:hidden;
	margin-right:50px;
	border:1px solid #DDE1E4;
	padding:30px;
	margin-top:30px;
}
.con_right .info{
	color:#666;
	margin-top:10px;
}
.con_right input{
	height:30px;
	line-height:30px;
	display:block;
	overflow:hidden;
	margin:10px 0px;
	width:100%;
	border:1px solid #DDE1E4;
	background:none;
	padding-left:10px;
	color:#666;
}
.con_right textarea{
	line-height:30px;
	margin:10px 0px;
	width:100%;
	border:1px solid #DDE1E4;
	background:none;
	padding-left:10px;
	color:#666;	
	height:100px;
}
.con_right input.btn{
	width:200px;
	margin:0px auto;
	cursor:pointer;
}
#ss{
	display:none;
	position:absolute;
	width:295px;
	height:50px;
	overflow:hidden;
	z-index:9999;
	right:0px;
	top:25px;
}
#ss .ser_key{
	width:200px;
	height:50px;
	border:2px solid #d6d6d6;
	background-color:#fff;
	line-height:50px;
	font-size:16px;
	padding-left:10px;
}

.cplist{
	width:901px;
	overflow:hidden;
}
.cplist dl{
	width:450px;
	height:240px;
	overflow:hidden;
	float:left;
	padding:25px 0;
	border-bottom:1px solid #ccc;
}
.cplist dl dt{
	width:200px;
	float:left;
	overflow:hidden;
}
.cplist dl dt img{
	width:150px;
	height:150px;
	margin-left:25px;
}
.cplist dl dd{
	width:200px;
	float:right;
	overflow:hidden;
	margin-right:25px;
}
.cplist dl dd h3{
	display:block;
}
.cplist dl dd h3 a{
	font-size:17px;
}
.cplist dl dd .info{
	overflow:hidden;
	margin-top:20px;
}
.cplist dl dd .cpmore{
	background: url(../images/more.gif) no-repeat;
    width: 51px;
    height: 14px;
    display: block;
    text-indent: -9999px;
    margin-top: 15px;
}


.pro_main{
	width:auto;
	overflow:hidden;
	background-color:#fff;
	padding:20px 50px;
}
.pro_left{
	width:455px;
	float:left;
	overflow:hidden;
}
.pro_right{
	width:550px;
	float:Right;
	overflow:hidden;
}
.pro_right h2{
	font-size: 30px;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.pro_right .pro_info{
	font-size: 14px;
    color: #9f9f9f;
    line-height: 30px;
    padding-bottom: 20px;
}


/*---------引导页-------------*/
#index{
	width:100%;
	overflow:hidden;
	height:100%!important;
	background:url(../images/index.jpg) center center no-repeat;
}
#index_logo{
	display:block;
	width:385px;
	margin:8% auto 100px auto;
}
.index_btn{
	display:block;
	margin:40px auto 0 auto;
	width:267px;
	height:46px;
	overflow:hidden;
	text-align:center;
	line-height:40px;
	font-size:18px;
	color:#fff;
	background:url(../images/btn_bg.png) center center no-repeat;
}