* {
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

a {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
input,
select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

.f-weight {
    font-weight: 600;
}

.t-align {
    text-align: center;
}

.f-style {
    font-style: italic;
}

.t-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.t-overflow-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.b-sizing {
    box-sizing: border-box;
}

.d-flex {
    display: flex;
}

.j-c-center {
    justify-content: center;
}

.j-c-spacebetween {
    justify-content: space-between;
}

.j-c-spacearound {
    justify-content: space-around;
}

.j-c-flexstart {
    justify-content: flex-start
}

.a-i-center {
    align-items: center;
}

.a-i-flexstart {
    align-items: flex-start;
}

.a-i-flexend {
    align-items: flex-end;
}

.f-d-column {
    flex-direction: column;
}

.f-w-wrap {
    flex-wrap: wrap;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.c-pointer {
    cursor: pointer;
}

body {
    color: #333333;
    line-height: 32px;
    background: #eaf6fc;
}

a {
    color: #333333;
    position: relative;
}

input::placeholder {
    color: #b3b3b3;
    padding-left: 5px;
}

.main-section-1,
.main-section-2,
.main-section-6 {
    width: 1200px;
    margin: 0 auto;
}

.content-title {
    margin: 28px auto;
}

.main-1-content {
    width: 100%;
    background: url(../img/rggk-background.png) no-repeat;
    background-size: 100% 100%;
    padding: 25px 35px 40px;
    box-sizing: border-box;
}

.more-p a {
    color: #3473b6;
}

.main-section p {
    text-indent: 2em;
}

.main-1-link {
    margin-top: 20px;
}

.main-1-link a {
    width: 135px;
    display: inline-block;
}

.main-1-link a img {
    width: 100%;
}

.main-2-content .slide-content {
    background: url(../img/yxrg-background.png) no-repeat;
    background-size: 100% 100%
}

.main-2-content .slide-content p {
    padding: 0px 35px;
}

.slide-content-title {
    width: 185px;
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    background: url(../img/yxrgTitle-background.png) no-repeat;
    background-size: 100% 100%;
    margin: 40px auto 15px;
}

.slide-content-content {
    padding: 0px 30px 80px;
    box-sizing: border-box;
}

.main-2-content .slide {
    height: 100%;
    color: #ffffff;
    line-height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 42px;
}

.main-2-content .slide li {
    width: 103px;
    height: 95px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/yxrg-inactive.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
    position: relative;
    left: 13px;
}

.main-2-content .slide li.on {
    background: url(../img/yxrg-active.png) no-repeat;
    background-size: 100% 100%;
}

.main-2-content .slide li div {
    width: 50%;
    text-align: center;
}

.main-section-2 .slide-content {
    flex: 1;
}

.main-section-6 .slide-box-2 ul li {
    margin: 0 15px;
}

.main-section-6 .slide-box-2 ul li a {
    position: relative;
}

.main-section-6 .slide-box-2 ul li a div {
    width: 180px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 34px;
    background: #23a2e4;
    border-radius: 20px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -90px;
}

.main-section-6 .slide-box-2 ul li img {
    width: 340px;
}

.main-section-6 .slide-box-2 ul li a {
    display: inline-block;
}

.layui-layer-photos {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

/*移动端样式适配*/
/*@media screen and (max-width: 768px) {*/
/*    .main-section-1,*/
/*    .main-section-2,*/
/*    .main-section-5,*/
/*    .content-title {*/
/*        width: 96%;*/
/*        margin: 0 auto;*/
/*    }*/

/*    .main-1-content {*/
/*        height: 380px;*/
/*        overflow: auto;*/
/*    }*/

/*    .main-section-2 .slide-content {*/
/*        height: 606px;*/
/*        overflow: auto;*/
/*    }*/

/*    .main-section-5 ul li:nth-of-type(2n-1) {*/
/*        padding-top: 20px;*/
/*    }*/
/*}*/