@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  background-color: #eceff3;
}
.headtop {
  height: 150px;
  background-color: #889ba7;
  line-height: 150px;
}
.headtop h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  margin: 0;
  color: #fff;
  letter-spacing: 10px;
  text-shadow: 0px 4px 1px #272727;
}
.headtop p {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  margin: 0;
  color: #fff;
  letter-spacing: 0px;
  text-shadow: 0px 4px 1px #272727;
}
.bm_footer {
  margin: 40px auto 0px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  padding: 30px;
}
.tag {
  display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}
.tagTitle {
 font-weight: bold;
    font-size: 22px;
}
.baikuai {
  display: inline-block;
  border-style: solid;
  border-width: 15px 10px 15px 0px;
  border-color: transparent #ffffff transparent transparent;
  width: 0px;
  height: 0px;
  margin-left: -10px;
  background: #9ccc65;
}
.threeCard {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  display: flex;
  justify-content: space-between;
}
.threeCard div {
  background-color: #fff;
  margin-top: 45px;
  width: 370px;
  border-radius: 3px;
}
.threeCard div P {
  padding: 10px;
  display: flex;
  font-weight: 800;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f7f9;
}
.threeCard div P a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 5px;
  background-color: #5fb5fb;
  border-radius: 3px;
}
.threeCard div ul {
  padding: 10px 20px;
}
.threeCard div li {
  line-height: 30px;
  font-size: 14px;
  border-bottom: 1px solid #dfdfdf;
}
.threeCard div li a {
  color: #3f9ce8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}
.navigation {
  background-color: #fff;
  text-align: center;
}
.navigation button {
  width: 178px;
  background: #169BD5;
  font-weight: bold;
  color: white;
  text-align: center;
  border: 0px;
  font-size: 18px;
  margin-top: 20px;
  padding: 10px 0px;
  margin-bottom: 20px;
  border-radius: 6px;
  cursor: pointer;
}
.xiton_content {
  width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.left_card {
  background-color: #fff;
    border-radius: 3px;
    width: 580px;
    height: 500px;
    float: left;
}
.right_card {
  background-color: #fff;
  border-radius: 3px;
    width: 580px;
    height: 500px;
    float: right;
}
.right_card h2{
    background: #169bd5;
    color: white;
    font-size: 28px;
    text-align: center;
    line-height: 65px;
}
.right_card P:nth-child(2){
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
}
.right_card P:nth-child(3){
    line-height: 55px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: red;
}
.left_img {
 width: auto;
}
.left_img img {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    margin-bottom: 40px;
}
.left_img span {
    width: 440px;
    margin: 0 auto;
    display: block;
    line-height: 30px;
    text-align: center;
}
.left_img span i{
   font-style: normal;
    color: red;
    margin: 0 1px; 
}

.right_ul {
  padding: 20px;
  line-height: 20px;
  font-size: 14px;
}
.right_ul li:nth-child(1){
    font-weight: bold;
    font-size: 16px;
}
.right_ul li{
    margin: 4px 0;
    font-size: 14px;
}
.left_card:hover, .right_card:hover, .CkGongao:hover, .CkZixun:hover, .CkDayi:hover {
  box-shadow: 0 0 36px #d8dde5;
}
.bkzn{
    width: 1200px;
    background: white;
    margin: 10px auto;
}
.bkzn span{
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    line-height: 30px;
    font-weight: bold;
}
.bkzn a{
    display: inline-block;
    color: #333333;
    width: 22%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 30px;
}
.bmrk_box{
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
    height: 120px;
    width: 500px;
    margin: 0 auto;
}
.bmrk_box a{
    color: white;
    background: #169bd5;
    display: block;
    margin: 0 auto;
    width: 170px;
    height: 50px;
    text-align: center;
    font-size: 21px;
    line-height: 50px;
    border-radius: 10px;
    margin-top: 32px;
    font-weight: bold;
}
.bmrk_box a:hover{
    background: #148ec3;
    font-size: 22px;
}