@charset "gb2312";
*{
    padding:0;
    margin:0;
}
img{
    border:none;
}
a{
    text-decoration: none;
}
body{
    text-align: center;
    background:#fcfcfc;
    font-family: "微软雅黑";
}
/*头部*/
.header{
    width: 100%;
    /*height:82px;*/
    height: auto;
    overflow: hidden;
    /*border: solid red 1px;*/
    min-width:1200px;
}
.header img{
    /*border: solid red 1px;*/
    margin: auto;
}
/*主体*/
.main{
    width: 100%;
    min-width: 1200px;
    /*border: solid green 1px;*/
    font-size: 15px;
    height: 40em;
    /*background: url("../images/maink.jpg") no-repeat;*/
    /*background-size: 100% 100%;*/
}
#turnLeft,#turnRight{
    z-index: 1000;
    position: absolute;
    width:200px;
    top:200px;
    height: 400px;
    /*border: solid green 1px;*/
}
#turnLeft img,#turnRight img{
    padding-top: 120px;
}
#turnLeft{
    left: 0px;
}
#turnRight {
    right: 0px;
}
#turnRight img{
	position: absolute;   
	right: 0px;
}
.main .changeImg{
    width: 100%;
    height: 39em;
    display: none;
    position: absolute;
    /*border: solid green 1px;*/
    z-index: 0;
}
.main .changeImg img{
	width:100%;
    min-width: 1200px;
    height: 39em;
}
.main #fir{
    display: block;
}

/*nav*/
.nav{
    /*border: solid red 1px;*/
    position: absolute;
    z-index: 10000;
    width: 100%;
    min-width:1200px;
    height: auto;
    background: url("picnav2.png");
}
#nav{
    width: 70%;
    min-width: 1200px;
    /*border: 1px solid #ffffff;*/
    margin: auto;
}
.nav ul li{
    /*border: solid red 1px;*/
    list-style: none;
    width:95px;
    height:50px;
    float: left;
    line-height: 50px;
    /*border-left: 1px solid #ffffff;*/
    /*border-right: 1px solid #ffffff;*/
}
.nav ul li a,.navBottom ul li a{
    color: #ffffff;
    display: inline-block;
    width: 100%;
    /*border: solid red 1px;*/
    height:auto;
}
.nav ul a:hover{
    background: url("picnav1.png");
}
.nav ul ul li{
    /*border-left: 2px solid #ffffff;*/
    /*border-right: 2px solid #ffffff;*/
    background: url("picnav2.png");
    /*display: none;*/
}
.nav ul ul{
    margin-top: -4px;
    display: none;
}
/*第一次修改*/
.navBottom ul{
    width: 960px;
    min-width: 960px;
    /*border: 1px solid #ffffff;*/
    margin: auto;
}
.navBottom{
    /*border: solid green 1px;*/
    position: relative;
    z-index: 10000;
    width: 100%;
    min-width:1200px;
    height: 47px;
    background: url("picnav2.png");
    bottom: 0px;
}
.navBottom ul li{
    /*border: solid red 1px;*/
    list-style: none;
    width:auto;
    padding: 0px 32px 0px 0px;
    height: 47px;
    float: left;
    line-height: 50px;
}
.navBottom ul li a:hover{
    text-decoration: underline;
 }
.navBottom #inp{
    width: 100px;
    background: #fff ;
    border:none;
    color: #000;
    height: 16px;
    padding: 7px;
    border: none;
    float: left;
}
.navBottom #sub{
    cursor: pointer;
    width: 37px;
    height: 30px;
    border: none;
    float: right;
    background:url("picfangdajing.png");
}
#erweima{
    border:1px solid #cfcfcf;
    position: absolute;
    top:47px;
    display: none;
}
#erweima img{
    width: 200px;
}
.sear{
    /*position: absolute;*/
    /*right: 21%;*/
    /*margin-top: 8px;*/
    padding: 10px 0 0 120px;
    /*background: #ffffff;*/
    overflow: hidden;
    width: 151px;
    height: 28px;
    /*border:1px solid #cfcfcf ;*/
}
.navBottom #inp:hover{
    border: none;
}
/*#search{*/
    /*display: none;*/
    /*position: absolute;*/
    /*right: 10%;*/
    /*top:2.7em;*/
    /*width: 132px;*/
    /*height: auto;*/
    /*max-height: 500px;*/
    /*border: solid #006699 1px;*/
/*}*/
/*#search ol{*/
    /*text-align: left;*/
    /*background: #ffffff;*/
/*}*/
/*#search ol li{*/
    /*padding: 0px;*/
    /*width: 100%;*/
    /*list-style: none;*/
/*}*/
/*#search ol li a{*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*color: #040303;*/
    /*font-size: 11px;*/
/*}*/
/*#search ol li a:hover{*/
    /*background-color: #006699;*/
    /*color: #ffffff;*/
/*}*/
/*#search ol .firstSearch a{*/
    /*background-color: #006699;*/
    /*color: #ffffff;*/
/*}*/
/*图片新闻*/
#changeNews{
    width: 61%;/*此数值还需要改*/
    min-width: 900px; /*此数值还需要改*/
    height:78%;/*此数值还需要改*/
    position: relative;
    margin: auto;
    /*border: solid green 1px;*/
    padding-top: 70px;
}
#changeNews div{
	    /*border: solid green 1px;*/

    display: none;
}
#changeNews #imgNews{
    border: solid green 1px;
    display: block;
    border: 10px solid #047aa7;
    border-radius: 5px;
    width: 76%;
    float: left;
    height: 410px;
}
#imgNews img{
    width: 100%;
    height: 100%;
}
#changeNews span{
    /*border: 1px solid saddlebrown;*/
    display: inline-block;
    color: #ffffff;
    font-size:17px ;
    top:400px;
    width: 100%;
line-height:37px;
    height: 37px;
    position: relative;
    top:-40px;
    text-align: left;
    /*margin-top: 0px;*/
    /*不可以为什么*/
    z-index: 1000;
}
#changeNews ul{
    margin-top: 60px;
    width:190px;
    float: left;
    list-style: none ;
    /*border: solid gray 1px;*/
}
#changeNews ul li{
    padding-left:10px ;
    text-align: left;
    font-size: 20px;
    line-height: 55px;
    margin-top: 11px;
    width: 100%;
    height: 59px;
    font-weight: 700;
}
#changeNews ul li a{
    display: none;
    /*color:#bfb4a5;*/
    color: #ffffff;
}
/*主体2*/
.list{
    min-width: 1200px;
    width: 70%;
    /*border: solid blue 1px;*/
    margin: auto;
}
 .listLeft{
    text-align: left;
    float: left;
    width:200px;
    /*border: solid blue 1px;*/
}
.listLeft ul li{
    /*border: solid blue 1px;*/
    padding-left: 48px;
    list-style: none;
    width: 100%;
    height: 50px;
    margin-bottom: 6px;
    font-size: 23px;
    line-height: 49px;

}
.listLeft ul li a{
    color: #ffffff;
}
.listLeft ul li a:hover{
    color: #4c4c4c;
}
.listRight{
	margin-left:100px;
    /*border: solid blue 1px;*/
    width: 960px;
    float: left;

}
.listRight .top{
    width: 960px;
    height: 300px;
    background-image: url("picbackground00.png");
    background-size: 100% 100%;
}
.listRight ul{
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    /*border: 1px solid red;*/
    width: 300px;
    height: auto;
    float: left;
    list-style: none;
}
.listRight ul li a{
    /*border: 1px solid red;*/
    font-size: 14px;
    display: inline-block;
    height: 30px;
    width: 210px;
    color:black ;
}
.listRight ul a:hover{
    color: cadetblue;
}
.listRight ul li span{
    font-size: 13px;
    color: #bfb4a5;
}

.listRight ul .title1,.listRight ul .title3,.listRight ul .title2{
    margin-bottom: 10px;
    font-size: 17px;
    padding-left: 5px;
    line-height: 38px;
    color: #ffffff;
    width: 100%;
    background: url("picright01.png") no-repeat;
    height: 37px;
    /*border: 1px solid red;*/
}
.listRight ul .title2{
    background: url("picright02.png") no-repeat;
}
/*滚动*/
.bottom{
    border-top: 1px solid #cccccc;
    width: 100%;
    height: 50px;
    /*margin-top: 300px;*/
    overflow: hidden;
}
.bottom ul{
    width: 10000000000000px;
    position: relative;
    margin: 0;
    /*left: 100px;*/
}
.bottom ul li{
    padding-right: 6px;
    /*border: 1px solid darkblue;*/
    width:90px ;
    height: 31px;
    float: left;
    /*display: inline-block;*/
}
.bottom ul li img{
    width:90px;
    height: 31px;
}
/*底部*/
.footer{
    margin-top: 360px;
    width: 100%;
    min-width: 1200px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    font-size: 12px;
    /*line-height: 30px;*/
    color: #4c4c4c;
    /*border: 1px solid yellow;*/
    background: url("picfoot.png");
}
.footer a{
    color: #4c4c4c;
}
.footer a:hover{
    color: #040303;
}