@charset "utf-8"

html,body{min-width: 1200px;}
.content
{
    width: 1200px;
    margin: 0 auto;
}
.content:after
{
    content: "";
    display: block;
    clear: both;
}

.head
{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    background: #003668;
    width: 1440px;
    margin:auto;
}
.head .content
{
    position: relative;
    font-size: 13px;
    color: #ccc;
}
.head .content .hyc
{
    width: 240px;
    float: left;
}
.head .content .times
{
    float: left;
    margin-left: 30px;
}
.head .content .toplink
{
    float: right;
}
.head .content .toplink ul:after
{
    content: "";
    display: block;
    clear: both;
}
.head .content .toplink ul li
{
    float: left;
    margin-right: 13px;
}
.head .content .toplink ul li a
{
    color: #ccc;
    font-size: 13px;
}
.head .content .toplink ul li a
{
    padding-left: 30px;
}
.head .content .toplink ul li .link1
{
    background: url("../img/topico.png") no-repeat left 0;
    padding-left: 30px;
}
.head .content .toplink ul li .link2
{
    background: url("../img/topico.png") no-repeat -113px 0;
}
.head .content .toplink ul li .link3
{
    background: url("../img/topico.png") no-repeat -223px 0;
}
.head .content .toplink ul li .link4
{
    background: url("../img/topico.png") no-repeat -317px 0;
}
.head .content .toplink ul li .link5
{
    background: url("../img/topico.png") no-repeat -401px 0;
}
.head .content .toplink ul li .link6
{
    padding-left: 10px;
}
.head .content .searchcio
{
    width: 28px;
    height: 26px;
    background: #06407e;
    padding: 7px 5px;
    margin-left: 5px;
    float: right;
    cursor: pointer;
}
.head .content .searchbox
{
    padding: 8px 8px;
    background: #eaecee;
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 9999!important;
    width: 30%;
}
.head .content .searchbox .sebox
{
    border: none;
    height: 40px;
    width: 69%;
    font-size: 15px;
    padding-left: 10px;
    color: #3d3d3d;
    line-height: 40px\0;
}
.head .content .searchbox .submit
{
    border: none;
    height: 40px;
    width: 100px;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    right: 10px;
    top: 20px;
    background: url("../img/ss001.jpg") no-repeat center;
    outline: none;
}



/*Logo*/
.logobj
{
    background: #004a90;
    height: 110px;
    width: 1440px;
    margin:auto;
}
.logobj .content
{
    background: url("../img/logobg.png") no-repeat center right;
}
.logobj .logo
{
    float: left;
    margin: 5px 0;
    width:497px;
    height:100px;
}
.logobj .logo a img{width:100%;height:100%;}
.logobj .logo img{width:100%;height:100%;}
#menu-wrap .content{padding-top:1px;}
#menu a
{
    color: #2A679F;
}
#menu, #menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu:after
{
    content:"";
    display:block;
    clear:both;
}
#menu:before, #menu:after
{
    content: "";
    display: table;
}
#menu:after
{
    clear: both;
}
#menu
{
    zoom: 1;
}
#menu>li
{
    float: left;
    height: 60px;
    line-height: 8px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
    background: rgba(0,0,0,0);
    position: relative;
    padding: 0 22.3px;
    padding: 0 23px\0;
}
#menu>li>span
{
    font-family: Bahnschrift;
    font-size: 12px;
    color: #003d77!important;
    opacity: 0.84;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=840);
}
#menu a
{
    /* padding: 0px 14px; */
    color: rgb(51, 51, 51);
    line-height: 42px;
    display: block;
    font-size: 18px;
    color: #535353;
}
#menu .has-sub ul li
{
    width:100%;
    padding: 10px 0;
}
#menu .has-sub ul li a
{
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    display:block;
    width:100%;
    padding:0;
    /* white-space: nowrap; */
}
#menu li:hover > a
{
    /*color: #fafafa;*/
}
*html #menu li a:hover
{
    color: #fafafa;
}
#menu ul
{
    _margin: 0;
    opacity: 0;
    visibility: hidden;
    background: #004a90;
    -moz-box-shadow: 0 -1px rgba(255,255,255,.3);
    -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 5px 0;
    top:57px;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    border-radius: 5px;
}
#menu li:hover > ul
{
    opacity: 1;
    visibility: visible;
    margin: 0;
    z-index: 99999;
}
#menu ul li
{
    position: relative;
}
#menu ul li ul
{
    top: 10px;
    left:100%;
    width:150px;
    margin: 0 0 0 20px;
    _margin: 0;
    -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
#menu ul li
  {
    float: none;
    display: block;
    border: 0;

}
#menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#menu ul a
{
    padding: 10px;
    width: 130px;
    _height: 10px;
    display: block;
    /* white-space: nowrap; */
    float: none;
    text-transform: none;
}
#menu ul li:hover
{
    background-color: #1a70c3;

}
#menu ul li:first-child > a
{
    /*-moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;*/
}
/*#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 40px;
    top: -11px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #16a88b;
}*/
#menu ul ul li:first-child a:after
{
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}
#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}
#menu ul ul li:first-child a:hover:after
{
    border-right-color: #0299d3;
    border-bottom-color: transparent;
}
#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.menued
{
    /*padding: 10px 0!important;*/
    height:60px;
    margin-top:10px!important;
    margin-bottom:10px!important;
}

.mores
{
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    background: #008f68;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}
.mores1
{
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    background: #008f68;
    border-radius: 5px;
    color: #fff;
    display:none;
    cursor: pointer;
}


/*banner*/
.banner,.list_banner
{
    width: 100%;
    height: 400px;
    margin: 0 auto;
    /*min-width: 1230px;*/
    position: relative;
    z-index: 9;
    max-height: 650px;
    overflow: hidden;
}
.banner .device
{
    width: 1450px;
    margin:auto;
    height: 100%;
    position: relative;
}
.banner .device .arrow-left
{
    background: url("../img/banner_left.png") no-repeat left top;
    position: absolute;
    left: 50px;
    top: 48%;
    margin-top: -15px;
    width: 78px;
    height: 77px;
    z-index: 99999;
    display: none;
}
.banner .device .arrow-right
{
    background: url("../img/banner_right.png") no-repeat left bottom;
    position: absolute;
    right: 50px;
    top: 48%;
    margin-top: -15px;
    width: 78px;
    height: 77px;
    z-index: 99999;
    display: none;
}
.banner .device .swiper-container
{
    height: 100%;
    width: 1450px;
}
.banner .device .swiper-container .content-slide
{
    padding: 20px;
    color: #fff;
}
.banner .device .swiper-container .swiper-wrapper
{
    width: 100%;
    height: 100%!important;
}
.banner .device .swiper-container .swiper-wrapper .swiper-slide
{
    width: 100%;
    height: 100%;
}
.banner .device .swiper-container .swiper-wrapper .swiper-slide a img
{
    width: 100%;
    height: 400px;
}
.banner .device .swiper-container .swiper-wrapper .swiper-slide img
{
    width: 100%;
    height: 400px;
}
.banner .device .pagination
{
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
    z-index: 99999;
}
.banner .device .pagination .swiper-pagination-switch
{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
}
.swiper-active-switch
{
    background: #ffc600!important;
}
.banner:hover .device .arrow-left
{
    display: block;
}
.banner:hover .device .arrow-right
{
    display: block;
}


/*main*/

/*main_new*/
.main .content .main_top:after
{
    content: "";
    display: block;
    clear: both;
}
.main .content .main_top .main_new
{
    width: 69%;
}
.main .content .main_top .main_new .newtit
{
    border-bottom: 1px solid #ccc;
    height: 40px;
    margin-top: 40px;
}
.main .content .main_top .main_new .newtit strong
{
    font-size: 22px;
    color: #000000;
    position: relative;
    font-weight: normal;
}
.main .content .main_top .main_new .newtit strong:before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #1a70c3;
    left: 0;
    top: 40px;
}
.main .content .main_top .main_new .newtit a
{
    font-size: 13px;
    color: #8a8989;
    float: right;
    margin-top: 12px;
}

.main .content .main_top .news
{
    margin-top: 25px;
}
.main .content .main_top .news:after
{
    content: "";
    display: block;
    clear: both;
}
.main .content .main_top .news .newsimg
{
    float: left;
    width: 45%;
    height: 310px;
}
.main .content .main_top .news .newsimg .device
{
    width: 100%;
    height: 100%;
    position: relative;
}
.main .content .main_top .news .newsimg .device .swiper-container
{
    width: 100%;
    height: 100%;
}

.main .content .main_top  .news .newsimg .device .pagination
{
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 15px;
    width: 20%;
    z-index: 999;
}
.main .content .main_top .news .newsimg .device .swiper-pagination-switch
{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    margin: 0 3px;
    cursor: pointer;
}
.main .content .main_top  .news .newsimg .device .swiper-active-switch
{
    background: #ce1313;
}
.main .content .main_top  .news .newsimg .device .swiper-container .swiper-wrapper .swiper-slide
{
    position: relative;
    overflow: hidden;
}
.main .content .main_top .news .newsimg .device .swiper-container .swiper-wrapper .swiper-slide a
{
    display: block;
}
.main .content .main_top .news .newsimg .device .swiper-container .swiper-wrapper .swiper-slide a .swiper_img
{
    width: 100%;
    height: 235px;
    overflow: hidden;
}
.main .content .main_top  .news .newsimg .device .swiper-container .swiper-wrapper .swiper-slide a .swiper_img img
{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.main .content .main_top .news .newsimg .device .swiper-container .swiper-wrapper .swiper-slide .swiper_img img
{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.main .content .main_top  .news .newsimg .device .swiper-container .swiper-wrapper .swiper-slide a p
{
    width: 100%;
    height: 70px;
    min-height:70px\0;
    max-height:70px\0;
    line-height: 30px;
    line-height: 33px\0;
    background:RGBA(231,237,243,1);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5e7edf3,endColorstr=#e5e7edf3);
    position: absolute;
    bottom: 5px;
   overflow: hidden;
}
.main .content .main_top .news .newsimg .device .swiper-container .swiper-wrapper .swiper-slide a p span
{
    display:block;
    width: 95%;
    margin:0 auto;
    font-size: 16px;
    margin-top: 6px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    height:60px;
    min-height:60px\0;
    max-height:60px\0;
}
.main .content .main_top  .news .newsimg .device .swiper-container .swiper-wrapper .swiper-slide:hover a img
{
    transform: scale(1.2);
}
.main .content .main_top  .news .newsimg .device .swiper-container .swiper-wrapper .swiper-slide:hover img
{
    transform: scale(1.2);
}
.main .content .main_top .newstxt
{
    float: right;
    width: 53%;
}
.main .content .main_top .newstxt ul
{
    margin-top: -15px;
}
.main .content .main_top .newstxt ul li
{
    position: relative;
    margin: 6px 0;
}
.main .content .main_top .newstxt ul li a:hover
{
    color: #22859e;
}
.main .content .main_top .newstxt ul li p
{
    font-size: 13px;
    color: #939393;
    line-height: 25px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 50px;
    min-height: 50px;
}
.main .content .main_top .newstxt ul li a
{
    display: block;
    width: 85%;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #3a3a3a;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../img/dian.png") no-repeat left center;
}
.main .content .main_top  .newstxt ul li span
{
    font-size: 13px;
    line-height: 35px;
    color: #999999;
    opacity: 0.72;
}


/*main_notice*/
.main .content .main_top .main_notice
{
    width:28.4%;
}
.main .content .main_top .main_notice .noticetit
{
    border-bottom: 1px solid #ccc;
    height: 40px;
    margin-top: 40px;
}
.main .content .main_top .main_notice .noticetit strong
{
    font-size: 22px;
    color: #000000;
    position: relative;
    font-weight: normal;
}
.main .content .main_top .main_notice .noticetit strong:before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #1a70c3;
    left: 0;
    top: 40px;
}
.main .content .main_top .main_notice .noticetit a
{
    font-size: 13px;
    color: #8a8989;
    float: right;
    margin-top: 12px;
}
.main .content .main_top .main_notice .noticeul ul
{
    margin-top: 16px;
}
.main .content .main_top .main_notice .noticeul ul li
{
    /*padding: 13px 0;
    border-bottom: 1px solid #e4e4e4;*/
    position: relative;
    margin: 6px 0;
}
/*.main .content .main_top .main_notice .noticeul ul li:first-child + li + li + li
{
    border: none;
    padding-bottom: 0;
}
.main .content .main_top .main_notice .noticeul .time
{
    width: 60px;
    height: 52px;
    background: #16a5cb;
    padding-top: 1px;
}
.main .content .main_top .main_notice .noticeul .time .date
{
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    display: block;
}
.main .content .main_top .main_notice .noticeul .time .year
{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    display: block;
}*/
.main .content .main_top .main_notice .noticeul ul li a
{
    /*display: block;
    float: right;
    margin-left: 10px;
    width: 78%;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 60px;
    min-height: 60px;*/
    display: block;
    width: 85%;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #3a3a3a;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../img/dian.png) no-repeat left center;
}
/*.main .content .main_top .main_notice .noticeul ul li a span
{
    display: inline-block;
    color: #477299;
    margin-right: 4px;
}*/
.main .content .main_top .main_notice .noticeul ul li span
{
    font-size: 13px;
    line-height: 35px;
    color: #999999;
    opacity: 0.72;
}
.main .content .main_top .main_notice .noticeul ul li:after
{
    content: "";
    display: block;
    clear: both;
}
.main .content .main_top .main_notice .noticeul ul li:hover a
{
    color: #22859e;
}



.main .content .main_bottom
{
    margin-top: 30px;
}
.main .content .main_bottom:after
{
    content: "";
    display: block;
    clear: both;
}
.main .content .main_bottom .main_kjx
{
    width: 31.8%;
    margin-right: 27px;
}
.main .content .main_bottom .main_kjx:first-child + .main_kjx + .main_kjx
{
    margin-right: 0;
}
.main .content .main_bottom .main_kjx .kjxtit
{
    border-bottom: 1px solid #ccc;
    height: 40px;
}
.main .content .main_bottom .main_kjx .kjxtit strong
{
    font-size: 23px;
    color: #000000;
    position: relative;
    font-weight: 100;
    background: url("../img/newico.png") no-repeat left center;
    padding-left: 35px;
    font-weight: normal;
}
.main .content .main_bottom .main_kjx .kjxtit a
{
    font-size: 13px;
    color: #8a8989;
    float: right;
    margin-top: 8px;
}
.main .content .main_bottom .main_kjx .kjxul ul
{
    margin-top: 10px;
}
.main .content .main_bottom .main_kjx .kjxul ul li
{
    position: relative;
    padding: 8px 0 8px 15px;
}
.main .content .main_bottom .main_kjx .kjxul ul li:after
{
    content: "";
    display: block;
    clear: both;
}
.main .content .main_bottom .main_kjx .kjxul ul li:before
{
    content: "";
    width: 3px;
    height: 3px;
    background: #292929;
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
}
.main .content .main_bottom .main_kjx .kjxul ul li span
{
    float: right;
    color: #333333;
    opacity: 0.5;
}
.main .content .main_bottom .main_kjx .kjxul ul li a
{
    font-size: 16px;
    color: #444444;
    opacity: 0.95;
    float: left;
    display: block;
    width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main .content .main_bottom .main_kjx .kjxul ul li a:hover
{color: #22859e;}

/*link*/
.link
{
    background: url("../img/lsbg.jpg") no-repeat;
    height: 173px;
    width: 1440px;
    margin: auto;
}
.link .content
{
    padding-top: 1px;
    margin-top: 40px;
}
.link .content .linkul
{
    margin:19px 0;
}
.link .content .linkul ul:after
{
    content: "";
    display: block;
    clear: both;
}
.link .content .linkul ul li
{
    margin: 0 70px;
    float: left;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    text-align: center;
    width: 240px;
    display: block;
    /* text-align: center; */
}
.link .content .linkul ul li a img
{
    width: 94px;
    height: 94px;
    display: block;
    margin: 0 auto;
}
.link .content .linkul ul li a span
{
    text-align: center;
    color: #fff;
    line-height: 30px;
    width: 240px;
    left: 0;
    font-size: 16px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    margin-top: 10px;
    height: 30px;
    display: block;
}
.link .content .linkul ul li:hover
{
    transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
}


/*special*/
.special
{
    height: 444px;
    background: url("../img/imgbj.png") no-repeat;
    margin: auto;
    width: 1440px;
}
.special .content
{
    padding-top: 1px;
}
.special .content .specials:after
{
    content: "";
    display: block;
    clear: both;
}
.special .content .specials
{
    margin: 100px 0;
}
.special .content .specials .special_left
{
    float: left;
    width: 49%;
    height: 230px;
    overflow: hidden;
}
.special .content .specials .special_left a img
{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.special .content .specials .special_left:hover a img
{
    transform: scale(1.1);
}
.special .content .specials .special_left:hover img
{
    transform: scale(1.1);
}
.special .content .specials .special_left img
{
    width: 100%;
    height: 100%;
}
.special .content .specials .special_right
{
    float: right;
    width: 49%;
}
.special .content .specials .special_right ul:after
{
    content: "";
    display: block;
    clear: both;
}
.special .content .specials .special_right ul li
{
    float: left;
    width: 48%;
    /* height: 105px; */
    margin: 0 18px 21px 0;
    overflow: hidden;
}
.special .content .specials .special_right ul li a img
{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.special .content .specials .special_right ul li img
{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.special .content .specials .special_right ul li:hover a img
{
    transform: scale(1.1);
}
.special .content .specials .special_right ul li:hover img
{
    transform: scale(1.1);
}





.slink .content .picScroll-left
{
    overflow: hidden;
    position: relative;
    margin: 40px 0;
}

.slink .content .picScroll-left .hd .prev,.picScroll-left  .next
{
    display: block;
    width: 37px;
    height: 37px;
    float: right;
    position: absolute;
    top: 15px;
    right: 18px;
    overflow: hidden;
    cursor: pointer;
    background: url(../img/slink_right.png) no-repeat;
    z-index: 99999999;
}
.slink .content .picScroll-left .hd .prev,.picScroll-left  .prev
{
    display: block;
    width: 37px;
    height: 37px;
    float: right;
    position: absolute;
    top: 15px;
    left: 8px;
    overflow: hidden;
    cursor: pointer;
    background: url(../img/slink_left.png) no-repeat;
    z-index: 99999999;
}

.slink .content .picScroll-left .bd .tempWrap
{
    /*width: 100%!important;*/
}
.slink .content .picScroll-left .bd ul
{
    overflow: hidden;
    zoom: 1;
}

.slink .content .picScroll-left .bd ul li
{
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.slink .content .picScroll-left .bd ul li .pic
{
    text-align: center;
}

.slink .content .picScroll-left .bd ul li .pic img
{
    width: 220px;
    height: 64px;
    display: block;
    border: 1px solid #ccc;
}

.slink .content .picScroll-left .bd ul li .pic a:hover img
{
    border-color: #999;
}

.slink .content .picScroll-left .bd ul li .title
{
    line-height: 24px;
}

.foot
{
    height: 66px;
    background: #1b1b1b;
    line-height: 66px;
    width:1440px;
    margin:auto;
}
.foot .content p
{
    font-size: 15px;
    color: #9a9a9a;
    float: left;
}

.foot .content .erm
{
    float: right;

}
.foot .content .erm .rem_img
{
    float:left;
    position: relative;
}
.foot .content .erm .rem_img .wx1
{
    width: 100px;
    height: 100px;
    position: absolute;
    top:-100px;
    left: -35px;
    display: none;
}
.foot .content .erm .rem_img .wx2
{
    width: 100px;
    height: 100px;
    position: absolute;
    top:-100px;
    left: 20px;
    display: none;
}

.foot .content .erm .rem_img img
{
    width: 100%;
    height: 100%;
}
.foot .content .erm .rem_img:after
{
    content: "";
    display: block;
    clear: both;
}
.foot .content .erm .rem_img li
{
    float: left;
    margin-right: 20px;
    cursor: pointer;
}
.foot .content .erm .rem_img li:first-child + li
{
    margin-right: 0px;
}
.foot .content .erm .rem_img li img
{
    margin-top: 15px;
}
.foot .content .erm .qh
{
    float: left;
    margin-left: 10px;
}
.foot .content .erm .qh:after
{
    content: "";
    display: block;
    clear:both;
}
.foot .content .erm .qh li
{
    float: left;
    margin-left: 10px;
}
.foot .content .erm .qh li a
{
    font-size: 15px;
    color: #9a9a9a;
}



.zenav
{
    z-index: 999;
    position: fixed;
    right: 30px;
    top: 200px;
    display: none;
}
.zenav ul
{
    position: relative;
}
.zenav ul li
{
    width: 94px;
    height: 100px;
    background: #3d79c1;
    text-align: center;
}
.zenav ul li:first-child + li
{
    background: #fa6054;
}
.zenav ul li:first-child + li + li
{
    background: #e7c14c;
}
.zenav ul li:first-child + li + li + li
{
    background: #16a5cb;
}
.zenav ul li img
{
    margin-top: 20px;
    width:38px;
    height:36px;
}
.zenav ul li p
{
    font-size: 15px;
    color: #ffffff;
    margin-top: 10px;
}
.zenav ul li a img
{
    margin-top: 20px;
    width:38px;
    height:36px;
}
.zenav ul li a p
{
    font-size: 15px;
    color: #ffffff;
    margin-top: 10px;
}
.zenav ul .zenav_wx
{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: -55px;
    display: none;
}
.zenav ul .zenav_wx img
{
    width: 100%;
    height: 100%;
}





/*list*/
.list_banner img
{
    width: 100%;
    height: 100%;
}
.main .content .main_list_right
{
    float: left;
    width: 20.9%;
    position: relative;
    min-height: 500px;
    background: #f6f6f5;
}
.main .content .main_list_right .ny_left_top
{
    height: 110px;
    width: 268px;
    position: absolute;
    margin-top: -100px;
    text-indent: 2em;
    color: #FFF;
    background: url(../img/titbg.png);
    z-index: 9999;
}
.main .content .main_list_right .ny_left_top i
{
    font-size: 15px;
    padding-top: 24px;
    line-height: 26px;
    color: #3a6a9a;
    text-transform: uppercase;
    display: block;
    font-style: normal;
    text-indent: 0;
    text-align: center;
}
.main .content .main_list_right .ny_left_top h2
{
    font-size: 20px;
    display: block;
    width: 100%;
    height: 25px;
    text-indent: 0;
    text-align: center;
}

.main .content .main_list_right .menu
{
    padding: 0;
    list-style: none;
    width: 100%;
    clear: both;
    display: table;
    overflow: hidden;
    padding-top:20px;
}
.main .content .main_list_right .menu .list
{
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    height: 50px;
    vertical-align: sub;
    clear: both;
    padding-left: 15px;
    margin-left: 10px;
}
.main .content .main_list_right .menu .list span
{
    background: url("../img/icoAdd.png") no-repeat;
    position: absolute;
    right: 17px;
    top: 17px;
    width: 16px;
    height: 16px;
    padding: 0px 5px;
    color: #fff;
}

.main .content .main_list_right .menu .list a
{
    text-decoration: none;
    padding: 17px 0px 17px 5px;
    display: block;
    height: 100%;
    box-sizing: border-box;
    font-size: 16px;
}
.main .content .main_list_right .menu .list a:hover
{
    /*transition: 300ms all;*/
    /*color: #09fbd2;*/
}
.main .content .main_list_right .menu .list .items
{
    height: 0px;
    overflow: hidden;
}
.main .content .main_list_right .menu .list .items a
{
    padding: 17px;
}
.main .content .main_list_right .menu .list .items a:hover
{
    background-color: #034990;
    color: #fff!important;
    transition: 300ms all;
}
.main .content .main_list_right .menu .list:last-child
{
    border-bottom: none;
}
.main .content .main_list_right .menu .active
{
    background: #ffffff;
}
.main .content .main_list_right .menu .active>span
{
    background: url("../img/icoAdd1.png") no-repeat;
    position: absolute;
    right: 17px;
    top: 17px;
    width: 16px;
    height: 16px;
    padding: 0px 5px;
    color: #fff;
}
.main .content .main_list_right .menu .active:before
{
    content: '';
    font-family: FontAwesome;
    position: absolute;
    left: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #fff;
}
.main .content .main_list_right .menu .active > .items
{
    display: block;
    padding: 0px;
    height: auto;
    color: #fff;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms;
    clear: both;
    float: left;
    width: 100%;
    padding-left: 10px;
}
.main .content .main_list_right .menu .active > .items li
{
    padding: 0px;
    list-style: none;
}
.main .content .main_list_right .menu .active > .items li:last-child
{
    border-color: transparent;
    padding-bottom: 0px;
}
.main .content .main_list_right .menu .active > .items .active > .items
{
    background-color: #2f4b67;
}
.main .content .main_list_right .menu .active > a
{
    color: #034990;
    font-weight: bold;
}
.main .content .main_list_right .menu .active .list
{
    background: #697d92;
}
.main .content .main_list_right .menu .active .list a
{
    padding: 17px 0px 17px 45px;
}




.main .content .main_list_left
{
    width: 77%;
    float: right;
}
.main .content .main_list_left .nytit
{
    background: url(../img/dqwz.png) left center no-repeat;
    border-bottom: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    margin-top: 25px;
}
.main .content .main_list_left .nytit a
{
    padding-right: 7px;
}
.main .content .main_list_left  .ny_right_con
{
    line-height: 34px !important;
    padding: 10px 5px 10px 10px;
    margin-bottom: 50px;
}
.main .content .main_list_left  .ny_right_con .Newslist
{

}
.main .content .main_list_left  .ny_right_con .Newslist ul li:after
{
    content: "";
    display: block;
    clear: both;
}
.main .content .main_list_left  .ny_right_con .Newslist ul li
{
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    border-bottom: 1px dashed #dcdcdc;
    background: url(../img/xb.jpg) no-repeat left 27px;
    padding-left: 15px;
}
.main .content .main_list_left  .ny_right_con .Newslist ul li span
{
    float: right;
    color: #999999;
    margin-right: 2px;
    font-size: 13px;
}

.main .content .main_list_left  .ny_right_con .Newslist ul li a
{
    display: block;
    width:90%;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float:left;
}
.main .content .main_list_left  .ny_right_con .Newslist ul li a:hover
{
    color: #034990;
}







.main .content .main_list_left .ny_right_con .dpzw
{
    font-size: 14px;
    color: #666;
    line-height: 2!important;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif!important;

}
.main .content .main_list_left .ny_right_con .dpzw h2
{
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #034990;
    font-weight: normal;
    margin-bottom: 10px;
}
.main .content .main_list_left .ny_right_con .dpzw p
{
    text-indent: 2em;
    text-align: justify;
    font-size: 16px;
    text-justify: inter-ideograph;
    line-height: 2!important;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}






.dqwzs
{
    background: url(../img/dqwz.png) left center no-repeat;
    border-bottom: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    margin-top: 25px;
}
.dqwzs a
{
    padding-right: 7px;
}
.main .content .main_content
{
    padding: 0 100px 40px 100px;
}
.main .content .main_content .main_contents
{
    margin-top: 15px;
}
.main .content .main_content .main_contents h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    width: 100%;
    text-align: center;
    color: #034990;
    padding-bottom: 5px;
}
.main .content .main_content .main_contents .message
{
    height: 54px;
    line-height: 54px;
    background-color: #f9f9f9;
    text-align: center;
    margin-bottom: 20px;
}
.main .content .main_content .main_contents .main_contents_p p
{
    font-size: 16px!important;
    line-height:2!important;
    color: #4d4d4d;
    text-indent: 2em!important;
}




.main .content .main_search
{
    padding: 10px 50px;
}
.main .content .main_search ul
{
    padding: 10px 30px;
    margin-top: 15px;
    margin-bottom: 40px;
}
.main .content .main_search ul li
{
    border-bottom: 1px dotted #bfc1c2;
    padding: 10px 0;
}
.main .content .main_search ul li a h3
{
    color: #034990;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main .content .main_search ul li p
{
    height: 60px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 5px;
}
.main .content .main_search ul li r
{
    color: #666;
    font-size: 14px;
    line-height: 30px;
}






.main_list_left .ny_right_con .list_img ul li:after
{
    content: "";
    display: block;
    clear: both;
}
.main_list_left .ny_right_con .list_img ul li
{
    padding: 10px 0 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.main_list_left .ny_right_con .list_img ul li a .list_imgs
{
    float: left;
    overflow: hidden;
    width: 180px;
    height: 120px;
}
.main_list_left .ny_right_con .list_img ul li a .list_imgs img
{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.main_list_left .ny_right_con .list_img ul li a .list_img_txt
{
    float: right;
    width: 685px;
}
.main_list_left .ny_right_con .list_img ul li a .list_img_txt h3
{
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main_list_left .ny_right_con .list_img ul li a .list_img_txt p
{
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    display: box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 15px;
}
.main_list_left .ny_right_con .list_img ul li a .list_img_txt span
{
    font-size: 12px;
    color: #999;
}
.main_list_left .ny_right_con .list_img ul li:hover a
{
    color: #034990;
}
.main_list_left .ny_right_con .list_img ul li:hover a .list_imgs img
{
    transform: scale(1.1);
}

#js263187jsclock{float:right;}
.main .content .main_list_right .menu .list .items .onsed a{color:#084d91;}
.nytit{background: url(../img/dqwz.png) left center no-repeat;
    border-bottom: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    margin-top: 25px;}
.nytit a
{
    padding-right: 7px;
}

#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:750px; margin:20px auto}
#vsb_content table tr td{ border-left:0px; border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd; }
#vsb_content table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }


.yuanjing{background: url(../img/011.png) no-repeat left top; width: 450px; height: 300px; color: rgb(255, 255, 255); float: left;}
.yuanjing2{background: url(../img/022.jpg) no-repeat right top; width: 450px; height: 300px; color: rgb(255, 255, 255); float: right;}
.whjj:after{content:"";display:block;clear:both;}
.whjjs{padding: 20px;border: 5px solid rgb(235, 238, 238);border-image: none;width: 390px;height: 220px;margin-top: 20px;float: left;margin-right: 29px;}
.whjjs h2{text-indent: 0em;font-size: 20px;margin-bottom: 20px;}
.whjjs p{text-indent: 2em;text-align: justify;font-size: 16px;text-justify: inter-ideograph;margin-bottom: 20px;}
.xyjzg{text-align: center; margin-top: 40px;}
.xyjztit{text-indent: 0em;}
.xyjztit strong{font-size:20px;}
.xyjztit p{font-size:16px;}
.xyjzgsed:after{content:"";display:block;clear:both;}
.xyjzgsed .xyjzgss{background: rgb(235, 238, 238); padding: 20px;width: 400px;height: 220px;margin-top: 25px;float: left;margin-right: 29px;}
.xyjzgsed .xyjzgss:first-child + .xyjzgss{background: rgb(255, 61, 49);}
.xyjzgsed .xyjzgss:first-child + .xyjzgss h2{color:#fff;}
.xyjzgsed .xyjzgss:first-child + .xyjzgss p{color:#fff;}
.xyjzgsed .xyjzgss:first-child + .xyjzgss + .xyjzgss{background: rgb(23, 153, 237);}
.xyjzgsed .xyjzgss:first-child + .xyjzgss + .xyjzgss h2{color:#fff;}
.xyjzgsed .xyjzgss:first-child + .xyjzgss + .xyjzgss p{color:#fff;}
.xyjzgsed .xyjzgss h2{text-indent: 0em; font-size: 20px;margin-bottom: 20px;text-align: left;}
.xyjzgsed .xyjzgss p{text-indent: 2em;text-align: justify;font-size: 16px;text-justify: inter-ideograph;margin-bottom: 20px;}
.Pic_List ul li {border-bottom: 1px solid #eee;padding: 15px;overflow: hidden;}
.P_left {width: 142px;float: left;display: inline;}
.P_right {float: right; width: 710px;height: 182px;line-height: 29px;overflow: hidden;}
.P_right h1 {color: #333;font-size: 18px;line-height: 50px;font-weight: bold;height: 50px;padding-top: 15px;}
.P_right p {line-height: 35px;font-size: 16px;}
.g-search {border-bottom: 1px #e6e6e6 dashed;margin-bottom: 20px;}
.soBox {background: #f3f3f3;padding: 15px 30px;}
.ssk1 {width: 704px;height: 48px;padding-left: 20px;line-height: 48px;float: left;overflow: hidden;border: none;background: #fff;outline: medium none;color: #999;}
.search_btn1 {float: right;width: 122px;height: 48px; margin-right: 2px; outline: medium none;}
.m-table-lb {margin: 40px 0;}
.m-table-lb table {width: 100%; border-collapse: collapse;}
.m-table-lb tr {border-bottom: 1px solid #f1f1f1;}
.m-table-lb tr td:first-child, .m-table-lb tr th:first-child {padding-left: 22px;}
.m-table-lb th {font-size: 16px;color: #000;text-align: left;background-color: #f7f7f7;height: 52px;line-height: 52px;border-top: 4px solid #ccc;}
.m-table-lb td {height: 46px;line-height: 46px;font-size: 16px;color: #000;border-collapse: collapse;}
.m-table-lb td a {color: #fff;background: #daa70d;height: 30px;line-height: 30px;text-align: center;width: 100px;display: block;}
.P_left img { border: 1px solid #ddd; width: 140px;height: 180px;}

.soBox:after{content:"";display:block;clear:both;}
.xrldnr{margin: auto;text-align: left;line-height: 18px;padding: 3px 0 0 0;color: #727272;}
.xrldnr .content-title {width: 100%;border-bottom: 1px dashed #ccc; padding-bottom: 10px;}
.xrldnr .content-title h3 {font-size: 24px;font-weight: bold;line-height: 50px;width: 100%;text-align: center;color: #034990;padding-bottom: 5px;}
.xrldnr .content-title i {TEXT-ALIGN: center;MARGIN: 0px auto;BACKGROUND: #f6f6f6;HEIGHT: 32px;display: block;line-height: 32px;font-style: normal;}
.content-con {width: 100%;font-size: 16px;line-height: 35px;padding: 10px 0;}


.itemsdd
{   
    display: block;
    padding: 0px;
    height: auto;
    color: #fff;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms;
    clear: both;
    float: left;
    width: 100%;
    padding-left: 15px;
}

.items .activeds{background: #ffffff;}
.items>.activeds>.sanjiao{background: url(../img/icoAdd1.png) no-repeat!important;
    position: absolute!important;
    right: 17px!important;
    top: 20px!important;
    width: 16px!important;
    height: 16px!important;
    padding: 0px 5px!important;
    color: #fff!important;}
.items>.activeds>a{color:#258cff;}

.listws{position: relative;}

.main .content .main_list_right .menu .list .items .items>li .itemsdd{height: 0px;
    overflow: hidden;}


.ul-txt5 {
    overflow: hidden;
    padding: 14px 10px 8px 10px;
}
.ul-txt5 li {
    float: left;
    margin-right: 35px;
}


.ul-txt5 li a {
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 24px;
    padding-right: 17px;
    background: url(../images/icon15.png) no-repeat right center;
}



.ul-txt5 li.on a {
    background-image: url(../images/icon16.png);
}


.ul-txt5 li.on a, .ul-txt5 li:hover a {
    color: #daa70d;
}




.ul-txt6 {
    overflow: hidden;
    border-top: 1px #e6e6e6 dashed;
    border-bottom: 1px #e6e6e6 dashed;
    margin-top: 10px;
    padding: 14px 10px 8px 10px;
}

.ul-txt6 li {
    float: left;
}


.ul-txt6 li a {
    display: block;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 6px;
    margin-right: 2px;
    margin-bottom: 5px;
}


.ul-txt6 li.on a, .ul-txt6 li:hover a {
    background: #daa70d;
    color: #fff;
}



.m-list4 {
    width: 430px;
}
.m-list4 h2 {
    line-height: 36px;
    height: 36px;
    padding: 15px 0;
    font-size: 20px;
    COLOR: #034990;
    font-weight: bold;
}




         .menu
		{
			padding: 0;
		    list-style: none;
		    width: 100%;
		    clear: both;
		    display: table;
		    overflow: hidden;
		}
		/*ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â€žÂ¢ÃƒÂ¦Ã‚ÂÃ¢â‚¬Å¡ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â‚¬â€ÃƒÂ¥Ã‚ÂÃ‚Â¢ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â‚¬â€ÃƒÂ¥Ã‚ÂÃ‚Â¢ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã¢â€žÂ¢Ã¢â‚¬Â¡ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â‚¬â€ÃƒÂ¨Ã‚ÂµÃ¢â‚¬Å¡ÃƒÂ¨Ã…Â Ã¢â‚¬â„¢ÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã‚Â¯Ã‚Â¬ÃƒÂ®Ã†â€™Ã…Â¾ÃƒÂ¥Ã¢â‚¬Â¦Ã…Â¸ÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ¥Ã‚ÂÃ‚Â®ÃƒÂ¦Ã‚Â³Ã‚ÂµÃƒÂ¢Ã¢â‚¬ËœÃ‚Â©ÃƒÂ¥Ã‚ÂÃ¢â‚¬Å“ÃƒÂ¦Ã¢â‚¬Â¹Ã‚Â§*/
		.menu li.level1
		{
			font-size: 14px;
			position: relative;
			box-sizing: border-box;
			vertical-align: sub;
			clear: both;
			/* padding-left: 15px; */
			/* margin-left: 10px; */
		}
               
		.menu li.level1>a
		{
			color: #333;
			position: relative;
			text-decoration: none;
		    padding: 17px 0px 17px 20px;
		    display: block;
		    height: 100%;
		    box-sizing: border-box;
		    font-size: 16px;
		 }
		 /*.menu li.level1 a:hover{ text-decoration: none;background-color:#326ea5;   }*/
		 .menu li.level1 a.current{ color: #034990;font-weight: bold; }

		 /*============ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â€žÂ¢ÃƒÂ¦Ã‚Â¥Ã‚Â¼ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â‚¬â€ÃƒÂ¦Ã…Â½Ã‚Â³ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â‚¬â€ÃƒÂ¨Ã‚ÂÃ‚Â«ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â€žÂ¢ÃƒÂ¦Ã‚ÂÃ¢â‚¬Å¡ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â‚¬â€ÃƒÂ¥Ã‚ÂºÃ‚ÂÃƒÂ¨Ã¢â‚¬Å¾Ã¢â‚¬â€ÃƒÂ©Ã‚Â¢Ã¢â‚¬Â¦ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â€žÂ¢ÃƒÂ¦Ã‚Â¥Ã‚Â¼ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â‚¬â€ÃƒÂ©Ã¢â€žÂ¢Ã¢â‚¬Â¡ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â‚¬â€ÃƒÂ©Ã‚ÂºÃ¢â‚¬Å“*/
		 .level1 i
		 {
		 	width: 20px;
		 	height: 16px;
		 	background-image: url(../images/icoAdd.png);
		 	background-repeat: no-repeat;
		 	display: block;
		 	position: absolute;
		 	right: 20px;
		 	top: 20px;
		}
		.level1 i.down
		{
			width: 20px;
			height: 16px;
			background-image: url(../images/icoAdd1.png);
			background-repeat: no-repeat;
			display: block;
			position: absolute;
			right: 20px;
			top: 20px;
		}
                 .menu li.level1>a:hover
               {
                     background: #034990;
		    color: #fff!important;
		    transition: 300ms all;

               }
               .menu li .level1>a:hover i{
                width: 20px;
                height: 16px;
                background-image: url(../images/hover_icoAdd.png);
                background-repeat: no-repeat;
                display: block;
                position: absolute;
               right: 20px;
               top: 17px;
              }
		 /*ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â€žÂ¢ÃƒÂ¦Ã‚ÂÃ¢â‚¬Å¡ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â‚¬â€ÃƒÂ¥Ã‚ÂÃ‚Â¢ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â‚¬â€ÃƒÂ¥Ã‚ÂÃ‚Â¢ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â€žÂ¢ÃƒÂ©Ã¢â€žÂ¢Ã¢â‚¬Â¡ÃƒÂ¨Ã¢â‚¬Å¾Ã¢â‚¬â€ÃƒÂ¦Ã‚Â½Ã…Â¾ÃƒÂ¨Ã¢â‚¬Å¾Ã…â€œÃƒÂ©Ã‹â€ Ã‚Â¥ÃƒÂ¦Ã‚Â«Ã‚Â­ÃƒÂ¥Ã¢â‚¬Â¦Ã…Â¸ÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ¥Ã‚ÂÃ‚Â®ÃƒÂ¦Ã‚Â³Ã‚ÂµÃƒÂ¢Ã¢â‚¬ËœÃ‚Â©ÃƒÂ¥Ã‚ÂÃ¢â‚¬Å“ÃƒÂ¦Ã¢â‚¬Â¹Ã‚Â§*/
		 .menu li ul
		 {
		 	overflow: hidden;
		 }
		 .menu li ul.level2
		 {
		 	display: none;
		 	padding-left: 20px;
		 }
		 .level12 i
		 {
		 	width: 20px;
		    height: 16px;
		    background-image: url(../images/icoAdd.png);
		    background-repeat: no-repeat;
		    display: block;
		    position: absolute;
		    right: 20px;
		    top: 17px;
		 }
		 .level2 i.down
		{
			width: 20px;
		    height: 16px;
		    background-image: url(../images/icoAdd1.png);
		    background-repeat: no-repeat;
		    display: block;
		    position: absolute;
		    right: 20px;
		    top: 17px;
		}
		 .menu li .level2 li a
		 {
		 	display: block;
		 	line-height: 24px;
		 	color: #333;
		 	/*border-bottom: 1px solid #ddd; */
		 	font-size: 16px;
		 	position: relative;
		 	padding:10px;
		 }
		 .menu li .level2>li>a:hover
		 {
		 	background: #034990;
		    color: #fff!important;
		    transition: 300ms all;
		 }
		 .menu li .level2>li>a:hover i
		 {
		 	width: 20px;
		    height: 16px;
		    background-image: url(../images/hover_icoAdd.png);
		    background-repeat: no-repeat;
		    display: block;
		    position: absolute;
		    right: 20px;
		    top: 17px;
		 }
		 .menu li .level2>li>a:hover .down
		 {
		 	width: 20px;
		    height: 16px;
		    background-image: url(../images/hover_icoAdd1.png);
		    background-repeat: no-repeat;
		    display: block;
		    position: absolute;
		    right: 20px;
		    top: 17px;
		 }
		 .menu li ul.level3{display: none;padding-left: 20px;}


.menu .level1>a:hover i
{
   
    width: 20px;
    height: 16px;
    background-image: url(../images/hover_icoAdd.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;


}
.menu .level1>a:hover .down
{
   
    width: 20px;
    height: 16px;
    background-image: url(../images/hover_icoAdd1.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;


}

.menu li ul.level3>li>a:hover
{

background: #034990;
    color: #fff!important;
    transition: 300ms all;
}

}