@charset "utf-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}
body{
    font-size: 14px;
    color: #666;

}
li {list-style: none;}
/* 要注意表单元素并不继承父级 font 的问题 */

input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration:underline;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
a {
    color: #666;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    line-height:0;
    overflow:hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.block {
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.oh {
    overflow: hidden;
}
/* 设置对齐 */
.tc {text-align: center;}
.tr {text-align: right;}
.tl {text-align: left;}
.con {
    width: 1200px;
    margin: 0 auto;
}
.pos {
    line-height: 45px;
    background: url(../images/wfhd/home.png) 5px center no-repeat;
    text-indent: 30px;
}
a.com:link, a.com:visited, a.com:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #333333;
    font-size: 16px;
}
a.com:hover {
    color: #b00c0c;
    text-decoration: none;
}
.sssss{
font-size: 18px;
font-weight: bold;
color: #487bc5;
}
span.com{
    font-family: "Microsoft YaHei";
    color: #333333;
    font-size: 16px;
}
.article_content_main {
    width: 1200px;
    margin: 0 auto;

}
#main_text {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    min-height: 200px;
}
.content_list {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    margin-top: 30px;
}

.box1 {
	width: 224px;
	height: 48px;
	background: #F6F9FD;
	border: 1px solid #E7EBF5;
}
.box1:hover {
	width: 224px;
	height: 48px;
	background: #F6F9FD;
	border: 1px solid #E7EBF5;
    cursor: pointer;
}
.change_box2 {
    width: 100%;
    height: 100%;
    background-color: #0078e8;
    line-height: 45px;
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}
.change_box1 {
    width: 100%;
    height: 100%;
    line-height: 45px;
   font-size: 20px;
font-weight: bold;
color: #487bc5;
    text-align: center;
}
.content {
    width: 100%;
    margin: 0 auto;
    min-height: 300px;
	border: 1px solid #DDDDDD;
	border-top:3px solid #487bc5;
	margin-top:20px;
}

.table {
    background: #d8d8d8;
    text-align: center;
    -webkit-border-horizontal-spacing: 1px;
    -webkit-border-vertical-spacing: 1px;
    width: 100%;
    display: table;
    border-collapse: separate;
}
.table tr {
    height: 50px;
    background: #ffffff;
    font-size: 14px;
}
.table .tr1 {
    background: #f5f5f5;
    font-size: 16px;
    color: #4c4c4c;
}
.zhuce_btn1 {
    width: 96px;
    height: 32px;
    cursor: pointer;
    background-color:#EB6100;
    float: left;
    margin-right: 220px;
    color:#fff;
}
.zhuce_btn2 {
    width: 96px;
    height: 32px;
    cursor: pointer;
    background-color:#575656;
    float: left;
    color:#fff;
}
.table .input {
    border: 1px solid #e4e3e3;
    width: 92%;
    height: 35px;
    margin-left: 10px;
}
.zhuce_btn1 {
    width: 96px;
    height: 32px;
    cursor: pointer;
    background-color: #EB6100;
    float: left;
    margin-right: 220px;
    color: #fff;
}

.zhuce_btn2 {
    width: 96px;
    height: 32px;
    cursor: pointer;
    background-color: #575656;
    float: left;
    color: #fff;
}


.mynav {
    height: 48px;
    background-color: #bf0c0d;
}
.mynav .contain {
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft yahei";
}
.mynav li {
    float: left;
    width: 150px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
}
.mynav li a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.mynav li a:hover, .mynav li a.active {
    background-color: #ed5316;
}

.glbox {
    border: 1px #e5e5e5 solid;
    padding: 15px;
}
.g-list-t-jg {
    line-height: 40px;
    text-align: left;
    font-size: 12px;
}

.g-list-t-jg li {
    padding-left: 10px;
    text-align: left;
    line-height: 40px;
    border-bottom: 1px dotted #E6E6E6;
    position: relative;
    display: block;
    width: 290px;
    float: left;
}
.g-list-t-jg li:hover {
    background-color: #f9f5f3;
}
.g-list-t-jg a, .g-list-t-jg a:visited {
    text-decoration: none;
    color: #333;
    padding-right: 5px;
    line-height: 40px;
}
a.dwtitle {
    font-size: 16px;
}