.section-one {
    padding: 15px 0 20px 0;
    background-color: #f9f5f0;
}

.news-slider {
    margin-top: 30px;
}

.page-header {
    position: relative;
    margin: 30px 0 0px 0;
    padding-bottom: 10px;
}

.page-header .title {
    font-size: 20px;
    color: #fff;
    height: 47px;
    line-height: 47px;
    padding-left: 14px;
    padding-right: 55px;
    font-weight: bold;
    background: url(bg.png) no-repeat;
}

.page-header .more {
    position: absolute;
    top: 30px;
    right: 0;
}

.page-header .more a {
    color: #b80101;
}

.box2 .page-header {
    margin-bottom: 20px;
}

.banner img {
    width: 100%;
    height: auto;
}

.quick-roll {
    position: relative;
    padding: 0 38px;
    background: url(bg2.png) repeat;
    margin-bottom: 25px;
}

.quick-roll .hd .quick-btn {
    width: 38px;
    height: 110px;
    padding-top: 35px;
    display: block;
    text-align: center;
    background-color: #eee;
}

.quick-roll .hd .quick-btn i {
    width: 21px;
    height: 36px;
    display: block;
    margin: 0 auto;
}

.quick-roll .hd .prev {
    position: absolute;
    top: 0;
    left: 0;
}

.quick-roll .hd .next {
    position: absolute;
    top: 0;
    right: 0;
}

.quick-roll .hd .prev i {
    background: url(prev.png) no-repeat;
}

.quick-roll .hd .next i {
    background: url(next.png) no-repeat;
}

.quick-roll .hd .quick-btn:hover {
    background-color: rgba(238, 238, 238, .90);
}

.quick-list li {
    width: 33.3333%;
    float: left;
}

.quick-list li a {
    display: block;
    margin: 10px 20px;
    text-align: center;
}

.quick-list li a i {
    display: block;
    margin: 12px auto;
    width: 50px;
    height: 50px;
    transition: all 0.5s ease-in-out;
    transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}

.quick-list li a i.icon-zy1 {
    background-image: url(ico01.png);
}

.quick-list li a i.icon-zy2 {
    background-image: url(ico02.png);
}

.quick-list li a i.icon-zy3 {
    background-image: url(ico03.png);
}

.quick-list li a span {
    display: block;
    font-size: 18px;
    color: #2d3d50;
}

.quick-list li a:hover {
    color: #00479d !important;
}

.quick-list li a:hover i {
    transform: rotateY(180deg);
}

.wechat {
    padding: 10px;
    background: url(bg3.png);
    background-size: 100% 100%;
}

.wechat-title h3 {
    font-size: 20px;
    color: #2d3d50;
}

.wechat-title p {
    color: #2d3d50;
}

.wechat-pic img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:1200px) {
    .quick-list li {
        width: 100px !important;
    }
}