* {
    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;
    height: 100%;
}

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


.top {
    z-index: 99;
    position: relative;
}

/* banner */
.slide{
    background: url(../img/banner1.jpg) no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-attachment: fixed;
    background-position: center center;
    background-size:cover;
    height: 100%;
}
.ny-slide{
    background: url(../img/ny-banner.jpg) no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-attachment: fixed;
    background-position: center center;
    background-size:cover;
    height: 100%;
}
.waves-shape{
    bottom: -6px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    height: auto;
    z-index: 1;
}
.waves-shape>img{
    width: 100%;
}
@media all and (max-width: 768px) {
   
}

/*导航*/
.navbar{
    box-shadow: none;
    background: rgba(255, 255, 255, 0);
    position: fixed;
    width: 100%;
}
.navbar.active{
    background: rgba(255, 255, 255, 1);
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition:background 1s;
}

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

.navbar-brand {
    width: 174px;
    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 10px;
    line-height: 80px;
}


.navbar-nav>li>a {
    color: #fff;
    transition: .5s;
    padding: 5px 13px;
}

.navbar>div>i {
    display: none;
}
.navbar-nav .active>a{
    border: solid 1px #fff;
    padding: 5px 15px;
}

.active ul>li>a{
    color: #333 !important;
}
.active ul>.active>a{
    border: solid 1px #333;
}
/* language */
.language {
    position: relative;
    cursor: pointer;
}

.language p {
    padding-top: 25px;
}

.language ul {
    position: absolute;
    left: 0;
    top: 60px;
    background: #276dae;
    display: none;
}

.language ul>li:first-of-type {
    background: #333
}

.language ul>li {
    padding: 5px 20px;
    transition: .5s;
    width: 55px;
}

.language ul>li:hover {
    background: #333;
    
}

.language ul a {
    color: #fff;
}
@media all and (max-width:1210px) {
    .container {
        width: 1000px !important;
    }
}



@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: 85px;
        text-align: center;
        width: 100%;
        background: #333;
    }

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

    }

    .navbar-nav>li>a {
        color: #fff;
    }
    .container {
        width: 100% !important;
    }
}




/* footer */
.footer {
    background: url(../img/bg2.jpg) no-repeat;
    padding: 40px 0;
}
.footer h4 {
    color: #fff;
    font-size: 20px;
    padding: 20px 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:16%;
    padding: 0 10px;

}

.foot-ab{
    width: 34% !important;
    padding-right:57px !important;
}
.foot-ab img {
    width: 100px;
    margin-bottom: 20px;
}

.foot-ab p {
    text-align: justify;
    color: #fff;
    font-size: 14px;
    text-indent: 2em;
    padding-bottom: 10px;
}


.foot-pro>p {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: column wrap;
}

.foot-pro>p>a {
    width: 100%;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
}

.foot-pro>p>a>i {
    color: #1b813f;
    padding-right: 5px;
}
.foot-ewm{
    width: 24% !important;
}
.foot-ewm span {
    display: block;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}

.foot-ewm>span>i {
    color: #1b813f;
    width: 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;
    }
    .foot-ab{
        width: 100% !important;
        padding-right: 10px !important;
    }
}