@charset "utf-8";
/**** 首页模块通用样式 ****/
.module-name {
  margin-bottom: 12px;
  border-bottom: 1px solid #BC1E2C;
  position: relative;
}
.module-name span {
  display: inline-block;
  font-size: 2em;
  color: #fff;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding:0 20px 0 30px;
  background: #B61C1C url(../img/module_title.png) no-repeat 10px center;
}
.module-name a {
  float: right;
  margin-top: 10px;
  font-size: 1.4em;
  color: #333333;
  padding-right: 23px;
  background: url(../img/more.png) no-repeat right center;
}
.notice-box .more{
  margin-top: 5px;
  font-size: 1.4em;
  color: #333333;
  position: absolute;
  right: 0;
  top: 6px;
  padding-right: 23px;
  background: url(../img/more.png) no-repeat right center;
}
.module-name a:hover,.notice-box .more:hover{
  color: #E24211;
}
/*992 - 1199*/
@media (max-width: 1199px) {

}
/*768 - 991*/
@media (max-width: 991px) {

}
/*320 - 767*/
@media (max-width: 767px) {
}
/**** 首页模块 ****/
/*全屏广告图*/
.full-pic,
.full-pic img {
  width: 100%;
  display: block;
}
/* 页脚信息 */
.footer-wrap .footer-info{
  background-color: #3486D4;
  padding: 10px;
  text-align:left;
}
.footer-wrap .footer-info>a,
.footer-wrap .footer-info>span{
  display: inline-block;
  color:#fff;
  vertical-align: middle;
  font-size: 1.4em;
  margin:0 10px;
}
.footer-wrap .footer-info .tel img,
.footer-wrap .footer-info .address img,
.footer-wrap .footer-info .email img{
  max-height: 14px;
  display: inline-block;
  margin-right: 5px;
}
.footer-wrap .footer-info .tdcode img{
  width: 77px;
  height: 77px;
}
.footer-wrap .footer-copyright{
  background-color: #B61A1B;
  line-height: 38px;
  text-align:left;
  overflow: hidden;
  padding: 20px 0;
}
.footer-wrap .footer-copyright .info p{
  width: 50%;
  float: left;
  display: inline-block;
  text-align: right;
  line-height: 2;
}
.footer-wrap .footer-copyright .info p:first-child{
  text-align: left;
}
.footer-wrap .footer-copyright a,.footer-wrap .footer-copyright span{
  color:#FFE7DA;
  font-size: 1.4em;
  margin:0 8px
}
.scroll-top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 5px;
  bottom: 48px;
  cursor: pointer;
  background: #EF7A7B url("../img/gotop.png") center center no-repeat;
  background-size: 60%;
  border-radius: 5px;
  transition: all .5s ease;
}

.scroll-top:hover {
  background-color: #21a9ff;
  border-radius: 50% 50% 4px 4px;
}

.scroll-top:active {
  border-radius: 50%;
}
/*992 - 1199*/
@media (max-width: 1199px) {
  .footer-wrap .footer-copyright .info p{display: block;text-align: center;width: 100%;}
  .footer-wrap .footer-copyright .info p:first-child{text-align: center;}
  .footer-wrap .footer-copyright .info p:last-child{display: none;}
  .footer-wrap .footer-copyright .info:first-child p:first-child a:last-child{display: none;}
  .footer-wrap .footer-copyright .info:last-child p:first-child a:first-child{display: none;}
  .footer-wrap .footer-copyright{padding: 10px 0;}
}
/*768 - 991*/
@media (max-width: 991px) {

}
/*320 - 767*/
@media (max-width: 767px) {

}
/*头部*/
.header-top {
  height: 133px;
  position: relative;
  background: url(../img/top_bg.png) no-repeat left center;
  padding-top:20px;
}
.header-top .content-box{
  position: relative;
}
.header-top .logo {
  display: block;
  float: left;
}

.header-top .logo img {
  display: block;
  max-width: 100%;
  width: auto;
  height:86px;
  margin: 0 auto;
}

.header-top .slogan {
  float: left;
  background: url(../img/slogan.png) no-repeat left center;
  width: 250px;
  height: 64px;
  margin-left:30px;
  margin-top: 15px;
}

.header-top .phone {
  float: right;
  padding-left: 45px;
  background: url('../img/pic_phone.png') left center no-repeat;
  color: #000000;
  font-size: 1.8em;
  line-height: 26px;
  text-align: left;
}

.header-top .phone span {
  display: block;
  font-family: 'Arial';
  font-size: 1.375em;
  color: #44a4ff;
}
.header-top .nav-open,
.header-nav .nav-close {
  display: none;
}
.search-box {
  width: 280px;
  height: 34px;
  position: absolute;
  right: 0;
  top:40%;
  background-color: #FFF;
  overflow: hidden;
}

.search-box input {
  width: 84%;
  height: 34px;
  border: none;
  line-height: 34px;
  color: #333;
  padding-left: 20px;
  background: none;
  font-size: 1.4em;
  outline: none;
  z-index: 11;
  font-family: "宋体";
}
.search-box a {
  display: block;
  width: 56px;
  height: 34px;
  position: absolute;
  background: #FE4009;
  color: #fff;
  right: 0;
  text-align: center;
  line-height: 34px;
  font-size: 1.4em;
  z-index: 10;
  outline: none;
}

@media only screen and (min-width: 1200px) {
  /*导航*/

  .header-nav {
    background:url(../img/nav_bg.png) no-repeat center;
  }

  .nav-bar {
    text-align: center;
    position: relative;
    z-index: 99;
  }

  .nav-bar > li {
    display: inline-block;
    height: 57px;
    position: relative;
    width: 11.11%;

  }
  .nav-bar > li:hover a,
  .nav-bar > li.active a {
    color: #FFFF00;
  }

  .nav-bar > li > a {
    display: block;
    font-size: 1.8em;
    line-height: 50px;
    color: #fff;
    position: relative;
    text-align: center;
    margin-top: 7px;
  }
  .nav-bar > li > a::after{
    content: "";
    width: 80px;
    height: 1px;
    background: #FFFF00;
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -40px;
    display: none;
  }
  .nav-bar > li:hover a::after,
  .nav-bar > li.active a::after {
    display: block;
  }
  .nav-bar > li > ul {
    position: absolute;
    top: 57px;
    overflow-y: hidden;
    max-height: 0;
    left: 0;
    transition: all .5s ease;
    text-align: left;
    width:100%;
    background: #fff;
    opacity: .8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  }

  .nav-bar>li:hover>ul {
    max-height: 400px;
    z-index: 1;
  }

  .nav-bar>li>ul>li {
    margin: 0 0 5px 0;
  }

  .nav-bar>li>ul>li>a,
  .nav-bar>li:hover>ul>li>a,
  .nav-bar>li.active>ul>li>a {
    display: block;
    font-size: 1.6em;
    line-height: 32px;
    text-align: center;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: none;
  }

  .nav-bar>li>ul>li>a:hover,
  .nav-bar>li>ul>li.active>a {
    color: #fff;
    background: #FF6E0E;
  }
}
@media (max-width: 1199px) {
  .header-top {
    height: 100px;
    padding: 13px 12px 0;
  }
  .header-top .logo img {
    height: 65px;
    margin-top: 5px;
  }
  .search-box{
    right: 90px;
    top: 30%;
  }
  .header-top .slogan{
    margin-top: 5px;
    margin-left: 10px;
  }
  .header-top .nav-open {
    display: block;
    position: absolute;
    width: auto;
    height: 24px;
    right: 10px;
    top: 40%;
    padding-right: 40px;
    z-index: 9999;
    font-size: 1.4em;
    background: url('../img/nav_open.png') right center no-repeat;
  }
  .header-nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #f1f1f1;
  }
  .header-nav.show {
    right: 0;
  }
  .header-nav .nav-close {
    padding: 0 20px 0 10px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid #C8C8C8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 2px 2px #CCC;
    font-size: 1.4rem;
  }
  .header-nav .back-home {
    font-size: 1.4rem;
    background: url(../img/nav_back.png) left center no-repeat;
    padding-left: 20px;
    color: #333;
  }
  .header-nav .nav-close .close-nav-btn {
    width: 24px;
    height: 24px;
    background: url('../img/nav_close.png') center no-repeat;
  }
  .header-nav .nav-bar {
    padding: 1px 15px 15px;
    height: calc(100vh - 56px);
    overflow-y: auto;
  }
  .nav-bar>li {
    background: #FFF;
    box-shadow: 0 0 4px #CCC;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .nav-bar>li>a {
    font-size: 1.6rem;
    display: block;
    background: #3490EA;
    color: #FFF;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left;
  }
  .nav-bar>li:first-child>a {
    display: none;
  }
  .nav-bar>li>ul {
    padding: 0 0 10px;
    background: #fff;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .nav-bar>li>ul>li {
    display: block;
    margin: 10px;
  }
  .nav-bar>li>ul>li>a {
    font-size: 1.6rem;
    width: 23%;
    float: left;
    padding: 5px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #E7EEFC;
    display: block;
    text-align: center;
    border-radius: 5px;
    margin: 5px 1%;
    color: #3490EA;
  }
  .nav-bar>li>ul>li>ul {
    display: block;
    background: #F3F3F3;
  }
  .nav-bar>li>ul>li>ul>li>a {
    padding: 13px 10px;
    font-size: 2.2em;
    display: block;
    border-radius: 3px;
    text-indent: 50px;
  }
  .nav-bar>li>ul>li>ul>li.active>a {
    background: #007DD9;
    color: #FFF;
  }
}
@media (max-width: 991px) {
  .header-top .slogan{
    display: none;
  }
  .footer-wrap .footer-copyright{
    padding: 10px 0;
  }
  .footer-wrap .footer-copyright .info p{
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .header-top .logo {
    display: none;
  }
  .header-top {
    height: 60px;
    padding: 13px 0 0;
  }
  .search-box {
    width: 80%;
    left: 10px;
    top: 20%;
  }
  .header-top .nav-open {
    margin-top: 5px;
  }
  .yn-pagination .first-page,
  .yn-pagination .last-page{
    display: none;
  }
}

@media (max-width: 479px) {
  .header-top .nav-open {
    font-size: 0;
  }

  .nav-bar>li>ul>li>a {
    width: 48%;
  }
}

/*焦点图轮播*/
.focus-box {
  width: 610px;
  height: 300px;
  overflow: hidden;
}

.focus-content {
  padding-left: 510px;
  position: relative;
  height: 300px;
}

.focus-module {
  position: relative;
}

.focus-container {
  width: 500px;
  height: 300px;
  left: 0;
  top: 0;
  position: absolute !important;
  overflow: hidden;
}

.focus-container .focus-slide {
  height: 300px;
  position: relative;
}

.focus-container .focus-slide img {
  display: block;
  width: 100%;
  max-height: 300px;
}

.focus-title {
  width: 100%;
  display: block;
  line-height: 34px;
  color: #333;
  font-size: 1.4em;
  text-indent: 10px;
  position: absolute;
  left: 0;
  bottom: -34px;
  z-index: 9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.focus-container .slick-dots {
  width: auto;
  line-height: 34px;
  position: absolute;
  right: 6px;
  bottom: 3px;
  z-index: 10;
  text-align: right;
}

.focus-container .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  background: none;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: #BFBFBF;
}

.focus-container .slick-dots li:hover,
.focus-container .slick-dots li.slick-active {
  background: #FF5700;
}

.focus-container .slick-dots li button {
  display: none;
}

.focus-container .focus-slide a {
  display: block;
  height: 45px;
  line-height: 45px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000000;
  opacity: 0.7;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  font-size: 1.6em;
  padding-right: 100px;
  color: #fff;
  padding-left: 10px;
}
/*992 - 1199*/
@media (max-width: 1199px) {
  .focus-module{
    margin-top: 20px !important;
  }
  .focus-content {
    padding-left: 0;
    height: auto;
  }

  .focus-container {
    display: none;
  }
}
/*768 - 991*/
@media (max-width: 991px) {}

/*320 - 767*/
@media (max-width: 767px) {}

/*图文内容样式*/
.img-module{
  margin-left: -1%;
  margin-right: -1%;
}
.img-module a {
  width: 23%;
  margin: 1%;
  display: inline-block;
}

.img-module a img {
  display: block;
  width: 100%;
  height: 172px;
}
.img-module .img{
  position: relative;
}
.img-module .img .ico{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition:all .5s ease;
  background:rgba(0,0,0,.6) url("../img/view.png") center 80% no-repeat;
}
.img-module .img:hover .ico{
  opacity: 1;
  background-position: center 50%;
}
.img-module h3{
  margin-top: 10px;
  font-size: 1.6em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.img-module .time{
  font-size: 1.4em;
  color:#373737;
}
/*992 - 1199*/
@media (max-width: 1199px) {
  .img-module a {
    width: 23%;
  }
  .img-module a img {
    height: 15vw;
  }
}
/*768 - 991*/
@media (max-width: 991px) {
  .img-module a {
    width: 31.3333%;
  }
  .img-module a img {
    height: 20vw;
  }
  .img-module a:nth-last-child(1){
    display: none;
  }
}
/*320 - 767*/
@media (max-width: 767px) {
  .img-module a {
    width: 48%;
  }
  .img-module a img {
    height: 30vw;
  }
  .img-module a:nth-last-child(1),
  .img-module a:nth-last-child(2){
    display: none;
  }
}
.first{position: relative;padding-left: 200px;display: block;min-height: 108px;margin-top: 12px;margin-bottom: 10px;}
.first img{display: inline-block;width: 180px;height: 108px;position: absolute;left: 0;}
.first h3{font-size: 1.6em;color: #000000;padding-bottom: 10px;}
.first p{font-size: 1.4em;color: #777777;padding-bottom: 10px;line-height: 1.5;}
.first span{font-family: "Arial";font-size: 1.4em;color: #777777;}
/*320 - 767*/
@media (max-width: 639px) {
  .first p{display: none;}
}
@media (max-width: 479px) {
  .first{padding-left: 135px;min-height: 80px;}
  .first img{width: 120px;height: 80px;}
}
/* 新闻类模块 */
.news-module li {
  position: relative;
  padding-right: 84px;
  padding-left: 20px;
  background: url(../img/list3.png) no-repeat left center;
}
.news-module li:hover a {
  color: #F56946;
}
.news-module li a {
  display: block;
  font-size: 1.6em;
  color: #333333;
  line-height:33px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news-module li span {
  position: absolute;
  top: 0;
  right: 0;
  line-height:33px;
  font-size: 1.4em;
  color: #999999;
  text-align: right;
  vertical-align: middle;
  font-family: "Arial";
}
.news-module li:first-child span{
  line-height: 32px;
}
.news-module li:hover span{
  color: #E24211;
}

/* 文字类模块 */
.text-module li {
  position: relative;
  padding-right: 84px;
  transition: all .3s ease;
  border-bottom: 1px dashed #D7D7D7;
}

.text-module li:hover a {
  color: #E24211;
}

.text-module li a {
  display: block;
  font-size: 1.6em;
  color: #333333;
  line-height: 48px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: all .5s ease;

}

.text-module li span {
  position: absolute;
  top: 3px;
  right: 0;
  line-height:48px;
  font-size: 1.4em;
  color: #999999;
  text-align: right;
  vertical-align: middle;
  font-family: "Arial";
  transition: all .5s ease;
}
.text-module li:hover span {
  color: #E24211;
}
.text-module-name{
  margin-bottom: 0;
}
/*992 - 1199*/
@media (max-width: 1199px) {

}
/*768 - 991*/
@media (max-width: 991px) {}
/*320 - 767*/
@media (max-width: 767px) {}


/* 快速链接 */
.fast-link{
  padding-left: 61px;
  background: url(../img/fast_title.png) no-repeat left top;
}
.fast-link a{
  margin-bottom: 8px;
  display: block;
}
.link-picture a{
  display: block;
}
.link-picture img{
  display: block;
  width: 100%;
}
/*992 - 1199*/
@media (max-width: 1199px) {
.fast-link{
  display: none;
}
}
/*768 - 991*/
@media (max-width: 991px) {}
/*320 - 767*/
@media (max-width: 767px) {}
/* 视频类模块 */
.video-list-wrap{
  border: 1px solid #DDDDDD;
  padding: 11px;
}
.video-list-wrap .play-box{
  display: block;
  height: 220px;
  position: relative;
}
.video-list-wrap .play-box img{
  display: block;
  width: 100%;
  height: 100%;
}
.video-list-wrap .play-box .btn-ico{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6) url("../img/play.png") center 40% no-repeat;
  opacity: 0;
  transition: opacity .5s ease;
}
.video-list-wrap .play-box .title{
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 20px;
  right: 20px;
  font-size: 1.6em;
  color:#fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
  opacity: 0;
}
.video-list-wrap .play-box:hover .btn-ico{
  opacity: 1;
}
.video-list-wrap .play-box:hover .title{
  opacity: 1;
}
.video-module{
  margin-left: -1%;
  margin-right: -1%;
  white-space: nowrap;
}
.video-module .video-item{
  display: inline-block;
  width: 31.3333%;
  height: 75px;
  margin: 8px 1% 0;
  box-sizing: border-box;
  cursor: pointer;
}
.video-module .video-item img{
  display: block;
  width: 100%;
  height: 100%;
}
.video-module .video-item.active{
  border: 2px solid #FF971C;
}
/*992 - 1199*/
@media (max-width: 1199px) {
  .video-list-wrap .play-box{
    height: 60vw;
  }
  .video-module .video-item{
    height: calc(100vw * 0.2);
  }
}
/*768 - 991*/
@media (max-width: 991px) {}
/*320 - 767*/
@media (max-width: 767px) {}
/* 友情链接 */
.blogroll-box{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: #EFEFEF;
}
.blogroll-box .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 23px 0 23px 95px;
  position: relative;
}

.blogroll-box .title {
  font-size: 2em;
  white-space: nowrap;
  position: absolute;
  left: 10px;
  color: #BA2829;
}

.blogroll-box .link-content {
  position: relative;
  max-width: 1050px;
  margin-right: 20px;
  margin-top: 3px;
}

.blogroll-box .link-content a {
  margin-left: 20px;
  font-size: 1.6em;
  font-family: "思源黑体";
  color: #666666;
  cursor: pointer;
}

.blogroll-box .link-content a:hover {
  color: #E44F21;
}

.blogroll-box .slick-next,
.blogroll-box .slick-prev {
  width: 16px;
  height: 16px;
}

.blogroll-box .slick-next {
  background: url(../img/link_next.png) no-repeat left center;
  right: -30px;
}

.blogroll-box .slick-prev {
  background: url(../img/link_prev.png) no-repeat left center;
  display: none !important;
}

.blogroll-box .slick-next:before,
.blogroll-box .slick-prev:before {
  display: none;
}

/*992 - 1199*/
@media (max-width: 1199px) {
  .blogroll-box {
    display: none;
  }
}

/*768 - 991*/
@media (max-width: 991px) {}

/*320 - 767*/
@media (max-width: 767px) {}
/*banner*/
.banner{
  position: relative;
}
.banner-box {
  width: 100%;
  max-height: 240px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.banner-content{
  width: 100%;
  height: 240px;
}
.banner-item {
  height: 240px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-box .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
}
.banner-box .slick-dots li button {
  display: none;
}
/* 默认风格 */
.banner-box.default .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
  border:2px solid #fff;
  vertical-align: middle;
}

.banner-box.default .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  border-color:#FF5700;
  background: #FF5700;
  opacity: 1;
}
.banner-box.default .slick-arrow{
  width: 50px;
  height: 50px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  z-index: 9;
  opacity: 0;
  transition: left .5s ease,right .5s ease;

}
.banner-box.default .slick-arrow:before{
  display: none;
}
.banner-box.default .slick-arrow.slick-prev{
  left:-50px;
  background-image: url('../img/left.png');
}
.banner-box.default .slick-arrow.slick-next{
  right:-50px;
  background-image: url('../img/right.png');
}
.banner-box.default .slick-arrow.slick-prev:hover{
  background-image: url('../img/left_on.png');
}
.banner-box.default .slick-arrow.slick-next:hover{
  background-image: url('../img/right_on.png');
}
.banner-box.default:hover .slick-arrow{
  opacity: 1;
}
.banner-box.default:hover .slick-arrow.slick-prev{
  left:0;
}
.banner-box.default:hover .slick-arrow.slick-next{
  right:0;
}
/* 风格1 */
.banner-box.style1 .slick-dots{
  padding:8px 10px;
  width: 150px;
  margin-left: -150px;
  left: 50%;
  background-color: rgba(0,0,0,.6);
  border-radius: 3px;
}
.banner-box.style1 .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
}

.banner-box.style1 .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background: #FF7815;
  opacity: 1;
}
.banner-box.style1 .slick-arrow{
  width: 60px;
  height: 60px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  opacity: 0;
  transition: left .5s ease,right .5s ease;
  background-image: url('../img/banner_btn2.png');
}
.banner-box.style1 .slick-arrow:before{
  display: none;
}
.banner-box.style1 .slick-arrow.slick-prev{
  left:-65px;
  background-position: -60px 0;
}
.banner-box.style1 .slick-arrow.slick-prev:hover{
  background-position: 0 0;
}
.banner-box.style1 .slick-arrow.slick-next{
  right:-65px;
  background-position: -180px 0;
}
.banner-box.style1 .slick-arrow.slick-next:hover{
  background-position: -120px 0;
}
.banner-box.style1:hover .slick-arrow{
  opacity: 1;
}
.banner-box.style1:hover .slick-arrow.slick-prev{
  left:5px;
}
.banner-box.style1:hover .slick-arrow.slick-next{
  right:5px;
}
/* 风格2 */
.banner-box.style2 .slick-dots li {
  display: inline-block;
  width: 14px;
  height: 6px;
  margin: 0 3px;
  cursor: pointer;
  border-radius: 2px;
  background: #fff;
  opacity: .6;
  transition: all .5s ease;
}

.banner-box.style2 .slick-dots li.slick-active {
  width: 24px;
  opacity: 1;
}
.banner-box.style2 .slick-arrow{
  width: 41px;
  height: 70px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  opacity: 0;
  transition: left .5s ease,right .5s ease;
  background-image: url('../img/banner_btn3.png');
}
.banner-box.style2 .slick-arrow:before{
  display: none;
}
.banner-box.style2 .slick-arrow.slick-prev{
  left:-65px;
  background-position: -41px 0;
}
.banner-box.style2 .slick-arrow.slick-prev:hover{
  background-position: 0 0;
}
.banner-box.style2 .slick-arrow.slick-next{
  right:-65px;
  background-position: -123px 0;
}
.banner-box.style2 .slick-arrow.slick-next:hover{
  background-position: -82px 0;
}
.banner-box.style2:hover .slick-arrow{
  opacity: 1;
}
.banner-box.style2:hover .slick-arrow.slick-prev{
  left:0;
}
.banner-box.style2:hover .slick-arrow.slick-next{
  right:0;
}
@media (max-width:1199px){
  .banner .content-box{
    width: 100%;
  }
  .banner .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .banner::before,.banner:after{
    display: none;
  }
  .banner-box{
    margin-bottom: 0 !important;
  }
}
@media (max-width:991px){
  .banner-box .slick-arrow{
    display: none !important;
  }
  .banner-box,
  .banner-content,
  .banner-item {
    height: 160px;
  }
  .banner-item{
    background-size: cover;
  }
}
@media (max-width:767px){

}
@media (max-width:639px){

}
@media (max-width:479px){

}
/**** 列表内容页通用 ****/
.frame-wrap {
  margin: 0 auto;
  max-width: 1188px;
}
.frame-left {
  float: left;
  width: 250px;
  margin-right: 12px;
  margin-bottom: 24px;
}
.frame-right {
  float: right;
  width:910px;
  background: #fff;
  min-height: 400px;
}
/*992 - 1199*/
@media (max-width: 1199px) {
  .frame-left {
    display: none;
  }
  .frame-right{
    width: 100%;
    font: none;
    padding-left: 12px;
    padding-right: 12px;
    min-height: 0;
  }
}
/* 侧边菜单 */
.sidebar-title {
  height: 70px;
  background:url(../img/sidebar_title.png) no-repeat left center;
  font-size: 2.6em;
  color: #fff;
  line-height: 70px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  text-indent: 2em;
}
.sidebar-menu {
  margin: 0 auto;
  padding: 10px 10px 20px;
  border-left: 1px solid #FA983A;
  border-right: 1px solid #FA983A;
  border-bottom: 1px solid #FA983A;
}
.sidebar-link{
  margin-top: 20px;
}
.sidebar-link a{
  display: block;
}
.sidebar-link a img{
  display: block;
  width: 100%;
}
.sidebar-menu > li {
border-bottom: 1px dotted #BBBBBB;
position: relative;
overflow: hidden;
}
.sidebar-menu > li > a {
  display: block;
  line-height: 49px;
  font-size: 1.8em;
  color: #333333;
  text-align: center;
  background: url(../img/sidebar.png) no-repeat 10% center;
  transition: all 0.5s ease;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  background:url(../img/sidebar_on.png) no-repeat 10% center;;
  color: #FA5D33;
}

.sidebar-menu ul {
  padding: 0 6px;
  overflow-y: hidden;
  max-height: 0;
  transition: all 0.5s ease;
}
.sidebar-menu > li:hover ul,
.sidebar-menu > li.active ul {
  max-height: 1000px;
  overflow: auto;
}
.sidebar-menu ul > li > a {
  background-color: #fff;
  display: block;
  text-align: center;
  line-height: 39px;
  font-size: 1.6em;
  color: #777777;
  border-bottom: 1px solid #f5f5f5;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.sidebar-menu ul > li:hover > a,
.sidebar-menu ul > li.active > a {
  color: #0c6ac2;
  border-bottom: 1px solid #0c6ac2;
}

.sidebar-menu ul > li > a:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #777777;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sidebar-menu ul > li:hover > a:before,
.sidebar-menu ul > li.active > a:before {
  background-color: #0c6ac2;
}
.sidebar-news{
  margin-top: 20px;
}
.sidebar-news span{
  display: inline-block;
  font-size: 1.8em;
  color: #fff;
  background: #F54343;
  padding: 3px 15px;
}
.sidebar-news .sidebar-list{
  padding-top:10px;
  border: 1px solid #DEDEDE;
  padding: 10px;
}
.sidebar-news .sidebar-list a{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 1.4em;
  padding-left: 10px;
  background: url(../img/list2.png) no-repeat left center;
  margin-bottom: 15px;
  transition: all .3s ease;
}
.sidebar-news .sidebar-list a:hover{
  background: url(../img/list2_on.png) no-repeat left center;
  color: #F56946;
}
/* 面包屑 */
.frame-location {
  padding-left: 25px;
  background:url('../img/location.png') left center no-repeat;
  font-size: 1.6em;
  color: #666666;
  margin-bottom: 12px;
  border-bottom: 1px solid #CCCDD7;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.frame-location::before{content: "";width: 100px;height: 1px;background: #F54343;position: absolute;bottom: -1px;left: 0;}
.frame-location a {
  color: #666666;
  font-size: 1em;
}
.frame-location span:last-child a {
  color: #F54343;
}

.frame-location em {
  display: inline-block;
  margin: 0 5px;
  font-size: 1em;
}
.frame-location span:last-child em {
  display: none;
}
/*768 - 991*/
@media (max-width: 991px) {
/*   .frame-location span:nth-child(2),
  .frame-location span:nth-child(1){
    display: none;
  } */
}

/* 日期列表 */
.time-module li{height:50px;}
.time-module li a{display: block;margin-top:23px;position: relative;padding-left: 80px;padding-bottom: 15px;border-bottom: 1px solid #EDEDED;}
.time-module li:first-child a{margin-top:12px;}
.time-module .time-box{transition: all .3s ease;display: inline-block;position: absolute; left:0;width: 70px;background: #EBEBEB;padding: 10px;}
.time-module .time-box .day{display: block;color: #777777;text-align: center;font-size: 1.6em;font-family: "Arial";}
.time-module .time-box .month{display: block;text-align: center;font-size: 1.4em;color: #777777;font-family: "Arial";}
.time-module .title-box{vertical-align: middle;display: inline-block;}
.time-module .title-box h3{line-height: 1.8;font-size: 1.6em;color: #333333;}
.time-module .title-box p{line-height: 1.5;font-size: 1.4em;color: #808080;}
.time-module li:hover .time-box{background:#FF5700;}
.time-module li:hover .time-box .day{color: #fff;}
.time-module li:hover .time-box .month{color: #fff;}
.time-module li:hover .title-box h3{color: #FF5700;}

  /*992 - 1199*/
  @media (max-width: 1199px) {
    .time-module .time-box .day{line-height: 25px;vertical-align: middle;}
    .time-module li{height: auto;}
  }

  /*768 - 991*/
  @media (max-width: 991px) {}

  /*320 - 767*/
  @media (max-width: 767px) {
    .time-module li a{
      margin-top: 10px;
      padding-bottom: 10px;
    }
  }

  @media (max-width: 479px) {
    .time-module .title-box p{display: none;}
  }

  /* 日期列表 */
.list-date li a{display: block;margin-top:23px;position: relative;padding-left: 95px;padding-bottom: 15px;border-bottom: 1px solid #EDEDED;}
.list-date li:first-child a{margin-top:12px;}
.list-date .time-box{transition: all .3s ease;display: inline-block;position: absolute; left:0;background: #EBEBEB;padding: 15px 12px 10px;}
.list-date .time-box .day{display: block;color: #777777;text-align: center;font-size:2.2em;font-family: "Arial";}
.list-date .time-box .month{display: block;text-align: center;font-size: 1.4em;color: #777777;font-family: "Arial";}
.list-date .title-box{vertical-align: middle;display: inline-block;}
.list-date .title-box h3{line-height: 1.8;font-size: 1.6em;color: #333333;}
.list-date .title-box p{line-height: 1.5;font-size: 1.4em;color: #808080;}
.list-date li:hover .time-box{background:#FF5700;}
.list-date li:hover .time-box .day{color: #fff;}
.list-date li:hover .time-box .month{color: #fff;}
.list-date li:hover .title-box h3{color: #FF5700;}

  /*992 - 1199*/
  @media (max-width: 1199px) {
    .list-date .time-box .day{line-height: 25px;vertical-align: middle;}
  }

  /*768 - 991*/
  @media (max-width: 991px) {
    .list-date .title-box p{display: none;}
    .list-date li a{height: 80px;}
    .list-date .title-box{padding-top: 10px;}
  }

  /*320 - 767*/
  @media (max-width: 767px) {
    .list-date li a{
      margin-top: 10px;
      padding-bottom: 10px;
    }
  }

  @media (max-width: 479px) {
    .list-date .time-box{
      padding:10px;
    }
    .list-date li a{
      padding-left: 80px;
    }
    .list-date .title-box {
      padding-top: 0;
    }
  }
   /* 下载列表页面 */
.download-list .download-content {
  border-bottom: 1px solid #F0F0F0;
  margin: 10px 0;
  padding: 0 0 10px 0;
  padding-left: 50px;
  background: url('../img/download_title.png') left center no-repeat;
  position: relative;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.download-list .download-content h3 {
  font-size: 1.6em;
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.download-list .download-content .day {
  font-family: "Arial";
  font-size: 1.4em;
  display: inline-block;
  padding-left: 20px;
  background: url('../img/date.png') left center no-repeat;
  color: #777;
}

.download-list .download-content .view {
  margin-left: 30px;
  font-size: 1.4em;
  color: #777;
  background: url('../img/download1.png') left center no-repeat;
  padding-left: 20px;
}
.download-list .download-content .author {
  margin-left: 30px;
  font-size: 1.4em;
  color: #777;
  background: url('../img/author.png') left center no-repeat;
  padding-left: 20px;
}
.download-list .download-content .download-btn {
  display: inline-block;
  width: 72px;
  height: 24px;
  border: 1px solid #F0F0F0;
  color: #333333;
  font-size: 1.4em;
  line-height: 24px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.download-list .download-content .download-btn:hover {
  background: #FF7E00;
  color: #FFF;
  border-color: #FF7E00;
}
.download-list .download-content:hover{
  border-color: #FF7E00;
}
.download-list .download-content:hover h3{
  color: #FF7E00;
}
@media only screen and (max-width:767px) {
  .download-list .download-content{
    background: url(../img/download_title.png) no-repeat left top;
  }
}
@media only screen and (max-width:639px) {
  .download-list .download-content{
    overflow: hidden;
  }
  .download-list .download-content .download-btn{
    position: relative;
    margin-top: 5px;
    left: 0;
    width: 60px;
    /* margin-left: 20px; */
    float: right;
  }
  .download-list .download-content .author{
    display:none;
  }
}
@media only screen and (max-width:359px) {
  .download-list .download-content .view{
    margin-left: 5px;
    padding-left: 15px;
  }
}
/* 新闻类列表页 */
.news-list .default {
  padding: 12px 0;
  display: table;
  height: 172px;
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
  transition: all .3s ease;
}

.news-list .default>div {
  display: table-cell;
  vertical-align: top;
}

.news-list .default .img {
  display: block;
  width: 250px;
  height: 150px;
  overflow: hidden;
}

.news-list .default img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.news-list .default .time {
  position: absolute;
  right: 0;
  font-family: "Arial";
  font-size: 1.4em;
  color: #8B8C91;
  top: 25px;
}

.news-list .default .txt {
  padding-top: 20px;
  position: relative;
  padding-left: 20px;
}

.news-list .default .title {
  font-size: 1.8em;
  color: #444444;
  line-height: 180%;
  position: relative;
  transition: all .3s ease;
}

.news-list .default .intro {
  font-size: 1.4em;
  color: #999999;
  line-height: 1.5;
  margin: 6px 0 15px;
}

.news-list .default:hover {
  border-color: #FA5D33;
}

.news-list .default:hover .title {
  color: #FA5D33;
}

.news-list .default:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

/*992 - 1199*/
@media (max-width: 1199px) {}

/*768 - 991*/
@media (max-width: 991px) {
  .news-list .default {
    height: auto;
    display: flex;
  }

  .news-list .default>div {
    display: block;
  }

  .news-list .default .img {
    display: none;
  }

  .news-list .default .time {
    padding-left: 0;
  }

  .news-list .default .txt {
    padding-left: 3vw;
  }

  .news-list .default .txt:before {
    display: none;
  }
}

/*320 - 767*/
@media (max-width: 767px) {
  .news-list .default .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .news-list .default .time {
    position: relative;
    left: 0;
    display: block;
    top: 0;
  }

  .news-list .default .txt {
    padding-left: 0;
    padding-top: 0;
  }
}

/*通知类模块*/
.notice-box {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px dashed #D3D3D3;
  margin-bottom: 24px;
}
.notice-news {
  position: relative;
  height: 40px;
  border-bottom: 1px dashed #D5D5D5;
  padding-left: 120px;
  margin-bottom: 0 !important;
  padding-right: 70px;
}

.notice-module-name {
  width: 100px;
  height: 40px;
  position: absolute;
  left: 0;
  line-height: 40px;
  font-size: 1.6em;
  background: #B61C1C;
  color: #FFF;
  text-align: center;
}
.notice-module-name::after{
  content: "";
  width: 8px;
  height: 7px;
  background: url(../img/notice_after.png) no-repeat center;
  position: absolute;
  bottom: -7px;
  left: 60px;
}
.notice-module-name span {
  color: #FFF;
}

.notice-module li a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  padding-left: 15px;
  background: url(../img/notice.png) no-repeat left center;
  transition: all .3s ease;
}

.notice-module .slick-slide {
  text-align: left;
}

.notice-module li a:hover {
  background: url(../img/notice_on.png) no-repeat left center;
  color: #FF5700;
}

/*992 - 1199*/
@media (max-width: 1199px) {
  .notice-box{margin-bottom: 0;margin-top: 24px;}
}

/*768 - 991*/
@media (max-width: 991px) {
  .notice-box .content{width: 94%;}
}

/*320 - 767*/
@media (max-width: 767px) {
  .notice-module li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .notice-box .content{width: 96%;}
}
@media (max-width: 767px) {
  .notice-box .content{width: 94%;}
}
/* 通知类列表页 */
.notice-list .default{
  display: block;
  border-bottom: 1px dashed #D7D7D7;
  padding-left: 20px;
  line-height: 52px;
  background: url(../img/list3.png) no-repeat left center;
}
.notice-list .default:hover{
  color: #F56946;
  border-color: #F56946;
}
.notice-list .default .time{
  display: inline-block;
  width: 90px;
  position: absolute;
  right: 0;
  text-align: center;
  color: #666666;
  font-size: 0.9em;
  transition: all .5s ease;
}
.notice-list .default {
  font-size: 1.6em;
  position: relative;
  color:#333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 100px;
}
.notice-list .default:hover .time{
  color:#F56946;
}
.notice-list .default:hover .title{
  color:#F56946;
}
/* 无信息提示 */
.empty-list-info{
  text-align: center;
  line-height: 3;
}
/*分页样式*/
.yn-pagination {
  margin: 24px auto;
  text-align: center;
}
.yn-pagination a,
.yn-pagination span {
  font-size: 1.4em;
  cursor: pointer;
  margin: 2px 2px;
  padding: 6px 12px;
  color: #333333;
  display: inline-block;
  border:1px solid #E0E3E9;
  border-radius: 1px;
}
.yn-pagination a:hover {
  background: #FF5700;
  border-color: #FF5700;
  color: #fff;
}
.yn-pagination .disabled,
.yn-pagination .disabled:hover {
  cursor: default;
  background: #f5f5f5;
  color: #bbb;
}
.yn-pagination .active,
.yn-pagination .active:hover {
  cursor: default;
  background: #F56946;
  color: #fff;
}
.yn-pagination span {
  margin: 0 5px;
}
/* 内容页样式 */
.article-head {
  width: 100%;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DADADA;
}
.article-title {
  font-size: 2.6em;
  text-align: center;
  color: #393939;
  margin: 10px auto;
  padding: 0 15px;
}
.article-ftitle{
  font-size: 1.8em;
  text-align: center;
  color: #777;
  margin: 10px auto;
  padding: 0 15px;
}
.article-info {
  font-size: 1.4em;
  color: #777777;
  text-align: center;
}
.article-info span {
  display: inline-block;
  margin: 0 5px
}

.article-content {
  padding: 12px;
  font-size: 1.6em;
  color: #242424;
  line-height: 2.4;
}
.article-content P{
  text-indent: 2em;
  font-size: 1em;
}
.article-content img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.article-jump {
  padding: 12px 10px;
  margin-bottom: 12px;
  border-top:1px solid #EFEFEF;
}
.article-jump > div {
  width: 49%;
  float: left;
  font-size: 1.6em;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.article-jump > div a{
  font-size: 1em;
}
.article-jump .prev {
  text-align: left;
}
.article-jump .next {
  text-align: right;
}
.article-jump a:hover {
  color: #E44F21;
}
/*992 - 1199*/
@media (max-width: 1199px) {}
/*768 - 991*/
@media (max-width: 991px) {
  .article-jump > div {
    width: 100%;
    float: none;
  }
  .article-jump .prev,
  .article-jump .next {
    text-align: left;
    margin: 5px 0;
  }
}
/*320 - 767*/
@media (max-width: 767px) {
  .article-head{
    margin-bottom: 0;
  }
  .article-title{
    font-size: 2em;
  }
  .article-ftitle{
    font-size: 1.6em;
  }
  .article-jump > div{
    font-size: 1.4em;
  }
}
.video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  border: 10px solid #f6f6f6;
  text-indent: 0
}

.video .jwplayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000
}

.video .alt {
  padding-top: 56.25%;
  height: 0 !important
}
.edui-pdf{
  min-height: 800px;
}
