﻿a {
  color: #333;
}

.container1 {
  width: 1200px;
  margin: 0 auto;
}

.head{
  width: 100%;
  background: url(./head_bj.jpg) no-repeat center;

}
.head .head_con{
  overflow: hidden;
}
.head .head_con .head_logo_fanh{
  margin-top: 30px;
}
.head .head_con .head_logo_fanh span{
  display: inline-block;
  float: right;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.4);
  color: #ff645d;
  border-radius: 8px;
}
.head .head_con .head_logo_fanh span a{
  color: #ff645d;
}

.head .head_con .head_tit {
  margin-top: 10px;
  text-align: center;
}
.head .head_con .head_tit img{
  width: 60%;
}

.head .head_con .head_search{
  width: 440px;
  margin: 16px auto 30px;
  height: 54px;
  background: #fff;
  border-radius: 27px;
  box-sizing: border-box;
  padding: 11px;
}
.head .head_con .head_search form{
  width: 100%;
  height: 100%;

}
.head .head_con .head_search form img{width: 34px;display: inline-block;}
.head .head_con .head_search form .inp{width: 300px;height: 100%; margin-top: -22px;}
.head .head_con .head_search form button{border: 0;
  background: #71acf2; color: #fff;outline-style: none;padding: 9px 24px;
  border-radius: 20px;float: right;font-size: 14px;}

.content {
  border: 12px solid #6a84e8;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
  min-height: 500px;
  margin-top: 50px;
}

.content>.chnName {
  position: absolute;
  left: -81px;
  top: 20px;
  width: 69px;
}

.content>.chnName a {
  display: block;
  background: url(chn_bg.png) top right no-repeat;
  height: 166px;
  font-size: 20px;
  padding: 40px 7px 0 33px;
  color: #fff;
  line-height: 29px;
  margin-top: -25px;
  position: relative;
  z-index: 0;
}

.content>.chnName a.on {
  display: block;
  background: url(chn_on.png) top center no-repeat;
  height: 166px;
  font-size: 22px;
  font-weight: bold;
  padding: 40px 15px 0 25px;
  color: #fff;
  line-height: 29px;
  position: relative;
  z-index: 1;
}

.content>.chnName a.hmzc.on {
  margin-top: -30px;
}

.content>.title {
  padding: 30px;
  height: 44px;
  border-bottom: 1px solid #6a84e8;
}

.content>.title a {
  float: left;
  display: block;
  line-height: 42px;
  padding: 0 20px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #6a84e8;
  border-radius: 30px;
  margin-right: 20px;
}

.content>.title a:hover,
.content>.title a.on {
  background-color: #6a84e8;
  color: #fff;
}

.content>.list {
  padding: 30px 42px 40px;
}

.content>.list table {
  width: 100%;
}

.content>.list table.table1 tr {
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  background-color: #d2e1fc;
}

.content>.list table.table1 td {
  font-weight: normal;
  color: #578ffd;
  text-align: center;
  font-size: 18px;
}

.content>.list table.table2 tr {
  height: 58px;
  line-height: 58px;
  font-size: 18px;
}

.content>.list table.table2 td {
  text-align: center;
  color: #666;
  border: solid #ededed;
  border-width: 0px 1px 1px 0px;
}

.content>.list table.table2 td,
.content>.list table.table2 td a {
  font-size: 16px;
}

.content>.list table.table2 td:nth-child(1) {
  text-align: left;
  padding-left: 30px;
  position: relative;
}

.content>.list table.table2 td:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6a84e8;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.content>.list table.table2 {
  background-color: #fff;
  border: solid #ededed;
  border-width: 0px 0px 0px 1px;
}