html,
body,
ol,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: #8c8c8c;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    outline: none;
}

li {
    list-style: none;
}

img {
    padding: 0;
    display: block;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '';
}

.clearfix {
    zoom: 1;
}

.clearMR {
    margin-right: 0 !important;
}

.innnerbanner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.innnerbanner img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.main,
.middle {
    width: 1000px;
    margin: 0 auto;
}

.mainBanner img {
    width: 100%;
    margin: 0 auto;
}

.first .logo {
       background: url(../images/logo.png) no-repeat;
    width: 806px;
    height: 75px;
    margin: 20px 0;
    float: left;
    background-size: contain;
}

.rf {
    float: right;
}

.rf .p1 {
    background: url(../images/phone.png) no-repeat left center;
    color: #808080;
    margin-top: 27px;
    font-size: 18px;
    line-height: 27px;
    padding-left: 40px;
}

.first .p2 {
    color: #ff0000;
    font-size: 24px;
    line-height: 24px;
    margin-top: 12px;
}


/*第二个*/

.second {
    background: black;
}

.nav {
    float: left;
}

.second .nav li {
    float: left;
    margin-left: 96px;
}

.second a {
    padding: 18px 0;
    line-height: 16px;
    color: white;
    display: block;
    font-size: 16px;
}

.second a:hover,
.second a.hover {
    border-bottom: 7px solid #da251d;
    padding-bottom: 11px;
}


/*搜索框*/

.search {
    float: right;
    padding-top: 14px;
}

.search input[type=text] {
    width: 140px;
    height: 24px;
    padding-left: 5px;
    padding-right: 20px;
    float: left;
}

.search input[type=submit] {
    width: 18px;
    height: 18px;
    float: left;
    background: url("../images/fangdajing.png") no-repeat center;
    margin-left: -22px;
    margin-top: 3px;
    outline: 0;
    border: 0;
}


/*搜索框  结束*/


/*第二个结束*/


/*footer*/

.footer {
    background: #1a1a1a;
}

.footer_nav {
    padding: 19px 0;
}

.footer_nav li {
    float: left;
    margin-left: 16px;
    border-right: 1px solid #808080;
    padding: 0 18px;
    padding-right: 17px;
}

.footer_nav li a {
    color: white;
    text-align: center;
    line-height: 19px;
    font-size: 14px;
}

.footer_nav a:hover {
    text-decoration: underline;
}

.footer .border {
    border-top: 1px solid #808080;
}

.address {
    margin-top: 30px;
    float: left;
}

.address li {
    margin-bottom: 14px;
    font-size: 12px;
    color: #fff;
    padding-left: 30px;
    line-height: 14px;
}

.address li:nth-child(1) {
    background: url(../images/littleicon_03.png) no-repeat center left;
}

.address li:nth-child(2) {
    background: url(../images/littleicon_06.png) no-repeat center left;
}

.address li:nth-child(3) {
    background: url(../images/littleicon_08.png) no-repeat center left;
}

.address li:nth-child(4) {
    background: url(../images/littleicon_10.png) no-repeat center left;
}

.banqun {
    margin-top: 34px;
    float: left;
}

.banqun a:hover {
    text-decoration: underline;
}

.banqun a,
.banqun p {
    display: inline-block;
    color: white;
    font-size: 12px;
    line-height: 42px;
}

.banqun p {
    margin-right: 65px;
}

.erweima {
    float: right;
    margin-top: -96px;
    max-width: 140px;
}
.erweima img{
    max-width: 100%;
}

/*footer　end*/


/*左侧标题*/

.commonTitle {
    height: 74px;
    position: relative;
    z-index: 88;
    background-color: #e6e6e6;
}

.commonTitle .out {
    position: relative;
    margin-top: -63px;
    padding: 14px 14px;
    background-color: #333333;
    float: left;
}

.commonTitle .inner {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.commonTitle .inner h1 {
    font-size: 24px;
    line-height: 63px;
    font-weight: bold;
    font-style: italic;
    ;
}

.commonTitle .inner h2 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.commonTitle .location {
    float: left;
    margin-left: 60px;
}

.commonTitle .location,
.commonTitle .location a {
    font-size: 12px;
    color: #333;
    line-height: 74px;
}
.location a:hover
 {
    text-decoration: underline;
}


/*左侧导航*/

.leftUl {
    background-color: #e6e6e6;
    float: left;
    margin-top: 43px;
}

.leftUl li {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

.leftUl li a {
    padding: 0 50px;
    font-size: 18px;
    line-height: 46px;
    color: #333;
    display: block;
}

.leftUl li:hover,
.leftUl li.hover {
    color: #fff;
    background: #da251d;
}

.leftUl li:hover a,
.leftUl li.hover a {
    color: #fff;
}


/*右侧内容*/

.rightcontent {
    width: 770px;
    float: right;
    padding-top: 43px;
    margin-bottom: 104px;
}


/*pagelist*/

.turnleft {
    float: left;
}

.turnright {
    float: right;
}

.jq_botton {
    text-align: center;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 70px;
}

#pagelist {
    color: #666;
    font-size: 12px;
    line-height: 40px;
    text-align: left;
    display: inline-block;
}

.pagination {
    height: 25px;
    overflow: hidden;
    font-size: 12px;
    margin: 0;
    text-align: left;
    padding: 10px 0;
    margin-right: -10px;
    display: inline-block;
    float: right;
}

.pagination a {
    border: #d9d9d5 1px solid;
    color: #fff;
    padding: 3px 4px;
    margin-left: 8px;
    background: #da251d;
}

.pagination span.current {
    border: #d9d9d5 1px solid;
    color: #4e4e4e;
    padding: 3px 4px;
    margin-left: 8px;
    background: #e5e3e5;
}

.pagination span.disabled {
    color: #4e4e4e;
    background: #e5e3e5;
}

.jq_page_botton {
    text-align: center;
    overflow: hidden;
    padding-top: 40px;
}

.jq_book {
    overflow: hidden;
    padding: 15px 0px;
    margin: 0 auto;
}

.jq_newslist_read {
    /*padding: 0px 5px;*/
    overflow: hidden;
    font-size: 16px;
}

.jq_newslist_read li {
    padding: 0px 0px 5px 8px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
}

a:visited.infolist2,
a:active.infolist2 {
    color: #666666;
    text-decoration: none;
}

a.infolist2 {
    display: inline;
    color: #808080;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

a:hover.infolist2 {
    color: #ef1b2c;
}

.jq_page {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 0px;
}

.tc {
    text-align: center;
}

.b {
    font-weight: bold;
}

.f14 {
    font-size: 14px;
}

.oninage {
    color: #f47c20;
}


/*地图修改*/

.BMapLabel {
    border: 0 !important;
    font-weight: bold !important;
    font-size: 18px!important;
}

.BMap_bubble_content {
    line-height: 24px;
}


/*swiper*/

.mainBanner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.mainBanner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.cc_botton {
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

#pagination{
    overflow: hidden;
    display: inline-block;
}
#pagination>div{
    float: left;
    
}
#page_left_botton a,
#page_left_botton span{
    display: inline-block;
    padding:0 10px;
    line-height: 30px;
    border: 1px solid #ccc;
    margin:0 5px;
    cursor: pointer;
    
}
#page_left_botton a:hover,
#page_left_botton a{
    background-color: #ff0000;
    color: #fff;
}

#page_center_botton{
    display: none;
}

