﻿@charset "utf-8";
/* CSS Document */
body {
  padding: 0;
  margin: 0;
  background-color: #f8f8f9;
}
* {
  text-decoration: none;
  list-style-position: none;
  margin: 0 0;
  font-family: "微软雅黑";
  background-repeat: no-repeat;
}
@media screen and (min-width: 640px) {
  .w640 {
    width: 640px;
    margin: 0 auto;
  }
}
.hide {
  display: none;
}
.show {
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
.sub {
  cursor: pointer;
}
img {
  margin: 0;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  /* list-style-type: none; */
  vertical-align: middle;
}
a img {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0px;
  margin-top: 0%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.resetinput {
  padding: 0;
  border: 0;
  outline: none;
  background: none;
}
.bxhd_in + .bxhd_in {
  display: none;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1350 {
  width: 1350px;
  margin: 0 auto;
}
.clear {
  clear: both;
  height: 0;
}
.hh1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hh2 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
} /* 显示的行数 */
.hh3 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
} /* 显示的行数 */
.h100 {
  height: 100%;
}
.allpx {
}
.allmx {
}
.posre {
  position: relative;
}
.posab {
  position: absolute;
}
/*--------------------- 公用头部 ---------------------*/
.head_box {
}
.head_1 {
  height: 30px;
  position: relative;
  overflow: hidden;
  background-color: #0278c4;
}
.head_1_l {
}
#head_1_l-1 {
  float: left;
}
#head_1_l-1 .plus,
#head_1_l-1 .minus {
  display: none;
}
#head_1_l-1 .mw_box {
  height: 30px;
  position: relative;
  overflow: hidden;
}
#head_1_l-1 .mw_box .list {
}
#head_1_l-1 .mw_box .list li {
}
#head_1_l-1 .mw_box .list li a .text_item_1 {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}
.head_1_l .text_1 {
  float: left;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  margin-left: 20px;
}
.head_1_r {
  font-size: 0;
  text-align: right;
  width: 300px;
}
.head_1_r a,
.head_1_r span {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  opacity: 0.5;
}
.head_1_r a {
  padding: 0 16px;
}
.head_1_r span {
}
/*hover*/
.head_1_r a:hover {
  opacity: 1;
}

.head_2 {
  height: 246px;
  position: relative;
}
#head_2_bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
}
#head_2_bg .slides li .abox {
  width: 2560px;
  position: relative;
  left: 50%;
  margin-left: -1280px;
}
#head_2_bg .flex-control-nav {
  display: none;
}
.head_2_main {
  z-index: 5;
}
.head_2_main .searchwrap {
  position: absolute;
  right: 0;
  top: 39px;
}
.head_2_main .searchwrap .textbox {
  float: left;
  width: 236px;
  height: 32px;
  padding: 0 10px;
  background-color: #fff;
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.head_2_main .searchwrap .textbox .text {
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  width: 100%;
  height: 32px;
  color: #afb1b5;
  font-size: 14px;
  line-height: 32px;
}
.head_2_main .searchwrap .subbox {
  float: left;
  width: 54px;
}
.head_2_main .searchwrap .subbox .submit {
  display: block;
  padding: 0;
  border: 0;
  outline: none;
  background: #fff url(../image/bg-head_2_search-2.png) no-repeat center center;
  width: 100%;
  height: 32px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.head_3 {
  position: relative;
  z-index: 5;
  background-color: #0f2585;
}
.head_3_in {
  height: 80px;
  padding: 0 12px;
}
.head_3_in > table {
  table-layout: fixed;
  height: 100%;
}
.head_3_in > table td {
  position: relative;
}
.head_3_in a {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 80px;
  text-align: center;
}
.head_3_in a.on {
  background-color: #d61c1c;
}

.index_foot {
  margin: 32px 0 0 0;
  background-color: #ffffff;
  border-top: 1px solid #e1e1e3;
}
.if_01 {
}
.if_01 .list {
  position: relative;
  overflow: hidden;
}
.if_01 .list ul {
  height: 50px;
  width: 1280px;
}
.if_01 .list ul li {
  float: left;
  padding-right: 40px;
}
.if_01 .list ul li a {
  display: block;
  width: 270px;
  height: 50px;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.if_01 .list ul li a .img {
  display: block;
  width: 100%;
  height: 100%;
}

.if_02 {
  margin-top: 25px;
}
.if_02 .menu {
  font-size: 0;
  border-bottom: 1px solid #e1e1e3;
}
.if_02 .menu .btn {
  display: inline-block;
  color: #130a0a;
  font-size: 20px;
  padding: 0 38px;
  line-height: 48px;
}
.if_02 .menu .btn.on {
  color: #1d3087;
  font-weight: bold;
  background-image: url(../image/p-if_02-menu-1.png);
  background-position: right center;
}

.if_02 .main {
  padding: 6px 0 36px 0;
}
.if_02 .main .list {
  font-size: 0;
}
.if_02 .main .list a,
.if_02 .main .list span {
  display: inline-block;
  color: #38393b;
  font-size: 16px;
  line-height: 36px;
}
.if_02 .main .list a {
  min-width: 80px;
  padding: 0 6px;
  text-align: center;
}
.if_02 .main .list span {
}

a.head-nav:hover {
  background-color: #d61c1c;
  color: #ffffff;
}

/*--------------------- 您当前位置 ---------------------*/
.location {
  font-size: 0;
  border-bottom: 1px solid #c0c0c0;
  padding: 0 16px;
}
.location a,
.location span {
  color: #171b23;
  font-size: 16px;
  line-height: 44px;
}
.location a {
}
.location span {
  padding: 0 5px;
}
.location .home {
  padding-left: 30px;
  background: url(../image/p-location_home-1.png) no-repeat left center;
}
/**/
.location a:hover,
.location a.on {
  color: #2852a9;
}

/*--------------------- 分页 ---------------------*/
.pagelable {
  padding: 36px 0 0 0;
  border-top: 1px solid #c0c0c0;
}
.pagelable table {
  table-layout: fixed;
  margin: 0 auto;
}
.pagelable a {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #696969;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #aeaeae;
  margin: 0 8px;
}
.pagelable .pageCustom_Pre,
.pagelable .pageCustom_Next {
  width: 82px;
}
.pagelable .pageCustom_First,
.pagelable .pageCustom_First_Disable,
.pagelable .pageCustom_Last,
.pagelable .pageCustom_Last_Disable {
  display: none;
}
.pageCustom a.pageCustom_First_Disable,
.pageCustom a.pageCustom_Pre_Disable,
.pageCustom a.pageCustom_Next_Disable,
.pageCustom a.pageCustom_Last_Disable {
  width: 82px;
  color: #b4b4b4 !important;
  border: 1px solid #b4b4b4 !important;
}

.pagelable .pageCustom_Go {
  display: none;
}

.pagelable a:hover {
  color: #fff;
  background-color: #2852a9;
  border: 1px solid #2852a9;
  font-weight: bold;
}
.pagelable a.pageCustom_Num_On {
  color: #696969;
  border: 0;
  padding: 1px;
  background: none;
  font-weight: bold;
}

/*--------------------- 右侧飘窗 ---------------------*/
.fly_wrap {
  position: absolute;
  z-index: 355;
  top: 360px;
  left: 0;
  right: 0;
  height: 0;
}
.fly_wrap.fix {
  position: fixed;
  top: 80px;
}
.fly_wrap .w1200 {
  position: relative;
}
.fly_inside {
  position: absolute;
  right: -150px;
  top: 0;
  background-color: #ffffff;
}
.fly_inbox {
  width: 140px;
  border-bottom: 3px solid #e40000;
}
.fly_wrap .close {
  display: block;
  position: absolute;
  right: 6px;
  top: 14px;
}
.fly_item {
}
.fly_01 {
}
.fly_01 .text_item_1 {
  color: #ffffff;
  font-size: 20px;
  line-height: 42px;
  font-weight: bold;
  padding: 0 0 0 12px;
  background-color: #0040a5;
}
.fly_01 .ewmbox {
  font-size: 0;
  border-left: 1px solid #d5d7dd;
  border-right: 1px solid #d5d7dd;
  padding-top: 10px;
}
.fly_01 .ewmbox + .ewmbox {
  margin-top: 24px;
}
.fly_01 .ewmbox .ewm_img {
  display: block;
  width: 110px;
  margin: 0 auto;
}
.fly_01 .ewmbox .ewm_text {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 0 0 10px 0;
}
.fly_01 .ewmbox .ewm_text .cor2 {
  color: #213488;
}

/*--------------------- 公用底部 ---------------------*/
.foot_box {
}
.foot_1 {
  padding: 10px 0 13px 0;
  background-color: #0040a5;
}
.foot_1_main_1 {
  display: inline-block;
  vertical-align: top;
}
.foot_1_main_1 .btn_1 {
  display: block;
  width: 56px;
  height: 68px;
  margin: 0 auto;
}
.foot_1_main_1 .btn_1 .img {
  display: block;
  width: 100%;
  height: 100%;
}

.foot_1_main_2 {
  margin: 7px 0 0 32px;
  display: inline-block;
}
.foot_1_main_2 .text_1 {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.foot_1_main_2 .text_1 a {
  color: inherit;
}

.pagelable {
  text-align: center;
  font-size: 0;
}
.pagelable a {
  min-width: 40px;
  width: auto;
  height: 32px;
  line-height: 32px;
  margin: 0 4px;
}
.pagelable .and {
  width: 72px;
}

/*
.head_1,
.head_3,

.head_2_main .searchwrap .subbox .submit { background-color:#b30001;}
.head_3_in a:hover, .head_3_in a.on { background-color:#930001;}
*/

/*.index_top_wrap,
.head_box .head_1,.head_box .head_2 .head_2_main,.head_box .head_3,
.foot_box,
.fly_wrap,
.index_wrap,
.content_wrap {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}*/
.single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
