@charset "utf-8";
/*网站*/
/* banner */
#banner_main {
	overflow: hidden;
	z-index: 2;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}
#banner_main .banner {
	position: relative;
	width: 100%;
	height: 550px;
	margin: 0 auto;
	min-width: 1200px;
}
#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#banner, .banner ul {
	max-height: 550px;
	overflow: hidden;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none;
}
.banner li:first-child {
	display: block;
}
.banner li img {
	width: 1920px;
	height: 550px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
	min-width: 1200px;
}
#banner .tip {
	width: 1000px;
	height: 14px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 20px;
	z-index: 12;
}
#banner .tip span {
	width: 40px;
	height: 5px;
	margin: 0 10px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	border: #fff solid 2px;
	opacity: 0.5;
	filter: Alpha(opacity=50);
}
#banner .tip span.cur {
	background-color: #3fb150;
	border-color: #3fb150;
	opacity: 1;
	filter: Alpha(opacity=100);
}
#banner #btn_prev, #banner #btn_next {
	width: 31px;
	height: 61px;
	position: absolute;
	top: 210px;
	z-index: 5;
	display: none;
}
#banner #btn_prev {
	background-position: 0px 0;
	left: 12%;
	transition: all 600ms ease;
}
#banner #btn_next {
	background-position: -38px 0px;
	right: 12%;
	transition: all 600ms ease;
}
#banner #btn_prev:hover {
	left: 11.6%;
	transition: all 600ms ease;
	background-position: 0px -72px;
}
#banner #btn_next:hover {
	right: 11.6%;
	transition: all 600ms ease;
	background-position: -38px -72px;
}
/*banner end*/
.icon {
    background: url(../images/icon2.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.til01 {
	text-align: center;
	color: #2b2b34;
	font-size: 40px;
	line-height: 68px;
	font-family: "Microsoft Yahei";
	background: url(../images/tilbg1.png) no-repeat center 63px;
}
.til01 p {
	color: #767676;
	display: block;
	font-weight: normal;
	line-height: 46px;
	font-size: 20px;
}
.til01 a {
	color: #2b2b34;
}
/*搜索*/
.seabox {
	height: 50px;
	line-height: 50px;
	padding-top: 10px;
	position: relative;
}
.keyword {
	width: 455px;
	padding: 0 0 0 124px;
	white-space: nowrap;
}
.keyword a {
	padding: 0 6px;
	display: inline-block;
	white-space: nowrap;
}
.sea_inp {
	width: 320px;
	height: 37px;
	float: right;
	overflow: hidden;
	border: solid 1px #edeceb;
	border-radius: 19px;
}
.sea_inp .serach {
	width: 256px;
	height: 37px;
	border: 0;
	background: none;
	line-height: 37px;
	color: #555;
	padding: 0 0 0 17px;
	float: left;
	outline: none;
	display: block;
	font-size: 14px;
}
.sea_inp .sub {
	width: 45px;
	height: 37px;
	float: left;
	cursor: pointer;
	display: block;
	background: url(../images/sea_ico.gif) no-repeat 10px 7px;
	border: 0;
}
/*我们*/
.webox {
	background: #edeceb;
	height: 240px;
	padding: 19px 0 0;
	font-family: "Microsoft Yahei";
	line-height: 50px;
	color: #737373;
	overflow: hidden;
}
.webox_p {
	margin: 0 22px 0 0;
}
.webox_p, .webox_p img {
	width: 340px;
	height: 217px;
	display: block;
	overflow: hidden;
}
.webox_w {
	width: 758px;
	padding: 0 0 0 40px;
}
.webox_w h3 {
	height: 82px;
	line-height: 82px;
	font-size: 24px;
	color: #3d3d3d;
}
.webox_w h3 b {
	color: #015cb5;
}
.webox_w p {
	height: 94px;
	overflow: hidden;
}
.webox_w span {
	display: block;
	text-align: right;
}
/*加工范围*/
.range {
	padding: 39px 0 0;
	font-family: "Microsoft Yahei";
	height: 501px;
	line-height: 24px;
	color: #737373;
	position: relative;
	z-index: 9;
}
.range_c dl {
	position: relative;
	width: 281px;
	float: left;
	margin: 0 25px 0 0;
}
.range_c dl.born {
	margin: 0;
}
.range_c dt, .range_c dt img {
	width: 281px;
	height: 219px;
	border-radius: 10%;
	display: block;
	overflow: hidden;
}
.range_c dd {
	width: 201px;
	height: 170px;
	display: block;
	position: absolute;
	left: 14px;
	top: 210px;
	padding: 18px 26px 0;
}
.range_c dd h3 {
	height: 64px;
	display: block;
	line-height: 64px;
	font-size: 18px;
	color: #2b2b34;
	text-align: center;
}
.range_c dd h3 a {
	display: block;
	color: #2b2b34;
}
.range_c dl:hover dd {
	border-bottom: solid 4px #015cb5;
}
.range_c dl:hover dd h3, .range_c dl:hover dd h3 a {
	color: #015cb5;
}
/*产品中心*/
.probox {
	height: 784px;
	padding: 50px 0 0;
	font-family: "Microsoft Yahei";
	margin-top: -5px;
}
.pro_nav {
	width: 282px;
	background: #fff;
	height: 700px;
}
.pro_nav h2 {
	font-size: 24px;
	line-height: 30px;
	height: 59px;
	overflow: hidden;
	color: #fff;
	background: #015cb5;
	padding: 24px 0 0 34px;
}
.pro_nav h2 span {
	font-size: 24px;
	line-height: 24px;
	display: block;
	font-weight: normal;
	font-family: Arial;
	opacity: 0.5;
	text-transform: uppercase;
}
.pro_nav h2 a {
	color: #fff;
}
.pro_nl {
	height: 520px;
}
.pro_nl h3 {
	clear: both;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	width: 280px;
	background-color: #ECECEB;
	margin-left: 2px;
	margin-bottom: 8px;
}
.pro_nl h3:last-child {
	border: 0;
}
.pro_nl h3 a {
	display: block;
	background: url(../images/nav_ico1.png) no-repeat 15px 13px;
	padding: 0 0 0 62px;
	color: #363739;
}
.pro_nl ul {
	display: block;
}
.pro_nl li {
	height: 50px;
	line-height: 50px;
	position: relative;
	white-space: nowrap;
	width: 240px;
	padding-left: 20px;
	background-color: #ECECEB;
	margin-bottom: 2px;
}
.pro_nl li a {
	display: block;
	color: #737373;
}
.pro_nl h3:hover a, .pro_nl h3 a:hover {
	color: #015cb5;
	background-position: 9px -37px;
}
.pro_pho, .pro_pho img {
	display: block;
	width: 282px;
	height: 92px;
	overflow: hidden;
}
.pro_list {
	width: 881px;
	overflow: hidden;
	height: 700px;
}
.pro_gg {
	height: 427px;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	margin-bottom: 15px;
}
.prev, .next {
	width: 37px;
	height: 82px;
	right: 0;
	top: 180px;
	display: block;
	z-index: 9;
	background: url(../images/next1.gif) no-repeat 0 0;
}
.prev {
	left: 0;
	background: url(../images/prev1.gif) no-repeat 0 0;
}
.prev2, .next2 {
	top: 355px;
}
.prev2 {
	left: 359px;
}
.prev:hover, .next:hover {
	background-position: 0 bottom;
}
.pro_gc dt {
	width: 881px;
	height: 426px;
	overflow: hidden;
}
.pro_gc dt img {
	width: 568px;
	height: 426px;
	overflow: hidden;
}
.pro_gc dl {
	position: relative;
	line-height: 30px;
}
.pro_gc dd {
	position: absolute;
	width: 282px;
	height: 280px;
	left: 550px;
	top: 68px;
	z-index: 2;
}
.pro_gc dd h3 {
	height: 60px;
	font-size: 20px;
	line-height: 38px;
	color: #363739;
}
.pro_gc dd h3 a {
	color: #363739;
	display: block;
}
.pro_wz {
	height: 180px;
	overflow: hidden;
}
.more01 a {
	display: block;
	width: 128px;
	line-height: 33px;
	border: solid 1px #015cb5;
	background: #fff;
	color: #015cb5;
	text-align: center;
	border-radius: 16px;
}
.pro_list ul {
	width: 1000px;
}
.pro_list li {
	width: 286px;
	float: left;
	margin: 0 10px 0 0;
}
.pro_list li p {
	border: solid 1px #eaeaea;
}
.pro_list li p, .pro_list li p img {
	width: 286px;
	height: 214px;
	display: block;
	overflow: hidden;
}
.pro_list li span {
	display: block;
	line-height: 39px;
	height: 39px;
	z-index: 1;
	background: #737373;
	color: #fff;
	text-align: center;
}
.pro_list li span a {
	color: #fff;
}
.pro_list li img, .pro_gc dt img, .range_c dt img, .webox_p img, .case_c dt img, .about_p img, .newbox dt img, .show_c li img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.about_p img {
	padding: 20px 0 0;
}
.pro_list li img:hover, .pro_gc dt img:hover, .range_c dt img:hover, .webox_p img:hover, .case_c dt img:hover, .about_p img:hover, .newbox dt img:hover, .show_c li img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.w240 {
    width: 240px;
}
.f_l {
    float: left;
}
.n_part1{background:#0358a8; height:56px;}
.n_part1 h1{font-family:Arial; font-size:44px; color:#fff; padding:0 0 0 16px; line-height:56px; float:left; font-weight:normal;}
.n_part1 h2{float:left; font-size:16px; font-weight:normal; padding:10px 0 0 5px; font-family:"微软雅黑"; color:#fff}
.n_part1 h3{float:left; font-size:13px; font-family:Arial; color:#a4b8d6; font-weight:normal; width:130px; padding:0 0 0 5px;}

.n_content_bk1{border:4px solid #e4e4e4; border-top:none}
.n_list1{padding:8px 0; margin:0 auto; width:220px;}
.n_list1 li{height:46px; line-height:46px; background:url(../images/neiye_18.jpg) no-repeat; font-size:14px; font-family:"微软雅黑"; margin:0 0 4px 0}
.n_list1 li a{display:block; height:46px; padding:0 0 0 20px;}
.n_list1 li a:hover{background:url(../images/neiye_16.jpg) no-repeat; color:#fff;}
.n_list1 li a.on{background:url(../images/neiye_16.jpg) no-repeat; color:#fff;}
.n_list1 div{padding:0 0 0 30px;}
.n_list1 div span{display:block; line-height:30px; border-bottom:1px dashed #e7e7e7}
.n_list1 div span a{margin:0 0 0 5px;}
.sort-list{padding:8px 0; margin:0 auto; width:240px;}
.sort-list ul{}
.sort-list li{height:46px; line-height:46px; background:url(../images/neiye_18.jpg) no-repeat; font-size:16px; font-family:"微软雅黑"; margin:0 0 4px 0; position:relative}
.sort-list li a{display:block; padding-left:20px ;cursor:pointer;}
.sort-list li.hover{background:url(../images/neiye_16.jpg)}
.sort-list li.hover a{color:#fff}
.sort-list li.on{background:url(../images/neiye_16.jpg)}
.sort-list li.on a{color:#fff}
.sort-list ul ul{display:none}
.sort-list ul li.hover ul{background-color:#fff;border:2px solid #ff9f0a;left:220px; top:0px; width:180px;z-index:30;position:absolute;height:auto;overflow:hidden; padding:5px 0 10px 0}
.sort-list ul li.hover ul li{height:30px; line-height:30px; background:none;}
.sort-list ul li.hover ul{display:block}
.sort-list ul li.hover ul li a{border-bottom:1px solid #e7e7e7; margin:0 12px; color:#555; padding:0 0 0 10px; font-size:14px;}
.sort-list ul li.hover ul li a:hover{color:#f00}

.in-prd-con {
	float: right;
	width: 888px;
}
.list-1 {
	margin: -20px 0 0 -20px;
}
.list-1 li {
	float: left;
	width: 33.333333%;
}
.list-1 .wrap {
	margin: 20px 0 0 20px;
	background-color: #f5f5f5;
	padding: 5px;
}
.list-1 .img-cover {
	display: block;
}
.list-1 .img-cover span {
	padding-top: 84%;
}
.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.list-1 .text {
	border-top: 0;
	font-size: 18px;
	padding: 20px 0 10px;
	text-align: center;
}
.list-1 .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-1 .text p {
	margin: 15px 0 0;
	font-size: 14px;
}
.list-1 .text .bt {
	display: inline-block;
	margin: 0 15px;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	background-color: #015cb5;
	border: 1px solid transparent;
}
.list-1 .wrap:hover {
	background-color: #f7c433;
}
.list-1 .wrap:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-1 .wrap:hover a {
	color: #fff;
}
.list-1 .wrap:hover .bt {
	border-color: #fff;
	background-color: transparent;
}
.list-1 .wrap:hover .bt:last-child {
	background-color: #fff;
	color: #333;
}
/*优势*/
.edge {
	line-height: 24px;
	color: #737373;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	position: relative;
}
.edge h2 {
	left: 0;
	top: -64px;
}
.edge h3 {
	height: 97px;
	font-size: 28px;
	padding-top: 15px;
	color: #015cb5;
	line-height: 38px;
}
.edge h3 em {
	display: block;
	font-weight: normal;
	font-style: normal;
	font-family: Arial;
	font-size: 14px;
	color: #a8a8a8;
	text-transform: uppercase;
	line-height: 17px;
}
.edge li {
	clear: both;
	padding: 0 0 12px 23px;
	background: url(../images/ico01.gif) no-repeat 2px 9px;
}
.edge1 {
	height: 430px;
	padding-top: 60px;
}
.edge2 {
	height: 273px;
}
.edge3 {
	height: 339px;
}
.edge4 {
	height: 324px;
}
.edge_p1 {
	width: 519px;
}
.edge_w1 {
	width: 520px;
}
.edge_ico1 {
	top: 49px;
	left: 564px;
}
.edge_p2 {
	width: 539px;
	top: -120px;
	right: 0;
}
.edge_w2 {
	width: 484px;
	left: 120px;
	top: -38px;
	white-space: nowrap;
}

.edge_ico2 {
	top: -48px;

}
.edge_p3 {
	width: 540px;
	left: 5px;
	top: -46px;
}
.edge_w3 {
	width: 520px;
	padding-top: 18px;
}
.edge_ico3 {
	top: 2px;
	left: 564px;
}
.row-a4 {
    overflow: hidden;
    margin-top: 46px;
}

.row-a4 .tit {
    text-align: center;
    margin-bottom: 56px;
}

.row-a4 .tit h2 {
    height: 46px;
    line-height: 46px;
    color: #333;
    font-size: 28px;
    border-bottom: #0152ad 2px solid;
}

.row-a4 .tit h2 em {
    color: #0152ad;
    font-weight: bold;
}

.row-a4 .tit span {
    width: 202px;
    height: 48px;
    line-height: 48px;
    background: #0152ad;
    text-align: center;
    margin: 0 auto;
    font-size: 26px;
    color: #fff;
    display: block;
}

.ul-imgtxt {
    overflow: hidden;
}

.ul-imgtxt>li {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.ul-imgtxt>li>.txt {
    width: 50%;
    float: left;
    padding-top: 25px;
}

.ul-imgtxt>li>.pic {
    width: 50%;
    float: right;
}

.ul-imgtxt>li>.pic img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.ul-imgtxt>li:nth-child(2n)>.pic {
    float: left;
}

.ul-imgtxt>li>.txt>.title {
    background: url('../images/01.png') left center no-repeat;
    padding: 20px 0 0 60px;
    margin-bottom: 20px;
}

.ul-imgtxt>li>.txt>.title>h4 {
    height: 24px;
    line-height: 24px;
    color: rgb(63, 63, 63);
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ul-imgtxt>li>.txt>.title>h4>span {
    color: #0152ad;
}

.ul-imgtxt>li>.txt>.title>em {
    display: block;
    height: 18px;
    line-height: 18px;
    color: rgb(127, 127, 127);
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ul-imgtxt>li>.txt>.ul-txt {
    padding-left: 38px;
}

.ul-imgtxt>li>.txt>.ul-txt>li {
    height: 36px;
    line-height: 36px;
    color: #333;
    background: url('../images/dot.png') left center no-repeat;
    padding-left: 26px;
	font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ul-imgtxt>li>.txt>.ul-txt>li>span {
    float: none;
    color: #0152ad;
}

.ul-imgtxt>li:nth-child(2)>.txt>.title {
    background: url('../images/02.png') left center no-repeat;
}

.ul-imgtxt>li:nth-child(3)>.txt>.title {
    background: url('../images/03.png') left center no-repeat;
}

.ul-imgtxt>li:nth-child(4)>.txt>.title {
    background: url('../images/04.png') left center no-repeat;
}

/*设备*/
.show {
	font-family: "Microsoft Yahei";
	margin-top: -102px;
	position: relative;
	padding: 127px 0 0;
	height: 680px;
}
.show .til01, .newbox .til01 {
	color: #fff;
	height: 130px;
}

.showtil {
	height: 91px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding: 0 0 0 430px;
}
.showtil li {
	width: 164px;
	line-height: 48px;
	float: left;
	background: #868686;
	margin: 0 9px 0 0;
}
.showtil li.cur {
	background: #015cb5;
	font-weight: bold;
}
.show_c ul {
	width: 1210px;
	position: relative;
}
.show_c li {
	position: relative;
	float: left;
	margin: 0 7px 7px 0;
}
.show_c li span {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: rgba(0 , 0 , 0 , 0.4);
}
.show_c li span a {
	color: #fff;
	display: block;
}
.show_c li, .show_c li img {
	width: 293px;
	height: 220px;
	display: block;
	overflow: hidden;
}
.show_c li.show_l1, .show_c li.show_l1 img {
	width: 598px;
	height: 448px;
}
.show_c li.show_l1 span {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}
.show_c li.show_l2 {
	position: absolute;
	left: 0;
	top: 227px;
}
.show .cMore {
    display: block;
    width: 198px;
    height: 43px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    background: #015cb5;
    color: #fff;
    border: 1px solid #cfdce5;
    transition: all ease 600ms;
}
/*案例*/
.case {
	font-family: "Microsoft Yahei";
	margin-top: -32px!important;
	position: relative;
	width: 100%;
    height: 612px;
	line-height: 24px;
}
.caseList {
	padding-top: 60px;
	width: 1200px;
    margin: 0 auto;
	position: relative;
}
.caseList .item {
	float: left;
	display: block;
	width: 280px;
	height: 270px;
	margin-right: 30px;
}
.caseList .item a {
	display: block;
}
.caseList .item .img {
	display: block;
	width: 280px;
	height: 210px;
	overflow: hidden;
}
.caseList .item .img img {
	display: block;
	width: 100%;
	height: 100%;
}
.caseList .item .txt {
	height: 50px;
	line-height: 50px;
	background: #fff;
	transition: background ease 0.36s;
}
 .caseList .item .txt .tit {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	text-indent: 30px;
	color: #fff;
	background: #00000066;
	background-size: 21px 4px;
}
.caseList .item:hover .txt {
	background: #015cb5;
	transition: background ease 0.36s;
}
.caseList .item:hover .txt .tit {
	color: #fff;
	background: url("../images/arrh.png") no-repeat 92% center;
	background-size: 21px 4px;
	transition: background ease 0.36s;
}
 .caseList .hd {
	position: absolute;
	width: 100%;
	top: -20px;
}
 .caseList .hd span {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.caseList .hd .prev {
	left: -90px;
	background-position: -110px -20px;
}
 .caseList .hd .next {
	right: -90px;
	background-position: -236px -20px;
}

.case .cMore {
	display: block;
	width: 198px;
	height: 43px;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 16px;
	line-height: 43px;
	text-align: center;
	background: #015cb5;
	color: #fff;
	border: 1px solid #cfdce5;
	transition: all ease 600ms;
}
.case .cMore:hover {
	width: 220px;
	background: #f7c433;
	color: #fff;
	transition: all ease 600ms;
}

/*资讯*/
.newbox {
	font-family: "Microsoft Yahei";
	overflow: hidden;
	line-height: 24px;
	height: 929px;
	color: #aaacab;
}
.new1 {
	width: 572px;
	padding: 25px 0 0;
}
.new2 {
	width: 569px;
	padding: 25px 0 0;
}
.newtil {
	height: 62px;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
	background: url(../images/newtbg.png) no-repeat 102px 18px;
	font-weight: normal;
}
.newtil a {
	display: inline-block;
}
.newtil span {
	font-size: 14px;
	font-weight: normal;
	float: right;
}
.new_c1 dl {
	height: 469px;
}
.new_c1 dt, .new_c1 dt img {
	width: 572px;
	height: 322px;
	display: block;
	overflow: hidden;
}
.new_c1 dd {
	padding: 22px 20px 0;
}
.new_c1 dd h4 {
	height: 50px;
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}
.new_c1 dd h4 em {
	display: block;
	float: left;
	width: 73px;
	line-height: 26px;
	border-radius: 13px;
	background: #015cb5;
	margin: 0 12px 0 0;
	font-size: 16px;
	text-align: center;
}
 .new_c1 dd p a, .new_c2 dd p a, .faqs h3 a, .faqs_c p a {
	color: #fff;
}
.new_c1 ul {
	height: 101px;
	background: #f7c433;
	padding: 25px 21px;
}
.new_c1 li {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	background: url(../images/ico05.gif) no-repeat 0 14px;
	padding: 0 0 0 12px;
}
.new_c1 li span {
	float: right;
}
.new_c1 li a {
	display: inline-block;
}
.new_c2 {
	height: 285px;
	border: 1px solid #ddd;
}
.new_c2 dl {
	height: 142px;
}
.new_c2 dt, .new_c2 dt img {
	height: 124px;
	width: 221px;
	float: left;
	overflow: hidden;
}
.new_c2 dd {
	width: 315px;
	float: right;
	overflow: hidden;
	padding: 5px 0 0;
}
.new_c2 dd h4 {
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
}
.faqs {
	height: 336px;
	background: #015cb5;
}
.faqs h3 {
	height: 82px;
	background: url(../images/ico02.gif) no-repeat 0 21px;
	line-height: 68px;
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	padding: 0 0 0 27px;
}
.faqs_c {
	padding: 0 20px 0 31px;
}
.faqs_c h4 {
	height: 35px;
	background: url(../images/ico03.gif) no-repeat 0 0;
	padding: 0 0 0 36px;
	line-height: 20px;
	color: #aaacab;
}
.faqs_c h4 a {
	color: #fff;
}
.faqs_c h4.sidenavcur {
	background: url(../images/ico04.gif) no-repeat 0 0;
	color: #fff;
}
.faqs_c h4.sidenavcur a {
	color: #fff;
}
.faqs_c p {
	height: 96px;
}
/*关于*/
.abobox {
	font-family: "Microsoft Yahei";
	line-height: 30px;
	color: #737373;
	margin-top: -12px!important;
	position: relative;
}
.about_w {
	padding: 4px 28px 0;
	width: 568px;
	float: right;
}
.about_w h3 {
	height: 80px;
	overflow: hidden;
	line-height: 80px;
	font-size: 24px;
	color: #2b2b34;
}
.about_w h3 a {
	color: #2b2b34;
}
.about_w p {
	display: block;
	height: 218px;
	text-indent: 25px;
	overflow: hidden;
}
.about_w span a {
	color: #fff;
	width: 186px;
	line-height: 43px;
	display: block;
	text-align: center;
	background: url(../images/morebg1.png) no-repeat 0 0;
	font-size: 16px;
	height: 67px;
	margin: 0 auto;
}
/*.about_p,.about_p img{width:1200px;height: 426px;display: block;overflow: hidden;}*/


/*友情链接*/
.link {
	height: auto;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	color: #7e7e7e;
	overflow: hidden;
	white-space: nowrap;
	background: #1a1a1a;
}
.link p {
	width: 960px;
	float: left;
	word-break: break-word;
}
.link a {
	color: #7e7e7e;
	padding: 0 10px;
	float: left;
}
.link h3 {
	display: block;
	width: auto;
	color: #015cb5;
	float: left;
	font-size: 18px;
}
.link h3 span {
	font-family: Arial;
	font-size: 18px;
	color: #8c8d8e;
	font-weight: normal;
}
