@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: #333; text-decoration:none;}
 a:visited {color: #333;text-decoration:none;}
 a:hover {color: #0166b3; text-decoration:none;}
 a:active {color: #333;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: #f1f2f3;*/
     } 

.wrap { width: 1200px; margin: 0 auto; overflow: hidden; }

.l {
    float: left;
}
.r {
    float: right;
}


.headbox {width: 100%; height: 100px; background-color: #fff;position: relative;}
.headwrap {position: absolute; width: 100%;}
.head {height: 100px; position: relative; width: 1200px; margin: 0 auto;}
.head .logo { float:left; margin-top:21px; }
.head .logo img { width:200px; height:59px;}
.navbox { top:30px; position:absolute; width:100%; height:70px; float:left; }
.nav {width:950px; margin: 0 auto; padding-left:250px; height:70px;}
.nav .m { display: inline-block; text-align:center; margin-right: 20px; height:70px; }
.nav .m h3 {height: 70px;}
.nav .m h3 a { font-size:14px; font-weight: bold; color:#333; display:inline-block; height:60px; line-height: 60px;}
.nav .on h3 a { color:#0166b3; border-bottom:3px solid #0166b3;}
.nav .sub{ display:none; /*默认隐藏*/ z-index: 99999; width: 100%; position:absolute; left:0; top:63px; background:#f6f6f6; padding:10px 0px }
.nav .sub .sublist {width:950px; margin: 0 auto; padding-left:250px; font-size:14px; text-align:left; }
.nav .sub .sublist li{ display: inline-block; height:20px; line-height:20px; padding:5px 10px;    }
.nav .sub .sublist li a{color:#333;   }
.nav .sub .sublist li a:hover{ text-decoration: underline;}

.sublink {width:950px; margin: 0 auto; padding-left:250px; font-size:14px; text-align:left;color:#333; }
.sublink span {display: inline-block;padding:5px 0px; padding-left: 10px;}
/*.sublink a {display: inline-block;color:#333;padding:5px 10px; }*/
.sublink a {display: inline-block;color:#333; padding-left: 5px; margin: 10px; border-left:5px solid #82c340; margin-right:10px; }
.sublink a:hover{ text-decoration: underline;color: #2e3766;}

.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 #2e3766;padding: 0px 10px;color: #2e3766;}
.zhandian a.on {background-color: #2e3766; color: #fff;}
.zhandian a:hover {background-color: #2e3766;color: #fff; }

.videobox {width: 100%; height: 500px;background: url(../images/video.jpg) no-repeat top center; }

.footer { background-color:#0166b3; color:#fff; padding:5px 0px 10px 0px; }
.foot {}
.foot .links { line-height:24px; padding:10px 0px; }
.foot .links span { display:inline-block; padding-right:30px;  }
.foot .links1 { border-top:1px solid #ccc; line-height:24px; padding:20px 0px; text-align:center; }
.foot .links1 span { display:inline-block; padding-right:30px;  }
.foot a { color:#fff; padding:0px 5px; }
.foot a:hover { text-decoration:underline; }
.footInfo { margin:10px 0px 20px 0px; }
.footInfo p { line-height:30px; }
.footInfo .item { float:left; width:25% }
.footInfo .item h3 { font-size:14px; }
.footInfo .item .item_nei {padding-top: 10px;}





.fullSlide{ width:100%;  position:relative;  height:400px; 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:400px; overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block; height:400px; }
.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:24px; color:#2e3766; }
.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:50px; }
.index_tl_more span {display:inline-block; height:3px; background-color:#0166b3; width:100px;}
.index_tl_more h3 { display:inline-block;height:50px; color: #fff; font-size: 24px; line-height:50px; background-color:#0166b3; 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; background-color:#0166b3; margin-top:40px; }
.c1_left .c1Item img { width:370px; height:220px; }
.c1_left .c1Item h3 { line-height: 40px; text-align: center; font-size: 14px; color: #fff; font-weight: normal;}

.adbox {height: 100px; background-color: #ddd;}
.adbox h3 { text-align: center; line-height: 100px; color:#fff; font-size:36px; }
.adbox h3 a { font-weight:normal; }

.index_c3box { background-color:#f1f2f3; padding-bottom: 50px; }
.index_c3 {  padding:40px 0px; }
.index_c3 .c3_left { width:500px; float:left;height:335px; position:relative; }
.index_c3 .c3_right { width:660px; float:right; font-size:14px; color:#333; }
.index_c3 .c3_left img { width:500px; height:335px; }
.index_c3 .c3_left .tips { background-color:rgba(1, 102, 179, .7);color:#fff; width:460px; padding: 5px 20px; position:absolute; left:0px; bottom:0px; font-size:14px;line-height:20px; font-weight:bold; }
.index_c3 .c3_right h3 {font-size: 24px;margin-bottom: 20px; color: #2e3766;}
.index_c3 .c3_right p {     line-height: 23.6px;
    text-align: justify; }
.index_c3 .c3_right a { display:inline-block; height:36px; line-height:36px; padding:0px 30px; color:#fff; background-color:#0166b3; margin-top:15px; }
.index_c3 .c3_right a:hover { background-color:#0166b3; }


.small_info { font-size:14px; text-align:center; padding-top:30px; }

.img4_style1box { margin-top:50px; }
.img4_style1 { width:1220px; }
.img4_style1_left { width:700px; float:left; margin-right:20px; height:460px; }
.img4_style1_right { width:480px; float:left; margin-right:20px; height:460px; }
.img4_style1_right .right_row1 {width: 480px; height: 240px; background-color: #222; margin-bottom: 20px;}
.img4_style1_right .right_row2 { width:500px; height:200px;  }
.img4_style1 .item1 {width:700px; height:460px; background-color:#ccc; overflow:hidden; }
.img4_style1 .item1 img {width:700px; height:460px;}
.img4_style1 .item1 .item1_con { width:700px; height:460px; position:relative; }
.img4_style1 .item1 .item1_con .txtbox { width: 660px; background-color:rgba(0, 0, 0, .5); position:absolute; left:0px; bottom:0px; color:#fff; font-size:14px; padding:20px; }
.img4_style1 .txtbox h3 { font-size:14px; font-weight:normal; }
.img4_style1 .txtbox span {font-size: 18px; color: #81c340;}
.img4_style1 .item2 { width:480px; height:240px;  }
.img4_style1 .item2 img {width:480px; height:240px;}
.img4_style1 .item2 .item2_con { width:480px; height:240px; position:relative; }
.img4_style1 .item2 .item2_con .txtbox { width: 660px; background-color:rgba(0, 0, 0, .5); position:absolute; left:0px; bottom:0px; color:#fff; font-size:14px; padding:20px; }
.img4_style1 .item3 {float: left; width:240px;height: 200px;}
.img4_style1 .item3_con {}
.img4_style1 .item3_con img { width:240px; height:160px; }
.img4_style1 .item3_con .txtbox h3 { line-height:40px; text-align:center; background-color:#ddd; }
.img4_style1 .item4 {float: right; width:240px; margin-left: 20px; height: 200px;}

.index_sub_tl { text-align:center; margin-top:30px; }
.index_sub_tl h3 { font-size:22px; color:#0166b3; display:inline-block; border-bottom:4px solid #0166b3; padding:0px 50px; padding-bottom:10px; }

.chengguo { margin-top:50px; padding-bottom:50px; }
.chengguo .item { float:left; width:300px; text-align:center; }
.chengguo .item h3 { font-size:20px; margin-bottom:20px; }
.chengguo .item div {font-size:18px;}
.chengguo .item div span { font-size: 30px; color: #81c340; font-weight:bold; }

.c2box { background-color:#f1f2f3; }

.c3box { background-color:#fff; }
.c3box .c3Item { float:left; margin-right:45px; width:370px; margin-top:40px; }
.c3box .c3Item img { width:370px; height:220px; }
.c3box .c3Item h3 { height:40px; line-height: 40px; text-align: left; font-size: 14px; font-weight: normal; color:#333; font-weight: bold;}
.c3box .c3Item a:hover  { color:#333; }
.c3box .c3Item p {  }


.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:#2e3766; }
.sub_tl font { font-size: 15px; text-transform:uppercase; }
.sub_list { width: 248px; border: 1px solid #2e3766; border-top: none; padding-bottom: 20px; }
.sub_list ul { width: 215px; margin:0px auto; }
.sub_list ul li { border-top: 1px solid #e0e0e0; padding: 10px 0px; }
.sub_list ul li a { display: inline-block; width: 100%; font-size: 14px; color: #333; background:url(../images/icon_yjt1.png) no-repeat right center; }
.sub_list ul li a:hover { color: #2e3766; background:url(../images/icon_yjt2.png) no-repeat right center; }
.sub_list ul li a.on { color: #2e3766; 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; }
.sub_list ul dl { width:195px; margin: 0 auto; padding: 5px 0px 10px 0px; }
.sub_list ul dl dd { line-height: 22px; font-size: 12px; }
.sub_list ul dl dd a { color: #555; }
.sub_list ul dl dd a:hover { color: #2e3766; }

.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 #2e3766; color:#333; }
.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: #999; 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: #bbb; }
.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: 290px; 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;background-color: #f1f2f3; font-size: 14px; text-align: center; color: #333; padding:10px 0px; }
.channel_tu li a:hover span { background:#2e3766; color: #fff; }

.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; }
.channel_article .article_nei { padding:15px; line-height: 24px; font-size: 14px; color: #444;text-align: justify; }
.channel_article .article_nei p { line-height: 30px;text-align: justify; }
.channel_article .article_nei img { max-width: 880px; }
.channel_article .article_info { width: 100%; margin: 0 auto; line-height: 30px; height: 30px; color: #888;  text-align: center;
	/*border-bottom: 1px dotted #aaa;*/ padding: 0px 0px 5px 0px; position: relative; }
.next-prev-single { width: 100%; margin: 0 auto; font-size: 14px; border-top: 1px dotted #2e3766; padding-top: 10px; }
.next-prev-single { line-height: 24px; overflow: hidden; }
.next-prev-single a { }
.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;
}

.sub_list h3 {height:40px; line-height:40px; padding-left:10px;  border-top:1px solid #e3e3e3; background:#ccc;}
.sub_list h3 a { font-size:14px; }

.menu_list { margin-top:30px;  }
.menu_list a { display:inline-block; height:40px; line-height:40px; padding:0px 30px; border:2px solid #0166b3; font-size:14px; margin-right:5.4px;margin-bottom: 20px; }
.menu_list a:hover { background-color:#0166b3; color:#fff; }


.yanfa_subtl { margin-top:30px; border-bottom:2px solid #0166b3; }
.yanfa_subtl h3 { font-size:20px; color:#0166b3; line-height:24px; margin-bottom:10px; }
.yanfa_subtl h3 span { display:inline-block; float:left; }
.yanfa_subtl h3 .sp1 { width:5px; height:24px; background-color:#81c340; }
.yanfa_subtl h3 .sp2 { margin-left:10px; }

.yanfa_info {font-size: 14px; padding: 10px 0px;}
.yanfa_info p { line-height:24px; }
.yanfa_info p span.fd { color:#81c340; font-size:18px; }

.yanfa_tu { margin-top:30px; }
.yanfa_tu ul {width: 1224px;}
.yanfa_tu ul li { float: left; width:180px; margin-right:24px; height:280px; margin-bottom:20px; }
.yanfa_tu ul li img { width:180px; height:230px; }
.yanfa_tu ul li span { display:inline-block; font-size:14px; width:100%; text-align:center; }



@keyframes appear{
	from{
		opacity: 0;
/*		transform: translateX(-100px);*/
		scale: 1.5;
	}
	to{
		opacity: 1;
/*		transform: translateX(0px);*/
		scale: 1;
	}
}

.item1_con{
/*	animation: appear linear;
	animation-timeline: view();*/
/*	animation-range:entry 0% cover 40% ;*/
}

/* 定义动画 */
@keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* 应用动画到标题元素 */
.anim {
  animation: slide-in-left 1s ease forwards;

}


.c3Item a.aimg {display: block; width: 370px; height:220px; overflow: hidden;}
.c3Item .aimg img{
	transition: transform 1s ease-in-out;
	transform: scale(1);
}
.c3Item .aimg img:hover{
	transform: scale(1.1);
}

.imgcon { width: 370px; height:220px; overflow: hidden;}
.imgcon img,.item1_con img,.item2_con img,.item3_con img{
	transition: transform 1s ease-in-out;
	transform: scale(1);
}
.imgcon img:hover,.item1_con img:hover,.item2_con img:hover,.item3_con img:hover{
	transform: scale(1.1);
}

.counter {
  /* 初始样式 */
}
  
@keyframes increaseNumber {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
  
.counter.animated {
  animation: increaseNumber 0.5s ease-out forwards;
}

.item3_con a:hover { color:#333; }

