﻿/*---------- base ---------*/
span{display: inline-block;}
html,body { width: 100%; height: 100%;font-family: Arial;  }
/* 手机端字体 */
@media(min-width: 320px) {html{font-size: 8.5333px !important;}}
@media(min-width: 360px) {html{font-size: 9.6px !important;}}
@media(min-width: 375px) {html{font-size: 10px !important;}}
@media(min-width: 384px) {html{font-size: 10.24px !important;}}
@media(min-width: 411px) {html{font-size: 10.96px !important;}}
@media(min-width: 414px) {html{font-size: 11.04px !important;}}
@media(min-width: 448px) {html{font-size: 11.9467px !important;}}
@media(min-width: 480px) {html{font-size: 12.8px !important;}}
@media(min-width: 512px) {html{font-size: 13.6533px !important;}}
@media(min-width: 544px) {html{font-size: 14.5067px !important;}}
@media(min-width: 576px) {html{font-size: 15.36px !important;}}
@media(min-width: 608px) {html{font-size: 16.2133px !important;}}
@media(min-width: 640px) {html{font-size: 17.0667px !important;}}
@media(min-width: 750px) {html{font-size: 20px !important;}}
/* @media(min-width: 768px) {html{font-size: 20.48px !important;}}
@media(min-width: 800px) {html{font-size: 21.3333px !important;}}
@media(min-width: 1024px) {html{font-size: 27.3067px !important;}} */
*{ padding: 0; margin: 0; transition: all .3s ease}
*::before, *::after{transition: all .3s;}
a { text-decoration: none; color: #333; }
img { border: none; max-width: 100%; vertical-align: top; display: block; }
ul { list-style: none; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.flex { display: flex !important; flex-wrap: wrap; }
.hide { display: none !important; }
.block { display: block; }

/* 规定设计稿宽度 */
@media (min-width: 750px) {
    .wrap {
        width: 750px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        margin: 0 auto;
    }
}
.wrap{
    max-width: 100%; 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0 auto;
}

/* 顶部 */
.fixtop {
    position: fixed;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 99999;
    box-shadow: 0 2px 2px #cecece;
    max-width: 750px;
}

.fixtop ul li {
    margin-top: 0;
    justify-content: center;
}

.fixtop ul li span {
    background-color: #fe8429;
    padding: 0 8px;
    border-radius: .5rem;
    margin-left: .7rem;
    min-width: 5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    display: inline-block;
    text-align: center;
}

.fixtop ul li span a {
    color: #fff;
}


/* @keyframes change{
    from{box-shadow: 0;}
    to{box-shadow: 0 0 2px 2px #d06d35;}
} */
/* 动画 */
@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);
    }
    
    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.animation {
    animation: scale 4s linear infinite;
}


/* 表格 */
.form-wrap{padding:1rem;background: #FE8429;padding: 1.25rem 0;}
.form-wrap .form_item{background-color:rgb(247 255 229);width: 96%;margin: 0 auto;padding: 1.25rem 0;}
.form-wrap .form_item>h3{text-align:center;font-size:2.4rem;line-height:4.6rem;margin:0;position: relative;}
.form-wrap h3 img{position: absolute;left: 1rem;width: 4rem;}
.form-wrap .form_item>p{font-size:1.15rem;line-height:1.5;margin:1.5rem 0;text-align:justify;padding:0 1.5rem}
.form-wrap .form_item>p a{color:#FF8100}
.form-wrap .form_item form{padding:1% 0;width: 98%;margin: 0 auto;}
.form-wrap .form_item form .form_top{margin-bottom:1rem;display:flex;flex-wrap: wrap;align-items:flex-start}
.form-wrap .form_item form .form_top .tel{display: flex;flex-wrap: wrap;align-items: center;width: 26%;}
.form-wrap .form_item form .form_inquiry{display: flex;flex-wrap: wrap;align-items: start;}
.form-wrap .form_item form div img{width:2rem;margin-right: 0.1rem;}
.form-wrap .form_item form div span{display:block;width:7rem;color:#333;text-align:center;font-size:1rem;line-height:2.5rem;margin: 0 0.25rem;}
.form-wrap .form_item form input{display:inline-block;width:72%;height:2.5rem}
.form-wrap .form_item form textarea{width:72%;min-height:5rem}
.form-wrap .form_item form p{background-color:#47aa3a;text-align:center;color:#fff;border-bottom:2px solid #47aa3a;height:3.6rem;margin:0 auto;font-size:1.8rem;line-height:3.6rem}

.form-wrap .form_item .form_top .top_input{display: flex;width: 100%;align-items: center;}
.form-wrap .form_item .form_top .top_input+.top_input{margin-top: 1rem;} 
input,textarea{border:1px solid #ccc;padding-left:1rem;font-family:Arial,Helvetica,sans-serif;border-radius:4px;font-size:1rem;line-height:1.5;box-sizing:border-box;outline: none;background: transparent;border-radius: 1rem;resize: none;}
.form-wrap ul{font-size:1.2rem;line-height:1.5;margin:1rem auto;padding:0 1.5rem}
.form-wrap ul li:nth-child(1){margin-bottom: 0.5rem;}
.form-wrap ul input{margin:0 .5rem 0 0;width: 100%;}
.form-wrap .question ul input{border-radius: initial;height: 2rem;}
.form-wrap ul li .q{background: #FFCB61;border-radius: 0.5rem;width: 1rem;width: 1.5rem;text-align: center;margin-right: 0.5rem;}
.form-wrap ul li .other{width: 12%;padding-bottom: 0;}
.question ul li .o1{width: 42% !important;}
.question ul li .o1+.input{width: 55%;}
.form-wrap ul li .input{width: 85%;height: 2rem;background: transparent;border-top: none;border-left: none;border-right: none;border-radius: inherit;}
.form-wrap #get_submit{margin-top: 1rem;display: flex;flex-wrap: wrap;justify-content: center;}
.form-wrap #get_submit button{padding:1rem 1.5rem;border-radius:1rem;border:0;background-color:rgb(255,129,0);letter-spacing:1.5px;font-size:1.25rem;transition:all 0.3s ease;box-shadow:rgb(236,210,141) 0px 10px 0px 0px;color:hsl(0,0%,100%);cursor:pointer;margin: 0 auto;width: 50%;}

/* 特效字体 */
#wrap {
    background-image: linear-gradient(109deg, #fe8a23 0%, #ff7537 100%);
    box-sizing: border-box;
    padding: 1rem;
    border-radius: .5rem;
    box-shadow: 0 0.2rem 10px #666;
}

#wrap>p {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    /* text-transform: uppercase; */
    width: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.86);
    margin: 0 auto;
    line-height:1.5;
    /* text-shadow: 0 3px 1px #bfbfbf; */
}

.jumpnum {
    color: #fff;
    /* padding: 20px 30px; */
    /* margin-top: 10px; */
}

.jumpnum .jumbo {
    font-size: 3rem;

}
.jumpnum .number{
    /* text-shadow: 0 3px 1px #bfbfbf; */
}
.jumpnum .wan {
    font-size: 2rem;
    font-weight: bold;
}

.jumpnum li {
    width: 33.33%;
    text-align: center;
    position: relative;
    margin-top: 1rem;
}

.jumpnum li .jia {
    position: absolute;
    top: 0;
    /* right: -1%; */
    font-weight: bold;
    font-size: 2rem;
}

.jumpnum li .h {
    font-size: 2rem;
    font-weight: bold;
}



/* 定位底部 */

.btn-wrap {
    height: 2.5rem;
}

.btn-box {
    bottom: 0;
    width: 100%;
    justify-content: space-between;
    background-color: #fe8429;
    height: 2.5rem;
}

.btn {
    width: 49.9%;
    height: 100%;
    line-height: 100%;
    background-color: #ff9d3c;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.btn a {
    color: #fff;
    display: block;
    text-align: center;
}

.btn:first-child {
    border-right: 1px solid #fff;
}

.btn-box {
    position: fixed;
    max-width: 750px;
    box-sizing: border-box;
}



/* 公司简介 */
.footer span {
    color: #ffa506;
    font-size: 1.2rem;
    font-weight: 900;
    margin:  0 auto;
}

.footer span::after {
    content: '';
    width: 100%;
    display: block;
    /* margin: 18px auto 10px auto; */
    border-top: 0.1rem solid #ffa506;
}

.footer {
    box-sizing: border-box;
    /* margin: 0 0.4rem 0.4rem 0.4rem; */
}

.footer>div {
    background-color: #f2f2f2;
    display: flex;
    justify-content: flex-start;
    /* flex-wrap: wrap; */
    /* padding: 0 3% 3% 3%; */
    /* border-radius: 0 0 1.5rem 1.5rem; */
}
.footer>div>img{
    min-width: 9.7rem;
    width: 9.7rem;
}
.footer p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: justify;
    /* margin-top: 3%; */
    padding: 0 1%;
}


/* 底部背景一块*/
.footer1 {
    background: url(../../data/img/back.jpg);
    padding: 2rem 0;
    background-size: 100%;
    box-sizing: border-box;
    margin-bottom: 1rem;
}
/* @media screen and (min-width: 321px)and (max-width:600px) {

    .footer1 {
        background: url(../../data/img/back_1.jpg);
        background-size: 100%;
    }

} */

.footer1>img {
    display: block;
    width: 4rem;
    height: 3.5rem;
    margin: 0 auto;
}

.footer1-tag {

}

.footer1-tag h5 {
    font-size: 2rem;
    background-color: rgba(51, 51, 51, 0);
    line-height: 1.5;
    text-align: center;
    margin-top: 1rem;
    color: #333;
}

.footer1-tag::after {
    content: '';
    border-top: 3px solid #333;
    width: 30%;
    display: block;
    margin: 0 auto;
}

.footer1 p {
    color: #333;
    font-size: 1.2rem;
    margin: 1.5rem auto 0 auto;
    text-align: center;
    line-height: 1.5;
    width: 90%;
}

.footer1-us {
    border: 1px solid #ffa506;
    width: 80%;
    margin: 1.5rem auto 0 auto;
    background: #00000000;
    /* padding: 1rem 0; */
}

.footer1-us div {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 70%;
    margin: 0.5rem auto;
}
.footer1-us div img {
    width: 1.6rem;
}

.footer1-us div h2 {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    color: #333;
    margin: 0;
    font-weight: bold;
    width: 86%;
    background: #005f3e00;
}

.footer1-us div h2 a {
    color: #333;
    margin-left: 3%;
    text-transform: lowercase;
}

/* 引入视频 */
@media screen and (min-width: 321px)and (max-width:376px) {
    iframe {
        width: 100%;
        margin: 0 auto;
        height: 380px;
    }

}

@media screen and (min-width: 376px)and (max-width:415px) {
    iframe {
        width: 100%;
        margin: 0 auto;
        height: 400px;
    }

}

@media screen and (min-width:415px)and (max-width:3000px) {
    iframe {
        width: 750px;
        margin: 0 auto;
        height: 420px;
    }

}
video{
    width: 100%;
}
/* 顶部 */
.header{
    box-sizing: border-box;
    padding: 1rem 0rem;
    justify-content: space-between;
    background: #fde300;
    width: 100%;
    position: fixed;
    max-width: 750px;
    z-index: 9999;
}
.header>img{
   height: 3.1rem;
   margin-left: .5rem;
}
.header_tag{
    height: 3.1rem;
    width: 28rem;
    align-items: center;
}
.header_tag h1{
    font-size: 1.1rem;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    line-height: 1.5;
}
.header_tag h2{
    font-size: 1.1rem;
    text-align: center;
    color: #333;
    font-weight: 300;
    background: #fff;
    width: 100%;
    line-height: 1.5;
}
.header_nav_off{
    height: 3.1rem;
    width: 3rem;
    box-sizing: border-box;
    border-left: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: none; */
}
.header_nav_on{
    height: 3.1rem;
    width: 3rem;
    box-sizing: border-box;
    border-left: 1px solid #FFF;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    display: none;
}
.nav_on{
    width: 100%;
    background: rgba(66, 52, 46, 0.9);
    padding: 0 1.2rem 1.2rem 1.2rem;
    box-sizing: border-box;
    display: none;
    position: fixed;
    max-width: 750px;
    width: 100%;
    top: 8rem !important;
    z-index: 999;
}
.nav_on>ul>li{
    padding: 1.2rem 0 .8rem 0;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.nav_on li a{
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
}
.nav_on>ul>li>img{
    width: 2rem;
    border-radius:.5rem;
}
.nav_on li h2{
    font-size: 1.2rem;
    color: #fff;
    line-height: 2rem;
    margin-left: 1rem;
}
.nav_on li h3{
    font-size: 1.2rem;
    color: #fff;
    line-height: 2rem;
    position: absolute;
    right: 2rem;
}
.nav_on>ul>li>ul{
    margin-top: 1rem;
    width: 100%;
}
.nav_on>ul>li>ul>li{
    display: flex;
    padding: .5rem 0;
}
.nav_on>ul>li>ul>li>img{
    width: .75rem;
    margin: 0 .5rem;
}
.nav_on>ul>li>ul>li>h4{
    margin-left: 1rem;
}
/* 返回顶部 */
.gotop {
	width: 12vw;
	height: 12vw;
	line-height: 12vw;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.gotop {
	position: fixed;
	z-index: 99;
	top: 75%;
	right: 10px;
	text-align: center;
}

.gotop img {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

/* 语言 */
#lan{
    width: 6rem;
    height: 3rem;
    font-size: .7rem;
    font-weight: 400;
    line-height: 3rem;
    text-align: right;
    cursor: pointer;
    overflow: hidden;
    right: 0;
    position: absolute;
    text-transform: capitalize;
}
#lan b{
    font-weight: 400;
    font-size: .9rem;
    color: #333;
}
#lan:hover{
    color: #fe8429;
    overflow: visible !important;
}
#lan:hover svg path{
    fill: #fe8429 !important;
}
#lan svg{
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    color: #fe8429;
}
.lan_x{
background-color: #fff;
}
.lan_x h3 {
    font-weight: 400;
    text-align: center;
height: 3rem;
}
.lan_x a{
    color: #333;
}
.lan_x h3:hover a{
    color: #fd6a2e;
    font-size: 1rem;
}
#get_free{display: inline-block;background: #FF7836;padding: 0.5rem 0.75rem;color: white;border-radius: 0.75rem;margin: 0.5rem 0 0 1rem;}
.pro3 .quotation{text-align: center;}
.pro3 .quotation #get_free{margin: 0;margin-top: 1rem;}



.btn-round{width:6rem;height:6rem;border-radius:50%;box-shadow:0 0 0 6px #fff,0 0 0 10px #ff9900;background:radial-gradient(circle at 30% 30%,#fff999 0%,#ffdd00 45%,#ffbb00 100%);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#000;font-size:1rem;font-weight:bold;font-family:Arial,Helvetica,sans-serif;line-height:1.3;position:relative;z-index:1;cursor:pointer}
.btn-round .text{position:relative;z-index:3}
.btn-round::before{content:"";position:absolute;top:12%;left:15%;width:28px;height:10px;background:rgba(255,255,255,0.85);border-radius:50px;transform:rotate(-25deg);z-index:2}
.btn-round::after{content:"";position:absolute;top:36%;left:8%;width:14px;height:14px;background:rgba(255,255,255,0.85);border-radius:50%;z-index:2}
.btn-round .dot1{position:absolute;bottom:22%;left:38%;width:12px;height:12px;background:rgba(255,255,255,0.85);border-radius:50%;z-index:2}
.btn-round .dot2{position:absolute;bottom:22%;right:32%;width:12px;height:12px;background:rgba(255,255,255,0.85);border-radius:50%;z-index:2}
.btn-round:hover{transform:scale(0.97);transition:0.2s ease}
.btn-round .get_free{position: relative;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;width: 100%;height: 100%;}
.btn-round .get_free .hand{position: absolute;bottom: -1.5rem;width: 2rem;}



