.sprite {display: inline-block; vertical-align: middle;}
.sprite {background-image: url(../img/sprite.png); background-position: left center; background-repeat: no-repeat;}
.sprite.arrow_r_png {background-position: 0 0; width: 22px; height: 18px;}
.sprite.author_png {background-position: 0 -19px; width: 16px; height: 16px;}
.sprite.file_png {background-position: 0 -36px; width: 16px; height: 16px;}
.sprite.note_png {background-position: 0 -53px; width: 32px; height: 32px;}
.sprite.phone_png {background-position: 0 -86px; width: 32px; height: 32px;}
.sprite.phone_book_png {background-position: 0 -119px; width: 32px; height: 32px;}
.sprite.time_png {background-position: 0 -152px; width: 16px; height: 16px;}
.sprite.wechat_png {background-position: 0 -169px; width: 32px; height: 32px;}
.sprite.weibo_png {background-position: 0 -202px; width: 32px; height: 32px;}

.head-top{
  background-color: #f1f1f1;
  padding: 4px 0;
}
.head-middle{
  height: 100px;
}
.head-middle>div>form{
  display: flex;
}
.head-middle>div{
  font-size: 0;
}
.head-middle>div input{
  outline: none;
  border: 1px solid #D71E06;
  padding: 8px;
}
.head-middle>div button{
  outline: none;
  border: none;
  background-color: #D71E06;
  color: #fff;
  padding: 8px 24px;
  cursor: pointer;
}
.head-bottom{
  height: 62px;
  background: url(../img/nav-top.png)no-repeat center;
}
.nav-ul-1{
  padding-top: 10px;
}
.nav-ul-1>li>a{
  display: block;
  padding: 0 22px;
  line-height: 52px;
  color: #fff;
}
.nav-ul-1>li>a:hover{
  background-color: rgba(238,238,238, 0.3);
}
.nav-ul-1>li.active>a{
  background-color: #fff;
  color: #D71E06;
}
.nav-ul-1>li:last-child{
  position: relative;
  cursor: pointer;
}
.nav-ul-1>li:last-child:hover>ul{
  display: flex;
}
.nav-ul-2{
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  padding-top: 2px;
}
.nav-ul-2 li{
  background-color: #0A3AA7;
}
.nav-ul-2 li>a:hover{
  background-color: rgba(238,238,238, 0.3);
}
.nav-ul-2 a{
  color: #fff;
  display: block;
  padding: 0 22px;
  line-height: 52px;
  width: fit-content;
  white-space: nowrap;
}
.index-banner{
  width: 100%;
  height: 540px;
  overflow: hidden;
  align-items: center;
  -webkit-text-stroke: 2px #fff;
  max-width: 1920px;
  margin: 0 auto;
}
.index-banner h1{
  font-size: 48px;
}
.index-banner h1>span{
  color: #D71E06;
}
.index-banner .swiper{
  width: 1920px;
  height: 540px;
  position: relative;
}
.index-banner .swiper-slide{
  /* height: 540px; */
}
.nav-2{
  border-bottom: 1px solid #eee;
}
.crumb>p{
  line-height: 64px;
}
.crumb>p a{
  color: #999;
}
.crumb>p>a:last-of-type{
  color: #D71E06;
}
.footer{
  background-color: #EEF0EF;
  max-width: 1920px;
  margin: 0 auto;
}
.foot-link{
  height: 84px;
}
.foot-link>div{
  height: 72px;
}
.foot-link>div>p{
  background-color: #fff;
  padding: 16px 60px;
  position: relative;
}
.foot-link>div>p>span{
  display: block;
  position: absolute;
  border: 10px solid;
  border-left: 15px solid;
  border-right: 15px solid;
  border-color: transparent transparent transparent #fff;
  left: 100%;
  top: 16px;
}
.foot-link>div>select{
  padding: 18px;
  width: 520px;
  outline: none;
  border: none;
  cursor: pointer;
}
.foot-middle{
  padding: 30px 0 40px 0;
  justify-content: space-around;
}
.foot-ul>li{
  width: 134px;
  margin-right: 70px;
  text-align: center;
}
.foot-ul>li:last-child{
  margin-right: 0;
}
.foot-ul>li>p{
  height: 38px;
}
.foot-ul>li.foot-btn-link>div{
  height: 134px;
  margin-bottom: 4px;
  border-radius: 16px;
  line-height: 134px;
  font-size: 28px;
  cursor: pointer;
  background-color: #75b1c4 ;
  color: #fff;
  border: #75b1c4 ;
}
.foot-ul>li.foot-btn-link>div:hover{
  
}
.foot-record{
  padding-left: 60px;
  padding-bottom: 20px;
}
.foot-record>p{
  background-color: #0A3AA7;
  padding: 16px 12px;
}
.foot-record>p{
  margin-bottom: 12px;
  border-radius: 16px;
  margin-right: 24px;
}
.foot-record>p a{
  color: #fff;
  font-size: 32px;
  display: inline-block;
  text-align: center;
}
.foot-record>p a>span{
  display: block;
  font-size: 12px;
  margin-top: 12px;
}
.copyright{
  text-align: center;
  line-height: 80px;
  background-color: #ccc;
}
.copyright a{
  color: #333;
}
/* 首页主体 */
.index-main{
  padding-bottom: 64px;
}
.index-main>div{
  padding-top: 64px;
}
.index-row-1{
  justify-content: space-between;
}
.index-row-1>div{
  width: 308px;
}
.column-head{
  width: 308px;
  height: 222px;
  background: url(../img/column.png)no-repeat left;
  padding-top: 6px;
  margin-bottom: 10px;
}
.column-head>p{
  height: 43px;
  padding-left: 60px;
}
.column-head>p>span:first-child{
  color: #fff;
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.column-head>div{
  padding-left: 6px;
  font-size: 0;
}
.column-head>div>img{
  border-radius: 27px 0 0 0;
  width: 302px;
  height: 173px;
}
.column-body-card1{
  border-left: 6px solid #0A3AA7;
}
.column-body-card1{
  height: 366px;
  padding: 16px;
  padding-top: 40px;
  box-shadow: 0 0 5px 1px #ccc;
}
.column-body-card1>p:first-child{
  margin-bottom: 26px;
}
.column-body-card1>p>select{
  border: 1px solid #ddd;
  outline: none;
  cursor: pointer;
  padding: 8px 12px;
}
.column-body-card1>p>select:first-child{
  border-right: none;
  border-radius: 4px 0 0 4px;
  width: 90px;
}
.column-body-card1>p>select:last-child{
  border-radius: 0 4px 4px 0;
  width: 180px;
}
.column-body-card1>button{
  width: 100%;
  color: #fff;
  background-color: #2B6B8E;
  border: none;
  outline: none;
  padding: 10px 0;
  border-radius: 4px;
  margin: 32px 0;
  cursor: pointer;
}
.column-body-card1>div{
  height: 102px;
  border: 1px solid #2B6B8E;
  padding: 12px;
  border-radius: 8px;
}
.column-body-list{
  height: 366px;
  overflow: hidden;
}
.column-body-list>.contentlist{
  background-color: #f5f5f5;
  /* box-shadow: 0 0 5px 1px #ccc; */
}
.column-body-list>.contentlist li{
  border-left: 6px solid #0A3AA7;
  margin-bottom: 6px;
}
.column-body-list>.contentlist li>div{
  flex-grow: 1;
  padding: 7px 12px;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 56px;
}
.column-body-list>.contentlist li>div>p{
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.column-body-list>.contentlist li>p{
  background-color: #3DA9B0;
  color: #fff;
  width: 56px;
  text-align: center;
  line-height: 56px;
}
.column-body-list>.contentlist li:hover>div{
  background-color: #eee;
  overflow: hidden;
}
.column-body-list>.contentlist li:hover>div>p{
  overflow: unset;
  text-overflow: unset;
  animation: roll-x 10s linear 0.3s backwards;
}
@keyframes roll-x {
  0%{}
  100%{transform: translateX(-300%);}
}
.column-body-list>.categorylist{
  background-color: #f5f5f5;
  /* box-shadow: 0 0 5px 1px #ccc; */
}
.categorylist.c-lv2-hidden{
  display: none;
}
.column-body-list>.categorylist li{
  border-left: 6px solid #0A3AA7;
  margin-bottom: 6px;
}
.column-body-list>.categorylist li>div{
  flex-grow: 1;
  padding: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  height: 56px;
}
.column-body-list>.categorylist li:hover>div{
  background-color: #eee;
}
.column-body-list>.categorylist li>p{
  background-color: #3DA9B0;
  color: #fff;
  width: 56px;
  text-align: center;
  line-height: 56px;
}
.column-body-list>.categorylist li>div>p{
  line-height: 54px;
  padding-left: 12px;
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.empty-li>div{
  border-right: 1px solid #eee;
}
.col-blue{
  background-color: #2B6B8E !important;
}
.col-yellow{
  background-color: #f5c500 !important;
}
.col-blue-deep{
  background-color: #446189 !important;
}
.col-color-1{
  background-color: #009C94 !important;
}
.col-color-2{
  background-color: #04D4E1 !important;
}
.col-color-3{
  background-color: #AECFAF !important;
}
.col-color-4{
  background-color: #35A8CA !important;
}
/* 一级栏目页 */
.category{
  padding-top: 24px;
  padding-bottom: 80px;
}
.banner{
  height: 540px;
}
.banner-lv2{
  height: 400px;
}
.category-ul{
  width: 1344px;
  flex-wrap: wrap;
  transform: translateX(-12px);
}
.category-ul>li{
  width: 308px;
  margin: 40px 14px;
}
.categorylist>li{
  cursor: pointer;
}
.contentlist>li{
  cursor: pointer;
}
/* 文章列表页 */
.list-doc{
  min-height: 500px;
}
.list-doc>div{
  justify-content: space-between;
  padding: 40px 0;
}
.list-doc>div>div:last-child{
  width: 1020px;
}
.list-doc-l{
  width: 240px;
}
.list-doc-l>a{
  display: block;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  background-color: #0A3AA7;
}
.list-doc-l>ul>li{
  margin-bottom: 2px;
}
.list-doc-l>ul>li>a{
  display: block;
  padding: 8px 12px;
  text-align: center;
  color: #fff;
  background-color: #0A3AA7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-doc-l>ul>li.active>a{
  background-color: #009C94;
}
.list-doc-r img{
  max-width: 95%;
}
.list-doc-r li{
  border-top: 1px solid #eee;
  padding: 16px;
  cursor: pointer;
}
.list-doc-r li:hover{
  background-color: #f1f1f1;
}
.list-doc-r li:last-child{
  border-bottom: 1px solid #eee;
}
.list-doc-r li>h3{
  white-space: nowrap;
  overflow: hidden;
}
.list-doc-r li>p{
  padding: 6px 0 12px 0;
}
.list-doc-r li>div{
  line-height: 1.5em;
  overflow: hidden;
  max-height: 42px;
}
.pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.pagination>a{
  display: block;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 8px;
  color: #333;
  background-color: #f1f1f1;
}
.pagination a.active{
  color: #fff;
  background-color: #0A3AA7;
}
.list-doc-r-img li{
  border-top: 1px solid #eee;
  padding: 16px 0;
  cursor: pointer;
}
.list-doc-r-img li:hover{
  background-color: #f1f1f1;
}
.list-doc-r-img li:last-child{
  border-bottom: 1px solid #eee;
}
.list-doc-r-img li>p{
  width: 197px;
  height: 133px;
  min-width: 197px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list-doc-r-img li>p img{
  max-width: 100%;
  max-height: 100%;
}
.list-doc-r-img li>div{
  padding-left: 16px;
  width: 823px;
}
.list-doc-r-img li>div>h3{
  white-space: nowrap;
  overflow: hidden;
}
.list-doc-r-img li>div>p{
  padding: 6px 0 12px 0;
  display: flex;
  align-items: center;
}
.list-doc-r-img li>div>div{
  line-height: 1.5em;
  max-height: 42px;
  overflow: hidden;
}
/* 内容相关 */
.article-r{
  padding-bottom: 40px;
}
.article-r>div{
  line-height: 1.8em;
}
.article-r>div img{
  max-width: 95%;
  height: auto;
}
.article-r>h3{
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.article-r>p{
  text-align: center;
  padding: 16px 0 40px 0;
}
/* 图片列表 */
.list-pic-r>ul{
  flex-wrap: wrap;
}
.list-pic-r li{
  width: 33.3333%;
  padding: 6px;
}
.list-pic-r li>div{
  background-color: #f1f1f1;
  padding: 16px;
  cursor: pointer;
}
.list-pic-r li>div>p{
  height: 217px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list-pic-r li>div>p img{
  max-width: 100%;
  max-height: 100%;
}
.list-pic-r li>div>div>span{
  display: block;
  text-align: center;
  padding-top: 12px;
  height: 54px;
  overflow: hidden;
}
.list-pic-r li>div>div>p{
  text-align: center;
  padding-top: 8px;
  height: 27px;
}
/* 查询框 */
.dialog-mask{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0.7;
  background-color: #000;
}
.dialog{
  display: none;
  position: fixed;
  z-index: 120;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 600px;
  height: 300px;
  border-radius: 24px;
  background-color: #f1f1f1;
}
.dialog>.dia-title{
  text-align: center;
  font-size: 24px;
  padding-top: 24px;
  color: #666;
}
.dia-info{
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dia-info>h2{
  text-align: center;
  font-size: 24px;
  padding: 24px;
}
.dia-info>p{
  text-align: center;
}
.dia-info>p>span{
  color: #666;
}
.dia-info>p>b{
  color: #D71E06;
  font-size: 32px;
}
.dialog>div:last-child{
  text-align: right;
  padding-right: 40px;
  margin-top: 24px;
}
.dialog>div:last-child span{
  display: inline-block;
  background-color: #D71E06;
  color: #fff;
  padding: 8px 24px;
  border-radius: 10px;
  cursor: pointer;
}
.dialog-show{
  display: block;
}
/* 大事记 */
.historyscroll{
  width: 1020px;
  margin-bottom: 40px;
}
.historyscroll>.prev,.historyscroll>.next{
  padding: 4px 8px 8px 8px;
  border: 1px solid #eee;
  cursor: pointer;
}
.scrollList{
  width: 900px;
  position: relative;
  overflow: hidden;
}
.scrollList>ul{
  display: flex;
  border-bottom: 1px solid #eee;
  position: relative;
}
.scrollList>ul>li{
  width: 180px;
  min-width: 180px;
  cursor: pointer;
  text-align: center;
  border-bottom: 4px solid #fff;
  padding: 12px 0;
  font-size: 24px;
}
.scrollList>ul>li.current{
  border-bottom: 4px solid #D71E06;
}
.history_content li{
  line-height: 1.8em;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
.history_content li:last-child{
  border-bottom: none;
}
/* 留言板 */
.message-list{
  border-top: 8px solid #D71E06;
  border-bottom: 8px solid #D71E06;
  padding-bottom: 32px;
}
.message-list>ul>li{
  line-height: 1.5em;
  padding: 12px 0;
  border-bottom: 4px solid #eee;
}
.message-list>ul>li>div:first-child{
  margin-bottom: 12px;
}
.message-list>ul>li b{
  min-width: 50px;
}
.message-list>ul>li:last-child{
  border-bottom: none;
}
.message_body{
  padding-top: 24px;
}
.message-form>.form-row{
  display: flex;
  line-height: 36px;
  margin-bottom: 12px;
}
.message-form>.form-row input{
  outline: none;
  border: 1px solid #eee;
  padding: 0 12px;
  margin-left: 12px;
}
.message-form>.form-row textarea{
  outline: none;
  border: 1px solid #eee;
  padding: 12px;
  margin-left: 12px;
}
.form-row.mess-submit{
  align-items: center;
  padding-left: 76px;
}
.form-row.mess-submit>button{
  margin-right: 32px;
  cursor: pointer;
}
/* 合作伙伴 */
.list-pic-r-partner>ul{
  width: 1050px;
  transform: translateX(-10px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-pic-r-partner>ul>li{
  width: 240px;
  margin: 10px 10px;
  height: 240px;
  box-shadow: 0 0 2px 1px #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list-pic-r-partner>ul>li img{
  max-width: 220px;
  height: auto;
  max-height: 220px;
}
.float-img{
  position: absolute;
  top: 100px;
  z-index: 80;
}
.float-img>div{
  position: absolute;
  cursor: pointer;
  animation: move-img 15s linear infinite alternate;
}
.float-img>div:hover{
  animation-play-state: paused;
}
.float-img>div img{
  width: 360px !important;
  height: 180px !important;
}
.float-img>div>div{
  position: absolute;
  padding: 4px 8px;
  top: 0px;
  right: -26px;
  color: #fff;
  background-color: #333;
}
@keyframes move-img {
  0%{left: 1260px;top: 60px;}
  100%{left:60px; top:500px;}
}