/* 公共样式*/

body {
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

body,
html,
input,
button,
table,
tr,
th,
td,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    border: none;
}

img {
    border: none;
}

ul,
li,
h1,
h2,
h3,
h4,
dl,
dt {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clearfix {
    clear: both;
}

.mb-50 {
    margin-bottom: 50px;
}

.container {
    width: 1200px;
    height: auto;
    margin: auto;
}

table td {
    font-size: 16px;
    font-weight: normal;
}


/* banner start */

.banner {
    width: 100%;
    height: 480px;
    background: url(banner-bj.png) no-repeat center;
    background-size: cover;
}

.banner .logo {
    width: 420px;
    height: 138px;
    float: left;
}

.banner .fhsy {
    float: right;
    margin-top: 50px;
}


/* banner end */


/* nav start */

.nav {
    width: 100%;
    height: 62px;
    background: url(nav-bj.png) no-repeat center;
    background-size: cover;
}

.nav .nav-con ul {
    width: 775px;
    float: left;
}

.nav .nav-con ul li {
    width: 25%;
    float: left;
    height: 100%;
    text-align: center;
    color: #fff;
    flex-grow: 1;
    font-size: 20px;
    font-weight: bold;
    height: 62px;
    line-height: 62px;
}

.nav .nav-con ul li a {
    color: #fff;
}

.nav .nav-con ul li:nth-of-type(1) {
    background: url(nav-jg.png) no-repeat center right;
}

.nav .nav-con ul li:nth-of-type(1) img {
    float: left;
    margin-top: 15px;
}

.nav .nav-con ul li:nth-of-type(1) span {
    display: block;
    float: left;
    margin-left: 20px;
}

.nav .nav-con ul li:nth-of-type(2) {
    background: url(nav-jg.png) no-repeat center right;
}

.nav .nav-con ul li:nth-of-type(3) {
    background: url(nav-jg.png) no-repeat center right;
}

.nav .nav-con .search {
    float: right;
    width: 285px;
    height: 40px;
    background: #ffffff;
    border-radius: 20px;
    margin-top: 10px;
}

.nav .nav-con .search .ss-nr {
    width: 208px;
    height: 40px;
    background: #ffffff;
    border: none;
    border-radius: 20px 0 0 20px;
    text-indent: 18px;
    font-size: 16px;
    color: #999999;
    outline: none;
    border: none;
}

.nav .nav-con .search .ss-btn {
    width: 77px;
    height: 40px;
    background: #f49b08;
    border-radius: 20px;
    border: none;
    outline: none;
    float: right;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    cursor: pointer;
}


/* nav end */


/* 通用分页 start*/

.pagebox {
    text-align: center;
    line-height: 39px;
    margin: 40px auto 0px;
}

.pagebox>a {
    margin-top: 10px;
    display: inline-block;
    width: 53px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
    text-decoration: none;
}

.pagebox>p {
    display: inline-block;
}

.pagebox>font {
    margin-left: 10px;
    color: #7d7d7d;
}

.pagebox>span {
    font-size: 14px;
    color: #7d7d7d;
    margin-right: 19px;
}

.page_hide a,
.page_hide span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    color: #7d7d7d;
    font-size: 14px;
}

.pagebox>a:hover,
.page-go-btn:hover,
.page_hide a:hover {
    color: #fff;
    background-color: #2cac66;
    border: 1px solid #2cac66;
}

.page_hide span {
    background-color: #2cac66;
    color: #fff;
    border: 1px solid #2cac66;
}

.page-go {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
}

.page-go-btn {
    width: 53px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
    background-color: #fff;
    cursor: pointer;
}

input.page-go-btn {
    display: inline-block;
    width: 53px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
    margin-top: -1px;
}


/* 通用分页 end*/


/* footer */

.c_footer {
    width: 100%;
    background: #1f9d58;
    margin-top: 50px;
    clear: both;
}

.c_bottomdibu .c_bottominfo,
.c_bottomdibu .c_bottomleftli a,
.c_bottomdibu .c_bottominfo a,
.c_bottomdibu .c_bottomerwei {
    color: #fff;
}

.c_bottomlink .c_boli {
    color: #fff;
    background: #127f44;
}

.c_bottominfo_one a {
    color: #fff !important;
    background: #127f44 !important;
}
