.com_tit {
  margin-bottom: 30px;
}

.sline {
  background-color: #e9e9e9;
  height: 1px;
  margin: 80px 0;
}

.ma_cont {
  background-color: #f8f8f8;
}

.ma_cont .pic {
  width: 540px;
  height: 440px;
  object-fit: cover;
  flex-shrink: 0;
}

.ma_cont .infor {
  flex: 1;
  padding: 0 50px;
}

.ma_cont .infor h3 {
  font-size: 24px;
}

.ma_cont .infor .txt {
  font-size: 14px;
  color: #686868;
  line-height: 1.8;
  margin: 20px 0;
}

.ma_cont .infor .more {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  background-color: #22337e;
  color: #fff;
  font-size: 16px;
}

.ys_tit {
  margin-bottom: 60px;
}

.ys_tit h2 {
  font-size: 36px;
  font-weight: bold;
}

.ys_tit .en {
  font-family: 'Arial';
  font-size: 28px;
  color: #c8c8c8;
  text-transform: uppercase;
}

.yslist {
  margin: 0 -24px;
}

.yslist li {
  padding: 24px;
}

.yslist li .item {
  color: #222222;
  display: block;
  background: #f8f8f8;
  transition: all 400ms;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.yslist li .item :hover {
  color: #fff;
  background: #22337e;
}

.yslist li .item :hover .en::after {
  background-color: #fff !important;
}

.yslist li .img {
  overflow: hidden;
}

.yslist li .img img {
  transition: all 400ms;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.yslist li .img:hover img {
  transform: scale(1.1);
}

.yslist li .info {
  height: 180px;
  padding: 33px 28px;
}

.yslist li .info p {
  font-size: 16px;
}

.yslist li .info .wmore {
  font-weight: bold;
  font-size: 26px;
}

.yslist li .info .inf-tit {
  padding-top: 10px;
  align-items: flex-end;
  margin-bottom: 10px;
}

.yslist li .info .inf-tit h4 {
  font-size: 30px;
  font-weight: bold;
}

.yslist li .info .inf-tit .en {
  margin-left: 17px;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Arial';
  padding: 0 12px;
  margin-top: 5px;
  line-height: 1;
  font-weight: normal;
}

.yslist li .info .inf-tit .en::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 16px;
  background-color: #222;
}

.main_b {
  background-color: #f8f8f8;
}

.fwlist {
  margin: 0 -20px;
}

.fwlist li {
  padding: 20px;
}

.fwlist li .cell {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
}
.hSwiper.swiper-slide:hover {z-index:10}

.fwlist li .cell .img {
  overflow: hidden;
}

.fwlist li .cell .img img {
  width: 100%;
  transition: all 400ms;
  height: 360px;
  object-fit: cover;
}

.fwlist li .cell .img:hover img {
  transform: scale(1.1);
}

.fwlist li .cell .info {
  width: 80%;
  font-size: .3rem;
}

.fwlist li .cell .info img {
  height: 1rem;
  width: auto;
}

.mc_tit h3 {
  font-size: 36px;
  font-weight: bold;
}

.mc_tit .en {
  color: #c8c8c8;
  border-left: 1px solid #c8c8c8;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 28px;
}

.mc_hd li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  color: #b9b9b9;
  font-size: 18px;
  margin-left: 2px;
}

.mc_hd li a:hover {
  background-color: #22337e;
  color: #fff;
}

.mc_hd li.on a {
  background-color: #22337e;
  color: #fff;
}

.sub_mc_t {
  color: #222;
  font-size: 14px;
  line-height: 1.8;
  margin: 40px 0;
}

.nlist {
  margin: 0 -20px;
}

.nlist li {
  transition: all 400ms;
  width: 340px;
  margin: 0 20px;
}

.nlist li .cell {
  display: block;
}

.nlist li .cell .img {
  overflow: hidden;
}

.nlist li .cell .img img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: all 400ms;
}
.nlist li .cell:hover .img img{
  transform: scale(1.1);
}
.nlist li .cell .info {
  padding: 20px 0;
}

.nlist li .cell .info .date {
  color: #b8b8bb;
  font-size: 16px;
}

.nlist li .cell .info p {
  font-size: 24px;
  line-height: 1.4;
  color: #222222;
  margin: .22rem 0;
}

.nlist li .cell .info .more {
  color: #24357f;
  font-size: 16px;
}

.nlist li.in {
  width: 440px;
}

.mc_bd {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 50px;
}

.main_d {
  padding-top: 0;
}

.ry_box {
  position: relative;
}

.ry_box .ry_next, .ry_box .ry_prev {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  color: #22337e;
  font-weight: bold;
}

.ry_box .iconfont {
  font-size: 30px;
}

.ry_box .ry_prev {
  right: -50px;
  left: auto;
}

.rSwiper {
  overflow: hidden;
  padding: 50px 0px;
}

.rSwiper .swiper-slide {
  width: 550px;
}

.rSwiper .swiper-slide .img {
  overflow: hidden;
  background-color: #fff;
  display: flex;
  border: 2px solid #b28850;
  width: 100%;
  height: 440px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.rSwiper .swiper-slide .img img {
  width: 100%;
  max-width: 98%;
  height: auto;
  max-height: 90%;
  object-fit: cover;
}

.ryUl {
  margin-top: 100px;
}

.ryUl li {
  text-align: center;
  width: 33.333%;
  border-right: 1px solid #ebe8e8;
  padding-bottom: 15px;
}

.ryUl li .num {
  color: #e8b538;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 10px;
}

.ryUl li:last-child {
  border: none;
}

.footer {
  background-color: #22337e;
  color: #fff;
}

.footer .foot_a {
  padding: 30px 0;
}

.footer .foot_a .fnav h3 {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.footer .foot_a .fnav h3 a {
  color: inherit;
}

.footer .foot_a .fnav .flinks a {
  display: block;
  font-size: 16px;
  padding: 9px 0;
  color: #fff;
  text-align: center;
}

.footer .foot_a .fa_r {
  font-size: 16px;
}

.footer .foot_a .fa_r p {
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer .foot_a .fa_r p span {
  font-size: 32px;
}

.footer .copyright {
  border-top: 1px solid #3d55bd;
  padding: 16px 0;
}

.ticon {
  position: relative;
}

.ticon .twxin {
  position: absolute;
  right: -60px;
  top: 100%;
  padding-top: 20px;
  display: none;
}

.ticon:hover {
  background-color: #eb7105;
  color: #fff;
}

.ticon:hover .twxin {
  display: block;
}

.atags {
  color: #5f6464;
  font-size: 18px;
  background-color: #fbfbfb;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

.atags i {
  margin: 0 10px;
  position: relative;
  top: 2px;
}

.atags a {
  color: #5f6464;
}

.gline {
  height: .4rem;
}

.aNav {
  margin: .7rem -15px 0 -15px;
}
.com_div_s{
  padding-top: 35px;
}
.aNav li {
  flex: 1;
  padding: 0 15px;
}

.aNav li a {
  display: block;
  border: 1px solid #22337e;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  font-size: 20px;
  color: #22337e;
}

.aNav .on a {
  background-color: #22337e;
  color: #fff;
}

.com_tit_a h2 {
  color: #22337e;
}

.flex_wrap {
  flex-wrap: wrap;
}

.wh_cont {
  padding-top: .6rem;
}

.wh_cont .whImg {
  flex-shrink: 0;
  width: 405px;
  object-fit: cover;
  height: 509px;
}

.wh_cont .whlist {
  flex: 1;
  padding-right: 10px;
  flex-wrap: wrap;
  margin: -15px 0 0 -15px;
}

.wh_cont .whlist li {
  width: 50%;
  padding: 15px;
}

.wh_cont .whlist li:last-child {
  width: 100%;
}

.wh_cont .whlist li .cell {
  display: block;
  background-color: #f6f6f6;
  padding: 25px;
}

.wh_cont .whlist li .cell h3 {
  font-size: 24px;
}

.wh_cont .whlist li .cell p {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

.wh_cont .whlist li:hover .cell {
  background-color: #22337e;
  color: #fff;
}

.wh_cont .whlist li:hover .cell p {
  color: #fff;
}

.ryulist li {
  margin-bottom: 30px;
}

.ryulist .cell {
  display: block;
  text-align: center;
}

.ryulist .cell .img {
  height: 304px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #b28850;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ryulist .cell .img img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.ryulist .cell p {
  margin: 20px 0;
  font-size: 14px;
}

.yshi_list li {
  padding: 15px;
}

.yshi_list li .cell {
  height: 240px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 30px;
}

.yshi_list li .cell h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.yshi_list li .cell p {
  font-size: 16px;
  line-height: 1.8;
}

.ywuBox {
  margin-top: 80px;
  background-color: #fff;
  padding: 60px 0;
}

.ywuBox .hd {
  width: 200px;
  flex-shrink: 0;
}

.ywuBox .hd li {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-right: 1px solid #f0f0f0;
}

.ywuBox .hd .on {
  background-color: #dfe1f3;
  color: #22337e;
  border-color: #22337e;
}

.ywuBox .bd {
  width: calc(100% - 200px);
  padding: 0 .6rem;
}

.bd_wrap .bw_l {
  width: calc(100% - 5rem);
  padding-right: .5rem;
}

.bd_wrap .bw_l h3 {
  font-size: .24rem;
  margin-bottom: 10px;
}

.bd_wrap .bw_l p {
  color: #a2a2a2;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.bd_wrap .bw_l p span {
  color: #616161;
}

.bd_wrap .bw_l .cmore {
  width: 120px;
  height: 40px;
  background-color: #22337e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bd_wrap .fwpic {
  width: 5rem;
  height: 3.6rem;
  object-fit: cover;
}

.ablist li {
  padding: 15px;
}

.ablist li .cell {
  display: block;
  position: relative;
  overflow: hidden;
}

.ablist li .cell img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  transition: all 400ms;
}
.ablist li .cell:hover img{
  transform: scale(1.1);
}
.ablist li .cell p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  padding: 13px 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.pages {
  padding: .5rem 0 0;
}

.pages a {
  margin: 0 .1rem;
  color: #6f6f6f;
  font-size: .18rem;
  display: flex;
  align-items: center;
}

.pages .iconfont {
  color: #cacaca;
  font-weight: bold;
  font-size: .2rem;
}

.pages .on {
  color: #22337e;
  text-decoration: underline;
}

.ablist_case li .cell img {
  height: 250px;
}

.newslist li{margin-bottom: 30px;}
.newslist .item{background-color: #fff;border-bottom: 1px solid #ececec;padding:20px 0;color: #2b2e2e;}
.newslist .img{width: 4.8rem;height: 2.4rem;overflow: hidden;position: relative;;}
.newslist .img img{transition: all 400ms;width: 100%;display: block;height: 100%;object-fit: cover;}
.newslist .info{width: calc(100% - 5.5rem);}
.newslist .info .tit{color: #22337e;width: 122px;height: 30px;border:1px solid #22337e;transform: skew(-20deg);display: flex;align-items: center;justify-content: center;}
.newslist .info .tit span{transform: skew(20deg)}
.newslist .info h3{font-size: 24px;margin: 15px 0;}
.newslist .info p{font-size: 16px;}
.newslist .item:hover img,.ztlist li a:hover img{transform: scale(1.1);}

.det_top{border-bottom: 1px solid #ececec;padding-bottom: 30px;}
.det_top h1{font-size: 28px;}
.det_top .tool{font-size: 14px;color: #807d7d;margin-top: 15px;}
.det_p{color: #4f5050;padding: 10px 0.8rem;font-size: 16px;}
.det_p p{text-indent: 2em; line-height: 2;color: #4f5050;padding: 10px 0;font-size: 16px;}
.det_p img{display: block;margin: 10px auto;max-width: 100%;width: auto;height: auto;}
.det_bot{border-top: 1px solid #efefef;justify-content: flex-end;padding-top: 20px;}
.det_bot li{margin-left: 20px;font-size: 16px;color: #5c5d5d;}
.det_bot li a{color: #0062b3;}
.det_bot li a:hover{color: #2392ec;}


.zplist li{padding: 15px 0;border-bottom: 1px dashed #e5e5e5;color: #7a7a7a;font-size: 16px;line-height: 1.6;}
.zplist li a{margin-right: 20px;color: #7a7a7a;}
.zplist{padding-bottom: 30px;}
.zplist li a:hover{color: #22337e;}
.zplist li span{flex-shrink: 0;}
.fsUl li .icon{margin: 0 auto;width: 110px;height:110px;display: flex;align-items: center;justify-content: center;border: 2px solid #22337e;border-radius: 50%;}
.fsUl li p{font-size: 16px;margin-top: 20px;}
.fsUl li{flex: 1;text-align: center;position: relative;;}
.fsUl li::after{position: absolute;content: '';background-color: #efefef;top:0;height: 110px;right: 0;width: 1px;}
.fsUl li:last-child::after{display: none;}
.fsUl{padding: 0 6%;margin: 50px 0;padding-bottom: 50px;}
.amap{margin-bottom: 60px;}

@media (max-width: 1280px) {
  .menu li a.item {
    font-size: 16px;
    height: 80px;
    line-height: 80px;
  }
  .header .logo img {
    height: 50px;
  }
}

@media (max-width: 1024px) {
  .det_bot li{
    font-size: 14px;
  }
  .ma_cont {
    flex-wrap: wrap;
  }
  .ma_cont .pic {
    width: 80%;
    height: auto;
  }
  .ma_cont .infor {
    flex: auto;
    width: 100%;
    padding: 30px;
  }
  .ma_cont .infor h3 {
    font-size: 20px;
  }
  .yslist {
    margin: 0 -10px;
  }
  .yslist li {
    padding: 10px;
  }
  .aNav {
    margin-left: 0;
    margin-right: 0;
  }
  .aNav li {
    padding: 0;
  }
  .aNav li a {
    height: .6rem;
    margin: 0 0.06rem;
    font-size: .2rem;
  }
  .wh_cont .whlist {
    flex: auto;
    width: auto;
    padding-right: 0;
    margin: 0 -10px;
  }
  .wh_cont .whImg {
    max-width: 405px;
    height: auto;
    width: auto;
    flex-shrink: 1;
  }
  .wh_cont .whlist li {
    padding: 10px 10px;
  }
  .wh_cont .whlist li .cell {
    padding: 15px;
  }
  .wh_cont .whlist li .cell h3 {
    font-size: 20px;
  }
  .wh_cont .whlist li .cell p {
    font-size: 14px;
  }
  .yshi_list li {
    padding: 15px;
  }
  .yshi_list li .cell {
    padding: 20px;
  }
  .yshi_list li .cell h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .yshi_list li .cell p {
    font-size: 14px;
  }
  .det_p{
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .ryulist .cell .img {
    height: 280px;
  }
  .ywuBox .hd {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
  .ywuBox .hd li {
    flex: 1;
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
    height: auto;
    padding: 10px 0;
    font-size: 16px;
  }
  .ywuBox .hd .on {
    border-bottom-color: #22337e;
  }
  .ywuBox .bd {
    width: 100%;
  }
  .bd_wrap .bw_l h3 {
    font-size: 20px;
  }
  .ablist li .cell img {
    height: 240px;
  }
}

@media (max-width: 750px) {
  .det_top h1{
    font-size: 22px;
  }
  .det_p p,.zplist li{
    font-size: 14px;
  }
  .banner img {
    min-height: 420px;
  }
  .ma_cont .pic {
    width: 100%;
  }
  .com_tit h2 {
    font-size: .42rem;
    font-weight: bold;
  }
  .com_tit .en {
    font-size: .2rem;
  }
  .sline {
    margin: .8rem 0;
  }
  .ys_tit {
    margin-bottom: .6rem;
  }
  .ys_tit h2 {
    font-size: .36rem;
  }
  .ys_tit .en {
    font-size: .28rem;
  }
  .yslist li .info {
    padding: 20px;
    height: auto;
  }
  .yslist li .info .inf-tit {
    padding: .1rem 0;
    margin-bottom: 0;
  }
  .yslist li .info .inf-tit h4 {
    font-size: .3rem;
  }
  .yslist li .img img {
    height: 240px;
  }
  .fwlist {
    margin: 0 -10px;
  }
  .fwlist li {
    padding: 10px;
  }
  .fwlist li .cell .img img {
    height: 3.6rem;
  }
  .mc_top {
    flex-wrap: wrap;
  }
  .mc_top .mc_tit h3 {
    font-size: .36rem;
  }
  .mc_top .mc_tit .en {
    font-size: .26rem;
  }
  .mc_top .mc_hd {
    width: 100%;
    margin-top: .4rem;
  }
  .nlist {
    flex-wrap: wrap;
  }
  .nlist li {
    width: 100% !important;
  }
  .nlist li img {
    height: 3.8rem !important;
  }
  .nlist li .info {
    padding: .15rem 0;
  }
  .nlist li .cell .info p {
    font-size: .28rem;
  }
  .nlist li .cell .info .more {
    font-size: 14px;
  }
  .rSwiper .swiper-slide .img {
    height: 3rem;
  }
  .ryUl {
    margin-top: 1rem;
  }
  .ryUl li {
    padding: 0 .1rem;
  }
  .ryUl li .num {
    font-size: .36rem;
  }
  .ryUl li p {
    font-size: 12px;
  }
  .footer .foot_a .fnav {
    display: none;
  }
  .footer .foot_a .fa_r {
    width: 100%;
    text-align: center;
  }
  .footer .foot_a .fa_r p {
    font-size: .24rem;
  }
  .footer .foot_a .fa_r p span {
    font-size: .37rem;
  }
  .footer .foot_a .fa_r .wxin {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .aBan img {
    min-height: 240px;
    object-fit: cover;
  }
  .atags {
    font-size: .24rem;
    padding: .18rem 0;
  }
  .ryulist li {
    margin-bottom: .2rem;
  }
  .ryulist .cell .img {
    height: 3rem;
  }
  .yshi_list li {
    width: 100%;
  }
  .yshi_list li .cell {
    height: auto;
    padding: 40px 30px;
  }
  .bd_wrap {
    flex-wrap: wrap;
  }
  .bd_wrap .bw_l {
    width: 100%;
    margin-bottom: 30px;
  }
  .ywuBox .bd {
    padding: .2rem .3rem;
  }
  .ablist li .cell img {
    height: 220px;
  }
  .newslist .img{width: 2rem;height: 1.2rem;flex-shrink: 0;}
  .newslist .info{width: calc(100% - 2.2rem);}
  .newslist .info h3{font-size: 16px;margin: .1rem 0;}
  .newslist .info p{font-size: 12px;}
  .newslist .info .tit{width: 1.22rem;height: .3rem;font-size: .16rem;}
  .newslist li{margin-bottom: 0;}
  .fsUl li .icon{width: 1.1rem;height: 1.1rem;}
  .fsUl li .icon img{height: .38rem;}
  .fsUl li p{font-size: 14px;padding: 0 10px;}
  .fsUl{padding: 0;}
}

@media (max-width: 640px) {
  .wh_cont .whlist li {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .banner img {
    min-height: 300px;
  }
}

@media (max-width: 480px) {
  .yslist li {
    width: 100%;
  }
  .yslist li img {
    height: auto !important;
  }
  .ywuBox .hd li {
    font-size: 13px;
  }
  .newslist .info .tit{display: none;}
    .newslist .info h3{margin-top: 0;}
}

@media (max-width: 420px) {
  .wh_cont .whImg {
    width: 100%;
  }
  .ablist li {
    width: 100%;
  }
  .fsUl{flex-wrap: wrap;}
  .fsUl li{width: 100%;flex: auto;border-bottom: 1px solid #efefef;padding: .4rem 0;}
  .fsUl li:last-child{border-bottom:none;}
  .fsUl li:after{display: none;}
}
