﻿@charset "utf-8";
/* CSS Document */

/*联系我们*/
#main5_w{ width:100%; padding-bottom:100px; background:#FFF; }
.main5{ width:1180px; margin:0 auto; position:relative; }
.main5 h1{ width:1180px; height:38px; padding-top:53px; line-height:38px; text-align:center; font-size:22px; color:#404a78; }
.main5 h2{ width:1180px; height:28px; line-height:28px; text-align:center; font-size:28px; color:#6d7183; padding-bottom:64px; }
.main5 .main5_list{ width:1110px; padding-top:65px; padding-left:70px; border-top:2px dashed #c5c5c5; }
.main5 .main5_list ul li{ width:1110px;  line-height:30px; font-size:18px; color:#585858; }

/*资讯*/
.zx{ width:1180px; }
.zx_list{ width:1180px; }
.zx_list ul li{ width:1180px; height:38px; line-height:38px; }
.zx_list ul li h3{ width:1022px; height:38px; float:left; padding-left:13px; }
.zx_list ul li h3 a{ font-size:18px; color:#5d5d5d; }
.zx_list ul li h4{ width:145px; height:38px; float:right; text-align:right; font-size:18px; color:#5d5d5d; }

#page_zx{ width:730px; padding-top:80px; padding-left:450px; }


/*关于我们详情*/
#detail_w{ width:1180px; margin:0 auto; padding-bottom:60px; }
.detail{ width:1180px; }
.detail h1{ width:1180px;  line-height:35px; text-align:center; font-size:28px; color:#6d7183; padding: 20px 0; }
.detail h3{ width:1180px; height:135px; line-height:135px; text-align:center; font-size:28px; color:#6d7183; }

.detail .detail_c{ width:1180px; font-size:16px; color:#707070; line-height:30px; overflow:hidden; }
.detail .detail_c p{  font-size:16px; color:#707070; line-height:30px; overflow:hidden; }
.detail .detail_c img{ max-width:1000px; }
.detail_btn{ width: 100%;  padding:50px 0; text-align: left; font-size: 16px; }

.detail_btn .pre{ width:220px; height:51px; float:left; margin-right:6px; background:#f35f06; border-right:1px solid #f8a16d; font-size:18px; color:#FFF; text-align:center; line-height:51px; cursor:pointer; }
.detail_btn .next{ width:220px; height:51px; float:left; background:#f35f06; border-left:1px solid #f68541; font-size:18px; color:#FFF; text-align:center; line-height:51px; cursor:pointer; }


/*列表页分页样式*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }


    