@charset "utf-8";
.fl {
  float: left; }

.fr {
  float: right; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a:hover {
  text-decoration: none; }

input {
  outline: none; }

body {
  background: #fff;
  font-family: Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif; }

.pr {
  position: relative; }

.pa {
  position: absolute; }

.header-warp {
  background: #f5f6f8;
  position: relative;
  z-index: 10; }

.main_warp {
  overflow: hidden;
  position: relative;
  z-index: 9;
 

}

.header-row {
  position: relative;
  height: 110px; }

.h_logo {
  height: 130px;
  width: 68px;
  position: absolute;
  top: 0;
  left: 0;
  background: #2267b1;
  border-radius: 0 0 34px 34px;
  padding: 65px 4.5px 0; }

.h_right {
  width: 190px;
  float: right;
  padding-top: 5px; }

.h_search {
  margin-top: 53px;
  width: 100%;
  height: 26px;
  border-radius: 13px;
  background: #d6e7f4;
  padding: 3px 10px 3px 15px;
  position: relative; }
  .h_search .h_inp {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #333;
    border: 0;
    background: none;
    float: left;
    display: block;
    width: 140px; }
  .h_search .h_btn {
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    background: url("../images/h_btn.png") no-repeat center 1px;
    border: 0;
    cursor: pointer; }
    .h_search .h_btn:hover {
      opacity: .7; }

.h_language {
  text-align: right; }
  .h_language li {
    display: inline-block;
    padding: 0 8px;
    border-left: 1px solid #7d7e7e;
    font-size: 12px;
    line-height: 12px; }
    .h_language li > a {
      font-size: 12px;
      color: #424242;
      line-height: 12px; }
    .h_language li:nth-child(1) {
      border-left: 0; }

.h_center {
  margin: 0 190px 0 70px;
  padding-left: 25px; }
  .h_center .dt {
    font-size: 26px;
    color: #2267b1;
    font-family: "Times New Roman";
    font-weight: bold;
    text-transform: Uppercase;
    width: 80%;
    line-height: 1;
    margin: 16px 0 8px; }
  .h_center .h_nav li {
    position: relative;
    float: left; }
    .h_center .h_nav li:hover .nav_a1 {
      background: #2267b1;
      color: #fff; }
    .h_center .h_nav li .nav_a1 {
      line-height: 34px;
      display: inline-block;
      padding: 0 22px;
      font-size: 14px;
      color: #000000; }
    .h_center .h_nav li.on > .nav_a1 {
      background: #2267b1;
      color: #fff; }
  .h_center .h_nav li:hover .nav_down {
    height: 186px;
    opacity: 1;
    visibility: visible; }
  .h_center .h_nav .nav_down {
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 100%;
    position: absolute; }
  .h_center .h_nav .nav_a2 {
    display: block;
    background: #558dc5;
    background: rgba(35, 104, 177, 0.7);
    text-align: center;
    line-height: 20px;
    padding: 8px 0;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #cee6f5;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden; }
    .h_center .h_nav .nav_a2:hover {
      background: #2267b1; }

.navBtn {
  width: 40px;
  height: 40px;
  background: url(../images/navBtn.png) no-repeat center center;
  background-size: 30px auto;
  display: none;
  float: right;
  margin-left: 15px;
  margin-top: 11px; }

.navClose {
  width: 40px;
  height: 40px;
  background: url(../images/navClose.png) no-repeat center center;
  background-size: 26px auto;
  display: block;
  display: none;
  position: absolute;
  top: 10px;
  right: 15px; }

/*轮播*/
.sj-banner {
  display: none !important; }

.banner-text {
  position: absolute;
  max-width: 1200px;
  margin-left: -600px;
  left: 50%; }

.banner-text1 {
  top: 35%; }
  .banner-text1 h3 {
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
    text-transform: Uppercase;
    margin: 0; }
  .banner-text1 h4 {
    font-size: 24px;
    color: #000000;
    margin: 2.5% 0 5.5%; }
  .banner-text1 a {
    width: 150px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 3px;
    line-height: 48px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: "Times New Roman"; }

.title-row {
  position: relative;
  text-align: center; }
  .title-row h3 {
    position: relative;
    display: inline-block;
    font-family: Tahoma;
    font-size: 34px;
    color: #01213e;
    padding: 18px 0;
    margin: 0; }
    .title-row h3:after {
      position: absolute;
      width: 80px;
      height: 4px;
      background: #2267b1;
      bottom: -4px;
      left: 50%;
      margin-left: -40px;
      content: ""; }
    .title-row h3 span {
      font-size: 28px;
      margin-right: 8px; }
  .title-row .tMove {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 14px;
    font-family: Tahoma;
    color: #000000; }
    .title-row .tMove b {
      position: relative;
      top: 1px;
      font-size: 18px;
      font-weight: 500;
      margin-right: 10px;
      color: #296cb3; }
    .title-row .tMove:hover {
      color: #2267b1; }

/*底部*/
.footer-row2 {
  padding: 12px 15px;
  font-size: 12px;
  line-height: 1.25;
  color: #808388;
  background: #0e1c2b;
  text-align: center; }

.footer-row1 {
  background: #10273e;
  padding: 40px 0 20px;
  color: #ffffff; }

.f_left {
  width: 380px;
  float: left; }
  .f_left h6 {
    margin: 0;
    font-size: 12px;
    color: #fff;
    line-height: 2;
    padding: 0 0 15px 24px;
    background-repeat: no-repeat;
    background-position: left 6px; }
  .f_left span {
    margin-left: 65px;
    display: block; }
  .f_left b {
    float: left;
    width: 65px;
    display: block;
    font-weight: 500; }

.f-dz {
  background-image: url("../images/icon-f-dz.png"); }

.f-yx {
  background-image: url("../images/icon-f-yx.png"); }

.f-dh {
  background-image: url("../images/icon-f-dh.png"); }

.f_cen {
  padding: 0 52px 0 24px;
  border-left: 1px solid #3a4c5f;
  margin: 0 120px 0 380px; }
  .f_cen .dt {
    font-size: 14px;
    color: #ffffff;
    background: url("../images/icon-lj.png") no-repeat left center;
    padding-left: 20px; }
  .f_cen .dc-li1 p {
    margin: 10px 0 0;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px; }
    .f_cen .dc-li1 p a {
      color: #fff; }
      .f_cen .dc-li1 p a:hover {
        opacity: .8; }

.f_right {
  float: right;
  width: 115px; }
  .f_right .ePic {
    width: 94px;
    padding: 4px;
    background: #fff;
    margin: 0 auto; }
  .f_right .aList {
    text-align: center;
    margin-top: 18px; }
    .f_right .aList a {
      margin: 0 3px;
      display: inline-block; }
      .f_right .aList a i {
        display: block;
        width: 28px;
        height: 28px; }

.icon-wx {
  background: url("../images/icon-f-wx.png") no-repeat; }

.icon-qq {
  background: url("../images/icon-f-qq.png") no-repeat; }

.icon-wb {
  background: url("../images/icon-f-wb.png") no-repeat; }

/*新闻资讯*/
.i_news {
  padding: 40px 0 75px; }
  .i_news .col-md-3 {
    padding: 0 10px; }

.i_news_dc1 {
  margin-top: 75px;
  padding: 0 20px;
  position: relative;
  height: 470px;
  background: #f5f6f8;
  border-bottom: 2px solid #2267b1;
  -webkit-transition: .5s;
  transition: .5s; }
  .i_news_dc1:hover {
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
            transform: translate(0, -10px); }
  .i_news_dc1 .pic {
    position: relative;
    top: -20px; }
  .i_news_dc1 .text h3 {
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    color: #01213e;
    font-weight: 700; }
  .i_news_dc1 .text h5 {
    font-size: 14px;
    color: #2267b1;
    margin: 8px 0 13px; }
  .i_news_dc1 .text p {
    font-size: 12px;
    color: #000000;
    line-height: 20px;
    height: 140px;
    overflow: hidden;
    margin-bottom: 0;
    word-break: break-all; }
  .i_news_dc1 .btn1 {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: -17px;
    width: 120px;
    height: 34px;
    background: #2267b1;
    color: #fff;
    display: block;
    line-height: 28px;
    text-align: center;
    font-size: 12px; }
    .i_news_dc1 .btn1 i {
      font-style: normal;
      font-size: 18px;
      position: relative;
      top: 3px;
      margin-right: 5px; }

/*event*/
.i_event {
  padding-top: 30px;
  background: #1f64ae url("../images/i_event_back.jpg") no-repeat center center;
  height: 600px; }
  .i_event .title-row h3 {
    color: #fff; }
    .i_event .title-row h3:after {
      background: #fff; }
  .i_event .title-row .tMove {
    color: #fff; }
    .i_event .title-row .tMove b {
      color: #fff; }
    .i_event .title-row .tMove:hover {
      opacity: 0.8; }

.i_event_dc {
  margin-top: 12%; }

.ie_date {
  position: relative;
  width: 70px;
  text-align: center;
  padding-bottom: 10px;
  float: left; }
  .ie_date h4 {
    line-height: 65px;
    margin: 0;
    background: #fff;
    color: #1f64ae;
    text-align: center;
    font-size: 30px;
    font-family: "NewsGoth Lt BT";
    margin-bottom: 5px; }
  .ie_date h5 {
    line-height: 27px;
    font-size: 20px;
    margin: 0;
    color: #fff; }
  .ie_date:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px; }

.ie_con {
  margin-left: 70px;
  padding: 0 7%; }
  .ie_con h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin: 0;
    margin-bottom: 10px; }
  .ie_con p {
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
    height: 88px;
    overflow: hidden; }

/*LIFE*/
.i_LIFE {
  overflow: hidden;
  padding: 48px 0 45px; }
  .i_LIFE .flexslider {
    margin-top: 60px; }
    .i_LIFE .flexslider img {
      width: 98%;
      margin: 0 auto; }
  .i_LIFE .flex-direction-nav .flex-next, .i_LIFE .flex-direction-nav .flex-prev {
    width: 52px;
    height: 52px; }
  .i_LIFE .flex-direction-nav .flex-next {
    right: -100px;
    background-image: url("../images/arr2-right.png"); }
  .i_LIFE .flex-direction-nav .flex-prev {
    left: -100px;
    background-image: url("../images/arr2-left.png"); }
  .i_LIFE .flex-control-nav {
    display: none; }

.PartRow {
  margin-top: 6%; }

.PartLeft {
  width: 110px;
  height: 105px;
  border: 1px solid #a0a0a0;
  line-height: 103px;
  font-size: 30px;
  font-weight: bold;
  color: #6e6e6e;
  text-align: center;
  float: left; }

.PartRight {
  margin-left: 110px;
  padding-left: 5%; }
  .PartRight h4 {
    margin: 0 0 18px 0;
    font-size: 32px;
    color: #cd3333;
    font-weight: bold;
    text-transform: Uppercase;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden; }
  .PartRight p {
    font-size: 12px;
    color: #000000;
    line-height: 20px;
    margin: 0;
    margin-bottom: 7px; }

@media screen and (max-width: 1500px) {
  .i_LIFE .flex-direction-nav .flex-next {
    right: 20px;
    background-image: url("../images/arr1-right.png"); }

  .i_LIFE .flex-direction-nav .flex-prev {
    left: 20px;
    background-image: url("../images/arr1-left.png"); } }
@media screen and (max-width: 1200px) {
  .h_center .h_nav li > a {
    padding: 0 10px; }

  .h_center .dt {
    font-size: 24px; }

  .header-row {
    height: 106px; }

  .h_search {
    margin-top: 50px; }

  .banner-text {
    width: auto;
    margin: 0;
    left: 10%; }

  .title-row h3 {
    font-size: 30px; }

  .title-row h3 span, .PartLeft {
    font-size: 26px; }

  .i_news_dc1 {
    height: 385px; }

  .PartRight h4 {
    font-size: 30px; }

  .PartLeft {
    width: 85px;
    height: 80px;
    line-height: 78px; }

  .PartRight {
    margin-left: 85px; }

  .ie_date h5 {
    font-size: 18px; } }
@media screen and (max-width: 860px) {
  .h_center .dt {
    display: none; }

  .h_center .h_nav li .nav_a1 {
    font-size: 14px; }

  .h_center .h_nav .nav_down {
    opacity: 1;
    visibility: visible;
    height: auto;
    position: relative; }

  .h_center .h_nav .nav_a2 {
    background: none;
    color: #666;
    border-top: 0;
    font-size: 12px;
    text-indent: 2em; }

  .h_center .dc {
    padding-top: 64px;
    position: fixed;
    top: 0px;
    right: -300px;
    width: 300px;
    background: #fff;
    height: 100%;
    -webkit-transition: .55s;
    transition: .55s; }

  .h_center .h_nav li {
    float: none;
    width: 100%; }

  .h_center .h_nav li > a {
    line-height: 50px;
    width: 100%;
    text-align: center; }

  .i_news_dc1 .pic img {
    width: 100%; }

  .i_event {
    height: auto;
    padding-bottom: 60px; }

  .f_left {
    width: 100%;
    float: none; }

  .f_right {
    float: none;
    margin: 15px 0; }

  .f_cen {
    margin: 0;
    padding: 0;
    border: 0; }

  .i_news_dc1 {
    height: 500px; }

  .sj-banner {
    display: block !important; }

  .pc-banner {
    display: none !important; }

  .h_search {
    margin-top: 5px; }

  .h_logo {
    padding: 5px;
    height: auto;
    border-radius: 50%; }

  .header-row {
    height: 64px; }

  .h_logo {
    width: 55px;
    margin-top: 4px; }

  .navClose, .navBtn {
    display: block; } }
@media screen and (max-width: 640px) {
  .h_right {
    margin: 0 auto;
    float: none; }

  .h_language {
    text-align: center; }

  .banner-text1 h3 {
    font-size: 22px; }

  .banner-text1 h4 {
    font-size: 16px; }

  .banner-text1 a {
    width: 100px;
    height: 40px;
    line-height: 38px;
    font-size: 12px; }

  .banner-text1 {
    top: 25%; }

  .title-row h3 {
    font-size: 26px;
    padding: 15px 0; }

  .title-row .tMove {
    font-size: 12px;
    top: 21px; }

  .title-row h3:after {
    width: 60px;
    margin-left: -30px; }

  .i_news {
    padding: 20px 0 60px; }

  .i_LIFE .flex-direction-nav .flex-next, .i_LIFE .flex-direction-nav .flex-prev {
    display: none; }

  .i_LIFE {
    padding-top: 30px; }

  .i_LIFE .flexslider {
    margin-top: 35px; }

  .title-row h3 span, .PartLeft {
    font-size: 20px; }

  .PartRight h4 {
    font-size: 24px;
    margin-bottom: 8px; }

  .footer-row1 {
    padding: 30px 15px 20px; } }