@charset "UTF-8";

html{
    font-size: 1rem;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
    margin: 0px;
}

input,
button,
ul,
ol {
    margin: 0px;
    padding: 0px;
}

body,
input,
button,
form {
    font-size: 0.875rem;
    line-height: 1.75rem;
    font-family: "microsoft yahei", "宋体", "Arial";
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 0.875rem;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

input {
    background: none;
    border: 0 none;
}

img,
iframe {
    border: 0px;
}

em,
i {
    font-style: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.red {
    color: #ba292e;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.hidden {
    display: none;
}

.w1200 {
    width: 75rem;
    margin: 0 auto;
}

a {
    color: #434343;
    text-decoration: none;
}

a:hover {
    color: #0DB75E;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.ease,
.ease * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.noease,
.noease * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

/*清除浮动*/
.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/*网站头部*/
.header_main {
    width: 100%;
    height: 7rem;
    z-index: 100;
    position: relative;
}

.header_main .logo {
    display: block;
    /* margin-top: 1.875rem;
    margin-left: 4.375rem; */
    margin-top: 10px;
    margin-left: 40px;
    width: 200px;

}

.header_main .logo img {
    width: 100%;
    height: 100%;
    display: block;
}


.header_main .logo_name {
    font-size: 3rem;
    font-weight: bold;
    color: red;
}

.header_main .user-center {
    position: absolute;
    right: 3.4375rem;
    top: 2.625rem;
    font-size: 1.25rem;
    color: rgb(7, 175, 88);
}

/* 右下角的入口和统计*/
.header-main-bottom-right {
    position: absolute;
    bottom: 0.5625rem;
    right: 0.875rem;
    clear: both;
    font-size: 1rem;
    font-family: "microsoft yahei", "宋体", "Arial";
}

.header-main-bottom-right-label {
    float: left;
    margin-right: 0.625rem;
    color: rgb(84, 130, 53);
}

.header-main-bottom-right-label a {
    float: left;
    margin-right: 0.625rem;
    color: rgb(84, 130, 53);
}

/*网站导航*/
.nav_main {
    width: 100%;
    height: 4.375rem;
    background-color: rgb(7, 175, 88);
    position: relative;
    margin-top: -0.625rem;
    margin-bottom: 0.625rem;
    z-index: 3;
}

.nav_main .nav {
    margin: 0 auto;
    white-space: nowrap;
}

.nav_main .nav li {
    position: relative;
    width: 9.625rem;
    height: 4.375rem;
    line-height: 4.375rem;
    color: #FFFFFF;
    font-size: 1.25rem;
    text-align: center;
    background: url(/assets/img/nav_li.png) no-repeat right 0.25rem;
    white-space: nowrap;
    display: inline-block;
}

.nav_main .nav li a {
    display: block;
    color: #fff;
    font-size: 1.25rem;
}

.nav_main .nav li:hover,
.nav_main .nav li.hover {
    background: #00a54f 0 0.5rem;
}

.nav_main_li_focus {
    background: #00a54f 0 0.5rem;
}

/* 弹出的窗口*/
.layui-layer-iframe {
    border-radius: 1.5625rem !important;
}

.layui-layer {
    border-radius: 1.5625rem !important;
}

#layui-layer-iframe1 {
    border-radius: 1.5625rem !important;
}


@media screen and (max-width: 1080px) {
    .header_main {
        width: 100rem;
    }

    .nav_main {
        width: 100rem;
    }
}