﻿

/********************nav******************/

ul {
  list-style: none;
  }
  .uuuu {
  display: block;
  text-decoration: none;
  width: 130px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: white;
  background:#0257d6;
  }
  ul li a.menu {
  background: #0257d6;
    text-decoration: none;
  }
  .nave {
  }
  .drop-down {
  width: 130px;
    text-decoration: none;
  }
  .drop-down-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 1s ease;
    text-decoration: none;
  }
  .drop-down-content li:hover a {
  background-color:#e60012;
    text-decoration: none;
  }
  .nave .drop-down:hover .drop-down-content {
  opacity: 1;
  height: 360px;
  }

/********************nav end******************/

.lxcg .vi {
  margin: 0 auto;
  height: 150px;
  background: url(011.png) no-repeat center top;
  position: relative;
  min-width: 100%;
  overflow: hidden;
}
.lxcg .vi .vidbacking-active-block-back {
  position: absolute;
  min-width: 1180px;
  height: 100%;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.lxcg .vi .mbg {
 margin:0 auto;
  position: absolute;
min-width: 1180px;
  top: 10px;
}
.lxcg .vi .viText {
  background: url(911.png) no-repeat;
  position: absolute;
  z-index: 9999;
  width: 380px;
 
  height: 66px;
  right:0;
  top: 40px;
}
.lxcg .topMain {
  background: url(lxcg_bg3.png) no-repeat center top;
  padding-top: 80px;
}
.lxcg .topMain .topNews {
  color: #fff;
  text-align: center;
  margin-bottom: 55px;
}
.lxcg .topMain .topNews span {
  font-size: 30px;
  display: block;
  height: 30px;
  margin-bottom: 30px;
}
.lxcg .topMain .topNews p {
  text-align: left;
  text-indent: 2em;
  line-height: 36px;
  font-size: 16px;
  margin-bottom: 10px;
}
.lxcg .topMain .topNews .clickBut {
  display: block;
  width: 338px;
  height: 99px;
  line-height: 79px;
  background: url(lxcg_bg2.png) no-repeat;
  font-size: 20px;
  color: #213176;
  margin-top: 30px;
}
.lxcg .topMain .live {
  margin-bottom: 70px;
}
.lxcg .topMain .live .tit {
  height: 30px;
  background: url(lxcg_bg4.png) no-repeat center top;
  margin-bottom: 40px;
}
.lxcg .topMain .live .videos {
  width: 1000px;
  height: 570px;
  overflow: hidden;
  position: relative;
}
.lxcg .topMain .live .videos img {
  width: 1000px;
  height: 570px;
  position: absolute;
  left: 0;
  top: 0;
}
.lxcg .topMain .live .videos i {
  width: 31px;
  height: 31px;
  float: left;
  background: url(news_bg3.png);
  margin-top: 15px;
  margin-right: 15px;
}
.lxcg .topMain .live .videos span {
  width: 920px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 40px;
  font-size: 16px;
}
.lxcg .topMain .botList .tit {
  height: 30px;
  background: url(lxcg_bg6.png) no-repeat center top;
  margin-bottom: 40px;
}
.lxcg .topMain .botList .numTop,
.lxcg .topMain .botList .numBot {
  height: 240px;
  border-bottom: 1px solid #5376a7;
  margin-bottom: 70px;
}
.lxcg .topMain .botList .numTop img,
.lxcg .topMain .botList .numBot img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #eee;
  float: left;
  margin-right: 15px;
}
.lxcg .topMain .botList .numTop .textRig,
.lxcg .topMain .botList .numBot .textRig {
  float: left;
  margin-top: 20px;
  width: 980px;
  font-size: 16px;
}
.lxcg .topMain .botList .numTop .textRig span,
.lxcg .topMain .botList .numBot .textRig span {
  display: block;
  font-size: 22px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}






.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cf {
  *zoom: 1;
}
.imgDef a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: opacity 0.7;
}
input {
  font-family: "Microsoft Yahei", "微软雅黑", "Tahoma", "SimSun";
}
.imgHide {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.imgHide img {
  width: 100%;
  height: 100%;
}
.enlarge a img {
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
}
.enlarge a:hover img,
.enlarge.a:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  /* IE 9 */
  -moz-transform: scale(1.05);
  /* Firefox */
  -webkit-transform: scale(1.05);
  /* Safari and Chrome */
  -o-transform: scale(1.05);
  /* Opera */
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.cf {
  *zoom: 1;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  overflow: hidden;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb85 {
  margin-bottom: 85px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb95 {
  margin-bottom: 95px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
.boxx {
  width: 1180px;
  overflow: hidden;
  min-width: 1180px;
}

.l {
  float: left;
}
.r {
  float: right;
}
.topBar {
  z-index: 9;
  position: relative;
}
.topBar .header {
  height: 120px;
}
.topBar .header .logo {
  text-indent: -999em;
  width:398px ;
  height: 87px;
  background: url(../images/logo.png) no-repeat;
  float: left;
  margin-top: 20px;
}
.topBar .header .menuBtn {
  display: none;
}
.topBar .header .search {
  width: 370px;
  height: 40px;
  border: 1px solid #d2d2d2;
  border-radius: 25px;
  float: right;
  margin-right: 0px;
  margin-top: 40px;
}
.topBar .header .search {
  width: 350px;
  height: 40px;
  border: 1px solid #d2d2d2;
  border-radius: 25px;
  float: right;
  margin-right: 0px;
  margin-top: 40px;
}
.search {
  background-color: #ffffff;
  width: 300px;
  height: 40px;
  border: 1px solid #d2d2d2;
  border-radius: 25px;
  float: right;
  margin-top: 10px;
}
.topBar .header .search .inputTxt {
  width: 250px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin-top: 5px;
  margin-left: 10px;
  border: none;
  font-size: 14px;
  float: left;
  background-color: #fff;
}
.search .inputTxt {
  width: 200px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin-top: 5px;
  margin-left: 10px;
  border: none;
  font-size: 14px;
  float: left;
  background-color: #fff;
}

.topBar .header .search .inputBtn {
  width: 32px;
  height: 32px;
  background: url(../images/wic_bg22.png) no-repeat;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  outline: 0;
}
input:focus {
  outline: none;
}
 .search .inputBtn {
  width: 32px;
  height: 32px;
  background: url(../rtheme/wic_bg22.png) no-repeat;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  outline: 0;
}
.topBar .header .icon {
  width: 95px;
  height: 41px;
  background: url(../images/wic_bg23.png) no-repeat;
  margin-top: 37px;
  float: right;
}
.topBar .nav {
  height: 60px;
  background-color: #0257d6;
  position: relative;
	text-align: center;;
  z-index: 6666;
}
.topBar .nav .navCont {
  line-height: 60px;
  margin: 0 auto;
}
.topBar .nav .navCont li {
  float: left;
  z-index: 616;
}
.topBar .nav .navCont li a {font-size: 1.2rem;color: #fff;text-decoration: none;font-weight:500;}
.topBar .nav .navCont li .dow {
  display: none;
  position: absolute;
  top: 60px;
  width: 130px;
  line-height: 40px;
  background-color: #0257d6;
  text-align: center;
}
.topBar .nav .navCont li .dow a {
  color: #fff;
  font-size: 14px;
}
.topBar .nav .navCont li .dowHide {
  display: none;
}
.topBar .nav .navCont .En {
  font-size: 16px;
  color: #fff;
}
.topBar .nav .navCont .En a {
  font-size: 16px;
  color: #79a0d9;
}
.footer {
  padding: 1px 0;
}
.footer .footerCont .info,
.footer .footerCont .infoRight {
  overflow: hidden;
  margin-right: 135px;
  float: left;
  display: block;
}
.footer .footerCont .info span,
.footer .footerCont .infoRight span {
  max-height: 60px;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;
  float: left;
  overflow: hidden;
  font-weight: 700;
  color: #fff;
}
.footer .footerCont .info p,
.footer .footerCont .infoRight p {
  clear: both;
  line-height: 24px;
  color: #e7e7e7;
}
.footer .footerCont .info .partner,
.footer .footerCont .infoRight .partner {
  width: 230px;
  float: left;
  clear: both;
}
.footer .footerCont .info .partner li,
.footer .footerCont .infoRight .partner li {
  min-width: 40px;
  line-height: 24px;
  color: #e7e7e7;
  float: left;
  margin-right: 15px;
}
.footer .footerCont .info .partner li a,
.footer .footerCont .infoRight .partner li a {
  color: #e7e7e7;
}
.footer .footerCont .info i,
.footer .footerCont .infoRight i {
  display: none;
}
.footer .footerCont .infoRight {
  width: 255px;
  float: left;
  margin-right: 0;
}
.footer .footerCont .infoRight i {
  margin-left: 42px;
  font-style: normal;
}
.lxcg_foote .footerCont .info {
  margin-right: 45px;
}
.about {
  height: 69px;
  background-color: #0257d6;
}
.about span {
  display: block;
  line-height: 69px;
  margin-right: 25px;
  float: left;
  font-weight: 700;
  color: #fff;
}
.about .iconApp li {
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 20px;
  margin-top: 12px;
}
.about .iconApp li a {
  display: block;
  width: 45px;
  height: 45px;
}
.about .iconApp li .icon1 {
  background: url(../images/wic_bg10.png) no-repeat;
}
.about .iconApp li .icon2 {
  background: url(../images/wic_bg11.png) no-repeat;
}
.about .iconApp li .icon3 {
  background: url(../images/wic_bg12.png) no-repeat;
}
.copyRight {
  height: 60px;
  background-color: #0257d6;
  color: #fff;
}
.copyRight span {
  line-height: 60px;
}
.copyRight .r {
  float: right;
  margin-right: 20px;
}
/********************返回顶部 BEGIN****************/
.entranceRight {
  position: fixed;
  _position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: 620px;
  bottom: 25px;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-  this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt (this.currentStyle.marginBottom, 10)||0)));
}
.entranceRight a {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  border-radius: 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: url(../images/public_v2.png) 0 -280px #858787 no-repeat;
}
.entranceRight a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: url(../images/public_v2.png) 0 -280px #858787 no-repeat;
}
/********************返回顶部 end******************/
/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
