﻿body {
    background: url(../image/container-bg.jpg) right 230px no-repeat #f4f6f5
}
.clear{
    clear: both;
}
.header-wrap {
    height: 180px;
    background: url(../image/header-bg.jpg) center 0 no-repeat;
}
.header {
    width: 1200px;
    height: 180px;
    margin: 0 auto;
    position: relative
}
.logo {
    position: absolute;
    top: 40px;
    left: 0px;
}
.search {
    width: 300px;
    height: 40px;
    background: #d6d6d6;
    border-radius: 6px;
    float: right;
    position: relative;
    top: 60px;
}
.search .text {
    padding: 12px;
    width: 230px;
    background: none;
    border: none
}
.search .btn {
    background: url(../image/search-ico.jpg) 0 0 no-repeat;
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    top: 0px;
    right: 6px;
    cursor: pointer
}
.headlink {
    position: absolute;
    top: 110px;
    right: 0px;
}
.headlink ul li {
    float: left;
    margin-left: 24px;
}
.headlink ul li a {
    font-size: 14px;
    /*font-weight:bold;*/
    color: #005621;
}
.nav-wrap {
    height: 50px;
    background: #005621;
}
.nav {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    padding-top: 5px;
}
.nav>ul>li>a:hover, .nav>ul>li.focus>a {
    background: rgb(10, 160, 68);
    border-radius: 4px;
}
.nav>ul>li:first-child>a {
    background: url(../image/home-ico.png) 30px center no-repeat rgb(10, 160, 68);
    padding: 0px 45px 0px 65px;
}
.nav>ul>li:first-child>a:hover {
    background: url(../image/home-ico.png) 30px center no-repeat rgb(10, 160, 68);
}
.nav>ul>li {
    float: left;
    margin: 0px 3px;
    position: relative;
}
.nav>ul>li>a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    padding: 0px 57px;
    height: 40px;
    line-height: 38px;
}
.subnav {
    position: absolute;
    left: 0px;
    top: 45px;
    z-index: 999;
    background: rgba(0, 86, 33, 0.7);
    border-radius: 4px;
    width: 100%;
    display: none;
}
.subnav li {
    height: 40px;
    line-height: 40px;
    text-align: center
}
.subnav li a {
    display: block;
    height: 100%;
    color: #fff;
    font-size: 18px;
}
.subnav li a:hover {
    background: rgb(10, 160, 68);
}
/*子页面导航栏*/

.childnav ul li a {
    padding: 0 35px;
}
.childnav>ul>li:first-child>a {
    background: rgba(76, 152, 92, 0.48);
    padding: 0px 35px;
}
.childnav>ul>li:first-child>a:hover {
    background: rgb(10, 160, 68);
    border-radius: 4px;
}
.childnav>ul>li:last-child>a {
    background: url(../image/home-ico.png) 30px center no-repeat;
    padding: 0px 25px 0px 65px;
}
.childnav>ul>li:last-child>a:hover {
    background: url(../image/home-ico.png) 30px center no-repeat rgb(10, 160, 68);
    border-radius: 4px;
}
.childnav .subnav li a {
    display: block;
    height: 100%;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
}
.container {
    background: url(../image/body-bg.jpg) center bottom no-repeat;
    padding-bottom: 40px
}
.mainbody {
    width: 1200px;
    margin: 0 auto;
}
.flexslider {
    position: relative;
    overflow: hidden;
}
.slides {
    position: relative;
    z-index: 1;
}
.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 60px;
}
.flex-direction-nav li a {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}
.flex-direction-nav li a.flex-prev {
    right: 60px;
    background: url(../image/banner-prev.png) 0 0 no-repeat;
}
.flex-direction-nav li a.flex-next {
    right: 0px;
    background: url(../image/banner-next.png) 0 0 no-repeat;
}
.banner-slider {
    height: 675px;
    overflow: hidden;
}
.banner-slider .slides li {
    height: 675px;
}
.banner-slider .slides li span {
    position: absolute;
    display: block;
    padding: 0px 20px;
    width: 1160px;
    height: 60px;
    line-height: 60px;
    background: rgba(49, 49, 49, 0.6);
    bottom: 0;
    left: 0;
}
.banner-slider .slides li span a {
    font-size: 24px;
    color: #fff
}
.main {
    margin-top: 38px;
    height: 356px;
}
.mainleft {
    width: 400px;
    padding: 0px 20px;
    height: 356px;
    background: #eeeeee;
    float: left
}
.maintitle {
    font-size: 20px;
    font-weight: bold;
    color: #489cfa;
    height: 38px;
    line-height: 38px;
}
.mainleftimg {
    width: 400px;
    height: 198px;
    position: relative;
    margin-bottom: 10px;
}
.mainleftimg a {
    display: block;
    width: 400px;
    height: 198px;
    overflow: hidden;
}
.mainleft_img {
    width: 400px;
    /*height:198px;*/
}
.mainleftimg a span {
    display: block;
    height: 34px;
    line-height: 32px;
    background: rgba(49, 49, 49, 0.6);
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0px 20px;
    width: 360px;
    font-size: 16px;
    color: #fff
}
.main .newslist ul li {
    height: 32px;
    line-height: 24px;
    padding-left: 20px;
    background: url(../image/list-ico.jpg) 0 center no-repeat;
    font-size: 14px;
}
.main .newslist ul li span {
    float: right;
    font-size: 12px;
    color: #909090;
    position: relative;
    top: -1px
}
.newsmore a {
    font-size: 14px;
    color: #489cfa;
}
.newsmore {
    margin-top: 10px;
    text-align: right;
}
.maincenter {
    width: 406px;
    padding: 0px 20px;
    height: 356px;
    background: #eeeeee;
    float: left;
    margin-left: 20px;
}
.main .newslist ul li a:hover, .headlink ul li a:hover {
    color: #489cfa
}
.maincenter .tabcon {
    position: relative;
}
.maincenter .tabcon .newslist {
    position: absolute;
    width: 100%
}
.tabnav {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 12px;
}
.tabnav li {
    float: left;
    width: 90px;
    padding: 0px 20px;
}
.tabnav li a {
    font-size: 18px;
    display: block;
    line-height: 40px;
}
.tabnav li:first-child {
    padding-left: 0px;
    background: url(../image/line.jpg) right center no-repeat;
    padding-right: 15px;
}
.tabnav li:nth-child(2) {
    background: url(../image/line.jpg) right center no-repeat;
    padding-right: 15px;
}
.tabnav li.current a {
    font-size: 20px;
    font-weight: bold;
    color: #489cfa;
}
.mainright {
    width: 272px;
    float: right
}
.mainright ul li {
    margin-top: 26px;
}
.mainright ul li:first-child {
    margin-top: 0px;
}
.mainright ul li a {
    display: block;
    height:55px;
    background: #eeeeee;
    display: block;
    position: relative;
}
.mainright ul li a img {
    position: absolute;
    top: 5px;
    left: 28px;
    width: 69px;
}
.mainright ul li a span {
    position: absolute;
    top: 18px;
    left: 130px;
    font-size: 16px;
}
.footwrap {
    border-top: 20px solid #00561f;
    margin-top: 15px;
    z-index: 88;
    position: relative;
}
.footer {
    width: 1200px;
    height: 160px;
    margin: 0 auto;
    position: relative;
    background: url(../image/footer-line.jpg) 300px center no-repeat;
}
.erweima1 {
    width: 116px;
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 14px;
    color: #909090;
    text-align: center
}
.erweima2 {
    width: 116px;
    position: absolute;
    left: 150px;
    top: 10px;
    font-size: 14px;
    color: #909090;
    text-align: center
}
.contact {
    width: 720px;
    float: right;
    padding-left: 130px;
    padding-top: 25px;
    background: url(../image/footer-bg.jpg) 0 15px no-repeat;
    font-size: 14px;
    line-height: 32px;
    position: relative;
}
.contact p img {
    margin-right: 6px;
    position: relative;
    top: 4px;
}
.contact a.sydw {
    width: 85px;
    height: 95px;
    float: left;
    position: absolute;
    left: -2px;
    top: 18px;
}
.content-banner {
    height: 380px;
    background: url(../image/list-banner.jpg) 0 0 no-repeat;
}
.containleft {
    position: relative;
    width: 244px;
    float: left;
    margin-top: 15px;
    background: #ffffff;
    -moz-box-shadow: 0px 1px 10px #B3B3B3;
    -webkit-box-shadow: 0px 1px 10px #B3B3B3;
    box-shadow: 0px 1px 10px #B3B3B3;
}
.containleft h3 {
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    background: #005621;
    font-size: 20px;
    border-bottom: 4px solid #ffde00
}
.leftnav ul li {
    height: 64px;
    line-height: 64px;
    text-align: center;
}
.leftnav ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
}
.leftnav ul li.current a, .leftnav ul li a:hover {
    background: #ececec;
    color: #005621
}
.containleft h4 {
    font-size: 18px;
    color: #005621;
    padding: 18px 15px 10px;
    border-top: 4px solid #ffde00
}
.leftlist ul li {
    height: 24px;
    line-height: 24px;
    padding-left: 20px;
    margin: 0px 16px;
    background: url(../image/list-ico2.jpg) 0 center no-repeat;
    font-size: 14px;
}
.leftlist ul li a:hover {
    color: #005621
}
.listmore {
    text-align: right;
    margin: 0 16px;
    padding-bottom: 20px;
}
.listmore a {
    color: #005621;
    font-size: 14px;
}
.containright {
    width: 922px;
    float: right;
    min-height: 860px;
}
.containright img{
    max-width: 800px;
}
.containright .bar {
    height: 55px;
    line-height: 55px;
    margin-top: 15px;
    border-bottom: 3px solid #005621;
    font-size: 14px;
    text-align: right
}
.containright .bar span {
    float: left;
    font-size: 20px;
}
.content {
    padding: 15px;
    font-size: 18px;
    line-height: 1.6;
    /*text-indent:2rem;*/
    /*border: 1px dashed #909581;*/
    border-bottom: 1px dashed #909581;
    border-top: none;
}
.content h4 {
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    padding: 10px;
}
.content p img {
    margin: 20px auto;
    display: block;
    max-width: 892px;
}
.containright .newslist {
    padding: 20px;
}
.containright .newslist ul li {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background: url(../image/list-ico.jpg) 0 center no-repeat;
    font-size: 16px;
    overflow: hidden;
}
.containright .newslist ul li span {
    float: right;
    font-size: 14px;
    color: #909090;
    position: relative;
    top: -1px
}
.containright .newslist ul li a:hover {
    color: #005621;
}
.pages {
    text-align: center;
    margin: 50px 0px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif
}
.pages a {
    margin: 0 5px;
    padding: 8px 12px;
}
.pages a:hover, .pages a:active {
    COLOR: #fff;
    background: #005621;
}
.pages span.current {
    margin: 0 5px;
    padding: 8px 12px;
    color: #fff;
    background: #005621;
}
.pages span.disabled {
    display: none
}
.piclist{
    display: block;
    flex-wrap: wrap;
    justify-content: space-around;
}
.img-detils{
    width: 29.6%;
    height: 100px;
    margin-top: 10px;
    padding:10px;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    float:left;
    margin-left: 14px;
}
.img-detils>a{
    text-align: center;
    font-size: 14px;
}

.img-detils img{
    margin:0 auto;
    display: block;
    max-width: 260px;
    height: auto;
    max-height: 55px;
}



/*网站地图*/
.inner_middle_main .block_one .sitemap .sitelink {
    float: left;
    width: 260px;
    margin-right: 30px;
}
.inner_middle_main .block_one .sitemap .sitelink .level01, .inner_middle_main .block_one .sitemap .sitelink .level01 a {
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #000000
}
.inner_middle_main .block_one .sitemap .sitelink .level_content {
    background: #ffffff;
    padding: 12px 0px 12px 0px;
    margin-bottom: 14px;
}
.inner_middle_main .block_one .sitemap .sitelink .level_content a {
    display: block;
    color: #3e3e3e;
    line-height: 22px;
    padding-left: 18px;
}
.inner_middle_main .block_one .sitemap .sitelink .level_content a.level02 {
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    font-weight: 500
}

.backtolist{
    font-size: 14px;
    /*position:relative;*/
    float: right;
    bottom: 10px;
    font-weight: bold;
    padding-top:20px;
}
