*, *: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:'OSWALD-MEDIUM';
    src: url('../fonts/OSWALD-MEDIUM.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: 1440px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
    position: absolute;
    top: 0;
    z-index: 999;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:84px;
	clear:both;
    transition: .5s;
}
.daohang .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    transition: .5s;
}
.yx a {
    display: block;
}
.yx a img {
    max-width:100%;
    height: 30px;
    transition: .5s;
}
.yx a .logo{
    display: block;
}
.yx a .logo_h{
    display: none;
}
.nav-fr{
    display: flex;
    align-items: center;
}
.menupc{
    display: flex;
    align-items: center;
}
.menupc li{
    text-align: center;
    z-index: 9;
    position: static;
    margin: 0 25px;
    line-height: 84px;
}
.menupc li:hover a{
    color: #E79935 !important;
}
.menupc li a{
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
}
.menupc li a:hover{
    color: #E79935 !important;
}
.menupc li a.current{
    color: #E79935 !important;
}
.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    background: #F8F8F8;
    overflow: hidden;
    left: 0;
    top: 84px;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 0;
}
.menupc .xialas{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menupc .xiala .xiala_fl{
    width: 41%;
}
.menupc .xiala .xiala_fl img{
    width: 100%;
}
.menupc .xiala .xiala_fr{
    width: 59%;
    padding: 0 110px;
    display: flex;
    position: relative;
}
.menupc .xiala .xiala_fr .xiala_frbg{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 110px;
    width: 100%;
    text-align: right;
    z-index: -1;
}
.menupc .xiala .xiala_fr .xiala_frbg h3{
    font-family: "OPPOSans-B";
    font-size: 200px;
    color: #F1F1F1;
    line-height: 60px;
}
.menupc .xiala .xiala_frwz{
    display: flex;
    align-items: center;
}
.menupc .xiala .xiala_frwz .xiala_frwz_fl{
    font-weight: 400;
    font-size: 40px;
    width: 200px;
    width: 200px;
    color: #0E0E0E;
    line-height: 1;
    margin-right: 20px;
}
.menupc .xiala .xiala_frwz .xiala_frwz_fr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
}
.menupc .xiala .xiala_frwz .xiala_frwz_fr a{
    font-size: 16px;
    font-weight: 400;
    color: #666666 !important;
    line-height: 30px;
    position: relative;
    margin-left: 40px;
}
.menupc .xiala .xiala_frwz .xiala_frwz_fr a:after{
    display: none;
}
.menupc .xiala .xiala_fr a:hover{
    color: #105AA9 !important;
}
.menupc .xiala .xiala_fr a.current{
    color: #105AA9 !important;
}

.header-search{
    margin-left: 13px;
}
.header-search .pull-right {
    float:right;
    width: 15px;
    height: 15px;
    background: url("../images/search.png") no-repeat center center;
    background-size: 100%;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    height: 15px;
    text-align:center;
}
.search {
    z-index: 9;
    position: relative;
}
.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}
.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}
.search .search-main {
    top: 49px;
    right: 0;
    z-index: 9;
    width: 340px;
    display: none;
    padding: 0 30px 10px 10px;
    position: absolute;
    box-shadow: 0 0 10px #eee;
    background-color: #fff;
}
.search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    border: 1px solid #eee;
}
.search-container .form-control {
    text-align: left;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    vertical-align: top;
    padding: 10px 86px 10px 10px;
    -webkit-appearance: none;
    background-color: #fff;
}
.search-container .form-control:focus {
    border: 1px solid #102F96;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #E79935;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background: #E79935 url("../images/overlay-icon.png") no-repeat center center;
    background-size: 25px 25px;
}
#search-closed {
    right: 0;
    top: 15px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}
.nation{
    position: relative;
    margin-left: 31px;
}
.nation_t{
    cursor: pointer;
}
.nation_t h3{
    height: 17px;
    background: url("../images/jt.png") no-repeat right center;
    background-size: 10px 7px;
    padding-right: 20px;
    text-transform: capitalize;
}
.nation_t h3 img{
    height: 17px;
}
.nation_b{
    display: none;
    background-color: #fff;
    padding: 22px;
    overflow: hidden;
    position: absolute;
    width: 122px;
    top: 30px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 21px 0px rgba(184,144,80,0.25);
    border-radius: 5px;
}
.nation_b li{
    text-align: center;
}
.nation_b li a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    position: relative;
}
.nation_b li a:hover{
    color: #681919;
}


.daohang.hover{
    background: #ffffff;
}
.daohang.hover .yx a .logo{
    display: none;
}
.daohang.hover .yx a .logo_h{
    display: block;
}
.daohang.hover .menupc li a{
    color: #404040;
}
/*.daohang.hover .menupc li a:hover{
    color: #375BD2;
}
.daohang.hover .menupc li a.current{
    color: #375BD2;
}*/
.daohang.hover .menupc .xiala li a{
    color: #ffffff;
}

.daohang.guding{
    position: fixed;
    z-index: 999;
    background: #ffffff;
    border-bottom: 1px solid transparent;
}
.daohang.guding .yx a .logo{
    display: none;
}
.daohang.guding .yx a .logo_h{
    display: block;
}
.daohang.guding .menupc li a{
    color: #404040;
}
/*nation_t:hover{
    color: #375BD2;
}
.daohang.guding .menupc li a.current{
    color: #375BD2;
}*/
.daohang.guding .menupc .xiala li a{
    color: #ffffff;
}




/*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;
}
/*.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_txt2{
    margin-top: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #454545;
    line-height: 1;
}*/
.banner_point{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 9;
    bottom: 35px;
    right: 0;
}
.banner_point .container1{
    position: relative;
}
.banner_point .swiper-pagination{
    bottom: 0;
    right: 0;
}
.banner_point .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 4px;
}
.banner_point .swiper-pagination-bullet-active{
    background: #056ddc;
}
.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-size: 100% !important;
    transition: .5s;
}
.home-banner .swiper-button-prev{
    left: 7%;
    right: auto;
    background: url("../images/bl.png") no-repeat center;
}
.home-banner .swiper-button-next{
    right: 7%;
    left: auto;
    background: url("../images/br.png") no-repeat center;
}
.home-banner .swiper-button-prev:hover{
    background: url("../images/bl_h.png") no-repeat center;
}
.home-banner .swiper-button-next:hover{
    background: url("../images/br_h.png") no-repeat center;
}
.mouse-scroll {
    position: absolute;
    bottom: 35px;
    z-index: 5;
    left: 50%;
    transform: translate(-50%, 0);
    animation: upmove 2s infinite;
    -webkit-animation: upmove 1.5s infinite;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mouse-scroll a{
    display: block;
}
.mouse-scroll a img{
    height: 34px;
}
@keyframes upmove
{
    0%   {transform:translateY(0px);}
    50%  {transform:translateY(10px);}
    100% {transform:translateY(0px);}
}

.phone{
    display: none;
}

@media(max-width:1199px) {
    header{
        display: none;
    }
    .phone{
        display: block;
        z-index: 9999;
        position: fixed;
        width: 100%;
        top: 0;
    }
    .sp_logo a img{
        height: 30px;
    }

}

footer{
    width: 100%;
    margin: 0 auto;
}
.footer2{
    padding: 32px 0;
    background: #17416C;
}
.footer2 p{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 31px;
    text-align: center;
}
.footer2 a{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 31px;
}
.footer2 a:hover{
    color: #E69C3E;
}
.footer1{
    padding: 60px 0;
    background: #F0F1F1;
}
.footer1 .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_1{
    width: 31%;
}
.footer1_1_t{
    overflow: hidden;
}
.footer1_1_t a{
    display: flex;
    align-items: center;
}
.footer1_1_t a img{
    display: block;
    max-width: 100%;
    height: 31px;
}
.footer1_1_c{
    margin-top: 45px;
    font-family: "OSWALD-MEDIUM";
    font-weight: 400;
    font-size: 24px;
    color: #105AA9;
    padding-left: 35px;
    background: url("../images/tel.png") no-repeat left center;
    background-size: 18px 19px;
    line-height: 36px;
}
.footer1_1_b p{
    ont-weight: 400;
    font-size: 16px;
    color: #3B3B3B;
    line-height: 30px;
}
.footer1_2{
    width: 55%;
}
.footer1_2 ul{
    display: flex;
    flex-wrap: wrap;
}
.footer1_2 ul li{
    width: 20%;
    padding: 0 10px;
    text-align: center;
}
.footer1_2 ul li a{
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #3B3B3B;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer1_2 ul li a:after{
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #105AA9;
    margin: 13px auto 0 auto;
}
.menulist{
    margin-top: 20px;
}
.menulist ul{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.menulist ul li{
    width: 100% !important;
    padding: 0 !important;
}
.menulist ul li a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #818181;
    line-height: 36px;
}
.menulist ul li a:after{
    display: none;
}
.menulist ul li a:hover{
    color: #105AA9;
}
.footer1_3{
    width: 9%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer1_3 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.footer1_3 p{
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #3B3B3B;
    line-height: 1;
}

.home-about{
    width: 100%;
    margin: 0 auto;
    background: url("../images/aboutbg.jpg") no-repeat bottom center;
    background-size: cover;
    padding: 90px 0;
}
.home-about .index_title{
    text-align: left;
}
.home-about .index_title h3:after{
    margin: 25px auto 25px 0;
}
.index_title{
    text-align: center;
}
.index_title h3{
    font-family: "OSWALD-MEDIUM";
    font-weight: 800;
    font-size: 45px;
    color: #363636;
    line-height: 1;
    text-transform: uppercase;
}
.index_title h3:after{
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #D7D7D7;
    margin: 25px auto;
}
.index_title p{
    font-weight: 400;
    font-size: 26px;
    color: #105AA9;
    line-height: 1;
}
.about_con{
    margin-top: 40px;
    width: 55.8%;
    font-weight: 400;
    font-size: 16px;
    color: #4E4E4E;
    line-height: 36px;
    height: 144px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about_num{
    margin: 90px 0 70px 0;
    width: 40%;
}
.about_num ul{
    display: flex;
    justify-content: space-between;
}
.about_num ul li h3{
    font-weight: 500;
    font-size: 16px;
    color: #105AA9;
    line-height: 36px;
}
.about_num ul li h3 span{
    font-family: "OSWALD-MEDIUM";
    font-size: 36px;
    line-height: 1;
}
.about_num ul li p{
    font-weight: 400;
    font-size: 16px;
    color: #292929;
    line-height: 25px;
}
.home-about .index_more a{
    margin: 0 auto 0 0;
}
.index_more a{
    display: flex;
    align-items: center;
    width: 179px;
    margin: 0 auto;
    height: 45px;
    /*background: #fff;*/
    border: 1px solid #105AA9;
    border-radius: 5px;
    color: #005EAD;
    text-align: left;
    padding: 0 6px 0 27px;
    position: relative;
    transition: .5s;
}
.index_more a:after{
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    background: #105AA9 url("../images/m.png") no-repeat center;
    background-size: 7px 13px;
    border-radius: 50%;
    position: absolute;
    left: 140px;
    top: 6px;
    transition: .5s;
}
.index_more a:hover{
    padding: 0 27px 0 83px;
    color: #fff;
    background: #E69C3E;
    border: 1px solid #E69C3E;
}
.index_more a:hover:after{
    left: 6px;
    background: #fff url("../images/m_h.png") no-repeat center;
    background-size: 7px 13px;
}
.home-news{
    width: 100%;
    margin: 90px auto;
}
.news_con{
    margin: 45px 0;
    position: relative;
}
.news_con .swiper-slide{
    display: initial;
}
.newss a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #F8F8F8;
    text-align: left;
    padding: 55px 58px;
    transition: .5s;
}
.news_txt1{
    font-family: "OSWALD-MEDIUM";
    font-weight: 500;
    font-size: 14px;
    color: #D1D1D1;
    line-height: 1;
}
.news_txt2{
    margin-top: 22px;
    font-weight: 400;
    font-size: 18px;
    color: #343434;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_img{
    margin-top: 30px;
    border-radius: 5px;
}
.news_img img{
    border-radius: 5px;
}
.news_txt3{
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #8D8D8D;
    line-height: 24px;
    height: 72px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newss a:hover{
    background: #105AA9;
    box-shadow: 0px 0px 30px 0px rgba(16,90,169,0.1);
}
.newss a:hover .news_txt1{
    color: #E69C3E;
}
.newss a:hover .news_txt2{
    color: #ffffff;
}
.newss a:hover .news_txt3{
    color: #ffffff;
}
.newss a:hover .news_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_jt{
    width: 90px;
    height: 90px;
    background: #E69C3E;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.news_jt .swiper-button-next1, .news_jt .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 50%;
    width: 11px;
    height: 21px;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 0;
    background-size: 11px 21px !important;
}
.news_jt .swiper-button-prev1{
    left: 28px;
    right: auto;
    background: url("../images/nl.png") no-repeat center;
}
.news_jt .swiper-button-next1{
    right: 28px;
    left: auto;
    background: url("../images/nr.png") no-repeat center;
}
.home-solution{
    width: 100%;
    margin: 0 auto;
}
.solution_con{
    margin: 45px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.solution_con .item {
    width: 16.6666%;
    position: relative;
    height: 780px;
    transition: .5s;
}
.solution_con .item.active{
    width: 50%;
}
.solution_cons{
    height: 100%;
    position: relative;
    transition: .5s;
}
.solution_cons_b{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 100%;
    padding: 0 40px;
    background: url("../images/solbg1.png") repeat-x center;
}
.solution_cons_b1 img{
    height: 56px;
}
.solution_cons_b2{
    margin: 45px 0 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.5;
}
.solution_cons_b3 img{
    height: 7px;
}
.solution_cons_a{
    display: none;
}
.solution_con .item.active .solution_cons_b{
    display: none;
}
.solution_con .item.active .solution_cons_a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    padding: 35px 40px 35px 50px;
    position: relative;
    background: url("../images/solbg2.png") repeat-x bottom;
}
.solution_cons_as{
    width: 100%;
    display: flex;
    align-items: center;
    padding-right: 80px;
    position: relative;
}
.solution_cons_as:after{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background: url("../images/sjt2.png") no-repeat center;
    background-size: 8px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.solution_cons_a1 img{
    height: 56px;
}
.solution_cons_a2{
    width: 85%;
    padding-left: 40px;
}
.solution_cons_a2_1{
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.solution_cons_a2_2{
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-procate{
    width: 100%;
    margin: 90px auto 72px auto;
}
.home-procate ul{
    display: flex;
    flex-wrap: wrap;
}
.home-procate ul li{
    width: 32.3%;
    margin-right: 1.1%;
    margin-bottom: 18px;
}
.home-procate ul li:nth-child(1), .home-procate ul li:nth-child(4){
    width: 66.6%;
}
.home-procate ul li a{
    display: block;
    position: relative;
    border-radius: 10px;
    transition: .5s;
}
.home-procate ul li:nth-child(2n){
    margin-right: 0;
}
.procate_img{
    border-radius: 10px;
}
.procate_txt{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background: url("../images/procatebg.png") no-repeat bottom;
    border-radius: 10px;
    z-index: 9;
    bottom: 0;
    padding: 28px 38px;
}
.procate_txts{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.procate_txt_fl{
    width: 75%;
}
.procate_txt_fl1{
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.procate_txt_fl2{
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.procate_txt_fr{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background: url("../images/sjt2.png") no-repeat center;
    background-size: 8px 15px !important;
    transition: .5s;
}
.home-procate ul li a:hover{
    box-shadow: 0 0 30px #aaa;
}
.home-procate ul li a:hover .procate_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.home-procate ul li a:hover .procate_txt_fl1{
    color: #E79F45;
}
.home-procate ul li a:hover .procate_txt_fr{
    border: 1px solid #E79F45;
    background: #E79F45 url("../images/sjt2.png") no-repeat center;
}

/*关于我们*/
.inside header{
    position: inherit;
}
.inside .daohang{
    background: #ffffff;
    border-bottom: 1px solid transparent;
}
.inside .daohang .yx a .logo{
    display: none;
}
.inside .daohang .yx a .logo_h{
    display: block;
}
.inside .daohang .menupc li a{
    color: #3A3A3A;
}
.inside .inside .daohang .menupc li a:hover{
    color: #375BD2;
}
.inside .daohang .menupc li a.current{
    color: #375BD2;
}
.inside .daohang .menupc .xiala li a{
    color: #ffffff;
}
.inside .daohang .nation{
    background: url("../images/nation_h.png") no-repeat left center;
    background-size: 21px 21px;
}
.inside .daohang .nation_t h3{
    color: #3A3A3A;
}
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.iban_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    color: #FFFFFF;
    background: url("../images/ibanbg.png") no-repeat right center;
}
.iban_info h3{
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
    text-align: right;
}
.iban_info p{
    margin-top: 12px;
    font-family: "OPPOSans_R";
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
    text-align: right;
    text-transform: capitalize;
}
.inner_nav{
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}
.inner_nav .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_nav_fl ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_nav_fl ul li{
    background: url("../images/ili.png") no-repeat right center;
    background-size: 1px 12px;
}
.inner_nav_fl ul li:last-child{
    background: none;
}
.inner_nav_fl ul li a{
    display: block;
    position: relative;
    font-size: 16px;
    color: #4E4E4E;
    line-height: 61px;
    padding: 0 25px;
    text-align: center;
}
.inner_nav_fl ul li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 100%;
    background: #105AA9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: .5s;
}
.inner_nav_fl ul li a:hover{
    color: #ffffff;
}
.inner_nav_fl ul li a:hover:after{
    width: 100%;
}
.inner_nav_fl ul li a.current{
    color: #ffffff;
}
.inner_nav_fl ul li a.current:after{
    width: 100%;
}
.inner_nav_fr{
    font-weight: 400;
    font-size: 14px;
    color: #adadad;
    line-height: 61px;
    display: flex;
    align-items: center;
}
.inner_nav_fr a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #adadad;
}
.inner_nav_fr img{
    margin: 0 8px;
}
.inner_nav_fr img:first-child{
    margin-left: 0;
}
.inner_nav_fr span{
    color: #E79F45;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.iabout1{
    margin: 60px 0 80px 0;
}
.inner_title{
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #363636;
    line-height: 1;
}
.inner_title:after{
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #105AA9;
    margin: 15px auto 0 auto;
}
.iabout1_con{
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.iabout1_con_fl{
    width: 36.875%;
}
.iabout1_con_fl1{
    font-family: "OPPOSans_R";
    font-weight: 400;
    font-size: 18px;
    color: #105AA9;
    line-height: 1;
}
.iabout1_con_fl2{
    margin: 25px 0 50px 0;
    font-weight: 400;
    font-size: 30px;
    color: #363636;
    line-height: 1;
}
.iabout1_con_fl3{
    border-radius: 10px;
}
.iabout1_con_fl3 img{
    border-radius: 10px;
}
.iabout1_con_fr{
    width: 56.875%;
    font-weight: 400;
    font-size: 16px;
    color: #4E4E4E;
    line-height: 36px;
}
.iabout3{
    background: url("../images/iabout3bg.jpg") no-repeat center;
    background-size: cover;
    padding: 90px 0;
}
.iabout3_con{
    margin-top: 50px;
}
.iabout3_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout3_con ul li{
    position: relative;
    width: 30.5%;
    margin-right: 4.25%;
    height: 310px;
    background: #FFFFFF;
    box-shadow: 0px 6px 27px 0px rgba(16,90,169,0.15);
    border-radius: 20px;
    transition: .5s;
}
.iabout3_con ul li:last-child{
    margin-right: 0;
}
.iabout3_con_img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 20px;
    transition: .5s;
    z-index: 1;
}
.iabout3_con_img:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(16,90,169,.7);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.iabout3_con_img img{
    border-radius: 20px;
}
.iabout3_con_txt{
    border-radius: 20px;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 25px;
    transition: .5s;
}
.iabout3_con_txt1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    background: #105AA9;
    border-radius: 50%;
    margin: 0 auto;
    transition: .5s;
}
.iabout3_con_txt2{
    font-weight: 400;
    font-size: 28px;
    color: #222222;
    line-height: 1;
    margin: 30px 0 15px 0;
    transition: .5s;
}
.iabout3_con_txt3{
    font-weight: 400;
    font-size: 18px;
    color: #4E4E4E;
    line-height: 25px;
    transition: .5s;
}
.iabout3_con ul li:hover{
    box-shadow: none;
}
.iabout3_con ul li:hover .iabout3_con_img{
    opacity: 1;
}
.iabout3_con ul li:hover .iabout3_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout3_con ul li:hover .iabout3_con_txt1{
    background: #E79F45;
}
.iabout3_con ul li:hover .iabout3_con_txt2{
    color: #FFFFFF;
}
.iabout3_con ul li:hover .iabout3_con_txt3{
    color: #FFFFFF;
}
.iabout4{
    background: url("../images/iabout4bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 90px;
}
.iabout4s{
    margin-top: 50px;
    position: relative;
}
.iabout4_txt{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 100%;
}
.iabout4_txts{
    width: 29.2%;
    margin-top: 40px;
}
.iabout4_txt1{
    font-weight: 400;
    font-size: 30px;
    color: #363636;
    line-height: 1;
}
.iabout4_txt2{
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #4E4E4E;
    line-height: 30px;
    height: 300px;
    -webkit-line-clamp: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.iabout4_txt3{
    margin-top: 45px;
}
.iabout4_txt3 a{
    margin: 0 auto 0 0;
}
.iabout2{
    background: url("../images/iabout2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 90px 0 100px 0;
}
.iabout2 .inner_title{
    color: #FFFFFF;
}
.iabout2 .inner_title:after{
    background: rgba(255,255,255,.3);
}
.iabout2_con{
    margin-top: 110px;
    position: relative;
    height: 830px;
}
.iabout2_con .container1{
    position: relative;
    height: 100%;
}
.iabout2_con:before{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #E79F45;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.iabout2_con .swiper-container{
    width: 93%;
    margin: 0 auto;
    padding-left: 5px;
}
.iabout2_con .swiper-slide{
    display: initial;
    position: relative;
}
.lc .item{
    position: relative;
    width: 100%;
    height: 50%;
    border-left: 1px solid #bbbbbb;
    text-align: left;
    transition: .5s;
}
.lc:nth-child(odd) .item{
    top: 5px;
}
.lc:nth-child(even) .item{
    position: absolute;
    bottom: 5px;
    top: auto;
}
.lc .item:before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #BBBBBB;
    border-radius: 50%;
    top: 0;
    left: -4px;
    position: absolute;
    transition: .5s;
}
.lc .item:after{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: url("../images/dian.png") no-repeat center;
    background-size: 100% !important;
    position: absolute;
    bottom: 0;
    left: -5px;
    transition: .5s;
}
.lc:nth-child(even) .item:before{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: url("../images/dian.png") no-repeat center;
    background-size: 100% !important;
    position: absolute;
    top: 0;
    left: -5px;
}
.lc:nth-child(even) .item:after{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #BBBBBB;
    border-radius: 50%;
    bottom: 0;
    left: -4px;
    position: absolute;
}
.lc_wz{
    position: relative;
    padding-left: 30px;
}
.lc:nth-child(even) .item .lc_wz{
    position: absolute;
    bottom: 0;
}
.lc_wz1{
    font-family: "OSWALD-MEDIUM";
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1;
    transition: .5s;
}
.lc_wz2{
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,.7);
    line-height: 24px;
}
.lc_wz3{
    margin-top: 20px;
    border-radius: 10px;
}
.lc_wz3 img{
    border-radius: 10px;
}
.lc .item:hover{
    border-left: 1px solid #E79F45;
}
.lc .item:hover:before{
    background: #E79F45;
}
.lc .item:hover:after{
    background: url("../images/dian_h.png") no-repeat center;
}
.lc:nth-child(even) .item:hover:before{
    background: url("../images/dian_h.png") no-repeat center;
}
.lc:nth-child(even) .item:hover:after{
    background: #E79F45;
}
.lc .item:hover .lc_wz1{
    /*font-size: 48px;*/
    color: #E79F45;
}
.iabout2_con .swiper-button-next2, .iabout2_con .swiper-button-prev2{
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 50%;
    background-size: 8px 15px !important;
}
.iabout2_con .swiper-button-prev2{
    left: 0;
    right: auto;
    background: #ffffff url("../images/pl.png") no-repeat center;
}
.iabout2_con .swiper-button-prev2:hover{
    background: #E79F45 url("../images/pl_h.png") no-repeat center;
}
.iabout2_con .swiper-button-next2{
    right: 0;
    left: auto;
    background: #ffffff url("../images/pr.png") no-repeat center;
}
.iabout2_con .swiper-button-next2:hover{
    background: #E79F45 url("../images/pr_h.png") no-repeat center;
}
/*质量管理*/
.ihonor{
    margin: 90px 0 80px 0;
}
.ihonor_info{
    margin-top: 45px;
}
.ihonor_info .iabout4_txt2{
    height: auto;
    -webkit-line-clamp: none;
}
.ihonor_con{
    margin: 45px 0 25px 0;
}
.ihonor_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ihonor_con ul li{
    width: 22.75%;
    margin-right: 3%;
}
.ihonor_con ul li:nth-child(4n){
    margin-right: 0;
}
.ihonor_con ul li a{
    display: block;
}
.ihonor_img{
    border: 1px solid #E5E5E5;
    padding: 15px;
    transition: .5s;
}
.ihonor_img .pic:after{
    /*padding-bottom: 142%;*/
}
.ihonor_txt{
    text-align: center;
    padding: 25px 0;
    font-weight: 400;
    font-size: 16px;
    color: #7B7B7B;
    line-height: 25px;
}
.ihonor_con ul li a:hover .ihonor_img{
    box-shadow: 0px 0px 38px 0px rgba(133,133,133,0.43);
    border: 1px solid transparent;
}
.ihonor_con ul li a:hover .ihonor_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color:#666;
    clear:both;
    margin: 0;
}
.pagination a{
    display:block ;
    color: #7E7E7E;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 25px;
    line-height: 51px;
    margin:0px 10px 10px 10px;
    background: #F0F1F4;
    border-radius: 10px;
}
.pagination a:hover{
    color:#fff;
    background: #105AA9;
}
.pagination a.active {
    color:#fff;
    background: #105AA9;
}

/*服务支持*/
.iservice{
    margin: 60px 0 70px 0;
}
.iservice_desc{
    margin-top: 45px;
    font-weight: 400;
    font-size: 16px;
    color: #4E4E4E;
    line-height: 33px;
    text-align: center;
}
.iservice_con{
    margin-top: 60px;
}
.iservice_title ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.iservice_title ul li{
    width: 25%;
    position: relative;
}
.iservice_title ul li a{
    height: 331px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    padding: 40px 25px;
    transition: .5s;
}
.iservice_num{
    font-family: "OSWALD-MEDIUM";
    font-weight: 500;
    font-size: 24px;
    color: #222222;
    line-height: 1;
}
.iservice_img{
    width: 67px;
    margin: 0 auto;
    height: 67px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.iservice_img .iservice_before{
    top: 0;
    transition: all 0.6s ease-in-out 0s;
}
.iservice_img .iservice_after{
    top: -200%;
    opacity: 0;
    transition: all 0.6s ease-in-out 0s;
}
.iservice_txt{
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 1.5;
}
/*.iservice_title ul li a:hover{
    background: #105AA9;
    border: 1px solid #105AA9;
}
.iservice_title ul li a:hover .iservice_num{
    color: #FFFFFF;
}
.iservice_title ul li a:hover .iservice_img .iservice_after{
    top: 0;
    opacity: 1;
}
.iservice_title ul li a:hover .iservice_img .iservice_before{
    top: 200%;
}
.iservice_title ul li a:hover .iservice_txt{
    color: #FFFFFF;
}*/
.iservice_title ul li.on:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 14px solid #105AA9;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%, 0);
}
.iservice_title ul li.on a{
    background: #105AA9;
    border: 1px solid #105AA9;
}
.iservice_title ul li.on a .iservice_num{
    color: #FFFFFF;
}
.iservice_title ul li.on a .iservice_img .iservice_after{
    top: 0;
    opacity: 1;
}
.iservice_title ul li.on a .iservice_img .iservice_before{
    top: 200%;
}
.iservice_title ul li.on a .iservice_txt{
    color: #FFFFFF;
}
.iservice_show{
    position: relative;
}
.iservice_show .iservice_info{
    display: none;
}
.iservice_info{
    overflow: hidden;
    margin-top: 35px;
}
.iservice_infos{
    display: flex;
    flex-wrap: wrap;
    height: 558px;
}
.iservice_info_txt{
    width: 58.9%;
    padding: 25px 65px;
    position: relative;
    border: 1px solid #E6E6E6;
    border-right: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.iservice_info_txt1{
    font-size: 26px;
    color: #105AA9;
    line-height: 1;
}
.iservice_info_txt1 span{
    font-weight: 500;
    font-family: "OSWALD-MEDIUM";
}
.iservice_info_txt1:after{
    content: '';
    display: block;
    width: 26px;
    height: 3px;
    background: #e79f45;
    margin-top: 20px;
}
.iservice_info_txt2{
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #4E4E4E;
    line-height: 30px;
}
.iservice_info_txt3{
    font-family: "OSWALD-MEDIUM";
    font-weight: 500;
    font-size: 180px;
    color: #F2F4F7;
    line-height: 0.6;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.iservice_info_img{
    width: 41.1%;
    height: 100%;
}
.iservice_info_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*解决方案*/
.isolution{
    margin: 60px 0 90px 0;
}
.isolution_con{
    margin-top: 60px;
}
.isolution_con li{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    height: 428px;
    border-radius: 20px;
    transition: .5s;
}
.isolution_con li:nth-child(even){
    flex-direction: row-reverse;
}
.isolution_con li:last-child{
    margin-bottom: 0;
}
.isolution_con_img{
    width: 50%;
    border-radius: 20px 0px 0px 20px;
    height: 100%;
}
.isolution_con li:nth-child(even) .isolution_con_img{
    border-radius: 0px 20px 20px 0px;
}
.isolution_con_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.isolution_con_txt{
    width: 50%;
    height: 100%;
    background: #F8F8F8;
    border-radius: 0px 20px 20px 0px;
    padding: 60px 45px 60px 65px;
    transition: .5s;
}
.isolution_con li:nth-child(even) .isolution_con_txt{
    border-radius: 20px 0px 0px 20px;
}
.isolution_con_txt1{
    font-weight: 400;
    font-size: 24px;
    color: #202020;
    line-height: 1;
}
.isolution_con_txt2{
    margin-top: 20px;
    font-size: 16px;
    color: #636363;
    line-height: 30px;
    padding-right: 40px;
    height: 270px;
    overflow-y: scroll;
}
.isolution_con_txt2::-webkit-scrollbar-track{
    background: #EBEBEB;
}
.isolution_con_txt2::-webkit-scrollbar{
    width: 2px;
    background: #EBEBEB;
}
.isolution_con_txt2::-webkit-scrollbar-thumb{
    background: #cccccc;
}
.isolution_con li:hover .isolution_con_txt{
    background: #105AA9;
}
.isolution_con li:hover .isolution_con_txt1{
    color: #FFFFFF;
}
.isolution_con li:hover .isolution_con_txt2{
    color: #BAD7F6;
}
.isolution_con li:hover .isolution_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*联系我们*/
.icontact1{
    margin: 60px 0 90px 0;
}
.icontact1_con{
    margin-top: 50px;
}
.icontact1_con .icontact1s{
    position: relative;
    margin-bottom: 30px;
    background: #F8F8F8;
    border-radius: 20px;
    transition: .5s;
}
.icontact1_con .icontact1s .icontact1s_t{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 50px;
    position: relative;
    cursor: pointer;
}
.icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl{
    display: flex;
    flex-direction: column;
    width: 90%;
}
.icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl1{
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 36px;
    position: relative;
    padding-left: 21px;
    transition: .5s;
}
.icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl1:before{
    content: '';
    display: block;
    width: 4px;
    height: 22px;
    background: #105AA9;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 7px;
}
.icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl2{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-left: 21px;
}
.icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl2 span{
    margin-right: 115px;
}
.icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl2 span:last-child{
    margin-right: 0;
}
.icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fr{
    width: 37px;
    height: 37px;
    background: url("../images/jjt.png") no-repeat center;
    background-size: 5px 11px;
    border-radius: 50%;
    border: 1px solid #C3C3C3;
    transition: .5s;
}
.icontact1_con .icontact1s .icontact1s_b{
    display: none;
    padding: 0 50px;
}
.icontact1_con .icontact1s .icontact1s_b .icontact1s_b_txt{
    width: 100%;
    border-top: 1px solid #DBDBDB;
    padding: 30px 0;
}
.icontact1_con .icontact1s .icontact1s_b .icontact1s_b_txt .icontact1s_b_txt1{
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 30px;
}
.icontact1_con .icontact1s .icontact1s_b .icontact1s_b_txt .icontact1s_b_txt2{
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    border-top: 1px solid #DBDBDB;
    padding-top: 30px;
}
.icontact1_con .icontact1s.on{
    background: #FFFFFF;
    box-shadow: 0px 6px 27px 0px rgba(16,90,169,0.14);
}
.icontact1_con .icontact1s.on .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl1{
    font-weight: bold;
    color: #105AA9;
}
.icontact1_con .icontact1s.on .icontact1s_t .icontact1s_t_fr{
    background: #105AA9 url("../images/jjt_h.png") no-repeat center;
    background-size: 11px 5px;
}
.icontact2{
    background: #F8F8F8;
    padding: 90px 0;
}
.icontact2_con{
    margin-top: 45px;
}
.lxform{

}
.lx1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lx1s{
    width: 48%;
    margin-bottom: 20px;
}
.lx1 label{
    display: block;
    font-size: 16px;
    color: #525252;
    margin-bottom: 15px;
}
.lx1 label b{
    color: #ff0000;
}
.lx1 input{
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    color: #525252;
    font-size: 16px;
}
.lx1 textarea{
    width: 100%;
    font-size: 18px;
    height: 240px;
    line-height: 30px;
    background-color: #FFFFFF;
    border: none;
    padding: 15px;
    resize: none;
    border-radius: 5px;
    color: #525252;
}
.lx1 select{
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    border: none;
    color: #525252;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    background: #ffffff url("../images/cjt.png") no-repeat right center;
}
.lx2{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.lx2_fl{
    width: 49%;
    position: relative;
}
.lx2_fl label{
    display: block;
    font-size: 16px;
    color: #525252;
    margin-bottom: 15px;
}
.lx2_fl label b{
    color: #ff0000;
}
.lx2_fl input{
    width: 73%;
    height: 46px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: none;
    padding: 0 15px;
    color: #525252;
    font-size: 16px;
    border-radius: 5px;
}
.lx2_fl a{
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 46px;
}
.lx2_fl a img{
    width: auto;
    height: 44px;
    border: 1px solid #dcdcdc;
}
.lx2_fr{
    width: 49%;
    display: flex;
    justify-content: flex-end;
}
.lx2_fr input{
    width: 156px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #105AA9;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
}
.icontact3{
    background: url("../images/icontact3bg.jpg") no-repeat top center;
    padding: 85px 0 130px 0;
}
.icontact3 .inner_title{
    color: #ffffff;
}
.icontact3 .inner_title:after{
    background: #ffffff;
}
.icontact3_con{
    margin-top: 45px;
    background: #FFFFFF;
    box-shadow: 0px 6px 27px 0px rgba(16,90,169,0.14);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 70px 70px 30px;
    height: 434px;
}
.icontact3_con_fl{
    width: 28.5%;
}
.icontact3_con_fr{
    width: 65.5%;
    margin-top: 50px;
}
.icontact3_con_fr1{
    font-family: "OPPOSANS-M";
    font-size: 22px;
    color: #105AA9;
}
.icontact3_con_fr1 span{
    font-family: "OSWALD-MEDIUM";
    font-weight: 800;
    font-size: 45px;
    color: #363636;
    line-height: 1;
    margin-right: 40px;
}
.icontact3_con_fr2{
    margin-top: 55px;
    border-top: 1px solid #E1E1E1;
    padding-top: 55px;
}
.icontact3_con_fr2 dl{
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icontact3_con_fr2 dl dd{
    font-weight: 400;
    font-size: 16px;
    color: #4E4E4E;
    line-height: 25px;
    width: 33.3%;
}
.icontact3_con_fr2 dl:nth-child(2) dd:nth-child(1){
    width: 100%;
    margin-bottom: 25px;
}
.icontact3_con_fr2 dl dd.cperson{
    background: url("../images/cperson.png") no-repeat left center;
    background-size: 20px 20px;
    padding-left: 29px;
}
.icontact3_con_fr2 dl dd.ctel{
    background: url("../images/ctel.png") no-repeat left center;
    background-size: 16px 15px;
    padding-left: 25px;
}
.icontact3_con_fr2 dl dd.cmail{
    background: url("../images/cmail.png") no-repeat left center;
    background-size: 18px 15px;
    padding-left: 29px;
}
.icontact3_con_fr2 dl dd.caddress{
    background: url("../images/caddress.png") no-repeat left center;
    background-size: 15px 21px;
    padding-left: 26px;
}
.icontact3_con_fr2 dl dd.cweb{
    background: url("../images/cweb.png") no-repeat left center;
    background-size: 20px 19px;
    padding-left: 31px;
}

/*新闻中心*/
.inews{
    margin: 60px 0 80px 0;
}
.inews1{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.inews1_fl{
    width: 48%;
    position: relative;
}
.inews1_fl .swiper-slide{
    display: initial;
}
.inews1s a{
    display: block;
    position: relative;
}
.inews1s a:hover .inews1_fl_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews1_fl_date{
    position: absolute;
    right: 18px;
    top: 22px;
    width: 105px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 17px;
    line-height: 33px;
    text-align: center;
    font-family: "OSWALD-MEDIUM";
    font-weight: 500;
    font-size: 14px;
    color: #BABABA;
}
.inews1_fl_img{
    border-radius: 5px;
}
.inews1_fl_img img{
    border-radius: 5px;
}
.inews1_fl_txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.4);
    padding: 15px 15px 15px 25px;
    border-radius: 0px 0px 5px 5px;
}
.inews1_fl_txt h3{
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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;
}
.inews1_fl .swiper-pagination1{
    display: flex;
    justify-content: flex-end;
    bottom: 20px;
    right: 15px;
}
.inews1_fl .swiper-pagination-bullet{
    display: block;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0 4px !important;
    transition: .5s;
}
.inews1_fl .swiper-pagination-bullet-active{
    background: #E79F45;
}
.inews1_fr{
    width: 46.7%;
}
.inews1_fr li{
    border-bottom: 1px dashed #DCDCDC;
    padding-bottom: 28px;
    margin-bottom: 28px;
}
.inews1_fr li:last-child{
    margin-bottom: 0;
}
.inews1_fr li a{
    display: flex;
    align-items: center;
    position: relative;
}
.inews1_fr_date{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 75px;
    background: #EEEEEE;
    border-radius: 5px;
}
.inews1_fr_date p{
    font-family: "OSWALD-MEDIUM";
    font-weight: 500;
    font-size: 24px;
    color: #707070;
    line-height: 1;
}
.inews1_fr_date span{
    margin-top: 10px;
    font-family: "OPPOSans-B";
    font-weight: 400;
    font-size: 14px;
    color: #6C6C6C;
    line-height: 1;
}
.inews1_fr_txt{
    width: calc(100% - 80px);
    padding-left: 27px;
}
.inews1_fr_txt1{
    font-weight: 400;
    font-size: 16px;
    color: #343434;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews1_fr_txt2{
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #8D8D8D;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inews2{
    margin: 40px 0 20px 0;
}
.inews2 ul{
    display: flex;
    flex-wrap: wrap;
}
.inews2 ul li{
    width: 31.25%;
    margin-right: 1.625%;
    margin-bottom: 40px;
}
.inews2 ul li:nth-child(3n){
    margin-right: 0;
}
.inews2 ul li a{
    display: block;
    background: #F8F8F8;
    padding: 52px 50px;
    transition: .5s;
}
.inews2 ul li a .news_img{
    margin-top: 20px;
}
.inews2 ul li a .news_txt3{
    margin-top: 10px;
}
.inews2 ul li a:hover{
    background: #105AA9;
}
.inews2 ul li a:hover .news_txt1{
    color: rgba(255,255,255,.4);
}
.inews2 ul li a:hover .news_txt2{
    color: #E79F45;
}
.inews2 ul li a:hover .news_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews2 ul li a:hover .news_txt3{
    color: #FFFFFF;
}

/*新闻详情*/
.inewsshow{
    margin: 58px 0 85px 0;
}
.inewsshow .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inewsshow_fl{
    width: 68.2%;
}
.show_title{
    text-align: center;
    margin-bottom: 35px;
}
.show_title h3{
    font-weight: bold;
    font-size: 30px;
    color: #363636;
    line-height: 1.3;
}
.show_info{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 50px;
}
.show_info span{
    font-weight: 400;
    font-size: 14px;
    color: #818080;
    line-height: 22px;
    padding-left:30px;
    margin: 0 15px;
}
.date{
    background:url("../images/date.png") no-repeat left center;
    background-size: 19px 19px;
}
.browse{
    background:url("../images/browse.png") no-repeat left center;
    background-size: 24px 18px;
}
.show_content{
    font-weight: 400;
    font-size: 16px;
    color: #4E4E4E;
    line-height: 30px;
    padding: 40px 0 70px 0;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    border-top: 1px dashed #dcdcdc;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.show_back_fl{
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color: #818080;
    font-size: 16px;
    line-height: 36px;
}
.show_back_fl li a:hover{
    color: #105AA9;
}
.show_back_fr{
    overflow: hidden;
}
.show_back_fr a{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 49px;
    background: #105AA9;
    border-radius: 10px;
    color:#fff;
    text-align: center;
}
.show_back_fr a img{
    margin-right: 10px;
}
.inewsshow_fr{
    width: 26.25%;
}
.inewsshow_frs{
    background: #F4F5F7;
    padding: 38px;
}
.inewsshow_fr_t{
    margin-bottom: 30px;
}
.inewsshow_fr_title{
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1;
    margin-bottom: 25px;
}
.inewsshow_fr_t_con{
    position: relative;
}
.inewsshow_fr_t_con .xwss1{
    width: 100%;
    height: 41px;
    line-height: 39px;
    background: #FFFFFF;
    border-radius: 21px;
    border: 1px solid #E8E8E8;
    padding: 0 50px 0 25px;
}
.inewsshow_fr_t_con .xwss2{
    width: 16px;
    height: 39px;
    background: url("../images/search1.png") no-repeat center;
    background-size: 16px 17px;
    position: absolute;
    top: 0;
    right: 20px;
}
.inewsshow_fr_b_con ul{
    display: flex;
    flex-direction: column;
}
.inewsshow_fr_b_con ul li{
    border-top: 1px solid #ddd;
    padding: 33px 0;
    overflow: hidden;
}
.inewsshow_fr_b_con ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inewsshow_fr_b_img{
    border: 1px solid #dcdcdc;
    width: 45%;
}
.inewsshow_fr_b_img img{
    padding: 4px;
}
.inewsshow_fr_b_txt{
    width: 50%;
}
.inewsshow_fr_b_txt1{
    font-weight: 400;
    font-size: 16px;
    color: #2B2A2A;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inewsshow_fr_b_txt2{
    font-weight: 400;
    font-size: 14px;
    color: #898888;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.inewsshow_fr_b_con ul li a:hover .inewsshow_fr_b_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inewsshow_fr_b_con ul li a:hover .inewsshow_fr_b_txt1{
    color: #005EAD;
}

/*产品展示*/
.iproduct{
    margin: 60px 0 80px 0;
}
.iproduct_con{
    margin: 50px 0;
}
.iproduct_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iproduct_con ul li{
    width: 23.6%;
    margin-right: 1.86%;
}
.iproduct_con ul li:nth-child(4n){
    margin-right: 0;
}
.iproduct_con ul li a{
    display: block;
    transition: .5s;
}
.iproduct_img{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    transition: .5s;
}
.iproduct_img .pic:after{
    padding-bottom: 76.5%;
}
.iproduct_img img{
    padding: 15px;
}
.iproduct_txt{
    padding: 20px 0;
    font-weight: 400;
    font-size: 16px;
    color: #343434;
    text-align: center;
}
.iproduct_con ul li a:hover .iproduct_img{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(16,90,169,0.33);
    border-radius: 10px;
    border: 1px solid #ffffff;
}
.iproduct_con ul li a:hover .iproduct_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iproduct_con ul li a:hover .iproduct_txt{
    color: #105AA9;
}

/*产品详情*/
.iproshow{
    margin: 60px 0 70px 0;
}
.iproshow3{
    margin-top: 90px;
}
.iproshow_title{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.iproshow_title:after{
    content: '';
    display: block;
    width: 144px;
    height: 1px;
    background: #105AA9;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.iproshow_title h3{
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    line-height: 1;
    padding-left: 23px;
    position: relative;
}
.iproshow_title h3:before{
    content: '';
    display: block;
    width: 5px;
    height: 21px;
    background: #105AA9;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
/*.iproshow_title h3:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #105AA9;
    position: absolute;
    bottom: -25px;
    left: 0;
}*/
.iproshow_title a{
    display: block;
    height: 22px;
}
.iproshow_title a img{
    height: 22px;
}
.iproshow3_con.iproduct_con{
    margin: 37px 0 0 0;
}
.iproshow2{
    margin-top: 60px;
}
.iproshow2_con{
    margin: 50px 0 45px 0;
    font-weight: 400;
    font-size: 16px;
    color: #4E4E4E;
    line-height: 30px;
}
.iproshow2_con img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.iproshow2_con table{
    border: 1px solid #D2D2D2;
    border-collapse: collapse;
}
.iproshow2_con tr,.iproshow2_con td,.iproshow2_con th{
    border: 1px solid #D2D2D2;
    padding: 15px;
    text-align: center;
    word-break: initial !important;
}
.iproshow1{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iproshow1_fl{
    width: 45.8%;
}
.iproshow1_fl_t{
    position: relative;
    border: 1px solid #D2D2D2;
}
.iproshow1_fl_t .gallery-top {
    width: 100%;
    height: auto;
}
.iproshow1_fl_t .gallery-top .swiper-slide{
    display: initial;
}
.proshow-max a{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
    padding: 15px;
}
.proshow-max a .pic:after{
    padding-bottom: 76.5%;
}
.iproshow1_fl_t .swiper-button-next3, .iproshow1_fl_t .swiper-button-prev3{
    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-size: 16px 11px !important;
}
.iproshow1_fl_t .swiper-button-prev3{
    right: auto;
    left: 30px;
    background: #DCDCDC url("../images/psjt_l.png") no-repeat center;
}
.iproshow1_fl_t .swiper-button-next3{
    left: auto;
    right: 30px;
    background: #DCDCDC url("../images/psjt_r.png") no-repeat center;
}
.iproshow1_fl_t .swiper-button-prev3:hover{
    background: #105AA9 url("../images/psjt_lh.png") no-repeat center;
}
.iproshow1_fl_t .swiper-button-next3:hover{
    background: #105AA9 url("../images/psjt_rh.png") no-repeat center;
}
.iproshow1_fl_b{
    position: relative;
    width: 100%;
    margin: 25px auto 0 auto;
}
.iproshow1_fl_b .gallery-thumbs {
    width: 90%;
    height: auto;
}
.iproshow1_fl_b .gallery-thumbs .swiper-slide{
    display: initial;
}
.proshow-min a{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
}
.proshow-min a .pic{
    border: 1px solid #D2D2D2;
}
.proshow-min a .pic img{
    padding: 5px;
}
.proshow-min a .pic:after{
    padding-bottom: 76.5%;
}
.proshow-min.swiper-slide-thumb-active a .pic{
    border: 1px solid #105AA9;
}
.iproshow1_fl_b .swiper-button-next3, .iproshow1_fl_b .swiper-button-prev3{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background-size: 7px 11px !important;
}
.iproshow1_fl_b .swiper-button-prev3{
    right: auto;
    left: 0;
    background: #F2F2F2 url("../images/xqjt_l.png") no-repeat center;
}
.iproshow1_fl_b .swiper-button-next3{
    left: auto;
    right: 0;
    background: #F2F2F2 url("../images/xqjt_r.png") no-repeat center;
}
.iproshow1_fl_b .swiper-button-prev3:hover{
    background: #105AA9 url("../images/xqjt_lh.png") no-repeat center;
}
.iproshow1_fl_b .swiper-button-next3:hover{
    background: #105AA9 url("../images/xqjt_rh.png") no-repeat center;
}

.iproshow1_fr{
    width: 49.5%;
}
.iproshow1_fr1{
    font-weight: 400;
    font-size: 30px;
    color: #105AA9;
    line-height: 1.6;
}
.iproshow1_fr2{
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #4E4E4E;
    line-height: 24px;
}
.iproshow1_fr3{
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.iproshow1_fr3 a{
    display: flex;
    align-items: center;
    height: 52px;
    border-radius: 26px;
    font-weight: 400;
    font-size: 20px;
}
.iproshow1_fr3 a i{
    margin-right: 13px;
}
.iproshow1_fr3 a.dhzx{
    padding: 0 40px;
    border: 1px solid #E79F45;
    color: #E79F45;
    margin-right: 16px;
    transition: .5s;
}
.iproshow1_fr3 a.dhzx i{
    width: 22px;
    height: 22px;
    background: url("../images/dhzx.png") no-repeat center;
    background-size: 100% !important;
    transition: .5s;
}
.iproshow1_fr3 a.zxzx{
    padding: 0 35px 0 30px;
    border: 1px solid #105AA9;
    color: #105AA9;
    transition: .5s;
}
.iproshow1_fr3 a.zxzx i{
    width: 33px;
    height: 29px;
    background: url("../images/zxzx.png") no-repeat center;
    background-size: 100% !important;
    transition: .5s;
}
.iproshow1_fr3 a.dhzx:hover{
    background: #E79F45;
    color: #FFFFFF;
}
.iproshow1_fr3 a.dhzx:hover i{
    background: url("../images/dhzx_h.png") no-repeat center;
}
.iproshow1_fr3 a.zxzx:hover{
    background: #105AA9;
    color: #FFFFFF;
}
.iproshow1_fr3 a.zxzx:hover i{
    background: url("../images/zxzx_h.png") no-repeat center;
}




@media (min-width:1801px) and (max-width:1850px) {

}

@media (min-width:1701px) and (max-width:1800px){

}

@media (min-width:1601px) and (max-width:1700px){
    .menupc .xiala .xiala_fr .xiala_frbg h3{
        font-size: 190px;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 90%;
    }
    .home-banner .swiper-button-prev{
        left: 5%;
    }
    .home-banner .swiper-button-next{
        right: 5%;
    }
    .yx a img{
        height: 28px;
    }
    .menupc li{
        margin: 0 23px;
    }
    .menupc .xiala .xiala_fr{
        padding: 0 105px;
    }
    .menupc .xiala .xiala_fr .xiala_frbg{
        right: 5%;
    }
    .menupc .xiala .xiala_fr .xiala_frbg h3{
        font-size: 180px;
    }
    .menupc .xiala .xiala_frwz .xiala_frwz_fl{
        font-size: 36px;
        width: 180px;
    }
    .menupc .xiala .xiala_frwz .xiala_frwz_fr a{
        margin-left: 35px;
    }
    .home-procate{
        margin: 85px auto 67px auto;
    }
    .procate_txt_fl1{
        font-size: 23px;
    }
    .index_title h3{
        font-size: 41px;
    }
    .index_title p{
        font-size: 25px;
    }
    .solution_cons_b{
        padding: 0 35px;
    }
    .solution_cons_b2{
        font-size: 19px;
    }
    .solution_cons_a2{
        padding-left: 35px;
    }
    .solution_cons_a2_1{
        font-size: 23px;
    }
    .solution_cons_a2_2{
        font-size: 15px;
    }
    .home-news{
        margin: 85px auto;
    }
    .newss a{
        padding: 50px 53px;
    }
    .home-about{
        padding: 85px 0;
    }
    .about_num{
        margin: 85px 0 65px 0;
    }

    .iban_info h3{
        font-size: 35px;
    }
    .iban_info p{
        font-size: 23px;
    }
    .inner_title{
        font-size: 35px;
    }
    .iabout1_con_fl2{
        font-size: 29px;
    }
    .iabout1_con_fr{
        line-height: 35px;
    }
    .iabout2{
        padding: 85px 0 95px 0;
    }
    .iabout2_con{
        margin-top: 100px;
    }
    .iabout3{
        padding: 85px 0;
    }
    .iabout3_con_txt2{
        font-size: 27px;
    }
    .iabout3_con_txt3{
        font-size: 17px;
    }
    .iabout4{
        padding-top: 85px;
    }
    .iabout4_txts{
        width: 31%;
    }
    .iabout4_txt1{
        font-size: 29px;
    }
    .iabout4_txt2{
        height: 270px;
        -webkit-line-clamp: 9;
    }
    .ihonor{
        margin: 85px 0 75px 0;
    }
    .icontact1{
        margin: 60px 0 85px 0;
    }
    .icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl1{
        font-size: 23px;
    }
    .icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl2 span{
        margin-right: 105px;
    }
    .icontact2{
        padding: 85px 0;
    }
    .icontact3{
        padding: 80px 0 120px 0;
    }
    .icontact3_con{
        padding: 50px 65px 50px 30px;
        height: 380px;
    }
    .icontact3_con_fl{
        width: 27.5%;
    }
    .icontact3_con_fr1 span{
        font-size: 43px;
    }
    .icontact3_con_fr2{
        margin-top: 45px;
        padding-top: 45px;
    }
    .icontact3_con_fr{
        width: 66.5%;
        margin-top: 45px;
    }

    .isolution{
        margin: 60px 0 85px 0;
    }
    .isolution_con_txt1{
        font-size: 23px;
    }
    .iservice_txt{
        font-size: 19px;
    }
    .iservice_infos{
        height: 608px;
    }
    .iservice_info_txt{
        padding: 25px 60px;
    }
    .iservice_info_txt1{
        font-size: 25px;
    }
    .iservice_info_txt3{
        font-size: 175px;
    }
    .iproshow1_fr1{
        font-size: 29px;
    }
    .iproshow1_fr3{
        margin-top: 50px;
    }
    .iproshow_title h3{
        font-size: 29px;
    }
    .iproshow_title:after{
        width: 139px;
    }
    .inews2 ul li a{
        padding: 48px 46px;
    }
    .inewsshow{
        margin: 58px 0 80px 0;
    }
    .show_title{
        margin-bottom: 32px;
    }
    .show_title h3{
        font-size: 29px;
    }
    .show_info{
        padding-bottom: 47px;
    }
    .show_content{
        padding: 40px 0 65px 0;
    }
    .inewsshow_frs{
        padding: 34px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 90%;
    }
    .home-banner .swiper-button-prev{
        left: 5%;
    }
    .home-banner .swiper-button-next{
        right: 5%;
    }
    .yx a img{
        height: 26px;
    }
    .menupc li{
        margin: 0 22px;
    }
    .menupc li a{
        font-size: 15px;
    }
    .menupc .xiala .xiala_fr{
        padding: 0 95px;
    }
    .menupc .xiala .xiala_fr .xiala_frbg{
        right: 5%;
    }
    .menupc .xiala .xiala_fr .xiala_frbg h3{
        font-size: 170px;
    }
    .menupc .xiala .xiala_frwz .xiala_frwz_fl{
        font-size: 34px;
        width: 170px;
    }
    .menupc .xiala .xiala_frwz .xiala_frwz_fr a{
        margin-left: 30px;
    }
    .home-procate{
        margin: 80px auto 62px auto;
    }
    .procate_txt_fl1{
        font-size: 22px;
    }
    .index_title h3{
        font-size: 39px;
    }
    .index_title p{
        font-size: 24px;
    }
    .solution_cons_b{
        padding: 0 30px;
    }
    .solution_cons_b2{
        font-size: 18px;
    }
    .solution_cons_a2{
        padding-left: 30px;
    }
    .solution_cons_a2_1{
        font-size: 22px;
    }
    .solution_cons_a2_2{
        font-size: 15px;
    }
    .home-news{
        margin: 80px auto;
    }
    .newss a{
        padding: 45px 48px;
    }
    .home-about{
        padding: 80px 0;
    }
    .about_num{
        margin: 80px 0 60px 0;
    }

    .iban_info h3{
        font-size: 34px;
    }
    .iban_info p{
        font-size: 22px;
    }
    .inner_title{
        font-size: 34px;
    }
    .iabout1_con_fl2{
        font-size: 28px;
    }
    .iabout1_con_fr{
        line-height: 34px;
    }
    .iabout2{
        padding: 80px 0 90px 0;
    }
    .iabout2_con{
        margin-top: 90px;
    }
    .iabout3{
        padding: 80px 0;
    }
    .iabout3_con_txt2{
        font-size: 26px;
    }
    .iabout3_con_txt3{
        font-size: 16px;
    }
    .iabout4{
        padding-top: 80px;
    }
    .iabout4_txts{
        width: 32%;
    }
    .iabout4_txt1{
        font-size: 28px;
    }
    .iabout4_txt2{
        height: 240px;
        -webkit-line-clamp: 8;
    }
    .ihonor{
        margin: 80px 0 70px 0;
    }
    .icontact1{
        margin: 60px 0 80px 0;
    }
    .icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl1{
        font-size: 22px;
    }
    .icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl2 span{
        margin-right: 95px;
    }
    .icontact2{
        padding: 80px 0;
    }
    .icontact3{
        padding: 75px 0 110px 0;
    }
    .icontact3_con{
        padding: 50px 60px 50px 30px;
        height: 350px;
    }
    .icontact3_con_fl{
        width: 26.5%;
    }
    .icontact3_con_fr1 span{
        font-size: 41px;
    }
    .icontact3_con_fr2{
        margin-top: 40px;
        padding-top: 40px;
    }
    .icontact3_con_fr{
        width: 67.5%;
        margin-top: 40px;
    }
    .icontact3_con_fr2 dl{
        margin-bottom: 20px;
    }
    .icontact3_con_fr2 dl:nth-child(2) dd:nth-child(1){
        margin-bottom: 20px;
    }
    .isolution{
        margin: 60px 0 80px 0;
    }
    .isolution_con_txt1{
        font-size: 22px;
    }
    .iservice_txt{
        font-size: 18px;
    }
    .iservice_infos{
        height: 608px;
    }
    .iservice_info_txt{
        padding: 25px 55px;
    }
    .iservice_info_txt1{
        font-size: 24px;
    }
    .iservice_info_txt3{
        font-size: 165px;
    }
    .iproshow1_fr1{
        font-size: 28px;
    }
    .iproshow1_fr3{
        margin-top: 45px;
    }
    .iproshow_title h3{
        font-size: 28px;
    }
    .iproshow_title:after{
        width: 134px;
    }
    .inews2 ul li a{
        padding: 46px 44px;
    }
    .inewsshow{
        margin: 58px 0 75px 0;
    }
    .show_title{
        margin-bottom: 30px;
    }
    .show_title h3{
        font-size: 28px;
    }
    .show_info{
        padding-bottom: 45px;
    }
    .show_content{
        padding: 40px 0 60px 0;
    }
    .inewsshow_frs{
        padding: 32px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .home-banner .swiper-button-prev{
        left: 4%;
    }
    .home-banner .swiper-button-next{
        right: 4%;
    }
    .yx a img{
        height: 24px;
    }
    .menupc li{
        margin: 0 20px;
    }
    .menupc li a{
        font-size: 14px;
    }
    .menupc .xiala .xiala_fr{
        padding: 0 75px;
    }
    .menupc .xiala .xiala_fr .xiala_frbg{
        right: 4%;
    }
    .menupc .xiala .xiala_fr .xiala_frbg h3{
        font-size: 160px;
    }
    .menupc .xiala .xiala_frwz .xiala_frwz_fl{
        font-size: 32px;
        width: 160px;
    }
    .menupc .xiala .xiala_frwz .xiala_frwz_fr a{
        margin-left: 25px;
    }
    .home-procate{
        margin: 75px auto 57px auto;
    }
    .procate_txt_fl1{
        font-size: 21px;
    }
    .index_title h3{
        font-size: 37px;
    }
    .index_title p{
        font-size: 23px;
    }
    .solution_cons_b{
        padding: 0 25px;
    }
    .solution_cons_b2{
        font-size: 17px;
    }
    .solution_cons_a2{
        padding-left: 25px;
    }
    .solution_cons_a2_1{
        font-size: 21px;
    }
    .solution_cons_a2_2{
        font-size: 14px;
    }
    .home-news{
        margin: 75px auto;
    }
    .newss a{
        padding: 40px 43px;
    }
    .home-about{
        padding: 75px 0;
    }
    .about_num{
        margin: 75px 0 55px 0;
    }

    .iban_info h3{
        font-size: 33px;
    }
    .iban_info p{
        font-size: 21px;
    }
    .inner_title{
        font-size: 33px;
    }
    .iabout1_con_fl2{
        font-size: 27px;
    }
    .iabout1_con_fr{
        line-height: 33px;
    }
    .iabout2{
        padding: 75px 0 85px 0;
    }
    .iabout2_con{
        margin-top: 80px;
    }
    .iabout3{
        padding: 75px 0;
    }
    .iabout3_con_txt2{
        font-size: 25px;
    }
    .iabout3_con_txt3{
        font-size: 16px;
    }
    .iabout4{
        padding-top: 75px;
    }
    .iabout4_txts{
        width: 35%;
    }
    .iabout4_txt1{
        font-size: 27px;
    }
    .iabout4_txt2{
        height: 210px;
        -webkit-line-clamp: 7;
    }
    .ihonor{
        margin: 75px 0 65px 0;
    }
    .icontact1{
        margin: 60px 0 75px 0;
    }
    .icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl1{
        font-size: 21px;
    }
    .icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl2 span{
        margin-right: 85px;
    }
    .icontact2{
        padding: 75px 0;
    }
    .icontact3{
        padding: 70px 0 110px 0;
    }
    .icontact3_con{
        padding: 50px 50px 50px 30px;
        height: 320px;
    }
    .icontact3_con_fl{
        width: 25.5%;
    }
    .icontact3_con_fr1 span{
        font-size: 39px;
    }
    .icontact3_con_fr2{
        margin-top: 35px;
        padding-top: 35px;
    }
    .icontact3_con_fr{
        width: 68.5%;
        margin-top: 35px;
    }
    .icontact3_con_fr2 dl{
        margin-bottom: 15px;
    }
    .icontact3_con_fr2 dl:nth-child(2) dd:nth-child(1){
        margin-bottom: 15px;
    }
    .isolution{
        margin: 60px 0 75px 0;
    }
    .isolution_con_txt1{
        font-size: 21px;
    }
    .iservice_txt{
        font-size: 17px;
    }
    .iservice_infos{
        height: 658px;
    }
    .iservice_info_txt{
        padding: 25px 50px;
    }
    .iservice_info_txt1{
        font-size: 23px;
    }
    .iservice_info_txt3{
        font-size: 160px;
    }
    .iproshow1_fr1{
        font-size: 27px;
    }
    .iproshow1_fr3{
        margin-top: 40px;
    }
    .iproshow_title h3{
        font-size: 27px;
    }
    .iproshow_title:after{
        width: 129px;
    }
    .inews2 ul li a{
        padding: 44px 42px;
    }
    .inewsshow{
        margin: 58px 0 70px 0;
    }
    .show_title{
        margin-bottom: 27px;
    }
    .show_title h3{
        font-size: 27px;
    }
    .show_info{
        padding-bottom: 40px;
    }
    .show_content{
        padding: 40px 0 55px 0;
    }
    .inewsshow_frs{
        padding: 30px;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width: 92%;
    }
    .yx a img{
        height: 22px;
    }
    .menupc li a{
        font-size: 14px;
    }
    .home-banner .swiper-button-prev{
        left: 4%;
    }
    .home-banner .swiper-button-next{
        right: 4%;
    }
    .menupc li{
        margin: 0 15px;
    }
    .menupc .xiala .xiala_fr{
        padding: 0 55px;
    }
    .menupc .xiala .xiala_fr .xiala_frbg{
        right: 4%;
    }
    .menupc .xiala .xiala_fr .xiala_frbg h3{
        font-size: 150px;
    }
    .menupc .xiala .xiala_frwz .xiala_frwz_fl{
        font-size: 30px;
        width: 160px;
    }
    .menupc .xiala .xiala_frwz .xiala_frwz_fr a{
        margin-left: 20px;
    }
    .home-procate{
        margin: 70px auto 52px auto;
    }
    .procate_txt_fl1{
        font-size: 20px;
    }
    .index_title h3{
        font-size: 35px;
    }
    .index_title p{
        font-size: 22px;
    }
    .solution_cons_b{
        padding: 0 20px;
    }
    .solution_cons_b2{
        font-size: 16px;
    }
    .solution_cons_a2{
        padding-left: 20px;
    }
    .solution_cons_a2_1{
        font-size: 20px;
    }
    .solution_cons_a2_2{
        font-size: 14px;
    }
    .home-news{
        margin: 70px auto;
    }
    .newss a{
        padding: 35px 38px;
    }
    .home-about{
        padding: 70px 0;
    }
    .about_num{
        margin: 70px 0 50px 0;
    }


    .iban_info h3{
        font-size: 32px;
    }
    .iban_info p{
        font-size: 20px;
    }
    .inner_title{
        font-size: 32px;
    }
    .iabout1_con_fl2{
        font-size: 26px;
    }
    .iabout1_con_fr{
        line-height: 32px;
    }
    .iabout2{
        padding: 70px 0 80px 0;
    }
    .iabout2_con{
        margin-top: 70px;
    }
    .iabout3{
        padding: 70px 0;
    }
    .iabout3_con_txt2{
        font-size: 24px;
    }
    .iabout3_con_txt3{
        font-size: 16px;
    }
    .iabout4{
        padding-top: 70px;
    }
    .iabout4_txts{
        width: 35%;
    }
    .iabout4_txt1{
        font-size: 26px;
    }
    .iabout4_txt2{
        height: 210px;
        -webkit-line-clamp: 7;
    }
    .ihonor{
        margin: 70px 0 60px 0;
    }
    .icontact1{
        margin: 60px 0 70px 0;
    }
    .icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl1{
        font-size: 20px;
    }
    .icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl2 span{
        margin-right: 75px;
    }
    .icontact2{
        padding: 70px 0;
    }
    .icontact3{
        padding: 65px 0 90px 0;
    }
    .icontact3_con{
        padding: 50px 50px 50px 30px;
        height: 300px;
    }
    .icontact3_con_fl{
        width: 24.5%;
    }
    .icontact3_con_fr1 span{
        font-size: 37px;
    }
    .icontact3_con_fr2{
        margin-top: 35px;
        padding-top: 35px;
    }
    .icontact3_con_fr{
        width: 69.5%;
        margin-top: 30px;
    }
    .icontact3_con_fr2 dl{
        margin-bottom: 10px;
    }
    .icontact3_con_fr2 dl:nth-child(2) dd:nth-child(1){
        margin-bottom: 10px;
    }
    .isolution{
        margin: 60px 0 70px 0;
    }
    .isolution_con_txt1{
        font-size: 20px;
    }
    .iservice_txt{
        font-size: 16px;
    }
    .iservice_infos{
        height: 658px;
    }
    .iservice_info_txt{
        padding: 25px 45px;
    }
    .iservice_info_txt1{
        font-size: 22px;
    }
    .iservice_info_txt3{
        font-size: 155px;
    }
    .iproshow1_fr1{
        font-size: 26px;
    }
    .iproshow1_fr3{
        margin-top: 35px;
    }
    .iproshow_title h3{
        font-size: 26px;
    }
    .iproshow_title:after{
        width: 124px;
    }
    .inews2 ul li a{
        padding: 42px 40px;
    }
    .inewsshow{
        margin: 58px 0 65px 0;
    }
    .show_title{
        margin-bottom: 25px;
    }
    .show_title h3{
        font-size: 26px;
    }
    .show_info{
        padding-bottom: 35px;
    }
    .show_content{
        padding: 40px 0 50px 0;
    }
    .inewsshow_frs{
        padding: 28px;
    }
    .iproshow1_fr3 a.dhzx{
        padding: 0 25px;
    }
}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .home-banner{
        padding-top: 60px;
    }
    .banner_point{
        bottom: 25px;
    }
    .home-banner .swiper-button-prev{
        left: 15px;
    }
    .home-banner .swiper-button-next{
        right: 15px;
    }
    .banner_point .swiper-pagination{
        right: 15px;
    }
    .home-procate{
        margin: 50px auto 32px auto;
    }
    .procate_txt{
        padding: 20px 30px;
    }
    .procate_txt_fl1{
        font-size: 20px;
    }
    .index_title h3{
        font-size: 40px;
    }
    .index_title h3:after{
        margin: 20px auto;
    }
    .home-about .index_title h3:after{
        margin: 20px auto 20px 0;
    }
    .index_title p{
        font-size: 24px;
    }
    .solution_con{
        margin: 35px 0;
    }
    .solution_con .item{
        width: 25%;
        height: 580px;
    }
    .solution_con .item.active{
        width: 25%;
    }
    .solution_con .item.active .solution_cons_b{
        display: block;
    }
    .solution_con .item.active .solution_cons_a{
        display: none;
    }
    .solution_cons_b{
        padding: 0 30px;
    }
    .solution_cons_b2{
        font-size: 20px;
    }
    .home-news{
        margin: 50px auto;
    }
    .home-about{
        padding: 0 0 50px 0;
    }
    .about_num{
        margin: 50px 0 35px 0;
        width: 55.8%;
    }
    .footer1{
        padding: 50px 0;
    }
    .footer2{
        padding: 25px 0;
    }
    .footer1_1_c{
        margin-top: 35px;
    }

    .inner-banner{
        padding-top: 60px;
    }
    .iban_info{
        padding-top: 60px;
    }
    .iban_info h3{
        font-size: 30px;
    }
    .iban_info p{
        font-size: 22px;
    }
    .iabout1{
        margin: 50px 0;
    }
    .inner_title{
        font-size: 30px;
    }
    .iabout1_con{
        margin-top: 35px;
    }
    .iabout1_con_fl2{
        font-size: 26px;
    }
    .iabout2{
        padding: 50px 0;
    }
    .iabout2_con{
        margin-top: 35px;
    }
    .iabout3{
        padding: 50px 0;
    }
    .iabout3_con{
        margin-top: 35px;
    }
    .iabout3_con_txt2{
        font-size: 24px;
    }
    .iabout3_con_txt3{
        font-size: 16px;
    }
    .iabout4{
        padding-top: 50px;
    }
    .iabout4_txt{
        left: 15px;
        transform: translate(0, 0);
    }
    .iabout4_txts{
        width: 40%;
        margin-top: 0;
    }
    .iabout4_txt1{
        font-size: 26px;
    }
    .iabout4_txt2{
        height: 180px;
        -webkit-line-clamp: 6;
    }
    .iabout4_txt3{
        margin-top: 25px;
    }
    .ihonor{
        margin: 50px 0 40px 0;
    }
    .ihonor_info{
        margin-top: 35px;
    }
    .ihonor_txt{
        padding: 20px 0;
    }
    .pagination a{
        padding: 0px 15px;
        line-height: 38px;
        margin: 0px 5px 10px 5px;
    }
    .isolution{
        margin: 50px 0;
    }
    .iservice_desc{
        margin-top: 25px;
    }
    .isolution_con{
        margin-top: 35px;
    }
    .isolution_con li{
        height: 350px;
    }
    .isolution_con_txt{
        padding: 30px 25px 30px 35px;
    }
    .isolution_con_txt1{
        font-size: 24px;
    }
    .isolution_con_txt2{
        padding-right: 25px;
        height: 240px;
    }
    .iservice{
        margin: 50px 0;
    }
    .iservice_con{
        margin-top: 35px;
    }
    .iservice_title ul li a{
        padding: 30px 35px;
        height: 300px;
    }
    .iservice_txt{
        font-size: 20px;
    }
    .iservice_info_txt{
        padding: 25px 45px;
    }
    .iservice_info_txt1{
        font-size: 26px;
    }
    .icontact1{
        margin: 50px 0;
    }
    .icontact1_con{
        margin-top: 35px;
    }
    .icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl2 span{
        margin-right: 50px;
    }
    .icontact2{
        padding: 50px 0;
    }
    .icontact2_con{
        margin-top: 35px;
    }
    .lx1 textarea{
        height: 200px;
    }
    .icontact3{
        padding: 50px 0;
    }
    .icontact3_con{
        margin-top: 35px;
        padding: 35px 50px 50px 30px;
        height: auto;
        align-items: center;
    }
    .icontact3_con_fr{
        margin-top: 0;
    }
    .icontact3_con_fr1{
        font-size: 20px;
    }
    .icontact3_con_fr1 span{
        font-size: 40px;
        margin-right: 25px;
    }
    .icontact3_con_fr2{
        padding-top: 30px;
        margin-top: 35px;
    }
    .icontact3_con_fr2 dl{
        margin-bottom: 0;
    }
    .icontact3_con_fr2 dl dd{
        width: 100%;
        line-height: 30px;
    }
    .icontact3_con_fr2 dl:nth-child(2) dd:nth-child(1){
        width: 100%;
    }
    .iproduct{
        margin: 50px 0 40px 0;
    }
    .iproduct_con{
        margin: 35px 0;
    }
    .iproshow{
        margin: 50px 0 30px 0;
    }
    .iproshow1{
        margin-top: 35px;
    }
    .iproshow1_fr1{
        font-size: 26px;
    }
    .iproshow1_fr3{
        margin-top: 35px;
    }
    .iproshow1_fl_t .swiper-button-prev3{
        left: 15px;
    }
    .iproshow1_fl_t .swiper-button-next3{
        right: 15px;
    }
    .iproshow2{
        margin-top: 35px;
    }
    .iproshow_title h3{
        font-size: 26px;
    }
    .iproshow_title:after{
        width: 124px;
    }
    .iproshow2_con{
        margin: 35px 0 30px 0;
    }
    .show_back{
        padding-top: 30px;
    }
    .iproshow3{
        margin-top: 50px;
    }
    .inews{
        margin: 50px 0 40px 0;
    }
    .inews1{
        margin-top: 35px;
    }
    .inews2{
        margin: 35px 0 15px 0;
    }
    .inews2 ul li{
        margin-bottom: 35px;
    }
    .inews2 ul li a{
        padding: 32px 30px;
    }
    .inewsshow{
        margin: 50px 0;
    }
    .inewsshow_fl{
        width: 100%;
    }
    .show_title{
        margin-bottom: 25px;
    }
    .show_title h3{
        font-size: 26px;
    }
    .show_info{
        padding-bottom: 35px;
    }
    .show_content{
        padding: 35px 0 50px 0;
    }
    .inewsshow_fr{
        display: none;
    }
}

@media(max-width:820px) {
    .index_title h3{
        font-size: 36px;
    }
    .index_title p{
        font-size: 22px;
    }
    .about_num ul li h3 span{
        font-size: 30px;
    }
    .about_num ul li p{
        font-size: 14px;
    }
    .footer1_1{
        width: 43%;
    }
    .footer1_2{
        width: 35%;
    }
    .footer1_2 ul{
        flex-direction: column;
    }
    .footer1_2 ul li a:after{
        display: none;
    }
    .footer1_2 ul li{
        width: 100%;
    }
    .footer1_2 ul li a{
        line-height: 36px;
    }
    .menulist{
        display: none;
    }
    .footer1_3{
        width: 17%;
    }

    .iban_info h3{
        font-size: 26px;
    }
    .iban_info p{
        font-size: 20px;
    }
    .inner_title{
        font-size: 28px;
    }
    .iabout1_con_fl{
        width: 100%;
    }
    .iabout1_con_fr{
        width: 100%;
        margin-top: 25px;
    }
    .iabout1_con_fl2{
        font-size: 24px;
        margin: 25px 0 35px 0;
    }
    .iabout3_con_txt2{
        font-size: 22px;
    }
    .iabout4_txts{
        width: 35%;
    }
    .iabout4_txt1{
        font-size: 24px;
    }
    .iabout4_txt2{
        height: 120px;
        -webkit-line-clamp: 4;
    }
    .isolution_con_txt1{
        font-size: 22px;
    }
    .iservice_title ul li a{
        padding: 20px 25px;
        height: 260px;
    }
    .iservice_num{
        font-size: 22px;
    }
    .iservice_txt{
        font-size: 18px;
    }
    .iservice_img{
        width: 57px;
        height: 57px;
    }
    .iservice_info_txt{
        padding: 25px 35px;
    }
    .iservice_info_txt1{
        font-size: 24px;
    }
    .iservice_info_txt3{
        font-size: 120px;
    }
    .icontact1_con .icontact1s .icontact1s_t{
        padding: 25px 35px;
    }
    .icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl1{
        font-size: 22px;
    }
    .icontact1_con .icontact1s .icontact1s_b{
        padding: 0 35px;
    }
    .lx1 textarea{
        height: 160px;
    }
    .icontact3_con_fr1{
        display: flex;
        flex-direction: column;
    }
    .icontact3_con_fr1 span{
        margin-right: 0;
        font-size: 36px;
    }
    .icontact3_con_fr2{
        padding-top: 20px;
        margin-top: 25px;
    }
    .iproshow1_fl{
        width: 100%;
    }
    .iproshow1_fr{
        width: 100%;
        margin-top: 35px;
    }
    .iproshow1_fr1{
        font-size: 24px;
    }
    .iproshow_title h3{
        font-size: 24px;
    }
    .iproshow_title:after{
        width: 119px;
    }
    .inews1_fl{
        width: 100%;
    }
    .inews1_fr{
        width: 100%;
        margin-top: 35px;
    }
    .inews2 ul li a{
        padding: 27px 25px;
    }
    .show_title h3{
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .iban_info h3{
        font-size: 24px;
    }
    .iban_info p{
        font-size: 18px;
    }
    .inner_title{
        font-size: 26px;
    }
    .iabout1_con_fl2{
        font-size: 22px;
    }
    .iabout3_con_txt2{
        font-size: 20px;
    }
    .iabout4_txt1{
        font-size: 22px;
    }
    .iabout4_txt2{
        height: 90px;
        -webkit-line-clamp: 3;
    }
    .iservice_num{
        font-size: 21px;
    }
    .iservice_txt{
        font-size: 17px;
    }
    .isolution_con_txt1{
        font-size: 20px;
    }
    .iservice_info_txt1{
        font-size: 22px;
    }
    .icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl1{
        font-size: 20px;
    }
    .iproshow1_fr1{
        font-size: 22px;
    }
    .iproshow_title h3{
        font-size: 22px;
    }
    .iproshow_title:after{
        width: 110px;
    }
    .show_title h3{
        font-size: 22px;
    }
}

@media(max-width:600px) {
    .sp_logo a img {
        height: 20px;
    }
    .mouse-scroll{
        bottom: 15px;
    }
    .banner_point{
        bottom: 10px;
    }
    .home-procate{
        margin: 35px auto 10px auto;
    }
    .home-procate ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .home-procate ul li:nth-child(1), .home-procate ul li:nth-child(4){
        width: 100%;
    }
    .procate_txt{
        padding: 20px 25px;
    }
    .index_title h3{
        font-size: 32px;
    }
    .index_title p{
        font-size: 20px;
    }
    .solution_con .item.active{
        width: 100%;
    }
    .solution_con .item{
        width: 100%;
        height: 250px;
    }
    .solution_cons_b1 img{
        height: 46px;
    }
    .solution_cons_b2{
        margin: 25px 0 20px 0;
    }
    .home-news{
        margin: 35px auto;
    }
    .news_con{
        margin: 25px 0;
    }
    .news_jt{
        width: 100%;
        height: auto;
        background: none;
    }
    .news_jt .swiper-button-next1, .news_jt .swiper-button-prev1{
        width: 20px;
        height: 30px;
    }
    .news_jt .swiper-button-prev1{
        left: 15px;
        background: #E69C3E url("../images/nl.png") no-repeat center;
    }
    .news_jt .swiper-button-next1{
        right: 15px;
        background: #E69C3E url("../images/nr.png") no-repeat center;
    }
    .newss a{
        padding: 35px 50px;
    }
    .home-about{
        padding: 0 0 35px 0;
    }
    .about_con{
        margin-top: 25px;
        width: 100%;
    }
    .about_num{
        margin: 25px 0;
        width: 100%;
    }
    .about_num ul li h3 span{
        font-size: 26px;
    }
    .footer1{
        padding: 35px 0;
    }
    .footer1_1{
        width: 100%;
    }
    .footer1_1_c{
        margin-top: 25px;
    }
    .footer1_2{
        width: 100%;
        margin: 20px 0;
    }
    .footer1_2 ul{
        flex-direction: row;
        justify-content: center;
    }
    .footer1_2 ul li{
        width: 33.3%;
    }
    .footer1_3{
        width: 100%;
    }

    .iban_info h3{
        font-size: 20px;
    }
    .iban_info p{
        font-size: 16px;
        margin-top: 6px;
    }
    .inner_nav_fl{
        width: 100%;
    }
    .inner_nav_fl ul{
        justify-content: center;
    }
    .inner_nav_fl ul li{
        width: 50%;
    }
    .inner_nav_fl ul li a{
        line-height: 45px;
    }
    .inner_nav_fl ul li:nth-child(2n){
        background: none;
    }
    .inner_nav_fr{
        width: 100%;
        line-height: 45px;
    }
    .iabout1{
        margin: 35px 0;
    }
    .inner_title{
        font-size: 24px;
    }
    .iabout1_con{
        margin-top: 25px;
    }
    .iabout1_con_fl2{
        font-size: 20px;
        margin: 15px 0 25px 0;
    }
    .iabout3{
        padding: 35px 0 10px 0;
    }
    .iabout3_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        height: 250px;
    }
    .iabout4{
        padding-top: 35px;
    }
    .iabout4s{
        margin-top: 25px;
    }
    .iabout4_txt{
        position: inherit;
        left: 0;
        margin-bottom: 25px;
    }
    .iabout4_txts{
        width: 100%;
    }
    .iabout4_txt1{
        font-size: 20px;
    }
    .iabout4_txt2{
        margin-top: 25px;
    }
    .ihonor{
        margin: 35px 0 25px 0;
    }
    .ihonor_info{
        margin-top: 25px;
    }
    .ihonor_con{
        margin: 25px 0 10px 0;
    }
    .ihonor_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .ihonor_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .ihonor_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .isolution{
        margin: 35px 0;
    }
    .iservice_desc{
        line-height: 28px;
    }
    .isolution_con{
        margin-top: 25px;
    }
    .isolution_con li{
        height: auto;
    }
    .isolution_con_img{
        width: 100%;
        height: auto;
        border-radius: 20px 20px 0px 0px;
    }
    .isolution_con_img img{
        height: auto;
    }
    .isolution_con_txt{
        width: 100%;
        border-radius: 0px 0px 20px 20px;
        padding: 30px 25px;
    }
    .isolution_con li:nth-child(even) .isolution_con_img{
        border-radius: 20px 20px 0px 0px;
    }
    .isolution_con li:nth-child(even) .isolution_con_txt{
        border-radius: 0px 0px 20px 20px;
    }
    .isolution_con_txt2{
        height: 150px;
    }
    .iservice{
        margin: 35px 0;
    }
    .iservice_con{
        margin-top: 25px;
    }
    .iservice_title ul li{
        width: 50%;
    }
    .iservice_title ul li a{
        height: 220px;
    }
    .iservice_num{
        font-size: 20px;
    }
    .iservice_img{
        width: 50px;
        height: 50px;
    }
    .iservice_txt{
        font-size: 16px;
    }
    .iservice_infos{
        height: auto;
    }
    .iservice_info_txt{
        width: 100%;
    }
    .iservice_info_img{
        width: 100%;
        height: auto;
    }
    .iservice_info_img img{
        height: auto;
    }
    .iservice_info_txt{
        padding: 25px;
    }
    .iservice_info_txt1{
        font-size: 20px;
    }
    .icontact1{
        margin: 35px 0;
    }
    .icontact1_con{
        margin-top: 25px;
    }
    .icontact1_con .icontact1s .icontact1s_t{
        padding: 25px;
    }
    .icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl2{
        flex-direction: column;
    }
    .icontact1_con .icontact1s .icontact1s_t .icontact1s_t_fl .icontact1s_t_fl2 span{
        margin-right: 0;
    }
    .icontact1_con .icontact1s .icontact1s_b{
        padding: 0 25px;
    }
    .icontact2{
        padding: 35px 0;
    }
    .icontact2_con{
        margin-top: 25px;
    }
    .lx1s{
        width: 100%;
    }
    .lx2_fl{
        width: 100%;
    }
    .lx2_fr{
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
    .icontact3{
        padding: 35px 0;
    }
    .icontact3_con{
        margin-top: 25px;
        padding: 25px;
    }
    .icontact3_con_fl{
        width: 100%;
    }
    .icontact3_con_fr{
        width: 100%;
        margin-top: 25px;
    }
    .icontact3_con_fr1 span{
        font-size: 30px;
    }
    .iproduct{
        margin: 35px 0 25px 0;
    }
    .iproduct_con{
        margin: 25px 0 15px 0;
    }
    .iproduct_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .iproduct_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .iproduct_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .iproshow1{
        margin-top: 25px;
    }
    .iproshow1_fl_b .gallery-thumbs{
        width: 88%;
    }
    .iproshow1_fr{
        margin-top: 25px;
    }
    .iproshow1_fr1{
        font-size: 20px;
    }
    .iproshow1_fr2{
        margin-top: 15px;
    }
    .iproshow1_fr3{
        margin-top: 20px;
    }
    .iproshow1_fr3 a.dhzx{
        margin-right: 0;
        margin-bottom: 16px;
    }
    .iproshow2{
        margin-top: 25px;
    }
    .iproshow_title h3{
        font-size: 20px;
    }
    .iproshow2_con{
        margin: 25px 0;
    }
    .show_back{
        padding-top: 20px;
    }
    .show_back_fl{
        width: 100%;
    }
    .show_back_fr{
        width: 100%;
        margin-top: 10px;
    }
    .show_back_fr a{
        margin: 0 auto;
    }
    .inews{
        margin: 35px 0 25px 0;
    }
    .inews1_fl_txt h3{
        font-size: 16px;
    }
    .inews1_fr_txt{
        width: 80%;
        flex: auto;
    }
    .inews2 ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .inews2{
        margin: 25px 0 15px 0;
    }
    .inewsshow{
        margin: 35px 0;
    }
    .show_title{
        margin-bottom: 20px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_info{
        padding-bottom: 25px;
    }
    .show_content{
        padding: 25px 0;
    }
}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














