@charset "gb2312";
/*css 初始化 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body, ul, li, ol, dl, dd, dt,  h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; }   /*去掉input等聚焦时的蓝色边框*/
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "微软雅黑", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", PingHei, STHeiti;}
select, input { vertical-align:middle;}
select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; } /*防止拖动*/
img {border:0; vertical-align:middle; }  /*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
table { border-collapse:collapse; }
body {
    font:12px/150% "微软雅黑", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", PingHei, STHeiti;;
    color:#666;
    background:#fff
}
.clearfix:before,.clearfix:after {  /*清楚浮动*/
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
a {color:#666; text-decoration:none; }
a:hover{color:#C81623;}
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}  /*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/
s,i,em{font-style:normal;text-decoration:none;}
.col-red{color: #C81623!important;}

.pr{position: relative;}
.mt15{ margin-top: 15px !important;}
.btn-warning{ background-color: #ffba00;}
.btn-primary{background-color: #3a589b;}
.btn-info{ background-color: #55acee;}

/*公共类*/
.w {  /*版心 提取 */
    width: 1210px;margin:0 auto;
}
.fl {
    float:left
}
.fr {
    float:right
}
.al {
    text-align:left
}
.ac {
    text-align:center
}
.ar {
    text-align:right
}
.hide {
    display:none
}
.no-margin{margin: 0 !important;}
.font12{ font-size: 12px;}
.font14{ font-size: 14px;}
.font16{ font-size: 16px;}

.uli16 li {
    padding: 5px 0 5px 15px;
    position: relative;
    background: url(../img/dot_square.gif) 0 17px no-repeat;
    /* border-bottom: 1px dotted #dedee0; */
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.uli16 li:last-child{border-bottom: none;}
.uli16 li:hover{background:url(../img/dot_square_hover.gif) 0 17px no-repeat;}
.uli16 li a {
    font-size: 16px;
    line-height: 28px;
	color: #333;
}
.uli16 li:hover{
    border-color: #0072ca;
}
.uli16 li a:hover{color: #0072ca;}
.nowrap, ul.nowrapli li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 90%;
    vertical-align: bottom;
}
.nodot li{ background: none; padding-left: 0;}
.nodot li:hover{background: none;}

ul.list-date li span.time {
    width: 80px;
    opacity: .7;
    font-family: arial;
    position: absolute;
    right: 0;
    top: 12px;
    text-align: right;
}
ul.list-date li a {
    width: 76%;
}
.uli16 li span{float: right; font-size: 14px;}
.dot2{
	height:56px;
	text-indent: 0;
	font-size:16px;
	line-height:28px;
	color:#999;
	overflow: hidden;
}
.blank20 {margin: 0 auto; width: 100%; height: 20px; font-size: 1px; clear: both;}
/*公共部分*/
.header{ width: 100%; position: relative; background-color: #fff;}
.content{ width: 100%; overflow: hidden;}

.footer{background-color: #005bab; overflow: hidden; width: 100%;}
.footer .ulink{border-bottom: 1px solid #1d71ba; text-align: center; padding: 20px 0; width: 100%;}
.footer .ulink a{color: #fff;font-size: 14px; padding: 0 20px; position: relative;}
.footer .ulink a:hover{text-decoration: underline;}
.footer .ulink a::after{content:"";position: absolute;width:1px;height: 12px;background: #59a2e3;right: 0;top:4px;}
.footer .ulink a:last-child::after{width: 0;}

.footer .copy{padding: 40px 0;width: 100%;overflow: hidden;color: #8bbeeb;font-size: 14px; line-height: 24px;}
.footer .copy .txt{padding-left: 90px;}

.bg-blue{background-color: #f3f6fb; padding: 20px 0 0;}

.pd18{padding: 18px;}

.flag{position: absolute; left:50%; top: 630px; margin-left: 600px; width: 68px; height: 300px;}
.flag a{position:relative; z-index:2; display: block; width: 68px; height:50px; margin-bottom: 5px; text-indent: -999999px;background: url(../img/flag.png) no-repeat;}
.flag a.m1{background-position: 0 0;}
.flag a.m1:hover{ background-position: -68px 0;}
.flag a.m2{background-position: 0 -50px;}
.flag a.m2:hover{ background-position: -68px -50px;}
.flag a.m3{background-position: 0 -100px;}
.flag a.m3:hover{ background-position: -68px -100px;}
.flag a.m4{background-position: 0 -150px;}
.flag a.m4:hover{ background-position: -68px -150px;}
.flag a.m5{background-position: 0 -200px;}
.flag a.m5:hover{ background-position: -68px -200px;}
.flag a.m6{background-position: 0 -250px;}
.flag a.m6:hover{ background-position: -68px -250px;}

.flag a:hover span{
	display:block
}
.flag a span {
	position:absolute;
	display:none;
	right:80px;
	bottom:-45px;
	width:100px;
	height:120px;
	background:url(../img/weixin.png) no-repeat
}

.masklayer {
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    display: none; }
.header .smenu {display: none; }

.g-pad{clear:both; overflow:hidden;}
.g-pad .g-pad-head{clear:both; height:35px; position:relative; border-bottom: 1px solid #e5e3e3;}
.g-pad-head a,.g-pad-head a:visited{color:#333; text-decoration:none;font-weight: bold; font-size: 18px;}
.g-pad-head a:hover{}
.g-pad-head .g-pad-title{ position:absolute; left:0px; line-height:35px; font-size:18px; border-bottom: 1px solid #308bde;}
.g-pad-head .g-pad-title .ver-line{width:8px;height:22px;background:#39ba75;float:left;display:inline;margin:15px 10px 0 0px;font-size:0;overflow:hidden}
.g-pad-head .g-pad-more{float:right; line-height:35px; font-size:12px;position:absolute; right:0; top:0;}
.g-pad-head .g-pad-more a{color:#666; font-size: 14px;font-weight: normal; background: url(../img/icon_hd_more2.png) right center no-repeat;padding-right: 20px;}
.g-pad-head .g-pad-more a:hover{color: #0072ca;}
.g-pad-head .g-pad-more a i{font-size: 24px;}
.g-pad .g-pad-body{clear:both; padding:10px 0px 10px 0px;}

/* 设置默认文字样式 */
body,input,select,textarea,button { 
	font: normal 100% Arial,sans-serif;
}

/* 清除移动端按钮点击出现黑色背景 */
* { 
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

/* 清除输入标签选中效果 */
input,select,textarea,button { 
	outline: none;
}
input {
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

/* 清除序列标签默认样式 */
ul,li,dl,dd,dt {
	list-style-type: none;
}

/* 清除a标签下划线样式 */
a,a:link,a:visited,a:hover,a:active {
	text-decoration:none;
}

/* 清除图片的边框 */
img {
	border: 0;
}

/* 清除文字粗体效果 */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

/* 清除浮动 */
.clear {
	clear: both;
}


