/* 
* @Author: anchen
* @Date:   2018-07-04 11:14:11
* @Last Modified by:   anchen
* @Last Modified time: 2018-09-13 15:59:31
*/
body,div,span,ul,li,ol,a,p{padding: 0;margin: 0;}
li{list-style: none;}
a{text-decoration: none;color: #fff;}


body{
    background: url(../images/zpddbj.png);
    font-size: 14px;
}
/*头部开始*/
.sc{
    width:100%;
    height:25px;
}
#tbsc{
    width:1120px;
    height:25px;
    margin:0 auto;
    color:#fff;
    position:relative;
}
#dinga{
    position:absolute;
    right: 0;
}
#tbsc a:hover{
    color:#FFDB1C;
}

.logo{
    width:1120px;
    height:158px;
    margin:0 auto;
    background: url(../images/gq5.png);
    color:#fff;
    position:relative;
}
.logo img{
    position:absolute;
    top:25px;
}
#lgz{
    font-size: 55px;
    color:#fff;
    position:absolute;
    text-align: center;
    left:400px;
    top:40px;
}
#lgz span{
    font-size: 20px;
    color:#FFF500;
    display: block;
}

  

#lgd{
    background: url(../images/dh.png);
    position:absolute;
    right:0px;
    top:-60px;
}
#lg1{
    width:240px;
    position:absolute;
    right:10px;
    top:90px;
    font-size: 16px;
    text-align: center;
}
.nav{
    width:1230px;
    height:45px;
    background: url(../images/dh2.png);
    margin:0 auto;
}
.nav ul{
    width:1120px;
    height:45px;
    margin:0 auto;
}
.nav a{
    float:left;
    width:112px;
    height:45px;
    line-height: 45px;
    text-align: center;
    color:#fff;
    font-size: 17px;
}
.nav a{color:#fff;}
.nav a:hover{
    background: #FFF500;
    color:red;
    transition:all 0.5s ease 0s;
}
/*example*/

.example{
    margin:0 auto;
}
.example ol{position:relative;margin:0 auto;width: 360px;height: 20px;top:-30px;left:60px;}
.example ol li{float:left;width: 50px;height: 10px;margin: 5px;background: #fff;}
.example ol li.seleted{background: #FFF500;}

.example1{}
.example1 ol{position:relative;width: 80px;height: 20px;top:-30px;left:60px;}
.example1 ol li{float:left;width: 10px;height: 10px;margin: 5px;background: #fff;}
.example1 ol li.seleted{background: #1AA4CA;}

.example2{}
.example2 ol{position:relative;width: 80px;height: 20px;top:-30px;left:60px;}
.example2 ol li{float:left;width: 10px;height: 10px;margin: 5px;background: #fff;}
.example2 ol li.seleted/*入围，选定选中*/{background: #1AA4CA;}

.luara-{position:relative;padding:0;overflow: hidden;}/*overflow: hidden隐藏溢出*/
.luara- ul{padding: inherit;margin: 0;po}/*inherit继承*/
.luara- ul li{display: none;padding: inherit;margin: inherit;list-style: none;position:absolute;left:50%;margin-left:-960px;}
.luara- ul li:first-child/*指定第一个li升级为块*/{display:block;}

/*头部结束*/