/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#333;
	line-height:22px;
	font-family:Arial, "宋体";
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#004a9d;
}
ul, li, ol, dl, dt, dd, p, img, h1, h2, h3, h4 {
	list-style:none;
	margin:0px;
	padding:0px;
	border:none;
}
.clear {
	clear:both;
	line-height:0px;
}
.blue {
	color:#004a9d;
}
.red {
	color:#ff0000;
}
.org {
	color:#ff9000;
}
.fontBold {
	font-weight: bold;
}
/*----------top----------*/
.topbox {
	height:142px;
	border-bottom:1px solid #cccccc;
}
.top {
	width:1000px;
	margin:0 auto;
	position:relative;
}
.logo{
	width:400px;
}
.logo a {
	width:95px;
	position:absolute;
	left:0px;
	top:31px;
	display:block;
	font-size:21px;
	font-family:"微软雅黑";
	color:#0356b2;
	font-weight:bold;
	letter-spacing:2.5px;
	line-height:28px;
}
.logo h1 {
	position:absolute;
	width:230px;
	left:189px;
	top:27px;
	font-size:12px;
	color: #333;
	line-height: 16px;
	font-family:"微软雅黑";
	font-weight:normal;
	letter-spacing:0.9px;
	/* display: inline-block;
      	text-align: justify;
     	text-align-last:justify;
      	text-justify: distribute-all-lines; 这行必加，兼容ie浏览器*/
}
.logo p {
	position:absolute;
	left:0px;
	top:107px;
	font-size:15px;
	width:490px;
	font-family:"微软雅黑";
	color:#0356b2;
	letter-spacing:1.1px;
	font-weight:bold;
}

.navlogo {
	color: #ff0000;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 0px;

}

.toplink {
	width:620px;
	height:45px;
	position:absolute;
	right:0px;
	line-height:45px;
	top:18px;
}
.toplink a {
	float:right;
	margin-left:13px;
} 
.toplink a img {
	padding-right:5px;
	vertical-align:middle;
}
.tc_bj {
	position:absolute;
	width:100%;
	background:#000;
	display:none;
	top:0;
	left:0;
	z-index:999;
}
.tcmain {
	width:480px;
	height:500px;
	background:url(/images/tcmain.png) no-repeat;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-240px;
	z-index:9999;
	display:none;
}
.modal-header {
	padding:9px 15px;
	border-bottom:1px solid #ccc;
	height:30px;
}
.modal-header .close {
	cursor:pointer;
	color:#999;
	margin-top:3px;
	font-size:20px;
	float: right;
	font-weight:bold;
	line-height:20px;
}
.modal-header .close:hover {
	color:#666;
	text-decoration:none;
}
.modal-header h1 {
	line-height:30px;
	font-size:18px;
	width:auto;
	float:left;
	font-family:"黑体", "宋体";
}
.modal-body {
	max-height:400px;
	padding:15px;
	text-align:center;
}
.modal-body p {
	color:#666;
	font-family:"黑体", "宋体";
	font-size:14px;
	line-height:20px;
	margin-bottom:5px;
}
.modal-body img {
	height:370px;
	width:370px;
}
.search {
	position:absolute;
	right:0px;
	top:93px;
	width:252px;
	
}
.topinput {
	width:160px;
	height:28px;
	border:1px solid #afb4b7;
	line-height:26px;
	color:#666;
	padding-left:5px;
	padding-right:85px;
	font-size:12px;
}
.button {
	position:absolute;
	right:3px;
	top:4px;
	width:77px;
	height:24px;
	background:#0d5eca;
	color:#fff;
	text-align:center;
	border:none;
	cursor:pointer;
}
.toptel {
	position:absolute;
	top:62px;
	right:0px;
	text-align:right;
	width:320px;
}
.toptel span {
	color: #ff9000;
	font-size: 14px;
}

.toptel .fuwunu {
	position: absolute;
	top: 36px;
	right: 260px;
	width:500px;
	color: #000;

}
/*----------menu----------*/
.menu {
	width:1000px;
	height:34px;
	margin:0px auto;
}
.menu li {
	width:100px;
	/*width:108px;amos*/
	height:34px;
	float:left;
	text-align:center;
	position:relative;
	z-index:100;
	font-size:14px;
}
.menu li a {
	line-height:34px;
}
.subone {
	display:none;
	width:120px;
	position:absolute;
	z-index:110;
	border-top:2px solid #0655c9;
	top:34px;
	left:-6px;
	background:#fff url(/images/icon4.png) no-repeat top center;
}
.subone a {
	display:block;
	font-size:12px;
}
.subtwo {
	display:none;
	width:1200px;
	height:auto;
	position:absolute;
	padding-top:10px;
	top:34px;
	left:-324px;
	border-top:2px solid #0655c9;
	border-bottom:2px solid #ff9000;
	background:#fff url(/images/icon4.png) no-repeat 372px 0px;
}
.subtwo li {
	width:170px;
	padding:0px 7px;
	float:left;
	height:auto;
	text-align:left;
}
.subtwo li h2 {
	color:#000;
	font-weight:bold;
	font-size:14px;
}
.subtwo li p {
	padding-bottom:15px;
	font-size:12px;
}
.subtwo li a {
	color:#333;
	line-height:25px;
	display:block;
}
.subtwo li a:hover {
	color:#004a9d;
}
/*----------banner----------*/
.bannerbox{width:1000px; height:442px; margin:0 auto; margin-bottom:26px; position:relative; font-family:"微软雅黑";}
#slides{position: absolute; top:0px; left:50%; width:1920px; height:442px; margin-left:-960px;}
.slides_container{width:1920px; height:442px; overflow: hidden; position: relative; }
#slides .next, #slides .prev { position: absolute; top:50%; margin-top:-17px; width:35px; height:35px; display: block; z-index:12; }

.pagination{width:124px; height:15px; overflow:hidden; position:absolute; bottom:5px; left:50%; margin-left:-62px; z-index:10;}
.pagination li {float: left; margin: 0 3px; width:12px; height:12px; text-indent:-999px; overflow:hidden;}
.pagination li a {display: block; width:12px; height:12px; background:url(/images/pagination.png) no-repeat;}
.pagination li.current a{background:url(/images/pagination2.png) no-repeat;}
.caption1{position: absolute; left:461px; top:130px;}
.caption2{position: absolute; left:1920px; top:60px;}
.caption3{position: absolute; left:1920px; top:60px;}
.caption4{position: absolute; left:1920px; top:40px;}
.caption5{position: absolute; left:1920px; top:46px;text-shadow: #525252 1px 1px 1px;}

.slides_container h4{font-size:32px; color:#fff; margin-bottom:10px; color:#fff; line-height:40px; width: 800px; font-weight:bold;}
.slides_container p{font-size:14px; font-weight:normal;line-height:22px; color:#fff;}


.caption1 h4{color:#0356b2;}
.caption1 .since {font-size:34px; margin-bottom:20px; color:#ff0000; font-weight:bold;}
.caption1 p{color:#000;}
.caption3 h4 span, .caption4 h4 span{padding-left:25px;}
.caption4 h4{font-size:26px; margin-bottom:5px;}
.caption5 h4{font-size:26px; margin-bottom:5px;color:#fff;}
.caption5 p{font-size:14px;}



/*----------main----------*/
.main {
	width:1000px;
	height:664px;
	margin:20px auto;
	position:relative;
}
.youshi {
	width:322px;
	height:205px;
	border-bottom:1px solid #dedede;
	position:absolute;
}
.youshi h1 {
	width:100%;
	height:22px;
	line-height:22px;
	font-size:16px;
	color:#004a9d;
	margin-bottom:22px;
	font-weight:normal;
	font-family:"微软雅黑";
}
.focus {
	width:320px;
	height:159px;
	border:1px solid #dedede;
	background:#f8f8f8;
	position:relative;
}
.f320x159 {
	width:320px;
	height:159px;
	overflow:hidden;
}
.f320x159 p {
	text-indent:2em;
	width:300px;
	margin-left:8px;
	padding-top:5px;
	color:#777777;
	line-height:24px;
}
.aboutmore {
	/*font-style:italic;*/
	color:#ff9000;
	font-size:12px;
	text-transform:uppercase;
	float:right;
}
.rslides {
	width:100%;
	position:relative;
	list-style:none;
	padding:0
}
.rslides_nav {
	display:none;
}
.rslides_tabs {
	position:absolute;
	top:-36px;
	left:70px;
}
.rslides_tabs li {
	float:left;
	margin-right:5px
}
.rslides_tabs a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:7px;
	height:7px;
	background:url(/images/rslides_tabs.gif) no-repeat;
}
.rslides_tabs .rslides_here a {
	background:url(/images/rslides_tabs2.gif) no-repeat;
}
.newsbox {
	position:absolute;
	width:640px;
	height:205px;
	right:0px;
}
.newstitle {
	width:100%;
	height:46px;
	overflow:hidden;
	background:url(/images/nav_list.gif) no-repeat 69px 1px;
}
.newstitle li {
	width:80px;
	float:left;
	height:46px;
	line-height:22px;
	font-size:16px;
	color:#7f8c8c;
	cursor:pointer;
	font-family:"微软雅黑";
}
.jinn {
	background:url(/images/icon4.png) no-repeat 29px 23px !important;
	color:#004a9d !important;
}
.newslist {
	width:100%;
	overflow:hidden;
}
.newsnone {
	display:none;
}
.newslist img {
	float:left;
	width:217px;
	height:160px;
	float:left;
	display:block;
}
.newslist ul {
	width:405px;
	float:right;
}
.newslist li {
	width:100%;
	height:26px;
	overflow:hidden;
	background:url(/images/icon5.gif) no-repeat 0px 7px;
}
.newslist li a {
	padding-left:20px;
	overflow: hidden;
}
.newslist li span {
	color:#999;
	padding-left:10px;
	float:right;
}
.newslist p {
	clear:both;
	text-align:right;
}
.casebox {
	position:absolute;
	top:256px;
	left:0;
	width:1000px;
}
.casebox h2, .linksbox h2 {
	font-family:"微软雅黑";
	font-weight:normal;
	font-size:16px;
	color:#7f8c8c;
	border-top:1px solid #ddd;
	height:20px;
}
.casebox h2 span, .linksbox h2 span {
	position:absolute;
	top:-10px;
	left:0;
	display:block;
	padding-right:25px;
	background:#fff url(../images/icon6.gif) no-repeat right center;
}
.casebox h2 p, .linksbox h2 p {
	position:absolute;
	top:-10px;
	right:0;
	background:#fff;
	display:block;
	padding-left:10px;
}
.proleft, .linksleft {
	width:18px;
	height:18px;
	display:block;
	background:url(/images/icon7.gif) no-repeat;
	cursor:pointer;
	float:left;
}
.proleft:hover, .linksleft:hover {
	background:url(/images/icon8.gif) no-repeat;
}
.proright, .linksright {
	width:18px;
	height:18px;
	display:block;
	background:url(/images/icon9.gif) no-repeat;
	cursor:pointer;
	float:left;
	margin-left:6px;
}
.proright:hover, .linksright:hover {
	background:url(/images/icon10.gif) no-repeat;
}
.caselist {
	width:100%;
	height:269px;
	position:relative;
	overflow:hidden;
}
.caselist ul {
	width:1000%;
	position:absolute;
	left:0;
	top:0;
}
.caselist li {
	float:left;
	width:231px;
	height:269px;
	margin-right:25px;
}
.caselist li img {
	width:217px;
	height:159px;
	display:block;
	padding:6px;
	border:1px solid #e1e1e1;
}
.caselist li img:hover, .linkslist li img:hover {
	border:1px solid #004a9d;
}
.caselist li span {
	background:#eeeeee;
	display:block;
	padding:5px 10px;
}
.caselist li span strong {
    display:block;
    overflow:hidden;
    height:20px;
}
.linksbox {
	position:absolute;
	top:564px;
	left:0;
	width:1000px;
}
.linkslist {
	width:100%;
	height:76px;
	position:relative;
	overflow:hidden;
}
.linkslist ul {
	width:1000%;
	position:absolute;
	left:0;
	top:0;
}
.linkslist li {
	float:left;
	width:147px;
	height:76px;
	margin-right:23px;
}
.linkslist li img {
	border:1px solid #eae9e9;
	width:145px;
	height:74px;
}
.footbox {
	background:#107db5;
}
.foot {
	margin:0 auto;
	width:1000px;
	height:100%;
	overflow:hidden;
	color:#fff;
}
.foot dl {
	width:120px;
	height:100%;
	overflow:hidden;
	float:left;
	padding-bottom:12px;
}
.foot dl dt {
	width:100%;
	height:46px;
	padding-top:7px;
	line-height:46px;
	font-size:15px;
	color:#fff;
	font-weight:bold;
}
.foot a{
	color:#fff;
}
.foot a:hover {
	text-decoration:underline;
}
.copybox{
	width:1000px;
	margin:10px auto;
	position:relative;
}
.copylink
{
    float:left;
}
.copyright
{
    float:right;
}
.type{
	width:730px;
	margin:250px auto 0px auto;
}
.typetitle{
	background:url(/images/404title.png) no-repeat center bottom;
	width:520px;
	margin:0px auto 110px auto;
}
.typelink{
	background:url(/images/404link.png) no-repeat center bottom;
	height:48px;
	line-height:48px;
	font-family:"微软雅黑";
	font-size:16px;
	text-align:center;
	font-weight:bold;
}
.typeback{
	background:url(/images/404icon1.png) no-repeat left center;
	padding-left:22px;
}
.typehome{
	background:url(/images/404icon2.png) no-repeat left center;
	padding-left:22px;
	margin:0px 32px;
}
.typeproduct{
	background:url(/images/404icon3.png) no-repeat left center;
	padding-left:22px;
}
.typetext{
	font-family:"微软雅黑";
	text-align:center;
	font-weight:bold;
	background:url(/images/404text.png) no-repeat center top;
	line-height:26px;
	padding-top:8px;
}
#countDown{
	color:#0068d2;
}

/*添加的*/

body {

	line-height:22px;
	font-family:Webfont,Arial,Verdana,Helvetica,sans-serif;
	letter-spacing: 0.3px;
}

.hangye li{
	folt:left;
}


 .a_youshi {
            width:318px;
            height:200px;
           
        }

.a_youshi img {
    width:318px;
    height:112px;
    padding-left:1px;
}
.f320x159 {
	width:320px;
	height:192px;
	overflow:hidden;
}

.f320x159 p {
    text-indent: 1.5em;
    text-align: justify;
    width: 300px;
    margin-left: 8px;
    padding-top: 0px;
    color: #4c4c4c;
    line-height: 24px;
    font-weight: normal;
    font-size:15px;
    font-family:Webfont,Arial,Verdana,Helvetica,sans-serif;
}

.main {
	height:780px;
}

.linksbox {
	top:576px;
}

.focus {
	width:320px;
	height:184px;
	border:1px solid #dedede;
	background:#f8f8f8;
	position:relative;
}

.aboutmore {
	
	position:absolute;
	left:244px;
	top:161px;
}

.linkslist {
	width:100%;
	height:180px;
	position:relative;
	overflow:hidden;
}

.linkslist li {
	float:left;
	width:147px;
	height:76px;
	margin-right:23px;
	padding-top: 12px;
}

.newslist li a {
	/*font-size: 14px;*/
}<!--0.00020503997802734-->