@charset "utf-8";
/*common start*/
html {
    color: #454545;
    font: 13px/22px "Microsoft Yahei",Tahoma,Verdana,Arial,Helvetica,Sans-Serif;
    margin: 0 auto;
    padding: 0;
}
body, label, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
body {
    background: none repeat scroll 0 0 #ffffff;
}
div {
    margin: 0
	padding:0;
	border:0;
}
ul, ol, li, dl, dt {
    list-style: none outside none;
}
img, a img {
    border: 0 none;
}
em {
    font-size: 12px;
    font-style: normal;
}
h1, h2 {
    font-family: "Microsoft Yahei";
    font-size: 20px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
a:link, a:visited {
    color: #333333;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    color: #009900;
    text-decoration: none;
}
.header{
	height:143px;
	
}
.inner{
	width: 1000px;
	margin:0 auto;
}
.head_top{
	height:102px;
}

.logo_header{
	float: left;
    margin-top: 15px;
    overflow: hidden;
    width: 450px;
}
.logo_header a{
	background: url("../images/logo.png") no-repeat;
	display: block;
    height: 68px;
    text-indent: -9999em;
    width: 450px;
}
.head_right{
	float: right;
	margin-top: 40px;
	margin-right: 40px;
}
.head_right .center a:hover{
	color: #c00;
}
.clearfix{
	clear:both;
}
.head_nav{
    background: url("../images/bg_nav.jpg") no-repeat;
    height: 37px;
    margin-top: 10px;
    overflow: visible;
    width: 1000px;
}
.dropmenu {
    margin: 0 auto;
    overflow: visible;
    padding: 0 10px;
    position: relative;
    width: 960px;
    z-index: 300;
}
.dropmenu a.topmenu {
 
    color: #fff;
    display: block;
    font-family: "Microsoft Yahei",Arial,"Lucida Grande",Verdana,sans-serif;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 133px;
}
.dropmenu li .topmenu:hover {
    background-color: #fff;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    color: #090;
    width: 116px;
}
.dropmenu .cur .topmenu {
    background: url("../images/bg_nav_hover.jpg") repeat-x scroll center center;
    border-left: 1px solid #1e7e04;
    border-right: 1px solid #1e7e04;
    color: #fff;
    width: 116px;
}
.dropmenu li {
    float: left;
    position: relative;
    z-index: 10000;
}
.dropmenu li:hover .topmenu, .dropmenu li .topmenu:hover, .dropmenu .cur .topmenu:hover {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    color: #090;
    text-decoration: none;
    width: 116px;
}
.dropmenu li:last-child a {
    border-right: medium none;
}
.dropmenu li:hover {
    position: relative;
}
.dropmenu ul {
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 37px;
    z-index: 10000;
}
.dropmenu ul li {
    display: block;
    float: left;
    font-weight: normal;
}
.dropmenu li:hover > ul {
    display: block;
}
.dropmenu li .narnav {
    background: url("../images/bg_narnav.png") no-repeat scroll center bottom;
    padding-bottom: 15px;
    width: 118px;
}
.dropmenu li .narnav li {
    text-align: center;
    width: 118px;
}
.ennav .dropmenu li .narnav li {
    padding-left: 10px;
    text-align: left;
    width:118px;
}
.dropmenu li .narnav li a {
    background: url("../images/icon_line.jpg") no-repeat scroll left center;
    color: #666;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    padding-left: 10px;
    text-align: center;
}
.dropmenu li .narnav li a:hover {
    background: url("../images/icon_line_hover.jpg") no-repeat scroll left center;
    color: #090;
}
.index_slide {
    clear: both;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1000px;
}
.index_slide .hd{
    bottom: 6px;
    height:16px;
    position: absolute;
    right:5px;
    overflow: hidden;
    z-index: 1;

}
.index_slide .hd ul{
    float: left;
    overflow: hidden;
}
.index_slide .hd ul li{
    background: #fff;
    cursor: pointer;
    float: left;
    height: 16px;
    line-height: 15px;
    margin-right: 2px;
    text-align: center;
    width: 16px;
}
.index_slide .hd ul li.on {
    background: #090;
    color: #fff;
}
.index_slide .bd {
	margin:0
    height: 100%;
    position: relative;
    z-index: 0;
}
.index_slide .bd li {
    vertical-align: middle;
}
.index_slide .bd img {
    
    height: 350px;
    width: 1000px;

}
.index_slide .prev, .index_slide .next {
    background: url("../images/slider-arrow.png") no-repeat scroll -110px 5px;
    display: block;
    height: 40px;
    left: 2%;
    margin-top: -25px;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    width: 32px;
}
.index_slide .next {
    background-position: 8px 5px;
    left: auto;
    right: 2%;
}
.index_slide .prev:hover, .index_slide .next:hover {
    opacity: 0.5;
}
.index_slide .prevStop {
    display: none;
}
.index_slide .nextStop {
    display: none;
}
.main_wrapper{
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;     
}


.news_content{
    width: 740px;
    float: left;
}
.news_content .title{
    width: 740px;
}
.title{
    background: url("../images/icon_dot.jpg") repeat-x scroll center center;
    height: 26px;
    line-height: 26px;
    margin: 5px auto;
}
.title h3{
    background: url("../images/icon_line_hover.jpg") no-repeat scroll left center #fff;
    color: #090;
    float: left;
    font-size: 15px;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding-left: 10px;
    width: 68px;
}
.title .more {
    background:  #fff;
    float: right;
    height: 26px;
    overflow: hidden;
    text-align: right;
    width: 45px;
}
.title .more a {
    color: #999;
    font-size: 12px;
    line-height: 26px;
}
.title .more a:hover {
    color: #090;
}
.index_news_focus {
    clear: both;
    float: left;
    height: 120px;
    margin: 5px auto 0;
    overflow: hidden;
    position: relative;
    width: 230px;
}
.index_news_focus .hd {
    bottom: 5px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 40%;
    z-index: 1;
}
.index_news_focus .hd ul {
    float: left;
    overflow: hidden;
}
.index_news_focus .hd ul li {
    background: url("../images/icon_slide_btn.png") no-repeat scroll left center;
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
    line-height: 10px;
    margin-right: 2px;
    text-align: center;
    text-indent: -9999em;
    width: 10px;
}
.index_news_focus .hd ul li.on {
    background: url("../images/icon_slide_btn.png") no-repeat scroll right center;
    color: #fff;
}
.index_news_focus .bd {
    height: 100%;
    position: relative;
    z-index: 0;
}
.index_news_focus .bd li {
    vertical-align: middle;
}
.index_news_focus .bd img {
    
    height: 120px;
    width: 230px;
}
.index_newscon ul {
    float: right;
    height: 120px;
    width: 495px;
}
.index_newscon li {
    float: left;
    height: 26px;
    line-height: 26px;
    position: relative;
    width: 495px;
}
.index_newscon li a {
    background: url("../images/icon_li.jpg") no-repeat scroll 0 -21px;
    display: block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding-left: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 410px;
}
.index_newscon li span {
    color: #999;
    display: block;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}
.index_newscon li:hover a, .newconten li:hover span {
    color: #090;
}
.index_newscon li:hover a {
    background-position: 0 8px;
}
.project_content {
    clear: both;
    height: 105px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 740px;
    padding-left: 280px;
}
.project_content .hd {
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 70px;
    margin-top: 15px !important;
    width: 10px;
}
.project_content .hd a {
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 70px;
    text-indent: -9999em;
    width: 10px;
}
.project_content .hd .prev {
    background-position: 0 -75px;
}
.project_content .hd .prev:hover {
    background-position: 0 -125px;
}
.project_content .hd .next {
    background-position: 100% 25px;
}
.project_content .hd .next:hover {
    background-position: 100% -25px;
}
.index_project {
    float: left;
    height: 104px;
    margin: 0 8px;
    overflow: hidden;
    width: 704px !important;
}
.index_project ul li {
    display: inline;
    float: left;
    height: 104px;
    margin-left: 6px;
    margin-right: 10px;
    position: relative;
    width: 160px;
}
.index_project ul li.first {
    margin: 0;
}
.index_project ul li a, .index_project ul li img {
    display: block;
    height: 100px;
    width: 160px;
}
.index_project ul li a {
    border: 2px solid #fff;
}
.index_project ul li a span {
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 25px;
    left: 2px;
    line-height: 25px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    width: 160px;
}
.index_project ul li a:hover span {
    opacity: 0.7;
}
.pro_li span{
    background-color: #2f769d;
}
.pro_li a:hover {
    border: 2px solid #2f769d;
}
.index_right{
    float:right;
    
    width: 240px;
}
.index_right p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 2px;
}
.dotline {
    border-bottom: 1px dashed #ddd;
    height: 1px;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 100%;
}
.yqlj{
    margin: 10px auto 0;
    font-size: 16px;
     color: #090;
    width: 1000px;
    
}
.comment {
   
margin-top:30px;
}

.more {
 float: right;
}
a.enter {
 color:#fff;
 background:#ef6b00;
 padding:2px 8px;
 border-radius:6px;
 margin-top:10px;
}
.box { width:100%; min-width:1000px; position:relative; margin:0 auto; overflow:hidden;}.n_box { width:1000px; margin:0 auto;}.page{ width:1680px; margin:0 -340px; position:relative;}/*---------------盒子-------------------------*/.top,.n_head,.banner,.main,.n_news,.n_foot{width:1000px; margin:0 auto;}.top { text-align:right; padding-top:15px;}.top a.sina {  no-repeat left center; padding:0 24px; display:inline-block; color:#ee6c00;}.head { height:116px; border-top:8px solid #00739c; border-bottom:1px solid #ddd;}.head .logo { float:left; width:234px;}.head .logo img{width:234px;}
/*---------------top-------------------------*/.banner { height:374px; margin-top:18px; width:1000px; position:relative; overflow:hidden;}.banner .big_img { width:1000px; height:374px; overflow:hidden;}.banner .big_img ul { width:99999px;}.banner .big_img ul li { float:left; width:1000px; position:relative;}.banner .big_img ul li .icon_medica {  width:114px; height:374px; position:absolute; right:0; top:-374px; opacity:0.3;  no-repeat left center;}.banner .samll_img { height:90px; width:960px; padding:0px 20px; position:absolute; left:0; bottom:0; repeat left bottom;}.banner .samll_img span { width:40px; height:40px; display:block; margin-top:25px; cursor:pointer;}.banner .samll_img span.btn_l { no-repeat left center; float:left;}.banner .samll_img span.btn_r { float:right;}.banner .samll_img .list { width:860px; height:70px; overflow:hidden; padding-top:14px; float:left; position:relative;}.banner .samll_img .list ul { width:9999px;}.banner .samll_img li { float:left; width:230px; height:70px; background:#fff; margin:0 34px; display:inline; line-height:20px; box-shadow:2px 2px 4px #999;}.banner .samll_img li.now {  position:relative; top:-10px;}.banner .samll_img li img { float:left;}.banner .samll_img li p { width:140px; float:right; padding:14px 10px 0 0;}/*---------------banner-------------------------*/
.main { width:1000px; overflow:hidden;}.main .n_main { width:1008px;}.main .list { width:492px; margin:20px 12px 0 0; float:left;}.main .list .tit { height:41px; background:#00739c; text-align:center;}.main .list .tit h2{ width:230px; display:inline-block; font-style:normal; font-size:16px; color:#fff; line-height:41px; text-align:left;margin: -6px auto;}.main .list .tit i img { float:left; margin-right:6px;}.main .list .content { border:1px solid #ddd; height:170px; font-size:14px;}.main .list .content { padding:28px 20px 0 20px;}.main .list .content img { float:left; margin-right:14px;}.main #video { width:490px; height:202px; position:relative;}.main .video_img { width:490px; height:202px; position:absolute; left:1px; top:40px; z-index:-1;}.main .video_img img { width:488px; height:200px;}/*---------------主题-------------------------*/
.news {width:1000px; height:68px; background:#0f8bb1;margin:0 auto; margin-top:10px;}.news .tit { float:left; width:150px; display:inline-block; font-style:normal; line-height:68px; color:#fff; font-size:16px;}.news .tit img { float:left; margin:14px 6px 0 0;}.news .list{ float:left; width:560px; line-height:68px;}.news .list ul li{ float:left; display:block; width:560px; height:68px; overflow:hidden;}.news .list ul li span { padding-right:14px;}.news .list ul li a { color:#fff;}.news .list ul.hide{ display:none;}.news .but{width:80px; padding-top:24px; float:right;}.news .but li{ width:24px; height:24px; margin-right:6px; float:left; cursor:pointer; opacity:0.7;}.news .but li:hover { opacity:1;}.news .but li.prev{ background-position:left 0px;}.news .but li.next{ background-position:right 0px;}/*---------------新闻-------------------------*/
.footer {
    background: url("../images/bg_footer.jpg") no-repeat scroll left top;
    margin: 10px auto 0;
    min-height: 90px;
    padding-top: 2px;
    width: 1000px;
}

.foot_nav {
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 1000px;
}
.foot_na{
    color: #ffffff;
    height: 40px;
    line-height: 30px;
    text-align: center;
    width: 1000px;
}

.foot_nav ul {
    clear: both;
    overflow: hidden;
    width: 1000px;
}
.foot_nav ul li {
    background: url("../images/icon_line2.jpg") no-repeat scroll left center;
    display: inline;
    margin-left: 10px;
    padding-left: 15px;
}
.nb {
    background: none repeat scroll 0 0 !important;
}
.foot_nav ul li a, .foot_nav ul li a:visited {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.foot_na ul li a, .foot_na ul li a:visited {
    color: #fff;
    font-size: 28px;
    text-align: center;
}
.foot_nav ul li a:hover {
    color: #ffc;
}
.footer .inner {
    margin-top: 10px;
}
.copyright {
    float: left;
    padding-left: 10px;
}
.copyright p {
    color: #333;
    font-size: 12px;
    line-height: 22px;
}
.footer p.btnav {
    color: #333;
    font-size: 12px;
    line-height: 22px;
}
.footer p.btnav a {
    color: #333;
    font-size: 12px;
    line-height: 22px;
    padding: 0 5px;
}
.footer p.btnav a:hover {
    color: #000;
}
.index-news {
	float: left;
	width: 360px;
	padding: 0px;
}
.index-news img {
}
.index-news h4 {
	height: 58px;
	width: 353px;
	line-height: 35px;
	font-family: "微软雅黑";
	font-size: 22px;
	color: #0573ec;
	background: url(../images/index_news_bt.jpg) no-repeat;
	font-weight: normal;
}
.index-news h4 a {
	color: #0573ec;
}
.index-news h4 img {
	float: right;
}
.index-news ul {
	width: 360px;
	margin: 5px auto;
	height: 185px;
}
.index-news ul li {
	background: url(../images/index_n.jpg) left no-repeat;
	line-height: 36px;
	height: 36px;
	border-bottom: 1px #e6e6e6 solid;
}
.index-news ul li a {
	padding-left: 25px;
}
.index-news ul li img {
	float: left;
	margin-right: 10px
}
.index-news ul li h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 25px
}
.index-news ul li p {
	color: #666
}
.index-news ul li a span {
	color: #666;
	float: right;
	margin-right: 10px
}
.index-indus {
	float: left;
	width: 360px;
	margin-left: 49px;
         margin-top: -20px;
}
.index-indus img {
}
.index-indus h5 {
	height: 78px;
	width: 353px;
	line-height: 35px;
	font-family: "微软雅黑";
	font-size: 23px;
	color: #0573ec;
	background: url(../images/index-indus_bt.jpg) no-repeat;
	font-weight: normal;
}
.index-indus h5 a {
	color: #0573ec;
}
.index-indus h5 img {
	float: right;
}
.index-indus ul {
	width: 360px;
	margin: 26px auto;
	height: 185px;
}
.index-indus ul li {
	background: url(../images/index_n.jpg) left no-repeat;
	line-height: 36px;
	height: 36px;
	border-bottom: 1px #e6e6e6 solid;
}
.index-indus ul li a {
	padding-left: 25px;
}
.index-indus ul li img {
	float: left;
	margin-right: 10px
}
.index-indus ul li h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 25px
}
.index-indus ul li p {
	color: #666
}
.index-indus ul li a span {
	color: #666;
	float: right;
	margin-right: 10px
}
#demo { 
background: #FFF; 
overflow:hidden; 
border: 1px dashed #CCC; 
margin:25px 0px;
} 
#demo img {border: 3px solid #F2F2F2;width: 220px;
  height: 75px;} 
#indemo,#demo1,#demo2{float: left;text-align: center;} 
	
	.copyright_auth {
    text-align: center;
}
.copyright_auth_ico.copyright_auth_ico_2 {
    background-position: -104px 0;
}
.copyright_auth_ico.copyright_auth_ico_3 {
    background-position: 0 -33px;
}
.copyright_auth_ico.copyright_auth_ico_4 {
    background-position: -104px -33px;
}
.copyright_auth_ico.copyright_auth_ico_5 {
    background-position: 0 -66px;
}
.copyright_auth_ico.copyright_auth_ico_6 {
    background-position: -104px -66px;
}
.copyright_auth_ico {
    overflow: hidden;
    display: inline-block;
    margin: 0 3px;
    width: 103px;
    height: 32px;
    background-image: url(//misc.360buyimg.com/jdf/1.0.0/unit/global-footer/5.0.0/i/new_footer.png);
    line-height: 1000px;
}
