* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    width: 100vw;
    overflow-x: hidden;
    margin: 0 !important;
}

input{
    outline: none;
}

a{
    text-decoration: none;
}


.head1{
    width: 100vw;
    padding: 0 3.6rem;
    height: 0.4rem;
    font-size: 0.014rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
}

.head1 a{
    padding: 0 0.09rem;
}

.head1>div a:nth-of-type(2){
    color: #ff784c;
}


.head2{
    width: 100vw;
    padding: 0 3.6rem;
    height: 0.83rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0;

}

.head2 img{
    height: 0.6rem;
    transform: translateY(-0.055rem);
}

.head2 ul{
    list-style: none;
    padding: 0;
    height: 0.83rem;
}

.head2 > ul {
    display: flex;
    align-items: center;
}

.head2 > ul >li{
    height: 0.83rem;
    line-height: 0.83rem;
    white-space:nowrap;
}

.head2 > ul > li > a{
    padding: 0.08rem 0.12rem;
    cursor: pointer;
    font-size: 0.18rem;
    border-radius: 0.17rem;
}

.head2 > ul > li > a:nth-of-type(n+1){
    margin-left: 0.34rem;
}

.head2 > ul > li >a:hover{
    background-color: #ff784c;
    color: #ffffff;
}

.head2 > ul >li > a.active{
    background-color: #ff784c;
    color: #ffffff;
}

.head2 .xiala:hover > .dropdown{
    display: block;
}

.head2 .xiala{
    position: relative;
}

.head2  .dropdown{
    list-style: none;
    padding: 0;
    display: none;
    position: absolute;
    left: 0.14rem;
    width: 1.45rem;
    z-index: 9999;
    top: 0.83rem;
    text-align: center;
}

.head2  .dropdown >li{
    height: 0.45rem;
    font-size: 0.14rem;
    background-color: white;
    color: #5f5f5f;
    line-height: 0.45rem;
    cursor: pointer;
}

.head2 .dropdown >li:hover{
    background-color: #fff0eb;
    color: #fd6a37;
}

.footer1{
    height: 2.55rem;
    width: 100vw;
    background-color: #f7f7f7;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 0.34rem;
}

.footer1 .f1div1{
    height: 1.06rem;
    padding-bottom: 0.45rem;
    border-bottom: solid 1px #999999;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer1 img{
    width: 0.58rem;
    height: 0.67rem;
}

.footer1 .f1div1 >div{
    display: flex;
    align-items: center;
    width: 2.55rem;
    height: 0.77rem;
    justify-content: space-between;
}

.footer1 .f1div1 > div > div{
    /*width: 1.26rem;*/
    height: 0.77rem;
    top: 0;
    font-size: 0;
    margin-left: 0.29rem;
}

.footer1 h3{
    font-size: 0.2rem;
    margin: 0 !important;
}

.footer1 .f1div1 >div >div a{
    font-size: 0.14rem;
    color: #7e7e7e;
}

.footer1 .f1hr{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2c58e+0,e2c58e+25,48484d+26,48484d+26,48484d+100 */
    background: #e2c58e; /* Old browsers */
    background: -moz-linear-gradient(left,  #e2c58e 0%, #e2c58e 25%, #48484d 26%, #48484d 26%, #48484d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #e2c58e 0%,#e2c58e 25%,#48484d 26%,#48484d 26%,#48484d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #e2c58e 0%,#e2c58e 25%,#48484d 26%,#48484d 26%,#48484d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c58e', endColorstr='#48484d',GradientType=1 ); /* IE6-9 */
    width: 100%;
    height: 0.02rem;
    margin-bottom: 0.11rem;
    margin-top: 0.1rem;
}

.footer1 .f1div2{
    font-size: 0.14rem;
    text-align: center;
    color: #888889;
    padding-top: 0.15rem;
    line-height: 0.3rem;
}

.footer1 .f1div2 a:not(:first-child){
    margin-left: 0.4rem;
}



.footer2{
    height: 1.32rem;
    width: 100vw;
    background-color: #f7f7f7;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 0.38rem;
}


.footer2 .f2div2{
    font-size: 0.14rem;
    text-align: center;
    color: #888889;
    line-height: 0.3rem;
}

.footer2 .f2div2 a:not(:first-child){
    margin-left: 0.4rem;
}





.footer3{
    height: 3.48rem;
    width: 100vw;
    background-color: white;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 0.38rem;
}


.footer3 .f3div2{
    font-size: 0.14rem;
    text-align: center;
    color: #888889;
    line-height: 0.3rem;
}

.footer3 .f3div2 a:not(:first-child){
    margin-left: 0.4rem;
}