@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1360px;
    background: #ffffff;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #cc0000;
    transition: all 0.6s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.i_jg {
    width: 100%;
    margin: 10px auto;
    height: 10px;
    overflow: hidden
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1300 {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.relative {
    position: relative;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

/*header*/
.header {
    width: 100%;
    height: 135px;
 
    background: url("../images/header_bg.png") center no-repeat  #363DA2;   
	
}


.header .logo {
    padding: 30px 0 0 0;
    width: 880px;
    float: left;
}

.top_right {
    float: right;
}

.top_link {
    font-size: 14px;
    color: #8db2d6;
    line-height: 40px;
    height: 40px;
    padding: 5px 15px 0 0;
    text-align: right
}

.top_link a {
    color: #dde4ef;
    padding: 0 7px
}

/*inav*/
.inavbox {
    background: #2d2c85;
    width: 100%;
    height: 52px;
}

.inav {
    padding: 0;
    height: 52px;
    line-height: 52px;
    position: relative;
    z-index: 1;
    width: 1300px;
    margin: 0 auto;
}

.inav a {
    color: #fff;
}

.inav .nLi {
    float: left;
    position: relative;
    display: inline;

}

.inav .nLi h3 {
    float: left;
}

.inav .nLi h3 a {
    display: block;
    padding: 0 37px;
    font-size: 19px;
    color: #ffffff;
    font-weight: normal;
    position: relative;
}


.inav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 52px;
    position: absolute;
    background: #252a71;
    line-height: 36px;
    padding: 0;
    font-size: 15px;
    text-align: center;
}

.inav .sub li {
    zoom: 1;
}

.inav .sub a {
    display: block;
    padding: 0 10px;
    color: #ffffff;
}

.inav .sub a:hover {
    background: #ffffff;
    color: #252a71;
}

.inav .on h3 a {
    background: #252a71;
    color: #ffffff;
}

.inav h3 a:hover {
    background: #252a71;
    color: #ffffff;
}

/*search*/
.i-search {
    width: 220px;
    height: 40px;
    overflow: hidden;
    position: relative;
    float: right;
    margin-top: 10px;
    background: url("../images/1pxbs.png");
    border-radius: 30px;
}

.i-search .search-txt {
    width: 155px;
    padding: 0 0 0 15px;
    height: 40px;
    line-height: 40px;
    _line-height: 40px;
    background: none;
    color: #ffffff;
    margin: 0;
    border: 0;
    outline: none;
}

.i-search .search-btn {
    width: 50px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    *margin-top: 1px;
    background: url("../images/ico_search.png") no-repeat center center;
    border: 0;
    color: #ffffff;
    cursor: pointer
}

.i-search .search-btn:hover {
    cursor: pointer;
    opacity: 0.9;
}


/*banner*/
.banner_box {
    background: #ffffff;
    height: auto;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.ibanner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.ibanner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 45%;
    bottom: 15px;
    z-index: 1;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ibanner .hd ul li {
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 50px;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
}

.ibanner .hd ul li.on {
    background: #ffffff;
    color: #fff;
}

.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.ibanner .bd img {
    width: 100%;
    display: block;
}

.ibanner .prev, .ibanner .next {
    position: absolute;
    left: 7%;
    top: 45%;
    margin-top: -25px;
    display: block;
    width: 75px;
    height: 75px;
    background: url(../images/slider-arrow.png) -122px -6px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 50%
}

.ibanner .next {
    left: auto;
    right: 7%;
    background-position: 0 -6px;
}

.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.ibanner .prevStop {
    display: none;
}

.ibanner .nextStop {
    display: none;
}


/*tz*/
.itz {
    width: 100%;
    position:relative;
    bottom: 0;
    z-index: 1
}

.itzgg_box {
    width: 1300px;
    height: 80px;
    position: relative;
    background: url("../images/tzggjgx.png") left center no-repeat #ffffff;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.itzgg_box .hd {
}

.itzgg_box .hd .next {
    display: block;
    width: 25px;
    height: 35px;
    float: right;
    margin-right: 0;
    margin-top: 20px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/tz_more.png") center #ebedec no-repeat;
    opacity: 0.5
}

.itzgg_box .hd .prevStop {
    background-position: -60px 0;
}

.itzgg_box .hd .nextStop {
    background-position: -60px -50px;
}

.itzgg_box .hd .next:hover {
    background: url("../images/tz_more.png") center #ebedec no-repeat;
    opacity: 1
}

.itzgg_box .bd {
    padding: 8px 0 0 120px;
    height: 65px;
    width: 1150px;
    overflow: hidden;
}

.itzgg_box .bd ul {
    overflow: hidden;
    zoom: 1;
}

.itzgg_box .bd ul li {
    margin: 10px 20px;
    float: left;
    height: 54px;
    line-height: 24px;
    width: 340px;
    text-align: left;
    _display: inline;
}

.itzgg_box .bd ul li span {
    display: block;
    float: left;
    height: 45px;
    width: 60px;
    border-right: #ccc 1px solid;
    margin-right: 15px
}

.itzgg_box .bd ul li span i {
    display: block;
    width: 100%;
    text-align: center;
    font-style: normal
}

.itzgg_box .bd ul li span .date {
    font-size: 27px;
    color: #cc3300;
}

.itzgg_box .bd ul li span .datey {
    font-size: 12px;
    color: #979797;
}

/*news*/
.ititle {
    padding: 20px 0 20px 0;
    height: auto;
    overflow: hidden
}

.ititle h1 {
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    float: left;
    height: 40px;
    line-height: 40px;
}

.ititle h1 span {
    float: left;
    margin: 0 10px 0 0
}

.ititle h1 i {
    font-size: 16px;
    color: #9c9c9c;
    font-style: normal;
    margin: 0 0 0 10px
}

.i_more1 {
    float: right;
    display: block;
    margin: 10px 0 0 0;
    border: #d9d9d9 1px solid
}

.i_more1:hover {
    border: #a9b4ec 1px solid
}

.titleico1 {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
}

.news_box {
    width: 1300px;
    height: 430px;
    text-align: center;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

.news_left {
    float: left
}

.news_right {
    float: right;
    width: 635px;
    padding: 5px 0 0 0;
}

/*picnews*/
.picnews {
    width: 630px;
    height: 410px;
    overflow: hidden;
    position: relative;
}

.picnews .hd {
    height: 17px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 14px;
    z-index: 1;
}

.picnews .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.picnews .hd ul li {
    float: left;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    background: #929394;
    cursor: pointer;
    color: #000000;
    font-size: 12px;
}

.picnews .hd ul li.on {
    background: #f29201;
    color: #fff;
}


.picnews .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.picnews .bd li {
    zoom: 1;
    vertical-align: middle;
}

.picnews .bd img {
    width: 630px;
    height: 410px;
    display: block;
}

.picnews .bd span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/title_bg.png);
    width: 100%;
    line-height: 45px;
    height: 45px;
    color: #fff;
    font-weight: bold;
}

.picnews .bd h1 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0 10px;
    text-align: left
}

.picnews .prev,
.picnews .next {
    position: absolute;
    left: 2%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 40px;
    height: 60px;
    background: url(../images/picnews_jt.png) 0 0 no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.picnews .next {
    left: auto;
    right: 2%;
    background-position: -105px 0;
}

.picnews .prev:hover,
.picnews .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideabout .prevStop {
    display: none;
}

.slideabout .nextStop {
    display: none;
}

.ibanner .prevStop {
    display: none;
}

.ibanner .nextStop {
    display: none;
}

/*nn*/
.xw_list {
    width: 645px;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    overflow: hidden;
}

.xw_list:last-child {
    border-bottom: none
}

.xw_list .xw_date {
    font-size: 14px;
    color: #333333;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    float: left;
    opacity: 0.9;
    border-right: #cccccc 1px solid
}

.xw_list .xw_date span {
    font-size: 26px;
    color: #363aa1;
    width: 100%;
    text-align: center;
    display: block;
    height: 46px;
    line-height: 46px;
    margin: 0 0 0 0
}

.xw_list .xw_txt {
    float: right;
    width: 560px;
    height: 70px;
    overflow: hidden;
    padding: 0 0 0 0;
}

.xw_list .xw_txt h1 {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    text-align: left
}

.xw_list .xw_txt h1 a {
    color: #242424;
}

.xw_list .xw_txt p {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin: 0;
    padding: 0;
    text-align: left
}

.xw_list .xw_txt p a {
    color: #999999
}

.xw_txt:hover h1 a {
    color: #ab1f2a;
}

.xw_list:hover .xw_date {
    opacity: 1;
}

.xw_list:hover p a {
    color: #ab1f2a
}

.xw_list:hover .xw_date span {
    color: #ab1f2a;
}


.imain {
    width: 100%;
    margin: 30px auto 30px auto;
    padding: 40px 0;
    height: auto;
    overflow: hidden;
    background: url("../images/other_bg.jpg")
}

.imain_left {
    float: left;
    width: 630px;
    padding: 0;
    height: auto;
    margin: 0 auto;
}

.imain_right {
    float: right;
    width: 630px;
    padding: 0 0;
}

.i_title {
    width: 100%;
    height: 48px;
    border-bottom: #9e0000 2px solid
}

.i_title h2 {
    font-size: 20px;
    padding: 0 25px;
    color: #ffffff;
    line-height: 48px;
    height: 48px;
    display: block;
    float: left;
    background: #9e0000;
    font-weight: bolder;
}

.i_title a {
    font-size: 16px;
    color: #6a6a6a;
    float: right;
    line-height: 48px;
}

.i_title a:hover {
    color: #cc0000
}

/**/
/*newslist*/
.newslist {
    width: 99%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0 !important;
    font-size: 15px;
    color: #999999;
    line-height: 40px;
    position: relative;
}

.newslist ul {
    height: auto;
    min-height: 250px;
    overflow: hidden;
}

.newslist li {
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    height: 40px;
}

.newslist li a {
    background: url("../images/ico_001.png") left center no-repeat;
    padding-left: 16px;
    color: #333333;
    font-size: 15px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    text-align: left;
}

.newslist li a:hover {
    color: #cc0000
}

.newslist li span {
    float: right;
    color: #a9a9a9
}


/*ixy*/
.xy_box {
}

.ixy_box {
    position: relative;
    height: 290px;
    width: 100%;
    margin: 0 auto 50px auto;
}

.ixy_box .prev {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 50px;
    height: 50px;
    z-index: 2;
}

.ixy_box .next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 50px;
    height: 50px;
    z-index: 2;
}

.ixy_box .prev {
    background: url(../images/picnews-arrow.png) -170px 0 no-repeat;
    right: 100%;
    margin-right: 20px;
}

.ixy_box .next {
    left: 100%;
    margin-left: 30px;
    background: url(../images/picnews-arrow.png) -50px 0 no-repeat;
}

.ixy_box .bd {
    width: 100%;
    overflow: hidden;
    margin-left: 0;
}

.ixy_box .bd li {
    float: left;
    width: 294px;
    margin: 0 40px 0 0;
    background: #ffffff;
    height: auto;
    overflow: hidden;
    position: relative;
}

.ixy_box .bd li:hover img {
    transform: scale(1.2);
}

.ixy_box .bd li:hover span {
    color: #cc0000
}

.ixy_box .bd li:hover i {
    opacity: 1
}

.ixy_box .bd li .pic {
    width: 294px;
    height: 194px;
    overflow: hidden;
    display: block
}

.ixy_box .bd li .pic img {
    transition: all 0.6s;
    width: 294px;
    height: 194px;
}

.ixy_box .bd li span {
    display: block;
    text-align: left;
    padding: 10px 0 0 0;
    line-height: 27px;
    font-size: 15px;
    height: 55px;
    overflow: hidden;
    color: #333333;
}

.ixy_box .bd li i {
    font-size: 14px;
    color: #666666;
    line-height: 27px;
    font-style: normal;
    background: url("../images/ico_date.png") left center no-repeat;
    padding: 0 0 0 20px;
    opacity: 0.7
}

/*list*/
.list-banner {
    width: 100%;
    height: 200px;
    text-align: center;
    margin: 0 0 0 0
}

.list-banner img {
    width: 100%;
    height: 200px;
    margin: 0 auto;
}

.listmain {
    overflow: hidden;
    height: auto;
    position: relative;
    padding: 0 0 0 0;
    width: 1300px;
    margin: 20px auto;
}

.lm-left {
    width: 230px;
    float: left
}

.lm-left .left-lmname {
    background: #363aa1;
    height: 50px;
    line-height: 50px;
    padding: 13px 10px 5px 20px;
    overflow: hidden
}

.lm-left .left-lmname h1 {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
}

.lm-left .left-lmname span {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}

/*list-sub*/
.lm-left .list-sub li {
    transition:0.3s; text-align: left; font-size: 14px;  position: relative;
}
.lm-left .list-sub li a {
    padding: 15px 20px 15px 30px; transition:0.3s; color: #222222; font-size: 16px;border-bottom: #ffffff 1px solid; display: block; background:#f0f0f0;
}
.lm-left .list-sub li > a {
    position: relative;
}
.lm-left .list-sub li a p {
    color: rgb(153, 153, 153); font-size: 12px;
}
/*
.lm-left .list-sub li > a::before {
    left: 16px; top: 22px; width: 4px; height: 4px; position: absolute; content: ""; background-color: rgb(179, 179, 179);
}
*/

.lm-left .list-sub li:hover a {
    color: #363aa1;
    font-weight: bold;
    border-left: #363aa1 4px solid; background: #ffffff;
}
.lm-left .list-sub li.active a {
    color: rgb(0, 55, 112); background-color: rgb(255, 255, 255);
}
.lm-left .list-sub li:hover {

}
.lm-left .list-sub li.active {

}
.lm-left .list-sub li:hover a::before {
    background-color: rgb(29, 76, 144);
}
.lm-left .list-sub li.active a::before {
    background-color: rgb(29, 76, 144);
}
.lm-left .list-sub li strong.arrow {
    transition:0.3s ease-in-out; top: 0; width: 33px; height: 50px; text-align: center; right: 10px; color:#666666; line-height: 50px; font-size: 20px; font-weight: bold; display: block; position: absolute; z-index: 33; cursor: pointer;
}
.lm-left .list-sub li strong.arrow:hover {
    background-color: rgb(250, 250, 250);
}
.twoJ_menu {
    display: none; background:#ffffff; margin: 0;padding: 0;
}
.twoJ_menu a{border-left:#f0f0f0 4px solid !important;background: url(../images/ico_dd.png) 42px center no-repeat #ffffff !important;}
.twoJ_menu dd{background: #ffffff;margin: 0;padding: 0;}
.lm-left .list-sub .twoJ_menu dd a {
    padding: 10px 22px 10px 50px; font-size:15px; border-bottom:none;
}

.on_this{ background: #ffffff !important; font-weight: bold; color:#363aa1}
.on_this a{border-left: #363aa1 4px solid; background: #ffffff !important; font-weight: bold; color:#363aa1 !important;}

/*list-subover*/

.lm-right {
    width:1045px;
    float: right;
    margin-right: 0;
    border: #eaeaea 1px solid;
    background: #ffffff
}

.this-name {
    border-bottom: #e6e6e6 1px solid;
    line-height: 30px;
    height: 30px;
    padding: 7px 20px;
    margin: 20px 20px 0 20px
}

.this-name h1 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 20px;
    border-left: #363aa1 5px solid;
    float: left
}

.this-name span {
    float: right;
    color: #666;
    font-size: 14px;
}

.this-name span a {
    color: #666
}

.lm-right .lm_list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 40px;
}

.lm-right .lm_list li {
    line-height: 46px;
    font-size: 15px;
    color: #999999;
    text-align: right;
    padding: 0 10px;
}

.lm-right .lm_list li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("../images/ico_002.png") left center no-repeat;
}

.lm-right .lm_list li:hover {
    background: #ececec;
    color: #cc0000
}

.lm-right .lm_list li a:hover {
    background: url("../images/ico_002.png") left center no-repeat #ececec;
    color: #cc0000
}

.lm-right .list-fy {
    text-align: center;
    margin: 0px auto 20px auto;
    min-height: 40px;
}

.left_box {
    height: auto;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto 12px auto;
}

.left_box h1 {
    color: #ffffff;
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    background: #363aa1;
    border-left: #003366 4px solid;
    padding-left: 15px;
}

.left_box_nr {
    height: auto;
    overflow: hidden;
    padding: 10px 15px 20px 15px
}

.left_box_nr li {
    height: 34px !important;
    line-height: 34px !important;
}


/*content*/
.content-main {
    border: #dbdbdb 1px solid;
    overflow: hidden;
    margin: 20px auto;
    background: #ffffff;
    width: 1300px;
}

.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 40px auto 40px auto;
    padding: 0 40px;
}

.c-content .c-title {
    font-size: 30px;
    color: #222222;
    line-height: 50px;
    text-align: center
}

.c-content .other-s {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    margin: 15px auto 0 auto;
    position: relative;
}

.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px;
}

.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    font-family: 仿宋 !important; 
        font-size: 16.0000pt;
}

.c-content .nr-info p {
    color: #666;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
   font-family: 仿宋 !important; 
        font-size: 16.0000pt;
}

.c-content .nr-info p span{
   font-family: 仿宋 !important; 
        font-size: 16.0000pt;
        }

.wz_fj {
}

.wz_fj p {
    line-height: 36px;
    color: #0d8100;
    font-size: 16px;
    background: url("../images/ico_fj2.png") left center no-repeat;
    padding: 0 0 0 20px;
    margin: 0;
}

.wz_fj a {
    line-height: 36px;
    font-size: 16px;
}

.wzclose-relative {
    text-align: center;
    margin-top: 30px;
}

.wzclose-relative span {
    margin: 0 15px;
}

.i-sxt {
    border-top: #d9d9d9 1px solid;
    margin: 20px auto;
    padding: 20px 0;
    overflow: hidden;
    height: 70px
}

.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.i-sxt a {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}

.i-sxt a:hover {
    color: #cc0010;
}

/*i_link*/
.i_link {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #f1f1f1;
    height: 50px;
    padding: 0;
}

.i_link h2 {
    width: 100px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    float: left;
    color: #333333;
}

.i_link ul {
    float: right;
    width: 1200px;
    overflow: hidden;
}

.i_link li {
    color: #16459a;
    font-size: 15px;
    line-height: 50px;
    display: inline;
}

.i_link li a {
    color: #555555;
    float: left;
    padding: 0 20px;
}

.i_link li a:hover {
    color: #cc0000;
}


/*footer*/
.footer {
    width: 100%;
    height: 120px;
    background: #231768;
    color: #222222;
    padding: 30px 0 30px 0;
    text-align: left;
}

.footer p {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 32px;

}

.copright {
    width: 700px;
    float: left;
    text-align: left;
    margin: 10px 0 0 0;
    line-height: 32px;
    font-size: 15px;
}

.copright a {
    color: #ffffff
}

.end_logo {
    float: left;
    background: url("../images/end_logo.png") left center no-repeat;
    width: 230px;
    height: 112px;
}

.footer_right {
    width: 190px;
    float: right;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
}

.footer_right li {
    float: left;
    width: 95px;
    height: 120px;
    text-align: center;
    margin: 0 0 0 30px;
    opacity: 1
}

.footer_right li img {
    width: 95px;
    height: 95px;
}

.footer_right li i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    font-style: normal
}

.yl_weixin {
    position: absolute;
    bottom: 80px;
    left: -30px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.yl_weibo {
    position: absolute;
    bottom: 80px;
    left: 60px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.yl_weixin img, .yl_weibo img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #ffffff;
    padding: 10px
}

.footer_right li:hover {
    opacity: 1
}


/*2020-6-2*/
.three_nav {
    background: #e8e8e8;
    border-left: #cccccc 3px solid
}

.three_nav ul {
    padding: 15px 0
}

.three_nav li {
}

.three_nav li a {
    font-size: 14px !important;
    border-left: #cccccc 0 solid !important;
    border-bottom: #e8e8e8 0px solid !important;
    padding-left: 50px !important;
    line-height: 36px !important;
    height: 36px !important;
    background: url("../images/ico_dd.png") 35px center no-repeat !important;
    display: block !important;
}

.three_nav li a:hover {
    background: url("../images/ico_dd.png") 40px center no-repeat #ffffff !important;
    padding-left: 55px !important;
}

.three_on {
    background: url("../images/ico_dd.png") 40px center no-repeat #ffffff !important;
    padding-left: 55px !important;
}
