@charset "UTF-8";
* {
    font-family: "微软雅黑", ui-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #666666;
}

html {
    max-width: 1920px;
}

a {
    padding: 0;
    text-decoration: unset;
    color: #696969;
}

.title_color {
    color: #333333;
}

ul {
    list-style: none;
}

.crumbs {
    width: 1200px;
    margin: 0 auto 80px auto;
}

#pages {
    height: 50px;
    margin: 20px auto;
    width: 1200px;
    display: flex;
    justify-content: center;
}

#pages a, #pages span {
    margin: 0 5px;
    line-height: 50px;
}

#pages span {
    color: #1e6fff;
}

/* header */
.header {
    width: 100%;
    height: 88px;
    display: flex;
    padding: 0 80px;
    align-items: center;
    position: fixed;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 1200px;
}

.header .logo {
    height: 40px;
}

.header .logo img {
    height: 100%;
}

.header .nav-ul {
    height: 100%;
    display: flex;
    list-style: none;
    width: 800px;
    justify-content: space-evenly;
    margin-left: 100px;
}

.header .nav-ul li {
    position: relative;
}

.header .nav-ul li a.activation {
    color: #1e6fff;
}

.header .nav-ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 18px;
}

.header .nav-ul li a.activation:before {
    content: " ";
    height: 2px;
    position: absolute;
    bottom: 20px;
    background: #1e6fff;
    width: 100%;
}

.header .nav-ul li .subnav {
    position: absolute;
    display: none;
    top: 88px;
    left: 0;
    background: #ffffff;
    width: 110px;
    z-index: 99;
}

.header .nav-ul li .subnav li {
    padding: 5px 10px;
    height: 50px;
}

.header .nav-ul li .subnav li a {
    display: block;
    text-align: center;
    line-height: 40px;
    width: 100%;
    height: 100%;
}

.header .nav-ul li .subnav li:hover {
    background: #f1f1f1;
}

.header .nav-ul li:hover .subnav {
    display: block;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.connect {
    width: 100%;
}

.connect .dede_pages {
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 30px 0;
}

.connect .dede_pages strong {
    margin: 0 10px;
}

.connect {
    /* 首页 */
}

.connect .index {
    width: 100%;
    margin-top: 88px;
}

.connect .index .fragment1 {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0 100px 0;
    margin: 0 auto;
}

.connect .index .fragment1 .fragment1_a {
    height: 50px;
    font-size: 38px;
}

.connect .index .fragment1 .fragment1_b {
    margin: 5px 0 80px 0;
    font-size: 18px;
}

.connect .index .fragment1 .fragment1_c {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.connect .index .fragment1 .fragment1_c .fragment1_c_item-img {
    width: 144px;
    height: 144px;
    padding: 3px;
    background: #ffffff;
    border-radius: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}

.connect .index .fragment1 .fragment1_c .fragment1_c_item-img .fragment1_c_item-img_inside {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.connect .index .fragment1 .fragment1_c .fragment1_c_item-img .fragment1_c_item-img_inside img {
    width: 100%;
    height: 100%;
}

.connect .index .fragment1 .fragment1_c .rotate-in {
    animation: rotateYIn 0.7s linear forwards;
}

.connect .index .fragment1 .fragment1_c {
    /* 移出转回来 */
}

.connect .index .fragment1 .fragment1_c .rotate-out {
    animation: rotateYOut 0.7s linear forwards;
}

@keyframes rotateYIn {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes rotateYOut {
    0% {
        transform: rotateY(360deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}

.connect .index .fragment1 .fragment1_c .fragment1_c_item-text {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}

.connect .index .fragment2 {
    width: 100%;
    background-image: url("../images/bg1.jpg");
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}

.connect .index .fragment2 .fragment2_a {
    height: 50px;
    font-size: 38px;
}

.connect .index .fragment2 .fragment2_b {
    margin: 5px 0 80px 0;
    font-size: 18px;
}

.connect .index .fragment2 .fragment2_c {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.connect .index .fragment2 .fragment2_c .fragment2_c_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 50px;
}

.connect .index .fragment2 .fragment2_c .fragment2_c_item .img-content {
    overflow: hidden;
    border-radius: 100%;
    width: 200px;
    height: 200px;
}

.connect .index .fragment2 .fragment2_c .fragment2_c_item .img-content img {
    width: 100%;
    height: 100%;
}

.connect .index .fragment2 .fragment2_c .fragment2_c_item .fragment2_c_item_h1 {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    margin: 10px 0;
}

.connect .index .fragment2 .fragment2_c .fragment2_c_item .fragment2_c_item_p {
    text-indent: 2em;
    line-height: 1.5;
}

.connect .index .fragment4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0 100px 0;
    margin: 0 auto;
    height: 850px;
    background-image: url("../images/bg2.jpg");
}

.connect .index .fragment4 .fragment4_a {
    height: 50px;
    font-size: 38px;
}

.connect .index .fragment4 .fragment4_b {
    margin: 5px 0 80px 0;
    font-size: 18px;
}

.connect .index .fragment4 .fragment4_c {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 520px;
}

.connect .index .fragment4 .fragment4_c .fragment4_c_tabs {
    height: 120px;
    width: 480px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 360px;
}

.connect .index .fragment4 .fragment4_c .fragment4_c_tabs .oneClass {
    transform: translateY(0px) !important;
    background: #1e6fff !important;
    color: white;
}

.connect .index .fragment4 .fragment4_c .fragment4_c_tabs .fragment4_c_tab {
    width: 90px;
    height: 110px;
    border-radius: 55px 55px 0 0;
    transform: translateY(20px);
    padding-top: 20px;
    font-size: 35px;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
}

@keyframes translateYUp {
    0% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes translateYDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}

.connect .index .fragment4 .fragment4_c .fragment4_c_tabs .fragment4_c_tab.activate {
    animation: translateYUp 0.4s linear forwards;
    background: #1e6fff !important;
    color: white;
}

.connect .index .fragment4 .fragment4_c .fragment4_c_tabs .fragment4_c_tab.unindexActivate {
    animation: translateYDown 0.5s linear forwards;
}

.connect .index .fragment4 .fragment4_c .fragment4_c_content {
    position: absolute;
    width: 100%;
    height: 415px;
    background: #ffffff;
    left: 0;
    bottom: 0;
}

.connect .index .fragment4 .fragment4_c .fragment4_c_content .fragment4_c_tab_content {
    display: none;
    font-size: 100px;
    color: #333333;
    text-align: center;
    height: 100%;
    padding-right: 50px;
}

.connect .index .fragment4 .fragment4_c .fragment4_c_content .fragment4_c_tab_content .fragment4_c_tab_content_img {
    height: 100%;
    float: left;
    padding-top: 17px;
}

.connect .index .fragment4 .fragment4_c .fragment4_c_content .fragment4_c_tab_content .fragment4_c_tab_content_img img {
    height: 380px;
}

.connect .index .fragment4 .fragment4_c .fragment4_c_content .fragment4_c_tab_content .fragment4_c_tab_content_text {
    display: flex;
    flex-direction: column;
    width: 400px;
    float: right;
    height: 415px;
    justify-content: center;
}

.connect .index .fragment4 .fragment4_c .fragment4_c_content .fragment4_c_tab_content .fragment4_c_tab_content_text h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.connect .index .fragment4 .fragment4_c .fragment4_c_content .fragment4_c_tab_content .fragment4_c_tab_content_text p {
    text-indent: 2em;
    text-align: left;
}

.connect .index .fragment4 .fragment4_c .fragment4_c_content .fragment4_c_tab_content:nth-child(1) {
    display: block;
}

.connect .index .fragment5 {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0 100px 0;
    margin: 0 auto;
}

.connect .index .fragment5 .fragment5_a {
    height: 50px;
    font-size: 38px;
}

.connect .index .fragment5 .fragment5_b {
    margin: 5px 0 80px 0;
    font-size: 18px;
}

.connect .index .fragment5 .fragment5_c {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.connect .index .fragment5 .fragment5_c .new_item {
    width: 370px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}

.connect .index .fragment5 .fragment5_c .new_item .new_thumbnail {
    width: 100%;
    height: 180px;
    border-bottom: 1px solid #999999;
}

.connect .index .fragment5 .fragment5_c .new_item .new_thumbnail img {
    width: 100%;
    height: 100%;
}

.connect .index .fragment5 .fragment5_c .new_item .new_content {
    padding: 0 15px 20px;
}

.connect .index .fragment5 .fragment5_c .new_item .new_content .new_title {
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
}

.connect .index .fragment5 .fragment5_c .new_item .new_content .new_title a {
    font-size: 18px;
}

.connect .index .fragment5 .fragment5_c .new_item .new_content .new_summary {
    text-indent: 2em;
    margin-bottom: 10px;
    line-height: 1.5;
}

.connect .index .fragment5 .fragment5_c .new_item .new_content .new_data {
    margin-top: 10px;
    text-align: right;
}

.connect {
    /* 新闻中心 */
}

.connect .new {
    width: 100%;
    margin-top: 20px;
    min-width: 1200px;
}

.connect .new .new_title .new_title_zh {
    font-size: 38px;
    text-align: center;
    margin-bottom: 5px;
}

.connect .new .new_title .new_title_en {
    font-size: 20px;
    text-align: center;
}


.connect .new .new_list {
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1200px;
}

.connect .new .new_list .new_item {
    width: calc((100% - 60px) / 3);
    min-width: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
    margin-bottom: 50px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    padding-bottom: 30px;
    margin-right: 30px;
}

.connect .new .new_list .new_item .new_item_thumbnail {
    height: 250px;
}

.connect .new .new_list .new_item .new_item_thumbnail img {
    width: 100%;
    height: 100%;
}

.connect .new .new_list .new_item .new_item_title {
    font-size: 22px;
    margin-top: 20px;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.connect .new .new_list .new_item .new_item_title a {
    font-size: 18px;
}

.connect .new .new_list .new_item .new_item_text {
    text-indent: 2em;
    margin-top: 20px;
    padding: 0 15px;
    line-height: 1.5;
}

.connect .new .new_list .new_item .new_item_date {
    margin-top: 20px;
    padding: 0 20px;
}

.connect .new .new_list .new_item .new_item_date .new_item_line {
    border-top: 1px solid #999999;
    padding-top: 15px;
    font-size: 14px;
}

.connect .new .new_list .new_item:nth-child(3n) {
    margin-right: 0 !important;
}

.connect .new_details {
    overflow: hidden;
    width: 1200px;
    margin: 50px auto 100px auto;
    min-height: 500px;
}

.connect .new_details .new_details_left {
    width: 300px;
    background: #f9f9f9;
    margin-left: 50px;
    box-shadow: 0 2px 5px #c1c1c1;
    border-radius: 5px;
    float: right;
    padding: 20px;
}

.connect .new_details .new_details_left h1 {
    height: 50px;
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 50px;
}

.connect .new_details .new_details_left li {
    border-bottom: 1px solid #c1c1c1;
    height: 100px;
    line-height: 50px;
}

.connect .new_details .new_details_left li:nth-last-child(1) {
    border-bottom: none;
}

.connect .new_details .new_details_connect {
    border-radius: 5px;
    width: calc(100% - 350px);
    background: #f9f9f9;
    padding: 50px;
    box-shadow: 0 2px 5px #c1c1c1;
    float: left;
}

.connect .new_details .new_details_connect .article_title {
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
}

.connect .new_details .new_details_connect .article_date {
    width: 100%;
    text-align: right;
    margin: 20px 0 50px 0;
}

.connect .new_details .new_details_connect .article_connect1 p {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 5px;
}

.connect .new_details .new_details_connect .article_connect1 p img {
    width: 100%;
}

.connect .new_details .new_details_connect .article_connect p {
    width: 100%;
    line-height: 1.5;
    text-indent: 2em;
    margin-bottom: 5px;
}

.connect .new_details .new_details_connect .article_connect p img {
    width: 100%;
}

.connect {
    /* 产品中心 */
}

.connect .product_center {
    width: 100%;
    margin-top: 20px;
}

.connect .product_center .product_center_title .product_center_title_zh {
    font-size: 38px;
    text-align: center;
    margin-bottom: 5px;
}

.connect .product_center .product_center_title .product_center_title_en {
    font-size: 20px;
    text-align: center;
}


.connect .product_center .product_center_list {
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1200px;
}

.connect .product_center .product_center_list .product_center_item {
    width: calc((100% - 60px) / 3);
    min-width: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
    margin-bottom: 50px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    padding-bottom: 30px;
    margin-right: 30px;
}

.connect .product_center .product_center_list .product_center_item .product_center_item_thumbnail {
    height: 250px;
    border-bottom: 1px solid #999999;
}

.connect .product_center .product_center_list .product_center_item .product_center_item_thumbnail img {
    width: 100%;
    height: 100%;
}

.connect .product_center .product_center_list .product_center_item .product_center_item_title {
    font-size: 22px;
    margin-top: 20px;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.connect .product_center .product_center_list .product_center_item .product_center_item_title a {
    font-size: 18px;
}

.connect .product_center .product_center_list .product_center_item .product_center_item_text {
    text-indent: 2em;
    margin-top: 20px;
    padding: 0 15px;
    line-height: 1.5;
}

.connect .product_center .product_center_list .product_center_item .product_center_item_date {
    margin-top: 20px;
    padding: 0 20px;
}

.connect .product_center .product_center_list .product_center_item .product_center_item_date .product_center_item_line {
    border-top: 1px solid #999999;
    padding-top: 15px;
    font-size: 14px;
}

.connect .product_center .product_center_list .product_center_item:nth-child(3n) {
    margin-right: 0 !important;
}


.connect {
    /* 联系方式 */
}

.connect .contact {
    width: 1200px;
    margin: 88px auto;
    padding: 20px;
    overflow: hidden;
}

.connect .contact .about_img {
    width: 500px;
    float: left;
    padding-top: 50px;
}

.connect .contact .about_img img {
    width: 100%;
}

.connect .contact .about_text {
    float: right;
    width: 650px;
    padding-left: 80px;
}

.connect .contact .about_text .contact_text {
    height: 100px;
    line-height: 100px;
    font-size: 38px;
}

.connect .contact .about_text li {
    display: flex;
    align-items: center;
    margin: 20px auto;
}

.connect .contact .about_text li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #1e6fff;
    margin-right: 20px;
}

.connect .contact .about_text li .icon img {
    width: 30px;
    height: 30px;
}

.connect .contact .about_text li .text {
    font-size: 20px;
    display: flex;
    align-content: center;
}

.connect {
    /* 关于我们 */
}

.connect .about {
    width: 1200px;
    margin: 88px auto;
    padding: 20px;
    overflow: hidden;
}

.connect .about .about_img {
    width: 500px;
    float: left;
    padding-top: 50px;
}

.connect .about .about_img img {
    width: 100%;
}

.connect .about .about_text {
    float: right;
    width: 650px;
    padding-left: 80px;
}

.connect .about .about_text h1 {
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    margin-bottom: 50px;
}

.connect .about .about_text span {
    display: inline-block;
    text-indent: 2em;
    line-height: 1.5;
    margin-bottom: 5px;
}

.connect {
    /* footer */
}

.connect .footer {
    height: 400px;
    width: 100%;
    background: #1e6fff;
    color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.connect .footer .footer_a {
    width: 1200px;
    flex: 1;
    display: flex;
    margin: 0 auto;
    padding-top: 100px;
}

.connect .footer .footer_a .footer_logo {
    flex: 1;
    height: 100%;
}

.connect .footer .footer_a .footer_logo p {
    color: #ffffff;
    text-indent: 2em;
    margin-top: 15px;
}

.connect .footer .footer_a .footer_logo .footer_logo_img {
    width: 200px;
}

.connect .footer .footer_a .footer_conter {
    margin-left: 100px;
    flex: 1;
    height: 100%;
    padding: 0 40px;
}

.connect .footer .footer_a .footer_conter .footer_conter_list li {
    color: #ffffff;
    margin-bottom: 10px;
}

.connect .footer .footer_a .footer_wx {
    width: 150px;
    height: 100%;
}

.connect .footer .footer_a .footer_wx .footer_wx_img {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
}

.connect .footer .footer_a .footer_wx .footer_wx_text {
    text-align: center;
    height: 30px;
    color: #ffffff;
}

.connect .footer .footer_line {
    width: 100%;
    margin: 10px auto;
    height: 1px;
    background: #ffffff;
}

.connect .footer .footer_b {
    height: 50px;
    width: 1200px;
    margin: 0 auto;
    line-height: 50px;
    font-size: 14px;
}

.connect .footer .footer_b span {
    color: #f9f9f9;
}

.connect .footer .footer_b span a {
    color: #f9f9f9;
}

/*# sourceMappingURL=app.css.map */
