* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul,
li {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

input {
    outline: none
}

.container {
    width: 1270px;
    margin: 0 auto;
}

body,
html {
    background: #fff;
}

body {
    font-family: "微软雅黑";
    box-sizing: border-box;
}


.top {
    background: linear-gradient(90deg, #F2963F 40%, rgba(248, 248, 248, 0.9) 40%);
    border-top: 10px solid #f2963f;
    z-index: 99;
    position: relative;
    height: 40px;
}

.top-header {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.top-left {
    background: #f2963f;
    width: 50%;
}

.top-right {
    background: rgba(255, 255, 255, .8);
    position: relative;
    width: 50%;
    text-align: right
}

.top-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    height: 0px;
    border-bottom: 40px solid rgba(249, 253, 255, 0);
    border-left: 40px solid #f2963f;
}

.top-left>span {
    margin-right: 8px;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 10px;
    display: inline-block
}

.top-left>span>i {
    padding-right: 8px;
}

.top-right>a {
    background: #f2963f;
    width: 80px;
    color: #fff;
    font-style: 16px;
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 2px;
    display: inline-block;
    text-align: center;
    transition: .5s
}

.top-right>a:first-of-type {
    background: #333;
}

.top-right>a:first-of-type:hover {
    background: #f2963f;
}

@media all and (max-width:768px) {
    .container {
        width: 100%;
    }

    .top-left,
    .top-right {
        width: 100%;
        text-align: center;
    }
    .top-right{
        padding: 0;
    }

    .top-header {
        display: block;
        background: #F2963F
    }

    .top-right::before {
        display: none;
    }
}



/*导航*/
.navbar {
    background: rgba(255, 255, 255, 0.8);
    transition: 1s;
    width: 100%;
    border-bottom: 2px solid #F2963F;
    border-top: 2px solid #F2963F;

}

.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.navbar-brand {
    padding: 5px 0;
    width: 90px;
    display: block;
}

.navbar-brand>img {
    width: 100%;
}

.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.navbar-nav>li {
    padding: 0 15px;
    line-height: 90px;
}

.navbar-nav>li>a {
    color: #333;
    transition: .5s
}

.navbar-nav>li>a:hover {
    color: #F2963F;
}

.navbar>div>i {
    display: none;
}

/* search */
.search {
    position: absolute;
    right: 60px;
    bottom: 9px;
    color: #F2963F;
}

.nav-search {
    position: absolute;
    right: 60px;
    bottom: -150px;
    display: none;
}

.search-form {
    position: relative;
}

input.search-field {
    border: 2px solid #F2963F;
    border-radius: 50px;
    padding: 12px 25px;
}

.search-submit {
    position: absolute;
    top: 0;
    margin: 0;
    right: 0;
    font-size: 13px;
    padding: 12px 20px;
    border-radius: 0 50px 50px 0;
}

@media all and (max-width:768px) {
    .navbar {
        position: relative;
    }

    .navbar>div>i {
        display: block !important;
        font-size: 26px;
        padding: 30px 30px;
    }

    .navbar-nav {
        display: none;
        position: absolute;
        left: 0;
        top: 94px;
        text-align: center;
        width: 100%;
        background: #333;
    }

    .navbar-nav>li {
        line-height: 40px;

    }

    .navbar-nav>li>a {
        color: #fff;
    }

    .search {
        right: 76px;
        bottom: -58px;
        z-index: 9999;
    }
}




/* footer */
.footer{
    background: url(../img/bg2.jpg) no-repeat;
    padding: 50px 0;
}
.footer ul{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}
.footer ul>li{
    width: 31%;
    padding: 0 10px;
}
.foot-ab img{
    width: 100px;
    margin-bottom: 20px;
}
.foot-ab p{
    text-align: justify;
    color: #fff;
    font-size: 14px;
    text-indent: 2em;
    border-bottom: 1px solid #F2963F;
    padding-bottom: 10px;
}
.foot-ab span{
    display: block;
    color: #fff;
    line-height: 40px;
}
.foot-ab span>i{
    color: #F2963F;
    width: 30px;
}
.foot-pro>h4{
    color: #fff;
    font-size: 20px;
    padding: 20px 0;
    margin-top: 30px;
}
.foot-pro>p{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: column wrap;
    height: 260px;
}
.foot-pro>p>a{
    width: 52%;
    color: #fff;
    line-height: 30px;;
}
.foot-pro>p>a>i{
    color: #F2963F;
    padding-right: 5px;
}
.foot-ewm>h4{
    color: #fff;
    font-size: 20px;
    padding: 30px;
    margin-top: 30px;
}
.foot-ewm>img{
    width: 200px;
    padding-left: 30px;
}

.foot{
    background: #333;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.foot a{
    color: #fff;
}

@media all and (max-width:768px) {
    .footer ul>li{
        width: 100%;
    }
    .foot-pro,.foot-ewm{
        display: none;
    }
}