@charset "UTF-8";

/*重置bootstrap*/

* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a:hover, a:visited, a:checked {
  text-decoration: none;
}

a.tetx-white {
  color: #fff;
}

a:hover {
  color: #ffc90d;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}

ul, ol {
  list-style: none;
}

.border-right {
  border-right: 1px solid #9a9a9a;
}

.border-left {
  border-left: 1px solid #9a9a9a;
}


/*重置php cms*/

.form-control, .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  font-size: 14px;
  line-height: 1.42857143;
}


/*header*/

.header {
  background-color: #393939;
  color: #9a9a9a;
  line-height: 40px;
  font-size: 22px;
  margin-bottom: 10px;
}

.language a {
  color: #9a9a9a;
  font-family: "宋体";
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: #fff !important;
  background-color: #ffc90d;
}

.navbar-default {
  border: none;
  background-color: transparent;
  font-size: 18px;
  margin-bottom: 0;
  min-height: 54px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #ffc90d;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background: none;
}

.carousel-control.left {
  background: none;
}

.navbar-brand {
  float: left;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}


/*常用css样式*/

.font-bold {
  font-weight: bold;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.word-break {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-zero {
  padding: 0;
}

.margin-top-30 {
  margin-top: 30px;
}


/*PRODUCT*/

.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #e5e5e5 solid;
}

.product-container a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.product-name {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  overflow: hidden;
  border-top: none;
  line-height: 30px;
  letter-spacing: 1px;
  padding:5px 15px;
  font-size: 16px;
}
.word-break,.product-name {
  word-break:keep-all; 
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.product-container a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

@media(max-width:767px) {
  .product-container {
    height: 150px;
  }
  .product-container a {
    height: 150px;
  }
  .product-container a img {
    max-width: 100%;
    max-height: 150px;
    margin: 0 auto;
  }
}


/*For IE7*/

*+html .product-container a {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  text-align: center;
}

*+html .product-container a img {
  position: relative;
  top: -50%;
  left: -50%;
}



.about-list {
  position: relative;
}

.about-black {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.about-name {
  font-size: 18px;
}

.pro-title {
  background-color: #1689c3;
  line-height: 40px;
  font-size: 26px;
  padding: 30px 0;
}

.pro-main {
  border: 1px solid #e9e9e9;
  padding: 0 15px 15px 15px;
  border-top: none;
}

.pro-list {
  line-height: 36px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
  cursor: pointer;
}

.pro-active {
  color: #1689c3;
  border-bottom: 1px solid #1689c3;
}

.pro-img {
  height: 200px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  /*border-bottom: none;*/
  padding: 5px;
  display: table-cell;
  vertical-align: middle;
  background: #fff;
}

.pro-img img {
  max-height: 200px;
}

.pro-name {
  padding: 0 15px;
  line-height: 36px;
}

.line {
  height: 1px;
  background-color: #e9e9e9;
  width: 100%;
  margin-bottom: 10px;
}


.product-list {
  overflow: hidden;
  display: none;
}

small {
  color: #ccc;
}

.news-index p {
  margin-bottom: 0;
}

.margin-top-10 {
  margin-top: 10px;
}

.news-img {
  max-height: 130px;
}

.news-title-index {
  border: 1px solid #1689c3;
  color: #1689c3;
  font-size: 24px;
  line-height: 60px;
  padding: 5px 15px;
  background-color: #fff;
  z-index: 9;
}

.news-title {
  font-size: 24px;
  line-height: 32px;
}
.news-icon{
  padding:15px 0;
  overflow: hidden;
}
.news-list{
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px dashed #ddd;
}
.news-line {
  width: 100%;
  height: 1px;
  background-color: #1689c3;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.img-news-dsc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.img-title {
  font-size: 22px;
}

.news-list-index {
  overflow: hidden;
  margin-top: 10px;
}

.news-times {
  border: 1px solid #1689c3;
}

.news-y {
  background-color: #1689c3;
  font-size: 24px;
}

.news-d {
  font-style: 18px;
}

.footer {
  background-color: #1c1d21;
  margin-top: 30px;
}

.footer-right {
  border-right: 1px solid #000;
  font-size: 14px;
  line-height: 36px;
  margin-top: 10px;
  padding: 0 5px;
}

.text-gray {
  color: #777;
}

.footer-border-right {
  border-right: 1px solid #000;
}

.footer h3 {
  margin-top: 0;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: #000;
  overflow: hidden;
  margin: 10px 0;
}

.copy-right {
  line-height: 36px;
}
.logo{
	max-height:54px;
}
#product {
  width: 100%;
  background-color: #f5f5f5;
  padding: 15px 0;
  margin-top: 30px;
}
.logo-xs{
  max-height: 50px;
}
.nav{
	padding-top:10px;
}
.home-img-news{
  width: 100%;
  height: 210px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-about{
  font-size: 16px;
  line-height: 1.75em;
  padding-top: 30px;
}
.brand-join{
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 30px;
  border-bottom: 2px solid #e56b39;
}
.join-brand{
  font-size: 24px;
}
.join-ul{
  margin-top: 20px;
  line-height: 2em;
  font-size: 16px;
}
.btn{
  border-radius: 4px;
}
.join-tel{
  position: relative;
  overflow: hidden;
}
.join-tel span{
  font-size: 24px;
}
.join-tel{
  border: 2px solid red;
  border-radius: 8px;
  padding: 5px 15px;
  margin-top: 20px;
}
.tel-back{
  position: absolute;
  top: 0;
  right: 0px;
}
.join-btn{
  margin-top: 30px;
}
.join-btn .col-xs-4{
  padding: 0 10px;
}
.join-rz{
  font-size: 18px;
  margin-left: 5px;
}
.join-de{
  font-size: 14px;
  color: #7b7b7b;
  padding-top: 5px;
  margin-left: 5px;
}
.text-success{
  color: #20b415;
}
.join-right-ul{
  line-height: 32px;
  font-size: 14px;
}
.join-right-ul .fa-check-circle{
  font-size: 22px;
}
.join-right-ul li{
  padding: 5px 0;
}
.join-b{
  font-size: 24px;
  padding-left: 15px;
  border-left: #f00 4px solid;
}
.join-company{
  color: #7d7d7d;
  line-height: 1.75em;
  padding-top: 15px;
  letter-spacing: .5px;
  /* font-size: 16px; */
}
.join-information,.join-pay,.join-adva,.join-yq{
  color: #7d7d7d;;
  line-height: 2em;
  /* font-size: 16px; */
  padding-top: 15px;
}
.join-adva{
  height: 300px;
  overflow: hidden;
}
.join-adva-active{
  height:auto;
}
.step{
  margin: 30px 0;
}
.btn-renz{
  border-radius: 4px;
  border:1px solid #f00;
  color: #f00;
  margin-top: 15px;
}
.join-guide{
  font-size: 18px;
}

.join-icon .col-xs-4{
  padding: 0 10px;
}
.join-icon .text-center{
  font-size: 16px;
  padding-top: 10px;
}
.join-pc{
  line-height: 2em;
}
.join-hot{
  margin-bottom: 15px;
  padding: 0 10px;
}
.join-from{
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  display: none;
}
.join-from-container{
  width: 600px;
  height: 300px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -150px;
  padding: 15px;
}
.join-logo{
  margin-bottom: 30px;
  overflow: hidden;
}
.join-logo-title{
  font-size: 18px;
  padding-top: 15px;
}
.join-read{
  padding: 10px 0;
  overflow: hidden;
}
.form-bottom{
  font-size: 16px;
  padding-top: 20px;
}
.join-close{
  position: absolute;
  top:-40px;
  right: -40px;
  cursor: pointer;
}
.step-title{
  font-size: 16px;
  padding-top: 10px;
}
.show-pro-info{
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.show-pro-img{
  max-height:500px;
}
.show-news-info{
  color: #555;
  font-size: 16px;
  padding: 15px 0;
  overflow: hidden;
}
.show-news-info img{
  margin: auto !important;
  display: block;
}
.table-responsive .font-bold{
  font-size: 16px;
}

.swiper-container{text-align: center;}
td.px13{
  padding:15px 0
}
.dsn{
  padding:15px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.main_body{
  line-height: 1.5em;;
}
.main_head{
  padding: 15px 0;
}
.show-job-title{
  font-size: 22px;
  font-weight: bold;
  color: #ffc90d;
  margin-bottom:10px;
}
.show-job-info{
  padding: 10px 0;
}
.lh18{
  line-height: 2em;
}
.show-pro-info table td{
  border:1px solid #ddd;
  padding:5px;
  width: auto !important;
}

.pro-img {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.pro-img  a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.pro-img  a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}
.product-title{
    border:1px solid #ddd;
    border-top:none;
    line-height: 40px;
    margin-bottom: 30px;
	background-color:#fff;
}
@media(max-width:768px){
	.pro-img,.pro-img  a{
   height:120px;
   }
	.pro-img  a img{
		max-height:110px;
	}
}
#content img{
	display:block;
	margin:auto;
	max-width:100% !important;
	height:auto !important;
}
.px13 table{
	width:100% !important;
}
.px13 table tr,.px13 table td{
	padding:0 10px;
}
.px13 table td{
	border: 1px solid #ddd;
}
#comment_div{
	display:none;
}