/*奕网特科技有限公司 设计*/
html,body{
    width:100%;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	border:0;
}
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	text-decoration:none;
}
a:hover{ text-decoration:none;}
input{ border:0; height:32px;width:180px; line-height:32px; font-size:14px; padding-left:2px;}

.head{
    width:100%;
	height:80px;
	margin:0;
	padding:0;
	background:url(imagesheadbg.gif) repeat-x;
}
.header{
    width:960px;
	height:80px;
	margin:0 auto;
	padding:0;
}
.logo {
    background: url(imageslogo.png) no-repeat;
    height: 80px;
    width: 365px;
	float:left;
}
.login{
    width:595px;
	height:80px;
	float:right;
}
.vip{
    width:595px;
	height:80px;
	text-align:right;
	line-height:80px;
	font-size:14px;
	font-weight:700;
}
.vip a{ color:#003399; text-decoration:none; letter-spacing:1px}
.vip a:hover{ color:#000000; text-decoration:none}
.vip span { padding-left:20px;}
.vip span a{ color:#003399}
.vip span a:hover{ color:#003399}
.menu{
    width:595px;
	height:40px;
	float:right;
	overflow:hidden;
}
.menu ul{
    width:200px;
	height:40px;
	margin:0 0 0 395px;
	list-style:none;
	padding:0;
}
.menu ul li{
    width:98px;
	height:38px;
	line-height:40px;
	float:left;
	font-weight:700;
	text-decoration:none;
	text-align:center;
}
.menu ul li a{ color:#003399; text-decoration:none;}
.menu ul li a:hover{ color: #ff0; text-decoration:none;}

.menul{
    width:98px;
	height:38px;
	border:1px solid #6cb4d6;
	background-color:#b2dae6;
}
.menulh{
    width:98px;
	height:38px;
	border:1px solid #2a94c4;
	background-color:#b2dae6;
}
.menur{
    width:99px;
	height:38px;
	border-top:1px solid #2a94c4;
	border-right:1px solid #2a94c4;
	border-bottom:1px solid #2a94c4;
	background-color:#cde8f1;
}
.menurh{
    width:99px;
	height:38px;
	border-top:1px solid #2a94c4;
	border-right:1px solid #2a94c4;
	border-bottom:1px solid #2a94c4;
	background-color:#b2dae6;
}
/*banner start*/
#banner {
	width:960px;
	height:216px;
	margin:20px auto;
	position:relative;
	overflow:hidden;
	background:#eee;
	box-shadow:10px 5px 15px #ccc;
	border-radius:5px;
	border:1px solid #ccc;
}
#inner {
	display:block;
	width:5760px;
	height:216px;
	position:absolute;
	left:0;
	top:0;
}
#inner li {
	display:block;
	width:960px;
	height:216px;
	float:left;
	font-size:72px;
	line-height:216px;
	text-align:center;
	content:#666;
	text-shadow:3px 3px 2px #999, 5px 5px 2px #ccc;
	background:#eee;
}
#nav {
  width: 100px;
  height: 40px;
  padding-left: 860px;
  position:absolute;
	bottom:0;
	left:0;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#nav em {
	display:block;
	float:left;
	width:24px;
	height:24px;
	margin-right:8px;
	margin-top:8px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	color:#333;
	font-style:normal;
	font-family:Arial;
	background:#eee;
	border-radius:12px;
	cursor:pointer;
}
#nav .ehover {
	background:#360;
	color:#fff;
}
#left, #right {
	width:40px;
	height:60px;
	position:absolute;
	top:80px;
	background:#333;
	opacity:0.4;
	color:#fff;
	font-size:36px;
	text-align:center;
	line-height:60px;
	cursor:pointer;
}
#left:hover, #right:hover {
	opacity:0.8
}
#left {
	left:0;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
#right {
	right:0;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
/*banner end*/

/*mian*/
.main{
    width:960px;
	height:460px;
	margin:10px auto;
	padding:0;
}
.mainleft{
    width:702px;
	overflow:hidden;
	float:left;
}
.mainright{
    width:245px;
	float:right;
	overflow:hidden;
}
/*tabs*/
.tab{
	width: 702px;
	height:225px;
	overflow:hidden;
	margin-top:10px;
}
#tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li {
	float: left;
	margin: 0 .5em 0 0;
}
#tabs a {
	position: relative;
	background: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(to bottom, #fff, #ddd);
	padding: .7em 2em;
	float: left;
	text-decoration: none;
	color: #444;	font-size:14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}
 #tabs a:hover, #tabs a:hover::after, #tabs a:focus, #tabs a:focus::after {
 background: #fff;
}
#tabs a:focus {
	outline: 0;
}
 #tabs a::after {
 content:'';
 position:absolute;
 z-index: 1;
 top: 0;
 right: -.5em;
 bottom: 0;
 width: 1em;
 background: #ddd;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
 background-image: -webkit-linear-gradient(top, #fff, #ddd);
 background-image: -moz-linear-gradient(top, #fff, #ddd);
 background-image: -ms-linear-gradient(top, #fff, #ddd);
 background-image: -o-linear-gradient(top, #fff, #ddd);
 background-image: linear-gradient(to bottom, #fff, #ddd);
 -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 -webkit-transform: skew(10deg);
 -moz-transform: skew(10deg);
 -ms-transform: skew(10deg);
 -o-transform: skew(10deg);
 transform: skew(10deg);
 -webkit-border-radius: 0 5px 0 0;
 -moz-border-radius: 0 5px 0 0;
 border-radius: 0 5px 0 0;
}
 #tabs #current a, #tabs #current a::after {
 background: #6cd0f5;
 z-index: 3;
}
#content {
	background: #fff;
	padding: 1em;
	height: 158px;
	position: relative;
	z-index: 2;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	box-shadow:5px #c9c9c9;
    -moz-box-shadow: 0 0 5px #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;
	border: 1px solid #E2E2E2;
}
#content  ul{
    width:636px;
	height:160px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#content  ul li{
    width:636px;
	height:30px;
	line-height:30px;
	float:left;
	overflow:hidden;
}
#content  ul li a{ color:#0D71AF; text-decoration:none;	font-size:14px;}
#content  ul li a:hover{ color:#003399; text-decoration: underline}
#content  ul li span{ float:right; font-size:14px}
/*tab end*/
.zizhu{
    width:702px;
	height:200px;
	margin:20px auto;
}
.guanli{
    width:702px;
	height:110px;
	margin:20px auto;
}
.indextit{
    width:702px;
    height:40px;
	background-color:#6bcbca;
	line-height:40px;
	text-indent:1em;
	color:#FFFFFF;
	font-weight:700;
	font-size:14px;
}
.indextit a{ color:#fff}
.indextit a:hover{ color:#666;text-shadow: #fff 0 1px;}
.indexcon{
    width:690px;
	height:168px;
	padding-top:10px;
	padding-left:10px;
	border: 1px solid #E2E2E2;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	box-shadow:5px #c9c9c9;
    -moz-box-shadow: 0 0 5px #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;
}
.indexcon ul{
    width:700px;
	height:180px; 
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
.indexcon  ul li{
    width:636px;
	height:30px;
	line-height:30px;
	float:left;
	overflow:hidden;
}
.indexcon  ul li a{ color:#0D71AF; text-decoration:none;	font-size:14px;}
.indexcon  ul li a:hover{ color:#003399; text-decoration: underline}
.indexcon ul li span{ float:right; font-size:14px}

.indexcon2{
    width:700px;
	height:50px;	
	border: 1px solid #E2E2E2;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	box-shadow:5px #c9c9c9;
    -moz-box-shadow: 0 0 5px #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;
}
.carmanageMenu {
    margin: 5px auto;
    border-bottom: 1px dashed #DDDDDD;
    height: 30px;
    line-height: 30px;
    width: 670px;
}
.carmanageMenu span {
    background: url(imagesindex_18.png) no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 7px 4px 0 0;
    float: left;
}
.carmanageMenu a, .carmanageMenu em {
    float: left;
}
.carmanageMenu a {
    color: #0D71AF; font-size:12px;
}
.carmanageMenu em {
    margin: 0 10px; font-size:12px;font-style: normal;
}
.carmanageMenu span.menu2 {
    background-position: 0px -60px;
}
.carmanageMenu span.menu3 {
    background-position: 0px -90px;
}
.carmanageMenu span.menu4 {
    background-position: 0px -150px;
}
.loginup{
    width:240px;
	height:223px;
	margin:10px auto;
	background:url(imagesloginup.png) no-repeat;
	border: 1px solid #E2E2E2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

}
.loginup1{
    height:30px;
	line-height:30px;
	text-indent:1em;
	color:#FFFFFF;
	font-weight:700;	font-size:14px;}
	
.loginup2{
    height:54px;
	padding-top:14px;
	padding-left:49px;
	line-height:44px;
	color: #999999}
.loginup3{
    height:54px;
	line-height:44px;
	padding-left:49px;
	padding-top:2px;
	color: #999999}
.loginup4{
    height:80px;
	line-height:70px;
	padding-left:118px;
	font-weight:700;
	}
.loginup4 a{ color:#FFFFFF;	font-size:14px;}
.loginup4 a:hover{ color:#FF0;}
.erweima{
    width:240px;
	height:220px;
	margin-top:10px;
    border: 1px solid #E2E2E2;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #c9c9c9;
    -moz-box-shadow: 0 0 5px #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;
}
.erweimat{
    width:100%;
	height:40px;
	line-height:40px;
	font-weight:700;
	text-indent:1em;
	background-color:#5f90b0;
	color:#FFFFFF;	font-size:14px;
}
.erweimab{
	margin-top:6px;

}
.erweima img{
    width:160px;
	height:160px;
	padding:10px 42px 10px 38px;
}
.contect{
    width:240px;
	height:220px;
	margin-top:10px;
    border: 1px solid #E2E2E2;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #c9c9c9;
    -moz-box-shadow: 0 0 5px #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;
}
.contect img{
    width:90px;
	height:90px;
	padding-left:75px;
	padding-top:5px;
}
.contectt{
    width:100%;
	height:40px;
	line-height:40px;
	font-weight:700;
	text-indent:1em;
	background-color:#5f90b0;
	color:#FFFFFF;	font-size:14px;
}
.contectc{
    width:70%;
	height:75px;
	padding:5px 30px 5px;
	line-height:30px;
	font-size:12px;}
.contectc p{
    height:16px;
	line-height:16px;
}
.contect_b{
    width:240px;
	height:313px;
	margin-top:20px;
    border: 1px solid #E2E2E2;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #c9c9c9;
    -moz-box-shadow: 0 0 5px #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;
}
.contect_b img{
    width:130px;
	height:130px;
	padding-left:55px;
	padding-top:6px;
}
.contectc_b{
    width:200px;
	height:127px;
	padding:5px 20px 5px;
	line-height:30px;
	font-size:14px;}
.contectc_b p{
    height:25px;
	line-height:25px;
}
	
.foot{
    width:100%;
	height:70px;
	margin:20px 0 0 0;
	padding:0;
	background-color: #666699;
}
.footer{
    width:960px;
	height:70px;
	margin:0 auto;
	padding:0;
}
.footerleft {
    float: left;
    padding-left: 10px;
    font-family: '微软雅黑';
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    padding-top: 28px;
    width: 30%;
}
.copyright {
    float: right;
    padding-left: 10px;
    font-family: '微软雅黑';
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    padding-top: 28px;
    text-align: right;
    width: 30%;
}
.design {
    color: #FFFFFF;
}
.design a{
    color: #FFFFFF;
}
.design a:hover{
    color: #FF0;
}

/*列表页*/
.listpage{
    width: 960px;
    height: 570px;
    margin: 10px auto;
    padding: 0;
}
.listl{
    width:240px;
    float:left
}
.listr{
    width:702px;
    float:right
}
.kjdh{
    width:240px;
	height:220px;
	margin-top:20px;
    border: 1px solid #E2E2E2;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #c9c9c9;
    -moz-box-shadow: 0 0 5px #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;
	overflow:hidden;
}
.kjdh li{
    height:45px;
	line-height:45px;
	font-size:14px;
	color: #0D71AF;
    text-decoration: none;
	text-align:center;
	letter-spacing:5px;
	border-bottom:1px dotted #666;
	}
.kjdh li:hover{ background: #e2e2e2;}

.kjdh li a{
    color: #003399;
    text-decoration: none;
    font-size: 14px;
	font-weight:700;
}
.kjdh li a:hover{
    color: #ff6600;
}

.kjdht{
    width:100%;
	height:40px;
	line-height:40px;
	font-weight:700;
	text-indent:1em;
	background-color: #5f90b0;
	color:#FFFFFF;	font-size:14px;
}

.listrs{
    min-height:492px;
    margin-top:20px;margin-top: 20px;
    border: 1px solid #E2E2E2;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #c9c9c9;
    -moz-box-shadow: 0 0 5px #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;
}
.listrs ul{
    width:702px;
	height:464px;
	border-bottom:1px #666666 dashed;
}
.listrs ul li{
    width:662px;
	height:30px;
	padding:0 20px;
    line-height: 30px;
    float: left;
    overflow: hidden;
}
.listrs ul li a{
    color: #0D71AF;
    text-decoration: none;
    font-size: 14px;
}
.listrs ul li a:hover{
    color: #003399;
    text-decoration: underline;
}
.listrs ul li span{
    float: right;
    font-size: 14px;
}
.clear{ clear:both}
.shpa {
    height: 30px;
    margin: 10px 0;
    float: right;
    padding-right: 250px;
}
.shpa a {
    float: left;
    line-height: 25px;
    height: 25px;
    margin-left: 5px;
    font-size: 14px;
	color:#003399;
    border: 1px solid #E9E9E9;
    padding: 0px 10px;
    width: auto;
}
.shpa b {
    float: left;
    line-height: 25px;
    height: 25px;
    margin-left: 5px;
    font-size: 12px;
    border: 1px solid #E9E9E9;
    padding: 0px 10px;
    width: auto;
    background-color: #6cd0f5;
    color: #FFF;
}

/*内容页*/
.listrs h3{
    height:50px;
	line-height:50px;
    color: #434853;
    background: url(../images/h3-bg.jpg) repeat-x bottom;
    font-size: 18px;
    float: left;
    width: 100%;
}
.newspro {
    width: 704px;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 12px;
    color: #7d7d7d;
    float: left;
    display: inline;    border-bottom: 1px solid #dfe1e4;

}
.newsnr {
    width: 684px;
    min-height:514px;
    padding: 0 10px;
}
.newsnr p{
    padding-bottom:5px;}
.inline {
    color: #a51c30;
    padding-left: 5px;
    display: inline;
}
