/* folatform */
*{
      -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    padding: 0;
    margin:0;
}
.form-float{
    position: fixed;
    right: 1rem;
    bottom: 5%;
    width: 100%;
    max-width: 300px;
    z-index: 10;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.form-float h2{
    margin: 0;
    padding: 5px 0;
    font-size: 30px;
    font-family: 'diy-b';
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #019e97;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.form-float span{
    display: block;
    margin-right: -8px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    color: #fff;
    cursor: pointer;
}
.form-float h3{
    margin-top: 25px;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
.form-float i{
    display: inline-block;
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-style: initial;
}
.form-float input{
    padding: 3px 10px;
    width: 100%;
    font-size: 16px;
    color: #333;
    background-color: #F5F5F5;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-float input[type=button]{
    margin-top: 15px;
    padding: 7px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    border: 3px solid #000;
    border-radius: 4px;
    transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.form-float input[type=button]:hover{
    color: #000;
    background-color: #fff;
}
.form-float textarea{
    padding: 5px 8px;
    width: 100%;
    /* height: 4.68rem; */
    font-size: 18px;
    line-height: 1.3;
    color: #333;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-float .form-content{
    padding: 7.5px 25px 30px 25px;
    background-color: #019e97;
    box-shadow: 0 10px 10px #666;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
@media (max-width:768px){
    .form-float{
        bottom: 3%;
    }
    .form-float h3{
        margin-top: .6rem;
        margin-bottom: 6px;
    }
}

.btn-right{
    position: fixed;
    right: 25px;
    bottom: 5%;
    width: 60px;
    text-align: center;
    z-index: 4;
}
.btn-right>div{
    position: relative;
    right: 0;
    z-index: 4;
    margin-bottom: 12.5px;
    height: 60px;
    line-height: 60px;
    font-size: 45px;
    color: #fff;
    border-radius: 5px;
    background-color: #019e97;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
      background-repeat: no-repeat;
    background-size: cover;
}
/*.btn-right>div.icon-xunjiapu-xianbiaozhun{
	background-image:url(../images/Skype-box.png?_t=1522239573000);
}
.btn-right>div.icon-wacipu-xianbiaozhun{
	background-image:url(../images/whatsapp-box.png?_t=1522239573000);
}*/
.btn-right>div:before{
    position: relative;
    z-index: 4;
}
.btn-right>div:hover{
    background-color: #B3B3B3;
}
.btn-right>div:act{
    background-color: #B3B3B3;
}
.btn-right .lang-sel{
    position:absolute;
    top: -216px;
    left: -104px;
    z-index: 3;
    width: 164px;
    background-color: #019e97;
    border-radius: 5px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-right .lang-sel li{
    list-style: none;
    line-height:  35px;
}
.btn-right .lang-sel a{
    display: block;
    /* padding: 8px 0; */
    line-height: 35px;
    height:  35px;
    font-size: 16px;
    height:  35px;
    font-family: 'Arial';
    color: #fff;
    text-decoration: none;
    transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
}
.btn-right .lang-sel li:last-of-type a{
    position: relative;
    padding-right:60px;
    height:60px;
    line-height: 60px;
    font-size: 18px;
}
.btn-right .lang-sel li:last-of-type a:after{
    content:'';
    position: absolute;
    top: 50%;
    right: 60px;
    display: inline-block;
    margin: -11px 0 0 7px;
    border:7px solid transparent;
    border-bottom-color: #fff;
}
.btn-right .lang-sel a:hover{
    background-color: #00827B;
}
.btn-right .open .lang-sel{
    opacity: 1;
    visibility: visible;
}
.btn-right .icon-wechat {
    position: absolute;
    top: 0;
    left: -200px;
    border-radius: 5px;
    box-shadow: 0 0 10px #666;
    opacity: 0;
    display: none;
    overflow: hidden;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.btn-right .icon-wechat a{
  display: block;
  padding: 10px 15px 10px 15px;
  line-height: 2;
  font-size: 14px;
  color: #4c4c4c;
  background-color: #fff;
  text-decoration: none;
  text-align: left;
}
.btn-right .icon-wechat img{
  margin-right: 5px;
}
.btn-right .icon-wechat a:hover{
  color: #000;
  background-color: #F5F5F5;
}
.btn-right .active .icon-wechat{
  opacity: 1;
  display:block;
}
.btn-right .icon-msg{
  position: absolute;
  top: 4px;
  left: -155PX;
  border-radius: 5px;
  box-shadow: 0 0 10px #666;
  opacity: 0;
  display:none;
  overflow: hidden;
  transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.btn-right .icon-msg a{
  display: block;
  padding: 10px 15px 10px 15px;
  line-height: 2;
  font-size: 14px;
  color: #4c4c4c;
  background-color: #fff;
  text-decoration: none;
  text-align: left;
}
.btn-right .icon-msg img{
  margin-right: 5px;
}
.btn-right .icon-msg a:hover{
  color: #000;
  background-color: #F5F5F5;
}
.btn-right .active .icon-msg{
  opacity: 1;
  display:block;
}
/* .form-ctrl{
  right: -350px;
}
.btn-right .form-ctrl{
  right: -350px;
}
 */@media (max-width: 768px){
    .form-float{
        right: -350px;
    }
    .btn-right .form-ctrl{
        right: 0;
    }
   .header-search{
   		display:none;
   }
}
.a-box a, .a-box2 a:hover, .a-box3 a:hover, .crumbs, .page span, .form-float h2, .btn-right>div, .btn-right .lang-sel, .btn-right .lang-sel a:hover, .header .ul-lv3, .index-form .iform-title, .index-form .input-box input[type=submit], .about-sec02, .about-sec05 .about-line2, .plist1-title .d-hr, .plist2-title a.act, .plist2-title a:hover, .img-showbox .show-img .close-img, .contact-form .submit-line input[type=submit], .pdetail-form, .header .li-lv1 .ul-lv2, .form-float .form-content, .header .li-lv1 .header-bar, .a-box .a-btn, .header-search i {
    background-color: #c61b07;
}




.icon-xindiqiu:before { content: "\e61e"; }
