@font-face {
  font-family: 'PingFang';
  src: url('../font/pingfang.ttf');
}

@font-face {
  font-family: 'PingFang';
  src: url('../font/pingfang.otf');
}

@font-face {
  font-family: 'PingFang';
  src: url('../font/pingfang.woff');
}

@font-face {
  font-family: 'PingFang';
  src: url('../font/pingfang.eot');
}


@font-face {
  font-family: 'PingFang';
  src: url('../font/pingfang.woff2');
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 12px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 12px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #0bae6e;
  color: #fff;
}
::-moz-selection {
  background-color: #0bae6e;
  color: #fff;
}
::-webkit-selection {
  background-color: #0bae6e;
  color: #fff;
}
#wjdh-kefu .wjdh-kefu-qq p,
#wjdh-kefu .wjdh-kefu-qq a,
#wjdh-kefu .wjdh-kefu-tel p,
#wjdh-kefu .wjdh-kefu-tel img,
#wjdh-kefu .wjdh-kefu-erweima img {
  box-sizing: content-box;
}
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

html {
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;

}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dx {
  text-transform: uppercase;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.juzhong {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.textdq {
  text-align: justify;
}

input,textarea {
  outline: 0;
  border: 0;
  resize: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    border: none;
}

button {
    overflow: visible;
    border: none;
    outline: none;
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal;
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  content: "."
}

.l {
  float: left
}

.r {
  float: right
}

.fl {
  float: left!important
}

.fr {
  float: right!important
}

.bor {
  border: 1px dashed #999
}

.poab {
  position: absolute
}

.pore {
  position: relative
}

.texto a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.eclip {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.imgInline {
  display: inline-block!important;
  vertical-align: middle
}

.imgMargin {
  margin: 0 auto
}

.imgW100 {
  width: 100%
}

.text-r {
  text-align: right
}

.text-m {
  text-align: center
}

.text-bold {
  font-weight: 700;
}

.text-light {
  font-weight: 100;
}

.text-up {
  text-transform: uppercase;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex-left {
  display: flex;
  flex-wrap: wrap
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flex-v-center {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.flex-v {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-v-bottom {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: left;
}

.trans {
  transition: all .5s
}

.trans-mask {
  display: block;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.trans-mask img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.trans-mask:hover img {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01)
}

.bg-mask .pic {
  overflow: hidden;
}

.dslide .bg-mask .pic .a {
  background-repeat: no-repeat;
  background-position: center top;
  /* background-size: cover; */
  height: 100%;
  display: block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background-size: 100% 100%;
  background-color: #000;
}

.bg-mask .pic .a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
   height: 100%;
 /* width: 100%; */
  display: block;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.bg-mask:hover .pic .a {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.bgimg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ablink {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0);
}

.wp {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px
}

.greybg {
  background: #f2f2f2
}

.textup {
  text-transform: uppercase
}

.co {
  color: #E60D12
}

.co-fff {
  color: #fff!important
}

.fixdbody {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.m-show {
  display: none
}

.filter-page {
  filter: blur(5px);
}

@media screen and (max-width:980px) {
  .pc-show {
      display: none
  }
  .m-show {
      display: block
  }
}
@keyframes go5{
  0%{transform: translateX(0);}
  50%{transform: translateX(5px);}
  100%{transform: translateX(0);}
}
.zi6{position: relative;z-index: 6}
.zi5{position: relative;z-index: 5}
.zi4{position: relative;z-index: 4}
.zi3{position: relative;z-index: 3}
.zi2{position: relative;z-index: 2}
.zi1{position: relative;z-index: 1}
@keyframes aniBlink{
  from{margin-left:-50%}
  to{margin-left:120%}
}
@-webkit-keyframes aniBlink{
  from{margin-left:-50%}
  to{margin-left:120%}
}

@keyframes go{
  0%{transform: translateX(0);}
  50%{transform: translateX(10px);}
  100%{transform: translateX(0);}
}
@keyframes roted{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}
@keyframes roted1{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(-360deg);}
}

@keyframes sca{
  0%{transform:scale(1.1);}
  50%{transform:scale(1);}
  100%{transform:scale(1.1);}
}
.titline_w {
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size .3s
}

.titlin_w:hover .titline_w {
  background-size: 100% 1px
}

.titline_w:hover {
  background-size: 100% 1px
}

.titline_y {
  position: relative;
  background-image: linear-gradient(#eb8e08, #eb8e08);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size .3s
}

.titlin_y:hover .titline_y {
  background-size: 100% 1px
}

.titline_y:hover {
  background-size: 100% 1px
}

@keyframes go5 {
  0% {
      transform: translateX(0);
  }
  50% {
      transform: translateX(5px);
  }
  100% {
      transform: translateX(0);
  }
}

.zi6 {
  position: relative;
  z-index: 6
}

.zi5 {
  position: relative;
  z-index: 5
}

.zi4 {
  position: relative;
  z-index: 4
}

.zi3 {
  position: relative;
  z-index: 3
}

.zi2 {
  position: relative;
  z-index: 2
}

.zi1 {
  position: relative;
  z-index: 1
}

@keyframes aniBlink {
  from {
      margin-left: -50%
  }
  to {
      margin-left: 120%
  }
}

@-webkit-keyframes aniBlink {
  from {
      margin-left: -50%
  }
  to {
      margin-left: 120%
  }
}

@keyframes go {
  0% {
      transform: translateX(0);
  }
  50% {
      transform: translateX(10px);
  }
  100% {
      transform: translateX(0);
  }
}

@keyframes roted {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

@keyframes roted1 {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(-360deg);
  }
}

@keyframes sca {
  0% {
      transform: scale(1.1);
  }
  50% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.1);
  }
}

#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9999;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  ;
  z-index: -1
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700
}


.top{
  width: 100%;
  height: 1px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 1.05rem;
  transition: .3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  
}




.header .wps {
  width: 84%;
  margin: 0 auto;
  max-width: 1600px;
  height: 100%;
  position: relative;
  z-index: 3
}

.header .mian-nav-m {
  display: none;
  float: right;
}

.header .mian-nav-h {
  width: 100%
}

.header .logo img {
  height: .58rem
}

.headerR {
  padding-top: .18rem
}

.header-t {
  margin-bottom: .15rem
}

.header-t li {
  color: #fff;
  line-height: .24rem;
  font-size: .14rem;
  padding: 0 .1rem;
  position: relative;
}

.header-t li .swi-sousuo{
  background: url(../images/sou.png) no-repeat  left center;
  height: 0.17rem;
  line-height: 0.17rem;
  display: block;
  margin-top: 0.06rem;
  font-size: 0.14rem;
  color: #fff;
  opacity: 0.7;
  padding-left: 0.25rem;
} 


.header-t li i {
  vertical-align: -.02rem;
  margin-right: .03rem;
  opacity: .8;
  font-size: .18rem;
}

.header-t li:first-child:before {
  display: none
}

.header-t li:last-child {
  padding-right: 0
}

.header-t li span {
  vertical-align: -.02rem;
  margin-right: .03rem;
  opacity: .7;
  font-size: .14rem;
  color: #fff;
  background: url(../images/buttom1.png) no-repeat left center;
  padding-left: 0.25rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.header-t li span:hover{
  color: #035231;
}

.header-t a {
  color: #fff;
}

.dropdown-toggle:after {

}

.header .mian-nav ul li:hover .dropdown-toggle:after {
  transform: rotate(180deg);
  vertical-align: 2px
}

.header .mian-nav {
  width: 100%
}

.header .mian-nav ul {}

.header .mian-nav ul li.topser:before {
  display: none
}

.header .mian-nav ul li.topser:after {
  display: none
}

.header .mian-nav ul li.topser a {
  color: #fff;
  background: url(../images/sou.png) no-repeat center;
  background-size: .22rem .22rem;
  width: .22rem;
  height: .3rem;
  display: block;
}

.header .mian-nav ul li {
  position: relative;
  transition: .3s;
  text-align: center;
  line-height: .3rem;
  margin-left: .6rem
}

.header .mian-nav ul li:first-child {
  margin-left: 0
}

.header .mian-nav ul li>a {
  position: relative;
  color: #fff;
  font-size: .2rem;
  font-weight: bold;
}

.header .mian-nav ul li>a span {
  display: block;
  font-size: .14rem;
  text-align: center;
  color: #999999;
  margin-top: .05rem
}


/*.header .mian-nav ul li:before{position:absolute;bottom:-12px;left:50%;width:0;height:2px;background:#fff;content:"";transition:width .5s}
.header .mian-nav ul li:after{position:absolute;bottom:-12px;right:50%;width:0;height:2px;background:#fff;content:"";transition:width .5s}
.header .mian-nav ul li:hover:before{width:50%}
.header .mian-nav ul li:hover:after{width:50%}*/

.header .sub-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  padding-top: .12rem;
  min-width: 1.6rem;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.header .sub-nav .sub-nav-h {
  text-align: center;
  position: relative;
  background: #fff;
  padding: .1rem 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.header .sub-nav .sub-nav-h a {
  display: block;
  font-size: .14rem;
  padding: .05rem;
  margin-bottom: 1px;
  background: #fff;
  transition: .3s;
}

.header .sub-nav .sub-nav-h a:hover {
  background: #035231;
  ;
  color: #fff
}

.header .sub-nav .sub-nav-h:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: .08rem solid transparent;
  border-bottom-color: #fff;
  top: -.16rem;
}

.header .mian-nav ul li:hover .sub-nav {
  opacity: 1;
  visibility: inherit;
}


/*.header .mian-nav ul li:hover>a,.mian-nav ul li:hover>a span,.mian-nav ul li:hover>.dropdown-toggle:after{color: #5cb531}*/


/*.scrolling .header{background: linear-gradient(92deg,#7e12ac 0%,#2c06a0 100%);}*/


/*.scrolling .header .mian-nav ul li>a{color: #555;}
.scrolling .header .mian-nav ul li>a:hover{color: #0963ba;}
.scrolling .header-t a{color: #555}
.scrolling .header .mian-nav ul li.topser a{background: url(../images/serbtn.svg) no-repeat  center;background-size: 22px 22px;}

.scrolling .header .mian-nav ul li:before{background:  #0963ba}
.scrolling .header .mian-nav ul li:after{background:  #0963ba}
*/

.menu-btn {
  z-index: 999;
  overflow: hidden;
  margin-left: 35px;
  width: 32px;
  height: 36px;
  background: 0 0;
  text-indent: -5260px;
  opacity: 1;
  position: relative;
  z-index: 999;
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3 {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  right: 0;
  width: 32px;
  height: 2px;
  background: #fff;
  transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
  transition-property: transform, width, margin, background-color
}

.menu-btn .line-1 {
  margin-top: -10px;
  width: 28px
}

.menu-btn .line-3 {
  margin-top: 10px;
  width: 28px
}

.drawerMenu-open .menu-btn .line-1 {
  visibility: hidden
}

.drawerMenu-open .menu-btn .line-2 {
  margin-top: 0!important;
  width: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawerMenu-open .menu-btn .line-3 {
  margin-top: 0!important;
  width: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.searchbtn {
  width: 30px;
  text-align: center;
  line-height: 40px
}
.searchbtn img{
  width: 20px;height: 20px;
}
.searchbtn i {
  color: #c80d17;
  font-size: 18px
}

.mobNav {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .95);
  z-index: 98;
  padding-top: 53px;
  padding: 40px 5% 30px;
  display: none
}

.mobNav ul {
  height: 70vh;
  overflow: auto
}

.mobNav ul::-webkit-scrollbar {
  display: none;
}

.mobNav ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd
}

.mobNav ul li:last-child {
  border-bottom: 0
}

.mobNav ul li .navp a {
  font-size: 15px;
  color: #035231;
  font-weight: bold;
}

.mobNav ul li .navp i {
  display: block;
  width: 16px;
  transition: .3s;
  transform-origin: center;
  margin-right: 5px;
  height: 16px;
  background: url(../images/more.svg) no-repeat center;
  background-size: 16px 16px
}

.mobNav ul li.on .navp i {
  transform: rotate(-45deg);
}

.mobNav ul li .subNavm {
  margin-top: 10px;
  padding-left: 10px;
  display: none
}

.mobNav ul li .subNavm a {
  display: block;
  line-height: 30px;
  font-size: 14px
}

.mobNav .toplink {
  margin-bottom: 20px
}

.mobNav .toplink a i {
  vertical-align: -1px;
  margin-right: 3px
}

.mobNav .toplink a {
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #035231;
  width: 23%;
  transition: .3s;
  font-size: 14px;
  color: #035231
}

.mobNav .toplink a:nth-child(1) {
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #035231;
  background: #035231;
  width: 23%;
  transition: .3s;
  color: #fff;
  font-size: 14px
}

.headerm {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background: #035231;
  height: 60px;
  padding-right: 4%;
  padding-left: 4%
}

.headerm .logo img {
  height: 33px
}

@media screen and (max-width:1700px) {
  .header .mian-nav ul li {
      margin-left: .35rem
  }
  .zoom125 .header .mian-nav ul li {
      margin-left: .4rem
  }
  .zoom150 .header .mian-nav ul li {
      margin-left: .4rem
  }
}

@media screen and (max-width:1540px) {
  .header .wps {
      width: 96%
  }
}

@media screen and (max-width:1366px) {
  .header .wps {
      width: 96%
  }
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1200px) {
  body {
      padding-top: 59px 
  }
  .header {
      display: none
  }
  .headerm {
      display: flex;
  }
  html {
      font-size: 90px!important;
  }
}

@media screen and (max-width:980px) {}

@media screen and (max-width:640px) {
  body {
      padding-top: 54px
  }
  .menu-btn {
      margin-left: 15px
  }
  .headerm {
      height: 55px
  }
  html {
      font-size: 80px!important;
  }
}

@media screen and (max-width:360px) {
  .headerm .logo img {
      height: 28px
  }
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
  display: none;
}


/*搜索*/

.topser .serpc {
  display: none;
  position: absolute;
  ;
  width: 300px;
  height: .5rem;
  padding: .05rem;
  top: .31rem;
  right: 0;
  z-index: 66;
  background: #fff
}

.topser .inp {
  width: 70%;
  height: .4rem;
  line-height: .4rem;
  padding: 0 .4rem 0 10px;
  font-size: .14rem;
  color: #444;
  background: none;
  border: 1px solid #eee;
  margin-top: 0.03rem;
}

.topser .sub {
  display: block;
  cursor: pointer;
  position: absolute;
  right: .65rem;
  top: .2rem;
  height: .17rem;
  width: .17rem;
  border: none;
  overflow: hidden;
  background: 0 0;
  background: url(../images/sou1.png) no-repeat center;

}

.topser .close {
  position: absolute;
  right: .1rem;
  top: 32%;
  width: .2rem;
  height: .2rem;
  background: url(../images/close.png) no-repeat center;
  cursor: pointer;
  margin-right: 0rem;
  padding-left: 0rem;
}

.topser .close:hover {
  color: #035231;
}

.sermob {
  position: fixed;
  ;
  width: 100%;
  padding: 10px;
  top: 60px;
  right: 0;
  z-index: 66;
  background: #fff;
  display: none
}

.sermob .inp {
  width: calc(100% - 30px);
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 10px;
  font-size: 14px;
  color: #444;
  background: none;
  border: 1px solid #eee;
}

.sermob .sub {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 0;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  font-size: 14px;
  color: #8f0e16;
  background: 0 0;
  background: url(../images/sou1.png) no-repeat center;
  background-size: 20px 20px
}

.sermob .close {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 20px;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  color: #888;
  ;
  cursor: pointer;
  line-height: 42px;
  background: url(../images/close.png) no-repeat center;
}

.topser .close:hover {
  color: #2c06a0;
}

@media screen and (max-width: 640px) {
  .sermob {
      top: 55px;
      width: 95%;
  }
.Faculty .FacultyBox ul li{width:33.33% !important;}
}

.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical
}

.line5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical
}

.line8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical
}



.fixedNav {
  margin: 0 auto;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
  width: 100%;
  z-index: 99;
  _position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


.fixedNav .logo img{
  display: none;
}


.fixedNav .flex-v-center::after{
  position: absolute;
  left: 0;
  top: 0.24rem;
  width: 3.84rem;
  height: .58rem;
  content: "";
  z-index: 5;
  background: url(../images/logo_hover.png) no-repeat center;
}



.fixedNav .mian-nav ul li > a {
  position: relative;
  color: #333;
  font-size: .2rem;
  font-weight: bold;
}

.fixedNav .header-t li span.en {
  color: #333;
  background: url(../images/buttom1-1.png) no-repeat left center;
}

.fixedNav .header-t li .swi-sousuo {
  background: url(../images/sou1.png) no-repeat left center;
  color: #333;

}



/*footer*/

.footer_bg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/footer_bg.jpg) no-repeat center;
  overflow: hidden;
  background-size: cover;
  padding-bottom: 0.2rem;
}

.footer_bg .footer{
  width: 84%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0.5rem;
}
 

.footer_bg .footer .f_l{
  float: left;
  width: 68%;
}

.footer_bg .footer .f_l ul li{
  float: left;
  width: 24%;
  margin-right: 1%;
}

.footer_bg .footer .f_l ul li a{
  display: block;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer_bg .footer .f_l ul li a:hover{
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.footer_bg .footer .f_r{
  float: right;
  width: 32%;
}

.footer_bg .footer .f_r .f_logo img{
  display: block;
  float: right;

}

.footer_bg .footer .f_r .f_cont{
  float: right;
  margin-top: 0.4rem;

} 

.footer_bg .footer .f_r .f_cont ul li{
  font-size: 14px;
  line-height: 0.3rem;
  color: #ffffff;
  text-align: right;
}
 

 
.footer_bg .end{
  width: 84%;
  margin: 0.2rem auto 0 auto;
} 

.footer_bg .end .e_l{
  float: left;

}

.footer_bg .end .e_l ul li{
  float: left;
  text-align: center;
  margin-right: 0.3rem;
}

.footer_bg .end .e_l ul li a{
  display: block;
}

.footer_bg .end .e_l ul li span img{
  display: block;
  margin: 0 auto;
}

.footer_bg .end .e_l ul li i{
  display: block;
  font-size: 0.12rem;
  line-height: 0.3rem;
  color: #ffffff;
}
 

.footer_bg .end .links{
  float: right;
  position: relative;
  width: 11.5%;
} 

.footer_bg .end .links .links_t{
  width: 88%;
  height: 0.39rem;
  line-height: 0.39rem;
  border: 1px solid #447b64;
  padding: 0 6%;

}

.footer_bg .end .links .links_t span{
  display: block;
  font-size: 0.14rem;
  color: #ffffff;
  background: url(../images/links.png) no-repeat center right;
}

.footer_bg .end .links .yq_nr{
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  background: #fff;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer_bg .end .links .yq_nr ul li{
  height: 0.35rem;
  line-height: 0.35rem;
  border-bottom: 1px solid #eee;
}

.footer_bg .end .links .yq_nr ul li a{
  width: 90%;
  padding: 0 5%;
  font-size: 0.14rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer_bg .end .links:hover .yq_nr{
  opacity: 1;
  height: auto;
}


@media screen and (max-width: 1024px){
  /*footer*/

.footer_bg{

}

.footer_bg .footer{
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0.3rem;
}
 

.footer_bg .footer .f_l{
  float: none;
  width: 100%;
  overflow: hidden;
  display: none;
}

.footer_bg .footer .f_l ul li{
  float: left;
  width: 46%;
  margin: 0 2%;
}

.footer_bg .footer .f_l ul li a{
  display: block;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.footer_bg .footer .f_r{
  float: none;
  width: 100%;
}

.footer_bg .footer .f_r .f_logo img{
  display: block;
  float: none;
  margin: 0 auto;
  width: 80%;
  height: auto;

}

.footer_bg .footer .f_r .f_cont{
  float: none;
  margin-top: 0.3rem;

} 

.footer_bg .footer .f_r .f_cont ul li{
  font-size: 14px;
  line-height: 0.34rem;
  color: #ffffff;
  text-align: left;
}
 

 
.footer_bg .end{
  width: 90%;
  margin: 0.2rem auto 0 auto;
} 

.footer_bg .end .e_l{
  float: none;
  width: 100%;

}

.footer_bg .end .e_l ul li{
  float: left;
  text-align: center;
  margin-right: 0rem;
  width: 20%;
}

.footer_bg .end .e_l ul li a{
  display: block;
}

.footer_bg .end .e_l ul li span img{
  display: block;
  margin: 0 auto;
}

.footer_bg .end .e_l ul li i{
  display: block;
  font-size: 0.12rem;
  line-height: 0.3rem;
  color: #ffffff;
}
 

.footer_bg .end .links{
  float: right;
  position: relative;
  width: 11.5%;
  display: none;
} 




}





/*通知公告*/
.wp{max-width: 1600px;width: 90%;margin:0 auto;}
.nyxszc{padding: 1rem 0 1.1rem;background: url(../images/zbg.jpg) no-repeat center;background-size: cover}
.nyxszc .item{width: 30.8%}
.nyxszc .item .pic img{width: 100%;display: block;}
.nyxszc .item .txt{height: 2.3rem;padding: .3rem;color: #fff}
.nyxszc .item .txt a{color: #fff}
.nyxszc .item .txt .ztit{margin-bottom: .15rem;position: relative;}
.nyxszc .item .txt .ztit a{position: absolute;right: 0;top: 5px;font-size: .16rem;color:  rgba(255,255,255,.8)}
.nyxszc .item .txt .ztit a:hover{color: #fff}
.nyxszc .item .txt .ztit a:before{content: '';width: .3rem;height: 1px;background: rgba(255,255,255,.8);position: absolute;right: calc(100% + 10px);top: 50%}
.nyxszc .item .txt .ztit span{font-size: .32rem;display: inline-block;line-height: 1em}
.nyxszc .item .txt ul li{line-height: .36rem;position: relative;padding-right: 1rem;font-size: .16rem}
.nyxszc .item .txt ul li a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nyxszc .item .txt ul li time{position: absolute;top: 0;right: 0;}
.nyxszc .item:nth-child(1) .txt{background: url(../images/z4.jpg) no-repeat center;background-size: cover}
.nyxszc .item:nth-child(2) .txt{background: url(../images/z5.jpg) no-repeat center;background-size: cover}
.nyxszc .item:nth-child(3) .txt{background: url(../images/z6.jpg) no-repeat center;background-size: cover}
@media (max-width: 1200px){
.nyxszc .item .txt .ztit span{font-size: .28rem}  
}
@media (max-width: 980px){
.nyxszc .item{width: 100%;margin-bottom: .5rem}  
.nyxszc .item .txt{height: auto}
.nyxszc .item .txt .ztit span{font-size: .32rem} 
.nyxszc .item .txt ul li{font-size: .18rem;line-height: .4rem}
}