/* 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: 202px;
    height: 42px;
    margin-top: 14px;
    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: 190px;
    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: 450px;
    padding-left: 30px;
    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: 10px;
    border-radius: 4px;
    border: 1px solid #d9dee8;
}

.formDiv textarea {
    vertical-align: top;
    margin-top: 10px;
    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: Arial, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    /* line-height: 32px; */
    line-height: 2rem;
}

.homepage-pa {
    color: #303748;
}

.homepage-pb {
    color: #ffffff;
}

.homepage-btn {
    display: inline-block;
    margin-top: 15px;
    font-family: Arial, sans-serif;
    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: Arial, sans-serif;
    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: Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4a4c4e;
    /* line-height: 32px; */
    line-height: 2rem;
    text-align: center;
}

.que-title {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #303748;
    /* line-height: 36px; */
    line-height: 2.35rem;
    text-align: center;
    margin-bottom: 25px;
}

.que-content {
    font-family: Arial, sans-serif;
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 1rem;
    color: #4a4c4e;
    /* line-height: 32px; */
    line-height: 1.5rem;
    text-align: left;
    padding: 0 1rem;
}

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

.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: Arial, sans-serif;
    font-weight: bold;
    /* font-size: 24px; */
    font-size: 1.6rem;
    color: #303748;
    /* line-height: 32px; */
    line-height: 2rem;
    margin-bottom: 1rem;
}

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


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

.que-flex-content div {
    font-family: Arial, sans-serif;
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 1.2rem;
    color: #606266;
    line-height: 1.5rem;
    /* line-height: 34px; */
}

.que-flex-content div span {
    position: relative;
    top: -0.125rem;
    color: #606266;
    font-size: 0.85rem;
}

.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: medium;
}
.que-brief-content-two {
    font-size: 1rem;
	 color: #606266;
}

.que-brief-content div {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #606266;
    line-height: 1.5rem;
    /* margin-bottom: 0.5rem; */
    margin-top: -8px;
    text-indent: 0;
}

.que-brief-img {
    /*width:calc(100% - 824px);*/
    width: calc(100% - 51rem);
    display: flex;
    align-items: start;
    justify-content: start;
}

.que-brief-div {
    /*font-family: Arial, sans-serif;*/
    font-family: Arial, sans-serif;
    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: Arial, sans-serif;
    font-weight: bold;
    /* font-size: 24px; */
    font-size: 1.5rem;
    color: #303748;
    /* line-height: 32px; */
    line-height: 1.5rem;
    margin-bottom: 15px;
}

.que-content-programme-div {
    width: 36rem;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #606266;
    /* line-height: 32px; */
    line-height: 1.5rem;
}

.que-content-programme-div span {
    position: relative;
    top: -0.125rem;
    color: #606266;
    font-size: 0.85rem;
}

.que-dialTest-div {
    font-family: Arial, sans-serif;
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 1.5rem;
    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.23rem;
    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-height img {
    width: 65px;
    margin-top: 36px;
    margin-bottom: 36px;
}

.monitor-height .que-title,
.monitor-worth .que-title {
    font-size: 1.6rem;

}

.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.5rem;
    line-height: 2rem;
    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: Arial, sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #606266;
        line-height: 36px; */
}

.que-box-content-white {
    font-family: Arial, sans-serif;
    font-weight: bold;
    /* font-size: 19px; */
    font-size: 1rem;
    color: #ffffff;
    /* line-height: 32px; */
    line-height: 1.5rem;
    text-align: center;
    position: relative;
    /* margin-top: -46px; */
    margin-top: -3.9rem;
}

/* 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: Arial, sans-serif;
    font-weight: bold;
    /* font-size: 24px; */
    font-size: 1.3rem;
    color: #303748;
    /* line-height: 36px; */
    line-height: 1.6rem;
    /* margin-bottom: 38px; */
    margin-bottom: 3rem;
}

.newwork-content {
    font-family: Arial, sans-serif;
    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: Arial, sans-serif;
    font-weight: bold;
    /* font-size: 22px; */
    font-size: 1.3rem;
    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: Arial, sans-serif;
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 1rem;
    color: #606266;
    /* line-height: 30px; */
    line-height: 1.5rem;
    margin-top: 1rem;
}

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

.que-network-div {
    height: 45px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 0.9rem;
    color: #303748;
    /* line-height: 30px; */
    line-height: 1.2rem;
}

/* 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: Arial, sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    color: #303748;
    line-height: 2.25rem;
}

.dia-content {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    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: Arial, sans-serif;
    
    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.3rem;
    margin-top: 0.875rem;
}

/* app页 */
.app-flex-content {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    color: #606266;
    line-height: 1.875rem;
    margin-bottom: 1.125rem;
}

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

.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: Arial, sans-serif;
    font-weight: 500;
    font-size: 1.625rem;
    color: #014bb2;
    line-height: 2.5rem;
}

.app-content {
    height: 7.375em;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: #606266;
    line-height: 1.4rem;
    padding: 0 1.25rem;
    text-align: left;
    margin-top: 1.8125rem;
}

.app-flex-titleB {
    height: 2rem;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    color: #303748;
    line-height: 1.5rem;
    margin-right: 1.5rem;
}

.app-flex-contentB {
    height: 1.0625rem;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #606266;
    line-height: 1.5rem;
    width: 85%;
}

.app-flex-contentC {
    height: 1.0625rem;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #606266;
    line-height: 1.5rem;
}

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

.app-flex-contentD {
    height: 1.0625rem;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #606266;
    line-height: 1.5rem;
    position: relative;
    top: -0.625rem;
}

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

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

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

.web-title {
    font-size: 1.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{
    margin-top: 2rem;
    font-weight: bold;
    font-size: 0.95rem;
    color: #2099f4;
    line-height: 1.2rem;
    text-align: left;
    margin-left: 2rem;
	margin-right: 3.2rem;
}

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

.ct-content1{
    font-size: 1rem;
    line-height: 1.3rem;
    padding:  0 4rem 0 2rem;
}
.ct-title1{
    font-size: 1.35rem;
    line-height:1.5rem;
    margin: 2.5rem 3rem 1rem 3rem ;
}
.ct-title3{
    height: 4rem;
    font-weight: bold;
    font-size: 1.1rem;
    font-family: Arial, sans-serif;
    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: Arial, sans-serif;
    font-weight: 400;
    font-size:1rem;
    color: #606266;
    line-height: 1.6rem;
    padding: 1rem;
    text-align: left;
}
.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.23rem;
    color: #606266;
    line-height: 2.35rem;
    margin-left: 1.2rem;
    text-align: left;
    padding: 0 1rem;
}
.mo-div {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #606266;
    line-height: 2rem;
}

.mo-div span {
    position: relative;
    top: -0.125rem;
    color: #606266;
    font-size: 0.85rem;
}
.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: Arial, sans-serif;
    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: Arial, sans-serif;
    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% - 210px)!important;
    width:420px;
    padding: 20px 0px!important;
}
.dropdownImage{
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.dropdown{
    cursor: pointer;
}
.us-images-content{
    position: absolute;
    top: 12rem;
    left:2rem;
}
.monitor-box{
    height: 28rem;
}
.titlea-count{
	font-size: 1.3rem;
	color: #0862DE;
	font-weight: 400;
}
.titleb-count{
	font-size: 0.9rem;
	color: #606266;
	margin-top: 1.5rem;
}
.titlec-count{
	font-size: 0.9rem;
	color: #606266;
	margin-top: 1rem;
}
.coent-div-a{
	margin-top: 3rem;
	font-size: 1rem;
	color: #0862DE;
}
.coent-div-b{
	margin-top: 1.3rem
}
.imgtop1{
	margin-top: 3.8rem;
}
.imgtop2{
	margin-top: 6rem;
}
.imgtop3{
	margin-top: 6.75rem
}
.imgtop4{
	margin-top: 4.5rem;
}
.imgtop5{
	margin-top: 6rem;
}
.imgtop6{
	margin-top: 7rem
}









@media screen and (min-width: 2000px) and (max-width: 3840px) 
{
	.container {
		width: 150rem;
	}
	.homepage div {
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 1.3rem;
		line-height: 32px;
	}
	.maxWidth2 
	{
		width: 70%;
		max-width: 70%;
	}
	.que-brief-content{
		width: 60rem;
		margin-right: 2rem;
	}
	.que-brief-content div {
		font-size: 1.1rem;
		color: #606266;
	}
	.que-brief-content-two{
		font-size: 1.1rem;
		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: Arial, sans-serif;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 32px;
	}
	.maxWidth2 
	{
		width: 70%;
		max-width: 70%;
	}
	.que-brief-content{
		width: 60rem;
		margin-right: 2rem;
		font-size: 14px;
	}
	.que-brief-content div {
		font-size: 1rem;
		color: #606266;
	}
	.que-brief-content-two{
		font-size: 1rem;
		color: #606266;
	}
	.app-flex-content {
		font-size: 1rem;
	}
}


@media screen and (min-width: 1300px) and (max-width: 1599px) 
{
	.container {
		width: 130rem;
	}
    .que-brief-div{
        font-size: 0.8rem;
    }
	.homepage div 
	{
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 1.1rem;
		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: 0.85rem;
		color: #4a4c4e;
		/* text-indent: 2em; */
	}
    .que-title{
       font-size:1.3rem 
    }
	.ct-content{
		font-size: 0.65rem;
		line-height: 0.95rem;
		/* color: #4a4c4e; */
		/* text-indent: 2em; */
	}
    .ctb-content{
    	font-size: 0.8rem;
    }
    .ct-title {
        font-size: 0.85rem;
        line-height: 1.2rem;
        /* height: 1rem; */
    }
	
    .ct-content1{
        font-size: 0.7rem;
        line-height: 1.2rem;
        padding:  0 4.2rem 0 2rem;
    }
    .ct-title1{
        font-size: 1.2rem;
        line-height:1.8rem;
        margin: 2.5rem 3rem 1.5rem 3rem ;
    }
    .ct-title3{
        height: 3.6rem;
    }
	.que-brief-content
	{
		width: 50rem;
		margin-right: 2rem;
		font-size: 1.2rem;
		text-indent: 2em;
	}
	.que-brief-content div {
		font-size: 1rem;
		color: #606266;
		
	}
	.que-brief-content-two{
		font-size: 1rem;
		color: #606266;
		/* text-indent: 2em; */
	}

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

@media screen and (min-width: 1201px) and (max-width: 1299px) 
{
    .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:0.85rem;
    	color: #4a4c4e;
    	/* text-indent: 2em; */
    }
    .que-title{
       font-size:1.2rem 
    }
    
	.ct-content{
		font-size: 0.65rem;
		line-height: 1rem;
		color: #4a4c4e;
		/* text-indent: 2em; */
	}
    .que-brief-div{
        font-size: 0.8rem;
    }
	.ct-title{
        font-size: 0.8rem;
        line-height: 1rem;
	}
    .ct-content1{
        font-size: 0.7rem;
        line-height: 1.2rem;
        padding:  0 4.7rem 0 2rem;
    }
    .ct-title1{
        font-size: 1.2rem;
        line-height:1.6rem;
        margin: 2.5rem 3rem 1.5rem 3rem ;
    }
    .ct-title3{
        height: 3.6rem;
    }
    .imgcenter img{
        margin-top: 1.625rem;
    }
    .app-content{
        font-size: 0.85rem;
        line-height: 1.4rem;
    }
}



@media screen and (min-width: 800px) and (max-width: 1200px) 
{	
	.que-box img{
		margin: 2.75rem 0 1.19rem 0;
	}
	.que-title{
	   font-size:1.8rem; 
	   margin-bottom:1rem;
	}
	.que-brief-img {
	    /*width:calc(100% - 824px);*/
	    width: 35%;
	}
	.app-box2 {
	    height: 26rem;
	}
	.imgtop1{
		margin-top: 4.5rem;
	}
	.imgtop2{
		margin-top: 9.25rem;
	}
	.imgtop3{
		margin-top: 9.75rem
	}
	.imgtop4{
		margin-top: 6.5rem;
	}
	.imgtop5{
		margin-top: 9.25rem;
	}
	.imgtop6{
		margin-top: 9.75rem
	}
	.que-flex-title{
		font-size: 1.8rem;
	}
	.monitor-worth img.ico{
		margin-top: 2.75rem;
		margin-bottom: 1.25rem;
	}
	.que-bottom{
		margin-bottom: 1rem;
	}
	.que-flex-content div{
		font-size: 1.6rem;
		line-height: 1.8rem;
	}
	.titlea-count{
		font-size: 2.5rem;
		color: #0862DE;
		font-weight: 400;
	}
	.titleb-count{
		font-size: 1.8rem;
		color: #606266;
		margin-top: 1.5rem;
	}
	.titlec-count{
		font-size: 1.8rem;
		color: #606266;
		margin-top: 1rem;
	}
	.coent-div-a{
		margin-top: 3rem;
		font-size: 1.6rem;
		color: #0862DE;
	}
	.coent-div-b{
		margin-top: 1.3rem
	}
	.que-programme-title{
		font-size: 1.8rem;
	}
	.app-flex-titleB {
	    font-size: 1.8rem;
		height: 2.5rem;
	}
	
	.app-flex-contentB {
	    line-height: 1.8rem;
	}
	.img-5G-06{
		width: 90%;
		margin-left: 5%;
	}
	.que-network-div{
		width: 90%;
		margin-left: 5%;
		font-size: 1.6rem;
		line-height: 1.6rem;
		margin-top: 1rem;
	}
	.newwork-content-programme-div{
		font-size: 1.6rem;
	}
	.newwork-programme-title{
		font-size: 1.8rem;
	}
	.newwork-box img{
		margin-top: 2.23rem;
		margin-bottom: 2rem;
	}
	.newwork-title{
		font-size: 1.8rem;
		line-height: 1.6rem;
		margin-bottom: 1.6rem;
	}
	.ct-img-tent img{
		width: 50rem;
	}
	.ct-content3{
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.que-box-content-white{
		font-size: 1.6rem;
		line-height: 1.6rem;
	}
	.container 
	{
		width: 110rem;
	}
    .ct-title3{
		font-size: 1.8rem;
        height: 6.5rem;
    }
	.homepage div 
	{
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 2rem;
		line-height: 3rem;
	}
	.homepage-btn{
		font-size: 1.5rem;
		width: 10rem;
	}
	.section-heading h2,.section-heading1 h2{
		font-size: 3rem;
	}
    .us-images-content{
        top: 18rem;
    }
	.maxWidth2 
	{
		width: 100%;
		max-width: 100%;
	}
	.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.6rem;
		color: #4a4c4e;
		/* text-indent: 2em; */
	}
    .monitor-box .que-content{
        font-size: 1.6rem;
        line-height: 1.85rem;
    }
    .que-content{
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
    .ct-title{
        font-size: 1.7rem;
        line-height: 1.7rem;
    }
	.ct-title1{
	    font-size: 1.8rem;
	    line-height:2rem;
	    margin: 2.5rem 3rem 1rem 3rem ;
	}
    .abback{
		font-size: 2rem;
	}
    .ct-content{
    	font-size: 1.6rem;
        line-height: 1.6rem;
        padding: 0 7rem 0 1rem;
    }
	.ct-content1{
    	font-size: 1.6rem;
        line-height: 2rem;
		padding: 0 6.5rem 0 2rem;
    }
	.que-brief-content
	{
		width: 65%;
		margin-right: 2rem;
		font-size: 1.5rem;
	}
	.que-brief-content div {
		font-size: 1.8rem;
		line-height:2.2rem;
		color: #606266;
		
	}
	.que-brief-content-two{
		font-size: 1.8rem;
		line-height: 2.2rem;
		color: #606266;
		text-indent: 0;
	}
	.que-header-title{
		font-size: 3rem;
		line-height:4rem;
		margin-bottom:4rem;
	}
	.que-content-programme-div {
		width: 65rem;
		line-height: 2.5rem;
	}
    .imgcenter img{
        margin-top: 2.4rem;
    }
	.que-brief-title{
		font-size: 2rem;
	}
	.que-brief-div{
        font-size: 1.5rem;
    }
	.que-culture-box{
		height: 12rem
	}
	.que-culture-box img{
		width: 9rem;
		height: 8.25rem;
		margin: 2rem;
	}
	.monitor-height .que-title{
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	.monitor-worth .que-title{
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.monitor-height img{
		margin: 3.75rem 0 2.19rem 0;
	}
	.app-flex-content-title{
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.app-title{
		font-size:1.8rem;
	}
	.app-content-line{
		line-height: 1.75rem;
	}
	.app-flex-contentC{
		line-height: 1.8rem;
	}
	.app-flex-contentD{
		line-height: 1.8rem;
	}
}

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;
}


