/* 以下样式不用修改 开始*/
    /* 默认ul 无需修改 */
    .nav_menustyle_1_1 ul
    {
        list-style-type:none;
        padding:0px; 
        margin:0px;}
    /* 默认li 无需修改 */
    .nav_menustyle_1_1 li
    {
        float:left;
        text-align:center;
        position:relative;}
    /* 2级以上 li 无需修改 */
    .nav_menustyle_1_1 ul li ul li
    {
        float:none;
        z-index:100;}
    /* 3级以上默认ul 无需修改 */
    .nav_menustyle_1_1 ul li ul li ul
    {
        left:100%;
        top:0px;}
    /* IE6下的table样式 无需修改 */
    .nav_menustyle_1_1 table 
    {
        position:absolute; 
        left:0px;
        border-collapse:collapse; 
        border-spacing:0; 
        z-index:100;}   
    .nav_menustyle_1_1 table table
    {
        top:0px;}
    .nav_menustyle_1_1 td 
    {
        padding: 0;}   
    /* 共6级导航子菜单打开关闭控制 无需修改 */
    .nav_menustyle_1_1 li ul,
    .nav_menustyle_1_1 li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li ul
    {
        display:none;}
    .nav_menustyle_1_1 li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li ul
    {
        visibility:hidden;}
    .nav_menustyle_1_1 li a:hover ul,
    .nav_menustyle_1_1 li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul    
    {
        display:block;
        position:absolute;}
    .nav_menustyle_1_1 li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover ul
    {
        visibility:visible;}
    /* 默认a属性 无需修改 */
    .nav_menustyle_1_1 a
    {
        display:block;
        text-decoration:none;
        white-space:nowrap;}
/* 以上样式不用修改 结束*/
/* 默认链接样式 可以修改默认的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 a
{
    width:90px;         /*菜单宽度*/
    height:25px;        /*菜单高度*/
    line-height:25px;   /*字体高度, 可设为菜单高度*/
    font-size:14px;     /*字体大小*/
    color:#000;         /*字体颜色*/
    background:#eeeeee; /*背景色*/
    border:1px solid #fff;  /*边框颜色*/
    border-width:0px 1px 1px 0px;}
/* 默认hover链接样式 可以设置默认的鼠标移上样式 */
.nav_menustyle_1_1 a:hover
{
    color:#fff; /*鼠标移上颜色*/
    background:#2687eb;}
/* IE6兼容性代码，在IE6下起效， 必须根据菜单高宽进行设定 */
.nav_menustyle_1_1 table 
{
    top:26px;}   
.nav_menustyle_1_1 table table
{
    left:91px;}   
/* 2级以上链接样式 可以修改2级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li a
{}
/* 2级以上hover链接样式 可以修改2级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li a:hover
{}
/* 3级以上链接样式 可以修改3级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li ul li a
{}
/* 3级以上hover链接样式 可以修改3级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li ul li a:hover
{}

.pagefanye {
    margin-top: 50px;}
.pagefanye a, .pagefanye span{font-size: 13px !important;    text-indent: 0em!important;
    float: left !important;
    display: block !important;
    width: 36px !important;
    height: 30px !important;
    text-align: center !important;
    line-height: 30px !important;
    color: #024585 !important;
    border-radius: 3px !important;
    margin-right: 10px !important;
    border: 1px solid #461b6e !important;
    box-sizing: border-box !important;
    padding: 0 !important;}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;}

.defaultButtonStyle {
    font-size: 12px;
    font-family: 宋体;
    height: 30px!important;
    color: #000000;
    border: #AFD5F5 1px solid;
    margin: 0px;
    padding: 0px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff, EndColorStr=#BDDBF7);
    cursor: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#BDDBF7));}
    
    .defaultInputStyle {
    border: 1px solid #461b6e;
    width: 40px;
    height: 30px;
    margin-left: 10px !important;}
    
    .sub_article051{padding: 21px 0 0 0;}
.sub_article051 .article{padding: 0 0 26px;border-bottom: 1px solid #eee;}
.sub_list051 ul{margin: 30px 0 0 0;}
.sub_list051 li{width: 100%;}
.sub_list051 a{margin: 0 0 30px;}
.sub_list051 .type1 .left{width: 445px;float: left;margin: 0 -12px 0 0;}
.sub_list051 .type1 .right{margin: 0 0 0 433px;padding: 11px 0 0 0;position: relative;z-index: 2;box-shadow: 0 20px 30px rgba(0,0,0,0.1);}
.sub_list051 .type2 .right{width: 445px;float: right;margin: 0 0 0 -12px;}
.sub_list051 .type2 .left{margin: 0px 433px 0 0;padding: 11px 0 0 0;position: relative;z-index: 2;box-shadow: 0 20px 30px rgba(0,0,0,0.1);}
.sub_list051 .info_box{background: url(images/sub051_bg.png);box-shadow: 0 20px 30px rgba(0,0,0,0.1);    height: 226px;padding: 21px 30px 55px;transition: all ease-in-out 0.3s;-ms-transition: all ease-in-out 0.3s;-moz-transition: all ease-in-out 0.3s;-webkit-transition: all ease-in-out 0.3s;-o-transition: all ease-in-out 0.3s;}
.sub_list051 .img{padding-bottom: calc(250% / 3.85);}
.sub_list051 .title{margin: 0 0 8px;max-height: 30px;line-height: 30px;white-space: nowrap;}
.sub_list051 .info{margin: 0 0 14px;height: 92px;line-height: 28px;padding: 8px 50px 0px 0;border-top: 1px solid rgba(0,0,0,0.1);text-align: justify;}
.sub_list051 .view{float: right;padding: 0 15px 0 40px;background: url(images/sub0131_view2.jpg) 16px center no-repeat #709ac4;border-radius: 17px;line-height: 34px;height: 34px;color: #fff;}
.sub_list051 .tip{line-height: 18px;color: #709ac4;margin: 33px 0 0;}
.sub_list051 a:hover .info_box{background: #709ac4;}
.sub_list051 a:hover .info{border-top: 1px solid rgba(255,255,255,0.1);}
.sub_list051 a:hover .title,.sub_list051 a:hover .info{color: #fff;}
.sub_list051 a:hover .tip{color: rgba(255,255,255,0.4);}
.sub_list051 a:hover .view{background: url(images/sub0131_view2.jpg) 16px center no-repeat rgba(255,255,255,0.1);}


.ul-inline li {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;}

.img{display: block;overflow: hidden;width: 100%;height: 0;}
.img_centered{display: block;overflow: hidden;width: 100%;height: 0;position: relative;}
.img img{width: 100%;height: 250px;display: block;transition: all ease-in 0.2s;-ms-transition: all ease-in 0.2s;-moz-transition: all ease-in 0.2s;-webkit-transition: all ease-in 0.2s;-o-transition: all ease-in 0.2s;}
.img_centered img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;max-height: 100%;width: auto;margin: auto;}
.img img:hover{transform: scale(1.05);-ms-transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05);}

.info {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;}
.ul-inline li a {
    display: block;}
A.c1170823{
font-size: 9pt;
color: #222222;
line-height: 150%;
text-decoration: none;}
A.c1170823:link {
color: #222222;}  
A.c1170823:visited {
color: #222222;}  
A.c1170823:active {
color: #222222;}  
A.c1170823:hover {
color: #cc0000;}
