*, *: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-B';
    src: url('../fonts/OPPOSANS-B.TTF?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@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: 1720px;
    margin: 0 auto;
}
.container2 {
    width: 1520px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
    position: absolute;
    z-index: 999;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:100px;
	clear:both;
    transition: .5s;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.daohang .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    transition: .5s;
}
.yx a {
	display: flex;
    align-items: center;
}
.yx a img {
	max-width:100%;
	height: 71px;
    transition: .5s;
}
.yx a .logo{
    display: block;
}
.yx a .logo_h{
    display: none;
}
.yx a .logo1-1, .yx a .logo2-1{
    height: 54px;
}
.yx a .logo1-2, .yx a .logo2-2{
    height: 27px;
    margin-left: 10px;
}


.menupc{
    display: flex;
    align-items: center;
}
.menupc li{
    text-align: center;
    z-index: 9;
    position: relative;
    line-height: 99px;
}
.menupc li:hover a{
    color: #102F96;
}
.menupc li a{
    display: block;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    z-index: 999;
    padding: 0 23px;
    position: relative;
}
.menupc li a:hover{
    color: #102F96;
}
.menupc li a.current{
    color: #102F96;
}
.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    background: #1d2b5a;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, 0);
    top: 100px;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 0;
    padding: 10px 0;
}
.menupc .xiala li{
    margin: 0;
}
.menupc .xiala li a{
    display: block;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 44px;
    padding: 0 10px;
}
.menupc .xiala li a:hover{
    background: #C9222C;
}
.menupc .xiala li a.current{
    color: #C9222C;
}
.menupc .xiala.subnav {
    display: block;
}
.nav-fr{
    display: flex;
    align-items: center;
    background: url("../images/line.png") no-repeat left center;
    background-size: 1px 15px;
    padding-left: 55px;
}


.nation{
    position: relative;
    background: url("../images/nation.png") no-repeat left center;
    background-size: 21px 21px;
    padding-left: 30px;
}
.nation_t{
    cursor: pointer;
}
.nation_t h3{
    font-size: 16px;
    color: #FFFFFF;
    background: url("../images/jt.png") no-repeat right center;
    background-size: 10px 6px;
    padding-right: 20px;
    text-transform: capitalize;
}
.nation_b{
    display: none;
    background-color: #fff;
    padding: 22px;
    overflow: hidden;
    position: absolute;
    width: 122px;
    top: 30px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 21px 0px rgba(184,144,80,0.25);
    border-radius: 5px;
}
.nation_b li{
    text-align: center;
}
.nation_b li a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    position: relative;
}
.nation_b li a:hover{
    color: #681919;
}
.header-search{
    margin-left: 47px;
}
.header-search .pull-right {
    float:right;
    width: 91px;
    height: 99px;
    background: #102F96 url("../images/search.png") no-repeat center center;
    background-size: 21px 20px;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    height: 99px;
    text-align:center;
}
.search {
    z-index: 9;
    position: relative;
}
.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}
.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}
.search .search-main {
    top: 100px;
    right: 0;
    z-index: 9;
    width: 340px;
    display: none;
    padding: 0 30px 10px 10px;
    position: absolute;
    box-shadow: 0 0 10px #eee;
    background-color: #fff;
}
.search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    border: 1px solid #eee;
}
.search-container .form-control {
    text-align: left;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    vertical-align: top;
    padding: 10px 86px 10px 10px;
    -webkit-appearance: none;
    background-color: #fff;
}
.search-container .form-control:focus {
    border: 1px solid #102F96;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #102F96;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background: #102F96 url(../images/overlay-icon.png) no-repeat center center;
    background-size: 25px 25px;
}
#search-closed {
    right: 0;
    top: 15px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}

.daohang.hover{
    background: #ffffff;
}
.daohang.hover .yx a .logo{
    display: none;
}
.daohang.hover .yx a .logo_h{
    display: block;
}
.daohang.hover .menupc li a{
    color: #3A3A3A;
}
.daohang.hover .menupc li a:hover{
    color: #375BD2;
}
.daohang.hover .menupc li a.current{
    color: #375BD2;
}
.daohang.hover .menupc .xiala li a{
    color: #ffffff;
}
.daohang.hover .nation{
    background: url("../images/nation_h.png") no-repeat left center;
    background-size: 21px 21px;
}
.daohang.hover .nation_t h3{
    color: #3A3A3A;
}

.daohang.guding{
    position: fixed;
    z-index: 999;
    background: #ffffff;
    border-bottom: 1px solid transparent;
}
.daohang.guding .yx a .logo{
    display: none;
}
.daohang.guding .yx a .logo_h{
    display: block;
}
.daohang.guding .menupc li a{
    color: #3A3A3A;
}
.daohang.guding .menupc li a:hover{
    color: #375BD2;
}
.daohang.guding .menupc li a.current{
    color: #375BD2;
}
.daohang.guding .menupc .xiala li a{
    color: #ffffff;
}
.daohang.guding .nation{
    background: url("../images/nation_h.png") no-repeat left center;
    background-size: 21px 21px;
}
.daohang.guding .nation_t h3{
    color: #3A3A3A;
}

/*手机导航*/
.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 #17287A;
}
#mmenu li .home-search .btn-sub {
    top:0;
    border:0;
    right:0;
    color:#17287A;
    width:42px;
    height:34px;
    line-height:34px;
    text-align:center;
    position:absolute;
    cursor:pointer;
    border-radius:0;
    background:#17287A 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;
    z-index: 0;
}
.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;
}
.ban_point {
    position: absolute;
    width: 100%;
}
.ban_point .container1{
    position: relative;
}
.home-banner .swiper-pagination{
    bottom: 40px;
    left: 0;
}
.home-banner .swiper-pagination-bullet{
    width: 25px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 0;
    opacity: 1;
    outline: none;
    margin: 0 2.5px;
    transition: .5s;
}
.home-banner .swiper-pagination-bullet-active{
    background: #cc2129;
}
.mouse-scroll {
    position: absolute;
    bottom: 55px;
    z-index: 5;
    left: 50%;
    transform: translate(-50%, 0);
    animation: upmove 2s infinite;
    -webkit-animation: upmove 1.5s infinite;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mouse-scroll a{
    display:block;
}
@keyframes upmove
{
    0%   {transform:translateY(0px);}
    50%  {transform:translateY(10px);}
    100% {transform:translateY(0px);}
}

.phone-nav{
    display: none;
}

@media(max-width:1199px) {
    .daohang{
        height: 60px;
    }
    .yx a .logo1-1, .yx a .logo2-1{
        height: 40px;
    }
    .yx a .logo1-2, .yx a .logo2-2{
        height: 20px;
    }
    .navdaohang{
        display: none;
    }
    .nav-fr{
        padding-left: 0;
        padding-right: 45px;
    }
    .header-search{
        display: none;
    }
    .phone-nav {
        display:block;
    }
}

footer{
    width: 100%;
    margin: 0 auto;
    background: #1E2D58;
    border-top: 5px solid #C9222C;
}
.footer2{
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,.1);
}
.footer2 p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}
.footer2 a{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.footer2 a:hover{
    color: #C9222C;
}
.footer1{
    padding: 42px 0;
}
.footer1 .container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_1{
    width: 10.5%;
}
.footer1_1_t a{
    display: block;
}
.footer1_1_t a img{
    height: 94px;
}
.footer1_1_b{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 118px;
}
.footer1_1_b img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer1_1_b p{
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
}
.footer1_2{
    width: 69.5%;
    margin-top: 30px;
}
.footer1_2 ul{
    display: flex;
    flex-wrap: wrap;
}
.footer1_2 ul li{
    width: 14.28%;
    padding: 0 10px;
    text-align: center;
}
.footer1_2 ul li a{
    display: block;
    font-weight: 400;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist{
    margin-top: 25px;
}
.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: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 36px;
}
.menulist ul li a:hover{
    color: #C9222C;
}
.footer1_3{
    margin-top: 30px;
    width: 16%;
}
.footer1_3 h3{
    font-weight: bold;
    font-size: 16px;
    color: #C9222C;
    line-height: 30px;
    padding-left: 26px;
    background: url("../images/ftel.png") no-repeat left center;
    background-size: 20px 19px;
    margin-bottom: 25px;
}
.footer1_3 p{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
}

.home-news{
    width: 100%;
    margin: 100px auto;
}
.home-news .container2{
    position: relative;
}
.index_title{
    display: flex;
    align-items: center;
}
.index_title_fl{
    font-family: "OPPOSans-R";
    font-weight: bold;
    font-size: 72px;
    color: #1D2B5A;
    line-height: 1;
    text-transform: uppercase;
}
.index_title_fc{
    margin: 0 12px;
}
.index_title_fr{
    display: flex;
    flex-direction: column;
}
.index_title_fr p{
    font-family: "OPPOSans-R";
    font-weight: 400;
    font-size: 18px;
    color: #1D2B5A;
    line-height: 1;
    opacity: 0.5;
    text-transform: uppercase;
}
.index_title_fr h3{
    margin-top: 5px;
    font-weight: 400;
    font-size: 30px;
    color: #1D2B5A;
    line-height: 1;
}
.news_con{
    margin-top: 65px;
}
.news_con .swiper-slide{
    display: initial;
}
.newss a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.news_txt{
    text-align: left;
}
.news_txt1{
    margin-top: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #363636;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_txt2{
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #7E7E7E;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_txt3{
    margin-top: 45px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #1D2B5A;
    line-height: 38px;
}
.news_txt3 i{
    display: inline-block;
    width: 38px;
    height: 38px;
    background: #EFEFEF url("../images/njt.png") no-repeat center;
    background-size: 6px 12px !important;
    border-radius: 50%;
    margin-right: 14px;
    transition: .5s;
}
.newss a:hover .news_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.newss a:hover .news_txt3 i{
    background: #C9222C url("../images/njt_h.png") no-repeat center;
}
.news_con .swiper-button-next, .news_con .swiper-button-prev{
    display: block;
    position: absolute;
    top: 0;
    width: 72px;
    height: 72px;
    margin-top: 0;
    /*transform: translate(0, -50%);*/
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../images/indexjt.png") no-repeat center;
    text-align: center;
    border-radius: 0;
    background-size: 100% 100% !important;
}
.news_con .swiper-button-next:hover, .news_con .swiper-button-prev:hover{
    background: url("../images/indexjt_h.png") no-repeat center;
}
.news_con .swiper-button-prev{
    left: auto;
    right: 72px;
}
.news_con .swiper-button-next{
    right: 0;
    left: auto;
    transform: rotateY(-180deg);
}
.home-equipment{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.home-equipment .index_title{
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 9;
}
.home-equipment .index_title .container2{
    display: flex;
    align-items: center;
}
.home-equipment .index_title .index_title_fl{
    color: #FFFFFF;
}
.home-equipment .index_title .index_title_fr p{
    color: #FFFFFF;
    opacity: 0.5;
}
.home-equipment .index_title .index_title_fr h3{
    color: #FFFFFF;
}
.home-equipment .index_title .index_title_fc .xian1{
    display: block;
}
.home-equipment .index_title .index_title_fc .xian{
    display: none;
}
.equipment_con{
    position: relative;
}
.equipment_con1{
    position: relative;
}
.equipment_con1 .gallery-top {
    width: 100%;
    height: auto;
}
.equipment_con1 .gallery-top .swiper-slide{
    display: initial;
}
.equipment-max a{
    display: block;
    position: relative;
    text-align: justify;
}
.equipment-max-img{
    position: relative;
}
.equipment-max-img:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(29,43,90,.6);
    position: absolute;
    top: 0;
    left: 0;
}
.equipment_con1 .swiper-button-next1, .equipment_con1 .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 73px;
    height: 73px;
    border-radius: 0;
    margin-top: 0;
    cursor: pointer;
    outline: none;
    background-size: 100% !important;
    text-align: center;
    border-radius: 50%;
    z-index: 999;
    transition: .5s;
}
.equipment_con1 .swiper-button-prev1{
    left: 4%;
    right: auto;
    background: url("../images/indexjt1.png") no-repeat center;
}
.equipment_con1 .swiper-button-prev1:hover{
    background: url("../images/indexjt_h.png") no-repeat center;
}
.equipment_con1 .swiper-button-next1{
    right: 4%;
    left: auto;
    background: url("../images/indexjt11.png") no-repeat center;
}
.equipment_con1 .swiper-button-next1:hover{
    background: url("../images/indexjt11_h.png") no-repeat center;
}
.equipment_con2{
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 2;
}
.equipment_con2 .container2{
    position: relative;
}
.equipment_con2 .gallery-thumbs {
    height: auto;
}
.equipment_con2 .gallery-thumbs .swiper-slide{
    display: initial;
}
.equipment-min a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    border: 1px solid #ffffff;
    padding: 0 25px;
    height: 118px;
    transition: .5s;
}
.equipment-min-txt1{
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.equipment-min-txt2{
    display: none;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 0;
    transform: rotateY(90deg);
    transition: all .5s ease-in-out 0s;
}
.equipment-min a:hover{
    background: rgba(29,43,90,.9);
    border: 1px solid rgba(29,43,90,.9);
}
.equipment-min a:hover .equipment-min-txt2{
    transform: rotateY(0deg);
    margin-top: 12px;
}
.equipment-min.swiper-slide-thumb-active a{
    background: rgba(29,43,90,.9);
    border: 1px solid rgba(29,43,90,.9);
}
.equipment-min.swiper-slide-thumb-active a .equipment-min-txt2{
    transform: rotateY(0deg);
    margin-top: 12px;
    line-height: 1;
}
.home-product{
    width: 100%;
    margin: 0 auto;
    background: url("../images/productbg.jpg") no-repeat top center;
    background-size: cover;
    padding: 90px 0 200px 0;
}
.product_title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.indext_more a{
    display: block;
    width: 82px;
    height: 82px;
    background: #1D2B5A url("../images/more.png") no-repeat center;
    background-size: 22px 15px !important;
    border-radius: 50%;
    transition: .5s;
}
.indext_more a:hover{
    background: #C9222C url("../images/more.png") no-repeat center;
}
.product_con{
    margin-top: 55px;
    position: relative;
}
.product_con .swiper-slide{
    display: initial;
}
.pros a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.pros:nth-child(even){
    margin-top: 70px;
}
.pro_img{
    background: #F3F4F8;
}
.pro_img .pic:after{
    padding-bottom: 66.8%;
}
.pro_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 25px;
    background: url("../images/pbg.png") no-repeat top center;
    background-size: cover;
    transition: .5s;
}
.pro_txts{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.pro_txt1{
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_txt2{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 0;
    transform: rotateY(90deg);
    transition: all .5s ease-in-out 0s;
}
.pros a:hover .pro_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pros a:hover .pro_txt{
    background: url("../images/pbg_h.png") no-repeat top center;
    background-size: cover;
}
.pros a:hover .pro_txt2{
    line-height: 1;
    transform: rotateY(0deg);
    margin-top: 15px;
}
.pros.swiper-slide-active a .pro_txt{
    background: url("../images/pbg_h.png") no-repeat top center;
    background-size: cover;
}
.pros.swiper-slide-active a .pro_txt2{
    line-height: 1;
    transform: rotateY(0deg);
    margin-top: 15px;
}
.pro_arrow{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.product_con .swiper-button-next2, .product_con .swiper-button-prev2{
    display: block;
    position: absolute;
    top: 50%;
    width: 72px;
    height: 72px;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../images/indexjt.png") no-repeat center;
    text-align: center;
    border-radius: 0;
    background-size: 100% 100% !important;
}
.product_con .swiper-button-next2:hover, .product_con .swiper-button-prev2:hover{
    background: url("../images/indexjt_h.png") no-repeat center;
}
.product_con .swiper-button-prev2{
    left: 0;
    right: auto;
}
.product_con .swiper-button-next2{
    right: 0;
    left: auto;
    transform: rotateY(-180deg) translate(0, -50%);
}
.home-about{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_fl{
    width: 50%;
    background: url("../images/aboutbg.jpg") no-repeat left center;
    background-size: cover;
    padding: 100px calc((100vw - 1520px) / 2);
}
.about_fl1{
    font-weight: 400;
    font-size: 24px;
    color: #1F2020;
    line-height: 1;
}
.about_fl2{
    margin-top: 40px;
    font-family: "OPPOSANS-R";
    font-weight: 400;
    color: #1D2B5A;
    font-size: 48px;
    line-height: 1;
}
.about_fl3{
    margin-top: 20px;
}
.about_fl4{
    margin-top: 70px;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    line-height: 30px;
    height: 150px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about_fl5{
    margin-top: 100px;
}
.about_fr{
    width: 50%;
}
.about_fr img{
    height: 100%;
}

/*关于我们*/
.inside header{
    position: relative;
}
.inside .daohang{
    /*position: fixed;
    z-index: 999;*/
    background: #ffffff;
    border-bottom: 1px solid transparent;
}
.inside .daohang .yx a .logo{
    display: none;
}
.inside .daohang .yx a .logo_h{
    display: block;
}
.inside .daohang .menupc li a{
    color: #3A3A3A;
}
.inside .inside .daohang .menupc li a:hover{
    color: #375BD2;
}
.inside .daohang .menupc li a.current{
    color: #375BD2;
}
.inside .daohang .menupc .xiala li a{
    color: #ffffff;
}
.inside .daohang .nation{
    background: url("../images/nation_h.png") no-repeat left center;
    background-size: 21px 21px;
}
.inside .daohang .nation_t h3{
    color: #3A3A3A;
}




.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.iban_info{
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    color: #FFFFFF;
}
.iban_infos{
    background: url("../images/bantxtbg.png") no-repeat left center;
    background-size: contain;
    height: 152px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.iban_info p{
    font-weight: 400;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    padding-left: 48px;
}
.iban_info h3{
    margin-top: 20px;
    font-family: "OPPOSans-B";
    font-weight: bold;
    font-size: 72px;
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
    padding-left: 48px;
}
.inner_nav{
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}
.inner_nav .container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_nav_fl ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_nav_fl ul li{
    background: url("../images/ili.png") no-repeat right center;
    background-size: 1px 13px;
}
.inner_nav_fl ul li:last-child{
    background: none;
}
.inner_nav_fl ul li a{
    display: block;
    position: relative;
    font-size: 16px;
    color: #353535;
    line-height: 72px;
    padding: 0 25px;
}
.inner_nav_fl ul li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 100%;
    background: #1D2B5A;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: .5s;
}
.inner_nav_fl ul li a:hover{
    color: #ffffff;
}
.inner_nav_fl ul li a:hover:after{
    width: 100%;
}
.inner_nav_fl ul li a.current{
    color: #ffffff;
}
.inner_nav_fl ul li a.current:after{
    width: 100%;
}
.inner_nav_fr{
    font-weight: 400;
    font-size: 14px;
    color: #989898;
    line-height: 72px;
    display: flex;
    align-items: center;
}
.inner_nav_fr a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #989898;
}
.inner_nav_fr img{
    margin: 0 12px;
}
.inner_nav_fr img:first-child{
    margin-left: 0;
}
.inner_nav_fr span{
    color: #1D2B5A;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
}
.iabout{
    margin-bottom: 100px;
}
.inner_title{
    text-align: center;
    position: relative;
}
.inner_title h3{
    font-family: "OPPOSans-B";
    font-weight: bold;
    font-size: 120px;
    color: #F7F8FB;
    line-height: 0.8;
    text-transform: uppercase;
}
.inner_title p{
    font-weight: 400;
    font-size: 30px;
    color: #1D2B5A;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}
.inner_title p:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #c9222c;
    margin: 15px auto 0 auto;
}
.iabout1{
    margin-top: 75px;
}
.iabout1_fl{
    float: left;
    width: 48%;
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-right: 35px;
}
.iabout1_fl:after{
    content: '';
    display: block;
    width: 72%;
    height: 69%;
    border: 10px solid #d3d7e4;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.iabout1_fr{
}
.iabout1_fr1 p{
    font-weight: 400;
    font-size: 24px;
    color: #1D2B5A;
    line-height: 1;
}
.iabout1_fr1 h3{
    margin-top: 20px;
    font-family: "OPPOSANS-R";
    font-weight: 400;
    font-size: 72px;
    color: #1D2B5A;
    line-height: 0.8;
}
.iabout1_fr1 h3 span{
    font-family: "OPPOSANS-B";
    font-weight: bold;
    font-size: 100px;
    color: #1D2B5A;
    line-height: 0.8;
}
.iabout1_fr2{
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    line-height: 30px;
}
.iabout2{
    margin-top: 80px;
}
.iabout2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iabout2 ul li{
    position: relative;
}
.iabout2 ul li:after{
    content: '';
    display: block;
    width: 1px;
    height: 149px;
    background: #DCDCDC;
    position: absolute;
    right: -65%;
    top: 50%;
    transform: translate(0, -50%);
}
.iabout2 ul li:last-child:after{
    display: none;
}
.iabout2 ul li img{
    height: 35px;
}
.iabout2 ul li h3{
    margin: 20px 0;
    font-size: 24px;
    color: #1D2B5A;
    line-height: 1;
}
.iabout2 ul li h3 span{
    font-family: "OPPOSans-B";
    font-weight: bold;
    font-size: 60px;
    line-height: 0.8;
}
.iabout2 ul li p{
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    line-height: 1;
}

/*公司荣誉*/
.ihonor{
    margin-bottom: 90px;
}
.ihonor_con{
    margin: 75px 0 27px 0;
}
.ihonor_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ihonor_con ul li{
    width: 23.3%;
    margin-right: 2.26%;
    margin-bottom: 33px;
}
.ihonor_con ul li:nth-child(4n){
    margin-right: 0;
}
.ihonor_con ul li a{
    display: block;
    background: #F7F8FB;
    padding: 28px;
    transition: .5s;
}
.ihonor_txt{
    border-top: 1px solid #DADCE3;
    margin-top: 28px;
    padding-top: 28px;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
.ihonor_con ul li a:hover{
    background: #1D2B5A;
}



/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color:#666;
    clear:both;
    margin: 0;
}
.pagination a{
    display:block ;
    color: #535353;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 16px;
    line-height: 38px;
    margin:0px 10px 10px 10px;
    border-radius: 10px;
    background: #F0F1F4;
}
.pagination a:hover{
    color:#fff;
    background: #1D2B5A;
}
.pagination a.active {
    color:#fff;
    background: #1D2B5A;
}
.ihonor_con ul li a:hover .ihonor_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor_con ul li a:hover .ihonor_txt{
    color: #FFFFFF;
    border-top: 1px solid #303F70;
}

/*企业文化*/
.iculture{
    margin-bottom: 100px;
}
.iculture_con{
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.iculture_con_fl{
    width: 40%;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    line-height: 30px;
}
/*.iculture_con_fl p{
    background: url("../images/cjt.png") no-repeat left 10.5px;
    background-size: 5px 9px;
    padding-left: 20px;
}*/
.iculture_con_fr{
    width: 50%;
    position: relative;
}
.iculture_con_fr .swiper-slide{
    display: initial;
}
.icultures{
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.swiper-pagination2{
    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;
}
.iculture_con_fr .swiper-pagination2{
    justify-content: center;
    align-items: center;
    bottom: 30px;
    right: 24px;
}
.iculture_con_fr .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 6.5px !important;
}
.iculture_con_fr .swiper-pagination-bullet-active{
    background: #C9222C;
}

/*发展历程*/
.iprocess{
    background: url("../images/iprocessbg.jpg") no-repeat top center;
    padding-bottom: 95px;
    background-size: cover;
}
.iprocess_con{
    margin-top: 110px;
}
.iprocess_con1{
    position: relative;
}
.iprocess_con1 .gallery-top {
    width: 100%;
    height: auto;
}
.iprocess_con1 .gallery-top .swiper-slide{
    display: initial;
}
.iprocess-max-txt{
    position: relative;
    text-align: left;
    padding: 0 0 35px 30px;
}
.iprocess-max-txt:before{
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #D7DBE3;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
    transition: .5s;
}
.iprocess-max-txt:after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #D7DBE3;
    position: absolute;
    top: 19px;
    left: 4px;
    transition: .5s;
}
.iprocess-max-txt1{
    font-family: "OPPOSANS-R";
    font-weight: 400;
    font-size: 30px;
    color: #1D2B5A;
    line-height: 1;
    transition: .5s;
}
.iprocess-max-txt2{
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    line-height: 30px;
}
.iprocess-max:hover .iprocess-max-txt:before{
    background: #C9222C;
}
.iprocess-max:hover .iprocess-max-txt:after{
    background: #C9222C;
}
.iprocess-max:hover .iprocess-max-txt1{
    color: #C9222C;
}
.iprocess-max.liang .iprocess-max-txt:before{
    background: #C9222C;
}
.iprocess-max.liang .iprocess-max-txt:after{
    background: #C9222C;
}
.iprocess-max.liang .iprocess-max-txt1{
    color: #C9222C;
}
.iprocess_con2{
    position: relative;
    margin-top: 60px;
}
.iprocess_con2 .swiper-container{
    width: 90%;
    margin: 0 auto;
}
.iprocess_con2 .gallery-thumbs .swiper-slide{
    display: initial;
    text-align: center;
}
.iprocess-min a{
    display: block;
    font-weight: 400;
    font-size: 24px;
    color: #535353;
    line-height: 1;
}
.iprocess-min a:hover{
    color: #C9222C;
}
.iprocess-min.liang a{
    color: #C9222C;
}
.iprocess_con2 .swiper-button-next3, .iprocess_con2 .swiper-button-prev3{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 13px;
    height: 18px;
    margin-top: 0;
    cursor: pointer;
    outline: none;
    background: url("../images/lcjt.png") no-repeat center;
    background-size: 100% !important;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
}
.iprocess_con2 .swiper-button-next3:hover, .iprocess_con2 .swiper-button-prev3:hover{
    background: url("../images/lcjt_h.png") no-repeat center;
}
.iprocess_con2 .swiper-button-prev3{
    left: 0;
    right: auto;
}
.iprocess_con2 .swiper-button-next3{
    right: 0;
    left: auto;
    transform: rotateY(-180deg) translate(0, -50%);
}

/*资质证书*/
.icertificate{
    margin-bottom: 90px;
}
.icertificate_con{
    margin: 75px 0 27px 0;
}
.icertificate_con ul{
    display: flex;
    flex-wrap: wrap;
}
.icertificate_con ul li{
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 33px;
}
.icertificate_con ul li:nth-child(5n){
    margin-right: 0;
}
.icertificate_con ul li a{
    display: block;
}
.icertificate_img{
    border: 1px solid #E5E5E5;
}
.icertificate_txt{
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.icertificate_con ul li a:hover .icertificate_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.icertificate_con ul li a:hover .icertificate_txt{
    color: #1D2B5A;
}

/*产品中心*/
.iproduct{
    margin-bottom: 90px;
}
#iproduct .inner_nav, #iproshow .inner_nav{
    margin-top: -73px;
}
#iproduct .inner_nav .container2, #iproshow .inner_nav .container2{
    justify-content: flex-end;
}
#iproduct .inner_nav .container2 .inner_nav_fr, #iproshow .inner_nav .container2 .inner_nav_fr{
    color: #ffffff;
}
#iproduct .inner_nav .container2 .inner_nav_fr a, #iproshow .inner_nav .container2 .inner_nav_fr a{
    color: #ffffff;
}
#iproduct .inner_nav .container2 .inner_nav_fr span, #iproshow .inner_nav .container2 .inner_nav_fr span{
    color: #325CCD;
}
.iproduct1{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iproduct1 .inner_title{
    position: absolute;
    bottom: 0;
    left: 0;
}
.iproduct1_fl{
    width: 31%;
    height: 60%;
    position: relative;
}
.iproduct1_fl .gallery-thumbs {
    width: 100%;
    height: 100%;
}
.iproduct1_fl .gallery-thumbs .swiper-slide{
    display: initial;
}
.pro-min a{
    display: block;
    position: relative;
    text-align: left;
    transition: .5s;
    font-weight: 400;
    font-size: 22px;
    color: #484848;
    line-height: 55px;
}
.pro-min a:hover{
    color: #1D2B5A;
    font-weight: bold;
}
.pro-min.swiper-slide-thumb-active a{
    color: #1D2B5A;
    font-weight: bold;
}
.iproduct1_fr{
    width: 59%;
    position: relative;
}
.iproduct1_fr .gallery-top {
    width: 100%;
    height: auto;
}
.iproduct1_fr .gallery-top .swiper-slide{
    display: initial;
}
.pro-max .pro-maxs{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    background: #F3F4F8;
    padding: 70px 100px 70px 70px;
}
.pro-maxs-fl{
    width: 30%;
}
.pro-maxs-fl-img{
    width: 98px;
    margin: 0 auto;
    height: 98px;
}
.pro-maxs-fl-txt{
    text-align: center;
    margin-top: 20px;
}
.pro-maxs-fl-txt h3{
    font-weight: bold;
    font-size: 36px;
    color: #1D2B5A;
    line-height: 1.5;
}
.pro-maxs-fl-txt a{
    margin-top: 5px;
    /*font-family: "OPPOSANS-R";*/
    font-weight: 400;
    font-size: 18px;
    color: #1D2B5A;
    line-height: 1.3;
    display: block;
    border: 1px solid #1D2B5A;
    line-height: 40px;
    border-radius: 20px;
    transition: .5s;
}
.pro-maxs-fl-txt a:hover{
    color: #ffffff;
    background: #1D2B5A;
}
.pro-maxs-fr{
    width: 56%;
}
.iproduct1_arrow{
    position: relative;
    margin-top: 40px;
}
.iproduct1_arrow .swiper-button-next4, .iproduct1_arrow .swiper-button-prev4{
    display: block;
    position: absolute;
    top: 0;
    width: 51px;
    height: 51px;
    margin-top: 0;
    /*transform: translate(0, -50%);*/
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../images/indexjt2.png") no-repeat center;
    text-align: center;
    border-radius: 0;
    background-size: 100% 100% !important;
}
.iproduct1_arrow .swiper-button-next4:hover, .iproduct1_arrow .swiper-button-prev4:hover{
    background: url("../images/indexjt_h.png") no-repeat center;
}
.iproduct1_arrow .swiper-button-prev4{
    left: 0;
    right: auto;
}
.iproduct1_arrow .swiper-button-next4{
    left: 51px;
    right: auto;
    transform: rotateY(-180deg);
}
.iproduct2{
    margin: 55px 0 35px 0;
}
.iproduct2 ul{
    display: flex;
    flex-wrap: wrap;
}
.iproduct2 ul li{
    width: 23.7%;
    margin-right: 1.73%;
}
.iproduct2 ul li:nth-child(4n){
    margin-right: 0;
}
.iproduct2 ul li a{
    display: block;
}
.iproduct2_img{
    /*background: #F3F4F8;*/
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(29, 43, 90, 0.17);
}
.iproduct2_img .pic:after{
    padding-bottom: 66.8%;
}
.iproduct2_txt{
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
}
.iproduct2 ul li a:hover .iproduct2_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iproduct2 ul li a:hover .iproduct2_txt{
    color: #1D2B5A;
}

/*产品详情*/
.iproshow{
    padding-top: 0 !important;
    margin-bottom: 100px;
}
.iproshow1{
    background: #F7F8FB;
    padding: 100px 0;
}
.iproshow1s{
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
}
.iproshow1_fl{
    width: 52.5%;
    background: #F3F4F8;
}
.iproshow1_fl .pic:after{
    padding-bottom: 66.8%;
}
.iproshow1_fr{
    width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.iproshow1_fr1{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 36px;
    color: #1D2B5A;
    line-height: 1.5;
}
.iproshow1_fr2{
    margin-top: 45px;
}
.iproshow1_fr2_title{
    font-weight: 400;
    font-size: 24px;
    color: #1D1D1D;
    line-height: 1;
}
.iproshow1_fr2_con{
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    line-height: 30px;
}
.iproshow1_fr3{
    margin-top: 45px;
    display: flex;
    align-items: center;
}
.iproshow1_fr3 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 158px;
    height: 43px;
    border-radius: 22px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.iproshow1_fr3 a.lxwm{
    background: #1D2B5A;
    margin-right: 12px;
}
.iproshow1_fr3 a.khly{
    background: #C9222C;
}
.iproshow1_fr3 a i{
    background-size: 100% !important;
    margin-right: 12px;
}
.iproshow1_fr3 a.lxwm i{
    width: 16px;
    height: 17px;
    background: url("../images/lxwm.png") no-repeat center;
}
.iproshow1_fr3 a.khly i{
    width: 17px;
    height: 17px;
    background: url("../images/khly.png") no-repeat center;
}
.iproshow2{
    margin-top: 55px;
}
.iproshow_title{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.iproshow_title h3{
    font-weight: 400;
    font-size: 24px;
    color: #1D1D1D;
    line-height: 1;
}
.iproshow_title a{
    display: block;
}
.iproshow_title a img{
    height: 22px;
}
.iproshow2_con{
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    line-height: 30px;
}
.iproshow3{
    margin-top: 95px;
}
.iproshow3_con.iproduct2{
    margin: 25px 0 0 0;
}
.iproshow4{
    margin-top: 35px;
    background: #F3F4F8;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.iproshow4_back1 a{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    line-height: 30px;
}
.iproshow4_back1 a i{
    width: 9px;
    height: 15px;
    background: url("../images/prev.png") no-repeat center;
    background-size: 100% !important;
    margin-right: 12px;
}
.iproshow4_back1 a:hover{
    color: #1D2B5A;
}
.iproshow4_back1 a:hover i{
    background: url("../images/prev_h.png") no-repeat center;
}
.iproshow4_back2 a{
    display: block;
}
.iproshow4_back2 a i{
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/center.png") no-repeat center;
    background-size: 100% !important;
}
.iproshow4_back2 a:hover i{
    background: url("../images/center_h.png") no-repeat center;
}
.iproshow4_back3 a{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    line-height: 30px;
}
.iproshow4_back3 a i{
    width: 9px;
    height: 15px;
    background: url("../images/next.png") no-repeat center;
    background-size: 100% !important;
    margin-left: 12px;
}
.iproshow4_back3 a:hover{
    color: #1D2B5A;
}
.iproshow4_back3 a:hover i{
    background: url("../images/next_h.png") no-repeat center;
}

/*产销布局*/
.ilayout{
    margin-bottom: 100px;
}
.ilayout_con{
    margin-top: 70px;
    position: relative;
}
.ilayout_con_location{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/*服务业绩*/
.iservice{
    margin-bottom: 100px;
}
.iservice1_con{
    position: relative;
    margin-top: 75px;
    padding-bottom: 35px;
}
.iservice1_con .swiper-slide{
    display: initial;
}
.service1s a{
    display: block;
    position: relative;
    width: 100%;
    transition: .5s;
    border: 1px solid #E8E8E8;
}
.iservice1_img.pic:after{
    padding-bottom: 41.6%;
}
.iservice1_img img{
    padding: 10px;
}
.service1s a:hover .iservice1_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.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;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iservice1_con .swiper-pagination3{
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.iservice1_con .swiper-pagination-bullet{
    width: 35px;
    height: 5px;
    background: #E4E4E4;
    border-radius: 3px;
    opacity: 1;
    outline: none;
    margin: 0px 6.5px !important;
}
.iservice1_con .swiper-pagination-bullet-active{
    background: #C9222C;
}
.iservice2{
    margin-top: 100px;
}
.iservice2_nav{
    margin-top: 75px;
}
.iservice2_nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.iservice2_nav ul li{
    margin: 0 7.5px 15px 7.5px;
}
.iservice2_nav ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #BFC0C3;
    padding: 0 35px;
    font-weight: 400;
    font-size: 18px;
    color: #1D1D1D;
    transition: .5s;
}
.iservice2_nav ul li a:hover{
    border: 1px solid #C9222C;
    color: #ffffff;
    background: #C9222C;
}
.iservice2_nav ul li a.current{
    border: 1px solid #C9222C;
    color: #ffffff;
    background: #C9222C;
}
.iservice2_con{
    margin-top: 35px;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    line-height: 30px;
}
table {
    border: 1px solid #DEDFE4;
    border-collapse:collapse;
}
tr,td,th{
    border: 1px solid #DEDFE4;
    padding: 15px;
    text-align: center;
}
.iservice2_con table tr:nth-child(1){
    background: #D7DAE7;
    font-weight: bold;
    font-size: 24px;
    color: #1D2B5A;
}
.iservice2_con table tr:nth-child(2){
    background: #F3F4F8;
    font-weight: bold;
    font-size: 18px;
    color: #1D2B5A;
}

/*新闻中心*/
.inews{
    margin-bottom: 90px;
}
.inews_con{
    margin: 75px 0 30px 0;
}
.inews_con ul{
    display: flex;
    flex-wrap: wrap;
}
.inews_con ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.inews_con ul li:nth-child(2n){
    margin-right: 0;
}
.inews_con ul li a{
    display: block;
}
.inews_con ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 1px solid #DEDFE4;
    padding: 25px;
    transition: .5s;
}
.inews_con_img{
    width: 50.5%;
}
.inews_con_txt{
    width: 49.5%;
    padding-left: 25px;
    transition: .5s;
}
.inews_con_txt1{
    font-weight: 400;
    font-weight: 400;
    font-size: 18px;
    color: #363636;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inews_con_txt2{
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #929292;
    line-height: 24px;
    height: 72px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inews_con_txt3{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inews_con_txt3 p{
    font-weight: 400;
    font-size: 14px;
    color: #BBBBBC;
    line-height: 24px;
    background: url("../images/date.png") no-repeat left center;
    background-size: 18px 18px !important;
    padding-left: 26px;
}
.inews_con_txt3 i{
    display: inline-block;
    width: 38px;
    height: 38px;
    background: #EFEFEF url("../images/njt.png") no-repeat center;
    background-size: 6px 12px !important;
    border-radius: 50%;
    transition: .5s;
}
.inews_con ul li a:hover{
    background: #F3F4F8;
    box-shadow: 0px 0px 30px 0px rgba(29,43,90,0.17);
    border: 1px solid #1D2B5A;
}
.inews_con ul li a:hover .inews_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews_con ul li a:hover .inews_con_txt1{
    font-weight: bold;
    color: #1D2B5A;
}
.inews_con ul li a:hover .inews_con_txt3 i{
    background: #1D2B5A url("../images/njt_h.png") no-repeat center;
}

/*新闻详情*/
.inewsshow{
    margin-bottom: 90px;
}
.inewsshow .container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inewsshow_fl{
    width: 70%;
}
.show_title{
    text-align: left;
}
.show_title h3{
    font-weight: 400;
    font-size: 36px;
    color: #000000;
    line-height: 1.5;
}
.show_info{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 25px;
}
.show_info span{
    font-weight: 400;
    font-size: 16px;
    color: #A2A2A2;
    line-height: 24px;
    padding-left: 30px;
    background-size: 19px 19px !important;
}
.time{
    background:url("../images/time.png") no-repeat left center;
    margin-right: 70px;
}
.author{
    background:url("../images/author.png") no-repeat left center;
}
.show_content{
    font-weight: 400;
    font-size: 16px;
    color: #5D5D5D;
    line-height: 30px;
    padding: 25px 0 60px 0;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    border-top: 1px dashed #dcdcdc;
    padding-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.show_back_fl{
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color: #818080;
    font-size: 16px;
    line-height: 36px;
}
.show_back_fl li a:hover{
    color: #1D2B5A;
}
.show_back_fr{
    overflow:hidden;
}
.show_back_fr a{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 45px;
    background: #1D2B5A;
    border-radius: 23px;
    font-size: 16px;
    color:#fff;
    text-align: center;
}
.show_back_fr a img{
    height: 18px;
    margin-right: 10px;
}
.inewsshow_fr{
    width: 23%;
}
.inewsshow_fr_title{
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 18px;
}
.inewsshow_fr_title h3{
    font-weight: 400;
    font-size: 24px;
    color: #1D1D1D;
    line-height: 30px;
}
.inewsshow_fr_con{
    margin-top: 30px;
}
.inewsshow_fr_con ul li{
    margin-bottom: 40px;
}
.inewsshow_fr_con ul li:last-child{
    margin-bottom: 0;
}
.inewsshow_fr_con ul li a{
    display: block;
}
.inewsshow_fr_con_txt{
   margin-top: 30px;
}
.inewsshow_fr_con_txt1{
    font-weight: 400;
    font-size: 18px;
    color: #363636;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inewsshow_fr_con_txt2{
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #7E7E7E;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inewsshow_fr_con ul li a:hover .inewsshow_fr_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inewsshow_fr_con ul li a:hover .inewsshow_fr_con_txt1{
    color: #1D2B5A;
}

/*装备能力*/
.iequipment{
    margin-bottom: 90px;
}
.iequipment1{
    margin-top: 75px;
    position: relative;
}
.iequipment1 .swiper-slide{
    display: initial;
}
.equipments a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
    padding-bottom: 62px;
}
.iequipment1_img{
    position: relative;
}
.iequipment1_img:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.6);
    position: absolute;
    left: 0;
    top: 0;
}
.iequipment1_txt{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 395px;
    height: 194px;
    padding: 25px;
    background: #1D2B5A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .5s;
    opacity: 0;
}
.iequipment1_txt1{
    font-weight: 400;
    font-size: 30px;
    width: 100%;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iequipment1_txt2{
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    opacity: 0.5;
    transition: all .5s ease-in-out 0s;
}
.equipments a:hover .iequipment1_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.equipments a:hover .iequipment1_img:after{
    display: none;
}
.equipments.swiper-slide-active a .iequipment1_img:after{
    display: none;
}
.equipments.swiper-slide-active .iequipment1_txt{
    opacity: 1;
}
.iequipment1 .swiper-button-next5, .iequipment1 .swiper-button-prev5{
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 62px;
    height: 62px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 0;
    background-size: 13px 18px !important;
}
.iequipment1 .swiper-button-prev5{
    left: 50.5%;
    right: auto;
    background: #1D2B5A url("../images/ejt.png") no-repeat center;
}
.iequipment1 .swiper-button-prev5:hover{
    background: #C9222C url("../images/ejt.png") no-repeat center;
}
.iequipment1 .swiper-button-next5{
    left: calc(50.5% + 62px);
    right: auto;
    background: #1D2B5A url("../images/ejt1.png") no-repeat center;
}
.iequipment1 .swiper-button-next5:hover{
    background: #C9222C url("../images/ejt1.png") no-repeat center;
}
.iequipment2{
    margin: 60px 0 20px 0;
}
.iequipment2 ul{
    display: flex;
    flex-wrap: wrap;
}
.iequipment2 ul li{
    width: 48.6%;
    margin-right: 2.8%;
    margin-bottom: 40px;
}
.iequipment2 ul li:nth-child(2n){
    margin-right: 0;
}
.iequipment2 ul li a{
    display: block;
}
.iequipment2_txt{
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}
.iequipment2_txt:after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #1D2B5A;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s;
}
.iequipment2_txt p{
    font-weight: 400;
    font-size: 18px;
    color: #363636;
    line-height: 38px;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iequipment2_txt span{
    width: 38px;
    height: 38px;
    background: #EFEFEF url("../images/njt.png") no-repeat center;
    background-size: 6px 12px !important;
    border-radius: 50%;
    transition: .5s;
}
.iequipment2 ul li a:hover .iequipment2_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iequipment2 ul li a:hover .iequipment2_txt:after{
    width: 100%;
}
.iequipment2 ul li a:hover .iequipment2_txt p{
    color: #1D2B5A;
}
.iequipment2 ul li a:hover .iequipment2_txt span{
    background: #1D2B5A url("../images/njt_h.png") no-repeat center;
}

#iequipment .full-image img{
    max-width: 75% !important;
}
#icertificate .full-image img{
    max-width: 40% !important;
}
#ihonor  .full-image img{
    max-width: 70% !important;
}
.full-image img{
    border-radius: 20px;
    padding: 45px;
    background: #ffffff;
}
.full-image figcaption{
    background: #FFFFFF !important;
    border-radius: 0 0 20px 20px !important;
    color: #535353 !important;
    padding: 10px 0;
}





/*联系方式*/
.icontact{
    margin-bottom: 100px;
}
.icontact_con{
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icontact_con_fl{
    width: 27%;
}
.icontact_con_fl li{
    margin-bottom: 50px;
    position: relative;
    padding-left: 69px;
}
.icontact_con_fl li:last-child{
    margin-bottom: 0;
}
.icontact_con_fl li:before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.ctel:before{
    background: #F3F4F8 url("../images/ctel.png") no-repeat center;
    background-size: 20px 18px;
}
.chrtel:before{
    background: #F3F4F8 url("../images/chrtel.png") no-repeat center;
    background-size: 21px 19px;
}
.cmail:before{
    background: #F3F4F8 url("../images/cmail.png") no-repeat center;
    background-size: 21px 16px;
}
.caddress:before{
    background: #F3F4F8 url("../images/caddress.png") no-repeat center;
    background-size: 16px 22px;
}
.icontact_con_fl li p{
    font-weight: 400;
    font-size: 16px;
    color: #363636;
    line-height: 1;
    margin-bottom: 5px;
}
.icontact_con_fl li span{
    font-weight: 400;
    font-size: 20px;
    color: #1D2B5A;
    line-height: 33px;
}
.icontact_con_fl li:nth-child(1) span, .icontact_con_fl li:nth-child(2) span{
    font-weight: bold;
}
.icontact_con_fr{
    width: 67%;
}

/*客户留言*/
.ifeedback{
    margin-bottom: 100px;
}
.ifeedback_con{
    margin-top: 70px;
}
.lxform{

}
.lx1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lx1s{
    width: 48%;
    margin-bottom: 35px;
}
.lx1 label{
    display: block;
    font-size: 16px;
    color: #444444;
    margin-bottom: 15px;
}
.lx1 label b{
    color: #ff0000;
}
.lx1 input{
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(190,188,188,0.5);
    border-radius: 5px;
    padding: 0 15px;
    color: #444444;
    font-size: 16px;
}
.lx1 textarea{
    width: 100%;
    font-size: 16px;
    height: 240px;
    line-height: 30px;
    border: 1px solid rgba(190,188,188,0.5);
    padding: 15px;
    resize: none;
    border-radius: 5px;
    color: #444444;
    resize: none;
}
.lx1 select{
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    color: #444444;
    border-radius: 5px;
    padding: 0 15px;
    border: 1px solid rgba(190,188,188,0.5);
    font-size: 16px;
    background: url("../images/fjt.png") no-repeat right center;
}
.lx2{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.lx2_fl{
    width: 49%;
    position: relative;
}
.lx2_fl label{
    display: block;
    font-size: 16px;
    color: #444444;
    margin-bottom: 15px;
}
.lx2_fl label b{
    color: #ff0000;
}
.lx2_fl input{
    width: 73%;
    height: 46px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(190,188,188,0.5);
    padding: 0 15px;
    color: #444444;
    font-size: 16px;
    border-radius: 5px;
}
.lx2_fl a{
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 46px;
}
.lx2_fl a img{
    width: auto;
    height: 44px;
    border: 1px solid rgba(190,188,188,0.5);
    border-radius: 5px;
}
.lx2_fr{
    width: 49%;
    display: flex;
    justify-content: flex-end;
}
.lx2_fr input{
    width: 153px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1D2B5A;
    border-radius: 23px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
}

/*招贤纳士*/
.ijoin{
    margin-bottom: 90px;
}
.ijoin_con{
    margin: 75px 0 30px 0;
}
.ijoin_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ijoin_con ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.ijoin_con ul li:nth-child(3n){
    margin-right: 0;
}
.ijoin_con ul li a{
    display: block;
    box-shadow: 0px 0px 30px 0px rgba(29,43,90,0.17);
    padding: 30px 35px 40px 35px;
    border: 1px solid transparent;
    transition: .5s;
}
.ijoin_con_txt1{
    font-weight: 400;
    font-size: 24px;
    color: #1D1D1D;
}
.ijoin_con_txt2{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ijoin_con_txt2 span{
    font-weight: 400;
    font-size: 14px;
    color: #888787;
    line-height: 20px;
    padding-left: 24px;
}
.ijoin_con_txt2 span.j1{
    background: url("../images/j1.png") no-repeat left center;
    background-size: 13px 15px;
}
.ijoin_con_txt2 span.j2{
    background: url("../images/j2.png") no-repeat left center;
    background-size: 13px 15px;
}
.ijoin_con_txt2 span.j3{
    background: url("../images/j3.png") no-repeat left center;
    background-size: 15px 15px;
}
.ijoin_con_txt3_title{
    margin-top: 40px;
    font-weight: bold;
    font-size: 18px;
    color: #1D1D1D;
    line-height: 1;
}
.ijoin_con_txt3_info{
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #535353;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ijoin_con_txt4{
    margin-top: 45px;
    border-top: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    position: relative;
}
.ijoin_con_txt4:before{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #1D2B5A;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}
.ijoin_con_txt4 p{
    font-weight: 400;
    font-size: 16px;
    color: #1D2B5A;
    line-height: 21px;
}
.ijoin_con_txt4 i{
    display: inline-block;
    width: 21px;
    height: 21px;
    background: #1D2B5A url("../images/jjt.png") no-repeat center;
    background-size: 9px 7px !important;
    border-radius: 50%;
    transition: .5s;
}
.ijoin_con ul li a:hover{
    background: #F3F4F8;
    box-shadow: 0px 0px 30px 0px rgba(29,43,90,0.17);
    border: 1px solid #1D2B5A;
}
.ijoin_con ul li a:hover .ijoin_con_txt1{
    font-weight: bold;
    color: #1D2B5A;
}
.ijoin_con ul li a:hover .ijoin_con_txt4:before{
    width: 100%;
}
.ijoin_con ul li a:hover .ijoin_con_txt4 p{
    color: #C9222C;
}
.ijoin_con ul li a:hover .ijoin_con_txt4 i{
    background: #C9222C url("../images/jjt.png") no-repeat center;
}
/*弹出框*/
.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: 1018px;
    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: 55px 60px 60px 60px;
    border-radius: 20px;
}
.jointck_close{
    position: absolute;
    right: 29px;
    top: 26px;
}
.jointck_close a img{
    height: 23px;
}
.jointck_con0{
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #000000;
}
.jointck_con1{
    margin-top: 25px;
    border-top: 1px solid #E5E5E5;
    padding-top: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jointck_con1 span{
    font-weight: 400;
    font-size: 16px;
    color: #888787;
    line-height: 30px;
    padding-left: 28px;
}
.jointck_con1 span.j1{
    background: url("../images/j1.png") no-repeat left center;
    background-size: 16px 20px;
}
.jointck_con1 span.j2{
    background: url("../images/j2.png") no-repeat left center;
    background-size: 16px 20px;
}
.jointck_con1 span.j3{
    background: url("../images/j3.png") no-repeat left center;
    background-size: 20px 20px;
}
.jointck_con2{
    margin-top: 45px;
    height: 350px;
}
.jointck_con2s{
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    line-height: 30px;
}
.style3::-webkit-scrollbar-track{
    background-color: #ccc;
}
.style3::-webkit-scrollbar{
    width: 3px;
    background-color: #ccc;
}
.style3::-webkit-scrollbar-thumb{
    background-color: #5A7CB9;
}

@-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); }
}



.iprivacy_con{
    font-weight: 400;
    font-size: 16px;
    color: #5D5D5D;
    line-height: 30px;
}









@media (min-width:1851px) and (max-width:1920px){
    .iequipment1 .swiper-button-prev5{
        left: 49.5%;
    }
    .iequipment1 .swiper-button-next5{
        left: calc(49.5% + 62px);
    }
}

@media (min-width:1801px) and (max-width:1850px){
    .iequipment1 .swiper-button-prev5{
        left: 49%;
    }
    .iequipment1 .swiper-button-next5{
        left: calc(49% + 62px);
    }
}

@media (min-width:1701px) and (max-width:1800px){
    .container1{
        width: 92%;
    }
    .menupc li a{
        padding: 0 16px;
    }
    .about_fl{
        padding: 100px 5%;
    }
    .product_con .swiper-container{
        width: 95%;
        margin: 0 auto;
    }
    .product_con .swiper-button-prev2{
        left: -50px;
    }
    .product_con .swiper-button-next2{
        right: -50px;
    }
    .pro_arrow{
        width: 100%;
    }

    .iequipment1 .swiper-button-prev5{
        left: 47.5%;
    }
    .iequipment1 .swiper-button-next5{
        left: calc(47.5% + 62px);
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .yx a .logo1-1, .yx a .logo2-1{
        height: 48px;
    }
    .yx a .logo1-2, .yx a .logo2-2{
        height: 24px;
    }
    .menupc li a{
        padding: 0 16px;
    }
    .nav-fr{
        padding-left: 50px;
    }
    .header-search{
        margin-left: 37px;
    }
    .header-search .pull-right{
        width: 86px;
    }
    .about_fl{
        padding: 95px 5%;
    }
    .about_fl2{
        font-size: 46px;
    }
    .index_title_fl{
        font-size: 70px;
    }
    .index_title_fc img{
        height: 63px;
    }
    .about_fl4{
        margin-top: 65px;
    }
    .about_fl5{
        margin-top: 95px;
    }
    .home-product{
        padding: 90px 0 180px 0;
    }
    .product_con .swiper-container{
        width: 95%;
        margin: 0 auto;
    }
    .product_con .swiper-button-prev2{
        left: -50px;
    }
    .product_con .swiper-button-next2{
        right: -50px;
    }
    .pro_arrow{
        width: 100%;
    }
    .home-equipment .index_title{
        top: 95px;
    }
    .equipment_con2{
        bottom: 95px;
    }
    .home-news{
        margin: 95px auto;
    }
    .footer1_1_t a img{
        height: 89px;
    }
    .footer1_3{
        width: 17%;
    }

    .icontact_con_fl{
        width: 28%;
    }
    .iequipment1 .swiper-button-prev5{
        left: 46%;
    }
    .iequipment1 .swiper-button-next5{
        left: calc(46% + 62px);
    }
    .show_title h3{
        font-size: 34px;
    }
    .pro-maxs-fl-txt h3{
        font-size: 32px;
    }
    .pro-maxs-fl-txt p{
        font-size: 22px;
    }
    .iproshow1_fr1{
        font-size: 34px;
    }

}

@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .yx a .logo1-1, .yx a .logo2-1{
        height: 44px;
    }
    .yx a .logo1-2, .yx a .logo2-2{
        height: 22px;
    }
    .menupc li a{
        font-size: 15px;
        padding: 0 16px;
    }
    .nav-fr{
        padding-left: 45px;
    }
    .nation_t h3{
        font-size: 15px;
    }
    .header-search{
        margin-left: 27px;
    }
    .header-search .pull-right{
        width: 81px;
    }
    .about_fl{
        padding: 90px 5%;
    }
    .about_fl1{
        font-size: 23px;
    }
    .about_fl2{
        font-size: 44px;
    }
    .index_title_fl{
        font-size: 67px;
    }
    .index_title_fc img{
        height: 60px;
    }
    .index_title_fr h3{
        font-size: 29px;
    }
    .about_fl4{
        margin-top: 60px;
    }
    .about_fl5{
        margin-top: 90px;
    }
    .indext_more a{
        width: 77px;
        height: 77px;
    }
    .home-product{
        padding: 90px 0 160px 0;
    }
    .product_con .swiper-container{
        width: 95%;
        margin: 0 auto;
    }
    .product_con .swiper-button-prev2{
        left: -50px;
    }
    .product_con .swiper-button-next2{
        right: -50px;
    }
    .pro_arrow{
        width: 100%;
    }
    .home-equipment .index_title{
        top: 90px;
    }
    .equipment_con2{
        bottom: 90px;
    }
    .equipment-min-txt1{
        font-size: 23px;
    }
    .home-news{
        margin: 90px auto;
    }
    .footer1_1_t a img{
        height: 84px;
    }
    .footer1_3{
        width: 18%;
    }

    .iban_info{
        bottom: 65px;
    }
    .iban_infos{
        height: 147px;
    }
    .iban_info p{
        font-size: 29px;
        padding-left: 47px;
    }
    .iban_info h3{
        font-size: 67px;
        padding-left: 47px;
    }
    .inner_title h3{
        font-size: 115px;
    }
    .inner_title p{
        font-size: 29px;
    }
    .iabout{
        margin-bottom: 95px;
    }
    .iabout1_fr1 p{
        font-size: 23px;
    }
    .iabout1_fr1 h3{
        font-size: 67px;
    }
    .iabout1_fr1 h3 span{
        font-size: 90px;
    }
    .iabout2 ul li:after{
        right: -62%;
        height: 142px;
    }
    .iabout2 ul li h3{
        font-size: 23px;
    }
    .iabout2 ul li h3 span{
        font-size: 55px;
    }
    .iprocess{
        padding-bottom: 90px;
    }
    .iprocess_con{
        margin-top: 105px;
    }
    .iprocess-max-txt1{
        font-size: 29px;
    }
    .iprocess-min a{
        font-size: 23px;
    }
    .ihonor{
        margin-bottom: 85px;
    }
    .ihonor_con{
        margin: 70px 0 23px 0;
    }
    .iculture{
        margin-bottom: 95px;
    }
    .iculture_con{
        margin-top: 70px;
    }
    .iculture_con_fl{
        width: 41%;
    }
    .icertificate{
        margin-bottom: 85px;
    }
    .icertificate_con{
        margin: 70px 0 23px 0;
    }
    .icontact{
        margin-bottom: 95px;
    }
    .icontact_con{
        margin-top: 70px;
    }
    .icontact_con_fl{
        width: 29%;
    }
    .icontact_con_fl li{
        margin-bottom: 45px;
    }
    .icontact_con_fl li span{
        font-size: 19px;
    }
    .icontact_con_fr{
        width: 66%;
    }
    .ifeedback{
        margin-bottom: 95px;
    }
    .ifeedback_con{
        margin-top: 65px;
    }
    .ijoin{
        margin-bottom: 85px;
    }
    .ijoin_con{
        margin: 70px 0 26px 0;
    }
    .ijoin_con_txt1{
        font-size: 23px;
    }
    .ijoin_con_txt3_title{
        margin-top: 36px;
        font-size: 17px;
    }
    .ijoin_con_txt4{
        margin-top: 41px;
    }
    .jointck_con0{
        font-size: 29px;
    }
    .jointck_con2{
        margin-top: 41px;
    }
    .ilayout{
        margin-bottom: 95px;
    }
    .ilayout_con{
        margin-top: 65px;
    }
    .iservice{
        margin-bottom: 95px;
    }
    .iservice1_con{
        margin-top: 70px;
    }
    .iservice2{
        margin-top: 95px;
    }
    .iservice2_nav{
        margin-top: 70px;
    }
    .iservice2_nav ul li a{
        font-size: 17px;
    }
    .iequipment{
        margin-bottom: 85px;
    }
    .iequipment1{
        margin-top: 70px;
    }
    .iequipment1_txt{
        width: 385px;
        height: 189px;
    }
    .iequipment1_txt1{
        font-size: 29px;
    }
    .iequipment1 .swiper-button-prev5{
        left: 44.5%;
    }
    .iequipment1 .swiper-button-next5{
        left: calc(44.5% + 62px);
    }
    .iequipment2_txt p{
        font-size: 17px;
    }
    .inews{
        margin-bottom: 85px;
    }
    .inews_con{
        margin: 70px 0 26px 0;
    }
    .inews_con_txt1{
        font-size: 17px;
    }
    .inewsshow{
        margin-bottom: 85px;
    }
    .show_title h3{
        font-size: 32px;
    }
    .inewsshow_fr_title h3{
        font-size: 23px;
    }
    .inewsshow_fr_con_txt1{
        font-size: 17px;
    }
    .iproduct{
        margin-bottom: 85px;
    }
    .pro-min a{
        font-size: 21px;
        line-height: 53px;
    }
    .pro-max .pro-maxs{
        padding: 65px 95px 65px 65px;
    }
    .pro-maxs-fl-txt h3{
        font-size: 30px;
    }
    .pro-maxs-fl-txt p{
        font-size: 21px;
    }
    .iproshow{
        margin-bottom: 95px;
    }
    .iproshow1{
        padding: 95px 0;
    }
    .iproshow1s{
        padding: 45px;
    }
    .iproshow1_fr1{
        font-size: 32px;
    }
    .iproshow1_fr2{
        margin-top: 41px;
    }
    .iproshow1_fr2_title{
        font-size: 23px;
    }
    .iproshow1_fr3{
        margin-top: 41px;
    }
    .iproshow_title h3{
        font-size: 23px;
    }
    .iproshow3{
        margin-top: 90px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .yx a .logo1-1, .yx a .logo2-1{
        height: 40px;
    }
    .yx a .logo1-2, .yx a .logo2-2{
        height: 20px;
    }
    .menupc li a{
        font-size: 15px;
        padding: 0 12px;
    }
    .nav-fr{
        padding-left: 35px;
    }
    .nation_t h3{
        font-size: 15px;
    }
    .header-search{
        margin-left: 27px;
    }
    .header-search .pull-right{
        width: 76px;
    }
    .about_fl{
        padding: 80px 5%;
    }
    .about_fl1{
        font-size: 22px;
    }
    .about_fl2{
        font-size: 42px;
    }
    .index_title_fl{
        font-size: 62px;
    }
    .index_title_fc img{
        height: 60px;
    }
    .index_title_fr p{
        font-size: 17px;
    }
    .index_title_fr h3{
        font-size: 28px;
    }
    .about_fl4{
        margin-top: 50px;
    }
    .about_fl5{
        margin-top: 70px;
    }
    .indext_more a{
        width: 72px;
        height: 72px;
    }
    .home-product{
        padding: 80px 0 140px 0;
    }
    .product_con .swiper-container{
        width: 85%;
        margin: 0 auto;
    }
    .pro_txt1{
        font-size: 17px;
    }
    .pro_arrow{
        width: 100%;
    }
    .home-equipment .index_title{
        top: 80px;
    }
    .equipment_con2{
        bottom: 80px;
    }
    .equipment-min a{
        height: 110px;
    }
    .equipment-min-txt1{
        font-size: 22px;
    }
    .home-news{
        margin: 80px auto;
    }
    .footer1_1_t a img{
        height: 79px;
    }

    .iban_info{
        bottom: 60px;
    }
    .iban_infos{
        height: 142px;
    }
    .iban_info p{
        font-size: 28px;
        padding-left: 46px;
    }
    .iban_info h3{
        font-size: 62px;
        padding-left: 46px;
    }
    .inner_title h3{
        font-size: 110px;
    }
    .inner_title p{
        font-size: 28px;
    }
    .iabout{
        margin-bottom: 90px;
    }
    .iabout1_fr1 p{
        font-size: 22px;
    }
    .iabout1_fr1 h3{
        font-size: 62px;
    }
    .iabout1_fr1 h3 span{
        font-size: 90px;
    }
    .iabout2 ul li:after{
        right: -60%;
        height: 138px;
    }
    .iabout2 ul li h3{
        font-size: 22px;
    }
    .iabout2 ul li h3 span{
        font-size: 50px;
    }
    .iprocess{
        padding-bottom: 85px;
    }
    .iprocess_con{
        margin-top: 100px;
    }
    .iprocess-max-txt1{
        font-size: 28px;
    }
    .iprocess-min a{
        font-size: 22px;
    }
    .ihonor{
        margin-bottom: 80px;
    }
    .ihonor_con{
        margin: 65px 0 21px 0;
    }
    .iculture{
        margin-bottom: 90px;
    }
    .iculture_con{
        margin-top: 65px;
    }
    .iculture_con_fl{
        width: 43%;
    }
    .icertificate{
        margin-bottom: 80px;
    }
    .icertificate_con{
        margin: 65px 0 21px 0;
    }
    .icontact{
        margin-bottom: 90px;
    }
    .icontact_con{
        margin-top: 65px;
    }
    .icontact_con_fl{
        width: 30%;
    }
    .icontact_con_fl li{
        margin-bottom: 40px;
    }
    .icontact_con_fl li span{
        font-size: 18px;
    }
    .icontact_con_fr{
        width: 65%;
    }
    .ifeedback{
        margin-bottom: 90px;
    }
    .ifeedback_con{
        margin-top: 60px;
    }
    .ijoin{
        margin-bottom: 80px;
    }
    .ijoin_con{
        margin: 65px 0 24px 0;
    }
    .ijoin_con_txt1{
        font-size: 22px;
    }
    .ijoin_con_txt3_title{
        margin-top: 34px;
        font-size: 17px;
    }
    .ijoin_con_txt4{
        margin-top: 39px;
    }
    .jointck_con0{
        font-size: 28px;
    }
    .jointck_con2{
        margin-top: 39px;
    }
    .ilayout{
        margin-bottom: 90px;
    }
    .ilayout_con{
        margin-top: 60px;
    }
    .iservice{
        margin-bottom: 90px;
    }
    .iservice1_con{
        margin-top: 65px;
    }
    .iservice2{
        margin-top: 90px;
    }
    .iservice2_nav{
        margin-top: 65px;
    }
    .iservice2_nav ul li a{
        font-size: 17px;
    }
    .iequipment{
        margin-bottom: 80px;
    }
    .iequipment1{
        margin-top: 65px;
    }
    .iequipment1_txt{
        width: 355px;
        height: 174px;
    }
    .iequipment1_txt1{
        font-size: 28px;
    }
    .iequipment1 .swiper-button-prev5{
        left: 44.5%;
    }
    .iequipment1 .swiper-button-next5{
        left: calc(44.5% + 62px);
    }
    .iequipment2_txt p{
        font-size: 17px;
    }
    .inews{
        margin-bottom: 80px;
    }
    .inews_con{
        margin: 65px 0 24px 0;
    }
    .inews_con_txt1{
        font-size: 17px;
    }
    .inewsshow{
        margin-bottom: 80px;
    }
    .show_title h3{
        font-size: 30px;
    }
    .inewsshow_fr_title h3{
        font-size: 22px;
    }
    .inewsshow_fr_con_txt1{
        font-size: 17px;
    }
    .iproduct{
        margin-bottom: 80px;
    }
    .pro-min a{
        font-size: 20px;
        line-height: 51px;
    }
    .pro-max .pro-maxs{
        padding: 60px 90px 60px 60px;
    }
    .pro-maxs-fl-txt h3{
        font-size: 28px;
    }
    .pro-maxs-fl-txt a{
        font-size: 16px;
    }
    .iproshow{
        margin-bottom: 90px;
    }
    .iproshow1{
        padding: 90px 0;
    }
    .iproshow1s{
        padding: 45px;
    }
    .iproshow1_fr1{
        font-size: 30px;
    }
    .iproshow1_fr2{
        margin-top: 39px;
    }
    .iproshow1_fr2_title{
        font-size: 22px;
    }
    .iproshow1_fr3{
        margin-top: 39px;
    }
    .iproshow_title h3{
        font-size: 22px;
    }
    .iproshow3{
        margin-top: 85px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .yx a .logo1-1, .yx a .logo2-1{
        height: 34px;
    }
    .yx a .logo1-2, .yx a .logo2-2{
        height: 17px;
    }
    .menupc li a{
        font-size: 14px;
        padding: 0 12px;
    }
    .nav-fr{
        padding-left: 25px;
    }
    .nation_t h3{
        font-size: 14px;
    }
    .header-search{
        margin-left: 27px;
    }
    .header-search .pull-right{
        width: 71px;
    }
    .about_fl{
        padding: 70px 5%;
    }
    .about_fl1{
        font-size: 21px;
    }
    .about_fl2{
        font-size: 40px;
    }
    .index_title_fl{
        font-size: 57px;
    }
    .index_title_fc img{
        height: 58px;
    }
    .index_title_fr p{
        font-size: 16px;
    }
    .index_title_fr h3{
        font-size: 27px;
    }
    .about_fl4{
        margin-top: 35px;
    }
    .about_fl5{
        margin-top: 50px;
    }
    .indext_more a{
        width: 67px;
        height: 67px;
    }
    .home-product{
        padding: 70px 0 120px 0;
    }
    .product_con .swiper-container{
        width: 85%;
        margin: 0 auto;
    }
    .pro_txt1{
        font-size: 16px;
    }
    .pro_arrow{
        width: 100%;
    }
    .home-equipment .index_title{
        top: 70px;
    }
    .equipment_con2{
        bottom: 70px;
    }
    .equipment-min a{
        height: 105px;
    }
    .equipment-min-txt1{
        font-size: 21px;
    }
    .home-news{
        margin: 70px auto;
    }
    .footer1_1_t a img{
        height: 74px;
    }

    .iban_info{
        bottom: 55px;
    }
    .iban_infos{
        height: 137px;
    }
    .iban_info p{
        font-size: 27px;
        padding-left: 45px;
    }
    .iban_info h3{
        font-size: 57px;
        padding-left: 45px;
    }
    .inner_title h3{
        font-size: 105px;
    }
    .inner_title p{
        font-size: 27px;
    }
    .iabout{
        margin-bottom: 80px;
    }
    .iabout1_fr1 p{
        font-size: 21px;
    }
    .iabout1_fr1 h3{
        font-size: 57px;
    }
    .iabout1_fr1 h3 span{
        font-size: 85px;
    }
    .iabout2 ul li:after{
        right: -55%;
        height: 133px;
    }
    .iabout2 ul li h3{
        font-size: 21px;
    }
    .iabout2 ul li h3 span{
        font-size: 45px;
    }
    .iprocess{
        padding-bottom: 75px;
    }
    .iprocess_con{
        margin-top: 90px;
    }
    .iprocess-max-txt1{
        font-size: 27px;
    }
    .iprocess-min a{
        font-size: 21px;
    }
    .ihonor{
        margin-bottom: 70px;
    }
    .ihonor_con{
        margin: 60px 0 19px 0;
    }
    .iculture{
        margin-bottom: 80px;
    }
    .iculture_con{
        margin-top: 60px;
    }
    .iculture_con_fl{
        width: 45%;
    }
    .icertificate{
        margin-bottom: 70px;
    }
    .icertificate_con{
        margin: 60px 0 19px 0;
    }
    .icontact{
        margin-bottom: 80px;
    }
    .icontact_con{
        margin-top: 60px;
    }
    .icontact_con_fl{
        width: 31%;
    }
    .icontact_con_fl li{
        margin-bottom: 35px;
    }
    .icontact_con_fl li span{
        font-size: 18px;
    }
    .icontact_con_fr{
        width: 64%;
    }
    .ifeedback{
        margin-bottom: 80px;
    }
    .ifeedback_con{
        margin-top: 55px;
    }
    .ijoin{
        margin-bottom: 70px;
    }
    .ijoin_con{
        margin: 60px 0 22px 0;
    }
    .ijoin_con_txt1{
        font-size: 21px;
    }
    .ijoin_con_txt3_title{
        margin-top: 32px;
        font-size: 16px;
    }
    .ijoin_con_txt4{
        margin-top: 37px;
    }
    .jointck_con0{
        font-size: 27px;
    }
    .jointck_con2{
        margin-top: 37px;
    }
    .ilayout{
        margin-bottom: 80px;
    }
    .ilayout_con{
        margin-top: 55px;
    }
    .iservice{
        margin-bottom: 80px;
    }
    .iservice1_con{
        margin-top: 60px;
    }
    .iservice2{
        margin-top: 80px;
    }
    .iservice2_nav{
        margin-top: 60px;
    }
    .iservice2_nav ul li a{
        font-size: 16px;
    }
    .iequipment{
        margin-bottom: 70px;
    }
    .iequipment1{
        margin-top: 60px;
    }
    .iequipment1_txt{
        width: 325px;
        height: 160px;
    }
    .iequipment1_txt1{
        font-size: 27px;
    }
    .iequipment1 .swiper-button-prev5{
        left: 44%;
    }
    .iequipment1 .swiper-button-next5{
        left: calc(44% + 62px);
    }
    .iequipment2_txt p{
        font-size: 16px;
    }
    .inews{
        margin-bottom: 70px;
    }
    .inews_con{
        margin: 60px 0 22px 0;
    }
    .inews_con_txt1{
        font-size: 16px;
    }
    .inewsshow{
        margin-bottom: 70px;
    }
    .show_title h3{
        font-size: 28px;
    }
    .inewsshow_fr_title h3{
        font-size: 21px;
    }
    .inewsshow_fr_con_txt1{
        font-size: 16px;
    }
    .iproduct{
        margin-bottom: 70px;
    }
    .pro-min a{
        font-size: 19px;
        line-height: 48px;
    }
    .pro-max .pro-maxs{
        padding: 55px 85px 55px 55px;
    }
    .pro-maxs-fl-txt h3{
        font-size: 26px;
    }
    .pro-maxs-fl-txt p{
        font-size: 19px;
    }
    .iproshow{
        margin-bottom: 80px;
    }
    .iproshow1{
        padding: 80px 0;
    }
    .iproshow1s{
        padding: 40px;
    }
    .iproshow1_fr1{
        font-size: 28px;
    }
    .iproshow1_fr2{
        margin-top: 37px;
    }
    .iproshow1_fr2_title{
        font-size: 21px;
    }
    .iproshow1_fr3{
        margin-top: 37px;
    }
    .iproshow_title h3{
        font-size: 21px;
    }
    .iproshow3{
        margin-top: 75px;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .yx a .logo1-1, .yx a .logo2-1{
        height: 30px;
    }
    .yx a .logo1-2, .yx a .logo2-2{
        height: 15px;
    }
    .menupc li a{
        font-size: 14px;
        padding: 0 10px;
    }
    .nav-fr{
        padding-left: 25px;
    }
    .nation_t h3{
        font-size: 14px;
    }
    .header-search{
        margin-left: 27px;
    }
    .header-search .pull-right{
        width: 71px;
    }
    .about_fl{
        padding: 60px 5%;
    }
    .about_fl1{
        font-size: 20px;
    }
    .about_fl2{
        font-size: 38px;
    }
    .index_title_fl{
        font-size: 52px;
    }
    .index_title_fc img{
        height: 56px;
    }
    .index_title_fr p{
        font-size: 16px;
    }
    .index_title_fr h3{
        font-size: 26px;
    }
    .about_fl4{
        margin-top: 35px;
    }
    .about_fl5{
        margin-top: 50px;
    }
    .indext_more a{
        width: 62px;
        height: 62px;
    }
    .home-product{
        padding: 60px 0 100px 0;
    }
    .product_con .swiper-container{
        width: 85%;
        margin: 0 auto;
    }
    .pro_txt1{
        font-size: 16px;
    }
    .pro_arrow{
        width: 100%;
    }
    .home-equipment .index_title{
        top: 60px;
    }
    .equipment_con2{
        bottom: 60px;
    }
    .equipment-min a{
        height: 100px;
    }
    .equipment-min-txt1{
        font-size: 20px;
    }
    .home-news{
        margin: 60px auto;
    }
    .footer1_1_t a img{
        height: 64px;
    }

    .iban_info{
        bottom: 50px;
    }
    .iban_infos{
        height: 132px;
    }
    .iban_info p{
        font-size: 26px;
        padding-left: 45px;
    }
    .iban_info h3{
        font-size: 52px;
        padding-left: 45px;
    }
    .inner_title h3{
        font-size: 100px;
    }
    .inner_title p{
        font-size: 26px;
    }
    .iabout{
        margin-bottom: 70px;
    }
    .iabout1_fr1 p{
        font-size: 20px;
    }
    .iabout1_fr1 h3{
        font-size: 52px;
    }
    .iabout1_fr1 h3 span{
        font-size: 80px;
    }
    .iabout2 ul li:after{
        right: -55%;
        height: 129px;
    }
    .iabout2 ul li h3{
        font-size: 20px;
    }
    .iabout2 ul li h3 span{
        font-size: 40px;
    }
    .iprocess{
        padding-bottom: 65px;
    }
    .iprocess_con{
        margin-top: 80px;
    }
    .iprocess-max-txt1{
        font-size: 26px;
    }
    .iprocess-min a{
        font-size: 20px;
    }
    .ihonor{
        margin-bottom: 60px;
    }
    .ihonor_con{
        margin: 55px 0 17px 0;
    }
    .iculture{
        margin-bottom: 70px;
    }
    .iculture_con{
        margin-top: 55px;
    }
    .iculture_con_fl{
        width: 45%;
    }
    .icertificate{
        margin-bottom: 60px;
    }
    .icertificate_con{
        margin: 55px 0 17px 0;
    }
    .icontact{
        margin-bottom: 70px;
    }
    .icontact_con{
        margin-top: 55px;
    }
    .icontact_con_fl{
        width: 32%;
    }
    .icontact_con_fl li{
        margin-bottom: 35px;
    }
    .icontact_con_fl li span{
        font-size: 17px;
    }
    .icontact_con_fr{
        width: 63%;
    }
    .ifeedback{
        margin-bottom: 70px;
    }
    .ifeedback_con{
        margin-top: 50px;
    }
    .ijoin{
        margin-bottom: 60px;
    }
    .ijoin_con{
        margin: 55px 0 20px 0;
    }
    .ijoin_con_txt1{
        font-size: 20px;
    }
    .ijoin_con_txt3_title{
        margin-top: 30px;
        font-size: 16px;
    }
    .ijoin_con_txt4{
        margin-top: 35px;
    }
    .jointck_con0{
        font-size: 26px;
    }
    .jointck_con2{
        margin-top: 35px;
    }
    .ilayout{
        margin-bottom: 70px;
    }
    .ilayout_con{
        margin-top: 50px;
    }
    .iservice{
        margin-bottom: 70px;
    }
    .iservice1_con{
        margin-top: 55px;
    }
    .iservice2{
        margin-top: 70px;
    }
    .iservice2_nav{
        margin-top: 55px;
    }
    .iservice2_nav ul li a{
        font-size: 16px;
    }
    .iequipment{
        margin-bottom: 60px;
    }
    .iequipment1{
        margin-top: 55px;
    }
    .iequipment1_txt{
        width: 295px;
        height: 145px;
    }
    .iequipment1_txt1{
        font-size: 26px;
    }
    .iequipment1 .swiper-button-prev5{
        left: 44.5%;
    }
    .iequipment1 .swiper-button-next5{
        left: calc(44.5% + 62px);
    }
    .iequipment2_txt p{
        font-size: 16px;
    }
    .inews{
        margin-bottom: 60px;
    }
    .inews_con{
        margin: 55px 0 20px 0;
    }
    .inews_con_txt1{
        font-size: 16px;
    }
    .inewsshow{
        margin-bottom: 60px;
    }
    .show_title h3{
        font-size: 26px;
    }
    .inewsshow_fr_title h3{
        font-size: 20px;
    }
    .inewsshow_fr_con_txt1{
        font-size: 16px;
    }
    .iproduct{
        margin-bottom: 60px;
    }
    .pro-min a{
        font-size: 18px;
        line-height: 45px;
    }
    .pro-max .pro-maxs{
        padding: 50px 80px 50px 50px;
    }
    .pro-maxs-fl-txt h3{
        font-size: 24px;
    }
    .pro-maxs-fl-txt p{
        font-size: 18px;
    }
    .iproshow{
        margin-bottom: 70px;
    }
    .iproshow1{
        padding: 70px 0;
    }
    .iproshow1s{
        padding: 35px;
    }
    .iproshow1_fr1{
        font-size: 26px;
    }
    .iproshow1_fr2{
        margin-top: 35px;
    }
    .iproshow1_fr2_title{
        font-size: 20px;
    }
    .iproshow1_fr3{
        margin-top: 35px;
    }
    .iproshow_title h3{
        font-size: 20px;
    }
    .iproshow3{
        margin-top: 65px;
    }


}

@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;
    }
    .home-banner .swiper-pagination{
        left: 15px;
        bottom: 25px;
    }
    .mouse-scroll{
        bottom: 25px;
    }
    .about_fl{
        padding: 50px 15px;
    }
    .about_fl4{
        margin-top: 35px;
    }
    .about_fl5{
        margin-top: 50px;
    }
    .about_fl1{
        font-size: 20px;
    }
    .about_fl2{
        font-size: 38px;
    }
    .index_title_fl{
        font-size: 52px;
    }
    .index_title_fc img{
        height: 56px;
    }
    .index_title_fr p{
        font-size: 16px;
    }
    .index_title_fr h3{
        font-size: 24px;
    }
    .indext_more a{
        width: 55px;
        height: 55px;
        background-size: 18px 12px !important;
    }
    .home-product{
        padding: 50px 0;
    }
    .product_con{
        margin-top: 35px;
    }
    .product_con .swiper-container{
        width: 82%;
    }
    .pro_txt1{
        font-size: 16px;
    }
    .pro_arrow{
        left: auto;
        transform: translate(0, -50%);
        width: 100%;
    }
    .home-equipment .index_title{
        top: 50px;
    }
    .equipment_con1 .swiper-button-prev1{
        left: 15px;
    }
    .equipment_con1 .swiper-button-next1{
        right: 15px;
    }
    .equipment_con2{
        bottom: 50px;
    }
    .equipment-min a{
        height: 100px;
    }
    .equipment-min-txt1{
        font-size: 20px;
    }
    .home-news{
        margin: 50px auto;
    }
    .news_con{
        margin-top: 35px;
    }
    .news_con .swiper-button-prev{
        right: 87px;
    }
    .news_con .swiper-button-next{
        right: 15px;
    }
    .footer1_1{
        width: 18%;
    }
    .footer1_2{
        width: 77%;
    }
    .footer1_3{
        width: 100%;
        margin-top: 25px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .footer1_3 h3{
        margin-bottom: 0;
    }
    .footer1_3 p{
        margin-left: 25px;
    }

    .iban_info{
        bottom: 35px;
    }
    .iban_infos{
        height: 132px;
    }
    .iban_info p{
        font-size: 20px;
    }
    .iban_info h3{
        font-size: 42px;
    }
    .inner-main{
        padding-top: 50px;
    }
    .iabout{
        margin-bottom: 50px;
    }
    .inner_title h3{
        font-size: 100px;
    }
    .inner_title p{
        font-size: 26px;
    }
    .iabout1{
        margin-top: 35px;
    }
    .iabout1_fr1 p{
        font-size: 20px;
    }
    .iabout1_fr1 h3{
        font-size: 52px;
    }
    .iabout1_fr1 h3 span{
        font-size: 80px;
    }
    .iabout1_fr2{
        margin-top: 25px;
    }
    .iabout2{
        margin-top: 35px;
    }
    .iabout2 ul li:after{
        right: -55%;
    }
    .iabout2 ul li h3{
        font-size: 20px;
    }
    .iabout2 ul li h3 span{
        font-size: 30px;
    }
    .iprocess{
        padding-bottom: 50px;
    }
    .iprocess_con{
        margin-top: 50px;
    }
    .iprocess-max-txt1{
        font-size: 26px;
    }
    .iprocess_con2{
        margin-top: 35px;
    }
    .ihonor{
        margin-bottom: 40px;
    }
    .ihonor_con{
        margin: 35px 0 15px 0;
    }
    .ihonor_con ul li a{
        padding: 20px;
    }
    .ihonor_txt{
        padding-top: 20px;
        margin-top: 20px;
    }
    .iculture{
        margin-bottom: 50px;
    }
    .iculture_con{
        margin-top: 35px;
    }
    .iculture_con_fl{
        width: 45%;
    }
    .icertificate{
        margin-bottom: 40px;
    }
    .icertificate_con{
        margin: 35px 0 17px 0;
    }
    .icontact{
        margin-bottom: 50px;
    }
    .icontact_con{
        margin-top: 35px;
    }
    .icontact_con_fl{
        width: 100%;
    }
    .icontact_con_fr{
        width: 100%;
    }
    .icontact_con_fl li{
        margin-bottom: 35px;
    }
    .icontact_con_fl li span{
        font-size: 20px;
    }
    .icontact_con_fr{
        margin-top: 35px;
    }
    .ifeedback{
        margin-bottom: 50px;
    }
    .ifeedback_con{
        margin-top: 35px;
    }
    .ijoin{
        margin-bottom: 40px;
    }
    .ijoin_con{
        margin: 35px 0 20px 0;
    }
    .ijoin_con ul li a{
        padding: 20px 25px 30px 25px;
    }
    .ijoin_con_txt1{
        font-size: 20px;
    }
    .ijoin_con_txt3_title{
        margin-top: 20px;
        font-size: 16px;
    }
    .ijoin_con_txt4{
        margin-top: 25px;
    }
    .jointck_con0{
        font-size: 26px;
    }
    .jointck_con2{
        height: 340px;
    }
    .ilayout{
        margin-bottom: 50px;
    }
    .ilayout_con{
        margin-top: 35px;
    }
    .iservice{
        margin-bottom: 50px;
    }
    .iservice1_con{
        margin-top: 35px;
    }
    .iservice2{
        margin-top: 50px;
    }
    .iservice2_nav{
        margin-top: 35px;
    }
    .iequipment{
        margin-bottom: 50px;
    }
    .iequipment1{
        margin-top: 35px;
    }
    .iequipment1_txt{
        width: 50%;
        height: auto;
        padding: 35px 25px;
    }
    .iequipment1_txt1{
        font-size: 22px;
    }
    .iequipment1 .swiper-button-prev5{
        left: 44%;
    }
    .iequipment1 .swiper-button-next5{
        left: calc(44% + 62px);
    }
    .iequipment2{
        margin: 50px 0 15px 0;
    }
    .iequipment2 ul li{
        margin-bottom: 35px;
    }
    .iequipment2_txt p{
        font-size: 16px;
    }
    .inews{
        margin-bottom: 40px;
    }
    .inews_con{
        margin: 35px 0 20px 0;
    }
    .inews_con_txt1{
        font-size: 16px;
    }
    .inewsshow{
        margin-bottom: 50px;
    }
    .show_title h3{
        font-size: 26px;
    }
    .show_content{
        padding: 25px 0 35px 0;
    }
    .inewsshow_fr_title h3{
        font-size: 20px;
    }
    .inewsshow_fr_con ul li{
        margin-bottom: 35px;
    }
    .inewsshow_fr_con_txt{
        margin-top: 25px;
    }
    .inewsshow_fr_con_txt1{
        font-size: 16px;
    }
    .iproduct{
        margin-bottom: 40px;
    }
    .pro-min a{
        font-size: 18px;
        line-height: 45px;
    }
    .pro-max .pro-maxs{
        padding: 50px;
    }
    .pro-maxs-fl-txt h3{
        font-size: 22px;
    }
    .pro-maxs-fl-txt p{
        font-size: 18px;
    }
    .iproshow{
        margin-bottom: 50px;
    }
    .iproshow1{
        padding: 50px 0;
    }
    .iproshow1s{
        padding: 35px;
    }
    .iproshow1_fr1{
        font-size: 26px;
    }
    .iproshow1_fr2{
        margin-top: 35px;
    }
    .iproshow1_fr2_title{
        font-size: 20px;
    }
    .iproshow1_fr2_con{
        margin-top: 25px;
    }
    .iproshow1_fr3{
        margin-top: 35px;
    }
    .iproshow2{
        margin-top: 35px;
    }
    .iproshow_title h3{
        font-size: 20px;
    }
    .iproshow2_con{
        margin-top: 25px;
    }
    .iproshow3{
        margin-top: 50px;
    }
    .baguetteBox-button{
        display: block !important;
    }
}

@media(max-width:820px) {
    .nation_t h3{
        font-size: 14px;
    }
    .nation_b{
        padding: 15px;
    }
    .index_title_fl{
        font-size: 42px;
    }
    .index_title_fc img{
        height: 46px;
    }
    .index_title_fr h3{
        font-size: 22px;
    }
    .product_con .swiper-container{
        width: 80%;
    }
    .product_con .swiper-button-next2, .product_con .swiper-button-prev2{
        width: 52px;
        height: 52px;
    }
    .equipment-min a{
        height: 90px;
    }
    .equipment-min-txt1{
        font-size: 18px;
    }
    .equipment_con1 .swiper-button-next1, .equipment_con1 .swiper-button-prev1{
        width: 52px;
        height: 52px;
    }
    .news_con .swiper-button-next, .news_con .swiper-button-prev{
        width: 52px;
        height: 52px;
    }
    .news_con .swiper-button-prev{
        right: 67px;
    }
    .footer1_1_t a img{
        height: 74px;
    }

    .iban_infos{
        height: 102px;
    }
    .iban_info p{
        font-size: 18px;
        padding-left: 28px;
    }
    .iban_info h3{
        font-size: 32px;
        padding-left: 28px;
    }
    .inner_title h3{
        font-size: 80px;
    }
    .inner_title p{
        font-size: 22px;
    }
    .iabout1_fr1 h3{
        font-size: 42px;
    }
    .iabout1_fr1 h3 span{
        font-size: 60px;
    }
    .iabout2 ul li:after{
        right: -30%;
        height: 129px;
    }
    .iabout2 ul li h3{
        font-size: 18px;
    }
    .iabout2 ul li h3 span{
        font-size: 26px;
    }
    .ijoin_con_txt2{
        flex-direction: column;
        align-items: flex-start;
    }
    .jointckss{
        padding: 35px 40px 40px 40px;
    }
    .jointck_con0{
        font-size: 24px;
    }
    .jointck_con2{
        margin-top: 25px;
        height: 280px;
    }
    .iservice2_nav ul li a{
        font-size: 16px;
    }
    .iequipment1_txt{
        width: 70%;
    }
    .iequipment1 .swiper-button-prev5{
        left: 32%;
    }
    .iequipment1 .swiper-button-next5{
        left: calc(32% + 62px);
    }
    .inews_con_img{
        width: 100%;
    }
    .inews_con_txt{
        width: 100%;
        margin-top: 25px;
        padding-left: 0;
    }
    .inewsshow_fl{
        width: 100%;
    }
    .show_title h3{
        font-size: 24px;
    }
    .inewsshow_fr{
        display: none;
    }
    .pro-max .pro-maxs{
        padding: 35px;
    }
    .pro-maxs-fl{
        width: 100%;
    }
    .pro-maxs-fr{
        width: 100%;
        margin-top: 25px;
    }
    .iproshow1_fr1{
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .inner_nav_fl{
        width: 100%;
    }
    .inner_nav_fl ul{
        justify-content: center;
    }
    .jointck_con0{
        font-size: 22px;
    }
    .show_title h3{
        font-size: 22px;
    }
    .iproshow1_fr1{
        font-size: 22px;
    }
}

@media(max-width:600px) {
    header{
        position: inherit;
    }
    .yx a .logo{
        display: none;
    }
    .yx a .logo_h{
        display: block;
    }
    .yx a .logo1-1, .yx a .logo2-1{
        height: 30px;
    }
    .yx a .logo1-2, .yx a .logo2-2{
        height: 15px;
    }
    .nation_t h3{
        color: #3A3A3A;
    }
    .nav-fr{
        padding-right: 35px;
    }
    .nation{
        background: none;
        padding-left: 0;
    }
    .daohang.hover .nation{
        background: none;
        padding-left: 0;
    }
    .daohang.guding .nation{
        background: none;
        padding-left: 0;
    }
    .nation_b{
        padding: 10px;
    }
    .nation_t h3{
        font-size: 12px;
    }
    .mouse-scroll a img{
        height: 23px;
    }
    .about_fl{
        width: 100%;
        padding: 35px 15px;
    }
    .about_fl2{
        font-size: 28px;
        margin-top: 20px;
    }
    .index_title_fl{
        font-size: 32px;
    }
    .about_fl4{
        margin-top: 25px;
    }
    .about_fl5{
        margin-top: 25px;
    }
    .about_fr{
        width: 100%;
    }
    .about_fr img{
        height: auto;
    }
    .home-product{
        padding: 35px 0;
    }
    .product_title{
        flex-direction: column;
        align-items: flex-start;
    }
    .index_title_fc img{
        height: 36px;
    }
    .index_title_fr h3{
        font-size: 20px;
    }
    .product_con{
        margin-top: 25px;
    }
    .pros:nth-child(even){
        margin-top: 0;
    }
    .product_con .swiper-container{
        width: 70%;
    }
    .home-equipment{
        margin: 35px auto;
    }
    .home-equipment .index_title{
        position: inherit;
        top: 0;
    }
    .home-equipment .index_title .index_title_fl{
        color: #1D2B5A;
    }
    .home-equipment .index_title .index_title_fr p{
        color: #1D2B5A;
    }
    .home-equipment .index_title .index_title_fr h3{
        color: #1D2B5A;
    }
    .home-equipment .index_title .index_title_fc .xian1{
        display: none;
    }
    .home-equipment .index_title .index_title_fc .xian{
        display: block;
    }
    .equipment_con{
        margin-top: 25px;
    }
    .equipment_con2{
        margin-top: 25px;
        bottom: 0;
        position: inherit;
        left: 0;
        transform: translate(0, 0);
    }
    .equipment-min a{
        border: 1px solid #1D2B5A;
        height: 80px;
        padding: 0 15px;
    }
    .equipment-min-txt1{
        color: #1D2B5A;
        font-size: 16px;
    }
    .equipment-min a:hover{
        color: #ffffff;
    }
    .equipment-min.swiper-slide-thumb-active a .equipment-min-txt1{
        color: #ffffff;
    }
    .home-news{
        margin: 35px auto;
    }
    .news_txt1{
        margin-top: 25px;
    }
    .news_txt3{
        margin-top: 25px;
    }
    .footer1{
        padding: 35px 0;
    }
    .footer1_1{
        width: 100%;
    }
    .footer1_1_t a{
        text-align: center;
    }
    .footer1_1_b{
        margin: 25px auto 0 auto;
    }
    .footer1_2{
        width: 100%;
        margin-top: 25px;
    }
    .footer1_2 ul{
        justify-content: center;
    }
    .footer1_2 ul li{
        width: 25%;
    }
    .footer1_2 ul li a{
        line-height: 30px;
    }
    .menulist{
        display: none;
    }
    .footer1_3{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer1_3 h3{
        margin-bottom: 15px;
    }
    .footer1_3 p{
        margin-left: 0;
    }
    .footer2{
        padding: 25px 0;
    }

    .iban_info{
        bottom: 15px;
    }
    .iban_infos{
        height: 72px;
    }
    .iban_info p{
        font-size: 16px;
    }
    .iban_info h3{
        font-size: 22px;
        margin-top: 10px;
    }
    .inside .daohang .nation{
        background: none;
    }
    .inner_nav_fl ul li a{
        line-height: 40px;
        padding: 0 10px;
        text-align: center;
    }
    .inner_nav_fl ul li{
        width: 50%;

    }
    .inner_nav_fr{
        line-height: 35px;
        flex-wrap: wrap;
    }
    .inner-main{
        padding-top: 35px;
    }
    .iabout{
        margin-bottom: 10px;
    }
    .inner_title h3{
        font-size: 60px;
    }
    .inner_title p{
        font-size: 20px;
        width: 100%;
    }
    .inner_title p:after{
        margin: 10px auto 0 auto;
    }
    .iabout1{
        margin-top: 25px;
    }
    .iabout1_fl{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .iabout1_fr{
        margin-top: 25px;
    }
    .iabout1_fr1 h3{
        font-size: 32px;
    }
    .iabout1_fr1 h3 span{
        font-size: 50px;
    }
    .iabout2{
        margin-top: 25px;
    }
    .iabout2 ul li{
        width: 50%;
        margin-bottom: 25px;
        text-align: center;
    }
    .iabout2 ul li:after{
        display: none;
    }
    .iabout2 ul li h3{
        font-size: 16px;
    }
    .iabout2 ul li h3 span{
        font-size: 24px;
    }
    .iabout2 ul li p{
        font-size: 14px;
    }
    .iprocess{
        padding-bottom: 35px;
    }
    .iprocess_con{
        margin-top: 25px;
    }
    .iprocess-max-txt1{
        font-size: 24px;
    }
    .iprocess_con2{
        margin-top: 25px;
    }
    .iprocess-min a{
        font-size: 20px;
    }
    .ihonor{
        margin-bottom: 25px;
    }
    .ihonor_con{
        margin: 25px 0 10px 0;
    }
    .ihonor_con ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    }
    .ihonor_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .ihonor_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .iculture{
        margin-bottom: 35px;
    }
    .iculture_con{
        margin-top: 25px;
    }
    .iculture_con_fl{
        width: 100%;
    }
    .iculture_con_fr{
        width: 100%;
        margin-top: 25px;
    }
    .icertificate{
        margin-bottom: 25px;
    }
    .icertificate_con{
        margin: 25px 0 15px 0;
    }
    .icertificate_con ul li{
        width: 30%;
        margin-right: 5%;
        margin-bottom: 25px;
    }
    .icertificate_con ul li:nth-child(5n){
        margin-right: 5%;
    }
    .icertificate_con ul li:nth-child(3n){
        margin-right: 0;
    }
    .icontact{
        margin-bottom: 35px;
    }
    .icontact_con{
        margin-top: 25px;
    }
    .icontact_con_fl li{
        margin-bottom: 25px;
    }
    .icontact_con_fl li span{
        font-size: 18px;
    }
    .icontact_con_fr{
        margin-top: 25px;
    }
    .ifeedback{
        margin-bottom: 35px;
    }
    .ifeedback_con{
        margin-top: 25px;
    }
    .lx1s{
        width: 100%;
        margin-bottom: 25px;
    }
    .lx1 textarea{
        height: 140px;
    }
    .lx2{
        margin-top: 25px;
    }
    .lx2_fl{
        width: 100%;
    }
    .lx2_fr{
        width: 100%;
        justify-content: center;
        margin-top: 25px;
    }
    .ijoin{
        margin-bottom: 25px;
    }
    .ijoin_con{
        margin: 25px 0 10px 0;
    }
    .ijoin_con ul li{
        width: 100%;
        margin-right: 0;
    }
    .ijoin_con ul li:nth-child(3n){
        margin-right: 0;
    }
    .ijoin_con_txt2{
        flex-direction: row;
        align-items: center;
    }
    .jointckss{
        padding: 20px 25px 25px 25px;
    }
    .jointck_con0{
        font-size: 20px;
    }
    .jointck_con1{
        padding-top: 25px;
    }
    .ilayout{
        margin-bottom: 35px;
    }
    .ilayout_con{
        margin-top: 25px;
    }
    .iservice{
        margin-bottom: 35px;
    }
    .iservice1_con{
        margin-top: 25px;
    }
    .iservice2{
        margin-top: 35px;
    }
    .iservice2_nav{
        margin-top: 25px;
    }
    .iservice2_con{
        margin-top: 15px;
    }
    .iequipment{
        margin-bottom: 25px;
    }
    .iequipment1{
        margin-top: 25px;
    }
    .equipments a{
        padding-bottom: 0;
    }
    .iequipment1_txt{
        position: inherit;
        width: 100%;
        padding: 25px;
    }
    .iequipment1 .swiper-button-next5, .iequipment1 .swiper-button-prev5{
        top: 32%;
        transform: translate(0, -50%);
        width: 52px;
        height: 52px;
    }
    .iequipment1 .swiper-button-prev5{
        left: 0;
    }
    .iequipment1 .swiper-button-next5{
        right: 0;
        left: auto;
    }
    .iequipment2{
        margin: 35px 0 10px 0;
    }
    .iequipment2 ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .inews{
        margin-bottom: 25px;
    }
    .inews_con{
        margin: 25px 0 10px 0;
    }
    .inews_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .inews_con ul li a{
        padding: 20px 15px;
    }
    .inews_con_txt1{
        height: auto;
    }
    .inewsshow{
        margin-bottom: 35px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_info{
        padding-bottom: 20px;
    }
    .show_back{
        padding-top: 25px;
    }
    .show_back_fl{
        width: 100%;
    }
    .show_back_fr{
        width: 100%;
        margin-top: 25px;
    }
    .show_back_fr a{
        margin: 0 auto;
    }
    .iproduct{
        margin-bottom: 25px;
    }
    #iproduct .inner_nav, #iproshow .inner_nav{
        margin-top: 0;
    }
    #iproduct .inner_nav .container2, #iproshow .inner_nav .container2{
        justify-content: flex-start;
    }
    #iproduct .inner_nav .container2 .inner_nav_fr, #iproshow .inner_nav .container2 .inner_nav_fr{
        color: #989898;
    }
    #iproduct .inner_nav .container2 .inner_nav_fr a, #iproshow .inner_nav .container2 .inner_nav_fr a{
        color: #989898;
    }
    .iproduct1 .inner_title{
        position: inherit;
        width: 100%;
    }
    .iproduct1_fl{
        width: 100%;
        height: 100%;
    }
    .iproduct1_arrow{
        margin-top: 25px;
    }
    .iproduct1_fr{
        width: 100%;
        margin-top: 75px;
    }
    .iproduct2{
        margin: 35px 0 15px 0;
    }
    .iproduct2 ul li{
        width: 48%;
        margin-right: 4%;
    }
    .iproduct2 ul li:nth-child(4n){
        margin-right: 4%;
    }
    .iproduct2 ul li:nth-child(2n){
        margin-right: 0;
    }
    .iproshow{
        margin-bottom: 35px;
    }
    .iproshow1{
        padding: 35px 0;
    }
    .iproshow1s{
        padding: 25px 15px;
    }
    .iproshow1_fl{
        width: 100%;
    }
    .iproshow1_fr{
        width: 100%;
        margin-top: 25px;
    }
    .iproshow1_fr1{
        font-size: 20px;
    }
    .iproshow1_fr2{
        margin-top: 25px;
    }
    .iproshow2{
        margin-top: 25px;
    }
    .iproshow_title{
        padding-bottom: 20px;
    }
    .iproshow3{
        margin-top: 25px;
    }
    .iproshow4{
        margin-top: 15px;
    }
    .full-image img{
        padding: 15px;
    }
    .full-image figcaption{
        font-size: 16px !important;
    }

}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














