/*Ã¤Â¸Â¤Ã¤Â¾Â§Ã¨Â·ÂÃ§Â¦Â»*/
.container{
  width: 100%;
  padding:0 0.15rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*Ã§Å“ÂÃ§â€¢Â¥Ã¥ÂÂ·*/
.ellipsis-1{
  overflow: hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  white-space: nowrap;
}
.ellipsis-2{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis-3{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis-4{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ellipsis-5{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
/*Ã¤Â¸Å Ã¤Â¸â€¹Ã©â€”Â´Ã¨Â·ÂÃ¨Æ’Å’Ã¦â„¢Â¯Ã¨â€°Â²*/
.spacing-bg{
  display: block;
  width: 100%;
  height: 0.12rem;
  background-color: #F4DFE4;
}
/*Ã¥Â¼Â¹Ã¦â‚¬Â§Ã§â€ºâ€™Ã¥Â¸Æ’Ã¥Â±â‚¬start*/
.flex-start{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-end{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-center{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-between{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-around{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-1{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/*Ã¥Â¼Â¹Ã¦â‚¬Â§Ã§â€ºâ€™Ã¥Â¸Æ’Ã¥Â±â‚¬end*/
/* 1Ã¥Æ’ÂÃ§Â´Â  */
.top-line,
.right-line,
.bottom-line,
.left-line,
.box-line{
  position: relative
}
/* Ã¤Â¸Å  */
.top-line:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #E1E1E1;
  color: #E1E1E1;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
/* Ã¥ÂÂ³ */
.right-line:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 1px;
  border-right: 1px solid #E1E1E1;
  color: #E1E1E1;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  z-index: 2;
}
/* Ã¤Â¸â€¹ */
.bottom-line:before{
  content: "";
  position: absolute;
  left: 0;
  bottom:0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #E1E1E1;
  color: #E1E1E1;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
/*Ã¥Â·Â¦Ã¨Â¾Â¹*/
.left-line:before{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 1px;
  border-left: 1px solid #E1E1E1;
  color: #E1E1E1;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  z-index: 2;
}
/* Ã¨Â¾Â¹Ã¦Â¡â€  */
.box-line:after{
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #E1E1E1;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* border-radius:20px; */
  z-index: 2;
}
.main{
  width: 100%;
  min-width: 1200px;
}
.w1200{
  width: 1200px;
  margin: 0 auto;
}


/*************Ã¥â€¦Â¬Ã¥â€¦Â±Ã¥Â¤Â´Ã©Æ’Â¨Ã¦Â Â·Ã¥Â¼Â***************/

.header{
  width: 100%;
  overflow: hidden;
}
.haeder_active{
  position: fixed;
  left: 0;
  top: 0;
  box-shadow:5px 4px 22px 2px rgba(0, 0, 0, 0.2);
  z-index: 11;
}
.body_active{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header_top{
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  background: #333333;
}
.header_left{
  font-size: 14px;
  color: #ffffff;
  background-image: url(../image/icon/head_bottom.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right center;
  padding-right: 20px;
  display: inline-block;
  float: left;
  cursor: pointer;
}
.header_active{
  background-image: url(../image/icon/head_top.png);
}
.header_right{
  font-size: 14px;
  color: #ffffff;
  background-image: url(../image/icon/switch.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left center;
  padding-left: 24px;
  display: inline-block;
  float: right;
}
.nav{
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}
.nav_active{
  box-shadow:5px 4px 22px 2px rgba(0, 0, 0, 0.2);
}
.logos_bg{
  width: 100%;
  overflow: hidden;
  padding-bottom: 75px;
  background: #fff;
  display: none;
}
.logos{
  padding-bottom: 55px;
  overflow: hidden;
}
.logos li{
  width: 335px;
  float: left;
  height: 102px;
  margin: 55px 0 0 186px;
}
.logos li img{
  width: 100%;
}
.logo{
  width: 60px;
  float: left;
  overflow: hidden;
  margin: 10px 0;
}
.logo img{
  width: 100%;
}
.nav_list{
  float: left;
  margin-left: 250px;
}
.nav_list li{
  font-size: 16px;
  color: #4A4042;
  float: left;
  margin-left: 68px;
  line-height: 74px;
  padding: 0 4px;
  position: relative;
}
.nav_list li span{
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.nav_list .page{
  background: #F2C531;
}
.nav_list li:nth-child(1){
  margin-left: 0;
}
.nav_list li a{
  color: #4A4042;
}
.nav_list li a:hover{
  animation: navactive 0.5s;
  -moz-animation: navactive 0.5s;
  -webkit-animation: navactive 0.5s;
  -o-animation: navactive 0.5s;
  color: #F2C531;
}
@keyframes navactive{
  0%{
    color: #4A4042;
  }
  100%{
    color: #F2C531;
  }
}
.login{
  font-size: 16px;
  color: #4A4042;
  line-height: 74px;
  float: right;
  cursor: pointer;
}


/**********************Ã¥Â°Â¾Ã©Æ’Â¨Ã¦Â Â·Ã¥Â¼Â*************************/

.footer{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  box-shadow:0px -9px 29px 3px rgba(0, 0, 0, 0.2);
  background: #333333;
  margin-top: 74px;
}
.footer_content{
  overflow: hidden;
}
.footer_text{
  font-size: 16px;
  color: #FFFFFF;
  /* margin-top: 42px; */
  float: left;
  line-height: 170%;
}
.footer_text span{
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 48px;
}
.footer_ewm{
  float: right;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.footer_ewm img{
  display: block;
  margin: 0 auto 15px;
  width: 108px;
}
.footer_number{
  font-size: 19px;
  text-align: center;
  margin-top: 20px;
  color: #ffffff;
}
.footer_number a{
  color: #ffffff;
}


/**********************Ã¥Â¼Â¹Ã§Âªâ€”Ã¦Â Â·Ã¥Â¼Â*************************/
.popup{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.popup .mask{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
}
.popup .content{
  width: 400px;
  padding: 40px 30px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  z-index: 10;
}
.popup .popup_logo{
  width: 132px;
  margin: 0 auto 42px;
}
.popup .page{
  border-top: 1px solid #FFCF33;
  width: 100%;
  overflow: hidden;
}
.popup .page_title{
  width: 100%;
  overflow: hidden;
  padding: 0 16px;
  box-sizing: border-box;
  margin-top: 20px;
}
.popup .page_title li{
  width: 50%;
  text-align: center;
  font-size: 18px;
  color: #808080;
  float: left;
  padding: 11px 0;
  cursor: pointer;
}
.popup .active{
  border-bottom: 2px solid #FFCF33;
  color: #FFCF33 !important;
}
.popup .list{
  width: 100%;
  overflow: hidden;
  margin-top: 42px;
}
.popup .list .tel{
  width: 100%;
  height: 50px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}
.popup .list .tel_left{
  width: 84px;
  height: 50px;
  float: left;
}
.popup .list .tel_left select{
  width: 100%;
  height: 50px;
  border: none;
  padding: 0 19px 0 17px;
  font-size: 16px;
  color: #999999;
  appearance: none;
  -webkit-appearance: none;   /*Ã¥Å½Â»Ã©â„¢Â¤chromeÃ¦ÂµÂÃ¨Â§Ë†Ã¥â„¢Â¨Ã§Å¡â€žÃ©Â»ËœÃ¨Â®Â¤Ã¤Â¸â€¹Ã¦â€¹â€°Ã¥â€ºÂ¾Ã§â€°â€¡*/
  -moz-appearance: none;  /*Ã¥Å½Â»Ã©â„¢Â¤FirefoxÃ¦ÂµÂÃ¨Â§Ë†Ã¥â„¢Â¨Ã§Å¡â€žÃ©Â»ËœÃ¨Â®Â¤Ã¤Â¸â€¹Ã¦â€¹â€°Ã¥â€ºÂ¾Ã§â€°â€¡*/
  background:url(../image/icon/head_bottom2.png) no-repeat right center;
  background-size: 17px;
}
.popup .list .tel_right{
  width: 234px;
  overflow: hidden;
  float: right;
}
.popup .list .tel_right input{
  width: 100%;
  border: none;
  height: 50px;
  font-size: 14px;
  color: #999999;
}
.popup .list .tel_right input::placeholder{
  font-size: 18px;
  color:  #999999;
}
.popup .list .code{
  width: 100%;
  overflow: hidden;
  margin: 22px 0;
}
.popup .list .code_left{
  width: 210px;
  height: 50px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 8px;
  float: left;
}
.popup .list .code_left input{
  width: 100%;
  height: 50px;
  border: none;
  text-align: center;
  font-size: 16px;
  color: #999999;
}
.popup .list .code_left input::placeholder{
  font-size: 18px;
  color:  #999999;
}
.popup .list .code_right{
  width: 120px;
  height: 50px;
  float: right;
}
.popup .list .code_right input{
  width: 100%;
  overflow: hidden;
  height: 50px;
  background: #FFCF33;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  color: #FFFFFF;
}
.popup .btn{
  width: 100%;
  overflow: hidden;
}
.popup .btn input{
  width: 100%;
  height: 50px;
  background: #FFCF33;
  border-radius: 8px;
  border: none;
  font-size: 18px;
  color: #FFFFFF;
}
.popup .ewm_images{
  width: 204px;
  font-size: 18px;
  color: #4A4042;
  text-align: center;
  margin: 7px auto 0;
}
.popup .ewm_images img{
  width: 204px;
  height: 204px;
}
.popup .ewm_hides{
  display: none;
}