html {
    line-height: 1.5;
    font-family: 'Microsoft YaHei', sans-serif, 'Helvetica Neue', Helvetica, Arial, '黑体', '宋体';
    font-size: 14px;
    color: #333;
}
body {
    background: #FFF;
    min-width: 1200px;
}
a {
    color: #333;
}
/* 版心 */
.contain {
    width: 1200px;
    margin: 0 auto;
}
.bgimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.fullimg img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#imgConac {
    margin-top: -5px;
}
.imganima {
    overflow: hidden;
}
.imganima img {
    transition: all .2s;
    border-radius: 10px;
}
.imganima:hover img {
    transform: scale(1.1);
}
.d-flex {
    display: flex;
}
.two-boxs {
    display: flex;
    justify-content: space-between;
}
.two-boxs>div {
    width: 590px;
}
.item30 {
    margin-top: 30px;
}
.mb-15 {
    margin-bottom: 15px;
}
/* ================== heaeder and footer start ================== */
/* header */
/* top */
.top {
    height: 110px;
    line-height: 40px;
    background: #FFF;
}
.top-box {
    overflow: hidden;
}
.top-left {
    float: left;
}
.top-right {
    float: right;
    overflow: hidden;
}
.logo {
    display: block;
    margin-top: 18px;
}
.logo img {
    width: 558px;
    height: 74px;
    vertical-align: middle;
}
.frbox {
    overflow: hidden;
}
.lang {
    float: right;
    margin-top: 10px;
    line-height: 28px;
    font-size: 16px;
    color: #666;
}
.lang .wlink {
    vertical-align: middle;
    margin-right: 10px;
    color: #666;
    /* vertical-align: middle; */
}
.lang .wlink.cur {
    color: #013D89;
}
.lang-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-top: -2px;
}
.icon-collect {
    background-image: url(../imgs/icon-collect.png);
}
.icon-mail {
    background-image: url(../imgs/icon-mail.png);
}
.icon-lang {
    background-image: url(../imgs/icon-lang.png);
    margin-top: 2px;
}
.search {
    float: right;
    margin-top: 10px;
}
.search-box {
    overflow: hidden;
    position: relative;
}
.search-box .search-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 35px;
    height: 35px;
    background: url(../imgs/search.png) no-repeat center;
    cursor: pointer;
}
#searchKW {
    padding-left: 20px;
    padding-right: 42px;
    font-size: 16px;
    width: 350px;
    height: 45px;
    line-height: 45px;
    background: #FFFFFF;
    border: 1px solid #0B65B7;
    border-radius: 20px;
}
/* nav */
.nav {
    background: #0B65B7;
}
.nav-first {
    display: flex;
    height: 58px;
    position: relative;
}
.nav-first>li {
    flex: auto;
    position: relative;
}
.nav-first>li>a {
    display: block;
    height: 100%;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    transition: all .2s;
    overflow: hidden;
    white-space: nowrap;
}
.nav-first>li.active>a,
.nav-first>li:hover>a {
    background: #288CDA;
}
.second-meun {
    width: 700px;
    padding: 30px;
    background: #FFF;
    position: absolute;
    left: -293px;
    top: 57px;
    z-index: 1000;
    display: none;
    justify-content: space-between;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
    /* animation */
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: erjiDown;
    animation-name: erjiDown;
}
.nav-first>li:hover .second-meun {
    display: flex;
}
.second-meun .second-btn {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.second-meun .second-btn::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #0B65B7;
    vertical-align: middle;
    margin-right: 18px;
    margin-top: -2px;
}
.second-meun .second-btn:hover {
    color: #0B65B7;
}
.second-left {
    width: 440px;
    border-right: 1px solid #E5E5E5;
    padding-right: 30px;
    margin-right: 30px;
}
.second-img {
    display: block;
    max-width: 100%;
    margin: 20px 0;
}
.second-text {
    line-height: 2;
    text-align: justify;
    font-size: 16px;
    color: #666;
}
.nav-second {
    flex: 1;
}
.nav-second>li {
    padding: 15px 0;
}
/* footer */
#footer {
    height: 136px;
    background: #E7E7E7;
}
.address {
    padding-top: 35px;
    line-height: 2;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.address .address1 img {
    vertical-align: top;
}
.address .address2 {
    min-width: 700px;
}
/* ================== heaeder and footer end ================== */
/* ================== main start ================== */
.main {
    min-height: 700px;
}
.padbox {
    padding: 15px 0;
    background: #FFF;
}
/* 面包屑 */
.item15 {
    margin-top: 15px;
}
.crumbs {
    height: 32px;
    line-height: 32px;
    text-align: right;
    font-size: 16px;
}
.crumbs a {
    color: #333;
}
.crumbs a.cur {
    color: #0B65B7;
}
.crumbs a .cr-home {
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -4px;
}
/* 图片新闻 */
#swiper1 {
    height: 100%;
}
#swiper1 a {
    color: #FFF;
}
#swiper1 .slide-box {
    position: relative;
}
#swiper1 .slide-box>a {
    width: 100%;
    height: 100%;
    display: block;
}
#swiper1 .slide-box img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#swiper1 .slide-view {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: rgba(0, 0, 0, .7);
    color: #FFF;
    font-size: 20px;
}
#swiper1 .slide-view .slide-text {
    padding-left: 22px;
    padding-right: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#swiper1 .swiper-pagination1 {
    width: auto;
    position: absolute;
    z-index: 2;
    left: auto;
    right: 10px;
    bottom: 15px;
}
#swiper1 .swiper-pagination-bullet {
    opacity: 1;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    font-size: 10px;
}
#swiper1 .swiper-pagination-bullet-active {
    color: #FFF;
    background: #0B65B7;
}
/* 一般页签 */
.dy-nav {
    overflow: hidden;
    background: #EFEFEF;
    height: 45px;
    line-height: 45px;
}
.dy-nav .dy-rootname {
    float: left;
    height: 100%;
    padding: 0 25px;
    background: #0B65B7;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
}
.dy-nav ul {
    float: left;
    overflow: hidden;
    height: 100%;
}
.dy-nav ul li {
    float: left;
    padding: 0 20px;
    line-height: 42px;
    font-size: 18px;
    cursor: pointer;
    margin-right: 5px;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    border-top: 3px solid #EFEFEF;
}
.dy-nav ul li.cur {
    background: #FFF;
    border-color: #0B65B7;
}
.dy-nav .mores {
    float: right;
    margin-right: 10px;
    font-size: 16px;
}
.dy-nav .mores a {
    display: none;
}
/* 栏目标题 */
.channel-title {
    color: #0B65B7;
    border-bottom: 1px solid #E5E5E5;
}
.channel-title h2 {
    float: left;
    padding: 15px 0;
    border-bottom: 1px solid #0B65B7;
    margin-bottom: -1px;
    font-size: 24px;
}
/* 一般新闻列表 */
.dy-content .news-list {
    display: none;
    height: 210px;
}
.news-list {
    padding-top: 10px;
    height: 210px;
}
.news-list li {
    margin: 18px 0;
    overflow: hidden;
    line-height: 26px;
}
.news-list li>div {
    float: left;
    width: calc(100% - 100px);
}
.news-list li>span {
    float: right;
    font-size: 16px;
    color: #999;
}
.news-list li a {
    display: inline-block;
    max-width: 92%;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.circular {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #FFF;
    border: 1px solid #0B65B7;
    opacity: 0.8;
    border-radius: 2px;
    margin-right: 6px;
    vertical-align: middle;
}
.news-list li:hover>span,
.news-list li:hover a {
    color: #0B65B7;
}
.news-list li:hover .circular {
    background: #0B65B7;
    border-color: #0B65B7;
}
/* 友情链接 */
.friendly {
    margin-bottom: 30px;
}
/* 友情链接 */
.link-box {
    height: 44px;
    margin-top: 20px;
    display:-ms-flexbox;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;

}
.link-item {
    width: 232px;
    height: 45px;
    line-height: 43px;
    border: 1px solid #E5E5E5;
    border-radius: 1px;
    font-size: 16px;
    color: #013D89;
    text-align: center;
}
.link-box {
    height: 44px;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
.link-item {
    width: 232px;
    height: 45px;
    line-height: 43px;
    padding: 0 24px;
    border: 1px solid #E5E5E5;
    border-radius: 1px;
    font-size: 16px;
    color: #013D89;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.link-item::after {
    content: '';
    float: right;
    margin-top: 19px;
    margin-right: -13px;
    border-bottom: 6px solid #0B65B7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 0;
    height: 0;
}
.link-menu {
    position: absolute;
    left: 0;
    bottom: 44px;
    z-index: 1000;
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    background: #FFF;
    overflow: hidden;
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
    box-shadow: 0 0 8px rgba(0 , 0, 0, .2);
    display: none;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-name: linkshow;
}
.link-item:hover .link-menu {
    display: block;
}
.link-menu>li {
    float: left;
    width: 20%;
    padding-right: 10px;
}
.link-menu>li>a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .15s;
}
.link-menu>li>a:hover {
    color: #0B65B7;
}
/* ================== main end ================== */
.float-box {
    position: fixed;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.float-item {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #0B65B7;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}
.float-item:last-child {
    margin-bottom: 0;
}
.icon-float1 {
    background-image: url(../imgs/icon-float1.png);
}
.icon-float2 {
    background-image: url(../imgs/icon-float2.png);
}
.icon-float3 {
    background-image: url(../imgs/icon-float3.png);
}
/* 动画定义 start */
@-webkit-keyframes erjiDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes erjiDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes linkshow {
    from {
      opacity: 0;
      transform: translate3d(0, 5px, 0);
    }
  
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
}
.address3 {
    margin-top: -7px;
}
  /* 动画定义 end */
