/* #region  初始化 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  color: #333;
  background-color: #fff;
  font-family: text;
}

audio,
video {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -moz-outline-style: none;
}

ol,
ul {
  list-style: none;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  display: block;
}

dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

button {
  border: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  outline: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.clearfloat {
  zoom: 1;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.cursor {
  cursor: pointer;
}


.swiper-container {
  width: 100%;
}


/* #endregion */

/* #region  首页*/
.width {
  margin: 0 auto;
}

.header{width:100%;position: relative;}
.width{width:1400px;margin:0 auto;display: flex;align-items: center;justify-content: space-between;height:4.5rem;}
.nav{display: flex;justify-content: flex-start;align-items: center;margin-left: 2rem;height:100%;}
.nav li{height:100%;display: flex;align-items: center;}
.nav li a{padding:0 1.5rem;font-size: 0.78rem;color:#7a8191;transition: 50ms;}
.nav .nav_li{background: url(../images/nav_bg.jpg) no-repeat bottom center;}
.nav .nav_li a{color:#011c54;}
.nav li:hover{background: url(../images/nav_bg.jpg) no-repeat bottom center;}
.nav li:hover a{color:#011c54;}
.nav_modal, .nav_icon {display: none;}
.slowNav{
  width: 100%;
  position: absolute;
  top:4.5rem;
  left: 0;
  z-index: 9999999999999;
}
.slowBox{
  width: 100%;
  background: url(../images/bg6.jpg) no-repeat;
  padding:2rem 0;
}
.slowBox:nth-child(1),.slowBox:nth-child(6),.slowBox:nth-child(7){
  display: none!important;
}
.slowBox:last-child{
  display: none!important;
}
.slowB{
  width: 1400px;
  margin:0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.slowL{
  width: 15%;
  margin-left: 6.6rem;
  margin-right: 4rem;
}
.slowR{
  width: 70%;
}
.slowR h1{
  font-size: 1.2rem;
  line-height: 2rem;
  color:#333;
}
.slowR .heigt{
  height: 7rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.slowBox:nth-child(2) .slowR .heigt{
  height: 7rem;
  display: block;
  flex-direction:none;
  flex-wrap:nowrap;
}
.slowR ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin:1rem 0;
}
.slowR ul h2{
  font-size: 0.8rem;
  color:#666;
  margin-right: 2rem;
}
.slowR ul h2 a{
  color:#666;
  white-space: nowrap;
}

.slowR ul li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.slowR ul li a{
  font-size: 0.8rem;
  color:#999;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #f8f8f8;
  white-space: nowrap;
}
.slowR ul li a:last-child{
  border:none;
}
.slowR ul:hover h2{
  color:#ccc;
}
.slowR ul li a:hover{
  color:#ed6d00;
}
.searchBox{
  width: 100%;
  background: #eeeeee;
  padding:2rem 0;
  position: absolute;
  top: 4.5rem;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchBox input{
  display: block;
  width: 35%;
  border: 1px solid #011c54;
  font-size: 0.8rem;
  line-height: 2.2rem;
  border-radius: 10px 0 0 10px;
  padding:0 1rem;
}
.searchBox button{
  padding:0.65rem 2rem;
  background: #011c54;
  border-radius: 0 10px 10px 0;
}

.banner {
  position: relative;
}

.banner .swiper-slide img {
  width: 100%;
}

.banner_dot {
  position: absolute;
  left: 0;
  bottom: 4.5%;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.banner_dot span {
  width: 1.5rem;
  height: .2rem;
  background: rgba(255, 255, 255, .5);
  opacity: 1;
  transition: .1s;
  border-radius: 0;
  margin: 0 .3rem;
}

.banner_dot .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}
.banner_prev,
.banner_next {
  position: absolute;
  top: 50%;
  width: 1.6rem;
  z-index: 10;
  cursor: pointer;
  outline: none;
  transition: .1s;
}

.banner_prev {
  left: 8rem;
}

.banner_next {
  right: 8rem;
}

.banner_prev:hover,
.banner_next:hover {
  opacity: .85;
}

/* #endregion */
.sy_one{
  width: 100%;
  overflow: hidden;
  background: url(../images/bg1.jpg) no-repeat top center;
  padding:2rem 0;
}
.title{
  width: 1400px;
  text-align: center;
  margin:2rem auto;
}
.title h1{
  font-size: 1.8rem;
  color:#011b54;
}
.title .line{
  width: 50px;
  height: 4px;
  background: #ed6d00;
  margin:30px auto;
}
.title h2{
  font-size: 0.8rem;
  color:#666666;
}
.prog{
  width: 1400px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.prog li{
  width: 25%;
  margin: 0 2.5%;
}
.prog li .pro{
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  max-height: 304px;
}
.prog li .pro img{
  width: 100%;
  transition: all 0.6s;
  cursor: pointer;
}
.prog li:hover .pro img{
  transform: scale(1.2);
}

.prog li .pro p{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.8rem;
  line-height: 3rem;
  background: #ed6d00;
  color:#fff;
  text-align: center;
}
.pro_title{
  width: 100%;
  text-align: center;
  line-height: 1.5rem;
  margin: 20px auto 30px;
}
.pro_title h1{
  font-size: 0.9rem;
  color:#4d658d;
}
.pro_title h2{
  font-size: 0.8rem;
  color:#666666;
}
.sy_two{
  width: 100%;
  overflow: hidden;
  background: url(../images/bg2.jpg) no-repeat top center;
  padding:1rem 0;
}
.sy_two .title h1,.sy_two .title h2{
  color:#fff;
}
.cate{
  width: 1400px;
  margin:0 auto;
  /* padding:1.5rem 0; */
}
.c_line{
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.2;
}
.cateBox{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cateBox a{
  color:#fff;
  margin:0 3rem;
  font-size: 1rem;
  padding:1rem 0 1.2rem 0;
  background: url(../images/icon1.png) no-repeat center bottom;
  opacity: 0.5;
}
.cate .c_line:nth-child(3){
  margin-top: -0.4rem;
}
.cateBox .cateA{
  opacity: 1;
  font-weight: bold;
}
.proList{
  width: 1400px;
  margin:1rem auto;
}
.proList dd{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin:0 auto;
}
.proList dd a{
  font-size: 0.8rem;
  background: #fff;
  line-height: 2.2rem;
  border-radius: 1.1rem;
  padding:0 2rem;
  margin:0.8rem;
  color:#333333;
}
.proList dd a:hover{
  background: #ed6d00;
  color:#fff;
}
/* #region  */
.sy_three{
  width: 100%;
  background: #ebecec;
  padding:3rem 0;
}
.sy_news{
  width: 1400px;
  margin: 0 auto;
  padding-top:1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.left{
  width: 49%;
}
.newTitle h1{
  font-size: 1.8rem;
  color:#011b54;
}
.newTitle .line{
  width: 50px;
  height: 4px;
  background: #ed6d00;
  margin:30px 0;
}
.leftBox{
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-height: 570px;
}
.leftPic{
  width: 100%;
  overflow: hidden;
  max-height: 392px;
}

.leftPic img{
  width: 100%;
  transition: all 0.6s;
  cursor: pointer;
}
.leftBox:hover .leftPic img{
  transform: scale(1.1);
}
.leftTilte{
  width: 100%;
  padding:1rem 5%;
}
.leftTilte h1{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.leftTilte div{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.leftTilte div img{
  margin-right: 1rem;
}
.leftTilte div h2{
  font-size: 0.8rem;
  line-height: 1.6rem;
}
.right{
  width: 49%;
}
.rightBox{
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-height: 570px;
  padding-bottom:15px;
  padding-top:10px;
}
.rightBox li{
  width: 100%;
  padding:0.72rem 5%;
  border-bottom: 1px solid #eaeaea;
}
.rightBox li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_time{
  width: 13%;
  text-align: center;
}
.new_time h1{
  font-size: 1.8rem;
}
.new_time h2{
  font-size: 0.7rem;
}
.new_ti{
  width: 83%;
  margin-left: 4%;
}
.new_ti h1{
  font-size: 1rem;
  line-height: 1.8rem;
  color:#333333;
}
.new_ti h2{
  font-size: 0.8rem;
  line-height: 1.6rem;
  color:#999999;
}
.rightBox li:hover{
  background: #f5f5f5;
}
.rightBox li:hover .new_ti h1{
  color:#011b54;
}
.moreA{
  width: 100%;
  margin: 3rem auto 1rem;
  text-align: center;
}
.moreA a{
  padding:1rem 2.5rem;
  font-size: 0.8rem;
  background: #fff;
  border-radius: 1.5rem;
  color:#999999;
}
.sy_four{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.fourPic{
  width: 37%;
  position: relative;
}
.fourPic img:nth-child(2){
  position: absolute;
  right: -48px;
  top:50%;
  margin-top: -48px;
}
.foutCon{
  width: 63%;
  background: url(../images/bg3.jpg) no-repeat top left;
  padding:4rem 0 4rem 6rem;
  }
.fourText{
  width: 76%;
  margin:3rem 0;
  font-size: 0.8rem;
  line-height: 2rem;
  color:#666;
}
.foutCon a{
  color:#999999;
  background: #efefef;
  font-size: 0.8rem;
  padding:0.8rem 2rem;
  border-radius: 1.5rem;
}
.foot{
  width: 100%;
  background: url(../images/bg4.jpg) no-repeat;
}
.botNav{
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.botBox{
  width: 1400px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0.8rem 0;
}
.botBox a{
  color:#f9f9f9;
  font-size: 0.7rem;
  margin-right: 1.5rem;
}
.bottom{
  width: 1400px;
  margin:1rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shear{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.qqAwei{
  position: relative;
  margin-right: 1.5rem;
}

.qqAwei a img{
  opacity: 0.4;
}
.qqAwei a .qq{
  opacity: 1;
}

.qqAwei div{
  width: 106px;
  background: url(../images/bg5.png) no-repeat top;
  background-size: 100%;
  padding:5px 5px 10px 5px;
  position: absolute;
  top: -120px;
  left: -30px;
}
.botR{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.botR img{
  margin-left: 1rem;
}
.sy_contact{
  color:#f9f9f9;
  margin-top: 0.8rem;
}
.sy_contact h1{
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
.sy_contact p{
  font-size: 0.7rem;
  line-height: 1.3rem;
}
.copyright{
  width: 100%;
  font-size: 0.7rem;
  line-height: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color:#fff;
  text-align: center;
  opacity: 0.5;
}
.nBanner{
  width:100%;
  position: relative;
  overflow: hidden;
}
.nTop{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding:4rem 0;
  display: none;
}

.nTop h1{
  width: 100%;
  font-size: 2.4rem;
  color:#fff;
  font-weight: bold;
}
.nTop div{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nTop div *{
  color:#fff;
  font-size: 0.8rem;
  margin:0 5px;
}
.nCon{
  width: 100%;
  background: url(../images/bg8.jpg) no-repeat;
  background-attachment:fixed;
}
.secend{
  width: 1200px;
  margin:0 auto;
  padding:1.5rem 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.progBg .secend{
  justify-content: space-between;
}
.secend a{
  font-size: 0.75rem;
  color:#666666;
  line-height: 2.5rem;
  display: block;
  width: 30%;
  text-align: center;
  border-radius: 2rem;
  background: #eeeeee;
  white-space: nowrap;
  margin:0 0.5rem;
}
.progBg .secend a{
  margin:0.5rem auto;
}
.secend .secA{
  background: #ed6d00;
  color:#fff;
}
.nTitle{
  width: 100%;
  text-align: center;
  margin:0 auto 1.5rem;
  border-top: 1px solid #eaeaea;
  padding-top:3rem;
}
.nTitle h1{
  font-size: 1.8rem;
  color:#011b54;
  line-height: 1.5rem;
}
.nTitle .line{
  width: 40px;
  height:4px;
  background: #ed6d00;
  margin:30px auto;
}
.about{
  width: 1200px;
  padding-bottom: 4rem;
  margin:0 auto;
  font-size: 0.8rem;
  line-height: 1.8rem;
  color:#666666;
}
.about img{
  max-width: 100%;
  display: inline-block;
  float: none!important;
}

.honBg{
  background: url(../images/bg9.jpg) no-repeat;
  background-attachment:fixed;
}
.honor{
  width: 1200px;
  padding-bottom: 4rem;
  margin:0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.honor li{
  width: 30%;
  padding:1rem;
  background: #fff;
  margin-right: 2.6rem;
  margin-bottom: 2rem;
}
.honor li:nth-child(3n){
  margin-right: 0;
}
.progBg{
  background: url(../images/bg11.jpg) no-repeat;
  background-attachment:fixed;
}
.progBox{
  width: 1200px;
  padding: 1.5rem 0 3rem;
  margin:0 auto;
  border-top: 1px solid #eaeaea;
  font-size: 0.8rem;
  color:#333;
  line-height: 1.8rem;
}
.progBox img{
  max-width: 100%;
  display: inline-block;
  float: none!important;
}
.proBg{
  background: url(../images/bg12.jpg) no-repeat;
  /* background-attachment:fixed; */
}
.botPro{
  width: 1200px;
  padding:3rem 0;
  margin:0 auto;
}
.botPro ul{
  width: 100%;
  border-top:1px solid #eaeaea;
  border-bottom:1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  flex: 1;
  align-items: center;
  padding-right: 1rem;
}
.botPro ul li{
  width: 10%;
  text-align: center;
  line-height: 3.9rem;
  font-size: 0.9rem;
  color:#333333;
  white-space: nowrap;
}
.botPro ul li:nth-child(3){
  width: 15%;
}
.botPro ul li:nth-child(4){
  width: 18%;
}
.botPro dl{
  width: 100%;
  padding:0.6rem 0;
  padding-right: 1rem;
  border-bottom:1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  flex: 1;
  align-items: center;
}
.botPro dl dd{
  width: 10%;
  text-align: center;
  font-size: 0.8rem;
  color:#333333;
  white-space: nowrap;
}
.botPro dl dd:nth-child(3){
  width: 15%;
}
.botPro dl a{
  display: flex;
  width: 18%;
  padding:0.7rem 0;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  color: #b40c01;
  font-size: 0.8rem;
  overflow: hidden;
}
.botPro dl a span{
  margin-left: 5px;
}
.botPro dl:hover{
  background: #f5f5f5;
}
.botPro dl:hover a{
  background: #b40c01;
  color:#fff;
    padding:0.92rem 0;
}
.botPro dl:hover a img{filter: drop-shadow(0 60px #fff);margin-top: -120px;}
.productBg{
  background: #f5f5f5;
  padding-bottom: 1.5rem;
}
.prSecend{
  width: 100%;
  background: #fff;
  padding:2rem 0;
  margin-bottom: 1rem;
}
.proSec{
  width: 1400px;
  margin:0 auto;
}
.all{
  width: 100%;
  margin-bottom: 1rem;
}
.all a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8rem;
  color:#ed6d00;
}
.all a img{
  margin-right: 0.5rem;
}
.proSec ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.proSec ul:last-child{
  margin-bottom: 0;
}
.proSec ul h1{
  font-size: 0.8rem;
  color:#999999;
  margin-right: 3rem;
  margin-bottom: 0.5rem;
}
.proSec ul li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.proSec ul li a{
  font-size: 0.8rem;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #b8b8b8;
  color:#666666;
  margin-bottom: 0.5rem;
}
.proSec ul li a:last-child{
  border:none;
}
.proSec ul li a:hover{
  color:#ed6d00;
}
.proSec ul li .proA{
  color:#ed6d00;
}
.proShow{
  width: 100%;
  height:42rem;
  overflow: hidden;
}
.proLeft{
  width: 41%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.proRight{
  width: 58%;
  float: right;
  height: 100%;
  background: #fff;
  padding:2rem 0 0 4rem;
}
.proRight h1{
  font-size: 1.5rem;
  color:#111111;
  line-height: 2.5rem;
}
.proRight h2{
  width: 80%;
  font-size: 0.8rem;
  color:#666666;
  line-height: 1.6rem;
  margin-top: 0.6rem;
}
.proDown{
  width: 80%;
  overflow: hidden;
  overflow-y: scroll;
  height: 20rem;
  margin-top:4rem;
}
.proDown::-webkit-scrollbar {
  width: 0.2rem;
  background-color: #eee;
}
.proDown::-webkit-scrollbar-thumb {
border-radius:10px;
background:rgba(0,0,0,0.1);
}
.proDown .botPro{
  width: 100%;
  padding:0;
}
.proDown .botPro ul li:nth-child(3){
  width: 22%;
}
.proDown .botPro dl dd:nth-child(3){
  width: 22%;
}
.proDown .botPro ul li:nth-child(4){
  width: 22%;
}
.proDown .botPro dl a{
  width: 22%;
}
.newBg{
  background: #fafafa;
}
.newBg .secend{
  justify-content: center;
  padding:2rem 0;
}
.news{
  width: 1400px;
  margin:0 auto;
  background: #fff;
}
.news ul{
  width: 100%;
  padding:1.5rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news ul li:nth-child(1){
  width: 15%;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.5rem;
}
.news ul li:nth-child(1) p:nth-child(1){
  font-size: 1.8rem;
  font-weight: bold;
}
.news ul li:nth-child(2){
  width: 25%;
  margin-right: 5%;
}
.news ul li:nth-child(3){
  width: 50%;
}
.news ul li:nth-child(3) h1{
  font-size: 1rem;
  color:#333333;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.news ul li:nth-child(3) h2{
  font-size: 0.8rem;
  color:#999999;
  line-height: 1.5rem;
}
.news ul:hover li:nth-child(3) h1{
  color:#011b54;
}
.page{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:3rem 0;
}
.page a{
  padding:0.8rem 1rem;
  background: #fff;
  border-radius: 2rem;
  font-size: 0.8rem;
  margin:0 0.5rem;
  color:#999999;
}
.page .pageA{
  background: #011b54;
  color:#fff;
}
.newShow{
  width: 1200px;
  margin:3.5rem auto;
}
.showTitle{
  width: 100%;
  text-align: center;

}
.showTitle h1{
  font-size: 1.6rem;
}
.showTitle h2{
  font-size: 0.8rem;
  line-height: 4.6rem;
  border-bottom: 1px solid #eaeaea;
}
.showCon{
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.5rem;
  color:#333333;
  margin: 2rem auto;
}
.showCon img{
  max-width: 100%;
  display: inline-block;
  float: none!important;
}
.fanye{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fanyeL{
  font-size: 0.8rem;
  color:#333333;
  line-height: 1.5rem;
}
.fanyeL p:hover a{
  color:#001c54;
}
.back a{
  font-size: 0.8rem;
  padding:0.6rem 2.5rem;
  color:#001c54;
  border:1px solid #001c54;
  border-radius: 2rem;
}
.contact{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.map{
  width: 50%;
}
.tact{
  width: 50%;
  padding-left: 4rem;
}
.tactTitle{
  margin-bottom: 1.5rem;
}
.tactTitle h1{
  font-size: 1.8rem;
  color:#011b54;
}
.tactTitle .line{
  width: 50px;
  height: 4px;
  background: #ed6d00;
  margin-top: 1rem;
}
.tactCon h1{
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  color:#101010;
}
.tactCon div{
  font-size: 0.8rem;
  line-height: 1.8rem;
  color:#666666;
}
.job {

  width: 100%;

  padding: 2rem 0;

  background: #f8f8f8;

}



.jobList {

  width: 1200px;

  margin: 0 auto;

}



.jobList li {

  width: 100%;

  background: #fff;

  margin: 1rem auto;

}



.jobList li a {

  width: 100%;

  display: block;

  line-height: 4rem;

  overflow: hidden;

  padding: 0 2rem;

}



.jobList li a * {

  float: left;

}



.jobList li a h1 {

  font-size: 1rem;

  color: #333333;
  width: 25%;

}



.jobList li a h2 {

  font-size: 0.8rem;

  color: #999;

  margin-left: 3rem;

}



.jobList li a h3 {

  font-size: 0.8rem;

  color: #999;

  float: right;

  display: flex;

  justify-content: flex-end;

  align-items: center;

}



.jobList li a h3 img {

  margin-left: 0.5rem;

}



.jobList li a h3 .xuan {

  transform: rotate(-180deg);

  -moz-transform: rotate(-180deg);

  -webkit-transform: rotate(-180deg);

}



.jobCon {

  width: 100%;

  padding: 2rem 4rem;

  border-top: 1px solid #eee;

  font-size: 0.9rem;

  line-height: 2rem;

}

/* #endregion */

/* 0579b5 */
