@charset "utf-8";
input::-webkit-input-placeholder{color: #cccccc;}
a:hover{color:#4675bd;}

/*layout*/
.body_bg{background: #f2f3f5;}
.container{ width:1280px; margin:0 auto; clear:both;}
.container:after {clear: both;}
.container:after, .container:before {display:table; content: "";}
.mb{margin-bottom: 30px;}
.fl{float: left;}
.fr{float: right;}
.container > .mainbox{position: relative; padding:25px; background: #fff;}
.innerbox{overflow:hidden;}

/*common*/
.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}
.clear{clear:both;}
.transition, .transition a{-webkit-transition:300ms; -moz-transition:300ms; -o-transition:300ms; transition:300ms;}
.imgscale{overflow: hidden;}
.imgscale a img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgscale a:hover img{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}
.ellipsis_single{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; }
/* 多行省略号 */
.ellipsis_multi{display: -webkit-box; overflow: hidden;	white-space: normal; text-overflow: ellipsis;	-webkit-line-clamp: 2; -webkit-box-orient: vertical;	word-break: break-all;}

.header {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0; }
  .header .search {
    overflow: hidden;
    width: 314px;
    height: 36px;
    position: relative;
    border-radius: 40px;
    border: 1px solid #5598CF;
    font-size: 12px;
    display: flex;
    padding-left: 12px;
    align-items: center; }
    .header .search img {
      width: 15px; }
    .header .search input {
      width: 80%;
      height: 100%;
      border: none;
      outline: none;
      background: none;
      font-size: 14px;
      color: #1F68A3;
      padding-left: 6px; }
      .header .search input::placeholder {
        color: #1F68A3; }
    .header .search .btn {
      overflow: hidden;
      width: 70px;
      height: 100%;
      background: #015293;
      border-radius: 40px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      z-index: 99;
      color: #fff;
      position: absolute;
      right: 0;
      top: 0; }
  .header .fl {
    display: flex;
    align-items: center; }
    .header .fl div {
      overflow: hidden;
      width: 107px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      color: #015293;
      border-radius: 40px;
      border: 1px solid #015293; }
    .header .fl ul {
      display: flex;
      align-items: center;
      margin-left: 6px; }
      .header .fl ul li {
        cursor: pointer; }
        .header .fl ul li a {
          color: #1F68A3;
          font-size: 16px;
          padding: 0 17px;
          display: block;
          box-sizing: border-box;
          position: relative; }
          .header .fl ul li a::after {
            content: '';
            width: 1px;
            height: 15px;
            background: #1F68A3;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
        .header .fl ul li:last-child a::after {
          display: none; }

.banner {
  overflow: hidden;
  width: 100%;
  height: 310px;
  background: linear-gradient(180deg, #52adf7 0%, rgba(255, 255, 255, 0.01) 100%); }
  .banner .m {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px; }
    .banner .m .logo {
      overflow: hidden;
      display: flex;
      align-items: center;
      margin-top: 84px; }
      .banner .m .logo img {
        display: block;
        width: 109px; }
      .banner .m .logo div {
        overflow: hidden;
        margin-left: 14px; }
        .banner .m .logo div p {
          font-size: 46px;
          font-weight: bold;
          font-family: "songti";
          line-height: 67px;
          margin-bottom: 4px;
          color: #C2392F; }
        .banner .m .logo div span {
          display: block;
          font-size: 21px;
          color: #C2392F; }

.footer {
  overflow: hidden;
  width: 100%;
  background: #015293; }
  .footer div.m {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .footer div.m .fl {
      display: flex;
      align-items: center; }
      .footer div.m .fl img {
        display: block;
        width: 80px; }
      .footer div.m .fl div {
        overflow: hidden;
        margin-left: 20px; }
        .footer div.m .fl div p {
          font-size: 16px;
          color: #A1CCF0;
          line-height: 30px; }
    .footer div.m .code {
      overflow: hidden; }
      .footer div.m .code div {
        overflow: hidden;
        width: 85px;
        background: #fff;
        margin: 0 auto;
        padding: 6px; }
        .footer div.m .code div img {
          display: block;
          width: 100%; }
      .footer div.m .code span {
        display: block;
        text-align: center;
        font-size: 12px;
        margin-top: 5px;
        line-height: 18px;
        color: #6BA6D6; }
  .footer .t {
    width: 100%;
    height: 50px;
    background: #014280; }
    .footer .t .m {
      width: 1200px;
      margin: 0 auto;
      height: 100%;
      display: flex;
      align-items: center; }
      .footer .t .m li {
        width: 25%;
        height: 100%;
        position: relative; }
        .footer .t .m li::after {
          content: '';
          width: 1px;
          height: 18px;
          background: #E8E8E8;
          opacity: 0.2;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
        .footer .t .m li:last-child::after {
          display: none; }
        .footer .t .m li a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          font-size: 18px;
          color: #D0E4F5; }

@media (max-width: 1400px) {
  .m {
    width: 95% !important; } }
@media (max-width: 1200px) {
  .m {
    width: 95% !important; }

  .footer .t .m li a {
    font-size: 16px; } }
@media (max-width: 1000px) {
  .m {
    width: 100% !important;
    padding: 0 .3rem; }

  .banner .m .header {
    width: 100%;
    height: 1.1rem;
    position: fixed;
    left: 0;
    z-index: 99999;
    transition: all .3s;
    top: 0;
    padding: 0 .3rem; }
    .banner .m .header.on {
      background: #fff; }

  .banner .m .logo {
    display: block;
    margin-top: 1.8rem; }

  .footer .t {
    height: auto; }

  .footer .t .m {
    flex-wrap: wrap; }

  .footer .t .m li {
    width: 50%; }
    .footer .t .m li a {
      font-size: .24rem;
      line-height: .66rem; }

  .footer .t .m li:nth-child(2n)::after {
    display: none; }

  .footer div.m {
    display: block;
    width: 100%;
    padding: .5rem .3rem !important; }

  .footer div.m .fl {
    float: none;
    display: block; }

  .footer div.m .code {
    margin-top: .6rem; }

  .footer div.m .code div {
    width: 1.6rem; }

  .footer div.m .code span {
    font-size: .22rem; }

  .footer div.m .fl img {
    width: 1.6rem;
    margin: 0 auto; }

  .footer div.m .fl div {
    margin: 0;
    width: 100%; }

  .footer div.m .fl div p {
    font-size: .24rem;
    line-height: 1.66; }

  .banner .m .logo img {
    width: 1.6rem;
    margin: 0 auto; }

  .banner .m .logo div {
    margin: 0;
    width: 100%;
    margin-top: .3rem; }

  .banner .m .logo div p {
    font-size: .35rem;
    text-align: center;
    line-height: 1.01; }

  .banner {
    height: 5.6rem; }

  .banner .m .logo div span {
    font-size: .24rem;
    text-align: center;
    line-height: 1.66; }

  .banner .m .header .fl {
    display: none; }

  .banner .m .header .search {
    width: 70%;
    height: .7rem; }

  .banner .m .header .search img {
    width: .25rem; }

  .banner .m .header .search input {
    font-size: .26rem; }

  .banner .m .header .search .btn {
    width: 1.3rem;
    font-size: .28rem;
    height: .7rem; }

  .footer .t .m li a {
    font-size: .22rem !important; }

  .menu {
    width: .5rem;
    position: absolute;
    right: .3rem;
    top: .3rem;
    z-index: 999;
    display: block; }

  .mobile_navbar {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    display: none; }

  .mobile_navbar .box {
    width: 70%;
    position: absolute;
    right: -70%;
    top: 0;
    overflow: auto;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

  .mobile_navbar .box ul {
    overflow: hidden; }

  .mobile_navbar .box ul li {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ECECEC; }

  .mobile_navbar .box ul li > a {
    display: flex;
    align-items: center;
    height: 100%;
    height: .9rem;
    padding-right: .2rem;
    padding-left: .3rem;
    font-size: .28rem;
    color: #333;
    justify-content: space-between; }

  .mobile_navbar .box ul li > a.on img {
    transform: rotate(90deg); }

  .mobile_navbar .box ul li > a img {
    transition: all .2s; }

  .childer {
    overflow: hidden;
    padding-left: .3rem;
    display: none; }

  .childer a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ECECEC;
    height: 100%;
    height: .9rem;
    padding-left: .5rem;
    font-size: .26rem;
    color: #333; }

  .mobile_navbar .box ul li div {
    display: none; }

  .mobile_navbar .box ul li div a {
    display: flex;
    align-items: center;
    height: 1rem;
    padding-left: .6rem;
    color: #9D9EA5;
    font-size: .28rem; }

  .mobile_navbar .box > img {
    width: .4rem;
    margin: .3rem;
    float: right; }

  .childer a:last-child {
    border: none; }

  .menu {
    position: absolute;
    display: block !important; } }

/*# sourceMappingURL=header.css.map */


.mainnav{position: relative; z-index: 9; height: 64px; background: #4675bd;}
.mainnav li{float: left; position: relative; width: 16.666667%;}
.mainnav li a{display:block; line-height: 64px; font-size: 1.25em; text-align:center;}
.mainnav li span{position: relative; display: inline-block; font-weight: bold; color: #c7ddfd; transition: .3s;}
.mainnav li span:after{content:''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: #fff; vertical-align: middle; opacity: 0; transition: width .3s;}
.mainnav li:hover span, .mainnav li.on span{color: #fff;}
.mainnav li:hover span:after, .mainnav li.on span:after{width: 100%; opacity: 1;}



/* crumb */
.crumb h2{ padding:25px 20px 25px 55px; line-height: 20px; font-size:1em; font-weight: normal; background: url(../images/icon_position.png) no-repeat 25px center;}
.crumb a:hover{color: #4675bd;}
.crumb span{color: #4675bd;}
.crumb.gray{padding-top: 5px; background: #f5f5f5;}
.crumb.gray h2{padding: 15px 15px 15px 30px; background-position: 0 center;}

/* common_title */
.common_title h3{position:relative; display: inline-block; font-size:1.25em; font-weight:bold; color:#333;}
.common_title h3 a{color:#333;}
.common_title h3 a:hover{color:#4675bd;}
.common_title.grain h3:before{position:absolute; top:50%; left:0; content:""; width:4px; height:16px; margin-top:-7px; background-color:#0557ac;}
.common_title.grain h3{padding-left:20px;}
.common_title.grain.orange h3:before{background: #ee5e37;}
.common_title.brief h3{padding-bottom: 18px;}
.common_title.brief h3:after{position:absolute; bottom: 0; left:0; content:""; width:100%; height:3px; background-color:#4675bd;}
.common_title.fs28 h3{font-size: 1.75em;}


/* newslist */
.newslist{clear: both;}
.newslist li h4{position:relative; padding:7px 0; font-size: 1em; font-weight: normal; line-height:26px; overflow:hidden; vertical-align:top;}
.newslist li .time{position:absolute; right:0; top: 50%; margin-top: -13px; color:#999999;}
.newslist li a{float:left; max-width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.newslist li a br{display: none;}
.newslist.MM-dd li h4{padding-right:60px;}
.newslist.yyyy-MM-dd li h4{padding-right:100px;}
.newslist.twoCol li{float: left; width: 50%;}
.newslist.twoCol{margin: 0 -15px;}
.newslist.twoCol li h4{margin: 0 15px;}
.newslist.dot li h4{padding-left: 18px;}
.newslist.dot li h4:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2px; width: 5px; height: 5px; background: #666; border-radius: 50%;}
.newslist.dot.blue li h4:before{background: #1573db;}
.newslist.line li{border-bottom: 1px solid #e1e5eb;}
.newslist.line li h4{padding-top: 14px; padding-bottom: 14px;}
.newslist.dot li:hover h4:before{background: #ea2b22;}
.newslist.dot li:hover a{color: #ea2b22;}

/*pagediv*/
.pagediv{padding:20px 0 0; font-size:14px; color:#333; line-height:28px; clear:both;}
.pagediv li{display: inline-block;}
.pagediv .arrow a{color: #333;}
.pagediv .total_count,
.pagediv .arrow a,
.pagediv .arrow span,
.page_jump a{display: inline-block; padding:0 10px; margin:4px; zoom:1; border:#dfdfdf 1px solid; border-radius:3px; 
}
.pagediv  #page_input{width:40px; height:28px; color:#888; text-align:center; border:#dfdfdf 1px solid; border-radius:3px; background:#fff;}
.pagediv .total_count,
.pagediv .arrow a,
.page_jump a{
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f5f6f7;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagediv .arrow span{background: #f5f5f5; color: #999;}
.pagediv .arrow a:hover,
.page_jump a:hover,
.pagediv .arrow .current{background:#4675bd; border-color:#4675bd; color:#fff; text-decoration:none;}
.pagediv .arrow .current{font-weight: bold;}
.page_jump{margin-left: 4px;}
.page_jump a{margin-left: 6px;}

/* 外链跳转 */
.alert_mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert_warning{position: fixed;left: 50%;  top: 50%; margin-left:-300px; margin-top: -160px; width: 600px;height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert_delete{width: 100%;height: 38px;position: relative;}
.alert_delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert_delete span:hover{background: #929292;}
.alert_wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 35px;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
.alert_footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
.alert_footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.25em;}
.alert_warning .continue{width: 124px; height: 42px; color: #ab0d07; border-radius:3px; -webkit-border-radius:3px; border:#e1e1e1 1px solid; text-align: center; line-height: 42px; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;}	
.alert_warning .fangqi{line-height: 42px;  color: #ab0d07;}	

