@charset "utf-8";
/*公共样式*/
*{margin: 0;padding: 0;list-style: none;}
html,body{margin: 0 auto;}
body{overflow-x: hidden;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td ,header,section,footer{ margin: 0; padding: 0 }
body, button, input, select, textarea {
    font: 12px/1.5 "微软雅黑";
    color:#333;
}
em{font-style: normal;
    font-size: 12px;}
i{font-style: normal;
    font-size: 12px;}
a{text-decoration: none;color: black;}
.clear{clear:both;}
.clear:after{display: block;content: "";clear: both;}

.fl{float: left;}
.fr{float: right;}

img{border: 0;display: inline-block;vertical-align: middle;}

.transtion{
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    }



/*index*/
.headerBox{
	height: 130px;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	background: url("top.png") no-repeat center;
}
.headerBox .header{
	width: 1200px;
	margin: 0 auto;
	height: 130px;
	
}
.headerBox .header .logo{
	float: left;
	overflow: hidden;
	margin-top: 17px;
	
}
.headerBox .header .logo p{
	font-size: 36px;
	font-weight: bold;
	float: right;
	margin-top: 15px;
	margin-left: 20px;
}
.headerBox .header .search{
	float: right;
}
.headerBox .header .search p{
	width: 240px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 5px;
	background: #d8b43c url("line.png") no-repeat center;
	margin-top: 20px;
}
.headerBox .header .search p a{
	float: left;
	width: 50%;
	text-align: center;
	color: #fff;
	line-height: 30px;
}
.headerBox .header .search div{
	width: 240px;
	height: 36px;
	line-height: 36px;
	margin-top: 20px;
}
.headerBox .header .search div input{
	border: none;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-indent: 10px;
	float: left;
	width: 194px;
	padding-right: 10px;
	outline: none;
}
.headerBox .header .search div button{
	width: 36px;
	height: 36px;
	border: none;
	float: right;
	cursor: pointer;
	outline: none;
}

/*nav*/
.nav{
	max-width: 1920px;
	width: 100%;
	height: 54px;
	margin: 0 auto;
	background: #454545;
}
.nav ul {
	width: 1200px;
	margin: 0 auto;
	height: 54px;
}
.nav ul li{
	float: left;
	width: 240px;
	height: 54px;
	
}
.nav ul li a{
	display: block;
	text-align: center;
	line-height: 54px;
	color: #fff;
	font-size: 16px;
}
.nav ul li a:hover{
	background: #d2b04d;
	
}
.nav ul li a.on{
	background: #d2b04d;
}
.nav ul li a span{
	display: block;
	background: #d2b04d;
	color: #fff;
}


/*banner*/
.banner{
	max-width: 1920px;
	width: 100%;
	height: 590px;
	margin: 0 auto;
	position: relative;
}
.banner .bd ul li{
	height: 588px;
	overflow: hidden;
	position: relative;
}
.banner .bd ul li img{
	position: absolute;
	top: 0;
	left: -960px;
	margin-left: 50%;
}
.banner .hd{
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 20px;
	left: 0px;
	z-index: 999;
	text-align: center;
}
.banner .hd ul{
	display: inline-block;
	overflow: hidden;
}
.banner .hd ul li{
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background: #fff;
	margin: 0 10px;
	cursor: pointer;
}
.banner .hd ul li.on{
	width: 30px;
	background: #d2b04d;
}





/*product*/
.product{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.product .hotPro_box{
	max-width: 1920px;
	width: 100%;
	height: 630px;
	background: #f6f6f6;
	overflow: hidden;
}
.product .hotPro_box .hotPro{
	width: 1200px;
	margin: 0 auto;
	
}
.column{
	font-size: 30px;
	background: url("column.jpg") no-repeat center bottom;
	width: 161px;
	line-height: 60px;
	margin: 10px auto;
	margin-top: 40px;
	
}

.product .hotPro_box .hotPro .hotPro_list .hd{
	text-align: center;
}
.product .hotPro_box .hotPro .hotPro_list .hd ul{
	display: inline-block;
	overflow: hidden;
	margin: 30px 0px;
}
.product .hotPro_box .hotPro .hotPro_list .hd ul li{
	float: left;
	margin: 0px 45px;
	width: 210px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
	font-size: 16px;
	border: 1px solid #dbba44;
	border-radius: 34px;
	color: #dbba44;
}
.product .hotPro_box .hotPro .hotPro_list .hd ul li.on{
	background: #dbba44;
	color: #fff;
	
}
.product .hotPro_box .hotPro .hotPro_list .hd ul li:hover{
	background: #dbba44;
	color: #fff;
	
}

.product .hotPro_box .hotPro .hotPro_list .bd ul li ul li{
	float: left;
	margin-right: 36px;
}
.product .hotPro_box .hotPro .hotPro_list .bd ul li ul li div{
	width: 270px;
	height: 285px;
	text-align: center;
	line-height: 285px;
	font-size: 0;
	background:#fff url("watermark.png") no-repeat center;
	border: 1px solid #eeeeee;
}
.product .hotPro_box .hotPro .hotPro_list .bd ul li ul li div img{
	max-width: 200px;
	max-height: 160px;
}
.product .hotPro_box .hotPro .hotPro_list .bd ul li ul li h3{
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	background: #fff;
	margin-top: 10px;
	text-align: center;
	line-height: 30px;
}
.product .hotPro_box .hotPro .hotPro_list .bd ul li ul li:hover div{
	border-color: #dbba44;
	
}
.product .hotPro_box .hotPro .hotPro_list .bd ul li ul li:hover h3{
	background: #dbba44;
	color: #fff;
}

.product .allPro{
	padding-top: 30px;
	position: relative;
}
.product .allPro .allPro_column{
	width: 218px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}
.product .allPro .allPro_column h3{
	position: absolute;
	top: -60px;
	left: 0px;
	height: 60px;
	text-align: center;
	width: 100%;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	background: url("h3_bg.png") no-repeat center;
}
.product .allPro .advantage_3_box{
	height: 590px;
	background: url("advantage_3_bg.jpg") no-repeat center;
}
.product .allPro .advantage_3{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.product .allPro .advantage_3 h3.column{
	width: 1200px;
	margin: 0 auto;
	background: url("advantage_title_column.jpg") no-repeat center bottom;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 70px;
	margin-top: 30px;
}
.product .allPro .advantage_3 i{
	font-style: italic;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: block;
	margin-top: 15px;
	background: url("i_bg.png") no-repeat center bottom;
	padding-bottom: 40px;
}
.product .allPro .advantage_3 .advantage_list ul{
	height: 309px;
	margin-top: 55px;
}
.product .allPro .advantage_3 .advantage_list ul li{
	width: 277px;
	height: 309px;
	background: url("li_bg.png");
	float: left;
	margin-right: 184px;
	position: relative;
}

.product .allPro .advantage_3 .advantage_list ul li h3{
	color: #fff;
	font-size: 54px;
	position: absolute;
	top: -50px;
	left: 120px;
	
}
.product .allPro .advantage_3 .advantage_list ul li span{
	display: block;
	height: 28px;
	width: 185px;
	background: #fff;
	text-align: center;
	line-height: 28px;
	margin: 0 auto;
	margin-top: 60px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .allPro .advantage_3 .advantage_list ul li p{
	color: #fff;
	margin: 10px 40px;
	font-size: 14px;
}
.product .allPro .advantage_2_box{
	height: 585px;
	background: url("advantage_2_bg.png") no-repeat center;
}
.product .allPro .advantage_2{
	width: 1200px;
	margin: 0 auto;
	
}
.product .allPro .advantage_2 .text{
	float: left;
	width: 555px;
	color: #000;
}
.product .allPro .advantage_2 .text h3{
	font-size: 22px;
}
.product .allPro .advantage_2 .text p{
	font-size: 14px;
	line-height: 30px;
}
.product .allPro .advantage_2 .pic{
	float: right;
	margin-top: 135px;
	margin-right: 200px;
}


/*brief*/

.brief_box .top{
	height: 670px;
	background: url("brief_bg01.jpg");
}
.brief_box .top .brief{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.brief_box .top .brief h3{
	font-size: 30px;
	text-align: center;
	background: url("column_brief.png") no-repeat center bottom;
	line-height: 60px;
	margin-top: 30px;
}
.brief_box .top .brief em{
	display: block;
	text-align: center;
	margin-top: 15px;
}

.brief_box .top .brief .brief_content{
	overflow: hidden;
	margin-top: 50px;
	
}
.brief_box .top .brief .brief_content .pic{
	float: left;
}
.brief_box .top .brief .brief_content .text{
	float: left;
	width:340px;
	font-size: 16px;
	color:#000;
	margin: 30px;
	line-height: 30px;
}
.brief_box .top .brief .brief_content .brief_list{
	float: right;
	overflow: hidden;
	width: 400px;
}
.brief_box .top .brief .brief_content .brief_list .brief_list_left{
	float: left;
	
}
.brief_box .top .brief .brief_content .brief_list .brief_list_left a{
	display: block;
	width: 196px;
	height: 90px;
	background: #535354;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 90px;
	margin-bottom: 8px;
}
.brief_box .top .brief .brief_content .brief_list .brief_list_left a:hover{
	background: #d2b04d;
}
.brief_box .top .brief .brief_content .brief_list .brief_list_left img{
	width: 196px;
	height: 188px;
}
.brief_box .top .brief .brief_content .brief_list .brief_list_right{
	float: right;
}
.brief_box .top .brief .brief_content .brief_list .brief_list_right a{
	display: block;
	width: 196px;
	height: 90px;
	background: #535354;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 90px;
	margin-bottom: 8px;
}
.brief_box .top .brief .brief_content .brief_list .brief_list_right a:hover{
	background: #d2b04d;
}
.brief_box .top .brief a.more{
	display: block;
	width: 100px;
	height: 40px;
	background: #d8b43c;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	margin: 20px auto;
	font-weight: bold;
}
.brief_box .bottom{
	height: 250px;
	background: url("brief_bg02.png");
}
.brief_box .bottom .process{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 250px;
}
.brief_box .bottom .process h3{
	font-style: italic;
	font-size: 30px;
	color: #fff;
	margin-top: 20px;
	margin-left: 170px;
}
.brief_box .bottom .process i{
	font-style: italic;
	font-size: 18px;
	color: #fff;
	margin-left: 220px;
}
.brief_box .bottom .process p{
	width: 350px;
	height: 90px;
	color: #fff;
	font-size: 14px;
	border: 1px solid #9c8737;
	line-height: 24px;
	padding: 10px 20px;
	margin-left: 170px;
	margin-top: 20px;
}
.brief_box .bottom .process .pic{
	position: absolute;
	top: 0;
	right: 150px;
}
.brief_box .bottom .process .pic img{
	float: left;
}
.brief_box .bottom .process .pic .img1{
	margin-top: 40px;
	margin-right: 40px;
}
.brief_box .bottom .process .pic .img2{
	margin-top: 20px;
}
.brief_box .bottom .process .pic .img3{
	position: absolute;
	top: 100px;
	right: 60px;
}




/*PARTNERS*/
.partner{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.partner h3{
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	background: url("column_partner.png") no-repeat center bottom;
	margin-top: 30px;
}
.partner .partner_list{
	margin: 50px 0;
}
.partner .partner_list ul li{
	width: 275px;
	height: 150px;
	font-size: 0;
	text-align: center;
	line-height: 150px;
	border: 1px solid #e9e9e9;
	margin-right: 20px;
	cursor: pointer;
}

.partner .partner_list ul li:hover{
	border: 1px solid #d2b04d;
}
.partner .partner_list ul li img{
	max-width: 100%;
	max-height: 100%;
}
.partner a.more{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #1283c9;
	margin-bottom: 70px;
	
}

/*footer*/

.footer_box{
	height: 490px;
	background: #caae4d;
}
.footer{
	width: 1200px;
	margin: 0 auto;
	height: 455px;
	position: relative;
}
.footer .links,.footer .contact_address{
	float: left;
	overflow: hidden;
	max-width: 600px;
}
.footer .inquiry{
	float: right;
}

.footer .links h3,.footer .contact_address h3,.footer .inquiry h3{
	font-size: 18px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 15px;
}
.footer .links{
	width: 300px;
	
}
.footer .links ul li{
	padding-left: 20px;
	background: url("link.png") no-repeat left center;
}
.footer .links ul li a{
	color: #fff;
	line-height: 40px;
	font-size: 16px;
}
.footer .links ul li a:hover{
	font-weight: bold;
}
.footer .contact_address em{
	font-size: 16px;
	color: #fff;
}
.footer .contact_address p{
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
	color: #fff;
}
.footer .contact_address p span{
	font-size: 0;
	text-align: center;
	line-height: auto;
	float: left;
	margin-right: 10px;
}
.footer .inquiry div{
	width: 300px;
	margin-bottom: 20px;
}
.footer .inquiry div input{
	width: 298px;
	height: 36px;
	font-size: 14px;
	text-indent: 10px;
}
.footer .inquiry div textarea{
	width: 280px;
	height: 100px;
	padding: 10px;
	font-size: 14px;
	resize: none;
}
.footer .inquiry button{
	width: 100px;
	height: 36px;
	background: #fff;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	font-size: 14px;
	margin-left: 100px;
}
.footer .language{
	position: absolute;
	bottom:15px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.footer .language p{
	display: inline-block;
	overflow: hidden;
}
.footer .language a{
	float: left;
	width: 30px;
	height: 20px;
	padding-right: 10px;
	margin-left: 10px;
	background: url("lang_bg.png") no-repeat center right;
}
.footer .language a img{
	width: 100%;
	height: 100%;
}
.footer .language a:last-child{
	background: none;
}
.copyright{
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #333333;
	font-size: 16px;
	color: #fff;
}





/*内页*/
.innerBanner{
	height: 300px;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.proContent{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 80px;
}
.proContent .leftNav{
	float: left;
	width: 310px;
}
.proContent .leftNav h3{
	font-size: 30px;
	color: #3b6194;
	line-height: 60px;
	border-top: 2px solid #d2b04d;
	border-bottom: 2px solid #d2b04d;
	text-indent: 50px;
	background: url("position.png") no-repeat 10px center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.proContent .leftNav ul li{
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	height: 50px;
	line-height: 50px;
	margin: 15px 0px;
	/*border-bottom: 1px dashed #d2b04d;*/
}
.proContent .leftNav ul li a{
	display: block;
	font-size: 16px;
	float: left;
	/*width: 100%;*/
	padding-left: 40px;
	background: url("a_bg.png") no-repeat 10px 0px;
}

.proContent .leftNav ul li a.on{
	/*border-left: 2px solid #254e86;*/
	width: 250px;
	background: #d2b04d url("a_bg.png") no-repeat 10px -50px;
	float: right;
	color: #fff;
}
/*.content .leftNav ul li a.on a{
	width: 250px;
	background: #d2b04d url("a_bg.png") no-repeat 10px -50px;
	float: right;
	color: #fff;
}*/
.proContent .leftNav ul li:hover{
	border-left: 2px solid #254e86;
}
.proContent .leftNav ul li:hover a{
	width: 250px;
	background: #d2b04d url("a_bg.png") no-repeat 10px -50px;
	float: right;
	color: #fff;
}
.proContent .leftNav .contact_list{
	/*height: 300px;*/
	width: 310px;
	margin-top: 50px;
	background: #f1f1f1;
	overflow: hidden;
}
.proContent .leftNav .contact_list p.contact{
	font-size: 30px;
	text-align: center;
	margin: 0px;
	margin-top: 10px;
}
.proContent .leftNav .contact_list p.contact em{
	font-size: 30px;
	color: #e3bb46;
}

.proContent .leftNav .contact_list p{
	font-size: 14px;
	margin: 15px 10px;
	overflow: hidden;
}
.proContent .leftNav .contact_list p img{
	vertical-align: top;
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.proContent .leftNav .contact_list p span{
	float: left;
	width: 255px;
}


/*联系我们*/
.proContent .contactList{
	float: right;
	width: 865px;
}
.proContent .contactList img{
	max-width: 100%;
}
.proContent .contactList h3{
	font-size: 30px;
	margin: 30px 0px;
}
.proContent .contactList h3 span{
	color: #e3bb46;
}
.proContent .contactList div.onlineInquiry{
	margin: 0 auto;
}
.proContent .contactList div{
	margin-bottom: 20px;
	width: 402px;
	text-align: center;
}
.proContent .contactList div input{
	width: 400px;
	height: 50px;
	border: 1px solid #bfbfbf;
	text-indent: 10px;
	font-size: 16px;
}
.proContent .contactList div textarea{
	width: 390px;
	height: 150px;
	resize: none;
	border: 1px solid #bfbfbf;
	font-size: 16px;
	padding-left: 10px;
}
.proContent .contactList div button{
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #bfbfbf;
	cursor: pointer;
}
.proContent .contactList div button:hover{
	background: #e3bb46;
	color: #fff;
	border-color: #e3bb46;
}
/*产品*/
.proContent .product_list{
	float: right;
	width: 865px;
}
p.currentPosition{
	line-height: 63px;
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
p.currentPosition img{
	vertical-align: top;
	margin-top: 17px;
	margin-right: 10px;
}
p.currentPosition a:last-child{
	color: #dbba44;
}
.proContent .product_list ul{
	overflow: hidden;
	/*margin-top: 20px;*/
}
.proContent .product_list ul li{
	float: left;
	margin-right: 24px;
	margin-bottom: 25px;
}
.proContent .product_list ul li:hover div{
	border: 1px solid #dbba44;
}
.proContent .product_list ul li:hover h3{
	background: #dbba44;
	color: #fff;
}
.proContent .product_list ul li div{
	width: 270px;
    height: 285px;
    text-align: center;
    line-height: 285px;
    font-size: 0;
    background: #fff url(watermark.png) no-repeat center;
    border: 1px solid #bfbfbf;
}
.proContent .product_list ul li div img{
	max-width: 200px;
    max-height: 160px;
}
.proContent .product_list ul li h3{
	height: 30px;
    font-size: 16px;
    line-height: 30px;
    background: #fff;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
}


/*产品详情*/
.productDetails{
	float: right;
	width: 865px;
}
.productDetails .product_details_box{
	overflow: hidden;
}
.productDetails .product_details_box .product_details{
	float: left;
	width: 350px;
	position: relative;
	height: 470px;
}
.productDetails .product_details_box .product_details .bd{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 72px;
	width: 100%;
	
}
.productDetails .product_details_box .product_details .bd .prev{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 70px;
	width: 15px;
	border: 1px solid #bfbfbf;
	background: url("prev.png") no-repeat center;
}
.productDetails .product_details_box .product_details .bd .next{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 70px;
	width: 15px;
	border: 1px solid #bfbfbf;
	background: url("next.png") no-repeat center;
}
.productDetails .product_details_box .product_details .bd .smallImg{
	height: 72px;
}
.productDetails .product_details_box .product_details .bd .smallImg .tempWrap{
	margin: 0 auto;
}
.productDetails .product_details_box .product_details .bd .smallImg li{
	height: 70px;
	width: 70px;
	float: left;
	border: 1px solid #bfbfbf;
	text-align: center;
	line-height: 70px;
	margin: 0px 10px;
	font-size: 0;
}
.productDetails .product_details_box .product_details .bd .smallImg li.on{
	border-color: #d2b04d;
}

.productDetails .product_details_box .product_details .bd .smallImg li img{
	max-width: 70px;
	max-height: 70px;
	
}

.productDetails .product_details_box .product_details .bigImg{
	width: 350px;
	height: 370px;
	border: 1px solid #bfbfbf;
}
.productDetails .product_details_box .product_details .bigImg li{
	text-align: center;
	line-height: 370px;
	width: 350px;
	height: 370px;
	font-size: 0;
	text-align: center;
	background: url("watermark.png") no-repeat center;
	background-size: 90%;
}
.productDetails .product_details_box .product_details .bigImg li img{
	/*max-width: 300px;*/
	max-height: 245px;
}

.productDetails .product_details_box .product_parameter{
	float: right;
	width: 460px;
}
.productDetails .product_details_box .product_parameter h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.productDetails .product_details_box .product_parameter p{
	font-size: 16px;
	line-height: 30px;
	
}



.product_content{
	margin-top: 50px;
}
.product_content img{
	width: 100%;
}





/*news*/
.newsContent{
	width: 1200px;
	margin: 80px auto;
}
.newsContent .position{
	line-height: 60px;
	height: 60px;
	font-size: 16px;
}
.newsContent .position img{
	vertical-align: top;
	margin-top: 17px;
	margin-right: 10px;
}
.newsContent .position a:last-child{
	color: #d2b04d;
}
.newsContent .newsNav{
	position: relative;
	height: 60px;
	line-break: 60px;
	border-bottom: 2px solid #d2b04d;
	
}
.newsContent .newsNav h3{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
	border-bottom: 4px solid #4d76d2;
	line-height: 58px;
}
.newsContent .newsNav .newsNav_list{
	margin-left: 240px;
	height: 60px;
}
.newsContent .newsNav .newsNav_list ul{
	height: 60px;
	line-height: 60px;
}
.newsContent .newsNav .newsNav_list ul li{
	float: left;
	width: 240px;
	height: 60px;
	margin: 0px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsContent .newsNav .newsNav_list ul li a{
	display: block;
	font-size: 24px;
	text-align: center;
}
.newsContent .newsNav .newsNav_list ul li a.on{
	background: #d2b04d;
	color: #fff;
}
.newsContent .newsNav .newsNav_list ul li a:hover{
	background: #d2b04d;
	color: #fff;
}




.newsList ul li{
	margin: 30px 0px;
	border: 1px solid #bfbfbf;
	height: 182px;
}
.newsList ul li div{
	float: left;
	
}
.newsList ul li div.img{
	width: 240px;
	height: 182px;
	font-size: 0;
	text-align: center;
	line-height: 182px;
}
.newsList ul li div.img img{
	max-width: 240px;
	max-height: 182px;
}
.newsList ul li div.text{
	width: 710px;
	margin: 0px 35px;
	height: 182px;
	position: relative;
}
.newsList ul li div.text h3{
	font-size: 16px;
	line-height: 40px;
}
.newsList ul li div.text p{
	font-size: 14px;
	line-height: 28px;
}
.newsList ul li div.text a{
	font-size: 16px;
	position: absolute;
	left: 0px;
	bottom: 15px;
	width: 90px;
	height: 30px;
	border: 1px solid #bfbfbf;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	color: #bfbfbf;
}
.newsList ul li div.time{
	width: 177px;
	height: 182px;
	border-left: 1px solid #bfbfbf;
	text-align: center;
	background: url("time_bg.png") no-repeat 0 0;
}


.newsList ul li div.time em{
	text-align: center;
	display: block;
	height: 91px;
	line-height: 91px;
	font-size: 26px;
}
.newsList ul li div.time span{
	text-align: center;
	display: block;
	line-height: 91px;
	font-size: 20px;
}
.newsList ul li:hover{
	border-color: #d2b04d;
}
.newsList ul li:hover h3{
	color: #d2b04d;
}
.newsList ul li:hover div.text a{
	border-color: #d2b04d;
	background: #d2b04d;
	color: #fff;
}
.newsList ul li:hover div.time{
	border-color: #d2b04d;
	color: #d2b04d;
	background: url("time_bg.png") no-repeat  0 -182px;
}

















/*pageclass*/
.pageClass {
	text-align: center;
	font-size: 14px;
	padding-top: 50px;
	clear: both;
}

.pageClass span {
	padding: 5px 12px;
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	color: #4e4e4e;
	border: 1px solid #d2b04d;
}

.pageClass strong span,
.pageClass span:hover {
	background-color: #d2b04d;
	color: #ffffff;
	border-color: #d2b04d;
}


/*content*/
.content{margin:10px 0 30px;/*overflow: hidden;*/background-color: #ffffff;padding-bottom: 70px;width: 100%;margin: 0px auto;max-width: 1200px;}
.content a.downloadAll{display: block;line-height: 40px;font-size: 14px;margin-top: 30px;width: 202px;height: 50px;border: 1px solid rgb(230, 230, 230);text-align: center;line-height: 50px;border-radius: 4px;}
.content a.downloadAll:hover{color: #fff;background: #e62129;border-color: #e62129;}
.content .article_title {
    margin:30px 20px 10px;
    text-align: center;
    border-bottom:1px solid #eeeeee;
    padding-bottom:40px;
}
.content .article_title h3 {
    font-size: 20px;
    color:#333333;
}
.content .article_title .author {
    font-size: 14px;
    color: #c6c5c6;
    margin-top: 10px;
}
.content .article_con{
    padding: 25px 20px 0;
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 33px;
    min-height: 500px;
    overflow: hidden;
}
.content .article_con table{margin:auto;}
.content .article_con img{max-width: 100%;display: inline-block;height: auto !important;}
.up,.down {
    font-size: 14px;
    text-align: left;
    color: #333333;
    font-weight: bold;
    margin:10px 0px 0;
}
.up a,.down a {
    color: #777777;
    font-weight: normal;
}
.up a,.down a,.up span,.down span{font-size: 14px;}
.up a:hover,.down a:hover{color:#196bb4;}
.up{border-top:1px solid #eeeeee;padding-top: 20px;}
/*.down{border-bottom:1px solid #eeeeee;padding-top: 20px;}*/




		.recommend{
			width: 865px;
			margin-top: 20px;
			padding-top: 30px;
			border-top: 1px solid #eee;
		}
		
		.recommend h3.hot{
			color: #caae4d;
			font-size: 16px;
			padding-left: 30px;
			background: url("hot.png") no-repeat center left;
			margin-bottom: 20px;
			
		}
		.recommend ul{
			overflow: hidden;
		}
		.recommend ul li{
			float: left;
			width: 200px;
			height: 230px;
			border: 1px solid #dedede;
			margin-right: 19px;
		}
		.recommend ul li p{
			height: 175px;
			font-size: 0;
			text-align: center;
			line-height: 175px;
			/*background: rgba(210,176,77,0.4);*/
		}
		.recommend ul li p img{
			max-width: 90%;
			max-height: 90%;
		}
		.recommend ul li h3{
			text-align: center;
			line-height: 32px;
			margin-top: 23px;
		}
		.recommend ul li:hover{
			border-color: #d2b04d;
		}
		.recommend ul li:hover h3{
			background: #d2b04d;
			color: #fff;
		}







#cnzz_stat_icon_1273924976 img{
	vertical-align: top;
	margin-top: 12px;
    margin-left: 12px;
}






