﻿@charset "utf-8";

/* CSS Document */


.title1 {
    width: 970px;
    height: 44px;
    line-height: 40px;
    padding-left: 30px;
    background: url(../images/title1.png) no-repeat left bottom;
}

.box02 ul {
    width: 1000px;
    overflow:hidden;
}

.box02 ul li {
    float: left;
}

.li1 {
    width: 160px;
    height: 272px;
    background: url(../images/title2.png) no-repeat scroll 0 36px;
}

.li2 {
    width: 156px;
    height: 272px;
    background: url(../images/pic_bg.png) no-repeat scroll 0 0;
    margin-left: 10px;
}

.li3 {
    width: 160px;
    height: 272px;
    background: url(../images/title3.png) no-repeat scroll 0 36px;
}

.li2 h3 {
    font-size: 18px;
    height: 100px;
    color: #9a2f98;
    text-align: center;
    margin: 120px 40px 0 36px;
}

.li2 a {
    color: #fff;
    font-size: 16px;
    width: 102px;
    height: 24px;
    display: block;
    margin-left: 25px;
    margin-top: 14px;
}

.li2 a:hover,
.li2 a:focus {
    color: #fffc00;
}


.box03 {
    width: 1000px;
    margin: 0 auto;
}
/*gszb*/
.part03 ol{
    overflow: hidden;
    padding: 16px 0;
    line-height: 200%;

}
.part03 ol li{
    float: left;
    width: 50%;
    
}
.part03 ol li a{
    color: #FFF;
}
/* cover-list */

.cover-list {
    width: 1000px;
    margin: 20px auto;
}

.cover-list ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cover-list li {
    float: left;
    margin: 0 15px 18px 0;
    display: inline;
    width: 185px;
    height: 123px;
    overflow: hidden;
}

.cover-list li img {
    border: 2px solid #2d72a0;
}

.cover-list li.name{
    width: 181px;
    height: 119px;
    line-height: 123px;
    font-weight: bold;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    border: 2px solid #2d72a0;
}


/* detail-frame */

.detail-frame {
    display: none;
}

.arrow-left {
    position: absolute;
    width: 6px;
    height: 9px;
    top: 30px;
    left: 0;
    margin-left: -6px;
    background: url(images/arrow_gray.png) no-repeat;
}

.arrow-right {
    position: absolute;
    width: 6px;
    height: 9px;
    top: 30px;
    left: 320px;
    background: url(images/arrow_gray.png) no-repeat -6px 0;
}

.detail-tip {
    position: absolute;
    width: 300px;
    background-color: #114d7e;
    background-color: rgba(17, 77, 126, 0.9);
    border: 2px solid #2d72a0;
    padding: 10px;
}

.detail-tip h2 {
    font-size: 16px;
    line-height: 18px;
    color: #feeaa5;
}

.detail-tip p {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 24px;
}

.box04 {
    width: 1000px;
    margin: 20px auto 0 auto;
}

.box04 ul {
    color: #666;
}

.box04 ul li {
    width: 150px;
    height: 120px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    text-align: center;
}

.box04 ul li a {
    color: #ddd;
    font-size: 14px;
}

.box04 ul li a img {
    border: 5px solid #0068ae;
}

.box04 ul li a span {
    width: 150px;
    height: 20px;
    line-height: 20px;
    display: block;
}

.footer {
    width: 1000px;
    height: 120px;
    margin: 70px auto 0 auto;
    text-align: center;
}


