/*@font-face {*/
/*  font-family: 'dinAlternate';*/
/*  !* 这个名字可以自己定义 *!*/
/*  src: url('../fonts/DIN Alternate Bold.otf');*/
/*  !* IE9 Compat Modes *!*/
/*  !*这里以及下面的src后面的地址填的都是自己本地的相对地址*!*/
/*  src: url('../fonts/DIN Alternate Bold.eot?#iefix') format('embedded-opentype'),*/
/*    !* IE6-IE8 *!*/
/*  url('../fonts/DIN Alternate Bold.woff') format('woff'),*/
/*    !* Modern Browsers *!*/
/*  url('../fonts/DIN Alternate Bold.ttf') format('truetype'),*/
/*    !* Safari, Android, iOS *!*/
/*  url('../fonts/DIN Alternate Bold#dinAlternate') format('svg');*/
/*  !* Legacy iOS *!*/
/*  !*font-weight: bold;*!*/
/*  !*font-style: normal;*!*/
/*}*/

/*@font-face {*/
/*  font-family: 'pingfang';*/
/*  !* 这个名字可以自己定义 *!*/
/*  src: url('../fonts/pingfang regular.otf');*/
/*  !* IE9 Compat Modes *!*/
/*  !*这里以及下面的src后面的地址填的都是自己本地的相对地址*!*/
/*  src: url('../fonts/pingfang regular?#iefix') format('embedded-opentype'),*/
/*    !* IE6-IE8 *!*/
/*  url('../fonts/pingfang regular.woff') format('woff'),*/
/*    !* Modern Browsers *!*/
/*  url('../fonts/pingfang regular.ttf') format('truetype'),*/
/*    !* Safari, Android, iOS *!*/
/*  url('../fonts/pingfang regular#pingfang') format('svg');*/
/*  !* Legacy iOS *!*/
/*  !*font-weight: bold;*!*/
/*  !*font-style: normal;*!*/
/*}*/


/*@font-face {*/
/*  font-family: 'enFamily';*/
/*  !* 这个名字可以自己定义 *!*/
/*  src: url('../fonts/EngraversGothic BT.otf');*/
/*  !* IE9 Compat Modes *!*/
/*  !*这里以及下面的src后面的地址填的都是自己本地的相对地址*!*/
/*  src: url('../fonts/EngraversGothic BT?#iefix') format('embedded-opentype'),*/
/*    !* IE6-IE8 *!*/
/*  url('../fonts/EngraversGothic BT.woff') format('woff'),*/
/*    !* Modern Browsers *!*/
/*  url('../fonts/EngraversGothic BT.ttf') format('truetype'),*/
/*    !* Safari, Android, iOS *!*/
/*  url('../fonts/EngraversGothic BT#enFamily') format('svg');*/
/*  !* Legacy iOS *!*/
/*  !*font-weight: bold;*!*/
/*  !*font-style: normal;*!*/
/*}*/

@media only screen and (min-width: 1025px) {
.h5{display: none !important;}
}


html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 6.25rem;
  font-family: "微软雅黑","Microsoft YaHei",sans-serif !important;
  font-size: 0.09375rem;
}
/*p, span, a, b, h1, h2, h3, h4, h5, h6, li {
    overflow: hidden;
    max-width: 100%;
}*/
ul {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}


li {
  list-style: none;
}

a {
  text-decoration: none;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}


.en-Family {
  font-family: enFamily;
}

.num-Family {
  font-family: dinAlternate;
}





body {
  font-family: pingfang;
}

p {
  padding: 0;
  margin: 0;
}




.w1200 {
  width: 6.25rem;
  margin: 0 auto;
  /*height: 100%;*/
  position: relative;
}


.leftFloat {
  float: left;
}

.footerFloat {
  float: right;
  width: 0.984375rem;
  height: 0.3072916666666667rem;
  border-right: 0.026041666666666668rem solid #fff;
  border-left: 0.026041666666666668rem solid #fff;
  position: relative;
  box-sizing: border-box;
}

.footerFloat .link {
    padding: 0 0.052083333333333336rem;
    transform: translateY(0.09375rem);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerFloat div img {
  float: right;
  width: 0.08333333333333333rem;
}


.footerFloat ul li {
  padding-top: 0.026041666666666668rem;
  cursor: pointer;
}

.footerFloat ul li a{
color: #444444
}


.footerFloat ul li:hover {
  color: #3c8cff;
}



.footerFloat ul {
  position: absolute;
  position: absolute;
  bottom: 0;
  display: none;
  width: 0.9322916666666666rem;
  background: #f4f4f4;
  padding: 0.052083333333333336rem 0px 0.052083333333333336rem 0.052083333333333336rem;
  z-index: 99999;
  width: 100%;
  right: 0px;
  box-sizing: border-box;
}



.footerFloat:last-child::after {
  content: '';
  clear: both
}

.footerFloat:last-child {
  border-right: none
}

.footer-link {
  background-color: #f4f4f4;
}

.clearfix {
  clear: both;
}


.foot-wx {
  float: left;
  padding: 0.052083333333333336rem 0;
  position: relative;
}

.foot-wx-icon {
  display: inline-block;
  vertical-align: middle;
}

.foot-wx-icon .wx-qr {
  position: absolute;
  top: -0.5208333333333334rem;
  left: 0.46875rem;
  opacity: 0;
  z-index: 999;
  display: none;
  width: 0.5416666666666666rem;
}

.foot-wx-icon .wx-icon {
  background-image: url(../img/attention_normal_btn.png);
  height: 0.203125rem;
  width: 0.203125rem;
  background-repeat: no-repeat;
  background-size: 0.203125rem 0.203125rem;
}

.foot-wx-icon .wx-icon:hover {
  background-image: url(../img/attention_pressed_btn.png);
}

.foot-wx-icon .wx-icon:hover+.wx-qr {
  opacity: 1;
  display: block;

}


.foot-wx span {
  vertical-align: middle;
  margin-right: 0.052083333333333336rem;
}

.foot-wx img {
  vertical-align: middle;
}

.foot-wx img:hover {
  vertical-align: middle;
}



.footer-law {
  padding: 0.10416666666666667rem 0;
}

.footer-law a{
color:#444444
}


.footer-law>p {
  padding: 0.010416666666666666rem 0;
  font-size: 0.07291666666666667rem
}


/* 导航栏 */

.navgation_bar {
  border-bottom: solid 1px #eaeaea;
  height: 0.4322916666666667rem;

}

.navgation {
  display: inline-block;
  margin-top: 0.15625rem;
  font-size: 0;
  letter-spacing: -0.020833333333333332rem;
}

.navgation-icon {
  display: inline-block;
  width: 0.08333333333333333rem;
  height: 0.08333333333333333rem;
  background: url(../img/home_icon.png) no-repeat left bottom;
  background-size: 0.08333333333333333rem 0.08333333333333333rem;
  letter-spacing: normal;
}

.navgation a {
  display: inline;
  background: url(../img/arrow_icon.png) no-repeat 0.078125rem center;
  background-size: 0.015625rem 0.052083333333333336rem;
  padding-left: 0.15625rem;
  font-size: 0.078125rem;
  color: #444444;
  letter-spacing: normal;
  font-weight: bold;

}

.sub_nav {
  position: relative;
  width: 3.90625rem;
  float: right;
  padding: 0.15625rem 0;
}

.sub_nav .ul .on {
  color: #3c8cff;
}

.sub_nav .sub_slider {
  position: absolute;
  bottom: -1px;
  height: 0.015625rem;
  /* width:50px;*/
  background: #3c8cff;
}

.sub_nav>.ul{    float: right;}
.sub_nav>.ul>a{    float: left;}

.ul a {
  display: inline-block;
  text-decoration: none;
  font-size: 0.08333333333333333rem;
  letter-spacing: normal;
  color: #444444;
  margin-left: 0.15625rem;
  font-weight: bold;

}

.sub_nav .ul {
  text-align: right;
}

.sub_nav .ul a:hover {
  text-decoration: none;
}


.nav-mune {
  position: relative;
  left: 0;
  top: 0;
  float: left;
  width: 6.25rem;
  height: 0.4375rem;
  background-color: #fff;
  margin-left: calc((100% - 6.25rem)/2);
  max-width: 100%;
}

.vertical-center {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  height: 0.625rem;

}

.vertical-line {
  width: 0.010416666666666666rem;
  height: 0.140625rem;
  background-color: #f6f6f6;
  float: left;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.slide-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.slide-box li,
.slide-box li img {
  width: 100%;
  height: 100%;
}

.nav-mune:hover {
  background-color: rgba(255, 255, 255, 1);
}

.logobox {
  width: 0.9635416666666666rem;
  margin-top: 0.08333333333333333rem;
  float: left;
}

.logobox a {
  display: block;
}

/* 
.logobox a img {
  width: 100%;
  height: 100%;
} */

.nav-ul {
  height: 0.4375rem;
  padding: 0;
  margin: 0;
  /*float: left;*/
  line-height: 0.4375rem;
  /*margin-left: 446px;*/
  position: relative;
  float: right;
  /* border-right: solid 1px #eaeaea; */
  ;
}

.header .search-area {
  position: absolute;
  height: 100%;
  width: 10%;
  right: 0;
  top: 0;
}

.module-content .search-area{
  margin-top: 0.10416666666666667rem;
  border-radius: 0.11979166666666667rem;
  border: solid 0.010416666666666666rem #ddc8ab;
  height: 0.20833333333333334rem;
  width: 1.234375rem;
}

.module-content .search-area .search_Top{
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.module-content .search-area .search_Top .subInput{
  position: absolute;
  right: 0;
  height: 0.13541666666666666rem;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  cursor: pointer;
}

.module-content .search-area .search_Top img{
  width: 0.14583333333333334rem;
  cursor: pointer;
}


.module-content .search-area .search_Top .searchInput{
  border: none !important;
  border-radius: 23px;
  margin-left: 0.052083333333333336rem;
  float: left;
  width: 0.9895833333333334rem;
  height: 0.16666666666666666rem;
  font-size: 0.07291666666666667rem;
}

.module-content .search-area .search_Top .searchInput:focus {
  outline: none
}




.header .search-area .search_Top {
  border-radius: 23px;
  border: solid 0.010416666666666666rem #ddc8ab;
  height: 0.15625rem;
  position: absolute;
  top: 50%;
  right: 0;
  width: 80%;
  transform: translateY(-50%);
  margin: 0 10%;

}

.header .search_Top .subInput{
  position: absolute;
  right: 0;
  height: 0.13541666666666666rem;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  cursor: pointer;
}


.header .search_Top .searchInput {
  border: none;
  border-radius: 0.11979166666666667rem;
  margin-left: 0.026041666666666668rem;
  float: left;
  width: 70%;
  height: 0.13541666666666666rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.07291666666666667rem;
}


.header .search_Top img {
  width: 0.14583333333333334rem;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.header .search_Top input:focus {
  outline: none
}



.nav-ul .nav-item {
  list-style: none;
  display: block;
  float: left;
  margin-right: 0.15625rem;
  position: relative;
  width: 0.515625rem;
  text-align: center;
  z-index: 2;
}

.nav-ul .nav-item a {
  color: #545454;
  font-size: 0.09375rem;
  text-decoration: none;
  font-weight: 600;
}

.active-bar {
  list-style: none;
  position: absolute;
  width: 0px;
  left: 0px;
  height: 0.020833333333333332rem;
  bottom: 0px;
  background-color: rgba(0, 99, 251, 1);
  transition: transform 0.3s, width 0.3s, background-color 0.5s;
}

.nav-child .active-bar {
  z-index: 1;
}

.nav-ul .nav-item ul {
  position: absolute;
  padding: 0;
  margin: 0;
  height: 0.4114583333333333rem;
  background-color: rgba(55, 55, 55, 0.8);
  display: flex;
  white-space: nowrap;
  visibility: hidden;
}

.nav-ul .nav-item:hover ul{
  visibility: visible;

}

.nav-ul .nav-item ul li {
  list-style: none;
  float: left;
  line-height: 0.4114583333333333rem;
}

.nav-ul .nav-item ul li a {
  color: #ffffff;
  padding: 0.09895833333333333rem;
}

.nav-ul .nav-item ul li a:hover {
  color: #0063fb;
}


.nav-ul li.page:nth-child(1) {
  width: 0.328125rem;
}

.nav-ul li.page:nth-child(2) ul {
  left: -0.5208333333333334rem;
  width: 4.6875rem;
}

.nav-ul li.page:nth-child(3) ul {
  width: 3.3854166666666665rem;
}

.nav-ul li.page:nth-child(4) ul {
  left: 0px;
  width: 3.125rem;
}

.nav-ul li.page:nth-child(5) ul {
  left: -0.78125rem;
  width: 3.6458333333333335rem;
}

.nav-ul li.page:nth-child(6) ul {
  left: 0px;
  width: 2.34375rem;
}

.nav-ul li.page:nth-child(7) ul {
  left: -0.5208333333333334rem;
  width: 1.8229166666666667rem;
}

.nav-ul li.page:nth-child(8) ul {
  left: -0.78125rem;
  width: 1.5625rem;
}

.nav-item:nth-child(5) ul {
  width: 3.6458333333333335rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1500px) {
  .news-left-title {
    padding-left: 0.052083333333333336rem;
  }

  .news-index-cont {
    margin-left: 0;
    width: calc(100% - 1.1979166666666667rem);
  }

  .news-index-cont .news-title {
    margin-left: 0.052083333333333336rem;
  }

  .logobox {
    margin-left: 0;
  }

  .news-index-cont ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

}

.body-cont-row {
  width: 6.25rem;
  margin: 0 auto;
}

.footer-box {
  background-color: #1F4082;
  height: 0.5208333333333334rem;
  width: 100%;
  font-size: 0.0625rem;
  color: #fff;
  text-align: center;
  line-height: 0.5208333333333334rem;
}

.bodyText {
  color: #000000d6;
}
.h5-header{
  max-width: 80%;
}
@media screen and (max-width: 1300px) {}
@media screen and (max-width: 1025px) {
.pc{display: none !important;}
html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 100%;
  font-family: "微软雅黑","Microsoft YaHei",sans-serif !important;
  font-size: 14px;
}
.w1200{
  width: 100%;
}
.h5-header{
  display: flex;
  max-width: unset;
}
.nav-mune {
    margin-left: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 9px 12px;
    box-sizing: border-box;
    height: auto;
}
.logobox{
  margin-top:0px;
  width: auto;
}
.logobox img{
    margin-left: 0;
    height: 40px;
    width: auto;
    object-fit: contain;
}
.m_nav_icon {
    height: 15px;
}
.t_ul_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(97, 93, 94);
    opacity: 0.7;
    z-index: 9999;
    transition: all 0.5s;
    display: none;
}
.h5_navul {
    z-index: 100;
    padding: 20px 0;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    width: 60%;
    
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
    z-index: 9999;
}
.h5_navul[isshow="true"] {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.5s;
}
#searchform {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
    display: none;
}
.header .search-area {
    width: 100%;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 5px;
}
.header .search-area .search_Top {
    border-radius: 23px;
    border: solid 1px #ddc8ab;
    height: 42px;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    transform: translateY(0);
    margin: 0;
    box-sizing: border-box;
}
.header .search_Top .searchInput {
    border: none;
    border-radius: 23px;
    margin-left: 0;
    float: left;
    width: 100%;
    height: 40px;
    position: relative;
    top: 0;
    transform: translateY(0);
    font-size: 14px;
    padding: 0 50px 0 15px;
    box-sizing: border-box;
}
.m_search{
  margin-right: 15px;
}
.m_search,.m_nav {
    float: left;
}
.header .search-area{
  width: 100%;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999;
  display: none;
}
.header .search-area .search_Top{
  width: 100%;
}
.header .search_Top img {
    width: 30px;
    position: absolute;
    right: 5px;
    cursor: pointer;
    top: 5px;
}
.header .search_Top .subInput {
    position: absolute;
    right: 5px;
    height: 30px;
    vertical-align: middle;
    top: 5px;
    transform: translateY(0);
    opacity: 0;
    cursor: pointer;
    border: 0;
    padding: 0;
    width: 30px;
    z-index: 2;
}
.nav-ul{
  height: auto;
  line-height: 30px;
  font-size: 18px;
  width: 100%;
}
.nav-ul .nav-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(63, 103, 149, 0.3);
    width: 100%;
    margin-right:0;
}
.nav-ul .nav-item a{
    font-size: 18px;
    width: 100%;
    padding: 7px 0 7px 12px;
    display: block;
    box-sizing: border-box;
    line-height: 30px;
    color: #000;
    font-weight: normal;
    flex: 1;
    text-align: left;
}
.nav-ul .nav-item.curr>a,
.nav-ul .menu-item.curr>a {
    color: #0268B3;
}
.nav-ul .active-bar{
  display: none;
}
.xl.h5 {
    background: url(../img/nav1.png) no-repeat;
    width: 11px;
    height: auto;
    display: block;
    background-size: 11px 7px;
    background-position: center;
    position: relative;
    flex-shrink: 0;
    padding: 0 12px;
    transition: all 0.5s;
    box-sizing: content-box;
}
.nav-ul .nav-item.curr .xl.h5 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.nav-ul .nav-item ul{
    display: none;
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
    height: auto;
    background-color:transparent;
    visibility: visible;
}
.nav-item:nth-child(5) ul{
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.nav-ul .nav-item ul li{
  width: 100%;
}
.nav-ul .nav-item ul li a{
  color:#000;
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  width: 100%;
  padding: 7px 25px;
  display: block;
  box-sizing: border-box;
}
.nav-ul .nav-item ul li.active>a {
    color: #0268B3;
}
/*navgation_bar*/
.navgation_bar {
    border-bottom: solid 1px #eaeaea;
    height: auto;
    padding-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
}
.navgation {
    display: inline-block;
    margin-top: 15px;
    font-size: 0;
    letter-spacing: 0;
    padding: 0 15px;
}
.navgation-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/home_icon.png) no-repeat left bottom;
    background-size: 16px 16px;
    letter-spacing: normal;
    float: left;
}
.navgation a {
    display: inline-block;
    background: url(../img/arrow_icon.png) no-repeat 6px center;
    background-size: 3px 10px;
    padding-left: 15px;
    font-size: 16px;
    color: #444444;
    letter-spacing: normal;
    font-weight: bold;
    line-height: 17px;
    float: left;
}
.sub_nav {
    position: relative;
    width: 100%;
    float: unset;
    padding: 15px 0 0;
    display: flex;
}
.sub_nav .ul {
    text-align: left;
    display: inline-block;
    width: 100%;
}
.ul a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: normal;
    color: #444444;
    margin: 0 13px;
    font-weight: bold;
    line-height: 35px;
    float: left;
}
.sub_nav .sub_slider{
  display: none !important;
}
/*end-navgation_bar*/
.module-content .search-area .search_Top .searchInput {
    border: none !important;
    border-radius: 23px;
    margin-left: 0;
    float: left;
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 0 50px 0 15px;
}
.module-content .search-area {
    margin-top: 15px;
    border-radius: 30px;
    border: solid 1px #ddc8ab;
    height: 42px;
    width: 100%;
}
.module-content .search-area .search_Top {
    top: 0;
    transform: translateY(0);
    position: relative;
}
.module-content .search-area .search_Top>div{
    float:right;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.module-content .search-area .search_Top img {
    width: 35px;
    cursor: pointer;
}
.module-content .search-area .search_Top .subInput {
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    top: 0;
    transform: translateY(0);
    opacity: 0;
    cursor: pointer;
}

/*footer*/
.foot-wx{
  padding: 10px 15px;
  box-sizing: border-box;
  width: 100%;
    border-bottom: 2px solid #fff;
    border-left:  2px solid #fff;
    border-right:  2px solid #fff;
}
.foot-wx span {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 16px;
    line-height: 30px;
}
.foot-wx-icon .wx-icon {
    background-image: url(../img/attention_normal_btn.png);
    height: 39px;
    width: 39px;
    background-repeat: no-repeat;
    background-size: 39px 39px;
}
.foot-wx-icon .wx-qr {
    position: absolute;
    top: -104px;
    left: 93px;
    opacity: 0;
    z-index: 999;
    display: none;
    width: 104px;
}
.footerFloat {
    float: right;
    width: 50%;
    height: 40px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    position: relative;
    box-sizing: border-box;
}
.item1 {
    
}
.footerFloat .link {
    padding: 0 15px;
    transform: translateY(0);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.footerFloat div img {
    float: right;
    width: 16px;
}
.footerFloat ul{
    padding: 12px 0 12px 12px;
}
.footerFloat ul li {
    padding-top: 5px;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
}
.footer-law {
    padding: 15px 15px;
    width: 100%;
    box-sizing: border-box;
}
.footer-law>p {
    padding: 0;
    font-size: 14px;
    line-height: 25px;
}
/*end-footer*/
}