@charset "utf-8";
* {
  font-family: 'microsoft yahei', arial;
  padding: 0;
  margin: 0;
  font-size: 14px;
  box-sizing: border-box;
  font-weight: 400;
  outline: none;
}

a {
  text-decoration: none;
}



.container {
  width: 100%;
}

.view-width {
  max-width: 1200px;
  width: 1200px;
  margin: auto;
margin-top: 20px;
}
.bread .view-width {
margin-top: 0px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.j-center {
  justify-content: center;
}

.a-center {
  align-items: center;
}

.j-end {
  text-align: right;
}

.col-1 {
  max-width: 8.333334%;
  flex: 0 0 8.333334%;
}

.col-2 {
  max-width: 16.666667%;
  flex: 0 0 16.666667%;
}

.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

.col-4 {
  max-width: 33.333334%;
  flex: 0 0 33.333334%;
}

.col-5 {
  max-width: 41.666667%;
  flex: 0 0 41.666667%;
}

.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
  position: relative;
}

.col-7 {
  max-width: 58.333334%;
  flex: 0 0 58.333334%;
}

.col-8 {
  max-width: 66.666667%;
  flex: 0 0 66.666667%;
}

.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

.col-10 {
  max-width: 83.333334%;
  flex: 0 0 83.333334%;
}

.col-11 {
  max-width: 91.666667%;
  flex: 0 0 91.666667%;
}


.col-25 {
  max-width: 20%;
  flex: 0 0 20%;
}

.col-75 {
  max-width: 80%;
  flex: 0 0 80%;
}

.header {
  background-color: #fafafa;
  border-bottom: 1px solid #e1e1e1;
  color: #444;
}

.header .header-top {
    margin-top: 0px;
  height: 60px;
}

.header .header-top > div .csjs {
  margin-left: 20px;
  color: #2258a9;
}

.header .header-top > div a {
  color: #444;
}

.header .header-top > div .lang {
  margin: 0 40px;
}

.header .header-top > div .lang a {
  color: #444;
}

.header .header-top > div .lang a.active {
  text-decoration: underline;
}

.header .header-top > div .input {
  position: relative;
}

.header .header-top > div .input input {
  height: 40px;
  width: 270px;
  padding-left: 10px;
}
.phwza{
 display:none;
}
.phwza a{
   border: 1px #ddd solid;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff!important;
    background: #2258a9;
    box-shadow: 0 4px 6px rgb(100 100 100 / 15%);
    transition: all 0.35s ease-in-out;
}
.shangxia {
  text-align: center;
}

.shangxia i {
  font-size: 35px !important;
}

.shangxia p {
  width: 100%;
  font-size: 20px;
}

.header-banner {
  height: 220px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 4px 4px 0 0;
}

.header-banner img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}

.nav {
margin-top: -20px;
  height: 52px;
  background-color: #2258a9;
}

.nav .nav-item {
  height: 52px;
}

.nav .nav-item > div {
  text-align: center;
  position: relative;
  height: 100%;
}

.nav .nav-item > div a {
  font: normal 20px/50px "微软雅黑";
  font-weight: 500;
  color: #fff;
  line-height: 52px;
}

.nav .nav-item > div a.active {
  border-bottom: 5px solid #fff;
  padding-bottom: 11px;
}

.nav .nav-item > div .more-item {
  position: absolute;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  background: #fff;
  display: none;
  z-index: 999;
  top: 50px;
  /* 小角的背景填充*/
}

.nav .nav-item > div .more-item ul {
  padding: 10px 0;
}

.nav .nav-item > div .more-item ul li {
  list-style: none;
  color: #444;
  line-height: 35px;
  cursor: pointer;
}

.nav .nav-item > div .more-item ul li a {
  color: #444;
  font-weight: 400;
}

.nav .nav-item > div .more-item ul li:hover {
  color: #2258a9;
}

.nav .nav-item > div .more-item::after {
  position: absolute;
  z-index: 999;
  display: inline-block;
  border-width: 10px;
  /*与before的三角形重叠差1px，和元素边框是边框宽度一致*/
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  /*边框颜色（小角的填充色）要与整体元素背景一致*/
  left: 49%;
  top: -20px;
  content: '';
}

.main-info .hot-news {
  height: 80px;
  line-height: 80px;
}

.main-info .hot-news div {
  text-align: center;
}

.main-info .hot-news div a {
  color: #2258a9;
  font: bold 29px/60px "微软雅黑";
  font-weight: 900;
}

.main-info .hot-news div a:hover {
  text-decoration: underline;
}

.main-info .hot-news div:first-child {
  border-left: none;
}

.main-info .info .swiper-slide {
  height: 332px;
  background-position: center top;
  background-size: cover;
}

.main-info .info .swiper-slide .title {
  position: absolute;
  bottom: 0;
  height: 80px;
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
  padding-left: 5%;
  padding-right: 30%;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

.main-info .info .info-swiper-pagination {
  position: absolute;
  bottom: 24px;
  z-index: 2;
  right: 20px;
  width: 20%;
  left: auto;
}

.main-info .info .info-swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  --swiper-theme-color: #2258a9;
}

.main-info .info .info-swiper-pagination1 {
  position: absolute;
  bottom: 24px;
  z-index: 2;
  right: 20px;
  width: 20%;
  left: auto;
}

.main-info .info .info-swiper-pagination1 .swiper-pagination-bullet {
  border-radius: 0;
  --swiper-theme-color: #2258a9;
}


.main-info .info-tabs {
  margin-left: 45px;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 4px;
}

.main-info .info-tabs span {
padding: 0 15px;
    line-height: 39px;
    font-size: 20px;
    /* font-weight: bold; */
    color: #676666;
    /* font: 20px/40px "微软雅黑"; */
    cursor: pointer;

   /* color: #999; */
  /* font: 20px/40px "微软雅黑"; */
   /* cursor: pointer; */
}

.main-info .info-tabs span.active {
  /* color: #2258a9;*/
  /* border-bottom: 3px solid #2258a9;*/
  /* padding-bottom: 9px;*/

font-size: 20px;
    font-weight: bold;
    line-height: 39px;
    padding: 0 15px;
    float: left;
    margin-right: 10px;
    color: #ffffff;
    background-color: #2879cb;
    color: #fff;
  
}

.main-info .info-box {
  margin-left: 45px;
  padding: 0 0 15px 15px;
}

.main-info .info-box ul {
  display: none;
}

.main-info .info-box ul.active {
  display: block;
}

.main-info .info-box ul li {
  height: 38px;
    line-height: 38px;
  
}

.main-info .info-box ul li a {
  font-family: "微软雅黑";
  color: #444;
  font-size: 16px;
  width: 414px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.main-info .info-box ul li span {
  color: #a1a1a1;
  float: right;
}

.online-work .title {
  width: 100%;
  height: 55px;
  background-image: ;
  background-size: cover;
  background-position: center;
  color: #2e7f4a;
  text-align: center;
  line-height: 55px;
  font-weight: 500;
  font-size: 20px;
}

.online-work .box {
  height: 268px;
  padding: 5px 0 23px 0px;
}

.online-work .box .item {
  background-position: center;
  background-size: cover;
}

.online-work .box .item i {
  font-size: 30px;
  margin-right: 10px;
}

.online-work .box > div a {
  display: flex;
  width: 100%;
  height: 100%;
  right: 0;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

.online-work .box > div:nth-child(1) {
  padding: 15px 30px 15px 0;
}

.online-work .box > div:nth-child(1) a {
  height: 46%;
}

.online-work .box > div:nth-child(1) a:first-child {
  background-image: ;
  margin: 1% 0 7%;
}

.online-work .box > div:nth-child(1) a:last-child {
  background-image: ;
}

.online-work .box > div:nth-child(3) {
  padding: 15px 0 15px 30px;
}

.online-work .box > div:nth-child(3) a {
  background-image: ;
}

.online-work .box > div:nth-child(3) i {
  margin-right: 0;
}

.online-work .box .service {
  border: 1px solid #d1d1d1;
  box-shadow: 0 0 10px 2px #e1e1e1;
}

.online-work .box .service .t {
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #579fce;
  color: #fff;
  font-size: 20px;
}

.online-work .box .service .t i {
  font-size: 26px;
  vertical-align: middle;
  margin-right: 10px;
}

.online-work .box .service .zxbox {
  padding: 40px;
}

.online-work .box .service .zxbox a {
  text-align: center;
  color: #444;
  font-size: 16px;
  padding: 15px;
}

.online-work .box .service .zxbox a i {
  font-size: 20px !important;
  vertical-align: middle;
  margin-right: 10px;
  color: #2258a9;
}

.hengfu {
    margin-top: 23px;
  height: 120px;
  background-image: ;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: block;
}

.zhuanti {
  margin-top: 3px;
}

.zhuanti > div.xgg > .col-4:nth-child(1) {
  padding-right: 15px;
}

.zhuanti > div.xgg > .col-4:nth-child(2) {
  padding: 0 5px;
}

.zhuanti > div.xgg > .col-4:nth-child(3) {
  padding-left: 15px;
}

.zhuanti > div > .col-4:nth-child(1) {
  padding-right: 30px;
}

.zhuanti > div > .col-4:nth-child(2) {
  padding: 0 15px;
}

.zhuanti > div > .col-4:nth-child(3) {
  padding-left: 30px;
}

.zhuanti > div > .col-3 {
  margin-top: 30px;
}

.zhuanti > div > .col-3:nth-child(1) {
  padding-right: 15px;
}

.zhuanti > div > .col-3:nth-child(2) {
  padding: 0 10px 0 5px;
}

.zhuanti > div > .col-3:nth-child(3) {
  padding: 0 5px 0 10px;
}

.zhuanti > div > .col-3:nth-child(4) {
  padding-left: 15px;
}

.zhuanti .title {
  padding-bottom: 7px;
  border-bottom: 1px solid #d1d1d1;
}

.zhuanti .title a {
  font: bold 22px/40px "微软雅黑";
  font-weight: 500;
  color: #ffffff;
  border-bottom: 3px solid #2258a9;
  padding-bottom: 9px;
}

.zhuanti .box ul {
  padding: 15px 0 0 15px;
}

.zhuanti .box ul li {
  height: 41px;
    line-height: 41px;
   
}

.zhuanti .box ul li a {
  
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  color: #444;
  font-size: 16px;
  display: inline-block;
}

.zhuanti .box ul li a:hover {
  color: #2258a9;
  text-decoration: underline;
}

.zhuanti .img {
  background-position: center;
  background-size: cover;
  height: 180px;
  width: 100%;
  display: block;
  position: relative;
}

.zhuanti .img span {
  position: absolute;
  padding: 7px 35px 7px 40px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: rgba(73, 171, 85, 0.7);
  right: 0;
  bottom: 10px;
  color: #fff;
  font-size: 18px;
}

.zhuanti .img:hover {
  transition: all .4s;
  -webkit-filter: brightness(200%);
  filter: brightness(160%);
}

.zhuanti .img:hover span {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.zhuanti .gg {
  margin: 30px 0;
  background-position: center;
  background-size: cover;
  height: 106px;
  width: 100%;
  display: block;
}

.link {
  background-color: #2258a9;
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px;
}

.link > div {
  justify-content: space-between;
}

.link > div .col-3 {
  position: relative;
  max-width: 24%;
  flex: 0 0 24%;
  height: 42px;
  background-color: #2258a9;
  text-align: center;
  line-height: 42px;
  color: #fff;
  cursor: pointer;
}

.link > div .col-3 > div {
  font: normal 18px/40px "微软雅黑";
  position: relative;
}

.link > div .col-3 > div > a {
  font: normal 18px/40px "微软雅黑";
  color: #fff;
}

.link > div .col-3 > div .down {
  position: absolute;
  right: 18px;
}

.link > div .col-3 > div .down i {
  display: block;
  transition: all .3s;
}

.link > div .col-3 .more-link {
  position: absolute;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin-top: 2px;
  background: #fff;
  display: none;
}

.link > div .col-3 .more-link ul {
  height: 126px;
  overflow: auto;
}

.link > div .col-3 .more-link ul li {
  list-style: none;
  color: #444;
}

.link > div .col-3 .more-link ul li a {
  color: #444;
}

.link > div .col-3 .more-link ul li:hover {
  color: #2258a9;
}

.footer {
  height: 110px;
  background-color: #2258a9;
  display: flex;
  align-items: center;
}

.footer img {
  height: 100%;
}

.footer > div > div p {
  text-align: left;
  line-height: 30px;
  color: #fff;
}

.footer > div > div p a {
  color: #fff;
  padding: 0 10px;
}

.footer > div > div:last-child p {
  text-align: right;
}

.footer > div > div:last-child p a {
  padding: 0;
}

.left-bar {
  position: fixed;
  right: calc((100% - 1200px) / 2   1250px);
  top: 350px;
  transition: all 1s;
}

.left-bar > div {
  text-align: center;
  cursor: pointer;
}

.right-bar {
position: fixed;
  left: calc((100% - 1200px) / 2   1250px);
  top: 350px;
  transition: all 1s;
}

.right-bar > div {
width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 15px;
 text-align: center;
    cursor: pointer;
}

.right-bar > div.vx {
  position: relative;
}

.right-bar > div.vx .ercode {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  left: -120px;
  box-shadow: 0 0 5px 1px #d1d1d1;
}

.right-bar > div.vx .ercode img {
  width: 100%;
  height: 100%;
}

.right-bar > div:first-child {
  background-color: #2258a9;
  position: relative;
}

.right-bar > div:first-child i {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 7px;
  left: 10px;
}

.right-bar > div:last-child {
     background-color: #2e7f4a;
    text-align: center;
    line-height: 60px;
}

.right-bar > div:last-child i {
  font-size: 34px;
  color: #fff;
}

.bread {
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 50px;
}

.bread a {
  color: #a1a1a1;
}

.bread a:hover {
  text-decoration: underline;
}

.bread span {
  color: #a1a1a1;
  margin: 0 10px;
}

.list-box {
  padding: 50px 0;
}

.list-box .list-left .item {
  position: relative;
  width: 100%;
  background-color: #f4f4f4;
  margin-bottom: 28px;
  text-align: center;
}

.list-box .list-left .item.active {
  background-color: #2258a9;
}

.list-box .list-left .item.active a {
  color: #f4f4f4 !important;
}

.list-box .list-left .item.active .slidedown {
  color: #f4f4f4;
}

.list-box .list-left .item.active::after {
  position: absolute;
  display: inline-block;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #2258a9;
  right: -16px;
  top: 36%;
  content: '';
}

.list-box .list-left .item:hover {
  background-color: #2258a9;
}

.list-box .list-left .item:hover > a {
  color: #f4f4f4;
}

.list-box .list-left .item:hover.noj {
  background-color: #f4f4f4;
}

.list-box .list-left .item:hover.noj::after {
  display: none;
}

.list-box .list-left .item:hover.noj.active {
  background-color: #2258a9;
}

.list-box .list-left .item:hover.noj.active > a {
  color: #fff;
}

.list-box .list-left .item:hover.noj.active .first div {
  color: #fff;
}

.list-box .list-left .item:hover.noj.active .first div a {
  color: #fff;
}

.list-box .list-left .item:hover::after {
  position: absolute;
  display: inline-block;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #2258a9;
  right: -16px;
  top: 36%;
  content: '';
}

.list-box .list-left .item > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 54px;
  font-size: 18px;
  color: #2258a9;
}

.list-box .list-left .item .slidedown {
  width: 100%;
  height: 100%;
  line-height: 54px;
  font-size: 18px;
  color: #2258a9;
  cursor: pointer;
}

.list-box .list-left .item .slidedown i {
  transition: all .3s;
  display: inline-block;
}

.list-box .list-left .item .slidedown .first {
  display: none;
  margin-top: 10px;
}

.list-box .list-left .item .slidedown .first li {
  line-height: 40px;
  list-style: none;
  border-bottom: 1px solid #fff;
}

.list-box .list-left .item .slidedown .first li:last-child {
  border-bottom: none;
}

.list-box .list-left .item .slidedown .first li a {
  font-size: 16px;
  color: #2258a9;
}

.list-box .list-left .item .slidedown .first .second {
  display: none;
}

.list-box .list-left .item .slidedown .first .second li {
  line-height: 40px;
  list-style: none;
  border-bottom: 1px solid #fff;
}

.list-box .list-left .item .slidedown .first .second li a {
  font-size: 16px;
  color: #2258a9;
  margin-left: 15px;
}

.list-box .list-left .item .slidedown .first .second li:last-child {
  border-bottom: none;
}

.list-box .list-right {
  padding-left: 50px;
}

.list-box .list-right .title {
  padding-bottom: 7px;
  border-bottom: 1px solid #d1d1d1;
}

.list-box .list-right .title a {
  font-size: 20px;
  font-weight: 500;
  color: #2258a9;
  border-bottom: 3px solid #2258a9;
  padding-bottom: 9px;
}

.list-box .list-right .list-content .box {
  padding: 0 0 0 15px; 
   /*border-bottom: 1px dashed #d1d1d1;*/
}

.list-box .list-right .list-content .box ul li {
  margin: 35px 0;
}

.list-box .list-right .list-content .box ul li a {
  color: #444;
  font-size: 16px;
}

.list-box .list-right .list-content .box ul li span {
  color: #a1a1a1;
  float: right;
}

.list-box .list-right .list-content .content .tips {
  margin-top: 28px;
  padding: 20px 20px;
  background: #fafafa;
}

.list-box .list-right .list-content .content .tips p {
  line-height: 28px;
  color: #a1a1a1;
}

.list-box .list-right .list-content .content .form {
  margin-top: 30px;
}

.list-box .list-right .list-content .content .form > .flex {
  margin-bottom: 20px;
}

.list-box .list-right .list-content .content .form > .flex .label {
  width: 140px;
  text-align: right;
  padding-right: 10px;
  font-size: 16px;
  color: #333;
  line-height: 38px;
}

.list-box .list-right .list-content .content .form > .flex .label .required {
  margin-right: 10px;
  color: red;
  font-size: 16px;
}

.list-box .list-right .list-content .content .form > .flex .input textarea {
  resize: none;
  margin: 0px;
  padding: 10px;
  color: #333;
  width: 770px;
  height: 120px;
  border: 1px solid #d1d1d1;
}

.list-box .list-right .list-content .content .form > .flex .input input {
  margin: 0px;
  padding: 10px;
  color: #333;
  width: 770px;
  height: 38px;
  border: 1px solid #d1d1d1;
}

.list-box .list-right .list-content .content .form > .flex .input.code input {
  width: 150px;
}

.list-box .list-right .list-content .content .form > .flex .input.code img {
  vertical-align: middle;
}

.list-box .list-right .list-content .content .submit {
  display: block;
  width: 100px;
  background: #2258a9;
  padding: 15px 30px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin: 50px auto;
}

.list-box .list-right .list-content .pt-list.df .avator {
  width: 136px !important;
  height: 176px;
  background-position: center;
  background-size: cover;
}

.list-box .list-right .list-content .pt-list.df .introduce {
  width: calc(100% - 250px) !important;
}

.list-box .list-right .list-content .pt-list h1 {
  width: 100%;
  margin: 40px 0 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  color: #2258a9;
}

.list-box .list-right .list-content .pt-list .item {
  height: 238px;
  padding: 30px 0;
  border-bottom: 1px dashed #d1d1d1;
}

.list-box .list-right .list-content .pt-list .item .avator {
  width: 136px;
  height: 176px;
  background-position: center;
  background-size: cover;
}

.list-box .list-right .list-content .pt-list .item .introduce {
  width: calc(100% - 136px);
  padding: 0 30px;
}

.list-box .list-right .list-content .pt-list .item .introduce .name {
  color: #2258a9;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}

.list-box .list-right .list-content .pt-list .item .introduce .intro {
  font-size: 15px;
  color: #a1a1a1;
  line-height: 28px;
}

.list-box .list-right .list-content .ls-list img {
  margin: 20px 0;
  width: 100%;
}

.list-box .list-right .list-content .ls-list .ls-box {
  border: 1px solid #d1d1d1;
  padding: 20px 30px 50px 30px;
}

.list-box .list-right .list-content .ls-list .ls-box p {
  padding: 20px 0;
}

.list-box .list-right .list-content .ls-list .ls-box h3 {
  width: 100%;
  text-align: center;
  color: #2258a9;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px 0;
}

.list-box .list-right .list-content .ls-list .ls-box h5 {
  line-height: 40px;
}

.list-box .list-right .list-content .ls-list .ls-box h5 a {
  padding: 0;
  border: none;
  float: right;
}

.list-box .list-right .list-content .ls-list .ls-box a {
  padding-right: 20px;
  color: #2258a9;
  line-height: 40px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #a1a1a1;
}

.list-box .list-right .list-content .ls-list .ls-box span {
  line-height: 30px;
}

.article-box {
  padding: 50px 0;
}

.article-box .title {
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
}

.article-box .title h5 {
  margin-top: 20px;
  color: #a1a1a1;
}

.article-box .content {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}

.article-box .content h3 {
  font-weight: 500;
  margin: 10px 0 20px;
  font-size: 16px;
  text-align: center;
}

.article-box .content b {
  font-size: 18px;
  font-weight: bolder;
}

.article-box .content b.btitle {
  display: block;
  margin-top: 20px;
}

.article-box .content p {
  font-size: 16px;
  line-height: 28px;
 
  margin-top: 10px;
  color: #444;
}
 
/*.article-box .content img {*/
/*  display: block;*/
 /* margin: 20px auto;*/
/*}*/
 
.map-item {
  margin: 20px 0;
}

.map-item > div a {
  color: #666;
  line-height: 30px;
}

.icon-canjiren {
  font-size: 22px !important;
  vertical-align: middle;
  color: #2258a9;
}

.icon-iconfonticonfontsousuo1 {
  position: absolute;
  right: 10px;
  top: -2px;
  font-size: 20px !important;
  color: #c1c1c1 !important;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .left-bar {
    position: fixed;
    right: calc((100% - 1200px) / 2   1150px);
    top: 350px;
    transition: all 1s;
    z-index: 999;
  }
  .right-bar {
    position: fixed;
    left: calc((100% - 1200px) / 2   1150px);
    top: 350px;
    transition: all 1s;
  }
}

@media (max-width: 768px) {
  a {
    font-size: 12px !important;
  }
  .view-width {
    width: 100%;
  }
  .header .col-6 {
    display: none;
  }
.header .header-top{
height: 30px;
}

  .nav {
    height: 40px;
  }
  .nav .nav-item {
    height: 40px;
  }
  .nav a {
    font-size: 12px !important;
    line-height: 40px !important;
  }
  .nav .nav-item > div a.active {
    border-bottom: 5px solid #fff;
    padding-bottom: 6px;
  }
  .main-info .info .swiper-slide {
    height: 200px;
  }
  .main-info .info-box {
    padding: 0 15px;
  }
  .main-info .hot-news {
    height: 60px;
    line-height: 60px;
  }
  .main-info .hot-news div a {
    font-size: 16px;
  }
  .header-banner {
    height: 100px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0;
  }
  .header-banner img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 88% !important;
    transform: translatex(-50%);
  }
.phwza{
 display:block;
padding-left: 10px;
}

  .left-bar {
    display: none;
  }
  .right-bar {
    display: none;
  }
  .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .hot-info .info .title {
    padding: 0 5%;
  }
  .hot-info .info-tabs {
    margin-left: 0;
    margin: 10px;
  }
  .hot-info .info-tabs span {
    font-size: 14px;
  }
  .hot-info .info-tabs span.active {
    padding-bottom: 8px;
  }
  .hot-info .info-box {
    margin: 10px;
  }
  .hot-info .info-box li {
    margin: 15px 0 !important;
  }
  .hot-info .info-box li a {
    font-size: 12px;
  }
  .hot-info .info-box li span {
    display: none;
  }
  .online-work .box {
    height: auto;
    padding: 0;
  }
  .online-work .box .col-3 {
    transition: all 1s;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 !important;
  }
  .online-work .box .col-3 .item {
    margin: 0 0 !important;
    padding: 10px;
  }
  .online-work .box .col-6 {
    box-shadow: none;
    border: none;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .online-work .box .col-6 .zxbox {
    padding: 20px;
  }
  .online-work .box .col-6 .zxbox .col-3 {
    transition: all 1s;
    max-width: 33.333334%;
    flex: 0 0 33.333334%;
    padding: 5px !important;
  }
  .hengfu {
    display: none;
  }
  .zhuanti {
    margin-top: 10px;
    padding: 10px;
  }
  .zhuanti .title a {
    font-size: 16px !important;
  }
  .zhuanti .col-4 {
    transition: all 1s;
    margin-top: 10px;
    padding: 0 !important;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .zhuanti .col-4 li {
    padding: 10px 0 !important;
  }
  .zhuanti .col-3 {
    transition: all 1s;
    margin-top: 10px;
    padding: 0 !important;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .zhuanti .xgg .col-4 {
    height: 100px;
  }
  .link {
    padding: 5px;
    margin-top: 45px;
  }
  .link > div .col-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .link p {
    font-size: 12px !important;
  }
  .link div {
    font-size: 12px !important;
  }
  .link span {
    font-size: 12px !important;
  }
  .footer {
    height: auto;
    padding: 10px;
  }
  .footer p {
    font-size: 12px !important;
  }
  .footer div {
    font-size: 12px !important;
  }
  .footer span {
    font-size: 12px !important;
  }
  .footer .col-1 {
    transition: all 1s;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .footer .col-5 {
    transition: all 1s;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .footer .col-5 p {
    line-height: 30px;
    text-align: center !important;
  }
  .footer .col-5 span {
    text-align: center;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 15px;
  }
  .footer .col-6 {
    transition: all 1s;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer .col-6 p {
    line-height: unset;
    text-align: center;
  }
  .footer .col-6 p:last-child {
    margin-top: 10px;
    line-height: 30px;
  }
  .footer .col-6 span {
    text-align: center;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 15px;
  }
  .bread {
    padding: 0 10px;
  }
  .list-box {
    padding: 0;
  }
  .list-box .col-25 {
    transition: all 1s;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .list-box .col-25 .item {
    margin: 0;
  }
  .list-box .col-25 .item a {
    line-height: 40px;
  }
  .list-box .col-25 .item .slidedown {
    line-height: 40px;
    font-size: 12px;
  }
  .list-box .col-25 .item .slidedown .first div {
    font-size: 10px;
  }
  .list-box .col-75 {
    transition: all 1s;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 10px;
  }
  .pt-list .introduce .name {
    font-size: 16px !important;
  }
  .pt-list .introduce .intro {
    font-size: 12px;
    line-height: 20px !important;
  }
  .pt-list div {
    font-size: 12px !important;
  }
  .list-content .title a {
    font-size: 16px !important;
  }
  .list-content ul li {
    margin: 15px 0 !important;
  }
  .list-content ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
  }
  .list-content ul li span {
    display: none;
  }
  .list-content .tips p {
    font-size: 12px;
  }
  .list-content .form .label {
    text-align: left !important;
    font-size: 16px !important;
  }
  .list-content .form .label span {
    font-size: 16px !important;
  }
  .list-content .form .input {
    width: 100%;
    margin: 0 10px;
  }
  .list-content .form .input input {
    width: 100% !important;
  }
  .list-content .form .input textarea {
    width: 100% !important;
  }
  .list-box .list-right .list-content .pt-list.df .item {
    height: auto;
  }
  .list-box .list-right .list-content .pt-list.df .avator {
    width: 100% !important;
  }
  .list-box .list-right .list-content .pt-list.df .introduce {
    width: 100% !important;
    margin-top: 20px;
  }
}
.zhuanti .img2{
           
       background-image: ;
      background-position: center;
    background-size: cover;
    height: 180px;
    width: 100%;
    display: block;
    position: relative;
       
      }
.zhuanti .img2 span {
  position: absolute;
  padding: 7px 35px 7px 40px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: rgba(73, 171, 85, 0.7);
  right: 0;
  bottom: 10px;
  color: #fff;
  font-size: 18px;
}
.zhuanti .img2:hover {
  transition: all .4s;
  -webkit-filter: brightness(200%);
  filter: brightness(160%);
}

.zhuanti .img2:hover span {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}
.zhuanti .img1{
           
            background-image: ;
      background-position: center;
    background-size: cover;
    height: 180px;
    width: 100%;
    display: block;
    position: relative;
       
      }

.zhuanti .img1 span {
  position: absolute;
  padding: 7px 35px 7px 40px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: rgba(73, 171, 85, 0.7);
  right: 0;
  bottom: 10px;
  color: #fff;
  font-size: 18px;
}

.zhuanti .img1:hover {
  transition: all .4s;
  -webkit-filter: brightness(200%);
  filter: brightness(160%);
}

.zhuanti .img1:hover span {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

 .zhuanti .img3{
           
       background-image: ;
      background-position: center;
    background-size: cover;
    height: 180px;
    width: 100%;
    display: block;
    position: relative;
       
      }
.zhuanti .img3 span {
  position: absolute;
  padding: 7px 35px 7px 40px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: rgba(73, 171, 85, 0.7);
  right: 0;
  bottom: 10px;
  color: #fff;
  font-size: 18px;
}
.zhuanti .img3:hover {
  transition: all .4s;
  -webkit-filter: brightness(200%);
  filter: brightness(160%);
}

.zhuanti .img3:hover span {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
} 
.zhuanti .img4{
           
       background-image: ;
      background-position: center;
    background-size: cover;
    height: 180px;
    width: 100%;
    display: block;
    position: relative;
       
      }
.zhuanti .img4 span {
  position: absolute;
  padding: 7px 35px 7px 40px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: rgba(73, 171, 85, 0.7);
  right: 0;
  bottom: 10px;
  color: #fff;
  font-size: 18px;
}
.zhuanti .img4:hover {
  transition: all .4s;
  -webkit-filter: brightness(200%);
  filter: brightness(160%);
}

.zhuanti .img4:hover span {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
} 

.zhuanti .gg1 {
  background-image: ;
    position: relative;
  margin: 30px 0;
  background-position: center;
  background-size: cover;
  height: 106px;
  width: 100%;
  display: block;
}

.zhuanti .gg2 {
  background-image: ;
    position: relative;
  margin: 30px 0;
  background-position: center;
  background-size: cover;
  height: 106px;
  width: 100%;
  display: block;
}
.zhuanti .gg3 {
  background-image: ;
  position: relative;
  margin: 30px 0;
  background-position: center;
  background-size: cover;
  height: 106px;
  width: 100%;
  display: block;
}

.zhuanti .gg4 {
  background-image: ;
    position: relative;
  margin: 30px 0;
  background-position: center;
  background-size: cover;
  height: 106px;
  width: 100%;
  display: block;
}

.zhuanti .gg5 {
  background-image: ;
    position: relative;
  margin: 30px 0;
  background-position: center;
  background-size: cover;
  height: 106px;
  width: 100%;
  display: block;
}

.zhuanti .gg6 {
  background-image: ;
    position: relative;
  margin: 30px 0;
  background-position: center;
  background-size: cover;
  height: 106px;
  width: 100%;
  display: block;
}
.opened_right_nav { }
.opened_right_nav li {  list-style: none;float: left;width: 19%;height: 50px;margin-left: 10px;border-radius: 10px;}
.opened_right_nav li a {display: block;height: 50px;line-height: 50px;text-align: center;color: #fff;text-decoration:none;}
.opened_right_nav_li1 {background-color: #dd5a7f}
.opened_right_nav_li2 {background-color: #4bc537}
.opened_right_nav_li3 {background-color: #fda93f}
.opened_right_nav_li4 {background-color: #8787f3}
.opened_right_nav_li5 {background-color: #4cc1bd}
.opened_right_nav_li6 {background-color: #dc7c76}
.opened_right_nav_li7 {background-color: #c9c16a}
.opened_right_nav_li8 {background-color: #4685db}
.opened_right_nav_li9 {background-color: #8a2be2}
.opened_right_nav_li10 {background-color: #d2691e}
.opened_right_nav_li11 {background-color: #ff7f50}
.opened_right_nav_li12 {background-color: #f00}
.opened_right_nav img {vertical-align: middle;}
.opened_right_nav h3 {display: inline-block;height: 50px;vertical-align: middle;color: #fff;line-height: 25px;}
.clearfix {
    clear: both;
    zoom: 1;
}
/* 底部 */
        #footer1{ font: normal 16px "微软雅黑"; text-align: center; background-color: #2258a9; height: 190px;}
        #footer1 a{color: #fff;}
        #footer1 .container{position: relative;}
        #footer1 ul > li{display: inline-block; margin-top:44px; }
        #footer1 p{margin-top: 10px;}
        .shibie{position: absolute;top:48px;left: 234px;}
        .jiucuo{position: absolute;top:48px;right: 16px;}
        #_span_jiucuo{
          position:absolute;bottom:20%;right:15%;
        }
        #_span_jiucuo img{
          display:block;
          width:100%;
        }


        /* new tab切换 */
        .tab-content .tab-pane, .pill-content .pill-pane {
          display: none;
        }
        
        .tab-content .active, .pill-content .active {
          display: block;
		  position:relative;
        }
        ul {
          margin: 0;
          padding: 0;
          list-style: none;
        }
        .clear:after {
          content: '';
          display: block;
          clear: both;
        }
        .clear {
          *zoom: 1;
        }
        .ma {
          margin: 0 auto;
        }
        .fl {
          float: left;
        }
        .fr {
          float: right;
        }
        .tabnav li{
          float:left;
           width:25%;
           margin-right: 1%;
           list-style-image: none!important;
          
        }
        .tabnav2 li{
          float:left;
           width:13%;
           margin-right: 4%;
           list-style-image: none!important;
           padding-bottom: 0!important;
        }
        .tabnav3 li{
          float:left;
           width:6%;
           margin-right: 4%;
           list-style-image: none!important;
           padding-bottom: 0!important;
        }
        .tabnav4 li{
          float:left;
           width:29%;
           margin-right:25%;
           list-style-image: none!important;
           padding-bottom: 0!important;
        }
        .according li{
          list-style-image: none!important;
        }
        .tabnav3 li:nth-child(2){
          width:12%;
        }
        .tabnav4 li:nth-child(2){
          width:44%;
          margin-right: 0%;
        }
        .tabnav li a{
        
          display: block;
          padding: 0 15px;
          text-align: center;
          font:normal 20px/39px "microsoft yahei";
          color: #676666;
        }
        .tabnav2 li a,.tabnav3 li a,.tabnav4 li a{
        
          display: block;
          
          text-align: center;
          font:normal 20px/39px "microsoft yahei";
          color: #676666;
        }
        .tabnav li.active a{
          font:bold 20px/39px "microsoft yahei";
          background-color: #2879cb;
          color: #fff;
        }
        .tabnav2 li.active a,.tabnav3 li.active a,.tabnav4 li.active a{
          color: #2258a9;
          border-bottom: 3px solid #2258a9; 
           /* padding-bottom: 9px !important; */
      
        }
        
        
        .tab-more{
          margin-top: 1px;
          color: #999999;
          font-size: 18px;
          margin-right: -110px;
position: absolute;
top:2%;
right:18%;

        }
        .tab-more.more2{
          right:15%;
		  top: -60px;
        }
       .info-block{
position: relative;
       }
        .two-qh3{
          border-bottom: 1px solid #d1d1d1;
    padding-bottom: 7px;
    position: relative;

        }
        .col-lt7 {
position: relative;
        }
        @media (max-width: 768px) {
          .tab-more{
            margin-top: 1px;
            color: #999999;
            font-size: 18px;
            margin-right: -110px;
  position: absolute;
  top:2%;
  right:31%;
}
.tabnav2 li{
  float:left;
   width:20%;
   margin-right: 4%;
   list-style-image: none!important;
   padding-bottom: 0!important;
}
.tab-more.more2{
  right:36%;
}
.tabnav3 li{
  width:12%;
}
.tabnav3 li:nth-child(2){
  width:18%;
}
.tabnav4 li:nth-child(2){
  width:44%;
  margin-right: 0%;
}
.list-box .list-right {
  padding-left: 0px;
}
           #_span_jiucuo{
          position:absolute;bottom:30%;right:8%;width:18%;display:block
        }
          .header-banner {
            display: none;
          }
          .main-info .info .swiper-slide .title{
            padding-right: 0;
          }
          .main-info .info .info-swiper-pagination1{
            display: none!important;
          }
          .main-info .hot-news div a {
            line-height: 60px!important;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 95%!important;
            display: block;
            margin: 0 auto;
          }
          .main-info .hot-news{
            margin: 0!important;
          }

          .main-info .info-box ul li a{
            width: 100%!important;
          }
          
          .shibie img{
            width: 100%;
          }
          .list-more2{
            margin-right: -90px!important;
          }
          .main-info .info-tabs span.active {
            border-bottom: none;
            padding: 0 15px;
            font-size: 14px;
            font-weight: bold;
            float: left;
            margin-right: 0;
            color: #ffffff;
            background-color: #2879cb;
            color: #fff;
          }
          .hot-info{
            margin-top: -20px;
          }
          .list-more2{
            margin-top: 12px;
            margin-right: -90px;
          }
          .zhuanti .box ul li a{
            display: block;
          }
          .online-work{
            margin: 60px 0 40px;
          }
          .opened_right_nav li{
            width: 17%;
            margin-left: 8px;
          }
          .opened_right_nav li img{
            display: none;
          }
          .footer1 .container > div{
            width: 100%!important;
          }
          .footer1 .container > .shibie{
            width: 25px!important;
            top: 40px;
            left: 243px;
          }
          .footer1 span{
            font-size: 12px;
          }
          .footer1 p{
            font-size: 12px;
          }
          .outerlayer .container{
            width: 100%;
          }
          .details_page > h2 > p{
            font-size: 20px;
          }
          .div_zhengwen{
            padding: 30px;
          }
          .div_zhengwen img{
            max-width: 90%;
            height: auto;
            margin: auto;
            display: block;
          }
          .div_zhengwen span{
            font-size: 14px!important;
          }
          .subhot{
            display: none;
          }
        }
        