@charset "utf-8";
/* 新导航 */
.navBox{
	width: 1000px;
	height: 150px;

	display: flex;
    align-items: flex-end;
    justify-content: start;
}
.navBox .logoBox img{
	width: 200px;
}
.navBox .topHeader{
	display: block;
	width: 800px;
    height: 66px;
	margin-left: -20px;
	transform: skew(-21deg);
    border-radius: 16px;
	background-image: linear-gradient(#004586, #0d5a9c, #003b7c);
	box-shadow: 2px 2px 6px #000;
    margin-bottom: 4px;
}


.topHeader{
    height: 36px;
    background-color: #02477d;
    color: #fff;

}
.topHeader .menuFather{
	position: relative;
	height: 40px;
}
.topHeader .menuFather:hover .menus{
   
    max-height: 300px;
   display: block;
   
}
.topHeader .menus{
    position: absolute;
    top: 46px;
    background-color: #0d407e;
    overflow: hidden;
    z-index: 99;
    max-height: 0px;
	transition: max-height .3s ease-out,border  0.3s linear;
	border-radius: 0px 0px 8px 8px;

}
.topHeader .menus a{
	color: #fff;
}
.headerUl{
	transform: skew(21deg);
	position: absolute;
    left: 10px;
    top: 20px
}

.topHeader>ul li{
    float: left;
}
.topHeader ul li a{
    display: block;
    font-size: 14px;
    cursor: pointer;
    width: 94px;
    text-align: center;
    transition:background-color 0.3s linear,border-color  0.3s linear;
    color: #fff;
    text-overflow: ellipsis;
	height: 28px;
	border-radius: 10px;
    line-height: 28px;
    
    
}
.topHeader .menus li a{
    font-size: 12px;
}
.topHeader .menus li a:hover{

	color: #e2ca08;
	box-shadow: none;
	background-image: none;
  
}
.topHeader ul li a:hover{
    background-image: linear-gradient(#61cfe6, #0088c6, #005488);
	color: #e2ca08;
	box-shadow: 2px 2px 4px #00000082;
  
}
/* CSS Document */
#main {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 3
}
#header {
	width: 1000px;
	height: 515px;
	position: relative;
	z-index: 12;
}
#center {
	width: 100%;
	background: url(../images/index_center_bg.jpg) repeat-x;
	height: 650px;
	padding-top: 23px;
}
#ny_center {
	width: 100%;
	background: url(../images/ny_c_bg.jpg) repeat-x;
	background-color: #ebebeb;
	padding-top: 18px;
	padding-bottom: 100px;
}
.box {
	width: 1000px;
	margin: 0 auto;
}
#footer {
	width: 100%;
	background: url(../images/f_bg.jpg) repeat-x;
	height: auto;
	overflow: hidden;
}
.f_box {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	line-height: 20px;
}
.f_box a {
	color: #FFF;
}
#footer dl {
	width: 125px;
	float: left;
}
#footer dl dt {
	background: url('../images/f_line.jpg') repeat-x scroll left bottom transparent;
	height: 28px;
	line-height: 28px;
	margin-bottom: 4px;
	font-size: 15px;
}
#footer dl dt span {
	background: url('../images/icon_jt.jpg') no-repeat scroll 4px center transparent;
	display: block;
	padding-left: 14px;
	color: #FFFFFF;
}
#footer dl dd {
	line-height: 22px;
	padding-left: 14px;
}
#footer dl dd a {
	color: #FFFFFF;
}
/*友链*/
#link {
	width: 1000px;
	margin: 0 auto;
	line-height: 22px;
	padding-left: 10px;
}
/*分页*/
div.pager {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 3px;
	color: #333333;
}
div.pager span {
	margin-left: 5px;
	margin-right: 5px;
}
div.pager a {
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	color: #333333;
}
div.pager a:hover {
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	color: #333333;
}
/*新闻*/
ul.news {
	clear: both;
	margin: 0px;
	padding: 0px;
}
ul.news li {
	padding-top: 2px;
	height: 24px;
	padding-left: 15px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: dashed 1px #ccc;
}
ul.news li a {
	text-decoration: none;
}
ul.news1 {
	clear: both;
	margin: 0px;
	padding: 0px;
}
ul.news1 li {
	background: no-repeat left center;
	height: 28px;
	width: 190px;
	padding-left: 20px;
	padding-top: 2px;
	width: 522px;
}
ul.news1 li a {
	text-decoration: none;
}
.newstitle {
	text-align: center;
	color: #444444;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px 0;
}
.newsinfo {
	line-height: 25px;
	text-align: center;
	background: #f2f2f2;
	color: #999999;
	margin: 5px 0 15px 0;
}
.newssubtitle {
}
.newssubtitle span {
	margin-left: 20px;
	font-weight: bold;
}
/*产品分类*/
.producttype1 {
	height: 31px;
	margin-bottom: 7px;
}
.producttype1 a {
	background: url(../images/list_a.jpg) no-repeat;
	display: block;
	height: 31px;
	line-height: 30px;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	padding-left: 34px;
}
.producttype1 a:hover {
	background: url(../images/list_a_hover.jpg) no-repeat;
	display: block;
	height: 31px;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 34px;
}
#list .current1 a, #list .current1 a:hover {
	height: 31px;
	margin-bottom: 7px;
	background: url(../images/list_a_hover.jpg) no-repeat;
	display: block;
	height: 31px;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 34px;
}
.producttype1current a, .producttype1current a:hover {
	height: 31px;
	margin-bottom: 7px;
	background: url(../images/list_a_hover.jpg) no-repeat;
	display: block;
	height: 31px;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 34px;
}
.producttype2 {
	height: 28px;
	margin-bottom: 5px;
	display: none;
}
.producttype2 a {
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	color: #666666;
	padding-left: 45px;
}
.producttype2 a:hover {
	display: block;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 13px;
	padding-left: 45px;
	color: #000;
}
.producttype2current a, .producttype2current a:hover {
	height: 26px;
	margin-bottom: 5px;
	display: block;
	height: 26px;
	line-height: 26px;
	color: #000;
	font-size: 13px;
	padding-left: 45px;
}
/*下载*/
ul.downloads {
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}
ul.downloads li {
	margin-bottom: 5px;
}
ul.downloads li a {
	text-decoration: none;
}
div {
	overflow: hidden;
}
.neirong p {
	font-size: 14px;
	line-height: 35px;
	font-family: "宋体";
	letter-spacing: 2px;
}
.neirong a {
	font-size: 14px;
	line-height: 35px;
	font-family: "宋体";
	letter-spacing: 2px;
}
.neirong a:hover {
	font-size: 14px;
	line-height: 35px;
	font-family: "宋体";
	letter-spacing: 2px;
}