*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#999;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#999;
}
:-moz-placeholder {
    color:#999;
    opacity:1;
}
::-moz-placeholder {
    color:#999;
    opacity:1;
}
:-ms-input-placeholder{
    color:#999;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
@font-face {
    font-family:'OPPOSANS-R';
    src: url('../fonts/OPPOSANS-R.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'OPPOSANS-M';
    src: url('../fonts/OPPOSANS-M.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
body {
    font-family: "Microsoft YaHei";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1666px;
    margin: 0 auto;
}
.container2 {
    width: 1535px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
    transition: all .5s;
}
.top{
    height: 137px;
    background: #FFFFFF;
}
.top .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.top_fl{
    display: flex;
    align-items: center;
}
.yx a{
    display: block;
}
.yx a img{
    height: 98px;
}
.toptxt{
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
}
.toptxt:before{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 73px;
    background: #D2D1D5;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.toptxt h3{
    font-weight: bold;
    font-size: 27px;
    color: #192644;
    line-height: 1;
}
.toptxt p{
    margin-top: 18px;
    font-size: 24px;
    color: #757590;
    line-height: 1;
}
.top_fr p{
    font-weight: 400;
    font-size: 16px;
    color: #757590;
    line-height: 25px;
    background: url("../images/kf.png") no-repeat left center;
    background-size: 29px 23px;
    padding-left: 36px;
    margin-bottom: 15px;
}
.top_fr span{
    font-family: "OPPOSans-R";
    font-weight: 400;
    font-size: 27px;
    color: #456BA7;
    line-height: 1.3;
    letter-spacing: 2px;
}
.daohang {
    display:block;
    width:100%;
    margin:0 auto;
    height:77px;
    clear:both;
    background: #456ba7;
    transition: .5s;
}
.daohang .container2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.navdaohang{

}
.menupc {
    display: flex;
    align-items: center;
}
.menupc li{
    text-align: center;
    z-index: 9;
    position: relative;
}
.menupc li:hover a{
    background: #DD0000;
}
.menupc li a{
    display:block;
    font-weight: bold;
    font-size: 19px;
    color: #FFFFFF;
    z-index: 999;
    line-height: 77px;
    padding: 0 40px;
    position: relative;
}
.menupc li a:hover{
    background: #DD0000;
}
.menupc li a.current{
    background: #DD0000;
}
.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    background: url("../images/erjt.png") no-repeat top center;
    background-size: 21px 11px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 87px;
    width: 211px;
    height: auto;
    text-align: left;
    line-height: 0;
    padding-top: 10px;
}
/*.menupc .xiala:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    font-size: 0;
    line-height: 0;
    background-size: 100%;
    width: 21px;
    height: 11px;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translate(-50%, 0);
}*/
.menupc .xiala ul{
    background: #FFFFFF;
    border-radius: 5px;
}
.menupc .xiala li a{
    display: block;
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    background: #FFFFFF;
    line-height: 53px;
    padding: 0 10px;
    text-transform: capitalize;
}
.menupc .xiala li a:hover{
    background: #456BA7;
    color: #FFFFFF;
}
.menupc .xiala li a.current{
    background: #456BA7 !important;
    color: #FFFFFF !important;
}
.menupc .xiala.subnav {
    display: block;
}


.nav-fr{
    display: flex;
    align-items: center;
}
.search {
    margin-right: 20px;
}
.ssform{
    position: relative;
}
.ssform .ss1{
    width: 237px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 23px;
    padding: 0 55px 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #757590;
    display: flex;
    align-items: center;
    border: none;
}
.ssform .ss2{
    width: 20px;
    height: 100%;
    background: url("../images/search.png") no-repeat center;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    right: 15px;
    text-indent: -999px;
}
.ssform .ss1::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #757590;
}
.ssform .ss1:-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #757590;
}
.ssform .ss1:-ms-input-placeholder{
    font-weight: 400;
    font-size: 16px;
    color: #757590;
}


.nation{
    position: relative;
}
.nation_t{
    cursor: pointer;
    background: url("../images/nation.png") no-repeat left center;
    background-size: 18px 18px;
    padding-left: 29px;
}
.nation_t h3{
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    background: url("../images/jt.png") no-repeat right center;
    background-size: 11px 7px;
    padding-right: 22px;
    text-transform: capitalize;
}
.nation_b{
    display: none;
    background-color: #fff;
    padding: 10px 0;
    overflow: hidden;
    position: absolute;
    width: 65px;
    top:30px;
    z-index: 99;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
}
.nation_b li{
    line-height: 25px;
    text-align: center;
}
.nation_b li a{
    display: block;
    font-size: 12px;
    color: #0a0c0e;
}
.nation_b li a:hover{
    color: #72c02c;
}


.guding{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: .5s;
}


/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
    display:none!important;
}
.mm-opened .header a[href="#page"] {
    display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
    display:none!important;
}
#mmenu {
    z-index:9999;
}
#mmenu li .home-search {
    float:left;
    margin-left:20px;
    width:90%;
    background-color:#fff;
    padding-left:0;
    overflow:hidden;
    margin-top:10px;
    position:relative
}
#mmenu li .home-search .keyword {
    text-align:left;
    border:0;
    box-shadow:0;
    border-radius:0;
    width:86%;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -mz-border-radius:0;
    font-size:14px;
    color:#999;
    line-height:20px;
    vertical-align:top;
    padding:6px 86px 6px 10px;
    -webkit-appearance:none;
    background-color:#fff;
    border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
    transition:border linear .2s, box-shadow linear .5s;
    -moz-transition:border linear .2s, -moz-box-shadow linear .5s;
    -webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
    outline:0;
    border:1px solid #DC0101;
}
#mmenu li .home-search .btn-sub {
    top:0;
    border:0;
    right:0;
    color:#DC0101;
    width:42px;
    height:34px;
    line-height:34px;
    text-align:center;
    position:absolute;
    cursor:pointer;
    border-radius:0;
    background:#DC0101 url(../images/search3.png) no-repeat center center;
}
.container-fluid {
    margin-left:auto;
    margin-right:auto;
    padding:0 15px;
}


/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    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;
}
.banners img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
}
.ban_txt{
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);
    width: 100%;
    color: #fff;
    text-align: center;
}
.ban_txt .container2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.ban_txt1{
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 1.4;
}
.ban_txt2{
    margin-top: 35px;
}
.ban_txt2 img{
    height: 119px;
}
.ban_arrow{
    position: absolute;
    bottom: 145px;
    left: 0;
    z-index: 999;
    width: 100%;
}
.ban_arrows{
    width: 187px;
    height: 16px;
    position: relative;
}
.home-banner .swiper-pagination{
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
    margin: 0 auto;
}
.home-banner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #FBF9FD;
    border-radius: 50%;
    opacity: 0.3;
    outline: none;
    margin: 0px 15px !important;
}
.home-banner .swiper-pagination-bullet-active{
    background: #FBF9FD;
    opacity: 1;
}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    width: 8px;
    height: 16px;
    border-radius: 0;
    background: url("../images/ban_jt.png") no-repeat center;
    background-size: 100%;
    transition: .5s;
}
.home-banner .swiper-button-next:hover, .home-banner .swiper-button-prev:hover{
    background: url("../images/ban_jth.png") no-repeat center;
    background-size: 8px 16px;
}
.home-banner .swiper-button-prev{
    left: 0;
    right: auto;
}
.home-banner .swiper-button-next{
    right: 0;
    left: auto;
    transform: rotateY(-180deg) translate(0, -50%);
}

.phone-nav{
    display: none;
}

@media(max-width:1199px) {
    .daohang{
        height: 0;
    }
    .navdaohang{
        display: none;
    }
    .search{
        display: none;
    }
    .nation{
        position: absolute;
        right: 55px;
        top: 19.5px;
    }
    .nation_t{
        background: url("../images/nation1.png") no-repeat left center;
        background-size: 18px 18px;
    }
    .nation_t h3{
        font-size: 14px;
        color: #666;
        background: url("../images/jt1.png") no-repeat right center;
        background-size: 11px 7px;
    }
    .top_fr{
        display: none;
    }
    .top{
        height: 60px;
    }
    .toptxt{
        padding-left: 15px;
        margin-left: 15px;
    }
    .toptxt:before{
        height: 35px;
    }
    .toptxt h3{
        font-size: 16px;
    }
    .toptxt p{
        font-size: 14px;
        margin-top: 5px;
    }
    .yx a img{
        height: 40px;
    }
    .phone-nav {
        display:block;
    }
}

footer{
    width: 100%;
    margin: 0 auto;
    background: #456BA7;
}
.footer2{
    padding: 25px 0;
}
.footer2 .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer2_fl p{
    font-weight: 400;
    font-size: 16px;
    color: #F3F3F4;
    line-height: 25px;
}
.footer2_fl a{
    font-weight: 400;
    font-size: 16px;
    color: #F3F3F4;
    line-height: 25px;
}
.footer2_fl a:hover{
    color: #DC0101;
}
.footer2_fr img{
    height: 32px;
}
.footer1{
    background: #F0F3F8;
    padding: 65px 0  60px 0;
}
.footer1 .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_1{
    width: 22%;
    margin-top: 10px;
}
.footer1_1_t a{
    display: block;
}
.footer1_1_t a img{
    height: 114px;
}
.footer1_1_b{
    margin-top: 97px;
}
.footer1_1_b ul{
    display: flex;
}
.footer1_1_b ul li{
    margin-right: 21px;
}
.footer1_1_b ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    background: #c9cace;
    background-size: 100% !important;
    transition: .5s;
}
.footer1_1_b ul li a.fwx{
    background: url("../images/fwx.png") no-repeat center;
}
.footer1_1_b ul li a.fqq{
    background: url("../images/fqq.png") no-repeat center;
}
.footer1_1_b ul li a.fwb{
    background: url("../images/fwb.png") no-repeat center;
}
.footer1_1_b ul li a:hover.fwx{
    background: url("../images/fwx_h.png") no-repeat center;
}
.footer1_1_b ul li a:hover.fqq{
    background: url("../images/fqq_h.png") no-repeat center;
}
.footer1_1_b ul li a:hover.fwb{
    background: url("../images/fwb_h.png") no-repeat center;
}
.weixin{
    position:relative;
}
.weixin::after{
    content: url("../images/ewm.png");
    position: absolute;
    left: 0;
    top: -195px;
    z-index: 99;
    width:130px;
    height: 130px;
    border-radius: 4px;
    transform-origin: top center;
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.weixin:hover::after{
    transform:scale(1);
    opacity: 1;
}

.footer1_2{
    width: 55%;
    margin-top: 10px;
}
.footer1_2 ul{
    display: flex;
    flex-wrap: wrap;
}
.footer1_2 ul li{
    width: 16.6%;
    padding: 0 10px;
}
.footer1_2 ul li a{
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #585873;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist{
    margin-top: 20px;
}
.menulist ul{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.menulist ul li{
    width: 100% !important;
    padding: 0 !important;
}
.menulist ul li a{
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #585873;
    line-height: 35px;
}
.menulist ul li a:hover{
    color: #DC0101;
}
.footer1_3{
    width: 19%;
}
.footer1_3 ul{
    display: flex;
    justify-content: space-between;
}
.footer1_3 ul li{
    width: 47%;
}
.footer1_3 ul li img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.footer1_3 ul li p{
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    line-height: 1;
    text-align: center;
}

.home-product{
    width: 100%;
    margin: 0 auto;
    background: url("../images/probg.png") no-repeat top center;
    background-size: cover;
    padding: 90px 0 135px 0;
    margin-top: -90px;
    position: relative;
    z-index: 99;
    border-radius: 100px 100px 0px 0px;
}
.index_title h3{
    font-weight: bold;
    font-size: 48px;
    color: #192644;
    line-height: 1;
    text-align: center;
}
.index_title p{
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    text-align: center;
}
.pro_con{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.pro_con_fl{
    width: 24%;
    background: #FFFFFF;
    box-shadow: 0px 0px 95px 0px rgba(158,177,209,0.18);
    border-radius: 5px;
    padding: 60px 35px 45px 35px;
}
.pro_con_fl1:after{
    content: '';
    display: block;
    width: 56px;
    height: 1px;
    background: #DC0101;
    margin-top: 15px;
}
.pro_con_fl1 p{
    font-weight: 400;
    font-size: 30px;
    color: #192644;
    line-height: 1;
    margin-bottom: 10px;
}
.pro_con_fl1 span{
    font-weight: 400;
    font-size: 14px;
    color: #585873;
    line-height: 20px;
    text-transform: uppercase;
}
.pro_con_fl2{
    margin-top: 44px;
}
.pform{
    position: relative;
}
.pform .pss1{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #DDDDDD;
    padding: 0 75px 0 15px;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    display: flex;
    align-items: center;
}
.pform .pss2{
    width: 59px;
    height: 100%;
    border-radius: 0px 5px 5px 0px;
    background: #DC0101 url("../images/psearch.png") no-repeat center;
    background-size: 21px 21px;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -999px;
}
.pform .pss1::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
}
.pform .pss1:-moz-placeholder {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
}
.pform .pss1:-ms-input-placeholder{
    font-weight: 400;
    font-size: 18px;
    color: #999999;
}
.pro_con_fl3{
    margin-top: 18px;
}
.pinfo li{
    overflow:hidden;
    position:relative;
    margin-bottom: 8px;
}
.pinfo li:last-child{
    margin-bottom: 0;
}
.pinfo li a{
    display: block;
    line-height: 57px;
    font-weight: 500;
    background: #456BA7;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    padding: 0 33px 0 20px;
    overflow:hidden;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    position: relative;
    z-index: 4;
}
.pinfo li a:hover{
    background: #DC0101;
}
.pinfo li .more{
    position: absolute;
    right: 0;
    top: 0;
    border:none;
    width:57px;
    height: 57px;
    cursor: pointer;
    background: url(../images/p.png) no-repeat center;
    background-size: 15px 15px;
    display: block;
    z-index: 5;
    padding: 0;
}
.pinfo li .more:hover {
    background:url(../images/p_h.png) no-repeat center;
    background-size: 15px 15px;
}
.pinfo li:hover .more {
    background:url(../images/p_h.png) no-repeat center;
    background-size: 15px 15px;
}
.pinfo .er{
    display: none;
}
.pinfo .er li{
    margin-top: 8px;
    margin-bottom: 0;
}
.pinfo .er li a {
    font-weight: 400;
    background: #ECEEF3;
    border-radius: 5px;
    line-height: 57px;
    padding: 0 20px 0 45px;
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.pinfo .nav-show .er {
    display: block;
}
.pinfo .nav-show .er li{
    margin-top: 10px;
    margin-bottom: 0;
}
.pinfo .nav-show .er li a {
    font-weight: 400;
    background: #ECEEF3;
    background-size: 14px 14px;
    border-radius: 5px;
    line-height: 57px;
    padding: 0 20px 0 45px;
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.pinfo .nav-show .er li a:after{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background:  url("../images/s.png") no-repeat left center;
    background-size: 100%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
.pinfo .nav-show .er li a:hover{
    color: #DC0101;
}
.pinfo .nav-show .er li a:hover:after{
    background:  url("../images/s_h.png") no-repeat left center;
    background-size: 100%;
}
.pinfo .nav-show:hover .more {
    background:url(../images/p_h.png) no-repeat center;
    background-size: 15px 15px;
}
.pinfo .nav-show .more{
    background:url(../images/p_h.png) no-repeat center;
    background-size: 15px 15px;
}
.pinfo .nav-show a{
    background: #DC0101;
}
.pro_con_fl4{
    margin-top: 30px;
}
.pro_con_fl4 dl{
    margin-bottom: 20px;
}
.pro_con_fl4 dl:last-child{
    margin-bottom: 0;
}
.pro_con_fl4 dl dt{
    background: url("../images/ptel.png") no-repeat left center;
    background-size: 18px 18px;
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    line-height: 25px;
    padding-left: 25px;
}
.pro_con_fl4 dl dd{
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #192644;
    line-height: 30px;
    padding-left: 25px;
}
.pro_con_fr{
    width: 72%;
}
.pro_con_frs{
    display: flex;
    flex-wrap: wrap;
}
.pro_con_frs li{
    width: 30.3%;
    margin-right: 4.55%;
    margin-bottom: 30px;
}
.pro_con_frs li:nth-child(3n){
    margin-right: 0;
}
.pro_con_frs li a{
    display: block;
}
.pro_img{
    background: #FFFFFF;
    box-shadow: 0px 0px 43px 0px rgba(158,177,209,0.25);
    border-radius: 5px;
    border: 1px solid transparent;
    transition: .5s;
}
.pro_txt{
    margin-top: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    line-height: 30px;
}
.pro_con_frs li a:hover .pro_img{
    border: 1px solid #DC0101;
}
.pro_con_frs li a:hover .pro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pro_con_frs li a:hover .pro_txt{
    color: #DC0101;
}

.home-about{
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 100px 100px 0px 0px;
    padding: 90px 0;
    margin-top: -90px;
    position: relative;
    z-index: 99;
}
.home-about:after{
    content: '';
    display: block;
    background: url("../images/about.png") no-repeat bottom right;
    background-size: 100%;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.about_fl{
    width: 63%;
    position: relative;
    z-index: 99;
}
.about_fl .index_title h3{
    text-align: left;
}
.about_fl_con{
    margin-top: 40px;
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    line-height: 36px;
    height: 180px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about_fl_num{
    margin-top: 55px;
}
.about_fl_num ul{
    display: flex;
    flex-wrap: wrap;
}
.about_fl_num ul li{
    margin-right: 70px;
    display: flex;
    align-items: center;
}
.about_fl_num ul li:last-child{
    margin-right: 0;
}
.about_fl_img{
    position: relative;
}
.about_fl_img .pic img{
    max-width: 50%;
}
.about_fl_txt{
    flex: 1;
    padding-left: 29px;
}
.about_fl_txt h3{
    font-weight: 400;
    font-size: 18px;
    color: #192644;
    line-height: 1;
}
.about_fl_txt h3 span{
    font-size: 48px;
}
.about_fl_txt p{
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    line-height: 20px;
}
.progress{
    width: 84px;
    height: 84px;
    line-height: 84px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    position: absolute;
    top: 0;
    border: 1px solid #DC0101;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    animation: loading-3 1s linear forwards 1.8s;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    position: absolute;
    top: 0%;
    left: 0;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.about_fl .index_more{
    margin-top: 62px;
}
.index_more a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 261px;
    height: 53px;
    background: #DC0101;
    border-radius: 27px;
    padding: 0 58px 0 84px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    transition: .5s;
}
.index_more a i{
    width: 21px;
    height: 21px;
    background: url("../images/more.png") no-repeat center;
    background-size: 100%;
    transition: .5s;
}
.index_more a:hover i{
    transform: rotate(45deg);
}
.index_more a:hover{
    box-shadow:inset 0 0 0 .2rem rgba(255, 255, 255, .7);
}

.home-equipment{
    width: 100%;
    margin: 0 auto;
    background: url("../images/equipmentbg.jpg") no-repeat center;
    background-size: cover;
    padding: 90px 0 65px 0;
}
.equipment_top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.equipment_top .index_title h3{
    text-align: left;
}
.equipment_top .index_title p{
    text-align: left;
}
.equipment_nav ul{
    display: flex;
    align-items: center;
}
.equipment_nav ul li{
    margin-left: 34px;
}
.equipment_nav ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 53px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 43px 0px rgba(158,177,209,0.25);
    border-radius: 27px;
    font-weight: 400;
    font-size: 18px;
    color: #2B2F3B;
    transition: .5s;
}
.equipment_nav ul li a:hover{
    border: 1px solid #DC0101;
    color: #DB0101;
    background: transparent;
}
.equipment_nav ul li a.current{
    border: 1px solid #DC0101;
    color: #DB0101;
    background: transparent;
}
.equipment_con{
    margin-top: 75px;
    position: relative;
    padding-bottom: 30px;
}
.equipment_con .swiper-slide{
    display: initial;
}
.equipments a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.equipment_img{
    position: relative;
}
.equipment_img .tp{
    border-radius: 5px 5px 0px 0px;
}
.fangda{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    opacity: 0;
    transition: .5s;
}
.equipment_txt{
    text-align: center;
    line-height: 69px;
    font-weight: 400;
    font-size: 18px;
    color: #2B2F3B;
    background: #FFFFFF;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.equipment_con .swiper-pagination-progressbar{
    height: 3px;
    bottom: 0;
    width: 100%;
    background: rgba(220,1,1,.3);
}
.equipment_con .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #dc0101;
}
.equipments a:hover .equipment_img .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.equipments a:hover .equipment_img .fangda{
    opacity: 1;
}
.equipments a:hover .equipment_txt{
    color: #DC0101;
}
.home-equipment .index_more{
    margin-top: 55px;
}
.home-equipment .index_more a{
    margin: 0 auto;
}

.home-case{
    width: 100%;
    margin: 0 auto;
    background: url("../images/casebg.jpg") no-repeat center;
    background-size: cover;
    padding: 90px 0 45px 0;
}
.home-case .index_title h3{
    color: #FFFFFF;
}
.home-case .index_title p{
    color: #FFFFFF;
}
.case_con{
    padding-top: 50px;
    position: relative;
}
.case_con:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.2);
    position: absolute;
    bottom: 52px;
    left: 0;
}
.case_con .swiper-container{
    padding-bottom: 30px;
}
.case_con .swiper-slide{
    transition: 300ms;
    transform: scale(0.9);
}
.cases a {
    display: block;
    position: relative;
    width: 100%;
    transition: .5s;
}
.case_txt{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.case_txt_fl{
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 35px;
    transition: .5s;
}
.case_txt_fr{
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    padding: 4px;
    transition: .5s;
}
.case_txt_fr i{
    display: block;
    width: 27px;
    height: 27px;
    background: #FFFFFF url("../images/cjt.png") no-repeat center;
    background-size: 5px 10px;
    border-radius: 50%;
}
.cases a:hover .case_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.case_more {
    position: relative;
    width: 52px;
    margin: 70px auto 0 auto;
    height: 52px;
    background: #D60917;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.case_more img {
    width: 21px;
    height: 21px;
}
.case_more .border-in-one {
    width: 52px;
    height: 52px;
    border: 1px solid #D60917;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    animation: myani-one 2s ease infinite 1s;
}
.case_more .border-in-two {
    width: 52px;
    height: 52px;
    border: 1px solid #D60917;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    animation: myani-two 2s ease infinite 1s;
}
.case_more .border-in-three {
    width: 52px;
    height: 52px;
    border: 1px solid #D60917;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    animation: myani-three 2s ease infinite 1s;
}
@keyframes myani-one {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    10% {
        opacity: 0.4;
        transform: scale(1.2);
    }
    30% {
        opacity: 0;
        transform: scale(1.4);
    }
}
@keyframes myani-two {
    0% {
        opacity: 0;
        transform: scale(1.4);
    }
    20% {
        opacity: 0.3;
        transform: scale(1.6);
    }
    40% {
        opacity: 0;
        transform: scale(1.8);
    }
}
@keyframes myani-three {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }
    30% {
        opacity: 0.2;
        transform: scale(2);
    }
    60% {
        opacity: 0;
        transform: scale(2.2);
    }
}
.cases.swiper-slide-active,.cases.swiper-slide-duplicate-active{
    transform: scale(1);
}
.cases.swiper-slide-active .case_txt{
    justify-content: center;
}
.cases.swiper-slide-active .case_txt_fl{
    font-weight: bold;
    font-size: 24px;
    text-shadow: 0px 0px 43px rgba(54,88,137,0.61);
    text-align: center;
}
.cases.swiper-slide-active .case_txt_fr{
    display: none;
}
.cases.swiper-slide-active .case_more{
    opacity: 1;
}
/*分页+进程*/
.case_bar{
    width: 180px;
    height: 21px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.case_bar .swiper-pagination-custom{
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    left: 0;
}
.case_bar .swiper-pagination-custom span{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.case_bar .processer{
    width: 130px;
    height: 1px;
    background: #FFFFFF;
    position: relative;
}
.case_bar .processer .processer-fill{
    height: 1px;
    background: #DC0101;
}

.home-news{
    width: 100%;
    margin: 0 auto;
    padding: 90px 0 70px 0;
    position: relative;
}
.home-news .container2{
    position: relative;
    z-index: 99;
}
.home-news canvas{
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
}
.home-news .index_title h3{
    text-align: left;
}
.news_con{
    margin: 65px 0 50px 0;
}
.news_con li{
    border-bottom: 1px solid #dedee3;
}
.news_con li a{
    display: block;
    position: relative;
    line-height: 31px;
    padding: 40px 48px;
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    transition: .5s;
}
.news_date{
    background: url("../images/d.png") no-repeat left center;
    background-size: 17px 15px;
    padding-left: 60px;
    display: inline-block;
    vertical-align: top;
    transition: .5s;
}
.news_txt{
    width: 46%;
    padding-left: 70px;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
}
.news_img{
    width: 24%;
    position: absolute;
    bottom: 0;
    border-radius: 5px 5px 0px 0px;
    right: 220px;
    opacity: 0;
    transition: .5s;
}
.news_more{
    float: right;
    position: relative;
    padding-right: 48px;
    vertical-align: top;
}
.news_more:after{
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    background: rgba(225,228,234,.5) url("../images/njt.png") no-repeat center;
    background-size: 5px 10px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: .5s;
}
.news_con li a:hover{
    background: #DC0101;
    color: #FFFFFF;
}
.news_con li a:hover .news_date {
    background: url("../images/d_h.png") no-repeat left center;
    background-size: 17px 15px;
}
.news_con li a:hover .news_img{
    opacity: 1;
}
.news_con li a:hover .news_more:after{
    background: rgba(25,38,68,.1) url("../images/njt_h.png") no-repeat center;
    background-size: 5px 10px;
}
.home-news .index_more a{
    margin: 0 auto;
}
.rightside.case_more{
    position: fixed;
    right: 30px;
    top: 45%;
    opacity: 1;
    z-index: 99;
}
.rightside.case_more img{
    width: 24px;
    height: 24px;
}

/*关于我们*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.iban_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    color: #FFFFFF;
}
.iban_info h3{
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1;
    text-shadow: 7px 10px 27px rgba(34,36,75,0.43);
    text-transform: uppercase;
    text-align: center;
}
.iban_info p{
    margin-top: 8px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
}
.iban_wz{
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 100%;
}
.iban_wz p{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #ECEEF3;
    line-height: 25px;
}
.iban_wz p img{
    width: auto;
    margin: 0 13px;
}
.iban_wz p img:first-child{
    margin-left: 0;
}
.iban_wz p a{
    font-weight: 400;
    font-size: 18px;
    color: #ECEEF3;
    line-height: 25px;
}
.inner_nav{
    background: #FFFFFF;
    box-shadow: 7px 10px 38px 0px rgba(4,10,62,0.08);
}
.inner_nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_nav ul li{
    margin: 0 45px;
}
.inner_nav ul li a{
    display: block;
    font-weight: 400;
    font-size: 20px;
    color: #192644;
    line-height: 91px;
    padding: 0 8px;
    position: relative;
    transition: .5s;
}
.inner_nav ul li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 3px;
    background: #DC0101;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s;
}
.inner_nav ul li a:hover:after{
    width: 100%;
}
.inner_nav ul li a.current:after{
    width: 100%;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.iabout1{
    background: url("../images/iabout1bg.png") no-repeat bottom center;
    padding: 90px 0 65px 0;
    background-size: 85%;
}
.iabout1_1{
    position: relative;
}
.iabout1s{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.iabout1_1_img{
    position: relative;
    width: 38%;
}
.iabout1_1_img img{
    border-radius: 5px 5px 100px 5px;
}
.iabout1_1_img h3{
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 400;
    font-size: 30px;
    color: #456BA7;
    line-height: 1.2;
    padding: 45px 30px;
    text-shadow: 0px 3px 49px rgba(69,107,167,0.86);
}
.iabout1_1_txt{
    width: 55%;
    text-align: justify;
}
.inner_title{
    font-weight: 400;
    font-size: 42px;
    line-height: 1.3;
    color: #192644;
    text-align: center;
}
.iabout1_1_txt1.inner_title{
    color: #5A7CB9;
    text-align: left;
}
.iabout1_1_txt2{
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    line-height: 1.8;
    height: 640px;
    overflow-y: scroll;
    padding-right: 75px;
}
.style3::-webkit-scrollbar-track{
    background-color: #ccc;
}
.style3::-webkit-scrollbar{
    width: 3px;
    background-color: #ccc;
}
.style3::-webkit-scrollbar-thumb{
    background-color: #5A7CB9;
}
.swiper-pagination3{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.iabout1_1 .swiper-pagination3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: 85px;
    left: 30%;
}
.iabout1_1 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: rgba(220,1,1,0);
    border-radius: 50%;
    border: 2px solid #DC0101;
    opacity: 1;
    outline: none;
    margin: 0px 7px;
    transition: .5s;
}
.iabout1_1 .swiper-pagination-bullet-active{
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
}
.iabout1_2{
    margin-top: 60px;
}
.iabout1_2.about_fl_num ul{
    justify-content: space-around;
}
.iabout1_2.about_fl_num ul li{
    margin-right: 0;
}
.iabout2{
    background: url("../images/iabout2bg.jpg") no-repeat top center;
    padding-top: 85px;
}
.iabout2 .inner_title{
    color: #FFFFFF;
}
.iabout2_info{
    width: 91%;
    margin: 35px auto 50px auto;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.8;
    text-align: center;
}
.iabout2_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout2_con ul li{
    width: 24%;
    margin-right: 1.3%;
    background: url("../images/iabout2bg1.jpg") no-repeat center;
    background-size: cover;
    border-radius: 5px 5px 100px 5px;
    padding: 40px 35px;
    height: 299px;
    transition: .5s;
}
.iabout2_con ul li:last-child{
    margin-right: 0;
}
.iabout2_txt1{
    font-weight: 400;
    font-size: 30px;
    color: #456BA7;
    line-height: 1.2;
}
.iabout2_txt1:after{
    content: '';
    display: block;
    width: 19px;
    height: 3px;
    background: #456BA7;
    margin-top: 30px;
}
.iabout2_txt2{
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    line-height: 1.8;
}
.iabout2_con ul li:hover{
    background: url("../images/iabout2bg2.jpg") no-repeat center;
    background-size: cover;
}
.iabout2_con ul li:hover .iabout2_txt1{
    color: #FFFFFF;
}
.iabout2_con ul li:hover .iabout2_txt1:after{
    background: #FFFFFF;
}
.iabout2_con ul li:hover .iabout2_txt2{
    color: #FFFFFF;
}
.iabout3{
    margin-top: 85px;
    background: url("../images/iabout3bg.jpg") no-repeat center;
    border-radius: 100px 100px 0px 0px;
    padding: 85px 0 60px 0;
    background-size: cover;
}
.iabout3 .container2{
    position: relative;
}
.iabout3 .inner_title{
    text-align: left;
}
.iabout3_info{
    margin-top: 35px;
    width: 66%;
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    line-height: 1.8;
}
.iabout3_con{
    margin: 50px 0 63px 0;
}
.iabout3_con .swiper-container{
    width: 100%;
    margin: 0 auto;
}
.iabout3_con .swiper-slide{
    display: initial;
}
.iabout3s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 10px;
    transition: .5s;
}
.iabout3_img{
    border-radius: 10px 10px 0px 0px;
    background: #FFFFFF;
}
.iabout3_img:after{
    padding-bottom: 71.75%;
}
.iabout3_txt{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 57px;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    padding: 0 25px;
}
.iabout3_txt p{
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    transition: .5s;
}
.iabout3_txt p:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #DC0101;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    transition: .5s;
}
.iabout3s a:hover .iabout3_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout3s a:hover .iabout3_txt p{
    padding-left: 33px;
}
.iabout3s a:hover .iabout3_txt p:before{
    opacity: 1;
}
.iabout3_con .swiper-button-next1, .iabout3_con .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 35px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 0;
    cursor: pointer;
    outline: none;
    background: #DC0101 url("../images/ia3jt.png") no-repeat center;
    background-size: 9px 16px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
}
.iabout3_con .swiper-button-next1:hover, .iabout3_con .swiper-button-prev1:hover{
    background: #FFFFFF url("../images/ia3jt_h.png") no-repeat center;
    background-size: 9px 16px;
}
.iabout3_con .swiper-button-prev1{
    left: auto;
    right: 78px;
}
.iabout3_con .swiper-button-next1{
    right: 0;
    left: auto;
    transform: rotateY(-180deg);
}
.iabout5 ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout5 ul li{
    width: 50%;
}
.iabout5 ul li a{
    display: block;
    position: relative;
}
.iabout5_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 calc((100vw - 1535px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.iabout5_txt1{
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1.2;
}
.iabout5_txt2{
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.8;
}
.iabout5_txt3{
    margin-top: 70px;
    width: 212px;
    height: 96px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.iabout5_txt3 i{
    display: block;
    width: 27px;
    margin: 0 0 0 auto;
    height: 27px;
    background: #f0f1f4 url("../images/ia5jt.png") no-repeat center;
    background-size: 5px 10px;
    border-radius: 50%;
}
.iabout5_txt3 p{
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    line-height: 1;
}
.iabout5 ul li a:hover .iabout5_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout4{
    padding: 90px 0 110px 0;
    background: url("../images/iabout4bg.png") no-repeat bottom right;
    background-size: 85%;
}
.iabout4_con{
    margin-top: 30px;
}
.iabout4_con1{
    position: relative;
    z-index: 0;
}
.iabout4_con1:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: -1;
}
.iabout4_con1 .container2{
    position: relative;
}
.iabout4_con1 .swiper-container{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.iabout4_con1 .gallery-thumbs .swiper-slide{
    display: initial;
    text-align: center;
}
.iabout4-min a{
    font-family: "OPPOSANS-R";
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 24px;
    color: #585873;
    height: 60px;
    line-height: 1;
    position: relative;
    transition: .5s;
}
.iabout4-min a i{
    width: 10px;
    height: 10px;
    background: url("../images/yuan.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 25px;
}
.iabout4-min a span{
    padding-top: 50px;
}
.iabout4-min.swiper-slide-thumb-active a{
    flex-direction: row;
    font-size: 73px;
    color: #DC0101;
}
.iabout4-min.swiper-slide-thumb-active a i{
    background: url("../images/yuan_h.png") no-repeat left center;
    background-size: 100%;
    margin-right: 35px;
    margin-bottom: 0;
    position: inherit;
    top: auto;
}
.iabout4-min.swiper-slide-thumb-active a span{
    padding-top: 0;
}
.iabout4_con1 .swiper-button-next2, .iabout4_con1 .swiper-button-prev2{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 0;
    cursor: pointer;
    outline: none;
    background: #ECEEF3 url("../images/ia3jt_h.png") no-repeat center;
    background-size: 9px 16px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
}
.iabout4_con1 .swiper-button-next2:hover, .iabout4_con1 .swiper-button-prev2:hover{
    background: #D80414 url("../images/ia3jt.png") no-repeat center;
    background-size: 9px 16px;
}
.iabout4_con1 .swiper-button-prev2{
    left: 0;
    right: auto;
}
.iabout4_con1 .swiper-button-next2{
    right: 0;
    left: auto;
    transform: rotateY(-180deg) translate(0, -50%);
}
.iabout4_con2{
    position: relative;
    margin-top: 85px;
    z-index: 0;
}
.iabout4_con2 .gallery-top {
    width: 100%;
    height: auto;
}
.iabout4_con2 .gallery-top .swiper-slide{
    display: initial;
}
.iabout4-max .iabout4-maxs{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    text-align: justify;
    overflow: hidden;
}
.iabout4_show{
    width: 57.5%;
    position: relative;
}
.iabout4_show .iabout4_info {
    display: none;
}
.iabout4_info{
    overflow: hidden;
    border-radius: 5px 5px 100px 5px;
}
.iabout4_title{
    width: 42.5%;
}
.iabout4_title ul li{
    position: relative;
    padding-left: 77px;
    /*overflow: hidden;*/
}
.iabout4_title ul li:after{
    content: '';
    display: none;
    width: 57px;
    height: 10px;
    background: #DC0101;
    position: absolute;
    left: -28.5px;
    top: 50%;
    transform: translate(0, -50%);
}
.iabout4_title ul li a{
    font-weight: 400;
    font-size: 30px;
    color: #585873;
    line-height: 2;
}
.iabout4_title ul li.on:after{
    display: block;
}

/*企业荣誉*/
.ihonor2{
    background: url("../images/ihonor2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 95px 0 55px 0;
}
.ihonor2_con{
    margin-bottom: 18px;
}
.ihonor2_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ihonor2_con ul li{
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 38px;
}
.ihonor2_con ul li:nth-child(4n){
    margin-right: 0;
}
.ihonor2_con ul li a{
    display: block;
    border-radius: 10px;
    transition: .5s;
}
.ihonor2_con ul li a:hover .iabout3_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor2_con ul li a:hover .iabout3_txt p{
    padding-left: 33px;
}
.ihonor2_con ul li a:hover .iabout3_txt p:before{
    opacity: 1;
}

/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    clear:both;
    margin: 0;
}
.pagination a{
    display:block ;
    font-weight: bold;
    font-size: 14px;
    color: #192644;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 23px;
    line-height: 54px;
    margin:0px 9px 10px 9px;
    background: #ECEEF3;
    border-radius: 50%;
}
.pagination a.left{
    background: transparent  url("../images/left.png") no-repeat left center;
    background-size: 13px 6px;
    padding: 0 0 0 20px;
    border-radius: 0;
}
.pagination a.right{
    background: transparent url("../images/right.png") no-repeat right center;
    background-size: 13px 6px;
    padding: 0 20px 0 0;
    border-radius: 0;
}
.pagination a:hover{
    color:#fff;
    background: #456BA7;
}
.pagination a.active {
    color:#fff;
    background: #456BA7;
}
.pagination a.left:hover{
    background: transparent  url("../images/left.png") no-repeat left center;
    background-size: 13px 6px;
    color: #456BA7;
}
.pagination a.right:hover{
    background: transparent  url("../images/right.png") no-repeat right center;
    background-size: 13px 6px;
    color: #456BA7;
}

.ihonor2 .pagination a{
    background: #FFFFFF;
}
.ihonor2 .pagination a.left{
    background: transparent  url("../images/left1.png") no-repeat left center;
    background-size: 13px 6px;
    color: #FFFFFF;
}
.ihonor2 .pagination a.right{
    background: transparent url("../images/right1.png") no-repeat right center;
    background-size: 13px 6px;
    color: #FFFFFF;
}
.ihonor2 .pagination a:hover{
    background: #DC0101;
}
.ihonor2 .pagination a.active {
    color:#fff;
    background: #DC0101;
}
.ihonor2 .pagination a.left:hover{
    background: transparent  url("../images/left1.png") no-repeat left center;
    background-size: 13px 6px;
}
.ihonor2 .pagination a.right:hover{
    background: transparent  url("../images/right1.png") no-repeat right center;
    background-size: 13px 6px;
}

.ihonor1{
    background: url("../images/ihonor1bg.jpg") no-repeat center;
    background-size: cover;
    padding: 85px 0 60px 0;
}
.ihonor1_info{
    margin-top: 35px;
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    line-height: 1.8;
    text-align: center;
}
.ihonor1_con{
    margin-top: 45px;
    position: relative;
    padding-bottom: 45px;
}
.ihonor1_con .swiper-container{
    width: 80%;
    margin: 0 auto;
}
.ihonor1_con .swiper-slide{
    width: 552px;
}
.ihonor1s a{
    display:block;
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.ihonor1_img{
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 0px 0px 59px 3px rgba(153,153,153,0.1);
}
/*.icertificate1_img .pic:after{
    padding-bottom: 70%;
}*/
.ihonor1s a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor1_txt{
    margin-top: 25px;
    font-weight: 400;
    font-size: 26px;
    color: #585873;
    line-height: 28px;
    opacity: 0;
}
.ihonor1_con .swiper-slide-active .ihonor1_txt, .ihonor1_con .swiper-slide-duplicate-active .ihonor1_txt{
    opacity: 1;
}
.swiper-pagination4{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ihonor1_con .swiper-pagination4{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.ihonor1_con .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #DC0101;
    opacity: 1;
    outline: none;
    margin: 0px 7px;
}
.ihonor1_con .swiper-pagination-bullet-active{
    background: #DC0101;
}

/*核心设备*/
.iequipment{
    background: url("../images/iequipmentbg.jpg") no-repeat top center;
    background-size: cover;
    padding: 90px 0 55px 0;
}
.iequipment1{
    margin-top: 40px;
    background: #FFFFFF;
    border-radius: 5px 5px 100px 5px;
    padding: 55px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iequipment1_fl{
    width: 65%;
    display: flex;
    align-items: center;
}
.iequipment1_fl_img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 106px;
    background: #F3F6F9;
    border-radius: 50%;
}
.iequipment1_fl_img img{
    height: 66px;
}
.iequipment1_fl_txt{
    flex: 1;
    font-weight: 400;
    font-size: 26px;
    color: #456BA7;
    line-height: 1.5;
    padding-left: 33px;
}
.iequipment1_fr a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 53px;
    background: rgba(220,1,1,0);
    border-radius: 27px;
    border: 1px solid #DDDDDD;
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    transition: .5s;
}
.iequipment1_fr a i{
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url("../images/more_h.png") no-repeat center;
    background-size: 100%;
    margin-left: 17px;
    transition: .5s;
}
.iequipment1_fr a:hover{
    background: #456BA7;
    border: 1px solid #456BA7;
    color: #FFFFFF;
}
.iequipment1_fr a:hover i{
    background: url("../images/more.png") no-repeat center;
    background-size: 100%;
}
.iequipment2{
    margin: 49px 0 20px 0;
}
.iequipment2 ul{
    display: flex;
    flex-wrap: wrap;
}
.iequipment2 ul li{
    width: 23.3%;
    margin-right: 2.26%;
    margin-bottom: 49px;
}
.iequipment2 ul li:nth-child(4n){
    margin-right: 0;
}
.iequipment2 ul li a{
    display: block;
    position: relative;
    transition: .5s;
    box-shadow: 0px 0px 43px 0px rgba(158,177,209,0.25);
}
.iequipment2 ul li a:hover .equipment_img .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iequipment2 ul li a:hover .equipment_img .fangda{
    opacity: 1;
}
.iequipment2 ul li a:hover .equipment_txt{
    color: #DC0101;
}

/*设备详情*/
.equipmentshow{

}
.iequshow1{
    margin-top: 95px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iequshow1_fl{
    width: 53.5%;
}
.iequshow1_fl_t{
    position: relative;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
}
.iequshow1_fl_t .gallery-top {
    width: 100%;
    height: auto;
}
.iequshow1_fl_t .gallery-top .swiper-slide{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
}
/*.equshow-max a{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
}*/
.equshow-max video{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.equshow-max .tp{
    border-radius: 5px;
}
#sound{
    position: absolute;
    width: 50px;
    right: 50px;
    bottom: 20%;
    height: 50px;
    display: flex;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
}
#sound i{
    font-size:40px;
    color:#fff;
    cursor: pointer;
}
.magnifier{
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 99;
    cursor: pointer;
}
.magnifier img{
    height: 28px;
}
.iequshow1_fl_t .swiper-button-next4, .iequshow1_fl_t .swiper-button-prev4{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #E4E4E4 url("../images/ejt1.png") no-repeat center;
    background-size: 9px 14px;
}
.iequshow1_fl_t .swiper-button-next4:hover ,.iequshow1_fl_t .swiper-button-prev4:hover{
    background: #DC0101 url("../images/ejt_h.png") no-repeat center;
    background-size: 9px 14px;
}
.iequshow1_fl_t .swiper-button-prev4{
    right: auto;
    left: 26px;
}
.iequshow1_fl_t .swiper-button-next4{
    left: auto;
    right: 26px;
    transform:rotateY(-180deg) translate(0, -50%);
}
.iequshow1_fl_b{
    position: relative;
    width: 100%;
    margin: 15px auto 0 auto;
}
.iequshow1_fl_b .gallery-thumbs {
    width: 92%;
    height: auto;
}
.iequshow1_fl_b .gallery-thumbs .swiper-slide{
    display: initial;
}
.equshow-min a{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
}
.equshow-min a .tp{
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
/*.equshow-min a .pic:after{
    padding-bottom: 79%;
}*/
.equshow-min.swiper-slide-thumb-active a .tp{
    border: 1px solid #456BA7;
}
.iequshow1_fl_b .swiper-button-next4, .iequshow1_fl_b .swiper-button-prev4{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #F2F2F2 url("../images/ejt.png") no-repeat center;
    background-size: 9px 14px;
}
.iequshow1_fl_b .swiper-button-next4:hover ,.iequshow1_fl_b .swiper-button-prev4:hover{
    background: #DC0101 url("../images/ejt_h.png") no-repeat center;
    background-size: 9px 14px;
}
.iequshow1_fl_b .swiper-button-prev4{
    right: auto;
    left: 0;
}
.iequshow1_fl_b .swiper-button-next4{
    left: auto;
    right: 0;
    transform:rotateY(-180deg) translate(0, -50%);
}
.iequshow1_fr{
    width: 40%;
}
.iequshow1_fr1{
    font-weight: 400;
    font-size: 36px;
    color: #192644;
}
.iequshow1_fr1:after{
    content: '';
    display: block;
    width: 83px;
    height: 3px;
    background: #DC0101;
    margin-top: 15px;
}
.iequshow1_fr2{
    margin-top: 40px;
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    line-height: 1.8;
}
.iequshow1_fr3{
    margin-top: 65px;
}
.iequshow1_fr3 ul{
    display: flex;
}
.iequshow1_fr3 ul li{
    margin-right: 9px;
}
.iequshow1_fr3 ul li a{
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transition: .5s;
}
.iequshow1_fr3 ul li a.wx{
    background: #ECEEF3 url("../images/wx.png") no-repeat center;
    background-size: 25px 20px;
}
.iequshow1_fr3 ul li a.qq{
    background: #ECEEF3 url("../images/qq.png") no-repeat center;
    background-size: 21px 22px;
}
.iequshow1_fr3 ul li a.wb{
    background: #ECEEF3 url("../images/wb.png") no-repeat center;
    background-size: 25px 21px;
}
.iequshow1_fr3 ul li a:hover.wx{
    background: #456BA7 url("../images/wx_h.png") no-repeat center;
    background-size: 25px 20px;
}
.iequshow1_fr3 ul li a:hover.qq{
    background: #456BA7 url("../images/qq_h.png") no-repeat center;
    background-size: 21px 22px;
}
.iequshow1_fr3 ul li a:hover.wb{
    background: #456BA7 url("../images/wb_h.png") no-repeat center;
    background-size: 25px 21px;
}
.iequshow1_fr4{
    display: flex;
    margin-top: 115px;
}
.iequshow1_fr4 a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 220px;
    height: 53px;
    box-shadow: 0px 0px 43px 0px rgba(158,177,209,0.25);
    border-radius: 27px;
    background: #FFFFFF;
    padding: 0 36px 0 62px;
    font-weight: 400;
    font-size: 18px;
    color: #456BA7;
    margin-right: 34px;
    transition: .5s;
}
.iequshow1_fr4 a i{
    width: 21px;
    height: 21px;
    background: url("../images/more1.png") no-repeat center;
    background-size: 100% !important;
    transition: .5s;
}
.iequshow1_fr4 a:hover{
    background: #456BA7;
    color: #FFFFFF;
}
.iequshow1_fr4 a:hover i{
    background: url("../images/more.png") no-repeat center;
}

.iequshow2{
    margin-top: 70px;
}
.iequshow2_con{
    margin: 35px 0 55px 0;
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    line-height: 1.8;
}
.iequshow2_con img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
table {
    border: 1px solid #FFFFFF;
    border-collapse:collapse;
}
tr,td,th{
    border: 1px solid #FFFFFF;
    padding: 10px 45px;
}
.iequshow2_con table tr:first-child{
    background: #597093;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.iequshow2_con table tr:nth-child(even){
    background: #e9ecf1;
}
.iequshow_title{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    position: relative;
}
.iequshow_title p{
    font-weight: 400;
    font-size: 30px;
    color: #192644;
    line-height: 1;
}
.iequshow_title p:after{
    content: '';
    display: block;
    width: 95px;
    height: 1px;
    background: #456BA7;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.iequshow3_con{
    margin: 50px 0;
    position: relative;
    padding-bottom: 50px;
}
.iequshow3_con .equipments a{
    box-shadow: 0px 0px 43px 0px rgba(158,177,209,0.25);
}
.swiper-pagination5{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iequshow3_con .swiper-pagination5{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.iequshow3_con .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #DC0101;
    opacity: 1;
    outline: none;
    margin: 0px 7px;
}
.iequshow3_con .swiper-pagination-bullet-active{
    background: #DC0101;
}
.show_back{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 28px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.show_back .container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.show_back1{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    line-height: 30px;
    width: 33.3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back1 a{
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back1 a:hover{
    color: #DC0101;
}
.show_back1:last-child {
    justify-content: flex-end;
}
.show_back2{

}
.show_back2 a{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    line-height: 30px;
}
.show_back2 a i{
    background: url("../images/return.png") no-repeat left center;
    background-size: 100%;
    width: 18px;
    height: 16px;
    margin-right: 17px;
    transition: .5s;
}
.show_back2 a:hover{
    color: #DC0101;
}
.show_back2 a:hover i{
    background: url("../images/return_h.png") no-repeat left center;
    background-size: 100%;
}
.common_contact{
    background: url("../images/commonbg.jpg") no-repeat bottom center;
    background-size: cover;
    padding: 75px 0;
}
.common_contact .container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.common_contact_fl{
    width: 41.5%;
}
.common_contact_title{
    font-weight: 400;
    font-size: 42px;
    color: #192644;
    line-height: 1;
    margin-bottom: 35px;
}
.common_contact_wz{
    font-weight: 400;
    font-size: 18px;
    color: #192644;
    line-height: 1.5;
    margin-bottom: 25px;
}
.common_contact_fl_con dl{
    margin-bottom: 50px;
}
.common_contact_fl_con dl:last-child{
    margin-bottom: 0;
}
.common_contact_fl_con dl dt{
    background: url("../images/common.png") no-repeat left center;
    background-size: 17px 15px;
    font-weight: bold;
    font-size: 20px;
    color: #192644;
    line-height: 1;
    padding-left: 35px;
    margin-bottom: 20px;
}
.common_contact_fl_con dl dd{
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    line-height: 30px;
}
.common_contact_fr{
    width: 50%;
}
.zxly1{
    position: relative;
    margin-bottom: 11px;
}
.zxly1 label{
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: 400;
    font-size: 18px;
    color: #888888;
}
.zxly1 input{
    width: 100%;
    height: 66px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    padding-right: 30px;
}
.zxly1 input:focus{
    border: 1px solid #DC0101;
}
.distance1{
    padding-left: 210px;
}
.distance2{
    padding-left: 190px;
}
.distance3{
    padding-left: 155px;
}
.distance4{
    padding-left: 150px;
}
.zxly2{
    position: relative;
    margin-bottom: 23px;
}
.zxly2 label{
    position: absolute;
    left: 30px;
    top: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #888888;
}
.zxly2 textarea{
    width: 100%;
    height: 104px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    padding: 20px 30px 20px 315px;
}
.zxly2 textarea:focus{
    border: 1px solid #DC0101;
}
.zxly3 button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 205px;
    height: 53px;
    background: #DC0101;
    border-radius: 27px;
    padding: 0 63px 0 73px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    transition: .5s;
}
.zxly3 button i{
    width: 21px;
    height: 21px;
    background: url("../images/more.png") no-repeat center;
    background-size: 100%;
    transition: .5s;
}
.zxly3 button:hover{
    box-shadow:inset 0 0 0 .2rem rgba(255, 255, 255, .7);
}
.zxly3 button:hover i{
    transform: rotate(45deg);
}



/*新闻动态*/
.inews{
    background: url("../images/inewsbg.jpg") no-repeat top center;
    background-size: cover;
    padding: 95px 0 55px 0;
}
.inews1{
    position: relative;
    margin-top: 40px;
}
.inews1 .swiper-slide{
    display: initial;
}
.inews1s a{
    display:flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    border-radius: 5px 5px 100px 5px;
    background: #FFFFFF;
}
.inews1_img{
    width: 43%;
    border-radius: 5px 0px 0px 5px;
}
.inews1_img img{
    height: 100%;
}
.inews1_txt{
    width: 57%;
    padding: 60px 65px 35px 65px;
    text-align: left;
    position: relative;
}
.inews1_txt1{
    font-weight: 400;
    font-size: 26px;
    color: #192644;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews1_txt2{
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    line-height: 36px;
    height: 108px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inews1_txt3{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    color: #585873;
    line-height: 1;
    position: absolute;
    right: 65px;
    bottom: 50px;
}
.inews1_txt3 span{
    font-size: 42px;
}
.inews1_txt3 p{
    margin-top: 5px;
    font-size: 16px;
}
.inews1_txt4{
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 261px;
    height: 53px;
    background: #DC0101;
    border-radius: 27px;
    padding: 0 58px 0 84px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    transition: .5s;
}
.inews1_txt4 i{
    width: 21px;
    height: 21px;
    background: url("../images/more.png") no-repeat center;
    background-size: 100%;
    transition: .5s;
}
.inews1s a:hover .inews1_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews1s a:hover .inews1_txt1{
    color: #456BA7;
}
.inews1s a:hover .inews1_txt4{
    box-shadow:inset 0 0 0 .2rem rgba(255, 255, 255, .7);
}
.inews1s a:hover .inews1_txt4 i{
    transform: rotate(45deg);
}
.inews1 .swiper-button-next3, .inews1 .swiper-button-prev3{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-top: 0;
    cursor: pointer;
    outline: none;
    box-shadow: 0px 0px 29px 0px rgba(44,49,71,0.18);
    background: rgba(255,255,255,0.73) url("../images/in1jt.png") no-repeat center;
    background-size: 16px 13px;
    border-radius: 0px 20px 20px 0px;
    text-align: center;
    z-index: 9;
    transition: .5s;
}
.inews1 .swiper-button-next3:hover, .inews1 .swiper-button-prev3:hover{
    background: rgba(255,255,255,0.73) url("../images/in1jt_h.png") no-repeat center;
    background-size: 16px 13px;
}
.inews1 .swiper-button-prev3{
    left: 0;
    right: auto;
}
.inews1 .swiper-button-next3{
    right: auto;
    left: calc(43% - 48px);
    transform: rotateY(-180deg) translate(0, -50%);
}
.inews2{
    margin: 35px 0 50px 0;
}
.inews2 ul li{
    margin-bottom: 30px;
}
.inews2 ul li a{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #F0F3F8;
    border-radius: 5px;
    transition: .5s;
}
.inews2_img{
    width: 23%;
    border-radius: 5px 0px 0px 5px;
}
.inews2_img img{
    height: 100%;
}
.inews2_txt{
    width: 77%;
    padding: 30px 200px 25px 60px;
}
.inews2_txt1{
    font-weight: 400;
    font-size: 20px;
    color: #192644;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews2_txt2{
    margin-top: 15px;
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    line-height: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inews2_txt3{
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    line-height: 25px;
}
.inews2_more{
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translate(0, -50%);
    width: 60px;
    height: 60px;
    background: #FFFFFF url("../images/in2jt.png") no-repeat center;
    background-size: 9px 16px;
    border-radius: 50%;
    transition: .5s;
}
.inews2 ul li a:hover{
    background: #FFFFFF;
    box-shadow: 0px 0px 43px 0px rgba(158,177,209,0.25);
}
.inews2 ul li a:hover .inews2_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews2 ul li a:hover .inews2_txt1{
    color: #456BA7;
}
.inews2 ul li a:hover .inews2_more{
    background: #DC0101  url("../images/in2jt_h.png") no-repeat center;
    background-size: 9px 16px;
}

/*新闻详情*/
.inewsshow_con{
    margin: 90px 0 60px 0;
}
.inewsshow_con .container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inewsshow_con_fl{
    width: 69%;
}
.show_title h3{
    font-weight: bold;
    font-size: 36px;
    color: #192644;
}
.show_info{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    line-height: 30px;
}
.show_info span{
    padding: 0 12px;
}
.show_info span:first-child{
    padding-left: 0;
}
.show_content{
    border-top: 1px solid #ddd;
    margin-top: 25px;
    padding: 40px 0;
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    line-height: 1.8;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.inewsshow_con_fr{
    width: 26.5%;
}
.inewsshow_con_fr_t{
    display: flex;
    align-items: center;
    height: 93px;
    background: #ECEEF3;
    border-radius: 5px 5px 20px 5px;
}
.inewsshow_con_fr_t h3{
    position: relative;
    font-weight: bold;
    font-size: 20px;
    color: #192644;
    padding-left: 25px;
}
.inewsshow_con_fr_t h3:before{
    content: '';
    display: block;
    width: 4px;
    height: 33px;
    background: #DC0101;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.inewsshow_con_fr_b li{
    margin-top: 33px;
}
.inewsshow_con_fr_b li a{
    display: block;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 43px 0px rgba(158,177,209,0.25);
}
.inewsshow_con_fr_b_img{
    border-radius: 20px 20px 0px 0px;
}
.inewsshow_con_fr_b_txt{
    padding: 25px 20px 15px 20px;
}
.inewsshow_con_fr_b_txt1{
    font-weight: 400;
    font-size: 20px;
    color: #192644;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inewsshow_con_fr_b_txt2{
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #585873;
    line-height: 36px;
    height: 36px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inewsshow_con_fr_b_txt3{
    border-top: 1px solid #DDDDDD;
    padding-top: 15px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inewsshow_con_fr_b_txt3 p{
    font-weight: 400;
    font-size: 16px;
    color: #585873;
    line-height: 1;
}
.inewsshow_con_fr_b_txt3 i{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("../images/insjt.png") no-repeat center;
    background-size: 100% !important;
    transition: .5s;
}
.inewsshow_con_fr_b li a:hover .inewsshow_con_fr_b_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inewsshow_con_fr_b li a:hover .inewsshow_con_fr_b_txt1{
    color: #DC0101;
}
.inewsshow_con_fr_b li a:hover .inewsshow_con_fr_b_txt3 i{
    background: url("../images/insjt_h.png") no-repeat center;
}


/*应用案例*/
.icase1{
    background: url("../images/icase1bg.jpg") no-repeat center;
    background-size: cover;
    padding: 90px 0 70px 0;
}
.icase1_con{
    margin: 45px 0 30px 0;
}
.icase1_con ul{
    display: flex;
    flex-wrap: wrap;
}
.icase1_con ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 45px;
}
.icase1_con ul li:nth-child(3n){
    margin-right: 0;
}
.icase1_con ul li a{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 43px 0px rgba(158,177,209,0.25);
    border-radius: 20px;
}
.icase1_con_img{
    border-radius: 20px 20px 0px 0px;
}
.icase1_con_txt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 79px;
    padding: 0 25px;
}
.icase1_con_txt_fl{
    font-weight: 400;
    font-size: 20px;
    color: #192644;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.icase1_con_txt_fr{
    width: 35px;
    height: 35px;
    background: rgba(236,238,243,.47);
    border-radius: 50%;
    padding: 4px;
    transition: .5s;
}
.icase1_con_txt_fr i{
    display: inline-block;
    width: 27px;
    height: 27px;
    background: #ECEEF3 url("../images/cjt.png") no-repeat center;
    background-size: 5px 10px;
    border-radius: 50%;
    transition: .5s;
}
.icase1_con ul li a:hover .icase1_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.icase1_con ul li a:hover .icase1_con_txt_fl{
    color: #DC0101;
}
.icase1_con ul li a:hover .icase1_con_txt_fr{
    background: rgba(220,1,1,.47);
}
.icase1_con ul li a:hover .icase1_con_txt_fr i{
    background: #DC0101 url("../images/cjt_h.png") no-repeat center;
    background-size: 5px 10px;
}
.icase1_more{
    display: flex;
    align-items: center;
    justify-content: center;
}
.icase1_more .case_more{
    opacity: 1;
    margin: 0;
}
.icase1_more .case_more img{
    transform: rotate(90deg);
}
.icase1_more a{
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    margin-left: 55px;
}
.icase1_more a:hover{
    color: #DC0101;
}
.icase2{
    margin: 80px 0 45px 0;
}
.icase2_con{
    margin-top: 15px;
    position: relative;
    padding-bottom: 45px;
}
.icase2_con .swiper-slide{
    display: initial;
    margin-top: 33px !important;
}
.icase2s a{
    display: block;
    position: relative;
    width: 100%;
    transition: .5s;
    border: 15px solid #F0F3F8;
}
.icase2_con_img{
    transition: .5s;
    background: #FFFFFF;
}
.icase2_con_img.pic:after{
    padding-bottom: 76%;
}
.icase2_con_img img{
    padding: 15px 10px;
}
.icase2s a:hover .icase2_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.swiper-pagination6{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icase2_con .swiper-pagination6{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.icase2_con .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #DC0101;
    opacity: 1;
    outline: none;
    margin: 0px 7px;
}
.icase2_con .swiper-pagination-bullet-active{
    background: #DC0101;
}

/*在线留言*/
.ifeedback{
    background: url("../images/ifeedbackbg.jpg") no-repeat center;
    background-size: cover;
    padding: 80px 0 65px 0;
}
.ifeedback_con{
    margin-top: 45px;
}
.ly1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ly1 .zxly1{
    width: 48.7%;
    margin-bottom: 19px;
}
.ly1 .zxly1 label{
    font-size: 16px;
    color: #999999;
    left: 20px;
    padding-right: 20px;
}
.ly1 .zxly1 input{
    height: 47px;
    font-size: 16px;
}
.ly1 .zxly1 input.distance1{
    padding-left: 180px;
}
.ly1 .zxly1 input.distance2{
    padding-left: 160px;
}
.ly1 .zxly1 input.distance3{
    padding-left: 125px;
}
.ly1 .zxly1 input.distance4{
    padding-left: 120px;
}
.ly2 .zxly2{
    margin-bottom: 48px;
}
.ly2 .zxly2 label{
    font-size: 16px;
    color: #999999;
    left: 20px;
}
.ly2 .zxly2 textarea{
    font-size: 16px;
    padding: 20px 20px 20px 275px;
}
.ifeedback_con .zxly3 button{
    margin: 0 auto;
}

/*联系方式*/
.icontact1{
    background: url("../images/icontact1bg.jpg") no-repeat center;
    background-size: cover;
    padding: 95px 0 110px 0;
}
.icontact1_con{
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icontact1_con_fl{
    width: 61.5%;
}
.icontact1_con_fl_t h3{
    font-weight: 400;
    font-size: 36px;
    color: #192644;
    line-height: 1;
}
.icontact1_con_fl_t p{
    margin-top: 30px;
    font-weight: 400;
    font-size: 30px;
    color: #585873;
    line-height: 1;
}
.icontact1_con_fl_b{
    margin-top: 40px;
    background: #FFFFFF url("../images/hd.png") no-repeat bottom center;
    background-size: 100%;
    padding: 55px 45px 165px 45px;
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    line-height: 34px;
}
.icontact1_con_fl_b p{
    margin-bottom: 24px;
    padding-left: 67px;
    position: relative;
}
.icontact1_con_fl_b p:last-child{
    margin-bottom: 0;
}
.icontact1_con_fl_b p:before{
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.icontact1_con_fl_b p.cadress:before{
    background: #DC0101 url("../images/cadress.png") no-repeat center;
    background-size: 14px 19px;
}
.icontact1_con_fl_b p.ctel:before{
    background: #DC0101 url("../images/ctel.png") no-repeat center;
    background-size: 17px 17px;
}
.icontact1_con_fl_b p.cmail:before{
    background: #DC0101 url("../images/cmail.png") no-repeat center;
    background-size: 15px 13px;
}
.icontact1_con_fl_b p.cfax:before{
    background: #DC0101 url("../images/cfax.png") no-repeat center;
    background-size: 15px 15px;
}
.icontact1_con_fr{
    width: 60%;
    border-radius: 0px 100px 0px 0px;
    position: absolute;
    right: 0;
    top: 0;
}
.icontact2{
    margin: 70px 0 90px 0;
}
.icontact2_con{
    margin-top: 50px;
}
.icontact2_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icontact2_con ul li{
    width: 48%;
    margin-right: 4%;
    background: #FFFFFF;
    box-shadow: 0px 0px 43px 0px rgba(158,177,209,0.25);
    border-radius: 5px 5px 100px 5px;
    padding: 40px 45px 70px 45px;
}
.icontact2_con ul li:last-child{
    margin-right: 0;
}
.icontact2_con_txt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.icontact2_con_txt_fl{
    font-weight: 400;
    font-size: 36px;
    color: #192644;
    line-height: 1;
}
.icontact2_con_txt_fl:after{
    content: '';
    display: block;
    width: 51px;
    height: 9px;
    background: #DC0101;
    margin-top: 20px;
}
.icontact2_con_txt_fr{
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    line-height: 35px;
}

/*人才招聘*/
.irecruit1{
    margin: 95px 0 60px 0;
}
.irecruit1_con{
    margin-top: 35px;
}
.irecruit1_con ul{
    display: flex;
    flex-wrap: wrap;
}
.irecruit1_con ul li{
    width: 32.3%;
    margin-right: 1.55%;
    margin-bottom: 20px;
}
.irecruit1_con ul li:nth-child(3n){
    margin-right: 0;
}
.irecruit1_con ul li a{
    display: block;
    background: #F0F3F8;
    border-radius: 20px;
    padding: 40px 30px 45px 30px;
    transition: .5s;
}
.irecruit1_txt1{
    font-weight: 400;
    font-size: 20px;
    color: #192644;
    line-height: 1;
}
.irecruit1_txt2{
    margin: 25px 0;
}
.irecruit1_txt2 dl{
    display: flex;
    align-items: center;
}
.irecruit1_txt2 dl dd{
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    padding-left: 25px;
    line-height: 20px;
    margin-right: 20px;
}
.irecruit1_txt2 dl dd:last-child{
    margin-right: 0;
}
.irecruit1_txt2 dl dd.j1{
    background: url("../images/r1.png") no-repeat left center;
    background-size: 15px 19px;
}
.irecruit1_txt2 dl dd.j2{
    background: url("../images/r2.png") no-repeat left center;
    background-size: 21px 17px;
}
.irecruit1_txt2 dl dd.j3{
    background: url("../images/r3.png") no-repeat left center;
    background-size: 20px 18px;
}
.irecruit1_txt3{
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    line-height: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.irecruit1_txt4{
    margin-top: 30px;
    display: block;
    width: 157px;
    background: transparent;
    border: 1px solid #DC0101;
    border-radius: 19px;
    line-height: 38px;
    padding: 0 21px;
    position: relative;
    text-align: center;
    transition: .5s;
}
.irecruit1_txt4:after{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #DC0101;
    border-radius: 19px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}
.irecruit1_txt4 p{
    color: #DC0101;
    position: relative;
    z-index: 99;
}
.irecruit1_con ul li a:hover{
    background: #FFFFFF;
    box-shadow: 0px 0px 43px 0px rgba(158,177,209,0.25);
}
.irecruit1_con ul li a:hover .irecruit1_txt4 p{
    color: #FFFFFF;
}
.irecruit1_con ul li a:hover .irecruit1_txt4:after{
    width: 100%;
}
/*招聘弹出框*/
.jointck{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    top: 0;
    z-index: 9999;
    display: none;
}
.jointcks{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}
.jointckss{
    position: absolute;
    width: 1455px;
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 50px 70px;
    border-radius: 20px;
}
.jointck_close{
    position: absolute;
    right: 10px;
    top: 10px;
}
.jointck_con{

}
.jointck_con1{
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.jointck_con1_fl{
    font-weight: 400;
    font-size: 36px;
    color: #192644;
    line-height: 1;
}
.jointck_con1_fr{

}
.jointck_con1_fr dl{
    display: flex;
    justify-content: space-between;
}
.jointck_con1_fr dl dd{
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    padding-left: 25px;
    margin-left: 20px;
    line-height: 20px;
}
.jointck_con1_fr dl dd.r1{
    background: url("../images/r1.png") no-repeat left center;
    background-size: 15px 19px;
}
.jointck_con1_fr dl dd.r2{
    background: url("../images/r2.png") no-repeat left center;
    background-size: 21px 17px;
}
.jointck_con1_fr dl dd.r3{
    background: url("../images/r3.png") no-repeat left center;
    background-size: 20px 18px;
}
.jointck_con2{
    margin-top: 35px;
    height: 370px;
}
.jointck_con2s{
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    line-height: 40px;
}



@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7); }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95); }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1); }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7); }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95); }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1); }
}


.irecruit2{
    position: relative;
    margin-bottom: 75px;
}
.irecruit2 .inner_title{
    text-align: left;
}
.irecruit2_con{
    margin-top: 45px;
}
.irecruit2_con .swiper-container{
    width: 100%;
    margin: 0 auto;
}
.irecruit2_con .swiper-slide{
    display: initial;
}
.irecruit2s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.irecruit2_img{
    border-radius: 5px 5px 0px 0px;
    background: #FFFFFF;
}
.irecruit2_txt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 81px;
    background: #F0F3F8;
    padding: 0 30px;
}
.irecruit2_txt p{
    font-weight: 400;
    font-size: 26px;
    color: #192644;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    transition: .5s;
}
.irecruit2_txt i{
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url("../images/fc.png") no-repeat center;
    background-size: 100% !important;
    transition: .5s;
}
.irecruit2s a:hover .irecruit2_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.irecruit2s a:hover .irecruit2_txt p{
    color: #DC0101;
}
.irecruit2s a:hover .irecruit2_txt i{
    background: url("../images/fc_h.png") no-repeat center;
}
.irecruit2_con .swiper-button-next5, .irecruit2_con .swiper-button-prev5{
    display: block;
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 0;
    cursor: pointer;
    outline: none;
    background: #DC0101 url("../images/ia3jt.png") no-repeat center;
    background-size: 9px 16px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
}
.irecruit2_con .swiper-button-next5:hover, .irecruit2_con .swiper-button-prev5:hover{
    background: #FFFFFF url("../images/ia3jt_h.png") no-repeat center;
    background-size: 9px 16px;
    box-shadow: 0px 0px 43px 0px rgba(158,177,209,0.25);
}
.irecruit2_con .swiper-button-prev5{
    left: auto;
    right: 78px;
}
.irecruit2_con .swiper-button-next5{
    right: 0;
    left: auto;
    transform: rotateY(-180deg);
}

/*产品中心*/
.iproduct1{
    background: url("../images/iproduct1bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 75px 0 60px 0;
}
.iproduct1 .pro_con{
    margin-top: 0;
}
.iproduct1 .pro_con_frs{
    margin-bottom: 25px;
}
.iproduct1 .pro_con_frs li{
    width: 31.2%;
    margin-right: 3.2%;
}
.iproduct1 .pro_con_frs li:nth-child(3n){
    margin-right: 0;
}
.iproduct1 .pro_txt{
    margin-top: 20px;
}
.iproduct1_nav{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 40px;
    margin-bottom: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.iproduct1_nav_fl{
    font-weight: 400;
    font-size: 36px;
    color: #192644;
    line-height: 1;
}
.iproduct1_nav_fr ul{
    display: flex;
    flex-wrap: wrap;
}
.iproduct1_nav_fr ul li{
    margin-left: 45px;
}
.iproduct1_nav_fr ul li a{
    display: block;
    background: url("../images/ipjt.png") no-repeat right center;
    background-size: 12px 8px;
    padding-right: 23px;
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    transition: .5s;
}
.iproduct1_nav_fr ul li a:hover{
    background: url("../images/ipjt.png") no-repeat right center;
    background-size: 12px 8px;
    color: #456BA7;
}
.iproduct1_nav_fr ul li a.current{
    background: url("../images/ipjt.png") no-repeat right center;
    background-size: 12px 8px;
    color: #456BA7;
}

/*产品详情*/
.iproshow1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
}
.iproshow1_fl{
    width: 43%;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
}
.iproshow1_fl_t{
    position: relative;
}
.iproshow1_fl_t .gallery-top {
    width: 100%;
    height: auto;
}
.iproshow1_fl_t .gallery-top .swiper-slide{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
}
.proshow-max video{
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}
.proshow-max .tp img{
    border-radius: 10px 10px 0 0;
}
#sound{
    position: absolute;
    width: 50px;
    right: 50px;
    bottom: 20%;
    height: 50px;
    display: flex;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
}
#sound i{
    font-size:40px;
    color:#fff;
    cursor: pointer;
}
.magnifier{
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 99;
    cursor: pointer;
}
.magnifier img{
    height: 28px;
}
.iproshow1_fl_t .swiper-button-next6, .iproshow1_fl_t .swiper-button-prev6{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #E4E4E4 url("../images/ejt1.png") no-repeat center;
    background-size: 9px 14px;
}
.iproshow1_fl_t .swiper-button-next6:hover ,.iproshow1_fl_t .swiper-button-prev6:hover{
    background: #DC0101 url("../images/ejt_h.png") no-repeat center;
    background-size: 9px 14px;
}
.iproshow1_fl_t .swiper-button-prev6{
    right: auto;
    left: 23px;
}
.iproshow1_fl_t .swiper-button-next6{
    left: auto;
    right: 23px;
    transform:rotateY(-180deg) translate(0, -50%);
}
.iproshow1_fl_b{
    position: relative;
    width: 100%;
    padding: 32px;
}
.iproshow1_fl_b .gallery-thumbs {
    width: 100%;
    height: auto;
}
.iproshow1_fl_b .gallery-thumbs .swiper-slide{
    display: initial;
}
.proshow-min a{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
}
.proshow-min a .tp{
    border: 1px solid #DDDDDD;
}
.proshow-min.swiper-slide-thumb-active a .tp{
    border: 1px solid #456BA7;
}
.iproshow1_fr{
    width: 51%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px 0 10px 0;
}
.iproshow1_fr_t1{
    font-weight: 400;
    font-size: 36px;
    color: #192644;
}
.iproshow1_fr_t1:after{
    content: '';
    display: block;
    width: 83px;
    height: 3px;
    background: #DC0101;
    margin-top: 15px;
}
.iproshow1_fr_t2{
    margin-top: 35px;
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    line-height: 36px;
}
.iproshow1_fr_b{
    margin-top: 160px;
}
.iproshow .iproduct1{
    background: none;
    padding: 85px 0 55px 0;
}
.iproshow2{
    font-weight: 400;
    font-size: 20px;
    color: #585873;
    line-height: 36px;
}
.iproshow2 h3{
    font-size: 30px;
    color: #192644;
    line-height: 1;
}





@media (min-width:1701px) and (max-width:1800px){
    .container1{
        width: 94%;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .yx a img{
        height: 95px;
    }
    .toptxt:before{
        height: 70px;
    }
    .menupc li a{
        padding: 0 37px;
    }
    .ban_txt{
        top: 37%;
    }
    .ban_txt1{
        font-size: 57px;
    }
    .ban_txt2{
        margin-top: 30px;
    }
    .ban_txt2 img{
        height: 116px;
    }
    .ban_arrow{
        bottom: 140px;
    }
    .index_title h3{
        font-size: 46px;
    }
    .index_title p{
        font-size: 17px;
    }
    .pro_con_fl4 dl{
        margin-bottom: 15px;
    }
    .pro_con_fl4 dl dt{
        font-size: 17px;
    }
    .pro_con_fl4 dl dd{
        margin-top: 5px;
        font-size: 17px;
    }
    .about_fl_txt h3 span{
        font-size: 46px;
    }
    .footer1_1_t a img{
        height: 104px;
    }
    .footer1_1_b{
        margin-top: 87px;
    }

    .iban_info h3{
        font-size: 46px;
    }
    .iabout1_1_img h3{
        padding: 43px 28px;
    }
    .inner_title{
        font-size: 40px;
    }
    .iabout1_1_txt2{
        height: 610px;
        padding-right: 70px;
    }
    .iabout5_txt{
        padding: 0 10%;
    }
    .icontact1_con_fl_t h3{
        font-size: 34px;
    }
    .icontact1_con_fl_t p{
        font-size: 28px;
    }
    .icontact2_con_txt_fl{
        font-size: 34px;
    }
    .jointck_con1_fl{
        font-size: 32px;
    }
    .jointck_close a img{
        height: 56px;
    }
    .show_title h3{
        font-size: 34px;
    }
    .common_contact{
        padding: 70px 0;
    }
    .common_contact_title{
        font-size: 40px;
    }
    .icase1{
        padding: 85px 0 67px 0;
    }
    .iequshow1_fr1{
        font-size: 34px;
    }
    .iequshow1_fr4{
        margin-top: 105px;
    }

    .iproshow .iproduct1{
        padding: 80px 0 55px 0;
    }
    .iproshow1_fl{
        width: 50%;
    }
    .iproshow1_fr{
        width: 43%;
    }
    .iproshow1_fr_b{
        margin-top: 160px;
        flex-direction: column;
    }
    .iproshow1_fr_b a{
        margin-top: 15px;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .yx a img{
        height: 93px;
    }
    .toptxt:before{
        height: 68px;
    }
    .toptxt h3{
        font-size: 26px;
    }
    .toptxt p{
        font-size: 23px;
    }
    .top_fr span{
        font-size: 26px;
    }
    .ssform .ss1{
        width: 232px;
        height: 45px;
    }
    .menupc li a{
        padding: 0 34px;
        font-size: 18px;
    }
    .menupc .xiala li a{
        font-size: 19px;
    }
    .ban_txt{
        top: 35%;
    }
    .ban_txt1{
        font-size: 50px;
    }
    .ban_txt2{
        margin-top: 30px;
    }
    .ban_txt2 img{
        height: 109px;
    }
    .ban_arrow{
        bottom: 135px;
    }
    .home-product{
        padding: 80px 0 125px 0;
        border-radius: 90px 90px 0px 0px;
    }
    .home-product{
        margin-top: -80px;
    }
    .index_title h3{
        font-size: 44px;
    }
    .index_title p{
        font-size: 17px;
    }
    .pro_con_fl{
        width: 26%;
    }
    .pro_con_fr{
        width: 70%;
    }
    .pro_con_fl1 p{
        font-size: 29px;
    }
    .pro_con_fl1 span{
        font-size: 13px;
    }
    .pform .pss1{
        font-size: 17px;
    }
    .pinfo li a{
        font-size: 19px;
    }
    .pinfo .er li a{
        font-size: 17px;
    }
    .pinfo .nav-show .er li a{
        font-size: 17px;
    }
    .pro_con_fl4 dl{
        margin-bottom: 10px;
    }
    .pro_con_fl4 dl dt{
        font-size: 17px;
    }
    .pro_con_fl4 dl dd{
        margin-top: 0;
        font-size: 17px;
    }
    .pro_txt{
        font-size: 17px;
    }
    .home-about{
        border-radius: 90px 90px 0px 0px;
        padding: 80px 0;
        margin-top: -80px;
    }
    .about_fl_con{
        font-size: 19px;
    }
    .about_fl_txt h3{
        font-size: 17px;
    }
    .about_fl_txt h3 span{
        font-size: 44px;
    }
    .about_fl_txt p{
        font-size: 17px;
    }
    .home-equipment{
        padding: 85px 0 60px 0
    }
    .equipment_con{
        margin-top: 65px;
    }
    .home-equipment .index_more{
        margin-top: 50px;
    }
    .home-case{
        padding: 80px 0 45px 0;
    }
    .cases.swiper-slide-active .case_txt_fl{
        font-size: 23px;
    }
    .home-news{
        padding: 80px 0 65px 0;
    }
    .news_con{
        margin: 60px 0 45px 0;
    }
    .news_con li a{
        font-size: 17px;
        padding: 38px 46px;
    }
    .news_date{
        padding-left: 55px;
    }
    .news_txt{
        width: 44%;
        font-size: 19px;
        padding-left: 65px;
    }
    .news_img{
        right: 215px;
    }
    .footer1_1_t a img{
        height: 104px;
    }
    .footer1_1_b{
        margin-top: 87px;
    }

    .iban_info h3{
        font-size: 44px;
    }
    .iban_info p{
        font-size: 19px;
    }
    .iban_wz p{
        font-size: 17px;
    }
    .iban_wz p a{
        font-size: 17px;
    }
    .iabout1{
        padding: 80px 0 62px 0;
    }
    .iabout1_1_img h3{
        padding: 41px 26px;
        font-size: 29px;
    }
    .iabout1_1_img img{
        border-radius: 5px 5px 90px 5px;
    }
    .iabout1_1 .swiper-pagination3{
        bottom: 82px;
    }
    .inner_title{
        font-size: 38px;
    }
    .iabout1_1_txt2{
        font-size: 19px;
        height: 540px;
        padding-right: 65px;
    }
    .iabout2{
        padding-top: 80px;
    }
    .iabout2_info{
        font-size: 19px;
    }
    .iabout2_con ul li{
        padding: 37px 32px;
    }
    .iabout2_txt1{
        font-size: 28px;
    }
    .iabout2_txt2{
        font-size: 19px;
    }
    .iabout3{
        margin-top: 80px;
        border-radius: 90px 90px 0px 0px;
        padding: 80px 0 60px 0;
    }
    .iabout3_txt p{
        font-size: 19px;
    }
    .iabout4{
        padding: 80px 0 100px 0;
    }
    .iabout4-min a{
        font-size: 23px;
    }
    .iabout4-min.swiper-slide-thumb-active a{
        font-size: 68px;
    }
    .iabout4_con2{
        margin-top: 80px;
    }
    .iabout4_title ul li{
        padding-left: 72px;
    }
    .iabout4_title ul li:after{
        width: 51px;
        height: 9px;
        left: -25.5px;
    }
    .iabout4_title ul li a{
        font-size: 29px;
    }
    .iabout5_txt{
        padding: 0 10%;
    }
    .iabout5_txt1{
        font-size: 29px;
    }
    .iabout5_txt2{
        font-size: 19px;
    }
    .iabout5_txt3{
        margin-top: 65px;
        width: 201px;
        height: 91px;
    }
    .iabout5_txt3 p{
        font-size: 17px;
    }
    .ihonor1{
        padding: 75px 0 55px 0;
    }
    .ihonor1_info{
        font-size: 19px;
    }
    .ihonor1_con{
        margin-top: 42px;
    }
    .ihonor1_txt{
        font-size: 25px;
    }
    .ihonor2{
        padding: 85px 0 52px 0;
    }
    .icontact1{
        padding: 85px 0 100px 0;
    }
    .icontact1_con_fl_t h3{
        font-size: 32px;
    }
    .icontact1_con_fl_t p{
        font-size: 26px;
    }
    .icontact1_con_fl_b{
        padding: 52px 42px 155px 42px;
        font-size: 19px;
    }
    .icontact1_con_fr{
        border-radius: 0px 90px 0px 0px;
    }
    .icontact2{
        margin: 65px 0 85px 0;
    }
    .icontact2_con ul li{
        border-radius: 5px 5px 90px 5px;
        padding: 37px 42px 65px 42px;
    }
    .icontact2_con{
        margin-top: 47px;
    }
    .icontact2_con_txt{
        margin-top: 47px;
    }
    .icontact2_con_txt_fl{
        font-size: 32px;
    }
    .icontact2_con_txt_fl:after{
        width: 45px;
        height: 8px;
    }
    .icontact2_con_txt_fr{
        font-size: 19px;
    }
    .ifeedback{
        padding: 75px 0 62px 0;
    }
    .irecruit1{
        margin: 85px 0 57px 0;
    }
    .irecruit1_txt2 dl{
        flex-direction: column;
        align-items: flex-start;
    }
    .irecruit1_txt2 dl dd{
        font-size: 17px;
    }
    .irecruit1_txt3{
        font-size: 17px;
    }
    .irecruit2{
        margin-bottom: 70px;
    }
    .irecruit2_txt{
        height: 77px;
    }
    .irecruit2_txt p{
        font-size: 25px;
    }
    .irecruit2_con .swiper-button-next5, .irecruit2_con .swiper-button-prev5{
        top: -5px;
    }
    .jointck_con1_fl{
        font-size: 32px;
    }
    .jointck_con1_fr dl dd{
        font-size: 17px;
    }
    .jointck_close a img{
        height: 54px;
    }
    .jointck_con2s{
        font-size: 17px;
        line-height: 37px;
    }
    .inews{
        padding: 90px 0 55px 0;
    }
    .inews1_txt{
        padding: 55px 60px 35px 60px;
    }
    .inews1_txt1{
        font-size: 25px;
    }
    .inews1_txt2{
        font-size: 19px;
    }
    .inews1_txt3 span{
        font-size: 41px;
    }
    .inews1_txt3 p{
        font-size: 15px;
    }
    .inews2_txt1{
        font-size: 19px;
    }
    .inews2_txt2{
        font-size: 17px;
    }
    .inews2_txt3{
        font-size: 17px;
    }
    .inewsshow_con{
        margin: 80px 0 55px 0;
    }
    .show_title h3{
        font-size: 32px;
    }
    .show_info{
        font-size: 17px;
    }
    .show_content{
        font-size: 19px;
    }
    .inewsshow_con_fr_t h3{
        font-size: 19px;
    }
    .inewsshow_con_fr_b_txt1{
        font-size: 19px;
    }
    .inewsshow_con_fr_b_txt2{
        font-size: 17px;
        line-height: 32px;
        height: 32px;
    }
    .common_contact{
        padding: 65px 0;
    }
    .common_contact_title{
        font-size: 38px;
        margin-bottom: 40px;
    }
    .common_contact_fl_con dl dt{
        font-size: 19px;
    }
    .common_contact_fl_con dl dd{
        font-size: 17px;
    }
    .zxly1 label{
        font-size: 17px;
    }
    .zxly1 input{
        font-size: 17px;
    }
    .zxly1 input.distance1{
        padding-left: 200px;
    }
    .zxly1 input.distance2{
        padding-left: 180px;
    }
    .zxly1 input.distance3{
        padding-left: 145px;
    }
    .zxly1 input.distance4{
        padding-left: 140px;
    }
    .zxly2 label{
        font-size: 17px;
    }
    .zxly2 textarea{
        font-size: 17px;
        padding: 20px 30px 20px 295px;
    }
    .zxly3 button{
        font-size: 17px;
    }
    .icase1{
        padding: 80px 0 65px 0;
    }
    .icase1_con_txt_fl{
        font-size: 19px;
    }
    .icase2{
        margin: 75px 0 45px 0;
    }
    .iequipment{
        padding: 80px 0 55px 0;
    }
    .iequipment1{
        padding: 50px;
        border-radius: 5px 5px 90px 5px;
    }
    .iequipment1_fl_txt{
        font-size: 25px;
    }
    .equipment_txt{
        font-size: 17px;
    }
    .iequshow1{
        margin-top: 85px;
    }
    .iequshow1_fl_b .gallery-thumbs{
        width: 91%;
    }
    .iequshow1_fr1{
        font-size: 32px;
    }
    .iequshow1_fr1:after{
        width: 78px;
    }
    .iequshow1_fr2{
        margin-top: 35px;
        font-size: 19px;
    }
    .iequshow1_fr3{
        margin-top: 60px;
    }
    .iequshow1_fr4{
        margin-top: 95px;
    }
    .iequshow1_fr4 a{
        font-size: 17px;
        padding: 0 32px 0 57px;
    }
    .iequshow2{
        margin-top: 65px;
    }
    .iequshow_title p{
        font-size: 29px;
    }
    .iequshow2_con{
        font-size: 19px;
    }
    .iproduct1{
        padding: 70px 0 60px 0;
    }
    .iproduct1_nav_fl{
        font-size: 29px;
    }
    .iproduct1_nav_fr ul li{
        margin-left: 40px;
    }
    .iproduct1_nav_fr ul li a{
        font-size: 19px;
    }
    .iproshow .iproduct1{
        padding: 80px 0 55px 0;
    }
    .iproshow1_fl{
        width: 50%;
    }
    .iproshow1_fl_b{
        padding: 30px;
    }
    .iproshow1_fr{
        width: 43%;
        margin: 20px 0 10px 0;
    }
    .iproshow1_fr_t1{
        font-size: 29px;
    }
    .iproshow1_fr_t1:after{
        width: 78px;
    }
    .iproshow1_fr_t2{
        margin-top: 31px;
        font-size: 19px;
    }
    .iproshow1_fr_b{
        margin-top: 145px;
        flex-direction: column;
    }
    .iproshow1_fr_b a{
        margin-top: 15px;
    }
    .iproshow2 h3{
        font-size: 29px;
    }
    .iproshow2{
        font-size: 19px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .yx a img{
        height: 88px;
    }
    .toptxt:before{
        height: 63px;
    }
    .toptxt h3{
        font-size: 25px;
    }
    .toptxt p{
        font-size: 22px;
    }
    .top_fr span{
        font-size: 25px;
    }
    .ssform .ss1{
        width: 227px;
        height: 44px;
    }
    .menupc li a{
        padding: 0 28px;
        font-size: 18px;
    }
    .menupc .xiala li a{
        font-size: 19px;
    }
    .ban_txt{
        top: 35%;
    }
    .ban_txt1{
        font-size: 45px;
    }
    .ban_txt2{
        margin-top: 25px;
    }
    .ban_txt2 img{
        height: 99px;
    }
    .ban_arrow{
        bottom: 125px;
    }
    .home-product{
        padding: 70px 0 115px 0;
        border-radius: 80px 80px 0px 0px;
    }
    .home-product{
        margin-top: -70px;
    }
    .index_title h3{
        font-size: 42px;
    }
    .index_title p{
        font-size: 16px;
    }
    .pro_con_fl{
        width: 28%;
    }
    .pro_con_fr{
        width: 68%;
    }
    .pro_con_fl1 p{
        font-size: 28px;
    }
    .pro_con_fl1 span{
        font-size: 13px;
    }
    .pform .pss1{
        font-size: 17px;
    }
    .pinfo li a{
        font-size: 19px;
    }
    .pinfo .er li a{
        font-size: 17px;
    }
    .pinfo .nav-show .er li a{
        font-size: 17px;
    }
    .pro_con_fl4{
        display: none;
    }
    .pro_txt{
        font-size: 17px;
    }
    .home-about{
        border-radius: 80px 80px 0px 0px;
        padding: 70px 0;
        margin-top: -70px;
    }
    .about_fl_con{
        font-size: 19px;
    }
    .about_fl_txt h3{
        font-size: 17px;
    }
    .about_fl_txt h3 span{
        font-size: 42px;
    }
    .about_fl_txt p{
        font-size: 17px;
    }
    .home-equipment{
        padding: 80px 0 55px 0
    }
    .equipment_con{
        margin-top: 60px;
    }
    .home-equipment .index_more{
        margin-top: 45px;
    }
    .home-case{
        padding: 70px 0 45px 0;
    }
    .cases.swiper-slide-active .case_txt_fl{
        font-size: 22px;
    }
    .home-news{
        padding: 70px 0 60px 0;
    }
    .news_con{
        margin: 60px 0 45px 0;
    }
    .news_con li a{
        font-size: 17px;
        padding: 36px 44px;
    }
    .news_date{
        padding-left: 50px;
    }
    .news_txt{
        width: 42%;
        font-size: 19px;
        padding-left: 60px;
    }
    .news_img{
        right: 210px;
    }
    .footer1_1_t a img{
        height: 94px;
    }
    .footer1_1_b{
        margin-top: 77px;
    }

    .iban_info h3{
        font-size: 41px;
    }
    .iban_info p{
        font-size: 18px;
    }
    .iban_wz p{
        font-size: 17px;
    }
    .iban_wz p a{
        font-size: 17px;
    }
    .iabout1{
        padding: 70px 0 60px 0;
    }
    .iabout1_1_img h3{
        padding: 39px 24px;
        font-size: 28px;
    }
    .iabout1_1_img img{
        border-radius: 5px 5px 80px 5px;
    }
    .iabout1_1 .swiper-pagination3{
        bottom: 80px;
    }
    .inner_title{
        font-size: 36px;
    }
    .iabout1_1_txt2{
        font-size: 19px;
        height: 540px;
        padding-right: 60px;
    }
    .iabout2{
        padding-top: 75px;
    }
    .iabout2_info{
        font-size: 19px;
    }
    .iabout2_con ul li{
        padding: 35px 30px;
    }
    .iabout2_txt1{
        font-size: 26px;
    }
    .iabout2_txt2{
        font-size: 19px;
    }
    .iabout3{
        margin-top: 75px;
        border-radius: 80px 80px 0px 0px;
        padding: 75px 0 60px 0;
    }
    .iabout3_txt p{
        font-size: 19px;
    }
    .iabout4{
        padding: 70px 0 90px 0;
    }
    .iabout4-min a{
        font-size: 22px;
    }
    .iabout4-min.swiper-slide-thumb-active a{
        font-size: 63px;
    }
    .iabout4_con2{
        margin-top: 70px;
    }
    .iabout4_title ul li{
        padding-left: 67px;
    }
    .iabout4_title ul li:after{
        width: 45px;
        height: 8px;
        left: -22.5px;
    }
    .iabout4_title ul li a{
        font-size: 28px;
    }
    .iabout5_txt{
        padding: 0 10%;
    }
    .iabout5_txt1{
        font-size: 28px;
    }
    .iabout5_txt2{
        font-size: 19px;
    }
    .iabout5_txt3{
        margin-top: 55px;
        width: 190px;
        height: 86px;
    }
    .iabout5_txt3 p{
        font-size: 17px;
    }
    .ihonor1{
        padding: 75px 0 55px 0;
    }
    .ihonor1_info{
        font-size: 19px;
    }
    .ihonor1_con{
        margin-top: 40px;
    }
    .ihonor1_txt{
        font-size: 24px;
    }
    .ihonor2{
        padding: 75px 0 50px 0;
    }
    .icontact1{
        padding: 75px 0 90px 0;
    }
    .icontact1_con_fl_t h3{
        font-size: 30px;
    }
    .icontact1_con_fl_t p{
        font-size: 24px;
    }
    .icontact1_con_fl_b{
        padding: 50px 40px 145px 40px;
        font-size: 19px;
    }
    .icontact1_con_fr{
        border-radius: 0px 80px 0px 0px;
        width: 58%;
    }
    .icontact2{
        margin: 60px 0 80px 0;
    }
    .icontact2_con ul li{
        border-radius: 5px 5px 80px 5px;
        padding: 35px 40px 60px 40px;
    }
    .icontact2_con{
        margin-top: 45px;
    }
    .icontact2_con_txt{
        flex-direction: column;
        margin-top: 45px;
    }
    .icontact2_con_txt_fl{
        font-size: 30px;
    }
    .icontact2_con_txt_fl:after{
        width: 40px;
        height: 7px;
    }
    .icontact2_con_txt_fr{
        font-size: 19px;
        margin-top: 25px;
    }
    .ifeedback{
        padding: 70px 0 60px 0;
    }
    .irecruit1{
        margin: 75px 0 55px 0;
    }
    .irecruit1_txt2 dl{
        flex-direction: column;
        align-items: flex-start;
    }
    .irecruit1_txt2 dl dd{
        font-size: 17px;
    }
    .irecruit1_txt3{
        font-size: 17px;
    }
    .irecruit2{
        margin-bottom: 65px;
    }
    .irecruit2_txt{
        height: 74px;
    }
    .irecruit2_txt p{
        font-size: 24px;
    }
    .irecruit2_con .swiper-button-next5, .irecruit2_con .swiper-button-prev5{
        top: -7px;
    }
    .jointck_con1{
        padding-bottom: 27px;
    }
    .jointck_con1_fl{
        font-size: 30px;
    }
    .jointck_con1_fr dl dd{
        font-size: 17px;
    }
    .jointck_close a img{
        height: 52px;
    }
    .jointck_con2s{
        font-size: 17px;
        line-height: 37px;
    }
    .inews{
        padding: 85px 0 55px 0;
    }
    .inews1_txt{
        padding: 50px 55px 35px 55px;
    }
    .inews1_txt1{
        font-size: 24px;
    }
    .inews1_txt2{
        font-size: 19px;
    }
    .inews1_txt3 span{
        font-size: 41px;
    }
    .inews1_txt3 p{
        font-size: 15px;
    }
    .inews2_txt1{
        font-size: 19px;
    }
    .inews2_txt2{
        font-size: 17px;
    }
    .inews2_txt3{
        font-size: 17px;
    }
    .inewsshow_con{
        margin: 70px 0 50px 0;
    }
    .show_title h3{
        font-size: 30px;
    }
    .show_info{
        font-size: 17px;
    }
    .show_content{
        font-size: 19px;
    }
    .inewsshow_con_fr_t h3{
        font-size: 19px;
    }
    .inewsshow_con_fr_b_txt1{
        font-size: 19px;
    }
    .inewsshow_con_fr_b_txt2{
        font-size: 17px;
        line-height: 32px;
        height: 32px;
    }
    .common_contact{
        padding: 60px 0;
    }
    .common_contact_title{
        font-size: 36px;
        margin-bottom: 40px;
    }
    .common_contact_fl_con dl dt{
        font-size: 19px;
    }
    .common_contact_fl_con dl dd{
        font-size: 17px;
    }
    .zxly1 label{
        font-size: 17px;
    }
    .zxly1 input{
        font-size: 17px;
    }
    .zxly1 input.distance1{
        padding-left: 200px;
    }
    .zxly1 input.distance2{
        padding-left: 180px;
    }
    .zxly1 input.distance3{
        padding-left: 145px;
    }
    .zxly1 input.distance4{
        padding-left: 140px;
    }
    .zxly2 label{
        font-size: 17px;
    }
    .zxly2 textarea{
        font-size: 17px;
        padding: 20px 30px 20px 295px;
    }
    .zxly3 button{
        font-size: 17px;
    }
    .icase1{
        padding: 70px 0 60px 0;
    }
    .icase1_con_txt_fl{
        font-size: 19px;
    }
    .icase2{
        margin: 70px 0 45px 0;
    }
    .iequipment{
        padding: 70px 0 55px 0;
    }
    .iequipment1{
        padding: 45px;
        border-radius: 5px 5px 80px 5px;
    }
    .iequipment1_fl_txt{
        font-size: 24px;
    }
    .equipment_txt{
        font-size: 17px;
    }
    .iequshow1{
        margin-top: 75px;
    }
    .iequshow1_fl_b .gallery-thumbs{
        width: 91%;
    }
    .iequshow1_fr1{
        font-size: 30px;
    }
    .iequshow1_fr1:after{
        width: 73px;
    }
    .iequshow1_fr2{
        margin-top: 30px;
        font-size: 19px;
    }
    .iequshow1_fr3{
        margin-top: 55px;
    }
    .iequshow1_fr4{
        margin-top: 85px;
    }
    .iequshow1_fr4 a{
        font-size: 17px;
        padding: 0 30px 0 52px;
    }
    .iequshow2{
        margin-top: 60px;
    }
    .iequshow_title p{
        font-size: 28px;
    }
    .iequshow2_con{
        font-size: 19px;
    }
    .iproduct1{
        padding: 65px 0 60px 0;
    }
    .iproduct1_nav{
        padding-bottom: 35px;
        margin-bottom: 50px;
    }
    .iproduct1_nav_fl{
        font-size: 28px;
    }
    .iproduct1_nav_fr ul li{
        margin-left: 35px;
    }
    .iproduct1_nav_fr ul li a{
        font-size: 19px;
    }
    .iproshow .iproduct1{
        padding: 75px 0 55px 0;
    }
    .iproshow1_fl{
        width: 53%;
    }
    .iproshow1_fl_b{
        padding: 29px;
    }
    .iproshow1_fr{
        width: 40%;
        margin: 0;
    }
    .iproshow1_fr_t1{
        font-size: 28px;
    }
    .iproshow1_fr_t1:after{
        width: 73px;
    }
    .iproshow1_fr_t2{
        margin-top: 29px;
        font-size: 19px;
    }
    .iproshow1_fr_b{
        margin-top: 70px;
        flex-direction: column;
    }
    .iproshow1_fr_b a{
        margin-top: 15px;
    }
    .iproshow2 h3{
        font-size: 28px;
    }
    .iproshow2{
        font-size: 19px;
    }

}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .yx a img{
        height: 83px;
    }
    .toptxt:before{
        height: 58px;
    }
    .toptxt h3{
        font-size: 23px;
    }
    .toptxt p{
        font-size: 20px;
    }
    .top_fr span{
        font-size: 23px;
    }
    .ssform .ss1{
        width: 217px;
        height: 42px;
    }
    .menupc li a{
        padding: 0 22px;
        font-size: 17px;
    }
    .menupc .xiala li a{
        font-size: 18px;
    }
    .ban_txt{
        top: 35%;
    }
    .ban_txt1{
        font-size: 40px;
    }
    .ban_txt2{
        margin-top: 25px;
    }
    .ban_txt2 img{
        height: 89px;
    }
    .ban_arrow{
        bottom: 115px;
    }
    .home-product{
        padding: 60px 0 105px 0;
        border-radius: 70px 70px 0px 0px;
    }
    .home-product{
        margin-top: -60px;
    }
    .index_title h3{
        font-size: 40px;
    }
    .index_title p{
        font-size: 15px;
    }
    .pro_con_fl{
        width: 29%;
    }
    .pro_con_fr{
        width: 67%;
    }
    .pro_con_fl1 p{
        font-size: 27px;
    }
    .pro_con_fl1 span{
        font-size: 12px;
    }
    .pform .pss1{
        font-size: 16px;
    }
    .pinfo li a{
        font-size: 18px;
    }
    .pinfo .er li a{
        font-size: 16px;
    }
    .pinfo .nav-show .er li a{
        font-size: 16px;
    }
    .pro_con_fl4{
        display: none;
    }
    .pro_txt{
        font-size: 16px;
    }
    .home-about{
        border-radius: 70px 70px 0px 0px;
        padding: 60px 0;
        margin-top: -60px;
    }
    .about_fl_con{
        font-size: 18px;
    }
    .about_fl_txt h3{
        font-size: 16px;
    }
    .about_fl_txt h3 span{
        font-size: 40px;
    }
    .about_fl_txt p{
        font-size: 16px;
    }
    .home-equipment{
        padding: 75px 0 50px 0
    }
    .equipment_con{
        margin-top: 55px;
    }
    .home-equipment .index_more{
        margin-top: 40px;
    }
    .home-case{
        padding: 60px 0 45px 0;
    }
    .cases.swiper-slide-active .case_txt_fl{
        font-size: 21px;
    }
    .home-news{
        padding: 60px 0 55px 0;
    }
    .news_con{
        margin: 55px 0 40px 0;
    }
    .news_con li a{
        font-size: 16px;
        padding: 34px 42px;
    }
    .news_date{
        padding-left: 45px;
    }
    .news_txt{
        width: 42%;
        font-size: 18px;
        padding-left: 55px;
    }
    .news_img{
        right: 205px;
    }
    .footer1_1_t a img{
        height: 84px;
    }
    .footer1_1_b{
        margin-top: 67px;
    }

    .iban_info h3{
        font-size: 38px;
    }
    .iban_info p{
        font-size: 17px;
    }
    .iban_wz p{
        font-size: 16px;
    }
    .iban_wz p a{
        font-size: 16px;
    }
    .iabout1{
        padding: 60px 0 55px 0;
    }
    .iabout1_1_img h3{
        padding: 37px 22px;
        font-size: 27px;
    }
    .iabout1_1_img img{
        border-radius: 5px 5px 70px 5px;
    }
    .iabout1_1 .swiper-pagination3{
        bottom: 77px;
    }
    .inner_title{
        font-size: 34px;
    }
    .iabout1_1_txt2{
        font-size: 18px;
        height: 480px;
        padding-right: 55px;
    }
    .iabout2{
        padding-top: 65px;
    }
    .iabout2_info{
        font-size: 18px;
    }
    .iabout2_con ul li{
        padding: 30px 25px;
    }
    .iabout2_txt1{
        font-size: 25px;
    }
    .iabout2_txt2{
        font-size: 18px;
    }
    .iabout3{
        margin-top: 65px;
        border-radius: 70px 70px 0px 0px;
        padding: 65px 0 60px 0;
    }
    .iabout3_txt p{
        font-size: 18px;
    }
    .iabout4{
        padding: 60px 0 80px 0;
    }
    .iabout4_con1 .swiper-container{
        width: 89%;
    }
    .iabout4-min a{
        font-size: 21px;
    }
    .iabout4-min.swiper-slide-thumb-active a{
        font-size: 58px;
    }
    .iabout4_con2{
        margin-top: 65px;
    }
    .iabout4_title ul li{
        padding-left: 62px;
    }
    .iabout4_title ul li:after{
        width: 40px;
        height: 7px;
        left: -20px;
    }
    .iabout4_title ul li a{
        font-size: 27px;
    }
    .iabout5_txt{
        padding: 0 10%;
    }
    .iabout5_txt1{
        font-size: 27px;
    }
    .iabout5_txt2{
        font-size: 18px;
    }
    .iabout5_txt3{
        margin-top: 45px;
        width: 179px;
        height: 81px;
    }
    .iabout5_txt3 p{
        font-size: 16px;
    }
    .ihonor1{
        padding: 65px 0 52px 0;
    }
    .ihonor1_info{
        font-size: 18px;
    }
    .ihonor1_con{
        margin-top: 37px;
    }
    .ihonor1_txt{
        font-size: 23px;
    }
    .ihonor2{
        padding: 65px 0 47px 0;
    }
    .icontact1{
        padding: 65px 0 80px 0;
    }
    .icontact1_con_fl_t h3{
        font-size: 28px;
    }
    .icontact1_con_fl_t p{
        font-size: 22px;
    }
    .icontact1_con_fl_b{
        padding: 47px 37px 135px 37px;
        font-size: 18px;
    }
    .icontact1_con_fr{
        border-radius: 0px 70px 0px 0px;
        width: 55%;
    }
    .icontact2{
        margin: 55px 0 75px 0;
    }
    .icontact2_con ul li{
        border-radius: 5px 5px 70px 5px;
        padding: 32px 37px 55px 37px;
    }
    .icontact2_con{
        margin-top: 40px;
    }
    .icontact2_con_txt{
        flex-direction: column;
        margin-top: 40px;
    }
    .icontact2_con_txt_fl{
        font-size: 28px;
    }
    .icontact2_con_txt_fl:after{
        width: 34px;
        height: 6px;
    }
    .icontact2_con_txt_fr{
        font-size: 18px;
        margin-top: 25px;
    }
    .ifeedback{
        padding: 60px 0 55px 0;
    }
    .irecruit1{
        margin: 65px 0 52px 0;
    }
    .irecruit1_txt2 dl{
        flex-direction: column;
        align-items: flex-start;
    }
    .irecruit1_txt2 dl dd{
        font-size: 16px;
    }
    .irecruit1_txt3{
        font-size: 16px;
    }
    .irecruit2{
        margin-bottom: 60px;
    }
    .irecruit2_txt{
        height: 71px;
    }
    .irecruit2_txt p{
        font-size: 23px;
    }
    .irecruit2_con .swiper-button-next5, .irecruit2_con .swiper-button-prev5{
        top: -10px;
    }
    .jointck_con1{
        padding-bottom: 25px;
    }
    .jointck_con1_fl{
        font-size: 28px;
    }
    .jointck_con1_fr dl dd{
        font-size: 16px;
    }
    .jointck_close a img{
        height: 50px;
    }
    .jointck_con2{
        height: 350px;
    }
    .jointck_con2s{
        font-size: 16px;
        line-height: 35px;
    }
    .inews{
        padding: 75px 0 55px 0;
    }
    .inews1_txt{
        padding: 45px 50px 35px 50px;
    }
    .inews1_txt1{
        font-size: 23px;
    }
    .inews1_txt2{
        font-size: 18px;
    }
    .inews1_txt3 span{
        font-size: 39px;
    }
    .inews1_txt3 p{
        font-size: 14px;
    }
    .inews2_txt1{
        font-size: 18px;
    }
    .inews2_txt2{
        font-size: 16px;
    }
    .inews2_txt3{
        font-size: 16px;
    }
    .inewsshow_con{
        margin: 60px 0 45px 0;
    }
    .show_title h3{
        font-size: 28px;
    }
    .show_info{
        font-size: 16px;
    }
    .show_content{
        font-size: 18px;
    }
    .inewsshow_con_fr_t h3{
        font-size: 18px;
    }
    .inewsshow_con_fr_b_txt1{
        font-size: 18px;
    }
    .inewsshow_con_fr_b_txt2{
        font-size: 16px;
        line-height: 30px;
        height: 30px;
    }
    .common_contact{
        padding: 55px 0;
    }
    .common_contact_title{
        font-size: 34px;
        margin-bottom: 35px;
    }
    .common_contact_fl_con dl dt{
        font-size: 18px;
    }
    .common_contact_fl_con dl dd{
        font-size: 16px;
    }
    .zxly1 label{
        font-size: 16px;
    }
    .zxly1 input{
        font-size: 16px;
    }
    .zxly1 input.distance1{
        padding-left: 190px;
    }
    .zxly1 input.distance2{
        padding-left: 170px;
    }
    .zxly1 input.distance3{
        padding-left: 135px;
    }
    .zxly1 input.distance4{
        padding-left: 130px;
    }
    .zxly2 label{
        font-size: 16px;
    }
    .zxly2 textarea{
        font-size: 16px;
        padding: 20px 30px 20px 285px;
    }
    .zxly3 button{
        font-size: 16px;
    }
    .icase1{
        padding: 60px 0 55px 0;
    }
    .icase1_con_txt_fl{
        font-size: 18px;
    }
    .icase2{
        margin: 60px 0 45px 0;
    }
    .iequipment{
        padding: 60px 0 55px 0;
    }
    .iequipment1{
        padding: 40px;
        border-radius: 5px 5px 70px 5px;
    }
    .iequipment1_fl_txt{
        font-size: 23px;
    }
    .equipment_txt{
        font-size: 16px;
    }
    .iequshow1{
        margin-top: 65px;
    }
    .iequshow1_fl_b .gallery-thumbs{
        width: 90%;
    }
    .iequshow1_fr1{
        font-size: 28px;
    }
    .iequshow1_fr1:after{
        width: 68px;
    }
    .iequshow1_fr2{
        margin-top: 25px;
        font-size: 18px;
    }
    .iequshow1_fr3{
        margin-top: 50px;
    }
    .iequshow1_fr4{
        margin-top: 75px;
    }
    .iequshow1_fr4 a{
        font-size: 16px;
        padding: 0 28px 0 47px;
    }
    .iequshow2{
        margin-top: 55px;
    }
    .iequshow_title p{
        font-size: 27px;
    }
    .iequshow2_con{
        font-size: 18px;
    }
    .iproduct1{
        padding: 60px 0 55px 0;
    }
    .iproduct1_nav{
        padding-bottom: 30px;
        margin-bottom: 45px;
    }
    .iproduct1_nav_fl{
        font-size: 27px;
    }
    .iproduct1_nav_fr ul li{
        margin-left: 30px;
    }
    .iproduct1_nav_fr ul li a{
        font-size: 18px;
    }
    .iproshow .iproduct1{
        padding: 65px 0 55px 0;
    }
    .iproshow1_fl{
        width: 53%;
    }
    .iproshow1_fl_b{
        padding: 27px;
    }
    .iproshow1_fr{
        width: 40%;
        margin: 0;
    }
    .iproshow1_fr_t1{
        font-size: 27px;
    }
    .iproshow1_fr_t1:after{
        width: 68px;
    }
    .iproshow1_fr_t2{
        margin-top: 27px;
        font-size: 18px;
    }
    .iproshow1_fr_b{
        margin-top: 25px;
        flex-direction: column;
    }
    .iproshow1_fr_b a{
        margin-top: 15px;
    }
    .iproshow2 h3{
        font-size: 27px;
    }
    .iproshow2{
        font-size: 18px;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .yx a img{
        height: 78px;
    }
    .toptxt:before{
        height: 53px;
    }
    .toptxt h3{
        font-size: 21px;
    }
    .toptxt p{
        font-size: 18px;
    }
    .top_fr span{
        font-size: 21px;
    }
    .ssform .ss1{
        width: 207px;
        height: 40px;
    }
    .menupc li a{
        padding: 0 20px;
        font-size: 16px;
    }
    .menupc .xiala li a{
        font-size: 17px;
    }
    .ban_txt{
        top: 35%;
    }
    .ban_txt1{
        font-size: 35px;
    }
    .ban_txt2{
        margin-top: 25px;
    }
    .ban_txt2 img{
        height: 79px;
    }
    .ban_arrow{
        bottom: 105px;
    }
    .home-product{
        padding: 50px 0 95px 0;
        border-radius: 60px 60px 0px 0px;
    }
    .home-product{
        margin-top: -50px;
    }
    .index_title h3{
        font-size: 38px;
    }
    .index_title p{
        font-size: 14px;
    }
    .pro_con_fl{
        width: 30%;
    }
    .pro_con_fr{
        width: 66%;
    }
    .pro_con_fl1 p{
        font-size: 26px;
    }
    .pro_con_fl1 span{
        font-size: 12px;
    }
    .pform .pss1{
        font-size: 16px;
    }
    .pinfo li a{
        font-size: 18px;
    }
    .pinfo .er li a{
        font-size: 16px;
    }
    .pinfo .nav-show .er li a{
        font-size: 16px;
    }
    .pro_con_fl4{
        display: none;
    }
    .pro_txt{
        font-size: 16px;
    }
    .home-about{
        border-radius: 60px 60px 0px 0px;
        padding: 50px 0;
        margin-top: -50px;
    }
    .about_fl_con{
        font-size: 18px;
    }
    .about_fl_txt h3{
        font-size: 16px;
    }
    .about_fl_txt h3 span{
        font-size: 38px;
    }
    .about_fl_txt p{
        font-size: 16px;
    }
    .home-equipment{
        padding: 70px 0 45px 0
    }
    .equipment_con{
        margin-top: 50px;
    }
    .home-equipment .index_more{
        margin-top: 35px;
    }
    .home-case{
        padding: 50px 0 45px 0;
    }
    .cases.swiper-slide-active .case_txt_fl{
        font-size: 20px;
    }
    .home-news{
        padding: 50px 0;
    }
    .news_con{
        margin: 50px 0 35px 0;
    }
    .news_con li a{
        font-size: 16px;
        padding: 32px 40px;
    }
    .news_date{
        padding-left: 40px;
    }
    .news_txt{
        width: 42%;
        font-size: 18px;
        padding-left: 50px;
    }
    .news_img{
        right: 200px;
    }
    .footer1_1_t a img{
        height: 74px;
    }
    .footer1_1_b{
        margin-top: 57px;
    }

    .iban_info h3{
        font-size: 33px;
    }
    .iban_info p{
        font-size: 16px;
    }
    .iban_wz p{
        font-size: 16px;
    }
    .iban_wz p a{
        font-size: 16px;
    }
    .iabout1{
        padding: 50px 0;
    }
    .iabout1_1_img h3{
        padding: 35px 20px;
        font-size: 26px;
    }
    .iabout1_1_img img{
        border-radius: 5px 5px 60px 5px;
    }
    .iabout1_1 .swiper-pagination3{
        bottom: 75px;
    }
    .inner_title{
        font-size: 32px;
    }
    .iabout1_1_txt2{
        font-size: 18px;
        height: 500px;
        padding-right: 50px;
    }
    .iabout2{
        padding-top: 55px;
    }
    .iabout2_info{
        font-size: 18px;
    }
    .iabout2_con ul li{
        padding: 30px 25px;
    }
    .iabout2_txt1{
        font-size: 26px;
    }
    .iabout2_txt2{
        font-size: 18px;
    }
    .iabout3{
        margin-top: 55px;
        border-radius: 60px 60px 0px 0px;
        padding: 55px 0 60px 0;
    }
    .iabout3_txt p{
        font-size: 18px;
    }
    .iabout4{
        padding: 50px 0 70px 0;
    }
    .iabout4_con1 .swiper-container{
        width: 88%;
    }
    .iabout4-min a{
        font-size: 20px;
    }
    .iabout4-min.swiper-slide-thumb-active a{
        font-size: 53px;
    }
    .iabout4_con2{
        margin-top: 55px;
    }
    .iabout4_title ul li{
        padding-left: 57px;
    }
    .iabout4_title ul li:after{
        width: 40px;
        height: 7px;
        left: -20px;
    }
    .iabout4_title ul li a{
        font-size: 26px;
    }
    .iabout5_txt{
        padding: 0 10%;
    }
    .iabout5_txt1{
        font-size: 26px;
    }
    .iabout5_txt2{
        font-size: 18px;
    }
    .iabout5_txt3{
        margin-top: 35px;
        width: 168px;
        height: 76px;
    }
    .iabout5_txt3 p{
        font-size: 16px;
    }
    .ihonor1{
        padding: 55px 0 50px 0;
    }
    .ihonor1_info{
        font-size: 18px;
    }
    .ihonor1_con{
        margin-top: 35px;
    }
    .ihonor1_txt{
        font-size: 22px;
    }
    .ihonor2{
        padding: 55px 0 45px 0;
    }
    .icontact1{
        padding: 55px 0 70px 0;
    }
    .icontact1_con_fl_t h3{
        font-size: 26px;
    }
    .icontact1_con_fl_t p{
        font-size: 20px;
    }
    .icontact1_con_fl_b{
        margin-top: 35px;
        padding: 45px 35px 125px 35px;
        font-size: 18px;
    }
    .icontact1_con_fr{
        border-radius: 0px 60px 0px 0px;
        width: 55%;
    }
    .icontact2{
        margin: 50px 0 70px 0;
    }
    .icontact2_con ul li{
        border-radius: 5px 5px 60px 5px;
        padding: 30px 35px 50px 35px;
    }
    .icontact2_con{
        margin-top: 35px;
    }
    .icontact2_con_txt{
        flex-direction: column;
        margin-top: 35px;
    }
    .icontact2_con_txt_fl{
        font-size: 26px;
    }
    .icontact2_con_txt_fl:after{
        width: 34px;
        height: 6px;
    }
    .icontact2_con_txt_fr{
        font-size: 18px;
        margin-top: 25px;
    }
    .ifeedback{
        padding: 50px 0;
    }
    .irecruit1{
        margin: 55px 0 50px 0;
    }
    .irecruit1_txt2 dl{
        flex-direction: column;
        align-items: flex-start;
    }
    .irecruit1_txt2 dl dd{
        font-size: 16px;
    }
    .irecruit1_txt3{
        font-size: 16px;
    }
    .irecruit2{
        margin-bottom: 55px;
    }
    .irecruit2_txt{
        height: 66px;
    }
    .irecruit2_txt p{
        font-size: 22px;
    }
    .irecruit2_con .swiper-button-next5, .irecruit2_con .swiper-button-prev5{
        top: -10px;
    }
    .jointck_con1{
        padding-bottom: 25px;
    }
    .jointck_con1_fl{
        font-size: 26px;
    }
    .jointck_con1_fr dl dd{
        font-size: 16px;
    }
    .jointck_close a img{
        height: 48px;
    }
    .jointck_con2{
        height: 350px;
    }
    .jointck_con2s{
        font-size: 16px;
        line-height: 35px;
    }
    .inews{
        padding: 55px 0;
    }
    .inews1_txt{
        padding: 40px 45px 35px 45px;
    }
    .inews1_txt1{
        font-size: 22px;
    }
    .inews1_txt2{
        font-size: 18px;
    }
    .inews1_txt3 span{
        font-size: 38px;
    }
    .inews1_txt3 p{
        font-size: 14px;
    }
    .inews2_txt1{
        font-size: 18px;
    }
    .inews2_txt2{
        font-size: 16px;
    }
    .inews2_txt3{
        font-size: 16px;
    }
    .inewsshow_con{
        margin: 50px 0 40px 0;
    }
    .show_title h3{
        font-size: 26px;
    }
    .show_info{
        font-size: 16px;
    }
    .show_content{
        font-size: 18px;
    }
    .inewsshow_con_fr_t h3{
        font-size: 18px;
    }
    .inewsshow_con_fr_b_txt1{
        font-size: 18px;
    }
    .inewsshow_con_fr_b_txt2{
        font-size: 16px;
        line-height: 30px;
        height: 30px;
    }
    .common_contact{
        padding: 50px 0;
    }
    .common_contact_title{
        font-size: 32px;
        margin-bottom: 30px;
    }
    .common_contact_fl_con dl dt{
        font-size: 18px;
    }
    .common_contact_fl_con dl dd{
        font-size: 16px;
    }
    .zxly1 label{
        font-size: 16px;
    }
    .zxly1 input{
        font-size: 16px;
    }
    .zxly1 input.distance1{
        padding-left: 190px;
    }
    .zxly1 input.distance2{
        padding-left: 170px;
    }
    .zxly1 input.distance3{
        padding-left: 135px;
    }
    .zxly1 input.distance4{
        padding-left: 130px;
    }
    .zxly2 label{
        font-size: 16px;
    }
    .zxly2 textarea{
        font-size: 16px;
        padding: 20px 30px 20px 285px;
    }
    .zxly3 button{
        font-size: 16px;
    }
    .icase1{
        padding: 50px 0;
    }
    .icase1_con_txt_fl{
        font-size: 18px;
    }
    .icase2{
        margin: 50px 0 45px 0;
    }
    .iequipment{
        padding: 50px;
    }
    .iequipment1{
        padding: 35px;
        border-radius: 5px 5px 60px 5px;
    }
    .iequipment1_fl_txt{
        font-size: 22px;
    }
    .equipment_txt{
        font-size: 16px;
    }
    .iequshow1{
        margin-top: 55px;
    }
    .iequshow1_fl_b .gallery-thumbs{
        width: 90%;
    }
    .iequshow1_fr1{
        font-size: 26px;
    }
    .iequshow1_fr1:after{
        width: 63px;
    }
    .iequshow1_fr2{
        margin-top: 20px;
        font-size: 18px;
    }
    .iequshow1_fr3{
        margin-top: 45px;
    }
    .iequshow1_fr4{
        margin-top: 75px;
    }
    .iequshow1_fr4 a{
        font-size: 16px;
        padding: 0 26px 0 42px;
    }
    .iequshow2{
        margin-top: 50px;
    }
    .iequshow_title p{
        font-size: 26px;
    }
    .iequshow2_con{
        font-size: 18px;
    }
    .iproduct1{
        padding: 55px 0 50px 0;
    }
    .iproduct1_nav{
        padding-bottom: 25px;
        margin-bottom: 40px;
    }
    .iproduct1_nav_fl{
        font-size: 26px;
    }
    .iproduct1_nav_fr ul li{
        margin-left: 25px;
    }
    .iproduct1_nav_fr ul li a{
        font-size: 18px;
    }
    .iproshow .iproduct1{
        padding: 55px 0;
    }
    .iproshow1_fl{
        width: 53%;
    }
    .iproshow1_fl_b{
        padding: 25px;
    }
    .iproshow1_fr{
        width: 40%;
        margin: 0;
    }
    .iproshow1_fr_t1{
        font-size: 26px;
    }
    .iproshow1_fr_t1:after{
        width: 63px;
    }
    .iproshow1_fr_t2{
        margin-top: 25px;
        font-size: 18px;
    }
    .iproshow1_fr_b{
        margin-top: 25px;
        flex-direction: column;
    }
    .iproshow1_fr_b a{
        margin-top: 15px;
    }
    .iproshow2 h3{
        font-size: 26px;
    }
    .iproshow2{
        font-size: 18px;
    }


}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .container2{
        width:100%;
        margin:0 auto;
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .rightside.case_more{
        display: none !important;
    }
    .ban_txt{
        top: 38%;
    }
    .ban_txt1{
        font-size: 34px;
    }
    .ban_arrow{
        bottom: 75px;
    }
    .home-product{
        padding: 50px 0 105px 0;
        margin-top: -50px;
        border-radius: 50px 50px 0px 0px;;
    }
    .ban_txt2 img{
        height: 60px;
    }
    .index_title h3{
        font-size: 30px;
    }
    .index_title p{
        font-size: 16px;
    }
    .pro_con{
        margin-top: 35px;
    }
    .pro_con_fl{
        width: 35%;
        padding: 35px 25px 25px 25px;
    }
    .pro_con_fr{
        width: 61.6%;
    }
    .pro_con_fl1 p{
        font-size: 26px;
    }
    .pro_con_fl2{
        margin-top: 25px;
    }
    .pro_con_fl1 span{
        font-size: 12px;
    }
    .pinfo li a{
        font-size: 18px;
    }
    .pinfo .er li a{
        font-size: 16px;
    }
    .pinfo .nav-show .er li a{
        font-size: 16px;
    }
    .pro_con_fl4{
        display: none;
    }
    .pro_txt{
        font-size: 16px;
    }
    .home-about{
        padding: 50px 0;
        margin-top: -50px;
        border-radius: 50px 50px 0px 0px;
    }
    .home-about:after{
        width: 57%;
    }
    .about_fl_con{
        margin-top: 25px;
        font-size: 18px;
        line-height: 32px;
        height: 160px;
    }
    .about_fl_num{
        margin-top: 35px;
    }
    .about_fl_num ul li{
        margin-right: 50px;
    }
    .about_fl_txt h3{
        font-size: 16px;
    }
    .about_fl_txt h3 span{
        font-size: 30px;
    }
    .about_fl_txt p{
        font-size: 16px;
    }
    .about_fl .index_more{
        margin-top: 50px;
    }
    .home-equipment{
        padding: 50px 0;
    }
    .equipment_nav ul li a{
        width: 187px;
        height: 45px;
        font-size: 16px;
    }
    .equipment_con{
        margin-top: 35px;
    }
    .equipment_txt{
        line-height: 55px;
        font-size: 16px;
    }
    .home-equipment .index_more{
        margin-top: 35px;
    }
    .home-case{
        padding: 50px 0 45px 0;
    }
    .case_con{
        padding-top: 35px;
    }
    .case_txt_fl{
        font-size: 16px;
    }
    .cases.swiper-slide-active .case_txt_fl{
        font-size: 20px;
    }
    .case_more{
        margin: 50px auto 0 auto;
    }
    .home-news{
        padding: 50px 0;
    }
    .news_con{
        margin: 35px 0;
    }
    .news_con li a{
        padding: 20px 28px;
        font-size: 16px;
    }
    .news_date{
        padding-left: 35px;
    }
    .news_txt{
        width: 41%;
        padding-left: 35px;
        font-size: 18px;
    }
    .news_img{
        right: 180px;
    }
    .footer1{
        padding: 50px 0;
    }
    .footer1_1_t a img{
        height: 75px;
    }
    .footer1_1_b{
        margin-top: 50px;
    }
    .footer1_2 ul li a{
        font-size: 16px;
    }
    .menulist ul li a{
        font-size: 14px;
    }
    .footer1_3 ul li p{
        font-size: 16px;
    }
    .index_more a{
        width: 231px;
        padding: 0 48px 0 64px;
    }

    .iban_info h3{
        font-size: 28px;
    }
    .iban_info p{
        font-size: 18px;
    }
    .iban_wz p a{
        font-size: 16px;
    }
    .inner_nav ul li{
        margin: 0 30px;
    }
    .inner_nav ul li a{
        line-height: 71px;
    }
    .iabout1{
        padding: 50px 0;
    }
    .inner_title{
        font-size: 32px;
    }
    .iabout1_1_txt2{
        font-size: 18px;
        padding-right: 25px;
        height: 400px;
    }
    .iabout1_1_img h3{
        font-size: 20px;
        padding: 25px 20px;
    }
    .iabout1_1_img img{
        border-radius: 5px 5px 50px 5px;
    }
    .iabout1_1 .swiper-pagination3{
        bottom: 50px;
        left: 25%;
    }
    .iabout2{
        padding-top: 50px;
        background-size: 150%;
    }
    .iabout2_info{
        font-size: 18px;
        margin: 25px auto 35px auto;
    }
    .iabout2_txt1{
        font-size: 26px;
    }
    .iabout2_txt1:after{
        margin-top: 15px;
    }
    .iabout2_txt2{
        font-size: 18px;
        margin-top: 25px;
    }
    .iabout2_con ul li{
        padding: 30px 25px;
        height: 269px;
    }
    .iabout3{
        margin-top: 50px;
        border-radius: 50px 50px 0px 0px;
        padding: 50px 0;
    }
    .iabout3_con .swiper-button-prev1{
        right: 93px;
    }
    .iabout3_con .swiper-button-next1{
        right: 15px;
    }
    .iabout3_info{
        font-size: 18px;
    }
    .iabout3_con{
        margin: 35px 0 50px 0;
    }
    .iabout3_txt p{
        font-size: 18px;
    }
    .iabout4{
        padding: 50px 0;
    }
    .iabout4-min a{
        font-size: 20px;
    }
    .iabout4-min.swiper-slide-thumb-active a{
        font-size: 53px;
    }
    .iabout4_con2{
        margin-top: 50px;
    }
    .iabout4_title ul li{
        padding-left: 57px;
    }
    .iabout4_title ul li:after{
        width: 40px;
        height: 7px;
        left: -20px;
    }
    .iabout4_title ul li a{
        font-size: 22px;
    }
    .iabout5_txt{
        padding: 0 15px;
    }
    .iabout5_txt1{
        font-size: 26px;
    }
    .iabout5_txt2{
        font-size: 18px;
        line-height: 1;
    }
    .iabout5_txt3{
        margin-top: 25px;
        width: 146px;
        height: 66px;
        padding: 10px 15px;
    }
    .iabout5_txt3 p{
        font-size: 16px;
    }
    .ihonor1{
        padding: 50px 0;
    }
    .ihonor1_info{
        font-size: 18px;
    }
    .ihonor1_info br{
        display: none;
    }
    .ihonor1_con{
        margin-top: 35px;
        padding-bottom: 35px;
    }
    .ihonor1_con .swiper-container{
        width: 100%;
    }
    .ihonor1_txt{
        font-size: 24px;
        opacity: 1;
    }
    .ihonor2{
        padding: 50px 0 40px 0;
    }
    .ihonor2_con ul li{
        margin-bottom: 25px;
    }
    .irecruit1{
        margin: 50px 0 30px 0;
    }
    .irecruit1_con ul li a{
        padding: 30px 25px 35px 25px;
    }
    .irecruit1_txt2 dl{
        flex-direction: column;
        align-items: flex-start;
    }
    .irecruit1_txt2 dl dd{
        font-size: 16px;
        margin-right: 0;
        line-height: 25px;
    }
    .irecruit1_txt3{
        font-size: 16px;
    }
    .irecruit1_txt4{
        margin-top: 25px;
    }
    .irecruit2{
        margin-bottom: 50px;
    }
    .irecruit2_txt{
        height: 71px;
    }
    .irecruit2_txt p{
        font-size: 24px;
    }
    .icontact1{
        padding: 50px 0;
    }
    .icontact1_con{
        margin-top: 35px;
    }
    .icontact1_con_fl_t h3{
        font-size: 26px;
    }
    .icontact1_con_fl_t p{
        margin-top: 25px;
        font-size: 20px;
    }
    .icontact1_con_fl_b{
        margin-top: 35px;
        padding: 35px 25px 95px 25px;
        font-size: 18px;
    }
    .icontact1_con_fl_b p{
        padding-left: 57px;
    }
    .icontact1_con_fr{
        border-radius: 0px 50px 0px 0px;
        width: 52%;
    }
    .icontact2{
        margin: 50px 0;
    }
    .icontact2_con{
        margin-top: 35px;
    }
    .icontact2_con ul li{
        border-radius: 5px 5px 50px 5px;
        padding: 30px 35px 50px 35px;
    }
    .icontact2_con_txt{
        margin-top: 35px;
        flex-direction: column;
    }
    .icontact2_con_txt_fl{
        font-size: 26px;
    }
    .icontact2_con_txt_fl:after{
        width: 34px;
        height: 6px;
    }
    .icontact2_con_txt_fr{
        margin-top: 25px;
        font-size: 18px;
    }
    .ifeedback{
        padding: 50px 0;
    }
    .ifeedback_con{
        margin-top: 35px;
    }
    .ly2 .zxly2{
        margin-bottom: 35px;
    }
    .inews{
        padding: 50px 0 40px 0;
    }
    .inews1{
        margin-top: 35px;
    }
    .inews1s a{
        border-radius: 5px 5px 50px 5px;
    }
    .inews1_txt{
        padding: 30px 35px;
    }
    .inews1_txt1{
        font-size: 24px;
    }
    .inews1_txt2{
        margin-top: 25px;
        font-size: 18px;
    }
    .inews1_txt3{
        right: 35px;
        bottom: 30px;
    }
    .inews1_txt3 span{
        font-size: 32px;
    }
    .inews1_txt3 p{
        font-size: 14px;
    }
    .inews1_txt4{
        margin-top: 35px;
        width: 231px;
        padding: 0 48px 0 64px;
    }
    .inews2_img{
        width: 28%;
    }
    .inews2_txt{
        width: 72%;
        padding: 30px 130px 35px 25px;
    }
    .inews2_more{
        right: 25px;
    }
    .icase1{
        padding: 50px 0;
    }
    .icase1_con{
        margin: 35px 0 15px 0;
    }
    .icase1_con ul li{
        margin-bottom: 35px;
    }
    .icase1_con_txt{
        height: 69px;
    }
    .icase1_con_txt_fl{
        font-size: 18px;
    }
    .icase2{
        margin: 50px 0 45px 0;
    }
    .icase2s a{
        border: 10px solid #F0F3F8;
    }
    .inewsshow_con_fl{
        width: 100%;
    }
    .inewsshow_con_fr{
        display: none;
    }
    .inewsshow_con{
        margin: 50px 0 25px 0;
    }
    .show_title h3{
        font-size: 26px;
    }
    .show_info{
        font-size: 16px;
    }
    .show_content{
        padding: 25px 0;
        font-size: 18px;
    }
    .common_contact{
        padding: 50px 0;
    }
    .common_contact_title{
        font-size: 32px;
        margin-bottom: 35px;
    }
    .common_contact_fl_con dl{
        margin-bottom: 35px;
    }
    .iequipment{
        padding: 50px 0 40px 0;
    }
    .iequipment1{
        border-radius: 5px 5px 50px 5px;
        margin-top: 35px;
        padding: 35px;
    }
    .iequipment1_fl_txt{
        font-size: 22px;
    }
    .iequipment2 ul li{
        margin-bottom: 35px;
    }
    .iequshow1{
        margin-top: 50px;
    }
    .iequshow1_fr1{
        font-size: 26px;
    }
    .iequshow1_fr1:after{
        width: 53px;
    }
    .iequshow1_fr2{
        margin-top: 25px;
        font-size: 18px;
    }
    .iequshow1_fr3{
        margin-top: 25px;
    }
    .iequshow1_fr4{
        margin-top: 50px;
    }
    .iequshow1_fr4 a{
        font-size: 16px;
        padding: 0 25px 0 30px;
    }
    .iequshow2{
        margin-top: 50px;
    }
    .iequshow1_fl_b .gallery-thumbs{
        width: 90%;
    }
    .iequshow_title p{
        font-size: 26px;
    }
    .iequshow_title p:after{
        width: 75px;
    }
    .iequshow2_con{
        font-size: 18px;
    }
    .iproduct1{
        padding: 50px 0 40px 0;
    }
    .iproduct1_nav{
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 20px;
        margin-bottom: 35px;
    }
    .iproduct1_nav_fl{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .iproduct1_nav_fr ul li{
        margin-right: 25px;
        margin-left: 0;
    }
    .iproduct1_nav_fr ul li a{
        font-size: 18px;
    }
    .iproshow .iproduct1{
        padding: 50px 0;
    }
    .iproshow1_fl{
        width: 100%;
    }
    .iproshow1_fr{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .iproshow1_fl_b{
        padding: 25px;
    }
    .iproshow1_fr_t1{
        font-size: 26px;
    }
    .iproshow1_fr_t1:after{
        width: 63px;
    }
    .iproshow1_fr_t2{
        font-size: 18px;
    }
    .iproshow2 h3{
        font-size: 26px;
    }
    .iproshow2{
        font-size: 18px;
    }
    .jointck_con1_fl{
        font-size: 30px;
    }

}

@media(max-width:820px) {
    .ban_arrows{
        width: 157px;
    }
    .home-banner .swiper-pagination{
        bottom: 6px;
        height: 12px;
    }
    .home-banner .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        margin: 0px 12px !important;
    }
    .ban_txt1{
        font-size: 24px;
    }
    .ban_txt2{
        margin-top: 25px;
    }
    .ban_txt2 img{
        height: 50px;
    }
    .home-product{
        padding: 50px 0 70px 0;
    }
    .index_title h3{
        font-size: 26px;
    }
    .index_title p{
        font-size: 14px;
    }
    .pro_con_fl{
        display: none;
    }
    .pro_con_fr{
        width: 100%;
    }
    .pro_con_frs li{
        margin-bottom: 20px;
    }
    .about_fl_con{
        font-size: 16px;
        line-height: 30px;
        height: 150px;
    }
    .cases.swiper-slide-active .case_txt_fl{
        font-size: 18px;
    }
    .news_con li a:hover .news_img{
        opacity: 0;
    }
    .news_txt{
        width: 56%;
    }
    .footer1_1{
        width: 25%;
    }
    .footer1_1_t a img{
        height: 70px;
    }
    .footer1_2{
        width: 70%;
    }
    .footer1_3{
        width: 100%;
        margin-top: 25px;
    }
    .footer1_3 ul{
        justify-content: center;
    }
    .footer1_3 ul li{
        width: 25%;
        padding: 0 2%;
    }

    .iban_info h3{
        font-size: 24px;
    }
    .iban_info p{
        font-size: 16px;
    }
    .iban_wz{
        bottom: 15px;
    }
    .iban_wz p a{
        font-size: 14px;
    }
    .iban_wz p span{
        font-size: 14px;
    }
    .inner_nav ul li{
        margin: 0 25px;
    }
    .inner_nav ul li a{
        font-size: 18px;
    }
    .iabout1{
        padding: 50px 0 25px 0;
    }
    .inner_title{
        font-size: 28px;
    }
    .iabout1_1_txt2{
        margin-top: 25px;
    }
    .iabout1_1_txt2{
        height: 320px;
    }
    .iabout1_1_img h3{
        font-size: 18px;
    }
    .about_fl_txt h3 span{
        font-size: 28px;
    }
    .about_fl_num ul li{
        margin-bottom: 25px;
    }
    .iabout2{
        background-size: 180%;
    }
    .iabout2_txt1{
        font-size: 22px;
    }
    .iabout2_txt2{
        font-size: 16px;
    }
    .iabout4-min.swiper-slide-thumb-active a{
        font-size: 48px;
    }
    .iabout4_con2{
        margin-top: 35px;
    }
    .iabout4_show{
        width: 100%;
    }
    .iabout4_title{
        width: 100%;
        margin-top: 25px;
    }
    .iabout4_title ul li{
        padding-left: 47px;
    }
    .iabout4_title ul li a{
        font-size: 20px;
    }
    .iabout5 ul li{
        width: 100%;
    }
    .ihonor1_txt{
        font-size: 22px;
    }
    .irecruit2_txt{
        height: 61px;
    }
    .irecruit2_txt p{
        font-size: 22px;
    }
    .icontact1_con_fl{
        width: 100%;
    }
    .icontact1_con_fr{
        width: 100%;
        margin-top: 25px;
        position: inherit;
    }
    .icontact1_con_fl_t h3{
        font-size: 24px;
    }
    .icontact1_con_fl_t p{
        font-size: 18px;
    }
    .icontact2_con ul li{
        padding: 25px 25px 35px 25px;
    }
    .icontact2_con_txt_fl{
        font-size: 24px;
    }
    .inews1_txt1{
        font-size: 22px;
    }
    .inews1_txt2{
        font-size: 16px;
        line-height: 30px;
        height: 90px;
    }
    .inews2_img{
        width: 35%;
    }
    .inews2_txt{
        width: 65%;
    }
    .inews2_txt1{
        font-size: 18px;
    }
    .inews2_txt2{
        font-size: 16px;
    }
    .inews2_txt3{
        font-size: 16px;
    }
    .icase1_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .icase1_con ul li:nth-child(3n){
        margin-right: 4%;
    }
    .icase1_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .show_title h3{
        font-size: 24px;
    }
    .show_content{
        font-size: 16px;
    }
    .show_back1{
        font-size: 16px;
    }
    .show_back1 a{
        font-size: 16px;
    }
    .show_back2 a{
        font-size: 16px;
    }
    .common_contact_title{
        font-size: 28px;
    }
    .common_contact_fl_con dl dt{
        font-size: 18px;
    }
    .common_contact_fl_con dl dd{
        font-size: 16px;
    }
    .zxly1 label{
        font-size: 16px;
    }
    .zxly1 input{
        font-size: 16px;
        padding-right: 20px;
    }
    .zxly1 label{
        left: 20px;
    }
    .zxly1 input.distance1{
        padding-left: 180px;
    }
    .zxly1 input.distance2{
        padding-left: 160px;
    }
    .zxly1 input.distance3{
        padding-left: 125px;
    }
    .zxly1 input.distance4{
        padding-left: 120px;
    }
    .zxly2 label{
        font-size: 16px;
        left: 20px;
    }
    .zxly2 textarea{
        font-size: 16px;
        padding: 20px 20px 20px 275px;
    }
    .zxly3 button{
        font-size: 16px;
        margin: 0 auto;
    }
    .iequipment1_fl_img{
        width: 96px;
        height: 96px;
    }
    .iequipment1_fl_img img{
        height: 56px;
    }
    .iequipment1_fl_txt{
        font-size: 18px;
    }
    .iequipment1_fl{
        width: 70%;
    }
    .iequipment1_fr a{
        width: 180px;
        height: 45px;
        font-size: 16px;
    }
    .iequshow1_fl{
        width: 100%;
    }
    .iequshow1_fr{
        width: 100%;
        margin-top: 25px;
    }
    .iequshow1_fr1{
        font-size: 24px;
    }
    .iequshow_title p{
        font-size: 24px;
    }
    .iproduct1_nav_fl{
        font-size: 24px;
    }
    .iproshow1_fr_t1{
        font-size: 24px;
    }
    .iproshow2 h3{
        font-size: 24px;
    }
    .jointckss{
        padding: 30px 50px;
    }
    .jointck_con1{
        flex-direction: column;
        align-items: flex-start;
    }
    .jointck_con1_fl{
        font-size: 26px;
    }
    .jointck_con1_fr{
        margin-top: 25px;
    }
    .jointck_con1_fr dl dd{
        margin-right: 20px;
        margin-left: 0;
    }
}

@media(max-width:768px) {
    .ban_txt1{
        font-size: 22px;
    }
    .index_title h3{
        font-size: 22px;
    }
    .inner_title{
        font-size: 24px;
    }
    .about_fl_txt h3 span{
        font-size: 26px;
    }
    .iabout2_txt1{
        font-size: 20px;
    }
    .iabout5_txt1{
        font-size: 24px;
    }
    .ihonor1_txt{
        font-size: 20px;
    }
    .irecruit2_txt p{
        font-size: 20px;
    }
    .icontact1_con_fl_t h3{
        font-size: 22px;
    }
    .icontact2_con_txt_fl{
        font-size: 22px;
    }
    .inews1_txt1{
        font-size: 20px;
    }
    .show_title h3{
        font-size: 22px;
    }
    .common_contact_title{
        font-size: 24px;
    }
    .iequipment1_fl_txt{
        font-size: 17px;
    }
    .iequshow1_fr1{
        font-size: 22px;
    }
    .iequshow_title p{
        font-size: 22px;
    }
    .iproduct1_nav_fl{
        font-size: 22px;
    }
    .iproshow1_fr_t1{
        font-size: 22px;
    }
    .iproshow2 h3{
        font-size: 22px;
    }

}

@media(max-width:600px) {
    .toptxt{
        display: none;
    }
    .ban_txt1{
        font-size: 18px;
    }
    .ban_txt2{
        margin-top: 15px;
    }
    .ban_txt2 img{
        height: 30px;
    }
    .ban_arrow{
        bottom: 15px;
    }
    .ban_arrows{
        width: 110px;
        height: 11px;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 6px;
        height: 11px;
    }
    .home-banner .swiper-pagination{
        height: 10px;
        bottom: 5px;
    }
    .home-banner .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0px 8px !important;
    }
    .home-product{
        margin-top: 0;
        border-radius: 0;
        padding: 35px 0 10px 0;
    }
    .pro_con{
        margin-top: 25px;
    }
    /*.pro_con_frs li{
        width: 100%;
        margin-right: 0;
    }*/
    .home-about{
        margin-top: 0;
        padding: 35px 0 180px 0;
        border-radius: 0;
    }
    .home-about:after{
        width: 80%;
    }
    .about_fl{
        width: 100%;
    }
    .about_fl_num{
        margin-top: 25px;
    }
    .about_fl_num ul li{
        margin-right: 25px;
    }
    .about_fl_txt{
        padding-left: 20px;
    }
    .about_fl_txt h3 span{
        font-size: 24px;
    }
    .progress{
        width: 64px;
        height: 64px;
    }
    .about_fl .index_more{
        margin-top: 25px;
    }
    .index_more a{
        font-size: 16px;
        width: 211px;
        padding: 0 38px 0 54px;
    }
    .home-equipment{
        padding: 35px 0;
    }
    .equipment_top{
        justify-content: center;
        flex-direction: column;
    }
    .equipment_nav{
        margin-top: 25px;
        width: 100%;
    }
    .equipment_nav ul{
        justify-content: center;
    }
    .equipment_nav ul li{
        margin: 0 3%;
        width: 44%;
    }
    .equipment_nav ul li a{
        width: 100%;
    }
    .home-case{
        padding: 35px 0;
    }
    .case_con{
        padding-top: 25px;
    }
    .case_con .swiper-slide{
        transform: scale(1);
    }
    .case_more{
        margin: 35px auto 0 auto;
    }
    .case_bar{
        left: 50%;
        transform: translate(-50%, 0);
    }
    .home-news{
        padding: 35px 0;
    }
    .news_con{
        margin: 25px 0 30px 0;
    }
    .news_con li a{
        display: flex;
        flex-direction: column;
        padding: 20px 25px;
    }
    .news_txt{
        padding-left: 0;
        width: 100%;
    }
    .footer1{
        padding: 35px 0;
    }
    .footer1_1{
        width: 100%;
        margin-top: 0;
    }
    .footer1_1_t a{
        text-align: center;
    }
    .footer1_1_b{
        margin-top: 25px;
    }
    .footer1_1_b ul{
        justify-content: center;
    }
    .footer1_1_b ul li{
        margin: 0 10px;
    }
    .footer1_2{
        width: 100%;
        margin-top: 25px;
    }
    .footer1_2 ul li{
        width: 33.3%;
        text-align: center;
    }
    .menulist{
        display: none;
    }
    .footer2 .container1{
        flex-direction: column;
        justify-content: center;
    }
    .footer2_fl p{
        text-align: center;
        margin-bottom: 15px;
    }

    .iban_info h3{
        font-size: 18px;
    }
    .iban_info p{
        font-size: 14px;
    }
    .iban_wz{
        display: none;
    }
    .inner_nav ul li{
        width: 30%;
        margin: 0 10%;
    }
    .inner_nav ul li a{
        line-height: 51px;
        text-align: center;
    }
    .iabout1{
        padding: 35px 0 10px 0;
    }
    .iabout1_1_img{
        width: 100%;
    }
    .iabout1_1 .swiper-pagination3{
        right: 5%;
        left: auto;
        top: 50%;
        bottom: auto;
    }
    .iabout1_1_txt{
        width: 100%;
        margin-top: 25px;
    }
    .inner_title{
        font-size: 22px;
    }
    .iabout1_1_txt2{
        font-size: 16px;
        height: 210px;
    }
    .iabout1_2.about_fl_num ul li{
        width: 50%;
    }
    .iabout2{
        padding-top: 35px;
        background-size: cover;
        padding-bottom: 45px;
    }
    .iabout2_info{
        font-size: 16px;
        margin: 25px auto;
        width: 100%;
        text-align: justify;
    }
    .iabout2_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        height: auto;
    }
    .iabout3{
        margin-top: -30px;
        border-radius: 35px 35px 0px 0px;
        padding: 35px 0;
    }
    .iabout3_info{
        margin-top: 25px;
        font-size: 16px;
        width: 100%;
    }
    .iabout3_con{
        margin: 25px 0 35px 0;
    }
    .iabout3_txt{
        padding: 0 15px;
    }
    .iabout3_txt p{
        font-size: 16px;
    }
    .iabout3_txt p:before{
        left: 5px;
    }
    .ihonor2_con ul li a:hover .iabout3_txt p{
        padding-left: 28px;
    }
    .iabout3_con .swiper-button-next1, .iabout3_con .swiper-button-prev1{
        top: -20px;
    }
    .iabout4{
        padding: 35px 0;
    }
    .iabout4_con1 .swiper-container{
        width: 75%;
    }
    .iabout4-min.swiper-slide-thumb-active a{
        font-size: 38px;
    }
    .iabout4_con2{
        margin-top: 25px;
    }
    .iabout4_title ul li a{
        font-size: 18px;
    }
    .iabout5_txt1{
        font-size: 22px;
    }
    .iabout5_txt2{
        font-size: 16px;
    }
    .iabout5_img img{
        height: 220px;
    }
    .ihonor1{
        padding: 35px 0;
    }
    .ihonor1_info{
        margin-top: 25px;
        font-size: 16px;
    }
    .ihonor1_con{
        margin-top: 25px;
    }
    .ihonor2{
        padding: 35px 0 25px 0;
    }
    .ihonor2_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .ihonor2_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .ihonor2_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .irecruit1{
        margin: 35px 0 25px 0;
    }
    .irecruit1_con{
        margin-top: 25px;
    }
    .irecruit1_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .irecruit2{
        margin-bottom: 35px;
    }
    .irecruit2_con{
        margin-top: 35px;
    }
    .irecruit2_con .swiper-button-next5, .irecruit2_con .swiper-button-prev5{
        top: -20px;
    }
    .icontact1{
        padding: 35px 0;
    }
    .icontact1_con{
        margin-top: 25px;
    }
    .icontact1_con_fl_t h3{
        font-size: 20px;
    }
    .icontact1_con_fl_t p{
        font-size: 16px;
    }
    .icontact1_con_fl_b{
        margin-top: 25px;
        padding: 35px 25px 55px 25px;
        font-size: 16px;
    }
    .icontact2{
        margin: 35px 0 10px 0;
    }
    .icontact2_con{
        margin-top: 25px;
    }
    .icontact2_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .icontact2_con_txt{
        margin-top: 25px;
    }
    .icontact2_con_txt_fl{
        font-size: 20px;
    }
    .icontact2_con_txt_fr{
        font-size: 16px;
    }
    .ifeedback{
        padding: 35px 0;
    }
    .ifeedback_con{
        margin-top: 25px;
    }
    .ly1 .zxly1{
        width: 100%;
    }
    .inews{
        padding: 35px 0 25px 0;
    }
    .inews1{
        margin-top: 25px;
    }
    .inews1_img{
        width: 100%;
    }
    .inews1_txt{
        width: 100%;
        padding: 30px 25px;
    }
    .inews1 .swiper-button-next3, .inews1 .swiper-button-prev3{
        top: 22%;
    }
    .inews1 .swiper-button-next3{
        right: 0;
        left: auto;
    }
    .inews1_txt4{
        font-size: 16px;
        width: 211px;
        padding: 0 38px 0 54px;
    }
    .inews2{
        margin: 25px 0 10px 0;
    }
    .inews2 ul li{
        margin-bottom: 25px;
    }
    .inews2_img{
        width: 100%;
    }
    .inews2_txt{
        width: 100%;
        padding: 30px 25px;
    }
    .inews2_more{
        display: none;
    }
    .icase1{
        padding: 35px 0 50px 0;
    }
    .icase1_con{
        margin: 25px 0 15px 0;
    }
    .icase1_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .icase1_con ul li:nth-child(3n){
        margin-right: 0;
    }
    .icase1_con_txt_fl{
        font-size: 16px;
    }
    .icase1_con_txt{
        padding: 0 15px;
        height: 59px;
    }
    .icase2{
        margin: 35px 0;
    }
    .icase2_con{
        margin-top: 0;
        padding-bottom: 35px;
    }
    .icase2_con .swiper-slide{
        margin-top: 25px !important;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_back .container2{
        flex-direction: column;
        align-items: center;
    }
    .common_contact_fl{
        width: 100%;
    }
    .common_contact_fr{
        width: 100%;
        margin-top: 25px;
    }
    .show_back1{
        width: 100%;
        justify-content: center;
    }
    .show_back2{
        width: 100%;
    }
    .show_back2 a{
        justify-content: center;
    }
    .show_back1:last-child{
        justify-content: center;
    }
    .common_contact{
        padding: 35px 0;
    }
    .common_contact_title{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .iequipment{
        padding: 35px 0 25px 0;
    }
    .iequipment1{
        margin-top: 25px;
        border-radius: 5px 5px 35px 5px;
        padding: 25px;
    }
    .iequipment1_fl{
        width: 100%;
    }
    .iequipment1_fr{
        width: 100%;
        margin-top: 25px;
    }
    .iequipment1_fl_img{
        width: 86px;
        height: 86px;
    }
    .iequipment1_fl_img img{
        height: 46px;
    }
    .iequipment1_fl_txt{
        padding-left: 25px;
        font-size: 16px;
    }
    .iequipment1_fr a{
        margin: 0 auto;
    }
    .iequipment2{
        margin: 35px 0 10px 0;
    }
    .iequipment2 ul li{
        margin-bottom: 25px;
        width: 48%;
        margin-right: 4%;
    }
    .iequipment2 ul li:nth-child(4n){
        margin-right: 4%;
    }
    .iequipment2 ul li:nth-child(2n){
        margin-right: 0;
    }
    .iequshow1{
        margin-top: 35px;
    }
    .magnifier{
        top: 15px;
        right: 15px;
    }
    .iequshow1_fl_t .swiper-button-prev4{
        left: 15px;
    }
    .iequshow1_fl_t .swiper-button-next4{
        right: 15px;
    }
    .iequshow1_fl_b .gallery-thumbs{
        width: 85%;
    }
    .iequshow1_fr1{
        font-size: 20px;
    }
    .iequshow1_fr1:after{
        width: 43px;
    }
    .iequshow1_fr2{
        font-size: 16px;
    }
    .iequshow1_fr4{
        margin-top: 35px;
        justify-content: center;
    }
    .iequshow1_fr4 a{
        margin: 0 10px;
    }
    .iequshow2{
        margin-top: 35px;
    }
    .iequshow_title p{
        font-size: 20px;
    }
    .iequshow_title p:after{
        width: 65px;
    }
    .iequshow2_con{
        margin: 25px 0 35px 0;
        font-size: 16px;
    }
    .iequshow3_con{
        margin: 25px 0;
        padding-bottom: 35px;
    }
    .iproduct1{
        padding: 35px 0 25px 0;
    }
    .iproduct1_nav{
        margin-bottom: 25px;
    }
    .iproduct1_nav_fl{
        font-size: 20px;
    }
    .iproduct1_nav_fr ul li{
        margin-right: 15px;
    }
    .iproduct1_nav_fr ul li a{
        font-size: 16px;
    }
    .iproduct1 .pro_con_frs{
        margin-bottom: 10px;
    }
    /*.iproduct1 .pro_con_frs li{
        width: 100%;
        margin-right: 0;
    }*/
    .pro_txt{
        font-size: 14px;
    }
    .iproshow .iproduct1{
        padding: 35px 0;
    }
    .iproshow1{
        margin-bottom: 35px;
    }
    .iproshow1_fl_t .swiper-button-prev6{
        left: 15px;
    }
    .iproshow1_fl_t .swiper-button-next6{
        right: 15px;
    }
    .iproshow1_fr_t1{
        font-size: 20px;
    }
    .iproshow1_fr_t1:after{
        width: 50px;
    }
    .iproshow1_fr_t2{
        margin-top: 25px;
        font-size: 16px;
    }
    .iproshow2{
        font-size: 16px;
        line-height: 30px;
    }
    .iproshow2 h3{
        font-size: 20px;
    }
    .zxly1 input{
        height: 47px;
    }

    .jointckss{
        padding: 25px 20px;
    }
    .jointck_con1{
        margin-bottom: 25px;
    }
    .jointck_con1_fl{
        font-size: 22px;
    }
    .jointck_close a img{
        height: 38px;
        width: 38px;
    }
    .jointck_con1_fr dl{
        flex-direction: column;
    }
    .jointck_con1_fr dl dd{
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .jointck_con1_fr dl dd:last-child{
        margin-bottom: 0;
    }
    .jointck_con2{
        margin-top: 25px;
    }
    .jointck_con2s{
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














