*, *: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;
}
@font-face {
    font-family:'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.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: 1485px;
    margin: 0 auto;
}
.container2 {
    width: 1285px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
    transition: all .5s;
}
.daohang {
    display:block;
    width:100%;
    margin:0 auto;
    height:143px;
    clear:both;
    background: #FFFFFF;
    transition: .5s;
}
.daohang .container1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.nav-fl{
    display: flex;
    align-items: flex-end;
}
.yx a {
    display:block;
}
.yx a img {
    max-width:100%;
    height: 94px;
    transition: .5s;
}
.navdaohang{
    margin-left: 40px;
}
.menupc {
    display: flex;
    align-items: center;
}
.menupc li{
    text-align: center;
    z-index: 9;
    position: relative;
    margin: 0 30px;
}
.menupc li.proxl{
    position: static;
}
.menupc li:hover a{
    color: #111111;
}
.menupc li:hover a:after{
    width: 100%;
}
.menupc li a{
    display:block;
    font-weight: bold;
    font-size: 16px;
    color: #454545;
    line-height: 30px;
    z-index: 999;
    position: relative;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 1px;
    background: #111111;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: .5s;
}
.menupc li a:hover{
    color: #111111;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li a.current{
    color: #111111;
}
.menupc li a.current:after{
    width: 100%;
}
.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    overflow: hidden;
    left: 0;
    top: 143px;
    width: 100%;
    height: auto;
    line-height: 0;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 0px 46px 0px rgba(4,10,62,0.08);
    border: 1px solid #DDDDDD;
    padding: 45px 0 40px 0;
}
.menupc .xiala .container2{
    display: flex;
    justify-content: space-between;
}
.menupc .xiala_fl{
    width: 65%;
}
.menupc .xiala_fl .xiala_fl_t{
    display: flex;
    flex-wrap: wrap;
}
.menupc .xiala_fl .xiala_fl_t dl{
    width: 23.3%;
    margin-right: 10%;
}
.menupc .xiala_fl .xiala_fl_t dl dt a{
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.menupc .xiala_fl .xiala_fl_t dl dd a{
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 30px;
    margin-bottom: 10px;
}
.menupc .xiala_fl .xiala_fl_t dl dd a:after{
    display: none;
}
.menupc .xiala_fl .xiala_fl_t dl dd a:hover{
    color: #3C80C1;
}
.menupc .xiala_fl .xiala_fl_b{
    margin-top: 30px;
}
.menupc .xiala_fl .xiala_fl_b a{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.menupc .xiala_fl .xiala_fl_b a:after{
    display: none;
}
.menupc .xiala_fl .xiala_fl_b a i{
    display: inline-block;
    width: 75px;
    height: 75px;
    background: #EDF0F2 url("../images/jt.png") no-repeat center;
    background-size: 19px 21px;
    border-radius: 50%;
    margin-right: 13px;
    transition: .5s;
}
.menupc .xiala_fl .xiala_fl_b a:hover{
    color: #3C80C1;
}
.menupc .xiala_fl .xiala_fl_b a:hover i{
    background: #3C80C1 url("../images/jt_h.png") no-repeat center;
    background-size: 19px 21px;
}
.menupc .xiala_fr{
    width: 34.3%;
}

.menupc .xiala.dropmenu{
    background: #F1F2F4;
    border-radius: 0px 0px 5px 5px;
    width: 324px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 15px 55px 15px 40px;
    top: 52px;
    border: none;
}
.menupc .xiala.dropmenu li{
    line-height: 50px;
    text-align: left;
    margin: 0;
}
.menupc .xiala.dropmenu li a{
    padding: 0;
    width: 100%;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    color: #454545;
    line-height: 50px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}
.menupc .xiala.dropmenu li a i{
    width: 25px;
    height: 13px;
    background: url("../images/pjt_h.png") no-repeat center;
    background-size: 100%;
    opacity: 0;
    transform:rotateY(-180deg);
    transition: .5s;
}
.menupc .xiala.dropmenu li a:after{
    display: none;
}
.menupc .xiala.dropmenu li a:hover{
    font-weight: bold;
    color: #111111;
    border-bottom: 1px solid #111111;
}
.menupc .xiala.dropmenu li a:hover i{
    opacity: 1;
}

.nav-fr{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.nav-fr-t{
    display: flex;
    align-items: center;
}
.link{
    display: flex;
}
.link a{
    display: block;
    color: #656565;
    font-weight: bold;
    margin-right: 35px;
}
.nation{
    margin-left: 10px;
}
.nation a{
    display: block;
    font-family:'Poppins-Regular';
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    background: url("../images/nation.png") no-repeat left center;
    background-size: 21px 21px;
    padding-left: 30px;
    transition: .5s;
}
.nation a:hover{
    background: url("../images/nation_h.png") no-repeat left center;
    background-size: 21px 21px;
}
.search{
    margin-top: 35px;
}
.ssform{
    position: relative;
}
.ssform .ss1{
    width: 213px;
    height: 43px;
    background: #F5F6F7;
    border-radius: 20px;
    border: none;
    display: flex;
    align-items: center;
    padding: 0 44px 0 22px;
    font-weight: 400;
    color: #666666;
}
.ssform  .ss1::-webkit-input-placeholder {
    color: #666666;
}
.ssform  .ss1:-moz-placeholder {
    color: #666666;
}
.ssform  .ss1:-ms-input-placeholder{
    color: #666666;
}
.ssform .ss2{
    width: 19px;
    height: 43px;
    background: url("../images/search.png") no-repeat center;
    background-size: 19px 19px;
    position: absolute;
    top: 0;
    right: 15px;
    text-indent: -999px;
}

.guding{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: .5s;
    box-shadow: 0 0 20px #eee;
}


/*手机导航*/
.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:#3C80C1;
    width:42px;
    height:34px;
    line-height:34px;
    text-align:center;
    position:absolute;
    cursor:pointer;
    border-radius:0;
    background:#3C80C1 url(../images/search3.png) no-repeat center center;
}
.container-fluid {
    margin-left:auto;
    margin-right:auto;
    padding:0 15px;
}


/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
}
.ban_txt{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    color: #fff;
    text-align: left;
}
.ban_txt .container1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.ban_txt1{
    font-weight: bold;
    font-size: 50px;
    color: #222222;
    line-height: 1.3;
}
.ban_txt1 span{
    color: #3C80C1;
}
.ban_txt2{
    margin-top: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #454545;
    line-height: 1;
}
.ban_txt3{
    margin-top: 60px;
}
.index_more a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 195px;
    height: 45px;
    background: #3C80C1;
    padding: 0 17px 0 20px;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    transition: .5s;
}
.index_more a i{
    width: 25px;
    height: 13px;
    background: url("../images/bjt.png") no-repeat center;
    background-size: 100% !important;
    transition: .5s;
}
.index_more a:hover{
    background: #ffffff;
    color: #111111;
    box-shadow: 0px 0px 46px 0px rgba(4,10,62,0.08);
}
.index_more a:hover i{
    background: url(../images/pjt_h.png) no-repeat center;
    transform: rotateY(-180deg);
}
.home-banner .swiper-pagination{
    bottom: 35px !important;
}
.home-banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #AAAAAA;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 7px;
}
.home-banner .swiper-pagination-bullet-active{
    background: transparent;
    position: relative;
}
.home-banner .swiper-pagination-bullet-active:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    border-radius: 50%;
}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    width: 21px;
    height: 43px;
    border-radius: 0;
    background: url("../images/ban_jt.png") no-repeat center;
    background-size: 100% !important;
    transition: .5s;
}
.home-banner .swiper-button-next:hover, .home-banner .swiper-button-prev:hover{
    background: url("../images/ban_jth.png") no-repeat center;
}
.home-banner .swiper-button-prev{
    left: 4%;
    right: auto;
}
.home-banner .swiper-button-next{
    right: 4%;
    left: auto;
    transform: rotateY(-180deg) translate(0, -50%);
}

.phone-nav{
    display: none;
}

@media(max-width:1199px) {
    .daohang{
        height: 60px;
    }
    .navdaohang{
        display: none;
    }
    .yx a img{
        height: 35px;
    }
    .search{
        display: none;
    }
    .link{
        display: none;
    }
    .nation{
        padding-right: 45px;
        margin-left: 0;
    }
    .phone-nav {
        display:block;
    }
}

footer{
    width: 100%;
    margin: 0 auto;
    background: url("../images/footerbg.jpg") no-repeat center;
    background-size: cover;
}
.footer1{
    padding: 75px 0 65px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_fl{
    display: flex;
    flex-direction: column;
}
.footer1_fl_t a{
    display: block;
}
.footer1_fl_t a img{
    height: 94px;
}
.footer1_fl_b{
    margin-top: 60px;
}
.footer1_fl_b ul{
    display: flex;
    flex-wrap: wrap;
}
.footer1_fl_b ul li{
    margin-right: 60px;
}
.footer1_fl_b ul li:last-child{
    margin-right: 0;
}
.footer1_fl_b ul li a{
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #454545;
    line-height: 30px;
}
.footer1_fl_b ul li a:hover{
    color: #3C80C1;
}
.footer1_fr{
    display: flex;
    flex-direction: column;
}
.footer1_fr_t{
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 30px;
}
.footer1_fr_t p{
    margin-bottom: 20px;
    padding-left: 36px;
}
.footer1_fr_t p.faddress{
    background: url("../images/faddress.png") no-repeat left center;
    background-size: 16px 22px;
}
.footer1_fr_t p.femail{
    background: url("../images/femail.png") no-repeat left center;
    background-size: 16px 14px;
}
.footer1_fr_t p.flx{
    background: url("../images/flx.png") no-repeat left center;
    background-size: 12px 20px;
}
.footer1_fr_b{
    margin-top: 50px;
}
.footer1_fr_b h3{
    font-weight: bold;
    font-size: 16px;
    color: #454545;
    line-height: 1;
}
.footer1_fr_b ul{
    margin-top: 18px;
    display: flex;
    align-items: center;
}
.footer1_fr_b ul li{
    margin-right: 15px;
}
.footer1_fr_b ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    transition: .5s;
}
.footer1_fr_b ul li a.fwx{
    background: #ffffff url("../images/fwx.png") no-repeat center;
    background-size: 16px 12px;
}
.footer1_fr_b ul li a.fqq{
    background: #ffffff url("../images/fqq.png") no-repeat center;
    background-size: 14px 15px;
}
.footer1_fr_b ul li a.fwb{
    background: #ffffff url("../images/fwb.png") no-repeat center;
    background-size: 17px 13px;
}
.footer1_fr_b ul li a:hover.fwx{
    background: #3C80C1 url("../images/fwx_h.png") no-repeat center;
    background-size: 16px 12px;
}
.footer1_fr_b ul li a:hover.fqq{
    background: #3C80C1 url("../images/fqq_h.png") no-repeat center;
    background-size: 14px 15px;
}
.footer1_fr_b ul li a:hover.fwb{
    background: #3C80C1 url("../images/fwb_h.png") no-repeat center;
    background-size: 17px 13px;
}
.weixin{
    position:relative;
}
.weixin::after{
    content: url("../images/ewm.jpg");
    position: absolute;
    left: -70px;
    top: -195px;
    z-index: 99;
    width:130px;
    height: 130px;
    border-radius: 4px;
    transform-origin: top center;
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.weixin:hover::after{
    transform:scale(1);
    opacity: 1;
}

.footer2{
    padding: 40px 0;
}
.footer2 p{
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #454545;
    line-height: 25px;
}
.footer2 p a{
    font-weight: 400;
    font-size: 14px;
    color: #454545;
    line-height: 25px;
}
.footer2 p a:hover{
    color: #3C80C1;
}
.top{
    position: fixed;
    right: 15px;
    bottom: 15%;
    z-index: 999;
}
.top a{
    width: 57px;
    height: 54px;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff url("../images/top.png") no-repeat center;
    background-size: 13px 25px;
    transition: .5s;
}
.top a:hover{
    border: 1px solid #3c80c1;
    background: #3c80c1 url("../images/top_h.png") no-repeat center;
    background-size: 13px 25px;
}

.home-product{
    width: 100%;
    margin: 70px auto 100px auto;
}
.index_title{
    font-weight: bold;
    font-size: 45px;
    color: #111111;
    line-height: 1;
}
.product_info{
    margin-top: 25px;
    font-weight: 400;
    font-size: 24px;
    color: #454545;
    line-height: 30px;
}
.product_con{
    padding-top: 60px;
    position: relative;
}
.pros .swiper-slide{
    display: initial;
}
.pros a{
    display: block;
    position: relative;
    width: 100%;
}
.pro_txt{
    margin-top: 25px;
    text-align: left;
}
.pro_txt1{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 1;
}
.pro_txt2{
    margin-top: 20px;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    color: #111111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_txt3{
    margin-top: 50px;
    font-weight: 400;
    font-size: 16px;
    color: #454545;
    line-height: 22px;
}
.pro_txt4{
    margin-top: 25px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #454545;
    line-height: 22px;
}
.pro_txt4 i{
    width: 22px;
    height: 22px;
    background: #FFFFFF url("../images/parrow.png") no-repeat center;
    background-size: 8px 14px;
    border-radius: 50%;
    border: 2px solid #3C80C1;
    margin-right: 5px;
    transition: .5s;
}
.pros a:hover .pro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pros a:hover .pro_txt4{
    color: #3C80C1;
}
.pros a:hover .pro_txt4 i{
    background: #3C80C1 url("../images/parrow_h.png") no-repeat center;
    background-size: 8px 14px;
}
.product_con .swiper-button-next1, .product_con .swiper-button-prev1{
    display: block;
    position: absolute;
    top: -12.5px;
    transform: translate(0, -50%);
    width: 35px;
    height: 28px;
    border-radius: 0;
    margin-top: 0;
    cursor: pointer;
    outline: none;
    background: url("../images/pjt.png") no-repeat center;
    background-size: 25px 13px;
    text-align: center;
    z-index: 9;
    transition: .5s;
}
.product_con .swiper-button-next1:hover, .product_con .swiper-button-prev1:hover{
    background: #EDF0F2 url("../images/pjt_h.png") no-repeat center;
    background-size: 25px 13px;
}
.product_con .swiper-button-prev1{
    left: auto;
    right: 43px;
}
.product_con .swiper-button-next1{
    right: 0;
    left: auto;
    transform: rotateY(-180deg) translate(0, -50%);
}
.home-product .index_more{
    margin-top: 55px;
}
.home-news{
    width: 100%;
    margin: 100px auto;
}
.home-news .index_more{
    margin-top: -27px;
}
.home-news .index_more a{
    margin: 0 0 0 auto;
}
.news_con{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.news_con_title{
    width: 130px;
}
.news_con_title ul{
    display: flex;
    flex-direction: column;
}
.news_con_title ul li{
    font-weight: bold;
    font-size: 24px;
    color: #BDC4CA;
    line-height: 1;
    margin-bottom: 20px;
}
.news_con_title ul li.on{
    font-size: 30px;
    color: #111111;
}
.news_con_show{
    position: relative;
    flex: 1;
    padding-left: 60px;
}
.news_con_show .news_con_info{
    display: none;
}
.news_con_info{
    overflow: hidden;
}
.news_con_info li{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
    margin-bottom: 45px;
}
.news_con_info li:last-child{
    margin-bottom: 0;
}
.news_con_info li a{
    display: block;
}
.news_txt1{
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_txt2{
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #454545;
    line-height: 25px;
    height: 25px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_txt3{
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_txt3 p{
    font-weight: bold;
    font-size: 16px;
    color: #999999;
}
.news_txt3 span{
    font-weight: 400;
    font-size: 16px;
    color: #454545;
    line-height: 22px;
    display: flex;
    align-items: center;
}
.news_txt3 span i{
    width: 22px;
    height: 22px;
    background: #FFFFFF url("../images/parrow.png") no-repeat center;
    background-size: 8px 14px;
    border-radius: 50%;
    border: 2px solid #3C80C1;
    margin-right: 5px;
    transition: .5s;
}
.news_con_info li a:hover .news_txt3 span{
    color: #3C80C1;
}
.news_con_info li a:hover .news_txt3 span i{
    background: #3C80C1 url("../images/parrow_h.png") no-repeat center;
    background-size: 8px 14px;
}
.home-contact{
    width: 100%;
    margin: 0 auto;
    background: url("../images/contactbg.jpg") no-repeat center fixed;
    background-size: cover;
    padding: 120px 0 85px 0;
}
.contact_info{
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
}
.home-contact .index_title{
    margin-top: 25px;
    text-align: center;
    color: #ffffff;
    line-height: 1.2;
}
.home-contact .index_more{
    margin-top: 45px;
}
.home-contact .index_more a{
    margin: 0 auto;
    background: #FFFFFF;
    color: #111111;
}
.home-contact .index_more a i{
    background: url("../images/pjt_h.png") no-repeat center;
    background-size: 100%;
    transform: rotateY(-180deg);
}
.home-industry{
    width: 100%;
    margin: 0 auto 30px auto;
}
.industry_con{
    margin-top: 45px;
}
.industry_con ul{
    display: flex;
    flex-wrap: wrap;
}
.industry_con ul li{
    width: 31.9%;
    margin-right: 2.15%;
    margin-bottom: 40px;
}
.industry_con ul li:nth-child(1){
    width: 65.7%;
}
.industry_con ul li:nth-child(2), .industry_con ul li:nth-child(5){
    margin-right: 0;
}
.industry_con ul li a{
    display: block;
}
.industry_con_txt{
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #454545;
    line-height: 24px;
}
.industry_con_txt i{
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url("../images/hyjt.png") no-repeat center;
    background-size: 100% !important;
    margin-left: 12px;
    transition: .5s;
}
.industry_con ul li a:hover .industry_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.industry_con ul li a:hover .industry_con_txt{
    color: #3C80C1;
}
.industry_con ul li a:hover .industry_con_txt i{
    background: url("../images/parrow.png") no-repeat center;
    margin-left: 22px;
}
.home-column{
    width: 100%;
    margin: 70px auto 100px auto;
}
.home-column ul{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #cccccc;
    border-bottom: none;
}
.home-column ul li{
    width: 33.3%;
    height: 142px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
    padding: 0 18px 0 60px;
}
.home-column ul li:nth-child(3n){
    border-right: none;
}
.column_img{
    width: 85px;
    height: 85px;
}
.column_txt{
    flex: 1;
    padding-left: 50px;
    font-weight: 400;
    color: #111111;
}
.column_txt1{
    font-size: 24px;
    line-height: 1;
}
.column_txt2{
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
}
.home-about{
    width: 100%;
    margin: 0 auto;
}
.about1_con{
    margin-top: 25px;
    font-weight: bold;
    font-size: 16px;
    color: #454545;
    line-height: 30px;
}
.about2{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    height: 483px;
}
.about2_fl{
    width: 50%;
    position: relative;
    height: 100%;
}
.about2_fl_img{
    width: 100%;
    height: 100%;
}
.about2_fl_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about2_fl_txt{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 45px 70px;
}
.about2_fl_txt1{
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1;
}
.about2_fl_txt2{
    margin-top: 30px;
}
.about2_fl_txt .index_more a{
    margin: 0 0 0 auto;
}
.about2_fr{
    width: 50%;
    background: #F1F2F4;
    position: relative;
}
.circle{
    position: relative;
    z-index: 9;
}
.circle, .circle_h{
    padding: 20px calc((100vw - 1285px) / 2) 20px 88px;
}
.circle_h{
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 10;
    animation: hideShow 2s linear infinite;
}
@keyframes hideShow {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*公司介绍*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.iban_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    z-index: 9;
}
.iban_info .container2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.iban_info h3{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 45px;
    color: #111111;
    line-height: 1.3;
}
.iban_info h3:after{
    content: '';
    display: block;
    width: 110px;
    height: 4px;
    background: #111111;
    margin-top: 35px;
}
.iban_wz{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 9;
}
.iban_wz p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    color: #111111;
    line-height: 25px;
}
.iban_wz p img{
    width: auto;
    display: inline-block;
    margin: 0 19px 0 0;
}
.iban_wz p a{
    font-weight: bold;
    font-size: 14px;
    color: #111111;
    line-height: 25px;
}
.iban_scroll{
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 30px;
    z-index: 9;
}
.iban_scroll a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.iban_scroll a i{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #3C80C1 url("../images/ijt.png") no-repeat center;
    background-size: 10px 20px;
    margin-right: 20px;
}
.iban_scroll a:hover{
    color: #3C80C1;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.iabout_nav{
    background: #F1F2F4;
    border-radius: 10px;
}
.iabout_nav ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout_nav ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #111111;
    line-height: 60px;
    padding: 0 28px;
    width: 207px;
}
.iabout_nav ul li a i{
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url("../images/ajt.png") no-repeat center;
    background-size: 100%;
    opacity: 0;
    transition: .5s;
}
.iabout_nav ul li a:hover{
    background: #3C80C1;
    color: #ffffff;
}
.iabout_nav ul li a:hover i{
    opacity: 1;
    margin-left: 64px;
}
.iabout_nav ul li a.current{
    background: #3C80C1;
    color: #ffffff;
}
.iabout_nav ul li a.current i{
    opacity: 1;
    margin-left: 64px;
}
.iabout1{
    margin-top: 60px;
}
.inner_title{
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    line-height: 1;
    text-align: center;
}
.iabout1_info{
    margin-top: 30px;
    font-weight: 400;
    font-size: 24px;
    color: #3C80C1;
    line-height: 1.5;
    text-align: center;
}
.iabout1_con{
    margin-top: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #444444;
    line-height: 40px;
}
.iabout2{
    margin-top: 40px;
}
.iabout2 .about2_fl_txt{
    padding: 50px 40px;
}
.iabout3.home-column{
    margin: 78px auto 150px auto;
}
.iabout3 ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout4{
    margin-bottom: 73px;
}
.iabout4 ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout4 ul li{
    width: 31%;
    margin-right: 3.5%;
    transition: .5s;
}
.iabout4 ul li.active{
    margin-top: -83px;
    margin-bottom: 83px;
}
.iabout4 ul li:last-child{
    margin-right: 0;
}
.iabout4 ul li a{
    display: block;
    position: relative;
}
.iabout4_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 20px;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
    transition: .5s;
}
.iabout4_more{
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    width: 217px;
    height: 51px;
    background: #3C80C1;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    transition: .5s;
}
.iabout4_more i{
    display: inline-block;
    width: 25px;
    height: 13px;
    background: url("../images/bjt.png") no-repeat center;
    background-size: 100%;
}
.iabout4 ul li.active .iabout4_txt{
    opacity: 0;
}
.iabout4 ul li.active .iabout4_more{
    opacity: 1;
}

/*联系我们*/
.icontact1{
    margin: 67px 0 71px 0;
}
.icontact1_con{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    height: 595px;
}
.icontact1_con_fl{
    width: 60.7%;
    border-radius: 30px 0px 0px 30px;
    background: url("../images/icontact1bg.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 45px 0 65px;
}
.icontact1_con_fl_t{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #111111;
    padding-bottom: 40px;
}
.icontact1_con_fl_t1 h3{
    font-weight: 400;
    font-size: 30px;
    color: #111111;
    line-height: 1;
}
.icontact1_con_fl_t1 h3:after{
    content: '';
    display: block;
    width: 43px;
    height: 1px;
    background: #000000;
    margin: 26px 0;
}
.icontact1_con_fl_t1 p{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #454545;
    line-height: 1;
}
.icontact1_con_fl_t1 p i{
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #757A7F;
    border-radius: 50%;
    margin: 0 8px;
}
.icontact1_con_fl_t2 img{
    width: 116px;
    height: 116px;
}
.icontact1_con_fl_t2 p{
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 1;
}
.icontact1_con_fr{
    width: 39.3%;
    height: 100%;
    border-radius: 0px 30px 30px 0px;
}
.icontact1_con_fr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icontact1_con_fl_b ul li{
    border-bottom: 1px solid #DDDDDD;
    padding: 28px 0;
    font-weight: 400;
    font-size: 20px;
    color: #56575A;
    line-height: 30px;
}
.icontact1_con_fl_b ul li.caddress{
    background: url("../images/caddress.png") no-repeat left center;
    background-size: 20px 26px;
}
.icontact1_con_fl_b ul li.ctel{
    background: url("../images/ctel.png") no-repeat left center;
    background-size: 25px 24px;
}
.icontact1_con_fl_b ul li.cemail{
    background: url("../images/cemail.png") no-repeat left center;
    background-size: 25px 19px;
}
.icontact1_con_fl_b ul li span{
    padding: 0 70px;
}

/*加入我们*/
.ijoin{
    margin: 67px 0 74px 0;
}
.ijoin_con{
    margin-top: 48px;
}
.ijoin_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ijoin_con ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 45px;
}
.ijoin_con ul li:nth-child(2n){
    margin-right: 0;
}
.ijoin_con ul li a{
    display: block;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 35px 25px 25px 35px;
}
.ijoin_con_txt1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ijoin_con_txt1_fl{
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    line-height: 24px;
}
.ijoin_con_txt1_fr{
    display: flex;
    align-items: center;
}
.ijoin_con_txt1_fr span{
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    margin-left: 20px;
}
.j1{
    background: url("../images/j1.png") no-repeat left center;
    background-size: 17px 13px;
    padding-left: 22px;

}
.j2{
    background: url("../images/j2.png") no-repeat left center;
    background-size: 17px 15px;
    padding-left: 29px;
}
.ijoin_con_txt2{
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #454545;
    line-height: 35px;
}
.ijoin_con_txt3{
    margin-top: 25px;
    border-top: 1px dashed #cacaca;
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ijoin_con_txt3_fl{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.j3{
    background: url("../images/j3.png") no-repeat left center;
    background-size: 16px 20px;
    padding-left: 30px;
}
.ijoin_con_txt3_fr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 175px;
    height: 45px;
    background: #F1F2F4;
    padding: 0 18px 0 30px;
    font-weight: bold;
    font-size: 15px;
    color: #454545;
    position: relative;
    transition: .5s;
}
.ijoin_con_txt3_fr:after{
    content: '';
    display: block;
    width: 0;
    height: 45px;
    background: #3C80C1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    transition: .5s;
}
.ijoin_con_txt3_fr p{
    position: relative;
    z-index: 9;
}
.ijoin_con_txt3_fr i{
    display: inline-block;
    width: 25px;
    height: 13px;
    background: url("../images/pjt_h.png") no-repeat center;
    background-size: 100% !important;
    transform: rotate(-180deg);
    transition: .5s;
    position: relative;
    z-index: 9;
}
.ijoin_con ul li a:hover .ijoin_con_txt3_fr{
    color: #ffffff;
}
.ijoin_con ul li a:hover .ijoin_con_txt3_fr:after{
    width: 100%;
}
.ijoin_con ul li a:hover .ijoin_con_txt3_fr i{
    background: url("../images/bjt.png") no-repeat center;
    transform: rotate(0deg);
}
/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    clear:both;
    margin: 0;
}
.pagination a{
    display:block ;
    font-weight: bold;
    font-size: 14px;
    color: #888888;
    text-align: center;
    text-transform: capitalize;
    padding: 0 13px;
    line-height: 35px;
    margin:0px 2px 10px 2px;
    background: #F4F4F6;
}
.pagination a:hover{
    color:#fff;
    background: #3C80C1;
}
.pagination a.active {
    color:#fff;
    background: #3C80C1;
}

/*弹出框*/
.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: 1285px;
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 50px 70px;
    border-radius: 20px;
}
.jointck_close{
    position: absolute;
    right: 10px;
    top: 10px;
}
.jointck_con{

}
.jointck_con1{
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.jointck_con1_fl{
    font-weight: 400;
    font-size: 36px;
    color: #192644;
    line-height: 1;
}
.jointck_con1_fr{

}
.jointck_con1_fr dl{
    display: flex;
    justify-content: space-between;
}
.jointck_con1_fr dl dd{
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    margin-left: 20px;
    line-height: 20px;
}
.j4{
    background: url("../images/j4.png") no-repeat left center;
    background-size: 11px 15px;
    padding-left: 19px;
}
.jointck_con2{
    margin-top: 35px;
    height: 370px;
}
.jointck_con2s{
    font-weight: 400;
    font-size: 16px;
    color: #454545;
    line-height: 40px;
}
.style3::-webkit-scrollbar-track{
    background-color: #ccc;
}
.style3::-webkit-scrollbar{
    width: 3px;
    background-color: #ccc;
}
.style3::-webkit-scrollbar-thumb{
    background-color: #3C80C1;
}

@-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); }
}

/*下载中心*/
.idownload{
    margin: 90px 0 50px 0;
}
.idownload .inner_title{
    text-align: left;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 25px;
}
.idownload_con{
    margin-bottom: 50px;
}
.idownload_con ul li{
    border-bottom: 1px solid #dddddd;
    padding: 45px 0 40px 0;
}
.idownload_con ul li a{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.idownload_con_fl{
    width: 70%;
}
.idownload_con_fl1{
    font-weight: 400;
    font-size: 30px;
    color: #111111;
}
.idownload_con_fl2{
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    background: url("../images/pdf.jpg") no-repeat left center;
    background-size: 19px 21px;
    padding-left: 30px;
}
.idownload_con_fr{
    width: 34px;
    height: 46px;
    background: url("../images/d.png") no-repeat center;
    background-size: 13px 25px;
    border: 1px solid #DDDDDD;
    transition: .5s;
}
.idownload_con ul li a:hover .idownload_con_fr{
    border: 1px solid #3C80C1;
    background: #3C80C1 url("../images/d_h.png") no-repeat center;
    background-size: 13px 25px;
}

/*新闻中心*/
.inews_nav{
    margin-top: 80px;
    padding-bottom: 35px;
    border-bottom: 1px solid #DDDDDD;
}
.inews_nav ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.inews_nav ul li{
    margin-right: 37px;
}
.inews_nav ul li a{
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #666666;
    line-height: 1;
    transition: .5s;
}
.inews_nav ul li a:hover{
    font-size: 40px;
    color: #111111;
}
.inews_nav ul li a.current{
    font-size: 40px;
    color: #111111;
}
.inews{
    margin: 63px 0 59px 0;
}
.inews_con{
    margin-bottom: 30px;
}
.inews_con ul{
    display: flex;
    flex-wrap: wrap;
}
.inews_con ul li{
    width: 23%;
    margin-right: 2.666%;
    margin-bottom: 25px;
}
.inews_con ul li:nth-child(4n){
    margin-right: 0;
}
.inews_con ul li a{
    display: block;
}
.inews_con_txt{
    background: #EDF0F2;
    padding: 25px 18px;
    transition: .5s;
}
.inews_con_txt1{
    font-weight: bold;
    font-size: 14px;
    color: #3C80C1;
    line-height: 1;
}
.inews_con_txt2{
    margin-top: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.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_txt{
    background: #3C80C1;
}
.inews_con ul li a:hover .inews_con_txt1{
    color: #FFFFFF;
}
.inews_con ul li a:hover .inews_con_txt2{
    color: #FFFFFF;
}

/*新闻详情*/
.inewsshow_location{
    padding: 25px 0;
    background: #EDF0F2;
    position: inherit;
}
.inewsshow_con{
    margin: 80px 0 55px 0;
}
.inewsshow_con .container2{
    position: relative;
}
.show_back{
    position: absolute;
    top: 15px;
    left: -105px;
}
.show_back a{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    transition: .5s;
}
.show_back a i{
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url("../images/return.png") no-repeat center;
    background-size: 100%;
    margin-right: 12px;
    transition: .5s;
}
.show_back a:hover{
    color: #3C80C1;
}
.show_back a:hover i{
    background: url("../images/return_h.png") no-repeat center;
    background-size: 100%;
}
.show_title.inner_title{
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
}
.show_info{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.show_info span{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 25px;
    margin-right: 25px;
}
.show_content{
    margin-top: 35px;
    font-weight: 400;
    font-size: 18px;
    color: #454545;
    line-height: 36px;
    padding: 40px 0 70px 0;
    border-top: 1px solid #DDDDDD;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_news{
    border-top: 1px solid #DDDDDD;
}
.show_news li{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dddddd;
    padding: 24px 0;
    color: #3C80C1;
    font-weight: bold;
    font-size: 15px;
    color: #3C80C1;
    line-height: 30px;
    position: relative;
}
.show_news li span{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.show_news li a{
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    color: #454545;
    line-height: 30px;
    width: 60%;
    text-align: center;
}
.show_news li a:hover{
    color: #3C80C1;
}
.news_latest{
    margin-top: 73px;
}
.news_latest_con{
    position: relative;
    margin-top: 45px;
    padding-bottom: 55px;
}
.news_latest_con .swiper-slide{
    display: initial;
}
.newss a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: left;
    transition: .5s;
}
.newss a:hover .inews_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.newss a:hover .inews_con_txt{
    background: #3C80C1;
}
.newss a:hover .inews_con_txt1{
    color: #FFFFFF;
}
.newss a:hover .inews_con_txt2{
    color: #FFFFFF;
}
.swiper-pagination1{
    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;
}
.news_latest_con .swiper-pagination1{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.news_latest_con .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #AAAAAA;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 7px;
}
.news_latest_con .swiper-pagination-bullet-active{
    background: transparent;
    position: relative;
}
.news_latest_con .swiper-pagination-bullet-active:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    border-radius: 50%;
}

/*行业应用*/
.industry1{
    margin: 90px 0 20px 0;
}
.industry1 .inner_title{
    text-align: left;
}
.industry1_con{
    margin-top: 40px;
}
.industry1_con ul{
    display: flex;
    flex-wrap: wrap;
}
.industry1_con ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 28px;
}
.industry1_con ul li:nth-child(3n){
    margin-right: 0;
}
.industry1_con ul li a{
    display: block;
}
.industry1_con_txt{
    height: 63px;
    background: #F1F2F4;
    padding: 0 25px;
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.industry1_con_txt i{
    width: 25px;
    height: 13px;
    background: url("../images/pjt_h.png") no-repeat center;
    background-size: 100%;
    transform:rotateY(-180deg);
    opacity: 0;
    transition: .5s;
}
.industry1_con ul li a:hover .industry1_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.industry1_con ul li a:hover .industry1_con_txt i{
    opacity: 1;
}
.industry2{
    background: url("../images/industry2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 80px 0;
}
.industry2 .inner_title{
    color: #ffffff;
}
.industry2_con{
    margin-top: 65px;
}
.industry2_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
}
.industry2_con ul li{
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 45px;
}
.industry2_con ul li:nth-child(5n){
    margin-right: 0;
}
.industry2_con ul li a{
    display: block;
}
.industry2_con_img:after{
    padding-bottom: 25%;
}
.industry2_con ul li a:hover .industry2_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*产品中心*/
.iproduct1{
    margin: 45px 0 55px 0;
}
.iproduct1_nav{
    border-bottom: 2px solid #dddddd;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.iproduct1_nav_fl ul{
    display: flex;
    flex-wrap: wrap;
}
.iproduct1_nav_fl ul li{
    margin-right: 85px;
}
.iproduct1_nav_fl ul li:last-child{
    margin-right: 0;
}
.iproduct1_nav_fl ul li a{
    display: block;
    font-weight: 400;
    font-size: 24px;
    color: #666666;
    line-height: 30px;
    position: relative;
}
.iproduct1_nav_fl ul li a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #111111;
    position: absolute;
    bottom: -42px;
    transition: .5s;
}
.iproduct1_nav_fl ul li a:hover{
    font-weight: bold;
    font-size: 30px;
    color: #111111;
}
.iproduct1_nav_fl ul li a:hover:after{
    width: 100%;
}
.iproduct1_nav_fl ul li a.current{
    font-weight: bold;
    font-size: 30px;
    color: #111111;
}
.iproduct1_nav_fl ul li a.current:after{
    width: 100%;
}
.iproduct1_nav_fr a{
    display: block;
    font-weight: bold;
    font-size: 15px;
    color: #666666;
    background: url("../images/allpro.png") no-repeat right center;
    background-size: 15px 9px;
    padding-right: 27px;
}
.iproduct1_dh{
    margin-top: 53px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.iproduct1_dh_fl.inner_title{
    text-align: left;
}
.iproduct1_dh_fr ul{
    display: flex;
    flex-wrap: wrap;
}
.iproduct1_dh_fr ul li a{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}
.iproduct1_dh_fr ul li a:hover{
    color: #3C80C1;
}
.iproduct1_dh_fr ul li a i{
    padding: 0 20px;
}
.iproduct1_dh_fr ul li:last-child a i{
    display: none;
}
.iproduct1_con{
    margin-top: 50px;
}
.iproduct1_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iproduct1_con ul li{
    width: 32.6%;
    margin-right: 1.1%;
    margin-bottom: 68px;
}
.iproduct1_con ul li:nth-child(3n){
    margin-right: 0;
}
.iproduct1_con ul li a{
    display: block;
}
.iproduct1_con ul li a:hover .pro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iproduct1_con ul li a:hover .pro_txt4{
    color: #3C80C1;
}
.iproduct1_con ul li a:hover .pro_txt4 i{
    background: #3C80C1 url("../images/parrow_h.png") no-repeat center;
    background-size: 8px 14px;
}
.iproduct2{
    background: url("../images/iproduct2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 80px 0 50px 0;
}
.iproduct2 .inner_title{
    text-align: left;
}
.iproduct2_info{
    margin-top: 30px;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 1.875;
}
.iproduct2_con{
    margin-top: 40px;
}
.iproduct2_con .index_more{
    margin-bottom: 25px;
}

/*产品详情*/
.iproshow4{
    background: #2f82c8;
    border: 1px solid #DDDDDD;
    padding: 28px 0;
    position: relative;
}
#particles-js{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.iproshow4 .container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iproshow4_1{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    width: 33.3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iproshow4_1 a{
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iproshow4_1:last-child {
    justify-content: flex-end;
}
.iproshow4_2 a{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
}
.iproshow4_2 a i{
    background: url("../images/back.png") no-repeat left center;
    background-size: 100%;
    width: 18px;
    height: 16px;
    margin-right: 17px;
    transition: .5s;
}
.iproshow3{
    margin-bottom: 50px;
}
.iproshow_title{
    font-weight: 400;
    font-size: 30px;
    color: #111111;
    line-height: 1;
}
.iproshow3_con{
    margin-top: 40px;
    position: relative;
    padding-bottom: 60px;
}
.iproshow3_con .swiper-slide{
    display: initial;
}
.iproshow3s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: left;
    transition: .5s;
}
.iproshow3s a:hover .pro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iproshow3s a:hover .pro_txt4{
    color: #3C80C1;
}
.iproshow3s a:hover .pro_txt4 i{
    background: #3C80C1 url("../images/parrow_h.png") no-repeat center;
    background-size: 8px 14px;
}
.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;
}
.iproshow3_con .swiper-pagination2{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.iproshow3_con .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #AAAAAA;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 7px;
}
.iproshow3_con .swiper-pagination-bullet-active{
    background: transparent;
    position: relative;
}
.iproshow3_con .swiper-pagination-bullet-active:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    border-radius: 50%;
}
.iproshow2{
    margin: 60px 0 55px 0;
}
.iproshow2_con{
    margin-top: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #454545;
    line-height: 36px;
}
.iproshow1{
    margin-top: 63px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.iproshow1_fl{
    width: 56%;
    background: #EDF0F2;
    border: 1px solid #EDF0F2;
    padding: 27px;
}
.iproshow1_fl_t{
    position: relative;
}
.iproshow1_fl_t .gallery-top {
    width: 100%;
    height: auto;
}
.iproshow1_fl_t .gallery-top .swiper-slide{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
}
/*.equshow-max a{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
}*/
.proshow-max-img .pic:after{
    padding-bottom: 60%;
}
.iproshow1_fl_t .swiper-button-next2, .iproshow1_fl_t .swiper-button-prev2{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #FFFFFF url("../images/psjt.png") no-repeat center;
    background-size: 11px 18px;
}
.iproshow1_fl_t .swiper-button-next2:hover ,.iproshow1_fl_t .swiper-button-prev2:hover{
    background: #3C80C1 url("../images/psjt_h.png") no-repeat center;
    background-size: 11px 18px;
}
.iproshow1_fl_t .swiper-button-prev2{
    right: auto;
    left: 3px;
}
.iproshow1_fl_t .swiper-button-next2{
    left: auto;
    right: 3px;
    transform:rotateY(-180deg) translate(0, -50%);
}
.iproshow1_fl_b{
    position: relative;
    width: 100%;
    margin: 25px auto 0 auto;
}
.iproshow1_fl_b .gallery-thumbs {
    width: 100%;
    height: auto;
}
.iproshow1_fl_b .gallery-thumbs .swiper-slide{
    display: initial;
}
.proshow-min a{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
}
.proshow-min-img{
    border: 1px solid #D2D0D0;
    background: #FFFFFF;
    padding: 10px;
}
.proshow-min-img .pic:after{
    padding-bottom: 100%;
}
.proshow-min.swiper-slide-thumb-active a .proshow-min-img{
    border: 1px solid #3C80C1;
}
.iproshow1_fr{
    width: 40%;
}
.proshow1_fr1{
    border-bottom: 2px solid #111111;
    padding-bottom: 20px;
    text-align: left;
}
.proshow1_fr2 {
    padding-bottom: 40px;
}
.proshow1_fr2 dl {
    margin-top: 40px;
}
.proshow1_fr2 dt {
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1;
}
.proshow1_fr2 dd {
    margin-top: 15px;
    font-size: 16px;
    color: #111111;
    line-height: 32px;
}
.proshow1_fr3 {
    padding-top: 100px;
    border-top: 1px solid #D2D0D0;
    display: flex;
    flex-wrap: wrap;
}
.proshow1_fr3 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 49px;
    background: #FFFFFF;
    border: 1px solid #000000;
    font-weight: bold;
    font-size: 17px;
    color: #111111;
    transition: .5s;
}
.proshow1_fr3 a:hover {
    background: #3C80C1;
    color: #fff;
    border: 1px solid #3C80C1;
}
.proshow1_fr3 a.yx {
    padding: 0 22px 0 24px;
    margin-right: 20px;
}
.proshow1_fr3 a.yx i {
    background: url("../images/yx.png") no-repeat center;
    background-size: 100% !important;
    width: 23px;
    height: 17px;
    margin-right: 13px;
    transition: .5s;
}
.proshow1_fr3 a.yx:hover i{
    background: url("../images/yx_h.png") no-repeat center;
}
.proshow1_fr3 a.lxwm {
    padding: 0 34px 0 38px;
}
.proshow1_fr3 a.lxwm i{
    background: url("../images/lxwm.png") no-repeat center;
    background-size: 100% !important;
    width: 25px;
    height: 13px;
    margin-left: 22px;
    transition: .5s;
}
.proshow1_fr3 a:hover.lxwm i{
    background: url("../images/lxwm_h.png") no-repeat center;
}


@media (min-width:1701px) and (max-width:1800px){

}

@media (min-width:1601px) and (max-width:1700px){

}

@media (min-width:1501px) and (max-width:1550px){
    .container1{
        width: 92%;
    }

    .iban_info h3{
        font-size: 42px;
    }
    .iban_info h3:after{
        width: 100px;
        height: 4px;
        margin-top: 32px;
    }
    .show_back{
        left: -80px;
    }
    .proshow1_fr3{
        padding-top: 75px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 92%;
    }
    .navdaohang{
        margin-left: 30px;
    }
    .home-banner .swiper-button-prev{
        left: 2%;
    }
    .home-banner .swiper-button-next{
        right: 2%;
    }
    .ban_txt1{
        font-size: 44px;
    }
    .index_title{
        font-size: 42px;
    }
    .product_info{
        font-size: 22px;
    }
    .pro_txt1{
        font-size: 18px;
    }
    .pro_txt2{
        font-size: 28px;
    }
    .about2_fl_txt{
        padding: 40px 60px;
    }
    .about2_fl_txt1{
        font-size: 28px;
    }
    .home-column ul li{
        padding: 0 18px 0 55px;
    }
    .column_img{
        width: 80px;
        height: 80px;
    }
    .column_txt{
        padding-left: 45px;
    }
    .column_txt1{
        font-size: 22px;
    }
    .column_txt2{
        font-size: 15px;
    }
    .news_con_title ul li{
        font-size: 22px;
    }
    .news_con_title ul li.on{
        font-size: 28px;
    }
    .news_txt1{
        font-size: 22px;
    }
    .news_txt2{
        font-size: 15px;
    }
    .news_txt3 p{
        font-size: 15px;
    }
    .news_txt3 span{
        font-size: 15px;
    }

    .iban_info h3{
        font-size: 40px;
    }
    .iban_info h3:after{
        width: 95px;
        height: 3px;
        margin-top: 30px;
    }
    .inner_title{
        font-size: 35px;
    }
    .iabout1_info{
        font-size: 22px;
    }
    .iabout4_txt{
        font-size: 22px;
    }
    .icontact1_con{
        height: 575px;
    }
    .icontact1_con_fl{
        padding: 55px 40px 0 60px;
    }
    .icontact1_con_fl_t1 h3{
        font-size: 28px;
    }
    .icontact1_con_fl_b ul li{
        font-size: 19px;
    }
    .icontact1_con_fl_b ul li span{
        padding: 0 60px;
    }
    .jointckss{
        padding: 45px 65px;
    }
    .jointck_con1_fl{
        font-size: 30px;
    }
    .jointck_close a img{
        width: 48px;
        height: 48px;
    }
    .idownload{
        margin: 80px 0 50px 0;
    }
    .idownload_con ul li{
        padding: 40px 0 35px 0;
    }
    .idownload_con_fl1{
        font-size: 26px;
    }
    .inews_nav ul li a{
        font-size: 22px;
    }
    .inews_nav ul li a:hover{
        font-size: 34px;
    }
    .inews_nav ul li a.current{
        font-size: 34px;
    }
    .inews_con_txt2{
        font-size: 17px;
    }
    .show_back{
        left: -60px;
    }
    .show_content{
        font-size: 17px;
        line-height: 33px;
    }
    .news_latest{
        margin-top: 65px;
    }
    .industry1{
        margin: 80px 0 20px 0;
    }
    .iproduct1_nav_fl ul li{
        margin-right: 70px;
    }
    .iproduct1_nav_fl ul li a{
        font-size: 22px;
    }
    .iproduct1_nav_fl ul li a.current{
        font-size: 28px;
    }
    .iproduct1_dh_fr ul li a{
        font-size: 17px;
    }
    .iproduct2_info{
        font-size: 22px;
    }
    .proshow1_fr2 dt{
        font-size: 22px;
    }
    .proshow1_fr3{
        padding-top: 50px;
    }
    .iproshow_title{
        font-size: 28px;
    }
    .iproshow2_con{
        font-size: 17px;
        line-height: 33px;
    }
    .iproshow4_1{
        font-size: 19px;
    }
    .iproshow4_1 a{
        font-size: 19px;
    }
    .iproshow4_2 a{
        font-size: 19px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .menupc li{
        margin: 0 25px;
    }
    .navdaohang{
        margin-left: 25px;
    }
    .link a{
        margin-right: 30px;
    }
    .home-banner .swiper-button-prev{
        left: 2%;
    }
    .home-banner .swiper-button-next{
        right: 2%;
    }
    .ban_txt1{
        font-size: 40px;
    }
    .index_title{
        font-size: 38px;
    }
    .product_info{
        font-size: 21px;
    }
    .pro_txt1{
        font-size: 17px;
    }
    .pro_txt2{
        font-size: 27px;
    }
    .about2_fl_txt{
        padding: 37px 55px;
    }
    .about2_fl_txt1{
        font-size: 27px;
    }
    .circle, .circle_h{
        padding: 20px 10%;
    }
    .home-column ul li{
        padding: 0 18px 0 50px;
    }
    .column_img{
        width: 77px;
        height: 77px;
    }
    .column_txt{
        padding-left: 40px;
    }
    .column_txt1{
        font-size: 21px;
    }
    .column_txt2{
        font-size: 14px;
    }
    .news_con_title ul li{
        font-size: 21px;
    }
    .news_con_title ul li.on{
        font-size: 27px;
    }
    .news_txt1{
        font-size: 21px;
    }
    .news_txt2{
        font-size: 15px;
    }
    .news_txt3 p{
        font-size: 15px;
    }
    .news_txt3 span{
        font-size: 15px;
    }

    .iban_info h3{
        font-size: 37px;
    }
    .iban_info h3:after{
        width: 90px;
        height: 3px;
        margin-top: 27px;
    }
    .inner_title{
        font-size: 32px;
    }
    .iabout1_info{
        font-size: 21px;
    }
    .iabout4_txt{
        font-size: 21px;
    }
    .icontact1_con{
        height: 565px;
    }
    .icontact1_con_fl{
        padding: 52px 37px 0 57px;
    }
    .icontact1_con_fl_t1 h3{
        font-size: 27px;
    }
    .icontact1_con_fl_b ul li{
        font-size: 18px;
    }
    .icontact1_con_fl_b ul li span{
        padding: 0 55px;
    }
    .jointckss{
        padding: 40px 60px;
    }
    .jointck_con1_fl{
        font-size: 28px;
    }
    .jointck_close a img{
        width: 43px;
        height: 43px;
    }
    .idownload{
        margin: 70px 0 50px 0;
    }
    .idownload_con ul li{
        padding: 37px 0 32px 0;
    }
    .idownload_con_fl1{
        font-size: 24px;
    }
    .inews_nav{
        margin-top: 70px;
    }
    .inews_nav ul li a{
        font-size: 21px;
    }
    .inews_nav ul li a:hover{
        font-size: 32px;
    }
    .inews_nav ul li a.current{
        font-size: 32px;
    }
    .inews_con_txt2{
        font-size: 16px;
    }
    .show_back{
        left: -60px;
        top: 12px;
    }
    .inewsshow_con{
        margin: 70px 0 55px 0;
    }
    .show_content{
        font-size: 16px;
        line-height: 30px;
        padding: 35px 0 50px 0;
    }
    .news_latest{
        margin-top: 55px;
    }
    .industry1{
        margin: 70px 0 20px 0;
    }
    .iproduct1_nav_fl ul li{
        margin-right: 60px;
    }
    .iproduct1_nav_fl ul li a{
        font-size: 21px;
    }
    .iproduct1_nav_fl ul li a.current{
        font-size: 27px;
    }
    .iproduct1_dh{
        margin-top: 45px;
    }
    .iproduct1_dh_fr ul li a{
        font-size: 16px;
    }
    .iproduct2_info{
        font-size: 21px;
    }
    .proshow1_fr2{
        padding-bottom: 30px;
    }
    .proshow1_fr2 dl{
        margin-top: 30px;
    }
    .proshow1_fr2 dt{
        font-size: 21px;
    }
    .proshow1_fr3{
        padding-top: 35px;
    }
    .proshow1_fr3 a.yx{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .iproshow_title{
        font-size: 27px;
    }
    .iproshow2_con{
        font-size: 16px;
        line-height: 30px;
    }
    .iproshow4_1{
        font-size: 18px;
    }
    .iproshow4_1 a{
        font-size: 18px;
    }
    .iproshow4_2 a{
        font-size: 18px;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 88%;
    }
    .menupc li{
        margin: 0 20px;
    }
    .navdaohang{
        margin-left: 20px;
    }
    .link a{
        margin-right: 25px;
    }
    .home-banner .swiper-button-prev{
        left: 2%;
    }
    .home-banner .swiper-button-next{
        right: 2%;
    }
    .ban_txt1{
        font-size: 36px;
    }
    .index_title{
        font-size: 35px;
    }
    .product_info{
        font-size: 20px;
    }
    .pro_txt1{
        font-size: 16px;
    }
    .pro_txt2{
        font-size: 24px;
    }
    .about2_fl_txt{
        padding: 35px 50px;
    }
    .about2_fl_txt1{
        font-size: 26px;
    }
    .circle, .circle_h{
        padding: 20px 10%;
    }
    .home-column ul li{
        padding: 0 18px 0 45px;
    }
    .column_img{
        width: 75px;
        height: 75px;
    }
    .column_txt{
        padding-left: 35px;
    }
    .column_txt1{
        font-size: 20px;
    }
    .column_txt2{
        font-size: 14px;
    }
    .news_con_title ul li{
        font-size: 20px;
    }
    .news_con_title ul li.on{
        font-size: 26px;
    }
    .news_txt1{
        font-size: 20px;
    }
    .news_txt2{
        font-size: 15px;
    }
    .news_txt3 p{
        font-size: 15px;
    }
    .news_txt3 span{
        font-size: 15px;
    }

    .iban_info h3{
        font-size: 35px;
    }
    .iban_info h3:after{
        width: 85px;
        height: 3px;
        margin-top: 25px;
    }
    .inner_title{
        font-size: 30px;
    }
    .iabout1_info{
        font-size: 20px;
    }
    .iabout4_txt{
        font-size: 20px;
    }
    .icontact1_con{
        height: 555px;
    }
    .icontact1_con_fl{
        padding: 50px 35px 0 55px;
    }
    .icontact1_con_fl_t1 h3{
        font-size: 26px;
    }
    .icontact1_con_fl_b ul li{
        font-size: 18px;
    }
    .icontact1_con_fl_b ul li span{
        padding: 0 50px;
    }
    .jointckss{
        padding: 35px 50px;
    }
    .jointck_con1_fl{
        font-size: 26px;
    }
    .jointck_close a img{
        width: 38px;
        height: 38px;
    }
    .idownload{
        margin: 60px 0 50px 0;
    }
    .idownload_con ul li{
        padding: 35px 0 30px 0;
    }
    .idownload_con_fl1{
        font-size: 22px;
    }
    .inews_nav{
        margin-top: 60px;
    }
    .inews_nav ul li a{
        font-size: 20px;
    }
    .inews_nav ul li a:hover{
        font-size: 30px;
    }
    .inews_nav ul li a.current{
        font-size: 30px;
    }
    .inews_con_txt2{
        font-size: 16px;
    }
    .show_back{
        left: -60px;
        top: 12px;
    }
    .inewsshow_con{
        margin: 60px 0 55px 0;
    }
    .show_content{
        font-size: 16px;
        line-height: 30px;
        padding: 35px 0 50px 0;
    }
    .news_latest{
        margin-top: 50px;
    }
    .industry1{
        margin: 60px 0 20px 0;
    }
    .iproduct1_nav_fl ul li{
        margin-right: 50px;
    }
    .iproduct1_nav_fl ul li a{
        font-size: 20px;
    }
    .iproduct1_nav_fl ul li a.current{
        font-size: 26px;
    }
    .iproduct1_dh{
        margin-top: 40px;
    }
    .iproduct1_dh_fr ul li a{
        font-size: 16px;
    }
    .iproduct2_info{
        font-size: 20px;
    }
    .proshow1_fr2{
        padding-bottom: 30px;
    }
    .proshow1_fr2 dl{
        margin-top: 30px;
    }
    .proshow1_fr2 dt{
        font-size: 20px;
    }
    .proshow1_fr3{
        padding-top: 35px;
    }
    .proshow1_fr3 a.yx{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .iproshow_title{
        font-size: 26px;
    }
    .iproshow2_con{
        font-size: 16px;
        line-height: 30px;
    }
    .iproshow4_1{
        font-size: 18px;
    }
    .iproshow4_1 a{
        font-size: 18px;
    }
    .iproshow4_2 a{
        font-size: 18px;
    }
}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding: 0 15px;
    }
    .container2{
        width:100%;
        margin:0 auto;
        padding: 0 15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .top{
        display: none !important;
    }
    .home-banner .swiper-button-prev{
        left: 15px;
    }
    .home-banner .swiper-button-next{
        right: 15px;
    }
    .ban_txt1{
        font-size: 30px;
        padding-left: 50px;
    }
    .ban_txt2{
        padding-left: 50px;
    }
    .ban_txt3{
        margin-top: 30px;
        padding-left: 50px;
    }
    .home-banner .swiper-pagination{
        bottom: 15px !important;
    }
    .home-product{
        margin: 50px auto;
    }
    .index_title{
        font-size: 30px;
    }
    .product_info{
        font-size: 20px;
    }
    .product_con{
        padding-top: 35px;
    }
    .pro_txt1{
        font-size: 16px;
    }
    .pro_txt2{
        font-size: 20px;
    }
    .pro_txt3{
        margin-top: 35px;
    }
    .pro_txt4{
        font-size: 14px;
        margin-top: 20px;
    }
    .home-product .index_more{
        margin-top: 35px;
    }
    .about2{
        margin-top: 35px;
        height: auto;
    }
    .about2_fl{
        width: 100%;
    }
    .about2_fl_txt1{
        font-size: 24px;
    }
    .about2_fr{
        width: 100%;
    }
    .circle, .circle_h{
        padding: 20px 88px;
    }
    .home-column{
        margin: 50px auto;
    }
    .home-column ul li{
        padding: 0 18px 0 30px;
    }
    .column_img{
        width: 65px;
        height: 65px;
    }
    .column_txt{
        padding-left: 35px;
    }
    .column_txt1{
        font-size: 20px;
    }
    .industry_con{
        margin-top: 35px;
    }
    .industry_con ul li{
        margin-bottom: 25px;
    }
    .home-contact{
        padding: 50px 0;
    }
    .home-news{
        margin: 50px auto;
    }
    .news_con_title ul li{
        font-size: 20px;
    }
    .news_con_title ul li.on{
        font-size: 26px;
    }
    .news_con_show{
        padding-left: 30px;
    }
    .news_con_info li{
        margin-bottom: 35px;
    }
    .news_txt1{
        font-size: 20px;
    }
    .news_txt2{
        font-size: 15px;
    }
    .news_txt3 p{
        font-size: 15px;
    }
    .news_txt3 span{
        font-size: 15px;
    }
    .footer1{
        padding: 50px 0;
    }
    .footer1_fl{
        width: 58%;
    }
    .footer1_fr{
        width: 37%;
    }
    .footer1_fl_b{
        margin-top: 35px;
    }
    .footer1_fr_b{
        margin-top: 35px;
    }
    .footer2{
        padding: 0 0 25px 0;
    }

    .iban_wz{
        top: 15px;
    }
    .iban_info h3{
        font-size: 30px;
    }
    .iban_info h3:after{
        width: 70px;
        height: 3px;
        margin-top: 25px;
    }
    .iban_scroll{
        bottom: 20px;
    }
    .iban_scroll a{
        font-size: 14px;
    }
    .iabout_nav ul li a{
        width: 187px;
    }
    .iabout_nav ul li a:hover i{
        margin-left: 44px;
    }
    .iabout_nav ul li a.current i{
        margin-left: 44px;
    }
    .iabout1{
        margin-top: 50px;
    }
    .inner_title{
        font-size: 30px;
    }
    .iabout1_info{
        font-size: 20px;
    }
    .iabout3.home-column{
        margin: 50px auto 130px auto;
    }
    .iabout4_txt{
        font-size: 20px;
        padding: 20px;
    }
    .icontact1{
        margin: 50px 0;
    }
    .icontact1_con{
        margin-top: 35px;
        height: 555px;
    }
    .icontact1_con_fl{
        padding: 45px 35px 0 50px;
    }
    .icontact1_con_fl_t1 h3{
        font-size: 26px;
    }
    .icontact1_con_fl_t1 p{
        font-size: 14px;
    }
    .icontact1_con_fl_t2 p{
        font-size: 14px;
    }
    .icontact1_con_fl_b ul li span{
        padding: 0 50px;
    }
    .ijoin{
        margin: 50px 0 40px 0;
    }
    .ijoin_con{
        margin-top: 35px;
    }
    .jointckss{
        padding: 35px 50px;
    }
    .jointck_close a img{
        width: 38px;
        height: 38px;
    }
    .jointck_con1_fl{
        font-size: 30px;
    }
    .jointck_con1{
        padding-bottom: 20px;
    }
    .idownload{
        margin: 50px 0 40px 0;
    }
    .idownload_con ul li{
        padding: 35px 0 30px 0;
    }
    .idownload_con_fl1{
        font-size: 26px;
    }
    .inews_nav{
        margin-top: 50px;
    }
    .inews_nav ul li a{
        font-size: 20px;
    }
    .inews_nav ul li a.current{
        font-size: 30px;
    }
    .inews{
        margin: 35px 0 40px 0;
    }
    .inews_con{
        margin-bottom: 10px;
    }
    .inews_con_txt2{
        margin-top: 20px;
    }
    .inewsshow_location{
        padding: 20px 0;
    }
    .inewsshow_con{
        margin: 50px 0;
    }
    .show_content{
        padding: 35px 0 50px 0;
    }
    .news_latest{
        margin-top: 50px;
    }
    .news_latest_con{
        margin-top: 35px;
        padding-bottom: 35px;
    }
    .industry1{
        margin: 50px 0 20px 0;
    }
    .industry1_con{
        margin-top: 35px;
    }
    .industry2{
        padding: 50px 0;
    }
    .industry2_con{
        margin-top: 35px;
    }
    .industry2_con ul li{
        margin-bottom: 35px;
    }
    .iproduct1{
        margin: 45px 0;
    }
    .iproduct1_nav{
        padding-bottom: 30px;
    }
    .iproduct1_nav_fl ul li a:after{
        bottom: -32px;
    }
    .iproduct1_nav_fl ul li{
        margin-right: 50px;
    }
    .iproduct1_nav_fl ul li a{
        font-size: 20px;
    }
    .iproduct1_nav_fl ul li a.current{
        font-size: 26px;
    }
    .iproduct1_nav_fl ul li a:hover{
        font-size: 26px;
    }
    .iproduct1_dh{
        margin-top: 35px;
    }
    .iproduct1_dh_fr ul li a{
        font-size: 16px;
    }
    .iproduct1_dh_fr ul li a i{
        padding: 0 15px;
    }
    .iproduct1_con{
        margin-top: 35px;
        margin-bottom: 15px;
    }
    .iproduct1_con ul li{
        margin-bottom: 35px;
    }
    .iproduct2{
        padding: 50px 0 30px 0;
    }
    .iproduct2_info{
        font-size: 20px;
    }
    .iproduct2_con{
        margin-top: 30px;
    }
    .iproshow1{
        margin-top: 50px;
    }
    .iproshow1_fl{
        width: 100%;
    }
    .iproshow1_fr{
        width: 100%;
        margin-top: 25px;
    }
    .proshow1_fr2 dl{
        margin-top: 25px;
    }
    .proshow1_fr2 dt{
        font-size: 20px;
    }
    .proshow1_fr2 dd{
        line-height: 30px;
    }
    .proshow1_fr2{
        padding-bottom: 25px;
    }
    .proshow1_fr3{
        padding-top: 50px;
    }
    .iproshow2{
        margin: 50px 0;
    }
    .iproshow_title{
        font-size: 26px;
    }
    .iproshow3_con{
        margin-top: 35px;
        padding-bottom: 40px;
    }
    .iproshow4_1{
        font-size: 16px;
    }
    .iproshow4_1 a{
        font-size: 16px;
    }
    .iproshow4_2 a{
        font-size: 16px;
    }
    .iban_wz p{
        flex-wrap: wrap;
    }
    .show_back{
        position: inherit;
        left: 0;
        top: 0;
        margin-bottom: 10px;
    }
    .proshow1_fr2 dt{
        font-size: 20px;
    }

}

@media(max-width:820px) {
    .ban_txt1{
        font-size: 24px;
    }
    .ban_txt2{
        font-size: 14px;
    }
    .index_title{
        font-size: 24px;
    }
    .product_info{
        font-size: 18px;
    }
    .pro_txt1{
        font-size: 14px;
    }
    .pro_txt2{
        font-size: 18px;
    }
    .pro_txt3{
        font-size: 14px;
    }
    .about2_fl_txt1{
        font-size: 22px;
    }
    .about2_fl_txt{
        padding: 35px 50px;
    }
    .circle, .circle_h{
        padding: 20px 50px;
    }
    .home-column ul li{
        width: 50%;
    }
    .home-column ul li:nth-child(3n){
        border-right: 1px solid #cccccc;
    }
    .home-column ul li:nth-child(2n){
        border-right: none;
    }
    .news_con_title ul li{
        font-size: 18px;
    }
    .news_con_title ul li.on{
        font-size: 22px;
    }
    .footer1_fl{
        width: 47%;
    }
    .footer1_fl_b ul li{
        margin-right: 45px;
    }
    .footer1_fr{
        width: 48%;
    }

    .iban_info h3{
        font-size: 26px;
    }
    .iban_info h3:after {
        width: 60px;
        height: 2px;
        margin-top: 20px;
    }
    .iabout_nav ul li a{
        width: 167px;
    }
    .iabout_nav ul li a:hover i{
        margin-left: 24px;
    }
    .iabout_nav ul li a.current i{
        margin-left: 24px;
    }
    .inner_title{
        font-size: 26px;
    }
    .iabout1_info{
        font-size: 18px;
    }
    .iabout1_con{
        line-height: 35px;
    }
    .iabout2 .about2_fl_txt{
        padding: 35px 25px;
    }
    .iabout4_txt{
        font-size: 18px;
    }
    .icontact1_con{
        height: 586px;
    }
    .icontact1_con_fl{
        padding: 35px 25px 0 35px;
    }
    .icontact1_con_fl_t1 h3{
        font-size: 22px;
    }
    .icontact1_con_fl_t{
        flex-direction: column;
        padding-bottom: 25px;
    }
    .icontact1_con_fl_t2{
        margin-top: 25px;
    }
    .icontact1_con_fl_b ul li{
        font-size: 18px;
    }
    .icontact1_con_fl_b ul li span{
        padding: 0 25px 0 35px;
    }
    .ijoin_con_txt1{
        flex-direction: column;
        align-items: flex-start;
    }
    .ijoin_con_txt1_fr{
        margin-top: 15px;
    }
    .ijoin_con_txt1_fr span{
        margin-left: 0;
        margin-right: 20px;
    }
    .ijoin_con_txt2{
        line-height: 30px;
    }
    .ijoin_con_txt3{
        flex-direction: column;
        align-items: flex-start;
    }
    .ijoin_con_txt3_fr{
        margin-top: 15px;
    }
    .jointck_con1_fl{
        font-size: 26px;
    }
    .jointck_con2{
        margin-top: 25px;
        height: 280px;
    }
    .jointck_con2s{
        line-height: 35px;
    }
    .idownload_con ul li{
        padding: 25px 0 20px 0;
    }
    .idownload_con_fl1{
        font-size: 24px;
    }
    .inews_nav ul li a{
        font-size: 18px;
    }
    .inews_nav ul li a.current{
        font-size: 26px;
    }
    .inews_con_txt2{
        font-size: 16px;
    }
    .show_content{
        margin-top: 25px;
        font-size: 16px;
        line-height: 30px;
        padding: 25px 0 35px 0;
    }
    .show_news li a{
        font-size: 16px;
    }
    .industry1_con_txt{
        font-size: 16px;
        height: 53px;
    }
    .iproduct1_nav{
        padding-bottom: 25px;
    }
    .iproduct1_nav_fl ul li a{
        font-size: 18px;
    }
    .iproduct1_nav_fl ul li a.current{
        font-size: 24px;
    }
    .iproduct1_nav_fl ul li a:hover{
        font-size: 24px;
    }
    .iproduct1_nav_fl ul li a:after{
        bottom: -27px;
    }
    .iproduct1_dh{
        margin-top: 25px;
    }
    .iproduct1_con{
        margin-top: 25px;
    }
    .iproduct2_info{
        font-size: 18px;
    }
    .iproshow_title{
        font-size: 24px;
    }
    .proshow1_fr3{
        padding-top: 35px;
    }
    .iproshow2{
        margin: 35px 0;
    }
    .iproshow2_con{
        margin-top: 25px;
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .ban_txt1{
        font-size: 22px;
    }
    .index_title{
        font-size: 22px;
    }
    .product_info{
        font-size: 16px;
    }
    .about2_fl_txt1{
        font-size: 20px;
    }

    .iban_info h3{
        font-size: 22px;
    }
    .iban_info h3:after {
        width: 50px;
        height: 2px;
        margin-top: 15px;
    }
    .inner_title{
        font-size: 22px;
    }
    .icontact1_con_fl_b ul li{
        font-size: 16px;
    }
    .jointck_con1_fl{
        font-size: 22px;
    }
    .idownload_con_fl1{
        font-size: 22px;
    }
    .iproshow_title{
        font-size: 22px;
    }
}

@media(max-width:600px) {
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 16px;
        height: 33px;
    }
    .ban_txt1{
        font-size: 20px;
        padding-left: 30px;
    }
    .ban_txt2{
        display: none;
    }
    .ban_txt3{
        display: none;
    }
    .home-banner .swiper-pagination{
        bottom: 0 !important;
    }
    .home-product{
        margin: 35px auto;
    }
    .product_info{
        margin-top: 15px;
    }
    .product_con .swiper-button-next1, .product_con .swiper-button-prev1{
        top: 12.5px;
    }
    .pro_txt3{
        margin-top: 25px;
    }
    .about2{
        margin-top: 25px;
    }
    .about2_fl_txt{
        padding: 20px 25px;
    }
    .circle, .circle_h{
        padding: 20px 25px;
    }
    .home-column{
        margin: 35px auto;
    }
    .home-column ul li{
        width: 100%;
        border-right: none;
    }
    .home-column ul li:nth-child(3n){
        border-right: none;
    }
    .home-industry{
        margin: 0 auto 10px auto;
    }
    .industry_con{
        margin-top: 25px;
    }
    .industry_con ul li{
        width: 100%;
        margin-right: 0;
    }
    .industry_con ul li:nth-child(1){
        width: 100%;
    }
    .home-contact .index_more{
        margin-top: 25px;
    }
    .home-news{
        margin: 35px auto;
    }
    .news_con{
        margin-top: 25px;
    }
    .news_con_title ul{
        flex-direction: row;
        align-items: flex-end;
    }
    .news_con_title ul li{
        margin-right: 25px;
        font-size: 20px;
    }
    .news_con_title ul li.on{
        font-size: 16px;
    }
    .news_con_title{
        width: 100%;
    }
    .news_con_show{
        padding-left: 0;
        flex: inherit;
        width: 100%;
    }
    .footer1{
        padding: 35px 0 25px 0;
    }
    .footer1_fl{
        width: 100%;
    }
    .footer1_fl_t a{
        text-align: center;
    }
    .footer1_fl_t a img{
        height: 64px;
    }
    .footer1_fl_b{
        margin-top: 20px;
    }
    .footer1_fl_b ul li{
        margin-right: 0;
        width: 33.3%;
        text-align: center;
    }
    .footer1_fr{
        width: 100%;
        margin-top: 25px;
    }
    .footer1_fr_t p{
        margin-bottom: 10px;
    }
    .footer1_fr_b{
        margin-top: 15px;
    }

    .iban_scroll{
        display: none;
    }
    .iban_wz{
        top: 10px;
    }
    .iban_info h3{
        margin-top: 15px;
        font-size: 18px;
    }
    .iban_info h3:after{
        width: 45px;
        height: 2px;
        margin-top: 10px;
    }
    .iabout_nav ul li a{
        width: 127px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 50px;
    }
    .iabout_nav ul li a:hover i{
        margin-left: 15px;
    }
    .iabout_nav ul li a.current i{
        margin-left: 15px;
    }
    .iabout1{
        margin-top: 35px;
    }
    .inner_title{
        font-size: 20px;
    }
    .iabout1_info{
        font-size: 16px;
        margin-top: 20px;
    }
    .iabout1_con{
        margin-top: 20px;
        line-height: 30px;
    }
    .iabout3.home-column{
        margin: 35px auto;
    }
    .iabout4{
        margin-bottom: 10px;
    }
    .iabout4 ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .iabout4 ul li.active{
        margin-top: 0;
        margin-bottom: 50px;
    }
    .iabout4 ul li.active .iabout4_txt{
        opacity: 1;
    }
    .iabout4 ul li.active .iabout4_more{
        opacity: 1;
    }
    .iabout4_txt{
        padding: 40px 20px;
    }
    .icontact1{
        margin: 35px 0;
    }
    .icontact1_con{
        margin-top: 25px;
        height: auto;
    }
    .icontact1_con_fl{
        width: 100%;
        border-radius: 20px 20px 0px 0;
        padding: 25px 20px;
    }
    .icontact1_con_fr{
        width: 100%;
        border-radius: 0px 0 20px 20px;
    }
    .icontact1_con_fl_t1 h3{
        font-size: 20px;
    }
    .icontact1_con_fl_t1 h3:after{
        margin: 20px 0;
    }
    .icontact1_con_fl_b ul li{
        padding: 20px 0;
    }
    .ijoin{
        margin: 35px 0 25px 0;
    }
    .ijoin_con{
        margin-top: 25px;
    }
    .ijoin_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .ijoin_con ul li a{
        padding: 25px 20px 20px 25px;
    }
    .ijoin_con_txt2{
        margin-top: 10px;
    }
    .ijoin_con_txt3{
        padding-top: 20px;
        margin-top: 20px;
    }
    .jointckss{
        padding: 25px 20px;
    }
    .jointck_close a img{
        width: 25px;
        height: 25px;
    }
    .jointck_con1{
        flex-direction: column;
        align-items: flex-start;
    }
    .jointck_con1_fl{
        font-size: 20px;
    }
    .jointck_con1_fr{
        margin-top: 20px;
    }
    .jointck_con1_fr dl{
        flex-wrap: wrap;
    }
    .jointck_con1_fr dl dd{
        margin-left: 0;
        margin-right: 20px;
    }
    .jointck_con2{
        margin-top: 20px;
        height: 210px;
    }
    .jointck_con2s{
        line-height: 30px;
    }
    .inews_nav{
        margin-top: 35px;
        padding-bottom: 25px;
    }
    .inews_nav ul li{
        margin-right: 25px;
    }
    .inews_nav ul li a{
        font-size: 16px;
    }
    .inews_nav ul li a.current{
        font-size: 20px;
    }
    .inews{
        margin: 25px 0;
    }
    .inews_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .inews_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .inews_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .inewsshow_con{
        margin: 35px 0;
    }
    .show_info span{
        font-size: 16px;
    }
    .show_news li{
        padding: 15px 0;
    }
    .news_latest{
        margin-top: 35px;
    }
    .news_latest_con{
        margin-top: 25px;
    }
    .industry1{
        margin: 35px 0 10px 0;
    }
    .industry1_con{
        margin-top: 25px;
    }
    .industry1_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .industry2{
        padding: 35px 0 10px 0;
    }
    .industry2_con{
        margin-top: 25px;
    }
    .industry2_con ul{
        width: 100%;
    }
    .industry2_con ul li{
        width: 30%;
        margin-right: 5%;
        margin-bottom: 25px;
    }
    .industry2_con ul li:nth-child(5n){
        margin-right: 5%;
    }
    .industry2_con ul li:nth-child(3n){
        margin-right: 0;
    }
    .iproduct1{
        margin: 35px 0 10px 0;
    }
    .iproduct1_nav{
        flex-direction: column-reverse;
        align-items: flex-start;
        padding-bottom: 15px;
    }
    .iproduct1_nav_fl{
        margin-top: 15px;
    }
    .iproduct1_nav_fl ul li{
        margin-right: 25px;
    }
    .iproduct1_nav_fl ul li a.current{
        font-size: 20px;
    }
    .iproduct1_nav_fl ul li a:hover{
        font-size: 20px;
    }
    .iproduct1_nav_fl ul li a{
        font-size: 16px;
    }
    .iproduct1_nav_fl ul li a:after{
        bottom: -17px;
    }
    .iproduct1_dh{
        flex-direction: column;
        align-items: flex-start;
    }
    .iproduct1_dh_fl.inner_title{
        display: none;
    }
    .iproduct1_dh_fr{
        /*margin-top: 20px;*/
    }
    .iproduct1_dh_fr ul li a{
        font-size: 14px;
    }
    .iproduct1_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .iproduct2_info{
        margin-top: 20px;
        font-size: 16px;
        line-height: 30px;
    }
    .iproshow1{
        margin-top: 35px;
    }
    .iproshow1_fl_t .swiper-button-prev2{
        left: -10px;
    }
    .iproshow1_fl_t .swiper-button-next2{
        right: -10px;
    }
    .proshow1_fr2 dt{
        font-size: 18px;
    }
    .proshow1_fr3{
        flex-wrap: wrap;
        flex-direction: column;
        padding-top: 25px;
    }
    .proshow1_fr3 a.yx{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .iproshow_title{
        font-size: 20px;
    }
    .iproshow2{
        margin: 35px 0 25px 0;
    }
    .iproshow3{
        margin-bottom: 35px;
    }
    .iproshow3_con{
        margin-top: 25px;
    }
    .iproshow4 .container2{
        flex-direction: column;
        align-items: center;
    }
    .iproshow4_1{
        width: 100%;
        justify-content: center;
    }
    .iproshow4_1:last-child{
        justify-content: center;
    }

}

@media(max-width:414px) {

}

@media(max-width:375px) {
    .iabout_nav ul li a{
        width: 115px;
        padding: 0 10px;
    }
    .iabout_nav ul li a:hover i{
        margin-left: 10px;
    }
    .iabout_nav ul li a.current i{
        margin-left: 10px;
    }
    .iban_info h3{
        margin-top: 20px;
    }
}

@media(max-width:320px) {

}














