/*
* @Author: cb
* @Date:   2016-11-09 10:36:49
* @Last Modified by:   cb
* @Last Modified time: 2018-01-15 10:42:04
*/
ul, li {list-style: none}
a, a:hover {
  text-decoration: none;
}

body {
  min-width: 1000px;
}
div {
  zoom: 1;
}

.text-red {
  color: rgb(197, 17, 26);
}

#main-header {
  position: fixed;
  top:0;
  left:0;
  right:0;
  z-index: 10;
}

#main-content {
  padding-top: 72px;
}

#pages {
  float: right;
}
#pages a, #pages span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  color: #000;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #eee;
}
 #pages span  {
  background-color: #ccc;
  color: #fff;
 }
 .nav > li.has-child > span {
  position: relative;
 }
.nav > li.has-child > span:after{
  content: '';
  position: absolute;
  border-bottom: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  top: 50%;
  margin-top: -3px;
  right: -20px;
  transition: transform .2s;
  -webkit-transition: -webkit-transform .2s;
  -o-transition: -o-transform .2s;
  -moz-transition: -moz-transform .2s;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);

}
.nav > li.has-child:hover {
  color: #0ACF68;
}

.nav > li.has-child:hover > span:after {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  border-bottom-color: #0ACF68;
}

.nav > li.has-child > .child-nav {
  position: absolute;
  background-color: #fff;
  left: 0px;
  right: 0px;
  z-index: 3;
  border: 1px solid #eee;
  box-shadow: 1px 1px 3px #eee;
  display: none;
  overflow: hidden;
}
.nav > li.has-child:hover > .child-nav {
  display: block;
}

.nav > li.has-child > .child-nav > li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #eee;
  z-index: 3;
  text-align: center;
}
.nav > li.has-child > .child-nav > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 15px;
}
.nav > li.has-child > .child-nav > li > a:hover {
  color: #0ACF68;
}
.nav > li.has-child > .child-nav > li:last-child {
  border: 0px;
}

.navigation {
  margin-top: 0px;
}
.navbar > .nav-wil > ul > li > a, .navbar > .nav-wil > ul > li > span{
  height: 50px!important;
  display: block;
  line-height: 50px;
  padding: 10px 0;
  box-sizing: content-box;
}

.abouts, .services, .blog, .gallery, .contact {
  padding-top: 15px;
}

.navigation {
  width: 80%;
}
.navigation .navbar-nav {
  float:right;
}
#map {
  width: 100%;
  height: 500px;
  box-sizing: content-box;
  border: 1px solid #ccc;
  margin: 15px 0;
}

/*******招聘信息*******/
#recurite {
  padding: 10px 0;
  position:relative;
}
.trace {
  padding-left: 0px;
  padding-right: 20px;
}
.trace-wrap  .title {
  width: 100%;
  text-align: center;
  heihgt: 45px;
  line-height: 45px;
  font-size: 18px;
  background-color: #eee;
  box-shadow: 0px 1px 3px #ccc;
}
.trace-wrap {
  background-color: #fff;
  margin-top: 15px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 10px #ccc;
  padding-right: 0;
}
.trace-wrap  a {
  display: block;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  border-bottom: 1px dashed #eee;
  color: #000;
}
.trace-wrap  a:last-child {
  border-bottom: 0px;
}

#recurite .rec-ind {
  line-height: 2em;
  color: #000;
}
#recurite .rec-ind .l2 {
  margin-left: 2em;
}

/*****招聘信息end******/

/********首页 begin***********/

.advantage {
  padding: 35px 0;
  background-image: url(../images/footer_bg_odqs.jpg);
  background-position: center center;
}
.advantage .main-title {
  padding: 10px 0;
  font-size: 30px;
  font-weight: 1000;
}
.advantage .subtitle {
  padding: 10px 0;
  font-size: 18px;
  color: #666;
}
.advantage-list {
  margin-top: 40px;
  padding-bottom: 30px;
}
.advantage-list .advantage-item img{
  width: 100px;
  height: 100px;
}
.advantage-list .advantage-item .title{
  width: 100%;
  overflow: hidden;
  padding: 20px 0 10px;
  font-weight: bold;
  font-size: 22px;
  color: #555;
}
.advantage-list .advantage-item .detail {
  color: #888;
  height: 40px;
  overflow: hidden;
}

/*******烦恼*******/
.trouble, .footer-about{
  padding: 35px 0;
}
.trouble .why {
  font-size: 30px;
}
.trouble .main-title {
  font-size: 30px;
  margin-top: 15px;
}
.trouble .trouble-list {
  margin-top: 40px;
}
.trouble .trouble-list .img-list {
  width: 100px;
  height: 200px;
}
.trouble .trouble-list .img-wrap {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
}
.trouble .trouble-list .img-list {
    transform:translateY(-100px);
    -webkit-transform:translateY(-100px);
    -o-transform:translateY(-100px);
    -moz-transform:translateY(-100px);
    transition: transform .5s;
     -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    -moz-transition: transform .5s;
}
.trouble .trouble-list .img-wrap:hover .img-list, .trouble .trouble-list .img-wrap.hover .img-list {
  transform:translateY(0px);
    -webkit-transform:translateY(0px);
    -o-transform:translateY(0px);
    -moz-transform:translateY(0px);
}
.trouble .trouble-item {
  width: 20%!important;
}
.trouble .trouble-item .title {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  margin-top: 10px;
}

.trouble .trouble-list .img-list img {
  widthg: 100px;
  height: 100px;
  display: block;
}
.d-btn {
  display: inline-block;
  margin-top: 40px;
  border: 1px solid rgb(197, 17, 26);
  color: rgb(197, 17, 26);
  padding: 10px 35px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.d-btn:hover {
  background-color: rgb(197, 17, 26);
  color: #fff;
}
// .trouble .trouble-item
/********首页 end***********/
@media screen and (max-width: 1200px) {
  .nav > li > a, .nav > li > span {
    margin: 0 24px!important;
  }
}

@media screen and (max-width: 1000px) {
  .nav > li > a, .nav > li > span {
    margin: 0 10px!important;
  }
}
.job-list  {
  margin-bottom: 15px;
}
  .job-list > .job-item {
    margin-top: 15px;
    color: #777;
  }
  .job-list > .job-item > table{
    width: 100%;
  }
  .job-list > .job-item > table .title {
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-weight: bold;
  }
  .job-list > .job-item > table td{
    height: 35px;
  }
    .job-list > .job-item > table td.ct {
      height: auto;
      line-height: 1.5em;
    }
/********footer********/
.footer {
  background-color: #fff;
  padding: 0px;
}
.footer-about p {
  line-height: 1.5em;
}
.footer-about .contact-btn {
  background-color: #666;
  border-color: #666;
  color: #fff;
  margin-right: 15px;
}
.footer-bottom {
  background-color: #666;
  padding: 20px 0;
  color: #fff;
}
.footer-about .contact-btn:hover {
  background-color: #999;
  border-color: #999;
}
.footer-bottom .super-links {
  margin-top: 15px;
}

.footer-bottom .super-links a{
  margin-left: 10px;
}
.footer-bottom a {
  color: #fff;
}

.footer-bottom .footer-icp {
  line-height: 1.8em;
  padding-top: 25px;
}
.footer-bottom .footer-nav {
  line-height: 1.8em;
}

.crumbs {
  padding: 10px 0;
}
.crumbs a {
  color: #000;
  margin-right: 5px;
  font-size: 15px;
}
.crumbs a:not(:first-child) {
  margin-left: 5px;
}


/*****首页新闻******/
.font-news {
  position:relative;
}
.font-news-list {
  padding: 0 15px;
}
.font-news .bg{
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.font-news .bg .fl {
   position: absolute;
  top:0;
  left:0;
  right: 50%;
  bottom: 0;
  background-color: #eee;
}

.font-news .bg .fr {
   position: absolute;
  top:0;
  left:50%;
  right: 0;
  bottom: 0;
  background-color: #ddd;
}

.font-news > .container {
  position: relative;
  z-index: 2;
  padding: 15px 0 40px;
}
.font-news .title {
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}

.font-news .title a {
  float:right;
  font-size: 15px;
  color: #333;
}
.font-news .title a::after {
  content: ">>"
}
.font-news .title a:hover {
  color: red;
}

.font-news .font-news-item {
  padding-left: 10px;
  background-image: url('../images/left.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #ccc;
}
.font-news .font-news-item.first {
  height: 150px;
  padding: 15px 0;
  background-image: none;
  margin-left: -10px;
  overflow: hidden;
}
.font-news .font-news-item.first .row,  .font-news .font-news-item.first .row > div{
  height: 100%;
  display: block;
}
.font-news .font-news-item.first .col-xs-3 {
  padding: 0;
}
.font-news .font-news-item.first img {
  width: 100%;
  height: 100%;
}
.font-news .font-news-item.first .title {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-news .font-news-item.first  .time {
  height: 20px;
  line-height: 20px;
  color: #888;
  font-size: 14px;
}
.font-news .font-news-item.first .detail {
  line-height: 1.5em;
  height: 70px;
  overflow: hidden;
  font-size: 14px;
  color: #888;
}
.font-news .font-news-item .new-title {
  padding-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 100%;
}
.font-news .font-news-item a {
  color: #000;
}
.font-news .font-news-item a:hover {
  color: #34a8dd;
}


.about-nav {
  background-color: #eee;
}
.about-nav .nav-link {
  display: block;
  float: left;
  margin-right: 40px;
  padding: 15px 0;
  color: #333;
  font-weight: bold;
  font-size: 15px;
}
.about-nav .nav-link.current {
  color: #0acf66
}
.about-content {
  padding: 35px 0px;
}

.fzlc {
  padding: 20px 0;
}
.fzlc-item {
  padding: 50px 40px 15px 100px;
  position: relative
}
.fzlc-item .border {
  position: absolute;
  top: 0;
  bottom: 0;
  border: 1px solid #ccc;
  left: 50px;
}
.fzlc-item  .time {
  display: block;
  height: 30px;
  background-color: #eee;
  width: 100px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  position: absolute;
  top:0px;
  left: 0px;
}
.fzlc-item  .time:after {
  content: ' ';
  display: block;
  border-top: 6px solid #eee;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position:absolute;
  top: 30px;
  left: 45px;
}
.fzlc-item .circle {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 46px;
  top: 50px;
  background-color: #ccc;
  border-radius: 50%;
}
.blog-to img {
  width: 100%!important;
  height:  auto!important;
}

.md {
  position: fixed;
  right:0;
  top: 50%;
}
.md a {
  display: block;
  width: 100px;
}
.top-blog .subtitle {
  overflow: hidden;
}
.top-blog .subtitle p {
  float: left;
  margin-right: 15px;
}
.industry_content .top-blog {
  margin-top: 15px;
}
.industry-content .subtitle {
  margin: 10px 0;padding-bottom: 10px; border-bottom: 2px solid red;
}
.industry-content .sed {
  line-height: 1.6em;
}
.rslides li div {
  background-repeat: no-repeat;
}

.jumpLink {
  cursor: pointer;
}

.contact_form {
  width: 70%;
  margin: 0 auto;
  padding: 20px 0;
}
.contact_form .col-xs-6 {
  padding-left: 0px;
}
.contact_form  input {
  height: 45px;
  margin-top: 15px;
  padding: 0 10px;
}
.contact_form textarea {
  margin-top: 15px;
  height: 165px;
  width: 100%;
  padding: 10px;
  resize: none;
}
.contact_form .row {
  margin:0;
}
.contact_form  input, .contact_form textarea {
  border: 1px solid #ccc;
  outline: none;

}
.contact_form .submit-wrap {
  text-align: center;
  margin-top: 15px;
}
.contact_form .submit {
  padding: 10px 50px;
  border: 1px solid #ccc;
  background-color: #eee;
  outline: none;
}
.contact_form .placeholder {
  color: #999;
}
.contact_info p {
  padding: 6px 0;
  font-size: 15px;
  color: #333;
}

.news-item {
  overflow: hidden;
  height: 150px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.news-item dt, .news-item dd {
  float: left;
}
.news-item dt {
  width: 140px;
  height: 140px;
}

.news-item dt img {
  width: 100%;
  height: 100%;
}

.news-item dd {
  width: 985px;
  margin-left: 15px;
}

.news-item , .news-item a{
  color: #999;
}
.news-item dd h3 {
  text-align: left;
  font-size: 18px;
  color: #000;
  height: 35px;
}
.news-item dd p {
  height: 25px;
  line-height: 25px;
  margin: 0;
}

.news-item dd p.sed {
  height: 80px;
  line-height: 1.5em;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .news-item dd {
    width: 785px;
  }
}

@media screen and (max-width: 1000px) {
  .news-item dd {
    width: 565px;
  }
}

// .callbacks_nav {
//   display: block;
//   background-color: rgba(125, 125, 125, 0.6);
//   width: 100px;
//   height: 100px;
//   top: 50%;
//   margin-top: -50px;
//   text-indent: 0px;
// }
// .callbacks_nav.next {
//   right: 2%;
// }
// .callbacks_nav.prev {
//   left: 2%;
// }