@charset "utf-8";
/* CSS Document */

.box01{
  width: 1120px; height: 60px; padding: 20px 0 30px 0; margin: 0 auto;
}
.box01 .tel{
  float: right;
}
.box01 .logo{
  float: left;
}

.nav{
  height: 52px; line-height: 52px; background-color: #f05c22; position: relative;
}
.nav>ul{
  display: flex; width: 1120px; margin: 0 auto;
}
.nav>ul>li{
  flex: 1; position: relative; height: 52px; text-align: center; z-index: 99;
}
.nav>ul>li:hover{
  background-color: #f6850c;
}
.nav>ul>li:hover ol{
  display: block;
}
.nav>ul>li>a{
  display: block; width: 100%; height: 100%; font-size: 18px; color: #fff;
}
.nav ol{
  display: none; position: absolute; top: 52px; left: 0px; width: 100%; padding-top: 5px; background-color: #fff;
}
.nav ol li{
  height: 42px; line-height: 42px;
}
.nav ol li:hover{
  background-color: #f1f1f1;
}
.nav ol a{
  color: #6d6a6a;
}
.nav ol li:hover a{
  color: #f05c22;
}
.nav .op{
  position: absolute; top: 52px; left: calc(50% - 750px); width: 320px; height: 560px; background-color: #fff; z-index: 19; opacity: .7;
}
.nav .pos{
  position: absolute; top: 52px; left: calc(50% - 750px); width: 320px; height: 560px; z-index: 29;
}
.pos h1{
  height: 45px; line-height: 45px; padding-top: 5px; color: #686868; font-size: 18px; padding-left: 15px;
}
.pos ul{
  display: flex; flex-wrap: wrap; padding-bottom: 15px;
}
.pos li{
  box-sizing: border-box; width: 33.3%; height: 30px; line-height: 30px; padding-left: 15px;
}
.pos li.other{
  width: 66.6%
}
.pos li a{
  color: #6d6a6a; font-size: 16px;
}
.pos hr{
  border: none; height: 2px; background-color: #FFF;
}

.banner{
  width: 100%; overflow: hidden; position: relative; z-index: 9;
}
.banner .swiper-pagination-bullet{
  width: 15px; height: 15px;
}

.box02{
  width: 1120px; margin: 0 auto;
}
div h2{
  height: 86px; line-height: 86px; margin: 30px 0; font-size: 35px; color: #393737; font-weight: 100; text-align: center;
}
div h2::after{
  content: ''; display: block; height: 5px; width: 70px; margin: 0 auto; background-color: #f05c22;
}
.box02 .cont{
  display: flex; justify-content: space-between;
}
.box02 .cont dl{
  width: 356px; height: 322px; text-align: center;
}
.box02 .cont dl:hover{
  box-shadow: 1px 4px 6px #ccc;
}
.box02 .cont dt{
  width: 60px; height: 60px; padding: 45px 50px 55px; margin: 24px auto 20px auto; border-radius: 50%;
}
.box02 .cont dl:nth-child(1) dt{
  background-color: #f05c22;
}
.box02 .cont dl:nth-child(2) dt{
  background-color: #94dc55;
}
.box02 .cont dl:nth-child(3) dt{
  background-color: #57a8dd;
}
.box02 .cont dt img{
  width: 100%;
}
.box02 .cont dd{
  color: #686868; font-size: 18px; line-height: 48px;
}
.box02 .cont dd span{
  display: block; color: #4d4b4b; font-size: 28px; line-height: 36px;
}
div a.more{
  display: block; width: 230px; margin: 30px auto; height: 60px; line-height: 60px; font-size: 22px; background-color: #f05c22; color: #fff; text-align: center; border-radius: 35px; box-shadow: 1px 3px 4px #888;
}

.box02 ul.cont{
  margin: 65px auto; justify-content: space-evenly;
}
.box02 .cont li{
  width: 172px; height: 172px; border-radius: 86px; text-align: center;
}
.box02 .cont li img{
  width: 49px; height: 49px; margin: 40px 0 0 0;
}
.box02 .cont li p{
  font-size: 20px; line-height: 40px; color: #fff; font-weight: 100;
}
.box02 .cont li:nth-child(1){
  background-color: #f05c22;
}
.box02 .cont li:nth-child(2){
  background-color: #94dc55;
}
.box02 .cont li:nth-child(3){
  background-color: #57a8dd;
}

.box02 .address{
  position: absolute; top: 0; left: 0; display: flex; width: 100%;
}
.box02 .address li{
  position: relative; box-sizing: border-box; padding: 20px 20px 0 120px; width: 50%; height: 170px; background: #fff url(../images/addr_bg2.jpg) no-repeat 20px 30px; color: #656363; border: 1px #bbb solid;
}
.box02 .address li span{
  display: none; width: 20px; height: 20px; position: absolute; top: 159px; left: 270px; background-color: #df4b22; transform: rotate(45deg);
}
.box02 .address li.active{
  background: #df4b22 url(../images/addr_bg1.jpg) no-repeat 20px 30px; color: #fff;
}
.box02 .address h3{
  font-size: 22px; line-height: 30px; font-weight: 100;
}
.box02 .address p{
  font-size: 18px; line-height: 30px;
}
.box02 .luxian{
  box-sizing: border-box; display: none; position: absolute; bottom: 0px; left: 0px; width: 100%; padding: 10px 0 0 110px; height: 160px; border: 1px #bbb solid; color: #656363; font-size: 20px; line-height: 30px; background: #f3f3f3 url(../images/addr_bg3.jpg) no-repeat 25px 45px;
}
.box02 .luxian span{
  font-size: 28px; line-height: 40px; color: #df4b22;
}
.box02 .address li.active span,.box02 .luxian.active{
  display: block;
}

.wrapper01{
  padding-bottom: 40px; background-color: #f2f0f1;
}
.wrapper01 h2{
  margin: 0; height: 100px; line-height: 100px; color: #f15c22;
}
.wrapper01 h2::after{
  display: none;
}
.box03{
  width: 1120px; margin: 0 auto;
}
.box03 ul{
  display: flex; justify-content: space-between;
}
.wrapper01 .box03 ul{
  padding-bottom: 35px;
}
.box03 li{
  flex: 1; background-color: #f6f6f6;
}
.wrapper01 .box03 li{
  width: 264px; height: 391px; flex: none; border: 1px #bbb solid; background-color: #f15c22;
}
.wrapper01 .box03 li img{
  width: 100%;
}
.box03 h3{
  padding: 30px 0 10px 25px; color: #f05c22; font-size: 28px; font-weight: 100; line-height: 50px;
}
.wrapper01 .box03 h3{
  color: #fff; padding: 5px 0 0px 0px; text-align: center; font-size: 24px;
}
.box03 p{
  padding: 0 0 8px 25px; font-size: 18px; color: #686868; line-height: 25px;
}
.wrapper01 .box03 p{
  color: #fff; padding: 0 24px;
}
.box03 span{
  display: block; float: right; width: 38px; height: 38px; margin: 0 30px 20px 0; background: url(../images/box03_span.jpg) no-repeat;
}
.wrapper01 .employment{
  height: 262px; box-shadow: 0px 0px 5px 3px #ccc; background-color: #fff;
}
.wrapper01 .employment img{
  width: 367px; float: left;
}
.wrapper01 .employment h3{
  width: 692px; float: left; margin: 50px 0 0 60px; font-size: 28px; color: #545252; text-align: left;
}
.wrapper01 .employment p{
  width: 692px; float: left; margin: 0 0 0 60px; padding: 0; font-size: 16px; color: #545252;
}

.wrapper02{
  background-color: #fff;
}
.wrapper02 h2{
  color: #f18800;
}
.wrapper02 .box03 li{
  height: 410px; background-color: #f18800;
}

.box04{
  width: 1120px; margin: 0 auto;
}
.box04::after{
  content: ''; display: block; clear: both;
}
.box04 img{
  width: 479px; float: left; margin-right: 20px;
}
.box04 h3{
  font-size: 22px; font-weight: 100; color: #686868; margin-bottom: 15px;
}
.box04 p{
  color: #686868; font-size: 16px; line-height: 28px; text-indent: 32px;
}
.box04 a{
  float: right; display: block; font-size: 16px; color: #ea1f1f; margin-right: 10px; line-height: 40px;
}

.box05{
  width: 1120px; margin: 0 auto 50px auto; position: relative;
}
.box05 .swiper-container{
  width: 1000px; margin: 0 auto;
}
.box05 p{
  color: #686868; font-size: 18px; line-height: 32px; text-align: center;
}
.box05 .next{
  position: absolute; top: 180px; right: 0px; width: 28px; height: 80px; background: url(../images/swiper_next.jpg) no-repeat; cursor: pointer; border: none; outline: none;
}
.box05 .prev{
  position: absolute; top: 180px; left: 0px; width: 28px; height: 80px; background: url(../images/swiper_prev.jpg) no-repeat; cursor: pointer; border: none; outline: none;
}

.box06{
  background-color: #2c2b2b;
}

.box07{
  width: 1120px; margin: 0 auto;
}
.box07 h3{
  padding: 30px 0 20px 0; font-size: 24px; line-height: 30px; color: #595959; font-weight: 100;
}
.box07 ul{
  display: flex; justify-content: space-between; margin-bottom: 40px;
}
.box07 ul li{
  width: 270px; height: 230px; background-color: #f3f2f2; text-align: center;
}
.box07 li img{
  width: 100%;
}
.box07 li h4{
  color: #565656; font-size: 18px; line-height: 32px;
}
.box07 li p{
  font-size: 12px; color: #747474; line-height: 20px;
}
.box07 ul li.active{
  background-color: #f05c22; color: #fff;
}
.box07 li.active h4, .box07 li.active p{
  color: #fff;
}
.box07 table{
  width: 100%; text-align: center;
}
.box07 table .red{
  color: red;
}
.box07 table th{
  font-size: 22px;
}
.box07 table td{
  font-size: 20px;
}
.box07 table th, .box07 table td{
  height: 58px;  border: 1.5px #1a1a1a solid;
}
.box07 .zx{
  margin: 30px 0; text-align: center;
}
.box07 .zx a{
  display: inline-block; width: 186px; height: 50px; margin: 0 30px; border-radius: 20px; background-color: #f05c22; color: #fff; font-size: 20px; line-height: 50px;
}

.foot{
  width: 1120px; margin: 0 auto; padding: 20px 0 80px 0; display: flex; background: url(../images/foot_wx.jpg) no-repeat right 40px;
}
.foot ul{
  width: 150px;
}
.foot ul:nth-child(3){
  width: 500px;
}
.foot ul h4{
  height: 20px; font-size: 18px; font-weight: 100; color: #fff; border-left: 7px solid #f05c22; padding-left: 7px; margin: 18px 0;
}
.foot ul li{
  padding-left: 16px;
}
.foot ul li,.foot ul li a{
  font-size: 15px; line-height: 32px; color: #a1a1a1;
}

.content{
  float: left; width: 778px; padding: 20px 30px 15px 0;
}
.content p {
    font-size: 16px; color: #000; text-indent: 2em; line-height: 34px;
}
.pdtb15 {
    padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #ccc;
}
.newslist_ul {
    margin: 15px 0;
}
.newslist_ul li {
    overflow: hidden; position: relative; background: #fff; padding: 20px 19px; margin: 15px 0 0 0px; border: 1px #ddd solid;
}
.newslist_ul li:hover{
  box-shadow: 0px 3px 8px #999999;
}
.newslist_ul li .title{
  margin-top: 5px; font-size: 26px;
}
.newslist_ul li .remark{
  margin: 20px 0; font-size: 16px; line-height: 26px; color: #757679; text-indent: 32px;
}
.newslist_ul li .remark p{
  display: inline;
}
.newslist_ul li .remark a span{
  color: #f05c22;
}
.newslist_ul li .time{
  position: absolute; right: 20px; bottom: 20px; font-size: 18px; color: #757679;
}
.nesimg {
    width: 313px; height: 194px; overflow: hidden;
}
.wleft {
    float: left!important;
}
.width560 {
    width: 746px;
}
.wleft {
    float: left!important;
}
.mdl20 {
    margin-left: 20px;
}

.leftList{
  float: left; width: 778px; padding: 20px 30px 15px 0;
}
.leftList .leftTitle{
  display: flex; justify-content: space-between;
}
.leftList .leftTitle li{
  flex: 1; position: relative; border-top: 4px #d8d6d6 solid; text-align: center; overflow: hidden;
}
.leftList .leftTitle li.active{
  position: relative; border-top: 4px #f05c22 solid;
}
.leftList .leftTitle a{
  display: block; width: 100%; height: 47px; line-height: 47px; margin: 10px 0 0 0; font-size: 18px; color: #f05c22;
}
.leftList .leftTitle span{
  display: none; width: 8px; height: 8px; position: absolute; top: -4px; transform: rotate(45deg); background-color: #f05c22;
}
.leftList .leftTitle li.active a{
  background-color: #f05c22; color: #fff;
}
.leftList .leftTitle li.active span{
  display: inline-block;
}
.leftList .lists{
  margin-bottom: 30px;
}
.leftList .lists li{
  padding: 20px 0; border-bottom: 1px #cecece solid;
}
.leftList .lists h3{
  font-size: 20px; line-height: 40px; font-weight: normal; margin-bottom: 5px;
}
.leftList .lists h3 a{
  color: #f2200a;
}
.leftList .lists h3 a:hover{
  text-decoration: underline;
}
.leftList .lists h3 span{
  float: right; font-size: 15px; font-weight: normal; color: #818589;
}
.leftList .lists li>div{
  font-size: 15px; line-height: 26px; text-indent: 30px; color: #818589;
}
.leftList .lists li>div p{
  display: inline;
}
.leftList .lists li>div span{
  float: right; color: #f2200a;
}

.rightList{
  float: left; width: 312px; margin: 20px 0 0 0;
}
.zixun, .news{
  border: 1px #dedede solid; margin-bottom: 20px;
}
.zixun h3, .news h3{
  position: relative; height: 40px; line-height: 40px; padding-left: 20px; background-color: #f2f2f2; font-size: 16px;
}
.zixun h3 span, .news h3 span{
  position: absolute; top: 10px; left: 10px; display: inline-block; width: 4px; height: 20px; background-color: #f05c22;
}
.zixun img{
  width: 280px; margin: 20px 15px 0;
}
.zixun a span{
  display: inline-block; width: 280px; height: 42px; line-height: 42px; margin: 0 15px; background-color: #f4f4f4; text-align: center; font-size: 15px; color: #555556;
}
.zixun p{
  width: 280px; margin: 20px 15px 20px; font-size: 14px; line-height: 25px; text-indent: 28px;
}
.zixun p a, .news li a{
  color: #818589;
}
.news li{
  padding-left: 10px; line-height: 32px;
}

.about{}
.about h2::after{
  display: none;
}
.about .left{
  float: left; width: 500px; margin: 0 40px 0 0;
}
.about .right{
  float: left; width: 580px; font-size: 20px; line-height: 30px;
}
.about .right p{
  margin-bottom: 5px; text-indent: 36px; color: #666;
}
.about .wenhua{
  width: 1120px; height: 428px; background: url(../images/about02.jpg) no-repeat;
}
.about .wenhua li{
  float: left; width: 328px; padding: 30px 0 0 45px; height: 184px; color: #5e5e5e;
}
.about .wenhua li:nth-child(1){
  margin: 0 373px;
}
.about .wenhua li:nth-child(2),.about .wenhua li:nth-child(4){
  margin-right: 373px;
}
.about .wenhua li:nth-child(1),.about .wenhua li:nth-child(2){
  padding-top: 40px; height: 174px;
}
.about .wenhua li h4{
  font-size: 32px; line-height: 60px; font-weight: normal;
}
.about .wenhua li p{
  font-size: 18px; line-height: 30px;
}
.about ul.right{
  padding: 40px 0 0 0; color: #757679;
}
.about ul.right li{
  position: relative; margin: 0 0 20px 140px; font-size: 18px; line-height: 30px;
}
.about ul.right li span{
  position: absolute; top: 15px; left: -140px;
}

.licheng{
  display: flex; flex-wrap: wrap; padding: 20px 0 0 0; background: url(../images/lc_bg.jpg) no-repeat center 0;
}
.licheng li{
  width: 50%; box-sizing: border-box;
}
.licheng li:nth-child(even){
  padding: 0 0 0 120px;
}
.licheng li:nth-child(odd){
  padding: 0 120px 0 0;
}
.licheng h5{
  line-height: 40px; font-size: 30px; color: #ef4b1d;
}
.licheng li:nth-child(even) h5{
  text-align: left;
}
.licheng li:nth-child(odd) h5{
  text-align: right;
}
.licheng p{
  text-indent: 46px; font-size: 23px; font-weight: 100; color: #716e6e; line-height: 40px
}
.licheng li:nth-child(2){
  padding-top: 80px;
  padding-bottom: 5px;
}
.licheng li:nth-child(4){
  padding-top: 75px;
}
.licheng li:nth-child(5){
  padding-top: 5px;
}
.licheng li:nth-child(6){
  padding-top: 84px;
}
.licheng li:nth-child(7){
  margin-top: -31px;
}
.licheng li:nth-child(8){
  padding-top: 57px;
}
.licheng li:nth-child(9){
  padding-top: 13px;
}
.licheng li:nth-child(10){
  padding-top: 143px;
}
.licheng li:nth-child(11){
  margin-top: -31px;
}
.licheng li:nth-child(12){
  padding-top: 67px;
}

.thisclass{background: #000;color:#fff !important;}
.pages_btn{text-align: center; margin-bottom: 30px;}
.pages_btn a, .pages_btn span{display: inline-block; padding: 0 12px; height: 40px;line-height: 40px;border:1px solid #000000;color:#000;border-radius: 8px;margin:0 5px;font-weight: bold;font-size: 18px;}