/*清除元素默认的内外边距  */
* {
    margin: 0;
    padding: 0
}

/*让所有斜体 不倾斜*/
em,
i {
    font-style: normal;
}

/*去掉列表前面的小点*/
li {
    list-style: none;
}

/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
    border: 0;
    /*ie6*/
    vertical-align: middle;
}

/*让button 按钮 变成小手*/
button {
    cursor: pointer;
}

/*取消链接的下划线*/
a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #e60013;
}

button,
input {
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    /*取消轮廓线 蓝色的*/
    outline: none;
}

body {
    background-color: #fff;
    font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    color: #666
}

.hide,
.none {
    display: none;
}

/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.banner img {
    width: 100%;
}

.main {
    width: 1200px;
    margin: 0 auto
}

.dqwz p {
    margin: 20px 0;
    background: url(home.jpg) left center no-repeat;
    padding-left: 40px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
}

.dqwz p a {
    font-size: 18px;
    color: #333333;
    margin: 0 15px 0 10px;
}

.dtxw h3 {
    padding-bottom: 20px;
    padding-left: 10px;
    margin-bottom: 30px;
    background: url(line.jpg) left bottom no-repeat;
    font-size: 26px;
    color: #e62a29
}

.dtxw h3 a {
    font-size: 26px;
    color: #e62a29
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a p {
    color: #333333;
    font-size: 16px;
    margin: 15px 0;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #dcdcdc;
    opacity: 1;

}

.swiper-pagination-bullet-active {
    background: #b7b7b7;
}
.news{
    margin-top:40px;

}
.news h3{
    background: url(line.jpg) left bottom no-repeat;
    color:#000000;
    font-size:26px;
    height: 50px;
    margin-bottom: 30px;
    line-height: 50px;
    padding-bottom: 15px;
}
.news h3 i{
    display: inline-block;
    height:50px;
    width: 50px;
    text-align: center;
    background: url(titbj.png) left top no-repeat;
    font-style: normal;
    color:#fff;
    font-size: 26px;
}
.moreList {
    display: none;
}
.moreList ul li,.list ul li{
    float: left;
    margin-right: 15px;
}
.moreList ul li:nth-child(4n),.list ul li:nth-child(4n){
    margin-right: 0;
}
.moreList ul li img,.list ul li img{
    width: 287px;
    height: 216px;
}
.moreList ul li p, .list ul li p{
    color: #333333;
    font-size: 16px;
    margin: 15px 0;
}
.more{
    width: 145px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin:0 auto;
    margin-top: 20px;
    border:1px solid #dcdcdc;
    border-radius: 6px;
    color:#333333;
    font-size: 16px;
}
.footer img{
    width: 100%;
}