
/* CSS Document */
.global-paging {
  display: block;
  text-align: center;
  font-size: 0;
  margin-top: 1.4rem;
  padding-bottom: 1.5rem;
}
.global-paging a {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  background-color: #e8e8e8;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  margin: 0 2px;
  font-weight: bold;
  font-family: Arial;
  position: relative;
  vertical-align: top;
}
.global-paging span {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  background-color: #e8e8e8;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  margin: 0 2px;
  font-weight: bold;
  font-family: Arial;
  position: relative;
  vertical-align: top;
  background-color: #333333;
  color: #fff;
}
.global-paging a.active {
  background-color: #333333;
  color: #fff;
}
.global-paging img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .global-paging {
    margin-top: .3rem;
    padding-bottom: 1.14rem;
  }
  .global-paging a {
    display: inline-block;
    width: 0.46rem;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 12px;
    margin: 0 10px;
  }
  .global-paging a.prev {
    width: 2.5rem;
    height: 36px;
  }
  .global-paging a.prev i {
    width: 2rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .global-paging a.next {
    width: 2.5rem;
    height: 36px;
  }
  .global-paging a.next i {
    width: 2rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .global-paging span {
    display: inline-block;
    width: 0.46rem;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 12px;
  }
  .global-paging img {
    width: 0.3rem;
  }
  .demo-ul-4 li .cjname {
    font-size: 14px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
  }
}
.r-doc-16-24 {
  font-size: 16px;
  line-height: 24px;
  color: #1d2a46;
  padding-left: 36px;
}
.r-doc-18-24 {
  font-size: 16px;
  line-height: 24px;
  color: #1d2a46;
  padding-left: 36px;
}
.zc-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 40px;
  box-shadow: 0 0 18px rgba(55, 23, 0, 0.28);
}
@media screen and (max-width: 768px) {
  .r-doc-16-24 {
    font-size: 14px;
    line-height: 28px;
    color: #1d2a46;
    padding-left: 0px;
    margin: 14px 0;
  }
  .zc-box {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 20px;
    box-shadow: 0 0 18px rgba(55, 23, 0, 0.28);
  }
  .r-doc-18-24 {
    font-size: 14px;
    line-height: 24px;
    color: #1d2a46;
    padding-left: 0px;
    margin-top: 20px;
  }
}
.honor-page {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.cate-list {
  width: 180px;
  flex: 0 0 180px;
}
.cate-list a {
  display: block;
  border: 1px solid #016dff;
  color: #016dff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-bottom: 11px;
  transition: all 0.3s linear;
}
.cate-list a.active,
.cate-list a:hover {
  background-color: #016dff;
  color: #fff;
}
.honor-list {
  flex: 1;
  min-width: 0;
  margin-left: 28px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.honor-list:after {
  content: '';
  width: 31%;
}
.honor-list li {
  width: 31%;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 36px;
}
.honor-list li img {
  /*box-shadow: 1px 0 10px rgba(87, 86, 85, 0.44);*/
}
.honor-list li p {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .honor-page {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cate-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }
  .cate-list li a {
    padding: 0 20px;
  }
  .honor-list {
    margin-left: 0;
  }
  .honor-list li {
    width: 100%;
    background-color: #e5e5e5;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 36px;
  }
}
.yw-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.yw-list .ser-slide {
  width: 23.5%;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .yw-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .yw-list .ser-slide {
    width: 100%;
    margin-bottom: 22px;
  }
}
.jobinfo {
  margin-top: 18px;
}
.job-item {
  position: relative;
  z-index: 1;
  margin-bottom: 3px;
}
.job-item.active .arrow {
  transform: rotate(-90deg);
}
.job-item .job-item-top {
  padding: 24px 22px;
  line-height: 36px;
  box-shadow: 3px 0px 10px rgba(86, 86, 86, 0.25);
  font-size: 24px;
      overflow: hidden;
}
.job-item .job-item-top .jobname {
  margin-left: 28px;
  width: 280px;
  height: 36px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 90px;
}
.job-item .job-item-top .count {
  width: 340px;
  height: 36px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
}
.job-item .job-item-top .money {
  width: 200px;
  height: 36px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0;
}
.job-item .job-item-top .arrow {
  transition: all 0.3s linear;
  float: right;
}
.job-item .job-main-box {
  display: none;
  width: 1050px;
  margin: 0 auto;
  padding: 40px 100px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: -1;
}
.job-item .job-main-box .fix-shadow {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 12px;
  z-index: 66;
  background-color: #fff;
}
.job-item .job-main-box .detail-item {
  display: block;
  font-size: 20px;
  color: #3a3a3a;
  margin-right: 40px;
  text-align: left;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .job-item {
    position: relative;
    z-index: 1;
    margin-bottom: 3px;
  }
  .job-item.active .arrow {
    transform: rotate(-90deg);
  }
  .job-item .job-item-top {
    padding: 0.24rem 0.22rem;
    line-height: 36px;
    font-size: 18px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .job-item .job-item-top img.fl {
    width: 0.36rem;
    margin-right: 10px;
  }
  .job-item .job-item-top .jobname {
    margin-left: 0px;
    width: 3rem;
    height: 36px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0px;
    flex: 1;
  }
  .job-item .job-item-top .count {
    width: 3rem;
    height: 36px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 20px;
    display: none;
  }
  .job-item .job-item-top .money {
    width: 2.3rem;
    height: 36px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0;
    display: none;
  }
  .job-item .job-item-top .arrow {
    transition: all 0.3s linear;
    width: 0.34rem;
  }
  .job-item .job-main-box {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 0.4rem 0.4rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: -1;
  }
  .job-item .job-main-box .fix-shadow {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 12px;
    z-index: 66;
    background-color: #fff;
  }
  .job-item .job-main-box .detail-item {
    display: inline-block;
    font-size: 16px;
    color: #3a3a3a;
    margin-right: 0px;
    text-align: left;
    line-height: 36px;
  }
}
.i_contact h1 {
    text-align: center;
    font-size: 22px;
    line-height: 56px;
    font-weight: normal;
    padding-top: 10px;
}
.i_contact ul {
    text-align: center;
}
.i_contact li {
    display: inline-block;
    font-size: 20px;
    line-height: 48px;
    width: 430px;
    text-align: left;
}
.form-horizontal {
  background-color: #fff;
  padding: 70px;
}
.form-horizontal .col-sm-10 {
  width: 90%;
}
.form-horizontal textarea {
  height: 142px;
}
.form-horizontal .btn {
  text-align: center;
}
.form-horizontal .form-group {
  width: 72%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.form-horizontal .form-group .form-control {
  height: 48px;
  font-size: 16px;
}
.form-horizontal .form-group2 .form-control {
  height: 142px;
  font-size: 16px;
}
.form-horizontal .control-label {
  text-align: left;
  width: 10%;
  height: 48px;
  line-height: 44px;
  font-size: 16px;
  padding-top: 0;
  color: #333;
}
.post-btn {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.post-btn .btn-primary {
  color: #fff;
  background-color: #132b59;
  border-color: #132b59;
  border-radius: 0;
  width: 160px;
  height: 40px;
  margin: 0 15px;
  transition: all 0.3s linear;
}
.post-btn .btn-primary:hover {
  background-color: #91c821;
  border-color: #91c821;
}

.newsa  li{
	display:block;
	width:100%;
	// padding-left:20%
}

@media screen and (max-width:768px){
	.title {
    padding-top: 0.66rem;
    padding-bottom: 0.2rem;
}
.title h1 {
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 8px;
    text-align: center;
    color: #0060ae;
}
.title p {
 
    font-size: 18px;

}
.i_cate ul{
	display:flex;
	flex-flow:row wrap;
}
.i_cate li {
    display: inline-block;
    width: 2.2rem;
    height: 0.65rem;
    margin-top: 5px;
    vertical-align: top;
    border-right: 1px solid #c9d2d6;
    border-left: 1px solid #c9d2d6;
    margin-right: 10px;
}
.i_cate li a {
    display: block;
    width: 100%;
    height: 100%;
    border-top: 1px solid #c9d2d6;
    border-bottom: 1px solid #c9d2d6;
    background: #f4f7f8;
    line-height: 32px;
    font-size: 14px;
    overflow: hidden;
}
.i_contact {width:90%;margin:0 auto}
.r-img{width:100%}

.i_contact li {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    text-align: left;
}
}

@media screen and (max-width:768px){
	.form-horizontal{
		    padding: 0.3rem;

	}
	.form-horizontal .form-group{
		overflow: hidden;
		width:100%;
	}
	.form-horizontal .control-label{
		float:left;
		width:100%;
		    height: 36px;
    line-height: 36px;
	}
	.form-horizontal .col-sm-10{
		float:left;
		width:100%;
	}
	.post-btn{
		display:flex;
		flex-flow:row nowrap;
	}
	.i_cate li{
		    width: 30%;
		    margin-right:0;
	}
	.i_cate ul{
		justify-content:space-between;
	}
	.i_cate ul:after{
		content:'';
		width:30%;
	}
	.i_contact{
		width:100%;
	}
}