/*
 * 元素公共样式
 * 
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", arial;
}
a {
  text-decoration: none;
  color: inherit;
}
input {
  padding: 0 7px;
  outline: none;
}
textarea {
  outline: none;
}
button {
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  outline: none;
}
ul,
li,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}
table {
  table-layout: fixed;
}
::selection {
  background: #640000;
  color: #fff;
}
img {
  max-width: 100%;
}
.center {
  margin: 0 auto;
}
.oflow {
  overflow: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.left {
  float: left;
  left: 0;
}
.right {
  float: right;
  right: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b {
  font-weight: bold;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.ani-5 {
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
}
.trsn {
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
}
.float-hand {
  cursor: pointer;
}
.float-default {
  cursor: default;
}
.no-select {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.col-10 {
  width: 10%;
}
.col-20 {
  width: 20%;
}
.col-30 {
  width: 30%;
}
.col-33 {
  width: 33.3333%;
}
.col-66 {
  width: 66.6666%;
}
.col-40 {
  width: 40%;
}
.col-50 {
  width: 50%;
}
.col-60 {
  width: 60%;
}
.col-70 {
  width: 70%;
}
.col-80 {
  width: 80%;
}
.col-90 {
  width: 90%;
}
.col-100 {
  width: 100%;
}
.ls_title {
  width: 100%;
  height: 236px;
}
.ls_title a {
  position: absolute;
  float: right;
  margin-right: 11px;
  text-decoration: none;
  font-size: 18px;
  font-family: "微软雅黑";
  font-weight: bold;
  margin-top: -220px;
  left: 78%;
  z-index: 100;
}
.ls_div {
  width: 100%;
  height: 8px;
  margin-top: -3px;
  background-color: #2B468D;
}
.ls_navigation {
  width: 100%;
  height: 45px;
  background-color: #EBEBEB;
}
.ls_navigation_span {
  line-height: 45px;
  margin-left: 110px;
  margin-right: 55px;
  font-size: 14px;
  font-family: "微软雅黑";
}
.ls_navigation_span1 {
  line-height: 45px;
  font-size: 14px;
  font-family: "微软雅黑";
}
/*导航*/
.nav_first_ul {
  list-style: none;
  height: 45px;
  width: 1200px;
  line-height: 45px;
  margin: 0 auto;
}
.nav_first_ul > li {
  position: relative;
  height: 45px;
  text-align: center;
  float: left;
  width: 120px;
}
.nav_first_ul > li:hover ul {
  display: block;
}
.nav_first_ul > li:hover > a,.nav_first_ul > li.active > a {
  color: #fff;
}
.nav_first_ul > li:hover:after,.nav_first_ul > li.active:after {
  width: 100%;
}
.nav_first_ul > li:hover .nav_second_ul {
  width: 100%;
}
.nav_first_ul > li > a {
  position: relative;
  z-index: 2;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
}
.nav_first_ul > li:after {
  content: '';
  position: absolute;
  z-index: 1;
  background: #2D4782;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .9;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
}
.li_background_span {
  display: block;
  left: 0px;
  top: 0px;
  width: 0px;
  overflow: hidden;
  height: 100%;
  position: absolute;
  background: #2D4783;
  filter: alpha(opacity=90);/*支持 IE 浏览器*/
  -moz-opacity: 0.90;/*支持 FireFox 浏览器*/
  opacity: 0.90;/*支持 Chrome, Opera, Safari 等浏览器*/
  color: #fff;
  font-family: "微软雅黑";
  font-size: 14px;
}
.nav_second_ul {
  width: 0;
  font-size: 14px;
  background: #2D4783;
  position: absolute;
  filter: alpha(opacity=90);/*支持 IE 浏览器*/
  -moz-opacity: 0.90;/*支持 FireFox 浏览器*/
  opacity: 0.90;/*支持 Chrome, Opera, Safari 等浏览器*/
  z-index: 100;
  height: auto;
  overflow: hidden;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
}
.nav_second_ul li:hover {
  background: #5b7e97;
}
.hkl_title_fha_text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #2D4783;
  margin: 0 auto;
}
.hkl_nav_img {
  width: 1300px;
  height: 100%;
  position: relative;
  z-index: -1;
}
/*脚*/
.ls_footer_div1 {
  width: 100%;
  height: 40px;
  background-color: #2B468D;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-family: "微软雅黑";
}
.ls_footer_div1 span {
  margin-right: 40px;
}
.ls_footer_div2 {
  width: 100%;
  height: 100px;
  margin-top: 7px;
  background-color: #2B468D;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-family: "微软雅黑";
  color: #fff;
}
.ls_footer_div2 span {
  margin-right: 20px;
}
/*开始新样式*/
.swiper-container {
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide {
  height: 240px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  height: 235px;
  display: block;
  width: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide.active {
  z-index: 1;
  opacity: 1;
  -webkit-opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.swiper-container .swiper-wrapper .swiper-slide.disable {
  opacity: 0;
  -webkit-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.isDisable {
  cursor: no-drop !important;
  color: #cccccc !important;
}
.isActive {
  color: #a9d2ff !important;
}
#paginationShow a {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
.div {
  width: 1300px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 #535353;
}
/*# sourceMappingURL=common.css.map */
table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
}
