body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}

table {
    /* border-collapse: collapse; */
    border: none;
}

input,
textarea {
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}

* {
    -webkit-text-size-adjust: none;
}

/*body{font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; }*/
body {
    text-align: justify;
    text-justify: inter-ideograph;
    font-family: "microsoft yahei";
}

.clearf::after {
    content: '';
    display: block;
    clear: both;
}

.show {
    display: block !important;
}

.flex {
    display: flex !important;
}

.wrap {
    position: relative;
    width: 1600px;
    margin: auto;
    background: #eff0f1;
}

.head {
    height: 377px;
    background: url(../img/head_bg.jpg);
    position: relative;
    text-align: center;
}

.slogan_box {
    margin-top: 90px;
    display: inline-block;
    font-family: "Noto Sans SC";
}

.slogan_box p:nth-child(1) {
    font-size: 34px;
    color: #ffffff;
    background-color: #063e52;
    padding: 0 18px;
    border-radius: 12px 0 12px 0;
    display: inline-block;
}

.slogan_box p:nth-child(2) {
    font-size: 54px;
    font-weight: bold;
    color: #063e52;
    margin-top: 4px;
}

.slogan_box p:nth-child(3) {
    font-size: 25px;
    color: #063e52;
    margin-top: 18px;
}

.nav {
    position: absolute;
    bottom: 14px;
    width: 100%;
}

.nav a {
    color: #063e52;
    font-size: 18px;
    padding: 0 12px 0 10px;
    border-right: 1px solid #063e52;
    line-height: 16px;
    display: inline-block;
}
.main {
    width: 1200px;
    margin: auto auto;
    padding: 54px 35px;
    box-sizing: border-box;
    background-color: #ffffff;
    position: relative;
}

.title_box {
    display: flex;
    white-space: nowrap;
    margin: 49px auto 37px;
}

.title {
    color: #1191a3;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    padding-left: 34px;
}

.title::before {
    content: '';
    position: absolute;
    background: url(../img/title_before.png) no-repeat;
    width: 23px;
    height: 36px;
    top: 0;
    left: 0;
}

.title_line {
    width: 100%;
    height: 36px;
    background-color: #1db6cc;
    margin-left: 11px;
    background-image: url(../img/title_bg.png);
    background-repeat: no-repeat;
    background-position-x: -220px;
    border-radius: 0 8px 8px 0;
}
.main_left{
    width: 878px;
    min-height: 1302px;
}
.news_left{
    width: 443px;
    height: 329px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(to bottom,#fefcf7,#fcf4e4);
    position: relative;
}
.flex_box{
    display: flex;
    justify-content: space-between;
}
.news_right_box{
    width: 415px;
    height: 285px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 20px;
}
.news_left p{
    color: #4b4b4c;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}
.news_left img{
    height: 249px;
}
.news h1{
    position: relative;
    color: #1191a3;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 16px;
}
.news h1::before{
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: #eab876;
    top: 0;
    left: 0;
}
.news h1::after{
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: #1db6cc;
    top: 6px;
    left: 6px;
}
.news_right a{
    display: block;
    margin-bottom: 22px;
}
.news_right a h5{
    color: #1191a3;
    font-size: 14px;
    margin-bottom: 6px;
}
.news_right a h6{
    color: #3d4053;
    font-size: 12px;
    line-height: 18px;
}
.sw1p{
    width: 100%;
    bottom: 10px;
}
.b1_box{
    background: linear-gradient(to bottom,#fdf9f0,#f0fbfd);
    box-shadow: 0 4px 4px 4px #f3f2f2;
    padding-right: 74px;
}
.b1_left,.b2_top_left{
    width: 296px;
}
.b1_left img,.b2_top_left img{
    border-radius: 10px;
    width: 100%;
}
.b1_left p{
    text-align: center;
    color: #1191a3;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
}
.b1_left span{
    text-align: center;
    color: #373b4e;
    font-weight: normal;
    font-size: 11px;
    display: inline-block;
    margin: 10px 10px 20px;
}
.b1_right{
    width: 455px;
    box-sizing: border-box;
    padding: 64px 0;
}
.b1_right h5{
    color: #3099aa;
    font-size: 16px;
    font-weight: bold;
}
.b1_right h6{
    color: #373b4e;
    font-size: 11px;
    position: relative;
    margin-top: 25px;
    padding-left: 45px;
}
.b1_right h6::before{
    content: '';
    position: absolute;
    background: url(../img/b1_before.png) no-repeat;
    width: 30px;
    height: 28px;
    top: 0;
    left: 0;
}
.b1_right h6::after{
    content: '';
    position: absolute;
    background: url(../img/b1_after.png) no-repeat;
    width: 30px;
    height: 28px;
    right: -40px;
    bottom: -30px;
}
.b2_box{
    background: linear-gradient(to bottom,#fdf9f0,#f0fbfd);
    box-shadow: 0 4px 4px 4px #f3f2f2;
    border-radius: 12px;
}
.b2_top_right{
    width: 454px;
    margin: 34px 20px;
}
.b2_top_right h5{
    color: #3099aa;
    font-size: 16px;
    font-weight: bold;
}
.b2_top_right h6{
    color: #373b4e;
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.b2_top_right b{
    color: #1191a3;
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
}
.b2_bottom{
    display: grid;
    grid-template-columns: repeat(5,138px);
    justify-content: space-between;
    text-align: center;
    padding: 30px 18px;
}
.b2b_con{
    margin-bottom: 20px;
}
.b2b_imgcon{
    width: 137px;
    height: 137px;
    border-radius: 50%;
    overflow: hidden;
}
.b2b_con h5{
    color: #1191a3;
    font-size: 15px;
    font-weight: bold;
    margin: 8px 0;
}
.b2b_con h6{
    color: #373b4e;
    font-size: 12px;
    left: 18px;
    padding: 0 10px;
}
.moment_box{
    display: grid;
    grid-template-columns: repeat(3,318px);
    justify-content: space-between;
    padding: 30px 0;
    /* height: 510px; */
    overflow-y: auto;
}
.moment_con{
    margin-bottom: 20px;
}
.moment_imgcon{
    border-radius: 12px;
    overflow: hidden;
}
.moment_con p{
    color: #182a40;
    font-size: 14px;
    line-height: 20px;
    margin: 10px;
    font-weight: bold;
}
.theme {
    padding: 0px 58px;
}
.theme h5{
    color: #1191a3;
    font-size: 20px;
    font-weight: bold;
    margin: 12px 0 6px;
}
.scheme h6 {
    color: #373b4e;
    font-size: 14px;
    line-height: 24px;
}
.gray_box {
    background: linear-gradient(to bottom,#fdf9f0,#f0fbfd);
    padding: 12px 56px 22px;
    border-radius: 12px;
    margin-top: 22px;
    box-shadow: 0 4px 4px 4px #f3f2f2;
}
.gray_box div:not(:last-of-type) {
    margin-bottom: 24px;
}
.gray_box h5 {
    font-size: 15px !important;
    color: #1191a3;
    font-weight: bold;
    margin: 12px 0 6px;
}
.review_box {
    /* display: flex;
	justify-content: space-between; */
    white-space: nowrap;
    overflow: auto;
    padding: 0 32px 20px;
}

.review_con {
    width: 319px;
    height: 190px;
    background: #fdf6e9;
    position: relative;
    border-radius: 12px;
    display: inline-block;
    margin-right: 46px;
}

.review_con img {
    width: 100%;
    height: 151px;
    border-radius: 8px;
}

.review_con p {
    color: #373b4e;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footerwrap {
    background: #1db6cc;
    margin: auto auto;
}

.footer {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 10px 0;
}

.footer_l {
    float: left;
    width: 20%;
    margin-top: 12px;
}

.footer_r {
    float: right;
    width: 80%;
}

.footer_r li {
    list-style: none;
    float: left;
    text-indent: 24px;
    color: white;
    font-size: 12px;
    margin-top: 60px;
}
.group_box {
    padding: 0 40px;
}

.group_box p {
    color: #292e33;
    font-size: 14px;
    margin: 6px;
}

.group_box h6 {
    margin: 26px 0 12px;
    font-weight: bold;
    font-size: 18px;
}

.group_bottom {
    display: flex;
}

.qrcode_box {
    display: flex;
    margin-right: 40px;
}

.img_con {
    margin-right: 4px;
}

.img_con img {
    width: 100px;
    height: 100px;
}

.img_con span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #454545;
}

.host {
    position: absolute;
    width: 248px;
    box-sizing: border-box;
    top: 0;
    right: -256px;
    padding: 10px 12px 60px;
    border-left: 7px solid #f2d1a530;
    border-right: 7px solid #f2d1a530;
    background: #ffffffba;
}

.host_title {
    margin: 36px auto 22px;
    color: #1191a3;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to right, transparent, #f4d395, transparent);
    padding: 4px 0;
}

.host img {
    margin: 10px auto;
    display: block;
}

.host span {
    display: block;
    font-size: 14px;
    color: #373b4e;
}

.host p {
    text-align: center;
    font-size: 12px;
    color: #373b4e;
    line-height: 18px !important;
}

.b2_con {
    display: flex;
    align-items: baseline;
    flex-shrink: 0;
}

.b2_con span {
    font-size: 12px;
    color: #373b4e;
    white-space: nowrap;
    display: block;
    margin-bottom: 6px;
}

.b2_con>* {
    flex: 0 0 0;
}

.main {
}

.gdlogo {
    width: 80px;
}
.host {
    position: absolute;
    width: 248px;
    box-sizing: border-box;
    top: 0;
    right: 14px;
    padding: 10px 12px 60px;
    border-left: 7px solid #f2d1a530;
    border-right: 7px solid #f2d1a530;
    background: #ffffffba;
}

.host_title {
    margin: 36px auto 22px;
    color: #1191a3;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to right, transparent, #f4d395, transparent);
    padding: 4px 0;
}

.host img {
    margin: 10px auto;
    display: block;
}

.host span {
    display: block;
    font-size: 14px;
    color: #373b4e;
}

.host p {
    text-align: center;
    font-size: 12px;
    color: #373b4e;
    line-height: 18px !important;
}
.partner_logo {
    width: 120px;
    margin: 40px auto !important;
}
.b2_con {
    display: flex;
    align-items: baseline;
    flex-shrink: 0;
}

.b2_con span {
    font-size: 12px;
    color: #373b4e;
    white-space: nowrap;
    display: block;
    margin-bottom: 6px;
}

.b2_con>* {
    flex: 0 0 0;
}
.pnav{
    display: none;
}