﻿.header{
    height: .78125rem;
    width: 100%;
    background-color: #fff;
    position: relative;
}
.header .logo{
    width: 5.859375rem;
    height: .390625rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .898438rem;
}
.header ul{
    width: 7.3rem;
    height: .78125rem;
    font-size: .15625rem;
    position: absolute;
    top: 0;
    right: 0;
    line-height: .78125rem;
}
.header ul li{
    float: left;
    margin-right: .625rem;
    text-align: right;
}
.header ul li a{
    color: #333;
}
.index_swiper{
    width: 100%;
    height: 3.125rem;
    position: relative;
}
.index_swiper .img{
    width: 100%;
    height: 100%;
    background-size: 100%;
}
/* swiper */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    /* font-size: 18px; */
    background: #fff;

/* 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;
}
.index_swiper .swiper-pagination{
    left: auto!important;
    width: 1.884375rem!important;
    right: .546875rem!important;
    bottom: .146875rem!important;
    display: inline-block!important;
}
.index_swiper .swiper-pagination-bullet{
    border-radius: 0!important;
    width: .234375rem!important;
    height: .039063rem!important;
}
.index_swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.index_swiper .text{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.contant{
    width: 100%;
    height: 6.875rem;  
    position: relative;  
}
.float_contant{
    width: 100%;
    height: 6.875rem;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding-top: .390625rem;
}
.texteara{
    font-size: .15625rem;
    line-height: .2525rem;
    text-align: justify;
}
.index_bt{
    width: 100%;
    text-align: center;
    line-height: .390625rem;
    margin-bottom: .290625rem;
}
.index_bt p:nth-child(1){
    font-size: .28125rem;
    font-weight: bold;
}
.index_bt p:nth-child(2){
    font-size: .164063rem;
    color: #BDBDBD;
}
.index_bt p:nth-child(3){
    display: block;
    width: .78125rem;
    height: .039063rem;
    background-color: #4191FF;
    margin: 0 auto;
}
.float_contant .texteara{
    width: 10.15625rem;
    margin: 0 auto;
    margin-bottom: .390625rem;
}
.lunm{
    width: 10.15625rem;
    height: 1.523438rem;
    margin: 0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.lunm .group{
    width: 1.523438rem;
    height: 1.523438rem;
    border-radius: 50%;
    border: .015625rem dashed #4191FF;
    box-sizing: border-box;
    text-align: center;
    font-size: .28125rem;
    line-height: .390625rem;
    padding-top: .390625rem;
}
.lunm .group .p1{
    color: #4191FF;
    font-weight: bold;
    margin-bottom: .097656rem;
}
.lunm .group .p2{
    font-size: .15625rem;
    line-height: .195313rem;

}
.lun{
    width: 10.15625rem;
    height: 1.523438rem;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.lun .group{
    width: 1.523438rem;
    height: 1.523438rem;
    border-radius: 50%;
    border: .015625rem dashed #4191FF;
    box-sizing: border-box;
    text-align: center;
    font-size: .28125rem;
    line-height: .390625rem;
    padding-top: .390625rem;
}
.lun .group .p1{
    color: #4191FF;
    font-weight: bold;
    margin-bottom: .097656rem;
}
.lun .group .p2{
    font-size: .15625rem;
    line-height: .195313rem;

}
.contant .image{
    width: 100%;
    height: 6.875rem;
    background-size: 100%;
}
.text{
    text-align: center;
}
.text p:first-child{
    font-size: .28125rem;
    color: #fff;
    line-height: .28125rem;
}
.text p:last-child{
    font-size: .164063rem;
    color: #BDBDBD;
    line-height: .4375rem;
}
.menu_selection{
    width: 100%;
    height: .78125rem;
    font-size: .15625rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.menu_selection li{
    width: 1.5625rem;
    height: .429688rem;
    border-radius: .21875rem;
    margin: 0 .507813rem;
    margin-top: .175781rem;
    line-height: .429688rem;
    text-align: center;
    float: left;
}
.menu_selection li.active{
    background-color: #4191FF;
    color: #fff;
}
.header ul li{
    position: relative;
}
.header ul li.active a{
    color: #4191FF;
}
.header ul li.active a::after{
    content: "";
    width: .234375rem;
    height: .023438rem;
    border-radius: .007813rem;
    position: absolute;
    background-color: #4191FF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .195313rem;
}
.content{
    padding-top: .429688rem;
    background-color: #f3f3f3;
    padding-bottom: .390625rem;
}
.content .text p:first-child{
    color: #333;
}
.index_j{
    position: relative;
}
.index_j .address{
    position: absolute;
    top: 2.03125rem;
    right: 4.2375rem;
}
.index_j .tianjin{
    top: 3.085938rem;
    right: 5.89375rem;
}
.index_j .qingdao{
    top: 4.086rem;
    right: 5.294rem;
}
.index_j .yuncheng{
    top: 4.086rem;
    right: 5.994rem;
}
.index_j .chengdu{
    top: 5.086rem;
    right: 8.694rem;
}
.index_j .foshan{
    top: 6.886rem;
    right: 6.694rem;
}
.index_j .address .icon{
    width: .25rem;
    height: .320313rem;
    background-size: 100%;
    margin: 0 auto;
}
.index_j .address .title{
    font-size: .15625rem;
    line-height: .3125rem;
    text-align: center;
}
.index_map{
    width: 12.921875rem;
    height: 8.125rem;
    background-size: 100%;
    margin: 0 auto;
}
.customer{
    width: 13.359375rem;
    margin: 0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.customer li{
    width: 1.546875rem;
    height: .703125rem;
    margin: 0 .039063rem;
    margin-bottom: .078125rem;
}
.customer li .image{
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.index_product{
    margin-bottom: .898438rem;
}
.index_product_top{
    width: 10rem;
    margin: 0 auto;
    height: 3.164063rem;
    position: relative;
}
.index_product_top .image{
    width: 2.710938rem;
    height: 2.8125rem;
    background-size: 100%;
    float: left;
    margin-left: 1.132813rem;
    margin-top: .289063rem;
}
.index_product_top .text_right{
    width: 4rem;
    float: left;
    margin-left: 2.007813rem;
}
.index_product_top .button_blue{
    width: 1.953125rem;
    height: .46875rem;
    background: #2766A8;
    border-radius: .234375rem;
    position: absolute;
    bottom: 0;
    right: 2.1875rem;
    font-size: .234375rem;
    color: #fff;
    text-align: center;
    line-height: .46875rem;
}
.index_product_top .text_right .bt{
    font-size: .359375rem;
    color: #222;
    font-weight: bold;
    float: left;
    line-height: .703125rem;
    position: relative;
    margin-bottom: .34375rem;
}
.index_product_top .text_right .bt::after{
    content: "";
    width: 100%;
    height: .078125rem;
    background-color: #0E5EE1;
    border-radius: .039063rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index_product_top .text_right .lun{
    width: 2.5rem;
}
.index_product_top .text_right .lun .group{
    width: 1.054688rem;
    height: 1.054688rem;
    font-size: .15625rem;
    color: #2766A8;
    padding-top: .234375rem;
    border: .015625rem dashed #2766A8;
    position: relative;
}
.index_product_top .text_right .lun .group .p3{
    font-size: .15625rem;
    color: #2766A8;
    font-weight: bold;
    position: absolute;
    bottom: -0.46875rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.index_product_top .text_right .lun .group .p1{
    color: #2766A8;
    line-height: .28125rem;
}
.index_small_pic{
    width: 10rem;
    margin:0 auto ;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.index_small_pic li{
    width: 1.375rem;
    height: 1.773438rem;
    position: relative;
}
.index_small_pic li .pics{
    width: 1.375rem;
    height: 1.375rem;
    background: url(../images/index_small_pics11.png);
    background-size: 100%;
}
.index_small_pic li:nth-child(2) .pics{
    background: url(../images/index_small_pics12.png);
    background-size: 100%;
}
.index_small_pic li:nth-child(3) .pics{
    background: url(../images/index_small_pics13.png);
    background-size: 100%;
}
.index_small_pic li:nth-child(4) .pics{
    width: 2.296878rem;
    height: 1.375rem;
    background: url(../images/index_small_pics14.png)no-repeat;
    background-size: 100%;
}
.index_small_pic li.active:nth-child(1) .pics{
    background: url(../images/index_small_pic1.png);
    background-size: 100%;
}
.index_small_pic li.active:nth-child(2) .pics{
    background: url(../images/index_small_pic2.png);
    background-size: 100%;
}
.index_small_pic li.active:nth-child(3) .pics{
    background: url(../images/index_small_pic3.png);
    background-size: 100%;
}
.index_small_pic li.active:nth-child(4) .pics{
    background: url(../images/index_small_pic4.png);
    background-size: 100%;
}
.index_small_pic li .blue_y{
    width: .117188rem;
    height: .117188rem;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.index_small_pic li.active .blue_y{
    background-color: #0E5EE1;
}
.about_us_culture{
    width: 13.28125rem;
    padding-bottom: 0.3rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: .703125rem;
    padding-left: 1.09375rem;
    background-color: #fff;
    position: relative;
}
.about_us_culture .rich_text{
    padding-top: .429688rem;
    padding-bottom: .9375rem;
}
.about_us_culture .newsdetails_title{
    height: .546875rem;
    line-height: .546875rem;
    font-size: .15625rem;
    color: #999;
    box-sizing: border-box;
    border-bottom: .007813rem solid #999;
}
.about_us_culture .newsdetails_title a{
    color: #999;
}
.page_details{
    position: absolute;
    width: 100%;
    bottom: .390625rem;
    left: 0;
    font-size: .15625rem;
    box-sizing: border-box;
    padding-left: 3.125rem;
    color: #999;
}
.page_details .prev a,
.page_details .next a{
    color: #4191FF;
    margin-right: .15625rem;
}
.about_us_culture .group{
    width: 10.671875rem;
    height: 1.5625rem;
    margin-bottom: .4375rem;
}
.about_us_culture .group .image{
    width: 3.125rem;
    height: 1.5625rem;
    float: left;
    background-size: 100%;
}
.about_us_culture .group .right_news{
    width: 7.140625rem;
    margin-left: .390625rem;
    float: left;
}
.about_us_culture .group .right_news .bt{
    font-size: .1875rem;
    color: #333;
    line-height: .1875rem;
    margin-bottom: .3125rem;
    font-weight: 700;
}
.about_us_culture .group .right_news .bt em{
    float: right;
    color: rgba(51,51,51,0.5);
    font-style: normal;
}
.about_us_culture .group .right_news .texteara{
    color: #999;
    font-size: .15625rem;
}
.map_picture .float_list{
    width: 3.6875rem;
    height: 2.34375rem;
    background-color: transparent;
    box-sizing: border-box;
    padding-top: .039063rem;
    position: absolute;
    top: 1.031rem;
    right: 0.238rem;
}
.map_picture .tianjin{
    top: 2.131rem;
    right: 2.038rem;
}
.map_picture .qingdao{
    top: 3.031rem;
    right: 1.538rem;
}
.map_picture .yuncheng{
    top: 3.031rem;
    right: 6.538rem;
}
.map_picture .chengdu{
    top: 4.231rem;
    right: 4.538rem;
}
.map_picture .foshan{
    top: 6.031rem;
    right: 2.538rem;
}
.map_picture .float_list .image{
    width: 3.6875rem;
    height: 1.09375rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 11;
}
.map_picture .float_list .p1{
    font-size: .234375rem;
    text-align: center;
    line-height: 0.703125rem;
    font-weight: bold;
    position: absolute;
    color: #2766A8;
    top: 0.59375rem;
    width: 100%;
    z-index: 111;
}
.map_picture .float_list .p2{
    font-size: 0.13625rem;
    text-align: center;
    color: #333;
    line-height: 0.26650rem;
    position: absolute;
    top: 1.1625rem;
    width: 100%;
    z-index: 111;
}
.about_us_culture .title{
    font-size: .1875rem;
    line-height: .1875rem;
    margin-bottom: .25rem;
}
.about_us_culture .ng{
    font-size: .28125rem;
}
.currency_grey{
    text-align: center;
    font-size: .742188rem;
    color: #BDBDBD;
    opacity: 0.15;
    line-height: .46875rem;
    margin-top: -.15625rem;
    font-weight: bold;
}
.about_us_culture .list{
    margin-bottom: .659375rem;
}
.development{
    width: 13.28125rem;
    margin: 0 auto;
    background-color: #fff;
    padding-top: .515625rem;
    padding-bottom: 1.417188rem;
    position: relative;
}
.development li{
    width: 50%;
    padding-top: .435938rem;
    padding-bottom: .435938rem;
    max-height: 1.375rem;
    float: left;
    position: relative;
}
.middle_s_h{
    width: .015625rem;
    height: .78125rem;
    background-color: #E8E8E8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: .515625rem;
    z-index: 1;
}
.middle_s_h::after{
    content: "";
    width: .085938rem;
    height: .085938rem;
    background: url(../images/shu.png)no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.development li:nth-child(2n+1){
    float: left;
    text-align: right;
    padding-right: .78125rem;
    /* padding-bottom: 1.65625rem; */
    margin-bottom: 1.1875rem;
}
.development li:nth-child(2n){
    float: right;
    padding-left: .78125rem;
    margin-top: 1.1875rem;
}
.development li .date{
    font-size: .1875rem;
    color: #001C3C;
    line-height: .1875rem;
    font-weight: bold;
    margin-bottom: .054688rem;
    float: right;
    width: 100%;
    position: relative;
}

.development li .neirong{
    font-size: .15625rem;
    line-height: .3125rem;
    max-width: 5.359375rem;
    float: right;
    position: relative;
}
.development li:nth-child(2n) .date,
.development li:nth-child(2n) .neirong{
    float: left;
    padding-left: .28125rem;
}
.development li:nth-child(2n+1) .date,
.development li:nth-child(2n+1) .neirong{
    padding-right: .28125rem;
}
.development li:nth-child(2n+1)::after{
    content: "";
    width: .085938rem;
    height: .085938rem;
    background: url(../images/shu.png)no-repeat;
    background-size: 100%;
    position: absolute;
    right: -0.085938rem;
    top: 50%;
    margin-top: -.15625rem;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.development li:nth-child(2n)::after{
    content: "";
    width: .085938rem;
    height: .085938rem;
    background: url(../images/shu.png)no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.15625rem;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.development li:nth-child(2n) .pingxingxian{
    width: .78125rem;
    height: 1px;
    background-color: #E8E8E8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.15625rem;
    transform: translateY(-50%);
    z-index: 2;
}
.development li:nth-child(2n+1) .pingxingxian{
    width: .78125rem;
    height: 1px;
    background-color: #E8E8E8;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.15625rem;
    transform: translateY(-50%);
    z-index: 2;
}
.development li:nth-child(2n) .pingxingxian::after{
    content: "";
    width: .046875rem;
    height: .046875rem;
    border-radius: 50%;
    background-color: #001C3C;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.development li:nth-child(2n+1) .pingxingxian::after{
    content: "";
    width: .046875rem;
    height: .046875rem;
    border-radius: 50%;
    background-color: #001C3C;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.bottom_time_z{
    width: 100%;
    padding-bottom: .429688rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bottom_time_z .date{
    line-height: .1875rem;
    margin-bottom: .109375rem;
    font-size: .1875rem;
    color: #001C3C;
    line-height: .1875rem;
    font-weight: bold;

}
.bottom_time_z .neirong{
    font-size: .15625rem;
    line-height: .15625rem;
}
.footer{
    width: 100%;
    height: 3.28125rem;
    background-color: #2766A8;
    position: relative;
}
.footer .left{
    width: 5.859375rem;
    height: 2.890625rem;
    float: left;
    margin-left: 1.007813rem;
}
.footer .left .logo{
    width: 5.859375rem;
    height: .390625rem;
    background-size: 100%;
    float: left;
    margin-top: .40625rem;
    margin-bottom: .390625rem;
}
.footer .left .tel_emall_addr{
    float: left;
    font-size: .15625rem;
    color: #fff;
    line-height: .46875rem;
}
.footer .left .tel_emall_addr p{
    position: relative;
    padding-left: .390625rem;
}
.footer .left .tel_emall_addr p::after{
    content: "";
    width: .20rem;
    height: .20rem;
    background: url(../images/tel.png)no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.footer .left .tel_emall_addr p:nth-child(1)::after{
    background: url(../images/tel.png)no-repeat;
    background-size: 100%;
}
.footer .left .tel_emall_addr p:nth-child(2)::after{
    background: url(../images/emall.png)no-repeat;
    background-size: 100%;
}
.footer .left .tel_emall_addr p:nth-child(3)::after{
    background: url(../images/address.png)no-repeat;
    background-size: 100%;
}
.footer .left .ewm{
    width: 1.015625rem;
    height: 1.171875rem;
    float: right;
    margin-right: .390625rem;
    margin-top: .15625rem;
}
.footer .left .ewm .image{
    width: .914063rem;
    height: .914063rem;
    background-size: 100%;
    display: block;
    margin: 0 auto;
}
.footer .left .ewm p{
    font-size: .15625rem;
    line-height: .257813rem;
    white-space: nowrap;
    color: #fff;
    text-align: center;
}
.footer .right{
    width: 5.523438rem;
    float: left;
    margin-left: 1.640625rem;
    margin-top: .515625rem;
}
.footer .right .top{
    width: 100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    color: #fff;
    font-size: .1875rem;
    font-weight: bold;
    line-height: .1875rem;
    border-bottom: .007813rem solid rgba(255,255,255,0.2);
    padding-bottom: .195313rem;
    margin-bottom: .179688rem;
}
.footer .right .top a,
.footer .right .bottom_list a{
    color: #fff;
    width: 5em;
    text-align: center;
    display: block;
}
.footer .right .bottom_list{
    font-size: .15625rem;
    color: rgba(255,255,255,0.67);
    line-height: .15625rem;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding: 0 .054688rem;
    margin-bottom: .234375rem;
}
.footer .bottom_jszc{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #20558C;
    line-height: .390625rem;
    color: #fff;
    line-height: .390625rem;
    text-align: center;
    font-size: .125rem;
}
.footer .bottom_jszc a{
    color: #FFFFFF;
}
.pictures{
    width: 13.28125rem;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: .4375rem .822813rem;
    position: relative;
       overflow: hidden;
}
.pictures li{
    width: 2.553125rem;
    height: 3.578125rem;
    float: left;
    margin: 0rem 0.163rem .546875rem;
}
.pictures li .image{
    width: 2.553125rem;
    height: 3.109375rem;
    background-size: 100%;
    padding: .046875rem .054688rem .039063rem .0625rem;
    box-sizing: border-box;
    border: .007813rem dotted #999;
    margin-bottom: .078125rem;
}
.pictures li p{
    font-size: .15625rem;
    text-align: center;
}
.bottom_page{
    width: 100%;
}
.technical_team{
    box-sizing: border-box;
    padding: .78125rem 1.5625rem;
    position: relative;
}
.technical_team .bingtu{
    width: 4.4375rem;
    height: 3.789063rem;
    float: left;
}
.technical_team .right{
    float: right;
}
.technical_team .right .p1{
    font-size: .234375rem;
    color: #333;
    line-height: .234375rem;
    margin-bottom: 1.234375rem;
}
.technical_team .right .p2{
    font-size: .15625rem;
    color: #A0A0A0;
    line-height: .15625rem;
    margin-bottom: .703125rem;
}
.technical_team .right .list{
    width: 5.078125rem;
    height: 1.148438rem;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.technical_team .right .list .group{
    width: 1.171875rem;
    height: 1.148438rem;
    text-align: center;
}
.technical_team .right .list .group .icon{
    width: .390625rem;
    height: .390625rem;
    background-size: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: .21875rem;
}
.technical_team .right .list .group .number{
    font-size: .15625rem;
    line-height: .28125rem;
}
.technical_team .right .list .group .number em{
    font-size: .28125rem;
    font-style: normal;
}
.technical_team .right_j{
    font-size: .1775rem;
    font-weight: 500;
    /* font-style: italic; */
    color: #A1A1A1;
    position: absolute;
    bottom: .484375rem;
    right: .5625rem;
}
.design_capability{
    padding: .625rem 1.171875rem;
    padding-bottom: .132813rem;
    position: relative;
}
.design_capability .title1,
.verification_capability .title1{
    font-size: .1875rem;
    color: #333;
    line-height: .1875rem;
    font-weight: bold;
    padding-left: .242188rem;
    position: relative;
    margin-bottom: .28125rem;
}
.design_capability .title1::before,
.verification_capability .title1::before{
    content: "";
    width: .15625rem;
    height: .132813rem;
    background: url(../images/right_red.png)no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.design_capability .title2,
.verification_capability .title2{
    line-height: .359375rem;
    color: #333;
    font-size: .140625rem;
}
.design_capability .title2.red,
.verification_capability .title2.red{
    padding-left: .140625rem;
    position: relative;

}
.design_capability .title2.red::before,
.verification_capability .title2.red::before{
    content: "";
    width: .0625rem;
    height: .0625rem;
    background-color: #D51F18;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.design_capability .image1{
    width: 3.210938rem;
    height: 1.796875rem;
    border-radius: .078125rem;
    border: 1px dotted #C8C8C8;
    float: left;
    margin-right: .375rem;
    margin-bottom: .351563rem;
    position: relative;
}
.design_capability .image1 img{
    width: 1.367188rem;
    height: 1.367188rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.design_capability .image2{
    width: 3.820313rem;
    height: 2.25rem;
    background-size: 100%;
}
.design_capability .image3{
    width: 2.375rem;
    height: 2.15625rem;
    float: left;
    margin-right: 1.179688rem;
}
.design_capability .group .list .image1:nth-child(3n){
    margin-right: 0;
}
.design_capability .group{
    margin-bottom: .46875rem;
    position: relative;
}
.design_capability .group .image2{
    position: absolute;
    bottom: .46875rem;
    right: 1.640625rem;
}
.verification_capability{
    box-sizing: border-box;
    padding-top: .429688rem;
    padding-bottom: .507813rem;
    position: relative;
}
.verification_capability .image1{
    width: 5.632813rem;
    height: 3.75rem;
    background-size: 100%;
}
.verification_capability .image2{
    width: 2.771875rem;
    height: 3.75rem;
    background-size: 100%;
}
.verification_capability .image3{
    width: 5.624688rem;
    height: 3.75rem;
    background-size: 100%;
}
.verification_capability .list{
    width: 11.359375rem;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 0 auto;
    margin-bottom: .15625rem;
}
.verification_capability .list .ptpt{
    position: relative;
    margin-right: .078125rem;
}
.verification_capability .list .ptpt:last-child{
    margin-right: 0;
}
.verification_capability .list .ptpt .p1{
    width: 100%;
    font-size: .15625rem;
    color: #fff;
    line-height: .65625rem;
    position: absolute;
    bottom: 0;
    text-indent: .171875rem;
    left: 0;
    background-color: rgba(51,51,51,0.5);
}
.verification_capability .list .txt_list{
    width: 4.921875rem;
}
.verification_capability .list .txt_list .title1{
    float: right;
    margin-top: .554688rem;
    margin-bottom: .78125rem;
}
.verification_capability .list .txt_list .title2_group{
    width: 4.875rem;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    float: right;
}
.title2_group .title2{
    width: 30%;
    box-sizing: border-box;
    color: #333;
    margin-bottom: .3125rem;
}
.title2_group .title2.nice{
    display: inline-block;
    width: auto!important;
    float: left;
    margin-right: .46875rem;
}
.title2_group .title2.nice:nth-child(3n){
    float: right;
    margin-right: 0;
}
.title2_group .title2.cu{
    width: auto!important;
}
.process_capability .title1{
    margin-bottom: .390625rem!important;
    margin-top: .40625rem!important;
}
.process_capability .title2_group{
    display: block!important;
}
.process_capability .title2_group .title2{
    float: right;   
    width: 30%;
    font-size: .15625rem;
    margin-bottom: .15625rem;
}
.assembly_capacity .title1{
    text-align: right;
    line-height: .351563rem;
}
.assembly_capacity .title1::before{
    content: "";
    top: .171875rem;
}
.assembly_capacity .title2{
    width: 1.875rem!important;
}
.product_innovation{
    padding: .390625rem .546875rem;
    position: relative;
}
.product_innovation .list{
    width: 3.90625rem;
    height: 3.28125rem;
    float: left;
    margin-left: .103125rem;
    margin-bottom: .203125rem;
}
.product_innovation .text1{
    width: 7.8125rem;
    height: 3.28125rem;
    float: left;
    text-align: center;
    line-height: 3.28125rem;
    margin-left: .103125rem;
    margin-bottom: .203125rem;
}
.product_innovation .image{
    width: 3.90625rem;
    height: 2.8125rem;
    background-size: 100%;
    display: block;
}
.product_innovation .p1{
    font-size: .15625rem;
    color: #333;
    line-height: .46875rem;
    text-align: center;
}
.campus_recruitment{
    padding-top: .78125rem;
    min-height: 5.390625rem;
    position: relative;
}
.campus_recruitment .zwgw{
    font-size: .28125rem;
    line-height: .28125rem;
    text-align: center;
    color: #999;
}
.social_recruitment{
    padding: .351563rem 1.171875rem;
    box-sizing: border-box;
    min-height: 8.984375rem;
    padding-bottom: .78125rem;
}
.social_recruitment .input_t{
    width: 9.375rem;
    height: .46875rem;
    margin: 0 auto;
    margin-bottom: .15625rem;
}
.social_recruitment .input_t .input{
    width: 8.046875rem;
    height: .46875rem;
    float: left;
    line-height: .46875rem;
    box-sizing: border-box;
    padding: 0 .3125rem;
    border: 1px solid #BEBEBE;
    border-right: none;
}
.social_recruitment .input_t .button{
    font-size: .15625rem;
    width: 1.328125rem;
    background-color: #4191FF;
    height: .46875rem;
    line-height: .46875rem;
    text-align: center;
    float: right;
    color: #fff;
}
.social_recruitment .region{
    width: 9.375rem;
    line-height: .46875rem;
    font-size: .15625rem;
    margin: 0 auto;
}
.social_recruitment .region .p1{
    font-weight: bold;
    height: 100%;
    float: left;
    margin-right: .570313rem;
}
.social_recruitment .region li{
    float: left;
    margin-right: .429688rem;
}
.social_recruitment .zw_title{
    width: 10.9375rem;
    height: .546875rem;
    line-height: .546875rem;
    font-size: .15625rem;
    color: #333;
    font-weight: bold;
    padding: 0 .28125rem;
    box-sizing: border-box;
    border-bottom: 1px dotted #BEBEBE;
    padding-right: 0;
}
.social_recruitment .zw_title .p1{
    float: left;
}
.social_recruitment .zw_title .p1{
    width: 1.460938rem;
}
.social_recruitment .zw_title .p2{
    width: 4.34375rem;
}
.social_recruitment .zw_title .p3{
    width: 3.678125rem;
}
.social_recruitment .zw_title .p4{
    position: relative;
    padding-right: .234375rem;
    float: left;
}
.social_recruitment .zw_title .p4::after{
    content: "";
    width: .117188rem;
    height: .132813rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.social_recruitment .zw_title.bor_btm_no .p4::after{
    width: 0;
    height: 0;
}
.social_recruitment .zw_title .p5{
    width: 100%;
    height: 1.132813rem;
    font-weight: bold;
    line-height: 1.132813rem;
    text-align: center;
}
.social_recruitment .zw_title.bor_btm_no{
    font-weight: 300;
}
.social_recruitment .zw_title:hover{
    color: #4191FF;
}
.join_us_details{
    padding: .546875rem .703125rem;
}
.join_us_details .title{
    font-size: .28125rem;
    color: #333;
    line-height: .28125rem;
    font-weight: bold;
    margin-bottom: .46875rem;
}
.join_us_details .title em{
    color: #FF7241;
    margin-left: .390625rem;
}
.join_us_details .title .time{
    font-size: .164063rem;
    color: #959595;
    font-weight: normal;
    float: right;
}
.join_us_details .list{
    height: .390625rem;
    width: 100%;
}
.join_us_details .list .l1{
    width: 1.5625rem;
    height: .390625rem;
    border: 1px solid #4191FF;
    text-align: center;
    float: left;
    margin-right: .15625rem;
    line-height: .375rem;
    box-sizing: border-box;
    color: #4191FF;
    border-radius: .195313rem;
    font-size: .15625rem;

}
.join_us_details .t_title{
    height: .3125rem;
    line-height: .3125rem;
    position: relative;
    font-size: .15625rem;
    font-weight: bold;
    color: #333;
    margin-bottom: .234375rem;
}
.join_us_details .t_title::after{
    content: "";
    width: .46875rem;
    height: .039063rem;
    background: #4191FF;
    border-radius: .023438rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
.join_us_details .text1{
    font-size: .15625rem;
    line-height: .15625rem;
    color: #333;
    margin-bottom: .3125rem;
}
.join_us_details .group1{
    margin-bottom: .78125rem;
}
.l_swiper{
    width: 100%;
    height: 6.46875rem;
    background-color: #F2F3F4;
    margin-bottom: .3125rem;
}
.l_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    width: .46875rem;
    height: .46875rem;
    background-image:url(../images/right.png);
    background-size: 100%;
    top: 1.726563rem;
    margin-top: 0;
}
.l_swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    width: .46875rem;
    height: .46875rem;
    background-image:url(../images/left.png);
    background-size: 100%;
    top: 1.726563rem;
    margin-top: 0;
}
.l_swiper .swiper-slide{
    background-color: #F2F3F4;
}
.l_swiper .image{
    width: 2.460938rem;
    height: 2.601563rem;
    background-size: 100%;
    position: absolute;
    top: .609375rem;
    left: 2.367188rem;
}
.l_swiper .image1{
    width: 4.648438rem;
    height: 2.5625rem;
    background-size: 100%;
    margin-right: .15625rem;
    float: left;
}
.l_swiper .image_r {
    width: 2.460938rem;
    height: 2.601563rem;
    background-size: 100%;
    position: absolute;
    top: .609375rem;
    right: 2.367188rem;
}
.l_swiper .images_z{
    width: 14.257813rem;
    height: 2.5625rem;
    position: absolute;
    bottom: 0;
    left: .375rem;

}
.l_swiper .image1:last-child{
    margin-right: 0;
}
.l_swiper .title{
    font-size: .234375rem;
    line-height: .234375rem;
    margin-bottom: .171875rem;
    font-weight: bold;
}
.l_swiper .title1{
    font-size: .15625rem;
    line-height: .15625rem;
}
.l_swiper .icon_text{
    position: relative;
    font-size: .15625rem;
    color: #2766A8;
    line-height: .234375rem;
    padding-left: .242188rem;
    float: left;
    margin-right: .554688rem;
}
.l_swiper .icon_text::before{
    content: "";
    width: .164063rem;
    height: .164063rem;
    background: url(../images/icon_blue.png)no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.l_swiper .neirong{
    width: 8.59375rem;
    height: 3.90625rem;
    box-sizing: border-box;
    position: absolute;
    left: 6.328125rem;
    top: 0;
    padding-top: .742188rem;
}
.right_hui_x{
    display: block;
    margin-bottom: .71875rem;
}
.l_swiper .neirong .list{
    float: left;
    margin-right: .554688rem;
    position: relative;
    padding-right: .59375rem;
    box-sizing: border-box;
}
.l_swiper .neirong .list:nth-child(3n){
    margin-right: 0;
    padding-right: 0;
}
.l_swiper .neirong .list::after{
    content: "";
    width: 1px;
    height: .390625rem;
    background-color: #D7D7D7;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.l_swiper .neirong .list:last-child::after{
    width: 0;
}
.sjcs{
    width: 100%;
    margin-bottom: .3125rem;
}
.sjcs .title{
    width: 7.664063rem;
    height: .632813rem;
    margin: 0 auto;
	display: block;
}
.ex_l{
    width: 100%;
    height: 100%;
    background-size: 100%;
    margin: 0 auto;
}



/*分页*/
.pages {
    width: 13.28125rem;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: .4375rem .882813rem;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    line-height: .3125rem;
    text-align: center;
    font-size: .125rem;
    color: #333;
    bottom: .3125rem;
}
.pages a,
.pages span {
    display: inline-block;
    padding: 0.03rem 0.15rem;
    margin: 0 1px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pages a,
.pages li {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    color: #1C6AFF;
}

.pages a.first,
.pages a.prev,
.pages a.next,
.pages a.end {
    margin: 0;
}
.pages a:hover {
    border-color: #1C6AFF;
}

.pages span.current {
    background: #1C6AFF;
    color: #FFF;
    font-weight: 700;
    border-color: #1C6AFF;
}

.index_small_pic li:nth-child(4){
    width: 2.296875rem;
    position: relative;
}

.index_product .index_product_top:nth-child(4) .image{
    width: 3.8rem;
    margin-left: 0;
    background-size: 100%;
}