﻿/* 主要样式文件 */

/* ===== 基础样式 ===== */
body {
    font-family: "", "Microsoft YaHei", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}


/* ===== 通用容器样式 ===== */
.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0;
}

/* 全局最大宽度限制 */
body {
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}



.index-bg{
    background-image: url("../image/bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*pc头部*/
.head_pc{
    width: 100%;
    height: 190px;
    background: #0c4996;
}
.head_pc_box{
    width: 90%;
    max-width: 1320px;
    margin: auto;
}
.head_pc_box_l{
    width: 585px;
    height: 114px;
    float: left;
    margin-top: 38px;
}
.head_pc_box_l .logo{
    width: 100%;
    height: 100%;
}
.head_pc_box_l .logo img{
    width: 100%;
    height: 100%;
}
.head_pc_box_r{
    float: right;
    height: auto;
    width: 370px;
    overflow: hidden;
}
.head_pc_box_r_top{
    width: auto;
    max-width: 100%;
    height: 32px;
}
.head_pc_box_r_top ul{
    list-style: none;
    overflow: hidden;
}
.head_pc_box_r_top ul li{
    float: right;
    overflow: hidden;
}
.head_pc_box_r_top ul li a{
    display: block;
    height: 32px;
    width: 100%;
    border-radius: 2px;
    background: linear-gradient(180.00deg, rgba(0, 127, 225, 1),rgba(0, 88, 158, 1));
    padding: 0 13px;
    margin-left: 8px;
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
}
.head_pc_box_r_bottom{
    overflow: hidden;
}
.search{
    width: 370px;
    height: 50px;
    margin-top: 38px;
    box-sizing: border-box;
    border: 1px solid #4189db;
    border-radius: 5px;
    background: #0c366b;
}
.input{
    overflow: hidden;
    float: left;
}
.search .input .text{
    width: 280px;
    height: 48px;
    padding-left: 25px;
    padding-right: 10px;
    display: block;
    background: none;
    border: none;
    font-size: 18px;
    line-height: 48px;
    outline: none;
    color: #ffffff;
}
.search .input .text::placeholder {
    color: #B1B6BE
}
.search .input .text:focus{
    border: none;
}
.search .submit{
    width: 84px;
    height: 40px;
    float: left;
    margin-top: 4px;
    border: none;
    background-color: #457be1;
    border-radius: 5px;
    background-image: url("../image/ss.png");
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 21px 20px;
    text-align: left;
    text-indent: 38px;
    color: #ffffff;
}
/*pc 导航*/
.head_pc_nav{
    width: 100%;
    height: 80px;
    background: linear-gradient(180.00deg, rgba(0, 127, 225, 1),rgba(0, 88, 158, 1));
}
.head_pc_nav_box{
    width: auto;
    height: 100%;
    max-width: 90%;
    margin: auto;
}
.head_pc_nav_box ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.head_pc_nav_box ul li{
    width: auto;
    height: 80px;
}
.head_pc_nav_box ul li a{
    width: auto;
    height: 56px;
    padding: 0 39px;
    line-height: 56px;
    display: block;
    font-size: 24px;
    color: #ffffff;
    margin-top: 12px;
}
.head_pc_nav_box ul li a:hover{
    border-radius: 5px;
    background: rgba(3, 65, 114, .6);
}
.top_wap{
    display: none;
}
.nav-menu{
    display: none;
}


.jia_pc_nav{
    width: 100%;
    max-width: 1920px;
    height: 280px;
    background: rgba(12, 73, 150, .9);
    position: absolute;
    left: 50%;
    top: 270px;
    opacity: 0;

    visibility: hidden;
}
.head_pc_nav_box ul li:hover .jia_pc_nav{
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
}
.jia_pc_nav_box{
    width: 1060px;
    height: auto;
    overflow: hidden;
    margin: auto;
}
.jia_pc_nav_title{
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    padding: 49px 0 30px 0;
}
.jia_pc_nav_title span{
    opacity: .5;
    padding-left: 16px;
}
.jia_pc_ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.jia_pc_ul_li{
    width: 265px;
    height: 50px;
    float: left;
    margin-bottom: 20px;
}
.jia_pc_ul_li a{
    display: block !important;
    width: 235px !important;
    height: 50px!important;
    margin: auto!important;
    border-bottom: 1px solid #ffffff!important;
    padding: 0!important;
    line-height: 50px!important;
    color: #ffffff!important;
    font-size: 18px!important;
    background-image: url("../image/arrow-right.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 24px 24px;
}
.jia_pc_ul_li a:hover{
    border-radius: 0!important;
    background-color: #ffffff!important;
    border-bottom: 1px solid #0c4996!important;
}
.jia_pc_ul_li:hover{
    background-color: #ffffff;
}
.jia_pc_ul_li:hover a{
    background-image: url("../image/arrow-right1.png")!important;
    background-repeat: no-repeat!important;
    background-position: center right!important;
    background-size: 24px 24px!important;
    color: rgba(12, 73, 150, 1)!important;
}
.jia_wap_nav{
    display: none;
}





/*轮播图*/
.index_banner{
    width: 1320px;
    height: 180px;
    margin: auto;
}
.index_banner .swiper-container {
    width: 100%;
    height: 100%;
}
.index_banner .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.index_banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color:#ffffff;
    opacity: 1;
    background: rgba(0,0,0,0.7) !important;
    margin: 0!important;
    border-radius: 0!important;
    border: 1px solid #77150c;
    border-left: none;
}
.index_banner .swiper-pagination-bullet:nth-child(1){
    border-left: 1px solid #77150c;
}
.index_banner .swiper-pagination-bullet-active {
    color:#fff;
    background: #ed702d!important;
}
.index_banner .swiper-container .swiper-slide .index_banner_box{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.index_banner .swiper-container .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}
.index_banner .swiper-container .swiper-slide p{
    width: 100%;
    height: 36px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 20;
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
    padding-left: 15px;
}
.index_banner .swiper-pagination{
    text-align: right;
    padding-right: 15px;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 5px;
    left: 0;
    width: 100%;
}

/*新闻动态 one*/
.index_new{
    width: 100%;
    background-image: url("../image/18.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.index_news{
    width: 1320px;
    height: auto;
    overflow: hidden;
    margin: auto;
    background-color: #ffffff;
    padding-top: 20px;
}
.index_news_title{
    width: 100%;
    height: 56px;
    background-image: url("../image/xwdt.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    line-height: 56px;
    text-align: left;
    text-indent: 12px;
    font-weight: bold;
}
.index_news_box{
    overflow: hidden;
    clear: both;
}
.index_news_one{
    width: 660px;
    height: 460px;
    float: left;
    margin-top: 52px;
    margin-left: 42px;
    overflow: hidden;
    border-radius: 10px;
}
.index_news_banner{
    width: 100%;
    height: 460px;
    overflow: hidden;
}
.index_news_banner .swiper-container-news{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.index_news_banner .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.index_news_banner .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index_news_banner .swiper-pagination-news {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.index_news_banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color:#ffffff;
    opacity: 1;
    background: rgba(0,0,0,0.7) !important;
    margin: 0!important;
    border-radius: 0!important;
    border: 1px solid #77150c;
    border-left: none;
}
.index_news_banner .swiper-pagination-bullet:nth-child(1){
    border-left: 1px solid #77150c;
}
.index_news_banner .swiper-pagination-bullet-active {
    color:#fff;
    background: #ed702d!important;
}
.index_news_banner .swiper-container-news .swiper-slide .index_news_banner_box{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.index_news_banner .swiper-container-news .swiper-slide .index_news_banner_box_w{
    width: 100%;
    height: 85px;
    position: absolute;
    bottom: 0;
    z-index: 20;
    padding-left: 26px;
}
.index_news_banner .swiper-container-news .swiper-slide .index_news_banner_box_w .title{
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.index_news_banner .swiper-container-news .swiper-slide .index_news_banner_box_w .time{
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.index_news_banner .swiper-pagination-news{
    text-align: right;
    padding-right: 25px;
}
.swiper-container-news > .swiper-pagination-bullets{
    bottom: 18px;
    left: 0;
    width: 100%;
}
/*新闻动态 two*/
.index_news_two{
    width: 553px;
    height: auto;
    overflow: hidden;
    float: right;
    margin-right: 22px;
}
.tabs-section{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.tabs-section .section-title{
    position: absolute;
    right: 0;
    top: 0;
    width: 86px;
    height: 32px;
}
.tabs-section .section-title a{
    width: 86px;
    height: 32px;
    border-radius: 2px;
    background: linear-gradient(180.00deg, rgba(0, 127, 225, 1),rgba(0, 88, 158, 1));
    line-height: 32px;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    display: block;
}
.tabs-section .section-title a:hover{
    border: 1px solid #007fe1;
    background: none;
    color: #007fe1;
}
.index_news_tabs_nav{
    width: auto;
    overflow: hidden;
    height: 32px;
}
.index_news_tabs_nav_li{
    width: auto;
    height: 32px;
    line-height: 32px;
    margin-right: 25px;
    float: left;
    color: #6e80b4;
    font-size: 16px;
}
.index_news_tabs_nav_li.active{
    color: #0071ca;
    font-weight: bold;
}
.tabs-content{
    padding-top: 8px;
    overflow: hidden;
}
.index_news_tabs_panel{
    padding-right: 18px;
    overflow: hidden;
}
.index_news_ul{
    overflow: hidden;
}
.index_news_ul ul{
    overflow: hidden;
    list-style: none;
}
.index_news_ul ul li{
    width: 100%;
    height: auto;
    padding: 18px 0;
    border-bottom: 1px solid #e7e9eb;
}
.index_news_ul_title{
    color: #2c3a61;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_news_ul_time{
    color: #889099;
    font-size: 14px;
    line-height: 24px;
}
.index_news_ul ul li a:hover .index_news_ul_title{
    color: #007fe1;
}
.tab-panel.active {
    display: block;
}
.tab-panel {
    display: none;
    animation: fadeIn 0.5s ease;
}
/*新闻动态 three*/
.index_news_box1{
    overflow: hidden;
    clear: both;
    margin-top: 66px;
}
.index_news_three{
    width: 660px;
    height: auto;
    float: left;
    margin-left: 42px;
    overflow: hidden;
    border-radius: 10px;
    padding: 26px 22px 20px 34px;
    background: #f7f8f9;
}
/*新闻动态 four*/
.index_news_four{
    width: 553px;
    height: auto;
    float: left;
    margin-left: 42px;
    overflow: hidden;
    border-radius: 10px;
    padding: 26px 22px 20px 34px;
    background: #f7f8f9;
}
/*甘肃省缺陷产品召回技术中心*/
.index_two {
    width: 1320px;
    height: auto;
    overflow: hidden;
    margin: auto;
    background-color: #ffffff;
    padding-top: 64px;
}
.index_two_title{
    width: 100%;
    height: 56px;
    background-image: url("../image/jszx.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    line-height: 56px;
    text-align: left;
    text-indent: 12px;
    font-weight: bold;
}
.index_two_title_en{
    width: 100%;
    color: #889099;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    margin-top: 20px;
}
.index_two_ul{
    padding: 40px 10px 77px 10px;
    overflow: hidden;
}
.index_two_ul ul{
    display: flex;
}
.index_two_ul ul li{
    flex: 1;
    margin: 0 30px;
    height: 205px;
    border-radius: 10px;
    background: linear-gradient(180.00deg, rgba(0, 127, 225, 1),rgba(0, 88, 158, 1));
}
.index_two_ul ul li img{
    width: 64px;
    height: 64px;
    display: block;
    padding: 39px 0 21px 0;
    margin: auto;
    box-sizing: content-box;
}
.index_two_ul ul li p{
    padding: 0 15px 0 15px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
}
.index_two_ul ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.index_two_ul ul li:hover{
    opacity: 0.68;
}

/*tab4 选项卡*/
.index_three{
    width: 1320px;
    height: auto;
    margin: auto;;
    overflow: hidden;
    background-color: #ffffff;
}
.index_case_tabs_nav{
    margin-left: 40px;
    width: 180px;
    height: auto;
    overflow: hidden;
    float: left;
}
.index_case_tabs_nav_li{
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #007ad8;
    font-size: 18px;
}
.index_case_tabs_nav_li.active{
    border-radius: 2px;
    background: #2f66a4;
    color: #ffffff;
}
.tabs-section .section-title-one {
    width: 86px;
    height: 32px;
    margin-left: 47px;
    margin-top: 19px;
}
.tabs-section .section-title-one a {
    width: 86px;
    height: 32px;
    border-radius: 2px;
    background: linear-gradient(180.00deg, rgba(0, 127, 225, 1),rgba(0, 88, 158, 1));
    line-height: 32px;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    display: block;
}
.tabs-section .section-title-one a:hover{
    border: 1px solid #007fe1;
    background: none;
    color: #007fe1;
}
.tabs-content-one{
    padding-left: 36px;
    width: 100%;
    max-width: 869px;
    padding-right: 18px;
    float: left;
}
.p10 ul li{
    padding: 12px 0;
}
.index_xz{
    display: flex;
}
.index_xz span{
    flex: 1;
}
.span1{
    text-align: left;
}
.span2{
    text-align: center;
}
.span3{
    text-align: right;
}

/*成立于1979*/
.index_four{
    width: 1320px;
    height: auto;
    overflow: hidden;
    margin: auto;
    padding-top: 120px;
    background-color: #ffffff;
}
.index_four_banner{
    width: 1320px;
    height: 340px;
    overflow: hidden;
    position: relative;
    background-image: url("../image/index-four-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_four_banner p{
    display: block;
    padding: 12px 24px 12px 24px;
    border: 1px solid #ffffff;
    border-radius: 4px;
}
.index_four_banner_pxiao{
    color: #ffffff;
    font-size: 27px;
    line-height: 50px;
    display: block;
    margin: auto;
    text-align: center;
}
.index_four_banner_pda{
    color: #ffffff;
    font-size: 58px;
    display: block;
}
.index_four_ul{
    width: 1320px;
    margin-top: 30px;
    height: 451px;
    background: #ffffff;
}
.index_four_ul ul{
    list-style: none;
    display: flex;
}
.index_four_ul ul li{
    flex: 1;
    margin: 0 12px;
    background-color: #ffffff;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 25.7px 72.80809020996094px 0px rgba(59, 77, 129, 0.08);
    position: relative;
}
.index_four_ul ul li:first-child{
    margin-left: 0;
}
.index_four_ul ul li:last-child{
    margin-right: 0;
}
.index_four_ul_jg{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index_four_ul_jg img{
    width: 100%;
    height: auto;
    display: block;
}
.index_four_ul_jg p{
    height: 110px;
    display: block;
    color: #363a3d;
    font-size: 22px;
    line-height: 30px;
    padding: 24px 27px 0 27px;
}
.overlay{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    transition: bottom 0.5s ease;
    padding: 20px;
    overflow: hidden;
}
.overlay p{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index_four_ul ul li:hover .overlay {
    bottom: 0;
}
.swiper-container-wap{
    display: none;
}
.index_four_ulul{
    width: 100%;
    padding: 0 50px 40px 50px;
}
.index_four_ulul ul{
    overflow: hidden;
    list-style: none;
}
.index_four_ulul ul li{
    width: 215px;
    height: 76px;
    box-sizing: border-box;
    border: 2px solid rgba(70, 161, 232, 1);
    background-color: #ffffff;
    margin: auto 60px;
    line-height: 72px;
    color: #363a3d;
    font-size: 18px;
    float: left;
    background-repeat: no-repeat;
}
.index_four_ulul ul li:first-child{
    margin-left: 0;
}
.index_four_ulul ul li:last-child{
    margin-right: 0;
}
.index_four_ulul ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.index_four_ulul ul li:hover{
    border: 5px solid rgba(70, 161, 232, 1);
    box-sizing: border-box;
    line-height: 66px;
}
.icon1{
    background-image: url("../image/icon1.png");
    background-size: 27px 28px;
    background-position: 48px 22px;
    text-indent: 90px;
}
.icon1:hover{
    background-position: 45px 19px;
    text-indent: 87px
}
.icon2{
    background-image: url("../image/icon2.png");
    background-size: 29px 28px;
    background-position: 48px 22px;
    text-indent: 90px;
}
.icon2:hover{
    background-position: 45px 19px;
    text-indent: 87px
}
.icon3{
    background-image: url("../image/icon3.png");
    background-size: 29px 23px;
    background-position: 30px 25px;
    text-indent: 68px;
}
.icon3:hover{
    background-position: 27px 22px;
    text-indent: 65px
}
.icon4{
    background-image: url("../image/icon4.png");
    background-size: 29px 23px;
    background-position: 30px 25px;
    text-indent: 68px;
}
.icon4:hover{
    background-position: 27px 22px;
    text-indent: 65px
}
/*pc 底部*/
.foot_pc{
    width: 100%;
    background: linear-gradient(6.59deg, rgba(19, 71, 138, 1) -7.221%,rgba(58, 121, 200, 1) 8.937%,rgba(19, 71, 138, 1) 36.082%,rgba(19, 71, 138, 1) 67.104%,rgba(58, 121, 200, 1) 103.297%,rgba(19, 71, 138, 1) 139.49%);
}
.foot_pc_box{
    width: 1320px;
    height: auto;
    overflow: hidden;
    margin: auto;
}
.foot_pc_yqlj{
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    overflow: hidden;
}
.foot_pc_yqlj_wz{
    float: left;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    padding-right: 24px;
}
.foot_pc_yqlj_a{
    float: left;
    overflow: hidden;
    width: calc(100% - 96px);
}
.foot_pc_yqlj_a a{
    display: inline-block;
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    background: rgba(37, 106, 183, 1);
    padding: 0 25px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.foot_pc_center{
    margin-top: 30px;
    clear: both;
    width: 100%;
    overflow: hidden;
}
.foot_pc_ewm{
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 46px;
}
.foot_pc_ewm img{
    width: 100%;
    height: 100%;
}
.foot_pc_center_one{
    width: 260px;
    height: auto;
    overflow: hidden;
    float: left;
}
.foot_pc_center_one_img{
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 20px;
}
.foot_pc_center_one_img img{
    width: 44px;
    height: 44px;
}
.foot_pc_center_one_w{
    float: left;
    width: 196px;
    height: auto;
    overflow: hidden;
}
.foot_title{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
    font-weight: bold;
}
.foot_wz{
    color: #ffffff;
    font-size: 12px;
}
.foot_pc_center_two{
    width: 268px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 46px;
}
.foot_pc_center_two_img{
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 20px;
}
.foot_pc_center_two_img img{
    width: 44px;
    height: 44px;
}
.foot_pc_center_two_w{
    float: left;
    width: 204px;
    height: auto;
    overflow: hidden;
}
.foot_pc_center_three{
    width: 187px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 46px;
}
.foot_pc_center_three_img{
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 20px;
}
.foot_pc_center_three_img img{
    width: 44px;
    height: 44px;
}
.foot_pc_center_three_w{
    float: left;
    width: 123px;
    height: auto;
    overflow: hidden;
}
.foot_pc_center_four{
    width: 317px;
    height: auto;
    overflow: hidden;
    float: right;
}
.foot_pc_center_four_img{
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 20px;
}
.foot_pc_center_four_img img{
    width: 44px;
    height: 44px;
}
.foot_pc_center_four_w{
    float: left;
    width: 253px;
    height: auto;
    overflow: hidden;
}
.foot_pc_bottom{
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin-top: 40px;
}














/*1360*/
@media (max-width: 1360px){
    /*pc头部*/
    .head_pc{
        height: 150px;
    }
    .head_pc_box{
        width: 90%;
    }
    .head_pc_box_l{
        width: 468px;
        height: 91px;
        margin-top: 29px;
    }

    .head_pc_box_r{
        width: 270px;
    }

    .search {
        width: 270px;
    }
    .search .input .text{
        width: 180px;
        font-size: 14px;
    }

    /*pc 导航*/
    .head_pc_nav_box ul li a{
        padding: 0 20px;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
    }


    .jia_pc_nav{
        top: 230px;
        opacity: 0;
    }
    .head_pc_nav_box ul li:hover .jia_pc_nav{
        opacity: 1;
    }
    .jia_pc_nav_box{
        width: 800px;
    }
    .jia_pc_ul_li{
        width: 200px;
    }
    .jia_pc_ul_li a{
        display: block !important;
        width: 160px !important;
        font-size: 16px !important;
    }
    .jia_pc_ul_li a:hover{
        border-radius: 0!important;
        background-color: #ffffff!important;
        border-bottom: 1px solid #0c4996!important;
    }




    /*轮播图*/
    .index_banner{
        height: auto;
        width: 100%;
    }


    /*新闻动态 one*/
    .index_news{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        background-color: #ffffff;
        padding-top: 20px;
    }
    .index_news_title{
        height: 46px;
        font-size: 30px;
        line-height: 46px;
        text-indent: 26px;
    }
    .index_news_one{
        width: 50%;
        height: 400px;
        margin-top: 30px;
        margin-left: 3%;
    }
    .index_news_banner{
        height: 400px;
    }

    .index_news_banner .swiper-container-news .swiper-slide .index_news_banner_box_w .title{
        font-size: 20px;
        line-height: 1.5;
    }
    /*新闻动态 two*/
    .index_news_two{
        width: 40%;
        margin-right: 3%;
    }


    .index_news_tabs_panel{
        padding-right: 0;
    }
    .index_news_ul ul li{
        padding: 10px 0;
    }
    .index_news_ul_title{
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 5px;
    }
    .index_news_ul_time{
        font-size: 14px;
        line-height: 1.5;
    }

    /*新闻动态 three*/
    .index_news_box1{
        overflow: hidden;
        clear: both;
        margin-top: 46px;
    }
    .index_news_three{
        width: 50%;
        margin-left: 3%;
    }
    /*新闻动态 four*/
    .index_news_four{
        width: 40%;
        height: auto;
        float: right;
        margin-left: 0;
        margin-right: 3%;
    }
    /*甘肃省缺陷产品召回技术中心*/
    .index_two {
        width: 100%;
        padding-top: 44px;
    }
    .index_two_title{
        height: 46px;
        font-size: 30px;
        line-height: 46px;
        text-indent: 32px;
    }
    .index_two_title_en{
        font-size: 18px;
        margin-top: 10px;
        text-indent: 30px;
    }
    .index_two_ul{
        padding: 40px 1% 57px 1%;
    }
    .index_two_ul ul{
        display: flex;
    }
    .index_two_ul ul li{
        margin: 0 2%;
        height: auto;
    }
    .index_two_ul ul li p{
        padding: 0 15px 20px 15px;
        font-size: 18px;
    }


    /*tab4 选项卡*/
    .index_three{
        width: 100%;
    }
    .index_case_tabs_nav{
        margin-left: 3%;
        width: 15%;
    }
    .index_case_tabs_nav_li{
        font-size: 16px;
        height: 65px;
        line-height: 65px;
    }
    .tabs-section .section-title-one {
        width: 60%;
        height: 32px;
        margin-left: 20%;
    }
    .tabs-content-one{
        padding-left: 4%;
        width: 79%;
        max-width: 1200px;
        padding-right: 0;
        float: left;
    }
    .tabs-section .section-title-one a{
        width: 100%;
    }

    /*成立于1979*/
    .index_four{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        padding-top: 70px;
        background-color: #ffffff;
    }
    .index_four_banner{
        width: 100%;
    }
    .index_four_ul{
        width: 94%;
        margin: auto;
        height: auto;
        margin-top: 30px;
        margin-bottom: 54px;
    }
    .index_four_ul_jg p{
        font-size: 20px;
    }
    .index_four_ulul{
        padding: 0 3% 40px 3%;
    }
    .index_four_ulul ul li{
        width: 22%;
        margin: auto 2%;
    }


    /*pc 底部*/
    .foot_pc_box{
        width: 94%;
    }
    .foot_pc_ewm{
        display: none;
    }
    .foot_pc_center_one{
        width: 22%;
    }
    .foot_pc_center_one_img,.foot_pc_center_two_img,.foot_pc_center_three_img,.foot_pc_center_four_img{
        display: none;
    }
    .foot_pc_center_one_w{
        width: 100%;
    }

    .foot_pc_center_two{
        width: 22%;
        margin-left: 4%;
    }
    .foot_pc_center_three{
        width: 16%;
        margin-left: 4%;
    }
    .foot_pc_center_three_w{
        width: 100%;
    }
    .foot_pc_center_four{
        width: 26%;
    }
    .foot_pc_center_four_w{
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .foot_pc_bottom{
        margin-top: 30px;
    }

}

/*960*/
@media (max-width: 960px){
    /*pc头部*/
    .head_pc{
        display: none;
    }
    .head_pc_nav{
        display: none;
    }
    /*wap 头部*/
    .top_wap{
        width: 100%;
        padding: 0 30px;
        height: 127px;
        background-color: #0c4996;
        display: block;
    }
    .top_nav_ico{
        width: 44px;
        height: 45px;
        background-image: url("../picture/menu.png");
        background-size: 44px 45px;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 41px;
        float: left;
        margin-right: .91rem;
    }
    .top_wap_logo{
        width: 428px;
        height: 84px;
        float: left;
        margin-top: 21.5px;
    }
    .top_wap_logo img{
        width: 100%;
        height: 100%;
    }
    .top_wap_ss{
        width: 33px;
        height: 33px;
        float: right;
        background-image: url("../picture/search.png");
        background-repeat: no-repeat;
        background-size: 33px 33px;
        background-position: center center;
        margin-top: 47px;
        font-size: 0;
    }
    .top_wap_ss a{
        display: block;
        width: 33px;
        height: 33px;
    }
    .nav-menu {
        position: fixed;
        top: 127px;
        left: -578px;
        width: 578px;
        height: calc(100% - 127px);
        background: linear-gradient(to right, rgba(12, 73, 150, .9) 50%, rgba(0, 0, 255, 0) 50%);
        transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        z-index: 101;
        overflow-y: auto;
        display: block;
    }
    .nav-menu.active {
        transform: translateX(578px);
    }
    .overlay-wap {
        position: fixed;
        top: 127px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
    }

    .overlay-wap.active {
        opacity: 1;
        visibility: visible;
    }
    .nav-links{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .nav-links a{
        display: block;
        width: 100%;
        height: 76px;
        color: #ffffff;
        font-size: 24px;
        line-height: 76px;
        padding-left: 36px;
    }
    .nav-links span{
        display: block;
        width: 100%;
        height: 76px;
        color: #ffffff;
        font-size: 24px;
        line-height: 76px;
        padding-left: 36px;
    }
    .wap-active{
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 23px 38px;
        background-image: url("../image/sanjiao.png");
        color: #0c4996;
    }
    .wap_nav-db{
        position: absolute;
        bottom: 0;
        left: 36px;
        width: 100%;
        height: 270px;
    }
    .wap_nav_ewm{
        width: 157px;
        height: 157rpx;
    }
    .wap_nav_ewm img{
        width: 157px;
        height: 157px;
    }
    .wap_nav_db_dz{
        padding-top: 20px;
        font-size: 24px;
        line-height: 1.5;
        color: #ffffff;
    }





    .jia_wap_nav{
        width: 289px;
        height: 0;
        position: fixed;
        top: 127px;
        background: rgba(12, 73, 150, .9);
        left: 289px;
        z-index: 101;
        overflow-y: auto;
        display: block;
        border-left: 1px solid #ffffff;
    }
    .jia_wap_nav.active{
        height: calc(100% - 127px);
    }
    .jia_wap_nav ul{
        overflow: hidden;
        list-style: none;
    }
    .jia_wap_nav ul li{
        overflow: hidden;
    }
    .jia_wap_nav ul li a{
        display: block;
        width: 100%;
        height: 76px;
        color: #ffffff;
        font-size: 20px;
        line-height: 76px;
        padding-left: 36px;
    }




    .index_news_three{
        padding: 26px 15px 20px 15px;
    }
    .index_news_four{
        padding: 26px 15px 20px 15px;
    }
    .index_news_tabs_nav_li{
        margin-right: 10px;
        font-size: 14px;
    }

    .index_four_ulul{
        width: 100%;
        padding: 0 30px 0 30px;
        margin-bottom: 16px;
    }
    .index_four_ulul ul{
        overflow: hidden;
        list-style: none;
    }
    .index_four_ulul ul li{
        width: 48%;
        height: 100px;
        box-sizing: border-box;
        border: 2px solid rgba(70, 161, 232, 1);
        background-color: #ffffff;
        margin: auto 2%;
        line-height: 96px;
        color: #363a3d;
        font-size: 18px;
        float: left;
        background-repeat: no-repeat;
        margin-bottom: 40px;
    }
    .index_four_ulul ul li:first-child{
        margin-left: 0;
    }
    .index_four_ulul ul li:last-child{
        margin-right: 0;
    }
    .index_four_ulul ul li:nth-child(2){
        margin-right: 0;
    }
    .index_four_ulul ul li:nth-child(3){
        margin-left: 0;
    }
    .index_four_ulul ul li a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .icon1{
        background-image: url("../image/icon1.png");
        background-size: 36px 37px;
        background-position: 40px 31px;
        text-indent: 100px;
    }
    .icon2{
        background-image: url("../image/icon2.png");
        background-size: 39px 37px;
        background-position: 40px 31px;
        text-indent: 100px;
    }
    .icon3{
        background-image: url("../image/icon3.png");
        background-size: 39px 31px;
        background-position: 40px 34px;
        text-indent: 100px;
    }
    .icon4{
        background-image: url("../image/icon4.png");
        background-size: 39px 31px;
        background-position: 40px 34px;
        text-indent: 100px;
    }
}
/*750*/
@media (max-width: 750px){
    /*pc头部*/
    .head_pc{
        display: none;
    }
    .head_pc_nav{
        display: none;
    }
    /*wap 头部*/
    .top_wap{
        width: 100%;
        padding: 0 .3rem;
        height: 1.27rem;
        background-color: #0c4996;
        display: block;
    }
    .top_nav_ico{
        width: .44rem;
        height: .45rem;
        background-image: url("../picture/menu.png");
        background-size: .44rem .45rem;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: .41rem;
        float: left;
        margin-right: .91rem;
    }
    .top_wap_logo{
        width: 4.28rem;
        height: .84rem;
        float: left;
        margin-top: .215rem;
    }
    .top_wap_logo img{
        width: 100%;
        height: 100%;
    }
    .top_wap_ss{
        width: .33rem;
        height: .33rem;
        float: right;
        background-image: url("../picture/search.png");
        background-repeat: no-repeat;
        background-size: .33rem .33rem;
        background-position: center center;
        margin-top: .47rem;
        font-size: 0;
    }
    .top_wap_ss a{
        display: block;
        width: .33rem;
        height: .33rem;
    }
    .nav-menu {
        position: fixed;
        top: 1.27rem;
        left: -5.78rem;
        width: 5.78rem;
        height: calc(100% - 1.27rem);
        background: linear-gradient(to right, rgba(12, 73, 150, .9) 50%, rgba(0, 0, 255, 0) 50%);
        transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        z-index: 101;
        display: block;
        overflow: visible;
    }
    .nav-menu.active {
        transform: translateX(5.78rem);
    }
    .overlay-wap {
        position: fixed;
        top: 1.27rem;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
    }

    .overlay-wap.active {
        opacity: 1;
        visibility: visible;
    }
    .nav-links{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .nav-links a{
        display: block;
        width: 50%;
        height: .76rem;
        color: #ffffff;
        font-size: .24rem;
        line-height: .76rem;
        padding-left: .36rem;
    }
    .nav-links span{
        display: block;
        width: 100%;
        height: .76rem;
        color: #ffffff;
        font-size: .24rem;
        line-height: .76rem;
        padding-left: .36rem;
    }
    .wap-active{
        background-repeat: no-repeat;
        background-position: left center;
        background-size: .23rem .38rem;
        background-image: url("../image/sanjiao.png");
        color: #0c4996;
    }
    .wap_nav-db{
        position: absolute;
        bottom: 0;
        left: .36rem;
        width: 100%;
        height: 2.7rem;
    }
    .wap_nav_ewm{
        width: 1.57rem;
        height: 1.57rem;
    }
    .wap_nav_ewm img{
        width: 1.57rem;
        height: 1.57rem;
    }
    .wap_nav_db_dz{
        padding-top: .2rem;
        font-size: .24rem;
        line-height: 1.5;
        color: #ffffff;
    }




    .jia_wap_nav{
        width: 2.89rem;
        height: 0;
        position: fixed;
        top: 1.27rem;
        background: rgba(12, 73, 150, .9);
        left: 2.89rem;
        z-index: 101;
        overflow-y: auto;
        display: block;
        border-left: 1px solid #ffffff;
    }
    .jia_wap_nav.active{
        height: calc(100% - 1.27rem);
    }
    .jia_wap_nav ul{
        overflow: hidden;
        list-style: none;
    }
    .jia_wap_nav ul li{
        overflow: hidden;
    }
    .jia_wap_nav ul li a{
        display: block;
        width: 100%;
        height: .76rem;
        color: #ffffff;
        font-size: .2rem;
        line-height: .76rem;
        padding-left: .36rem;
    }


    /*轮播图*/
    .index_banner{
        width: 100%;
        height: 2.6rem;
        margin: auto;
    }
    .index_banner .swiper-container {
        width: 100%;
        height: 100%;
    }
    .index_banner .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .index_banner .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 16px;
        font-size: 12px;
        color:#ffffff;
        opacity: 1;
        background: rgba(0,0,0,0.7) !important;
        margin: 0!important;
        border-radius: 0!important;
        border: 1px solid #77150c;
        border-left: none;
    }
    .index_banner .swiper-pagination-bullet:nth-child(1){
        border-left: 1px solid #77150c;
    }
    .index_banner .swiper-pagination-bullet-active {
        color:#fff;
        background: #ed702d!important;
    }
    .index_banner .swiper-container .swiper-slide .index_banner_box{
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }
    .index_banner .swiper-container .swiper-slide img{
        display: block;
        width: 100%;
        height: 100%;
    }
    .index_banner .swiper-container .swiper-slide p{
        width: 100%;
        height: .72rem;
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, .6);
        z-index: 20;
        color: #ffffff;
        font-size: .24rem;
        line-height: .72rem;
        padding: 0 .2rem;
        overflow: hidden;
    }
    .index_banner .swiper-pagination{
        text-align: right;
        padding-right: 15px;
        display: none;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 5px;
        left: 0;
        width: 100%;
    }

    /*新闻动态 one*/
    .index_news{
        width: 100%;
        padding-top: .34rem;
        background-color: #f5f7fa;
    }
    .index_news_title{
        width: 100%;
        height: .44rem;
        font-size: .36rem;
        line-height: .36rem;
        text-indent: .08rem;
    }
    .index_news_box{
        overflow: hidden;
        clear: both;
    }
    .index_news_one{
        width: 6.9rem;
        height: 4.88rem;
        float: none;
        margin-top: .2rem;
        border-radius: .1rem;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }
    .index_news_banner{
        width: 100%;
        height: 4.88rem;
        overflow: hidden;
    }


    .index_news_banner .swiper-container-news .swiper-slide .index_news_banner_box_w{
        height: 1.4rem;
        padding-left: .28rem;
    }
    .index_news_banner .swiper-container-news .swiper-slide .index_news_banner_box_w .title{
        font-size: .36rem;
        line-height: 1.5;
    }
    .index_news_banner .swiper-container-news .swiper-slide .index_news_banner_box_w .time{
        font-size: .24rem;
        line-height: 1.5;
        margin-top: 0;
    }
    .index_news_banner .swiper-pagination-news{
        padding-right: .25rem;
    }
    .swiper-container-news > .swiper-pagination-bullets{
        bottom: .2rem;
    }
    /*新闻动态 two*/
    .index_news_two{
        width: 6.9rem;
        float: none;
        margin: .55rem auto auto auto;
    }
    .tabs-section{
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        text-align: center;
    }
    .tabs-section .section-title{
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        height: auto;
        overflow: hidden;
    }
    .tabs-section .section-title a{
        width: auto;
        height: auto;
        border-radius: 0;
        background: none;
        line-height: 1.5;
        font-size: .24rem;
        text-align: center;
        display: block;
        color: #0068b9;
        margin: .6rem auto 0 auto;
    }
    .tabs-section .section-title a:hover{
        border: none;
        background: none;
        color: #0068b9;
    }
    .index_news_tabs_nav{
        width: auto;
        overflow: hidden;
        height: .58rem;
        text-align: center;
        display: inline-block;
        margin-bottom: .2rem;
    }
    .index_news_tabs_nav_li{
        width: 1.6rem;
        height: .58rem;
        line-height: .58rem;
        margin-right: 0;
        float: none;
        font-size: .24rem;
        color: #6e80b4;
        display: inline-block;
        text-align: center;
        border-radius: .2rem;
    }
    .index_news_tabs_nav_li.active{
        color: #ffffff;
        background-color: #0068b9;
    }
    .tabs-content{
        padding-top: 0;
    }
    .index_news_tabs_panel{
        padding-right: 0;
    }
    .index_news_ul ul li{
        padding: .2rem 0;
    }
    .index_news_ul_title{
        font-size: .25rem;
        line-height: .36rem;
        margin-bottom: .18rem;
        text-align: left;
    }
    .index_news_ul_time{
        font-size: .2rem;
        line-height: .24rem;
        text-align: left;
    }
    .index_news_ul ul li a:hover .index_news_ul_title{
        color: #007fe1;
    }
    .tab-panel.active {
        display: block;
    }
    .tab-panel {
        display: none;
        animation: fadeIn 0.5s ease;
    }
    /*新闻动态 three*/
    .index_news_box1{
        margin-top: .6rem;
    }
    .index_news_three{
        width: 6.9rem;
        height: auto;
        float: none;
        margin: auto;
        border-radius: 10px;
        padding: 0;
        background: none;
    }
    /*新闻动态 four*/
    .index_news_four{
        width: 6.9rem;
        float: none;
        margin: .6rem auto auto auto;
        border-radius: 0;
        padding: 0;
        background: none;
    }
    /*甘肃省缺陷产品召回技术中心*/
    .index_two {
        width: 100%;
        margin: auto;
        padding-top: .7rem;
        background-color: #f5f7fa;
    }
    .index_two_title{
        height: .49rem;
        font-size: .36rem;
        line-height: .49rem;
        text-indent: .15rem;
    }
    .index_two_title_en{
        display: none;
    }
    .index_two_ul{
        padding: 0;
    }
    .index_two_ul ul{
        display: flex;
    }
    .index_two_ul ul li{
        flex: 1;
        margin: .6rem .17rem auto .17rem;
        height: auto;
        border-radius: 0;
        background: none;
    }
    .index_two_ul ul li img{
        width: .72rem;
        height: .72rem;
        display: block;
        padding: .2rem;
        margin: auto;
        box-sizing: content-box;
        background: linear-gradient(180.00deg, rgba(0, 127, 225, 1),rgba(0, 88, 158, 1));
        border-radius: .1rem;
    }
    .index_two_ul ul li p{
        padding: 0;
        font-size: .18rem;
        line-height: 2;
        color: #2f2f2f;
    }

    /*tab4 选项卡*/
    .index_three{
        width: 100%;
        height: auto;
        margin: auto;
        overflow: hidden;
        background-color: #f5f7fa;
        padding-top: .65rem;
    }
    .index_case_tabs_nav{
        margin-left: 0;
        width: 100%;
        float: none;
    }
    .index_case_tabs_nav_li{
        width: 25%;
        height: .72rem;
        line-height: .72rem;
        color: #007ad8;
        font-size: .28rem;
        float: left;
        background-color: #ffffff;
    }
    .index_case_tabs_nav_li.active{
        border-radius: 0;
    }
    .tabs-section .section-title-one {
        display: none;
    }

    .tabs-content-one{
        padding: 0 .3rem;
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .p10 ul li{
        padding: .2rem 0;
    }

    .span2{
        text-align: right;
    }
    .span3{
        display: none;
    }

    /*成立于1979*/
    .index_four{
        width: 100%;
        padding-top: .7rem;
        background: #f5f7fa;
    }
    .index_four_banner{
        display: none;
    }
    .index_four_ul{
        display: none;
    }


    /*手机端切换 css*/
    .swiper-container-wap {
        width: 100%;
        height: 5.34rem;
        margin: auto auto .5rem auto;
        display: block;

    }
    .swiper-container-wap .swiper-slide {
        width: 5.71rem;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 .17rem;
        height: 5.34rem;
    }
    .swiper-container-wap .index_four_ul_jg{
        width: 5.71rem;
        height: 5.34rem;
        border-radius: .06rem;
        overflow: hidden;
        background-color: #ffffff;
    }
    .swiper-container-wap .index_four_ul_jg img{
        display: block;
        width: 5.71rem;
        height: 3.89rem;
    }
    .swiper-container-wap .index_four_ul_jg p{
        width: 100%;
        height: 1.45rem;
        font-size: .3rem;
        color: #363a3d;
        line-height: 1.5;
        padding: .2rem .4rem 0 .4rem;
    }

    .index_four_ulul{
        width: 100%;
        padding: 0 .3rem 0 .3rem;
        margin-bottom: .16rem;
    }
    .index_four_ulul ul{
        overflow: hidden;
        list-style: none;
    }
    .index_four_ulul ul li{
        width: 3.04rem;
        height: 1.03rem;
        box-sizing: border-box;
        border: .02rem solid rgba(70, 161, 232, 1);
        background-color: #ffffff;
        margin: auto .41rem;
        line-height: .99rem;
        color: #363a3d;
        font-size: .24rem;
        float: left;
        background-repeat: no-repeat;
        margin-bottom: .48rem;
    }
    .index_four_ulul ul li:first-child{
        margin-left: 0;
    }
    .index_four_ulul ul li:last-child{
        margin-right: 0;
    }
    .index_four_ulul ul li:nth-child(2){
        margin-right: 0;
    }
    .index_four_ulul ul li:nth-child(3){
        margin-left: 0;
    }
    .index_four_ulul ul li a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .icon1{
        background-image: url("../image/icon1.png");
        background-size: .36rem .37rem;
        background-position: .4rem .31rem;
        text-indent: 1rem;
    }
    .icon2{
        background-image: url("../image/icon2.png");
        background-size: .39rem .37rem;
        background-position: .4rem .31rem;
        text-indent: 1rem;
    }
    .icon3{
        background-image: url("../image/icon3.png");
        background-size: .39rem .31rem;
        background-position: .4rem .34rem;
        text-indent: 1rem;
    }
    .icon4{
        background-image: url("../image/icon4.png");
        background-size: .39rem .31rem;
        background-position: .4rem .34rem;
        text-indent: 1rem;
    }
    /*pc 底部*/
    .foot_pc{
        background: linear-gradient(6.59deg, rgba(19, 71, 138, 1) -7.221%,rgba(58, 121, 200, 1) 8.937%,rgba(19, 71, 138, 1) 36.082%,rgba(19, 71, 138, 1) 67.104%,rgba(58, 121, 200, 1) 103.297%,rgba(19, 71, 138, 1) 139.49%);
    }
    .foot_pc_box{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        padding: 0 .3rem;
    }
    .foot_pc_yqlj{
        padding-top: .2rem;
        padding-bottom: .45rem;
        border-bottom: none;
        overflow: hidden;
    }
    .foot_pc_yqlj_wz{
        font-size: .2rem;
        line-height: .36rem;
        padding-right: .25rem;
    }
    .foot_pc_yqlj_a{
        float: left;
        overflow: hidden;
        width: 5.8rem;
    }
    .foot_pc_yqlj_a a{
        border-radius: .05rem;
        font-size: .18rem;
        line-height: .36rem;
        padding: 0 .2rem;
        margin-right: .18rem;
        margin-bottom: .18rem;
        display: block;
        float: left;
    }
    .foot_pc_center{
        margin-top: 0;
        clear: both;
        width: 100%;
        overflow: hidden;
    }
    .foot_pc_ewm{
        display: none;
    }
    .foot_pc_center_one{
        width: 100%;
        height: auto;
        overflow: hidden;
        float: none;
    }
    .foot_pc_center_one_img{
        width: .8rem;
        height: .8rem;
        margin-right: .18rem;
        display: block;
    }
    .foot_pc_center_one_img img{
        width: .8rem;
        height: .8rem;
    }
    .foot_pc_center_one_w{
        width: 5.9rem;
    }
    .foot_title{
        font-size: .2rem;
        line-height: 1.5;
        margin-bottom: .1rem;
        font-weight: bold;
    }
    .foot_wz{
        font-size: .16rem;
    }
    .foot_pc_center_two{
        width: 100%;
        height: auto;
        overflow: hidden;
        float: none;
        margin-left: 0;
        margin-top: .4rem;
    }
    .foot_pc_center_two_img{
        float: left;
        width: .8rem;
        height: .8rem;
        margin-right: .18rem;
        display: block;
    }
    .foot_pc_center_two_img img{
        width: .8rem;
        height: .8rem;
    }
    .foot_pc_center_two_w{
        width: 5.9rem;
    }
    .foot_pc_center_three{
        width: 100%;
        margin-left: 0;
        float: none;
        margin-top: .4rem;
    }
    .foot_pc_center_three_img{
        float: left;
        width: .8rem;
        height: .8rem;
        margin-right: .18rem;
        display: block;
    }
    .foot_pc_center_three_img img{
        width: .8rem;
        height: .8rem;
    }
    .foot_pc_center_three_w{
        width: 5.9rem;
    }
    .foot_pc_center_four{
        width: 100%;
        height: auto;
        overflow: hidden;
        float: none;
        margin-top: .4rem;
    }
    .foot_pc_center_four_img{
        float: left;
        width: .8rem;
        height: .8rem;
        margin-right: .18rem;
        display: block;
    }
    .foot_pc_center_four_img img{
        width: .8rem;
        height: .8rem;
    }
    .foot_pc_center_four_w{
        width: 5.9rem;
    }
    .foot_pc_bottom{
        color: #ffffff;
        font-size: .18rem;
        line-height: 1.5;
        text-align: center;
        width: 80%;
        margin: .4rem auto .2rem auto;
    }
}

/*页面2*/
.yemian_two{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url("../image/yemian2-bg.png");
    background-size: 1011px 589px;
    background-repeat: no-repeat;
    background-position: right 280px;
}
.yemian2{
    background-color: rgba(241, 245, 248, 1);
}
.yemian2_two{
    padding-top: 41px;
    background: none;
}
.yemian2_two_title{
    background: none;
    color: #0068b9;
    text-indent: 0;
}
.yemian2_two .index_two_ul{
    padding: 40px 0 77px 0;
}
.yemian2_two .index_two_ul ul li:first-child{
    margin-left: 0;
}
.yemian2_two .index_two_ul ul li:last-child{
    margin-right: 0;
}
.yemian2_three{
    padding-bottom: 60px;
    background: none;
}
.p30 ul li{
    padding: 30px 0;
    border-bottom: 1px solid #889099;
}
.p30 ul li .index_xz{
    display: none;
}
@media (max-width: 1360px) {
    /*页面2*/
    .yemian_two{
        width: 100%;
        height: auto;
        overflow: hidden;
        background-image: url("../image/yemian2-bg.png");
        background-size: 75% auto;
        background-repeat: no-repeat;
        background-position: right 80%;
    }
    .yemian2_two_title{
        text-indent: 30px;
    }
    .yemian2_two .index_two_ul ul li:first-child{
        margin-left: 30px;
    }
    .yemian2_two .index_two_ul ul li:last-child{
        margin-right: 30px;
    }
}
@media (max-width: 750px){
    /*页面2*/
    .yemian_two{
        background: none;
    }
    .yemian2_two{
        padding-top: .41rem;
        background: none;
    }
    .yemian2_two_title{
        text-indent: .15rem;
        background-image: url("../image/jszx.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 100%;
        color: #ffffff;
    }
    .yemian2_two .index_two_ul{
        padding: 0 .3rem 0 .3rem;
    }
    .yemian2_two .index_two_ul ul li:first-child{
        margin-left: 0;
    }
    .yemian2_two .index_two_ul ul li:last-child{
        margin-right: 0;
    }
    .yemian2_three{
        padding-bottom: .3rem;
        background: none;
    }
    .p30 ul li{
        padding: .2rem 0;
        border-bottom: 1px solid #e7e9eb;
    }
    .p30 ul li .index_xz{
        display: flex;
    }
}




/*登录注册弹窗css*/
.r-modal, .l-modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.login {
    width: 580px;
    height: 525px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 10%;
    padding-top: 40px;
    position: relative;
}
.login .close, .register .close {
    width: 22px;
    height: 22px;
    background-image: url(../image/close-2.png);
    background-size: cover;
    cursor: pointer;
    position: absolute;
    right: 11px;
    top: 10px;
}
.login .logo {
    width: 489px;
    height: 52px;
    margin: 0 auto;
    margin-bottom: 35px;
}
.login .logo img {
    width: 100%;
}
.login .form {
    width: 580px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 0 auto;
    padding: 0 35px;
    position: relative;
}
.register .form .text, .login .form .text {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
    text-align: center;
}
.register .form .input, .login .form .input {
    width: 510px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid rgba(204, 204, 204, 0.4);
    display: flex;
    margin-top: 20px;
    float: none;
    clear: both;
}
.register .form .input .txt, .login .form .input .txt {
    width: 120px;
    height: 50px;
    background: rgba(49, 90, 221, 0.1);
    border-radius: 0px 4px 4px 0px;
    font-size: 16px;
    color: #315ADD;
    text-align: center;
    line-height: 50px;
}
.register .form .input input, .login .form .input input {
    border: none;
    width: 100%;
    padding-left: 20px;
}
.register .form .r-btn, .login .form .l-btn {
    width: 200px;
    height: 60px;
    background: #315ADD;
    border-radius: 4px;
    margin: 0 auto;
    border: none;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
    cursor: pointer;
}
.login .form p {
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}
.login .form .wicon {
    width: 30px;
    display: block;
    margin: 5px auto;
    cursor: pointer;
}
.login .bottom {
    width: 580px;
    height: 50px;
    line-height: 50px;
    background: #F8F8F8;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.login .bottom .go-reg {
    color: #00AEEE;
}
.register {
    width: 580px;
    height: 445px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 5%;
}
.register .form {
    width: 580px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 35px;
    position: relative;
}
.register .form button {
    width: 120px;
    background: #fff;
    border: none;;
    border-left: 1px solid rgba(204, 204, 204, 0.4);
    padding: 0 5px;
    cursor: pointer;
}
.register .form button img {
    margin-left: 5px;
    display: inline-block;
}
.login .qrcode {
    width: 240px;
    height: 240px;
    margin: 0 auto;
}
.login .qrcode img {
    width: 100%;
}
.login .tips {
    display: flex;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    line-height: 30px;
    justify-content: center;
    margin-top: 20px;
}
.login .tips img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    display: none;
}


.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000001;
    display: none;
    width: 80%;
    max-width: 500px;
}

.popup-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.popup-header h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: #999;
}

.popup-body {
    padding: 20px;
}

.popup-footer {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    text-align: right;
}


.protocol-content {
    max-height: 60vh;
    overflow-y: auto;
    padding: 10px;
    line-height: 1.6;
}


.wx-bind-content {
    padding: 20px;
    text-align: center;
}

.wx-qrcode {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
}

.wx-tips {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
}


@media (max-width: 750px) {
    /*登录注册弹窗css*/

    .login {
        width: 6rem;
        height: auto;
        overflow: hidden;
        border-radius: .1rem;
        margin-top: 20%;
        padding-top: .4rem;
    }
    .login .close, .register .close {
        width: 22px;
        height: 22px;
        background-image: url(../image/close-2.png);
        background-size: cover;
        cursor: pointer;
        position: absolute;
        right: 11px;
        top: 10px;
    }
    .login .logo {
        width: 5rem;
        height: auto;
        margin: 0 auto;
        margin-top: 22px;
        margin-bottom: .3rem;
    }
    .login .logo img {
        width: 100%;
    }
    .login .form {
        width: 5.6rem;
        background: #FFFFFF;
        border-radius: .2rem;
        margin: 0 auto;
        padding: 0 .3rem;
        position: relative;
    }
    .register .form .text, .login .form .text {
        font-size: .36rem;
        font-weight: bold;
        color: #333333;
        line-height: 1.5;
        text-align: center;
    }
    .register .form .input, .login .form .input {
        width: 5rem;
        height: .8rem;
        background: #FFFFFF;
        border-radius: .05rem;
        border: 1px solid rgba(204, 204, 204, 0.4);
        display: flex;
        margin-top: .3rem;
        float: none;
        clear: both;
    }
    .register .form .input .txt, .login .form .input .txt {
        width: 2rem;
        height: .8rem;
        background: rgba(49, 90, 221, 0.1);
        border-radius: 0px .05rem .05rem 0px;
        font-size: .26rem;
        color: #315ADD;
        text-align: center;
        line-height: .8rem;
    }
    .register .form .input input, .login .form .input input {
        border: none;
        width: 100%;
        padding-left: .3rem;
        font-size: .26rem;
    }
    .register .form .r-btn, .login .form .l-btn {
        width: 3rem;
        height: 1rem;
        background: #315ADD;
        border-radius: .05rem;
        margin: 0 auto;
        border: none;
        text-align: center;
        line-height: 1rem;
        font-size: .28rem;
        color: #fff;
        margin-top: .4rem;
        cursor: pointer;
    }
    .login .form p {
        text-align: center;
        margin-top: .1rem;
        cursor: pointer;
    }
    .login .form .wicon {
        width: .5rem;
        display: block;
        margin: .1rem auto;
        cursor: pointer;
    }
    .login .bottom {
        width: 100%;
        height: .8rem;
        line-height: .8rem;
        background: #F8F8F8;
        border-radius: 0px 0px .1rem .1rem;
        position: relative;
        bottom: auto;
        text-align: center;
        font-size: .26rem;
        color: #333333;
    }
    .login .bottom .go-reg {
        color: #00AEEE;
    }
    .register {
        width: 6rem;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        background: #FFFFFF;
        border-radius: .1rem;
        margin-top: 20%;
    }
    .register .form {
        width: 5.6rem;
        background: #FFFFFF;
        border-radius: .2rem;
        margin: 0 auto;
        margin-top: .3rem;
        padding: .3rem .3rem .6rem .3rem;
        position: relative;
    }
    .register .form button {
        width: 100%;
        background: #fff;
        border: none;;
        border-left: 1px solid rgba(204, 204, 204, 0.4);
        padding: 0 .06rem;
        cursor: pointer;
        font-size: .28rem;
    }
    .register .form button img {
        margin-left: .05rem;
        display: inline-block;
        width: .4rem;
        height: .4rem;
    }
    .input2{
        display: none;
    }


    .login .qrcode {
        width: 180px;
        height: 180px;
        margin: 0 auto;
    }
    .login .qrcode img {
        width: 100%;
    }
    .login .tips {
        display: flex;
        font-size: .26rem;
        font-weight: normal;
        color: #333333;
        line-height: .4rem;
        justify-content: center;
        margin-top: .3rem;
        margin-bottom: .3rem;
    }
    .login .tips img {
        width: .4rem;
        height: .4rem;
        margin-right: .15rem;
    }

    .mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 100000;
        display: none;
    }


    .popup {
        position: fixed;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        z-index: 1000001;
        display: none;
        width: 80%;
        max-width: 500px;
    }

    .popup-header {
        padding: .2rem .3rem;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .popup-header h3 {
        margin: 0;
        font-size: .26rem;
        color: #333;
    }

    .close-btn {
        position: absolute;
        right: .3rem;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        font-size: .36rem;
        font-weight: bold;
        color: #999;
    }

    .popup-body {
        padding: .4rem;
    }

    .popup-footer {
        padding: 15px 20px;
        border-top: 1px solid #eee;
        text-align: right;
    }


    .protocol-content {
        max-height: 60vh;
        overflow-y: auto;
        padding: 10px;
        line-height: 1.6;
    }


    .wx-bind-content {
        padding: .4rem;
        text-align: center;
    }

    .wx-qrcode {
        width: 2.6rem;
        height: 2.6rem;
        margin: 0 auto;
        background: #f0f0f0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ddd;
    }

    .wx-tips {
        margin-top: .3rem;
        color: #666;
        font-size: .24rem;
    }
}






































