/***** Header *****/
header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #fff;
    line-height: 1rem;
}

header .row {
    padding: 0 1rem;
    font-size: 0;
}

header .row>div>div {
    display: inline-block;
    vertical-align: middle;
}

header .logo {
    width: 20%;
}

header .nav {
    width: 80%;
    padding: 0 10%;
}

header .nav li {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    position: relative;
}

header .nav li a {
    color: #2f2f2f;
    font-size: .18rem;
    padding: 0;
    text-align: center;
}

header .nav li dl {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: .2rem 0;
    background: #005CA2;
    display: none;
    transition: none;
}
header .nav li dl dd {padding:.08rem 5px;}
header .nav li dl a {
    color: #fff;
    display: block;
    font-size:.16rem;
    line-height:normal;
}

header .nav li a.on,header .nav li a:hover {
    color: #bebebe;
}

header .nav1 {
    width: 54%;
    padding: 0 .5rem 0 0;
}

header .nav1 li a {
    color: #fff;
}

header .nav1 li a.on,header .nav1 li a:hover {
    color: #000;
}

header .lang {
    width: 13%;
}

header .lang a {
    color: #fff;
    font-size: .16rem;
    height: .5rem;
    line-height: .5rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: .2rem;
}

header .lang a:first-child {
    background: url(../images/search.png) no-repeat center;
    width: .13rem;
    background-size: .13rem;
}

header:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 38%;
    background: #005CA2;
    height: 100%;
    z-index: -1;
}

header.ons {
    box-shadow: 1px 1px 3px #828282;
}

/***** Header End *****/
.scode-2 .tem_banner {
    /* display:none; */
}

.tem_banner {
    position: relative;
    width: 100%;
    padding-top: 1rem;
}

.tem_banner.index .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: .16rem;
    text-align: left;
    color: #fff;
}

.tem_banner.index .txt .box {
    display: inline-block;
    background: #005CA2;
}

.tem_banner.index .txt .box .con {
    background: #fff;
    font-size: .16rem;
    color: #414141;
    padding-left: .8rem;
    position: relative;
    height: .8rem;
    line-height: .8rem
}

.tem_banner.index .txt .box .con i {
    position: absolute;
    left: 0;
    top: 0;
    width: .8rem;
    height: 100%;
    background: url(../images/icon1.png) no-repeat center;
    background-size: .16rem
}

.tem_banner.index .txt .box .con p {
    text-align: center;
    border-left: 1px solid #d3d3d3;
    font-size: .16rem
}

.tem_banner.index .txt .pd {
    display: inline-block;
    text-align: left;
    max-width: 4.95rem;
}

.tem_banner.index .txt .logo {
    font-size: 0;
    margin-bottom: .35rem;
}

.tem_banner.index .txt .logo .img {
    display: inline-block;
    width: 2.17rem;
    opacity: 0;
    transition: none;
    transform: translateY(30px);
}

.tem_banner.index .txt .title {
    padding: 1.2rem .3rem;
}

.tem_banner.index .txt .title>* {
    text-shadow: 1px 1px 5px #000;
}

.tem_banner.index .txt .title h2 {
    font-size: .46rem;
    color: #fff;
    display: block;
    margin-bottom: .5rem;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
}

.tem_banner.index .txt .title p {
    font-size: .36rem;
    color: #fff;
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
    line-height: 1.8;
}

.tem_banner.index .swiper-slide-active .txt .title h2 {
    transform: none;
    transition: 1s;
    opacity: 1;
    transition-delay: .3s;
}

.tem_banner.index .swiper-slide-active .txt .title p {
    transform: none;
    transition: 1s;
    opacity: 1;
    transition-delay: .6s;
}

.tem_banner.index .slide-pagination {
    transition: .5s;
    position: absolute;
    z-index: 1;
    bottom: .8rem!important;
    left: 0;
    text-align: center;
    font-size: 0;
    width: 100%;
    margin: 0;
}

.tem_banner.index .slide-pagination span {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    border: 1px solid #fff;
    opacity: 1;
    background: 0 0;
    margin: 0 5px;
    outline: 0
}

.tem_banner.index .slide-pagination span.swiper-pagination-bullet-active {
    background: #fff;
    border-color: #fff;
}

.tem_banner.indise .flash {
    font-size: 0
}

.tem_banner.indise .flash img {
    width: 100%;
    height: 100%
}

.tem_banner.indise .txt {
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    text-align: left;
    color: #fff;
}

.tem_banner.indise .txt h2 {
    font-size: .45rem;
    color: #fff;
    display: inline-block;
    margin-bottom: .1rem;
    font-weight: bold;
}

.tem_banner.indise .txt p {
    font-size: .16rem;
    color: #fff;
    display: block;
    text-transform: uppercase;
    letter-spacing: .01rem;
    font-family: 'DIN';
}

.tem_banner.indise .link {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: right;
}

.tem_banner.indise .link li {
    display: inline-block;
}

.tem_banner.indise .link a {
    display: inline-block;
    background: #005CA2;
    color: #fff;
    font-size: .16rem;
    padding: .3rem .5rem;
    position: relative;
    z-index: 1
}

.tem_banner.indise .link a:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: #000;
    z-index: -1;
    transition: .36s;
}

.tem_banner.indise .link a.on:after,.tem_banner.indise .link a:hover:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .36s;
}

.page_product {
    background: #f8f8f8;
    padding-bottom: 1.5rem;
}

.page_product .nav {
    border-bottom: 1px solid #e8e8e8;
    font-size: 0;
}

.page_product .nav li {
    display: inline-block;
}

.page_product .nav li a {
    font-size: .24rem;
    color: #0f0f0f;
    padding: .5rem .35rem;
    position: relative;
}

.page_product .nav li a:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: .23rem;
    margin-top: -.115rem;
    background: #c2c2c2;
}

.page_product .nav li:first-child a {
    padding-left: 0;
}

.page_product .nav li a:hover,.page_product .nav li a.on {
    color: #005CA2;
}

.page_product .list {
    width: 100%
}

.page_product .row {
    margin-top: .5rem;
    background: #fff;
    padding: .5rem;
}

.page_product .row:hover {
    box-shadow: 1px 1px 10px #cacaca;
}

.page_product .text-right {
    text-align: left;
    padding-top: .8rem
}

.page_product .text-right .title h2 {
    font-size: .24rem;
    color: #101112
}

.page_product .img {
    padding: 0 .5rem
}

.page_product .text-right .info {
    margin: .4rem 0
}

.page_product .text-right .info>div {
    float: left;
    width: 50%
}

.page_product .text-right .info>div h2 {
    font-size: .18rem;
    color: #101112;
    display: block;
    margin-bottom: .1rem
}

.page_product .text-right .info>div p {
    font-size: .16rem;
    color: #6b6868;
    line-height: 1.6
}

.page_product .text-right .more {
    text-align: left;
    font-size: 0
}

.page_product .text-right .more a {
    display: inline-block;
    padding: .15rem .4rem;
    background: #005CA2;
    font-size: .16rem;
    color: #fff;
    position: relative;
    z-index: 1
}

.page_product .text-right .more a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: .36s;
    background: #000;
    z-index: -1;
}

.page_product .text-right .more a:hover:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .36s
}

.index_product {
    width: 100%;
    position: relative;
    padding: .4rem 0;
    background: #f6f6f6;
}

.index_product .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .4rem;
}

.index_product .top .title h2 {
    position: relative;
    font-size: .36rem;
    color: #101112;
    display: block;
    padding-left: .25rem;
}

.index_product .top .title h2:after {
    position: absolute;
    content: '';
    left: 0;
    top: .05rem;
    width: .1rem;
    height: .08rem;
    background: #005CA2
}

.index_product .top .title h2:before {
    position: absolute;
    content: '';
    left: 0;
    top: .13rem;
    width: .1rem;
    height: .08rem;
    background: #3e3938
}

.index_product .nav {
    text-align: right;
    position: relative;
    z-index: 1;
    font-size: 0;
}

.index_product .nav li {
    display: inline-block;
    padding: .4rem 0;
    width: 2.3rem;
    background: #3e3938;
    text-align: center;
    border-left: 1px solid #4b4645;
    cursor: pointer;vertical-align:top;
}

.index_product .nav li.flex-active {
    background: #005CA2
}

.index_product .nav li a {
    display: block;
    color: #fff;
    font-size: .18rem
}

.index_product .nav li a i {
    display: inline-block;
    width: .58rem;
    height: .58rem;
    margin-bottom: .2rem
}
.index_product .nav li p{height:.54rem;line-height:.27rem;}
.index_product .nav li.li1 a i {
    background: url(../images/i_con1.png) no-repeat center;
    background-size: .48rem
}

.index_product .nav li.li2 a i {
    background: url(../images/i_con2.png) no-repeat center;
    background-size: .34rem
}

.index_product .nav li.li3 a i {
    background: url(../images/i_con3.png) no-repeat center;
    background-size: .49rem
}

.index_product .min {
    width: 100%
}

.index_product .min .row>div {
    padding: 0 .2rem;
}

.index_product .min a .img {
    border: 1px solid #dcdcdc;
}

.index_product .min a h2 {
    font-size: .16rem;
    color: #101112;
    text-align: center;
    display: block;
    margin: .3rem 0 .4rem;
    line-height: 1.6;
}

.index_product .min .title h2 {
    font-size: .36rem;
    color: #101112;
    padding-left: .35rem;
    position: relative
}

.index_product .min .title h2:after {
    position: absolute;
    content: '';
    left: 0;
    top: .05rem;
    width: .1rem;
    height: .08rem;
    background: #005CA2
}

.index_product .min .title h2:before {
    position: absolute;
    content: '';
    left: 0;
    top: .13rem;
    width: .1rem;
    height: .08rem;
    background: #3e3938
}

.index_product .min .more {
    text-align: center;
    font-size: 0;
    margin-top: .5rem;
}

.index_product .min .more a {
    display: inline-block;
    width: 11%;
    line-height: .5rem;
    background: #005CA2;
    color: #fff;
    font-size: .16rem;
    border-bottom: 3px solid #2f2f2f;
    position: relative;
    z-index: 1;
}

.index_product .min .more a::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    bottom: 0;
    height: 0;
    transition: .36s;
    background: #2f2f2f;
    z-index: -1;
}

.index_product .min .more a:hover::after {
    height: 100%;
    transition: .36s;
}

.index_pro .bot {
    width: 100%;
    padding: .5rem 0;
}

.index_pro .bot>div {
    float: left;
    width: 20%;
    padding: 0 .2rem;
    text-align: center;
}

.index_pro .bot>div:hover {
    transform: translateY(-10px);
}

.index_pro .bot>div:hover h2 {
    color: #005CA2;
}

.index_pro .bot .txt {
    margin-top: .2rem
}

.index_pro .bot .txt h2 {
    font-size: .2rem;
    color: #101112;
    display: block;
    margin-bottom: .1rem;
}

.index_pro .bot .txt p {
    font-size: .16rem;
    color: #595a5c;
}

.index_about {
    width: 100%
}

.index_about>div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.index_about .left {
    padding-right: 1.5rem;
    background: #f8f6f9;
}

.index_about .left .title {
    margin-bottom: .3rem
}

.index_about .left .title h2 {
    font-size: .48rem;
    color: #1f1f20;
    font-weight: 700;
    display: block;
    margin-bottom: .3rem;
}

.index_about .left .title h3 {
    font-size: .3rem;
    color: #1f1f20;
    display: block;
    margin: .2rem 0 .4rem
}

.index_about .left .title h3 i {
    color: #005CA2
}

.index_about .left .title p {
    font-size: .16rem;
    color: #565656;
    line-height: 2
}

.index_about .left .title span {
    font-size: .16rem;
    color: #404041;
    font-weight: 700;
    display: block;
    margin-top: .9rem
}

.index_about .left .list {
    width: 100%;
    text-align: left
}

.index_about .left .list>div {
    padding: 0 .2rem 0 0
}

.index_about .left .list>div a {
    display: inline-block;
    text-align: center
}

.index_about .left .list>div a h2 {
    font-size: .3rem;
    color: #da251c;
    font-weight: 700;
    display: block;
    margin-bottom: .06rem
}

.index_about .left .list>div a p {
    font-size: .16rem;
    color: #737373
}

.index_about .left .editor{font-size:.16rem;color:#333;line-height:1.8;margin:0 0 .8rem;}
.index_about .left .mores>a{display: inline-block;
    padding: 0 .35rem;
    background: #005CA2;
    font-size: .16rem;
    color: #fff;
    border-left: 4px solid #3e3938;
    position: relative;
    z-index: 1;line-height:.5rem;}
.index_about .left .mores>a:before{
    background: #3e3938;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: .36s;
    z-index: -1;    
}
.index_about .right {
    position: relative;
}

.index_about .right .row {
    position: absolute;
    left: 1rem;
    top: 30%;
    z-index: 1;
    background: #fff;
    border: 1px solid #da251c
}

.index_about .right .row>div {
    display: table-cell;
    vertical-align: middle;
    padding: .25rem .3rem
}

.index_about .right .l h2 {
    color: #262626;
    font-size: .16rem;
    font-weight: 700;
    display: block;
    margin-bottom: .2rem;
    padding-bottom: .15rem;
    position: relative
}

.index_about .right .l h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: .03rem;
    background: #282a2c
}

.index_about .right .l p {
    font-size: .14rem;
    color: #535353;
    line-height: 1.6
}

.index_about .right .r {
    background: #282a2c;
    font-size: .24rem;
    color: #8d8d8d;
    white-space: nowrap
}

.s_product {
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 1.3rem;
    background-size: cover;
}

.s_product .top {
    border-bottom: 1px solid #c2c2c2;
    line-height: .7rem;
    margin-bottom: .3rem;
}

.s_product .top .title {
    float: left;
}

.s_product .top .title a {
    color: #fff;
    font-size: .16rem;
}

.s_product .top .nav {
    float: right;
    font-size: 0
}

.s_product .top .nav li {
    display: inline-block;
    vertical-align: middle;
    margin-left: .3rem;
}

.s_product .top .nav li a {
    font-size: .16rem;
    color: #fff;
}

.s_product .bot {
    width: 100%
}

.s_product .bot .title h2 {
    font-size: .35rem;
    color: #fff;
    text-align: center;
    display: block;
    padding: .3rem 0
}

.s_product .bot .con {
    background: #fff;
    position: relative;
    padding: .5rem;
    box-shadow: 1px 1px 10px #000000;
}

.s_product .bot .con .met_page {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.s_product .bot .con .met_page a {
    padding: .14rem .4rem;
    background: #005CA2;
    color: #fff;
    position: absolute;
    left: 0;
    display: inline-block;
    font-size: .16rem;
}

.s_product .bot .con .met_page a:last-child {
    right: 0;
    left: initial
}

.s_product_box {
    background: #f8f8f8;
    padding: .6rem 0;
}

.s_product_box>div>div {
    background: #fff;
    margin-bottom: .6rem;
    box-shadow: 1px 1px 10px #dadada;
    padding: .6rem .5rem;
}

.s_product_box>div>div .title {
    text-align: left;
    border-bottom: 1px solid #efefef;
}

.s_product_box>div>div .title h2 {
    font-size: .3rem;
    color: #313131;
    padding-bottom: .25rem;
    display: inline-block;
    position: relative;
}

.s_product_box>div>div .title h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #005CA2;
}

.s_product_box>div>div .con {
    padding: .4rem 0
}

.s_product_box>div>.top .con .info {
    margin-bottom: .4rem;
}

.s_product_box>div>.top .con .info:last-child {
    margin-bottom: 0;
}

.s_product_box>div>.top .con>div:last-child {
    margin-top: .3rem;
    padding-top: .3rem;
    border-top: 1px solid #efefef;
}

.s_product_box>div>.top .con h2 {
    padding-left: .2rem;
    background: url(../images/icon.png) no-repeat left center;
    background-size: .1rem;
    font-size: .18rem;
    color: #222121;
    display: block;
    margin-bottom: .2rem;
}

.s_product_box>div>.top .con p {
    color: #4a4a4a;
    font-size: .16rem;
    line-height: 1.8;
}

.s_product_box>div>div .con table {
    width: 100%!important;
    margin-bottom: 1.6rem;
    border-spacing: 0!important;
    border-collapse: collapse!important;
    padding: 0!important;
    border: 0
}

.s_product_box>div>div .con table td {
    border: 1px solid #ddd!important
}

.s_product_box>div>div .con table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td {
    padding: .2rem;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.s_product_box>div>div .con table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd
}

.index_news {
    width: 100%;
    padding: 1rem 0
}

.index_news .title {
    position: relative;
    margin-bottom: .6rem;
    line-height: .5rem
}

.index_news .title h2 {
    float: left
}

.index_news .title a {
    float: right;
    padding: 0 .35rem;
    background: #005CA2;
    font-size: .16rem;
    color: #fff;
    border-left: 4px solid #3e3938;
    position: relative;
    z-index: 1;
}

.index_news .title a::after {
    background: #3e3938;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: .36s;
    z-index: -1;
}

.index_news .title a:hover::after {
    width: 100%;
    transition: .36s;
}

.index_news .title h2 {
    font-size: .36rem;
    color: #101112;
    padding-left: .35rem;
    position: relative
}

.index_news .title h2:after {
    position: absolute;
    content: '';
    left: 0;
    top: .05rem;
    width: .1rem;
    height: .08rem;
    background: #005CA2
}

.index_news .title h2:before {
    position: absolute;
    content: '';
    left: 0;
    top: .13rem;
    width: .1rem;
    height: .08rem;
    background: #3e3938
}

.index_news .list {
    width: 100%
}

.index_news .list>div {
    padding: 0 .12rem
}

.index_news .list a:hover img {
    transform: scale(1.1)
}

.index_news .list img {
    width: 100%;
    height: 2.71rem;
    object-fit: cover;
}

.index_news .list .txt {
    padding: .15rem 0 .2rem
}

.index_news .list .txt span {
    font-size: .14rem;
    color: #696969
}

.index_news .list .txt h2 {
    font-size: .2rem;
    color: #101112;
    line-height: .3rem;
    height: .6rem;
    margin: .2rem 0
}

.index_news .list .txt p {
    font-size: .16rem;
    color: #6a6a6a;
    line-height: .26rem;
    height: .52rem
}

.index_news .list a:hover .txt h2 {
    color: #005CA2
}

.index_job {
    background-repeat: no-repeat;
    background-position: center;
    padding: .7rem 0 1.2rem;
    background-size: cover;
    color: #fff
}

.index_job h2 {
    font-size: .3rem;
    line-height: 1.5
}

.index_job p {
    font-size: .16rem;
    display: block;
    margin: .25rem 0 .75rem
}

.index_job a {
    color: #fff;
    display: inline-block;
    padding: 0 .35rem;
    line-height: .5rem;
    border: 1px solid #fff;
    font-size: .14rem
}

.index_job a:hover {
    background: #005CA2;
    border: 1px solid #005CA2;
}

.page_profile .top .title h2 {
    font-size: .48rem;
    line-height: 1.2rem;
    width: 9.3rem;
    border-bottom: 1px solid #ccc
}

.page_profile .top .title {
    padding-top: .3rem
}

.page_profile .top .box .left {
    float: left;
    width: 45%;
}

.page_profile .top .box .right {
    float: right;
    width: 45%;
    position: relative;
}

.page_profile .top .box .left .txt {
    padding: .6rem 0
}

.page_profile .top .box .left .txt p {
    line-height: 1.8;
    font-size: .18rem;
    color: #5a5a5a;
}

.page_profile .top .box .img {
    padding-top: .7rem
}

.page_profile .top .box .right .txt {
    position: absolute;
    width: 3.5rem;
    height: 1rem;
    background: #005CA2;
    bottom: -7%;
    left: 25%
}

.page_profile .top .box .right .txt p {
    text-align: center;
    font-size: .32rem;
    color: #fff;
    padding-top: .26rem
}

.page_profile .top .box .left .img {
    text-align: left
}

.page_profile .bot .left {
    float: left;
    width: 50%
}

.page_profile .bot .right {
    float: right;
    width: 50%;
    text-align: right;
    padding-top: 1rem;
    padding-left: .4rem;
}

.page_profile .bot .right .staff {
    display: inline-block;
    text-align: center;
    padding-right: 1rem;
    position: relative
}

.page_profile .bot .right .staff::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 2rem;
    background: #ccc;
    bottom: 0;
    left: 75%
}

.page_profile .bot .right .person {
    display: inline-block;
    text-align: center;
    padding-right: 1rem;
    position: relative
}

.page_profile .bot .right .person::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 2rem;
    background: #ccc;
    bottom: 0;
    left: 75%
}

.page_profile .bot .right .total {
    display: inline-block;
    text-align: center;
    padding-right: .3rem
}

.page_profile .bot .right .number {
    font-size: .48rem;
    padding: .3rem 0
}

.page_profile .bot {
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ccc
}

.page_profile .bot .left .title h2 {
    font-size: .36rem
}

.page_profile .bot .left .txt {
    padding-top: .4rem
}

.page_profile .bot .left .txt p {
    font-size: .15rem;
    line-height: .3rem;
    color: #000
}

.page_profile .bot .right .number h2 {
    font-weight: 700
}

.page_culture .title h2 {
    font-size: .36rem
}

.page_culture .main .img {
    float: left;
    width: 50%
}

.page_culture .main .txt {
    float: right;
    width: 50%;
    padding-left: 1.5rem;
    padding-top: .6rem
}

.page_culture .main .txt .box {
    padding-top: .5rem
}

.page_culture .main .txt .box h2 {
    font-size: .36rem;
    color: #005CA2
}

.page_culture .main .txt .box p {
    color: #6b6b6b;
    font-size: .16rem;
    padding-top: .1rem
}

.page_culture {
    background: #f9f9f9;
    margin-top: .8rem
}

.page_culture .title {
    padding: .75rem 0 .5rem 0
}

.page_culture .main.clearfix {
    padding-bottom: 1rem
}

.page_honor .title h2 {
    font-size: .36rem;
    padding: 1rem 0
}

.page_honor .list {
    padding-bottom: .8rem;
}

.page_images .top .title {
    float: left;
    font-size: .36rem
}

.page_images .top .nav {
    float: right
}

.page_images .top .nav li {
    display: inline-block;
    width: 1.6rem;
    height: .6rem;
    background: #dcdcdc;
    text-align: center;
    padding-top: .2rem;
    font-size: .16rem
}

.page_images {
    background: #f9f9f9
}

.page_images .top {
    padding: .7rem 0
}

.page_images .list .main .item {
    display: inline-block
}

.page_images .top .nav li.flex-active {
    background: #005CA2;
    position: relative
}

.page_images .top .nav li.flex-active::after {
    position: absolute;
    content: '';
    background: url(../images/about_duobian.png) no-repeat center;
    width: .12rem;
    height: .12rem;
    background-size: 100%;
    bottom: -15%;
    left: 50%
}

.page_images .top .nav li.flex-active a {
    color: #fff
}

.page_images .paginations {
    text-align: center
}

.page_images .paginations {
    width: 100%;
    text-align: center;
    bottom: initial!important;
    margin: .5rem 0;
    height: .04rem
}

.page_images .paginations span {
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    background: #a0a0a0;
    opacity: 1;
    width: .36rem;
    height: .04rem;
    margin: 0 .04rem
}

.page_images .paginations span.swiper-pagination-bullet-active {
    background: #005CA2
}

.page_images .list .item .img {
    position: relative
}

.page_images .item h2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: .16rem;
    height: .5rem;
    padding-top: .2rem;
    color: #fff;
    background: #2f2e2e82
}

.page_images .item li {
    float: left;
    width: 33.33%;
    padding: .12rem;
}

.page_parent {}
.page_parent .top{padding: .7rem 0}
.page_parent .top .title h2 {font-size:.36rem;color:#000}
.page_parent .lists {padding:0 0 .85rem;}
.page_parent .lists ul {display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:.45rem .35rem;}
.page_parent .lists li a{display:block;background:#E6E7E9;height:1rem;line-height:1rem;text-align:center;border:1px solid #CECECE;padding:0 .15rem;}
.page_parent .lists li img {max-height:.8rem;transition:none}

.p_show_img .owl-pagination .owl-page {
    display: inline-block;
    vertical-align: top;
    width: 42px;
    height: 5px;
    background: #e5e5e5;
    margin: 0 10px
}

.p_show_img .owl-pagination .owl-page.active {
    background: #005CA2
}

.page_images .item a .img {
    position: relative
}

.page_images .owl-controls.clickable {
    text-align: center;
    padding-top: .5rem;
    padding-bottom: 1rem
}

.page_solution {
    padding: .8rem 0;
    background: #f8f8f8
}

.page_solution .item:hover {
    box-shadow: 1px 1px 5px #bcbcbc;
}

.page_solution .item:hover img {
    transform: scale(1.1)
}

.page_solution .item:hover h2 {
    color: #005CA2;
}

.page_solution .item .left {
    float: left;
    width: 50%
}

.page_solution .item .right {
    float: right;
    width: 50%
}

.page_solution .item.two .right {
    float: left;
    width: 50%
}

.page_solution .item.two .left {
    float: right;
    width: 50%
}

.page_solution .item .right h2 {
    font-size: .32rem
}

.page_solution .right .txt {
    font-size: .16rem
}

.page_solution .item .right {
    padding: .5rem
}

.page_solution .right .txt p {
    padding-top: .2rem;
    line-height: .3rem
}

.page_solution .item.clearfix {
    background: #fff;
    margin-bottom: .4rem
}

.page_solution .lists{background:#FFF;padding:.5rem .35rem;margin:0 0 .4rem;}
    .page_solution .lists h3 {font-size:.32rem;color:#000;margin:0 0 .4rem;}
    
    .page_solution .lists .infos {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: .3rem .4rem;}
    
    .page_solution .lists .infos>div{position: relative;
    background: #F6F8FC;
    border-radius: 16px;
    padding:.48rem .48rem;
    min-height: 4.08rem;}
    .page_solution .lists .infos>div h4{
    font-size: .24rem;
    line-height: .28rem;
    font-weight: 700;
    color: #333;
    height: .56rem;
    overflow: hidden;
    margin: 0 0 .32rem
    }
    .page_solution .lists .infos>div p{
        margin: 0;
    font-size: .16rem;
    color: #666;
    line-height: 1.7;
    }

.page_solution .cnt_box {background:#FFF;padding:.5rem .35rem;}
.page_solution .cnt_box h3 {font-size:.32rem;color:#000;margin:0 0 .4rem;}
.page_solution .cnt_box .txt {font-size:.16rem;color:#333;line-height:1.8}


.page_innovate .left {
    float: left;
    padding-left: 2.6rem;
    width: 60%;
    padding-top: 1.5rem
}

.page_innovate .img {
    float: right;
    width: 40%;
    padding-left: .4rem;
}

.page_innovate.clearfix {
    background: #f5f7f9
}

.page_innovate .left .title h2 {
    font-size: .36rem
}

.page_innovate .left .txt p {
    font-size: .16rem
}

.page_innovate .left .txt {
    padding-top: .3rem
}

.page_service .item {
    display: inline-block;
    width: 33%;
    background: #cc2539;
    height: 3.8rem;
    vertical-align: middle
}

.page_service .item .title h2 {
    display: inline-block;
    font-size: 1rem;
    color: #fff
}

.page_service .item .title p {
    display: inline-block;
    width: 40%;
    font-size: .36rem;
    color: #fff
}

.page_service .item .txt p {
    font-size: .16rem;
    color: #fff
}

.page_service .main {
    padding: .6rem 0 1rem 0
}

.page_service .item .title {
    padding: .5rem;
    display: inline-block;
    width: 70%
}

.page_service .item .txt {
    padding: 0 .5rem
}

.page_service .main .item .img {
    display: inline-block;
    width: 25%
}

.page_develop .main {
    float: left;
    width: 50%;
    padding-left: 2.6rem;
    padding-top: 2rem
}

.page_develop .img {
    float: right;
    width: 50%
}

.page_develop .main .title h2 {
    font-size: .36rem
}

.page_develop .main .txt p {
    font-size: .16rem;
    padding-top: .5rem;
    width: 90%;
    line-height: .3rem
}

.page_develop.clearfix {
    background: #f5f7f9
}

.page_choice .img {
    float: left;
    width: 50%
}

.page_choice.clearfix {
    background: #f5f7f9
}

.page_choice .main {
    float: right;
    width: 50%;
    padding-left: .6rem;
    padding-top: 2rem
}

.page_choice .main .title h2 {
    font-size: .36rem
}

.page_choice .main .txt p {
    font-size: .16rem;
    padding-top: .5rem;
    width: 70%;
    line-height: .3rem
}

.page_customer .title h2 {
    font-size: .36rem;
    text-align: center;
    padding-bottom: .5rem
}

.page_customer.clearfix {
    padding-top: 1rem
}

.page_customer .paginations {
    text-align: center;
    padding: .7rem 0
}

.page_customer .paginations span {
    margin: .1rem;
    width: .12rem;
    height: .12rem
}

.page_customer .swiper-pagination-clickable .swiper-pagination-bullet {
    border: 1px solid #005CA2
}

span.swiper-pagination-bullet {
    background: #fff
}

.page_customer span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #005CA2
}

/*** page web ***/
.page_web {
    width: 100%;
    background: #edf1f7;
}

.page_head {
    padding-top: .5rem;
    text-align: left;
}

.page_head .nav li {
    float: left;
    width: 2rem;
    text-align: center;
    border-right: 1px solid #ccc;
}

.page_head .nav li a {
    font-size: .16rem;
    color: #414d59;
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    position: relative;
    /* border-right: 1px solid #ccc; */
    /* margin-right: .5rem; */
}

.page_head .nav li.on,.page_head .nav li:hover {
}

.page_head .nav li.on a,.page_head .nav li:hover a {
    /* color:#fff; */
    color: #005CA2;
}

.page_head .nav li a::after {
    position: absolute;
    /* content: ''; */
    left: 0;
    /* top: 0; */
    /* height: 100%; */
    /* background: url(../images/news_icon.png) no-repeat left center; */
    width: .24rem;
    opacity: 0;
    background-size: .24rem;
}

.page_head .nav li.on a::after,.page_head .nav li a:hover::after {
    opacity: 1
}

.page_head .nav li.on a,.page_head .nav li a:hover {
    /* padding-left: .31rem; */
}

.page_position {
    position: relative;
    top: -1.4rem;
}

.show_news {
    padding: .7rem 0 .9rem;
}

.show_news h2 {
    font-size: .36rem;
    color: #333;
    text-align: center;
}

.show_news .met_infos {
    padding: .15rem 0 .35rem;
    font-size: .14rem;
    color: #585858;
    text-align: center;
}

.show_news .met_infos span {
    display: inline-table;
    margin: 0 .1rem;
}

.show_news .met_infos span a {
    font-size: .14rem;
    color: #585858
}

.show_news .editor {
    font-size: .16rem;
    color: #333;
    line-height: 1.8
}

.show_news .met_page {
    padding: .45rem 0 0;
    margin: .45rem 0 0;
    border-top: 1px solid #e5e5e5;
}

.show_news .met_page li {
    margin: .1rem 0;
    font-size: .14rem;
    color: #333;
}

.show_news .met_page li>* {
    display: inline-block;
    vertical-align: top;
}

.show_news .met_page li a {
    font-size: .14rem;
    color: #333
}

.page_contact .contact .list {
    width: 100%;
    margin: .5rem 0;
    /*! text-align: center; */
    padding-bottom: .7rem;
}

.page_contact .contact .list>div>div {
    /*! display:table-cell; */
    vertical-align: middle;
}

.page_contact .contact .list .txt {
    padding: 0 .2rem;
}

.page_contact .contact .list .txt h2 {
    font-size: .18rem;
    color: #30a8e8;
    display: block;
    margin-bottom: .05rem
}

.page_contact .contact .list .txt p {
    font-size: .16rem;
    color: #2e303f
}

.page_message .box .text {
    display: inline-block;
    /* padding-bottom: .3rem; */
    line-height: .6rem;
}

.page_message .box .input {
    display: inline-block;
    /*! height: .5rem; */
}

.page_message input {
    /* width: 100%; */
    background: none;
    border: none;
}

.page_message .name1 {
    width: 30%;
    border-bottom: 1px solid #ccc;
}

.page_message .email1 {
    /*! width: 7rem; */
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 45%;
    margin-left: .5rem;
}

.page_message .box textarea {
    background: none;
    border: none;
}

.page_message .content1 {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-top: .5rem;
}

.page_message .button1 button {
    color: #fff;
    width: 1.5rem;
    height: .5rem;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-top: .8rem;
    /* text-align: center; */
    background: #005CA2;
}

.page_message .box form>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page_message .button1 {
    text-align: center;
}

.page_message .box {
    background: #fff;
    padding: 1rem
}

.page_message .box .bt {
    padding-bottom: .8rem
}

.page_message .title {
    font-size: .36rem;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: .5rem;
}

.page_message .box .bt .img {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.page_message .box .bt .txt {
    display: inline-block;
    vertical-align: middle;
    font-size: .24rem;
    color: #005CA2;
    padding-left: .3rem
}

.page_contact {
    width: 100%;
    background: #f6f6f6;
    padding: .8rem 0;
}

.page_contact .contact {
    width: 100%;
    margin-bottom: .5rem;
    background-color: #fff;
}

.page_contact .contact .title {
    text-align: center;
    font-size: .48rem;
    color: #2e303f;
    padding-top: .5rem;
}

.page_contact .contact .list {display:flex;}
.page_contact .contact .list >div{flex:0 0 50%;border-right:1px solid #eee;padding-left:1.2rem;}
.page_contact .contact .list >div:last-child{border:0}
.page_contact .contact .list p{font-size:.18rem;color:#333;margin:0 0 .35rem;line-height:.6rem;}
.page_contact .contact .list p em {display:inline-block;margin-right:.15rem;}
.page_contact .contact .list p em img {max-height:.6rem;transition:none}

.page_contact .center {
    background-color: #fff
}

.page_contact .center .wx .wz {
    font-size: .16rem;
    padding-top: .6rem;
}

.page_contact .center .wx {
    width: 25%;
    padding: .5rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.page_contact .center .map {
    width: 70%;
    padding: .5rem;
    display: inline-block;
    vertical-align: middle;
}





.page_web {
    width: 100%;
    background: #ffff;
}

.page_news {
    width: 100%;
    padding-bottom: .8rem;
}

.page_news ul {
    padding: .1rem 0
}

.page_news ul:after {
    content: '';
    display: block;
    clear: both;
}

.page_news li {
    padding: 0 .35rem;
    margin-top: .5rem;
}

.page_news li a {
    border-bottom: 1px solid #ccc;
}

.page_news li a .bot {
    padding: .25rem .2rem .35rem;
}

.page_news li a .bot>div {
    /* display:table-cell; */
    vertical-align: top;
}

.page_news li a .bot .time {
    /* padding-right:.1rem; */
    /* text-align:center; */
    padding-top: 0.2rem;
}

.page_news li a .bot .time>* {
    white-space: nowrap
}

.page_news li a .bot .time span {
    font-size: .14rem;
    color: #696b6c;
    display: block;
    margin-bottom: .05rem;
}

.page_news li a .bot .time p {
    font-size: .16rem;
    color: #005CA2;
}

.page_news li a .bot .txt {
    width: 100%
}

.page_news li a .bot .txt h2 {
    font-size: .2rem;
    color: #333;
    line-height: .3rem;
    margin-bottom: .1rem;
    height: .6rem;
    overflow: hidden
}

.page_news li a .bot .txt p {
    font-size: .16rem;
    color: #6a6a6a;
    line-height: .26rem;
    height: .52rem;
    overflow: hidden
}

.page_news li a .img img {
    width: 100%;
    height: 2.7rem;
    object-fit: cover;
}

.page_news li a:hover img {
    transform: scale(1.1)
}

.page_news li a:hover {
    border-radius: .1rem;
    overflow: hidden;
    box-shadow: 1px 1px .1rem #b6b6b6;
    border-bottom: 1px solid #005CA2 !important;
}

.page_news li a .bot .time img {
    display: inline-block;
    vertical-align: middle
}

.page_news li a .bot .time p {
    display: inline-block;
    vertical-align: middle
}

.job_box {
    font-size: 0;
    padding: .45rem 0 1.2rem;
}

.job_box .title {
    margin: 0 0 .45rem;
}

.job_box .title h5 {
    color: #057fc9;
    font-size: .48rem;
    font-weight: bold;
}

.job_box .title p {
    color: #057fc9;
    font-size: .36rem;
    padding: .2rem 0 0 ;
}

.page_job .lists li {
    margin: 0 0 .4rem;
}

.page_job .lists li.open .ops i {
    transform: rotate(180deg);
}

.page_job .lists li .link {
    background: #eeeeee;
}

.page_job .lists li .link>* {
    display: inline-block;
    vertical-align: middle;
}

.page_job .lists li .link h2 {
    font-size: .24rem;
    color: #1b1919;
    width: 25%;
    text-align: center;
    /* padding:0 .1rem; */
}

.page_job .lists li .link .infos {
    width: 70%;
    padding: .35rem .45rem;
    border-left: 1px solid #e5e5e5;
    background: #eeeeee;
}

.page_job .lists li .link .infos>div {
    display: inline-block;
    vertical-align: middle;
}

.page_job .lists li .link .infos .txt {
    width: 80%;
}

.page_job .lists li .link .infos .txt p {
    margin: 0;
    font-size: .16rem;
    color: #494949;
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    padding: 8px 0;
}

.page_job .lists li .link .infos .ops {
    /* width:20%; */
    text-align: right;
}

.page_job .lists li .link .infos .ops i {
    width: .41rem;
    height: .41rem;
    border: .01rem solid #bfbfbf;
    border-radius: 100%;
    line-height: .41rem;
    text-align: center;
    font-size: .16rem;
    color: #404040;
    margin-left: .22rem;
}

.jobtext .mains>div i {
    border-color: #005ecb;
    color: #FFF;
    background: #005ecb
}

.page_job .lists li .link .infos .ops i {
    border-color: #005CA2;
    color: #FFF;
    background: #005CA2;
}

.page_job .lists li .submenu {
    transition: none;
    background: #eeeeee;
    border-top: 0;
    padding: .13rem .55rem .6rem;
    display: none;
}

.page_job .lists li .submenu .toptext {
    padding: .4rem .5rem .25rem;
    border-bottom: 1px solid #e5e5e5;
}

/**/
.page_job .lists li .submenu .apply {
    margin: 0 .6rem .3rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*¹*/
.page_job .lists li .submenu .editor {
    font-size: .16rem;
    color: #575757;
    line-height: 1.6;
    margin: 0 0 .5rem;
    background: #fff;
    position: relative;
}

/*¢*/
.page_job .lists li .submenu .content {
    padding: 0 .5rem .6rem;
}

.page_job {
    padding: .5rem 0 1.3rem 0;
}

.page_download .list .pd h2 .title .img {
    background: url(../images/pdfs_1.png) no-repeat left center;
    width: .5rem;
    height: .5rem;
    background-size: .33rem;
    display: inline-block;
    vertical-align: middle;
}

.page_download .list .pd h2:hover {
    color: #005CA2
}

.page_download .list .pd h2:hover .title .img {
    background: url(../images/pdfs_2.png) no-repeat;
    width: .5rem;
    height: .5rem;
    background-size: cover;
    display: inline-block;
    vertical-align: middle
}

.page_download .list .pd h2 .title .txt {
    display: inline-block;
    vertical-align: middle;
    font-size: .18rem;
}

.page_download .list .pd h2 >div {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    text-align: center;
    font-size: .2rem;
}

.page_download .list .pd h2:hover .icon a {
    background: url(../images/download_2.png) no-repeat center;
    width: .55rem;
    height: .55rem;
    background-size: .55rem;
    margin-left: 1.5rem;
}

.page_download .list .pd h2 .icon {
    text-align: center;
}

.page_download .list .pd h2 .icon a {
    background: url(../images/download_1.png) no-repeat center;
    width: .55rem;
    height: .55rem;
    background-size: .55rem;
    margin-left: 1.5rem;
}

.page_download .list .pd h2 {
    /* text-align: center; */
}

.page_download .list .pd {
    /* line-height: .7rem; */
    /* height: .7rem; */
}

.page_download .list li {
    background-color: #efefef;
    padding: .1rem 0;
    margin-top: .4rem;
}

.page_download {
    padding-top: .4rem;
}

.tem_footer .box {
    float: right;
    width: 13%;
    text-align: center;
}

.tem_footer .box .contact {
    padding-top: .3rem;
}

.tem_footer .box .contact .txt {
    font-size: .16rem;
    padding-bottom: .1rem;
}

.tem_footer .box .contact .wx {
    display: inline-block;
    vertical-align: middle;
    padding: .1rem;
}

.tem_footer .box .contact .wb {
    display: inline-block;
    vertical-align: middle;
    padding: .1rem;
}

.tem_footer {
    padding-top: .5rem;
    background: #ebebeb;
}

footer .left a {
    display: inline-block;
    color: #fff;
}

footer .left {
    color: #fff;
    float: left;
}

footer .right {
    float: right;
    color: #fff;
}

.box_tel {
    position: fixed;
    right: 0;
    top: 50%;
    background: #005CA2;
    color: #fff;
    font-size: .16rem;
    padding: .2rem;
    transform: translateY(-50%);
    line-height: 1.5
}

footer {
    width: 100%;
    background: #005CA2;
    padding: .2rem 0;
}

.tem_footer .nav {
    width: 100%;
    margin-bottom: .4rem;
    width: 87%;
    float: left;
}

.tem_footer .nav dl {
    float: left;
    width: 14%;
    padding-right: .2rem;
    text-align: center;
}

.tem_footer .nav dl dt {
    margin-bottom: .1rem;
    font-size: .18rem;
    /* color:#ffffff; */
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: .2rem;
}

.tem_footer .nav dl dd a {
    font-size: .14rem;
    line-height: 2.2;
}

/**/
.fixed_box {
    position: fixed;
    right: .15rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99
}

.fixed_box li {
    margin: .12rem 0;
    width: .45rem;
    height: .45rem;
    position: relative;
    box-shadow: 0 0 8px rgba(0,0,0,.12)
}

.fixed_box li>a {
    display: block;
    background: #005CA2;
    line-height: .45rem;
    text-align: center;
    font-size: .16rem;
    color: #FFF
}
.fixed_box li img {max-height:.2rem;transition:none}
.fixed_box li>div {
    position: absolute;
    opacity: 0;
    top: 0;
    right: -1.3rem;
    min-width: 2.5rem;
    background: #005CA2;
    font-size: .14rem;
    color: #FFF;
    padding: .13rem .15rem
}

.fixed_box li:first-child+li+li>div {
    padding: .15rem
}

.fixed_box li>div a {
    font-size: .14rem;
    color: #FFF
}

.fixed_box li:hover .item {
    opacity: 1;
    right: .55rem;
}

/********<=767 mobile nav style css********/
.m-header {
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
}

.m-header >.col-xs-6>div {
    color: #555;
}

.m-header >.col-xs-6 img {
    max-height: 35px;
}

.st-container .st-menu {
    background: #fff;
    -webkit-transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
}

.st-container .st-menu ul li a {
    color: #333;
    position: relative;
    font-size: .25rem;
}

.st-container .st-menu ul li>a:hover,.st-container .st-menu ul li.active>a {
    background: #1163b2;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    border-radius: 5px;
    color: #FFF;
}

.st-container .st-menu ul li>a>i {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    color: #1163b2;
}

.st-container .st-menu ul li.active>a>i,.st-container .st-menu ul li>a:hover>i {
    color: #FFF
}

.st-container .st-menu ul li>dl {
    transition: none;
    margin: 0
}

.st-container .st-menu ul li>dl dd a {
    background: none;
    box-shadow: none;
    color: #1163b2;
    padding-left: 0;
}

.st-container .st-menu ul li>dl dd a i {
    padding-right: 10px;
}

.st-container .st-menu ul li>dl dd.on2 a,.st-container .st-menu ul li>dl dd a:hover {
    color: #1e1915;
    font-weight: bold;
}

.st-container .st-menu ul li>dl dd.on2 a i,.st-container .st-menu ul li>dl dd a:hover i {
    padding-right: 16px
}

.st-effect-1.st-menu {
    display: block;
}

/**************************/
/******ipad****/
@media(max-width: 990px) {
    body {
        overflow-x:hidden;
    }

    .st-menu {
        display: block;
    }

    .header {
        display: none;
    }

    .m-header {
        top: 0;
        opacity: 1;
    }

    .tem_banner {
        padding-top: 60px;
    }

    .tem_banner.index .txt .title {
        font-size: .36rem;
    }

    .tem_banner.index .mould {
        max-width: 40%
    }

    .tem_banner.index .txt .logo .img {
        width: 1rem
    }

    .tem_banner.index .txt .title h2 {
        font-size: .3rem
    }

    .tem_banner.index .txt .title p {
        font-size: .26rem;
    }

    .tem_banner.index .txt .title span {
        font-size: .16rem;
    }

    .tem_banner.index .slide-pagination {
        display: none;
    }

    .index_contact>div>div {
        float: initial !important;
        width: 100% !important
    }
}

/********mobile*********/
@media(max-width: 767px) {


    .index_product .min a .img  img{
   height:190px !important
}

    .page_develop .main .txt p {
        padding-top:.2rem
    }

    .page_choice .main .txt p {
        width: 93%;
        padding-top: .2rem;
    }

    .page_choice .main {
        padding-top: .1rem;
        padding-left: .4rem;
    }

    .page_develop .main {
        padding-left: .1rem;
        padding-top: .1rem;
    }

    .page_service .item {
        width: 100%;
        margin-top: .5rem;
    }

    .page_innovate.clearfix {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .page_innovate .left {
        float: left;
        padding-left: .2rem;
        width: 60%;
        padding-top: 0rem;
    }

    .page_culture .main .img {
        float: none;
        width: 100%;
    }

    .page_culture .main .txt {
        float: none;
        width: 100%;
        padding-left: .5rem;
        padding-top: .3rem;
    }

    .page_profile .bot .right .staff {
        display: inline-block;
        text-align: center;
        padding-right: .5rem;
        position: relative;
    }

    .page_profile .bot .right .staff::after {
        position: absolute;
        content: '';
        width: 1px;
        height: 2rem;
        background: #ccc;
        bottom: 0;
        left: 90%
    }

    .page_profile .bot .right .person {
        display: inline-block;
        text-align: center;
        padding-right: .5rem;
        position: relative;
    }

    .page_profile .bot .right .person::after {
        position: absolute;
        content: '';
        width: 1px;
        height: 2rem;
        background: #ccc;
        bottom: 0;
        left: 90%
    }

    .page_profile .bot .right .total {
        display: inline-block;
        text-align: center;
        padding-right: 0rem;
    }

    .page_profile .bot .left {
        float: none;
        width: 100%
    }

    .page_profile .bot .right {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: .5rem;
    }

    .page_message .email1 {
        margin-left: .2rem
    }

    .page_job .lists li .link .infos .txt p {
        width: auto
    }

    .page_download .list .pd h2 .icon a {
        margin-left: 1rem
    }

    .page_download .list li {
        height: 1rem
    }

    .page_solution .item.clearfix {
        padding-top: .3rem
    }

    .page_solution .item .left {
        float: none;
        width: 100%
    }

    .page_solution .item .right {
        float: none;
        width: 100%
    }

    .page_solution .item.two .right {
        float: none;
        width: 100%
    }

    .page_solution .item.two .left {
        float: none;
        width: 100%
    }



    .page_profile .top .box .left .txt {
        padding: .4rem 0 .15rem;
    }

    .tem_footer .nav {
        /* width:100% */
    }

    .index_about .left {
        padding: .2rem !important;
    }

    .index_product .min .more a {
        width: 18%;
    }

    .index_about>div {
        display: block;
        width: 100%
    }

    .tem_footer .nav dl dt {
    }

    .tem_footer .nav dl {
        padding-right: .1rem;
        /* display: none; */
        width: auto;
    }

    .page_profile .top .box .left {
        /* float:none; */
        /* width:100%; */
    }

    .page_profile .top .box .right .img {
        padding-top: 1rem
    }

    .index_product .nav li:first-child+li a p {
        display: block;
        padding: 0 .1rem;
    }
}
