@charset "utf-8";

#adv {
	width: 100%;
	height: 350px;
	margin: 0 0 10px 0;
	position: relative;
	overflow: hidden;
}
#adv .adv {
	width: 1920px;
	height: 350px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

#content {
	float: left;
	width: 100%;
	margin: 0 0 60px 0;
}
.content .left {
	float: left;
	width: 235px;
}
.content .left .title {
	width: 235px;
	height: 60px;
	line-height: 60px;
	background: #007fe9;
}
.content .left .title p {
	color: #fff;
	font-size: 21px;
	padding: 0 0 0 35px;
}
.content .left ul li {
	width: 233px;
	height: 38px;
	line-height: 38px;
	margin: 10px 0 0;
	border: 1px solid #ccc;
	background: url(../images/link_bg.png) repeat-x center;
}
.content .left ul li a {
	display: block;
	color: #333;
	font-size: 16px;
	padding: 0 0 0 35px;
}
.content .left ul li a:hover, .content .left ul li.on a{
	color: #fff;
	background: #007fe9;
}

#menu span {
	display: inline-block;
	padding: 0 0 5px 0;
}
#menu span h3{ 
	cursor:pointer; 
	color:#666; 
	font-size:15px;
	line-height: 32px;
	font-weight: normal; 
	padding:0 0 0 35px;
}
#menu span h3 a {
	color:#666; 
	display: block;
	padding: 0 0 0 10px;
	background: url(../images/menu_li.png.html) no-repeat left -19px;
}
#menu span h3 a:hover {
	color: #007fe9;
}
#menu .no { 
	display:none;
}
#menu .on {
	color: #007fe9;
}

.custom {
	border: 1px solid #ccc;
	margin: 10px 0 0;
}
.custom dt {
	position: relative;
	width: 233px;
	height: 38px;
	line-height: 38px;
	background: url(../images/link_bg.png) repeat-x center;
	cursor: pointer;
}
.custom dt span {
	display: inline-block;
	color: #333;
	font-size: 16px;
	padding: 0 0 0 35px;
}
.custom dt img {
	position: absolute;
	right: 20px;
	top: 15px;
}
.content .left .link a:hover, .content .left .link a.on {
	color: #007fe9;
}
.custom dd {
	padding: 0 0 5px 0;
}
.custom dd a { 
	cursor:pointer; 
	color:#666; 
	font-size:15px;
	line-height: 32px;
	font-weight: normal; 
	padding:0 0 0 35px;
}
.custom dd a:hover {
	color: #007fe9;
}
.custom dd a.on {
	color: #007fe9;
}

.us {
	width: 233px;
	border: 1px solid #ccc;
	margin-top: 20px;
}
.us a {
	display: block;
	float: left;
	color: #666;
	width: 100px;
	height: 74px;
	border: 1px solid #ccc;
	margin: 7px;
}
.us a.wx {
	background: url(../images/hwx.png) no-repeat center 10px;
}
.us a.wx:hover {
	background: url(../images/hwx2.png) no-repeat center 10px;
}
.us a.xl {
	background: url(../images/hxl.png) no-repeat center 10px;
}
.us a.xl:hover {
	background: url(../images/hxl2.png) no-repeat center 10px;
}
.us a.tel {
	background: url(../images/htels.png) no-repeat center 10px;
}
.us a.tel:hover {
	background: url(../images/htels2.png) no-repeat center 10px;
}
.us a.index {
	background: url(../images/hindex.png) no-repeat center 10px;
}
.us a.index:hover {
	background: url(../images/hindex2.png) no-repeat center 10px;
}

.us a span {
	display: block;
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
}
#showdiv {display: none;height: 100%;left: 0;position: fixed;top: 0;width: 100%; background: url(../images/tmbg.png);padding: 200px 0;z-index: 99;}
#close {background: #333 none repeat scroll 0 0;border: 1px solid #4d4d4d;color: #fff;cursor: pointer;font-size: 14px;font-weight: bold;height: 27px;line-height: 27px;margin: 0 auto;text-align: center;width: 200px;}
#testdiv {background: #f2f2f2 none repeat scroll 0 0;border: 1px solid #4d4d4d;height: 330px;margin: 0 auto;width: 300px;}
#testdiv p {float: left;font-size: 18px;margin: auto auto auto 100px;width: 300px;}

.content .right {
	float: right;
	width: 900px;
	
}
.content .right .position {
	color: #666;
	font-size: 14px;
	height: 59px;
	border-bottom: 1px dashed #ccc;
}
.content .right .position p {
	float: left;
	height: 27px;
	line-height: 35px;
	margin: 15px 0 0 0;
	padding: 0 0 0 30px;
	background: url(../images/position.png) no-repeat 2px center;
}
.content .right .position p a {
	color: #666;
	margin: 0 6px;
}
.content .right .con {
	padding: 20px 0;
}
.content .right .con > p {
	color: #666;
	font-size: 14px;
	text-indent: 2em;
	line-height: 32px;
}


/*产品展示*/
.content .con .pro li {
	float: left;
	width: 250px;
	height: 250px;
	border: 1px solid #ccc;
	margin: 20px 23px;
	overflow: hidden;
	text-align: center;
}
.content .con .pro li:hover {
	border: 1px solid #007fe9;
}
.content .con .pro li img {
	width: 250px;
	height: 200px;
}
.content .con .pro li a {
	display: inline-block;
	color: #e71721;
	font-size: 16px;
	line-height: 42px;
}
.content .con .page {
	font-size: 14px;
	margin: 30px 0 0 0;
	text-align: center;
}
.content .con .page a {
	color: #666;
	margin: 0 10px;
}
.content .con .page a:hover {
	color: #005ca2;
}
.content .con .page a.on {
	color: #ff0000;
	/*font-weight: bold;*/
}
.content .con .page span {
	color: #666;
	margin: 0 10px;
}
.content .con .page span i {
	color: #ff0000;
	margin: 0 2px;
}

.mod18 { 
   width: 900px;
   border: 1px solid #ccc;
   position: relative;
}
.mod18 .picBox {
   width: 760px;
   height: 500px;
   margin: 0 auto;
   overflow: hidden;
   position: relative;
}
.mod18 .picBox ul.cf {
   width: 760px;
   height: 500px;
   position: absolute;
   left: 0px;
}
.mod18 .picBox ul.cf li { 
   width: 760px;
   height: 500px;
   margin: 0 auto;
   float: left;
}
.mod18 .picBox ul.cf li img {
   width: 100%;
   height: 100%;
}
.mod18 .listBox {
   width: 900px;
   height: 120px;
   margin: 20px auto 0px;
   border-top: 1px solid #ccc;
   overflow: hidden;
   position: relative;
}
.mod18 .listBox ul.cf {
   position: absolute;
   top: 10px;
}
.mod18 .listBox ul.cf li {
   float: left;
   cursor: pointer;
}
.mod18 .listBox ul.cf li img {
   width: 146px;
   height: 94px;
   margin: 0 10px;
   border: 1px solid #fff;
}
.mod18 .listBox ul.cf li.on img {
   border: 1px solid #007fe9;
}
.mod18 .btn{ 
   width: 34px;
   height: 70px;
   position:absolute;
   top: 200px;
   cursor:pointer;
   z-index: 3;
}
.mod18 #prevTop { 
   left: 15px;
   background: url(../images/mod18_bg.png) no-repeat left 0px;
}
.mod18 #nextTop{ 
   right: 15px;
   background: url(../images/mod18_bg.png) no-repeat right 0px;
}
.jieshao {
	margin-top: 60px;
}
.jieshao .hd {
	height: 36px;
}
.jieshao .hd ul li {
	float: left;
	color: #fff;
	font-size: 15px;
	width: 122px;
	height: 36px;
	line-height: 36px;
	margin-right: 5px;
	text-align: center;
	background: #979797;
	cursor: pointer;
}
.jieshao .hd ul li.on {
	background: #007fe9;
}
.jieshao .bd ul {
	margin-top: 20px;
}
.jieshao .bd ul p {
	color: #333;
	font-size: 15px;
	line-height: 26px;
}



/*新闻*/
.content .con .news li {
	height: 59px;
	line-height: 59px;
	border-bottom: 1px dashed #ccc;
}
.content .con .news li a {
	color: #666;
	font-size: 14px;
	padding: 0 0 0 25px;
	background: url(../images/icons.png) no-repeat 5px -138px;
}
.content .con .news li a:hover {
	color: #005ca2;
}
.content .con .news li a span {
	float: right;
}

.content .news-deta .title {
	color: #333;
	font-size: 18px;
	text-align: center;
}
.content .news-deta .info {
	color: #666;
	font-size: 12px;
	text-align: center;
	margin: 10px 0;
}
.content .news-deta .news-con {
	color: #666;
	font-size: 14px;
	margin: 30px 0 0 0;
}
.content .news-deta .news-con span.align {
	display: block;
	text-align: center;
	color: #666;
	margin: 10px 0 ;
}
.content .news-deta .news-footer .prev a, .content  .news-deta .news-footer .next a {
	display: block;
	color: #666;
	font-size: 12px;
	margin: 5px 0;
}
.content .news-deta .news-footer .prev a:hover, .content .news-deta .news-footer .next a:hover {
	color: #005ca2;
}
.news-footer .bdsharebuttonbox a {
	display: block;
	height: 30px;
	margin: 10px 3px 0;
}



/*客户服务*/
.content .con form label {
	display: block;
	color: #666;
	font-size: 14px;
	margin: 10px 0 5px 0; 
}
.content .con form label i {
	color: #ff0000;
	font-size: 16px;
	margin: 0 5px;
}
.content .con form input {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	border: 1px solid #ccc;
}
.content .con form input.submit {
	width: 200px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	margin: 20px 0 0 0;
	border: none;
	background: #ff0000;
	cursor: pointer;
}
.content .con form textarea {
	width: 100%;
	height: 150px;
	padding: 5px;
	border: 1px solid #ccc;
}


/*人才招聘*/
.con .hr {
	font-size: 14px;
	margin: 10px 0 40px;
}
.con .hr dt {
	color: #666;
	background: #ddd;
	height: 35px;
}
.con .hr dt span {
	display: inline-block;
	width: 180px;
	height: 35px;
	line-height: 35px;
	padding:0 0 0 10px;
	color: #fff;
	background: #0d89da;
}
.con .hr dd {
	border-bottom: 1px dashed #999;
	padding: 10px 0;
	font-size: 14px;
}
.con .hr dd {
	color: #444;
}
.con .hr dd span {
	display: inline-table;
	margin: 0 0 0 10px;
}
.job {
	width: 900px;
	border: 1px solid #ccc;
	border-top: none;
}
.job .jobs {
	width: 900px;
	height: 210px;
}
.jobs dt {
	float: left;
	color: #333;
	width: 180px;
	height: 209px;
	line-height: 210px;
	text-align: center;
	border-top: 1px solid #ccc;
}
.jobs dd {
	float: left;
	color: #333;
	width: 710px;
	height: 29px;
	line-height: 30px;
	padding: 0 0 0 9px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.jobs dd span {
	display: inline-block;
	width: 90px;
	font-size: 14px;
	border-right: 1px solid #ccc;
}
.jobs dd input {
	width: 600px;
	height: 29px;
	line-height: 29px;
	background: none;
	outline:medium;
	padding: 0 0 0 5px;
}
.jobs dd input.checkbox {
	width: 16px;
	height: 16px;
	border: none;
	margin-left: 5px;
}
.jobs dd label {
	color: #333;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
}
.jobs dd select {
	color: #333;
	width: 90px;
	height: 20px;
	border: 1px solid #ccc;
}
.jobs textarea {
	color: #333;
	width: 709px;
	height: 199px;
	padding: 5px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	outline:medium;
}
.h60 {
	height: 60px !important;
}
.h60 dt {
	height: 59px;
	line-height: 60px;
}
.h150 {
	height: 150px !important;
}
.con .submit, .con .shenhue {
	color: #fff;
	font-size: 14px;
	width: 60px;
	height: 30px;
	background: #005aa1;
	cursor: pointer;
	margin: 20px 100px;
}


/*联系我们*/
.con .contact {
	float: left;
	line-height: 32px;
}
.con .contact dt {
	color: #666;
	font-size: 18px;
}
.con .contact dd {
	color: #666;
	font-size: 14px;
}
.con .img {
	float: right;
}
.con .map {
	margin: 20px 0 0 0;
}


