@charset "utf-8";
/* CSS Document */
/* 初始化*/
html {
  overflow-x: auto;
  overflow-y: auto;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  background-color: #fff;
  font-family: "微软雅黑";
  font-size: 12px;
  min-height: 100%;
}
img {
  border: 0;
}
a,
a:hover,
a:active {
  text-decoration: none;
}
li {
  list-style: none;
}
h2 {
  font-size: 18px;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/*全局样式*/
.w {
  width: 100%;
  margin: 0 auto;
}
.m {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.in {
  width: 1200px;
  margin: 0 auto;
}
/*top 头部*/
.navbar {
  height: 80px;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}
.navbar-default .navbar-brand {
  padding-top: 30px;
  height: 80px;
}
.navbar-default .navbar-nav > li > a {
  margin-left: 25px;
  color: #333;
  font-size: 18px;
}
.navbar-nav {
  margin-top: 16px;
}
.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  color: #0199f1;
  border-bottom: 2px solid #0199f1;
}
.copy-right {
  width: 100%;
  line-height: 60px;
  border-top: 1px solid #999999;
  text-align: center;
}
html,
body {
  height: 100%;
}
.content {
  min-height: 100%;
}
.nav-tabs > li > a {
  padding: 26px 13px;
  font-size: 18px;
  border-radius: 0;
}
.nav-tabs li.active > a,
.nav-tabs li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #0199f1;
  color: #fff;
}
.gaikuang {
  padding-left: 0!important;
  padding-right: 0!important;
  background-color: #fff;
}
.title h3 {
  color: #0199f1;
}
.title p {
  color: #333;
  line-height: 22px;
  font-size: 14px;
}
.title p.text-uppercase {
  color: #0199f1;
  font-size: 12px;
}
.rongyu {
  background-color: #fff;
}
.rongyu img {
  margin: 0 auto;
  display: block;
}
.rongyu .row {
  margin-bottom: 20px;
}
.sheshi {
  padding-left: 0!important;
  padding-right: 0!important;
  margin-bottom: 0;
  background: #fff;
}
.sheshi .row {
  margin-bottom: 20px;
}
.sheshi .thumbnail {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
.sheshi .well {
  margin-left: -50px;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sheshi .well .title {
  color: #333;
  font-size: 17px;
  font-weight: 600;
}
.sheshi .well .detail {
  padding: 3px 8px;
  display: inline-block;
  border: 1px solid #0199f1;
  border-radius: 20px;
  color: #0199f1;
  font-weight: 200;
}
.sheshi img {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
.imgbox {
  position: relative;
  overflow: hidden;
  height: 216px;
}
.imgbox:hover .transform {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.imgbox:hover .opacity {
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
}
.imgbox .opacity {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  width: 100%;
  padding: 5px;
  color: #333;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.imgbox .transform {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 216px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(1000px);
          transform: translateY(1000px);
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.imgbox .transform p,
.imgbox .transform a {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}
#allapp {
  margin: 0 auto 40px;
  width: 90%;
  height: 450px;
}
/* 顶部区 */
.head_top {
  height: 30px;
  background: #f5f5f5;
}
.head_top .p_lef {
  float: left;
  line-height: 30px;
  color: #bfbbbb;
}
.head_top .form {
  float: right;
  margin-top: 5px;
}
.head_top .form .tex {
  float: left;
  border: 1px solid #92dffa;
  width: 95px;
  text-indent: 5px;
  height: 20px;
  line-height: 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.head_top .form .sub {
  float: left;
  background: #92dffa url(../img/s3.png) no-repeat 7px center;
  height: 20px;
  line-height: 20px;
  border: none;
  width: 55px;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: left;
  text-indent: 22px;
}
/* 导航区 */
.head_nav {
  height: 50px;
}
.head_nav .navbar-header {
  float: left;
}
.head_nav .nav {
  float: right;
}
.head_nav .nav li {
  float: left;
  height: 50px;
  line-height: 50px;
  margin-left: 50px;
  color: #393939;
  font-size: 16px;
}
.head_nav .nav li a {
  text-align: center;
  color: #393939;
  display: block;
  width: 72px;
}
.head_nav .nav li.on a {
  color: #0199f1;
  background: url(../img/s1.png) no-repeat left bottom;
}
/* 轮播区 */
.banner {
  position: relative;
  height: 420px;
  overflow: hidden;
  width: 100%;
}
.banner .bann_btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  height: 70px;
  margin-top: -35px;
  width: 38px;
}
.banner .bann_btn.prev {
  left: 30px;
  background: url(../img/sp.png) no-repeat;
}
.banner .bann_btn.next {
  right: 30px;
  background: url(../img/sn.png) no-repeat;
}
.banner .bd {
  position: relative;
  z-index: 0;
}
.banner .bd ul {
  width: 100% !important;
}
.banner .bd li {
  width: 100% !important;
  height: 420px;
}
.banner .bd li .siteWidth {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  height: 420px;
}
.banner .bd li a {
  height: 420px;
  display: block;
}
.banner .hd {
  width: 1200px;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -600px;
  text-align: right;
  z-index: 2;
}
.banner .hd ul {
  z-index: 2;
  position: absolute;
  bottom: 6px;
  left: 50%;
  margin-left: -30px;
}
.banner .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 10px;
  margin: 4px 5px;
  overflow: hidden;
  width: 10px;
  z-index: 2;
  border: 1px solid #fff;
  border-radius: 8px;
}
.banner .hd ul .on {
  background: #0199f1;
  border-color: #0199f1;
}
/* 首页  内容区*/
.ind_con {
  margin: 50px 0;
}
.ind_con .img {
  float: left;
}
.ind_con .text {
  float: right;
  width: 755px;
}
.ind_con .text h2 {
  font-weight: normal;
  font-size: 40px;
  color: #00a2ff;
  border-bottom: 1px solid #00a2ff;
  display: inline;
}
.ind_con .text p {
  font-size: 14px;
  padding-top: 20px;
}
.ind_con .text .btnn {
  line-height: 30px;
  height: 30px;
  color: #fff;
  background: #00a2ff;
  font-size: 18px;
  padding: 0 20px;
  border-radius: 15px;
  margin-top: 40px;
  display: inline-block;
}
/* 底部 */
.copy-right {
  background: #434343;
  padding-top: 30px;
  line-height: 12px;
}
.copy-right .foo_nav {
  padding: 22px 0;
  color: #ffffff;
}
.copy-right .foo_nav a {
  color: #fff;
  padding: 0 20px;
}
.copy-right .foo_p {
  padding: 20px 0 30px;
  line-height: 12px;
  color: #fff;
}
/*公司介绍*/
.big_img {
  width: 100%;
  height: 420px;
}
.about_bod .about_hea {
  padding: 50px 0 10px;
  text-align: center;
}
.about_bod .about_hea h3 {
  color: #0199f1;
}
.about_bod .about_hea p {
  color: #0199f1;
}
.about_bod .about_hea.aub_ton {
  padding-top: 0;
}
.about_bod p {
  color: #1b1b1b;
  font-size: 14px;
  padding: 10px 0;
}
.about_bod .img_list {
  text-align: center;
}
.about_bod .img_list img {
  display: inline-block;
  margin: 0 25px;
  width: 220px;
  height: 262px;
}
/*联系我们*/
.addre {
  margin-left: 20px;
}
.addre h4 {
  color: #1b1b1b;
  font-weight: bold;
}
.addre p {
  font-size: 14px;
}
/*公示信息*/
.public {
  padding-top: 35px;
  padding-bottom: 30px;
}
.public .list ul {
  zoom: 1;
  overflow: hidden;
}
.public .list li {
  width: 376px;
  padding: 8px;
  border: 1px solid #cac7c7;
  margin-top: 20px;
  float: left;
  margin-right: 35px;
}
.public .list li .img {
  display: block;
  width: 360px;
  height: 150px;
}
.public .list li .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.public .list li .tit {
  color: #393939;
  font-size: 14px;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.public .list li .btns {
  padding: 20px 58px;
}
.public .list li .btns .btnn {
  display: block;
  width: 86px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #92dffa;
  border-radius: 5px;
  color: #1b1b1b;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public .list li .btns .btnn:hover {
  background: #0199f1;
  color: #fff;
  border-color: #0199f1;
}
.public .list li .btns .btn1 {
  float: left;
}
.public .list li .btns .btn2 {
  float: right;
}
.public .list li:nth-child(3n) {
  margin-right: 0;
}
.public .list .load {
  text-align: center;
  padding: 8px 0;
  background: #eee;
  border-radius: 3px;
  margin-top: 20px;
  display: none;
  height: 32px;
  line-height: 16px;
}
.public .list .load span {
  padding-left: 5px;
}
.pub_new {
  padding-bottom: 30px;
}
.pub_new .a_new {
  float: right;
}
/*公告信息 - 详情页*/
.centent {
  padding-top: 55px;
}
.centent .address {
  height: 22px;
  padding-left: 25px;
  margin-left: 10px;
  background: url(../img/s9.png) no-repeat left center;
  line-height: 22px;
  color: #979797;
}
.centent .address a {
  color: #979797;
}
.centent .address a.on {
  color: #92dffa;
}
.centent .cent_bod h1 {
  padding-top: 40px;
  text-align: center;
}
.centent .cent_bod .tim {
  text-align: center;
  padding-top: 15px;
}
.centent .cent_bod .cent_body {
  margin-top: 45px;
  padding: 20px;
  border-top: 1px dashed #a8a8a8;
  min-height: 200px;
}
/*公司荣誉*/
.bon_table {
  width: 100%;
}
.bon_table td,
.bon_table th {
  text-align: center;
  height: 45px;
  line-height: 45px;
  border: 1px solid #c0bbbb;
  font-size: 14px;
}
.bon_table th {
  color: #fff;
  background: #21a6f3;
  font-weight: normal;
}
.bon_table td {
  color: #1b1b1b;
}
.bann_lis {
  position: relative;
  padding: 30px 0;
}
.bann_lis .hd {
  display: none;
}
.bann_lis .bd {
  width: 1060px;
  margin: 0 auto;
  height: 174px;
}
.bann_lis .bd li {
  float: left;
  margin: 0 16px;
  width: 236px;
  height: 174px;
  border: 1px solid #c0bbbb;
}
.bann_lis .bd li img {
  display: block;
  width: 100%;
  height: 100%;
}
.bann_lis .btnn {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  width: 31px;
  height: 53px;
}
.bann_lis .btnn.prev {
  left: 0;
  background: url(../img/s15.png) no-repeat;
}
.bann_lis .btnn.next {
  right: 0;
  background: url(../img/s16.png) no-repeat;
}
