.in-banner {
    position: relative;
}

.beizhu .continer1 .left .left_img {
    display: none;
}

.footer-in {
    padding-top: 0px !important;
}

.footer-in .continer1 {
    display: none !important;
}

.beizhu {
    margin-top: 0px !important;
}

.beizhu .continer1 {
    display: flex !important;
}

.about_banner_po {
    position: absolute;
    width: 71%;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


#openDialog {
    display: block;
}

#openDialog1 {
    display: none;
}

.about_banner_po h2 {
    font-size: 58px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    text-shadow: 0px 3px 22px rgba(0, 91, 172, 0.15);
    margin-bottom: 30px;
    letter-spacing: 12px;
}

.about_banner_po p {
    font-size: 28px;
    font-family: PingFang SC, Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}

.g_nav {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}

.g_nav .nav_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    align-items: center;

}

.g_nav .nav_row .nav_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 70px;
    line-height: 70px;
}

.g_nav .nav_row .nav_right .nav_zy {
    width: 16px;
    margin-right: 16px;
}

.g_nav .nav_row .nav_right .nav_you {
    width: 6px;
    margin: 0 10px;
}

.g_nav .nav_row .nav_right a,
.g_nav .nav_row .nav_right p {
    font-size: 16px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
}




.about_name {
    font-size: 33px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #032340;
}


/* 公司简介 */

.company_profile {
    padding: 40px 0 60px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.company_profile .profile_left {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.company_profile .profile_left .left_name {
    position: relative;
}

.company_profile .profile_left .left_name .name_h2 {
    font-size: 140px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #EAEDF2;
    line-height: 1;
    opacity: 0.4;
    white-space: nowrap;
    position: relative;
    z-index: -1;
}

.company_profile .profile_left .left_name h2 {
    position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 33px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #005BAC;
    line-height: 36px;
}

.company_profile .profile_left p {

    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    line-height: 55px;
    letter-spacing: 3px;
    text-align: justify;
}


.company_profile .profile_right {
    width: 46%;
}



.corporate_culture {
    background: #F4F6F8 url(../images/about/corporate_culture.jpg) no-repeat bottom center;
    position: relative;
    /*padding-bottom: 54px;*/
}

.corporate_culture .culture_column {
    padding: 60px 0 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.corporate_culture .culture_column .culture_wrap {
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.corporate_culture .culture_column .culture_wrap .wrap_min {
    width: calc((100% - 100px)/3);
    margin-right: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.corporate_culture .culture_column .culture_wrap .wrap_min:hover {
    background: #005BAC;
}

.corporate_culture .culture_column .culture_wrap .wrap_min:nth-of-type(3n) {
    margin-right: 0;
}

.corporate_culture .culture_column .culture_wrap .wrap_min .pic {
    overflow: hidden;
}

.corporate_culture .culture_column .culture_wrap .wrap_min .pic img {
    transition: .5s;
    width: 100%;
}

.corporate_culture .culture_column .culture_wrap .wrap_min:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.corporate_culture .culture_column .culture_wrap .wrap_min .min_content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.corporate_culture .culture_column .culture_wrap .wrap_min .min_content h2 {
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    line-height: 50px;
    margin-bottom: 10px;
    letter-spacing: 4px;
    transition: .5s;
}

.corporate_culture .culture_column .culture_wrap .wrap_min .min_content p {
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #485157;
    line-height: 35px;
    transition: .5s;
}

.corporate_culture .culture_column .culture_wrap .wrap_min:hover .min_content h2,
.corporate_culture .culture_column .culture_wrap .wrap_min:hover .min_content p {
    color: #FFFFFF;
}

.about_proportion {
    padding: 60px 0 70px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.about_proportion .proportion_left {
    margin-top: 70px;
    width: 55%;
    font-size: 26px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    letter-spacing: 3px;
    line-height: 65px;
}

.about_proportion .proportion_left span {
    font-family: PingFang SC, Arial;
    font-size: 42px;
    font-weight: bold;
    color: #032340;

}

.about_proportion .proportion_right {
    width: 40%;
}


.about_technology {
    /*margin-top: 54px;*/
    padding: 0 0 90px 0;
    background: url(../images/about/about-4.jpg) no-repeat center;
    position: relative;
    width: 100%;
}

.about_technology .technology_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.about_technology .technology_content .technology_top {
    width: 608px;
    height: 108px;
    line-height: 102px;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #005BAC;
    box-shadow: 0px 2px 34px 4px rgba(234, 237, 242, 0.64);
    border-radius: 50px;
    margin-top: -54px;
    font-size: 33px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #032340;
    letter-spacing: 2px;
}

.about_technology .technology_content .technology_wrap {
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.about_technology .technology_content .technology_wrap .wrap_min {
    margin-right: 55px;
    width: calc((100% - 220px) / 5);
    height: 99px;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    line-height: 99px;
    padding: 0 20px;
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.about_technology .technology_content .technology_wrap .wrap_min:nth-of-type(5n) {
    margin-right: 0;
}



/* 发展历程 */
.g_history {
    padding: 50px 0 80px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.g_history .history_name {
    position: relative;
    font-size: 33px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #005BAC;
}


.g_history .history_ul {
    margin-top: 70px;
    width: 95%;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
}


.g_history .history_ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 54px;
    height: 54px;
    background: url(../images/about/history-10.png) no-repeat center;
    border-radius: 50%;
    background-size: 54px 54px;
    z-index: 15;
}

.g_history .history_ul::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 54px;
    height: 54px;
    background: url(../images/about/history-9.png) no-repeat center;
    border-radius: 50%;
    background-size: 54px 54px;
    z-index: 15;
}

.g_history .history_ul li {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 100px 100px 60px 100px;
    float: left;
}



.g_history .history_ul li:nth-of-type(2n) {
    padding: 100px 100px 60px;
    float: right;

}

.g_history .history_ul li:last-child {
    padding: 100px 100px 200px 100px !important;
}

.g_history .history_ul li::before {
    content: '';
    right: -3px;
    top: 0;
    position: absolute;
    background: #005BAC;
    width: 6px;
    height: 100%;
    z-index: 9;
}

.g_history .history_ul li:nth-of-type(2n)::before {
    right: auto;
    top: auto;
    bottom: 0;
    left: -3px;
    z-index: 10;
    background: #005BAC;
}

.g_history .history_ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 10px);
    height: 21px;
    background: url(../images/about/history-8.png) no-repeat;
    background-size: 100%;
    z-index: 999;
}

.g_history .history_ul li:nth-of-type(2n)::after {
    left: -10px;
    background: url(../images/about/history-7.png) no-repeat;
    background-size: 100%;
}

.g_history .history_ul li:last-child::after {
    display: none;
}

.g_history .history_ul li .pic {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    transition: .5s;
}

.g_history .history_ul li .pic img {
    transition: .5s;
    width: 100%;
}

.g_history .history_ul li:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.g_history .history_ul li:first-child {
    padding-top: 0;
}

.g_history .history_ul li:nth-child(2) {
    padding-top: 150px;
}

.g_history .history_ul li h2 {
    font-size: 58px;
    font-family: PingFang SC, Arial;
    font-weight: bold;
    color: #005BAC;
    line-height: 60px;
    margin-bottom: 40px;
    transition: .5s;
}

.g_history .history_ul li:hover h2 {
    font-size: 62px;
}

.g_history .history_ul li p {
    font-size: 23px;
    font-family: PingFang SC, MicrosoftYaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 45px;
    position: relative;
}








/* 阀门试验研究中心介绍 */
.research_top {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 50px 0 60px;
}

.research_top .top_name {
    font-size: 33px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #005BAC;
    line-height: 36px;
    text-align: center;
}

.research_top .top_row {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.research_top .top_row .top_left {
    width: 45%;

}

.research_top .top_row .top_left p {
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    line-height: 60px;
    letter-spacing: 4px;
}

.research_top .top_row .top_right {
    width: 52%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.research_top .top_row .top_right .wrap_min {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-bottom: 30px;
    background: rgba(0, 91, 172, 0);
    border: 1px solid rgb(0, 91, 172, 0.28);
    box-shadow: 0px 6px 16px 2px rgba(0, 90, 171, 0.07);
    padding: 30px 10px 30px 30px;
    min-height: 162px;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: background 0.5s ease;
}

.research_top .top_row .top_right .wrap_min:hover {
    background: linear-gradient(90deg, #2D75B7, #005BAC);
    box-shadow: 0px 8px 45px 6px rgba(0, 91, 172, 0.13);
}

.research_top .top_row .top_right .wrap_min:nth-of-type(2n) {
    margin-right: 0;
}

.research_top .top_row .top_right .wrap_min .min_left {
    margin-right: 20px;
}

.research_top .top_row .top_right .wrap_min .min_left p {
    font-size: 56px;
    font-family: PingFang SC, Arial;
    font-weight: bold;
    color: #005BAC;
    line-height: 55px;
    height: 55px;
    transition: .5s;
}

.research_top .top_row .top_right .wrap_min .min_right {
    max-width: 50%;
}

.research_top .top_row .top_right .wrap_min .min_right h2 {
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    line-height: 35px;
    margin-bottom: 5px;
    transition: .5s;
}

.research_top .top_row .top_right .wrap_min .min_right h4 {
    font-size: 18px;
    font-family: PingFang SC, Arial;
    font-weight: 400;
    color: #595F65;
    line-height: 35px;
    word-wrap: break-word;
    text-transform: uppercase;
    transition: .5s;
}

.research_top .top_row .top_right .wrap_min:hover .min_left p,
.research_top .top_row .top_right .wrap_min:hover .min_right h2,
.research_top .top_row .top_right .wrap_min:hover .min_right h4 {
    color: #FFFFFF;
}

.research_top .top_row .top_right .wrap_min .min_left span {
    font-size: 23px;
    font-weight: 400;
}

.research_top .top_row .top_right .wrap_min .min_left .left_1 {
    padding-left: 60px;
    background: url(../images/about/yanjiu-2-1.png) no-repeat left center;
    background-size: 48px 48px !important;
    transition: .5s;
}

.research_top .top_row .top_right .wrap_min .min_left .left_1 span {

    text-transform: uppercase;
}

.research_top .top_row .top_right .wrap_min:hover .min_left .left_1 {
    background: url(../images/about/yanjiu-2.png) no-repeat left center;
}

.research_top .top_row .top_right .wrap_min .min_left .left_2 {
    padding-left: 60px;
    background: url(../images/about/yanjiu-1.png) no-repeat left center;
    background-size: 50px 41px !important;
}

.research_top .top_row .top_right .wrap_min:hover .min_left .left_2 {
    background: url(../images/about/yanjiu-1-1.png) no-repeat left center;
}

.research_top .top_row .top_right .wrap_min .min_left .left_3 {
    padding-left: 55px;
    background: url(../images/about/yanjiu-3.png) no-repeat left center;
    background-size: 38px 51px !important;
}

.research_top .top_row .top_right .wrap_min:hover .min_left .left_3 {
    background: url(../images/about/yanjiu-3-1.png) no-repeat left center;
}

.research_top .top_row .top_right .wrap_min .min_left .left_4 {
    padding-left: 56px;
    background: url(../images/about/yanjiu-4.png) no-repeat left center;
    background-size: 43px 50px !important;
}

.research_top .top_row .top_right .wrap_min:hover .min_left .left_4 {
    background: url(../images/about/yanjiu-4-1.png) no-repeat left center;
}

.research_top .top_row .top_right .wrap_min .min_left .left_5 {
    padding-left: 60px;
    background: url(../images/about/yanjiu-5.png) no-repeat left center;
    background-size: 42px 51px !important;
}

.research_top .top_row .top_right .wrap_min:hover .min_left .left_5 {
    background: url(../images/about/yanjiu-5-1.png) no-repeat left center;
}

.research_top .top_row .top_right .wrap_min .min_left .left_6 {
    padding-left: 60px;
    background: url(../images/about/yanjiu-10.png) no-repeat left center;
    background-size: 42px 33px !important;
}

.research_top .top_row .top_right .wrap_min:hover .min_left .left_6 {
    background: url(../images/about/yanjiu-10-1.png) no-repeat left center;
}


.about_f4 {
    background: #F4F6F8;
    width: 100%;
    position: relative;
}

.about_f4 .research_wrap {
    padding: 70px 0 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.about_f4 .research_wrap .wrap_min {
    width: calc((100% - 70px)/ 3);
    margin-right: 35px;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_f4 .research_wrap .wrap_min:nth-of-type(3n) {
    margin-right: 0;
}

.about_f4 .research_wrap .wrap_min .pic {
    overflow: hidden;
}

.about_f4 .research_wrap .wrap_min .pic img {
    transition: .5s;
    width: 100%;
}

.about_f4 .research_wrap .wrap_min:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.about_f4 .research_wrap .wrap_min p {
    margin-top: 30px;
    text-align: center;
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    transition: .5s;
}

.about_f4 .research_wrap .wrap_min:hover p {
    color: #005BAC;
}

.research_name_p {
    padding: 60px 0;
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 60px;
    text-indent: 2em;
    letter-spacing: 2px;
}

#research .about_technology {
    background: url(../images/about/yanjiu-6.jpg) no-repeat center;
    padding: 0 0 45px 0;
}

#research .about_technology::after {
    content: '';
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 350px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 3px;

}

#research .about_technology .b_research_p {
    margin: 70px 0 85px;
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
}



/* 企业文化 */
.culture_top {
    padding: 45px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.culture_name {
    font-size: 33px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #032340;
    line-height: 36px;
}

.corporate_vision {
    position: relative;
    background: url(../images/about/culture-5.jpg) no-repeat center;
    height: 416px;
    background-size: cover;
}

.corporate_vision .vision_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 416px;
    justify-content: center;
    align-items: flex-start;
}

.corporate_vision .vision_content h2 {
    font-size: 33px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.corporate_vision .vision_content h4 {
    font-size: 28px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 3px;
}

.corporate_mission {
    position: relative;
    background: url(../images/about/culture-7.jpg) no-repeat right;
    height: 414px;
    background-size: cover;
}

.corporate_mission .mission_row {
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.corporate_mission .mission_row .mission_pic {
    width: 40%;
}

.corporate_mission .mission_row .mission_right {
    width: 42%;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}

.corporate_mission .mission_row .mission_right h2 {
    font-size: 33px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #032340;
    margin-bottom: 20px;
}

.corporate_mission .mission_row .mission_right p {
    font-size: 28px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 60px;
}

.corporate_values {
    position: relative;
    background: url(../images/about/culture-6.jpg) no-repeat center;
    height: 416px;
    background-size: cover;
}

.corporate_values .values_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 416px;
    justify-content: center;
    align-items: flex-start;
}

.corporate_values .values_content h2 {
    font-size: 33px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.corporate_values .values_content h4 {
    font-size: 28px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 3px;
}



.corporate_medium {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

.medium_name {
    font-size: 33px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #032340;
    line-height: 36px;
}

.corporate_medium .medium_row {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.corporate_medium .medium_row .pic {
    width: 45%;
    margin-bottom: 30px;
}

.corporate_society {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.corporate_society .society_min {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 30px;
}

.corporate_society .society_min .society_p {
    margin-top: 30px;
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 60px;
    letter-spacing: 3px;
}

.corporate_society .society_min .society_swiper,
.corporate_society .society_min .staff_swiper {
    margin-top: 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 60px;
}


.corporate_society .society_min .society_swiper .swiper-pagination-bullet,
.corporate_society .society_min .staff_swiper .swiper-pagination-bullet,
.leading_party .leading_swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
    background: #EAEDF2;
    opacity: 1;
}

.corporate_society .society_min .society_swiper .swiper-pagination-bullet-active,
.corporate_society .society_min .staff_swiper .swiper-pagination-bullet-active,
.leading_party .leading_swiper .swiper-pagination-bullet-active {
    background: #005BAC;
}





.corporate_society .society_min .staff_swiper .swiper-button-next1,
.corporate_society .society_min .staff_swiper .swiper-button-prev1 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.corporate_society .society_min .staff_swiper .swiper-button-next1:after,
.corporate_society .society_min .staff_swiper .swiper-button-prev1:after {
    font-family: PingFang SC, swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.corporate_society .society_min .staff_swiper .swiper-button-prev1 {
    left: 10px;
    right: auto
}

.corporate_society .society_min .staff_swiper .swiper-button-prev1:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.corporate_society .society_min .staff_swiper .swiper-button-next1 {
    right: 10px;
    left: auto
}

.corporate_society .society_min .staff_swiper .swiper-button-next1:after {
    content: 'next'
}



.corporate_society .society_min .society_swiper .swiper-button-next,
.corporate_society .society_min .society_swiper .swiper-button-prev,
.corporate_society .society_min .staff_swiper .swiper-button-next1,
.corporate_society .society_min .staff_swiper .swiper-button-prev1 {
    margin-top: -3%;
    color: #005BAC
}

.leading_party .leading_swiper .swiper-button-next,
.leading_party .leading_swiper .swiper-button-prev {
    margin-top: -5%;
    color: #005BAC
}

.corporate_society .society_min .society_swiper .swiper-button-prev,
.corporate_society .society_min .staff_swiper .swiper-button-prev1 {
    left: 0;
}

.corporate_society .society_min .society_swiper .swiper-button-next,
.corporate_society .society_min .staff_swiper .swiper-button-next1 {
    right: 0;
}

.corporate_society .society_min .society_swiper .swiper-container,
.corporate_society .society_min .staff_swiper .swiper-container,
.leading_party .leading_swiper .swiper-container {
    width: 94%;
    margin: 0 auto;
}


/* 荣誉资质 */
.honor_content {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.honor_content .honor_name {
    font-size: 33px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #005BAC;
    line-height: 36px;
    letter-spacing: 4px;
}

.honor_content .honor_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 70px 0 20px;
}

.honor_content .honor_wrap .wrap_min {
    width: calc((100% - 210px) /4);
    margin-bottom: 50px;
    margin-right: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}



.honor_content .honor_wrap .wrap_min:nth-of-type(4n) {
    margin-right: 0;
}

.honor_content .honor_wrap .wrap_min .pic {
    background: #EAEDF2;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: background .5s;
}

.honor_content .honor_wrap .wrap_min:hover .pic {
    background: linear-gradient(90deg, #2D75B7, #005BAC);
    box-shadow: 0px 8px 45px 6px rgba(0, 91, 172, 0.26);
}

.honor_content .honor_wrap .wrap_min .pic .pic_1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.honor_content .honor_wrap .wrap_min .pic .pic_po {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    background: #005BAC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .5s;
}

.honor_content .honor_wrap .wrap_min:hover .pic .pic_po {
    opacity: 1;
}

.honor_content .honor_wrap .wrap_min .pic .pic_po img {
    width: 24px;
}

.honor_content .honor_wrap .wrap_min p {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 27px;
    transition: .5s;
}

.honor_content .honor_wrap .wrap_min:hover p {
    font-weight: bold;
    color: #005BAC;
}








/* 新闻资讯 */

.honor_content.g_news {
    width: 100%;
}

.g_news .news_content {
    margin: 50px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.g_news .news_content .news_top {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.news_content .news_top .top_left {
    width: 49%;
    overflow: hidden;
}

.news_content .news_top .top_left img {
    transition: .5s;
    width: 100%;
}

.news_content .news_top:hover .top_left img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


.news_content .news_top .top_right {
    width: 51%;
    background: url(../images/news/news-3.jpg) no-repeat;
    background-size: cover;
    padding: 50px 40px 30px 65px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.news_content .news_top .top_right h2 {
    font-size: 28px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 54px;
    letter-spacing: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_content .news_top .top_right .right_p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    width: 100%;
    margin-top: 12px;
}

.news_content .news_top .top_right .right_p p {
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
}

.news_content .news_top .top_right .right_po {
    position: absolute;
    right: 45px;
    bottom: 30px;
    width: 56px;
}

.news_content .news_wrap {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.news_content .news_wrap .wrap_min {
    width: calc((100% - 60px)/3);
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.news_content .news_wrap .wrap_min:nth-of-type(3n) {
    margin-right: 0;
}

.news_content .news_wrap .wrap_min .pic {
    width: 100%;
    overflow: hidden;
}

.news_content .news_wrap .wrap_min .pic img {
    transition: .5s;
    width: 100%;
}

.news_content .news_wrap .wrap_min:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.news_content .news_wrap .wrap_min p {
    width: 100%;
    height: 88px;
    line-height: 88px;
    padding: 0 20px;
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    background: #F4F6F8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .5s;
}

.news_content .news_wrap .wrap_min:hover p {
    background: #005BAC;
    color: #FFFFFF;
}

.news_content .news_min {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.news_content .news_min .min_row {
    margin-bottom: 30px;
    background: #F4F6F8;
    padding: 0 50px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    height: 110px;
    line-height: 110px;
    transition: .5s;
}

.news_content .news_min .min_row:hover {
    background: #005BAC;
    box-shadow: 0px 3px 22px 5px rgba(0, 91, 172, 0.15);
}

.news_content .news_min .min_row:last-child {
    margin-bottom: 0;

}

.news_content .news_min .min_row h4 {
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .5s;
}

.news_content .news_min .min_row h5 {
    font-size: 23px;
    font-family: PingFang SC, Arial;
    font-weight: 400;
    color: #595F65;
    transition: .5s;
}

.news_content .news_min .min_row:hover h4,
.news_content .news_min .min_row:hover h5 {
    color: #FFFFFF;
}

.news_show {
    margin-top: 25px;
    width: 100%;
    position: relative;
}

.news_show .show_title h3 {
    font-size: 28px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    line-height: 36px;
    letter-spacing: 3px;
}

.news_show .show_title span {
    margin: 0px 5px;
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 30px;
}


.news_show_footer {
    background: #005BAC;
    width: 100%;
    padding: 0 100px;
    height: 87px;
    line-height: 87px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.news_show_footer .news_upper {
    width: 25%;
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #F0F4FC;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_show_footer .news_below {
    text-align: right;
}

.news_show_footer .news_centre {
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #F0F4FC;
    line-height: 36px;
    padding-left: 35px;
    background: url(../images/news/news-6.png) no-repeat left center;
    background-size: 18px 16px;
}





/* 产品中心 */
.product_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.product_content .product_name {
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
    position: relative;
}

.product_content .product_name::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 101px;
    height: 1px;
    background: #005BAC;
}

.product_content .product_name h2 {
    font-size: 33px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #005BAC;
    line-height: 35px;
}

.product_content .product_row {
    margin: 40px 0 50px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.product_content .product_row .product_nav {
    width: 22%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.product_content .product_row .product_nav .nav_min {
    min-height: 87px;
    padding: 20px 60px 20px 50px;
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #F4F6F8;
    transition: .1s;
    position: relative;
}

.product_content .product_row .product_nav .nav_min.active,
.product_content .product_row .product_nav .nav_min:hover {
    background: linear-gradient(90deg, #2D75B7, #005BAC);
    box-shadow: 0px 8px 45px 6px rgba(0, 91, 172, 0.26);
    color: #FFFFFF;
}

.product_content .product_row .product_nav .nav_min.active::after,
.product_content .product_row .product_nav .nav_min:hover::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    width: 21px;
    height: 14px;
    background: url(../images/product/pro-3.png) no-repeat;
    background-size: 21px 14px;
}

.product_content .product_row .product_right {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_content .product_row .product_right .right_top {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.product_content .product_row .product_right .right_top h2 {
    font-size: 33px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #005BAC;
    width: 28%;
}

.product_content .product_row .product_right .right_top .classic_name {
    position: relative;
    padding-bottom: 20px;
    width: auto;
}

.product_content .product_row .product_right .right_top .classic_name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #A6ABAD;
    z-index: 1;
}

.product_content .product_row .product_right .right_top .classic_name::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35%;
    height: 5px;
    background: #005BAC;
    z-index: 2;
}

.product_content .product_row .product_right .right_top .search_row {
    width: 65%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 61px;
    background: #F4F6F8;
}


.product_content .product_row .product_right .right_top .search_form {
    height: 61px;
    line-height: 61px;
    width: calc(100% - 260px);
    padding: 0 30px 0 60px;
    position: relative;
    background: rgb(255, 255, 255, 0);
    background: url(../images/welcome/index-8.png) no-repeat left 25px center;
    background-size: 19px 19px;
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
}

.product_content .product_row .product_right .right_top .search_submit {
    width: 260px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: #005BAC;
    cursor: pointer;
}

.product_content .product_row .product_right .product_min {
    margin: 40px 0 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product_content .product_row .product_right .product_min .min_row {
    margin-bottom: 40px;
    background: #F4F6F8;
    padding: 45px 35px 55px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: .5s;
}

.product_content .product_row .product_right .product_min .min_row:hover {
    background: #005BAC;
    box-shadow: 0px 0px 14px 1px rgb(0, 91, 172, 0.81);
}

.product_content .product_row .product_right .product_min .min_row .pic {
    /* width: 28%; */
    width: 340px;
    height: 275px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    overflow: hidden;
    transition: .5s;
}

.product_content .product_row .product_right .product_min .min_row:hover .pic {

    background: #F4F6F8;
}

.product_content .product_row .product_right .product_min .min_row .pic img {
    transition: .5s;
}

.product_content .product_row .product_right .product_min .min_row:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


.product_content .product_row .product_right .product_min .min_row .min_content {
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
}

.product_content .product_row .product_right .product_min .min_row .min_content h2 {
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    margin-bottom: 30px;
    transition: .5s;
}

.product_content .product_row .product_right .product_min .min_row:hover .min_content h2 {
    font-weight: bold;
    color: #FFFFFF;
}

.product_content .product_row .product_right .product_min .min_row .min_content p {
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 42px;
    transition: .5s;
}

.product_content .product_row .product_right .product_min .min_row:hover .min_content p {
    color: #FFFFFF;
}

.product_contact {
    height: 347px;
    position: relative;
    background: url(../images/product/pro-5.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 100px;
    width: 100%;
}

.product_contact .conatct_min {
    max-width: 22%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product_contact .conatct_min h2 {
    width: 100%;
    text-align: left;
    font-size: 33px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 40px;
}

.product_contact .conatct_min h3 {
    width: 100%;
    text-align: left;
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
}

.product_contact .conatct_min p {
    font-size: 23px;
    font-family: PingFang SC, Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}

.product_contact .conatct_min h5 {
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}

.product_contact .conatct_min .pic {
    height: 56px;
    margin-bottom: 40px;
}

.product_contact .conatct_min .tel {
    width: 50px;
}

.product_contact .conatct_min .mailbox {
    width: 66px;
}

.product_contact .conatct_min .add {
    width: 41px;
}


#product_show .news_show_footer {
    background: #F4F6F8;
}

#product_show .news_show_footer .news_upper {
    color: #595F65;
    transition: 0.5s;
}

#product_show .news_show_footer .news_upper:hover {
    color: #005BAC;
}

#product_show .news_show_footer .news_centre {
    color: #595F65;
    background: url(../images/product/pro-detail-2.png) no-repeat left center;
    background-size: 18px 16px !important;
    transition: 0.5s;
}

#product_show .news_show_footer .news_centre:hover {
    color: #005BAC;
    background: url(../images/product/pro-detail-3.png) no-repeat left center;
}

.product_show {
    margin: 40px 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    /* align-items: flex-start; */
}

.product_show .show_pic {
    width: 37%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: #F4F6F8;
    min-height: 600px;
}

.product_show .show_min {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.product_show .show_min h2 {
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #005BAC;
    margin-bottom: 30px;
}

.product_show .show_min p {
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 42px;
}


.product_show .show_min .show_but {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
}

.product_show .show_min .show_but .but_a {
    width: 350px;
    height: 80px;
    line-height: 80px;
    background: #005BAC;
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-right: 30px;
}

.product_show .show_min .show_but .but_a:last-child {
    margin-right: 0;
}

.product_show table tr td {
    padding: 12px;
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    border-width: 2px !important;
}



/* 行业应用 */

.applications_content {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.applications_content .applications_top {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.applications_content .applications_top h2 {
    font-size: 28px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.applications_content .applications_top p {
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595757;
    line-height: 42px;
}

.applications_content .applications_min {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.applications_content .applications_min .min_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
}

.applications_content .applications_min .min_row:last-child {
    margin-bottom: 0;
}

.applications_content .applications_min .min_row .min_left {
    width: 69px;
    min-height: 340px;
    background: #005BAC;
    box-shadow: 0px 3px 22px 5px rgba(0, 91, 172, 0.15);
    border-radius: 5px 0px 0px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.applications_content .applications_min .min_row .min_left p {
    font-size: 28px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 53px;
}

.applications_content .applications_min .min_row .min_right {
    width: calc(100% - 120px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.applications_content .applications_min .min_row .min_right p {
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595757;
    line-height: 42px;
    letter-spacing: 2px;
    width: 44%;
}

.applications_content .applications_min .min_row .min_right .pic {
    width: 52%;
}



.applications_content .classic_case {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.applications_content .classic_case .classic_content {
    width: calc((100% - 80px) /3);
    margin-right: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.4);
    background: #F4F6F8;
    transition: .5s;
}

.applications_content .classic_case .classic_content:nth-of-type(3n) {
    margin-right: 0;
}

.applications_content .classic_case .classic_content .pic {
    width: 100%;
    overflow: hidden;
}

.applications_content .classic_case .classic_content .pic img {
    transition: .5s;
    width: 100%;
}

.applications_content .classic_case .classic_content:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.applications_content .classic_case .classic_content p {
    width: 100%;
    /* height: 55px;
    line-height: 55px; */
    padding: 20px;
    font-size: 15px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    /* background: #F4F6F8; */
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    transition: .5s;
}

.applications_content .classic_case .classic_content:hover {
    background: #005BAC;
}

.applications_content .classic_case .classic_content:hover p {

    color: #FFFFFF;
}

/* 投资者关系 */

.relations_content {
    margin: 50px 0;
    width: 100%;
    background: #F4F6F8;
    padding: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.relations_content .relations_left {
    width: 22%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.relations_content .relations_left h5 {
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    margin-bottom: 40px;
}

.relations_content .relations_left p {
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 42px;
    margin-top: 10px;
}

.relations_content .relations_left .left_row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
}

.relations_content .relations_left .left_row h2 {
    font-size: 100px;
    font-family: PingFang SC, Arial;
    font-weight: bold;
    color: #C4090A;
    line-height: 1;
}

.relations_content .relations_left .left_row .pic {
    width: 58px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.relations_content .relations_right {
    width: 75%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.relations_content .relations_right .relations_min {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 0 20px;
    border-right: 1px solid #E5E9EF;
}

.relations_content .relations_right .relations_min:last-child {
    border-right: none;
}

.relations_content .relations_right .relations_min .min_start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.relations_content .relations_right .relations_min .min_start h2 {
    font-size: 28px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    line-height: 1;
    margin-bottom: 90px;
}

.relations_content .relations_right .relations_min .min_start p {
    font-size: 60px;
    font-family: PingFang SC, Arial;
    font-weight: 400;
    color: #005BAC;
    line-height: 1;
}





/* 党建引领 */

.leading_p {
    margin-top: 40px;
    background: #F4F6F8;
    padding: 40px 60px;

}

.leading_p p {
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 60px;
    letter-spacing: 2px;
}

.leading_party {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.leading_party .leading_swiper {
    position: relative;
    margin-top: 35px;
    width: 100%;
    padding-bottom: 65px;
    overflow: hidden;
}

.leading_party .leading_swiper .leading_content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.leading_party .leading_swiper .leading_content .pic {
    overflow: hidden;
}

.leading_party .leading_swiper .leading_content .pic img {
    transition: .5s;
    width: 100%;
}

.leading_party .leading_swiper .leading_content:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.leading_party .leading_swiper .leading_content p {
    width: 100%;
    height: 90px;
    line-height: 88px;
    background: #F4F6F8;
    padding: 0 20px;
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    transition: .5s;
}

.leading_party .leading_swiper .leading_content:hover p {
    background: #005BAC;
    color: #FFFFFF;
}





/* 加入我们 */

.join_top_p {
    margin: 40px 0 50px;
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 60px;
    letter-spacing: 2px;
}

.join_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.join_row select {
    width: 27%;
    height: 60px;
    line-height: 60px;
    background: #F6F7F9 url(../images/join/join-3.png) no-repeat right 24px center;
    border: 1px solid #999999;
    box-shadow: 0px 2px 34px 4px rgba(234, 237, 242, 0.64);
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    padding: 0 40px 0 30px;
    background-size: 19px 11px;
}

.join_row .search_row {
    width: 42%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 61px;
    background: #F4F6F8;
}


.join_row .search_form {
    height: 60px;
    line-height: 60px;
    width: calc(100% - 260px);
    padding: 0 30px 0 60px;
    position: relative;
    background: rgb(255, 255, 255, 0);
    background: url(../images/welcome/index-8.png) no-repeat left 25px center;
    background-size: 19px 19px;
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
}

.join_row .search_submit {
    width: 260px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: #005BAC;
    cursor: pointer;
}

.join_wrap {
    margin: 50px 0 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.join_wrap .wrap_min {
    width: calc((100% - 50px) /2);
    margin-right: 50px;
    margin-bottom: 45px;
    background: #FFFFFF;
    border: 1px solid #999999;
    box-shadow: 0px 2px 34px 4px rgba(234, 237, 242, 0.64);
    padding: 25px 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: .5s;
}

.join_wrap .wrap_min:hover {
    background: #005BAC;
    box-shadow: 0px 8px 45px 6px rgba(0, 91, 172, 0.26);
}

.join_wrap .wrap_min:nth-of-type(2n) {
    margin-right: 0;
}

.join_wrap .wrap_min h2 {
    font-size: 28px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    line-height: 50px;
    transition: .5s;
}

.join_wrap .wrap_min h5 {
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 42px;
    transition: .5s;
}

.join_wrap .wrap_min .min_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: first baseline;
}

.join_wrap .wrap_min .min_row p {
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 42px;
    margin-right: 70px;
    transition: .5s;
}

.join_wrap .wrap_min .min_row p:last-child {
    margin-right: 0;
}

.join_wrap .wrap_min:hover h2,
.join_wrap .wrap_min:hover h5,
.join_wrap .wrap_min:hover .min_row p {
    color: #FFFFFF;
}



.join_show_top {
    margin: 45px 0 50px;
    background: #F4F6F8;
    border-radius: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px;
}

.join_show_top .top_content {
    padding: 0 20px;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #E5E9EF;
}

.join_show_top .top_content:last-child {
    border-right: none;
}

.join_show_top .top_content .top_min {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.join_show_top .top_content .top_min h2 {
    font-size: 28px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    line-height: 33px;
    margin-bottom: 40px;
}

.join_show_top .top_content .top_min h4 {
    font-size: 28px;
    font-family: PingFang SC, Arial, Microsoft YaHei;
    font-weight: 400;
    color: #005BAC;
}

.join_show_min {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.join_show_min .min_content {
    padding: 60px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #DDDDDD;
    align-items: flex-start;
}

.join_show_min .min_content .min_column {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.join_show_min .min_content .min_column h2 {
    font-size: 28px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    margin-bottom: 40px;
}

.join_show_min .min_content .min_column p {
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 60px;
}

.join_show_min .min_content .min_but {

    position: relative;
}

.join_show_min .min_content .min_but p {
    height: 77px;
    line-height: 77px;
    font-size: 28px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: #005BAC url(../images/join/join-5.png) no-repeat right 30px center;
    background-size: 22px 19px;
    padding: 0 123px 0 115px;
    cursor: pointer;
}

.join_show_min .min_content .min_but .but_po {
    position: absolute;
    right: -774px;
    bottom: 0;
    display: none;
    transition: .5s;
    padding-left: 20px;
}

.join_show_min .min_content .min_but:hover .but_po {
    display: block;
}

.join_show_min .min_content .min_but .but_po .po_content {
    width: 754px;
    background: #FFFFFF;
    border: 1px solid #999999;
    box-shadow: 0px 2px 34px 4px rgba(234, 237, 242, 0.64);
    padding: 50px 60px;
    display: flex;
    flex-direction: column;
}

.join_show_min .min_content .min_but .but_po .po_content .po_p {
    font-size: 23px;
    font-family: PingFang SC, Arial, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 60px;
}

.join_show_min .min_content .min_but .but_po .po_content .po_p span {
    color: #032340;
}





/* 联系我们 */
.contact_top {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.contact_top .contact_top_name {
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 41px;
    text-align: center;
}

.contact_top .top_row {
    margin-top: 40px;
    background: #F4F6F8;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px;
    width: 100%;
}

.contact_top .top_row .row_min {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_top .top_row .row_min .pic {
    margin-bottom: 40px;
    width: 108px;
}

.contact_top .top_row .row_min p {
    font-size: 23px;
    font-family: PingFang SC, Arial, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    line-height: 50px;
}

.contact_min {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.contact_min .min_map {
    width: 58%;
}

.contact_min .min_form {
    width: 41%;
    display: flex;
    flex-direction: column;
    background: #F4F6F8;
    padding: 50px 60px;
    align-items: flex-start;
}

.contact_min .min_form .form_name {
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #032340;
    line-height: 50px;
    margin-bottom: 20px;
}

.contact_min .min_form .form_column {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
    align-items: flex-start;
}

.contact_min .min_form .form_column p {
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 50px;
    margin-bottom: 10px;
}

.contact_min .min_form .form_column p span {
    color: #FF0000;
}

.contact_min .min_form .form_column input {
    height: 60px;
    line-height: 60px;
    padding: 0 30px 0 78px;
    background: #F6F7F9;
    border: 1px solid #999999;
    box-shadow: 0px 2px 34px 4px rgba(234, 237, 242, 0.64);
    border-radius: 5px;
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #898989;
    width: 100%;
}

.contact_min .min_form .form_column input.active {
    box-shadow: 0px 3px 22px 5px rgba(0, 91, 172, 0.15);
    color: #FFFFFF;
    border: 1px solid #005BAC;
}

.contact_min .min_form .form_column input.active::placeholder {
    color: #FFFFFF !important;
}

.contact_min .min_form .form_column .xm {
    background: url(../images/contact/xm-1.png) no-repeat left 20px center;
    background-size: 24px 28px !important;

}

.contact_min .min_form .form_column .xm.active {
    background: #005BAC url(../images/contact/xm-1-1.png) no-repeat left 20px center;
}

.contact_min .min_form .form_column .contacts {
    background: url(../images/contact/contact-1-1.png) no-repeat left 20px center;
    background-size: 29px 31px !important;

}

.contact_min .min_form .form_column .contacts.active {
    background: #005BAC url(../images/contact/contact-1.png) no-repeat left 20px center;
}

.contact_min .min_form .form_column .unit {
    background: url(../images/contact/contact-2.png) no-repeat left 20px center;
    background-size: 34px 26px !important;
}

.contact_min .min_form .form_column .unit.active {
    background: #005BAC url(../images/contact/contact-2-1.png) no-repeat left 20px center;
}

.contact_min .min_form .form_column .demand {
    background: url(../images/contact/contact-4.png) no-repeat left 20px center;
    background-size: 33px 27px !important;
}

.contact_min .min_form .form_column .demand.active {
    background: #005BAC url(../images/contact/contact-4-1.png) no-repeat left 20px center;
}

.contact_min .min_form .form_column .form_phone {
    background: url(../images/contact/contact-3.png) no-repeat left 20px center;
    background-size: 34px 30px !important;
}

.contact_min .min_form .form_column .form_phone.active {
    background: #005BAC url(../images/contact/contact-3-1.png) no-repeat left 20px center;
}

.contact_min .min_form .form_column .mailbox {
    background: url(../images/contact/contact-5.png) no-repeat left 20px center;
    background-size: 34px 23px !important;
}

.contact_min .min_form .form_column .mailbox.active {
    background: #005BAC url(../images/contact/contact-5-1.png) no-repeat left 20px center;
}

.contact_min .min_form .form_submit {
    height: 60px;
    background: #005BAC;
    box-shadow: 0px 3px 22px 5px rgba(0, 91, 172, 0.15);
    border-radius: 5px;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 23px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    padding: 0 100px;
    letter-spacing: 3px;
    margin-top: 40px;
    cursor: pointer;
}

.contact_footer {
    position: relative;
    margin-bottom: 20px;
}

.contact_footer .contact_footer_name {
    position: absolute;
    text-align: center;
    top: 52px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 33px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 4px;
}








.product_content .product_row .product_right .product_min.data_download {
    flex-direction: row;
    flex-wrap: wrap;
}

.product_content .product_row .product_right .product_min.data_download .min_download {
    width: calc((100% - 90px)/4);
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_content .product_row .product_right .product_min.data_download .min_download:nth-of-type(4n) {
    margin-right: 0;
}

.product_content .product_row .product_right .product_min.data_download .min_download .pic {
    width: 100%;
    overflow: hidden;
    border: 1px solid #DDDDDD;
    padding: 10px;
}

.product_content .product_row .product_right .product_min.data_download .min_download .pic img {
    transition: .5s;
    width: 100%;

}

.product_content .product_row .product_right .product_min.data_download .min_download:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.product_content .product_row .product_right .product_min.data_download .min_download h2 {
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    text-align: center;
    margin: 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.product_content .product_row .product_right .product_min.data_download .min_download .download_file {
    padding: 10px 40px;
    background: #005BAC;
    color: #FFFFFF;
    font-size: 15px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    border-radius: 8px;
}




.ui-dialog .ui-dialog-content {
    height: auto !important;
}

.Dialog_p {
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 42px;
}

.show_but_po {
    position: relative;
}

.show_but_po .but_po {
    position: absolute;
    right: -544px;
    bottom: 0;
    display: none;
    transition: .5s;
    padding-left: 20px;
}

.show_but_po:hover .but_po {
    display: block;
}

.show_but_po .but_po .po_content {
    width: 554px;
    background: #FFFFFF;
    border: 1px solid #999999;
    box-shadow: 0px 2px 34px 4px rgba(234, 237, 242, 0.64);
    padding: 50px 60px;
    display: flex;
    flex-direction: column;
}

.show_but_po .but_po .po_content .po_p {
    font-size: 23px;
    font-family: PingFang SC, Arial, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 60px;
}

.show_but_po .but_po .po_content .po_p span {
    color: #032340;
}


/* @media (max-width: 1700px) { */
.research_top .top_row .top_right .wrap_min {
    padding: 30px 10px 30px 20px;
}

.research_top .top_row .top_right .wrap_min .min_left p {
    font-size: 38px;
}

.research_top .top_row .top_right .wrap_min .min_left span {
    font-size: 20px;
}

.research_top .top_row .top_right .wrap_min .min_right h2 {
    font-size: 20px;
}

.research_top .top_row .top_right .wrap_min .min_right h4 {
    font-size: 17px;
}

.research_top .top_row .top_right .wrap_min .min_left .left_1 {
    padding-left: 52px;
    background-size: 40px 40px !important;
}

.research_top .top_row .top_right .wrap_min .min_left .left_2 {
    padding-left: 48px;
    background-size: 40px 31px !important;
}

.research_top .top_row .top_right .wrap_min .min_left .left_3 {
    padding-left: 40px;
    background-size: 30px 40px !important;
}

.research_top .top_row .top_right .wrap_min .min_left .left_4 {
    padding-left: 40px;
    background-size: 33px 40px !important;
}

.research_top .top_row .top_right .wrap_min .min_left .left_5 {
    padding-left: 42px;
    background-size: 32px 41px !important;
}

.research_top .top_row .top_right .wrap_min .min_left .left_6 {
    padding-left: 47px;
    background-size: 35px 26px !important;
}




.news_show_footer {
    padding: 0 calc((100% - 1400px)/2);
}

.product_contact {
    padding: 30px calc((100% - 1400px)/2);
}








.news_content .news_top .top_right .right_p {
    -webkit-line-clamp: 4;
}

.news_content .news_top .top_right h2 {
    font-size: 26px;
    line-height: 45px;
}

.news_content .news_top .top_right .right_p p {
    font-size: 17px;
    line-height: 40px;
}

.news_content .news_wrap .wrap_min p,
.news_content .news_min .min_row h4,
.news_content .news_min .min_row h5 {
    font-size: 22px;
}








.corporate_mission .mission_row .mission_pic {
    width: 48%;
}

/* }

@media (max-width: 1600px) { */


.show_but_po .but_po {
    right: -444px;
}

.show_but_po .but_po .po_content {
    width: 454px;
    padding: 30px 40px;
}

.g_history .history_ul li h2 {
    font-size: 56px;
    margin-bottom: 35px;
}


.g_history .history_ul li p {
    font-size: 16px;
}

.g_history .history_ul li::after {
    width: calc(100% + 9px);
}

.g_history .history_ul li:nth-of-type(2n)::after {
    left: -9px;
}








.about_banner_po h2 {
    font-size: 45px;
    margin-bottom: 25px;
    letter-spacing: 8px;
}

.about_banner_po p {
    font-size: 23px;
}

.company_profile .profile_left .left_name .name_h2 {
    font-size: 120px;
}

.company_profile .profile_left .left_name h2,
.about_name,
.about_technology .technology_content .technology_top,
.research_top .top_name,
.honor_content .honor_name,
.product_content .product_name h2,
.product_content .product_row .product_right .right_top h2,
.product_contact .conatct_min h2,
.culture_name,
.corporate_vision .vision_content h2,
.corporate_mission .mission_row .mission_right h2,
.medium_name,
.corporate_values .values_content h2,
.contact_footer .contact_footer_name {
    font-size: 30px;
}

.company_profile .profile_left p {
    font-size: 20px;
    line-height: 55px;
}

.corporate_culture .culture_column .culture_wrap .wrap_min .min_content h2 {
    font-size: 20px;
    line-height: 42px;
}

.corporate_culture .culture_column .culture_wrap .wrap_min .min_content p {
    font-size: 16px;
    line-height: 35px;
}

.about_proportion .proportion_left {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 56px;
}

.about_proportion .proportion_left span {
    font-size: 38px;
}

.about_technology .technology_content .technology_wrap .wrap_min {
    margin-right: 40px;
    width: calc((100% - 160px) / 5);
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    font-size: 20px;
}







.research_top .top_row .top_left {
    width: 40%;
}

.research_top .top_row .top_right {
    width: 57%;
}

.research_top .top_row .top_left p {
    font-size: 20px;
    line-height: 55px;
    letter-spacing: 3px;
}

.about_f4 .research_wrap .wrap_min p {
    margin-top: 24px;
    font-size: 21px;
}

.research_name_p,
#research .about_technology .b_research_p {
    font-size: 20px;
    line-height: 55px;

}











.relations_content .relations_left .left_row h2 {
    font-size: 88px;
}

.relations_content .relations_left h5 {
    font-size: 21px;
    margin-bottom: 30px;
}

.relations_content .relations_left p {
    font-size: 17px;
    line-height: 34px;
}

.relations_content .relations_left .left_row .pic {
    width: 38px;
    margin-left: 10px;
    margin-bottom: 16px;
}

.relations_content .relations_right .relations_min .min_start h2 {
    font-size: 23px;
    margin-bottom: 70px;
}

.relations_content .relations_right .relations_min .min_start p {
    font-size: 50px;
    line-height: 1;
}

.news_content .news_min .min_row {
    padding: 0 40px;
    height: 100px;
    line-height: 100px;
}

.news_content .news_wrap .wrap_min p,
.news_content .news_min .min_row h4,
.news_content .news_min .min_row h5 {
    font-size: 21px;
}










.news_show .show_title h3 {
    font-size: 25px;

}

.show_title h3 {
    padding-bottom: 20px;
}

.news_show .show_title span {
    font-size: 17px;
}

.show_title {
    padding-bottom: 0;
}

.show_content {
    font-size: 17px;
    line-height: 36px;
}

.news_show_footer .news_upper,
.news_show_footer .news_centre {
    font-size: 17px;
}







.product_content .product_row .product_nav .nav_min {
    min-height: 74px;
    padding: 20px 50px 20px 40px;
    font-size: 21px;
}

.product_content .product_row .product_right .right_top .search_row,
.join_row .search_row {
    height: 55px;
}

.product_content .product_row .product_right .right_top .search_submit,
.join_row .search_submit {
    width: 200px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
}

.product_content .product_row .product_right .right_top .search_form,
.join_row .search_form {
    height: 55px;
    line-height: 55px;
    width: calc(100% - 200px);
    padding: 0 30px 0 60px;
    font-size: 14px;
}

.product_content .product_row .product_right .product_min .min_row .min_content h2 {
    font-size: 21px;
    margin-bottom: 20px;
}

.product_content .product_row .product_right .product_min .min_row .min_content p {
    font-size: 17px;
    line-height: 38px;
}

.product_contact .conatct_min h3 {
    font-size: 20px;
    line-height: 38px;
}

.product_contact .conatct_min .pic {
    margin-bottom: 28px;
}

.product_contact .conatct_min .tel {
    width: 40px;
}

.product_contact .conatct_min .mailbox {
    width: 56px;
}

.product_contact .conatct_min .add {
    width: 31px;
}

.product_contact .conatct_min p,
.product_contact .conatct_min h5 {
    font-size: 20px;
    line-height: 38px;
}









.leading_p p,
.leading_party .leading_swiper .leading_content p {
    font-size: 21px;
}







.join_top_p {
    font-size: 21px;
    line-height: 55px;
}

.join_wrap .wrap_min h2 {
    font-size: 25px;
    line-height: 45px;
}

.join_wrap .wrap_min h5 {
    font-size: 17px;
    line-height: 40px;
}

.join_wrap .wrap_min .min_row p {
    font-size: 17px;
    line-height: 40px;
    margin-right: 60px;
}

.join_row select {
    height: 55px;
    line-height: 55px;
    font-size: 14px;
}





.join_show_top .top_content .top_min h4,
.join_show_min .min_content .min_but p {
    font-size: 25px;
}

.join_show_top .top_content .top_min h2,
.join_show_min .min_content .min_column h2 {
    font-size: 25px;
    margin-bottom: 30px;
}

.join_show_min .min_content .min_column p,
.join_show_min .min_content .min_but .but_po .po_content .po_p {
    font-size: 23px;
    line-height: 50px;
}



.show_but_po .but_po .po_content .po_p {
    font-size: 19px;
    line-height: 42px;
}




.corporate_vision .vision_content h4,
.corporate_values .values_content h4 {
    font-size: 23px;
}

.corporate_mission .mission_row .mission_right p,
.corporate_society .society_min .society_p {
    font-size: 23px;
    line-height: 50px;
}

.corporate_mission {
    height: auto;
}









.contact_top .contact_top_name,
.contact_top .top_row .row_min p,
.contact_min .min_form .form_name,
.contact_min .min_form .form_column p,
.contact_min .min_form .form_submit {
    font-size: 21px;
}








.applications_content .applications_top h2,
.applications_content .applications_min .min_row .min_left p {
    font-size: 25px;
}

.applications_content .applications_top p,
.applications_content .applications_min .min_row .min_right p {
    font-size: 17px;
    line-height: 38px;
}









.product_content .product_row .product_right .product_min.data_download .min_download h2 {
    font-size: 17px;
    margin: 15px 0;
}

.product_content .product_row .product_right .product_min.data_download .min_download .download_file {
    padding: 8px 30px;
    font-size: 14px;
    border-radius: 6px;
}

/* }


@media (max-width: 1500px) { */
.g_history .history_ul li {
    padding: 100px 70px 60px;
}

.g_history .history_ul li::after {
    width: calc(100% + 8px);
}

.g_history .history_ul li:nth-of-type(2n)::after {
    left: -8px;
}








.news_content .news_top .top_right {
    padding: 30px 30px 30px 40px;
}

.news_content .news_top .top_right h2 {
    font-size: 21px;
    line-height: 40px;
}

.news_content .news_top .top_right .right_p p {
    font-size: 15px;
    line-height: 36px;
}

.news_content .news_top .top_right .right_po {
    right: 30px;
    bottom: 25px;
    width: 45px;
}




.product_show table tr td {
    padding: 15px;
}







.product_content .product_row .product_right .product_min .min_row .pic {
    width: 300px;
    height: 235px;
}

.product_content .product_row .product_right .product_min .min_row .min_content {
    width: calc(100% - 340px);
}

.news_show_footer {
    padding: 0 calc((100% - 1400px)/2);
}

.product_contact {
    padding: 30px calc((100% - 1400px)/2);
}

/* } */






.download_mode {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: rgb(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    display: none;
}

.download_mode .mode_form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1170px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 20px;
    background: #F4F6F8;
    padding: 30px 40px;
}

.download_mode .mode_form .form_content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.download_mode .mode_form .form_content .form_top {
    padding-bottom: 25px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
}

.download_mode .mode_form .form_content .form_top h2 {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #032340;
}

.download_mode .mode_form .form_content .form_top .form_cuo {
    cursor: pointer;
    width: 37px;
}

.download_mode .mode_form .form_content .form_min {
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    width: 60%;
    align-items: flex-start;
}

.download_mode .mode_form .form_content .form_min .form_column {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
    align-items: flex-start;
}

.download_mode .mode_form .form_content .form_min .form_column p {
    font-size: 21px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 50px;
    margin-bottom: 10px;
}

.download_mode .mode_form .form_content .form_min .form_column p span {
    color: #FF0000;
}

.download_mode .mode_form .form_content .form_min .form_column input {
    height: 60px;
    line-height: 60px;
    padding: 0 30px 0 78px;
    background: #F6F7F9;
    border: 1px solid #999999;
    box-shadow: 0px 2px 34px 4px rgba(234, 237, 242, 0.64);
    border-radius: 5px;
    font-size: 18px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    color: #898989;
    width: 100%;
}

.download_mode .mode_form .form_content .form_min .form_column input.active {
    box-shadow: 0px 3px 22px 5px rgba(0, 91, 172, 0.15);
    color: #FFFFFF;
    border: 1px solid #005BAC;
}

.download_mode .mode_form .form_content .form_min .form_column input.active::placeholder {
    color: #FFFFFF !important;
}

.download_mode .mode_form .form_content .form_min .form_column .contacts {
    background: url(../images/contact/contact-1-1.png) no-repeat left 20px center;
    background-size: 29px 31px !important;

}

.download_mode .mode_form .form_content .form_min .form_column .contacts.active {
    background: #005BAC url(../images/contact/contact-1.png) no-repeat left 20px center;
}

.download_mode .mode_form .form_content .form_min .form_column .unit {
    background: url(../images/contact/contact-2.png) no-repeat left 20px center;
    background-size: 34px 26px !important;
}

.download_mode .mode_form .form_content .form_min .form_column .unit.active {
    background: #005BAC url(../images/contact/contact-2-1.png) no-repeat left 20px center;
}


.download_mode .mode_form .form_content .form_min .form_column .form_phone {
    background: url(../images/contact/contact-3.png) no-repeat left 20px center;
    background-size: 34px 30px !important;
}

.download_mode .mode_form .form_content .form_min .form_column .form_phone.active {
    background: #005BAC url(../images/contact/contact-3-1.png) no-repeat left 20px center;
}

.download_mode .mode_form .form_content .form_min .form_submit {
    height: 60px;
    background: #005BAC;
    box-shadow: 0px 3px 22px 5px rgba(0, 91, 172, 0.15);
    border-radius: 5px;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 21px;
    font-family: PingFang SC, Microsoft YaHei;
    font-weight: 400;
    padding: 0 100px;
    letter-spacing: 3px;
    margin-top: 40px;
    cursor: pointer;
}

@media (max-width: 1440px) {
    .show_but_po .but_po {
        right: -344px;
    }

    .show_but_po .but_po .po_content {
        width: 354px;
    }







    .research_top .top_row .top_right .wrap_min .min_left p {
        font-size: 30px;
    }

    .research_top .top_row .top_right .wrap_min .min_left span {
        font-size: 17px;
    }




    .relations_content {
        padding: 50px;
    }

    .relations_content .relations_left h5 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .relations_content .relations_left .left_row h2 {
        font-size: 88px;
    }

    .relations_content .relations_left p {
        font-size: 14px;
        line-height: 30px;
    }

    .relations_content .relations_left .left_row .pic {
        width: 30px;
    }

    .relations_content .relations_right .relations_min .min_start h2 {
        font-size: 20px;
        margin-bottom: 60px;
    }

    .relations_content .relations_right .relations_min .min_start p {
        font-size: 40px;
    }









    .leading_party .leading_swiper .leading_content p {
        font-size: 18px;
        height: 80px;
        line-height: 80px;
    }

    .leading_p p {
        font-size: 18px;
        line-height: 45px;
    }






    .join_top_p {
        font-size: 20px;
        line-height: 50px;
    }

    .join_wrap .wrap_min h2 {
        font-size: 21px;
        line-height: 40px;
    }

    .join_wrap .wrap_min h5 {
        font-size: 14px;
        line-height: 35px;
    }

    .join_wrap .wrap_min .min_row p {
        font-size: 14px;
        line-height: 35px;
        margin-right: 45px;
    }






    .honor_content .honor_wrap {
        margin: 50px 0 10px;
    }

    .honor_content .honor_wrap .wrap_min {
        width: calc((100% - 140px) /3);
    }

    .honor_content .honor_wrap .wrap_min:nth-of-type(4n) {
        margin-right: 70px;
    }

    .honor_content .honor_wrap .wrap_min:nth-of-type(3n) {
        margin-right: 0;
    }

    .honor_content .honor_wrap .wrap_min p {
        margin-top: 25px;
        font-size: 17px;
    }







    .product_content .product_row .product_right .product_min.data_download .min_download {
        width: calc((100% - 60px)/3);
    }

    .product_content .product_row .product_right .product_min.data_download .min_download:nth-of-type(4n) {
        margin-right: 30px;
    }

    .product_content .product_row .product_right .product_min.data_download .min_download:nth-of-type(3n) {
        margin-right: 0;
    }


    .news_show_footer {
        padding: 0 5%;
    }

    .product_contact {
        padding: 30px 5%;
    }
}



@media (max-width: 992px) {




    #openDialog {
        display: none;
    }

    #openDialog1 {
        display: block;
    }

    .beizhu .continer1 .left .left_row {
        display: none;
    }

    .beizhu .continer1 .left .left_img {
        display: block;
    }

    .g_history .history_name,
    .Enterprise_content .Enterprise_row .row_right h2 {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .g_history .history_ul::before,
    .g_history .history_ul::after {
        left: -24px;
        transform: initial;
    }

    .g_history .history_ul li {
        width: 100%;
    }

    .g_history .history_ul li:first-child {
        padding-top: 70px;
    }

    .g_history .history_ul li:nth-child(2) {
        padding-top: 100px;
    }

    .g_history .history_ul li::before {
        right: auto;
        left: 0;
    }

    .g_history .history_ul li::after {
        background: url(../images/about/history-7.png) no-repeat;
        width: 100%;
        left: -8px;
        left: -5px;
        background-size: 100%;
    }

    .g_history .history_ul li:nth-of-type(2n)::before {
        left: 0;
    }

    .g_history .history_ul li:nth-of-type(2n)::after {
        left: -5px;
    }

    .g_history .history_ul li h2 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .g_history .history_ul li:hover h2 {
        font-size: 55px;
    }

    .g_history .history_ul li p {
        font-size: 15px;
    }

    .g_history .history_ul li:last-child {
        padding: 100px 70px 60px !important;
    }

    .g_history .history_ul li,
    .g_history .history_ul li:nth-of-type(2n) {
        padding: 60px 70px 60px !important;
    }

    .in-banner {
        margin-top: 80px;
    }

    .about_banner_po h2 {
        font-size: 30px;
        margin-bottom: 10px;
        letter-spacing: 5px;
    }

    .about_banner_po p {
        font-size: 18px;
    }

    .g_nav {
        display: none;
    }

    .company_profile .profile_left .left_name h2,
    .about_name,
    .about_technology .technology_content .technology_top,
    .research_top .top_name,
    .honor_content .honor_name,
    .product_content .product_name h2,
    .product_content .product_row .product_right .right_top h2,
    .product_contact .conatct_min h2,
    .culture_name,
    .corporate_vision .vision_content h2,
    .corporate_mission .mission_row .mission_right h2,
    .medium_name,
    .corporate_values .values_content h2,
    .contact_footer .contact_footer_name {
        font-size: 28px;
    }

    .research_top {
        padding: 50px 0 30px;
    }

    .research_top .top_row {
        margin-top: 40px;
        flex-direction: column;
    }

    .research_top .top_row .top_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .research_top .top_row .top_left p {
        font-size: 20px;
        line-height: 42px;
    }

    .research_top .top_row .top_right {
        width: 100%;
    }

    .about_f4 .research_wrap .wrap_min p {
        margin-top: 18px;
        font-size: 16px;
    }

    .research_name_p,
    #research .about_technology .b_research_p {
        font-size: 22px;
        line-height: 45px;
    }

    .about_technology {
        padding: 0 0 40px 0;
        margin-top: 44px;
    }

    #research .about_technology {
        background-size: cover;
        padding: 0;
    }

    #research .about_technology .b_research_p {
        margin: 40px 0 85px;
    }

    .about_technology .technology_content .technology_top {
        font-size: 24px;
        height: 88px;
        line-height: 85px;
        width: 60%;
        margin-top: -44px;
    }






    .relations_content {
        margin: 40px 0;
        padding: 40px;
    }

    .relations_content {
        flex-direction: column;
    }

    .relations_content .relations_left {
        width: 100%;
    }

    .relations_content .relations_right {
        width: 100%;
        margin-top: 30px;
    }

    .relations_content .relations_right .relations_min .min_start h2 {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .relations_content .relations_right .relations_min .min_start p {
        font-size: 34px;
    }

    .g_news .news_content {
        margin: 40px 0;
    }

    .news_content .news_min .min_row {
        padding: 0 20px;
        height: 80px;
        line-height: 80px;
        margin-bottom: 20px;
    }

    .news_content .news_min .min_row h4,
    .news_content .news_min .min_row h5 {
        font-size: 21px;
    }







    .news_show .show_title h3 {
        font-size: 22px;
    }

    .show_title h3 {
        padding-bottom: 12px;
    }

    .news_show .show_title span {
        font-size: 16px;
    }

    .show_content {
        padding: 35px 0px 0;
        font-size: 16px;
        line-height: 30px;
    }

    .news_show_footer {
        height: 66px;
        line-height: 66px;
    }

    .news_show_footer .news_upper,
    .news_show_footer .news_centre {
        font-size: 16px;
    }

    .news_show_footer .news_upper {
        width: 30%;
    }




    .product_content {
        margin-top: 50px;
    }

    .product_content .product_row {
        flex-direction: column;
        margin: 0px 0 50px;
    }

    .product_content .product_row .product_nav {
        width: 100%;
        margin-top: 40px;
        display: none;
    }

    .product_content .product_row .product_nav .nav_min {
        min-height: 70px;
        padding: 20px 50px 20px 30px;
        font-size: 20px;
    }

    .product_content .product_row .product_right {
        width: 100%;
        margin-top: 30px;
    }



    .product_content .product_name h2 {
        position: relative;
    }



    .product_content .product_name h2::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        background: url(../images/about/inco14.png);
        height: 32px;
        width: 40px;
        cursor: pointer;
        pointer-events: auto;
    }

    .product_content .product_name.cur h2::after {
        background: url(../images/about/inco13.png);
    }

    .product_content .product_row .product_nav .nav_min.active,
    .product_content .product_row .product_nav .nav_min:hover {
        box-shadow: 0px 5px 15px 2px rgba(0, 91, 172, 0.26);
    }

    .product_content .product_name {
        padding-bottom: 20px;
    }

    .product_content .product_row .product_right .right_top {
        flex-direction: column;
        align-items: flex-start;
    }

    .product_content .product_row .product_right .right_top h2 {
        width: 100%;
    }

    .product_content .product_row .product_right .right_top .search_row {
        width: 100%;
        margin-top: 20px;
    }

    .product_content .product_row .product_right .product_min .min_row {
        margin-bottom: 30px;
        padding: 35px 25px 35px;
    }

    .product_content .product_row .product_right .product_min .min_row .pic {
        width: 240px;
        height: 175px;
    }

    .product_content .product_row .product_right .product_min .min_row .min_content {
        width: calc(100% - 280px);
    }

    .product_content .product_row .product_right .product_min .min_row .min_content h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .product_content .product_row .product_right .product_min .min_row .min_content p {
        font-size: 15px;
        line-height: 30px;
    }

    .product_contact {
        height: auto;
        flex-wrap: wrap;
    }

    .product_contact {
        padding: 30px 5% 10px;
    }

    .product_contact .conatct_min {
        width: 46%;
        max-width: 46%;
        margin-bottom: 20px;
    }

    .product_contact .conatct_min h2 {
        margin-bottom: 26px;
        text-align: center;
    }

    .product_contact .conatct_min h3 {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }

    .product_contact .conatct_min p,
    .product_contact .conatct_min h5 {
        font-size: 20px;
        line-height: 30px;
    }










    .product_show {
        flex-direction: column;
    }

    .product_show .show_pic {
        width: 100%;
        min-height: 400px;
        margin-bottom: 40px;
    }

    .product_show .show_min {
        width: 100%;
    }

    .product_show .show_min h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .product_show .show_min p {
        font-size: 18px;
        line-height: 36px;
    }


    .product_show table tr td {
        font-size: 18px;
    }








    .g_news .news_content .news_top {
        flex-direction: column;
    }

    .news_content .news_top .top_left {
        width: 100%;
    }

    .news_content .news_top .top_right {
        width: 100%;
        padding: 30px 30px 80px 40px;
    }

    .news_content .news_wrap .wrap_min {
        width: 100%;
        margin-right: 0 !important;
    }

    .news_content .news_wrap .wrap_min p {
        height: 80px;
        line-height: 80px;
        font-size: 21px;
    }







    .leading_p {
        margin-top: 30px;
        padding: 30px 40px;
    }

    .leading_p p {
        font-size: 18px;
        line-height: 40px;
    }

    .leading_party {
        margin-top: 40px;
    }

    .leading_party .leading_swiper .leading_content p {
        font-size: 18px;
        height: 60px;
        line-height: 60px;
    }

    .leading_party .leading_swiper {
        padding-bottom: 55px;
    }

    .corporate_society .society_min .society_swiper .swiper-pagination-bullet,
    .corporate_society .society_min .staff_swiper .swiper-pagination-bullet,
    .leading_party .leading_swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 6px !important;
    }









    .join_top_p {
        margin: 30px 0 40px;
    }

    .join_top_p {
        font-size: 20px;
        line-height: 40px;
    }

    .join_row {
        flex-wrap: wrap;
    }

    .join_row select {
        width: 48%;
    }

    .join_row .search_row {
        margin-top: 30px;
        width: 100%;
    }

    .join_wrap .wrap_min {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }









    .join_show_top {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 50px 50px 0 50px;
    }

    .join_show_top .top_content {
        width: 33%;
        margin-bottom: 50px;
    }

    .join_show_top .top_content .top_min h2,
    .join_show_min .min_content .min_column h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .join_show_top .top_content .top_min h4,
    .join_show_min .min_content .min_but p {
        font-size: 24px;
    }

    .join_show_min .min_content .min_column p,
    .join_show_min .min_content .min_but .but_po .po_content .po_p,
    .show_but_po .but_po .po_content .po_p {
        font-size: 18px;
        line-height: 40px;
    }

    .join_show_min .min_content {
        padding: 40px 0;
    }

    .join_show_min .min_content .min_but p {
        height: 55px;
        line-height: 55px;
        padding: 0 73px 0 45px;
        font-size: 18px;
        background: #005BAC url(../images/join/join-5.png) no-repeat right 20px center;
        background-size: 17px 14px;
    }

    .join_show_min .min_content .min_but .but_po {
        right: -374px;
    }

    .join_show_min .min_content .min_but .but_po .po_content {
        width: 354px;
        padding: 30px 30px;
    }










    .honor_content {
        padding: 40px 0;
        width: 100%;
    }

    .honor_content .honor_wrap {
        margin: 40px 0 10px;
    }

    .honor_content .honor_wrap .wrap_min {
        width: calc((100% - 50px) /2);
        margin-bottom: 30px;
        margin-right: 50px !important;
    }

    .honor_content .honor_wrap .wrap_min:nth-of-type(2n) {
        margin-right: 0 !important;
    }









    .corporate_vision,
    .corporate_vision .vision_content,
    .corporate_values,
    .corporate_values .values_content {
        height: auto;
    }

    .corporate_vision .vision_content,
    .corporate_values .values_content {
        padding: 50px 0;
    }

    .corporate_vision .vision_content h2 {
        margin-bottom: 10px;
    }

    .corporate_vision .vision_content h4,
    .corporate_values .values_content h4 {
        font-size: 22px;
    }

    .corporate_mission .mission_row {
        flex-direction: column;
    }

    .corporate_mission .mission_row .mission_pic,
    .corporate_mission .mission_row .mission_right {
        width: 100%;
    }

    .corporate_mission .mission_row .mission_right p,
    .corporate_society .society_min .society_p {
        font-size: 22px;
        line-height: 42px;
    }













    .contact_top .contact_top_name,
    .contact_top .top_row .row_min p,
    .contact_min .min_form .form_name,
    .contact_min .min_form .form_column p,
    .contact_min .min_form .form_submit,
    .download_mode .mode_form .form_content .form_min .form_column p,
    .download_mode .mode_form .form_content .form_min .form_submit {
        font-size: 20px;
    }

    .contact_top .contact_top_name,
    .contact_top .top_row .row_min p,
    .contact_min .min_form .form_name {
        line-height: 35px;
    }

    .contact_top .top_row .row_min .pic {
        margin-bottom: 30px;
        width: 90px;
    }

    .contact_min {
        flex-direction: column;
    }

    .contact_min .min_map {
        width: 100%;
        height: 400px;
    }

    .contact_min .min_form {
        width: 100%;
        margin-top: 25px;
        padding: 40px 50px;
    }

    .contact_footer .contact_footer_name {
        top: 15px;
        font-size: 18px;
    }









    .applications_content .applications_top h2,
    .applications_content .applications_min .min_row .min_left p {
        font-size: 24px;
    }

    .applications_content .applications_top p,
    .applications_content .applications_min .min_row .min_right p {
        font-size: 16px;
        line-height: 35px;
    }

    .applications_content .applications_min .min_row .min_right {
        width: calc(100% - 100px);
        padding: 20px 0;
    }

    .applications_content .applications_min .min_row .min_left {
        width: 60px;
        min-height: 200px;
    }












    .company_profile {
        flex-direction: column;
    }

    .company_profile .profile_left {
        width: 100%;
    }

    .company_profile .profile_right {
        width: 100%;
        margin-top: 30px;
    }

    .company_profile .profile_left .left_name .name_h2 {
        font-size: 100px;
    }

    .company_profile .profile_left p {
        font-size: 20px;
        line-height: 45px;
    }

    .corporate_culture .culture_column .culture_wrap .wrap_min {
        width: 100%;
        margin-right: 0 !important;
    }

    .corporate_culture .culture_column .culture_wrap .wrap_min .min_content h2 {
        font-size: 20px;
        line-height: 35px;
    }

    .corporate_culture .culture_column .culture_wrap .wrap_min .min_content p {
        font-size: 16px;
        line-height: 30px;
    }










    #about1 .about_technology {
        padding: 0;
    }

    .about_proportion .proportion_left {
        width: 100%;
        margin: 0 0 30px 0;
        font-size: 21px;
        line-height: 40px;
    }

    .about_proportion .proportion_left span {
        font-size: 36px;
    }

    .about_proportion {
        flex-direction: column;
    }

    .about_proportion .proportion_right {
        width: 100%;
    }

    .about_technology .technology_content .technology_wrap {
        margin-top: 50px;
    }

    .about_technology .technology_content .technology_wrap .wrap_min {
        width: calc((100% - 80px) / 3);
        margin-bottom: 40px;
        height: 65px;
        line-height: 65px;
        font-size: 18px;
    }

    .about_technology .technology_content .technology_wrap .wrap_min:nth-of-type(5n) {
        margin-right: 40px;
    }

    .about_technology .technology_content .technology_wrap .wrap_min:nth-of-type(3n) {
        margin-right: 0;
    }





    .corporate_society .society_min .society_swiper .swiper-button-next,
    .corporate_society .society_min .society_swiper .swiper-button-prev,
    .corporate_society .society_min .staff_swiper .swiper-button-next1,
    .corporate_society .society_min .staff_swiper .swiper-button-prev1 {
        margin-top: -6%;
    }

    .leading_party .leading_swiper .swiper-button-next,
    .leading_party .leading_swiper .swiper-button-prev {
        margin-top: -8%;
    }

    .corporate_society .society_min .society_swiper .swiper-button-next::after,
    .corporate_society .society_min .society_swiper .swiper-button-prev::after,
    .corporate_society .society_min .staff_swiper .swiper-button-next1::after,
    .corporate_society .society_min .staff_swiper .swiper-button-prev1::after,
    .leading_party .leading_swiper .swiper-button-next::after,
    .leading_party .leading_swiper .swiper-button-prev::after {
        font-size: 30px;
    }






    .corporate_society .society_min .society_swiper .swiper-container,
    .corporate_society .society_min .staff_swiper .swiper-container,
    .leading_party .leading_swiper .swiper-container {
        width: 90%;
    }






    .applications_content .b_wrap p {
        width: 100% !important;
    }


    .download_mode .mode_form,
    .download_mode .mode_form .form_content .form_min {
        width: 90%;
    }

    .download_mode .mode_form .form_content .form_top h2 {
        font-size: 22px;
    }

    .download_mode .mode_form .form_content .form_top .form_cuo {
        width: 27px;
    }










    .applications_content .classic_case .classic_content {
        width: calc((100% - 30px) /2);
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .applications_content .classic_case .classic_content:nth-of-type(3n) {
        margin-right: 30px;
    }

    .applications_content .classic_case .classic_content:nth-of-type(2n) {
        margin-right: 0;
    }
}


@media (max-width: 600px) {
    .g_history {
        padding: 30px 0 40px;
    }

    .g_history .history_name,
    .Enterprise_content .Enterprise_row .row_right h2 {
        font-size: 24px;
        padding-bottom: 3px;
    }

    .g_history .history_ul {
        margin-top: 40px;
    }

    .g_history .history_ul li::before {
        width: 4px;
    }

    .g_history .history_ul::before,
    .g_history .history_ul::after {
        width: 40px;
        height: 40px;
        left: -19px;
    }

    .g_history .history_ul li:first-child {
        padding-top: 45px;
    }

    .g_history .history_ul li,
    .g_history .history_ul li:nth-of-type(2n),
    .g_history .history_ul li:last-child {
        padding: 50px 20px 50px 40px !important;
    }

    .g_history .history_ul li::after,
    .g_history .history_ul li:nth-of-type(2n)::after {
        left: -3px;
    }


    .g_history .history_ul li .pic {
        margin-bottom: 20px;
    }

    .g_history .history_ul li h2 {
        font-size: 33px;
        margin-bottom: 10px;
        line-height: 44px;
    }

    .g_history .history_ul li:hover h2 {
        font-size: 38px;
    }

    .g_history .history_ul li p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 25px;
    }

    .g_history .history_ul li p::before {
        top: 11px;
    }








    .in-banner {
        margin-top: 64px;
    }

    .about_banner_po {
        width: 78%;
    }

    .about_banner_po h2 {
        font-size: 26px;
        margin-bottom: 10px;
        letter-spacing: 4px;
    }

    .about_banner_po p {
        font-size: 15px;
    }

    .research_top {
        padding: 40px 0 20px;
    }

    .company_profile .profile_left .left_name h2,
    .about_name,
    .about_technology .technology_content .technology_top,
    .research_top .top_name,
    .honor_content .honor_name,
    .product_content .product_name h2,
    .product_content .product_row .product_right .right_top h2,
    .product_contact .conatct_min h2,
    .culture_name,
    .corporate_vision .vision_content h2,
    .corporate_mission .mission_row .mission_right h2,
    .medium_name,
    .corporate_values .values_content h2,
    .contact_footer .contact_footer_name {
        font-size: 22px;
    }

    .research_top .top_row {
        flex-direction: column;
    }

    .research_top .top_row .top_left p {
        font-size: 17px;
        line-height: 35px;
        letter-spacing: 2px;
    }

    .research_top .top_row .top_right .wrap_min {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .research_top .top_row .top_right .wrap_min {
        min-height: 140px;
    }

    .research_top .top_row .top_right .wrap_min .min_right h2 {
        font-size: 20px;
    }

    .research_top .top_row .top_right .wrap_min .min_right h4 {
        font-size: 16px;
        line-height: 25px;
    }

    .research_top .top_row .top_right .wrap_min .min_left p {
        font-size: 30px;
    }

    .research_top .top_row .top_right .wrap_min .min_left span {
        font-size: 16px;
    }

    .about_f4 .research_wrap {
        padding: 40px 0;
    }

    .about_f4 .research_wrap .wrap_min {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .about_f4 .research_wrap .wrap_min:last-child {
        margin-bottom: 0;
    }

    .research_name_p {
        padding: 40px 0;
    }

    .research_name_p,
    #research .about_technology .b_research_p {
        font-size: 17px;
        line-height: 32px;
    }

    .about_technology .technology_content .technology_top {
        font-size: 18px;
        height: 66px;
        line-height: 64px;
        width: 75%;
        margin-top: -33px;
    }

    #research .about_technology .b_research_p {
        margin: 20px 0 45px;
    }

    #research .about_technology::after {
        bottom: 20px;
        width: 60%;
        height: 3px;
    }







    .honor_content {
        padding: 30px 0;
    }

    .relations_content {
        margin: 20px 0;
        padding: 30px;
    }

    .relations_content .relations_left h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .relations_content .relations_left .left_row h2 {
        font-size: 60px;
    }

    .relations_content .relations_left .left_row .pic {
        width: 25px;
        margin-bottom: 10px;
    }

    .relations_content .relations_left p {
        font-size: 14px;
        line-height: 25px;
    }

    .relations_content .relations_right {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .relations_content .relations_right .relations_min {
        width: 50%;
        margin: 10px 0;
    }

    .relations_content .relations_right .relations_min:nth-of-type(2n) {
        border-right: none;
    }

    .g_news .news_content {
        margin: 10px 0;
    }

    .news_content .news_min .min_row {
        padding: 0 20px;
        height: 60px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .news_content .news_min .min_row h4,
    .news_content .news_min .min_row h5 {
        font-size: 14px;
    }

    .news_content .news_min .min_row h4 {
        width: 70%;
    }







    .news_show .show_title h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .news_show .show_title span {
        font-size: 14px;
        line-height: 22px;
    }

    .show_content {
        padding: 25px 0px 0;
        font-size: 14px;
        line-height: 27px;
    }

    .news_show_footer .news_upper,
    .news_show_footer .news_centre {
        font-size: 12px;
    }

    .news_show_footer .news_centre {
        padding-left: 21px;
        background-size: 12px 10px;
    }

    .news_show_footer {
        height: 55px;
        line-height: 55px;
    }

    .news_show_footer .news_upper {
        width: 35%;
    }










    .product_content {
        margin-top: 30px;
    }

    .product_content .product_name::after {
        width: 62px;
    }

    .product_content .product_row .product_nav,
    .product_content .product_row .product_right {
        margin-top: 25px;
    }

    .product_content .product_row .product_right .right_top .search_row,
    .join_row .search_row {
        height: 40px;
    }

    .product_content .product_row .product_right .right_top .search_form,
    .join_row .search_form {
        height: 40px;
        line-height: 40px;
        width: calc(100% - 160px);
        padding: 0 30px 0 60px;
        font-size: 14px;
        padding: 0 20px 0 40px;
        background: url(../images/welcome/index-8.png) no-repeat left 15px center;
        background-size: 15px 15px;
    }

    .product_content .product_row .product_right .right_top .search_submit,
    .join_row .search_submit {
        width: 160px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .product_content .product_row .product_right .product_min {
        margin: 30px 0 20px;
    }

    .product_content .product_row .product_right .product_min .min_row {
        margin-bottom: 25px;
        padding: 25px 20px;
        flex-direction: column;
    }

    .product_content .product_row .product_right .product_min .min_row:last-child {
        margin-bottom: 0;
    }

    .product_content .product_row .product_right .product_min .min_row .pic {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        height: auto;
    }

    .product_content .product_row .product_right .product_min .min_row .min_content {
        width: 100%;
    }

    .product_content .product_row .product_right .product_min .min_row .min_content h2 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .product_content .product_row .product_right .product_min .min_row .min_content p {
        font-size: 13px;
        line-height: 26px;
    }

    .product_content .product_row {
        margin: 0px 0 30px;
    }

    .product_contact .conatct_min {
        width: 100%;
        max-width: 100%;
    }

    .product_contact .conatct_min .pic {
        height: auto;
        margin-bottom: 15px;
    }

    .product_contact .conatct_min h2 {
        margin-bottom: 10px;
    }

    .product_contact .conatct_min h3 {
        font-size: 15px;
    }

    .product_contact .conatct_min .tel {
        width: 30px;
    }

    .product_contact .conatct_min .mailbox {
        width: 46px;
    }

    .product_contact .conatct_min .add {
        width: 21px;
    }

    .product_contact .conatct_min p,
    .product_contact .conatct_min h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .product_content .product_row .product_nav .nav_min {
        min-height: 60px;
        padding: 15px 50px 15px 20px;
        font-size: 17px;
    }








    .product_show {
        margin: 30px 0 0;
    }

    .product_show .show_pic {
        min-height: 200px;
        margin-bottom: 30px;
    }

    .product_show .show_min h2 {
        font-size: 20px;
        margin-bottom: 12px;
        text-align: justify;
    }

    .product_show .show_min p {
        font-size: 16px;
        text-align: justify;
        line-height: 30px;
    }



    .product_show table tr td {
        padding: 15px;
        font-size: 16px;
        border-width: 1px !important;
    }








    .news_content .news_top .top_right {
        padding: 20px 20px 50px 20px;
    }

    .news_content .news_top .top_right h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .news_content .news_top .top_right .right_p p {
        font-size: 14px;
        line-height: 30px;
    }

    .news_content .news_top .top_right .right_po {
        right: 20px;
        bottom: 15px;
        width: 35px;
    }

    .news_content .news_wrap .wrap_min p {
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }

    .applications_content .classic_case .classic_content p {
        padding: 15px;
        font-size: 14px;
    }

    .news_content .news_wrap .wrap_min {
        margin-bottom: 20px;
    }



    .applications_content .classic_case .classic_content {
        width: 100%;
        margin-right: 0 !important;
    }

    .applications_content .classic_case .classic_content:last-child {
        margin-bottom: 0;
    }







    .leading_p {
        margin-top: 20px;
        padding: 20px 30px;
    }

    .leading_p p {
        font-size: 15px;
        line-height: 32px;
        text-align: justify;
    }

    .leading_party {
        margin-top: 30px;
    }

    .leading_party .leading_swiper .leading_content p {
        font-size: 16px;
    }








    .join_top_p {
        margin: 20px 0 30px;
    }

    .join_top_p {
        font-size: 16px;
        line-height: 34px;
    }

    .join_row select {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        width: 100%;
        margin-bottom: 20px;
        background: #F6F7F9 url(../images/join/join-3.png) no-repeat right 15px center;
        padding: 0 30px 0 20px;
        background-size: 14px 6px;
    }

    .join_row .search_row {
        margin-top: 0;
    }

    .join_wrap {
        margin: 30px 0 0px;
    }


    .join_wrap .wrap_min {
        margin-bottom: 20px;
        padding: 20px 30px;
    }

    .join_wrap .wrap_min h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .join_wrap .wrap_min h5 {
        font-size: 14px;
        line-height: 30px;
    }

    .join_wrap .wrap_min .min_row p {
        width: 100%;
        font-size: 14px;
        line-height: 30px;
        margin-right: 0;
    }










    .join_show_top {
        margin: 25px 0 30px;
        padding: 30px 30px 0 30px;
    }

    .join_show_top .top_content {
        width: 50%;
        margin-bottom: 30px;
        padding: 0 30px;
        align-items: flex-start;
    }

    .join_show_top .top_content .top_min h2,
    .join_show_min .min_content .min_column h2 {
        font-size: 16px;
        margin-bottom: 14px;
        line-height: 28px;
    }

    .join_show_top .top_content .top_min h4,
    .join_show_min .min_content .min_but p {
        font-size: 16px;
    }

    .join_show_min .min_content {
        padding: 30px 0;
    }

    .join_show_min .min_content .min_column {
        padding: 0 15px;
    }

    .join_show_min .min_content .min_column p,
    .join_show_min .min_content .min_but .but_po .po_content .po_p {
        font-size: 15px;
        line-height: 30px;
    }

    .join_show_min .min_content .min_but p {
        display: none;
    }

    .join_show_min .min_content .min_but .but_po {
        position: initial;
        display: block;
        padding-left: 0;
        width: 100%;
    }

    .join_show_min .min_content .min_but,
    .join_show_min .min_content .min_but .but_po .po_content {
        width: 100%;
    }







    .honor_content .honor_wrap {
        margin: 30px 0 0;
    }

    .honor_content .honor_wrap .wrap_min {
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0 !important;
    }

    .honor_content .honor_wrap .wrap_min .pic {
        width: 100%;
    }









    .culture_top {
        padding: 30px 0;
    }

    .corporate_vision .vision_content h4,
    .corporate_values .values_content h4 {
        font-size: 17px;
    }

    .corporate_mission .mission_row .mission_right {
        padding-top: 20px;
    }

    .corporate_mission .mission_row .mission_right p,
    .corporate_society .society_min .society_p {
        font-size: 18px;
        line-height: 35px;
    }

    .corporate_society .society_min .society_swiper,
    .corporate_society .society_min .staff_swiper {
        padding-bottom: 50px;
    }











    .contact_top {
        margin-top: 15px;
    }

    .contact_top .contact_top_name,
    .contact_top .top_row .row_min p,
    .contact_min .min_form .form_name,
    .contact_min .min_form .form_column p,
    .contact_min .min_form .form_submit,
    .download_mode .mode_form .form_content .form_min .form_column p,
    .download_mode .mode_form .form_content .form_min .form_submit {
        font-size: 16px;
    }

    .contact_top .contact_top_name,
    .contact_top .top_row .row_min p,
    .contact_min .min_form .form_name {
        line-height: 30px;
    }

    .contact_top .top_row {
        margin-top: 25px;
        padding: 30px 30px 0;
        flex-wrap: wrap;
    }

    .contact_top .top_row .row_min {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact_top .top_row .row_min .pic {
        margin-bottom: 15px;
    }

    .contact_min .min_form {
        padding: 30px 30px;
    }

    .contact_min .min_form .form_column p,
    .download_mode .mode_form .form_content .form_min .form_column p {
        line-height: 40px;
    }

    .contact_min .min_form .form_column input,
    .download_mode .mode_form .form_content .form_min .form_column input {
        height: 45px;
        line-height: 45px;
        padding: 0 20px 0 58px;
        font-size: 16px;
    }

    .contact_min .min_form .form_column .contacts,
    .download_mode .mode_form .form_content .form_min .form_column .contacts {
        background-size: 20px 21px !important;
    }

    .contact_min .min_form .form_column .xm {
        background-size: 18px 21px !important;

    }

    .contact_min .min_form .form_column .unit,
    .download_mode .mode_form .form_content .form_min .form_column .unit {
        background-size: 24px 18px !important;
    }

    .contact_min .min_form .form_column .demand {
        background-size: 23px 17px !important;
    }

    .contact_min .min_form .form_column .form_phone,
    .download_mode .mode_form .form_content .form_min .form_column .form_phone {
        background-size: 24px 20px !important;
    }

    .contact_min .min_form .form_column .mailbox {
        background-size: 24px 18px !important;
    }

    .contact_min .min_form .form_submit,
    .download_mode .mode_form .form_content .form_min .form_submit {
        height: 45px;
        line-height: 45px;
        padding: 0 50px;
        margin-top: 30px;
    }

    .contact_footer .contact_footer_name {
        top: 11px;
        font-size: 12px;
        width: 100%;
    }









    .applications_content {
        margin: 25px 0;
    }

    .applications_content .applications_top {
        margin-top: 25px;
    }

    .applications_content .applications_top h2,
    .applications_content .applications_min .min_row .min_left p {
        font-size: 20px;
    }

    .applications_content .applications_top h2 {
        margin-bottom: 15px;
    }

    .applications_content .applications_top p,
    .applications_content .applications_min .min_row .min_right p {
        font-size: 14px;
        line-height: 30px;
    }

    .applications_content .applications_min {
        margin-top: 30px;
    }

    .applications_content .applications_min .min_row .min_left {
        width: 50px;
    }

    .applications_content .applications_min .min_row .min_right {
        width: calc(100% - 80px);
        flex-direction: column;
    }

    .applications_content .applications_min .min_row .min_right p {
        width: 100%;
        margin-bottom: 20px;
    }

    .applications_content .applications_min .min_row .min_right .pic {
        width: 100%;
    }









    .company_profile,
    .corporate_culture .culture_column,
    .about_proportion {
        padding: 30px 0 30px;
    }

    .company_profile .profile_left .left_name .name_h2 {
        font-size: 56px;
    }

    #about1 .company_profile .profile_left .left_name h2 {
        top: 50%;
        transform: translate(0, -50%);
        bottom: 0;
    }

    .company_profile .profile_left p {
        font-size: 17px;
        line-height: 35px;
    }

    .corporate_culture .culture_column .culture_wrap {
        margin-top: 25px;
    }

    .corporate_culture .culture_column .culture_wrap .wrap_min {
        margin-bottom: 30px;
    }

    .corporate_culture .culture_column .culture_wrap .wrap_min:last-child {
        margin-bottom: 0;
    }

    .corporate_culture .culture_column .culture_wrap .wrap_min .min_content h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .corporate_culture .culture_column .culture_wrap .wrap_min .min_content p {
        font-size: 14px;
        line-height: 27px;
    }

    .about_proportion .proportion_left {
        font-size: 16px;
        line-height: 32px;
    }

    .about_proportion .proportion_left span {
        font-size: 30px;
    }

    .about_technology .technology_content .technology_wrap .wrap_min {
        width: calc((100% - 30px) / 2);
        margin-bottom: 20px;
        margin-right: 30px !important;
        height: 55px;
        line-height: 55px;
        font-size: 14px;
    }

    .about_technology .technology_content .technology_wrap .wrap_min:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .about_technology .technology_content .technology_wrap {
        margin-top: 25px;
    }







    .corporate_society .society_min .society_swiper .swiper-button-next,
    .corporate_society .society_min .society_swiper .swiper-button-prev,
    .corporate_society .society_min .staff_swiper .swiper-button-next1,
    .corporate_society .society_min .staff_swiper .swiper-button-prev1,
    .leading_party .leading_swiper .swiper-button-next,
    .leading_party .leading_swiper .swiper-button-prev {
        margin-top: -10%;
        height: auto;
        width: auto;
    }

    .corporate_society .society_min .society_swiper .swiper-button-prev,
    .corporate_society .society_min .staff_swiper .swiper-button-prev1,
    .leading_party .leading_swiper .swiper-button-prev {
        left: 0;
    }

    .corporate_society .society_min .society_swiper .swiper-button-next,
    .corporate_society .society_min .staff_swiper .swiper-button-next1,
    .leading_party .leading_swiper .swiper-button-next {
        right: 0;
    }


    .corporate_society .society_min .society_swiper .swiper-button-next::after,
    .corporate_society .society_min .society_swiper .swiper-button-prev::after,
    .corporate_society .society_min .staff_swiper .swiper-button-next1::after,
    .corporate_society .society_min .staff_swiper .swiper-button-prev1::after,
    .leading_party .leading_swiper .swiper-button-next::after,
    .leading_party .leading_swiper .swiper-button-prev::after {
        font-size: 23px;

    }

    .corporate_society .society_min .society_swiper .swiper-container,
    .corporate_society .society_min .staff_swiper .swiper-container,
    .leading_party .leading_swiper .swiper-container {
        width: 86%;
    }











    .product_content .product_row .product_right .product_min.data_download .min_download {
        width: calc((100% - 20px)/2);
        margin-right: 20px !important;
        margin-bottom: 25px;
    }

    .product_content .product_row .product_right .product_min.data_download .min_download:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .product_content .product_row .product_right .product_min.data_download .min_download h2 {
        font-size: 15px;
    }

    .product_content .product_row .product_right .product_min.data_download .min_download .download_file {
        padding: 6px 20px;
        font-size: 12px;
    }










    .product_show .show_min .show_but {
        justify-content: space-between;
        margin-top: 30px;
    }

    .product_show .show_min .show_but .but_a {
        margin-right: 0 !important;
        width: 47%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }












    .download_mode .mode_form {
        border-radius: 12px;
        padding: 20px 30px;
    }

    .download_mode .mode_form .form_content .form_top {
        padding-bottom: 15px;
    }

    .download_mode .mode_form .form_content .form_top h2 {
        font-size: 18px;
    }

    .download_mode .mode_form .form_content .form_top .form_cuo {
        width: 24px;
    }

    .download_mode .mode_form .form_content .form_min {
        margin: 10px auto;
        width: 100%;
    }

    .download_mode .mode_form .form_content .form_min .form_column p {
        line-height: 30px;
    }










    .product_content .product_row .product_right .right_top .classic_name {
        padding-bottom: 12px;
    }

    .product_content .product_row .product_right .right_top .classic_name::before,
    .product_content .product_row .product_right .right_top .classic_name::after {
        height: 4px;
    }
}