.content
/****************************公用样式***********************/
.layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background: #000;
  opacity: 1;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.hidden {
  display: none;
}
.tac {
  text-align: center;
}
.g-ico,
.g-icobef:before,
.g-icobef:after {
  background: url(../images/g-ico.png) no-repeat;
  display: inline-block;
  background-size: 4rem auto;
  vertical-align: middle;
}
.g-icobef:before,
.g-icobef:after {
  content: "\20";
  display: block;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*footer*/

/*indexTit*/
.indexTit {
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  margin-bottom: .4rem;
  border-bottom: 1px solid #ededed;
  color: #333333;
}
.indexTit .more {
  float: right;
  width: .8rem;
  height: .3rem;
  display: block;
  line-height: .28rem;
  border: 1px solid #dfdfdf;
  margin-top: .15rem;
  border-radius: 0.04rem;
  background-position: -3.35rem -0.25rem;
}
.indexTit h3 {
  display: inline-block;
  float: left;
  height: .6rem;
  border-bottom: .06rem solid #797979;
  font-size: 18px;
}
.indexTit span {
  height: .6rem;
  display: inline-block;
  padding-left: 5px;
  float: left;
  margin-left: 2px;
  border-bottom: 0.06rem solid #0060aa;
  font-family: arial;
}
.inews {
  width: 6rem;
  margin: .3rem auto 0;
  padding-bottom: .5rem;
}
.inews.inews2 {
  margin-top: 0;
  padding-bottom: .3rem;
}
.inews.inews2 .indexTit {
  margin-bottom: 0;
}
.inews .h3tab {
  width: 100%;
  height: .5rem;
  margin-bottom: .1rem;
  font-size: 0;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.inews .h3tab a {
  width: 25%;
  line-height: .5rem;
  font-size: .24rem;
  color: #fff;
  background: #797979;
}
.inews .h3tab a.hover {
  background: #0060aa;
}
.inews .item {
  padding: .35rem 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}
.inews .item img {
  width: 1.9rem;
  height: 1.4rem;
  display: block;
  margin-left: .2rem;
}
.inews .item h3 {
  font-size: .36rem;
  line-height: 0.48rem;
  height: 0.96rem;
  margin-bottom: .18rem;
  overflow: hidden;
  color: #333333;
}
.inews .item .dec {
  color: #848484;
  font-size: .2rem;
}
.inews .item .dec span {
  margin-right: .2rem;
}
.inews .item .dec span.g-ico {
  width: 0.24rem;
  height: 0.1rem;
  margin-left: .2rem;
  margin-right: 0;
  background-position: -2.4rem -0.45rem;
}
.istyle {
  width: 6.9rem;
  margin: 0 auto 0;
  padding-bottom: .3rem;
}
.gridlist .item {
  width: 48%;
  border: 1px solid #e8e8e8;
  float: left;
  margin-right: 4%;
  margin-bottom: .3rem;
}
.gridlist .item:nth-child(2n) {
  margin-right: 0;
}
.gridlist .item figure {
  width: 100%;
  position: relative;
  padding-top:57%;
  overflow: hidden;    margin: 0;
}
.gridlist .item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  display: block;
}
.gridlist .item h3 {
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
  border-top: 1px solid #e8e8e8;
}
.videolist .gridlist .item figure {
  padding-top: 75%;
}
/*******************category css********************/
.sitepath {
  height: 0.72rem;
  margin-bottom: .3rem;
  border-bottom: 1px solid #ccc;
  padding: .18rem 4% 0;
  color: #333;
  font-size: .22rem;
}
.sitepath s {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: .08rem;
  background-position: -3.74rem -1.06rem;
}
.sitepath a {
  color: #333;
}
.cateTab {
      width: 6.9rem;
    margin: 0 auto;
  
  margin-bottom: .2rem;
  background: #fff;
}
.cateTab a {
  width: 32%;
  height: 0.55rem;
  line-height: 0.55rem;
  display: block;
  text-align: center;
  float: left;
  margin-left: 2%;
  margin-bottom: .1rem;
  color: #fff !important;
  background: #797979;
}
.cateTab a:nth-child(3n+1) {
  margin-left: 0;
}
.cateTab a:hover,
.cateTab a.hover {
  background: #0060aa;
  color: #fff;
}
.scrollMore {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  margin-top: .3rem;
  text-align: center;
  display: block;
  background: #444;
  color: #fff !important;
}
.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
  opacity: .3;
}
.nybanner {
  width: 100%;
  height: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.content {
  margin-bottom: .3rem;
  overflow: hidden;    min-height: 9rem;
}
.content img {
  max-width: 100%;
}
.content.inews {
  padding-bottom: .8rem;
}
.aboutPage {
  padding: 0 3% .2rem;
  line-height: 0.42rem;
  color: #333333;
}
.aboutPage img {
  max-width: 100%;
  height: auto !important;
}
.pictureList {
  overflow: hidden;
  padding: 0 3%;
}
.pictureList .item {
  width: 48%;
  margin-right: 4%;
  float: left;
  position: relative;
  display: block;
  margin-bottom: .3rem;
  border: 1px solid #efefef;
}
.pictureList .item:nth-child(2n) {
  margin-right: 0;
}
.pictureList .item .img {
  width: 100%;
  padding-top: 67.15%;
  position: relative;
  overflow: hidden;
}
.pictureList .item .img img {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
}
.pictureList .item h3 {
  margin: 0 .2rem;
  height: 0.7rem;
  line-height: 0.7rem;
  overflow: hidden;
  color: #404040;
  border-bottom: 1px solid #efefef;
}
.pictureList .item .more {
  margin: 0 15px;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: .18rem;
  display: block;
  color: #333333;
  font-family: arial;
}
.pictureList .item .more span {
  width: .4rem;
  height: .16rem;
  float: right;
  margin-top: .28rem;
  background-position: -1.8rem -0.42rem;
}
.businessPage {
  padding: .1rem 0 .2rem;
  margin-bottom: 0;
}
.businessPage .item {
  float: none;
  margin-bottom: .3rem;
}
.showBusiness .txtcon {
  width: 84%;
  margin: 0 auto .2rem;
}
.showBusiness .extend {
  margin-top: .3rem;
}
.showBusiness .extend img {
  display: block;
}
/*showInfo*/
.showInfo {
  padding: .2rem 3% .5rem;
  width: 100%; padding-bottom:0.8rem;
}
.showInfo .title {
  font-size: .4rem;
  text-align: center;
  color: #333333;
}
.showInfo .mark {
  font-size: .22rem;
  text-align: center;
  color: #666666;
  padding-bottom: .1rem;
  border-bottom: 1px solid #dbd7d7;
}
.showInfo .mark span {
  margin: 0 .06rem;
}
.showInfo .contxt {
  padding: .2rem 0 .4rem;
  color: #666666;
}
.showInfo .contxt img {
  max-width: 100%;
  height: auto !important;
}
.jobPage {
  padding: .3rem 0 .2rem;
  border-top: 0px;
}
.jobPage .scrollMore {
  width: 94%;
  margin: 0 auto;
}
.jobPage .menu {
  padding: 0 3% 3%;
}
.jobPage .loading {
  border-top: 0;
}
.jobPage .morebtn {
  margin-top: .4rem;
}
.jobPage .title2 {
  width: 94%;
  margin: 0 3%;
  height: .4rem;
  position: relative;
  border-top: 1px solid #ccc;
}
.jobPage .title2 span,
.jobPage .title2 h3 {
  position: absolute;
  left: 0;
  top: -51%;
  line-height: .4rem;
  background: #fff;
  display: block;
  padding-right: .2rem;
  font-size: .24rem;
  color: #000;
}
.jobPage .title2 span b {
  font-weight: normal;
  color: #797979;
  display: inline-block;
  padding: 0 .1rem;
}
.jobPage .title2 h3 {
  color: #797979;
  font-weight: normal;
}
.jobPage .jobTxt {
  padding: 0 3% .4rem;
}
.jobPage .jobTxt img {
  width: 1.4rem;
  margin-top: .2rem;
  display: block;
}
.jobPage .jobTxt h3 {
  font-size: .3rem;
  color: #797979;
  position: relative;
}
.jobPage .jobTxt h3:before {
  width: 3rem;
  height: 1px;
  display: block;
  content: "\20";
  position: absolute;
  left: 1.4rem;
  top: 49%;
  background: #ddd;
}
.jobPage .jobTxt .txt {
  font-size: .2rem;
  padding-top: .2rem;
}
.jobPage .item {
  margin: 0 3% .22rem;
  padding: .1rem 0 .1rem;
  /*padding: .1rem 0 0;*/
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-left: 0.05rem solid #797979;
}
.jobPage .item * {
  box-sizing: border-box;
}
.jobPage .item .title {
  color: #797979;
  padding: 0 .2rem;
}
.jobPage .item .title .time {
  font-size: .18rem;
}
.jobPage .item .des {
  font-size: .2rem;
  padding: 0 .2rem .1rem;
}
.jobPage .item .des .sarry {
  color: #797979;
  margin-right: .25rem;
}
.jobPage .item .itemcon {
  margin: 0 .1rem;
  padding: .15rem .1rem .3rem;
  border-top: 1px solid #dcdcdc;
  color: #000;
  font-size: .2rem;
  line-height: .32rem;
  display: none;
}
.jobPage .item.hover {
  background: #f9f9f9;
}
.jobPage .item.hover .itemcon {
  display: block;
}
.downlist {
  padding: 0 3% .4rem;
}
.downlist li {
  list-style-type: none;
  height: 0.7rem;
  line-height: 0.7rem;
  padding: 0 .1rem;
  margin-bottom: .2rem;
  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
}
.downlist li a {
  display: block;
  width: 100%;
}
.downlist li span {
  color: #0060aa;
  font-size: .2rem;
  float: right;
}
.messagePage{ padding-bottom:1.2rem;}
.messagePage .item {
  height: 0.7rem; margin:0 auto;
  line-height: 0.7rem;
  position: relative;
  border-radius: 0.06rem;
  margin-bottom: .3rem;
  border: 1px solid #dedede;width: 6rem;
}
.messagePage .btn1{width: 6rem;margin:0 auto;}
.messagePage .item label {
  width: 1.1rem;
  padding-right: .1rem;
  color: #333;
  display: block;
  float: left;
  text-align: center;
  height: 0.7rem;
  line-height: 0.7rem;
}
.messagePage .item input {
  width: 4.3rem;
  height: 0.7rem;
  line-height: 0.7rem;
  border: 0;
  background: none;
}
.messagePage .item .b {
  position: absolute;
  right: .12rem;
  color: #ff9f00;
}
.messagePage .item.con {
  height: 2.8rem;
}
.messagePage .item.con textarea {
  height: 2.1rem;
  padding: .1rem .16rem .1rem;
  resize: none;
  background: none;
  border: 0px;
}
.messagePage .btn1 .reset {
  width: 2.72rem;
  height: 0.58rem;
  line-height: 0.58rem;
  text-align: center;
  float: left;
  border: 1px solid #d2d2d2;
  background: #f9f9f9;
  color: #333333;
  font-size: .28rem;
}
.messagePage .btn1 input {
  width: 2.74rem;
  height: 0.58rem;
  line-height: 0.58rem;
  text-align: center;
  display: block;
  float: right;
  background: #797979;
  color: #fff;
  font-size: .28rem;
  border: 0;
}
.messagePage .btn1 input.btn1 {
  width:100%;
  height: 0.58rem;
  line-height: 0.58rem;
  text-align: center;
  display: block;
  float: right;
  background: #797979;
  color: #fff;
  font-size: .28rem;
  border: 0;
}

.messagePage.messagePage2 {
  padding-top: 0;
}
.messagePage.messagePage2 .btn input {
  float: none;
  width: 100%;
}
.messagePage.messagePage2 p {
  padding-top: .1rem;    padding-left: 0.2rem;
}
/*subNav*/
.ease {
  transition: all .3s linear;
}
/*fenx*/
#nativeShare {
  margin: 0 auto;
  width: 100%;
  padding-top: 0.3rem;
  max-width: 640px;
  min-width: 320px;
}
#nativeShare .label {
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.6rem;
}
#nativeShare .list {
  width: 4.6rem;
  float: right;
}
#nativeShare .list span {
  height: 0.75rem;
  width: 0.75rem;
  padding: 0;
  display: inline-block;
}
#nativeShare .list span i {
  margin: 0 auto;
  width: 0.63rem;
  height: 0.63rem;
  display: block;
}
#nativeShare .weibo i {
  background-image: url('../images/weibo.png');
  background-size: cover;
}
#nativeShare .weixin i {
  background-image: url('../images/weixin_friend.png');
  background-size: cover;
}
#nativeShare .weixin_timeline i {
  background-image: url('../images/weixin.png');
  background-size: cover;
}
#nativeShare .qq i {
  background-image: url('../images/qq.png');
  background-size: cover;
}
#nativeShare .qzone i {
  background-image: url('../images/qqzone.png');
  background-size: cover;
}
#nativeShare .more i {
  background-image: url('../images/more.png');
  background-size: cover;
}
#nativeShare .list span.qzone,
#nativeShare .list span.more {
  width: 0.73rem;
}
#fenxiang {
  display: none;
}
.fenx {
  height: 1.0rem;
  width: 100%;
}
.fenx .tt {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}
.fenx .bdsharebuttonbox {
  width: 80%;
  float: right;
}
.fenx .bdsharebuttonbox a {
  margin-left: 0.2rem;
}
#bdfx a {
  height: 0.6rem;
  width: 0.6rem;
  margin: 0;
  padding: 0;
  margin: 0px 0.08rem;
  display: inline-block;
}
#bdfx .d1 {
  background: url(../images/weixin.png) no-repeat center;
  background-size: 100% 100%;
}
#bdfx .d2 {
  background: url(../images/weibo.png) no-repeat center;
  background-size: 100% 100%;
}
embed {
  width: 100% !important;
  height: auto !important;
}
/*reLink*/
.reLink {
  margin: .2rem 0 .1rem;
}
.reLink .prevLink,
.reLink .nextLink {
  display: block;
  height: .6rem;
  line-height: .6rem;
  font-size: .24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
.guidePage .con {
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  background: #000000;
  background-size: cover;
  overflow: hidden;
}
.guidePage .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.guidePage .img {
  width: 100%;
  position: relative;
  z-index: 10;
}
.guidePage .img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.guidePage .img.img1 {
  padding-top: 1.2rem;
}
.guidePage .img.img1 img {
  width: 2rem;
}
.guidePage .img.img2 {
  padding: .6rem 0 .8rem;
}
.guidePage .img.img2 img {
  height: .36rem;
}
.guidePage .guide_nav {
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 10;
}
.guidePage .guide_nav li {
  float: left;
  width: 50%;
  margin-bottom: .2rem;
}
.guidePage .guide_nav li a {
  display: block;
  width: 100%;
}
.guidePage .guide_nav li img {
  display: block;
  max-width: 85%;
  margin: 0 auto;
}
.guidePage .txt {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  bottom: .9rem;
  color: #fff;
  z-index: 11;
  font-size: .26rem;
  letter-spacing: .02rem;
}



.cateList {
    padding-top: 0.2rem;
    padding-left: 0.2rem;border-top: #ccc solid 1px;
}
.searchPage .list {
    display: block;
    width: 5.6rem;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}
.searchPage .list {
    display: block;
    width: 5.6rem;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}
.searchPage .list .item {
    display: inline-block;
    padding-top: 0.3rem;
    width: 5.6rem;
    padding-bottom: 0.4rem;
    border-bottom: #eeeeee solid 1px;
}
.searchPage .list .item h3 {
    width: 5.6rem;
}
.searchPage .list .item h3 em {
    display: block;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.34rem;
}
.searchPage .list .item h3 span {
    display: block;
    font-size: 0.2rem;
    color: #999999;
    line-height: 0.2rem;
    padding-top: 0.18rem;
}
.searchPage .list .item h3 b {
    font-weight: normal;
    padding-left: 0.18rem;
}

@keyframes Swing2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes Swing2 {
  0% {
    -webkit-transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}



/*字体*/
@media only screen and (min-width:751px) {
    html {
        font-size:100px;
    }
}
@media only screen and (max-width:750px) {
    html {
        font-size:100px;
    }
}
@media only screen and (max-width:640px) {
    html {
        font-size:85.3333px;
    }
}
@media only screen and (max-width:540px) {
    html {
        font-size:72px;
    }
}
@media only screen and (max-width:480px) {
    html {
        font-size:64px;
    }
}
@media only screen and (max-width:414px) {
    html {
        font-size:55.2px;
    }
}
@media only screen and (max-width: 400px) {
    html {
        font-size:53.3333px;
    }
}
@media only screen and (max-width: 375px) {
    html {
        font-size:50px;
    }
}
@media only screen and (max-width: 360px) {
    html {
        font-size:48px;
    }
}
@media only screen and (max-width: 320px) {
    html {
        font-size:42.6667px;
    }
}