﻿@charset "utf-8";
/* CSS Document */
* {margin: 0px;padding: 0px;}
img {border: 0;margin: 0;padding: 0;}
ul,li,ol,h1,h2,h3,dl,dt,dd,form,p,span,b,u,s,i {list-style: none;margin: 0;padding: 0;}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;/*ie6*/}
*+html .clearfix {min-height: 1px;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;font-size: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
input,textarea {outline: none;}/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
a {color: #000;blr: expression(this.onFocus=this.blur());/* IE Opera */outline: none;/* FF Opera */}
a:focus {-moz-outline-style: none;/* FF */} /*去掉a标签超链接的虚线框*/
a:link {text-decoration: none;color: #535353;}
a:visited {text-decoration: none;color: #535353;}
a:hover {text-decoration: none;color: #000000;}
a:active {text-decoration: none;color: #535353;}
.clear {clear: both;}
body {margin: 0px;font-size: 14px;font-family: "Microsoft YaHei";overflow-x:hidden;}

.wrap {
	width: 1180px;
	margin: 0 auto;
}
.pagetop {
	width: 100%;
	height: 40px;
	background: #f2f2f2;
}
.top {
	height: 40px;
	line-height: 40px;	
}
.top a {
	color: #666;
}
.top .wel {
	float: left;	
	color: #666;
}
.top .top_r {
	float: right;
}

.top_bg {
	height: 130px;
}
.top_bg .left {
	float: left;
	width: 900px;
}
.top_bg .left .logo {
	float: left;
	margin: 45px 10px 0 0px;
}
.top_bg .left .logo img {
	max-height:60px;
}

.top_bg .right {
	float: right;
	width: 190px;
	background: url(images/tel.jpg) no-repeat center left;
	margin: 35px auto  0 auto;
	height: 53px;
	font-size: 16px;
	color: #333;
	padding-left: 60px;
	display: block;
	font-weight: bold;
}
.top_bg .right span {
	font-size: 22px;
	color: #f57703;
	padding-top: 5px;
}

.menu {
	height: 45px;
	line-height: 45px;
	background-color:#005dad;
	width:100%;
}
.menu ul li{
	float: left;
	text-align: center;
	background: url(../images/nav_l.jpg) no-repeat right center;
}
.menu ul li:last-child {
	background:none;
}
.menu ul li a {
	font-size: 14px;
	color: #fff;
	display: block;	
	padding:0 56px;	
}
.menu ul li a:hover {
	background: #f57703;
	color: #fff;
}
.menu ul li a.cur {
	background: #f57703;
	color: #fff;
}

/* -- slideShow -- */
.slideShow {
 position: relative;
 margin: 0 auto 10px;
 padding: 0;
 *zoom: 1;
}
.slideShow .slides a {
 display: block;
 height: 560px;
 background-repeat: no-repeat;
 background-position: center center;
}
.slideShow .slideBox {
 background: #fff;
 /*fix other elements on the page moving (on Chrome)*/
 -webkit-transform: translatez(0);
 -moz-transform: translatez(0);
 -ms-transform: translatez(0);
 -o-transform: translatez(0);
 transform: translatez(0);
}
/* -- slideLoading -- */
.slideShow .slideLoading {
 min-height: 50px;
 background: url(images/slide_loader.gif) center center no-repeat #fff;
 height: 100%;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 60;
}
/* -- previous 和 next 按钮 -- */
.slideShow .arrowBox a {
 z-index: 70;
 font-family: \5b8b\4f53, sans-serif;
 position: absolute;
 display: block;
 margin-bottom: -20px;
 width: 40px;
 height: 40px;
 bottom: 50%;
 line-height: 40px;
 text-decoration: none;
 text-align: center;
 color: #fff;
 font-size: 2em;
 background-color: #333;
 background-color: rgba(50, 50, 50, .3);
}
.slideShow .arrowBox a.disabled {
 display: none;
}
.slideShow .arrowBox .arrowPrev {
 left: 20px;
}
.slideShow .arrowBox .arrowNext {
 right: 20px;
}
.slideShow .arrowBox a:hover {
 background-color: rgba(50, 50, 50, .6);
}
/* -- controlBox -- */
.slideShow .controlBox {
 z-index: 70;
 position: absolute;
 bottom: 10px;
 width: 100%;
 text-align: center;
 font-size: .85em;
 font-family: Arial;
 font-weight: bold;
 color: #666;
}
.slideShow .controlBox .control {
 display: inline-block;
 *zoom: 1;
 *display: inline;
}
.slideShow .controlBox.controlDefault a {
 background: url(images/inactive.png) no-repeat 50% 50%;
 text-indent: -9999px;
 overflow:hidden;
 width: 20px;
 height: 30px;
 clear: none;
 display: block;
}
.slideShow .controlBox.controlDefault a:hover, .slideShow .controlBox.controlDefault a.active {
 background: url(images/active.png) no-repeat 50% 50%;
}
/* -- slideTitle -- */
.slideShow .slideTitle {
 z-index: 70;
 position: absolute;
 bottom: 0;
 left: 0;
 background: #666\9;
 background: rgba(80, 80, 80, 0.75);
 width: 100%;
}
.slideShow .slideTitle span {
 color: #fff;
 display: block;
 font-size: .85em;
 padding: 15px 10px;
}
/* -- sileThumb -- */
.slideShow .sileThumb {
 z-index: 70;
 text-align: center;
 position: absolute;
 bottom: 8px;
 right: 8px;
}
.slideShow .sileThumb a {
 margin: 0 3px;
}
.slideShow .sileThumb a img {
 border: solid #B0B0B0 1px;
}
.slideShow .sileThumb a.active img {
 border: solid #19B4EA 1px;
}
.product {
	margin: 50px auto 0 auto;
	width: 1180px;
	height: 750px;
	overflow: hidden;
}

.list_left {
	float: left;
	width: 220px;
}
.list {
	float: left;
	width: 220px;
	background: #f3f3f3;
}
.list .list_t {
	height: 100px;
	text-align: center;
	background-color:#005dad;
	display: block;
}
.list .list_t h3 a {
	font-size: 24px;
	color: #fff;
	display: block;
	font-weight: bold;
	text-align: center;
	padding-top: 32px;
}
.list .list_t h3 p {
	font-size:14px;
	color: #fff;
	display: block;
	font-weight: normal;
	text-align: center;
}
.list .list_con {
	width: 220px;
}

#menu, ul#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu a {
	display: block;
	text-decoration: none;
}
#menu li {
	line-height: 30px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	margin: 0px auto;
}
#menu li .first {
	background: url(images/list.jpg) no-repeat center;
	height: 42px;
	width: 192px;
	margin: 15px 13px 10px 13px;
	font-weight: bold;
}
#menu li a.first {
	height: 42px;
	font-size: 15px;
	color: #fff;
	line-height: 42px;
	display: block;
	text-align: center;
}
#menu li ul li {
	height: 35px;
	line-height: 35px;
}
#menu li ul li a {
	color: #333;
	font-size: 14px;
	text-align: left;
	padding-left: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#menu li ul li a:hover {
	background: #F8F7F3;
	color: #333;
}


#tab {
	width: 932px;
	position: relative;
	margin: 0 auto 0 20px;
	float: right;
}
#tab .tab_menu {
	width: 100%;
	float: left;
	position: absolute;
	z-index: 1;
	background: url(../images/chanpin_t.jpg) no-repeat bottom center;
}
#tab .tab_menu li {
	float: left;
	line-height: 46px;
	cursor: pointer;
	text-align: center;
	margin: 0px 37px 0px 0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
#tab .tab_box {
	width: 932px;
	height: 200px;
	clear: both;
	position: relative;
	float: right;
}
#tab .tab_menu .selected {
	cursor: pointer;
	color: #39a20a;
	height: 46px;
	font-weight: bold;
}
#tab .more {
	float: right;
	line-height: 46px;
}
#tab .more a {
	font-size: 14px;
	color: #333;
}
#tab .tab_box ul li {
	width: 220px;
	height: 205px;
	float: left;
	margin: 30px 13px 5px 0;
	background: #f2f2f2;
}
#tab .tab_box ul li a {
	color: #333;
}
#tab .tab_box ul li p a {
	width: 212px;
	text-align: center;
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
#tab .tab_box ul li.last {
	overflow: none;
}
#tab .tab_box ul li img {
	padding: 2px;
	width: 216px;
	height: 161px;
}
#tab .hide {
	display: none;
}
#tab .tab_box div {
	padding: 10px 0;
}

.list_left .contact {
	margin-top: 15px;
	width: 218px;
	background: #f6f6f6;
	border: 1px solid #dfdfdf;
	height: 176px;
	float: left;
}
.list_left .contact h5 {
	font-size: 14px;
	color: #39a20a;
	font-weight: bold;
	height: 25px;
	border-bottom: 1px solid #dfdfdf;
	line-height: 25px;
	padding-left: 5px;
}
.list_left .contact p {
	font-size: 12px;
	color: #333;
	margin: 8px 5px;
}



.hengfu {
	margin: 50px auto 0 auto;
	width: 100%;
	height: 200px;
	background: url(images/hengfu.jpg)  no-repeat center;
}


.about_bg {
	width: 100%;
	height: 512px;
	background: #efeff1 url(../images/ab_bg.jpg) no-repeat bottom center;
	margin: 0 auto;
}
.about_bg .about {
	width: 1180px;
	margin: 0 auto;
}
.about_bg .about .ab_img {
	width: 502px;
	height: 399px;
	margin: 60px auto 0 auto;
	background: url(../images/img_y.jpg) no-repeat bottom;
	float: left;
}
.about_bg .about .ab_img img {
	width: 502px;
	height: 382px;
	border: 1px solid #dbdbdb;
}
.about_bg .about .ab_right {
	float: left;
	width: 630px;
	margin-left: 20px;
}
.about_bg .about .ab_nr {
	height: 185px;
	padding-top: 48px;
}
.about_bg .about .ab_nr .biaoti {
	height: 40px;
	border-bottom: 1px solid #dcdcdc;
}
.about_bg .about .ab_nr .biaoti h3 a {
	font-size: 24px;
	color: #333;
	line-height: 40px;
	font-weight: bold;
	display: block;
}
.about_bg .about .ab_nr p {
	color: #333;
	line-height: 28px;
	margin-top: 10px;
	height: 80px;
	overflow: hidden;
}
.about_bg .about .ab_nr .xq {
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
	width: 92px;
	height: 30px;
	background: #f46d00;
}
.about_bg .about .ab_nr .xq a {
	color: #fff;
	line-height: 30px;
}



.fengcai {
	width: 630px;
	height: 230px;
	margin: auto;
}
.fc_title {
	width: 630px;
	margin: 10px auto 0 auto;
	height: 35px;
	border-bottom: 1px solid #005dad;
}
.fc_title h3 a {
	font-size: 16px;
	color: #005dad;
	float: left;
	padding-right: 10px;
	font-weight: bold;
	display: block;
}
.fc_title .more {
	font-size: 14px;
	color: #005dad;
	float: right;
}
.fc_box {
	width: 630px;
	margin: 0 auto;
	height: 200px;
}

/********图片滚动********/
.gd_02 {
	position: relative;
	height: 250px;
	margin: 0 0px;
}
.gd_02 em {
	position: absolute;
	top: 4027px;
	height: 43px;
}
.gd_02 .t_l {
	left: 0px;
}
.gd_02 .t_r {
	right: -205px;
}
.gd_02 #simgs2 {
	margin: 0 0;
}
.gd_02 li {
	float: left;
	width: 190px;
	height: 175px;
	text-align: center;
	padding-top: 20px;
	margin: 0 20px;
}
.gd_02 li.last {
	padding-right: 0;
}
.gd_02 li img {
	display: block;
	width: 182px;
	height: 117px;
	border: 4px solid #005dad;
}
.gd_02 .fl {
	float: left;
}
.gd_02 .fr {
	float: right;
}
.gd_02 .pa {
	position: absolute;
}
.gd_02 .pr {
	position: relative
}
.gd_02 #simgs2 a {
	font-size: 14px;
	color: #333;
}

.ysbg {
	width: 100%;
	background: url(images/ys_bg.jpg) no-repeat center;
	height: 1022px;
	margin: 0 auto;
	position: relative;
}
.ysbg .zx {
	width: 190px;
	right: 0px;
	position: absolute;
	top: 65px;
}
.ysbg .zx .zx1 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
}
.ysbg .zx img {
	margin: 10px 0 20px 0px;
}
.ysbg .ys_title {
	margin: 0 auto;
	width: 1180px;
	height: 79px;
	padding: 80px 0 0 0px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.ysbg .title{
	text-align: center;
	font-size: 26px;
	line-height:80px;
	color: #fff;
}
.ysbg .ys_title p {
	text-align: center;
	font-size: 36px;
	line-height:80px;
	color: #fff;
	font-weight: bold;
}
.ysbg .advantage {
	width: 1180px;
	height: 1022px;
	margin: 0 auto;
	position: relative;
}


.advantage .ys1 {
	position: absolute;
	top: 280px;
	width: 570px;
	height: 200px;
	left: 2%;
}
.advantage .ys1 .yst {
	color: #fff;
	font-size: 24px;
	position: absolute;
	left: 55px;
	font-weight: bold;
}
.advantage .ys1 .yscon {
	color: #fff;
	position: absolute;
	top: 60px;
	left: 32px;
}
.advantage .ys1 .yscon p {
	line-height: 26px;
}
.advantage .ys2 {
	position: absolute;
	top: 510px;
	left: 2%;
	width: 570px;
	height: 200px;
}
.advantage .ys2 .yst {
	color: #fff;
	font-size: 24px;
	position: absolute;
	left: 55px;
	font-weight: bold;
}
.advantage .ys2 .yscon {
	color: #fff;
	position: absolute;
	top: 60px;
	left: 32px;
}
.advantage .ys2 .yscon p {
	line-height: 26px;
}
.advantage .ys3 {
	position: absolute;
	top: 795px;
	width: 570px;
	height: 200px;
	right:10%;
}
.advantage .ys3 .yst {
	color: #fff;
	font-size: 24px;
	position: absolute;
	left: 35px;
	font-weight: bold;
}
.advantage .ys3 .yscon {
	color: #fff;
	position: absolute;
	top: 60px;
	left: 32px;
}
.advantage .ys3 .yscon p {
	line-height: 26px;
}

.review_bg {
	width: 100%;
	margin: 0 auto;
	background: #e2e2e2 ;
	height: 575px;
}
.review_title {
	padding-top: 30px;
}
.review_title h3 a {
	font-size: 24px;
	color: #005dad;
	text-align: center;
	font-weight: bold;
	display: block;
}
.review_title .more {
	text-align: center;
	display: block;
	margin: 0 auto;
	background: url(images/jz_t.jpg) no-repeat center;
	height: 23px;
}
.review_title .more a {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-align: center;
	display: block;
}
.review {
	width: 1180px;
	height: 410px;
	margin: 40px auto 0 auto;
}
.review ul li {
	width: 280px;
	float: left;
	height: 410px;
	margin: 0 15px 0 0;
	background: #fff url(images/jz_y.jpg) no-repeat bottom center;
}
.review ul li .img {
	width: 280px;
}
.review ul li .img img {
	width: 278px;
	height: 172px;
	border: 1px solid #dbdbdb;
}
.review ul li .neir {
	height: 210px;
	margin-top: 15px;
	padding:15px;
}
.review ul li .neir h5 a {
	color: #333;
	font-weight: bold;
	text-align: center;
	margin: 10px 20px;
	height: 30px;
	border-bottom: 2px solid #bfbfbf;
}
.review ul li .neir p {
	font-size: 12px;
	color: #333;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
}
.review ul li .xq {
	margin: 8px 10px;
	width: 100px;
	float: right;
}
.review ul li .xq a {
	color: #333;
	line-height: 34px;
	text-align: right;
	display: block;
	font-size: 14px;
	background: url(images/buttom2.jpg) no-repeat left center;
	font-weight: bold;
}

.ad1{
	margin:0 auto;
	width: 100%;
	height: 200px;
	background: url(images/ad1.jpg)  no-repeat center;
}

.trends_bg {
	margin: 0 auto;
	width: 100%;
	height: 405px;
}
.trends {
	margin: 0 auto;
	width: 1180px;
	height: 385px;
	padding-top: 20px;
}
.trends .tab_menu {
	width: 710px;
	height: 390px;
	float: right;
}
.tab_menu .ttt {
	width: 710px;
	height: 40px;
	background: url(images/news_t.jpg) no-repeat bottom center;
}
.tab_menu .ttt ul {
	width: 365px;
	float: left;
	height: 40px;
}
.tab_menu li  h3 a {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	display: block;
}
.tab_menu .ttt .gd {
	float: right;
	line-height: 40px;
	padding-right: 5px;
}
.tab_menu .ttt .gd a {
	font-size: 14px;
	color: #333;
}
.tab_menu .ttt li {
	float: left;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	color: #333;
	margin-right: 30px;
}
.tab_menu .ttt li h3 a:hover {
	color: #45b702;
}
.tab_menu .tabcont {
	width: 710px;
	float: left;
	height: auto;
	clear: both;
	margin-top: 10px;
}
.tab_menu .tabcont .tabc {
	width: 710px;
	float: left;
	height: auto;
	clear: both;
}
.tab_menu .tabc .box_nr {
	width: 710px;
	margin: 0 auto;
	height: 150px;
}
.tab_menu .tabc .box_nr img {
	float: left;
	width: 240px;
	height: 120px;
	border: 1px solid #c3c3c3;
	padding: 3px;
}
.tab_menu .tabc .box_nr p {
	float: left;
	margin-left: 15px;
	line-height: 200%;
	text-indent: 2em;
	padding-top: 10px;
	height: 105px;
	overflow: hidden;
	color: #333;
	width: 420px;
}
.tab_menu .tabc .box_nr p a {
	color: #f8922e;
	font-size: 12px;
	margin: 20px 0 0 20px;
}
.tab_menu .tabc .news {

}
.tab_menu .tabc ul li {
	width: 100%;
	float: left;
	line-height: 250%;
	padding-left: 5px;
	background: url(images/buttom1.jpg) no-repeat left;
	border-bottom: 1px dotted #a0a0a0;
	margin-right: 8px;
}
.tab_menu .tabc ul li.last {
	overflow: none;
}
.tab_menu .tabc ul li span {
	font-size: 12px;
	float: right;
	padding-right: 15px;
}
.tab_menu .tabcont .tabc ul li a {
	color: #333;
	float: left;
	padding: 0 5px;
	overflow: hidden;
}
.tab_menu .tabc .box_nr  h5 a {
	float: left;
	margin-left: 15px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}


.trends .que {
	width: 385px;
	float: left;
}
.trends .que .question_title {
	height: 40px;
	background: url(images/wen_t.jpg) no-repeat bottom;
}
.trends .que .question_title h3 a {
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	margin: 0 0px 0 5px;
	font-weight: normal;
	display: block;
}
.trends .que .question_title .more {
	float: right;
	color: #333;
	line-height: 40px;
	margin-right: 5px;
}
.trends .que ul li {
	margin: 12px auto;
	border-bottom: 1px dashed #e1e1e1;
}
.trends .que .question {
	line-height: 200%;
	height: 320px;
	margin: 20px 8px 0 8px;
	overflow: hidden;
}
.trends .wen a {
	color: #333;
	line-height: 20px;
	background: url(images/q.jpg) no-repeat left center;
	padding-left: 25px;
}
.trends .que .question ul li {
	border-bottom: 1px dotted #a0a0a0;
	margin: 12px auto;
}
.trends .da {
	margin: 10px auto;
}
.trends .da p {
	font-size:12px;
	color: #333;
	line-height: 20px;
	background: url(images/a.jpg) no-repeat left top;
	padding-left: 25px;
}

.catenate_bg {
	margin: 0 auto;
	width: 100%;
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
	overflow: hidden;
}
.catenate {
	margin: 0 auto;
	width: 1180px;
}
.catenate .link {
	float: left;
	margin-left: 10px;
}
.catenate .link span {
	font-size: 18px;
	color: #005dad;
	font-weight: bold;
	margin: 12px 0 20px 0px;
	display: block;
}
.catenate .yq a {
	color: #333;
	float: left;
	line-height: 50px;
	text-align: center;
	margin-left: 10px;
}

#footer {
 border-top: 1px solid #DDD;
 background-color: #F5F5F5;
 padding: 30px 0;
 font-size: 14px;
}
#footer .footNav {
 margin-bottom: 10px;
}
#footer .footNav a {
 color: #333;
}
#footer .footNav i {
 margin: 0 12px;
 color: #CACACA;
}
#footer .footNav a.first {
 margin-left: 0;
}
#footer .copyRight, #footer .copyRight a {
 font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
 color: #888;
}
#footer .netSafeRecord {
 margin-left: 10px;
}
#footer .netSafeRecord img {
 vertical-align: bottom;
}

.footer_bg {
	width: 100%;
	margin: 30px auto 0 auto;
	background:#005dad;
	height: 325px;
}
.footer_bg .footer {
	width: 1180px;
	margin: 0 auto;
}
.footer_bg .footer .footer_l {
	width: 240px;
	background: #004e91;
	height: 325px;
	float: left;
}
.footer_bg .footer .footer_l .logo1 {
	margin: 50px auto;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
}
.footer_bg .footer .footer_l .er {
	width: 134px;
	height: 134px;
	background: url(../images/er_bg.jpg) no-repeat center;
	margin: 0 auto;
}
.footer_bg .footer .footer_l .er img {
	width: 124px;
	height: 124px;
	padding: 5px;
}
.footer_right {
	width: 926px;
	float: right;
}
.footer_right .footer_menu {
	width: 930px;
	height: 45px;
	background: #004e91;
	margin-top: 40px;
}
.footer_right .footer_menu ul li {
	width: 93px;
	float: left;
	line-height: 45px;
	text-align: center;
}
.footer_right .footer_menu ul li a {
	font-size: 14px;
	color: #fff;
}
.footer_right .footer_menu ul li a:hover{
	color: #f57703;
}
.footer_right .right_new {
	margin: 15px 0 0 5px;
}
.footer_right .right_new p {
	font-size: 14px;
	margin: 10px 0;
	text-align: left;
	color: #fff;
}
.footer_right .right_new p a {
	color: #fff;
	font-size: 14px;
}
.footer_right .right_new h2 {
	font-weight: normal;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #fff;
}
.textInput{height:24px;}
#douMsg{ line-height:40px; color:#F00; font-weight:bold;}
