/* CSS Reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box; /* Ensure padding and borders are included in element sizes */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    width: 100%;
    margin: 0;
    padding: 0;

    margin: 0 auto;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.navbar {
    height: 70px;
    margin-bottom: 0px !important;
}

.navbar-default {
    background: #fff !important;
    border-color: #fff !important;
}

.navbar-right {
    margin-top: 5px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #606266 !important;
    background-color: #fff !important;
}

.navbar-brand {
    width: 134px;
    height: 41px;
    margin-top: 14.5px;
    background: url(../images/logo.png) no-repeat left bottom;
    background-size: cover;
}

.section-heading {
    margin: 60px 0 38px;
}

.section-heading h2 {
    font-size: 34px;
    font-weight: 400;
    color: #303748;
}

.section-heading h2:after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #0862de;
    left: 50%;
    margin-left: -43px;
    bottom: 0;
}

.section-heading1 {
    margin: 69px 0 59px;
}

.section-heading1 {
    margin: 69px 0 59px;
}

.section-heading1 h2 {
    font-size: 34px;
    font-weight: 400;
    color: #303748;
}

.section-heading1 h2:after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #0862de;
    left: 50%;
    margin-left: -29px;
    bottom: 0;
}

.fh5co-animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.imageCover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mbtJj {
    margin-top: 48px;
    margin-bottom: 40px;
}

.bgcF6 {
    background-color: #f6f7fa;
}

.bacf1 {
    background-color: #f1f3f6;
}

.bgcFF {
    background-color: #fff;
}

.bacF8 {
    background-color: #f8f9fd;
}

/* #fh5co-header.navbar-fixed-top #navbar li.active a {
    color: #0862de !important;
    background-color: #fff;
} */
.padd5e {
    padding-top: 5em;
}

.heg930 {
    height: 930px;
    /*height: 71rem;*/
}

.bgFooter {
    background-color: #0b295e;
}

.pointerNone {
    pointer-events: none;
    cursor: not-allowed;
    color: #adb0b6 !important;
}

.ml5 {
    margin-left: 5px;
}

.positionR {
    position: relative;
}

.textCenter {
    text-align: center;
}

.margt68 {
    margin: 36px 0 25px;
}

/*
翻页
*/
.sidebar {
    width: 50px;
    position: absolute;
    right: -25px;
    /*top: 175px;*/
    top: 15rem;
    text-decoration: none;
    display: none;
}

.sidebar a {
    color: #606266; /* 可根据需要调整文字颜色 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.sidebar a:hover {
    color: #2e82f6;
    text-decoration: none;
}

.fiexdDiv {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 999;
    width: 70px;
    height: 166px;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(198, 198, 202, 0.41);
    border-radius: 4px;
}

.fiexdDiv h2:after {
    content: '';
    position: absolute;
    display: block;
    width: 52px;
    height: 2px;
    background: #e7ebf3;
    left: 15%;
}

.fiexdDiv div {
    font-size: 12px;
    text-align: center;
    color: #606266;
}

.fiexdImg {
    width: 21px;
    height: 21px;
    margin-top: 20px;
}

.fiexdDiv p {
    margin-top: 10px;
}

.fiexdDiv div:hover {
    color: #0862de;
}

.imgh:hover img {
    content: url('../images/homepage/icon-sy01-2.png');
}

.imgh1:hover img {
    content: url('../images/homepage/icon-sy02-2.png');
}

.qrCode {
    display: none;
    position: fixed;
    width: 140px;
    height: 130px;
    top: 56%;
    right: 95px;
    z-index: 999;
}

.formDiv {
    display: none;
    position: fixed;
    top: 25%;
    right: 100px;
    z-index: 998;
    width: 620px;
    height: 400px;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(198, 198, 202, 0.41);
    border-radius: 4px;
    font-weight: 400;
}

.formDiv label {
    width: 100px;
    text-align: center;
    color: #606266;
}

.formDiv input {
    width: 500px;
    height: 40px;
    margin-top: 20px;
    border-radius: 4px;
    border: 1px solid #d9dee8;
}

.formDiv textarea {
    vertical-align: top;
    margin-top: 20px;
	margin-left: 20px;
    border-radius: 4px;
    border: 1px solid #d9dee8;
}

.fromBtn {
    width: 90px;
    height: 36px;
    background: #0862de;
    border-radius: 4px;
    color: #fff;
    border: 0px;
    margin-right: 20px;
}

.fromBtn1 {
    width: 90px;
    height: 36px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #d9dee8;
    color: #606266;
}

.colorFFF {
    color: #fff;
}

.margt10 {
    margin-top: 10px;
}

.margt30 {
    margin-top: 30px;
}

.fh5co-animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.inside-header {
    position: relative !important;
    margin-top: 0 !important;
}

#fh5co-header.navbar-fixed-top {
    position: fixed !important;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    top: 0;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.imgMaxWidth {
    width: 100%;
    max-width: 100%;
}

/* 新编文字 */
.box {
    position: relative;
    width: 100%;
}

/* 首页 */
.homepage {
    position: absolute;
    /*left: 30px;*/
    /*top: 24px;*/
    /*left: 3rem;*/
    /*top: 2rem;*/
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 2rem 0px 0px 2rem;
}

.homepage div {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 1.3rem;
    /* line-height: 32px; */
    line-height: 2rem;
}

.homepage-pa {
    color: #303748;
}

.homepage-pb {
    color: #ffffff;
}

.homepage-btn {
    display: inline-block;
    margin-top: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1.2rem;
    color: #2e82f6;
    width: 8rem;
    /*height: 44px;*/
    border: 1px solid #2e82f6;
    /* line-height: 44px; */
    line-height: 3.4rem;
    text-align: center;
}

/* 问题模块*/
.que-header-title {
    width: 96px;
    height: 23px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* font-size: 24px; */
    font-size: 1.6rem;
    color: #303748;
    /* line-height: 36px; */
    line-height: 2.35rem;
    margin-top: 10px;
    margin-bottom: 30px;
}

.que-box {
    text-align: center;
    height: 32rem;
    /* width: 18.5rem; */
    /* min-height: 420px; */
    background: linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%);
    box-shadow: 3px 4px 8px 0px rgba(220, 229, 248, 0.5);
    border-radius: 6px;
    border: 1px solid;
    border-image: linear-gradient(0deg, #f8fafc, #e9edf3) 10 10;
}

.que-box img {
    margin: 54px 0 35px 0;
    /* width: 87px; */
    width: 6.5rem;
    margin: 3.75rem 0 2.19rem 0;
}

.que-box-img {
    position: relative;
    /* height: 60px; */
    height: 4.6rem;
    /* margin-top: -30px; */
    margin-top: -2rem;
}

.que-box-content {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #4a4c4e;
    /* line-height: 32px; */
    line-height: 2rem;
    text-align: center;
}

.que-title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 2rem;
    color: #303748;
    /* line-height: 36px; */
    line-height: 2.35rem;
    text-align: center;
    margin-bottom: 25px;
}

.que-content {
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 1.11rem;
    color: #4a4c4e;
    /* line-height: 32px; */
    line-height: 2.1rem;
    text-align: left;
    padding: 0 1rem;
}

.que-bottom {
    margin-bottom: 32px;
}

.que-bottom-23 {
    margin-bottom: -23px;
}

.que-bottom-18 {
    margin-bottom: -18px;
}

.que-bottom-60 {
    margin-bottom: -60px;
}

.que-bottom-100 {
    margin-bottom: -100px;
}

.que-flex {
    display: -webkit-box;
    width: 100%;
}

.four-box {
    width: calc(25% - 15px);
    margin-right: 20px;
}

.que-flex-title {
    /* width: 192px; */
    width: 13rem;
    height: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    /* font-size: 24px; */
    font-size: 1.6rem;
    color: #303748;
    /* line-height: 32px; */
    line-height: 2rem;
    margin-right: 22px;
}

.que-flex-titleB {
    /* width: 123px; */
    width: 10rem;
}

.que-flex-titleC {
    width: 100px;
}

.que-flex-content {
    width: calc(100% - 222px);
}

.que-flex-contentB {
    width: calc(100% - 165px);
}

.que-flex-content div {
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 1.11rem;
    color: #606266;
    line-height: 2.3rem;
    /* line-height: 34px; */
}

.que-flex-content div span {
    position: relative;
    top: -2px;
    color: #606266;
    font-size: 12px;
}

.que-app-contentc {
    width: 100%;
}

.que-app-content div {
    font-weight: 500;
    line-height: 2.5;
}


.que-brief-content {
    /*width: 799px;*/
    width: 50rem;
    margin-right: 2rem;
	color: #606266;
    font-size: 1.11rem;
}
.que-brief-content-two {
    font-family:Microsoft YaHei;
    font-size: 1.11rem;
    font-weight: 400;
	color: #606266;
}

.que-brief-content div {
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 1.11rem;
    color: #606266;
    /* line-height: 30px; */
    line-height: 1.975rem;
    margin-bottom: 1.5rem;
    margin-top: -8px;
}

.que-brief-img {
    /*width:calc(100% - 824px);*/
    width: calc(100% - 50rem);
	display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
}

.que-brief-div {
    /*font-family: Microsoft YaHei;*/
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 1rem;
    color: #606266;
    /* line-height: 24px; */
}

.que-culture-box {
    background-image: linear-gradient(to bottom, #ffffff, #f3f4f9);
    border: 1px solid #ffffff;
    /* height: 120px; */
    height: 9.5rem;
    width: calc(33.333% - 10px);
    margin-right: 15px;
}

.que-culture-box img {
    width: 6rem;
    height: 5.5rem;
    /*margin:15px 45px;*/
    margin: 1rem 2rem;
}

.que-padding {
    padding: 0 !important;
}

.que-brief-title {
    font-family: Alimama ShuHeiTi;
    font-weight: bold;
    /* font-size: 22px; */
    font-size: 1.5rem;
    color: #014bb2;
    margin-top: 20px;
    margin-bottom: 15px;
}

.que-brief-titleB {
    margin-top: 20px;
    margin-bottom: 5px;
}

.que-brief-line {
    /* line-height: 1.5; */
}

.que-content-programme {
    position: absolute;
    top: 0px;
}

.que-programme-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    /* font-size: 24px; */
    font-size: 1.6rem;
    color: #303748;
    /* line-height: 32px; */
    line-height: 2rem;
    margin-bottom: 15px;
}

.que-content-programme-div {
    width: 36rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1.11rem;
    color: #606266;
    /* line-height: 32px; */
    line-height: 2rem;
}

.que-content-programme-div span {
    position: relative;
    top: -2px;
    color: #606266;
    font-size: 12px;
}

.que-dialTest-div {
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 1.11rem;
    color: #606266;
    /* line-height: 30px; */
    line-height: 1.975rem;
    padding-left: 100px;
    position: relative;
    top: -60px;
}

.que-dialTest-span {
    /* font-size: 18px; */
    font-size: 1.11rem;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
}

/* active页 */

/* monitor页 */
.monitor-height {
    min-height: 370px;
    background: linear-gradient(180deg, #ffffff 28.999999999999996%, #f2f4f8 100%);
    box-shadow: 3px 3px 6px 0px rgba(220, 229, 248, 0.5);
    border-radius: 6px;
    border: 1px solid;
    border-image: linear-gradient(0deg, #f8fafc, #e9edf3) 10 10;
}

.monitor-height2 {
	height: 25rem;
}

.monitor-height img {
    width: 65px;
    margin-top: 36px;
    margin-bottom: 36px;
}

.monitor-height .que-title,
.monitor-worth .que-title {
    font-size: 2rem;
    margin-bottom: 14px;
}

.monitor-worth {
    border: 1px solid #ffffff;
}

.monitor-worth img.ico {
    width: 83px;
    /* margin-top: 68px; */
    margin-top: 4.35rem;
    /* margin-bottom: 42px; */
    margin-bottom: 2.73rem;
}

.monitor-worth .que-title {
    /* font-size: 26px; */
    font-size: 1.73rem;
    height: 4rem;
    margin-bottom: 0px;
}

.que-title-bottom {
    display: inline-block;
    /* width: 180px; */
    width: 12rem;
    height: 3px;
    background: #b4cefb;
    position: relative;
    top: -16px;
}

.monitor-worth .que-content {
    /*    font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 18px;
        color: #606266;
        line-height: 36px; */
}

.que-box-content-white {
    font-family: Microsoft YaHei;
    font-weight: bold;
    /* font-size: 19px; */
    font-size: 1.29rem;
    color: #ffffff;
    /* line-height: 32px; */
    line-height: 2rem;
    text-align: center;
    position: relative;
    /* margin-top: -46px; */
    margin-top: -3.5rem;
}

/* newwork页 */
.newwork-box {
    /* height: 440px; */
    height: 30.55rem;
    /*width: 20.41rem;*/
    background: linear-gradient(0deg, #ffffff, #f3f5f8);
    box-shadow: 4px 5px 8px 0px rgba(214, 217, 223, 0.24);
    border-radius: 6px;
    border: 2px solid;
    border-image: linear-gradient(0deg, #eceff4, #ffffff) 2 2;
    text-align: center;
}

.newwork-box img {
    /* width: 93px; */
    /* margin-top: 58px;
    margin-bottom: 50px; */
    width: 5.91rem;
    margin-top: 2.73rem;
    margin-bottom: 2.23rem;
}

.newwork-title {
    height: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    /* font-size: 24px; */
    font-size: 1.6rem;
    color: #303748;
    /* line-height: 36px; */
    line-height: 2.35rem;
    /* margin-bottom: 38px; */
    margin-bottom: 3rem;
}

.newwork-content {
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 1rem;
    color: #606266;
    /* line-height: 36px; */
    line-height: 2.35rem;
    padding: 0 20px;
    text-align: left;
}

.newwork-programme-title {
    height: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    /* font-size: 22px; */
    font-size: 1.68rem;
    color: #303748;
    margin-top: 2px;
    /* line-height: 36px; */
    line-height: 2.35rem;
}

.newwork-titleB {
    line-height: 22px;
}

.newwork-content-programme-div {
    height: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 1.11rem;
    color: #606266;
    /* line-height: 30px; */
    line-height: 1.975rem;
    margin-top: 15px;
}

.que-network-programme-div {
    width: 100%;
}

.que-network-div {
    padding-left: 45px;
    height: 45px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 1.11rem;
    color: #303748;
    /* line-height: 30px; */
    line-height: 1.975rem;
    position: relative;
    /* top: -90px; */
    top: -6rem;
}

/* dialTest页 */
.dia-box {
    height: 27.5rem;
    background: linear-gradient(0deg, #ffffff, #f3f5f8);
    box-shadow: 3px 4px 8px 0px rgba(214, 217, 223, 0.24);
    border-radius: 6px;
    border: 2px solid;
    border-image: linear-gradient(0deg, #eceff4, #ffffff) 2 2;
    text-align: center;
}

.dia-box img {
    width: 6.4375rem;
    margin-top: 2.875rem;
    margin-bottom: 2.3125rem;
}

.dia-title {
    height: 1.4375rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 1.5rem;
    color: #303748;
    line-height: 2.25rem;
}

.dia-content {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1.11rem;
    color: #606266;
    line-height: 2rem;
    text-align: left;
    margin-top: 1.5rem;
    padding: 0 1.25rem;
}

.dialTest-bottom-border {
    height: 30.625rem;
    background: linear-gradient(0deg, #ffffff 34%, #f2f4f8 100%);
    border-radius: 0.375rem;
    border: 0.125rem solid #ffffff;
}

.dialTest-bottom-border img {
    width: 4.625rem;
    margin-top: 4.1875rem;
    margin-bottom: 3.75rem;
}

.dialTest-bottom-border .dia-title {
    height: 3rem;
    font-family: Microsoft YaHei;
    
    font-size: 1.625rem;
    color: #303748;
    line-height: 2.25rem;
}

.dia-title-bottom {
    display: inline-block;
    width: 5rem;
    height: 0.1875rem;
    background: #b4cefb;
    position: relative;
    top: -0.8125rem;
}

.dialTest-bottom-border .dia-content {
    font-weight: 400;
   /* font-size: 1.125rem;*/
	 font-size: 1.11rem;
    margin-top: 0.875rem;
}

/* app页 */
.app-flex-content {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1.11rem;
    color: #606266;
    line-height: 1.875rem;
    margin-bottom: 1.125rem;
}

.app-flex-content span {
    position: relative;
    top: -0.125rem;
    color: #606266;
    font-size: 0.75rem;
}

.app-box {
    height: 24.375rem;
    background: linear-gradient(180deg, #ffffff 28.999999999999996%, #f2f4f8 100%);
    box-shadow: 2px 3px 8px 0px rgba(220, 229, 248, 0.5);
    border-radius: 0.375rem;
    border: 0.0625rem solid;
    border-image: linear-gradient(0deg, #f8fafc, #e9edf3) 10 10;
    text-align: center;
}

.app-box img {
    width: 6.125rem;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
}

.app-title {
    height: 1.5625rem;
    font-family: Microsoft YaHei;
    font-weight: 500;
    font-size: 1.625rem;
    color: #014bb2;
    line-height: 2.5rem;
}

.app-content {
    height: 7.375em;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1.11rem;
    color: #606266;
    line-height: 2.125rem;
    padding: 0 1.25rem;
    text-align: left;
    margin-top: 1.8125rem;
}

.app-flex-titleB {
    width: 6rem;
    height: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 1.5rem;
    color: #303748;
    line-height: 1.5rem;
    margin-right: 1.5rem;
}

.app-flex-contentB {
    height: 1.0625rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1.11rem;
    color: #606266;
}

.app-flex-contentC {
    height: 1.0625rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1.11rem;
    color: #606266;
    line-height: 2rem;
    position: relative;
    top: -0.125rem;
}

.app-flex-contentC span {
    position: relative;
    top: -0.125rem;
    color: #606266;
    font-size: 0.75rem;
}

.app-flex-contentD {
    height: 1.0625rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1.11rem;
    color: #606266;
    line-height: 2rem;
    position: relative;
    top: -0.625rem;
}

.app-flex-contentD span {
    position: relative;
    top: -0.125rem;
    color: #606266;
    font-size: 0.75rem;
}

/* web页 */
.app-flex-contentBweb {
    position: relative;
    top: -0.125rem;
}

.app-flex-contentBweb span {
    position: relative;
    top: -0.125rem;
    color: #606266;
    font-size: 0.75rem;
}

.web-title {
    font-size: 1.375rem;
    height: 1.375rem;
    line-height: 2rem;
    position: relative;
    top: 0.375rem;
    margin-right: 1.125rem;
}

/* body{
    overflow-x: hidden;
} */
/* .container {
    transform-origin: center;
    will-change: transform;
} */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%; /* 确保 body 高度为 100% */
}

.xbox {
    min-width: 80rem; /* 设置最小宽度 */
    margin: 0 auto; /* 居中对齐 */
    transform-origin: top left; /* 缩放的基点 */
    overflow: hidden; /* 隐藏溢出的内容 */
}

@media (max-width: 1366px) {
    .container {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important;
    }

    .heg930 {
        height: 840px !important;
    }

    .que-culture-box img {
        margin: 1rem 2rem;
    }

    .que-culture-box {
        /*width: auto;*/
        width: calc(33% - 3px);
    }
}

body {
    overflow-x: hidden;
}

.ctt-box {
    width: calc(33% - 10px);
    margin-right: 20px;
    position: relative;
}
.ctt-box1 {
    width: calc(36% - 10px);
    margin-right: 20px;
    margin-top: 2rem;
    position: relative;
}
.ctt-box2{
    margin-left: 13.5%;
}
.ctt-box3{
    width: calc(20% - 1.2rem);
    margin-right: 1.5rem;
    margin-top: 2rem;
    position: relative;
} 
.ct-box {
    /* width: 28.5rem; */
    height: 20.6rem;
    /* background: #fcfdff; */
    /* border-radius: 8px; */
    /* border: 1px solid #d9e7f9; */
    text-align: center;
    position: absolute;
}
.ct-box1{
    height: 13.6rem !important;
}
.ct-box3{
    width: 100%;
    text-align: center;
    position: absolute;
}
/* .ct-box img {
    margin-top: -3rem;
    width: 5.3rem;
} */
.ct-boxs {
    /* width: 28.5rem; */
    height: 17.6rem;
    background: #fcfdff;
    border-radius: 8px;
    border: 1px solid #d9e7f9;
    text-align: center;
}
.no-box{
    height: 13.6rem;
    background: #fcfdff;
    border-radius: 8px;
    border: 1px solid #d9e7f9;
    text-align: center;
}
.no-box img {
    margin-top: -3rem;
    width: 5.3rem;
}
.ct-title{
    height: 1.5rem;
    font-weight: bold;
    font-size: 1.25rem;
    color: #2099f4;
    line-height: 2.35rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: left;
    margin-left: 2rem;
}

.ct-content {
    font-weight: 400;
    font-size: 1.11rem;
    color: #606266;
    line-height: 1.6rem;
    text-align: left;
    margin-left: 1rem;
    padding: 0 5rem 0 1rem;
}

.ct-content1{
    font-size: 1.11rem;
    line-height: 2.4rem;
    padding:  0 4rem 0 2rem;
}
.ct-title1{
    font-size: 1.5rem;
    line-height:3rem;
    margin: 2.5rem 3rem 2.5rem 3rem ;
}
.ct-title3{
    height: 4rem;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
.imgcenter{
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: -0.5rem;
}
.imgcenter img{
    height: 1.625rem;
    margin-top: 2rem;
}
.ct-content3{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size:1.11rem;
    color: #606266;
    line-height: 2rem;
    padding: 2rem;
}
.cta{
    color: #2099F4;
}
.ctb{
    color: #0862DE;
}
.ctc{
    color: #26A69A;
}
.ctd{
    color: #FFFFFF;
}
.ct-img-tent{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct-img-tent img{
    width: 23rem;
}
.nt-box {
    /* width: 28.5rem; */
    height:21.6rem;
    background: #fcfdff;
    border-radius: 8px;
    border: 1px solid #d9e7f9;
    text-align: center;
}
.img-top1{
    margin-top: 1rem;
}
.nt-box img {
    margin-top: 2rem;
    width: 5.3rem;
}

.nt-title{
    height: 1.5rem;
    font-weight: bold;
    font-size: 1.55rem;
    color: #2099f4;
    line-height: 2.35rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.nt-content {
    font-weight: 400;
    font-size: 1.11rem;
    color: #606266;
    line-height: 2.35rem;
    margin-left: 1.2rem;
    text-align: left;
    padding: 0 1rem;
}
.mo-div {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1.11rem;
    color: #606266;
    line-height: 2rem;
}

.mo-div span {
    top: -2px;
    color: #606266;
    font-size: 12px;
}
.mart-60{
    margin-top: 60px
}
.abback{
    margin-left: 16.5%;
    width: 66%;
    height: 4rem;
    background: linear-gradient(90deg, rgba(232,241,255,0) 0%, rgba(220,232,255,0.8) 50%, rgba(220,232,255,0) 100%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1.625rem;
    color: #0862DE;
    margin-top: 2rem;
}
.gun{
    height: 2px;
    width: 86px;
    top: -2px;
    display: inline-block;
    position: absolute;
    background: #2E82F6;
    left: calc(50% - 43px)!important;
}
.dropdown-menu > li > a{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #303748;
    line-height: 48px;
}
.navbar-nav > li > .dropdown-menu{
    background: #FFFFFF;
    box-shadow: 0px 3px 14px 0px rgba(201,201,201,0.44);
    border-radius: 6px;
    border: 1px solid #EEEEEE;
    border-top-right-radius: 6px!important;
    border-top-left-radius: 6px!important;
}
.dropdown-menu > li > a:hover{
    color: #2E82F6!important;
    background-color: #FFFFFF!important;
}
.dropdown-menu{
    top: calc(100% + 9px)!important;
    left: calc(50% - 115px)!important;
    width:230px;
    padding: 20px 0px!important;
}
.dropdownImage{
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.dropdown{
    cursor: pointer;
}














@media screen and (min-width: 2000px) and (max-width: 3840px) 
{
	.container {
		width: 150rem;
	}
	.homepage div {
		font-family: Microsoft YaHei;
		font-weight: bold;
		font-size: 1.3rem;
		line-height: 32px;
	}
	.maxWidth2 
	{
		width: 100%;
		max-width: 100%;
	}
	.que-brief-content{
		width: 50rem;
		margin-right: 2rem;
		font-size: 14px;
	}
	.que-brief-img{
		width: calc(100% - 52rem);
	}
	.que-brief-content div {
		font-size: 1.11rem;
		color: #606266;
	}
	.que-brief-content-two{
		font-size: 1.11rem;
		color: #606266;
	}
/* 	.app-flex-content {
		font-size: 1rem;
	} */
}



@media screen and (min-width: 1600px) and (max-width: 1999px) 
{
	.container {
		width: 140rem;
	}
	.homepage div {
		font-family: Microsoft YaHei;
		font-weight: bold;
		font-size: 1.3rem;
		line-height: 32px;
	}
	.maxWidth2 
	{
		width: 100%;
		max-width: 100%;
	}
	.que-brief-content{
		width: 50rem;
		margin-right: 2rem;
		font-size: 14px;
	}
	.que-brief-img{
		width: calc(100% - 52rem);
	}
	.que-brief-content div {
		font-size: 1.11rem;
		color: #606266;
	}
	.que-brief-content-two{
		font-size: 1.11rem;
		color: #606266;
	}
/* 	.app-flex-content {
		font-size: 1rem;
	} */
}


@media screen and (min-width: 1300px) and (max-width: 1599px) 
{
	.container {
		width: 130rem;
	}
	.homepage div 
	{
		font-family: Microsoft YaHei;
		font-weight: bold;
		font-size: 1.5rem;
		line-height: 32px;
	}
	.maxWidth2 
	{
		min-width: 100%;
		max-width: 100%;
		max-height: 100%;
		display: flex;
		align-items: center; /* 垂直居中 */
		justify-content: center; /* 水平居中 */
	}
	.que-content,.app-content,.app-flex-content,.que-flex-content,
	.que-content-programme-div,.mo-div,.app-flex-contentB,
	.app-flex-contentC,.app-flex-contentD,.dia-content,.nt-content{
		font-size: 1.2rem;
		color: #4a4c4e;
		/* text-indent: 2em; */
	}
	.ct-content{
		font-size: 0.8rem;
		line-height: 1.6rem;
		/* color: #4a4c4e; */
		/* text-indent: 2em; */
	}
    .ct-title{
        font-size: 1rem;
        height: 1rem;
    }
	
    .ct-content1{
        font-size: 1.1rem;
        line-height: 2.2rem;
        padding:  0 4rem 0 2rem;
    }
    .ct-title1{
        font-size: 1.5rem;
        line-height:3rem;
        margin: 2.5rem 3rem 2.5rem 3rem ;
    }
    .ct-title3{
        height: 3.6rem;
    }
	.que-brief-content
	{
		width: 50rem;
		margin-right: 2rem;
		font-size: 1.2rem;
		text-indent: 2em;
	}
	.que-brief-img{
		width: calc(100% - 50rem);
	}
	.que-brief-content div {
		font-size: 1.11rem;
		color: #606266;
		
	}
	.que-brief-content-two{
		font-size: 1.11rem;
		color: #606266;
		text-indent: 2em;
	}

	.que-content-programme-div {
		width: 40rem;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1299px) 
{
	.ct-content{
		font-size: 0.75rem;
		line-height: 1.6rem;
		color: #4a4c4e;
		/* text-indent: 2em; */
	}
	.ct-title{
	    font-size: 0.9rem;
	    height: 1rem;
	}
    .ct-content1{
        font-size: 1.1rem;
        line-height: 2.2rem;
        padding:  0 4rem 0 2rem;
    }
    .ct-title1{
        font-size: 1.5rem;
        line-height:3rem;
        margin: 2.5rem 3rem 2.5rem 3rem ;
    }
    .ct-title3{
        height: 3.6rem;
    }
    .imgcenter img{
        margin-top: 1.625rem;
    }
    .app-content{
        font-size: 0.9rem;
        line-height: 1.8rem;
    }
    .maxWidth2
    {
    	width: 100%;
    	max-width: 100%;
    }
}



@media screen and (min-width: 800px) and (max-width: 1200px) 
{
	.container 
	{
		width: 110rem;
	}
	.homepage div 
	{
		font-family: Microsoft YaHei;
		font-weight: bold;
		font-size: 1.8rem;
		line-height: 32px;
	}
	.maxWidth2 
	{
		width: 75%;
		max-width: 75%;
	}
	.que-content,.app-content,.app-flex-content,.que-flex-content,
	.que-content-programme-div,.mo-div,.app-flex-contentB,
	.app-flex-contentC,.app-flex-contentD,.dia-content,.nt-content{
		font-size: 1.5rem;
		color: #4a4c4e;
		/* text-indent: 2em; */
	}
    .ct-title{
        font-size: 1.5rem;
        line-height: 3rem;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    
    .ct-content{
    	font-size: 1.5rem;
    	color: #4a4c4e;
        padding: 0 6.5rem 0 1rem;
    	/* text-indent: 2em; */
    }
	.que-brief-content
	{
		width: 60rem;
		margin-right: 2rem;
		font-size: 1.333rem;
	}
	.que-brief-img{
		width: calc(100% - 60rem);
	}
	.que-brief-content div {
		font-size: 1.333rem;
		color: #606266;
		text-indent: 2em;
		
	}
	.que-brief-content-two{
		font-size: 1.333rem;
		color: #606266;
		text-indent: 2em;
	}

	.que-content-programme-div {
		width: 40rem;
	}
    .imgcenter img{
        margin-top: 2.4rem;
    }
}

a.header-ec{
    color: #4A4D52;
    display: inline-block;
    font-weight: 400;
    text-decoration: none!important;
    margin-left: 30px;
    border: 1px solid #D9DEE8;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 20px;
    border-radius: 5px;
}
a.header-ec:hover{
    color: #4A4D52;
}


