.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clearfix:after, .clearfix::before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

body {
    line-height: 1;
}

.container-full {
    width: 100%;
    min-width: 1400px;
}

.container-center {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.language{
    cursor: pointer;
    position: relative;
}
.language .menu{
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 0px;
    top: 70px;
    background: #fff;
    z-index: 999;
    display: none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}
.language .menu a{
    display: block;
    height: 36px;
    line-height: 36px;
    color: #333;
}
.language:hover .menu{
    display: block;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
	height:100px;
    
}
.header .logo {
    width: 486px;
    height: 64px;
    overflow:hidden
}
.header .logo a,
.header .logo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.header .nav ul{
	padding:0;
	margin:0;
}
.header .nav ul li{
	display:inline-block;
	position:relative;
}
.header .nav .link {
    font-size: 17px;
    font-weight: 400;
    color: #010000;
    margin:0 30px;
	display:inline-block;
	height:100px;
	line-height:100px;
	
}
.header .nav .link:hover,.header .nav .link.hover{
    color:#0075cf;
}
.header .nav ul li .sub-menu{
	display:none;
	position:absolute;
	top:100px;
	width:200%;
	left:-50%;
	height:auto;
	border-radius:0 0 10px 10px;
	overflow:hidden;
	z-index:99;
}
.header .nav ul li:hover .sub-menu{
	display:block;
}
.header .nav .sub-menu a{
	display:block;
	color:#fff;
	background:rgba(0,0,0,0.75);
	height:42px;
	line-height:42px;
	font-size:15px;
	padding:0 10px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.header .nav .sub-menu a:hover{
	background:#000;
	font-weight:bold;
}
.header .search {
    font-size: 20px;
    color: #707070;
    margin-right: 50px;
    display: none;
}
.header .space_icon {
    width: 1px;
    height: 20px;
    background: #cacaca;
    margin-right: 50px;
}
.header .language .header {
    display: flex;
    align-items: center;
}
.header .language .header .iconfont {
    font-size: 22px;
    color: #707070;
}
.header .language .header .text {
    font-size: 15px;
    font-weight: 400;
    color: #222222;
    margin: 0 7px;
}
.header .language .header .icon-xiasanjiaoxing {
    font-size: 14px;
}

.home-swiper {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
}
.home-swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-swiper .home-swiper-buttons {
    position: absolute;
    pointer-events: none;
    width: 1400px;
    height: 60px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
}
.home-swiper .home-swiper-buttons .button {
    pointer-events: all;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}
.home-swiper .home-swiper-buttons .button .iconfont {
    font-size: 20px;
}
.home-swiper .home-pagination {
    align-items: center;
    display: flex;
    justify-content: center;
}
.home-swiper .home-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-swiper .home-pagination .swiper-pagination-bullet-active {
    width: 22px;
    height: 22px;
    border: 1px solid #ffffff;
    background: transparent;
}
.home-swiper .home-pagination .swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}

.about-bg {
    background: url(../images/bg1.png) no-repeat center center/100% 100%;
}

.about {
    padding: 100px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.about .about-head {
    position: relative;
}
.about .about-head .about-title {
    position: absolute;
    font-size: 32px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #222222;
    line-height: 43px;
    background: linear-gradient(270deg, #0075cf 0%, #11c7c9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 43px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.about .about-head .title {
    font-size: 124px;
    font-weight: bold;
    color: #d8e3eb;
    -webkit-user-select: none;
    user-select: none;
}
.about h4 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-top: 50px;
}
.about p {
    color: #555555;
    font-size: 16px;
    line-height: 30px;
    width: 1170px;
    margin-top: 30px;
}

.mod-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 56px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    font-weight: 600;
    background: url(../images/rencai.png) #11c7c9 no-repeat left 40px center;
    margin: 0 auto;
}
.mod-more .text {
    margin-right: 10px;
    text-transform: uppercase;
    color: #fff;
}

.about-data {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 88px;
}
.about-data .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-data .num {
    font-size: 60px;
    font-weight: 700;
    color: #0075cf;
    background: linear-gradient(270deg, #0075cf 0%, #11c7c9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.about-data .num .uint {
    font-size: 40px;
}
.about-data .text {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    margin-top: 15px;
}

.service-bg {
    background: url(../images/bg2.png) no-repeat center center/100% 100%;
}

.service {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service .head {
    text-align: center;
    color: #fff;
}
.service .head .en {
    font-size: 46px;
    text-transform: uppercase;
}
.service .head .cn {
    font-size: 30px;
    margin-top: 10px;
}
.service-cards {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.service-cards .card {
    width: 448px;
    height: 280px;
    margin-right: 28px;
    margin-top: 28px;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service-cards .card:nth-child(1) {
    background: url(../images/bg3.png) no-repeat center center/100% 100%;
}
.service-cards .card:nth-child(2) {
    background: url(../images/bg4.png) no-repeat center center/100% 100%;
}
.service-cards .card:nth-child(3) {
    background: url(../images/bg5.png) no-repeat center center/100% 100%;
}
.service-cards .card:nth-child(4) {
    background: url(../images/bg6.png) no-repeat center center/100% 100%;
}
.service-cards .card:nth-child(5) {
    background: url(../images/bg7.png) no-repeat center center/100% 100%;
}
.service-cards .card:nth-child(6) {
    background: url(../images/bg8.png) no-repeat center center/100% 100%;
}
.service-cards .card:nth-child(3n) {
    margin-right: 0;
}
.service-cards .card > h3 {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 30px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}
.service-cards .card > span {
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 12px;
}
.service-cards .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
.service-cards .icon img {
    max-width: 100%;
    min-height: 100%;
}

.news-center {
    padding: 80px 0;
}
.news-center .news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-center .news-header .news-title .en {
    font-size: 46px;
    color: #0075cf;
    font-weight: 600;
    text-transform: uppercase;
}
.news-center .news-header .news-title .cn {
    font-size: 30px;
    color: #222222;
}
.news-center .news-header .tabs {
    display: flex;
}
.news-center .news-header .tabs .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 46px;
    border: 1px solid #cfcfcf;
    border-radius: 23px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    margin-left: 15px;
}
.news-center .news-header .tabs .active {
    background-color: #0075cf;
    color: #ffffff;
    border: 0;
}

.tabs-wap {
    margin-top: 40px;
}

.news-poster {
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #f3f3f3;
}
.news-poster .img {
    flex-shrink: 0;
    width: 448px;
    height: 290px;
    overflow: hidden;
    margin-right: 50px;
}
.news-poster .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.news-poster .poster-text {
    padding: 35px 0;
    display: flex;
    flex-direction: column;
}
.news-poster .poster-text .head {
    display: flex;
    align-items: center;
}
.news-poster .poster-text .head h3 {
    font-size: 26px;
    font-weight: 400;
    color: #222222;
    width: 815px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-poster .poster-text .head .tag {
    background: #0075cf;
    color: #fff;
    font-size: 14px;
    padding: 10px 12px;
}
.news-poster .poster-text .time {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    margin: 20px 0;
}
.news-poster .poster-text .time .iconfont {
    font-size: 20px;
    margin-right: 7px;
}
.news-poster .poster-text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-poster .poster-text .more {
    width: 160px;
    height: 50px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}
.news-poster .poster-text .more .text {
    font-size: 15px;
    color: #444444;
    text-transform: uppercase;
}
.news-poster .poster-text .more .iconfont {
    font-size: 20px;
    margin-left: 10px;
}

.news-ul {
    display: flex;
    flex-wrap: wrap;
}
.news-ul .news-li {
    margin-right: 80px;
    margin-top: 50px;
    width: 410px;
}
.news-ul .news-li:nth-child(3n) {
    margin-right: 0;
}
.news-ul .news-li h4 {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
}
.news-ul .news-li .date {
    margin-top: 25px;
    margin-bottom: 30px;
}
.news-ul .news-li .date .iconfont {
    font-size: 15px;
    margin-right: 5px;
}
.news-ul .news-li .date .text {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}
.news-ul .news-li p {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-ul .news-li .link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #0075cf;
    margin-top: 30px;
}
.news-ul .news-li .link .icon {
    display: block;
    border-bottom: 1px solid;
    margin-right: 10px;
    width: 20px;
}

.join-bg {
    background: url(../images/bg9.jpg) no-repeat center center/100% 100%;
}

.join {
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.join .left {
    width: 100%;
    text-align: center;
}
.join .left h3 {
    font-size: 42px;
    font-weight: bold;
    color: #eef2f6;
}
.join .left p {
    font-size: 20px;
    font-weight: 400;
    color: #eef2f6;
    line-height: 34px;
    margin-top: 38px;
    margin-bottom: 50px;
}
.join .right {
    display: flex;
}
.join .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 150px;
}
.join .link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 140px;
    background: url(../images/bg10.png) no-repeat center center/100% 100%;
}
.join .link .icon img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.join .link:hover .icon {
    background: url(../images/bg11.png) no-repeat center center/100% 100%;
}
.join .link h4 {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 30px;
}
.join .link .space_icon {
    width: 20px;
    height: 2px;
    background: #ffffff;
    opacity: 0.4;
    display: block;
    margin: 20px 0;
}
.join .link p {
    font-size: 16px;
    font-weight: 400;
    color: #9fb2ff;
    white-space: nowrap;
}

.footer-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 38px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .foot-logo {
    width: 213px;
    height: 64px;
}
.footer .foot-logo img,
.footer .foot-logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.footer .foot-social {
    display: flex;
    align-items: center;
}
.footer .foot-social .foot-link {
    width: 40px;
    height: 40px;
    border: 1px solid #727272;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 17px;
}
.footer .foot-social .foot-link .iconfont {
    font-size: 22px;
    color: #b6b6b6;
}
.footer .foot-social .code-img {
    display: flex;
    margin-left: 40px;
}
.footer .foot-social .code-img .img {
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.footer .foot-social .code-img .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer .foot-social .code-img .desc {
    width: 100px;
    height: 80px;
    background: rgba(55, 55, 55, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.footer-two {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-navs {
    display: flex;
}
.footer .foot-news {
    margin-right: 100px;
}
.footer .foot-news .title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.footer .foot-news .link {
    display: block;
    color: #777777;
    font-size: 14px;
    margin-top: 15px;
}
.footer .footer-hot {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.footer .footer-hot h4 {
    align-items: center;
    display: flex;
}
.footer .footer-hot .iconfont {
    margin-right: 10px;
}
.footer .footer-hot .num {
    font-size: 36px;
    font-weight: bold;
    color: #d71718;
    margin-top: 17px;
    display: block;
    margin-bottom: 30px;
}
.footer .footer-hot .info {
    width: 250px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
}
.footer-three {
    padding: 25px 0;
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-three span {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
.footer-three a {
    color: #777777;
    font-size: 14px;
    margin-left: 10px;
}
.footer .cp {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
}

.sub-banner {
    width: 100%;
}
.sub-banner img {
    width: 100%;
}

.sub-title {
    font-size: 43px;
    font-weight: bold;
    color: #222222;
    text-align: center;
}

.sub-service-bg {
    background: url(../images/bg12.png) no-repeat center center/100% 100%;
}

.sub-customer-bg {
    background: url(../images/bg13.png) no-repeat center center/100% 100%;
}

.customer {
    height: 470px;
    display: flex;
    justify-content: space-between;
    margin-top: 54px;
}
.customer .cust {
    width: 326px;
    overflow: hidden;
    border-radius: 20px;
}
.customer .cust img {
    width: 100%;
    height: 390px;
}
.customer .cust span {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background-color: #0075cf;
    font-size: 20px;
}

.control-bt {
    border-bottom: 1px solid #ececec;
}

.control {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.control .sub-tabs {
    height: 80px;
    display: flex;
}
.control .sub-tabs .link {
    display: block;
    height: 100%;
    line-height: 80px;
    color: #222222;
    font-size: 16px;
    margin-right: 80px;
	text-transform:capitalize;
}
.control .sub-tabs .link:hover {
    color: #0083fe;
    box-shadow: inset 0px -2px 0 0 #0083fe;
}
.control .sub-tabs .active {
    color: #0083fe;
    box-shadow: inset 0px -2px 0 0 #0083fe;
}

.history {
    font-size: 14px;
    color: #666666;
}
.sub-news-list{
    min-height: 400px;
}
.sub-news-list .new-link {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
}
.sub-news-list .new-link .img {
    width: 270px;
    height: 174px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 30px;
}
.sub-news-list .new-link .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
	border:1px solid #f5f5f5;
	border-radius:5px;
}
.sub-news-list .new-link .desc {
    width: 1100px;
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}
.sub-news-list .new-link .desc h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-news-list .new-link .desc p {
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 30px;
}

.sub-news-list .new-link .desc span {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    margin-top: auto;
}

.sub-page-about .num {
    background: transparent;
    color: #0075cf;
    -webkit-text-fill-color: #0075cf;
}

.sub-about .img {
    width: 636px;
    height: 575px;
    overflow: hidden;
}
.sub-about .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.sub-about .about-title {
    position: relative;
}
.sub-about .about-title .en {
    font-size: 94px;
    font-weight: bold;
    color: #f8f8f8;
    text-transform: uppercase;
}
.sub-about .about-title .cn {
    font-size: 42px;
    font-weight: bold;
    color: #222222;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sub-about .about-desc {
    width: 630px;
    height: 375px;
    margin-top: 60px;
    overflow: auto;
    padding-right: 20px;
}
.sub-about .about-desc p {
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 30px;
    margin-top: 30px;
    text-indent: 30px;
}
.sub-about .about-desc::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.sub-about .about-desc::-webkit-scrollbar-thumb {
    background-color: #0075cf;
}
.sub-about .about-desc::-webkit-scrollbar-track {
    background-color: #eeeeee;
}

.partys .party {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.partys .party:nth-child(even) {
    flex-direction: row-reverse;
}
.partys .desc {
    width: 650px;
    padding: 50px 0;
}
.partys .desc > p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 40px;
}
.partys .namex {
    display: flex;
    align-items: center;
}
.partys .namex .icon_bar {
    width: 44px;
    height: 42px;
    overflow: hidden;
    margin-right: 20px;
}
.partys .namex .icon_bar img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.partys .namex .name {
    font-size: 32px;
    font-weight: 500;
    color: #222222;
}
.partys .img {
    width: 665px;
    height: 450px;
    overflow: hidden;
    flex-shrink: 0;
}
.partys .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.sub-honor {
    padding: 80px 0;
    position: relative;
}
.sub-honor .sub-honor-title {
    font-size: 43px;
    font-weight: bold;
    color: #222222;
    text-align: center;
}
.sub-honor .honor-swiper {
    position: relative;
    height: 430px;
    overflow: hidden;
    margin-top: 60px;
}
.sub-honor .honor-swiper img {
    width: 100%;
    height: 390px;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer;
}
.sub-honor .honor-swiper .name {
    
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    height: 40px;
	
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-honor .honor-button-prev,
.sub-honor .honor-button-next {
    position: absolute;
    top: 355px;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    z-index: 30;
    font-size: 20px;
    color: #1c88ff;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
}
.sub-honor .honor-button-prev {
    left: -90px;
}
.sub-honor .honor-button-next {
    right: -90px;
}

.sub-serveice-card {
    width: 680px;
    height: 279px;
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 60px;
    display: flex;
}
.sub-serveice-card .icon_bar {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}
.sub-serveice-card .icon_bar img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.sub-serveice-card .desc {
    display: flex;
    flex-direction: column;
}
.sub-serveice-card .desc > h4 {
    font-size: 26px;
    font-weight: 500;
    color: #000000;
}
.sub-serveice-card .desc > p {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 28px;
    margin-top: 30px;
}
.sub-serveice-card .desc .more {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #0075cf;
    margin-top: auto;
}
.sub-serveice-card .desc .more span {
    text-transform: uppercase;
    font-weight: 600;
}
.sub-serveice-card .desc .more .iconfont {
    font-size: 14px;
    margin-left: 25px;
}


#about-con{min-width:1200px;width:100%;min-height:400px;}
#about-con .container{min-width:1200px;box-sizing:border-box;padding:40px 0;line-height:34px;}
#about-con .news-ul{width:580px;margin-right:40px;margin-bottom:40px; box-shadow:0px 0px 9px #ddd; box-sizing:border-box;padding:10px 15px; }
#about-con .news-ul:nth-child(2n){margin-right: 0;}
#about-con .news-title>a{font-size:20px;color:#000;font-weight:500}
#about-con .news-intro{font-size:16px;color:#666666;padding:10px 0}
#about-con .newstime{font-size:12px;color:#666}
#about-con .pull-right{margin-bottom:10px;}
#about-con .pull-right a{font-size:14px;color:#585858;padding:5px 10px; border:1px solid #ddd}
#about-con .pull-right:hover{border-color:#4c83d5}
#about-con .pull-right:hover a{color:#4c83d5}
.pages{text-align: center;}

.article-pager{width:1200px;height:38px;margin:0px auto 30px auto;clear:both;text-align:center}
.article-pager li{width:128px;height:38px;border:solid 1px #ddd;text-align:center;display:inline-block;line-height:38px;box-sizing:border-box;border-radius:2px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.1);margin-right:7px}
.article-pager li a{width:100%;height:38px;display:block;color:#333}
.article-pager li:hover a{color:#fff;background:#2572e4}
.article-pager li a img{position:relative;top:2px;margin:auto 4px}
.article-pager li:hover a img{opacity:0.1}


.mbanner{width: 400px;height: 250px;float: right;margin-right: 200px;}
.mbanner img{display: block;width: 100%;height: 100%;}

.container .article-header{ margin:0px auto 10px auto; overflow:hidden; text-align:center;}
.container .article-head{ font-size:23px; line-height:120%; margin-bottom:10px;font-family:"微软雅黑"; color:#333;}
.container .article-tags{ width:100%; height:45px;line-height:45px;  border-top:solid 1px #ececec; border-bottom:solid 1px #ececec; margin:15px auto 20px auto; color:#666; font-family:"微软雅黑"; clear:both; text-align:center; }
.container .article-tags span{ margin-right:25px;}
.container .tags-grroup{ cursor:pointer;}
.icon{margin-right: 5px;}
.icon img{vertical-align: middle;margin-top: -3px;}
.bread{width: 1200px;height: 50px;line-height: 50px;margin: auto;color: #5a5a5a;margin-top: 30px;}
.bread a{color: #5a5a5a;}


.sidebar{
    width: 250px;
    float: left;
}
.rigth-content{
    width: 1100px;
    float: right;
}
.rigth-content .right-title{
    border-bottom: 2px solid #f1f1f1;
    position: relative;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
}
.rigth-content .right-title h1{
    margin: 0px;
    font-size: 28px;
    color: #0075cf;
    font-weight: bold;
    border-bottom: 2px solid #0075cf;
    display: inline-block;
    height: 60px;
    line-height: 60px;
}
.rigth-content .right-title .history{
    float: right;
}


.news-more{
    width: 130px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #f0f0f0;
    text-align: center;
    margin-top: 10px;
}
.news-more span{
    color: #888 !important;
    text-transform: uppercase;
}
.news-more:hover{
    background: #11c7ca;
}
.news-more:hover span{
    color: #fff !important;
}
.rigth-content .desc p{
    margin-top: 0px !important;
    -webkit-line-clamp: 1 !important;
}
.rigth-content .new-link .desc h3{
    font-size: 18px !important;
    font-weight: bold;
}
.sidebar .side-title{
    background: #0075cf;
    color: #fff;
    padding:20px 30px;
     border-radius: 0 20px 0 0;
}
.sidebar .side-title h1{
    font-size: 28px;
    margin: 0;
}
.sidebar .side-title p{
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px 0 0
}
.sidebar .side-item{
    margin-top: 10px;
}
.sidebar .side-item a{
    display: block;
    margin-bottom: 5px;
    background: url(../images/arrow.png) #f1f3f8 no-repeat right 10px top 20px;
    color: #444;
    font-size: 16px;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow:ellipsis;white-space: nowrap;
}

.sidebar .side-item a:hover,.sidebar .side-item a.active{
    background-position: right 10px top -40px;
    color: #0075cf;
    font-weight: bold;
}


.history2{
	width:100%;
	height:845px;
	box-sizing:border-box;
	background:url(../images/history_bg.jpg) no-repeat center bottom;
	background-size:100% 100%;
	padding:50px 0;
}
.titles{
	text-align:center;
	color:#fff;
	font-size:42px;
	height:70px;
	line-height:70px;
}





.course-list .course-item {
    display: flex;
	padding-top:80px;
}
.course-list .course-item .img {
    width: 530px;
    height: 335px;
}
.course-list .course-item .img img {
    width: 100%;
    height: 100%;
}
.course-list .course-item .desc {
    width: calc(100% - 530px - 80px);
    margin-left: auto; 
    padding: 0;
    display: flex;
    flex-direction: column;
	color:#fff;
}
.course-list .course-item .desc .topic{
	font-size:80px;
}
.course-list .course-item .desc .desc-info_box {
    width: 100%;
    height: 160px;
    overflow: auto;
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #fff;
    line-height: 34px;
}
.course-list .course-item .desc .desc-info_box::-webkit-scrollbar {
    width: 4px;
}
.course-list .course-item .desc .desc-info_box::-webkit-scrollbar-thumb {
    background-color: #006bcb;
}
.course-list .course-item .desc .desc-info_box::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.course-swiper_container {
    display: flex;
    align-items: center;
    margin-top: 65px;
}
.course-swiper_container .course-btn {
    height: 50px;
    width: 50px;
    background: #ffffff;
    border: 2px solid #dedede;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	color:#666;
	font-size:24px;
}
.course-swiper_container .course-btn .iconfont {
    font-size: 18px;
    color: #808080;
}
.course-swiper_container .swiper-button-disabled {
    opacity: 0.7;
}
.course-swiper_container .course-swiper {
    overflow: hidden;
    flex: 1;
    position: relative;
}
.course-swiper_container .course-time {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    cursor: pointer;
}
.course-swiper_container .course-time .line {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-swiper_container .course-time .line::after, .course-swiper_container .course-time .line::before {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background-color: #dddddd;
}
.course-swiper_container .course-time .dot {
    display: block;
    width: 12px;
    height: 12px;
    
    border-radius: 50%;
	
	 border: 3px solid #fff;
    background-color: transparent;
}
.course-swiper_container .course-time .value {
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #fff;
    margin-top: 16px;
}
.course-swiper_container .course-time-active .dot {
   background: #fff;
}
.course-swiper_container .course-time-active .value {
    
}

.leader{
	padding:50px 0;
}

.leader-swiper{
	width:100%;
	height:460px;
	padding:50px 0 !important;
	box-sizing:border-box;
}
.leader-swiper .swiper-slide ul li{
	margin:0 20px 40px;
	width:calc(33.333% - 40px);
	float:left;
	border:1px solid #eeeeee;
	border-radius:40px 0 40px 0; 
	padding:30px;
	cursor:pointer;
}
.leader-swiper .swiper-slide ul li img{
	height:80px;
	width:80px;
	border-radius:40px;
	background:#bababa;
	border:1px solid #bababa;
}
.leader-swiper .swiper-slide ul li .info{
	margin-left:30px;
}
.leader-swiper .swiper-slide ul li .info .topic{
	color:#222;
	font-size:24px;
	margin-bottom:10px;
}
.leader-swiper .swiper-slide ul li .info .intro{
	color:#666;
	font-size:16px;
}
.leader-swiper .swiper-pagination-bullet{
	width:50px;
	height:10px;
	border-radius:5px;
	background:#dbdbdb;
	opacity:1;
}
.leader-swiper .swiper-pagination-bullet-active{
	background:#0075cf;
}



.culture{
	width:100%;
	height:770px;
	box-sizing:border-box;
	background:url(../images/culture_bg.jpg?t=1) no-repeat center bottom;
	background-size:100% auto;
}
.culture .culture-box{
	color:#fff;
	padding:50px;
	width:600px;
	height:650px;
	box-sizing:border-box;
	float:right;
	background:linear-gradient(to right, #00aeff, #0075cf);
	position:relative;
}
.culture .culture-box .topic{
	font-size:42px;
	font-weight:bold;
	margin-bottom:30px;
}
.culture .culture-box .content{
	font-size:16px;
	line-height:32px;
	height:450px;
	overflow:auto;
	
}
.culture .culture-box::after{
	content:"";
	width:65px;
	height:65px;
	background:url(../images/dot.png) no-repeat center center;
	position:absolute;
	right:50px;
	bottom:50px;
	z-index:10;
}
.culture .culture-box .content::-webkit-scrollbar {
    width: 4px;
}
.culture .culture-box .content::-webkit-scrollbar-thumb {
    background-color: #006bcb;
}
.culture .culture-box .content::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}



.tc{ width: 100vw; height:100vh; display: flex; justify-content: center; align-items: center; background: rgba(0,0,0,.5); position: fixed; top: 0; left: 0; z-index: 999999; display: none; }

.tcBox{}
.tcBox#teamTcBox{ width: 90%; max-width: 910px; background: #fff; max-height: 700px; position: relative;  display: flex; flex-direction: column; padding:45px 0 35px 55px; transition: ease 1.5s all; transform: translate(0px, -20px); opacity: .7; }
.tcBox#teamTcBox.on{transform: translate(0px, 0px);opacity: 1;}
#teamColseTc{ position: absolute; right:-70px; top:0; cursor:pointer;}
.teamContent{ width: 100%; }
.tcBox#teamTcBox .teamTcBoxTop{ width: 100%; display: flex; margin-bottom: 35px; align-items:flex-start;}
.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopImg{ width: 220px; height:224px; margin-right:50px; flex-shrink: 0; background: #fff;border:1px solid #f5f5f5; }
.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopImg img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopText{ display: flex; flex-direction: column; justify-content: center; width: 100%; padding-top:15px;}

.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopText .teamTcBoxToptitle{ color:#efefef; font-size:42px; margin-bottom:20px;}
.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopText .teamTcBoxTopName{ font-size: 22px; color:#0075cf; font-weight: bolder; margin-bottom: 10px; }
.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopText .teamTcBoxTopXw{ font-size: 16px; color:#666666; }
.tcBox#teamTcBox .teamContent{ font-size: 16px; color:#666666; line-height: 29px; text-align: justify; }
.tcBox#teamTcBox .teamTcBoxSelect{ width:100%; align-items: center; display: flex; }
.tcBox#teamTcBox .teamTcBoxSelect .ttbs{ width: 46px; height:43px;}
.tcBox#teamTcBox .teamTcBoxSelect .ttbs.teamTcBoxNext{ margin-left:13px;}
.tcBox#teamTcBox .teamTcBoxSelect .ttbs img:nth-child(1){ display: block; cursor:pointer;}
.tcBox#teamTcBox .teamTcBoxSelect .ttbs img:nth-child(2){ display: none; cursor:pointer;}
.tcBox#teamTcBox .teamTcBoxSelect .ttbs:hover img:nth-child(1){ display: none; }
.tcBox#teamTcBox .teamTcBoxSelect .ttbs:hover img:nth-child(2){ display: block; }

.tcBoxT{ max-height: 510px; overflow: hidden; overflow-y: auto; padding-right:80px; margin-bottom: 45px;}

/* 设置滚动条的样式 */
.tcBoxT::-webkit-scrollbar { width:4px; }
/* 滚动槽 */
.tcBoxT::-webkit-scrollbar-track { border-radius:10px; background: #fff;}
/* 滚动条滑块 */
.tcBoxT::-webkit-scrollbar-thumb {border-radius:10px; background:#0075cf; }
.tcBoxT::-webkit-scrollbar-thumb:window-inactive { opacity: 0.9; }








.oneline{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.twoline{overflow:hidden;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-o-box;display:box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.threeline{overflow:hidden;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-o-box;display:box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.fourline{overflow:hidden;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-o-box;display:box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}

.flex{ display: flex; align-items: center;}
.flex-c{ display: flex; align-items: center;}
.flex-cc{ display: flex; align-items: center; justify-content: center;}
.flex-cb{ display: flex; align-items: center; justify-content: space-between;}
.flex-ce {display: flex;align-items: center;ustify-content: flex-end;}
.flex-1{ flex: 1;}



::-webkit-input-placeholder{text-overflow:ellipsis}
::-webkit-scrollbar{width:10px;height:10px;overflow:auto}
::-webkit-scrollbar-thumb{background-color:#e6e6e6;min-height:25px;min-width:25px;border:1px solid #e0e0e0}
::-webkit-scrollbar-track{background-color:#f7f7f7;border:1px solid #efefef}







