/*自定义字体*/
@font-face {
  font-family: "nicwang";
  src: url('../fonts/lating.ttf');
}
/*12.19*/
* {
  padding: 0;
  margin: 0;
  font-family: nicwang;}

.row{
  padding: 0;
  margin: 0;
}


footer section img:nth-child(1) {
  float: left;
  padding-top: 5px;
}

footer section .input1 {
  width: 100%;
  outline: none;
}

/*图文简介*/

.container-fluid {
  padding: 0
}

#toTop {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  right: 3%;
  bottom: 3%;
  font-size: 14px;
  background-color: #fff;
  z-index: 999;
  color: #333;
  text-align: center;
}

.navbar-default {
  background: #fff;
  color: #999;
}

.navbar {
  border: none;
}

header .container {
  padding: 8px 0;
}

/*nav*/
.navbar {
  margin: 0;
}

.index_xs_img {
  background: url("../img/again_img/0.png") no-repeat;
  background-size: 100%;
  text-align: center;
  height: 855px;
  box-sizing: border-box;

}

.townav {
  text-align: center;
  padding: 6% 0 14% 0;
  width: 50%;
  margin: auto;
}

.townav img {
  text-align: center;
  margin: auto;
}

.townav .big_txt {
  padding: 5px 0;
  font-size: 45px;
  font-family: nicwang;

}

.townav .middle_txt {
  color: #999;
}

.townav .bottom_txt {
  color: #0076ca;
}

.short_line {
  width: 4%;
  border-top: 2px solid #0076ca;
  margin: auto;
  margin-bottom: 55px;
}

article {
  margin: 100px;
}

.left_line h2 {
  font-size: 30px;
  color: #2D325C;
  font-weight: 600;
}

.left_line {
  height: 60px;
}

.left_line h2 {
  float: left;
  padding: 0 15px;
  border-left: 3px solid #0076ca;
}

.left_line p {
  width: 80%;
  border-bottom: 1px solid #ccc;
  float: left;
  color: #0076ca;
  padding-top: 30px;
  font-weight: bold;
}

article .content {
  padding: 150px 0;
  font-size: 14px;
  text-indent: 30px;
  color: #555;
  line-height: 32px;
}

/*footer*/
footer section {
  margin-top: 30px;
}

.footer_content {
  background: #282828;
  height: 88px;
  text-align: center;
  padding-top: 20px;
  color: #f1f1f1;
}

section {
  padding: 20px 0;
  background: #f1f1f1;

}

section input {
  height: 50px;
  border: 1px solid #ccc;
  padding-left: 10px;
  color: #0076ca;
}

/*12.20服务支持*/

.service_box {
  margin: 70px 0 50px 0;
}

.service_box .row {
  margin-top: 40px;
}

.service_box .media h4 {
  color: #0076ca;
  padding-top: 30px;
  font-weight: bold;
}

/*12.20招贤纳士*/

.invite_img {
  text-align: center;
  background: #f1f1f1;
}
.invite_position_txt{
  position: absolute;
  top:24%;
  width: 100%;
  text-align: center;
}
.invite_img p {
  color: #555;
  font-size: 14px;
}

.invite_content_txt {
  background: #f1f1f1;
  height: 380px;
}

.invite_content_txt p {
  color: #2d325c;
  font-size: 14px;
  padding: 100px 0;
  text-indent: 30px;
  line-height: 25px;
}

.invite_content_txt .media p {
  padding: 0;
}

#zp .invite_ul {
  margin-top: 60px;
}

#list1, #list2, #list3, #list4, #list5, #list6, #list7, #list8, #list9 {

  outline: 1px solid #F5F5F5;
  color: #2d325c;
  font-size: 20px;
  box-sizing: border-box;
  clear: both;
}

#zp .invite_ul p {
  height: 70px;
  line-height: 70px;
  box-sizing: border-box;
  margin: 0;
  padding-left: 20px;
}

.invite_ul p span {
  float: right;
  color: #ccc;
  font-size: 16px;
  padding-right: 20px;
  height: 70px;
  line-height: 70px;
}

.list_div1, .list_div2, .list_div3, .list_div4, .list_div5, .list_div6, .list_div7, .list_div8, .list_div9 {

  font-size: 14px;
  line-height: 30px;
  padding-top: 20px;
  width: 100%;
  display: none;
}

.list_div1 ul, .list_div2 ul, .list_div3 ul, .list_div4 ul, .list_div5 ul, .list_div6 ul, .list_div7 ul, .list_div8 ul, .list_div9 ul {
  list-style: none;
  padding-left: 25px;
}

.invite_ul .blue_txt {
  color: #0076ca;
}

/*12.21*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #0076ca;
}

/*导航菜单a链接设置*/
a {
  color: #999;
}

#one_list_menu {
  color: #0076ca;
  border-bottom: 3px solid #2d325c;
}

#one_list_menu a {
  color: #0076ca;
}

.title_all_blue_txt {
  color: #0076ca;
  font-weight: 600;
  margin:6px 0;
}

/*invite菜单效果*/
#tow_list_invite {
  border-bottom: 3px solid #2d325c;
}

#tow_list_invite a {
  color: #0076ca;
}

/*service菜单效果*/
#three_list_service {
  border-bottom: 3px solid #2d325c;
}

#three_list_service a {
  color: #0076ca;
}

.container_img_txt {
  text-align: center;
  position: absolute;
  top: 52%;
  width: 100%;
}

.container_img_txt p {
  font-family: nicwang;
}

.blue_txt {
  color: #0076ca;
}

.middle_txt {
  color: #5e5e5e;
}

/*12.25*/
.invite_content_txt .media-body p {
  text-indent: 0;
  padding-top: 5px;
}
.mini_send{
  height: 50px;
  padding: 0;
  margin: 0;
}
.mini_send img {
  height: 100%;
}

.pen_img img {
  margin-left: 70%;
}

.namebox input {
  float: right;
}

.namebox {
  padding-left: -15px;
}

.tow_txt_box {
  padding-top: 45px;
}

.service_box {
  padding-top: 50px;
}

.index_article {
  padding: 30px 0 80px 0;
}

/*12.28*/
.service_img {
  text-align: center;
  box-sizing: border-box;
}





/*自适应*/
@media (max-width: 768px) {
  .fo_text {
    font-size: 12px;
  }

  .navbar-header {
    height: 60px;
  }

 .navbar-toggle {
    position: absolute;
    top: 8px;
    left: 83%;
  }

  .navbar-header .logo img {
    padding-left: 20px;
  }

  .container .content {
    font-size: 14px;
  }

  footer section, footer section .input1 {
    margin: 5px auto;
    width: 100%;
  }

  .mini_input div {
    margin-left: 8%;
  }

  .mini_send img {
    padding: 0;
    margin: 0;

  }

  .mini_send {
    width: 40%;

  }

  .index_xs_img {
    width: 93%;
    height: 778px;
    background: url("../img/again_img/index_mini.png") no-repeat;
    background-size: 100%;
    margin: auto;
    margin-bottom: -40px;
  }

  .service_box .row {
    margin: -25px 0;

  }

  .service_box .row .col-md-6 {
    padding-top: 20px;
  }

  .invite_content_txt .row {
    margin: -50px auto;
  }

  .article .content {
    padding: 30px;
  }

  .service_box .media {
    margin-top: 20px;
  }

  .service_box .media .media-left {
    width: 80px;
  }

  .index_article {
    width: 90%;
    margin: 20px auto;
  }

  .index_xs_img {
    width: 100%;
    height: 240px;
    background: url("../img/again_img/index_mini.png") no-repeat;
    background-size: 100%;
  }

  .invite_content_txt {
    background: #fff;
  }

  .col-md-5 {
    margin-bottom: 25px;
  }

  .left_line h2 {
    font-size: 20px;
  }

  article .content {
    padding: 90px 0 40px;
  }

  .index_article {
    padding: 0;
  }

  .invite_content_txt p {
    padding: 25px 0 70px;
  }

  .invite_content_txt {
    height: auto;
  }

  #list1, #list2, #list3, #list4, #list5, #list6, #list7, #list8 {
    font-size: 16px;
  }
}

