<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *: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;
}
body {
    font-family: Arial;
    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: 1620px;
    margin: 0 auto;
}
header {
    width:100%;
    margin:0 auto;
}
.daohang {
    display:block;
    width:100%;
    margin:0 auto;
    height:100px;
    clear:both;
    background: #FFFFFF;
    transition: .5s;
}
.daohang .container1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    transition: .5s;
}
.yx a {
    display: flex;
    align-items: center;
}
.yx img {
    max-width:100%;
    height:65px;
    transition: .5s;
}
.logo_txt {
    display: flex;
    flex-direction: column;
    margin-left: 14px;
}
.logo_txt p {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 1;
    margin-bottom: 7px;
    letter-spacing: 3px;
}
.logo_txt span {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #ADADAD;
    line-height: 1;
}
.nav-fr {
    display: flex;
    align-items: center;
}
.menupc {
    display: flex;
    align-items: center;
}
.menupc li {
    text-align: center;
    z-index: 9;
    position: static;
    margin-right: 60px;
}
.menupc li:hover a {
    color: #005EAD !important;
}
.menupc li a {
    display:block;
    color: #252525;
    font-size: 16px;
    z-index: 999;
    position: relative;
    text-transform: uppercase;
}
.menupc li a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #005EAD;
    transition: .5s;
    position: absolute;
    top: 59px;
    left: 50%;
    transform: translate(-50%, 0);
}
.menupc li a:hover {
    color: #005EAD !important;
}
.menupc li a:hover:after {
    width: 100%;
}
.menupc li a.current {
    color: #005EAD !important;
}
.menupc li a.current:after {
    width: 100%;
}
.menupc .xiala {
    position: absolute;
    z-index: 999;
    display: none;
    background: #FFFFFF;
    overflow: hidden;
    left: 0;
    top: 100px;
    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: 40%;
}
.menupc .xiala .xiala_fl img {
    width: 100%;
}
.menupc .xiala .xiala_fr {
    width: 60%;
    padding: 0 120px;
    display: flex;
    position: relative;
}
.menupc .xiala .xiala_fr .xiala_frbg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 60px;
    width: 100%;
    text-align: right;
    z-index: -1;
}
.menupc .xiala .xiala_fr .xiala_frbg h3 {
    font-weight: bold;
    font-size: 250px;
    color: #F6F6F6;
    line-height: 60px;
}
.menupc .xiala .xiala_frwz {
    display: flex;
    align-items: center;
}
.menupc .xiala .xiala_frwz .xiala_frwz_fl {
    font-weight: 400;
    font-size: 48px;
    width: 200px;
    color: #000000;
    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: #005EAD !important;
}
.menupc .xiala .xiala_fr a.current {
    color: #005EAD !important;
}
.mail {
    margin-right: 36px;
}
.mail a {
    display: block;
    background: url("../images/mail.png") no-repeat left center;
    background-size: 19px 14px;
    font-weight: 400;
    font-size: 14px;
    color: #005EAD;
    line-height: 20px;
    padding-left: 28px;
}
.nation {
    display: flex;
    align-items: center;
}
.nation a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #005EAD;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #005EAD;
    transition: .5s;
    margin-left: 11px;
}
.nation a:hover {
    background: #005EAD;
    color: #fff;
}
.nation a.active {
    background: #005EAD;
    color: #fff;
}
.daohang.guding {
    position: fixed;
    z-index: 999;
    box-shadow: 0px 1px 10px 3px rgba(24,62,160,.06);
}
/*swiper鐨刡anner*/
.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_btn {
    position: absolute;
    right: 60px;
    bottom: 43px;
    z-index: 999;
    width: 40px;
}
.home-banner .swiper-pagination {
    bottom: 100px;
}
.home-banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 1;
    outline: none;
    margin: 10px 0px !important;
    border-radius: 50%;
}
.home-banner .swiper-pagination-bullet-active {
    position: relative;
}
.home-banner .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255,255,255,.43);
    border-radius: 50%;
}
.home-banner .swiper-pagination-fraction {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    font-family: Arial;
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.home-banner .swiper-pagination-fraction .swiper-pagination-total {
    margin-top: 13px;
}
.home-banner .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 30px;
    font-style: italic;
    margin-bottom: 13px;
}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev {
    display: block;
    position: absolute;
    top: auto;
    width: 40px;
    height: 7px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background-size: 12px 7px;
    text-align: center;
}
/*.home-banner .swiper-button-next:hover, .home-banner .swiper-button-prev:hover {
	background: #006697 url("../images/hjt_h.png") no-repeat center;
	background-size: 9px 18px;
}*/
.home-banner .swiper-button-prev {
    left: auto;
    right: 0;
    background: url("../images/ban_t.png") no-repeat center;
    bottom: 38px;
}
.home-banner .swiper-button-next {
    right: 0;
    left: auto;
    background: url("../images/ban_b.png") no-repeat center;
    bottom: 0;
    /*transform: rotateY(-180deg) translate(0, -50%);*/
}
.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: 40px;
    }
    .logo_txt {
        padding-top: 5px;
    }
    .logo_txt p {
        font-size: 22px;
        margin-bottom: 3px;
    }
    .logo_txt span {
        font-size: 10px;
    }
}footer {
     width: 100%;
     margin: 0 auto;
 }
.footer2 {
    padding: 28px 0;
    background: #001527;
}
.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: #8399AB;
}
.footer1 {
    padding: 45px 0;
    background: #00192E;
}
.footer1 .container1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer1_1 {
    width: 16%;
}
.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: 65px;
}
.footer1_1_t a .flogo_txt {
    display: flex;
    flex-direction: column;
    margin-left: 14px;
}
.footer1_1_t a .flogo_txt p {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 7px;
    letter-spacing: 3px;
}
.footer1_1_t a .flogo_txt span {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #47515A;
    line-height: 1;
}
.footer1_1_c {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 25px 0 55px 0;
}
.footer1_1_b ul {
    display: flex;
    align-items: center;
}
.footer1_1_b ul li {
    margin-right: 25px;
}
.footer1_1_b ul li:last-child {
    margin-right: 0;
}
.footer1_1_b ul li a {
    display: block;
    width: 28px;
    height: 22px;
    background-size: 28px 22px !important;
    transition: .5s;
}
.footer1_1_b ul li a.wb {
    background: url("../images/wb.png") no-repeat center;
}
.footer1_1_b ul li a.wx {
    background: url("../images/wx.png") no-repeat center;
}
.footer1_1_b ul li a.wb:hover {
    background: url("../images/wb_h.png") no-repeat center;
}
.footer1_1_b ul li a.wx:hover {
    background: url("../images/wx_h.png") no-repeat center;
}
.footer1_2 {
    width: 40%;
    border-left: 1px dashed #2a3b49;
    border-right: 1px dashed #2a3b49;
    padding: 0 2%;
}
.footer1_2 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.footer1_2 ul li {
    width: 25%;
    padding: 0 10px;
    text-align: center;
}
.footer1_2 ul li a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist {
    margin-top: 30px;
}
.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: #8399AB;
    line-height: 36px;
}
.menulist ul li a:hover {
    color: #027CE2;
}
.footer1_3 {
    width: 20%;
}
.footer1_3_t {
    display: flex;
    flex-direction: column;
}
.footer1_3_t h5 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 20px;
}
.footer1_3_t p {
    font-family: Arial;
    font-weight: bold;
    font-size: 36px;
    color: #027CE2;
    line-height: 36px;
}
.footer1_3_b {
    margin-top: 10px;
}
.footer1_3_b p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}
.footer1_4 {
    width: 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer1_4 img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.footer1_4 p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
}
.home-customer {
    width: 100%;
    margin: 0 auto;
    background: url("../images/customerbg.jpg") no-repeat center;
    background-size: cover;
}
.home-customer .container1 {
    position: relative;
}
.index {
    padding: 150px 0;
}
.index_title h3 {
    font-family: Arial;
    font-weight: bold;
    font-size: 60px;
    color: #E0E0E0;
    line-height: 48px;
    font-style: italic;
}
.index_title p {
    font-weight: bold;
    font-size: 36px;
    color: #005EAD;
    line-height: 48px;
}
.home-customer .index_title {
    text-align: center;
}
.home-customer .index_title h3 {
    color: #026FCB;
}
.home-customer .index_title p {
    color: #FFFFFF;
}
.customer_con {
    margin: 25px 0 100px 0;
    position: relative;
}
.customer_con .swiper-container {
    width: 86%;
    margin: 0 auto;
}
.customer_con .swiper-slide {
    display: initial;
    margin-top: 40px !important;
}
.customers a {
    display: block;
    position: relative;
    width: 100%;
    transition: .5s;
    border: 5px solid rgba(255,255,255,.5);
}
.customer_img {
    transition: .5s;
    background: #FFFFFF;
}
.customer_img.pic:after {
    padding-bottom: 45%;
}
.customer_img img {
    padding: 5px;
}
.customers a:hover .customer_img img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.customer_con .swiper-button-next1, .customer_con .swiper-button-prev1 {
    display: block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transform: translate(0, -50%);
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../images/cjt.png") no-repeat center;
    background-size: 8px 16px;
    text-align: center;
    border: 1px solid #FFFFFF;
}
.customer_con .swiper-button-next1:hover, .customer_con .swiper-button-prev1:hover {
    background: #005EAD url("../images/cjt.png") no-repeat center;
    background-size: 8px 16px;
    border: 1px solid #005EAD;
}
.customer_con .swiper-button-prev1 {
    left: 0;
    right: auto;
}
.customer_con .swiper-button-next1 {
    right: 0;
    left: auto;
    transform: rotateY(-180deg) translate(0, -50%);
}
.index_more a {
    display: flex;
    align-items: center;
    width: 151px;
    margin: 0 auto;
    height: 47px;
    background: #fff;
    border-radius: 23px;
    color: #005EAD;
    text-align: left;
    padding: 0 6px 0 29px;
    position: relative;
    transition: .5s;
}
.index_more a:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: #005EAD url("../images/m_h.png") no-repeat center;
    background-size: 5px 11px;
    border-radius: 50%;
    position: absolute;
    left: 110px;
    top: 6px;
    transition: .5s;
}
.index_more a:hover {
    padding: 0 6px 0 70px;
    color: #fff;
    background: #005EAD;
}
.index_more a:hover:after {
    left: 6px;
    background: #fff url("../images/m.png") no-repeat center;
    background-size: 5px 11px;
}
.customer_info {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    position: absolute;
    bottom: 40px;
    left: 0;
}
.home-news {
    width: 100%;
    margin: 0 auto;
    background: url("../images/newsbg.jpg") no-repeat center;
    background-size: cover;
}
.home-news .container1 {
    position: relative;
}
.news_con {
    margin: 66px 0;
}
.news_con .swiper-slide {
    display: initial;
}
.news a {
    display: block;
    position: relative;
    width: 100%;
    transition: .5s;
    box-shadow: 0px 0px 16px 0px rgba(79,117,156,0.24);
    padding: 25px;
    background: #FFFFFF;
}
.news_img {
    transition: .5s;
}
.news_img.pic:after {
    padding-bottom: 76%;
}
.news_txt {
    margin-top: 20px;
}
.news_txt1 {
    font-weight: 400;
    font-size: 18px;
    color: #2B2A2A;
    line-height: 24px;
    height: 48px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_txt2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_txt2_fl {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #B5B5B5;
    line-height: 20px;
    background: url("../images/time.png") no-repeat left center;
    padding-left: 24px;
}
.news_txt2_fr {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #C3C3C3;
    background: url("../images/njt.png") no-repeat center;
    background-size: 5px 11px;
    transition: .5s;
}
.news a:hover .news_img img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news a:hover .news_txt2_fr {
    border: 1px solid #005EAD;
    background: #005EAD url("../images/njt_h.png") no-repeat center;
    background-size: 5px 11px;
}
.news_con .swiper-button-next2, .news_con .swiper-button-prev2 {
    display: block;
    position: absolute;
    top: 50px;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../images/xwjt.png") no-repeat center;
    background-size: 5px 11px;
    text-align: center;
    border: 1px solid #FFFFFF;
}
.news_con .swiper-button-next2:hover, .news_con .swiper-button-prev2:hover {
    background: #fff url("../images/xwjt_h.png") no-repeat center;
    background-size: 5px 11px;
}
.news_con .swiper-button-prev2 {
    left: auto;
    right: 44px;
}
.news_con .swiper-button-next2 {
    right: 0;
    left: auto;
    transform: rotateY(-180deg);
}
.home-about {
    width: 100%;
    margin: 0 auto;
    background: url("../images/aboutbg.jpg") no-repeat center;
    background-size: cover;
}
.home-about .container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_fl {
    width: 44%;
}
.about_fl1 {
    margin: 50px 0 65px 0;
    font-weight: 400;
    font-size: 16px;
    color: #3B3B3B;
    line-height: 36px;
    height: 108px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.home-about .index_more a {
    color: #fff;
    background: #005EAD;
    margin: 0 auto 0 0;
}
.home-about .index_more a:after {
    background: #fff url("../images/m.png") no-repeat center;
    background-size: 5px 11px;
}
.home-about .index_more a:hover {
    background: #fff;
    color: #005EAD;
}
.home-about .index_more a:hover:after {
    background: #005EAD url("../images/m_h.png") no-repeat center;
    background-size: 5px 11px;
}
.about_fr {
    width: 50%;
}
.about_fr2 {
    margin-top: 75px;
}
.about_fr2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.about_fr2 ul li {
    width: 20%;
}
.about_fr2 ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}
.about_img {
    width: 111px;
    margin: 0 auto;
    height: 111px;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.about_imgs {
    width: 95px;
    margin: 0 auto;
    height: 95px;
    background-color: #fff;
    border-radius: 50%;
    margin: 8px;
}
.about_imgs:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.about_img .about_before {
    top: 0;
    transition: all 0.5s ease-in-out 0s;
}
.about_img .about_after {
    top: -200%;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.about_fr2 ul li a:hover .about_img {
    background-color: rgba(0,118,190,.49);
}
.about_fr2 ul li a:hover .about_imgs {
    background-color: #0076be;
}
.about_fr2 ul li a:hover .about_img .about_after {
    top: 0;
    opacity: 1;
}
.about_fr2 ul li a:hover .about_img .about_before {
    top: 200%;
}
.about_txt {
    margin-top: 15px;
    font-weight: 400;
    font-size: 18px;
    color: #3B3B3B;
    line-height: 20px;
    text-align: center;
}
.about_fr2 ul li a:hover .about_txt {
    color: #005EAD;
}
.home-product {
    width: 100%;
    margin: 0 auto;
    background: url("../images/productbg.jpg") no-repeat center;
    background-size: cover;
    padding: 100px 0 40px 0;
}
.home-product .container1 {
    position: relative;
}
.pro_title {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
.home-product .index_title {
    text-align: right;
}
.home-product .index_title h3 {
    color: #026FCB;
}
.home-product .index_title p {
    color: #FFFFFF;
}
.home-product .index_more {
    margin-top: 105px;
}
.home-product .index_more a {
    margin: 0 0 0 auto;
}
.product_con {
    position: relative;
    padding-bottom: 46px;
}
.pro_pc {
    overflow: hidden;
    position: relative;
    width: 1200px;
    transition: .5s;
}
.pro_img {
    transition: .5s;
}
.pro_img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.point1 {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.part_txt {
    position: absolute;
    color: #fff;
    bottom: 5px;
    left: 67%;
    height: 30px;
    line-height: 30px;
}
.line {
    width: 220px;
    height: 320px;
    background: transparent;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 48%;
}
.line:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 33px;
    width: 1px;
    height: 100%;
    background-color: #fff;
    transition: .3s;
}
.line:after {
    content: '';
    position: absolute;
    left: -220px;
    bottom: 0;
    width: 440px;
    height: 1px;
    background-color: #fff;
    transition: .6s;
}
.point_img {
    width: 33px;
    height: 33px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}
.point_img img {
    width: 33px;
}
.point_img::before, .point_img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #005EAD;
    opacity: .15;
    z-index: -10;
}
.point_img::before {
    z-index: -10;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite
}
.point_img::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite
}
@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50) }
    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5) }
    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5) }
}@-webkit-keyframes outer-ripple {
     0% {
         transform: scale(1);
         filter: alpha(opacity=50);
         opacity: .5;
         -webkit-transform: scale(1);
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -o-transform: scale(1) }
     80% {
         transform: scale(2.5);
         filter: alpha(opacity=0);
         opacity: 0;
         -webkit-transform: scale(2.5);
         -moz-transform: scale(2.5);
         -ms-transform: scale(2.5);
         -o-transform: scale(2.5) }
     100% {
         transform: scale(3.5);
         filter: alpha(opacity=0);
         opacity: 0;
         -webkit-transform: scale(3.5);
         -moz-transform: scale(3.5);
         -ms-transform: scale(3.5);
         -o-transform: scale(3.5) }
 }@-moz-keyframes outer-ripple {
      0% {
          transform: scale(1);
          filter: alpha(opacity=50);
          opacity: .5;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1) }
      80% {
          transform: scale(2.5);
          filter: alpha(opacity=0);
          opacity: 0;
          -webkit-transform: scale(2.5);
          -moz-transform: scale(2.5);
          -ms-transform: scale(2.5);
          -o-transform: scale(2.5) }
      100% {
          transform: scale(3.5);
          filter: alpha(opacity=0);
          opacity: 0;
          -webkit-transform: scale(3.5);
          -moz-transform: scale(3.5);
          -ms-transform: scale(3.5);
          -o-transform: scale(3.5) }
  }@keyframes inner-ripple {
       0% {
           transform: scale(1);
           filter: alpha(opacity=50);
           opacity: .5;
           -webkit-transform: scale(1);
           -moz-transform: scale(1);
           -ms-transform: scale(1);
           -o-transform: scale(1) }
       30% {
           transform: scale(1);
           filter: alpha(opacity=50);
           opacity: .5;
           -webkit-transform: scale(1);
           -moz-transform: scale(1);
           -ms-transform: scale(1);
           -o-transform: scale(1) }
       100% {
           transform: scale(1.5);
           filter: alpha(opacity=0);
           opacity: 0;
           -webkit-transform: scale(1.5);
           -moz-transform: scale(1.5);
           -ms-transform: scale(1.5);
           -o-transform: scale(1.5) }
   }@-webkit-keyframes inner-ripple {
        0% {
            transform: scale(1);
            filter: alpha(opacity=50);
            opacity: .5;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1) }
        30% {
            transform: scale(1);
            filter: alpha(opacity=50);
            opacity: .5;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1) }
        100% {
            transform: scale(1.5);
            filter: alpha(opacity=0);
            opacity: 0;
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -ms-transform: scale(1.5);
            -o-transform: scale(1.5) }
    }@-moz-keyframes inner-ripple {
         0% {
             transform: scale(1);
             filter: alpha(opacity=50);
             opacity: .5;
             -webkit-transform: scale(1);
             -moz-transform: scale(1);
             -ms-transform: scale(1);
             -o-transform: scale(1) }
         30% {
             transform: scale(1);
             filter: alpha(opacity=50);
             opacity: .5;
             -webkit-transform: scale(1);
             -moz-transform: scale(1);
             -ms-transform: scale(1);
             -o-transform: scale(1) }
         100% {
             transform: scale(1.5);
             filter: alpha(opacity=0);
             opacity: 0;
             -webkit-transform: scale(1.5);
             -moz-transform: scale(1.5);
             -ms-transform: scale(1.5);
             -o-transform: scale(1.5) }
     }.swiper-pagination1 {
          position: absolute;
          text-align: center;
          -webkit-transition: .3s opacity;
          -o-transition: .3s opacity;
          transition: .3s opacity;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          z-index: 10;
          display: flex;
          align-items: center;
          justify-content: center;
      }
.product_con .swiper-pagination1 {
    bottom: 0;
    right: 0;
    width: 100%;
}
.product_con .swiper-pagination-bullet {
    width: 35px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
    opacity: 1;
    outline: none;
    margin: 0px 5px;
}
.product_con .swiper-pagination-bullet-active {
    background: #016FCB;
}
/*鍏充簬鎴戜滑*/
.inner-banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.iban_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    color: #FFFFFF;
}
.iban_info h3 {
    font-weight: 400;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 12px;
    text-align: right;
}
.iban_info p {
    font-family: Arial;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
    text-align: right;
    text-transform: capitalize;
}
.inner-location {
    margin-top: -40px;
    position: relative;
}
.inner-location p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 22px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}
.inner-location p a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}
.inner-location p span {
    color: #008BFF;
}
.inner-location p img {
    margin: 0 6px;
}
.about.inner-location {
    margin-top: -120px;
}
.iabout_dh {
    position: relative;
    margin-top: 20px;
}
.iabout_dh ul {
    display: flex;
    flex-wrap: wrap;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 43px 0px rgba(230,230,230,0.67);
}
.iabout_dh ul li {
    width: 20%;
    border-right: 1px solid #F2F2F2;
}
.iabout_dh ul li:last-child {
    border-right: none;
}
.iabout_dh ul li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 35px 35px 35px 40px;
    height: 100%;
}
.iabout_img {
    position: relative;
    transition: .5s;
    width: 37px;
    height: 37px;
}
.iabout_img .iabout_before {
    left: 0;
    transition: all 0.5s ease-in-out 0s;
}
.iabout_img .iabout_after {
    left: -200%;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.iabout_dh ul li a:hover {
    background: url("../images/dhbg.png") no-repeat center;
    background-size: cover;
}
.iabout_dh ul li a:hover .iabout_img .iabout_after {
    left: 0;
    opacity: 1;
}
.iabout_dh ul li a:hover .iabout_img .iabout_before {
    left: 200%;
}
.iabout_dh ul li a.active {
    background: url("../images/dhbg.png") no-repeat center;
    background-size: cover;
}
.iabout_dh ul li a.active .iabout_img .iabout_after {
    left: 0;
    opacity: 1;
}
.iabout_dh ul li a.active .iabout_img .iabout_before {
    left: 200%;
}
.iabout_txt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 24px;
    color: #242323;
    line-height: 25px;
    width: 100%;
}
.iabout_txt i {
    width: 25px;
    height: 1px;
    background: #A9A9A9;
    margin-right: 24px;
}
.iabout_dh ul li a:hover .iabout_txt {
    color: #fff;
}
.iabout_dh ul li a:hover .iabout_txt i {
    background: #FFFFFF;
}
.iabout_dh ul li a.active .iabout_txt {
    color: #fff;
}
.iabout_dh ul li a.active .iabout_txt i {
    background: #FFFFFF;
}
.inner-main {
    width: 100%;
    margin: 0 auto;
}
.iabout {
    margin-top: -80px;
    background: #F8F9FA;
    padding: 165px 0 85px 0;
    overflow: hidden;
}
.inner_title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #222222;
    line-height: 1;
}
.inner_title:after {
    content: '';
    display: block;
    width: 39px;
    height: 2px;
    background: #005EAD;
    margin: 17px auto 0 auto;
}
.iabout_con {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.iabout_con_fl {
    width: 27%;
}
.iabout_con_fl1 {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #005EAD;
    line-height: 1;
}
.iabout_con_fl2 {
    font-weight: 400;
    font-size: 36px;
    color: #222222;
    line-height: 1.8;
    margin: 40px 0 90px 0;
}
.iabout_con_fl3 img {
    border-radius: 10px;
}
.iabout_con_fr {
    width: 64%;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}
.iculture {
    margin-top: 83px;
}
.iculture_con {
    margin-top: 53px;
}
.iculture_con ul li {
    display: flex;
    flex-wrap: wrap;
    background: #F3F5F6;
    margin-bottom: 30px;
}
.iculture_con ul li:last-child {
    margin-bottom: 0;
}
.iculture_con ul li:nth-child(odd) {
    flex-direction: row;
}
.iculture_con ul li:nth-child(even) {
    flex-direction: row-reverse;
}
.iculture_img {
    width: 50%;
}
.iculture_img img {
    width: 100%;
    height: 100%;
}
.iculture_txt {
    width: 50%;
    position: relative;
    padding: 25px 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.iculture_txt1 {
    font-weight: 400;
    font-size: 30px;
    color: #222222;
    line-height: 1;
    margin-bottom: 20px;
}
.iculture_txt2 {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 36px;
}
.iculture_txt3 {
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.iculture_txt3 img {
    margin: 0 0 0 auto;
}
.iculture_con ul li:hover .iculture_img img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor {
    padding: 80px 0 15px 0;
    background: url("../images/ihonorbg.jpg") no-repeat center;
    background-size: cover;
}
.ihonor_con {
    margin-top: 70px;
}
.ihonor_con_t {
    background: url("../images/ihonor_r.png") no-repeat right bottom;
    padding-bottom: 154px;
}
.ihonor_con_t .container1 {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.ihonor_con_t_fl {
    font-weight: 400;
    font-size: 30px;
    color: #222222;
    line-height: 1;
    margin-right: 150px;
}
.ihonor_con_t_fr {
    width: 80%;
}
.ihonor_con_t_fr .swiper-slide {
    display: initial;
}
.ihonor_ts a {
    display: block;
    width: 100%;
    transition: .5s;
}
.ihonor_t_img {
    transition: .5s;
}
.ihonor_t_img.pic:after {
    padding-bottom: 71%;
}
.ihonor_ts a:hover .ihonor_t_img img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor_con_t_fr .swiper-button-next3, .ihonor_con_t_fr .swiper-button-prev3 {
    display: block;
    position: absolute;
    top: 65px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: 1px solid #005EAD;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../images/hjt.png") no-repeat center;
    background-size: 8px 16px;
    text-align: center;
}
.ihonor_con_t_fr .swiper-button-next3:hover, .ihonor_con_t_fr .swiper-button-prev3:hover {
    background: #005EAD url("../images/hjt_h.png") no-repeat center;
    background-size: 8px 16px;
}
.ihonor_con_t_fr .swiper-button-prev3 {
    left: 0;
    right: auto;
}
.ihonor_con_t_fr .swiper-button-next3 {
    right: auto;
    left: 61px;
    transform: rotateY(-180deg);
}
.ihonor_con_b {
    margin-top: 35px;
    background: url("../images/ihonor_l.png") no-repeat left bottom;
    padding-bottom: 154px;
}
.ihonor_con_b .container1 {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.ihonor_con_b_fr {
    text-align: right;
    font-weight: 400;
    font-size: 30px;
    color: #222222;
    line-height: 1;
    margin-left: 150px;
}
.ihonor_con_b_fl {
    width: 80%;
}
.ihonor_con_b_fl .swiper-slide {
    display: initial;
}
.ihonor_bs a {
    display: block;
    width: 100%;
    transition: .5s;
}
.ihonor_b_img {
    transition: .5s;
}
.ihonor_b_img.pic:after {
    padding-bottom: 143%;
}
.ihonor_bs a:hover .ihonor_b_img img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor_con_b_fl .swiper-button-next4, .ihonor_con_b_fl .swiper-button-prev4 {
    display: block;
    position: absolute;
    top: 65px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: 1px solid #005EAD;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../images/hjt.png") no-repeat center;
    background-size: 8px 16px;
    text-align: center;
}
.ihonor_con_b_fl .swiper-button-next4:hover, .ihonor_con_b_fl .swiper-button-prev4:hover {
    background: #005EAD url("../images/hjt_h.png") no-repeat center;
    background-size: 8px 16px;
}
.ihonor_con_b_fl .swiper-button-prev4 {
    left: auto;
    right: 61px;
}
.ihonor_con_b_fl .swiper-button-next4 {
    right: 0;
    left: auto;
    transform: rotateY(-180deg);
}
.ifactory {
    background: url("../images/ifactorybg.jpg") no-repeat center;
    background-size: cover;
    padding: 85px 0 70px 0;
}
.ifactory_con {
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ifactory_con_fl {
    width: 62%;
}
.ifactory_con_fr {
    width: 38%;
    padding-top: 50px;
}
.ifactory_con_fr ul {
    display: flex;
    flex-direction: column;
}
.ifactory_con_fr ul li {
    height: 59px;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #005EAD;
    border-radius: 30px;
    padding: 0 45px;
    margin-bottom: 13px;
}
.ifactory_con_fr ul li:last-child {
    margin-bottom: 0;
}
.ifactory_con_fr ul li:nth-child(odd) {
    background: #CCDFEF;
}
.ifactory_con_fr ul li:nth-child(even) {
    background: #FFFFFF;
}
.ifactory_con_fr ul li p {
    font-size: 20px;
    line-height: 30px;
    color: #005EAD;
    position: relative;
    padding-left: 22px;
}
.ifactory_con_fr ul li p:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #005EAD;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 12px;
}
.icustomer {
    background: url("../images/icustomerbg.jpg") no-repeat center;
    background-size: cover;
    padding: 83px 0 43px 0;
}
.icustomer_nav {
    margin: 50px 0 55px 0;
}
.icustomer_nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.icustomer_nav ul li {
    margin: 0 13px;
}
.icustomer_nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 149px;
    height: 49px;
    border-radius: 25px;
    border: 1px solid #005EAD;
    font-weight: 400;
    font-size: 18px;
    color: #005EAD;
    transition: .5s;
}
.icustomer_nav ul li a:hover {
    background: #005EAD;
    color: #FFFFFF;
}
.icustomer_nav ul li a.active {
    background: #005EAD;
    color: #FFFFFF;
}
.icustomer_con ul {
    display: flex;
    flex-wrap: wrap;
}
.icustomer_con ul li {
    width: 14%;
    margin-right: 3.2%;
    margin-bottom: 40px;
}
.icustomer_con ul li:nth-child(6n) {
    margin-right: 0;
}
.icustomer_con ul li a {
    display: block;
    border: 5px solid #EBEEF0;
}
.icustomer_con ul li a:hover .customer_img img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/*鍔犲叆鎴戜滑*/
.ijoin_dh {
    margin: 50px 0 85px 0;
}
.ijoin_dh ul {
    display: flex;
    flex-wrap: wrap;
}
.ijoin_dh ul li {
    width: 32%;
    margin-right: 2%;
}
.ijoin_dh ul li:last-child {
    margin-right: 0;
}
.ijoin_dh ul li a {
    display: flex;
    flex-wrap: wrap;
    background: #F4F5F7;
    transition: .5s;
}
.ijoin_dh_fl {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ijoin_dh_fl1 {
    position: relative;
    transition: .5s;
    width: 34px;
    height: 29px;
}
.ijoin_dh_fl1 .ijoin_before {
    left: 0;
    transition: all 0.5s ease-in-out 0s;
}
.ijoin_dh_fl1 .ijoin_after {
    left: -200%;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.ijoin_dh ul li a:hover {
    background: #005EAD;
}
.ijoin_dh ul li a:hover .ijoin_dh_fl1 .ijoin_after {
    left: 0;
    opacity: 1;
}
.ijoin_dh ul li a:hover .ijoin_dh_fl1 .ijoin_before {
    left: 200%;
}
.ijoin_dh ul li a.active {
    background: #005EAD;
}
.ijoin_dh ul li a.active .ijoin_dh_fl1 .ijoin_after {
    left: 0;
    opacity: 1;
}
.ijoin_dh ul li a.active .ijoin_dh_fl1 .ijoin_before {
    left: 200%;
}
.ijoin_dh_fl2 {
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1;
    margin: 10px 0;
    padding-left: 33px;
}
.ijoin_dh ul li a:hover .ijoin_dh_fl2 {
    font-weight: bold;
    color: #FFFFFF;
}
.ijoin_dh ul li a.active .ijoin_dh_fl2 {
    font-weight: bold;
    color: #FFFFFF;
}
.ijoin_dh_fl3 {
    width: 33px;
    height: 33px;
    margin: 0 0 0 auto;
    border-radius: 50%;
    border: 1px solid #C3C3C3;
    background: url("../images/jjt.png") no-repeat center;
    background-size: 5px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.ijoin_dh ul li a:hover .ijoin_dh_fl3 {
    border: 1px solid #fff;
    background: url("../images/jjt_h.png") no-repeat center;
}
.ijoin_dh ul li a.active .ijoin_dh_fl3 {
    border: 1px solid #fff;
    background: url("../images/jjt_h.png") no-repeat center;
}
.ijoin_dh_fr {
    width: 50%;
    overflow: hidden;
}
.ijoin_dh_fr img {
    width: 100%;
    height: 100%;
    transition: .5s;
}
.ijoin_dh ul li a:hover .ijoin_dh_fr img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.idea1 {
    margin: 68px 0 88px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.idea1_fl {
    width: 40.5%;
}
.idea1_fl1 {
    font-weight: 400;
    font-size: 30px;
    color: #222222;
    line-height: 1.5;
}
.idea1_fl2 {
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}
.idea1_fr {
    width: 44.5%;
}
.idea1_fr img {
    border-radius: 20px;
}
.idea2 {
    margin-bottom: 70px;
    overflow: hidden;
}
.idea2 ul {
    display: flex;
    flex-wrap: wrap;
}
.idea2 ul li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.idea2 ul li:last-child {
    margin-right: 0;
}
.idea2_img {
    border-radius: 20px 20px 0 0;
}
.idea2_txt {
    height: 205px;
    background: #F7F7F7;
    border-radius: 0px 0px 20px 20px;
    padding: 33px 43px;
}
.idea2_txt1 {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1;
}
.idea2_txt2 {
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.idea2_txt2 p {
    position: relative;
    padding-left: 20px;
}
.idea2_txt2 p:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #005EAD;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}
.idea2 ul li:hover .idea2_img img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ixcfl {
    background: url("../images/ixcflbg.jpg") no-repeat center;
    background-size: cover;
    padding: 88px 0 78px 0;
}
.ixcfl_info {
    margin: 40px 0 60px 0;
    text-align: center;
}
.ixcfl_info h3 {
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1.5;
}
.ixcfl_info p {
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}
.ixcfl_con ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ixcfl_con ul li {
    width: 12%;
}
.ixcfl_img {
    width: 75px;
    margin: 0 auto;
    height: 68px;
}
.ixcfl_txt {
    margin-top: 25px;
}
.ixcfl_txt1 {
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1;
    text-align: center;
}
.ixcfl_txt2 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.ijob {
    background: url("../images/ijobbg.jpg") no-repeat top center;
    padding: 90px 0 80px 0;
}
.ijob .inner_title {
    color: #FFFFFF;
}
.ijob .inner_title:after {
    background: #FFFFFF;
}
.ijob_info {
    margin: 40px 0 65px 0;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
}
.ijob_con {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 60px;
}
.ijob_con dl {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 40px 50px;
    background: #F7F7F7;
    border-radius: 20px;
}
.ijob_con dl:last-child {
    margin-bottom: 0;
}
.job-title {
    cursor: pointer;
    outline:none;
    transition: 0.5s;
    position: relative;
    padding-right: 50px;
}
.job-title:after {
    content: '';
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #C3C3C3;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url("../images/jobjt.png") no-repeat center;
    background-size: 5px 11px;
}
.job-title-1 {
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 36px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.job-title-1:before {
    content: '';
    display: block;
    width: 4px;
    height: 22px;
    background: #005EAD;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 7px;
}
.job-title-2 {
    display: flex;
    flex-wrap: wrap;
}
.job-title-2 p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-right: 8%;
}
.job-title-2 p:last-child {
    margin-right: 0;
}
.job-content {
    display:none;
    border-top: 1px solid #DBDBDB;
    margin-top: 30px;
}
.job-content-1 {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0;
}
.job-content-1 h3 {
    font-size: 18px;
    font-weight: bold;
    color: #222;
}
.job-content-2 {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #DBDBDB;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
.job-content-2 a {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
.job-content-2 a:hover {
    color: #005EAD;
}
.open .job-content {
    display:block;
}
.open .job-title:after {
    border: 1px solid #005EAD;
    background: #005EAD url("../images/jobjt_h.png") no-repeat center;
    background-size: 11px 5px;
}
.ijob_more {
}
.ijob_more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    margin: 0 auto;
    height: 49px;
    background: #005EAD;
    border-radius: 25px;
    font-size: 16px;
    color: #FFFFFF;
}
.ijob_more a img {
    margin-right: 15px;
}
/*鏂伴椈璧勮*/
.inews_dh {
    background: #F4F5F7;
    height: 132px;
    margin-top: 20px;
}
.inews_dh .container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.inews_dhs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.inews_dh_fl {
    background: #005EAD;
    padding: 55px 50px;
    display: flex;
    flex-direction: column;
    height: 368px;
    position: relative;
    margin-top: -236px;
}
.inews_dh_fl .inner_title {
    text-align: left;
    color: #FFFFFF;
    margin: 20px 0 10px 0;
}
.inews_dh_fl .inner_title:after {
    display: none;
}
.inews_dh_fl1 img {
    margin: 0 auto 0 0;
}
.inews_dh_fl2 {
    font-weight: 400;
    font-size: 14px;
    color: #7EC4FF;
    line-height: 1;
}
.inews_dh_fl3 {
    margin: 30px 0;
}
.inews_dh_fl3 img {
    margin: 0 auto 0 0;
}
.inews_dh_fl4 {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
}
.inews_dh_fc {
    margin-left: 50px;
    font-weight: 400;
    font-size: 28px;
    color: #222222;
    line-height: 1.5;
}
.inews_dh_fr {
    position: relative;
}
.xwss1 {
    width: 301px;
    height: 41px;
    line-height: 39px;
    background: #FFFFFF;
    border-radius: 21px;
    border: 1px solid #E8E8E8;
    padding: 0 50px 0 25px;
}
.xwss2 {
    width: 16px;
    height: 39px;
    background: url("../images/search.png") no-repeat center;
    background-size: 16px 17px;
    position: absolute;
    top: 0;
    right: 20px;
}
.inews {
    margin-bottom: 50px;
}
.inews1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 75px 0;
}
.inews1_fl {
    width: 41%;
}
.inews1_fl a {
    display: block;
    position: relative;
}
.inews1_fl_img {
    border: 1px solid #e8e8e8;
}
.inews1_fl_img img {
    padding: 7px;
}
.inews1_fl_img.pic:after {
    padding-bottom: 76%;
}
.inews1_fl_date {
    width: 125px;
    height: 33px;
    line-height: 33px;
    background: #FFFFFF url("../images/time.png") no-repeat 15px center;
    border-radius: 17px;
    padding: 0 15px 0 34px;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #929191;
    position: absolute;
    top: 24px;
    right: 24px;
}
.inews1_fl_txt {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inews1_fl_txt1 {
    font-weight: bold;
    font-size: 26px;
    color: #2B2A2A;
    line-height: 1.5;
    width: 85%;
}
.inews1_fl_txt2 {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #C3C3C3;
    background: url("../images/njt.png") no-repeat center;
    background-size: 5px 11px;
    transition: .5s;
}
.inews1_fl a:hover .inews1_fl_img img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews1_fl a:hover .inews1_fl_txt1 {
    color: #005EAD;
}
.inews1_fl a:hover .inews1_fl_txt2 {
    border: 1px solid #005EAD;
    background: #005EAD url("../images/njt_h.png") no-repeat center;
    background-size: 5px 11px;
}
.inews1_fr {
    width: 55%;
}
.inews1_fr li {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 45px;
    margin-bottom: 45px;
}
.inews1_fr li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.inews1_fr li a {
    display: flex;
    align-items: center;
    padding-right: 120px;
    position: relative;
}
.inews1_fr li a:after {
    content: '';
    display: block;
    background: url("../images/njt.png") no-repeat center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #C3C3C3;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: .5s;
}
.inews1_fr_date {
    width: 87px;
    height: 106px;
    background: #F2F2F2;
    border-radius: 5px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.inews1_fr_date p {
    font-family: Arial;
    font-weight: bold;
    font-size: 36px;
    color: #898888;
    line-height: 0.75;
}
.inews1_fr_date span {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #AFAFAF;
    line-height: 1;
    border-top: 1px solid #DEDEDE;
    padding-top: 10px;
    margin-top: 10px;
}
.inews1_fr_txt {
    flex: 1;
    margin-left: 55px;
}
.inews1_fr_txt1 {
    font-weight: 400;
    font-size: 24px;
    color: #2B2A2A;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.inews1_fr_txt2 {
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #898888;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.inews1_fr li a:hover .inews1_fr_date {
    background: #005EAD;
}
.inews1_fr li a:hover .inews1_fr_date p {
    color: #fff;
}
.inews1_fr li a:hover .inews1_fr_date span {
    color: #fff;
}
.inews1_fr li a:hover .inews1_fr_txt1 {
    color: #005EAD;
}
.inews1_fr li a:hover:after {
    background: #005EAD url("../images/njt_h.png") no-repeat center;
    border: 1px solid #005EAD;
}
.inews2 ul {
    display: flex;
    flex-wrap: wrap;
}
.inews2 ul li {
    margin-bottom: 60px;
    width: 31%;
    margin-right: 3.5%;
}
.inews2 ul li:nth-child(3n) {
    margin-right: 0;
}
.inews2 ul li a {
    display: block;
    background: #F7F7F7;
    padding: 50px;
    transition: .5s;
}
.inews2_txt1 {
    font-weight: 400;
    font-size: 16px;
    color: #005EAD;
    line-height: 1;
}
.inews2_txt2 {
    font-weight: 400;
    font-size: 24px;
    color: #2B2A2A;
    line-height: 30px;
    margin: 25px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews2_txt3 {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #ABABAB;
    line-height: 1;
}
.inews2_txt4 {
    margin: 22px 0 45px 0;
    font-weight: 400;
    font-size: 16px;
    color: #898888;
    line-height: 30px;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.inews2_txt5 {
    width: 23px;
    height: 7px;
    background: url("../images/xw2jt.png") no-repeat left center;
    background-size: 23px 7px;
    transition: .5s;
}
.inews2 ul li a:hover {
    background: #005EAD;
}
.inews2 ul li a:hover .inews2_txt1 {
    color: #8ABDE7;
}
.inews2 ul li a:hover .inews2_txt2 {
    color: #fff;
}
.inews2 ul li a:hover .inews2_txt3 {
    color: #6499C5;
}
.inews2 ul li a:hover .inews2_txt4 {
    color: #fff;
}
.inews2 ul li a:hover .inews2_txt5 {
    background: url("../images/xw2jt_h.png") no-repeat left center;
    background-size: 23px 7px;
}
/*鍒嗛〉*/
.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 15px;
    line-height: 38px;
    margin:0px 1px 10px 1px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
}
.pagination a:hover {
    color:#fff;
    background-color:#005EAD;
    border: 1px solid #005EAD;
}
.pagination a.active {
    color:#fff;
    background-color: #005EAD;
    border: 1px solid #005EAD;
}
/*浜у搧涓績*/
.iproduct {
    margin-top: 20px;
    padding: 70px 0;
    position: relative;
}
.iproduct:before {
    content: '';
    display: block;
    width: 26%;
    height: 100vh;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.iproduct:after {
    content: '';
    display: block;
    width: 74%;
    height: 100%;
    background: #F4F5F7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.iproduct .container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iproduct_fl {
    width: 16%;
}
.iproduct_fl1 h3 {
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1;
    margin-bottom: 25px;
}
.prosearch {
    position: relative;
}
.pross1 {
    width: 100%;
    height: 41px;
    line-height: 39px;
    background: #F4F5F7;
    border-radius: 21px;
    padding: 0 50px 0 25px;
    border: none;
}
.pross2 {
    width: 16px;
    height: 39px;
    background: url(../images/search.png) no-repeat center;
    background-size: 16px 17px;
    position: absolute;
    top: 0;
    right: 20px;
    border: none;
}
.iproduct_fl2 {
    margin-top: 35px;
}
.iproduct_fl2 li {
}
.iproduct_fl2 li a {
    display: block;
    line-height: 60px;
    background: url("../images/pjt.png") no-repeat right center;
    background-size: 6px 10px;
    font-weight: bold;
    font-size: 16px;
    color: #222;
    line-height: 60px;
    transition: .5s;
    padding-right: 20px;
}
.iproduct_fl2 li a:hover {
    color: #005EAD;
    background: url("../images/pjt_h.png") no-repeat right center;
    background-size: 6px 10px;
}
.iproduct_fl2 li a.active {
    color: #005EAD;
    background: url("../images/pjt_h.png") no-repeat right center;
    background-size: 6px 10px;
}
.iproduct_fr {
    width: 72%;
}
.iproduct_fr .inner_title {
    text-align: left;
}
.iproduct_fr .inner_title:after {
    display: none;
}
.iproduct_fr_con {
    margin: 50px 0 30px 0;
}
.iproduct_fr_con ul {
    display: flex;
    flex-wrap: wrap;
}
.iproduct_fr_con ul li {
    margin-bottom: 30px;
    width: 32%;
    margin-right: 2%;
}
.iproduct_fr_con ul li:nth-child(3n) {
    margin-right: 0;
}
.iproduct_fr_con ul li a {
    display: block;
    background: #FFFFFF;
    transition: .5s;
    padding: 40px;
}
.ipro_img.pic:after {
    padding-bottom: 50%;
}
.ipro_txt {
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #373737;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iproduct_fr_con ul li a:hover {
    box-shadow: 0px 0px 20px 0px #E6E6E6;
}
.iproduct_fr_con ul li a:hover .ipro_img img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iproduct_fr_con ul li a:hover .ipro_txt {
    color: #005EAD;
}
/*鏂伴椈璇︽儏*/
.inewsshow {
    margin: 70px 0 80px 0;
}
.inewsshow .container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inewsshow_fl {
    width: 69%;
}
.show_title {
    text-align: left;
    margin-bottom: 35px;
}
.show_title h3 {
    font-weight: bold;
    font-size: 30px;
    color: #222222;
    line-height: 1.5;
}
.show_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 50px;
}
.show_info1 {
    display: flex;
    align-items: center;
}
.show_info1 span {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #818080;
    line-height: 22px;
    padding-left:28px;
    margin-right: 30px;
}
.show_info1 span:last-child {
    margin-right: 0;
}
.browse {
    background:url(../images/browse.png) no-repeat left center;
}
.date {
    background:url(../images/date.png) no-repeat left center;
}
.show_info2 {
    display: flex;
    align-items: center;
}
.show_info2 p {
    font-weight: 400;
    font-size: 14px;
    color: #818080;
    line-height: 29px;
}
.show_info2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    background: #EEEEEE;
    border-radius: 5px;
    margin-left: 10px;
}
.show_info3 a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #005EAD;
    line-height: 22px;
}
.show_info3 a img {
    margin-right: 10px;
}
.show_content {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    padding: 40px 0 85px 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: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.show_back_fl {
    width: 70%;
    overflow:hidden;
}
.show_back_fl li {
    margin-bottom:5px;
    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: #005EAD;
}
.show_back_fr {
    overflow:hidden;
}
.show_back_fr a {
    display:flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 49px;
    background: #005EAD;
    border-radius: 25px;
    color:#fff;
    text-align: center;
}
.show_back_fr a img {
    margin-right: 10px;
}
.inewsshow_fr {
    width: 23%;
}
.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%;
}
.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_img.pic:after {
    padding-bottom: 76%;
}
.inewsshow_fr_b_txt {
    width: 50%;
}
.inewsshow_fr_b_txt1 {
    font-weight: 400;
    font-size: 16px;
    color: #2B2A2A;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.inewsshow_fr_b_txt2 {
    margin-top: 15px;
    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;
}
/*浜у搧璇︽儏*/
.iproshow_fr_con {
    margin-top: 55px;
}
.iproshow_fr_con1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #DCDCDC;
    padding-bottom: 75px;
    margin-bottom: 55px;
}
.iproshow_fr_con1_fl {
    background: #FFFFFF;
    padding: 50px 40px;
    width: 45%;
}
.iproshow_fr_con1_fl.pic:after {
    padding-bottom: 50%;
}
.iproshow_fr_con1_fr {
    width: 48%;
}
.iproshow_fr_con1_fr1 {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    height: 108px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.iproshow_fr_con1_fr2 {
    margin-top: 20%;
}
.iproshow_fr_con1_fr2 a {
    display: flex;
    align-items: center;
    width: 155px;
    height: 49px;
    border-radius: 25px;
    border: 1px solid #005EAD;
    padding: 0 32px;
    font-weight: 400;
    font-size: 18px;
    color: #005EAD;
    position: relative;
    transition: .5s;
}
.iproshow_fr_con1_fr2 a:after {
    content: '';
    display: block;
    background: url("../images/pshowjt.png") no-repeat right center;
    background-size: 7px 9px;
    width: 7px;
    height: 9px;
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translate(0, -50%);
    transition: .5s;
}
.iproshow_fr_con1_fr2 a:hover {
    background: #005EAD;
    color: #fff;
}
.iproshow_fr_con1_fr2 a:hover:after {
    background: url("../images/pshowjt_h.png") no-repeat right center;
}
.iproshow_fr_con .show_content {
    padding: 0 0 85px 0;
}
/*搴旂敤棰嗗煙*/
.iarea {
    margin-top: 20px;
}
.iarea ul li {
    display: flex;
    flex-wrap: wrap;
}
.iarea ul li:nth-child(odd) {
    flex-direction: row;
}
.iarea ul li:nth-child(even) {
    flex-direction: row-reverse;
}
.iarea_img {
    width: 50%;
}
.iarea_img img {
    width: 100%;
    height: 100%;
}
.iarea ul li:hover .iarea_img img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iarea_txt {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5% 8%;
}
.iarea_txt1 {
    font-family: Arial;
    font-weight: bold;
    font-size: 100px;
    color: #E5E6E8;
    line-height: 0.8;
}
.iarea_txt2 {
    font-weight: 400;
    font-size: 36px;
    color: #222222;
    line-height: 1;
    margin: 40px 0;
}
.iarea_txt3 {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}
/*鑱旂郴鎴戜滑*/
.icontact1 {
    background: #f8f9fa;
    padding: 80px 0 95px 0;
}
.icontact1_con {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.icontact1_con_fl {
    width: 34%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2% 3.5% 2% 5%;
    background: #FFFFFF;
}
.icontact1_con_fl1 {
    font-weight: bold;
    font-size: 24px;
    color: #005EAD;
    line-height: 1;
}
.icontact1_con_fl2 {
    margin: 30px 0 20px 0;
}
.icontact1_con_fl2 ul {
    display: flex;
    flex-direction: column;
}
.icontact1_con_fl2 ul li {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    padding-left: 26px;
    margin-bottom: 10px;
}
.icontact1_con_fl2 ul li:last-child {
    margin-bottom: 0;
}
.icontact1_con_fl2 ul li.ic1 {
    background: url("../images/ic1.png") no-repeat left center;
    background-size: 16px 15px;
}
.icontact1_con_fl2 ul li.ic2 {
    background: url("../images/ic2.png") no-repeat left center;
    background-size: 18px 18px;
}
.icontact1_con_fl2 ul li.ic3 {
    background: url("../images/ic3.png") no-repeat left center;
    background-size: 18px 15px;
}
.icontact1_con_fl2 ul li.ic4 {
    background: url("../images/ic4.png") no-repeat left 7.5px;
    background-size: 15px 21px;
}
.icontact1_con_fl3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 26px;
    width: 120px;
}
.icontact1_con_fl3 img {
    border: 1px solid #ebebeb;
    margin: 0 auto 0 0;
}
.icontact1_con_fl3 p {
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #9C9C9C;
    line-height: 1;
}
.icontact1_con_fr {
    width: 66%;
}
.icontact2 {
    margin: 88px 0;
}
.icontact2_con {
    margin-top: 50px;
}
.lxform {
}
.lx1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lx1s {
    width: 48%;
    margin-bottom: 40px;
}
.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: #F4F5F7;
    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: #F4F5F7;
    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: #F4F5F7 url("../images/jt.png") no-repeat right center;
}
.lx2 {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.lx2_fl {
    width: 49%;
    position: relative;
}
.lx2_fl label {
    display: block;
    font-size: 16px;
    color: #525252;
    margin-bottom: 15px;
}
.lx2_fl label b {
    color: #ff0000;
}
.lx2_fl input {
    width: 73%;
    height: 46px;
    display: flex;
    align-items: center;
    background-color: #F4F5F7;
    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: #005EAD;
    border-radius: 23px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    background: #005EAD;
}
@media (min-width:1801px) and (max-width:1830px) {
}
@media (min-width:1701px) and (max-width:1800px) {
    .container1 {
        width: 88%;
    }
    .footer1_1 {
        width: 17%;
    }
    .footer1_3_t p {
        font-size: 34px;
    }
    .menupc .xiala .xiala_fr {
        padding: 0 110px;
    }
    .menupc .xiala .xiala_fr .xiala_frbg h3 {
        font-size: 240px;
    }
    .menupc .xiala .xiala_frwz .xiala_frwz_fl {
        font-size: 46px;
    }
    .iculture_txt3 img {
        max-width: 85%;
    }
    .ihonor_con_t {
        background-size: 83%;
        padding-bottom: 140px;
    }
    .ihonor_con_b {
        background-size: 83%;
        padding-bottom: 140px;
    }
    .ihonor_con_t_fl {
        margin-right: 130px;
    }
    .ihonor_con_b_fr {
        margin-left: 130px;
    }
    .ifactory_con_fr ul li {
        padding: 0 30px;
    }
    .ifactory_con_fr ul li p {
        font-size: 19px;
    }
    .inews1_fr li {
        padding-bottom: 35px;
        margin-bottom: 35px;
    }
    .iproduct_fl {
        width: 16.5%;
    }
    .ixcfl_con ul li {
        width: 13%;
    }
}@media (min-width:1601px) and (max-width:1700px) {
    .container1 {
        width: 88%;
    }
    .footer1_1 {
        width: 18%;
    }
    .footer1_3_t p {
        font-size: 32px;
    }
    .menupc .xiala .xiala_fr {
        padding: 0 100px;
    }
    .menupc .xiala .xiala_fr .xiala_frbg h3 {
        font-size: 230px;
    }
    .menupc .xiala .xiala_frwz .xiala_frwz_fl {
        font-size: 44px;
    }
    .iban_info h3 {
        font-size: 46px;
    }
    .iculture_txt3 img {
        max-width: 80%;
    }
    .ihonor_con_t {
        background-size: 83%;
        padding-bottom: 130px;
    }
    .ihonor_con_b {
        background-size: 83%;
        padding-bottom: 130px;
    }
    .ihonor_con_t_fl {
        margin-right: 130px;
    }
    .ihonor_con_b_fr {
        margin-left: 130px;
    }
    .ifactory_con_fr ul li {
        padding: 0 20px;
    }
    .ifactory_con_fr ul li p {
        font-size: 18px;
    }
    .inews1_fr li {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .inews1_fr li a {
        padding-right: 110px;
    }
    .inews1_fr_txt {
        margin-left: 50px;
    }
    .iproduct_fl {
        width: 17%;
    }
    .idea1_fl {
        width: 42%;
    }
    .ixcfl_con ul li {
        width: 14%;
    }
    .inewsshow_frs {
        padding: 34px;
    }
    .inewsshow_fr_title {
        font-size: 23px;
    }
    .iarea_txt {
        padding: 5% 7%;
    }
    .iarea_txt2 {
        margin: 35px 0;
    }
    .icontact1_con_fl1 {
        font-size: 23px;
    }
}@media (min-width:1501px) and (max-width:1600px) {
    .container1 {
        width: 88%;
    }
    .yx img {
        height: 60px;
    }
    .menupc li {
        margin-right: 45px;
    }
    .index {
        padding: 130px 0;
    }
    .footer1_1 {
        width: 19%;
    }
    .footer1_1_t a img {
        height: 60px;
    }
    .footer1_3 {
        width: 21%;
    }
    .footer1_3_t p {
        font-size: 32px;
    }
    .menupc .xiala .xiala_fr {
        padding: 0 90px;
    }
    .menupc .xiala .xiala_fr .xiala_frbg h3 {
        font-size: 220px;
    }
    .menupc .xiala .xiala_frwz .xiala_frwz_fl {
        font-size: 42px;
    }
    .iban_info h3 {
        font-size: 46px;
    }
    .iban_info p {
        font-size: 23px;
    }
    .iabout_txt {
        font-size: 23px;
    }
    .iculture_txt {
        padding: 25px 80px;
    }
    .iculture_txt3 {
        right: 35px;
        bottom: 35px;
    }
    .iculture_txt3 img {
        max-width: 75%;
    }
    .ihonor_con_t {
        background-size: 83%;
        padding-bottom: 125px;
    }
    .ihonor_con_b {
        background-size: 83%;
        padding-bottom: 125px;
    }
    .ihonor_con_t_fl {
        margin-right: 130px;
    }
    .ihonor_con_b_fr {
        margin-left: 130px;
    }
    .ifactory_con_fr ul li {
        padding: 0 20px;
    }
    .ifactory_con_fr ul li p {
        font-size: 17px;
    }
    .inews_dh_fc {
        font-size: 23px;
        margin-left: 45px;
    }
    .inews1_fr li {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .inews1_fr li a {
        padding-right: 100px;
    }
    .inews1_fr_txt {
        margin-left: 45px;
    }
    .inews1_fr_txt1 {
        font-size: 23px;
    }
    .inews2 ul li a {
        padding: 45px;
    }
    .inews2_txt2 {
        font-size: 23px;
    }
    .iproduct_fl {
        width: 18%;
    }
    .iproduct_fr_con ul li a {
        padding: 35px;
    }
    .ipro_txt {
        margin-top: 35px;
    }
    .ijoin_dh_fl2 {
        font-size: 23px;
    }
    .idea1_fl {
        width: 45%;
    }
    .idea1_fr {
        width: 46%;
    }
    .idea2_txt1 {
        font-size: 23px;
    }
    .ixcfl_con ul li {
        width: 15%;
    }
    .ixcfl_txt1 {
        font-size: 23px;
    }
    .job-title-1 {
        font-size: 23px;
    }
    .show_title h3 {
        font-size: 28px;
    }
    .inewsshow_frs {
        padding: 31px;
    }
    .inewsshow_fr_title {
        font-size: 22px;
    }
    .inewsshow_fr_b_con ul li {
        padding: 31px 0;
    }
    .inewsshow_fr_b_con ul li a {
        flex-direction: column;
    }
    .inewsshow_fr_b_img {
        width: 100%;
    }
    .inewsshow_fr_b_txt {
        width: 100%;
        margin-top: 20px;
    }
    .iproshow_fr_con1_fr2 {
        margin-top: 15%;
    }
    .iarea_txt {
        padding: 5% 6%;
    }
    .iarea_txt1 {
        font-size: 90px;
    }
    .iarea_txt2 {
        font-size: 34px;
        margin: 30px 0;
    }
    .icontact1_con_fl {
        width: 36%;
    }
    .icontact1_con_fr {
        width: 64%;
    }
    .icontact1_con_fl1 {
        font-size: 21px;
    }
}@media (min-width:1401px) and (max-width:1500px) {
    .container1 {
        width: 90%;
    }
    .yx img {
        height: 50px;
    }
    .mail {
        margin-right: 22px;
    }
    .logo_txt p {
        font-size: 28px;
    }
    .logo_txt span {
        font-size: 13px;
    }
    .menupc li {
        margin-right: 45px;
    }
    .index {
        padding: 120px 0;
    }
    .about_img {
        width: 101px;
        height: 101px;
    }
    .about_imgs {
        width: 85px;
        height: 85px;
    }
    .news a {
        padding: 20px;
    }
    .footer1_1 {
        width: 19%;
    }
    .footer1_1_t a img {
        height: 50px;
    }
    .footer1_1_t a .flogo_txt p {
        font-size: 28px;
    }
    .footer1_1_t a .flogo_txt span {
        font-size: 13px;
    }
    .footer1_3 {
        width: 22%;
    }
    .footer1_3_t p {
        font-size: 30px;
    }
    .menupc .xiala .xiala_fr {
        padding: 0 80px;
    }
    .menupc .xiala .xiala_fr .xiala_frbg h3 {
        font-size: 200px;
    }
    .menupc .xiala .xiala_frwz .xiala_frwz_fl {
        font-size: 40px;
    }
    .iban_info h3 {
        font-size: 44px;
    }
    .iban_info p {
        font-size: 22px;
    }
    .iabout_txt {
        font-size: 22px;
    }
    .inner_title {
        font-size: 34px;
    }
    .iabout_con_fl2 {
        font-size: 34px;
    }
    .iculture_txt {
        padding: 25px 70px;
    }
    .iculture_txt1 {
        font-size: 28px;
    }
    .iculture_txt3 {
        right: 30px;
        bottom: 30px;
    }
    .iculture_txt3 img {
        max-width: 75%;
    }
    .ihonor_con_t {
        background-size: 83%;
        padding-bottom: 115px;
    }
    .ihonor_con_b {
        background-size: 83%;
        padding-bottom: 115px;
    }
    .ihonor_con_t_fl {
        font-size: 28px;
        margin-right: 120px;
    }
    .ihonor_con_b_fr {
        font-size: 28px;
        margin-left: 120px;
    }
    .ifactory_con_fr ul li {
        padding: 0 20px;
    }
    .ifactory_con_fr ul li p {
        font-size: 16px;
    }
    .inews_dh_fc {
        font-size: 22px;
        margin-left: 40px;
    }
    .inews1_fl_txt1 {
        font-size: 24px;
    }
    .inews1_fr li {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .inews1_fr li a {
        padding-right: 90px;
    }
    .inews1_fr_txt {
        margin-left: 40px;
    }
    .inews1_fr_txt1 {
        font-size: 22px;
    }
    .inews2 ul li a {
        padding: 40px;
    }
    .inews2_txt2 {
        font-size: 22px;
    }
    .iproduct_fl {
        width: 19%;
    }
    .iproduct_fr_con ul li a {
        padding: 30px;
    }
    .ipro_txt {
        margin-top: 30px;
    }
    .ijoin_dh_fl2 {
        font-size: 22px;
    }
    .idea1_fl {
        width: 44%;
    }
    .idea1_fl1 {
        font-size: 28px;
    }
    .idea1_fr {
        width: 48%;
    }
    .idea2_txt1 {
        font-size: 22px;
    }
    .ixcfl_con ul li {
        width: 16%;
    }
    .ixcfl_txt1 {
        font-size: 22px;
    }
    .job-title-1 {
        font-size: 22px;
    }
    .show_title h3 {
        font-size: 26px;
    }
    .inewsshow_frs {
        padding: 28px;
    }
    .inewsshow_fr_title {
        font-size: 21px;
    }
    .inewsshow_fr_b_con ul li {
        padding: 28px 0;
    }
    .inewsshow_fr_b_con ul li a {
        flex-direction: column;
    }
    .inewsshow_fr_b_img {
        width: 100%;
    }
    .inewsshow_fr_b_txt {
        width: 100%;
        margin-top: 20px;
    }
    .iproshow_fr_con1_fr2 {
        margin-top: 15%;
    }
    .iarea_txt {
        padding: 5% 6%;
    }
    .iarea_txt1 {
        font-size: 80px;
    }
    .iarea_txt2 {
        font-size: 32px;
        margin: 25px 0;
    }
    .icontact1_con_fl {
        width: 38%;
    }
    .icontact1_con_fr {
        width: 62%;
    }
    .icontact1_con_fl1 {
        font-size: 21px;
    }
}@media (min-width:1280px) and (max-width:1400px) {
    .container1 {
        width: 92%;
    }
    .yx img {
        height: 45px;
    }
    .mail {
        margin-right: 11px;
    }
    .logo_txt p {
        font-size: 26px;
    }
    .logo_txt span {
        font-size: 12px;
    }
    .menupc li {
        margin-right: 30px;
    }
    .index {
        padding: 110px 0;
    }
    .about_img {
        width: 101px;
        height: 101px;
    }
    .about_imgs {
        width: 85px;
        height: 85px;
    }
    .news a {
        padding: 20px;
    }
    .footer1_1 {
        width: 19%;
    }
    .footer1_1_t a img {
        height: 45px;
    }
    .footer1_1_t a .flogo_txt p {
        font-size: 26px;
    }
    .footer1_1_t a .flogo_txt span {
        font-size: 12px;
    }
    .footer1_3 {
        width: 22%;
    }
    .footer1_3_t p {
        font-size: 28px;
    }
    .menupc .xiala .xiala_fr {
        padding: 0 70px;
    }
    .menupc .xiala .xiala_fr .xiala_frbg h3 {
        font-size: 190px;
    }
    .menupc .xiala .xiala_frwz .xiala_frwz_fl {
        font-size: 38px;
    }
    .iban_info h3 {
        font-size: 42px;
    }
    .iban_info p {
        font-size: 21px;
    }
    .iabout_dh ul li a {
        padding: 30px 30px 30px 35px;
    }
    .iabout_txt {
        font-size: 21px;
    }
    .inner_title {
        font-size: 32px;
    }
    .iabout_con_fl2 {
        font-size: 32px;
    }
    .iculture_txt {
        padding: 25px 60px;
    }
    .iculture_txt1 {
        font-size: 26px;
    }
    .iculture_txt3 {
        right: 25px;
        bottom: 25px;
    }
    .iculture_txt3 img {
        max-width: 75%;
    }
    .ihonor_con_t {
        background-size: 83%;
        padding-bottom: 105px;
    }
    .ihonor_con_b {
        background-size: 83%;
        padding-bottom: 105px;
    }
    .ihonor_con_t_fl {
        font-size: 26px;
        margin-right: 110px;
    }
    .ihonor_con_b_fr {
        font-size: 26px;
        margin-left: 110px;
    }
    .ifactory_con_fl {
        width: 60%;
    }
    .ifactory_con_fr {
        width: 40%;
    }
    .ifactory_con_fr ul li {
        padding: 0 20px;
    }
    .ifactory_con_fr ul li p {
        font-size: 16px;
    }
    .inews_dh_fc {
        font-size: 21px;
        margin-left: 35px;
    }
    .inews1_fr li {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .inews1_fr li a {
        padding-right: 80px;
    }
    .inews1_fl_txt1 {
        font-size: 22px;
    }
    .inews1_fr_txt {
        margin-left: 35px;
    }
    .inews1_fr_txt1 {
        font-size: 21px;
    }
    .inews2 ul li a {
        padding: 35px;
    }
    .inews2_txt2 {
        font-size: 21px;
    }
    .iproduct_fl {
        width: 20%;
    }
    .iproduct_fr_con ul li a {
        padding: 25px;
    }
    .ipro_txt {
        margin-top: 25px;
    }
    .ijoin_dh_fl2 {
        font-size: 21px;
    }
    .idea1_fl {
        width: 45%;
    }
    .idea1_fl1 {
        font-size: 26px;
    }
    .idea1_fr {
        width: 50%;
    }
    .idea2_txt1 {
        font-size: 21px;
    }
    .ixcfl_con ul li {
        width: 15%;
    }
    .ixcfl_txt1 {
        font-size: 21px;
    }
    .job-title-1 {
        font-size: 21px;
    }
    .show_title h3 {
        font-size: 24px;
    }
    .inewsshow_frs {
        padding: 25px;
    }
    .inewsshow_fr_title {
        font-size: 20px;
    }
    .inewsshow_fr_b_con ul li {
        padding: 25px 0;
    }
    .inewsshow_fr_b_con ul li a {
        flex-direction: column;
    }
    .inewsshow_fr_b_img {
        width: 100%;
    }
    .inewsshow_fr_b_txt {
        width: 100%;
        margin-top: 20px;
    }
    .iproshow_fr_con1_fr2 {
        margin-top: 10%;
    }
    .iarea_txt {
        padding: 5% 6%;
    }
    .iarea_txt1 {
        font-size: 70px;
    }
    .iarea_txt2 {
        font-size: 30px;
        margin: 20px 0;
    }
    .icontact1_con_fl {
        width: 40%;
    }
    .icontact1_con_fr {
        width: 60%;
    }
    .icontact1_con_fl1 {
        font-size: 20px;
    }
}@media (min-width:1200px) and (max-width:1279px) {
    .container1 {
        width: 92%;
    }
    .yx img {
        height: 45px;
    }
    .mail {
        margin-right: 11px;
    }
    .logo_txt p {
        font-size: 26px;
    }
    .logo_txt span {
        font-size: 12px;
    }
    .menupc li {
        margin-right: 30px;
    }
    .index {
        padding: 100px 0;
    }
    .about_img {
        width: 101px;
        height: 101px;
    }
    .about_imgs {
        width: 85px;
        height: 85px;
    }
    .news a {
        padding: 20px;
    }
    .footer1_1 {
        width: 19%;
    }
    .footer1_1_t a img {
        height: 45px;
    }
    .footer1_1_t a .flogo_txt p {
        font-size: 26px;
    }
    .footer1_1_t a .flogo_txt span {
        font-size: 12px;
    }
    .footer1_3 {
        width: 22%;
    }
    .footer1_3_t p {
        font-size: 28px;
    }
    .menupc .xiala .xiala_fr {
        padding: 0 60px;
    }
    .menupc .xiala .xiala_fr .xiala_frbg h3 {
        font-size: 180px;
    }
    .menupc .xiala .xiala_frwz .xiala_frwz_fl {
        font-size: 38px;
    }
    .iban_info h3 {
        font-size: 38px;
    }
    .iban_info p {
        font-size: 20px;
    }
    .iabout_dh ul li a {
        padding: 25px 25px 25px 30px;
    }
    .iabout_txt {
        font-size: 20px;
    }
    .inner_title {
        font-size: 30px;
    }
    .iabout_con_fl2 {
        font-size: 30px;
    }
    .iculture_txt {
        padding: 25px 50px;
    }
    .iculture_txt1 {
        font-size: 24px;
    }
    .iculture_txt3 {
        right: 20px;
        bottom: 20px;
    }
    .iculture_txt3 img {
        max-width: 70%;
    }
    .ihonor_con_t {
        background-size: 83%;
        padding-bottom: 98px;
    }
    .ihonor_con_b {
        background-size: 83%;
        padding-bottom: 98px;
    }
    .ihonor_con_t_fl {
        font-size: 24px;
        margin-right: 100px;
    }
    .ihonor_con_b_fr {
        font-size: 24px;
        margin-left: 100px;
    }
    .ifactory_con_fl {
        width: 60%;
    }
    .ifactory_con_fr {
        width: 40%;
    }
    .ifactory_con_fr ul li {
        padding: 0 20px;
    }
    .ifactory_con_fr ul li p {
        font-size: 16px;
    }
    .inews_dh_fc {
        font-size: 20px;
        margin-left: 30px;
    }
    .inews1_fr li {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .inews1_fr li a {
        padding-right: 80px;
    }
    .inews1_fl_txt1 {
        font-size: 20px;
    }
    .inews1_fr_txt {
        margin-left: 35px;
    }
    .inews1_fr_txt1 {
        font-size: 20px;
    }
    .inews2 ul li a {
        padding: 35px;
    }
    .inews2_txt2 {
        font-size: 20px;
    }
    .iproduct_fl {
        width: 20%;
    }
    .iproduct_fr_con ul li a {
        padding: 20px;
    }
    .ipro_txt {
        margin-top: 20px;
    }
    .ijoin_dh_fl2 {
        font-size: 20px;
    }
    .idea1_fl {
        width: 45%;
    }
    .idea1_fl1 {
        font-size: 24px;
    }
    .idea1_fr {
        width: 50%;
    }
    .idea2_txt1 {
        font-size: 20px;
    }
    .ixcfl_con ul li {
        width: 15%;
    }
    .ixcfl_txt1 {
        font-size: 20px;
    }
    .job-title-1 {
        font-size: 20px;
    }
    .show_title h3 {
        font-size: 24px;
    }
    .inewsshow_frs {
        padding: 25px;
    }
    .inewsshow_fr_title {
        font-size: 20px;
    }
    .inewsshow_fr_b_con ul li {
        padding: 25px 0;
    }
    .inewsshow_fr_b_con ul li a {
        flex-direction: column;
    }
    .inewsshow_fr_b_img {
        width: 100%;
    }
    .inewsshow_fr_b_txt {
        width: 100%;
        margin-top: 20px;
    }
    .iproshow_fr_con1_fr2 {
        margin-top: 10%;
    }
    .iarea_txt {
        padding: 5% 6%;
    }
    .iarea_txt1 {
        font-size: 70px;
    }
    .iarea_txt2 {
        font-size: 30px;
        margin: 20px 0;
    }
    .icontact1_con_fl {
        width: 40%;
    }
    .icontact1_con_fr {
        width: 60%;
    }
    .icontact1_con_fl1 {
        font-size: 20px;
    }
}@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;
    }
    .index {
        padding: 75px 0;
    }
    .index_title h3 {
        font-size: 50px;
    }
    .index_title p {
        font-size: 30px;
    }
    .about_fl1 {
        margin: 30px 0 35px 0;
    }
    .about_img {
        width: 86px;
        height: 86px;
    }
    .about_imgs {
        width: 70px;
        height: 70px;
    }
    .about_fr2 {
        margin-top: 50px;
    }
    .home-product {
        padding: 50px 0 40px 0;
    }
    .pro_title {
        right: 15px;
    }
    .home-product .index_more {
        margin-top: 50px;
    }
    .news_con {
        margin: 45px 0;
    }
    .news a {
        padding: 15px;
    }
    .news_txt1 {
        font-size: 16px;
    }
    .news_con .swiper-button-next2 {
        right: 15px;
    }
    .news_con .swiper-button-prev2 {
        right: 59px;
    }
    .customer_con {
        margin: 15px 0 75px 0;
    }
    .customer_info {
        left: 15px;
    }
    .footer1_1 {
        width: 27%;
    }
    .footer1_1_t a .flogo_txt p {
        font-size: 22px;
    }
    .footer1_1_t a .flogo_txt span {
        font-size: 10px;
    }
    .footer1_2 {
        width: 15%;
        padding: 0 15px;
    }
    .footer1_1_b ul li {
        margin-right: 10px;
    }
    .footer1_2 ul li {
        width: 100%;
    }
    .footer1_2 ul li a {
        line-height: 30px;
    }
    .menulist {
        display: none;
    }
    .footer1_3 {
        width: 33%;
    }
    .footer1_4 {
        width: 15%;
    }
    .inner-banner {
        padding-top: 60px;
    }
    .iban_info h3 {
        font-size: 38px;
    }
    .iban_info p {
        font-size: 20px;
    }
    .iabout_txt {
        font-size: 20px;
    }
    .iabout_dh ul li a {
        padding: 25px 25px 25px 30px;
    }
    .iabout_txt i {
        margin-right: 15px;
    }
    .iabout {
        margin-top: -80px;
        padding: 135px 0 85px 0;
    }
    .inner_title {
        font-size: 30px;
    }
    .iabout_con {
        margin-top: 35px;
    }
    .iabout_con_fl2 {
        font-size: 30px;
        margin: 40px 0 50px 0;
    }
    .iabout_con_fr {
        line-height: 30px;
    }
    .iculture {
        margin-top: 50px;
    }
    .iculture_con {
        margin-top: 35px;
    }
    .iculture_txt {
        padding: 25px 35px;
    }
    .iculture_txt1 {
        font-size: 26px;
    }
    .iculture_txt2 {
        line-height: 30px;
    }
    .iculture_txt3 {
        right: 20px;
        bottom: 20px;
    }
    .iculture_txt3 img {
        max-width: 50%;
    }
    .ihonor {
        padding: 50px 0 15px 0;
    }
    .ihonor_con {
        margin-top: 35px;
    }
    .ihonor_con_t_fl {
        font-size: 26px;
        margin-right: 100px;
    }
    .ihonor_con_t_fr {
        width: 75%;
    }
    .ihonor_con_t {
        background-size: 81%;
        padding-bottom: 81px;
    }
    .ihonor_con_t_fr .swiper-button-prev3 {
        left: 15px;
    }
    .ihonor_con_t_fr .swiper-button-next3 {
        left: 76px;
    }
    .ihonor_con_b_fr {
        font-size: 26px;
        margin-left: 100px;
    }
    .ihonor_con_b_fl {
        width: 75%;
    }
    .ihonor_con_b_fl .swiper-button-next4 {
        right: 15px;
    }
    .ihonor_con_b_fl .swiper-button-prev4 {
        right: 76px;
    }
    .ihonor_con_b {
        background-size: 81%;
        padding-bottom: 81px;
    }
    .ifactory {
        padding: 50px 0 40px 0;
    }
    .ifactory_con {
        margin-top: 35px;
    }
    .ifactory_con_fr ul li {
        padding: 0 25px;
    }
    .ifactory_con_fr ul li p {
        font-size: 16px;
    }
    .ifactory_con_fl {
        width: 50%;
    }
    .ifactory_con_fr {
        width: 50%;
        padding-top: 30px;
    }
    .icustomer {
        padding: 50px 0 23px 0;
    }
    .icustomer_nav {
        margin: 30px 0 35px 0;
    }
    .icustomer_nav ul li a {
        font-size: 16px;
    }
    .inews_dh_fl {
        display: none;
    }
    .inews_dh_fc {
        margin-left: 0;
        font-size: 24px;
    }
    .inews_dh .container1 {
        height: 100%;
    }
    .inews1 {
        margin: 50px 0;
    }
    .inews1_fl_txt1 {
        font-size: 20px;
    }
    .inews1_fr li {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .inews1_fr li a {
        padding-right: 70px;
    }
    .inews1_fr_txt {
        margin-left: 35px;
    }
    .inews1_fr_txt1 {
        font-size: 18px;
    }
    .inews1_fr_txt2 {
        margin-top: 20px;
    }
    .inews2 ul li {
        margin-bottom: 30px;
    }
    .inews2 ul li a {
        padding: 35px;
    }
    .inews2_txt2 {
        font-size: 20px;
    }
    .iproduct {
        padding: 50px 0;
    }
    .iproduct_fl {
        width: 22%;
    }
    .iproduct_fr_con {
        margin: 35px 0 20px 0;
    }
    .iproduct_fr_con ul li a {
        padding: 20px;
    }
    .ipro_txt {
        margin-top: 20px;
    }
    .ijoin_dh {
        margin: 50px 0;
    }
    .ijoin_dh_fl {
        padding: 15px;
    }
    .ijoin_dh_fl2 {
        font-size: 20px;
    }
    .idea1 {
        margin: 45px 0 50px 0;
    }
    .idea1_fl {
        width: 43%;
    }
    .idea1_fl1 {
        font-size: 24px;
    }
    .idea1_fl2 {
        margin-top: 20px;
    }
    .idea1_fr {
        width: 50%;
    }
    .idea2 {
        margin-bottom: 30px;
    }
    .idea2_txt {
        padding: 23px 33px;
    }
    .idea2_txt1 {
        font-size: 20px;
    }
    .ixcfl {
        padding: 58px 0 48px 0;
    }
    .ixcfl_info {
        margin: 20px 0 30px 0;
    }
    .ixcfl_info h3 {
        font-size: 20px;
    }
    .ixcfl_con ul li {
        width: 17%;
    }
    .ixcfl_txt1 {
        font-size: 20px;
    }
    .ijob {
        padding: 60px 0 50px 0;
    }
    .ijob_info {
        margin: 30px 0 40px 0;
    }
    .ijob_con {
        padding: 30px 30px 50px 30px;
    }
    .ijob_con dl {
        padding: 20px 30px;
    }
    .job-title-1 {
        font-size: 20px;
    }
    .inewsshow .container1 {
        flex-direction: column;
    }
    .inewsshow_fl {
        width: 100%;
    }
    .inewsshow_fr {
        display: none;
    }
    .inewsshow {
        margin: 70px 0 50px 0;
    }
    .show_title {
        text-align: center;
        margin-bottom: 25px;
    }
    .show_title h3 {
        font-size: 26px;
    }
    .show_info {
        padding-bottom: 35px;
    }
    .show_content {
        padding: 30px 0 50px 0;
    }
    .show_back {
        padding-top: 35px;
    }
    .iproshow_fr_con {
        margin-top: 35px;
    }
    .iproshow_fr_con1 {
        flex-direction: column;
        padding-bottom: 35px;
        margin-bottom: 35px;
    }
    .iproshow_fr_con1_fl {
        width: 100%;
    }
    .iproshow_fr_con1_fr {
        width: 100%;
        margin-top: 35px;
    }
    .iproshow_fr_con1_fr2 {
        margin-top: 35px;
    }
    .iproshow_fr_con .show_content {
        padding: 0 0 35px 0;
    }
    .iarea_txt {
        padding: 25px 35px;
    }
    .iarea_txt1 {
        font-size: 60px;
    }
    .iarea_txt2 {
        font-size: 30px;
        margin: 20px 0;
    }
    .iarea_txt3 {
        line-height: 30px;
    }
    .icontact1 {
        padding: 70px 0 50px 0;
    }
    .icontact1_con {
        margin-top: 35px;
    }
    .icontact1_con_fl {
        width: 40%;
    }
    .icontact1_con_fr {
        width: 60%;
    }
    .icontact1_con_fl1 {
        font-size: 20px;
    }
    .icontact1_con_fl2 {
        margin: 20px 0;
    }
    .icontact2 {
        margin: 50px 0;
    }
    .icontact2_con {
        margin-top: 35px;
    }
}@media(max-width:820px) {
    .index {
        padding: 50px 0;
    }
    .about_fr2 {
        margin-top: 10px;
    }
    .about_fr2 ul li {
        width: 33.3%;
        margin-top: 20px;
    }
    .customer_con {
        margin: 15px 0 50px 0;
    }
    .customer_con .swiper-slide {
        margin-top: 20px !important;
    }
    .customer_info {
        position: inherit;
        bottom: 0;
        left: 0;
        margin-top: 20px;
    }
    .footer1_1 {
        width: 30%;
    }
    .footer1_1_c {
        margin: 15px 0 30px 0;
    }
    .footer1_3_t p {
        font-size: 26px;
    }
    .footer1_2 {
        padding: 0;
    }
    .footer1_4 {
        width: 12%;
    }
    .iban_info h3 {
        font-size: 30px;
    }
    .about.inner-location {
        margin-top: -40px;
    }
    .iabout_dh {
        margin-top: 40px;
    }
    .iabout_dh ul {
        height: auto;
        justify-content: center;
    }
    .iabout_dh ul li {
        width: 33.3%;
        border-bottom: 1px solid #F2F2F2;
    }
    .iabout_dh ul li:nth-child(3n) {
        border-right: none;
    }
    .inner_title {
        font-size: 26px;
    }
    .iabout {
        margin-top: 0;
        padding: 50px 0 40px 0;
    }
    .iabout_con {
        flex-direction: column;
    }
    .iabout_con_fl {
        width: 100%;
    }
    .iabout_con_fr {
        width: 100%;
        margin-top: 35px;
    }
    .iabout_con_fl2 {
        font-size: 26px;
        margin: 20px 0 30px 0;
    }
    .iculture_txt1 {
        font-size: 22px;
    }
    .ihonor_con_t_fl {
        font-size: 22px;
    }
    .ihonor_con_t_fr {
        width: 70%;
    }
    .ihonor_con_b_fl {
        width: 70%;
    }
    .ihonor_con_b_fr {
        font-size: 22px;
    }
    .ihonor_con_t {
        background-size: 78%;
        padding-bottom: 63px;
    }
    .ihonor_con_b {
        background-size: 78%;
        padding-bottom: 63px;
    }
    .ifactory_con {
        flex-direction: column;
    }
    .ifactory_con_fl {
        width: 100%;
    }
    .ifactory_con_fr {
        width: 100%;
    }
    .icustomer_con ul li {
        width: 30%;
        margin-right: 5%;
    }
    .icustomer_con ul li:nth-child(6n) {
        margin-right: 5%;
    }
    .icustomer_con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .inews1 {
        flex-direction: column;
    }
    .inews1_fl {
        width: 100%;
    }
    .inews1_fr {
        width: 100%;
        margin-top: 35px;
    }
    .inews2 ul li a {
        padding: 25px;
    }
    .idea1 {
        flex-direction: column;
    }
    .idea1_fl {
        width: 100%;
    }
    .idea1_fr {
        width: 100%;
        margin-top: 35px;
    }
    .idea1_fl1 {
        font-size: 20px;
    }
    .idea1_fl2 {
        line-height: 30px;
    }
    .idea2_txt {
        height: 225px;
    }
    .ixcfl_img {
        width: 65px;
        height: 59px;
    }
    .ixcfl_txt1 {
        line-height: 25px;
        height: 50px;
    }
    .show_title h3 {
        font-size: 24px;
    }
    .iarea_txt1 {
        font-size: 50px;
    }
    .iarea_txt2 {
        font-size: 26px;
    }
    .icontact1_con {
        flex-direction: column;
    }
    .icontact1_con_fl {
        width: 100%;
        padding: 35px;
    }
    .icontact1_con_fr {
        width: 100%;
    }
}@media(max-width:768px) {
    .index_title h3 {
        font-size: 40px;
    }
    .index_title p {
        font-size: 26px;
    }
    .customer_con .swiper-container {
        width: 80%;
    }
    .ihonor_con_t {
        padding-bottom: 60px;
    }
    .ihonor_con_b {
        padding-bottom: 60px;
    }
    .show_title h3 {
        font-size: 22px;
    }
    .iarea_txt1 {
        font-size: 40px;
    }
    .iarea_txt2 {
        font-size: 24px;
    }
}@media(max-width:600px) {
    .ban_btn {
        bottom: 15px;
        right: 10px;
    }
    .home-banner .swiper-button-prev {
        bottom: 25px;
    }
    .home-banner .swiper-pagination {
        bottom: 50px;
    }
    .home-banner .swiper-pagination-fraction {
        font-size: 16px;
        margin-top: 8px;
    }
    .home-banner .swiper-pagination-fraction .swiper-pagination-current {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .index {
        padding: 30px 0;
    }
    .home-about .container1 {
        flex-direction: column;
    }
    .about_fl {
        width: 100%;
    }
    .about_fr {
        width: 100%;
        margin-top: 20px;
    }
    .about_fl1 {
        margin: 15px 0 20px 0;
    }
    .index_title h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .index_title p {
        font-size: 20px;
        line-height: 35px;
    }
    .home-product {
        padding: 30px 0;
    }
    .pro_title {
        position: inherit;
        right: 0;
    }
    .home-product .index_more {
        margin-top: 30px;
    }
    .product_con {
        margin-top: 20px;
    }
    .news_con {
        margin: 25px 0;
    }
    .news_con .swiper-button-next2, .news_con .swiper-button-prev2 {
        top: 23px;
    }
    .customer_con {
        margin: 0 0 25px 0;
    }
    .customer_con .swiper-container {
        width: 65%;
    }
    .footer1 {
        padding: 30px 0;
    }
    .footer1 .container1 {
        flex-direction: column;
    }
    .footer1_1 {
        width: 100%;
    }
    .footer1_2 {
        width: 100%;
        border: none;
        margin: 20px 0;
    }
    .footer1_3 {
        width: 100%;
    }
    .footer1_4 {
        width: 100%;
        margin-top: 20px;
    }
    .footer1_2 ul li {
        width: 25%;
    }
    .footer1_3_t h5 {
        margin-bottom: 10px;
    }
    .footer2 {
        padding: 15px 0;
    }
    .footer2 p {
        font-size: 14px;
        line-height: 25px;
    }
    .footer2 p a {
        font-size: 14px;
        line-height: 25px;
    }
    .iban_info {
        padding-top: 60px;
    }
    .iban_info h3 {
        font-size: 22px;
    }
    .iban_info p {
        font-size: 16px;
    }
    .about.inner-location {
        margin-top: 20px;
    }
    .inner-location {
        margin-top: 20px;
    }
    .inner-location p {
        color: #666;
    }
    .inner-location p a {
        color: #666;
    }
    .iabout_dh {
        margin-top: 20px;
    }
    .iabout_dh ul li a {
        padding: 20px 20px 20px 25px;
    }
    .iabout {
        padding: 30px 0 20px 0;
    }
    .iabout_con {
        margin-top: 20px;
    }
    .iabout_txt {
        font-size: 18px;
        margin-top: 10px;
    }
    .inner_title {
        font-size: 22px;
    }
    .iabout_con_fl2 {
        font-size: 18px;
        line-height: 1.5;
        margin: 15px 0 20px 0;
    }
    .iabout_con_fr {
        margin-top: 20px;
    }
    .iculture {
        margin-top: 30px;
    }
    .iculture_con {
        margin-top: 20px;
    }
    .iculture_con ul li {
        flex-direction: column;
    }
    .iculture_con ul li:nth-child(even) {
        flex-direction: row;
    }
    .iculture_img {
        width: 100%;
    }
    .iculture_txt {
        width: 100%;
        padding: 25px 25px 50px 25px;
    }
    .iculture_txt1 {
        font-size: 20px;
    }
    .ihonor {
        padding: 30px 0 15px 0;
    }
    .ihonor_con_t_fr {
        width: 60%;
    }
    .ihonor_con_b_fl {
        width: 60%;
    }
    .ihonor_con_t_fl {
        font-size: 20px;
        margin-right: 50px;
    }
    .ihonor_con_b_fr {
        font-size: 20px;
        margin-left: 50px;
    }
    .ihonor_con_t {
        background-size: 65%;
        padding-bottom: 27px;
    }
    .ihonor_con_b {
        background-size: 65%;
        padding-bottom: 27px;
    }
    .ihonor_con_t_fr .swiper-button-next3, .ihonor_con_t_fr .swiper-button-prev3 {
        top: 45px;
        width: 40px;
        height: 40px;
    }
    .ihonor_con_b_fl .swiper-button-next4, .ihonor_con_b_fl .swiper-button-prev4 {
        top: 45px;
        width: 40px;
        height: 40px;
    }
    .ihonor_con_t_fr .swiper-button-next3 {
        left: 65px;
    }
    .ihonor_con_b_fl .swiper-button-prev4 {
        right: 65px;
    }
    .ifactory {
        padding: 30px 0 40px 0;
    }
    .ifactory_con {
        margin-top: 20px;
    }
    .ifactory_con_fr {
        padding-top: 20px;
    }
    .ifactory_con_fr ul li {
        padding: 15px;
        height: auto;
    }
    .icustomer {
        padding: 30px 0 10px 0;
    }
    .icustomer_nav {
        margin: 20px 0 13px 0;
    }
    .icustomer_nav ul li {
        margin: 0 13px 13px 13px;
    }
    .icustomer_con ul li {
        margin-bottom: 20px;
    }
    .inews_dh {
        height: auto;
        padding: 20px 0;
    }
    .inews_dh_fc {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .inews {
        margin-bottom: 30px;
    }
    .inews1 {
        margin: 30px 0;
    }
    .inews1_fl_txt {
        margin-top: 20px;
    }
    .inews1_fl_txt1 {
        font-size: 18px;
    }
    .inews1_fr {
        margin-top: 20px;
    }
    .inews1_fr li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .inews1_fr li a {
        padding-right: 55px;
    }
    .inews1_fr_txt {
        margin-left: 20px;
    }
    .inews1_fr_txt1 {
        font-size: 16px;
    }
    .inews1_fr_txt2 {
        margin-top: 10px;
        font-size: 14px;
    }
    .inews2 {
        margin-bottom: 10px;
    }
    .inews2 ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .inews2_txt2 {
        margin: 20px 0;
    }
    .inews2_txt4 {
        margin: 20px 0 30px 0;
    }
    .iproduct {
        padding: 30px 0;
        margin-top: 0;
        background: #F4F5F7;
    }
    .iproduct:before {
        display: none;
    }
    .iproduct:after {
        display: none;
    }
    .inner-location.iprodh {
        padding-bottom: 20px;
    }
    .iproduct .container1 {
        flex-direction: column;
    }
    .iproduct_fl {
        width: 100%;
        background: #FFFFFF;
        padding: 25px;
    }
    .iproduct_fr {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .iproduct_fr_con {
        margin: 20px 0 20px 0;
    }
    .iproduct_fr_con ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .iproduct_fr_con ul li:nth-child(3n) {
        margin-right: 2%;
    }
    .iproduct_fr_con ul li:nth-child(2n) {
        margin-right: 0;
    }
    .inewsshow {
        margin: 20px 0 30px 0;
    }
    .show_title {
        margin-bottom: 15px;
    }
    .show_title h3 {
        font-size: 20px;
    }
    .show_info {
        flex-direction: column;
        padding-bottom: 20px;
    }
    .show_info2 {
        margin: 20px 0;
    }
    .show_content {
        padding: 20px 0 30px 0;
    }
    .show_back {
        padding-top: 25px;
        flex-direction: column;
    }
    .show_back_fl {
        width: 100%;
    }
    .show_back_fr {
        margin-top: 15px;
    }
    .iproshow_fr_con {
        margin-top: 20px;
    }
    .iproshow_fr_con1 {
        padding-bottom: 30px;
        margin-bottom: 25px;
    }
    .inewsshow_fr_title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .iproshow_fr_con1_fr2 {
        margin-top: 20px;
    }
    .iproshow_fr_con .show_content {
        padding: 0 0 25px 0;
    }
    .iarea ul li {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .iarea ul li:nth-child(odd) {
        flex-direction: column;
    }
    .iarea ul li:nth-child(even) {
        flex-direction: column;
    }
    .iarea_img {
        width: 100%;
    }
    .iarea_txt {
        width: 100%;
        box-shadow: 0 0 15px #ccc;
        padding: 20px 25px;
    }
    .iarea_txt1 {
        font-size: 36px;
    }
    .iarea_txt2 {
        font-size: 20px;
    }
    .icontact {
        margin-top: 20px;
    }
    .icontact1 {
        padding: 30px 0;
    }
    .icontact1_con {
        margin-top: 20px;
    }
    .icontact1_con_fl {
        padding: 25px;
    }
    .icontact2 {
        margin: 30px 0;
    }
    .icontact2_con {
        margin-top: 20px;
    }
    .lx1 {
        flex-direction: column;
    }
    .lx1s {
        width: 100%;
        margin-bottom: 20px;
    }
    .lx1 textarea {
        height: 150px;
    }
    .lx2 {
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
    }
    .lx2_fl {
        width: 100%;
    }
    .lx2_fr {
        margin-top: 20px;
        width: 100%;
        justify-content: center;
    }
    .ijoin_dh {
        margin: 30px 0 10px 0;
    }
    .ijoin_dh ul {
        flex-direction: column;
    }
    .ijoin_dh ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .idea1 {
        margin: 25px 0 30px 0;
    }
    .idea1_fl1 {
        font-size: 18px;
    }
    .idea2 ul li {
        width: 48%;
        margin-right: 4%;
    }
    .idea2 ul li:last-child {
        margin-right: 4%;
    }
    .idea2 ul li:nth-child(2n) {
        margin-right: 0;
    }
    .idea2_txt {
        padding: 20px 15px;
        height: 198px;
    }
    .idea2_txt1 {
        font-size: 18px;
    }
    .idea2_txt2 {
        margin-top: 20px;
    }
    .ixcfl {
        padding: 30px 0 10px 0;
    }
    .ixcfl_info h3 {
        font-size: 18px;
    }
    .ixcfl_con ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .ixcfl_txt {
        margin-top: 20px;
    }
    .ixcfl_txt1 {
        height: auto;
    }
    .ixcfl_txt2 {
        margin-top: 10px;
        text-align: center;
    }
    .ijob {
        padding: 30px 0;
    }
    .ijob_info {
        margin: 20px 0;
    }
    .ijob_con {
        padding: 20px 20px 30px 20px;
    }
    .ijob_con dl {
        padding: 20px;
    }
}@media(max-width:414px) {
}
@media(max-width:375px) {
}
@media(max-width:320px) {
}</pre></body></html>