/* CSS Document */
#slideshow {
  background: url('../images/keySearch.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 240px;
  width: 100%;
  text-align: center;
}
#slideshow p {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.ksChinese {
  display: block;
  height: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align: middle;
}
.ksEn {
  display: block;
  height: 21px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 16px;
}
#liu_area {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mbx {
  height: 15px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  margin-left: 10px;
}
#mbxDiv {
  height: 20px;
  width: 1200px;
  line-height: 20px;
  margin: 40px auto;
  margin-bottom: 0;
}
#sContent {
  width: 1204px;
  min-height: 858px;
  background: #F5F7FA;
  border: 1px solid;
  border-image: linear-gradient(-20deg, #D3E6F9, #FFFFFF) 1 1;
  box-shadow: 7px 5px 16px 0px #CFDEEB, -6px -6px 14px 0px #FFFFFF;
  border-radius: 10px;
  margin: auto;
  margin-top: 19px;
  margin-bottom: 12px;
}
.mbxLastCon {
  color: #3C7EF2;
}
.cTitle {
  width: 871px;
  /*  height: 98px;*/
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3F516F;
  line-height: 60px;
  margin: auto;
  text-align: center;
  margin-top: 60px;
}
.cTitleF {
  width: 872px;
  height: 45px;
  background: #EDEDED;
  line-height: 45px;
  margin: auto;
  margin-top: 48px;
  padding-left: 26px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.cContent {
  width: 898px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3F516F;
  line-height: 34px;
  margin: auto;
  margin-top: 40px;
  padding-bottom: 80px;
}
#video {
  height: 377px;
  background: url('../images/videoImg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  text-align: center;
  padding-top: 103px;
	position: relative;
}
.vOut {
   position: absolute;
    left: 361px;
    text-align: left;
    z-index: 30;
}
.vTitle {
  height: 40px;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.vContent {
  width: 714px;
  height: 71px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: 33px;
}
.vPlay {
  height: 65px;
  line-height: 65px;
  margin-top: 41px;
  display: flex;
  align-items: center;
}
.vPImg {
  float: left;
}
.vpText {
  float: left;
  margin-left: 15px;
  font-size: 18px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #FFFFFF;
}
.videoplay {
	 width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

	.videoModel{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}
.videoModel video{
    margin-top: 240px;
}
.videoModel i{
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
}
