/**
 *
 * @authors administrator (you@example.org)
 * @date    2017/7/28 13:05
 * @version v1.01
 */

/* module: common css style by liwb */
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "pingfang sc", "microsoft yahei", "helvetica neue", arial, verdana, sans-serif;
  background-color: #eff0f2;;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

a:active {
  outline: none;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

/*滚动条*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 8px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 8px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

.subpage {
  padding-top: 60px;
}

.header,
.footer,
.bodyer {
  min-width: 1000px;
}

.header .main,
.header .language .main,
.footer .main,
.bodyer .main1 {
  margin: 0 auto;
  text-align: center;
  width: 1200px;
  position: relative;
}

/* module: common css --end */

/* module: header css style by liwb */
.header {
  width: 100%;
}

.header .wrap {
  width: 100%;
  height: 220px;
  background:  no-repeat center center;
  background-size: cover;
}

.header .language {
  background: rgba(0, 81, 162, 0.3);
}
.header .language .main {
  text-align: right;
}
.header .language .main a {
  font-size: 18px;
  margin: 0 15px;
  color: #004a81;
  display: inline-block;
}

.header .logo {
  /* position: absolute;
  left: 50px;
  top: 50px;
  display: inline-block;
  width: 369px;
  height: 72px;
  background-image: ;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  text-indent: -999em; */
}
.header .logo {
  float: left;
  padding-top: 50px;
  padding-left: 38px;
}
.header .search {
  width: 300px;
  margin-top: 30px;
  float: right;
}

.header .form-control {
  box-shadow: none;
  border: none;
  background-color: rgba(255, 255, 255, .6);
  border-radius: 100px;
  width: 290px;
  height: 42px;
  font-size: 16px;
  padding-left: 20px;
  color: #fff;
}

.header .history {
  text-align: left;
}

.header .history a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin: 2px 4px;
}

input::-webkit-input-placeholder { /* webkit browsers */
  color: #fff;
}

.header .search .form-control-feedback {
  color: #fff;
  font-size: 24px;
  top: 5px;
  right: 20px;
  pointer-events: auto;
}

.menu-box {
  background-color: #003567;
}

.menu-box .menu-list {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  padding-left: 0;
  font-size: 0;
}

.menu-list > li {
  width: 120px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 50px;
}

.menu-list a {
  display: block;
  transition-duration: 0.2s;
  text-align: center;
}

.menu-list li.active > a .text {
  color: rgba(255, 255, 255, .8);
}

.menu-list .text {
  color: #fff;
  font-size: 16px;
  display: inline-block;
}

.menu-list li.has-chlid:hover {
  background-color: #306897;
}

.menu-list li.has-chlid:hover .sub-list {
  display: block;
  opacity: 1;
}

.sub-list {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
  background-color: #306897;
}

.sub-list li {
  list-style: none;
  margin-top: 0;
  text-align: center;
}

.sub-list .text {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
  transition-duration: 0.2s;
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, .8)
}

.sub-list li:hover a {
  background-color: #235580;
}

.sub-list li:hover .text {
  color: #fff;
}

/* module: header css --end */

/* module: bodyer css style by liwb */

/* module: bodyer css --end */

/* module: footer css style by liwb */
.footer {
  background:  no-repeat center center;
  background-size: cover;
  height: 360px;
  color: #fff;
}

.footer .menu-box {
  background-color: transparent;
}

.footer .menu-box .menu-list {
  height: 200px;
}

.footer .menu-list > li {
  padding-left: 18px;
  padding-right: 18px;
}

.footer .menu-list a {
  margin-bottom: 2px;
}

.footer .menu-list .text {
  font-size: 18px;
  font-weight: 700;
}

.footer .menu-list li.has-chlid:hover {
  background-color: transparent;
}

.footer .sub-list .text {
  height: 23px;
  line-height: 23px;
}

.footer .sub-list li:hover a {
  background-color: transparent;
}

.footer .menu-list li:hover > a .text {
  color: #fff;
}

.footer .sub-list {
  padding-top: 5px;
  display: block;
  opacity: 1;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.footer .sub-list li {
  width: auto;
}

.footer .sub-list .text {
  font-size: 14px;
  font-weight: normal;
}

.footer .link {
  font-size: 18px;
  padding: 15px 0;
}

.footer .link a {
  margin: 0 10px;
}

.footer .link a:hover {
  color: #fff;
}

.footer .link span {
  padding: 0 10px;
  color: #fff;
}

.copyright {
  text-align: center;
}

.copyright p {
  padding: 2px 0;
  margin: 0;
}

.back-header {
  position: fixed;
  right: 15px;
  bottom: -90px;
  color: #24344e;
  background-color: #c9d3dd;
  width: 90px;
  height: 80px;
  text-align: center;
  font-size: 16px;
}

.back-header .iconfont {
  display: block;
  padding-top: 10px;
  font-size: 28px;
}

.weixin-sina {
  position: fixed;
  right: 25px;
  top: 230px;
  z-index: 1001;
}

.weixin-sina .box {
  position: relative;
}

.weixin-sina .iconfont {
  background: #fff;
  border: 2px solid #2d8ce9;
  width: 78px;
  height: 78px;
  line-height: 78px;
  border-radius: 100%;
  font-size: 64px;
  display: block;
}

.weixin-sina a.weixin,
.weixin-sina a.weibo {
  color: #2d8ce9;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.weixin-sina span {
  display: block;
  padding-top: 8px;
  padding-left: 8px;
}

.weixin-sina .popup {
  position: absolute;
  top: 0;
  right: 90px;
  width: 389px;
  height: 250px;
  background:  no-repeat;
  display: none;
}

.weixin-sina .weixin-popup {
  top: -80px;
}

.weixin-sina .weibo-popup {
  top: 55px;
}

.weixin-sina .close {
  position: absolute;
  right: 25px;
  top: 5px;
  color: #979797;
}

.weixin-sina .media {
  padding-top: 25px;
  padding-left: 8px;
}

.weixin-sina .media-heading {
  font-size: 24px;
  color: #223a60;
  padding-bottom: 10px;
}

.weixin-sina .media-body p {
  margin: 0;
  padding: 2px;
  color: #8797b1;
}

/* module: footer css --end */

.carousel {
  height: 200px;
}

.carousel-indicators {
  padding: 0;
}

.carousel-indicators li {
  background-color: #3d5f85;
  border-color: #8ac3f5;
  margin: 0 5px;
}

.carousel-indicators .active {
  background-color: #8dc7fa;
  margin: 0 5px;
}

.bodyer {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  background-color: #fff;
}

.bodyer .main1 {
  /*width: 100%;*/
}
/* 后改轮播图 */
.swiper_fir .pic a img{
    width: 280px;
    height: 150px
}
.swiper_fir .pic .titles {
  font-size: 16px;
  padding-top: 5px;
  text-align: left;
  padding-left: 10px;
}
.swiper-container{width: 100%;}
/* .swiper-slide{width: 280px !important;} */

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image:  !important;
  top: 50% !important;
  margin-top: -40px !important;
  width: 17px !important;
  height: 47px !important;
  z-index: 10 !important;
  background-repeat: no-repeat !important;
  font: 0/0 arial !important;
  cursor: pointer !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image:  !important;
  top: 50% !important;
  margin-top: -40px !important;
  width: 17px !important;
  height: 47px !important;
  z-index: 10 !important;
  background-repeat: no-repeat !important;
  font: 0/0 arial !important;
  cursor: pointer !important;
}