@charset "UTF-8";
/********************************   pc端样式  *****************************/
a, a:hover, a:active, a:visited, a:link, a:focus {
  outline: none;
  background: none;
  text-decoration: none;
  color: #333;
}

img {
  border-style: none;
}


.pc-detail {
  flex: 1;
  width: 100%;
  font-family: "微软雅黑";
}
  /*
  *tab导航
  */
.tab {
  width: 1200px;
  height: 194px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.tab .t-content {
  /* margin: 0 auto; */
  /* width: 100%; */
  /* width: 460px; */
  min-height: 64px;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* margin-top: -32px; */
  /* margin-left: -230px; */
  margin-top: 100px;
  transform: translate(0%, -50%);
  text-align:center;
}

.tab .t-content .c-e:first-child {
  margin-left: 0px;
}

.tab .t-content .c-e {
  height: 64px;
  line-height: 64px;
  /* float: left; */
  margin-left: 62px;
  font-size: 23px;
  color: #555555;
  cursor: pointer;
  display:inline-block;
}

.tab .t-content .c-e .c-e-flag .f-top {
  width: 80%;
  height: 2px;
  background: #024F97;
  margin: 0 auto;
}

.tab .t-content .c-e .c-e-flag .f-bottom {
  width: 40%;
  height: 2px;
  background: #024F97;
  margin: 5px auto;
}
.tab .t-content .tab-select-style {
  color: black;
  font-size: 35px;
  margin-top: -7px;
  font-weight: bold;
}
.tab-select-style .c-e-flag{
	display:block!important;
}
  /* 
  * 头部top 
  */
  /* 
  * 面包屑导航
  */
  /* 
  * 详情内容
  */
  /* 
  * 底部
  */

.pc-detail .top {
  width: 100%;
  height: 180px;
  background: #ffffff;
  box-shadow: 1px 1px 5px #eee;
}

.pc-detail .top .type-page {
  	width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.pc-detail .top .type-page .t-header {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  z-index: 100;
  position: absolute;
  top: 0;
}

.pc-detail .top .type-page .t-header .h-logo {
  	width: 800px;
    margin-top: 20px;
}

.pc-detail .top .type-page .t-header .h-logo img {
  width: 100%;
  height: 100%;
}

.pc-detail .top .type-page .t-header .h-nav {
 	/*width: 660px; */
    height: 28px;
    line-height: 28px;
    margin-top: 28px;
}

.pc-detail .top .type-page .t-header .h-nav .n-e {
  cursor: pointer;
  float: left;
  font-size: 20px;
  padding: 2px 15px;
  border-radius: 7px;
  transition: all 0.3s ease-out 0s;
  margin-right:25px;
}

.pc-detail .top .type-page .t-header .h-nav .n-e:hover {
  color: #ffffff;
  background: #004d99;
  border-radius: 7px;
  background-size: 10% 100%;
}

.pc-detail .top .type-page .t-header .h-nav .n-e-s-style {
  color: #ffffff;
  background: #004d99;
}
.n-e-s-style a{
	color: #fff;
}
.n-e a:hover{
	color: #fff;
}
.pc-detail .crumbs {
  width: 1200px;
  height: 190px;
  line-height: 190px;
  margin: 0 auto;
  color: #888888;
}

.pc-detail .crumbs a {
  color: #888888;
}

.pc-detail .crumbs a span {
  cursor: pointer;
}

.pc-detail .crumbs a span:hover {
  color: #004d99;
}

.pc-detail .content {
  width: 995px;
  min-height: 125px;
  margin: 0 auto;
}

.pc-detail .content .tops {
  width: 995px;
  min-height: 72px;
  margin: 0 auto;
  padding-bottom: 53px;
  border-bottom: 1px solid #eee;
}

.pc-detail .content .tops .t-title {
  width: 960px;
  min-height: 36px;
  line-height: 56px;
  font-size: 35px;
  font-weight: bold;
  margin-left: 18px;
}

.pc-detail .content .tops .t-t-r {
  width: 960px;
  height: 14px;
  margin-top: 10px;
  font-size: 14px;
  color: #888888;
}

.pc-detail .content .tops .t-t-r span:first-child {
  margin-left: 19px;
}

.pc-detail .content .tops .t-t-r span:last-child {
  margin-left: 55px;
}

.pc-detail .content .con {
  width: 100%;
  margin-top: 50px;
  color: #555555;
  font-size: 16px;
  line-height: 30px;
}

.pc-detail .content .author {
  width: 100%;
  margin-top: 36px;
}

.pc-detail .content .author .text {
  font-size: 16px;
  text-align: right;
  color: #888888;
}

.pc-detail .footer {
  width: 100%;
  height: 345px;
  margin: 0 auto;
  margin-top: 100px;
  background: #f5f5f6;
  overflow: hidden;
}

.pc-detail .footer img {
  width: 100%;
  height: 100%;
}

.pc-detail .footer .f-content {
  width: 1200px;
  height: 240px;
  margin: 0 auto;
  margin-top: 42px;
}

.pc-detail .footer .f-content .c-top {
  width: 1200px;
  overflow:hidden;
}

.pc-detail .footer .f-content .c-top .t-left {
  width: 590px;
  float: left;
}

.pc-detail .footer .f-content .c-top .t-left .l-title {
  color: #555555;
}

.pc-detail .footer .f-content .c-top .t-left .l-link {
  	width: 100%;
    margin-top: 14px;
    color: #888888;
    margin-left: -25px;
}

.pc-detail .footer .f-content .c-top .t-left .l-link a {
  color: #888888;
}

.pc-detail .footer .f-content .c-top .t-left .l-link .l-e {
  	line-height: 33px;
    float: left;
    margin-left: 25px;
    cursor: pointer;
}

.pc-detail .footer .f-content .c-top .t-left .l-link .l-e a:hover {
  color: #004d99;
}

.pc-detail .footer .f-content .c-top .t-left .l-link .l-e:hover {
  color: #004d99;
}

.pc-detail .footer .f-content .c-top .t-center {
  	width: 275px;
    float: left;
    margin-left: 32px;
}

.pc-detail .footer .f-content .c-top .t-center .c-email span:first-child {
  color: #555555;
}

.pc-detail .footer .f-content .c-top .t-center .c-email span:last-child {
  margin-left: 5px;
  color: #888888;
}

.pc-detail .footer .f-content .c-top .t-center .c-contact {
  overflow: hidden;
  margin-top: 28px;
}

.pc-detail .footer .f-content .c-top .t-center .c-contact div:first-child {
  float: left;
  color: #555555;
}

.pc-detail .footer .f-content .c-top .t-center .c-contact div:last-child {
  width: 180px;
  margin-left: 5px;
  float: left;
  color: #888888;
}

.pc-detail .footer .f-content .c-top .t-right {
  width: 206px;
  height: 109px;
  float: right;
}

.pc-detail .footer .f-content .c-top .t-right .r-title {
  width: 80px;
  height: 109px;
  line-height: 24px;
  color: #888888;
  float: left;
}

.pc-detail .footer .f-content .c-top .t-right img {
  width: 109px;
  height: 109px;
  float: right;
}

.pc-detail .footer .f-content .c-bottom {
     width: 1200px;
    color: #888888;
    margin-top: 19px;
    border-top: 2px solid #ededee;
    overflow: hidden;
    padding-top: 18px;
}

.pc-detail .footer .f-content .c-bottom .b-left {
  width: 500px;
  float: left;
}

.pc-detail .footer .f-content .c-bottom .b-right {
  width: 300px;
  float: right;
  text-align: right;
}

/********************************   移动端样式  *****************************/
.m-detail {
  flex: 1;
  width: 100%;
  overflow: hidden;
  /**
  * 遮罩背景
  */
  /**
  *头部
  */
  /* 
  * 详情内容
  */
  /**
  * 底部
  */
}

.m-detail .tab {
    width: 7.5rem;
    height: 3.5rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.m-detail .tab .t-content {
    width: 6.7rem;
    position: absolute;
    top: 50%;
    margin-top: -0.2rem;
}

.m-detail .tab .t-content .c-e:first-child {
}

.m-detail .tab .t-content .c-e {
      height: 0.64rem;
    line-height: 0.64rem;
    /* float: left; */
    font-size: 0.23rem;
    color: #555555;
    cursor: pointer;
    text-align: center;
    margin-bottom: 0.1rem;
  	margin-left:0;
    display:block;
}

.m-detail .tab .t-content .c-e .c-e-flag .f-top {
  width: 1.08rem;
  height: 0.02rem;
  margin: 0 auto;
  background: #024F97;
}

.m-detail .tab .t-content .c-e .c-e-flag .f-bottom {
  width: 0.66rem;
  height: 0.02rem;
  margin: 0.04rem auto;
  background: #024F97;
}

.m-detail .tab .t-content .tab-select-style {
  color: black;
  font-size: 0.35rem;
  margin-top: -0.07rem;
  font-weight: bold;
}







.m-detail .back-mask {
  width: 100vw;
    height: 100vh;
    background: #004e96ed;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.m-detail .top {
  width: 7.5rem;
  height: 1.0rem;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0.01rem 0.01rem 0.05rem #eee;
}

.m-detail .top .header {
  width: 6.78rem;
  height: 0.66rem;
  margin-top: 0.19rem;
}

.m-detail .top .header .h-logo {
       width: 5.5rem;
    float: left;
    position: absolute;
    z-index: 9999;
}

.m-detail .top .header .h-select {
  width: 0.43rem;
  height: 0.34rem;
  float: right;
  margin-top: 0.2rem;
}

.m-detail .top .header .h-x {
  	position: absolute;
    z-index: 9999;
    right: 0.3rem;
    top: 0.45rem;
    width: 0.35rem;
    height: 0.35rem;
}

.m-detail .top .h-nav {
  width: 90%;
  position: absolute;
  top: 1.8rem;
  z-index: 101;
}

.m-detail .top .h-nav .n-e {
  	width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.36rem;
    padding-left: 0.2rem;
    color: #fff;
}

.m-detail .top .h-nav .select-style {
  color: #fff;
  border-bottom: 0.01rem solid #e6e2e2;
}

.m-detail .content {
  width: 6.70rem;
  min-height: 1.25rem;
  margin: 0 auto;
  margin-top:1.5rem;
}

.m-detail .content .tops {
  width: 6.70rem;
  min-height: 1.25rem;
  margin: 0 auto;
}

.m-detail .content .tops .t-title {
  width: 6.70rem;
  min-height: 0.4rem;
  line-height: 0.6rem;
  font-size: 0.4rem;
  font-weight: bold;
}

.m-detail .content .tops .t-t-r {
  width: 6.70rem;
  height: 14px;
  margin-top: 0.4rem;
  font-size: 0.22rem;
  color: #888888;
}

.m-detail .content .tops .t-t-r span:nth-child(4) {
  float: right;
}

.m-detail .content .con {
  width: 100%;
  margin-top: 0.55rem;
  color: #555555;
  font-size: 0.26rem;
  line-height: 0.5rem;
}

.m-detail .footer {
  width: 100%;
  min-height: 8.5rem;
  margin-top: 1rem;
  background: #F5F5F6;
}

.m-detail .footer .f-content {
  width: 6.78rem;
  height: 9.5rem;
  margin-left: 0.36rem;
  overflow: hidden;
}

.m-detail .footer .f-content .c-link {
  width: 100%;
  min-height: 1.34rem;
  overflow: hidden;
}

.m-detail .footer .f-content .c-link .l-title {
  width: 100%;
  height: 1.34rem;
  line-height: 1.34rem;
  font-size: 0.36rem;
  color: #555555;
  border-bottom: 0.02rem solid #EDEDEE;
}

.m-detail .footer .f-content .c-link .l-content {
  width: 100%;
  margin-top: 0.3rem;
}

.m-detail .footer .f-content .c-link .l-content .c-e {
  width: 50%;
  font-size: 0.26rem;
  color: #888888;
  margin-bottom: 0.16rem;
  float: left;
}

.m-detail .footer .f-content .c-link .l-content .c-e a {
  color: #888888;
}

.m-detail .footer .f-content .c-contact {
  width: 100%;
  min-height: 1.34rem;
  overflow: hidden;
  margin-bottom: 0.1rem;
}

.m-detail .footer .f-content .c-contact .c-title {
  width: 100%;
  height: 1.34rem;
  line-height: 1.34rem;
  font-size: 0.36rem;
  color: #555555;
  border-bottom: 0.02rem solid #EDEDEE;
}

.m-detail .footer .f-content .c-contact .c-content {
  width: 100%;
  margin-top: 0.3rem;
}

.m-detail .footer .f-content .c-contact .c-content .c-left {
  width: 5rem;
  min-height: 1.24rem;
  float: left;
}

.m-detail .footer .f-content .c-contact .c-content .c-left .c-l-e {
  width: 5rem;
  font-size: 0.25rem;
  color: #888888;
  margin-bottom: 0.15rem;
}

.m-detail .footer .f-content .c-contact .c-content .c-right {
  width: 1.24rem;
  height: 1.24rem;
  float: right;
  margin-right: 0.12rem;
  margin-top: 0.1rem;
}

.m-detail .footer .f-content .c-contact .c-content .c-right img {
  width: 100%;
  height: 100%;
}

.m-detail .footer .f-content .c-copyright {
 width: 100%;
    min-height: 1.56rem;
    border-top: 0.02rem solid #EDEDEE;
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.24rem;
    color: #888888;
    text-align: center;
}

.m-detail .footer .f-content .c-copyright .c-school {
  width: 100%;
  margin-top: 0.25rem;
}

.m-detail .footer .f-content .c-copyright .c-num {
  width: 100%;
  margin-top: 0.15rem;
}
