@charset "utf-8";
/*全局样式
---------------------------------------------*/
section,article,aside,header,footer,nav,figure{ display:block; }
body,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,figure{ margin:0; padding:0; }
body,button,input,select,textarea{ font:12px/1.5 "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6,button,input,select,textarea{ font-size:100%; }
address,cite,dfn,em,var{ font-style:normal; }
code,kbd,pre,samp{ font-family:courier new,courier,monospace; }
p,ul,li,dl,dd,dt,form,h1,h2,h3,h4,h5,h6{ list-style:none; }
a{ color:#1b1b1b; text-decoration:none; }
a:hover{ text-decoration:none; }
fieldset,img{ border:0; }
table{ border-collapse:collapse; border-spacing:0; }
input::-moz-focus-inner,button::-moz-focus-inner{ border:0;padding:0;outline:0; }
.blank10 {clear:both; height:10px; overflow:hidden; font-size:1px;}
.blank20 {clear:both; height:20px; overflow:hidden; font-size:1px;}
.blank30 {clear:both; height:30px; overflow:hidden; font-size:1px;}
.clear{ clear:both; font-size:0px; height:0px; overflow:hidden; }
.line5{ clear:both; font-size:0px; height:5px; overflow:hidden; }
.line10{ clear:both; font-size:0px; height:10px; overflow:hidden; }
.line15{ clear:both; font-size:0px; height:15px; overflow:hidden; }
.line20{ clear:both; font-size:0px; height:20px; overflow:hidden; }
.line30{ clear:both; font-size:0px; height:30px; overflow:hidden; }
.x8 {width: 100%; clear:both; font-size:0px; height:8px; overflow:hidden; background:url(../images/x8.jpg) repeat-x left top; }
/* Clear Fix */ 
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix{ display:inline-block; } 
/* Hide from IE Mac */ 
.clearfix { display:block; } 
/* End hide from IE Mac */ 
/* end of clearfix */ 
.clear::after {
    content: '';
    display: block;
    visibility: hidden;
    opacity: 0;
    clear: both;
    height: 0;
    overflow: hidden;
}
.left{ float:left; }
.right{ float:right; }
.red{ color:#F00; }
	.red:hover{ color:#F60; }
	.red a{ color:#F00; }
	.red a:hover{ color:#F60; }
.gray{ color:#666; }
	.gray:hover{ color:#F60; }
	.gray a{ color:#666; }
	.gray a:hover{ color:#F60; }
.blue{ color:#1E7BB3; }
	.blue:hover{ color:#F60; }
	.blue a{ color:#1E7BB3; }
	.blue a:hover{ color:#F60; }

.green{ color:#1E7BB3; }
	.green:hover{ color:#F60; }
	.green a{ color:#1E7BB3; }
	.green a:hover{ color:#F60; }	

/*文本框样式*/
input.wide{ width:250px; }
input.txt{ width:200px; }
input.small{ width:50px; }
.input{ display:inline; margin-right:5px; padding:7px; height:20px; line-height:20px; vertical-align:middle; background:#fff; color:#999px; border:1px solid #e8e8e8; border-radius:2px; }
/*.select{ padding:7px; border:1px solid #e8e8e8; line-height:20px; }*/

/*按钮样式*/
.btn{ display:inline-block; margin:0; padding:0 25px; color:#fff; font-size:12px; height:38px; line-height:38px; text-align:center; }
.btn{ background:#1e7bb3; border:1px solid #02598E; border-radius:2px; vertical-align:middle; }
.btn:hover{ color:#fff; opacity:0.9; }
.btn-mini{ height:20px; line-height:20px; padding:1px 8px 0; }
input.btn, button.btn{ height:40px; cursor:pointer; overflow:visible; }
.btn-success{ background:#52A152; border:1px solid #417F41; text-shadow:0 -1px 0 #52A152; }
.btn-error{ background:#CB423B; border:1px solid #AA352F; text-shadow:0 -1px 0 #CB423B; }
.btn-gray{ background:#ddd; border:1px solid #A9A9A9; text-shadow:0 -1px 0 #EEEEEE;}
.btn-gray,.btn-gray:hover{ color:#777; }
/*标题样式*/
.main-tit{  margin:0 auto; padding:30px 0 0; }
	.main-tit h2{ display:block; padding-right:10px; color:#666; font-size:24px; font-weight:400; line-height:25px; }
.base-tit{ border-bottom:1px solid #f0f0f0; color:#3b8dd1; line-height:1em; font-size:18px; font-weight:normal; }
	.base-tit span{ position:relative; top:1px; display:inline-block; padding:10px 0; border-bottom:1px solid #3b8dd1; }
	.base-tit i{ float:right; padding:10px 0; color:#999; font-size:12px; line-height:26px; font-style:normal; }
.bar-tit{ margin:0 0 20px; padding:0 0 10px; border-bottom:1px solid #e8e8e8; color:#6c6c6c; font-size:18px; }
/*页码容器*/
.page-box{ margin-top:20px; color:#333; font-size:14px; text-align: left; padding-bottom: 10px; text-align: right; }
/*视频容器*/
.video-box{ position:relative; width:100%; height:473px; _clear:both; _display:inline; }
/*提示样式*/
.msg-tips{ position:relative; margin:30px auto; padding:30px 0; width:380px; font-size:14px; text-align:left; }
	.msg-tips .ico{ display:block; float:left; background:url(../images/icon-tips.png) no-repeat left top; width:46px; height:46px; text-indent:-99999px;overflow:hidden; }
	.msg-tips .ico.error{ background-position:-50px 0; }
	.msg-tips .ico.warning{ background-position:-100px 0; }
	.msg-tips .msg{ margin-left:60px; }
	.msg-tips .msg strong{ margin-bottom:10px; color:#444; font-size:15px; }
	.msg-tips .msg p{ line-height:1.8em; }
	.msg-tips .msg i{ color:#f00; font-style:normal;}



 a:link {color: #fff; text-decoration:none;}
 a:visited {color: #fff;text-decoration:none;}
 a:hover {color: #000; text-decoration:none;}
 a:active {color: #fff;text-decoration:none;}

 .ff_yy { font-family: "微软雅黑", "Microsoft YaHei";}
 .ff_s { font-family: "宋体";}

body {
     margin:0 auto; 
	 padding:0; 
	 border:0; 
	 font-size:12px; 
     font-family: "微软雅黑", "Microsoft YaHei";
	/*font-family: Arial, Helvetica, sans-serif, "宋体";"微软雅黑", "Microsoft YaHei", "Microsoft JhengHei", Arial;*/
	 text-align:left;
	 color:#333;
	 background-color: #fff;
/*     background:url(../images/bg.jpg) no-repeat top center;*/
background-color: #666;
     } 

.wrap { width: 1200px; margin: 0 auto; overflow: hidden; }

.l {
    float: left;
}
.r {
    float: right;
}


.headbox {width: 100%; height: 100px; background: #000; border-top: 3px solid #000;}

.head {height: 100px; position: relative; width: 1200px; margin: 0 auto;}
.head .logo { float:left; margin-top:10px; }
.head .logo img { width:200px; height:73px;}
.head .navbox { float:right; margin-top:30px; }
.nav { margin-top:15px; }
.nav .m { float: left; width:130px; text-align:center; position:relative; }
.nav .m h3 a { font-size:14px; font-weight: bold; color:#fff; display:inline-block; height:40px; line-height: 40px; }
.nav .m h3 a:hover { background-color:#fff; color:#333; padding:0px 20px; border-radius: 5px;}
.nav .sub{ display:none; /*默认隐藏*/ z-index: 99999; min-width: 120px; padding:10px; position:absolute; left:0; top:40px; background:#000; }
.nav .sub li{ height:20px; line-height:20px; padding:4px 0;  width:80px;   }
.nav .sub li a{color:#fff;   }
.nav .sub li a:hover{ text-decoration: underline;}

.zhandian { position:absolute; right:0px; top:5px; }
.zhandian a {display: inline-block; float: left; margin-left: 10px; height: 24px; line-height: 24px;border: 1px solid #fff;padding: 0px 10px;}
.zhandian a.on {background-color: #fff; color: #000;}
.zhandian a:hover {background-color: #fff;color: #000; }

.videobox {width: 100%; background: url(../images/video.jpg) no-repeat top center; }

.footer { background-color:#000; color:#fff; padding:5px 0px 10px 0px; }
.foot {}
.foot .links { border-bottom:1px solid #ccc; line-height:24px; padding:5px 0px; }
.foot .links span {}
.foot a { color:#fff; padding:0px 5px; }
.foot a:hover { text-decoration:underline; }
.footInfo { margin-top:20px; }
.footInfo p { line-height:30px; }
.footInfo .item { float:left; width:33.33% }
.footInfo .item h3 { font-size:14px; }
.footInfo .item .item_nei {padding-top: 10px;}
.footInfo .item1 {width: 300px;}
.footInfo .item2 {width: 450px;}
.footInfo .item3 {width: 450px;}
.footInfo .item2 .item_nei { padding-right: 20px; }



.s_width {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.head_l {
    background: url(../images/hj.jpg) no-repeat center;
    height: 31px;
    line-height: 31px;
    position: relative;
    z-index: 9999
}
.head_l .head_l_l {
    color: #fff;
    font-size: 15px;
    line-height: 31px;
}
.head .head_l .s_width {
    position: relative;
    height: 31px;
}
.head_link {
    width: 240px;
    color: #fff;
    line-height: 31px;
    text-align: right;
    padding-right: 10px;
}
.head_link span {
    color: #fff;
    font-size: 18px;
    font-family:Impact;
}

/*主导航多级菜单*/
.hbg {
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 999;
    margin-top: 0px;
    background: rgba(255,255,255,1);
}
#logo {
    margin-left: 0%;
}
#nav {
    width: 71%;
    height: 100%;
}
#nav>ul {
    width: 100%;
}
#nav>ul::after {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}
#nav>ul>li {
    width: 14%;
    text-align: center;
    float: left;
    color: #706f6f;
}
#nav>ul>li a {
    display: block;
    position: relative;
    z-index: 1;
    line-height: 100px;
    padding: 0 2%;
    font-size: 16px;
}
#nav>ul>li a.act, #nav>ul>li a:hover {
    color: #fff;
}
#nav>ul>li>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100px;
    z-index: -1;
    background: #1ca756;
    opacity: 0;
    transition: all .3s
}
#nav>ul>li>a:hover::after {
    content: '';
    opacity: 1;
    width: 100%;
}
#nav>ul>li>a.act:after {
    width: 100%;
    opacity: 1;
}
#nav ul ul {
    display: none;
    width: 40%;
    top: 100px;
    position: absolute;
    left: 0;
    background: rgba(0,0,0,.8);
    color: #fff;
    z-index: 9999;
    left: 30%;
}
#nav ul ul li {
    float: left;
    width: 25%;
    margin: 0;
    z-index: 9999;
}
#nav>ul>li ul li a {
    padding: 2%!important;
}
#nav>ul>li ul li a span {
    display: block;
}
#nav>ul>li ul li a img {
    width: 100%;
    display: block;
    height: 154px;
}
#nav>ul>li ul li a p {
    line-height: 30px;
    font-size: 14px;
}
#nav>ul>li ul li a:hover {
    background: #1ca756;
}
/* ------------------------ */

.fullSlide{ width:100%;  position:relative;  height:550px; margin: 0 auto;}
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden; width: 100%;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:550px; overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block; height:550px; }
.fullSlide .hd{ 
width:100%;  position:absolute; z-index:1; bottom:10px; left:0; 
/*background:#004ea1;*/ text-align:center;/*_background:#000; _filter:alpha(opacity=60);*/ 
}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:15px; height:15px; border-radius: 100%; margin:10px; background-color: #fff; overflow:hidden; 
    line-height:9999px; 
}
.fullSlide .hd ul .on{ background-color: #1ca756; }
.fullSlide .prev,
.fullSlide .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-25px; left:5%;  z-index:1; width:40px; height:60px; 
    background:url(../images/slider-arrow.png) -126px -137px #6e614c no-repeat;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5; display:none;  }
.fullSlide .next{ left:auto; right:10%; background-position:-6px -137px; z-index:999; }

.fullSlide .prev { left:10%; }

.index_tl { text-align:center; padding-top:30px; }
.index_tl h2 { font-size:30px; font-weight:normal; color:#000000; }
.index_tl span { font-size:16px; text-transform:uppercase; color:#666666; }

.c1box { background-color:#fff; padding-top:50px; }

.index_tl_more { text-align:center; line-height:40px; }
.index_tl_more span {display:inline-block; height:3px; background-color:#000; width:100px;}
.index_tl_more h3 { display:inline-block;height:40px; color: #fff; font-size: 14px; line-height:40px; background-color:#000; padding: 0px 80px; }

.c1 { width:1245px; padding-top:0px; padding-bottom:50px; }
.c1_left { width:1245px; }
.c1_left .c1Item { float:left; margin-right:45px; width:370px; height:260px; background-color:#555; margin-top:40px; }
.c1_left .c1Item img {display: block; width:370px; height:220px; }
.c1_left .c1Item h3 { display: block; height:40px; line-height: 40px; text-align: center; font-size: 14px; color: #fff; font-size: bold;}

.adbox {height: 150px; background-color:#1a191961;margin-bottom: 50px;}
.adbox h3 { text-align: center; line-height: 150px; color:#fff; font-size:36px; }
.adbox h3 a { font-weight:normal; }


.index_c3box { background-color:none; }
.index_c3 { height:335px; padding:40px 0px; }
.index_c3 .c3_left { width:500px; float:left; }
.index_c3 .c3_right { width:660px; float:right; font-size:14px; color:#fff; }
.index_c3 .c3_left img { width:500px; height:335px; }
.index_c3 .c3_right p { line-height:30px; }
.index_c3 .c3_right a { display:inline-block; height:36px; line-height:36px; padding:0px 30px; color:#fff; background-color:#000000; margin-top:15px; }
.index_c3 .c3_right a:hover { background-color:#000000; }



.nei_banner { width: 100%; height:335px; }

.channel { margin-top: 30px; }
.channel_l { width: 250px; float: left; }
.channel_r { width: 910px; float: right; }

.subclass {}
.sub_tl { width: 100%; height: 100px; line-height: 100px; text-align: center; color: #fff; font-size: 26px; 
background:#000; }
.sub_tl font { font-size: 15px; text-transform:uppercase; }
.sub_list { width: 248px; border: 1px solid #000; border-top: none; padding-bottom: 20px; }
.sub_list ul { width: 215px; margin:0px auto; }
.sub_list ul li { border-bottom: 1px solid #e0e0e0; padding: 15px 0px; }
.sub_list ul li a { display: inline-block; width: 100%; font-size: 14px; color: #fff; background:url(../images/icon_yjt1.png) no-repeat right center; }
.sub_list ul li a:hover { color: #000; background:url(../images/icon_yjt2.png) no-repeat right center; }
.sub_list ul li a.on { color: #000; background:url(../images/icon_yjt2.png) no-repeat right center; }
.sub_bot { width: 100%; height: 15px; background:url(../images/x15.jpg) no-repeat top center; }

.side {}
.side_tl {width: 100%; height: 48px; line-height:48px; color: #fff; font-size: 15px; background:#000;}
.side_tl span { padding-left: 15px; }
.side_con { width: 248px; border: 1px solid #000; border-top: none; padding:10px 0px; font-size: 14px; color: #fff; line-height: 24px; }
.side_con p { padding: 10px; }
.side_con img { width: 248px; }

.daohang { height: 48px; line-height: 48px; border-bottom:2px solid #fff; color:#fff; }
.daohang .col1 { float: left; font-size: 18px; }
.daohang .col2 { float: right; }


.channel_wen { font-size: 14px; margin-top: 10px; }
.channel_wen ul { width: 100%; }
.channel_wen ul li { width: 100%; border-bottom: 1px dotted #d9d9d9; overflow: hidden; padding: 20px 0px; }
.channel_wen ul li.li_t {}
.channel_wen ul li.li_t img { width: 255px; height: 160px; float: left; margin-right: 15px; }
.channel_wen ul li.li_t h3 { font-size: 16px; }
.channel_wen ul li.li_t p { color: #eee; padding: 5px 0px; line-height: 24px; }
.channel_wen ul li.li_t p a { color: #fff; }
.channel_wen ul li.li_t p a:hover { text-decoration: underline; }
.channel_wen ul li.li_t span { color: #ddd; }
.channel_wen ul li.li_w { background:url(../images/icon_yjt1.png) no-repeat left center; padding: 10px 0px; }
.channel_wen ul li.li_w:hover { background:url(../images/icon_yjt2.png) no-repeat left center; }
.channel_wen ul li.li_w a { display: inline-block; float: left; padding-left: 10px;  }
.channel_wen ul li.li_w span { float: right; color: #999; }
.channel_wen ul li.li_w font { font-family:"宋体"; }

.channel_tu {}
.channel_tu ul{ width:930px; }
.channel_tu ul li{ float: left; width: 290px; height: 230px; margin-right: 20px; margin-top: 30px; }
.channel_tu ul li a {}
.channel_tu ul li a img { width: 290px; height: 180px; }
.channel_tu ul li a span { display: block; width: 290px; height: 50px; line-height: 50px; background-color: #999; font-size: 14px; text-align: center; color: #fff; }
.channel_tu li a:hover span { background:#000; }

.channel_article { padding: 20px 0px; max-width: 1200px; margin: 0 auto; }
.channel_article h1 { font-size: 26px; line-height: 40px; padding: 10px 0px 20px 0px; font-weight: normal; text-align: center; color:#fff; }
.channel_article .article_nei { padding:15px; line-height: 24px; font-size: 14px; color: #eee; }
.channel_article .article_nei p { line-height: 30px; text-indent:2em; }
.channel_article .article_nei img { max-width: 880px; }
.channel_article .article_info { width: 100%; margin: 0 auto; line-height: 30px; height: 30px; color: #666;  text-align: center;
	/*border-bottom: 1px dotted #aaa;*/ padding: 0px 0px 5px 0px; position: relative; }
.next-prev-single { width: 100%; color:#fff; margin: 0 auto; font-size: 14px; border-top: 1px dotted #fff; padding-top: 10px; }
.next-prev-single { line-height: 24px; overflow: hidden; }
.next-prev-single a { color: #fff; }
.next-prev-single a:hover { text-decoration:underline; }

.channel_article .article_info .fenxiang { position: absolute; right: 0px; top:8px; display: none; }

.channel_tl { text-align: center; height: 40px; line-height: 40px; background:url(../images/cbs_icon1.png) no-repeat bottom center; 
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #1e3c72;
    font-size: 26px;
}









