*, *: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;
}
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:#666;
}
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:#333;
}
:-moz-placeholder {
    color:#333;
    opacity:1;
}
::-moz-placeholder {
    color:#333;
    opacity:1;
}
:-ms-input-placeholder{
    color:#333;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
@font-face {
    font-family:'Alibaba-PuHuiTi-R';
    src: url('../fonts/Alibaba-PuHuiTi-R.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Alibaba-PuHuiTi-M';
    src: url('../fonts/Alibaba-PuHuiTi-M.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Alibaba-PuHuiTi-L';
    src: url('../fonts/Alibaba-PuHuiTi-L.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Alibaba-PuHuiTi-B';
    src: url('../fonts/Alibaba-PuHuiTi-B.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
body {
    font-family:'Alibaba-PuHuiTi-R';
    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: 1710px;
    margin: 0 auto;
}
.container2{
    width: 1380px;
    margin: 0 auto;
}
header {
    width:100%;
    margin:0 auto;
    transition: .5s;
}
.daohang {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 137px;
    background: #FFFFFF;
    clear:both;
    transition: .5s;
}
.daohang .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.yx a{
    display:flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.yx a img {
    height: 101px;
}

.nav-fr{
    display: flex;
    flex-direction: column;
}
.nav-fr-t{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px;
    position: relative;
    padding-right: 63px;
}
.tel{
    background: url("../images/tel.png") no-repeat left center;
    background-size: 17px 17px;
    padding-left: 28px;
    font-weight: 400;
    font-size: 18px;
    color: #5e5e5e;
    line-height: 1;
}
.search{
    position: relative;
    margin: 0 24px;
}
.ss1{
    width: 357px;
    height: 40px;
    background: #EDF0F2;
    border-radius: 20px;
    line-height: 40px;
    border: none;
    padding: 0 134px 0 15px;
    font-size: 16px;
    color: #666666;
}
.ss2{
    position: absolute;
    right: 0;
    top: 0;
    width: 119px;
    height: 40px;
    background: #DD0E0E;
    border-radius: 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0.8;
}
.ss2 i{
    width: 11px;
    height: 13px;
    background: url("../images/search.png") no-repeat center;
    background-size: 100%;
    margin-left: 10px;
}

.nation{
    display: flex;
    align-items: center;
}
.nation a{
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    opacity: 0.8;
    transition: .5s;
}
.nation a:hover{
    color: #DD0E0E;
}
.nav-fr-b{

}
.navdaohang{
    margin-left: 58px;
}
.menupc{
    display: flex;
    align-items: center;
}
.menupc li{
    text-align: center;
    z-index: 9;
    position: static;
    margin: 0 40px;
}
.menupc li a{
    display:flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 73px;
    text-transform: capitalize;
    z-index: 999;
    position: relative;
}
.menupc li a i{
    width: 11px;
    height: 7px;
    background: url("../images/jt.png") no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    right: -19px;
    transition: .5s;
}
.menupc li a:hover i{
    background: url("../images/jt_h.png") no-repeat left center;
    background-size: 100% 100%;
}
/*.menupc li:hover a{
    color: #0062B2;
}*/
.menupc li:hover a:after{
    width: 100%;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto 0 0;
    height: 2px;
    background: #0779ED;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: .5s;
}
/*.menupc li a:hover{
    color: #0062B2;
}
.menupc li a.current{
    color: #0062B2;
}*/
.menupc li a:hover:after{
    width: 100%;
}
.menupc li .current:after{
    width: 100%;
}
.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background: #FFFFFF;
    overflow: hidden;
    left: 0;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 0;
}
.menupc .xiala ul{
    display: flex;
    align-items: center;
}
.menupc .xiala ul h3{
    font-family: "Alibaba-PuHuiTi-M";
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    line-height: 36px;
}
.menupc .xiala ul li{
    line-height: 36px;
    margin-left: 65px;
    margin-right: 0;
}
.menupc .xiala ul li a{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    text-transform: capitalize;
}
.menupc .xiala ul li a:hover{
    color: #0779ED;
}
.menupc .xiala ul li a.current{
    color: #0779ED;
}
.menupc .xiala ul li a:after{
    display: none;
}



.daohang.navFix{
    position: fixed;
    z-index: 999;
}



/*手机导航*/
.menubtn{
    display: block;
    position: absolute;
    right: 0;
    width: 33px;
    height: 40px;
    cursor: pointer;
    top: 6.5px;
}

/*鎵嬫満瀵艰埅*/
.formBox{
    display: none;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.formBox .inputText{
    width: 60%;
    font-size: 15px;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid #eee;
}
.formBox .btn{
    font-size: 0;
}
.menubtn span {
    display: block;
    width: 33px;
    height: 1px;
    background: #111111;
    margin: 6px 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.menubtn.on span:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
    background: #DD0E0E;
}
.menubtn.on span:nth-child(2) {
    display: none;
}
.menubtn.on span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -7px;
    background: #DD0E0E;
}
.m-nav {
    position: fixed;
    top: 60px;
    right: calc((100vw - 1710px) / 2);
    width: 357px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 7px 10px 38px 0px rgba(4,10,62,0.08);
    border-radius: 10px;
    display: none;
    z-index: 999;
    /*overflow-y: scroll;*/
    border: 1px solid #EEEEEE;
}

.m-nav .nav-list {
    padding-left: 5%;
    padding-right: 5%;
}
.m-nav .nav-list>li{
    text-align: left;
    border-bottom: #e8e8e8 solid 1px;
    box-sizing: border-box;
}
.m-nav .nav-list .one-level{
    position: relative;
    padding-right: 40px;
}
.m-nav .nav-list .one-level i{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 30px;
    height: 45px;
    background: url("../images/img99.png") center no-repeat;
    background-size: 8px 14px !important;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
.m-nav .nav-list .one-level.on i{
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.m-nav .nav-list>li>a, .m-nav .nav-list .one-level{
    font-size: 18px;
    color: #111111;
    display: block;
    height: 45px;
    line-height: 45px;
}
.m-nav .nav-list>li>a:hover, .m-nav .nav-list .one-level.on a, .m-nav .nav-list .one-level a:hover {
    color: #0779ED;
}
.m-nav .nav-list>li:hover i, .m-nav .nav-list .one-level.on i, .m-nav .nav-list .one-level:hover i{
    background: url("../images/img99_h.png") center no-repeat;
}
.m-nav .nav-list .lang{
    text-align: center;
    margin-top: 10%;
    border-bottom: none;
}
.m-nav .nav-list .lang .one-level{
    padding-right: 0;
}
.m-nav .nav-list .one-level a, .m-nav .nav-list .one-level span{
    display: inline-block;
    color: #111111;
}
.m-nav .nav-list .one-level span{
    margin: 0 30px;
}
.m-nav .nav-list .one-level a:hover span{
    color: #666666;
}
.m-nav .nav-list li a .tit {
    color: #222222;
}
.m-nav .nav-list li a:hover .tit {
    color: #19aeae;
}
.m-nav .m-subnav {
    display: none;
    border-top: #e8e8e8 solid 1px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.m-nav ul li .m-subnav>a, .m-nav ul li .m-subnav .two-level {
    display: block;
    font-size: 15px;
    color: #111111;
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
}
.m-nav ul li .m-subnav a:hover {
    color: #0779ED;
}

#mmenu .language {
    width: 100%;
    display: flex;
    align-items: center;
}
#mmenu .language a {
    display: block;
    line-height: 40px;
    color: rgba(0,0,0,.7);
    text-decoration: none;
    text-align: center;
    height: 40px;
    padding: 0 0 0 20px;
}

/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners img{
    display: block;
    width: 100%;
    height: auto;
}
.ban_txt{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}
.ban_txt .container2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.ban_txt1{
    font-weight: 400;
    font-size: 50px;
    color: #111111;
    line-height: 1;
    text-transform: uppercase;
}
.ban_txt1 h3{
    display: flex;
    align-items: center;
}
.ban_txt1 h3 img{
    width: 185px;
    height: 84px;
    border-radius: 10px;
    margin: 20px 20px 20px 0;
}
.ban_txt2{
    margin-top: 45px;
    display: flex;
    flex-direction: column;
}
.ban_txt2 a{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}
.ban_txt3{
    margin-top: 35px;
}
.index_more a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    border-radius: 31px;
    border: 2px solid #0779ED;
    padding: 0 36px;
    font-weight: 400;
    font-size: 16px;
    color: #0779ED;
    text-transform: uppercase;
    transition: .5s;
}
.index_more a i{
    width: 17px;
    height: 17px;
    background: url("../images/m.png") no-repeat center;
    background-size: 100% !important;
    margin-left: 20px;
    transition: .5s;
}
.index_more a:hover{
    background: #0779ED;
    color: #ffffff;
}
.index_more a:hover i{
    background: url("../images/m_h.png") no-repeat center;
}

/*.home-banner .swiper-container .swiper-pagination{
    display: block;
    bottom: 45px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    outline: none;
    margin: 0px 3px !important;
    border-radius: 50%;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    width: 10px;
    height: 10px;
    background: transparent;
    position: relative;
}
.home-banner .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 14px;
    height: 14px;
    border: 2px solid #2E76DE;
    border-radius: 50%;
}*/


@media(max-width:1199px) {
    .yx a img{
        height: 45px;
    }
    .menubtn{
        height: 60px;
        top: 0;
    }
    .tel{
        display: none;
    }
    .nav-fr-t{
        margin-top: 0;
        padding-right: 50px;
    }
    .nation a{
        font-size: 16px;
    }
    .search{
        display: none;
    }
    .formBox{
        display: flex;
    }
    .m-nav{
        width: 100%;
        height: calc(100% - 60px);
        right: 0;
        border-radius: 0;
    }
    .daohang{
        height:60px;
        position: fixed;
        top: 0;
        z-index: 999;
        box-shadow: 7px 10px 38px 0px rgba(4,10,62,0.08);
    }
    .navdaohang{
        display: none;
    }
}

footer{
    width: 100%;
    margin: 0 auto;
}
.footer2{
    border-top: 1px solid #DDDDDD;
    overflow: hidden;
}
.footer2 .container1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer2_fl, .footer2_fr{
    width: 50%;
}
.footer2_fl ul{
    display: flex;
    align-items: center;
}
.footer2_fl ul li{
    margin-right: 13px;
}
.footer2_fl ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #DD0E0E;
    position: relative;
    transition: .5s;
}
.footer2_fl ul li a:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #DD0E0E;
    transform: scale(0);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: .5s;
}
.footer2_fl ul li a:hover:after{
    transform: scale(1);
    opacity: 1;
}
.footer2_fl ul li a i{
    background-size: 100% !important;
    position: relative;
    z-index: 9;
}
.footer2_fl ul li a .in{
    width: 18px;
    height: 18px;
    background: url("../images/in.png") no-repeat center;
}
.footer2_fl ul li a:hover .in{
    background: url("../images/in_h.png") no-repeat center;
}
.footer2_fl ul li a .x{
    width: 17px;
    height: 15px;
    background: url("../images/x.png") no-repeat center;
}
.footer2_fl ul li a:hover .x{
    background: url("../images/x_h.png") no-repeat center;
}
.footer2_fl ul li a .facebook{
    width: 10px;
    height: 20px;
    background: url("../images/facebook.png") no-repeat center;
}
.footer2_fl ul li a:hover .facebook{
    background: url("../images/facebook_h.png") no-repeat center;
}
.footer2_fl ul li a .youtube{
    width: 17px;
    height: 12px;
    background: url("../images/youtube.png") no-repeat center;
}
.footer2_fl ul li a:hover .youtube{
    background: url("../images/youtube_h.png") no-repeat center;
}
.footer2_fr{
    border-left: 1px solid #DDDDDD;
    padding: 30px 40px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.footer1{
    border-top: 1px solid #DDDDDD;
    padding: 70px 0;
}
.footer1 .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_fl{
    width: 13%;
}
.footer1_fl a{
    display: block;
}
.footer1_fl a img{
    height: 101px;
}
.footer1_fr{
    width: 80%;
}
.footer1_fr ul{
    display: flex;
    justify-content: space-between;
}
.footer1_fr ul li{
    /*width: 20%;*/
    padding: 0 15px;
}
.footer1_fr ul li a{
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 40px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist{

}
.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: 16px;
    color: #666666;
    line-height: 40px;
    text-transform: capitalize;
}
/*.menulist ul li a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0779ED;
    position: absolute;
    left: 0;
    bottom: 7px;
    transition: .5s;
}
.menulist ul li a:hover:after{
    width: 100%;
}*/

.side{
    position: fixed;
    right: 0;
    bottom: 15%;
    z-index: 9;
}
.side a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 3px 4px 24px 0px rgba(221,14,14,0.22);
    transition: .5s;
}
.js-cookie{
    background:  url("../images/cookiebg.jpg") no-repeat center;
    background-size: cover;
    position: fixed;
    bottom: 75px;
    right: 42px;
    padding: 50px 30px;
    width: 385px;
    z-index: 99;
    border: 1px solid #DD0E0E;
    border-radius: 25px;
}
.text{
    display: flex;
    flex-direction: column;
}
.text1{
    font-weight: 400;
    font-size: 30px;
    color: #111111;
    line-height: 1;
}
.text2{
    margin: 20px 0;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.text3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 141px;
    margin: 0 auto;
    height: 47px;
    background: #DD0E0E;
    border-radius: 24px;
    border: 1px solid #DD0E0E;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
}
.text3 i{
    width: 13px;
    height: 13px;
    background: url("../images/m_h.png") no-repeat center;
    background-size: 100%;
    margin-left: 13px;
    transition: .5s;
}
.text3:hover i{
    transform: rotate(45deg);
}

.home-about{
    width: 100%;
    margin: 0 auto;
    padding: 78px 0 100px 0;
}
.home-about .container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_fl{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about_fl_t{
    display: flex;
    flex-direction: column;
}
.index_title{
    font-family: "Alibaba-PuHuiTi-L";
    font-weight: 300;
    font-size: 60px;
    color: #081E3D;
    line-height: 1;
    text-transform: uppercase;
}
.about_fl_t1{
    line-height: 1.3;
}
.about_fl_t2{
    margin-top: 25px;
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.about_fl_t2 i{
    width: 57px;
    height: 2px;
    background: #DD0E0E;
    margin-left: 10px;
}
.about_fl_b1 ul{
    display: flex;
    flex-direction: column;
}
.about_fl_b1 ul li a{
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    color: #192644;
    line-height: 2;
    text-transform: capitalize;
    position: relative;
}
.about_fl_b1 ul li a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0779ED;
    position: absolute;
    bottom: 7px;
    left: 0;
    transition: .5s;
}
.about_fl_b1 ul li a:hover:after{
    width: 100%;
}
.about_fl_b2{
    margin-top: 30px;
}
.about_fr{
    width: 47%;
}
.about_fr1 img{
    border-radius: 20px;
}
.about_fr2{
    margin-top: 50px;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 27px;
}
.about_fr3{
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 27px;
}
.home-business{
    width: 100%;
    margin: 0 auto;
    background: url("../images/businessbg.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 0 70px 0;
}
.business1{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 1;
}
.business1 i{
    width: 15px;
    height: 8px;
    background: url("../images/bjt.png") no-repeat center;
    background-size: 100%;
    margin-right: 8px;
}
.business2{
    margin-top: 60px;
    text-align: center;
}
.business3{
    margin-top: 55px;
}
.business3 ul{
    display: flex;
    flex-wrap: wrap;
}
.business3 ul li{
    margin-bottom: 25px;
    width: 37.5%;
    margin-right: 1.8%;
}
.business3 ul li:nth-child(1), .business3 ul li:nth-child(4){
    width: 60.7%;
}
.business3 ul li:nth-child(2n){
    margin-right: 0;
}
.business3 ul li a{
    display: block;
    position: relative;
    border-radius: 20px;
}
.business3_img{
    border-radius: 20px;
}
.business3_txt{
    background: url("../images/bbg.png") repeat-x bottom center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 34px 47px;
    border-radius: 0 0 20px 20px;
    background-size: cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.business3_txt1{
    font-weight: 400;
    font-size: 26px;
    color: #FFFFFF;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}
/*.business3_txt1 h3:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}*/
.business3_txt2{
    margin-top: 30px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    text-transform: capitalize;
}
.business3_txt2 i{
    width: 17px;
    height: 17px;
    background: url("../images/m_h.png") no-repeat center;
    background-size: 100%;
    margin-left: 25px;
    transition: .5s;
}
.business3 ul li a:hover .business3_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.business3 ul li a:hover .business3_txt2 i{
    transform: rotate(45deg);
}
.home-news{
    width: 100%;
    margin: 95px auto 75px auto;
    position: relative;
}
.circle{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 5%;
    z-index: -1;
}
.news_t .about_fl_t2{
    font-size: 18px;
}
.news_t .about_fl_t2 i{
    margin-left: 30px;
}
.news_b{
    width: 76.4%;
    margin: 0 0 0 auto;
    position: relative;
    padding: 15px 0 65px 75px;
}
.news_b:after{
    content: '';
    display: block;
    width: 235px;
    height: 371px;
    background: url("../images/newsbg.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.news_b .swiper-slide{
    display: initial;
}
.newss a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: left;
    transition: .5s;
}
.news_b1{
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 27px;
    height: 81px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_b2{
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 27px;
    height: 135px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper-pagination1{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_b .swiper-pagination1{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 75px;
}
.news_b .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #192644;
    opacity: 1;
    outline: none;
    margin-right: 12px;
}
.news_b .swiper-pagination-bullet-active{
    background: #DD0E0E;
    border: 1px solid #DD0E0E;
}
.newss a:hover .news_b1{
    color: #0779ED;
    text-decoration: underline;
}
.home-contact{
    width: 100%;
    margin: 0 auto;
}
.home-contact .container2{
    border-top: 1px solid #dddddd;
    padding: 90px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_fl{
    width: 50%;
}
.contact_fl img{
    border-radius: 20px;
}
.contact_fr{
    width: 42.8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact_fr_t1{
    font-weight: 400;
    font-size: 50px;
    color: #111111;
    line-height: 1.4;
}
.contact_fr_t2{
    margin-top: 50px;
}
.contact_fr_t2 a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 435px;
    height: 62px;
    border-radius: 31px;
    border: 2px solid #0779ED;
    padding: 0 24px;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
}
.contact_fr_t2 i{
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url("../images/cjt.png") no-repeat center;
    background-size: 100%;
}
.contact_fr_b{
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    line-height: 1.8;
}

/*Human resource*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.iban_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    color: #FFFFFF;
}
.iban_info h3{
    font-weight: bold;
    font-family: "Alibaba-PuHuiTi-B";
    font-size: 50px;
    color: #FFFFFF;
    line-height: 1;
    text-transform: capitalize;
}
.iban_info p{
    margin-top: 20px;
    font-family: "Alibaba-PuHuiTi-L";
    font-weight: 300;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 1.1;
}
.iresources1{
    margin: 95px 0;
}
.inner_title{
    position: relative;
}
.inner_title:before{
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background: #DD0E0E;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.inner_title h3{
    font-family: "Alibaba-PuHuiTi-L";
    font-weight: 300;
    font-size: 60px;
    color: #000000;
    padding-left: 30px;
    line-height: 1.2;
    position: relative;
    top: -5px;
    text-transform: capitalize;
}
.inner_info{
    font-weight: 400;
    font-size: 30px;
    color: #111111;
    line-height: 1.6;
}
.iresources1_con{
    margin-top: 50px;
}
.iresources2{
    padding: 95px 0 70px 0;
    background: url("../images/iresources2bg.jpg") no-repeat center;
    background-size: cover;
}
.iresources2_t{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iresources2_fl{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}
.iresources2_fr{
    width: 73%;
}
.iresources2_b{
    margin-top: 50px;
}
.iresources2_b ul{
    display: flex;
    flex-wrap: wrap;
}
.iresources2_b ul li{
    width: 32.5%;
    margin-right: 1.25%;
}
.iresources2_b ul li:last-child{
    margin-right: 0;
}
.iresources2_b_img{
    border-radius: 20px;
}
.iresources2_b_txt{
    margin-top: 25px;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    line-height: 1.8;
}
.iresources2_b_txt span{
   color: #0779ED;
}
.iresources2_b ul li:hover .iresources2_b_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iresources3{
    margin: 100px 0 20px 0;
}
.iresources3_con{
    margin-top: 55px;
}
.iresources3_con li{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 75px;
}
.iresources3_con li:nth-child(even){
    flex-direction: row-reverse;
}
.iresources3_con_img{
    width: 35.5%;
    border-radius: 20px;
}
.iresources3_con_txt{
    width: 57%;
}
.iresources3_con_txt1{
    font-weight: 400;
    font-size: 36px;
    color: #111111;
    line-height: 1;
}
.iresources3_con_txt2{
    margin-top: 35px;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    line-height: 2;
}
.iresources4{
    margin-bottom: 75px;
}
.iresources4_con{
    margin-top: 35px;
}
.iresources4_con dl {
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
    padding: 40px 55px;
}
.zp-title{
    cursor: pointer;
    outline:none;
    transition: 0.5s;
}
.zp-title a{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.zp-title-fl{
    display: flex;
    flex-direction: column;
    width: 80%;
}
.zp-title-fl1{
    font-weight: 400;
    font-size: 30px;
    color: #111111;
    line-height: 35px;
}
.zp-title-fl2{
    margin-top: 10px;
    font-family: "Alibaba-PuHuiTi-M";
    font-weight: 400;
    font-size: 18px;
    color: #0779ED;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
}
.zp-title-fl2 span{
    margin-right: 20px;
}
.zp-title-fr{
    width: 35px;
    height: 17px;
    background: url("../images/jobjt.png") no-repeat center;
    background-size: 100% !important;
    margin-top: 10px;
}
.zp-content {
    overflow: hidden;
    display:none;
    clear: both;
}
.zp-info-text {
    margin-top: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
/*.open .zp-title a .zp-title-fl1{
    text-decoration: underline #0779ED;
}*/
.open .zp-title a .zp-title-fr{
    background: url("../images/jobjt_h.png") no-repeat center;
}
.open .zp-content{
    display:block;
    overflow:hidden;
}


/*Contact us*/
.icontact1{
    margin: 95px 0 25px 0;
}
.icontact1_con{
    margin: 55px 0 70px 0;
}
.icontact1_dz{
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    line-height: 26px;
    padding-left: 18px;
    position: relative;
}
.icontact1_dz:before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #DD0E0E;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.icontact2{
    background: url("../images/icontact2bg.jpg") no-repeat center;
    background-size: cover;
}
.icontacts{
    padding: 50px 0;
    position: relative;
}
.icontact_title{
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    line-height: 1;
}
.icontact2_con{
    margin-top: 50px;
}
.icontact2_con ul{
    display: flex;
    flex-wrap: wrap;
}
.icontact2_con ul li{
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #DDDDDD;
    padding: 30px 28px;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    line-height: 45px;
    margin-right: 30px;
}
.icontact2_con ul li:last-child{
    margin-right: 0;
}
.icontact2_con ul li p{
    display: flex;
    align-items: flex-start;
}
.icontact2_con ul li span{
    position: relative;
    margin-right: 10px;
}
.icontact2_con ul li span:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #0779ED;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.icontact4{
    background: url("../images/icontact4bg.jpg") no-repeat center;
    background-size: cover;
}
.icontact6{
    margin-bottom: 55px;
}
.icontact6_info{
    margin-top: 30px;
}
.icontact6_con{
    margin-top: 75px;
}
.ly1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ly1s{
    width: 47%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.ly1s label{
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    line-height: 30px;
    margin-bottom: 10px;
}
.ly1s label b{
    color: #0779ED;
}
.ly1s input{
    display: flex;
    align-items: center;
    padding: 0 15px;
    width: 100%;
    height: 66px;
    background: rgba(246,246,246,0.98);
    border-radius: 20px;
    border: 1px solid #DDDDDD;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
}
.ly2{
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.ly2 label{
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    line-height: 30px;
    margin-bottom: 10px;
}
.ly2 label b{
    color: #0779ED;
}
.ly2 textarea{
    width: 100%;
    height: 183px;
    background: rgba(246,246,246,0.98);
    border-radius: 20px;
    border: 1px solid #DDDDDD;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    padding: 15px;
    line-height: 30px;
    resize: none;
}
.ly3{
    display: flex;
    align-items: center;
    margin-bottom: 55px;
}
.ly3 span{
    position: relative;
    margin-right: 13px;
    display: inline-block;
    height: 28px;
}
.ly3 .input_check {
    position: absolute;
    visibility: hidden;
}
.ly3 .input_check+label {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #F6F6F6;
}
.ly3 .input_check:checked+label:after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 12px;
    width: 24px;
    height: 12px;
    border: 2px solid #0779ED;
    border-top-color: transparent;
    border-right-color: transparent;
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ly3 p{
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    line-height: 28px;
}
.ly4{
    text-align: center;
}
.ly4 button{
    border: none;
    background: #fff;
    cursor: pointer;
}
.ly4 .index_more a{
    text-transform: capitalize;
}

/*news*/
.inews{
    margin: 100px 0 60px 0;
}
.inews1{
    position: relative;
    margin-top: 65px;
}
.inews1 .swiper-container{
    width: 100%;
    margin: 0 auto;
}
.inews1 .swiper-slide{
    display: initial;
}
.inews1s a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
    background: #f9f9f9;
    /*box-shadow: 0px 0px 63px 10px rgba(153,153,153,0.09);*/
}
.inews1_img{
    position: relative;
    width: 47%;
}
.inews1_img .pic:after{
    padding-bottom: 56%;
}
.inews1_txt{
    width: 53%;
    padding: 25px 40px;
    text-align: left;
}
.inews1_txt1{
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    background: url("../images/date.png") no-repeat left center;
    background-size: 18px 19px;
    padding-left: 27px;
}
.inews1_txt2{
    font-weight: 500;
    font-size: 26px;
    color: #111111;
    line-height: 39px;
    height: 117px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 40px 0 35px 0;
}
.inews1_txt3{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    color: #999999;
}
.inews1_txt3 i{
    width: 46px;
    height: 46px;
    background: #F6F6F6 url("../images/m.png") no-repeat center;
    background-size: 17px 17px !important;
    border-radius: 50%;
    margin-right: 20px;
    transition: .5s;
}
.inews1s a:hover .inews1_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews1s a:hover .inews1_txt2{
    color: #0779ED;
}
.inews1s a:hover .inews1_txt3 i{
    /*transform: rotate(45deg);*/
    background: #0779ED url("../images/m_h.png") no-repeat center;
}
.swiper-pagination2{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inews1 .swiper-pagination2{
    bottom: 24px;
    left: 42%;
}
.inews1 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #cbcbcc;
    opacity: 1;
    outline: none;
    margin: 0px 3px !important;
    border-radius: 50%;
}
.inews1  .swiper-pagination-bullet-active{
    width: 10px;
    height: 10px;
    background: transparent;
    position: relative;
}
.inews1 .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 14px;
    height: 14px;
    border: 2px solid #0779ED;
    border-radius: 50%;
}
.inews2{
    margin: 50px 0 40px 0;
}
.inews2 ul{
    display: flex;
    flex-wrap: wrap;
}
.inews2 ul li{
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 35px;
}
.inews2 ul li:nth-child(3n){
    margin-right: 0;
}
.inews2 ul li a{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 63px 10px rgba(153,153,153,0.09);
    border: 1px solid #FFFFFF;
    padding: 4px 5px;
}
.inews2 ul li a .inews1_img{
    width: 100%;
    position: relative;
}
/*.inews2 ul li a .inews1_img:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(18,30,46,.2);
    width: 100%;
    height: 100%;
    transition: .5s;
}*/
.inews2 ul li a .inews1_txt{
    width: 100%;
    padding: 35px 25px;
}
.inews2 ul li a .inews1_txt2{
    font-size: 21px;
    line-height: 34px;
    height: 68px;
    -webkit-line-clamp: 2;
    margin: 25px 0 30px 0;
}
.inews2 ul li a:hover{
    border: 1px solid #0779ED;
}
/*.inews2 ul li a:hover .inews1_img:after{
    background: rgba(18,30,46,0);
}*/
.inews2 ul li a:hover .inews1_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews2 ul li a:hover .inews1_txt2{
    color: #0779ED;
}
.inews2 ul li  a:hover .inews1_txt3 i{
    /*transform: rotate(45deg);*/
    background: #0779ED url("../images/m_h.png") no-repeat center;
}
/*鍒嗛〉*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.pagination a{
    display: block;
    font-weight: bold;
    color: #333333;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 23px;
    line-height: 54px;
    margin: 0px 9px 10px 9px;
    background: #EDF0F2;
    border-radius: 50%;
}
.pagination a.left{
    background: transparent url("../images/left.png") no-repeat left center;
    background-size: 13px 6px;
    padding: 0 0 0 20px;
    border-radius: 0;
}
.pagination a.right{
    background: transparent url("../images/right.png") no-repeat right center;
    background-size: 13px 6px;
    padding: 0 20px 0 0;
    border-radius: 0;
}
.pagination a:hover{
    color: #fff;
    background: #DD0E0E;
}
.pagination a.active {
    color: #fff;
    background: #DD0E0E;
}
.pagination a.left:hover{
    background: transparent  url("../images/left.png") no-repeat left center;
    background-size: 13px 6px;
    color: #DD0E0E;
}
.pagination a.right:hover{
    background: transparent  url("../images/right.png") no-repeat right center;
    background-size: 13px 6px;
    color: #DD0E0E;
}

/*newsshow*/
.inewsshow_location{
    padding: 29px 0;
    background: url("../images/locationbg.jpg") no-repeat center;
    background-size: cover;
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    line-height: 25px;
}
.inewsshow_location a{
    font-weight: 400;
    font-size: 16px;
    color: #212121;
}
.inewsshow_location img{
    margin: 0 14px;
}
.inewsshow_con{
    margin: 70px 0 63px 0;
}
.inewsshow_con .container2{
    position: relative;
    display: block;
}
.show_back{
    position: absolute;
    top: 10px;
    left: -105px;
}
.show_back a{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    transition: .5s;
}
.show_back a i{
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url("../images/back.png") no-repeat center;
    background-size: 100%;
    margin-right: 12px;
    transition: .5s;
}
.show_back a:hover{
    color: #0059AD;
}
.show_back a:hover i{
    background: url("../images/back_h.png") no-repeat center;
    background-size: 100%;
}
.show_title{
    font-weight: 400;
    font-size: 40px;
    color: #111111;
    line-height: 1.2;
}
.show_info{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.show_info span{
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 25px;
}
.show_content{
    margin-top: 40px;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    line-height: 36px;
    padding: 40px 0 70px 0;
    border-top: 1px solid #DDDDDD;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_news{
    border-top: 1px solid #DDDDDD;
    overflow: hidden;
}
.show_news li{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dddddd;
    padding: 21px 0;
    font-weight: 400;
    font-size: 20px;
    color: #0779ED;
    line-height: 36px;
    position: relative;
}
.show_news li span{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.show_news li a{
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    color: #454545;
    line-height: 36px;
    width: 65%;
    text-align: center;
}
.show_news li a:hover{
    color: #0779ED;
}

/*history*/
.ihistory{
    background: url("../images/ihistorybg.jpg") no-repeat top center;
    background-size: cover;
    padding: 50px 0 85px 0;
}
.ihistory1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ihistory1_fl{
    width: 51.5%;
    margin-top: 50px;
}
.ihistory1_fl_con{
    margin-top: 50px;
}
.ihistory1_fr{
    width: 32.7%;
}
.ihistory2{
    margin-top: 15px;
}
.ihistory2_title{
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    line-height: 1;
}
.ihistory2_con{
    margin-top: 20px;
}
.ihistory2_con .zp-title-fl2 span.time{
    font-family: "Alibaba-PuHuiTi-M";
    background: url("../images/time.png") no-repeat left center;
    background-size: 17px 17px;
    padding-left: 30px;
}
.ihistory2_con .zp-info-text{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.zp-info-text-fl{
    width: 38.5%;
    border-radius: 20px;
}
.zp-info-text-fr{
    width: 55.5%;
}

/*honor*/
.ihonor1{
    margin: 100px 0 50px 0;
}
.ihonor1_con{
    margin-top: 55px;
    position: relative;
    padding-bottom: 55px;
}
.ihonor1_con .swiper-slide{
    /*display: initial;
    transform: scale(0.7);*/
    width: 552px;
}
.ihonor1s a{
    display:block;
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.ihonor1_img{
    background: #ffffff;
    border: 1px solid #DDDDDD;
    padding: 15px;
}
/*.icertificate1_img .pic:after{
    padding-bottom: 70%;
}*/
.ihonor1s a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor1_txt{
    margin-top: 45px;
    font-weight: 400;
    font-size: 26px;
    color: #111111;
    line-height: 1.2;
    opacity: 0;
}
/*.icertificate1 .swiper-slide-active, .icertificate1 .swiper-slide-duplicate-active{
    transform: scale(1);
    z-index: 999;
}*/
.ihonor1_con .swiper-slide-active .ihonor1_txt, .ihonor1_con .swiper-slide-duplicate-active .ihonor1_txt{
    opacity: 1;
}
.swiper-pagination3{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ihonor1_con .swiper-pagination3{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.ihonor1_con .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #192644;
    opacity: 1;
    outline: none;
    margin: 0px 6px;
}
.ihonor1_con .swiper-pagination-bullet-active{
    background: #DD0E0E;
    border: 1px solid #DD0E0E;
}
.ihonor2{
    background: url("../images/ihonor2bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 105px 0 65px 0;
}
.ihonor2_con{
    margin-bottom: 30px;
}
.ihonor2_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ihonor2_con ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 80px;
}
.ihonor2_con ul li:nth-child(3n){
    margin-right: 0;
}
.ihonor2_con ul li a{
    display: block;
    position: relative;
    background: rgba(255,255,255,0.8);
    border-radius: 20px;
    border: 1px solid #DDDDDD;
    padding: 55px 30px;
    height: 428px;
    transition: .5s;
}
.ihonor2_txt1{
    font-weight: 400;
    font-size: 26px;
    color: #111111;
    line-height: 30px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
/*.ihonor2_txt1:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0779ED;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s;
}*/
.ihonor2_txt2{
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 30px;
}
.ihonor2_img{
    position: absolute;
    bottom: -25px;
    right: 30px;
    width: 80%;
    text-align: right;
}
.ihonor2_img img{
    max-height: 302px;
    transition: .5s;
}
.ihonor2_con ul li a:hover{
    border: 1px solid #0779ED;
}
.ihonor2_con ul li a:hover .ihonor2_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor2_con ul li a:hover .ihonor2_txt1{
    text-decoration: underline #0779ED;
}

/*team*/
.iteam{
    margin: 100px 0 60px 0;
}
.iteam1_info{
    margin-top: 60px;
}
.iteam1_con{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.iteam1_con_fl{
    width: 57%;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    line-height: 36px;
}
.iteam1_con_fl span{
    font-size: 36px;
    color: #0779ED;
}
.iteam1_con_fr{
    width: 40.5%;
}
.iteam2{
    border-top: 1px solid #DDDDDD;
    padding-top: 75px;
    margin-bottom: 18px;
    margin-top: 75px;
}
.iteam2 ul{
    display: flex;
    flex-wrap: wrap;
}
.iteam2 ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 50px;
    position: relative;
}
.iteam2 ul li:nth-child(3n){
    margin-right: 0;
}
.iteam2_b{
    border-radius: 20px;
    border: 1px solid #EEEEEE;
    transform: rotateY(0deg);
    transition: all 0.50s ease-in-out 0s;
}
.iteam2_b_img img{
    border-radius: 20px 20px 0 0;
}
.iteam2_b_txt{
    padding: 40px 30px 30px 30px;
    text-align: center;
}
.iteam2_b_txt1{
    font-weight: 400;
    font-size: 26px;
    color: #111111;
    line-height: 30px;
}
.iteam2_b_txt2{
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 30px;
}
.iteam2_a{
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
    background: #FFFFFF url("../images/iteam2_abg.jpg") no-repeat top center;
    border-radius: 20px;
    border: 1px solid #0779ED;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.iteam2_a_info{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 10px;
}
.iteam2_a_img{
    width: 166px;
    margin: 0 auto;
    height: 166px;
    border-radius: 50%;
}
.iteam2_a_line{
    width: 1px;
    margin: 13px auto 25px auto;
    height: 18px;
    background: #111111;
}
.iteam2_a_txt{
    text-align: center;
}
.iteam2 ul li:hover .iteam2_b{
    transform: rotateY(90deg);
    height: 0;
}
.iteam2 ul li:hover .iteam2_a{
    transform: rotateY(0deg);
    height: 100%;
}

/*about*/
.iabout1{
    margin: 100px 0 120px 0;
}
.iabout1_b{
    margin-top: 85px;
}
.iabout1_b_con{
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.iabout1_b_con_fl{
    width: 44.5%;
    border-radius: 20px;
    position: relative;
    overflow: visible;
}
.iabout1_b_con_fl img{
    border-radius: 20px;
}
.iabout1_b_con_fr{
    width: 50%;
    margin-top: 30px;
}
.iabout1_b_con_fr1{
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 27px;
}
.iabout1_b_con_fr2{
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 27px;
}
.iabout1_b_con_pic{
    border-radius: 20px;
    position: absolute;
    bottom: -34px;
    right: -33%;
}
.iabout1_b_con_pic img{
    border-radius: 20px;
}
.iabout2{
    background: url("../images/iabout2bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 75px 0 80px 0;
}
.iabout2_con{
    margin-top: 60px;
}
.iabout2_con li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.iabout2_con li:nth-child(even){
    flex-direction: row-reverse;
}
.iabout2_con_img{
    width: 35.4%;
    border-radius: 20px;
}
.iabout2_con_img img{
    border-radius: 20px;
}
.iabout2_con_txt{
    width: 57%;
}
.iabout2_con_txt1{
    font-weight: 400;
    font-size: 30px;
    color: #0779ED;
}
.iabout2_con_txt2{
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    line-height: 36px;
}
.iabout3{
    margin: 95px 0 75px 0;
}
.iabout3_t_con{
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.iabout3_t_con_fl{
    width: 68%;
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    line-height: 27px;
}
.iabout3_t_con_fr{
    width: 27%;
    border-radius: 20px;
}
.iabout3_t_con_fr img{
    border-radius: 20px;
}
.iabout3_b{
    margin-top: 45px;
}
.iabout3_b2{
    margin-top: 30px;
    border-top: 1px solid #DDDDDD;
}
.iabout3_b2 li{
    border-bottom: 1px solid #DDDDDD;
    padding: 45px 0;
}
.iabout3_b2 li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.iabout3_b2 li a p{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 30px;
    color: #000000;
}
.iabout3_b2 li a p span{
    margin-right: 70px;
}
.iabout3_b2 li a i{
    width: 46px;
    height: 46px;
    background: url("../images/ajt.png") no-repeat center;
    background-size: 18px 17px !important;
    border-radius: 50%;
    border: 1px solid #0779ED;
    margin-left: 25px;
    transition: .5s;
}
.iabout3_b2 li a:hover p{
    color: #0779ED;
}
.iabout3_b2 li a:hover i{
    background: #0779ED url("../images/ajt_h.png") no-repeat center;
}

/*kaka*/
.ikaka1{
    margin: 100px 0 95px 0;
}
.ikaka1 .container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ikaka1_fl{
    width: 57%;
}
.ikaka1_fl_con{
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 27px;
}
.ikaka1_fr{
    width: 32.75%;
    border-radius: 20px;
    margin-top: 45px;
}
.ikaka1_fr img{
    border-radius: 20px;
}
.ikaka2{
    background: url("../images/ikaka2bg.jpg") no-repeat top center;
    background-size: 100%;
    padding-top: 95px;
    margin-bottom: 110px;
}
.ikaka2_t{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ikaka2_t .inner_title:before{
    display: none;
}
.ikaka2_t .inner_title h3{
    padding-left: 0;
}
.ikaka2_t_con{
    width: 63%;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 26px;
}
.ikaka2_b{
    margin-top: 60px;
    position: relative;
    width: calc(100vw - (100vw - 1380px) / 2);
}
.ikaka2_b .swiper-slide{
    display: initial;
}
.ikaka2s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.ikaka2_img{
    border-radius: 20px 20px 0px 0px;
    transition: .5s;
}
.ikaka2_img img{
    border-radius: 20px 20px 0px 0px;
}
.ikaka2_txt{
    margin-top: 40px;
    position: relative;
    text-align: left;
    font-weight: 400;
    font-size: 26px;
    color: #111111;
    line-height: 1.15;
}
.business3 .business3_txt1 span{
    background-image: -moz-linear-gradient(81.38deg,#ffffff 10%,#ffffff 100%);
    background-image: linear-gradient(8.62deg, #ffffff 10%, #ffffff);
}
.ikaka2_more{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 205px;
    height: 62px;
    border-radius: 31px;
    border: 2px solid #0057FD;
    font-weight: 500;
    font-size: 16px;
    color: #0779ED;
    transition: .5s;
}
.ikaka2_more i{
    width: 17px;
    height: 17px;
    background: url("../images/m.png") no-repeat center;
    background-size: 100% !important;
    margin-left: 17px;
}
.ikaka2s a:hover .ikaka2_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ikaka2s a:hover .ikaka2_more{
    background: #0779ED;
    color: #ffffff;
}
.ikaka2s a:hover .ikaka2_more i{
    background: url("../images/m_h.png") no-repeat center;
}
.ikaka3{
    margin-bottom: 70px;
}
.ikaka3_con{
    margin-top: 65px;
}
.ikaka3_con ul li{
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ikaka3_con_img{
    width: 35.5%;
    border-radius: 20px;
}
.ikaka3_con_img img{
    border-radius: 20px;
}
.ikaka3_con_txt{
    width: 56%;
}
.ikaka3_con_txt1{
    font-weight: 400;
    font-size: 36px;
    color: #111111;
    text-transform: capitalize;
}
.ikaka3_con_txt2{
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    line-height: 40px;
}
.ikaka3_con_txt2 p{
    position: relative;
    padding-left: 30px;
}
.ikaka3_con_txt2 p:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #0779ED;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 16px;
}

/*mmm*/
.immm3 .ikaka3_con_txt2 p{
    padding-left: 0;
}
.immm3 .ikaka3_con_txt2 p:before{
    display: none;
}
.immm3_column{
    margin-top: 70px;
}
.immm3_column ul{
    display: flex;
    flex-wrap: wrap;
}
.immm3_column ul li{
    width: 22.75%;
    margin-right: 3%;
    height: 248px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #DDDDDD;
    padding: 34px 30px;
}
.immm3_column ul li:nth-child(4n){
    margin-right: 0;
}
.immm3_column_img img{
    height: 54px;
}
.immm3_column_txt1{
    margin-top: 15px;
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    line-height: 1;
}
.immm3_column_txt2{
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
}
.immm4{
    background: url("../images/immm4bg.jpg") no-repeat top center;
    background-size: 100%;
    padding: 70px 0 80px 0;
}
.immm4_con{
    margin-top: 50px;
    border-top: 1px solid #DDDDDD;
}
.immm4_con li{
    border-bottom: 1px solid #DDDDDD;
    padding: 55px 0 60px 0;
}
.immm4_con_bt{
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    display: flex;
    text-transform: uppercase;
}
.immm4_con_bt span{
    margin-right: 70px;
}
.immm4_con_xx{
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.immm4_con_xx_txt{
    width: 68%;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    line-height: 1.8;
}
.immm4_con_xx_img{
    width: 24.5%;
    border-radius: 20px;
}
.immm4_con_xx_img img{
    border-radius: 20px;
}
.immm4_con_xx_txt1{
    width: 42.6%;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    line-height: 1.8;
}
.immm4_con_xx_img1{
    width: 46%;
}
.immm4_con_xx_img1 .swiper-slide{
    display: initial;
}
.immm4s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.icertificate_img.pic:after{
    padding-bottom: 93%;
}
.immm5{
    margin-bottom: 80px;
    position: relative;
}
.immm5_con{
    margin-top: 30px;

}
.immm5_con_fr{
    width: 67%;
    margin: 0 0 0 auto;
    position: relative;
    padding: 20px 0 0 140px;
    background: url("../images/immm5bg.png") no-repeat left top;
}
.immm5_con_fr1{
    font-weight: 400;
    font-size: 20px;
    color: #0779ED;
    line-height: 1.75;
}
.immm5_con_fr2{
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 25px;
}
.immm6{
    margin-bottom: 60px;
}

/*awp*/
.iawp2{
    background: url("../images/iawp2bg.jpg") no-repeat top center;
    background-size: 100%;
    padding: 70px 0 80px 0;
}
.iawp2_t{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iawp2_t_fl{
    width: 35.2%;
    border-radius: 25px;
    margin-top: 45px;
}
.iawp2_t_fl img{
    border-radius: 25px;
}
.iawp2_t_fr {
    width: 57%;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 27px;
}
.iawp2_b_con{
    border-top: 1px solid #DDDDDD;
    margin-top: 25px;
}
.iawp2_b_con li{
    border-bottom: 1px solid #DDDDDD;
    padding: 18px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.iawp2_b_con_fl{
    width: 75%;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    color: #111111;
    line-height: 34px;
    display: flex;
}
.iawp2_b_con_fl i{
    margin-right: 70px;
    font-style: normal;
}
.iawp2_b_con_fl span{
    /*transition: .5s;*/
}
.iawp2_b_con_fr{
    width: 17.6%;
    border-radius: 20px;
}
.iawp2_b_con_fr img{
    border-radius: 20px;
    transition: .5s;
}
.iawp2_b_con li:hover .iawp2_b_con_fl span{
    background-image: -moz-linear-gradient(81.38deg,#0779ED 10%,#0779ED 100%);
    background-image: linear-gradient(8.62deg, #0779ED 10%, #0779ED);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.iawp2_b_con li:hover .iawp2_b_con_fr img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.iawp3_t{
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.iawp3_t_fl{
    width: 37.6%;
    border-radius: 20px;
}
.iawp3_t_fl img{
    border-radius: 20px;
}
.iawp3_t_fr{
    width: 56.6%;
}
.iawp3_t_fr2{
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    line-height: 27px;
}
.iawp3_b{
    margin-bottom: 50px;
}
.iawp4{
    margin-bottom: 55px;
}
.iawp4_con{
    margin-top: 30px;
}
.iawp4_con ul li{
    margin-bottom: 40px;
}
.iawp5{
    position: relative;
    margin-bottom: 95px;
}
.iawp5 .immm5_con_fr ul li{
    margin-bottom: 40px;
}
.iawp5 .immm5_con_fr ul li:last-child{
    margin-bottom: 0;
}
.menulist ul li a:hover span,
.business3_txt1 span,
.open .zp-title a .zp-title-fl1 span,
.ikaka2_txt span,
.iabout2_con_txt1 span,
.immm5_con_fr1 span,
.iawp5_con_fr1 span{
    background-image: -moz-linear-gradient(81.38deg,#0779ED 10%,#0779ED 100%);
    background-image: linear-gradient(8.62deg, #0779ED 10%, #0779ED);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.iawp5_con_fr1{
    font-weight: 400;
    font-size: 30px;
    color: #0779ED;
}
.iawp6{
    background: url("../images/ikaka2bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 65px 0;
}
.iawp6 .inner_title{
    text-align: center;
}
.iawp6 .inner_title:before{
    display: none;
}
.iawp6 .inner_title h3{
    padding-left: 0;
}
.iawp6_con{
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.iawp6_con_fl{
    width: 50%;
}
.iawp6_con_fl ul li{
    position: relative;
    padding-left: 32px;
    font-weight: 400;
    font-size: 22px;
    color: #111111;
    line-height: 30px;
    margin-bottom: 20px;
}
.iawp6_con_fl ul li:last-child{
    margin-bottom: 0;
}
.iawp6_con_fl ul li:before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #DD0E0E;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11.5px;
}
.iawp6_con_fr{
    width: 32%;
}
.iawp6_con_fr ul{
    display: flex;
    flex-wrap: wrap;
}
.iawp6_con_fr ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
}
.iawp6_con_fr ul li:nth-child(2n){
    margin-right: 0;
}
.iawp6_con_fr ul li .pic{
    background: #FFFFFF;
    box-shadow: 0px 9px 47px 12px rgba(219,226,238,0.13);
    border-radius: 20px;
}
.iawp6_con_fr ul li .pic:after{
    padding-bottom: 47%;
}
.circle1{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
    z-index: -1;
}
.iawp7{
    margin-bottom: 55px;
}

/*mmt*/
.immt2{
    padding-top: 105px;
}
.immt2 .ikaka2_b{
    margin-top: 95px;
}
.immt2 .inner_title{
    width: 52%;
}
.immt2 .ikaka2_t_con{
    width: 39.3%;
}
.immt3_info{
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    line-height: 1.8;
}
.immt4{
    margin-bottom: 45px;
}
.immt4_con{
    margin-top: 60px;
}
.immt4_con ul li{
    margin-bottom: 40px;
}
.immt5_con_xx_txt{
    width: 44.2%;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    line-height: 1.8;
}
.immt5_con_xx_img{
    width: 48%;
}
.immt5_con_xx_img .swiper-slide{
    display: initial;
}
.immt5s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.immt5_img{
    border-radius: 20px;
}
.immt5_img.pic:after{
    padding-bottom: 96%;
}
.immt5_img img{
    border-radius: 20px;
}
.immt6{
    margin: 0 0 60px 0;
}




@media (min-width:1701px) and (max-width:1800px){
    .container1{
        width: 92%;
    }

}

@media (min-width:1601px) and (max-width:1700px){
    .container1{
        width: 93%;
    }
    .m-nav{
        right: 3.5%;
    }
    .ban_txt1{
        font-size: 45px;
    }
    .ban_txt2{
        margin-top: 35px;
    }
    .ban_txt3{
        margin-top: 30px;
    }
    .circle{
        left: 3.5%;
    }
    .circle img{
        height: 266px;
    }
    .footer1_fl{
        width: 15%;
    }

    .iban_info h3{
        font-size: 45px;
    }
    .iban_info p{
        font-size: 55px;
    }
    .show_back{
        left: -85px;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 93%;
    }
    .m-nav{
        right: 3.5%;
    }
    .yx a img{
        height: 96px;
    }
    .menupc li{
        margin: 0 35px;
    }
    .ss1{
        width: 347px;
    }
    .ban_txt1{
        font-size: 40px;
    }
    .ban_txt1 h3 img{
        width: 163px;
        height: 74px;
        margin: 15px 15px 15px 0;
    }
    .ban_txt2{
        margin-top: 30px;
    }
    .ban_txt2 a{
        font-size: 17px;
    }
    .ban_txt3{
        margin-top: 25px;
    }
    .home-about{
        padding: 73px 0 95px 0;
    }
    .index_title{
        font-size: 55px;
    }
    .business2{
        margin-top: 55px;
    }
    .home-news{
        margin: 90px auto 70px auto;
    }
    .circle{
        left: 3.5%;
    }
    .circle img{
        height: 236px;
    }
    .home-contact .container2{
        padding: 85px 0;
    }
    .contact_fr_t1{
        font-size: 45px;
    }
    .footer1_fl{
        width: 15%;
    }
    .footer1_fl a img{
        height: 96px;
    }

    .iban_info h3{
        font-size: 40px;
    }
    .iban_info p{
        font-size: 50px;
    }
    .icontact1{
        margin: 85px 0 25px 0;
    }
    .inner_title h3{
        font-size: 55px;
    }
    .icontact1_con {
        margin: 50px 0 65px 0;
    }
    .icontact6_con{
        margin-top: 70px;
    }
    .inews{
        margin: 95px 0 60px 0;
    }
    .inews1{
        margin-top: 60px;
    }
    .inews2{
        margin: 50px 0 35px 0;
    }
    .inewsshow_con{
        margin: 60px 0 63px 0;
    }
    .show_back{
        left: -55px;
    }
    .show_back a i{
        width: 8px;
        height: 13px;
        margin-right: 8px;
    }
    .show_back a{
        font-size: 14px;
    }
    .show_content{
        font-size: 19px;
        line-height: 34px;
        padding: 40px 0 65px 0;
    }
    .iresources1{
        margin: 90px 0;
    }
    .iresources1_con{
        margin-top: 45px;
    }
    .iresources2{
        padding: 90px 0 65px 0;
    }
    .iresources2_b_txt{
        font-size: 19px;
    }
    .iresources3{
        margin: 95px 0 20px 0;
    }
    .iresources3_con li{
        margin-bottom: 70px;
    }
    .iresources3_con_txt1{
        font-size: 35px;
    }
    .iresources3_con_txt2{
        font-size: 19px;
    }
    .iresources4_con dl{
        padding: 35px 50px;
    }
    .zp-title-fl1{
        font-size: 29px;
    }
    .iabout1{
        margin: 95px 0 120px 0;
    }
    .iabout1_b{
        margin-top: 80px;
    }
    .iabout1_b_con{
        margin-top: 60px;
    }
    .iabout2_con{
        margin-top: 55px;
    }
    .iabout2_con_txt1{
        font-size: 29px;
    }
    .iabout2_con_txt2{
        font-size: 19px;
        line-height: 34px;
    }
    .iabout3{
        margin: 80px 0 70px 0;
    }
    .iabout3_b2 li{
        padding: 42px 0;
    }
    .iabout3_b2 li a p{
        font-size: 29px;
    }
    .ihonor1{
        margin: 100px 0 50px 0;
    }
    .ihonor1_txt{
        margin-top: 40px;
    }
    .ihonor2{
        padding: 100px 0 60px 0;
    }
    .ihonor2_con ul li a{
        padding: 50px 27px;
        height: 423px;
    }
    .iteam1_info{
        margin-top: 55px;
    }
    .iteam1_con_fl{
        font-size: 19px;
        line-height: 34px;
    }
    .iteam1_con_fl span{
        font-size: 34px;
    }
    .iteam2{
        padding-top: 70px;
        margin-top: 70px;
    }
    .iteam2_a{
        padding: 27px;
    }
    .ikaka1{
        margin: 90px 0 85px 0;
    }
    .iawp2{
        padding: 65px 0 75px 0;
    }
    .immm3_column ul li{
        padding: 30px 25px;
    }
    .immm3_column_txt1{
        font-size: 23px;
    }
    .iawp4{
        margin-bottom: 45px;
    }
    .iawp5{
        margin-bottom: 85px;
    }
    .immm5_con_fr{
        width: 70%;
        padding: 20px 0 0 130px;
    }
    .iawp6_con_fr{
        width: 34%;
    }
    .immt2{
        padding-top: 95px;
    }
    .immt2 .ikaka2_b{
        margin-top: 85px;
    }
    .immm4_con li{
        padding: 50px 0 55px 0;
    }
    .immt5_con_xx_txt{
        font-size: 19px;
    }
    .immm4_con_xx{
        margin-top: 50px;
    }
    .immm4_con_xx_txt{
        font-size: 19px;
    }
    .immm4_con_xx_txt1{
        font-size: 19px;
    }
    .immm5{
        margin-bottom: 70px;
    }
    .ikaka2{
        padding-top: 85px;
        margin-bottom: 100px;
    }
    .ikaka3_con{
        margin-top: 60px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .m-nav{
        right: 4%;
    }
    .yx a img{
        height: 91px;
    }
    .menupc li{
        margin: 0 30px;
    }
    .menupc li a{
        font-size: 17px;
    }
    .tel{
        font-size: 17px;
    }
    .nation a{
        font-size: 17px;
    }
    .ss2{
        font-size: 17px;
    }
    .ss1{
        width: 337px;
    }
    .ban_txt1{
        font-size: 35px;
    }
    .ban_txt1 h3 img{
        width: 163px;
        height: 74px;
        margin: 15px 15px 15px 0;
    }
    .ban_txt2{
        margin-top: 25px;
    }
    .ban_txt2 a{
        font-size: 17px;
    }
    .ban_txt3{
        margin-top: 25px;
    }
    .home-about{
        padding: 69px 0 90px 0;
    }
    .index_title{
        font-size: 50px;
    }
    .home-business{
        padding: 55px 0 65px 0;
    }
    .business2{
        margin-top: 50px;
    }
    .business3_txt{
        padding: 30px 43px;
    }
    .business3_txt1{
        font-size: 24px;
    }
    .home-news{
        margin: 85px auto 65px auto;
    }
    .circle{
        left: 4%;
    }
    .circle img{
        height: 226px;
    }
    .home-contact .container2{
        padding: 80px 0;
    }
    .contact_fr_t1{
        font-size: 35px;
    }
    .contact_fr_t2 a{
        width: 407px;
        height: 58px;
        font-size: 19px;
    }
    .contact_fr_b{
        font-size: 19px;
    }
    .footer1_fl{
        width: 15%;
    }
    .footer1_fl a img{
        height: 91px;
    }
    .footer1_fr ul li a{
        font-size: 17px;
    }
    .menulist ul li a{
        font-size: 15px;
        line-height: 35px;
    }

    .iban_info h3{
        font-size: 35px;
    }
    .iban_info p{
        font-size: 45px;
    }
    .icontact1{
        margin: 85px 0 25px 0;
    }
    .inner_title h3{
        font-size: 50px;
    }
    .icontact1_con {
        margin: 45px 0 60px 0;
    }
    .inner_info{
        font-size: 28px;
    }
    .icontact_title{
        font-size: 28px;
    }
    .icontact2_con ul li{
        font-size: 18px;
    }
    .icontact6_con{
        margin-top: 65px;
    }
    .ly1s label{
        font-size: 19px;
    }
    .ly1s input{
        font-size: 17px;
    }
    .ly2 label{
        font-size: 19px;
    }
    .ly2 textarea{
        font-size: 17px;
    }
    .ly3 p{
        font-size: 19px;
    }
    .inews{
        margin: 90px 0 60px 0;
    }
    .inews1{
        margin-top: 55px;
    }
    .inews1_txt2{
        font-size: 24px;
        line-height: 37px;
        height: 111px;
        margin: 35px 0 30px 0;
    }
    .inews2{
        margin: 50px 0 30px 0;
    }
    .inews2 ul li a .inews1_txt2{
        font-size: 19px;
        line-height: 32px;
        height: 64px;
    }
    .inewsshow_location{
        padding: 27px 0;
    }
    .inewsshow_con{
        margin: 60px 0 63px 0;
    }
    .show_back{
        left: -60px;
    }
    .show_back a i{
        width: 8px;
        height: 13px;
        margin-right: 8px;
    }
    .show_back a{
        font-size: 14px;
    }
    .show_title{
        font-size: 35px;
    }
    .show_content{
        font-size: 18px;
        line-height: 32px;
        padding: 40px 0 60px 0;
    }
    .iresources1{
        margin: 85px 0;
    }
    .iresources1_con{
        margin-top: 40px;
    }
    .iresources2{
        padding: 85px 0 60px 0;
    }
    .iresources2_b_txt{
        font-size: 18px;
    }
    .iresources3{
        margin: 90px 0 20px 0;
    }
    .iresources3_con li{
        margin-bottom: 65px;
    }
    .iresources3_con_txt1{
        font-size: 34px;
    }
    .iresources3_con_txt2{
        font-size: 18px;
    }
    .iresources4_con dl{
        padding: 30px 45px;
    }
    .zp-title-fl1{
        font-size: 28px;
    }
    .zp-title-fl2{
        font-size: 17px;
    }
    .iabout1{
        margin: 90px 0 120px 0;
    }
    .iabout1_b{
        margin-top: 75px;
    }
    .iabout1_b_con{
        margin-top: 55px;
    }
    .iabout1_b_con_pic{
        bottom: -54px;
        right: -37%;
    }
    .iabout2_con{
        margin-top: 50px;
    }
    .iabout2_con_txt1{
        font-size: 28px;
    }
    .iabout2_con_txt2{
        font-size: 18px;
        line-height: 32px;
    }
    .iabout3{
        margin: 85px 0 65px 0;
    }
    .iabout3_b2 li{
        padding: 40px 0;
    }
    .iabout3_b2 li a p{
        font-size: 28px;
    }
    .ihonor1{
        margin: 90px 0 50px 0;
    }
    .ihonor1_txt{
        margin-top: 35px;
        font-size: 24px;
    }
    .ihonor2{
        padding: 95px 0 60px 0;
    }
    .ihonor2_con{
        margin-bottom: 20px;
    }
    .ihonor2_con ul li a{
        padding: 45px 25px;
        height: 418px;
    }
    .ihonor2_txt1{
        font-size: 24px;
    }
    .ihonor2_txt2{
        font-size: 15px;
        line-height: 27px;
    }
    .iteam{
        margin: 95px 0 60px 0;
    }
    .iteam1_info{
        margin-top: 50px;
    }
    .iteam1_con_fl{
        font-size: 18px;
        line-height: 32px;
    }
    .iteam1_con_fl span{
        font-size: 32px;
    }
    .iteam2{
        padding-top: 65px;
        margin-top: 65px;
    }
    .iteam2_b_txt1{
        font-size: 24px;
    }
    .iteam2_b_txt2{
        font-size: 15px;
        line-height: 27px;
    }
    .iteam2_a{
        padding: 25px;
    }
    .iteam2_a_info{
        font-size: 15px;
    }
    .ikaka1{
        margin: 80px 0 75px 0;
    }
    .iawp2{
        padding: 60px 0 70px 0;
    }
    .iawp2_b_con_fl{
        font-size: 27px;
    }
    .iawp2_b_con_fl i{
        margin-right: 60px;
    }
    .ikaka3_con_txt1{
        font-size: 34px;
    }
    .immm3_column ul li{
        padding: 27px 23px;
    }
    .immm3_column_txt1{
        font-size: 22px;
    }
    .iawp4{
        margin-bottom: 35px;
    }
    .iawp5{
        margin-bottom: 75px;
    }
    .immm5_con_fr{
        width: 72%;
        padding: 20px 0 0 120px;
    }
    .iawp5_con_fr1{
        font-size: 28px;
    }
    .iawp6_con_fr{
        width: 36%;
    }
    .immt2{
        padding-top: 85px;
    }
    .immt2 .ikaka2_b{
        margin-top: 75px;
    }
    .ikaka2_txt{
        margin-top: 30px;
        font-size: 24px;
    }
    .ikaka2_more{
        margin-top: 40px;
        width: 188px;
        height: 57px;
    }
    .ikaka3_con_txt2{
        margin-top: 20px;
        font-size: 19px;
        line-height: 38px;
    }
    .ikaka3_con_txt2 p:before{
        top: 15px;
    }
    .immm4_con li{
        padding: 45px 0 50px 0;
    }
    .immm4_con_bt{
        font-size: 28px;
    }
    .immm4_con_bt span{
        margin-right: 60px;
    }
    .immt5_con_xx_txt{
        font-size: 18px;
    }
    .immm4_con_xx{
        margin-top: 45px;
    }
    .immm4_con_xx_txt{
        font-size: 18px;
    }
    .immm4_con_xx_txt1{
        font-size: 18px;
    }
    .immm5{
        margin-bottom: 70px;
    }
    .ikaka2{
        padding-top: 75px;
        margin-bottom: 90px;
    }
    .ikaka3_con{
        margin-top: 55px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .m-nav{
        right: 4%;
    }
    .yx a img{
        height: 86px;
    }
    .menupc li{
        margin: 0 25px;
    }
    .menupc li a{
        font-size: 16px;
    }
    .tel{
        font-size: 16px;
    }
    .nation a{
        font-size: 16px;
    }
    .ss2{
        font-size: 16px;
    }
    .ss1{
        width: 327px;
    }
    .ban_txt1{
        font-size: 30px;
    }
    .ban_txt1 h3 img{
        width: 141px;
        height: 64px;
        margin: 10px 10px 10px 0;
    }
    .ban_txt2{
        margin-top: 25px;
    }
    .ban_txt2 a{
        font-size: 16px;
    }
    .ban_txt3{
        margin-top: 25px;
    }
    .home-about{
        padding: 63px 0 85px 0;
    }
    .index_title{
        font-size: 45px;
    }
    .home-business{
        padding: 52px 0 62px 0;
    }
    .business2{
        margin-top: 45px;
    }
    .business3_txt{
        padding: 26px 39px;
    }
    .business3_txt1{
        font-size: 22px;
    }
    .home-news{
        margin: 80px auto 60px auto;
    }
    .circle{
        left: 4%;
    }
    .circle img{
        height: 206px;
    }
    .home-contact .container2{
        padding: 75px 0;
    }
    .contact_fr_t1{
        font-size: 30px;
    }
    .contact_fr_t2 a{
        width: 379px;
        height: 54px;
        font-size: 18px;
    }
    .contact_fr_b{
        font-size: 18px;
    }
    .footer1_fl{
        width: 15%;
    }
    .footer1_fl a img{
        height: 81px;
    }
    .footer1_fr ul li{
        width: 20%;
    }
    .footer1_fr ul li a{
        font-size: 16px;
    }
    .menulist ul li a{
        font-size: 14px;
        line-height: 30px;
    }

    .iban_info h3{
        font-size: 30px;
    }
    .iban_info p{
        font-size: 40px;
    }
    .icontact1{
        margin: 80px 0 25px 0;
    }
    .inner_title h3{
        font-size: 45px;
    }
    .icontact1_con {
        margin: 40px 0 55px 0;
    }
    .inner_info{
        font-size: 26px;
    }
    .icontact_title{
        font-size: 26px;
    }
    .icontact2_con ul li{
        font-size: 17px;
    }
    .icontact6_con{
        margin-top: 60px;
    }
    .ly1s label{
        font-size: 18px;
    }
    .ly1s input{
        font-size: 16px;
    }
    .ly2 label{
        font-size: 18px;
    }
    .ly2 textarea{
        font-size: 16px;
    }
    .ly3 p{
        font-size: 18px;
    }
    .inews{
        margin: 85px 0 60px 0;
    }
    .inews1{
        margin-top: 50px;
    }
    .inews1_txt2{
        font-size: 22px;
        line-height: 35px;
        height: 105px;
        margin: 32px 0 27px 0;
    }
    .inews2{
        margin: 50px 0 25px 0;
    }
    .inews2 ul li a .inews1_txt2{
        font-size: 17px;
        line-height: 30px;
        height: 60px;
    }
    .inewsshow_location{
        padding: 25px 0;
    }
    .inewsshow_con{
        margin: 55px 0 63px 0;
    }
    .show_back{
        position: inherit;
        top: 0;
        left: 0;
        margin-bottom: 25px;
    }
    .show_title{
        font-size: 32px;
    }
    .show_content{
        font-size: 17px;
        line-height: 30px;
        padding: 40px 0 55px 0;
    }
    .iresources1{
        margin: 80px 0;
    }
    .iresources1_con{
        margin-top: 35px;
    }
    .iresources2{
        padding: 80px 0 55px 0;
    }
    .iresources2_b_txt{
        font-size: 17px;
    }
    .iresources3{
        margin: 80px 0 20px 0;
    }
    .iresources3_con li{
        margin-bottom: 60px;
    }
    .iresources3_con_txt1{
        font-size: 32px;
    }
    .iresources3_con_txt2{
        font-size: 17px;
    }
    .iresources4_con dl{
        padding: 25px 40px;
    }
    .zp-title-fl1{
        font-size: 27px;
    }
    .zp-title-fl2{
        font-size: 16px;
    }
    .iabout1{
        margin: 80px 0 120px 0;
    }
    .iabout1_b{
        margin-top: 70px;
    }
    .iabout1_b_con{
        margin-top: 50px;
    }
    .iabout1_b_con_fr{
        margin-top: 0;
    }
    .iabout1_b_con_pic{
        bottom: -74px;
        right: -41%;
    }
    .iabout2_con{
        margin-top: 45px;
    }
    .iabout2_con_txt1{
        font-size: 27px;
    }
    .iabout2_con_txt2{
        font-size: 17px;
        line-height: 30px;
    }
    .iabout3{
        margin: 80px 0 60px 0;
    }
    .iabout3_b2 li{
        padding: 37px 0;
    }
    .iabout3_b2 li a p{
        font-size: 27px;
    }
    .ihonor1{
        margin: 85px 0 50px 0;
    }
    .ihonor1_txt{
        margin-top: 30px;
        font-size: 22px;
    }
    .ihonor2{
        padding: 85px 0 55px 0;
    }
    .ihonor2_con{
        margin-bottom: 10px;
    }
    .ihonor2_con ul li a{
        padding: 40px 22px;
        height: 413px;
    }
    .ihonor2_txt1{
        font-size: 22px;
    }
    .ihonor2_txt2{
        font-size: 15px;
        line-height: 27px;
    }
    .iteam{
        margin: 85px 0 60px 0;
    }
    .iteam1_info{
        margin-top: 45px;
    }
    .iteam1_con_fl{
        font-size: 17px;
        line-height: 30px;
    }
    .iteam1_con_fl span{
        font-size: 30px;
    }
    .iteam2{
        padding-top: 60px;
        margin-top: 60px;
    }
    .iteam2_b_txt1{
        font-size: 22px;
    }
    .iteam2_b_txt2{
        font-size: 15px;
        line-height: 27px;
    }
    .iteam2_a{
        padding: 22px;
    }
    .iteam2_a_info{
        font-size: 15px;
        height: 75px;
        overflow-y: scroll;
    }
    .iteam2_a_info::-webkit-scrollbar-track{
        background-color: #fff;
    }
    .iteam2_a_info::-webkit-scrollbar{
        width: 5px;
        background-color: #fff;
    }
    .iteam2_a_info::-webkit-scrollbar-thumb{
        background-color: #DD0E0E;
    }
    .iteam2_a_line{
        margin: 13px auto;
    }
    .menupc .xiala ul li{
        margin-left: 55px;
    }
    .ikaka1{
        margin: 70px 0 65px 0;
    }
    .iawp2{
        padding: 55px 0 65px 0;
    }
    .iawp2_b_con_fl{
        font-size: 25px;
    }
    .iawp2_b_con_fl i{
        margin-right: 55px;
    }
    .ikaka3_con_txt1{
        font-size: 32px;
    }
    .immm3_column ul li{
        padding: 27px 23px;
    }
    .immm3_column_txt1{
        font-size: 21px;
    }
    .iawp4{
        margin-bottom: 25px;
    }
    .iawp5{
        margin-bottom: 65px;
    }
    .immm5_con_fr{
        width: 75%;
        padding: 20px 0 0 110px;
    }
    .iawp5_con_fr1{
        font-size: 27px;
    }
    .iawp6_con_fl ul li{
        font-size: 21px;
    }
    .iawp6_con_fr{
        width: 36%;
    }
    .immt2{
        padding-top: 75px;
    }
    .immt2 .ikaka2_b{
        margin-top: 65px;
    }
    .ikaka2_txt{
        margin-top: 25px;
        font-size: 22px;
    }
    .ikaka2_more{
        margin-top: 35px;
        width: 182px;
        height: 55px;
        font-size: 15px;
    }
    .ikaka3_con_txt2{
        margin-top: 15px;
        font-size: 18px;
        line-height: 35px;
    }
    .ikaka3_con_txt2 p:before{
        top: 13.5px;
    }
    .immm4{
        padding: 65px 0 75px 0;
    }
    .immm4_con li{
        padding: 40px 0 45px 0;
    }
    .immm4_con_bt{
        font-size: 27px;
    }
    .immm4_con_bt span{
        margin-right: 55px;
    }
    .immt5_con_xx_txt{
        font-size: 17px;
    }
    .immm4_con_xx{
        margin-top: 40px;
    }
    .immm4_con_xx_txt{
        font-size: 17px;
    }
    .immm4_con_xx_txt1{
        font-size: 17px;
    }
    .immm5{
        margin-bottom: 65px;
    }
    .ikaka2{
        padding-top: 65px;
        margin-bottom: 80px;
    }
    .ikaka3_con{
        margin-top: 50px;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width: 94%;
    }
    .container2{
        width: 92%;
    }
    .m-nav{
        right: 3%;
    }
    .yx a img{
        height: 81px;
    }
    .menupc li{
        margin: 0 20px;
    }
    .menupc li a{
        font-size: 16px;
    }
    .tel{
        font-size: 16px;
    }
    .nation a{
        font-size: 16px;
    }
    .ss2{
        font-size: 16px;
    }
    .ss1{
        width: 317px;
    }
    .ban_txt1{
        font-size: 25px;
    }
    .ban_txt1 h3 img{
        width: 141px;
        height: 64px;
        margin: 10px 10px 10px 0;
    }
    .ban_txt2{
        margin-top: 25px;
    }
    .ban_txt2 a{
        font-size: 16px;
    }
    .ban_txt3{
        margin-top: 25px;
    }
    .home-about{
        padding: 58px 0 80px 0;
    }
    .index_title{
        font-size: 40px;
    }
    .home-business{
        padding: 50px 0 60px 0;
    }
    .business2{
        margin-top: 40px;
    }
    .business3_txt{
        padding: 24px 37px;
    }
    .business3_txt1{
        font-size: 20px;
    }
    .home-news{
        margin: 75px auto 55px auto;
    }
    .circle{
        left: 3%;
    }
    .circle img{
        height: 196px;
    }
    .home-contact .container2{
        padding: 70px 0;
    }
    .contact_fr_t1{
        font-size: 25px;
    }
    .contact_fr_t2 a{
        width: 365px;
        height: 52px;
        font-size: 18px;
    }
    .contact_fr_b{
        font-size: 18px;
    }
    .footer1_fl{
        width: 15%;
    }
    .footer1_fl a img{
        height: 81px;
    }
    .footer1_fr ul li{
        width: 20%;
    }
    .footer1_fr ul li a{
        font-size: 16px;
    }
    .menulist ul li a{
        font-size: 14px;
        line-height: 35px;
    }

    .iban_info h3{
        font-size: 30px;
    }
    .iban_info p{
        font-size: 40px;
    }
    .icontact1{
        margin: 75px 0 25px 0;
    }
    .inner_title h3{
        font-size: 40px;
    }
    .icontact1_con {
        margin: 35px 0 50px 0;
    }
    .inner_info{
        font-size: 25px;
    }
    .icontact_title{
        font-size: 25px;
    }
    .icontact2_con ul li{
        font-size: 16px;
    }
    .icontact6_con{
        margin-top: 55px;
    }
    .ly1s label{
        font-size: 18px;
    }
    .ly1s input{
        font-size: 16px;
    }
    .ly2 label{
        font-size: 18px;
    }
    .ly2 textarea{
        font-size: 16px;
    }
    .ly3 p{
        font-size: 18px;
    }
    .inews{
        margin: 80px 0 60px 0;
    }
    .inews1{
        margin-top: 45px;
    }
    .inews1_txt2{
        font-size: 20px;
        line-height: 33px;
        height: 99px;
        margin: 30px 0 25px 0;
    }
    .inews2{
        margin: 50px 0 20px 0;
    }
    .inews2 ul li a .inews1_txt2{
        font-size: 15px;
        line-height: 28px;
        height: 56px;
    }
    .inewsshow_location{
        padding: 23px 0;
    }
    .inewsshow_con{
        margin: 50px 0 63px 0;
    }
    .show_back{
        position: inherit;
        top: 0;
        left: 0;
        margin-bottom: 25px;
    }
    .show_title{
        font-size: 30px;
    }
    .show_content{
        font-size: 16px;
        line-height: 28px;
        padding: 40px 0 50px 0;
    }
    .iresources1{
        margin: 75px 0;
    }
    .iresources1_con{
        margin-top: 30px;
    }
    .iresources2{
        padding: 75px 0 50px 0;
    }
    .iresources2_b_txt{
        font-size: 16px;
    }
    .iresources3{
        margin: 75px 0 20px 0;
    }
    .iresources3_con li{
        margin-bottom: 55px;
    }
    .iresources3_con_txt1{
        font-size: 30px;
    }
    .iresources3_con_txt2{
        font-size: 16px;
    }
    .iresources4_con dl{
        padding: 20px 35px;
    }
    .zp-title-fl1{
        font-size: 26px;
    }
    .zp-title-fl2{
        font-size: 16px;
    }
    .iabout1{
        margin: 70px 0 120px 0;
    }
    .iabout1_b{
        margin-top: 65px;
    }
    .iabout1_b_con{
        margin-top: 45px;
    }
    .iabout1_b_con_fr{
        margin-top: 0;
    }
    .iabout1_b_con_pic{
        bottom: -74px;
        right: -43%;
    }
    .iabout2_con{
        margin-top: 40px;
    }
    .iabout2_con_txt1{
        font-size: 26px;
    }
    .iabout2_con_txt2{
        font-size: 16px;
        line-height: 28px;
    }
    .iabout3{
        margin: 75px 0 55px 0;
    }
    .iabout3_b2 li{
        padding: 35px 0;
    }
    .iabout3_b2 li a p{
        font-size: 26px;
    }
    .ihonor1{
        margin: 80px 0 50px 0;
    }
    .ihonor1_txt{
        margin-top: 25px;
        font-size: 20px;
    }
    .ihonor2{
        padding: 75px 0 50px 0;
    }
    .ihonor2_con{
        margin-bottom: 0;
    }
    .ihonor2_con ul li a{
        padding: 35px 20px;
        height: 408px;
    }
    .ihonor2_txt1{
        font-size: 20px;
    }
    .ihonor2_txt2{
        font-size: 14px;
        line-height: 25px;
    }
    .iteam{
        margin: 80px 0 60px 0;
    }
    .iteam1_info{
        margin-top: 40px;
    }
    .iteam1_con_fl{
        font-size: 16px;
        line-height: 28px;
    }
    .iteam1_con_fl span{
        font-size: 28px;
    }
    .iteam2{
        padding-top: 55px;
        margin-top: 55px;
    }
    .iteam2_b_txt1{
        font-size: 20px;
    }
    .iteam2_b_txt2{
        font-size: 14px;
        line-height: 25px;
    }
    .iteam2_a{
        padding: 20px;
    }
    .iteam2_a_info{
        font-size: 14px;
        height: 75px;
        overflow-y: scroll;
    }
    .iteam2_a_info::-webkit-scrollbar-track{
        background-color: #fff;
    }
    .iteam2_a_info::-webkit-scrollbar{
        width: 5px;
        background-color: #fff;
    }
    .iteam2_a_info::-webkit-scrollbar-thumb{
        background-color: #DD0E0E;
    }
    .iteam2_a_line{
        margin: 13px auto;
    }
    .menupc .xiala ul li{
        margin-left: 45px;
    }
    .ikaka1{
        margin: 60px 0 55px 0;
    }
    .iawp2{
        padding: 50px 0 60px 0;
    }
    .iawp2_b_con_fl{
        font-size: 24px;
    }
    .iawp2_b_con_fl i{
        margin-right: 50px;
    }
    .ikaka3_con_txt1{
        font-size: 30px;
    }
    .immm3_column ul li{
        padding: 27px 23px;
    }
    .immm3_column_txt1{
        font-size: 20px;
    }
    .iawp4{
        margin-bottom: 15px;
    }
    .iawp5{
        margin-bottom: 55px;
    }
    .immm5_con_fr{
        width: 77%;
        padding: 20px 0 0 100px;
    }
    .iawp5_con_fr1{
        font-size: 26px;
    }
    .iawp6_con_fl ul li{
        font-size: 20px;
    }
    .iawp6_con_fr{
        width: 36%;
    }
    .immt2{
        padding-top: 65px;
    }
    .immt2 .ikaka2_b{
        margin-top: 55px;
    }
    .ikaka2_txt{
        margin-top: 20px;
        font-size: 20px;
    }
    .ikaka2_more{
        margin-top: 30px;
        width: 172px;
        height: 52px;
        font-size: 15px;
    }
    .ikaka3_con_txt2{
        margin-top: 15px;
        font-size: 17px;
        line-height: 30px;
    }
    .ikaka3_con_txt2 p:before{
        top: 11px;
    }
    .immm4{
        padding: 60px 0 70px 0;
    }
    .immm4_con li{
        padding: 35px 0 40px 0;
    }
    .immm4_con_bt{
        font-size: 26px;
    }
    .immm4_con_bt span{
        margin-right: 50px;
    }
    .immt5_con_xx_txt{
        font-size: 16px;
    }
    .immm4_con_xx{
        margin-top: 35px;
    }
    .ikaka2{
        padding-top: 55px;
        margin-bottom: 70px;
    }
    .ikaka3_con{
        margin-top: 45px;
    }
    .immm4_con_xx_txt{
        font-size: 16px;
    }
    .immm4_con_xx_txt1{
        font-size: 16px;
    }
    .immm5{
        margin-bottom: 60px;
    }

}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .container2{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .js-cookie{
        right: 15px;
        bottom: 15px;
        padding: 25px 20px;
        width: 258px;
    }
    .text1{
        font-size: 20px;
    }
    .text2{
        font-size: 14px;
        line-height: 25px;
    }
    .side{
        bottom: 15px;
    }
    .side a{
        width: 34px;
        height: 34px;
    }
    .home-banner{
        padding-top: 60px;
    }
    .ban_txt1{
        font-size: 26px;
    }
    .ban_txt1 h3 img{
        width: 150px;
        height: 65px;
        margin: 15px 15px 15px 0;
    }
    .ban_txt2{
        /*font-size: 14px;
        margin-top: 25px;*/
        display: none;
    }
    .home-about{
        padding: 50px 0;
    }
    .about_fl{
        width: 35%;
    }
    .index_title{
        font-size: 40px;
    }
    .about_fl_t2{
        font-size: 18px;
    }
    .about_fl_t2 i{
        width: 47px;
    }
    .about_fr{
        width: 55%;
    }
    .about_fr2{
        margin-top: 35px;
    }
    .about_fl_b1 ul li a{
        font-size: 18px;
    }
    .home-business{
        padding: 50px 0 25px 0;
    }
    .business2{
        margin-top: 35px;
    }
    .business3{
        margin-top: 35px;
    }
    .business3_txt{
        padding: 24px 30px;
    }
    .business3_txt1{
        font-size: 20px;
    }
    .business3_txt2{
        margin-top: 20px;
    }
    .home-news{
        margin: 50px auto;
    }
    .news_t .about_fl_t2{
        font-size: 16px;
    }
    .circle{
        left: 15px;
    }
    .circle img{
        height: 160px;
    }
    .home-contact .container2{
        padding: 50px 15px;
    }
    .contact_fr_t1{
        font-size: 30px;
    }
    .contact_fr_t2{
        margin-top: 35px;
    }
    .contact_fr_t2 a{
        width: 335px;
        height: 48px;
        font-size: 18px;
    }
    .contact_fr_b{
        font-size: 18px;
    }
    .footer1{
        padding: 50px 0;
    }
    .footer1_fl{
        width: 100%;
    }
    .footer1_fl a{
        text-align: center;
    }
    .footer1_fr{
        width: 100%;
        margin-top: 25px;
    }
    .footer1_fr ul li{
        width: 20%;
    }
    .footer1_fr ul li a{
        font-size: 16px;
    }
    .menulist ul li a{
        display: block;
        font-size: 14px;
        line-height: 30px;
    }
    .footer2_fl{
        width: 35%;
    }
    .footer2_fr{
        width: 60%;
    }


    .inner-banner{
        padding-top: 60px;
    }
    .iban_info{
        height: calc(100% + 60px);
    }
    .iban_info h3{
        font-size: 30px;
    }
    .iban_info p{
        font-size: 34px;
    }
    .iabout1{
        margin: 50px 0;
    }
    .inner_info{
        font-size: 24px;
    }
    .iabout1_b{
        margin-top: 35px;
    }
    .inner_title h3{
        font-size: 40px;
        top: 0;
        padding-left: 25px;
    }
    .iabout1_b_con{
        margin-top: 35px;
        flex-direction: column;
    }
    .iabout1_b_con_fl{
        width: 62%;
    }
    .iabout1_b_con_fr{
        width: 100%;
        margin-top: 69px;
    }
    .iabout2{
        padding: 50px 0;
    }
    .iabout2_con{
        margin-top: 35px;
    }
    .iabout2_con_img{
        width: 38.4%;
    }
    .iabout2_con_txt1{
        font-size: 24px;
    }
    .iabout2_con_txt2{
        font-size: 18px;
        line-height: 32px;
    }
    .iabout3{
        margin: 50px 0;
    }
    .iabout3_t_con{
        margin-top: 35px;
    }
    .iabout3_b{
        margin-top: 35px;
    }
    .iabout3_b2 li{
        padding: 35px 0;
    }
    .iabout3_b2 li a p{
        font-size: 24px;
    }
    .ihistory{
        padding: 50px 0 30px 0;
    }
    .ihistory1_fl_con{
        margin-top: 35px;
    }
    .iresources4_con dl{
        padding: 30px 45px;
    }
    .zp-title-fl1{
        font-size: 24px;
    }
    .zp-title-fl2{
        font-size: 16px;
        line-height: 25px;
    }
    .ihonor1{
        margin: 50px 0;
    }
    .ihonor1_con{
        margin-top: 35px;
        padding-bottom: 35px;
    }
    .ihonor1_txt{
        margin-top: 25px;
        font-size: 20px;
    }
    .ihonor2{
        padding: 50px 0 40px 0;
    }
    .ihonor2_con{
        margin-bottom: 0;
    }
    .ihonor2_con ul li{
        margin-bottom: 60px;
    }
    .ihonor2_con ul li a{
        padding: 35px 20px;
    }
    .ihonor2_txt1{
        font-size: 20px;
    }
    .pagination a{
        padding: 0px 18px;
        line-height: 44px;
    }
    .iteam{
        margin: 50px 0;
    }
    .iteam1_info{
        margin-top: 35px;
    }
    .iteam1_con_fl{
        font-size: 18px;
        line-height: 32px;
    }
    .iteam1_con_fl span{
        font-size: 26px;
    }
    .iteam2{
        margin-top: 35px;
        padding-top: 35px;
        margin-bottom: 0;
    }
    .iteam2 ul li{
        height: auto;
        margin-bottom: 35px;
    }
    .iteam2_b_txt{
        padding: 30px 20px 20px 20px;
    }
    .iteam2_b_txt1{
        font-size: 20px;
    }
    .iteam2_b_txt2{
        font-size: 14px;
        line-height: 25px;
    }
    .iteam2 ul li:hover .iteam2_b{
        transform: rotateY(0deg);
        height: 100%;
    }
    .iteam2 ul li:hover .iteam2_a{
        transform: rotateY(90deg);
        height: 0;
    }
    .inews{
        margin: 50px 0 40px 0;
    }
    .inews1{
        margin-top: 35px;
    }
    .inews1_txt2{
        font-size: 24px;
        line-height: 35px;
        height: 70px;
        -webkit-line-clamp: 2;
        margin: 30px 0 25px 0;
    }
    .inews1 .swiper-pagination2{
        left: 41%;
    }
    .inews2{
        margin: 35px 0 15px 0;
    }
    .inews2 ul li a .inews1_txt{
        padding: 30px 20px;
    }
    .inews2 ul li a .inews1_txt2{
        font-size: 19px;
        line-height: 30px;
        height: 60px;
    }
    .inewsshow_location{
        margin-top: 60px;
        padding: 20px 0;
    }
    .inewsshow_con{
        margin: 50px 0;
    }
    .show_back{
        position: inherit;
        left: 0;
        top: 0;
        margin-bottom: 10px;
    }
    .show_title{
        font-size: 30px;
    }
    .show_content{
        margin-top: 35px;
        padding: 35px 0 50px 0;
    }
    .iresources1{
        margin: 50px 0;
    }
    .iresources1_con{
        margin-top: 35px;
    }
    .iresources2{
        padding: 50px 0;
    }
    .iresources2_b_txt{
        font-size: 18px;
    }
    .iresources3{
        margin: 50px 0 20px 0;
    }
    .iresources3_con{
        margin-top: 35px;
    }
    .iresources3_con li{
        margin-bottom: 50px;
    }
    .iresources3_con_img{
        width: 39.5%;
    }
    .iresources3_con_txt1{
        font-size: 28px;
    }
    .iresources3_con_txt2{
        margin-top: 25px;
        font-size: 18px;
        line-height: 1.5;
    }
    .zp-title-fr{
        width: 25px;
        height: 12px;
    }
    .iresources4{
        margin-bottom: 50px;
    }
    .icontact1{
        margin: 50px 0 25px 0;
    }
    .icontact1_con{
        margin: 35px 0;
    }
    .icontact2_con{
        margin-top: 35px;
    }
    .icontact_title{
        font-size: 24px;
    }
    .icontact2_con ul li{
        font-size: 18px;
        line-height: 40px;
    }
    .icontact2_con ul li span:after{
        bottom: 5px;
    }
    .icontact6_con{
        margin-top: 35px;
    }
    .ly1s label{
        font-size: 18px;
    }
    .ly1s input{
        height: 56px;
        font-size: 16px;
    }
    .ly2 label{
        font-size: 18px;
    }
    .ly2 textarea{
        font-size: 16px;
        height: 150px;
    }
    .ly3{
        margin-bottom: 35px;
    }
    .ly3 p{
        font-size: 18px;
    }
    .icontact6{
        margin-bottom: 50px;
    }
    .ikaka1{
        margin: 50px 0;
    }
    .iawp2{
        padding: 50px 0;
    }
    .iawp2_b_con_fl{
        font-size: 24px;
    }
    .iawp2_b_con_fl i{
        margin-right: 35px;
    }
    .iawp3_t{
        margin-bottom: 35px;
    }
    .ikaka3_con_txt1{
        font-size: 28px;
    }
    .iawp3_t_fr2{
        margin-top: 25px;
    }
    .iawp3_b{
        margin-bottom: 35px;
    }
    .iawp4{
        margin-bottom: 15px;
    }
    .immm3_column ul li{
        width: 23.5%;
        margin-right: 2%;
        padding: 24px 20px;
        margin-bottom: 35px;
    }
    .immm3_column_txt1{
        font-size: 20px;
    }
    .iawp5{
        margin-bottom: 50px;
    }
    .immm5_con_fr{
        width: 77%;
    }
    .iawp5_con_fr1{
        font-size: 28px;
    }
    .iawp6{
        padding: 50px 0;
    }
    .iawp6_con{
        margin-top: 35px;
    }
    .iawp6_con_fl ul li{
        font-size: 20px;
    }
    .iawp6_con_fr{
        width: 42%;
    }
    .iawp7{
        margin-bottom: 50px;
    }
    .immt2{
        padding-top: 50px;
        margin-bottom: 50px;
    }
    .immt2 .ikaka2_b{
        margin-top: 50px;
    }
    .ikaka2_txt{
        margin-top: 30px;
        font-size: 22px;
    }
    .ikaka2_more{
        margin-top: 35px;
        width: 172px;
        height: 52px;
    }
    .immt3_info{
        font-size: 18px;
    }
    .ikaka3{
        margin-bottom: 50px;
    }
    .ikaka3_con{
        margin-top: 35px;
    }
    .ikaka3_con_img{
        width: 39.5%;
    }
    .ikaka3_con_txt2{
        font-size: 18px;
        line-height: 35px;
    }
    .ikaka3_con_txt2 p:before{
        top: 13.5px;
    }
    .immt4{
        margin-bottom: 15px;
    }
    .immt4_con{
        margin-top: 35px;
    }
    .immm4{
        padding: 50px 0;
    }
    .immm4_con{
        margin-top: 35px;
    }
    .immm4_con li{
        padding: 35px 0 40px 0;
    }
    .immm4_con_bt{
        font-size: 28px;
    }
    .immm4_con_bt span{
        margin-right: 35px;
    }
    .immm4_con_xx{
        margin-top: 35px;
    }
    .immm4_con_xx_txt{
        font-size: 18px;
    }
    .immm4_con_xx_txt1{
        font-size: 18px;
    }
    .immt5_con_xx_txt{
        font-size: 18px;
    }
    .immt6{
        margin: 0 0 50px 0;
    }
    .ikaka2{
        padding-top: 50px;
        margin-bottom: 50px;
    }
    .ikaka2_b{
        margin-top: 35px;
        width: 100%;
    }
    .immm3_column{
        margin-top: 50px;
    }
    .immm3{
        margin-bottom: 15px;
    }
    .immm5{
        margin-bottom: 50px;
    }
    .immm6{
        margin-bottom: 50px;
    }
}

@media(max-width:820px) {
    .ban_txt1{
        font-size: 22px;
    }
    .ban_txt1 h3 img{
        width: 120px;
        height: 54px;
    }
    .index_more a{
        height: 52px;
        padding: 0 30px;
    }
    .ban_txt3{
        margin-top: 30px;
    }
    .index_title{
        font-size: 36px;
    }
    .about_fl_t2{
        font-size: 16px;
    }
    .about_fl_t2 i{
        width: 37px;
    }
    .about_fl_b1 ul li a{
        font-size: 16px;
    }
    .business3_txt{
        padding: 24px;
    }
    .business3_txt1{
        font-size: 17px;
    }
    .business3_txt2{
        font-size: 15px;
    }
    .news_b{
        padding: 15px 0 45px 50px;
    }
    .news_b .swiper-pagination1{
        left: 50px;
    }
    .circle img{
        height: 130px;
    }
    .contact_fr_t1{
        font-size: 24px;
    }
    .contact_fr_t2 a{
        font-size: 16px;
        width: 281px;
        height: 40px;
    }
    .contact_fr_b{
        font-size: 16px;
    }

    .iban_info h3{
        font-size: 26px;
    }
    .iban_info p{
        font-size: 30px;
    }
    .inner_info{
        font-size: 22px;
    }
    .inner_title h3{
        font-size: 32px;
    }
    .iabout1_b_con_fl{
        width: 75%;
    }
    .iabout2_con li{
        margin-bottom: 25px;
    }
    .iabout2_con li:last-child{
        margin-bottom: 0;
    }
    .iabout2_con_txt1{
        font-size: 22px;
    }
    .iabout2_con_txt2{
        font-size: 16px;
        line-height: 28px;
    }
    .iabout3_b2 li{
        padding: 25px 0;
    }
    .iabout3_b2 li a p{
        font-size: 22px;
    }
    .iabout3_b2 li a i{
        width: 36px;
        height: 36px;
        background-size: 15px 14px !important;
    }
    .ihistory1{
        align-items: center;
    }
    .ihistory1_fl{
        margin-top: 0;
    }
    .iresources4_con dl{
        padding: 25px 35px;
    }
    .zp-title-fl1{
        font-size: 22px;
    }
    .zp-info-text{
        margin-top: 25px;
    }
    .ihonor1_txt{
        font-size: 18px;
    }
    .ihonor2_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .ihonor2_con ul li:nth-child(3n){
        margin-right: 4%;
    }
    .ihonor2_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .iteam1_con_fl{
        font-size: 16px;
        line-height: 28px;
    }
    .iteam1_con_fl span{
        font-size: 20px;
    }
    .iteam2_b_txt1{
        font-size: 18px;
    }
    .inews1_txt{
        padding: 15px 25px;
    }
    .inews1_txt1{
        font-size: 14px;
    }
    .inews1_txt2{
        font-size: 18px;
        margin: 15px 0;
        line-height: 30px;
        height: 60px;
    }
    .inews1_txt3{
        font-size: 16px;
    }
    .inews1 .swiper-pagination2{
        bottom: 15px;
        left: 39%;
    }
    .inews2 ul li a .inews1_txt2{
        font-size: 16px;
        margin: 20px 0 25px 0;
    }
    .inewsshow_location{
        padding: 15px 0;
        font-size: 14px;
    }
    .inewsshow_location a{
        font-size: 14px;
    }
    .show_title{
        font-size: 26px;
    }
    .show_content{
        font-size: 16px;
    }
    .show_news li{
        font-size: 18px;
    }
    .show_news li a{
        font-size: 18px;
    }
    .iresources2_b_txt{
        font-size: 16px;
        line-height: 1.5;
    }
    .iresources3_con_txt1{
        font-size: 24px;
    }
    .iresources3_con_txt2{
        font-size: 16px;
    }
    .icontact_title{
        font-size: 22px;
    }
    .ikaka1 .container2{
        align-items: center;
    }
    .ikaka1_fr{
        margin-top: 0;
    }
    .iawp2_t_fl{
        width: 100%;
        margin-top: 35px;
    }
    .iawp2_t_fr{
        width: 100%;
        margin-top: 25px;
    }
    .iawp2_b{
        margin-top: 25px;
    }
    .iawp2_b_con_fl{
        font-size: 22px;
    }
    .ikaka3_con_txt1{
        font-size: 24px;
    }
    .immm3_column{
        margin-top: 35px;
    }
    .immm3_column ul li{
        width: 48%;
        margin-right: 4%;
        height: 208px;
    }
    .immm3_column ul li:nth-child(4n){
        margin-right: 4%;
    }
    .immm3_column ul li:nth-child(2n){
        margin-right: 0;
    }
    .immm5_con_fr{
        padding: 20px 0 0 70px;
    }
    .iawp5_con_fr1{
        font-size: 24px;
    }
    .ikaka2_txt{
        font-size: 20px;
    }
    .ikaka3_con_txt2{
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
    }
    .ikaka3_con_txt2 p:before{
        top: 11px;
    }
    .immm4_con_bt{
        font-size: 24px;
    }
    .immt5_con_xx_txt{
        font-size: 16px;
    }
    .immm4_con_xx_txt{
        font-size: 16px;
    }
    .immm4_con_xx_txt1{
        font-size: 16px;
    }
    .iawp6_con_fl ul li{
        font-size: 17px;
    }
}

@media(max-width:768px) {
    .ban_txt1 {
        font-size: 20px;
    }
    .ban_txt3 {
        margin-top: 25px;
    }
    .index_title {
        font-size: 32px;
    }
    .business3_txt1 {
        font-size: 16px;
    }
    .business3_txt2 {
        font-size: 14px;
    }
    .circle img {
        height: 120px;
    }
    .contact_fr_t1 {
        font-size: 22px;
    }
    .contact_fr_t2 {
        margin-top: 25px;
    }

    .iban_info h3 {
        font-size: 24px;
    }
    .iban_info p {
        font-size: 28px;
    }
    .inner_info {
        font-size: 20px;
    }
    .inner_title h3 {
        font-size: 30px;
    }
    .iabout2_con_txt1 {
        font-size: 20px;
    }
    .iabout3_b2 li a p {
        font-size: 20px;
    }
    .zp-title-fl1 {
        font-size: 20px;
    }
    .iresources3_con_txt1{
        font-size: 22px;
    }
    .icontact_title{
        font-size: 20px;
    }
    .icontact2_con ul li{
        font-size: 16px;
    }
    .iawp2_b_con_fl{
        font-size: 20px;
    }
    .ikaka3_con_txt1{
        font-size: 22px;
    }
    .iawp5_con_fr1{
        font-size: 22px;
    }
    .immm4_con_bt{
        font-size: 22px;
    }
    .iawp6_con_fl ul li{
        font-size: 16px;
    }
}

@media(max-width:600px) {
    .ban_txt1{
        font-size: 16px;
    }
    .ban_txt1 h3 img{
        width: 99px;
        height: 45px;
        margin: 10px 10px 10px 0;
    }
    .ban_txt3{
        display: none;
    }
    .home-about{
        padding: 35px 0;
    }
    .about_fl{
        width: 100%;
    }
    .index_title{
        font-size: 26px;
    }
    .about_fl_t2{
        font-size: 14px;
        margin-top: 15px;
    }
    .about_fl_b{
        margin-top: 25px;
    }
    .about_fl_b2{
        margin-top: 20px;
    }
    .about_fr{
        width: 100%;
        margin-top: 25px;
    }
    .about_fr2{
        margin-top: 25px;
    }
    .home-business{
        padding: 35px 0 10px 0;
    }
    .business2{
        margin-top: 25px;
    }
    .business3 ul li{
        width: 100%;
        margin-right: 0;
    }
    .business3 ul li:nth-child(1), .business3 ul li:nth-child(4){
        width: 100%;
    }
    .home-news{
        margin: 35px auto;
    }
    .news_t .about_fl_t2{
        font-size: 14px;
    }
    .news_t .about_fl_t2 i{
        margin-left: 20px;
    }
    .news_b{
        width: 100%;
    }
    .home-contact .container2{
        padding: 35px 15px;
    }
    .contact_fl{
        width: 100%;
    }
    .contact_fr{
        width: 100%;
        margin-top: 25px;
    }
    .contact_fr_t1{
        font-size: 18px;
    }
    .contact_fr_b{
        margin-top: 25px;
    }
    .footer1{
        padding: 35px 0;
    }
    .footer1_fl a img{
        height: 81px;
    }
    .menulist{
        display: none;
    }
    .footer1_fr{
        margin-top: 20px;
    }
    .footer1_fr ul{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer1_fr ul li{
        width: auto;
    }
    .footer1_fr ul li a{
        line-height: 30px;
    }
    .footer2{
        padding: 25px 0;
    }
    .footer2_fl{
        width: 100%;
    }
    .footer2_fl ul{
        justify-content: center;
    }
    .footer2_fr{
        width: 100%;
        padding: 0;
        border-left: none;
        margin-top: 15px;
    }


    .iban_info p{
        display: none;
    }
    .iabout1{
        margin: 35px 0;
    }
    .inner_info{
        font-size: 18px;
    }
    .iabout1_b{
        margin-top: 25px;
    }
    .inner_title h3{
        font-size: 22px;
        padding-left: 20px;
    }
    .iabout1_b_con{
        margin-top: 25px;
    }
    .iabout1_b_con_fl{
        width: 100%;
    }
    .iabout1_b_con_pic{
        position: inherit;
        bottom: 0;
        right: 0;
        margin-top: 25px;
    }
    .iabout1_b_con_fr{
        margin-top: 25px;
    }
    .iabout1_b_con_fr2{
        margin-top: 25px;
    }
    .iabout2{
        padding: 35px 0;
    }
    .iabout2_con_img{
        width: 100%;
    }
    .iabout2_con_txt{
        width: 100%;
        margin-top: 25px;
    }
    .iabout2_con_txt1{
        font-size: 18px;
    }
    .iabout3{
        margin: 35px 0;
    }
    .iabout3_t_con{
        margin-top: 25px;
    }
    .iabout3_t_con_fl{
        width: 100%;
    }
    .iabout3_t_con_fr{
        width: 100%;
        margin-top: 25px;
    }
    .iabout3_b{
        margin-top: 25px;
    }
    .iabout3_b2 li a p span{
        margin-right: 25px;
    }
    .iabout3_b2 li a p{
        font-size: 18px;
    }
    .ihistory{
        padding: 35px 0 15px 0;
    }
    .ihistory1_fl{
        width: 100%;
    }
    .ihistory1_fr{
        width: 100%;
        margin-top: 25px;
    }
    .ihistory1_fl_con{
        margin-top: 25px;
    }
    .iresources4_con dl{
        padding: 20px;
    }
    .zp-info-text-fl{
        width: 100%;
    }
    .zp-info-text-fr{
        width: 100%;
        margin-top: 25px;
    }
    .zp-title-fl1{
        font-size: 18px;
        line-height: 28px;
    }
    .ihonor1{
        margin: 35px 0;
    }
    .ihonor1_con{
        margin-top: 25px;
    }
    .ihonor1_txt{
        font-size: 16px;
    }
    .ihonor2{
        padding: 35px 0 25px 0;
    }
    .ihonor2_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .ihonor2_con ul li:nth-child(3n){
        margin-right: 0;
    }
    .ihonor2_con ul li a{
        padding: 25px 20px;
        height: 328px;
    }
    .ihonor2_txt1{
        font-size: 18px;
    }
    .ihonor2_img img{
        max-height: 202px;
    }
    .pagination a{
        margin: 0px 5px 10px 5px;
    }
    .iteam{
        margin: 35px 0;
    }
    .iteam1_info{
        margin-top: 25px;
    }
    .iteam1_con_fl{
        width: 100%;
    }
    .iteam1_con_fr{
        width: 100%;
        margin-top: 25px;
    }
    .iteam2 ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .iteam2 ul li:nth-child(3n){
        margin-right: 0;
    }
    .inews{
        margin: 35px 0 25px 0;
    }
    .inews1{
        margin-top: 25px;
    }
    .inews1_img{
        width: 100%;
    }
    .inews1_txt{
        width: 100%;
        padding: 25px 20px 35px 20px;
    }
    .inews1 .swiper-pagination1{
        bottom: auto;
        left: 50%;
        top: 43%;
        transform: translate(-50%, 0);
    }
    .inews2{
        margin: 25px 0 10px 0;
    }
    .inews2 ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .inewsshow_con{
        margin: 35px 0;
    }
    .show_back{
        position: inherit;
        left: 0;
        top: 0;
    }
    .show_title{
        margin-top: 15px;
        font-size: 20px;
    }
    .show_info{
        margin-top: 10px;
    }
    .show_info span{
        font-size: 16px;
    }
    .show_content{
        padding: 25px 0;
        margin-top: 25px;
        line-height: 30px;
    }
    .show_news li{
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
        font-size: 16px;
        line-height: 30px;
    }
    .show_news li span{
        position: inherit;
        top: 0;
        transform: translate(0, 0);
    }
    .show_news li a{
        display: block;
        width: 100%;
        text-align: left;
        font-size: 16px;
    }
    .iresources1{
        margin: 35px 0;
    }
    .iresources1_con{
        margin-top: 25px;
    }
    .iresources2{
        padding: 35px 0;
    }
    .iresources2_fr{
        width: 100%;
        margin-top: 15px;
    }
    .iresources2_b{
        margin-top: 25px;
    }
    .iresources2_b ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .iresources2_b ul li:last-child{
        margin-bottom: 0;
    }
    .iresources3{
        margin: 35px 0 20px 0;
    }
    .iresources3_con li{
        margin-bottom: 25px;
    }
    .iresources3_con_img{
        width: 100%;
    }
    .iresources3_con_txt{
        width: 100%;
        margin-top: 25px;
    }
    .iresources3_con_txt1{
        font-size: 20px;
    }
    .zp-title-fl2{
        flex-direction: column;
    }
    .zp-title-fl2 span{
        margin-right: 0;
    }
    .iresources4{
        margin-bottom: 35px;
    }
    .icontact1{
        margin: 35px 0 25px 0;
    }
    .icontact1_con{
        margin: 25px 0;
    }
    .icontacts{
        padding: 35px 0 10px 0;
    }
    .icontact2_con{
        margin-top: 25px;
    }
    .icontact2_con ul li{
        padding: 22px 20px;
        line-height: 30px;
    }
    .icontact2_con ul li span:after{
        bottom: 3px;
    }
    .icontact2_con ul{
        flex-direction: column;
    }
    .icontact2_con ul li{
        margin-right: 0;
        margin-bottom: 25px;
        width: 100%;
    }
    .icontact6{
        margin-bottom: 35px;
    }
    .icontact6_info{
        margin-top: 25px;
    }
    .icontact6_con{
        margin-top: 20px;
    }
    .ly1s{
        width: 100%;
    }
    .ikaka1{
        margin: 35px 0;
    }
    .ikaka1_fl{
        width: 100%;
    }
    .ikaka1_fr{
        width: 100%;
        margin-top: 25px;
    }
    .ikaka1_fl_con{
        margin-top: 25px;
    }
    .iawp2{
        padding: 35px 0;
    }
    .iawp2_t_fl{
        margin-top: 25px;
    }
    .iawp2_b_con_fl{
        font-size: 18px;
        width: 100%;
    }
    .iawp2_b_con_fr{
        width: 100%;
        margin-top: 25px;
    }
    .iawp3_t_fl{
        width: 100%;
    }
    .iawp3_t_fr{
        width: 100%;
        margin-top: 25px;
    }
    .ikaka3_con_txt1{
        font-size: 20px;
    }
    .iawp3_t_fr2{
        margin-top: 15px;
    }
    .iawp3_t{
        margin-bottom: 25px;
    }
    .immm3_column{
        margin-top: 25px;
    }
    .immm3_column ul li{
        height: 231px;
        margin-bottom: 25px;
    }
    .immm3_column_img img{
        height: 44px;
    }
    .immm3_column_txt1{
        font-size: 18px;
    }
    .immm3_column_txt2{
        font-size: 14px;
        line-height: 22px;
    }
    .iawp4{
        margin-bottom: 0;
    }
    .immm5_con_fr{
        width: 100%;
        padding: 0;
        background: none;
    }
    .iawp5_con_fr1{
        font-size: 20px;
    }
    .iawp5 .immm5_con_fr ul li{
        margin-bottom: 25px;
    }
    .iawp6{
        padding: 35px 0 20px 0;
    }
    .iawp6_con{
        margin-top: 25px;
    }
    .iawp6_con_fl{
        width: 100%;
    }
    .iawp6_con_fr{
        width: 100%;
        margin-top: 25px;
    }
    .iawp6_con_fl ul li{
        margin-bottom: 10px;
    }
    .iawp7{
        margin-bottom: 10px;
    }
    .ikaka2{
        padding-top: 35px;
        margin-bottom: 35px;
    }
    .immt2 .inner_title{
        width: 100%;
    }
    .immt2 .ikaka2_t_con{
        width: 100%;
        margin-top: 25px;
    }
    .immt3_info{
        font-size: 16px;
    }
    .ikaka3{
        margin-bottom: 35px;
    }
    .ikaka3_con{
        margin-top: 25px;
    }
    .ikaka3_con ul li{
        margin-bottom: 25px;
    }
    .ikaka3_con_img{
        width: 100%;
    }
    .ikaka3_con_txt{
        width: 100%;
        margin-top: 25px;
    }
    .immm4{
        padding: 35px 0;
    }
    .immm4_con{
        margin-top: 25px;
    }
    .immm4_con li{
        padding: 25px 0 30px 0;
    }
    .immm4_con_bt{
        font-size: 20px;
    }
    .immm4_con_bt span{
        margin-right: 25px;
    }
    .immm4_con_xx{
        margin-top: 15px;
    }
    .immt5_con_xx_txt{
        width: 100%;
    }
    .immt5_con_xx_img{
        width: 100%;
        margin-top: 25px;
    }
    .immt6{
        margin: 0 0 10px 0;
    }
    .ikaka2_t_con{
        width: 100%;
        margin-top: 25px;
    }
    .ikaka2_b{
        margin-top: 25px;
    }
    .immm3{
        margin-bottom: 10px;
    }
    .immm4_con_xx_txt{
        width: 100%;
    }
    .immm4_con_xx_img{
        width: 100%;
        margin-top: 25px;
    }
    .immm4_con_xx_txt1{
        width: 100%;
    }
    .immm4_con_xx_img1{
        width: 100%;
        margin-top: 25px;
    }
    .immm5_con{
        margin-top: 25px;
    }
    .immm5_con_fr1{
        font-size: 18px;
    }
    .immm5{
        margin-bottom: 35px;
    }
    .immm6{
        margin-bottom: 10px;
    }
}

@media(max-width:414px) {

}

@media(max-width:375px) {
    .inner_title h3{
        font-size: 20px;
    }
}

@media(max-width:320px) {

}














