body {
    width: 100%;
    height: 100%;
}

.edui-upload-video {
    width: 266px;
    height: 174px;
}

#swiper {
    width: 100%;
    height: 689px;
    min-width: 1200px;
}

.swiper-container {
    width: 100%;
}

.swiper-container img {
    width: 100%;
    height: 689px;
    overflow: top;
    object-fit: cover;
}

.swiper-slide {
    width: 100% !important
}


/* 新闻中心 */

.news {
    width: 1200px;
    margin: 0 auto;
}

.news .title {
    font-size: 30px;
    color: #212121;
    margin-top: 42px;
    text-align: center;
}

.news .title_1 {
    font-size: 14px;
    color: #4a4a4a;
    margin-top: 14px;
    margin-bottom: 30px;
    text-align: center;
}

.news .news_li {
    width: 370px;
    float: left;
    margin: -3px;
    margin-left: 40px;
}

.news .news_li:nth-child(1) {
    margin-left: 0;
}

.news .news_li img {
    width: 370px;
    height: 138px;
    object-fit: cover;
}

.news .news_li p {
    width: 100%;
    font-size: 18px;
    color: #212121;
    text-align: left;
    margin-top: 28px;
}

.news_ul {
    font-size: 14px;
    color: #4a4a4a;
    margin-top: 16px;
    cursor: pointer;
}

.news_ul a {
    color: #4a4a4a;
}

.news_ul li {
    margin-top: 12px;
}

.news_ul li:first-child {
    margin-top: 0;
}

.news_ul li span:nth-child(1) {
    float: left;
    width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_ul li span:nth-child(2) {
    float: right;
}

.newMore {
    width: 298px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #4a4a4a;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    cursor: pointer;
}

.newMore a {
    display: block;
    color: #000;
}

.newMore a:hover {
    background: #f1f3f4;
}


/* 关于我们 */

.aboutUs {
    display: flex;
    width: 100%;
    min-width: 1200px;
    height: 510px;
    margin-top: 50px;
    position: relative;
}

.aboutLeft {
    flex: 0 0 708px;
    width: 708px;
    height: 510px;
    overflow: top;
}

.aboutLeft img {
    width: 708px;
    height: 510px;
    object-fit: contain;
}

.aboutRight {
    flex: 1;
    width: calc(100% - 708px);
    background: #005cad;
    box-sizing: border-box;
}

.aboutRight_1 {
    max-width: 760px;
    padding-left: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.aboutRight h4 {
    font-weight: normal;
    color: #ffffff;
    font-size: 30px;
    padding-top: 42px;
}

.aboutRight h5 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 14px;
}

.aboutRight .brief {
    font-size: 14px;
    color: #ffffff;
    padding-top: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.aboutRight .brief p {
    display: none;
}

.aboutRight .brief p:nth-child(1) {
    display: block;
}

.aboutRight .more {
    width: 202px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-top: 46px;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.aboutRight .more a {
    display: block;
    color: #ffffff;
}

.aboutRight .more a:hover {
    background: #f1f3f4;
    color: #005cad;
}

.aboutImg {
    position: absolute;
    z-index: 2;
    margin-top: 118px;
    left: 16%;
}

.aboutImg img {
    width: 508px;
    height: 328px;
    vertical-align: top;
    object-fit: contain;
}


/* 产品中心 */

.product {
    width: 1200px;
    margin: 0 auto;
}

.product .title {
    font-size: 30px;
    color: #212121;
    margin-top: 42px;
    text-align: center;
}

.product .title_1 {
    font-size: 14px;
    color: #4a4a4a;
    margin-top: 14px;
    margin-bottom: 30px;
    text-align: center;
}

.wrapper {
    border-top: 1px solid #dcdcdc;
    background: #fff;
}

.c-tabs {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.c-tabs [id*='-tab-content-'] {
    display: none;
}

.c-tabs input[type='checkbox'],
.c-tabs input[type='radio'] {
    display: none;
}

.c-tabs label {
    padding: 0 22px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #4a4a4a;
    border: 1px solid #59d;
    border-left-width: 0;
    margin-left: 172px;
    box-sizing: border-box;
}

.c-tabs .all {
    margin-left: 0px;
    margin-left: 104px;
}

.c-tabs label:nth-child(2) {
    border-left-width: 1px;
}

.c-tabs input:checked+label {
    color: #fff;
    display: inline-block;
    height: 34px;
    background: #005cad;
}

.c-tabs-content label {
    border: 0;
}

.c-tabs-minimal label {
    flex: none;
    padding: 10px;
}

.c-content {
    display: none;
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid #dcdcdc;
}

#c-tab-0:checked~#prosuct_main #c-content-0,
#c-tab-1:checked~#prosuct_main #c-content-1,
#c-tab-2:checked~#prosuct_main #c-content-2,
#c-tab-3:checked~#prosuct_main #c-content-3 {
    display: block;
}

.product_wrapper {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
}

.product_wrapper li {
    flex: 0 0 286px;
    width: 286px;
    border: 1px solid #dcdcdc;
    margin-right: 16px;
    margin-top: 6px;
}

.product_wrapper li:nth-child(4n) {
    margin-right: 0;
}

.product_wrapper a {
    display: block;
    height: 164px;
}

.product_wrapper span {
    display: block;
    width: 266px;
    height: 174px;
    margin: 0 auto;
    margin-top: 10px;
	overflow: hidden;
}

.product_wrapper span p:nth-child(2) {
    display: none;
}

.product_wrapper img {
    width: 266px;
    height: 174px;
    vertical-align: top;
    object-fit: cover;
}

.product_wrapper a p {
    font-size: 18px;
    padding-top: 42px;
    text-align: center;
    color: #4a4a4a;
}

.product_wrapper a div {
    width: 114px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 38px;
    color: #4a4a4a;
    border: 1px solid #4a4a4a;
}

.product_wrapper a:hover {
    background: #005cad;
}

.product_wrapper a:hover p {
    color: #ffffff;
}

.product_wrapper a:hover div {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.product_more {
    width: 298px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #4a4a4a;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}

.product_more a {
    display: block;
    color: #000;
}

.product_more a:hover {
    background: #f1f3f4;
}


/* 应用案例 */

.case {
    width: 100%;
    min-width: 1200px;
    background: #f8f8f8;
    margin-top: 42px;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.case_main {
    width: 1200px;
    margin: 0 auto;
}

.case .title {
    font-size: 30px;
    color: #212121;
    text-align: center;
}

.case .title_1 {
    font-size: 14px;
    color: #4a4a4a;
    margin-top: 14px;
    margin-bottom: 30px;
    text-align: center;
}

.case_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.case_wrapper li {
    flex: 0 0 376px;
    width: 376px;
}

.case_wrapper li:nth-child(4),
.case_wrapper li:nth-child(5),
.case_wrapper li:nth-child(6) {
    margin-top: 55px;
}

.case_wrapper li p {
    width: 360px;
    height: 214px;
    margin: 0 auto;
}

.case_wrapper li img {
    width: 360px;
    height: 214px;
    vertical-align: top;
    object-fit: contain;
}

.case_wrapper .title {
    text-align: center;
    font-size: 18px;
    color: #4a4a4a;
    margin-top: 25px;
}

.case_more {
    width: 298px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #4a4a4a;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}

.case_more a {
    display: block;
    color: #000;
}

.case_more a:hover {
    background: #f1f3f4;
}


/* 荣誉资质 */

.honor {
    width: 1200px;
    margin: 0 auto;
}

.honor .title {
    font-size: 30px;
    color: #212121;
    margin-top: 42px;
    text-align: center;
}

.honor .title_1 {
    font-size: 14px;
    color: #4a4a4a;
    margin-top: 14px;
    margin-bottom: 30px;
    text-align: center;
}

.honor_wrapper {
    display: flex;
    flex-wrap: wrap;
    list-style-type:none;
}
.honor_wrapper li{
    margin-right: 10px;
}
.honor_wrapper li:nth-child(5n) {
    margin-right: 0;
}
.honor_wrapper .title{
    font-size: 20px;
    margin: 16px 0;
}
.honor_wrapper p {
    flex: 0 0 228px;
    width: 228px;
    height: 154px;
    overflow: hidden;
    margin-left: 14px;
}

.honor_wrapper p img {
    width: 228px;
    height: 154px;
    vertical-align: top;
    object-fit: contain;
}

.honor_wrapper p:first-child {
    margin-left: 0;
}

.honor_more {
    width: 298px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #4a4a4a;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.honor_more a {
    display: block;
    color: #000;
}

.honor_more a:hover {
    background: #f1f3f4;
}