html,
body,
ul,
p,
li,
a,
h1,
h2,
input {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: "Segoe UI", Arial, "Microsoft Yahei", sans-serif;
}

li {
    list-style-type: none;
}

a {
    color: #fff;
    text-decoration: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container .pc_8 {
    width: 100%;
}

.container .pc_4 {
    width: 33.333%;
}

.container .pc_5 {
    width: 41.666%;
}

.container .pc_1 {
    width: 100%;
}

.container .pc_2 {
    width: 60%;
}

.container .pc_6 {
    width: 50%;
}

.container .pc_7 {
    width: 58.333%;
}

.container .pc_12 {
    width: 100%;
}

.flex_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_column {
    display: flex;
    flex-direction: column;
}

.header {
    width: 100%;
    min-width: 1230px;
     background-color: #086c54;
    /* background-color: #004abc; */
    /*background: url(../images/header_bg.jpg) no-repeat;*/
    background-size: 100% 100%;
}

.header .top {
    height: 80px;
    padding: 20px 0;
    width: 100%;
}

.header .top .logo {
    height: 80px;
}

.header .top .logo img {
    height: 100%;
}

.header .top .title {
    width: 590px;
    height: 70px;
    border-left: 2px solid #fff;
}

.header .top .title h1 {
    padding-left: 20px;
    line-height: 70px;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

.header .top .search {
    height: 40px;
    width: 300px;
    margin-top: 20px;
    border: 1px solid #ffff;
    border-radius: 20px;
    background-color: rgba(8, 108, 84, 0.82);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .top .search input {
    width: 215px;
    height: 30px;
    padding-left: 20px;
    font-size: 14px;
    border: none;
    outline: none;
    background: transparent;
    color: #ffff;
}

.search input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #c7c3c3;
    font-size: 14px;
}

.search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c7c3c3;
    font-size: 14px;
}

.search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c7c3c3;
    font-size: 14px;
}

.search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #c7c3c3;
    font-size: 14px;
}

.header .top .search a {
    margin-left: 5px;
    width: 45px;
    color: #000;
    padding: 0 7.5px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    display: block;
    background: url(../images/other/search.png) no-repeat 100%;
    background-position: center;
}

.nav-layout {
    height: 50px;
    width: 100%;
    min-width: 1230px;
    background: ;
    background: linear-gradient(to right,#086c54,#096650,#086c54);
    margin-bottom:5px;
}

#nav {
    height: 100%;
}

#nav ul li {
    float: left;
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
    background-color: transparent;
    z-index: 999;
    width: calc(100% / 8);
    text-align: center;
}

#nav ul li a::after {
    content: '';
    display: block;
    z-index: 999;
    /*开始时候下划线的宽度为100%*/
    width: 115%;
    height: 2px;
    position: absolute;
    left: -5px;
    box-sizing: content-box;
    bottom: -10px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    /*通过transform的缩放scale来让初始时x轴为0*/
    transform: scale3d(0, 1, 1);
    /*将坐标原点移到元素的中间，以原点为中心进行缩放*/
    transform-origin: 50% 0;
}

#nav ul li a:hover::after {
    transform: scale3d(1, 1, 1);
}

#nav ul li a {
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    white-space: nowrap;
    position: relative
}

/* #nav ul li a:hover {
    color: #086c54;
} */

/* #nav ul li:hover{
  background-color: #ffff;
} */
#nav ul li ul li {
    display: inline-block;
    width: 100%;
    float: none;
    background-color: transparent;
    /* background-color: rgba(255, 255, 255, 0.3); */
}

#nav ul li ul li:hover {
    width: 100%;
    /* background-color: rgba(255, 255, 255, 0.3); */
}

/*关键一：将二级菜单设置为display：none;*/
#nav ul li ul {
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
}

/*关键二：在划过二级菜单从属的一级菜单时，设置为display:block;*/
#nav ul li:hover ul {
    display: block;
    background-color: #086c5590;
}

.banner {
    width: 100%;
    min-width: 1230px;
    cursor: pointer;
}

.banner .swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .swiper .swiper_list {
    height: 550px;
    position: relative;
    flex-wrap: nowrap;
}

.banner .swiper .swiper_list .slide {
    height: 550px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
}

.banner .swiper .swiper_list .slide a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.banner .swiper .swiper_list .slide a span {
    text-align: center;
    width: calc(100% - 30px);
    padding: 0 15px;
    line-height: 50px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner .swiper .pager {
    width: 100%;
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
}

.banner .swiper .pager .item {
    width: 15px;
    height: 15px;
    padding: 0 5px;
    position: relative;
    cursor: pointer;
}

.banner .swiper .pager .item::before {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
}

.banner .swiper .btn .next,
.banner .swiper .btn .prev {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    width: 70px;
    height: 80px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -40px;
}

.banner .swiper .btn .next img,
.banner .swiper .btn .prev img {
    margin-top: 10px;
    width: 60px;
}

.banner .swiper .btn .next:hover,
.banner .swiper .btn .prev:hover {
    background-color: #086c54;
}

.banner .swiper .btn .next {
    margin-right: 15px;
    right: 0;
}

.banner .swiper .btn .prev {
    margin-left: 15px;
    left: 0;
}

.banner .swiper:hover .btn .next,
.banner .swiper:hover .btn .prev {
    display: block;
}

.news {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    height: 450px;
}

.news_box {
    width: calc((100% - 40px) / 2);
}

.news_box .title {
    height: 45px;
    width: 100%;
    font-size: 22px;
    text-align: center;
    line-height: 54px;
    color: #8c8c8c;
    display: flex;
    align-items: center;
}

.news_box .title img {
    height: 27px;
    margin-right: 10px;
    margin-top: 3px;
}

.box_xw .title {
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #dfdfdf;
}

.box_xw .title .name {
    /* background: url(./image/tip1.png) no-repeat; */
    /* background-size: 100% 100%; */
    border-bottom: 2px solid #2e4c30;
    /* padding-left: 60px; */
    height: 100%;
    width: 110px;
    /* color: #fff; */
    color: #2e4c30;
    font-weight: 600;
    font-size: 22px;
    display: flex;
    padding-left: 10px;
    align-items: center;
}


.box_xw .title .more {
    cursor: pointer;
    color: #888888;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.box_xw .title .more img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.list_box {
    width: calc((100% - 40px) / 2);
}

.list_box .dynamic_swiper {
    background-color: #fff;
    overflow: hidden;
    height: calc(100% - 40px);
}

.list_box .dynamic_swiper .swiper {
    width: calc(100% - 20px);
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

.list_box .dynamic_swiper .swiper .swiper_list {
    height: 350px;
    position: relative;
    flex-wrap: nowrap;
}

.list_box .dynamic_swiper .swiper .swiper_list .slide {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-repeat: center;
    background-image: 100% auto;
    background-size: cover;
    flex-shrink: 0;
}

.list_box .dynamic_swiper .swiper .swiper_list .slide a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.list_box .dynamic_swiper .swiper .swiper_list .slide a span {
    text-align: center;
    width: calc(100% - 30px);
    padding: 0 15px;
    line-height: 35px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_box .dynamic_swiper .swiper .pager {
    width: 100%;
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
}

.list_box .dynamic_swiper .swiper .pager .item {
    width: 15px;
    height: 15px;
    padding: 0 5px;
    position: relative;
    cursor: pointer;
}

.list_box .dynamic_swiper .swiper .pager .item::before {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
}

.list_box .dynamic_swiper .swiper .pager .on::before {
    transition: all 0.5s;
    background-color: #8e1118;
    left: 0;
}

.list_box .dynamic_swiper .swiper .btn .next,
.list_box .dynamic_swiper .swiper .btn .prev {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.list_box .dynamic_swiper .swiper .btn .next img,
.list_box .dynamic_swiper .swiper .btn .prev img {
    margin-top: 5px;
    width: 30px;
}

.list_box .dynamic_swiper .swiper .btn .next:hover,
.list_box .dynamic_swiper .swiper .btn .prev:hover {
    background-color: #086c54;
}

.list_box .dynamic_swiper .swiper .btn .next {
    margin-right: 15px;
    right: 0;
}

.list_box .dynamic_swiper .swiper .btn .prev {
    margin-left: 15px;
    left: 0;
}

.list_box .dynamic_swiper .swiper:hover .btn .next,
.list_box .dynamic_swiper .swiper:hover .btn .prev {
    display: block;
}

.item-layout {
    margin-top: 20px;
    height: calc(100% - 65px);
    width: 100%;
}

.item-layout .item {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    position: relative;
}

.item-layout .item::after {
    position: absolute;
    height: 8px;
    width: 8px;
    content: '';
    background: #086c54;
    border-radius: 4px;
    left: 0;
    top: 11px;
    box-sizing: border-box;
}

.item-layout .item .item-content {
    width: calc(100% - 90px);
}

.item-layout .item .item-content a {
    width: 100%;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.item-layout .item .item-time {
    width: 90px;
    color: #626165;
    font-size: 14px;
    text-align: right;
}

.pic_box {
    height: 120px;
}

.pic_box img {
    width: 100%;
    height: 100%;
}

.new_layout {
    height: 770px;
    min-width: 1230px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px 0;
    box-sizing: border-box;
    background: url(../images/other/center-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.new_center {
    height: 330px;
    display: flex;
    justify-content: space-between;
}

.new_center .center_box {
    width: calc((100% - 40px) / 3);
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    /*border: 2px solid #f0f0f0;*/
    box-shadow: 0 0 32px -3px #cddade;
    box-sizing: border-box;
}

.new_link {
    margin-top: 30px;
    height: 350px;
    display: flex;
    justify-content: space-between;
}

.new_link .item-layout {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.new_link .item-layout .item-box {
    width: 100%;
    height: calc((100% - 40px) / 5);
    background: #096650;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.new_link .item-layout .item-box .imgLayout {
    width: 40px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.new_link .item-layout .item-box .imgLayout img {
    height: 80%;
}

.new_link .item-layout .item-box a {
    font-size: 20px;
    color: #fff;
}

.item-layout .list {
    font-size: 15px;
    width: 100%;
    margin-bottom: 10px;
}

.new_link .item-layout .item-box a:hover {
    color: #fff;
}

.new_link .center_box:nth-of-type(1) {
    width: calc(75% - 30px);
    height: 100%;
}

.new_link .center_box:nth-of-type(2) {
    width: 25%;
    height: 100%;
}

.img-layout {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.imgList {
    position: absolute;
    height: 100%;
    width: 300%;
}

.imgList .box {
    height: 100%;
    width: 200px;
    margin-right: 20px;
    float: left;
}

.imgList .box .imgBox {
    width: 100%;
    height: calc(100% - 120px);
}

.imgList .box .imgBox img {
    width: 100%;
    height: 100%;
}

.imgList .box .boxContent {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333;
}

.footer {
    background-color: #086c54;
    justify-content: left;
    min-width: 1230px;
}

.footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.footer .footer_logo {
    width: 320px;
}

.footer .footer_logo img{
    width: 100%;
}

.footer .footer_link {
    width: 400px;
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}
.footer .footer_link span{
    font-size: 15px;
    color: #ffffff;
    padding-top: 10px;
}

.footer .footer_code {
    width: 260px;
    display: flex;
    justify-content: space-around;
}

.footer .footer_code .code-item{
    width: 110px;
    height: 130px;
    margin-left: 20px;
    text-align: center;
}
.footer .footer_code .code-item span {
    font-size: 15px;
    color: #ffffff;
    padding-top: 10px;
}

.footer .footer_code .code-item img {
    height: 110px;
    width: 110px;
}

.footer .copyright {
    width: 100%;
    height: 35px;
    background-color: #096650;
    text-align: center;
    color: #eee;
    font-size: 14px;
    line-height: 35px;
}

.dynamic {
    height: auto;
    min-height: 600px;
}

.dynamic .dqwz{
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    background-color: #e8eff8;
    border-bottom: 3px solid #e8eff8;
    color: #666;
    padding-left: 20px;
  }
  .dynamic .dqwz a{
    color: #666;
    font-size: 15px;
  }
  .dynamic .list_left{
    width: 270px;
    min-height: 700px;
    display: inline-block;
    border: 1px solid #eee;
  }
  .dynamic .list_left span{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #555555;
    background: url(../images/other/left_title.png) no-repeat 10px;
    background-color: #e8eff8;
    /* background: #e6e8f0; */
    border-bottom: 3px solid #ec2715;
    padding-left: 50px;
  }
  .dynamic .list_left a{
    display: block;
    height: 50px;
    line-height: 50px;
    color: #666;
    padding-left: 50px;
    border-bottom: 1px solid #f5f5f5;
    background: url(../images/other/list_point.png) no-repeat 15px;
    background-size: 25px 25px;
  }
  
  .dynamic .list_left a:hover{
    color: #ec2715;
  }
  
  .dynamic .list_right{
    width: 916px;
    min-height: 700px;
    display: inline-block;
    border: 1px solid #eee;
    vertical-align: top;
  }
  
  .list_right ul{
    background-color: transparent;
    width: 100%;
  
  }
  .list_right ul li{
    background-color: transparent;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    width: 100%;
    color: #555555;
    font-size: 14px;
    border-bottom: 1px dotted #c7c7c7;
    background-size: 30px;
  }
  .list_right ul li a{
    display: inline-block;
    background-color: transparent;
    width: 72%;
    padding-left: 25px;
    color: #555555;
  }
  .list_right ul li:hover{
    border-bottom: 1px solid #a83338;
  }
  .list_right ul li span{
    background-color: transparent;
    display: inline-block;
    width: 11%;
    color: #918c8c;
  }
  
  .list_actived {
    color: #ec2715 !important;
  }

.main_content{
    width: 916px;
    min-height: 700px;
    display: inline-block;
    vertical-align: top;
    padding: 30px 20px;
    background-color: transparent;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.main_content .content_title{
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #666666;
  font-size: 25px;
  font-weight: 600;
  vertical-align: middle;
  background-color: transparent;
}
.main_content .content_time{
  padding:20px;
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
}
.main_content .content_time span{
  background-color: transparent;
  font-size: 14px;
  padding: 10px;
  color: #666666;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #086c54!important;
    color: #fff;
    background-color: #086c54!important;
}