﻿@charset "utf-8";
@import url(./footer.css);
body{
    padding:0;
    margin:0 auto;
    font-family:"微软雅黑";
    behavior:url('ie-css3.htc');
}
ul{
    padding:0;
    margin:0;
}
li{
    list-style:none;
}
a{
    text-decoration:none;
}
/*宣传*/
.xuanchuang{
    position: fixed;
    left: 0px;
    bottom: 150px;
    z-index:1;
}
.xuanchuang img:first-child{
    border:1px solid #999;
}
.xuanchuang img:first-child+img{
    margin-bottom: -11px;
    margin-left: -13px;
    cursor:pointer;
}
/*页头*/
.logo{
    background:#999;
    height: 45px;
    min-width: 1514px;
}
.logo1{
    width:1200px;
    margin:0 auto;
    height: 100%;
}
.logo1 img{
    margin-top:10px;
}
/*搜索*/
.search{
    height: 36px;
    position: absolute;
    top: 46px;
    right: 222px;
    display:none;
}
.shuru{
    width: 220px;
    height: 30px;
    padding-left: 34px;
    color: #999;
    outline: none;
    float: left;
    line-height: 30px;
    border: 1px solid #999;
    margin-left: 2px;
}
.queren{
    width: 80px;
    height: 35px;
    color: #999;
    outline: none;
    float: left;
    border: none;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    left: -22px;
    border-radius: 10px;
    border: 1px solid #999;
}
.queren:hover{
    color:#fff;
    background:#999;
    border: 1px dashed #fff;
}
.tubiao1{
    position: relative;
    top: -29px;
    left: 69px;
    background: #fff;
    padding: 1px;
}
.tubiao1 img{
    margin-top: 0px;
    height: 32px;
    width: 21px;
}
/*网站地图和检索*/
.fuwurexian{
    float: right;
    margin-top: 2px;
    color: #000;
}
.fuwurexian span{
    margin: 15px;
}
.fuwurexian a{
    color:#000;
}
.fuwurexian a:hover{
    color:#005bac;
}
.fuwurexian span img{
    position:relative;
    top:2px;
    left:-5px;
}
/*导航*/
.daohang{
    height: 125px;
}
.daohang>div{
    width: 1200px;
    margin: 0 auto;
}
.daohang ul{
    float: left;
    margin-left: 70px;
    height: 50px;
}
.daohang img{
    padding-top:5px;
    height: 80%;
}
.daohang li>a{
    padding: 0 21px;
    font-family: "微软雅黑";
    font-size: 20px;
    height: 52px;
    display: block;
    line-height: 31px;
}
.daohang a:hover{
    color:#ff7e00;
}
.daohang li{
    float:left;
    height:52px;
    text-align: center;
}
.daohang li span{
    display: block;
    text-align: center;
    font-size: 19px;
    position: relative;
    top: -7px;
}
.yincang1 li div a:first-child{
    padding-top: 10px;
    font-size: 20px;
}
.xialacaidan{
    font-family: "微软雅黑";
    font-size: 25px;
    display:none;    
    height: 56px;
    background-color: #ccc;
}
.xialacaidan a{
    display:block;
    color:#000;
    background-color: #ccc;
}
/*轮播*/
#igs {
    min-width: 1514px;
    max-width: 1919px;
    height: 537px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    z-index: -1;
}
.ig{
    list-style:none;
    min-width: 1514px;
    max-width: 1919px;
}
.ig img{
    width:100%;
    height:537px;
}
#tabs{
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 0 5px 5px;
    display: inline-block;
    margin: 0 auto;
    top: 364px;
    left:50%;
    filter:alpha(opacity=60);
    opacity:0.6;
}
.dongtailunbo{
    background-color: #189d82;
}
#tabs li{
    float: left;
    line-height: 20px;
    width: 20px;
    height: 6px;
    cursor: pointer;
    overflow: hidden;
    margin-right: 10px;
    border:1px solid #189d82;
}

.btn1{
    position: absolute;
    left: 0px;
}
.btn2{
    position: absolute;
    right: 0px;
}
.btn:hover{
    background-color: #fff;
    cursor: pointer;
    filter:alpha(opacity=30);
    opacity:0.3;
    color:#000;
}
/*导航滑动*/
.daohanghuadong{
    background:rgba(204,204,204,0.3);
}
/*返回顶部*/
.fanhui{
    position: fixed;
    bottom: 200px;
    z-index: 999;
    right: 5px;
    display:none;
}
.fanhui img{
    border:none;
}
/*导航滑动条*/
#navLine{
    height: 52px;
    background-color: #ccc;
    position: absolute;
    top: 145px;
    display: none;
    overflow: hidden;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: -1;
}
.daohangyanse-1{
    color:#000;
}
.daohangyanse-2{
    color:#ff7e00;
}