@charset "UTF-8";
/*通用样式*/
/*关于移动端字体的定义：
*1.各手机系统都有自己的默认字体，且都不支持微软雅黑
*2.如无特殊需求，手机移动端无需定义中文字体，使用默认字体即可
*3.英文字体和数字可使用Helvetica，三种系统都支持
*/
body{padding: 0;background:#fff;max-width: 750px;font-size: 0.375rem;margin:0 auto;font-family:Helvetica,"微软雅黑","Microsoft YaHei";color:#535353;}
body,html{width: 100%;font-size:0.375rem;max-width: 750px; margin:0 auto; text-align: center;-webkit-tap-highlight-color: transparent;}
*{text-decoration: none;font-size:0.375rem;list-style: none;box-sizing: border-box}/*通配符清除所有自带样式，和下划线*/
img{border: 0;vertical-align: middle}
i,em{display: inline-block}
ul,li,dl,dd,dt,p,ol,h1,h2,h3,h4,h5{font-size: 0.375rem;padding: 0;margin: 0;}
a{color:#535353;font-size: 0.375rem;display: inline-block}
a:hover{-webkit-tap-highlight-color: transparent;}
a,input,button,label{ outline:none;border:none;cursor: pointer;font-family:Helvetica,"微软雅黑","Microsoft YaHei";}
button,input{word-wrap:break-word;padding:0;background:#fff;margin:0;cursor: pointer; word-break:break-all; -webkit-tap-highlight-color: transparent;}
span{display: inline-block}
input[type="button"],input[type="submit"]{outline: none;-webkit-tap-highlight-color: transparent;}
/*通用的class样式*/
.wrap{margin: 0 auto;}/*居中*/
.left{float: left;}
.right{float: right;}
.index{overflow: hidden;}/*清除浮动*/
.clear:after{content: "";display: block;clear: both;}/*清除浮动高级方法*/
s, strike, del {text-decoration: line-through;}
.img_box{  overflow: hidden; text-align: center}
.img_box img{max-width: 100%;max-height: 100%}

/*轮播*/
.banner .img_box{
    width:100%;
    /*height:7.3rem;*/
}
.banner .img_box img{
    width:100%;
    height:100%;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 0.234rem;
    height: 0.234rem;
    border-radius: 50%;
    background-color: #ffffff;
    margin:0 0.2rem;
    opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #f44336;
}

/*头部*/
.header{
    position: fixed;
    top:0;
    width:100%;
    max-width: 750px;
    background-color: #fffcf7;
    height:1.54rem;
    line-height: 1.54rem;
    box-shadow: 1px 1px 7px 0 rgba(10, 2, 4, 0.58);
    z-index: 6;
}
.header .menu{
    width: 0.625rem;
    padding:0 0.35rem;
    box-sizing: content-box;
}
.header .logo{
    width: 4.1rem;
}
.header .tel{
    width: 0.65rem;
    padding:0 0.35rem;
    box-sizing: content-box;

}






/*主体*/
section{
margin:1.1rem auto 0.9rem
    
}
section .name{
    padding:0.6rem 0 0.5rem;
}
section .name .ti-h2{
    font-size: 0.46875rem;
    letter-spacing: 0.015rem;
    color: #f44336;
    padding:0.25rem 0;
    background: url(img/img10.jpg) center bottom no-repeat;
    background-size: 5.7rem;
}
section .name .te-p{
    line-height: 0.5rem;
    letter-spacing: 0.015rem;
    color: #f44336;
    padding:0.3rem 0 0
}
section .more-a{
    display: block;
    width: 3.6rem;
    height: 0.78rem;
    line-height: 0.78rem;
    text-align: center;
    background-color: #f44336;
    color: #ffffff;
    border-radius: 0.15rem;
    margin:0.6rem auto;
}
/*顾问专家*/
section .expert{
    padding:0 0.3rem;
    border-bottom: 0.1875rem solid #f1f1f1;
}
section .expert .expert-box .text{
    width:58%;
    line-height: 0.6rem;
    color: #777777;
    text-align: left;
}
section .expert .expert-box .text h2{
    line-height: 1rem;
    letter-spacing: 1px;
    color: #f44336;
}
section .expert .expert-box .text p{
    position: relative;
    padding-left: 0.3rem;
}
section .expert .expert-box .text p i{
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    position: absolute;
    left:0;
    top:0.2rem;
    background-color: #79ae05;
}
section .expert .expert-box .img_box{
    width:40%;
    height:5.15rem;
}
/*form-box*/
section .news-box .form-box .name .te-p{
    color: #777777;
}
section .news-box .form-box form{
    background-color: #ffffff;
    box-shadow: 1px 1px 7px 0 rgba(10, 2, 4, 0.58);
    border-radius: 0.4rem;
    margin:0 0.3rem 0.7rem;
    padding:0.45rem 0.7rem;
}
section .news-box .form-box form .fo-p{
    text-align: left;
    margin:0.3rem 0;
    height: 0.78rem;
    line-height: 0.78rem;
}
section .news-box .form-box form .fo-p .in-box{
    width: 70%;
    height: 0.78rem;
    background-color: #ffffff;
    border-radius: 0.15rem;
    border: solid 1px #d2d2d2;
    float: left;
    text-align: center;
}
section .news-box .form-box form .fo-p i.color{
    font-size: 0.65rem;
    width: 0.29rem;
    font-weight: bold;
    line-height: 0.95rem;
    color: #f44336;
    font-style: normal;
    margin-left: 0.05rem;
    text-align: center;
}
section .news-box .form-box form p.p{
    letter-spacing: 1px;
    color: #e64437;
}
section .news-box .form-box form .more-a{
    margin-bottom: 0.2rem;
}
/**copyright*/
section .copyright{
    background-color: #e63810;
    color:#fff;
    padding:0.8rem 0.4rem 0;
}
section .copyright .text{
    text-align: left;
    width:56%;
    line-height: 0.65rem;
}
section .copyright .images{
    width: 25%;
    line-height: 0.7rem;
    letter-spacing: 1px;
}
section .copyright .images .img_box{
    width:100%;
    height:2.3rem;
    line-height: 2.3rem;
}
section .copyright .te-p{
    letter-spacing: 1px;
    padding:0.4rem 0 0.35rem;
}
/*底部*/
footer .foot-list{
    position: fixed;
    bottom:0;
    width:100%;
    max-width: 750px;
    height: 1.4rem;
    border-top: 1px solid #f1f1f1;
    z-index: 5;
}
footer .foot-list li{
    float: left;
    width:33.3%;
}
footer .foot-list li .box-a{
    display: block;
    height:1.4rem;
    line-height: 1.4rem;
    background-color: #96bc05;
    border-right: 1px solid #f1f1f1;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    padding-left: 0.7rem;
}
footer .foot-list li .box-a .icon{
    width:0.625rem;
    position: absolute;
    left:0.4rem;
}
footer .foot-list li.last .box-a{
    border-right: 0;
}
footer .foot-list li .box-a.act{
    background-color: #d31507;
}
footer .foot-list li .box-a.act .foot-m{
    display: none;
    width:100%;
    position: absolute;
    bottom:110%;
    left:0;
    background-color: rgba(35, 35, 35, 0.85);
    opacity: 0.8;
}
footer .foot-list li .box-a.act .foot-m a{
    color:#fff;
    border-bottom: 1px solid #fff;
    display: block;
    white-space: nowrap;
    letter-spacing: -0.01rem;
    line-height: 1rem;
}
footer .foot-list li .box-a.act .foot-m a.last{
    border-bottom: 0;
}
/*菜单*/
.menu-box{
    display: none;
    position: fixed;
    top:1.54rem;
    background: url(img/img01.jpg) no-repeat;
    background-size: 100% 100%;
    width:100%;
    height:100%;
    max-width: 750px;
    z-index: 5;
    transition: all 0.3s;
}
.menu-box .menu-list{
    padding:8% 18%
}
.menu-box .menu-list li a{
    color:#fff;
    border-bottom: 1px solid #fda470;
    display: block;
    font-size: 0.4875rem;
    line-height: 1.2rem;
}
.menu-box .menu-list li:last-child a{
    border-bottom: 0;
}


