@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; }
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "微软雅黑";}
select, input { vertical-align:middle; }
textarea { resize:none; } /*防止拖动*/
img {border:0; }  /*  去掉图片低测默认的3像素空白缝隙*/
body {
    height: 1000px;
}
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}

/*公共类*/
.w {  /*版心 提取 */
    width: 1210px;margin:0 auto;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.al {
    text-align:left;
}
.ac {
    text-align:center;
}
.ar {
    text-align:right;
}
.hide {
    display:none;
}
/*header-top部分开始*/
.header-top {
    /*width: 100%;*/
    height: 30px;
    background-color: #EE3123;
}
.inner {
    width: 1000px;
    margin: 0 auto;
}
.phone {
    float: left;
    line-height: 30px;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}
.phone:hover {
    text-decoration: underline;
}
.header-top span {
    float: right;
}
.header-top span a {
    margin-right: 5px;
    line-height: 30px;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}
.header-top span a:hover {
    text-decoration: underline;
}
.pagewrapper {
    clear: both;
}
.pagewrapper .header {
    width: 1000px;
    height: 50px;
    margin: 0 auto;
   padding-top: 10px;

}
.header a {
    width: 150px;
    height: 40px;
    float: left;

}
.header p {
    float: left;
    line-height: 50px;
    margin-left: 30px;
    font-size: 12px;
    font-family: "微软雅黑";
    color: #444;
}
.header-right {
    float: right;
}
.search {
    position: relative;
    /*width: 500px;*/
    height: 30px;
    /*border: 1px solid #000;*/
    float: left;
}
.header input {
    display: inline-block;
    float: right;
    width: 230px;
    height: 30px;
    padding-left: 8px;
    line-height: 30px;
    color: #757575;
    float: left;
    border: 1px solid #F69891;
    outline: none;
}
#message {
    position: absolute;
    top: 8px;
    left: 8px;
    color: #757575;
    font-size: 12px;
    cursor: text;
}
.search .search-btn {
    width:37px;
    height: 30px;
    float: left;
    border: 1px solid #F69891 ;
    background:url(../images/search_btn.png) no-repeat center center ;
}

.window  {
    margin-left: 10px;
    width:180px;
    height: 36px;
    float: right;
}
.pagewrapper .navgater {
    width: 1000px;
    height: 95px;
    clear: both;
    margin: 10px 0 10px 0;
    border-bottom: 2px solid #eee;
}
.pagewrapper .navgater ul {
    width: 950px;
    margin: 0 auto;
}
.pagewrapper .navgater ul li {
    width: 110px;
    height: 95px;
    padding: 0 10px;
    float: left;
    border-bottom: 3px solid #eeeeee;
}
.navgater ul li a {
    text-align: center;
    display: block;
    font-size: 12px;
    color: #444;
    font-weight: bold;
}
.navgater  img {
    width: 101px;
    height: 65px;
}
.navgater ul li span {
    display: inline-block;
    margin-top: 6px;
}
.navgater ul li:hover {
    border-bottom: 3px solid #EE3123;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
    clear: both;
}
.slide {
    height:426px;
    position: relative;
}
.slide li{
    position: absolute;
    left:100px;
    top:0;
}
.slide li img{
    width:100%;
}
.arrow{
    opacity: 0;
    position: relative;
    z-index:100;
}
.prev,.next{
    width:76px;
    height:112px;
    position: absolute;
    top:250px;
    margin-top:-56px;
    background: url(../images/prev.png) no-repeat;
    z-index: 99;
}
.next{
    right:0;
   background-image: url(../images/next.png);
}
.bottom {
    width: 1050px;
    height: 360px;
    clear: both;
    position: relative;
    z-index: 999;
    margin-top:150px;
    overflow: hidden;
}
.bottom ul {
    width: 1000%;
    position: absolute;
    top: 0;
    left: 0;
}
.bottom ul li {
    float: left;
    margin-right: 35px;
}
.bottom ul li a {
    display: block;
    padding: 5px;
    border: 8px solid #EEEEEE;
}
.bottom ul li a:hover{
    border: 8px solid #DB291D;
}
.bottom-div {
    display: block;
    text-align: center;
    color: #666666;
    margin-bottom: 5px;
    font-family: "微软雅黑";
}
.footer {
    width: 100%;
    /*background-color: #404040;*/
    height: 100px;
    padding-top: 35px;
}
.footer ul {
    width: 1000px;
    height: 30px;
    border-bottom: 1px dashed #666666;
}
.footer ul li {
    float: left;
    margin-right:70px;
    /*color: #ffffff;*/
    font-family: "微软雅黑";
}
.footer ul li h5 {
    font-weight: 600;
    padding-left: 25px;
}
.footer-bottom {
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 1000px;
    height: 290px;
    margin: 0 auto;
    border-bottom: 1px dashed #666666;

}
.footer-bottom dl {
    width: 145px;
    float: left;
}
.footer-bottom dl.dl1 {
    width: 195px;
    float: left;
}
.footer-bottom dl.dl2 {
    width: 155px;
    float: left;
}
.footer-bottom dd a {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}
.footer-btt {
    width: 1000px;
    margin:   0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-btt p {
    float: left;
    color: #ffffff;
    font-size: 12px;
}
.footer-btt span {

}
.footer-btt .p2 {
    float: right;
}