body {
    font-size: 16px;
    line-height: 1.5;
    font-family: '微软雅黑';
    color: #000
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.shade {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,0.6)
}

.mobile-search {
    display: none
}

.img {
    font-size: 0
}

.img img {
    max-width: 100%
}

.wrapper {
    margin: 0 auto;
    width: 1245px
}

.gh {
    display: none
}

.header .header-top {
    padding: 15px 0;
    height: 60px;
    background: url(../images/hd_bg.jpg ) no-repeat center;
    background-size: cover
}

.header .header-top .logo {
    float: left
}

.header .header-top .logo a {
    display: block;
    width: 130px;
    height: 27px;
    background: url(../images/logo.png) no-repeat center;
    background-size: cover
}

.header .header-top .search {
    float: right
}

.header .header-top .search .box {
    position: relative;
    width: 202px;
    height: 32px
}

.header .header-top .search input {
    display: block;
    border: none;
    background: rgba(255,255,255,0.5);
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 100%;
    padding: 0 55px 0 10px;
    color: #fff
}

.header .header-top .search input::-webkit-input-placeholder {
    color: #fff
}

.header .header-top .search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: url(../images/icon_01.png) no-repeat center;
    background-size: 22px 19px;
    border: none;
    cursor: pointer
}

.header-bd .wrapper {
    padding: 28px 0 27px;
    background: url(../images/bg_02.jpg) no-repeat right top;
    overflow: hidden
}

.header-bd .logo {
    float: left;
    width: 33%
}

.header-bd .logo a {
    display: block
}

.header-bd .nav {
    padding-left: 2%;
    width: 67%;
    float: right
}

.header-bd .nav ul {
    overflow: hidden
}

.header-bd .nav li {
    margin-top: 24px;
    margin-right: 3px;
    float: left;
    width: 90px;
    line-height: 34px;
    height: 34px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/nav_01.jpg);
    background-size: cover;
    color: #fff;
    font-size: 18px
}

.header-bd .nav li:first-child {
    width: 62px
}

.header-bd .nav li:nth-child(2) {
    background-image: url(../images/nav_02.jpg)
}

.header-bd .nav li:nth-child(3) {
    background-image: url(../images/nav_03.jpg)
}

.header-bd .nav li:nth-child(4) {
    background-image: url(../images/nav_04.jpg)
}

.header-bd .nav li:nth-child(5) {
    background-image: url(../images/nav_05.jpg)
}

.header-bd .nav li:nth-child(6) {
    background-image: url(../images/nav_06.jpg)
}

.header-bd .nav li:nth-child(7) {
    background-image: url(../images/nav_07.jpg)
}

.header-bd .nav li:nth-child(8) {
    background-image: url(../images/nav_08.jpg)
}

.header-bd .nav li:nth-child(9) {
    background-image: url(../images/nav_09.jpg)
}

.header-bd .nav li a {
    display: block;
    width: 100%
}

.border-top {
    border-top: 5px solid #ff6f0c
}

.main {
    min-height: calc(100vh - 320px);
    background: url(../images/bg_01.jpg) no-repeat left bottom
}

.banner {
    position: relative;
    font-size: 18px;
    color: #fff;
    overflow: hidden
}

.banner:hover .swiper-button-prev, .banner:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.banner .swiper-container {
    width: 100%;
    height: 420px
}

.banner .swiper-wrapper {
    width: 100%;
    height: 100%
}

.banner li {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.banner li p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px;
    width: 100%;
    height: 47px;
    line-height: 47px;
    background: rgba(242,118,40,0.7);
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.banner .swiper-pagination {
    text-align: left;
    padding-left: 30px;
    bottom: 0;
    line-height: 47px
}

.banner .swiper-pagination span {
    margin: 0 5px;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background: #fff;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
    background: #f00
}

.banner .swiper-button-prev, .banner .swiper-button-next {
    margin-top: -35px;
    width: 50px;
    height: 70px;
    background-color: rgba(0,0,0,0.6);
    background-size: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer
}

.banner .swiper-button-prev {
    left: 0;
    background-image: url(../images/prev.png);
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0)
}

.banner .swiper-button-next {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    right: 0;
    background-image: url(../images/next.png)
}

.news-list {
    padding-bottom: 40px;
    overflow: hidden;
    border-bottom: 2px solid #f79d68
}

.news-list .item {
    float: left;
    margin-top: 40px;
    width: 47%
}

.news-list .item:nth-child(2n) {
    float: right
}

.news-list .title {
    padding-bottom: 8px;
    border-bottom: 2px solid #f79d68;
    overflow: hidden
}

.news-list .title h4 {
    float: left;
    font-size: 18px;
    color: #fff;
    width: 145px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-image: url(../images/news_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.news-list .title .more {
    margin-top: 18px;
    float: right;
    color: #f79d68
}

.news-list .list {
    margin-top: 30px
}

.news-list .list li {
    position: relative;
    margin-bottom: 12px
}

.news-list .list li:hover {
    color: #f27628
}

.news-list .list li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -4px;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #f27628
}

.news-list .list li a {
    padding-left: 28px;
    display: block
}

.news-list .news .title h4 {
    background-image: url(../images/news_02.png)
}

.news-list .special .title h4 {
    background-image: url(../images/news_03.png)
}

.news-list .notice .title h4 {
    background-image: url(../images/news_04.png)
}

.classify ul {
    padding: 30px 22px;
    overflow: hidden
}

.classify li {
    margin-right: 5.2%;
    float: left;
    width: 148px;
    height: 46px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.classify li:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.6);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.6)
}

.classify li:last-child {
    margin-right: 0
}

.classify li a {
    display: block;
    width: 100%;
    height: 100%
}

.classify li img {
    display: block;
    width: 100%;
    height: 100%
}

.hr {
    width: 100%;
    height: 17px;
    background: url(../images/line.jpg) no-repeat center;
    background-size: cover
}

.links {
    padding: 35px 0 25px
}

.links ul {
    overflow: hidden
}

.links li {
    position: relative;
    float: left;
    width: 20%;
    margin-bottom: 10px
}

.links li:hover {
    color: #f27628
}

.links li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7.5px;
    width: 15px;
    height: 15px;
    background: url(../images/icon_02.png) no-repeat center;
    background-size: cover
}

.links li a {
    padding-left: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis
}

.footer {
    padding: 20px 0;
    background: url(../images/ft_bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.7
}

.small-banner {
    position: relative;
    height: 140px;
    background: url('../images/small_01.jpg') no-repeat center;
    background-size: cover
}

.small-banner .box {
    width: 313px;
    height: 100%;
    background: url('../images/bg_03.png') no-repeat center;
    background-size: cover;
    line-height: 1;
    font-size: 30px;
    color: #fff;
    padding: 75px 0 0 35px
}

.small-banner .box h4 {
    font-weight: 400
}

.pagin-wrap {
    margin-top: 10px;
    padding-bottom: 10%;
    overflow: hidden
}

.pagin-wrap .pagin-left {
    float: left;
    width: 300px
}

.pagin-wrap .pagin-right {
    margin-left: 35px;
    float: left;
    width: 820px
}

.pagin-wrap .pagin-right .title {
    margin-top: 25px;
    font-size: 22px;
    border-bottom: 1px solid #ff6f0c;
    color: #ff6f0c
}

.pagin-wrap .pagin-right .title h4 {
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 3px solid #ff6f0c
}

.navigation {
    padding: 45px 0 0 18px;
    background: #f3f3f3;
    min-height: 580px
}

.navigation .title {
    margin-bottom: 25px;
    position: relative;
    font-size: 22px;
    line-height: 1;
    border-bottom: 3px solid #e4e4e4
}

.navigation .title h4 {
    position: relative;
    display: inline-block;
    padding-bottom: 13px
}

.navigation .title h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #ff6f0c
}

.navigation .navlist li {
    position: relative;
    line-height: 40px
}

.navigation .navlist a {
    display: block
}

.navigation .navlist i {
    position: absolute;
    top: 1px;
    right: 0;
    width: 40px;
    height: 40px;
    background: url('../images/arrow_right.png') no-repeat center;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .3s;
    transition: all .3s
}

.navigation .navlist i.down {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.navigation .nav-item {
    font-size: 16px;
    color: #9b9999;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.navigation .nav-item.on > i, .navigation .nav-item:hover > i {
    background: url('../images/arrow_right_white.png') no-repeat center;
    background-size: 20px
}

.navigation .nav-item.on .navbar, .navigation .nav-item:hover .navbar {
    background: #ff6f0c;
    color: #fff
}

.navigation .nav-item .navbar {
    padding-left: 11px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.navigation .dropdown {
    display: none;
    font-size: 14px;
    line-height: 40px
}

.navigation .dropdown a {
    padding-left: 30px
}

.navigation .dropdown a:hover {
    color: #ff6f0c
}

.navigation .dropdown-child {
    padding-left: 20px
}

.crumbs-nav {
    font-size: 14px;
    color: #ff6f0c
}

.crumbs-nav span, .crumbs-nav a {
    display: inline-block;
    vertical-align: middle
}

.crumbs-nav a::after {
    content: '>';
    display: inline-block
}

.crumbs-nav a:last-child::after {
    display: none
}

.news-list-box .list {
    margin-top: 25px
}

.news-list-box .list li {
    padding: 10px 0;
    border-bottom: 1px dashed #444
}

.news-list-box .list li:hover .desc {
    color: #ff6f0c
}

.news-list-box .list a {
    display: block
}

.news-list-box .list .desc {
    position: relative;
    margin-bottom: 10px;
    padding-left: 85px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-list-box .list .desc span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 76px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: #ff6f0c;
    font-size: 12px
}

.news-list-box .list .state {
    font-size: 13px
}

.news-list-box .list .state span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.news-detail-box .detail-box .hd {
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6
}

.news-detail-box .detail-box .hd h3 {
    margin: 35px 0 30px;
    line-height: 1;
    font-size: 24px;
    color: #ff6f0c
}

.news-detail-box .detail-box .hd p {
    font-size: 12px;
    color: #999
}

.news-detail-box .detail-box .hd p span {
    display: inline-block;
    margin-right: 20px
}

.news-detail-box .detail-box .hd p span:last-child {
    margin-right: 0
}

.news-detail-box .detail-box .bd {
    padding: 45px 10px 0;
    font-size: 16px;
    line-height: 2.2
}

.news-detail-box .detail-box .bd p {
    text-indent: 2em
}


.content14 p strong {
    font-weight: bold
}

.content14 div strong {
    font-weight: bold
}

.content14 p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 28px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000
}

.content14 table {
    width: 600px;
    margin: 0px auto;
    font: Georgia 11px;
    color: #333333;
    text-align: center;
    border-collapse: collapse
}

.content14 table td {
    border: 1px solid #ccc
}

.content14 table td p {
    text-indent: 0em
}

.content141 {
    padding: 6px;
    text-align: left;
    font-size: 16px !important;
    line-height: 36px !important;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000
}

.content141 p {
    text-indent: 2em;
   font-size: 16px !important;
    line-height: 36px !important;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000
}

.content141 table1 {
    width: 600px;
    margin: 0px auto;
    font: Georgia 11px;
    color: #333333;
    text-align: center;
    border-collapse: collapse
}

.content141 table1 td {
    border: 1px solid #ccc
}

.content142 {
    font-size: 14px;
    line-height: 28px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000
}

.content142 p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 28px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000
}

.content142 table {
    margin: 0px auto;
    font: Georgia 11px;
    color: #333333;
    text-align: center;
    border-collapse: collapse
}

.content142 table td {
    border: 1px solid #ccc
}