/* ::-webkit-scrollbar {
    display: none;
} */

::-moz-placeholder {
    color: #aaa;
}

::-webkit-input-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

::selection {
    background: #111;
    color: #fff;
    font-weight: bold
}

html {
    color: #333;
}

body {
    min-width: 1200px;
}

html,
body {
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

hr {
    height: 1px;
    background: #ccc;
    width: 100%;
    border: none;
    padding: 0;
    margin-top: 10px;
}

img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}

body,
html {
    color: #666;
    font: 12px/150% Arial, Verdana, "microsoft yahei";
    background-color: #F5F8F8;
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: url(/images/cep_bg1.png) no-repeat;
    background-size: 100% 100%;
}

/* 头部 begin */
header {
    background: #4F9A96;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.main {
    padding-top: 80px;
}

.logo-box {
    width: 400px;
    margin-right: 100px;
}

.navbox {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav{
    width: 800px;
    display: flex;
    justify-content: space-between;
}
nav span {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.navuser {
    display: flex;
    align-items: center;
    position: relative;
    height: 80px;
	padding-left: 20px;
}

.navuser:hover #sectionbox {
    display: block;
}

#sectionbox {
    position: absolute;
    width: 220px;
    background: #FFFFFF;
    border-radius: 5px;
    z-index: 999;
    top: 80px;
    right: 0;
    list-style: none;
    padding: 0 20px;
    display: none;
}

#sectionbox li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #EAEAEA;
}

#sectionbox li img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.section {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.navuser img {
    width: 13px;
    height: 6px;
    margin-left: 14px;
}

.login {
	width: 220px;
	text-align: right;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

/* 头部 end */
footer {
    background: #4F9A96;
}

.footernav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;

}

.linkbox {
    width: 500px;
}

.linkbox a {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    display: inline-block;
    width: 50%;
    margin-bottom: 15px;
}

.footernav img {
    width: 131px;
    margin-right: 10px;
}

.relationtext p {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
}

main {
    padding-top: 125px;
    width: 1200px;
    margin: 0 auto;
}

.navtitle {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #999999;
    margin-bottom: 45px;
}
.navtitle a{
    color: #999999;
}
.navtitleact {
    color: #4F9A96;
}

.newsdetail{
    padding: 50px;
    background-color: #FFFFFF;
    margin-bottom: 60px;
}
.newstitle{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 56px;
    color: #000000;
    margin-bottom: 40px;
}
.time{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #999999;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 50px;
}
.newstext{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: justify;
    /* text-indent: 52px; */
    color: #000000;
    min-height: 300px;
    padding-left: 10px;
}
.newstext img{
    width: auto;
    height: auto;
}
@media screen and (max-width: 1450px) {
    .logo-box {
        width: 300px;
        margin-right: 100px;
    }
}