.aboutNav {
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    position: sticky;
    top: 0;
    background: #F5F5F5;
    z-index: 9;
    margin-top: -10px;
}

.aboutNavCur {
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
}

.aboutNav div {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.aboutNav div nav {
    display: inline-block;
}

.aboutNav div a {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    /*line-height: 5em;*/
    line-height: 3.5em;
    width: 8em;
    color: #888888;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.aboutNav div a:hover,
.aboutNav div .aboutcur1 {
    color: #FFFFFF !important;
    background: var(--color);
    border-bottom: 1px solid rgb(78, 131, 201);
}



#profile {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 0px;
}

#profile>.profileTxt {
    width: 100%;
    display: flex;
    justify-content: center;
}

#profile section {
    box-sizing: border-box;
    /*width: 50%;*/
    padding: 0 2%;
}


#profile iframe {
    width: 100%;
}

#profile .about-text-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #1e2b58;
}

#profile .about-text-title h1 {
    width: 100%;
    color: #ededed;
    font-size: 48px;
    margin-top: 0;
    margin-bottom: -0.4em;
}

#profile .about-text-title:after {
    content: "";
    display: block;
    width: 8rem;
    height: 2px;
    background-color: #e79719;
    margin-top: 6px;
}



#profile section:last-child .about-text-content {
    text-indent: 2em;
}

#profile section:last-child .about-text-content::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px;
    /*高宽分别对应横竖滚动条的尺寸*/
}

#profile section:last-child .about-text-content::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    background: #535353;
}

#profile section:last-child .about-text-content::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

#profile section:last-child .aboutImg {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

#vision {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#vision .visiontxt {
    width: 100%;
    display: flex;
    margin: 0 auto 100px;
}

#vision .visiontxt section {
    width: 50%;
}

#vision section {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 10%;
}

#vision .visiontxt section:first-child {
    text-align: right;
}

#vision section h6 {
    font-size: 20px;
    font-weight: 600;
}

#vision .visiontxt section:first-child h6 {
    margin: 0 0 20px 0;
}

#vision .visiontxt section:last-child h6 {
    margin: 20px 0 4px 0;
}

#vision section p {
    font-size: 14px;
    line-height: 2em;
}

#vision section:first-child {
    border-right: 1px solid #dddddd;
}


#profile .about-text-title {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 15px;
}

.profile-thumb {
    width: 71%;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.profile-txt {
    width: 50%;
    height: auto;
    float: right;
    position: relative;
}

.profile-body {
    background: #FFFFFF;
    padding: 35px;
    box-shadow: 5px 0 10px #E1E1E1;
}

.about-vision ul li {
    padding: 0 10px;
}

.about-vision ul li .vision-body {
    background: #F5F5F5;
    margin-bottom: 20px;
    padding: 15px 20px;
    height: 100px;
}

.about-vision ul li+li .vision-body {
    height: 100px;
}

.about-vision .visionTit {
    font-size: 20px;
    line-height: 2;
}

.about-vision .visionTxt {
    font-size: 14px;
    line-height: 2;
    color: #757575;
    white-space: nowrap;
}

.about-vision .vision-body {
    position: relative;
}

.about-vision .vision-body span {
    position: absolute;
    height: 80px;
    right: 2px;
    bottom: 0;
    color: #E3E3E3;
    font-size: 80px;
    font-family: "iconfont" !important;
}

.about-vision .vision-body .vision-body-icon2 {
    height: 40px;
    font-size: 40px;
    right: 17px;
    top: 15px;
    bottom: 26px;
}

.about-vision ul li:hover .vision-body {
    background: rgb(32, 104, 172);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.about-vision ul li:hover * {
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}



.box .proser ul li .tit {
    padding: 0 10px;
    float: none;
}

.box .proser ul li .jj {
    line-height: 35px;
}

.box .proser ul li .more {
    margin-top: 0;
}

.productList li .product-thumb {
    overflow: hidden;
}

.productList li:hover img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



.contacts .map-title {
    font-size: 22px;
    line-height: 2;
}

.contacts ul {
    line-height: 1.8;
    font-size: 16px;
    padding: 15px 20px;
    background: #FAFAFA;
}

.contacts ul li i {
    width: 26px;
    display: inline-block;
    text-align: center;
    color: var(--color1);
}

.xq-left {
    overflow: hidden;
}

.news-list li:hover .xq-left img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.box .proser .tpolynews_1 ul li {
    margin-bottom: 11px;
    padding-bottom: 20px;
}

.xq-right {
    width: 60%;
    float: left;
    margin-left: 2%;
}

.studyFrame {
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.studyFrame iframe {
    width: 45%;
    height: 60vh;
    margin: auto;
    border: 5px #FFFFFF solid;
    background: #000000;
}


#onlineLearn li:hover .learnImg img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.BMap_Marker.BMap_noprint {
    background: url(../images/us_mk_icon.png) 0 3px !important;
}

.anchorBL img,
.BMap_cpyCtrl {
    display: none;
}

.product .introduce>div img {
    width: auto;
    max-width: 100%;
    display: unset;
}

.noresult {
    width: 100%;
}

.noresult img {
    width: 500px;
    margin: 0 auto;
    display: block;
    max-width: 80%;
}




.productModule .relatedProduct ul li a>div h4 {
    font-weight: normal;
    margin: 0;
    font-size: 16px;
    line-height: 35px;
}


.about-vision-left {
    background: #F5F5F5;
    height: 220px;
    transition: all 0.5s;
    cursor: pointer;
    padding-top: 35px;
}

.about-vision-left:hover {
    background: rgb(32, 104, 172);
}

.about-vision-left:hover .visionTit {
    color: #ffffff;
}

.about-vision-left:hover .visionTxt {
    color: #ffffff;
}

.tpolyTeams-box {
    display: flex;
}

.tpolyTeams-box-img {
    flex: 0 0 70%;
}

.tpolyTeams-info {
    flex: 0 0 30%;
    padding: 20px;
    background-color: #F5F5F5;
    overflow: hidden;
}

.tpolyTeams-info-title {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.tpolyTeams-info-word {
    text-align: justify;
}