/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeIn {
  0% {
    max-height: 40px;
  }
  100% {
    max-height: 301px;
  }
}
@-o-keyframes fadeIn {
  0% {
    max-height: 40px;
  }
  100% {
    max-height: 301px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    max-height: 40px;
  }
  100% {
    max-height: 301px;
  }
}
@keyframes fadeIn {
  0% {
    max-height: 40px;
  }
  100% {
    max-height: 301px;
  }
}
.flex {display:flex;display:-webkit-flex;flex-wrap:wrap;}
.banner img {
  display: block;
  width: 100%;
}
.line-show-6 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient:vertical;
}
@media (max-width: 1279px) {
  .main {
    padding: 10px;
  }
}
.main-box {
  display: flex;
}
@media (max-width: 1279px) {
  .main-box {
    display: block;
  }
}
.sidebar {
  width: 326px;
  margin-right: 60px;
}
.sidebar .hd {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.sidebar .hd:not(:first-child) {
  margin-top: 30px;
}
.sidebar .bd ul li {
  border-bottom: 1px dashed #d2d2d2;
}
.sidebar .bd ul li + li {
  padding-top: 10px;
}
.sidebar .bd ul li a {
  display: block;
  padding: 10px 0 10px 10px;
  font-size: 16px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .bd ul li a:hover,
.sidebar .bd ul li a.active {
  color: #fff;
  background-color: #e77745;
}
@media (max-width: 1279px) {
  .sidebar {
    width: auto;
    margin: 0 0 20px;
  }
  .sidebar .hd {
    font-size: 16px;
  }
  .sidebar .hd:not(:first-child) {
    margin-top: 10px;
  }
  .sidebar .bd {
    overflow-x: auto;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f4f4f4;
  }
  .sidebar .bd ul {
    font-size: 0;
    white-space: nowrap;
  }
  .sidebar .bd ul li {
    display: inline-block;
    border-bottom: 0;
  }
  .sidebar .bd ul li + li {
    padding: 0;
    margin-left: 10px;
  }
  .sidebar .bd ul li a {
    padding: 5px;
    font-size: 14px;
  }
}
.content {
  flex: 1;
}
.content .crumb {
  padding-bottom: 5px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
}
.content .crumb ul {
  font-size: 0;
}
.content .crumb ul li {
  display: inline-block;
  line-height: 22px;
  font-size: 17px;
}
.content .crumb ul li + li {
  margin-left: 14px;
  padding-left: 15px;
  border-left: 1px solid #000;
}
.content .aboutus {
  line-height: 1.8;
  font-size: 15px;
}
.content .aboutus .pic {
  display: block;
  width: 100%;
}
.content .aboutus .news-title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}
.content .aboutus .create-time {
	text-align: center;
	margin-bottom: 20px;
}
.content .qualifications .tips {
  line-height: 34px;
  margin-bottom: 20px;
  font-size: 18px;
}
.content .qualifications ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -10px;
}
.content .qualifications ul li {
  width: 33.33333333%;
  padding: 15px 10px;
}
.content .qualifications ul li .item {
  overflow: hidden;
  padding: 12px;
  background-color: #e9eef1;
}
.content .qualifications ul li .item img {
  display: block;
  width: 100%;
}
.content .culture .tips p {
  line-height: 26px;
  padding: 10px 0;
  margin: 0;
  font-size: 16px;
}
.content .culture ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.content .culture ul li {
  width: 33.33333333%;
  padding: 5px;
}
.content .culture ul li .item {
  height: 100%;
  padding: 30px 20px;
  color: #5b595a;
  background-color: #ededed;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content .culture ul li .item:hover {
  color: #fff;
  background-color: #e77745;
}
.content .culture ul li .item:hover p::before {
  background-color: #fff;
}
.content .culture ul li .item h3 {
  margin: 0 0 20px;
  font-size: 20px;
}
.content .culture ul li .item p {
  position: relative;
  padding-left: 10px;
  line-height: 34px;
  margin: 0;
  font-size: 16px;
}
.content .culture ul li .item p::before {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #5b595a;
  content: '';
}
.content .news .list ul li {
  padding: 26px 0;
  border-bottom: 1px dashed #efefef;
}
.content .news .list ul li .item {
  display: block;
}
.content .news .list ul li .item h3 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: normal;
}
.content .news .list ul li .item .bd {
  display: flex;
  flex-flow: row-reverse;
}
.content .news .list ul li .item .bd .pic {
  width: 393px;
  overflow: hidden;
  margin-left: 70px;
}
.content .news .list ul li .item .bd .pic img {
  display: block;
  width: 100%;
}
.content .news .list ul li .item .bd .txt {
  flex: 1;
  line-height: 1.9;
  margin: 0;
  font-size: 16px;
}
.content .service .desc {
  margin-bottom: 20px;
}

.content .service .desc,
.content .service .desc p {
  line-height: 30px;
  font-size: 15px;
  color: #5b595a;
}
.content .service .desc h3 {
  font-size: 18px;
}
.content .service .desc h4 {
  position: relative;
  line-height: 30px;
  padding-left: 8px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #5b595a;
}
.content .service .desc h4::before {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 2px;
  height: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #5b595a;
  content: '';
}
.content .service .desc img {
  display: block;
  max-width: 100%;
  margin-top: 25px;
}

.content .service .information .list {
	display: flex;flex-direction: column;height: 100%;margin-top: 10px;
}
.content .service .information .list .bd {
	flex: 1;
}

.content .service .information .hd {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  padding-left: 8px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  background-color: #f0f0f0;
}
.content .service .information .hd:not(:first-child) {
  margin-top: 20px;
}
.content .service .information .bd {
  color: #5b595a;
}
.content .service .information .bd p {
  line-height: 22px;
  padding: 8px 0;
  margin: 0;
  font-size: 16px;
}
.content .service .information .bd img {
  display: block;
  max-width: 100%;
  margin-top: 25px;
}
.content .case .list ul li {
  padding: 40px 0;
  border-bottom: 1px solid #f9f9f9;
}
.content .case .list ul li:nth-child(1) {
  padding-top: 0;
}
.content .case .list ul li .item {
  display: flex;
}
.content .case .list ul li .item .pic {
  width: 170px;
  overflow: hidden;
  margin-right: 26px;
  /*border: 1px solid #eaeaea;*/
}
.content .case .list ul li .item .pic img {
  display: block;
  width: 100%;
}
.content .case .list ul li .item .desc {
  flex: 1;
}
.content .case .list ul li .item .desc h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.content .case .list ul li .item .desc .txt {
  line-height: 1.9;
  font-size: 16px;
}
.content .case .list ul li .item .desc .txt p {
	margin: 0!important;
}
.content .contact .address {
  display: flex;
  margin: 0 -17px;
}
.content .contact .address .item {
  width: 33.33333333%;
  padding: 0 17px;
}
.content .contact .address .item .hd {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #cfcfcf;
  font-size: 20px;
  color: #c00000;
}
.content .contact .address .item .bd p {
  line-height: 30px;
  padding-left: 30px;
  margin: 0;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: 5px center;
}
.content .contact .message {
  margin: 28px 0 48px;
}
.content .contact .message .hd {
  margin-bottom: 18px;
}
.content .contact .message .hd h3 {
  line-height: 34px;
  margin: 0 0 10px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #e77745;
}
.content .contact .message .hd p {
  margin: 0;
  font-size: 14px;
  color: #5b595a;
}
.content .contact .message .bd .form {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.content .contact .message .bd .form .item {
  width: 50%;
  padding: 5px;
}
.content .contact .message .bd .form .item.full {
  width: 100%;
}
.content .contact .message .bd .form .item.btn-group {
  font-size: 0;
  text-align: center;
}
.content .contact .message .bd .form .item .form-control {
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 5px 12px;
  border: 1px solid #f2f2f2;
  font-size: 16px;
}
.content .contact .message .bd .form .item .form-control::placeholder {
  color: #000;
}
.content .contact .message .bd .form .item .btn {
  display: inline-block;
  height: 34px;
  padding: 0 40px;
  margin: 0 2px;
  border: 1px solid #cacac8;
  font-size: 20px;
  background-color: #dfdfdd;
}
.content .contact .message .bd .form .item .btn.submit {
  border-color: #e15f00;
  color: #fff;
  background-color: #e77745;
}
.content .contact .location .hd {
  display: flex;
  line-height: 34px;
  margin-bottom: 15px;
  font-size: 16px;
  background-color: #dfdfdd;
}
.content .contact .location .hd h3 {
  padding: 0 40px;
  margin: 0 20px 0 0;
  border-right: 4px solid #fff;
  font-size: 20px;
  color: #fff;
  background-color: #e77745;
}
.content .contact .location .bd .map {
  height: 596px;
}
.content .join .information {
  margin-bottom: 40px;
}
.content .join .information .hd {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #cfcfcf;
  font-size: 20px;
  color: #c00000;
}
.content .join .information .bd {
  line-height: 1.9;
  margin: 0;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: 5px center;
}
.content .join .information .bd p {
	margin: 0;
}
.content .join .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -20px;
}
.content .join .list ul li {
  width: 50%;
  padding: 30px 20px;
}
.content .join .list ul li .item .hd {
  font-size: 16px;
  font-weight: bold;
}
.content .join .list ul li .item .bd {
  line-height: 1.5;
  padding-top: 15px;
  font-size: 14px;
}
/*
.content .join .list ul li .item .bd h3 {
  margin: 20px 0 10px;
  font-size: 12px;
}*/
.content .join .list ul li .item .bd p {
  margin: 0;
}
@media (max-width: 1279px) {
  .content .crumb {
    margin-bottom: 10px;
  }
  .content .crumb ul li {
    line-height: 16px;
    font-size: 14px;
  }
  .content .aboutus {
    line-height: 22px;
    font-size: 14px;
  }
  .content .qualifications .tips {
    line-height: 22px;
    font-size: 14px;
  }
  .content .qualifications ul {
    display: block;
    margin: 0;
  }
  .content .qualifications ul li {
    width: auto;
    padding: 0;
  }
  .content .qualifications ul li + li {
    margin-top: 10px;
  }
  .content .culture .tips {
    margin-bottom: 10px;
  }
  .content .culture .tips p {
    line-height: 22px;
    padding: 5px 0;
    font-size: 14px;
  }
  .content .culture ul {
    display: block;
    margin: 0;
  }
  .content .culture ul li {
    width: auto;
    padding: 0;
  }
  .content .culture ul li + li {
    margin-top: 10px;
  }
  .content .culture ul li .item {
    padding: 10px;
  }
  .content .culture ul li .item h3 {
    margin: 0 0 10px;
    font-size: 16px;
  }
  .content .culture ul li .item p {
    line-height: 22px;
    font-size: 14px;
  }
  .content .culture ul li .item p::before {
    top: 9px;
  }
  .content .news .list ul li {
    padding: 10px 0;
  }
  .content .news .list ul li .item h3 {
    line-height: 22px;
    margin: 0 0 10px;
    font-size: 16px;
  }
  .content .news .list ul li .item .bd {
    display: block;
  }
  .content .news .list ul li .item .bd .pic {
    width: auto;
    margin: 0 0 10px;
  }
  .content .news .list ul li .item .bd p {
    line-height: 22px;
    font-size: 14px;
  }
  .content .service .desc p {
    line-height: 22px;
    font-size: 14px;
  }
  .content .service .information .hd {
    font-size: 14px;
  }
  .content .service .information .bd p {
    padding: 5px 0;
    font-size: 14px;
  }
  .content .case .list ul li {
    padding: 10px 0;
  }
  .content .case .list ul li .item {
    display: block;
  }
  .content .case .list ul li .item .pic {
    width: auto;
    margin: 0 0 10px;
  }
  .content .case .list ul li .item .desc h3 {
    font-size: 16px;
  }
  .content .case .list ul li .item .desc p {
    line-height: 22px;
    font-size: 14px;
  }
  .content .contact .address {
    display: block;
    margin: 0;
  }
  .content .contact .address .item {
    width: auto;
    padding: 0;
  }
  .content .contact .address .item + .item {
    margin-top: 10px;
  }
  .content .contact .address .item .hd {
    font-size: 16px;
  }
  .content .contact .address .item .bd p {
    line-height: 22px;
    padding-left: 24px;
    font-size: 14px;
    background-size: 14px;
  }
  .content .contact .message {
    margin: 20px 0;
  }
  .content .contact .message .hd h3 {
    font-size: 16px;
  }
  .content .contact .message .bd .form {
    display: block;
    margin: 0;
  }
  .content .contact .message .bd .form .item {
    width: auto;
    padding: 0;
  }
  .content .contact .message .bd .form .item + .item {
    margin-top: 10px;
  }
  .content .contact .message .bd .form .item .form-control {
    font-size: 14px;
  }
  .content .contact .message .bd .form .item .btn {
    font-size: 14px;
  }
  .content .contact .location .hd {
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .content .contact .location .hd h3 {
    padding: 0 10px;
    margin-right: 10px;
    border-right-width: 2px;
    font-size: 16px;
  }
  .content .contact .location .bd .map {
    height: 50vh;
  }
  .content .join .information {
    margin-bottom: 10px;
  }
  .content .join .information .bd p {
    line-height: 22px;
    font-size: 14px;
    text-align: left;
  }
  .content .join .list ul {
    display: block;
    margin: 0;
  }
  .content .join .list ul li {
    width: auto;
    padding: 10px 0;
    border-bottom: 1px dashed #d2d2d2;
  }
  .content .join .list ul li .item .bd h3 {
    margin: 10px 0 5px;
  }
}
.pagenav {
  margin-top: 20px;
  text-align: right;
}
.pagenav a {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
}
.pagenav a:hover,
.pagenav a.active {
  color: #fff;
  background-color: #e77745;
}
.pagenav a + a {
  margin-left: 10px;
}
@media (max-width: 1279px) {
  .pagenav {
    text-align: center;
  }
}
