@charset "utf-8";


body {
  min-width: 1200px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  border: none;
  outline-style: none;
}

input,
select,
textarea {
  outline: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #4484e5;
}

p {
  margin: 0;
  padding: 0;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}


.main_div {
  width: 100%;
  height: auto;
  min-width: 1200px;
}

.sub_div {
  margin: 0 auto;
  height: auto;
  max-width: 1200px;
}

.container {
  width: 1200px;
  padding-left: 0;
  padding-right: 0;
}


.head {
  position: relative;
  height: 460px;
  background: url('../img/head_bg.png') no-repeat;
  background-size: 100% 100%;
}

.head_con {
  height: 600px;
  text-align: center;
  padding-top: 86px;
}

.head_con img {
  width: 1076px;
}




.con_ej1 {
  position: relative;
  height: 91px;
  line-height: 91px;
}

.cej1_p1 {
  font-size: 32px;
  font-family: '微软雅黑';
  color: #000;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}

.search_input {
  height: 40px;
  width: 431px;
  border-radius: 20px;
  border: 1px solid #b1c5ed;
  padding-left: 20px;
  font-size: 18px;
  color: #787898;
  background-color: rgba(255, 255, 255, 0.9);
  
  background-image: url('../img/search.png');
  background-position: 97% center;
  background-repeat: no-repeat;
  float: right;
  margin-top: 25px;
}

.search_input::-webkit-input-placeholder {
  font-size: 18px;
  color: #787898;
}

.user_search_inputname::-moz-placeholder {
  
  font-size: 18px;
  color: #787898;
}

.search_input:-moz-placeholder {
  
  font-size: 18px;
  color: #787898;
}

.search_input:-ms-input-placeholder {
  
  font-size: 18px;
  color: #787898;
}

.conLine {
  width: 100%;
  height: 6px;
  background-color: #f5f5f5;
}


.listTab .hd {
  margin-bottom: 28px;
  padding-top: 40px;
}

.listTab .hd li {
  display: inline-block;
  width: 151px;
  height: 52px;
  line-height: 52px;
  background-color: #c1d6f4;
  color: #222;
  font-size: 20px;
  font-family: '微软雅黑';
  cursor: pointer;
  margin-right: 40px;
  text-align: center;
}

.listTab .hd li a {
  color: #222;
  font-size: 20px;
  font-family: '微软雅黑';
}

.listTab .hd li.on {
  background-color: #4484e5;
  color: #fff;
}

.listTab .hd li.on a {
  color: #fff;
}

.listTab .bd {
  border-top: 1px solid #ebeaea;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}


.bottom {
  position: relative;
  height: 337px;
  background: url('../img/bottom_bg.png') no-repeat;
  background-size: 100% 100%;
}

.foot_div {
  position: relative;
  height: 160px;
  margin-top: 165px;
}

.row7 {
  padding-top: 45px;
}

.col_xs_2,
.foot_mid {
  text-align: center;
}

.net_a,
.banquan {
  padding-bottom: 10px;
}

.net_a1 {
  color: #000;
  padding-left: 15px;
}

.net_a1 span {
  vertical-align: text-bottom;
}

.foot_span {
  color: #000;
  font-size: 14px;
}

.foot_span1,
.foot_span2,
.foot_span3 {
  padding-left: 40px;
}

.headA_ej {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 31px;
  right: 13px;
  z-index: 111;
}