﻿body {
 margin: 0px;
 padding: 0px;
}
header,.footer{
 width: 100%;
}
#top {
 background:rgb(179,19,19);
}
#top>img{
 display: block;
 margin: 0 auto;
 width: 100%;
}

.header-middle{
 width: 100%;
}
.header-middle>ul{
 width: 1820px;
 margin: 0 auto;
}

#banner {
 width: 100%;
 height: 340px;
 margin: 0 auto;

}
#banner .banner {
 width: 1140px;
 height: 100%;
 margin: 0 auto;
}
.banner {
 width: 100%;
 height: 100%;
 overflow: hidden;
 position: relative;
}
.img {
 width: 99999px;
 position: absolute;
 list-style: none; 
 left: -1140px
}
.img li{
 float: left;
 width: 1140px !important;
 height: 340px !important;
 list-style: none;
}

.img li img{
width:100%;
height:100%;
}

#num{
 position: absolute;
 width: 100%;
 bottom: 10px;
 text-align: right;
}

input[type=text],
input[type=password] {
font-size: 13px;
min-height: 0px;
margin: 0;
padding: 7px 8px;
outline: none;
color: #333;
background-color: #fff;
background-repeat: no-repeat;
background-position: right center;
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
vertical-align: middle;
}
.butt{margin-left: 8px;
width: 50px;
height:32px;
line-height: 32px;
color: white;
border: none;
border-radius: 4px;
background-color: rgba(199, 54, 53, 1);
}



#num li{
 width: 10px;
 height: 10px;
 background: #888;
 border-radius: 50%;
 display: inline-block;
 margin-right: 10px;
 cursor: pointer;
}
.in-btn{
 width: 84px;
 height: 150px;
 background: rgb(0,0,0);
 opacity: 0.5;
 filter:Alpha(opacity=40);
 position: absolute;
 cursor: pointer;
 text-align: center;
 line-height: 150px;
 color: #fff;
 font-size: 100px;
 top: 0;
 bottom: 0;
 margin-bottom: auto;
 margin-top: auto;


}
.btn_l{
 left: 0;
}
.btn_r{
 right: 0;
}



.on {
 background-color: red !important;
}
.footer{
 background-color: rgb(198,21,19);
}

.center {
 padding-top: 20px;
 margin: 0 auto;
 width: 1260px;
 overflow: hidden;
}

.centerTop{
 width: 1150px;
 margin: 0 auto;
}

.centerTitle{
 float: left;
 width: 32%;
 margin-left: 12px;
}
.centerTitle>h4{
 color: #f2f2f2;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    padding-top: 0px;
    margin-bottom: 20px;
    font-weight: 200;
}
.centerTitle>ul>li{
 margin-bottom: 5px;
}

.code>img{
 width: 100px;
 height: 100px;
}

.footer a{
 color: white;
}
.copyright{
 height: 20px;
 margin-bottom: 0px;
 color: white;
 background-color: rgb(157,39,39);
 padding-left: 320px;
}