﻿/* ************ 通用样式 ************ */
/* 特殊字体引用方式 */
@font-face {
  font-family: 'EngraversMT';
  src: url('fonts/EngraversMT.eot');
  src: url('fonts/EngraversMT.eot?#iefix') format('embedded-opentype'), url('fonts/EngraversMT.woff') format('woff'), url('fonts/EngraversMT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.contentBox {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.clearfix:after {
  /*清除浮动带来的影响，设置给父元素*/
  content: '';
  display: block;
  clear: both;
}
.clearfix:before {
  /*防止外边距溢出，设置给父元素*/
  content: "";
  display: table;
}
/* ************ index begin ************ */
/* ******** header begin ******** */
/* ** header ** */
.header {
  width: 100%;
  /* 页面顶部 */
  /* 导航 */
  /* banner */
}
.header .topOne .logo {
  line-height: 124px;
  font-size: 0;
  float: left;
}
.header .topOne .logo img {
  vertical-align: middle;
}
.header .topOne .name {
  margin-top: 33px;
  margin-left: 20px;
  float: left;
}
.header .topOne .name p {
  font-size: 20px;
  color: #1E5F3F;
  line-height: 40px;
}
.header .topOne .name span {
  font-size: 12px;
  color: #666;
  font-family: Arial;
}
.header .topOne .shares {
  float: right;
  margin-top: 33px;
  text-align: right;
}
.header .topOne .shares h5 {
  font-size: 14px;
  color: #666;
  line-height: 38px;
}
.header .topOne .shares .day {
  font-size: 14px;
  color: #1E5F3F;
  font-weight: bold;
}
.header .nav {
  height: 46px;
  width: 100%;
  background: #004986;
  position: relative;
}
.header .nav .contentBox > ul > li {
  float: left;
  background: url("../images/indexIcon1.png") no-repeat left center;
  padding-left: 18px;
  margin-right: 2px;
}
.header .nav .contentBox > ul > li >a {
  font-size: 16px;
  color: #fff;
  display: block;
  height: 40px;
  padding: 0 30px;
  border: 3px solid #004986;
  border-left: 1px;
  border-right: 1px;
  line-height: 40px;
}
.header .nav .contentBox > ul > li.actNav >a{
  background: #fff;
  color: #004986;
}
.header .nav .contentBox > ul > li:hover >a {
  background: #fff;
  color: #004986;
}
.header .nav .contentBox > ul > li:first-child {
  background: none;
  padding-left: 0;
}
.header .nav .contentBox > ul > li:hover .navList{
  display: block;
}
.header .nav .contentBox > ul > li .navList{
  position: absolute;
  top: 46px;
  z-index: 999;
  width: 124px;
  display: none;
}
.header .nav .contentBox > ul > li .navList ul li{
  background: #004986;
  text-align: center;
  line-height: 42px;
  height: 42px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.header .nav .contentBox > ul > li .navList ul li a{
  font-size: 14px;
  color: #fff;
  display: block;
}
.header .nav .contentBox > ul > li .navList ul li.actNav1{
  background: #fff;
}
.header .nav .contentBox > ul > li .navList ul li.actNav1 a{
  color: #004986;
}
.header .nav .contentBox > ul > li .navList ul li:hover{
  background: #fff;
}
.header .nav .contentBox > ul > li .navList ul li:hover a{
  color: #004986;
}
.header .banner img {
  max-width: 100%;
}
.header .banner .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.header .banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 27px;
}
.header .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 18px;
}
.header .banner .swiper-pagination-bullet {
  background: url("../images/indexIcon2.png") no-repeat center;
  width: 16px;
  height: 16px;
  opacity: initial;
  border-radius: initial;
}
.header .banner .swiper-pagination-bullet-active {
  background: url("../images/indexIcon3.png") no-repeat center;
  opacity: initial;
}
/* ******** header end ******** */
/* ******** footer begin ******** */
.footer {
  width: 100%;
  height: 40px;
  position: relative;
}
.footer .copyRight {
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  background: #666;
  font-size: 12px;
  color: rgba(254, 254, 254, 0.6);
}
.footer .copyRight>a {
  font-size: 12px;
  color: rgba(254, 254, 254, 0.6);
  padding-left: 25px;
}
.footer .copyRight>a:hover {
  text-decoration: underline;
}
/* ******** footer end ******** */


/* **************** Mobile **************** */

.header .topOne .mNav{display: none;}
.mobileNavList{display: none;}
.banner1{display: none;}
.fastBtn{display: none;}
.img2{display: none;}


