
  /*---------- base ---------*/


  html,body{width: 100%;height: 100%;font-family: 'Times New Roman', Times, serif;}
  html{font-size:10px}
  @media screen and (min-width:321px) and (max-width:375px){html{font-size:12px}}
  @media screen and (min-width:376px) and (max-width:414px){html{font-size:13px}}
  @media screen and (min-width:415px) and (max-width:639px){html{font-size:14px}}
  @media screen and (min-width:640px) and (max-width:719px){html{font-size:16px}}
  @media screen and (min-width:720px) and (max-width:749px){html{font-size:18px}}
  @media screen and (min-width:750px) and (max-width:799px){html{font-size:20px}}
  @media screen and (min-width:800px){html{font-size:20px}}
  *{padding: 0;margin: 0;}
  a{text-decoration: none;color: #444444;}
  img{border:none;max-width: 100%;vertical-align: top;}
  ul{list-style:none;}
  .fl{float: left;}
  .fr{float: right;}
  .clear{clear: both;}
  .flex{display: flex!important;flex-wrap: wrap;}
  .hide{display: none;}
  .block{display: block;}
  .clearfix {*height: 1%; }
  .clearfix:after {clear: both;content: '.';display: block;height: 0;line-height: 0;overflow: hidden; }


.form-wrap{padding: 30px 4%;background-color: #f5f5f5;}
.form-wrap>h3{text-align: center;font-size: 1.4rem;}
.form-wrap>p{font-size: 1rem;margin: 20px 0;}
.form-wrap>p a{color: #f1a113;}
.form-wrap>form >div{margin-bottom: 20px;display: flex;align-items: flex-start;}
.form-wrap>form div img{width: 7%;color: #ff0000;}
.form-wrap>form div span{display: block;width: 22%;color: #333;text-align: center;font-weight: bolder;}
.form-wrap>form input{display: inline-block;width: 60%;line-height: 36px;height: 36px;}
.form-wrap>form textarea{width: 60%;min-height: 50px;}
.form-wrap>form p{background-color: #fb782e;text-align: center;color: #fff;border-bottom: 1px solid #ffda3c;line-height: 36px;height: 36px;
    width: 200px;border-radius: 10px;margin: 0 auto;transition: all .4s;
}
.form-wrap>form p:hover{cursor: pointer;box-shadow: 2px 2px 2px #ababab;}


/* .contact-wrap{position: relative;} */
.contact-wrap .way{bottom: 10px;width: 88%;padding: 20px 6%;font-size: 1rem;background: url('../picture/waybg.jpg');}
.contact-wrap .way li{align-items: center;color: #478d4d;margin-bottom: 6px;justify-content: center;}
.contact-wrap .way li img{margin-right: 2%;width: 8%;}
.contact-wrap .way li a{color: #478d4d;}

.btn-copy{border: unset;background: rgba(0,0,0,0);color: #3c3c3c;}
.p1{text-align: center;color: #478d4d;margin-bottom: 6px;}
.p2{background: url('../picture/bg2.png') no-repeat;color: #ffffff;border-radius: 6px;text-align: center;margin-bottom: 10px;line-height: 1.5;}
input,textarea{  border: 1px solid #ccc;padding-left: 10px;font-family: 'Times New Roman', Times, serif;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
input:focus,textarea:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  }

.btn-wrap{height: 20px;}
.btn-box{padding:0 4%;bottom: 0;width: 92%;justify-content: space-between;background-color: #fb782e;}
.btn{width: 49%;height: 36px;line-height: 36px;}
.btn a{color: #fff;display: block;text-align: center;}
.btn:first-child{border-right: 1px solid #fff;}

@media (max-width: 750px) {
    .btn-box{
        position: fixed;
    }
}

@media (min-width: 750px) {
    .wrap{
        width: 750px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        margin: 0 auto;        
    }
    .contact-wrap .way{
        bottom: 70px;
        font-size: 1rem;
    }
    .btn-copy{
        font-size: 1rem;
    }
    .contact-wrap .way li img{
        width: 36px;
    }
    .contact-wrap .way li,.p1{
        margin-bottom: 10px;
    }
}
@media (max-width: 320px) {
    .contact-wrap .way li{
        margin-bottom: 0;
    }
    .p2{
        margin-bottom: 0;
    }
}
.tel{width: 90%;margin: auto;text-align: center;}
.tel ul li{margin-top: 20px;align-items: center;justify-content: center;}
.tel ul li img{width: 40px;}
.tel ul li div{margin-left: 10px;color: #fb782e;font-weight: bold;font-size: 1.2rem;}
.tel ul li div>a{color: #fb782e;margin-left: 10px;}


@media (max-width: 374px) {
    .tel ul li div{
        font-size: 14px;
    }
    .tel ul li img{
        width: 30px;
    }
}


@media (min-width: 375px) and (max-width: 413px) {
    .tel ul li div{
        font-size: 16px;
    }
}




@media (max-width: 750px) {
    #wx,.tel strong{
        display: none;
    }
}

.pro-box{width: 92%;margin: 0 auto;}
.img-div{width: 58%;}
.word-div{width: 40%;color: #747474;}
.word-div h3{font-size: 1.25rem;text-transform: uppercase;}
.word-div p{font-size: 1rem;margin: 22px 0 0 0;}
.word-div .more{background-color: #f1d600;border-radius: 10px;font-size: 0.8rem;padding:8px 16px;float: right;margin-top: 30px;margin-right: 30px;}
.word-div .more a{color: #3c3c3c;}
.pro-box ul{margin-top: 20px;}
.pro-box ul li{padding-bottom: 20px;border-bottom: 1px dotted #adadad;margin-bottom: 20px;justify-content: space-between;}



.about{background-color: #e2fce9;padding-top: 20px;padding-bottom: 30px;}
.about h2{text-align: center;font-size: 2rem;color: #478d4d;text-transform: uppercase;}

.about .usimg{text-align: center;margin-top: 20px;}
.about .usword{width: 90%;margin: 0 auto;}
.about .usword p{margin-top: 15px;color: #3c3c3c;font-size: 1rem;line-height: 1.6rem;}


.logo {
    text-align: center;
    color: #478d4d;
    margin-bottom: 10px;
}
.logo i {
    display: block;
    width: 30%;
    margin: 4px auto;
    height: 2px;
    background-color: #15725d;
}
.logo img {
    width: 12%;
}
.logo h1{font-size: 1.4rem;}
.logo p {
    text-align: center;
    font-size: 1.1rem;
}
.content2{padding-top: 20px;}
.content2 h3{text-align: center;text-transform: uppercase;font-size: 1.4rem;color: #478d4d;}
.content2 i{display: block;height: 2px;background-color: #478d4d;width: 20%;margin: 0 auto;margin-top: 10px;}
.content2>div{background: url('../picture/bg1.png') no-repeat;margin-top: 30px;padding: 10px 20px;
    font-size: 1.4rem;background-size: 100% 100%;color: #fff;font-weight: bold;width: 60%;}
.content2>div span{color: #ffea00;}

.content3{background-color: #6ab872;padding-top: 10px;padding-bottom: 10px;}
.content3 .div3,.content5 div{color: #ffffff;font-size: 1.5rem;width: 90%;margin: 0 auto;background: url('../picture/bg2.png') no-repeat;background-size: 100% 100%;
    padding: 8px 0;text-align: center;margin-bottom: 10px;}
.content3 .div3 span{color: #ffea00;}


.content5{padding-top: 20px;}
.content5 p{width: 94%;margin: 0 auto;font-size: 1rem;margin-top: 10px;}
.content5 span{color: #478d4d;}

.content6{margin-top: 20px;}
.content6 h3,.content7 h3{color: #ffffff;font-size: 1.5rem;text-align: center;padding: 8px;text-transform: uppercase;
    background: url('../picture/bg3.png') no-repeat;
}

.content7{text-align: center;padding-bottom: 20px;}


.jumpnum{background-color: #e2fce9;color: #478d4d;padding: 20px 30px;}
.jumpnum .jumbo{font-size: 3rem;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}
.jumpnum .wan{font-size: 3rem;}
.jumpnum li{width: 33.33%;text-align: center;position: relative;}
.jumpnum li .jia{position: absolute;top: 0;font-weight: bold;font-size: 2rem;}
.jumpnum li .h{font-size: 2rem;font-weight: bold;}

.fixtop{position: fixed;height: 60px;line-height: 60px;width: 100%;top: 0;background-color: #fff;z-index: 999;box-shadow: 0 2px 2px #cecece;max-width: 750px;}
.fixtop .tel ul li{margin-top: 0;}
.fixtop ul li span{background-color: #fb782e;padding: 0 8px;border-radius: 10px;margin-left: 14px;min-width: 100px;height: 36px;line-height: 36px;;display: inline-block;}
.fixtop ul li span a{color: #fff;}

#copyBT4{background-color: #fb782e;color: #fff;padding: 7px 18px;border-radius: 2px;margin-left: 20px;}



@keyframes scale { 
    0% { transform: scale(1); }
    12.5% { transform: scale(1.1); }
    25% { transform: scale(1); }
    37.5% { transform: scale(1.1); }
    50% { transform: scale(1); }
    100% { transform: scale(1); }
}
.animation{
    animation: scale 4s linear infinite;
}



@media (max-width: 374px) {
    .fixtop .tel ul li div{
        font-size: 12px;
    }
    .fixtop ul li span{padding: 0;}
}



@media (min-width: 375px) and (max-width: 414px) {
    .fixtop .tel ul li div{
        font-size: 16px;
    }
    .content2>div{width: 74%;}
}



@media (min-width: 360px) and (max-width: 375px) {
   iframe{
       width: 375px;
   }
}



@media (min-width: 376px) and (max-width: 414px) {
    iframe{
        width: 414px;
    }
 }