/* CSS Document */
#slideshow {
  background: url('../images/keySearch.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 240px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: 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;
}
.mbx {
  height: 15px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  margin-left: 10px;
}
#mbxDiv {
  height: 20px;
  line-height: 20px;
  width: 1200px;
  margin: 40px auto;
  margin-bottom: 0;
}
#sContent {
  height: 858px;
  width: 1200px;
  margin: 20px auto;
  margin-bottom: 50px;
  overflow: hidden;
  padding-bottom: 30px;
}
.mbxLastCon {
  color: #3C7EF2;
}
#left {
  float: left;
  width: 296px;
  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;
}
#right {
  float: left;
  width: 880px;
  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-left: 20px;
  position: relative;
}
.naviEn {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  white-space: nowrap;
}
.naviEn_b {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3C7EF2;
  white-space: nowrap;
}
.navChina {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3F516F;
}
.navChina_b {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3C7EF2;
}
.leftNav {
  height: 70px;
  padding-left: 47px;
  padding-top: 26px;
}
.leftNav_s {
  height: 70px;
  padding-left: 47px;
  padding-top: 26px;
  background: #F5F7FA;
  border: 1px solid;
  border-image: linear-gradient(-23deg, rgba(236, 239, 243, 0.73), rgba(255, 255, 255, 0.73)) 1 1;
  box-shadow: 3px 4px 7px 0px rgba(155, 155, 155, 0.16), -9px -13px 13px 0px #FFFFFF;
}
.navImg {
  float: right;
  margin-right: 41px;
}
.st {
  float: left;
  width: 5px;
  height: 24px;
  background: #3F516F;
  display: inline-block;
}
#listTop {
  margin-top: 24px;
  margin-left: 35px;
  height: 24px;
}
.listTopTitle {
  float: left;
  height: 24px;
  line-height: 24px;
  margin-left: 8px;
  width: 89px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3F516F;
}
#lists {
  clear: both;
  margin-left: 37px;
}
.listsUl li {
  list-style: none;
  margin-top: 25px;
  cursor: pointer;
}
.listsUl li a {
  text-decoration: none;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3F516F;
  line-height: 16px;
}
.listsUl li:first-child {
  margin-top: 31px;
}
.listRq {
  float: right;
  margin-right: 35px;
  height: 13px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #AAB9CB;
}
.listsUl li a:hover {
  color: #3C7EF2;
}
.listsUl li a:hover span {
  color: #3C7EF2;
}