﻿/* CSS reset */

@charset "utf-8";
* {
    margin: 0px;
    padding: 0px
}

/* *,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
} */
body, html {
    font: "微软雅黑", Arial, sans-serif;
    color: #6d6d6d;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    cursor: pointer;
    color: #666;
}

a, a:active, u, s, del {
    text-decoration: none;
    color: #6d6d6d;
}

img {
    border: 0;
    vertical-align: middle;
    display: inline-block;
}

i, em, b {
    font-style: normal
}

dl, ol, ul, li {
    list-style: none
}

input, select {
    outline: none;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

ul:after {
    display: block;
    content: "";
    clear: both;
}

table {
    border-collapse: collapse;
    width: auto;
}

/*细线边框*/
.fl {
    float: left;
}

.fr {
    float: right;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

.wp {
    width: 1400px;
    margin: 0 auto;

}
.footer_r input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {

    color: rgb( 17, 17, 17 );

}

.footer_r input:-moz-placeholder, textarea:-moz-placeholder {
    color: rgb( 17, 17, 17 );
}

.footer_r input::-moz-placeholder, textarea::-moz-placeholder {
    color: rgb( 17, 17, 17 );
}

.footer_r input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgb( 17, 17, 17 );
}
/*分页*/
.pages {
 margin: 30px 0;
    text-align: center;
}
.pages ul {
    display: inline-block;
}
.pages ul li {
    float: left;
    width: 47px;
    height: 47px;
    line-height: 47px;
}
.pages ul li:last-child a{
    border-right: 1px solid #e6e6e6;
}
.pages ul li a {
    display: block;
    height: 47px;
    line-height: 47px;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    color: #4f4f4f;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-right: 0;
}
.pages ul a:hover, .pages ul li.on a {
    /*border:none;*/
    background-color: #f5ad29;
    border-color: #f5ad29;
    color: #fff;
}
.active {
    background: #f5ad29;
    border: 1px solid #f5ad29;
}
.active p, .active span, .active i {
    color: white !important;
}
.disabled {
    background: white;
    border: 1px solid #e6e6e6;
    font-size: 16px;
}
/*侧边栏*/
.am-btn-success {
    background: none;
    border: none;
}
.am-btn {
    padding: 0;
}
.am-offcanvas-bar {
    width: 180px !important;
}
#Nav a {
    text-align: center;

    font-size: 16px;
    color: #fff;
    line-height: 2;
    display: block;
}
#Nav ul li {
    padding: 15px 0;
    border-bottom: 1px solid #4a4a4a;
}
#Nav ul li a h3{
   font-size: 16px;
    color: #fff;
    line-height: 1.813;

}
#Nav ul li .ul1{
    display: none;
    background: rgba(81,168,181,0.6);
}
#Nav ul li .ul1 li{
	border: none;
}
#Nav ul li a p{
    font-size: 14px;
    color: #fff;
    line-height:2;
    text-transform: uppercase;
}
.bg {
    width: 100%;
    margin: 0 auto;
}
.bg img {
    width: 100%;
}

