﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

fieldset,
img {
    border: 0
}

 :focus {
    outline: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

code,
kbd,
samp,
tt {
    font-size: 100%
}

input,
button,
textarea,
select {
    *font-size: 100%
}

body {
    line-height: 1.5
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline
}

 :link,
 :visited,
ins {
    text-decoration: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
/* ======  fonts  ====== */

body {
    background-color: #FFF;
    font: 13px/1.231 arial, helvetica, clean, sans-serif;
    *font-size: small;
}

table {
    font-size: inherit;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1,
.h1 {
    font-size: 18px;
}

h2,
.h2 {
    font-size: 26px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 14px;
}

.clear {
    clear: both;
}

.active {
    color: #6F00C4
}
/*鍒嗛〉鏍峰紡*/

.pglist {
    width: 100%;
    clear: both;
    height: 80px;
    text-align: center;
}

.wp-pagenavi {
    width: 100%;
    clear: both;
    height: 80px;
    padding-top: 30px;
}

.wp-pagenavi span {
    border-right: #bfbfbf 1px solid;
    padding-right: 5px;
    border-top: #bfbfbf 1px solid;
    padding-left: 5px;
    padding-bottom: 3px;
    margin: 2px;
    border-left: #bfbfbf 1px solid;
    padding-top: 3px;
    border-bottom: #bfbfbf 1px solid;
    text-decoration: none;
}

.wp-pagenavi span:nth-child(1) {
    display: none;
}

.wp-pagenavi a {
    border-right: #bfbfbf 1px solid;
    padding-right: 5px;
    border-top: #bfbfbf 1px solid;
    padding-left: 5px;
    padding-bottom: 3px;
    margin: 2px;
    border-left: #bfbfbf 1px solid;
    padding-top: 3px;
    border-bottom: #bfbfbf 1px solid;
    text-decoration: none;
}
/*鍏ㄥ眬鏍峰紡*/

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

.jm_container {
    width: 1200px;
    margin: auto;
}

@media screen and (max-width: 640px) {
    .jm_container {
        width: 100%;
        box-sizing: border-box;
        padding: 0 5px;
    }
}

.jm_more {
    display: block;
    width: 150px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    border-radius: 25px;
    color: black;
    border: 1px solid black;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.58);
}

.jm_more:hover {
    border-radius: 25px;
    background: black;
    color: white;
    border: 1px solid transparent;
}

.pageBanner {
    /* height: 430px; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 70px;
    color: white;
    letter-spacing: 6px;
    width: 100%;
}

.pageBanner img {
    width: 100%;
}

.position_out {
    background: #6F00C4;
}

.position {
    color: white;
    padding: 5px 7px;
    font-size: 16px;
    border-bottom: 1px solid #6F00C4;
}
/*鏂伴椈鍒楄〃椤垫牱寮�*/

.newslist {
    margin-top: 30px;
}

.newslist_left {
    float: right;
    width: 20%;
    overflow: hidden;
    background: #F8F8F8;
    box-sizing: border-box;
    padding: 15px;
}

.newslist_title {
    font-size: 25px;
    color: #6F00C4;
    margin-bottom: 10px;
}

.newslist_nav {
    padding: 0 15px;
}

.newslist_nav_li {
    padding: 6px 0;
    border-bottom: 1px dashed #cccccc;
    font-size: 16px;
    transition: all 0.5s;
}

.newslist_nav_li:nth-last-child {
    border-bottom: none;
}

.newslist_nav_li a {
    color: #666666
}

.newslist_nav_li:hover {
    border-bottom: 1px dashed #6F00C4;
    color: #6F00C4;
}

.newslist_right {
    float: left;
    width: 77%;
    background: #fff;
    box-sizing: border-box;
    padding: 25px;
}

.newslist_item {
    border-bottom: 1px dashed #cccccc;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
}

.newslist_item:hover {
    color: #6F00C4;
}

.newslist_right_img {
    float: left;
    width: 23%;
    height: 130px;
    box-sizing: border-box;
    border: 1px solid lightgrey;
    overflow: hidden;
}

.newslist_right_img img {
    width: 100%;
    height: 100%;
}

.newslist_right_two {
    width: 74%;
    float: right;
}

.newslist_right_title {
    font-size: 20px;
    margin-bottom: 15px;
    display: -webkit-box;
    /*杞垚鑰佺増鏈殑寮规€х洅瀛�*/
    -webkit-line-clamp: 1;
    /*鍦ㄥ摢涓€琛屾樉绀虹渷鐣ュ彿*/
    -webkit-box-orient: vertical;
    /*璁剧疆鏂瑰悜 鍨傜洿鏂瑰悜鐢�*/
    overflow: hidden;
}

.newslist_right_des {
    display: -webkit-box;
    /*杞垚鑰佺増鏈殑寮规€х洅瀛�*/
    -webkit-line-clamp: 3;
    /*鍦ㄥ摢涓€琛屾樉绀虹渷鐣ュ彿*/
    -webkit-box-orient: vertical;
    /*璁剧疆鏂瑰悜 鍨傜洿鏂瑰悜鐢�*/
    overflow: hidden;
    color: #333333;
    font-size: 13px;
    line-height: 20px;
    margin-top: 24px;
}

.newslist_date {
    margin-top: 20px;
    float: right;
}
/*鍙充晶鍥哄畾鏍�*/

.fixed-right {
    position: fixed;
    right: 0px;
    bottom: 250px;
    margin-top: 0px;
    background: rgb(229, 0, 79);
    color: #fff;
    width: 80px;
    border: 1px solid #fff;
    z-index: 99;
}

.fixed-right .online-consulting:hover {
    background: #666;
}

.fixed-right .online-header {
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #fff;
}

.fixed-right .online-consulting {
    border-bottom: 1px solid #fff;
    height: 53px;
}

.fixed-right a .online-consulting {
    color: #fff;
    text-align: center;
}

.fixed-right a .online-consulting img {
    margin-left: 14px;
}

.fixed-right a .online-consulting div {
    display: inline;
    line-height: 53px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    top: -3px;
    margin-left: -3px;
}

.fixed-right .online-code img {
    margin: 9px auto;
    display: block;
    margin-bottom: 5px;
    width: 80%;
}

.fixed-right .online-code div {
    text-align: center;
    font-size: 12px;
    margin-bottom: 4px;
}

@media screen and (max-width: 640px) {
    /*鍙充晶瀹㈡湇*/
    .fixed-right {
        display: none;
    }
}
/*璇︽儏椤垫牱寮�*/

.article_title {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #cccccc;
}

.article_title div {
    font-size: 24px;
    font-weight: bold;
}

.article_title p {
    font-size: 12px;
    margin-top: 5px;
}

.article_con {
    margin-top: 33px;
}

.article_con p {
    font-size: 16px;
    line-height: 27px;
}

.article_con img {
    width: 100%;
}

.article_page {
    margin-top: 30px;
}

.article_page p {
    line-height: 25px;
    font-weight: bold;
    transition: all 0.3s;
}

.article_page p:hover {
    color: #6F00C4;
}

.article .newslist {
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .header-anli {
        display: none;
    }
    .pageBanner {
        /* height: 165px; */
        font-size: 30px;
    }
    .newslist {
        margin-top: 6px;
    }
    .newslist_title {
        margin-bottom: 0;
    }
    .newslist_left {
        width: 100%;
        padding: 3px;
    }
    .newslist_nav_li {
        border-bottom: 1px solid #E5004F;
    }
    .newslist_right {
        width: 100%;
        margin-top: 8px;
        padding: 5px;
    }
    .newslist_right_title {
        font-size: 17px;
    }
    .newslist_right_img {
        width: 30%;
        height: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .newslist_right_two {
        width: 68%;
    }
    .newslist_right_des {
        -webkit-line-clamp: 1;
        margin-top: 0px;
    }
    .newslist_date {
        margin-top: 4px;
        font-size: 12px;
    }
    .article_con {
        margin-top: 12px;
    }
}
/*棣栭〉鏍峰紡*/

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 100;
    box-shadow: 0 2px 3px #b5adad;
}

.spaceBox {
    height: 110px;
}

.hd {
    padding: 15px 0 15px;
    background: white;
}

.logo {
    width: 245px;
    margin: 0 auto;
}

.logo img {
    width: 100%;
}

.hd_nav {
    text-align: center;
    color: #585858;
    margin: 6px 0 0;
}

.hd_nav li {
    display: inline-block;
    padding: 0 34px;
    border-right: 1px solid #585858;
    font-size: 16px;
}

.hd_nav>li:last-child {
    border-right: none;
}

.hd_nav a:hover {
    color: #6F00C4;
}

.m_hd {
    display: none;
    padding: 10px 0 0;
    position: relative;
}

.m_hd_top {
    overflow: hidden;
    position: relative;
}

.m_logo {
    width: 200px;
    margin: auto;
}

.m_logo img {
    width: 100%;
}

.menu {
    position: absolute;
    left: 23px;
    top: 6px;
    font-size: 32px;
}

.m_hd_nav {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 0.91);
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    line-height: 30px;
    display: none;
}

@media screen and (max-width: 640px) {
    .logo {
        display: none;
    }
    .hd {
        display: none;
    }
    .m_hd {
        display: block;
    }
    .spaceBox {
        height: 56px;
    }
}
/*杞挱鏍峰紡*/

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.swiper1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper1 .swiper-pagination {
    bottom: 0;
}

.swiper1 .swiper-pagination-bullet {
    width: 40px;
    border-radius: 0;
}

.swiper1 .swiper-pagination-bullet-active {
    background: white;
}

.ban_con{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 550px;
    width: 100%;
    color: white;
    background-size:cover ;
    text-align: center;
}

.ban_con1  {
    width: 1010px;
    border: 10px solid #FFC001;
    padding: 20px 0;
}
.ban_con1 dt{
    font-size: 80px;
    font-weight: 500;
}
.ban_con1 dd{
    font-size: 20px;
}
.ban_con2{
    margin-top:30px;
    border-bottom:8px solid #FFC001;
    padding-bottom: 8px;
}


.ban_con2 dt{
    font-size: 15px;
}
.ban_con2 dd{
    font-size: 25px;
}


.ban_con3{
    width: 1010px;
    border: 10px solid #FFC001;
    padding: 20px 0;
}
.ban_con3 dt{
    font-size: 60px;
    margin-top: 20px;
}
.ban_con3 dd{
    font-size: 70px;
    margin-top: 20px;
    color: #FFC001;
}
.ban_con3 p{
    font-size: 20px;
    margin-top: 20px;
}

.ds_con{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 550px;
    width: 100%;
    color: white;
    background: #1976C4;
    background-size:cover ;
    text-align: center;
}
.ds_con_img{
    width: 150px;
}
.ds_con_img img {
    width: 100%;
}
.ds_con1 dt{
    font-size: 80px;
    margin-top: 20px;
    letter-spacing: 5px;
    color: #FFE89C;
}
.ds_con1 dd{
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 8px;
}

.px_con{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 550px;
    width: 100%;
    color: white;
    background-size:cover ;
    text-align: center;
}
.px_con p:nth-child(1){
    font-size: 80px;
    letter-spacing: 10px;
}
.px_con p:nth-child(2){
    font-size: 40px;
    margin-top: 20px;
}

.px_con p:nth-child(3){
    font-size: 25px;
    margin-top: 40px;
}
.px_con p:nth-child(4){
    font-size: 25px;
    margin-top: 15px;
}

@media screen and (max-width:640px){
    .ban_con{
        height: 250px;
    }
    .ban_con1{
        width: 85%;
        border: 5px solid #FFC001
    }
    .ban_con1 dt{
        font-size: 30px;
        
    }
    .ban_con1 dd {
        font-size: 13px;
        margin-top: 8px;
    }
    .ban_con2 {
        margin-top: 10px;
        border-bottom: 4px solid #FFC001;
        padding-bottom: 8px;
    }
    .ban_con2 dd {
        font-size: 18px;
    }
    .ds_con {
        height: 250px;
    }
    .ds_con_img{
        width: 80px;
    }
    .ds_con1 dt {
        font-size: 30px;
    }
    .ban_con3 {
        width: 85%;
    }
    .ban_con3 dt{
        font-size: 20px;
    }
    .ban_con3 dd{
        font-size: 20px;
        margin-top: 8px;
    }
    .ban_con3 p{
        font-size: 15px;
        margin-top: 8px;
    }
    .px_con{
        height: 250px;
        width: 100%;
    }
    .px_con p:nth-child(1) {
        font-size: 25px;
        letter-spacing: 10px;
    }
    .px_con p:nth-child(2) {
        font-size: 15px;
        letter-spacing: 10px;
        margin-top: 10px;
    }
    .px_con p:nth-child(3) {
        font-size: 15px;    
        letter-spacing: 10px;
        margin-top: 22px;
    }
    .px_con p:nth-child(4) {
        font-size: 15px;
        letter-spacing: 10px;
        margin-top: 5px;
    }
}



.dsp1_out {
    padding: 60px 0;
}

.dsp1 {
    text-align: center;
}

.dsp1_c1,
.dsp1_c2 {
    color: #6F00C4;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 6px;
    margin-bottom: 24px;
}

.dsp1_c2 span {
    font-size: 18px;
    letter-spacing: 3px;
    margin-right: 10px;
}

.dsp1_c3 {
    font-size: 25px;
    color: black;
}

.dsp1_c4 {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.dsp1_c4 li {
    height: 78px;
    background: #A52F8D;
    color: white;
    width: 9.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 17px;
}

.dsp1_c5 {
    margin-bottom: 13px;
    font-size: 17px;
}

.dsp1_c6 {
    font-size: 17px;
}

.dsp2_out {
    padding: 60px 0;
    background: url("https://www.mroyal.cn/dsp/Templates/cn2014/images/t5.jpg") no-repeat center;
    background-size: cover;
}

.dsp2_title {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: white;
}
.dsp2_img{
    width: 100%;
}
.dsp2_img img{
    width: 100%;
    display: block;
}

.dsp2_items {
    display: flex;
    justify-content: space-around;
    margin-top: 84px;
}

.dsp2_items li {
    width: 32%;
    position: relative;
}

.dsp2_item_title {
    text-align: center;
    width: 70%;
    padding: 15px;
    font-weight: bold;
    background: #EDEDED;
    font-size: 23px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -26px;
    box-shadow: 0 2px 5px rgba(211, 211, 211, 0.78);
}

.dsp2_item_con {
    background: #F3F3F3;
    padding: 10px 20px 20px;
    line-height: 25px;
    height: 227px;
}

.dsp2_item_con dt {
    font-weight: bold;
    font-size: 20px;
    color: black;
    margin: 6px 0;
}

.dsp2_item_con dd {
    font-size: 12px;
}
.dsp3_out {
    background: #222B3D;
    padding: 60px;
    color: white;
}
.dsp3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.dsp3_title{
    text-align: center;
    font-weight: bold;
    font-size: 25px;

}
.dsp3_con{
    padding: 0 20px;
}
.dsp3_con_con{
    font-size: 15px;
    line-height: 23px;
    margin-top: 15px;
}

.dsp3 li{
    width: 19%;
    text-align: center; 
}

.dsp3 img {
    width: 56%
}
.dsp3_con{
    margin-top: 20px;
    text-align:justify;
}

.dsp3_con_title{
    font-size: 23px;
    font-weight: bold;
    color: #FFC000;
    text-align: center;
}
.dsp4_out {
    padding: 60px 0;
    background: #F3F3F3;
}

.dsp4_title {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: black;
}

.dsp4_items {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}

.dsp4_items li {
    width: 24%;
    margin-bottom: 16px;
}

.dsp4_items li img {
    width: 100%;
    height: 100%;
    display: block;
}

.dsp5_out {
    padding: 60px 0;
    position: relative;
}

.dsp5_title {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

.dsp5_con {
    margin-top: 50px;
}

.dsp5_con li {
    float: left;
    width: 14.2856%;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 35px;
    margin-bottom: 35px;
    text-align: center;
    position: relative;
}

.dsp5_con li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #EA5413;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
}

.dsp5_con span {
    font-size: 22px;
    display: inline-block;
}

.dsp5_line {
    position: absolute;
    height: 1px;
    width: 100%;
    background: #CCCCCC;
    top: 202px;
}

.dsp6_out {
    padding: 60px 0 60px;
}

.dsp6_title {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

.dsp6_items {
    margin-top: 30px;
    overflow: hidden;
}
.dsp6_items_title{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}


.dsp6_items li {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 14px;
}

.dsp6_items li img {
    width: 100%;
}

.dsp6_items li a {
    float: left;
}

.dsp6_items li span {
    float: right;
}
.dsp6_items li dt{
    overflow: hidden;
}
.dsp6_items li dd{
    overflow: hidden;
}

@media screen and (max-width: 640px) {
    .swiper1 .swiper-pagination-bullet {
        width: 16px;
    }
    .dsp1_out {
        padding: 18px 0;
    }
    .dsp1_c1,
    .dsp1_c2 {
        font-size: 20px;
        letter-spacing: 0px;
        margin-bottom: 6px;
    }
    .dsp1_c3 {
        font-size: 15px;
        margin-top: 10px;
    }
    .dsp1_c4 {
        flex-wrap: wrap;
    }
    .dsp1_c4 li {
        width: 33%;
        margin-bottom: 2px;
    }
    .dsp1_c4 li:nth-child(7) {
        width: 24.5%;
    }
    .dsp1_c4 li:nth-child(8) {
        width: 24.5%;
    }
    .dsp1_c4 li:nth-child(9) {
        width: 24.5%;
    }
    .dsp1_c4 li:nth-child(10) {
        width: 24.5%;
    }
    .dsp1_c5,
    .dsp1_c6 {
        font-size: 15px;
    }
    .dsp2_out {
        padding: 25px 0 0;
    }
    .dsp2_title {
        font-size: 20px;
        padding: 0 20px;
    }
    .dsp2_items {
        display: flex;
        margin-top: 60px;
        flex-wrap: wrap;
    }
    .dsp2_item_con {
        margin-bottom: 53px;
    }
    .dsp2_items li {
        width: 90%;
    }
    .dsp2_item_con {
        height: 265px;
    }
    .dsp4_out {
        padding: 25px 0;
    }
    .dsp4_title {
        font-size: 20px;
    }
    .dsp4_items {
        margin-top: 25px;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .dsp4_items li {
        width:  48%;
        margin-bottom: 6px;
    }
    .dsp4_items li img {
        width: 100%;
    }
    .dsp5_out {
        padding: 25px 0;
    }
    .dsp5_con {
        margin-top: 25px;
    }
    .dsp5_line {
        display: none;
    }
    .dsp5_con span {
        font-size: 18px;
    }
    .dsp6_out {
        padding: 20px 0 0px;
    }
    .dsp6_items {
        margin-top: 10px;
    }
    .dsp6_items_title{
        margin-bottom: 4px;
    }
    .dsp6_items li {
        width: 98%;
        margin-bottom: 10px;
    }
    .dsp3 {
        margin-top: 30px;
    }
    .dsp3 li{
        width: 49%;
        margin-bottom: 20px;
    }
    .dsp3_out {
        padding: 30px 0;
    }
    .dsp3_con_title{
        font-size: 15px;
    }
    .dsp3_con {
        margin-top: 10px;
    }
    .dsp3_con_con {
        margin-top: 8px;
        text
    }
}
/*搴曢儴鏍峰紡*/

.ft_out {
    background: #262626;
    color: #BBBBBB;
}

.ft {
    padding: 40px 20px 0;
}

.ft1 {
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 22px;
}

.ft1 ul {
    overflow: hidden;
}

.ft1 ul li {
    /* width: 10.2857%; */
    float: left;
    margin-right: 30px;
}

.ft1 ul li:nth-child(1) {
    color: white;
}

.ft2 {
    overflow: hidden;
    margin-top: 20px;
}

.ft2>ul:nth-child(1) {
    width: 31%;
    margin-right: 1%;
    float: left;
}

.ft2>ul:nth-child(2) {
    width: 47%;
    margin-right: 1%;
    float: left;
}

.ft2>ul:nth-child(3) {
    width:20%;
    float: left;
}

.ft2_title {
    overflow: hidden;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #BBBBBB;
    font-size: 15px;
}

.ft2_title span {
    float: left;
}

.ft2_title a {
    float: right;
    color: #6F00C4;
}

.ft2_con {
    line-height: 20px;
    overflow: hidden;
}

.ft2_con li {
    width: 33%;
    float: left;
    text-align: center;
    border-right: 1px solid #BBBBBB;
}
.ft2_con li dd {
    line-height: 28px;
}

.ft2_con li:nth-child(3){
    border-right: 1px solid transparent;

}

.ft3_out {
    background: #333333;
    margin: 20px 0 0;
    padding: 20px 0 30px;
    text-align: center;
    line-height: 22px;
}



@media screen and (max-width: 640px) {
    .ft_out {
        display: none;
    }
    .ftSpace {
        height: 54px;
        display: block;
    }
}

.dspbiaoge {
    border: thin solid #999;
    margin: 10px 0 10px 0;
    height: auto;
    font-family: "寰蒋闆呴粦";
    font-size: 1.2em;
    text-indent: 1em;
    padding: 8px 0 8px 0;
}

.dspbitoati {
    float: left;
}

.dspdyy_out {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #163654;
    box-sizing: border-box;
}

.dspdyy {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    box-sizing: border-box;
    padding: 25px 0;
}

.dspdyy1 {
    margin-bottom: 60px;
}

.dyyp1,
.dyyp2,
.dyyp3 {
    margin-bottom: 4px;
}

.dyyp1 {
    color: rgb(255, 255, 255);
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}

.dyyp2 {
    color: rgb(255, 192, 0);
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}

.dyyp3 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.dspdyy1_img {
    margin-top: 25px;
}

.dspdyy1_img img {
    width: 100%;
}

.dspdyy2 {
    margin-bottom: 40px;
}

.dspdyy2_items {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dspdyy2_items li {
    width: 30%;
    margin-bottom: 20px;
}

.dspdyy2_items li p {
    text-align: center;
    color: rgb(255, 192, 0);
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.dspdyy2_items li img {
    width: 100%;
    height: 230px;
}

.dspdyy3 {
    margin-bottom: 60px;
}

.dspdyy3_img {
    margin-top: 25px;
}

.dspdyy3_img img {
    width: 100%;
}
/* 钀ラ攢椤甸潰 */

.yx1 {
    margin-bottom: 60px;
}

.yx1_items {
    margin-top: 25px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.yx1_items li {
    width: 58%;
}

.yx1_title {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    background: #FFC000;
    padding: 5px;
}

.yx1_con {
    background: #D1D4D8;
    color: #44546A;
    font-size: 28px;
    padding: 60px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.yx2 {
    margin-bottom: 60px;
}

.yx2_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FFC000;
    margin-top: 25px;
}

.yx2_title li {
    color: white;
    font-weight: bold;
    font-size: 28px;
    width: 19%;
    text-align: center;
    padding: 5px 0;
}

.yx3,
.yx4,
.yx5 {
    margin-bottom: 60px;
}

.yx3_items {
    margin-top: 25px;
}

.yx2_con img {
    width: 100%;
}

.yx2_seo {
    height: 0;
    overflow: hidden;
}

.yx3_img {
    width: 100%;
    display: none;
    margin-top: 10px;
}

.yx3_active {
    display: block;
}

.yx3_items {
    background: #0E1C36;
}

.yx3_items li {
    padding: 5px 0;
    border-bottom: 1px solid white;
    cursor: pointer;
}

.yx3_items li:hover {
    background: #6F00C4;
}

.yx_bg {
    background: url(https://www.mroyal.cn/dsp/Templates/cn2014/images/yx_bg.jpg) no-repeat fixed center;
    background-size: cover;
    height: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.yx_bg p {
    font-size: 36px;
    color: white;
    margin-bottom: 8px;
}
.yx_bg p:nth-child(1){
    font-size: 18px;
}
.yx_bg p:nth-child(2){
    font-size: 18px;
}

.yx_bg a {
    background: white;
    line-height: normal;
    color: black;
    padding: 5px 25px;
    display: inline-block;
    font-size: 36px;
    border-radius: 29px;
}

.yx_bg a:hover {
    color: white;
    background: #6F00C4;
}

@media screen and (max-width:640px) {
    .yx_bg {
        height: 215px
    }
    .yx_bg p:nth-child(1){
        font-size: 12px;
        padding: 0 5px;
    }
    .yx_bg p:nth-child(2){
        font-size: 12px;
        padding: 0 5px;
    }
    .yx1_con {
        font-size: 19px;
        padding: 8px 19px;
    }
    .yx2_title li{
        font-size: 13px;
    }
}

@media screen and (max-width: 640px) {
    .dspdyy {
        width: 100%;
        padding: 5px;
    }
    .yx1_items li {
        width: 98% !important;
    }
    .dyyp1,
    .dyyp2 {
        font-size: 21px;
    }
    .dyyp3{
        font-size: 13px;
    }
    .yx1,
    .yx2,
    .yx3,
    .yx4,
    .yx5,
    .dspdyy1 {
        margin-bottom: 10px;
    }
    .newslist_yanse {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        background: #163654;
        box-sizing: border-box;
    }
    .newslist_right_yanse {
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        box-sizing: border-box;
        padding: 2px;
    }
}


/* 鐢靛晢浠ｈ繍钀� */
.dsdaiyun_h1{font-size: 28px;padding:30px 0 30px 0;color:#FFF;text-align:center;font-weight: bold;}
.dsdaiyun_hezi {position:relative;width:230px;height:278px;}
.dsdaiyun_img{ display: block;  width: 100%;  text-align: center;}
.dsdaiyun_yunying {position:absolute;width:230px;height:278px;z-indent:2;left:0;top:200px; color: #1976c4;font-size: 25px;font-weight: bold;}
.dsdaiyun_ruzhu{margin-left: auto;margin-right: auto;text-align: center;padding:0 0 40px 0; }
.dsdaiyun_mokuai { width:100%; background-color:#36C;border: 1px solid transparent;height:100%; text-align:center;}
.dsdaiyun_mokuai_bd{ width:70%; margin-left:auto; margin-right:auto;}
.dspdaiyun_div{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
}
.dsdaiyun_mokuai_title{  margin-bottom: 5px; width:33%; height:200px; float:left; background-color:#09C; padding:5px 5px 5px 5px;  font-size:16px; color:#FFF;box-sizing: border-box;}
.dsdaiyun_mokuai_biaoti{font-size: 24px;color: #FFF;font-weight: bold;padding:20px 0 20px 0;}
.dsdaiyun_bt{font-size: 26px;color: #FFF;font-weight: bold; margin:0; padding:30px 0 10px 0;}
.dsdaiyun_p{font-size: 18px;color: #FFF;font-weight: bold; margin:0; padding:0 0 30px 0;}
.footdsp_left{float:left;width:200px;font-size: 18px;color: #FFF;text-align:center;}
.footdsp{float:right;width:200px;font-size: 24px;color: #FFF;text-align:center;}
.dsdyy_fw{
background-color: white;
display: none;
overflow: hidden;
}
.dsdyy_fw p{
width: 50%;
height: 25%;
float: left;
text-align: center;
background-color: #1976c4;
color: white;
font-weight: bold;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;

}
.dsdyy_items{
display: flex;
justify-content: space-between;
flex-wrap: wrap;

}
.dsdyy_item{
width: 19%;
position: relative;
}
.dsdyy_item img{
width: 100%;
}
.dsdyy_item_con{
position: absolute;
width: 100%;
text-align: center;
bottom:16%;
font-size: 25px;
font-weight: bold;
color: #1976c4;
}
@media screen and (max-width:640px){
.dsdyy_item{
    width: 49%;
}
.dsdaiyun_ruzhu img{
    width: 100%;
}
.dsdyy_fw{
    display: block;
}
.dsdaiyun_ruzhu{
    display: none;
}
.dsdaiyun_mokuai_bd{
    width: 96%;
}
.dsdaiyun_mokuai_title{
    font-size: 12px;
}
.dsdaiyun_mokuai_biaoti{
    padding: 4px 0 16px 0;
}
}





















/* 缃戠孩鍙樼幇 */

.wh_bgcolor {
    background: #163654;
    width: 100%;
    border: 1px solid transparent;
}

.wh1 {
    margin-top: 25px;
    margin-bottom: 60px;
}

.wh1_items {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.wh1_item {
    width: 30%;
    text-align: center;
  
}

.wh1_items_title {
    color: #FFC000;
    font-size: 20px;
    font-weight: bold;
}



.whl_items_con {
    margin-top: 25px;
}

.whl_items_con span {
    display: block;
    background: white;
    width: 70%;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    padding: 6px 0;
    margin-bottom: 20px;
    border-radius: 25px;
}

.whl_items_con span:hover {
    color: white;
    background: #6F00C4;
}

@media screen and (max-width:640px) {
    .newslist_right_yanse {
        width: 99%;
    }
    .newslist_right_yanse img {
        width: 100% !important;
        padding: 1px
    }
    .newslist_right_yanse span {
        font-size: 22px;
        display: inline-block;
       /*  margin-bottom: 10px;
        width: 90%; */
    }
    .newslist_right_yanse strong {
        font-size: 28px;
        display: inline-block;
        margin-bottom: 10px;
    }
    .wh1_item {
        width: 32%;
    }
    .whl_items_con span {
        width: 90%;
        font-size: 12px;
    }
    .wh1 {
        margin-bottom: 10px;
    }
}