.index .banner {
    position: relative;
}

.index .banner .hd {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.index .banner .hd ul {
    display: inline-block;
}

.index .banner .hd li {
    display: inline-block;
    width: 50px;
    height: 3px;
    margin: 0 2px;
    background-color: rgba(255,255,255,0.4);
}

.index .banner .hd li.on {
    background-color: #fff;
}

.index .read .list {
    margin: 0 -20px;
}

.index .read .item {
    float: left;
    width: 50%;
    padding: 0 20px 40px;
}

.index .read .item a,
.information .item a {
    display: block;
    padding: 10px;
    overflow: hidden;
    background: #eee;
    border-radius: 6px;
    box-shadow: 0 0 10px #adadad;
    transform: scale(1);
    transition: transform 0.3s;
}

.index .read .item a:hover,
.information .item a:hover {
    transform: scale(1.05);
}

.index .read .img,
.information .item .img {
    float: left;
}

.index .read .img img,
.information .item .img img {
    width: 140px;
    height: 140px;
    border: 1px solid #999;
}

.index .read .info,
.information .item .info {
    padding: 5px 0;
    margin-left: 155px;
}

.index .read .info h3,
.information .item .info h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.index .read .info p,
.information .item .info p {
    height: 42px;
    color: #999;
    font-size: 14px;
    text-indent: 2em;
    margin-bottom: 20px;
}

.index .read .price button,
.information .item .price button {
    padding: 2px 6px;
    color: #bf0000;
    font-size: 12px;
    background: none;
    border: 1px solid #bf0000;
}

/*inside*/
.inside {
    margin: 40px 0;
}

.insidetop {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    background: #f1f1f1;
}

.insidetop a:hover {
    color: #BF0000;
}

.insidenav {
    float: left;
    width: 240px;
    box-shadow: 0 0 10px #adadad;
}

.insidenav .title {
    height: 40px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    background-color: #013E70;
}

.insidenav .list {
    padding: 0 10px;
}

.insidenav .list a {
    display: block;
    height: 41px;
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px;
    border-top: 1px dashed #e7e7e7;
}

.insidenav .list a:hover,
.insidenav .list a.on {
    color: #013E70;
    font-weight: bold;
}

.insidenav .list a:first-child {
    border-top: 0;
}

.insidecon {
    margin-left: 290px;
}

.insidecon .title {
    position: relative;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 30px;
}

.insidecon .title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #013E70;
}

/*information*/
.information .item {
    margin-bottom: 20px;
}

.information .item a {
    box-shadow: none;
}

/*about*/
/*.about img {
    width: 100%;
}*/

.about p {
    margin: 10px 0;
    font-size: 14px;
    text-indent: 2em;
}

/*contact*/
.contactcon {
    padding: 0 20px;
}

.contactcon h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.contactcon p {
    color: #999;
    font-size: 15px;
    line-height: 30px;
}