.I127_swapper{
    width: 100%;
    height: 100%;
    min-width: 1200px;
    overflow: auto;
    /* background: url('/static/public/image/I127_bg.png') no-repeat;
    background-size: 100% 100%; */
    background-color: #F6F6F6;
}
.I127_header{
    width: 100%;
    height: 240px;
    background: url('/static/public/image/header_bg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.I127_header>img{
    position: absolute;
    height: 35%;
    top: 47%;
    left: 20%;
}
/* .I127_header>img:nth-child(2){
    position: absolute;
    left: 49%;
    bottom: 8%;
} */
/*背景图*/
.I127_content{
    width: 100%;
    /*background: url('/static/public/image/I127_content_bg.png') no-repeat;*/
    background-size: 100% 100%;
    background-color: #F6F6F6;/*#E9EAEE*/
    /* height: calc(100% - 230px - 149px); */
}
/*导航背景*/
.I127_menu{
    width: 100%;
    background-color: #387BC3;
    /*background: linear-gradient(to right, #3B7FC6, #205BA5);*/
    height: 60px;
}
.I127_menu_main{
    width: 1440px;
    height: 60px;
    margin: 0 auto;
}
.I127_menu_main::after{
    content: '';
    clear: both;
    display: block;
}
.I127_menu_main>div{
    float: left;
    height: 100%;
    width: 9%;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    padding-bottom: 3px;
}
.I127_menu_main>div>a{
    display: inline-block;
    width: 100%;
    color: #B5C6D6;
    height: 100%;
    box-sizing: border-box;
    /*padding: 11px 0;
    padding: 15px 0 10px;*/
    line-height: 60px;
    font-size: 20px;
}
.I127_menu_main>div>a:hover{
    color: #FFFFFF;
    font-weight: bolder;
}
.I127_menu_active{
    /*background-color: #3F48CC;*/
}
/*导航划过*/
.I127_menu_main>div:hover{
    /*background-color: #3F48CC;*/
}
.I127_con{
    width: 100%;
    height: calc(100% - 36px);
    margin-top: 10px;
}
.I127_con>div{
    width: 1440px;
    margin: 24px auto;
    box-sizing: border-box;
    padding: 12px 0 30px;
    background-color: #fff;
    /*border-radius: 10px;*/
}
/* .I127_con>div>iframe{
    width: 100%;
    height: 100%;
} */

.C127_swapper{
    width: 100%;
    /* height: 100%; */
    box-sizing: border-box;
    padding: 12px;
    background-color: #fff;
}
.C127_con0{
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
}
.C127_con1{
    width: 100%;
    height: 118px;
    margin-top: 24px;
}
.C127_con1::after{
    content: '';
    clear: both;
    display: block;
}
.C127_con1>div{
    float: left;
}
.C127_con1>.C127_con1_first{
    width: 130px;
    height: 86px;
    color: #000000;
    background-color: #FCF7F1;
    box-sizing: border-box;
    /*padding: 6px 11px 6px 14px;*/
    font-size: 18px;
    /*letter-spacing: 2px;*/
    border: 1px #E5911D solid;
    border-radius: 6px;
}
.C127_con1>.C127_con1_first>.zxtt_nian_yue{
    background-color: #E5911D;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    margin-right: -1px;
    margin-top: -1px;
    border-radius: 6px 6px 0px 0px;
}
.C127_con1>.C127_con1_first>.zxtt_ri{
    text-align: center;
    line-height: 60px;
    font-size: 12px;
}
.C127_con1>.C127_con1_first>.zxtt_ri>span{
    color: #E5911D;
    font-weight: bolder;
    font-size: 24px;
    margin-left: 8px;
}
.C127_con1>.C127_con1_sec{
    width: 85%;
}
.C127_con1>.C127_con1_sec>.C127_con1_sec1{
    font-size: 30px;
    color: #000;
    font-weight: 800;
    line-height: 42px;
    width: 100%;
    margin-bottom: 5px;
}
.C127_con1>.C127_con1_sec>.C127_con1_sec1>div{
    width: 48%;
    margin: 0 auto;
}
.C127_con1>.C127_con1_sec>.C127_con1_sec1>div>img{
    width: 77px;
    height: 24px;
}
.C127_con1>.C127_con1_sec>.C127_con1_sec2{
    font-size: 18px;
    line-height: 36px;
    color: #616161;
    box-sizing: border-box;
    padding-left: 68px;
}
.C127_con1>.C127_con1_third{
    float: right;
    /*height: 64px;*/
    box-sizing: border-box;
    padding-top: 0px;
    color: #838383;
    font-size: 14px;
    cursor: pointer;
    margin-top: 55px;
}
.C127_con2{
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}
.C127_con2::after{
    content: '';
    clear: both;
    display: block;
}
.C127_con2_left{
    width: 52%;
    /*height: 380px;*/
    height: 458px;
    float: left;
}
.C127_con2_left > div {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden; 
}
.C127_con2_left > div .item {
    width: 100%;
    height: 100%;
    position: absolute; 
}
.C127_con2_left > div .item img {
    width: 100%;
    height: 100%; 
}
.C127_con2_left > div .btn {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 70px;
    color: #f7eded;
    font-size: 36px;
    line-height: 70px;
    text-align: center;
    cursor: pointer; 
}
.C127_con2_left > div .btn:hover {
    background: rgba(220, 217, 217, 0.5);
    color: #fff;
    color: #f59a9a \9;
    opacity: 0.5; 
}
.C127_con2_left > div .prev {
    position: absolute;
    left: 0;
    border-radius: 0 5px 5px 0; 
}
.C127_con2_left > div .next {
    position: absolute;
    right: 0;
    border-radius: 5px 0 0 5px; 
}
.C127_con2_left > div #tabs {
    width: 100%;
    height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    /* IE滤镜 */ 
}
.C127_con2_left > div #tabs ul {
    width: 100%;
    height: 100%; 
    box-sizing: border-box;
    padding-top: 8px;
}
.C127_con2_left > div #tabs ul .tab {
    float: left;
    width: 22px;
    height: 16px;
    cursor: pointer;
    position: relative;
    left: 35%; 
}
.C127_con2_left > div #tabs ul .active {
    margin-right: 16px; 
}
@media \0screen\,screen\9 {
    .C127_con2_left > div {
        /* 只支持IE6、7、8 */ }
        .C127_con2_left > div #tabs {
        background-color: #000000;
        filter: Alpha(opacity=60);
        position: absolute;
        /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1;
        /* 激活IE6、7的haslayout属性，让它读懂Alpha */ }
        .C127_con2_left > div #tabs .I127_tabs_up, .C127_con2_left > div #tabs ul {
            position: relative; 
        } 
}
/* .C127_con2_left>img{
    width: 100%;
    height: 100%;
} */
.C127_con2_right{
    width: 48%;
    height: 380px;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
}
.C127_con2_right>div{
    width: 100%;
    height: 100%;
    /*background-color: #EBEBEB;*/
    box-sizing: border-box;
    padding: 0px 0px 0px 20px;
}
.C127_con2_right>div>.C127_con2_right1{
    box-sizing: border-box;
    padding: 0 12px;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 24px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}
.C127_con2_right1{
    margin-bottom: 24px;
    display: block
}
.C127_con2_right2{
    color: #333;
    font-size: 14px;
    line-height: 34px;
}
.C127_con2_right3{
    cursor: pointer;
}
.C127_con2_right3:hover{
    background-color: #D9D9D9;
}
.C127_con2_right2>.C127_con2_right2_icon{
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100%;
    position: relative;
    bottom: 2px;
}
.C127_con0_con3{
    box-sizing: border-box;
    padding: 0px 15px;
    overflow: hidden;
}
.C127_con3{
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
.C127_con3::after{
    content: '';
    clear: both;
    display: block;
}
.C127_con3>div{
    width: 33%;
    float: left;
}
.C127_con3>.C127_con3_div2{
    margin: 0 0.5%;
}
.C127_con3>div>a{
    width: 100%;
    display: inline-block;
}
.C127_con3>div>a>img{
    width: 100%;
    cursor: pointer;
}
.C127_con5{
    width: 100%;
    height: 120px;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}
.C127_con5>a{
    width: 100%;
    height: 100%;
}
.C127_con5>a>img{
    width: 100%;
    height: 100%;
}
#C127_con5_tabs{
    /* width: 60px; */
    /* height: 20px; */
    position: absolute;
    bottom: 6px;
    right: 1%;
}
#C127_con5_tabs>ul{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 8px;
}
#C127_con5_tabs>ul>li{
    float: left;
    width: 20px;
    height: 18px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    margin-right: 6px;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
}
#C127_con5_tabs>ul>.C127_con5_tabs_active{
    background-color: #f05006;
}
#C127_con5_con5_tabs{
    /* width: 60px; */
    /* height: 20px; */
    position: absolute;
    bottom: 6px;
    right: 1%;
}
#C127_con5_con5_tabs>ul{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 8px;
}
#C127_con5_con5_tabs>ul>li{
    float: left;
    width: 20px;
    height: 18px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    margin-right: 6px;
    text-align: center;
    font-size: 10px;
}
#C127_con5_con5_tabs>ul>.C127_con5_tabs_active{
    background-color: #f05006;
}
@media \0screen\,screen\9 {
    .C127_con5 {
        /* 只支持IE6、7、8 */ }
        .C127_con5 > #C127_con5_con5_tabs > ul > li  {
        background-color: #000000;
        filter: Alpha(opacity=60);
        position: absolute;
        /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1;
        /* 激活IE6、7的haslayout属性，让它读懂Alpha */ }
        .C127_con5 > #C127_con5_con5_tabs > ul > li  {
            position: relative; 
            box-sizing: border-box;
            padding-top: 3px;
        } 
        .C127_con5 > #C127_con5_con5_tabs > ul> li.C127_con5_tabs_active{
            background-color: #f05006!important;
        }
        .C127_con5 > #C127_con5_tabs > ul > li  {
            background-color: #000000;
            filter: Alpha(opacity=60);
            position: absolute;
            /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
            *zoom: 1;
            /* 激活IE6、7的haslayout属性，让它读懂Alpha */ }
            .C127_con5 > #C127_con5_tabs > ul > li  {
                position: relative; 
                box-sizing: border-box;
                padding-top: 3px;
            } 
            .C127_con5 > #C127_con5_tabs > ul> li.C127_con5_tabs_active{
                background-color: #f05006!important;
            }
}
.C127_con5>a{
    display: inline-block;
    width: 100%;
}
.C127_con5>a>img{
    width: 100%;
    cursor: pointer;
    border-radius: 3px;
}
.C127_con4{
    width: 100%;
}
.C127_con4::after{
    content: '';
    clear: both;
    display: block;
}
.C127_con4_div{
    width: 36%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px 0 5px;
}
.C127_c4_d_title{
    width: 100%;
    border-bottom: 1px solid #005FED;
}
.C127_c4_d_title>a>span{
    display: inline-block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
}
.C127_c4_d_title1{
    background: url(/static/public/image/I127_icon1.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    width: 60px;
    width: 80px\9;
}
/*.C127_c4_d_title1 a{*/
    /*color: #FFFFFF;*/
/*}*/
.C127_con4_div1_top div span a{
    color: #FFFFFF;
}
.C127_c4_d_title2{
    color: #005FED;
    font-weight: bold;
}
.C127_c4_d_con{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 8px 10px 5px;
}
.C127_c4_d_con>div{
    width: 100%;
    line-height: 35px;
    line-height: 32px\9;
    font-size: 14px;
    color: #6F747C;
    cursor: pointer;
}
.index_item_title{
    width: 100%;
    line-height: 35px;
    line-height: 32px\9;
    font-size: 14px;
    color: #6F747C;
    cursor: pointer;
}
.C127_c4_d_con>div:hover{
    background-color: #D9D9D9;
}
.C127_c4_d_con>div>.C127_c4_d_con_icon{
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #6F747C;
    border-radius: 100%;
    position: relative;
    bottom: 2px;
    margin-right: 4px;
}
.C127_con4_div1{
    width: 28%;
    float: left;
    box-sizing: border-box;
    padding: 0 0 0 17px;
}
.C127_con4_div1>div{
    width: 100%;
    box-sizing: border-box;
    padding: 12px 12px 6px;
    background-color: #EBEBEB;
}
.C127_con4_div1_top{
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.C127_con4_div1_top>div{
    width: 70%;
    background-color: #005FED;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 8px 0;
    cursor: pointer;
}
.C127_con4_div1_top>div>span{
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    bottom: 4px;
}
.C127_con4_div1_center{
    width: 100%;
    box-sizing: border-box;
    padding: 0 8%;
}
.C127_con4_div1_center>span{
    font-size: 15px;
    color: #333;
    font-weight: 600;
}
.C127_con4_div1_con{
    width: 100%;
    box-sizing: border-box;
    padding: 6px 12px 12px;
}
.C127_con4_div1_con>div{
    width: 100%;
    border: 1px solid #DCDEDE;
    background-color: #F5F5F5;
    box-sizing: border-box;
    padding: 14px 12px 4px 12px;
}
.C127_con4_div1_con_tit{
    color: #333;
    font-size: 14px;
}
.C127_con4_div1_con_con{
    color: #6F747C;
    font-size: 14px;
    margin-bottom: 8px;
    box-sizing: border-box;
    padding-left: 12px;
}
.C127_con6{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}
.C127_con6_title{
    width: 100%;
}
.C127_con6_title>img{
    width: 43%;
    width: 41%\9;
    position: relative;
    bottom: 4px;
}
.C127_con6_title>div{
    display: inline-block;
    width: 13%;
    width: 16%\9;
    box-sizing: border-box;
    padding-left: 3%;
}
.C127_con6_title>div>a>span{
    display: inline-block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
}
.C127_con6_title>div>a>.C127_con6_title_fir{
    background: url(/static/public/image/I127_icon1.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    width: 60px;
    width: 80px\9;
}
/*.C127_con6_title_fir a{*/
    /*color: #fff;*/
/*}*/
.C127_con6_title>div>a>.C127_con6_title_sec{
    color: #005FED;
    font-weight: bold;
}
.C127_con6_con{
    width: 100%;
}
.C127_con6_con::after{
    content: '';
    clear: both;
    display: block;
}
.C127_con6_con_div{
    width: 48%;
    margin-right: 3%;
    float: left;
}
.C127_con6_c_d_tit::after{
    content: '';
    clear: both;
    display: block;
}
.C127_con6_c_d_tit{
    width: 100%;
    box-sizing: border-box;
    /*padding: 17px 68px;*/
    /*margin-bottom: 10px;*/
    padding-bottom: 15px;
    border-bottom: 1px #E8E8E8 solid;
}
.C127_c6_c_d_tit1{
    width: 24%;
    float: left;
    /*border-right: 1px solid #DADCDE;*/
    text-align: center;
    font-size: 22px;
    color: #333;
    cursor: pointer;
}
.C127_c6_c_d_tit2{
    border-right: none;
}
.C127_c6_c_d_tit1_active{
    color: #333333;
    font-weight: 600;
}
.C127_con6_c_d_con{
    width: 100%;
    box-sizing: border-box;
    padding: 15px 2px 0 12px;
}
.C127_con6_con_div1 .C127_con6_c_d_con{
    padding: 0 12px 0 34px;
}
.C127_con6_c_d_con_fir{
    width: 100%;
    font-size: 15px;
    color: #005FED;
    margin-bottom: 12px;
    cursor: pointer;
}
.C127_con6_c_d_con_fir a{
    color: #005FED;
}

.C127_con6_c_d_con_sec{
    font-size: 14px;
    color: #ABABAB;
    margin-bottom: 14px;
    line-height: 30px;
}
.C127_con6_c_d_con_third{
    width: 100%;
    line-height: 44px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.C127_con6_c_d_con_third:hover{
    background-color: #D9D9D9;
}
.C127_con6_c_d_con_third>.C127_con6_c_d_con_third_icon{
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100%;
    position: relative;
    bottom: 2px;
    margin-right: 4px;
}
.C127_con6_con_div1{
    margin-right: 0;
}
.C127_con7_con{
    width: 100%;
}
.C127_con7_con::after{
    content: '';
    clear: both;
    display: block;
}
.C127_con7_con_div{
    width: 24.2%;
    float: left;
    margin-top: 16px;
    margin-right: 1%;
}
.C127_con7_con_div1{
    margin-right: 0;
}
.C127_con7_c_div_tit{
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
.C127_con7_c_div_tit>span{
     font-size: 16px;
     color: #005FED;
     margin-right: 4px;
     font-weight: 600;
     cursor: pointer;
 }
.C127_con7_c_div_tit>a{
    font-size: 16px;
    color: #005FED;
    margin-right: 4px;
    font-weight: 600;
    cursor: pointer;
}
.C127_con7_c_div_con{
    width: 100%;
    border-top: 2px solid #005FED;
    background-color: #EBEBEB;
    box-sizing: border-box;
    padding: 16px 13px;
}
.C127_con7_c_div_c_div{
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
    cursor: pointer;
}
.C127_con7_c_div_c_div:hover{
    background-color: #D9D9D9;
}
.C127_con7_c_div_c_div>.C127_con7_c_d_c_d_icon{
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100%;
    position: relative;
    bottom: 3px;
    margin-right: 4px;
}
.C127_con8{
    margin-top: 15px;
}
.C127_con8_tit{
    width: 60%;
    margin: 0 auto;
}
.C127_con8_tit .C127_c6_c_d_tit1{
    width: 25%;
}
.C127_con8_con{
    width: 100%;
    margin-top: 12px;
    height: 208px;
    box-sizing: border-box;
    padding-left: 6px;
}
/* .C127_con8_con::after{
    content: '';
    clear: both;
    display: block;
} */
/* .str_origin{
    width: 100%;
}
.str_origin::after{
    content: '';
    clear: both;
    display: block;
} */
.C127_con8_con_div{
    /* width: 23.2%;
    height: 100%; */
    margin-right: 18px;
    /* float: left; */
}
.C127_con8_con_div>img{
    width: 268px;
    height: 205px;
}
/* .C127_con8_con_div{
    width: 100%;
    display: inline-block;
} */
/* .C127_con8_con_div>img{
    width: 100%;
    cursor: pointer;
    height: 100%;
} */
/* .C127_con8_con_div1{
    margin-right: 0;
} */
.C127_con9{
    width: 100%;
    box-sizing: border-box;
    height: 80px;
    padding: 16px 0.4% 16px 2.3%;
    background-color: #EBEBEB;
    margin-top: 40px;
}
.C127_con9::after{
    content: '';
    display: block;
    clear: both;
}
.C127_con9>a{
    display: inline-block;
    width: 12.3%;
    float: left;
    margin-right: 1.9%;
}
.C127_con9>a>img{
    width: 100%;
}

/* 微视频 */
.L127_left {
    width: 15%;
    height: 100%;
    float: left;
    box-sizing: border-box; 
}
.L127_left .L127_lefTDiv {
    width: 100%;
    height: 100%;
    border-bottom: none;
    border: solid 1px #DBE6FB;
    box-shadow: 0 0 5px #DBE6FB; 
}
.L127_left .L127_lefTDiv .L127_leftTitle {
    color: #fff;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 0.5%;
    box-sizing: border-box; 
}
.L127_left .L127_lefTDiv .L127_leftTitle > div {
    background-color: #2476F0;
    width: 100%;
    height: 100%;
    border-bottom: solid 1px #DBE6FB; 
    box-shadow: 0 0 5px #DBE6FB; 
}
.L127_left .L127_lefTDiv .L127_leftCandan ul > li {
    font-size: 15px;
    line-height: 44px;
    color: #535353;
    box-sizing: border-box;
    /* padding-left: 15%; */
    text-align: center;
    border-bottom: solid 1px #DBE6FB; 
    box-shadow: 0 0 5px #DBE6FB; 
    cursor: pointer;
}
.L127_left .L127_lefTDiv .L127_leftCandan ul > li > a {
    font-size: 15px;
    color: #535353;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.L127_left .L127_lefTDiv .L127_leftCandan ul > .curr {
    color: #2476F0;
    border-left: 4px solid #2476F0;
    width: 100.5%;
    z-index: 99;
    background-color: #fff;
    box-shadow: none; 
    font-weight: 600;
}
.L127_left .L127_lefTDiv .L127_leftCandan ul > li > .curr_a {
    color: #2476F0;
    font-weight: 600;
}
/*.L127_right {
    width: 85%;
    height: 100%;
    margin-left: 15%;
    padding: 15px;
    box-sizing: border-box; 
    border-top: 1px solid #DBE6FB; 
    border-left: 1px solid #DBE6FB;
}*/
.L127_right {
    width: 100%;
    height: 100%;
    padding-top: 45px;
    box-sizing: border-box;
}
.L127_right .L127_rightDiv {
    width: 100%;
    height: 100%; 
}
.L127_right .L127_rightDiv .L127_rightTitle {
    height: 32px;
    border-bottom: 1px solid #A3A3A3;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 8px; 
}
.L127_right .L127_rightDiv .L127_rightTitle .L127_rt_left {
    color: #2476F0;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 3px solid #2476F0;
    padding-left: 1%;
    line-height: 28px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 36px 2px;
    /* position: absolute;
    left: 1%;
    top: 20%;  */
}
.L127_right .L127_rightDiv .L127_rightTitle .L127_rt_right {
    position: absolute;
    right: 0;
    top: 30%;
    color: #888888;
    font-size: 15px;
    padding-right: 2%; 
}
.L127_right .L127_rightDiv .L127_rightTitle .L127_rt_right img {
    width: 5%;
    height: 100%;
    position: absolute;
    left: -7%;
    top: 4%; 
}
.L127_right .L127_rightDiv .L127_content {
    height: 86%;
    /* padding: 0.5% 2% 1% 2%; */
    box-sizing: border-box;
    padding-bottom: 50px; 
    border-bottom: 1px dashed #A3A3A3;
    margin-bottom: 21px;
}
.L127_right .L127_rightDiv .L127_bottom {
    height: 34px;
    text-align: center;
    padding: 5px 0 0;
    font-size: 14px; 
}
#lmy_page{
    margin-top: -12px;
}
.L127_right .L127_rightDiv .L127_bottom > span {
    color: #999999;
    margin: 26px; 
}
.L127_right .L127_rightDiv .L127_bottom .curr {
    color: #ff0008; 
}
.L127_right .L127_rightDiv .L127_bottom .anniu {
    border: 1px solid #ccc;
    padding: 4px 14px;
    cursor: pointer;
    height: 24px; 
}
.L127_right .L127_rightDiv .L127_bottom .anniu:hover {
    background: #ccc;
    color: #fff; 
}
.L127_right .L127_rightDiv .L127_bottom .anniu1 {
    cursor: pointer; 
}
.L127_right .L127_rightDiv .L127_bottom .anniu1:hover {
    color: #ff0008; 
}
.L127_right .L127_rightDiv .L127_bottom .shuru {
    border: 1px solid #ccc;
    width: 55px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #999999; 
}
.W127_top{
    width: 100%;
    box-sizing: border-box;
    padding: 0 34px;
}
.W127_top>img{
    width: 15px;
    margin-right: 17px;
}
.W127_top>span{
    font-size: 14px;
    color: #595C61;
    position: relative;
    bottom: 2px;
}
.W127_top>a{
    font-size: 14px;
    color: #595C61;
    position: relative;
    bottom: 2px;
}
.W127_down{
    width: 100%;
    padding: 12px 0;
}
.W127_down::after{
    display: block;
    content: '';
    clear: both;
}
.L127_imgList {
    width: 100%;
    overflow: hidden;
}
.L127_imgList li {
    width: 32.4%;
    float: left;
    margin: 25px 0 0 6px;
}
.L127_imgList li a {
    display: block;
    position: relative;
    overflow: hidden;
}
.L127_imgList li a img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.L127_imgList li a div {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #2476F0;
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 100;
}
.L127_imgList li a:hover img {
    transform: scale(1.5);
}
.L127_imgList li a:hover div {
    color: #FFC600;
}

/* 机构设置 */
.J127_swapper .L127_right .L127_rightDiv .L127_content{
    border-bottom: none;
} 
.J127_swapper .J127_con{
    box-sizing: border-box;
    padding: 34px 20px;
}
.J127_swapper .L127_con_div{
    font-size: 14px;
    color: #333;
    margin-bottom: 30px;
    line-height: 30px;
}
.J127_swapper .L127_right .L127_rightDiv .L127_content {
    padding-bottom: 34px;
}

/* 信息公开 */
.X127_swapper .W127_down{
    /*height: 400px;*/
    border-top: 1px solid #DBE6FB; 
    margin-top: 15px;
    box-sizing: border-box;
    padding: 32px 0 0 2.1%;
}
.X127_swapper .X127_down_div{
    width: 22.5%;
    float: left;
    box-sizing: border-box;
    height: 150px;
    padding: 34px 30px;
    border: 1px solid #ccc \9;
    box-shadow: 0 0 5px #ccc;
    margin-right: 2.1%;
    margin-bottom: 32px;
}
.X127_swapper .X127_down_div::after{
    display: block;
    clear: both;
    content: "";
}
.X127_down_div>img{
    float: left;
    width: 90px;
    cursor: pointer;
}
.X127_down_div>div{
    font-size: 16px;
    color: #000;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 30px 0 32px 35px;
    /* position: relative;
    bottom: 32px; */
}

/* 微视频详情 */
.W127_wsp1_top{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 17px 0 18px;
    font-size: 19px;
    color: #2476F0;
}
.W127_wsp1_down{
    width: 100%;
    box-sizing: border-box;
    padding: 0 17px;
}
.W127_wsp1_down>div{
    width: 100%;
    border-top: 1px solid #DBE6FB;
    box-sizing: border-box;
    padding: 24px 10px 35px;
}
.W127_wsp1_down>div>img{
    width: 100%;
}

/* 党风政风 */
.D127_swapper .L127_right .L127_rightDiv .L127_content{
    border-bottom: none;
    box-sizing: border-box;
    padding: 5px 20px;
}
.D127_con_div{
    width: 100%;
    box-sizing: border-box;
    padding: 16px 10px;
    border-bottom: 1px dashed #A3A3A3;
}
.D127_con_div>.D127_con_div_fir>a{
    font-size: 15px;
    color: #2476F0;
    line-height: 35px;
    cursor: pointer;
}
.D127_con_div>.D127_con_div_sec{
    font-size: 14px;
    color: #B2B2B2;
    line-height: 24px;
    text-indent: 28px;
}

/* 党风政风内容页 */
.D127_swapper .D127_down_nr{
    margin-top: 12px;
    /*border-top: 1px solid #DBE6FB;*/
}
.D127_swapper .D127_down_nr_top{
    width: 100%;
    box-sizing: border-box;
    padding: 17px 0;
    text-align: center;
    /*font-size: 20px;
    color: #2476F0;*/
    font-size: 30px;
    color: #333333;
    font-weight: bolder;
}
.D127_down_nr_center{
    width: 100%;
    box-sizing: border-box;
    padding: 0 17px;
}
.D127_down_nr_center>div{
    width: 100%;
    /*border-top: 1px dashed #A3A3A3;
    border-bottom: 1px dashed #A3A3A3;*/
    box-sizing: border-box;
    padding: 12px 0;
    text-align: center;
}
.D127_down_nr_center>div>span{
    font-size: 18px;
    color: #6F747C;
}
.D127_down_nr_center>div>.D127_down_nr_cen_fir{
    /*margin-right: 84px;*/
}
.D127_down_nr_down{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 32px;
}
.D127_down_nr_down>div{
    font-size: 14px;
    color: #333;
    line-height: 32px;
    text-indent: 28px;
}
.D127_down_nr_down_img{
    width: 100%;
    margin-top: 20px;
}
.D127_down_nr_down_img>div{
    width: 50%;
    margin: 0 auto;
}
.D127_down_nr_down_img>div>img{
    width: 100%;
}

.I127_header{
    position: relative;
}
/*.H127_input{
    position: absolute;
    right: 50px;
    top: 196px;
    opacity: 0.98;
}*/
.H127_input {
    position: absolute;
    top: 196px;
    opacity: 0.98;
    width: 1440px;
    /*background-color: antiquewhite;*/
}
.H127_input::after{
    content: '';
    clear: both;
    display: block;
}
.H127_input>.H127_layInput{
    /*float: left;*/
    float: right;
    height: 36px;
    line-height: 36px;
    width: 16em;
    box-sizing: border-box;
    padding-left: 10px;
}
.H127_input>div{
    /*float: left;*/
    float: right;
    background-color: #005FED;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.H127_input>div>img{
    width: 22px;
    cursor: pointer;
}


.C127_con_left_1{
    /*border: 1px #F6F6F6 solid;*/
    width: 940px;
    height: 930px;
    float: left;
    background-color: #FFFFFF;
}
.C127_con_right_1{
    width: 475px;
    height: 345px;
    float: right;
    background-color: #FFFFFF;
    margin-bottom: 16px;
}

.C127_con_right_2{
    width: 475px;
    height: 133px;
    float: right;
    background-color: #FFFFFF;
    margin-bottom: 16px;
}
.C127_con_right_2_1{
    width: 450px;
    height: 113px;
    border: 0.5px #d8d8ed solid;
    margin: 10px 5px 5px 13px;
    border-radius: 5px;
}
.C127_con_right_3{
    width: 475px;
    height: 420px;
    float: right;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

.C127_con_title_dd{
    text-align: center;
}
.C127_con_title_dd_1{
    background: url(/static/public/image/title_bg_1.png) center no-repeat;
    background-size:44% 22%;
    margin: 24px 0px 10px 0px;
}
.C127_con_title_dd_2{
    font-size: 24px;
    font-weight: bolder;
    color: #E5911D;
}
.C127_con_title_dd_3{
    font-size: 24px;
    font-weight: bolder;
}
.C127_con_title_dd_4{
    font-size: 18px;
    color: #D8D8D8;
}

.index_zhengshu_area{
    height: 150px;
    padding: 0px 0 30px !important;
    background-color: #F6F6F6 !important;
}
.index_zhengshu_area_1{
    width: 710px;
    height: 150px;
    background-color: #c4c4c4;
    float: left;
}

.index_zhengshu_area_2{
    width: 710px;
    height: 150px;
    background-color: #0dc316;
    float: right;
}




.C127_con_title_d{
    text-align: center;
}
.C127_con_title_d_1{
    background: url(/static/public/image/title_bg_2.png) center no-repeat;
    background-size:38% 24%;
    margin: 24px 0px 10px 0px;
}
.C127_con_title_d_2{
    font-size: 32px;
    font-weight: bolder;
    color: #E5911D;
}
.C127_con_title_d_3{
    font-size: 32px;
    font-weight: bolder;
}
.C127_con_title_d_4{
    font-size: 24px;
    color: #D8D8D8;
}

.index_qiyefengcai_area{
    height: 460px;
    background-color: #F6F6F6 !important;
}
.index_qiyefengcai_area_1{
    width: 466px;
    height: 450px;
    /*background-color: #0d8ddb;*/
    background-image: linear-gradient(#F7FDFC, #DEF0ED);
    float: left;
    border: 1px #B2E9DE solid;
    border-radius: 5px;
}
.index_qiyefengcai_area_2{
    width: 466px;
    height: 450px;
    /*background-color: #00FFFF;*/
    background-image: linear-gradient(#F5FDFF, #DFECF3);
    float: left;
    margin-left: 21px;
    border: 1px #B0D1E0 solid;
    border-radius: 5px;
}
.index_qiyefengcai_area_3{
    width: 466px;
    height: 450px;
    /*background-color: #3c763d;*/
    background-image: linear-gradient(#F7FAFF, #DCE6F3);
    float: right;
    border: 1px #BDCADC solid;
    border-radius: 5px;
}

.index_qiyefengcai_title_1{
    font-size: 22px;
    font-weight: bolder;
    color: #333333;
    margin: 20px 20px 20px 20px;
    padding-bottom: 20px;
    border-bottom: 1px #E8E8E8 solid;
}
.index_qiyefengcai_title_1_more{
    float: right;
    margin: -63px 20px 0px 0px;
}

.index_anfangxinxi_area{
    height: 390px;
    padding: 0px 0px !important;
    background-color: #F6F6F6 !important;
}
.index_anfangxinxi_area_1{
    width: 1440px;
    height: 450px;
    /*background-color: #E8E8E8;*/
    float: left;
    background: url(/static/public/image/index_anfangxinxi_bg1.png) center no-repeat;
    background-size:100% 100%;
    margin: 0px 0px 10px 0px;
}
.index_anfangxinxi_area_title{
    font-size: 22px;
    font-weight: bolder;
    color: #333333;
    margin: 20px 20px 2px 20px;
    padding-bottom: 20px;
    /*border-bottom: 1px #E8E8E8 solid;*/
}
.index_anfangxinxi_area_title_more{
    float: right;
    margin: -48px 20px 0px 0px;
}
.index_anfangxinxi_area_2{
    width: 1440px;
    height: 260px;
    background-color: #00FFFF;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(/static/public/image/index_anfangxinxi_bg2.png) center no-repeat;
    background-size:100% 100%;
    margin: 20px 0px 10px 0px;
}
.index_afxmtable_1>div{
    width: 240px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #BECDD8;
    /*opacity: 0.1;*/
    font-size: 20px;
    font-weight: bolder;
    display: block;
    float: left;
    border-top: 3px #2C6393 solid;
    border-bottom: 3px #2C6393 solid;
}
.index_afxmtable_1_1>div{
    width: 240px;
    height: 50px;
    line-height: 70px;
    text-align: center;
    /*background-color: #E8EAEC;*/
    font-size: 16px;
    display: block;
    float: left;
}
.index_afxmtable_2>div{
    width: 200px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #BECDD8;
    /*opacity: 0.1;*/
    font-size: 20px;
    font-weight: bolder;
    display: block;
    float: left;
    border-top: 3px #2C6393 solid;
    border-bottom: 3px #2C6393 solid;
}
.index_afxmtable_2_1>div{
    width: 360px;
    height: 50px;
    line-height: 70px;
    text-align: center;
    /*background-color: #E8EAEC;*/
    font-size: 16px;
    display: block;
    float: left;
}
.index_zhuanjiahzhuanlan_area{
    height: 400px;
    background-color: #F6F6F6 !important;
}

.index_youqinglianjie_area{
    height: 150px;/*220px*/
    background-color: #F6F6F6 !important;
}

.index_youqinglianjie_area_1{
    width: 274px;
    height: 40px;
    /*background-color: #3c763d;*/
    float: left;
    margin: 5px 5px;
}
.index_youqinglianjie_area_1_1{
    font-size: 20px;
}
.index_youqinglianjie_area_1>a>img{
    width: 274px;
    height: 80px;
}
/*行业标准*/
.C127_hangyebiaozhun_tag{
    background-color: #F8F8F8;
    width: 910px;
    height: 152px;
    margin: 12px 20px;
    padding-left: 26px;
}
.C127_hangyebiaozhun_tag_item_more{
    float: right;
    margin: -24px 20px 0px 0px;
}
.C127_gaogaolan_tag_item_more{
    float: right;
    margin: -64px 20px 0px 0px;
}
.C127_hangyebiaozhun_tag_item{
    font-size: 20px;
    font-weight: bolder;
    color: #E5911D;
    padding-top: 20px;
}
.C127_hangyebiaozhun_tag_item_img{
    width: 16px;
    height: 16px;
    margin-right: 12px;
}
.C127_hangyebiaozhun_tag_title{
    font-size: 16px;
    color: #333333;
    margin-top: 18px;
    /*list-style-type: disc;*/
}
.C127_hangyebiaozhun_tag_title::before{
    content: "•";
    color: #b7b7b8;
    font-size: 18px;
    margin-right: 10px;
}
.C127_hangyebiaozhun_tag_title>span{
    float: right;
    margin-right: 20px;
}
.C127_gaogaolan_tag{
    font-size: 24px;
    font-weight: bolder;
    color: #333333;
    margin: 20px 20px 20px 20px;
    padding-bottom: 20px;
    border-bottom: 1px #E8E8E8 solid;
}
.C127_gaogaolan_tag_title{
    font-size: 16px;
    line-height: 24px;
    margin: 18px 5px 5px 22px;
}
.C127_gaogaolan_tag_title>img{
    margin-right: 10px;
}
.C127_gaogaolan_tag_title>span{
    float: right;
    margin-right: 20px;
}
.index_xiehuijianjie_1{
    width: 42px;
    height: 92px;
    float: left;
    background-color: #508ECF;
    font-size: 16px;
    color: #FFFFFF;
    writing-mode: tb-rl;
    text-align: center;
    line-height: 44px;
    letter-spacing: 2px;
    font-weight: bolder;
    margin: 12px 0px 10px 11px;
    border-radius: 5px;
}
.index_xiehuijianjie_1:hover{
    color: #FFFFFF;
}
.index_xiehuijianjie_2{
    width: 116px;
    height: 41px;
    float: left;
    background-color: #F5FAFF;
    font-size: 16px;
    color: #5696D4;
    text-align: center;
    line-height: 42px;
    letter-spacing: 4px;
    margin: 13px 0px -8px 11px;
    border: 0.5px #7BB2E3 solid;
    border-radius: 5px;
}
.index_xiehuijianjie_2:hover{
    color: #5696D4;
    font-weight: bolder;
}
.C127_huangjinzhanwei_1{
    width: 430px;
    height: 105px;
    background-color: #e5e5e5;
    margin: 26px 10px 10px 22px;
}
.index_zhengshu_area_1{
    background: url(/static/public/image/index_zhengshu_area_1.png) center no-repeat;
    width: 710px;
    height: 150px;

}
.index_zhengshu_area_2{
    background: url(/static/public/image/index_zhengshu_area_2.png) center no-repeat;
    width: 710px;
    height: 150px;
}
.index_zhengshu_area_1_title{
    font-size: 16px;
    color: #FFFFFF;
    writing-mode: tb-rl;
    text-align: center;
    line-height: 48px;
    letter-spacing: 2px;
    font-weight: bolder;
    float: left;
    margin-top: 44px;
}
.index_zhengshu_area_1_title:hover{
    color: #FFFFFF;
}
.index_zhengshu_area_2_title{
    font-size: 16px;
    color: #FFFFFF;
    writing-mode: tb-rl;
    text-align: center;
    line-height: 48px;
    letter-spacing: 2px;
    font-weight: bolder;
    float: left;
    margin-top: 25px;
}
.index_zhengshu_area_2_title:hover{
    color: #FFFFFF;
}
.index_zhengshu_area_1_content{
    width: 180px;
    height: 120px;
    float: left;
    margin: 10px 0px 0px 32px;
}
.index_zhengshu_area_1_content>img{
    width: 176px;
    height: 92px;
}
.index_zhengshu_area_1_content>a>img{
    width: 176px;
    height: 92px;
}

.index_zhengshu_area_1_content>a{
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    display: block;
    text-align: center;
    line-height: 34px;
}

.index_changtiao_area_1{
    height: 120px;
    padding: 0px 0 30px !important;
}

.index_changtiao_area_1>img{
    width: 1440px;
    height: 120px;
    border-radius: 5px;
}
.index_qiyefengcai_2_2{
    width: 138px;
    height: 67px;
    background-color: #F8F8F8;
    border: 1px #CFEBE5 solid;
    float: left;
    margin-left: 13px
}
.index_qiyefengcai_2_2:hover{
    background-color: #E8E8E8;
}
.index_qiyefengcai_2_2>img{
    width: 20px;
    height: 20px;
    margin: 12px 5px 8px 59px;
}
.index_qiyefengcai_2_2>a{
    color: #529E8F;
    text-align: center;
    display: block;
}
.index_qiyefengcai_2_2>a:hover{
    color: #529E8F;
}
.index_qiyefengcai_2_3{
    float: left;
    width: 100%;
}
.index_qiyefengcai_2_3_1{
    margin-top: -20px;
}
.index_qiyefengcai_2_3_more{
    float: right;
    margin: -130px 20px 0px 0px;
}
.index_qiyefengcai_2_4{
    font-size: 16px;
    color: #333333;
    margin-top: 23px;
    margin-left: 28px;
    width: 434px;
    list-style-type: disc;
    display: block;
}
.index_qiyefengcai_2_4:before {
    content: "•";
    color: #529E8F;
    font-size: 18px;
    margin-right: 10px;
}

.index_qiyefengcai_2_2_2{
    width: 207px;
    height: 67px;
    background-color: #F8F8F8;
    /*border: 1px #CFEBE5 solid;*/
    float: left;
    margin-left: 13px
}

.index_qiyefengcai_2_2_2>img{
    width: 207px;
    height: 67px;
    margin-left: 5px;
    border-radius: 3px;
}

.lmy_nav_shouye{
    font-size: 18px;
    /*font-weight: bolder;*/
    color: #616161;
    margin: 26px 20px 40px 20px;
    padding-bottom: 26px;
    border-bottom: 1px #E8E8E8 solid;
}
.lmy_nav_shouye_shouye{
    font-size: 18px;
    color: #616161;
}
.lmy_nav_shouye_1{
    font-size: 18px;
    font-weight: bolder;
    color: #5a5a5a;
    display: inline;
    margin-left: 5px;
}
.C127_lmy_list_title{
    font-size: 16px;
    color: #333333;
    margin: 30px 0px 10px 40px;
    display: block;
    /*list-style-type: disc;*/
}
.C127_lmy_list_title>img{
    width: 7px;
    height: 10px;
    margin: 1px 10px 3px 3px;

}
.C127_lmy_list_title>div{
    display: inline;
}
.C127_lmy_list_title>span{
    float: right;
    color: #999999;
    margin-right: 40px;
}
.lmy_zhuce_form{
    padding-top: 20px;
}
.lmy_zhuce_form>div{
    font-size: 16px;
    color: #7A7A7A;
    text-align: left;
    margin: 15px 5px 10px 64px;
}
.lmy_zhuce_form>div>input{
    width: 275px;
    height: 32px;
    border: 1.5px #D1D1D1 solid;
    border-radius: 5px;
    margin-left: 15px;
}

.lmy_zhuce_form>div>input::-webkit-input-placeholder{/*Webkit browsers*/
    color:#999;
    font-size:14px;
    padding-left: 10px;
}


.lmy_zhuce_form_yzm{
    width: 120px !important;
}
.lmy_zhuce_form_btn{
    width: 350px;
    height: 48px;
    text-align: center;
    display: block;
    margin-left: 60px;
    margin-top: 20px;
    border: 1px #FFFFFF solid;
    border-radius: 5px;
    background-color: #F5A623;
    color: #FFFFFF;
    cursor: pointer;
}
.lmy_zhuce_form_btn:hover{
    background-color: #F5A623;
    border: 0px #FFFFFF solid;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bolder;
}
.lmy_right_1{
    width: 475px;
    /*height: 550px;*/
    height: 340px;
    float: right;
    background-color: #FFFFFF;
    margin-bottom: 16px;
}
.lmy_zhuce_remark_1{
    display: block;
    width: 328px;
    text-align: center !important;
    line-height: 45px;
}

.lmy_zhuce_remark_2{
    width: 348px;
    height: 63px;
    background: url('/static/public/image/lmy_zhuce_2.png') no-repeat;
    background-size: 100% 100%;
}
.lmy_zhuce_remark_3{
    width: 348px;
    height: 63px;
    background: url('/static/public/image/lmy_zhuce_3.png') no-repeat;
    background-size: 100% 100%;
}
.lmy_zhuce_remark_2>a{
    display: block;
    text-align: center;
    line-height: 63px;
    color: #FFFFFF;
}
.lmy_zhuce_remark_3>a{
    display: block;
    text-align: center;
    line-height: 63px;
    color: #FFFFFF;
}
.lmy_zhuce_remark_2>a:hover{
    /*font-weight: bolder;*/
    color: #FFFFFF;
    cursor: default;
}
.lmy_zhuce_remark_3>a:hover{
    /*font-weight: bolder;*/
    color: #FFFFFF;
    cursor: default;
}
.lmy_zhuce_remark_2>a>img{
    width: 20px;
    height: 20px;
    margin-right: 18px;
}
.lmy_zhuce_remark_3>a>img{
    width: 20px;
    height: 20px;
    margin-right: 18px;
}

.C127_bendizixun_tag{
    font-size: 24px;
    font-weight: bolder;
    color: #333333;
    margin: 20px 20px 20px 20px;
    padding-bottom: 20px;
    border-bottom: 1px #E8E8E8 solid;
}
.C127_bendizixun_tag_title{
    font-size: 16px;
    line-height: 29px;
    margin: 18px 5px 5px 22px;
}
.C127_bendizixun_tag_title>div{
    display: inline;
}
.C127_bendizixun_tag_title::before{
    content: "•";
    color: #b7b7b8;
    font-size: 18px;
    margin-right: 10px;
}
.C127_bendizixun_tag_title>span{
    float: right;
    margin-right: 20px;
}
.lmy_right_3{
    width: 475px;
    height: 423px;
    float: right;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}
.lmy_left_cont_1{
    /*border: 1px #F6F6F6 solid;*/
    width: 940px;
    height: 990px;
    float: left;
    background-color: #FFFFFF;
}
.regisi_page_f_1{
    width: 600px;
    margin: 38px auto;
}
.regisi_page_f_1>.layui-form>.layui-form-item>.layui-form-label{
    font-size: 16px;
    color: #666666;
}
.regisi_page_f_1>.layui-form>.layui-form-item>.layui-form-label>span{
    color: red;
    font-weight: bolder;
    margin-right: 5px;
}
.regisi_page_f_1>.layui-form>hr{
    margin: 35px 1px;
    width: 630px;
}
.regisi_page_f_2{
    width: 576px;
    height: 40px;
    background-color: #DEEDFF;
    line-height: 42px;
    border: 0.5px #97C3FF solid;
    border-radius: 5px;
    color: #666666;
    margin: 17px 22px;
    letter-spacing: 1px;
}
.regisi_page_f_2>img{
    width: 14px;
    height: 14px;
    margin: -1px 8px 1px 15px;
}
.index_top_date_1{
    width: 250px !important;
    height: 80px !important;
    float: right;
    font-size: 22px;
    color: #FFFFFF;
    /*margin-right: 48px;*/

}
.index_top_date_1>div{
    margin-top: 55px;
    float: right;
    cursor: pointer;
}
.index_top_date_2_1{
    font-size: 18px;
    margin-left: 5px;
}
.index_top_date_2_2{

    font-size: 16px;
}
.index_top_title_1_1{
    font-size: 20px;
    color: #B5C6D6;
    float: left;
    margin: 42px 10px 10px 0px;
}
.index_top_center_1{
    width: 1440px;
    margin: 0px auto;
}

.I127_footer{
    width: 100%;
    /*background-color: #3E3E3E;*/
    background-color: #D6D6D6;
    box-sizing: border-box;
    padding: 25px 0 42px;
}
/*.I127_footer>div{
    width: 22%;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
}*/
.I127_footer>div>div{
    /*line-height: 26px;
    text-align: center;*/
}
.index_foot_1_1{
    width: 1440px;
    height: 300px;
    background-color: #D6D6D6;
    margin: 0px auto;
    padding-top: 55px;
}
.index_foot_2_1{
    width: 950px;
    height: 55px;
    display: block;
    float: left;
    /*background-color: #0dc316;*/
    font-size: 20px;
    font-weight: bolder;
    border-bottom: 1px #0C0C0C solid;
}
.index_foot_2_1>span{
    text-align: left;
}
.index_foot_3_1{
    width: 950px;
    height: 180px;
    display: block;
    float: left;
    /*background-color: #aa65c3;*/
    font-size: 20px;
    line-height: 44px;
    margin-top: 20px;
}
.index_foot_4_1{
    width: 430px;
    /*height: 300px;*/
    margin-top: -40px;
    display: block;
    float: right;
}
.index_foot_4_1>div{
    width: 170px;
    height: 190px;
    float: left;
    margin-left: 40px;
}
.index_foot_4_1>div>img{
    width: 150px;
    height: 150px;
}
.index_foot_4_1>div>span{
    font-size: 20px;
    text-align: center;
    width: 150px;
    display: block;
    margin-top: 16px;
}
.index_top_logo_1{
    width: 420px;
    height: 100px;
    display: block;
    float: left;
    margin: 112px 1px 1px -274px;
}
.nry_left_cont_1 {
    /* border: 1px #F6F6F6 solid; */
    width: 940px;
    /* height: 990px; */
    float: left;
    background-color: #FFFFFF;
}
.top_zhuxiao{
    font-size: 14px;
}
.index_top_date_logo_1{
    margin-top: -2px;
}