body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, pre, form, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 13px arial, \5b8b\4f53;
}

body {
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

form {
    display: inline;
}

img {
    display: block
}

ul, ol, li {
    list-style: none;
}

a, a:link, a:visited {
    /*color: #fff;*/
    text-decoration: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*public*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex-grow-0 {
    min-width: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.flex-grow-1 {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.flex-x-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-y-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.flex-y-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.newindexbodycut {
    width: 100%;
    background: #fff;
    /*padding: 180px 0;*/
    overflow: hidden
}

.newindexbodycut:nth-child(odd) {
    background: #f4f9fd
}

.footerbg {
    background: #f4f9fd
}

.header {
    height: 70px;
    width: 100%;
    overflow: hidden
}

.header.fixheader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.header.fixedheader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

.header.bluebg {
    background: #54ceff;
}

body {
    color: #333;
    font-family: microsoft yahei;
    background: #fff;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.newlogo img {
    display: block;
    height: 60px;
    margin: 10px 28px 0 28px;
}

.newnav {
    height: 70px;
    line-height: 70px;
}

.newnav li {
    float: left;
    font-size: 16px;
    line-height: 70px;
    overflow: hidden;
    height: 67px;
    padding: 0 26px;
}

.newnav li a {
    color: #fff;
    display: block;
    height: 67px
}

.newnav li.thisclass {

    border-bottom: 3px solid #fff
}

.hr {
    width: 100%;
    height: 90px;
    clear: both;
}

.footerinfobox {
    padding: 0 20px;
}

.footerlogo img {
    padding: 20px;
    background: #fdfdfd;
    border-radius: 20px;
    box-shadow: 5px 5px 5px #f0f0f0;
}

.footerinfominboxtitle a, .footerinfominboxtitle span {
    display: block;
    color: #2facf0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 20px;
}

.footerinfominboxmessage a {

    line-height: 30px;
    font-size: 14px;
    color: #444
}

.footerinfominbox {
    text-align: right
}

.footercenterinfo, .footercenterinfo a {
    color: #2facf0
}

.footercenterinfo {
    line-height: 34px;
    text-align: center;
    font-size: 13px;
    padding: 15px 0;
}

.footercenterinfo a {
    padding: 0 10px;
}

.footerbottominfo {
    text-align: center;
    font-size: 12px;
    color: #444;
    line-height: 24px;
}

.footerbottominfo a {
    color: #444
}

.floatrightbox {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    border-radius: 15px;
    background: #fff;
    display: none;

}

.floatrightitem {
    width: 54px;
    border-top: 2px solid #ebf8ff;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 56px 15px 10px;
}

.floatrightitem:nth-child(1) {
    border-top: none;
}


.wechaticon {
    background:  no-repeat center 10px;
    background-size: 54px 54px;
}

.totopicon {
    background:  no-repeat center 10px;
    background-size: 54px 54px;
}

.emailicon {
    background:  no-repeat center 10px;
    background-size: 54px 54px;
}

.popwechatqrcode {
    display: none;
    position: absolute;
    bottom: -54px;
    left: -290px
}

.popemail {
    display: none;
    position: absolute;
    bottom: -54px;
    left: -290px
}

.newnextbutton, .newprevbutton {
    width: 70px !important;
    height: 110px !important;;
}

.newnextbutton:after, .newprevbutton:after {
    content: '' !important;
}

.newnextbutton {
    background:  no-repeat center center;
    background-size: 40px 72px;
    /*background-size: 70px 110px;*/
    right: -90px !important;
}

.newprevbutton {
    background:  no-repeat center center;
    background-size: 40px 72px;
    /*background-size: 70px 110px;*/
    left: -90px !important;
}

.ml80 {
    margin-left: 80px;
}

.mt50 {
    margin-top: 50px;
}