*{
  margin:0;
  padding:0;
  font-size: 16px;
  color:#333;
}
button,input{
  outline:none;
  border:0;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a{
  text-decoration:none;
}
p{
  margin:0 ;
}
a:focus, a:hover {
  text-decoration:none;
}
.navbar{
  margin-bottom: 0;
}


/*  头部  */
.logo {
    float: left;
}
.social-icons {
    float: right;
}
.navbar-nav {
    background: #fff;
    float: left;
    margin: 0;
}
.navbar-default .navbar-nav > li > a {
    font-family: '微软雅黑', 'serif';
    text-transform: uppercase;
    background: none;
    font-size:17px;
}
.social-icons {
  color:#aaa;
  font-size:20px;
}
.social-icons a{
  color:#3783ce;
}

@media screen and (min-width: 768px) {
  .logo img{
    height:52px;
    margin-left: 10px;
  }
  .social-icons {
    margin-top: 15px;
    margin-right: 10px;
  }
  .social-icons a{
    margin:0 9px;
  }
  .header {
    padding: 14px 0;
  }
  .navbar-nav {
    background: none;
    width:100%;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
    width:16.6%;
    text-align: center;
    border:1px solid #3783ce;
  }
  .navbar-default {
    background: none;
    border: none;
  }
  .navigation_top{
    background:#3783ce;
  }
  .navbar-default .navbar-nav > li > a {
    color:#fff;
  }
  .navbar-default .navbar-nav > li:hover{
    background:#fff;
  }
  .navbar-default .navbar-nav > li > a:hover{
    color:#3783ce !important;
  }
  .navbar-default .navbar-nav > li > a:focus{
    color: #fff;
  }
  .header {
    padding: 22px 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 16px 0;
  }
  .navigation_top .navbar-nav {
    width:100%;
  }
  .navbar-default .navbar-nav > li > a {
    color:#3783ce;
  }
  .navbar-default .navbar-nav > li:hover{
    background:#3783ce;
  }
  .navbar-default .navbar-nav > li > a:hover{
    color:#fff !important;
  }
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-collapse.in {
    overflow-y: hidden;
  }
  .navbar-default .navbar-nav > li > a:focus{
    color: #3783ce;
  }
  .navbar-default {
    margin-bottom: 10px;
  }
  .logo img{
    width:160px;
  }
  .social-icons {
    margin-top: 5px;
  }
  .social-icons a{
    margin:0 5px;
  }
}


/*  banner  */
.banner {
  background: url(../images/banner.jpg) no-repeat 0px 0px;
  background-size: auto;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 660px;
}
@media screen and (max-width: 767px) {
  .banner {
    min-height: 300px;
  }
}


/*  简介  */
.company_introduction_text h3{
  font-size:17px;
  font-weight: bold;
  color:#3783ce;
}
.company_introduction_text p{
  text-indent: 32px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .company_introduction_text h3{
    margin-top: 15px;
    margin-bottom:7px;
  }
  .company_type{
    margin-top:28px;
  }
  .fixed_img{
    width:100%;
  }
}
@media screen and (min-width: 768px) {
  .company_introduction_text h3{
    margin-top: 50px;
    margin-bottom:16px;
  }
  .company_type{
    margin-top:40px;
  }
  .fixed_img{
    max-width:585px;
    max-height: 368px;
  }
}


/*  招聘  */
.company_title_type{
  margin-top:0px;
  text-align:center;
  color:#3783ce;
}
.company_title_type .iconfont{
  color:#3783ce;
  margin-right:5px;
}
.company_title_type .iconfont.icon-wenjianbao{
  font-size:30px;
}
.company_jobs .col-md-4{
  padding-left:0;
}
.job_type{
  color:#3783ce;
  font-size:17px;
  display:inline-block;
  height:28px;
  line-height:28px;
  cursor: pointer;
}
.send_job_btn{
  width:90px;
  height:28px;
  background:#3783ce;
  color:#fff;
  float: right;
  font-size:14px;
  border-radius: 6px;
}
.send_job_btn:hover{
  background:#2C79C6;
}
.job_list_p{
  margin-top:6px;
  font-size:18px;
  color:#999;
  vertical-align: middle;
}
.job_demand{
  margin:0 6px;
  vertical-align: middle;
  color:#666;
  font-size:15px;
}
.job_list{
  margin-top:20px;
}
.company_title_type .iconfont.icon-icon{
  font-size:36px;
}
@media screen and (min-width: 768px) {
  .send_job_btn{
    margin-right:15%;
  }
  .fixed_img2{
    max-width:475px;
    max-height:406px;
  }
  .culture_text{
  margin-top:75px;
}

}
@media screen and (max-width: 767px) {
   .fixed_img2{
    width:88%;
  }
}
.company_introduction_img{
  text-align:center;
}
.company_introduction_text p {
  text-indent: 32px;
  line-height: 30px;
}
.jobs_more{
  text-align:center;
}
.jobs_more a{
  display:inline-block;
  width:180px;
  height:40px;
  line-height:40px;
  border:1px solid #3783ce;
  color:#3783ce;
  margin-top:20px;
}
.jobs_more a:hover{
  background:#3783ce;
  color:#fff;
}


/*-- 企业风采 --*/
.ch-item {
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  cursor: default;
}
.ch-info-wrap{
  position: absolute;
  width: 89%;
  height: 262px;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 20px;
  left: 20px;
  background: #ffffff;
  box-shadow:0 0 0 20px rgba(255,255,255,0.2),
  inset 0 0 3px rgba(115,114, 23, 0.8);
  -webkit-box-shadow:0 0 0 20px rgba(255,255,255,0.2),
  inset 0 0 3px rgba(115,114, 23, 0.8);
  -moz-box-shadow:0 0 0 20px rgba(255,255,255,0.2),
  inset 0 0 3px rgba(115,114, 23, 0.8);
  -o-box-shadow:0 0 0 20px rgba(255,255,255,0.2),
  inset 0 0 3px rgba(115,114, 23, 0.8);
  -ms-box-shadow:0 0 0 20px rgba(255,255,255,0.2),
  inset 0 0 3px rgba(115,114, 23, 0.8);
}
.ch-info{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  backface-visibility: hidden;
}

.ch-info .ch-info-back {
  -webkit-transform:rotate3d(0,1,0,180deg);
  -moz-transform:rotate3d(0,1,0,180deg);
  -o-transform:rotate3d(0,1,0,180deg);
  -ms-transform:rotate3d(0,1,0,180deg);
  transform:rotate3d(0,1,0,180deg);
  background: #3783ce;
  -webkit-background: #3783ce;
  -o-background: #3783ce;
  -ms-background: #3783ce;
  -moz-background: #3783ce;
}
.ch-info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 28px;
  margin: 40px 8px 23px 8px;
  padding: 67px 10px 0;
}
.ch-item:hover .ch-info-wrap {
  -webkit-box-shadow:0 0 0 0 rgba(255,255,255,0.8),
  inset 0 0 3px rgba(115,114, 23, 0.8);
  -o-box-shadow:0 0 0 0 rgba(255,255,255,0.8),
  inset 0 0 3px rgba(115,114, 23, 0.8);
  -ms-box-shadow:0 0 0 0 rgba(255,255,255,0.8),
  inset 0 0 3px rgba(115,114, 23, 0.8);
  -moz-box-shadow:0 0 0 0 rgba(255,255,255,0.8),
  inset 0 0 3px rgba(115,114, 23, 0.8);
  box-shadow:0 0 0 0 rgba(255,255,255,0.8),
  inset 0 0 3px rgba(115,114, 23, 0.8);
}
.ch-item:hover .ch-info {
  -webkit-transform:rotate3d(0,1,0,-180deg);
  -moz-transform:rotate3d(0,1,0,-180deg);
  -o-transform:rotate3d(0,1,0,-180deg);
  -ms-transform:rotate3d(0,1,0,-180deg);
  transform:rotate3d(0,1,0,-180deg);
}
.ch-grid {
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
  margin-top:16px;
}
.ch-grid:after,.ch-item:before {
  content: '';
  display: table;
}
.ch-grid:after {
  clear: both;
}
.pests-grid {
  width: 100%;
  height: 302px;
  display: inline-block;
}
.ch-img-2 {
  background-image: url(../images/mien_img1.jpg);
  -webkit-background-image: url(../images/mien_img1.jpg);
  -o-background-image: url(../images/mien_img1.jpg);
  -ms-background-image: url(../images/mien_img1.jpg);
  -moz-background-image: url(../images/mien_img1.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
}
.ch-img-3 {
  background-image: url(../images/mien_img2.jpg);
  -webkit-background-image: url(../images/mien_img2.jpg);
  -o-background-image: url(../images/mien_img2.jpg);
  -ms-background-image: url(../images/mien_img2.jpg);
  -moz-background-image: url(../images/mien_img2.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
}
.ch-img-1 {
  background-image: url(../images/mien_img3.jpg);
  -webkit-background-image: url(../images/mien_img3.jpg);
  -o-background-image: url(../images/mien_img3.jpg);
  -ms-background-image: url(../images/mien_img3.jpg);
  -moz-background-image: url(../images/mien_img3.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
}


/*-- 发展空间 --*/
.company_title_type .iconfont.icon-fengcai{
  font-size:40px;
  vertical-align:middle;
}
.company_title_type .iconfont.icon-fazhan{
  font-size:40px;
}
.development_space p{
  text-indent:32px;
  line-height:28px;
  margin-bottom:8px;
}




/*-- 底部 --*/
.footer_main{
  height:165px;
  background:#f0f2f4;
  border-top: 1px solid #3783ce;
  margin-top:25px;
  text-align: center;
  padding-top: 26px;
}
.footer_list{
  display:inline-block;
  vertical-align:middle;
}
.footer_list li{
  text-align: left;
  font-size:15px;
  margin-bottom:3px;
  color:#555555;
}
.footer_border{
  display:inline-block;
  height:112px;
  width:1px;
  background:#999;
  vertical-align:middle;
  margin:0 25px 0 15px;
}
.footer_img{
  width:102px;
  height:102px;
  vertical-align:middle;
}