*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
#header{
    background-color:#027fe1;
    width: 100%;
    height: 36px;
}

#header .center{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
#header .center .left{
    float: left;
    color: white;
    line-height: 36px;
}
#header .center .right{
    float: right;
    position: relative;
}
#header .center .right .search{
    width: 160px;
    height: 20px;
    border-radius: 15px;
    border: none;
    margin-top: 5px;
}
#header .center .right .button{
    width: 60px;
    height: 20px;
    border-radius: 15px;
    background-color:#027fe1 ;
    color: white;
    border: 1px solid white;
}

/*ͷ��ͼƬ*/
#header_img{
    position: relative;
    width: 100%;
    height: 226px;
    background: url("../images3/1_02.png") center;
}
#nav{
    background-color:#027fe1;
    width: 100%;
    height: 50px;
}
#nav ul{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
#nav ul li{
    float: left;
}
#nav ul>li>a{
    display: block;
    text-decoration: none;
    padding: 2px 24px;
    color: white;
    line-height: 46px;
    margin-right: 28px;
    letter-spacing: 2px;
    font-size: 16px;
}

#nav ul>li>a:hover{
    background-color: #fa813c;
}
#ywtt{
    width: 1200px;
    height: 60px;
    margin: 30px auto;
    border: 1px solid #EFEFEF;
    box-shadow: #EFEFEF 1px 1px 5px;
    background-color: #fff;
}
#ywtt .title{
    width: 1051px;
    height: 60px;
    float: left;
}
#ywtt .title .top-news{
    margin: 15px auto;
    width: 1051px;
    height: 30px;
}
#ywtt .title .top-news a{
    display: block;
    width: 1051px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #2E5698;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
}
#ywtt .more-news{
    background: url(../images3/ttxw.png);
    width: 148px;
    height: 60px;
    float: left;
    cursor: pointer;
    border-left: 1px solid #EFEFEF;
}
#news{
    width: 1200px;
    margin: 30px auto 0px;
    height: 405px;
}

#news .left{
    width: 600px;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
/*��ҳ�ֲ�ͼ*/
#news .left .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:15px; z-index:1; }
#news .left .hd ul{ overflow:hidden; zoom:1; float:left;  }
#news .left .hd ul li{ float:left; margin-right:10px;  width:15px; height:15px; line-height:0px; text-align:center; background:#fff; cursor:pointer; border-radius: 50% }
#news .left .hd ul li.on{ background:#f00; color:#fff; }
#news .left .bd{ position:relative; height:100%; z-index:0;   }
#news .left .bd li{ zoom:1; vertical-align:middle; }
#news .left .bd img{ width:600px; height:405px; display:block;  }
#news .bd .shadow{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 41px;
    line-height: 41px;
    background: rgba(0,0,0,0.6);
    display: block;
    text-align: left;
}
#news .bd .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    margin-left: 10px;
}

#news .right{
    width: 570px;
    height: 405px;
    float: right;

    /*border: 1px solid #EFEFEF;
    box-shadow: #EFEFEF 1px 1px 5px;
    background-color: #fff;*/
}
#news .right .up{
    width: 570px;
    height: 50px;
    background: url("../images3/2_07.png") no-repeat bottom;
}
#news .right .up .title{
    float: left;
    height: 50px;
    color: #125fb5;
    font-size: 34px;
    font-weight: bold;
}
#news .right .up .xinwen{
    height: 50px;
    float: right;
    color: #125fb5;
    background: url("../images3/2_03.png") no-repeat 0px 25px ;
    padding-left: 20px;
    line-height: 50px;
}
#news .right .up .xinwen a{
    float: right;
    color: rgb(143, 150, 163);
    line-height: 65px;
}
#news .right .zhangheyaowen{
    height: 42px;
    width: 100%;
}
#news .right .zhangheyaowen .title{
    float: left;
    font-size: 24px;
    color: #2577ff;
    font-weight: bold;
    line-height: 42px;
}

#news .right .zhangheyaowen .more a{
    float: right;
    color: #8f96a3;
    line-height: 46px;
}
#news .right .bottom{
    width: 100%;
    height: 305px;
    margin-top: 10px;
}
#news .right .bottom ul{
    margin-left: 20px;
    /*margin-top: 2px;*/
}
#news .right .bottom li{
    padding: 7px 0;
    list-style-image: url("../images3/2_11.png");
}
#news .right .bottom a{
    color: #333333;
    text-decoration: none;

}
#news .right .bottom a:hover{
    color: #fa813c;
}

#news .right .bottom .new_title{
    float: left;
    text-align: center;
    padding: 0 5px;
}
#news .right .bottom .date{
    float: right;
    color: #87959f;
    cursor: pointer;
}
/*ˮ��������ˮ��ˮ�顢���Ľ��衢��������*/
.water_about{
    width: 1200px;
    height: 200px;
    margin: 20px auto 0px;
}
.water_about .everyone{
    width: 278px;
    height: 200px;
    float: left;

    border: 1px solid #EFEFEF;
    box-shadow: #EFEFEF 1px 1px 5px;
    background-color: #fff;
}
.water_about .everyone:nth-child(n+2){
    margin-left: 26px;
}
.water_about .everyone .top{
    /*background: url("../images3/2_24.png") no-repeat bottom;
    height: 57px;*/
    width: 100%;
    height: 50px;
    background: url(3_06.png) bottom no-repeat #1079C6;

}
.water_about .everyone .second{
    background: url("../images3/2_36.png") no-repeat ;!important
}
.water_about .everyone .top .left{
   /* float: left;
    color: #1463a6;
    font-size: 20px;
    font-weight: bold;
    line-height: 70px;
    padding-left: 10px;*/
    font-size: 18px;
    font-weight: bold;
    width: 100px;
    height: 50px;
    line-height: 50px;
    float: left;
    padding-left: 20px;
    color: #ffffff;
}
.water_about .everyone .top .right{
    /*float: right;
    color: #1463a6;
    line-height: 75px;*/
    position: relative;
    float: right;
    top: 15px;
    margin-right: 15px;
}
.water_about .everyone .top .right a{
    /*float: right;*/
    /*color: rgb(143, 150, 163);*/
    /*line-height: 75px;*/
    color: #ffffff;
}


.water_about .everyone .bottom {
    margin-top: 10px;
}
.water_about .everyone .bottom ul li a{
    display: block;
    text-decoration: none;
    color: #333333;
    background: url("../images3/2_28.png") no-repeat left;
    padding: 5px 20px;
    margin-left: 10px;
}
.water_about .everyone .bottom ul li a:hover{
    color: #fa813c;
}
#center_pic{
    background: url("../images3/syjcenterlogo.png") no-repeat center;
    width: 1200px;
    height: 168px;
    margin: 20px auto 20px;

}
/*通知公告。。。*/
.tzzz{
    width: 1200px;
    height: 200px;
    margin: 20px auto 0px;
}
.tzzz .everyone{
    width: 280px;
    height: 200px;
    float: left;
}
.tzzz .everyone:nth-child(n+2){
    margin-left: 26px;
}
.tzzz .everyone .top{
    background: url("../images3/2_24.png") no-repeat bottom;
    height: 57px;

}
.tzzz .everyone .second{
    background: url("../images3/2_36.png") no-repeat ;!important
}
.tzzz .everyone .top .left{
    float: left;
    color: #1463a6;
    font-size: 20px;
    font-weight: bold;
    line-height: 57px;
    padding-left: 10px;
}
.tzzz .everyone .top .right{
    float: right;
    color: #1463a6;
    line-height: 75px;
}
.tzzz .everyone .top .right a{
    float: right;
    color: rgb(143, 150, 163);
    line-height: 57px;
}


.tzzz .everyone .bottom {
    margin-top: 10px;
}
.tzzz .everyone .bottom ul li a{
    display: block;
    text-decoration: none;
    color: #333333;
    background: url("../images3/2_28.png") no-repeat left;
    padding: 5px 20px;
    margin-left: 10px;
}
.tzzz .everyone .bottom ul li a:hover{
    color: #fa813c;
}
/*底部图片*/
#bottom_pic{
    width: 1200px;
    margin: 30px auto;
    height: 91px;
}
#bottom_pic .left{
    width: 576px;
    height: 100%;
    float: left;
    background: url("../images3/2_40.png") no-repeat center ;
}
#bottom_pic .right{
    width: 576px;
    height: 100%;
    float: right;
    background: url("../images3/2_42.png") no-repeat center ;
}
.link{
    width: 1200px;
    height: 45px;
    margin: 50px auto;
}

.link div:first-child{
    float: left;
    display:inline;
    width: 135px;
    height: 45px;
    text-align: left;
    line-height: 45px;
}
.link div:nth-child(n+2){
    width: 200px;
    height: 45px;
    float: left;
    display:inline;
    margin-left: 10px;
    border: 1px solid #d1d1d1;
    background-color: #1079c6;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;

    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.link div:nth-child(n+2) a{
    color: #ffffff;

}
/*�ײ���ʽ*/
.footer-text-container li{
    list-style: none;
}
.footer-text-container a{
    text-decoration: none;
    color: #2b2b2b;
}
.footer-container{
    width: 100%;
    height: 200px;
}
.footer-banner{
    width: 100%;
    height: 6px;
    background: #0E79C7;
    position: relative;
}
.footer-ding-container{
    width: 1200px;
    height: 194px;
    margin: 0 auto;
}
.footer-logo-container{
    width: 210px;
    height: 164px;
    float: left;
    padding: 15px;
}
.footer-text-container{
    width: 696px;
    height:154px;
    float: left;
    padding: 20px;
}
.footer-text-container ul{
    width: 284px;
    height: 20px;
    margin: 15px 0;
    padding: 0;
}
.footer-text-container ul li{
    width: 56px;
    height: 20px;
    float: left;
}
.footer-text-container ul li a{
}
.website-text{
    width: 720px;
}
.website-text p{
    width: 240px;
    height: 30px;
    line-height: 10px;
    float: left;
}
.footer-wechat-container{
    width: 224px;
    height:194px;
    float: left;
}
.hwcc-wechat{
    width: 82px;
    height: 122px;
    background: url("../images3/75.png") no-repeat;
    margin-top: 40px;
    float: left;
}
.china-wechat{
    width: 82px;
    height: 122px;
    background: url("../images3/74.png") no-repeat;
    margin: 40px 30px;
    float: left;
}
.w-text{
    width: 82px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color:#1974A1;
    text-align: center;
    margin-top: 92px;
}
