/** reset **/

* {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    border: medium none;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    line-height: 1.5;
    font-family: "microsoft yahei"
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input,
button,
img {
    border: none;
    background: none;
    outline: none;
}

input[type="text"],
input[type="password"],
button {
    outline: none;
    -webkit-appearance: none;
}

em,
i {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #ffffff;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

.clear {
    clear: both;
}

.container {
    width: 1200px;
    margin: auto
}

.bg-white {
    background: #fff
}

.w100 {
    width: 100%;
}

.mt8 {
    margin-top: 8px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.bgf8f8f8 {
    background: #f8f8f8;
}

.bgfff {
    background: #fff;
}

.padt20 {
    padding-top: 20px;
}

.clearfix {
    *zoom: 1;
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.border1 {
    border: 1px solid #d5d2d2;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.logout{display: none;}
.logout.on{ display: inline-block; }
@media (max-width: 991px) {
    body {
        width: 100%;
        min-width: auto;
    }
    .container {
        max-width: 100%;
    }
    .m-100 {
        width: 100% !important;
    }
    .m-hide {
        display: none;
    }
    .breadcrumbnav {
        padding: 10px!important;
    }
}

img {
    border: 0px;
    outline-width: 0px;
    vertical-align: top;
}

.clearfix {
    *zoom: 1;
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

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

@media screen and (max-width: 768px) {
    .wrap {
        padding: 0 15px;
        max-width: 100%;
        width: auto;
    }
}


/* flexå¸ƒå±€ */

.flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-betw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


/* è·ç¦» */

.pad150 {
    padding: 150px 0;
}

.pad120 {
    padding: 120px 0;
}

.pad100 {
    padding: 100px 0;
}

.pad80 {
    padding: 80px 0;
}

.pad60 {
    padding: 60px 0;
}

.pad40 {
    padding: 40px 0;
}

.pad30 {
    padding: 30px 0;
}

.pad20 {
    padding: 20px 0;
}

.pt150 {
    padding-top: 150px;
}

.pt120 {
    padding-top: 120px;
}

.pt100 {
    padding-top: 100px;
}

.pt80 {
    padding-top: 80px;
}

.pt60 {
    padding-top: 60px;
}

.pt40 {
    padding-top: 40px;
}

.pt30 {
    padding-top: 30px;
}

.pt20 {
    padding-top: 20px;
}

.pb150 {
    padding-bottom: 150px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb20 {
    padding-bottom: 20px;
}

.mag150 {
    margin: 150px 0;
}

.mag120 {
    margin: 120px 0;
}

.mag100 {
    margin: 100px 0;
}

.mag80 {
    margin: 80px 0;
}

.mag60 {
    margin: 60px 0;
}

.mag40 {
    margin: 40px 0;
}

.mag30 {
    margin: 30px 0;
}

.mag20 {
    margin: 20px 0;
}

.mt150 {
    margin-top: 150px;
}

.mt120 {
    margin-top: 120px;
}

.mt100 {
    margin-top: 100px;
}

.mt80 {
    margin-top: 80px;
}

.mt60 {
    margin-top: 60px;
}

.mt40 {
    margin-top: 40px;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mb150 {
    margin-bottom: 150px;
}

.mb120 {
    margin-bottom: 120px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .pad150 {
        padding: 64px 0;
    }
    .pad120 {
        padding: 56px 0;
    }
    .pad100 {
        padding: 48px 0;
    }
    .pad80 {
        padding: 40px 0;
    }
    .pad60 {
        padding: 32px 0;
    }
    .pad40 {
        padding: 26px 0;
    }
    .pad30 {
        padding: 22px 0;
    }
    .pad20 {
        padding: 18px 0;
    }
    .pt150 {
        padding-top: 64px;
    }
    .pt120 {
        padding-top: 56px;
    }
    .pt100 {
        padding-top: 48px;
    }
    .pt80 {
        padding-top: 40px;
    }
    .pt60 {
        padding-top: 32px;
    }
    .pt40 {
        padding-top: 26px;
    }
    .pt30 {
        padding-top: 22px;
    }
    .pt20 {
        padding-top: 18px;
    }
    .pb150 {
        padding-bottom: 64px;
    }
    .pb120 {
        padding-bottom: 56px;
    }
    .pb100 {
        padding-bottom: 48px;
    }
    .pb80 {
        padding-bottom: 40px;
    }
    .pb60 {
        padding-bottom: 32px;
    }
    .pb40 {
        padding-bottom: 26px;
    }
    .pb30 {
        padding-bottom: 22px;
    }
    .pb20 {
        padding-bottom: 18px;
    }
    .mag150 {
        margin: 64px 0;
    }
    .mag120 {
        margin: 56px 0;
    }
    .mag100 {
        margin: 48px 0;
    }
    .mag80 {
        margin: 40px 0;
    }
    .mag60 {
        margin: 32px 0;
    }
    .mag40 {
        margin: 26px 0;
    }
    .mag30 {
        margin: 22px 0;
    }
    .mag20 {
        margin: 18px 0;
    }
    .mt150 {
        margin-top: 64px;
    }
    .mt120 {
        margin-top: 56px;
    }
    .mt100 {
        margin-top: 48px;
    }
    .mt80 {
        margin-top: 40px;
    }
    .mt60 {
        margin-top: 32px;
    }
    .mt40 {
        margin-top: 26px;
    }
    .mt30 {
        margin-top: 22px;
    }
    .mt20 {
        margin-top: 18px;
    }
    .mb150 {
        margin-bottom: 64px;
    }
    .mb120 {
        margin-bottom: 56px;
    }
    .mb100 {
        margin-bottom: 48px;
    }
    .mb80 {
        margin-bottom: 40px;
    }
    .mb60 {
        margin-bottom: 32px;
    }
    .mb40 {
        margin-bottom: 26px;
    }
    .mb30 {
        margin-bottom: 22px;
    }
    .mb20 {
        margin-bottom: 18px;
    }
}


/* å…¬å…±å¤´ */


/* ==========================================================================
    å¤´éƒ¨
============================================================================ */

.i-top {
    background:  no-repeat;
    background-size: 100% 150%;
    position: relative;
}

.i-top .top_date {
    padding-top: 10px;
    font-size: 14px;
    color: #1d1d1d;
}

.i-top .top_mid {
    margin: 50px 0px;
}

.i-top .top_mid .logo {}

.i-top .top_mid .logo a img {
    display: block;
    height: 92px;
}

.i-top .top_mid .search {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    height: 48px;
    margin-top: 30px;
    background: url(/uploads/image/nxi/search_bg.png) repeat-x left center;
    position: relative;
}

.i-top .top_mid .search input {
    width: 285px;
    height: 48px;
    margin: 0px 15px;
    font-size: 14px;
}

.i-top .top_mid .search input::-moz-placeholder {
    color: #b5b5b5;
}

.i-top .top_mid .search input::-webkit-input-placeholder {
    color: #b5b5b5;
}

.i-top .top_mid .search button {
    width: 85px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 0px 8px 8px 0px;
    cursor: pointer;
    font-size: 16px;
    color: #007735;
    font-weight: bold;
}

.i-top .nav {
    position: relative;
    background: #00b664;
    width: 100%;
    height: 60px;
    margin-top: 23px;
}

.i-top .nav ul {
    padding: 0px 15px;
}

.i-top .nav ul li {
    height: 60px;
}

.i-top .nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.i-top .nav ul li.active span {
    color: #ffffff;
    transition: all 0.3s linear;
}

.i-top .nav ul li:hover span {
    color: #ffffff;
    transition: all 0.3s linear;
    text-decoration: underline;
}

.i-top .nav ul li a span {
    height: 60px;
    padding-left: 6px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    /* font-weight: bold; */
}

.i-top .nav ul li a img {
    width: 30px;
}
.i-search-btn{width: 85px;position: absolute;top: 0;right: 0;}
.butn{width: 100% !important;margin: 0 !important;background-color: #fff;border-radius: 0px 8px 8px 0px;color: #00b764;
    font-size: 16px !important;}

@media screen and (max-width: 768px) {
    .i-top {
        background:  no-repeat left center;
        background-size: 1200px 120%;
        background-position: 0 0px;
        position: relative;
    }
    .i-top .top_mid {
        margin: 15px 0px;
    }
    .i-top .top_mid .logo a img {
        display: block;
        max-width: 80%;
        height: auto;
        margin: 0 auto;
    }
    .i-top .top_mid .search {
        width: 100%;
    }
    .i-top .top_mid .search input {
        width: 82%;
        margin: 0;
        padding-left: 10px;
        float: left;
    }
    .i-top .top_mid .search button {
        width: 15%;
        float: right;
        height: 46px;
    }
    .i-top .nav {
        height: auto;
    }
    .i-top .nav ul {
        flex-wrap: wrap;
    }
    .i-top .nav ul li {
        min-width: 32.5%;
        line-height: 48px;
        height: 48px;
    }
    .i-top .nav ul li a {
        justify-content: flex-start;
    }
    .i-top .nav ul li a img {
        width: 30px;
    }
    .i-top .nav ul li a span {
        font-size: 16px;
        text-align: left;
        line-height: 48px;
        height: 48px;
        padding-left: 4px;
    }
    .flex-betw {
        justify-content: flex-start;
    }
}


/* å…¬ç”¨å°¾ */

.footer {
    background: #00b664;
}

.footer-box {
    padding: 25px 0px;
}

.foot-left {
    width: 100%;
    margin: 0 auto;
}

.foot-left .zfjg {
    margin-right: 20px;
}

.foot-left .foot-site {
    /* margin-left: 28px; */
}

.foot-left .foot-site p {
    margin-bottom: 8px;
    color: #fff;
    /* text-align: center; */
    font-size: 16px;
    line-height: 1.5;
}

.foot-left .foot-site p span {
    font-size: 16px;
    margin-right: 40px;
    color: rgba(255, 255, 255, 0.8);
}

.foot-left .foot-site p span a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.foot-left .foot-site p span a:hover {
    text-decoration: underline;
}

.foot-left .foot-site p span img {
    margin-right: 8px;
}

.foot-left .foot-site p:last-child {
    margin-bottom: 0;
}


/* .foot-left .zc{margin-top: 30px;} */

.foot-left .footimg {
    width: 80%;
    margin: 0 auto;
    display: flex;
    /* text-align: center; */
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .foot-left .footimg {
        width: 100%;
        text-align: center;
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .foot-left {
        width: 100%;
        clear: all;
        zoom: 1;
    }
    .foot-left .zfjg {
        display: block;
        float: none;
        margin: 12px auto 0px;
    }
    .foot-left .zfjg img {
        margin: 0 auto;
        display: block;
    }
    .foot-left .foot-site {
        margin-left: 0px;
        float: none;
    }
    .foot-left .foot-site p {
        margin-bottom: 0;
        color: rgba(255, 255, 255, 1);
    }
    .foot-left .foot-site p span {
        text-align: center;
        margin-right: 0;
        margin-bottom: 6px;
        font-size: 14px;
    }
    .foot-left .foot-site p span a {
        font-size: 14px;
    }
    .foot-left .zc {
        display: block;
        float: none;
        margin: 12px auto 0px;
    }
    .foot-left .zc img {
        display: block;
        margin: 0 auto;
    }
}

.login_box {
    padding-top: 6px;
    text-align: right;
}

.login_box a {
    font-size: 16px;
    color: #333333;
    margin: 0px 3px;
}

.login_box span {
    font-size: 16px;
    color: #333333;
    margin: 0px 3px;
}

.login_box a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .i-top .top_date {
        width: 100%;
        float: none;
    }
    .login_box {
        font-size: 14px;
        float: none;
        width: 100%;
        text-align: left;
    }
}

/* 12-30-调整 */
.top-in{padding: 0px 40px;}
@media screen and (max-width: 768px) {
	.top-in{padding: 0px 10px;}
	.header .wrap{padding:0!important;}	
}










