.im_mo{display: none;}

.nybanner img{
    width: 100%;
}
.nybanner{position: relative;overflow: hidden;}



/*关于我们*/
.aboutlist{
    position: absolute;
    background: rgba(0,0,0,.5);
    height: 40px;
    line-height: 40px;
    bottom:0;
    width:100%;
}
.aboutlist ul{display: flex;justify-content: space-between;}
.aboutlist ul li{
    width:14%;
    font-size: 16px;
    text-align: center;

}
@media (max-width:1024px){
  .aboutlist ul li a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
  }
}

.aboutlist ul li a{color:#fff;}
.aboutlist ul li.active,.aboutlist ul li:hover{
    background: #2a938c;
}
.zzjg{
    margin:30px 0;
}
.zzjg>h1{
    font-size: 22px;
    text-align: center;
    color:#2b2b2b;
    margin-bottom: 10px;
}
.zzjg>p{
    font-size: 16px;
    text-align: center;
    color:#6a6a6a;
}
.zzjg img{
    display: block;
    max-width: 100%;
    margin:20px auto;
}
.xq ul li{width: 25%;}

.f-det {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.f-det h4 {
    font-size: 25px;
    color: #333;
    text-align: center;
    line-height: 50px;
    /*border-bottom: 1px solid #EBEBEB;*/
}
.f-det span {
    display: inline-block;
    margin: 20px 20px;
    color: #999;
}
.news-cont p {
    text-align: justify;
    text-indent: 2em;
    font-size: 14px;
    color: #757575;
    line-height: 24px;
    margin-bottom: 10px;
}
.news-cont p video{
    width:80%;
    margin:0 auto;
    object-fit: fill;
    display: block;
}
.news-cont p img {
    max-width: 100%;
    display: block;
    margin:20px auto;
}
.f-return ul {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 30px 0;
}
.f-return ul li {
    text-align: center;
    float: left;
    width: 33.33%;
    color: #333;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}
.f-return ul li span{
    display: inline-block;
    width:15%;
    float: left;
}
.f-return ul li a:hover{
    color:#2a938c;
}
.f-return ul li a{
  display: inline-block;
  /* height: 19px; */
  width: 85%;
  float: left;
  text-align: left;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
.f-return ul li:last-child a{text-align: center;}

/*新闻列表*/
.room {
  padding-top: 20px;
}
.room-lf {
  float: left;
  width: 77%;
  padding-right: 20px;
}
.room-box {
  /*border: 1px solid #f0f0f0;*/
}

.room-list li {
  /*border-bottom: 1px solid #f0f0f0;*/
  margin-bottom: 10px;
}
.room-list li:last-child {
  border-bottom: none;
}
.room-list li a {
  display: block;
  padding: 16px 18px;
  background-color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  overflow: hidden;
}
.room-list li:hover{
  box-shadow: 2px 2px 7px 3px #ecf0f4;
}

.room-list li .im {
  float: left;
  width: 25%;
}
.room-list li .im img {
  width: 100%;
}
.room-list li .im video{
  object-fit: fill;
  width: 100%;
}
.room-list li .txt {
  float: left;
  width: 75%;
  padding: 0 15px;
}

.room-list li .txt h2 {
  font-size: 18px;
  color: #3a3a3a;
  line-height: 24px;
  margin-bottom: 20px;
}
.room-list li .txt p {
  color: #9a9a9a;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 30px;
}
.room-list li .txt p i {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.room-list li .txt .mk {
  margin-top: 10px;
}

.room-list li .txt .mk span {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 5px;
  margin-right: 4px;
  color:#9a9a9a;
  font-size: 14px;
}
.room-ad {
  float: left;
  width: 23%;
  border: 1px solid #f0f0f0;
  /*padding: 15px 22px;*/
}
.room-ad h2{
  border-bottom: 1px solid #f5f5f5;
  margin: 15px 10px;
}
.room-ad h2 span{
  font-size: 18px;
  color: #3a3a3a;
  height:fit-content;
  border-left: 3px solid #2a938c;
  padding:0 15px;
  margin-bottom: 10px;
  display: block;
}
.room-ad li a {
  padding: 10px 0;
  display: block;
}
.room-ad li img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
}
.room-ad li p {
  color: #2a2a2a;
  line-height: 20px;
  width: 90%;
  font-size: 13px;
  height:20px;
  overflow: hidden;
  display: inline-block;
}
.room-ad li h4 {
  color: #2a938c;
  line-height: 20px;
}
.room-ad li:hover p {
  color: #2a938c;
}
.room-ad ul{
  margin: 15px 10px;
}
.room-ad ul li a i{
  width:5px;
  height:5px;
  margin: 5px;
  display: inline-block;
  border-radius: 100%;
  background: #cccccc;
}
.mypage {
  clear: both;
  width:100%;
  height:auto;
  border:#F9E010 0px solid;
  margin:0 auto;
  padding: 50px 0;
  text-align:center;
  font-size: 16px;
}
.mypage a{
  color:#4d555d;
  width:auto;
  height:auto;
  padding:6px 12px;
  font-size:16px;
  margin-right:5px;
  border: 1px solid #DBDBDB;
  /*background: #F5F5F5;*/
  /*-webkit-border-radius: 4px;*/
  /*-moz-border-radius: 4px;*/
  /*border-radius: 4px;*/
}
.mypage .linking,.mypage a:hover {
  color: white;
  background: #2a938c;
  border:1px solid transparent;
  /*border-radius: 4px;*/
}
.ss{
  text-align: center;
}
/*button{*/
  /*/!*width:35px;*!/*/
  /*height:35px;*/
  /*text-align: center;*/
  /*margin-left:10px;*/
  /*color:#4d555d;*/
  /*padding:0 8px;*/
  /*font-size:16px;*/
  /*border: 1px solid #DBDBDB;*/
  /*background: #F5F5F5;*/
  /*-webkit-border-radius: 4px;*/
  /*-moz-border-radius: 4px;*/
  /*border-radius: 4px;*/
/*}*/
.ph_dis{
  display: none;
}
.srk{
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #DBDBDB;
}

/*联系我们*/
.lx{padding:30px 0;}
.lx ul li{
  float: left;
  width: 33.33%;
  text-align: center;
  /*border-right:1px solid #ddd;*/
  border-bottom: 0;
  min-height: 200px;
}
.lx ul li:nth-child(3){
  border: none;
}
.lx ul li b{
  margin: 20px auto;
  display: block;
  width: 73px;
  height: 71px;
  background: url('../images/lx_05.jpg') no-repeat;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.lx ul li:nth-child(2) b{
  background: url('../images/lx_07.jpg') no-repeat;
}
.lx ul li:nth-child(3) b{
  background: url('../images/lx_09.jpg') no-repeat;
}
.lx ul li:hover b{
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.lx ul li h4{
  font-size: 17px;
  color: #2E2E2E;
  margin-bottom: 30px;
}
.lx ul li p{
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
#map{
  width: 100%;
  height: 500px;
  /*margin-top: 40px;*/
  border:1px solid #ccc;
}
/*登录注册*/
.login{
  height:700px;
  background-image: url("../images/login_02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
}
.login-content{
  background-color: #fff;
  top:20%;
  right: 15%;
  width:350px;
  position: absolute;
  padding:20px 30px;
}
.login-content h2{
  text-align: center;
  font-size: 20px;
  height:70px;
  line-height: 70px;
  color:#333;
}
.login ul li{
  margin-bottom: 20px;
}
.login ul li>div{
  border: 1px solid #ddd;
  padding: 0 10px 0 40px;
  position: relative;
}
.login ul li.zhizhao>div{
  padding:0 10px 0 0;
}
.login ul li.zhizhao>div img{
  width: 110px;
  height:110px;
}
.login ul li.zhizhao>div button.sczz{
  margin-top: 10%;
}
.login ul li.yan div{
  display: inline-block;
  width: 60%;
  position: relative;
}
.login ul li.yan img{
  width:38%;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
.login ul li input{
  border: none;
  height: 50px;
  width: 100%;
  display: block;
  background: none;
  font-size: 14px;
}
.login ul li.yan input{
  width: 80%;
}
.login .login-btn input{
  height: 3em;
  padding-left: 0px;
  background-color: #2a938c;
  line-height: 3em;
  font-size: 1.3em;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  width: 100%;
}
.login .login-btn input:hover{
  background: #2a938c;
}
.login ul li{
  position: relative;
}
.login ul li a{
  font-size: 14px;
  color: #818181;
  /*margin-left: 15px;*/
}
.login ul li i{
  width: 30px;
  position: absolute;
  left: 5px;
  font-size: 28px;
  line-height: 50px;
  color: #C7C7C7;
}
.login .zhux li.bt input{
  width: 60%;
}
.login .zhuc li.bt input{
  width: 60%;
}
.login .zhux li button{
  width: 80px;
  height: 30px;
  background-color: #2a938c;
  line-height: 30px;
  color: #fff;
  position: absolute;
  right:10px;
  top: 10px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.login .zhuc li button{
  width: 80px;
  height: 30px;
  background-color: #2a938c;
  line-height: 30px;
  color: #fff;
  position: absolute;
  right:10px;
  top: 10px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.login .zhuc ul li {
  margin-bottom: 15px;
}
.login ul li.yan div {
  display: inline-block;
  width: 100%;
}
.login .zhuc input[type="checkbox"] {
  display: inline-block;
  height: auto;
  width: auto;
}
.tiao{
  color: #2a938c;
}
.zhuc h2 {
  height:70px;
  line-height: 70px;
}
.flex{
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1500;
  background: rgba(229,229,229 ,0.3);
}
.flex_inner{
  width: 80%;
  height: 100%;
  margin: 40px auto;
  overflow-y: scroll;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding:30px;
  position: relative;
}
.flex_inner p{
  font-size: 14px;
  line-height: 30px;
}
.flex_close{
  position: absolute;
  right: 0;
  top:0;
  color: #666;
  z-index: 9999999999999;
}
.flex_close i{
  font-size: 30px;
}
.login ul li a.lvs{color:#2a938c;}
/*技术服务*/
.jishu ul li{
  width: 16.6%;
}
.jishufuwu{padding:30px 0;}
.jishufuwu>h1{color:#3a3a3a;font-size: 20px;margin-bottom: 15px;}
.jishufuwu>h1 a{color:#2a938c;font-size: 16px;}
.jishufuwu>p{color:#666666;font-size: 14px;text-align: justify;}
.fenlei{padding:30px 0;}
.fenlei>ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fenlei>ul>li{
  width: 49%;
}
.news-con{
  width: 100%;
  margin-bottom: 30px;
  /*padding: 0 10px;*/
}
.news-con h2{
  font-size: 20px;
  color: #2a938c;
  border-bottom: 1px solid #bababa;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}
.news-con h2::after{
  content: '';
  display: block;
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #2a938c;
  left: 0;
  bottom: -2px;
}
.news-con h2.hx-blue:after{
  content: '';
  display: block;
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #2a938c;
  left: 0;
  bottom: -2px;
}
.news-con h2 span{
  font-size: 18px;
  width: 100px;
  height: 70px;
  text-align: center;
  line-height: 100px;
  background: url(../images/js_05.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.news-con h2 a{
  float: right;
  height: 76px;
  line-height: 120px;
  font-size: 14px;
  color: #656565;
  /* line-height: 120px; */
  display: inline-block;
  padding-right: 8px;
}
.news-con h2 a:hover{
  color: #2a938c;
}
.news-list li{
  /*position: relative;*/
  /*padding-left: 10px;*/
}
.news-list li:after{
  display: block;
  clear: both;
  content:'';
}
.news-list li i{
  display: inline-block;
  /* position: absolute; */
  /* left: 0; */
  float: left;
  width: 3px;
  height: 3px;
  background-color: #000;
  /* top: 15px; */
  margin: 14px 0;
}
.news-list li a span{
  font-size: 14px;
  color: #666666;
}
.news-list li a{
  display: inline-block;
  width: 98%;
  float: right;
  font-size: 15px;
  line-height: 32px;
  text-align: justify;
}
.news-list li em{
  display: inline-block;
  width: 85%;
  height:32px;
  overflow: hidden;
}
.news-list li a:hover{
  color: #2a938c;
}
.news-list li a span {
  float: right;
  width:15%;
  font-size: 14px;
  text-align: right;
  color: #666666;
}
.jsfwgd>ul>li{width: 100%;}
.jsfwgd>ul>li .news-list li a{width: 100%;}
.jsfwgd>ul>li .news-list li{background: #f3f3f3;margin-bottom: 10px;}
.jsfwgd>ul>li .news-list li a {
  box-sizing: border-box;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
}
.jsfwgd>ul>li .news-list li a:hover,.jsfwgd>ul>li .news-list li.active a{
  background: #ecf5f4;
  color:#2a938c;
}
.jsfwgd>ul>li .news-list li a:hover span,.jsfwgd>ul>li .news-list li.active a span{
  color:#2a938c;
}
.flfgxq{
  padding:30px 0;
  background: #f6f6f6;
}
.flfgxq .f-det {
  margin-top: 0;
  text-align: left;
}
.flfgxq .news-cont{
  background: #fff;
  padding:30px;
}
.flfgxq .f-det h4{text-align: left;}
.flfgxq .news-cont h1{
  font-size: 18px;
  color:#3a3a3a;
  margin-bottom: 10px;
}
.flfgxq .news-cont h2 a{
  font-size: 14px;
}
.flfgxq .news-cont h2 a i img{
  display: inline-block;
  margin:0 10px 0 0;
}
.flfgxq .f-det span {
  margin: 20px 20px 20px 0;
}
.flfgxq .f-return ul li{
  width: 100%;
}
.flfgxq .f-return ul li span{width: auto;}
.flfgxq .f-return ul li:last-child a {
  text-align: left;
}
.flfgxq .f-return{
  margin:20px 0;
  border-top: 1px solid #ddd;
}
.flfgxq .f-return ul{
  width: 80%;
  float: left;
  border:0;
  margin:0;
}
.flfgxq .f-return>a{
  float: right;
  display: inline-block;
  border:1px solid #6a6a6a;
  font-size: 16px;
  padding: 10px 20px;
  margin: 50px 0;
}
.shiti-nr-zhong{
  background: #fff;
  margin-bottom: 15px;
}
.shiti-nr-zhong .leibie{
  padding:10px 20px;
  border-bottom: 1px solid #e8e8e8;
}
.shiti-nr-zhong .leibie h2{
  color: #6a6a6a;
  font-size: 16px;
  width: 100px;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
}
.shiti-nr-zhong .leibie ul{
  display: inline-block;
}
.shiti-nr-zhong .leibie ul li{
  float: left;
  color:#3a3a3a;
  font-size: 16px;
  display: inline-block;
  width:100px;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
}
.shiti-nr-zhong .leibie ul li.active{
  background: #f9a518;
  color: #fff;
  border-radius: 20px;
}
.shiti-nr-zhong .shangchengfl ul li{
  min-width: 100px;
  width: auto;
  text-align: left;
  margin-right: 10px;
}
.shangchengfl ul li .kuangk{
  width:15px;
  height:15px;
  /*padding:5px;*/
  display: inline-block;
  border-radius: 4px;
  color:#6a6a6a;
  border: 1px solid #999999;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
.shiti-nr-zhong{
  padding:20px;
}
.shiti-nr-zhong .shangchengfl ul li .kuangk i{
  width:6px;
  height:6px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top:4px;
  left: 4px;
}
.shiti-nr-zhong .shangchengfl ul li.active{
  background: transparent;
  color:#333;
}
.shiti-nr-zhong .shangchengfl ul li.active .kuangk{
  border: 1px solid #2a938c;
}
.shiti-nr-zhong .shangchengfl ul li.active .kuangk i{
  background: #2a938c;
}
.fgsearch .flss{
  height: 45px;
  line-height: 45px;
  border: 1px solid #2a938c;
}
.fgsearch .flss input{font-size:14px;width: 90%;height:43px;line-height: 43px;}
.fgsearch .flss button{
  width: 10%;
  height: 43px;
  line-height: 40px;
  float: right;
}
.flfgxq .shangchengfl select{
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  width: 30%;
  padding: 0 10px;
  font-size: 14px;
  border:1px solid #eaeaea;
}
.faguilb ul li{
  background: #fff;
  padding:20px;
  border-left: 2px solid #2a938c;
  margin-bottom: 20px;
  transition: all linear 0.5s;
}
.faguilb ul li:after{
  content:'';
  display: block;
  clear: both;
}
.faguilb ul li.active,.faguilb ul li:hover{
  background: #2a938c;
  transition: all linear 0.5s;
}
.faguilb ul li.active h1,.faguilb ul li.active p,.faguilb ul li:hover h1,.faguilb ul li:hover p{
 color:#fff;
}
.faguilb ul li:hover em,.faguilb ul li.active em{border:1px solid #fff;color:#fff;}
.faguilb ul li div:first-child{
  width:85%;
  float: left;
  /*padding:30px 0;*/
}
.faguilb ul li div:last-child{
  width:15%;
  float: right;
  text-align: center;
}

.faguilb ul li h1{
  font-size: 18px;
  color:#333;
  margin:15px 0;
}
.faguilb ul li p{
  font-size: 14px;
  color:#6a6a6a;
}
.faguilb ul li p span{
  display: inline-block;
  margin-right: 20px;
}
.faguilb ul li em{
  display: inline-block;
  border:1px solid #6a6a6a;
  font-size: 16px;
  padding: 10px 20px;
  margin: 20px 0;
}
.huiyuan ul li{
  width:20%;
}
.huiyuanmd{
  padding:30px 0;
}
.huiyuanmd h1{
  font-size: 18px;
  margin:15px 0;
  color:#333;
}
.huiyuanmd table{
  width: 100%;
}
.huiyuanmd table td,.huiyuanmd table th{
  padding:10px;
  text-align: center;
  font-size: 14px;
}
.huiyuanmd table thead{
 background: #2a938c;
  color:#fff;
}
.huiyuanmd table thead th,.huiyuanmd table tbody td{
  border:1px solid #ccc;
}
.huiyuandt{padding:30px 0;}

/*加入我们*/
.zhaopin-nr{
  padding: 30px 0;
}
.zhaopin-nr ul:after{
  content:"";
  display: block;
  clear: both;
}
.zhaopin-nr ul li{
  width:50%;
  float: left;
  padding: 10px;
}
.li-top{
  display: flex;
  justify-content: center;
  background: #2a938c;
  min-height: 140px;
  padding: 20px 30px;
  box-sizing: border-box;
}
.li-top>div{
  vertical-align: middle;
  color:#f5f5f5;
  width:48%;
  text-align: left;
}
.li-top>div:first-child{
  padding:15px 20px;
  border-right:1px solid;
  margin-right:10px;
}
.li-top>div:last-child{
  padding:0 20px;
}
.li-top div h1{
  font-size: 24px;
  margin-bottom: 20px;
}
.li-top div h6{
  font-size: 14px;
}
.li-top div p{
  font-size: 14px;
  line-height: 25px;
}
.li-bottom{
  background: #f5f5f5;
  height:350px;
  overflow-y: scroll;
  padding:20px;
}
.li-bottom h3{
  font-size: 14px;
  color:#333;
  font-weight: bold;
}
.li-bottom p{
  font-size: 14px;
  color:#3a3a3a;
  line-height: 26px;
  text-align: justify;
}
/*投稿*/
.tougao{padding:30px 0;}
.tougao2{
  width:60%;
}
.tougao1{
  padding:2%;
  width:38%;
  margin-left: 2%;
  background: #fffbef;
}
.tougao1>h1{
  font-size: 16px;
  color:#3a3a3a;
  margin-bottom: 10px;
}
.tougao1>p{
  color:#6a6a6a;
}
.tougao1 ul li{
  margin-top: 15px;
}
.tougao1 ul li h2{
  border-radius: 20px;
  width: 100px;
  height:20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.tougao1 ul li h2 i{
  background: #e48e53;
  color:#fff;
  font-style: normal;
  text-align: center;
  width: 30px;
  display: inline-block;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.tougao1 ul li h2 em{
  width: 70px;
  text-align: center;
  display: inline-block;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #fff1c8;
  color:#e48e53;
  /*height:20px;*/
  /*line-height: 20px;*/
}
.tougao1 ul li p{
  font-size: 14px;
  line-height: 23px;
}
.yuyue label{
  margin-bottom: 10px;
  width: 100%;
}
.yuyue label em{
  font-size: 14px;
  color: #3a3a3a;
  display: inline-block;
  /*margin-right: 3%;*/
  width: 10%;
  text-align: right;
  vertical-align: top;
}
.yuyue label input{
  width:88%;
  border:1px solid #ccc;
  height:35px;
  line-height: 35px;
  font-size: 16px;
  padding-left: 10px;
}
.yuyue label input.yzm{
  width:20%;
}
.yuyue label input.fj{
  width:40%;
}
.yuyue label textarea{
  width:88%;
  min-height:200px;
  border:1px solid #ccc;
  /*height:35px;*/
  /*line-height: 35px;*/
  font-size: 16px;
  padding: 10px;
}
.yuyue label i{color:#ff0101;display: inline-block;margin-left: 2%;}
.yuyue label p{display:inline-block;height: 35px;line-height: 35px;vertical-align: top;margin-left: 2%;}
.yuyue label p img{max-width: 100%;}
.yuyue label span{
  display: inline-block;
  /*width: 76%;*/
  color:#16562d;
  font-size: 12px;
  /*float: right;*/
  vertical-align: bottom;
}
.yuyue label span img{
  display: inline-block;
  max-width: 50%;
  margin:0 10px;
}
.yuyue button{
  width: 100px;
  margin: 5% 0;
  display: inline-block;
  background: #2a938c;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 14px;
  border-radius: 5px;
  height:30px;
  line-height: 30px;
}
.yuyue label a{
  width: 100px;
  margin: 0 10px;
  display: inline-block;
  background: #2a938c;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 14px;
  /* border-radius: 5px; */
  height: 35px;
  line-height: 35px;
}
/*会员申请*/
.huiyuansq>h1{
  background: #eaf4f3;
  border-left: 5px solid #2a938c;
  color:#333;
  padding:10px 0 10px 20px;
  font-size: 18px;
  margin:20px 0;
}
.shenqlc-lf{
  width: 13%;
}
.shenqlc-rt{width: 82%;margin-left: 5%;}
.shenqlc-lf ul li:nth-child(odd){
  height:55px;
  line-height: 55px;
  width:100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.shenqlc-lf ul li:nth-child(even) img{
  max-width: 100%;
  display: block;
  margin:0 auto;
}
.shenqlc-lf ul li:nth-child(1){background: #2a938c;}
.shenqlc-lf ul li:nth-child(3){background: #edb033;}
.shenqlc-lf ul li:nth-child(5){background: #b98860;}
.shenqlc-lf ul li:nth-child(7){background: #329dd1;}
.shenqlc-lf ul li:nth-child(9){background: #8aba28;}

.liucheng{margin-bottom: 20px;}

.liucheng h2{
  font-weight: bold;
  color:#2a938c;
  font-size: 16px;
  margin-bottom: 15px;
}
.liucheng h3{
  color:#3a3a3a;
  font-size: 15px;
  margin-bottom: 10px;
}
.liucheng p{
  color:#6a6a6a;
  font-size: 14px;
  line-height: 23px;
}
.liucheng ul{display: flex;}
.liucheng ul li{width: 50%;}

.shenqingan{margin:30px 0;display: flex;justify-content: center;}
.shenqingan button{
  margin:0 20px;
  background: #2a938c;
  color:#fff;
  padding:10px 0;
  width: 150px;
  border:0;
  font-size: 16px;
}
.grshenq{
  background: #fff;
  width: 60%;
  position: absolute;
  left:20%;
  top:50%;
  min-height:400px;
  margin-top: -295px;
}
.tkbt{
  background: #2a938c;
  color:#fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  height:50px;
  padding:0 15px;
  line-height: 50px;
}
.tkbt span{cursor: pointer;}
.hyleix{margin:20px 0;font-size: 14px;}
.dengjibiao{padding:20px;}
.dengjibiao table{
      display: block;
    width: 100%;
    height: 300px;
    overflow-y: scroll;

}
.dengjibiao table tbody tr td{
  border:1px solid #ccc;
  padding:10px 0;
  text-align: center;
  color:#858c94;
  width: 14%;
}
.dengjibiao table tbody tr td input[type=text]{
  border:0;
  padding:10px;
  width: 100%;
}
.dengjibiao table tbody tr td textarea{
  width:100%;
  border: 0;
  padding:10px;
  min-height: 100px;
}

.dengjibiao table tbody tr td.zs{
  background: #f3f7ff;
}
.yuedu{
  margin:20px 0;
}
.yuedu input{
  vertical-align: sub;
  margin-right: 10px;
}

/*祈安商场*/
.qianshangcheng{
  padding:30px 0;
}
.qianshangcheng .shiti-nr-zhong{
  border:1px solid #ccc;
}
.deephs{color:#ff1010;font-weight: bold;}
.red{color:#ff1010;}
.feleitop{
  background: #f2f2f0;
  height:50px;
  line-height: 50px;
  padding-right: 15px;
}
.feleitop ul{
  width: 80%;
  float: left;
}
.feleitop ul li{
  width: auto;
  padding: 0 30px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  border-right: 1px solid #ccc;
}
.feleitop span{font-size: 14px;}
.feleitop span i{font-style: normal;color: #2a938c;}
.fenleicenter{
  margin:30px 0;
}
.fenleicenter ul li div img{
  max-width: 100%;
  display: block;
  margin:0 auto;
}
.fenleicenter ul li{float:left;width: 20%;border:1px solid #eaeaea;padding: 10px;}
.fenleicenter ul li h1{
  font-size: 14px;
  color:#3a3a3a;
  text-align: justify;
  margin-bottom: 10px;
  height:40px;
  overflow: hidden;
  line-height: 20px;
}
.fenleicenter ul li p{
  font-size: 14px;
}
/*商场详情*/
.gkpc-title{
  margin-top: 20px;
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fff;
}
.gkpc-title h5{
  font-size:20px;
  color: #353535;
  font-weight: bold;
  line-height: 40px;
}
.gkpc-title p{
  font-size: 14px;
  line-height: 30px;
  color: #848383;
}
.gkpc-title p:after{
  content:"";
  display: block;
  clear: both;
}
.gkpc-title p em{
  display: inline-block;
  float: left;
}
.gkpc-title p span,.gkpc-title p b{
  display: inline-block;
  float: left;
}
.gk-text-nr{
  width: 90%;
  text-align: justify;
}
.gk-text-cont{
  /*padding-left: 20px;*/
}
/*.gkpc-title p:hover{*/
/*color: #F5474F;*/
/*}*/
.gk-img{
  float: left;
  width: 35%;
}
.gk-img img{
  width: 100%;
}
.gk-text{
  float: left;
  width: 65%;
  padding-left: 10px;
}
.gk-text h1{
  height: 55px;
  line-height: 55px;
  color: #F5474F;
  font-weight: bold;
  font-size: 30px;
  background-color: #F1F5F8;
}
.gk-text h1:hover{
  background:rgba(241,245,248,0.8);
}
.bof-btn{
  margin-top: 30px;
  border-top: 1px dashed #DEDFE1;
  padding-top: 30px;
}
.bof-btn button{
  width: 135px;
  height: 45px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  background-color: #F5474F;
}
.bof-btn button:hover{
  background: rgba(245,71,79,0.8);
}
.gk-content{
  margin-top: 20px;
}
.gk-content .row{
  margin:0 auto;
  padding-bottom: 30px;
}
.gk-content .row:after{
  display: block;
  content: "";
  clear: both;
}
.gk-content .row .sc-zuo{
  width: 75%;
  float: left;
}
.gk-content .row .sc-you{
  width: 25%;
  float: left;
  padding-left: 20px;
}
.gk-content .row .sc-you .related{
  border: 1px solid #ddd;
}
.tab-pane{
  width: 100%;
}
.tab{
  border: 1px solid #ddd;
  background-color: #FFF;
}
.tab-content>.active{
  width: 100%;
  padding: 20px 25px;
  background-color: #fff;
  border-top: none;
}
.jie img{
  width: 100%;
}
.title .nav{
  height: 40px;
  background-color: #FFF;
  line-height: 40px;
  border:0;
}
.title{
  /*padding:1em 1em 0 1em;*/
  /*height: 5em;*/
}
.title ul li{
  /*height: 100%;*/
  width: 50%;
  text-align: center;
}
.title ul li b{
  display: none;
  margin-bottom: -10px;
  height: 20px;
  width:100%;
  background-image: url("../image/active.png");
  background-position: center;
  background-repeat: no-repeat;
}
.title ul li.active b{
  display: inline-block;

}
.title ul li a{
  margin: 0;
  font-size: 14px;
  color: #000;
  display: inline-block;
  /*line-height: 1.5em;*/
  padding: 10px 0 0 0;
}

.gk-content .title ul li{
  width: 50%;
}
.gk-content .related ul li{
  float: none;
  width: 100%;
  margin: 15px 0 0 0 ;
  padding: 10px;
}
.gk-content .col-md-3{
  padding-left: 20px;
}
.related h4{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  background-color: #eeeeee;
  border-bottom: 1px solid #ddd;
}
.gk-content .related{
  margin-top: 0;
  /*border: 1px solid #ddd;*/
  background-color: #fff;

}

.shop-btn button:nth-child(1){
  background-color: #FD9A37;
  margin-right: 30px;
}
.shop-btn button:nth-child(1):hover{
  background: rgba(253,154,55,0.8);
}
.sps-content .title ul li {
  width: 20%;
  background: #eee;
}
.sps-content .title ul li.active{
  border-top: 1px solid #f5444d;
  background: transparent;
}
.sps-content .title ul li.active a{
  color:#f5444d;
}
.sps-content .col-md-9 .related{
  padding: 20px;
}
.related p{
  line-height: 30px;
  text-indent: 2em;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: justify;
}
.related p img{
  display: block;
  margin:0 auto;
  max-width: 100%;
}
.related-title span{
  font-size: 1.3em;
  height: 2em;
  font-weight: 600;
  color: #686868;
}
.related-title{
  height:40px;
  line-height:40px;
  margin: 10px 0;
}
.related-title b{
  display: inline-block;
  width: 4px;
  height: 42%;
  background-color: #CC4935;
  margin-right: 10px;
}
.related-title span{
  display: inline-block;
}
.related ul li .bx-img img{
  width: 100%;
}
.related{
  margin-top: 20px;
}
.related ul li{
  float: left;
  width:23%;
  margin: 0 1% 15px 1%;
  border-bottom: 1px solid #ddd;
}
.related ul li p{
  text-indent: 0;
  padding: 0 5px;
  font-size: 1.2em;
  color: #666;
  line-height:normal;
  /*border-bottom: 1px solid #ddd;*/
}
.related ul li p:hover{
  color: #ff0000;
}
.related ul li h1{
  padding:10px 5px;
  font-size: 14px;
}
.related ul li h1 span{
  color: #C1C1C1;
  line-height: 1em;
}
.related ul li span:hover{
  color: #FF0000;
}

.comment{
  padding: 0 0.5em;
}
.comment ul li{
  float: none;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.comment ul li .xy-img {
  float: left;
  width: 6%;
  overflow: hidden;
}
.comment>ul>li{
  padding:10px 0 0 15px;
}
.comment ul li .xy-img img{
  width: 100%;
}
.comment ul li .xyid {
  padding-left: 20px;
  float: left;
  width:94%;
  margin-top: -10px;
}
.comment ul li .xyid b{
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}
.comment ul li span{
  display: inline-block;
  color: #999;
  margin-right: 20px;
  line-height: 30px;
}
.sjjgzs{
  padding-bottom: 10px;
  display: none;;
  border-bottom: 1px solid #f0f0f0;
}
.sjjgzs h1,.sjjgzs h2{display: inline-block;}
.sjjgzs h2 a{
  margin-top: -9px;
  padding: 5px;
  margin-left: 0.5em;
  width: 5.5em;
  height: 2.5em;
  text-align: center;
  line-height: 2.5em;
  color: #fff;
  background-color: #FD9A37;
  font-size: 1.1em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
.sjjgzs h2 a:nth-child(2) {
  background-color: #f5444d;
}
.goumai{
  font-size: 14px;
  padding:0 5px;
  text-align: center;
  /*line-height: 2.5em;*/
  color: #fff;
  font-style: normal;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  background-color: #f5444d;
}
.huidakuang h1{
  padding:20px;
  border-bottom: 1px solid #f0f0f0;
}
.huidakuang div{
  padding:20px 0;
}
.huidakuang div textarea{
  width: 100%;
  border:1px solid #ccc;
  padding:10px;
  margin-bottom: 15px;
}
.huidakuang h1 span{
  color:#1a1a1a;
  font-size: 14px;
  margin-left: 10px;
}
.ckgd{
  background: #2a938c;
  padding:5px 10px;
  border-radius: 3px;
  text-align: center;
  color:#fff;
  font-size: 14px;
  margin-right:20px;
  border:0;
}
.huidalist h2{
  padding:20px 0;
  font-size: 14px;
  color:#3a3a3a;
  border-bottom: 1px solid #f0f0f0;
}
.huidalist ul li h1{
  padding: 10px 0 20px;
}
.huidalist ul li h1 span{
  color:#1a1a1a;
  font-size: 14px;
  margin-left: 10px;
}
.huidalist ul li{
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.huidalist-nr{
  padding:0 ;
}
.huidalist-nr p{
  color:#535353;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.huidalist-nr p img{
  /*width: 100%;*/
}

.qywh{display: flex;justify-content: space-between;padding:30px 0;}
.qywh-lf,.qywh-rt{
  width: 49%;
}
.qywh-lf h1{
  height:100px;
  line-height: 100px;
  background: #edb033;
  text-align: center;
  font-size: 30px;
  color:#fff;
  border-top-right-radius: 30px;
}
.qywh-rt h1{
  height:100px;
  line-height: 100px;
  background: #8aba28;
  text-align: center;
  font-size: 30px;
  color:#fff;
  border-top-left-radius: 30px;
}
.qywh-lf p,.qywh-rt p{
  /*display: block;*/
  /*width: 100%;*/
  /*float: right;*/
  font-size: 16px;
  color:#666666;
  line-height: 23px;
  margin-bottom: 10px;
}
.qywh-lf p img,.qywh-rt p img{
  max-width: 100%;
  display: block;
  margin:0 auto;
}
.qybj{
  background: #f7f7f7;
  padding:30px;
  border-bottom-right-radius: 30px;
}
.qybjy{
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 0;
}
.qywz{
  width: 55%;
  float: right;
}
.qywzy{float: left;}
/*文化*/
.nicescroll-rails {
  background: url(../images/line_1.jpg) center top repeat-y;
}
.nicescroll-rails>div{
  background-color: #2a938c !important;
}
.ab_history{ width: 100%; padding: 96px 0 100px; background: url('../images/ab_bg_01.jpg') center center repeat; }
.ab_licheng{ height: 555px; width: 100%; position: relative; padding-left: 253px; }
.ab_lc_01{ position: absolute; left: 0;top: 0; }
.ab_lc_01 img{ margin-top: 15px; }
.ab_lc_01 img:first-child{ margin-top: 0;}
.ab_year{ position: relative; padding-left: 144px; }
.ab_zuo{ position: absolute; left: 0; top: 0; }
.ab_zuo .span1{ font-size: 18px; color: #848484; line-height: 56px;display: block;text-align: center; }
.ab_middle{ padding: 141px 0; background: url('../images/ab_bar2.png') center center repeat-y; margin-bottom: 5px; }
.ab_middle .bdo_year{ width: 100%; line-height: 98px; background: #fff; font-size: 36px; color: #0c0c0c;display: block;}
.ab_middle .ab_prev,.ab_middle .ab_next{ cursor: pointer; }
.ab_middle .ab_prev img,.ab_middle .ab_next img{ margin:0 auto;}

.ab-scroll{
  height: 555px;
  overflow: hidden;
}
.ab-scroll .rollbar-path-horizontal{
  height: 10px;
}
.ab_ul1{ padding-right: 30px; margin-top: -10px; }
.ab_ul1 li{ line-height: 80px; font-size: 18px; line-height: 24px; padding: 27px 0 29px; border-bottom: 1px dotted #c6c6c6; color: #434343; }
.ab_ul1 li.xz,.ab_ul1 li:hover{ color: #2a938c; }
.ab_ul1 li span{ margin-right: 6px; }

/*寄语*/
.joinus{
  background: url(../image/gg.jpg) no-repeat;
  background-size:100% 100%;
}
.joinus-nr:after{
  content:"";
  display: block;
  clear: both;
}
.joinus-nr{
  /*display: flex;*/
  display: table;
  /*padding: 50px 0;*/
  /* margin: 30px 0; */
  background: url(../images/kk.png) no-repeat;
  background-size: 75% 75%;
  background-position: left center;
}
.joinus-nr-lf{
  padding: 55px 0;
}
.joinus-nr-lf img{
  width:318px;
  height:362px;
}
.joinus-nr-lf,.joinus-nr-rt{
  display: table-cell;
}
.joinus-nr-rt{
  padding: 130px 50px;
  height:100%;
  vertical-align: top;
}
.joinus-nr-rt h1{
  margin-bottom: 15px;
  font-size: 32px;
  color:#2a938c;
}
.joinus-nr-rt h1 b{
  width: 100px;
  vertical-align: super;
  display: inline-block;
  border-bottom: 3px solid #a2bcf0;
  /*color:#eecea3;*/
}
.joinus-nr-rt p{
  font-size: 15px;
  line-height: 20px;
  margin:10px 0;
  text-align: justify;
  color:#6a6a6a;
}


@media screen and (max-width: 1199px){
  .f-return ul li span{width:20%;}
  .f-return ul li a{width:80%;}
  .news-list li a em{width:80%;}
  .news-list li a span{width:20%;}
  .grshenq{width: 80%;left: 10%;}
}


@media screen  and (max-width: 1023px){
  .login-content {
      right: 10%;
  }
  .f-return ul li span{width:25%;}
  .f-return ul li a{width:75%;text-emphasis: dot;}
  .room-ad{
    display: none;
  }
  .room-lf{width: 100%;}
  .room-list li .txt h2{
    margin-bottom: 10px;
    font-size: 16px;
  }
  .room-list li .txt p{
    margin-bottom: 10px;
    height:48px;
    overflow: hidden;
  }
  .news-list li a em{width:75%;}
  .news-list li a span{width:25%;}
  .flfgxq .news-cont h1 {
    font-size: 16px;
  }
  .faguilb ul li em{
    font-size: 14px;
    padding:10px 15px;
  }
  .faguilb ul li h1 {
    font-size: 17px;
  }
  .yuyue label em{width: 17%;}
  .yuyue label input {width: 80%;}
  .yuyue label textarea {width: 80%;}
  .tougao2 {width: 56%;}
  .tougao1 {width: 42%;}
  .fenleicenter ul li {
    width: 25%;
  }
  .gk-content .row .sc-zuo{width: 100%;}
  .gk-content .row .sc-you{display: none;}
  .qywz{width: 75%;}
  .joinus-nr {
    padding: 0 20px;
    background-size: 90% 85%;
    background-position: center;
  }
  .joinus-nr-lf{
    padding: 40px 0;
  }
  .joinus-nr-rt {
    padding: 95px 0 95px 20px;
    height: 100%;
    vertical-align: middle;
  }
  .joinus-nr-rt h1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .joinus-nr-rt p {
    font-size: 13px;
    margin: 5px 0;
  }
  .news-cont p video{
    width:100%;
  }

}

@media screen  and (max-width: 767px){
    .im_pc{display: none;}
    .im_mo{display: block;height:250px;}
    .ph_dis{display: block;}
    .pc_dis{display: none;}

    .aboutlist{
        height:auto;overflow: auto;
    }
    .aboutlist ul{justify-content: flex-start;flex-wrap: wrap;}
    .aboutlist ul li{width: 25%;}
    .f-return ul li{width: 100%;}
    .f-det h4 {
      font-size: 16px;
      line-height: 30px;
    }
  .f-return ul li:last-child a {
    padding-left: 20px;
     text-align: left;
  }
  .room-lf {
    width: 100%;
    padding-right: 0;
  }
  .room-list li a{padding:10px 5px;}
  .room-list li .txt h2 {
    font-size: 14px;
    height:24px;
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 0;
  }
  .room-list li .im {
    float: left;
    width: 140px;
  }
  .room-list li .txt {
    float: none;
    width: auto;
    margin-left: 150px;
    padding: 0;
  }
  .room-list li .txt p {
    margin-bottom: 5px;
    height: 24px;
    line-height: 20px;
    overflow: hidden;
  }
  .room-list li .txt .mk{margin-top: 0;}
  .room-list li .txt .mk span{
    padding:0;
    font-size: 12px;
  }
  .zzjg p{font-size: 14px;}
  .lx ul li{width: 100%;min-height: 150px;}
  #map{height:300px;}
  .login{height:600px;}
  .login-content {
    width: 90%;
    top: 15%;
    left: 5%;
  }
  .fenlei>ul>li {
    width: 100%;
  }
  .flfgxq .news-cont{padding:10px;}
  .flfgxq .f-return>a {
    float: left;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0;
  }
  .shiti-nr-zhong {
    padding: 10px;
  }
  .fgsearch .flss{
    height: 35px;
    line-height: 35px;
    border: 1px solid #2a938c;
  }
  .fgsearch .flss input{font-size:14px;width: 85%;height:33px;line-height: 33px;}
  .fgsearch .flss button{
    width: 15%;
    height: 33px;
    line-height: 35px;
  }
  .shiti-nr-zhong .leibie{padding:10px;}
  .shiti-nr-zhong .shangchengfl ul li{font-size: 14px;min-width: auto;}
  .shiti-nr-zhong .leibie h2{width:70px;font-size: 14px;}
  .flfgxq .shangchengfl select{width: 70%;font-size: 12px;}
  .faguilb ul li{padding:10px;}
  .faguilb ul li div:first-child{width: 100%;}
  .faguilb ul li h1 {
    font-size: 15px;
  }
  .faguilb ul li div:last-child{width: auto;float: left;}
  .faguilb ul li em {
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    margin: 10px 0;
  }
  .huiyuanmd table thead th{
    word-break: keep-all;
  }
  .huiyuanmd,.huiyuandt{padding:0;}
  .hynr ul li {
    margin-bottom: 5%;
  }
  .zhaopin-nr ul li {
    width: 100%;
    padding:0;
    margin-bottom: 5%;
  }
  .li-top div h1 {
    font-size: 20px;
  }
  .li-top{
    padding:20px 0;
    height:157px;
  }
  .li-top>div{
    width:50%;
  }
  .li-top>div:first-child {
    padding: 15px 10px;
  }
  .li-top>div:last-child {
    padding: 0 10px;
  }
  .tougao1 ,.tougao2{width: 100%;}
  .tougao2{
    margin-top: 20px;
  }
  .yuyue label em { width: 20%;}
  .yuyue label input { width: 80%;}
  .yuyue label textarea { width: 80%;}
  .shenqlc-lf{
    width: 100%;
  }
  .shenqlc-rt {
    width: 100%;
    margin:0;
    padding:20px 0;
  }
  .liucheng ul {
    display: flex;
    flex-wrap: wrap;
  }
  .liucheng ul li{width: 100%;margin-bottom: 15px;}
  .grshenq {
    width: 90%;
    left: 5%;
    top:20%;
    height: 500px;
    overflow: scroll;
  }
  .dengjibiao {
    padding: 10px;
  }
  .dengjibiao table{
      display: block;
    width: 100%;
    height: 250px;
    overflow-y: scroll;
  
}
  .hyleix {
    font-size: 13px;
  }
  .feleitop ul {width: 70%;}
  .feleitop ul li{padding:0 10px;}
  .fenleicenter ul li {
    width: 50%;
  }
  .gkpc-title{padding:0;}
  .gk-img,.gk-text{width: 100%;}
  .bof-btn {
    padding: 15px 0;
  }
  .tab-content>.active{padding:10px;}
  .bof-btn button{height:35px;}
  .qywh{flex-wrap: wrap;}
  .qywh-lf, .qywh-rt {
    width: 100%;
    margin-bottom: 20px;
  }
  .qywz {
    width: 100%;
  }
  .qywh-lf h1,.qywh-rt h1 {
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
  .qybj,.qybjy{
    padding:20px;
    border-bottom-left-radius: 30px;
  }
  .qybj p,.qybjy p{text-align: justify;}
  .joinus-nr{
    padding:0 10px;
    display: block;
    background: transparent;
  }
  .joinus-nr-lf {
    padding: 20px 0;
  }
  .joinus-nr-lf img {
    width: 100%;
    height: 400px;
  }
  .joinus-nr-rt {
    padding: 10px 0;
  }
  .joinus-nr-lf, .joinus-nr-rt {
    display: block;
  }
  .news-cont p video{
    width:100%;
  }
  .tkbt{
  	font-size: 14px;
  	text-align: left;
  }
}