.warp {
  overflow: hidden;
  margin-top: 40px;
}

.hot_t {
  width: 65px;
  margin-right: 30px;
  vertical-align: middle;
}

.hotNews {
  width: 100%;
  height: 149px;
  background: url('../img/hotNewsTbg.png');
  background-size: 100% 100%;
  padding: 30px;
}

.hotNewsT {
  text-align: center;
  line-height: 1;

}

.hotNewsT a {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 38px;
  color: #0062C7;
  vertical-align: middle;
}

.hotNewsT_T {
  margin-top: 20px;
  text-align: center;
}

.hotNewsT_T a {
  display: inline-block;
  padding: 0 20px;
  border-right: #576F87 1px solid;
  font-size: 19px;
  color: #576F87;
}

.hotNewsT_T a:last-child {
  border-right: 0
}

.focus-box {
  margin-top: 35px;
}

.sliderBox {
  width: 625px;
  height: 371px;
  position: relative;
}

.sliderBox .bd li {
  width: 625px;
  height: 371px;
  position: relative;
}

.sliderBox .bd li p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 37px;
  width: 100%;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 17px;
  text-indent: 1em;
}


.sliderBox .bd img {
  width: 625px;
  height: 371px;
}

.sliderBox .hd {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sliderBox .hd li {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
}

.focus_touch_box {
  width: 700px;
  height: 370px;
  overflow: hidden;
}

.focus_touch_box .tab_title li {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 22px;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  margin-right: 20px;
  line-height: 2;
}

.focus_touch_box .tab_title li.on {
  color: #0062C7;
  font-weight: bold;
  border-bottom: 3px #0062C7 solid;
}

.focus_touch_box .tab_content_items {
  display: none;
}

.focus_touch_box .tab_content_items.on {
  display: block;

}

.focus_touch_box .tab_content_items>ul {
  margin-top: 15px;
}

.focus_touch_box .tab_content_items>ul li {
  font-size: 16px;
  padding-left: 10px;
  height: 43px;
  line-height: 43px;
  background: url('../img/li_bg.png') center left no-repeat;
  background-size: 13px 13px;
  text-indent: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.focus_touch_box .tab_content_items>ul li a {
  width: 530px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.focus_touch_box .tab_content_items>ul li span {
  float: right;
  display: block;
  width: 96px;
  color: #121212;
  opacity: 0.5;
}

.focus_touch_box .tab_content_items>ul li .date {
  font-size: 16px;
  color: #121212;
  opacity: 0.5;
}

.focus_touch_more {
  font-size: 15px;
  display: none;
  position: absolute;
  right: 0;
  top: 7px;
  color: #88A1BC;
}

.focus_touch_more.on {
  display: block;
}

.focus_touch_box .tab_title {
  position: relative;
}

.sliderBox .prev,
.sliderBox .next {
  position: absolute;
  display: block;
  width: 43px;
  height: 85px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.sliderBox .prev {
  left: 0;
  right: auto;
  background: url(../img/prev.png) center no-repeat;
}

.sliderBox .next {
  left: auto;
  right: 0;
  background: url(../img/next.png)center no-repeat;
}

.sliderBox .prev:hover,
.sliderBox .next:hover {
  /* filter: alpha(opacity=100); */
  display: block;
  background-color: #999;
  opacity: 0.8;
}

.sliderBox .hd {
  position: absolute;
  bottom: 8px;
  right: 10px;
  z-index: 999;
}

.sliderBox .hd li {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
}

.sliderBox .hd li.on {
  width: 26px;
}

.middleImg {
  /* margin-top: 40px; */
  margin-bottom: 40px;
}

.middleImg * {
  display: block;
  width: 100%;
}

.fafbffd4 {
  background-image: linear-gradient(177deg, #fafbffd4 0%, #F5F8FE 100%);
  margin-top: 30px;
  padding-bottom: 50px;
}

.middle_slider {

  padding: 30px 0;
}

.middle_slider li {
  width: 100px;
  margin: 0 36px;
  text-align: center;
}

.middle_slider li.long {
  /* width: 160px;
  margin: 0; */
  text-align: center;
}

.middle_slider li img {
  width: 88px;
  height: 88px;
}

.middle_slider p {
  text-align: center;
  margin-top: 10px;
  font-size: 17px;
  color: #121212;
  white-space: nowrap;
}

.middle_slider .bd .tempWrap {
  margin: 0 auto;
  margin-top: 26px;
}

.middle_slider .bd {
  position: relative;
  background: #FFFFFF;
  height: 178px;
  overflow: hidden;
  box-shadow: 0 0 15px 0 #c0cee696;
  border-radius: 6px;
}

.middle_slider .next {
  width: 28px;
  height: 55px;
  position: absolute;
  bottom: 75px;
  right: -50px;
  transform: translate(0, -50%);
  cursor: pointer;
}

.middle_slider .prev {
  width: 28px;
  height: 55px;
  position: absolute;
  bottom: 75px;
  left: -50px;
  transform: translate(0, -50%);
  cursor: pointer;
}

.zfxxgk {
  width: 660px;
}

.zfxxgk_t {
  width: 660px;
  height: 80px;
  background: url('../img/zfxxgk_t_bg.png')center top no-repeat;
  font-weight: 700;
  font-size: 31px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 80px;
  background-size: 100% 100%;
}

.zfxxgk_t a {
  color: #FFFFFF;

}

.zfxxgk_c {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 247px;
  background: #FFFFFF;
  box-shadow: 0 0 15px 0 #c0cee696;
}

.zfxxgk_c li {
  width: 30%;
  font-size: 16px;
  color: #121212;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #121212;
  background: url(../img/li_bg.png) center left no-repeat;
  text-indent: 20px;
  background-size: 13px 13px;
  line-height: 60px;
  height: 60px;
}

.zhengceBox .fr {
  width: 655px;
}

.zhengceBox .fr .tab_title {
  position: relative;
}

.zhengceBox .fr .tab_title li {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 22px;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  margin-right: 20px;
  line-height: 2;
}

.zhengceBox .fr .tab_title li a {
  color: #999999;
}

.zhengceBox .fr .tab_title li.on {
  color: #0062C7;
  font-weight: bold;
  border-bottom: 3px #0062C7 solid;
}

.zhengceBox .fr .tab_title li.on a {
  color: #0062C7;
  font-weight: bold;
}

.zhengceBox_more {
  font-size: 15px;
  display: none;
  position: absolute;
  right: 0;
  top: 13px;
  color: #88A1BC;
}

.zhengceBox_more.on {
  display: block;
}

.zhengceBox .fr .tab_content_items {
  display: none;
}

.zhengceBox .fr .tab_content_items.on {
  display: block;

}

.zhengceBox .fr .tab_content_items>ul {
  margin-top: 15px;
}

.zhengceBox .fr .tab_content_items>ul li {
  font-size: 16px;
  padding-left: 10px;
  height: 43px;
  line-height: 43px;
  background: url('../img/li_bg.png') center left no-repeat;
  background-size: 13px 13px;
  text-indent: 12px;
  overflow: hidden;
}

.zhengceBox .fr .tab_content_items>ul li .date {
  font-size: 16px;
  color: #121212;
  opacity: 0.5;
  width: 96px;
}

.zhengceBox .fr .tab_content_items>ul li a {
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zwfwBox {
  margin-top: 15px;
  padding-bottom: 40px;
}

.zwfw_fl {
  width: 685.49px;
}

.zwfw_fl>img {
  width: 100%;
}

.zwfw_fl img.zwfwTit {
  width: 100%;
}

.zwfw_fl>a {
  width: 100%;
  display: block;
}

.zwwsfuInto {
  width: 100%;
  margin-top: 15px;
}

.serveSlider .tab_title {
  width: 686px;
  height: 76px;
  background: #EEF6FE;
  margin-top: 25px;
}

.serveSlider .tab_title li {
  width: 330px;
  font-family: MicrosoftYaHei;
  font-size: 22px;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  line-height: 76px;
}

.serveSlider .tab_title li.on {
  background: #2186F0;
  color: #FFFFFF;
  position: relative;
}

.serveSlider .tab_title li.on::after {
  content: '';
  width: 16px;
  height: 16px;
  background: #2186F0;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  right: 50%;
  bottom: -8px;

}

.slipInto {
  width: 71px;
  height: 71px;
}

.serveSlider .tab_content .tab_content_items {
  margin: 10px 0;
  display: none;
}

.serveSlider .tab_content .tab_content_items.on {
  display: block;
}

.serveSlider .tab_content .tab_content_items li {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  margin: 15px 48px;
}

.serveSlider .tab_content .tab_content_items li p {
  line-height: 30px;
  margin-top: 10px;
}

.serveSlider .tab_content .tab_content_items li.alitilebig {
  margin: 15px 35px;
}

.zwfwBoxBottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zwfwBoxBottom a {
  display: block;
  margin-top: 20px;
}

.zwfwBoxBottom a img {
  width: 334px;
  height: 84px;
}

.hdlj_fr {
  width: 613px;
}

.hdjlTit {
  width: 100%;
}

/* ----- */


.yjzjBox_more {
  font-size: 15px;
  display: none;
  position: absolute;
  right: 0;
  top: 7px;
  color: #88A1BC;
}

.yjzjBox_more.on {
  display: block;
}

.zjz {
  display: inline-block;
  width: 58px;
  height: 23px;
  line-height: 23px;
  background: #EAF4FF;
  border: 0.8px solid #0062C7;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #0062C7;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
}

.yjs {
  display: inline-block;
  width: 58px;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #1F1F1F;
  background: #F2F2F2;
  border: 0.8px solid #D9D9D9;
}

.hdjlInto {
  margin: 30px 0 20px 0;
}

.hdjlInto a {
  width: 298px;
  height: 90px;
  background: #EEF6FE;
  display: inline-block;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #121212;
  margin-right: 13px;
  margin-bottom: 13px;
  line-height: 90px;
}

.hdjlInto a:nth-child(2),
.hdjlInto a:nth-child(4) {
  margin-right: 0;
}

.hdjlInto img {
  width: 31px;
  /* height: 54px; */
  margin-right: 10px;
  vertical-align: middle;
}

.hd12315 {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.hd12315 img {
  width: 100%;
}

.zxftbox {
  background: #EEF6FE;
  padding: 20px 40px;
}

.zxftTit {
  /* width: 96px; */
  height: 31px;
  line-height: 31px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 24px;
  color: #121212;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.zxftbox .fl img {
  width: 316px;
  height: 189.85px;
  object-fit: cover;
}

.zxftbox .fl a p {
  width: 316px;
  height: 43.15px;
  line-height: 43.15px;
  background: #2186F0;
  text-align: center;
  padding: 0 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #FFFFFF;
}

.zxftbox .fr .q {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 16px;
  color: #0062C7;
  letter-spacing: 0;
  line-height: 25px;
  display: block;
  width: 193px;
}

.zxftbox .fr .a {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #52585F;
  letter-spacing: 0;
  line-height: 2;
  /* height: 50px; */
  display: block;
  width: 193px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.CAE4FF {
  background: #CAE4FF;
  /* margin-top: 30px;
  padding-bottom: 50px; */
  position: relative;
}


.CAE4FF a {
  width: 272px;
  height: 370px;
  display: block;
  float: left;
  background: #52585F;
  font-weight: 500;
  font-size: 38px;
  color: #FFFFFF;
  line-height: 57px;
  writing-mode: vertical-lr;
  text-align: center;
  padding-left: 102px;
  box-sizing: border-box;
}

.CAE4FF a:nth-child(1) {
  background: url('../img/mlxc@2x.png')center top no-repeat;
  background-size: 100% 100%;
}

.CAE4FF a:nth-child(2) {
  background: url('../img/jyhj@2x.png')center top no-repeat;
  background-size: 100% 100%;

}

.CAE4FF a:nth-child(3) {
  background: url('../img/zmyq@2x.png')center top no-repeat;
  background-size: 100% 100%;

}

.CAE4FF a:nth-child(4) {
  background: url('../img/dswl@2x.png')center top no-repeat;
  background-size: 100% 100%;

}

.CAE4FF a:nth-child(5) {
  background: url('../img/jdjs@2x.png')center top no-repeat;
  background-size: 100% 100%;

}

.CAE4FF a:nth-child(6) {
  background: url('../img/scfc@2x.png')center top no-repeat;
  background-size: 100% 100%;

}

.yxwl_img {
  /* width: 320px; */
  height: 114px;
  position: absolute;
  right: -135px;
  bottom: 40px;
}

.ztztTit {
  width: 100%;
}

.specBtm {
  width: 100%;
  height: 196px;
  /* overflow: hidden; */
  position: relative;
  margin-top: 30px;
}

.specBtm .hd .next,
.specBtm .hd .prev {
  width: 28px;
  height: 55px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  opacity: 0.39;
  top: 50%;
  transform: translateY(-50%);
}

.specBtm .hd .next {
  right: -50px;
  background: #000000 url(../img/zwgk_lr.png) center center no-repeat;
}

.specBtm .hd .prev {
  left: -50px;
  background: #000000 url(../img/zwgk_lf.png) center center no-repeat;
}

.specBtm .bd {
  width: 100%;
  height: 196px;
}

.specBtm .bd ul {
  height: 196px;
  overflow: hidden;
}

.specBtm .bd ul li {
  float: left;
  margin-right: 13px;
  width: 330px;
  height: 196px;
}

.specBtm .bd ul li img {
  display: block;
  width: 330px;
  height: 150px;
}

.zcztcBtn {
  width: 270px;
  height: 70px;
  display: block;
}



.linkTab {
  width: 1360px;
  margin-top: 45px;
}

.linkTab .hd {
  height: 44px;
  line-height: 44px;
  position: relative;
  border-bottom: 1px solid rgba(175, 190, 220, .35);
}

.linkTab .hd ul {
  float: left;
  position: absolute;
  left: 0px;
  top: -1px;
  height: 44px;
}

.linkTab .hd ul li {
  float: left;
  padding: 0 3px;
  cursor: pointer;
  margin-right: 25px;
}

.linkTab .hd ul li a {
  color: #333;
  font-size: 22px;
}

.linkTab .hd ul li.on {
  height: 45px;
  border-bottom: 3px solid #0064ca;
}

.linkTab .hd ul li.on a {
  color: #0064ca;
}

.linkTab .bd ul {
  padding-top: 10px;
  zoom: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.linkTab .bd li {
  min-width: 80px;
  margin-top: 18px;
  font-size: 16px;
}

.linkiphone li {
  min-width: 290px !important;
  text-align: left;
}

.linkTab .bd {
  height: 145px;
  overflow: hidden;
}

.linkTab .active {
  height: auto;
}

.phonemore {
  cursor: pointer;
}

.phonemore:hover {
  background-color: #e0f0ff;
}

.oldModel .hotNewsT a {
  font-size: 52px;
  line-height: 2;
}

.oldModel .hotNewsT_T a {
  display: block;
  font-size: 32px;
  text-align: center;
  line-height: 2;
  border-right: none;
}

.oldModel .hotNews {
  height: auto;
}

.oldModel .sliderBox {
  width: 100%;
  height: auto;
}

.oldModel .sliderBox .bd li {
  width: 100%;
  height: auto;
}

.oldModel .sliderBox .bd img {
  width: 100%;
  height: 800px;
}

.oldModel .sliderBox .bd li p {
  width: 100%;
  height: auto;
  line-height: 2;
  font-size: 28px;
}

.oldModel .focus_touch_box {
  width: 100%;
  height: 475px;
  margin-top: 40px;
}

.oldModel .focus_touch_box .tab_title li {
  font-size: 32px;
  line-height: 2;
}

.oldModel .focus_touch_box .tab_content_items>ul li {
  font-size: 28px;
  line-height: 2;
  height: auto;
}

.oldModel .focus_touch_box .tab_content_items>ul li span {
  width: 180px;
}

.oldModel .focus_touch_box .tab_content_items>ul li a {
  width: 1100px;
}

.oldModel .middle_slider p {
  font-size: 28px;
  white-space: wrap;
}

.oldModel .middle_slider .bd {
  height: 210px;
}

.oldModel .zfxxgk_t {
  font-size: 38px;
}

.oldModel .zhengceBox>div {
  width: 100%;
  float: none;
  margin-top: 40px;
}

.oldModel .zfxxgk_t {
  width: 100%;
}

.oldModel .zfxxgk_c li {
  font-size: 28px;
}

.oldModel .zhengceBox .fr .tab_title li {
  font-size: 32px;
  line-height: 2;
  height: auto;
}

.oldModel .zhengceBox_more {
  font-size: 28px;
  line-height: 2;
  height: auto;
}

.oldModel .zhengceBox .fr .tab_content_items>ul li {
  font-size: 28px;
  line-height: 2;
  height: auto;
}

.oldModel .zhengceBox .fr .tab_content_items>ul li .date {
  font-size: 28px;
  line-height: 2;
  height: auto;
  width: 180px;
}

.oldModel .zhengceBox .fr .tab_content_items>ul li a {
  width: 1100px;
}

.oldModel .zwfwBox>div {
  width: 100%;
  float: none;
  margin-top: 40px;
}

.oldModel .zwfw_fl img.zwfwTit {
  width: auto;
}

.oldModel .hdjlTit {
  width: auto;
}

.oldModel .serveSlider .tab_content .tab_content_items li {
  font-size: 28px;
  /* line-height: 2;
  height: auto; */
}

.oldModel .serveSlider .tab_title li {
  width: 49.5%;
  font-size: 28px;
  /* line-height: 2; */
  /* height: auto; */
}

.oldModel .serveSlider .tab_title {
  width: 100%;
}

.oldModel .hdjlInto a {
  font-size: 28px;
}

.oldModel .zxftbox .fl a p {
  font-size: 28px;
  width: 470px;
}

.oldModel .zxftTit {
  font-size: 32px;
}

.oldModel .zxftbox .fl img {
  width: 470px;
  height: auto;
}

.oldModel .zxftbox>div {
  float: left !important;
}

.oldModel .zxftbox .fr .q {
  font-size: 28px;
  line-height: 2;
  height: auto;
  padding-left: 40px;
  width: 700px;
}

.oldModel .zxftbox .fr .a {
  font-size: 28px;
  line-height: 2;
  height: auto;
  padding-left: 40px;
  width: 700px;


}

.oldModel .linkTab .hd ul li a {
  font-size: 32px;
}

.oldModel .linkTab .bd li {
  font-size: 28px;
  line-height: 2;
  height: auto;
}

.oldModel .phonemore {
  font-size: 28px;
  line-height: 2 !important;
  height: auto !important;
}

.oldModel .zwfwBoxBottom a {
  width: 33%;
}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}