@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
}
.body {
	text-align: center;
	background-color: #FFFFFF;
}
ul ,li,ol,h1,h2,h3,h4,h5,p,img,dt,dd,dl{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a,a:link,a:hover,a:visited,a:active {
	color: #656565;
	text-decoration: none;
}
.cl {
	clear: both;
}
.wp {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.l {
	float: left;
}

.r {
	float: right;
}





#header {
	height: 160px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header .wp .logo {
	float: left;
	width: 520px;
	height: 85px;
	margin-top: 37px;
}

#header .wp .tel {
	width: 140px;
	float: right;
	margin-top: 60px;
	text-align: left;
	font-size: 17px;
	line-height: 150%;
	font-weight: bold;
}


















#nav-main {
	height: 50px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}
#nav-main .nav ul li {
	float: left;
	width: 132px;
	height: 50px;
	text-align: center;
	position: relative;
	line-height: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#nav-main .nav ul li.active {
	background-image: url(../images/nav_h_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#nav-main .nav ul li:hover{
	background-image: url(../images/nav_h_bg.jpg);
	background-repeat: repeat-x;
}
#nav-main .nav ul li a {
	color: #FFF;
	font-size: 20px;
}
#nav-main .nav ul li:hover a {
	color: #FFFFFF;
	font-family: 14;
}
/*banner*/
.flexslider {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: 0 -16px;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 500px;
	display: block;
}
.page_banner {
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
}

/*banner*/
#footer {
	color: #FFF;
	font-size: 16px;
	background-color: #0073C6;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer .wp .foot_nav {
	text-align: left;
}

#footer .wp .foot_nav a {
	font-size: 16px;
	color: #FFF;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#footer .wp .ft-right {
	padding-top: 40px;
	text-align: left;
	line-height: 150%;
	font-size: 16px;
	color: #FFF;
}
#footer .wp .ewm {
	background-image: url(../images/ewm.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 0px;
	height: 106px;
	width: 97px;
}






































.ct {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sd {
	float: left;
	width: 250px;
	background-color: #FFF;
}
.sd .rect {
	text-align: center;
}
.sd .rect .title-sd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.sd .rect .title-sd h2 {
	font-size: 24px;
	color: #FFF;
	line-height: 80px;
	text-align: center;
	display: block;
	height: 80px;
	width: 250px;
	background-color: #0073C6;
}
.sd .rect .nav-sd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.sd .rect .nav-sd a {
	color: #666;
	display: block;
	width: 248px;
	line-height: 45px;
	height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.sd .rect .nav-sd a:hover {
	color: #fff;
	background-color: #0060A6;
}
.sd .rect .nav-sd .second {
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-image: none;
	background-color: #FFF;
	width: 95%;
}

.member_f { margin-top: 5px; }
.member_f dl { border-bottom: 1px solid #E8E8E8; padding: 5px 0; width: 100%; float: left; }
.member_f dl dt {
	float: left;
	width: 110px;
	text-align: right;
	line-height: 26px;
	font-weight: bold;
	font-size: 12px;
}
.member_f dl dd {
	float: left;
	line-height: 26px;
	padding-left: 10px;
	font-size: 12px;
}
.member_f dl dd textarea { width: 90%; height: 200px; }
.member_f dl dd.m span { color: #C00; }
.member_f dl dd.m span.ok { background-color: #000; width: 10px; height: 5px; }




.mn {
	float: right;
	width: 900px;
}
.mn .rect #pt {
	line-height: 34px;
	border: 1px solid #CCC;
	height: 34px;
	padding-left: 10px;
	font-size: 12px;
	background-color: #FFF;
}
.mn .rect .f2   ,.mn .rect .f3{
	padding: 10px;
	line-height: 150%;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 5px;
}
.mn .f2 img {
	margin-right: auto;
	margin-left: auto;
	max-width:100%;
	_width:100%;
}

.ct-mn .list li {
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.ct-mn .list li a {

}
.ct-mn .list li a .list_r {
	padding-top: 10px;
}
.ct-mn .list li a:hover .list_r strong {
	color: #0073C6;
}
.ct-mn .list li a .list_r h6 {
	font-size: 12px;
	color: #666;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}




.pages {
	margin-top: 10px;
}
.pages li {
	float: left;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
	background-color: #FFF;
	border: 1px solid #CCC;
	line-height: 30px;
}
.pages .c {
	background-color: #0073C6;
	border-top-color: #0073C6;
	border-right-color: #0073C6;
	border-bottom-color: #0073C6;
	border-left-color: #0073C6;
}

.pages li span {
	color: #FFF;
}
.mn .rect .ct-mn h1 {
	text-align: center;
	font-size: 24px;
	line-height: 200%;
	background-color: #FFF;
}
.mn .rect .ct-mn .t {
	font-size: 12px;
	color: #999;
	text-align: center;
	background-color: #FFF;
}
.mn .rect .ct-mn .prevnext {
	font-size: 14px;
}
.ct-mn .list dl {
	float: left;
	width: 240px;
	display: block;
	margin: 15px;
}
.ct-mn .list dl dt {
	text-align: center;
	display: block;
	height: 200px;
	width: 240px;
	overflow: hidden;
	line-height: 240px;
	border: 1px solid #999;
}
.ct-mn .list dl dt a {
	display: block;
	height: 100%;
	width: 100%;
}
.ct-mn .list dl dd {
	text-align: center;
	line-height: 30px;
}


.ct-mn .list dl dt a img {
	width: 100%;
}
.wp .box_product {

}
.wp .box_product .tit {
	background-color: #C0C0C0;
	height: 45px;
}
.wp .box_product .tit p {
	float: left;
	height: 45px;
	width: 170px;
	background-image: url(../images/product_tit_l.jpg);
	background-repeat: repeat-x;
	text-align: center;
	display: block;
	font-size: 20px;
	line-height: 45px;
	color: #FFF;
}
.wp .box_product .tit a {
	text-align: center;
	float: right;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
	color: #FFF;
	display: block;
	margin-right: 20px;
}
.wp .box_product .product_class {
	float: left;
	width: 306px;
	margin-top: 18px;
	border: 2px solid #C0C0C0;
}
.wp .box_product .product_class .pc_bg {
	background-color: #C0C0C0;
	margin: 2px;
	width: 301px;
	height: 10px;
}
.wp .box_product .product_class ul {
	margin-top: 10px;
}
.wp .box_product .product_class ul li {
	height: 60px;
	width: 250px;
	line-height: 60px;
	margin-left: 30px;
	background-image: url(../images/product_l_t.jpg);
	background-repeat: no-repeat;
	background-position: 25px center;
}
.wp .box_product .product_class ul li:hover {
	background-image: url(../images/product_l_t_h.jpg);
	background-color: #1C4D99;
}
.wp .box_product .product_list {
	float: right;
	margin-top: 18px;
	width: 860px;
}
.wp .box_product .product_list ul li {
	float: left;
	width: 270px;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 8px;
}
.wp .box_product .product_list ul li a img {
	height: 208px;
	width: 268px;
	border: 1px solid #CCC;
}
.wp .box_product .product_list ul li a p {
	font-size: 16px;
	line-height: 45px;
	height: 45px;
	text-align: center;
}




.wp .box_product .product_class ul li a {
	margin-left: 50px;
}
.wp .box_product .product_class ul li:hover a {
	color:#fff;
}
.box_youshi {
	background-image: url(../images/youshi_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 20px;
}
.box_youshi .wp {
	background-image: url(../images/youshi_con.jpg);
	background-repeat: no-repeat;
	background-position: -18px 45px;
	height: 1150px;
}
.box_anli {
	background-color: #0073C6;
	height: 586px;
}
.box_anli .wp .tit {
	background-image: url(../images/anli_title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 92px;
}
.box_anli .wp .tit a {
	background-image: url(../images/anli_more.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 24px;
	width: 84px;
	display: block;
	margin-top: 42px;
}
.box_anli .wp ul {
	margin-top: 47px;
}
.box_anli .wp ul li {
	float: left;
	width: 560px;
	margin-right: 40px;
	margin-bottom: 35px;
}
.box_anli .wp ul li a img {
	float: left;
	height: 168px;
	width: 168px;
}
.box_anli .wp ul li a .word {
	float: right;
	width: 360px;
}
.box_anli .wp ul li a .word .title {
	font-size: 18px;
	line-height: 37px;
	font-weight: bold;
	color: #FFF;
	height: 37px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
.box_anli .wp ul li a .word .con {
	font-size: 16px;
	line-height: 150%;
	color: #FFF;
	margin-top: 15px;
}
.box_pingzhi {
	margin-top: 120px;
}

.box_pingzhi .line {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.box_pingzhi .tit {
	font-weight: bold;
	color: #0073C6;
	margin-top: -40px;
	text-align: center;
}
.box_pingzhi .tit a {
	color: #0073C6;
	font-size: 56px;
	font-weight: bold;
	background-color: #FFF;
}
.box_pingzhi .pingzhi_con {
	background-image: url(../images/pingzhi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 344px;
	margin-top: 70px;
	margin-bottom: 70px;
}
.box_about {
	background-image: url(../images/youshi_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 40px;
}
.box_about .wp img {
	float: left;
	margin-top: 34px;
}
.box_about .wp .about_con {
	float: right;
	width: 625px;
	margin-top: 34px;
}
.box_about .wp .about_con .tit {
	font-size: 36px;
	line-height: 64px;
	font-weight: bold;
	color: #333;
	height: 64px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.box_about .wp .about_con .con {
	padding-top: 23px;
	line-height: 180%;
}
.box_about .wp .about_con a {
	margin-left: 400px;
	font-size: 16px;
	line-height: 46px;
	color: #FFF;
	background-color: #0073C6;
	text-align: center;
	height: 46px;
	width: 147px;
	display: block;
	border-radius:10px;
}
.wp .title_default {
	line-height: 46px;
	height: 46px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.wp .title_default strong {
	font-size: 24px;
	color: #0073C6;
	float: left;
}
.wp .title_default p {
	color: #999;
	float: left;
	font-size: 18px;
	margin-left: 10px;
}
.wp .title_default a {
	float: right;
	font-weight: bold;
	color: #999;
}
.box_shebei .wp ul {
	margin-top: 35px;
}

.box_shebei .wp ul li {
	float: left;
	height: 165px;
	width: 275px;
	margin-left: 15px;
	border: 1px solid #CCC;
}
.box_shebei .wp ul li a img {
	height: 165px;
	width: 275px;
}
.box_news {
	margin-top: 75px;
}
.box_news .wp .news_left {
	float: left;
	width: 720px;
}
.box_news .wp .news_left .list img {
	float: left;
	height: 220px;
	width: 248px;
	margin-top: 35px;
}
.box_news .wp .news_left .list .list_r {
	float: right;
	width: 450px;
	margin-top: 35px;
}
.box_news .wp .news_left .list .list_r .title {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
}
.box_news .wp .news_left .list .list_r p {
	font-size: 14px;
	line-height: 180%;
	color: #999;
}
.box_news .wp .news_left .list .list_r ul {
	margin-top: 20px;
}
.box_news .wp .news_left .list .list_r ul li {
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 35px;
}






.box_news .wp .news_right {
	float: right;
	width: 425px;
}
.box_news .wp .news_right ul {
	margin-top: 36px;
	border: 1px solid #666;
	padding: 10px;
}
.box_news .wp .news_right ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	height: 105px;
	margin-bottom: 10px;
}
.box_news .wp .news_right ul li a .wen {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/wen.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 32px;
	padding-left: 45px;
}
.box_news .wp .news_right ul li a .da {
	background-image: url(../images/da.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 65px;
	padding-left: 45px;
	color: #666;
}
.box_link {
	margin-top: 40px;
}
.box_link .wp .tit {
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	color: #0073C6;
}
.box_link .wp .con_l {
	padding-top: 15px;
	padding-bottom: 15px;
}
.box_link .wp .con_l a {
	line-height: 150%;
	color: #666;
	float: left;
	font-size: 14px;
	margin-right: 10px;
}

