﻿/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #656565;} /* 未访问的链接 */
a:visited {color: #656565;} /* 已访问的链接 */
a:hover{color: #1797D1;} /* 鼠标在链接上 */ 
a:active {color: #1797D1;} /* 点击激活链接 */
/*-----------------------------全局样式-------------------------------------*/
html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,iframe,button,textarea,p,blockquote,th,td,img,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,span,a,input,textarea,p,blockquote,th,td,header,nav,footer,article,section,aside,time,figure{margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
legend{display:none}
li {list-style-type: none;}
fieldset,img{border:none;vertical-align:middle}
em,cite,i{font-style:normal}
ol,ul{list-style:none}
input,select,img{vertical-align:middle}
input,button,textarea{outline:none;border:0;vertical-align:middle;border:0;font-family:Arial}
input[type="submit"],input[type="reset"],input[type="button"],button {-webkit-appearance:none;border-radius:0}
textarea{resize:none}

.clear{clear:both;width:0;height:0px;margin:0;padding:0;border:none;overflow:hidden;font-size:0px}
.clearfix{zoom:1}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0}
/*文字两侧对齐*/
.justify {text-align:justify;text-justify:distribute-all-lines;/*ie6-8*/text-align-last:justify;/* ie9*/-moz-text-align-last:justify;/*ff*/-webkit-text-align-last:justify;/*chrome 20+*/}

body{ font-size:12px;font-family:"微软雅黑",Arial, Helvetica, sans-serif; position:relative;margin:auto;color:#656565;word-break:break-all;height:100%; background:#fff;}

img {
	border: 0px none #000;
}

.clear {
	clear:both;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #1797D1;
}

td{font-size:16px;line-height:25px;}

.nav{ text-align:right; font-size:0; width:700px; margin:0 0 0 0;background:#FFF; }
.nav li{ display:inline-block; *display:inline; zoom:1; text-align:right; font-size:18px; padding:0px 0px 0px 26px; line-height:30px;margin-bottom:-5px;font-weight: bold;}
.nav li a{  color:#263e58; height:100%; }
.nav li.s{ text-align:center;}
.nav li a:hover,.nav li.on a{color:#1797D1; } 

.banner{background:#fff url(/images/Banner.jpg) no-repeat  center  0; height:570px;}


a.Foot{text-decoration: none;} /* 链接无下划线,有为underline */ 
a.Foot:link {color: #FFFFFF;} /* 未访问的链接 */
a.Foot:visited {color: #FFFFFF;} /* 已访问的链接 */
a.Foot:hover{color: #00448A;} /* 鼠标在链接上 */ 
a.Foot:active {color: #00448A;} /* 点击激活链接 */


.Foot{
font-size:12px;
color: #FFF;
}


.news_list{ width:900px;height:600px;}
.news_list li { margin-bottom:10px; border-bottom:1px dotted #526866;text-align:left; font-size:13px;}
.news_list li a{ width:887px; height:25px; color:#595959; line-height:25px; display:block; background:url(news_list.png) no-repeat; padding-left:15px; position:relative;}
.news_list li a:hover{ background-position:0px -25px; color:#1797D1;}
.news_list li a span{ display:block; position:absolute; top:0px; right:0px; font-size:10px;}

.playlist li{
    width:900px;
    height:145px;
    float:left;
    margin-bottom: 12px;
}
.playlist li a{
    display: block;
    width:900px;
    height:140px;
    padding-top: 10px;
    padding-left: 2px;
    border: 1px solid #f5f5f5;
    background: #fdfcfc;

}
.playlist{
    float:left;
    margin-bottom:0px;

}
.playlist li a img{
    float:left;
    margin: 0px 18px 0px 0px;
}
.playlist li a h2{
    line-height: 26px;
    font-style: normal;
    color:#595959;
    font-size: 14px;
    margin-top: 2px;
}
.playlist li a .say{
    line-height:25px;
    color:#666;
    font-size: 12px;

margin:6px 0px;
}
.playlist li a .data{
    line-height: 18px;
    color:#526866;
    font-family: Arial;
    font-size: 14px;

}
.playlist li a:hover{
    background: #fdfcfc;
    border-color:#f5f5f5;
}
.playlist li a:hover h2{
    color:#1797D1;
}
.playlist li a:hover .say{
    /*color:#ccdbe5;*/
    opacity: 0.87;
    filter:alpha(opacity=87);
}
.playlist li a:hover .data{
    /*color:#666;*/
    opacity: 0.5;
    filter:alpha(opacity=50);
}


.detials{
    width:100%;
	margin:0 auto;
}
.detials .tits{
    line-height:35px;
    font-size:23px;
    color:#526866;
    text-align: left;
    padding-top:10px;

}

.detials .data{
    text-align: left;
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 0px solid #ccc;
    margin-bottom: 15px;
}
.detials .say{
    line-height: 24px;
    /*text-indent: 2em;*/
}
.detials img{
    margin: 20px auto;

}
.detials a{
    display: block;
    color:#666;
    float:left;
    margin-right: 20px;
line-height:30px;
}
.detials a:hover{
    color:#0E86CF;
}
.detials .ret{
    float:right;
    margin: 0px;
}

.detials .turn{
    margin-top: 40px;
}

.bk3{height: 3px;}
.bk5{height: 5px;}
.bk8{height: 8px;}
.bk10{height: 10px;}
.bk20{height: 20px;}
.bk25{height: 25px;}
.bk30{height: 30px;}
.bk40{height: 40px;}
.bk50{height: 50px;}
.Biaoti1{
font-size:22px;
color: #656565;
font-weight: bold;
}
.Biaoti2{
font-size:18px;
color: #656565;
}
.Biaoti3{
font-size:24px;
color: #263e58;
font-weight: bold;
}



a.Biaoti3:link {color: #263e58;} /* 未访问的链接 */
a.Biaoti3:visited {color: #263e58;} /* 已访问的链接 */
a.Biaoti3:hover{color: #1797d1;} /* 鼠标在链接上 */ 
a.Biaoti3:active {color: #263e58;} /* 点击激活链接 */



.BiaotiIndex1{
font-size:16px;
color: #656565;
line-height:32px;
font-weight: bold;
}


.Biaoti4{
font-size:16px;
color: #656565;
line-height:30px;
}
.NewsBiaoti{
font-size:18px;
color: #263e58;
font-weight: bold;
}
.Foot_1{
font-size:18px;
color: #FFF;
font-weight: bold;
}

.Foot_2{
font-size:15px;
color: #FFF;
}
a.Foot_2{text-decoration: none;} /* 链接无下划线,有为underline */ 
a.Foot_2:link {color: #FFFFFF;} /* 未访问的链接 */
a.Foot_2:visited {color: #FFFFFF;} /* 已访问的链接 */
a.Foot_2:hover{color: #1797D1;} /* 鼠标在链接上 */ 
a.Foot_2:active {color: #1797D1;} /* 点击激活链接 */


.English{
font-size:15px;
color: #263e58;
font-weight: bold;
}
a.English{text-decoration: none;} /* 链接无下划线,有为underline */ 
a.English:link {color: #263e58;} /* 未访问的链接 */
a.English:visited {color: #263e58;} /* 已访问的链接 */
a.English:hover{color: #1797D1;} /* 鼠标在链接上 */ 
a.English:active {color: #1797D1;} /* 点击激活链接 */









.neibiao{
font-size:22px;
font-weight: bold;
line-height:35px;

}

.content{
font-size:14px;
line-height:30px;
}

.gexian{border-bottom: 1px solid #808080;width:930px;margin:20px 0 20px 0;}



.weizhi{
font-size:16px;
color: #263e58;
line-height:30px;
}

a.weizhi{text-decoration: none;} /* 链接无下划线,有为underline */ 
a.weizhi:link {color: #005c9c;} /* 未访问的链接 */
a.weizhi:visited {color: #1797D1;} /* 已访问的链接 */
a.weizhi:hover{color: #263e58;} /* 鼠标在链接上 */ 
a.weizhi:active {color: #263e58;} /* 点击激活链接 */

ul.left_menu {
padding: 0px 0;
width:141px;
height:250px;
background:url(/images/left_bg.jpg) no-repeat center 0; 

}

ul.left_menu li{
	height: 40px;
	line-height: 40px;
	/*border-bottom: 1px dashed #ccc;*/

}

ul.left_menu li a{
	display: block;
	letter-spacing: 1px;
	font-size: 18px;

}
ul.left_menu li a:hover,ul.left_menu li a.curr{
	/*background: #ededed;*/
	color: #1797D1;
	font-weight: bold;
	border-right: 2px solid #1797D1;
}



.news_list{ width:760px;height:1000px;}
.news_list li { margin-bottom:10px; border-bottom:0px dotted #526866;text-align:left; font-size:16px;}
.news_list li a{ width:760px; height:25px; color:#595959; line-height:25px; display:block; background:url(news_list.png) no-repeat; padding-left:0px; position:relative;}
.news_list li a:hover{ background-position:0px -25px; color:#1797D1;}
.news_list li a span{ display:block; position:absolute; top:0px; right:0px; font-size:10px;}

.indexnews{ width:430px;}
.xin li {  width:100%; overflow:hidden;  line-height:35px; border-bottom:#CCC dashed 0px; float:left; height:30px; font-size:16px;}
.xin li a { color:#656565;}
.xin li a:hover{ color:#1797D1;}
.xin li span { float:right}


.cplb .liebiao{width: 260px;float:left;margin-right: 74px;height:400px;}
.cplb li .cplb-cptp{width: 258px;height: 270px;border: 1px solid #ccc;  float: left; margin-top: 30px;}
.cplb-cptp img{width:258px;height:270px;}
.cplb li:hover a.cplb-cptp{color:#004C8B}
.cplb li:hover .cplb-cptp{border: 1px solid #004C8B;}
.cplb-cpsm{width:260px;font-size:14px;color:#263e58;text-align: left;}
.cplb-zhiwei{width:260px;font-size:12px;color:#4d4d4d;text-align: left;}
.cplb-nianfei{width:260px;font-size:14px;color:#eeeeee;text-align: left;}

.cplb .liebiao2{width: 260px;float:left;margin-left: 0px;}



.cplbs .liebiao{width: 295px;float:left;margin-right: 10px;margin-left:5px;}


.cplbs .liebiao2{width: 295px;float:left;margin-left: 0px;}



.cplbss .liebiao{width: 260px;float:left;margin-right: 30px;margin-left: 60px;}
.cplbss .liebiao2{width: 260px;float:left;margin-left: 0px;}




.ggdt .liebiao{width: 295px;height:420px;float:left;margin-right: 20px;background: #e7e6e6;margin-bottom: 10px;}
.ggdt li .ggdt-cptp{width:295px;height: 170px;border: 0px solid #ccc;  float: left; margin-bottom: 10px;}
.ggdt-cptp img{width:295px;height:170px;}
.ggdt li:hover a.ggdt-cptp{color:#004C8B}
.ggdt li:hover .ggdt-cptp{border: 0px solid #004C8B;}
.ggdt-cpsm{width:270px;text-align: left;font-size:18px;color: #263e58;font-weight: bold;margin-left: 15px;margin-right: 5px;}

.ggdt-zhiwei{text-align: left;font-size:12px;color:#4d4d4d;margin-left: 15px;margin-right: 5px;margin-top:8px;}
.ggdt-riqi{text-align: right;font-size:12px;color:#4d4d4d;margin-left: 15px;margin-right: 15px;margin-top:5px;}

.ggdt .liebiao2{width:295px;float:left;height:420px;margin-left: 0px;background: #e7e6e6;}

.qtgj .liebiao{width: 298px;height:425px;float:left;margin-right:18px;background: #e7e6e6;}
.qtgj li .qtgj-cptp{width: 298px;height: 380px;border: 0px solid #ccc;  float: left; margin-bottom: 10px;}
.qtgj-cptp img{width:298px;height:354px;}
.qtgj li:hover a.qtgj-cptp{color:#004C8B}
.qtgj li:hover .qtgj-cptp{border: 0px solid #004C8B;}
.qtgj-cpsm{width:298px;text-align: left;font-size:14px;color: #263e58;font-weight: bold;margin-left: 5px;margin-right: 5px;}

.qtgj .liebiao2{width: 298px;float:left;height:425px;margin-left: 0px;background: #e7e6e6;}


.zyjgbt{
font-size:20px;
color: #999999;
line-height:30px;
font-weight: bold;
}

.keBody{background:url(../images/bodyBg.jpg) repeat #333;}
.msKeimgBox{margin:0px auto;width:920px;overflow:hidden;position:relative;margin-left:10px;}
.msKeimgBox ul{width:920px;}
.mskeLayBg{background:#000;width:100%;position:absolute;left:0px;top:0px;z-index:10;opacity:0.7;filter:alpha(opacity=70);display:none;_display:none!important }
.mskelayBox{height:488px;width:974px;margin-top:-251px;margin-left:-494px;position:fixed;left:50%;top:50%;border:7px solid #FFF;z-index:20;background:#FFF;display:none;_display:none!important }
.mskeImgBg{height:57px;width:100%;position:absolute;left:0px;bottom:0px;}
.mskeClaose{position:absolute;top:-17px;right:-17px;cursor:pointer;}
.mske_downIco{position:absolute;left:0px;top:0px;}
.mske_imgDown{background:url(../images/mke_imgMbg.png) repeat;height:57px;width:818px;position:absolute;right:0px;bottom:0px;font:13px/57px "微软雅黑";color:#FFF;}
.mske_imgDown a{margin-left:34px;}
.msKeimgBox ul li{float:left;height:82px;margin:0 23px 15px 0;width:130px;cursor:pointer;}
.mskeTogBtn{background:url(../images/mskeTogBtn1.jpg) no-repeat;height:58px;width:180px;}
.mskeTogBtn2{background:url(../images/mskeTogBtn2.jpg) no-repeat;height:58px;width:180px;}
.msKeimgBox2{height:auto;}


.cygc1{
font-size:16px;
color: #263e58;
line-height:30px;
font-weight: bold;
}
a.cygc1{text-decoration: none;} /* 链接无下划线,有为underline */ 
a.cygc1:link {color: #263e58;} /* 未访问的链接 */
a.cygc1:visited {color: #263e58;} /* 已访问的链接 */
a.cygc1:hover{color: #1797D1;} /* 鼠标在链接上 */ 
a.cygc1:active {color: #1797D1;} /* 点击激活链接 */


.cygc2{
font-size:16px;
color: #263e58;
line-height:30px;
font-weight: bold;
}
a.cygc2{text-decoration: none;} /* 链接无下划线,有为underline */ 
a.cygc2:link {color: #263e58;} /* 未访问的链接 */
a.cygc2:visited {color: #263e58;} /* 已访问的链接 */
a.cygc2:hover{color: #1797D1;} /* 鼠标在链接上 */ 
a.cygc2:active {color: #1797D1;} /* 点击激活链接 */

.cygc3{
font-size:12px;

line-height:25px;

}

.cygc4{
font-size:12px;

line-height:25px;

}

.IndexBanner1{
font-size:18px;
color: #FFF;
/*font-weight: bold;*/
}

.IndexBanner2{
font-size:40px;
color: #FFF;
letter-spacing:3px;
font-weight: bold;
}

