/*------------ style -----------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {}

body {
  word-break: break-all;
  font: 12px/1.5 'microsoft yahei', 'simsun', sans-serif, tahoma, arial, 'Hiragino Sans GB', sans-serif;
  background: #fafafa;
}

button,
img,
em {
  border: 0;
}

img {
  vertical-align: middle;
}

li,
ul {
  list-style: none;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

input,
textarea {
  outline: none;
}

em,
i {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

label {
  display: block;
}

select,
input {
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
}

.f16 {
  font-size: 16px;
}

.f14 {
  font-size: 14px;
}

/*------------ class -----------------*/
.clearfix {
  display: inline-table
}

*html .clearfix {
  height: 1%
}

*+html .clearfix {
  min-height: 1%
}

.clearfix {
  display: block
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.auto-0 {
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

.ell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cursor {
  cursor: pointer;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.w100 {
  width: 100%;
}

.hide {
  display: none;
}

.allWidth {
  width: 1140px;
  padding: 0 20px;
  margin: 0px auto;
}

/* 头部 */
.head {
  height: 34px;
  line-height: 34px;
  background: #016DB6;
  color: #fff;
  overflow: hidden;
}


.head_left .text {
  font-size: 12px;
  color: #fff;
  opacity: .7;
}

.head_right a {
  padding: 0 6px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  height: 14px;
  line-height: 14px;
  border-left: 1px solid #fff;
  opacity: .7;

}

.head_right a:first-child {
  border: none;
}

.head_right a:hover {
  color: #ddd
}
.waistline{
margin-bottom:30px
}
.waistline img{
width:100%;
}
.search {
  position: relative;
  height: 30px;
  width: 260px;
  border: 1px solid #016DB6;
  margin-top: 35px;
  border-radius: 6px;
}



.search input {
  height: 27px;
  line-height: 35px;
  width: 228px;
  padding: 0 9px;
  /* background: none;
  border: none;
  color: #ddd; */
}

.search-btn {
  position: absolute;
    right: 0px;
    top: 0;
    font-size: 14px;
    /* background: url(../images/search.png) no-repeat center center; */
    height: 29px;
    width: 30px;
    border: none;
    background: #016db6;
    border-radius: 0 5px 5px 0;
}
.search-btn button{
  height: 29px;
  width: 30px;
    background: url(../images/search.png) no-repeat center center;
    
}


/* head-logo */
.head-bg {
  background: #fff;
  height: 100px;
  overflow: hidden;
}

.logo {
  float: left;
  margin-top: 9px;
  width: 365px;
  height: 82px;
}
.side {

  margin-top: 5px;
}

.depart-name{
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4C4C4C;
  line-height: 100px;
  margin-left: 26px;
}
.depart-name span{
  display: inline-block;
  width: 2px;
  height: 26px;
  background: #82A6A1;
  margin-top: 37px;
  margin-right: 26px;
}

/* nav_index */

.nav {
  height: 50px;
  line-height: 50px;
  background: #016DB6;
  /* overflow: hidden; */
}
.navbar_ul{
  display: flex;
  justify-content: space-between;
}
.navbar_ul li {
  width: 120px;
  float: left;
  font-size: 16px;
  position: relative;
}

.navbar_ul li:last-child {
  border-bottom: none !important;
}

.navbar_ul li a {
  display: block;
}

.navbar_ul>li>a {
  color: #fff;
  opacity: 1;
}

.navbar_ul>li>a:hover {
  background: #208fda;
}

.navbar_ul>li a.action {
  color: #fff;
  background: #208fda;
  opacity: 1;
}

.navbar_ul>li:hover {
  background: #208fda;
  opacity: 1;
}

.navbar_ul>li a.action>.arrow_em {
  width: 13px;
  height: 7px;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: 0;
}

.navbar_ul li:hover .menu {
  display: block;
}

.navbar_ul li .menu {
  background: #fff;
  z-index: 9;
  width: 100%;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
}

.navbar_ul li .menu>li {
  margin: 0;
  line-height: 26px;
  width:100%;
  border-bottom: 1px dotted #ccc;
}

.navbar_ul li .menu>li a {
  font-size: 16px;
  color: #333;
  padding: 10px 0;
}

.navbar_ul li .menu>li:hover>a {
  color: #fff;
  background: #208fda
}

.navbar_ul li .menu>li>.menu-three>li {
  line-height: 45px;
}

.navbar_ul li .menu>li>.menu-three>li:hover>a {
  color: #208fda;
}

.navbar_ul>li .menu>li>.menu-three {
  position: absolute;
  top: 0;
  left: 120px;
  display: none;
  background: rgba(255, 255, 255, .8);
}

/* banner */
.banner-box {
  position: relative;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  background: #ccc;
}

.banner-box .prev,
.banner-box .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.banner-box .prev:hover,
.banner-box .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.whitebg{
  background: #fff;
}
.banner-box .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.hd.banner-hd {
  position: absolute;
  bottom: 75px;
  width: 520px;
  right: 0px;
}

.picFocus .hd.banner-hd ul li img {
  width: 82px;
  height: 50px;
  cursor: pointer;
  margin-right: 10px;
  border: 3px solid #fff;
  border-radius: 3px;
}

.picFocus .hd.banner-hd ul li.on img {
  border-color: #e9be46;
}

.hd.banner-hd>ul {
  width: 515px;
  margin: 0 auto;
}

.hd.banner-hd>a.prev {
  top: 26px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=100);
  opacity: 1;
  transform: scale(.7);
  left: -35px;
}

.hd.banner-hd>a.next {
  top: 26px;
  background: url(../images/slider-arrow.png) 8px 5px no-repeat;
  filter: alpha(opacity=100);
  opacity: 1;
  transform: scale(.7);
  right: 32px;
}

.picFocus {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
}


.picFocus .hd ul {
  height: 50px;
  overflow: hidden;
  zoom: 1;
}

.picFocus .hd ul li {
  float: left;
  text-align: center;
}

.picFocus .hd ul li img {
  width: 106px;
  height: 63px;
  cursor: pointer;
  margin-right: 24px;
}

.picFocus .bd li {
  vertical-align: middle;
}

.picFocus .bd img {
  width: 100%;
  display: block;
  height: 430px;
}

/* banner-btn */
.picFocus .prev,
.picFocus .next {
  background: red;
  position: absolute;
  left: 3%;
  top: 112px;
  margin-top: -25px;
  display: block;
  width: 31px;
  height: 44px;
  background: url(../images/slider-arrow.png) 0 0 no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.picFocus .next {
  left: auto;
  right: 3%;
  background-position: -31px 0;
}

.picFocus .prev:hover,
.picFocus .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.picFocus .prevStop {
  display: none;
}

.picFocus .nextStop {
  display: none;
}

/* footer */
.footer {
  padding: 20px 0;
  background: #016DB6;
  width: 100%;
  height: 130px;
}

.footer-fl {
  width: 880px;
  float: left;
}

.footer-fr {
  float: right;
}

.f_link {
  margin-bottom: 17px;
  width: 810px;
}

.f_link {
  margin-right: -18px;
  float: left;
}

.f_link select {
  width: 180px;
  height: 25px;
  margin-right: 18px;
  color: #666;
  border: none;
  background: #fff;
  text-align: center;
}

.f_link span {
  width: 100px;
  display: inline-block;
}

.footer .youqing {
  width: 56px;
  height: 12px;
  overflow-wrap: break-word;
  color: #fff;
  font-size: 12px;

  white-space: nowrap;
  line-height: 12px;
  margin-top: 7px;
  float: left;
}

.friendly-link div {
  float: left;
}

.erweima {
  margin-right: 20px;
  position: relative;
}

.erweima img {
  width: 65px;
  height: 65px;
  margin-bottom: 4px;
}

.erweima .fr span {
  display: block;
  margin-top: 5px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.weixin_con {
  width: 100%;
  height: 100%;

  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  display: none;
}

.weixin_con img {
  width: 280px;
  height: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -140px;
  margin-top: -140px;
}

.footer .txt,
.footer .txt a {
  color: #fff;
  display: inline-block;
  line-height: 24px;
}

.footer .txt {
  margin-top: 6px;
}

.footer .txt .arrc {
  float: left;
}

.footer .a {
  margin-right: 26px;
  float: left;
  margin-top: 15px;
}

.footer .txt {
  width: 773px;
  float: left;
}

.footer .txt .icon-p {
  overflow: hidden;
}

/* contents-box */
.one-floor{
  overflow: hidden;
  padding: 40px 20px 30px 20px;
}
.two-floor, .three-floor{
  overflow: hidden;
  padding-bottom: 30px;
}
.one-left{
  width: 725px;
  margin-right: 20px;
}
.one-right{
  width: 355px;
}
.title-one{
  width: 100%;
  height: 40px;
  background: #f9f9f9;
  border: 1px solid #DCDCDC;
  position: relative;
  padding: 0 10px 0 0;
  color: #666666;
}
.title-one::before{
  display: inline-block;
  width: 10px;
  height: 40px;
  background: #016DB6;
  content: "";
  vertical-align: top;
  margin-top: -1px;
  margin-left: -1px;
}
.marginright{
  margin-right: 18px;
}
.title-name{
  font-weight: 400;
  font-size: 16px;
 
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  margin-top: 0;
  margin-left: 14px;
}

.title-btn{
  line-height: 40px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  cursor: pointer;
}
.title-btn a{
  color:#A8A8A8
}
.title-btn2 a{
  color:#fff
}
.title-two{
  width: 100%;
  background-color: #016DB6;
  height: 40px;
  color: #fff;
  padding: 0 10px 0 0;
}
.contents-box .slideBox {
  width: 286px;
  height: 192px;
  float: left;
  position: relative;
  margin-right: 25px;
  margin-top: 20px;
  overflow: hidden;
}

.contents-box .slideBox img {
  width: 286px;
  height: 192px;
  transition: all .6s;-moz-transition: all .6s;-webkit-transition: all .6s;-o-transition: all .6s;
}
.contents-box .slideBox img:hover{transform: scale(1.05);-ms-transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05);}
.contents-box .slideBox li span {
  display: block;
  width: 100%;
  color: #fff;
  background:rgba(0,0,0,0.6);
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-indent: 10px;
}
.contents-box .slideBox li span p{
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slideBox2 .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.slideBox2 .hd ul {
  overflow: hidden;
  zoom: 1;
}

.slideBox2 .hd ul li {
  float: left;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}

.slideBox2 .hd ul li.on {
  background: #016DB6;
  border: 2px solid #fff;
}
/* 列表 */
.news{
  width: 410px;
  margin-top: 6px;
}
.notice{
  margin-top: 6px;
  width: 350px;
}
.trisection{
  width: 354px;
  margin-top:10px;
}
.news .action-list ul li a {
  width: 360px;
}
.notice .action-list ul li a {
  width: 290px;
}
.trisection .action-list ul li a {
  width: 295px;
}
.two-left{
  width: 354px;
}
.action-list{
 width: 100%;
}

.action-list ul li {
  line-height: 36px;
  overflow: hidden;
}

.action-list ul li a {
  color: #333;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.action-list ul li a:hover {
  color: #016DB6;
}
.action-list ul li i {
  font-size: 8px;
  float: left;
  margin: 2px 5px 0 0;
  color: #a7a8a8;
}

.action-list ul li span {
  float: right;
  color: #A8A8A8;
  font-size: 14px;
}
.action-list ul li strong span {
  float: none;
}


.action-list .ul table {
  width: 100%;
}

.action-list .ul table td {
  line-height: 42px;
}

/*-- channel --*/
.page_con .allWidth{margin: 0 auto;min-height: 600px;padding:20px}
.left_page{width: 250px;}
.left_page .page_title{line-height: 40px; padding: 20px 0; background: #016DB6; font-size: 28px; color: #fff; letter-spacing: 2px;}
.left_page ul li{background: #e0e8f9;line-height: 30px;}
.left_page ul li a{color: #4d4d4d; font-size: 16px;display: block; margin-top: 6px;padding: 10px 25px;}
.left_page ul li a.normal,.left_page ul li a:hover{background: #016DB6;color: #fff;}
.right_page{width: 825px; margin-top: 40px;}
.right_page .address{line-height: 22px;padding: 9px 0;color: #4d4d4d;border-bottom: 2px solid #e1e1e1;}
.right_page .address .add_title{font-size: 20px; color: #016DB6;font-weight: bold;}
.right_page .address .local a{color:#016DB6;display:inline-block;}
.page_list{margin: 10px 0;}
.page_list li{overflow: hidden;height: 50px;line-height: 50px;color: #666;font-size: 14px;border-bottom: 1px dashed #b7b7b7;}
.page_list li a{color: #242424;width:76%;}
.page_list li a:hover{color: #016DB6}

.images_channel li{width: 200px;height: 180px;margin: 13px;overflow: hidden;border: 1px solid #e6e6e6;}
.images_channel li div img{width: 100%;max-height: 140px;}
.images_channel li p{line-height: 40px;font-size: 14px;color: #666;}
.images_channel li:hover{box-shadow: 0 0 6px #ddd;}
.images_channel li:hover p{color:#016DB6}

/* -- paging -- */
.page_num{margin: 30px 0;font-size: 14px;color: #666;overflow: hidden;}
.page_num .page{display: inline-block;margin: auto;}
.page_num .page >li{padding: 5px 8px;float: left;background: #e8e8e8;margin: 2px 5px;}
.page_num .page >li > a{color: #016DB6;background: #e8e8e8;}
.page_num .page .pageBtn{background: none;padding: 0;margin: 0;}
.page_num .page .pageBtn a{padding: 5px 11px;margin: 2px 5px;float: left;}
.page_num .page .pageBtn a.active{background:#016DB6;color: #fff;}
.page_num .page li span{color: #016DB6;}


/*-- content --*/
.con_text{color: #666;padding:0 16px;}
.con_text .tit h4{color: #016DB6;font-size: 18px;line-height: 28px;margin: 30px 0 10px;}
.con_text .tit p{line-height: 20px; color: #a8a8a8; font-size: 14px;}
.con_text .tit p span{display:inline-block !important;}
.con_text .text{margin-top: 20px; line-height: 26px; font-size: 16px;}
.con_text .text a{}
.con_text .text img{max-width: 100%;height:auto !important;}
.con_text .text li, .con_text .text ul {list-style: auto;}
.con_text .text .embed{margin: 0 auto; width: 640px;}
.text_next{margin: 30px 0;line-height: 30px;font-size: 14px;border-top: 1px solid #ddd;padding-top: 10px;}
.text_next a{color: #666;display: inline;}
.text_next a:hover{color: #016DB6}

.five-floor{
        padding-bottom: 30px !important;
    }
    .link-box{
      overflow: hidden;
      width: calc(100% + 20px);
    }
    .link-box li {
    float: left;
    display: block;
    width:129px;
    margin-top: 20px;
    height: 100px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.link-box li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.link-box li img{
   width: 60px;
   height: 60px;
   border-radius: 50%;
   text-align: center;
   margin-top: 10px;
 
    transition: all 0.5s ease-out;
}
.link-box li:hover img{-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.link-box li p{
  width: 80%;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px
 auto 0 auto;
}

