@charset"utf-8";
@font-face {
    font-family: 'sis';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}
@font-face {
    font-family: 'sih';
    src: url('../fonts/SourceHanSansCN-Medium.otf');
}
body{
    font-family: Arial;
}
.head-phone{
  width: 97%;
  margin: 0 auto;
}
.top_cen{line-height: 60px;}
.top_cen a img{
    vertical-align: middle;
    cursor: pointer;
}
.top_cen img{
    vertical-align: middle;
    cursor: pointer;
    max-width: 20%;
}
.top_cen a{
  color: #fff;
  display: inline-block;
  padding: 0 5px 0 0;
}
.top_cen a span{
    font-weight: bold;
    font-family: Arial;
    font-size: 16px;
    color:#00a0e9;
}
.ss{
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 0;
    height: 100%;
    /* background-color: #19b6d7; */
    /* background: #eaeaea; */
    background: url(../images/index/nav-bg.png) no-repeat;
    background-size: 100% 100%;
    transition: all linear 1.5s;
    /* overflow: auto; */
    z-index: 10000;
}
.navlist_mo{
    float: right;
    width: 0;
    /*display: block;*/
    /*position:fixed;*/
    /*top: 0;*/
    /*right: -250px;*/
    /*bottom: 0;*/
    /*width: 0;*/
    /*height: fit-content;*/
    /*background-color: #19b6d7;*/
    /*background: #eaeaea;*/
    /*background: url(../images/index/nav-bg.png) no-repeat;*/
    transition: all linear 1.3s;
    /*overflow: auto;*/
    /*z-index: 999;*/
}
.ss.active{
    width: 100%;
    right:0;
    transition: all linear 0.5s;
}
.ss.active .navlist_mo{width: 250px;transition: all linear 1s;}
.navlist_mo>li{
    text-align: center;
    position: relative;
    padding: 15% 5% 15% 5%;
    box-sizing: border-box;
    /*min-height:20%;*/
    /*border-bottom: 1px solid #fff;*/
  /*background: linear-gradient(to bottom,#ec3944,#e93c4a,#df4a63,#c96696,#aa8ee0,#9f9cfb);*/
    /*background-color: #19b6d7;*/
}
.btwo>li{
    background: rgba(255,255,255,.85);
    border-bottom: 1px solid #19b6d7;
}
.navlist_mo>li:last-child{
    border-bottom: 0;
}
.navlist_mo>li>h1>a{
    padding-left: 35px;
    clear: both;
    color:#fff;
    display: block;
    width: 80%;
    font-size: 23px;
    line-height: 22px;
    /*width: 100%;*/
    /*margin:20px 0;*/
    /*padding:20px 0;*/
    transition: all .5s;
   
}
.navlist_mo>li>h1{ position: relative;}
.navlist_mo>li>h1>span{
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height:25px;
    cursor: pointer;
}
/*.navlist_mo>li.active span.jt{top:15%;}*/
.navlist_mo>li.active span{
    position: absolute;
    top: 2px;
     /*border: 1px solid #fff; */
    right: 7px;
    padding-top: 3px;
    height: 25px;
    width: 30px;
    cursor: pointer;
}
.navlist_mo>li>h1>span>i{
    content: "";
    display: inline-block;
    /* position: absolute; */
    /* left: 128px; */
    /* top: 19px; */
    width: 15px;
    height: 15px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    /*opacity: 0.5;*/
    transition: all .3s ease 0s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navlist_mo>li.active i{
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.btwo>li>a{
    color:#00bed3;
}
.navlist_mo>li .abm_nav {
  margin-top: 3%;
  display: none;
  height: 0;
  transition: all .5s;
}
.navlist_mo>li .abm_nav li{
  line-height: 30px;
}
.navlist_mo>li .abm_nav li a{
  color:#fff;
  font-size: 14px;
}
.navlist_mo>li.active .abm_nav{
  display: block;
  height: auto;
}
.navlist_mo>li .abm_nav li:hover a{
  color:#ec3944;
}
/*.navlist_mo>li a.sj:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 5px;
  width: 9px;
  height: 9px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: all .3s ease 0s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navlist_mo>li.active a.sj:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 10px;
}*/



/*底部*/
.dibu{position: relative;}
.dibunr{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
}
.dibu-top{
  padding:3% 0;
  margin-bottom: 5%;
  border-bottom: 1px solid #403d5f;
}
.dibu-top p{
  color:#dcdcdc;
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
}
.dibu-lf{
  width: 25%;
}
.dibu-lf>img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-top: 10px;
}
.dibu-rt{
  width: 75%;
}
.dibu-lf p{
  padding: 5px 0;
  color:#dcdcdc;
  font-size: 14px;
  line-height: 30px;
}
.dibu-lf p img.ma{
  margin: 5px 0 5px 10px;
}
.dibu-rt ul li{
  width: 11%;
  float: left;
  text-align: left;
}
.dibu-rt ul li:first-child{
  width:27%;
}
.dibu-rt ul li:nth-child(2){
  width:27%;
}
.dibu-rt ul li h1 a{
  display: inline-block;
  font-size: 16px;
  color:#fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #403d5f;
}
.dibu-rt ul li a{
  line-height: 30px;
  display: block;
  color: #fff;
  font-size: 14px;
}
.dibu-rt>ul>li a:hover{
  color:#ec3944;
}
.dibu-rt ul li i img{vertical-align: middle;margin-right: 5px;}
.banquan p{
  color:#514d62;
  text-align: center;
  font-size: 14px;
}
.banquan{padding:5% 0;}
.bshareDiv{display:none !important;}
#xy a.bshare-sinaminiblog{background:url("../images/index/i_07.png") no-repeat;    display: block;}
#xy a.bshare-weixin{background:url("../images/index/i_11.png") no-repeat;    display: block;}
#xy a.bshare-facebook{background:url("../images/index/i_18.png") no-repeat;    display: block;}
#xy a.bshare-linkedin{background:url("../images/index/i_13.png") no-repeat;    display: block;}
#xy a.bshare-twitter{background:url("../images/index/i_15.png") no-repeat;    display: block;}
.bShareFrame,.bsTop{width:100% !important;}
#bsContentDiv #txtWrap #txtEditor{width: 100% !important;}
.bshare-custom.icon-medium-plus a {
  padding-left: 35px;
  height: 32px;
}
@media screen and (max-width: 1600px) and (min-width: 1500px){
  .navlist_mo>li{padding:15% 5%;}
}

@media screen and (max-width: 1500px) and (min-width: 1400px){
  .navlist_mo>li{padding:14% 5%;}
  .head-phone{
    width: 95%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1300px){
  .navlist_mo>li{padding:13% 5%;}
  .head-phone{
    width: 95%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1299px) and (min-width: 1200px){
  .navlist_mo>li{padding:11% 5%;}

  .head-phone{
    width: 97%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1024px){
  .head-phone{
    width: 95%;
    margin: 0 auto;
  }
  .head-logo a span img{max-width: 70%;}
  .top_cen img{
    display: inline-block;
    max-width: 20%;
    vertical-align: middle;
  }
  .navlist_mo>li{padding:10% 5%;}
  .navlist_mo>li>h1>a{font-size: 20px;}
  .dibu-lf {
   display: none;
  }
  .dibu-rt {
    width: 100%;
  }
  .dibu-top{margin-bottom: 10%;}
  .dibu-top p{font-size: 20px;}
  .dibu-top h1 img{max-width: 20%;display: block;}
}
@media screen and (max-width: 1023px) and (min-width: 768px){
  .head-phone{
    width: 95%;
    margin: 0 auto;
  }
  .head-logo a span img{max-width: 70%;}
  .top_cen img{
    display: inline-block;
    max-width: 22%;
    vertical-align: middle;
  }
  .navlist_mo>li {
    padding: 8% 5%;
  }
  .navlist_mo>li>h1>a{font-size: 16px;}
  .dibu{height:600px;}
  .dibu-lf {
    display: none;
  }
  .dibu-rt {
    width: 100%;
  }
  .dibu-top{margin-bottom: 10%;}
  .dibu-top p{font-size: 20px;}
  .dibu-top h1 img{max-width: 20%;display: block;}
  .dibu-rt ul li{text-align: center;}
  .dibu-rt ul li a{font-size: 12px;}
}
@media screen and (max-width: 767px){
  .head-phone{
    width: 95%;
    margin: 0 auto;
  }
  .navlist_mo{width: 200px;}
  .head-logo{width: 100px;}
  .head-logo a span img{max-width: 90%;}
  .top_cen {
    text-align: right;
    line-height: normal;
  }
  .top_cen img{
    display: inline-block;
    max-width: 15%;
    vertical-align: middle;
  }
  .navlist_mo>li {
    padding: 15% 5%;
  }
  .navlist_mo>li>h1>a{font-size: 16px;}
  .dibu{height:75px;}
  .dibu-lf {
    display: none;
  }
  .dibu-rt {
    /*width: 100%;*/
    display: none;
  }
  .dibu-top{margin-bottom: 10%;display: none;}
  .dibu-top p{font-size: 20px;}
  .dibu-top h1 img{max-width: 20%;display: block;}
  .dibu-rt ul li{text-align: center;}
  .dibu-rt ul li a{font-size: 12px;}
  .banquan p{font-size: 13px;}
  .navlist_mo>li>span{top:35%;}
  .navlist_mo>li.active span {
    top: 11%;
    right: 2%;
  }
  .ss.active .navlist_mo {
    width: 200px;
  }
  .navlist_mo>li .abm_nav li a{font-size: 12px;}
}