/* bannerÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â  */
.banner-ul ul li a {
    display: block;
}
.banner-ul ul li a img{
    width: 100%;
}
.banner-ul{
    position: relative;
    min-width: 1280px;
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
}
.banner-ul>a{
    display: block;
    width: 50px;
    height: 50px;
    opacity: 0;
    visibility: hidden;
}
.banner-ul .prev{
    background: url(../img/prev.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    transition: all .4s;
    transform: translateX(-30px);
}
.banner-ul .next{
    background: url(../img/next.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    transform: translateX(30px);
    transition: all .4s;
}
.banner-ul:hover .next,.banner-ul:hover .prev{
    display: block;
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
}
/* bannerÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ */
.notice_1>p{
    color: #000;
    font-size: 28px;
    padding-left: 57px;
    padding-right: 8px;
    font-family: å®‹ä½“;
    line-height: 62px;
    background: url(../img/tz.png) no-repeat left;
    background-size: 50px;
}
.notice_1_list .bd ul li{
    position: relative;
    margin: 0 20px;
}
.notice_1_list .bd ul li:after{
    content: "";
    width: 6px;
    height: 5px;
    background: #b5b5b5;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -2.5px;
    transition: all .3s;
}
.notice_1_list .bd ul li a{
    font-size: 19px;
    color: #2f2f2f;
    transition: all .3s;
    padding-left: 15px;
}
.notice_1_list .bd ul li:hover a{
    color: #004b9d;
    text-decoration: underline;
}
.notice_1_list .bd ul li:hover:after{
    width: 10px;
    height: 9px;
    background: #a40000;
    margin-top: -4.5px;
}
.notice_1_list{
    overflow: hidden;
    margin-top: 20px;
    margin: 20px 0px 0 10px;
}
.notice_1>a{
    color: #a40000;
    margin-top: 22px;
    float: left;
    margin-left: 14px;
}
.notice_1{
    padding: 18px 0 23px 0;
}
.notice_1_list .tempWrap{width: 486px !important;}
.xydt{
    background: #d2d2d2;
    padding: 0 10px;
}
.xydt>p{
    font-size: 24px;
    color: #3060a3;
font-weight: 600;
    line-height: 65px;
    float: left;
    margin-left: 50%;
    left: -75px;
    position: relative;
}
.xydt>a{
    line-height: 65px;
    font-size: 14px;
    color: #3060a3;
    display: table;
        float: left;
    margin-left: 430px;
}

.gdpx{
    background: url(../img/gdpx_bg.png) no-repeat bottom center #004b9d;
}
.gdpx p{
    line-height: 65px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 24px;
}
.main3{
    background: #bfbfbf;
}
.main3 .w-1280{
    background: #fff;
    padding: 20px 10px;
}
.main3_1{
    float: left;
}
.main3_1 a {
    transition: all .3s;
    margin-bottom: 20px;
}
.main3_1 a img{
    display: block;
    width: 310px;
    height: 145px;
}
.main3_2 a{
    background: #eee;
    margin-top: 21px;
    padding-left: 90px;
    padding-right: 65px;
    line-height: 90px;
    font-size: 22px;
    color: #060606;
    text-align: center;
    transition: all .3s;
}
 

.main3_2 a:hover,.main3_1 a:hover {
    transform: translateY(-3px);
}
.main3_2 a:first-child{
    margin-top: 0;
    background: url(../img/main3-2-1.png) no-repeat 30px center #eee;
}
.main3_2 a:nth-child(2){
    background: url(../img/main3-2-2.png) no-repeat 30px center #eee;
}
.main3_2 a:nth-child(3){
    background: url(../img/main3-2-3.png) no-repeat 30px center #eee;
}
.main3_2 a:first-child:hover{
    background: url(../img/main3-2-1-on.png) no-repeat 30px center #eee;
}
.main3_2 a:nth-child(2):hover{
    background: url(../img/main3-2-2-on.png) no-repeat 30px center #eee;
}
.main3_2 a:nth-child(3):hover{
    background: url(../img/main3-2-3-on.png) no-repeat 30px center #eee;
}
.main3_2{
    margin-left: 20px;
}


.main4 .w-1280{
   /*   border-top: 20px solid #004b9d;

  padding-bottom: 25px;
    padding-top: 25px;
*/
}


.jwtz{
    width: 50%;
    background: #efefef;
    padding: 16px 12px;
}
.jwtz>a{
    font-size: 22px;
    color: #464646;
    line-height: 30px;
    padding-left: 30px;
    background: url(../img/jwtz.png) no-repeat 0 1px;
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 6px;
    margin-bottom: 12px;
}
.jwtz ul li{
    margin-bottom: 10px;
    transition: all .3s;
}
.jwtz ul li:hover{
    transform: translateY(-3px);
}
.jwtz ul li:last-child{
    margin-bottom: 0;
}
.jwtz ul li div{
    background: #dcdcdc;
    text-align: center;
    padding: 2px 5px;
}
.jwtz ul li div p{
    font-size: 23px;   
    color: #004b9d;
}
.jwtz ul li div span{
    font-size: 12px;
    color: #6d6d6d;
    line-height: 20px;
}
.jwtz ul li a{
    width: 88%;
    font-size: 16px;
    color: #505151;
    margin-top: 10px;
}
.jwtz ul li:hover a{
    font-weight: 600;
    color: #004b9d;
}
/*改变*/
.nav2_png img{
width:610px;
}
.nav3_png img{
    height: 100px;
    float: left;
    margin-top: 7px;
}
.jwtz2{
padding: 16px 12px 0;
}
.jwtz2 ul li{
margin-bottom: 15px;
}
.zt{
   
}
.zt ul li{
    float: left;
    margin-bottom: 12px;
    transition: all .3s;
}
.zt ul li a{
    width:100%;
}
.banner-cursor{
    
}
.banner99 li img{
    width: 806px;
    height: 230px;
}
.lxpx .banner99 li img{
    width: 100%;
    height: 455px;
}
.banner-cursor:hover .controls a{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}
.banner-pagination{
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 2;
    text-align:center;
    left: 0;
}
.banner-pagination ul li{
    width: 12px;
    height: 12px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid #fff;
}

.banner-pagination .on{
    background: #0058ae;
}

/*改变*/
zt ul li:hover{
    transform: translateY(-5px);
}
.zt ul li:nth-child(odd){
    margin-right: 2%;
}
.zt ul li .zt_img{
    float: left;
    padding-top: 36px;
    height: 124px;
    width: 108px;
}
.zt ul li .zt_img img{
    display: block;
    margin: 0 auto;
}
.zt ul li p{
    float: left;
    width: 192px;
    text-align: center;
    font-size: 22px;
    color: #f4f4f4;
    font-weight: 600;
    line-height: 124px;
}
.zt ul li:first-child .zt_img{
    background: #64c4f2;
}
.zt ul li:first-child p{
    background: #7ecef4;
}
.zt ul li:nth-child(2) .zt_img{
    background: #f4a631;
    padding-top: 46px;
}
.zt ul li:nth-child(2) p{
    background: #f8b551;
}
.zt ul li:nth-child(3) .zt_img{
    background: #89c997;
}
.zt ul li:nth-child(3) p{
    background: #acd598;
}
.zt ul li:nth-child(4) .zt_img{
    background: #aa89bd;
}
.zt ul li:nth-child(4) p{
    background: #c490bf;
}

.mian5{
    background: url(../img/main5_bg.png) no-repeat center bottom;
    padding: 20px 0;
    height: 200px;
}
.main5_ul{
    overflow: hidden;
}
.main5_ul li {
    float: left;
    margin: 0 15px;
    width: 25%;
}
.main5_ul li a{
 display: block;
    height: 160px;
}
.main5_ul li img{
    display: block;
    height: 160px;
    margin: 0 auto;
}



.gupxw{
    width: 340px;
    float: right;
 
    padding-top: 5px;
    height: 55px;
}
.gupxw p{
    font-size: 24px;
    color: #004b9d;
   
    display: block;
    line-height: 50px;
    font-weight: 600;
}
.gupxw span{
    font-size: 24px;
    color: #004b9d;
 
    font-weight: 600;
    background: url(../img/link.png) no-repeat left center;
 
    padding-left: 30px;
 
}
.gupxw:hover p,.gupxw:hover span{
    text-decoration: underline;
}

.dt_st{
    
position: absolute;
    
z-index: 1;
    
background: rgba(234, 234, 234, 0.9);
    
padding: 1px;
    
width: 571px;
    
padding-right: 30px;
    
background: url(../img/down_ico.png) no-repeat 520px 44px rgba(234, 234, 234, 0.9);
}
.st_bt p{

float:  left;

font-size: 17px;

width: 25px;

line-height: 19px;

border-right: 1px solid #000;

font-weight: 600;

text-align:  center;

color: #464646;
}
.st_bt span{
    
float:  left;
    
font-size:  22px;
    
margin-left: 10px;
    
margin-top: 16px;
    
max-width: 87%;
    
position: relative;
}
.st_bt span:after{
    /* content:""; */
    width:25px;
    height:11px;
    background:url(../img/down_ico.png) no-repeat;
    position:absolute;
    right: -25px;
    top:50%;
    margin-top:-6px;
}
.st_bt:hover span{
    color: #c30000;
}
.st_zy{

  height: 0; 

opacity: 0;
-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
visibility:  hidden;
}
.st_zy p{
    
margin-top:  5px;
    
text-indent:  2em;
    
letter-spacing:  1px;
    
font-size: 16px;
}
.dt_st:hover .st_zy{
      height:84px; 
    visibility:visible;
    opacity:1;
}
.notice_zs{float: right;width: 540px;margin-top: 7px;}
.notice_zs a{
    display:inline-block;
    font-size:28px;
    font-family: "å®‹ä½“";
    padding-left: 53px;
    line-height: 53px;
-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.notice_zs a:hover{
-webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);}

 

.zscx_{
    background: url(../img/zscx.png) no-repeat;
    background-size: 50px;
}
.xmgs_{
    background: url(../img/xmgs.png) no-repeat;
    background-size: 50px;
    margin-left: 54px;
}