*{
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
html{
  font-size: 100px;
}
html,
body{
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow-y: auto;
}

input, textarea{
  background:none;
  outline:none;
  border:none;
}

a{
  text-decoration: none;
}

li{
  list-style: none;
}

img{
  display: block;
  -webkit-user-drag: none;
}

.full{
  width: 100%;
  height: 100%;
}

.fw{
  width: 100%;
}

.fh {
  height: 100%;
}

.fl{
  float: left;
}
.fr{
  float: right;
}
/*.clear:before,*/
/*.clear:after {*/
/*  display: table;*/
/*  content: '';*/
/*  clear: both;*/
/*}*/
.clear::after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}

.clearfix{
  zoom: 1;
}

.pr{
  position: relative;
}

/*.fm_ctnt{*/
/*  width: 1200px;*/
/*  margin:  0 auto;*/
/*  overflow: hidden;*/
/*}*/
.fm_center{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 0;
}
.fm_body, .fm_foot, .fm_head{
  font-size: .15rem;
}

/* 头部 */
.fm_head{
  color: #4D4D4D;
  padding: .2rem .15rem;
}
.fm_logo{
  display: inline-block;
}
.ico_menu{
  width: .3rem;
  height: .3rem;
  margin-top: .03rem;
}
.fm_menu_cover{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  /*left: 0;*/
  background: rgba(0, 0, 0, .5);
  z-index: 999;
  font-size: 15px;
}
.fm_menu_cover.ani{
  -webkit-animation: aniMenu 500ms linear;
  -o-animation: aniMenu 500ms linear ;
  animation: aniMenu 500ms linear ;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes aniMenu {
  from {left: -100%;}
  to {left: 0;}
}
.fm_menu{
  background-color: #fff;
  width: 65%;
  height: 100%;
}
.fm_menu_list a{
  color: #4D4D4D;
}
.btn_close_menu{
  padding: .1rem .2rem 0 .2rem;
}
.btn_close_menu>img{
  width: .3rem;
  height: .3rem;
}
.fm_menu_item{
  padding: 10px 0;
}
.fm_menu_text{
  display: block;
  padding: 10px 0 10px 40px;
  font-size: .15rem;
}
.fm_menu_item .fm_menu_desc{
  padding-left: 20px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.fm_menu_item.menu>a{
  padding: 10px 0 10px 20px;
  font-size: 15px;
  color: #000;
}
.fm_menu_item>a.active{
  background-color: #ECF1FD;
  color: #376FE9;
}


/* 联系我们 */
.fm_contact{
  background-color: #789AF2;
  color: #fff;
  text-align: center;
  font-size: .15rem;
}
.contact_ctnt{
  padding: .08rem 0;
  width: 3.11rem;
  margin: 0 auto;
  display: inline-block;

}
.contact_ctnt>div{
  display: inline-block;
}
.contact_ico_tel{
  display: inline-block;
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  border: #fff .01rem solid;
  text-align: center;
  /*top: 6px;*/
}
.contact_ico_tel>img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: .2rem;
  height: .2rem;
}
.contact_tel{
  display: inline-block;
  font-family: 'News706BT-BoldC', serif;
  font-size: .16rem;
  margin: .07rem .1rem;
  line-height: 1;
  /*top: -6px;*/
  color: #fff;
}
.contact_us{
  display: inline-block;
  font-size: .15rem;
  background-color: #FF5337;
  padding: .05rem .1rem;
  height: .3rem;
  /*top: -11px;*/
  color: #fff;
}
.contact_us>img{
  top: 1px;
  position: relative;
  display: inline-block;
}

/* 底部 */
.fm_foot{
  padding: .3rem 0 .1rem 0;
  background-color: #333;
  color: #fff;
}
.fm_foot>div{
  margin-bottom: .5rem;
}
.ff_msg{
  text-align: center;
}
.ff_title{
  font-size: .17rem;
  text-align: center;
  padding: .15rem 0;
}
.ff_name, .ff_phone{
  width: 2.9rem;
  height: 0.4rem;
  background-color:#fff;
  padding: 0 .1rem;
  line-height: .4rem;
  margin-bottom: .15rem;
  border-radius: .03rem;
}
.ff_content{
  width: 2.9rem;
  background-color:#fff;
  padding: .1rem;
  height: .8rem;
  margin-bottom: .15rem;
  border-radius: .03rem;
  resize: none;
}
.ff_code{
  width: 2.9rem;
  margin-bottom: .15rem;
  display: inline-block;
}
.ff_code>input{
  width: 2rem;
  height: 0.4rem;
  background-color:#fff;
  padding: 0 .1rem;
  line-height: .4rem;
  border-radius: .03rem;
}
.btn_code{
  display: inline-block;
  width: .8rem;
  height: 0.4rem;
  line-height: .4rem;
  background-color: #789AF2;
  text-align: center;
  border-radius: .03rem;
  font-size: .14rem;
}
.btn_submit{
  width: 2.9rem;
  background-color: #FF5337;
  border-radius: .03rem;
  display: inline-block;
  height: 0.4rem;
  line-height: .4rem;
}

.ff_contact{
  text-align: center;
}
.ffc_row{
  display: inline-block;
  width: 1.7rem;
  padding: .05rem 0;
}
.ffc_row>img{
  margin-right: .1rem;
}
.ffc_row>span{
  color: #fff;
}

.ff_quick{
  text-align: center;
}
.ffq_box{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 2.9rem;
  display: inline-block;
}
.ffq_item{
  display: inline-block;
  width: 1rem;
  color: #fff;
  padding: .05rem 0;
  font-size: .15rem;
}

.ff_box{
  text-align: center;
}
.ff_box>div{
  font-size: .15rem;
}
.qr_subs{
  width: 1.2rem;
  margin: 0 auto;
}

.ff_copyright{
  background: #1A1A1A;
  text-align: center;
  font-size: .14rem;
  padding: .1rem 0;
  margin-bottom: 0!important;
}




/* 其它 */
.fm_title{
  width: 100%;
  margin: 0 auto .15rem auto;
  text-align: center;
}
.ft_top>img{
  width: .6rem;
  margin-bottom: .05rem;
  display: inline-block;
}
/*.fm_title_text{*/
/*  display: inline-block;*/
/*  margin: 0 .1rem;*/
/*}*/
.fm_title_zh{
  font-size: .26rem;
  display: inline-block;
  margin: 0 0.1rem;
}
.fm_title_en{
  color: #666;
}
.fm_title.white .fm_title_zh,
.fm_title.white .fm_title_en{
  color: #fff;
}


/* 消息提示 */
.msg{
  background: rgba(0, 0, 0, .7);
  padding: .1rem .3rem;
  color: #fff;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: .04rem;
  font-size: .14rem;
}