.w1220 {
    width: 1220px;
    margin: 0 auto
}

.page_banner img {
    width: 100%
}

.tool_position {
    height: 40px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px 0px rgba(208, 208, 208, 0.35);
    line-height: 40px
}

.tool_position .w1220 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.tool_position .position {
    display: flex;
    align-items: center;
    color: #999999
}

.tool_position .position em {
    display: inline-flex;
    margin-right: 12px
}

.tool_position .position a:last-child {
    color: #004098
}

.tool_position .cate_tool a {
    font-size: 18px;
    color: #999999;
    margin-left: 60px
}

.tool_position .cate_tool a:hover {
    color: #004098;
    font-weight: bold
}

.common_title {
    text-align: center;
    margin: 80px 0 50px
}

.common_title .tcn {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 30px
}

.common_title .ten {
    color: #999999;
    line-height: 14px;
    padding-top: 16px
}

.aboutSection1 .about_info {
    position: relative;
    text-align: right
}

.aboutSection1 .about_info .img {
    width: 41%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9
}

.aboutSection1 .about_info .img img {
    width: 100%
}

.aboutSection1 .about_info .about_con {
    width: 61.5%;
    background-color: #f9f9f9;
    display: inline-block;
    margin-top: 93px;
    text-align: left;
    padding: 70px 104px 50px 95px;
    position: relative
}

.aboutSection1 .about_info .about_con::before {
    width: 166px;
    height: 40px;
    content: "";
    background: url("../images/huan/about_text_top.png") no-repeat;
    position: absolute;
    right: 30px;
    top: 30px
}

.aboutSection1 .about_info .about_con::after {
    width: 166px;
    height: 40px;
    content: "";
    background: url("../images/huan/about_text_bottom.png") no-repeat;
    position: absolute;
    left: 68px;
    bottom: 53px
}

.aboutSection1 .about_info .about_con .title {
    color: #004098;
    font-size: 22px;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 30px
}

.aboutSection1 .about_info .about_con .title span {
    font-size: 18px;
    display: block;
    padding-bottom: 8px;
    margin-top: 7px
}

.aboutSection1 .about_info .about_con .title::after {
    width: 90px;
    height: 3px;
    background-color: #004098;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0
}

.aboutSection1 .about_info .about_con .content {
    font-size: 14px;
    line-height: 28px;
    color: #666666
}

.aboutSection1 .about_info .about_con .sign {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    display: block;
    text-align: right;
    margin-top: 54px
}

.aboutSection2 .cultrue_lists ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.aboutSection2 .cultrue_lists ul li {
    width: 23.28%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f6f6f6;
    height: 302px;
    padding: 0 44px;
    text-align: center
}

.aboutSection2 .cultrue_lists ul li span {
    font-size: 20px;
    color: #333333;
    display: block;
    padding: 10px 0 16px
}

.aboutSection2 .cultrue_lists ul li p {
    line-height: 24px;
    color: #333333;
    min-height: 85px
}

.aboutSection2 .cultrue_lists ul li:hover {
    background-color: #1e57a6
}

.aboutSection2 .cultrue_lists ul li:hover span,
.aboutSection2 .cultrue_lists ul li:hover p {
    color: #ffffff
}

.aboutSection3 .adv_con {
    position: relative
}

.aboutSection3 .adv_con .text {
    width: 92.6%;
    background-color: #f9f9f9;
    padding: 45px 32.8% 40px 50px
}

.aboutSection3 .adv_con .text .title {
    font-size: 22px;
    line-height: 36px;
    color: #004098;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 30px
}

.aboutSection3 .adv_con .text .title::before {
    width: 90px;
    height: 3px;
    background-color: #004098;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0
}

.aboutSection3 .adv_con .text .content {
    font-size: 14px;
    line-height: 28px;
    color: #666666
}

.aboutSection3 .adv_con .img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 34.43%;
    height: 300px
}

.aboutSection3 .adv_con .img img {
    width: 100%
}

.aboutSection4 {
    margin-top: 80px
}

.aboutSection4 img {
    width: 100%
}

.quality_lists {
    margin-bottom: 100px;
    position: relative
}

.quality_lists .swiper-container {
    position: unset
}

.quality_lists .swiper-slide {
    height: 321px;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px
}

.quality_lists .swiper-slide img {
    max-width: 100%;
    max-height: 100%
}

.quality_lists .swiper-button-next,
.quality_lists .swiper-button-prev {
    width: 56px;
    height: 57px
}

.quality_lists .swiper-button-next {
    background: url("../images/huan/next.png") no-repeat;
    right: -7%
}

.quality_lists .swiper-button-prev {
    background: url("../images/huan/prev.png") no-repeat;
    left: -7%
}

.page_proList {
    margin: 80px 0 100px
}

.page_proList .proList_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.page_proList .proList_content .pLeft {
    width: 240px
}

.page_proList .proList_content .pLeft .cate_lists {
    border: solid 1px #ececec;
    margin-top: 6px;
    padding: 0 12px
}

.page_proList .proList_content .pLeft .cate_lists li {
    border-bottom: 1px solid #ececec;
    background: url("../images/huan/nav_sign_up.png") no-repeat 95% 22px
}

.page_proList .proList_content .pLeft .cate_lists li:last-child {
    border: 0
}

.page_proList .proList_content .pLeft .cate_lists li a {
    font-size: 18px;
    color: #666666;
    display: block;
    line-height: 25px;
    padding: 15px 20px 15px 8px
}

.page_proList .proList_content .pLeft .cate_lists li.hover {
    padding-bottom: 14px;
    background: url("../images/huan/nav_sign_down.png") no-repeat 95% 22px
}

.page_proList .proList_content .pLeft .cate_lists li li.hover{
    background: unset;
}

.page_proList .proList_content .pLeft .cate_lists li.hover a {
    color: #004098
}

.page_proList .proList_content .pLeft .cate_lists li a:hover {
    color: #004098 !important;
    cursor: pointer
}

.page_proList .proList_content .pLeft .cate_lists li ul {
    display: none;
    margin-top: -10px
}

.page_proList .proList_content .pLeft .cate_lists li ul li {
    border: 0;
    background: none
}

.page_proList .proList_content .pLeft .cate_lists li ul li a {
    font-size: 16px;
    padding: 3px 8px;
    color: #666666 !important
}
.page_proList .proList_content .pLeft .cate_lists li ul li.hover a {
    color: #004098 !important
}


.page_proList .proList_content .pLeft .cate_title {
    height: 70px;
    background-color: #004098;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold
}

.page_proList .proList_content .pRight {
    width: 948px
}

.pro_item {
    margin-bottom: 20px
}

.pro_item ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.pro_item ul li {
    width: 32.28%;
    text-align: center
}

.pro_item ul li .img {
    height: 210px;
    overflow: hidden
}

.pro_item ul li .img img {
    max-width: 100%;
    max-height: 100%
}

.pro_item ul li .title {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin: 9px 0 19px
}

#pagesize {
    text-align: center
}

#pagesize li {
    display: inline-block
}

#pagesize li a {
    display: block;
    border: solid 1px #e2e2e2;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    color: #999999;
    margin: 0 2px;
    box-shadow:unset;
    border-radius: unset;
    background: #ffffff;
}

#pagesize li a.active,
#pagesize li a:hover {
    background-color: #004098;
    color: #ffffff;
    border-color: #004098;
    box-shadow: unset;
}

.wap_cateList {
    display: none
}

.page_proInfo {
    margin: 0 0 50px
}

.page_proInfo .pro_info {
    display: flex;
    align-items: center
}

.page_proInfo .img {
    width: 498px;
    height: 400px;
    overflow: hidden;
    text-align: left
}

.page_proInfo .img img {
    max-width: 100%
}

.page_proInfo .text {
    margin-left: 87px;
    max-width: 50%
}

.page_proInfo .text .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    color: #004098;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 28px
}

.page_proInfo .text .title::after {
    width: 90px;
    height: 3px;
    background-color: #004098;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0
}

.page_proInfo .text .content {
    font-size: 18px;
    line-height: 32px;
    color: #666666
}

.cate_list {
    margin: 75px 0 60px
}

.cate_list a {
    font-size: 18px;
    letter-spacing: 1px;
    color: #666666;
    min-width: 75px;
    display: inline-block;
    margin-right: 50px;
    text-align: center;
    padding-bottom: 14px
}

.cate_list a.hover,
.cate_list a:hover {
    border-bottom: 2px solid #003991;
    color: #004098;
    font-weight: bold
}

.page_caseList .cate_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 147px
}

.page_caseList .cate_info .img {
    width: 549px;
    overflow: hidden
}

.page_caseList .cate_info .img img {
    max-width: 100%
}

.page_caseList .cate_info .text {
    width: 620px
}

.page_caseList .cate_info .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    color: #333333;
    position: relative;
    padding-bottom: 12px
}

.page_caseList .cate_info .title::after {
    width: 60px;
    height: 3px;
    background-color: #003991;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0
}

.page_caseList .cate_info .content {
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    margin: 27px 0 80px
}

.page_caseList .cate_info .link_pro a {
    width: 145px;
    height: 36px;
    background-color: #003991;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    color: #ffffff
}

.page_newsList {
    margin-bottom: 50px
}

.page_newsList .common_title {
    margin: 80px 0 22px
}

.page_newsList .news_list li {
    border-bottom: 1px solid #e0e0e0;
    padding: 48px 0
}

.page_newsList .news_list li:last-child {
    border: 0
}

.page_newsList .news_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page_newsList .news_list li a .news_left {
    width: 48.8%;
    display: flex;
    justify-content: space-between;
    border: solid 2px #e0e0e0
}

.page_newsList .news_list li a .news_left .img {
    width: calc(100% - 138px)
}

.page_newsList .news_list li a .news_left .img img {
    width: 100%
}

.page_newsList .news_list li a .news_left .date {
    width: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.page_newsList .news_list li a .news_left .date strong {
    font-size: 50px;
    color: #333333
}

.page_newsList .news_list li a .news_left .date span {
    font-size: 14px;
    font-weight: bold;
    color: #999999
}

.page_newsList .news_list li a .news_right {
    width: 46.4%
}

.page_newsList .news_list li a .news_right .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #333333
}

.page_newsList .news_list li a .news_right .desp {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin: 22px 0 33px
}

.page_newsList .news_list li a .news_right .more {
    text-align: right
}

.page_newsList .news_list li a .news_right .more span {
    width: 110px;
    height: 35px;
    border-radius: 18px;
    border: solid 1px #004098;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    color: #004098;
    text-align: center
}

.page_newsList .news_list li a:hover .news_left {
    background-color: #004098;
    border-color: #004098
}

.page_newsList .news_list li a:hover .news_left strong,
.page_newsList .news_list li a:hover .news_left span {
    color: #ffffff
}

.page_newsList .news_list li a:hover .news_right .title {
    color: #004098
}

.page_newsList .news_list li a:hover .news_right .more span {
    background-color: #004098;
    color: #ffffff
}

.page_newsInfo .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding: 72px 0 35px
}

.page_newsInfo .info_tool {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    opacity: 0.8;
    padding: 15px 0 25px
}

.page_newsInfo .info_tool span {
    margin: 0 15px
}

.page_newsInfo .content {
    font-size: 14px;
    line-height: 20px;
    color: #6e6e6e;
    border-bottom: 1px solid #efefee;
    padding-bottom: 40px
}

.page_newsInfo .content img {
    max-width: 100%
}

.page_newsInfo .content p {
    min-height: 25px
}

.page_newsInfo .news_tool {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 15px 0 92px
}

.page_newsInfo .news_tool .ntLeft {
    width: calc(100% - 150px)
}

.page_newsInfo .news_tool .ntLeft a {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    display: block;
    margin: 2.5px 0
}

.page_newsInfo .news_tool .ntRight a {
    width: 129px;
    height: 35px;
    border: solid 1px #004098;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #004098
}

.page_contactInfo {
    margin-bottom: 100px
}

.page_contactInfo .address {
    font-size: 18px;
    color: #666666;
    margin-bottom: 40px
}

.page_contactInfo .address ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page_contactInfo .address ul li {
    display: flex
}

.page_contactInfo .address ul em {
    display: inline-block;
    margin-right: 16px
}

.page_contactInfo .address ul em img {
    max-width: 100%;
    max-height: 100%
}

.page_contactInfo #dituContent {
    height: 440px
}

#header {
    background-color: #ffffff;
    box-shadow: 7px 5px 50px 7px rgba(3, 0, 0, 0.08);
    height: 100px
}

#header .container {
    margin: 0 auto;
    height: 100%;
    width: 81.2%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#header .logo img {
    max-width: 100%
}

#header .head_right {
    padding: 11px 0 0
}

#header .head_right .search_tel {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    margin-bottom: 9px
}

#header .head_right .search_tel form {
    position: relative
}

#header .head_right .search_tel form::before {
    width: 12px;
    height: 12px;
    background: url("../images/huan/head_search.png") no-repeat;
    content: "";
    position: absolute;
    left: 12px;
    top: 10px
}

#header .head_right .search_tel input {
    width: 158px;
    height: 30px;
    background-color: #f6f6f6;
    border-radius: 15px 15px 15px 15px;
    outline: unset;
    padding: 0 15px 0 32px
}

#header .head_right .icon_tel {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #6fb92c
}

#header .head_right .icon_tel em {
    display: inline-flex;
    margin: 0 9px 0 29px
}

#header .nav_lists {
    margin-bottom: 1px
}

#header .nav_lists ul li {
    display: inline-block;
    margin-left: 70px
}

#header .nav_lists ul li.hover a,
#header .nav_lists ul li a:hover {
    border-bottom: 2px solid #004098;
    color: #004098;
    font-weight: bold
}

#header .nav_lists ul li a {
    border-bottom: 2px solid #ffffff;
    font-size: 18px;
    color: #333333;
    display: block;
    padding-bottom: 16px
}

.index_banner .swiper-slide img {
    width: 100%
}

.index_banner .swiper-pagination-bullet {
    width: 35px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    opacity: 0.3
}

.index_banner .swiper-pagination-bullet-active {
    width: 50px;
    opacity: 1
}

.index_banner .swiper-pagination {
    /* bottom: 95px !important； */
    bottom: 40px !important
}

.index_banner .swiper-button-next,
.index_banner .swiper-button-prev {
    width: 77px;
    height: 77px;
    opacity: 0.4
}

.index_banner .swiper-button-next {
    background: url("../images/huan/next.png") no-repeat;
    right: 9%
}

.index_banner .swiper-button-prev {
    background: url("../images/huan/prev.png") no-repeat;
    left: 9%
}

.indexCommonTitle {
    padding: 110px 0 40px
}

.indexCommonTitle .cn {
    font-size: 30px;
    color: #004098
}

.indexCommonTitle .cn strong {
    color: #333333;
    font-weight: bold
}

.indexCommonTitle .en {
    color: #999999;
    padding-top: 8px
}

.index_section1 .container {
    width: 900px;
    margin: 0 auto;
    text-align: center
}

.index_section1 .content {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 17px
}

.index_section1 .content a {
    color: #003995
}

.index_section1 .our_service {
    border: 7px solid #003991;
    margin-top: 116px
}

.index_section1 .our_service .ourCon {
    width: calc(100% - 70px);
    margin: -72px auto 0;
    background: #ffffff
}

.index_section1 .con_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin: 26px 0 42px
}

.index_section1 .con_text .left {
    width: 200px;
    padding: 27px 0 0 44px;
    background: url("../images/huan/ind_video_title_bg.png") no-repeat left top
}

.index_section1 .con_text .left .title {
    font-size: 30px;
    color: #333333
}

.index_section1 .con_text .left .title strong {
    font-weight: bold
}

.index_section1 .con_text .left .title_en {
    color: #999999;
    padding-top: 6px
}

.index_section1 .con_text .right {
    width: 496px;
    margin-right: 48px;
    font-size: 16px;
    line-height: 30px
}

.index_section2 {
    background-color: #f9f9f9;
    margin-top: 51px;
    padding-bottom: 96px
}

.index_section2 .indexCommonTitle {
    text-align: center
}

.index_section2 .ind_proList .swiper-slide {
    border-bottom: 1px solid #f9f9f9;
    position: relative
}

.index_section2 .ind_proList .swiper-slide::after {
    width: 36px;
    height: 4px;
    background-color: #f9f9f9;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto
}

.index_section2 .ind_proList .swiper-slide .img {
    position: relative;
    overflow: hidden;
    height: 515px;
}

.index_section2 .ind_proList .swiper-slide .img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.index_section2 .ind_proList .swiper-slide .img .dask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    background: rgba(255, 255, 255, 0.1);
    padding: 40% 20% 0 15%;
    transition: all 0.3s
}

.index_section2 .ind_proList .swiper-slide .img .dask .intro {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    padding: 25px 0 0 51px;
    min-height: 190px;
    background: url("../images/huan/ind_prolisttitle_bg.png") no-repeat left top
}

.index_section2 .ind_proList .swiper-slide .img .dask .more {
    text-align: center
}

.index_section2 .ind_proList .swiper-slide .img .dask .more a {
    width: 160px;
    height: 51px;
    background-color: #ffffff;
    border-radius: 25px;
    display: inline-block;
    line-height: 51px;
    text-align: center;
    font-size: 16px;
    color: #004098
}

.index_section2 .ind_proList .swiper-slide:hover {
    border-bottom: 1px solid #c9c9c9
}

.index_section2 .ind_proList .swiper-slide:hover::after {
    background-color: #004098
}

.index_section2 .ind_proList .swiper-slide:hover .title {
    font-weight: bold;
    color: #004098
}

.index_section2 .ind_proList .swiper-slide:hover .img .dask {
    bottom: 0
}

.index_section2 .ind_proList .title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 29px 15px 25px
}

.index_section3 .container {
    width: 1060px;
    margin: 0 auto;
    text-align: center
}

.index_section3 .container .indexCommonTitle {
    padding: 110px 0 30px
}

.index_section3 .container .cn {
    font-size: 60px;
    color: #333333
}

.index_section3 .container .en {
    padding: 32px 0 0
}

.index_section3 .attrs {
    margin-top: 74px
}

.index_section3 .attrs ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index_section3 .attrs ul li {
    width: 28.3%;
    background-color: #1e57a6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    padding: 30px 37px 25px;
    text-align: left
}

.index_section3 .attrs ul li strong {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2px;
    padding: 15px 0 10px
}

.index_section3 .attrs ul li p {
    line-height: 24px
}

.index_section3 .attrs ul li .icon {
    width: 90px;
    height: 91px;
    display: inline-block
}

.index_section3 .attrs ul li:nth-child(1) .icon {
    background: url("../images/huan/attr_list_1.png") no-repeat
}

.index_section3 .attrs ul li:nth-child(1):hover .icon {
    background: url("../images/huan/attr_list_1hover.png") no-repeat
}

.index_section3 .attrs ul li:nth-child(2) .icon {
    background: url("../images/huan/attr_list_2.png") no-repeat
}

.index_section3 .attrs ul li:nth-child(2):hover .icon {
    background: url("../images/huan/attr_list_2hover.png") no-repeat
}

.index_section3 .attrs ul li:nth-child(3) .icon {
    background: url("../images/huan/attr_list_3.png") no-repeat
}

.index_section3 .attrs ul li:nth-child(3):hover .icon {
    background: url("../images/huan/attr_list_3hover.png") no-repeat
}

.index_section3 .attrs ul li:hover {
    background-color: #6fba2c;
    box-shadow: 7px 5px 17px 1px rgba(69, 141, 5, 0.35)
}

.index_section4 {
    margin-top: 120px;
    background: url("../images/huan/ind_section_bg4.png") no-repeat;
    background-size: cover
}

.index_section4 .container {
    padding: 40px 9% 40px 9.1%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index_section4 .container .ind_caseCon {
    width: 209px
}

.index_section4 .container .ind_caseCon .con {
    font-size: 16px;
    line-height: 30px
}

.index_section4 .container .ind_caseCon .con a {
    color: #003995
}

.index_section4 .container .ind_caseCon .more {
    margin-top: 52px
}

.index_section4 .container .ind_caseCon .more a {
    width: 160px;
    height: 51px;
    background-color: #1e57a6;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    line-height: 51px;
    font-size: 16px;
    color: #ffffff
}

.index_section4 .container .ind_case_list {
    width: 1271px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index_section4 .container .ind_case_list .ind_caseItem {
    width: 30.37%;
    padding: 211px 53px 76px;
    min-height: 860px
}

.index_section4 .container .ind_case_list .ind_caseItem:hover {
    background: url("../images/huan/ind_case_listhover_bg.png") no-repeat;
    background-size: cover
}

.index_section4 .container .ind_case_list .ind_caseItem .title {
    font-size: 28px;
    line-height: 28px
}

.index_section4 .container .ind_case_list .ind_caseItem .title_en {
    font-size: 18px;
    display: block;
    margin: 20px 0 40px
}

.index_section4 .container .ind_case_list .ind_caseItem .img {
    width: 100%
}

.index_section4 .container .ind_case_list .ind_caseItem .img img {
    width: 100%
}

.index_section4 .container .ind_case_list .ind_caseItem .more {
    margin-top: 53px;
    display: none
}

.index_section4 .container .ind_case_list .ind_caseItem .more a {
    width: 160px;
    height: 51px;
    background-color: #ffffff;
    border-radius: 25px;
    display: inline-block;
    line-height: 51px;
    text-align: center;
    color: #01439e;
    font-size: 16px
}

.index_section4 .container .ind_case_list .ind_caseItem:nth-child(2) .title {
    margin-top: 38px
}

.index_section4 .container .ind_case_list .ind_caseItem:nth-child(2) .more {
    margin-top: 10px
}

.index_section4 .container .ind_case_list .ind_caseItem:hover {
    padding: 266px 53px 0;
    color: #ffffff
}

.index_section4 .container .ind_case_list .ind_caseItem:hover .more {
    display: inline-block
}

.index_section5 {
    background: url("../images/huan/ind_section_bg5.png") no-repeat;
    background-size: cover;
    text-align: center
}

.index_section5 .container {
    width: 81.25%;
    margin: 0 auto
}

.index_section5 .indhoner_swiper {
    padding-bottom: 5px
}

.index_section5 .indhoner_swiper .swiper-slide {
    height: 301px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #e6e6e6;
}

.index_section5 .indhoner_swiper .swiper-slide img {
    max-width: 210px;
    display: inline-block
}

.index_section5 .indhoner_swiper .swiper-slide:hover {
    box-shadow: 2px 1px 10px 1px rgba(78, 92, 125, 0.16)
}

.index_section5 .more {
    text-align: center;
    padding: 60px 0 92px
}

.index_section5 .more a {
    width: 160px;
    height: 51px;
    background-color: #1e57a6;
    border-radius: 25px;
    display: inline-block;
    line-height: 51px;
    text-align: center;
    font-size: 16px;
    color: #ffffff
}

.index_section6 {
    text-align: center
}

.index_section6 .container {
    width: 81.25%;
    margin: 0 auto
}

.index_section6 .index_newList {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index_section6 .index_newList .indNewLeft {
    width: 52%
}

.index_section6 .index_newList .indNewLeft .img {
    width: 100%;
    position: relative
}

.index_section6 .index_newList .indNewLeft .img img {
    width: 100%
}

.index_section6 .index_newList .indNewLeft .dask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    text-align: left;
    padding: 60px 70px 75px 50px;
    color: #ffffff
}

.index_section6 .index_newList .indNewLeft .dask .date {
    opacity: 0.59
}

.index_section6 .index_newList .indNewLeft .dask .title {
    font-size: 26px;
    line-height: 31px;
    padding: 10px 0 20px
}

.index_section6 .index_newList .indNewLeft .dask .desp {
    font-size: 16px;
    line-height: 32px;
    min-height: 330px
}

.index_section6 .index_newList .indNewLeft .dask .more {
    width: 160px;
    height: 51px;
    background-color: #1e57a6;
    border-radius: 25px;
    line-height: 51px;
    text-align: center;
    font-size: 16px;
    display: inline-block
}

.index_section6 .indNewRight {
    width: 46.2%
}

.index_section6 .indNewRight ul li .img {
    width: 100%;
    position: relative
}

.index_section6 .indNewRight ul li .img img {
    width: 100%
}

.index_section6 .indNewRight ul li .dask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    padding: 0 0 44px 30px
}

.index_section6 .indNewRight ul li:first-child {
    margin-bottom: 27px
}

.index_section6 .indNewRight ul li .date {
    opacity: 0.59
}

.index_section6 .indNewRight ul li .title {
    font-size: 26px;
    margin-top: 7px
}

.index_section7 {
    padding-bottom: 65px
}

.index_section7 .indexCommonTitle {
    text-align: center
}

.index_section7 .container {
    width: 81.25%;
    margin: 0 auto
}

.index_section7 .index_honerLists {
    position: relative;
    padding: 0 100px
}

.index_section7 .index_honerLists .indHoner_swiper {
    position: unset
}

.index_section7 .index_honerLists .indHoner_swiper .swiper-slide {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.index_section7 .index_honerLists .indHoner_swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%
}

.index_section7 .indHoner_next,
.index_section7 .indHoner_prev {
    top: 40%;
    width: 56px;
    height: 57px
}

.index_section7 .indHoner_next {
    background: url("../images/huan/next.png") no-repeat
}

.index_section7 .indHoner_prev {
    background: url("../images/huan/prev.png") no-repeat
}

#footer {
    background: url("../images/huan/bottom_bg.jpg") no-repeat;
    background-size: cover;
    color: #ffffff
}

#footer .container {
    width: 1160px;
    margin: 0 auto
}

#footer .foot_con .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 63px 0 20px
}

#footer .foot_con .col1 {
    width: 40.5%
}

#footer .foot_con .col1 p {
    font-size: 16px;
    line-height: 26px;
    opacity: 0.6
}

#footer .foot_con .col2 {
    width: 35.5%
}

#footer .foot_con .col2 .f_title {
    padding-bottom: 18px
}

#footer .foot_con .col2 .con {
    width: 180px;
    margin: 0 auto
}

#footer .foot_con .col2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#footer .foot_con .col2 ul li a {
    font-size: 16px;
    line-height: 40px;
    opacity: 0.7
}

#footer .foot_con .col3 {
    width: 24%;
    text-align: right
}

#footer .foot_con .col3 .con {
    width: 125px;
    text-align: center;
    display: inline-block
}

#footer .foot_con .col3 .con p {
    opacity: 0.8;
    padding-top: 15px;
    font-size: 16px
}

#footer .copyright {
    border-top: 1px solid #cccccc;
    opacity: 0.5;
    height: 50px
}

#footer .copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 50px;
    opacity: 0.5
}

#footer .copyright .container a {
    display: inline-block
}

#footer .f_title {
    font-size: 22px;
    line-height: 23px;
    opacity: 0.7;
    padding-bottom: 15px
}

.sp_header {
    display: none
}

.line {
    text-align: center
}

.line img {
    display: inline-block
}
.page_proList .proList_content .pLeft .cate_lists li.hover{
    padding: 0;
}
.page_proList .proList_content .pLeft .cate_lists li.hover ul{
    padding: 6px 0;
}


@media (max-width: 1750px) {
    .index_section6 .index_newList .indNewLeft .dask .desp {
        min-height: 220px
    }
}

@media (max-width: 1500px) {
    #header .container {
        width: 93%
    }
    .index_section4 .container {
        padding: 40px 5% 40px
    }
}

@media (max-width: 1399px) {
    .aboutSection5 .w1220 {
        width: 90%
    }
    .index_section4 .container .ind_case_list {
        width: 1000px
    }
    .index_section4 .container .ind_case_list .ind_caseItem {
        padding: 211px 25px 76px
    }
    #header .nav_lists ul li {
        margin-left: 50px
    }
    .index_section6 .index_newList .indNewLeft .dask {
        padding: 30px 40px
    }
    .index_section6 .index_newList .indNewLeft .dask .desp {
        min-height: auto;
        line-height: 25px;
        margin-bottom: 10px
    }
    .index_section6 .index_newList .indNewLeft .dask .title {
        font-size: 24px
    }
}

@media (max-width: 1219px) {
    .w1220 {
        width: 100%;
        padding: 0 15px
    }
    .page_proList .proList_content .pRight {
        width: 77.7%
    }
    .page_caseList .cate_info .img {
        width: 42%
    }
    .page_caseList .cate_info .text {
        width: 55%
    }
    .index_section4 .container .ind_case_list {
        width: 800px
    }
}

@media (max-width: 1199px) {
    .pro_item ul li {
        width: 33%
    }
    .page_newsList .news_list li a .news_right .desp {
        margin: 4px 0 0
    }
    .sp_header {
        display: block
    }
    #header {
        display: none
    }
    .index_banner .swiper-pagination {
        bottom: 5% !important
    }
    .index_section3 .container {
        width: 900px
    }
    #footer .container {
        width: 90%
    }
    .index_section6 .index_newList .indNewLeft .dask .desp {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical
    }
    .index_section4 .container .ind_case_list .ind_caseItem {
        padding: 211px 25px 76px
    }
    .index_section4 .container .ind_case_list .ind_caseItem:hover {
        padding: 266px 25px 0;
        color: #ffffff
    }
    .index_section4 .container .ind_case_list .ind_caseItem {
        min-height: 800px
    }
    .index_section6 .indNewRight ul li .title {
        font-size: 20px
    }
    .index_section6 .indNewRight ul li .dask {
        padding: 0 0 5% 5%
    }
    .index_section2 .ind_proList .swiper-slide .img .dask {
        padding: 25% 20% 0 15%
    }
    .index_section2 .ind_proList .swiper-slide .img{
        height: 350px;
    }
}

@media (max-width: 991px) {
    .tool_position .cate_tool a {
        margin-left: 30px
    }
    .common_title {
        margin: 40px 0 30px
    }
    .aboutSection1 .about_info .img {
        bottom: 0;
        margin: auto;
        max-height: 400px
    }
    .aboutSection1 .about_info .about_con {
        margin-top: 20px
    }
    .aboutSection2 .cultrue_lists ul li {
        padding: 0 10px
    }
    .page_proList .proList_content .pLeft {
        display: none
    }
    .page_proList .proList_content .pRight {
        width: 100%
    }
    .wap_cateList {
        display: block;
        border: solid 1px #ececec;
        width: 98%;
        margin: 3vw auto 0;
        padding: 0
    }
    .wap_cateList .wap_cateMain {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #004098;
        color: #ffffff;
        line-height: 40px;
        padding: 0 15px;
        font-weight: bold
    }
    .wap_cateList ul {
        display: none;
        padding: 0 15px
    }
    .wap_cateList ul li {
        border-bottom: 1px solid #ececec
    }
    .wap_cateList ul li a {
        line-height: 35px;
        display: block;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .wap_cateList ul li:last-child {
        border: 0
    }
    .wap_cateList ul li ul {
        padding-bottom: 10px;
        display: none
    }
    .wap_cateList ul li ul li {
        border: 0
    }
    .wap_cateList ul li ul li a {
        line-height: 25px;
        color: #666666 !important
    }
    .wap_cateList ul li.hover a {
        color: #004098
    }
    .page_proList {
        margin: 3vw 0 6vw
    }
    .page_proInfo .text {
        margin-left: 57px
    }
    .page_proInfo .img {
        width: 50%
    }
    .page_caseList .cate_info {
        flex-wrap: wrap
    }
    .page_caseList .cate_info .img {
        width: 100%;
        text-align: center;
        margin-top: 5vw
    }
    .page_caseList .cate_info .text {
        width: 100%;
        margin-top: 5vw
    }
    .cate_list {
        display: none
    }
    .index_section1 .container,
    .index_section3 .container {
        width: 96%
    }
    .index_section1 .our_service .ourCon video {
        width: 100% !important;
        height: auto !important;
    }
    .indexCommonTitle {
        padding: 50px 0 40px
    }
    .index_section1 .con_text .left .title {
        font-size: 24px
    }
    .index_section3 .container .cn {
        font-size: 40px
    }
    .index_section3 .container .indexCommonTitle {
        padding: 50px 0 30px
    }
    .index_section3 .attrs ul li {
        width: 31.5%
    }
    .index_section4 .container .ind_case_list .ind_caseItem {
        min-height: 500px
    }
    .index_section4 .container {
        padding: 40px 2% 40px
    }
    .index_section4 .container .ind_case_list .ind_caseItem .title {
        font-size: 24px
    }
    .index_section4 .container .ind_case_list .ind_caseItem .title_en {
        font-size: 15px;
        margin: 10px 0 25px
    }
    .index_section4 .container {
        flex-wrap: wrap
    }
    .index_section4 .container .ind_caseCon {
        width: 95%;
        text-align: center;
        margin-bottom: 20px
    }
    .index_section4 .container .ind_case_list .ind_caseItem {
        padding: 100px 25px 76px
    }
    .index_section4 .container .ind_case_list .ind_caseItem:hover {
        padding: 120px 25px 50px
    }
    .index_section5 .indhoner_swiper .swiper-slide img {
        max-width: 100%
    }
    .index_section6 .index_newList .indNewLeft .dask .desp {
        display: none
    }
    .index_section6 .index_newList .indNewLeft .dask .title {
        font-size: 18px;
        line-height: 25px
    }
    .index_section6 .index_newList .indNewLeft .dask {
        padding: 8% 8%
    }
    .index_section6 .index_newList .indNewLeft .dask .more {
        width: 120px;
        height: 41px;
        line-height: 41px;
        font-size: 14px
    }
    .index_section2 .ind_proList .swiper-slide .img .dask .intro {
        padding: 19px 0 0 42px;
        min-height: 135px;
        font-size: 16px
    }
    .index_section2 .ind_proList .swiper-slide .img .dask .more a {
        width: 120px;
        height: 41px;
        line-height: 41px;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .tool_position .cate_tool {
        display: none
    }
    .tool_position {
        height: 40px;
        line-height: 40px
    }
    .aboutSection1 .about_info .img {
        position: unset;
        width: 100%
    }
    .common_title .tcn {
        font-size: 20px
    }
    .common_title .ten {
        padding-top: 6px
    }
    .common_title {
        margin: 5vw 0 4vw
    }
    .aboutSection1 .about_info .about_con {
        width: 100%;
        padding: 70px 35px 50px
    }
    .aboutSection1 .about_info .about_con::before {
        right: 10px
    }
    .aboutSection1 .about_info .about_con::after {
        left: 10px;
        bottom: 20px
    }
    .aboutSection2 .cultrue_lists ul {
        flex-wrap: wrap
    }
    .aboutSection2 .cultrue_lists ul li {
        width: 49%;
        margin-bottom: 4vw;
        height: 269px
    }
    .aboutSection2 .cultrue_lists ul li p {
        line-height: 24px;
        font-size: 12px
    }
    .aboutSection2 .cultrue_lists ul li span {
        font-size: 16px;
        padding: 5px 0 10px
    }
    .aboutSection2 .cultrue_lists ul li em img {
        width: 90%
    }
    .aboutSection3 .adv_con .text {
        width: 100%;
        padding: 9vw 5vw
    }
    .aboutSection3 .adv_con .img {
        position: unset;
        width: 100%;
        height: auto
    }
    .aboutSection4 {
        margin-top: 7vw
    }
    .quality_lists {
        margin-bottom: 6vw
    }
    .pro_item ul li {
        width: 48%
    }
    .pro_item ul li .img {
        height: auto;
    }
    .pro_item ul li .title {
        font-size: 14px;
        margin: 0 0 10px
    }
    .page_proInfo .pro_info {
        flex-wrap: wrap
    }
    .page_proInfo .img {
        width: 100%
    }
    .page_proInfo .text {
        margin: 5vw 0 0
    }
    .page_proInfo {
        margin: 5vw 0 7vw
    }
    .page_proInfo .text .title {
        font-size: 18px;
        padding-bottom: 7px;
        margin-bottom: 15px
    }
    .page_proInfo .text .content {
        font-size: 16px;
        line-height: 27px
    }
    .page_caseList .cate_info .title {
        font-size: 18px;
        padding-bottom: 7px
    }
    .page_caseList .cate_info .content {
        font-size: 14px;
        line-height: 27px;
        margin: 4vw 0 6vw
    }
    .page_caseList .cate_info {
        margin: 0 0 6vw
    }
    .page_newsList .news_list li a {
        flex-wrap: wrap
    }
    .page_newsList .news_list li a .news_left {
        width: 100%
    }
    .page_newsList .common_title {
        margin: 5vw 0 0
    }
    .page_newsList .news_list li {
        padding: 5vw 0
    }
    .page_newsList .news_list li a .news_left .img {
        width: calc(100% - 90px)
    }
    .page_newsList .news_list li a .news_left .date {
        width: 90px
    }
    .page_newsList .news_list li a .news_left .date strong {
        font-size: 35px
    }
    .page_newsList .news_list li a .news_right {
        width: 100%;
        margin-top: 3vw
    }
    .page_newsList .news_list li a .news_right .desp {
        font-size: 13px;
        line-height: 22px;
        margin: 1.5vw 0
    }
    .page_newsList .news_list li a .news_right .title {
        font-size: 15px;
        line-height: 23px
    }
    .page_newsList .news_list li a .news_right .more span {
        width: 100px;
        height: 32px;
        font-size: 14px;
        line-height: 32px
    }
    .page_newsList {
        margin-bottom: 4vw
    }
    .page_newsInfo .title {
        font-size: 18px;
        line-height: 30px;
        padding: 4vw 0 2vw
    }
    .page_newsInfo .info_tool {
        padding: 2vw 0 3vw
    }
    .page_newsInfo .content p {
        min-height: 15px
    }
    .page_newsInfo .news_tool {
        flex-wrap: wrap
    }
    .page_newsInfo .news_tool .ntLeft {
        width: 100%;
        margin-bottom: 2vw
    }
    .page_newsInfo .news_tool {
        margin: 3vw 0 5vw
    }
    .page_contactInfo .address ul {
        flex-wrap: wrap;
        font-size: 14px
    }
    .page_contactInfo .address ul li {
        width: 100%;
        margin-bottom: 4vw
    }
    .page_contactInfo .address {
        margin: 5vw 0
    }
    .page_contactInfo #dituContent {
        height: 240px
    }
    .page_contactInfo {
        margin-bottom: 7vw
    }
    .index_banner .swiper-button-next,
    .index_banner .swiper-button-prev {
        display: none
    }
    .indexCommonTitle .cn {
        font-size: 18px
    }
    .indexCommonTitle {
        padding: 5vw 0 3vw
    }
    .indexCommonTitle .en {
        padding-top: 0
    }
    .index_section1 .content {
        font-size: 13px;
        line-height: 25px
    }
    .index_section1 .content a {
        display: inline-block
    }
    .index_section1 .con_text {
        flex-wrap: wrap
    }
    .index_section1 .con_text .right {
        width: 100%;
        margin: 3vw 0 0;
        font-size: 14px;
        line-height: 25px
    }
    .index_section2 .ind_proList .swiper-slide .img .dask {
        padding: 20% 10% 0
    }
    .index_section2 .ind_proList .swiper-slide .img .dask .intro {
        font-size: 12px;
        line-height: 20px;
        padding: 17px 0 0 35px;
        min-height: 92px
    }
    .index_section2 .ind_proList .swiper-slide .img .dask .more a {
        width: 64%;
        height: 31px;
        line-height: 31px;
        font-size: 12px;
        color: #004098
    }
    .index_section2 .ind_proList .title {
        font-size: 16px;
        line-height: 30px;
        padding: 9px 15px 12px
    }
    .index_section2 {
        padding-bottom: 5vw
    }
    .index_section3 .container .cn {
        font-size: 22px
    }
    .index_section3 .container .en {
        padding: 2vw 0 0
    }
    .index_section3 .container .indexCommonTitle {
        padding: 8vw 0 4vw
    }
    .index_section3 .attrs {
        margin-top: 4vw
    }
    .index_section3 .attrs ul {
        flex-wrap: wrap
    }
    .index_section3 .attrs ul li {
        width: 85%;
        margin: 0 auto 5vw
    }
    .index_section4 {
        margin-top: 6vw
    }
    .index_section4 .container .ind_caseCon .con a {
        display: inline-block
    }
    .index_section4 .container .ind_caseCon .more {
        margin-top: 4vw
    }
    .index_section4 .container .ind_caseCon .more a {
        height: 40px;
        line-height: 40px
    }
    .index_section4 .container .ind_caseCon .con {
        font-size: 14px;
        line-height: 25px
    }
    .index_section4 .container .ind_case_list {
        width: 100%
    }
    .index_section4 .container .ind_case_list {
        flex-wrap: wrap
    }
    .index_section4 .container .ind_case_list .ind_caseItem {
        width: 100%;
        height: auto
    }
    .index_section4 .container .ind_case_list .ind_caseItem:hover {
        background: unset
    }
    .index_section4 .container .ind_case_list .ind_caseItem .more {
        display: block
    }
    .index_section4 .container .ind_case_list .ind_caseItem,
    .index_section4 .container .ind_case_list .ind_caseItem:hover {
        padding: 3vw !important;
        width: 33%;
        min-height: auto;
        color: #333333
    }
    .index_section4 .container .ind_case_list .ind_caseItem .title {
        font-size: 16px;
        line-height: 20px
    }
    .index_section4 .container .ind_case_list .ind_caseItem .title_en {
        font-size: 13px;
        margin: 1vw 0 2vw
    }
    .index_section4 .container .ind_case_list .ind_caseItem .more a {
        width: 94%;
        height: 31px;
        line-height: 31px;
        color: #333333;
        font-size: 12px
    }
    .index_section5 .indhoner_swiper .swiper-slide {
        min-height: 240px;
        background: url(../images/huan/ind_honer_bg.png) no-repeat center 210px #e6e6e6
    }
    .index_section5 .more a,
    .index_section4 .container .ind_caseCon .more a {
        width: 130px;
        height: 41px;
        line-height: 41px;
        font-size: 13px;
        color: #ffffff
    }
    .index_section5 .more {
        text-align: center;
        padding: 0 0 4vw
    }
    .index_section6 .container {
        width: 96%
    }
    .index_section6 .index_newList {
        flex-wrap: wrap
    }
    .index_section6 .index_newList .indNewLeft {
        width: 100%
    }
    .index_section6 .indNewRight {
        width: 100%;
        margin: 4vw 0 0
    }
    .index_section6 .indNewRight ul li:first-child {
        margin-bottom: 4vw
    }
    .index_section7 .container {
        width: 96%
    }
    .index_section7 .indHoner_next,
    .index_section7 .indHoner_prev {
        width: 40px;
        height: 40px;
        background-size: 100% 100% !important
    }
    .index_section7 {
        padding-bottom: 4vw
    }
    #footer .foot_con .container {
        flex-wrap: wrap
    }
    #footer .foot_con .col1 {
        width: 100%;
        margin-bottom: 6vw
    }
    #footer .foot_con .col3 {
        width: 35%
    }
    #footer .foot_con .container {
        padding: 5vw 0 20px
    }
    #footer .copyright {
        height: auto
    }
    #footer .copyright .container {
        line-height: 20px;
        flex-wrap: wrap;
        width: 96%;
        padding: 2vw 0
    }
    #footer .f_title {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 3vw
    }
    #footer .foot_con .col1 p {
        font-size: 13px;
        line-height: 22px
    }
    #footer .foot_con .col2 ul li a {
        font-size: 15px;
        line-height: 24px;
        padding: 0 2vw 0 0
    }
    #footer .foot_con .col3 .con p {
        padding-top: 0;
        font-size: 14px
    }
    .index_section4 .container .ind_case_list .ind_caseItem:hover .more {
        display: block
    }
    .index_section3 .attrs ul li {
        padding: 30px 19px 25px
    }
    .index_section2 .ind_proList .swiper-slide .img {
        height: 200px;
    }
    .line img{max-width: 100%;}
}
.pro_item ul li .img img{
    max-width: 100%;
    max-height: 100%;
    max-width: auto !important;
    max-height: auto !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_proList .proList_content .pLeft .cate_lists li ul li a.active{
    color:#004098 !important;
}
.search_lists dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f9f9f9;
    line-height: 20px;
    padding: 8px 0;
}
.search_lists dl dd{
    position: relative;
    padding-left: 15px;
    max-width: calc(100% - 120px);
}
.search_lists dl dd::before{
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 40%;
    background: #666666;
    border-radius: 100%;
}


.index_section4{
    margin: 0;
}
.index_section3 img{
    width: 100%;
}
.index_section3 .h_wap_img{
    display: none;
}
.index_section4 .container {
    padding: 0 0 152px;
    display: block;
    width: 81.25%;
    margin: 0 auto;
    text-align: center;
}
.index_section4 .h_ind_proLists{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_section4 .h_desp{
    width: 595px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin: -16px auto 42px;
}
.index_section4 .h_title .h_cn{
    font-size: 20px;
    color: #333333;
    padding: 27px 0 12px;
}
.index_section4 .h_title .h_en{
    font-size: 16px;
    color: #999999;
}
.index_section4 .h_img{
    position: relative;
    overflow: hidden;
}
.index_section4 .h_dask{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    background: rgba(0, 64, 152, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -100%;
    transition: all 0.3s;
}
.index_section4 .h_img:hover .h_dask{
    bottom: 0;
}
.index_section4 .ind_proItem:hover .h_cn,
.index_section4 .ind_proItem:hover .h_en{
    color: #0253c0;
}
.index_section4 .h_text{
    width: 60%;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    background: url("../images/index/ind_pro_text.png") no-repeat left top;
    padding: 25px 0 0 51px;
    text-align: left;
}
.index_section4 .ind_proItem{
    width: 20%;
}
.index_section4 .ind_proItem:nth-child(1){
    width: 26.5%;
}
@media (max-width:1199px){
    .index_section4 .h_text {
        width: 60%;
        font-size: 16px;
        line-height: 22px;
        padding: 20px 0 0 35px;
    }
    .index_section4 .h_title .h_en {
        font-size: 15px;
    }
}
@media (max-width: 999px) {
    .index_section3 .h_wap_img{
        display: block;
    }
    .index_section3 .h_img{
        display: none;
    }
}
@media (max-width:800px) {
    .index_section4 .h_title .h_en {
        font-size: 12px;
    }
    .index_section4 .h_title .h_cn {
        font-size: 18px;
        padding: 17px 0 6px;
    }
}
@media (max-width:767px){
    .index_section4 .h_desp {
        width: 100%;
        font-size: 14px;
        margin: 0px auto 15px;
        line-height: 25px;
    }
    .index_section4 .h_ind_proLists{
        flex-wrap: wrap;
    }
    .index_section4 .ind_proItem,
    .index_section4 .ind_proItem:nth-child(1){
        width: 98%;
        margin-bottom: 6vw;
    }
    .index_section4 .container {
        padding: 0 0 32px;
    }
}

.page_contactInfo .address li{
    width: 25%;
    text-align: center;
    padding: 0 5%;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-height: 148px;
}
.page_contactInfo .address li::after{
    content:"";
    width: 1px;
    height: 140px;
    background-color: #dddddd;
    position: absolute;
    right: 0;
    top: 0;
}
.page_contactInfo .address li:last-child:after{
    display: none;
}
.page_contactInfo .address ul em{
    margin: 0;
}
.page_contactInfo .address ul span{
    font-size: 18px;
    color: #333333;
    padding: 20px 0 10px;
}
.page_contactInfo .address ul p{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    padding-bottom: 10px;
    word-break: break-all;
}
@media (max-width:991px){
    .page_contactInfo .address ul p {
        font-size: 15px;
    }
    .page_contactInfo .address li{
        padding: 0 2%;
    }
}
@media (max-width:767px){
    .page_contactInfo .address ul li{
        width: 48%;
    }
    .page_contactInfo .address ul li::after{
        display: none;
    }
    .page_contactInfo .address ul p {
        font-size: 14px;
    }
}
.h_order a{
    margin-top: 42px;
    width: 111px;
	height: 36px;
	background-color: #003991;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
}
.pro_info_desp{
    font-size: 14px;
	line-height: 22px;
    color: #666666;
}
.pro_info_desp p{
    min-height: 15px;
}

.ind_proList_img {
    margin-top: 33px;
    text-align: center;
  }
  
  .ind_proList_img img {
    display: inline-block;
    max-width: 100%;
  }
  area{
    outline: none;
  }

.order_msg {
    background-color: #f9f9f9;
    border-radius: 4px;
    padding-bottom: 50px
}

.order_msg .order_title {
    font-size: 22px;
    color: #004098;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
    padding: 33px 0 12px 0;
    margin-bottom: 20px
}

.order_msg .order_group {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 14px 0
}

.order_msg .order_group .o_label {
    width: 106px;
    text-align: right;
    margin-right: 28px;
    color: #666666
}

.order_msg .order_group .o_label em {
    color: #ff0000;
    margin-right: 5px
}

.order_msg .order_group .o_con input::-webkit-input-placeholder,
.order_msg .order_group .o_con textarea::-webkit-input-placeholder {
    color: #999999
}

.order_msg .order_group .o_con input:-moz-placeholder {
    color: #999999
}

.order_msg .order_group .o_con input::-moz-placeholder {
    color: #999999
}

.order_msg .order_group .o_con input:-ms-input-placeholder {
    color: #999999
}

.order_msg .order_group .o_con input {
    width: 408px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #999999;
    outline: unset;
    padding: 0 13px;
    color: #999999
}

.order_msg .order_group .o_con textarea {
    width: 408px;
    height: 90px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #999999;
    padding: 10px 13px;
    outline: unset
}

.order_msg .order_group .o_con .o_radio {
    display: inline-flex;
    align-items: center;
    margin-right: 50px;
    color: #999999
}

.order_msg .order_group .o_con .o_radio span {
    width: 20px;
    height: 20px;
    background: url("../images/index/radio.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-right: 8px
}

.order_msg .order_group .o_con .o_radio span.checked,
.order_msg .order_group .o_con .o_radio span:hover {
    background: url("../images/index/radio_checked.png") no-repeat;
    cursor: pointer
}

.order_msg .order_group .o_note {
    margin-left: 31px;
    color: #999999
}

.order_msg .order_btns {
    text-align: center;
    justify-content: center;
    padding-top: 35px
}

.order_msg .order_btns span {
    width: 140px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #004098;
    display: inline-block;
    font-size: 18px;
    color: #004098;
    line-height: 45px;
    margin: 0 40px
}

.order_msg .order_btns span.o_submit {
    background-color: #004098;
    color: #ffffff
}

.order_msg .order_btns span:hover {
    cursor: pointer
}

.order_msg .order_line {
    height: 1px;
    width: 100%;
    background: #f0f0f0;
    display: block;
    margin: 30px 0
}

@media (max-width: 991px) {
    .order_msg .order_group {
        flex-wrap: wrap
    }
    .order_msg .order_group .o_note {
        margin-left: 135px
    }
}

@media (max-width: 767px) {
    .order_msg .order_group .o_con input,
    .order_msg .order_group .o_con textarea {
        width: 300px
    }
    .order_msg .order_group .o_con input {
        height: 35px
    }
    .order_msg .order_group {
        padding: 0 15px
    }
    .order_msg .order_group .o_label {
        text-align: left;
        margin-bottom: 3vw
    }
    .order_msg .order_group .o_note {
        margin: 2vw 0 0;
        font-size: 12px
    }
    .order_msg .order_line {
        margin: 20px 0 0
    }
    .order_msg .order_btns span {
        width: 120px;
        height: 35px;
        font-size: 16px;
        line-height: 34px;
        margin: 0 10px
    }
    .order_msg .order_btns {
        margin: 30px 0 0
    }
    .order_msg .order_title {
        font-size: 20px;
        padding: 17px 0 12px 0;
        margin-bottom: 20px
    }
}