@charset "utf-8";

/* CSS Document 维护：CAORONG */

.subbanner {
    height: 384px;
    text-align: center;
}


/*左侧快捷导航*/

#side {
    width: 260px;
    float: left;
    padding-top: 20px;
}

#side .bar {
    background: #08629e;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    padding: 15px 0;
    border-radius: 5px;
}

.sidenavbox {
    padding-top: 10px;
}

.sidenavbox li {
    border-bottom: #CCC 1px dotted;
    font-size: 14px;
}

.sidenavbox li a.level1 {
    display: block;
    padding: 15px 0;
    padding-left: 35px;
    background: url(../images/plus.jpg) 20px center no-repeat;
}

.sidenavbox li blockquote {
    display: none;
    padding: 8px 0;
    border-top: #CCC 1px dotted;
}

.sidenavbox li blockquote a {
    height: 28px;
    display: block;
    line-height: 28px;
    overflow: hidden;
    padding-left: 35px;
    background: url(../images/arrow.jpg) 20px center no-repeat;
}

#side .barlit {
    padding-top: 20px;
    font-size: 18px;
}

#side .barlit span {
    color: #246fc0;
}

.sidenewsbox {
    padding-top: 20px;
}

.sidenewsbox li {
    border-bottom: #CCC 1px dotted;
    font-size: 14px;
}

.sidenewsbox li a {
    height: 16px;
    line-height: 16px;
    margin: 14px 0;
    display: block;
    overflow: hidden;
    padding-left: 5px;
}

.sidenewsbox li a i {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: #246fc0;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    font-style: normal;
    margin-right: 5px;
}

.sidenewsbox li blockquote {
    padding: 8px 0;
    border-top: #CCC 1px dotted;
}

.sidenewsbox li blockquote .pic {
    float: left;
    width: 132px;
    height: 85px;
}

.sidenewsbox li blockquote .pic img {
    width: 132px;
    height: 85px;
    border: #CCC 1px solid;
}

.sidenewsbox li blockquote .txt {
    float: right;
    width: 120px;
    height: 85px;
    font-size: 12px;
    line-height: 18px;
}

.sidenewsbox li blockquote .txt span {
    display: block;
    padding-top: 5px;
    color: #999;
}

#side .tel {
    padding-top: 15px;
}


/*右侧主体*/

#mainbox {
    width: 780px;
    float: right;
    margin-top: 20px;
}

.position {
    border-bottom: #CCC 1px solid;
    padding: 10px 0;
}

.position h2 {
    float: left;
    color: #246fc0;
}

.position .posit {
    float: right;
    vertical-align: middle;
}

.position .posit img,
.position .posit span {
    vertical-align: middle;
}

.sum {
    padding: 15px 0;
    line-height: 22px;
}

.caselist {
    margin-right: -30px;
}

.caselist li {
    width: 240px;
    height: 200px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.caselist li a,
.caselist li img,
.caselist li span {
    display: block;
    color: #FFF;
}

.caselist li span {
    background: #666666;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}

.honorlist {
    margin-right: -30px;
    margin-top: 20px;
}

.honorlist li {
    width: 240px;
    height: 200px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.honorlist li a,
.honorlist li img,
.honorlist li span {
    display: block;
    color: #FFF;
}

.honorlist li span {
    background: #666666;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}

.prolist {
    margin-right: -27px;
    padding-top: 20px;
}

.prolist li {
    width: 240px;
    height: 280px;
    border: #aebcd7 1px solid;
    float: left;
    margin-right: 27px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.prolist li a,
.prolist li span {
    display: block;
}

.prolist li span {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: left;
    overflow: hidden;
    font-weight: bold;
    border-bottom: #CCC 1px solid;
}

.prolist li img {
    width: 220px;
    height: 165px;
}

.prolist li p {
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    overflow: hidden;
    text-align: left;
}

.protitle {
    padding-top: 20px;
}

.propicbig {
    margin-top: 20px;
    height: 384px;
    border: #CCC 1px solid;
}

.propicbig img {
    width: 778px;
    height: 384px;
}

.procon {
    padding-top: 20px;
}

.procon .tabs {
    height: 41px;
    width: 504px;
    line-height: 40px;
    border-left: #BBB 1px solid;
}

.procon .tabs li {
    height: 40px;
    text-align: center;
    width: 100px;
    float: left;
    border-right: #BBB 1px solid;
    border-top: #BBB 1px solid;
    position: relative;
}

.procon .tabs li a {
    display: block;
    height: 40px;
    width: 100px;
    color: #666;
    background: #dedede;
}

.procon .tabs li a.sec {
    display: block;
    height: 41px;
    width: 100px;
    color: #333;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
}

.procon .maincon {
    border: #BBB 1px solid;
    padding: 10px;
}

.procon .maincon {
    line-height: 20px;
}

.procon .maincon p {
    padding-bottom: 18px;
}

.procon .maincon table {
    border-collapse: collapse;
    border: 1px solid #999;
}

.procon .maincon table td {
    border-collapse: collapse;
    border: 1px solid #999;
    padding: 5px;
}

.procon .maincon .downitem {
    padding: 15px 0;
    border-bottom: #CCC 1px dashed;
    margin-top: 20px;
}

.procon .maincon .downitem .pic {
    width: 90px;
    float: left;
}

.procon .maincon .downitem .txt {
    width: 500px;
    float: left;
}

.procon .maincon .downitem .downbtn {
    width: 100px;
    float: right;
}

.procon .maincon .downitem .downbtn a {
    display: inline-block;
    background: #127bbd;
    padding: 5px 15px;
    color: #FFF;
    font-weight: bold;
    margin-top: 25px;
}

.infobox {
    line-height: 26px;
    font-size: 14px;
    padding-top: 15px;
}

.infobox p {
    padding-bottom: 15px;
}

.infobox h5 {
    font-size: 16px;
    padding-bottom: 8px;
}

.video_list {
    padding: 20px 0;
}

.video_list .list li {
    width: 50%;
    height: 244px;
    float: left;
}

.video_list .list li a {
    display: block;
    margin: 0 auto;
    width: 328px;
    height: 214px;
}

.video_list .list li img {
    width: 328px;
    height: 184px;
}

.video_list .list li span {
    background: #f1f1f1;
    text-align: center;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}


/*通用列表*/

.art_list {
    padding: 20px 0;
}

.art_list li {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding-left: 12px;
    border-bottom: #E3E3E3 1px dashed;
    background: url(../images/arrow.jpg) left center no-repeat;
}

.art_list li a {
    display: block;
}

.art_list li a span {
    width: 630px;
    float: left;
    display: block;
}

.art_list li a em {
    font-style: normal;
    width: 100px;
    float: right;
    display: block;
    text-align: right;
}


/*END*/

.newslist {
    padding: 20px 0;
}

.newslist .item {
    margin-bottom: 20px;
    border-bottom: #E3E3E3 1px dashed;
    padding-bottom: 20px;
}

.newslist .item .pic {
    width: 152px;
    height: 108px;
    padding: 0 10px;
    float: left;
}

.newslist .item .pic img {
    width: 152px;
    height: 108px;
}

.newslist .item .txt {
    width: 600px;
    float: right;
}

.newslist .item .txt .title {
    border-bottom: #E3E3E3 1px solid;
    padding: 5px 0 10px;
}

.newslist .item .txt h2 {
    font-size: 16px;
    width: 500px;
    float: left;
    font-weight: normal;
}

.newslist .item .txt span {
    display: block;
    font-size: 14px;
    color: #999;
    width: 100px;
    float: right;
    text-align: right;
}

.newslist .item .txt p {
    padding-top: 8px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.newslist .item .txt .more {
    text-align: right;
    padding-top: 8px;
}

.newslist .item .txt .more a {
    display: inline-block;
    background: #AAA;
    color: #FFF;
    padding: 3px 5px;
}

.newsbox {
    line-height: 26px;
    font-size: 14px;
    padding-top: 15px;
}

.newsbox .titlebox {
    padding: 10px 0 15px;
    margin-bottom: 15px;
    text-align: center;
}

.newsbox h1 {
    font-size: 20px;
    line-height: 28px;
}

.newsbox .titlebox span {
    color: #999;
}

.newsbox p {
    padding-bottom: 15px;
}

.newsbox h5 {
    font-size: 16px;
    padding-bottom: 8px;
}

.com_list {
    padding: 25px 0 15px;
    border-bottom: #CCC 1px dashed;
}

.com_list .item {
    width: 380px;
    padding-right: 10px;
    float: left;
}

.feedbackbox {
    padding: 20px 0;
}

.feedbackbox .tips {}

.feedbackbox .formbox {
    padding-top: 10px;
}

.feedbackbox .item {
    padding: 10px 0;
}

.feedbackbox .formbox h2 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
}

.feedbackbox .formbox .t1 {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 14px;
    width: 300px;
}

.feedbackbox .formbox .t2 {
    height: 130px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 14px;
    width: 600px;
}

.feedbackbox .formbox .t3 {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 14px;
    width: 100px;
}

.feedbackbox .formbox .t4 {
    height: 42px;
    font-size: 16px;
    width: 300px;
    background: #246fc0;
    border: none;
    color: #FFF;
    cursor: pointer;
}